@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');


:root {

  --dark-gray-color: #3e3e3e;

  --black-color: #000000;

  --blue-color: #1b67cd;

  --darkblue-color: #013d75;

  --gray-color: #eeeeee;

  --dark-blue-color: #0670c4;

  --white-color: #ffffff;

  --light-gray-color: #ededed;

  --top-header-back: #2d3e50;

  --background-blue:  #1b67cd;

  --background-white: #ffffff;

  --background-light-gray: #eeeeee;

  --background-to-light-gray: #eeeeee;

  --background-copyright: #e3e3e3;

  --background-dark-gray: #cccccc;

  --background-list: #778899;

  --background-image-gradient: linear-gradient(#0474b0, #0a69ee);

  --background-white-gradient: linear-gradient(#ffffff, #f0f0f0, #ffffff);

  --background-image-g-hover: linear-gradient(#0a69ee, #0474b0);

  --font-family-sanspro: 'Source Sans Pro', sans-serif;

}



::-webkit-scrollbar-track

{

	background-color: #f1f1f1;

}



::-webkit-scrollbar

{

	width: 10px;

	background-color: #F5F5F5;

}



::-webkit-scrollbar-thumb

{

	background-color: var(--background-dark-gray);

}



body {

    font-family: var(--font-family-sanspro);

}



.bg-dubleblue-gradient {

    background-image: linear-gradient(#0474b0, #0a69ee);

}



.bg-transparent-gray {

    background-color: rgba(238, 238, 238, 0.88);

}



.dispaly-block {

    display: block;

}



.p-0 {

    padding:0px !important;

}



.p-2 {

    padding: 20px !important;

}



.pl-0 {

    padding-left: 0px !important;

}



.p-5 {

    padding: 5px !important;

}



.p-10 {

    padding: 10px !important;

}



.pb-5 {

    padding-bottom: 5px !important;

}



.pr-0 {

    padding-right: 0px !important;

}



.pt-1 {

    padding-top: 10px !important;

}



.pt-2 {

    padding-top: 20px !important;

}



.p-20 {

    padding: 20px !important

}



.pt-30 {

    padding-top: 30px !important;

}



.pl-5 {

    padding-left: 50px !important;

}



.pr-5 {

    padding-right: 50px !important;

}



.pl-05 {

    padding-left: 5px !important;

}



.pr-05 {

    padding-right: 5px !important;

}



.p-15 {

    padding: 15px !important;

}



.pt-20 {

    padding-top: 20px !important;

}



.pb-20 {

    padding-bottom: 20px !important;

}



.pl-20 {

    padding-left: 20px !important;

}



.pr-20 {

    padding-right: 20px !important;

}



.pl-18 {

    padding-left: 18px !important;

}



.p-30 {

    padding: 30px !important;

}



.pl-30 {

    padding-left: 30px !important;

}



.pt-30 {

    padding-top: 30px !important;

}



.pr-30 {

    padding-right: 30px !important;

}



.pb-30 {

    padding-bottom: 30px !important;

}



.m-0 {

    margin: 0px !important;

}



.mb-0 {

    margin-bottom: 0px !important;

}



.mb-1 {

    margin-bottom: 10px !important;

}



.mb-2 {

    margin-bottom: 20px !important;

}



.mt-2 {

    margin-top: 10px !important;

}



.mb-3 {

    margin-bottom: 30px !important;

}



.mt-3 {

    margin-top: 30px !important;

}



.mb-4 {

    margin-bottom:40px !important;

}



.mt-60 {

    margin-top: 60px !important;

}
.mt-85 {

    margin-top: 85px !important;

}



.font-weight-bold {

   font-weight: bold !important;
    color: #794c00;

}



.font-weight-normal {

    font-weight: normal !important;

}



.font-weight-100 {

    font-weight: 100 !important;

}



.font-weight-200 {

    font-weight: 200 !important;

}



.font-weight-300 {

    font-weight: 300 !important;

}



.font-weight-400 {

    font-weight: 400 !important;

}



.font-weight-500 {

    font-weight: 500 !important;

}



.font-weight-600 {

    font-weight: 600 !important;

}



.font-weight-bold {

    font-weight: 600;

}



.line-height-0 {

    line-height: 0px !important;

}



.line-height-1 {

    line-height: 1 !important;

}



.line-height-10 {

    line-height: 10px !important;

}



.line-height-14 {

    line-height: 14px !important;

}



.line-height-16 {

    line-height: 16px !important;

}



.line-height-18 {

    line-height: 18px !important;

}



.line-height-30 {

    line-height: 30px !important;

}



.text-8 {

    font-size: 8px !important;

}



.text-12 {

    font-size: 12px !important;

}



.text-14 {

    font-size: 14px !important;

}



.text-sm {

    font-size: 16px;

}



.text-md {

    font-size: 18px !important;

}



.text-20 {

    font-size: 20px;

}



.text-xl {

    font-size: 25px;

}



.text-22 {

    font-size: 22px !important;

}



.text-25 {

    font-size: 25px !important;

}



.text-28 {

    font-size: 28px !important;

}



.text-30 {

    font-size: 30px !important;

}



.text-35 {

    font-size: 35px !important;

}



.text-xxl {

    font-size: 50px !important;

}



.text-black {

    color: #000000 !important;

}



.text-dark-gray {

    color: #3e3e3e !important;

}



.text-gray {

    color: #666666;

}



.text-light-red {

    color: #f44336 !important;

}



.darkblue-color {

    color: #013d75 !important;

}



.text-italic {

    font-style: italic;

}



.border-gray2 {

    border: 2px solid #dedede;

}



.border-right-gray2 {

    border-right: 2px solid #dedede;

}



.border-bottom-gray2 {

    border-bottom: 2px solid #dedede;

}



.border-left-gray2 {

    border-left: 2px solid #dedede;

}



.border-top-gray2 {

    border-top: 2px solid #dedede;

}



.border-gray {

    border: 1px solid #eeeeee;

}



.border-right-gray {

    border-right: 1px solid #eeeeee;

}



.border-bottom-gray {

    border-bottom: 1px solid #eeeeee;

}



.border-left-gray {

    border-left: 1px solid #eeeeee;

}



.border-top-gray {

    border-top: 1px solid #eeeeee;

}



.border {

    border: 1px solid #dddddd;

}



.border-right {

    border-right: 1px solid #dddddd;

}



.border-bottom {

    border-bottom: 1px solid #dddddd;

}



.border-left {

    border-left: 1px solid #dddddd;

}



.border-top {

    border-top: 1px solid #dddddd;

}



.border-dark {

    border: 1px solid #7f7f7f;

}



.border-right-dark {

    border-right: 1px solid #7f7f7f;

}



.border-bottom-dark {

    border-bottom: 1px solid #7f7f7f;

}



.border-left-dark {

    border-left: 1px solid #7f7f7f;

}



.border-top-dark {

    border-top: 1px solid #7f7f7f;

}



.border-none {

    border: none !important;

}



.shadow {

    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;

}

.site-content {
    padding: 20px 0 30px;
}

.position-absolute {

    position: absolute;

}



.position-relative {

    position: relative;

}



.border-radius-2 {

    border-radius: 2px;

}



.border-radius-5 {

    border-radius: 5px;

}



.border-radius-6 {

    border-radius: 6px;

}



.border-radius-8 {

    border-radius: 8px;

}



.border-radius-10 {

    border-radius: 10px;

}



.overflow-hidden {

    overflow: hidden;

}



.list-style-disc {

    list-style: disc;

}



.text-capitalize {

    text-transform: capitalize !important;

}



.text-uppercase {

    text-transform: uppercase !important;

}



.letter-spacing-0 {

    letter-spacing: 0px !important;

}



.vertical-align-super {

    vertical-align: super;

}



.vertical-align-top {

    vertical-align: top;

}



.vertical-align-middle {

    vertical-align: middle;

}



.float-left {

    float: left;

}



.float-right {

    float: right;

}



.text-overflow {

    text-overflow: ellipsis;

    white-space: nowrap;

    overflow: hidden;

    width: 100%;

}



.text-decoration {

    text-decoration: line-through;

}



.text-shadow-banner {

    text-shadow: 0 1px 8px rgba(0,0,0,.3);

}



/*-- Loader --*/

.loader {

	background: none repeat scroll 0 0 #f3f1f3;

	position: fixed;

	bottom: 0;

	left: 0;

	right: 0;

	top: 0;

	width: 100%;

	height: 100%;

	z-index: 99999;

    background-image: url(../images/loader/2.jpg);

    background-size: cover;

    background-position: center center;

}



.loader-div {

    background-color: var(--background-white);

    color: var(--black-color);

    position: absolute;

    margin: auto;

    top: 0;

    right: 0;

    bottom: 0;

    left: 0;

    max-width: 600px;

    max-height: fit-content;

    height: auto;

    box-shadow: rgba(0, 0, 0, 0.15) 3px 4px 10px 0px;

    box-sizing: border-box;

    border-style: solid;

    border-color: rgb(255, 255, 255);

    border-image: initial;

    border-radius: 20px;

    background-image: url(../images/loader/loader-img.jpg);

    background-size: cover;

}



.loaderlogodiv {

    padding: 20px;

    background-color: var(--background-blue);

    border-radius: 20px 20px 0px 0px;

}



.loaderlogo {

    height: 40px;

    margin: 0 auto;

}



.loader-bar {

    padding: 10px 20px;

}



.loader-div h2 {

    margin: 0;

    font-size: 26px;

    text-align: center;

    font-weight: bold;

    color: var(--black-color);

}



.loader-div h3 {

    margin: 0;

    font-size: 26px;

    text-align: center;

    color: var(--black-color);

}



.loader-hotel {

    background-color: #ecececa6;

    padding: 10px;

    border-radius: 10px;

}



.loader-div .loader-hotel h3 {

    margin: 0;

    font-size: 18px;

    text-align: center;

    font-family: var(--font-family-sanspro);

    color: var(--black-color);

}



.loader-div .loader-hotel small {

    display:block;

    font-size: 20px;

    font-weight: bold;

    letter-spacing: 0.5px;

}



.loader-div p {

    font-size: 16px;

    width: 100%;

    text-align: center;

}



.loader-flight {

    background-color: #ecececa6;

    padding: 10px;

    border-radius: 10px;

}



.loader-call h4 {

    text-align: center;

    color: var(--black-color);

    font-size: 19px;

    line-height: 22px;

    font-weight: bold;

}



.loader-call p {

    font-weight: bold;

    font-size: 26px;

    text-align: center;

    font-family: var(--font-family-sanspro);

    color: var(--black-color);

    padding: 10px 10px 10px 0px;

    width: fit-content;

    margin: 0 auto;

    box-shadow: rgba(0, 0, 0, 0.15) 3px 4px 10px 0px;

}



.loader-call p small {

    letter-spacing: 0.3px;

    margin: 0;

    font-size: 18px;

    text-align: center;

    color: var(--white-color);

    vertical-align: bottom;

    background-color: var(--background-blue);

    padding: 10px;

}



.loader-call h6 {

    text-align: center;

    color: var(--black-color);

    font-size: 14px;

    margin: 0;

}

/*-- End Loader --*/



a:hover {

    cursor: pointer;

}



.searchbox {

    float: right;

    padding-top: 5px;

}



.navbar {

	border-bottom: 0;

	margin-bottom: 0px;

	min-height: auto;

	border-radius: 0px;

    z-index: 1;

    border: none;

}



.navbar.navbar-default {

	-webkit-transition: none;

	-moz-transition: none;

	-ms-transition: none;

	-o-transition: none;

	transition: none;

    background-color: var(--background-white);

}



.navbar-brand {

	float: left;

	font-size: 24px;

	line-height: 32px;

	position: relative;

	padding-top: 13px;

	padding-bottom: 42px;

	color: #005294;

	letter-spacing: 2px;

	padding-right: 30px;

	font-weight: 500;

	font-family: var(--font-family-sanspro);

}



a.navbar-brand {

	transition: all 0.1s ease;

	-webkit-transition: all 0.1s ease;

	-moz-transition: all 0.1s ease;

	transition: color 0.5s ease;

	-webkit-transition: color 0.5s ease;

	-moz-transition: color 0.5s ease;

}



.navbar-default .navbar-brand {

	color: var(--white-color);

	transition: all 0.3s ease;

	-webkit-transition: all 0.3s ease;

	-moz-transition: all 0.3s ease;

}



.navbar-default .navbar-brand:hover {

	color: var(--black-color);

}



.navbar-collapse {

    padding-right: 0px;

    padding-left: 0px;

}



.navbar-nav>li>a {

    line-height: 60px;

    font-weight: normal;

    font-size: 16px;

    color: var(--black-color) !important;

    padding-top: 0;

    padding-bottom: 0;

    font-family: var(--font-family-sanspro);

    padding-left: 10px;

    padding-right: 10px;

    cursor: pointer;

    font-weight: 600;

}



#responsive-menu .menuboxshadow {

    webkit-box-shadow: 0 .2rem 1rem rgba(0, 0, 0, .15)!important;

    -moz-box-shadow: 0 .2rem 1rem rgba(0, 0, 0, .15)!important;

    box-shadow: 0 .2rem 1rem rgba(0, 0, 0, .15)!important;

    position: absolute;

    left: 93px;

    max-width: 100%;

    width: fit-content;

}



.sidenav {

    height: 100%;

    width: 100%;

    max-width: 100%;

    display: none;

    position: fixed;

    z-index: 101;

    left: 0;

    background-color: var(--background-white);

    overflow-y: auto;

    transition: 0.5s;

    padding: 0px;

}



.sidenav a {

    padding: 8px 8px 8px 32px;

    text-decoration: none;

    color: var(--black-color);

    display: block;

    transition: 0.3s;

    line-height: 40px;

    font-weight: 400;

    font-size: 16px;

    color: var(--black-color) !important;

    padding-top: 0;

    padding-bottom: 0;

    font-family: var(--font-family-sanspro);

    letter-spacing: 0px;

    padding-left: 10px;

    padding-right: 10px;

    cursor: pointer;

    list-style: disc;

}



.sidenav a:hover {

    color: #000;

    background-color: #e7e7e7 !important

}



.sidenav nav {

    z-index: 9999;

    position: relative;

}



#nav.show {

    -webkit-transform: translateX(0px);

    -moz-transform: translateX(0px);

    -ms-transform: translateX(0px);

    -o-transform: translateX(0px);

    transform: translateX(0px);

}



#nav ul.main li a {

    text-decoration: none;

    font-size: 16px;

    display: block;

    -webkit-transition: all 0.3s ease;

    -moz-transition: all 0.3s ease;

    -o-transition: all 0.3s ease;

    transition: all 0.3s ease;

    border-bottom: 1px solid #eeeeee;

    text-overflow: ellipsis;

    width: 100%;

    overflow: hidden;

    white-space: nowrap;

}



#nav ul.main li a i {

    font-size: 16px;

    vertical-align: middle;

    padding-right: 10px;

}



#nav li .parent {

    background-image: url(../images/downArrow-mobile.png?v=1) !important;

    background-repeat: no-repeat !important;

    background-position: 95% 50% !important;

}



#nav .dropdown-menu {

    float: none;

    background-color: var(--background-white) !important;

    border: none;

    border-radius: 0px;

    box-shadow: none;

    position: initial;

    padding: 0px;

    margin-left: 0px;

}



.sidenav .closebtn {

    position: absolute;

    top: 0;

    right: 25px;

    font-size: 36px;

    margin-left: 50px;

}



.doublemenu {

    display: inherit !important;

    position: inherit !important;

    column-count: 1 !important;

}



#responsive-menu .menuboxshadow .clearfix {

    padding-top: 10px;

    height: auto;

    /*padding-bottom: 1000px !important;

    margin-bottom: -1000px !important;*/

}



#destination-tab-01 .tab-inner {

    overflow: hidden !important;

    height: auto;

}



.navbar-nav li ul {

	z-index: 9999;

    padding: 0;

    margin: 0;

    position: absolute;

    display: none;

    background-color: var(--background-white);

}



.navbar-nav li ul li a {

	border-bottom: none;

	display: block;

	padding: 8px 15px;

	font-size: 13px;

	font-weight: 400;

	color: #636363;

}



.navbar-nav li>ul>li:last-child>a,

.navbar-nav li>ul>li>ul>li:last-child>a {

	border-bottom: 0;

}



.navbar-nav li ul li:hover a {

	padding-left: 20px;

	padding-right: 10px;

	text-decoration: none;

}



.navbar-nav li ul li ul {

    top: 0px !important;

}



.navbar-nav li ul li:hover ul li a {

	padding-left: 15px;

	padding-right: 15px;

}



.navbar-nav li ul li ul li:hover a {

	padding-left: 20px;

	padding-right: 10px;

}



.navbar-nav li ul li ul li ul li:hover a {

	padding-left: 20px;

	padding-right: 10px;

}



.navbar-nav>li.mega-menu {

	position: inherit!important;

	left: 0;

}



.navbar-nav>li.mega-menu::after {

	content: "";

    color: green;

    width: 10px;

    background-color: #000;

}



.navbar-nav>li.mega-menu ul {

    float: left;

}



.navbar-nav>li.mega-menu ul li a {

	padding: 5px 0;

}



.navbar-nav>li.mega-menu ul .viewmore a {

	color: #53b0ff;

    font-weight: 550;

    font-size: 14px;

    text-align: center;

    margin: 0 !important;

    width: auto;

    display: inline !important;

}



.navbar-nav>li.mega-menu ul li a:hover {

	padding-left: 5px;

}



.navbar-nav>li.mega-menu:hover>a,

.navbar-nav>li.mega-menu>a:hover,

.navbar-nav>li.dropdown:hover>a,

.navbar-nav>li.dropdown>a:hover,

.navbar-nav>li.dropdown.active>a,

.navbar-nav>li.dropdown.active>a:hover,

.navbar-nav>li:hover>a,

.navbar-nav>li.active>a {

	color: #000 !important;

	text-decoration: underline;

	text-decoration: none;

    background: transparent !important;

}



.navbar-nav>li.mega-menu ul li .container {

	padding:0px 0px 10px;

}



.navbar-nav>li.mega-menu ul li .row>div a:last-child {

	border-bottom: 0;

	padding-bottom: 0;

}



.navbar-arrow>ul>li .arrow-indicator {

	margin-left: 7px;

	color: #CCC;

}



.navbar-arrow ul ul>li .arrow-indicator {

	position: absolute;

	top: 50%;

	right: 15px;

	margin-top: -8px;

	font-size: 16px;

	color: #CCC;

}



.megamenu-container .arrow-indicator {

	display: none !important;

}



.navbar-nav li ul li a {

    display: block;

    padding: 8px 15px;

    font-size: 14px;

    font-weight: 400;

    color: #000000;

    letter-spacing: 0;

}



@media only screen and (max-width: 991px) {
    .subtypes>div{
    width: 50% !important;
    font-size: 18px !important;
    }

    .landingairbx{padding:20px !important;}
    .aircanada .home-form{background: transparent !important;}
    .span1{font-size:26px;}
    .span2 a{    font-size: 17px!important;
    letter-spacing: 1px;}
    .mb-search{
        padding-bottom:0;
    }
    .mb-search h1{
        font-size: 22px !important;
        padding:30px !important;
    }
    .mb-search h1 span{font-size: 30px;}
    .mb-search h1 strong{font-size: 20px!important;line-height: 100%; padding: 10px 0;}

	.navbar {

		margin: 0;

		padding: 0;

		-webkit-transition: none;

		-moz-transition: none;

		-ms-transition: none;

		-o-transition: none;

		transition: none;

	}

	.navbar-brand {

		line-height: 30px;

		-webkit-transition: none;

		-moz-transition: none;

		-ms-transition: none;

		-o-transition: none;

		transition: none;

	}

	.navbar-arrow>ul>li .arrow-indicator,

	.navbar-arrow ul ul>li .arrow-indicator {

		display: none !important;

	}

	a.navbar-brand {

		transition: none;

		-webkit-transition: none;

		-moz-transition: none;

	}

	.navbar-nav li ul li a {

		padding: 8px 10px;

	}



    .sidenav .navbar-nav {

        margin: 0px;

    }

}



@media (max-width: 767px) {

	.navbar-nav .open .dropdown-menu>li>a {

		line-height: 23px !important;

	}
    .main-wrapper {

    position: relative;

    top: 85px;

}

	.navbar-brand,

	.colored-navbar-brand .navbar-default .navbar-brand {

		padding-right: 15px !important;

		font-size: 20px !important;

	}

	.colored-navbar-brand .navbar-header {

		float: left;

	}

}



@media (min-width: 768px) {

	.navbar-nav {

		margin: 0;

        float: right;

        margin-top: 0px;

	}



    .sidenav .navbar-nav {

		margin: 0;

        float: none;

        margin-top: 6px;

	}



    .sidenav .navbar-nav>li {

        float: none;

    }

}



@media (max-width: 479px) {

	.navbar-brand,

	.colored-navbar-brand .navbar-default .navbar-brand {

		padding: 5px;

		padding-left: 15px;

		font-size: 16px;

		line-height: 30px;

		display: block;

		width: 100% !important;

	}

	.navbar-header,

	.colored-navbar-brand .navbar-header {

		float: none !important;

		width: 100% !important;

	}

	.colored-navbar-brand .navbar-default .navbar-brand:after {

		display: block;

		top: 0;

		bottom: 0;

		left: auto;

		right: -30px;

		width: 30px;

		height: auto;

	}

}



.navbar-sticky {

	background-color: var(--background-white);

	border-color: #e6e6e6;

	box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.12);

}



.navbar-sticky.navbar-default {

	padding-top: 0;

	padding-bottom: 0;

}



.navbar-sticky .navbar-brand {

	padding-top: 10px;

	padding-bottom: 0;

}



.navbar-sticky .navbar-brand:hover,

.navbar-sticky .navbar-brand:focus {

	color: #4D82B8;

	background-color: transparent

}



.navbar-sticky .navbar-text {

	color: #565656

}



.navbar-sticky .navbar-nav>li>a {

	line-height: 50px;

	color: #565656

}



.navbar-sticky .navbar-nav>li>a:hover,

.navbar-sticky .navbar-nav>li>a:focus {

	color: #4D82B8;

	background-color: transparent

}



.navbar-sticky .navbar-nav>.active>a,

.navbar-sticky .navbar-nav>.active>a:hover,

.navbar-sticky .navbar-nav>.active>a:focus {

	color: #4D82B8;

	background-color: transparent

}



.navbar-sticky .navbar-nav>.disabled>a,

.navbar-sticky .navbar-nav>.disabled>a:hover,

.navbar-sticky .navbar-nav>.disabled>a:focus {

	color: #444444;

	background-color: transparent

}



.navbar-sticky .navbar-nav>li.navbar-separator span:after {

	background: #4D82B9;

}



.navbar-sticky .navbar-toggle {

	border-color: transparent

}



.navbar-sticky .navbar-toggle:hover,

.navbar-sticky .navbar-toggle:focus {

	background-color: transparent

}



.navbar-sticky .navbar-toggle .icon-bar {

	background-color: #565656

}



.navbar-sticky .navbar-collapse,

.navbar-sticky .navbar-form {

	border-color: #ededed

}



.transparent-header .navbar-sticky .navbar-nav>li>a .border {

	border-color: #CCC;

}



.transparent-header .navbar-sticky .navbar-nav>li>a .border:hover {

	border-color: #4D82B9;

}



.navbar-sticky .navbar-mini>ul {

	line-height: 47px;

}



.navbar-sticky .navbar-nav>li>ul {

	top: 50px;

}



.navbar-sticky .navbar-nav>li.mega-menu ul {

	top: 50px;

}



.navbar-sticky #top-header {

	opacity: 0;

}



.colored-navbar-brand .navbar-sticky .navbar-brand {

	background: #005294;

	color: var(--white-color);

}



.colored-navbar-brand .navbar-sticky .navbar-brand:before {

	content: "";

	position: absolute;

	top: 0;

	bottom: 0;

	left: -500px;

	width: 500px;

	background: #005294;

}



@media only screen and (max-width: 1199px) {}



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

	.navbar-fixed-top {

		position: relative !important;

		clear: both;

	}

	.navbar-sticky .navbar-nav>li>a {

		display: none;

	}

}



@media (max-width: 767px) {

	.navbar-sticky .navbar-brand {

		padding: 15px 15px;

	}

}



@media (max-width: 479px) {

	.navbar-sticky .navbar-brand {

		padding: 5px;

	}

}



.navbar-mini {}



.navbar-mini>ul {

	line-height: 55px;

	margin: 0;

	margin-top: -1px;

	padding: 0;

	-webkit-transition: all 0.2s ease-in-out 0s;

	-moz-transition: all 0.2s ease-in-out 0s;

	-ms-transition: all 0.2s ease-in-out 0s;

	-o-transition: all 0.2s ease-in-out 0s;

	transition: all 0.2s ease-in-out 0s;

}



.navbar-mini>ul>li {

	float: left;

	margin-left: 15px;

}



.navbar-mini>ul>li:last-child {

	border-right: none;

}



.navbar-mini>ul>li>a {

	color: #5D5D5D;

	font-size: 12px;

}



.navbar-mini>ul>li>a:hover {

	color: var(--black-color);

	text-decoration: none;

}



.navbar-mini>ul>li>a.btn {

	font-size: 10px;

}



.navbar-mini .dropdown-menu {

	min-width: 80px;

}



.navbar-mini .dropdown-menu>li>a {

	padding: 5px 12px;

	font-size: 12px;

}



.navbar-mini .dropdown-menu>li:first-child>a {

	padding-top: 5px;

}



.navbar-mini .dropdown-menu>li:last-child>a {

	padding-bottom: 5px;

}



.navbar-mini .dropdown-menu>li>a:hover,

.navbar-mini .dropdown-menu>li:hover>a,

.navbar-mini .dropdown-menu>li>a:focus {

	color: #BA0600 !important;

	background: none !important;

}



.navbar-mini .dropdown-menu {

	padding: 10px !important;

}



.navbar-mini>ul {

	border-left: 1px solid rgba(255, 255, 255, 0.4);

}



.navbar-mini>ul>li {

	border-right: 1px solid rgba(255, 255, 255, 0.4);

}



.navbar-mini>ul>li:last-child {

	border-right: none;

}



.navbar-mini .dropdown-menu {

	min-width: 80px;

}



.navbar-mini .dropdown-menu>li>a {

	padding: 5px 12px;

	font-size: 11px;

}



.navbar-mini .dropdown-menu>li:first-child>a {

	padding-top: 8px;

}



.navbar-mini .dropdown-menu>li:last-child>a {

	padding-bottom: 8px;

}



.navbar-mini .dropdown-menu>li>a:hover,

.navbar-mini .dropdown-menu>li:hover>a,

.navbar-mini .dropdown-menu>li>a:focus {

	color: var(--black-color) !important;

	background: none !important;

}



.navbar-mini .dropdown-menu {

	padding: 10px !important;

}



.btn-loged-in {

	padding-top: 1px;

	padding-bottom: 1px;

	padding-left: 1px;

	padding-right: 3px;

	letter-spacing: 1.5px;

	text-transform: capitalize;

	font-weight: 700;

}



.btn-loged-in img {

	width: 28px;

	border-radius: 50%;

	display: inline-block;

	vertical-align: middle;

	border: 2px solid #FFF;

}



.has-msg {

	position: relative;

}



.has-msg .count {

	position: absolute;

	top: 10px;

	right: -8px;

	display: block;

	width: 17px;

	height: 17px;

	background: red;

	color: var(--white-color);

	text-align: center;

	line-height: 16px;

	font-size: 9px;

	font-weight: 700;

	border-radius: 20px;

	border: 1px solid #FFF;

}



@media only screen and (max-width: 1199px) {}



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

	.navbar-mini {

		margin-right: 35px;

		margin-top: -1px;

	}

	.navbar-mini>ul {

		-webkit-transition: none;

		-moz-transition: none;

		-ms-transition: none;

		-o-transition: none;

		transition: none;

	}

}



@media (max-width: 767px) {}



@media (max-width: 479px) {

	.navbar-mini {}

	.navbar-mini>ul {

		line-height: 1;

		padding: 10px 0;

		text-align: center;

		margin: 0;

	}

	.navbar-mini>ul li a,

	.navbar-mini>ul li a.btn.btn-primary.btn-inverse {

		padding: 0;

		border: none;

	}

	.navbar-mini>ul>li {

		float: none;

		margin: 0 5px;

		display: inline-block;

	}

	.navbar-sticky .navbar-mini>ul {

		line-height: 1;

	}

}



.hero {

	position: relative;

	padding: 80px 0;

	background-position: center center;

	background-repeat: no-repeat;

	background-size: cover;

}



.hero::before {

	position: absolute;

	left: 0;

	top: 0;

	width: 100%;

	height: 100%;

	background-image: -webkit-linear-gradient(top, rgba(108, 91, 123, 0.6) 0%, rgba(53, 92, 125, 0.6) 100%);

	background-image: -o-linear-gradient(top, rgba(108, 91, 123, 0.6) 0%, rgba(53, 92, 125, 0.6) 100%);

	background-image: linear-gradient(to bottom, rgba(108, 91, 123, 0.6) 0%, rgba(53, 92, 125, 0.6) 100%);

	background-repeat: repeat-x;

	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#cc6c5b7b', endColorstr='#cc355c7d', GradientType=0);

	content: ""

}



.hero.stellar-parallax-bg {

	background-position: bottom center;

}



.hero-texting {

	padding: 0 40px;

}



.hero h1 {

	margin-top: 0;

	font-size: 56px;

	color: var(--white-color);

	text-transform: uppercase;

	margin: 0 0 10px;

	text-align: center;

	letter-spacing: 2px;

	font-weight: 300;

}



.hero p {

	color: var(--white-color);

	font-size: 24px;

	line-height: 30px;

	font-weight: 300;

	font-family: var(--font-family-sanspro);

	text-align: center;

	margin-bottom: 15px;

}



.hero.width-sign-up-form {

	padding: 120px 0 50px;

}



.hero.width-sign-up-form label {

	color: var(--white-color);

	font-size: 14px;

	font-weight: 400;

	margin: 0 0 5px;

	margin-left: 15px;

}



.hero.width-sign-up-form .form-control {

	border-color: var(--white-color);

}



.hero.width-sign-up-form p.p-title {

	margin-top: -20px;

}



.post-hero {

	background-color: var(--background-white);

	padding-top: 76px;

	padding-bottom: 50px;

}



.slick-hero-slider .image-bg {

	position: relative;

}



.slick-hero-slider .image-bg::before {

	position: absolute;

	left: 0;

	top: 0;

	width: 100%;

	height: 100%;

	/*background-image: -webkit-linear-gradient(top, rgba(108, 91, 123, 0.6) 0%, rgba(53, 92, 125, 0.6) 100%);

    background-image: -o-linear-gradient(top, rgba(108, 91, 123, 0.6) 0%, rgba(53, 92, 125, 0.6) 100%);

    background-image: linear-gradient(to bottom, rgba(108, 91, 123, 0.6) 0%, rgba(53, 92, 125, 0.6) 100%);*/

	background-repeat: repeat-x;

	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#cc6c5b7b', endColorstr='#cc355c7d', GradientType=0);

	content: ""

}



.slick-hero-slider-caption {

	text-align: center;

	padding-top: 150px;

	padding-bottom: 150px;

	color: rgba(255, 255, 255, 0.8);

}



.slick-hero-slider-caption h2 {

	margin-top: 0;

	font-size: 50px;

	line-height: 1.2;

	color: var(--white-color);

	text-transform: uppercase;

	margin: 0 0 20px;

	text-align: center;

	letter-spacing: 2px;

	font-weight: 300;

}



.slick-hero-slider-caption p {

	color: var(--white-color);

	font-size: 24px;

	line-height: 30px;

	font-weight: 300;

	font-family: var(--font-family-sanspro);

	text-align: center;

	margin-bottom: 20px;

}



.slick-hero-slider-caption a span {

	text-transform: uppercase;

	border: 1px solid rgba(255, 255, 255, 0.8);

	color: var(--white-color);

	display: inline-block;

	padding: 7px 25px;

	display: inline-block;

	margin-top: 10px;

	transition: all 0.3s ease;

	-webkit-transition: all 0.3s ease;

	-moz-transition: all 0.3s ease;

}



.slick-hero-slider-caption a span.bg-primary {

	border: #005294;

	padding: 8px 25px;

}



.slick-hero-slider-caption a:hover span {

	background: #004680 !important;

	border-color: #004680 !important;

	text-decoration: none;

}



.detail-content-for-sticky-menu .slick-slide img {

	height: 50px;

}



.slick-hero-slider.slick-inner-dot .slick-dots {

	bottom: 0;

}



.alt-dot-position.slick-hero-slider.slick-inner-dot .slick-dots {

	bottom: 0px;

}



.alt-dot-position.slick-hero-slider.slick-inner-dot .slick-hero-slider-caption {

	padding-top: 130px;

	padding-bottom: 275px;

}



@media only screen and (max-width: 1199px) {

	.hero {

		background-size: auto;

	}

}



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

	.hero h1 {

		font-size: 50px;

		line-height: 1.4;

	}

	.hero p {

		font-size: 22px;

		line-height: 1.4;

	}

	.alt-dot-position.slick-hero-slider.slick-inner-dot .slick-hero-slider-caption {

		padding-bottom: 325px;

	}

	.alt-dot-position.slick-hero-slider.slick-inner-dot .slick-dots {

		bottom: 255px;

	}

}



@media only screen and (max-width: 767px) {

	.hero {

		padding: 40px 0;

	}

	.hero-texting {

		padding: 15px;

	}

	.hero h1,

	.slick-hero-slider-caption h2 {

		font-size: 35px;

		margin-bottom: 20px;

		line-height: 1.2;

		text-align: left;

	}

	.hero p,

	.slick-hero-slider-caption p {

		font-size: 20px;

		line-height: 1.2;

		text-align: left;

	}

	.slick-hero-slider-caption {

		padding: 50px 30px 70px;

	}

	.slick-hero-slider-caption h2,

	.slick-hero-slider-caption p {

		text-align: center;

	}

	.slick-hero-slider .slick-prev {

		left: 10px;

	}

	.slick-hero-slider .slick-next {

		right: 10px;

	}

	.alt-dot-position.slick-hero-slider.slick-inner-dot .slick-hero-slider-caption {

		padding: 50px 30px 70px;

	}

	.alt-dot-position.slick-hero-slider.slick-inner-dot .slick-dots {

		bottom: 0;

	}

}



@media (max-width: 479px) {

	.hero h1,

	.slick-hero-slider-caption h2 {

		font-size: 30px;

		line-height: 1.2;

	}

	.hero p,

	.slick-hero-slider-caption p {

		font-size: 16px;

		line-height: 1.2;

	}

}



.thank-you {

	position: relative;

	padding: 80px 0;

	background-position: center center;

	background-repeat: no-repeat;

	background-size: cover;

	text-align: center;

}



.thank-you::before {

	position: absolute;

	left: 0;

	top: 0;

	width: 100%;

	height: 100%;

	background-image: -webkit-linear-gradient(top, rgba(108, 91, 123, 0.6) 0%, rgba(53, 92, 125, 0.6) 100%);

	background-image: -o-linear-gradient(top, rgba(108, 91, 123, 0.6) 0%, rgba(53, 92, 125, 0.6) 100%);

	background-image: linear-gradient(to bottom, rgba(108, 91, 123, 0.6) 0%, rgba(53, 92, 125, 0.6) 100%);

	background-repeat: repeat-x;

	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#cc6c5b7b', endColorstr='#cc355c7d', GradientType=0);

	content: ""

}



.thank-you.stellar-parallax-bg {

	background-position: bottom center;

}



.thank-you .inner {

	background: rgba(0, 0, 0, 0.4);

	padding: 40px;

}



.thank-you h1 {

	margin-top: 0;

	font-size: 38px;

	color: var(--white-color);

	font-weight: 600;

	line-height: 48px;

	text-transform: uppercase;

	margin: 0 0 10px;

	text-align: center;

}



.thank-you p {

	color: var(--white-color);

	font-size: 16px;

	line-height: 24px;

	font-weight: 300;

	font-family: var(--font-family-sanspro);

	text-align: center;

	margin: 25px 0 30px;

}



.thank-you .btn {

	padding-left: 45px;

	padding-right: 85px;

}



.thank-you .btn .icon {

	font-size: 24px;

	padding-top: 10px;

}



.main-search-wrapper .inner {

	background: rgba(255, 255, 255, 0.91);

}



#searchwraper {

	padding: 4% 0px 3% 0px;

}



.main-search-wrapper .form-control {

	border-color: var(--white-color);

	border: 1px solid #d4d4d4;

}



.main-search-wrapper .form-control:focus {

	border: 1px solid rgb(63, 156, 209);

}



.main-search-wrapper label {

	color: var(--black-color);

	font-weight: 400;

	margin: 0 0 0px;

	text-align: left !important;

}



.main-search-wrapper .fancy-select .form-control.open {

	border-color: var(--white-color);

}



.home-select {

    cursor: pointer;

    color: var(--black-color);

    height: 30px;

    padding: 4px 10px;

}



.main-search-wrapper-2 {

	padding-top: 20px;

	padding-bottom: 5px;

}



.main-search-wrapper-2 .inner {

	position: relative;

	padding-right: 180px;

}



.main-search-wrapper-2 .form-control {

	border-color: var(--white-color);

}



.main-search-wrapper-2 .btn-absolute {

	position: absolute;

	bottom: 21px;

	right: 0;

	width: 150px;

}



.main-search-wrapper-2 .btn-absolute .btn {

	height: 34px;

	padding-top: 7px;

}



.main-search-wrapper-2.absolute-in-hero-slider {

	margin-top: -125px;

	background: rgba(0, 0, 0, 0.4);

	z-index: 999;

	position: relative;

	padding-top: 30px;

	padding-bottom: 15px;

}



.main-search-wrapper-2.absolute-in-hero-slider label {

	color: var(--white-color);

}



@media only screen and (max-width: 1199px) {

	.main-search-wrapper-2 .btn-absolute {

		width: 100px;

	}

}



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

	.main-search-wrapper-2 .inner {

		padding-right: 0;

	}

	.main-search-wrapper-2.absolute-in-hero-slider {

		padding-top: 20px;

		padding-bottom: 5px;

		margin-top: -185px;

	}

}



@media only screen and (max-width: 767px) {

	.main-search-wrapper .inner {

		margin-top: 0;

	}

	.main-search-wrapper-2 .inner {

		padding-bottom: 70px;

		;

	}

	.main-search-wrapper-2 .btn-absolute {

		width: 150px;

		right: auto;

		left: 50%;

		margin-left: -75px;

	}

	.main-search-wrapper-2.absolute-in-hero-slider {

		margin-top: 0;

		background: rgba(0, 0, 0, 0.6);

	}

}



@media (max-width: 479px) {

	.main-search-wrapper .form-lg label {

		font-size: 15px;

	}

	.main-search-wrapper label {

		font-size: 13px;

	}

	.main-search-wrapper .form-control {

		margin: 0 0 0;

	}

}



.top-destination-item {

	background-color: var(--background-white);

	border: 1px solid #E6E6E6;

	-webkit-box-shadow: 0 .2rem 1rem rgba(0, 0, 0, .15)!important;

	-moz-box-shadow: 0 .2rem 1rem rgba(0, 0, 0, .15)!important;

	box-shadow: 0 .2rem 1rem rgba(0, 0, 0, .15)!important;

	box-shadow: 0px 0px 12px -3px rgba(0, 0, 0, 0.15);

	border-bottom: 2px solid #DEDEDE;

	transition: all .35s ease-in-out;

	-webkit-transition: all .35s ease-in-out;

	margin: 74px 0 20px;

	padding-top: 1px;

}



.top-destination-item:hover {

	-webkit-box-shadow: 0px 0px 12px -3px rgba(0, 0, 0, 0.4);

	-moz-box-shadow: 0px 0px 12px -3px rgba(0, 0, 0, 0.4);

	box-shadow: 0px 0px 12px -3px rgba(0, 0, 0, 0.4);

	border-bottom: 2px solid #3e3e3e;

}



.top-destination-item a {

	color: #777;

	display: block;

}



.top-destination-item .image {

	overflow: hidden;

	margin: 4px 5px 4px;

}



.top-destination-item .image img {

	transition: all .3s ease-in-out;

	margin: 0 auto;

}



.top-destination-item:hover .image img {

	/*transform: scale(1.15) rotate(5deg);

    -ms-transform: scale(1.15) rotate(5deg);

    -ms-transform: scale(1.15) rotate(5deg);*/

}



.top-destination-item .content {

	padding: 17px 5px 12px;

}



.top-destination-item h4 {

	font-size: 16px;

	line-height: 1;

	margin: 0 0 2px;

	font-weight: 500;

    white-space: nowrap;

    overflow: hidden;

    text-overflow: ellipsis;

}



.top-destination-item .price {

	text-align: right;

	padding-top: 1px;

}



.top-destination-item .price p {

	margin: 0;

	line-height: 14px;

}



.top-destination-item .price p:not(.icon) {

	margin-bottom: 6px;

}



.destination-list-wrapper {



}



ul.destination-list li {

    padding-left: 15px;

    padding-right: 15px;

    border: none;

}



.lidot::before {

    content: '\25B8';

    position: absolute;

    margin-left: -14px;

    font-size: 16px;

    color: var(--black-color);

    line-height: 14px;

}



ul.destination-list .menutitle a {

    font-size: 16px;

    color: var(--black-color);

    font-weight: 600;

}



ul.destination-list li a {

	display: block;

	line-height: 1.2;

	color: #5d5d5d;

	margin: 0 0 10px;

}



ul.destination-list li a:hover {

	color: #C70C41;

	padding-left: 5px;

}



ul.destination-list li.more-link {

	padding-top: 1px;

}



ul.destination-list li.more-link a {

	font-size: 12px;

	background: #3e3e3e;

	color: var(--white-color);

	line-height: 1;

	display: inline-block;

	padding: 3px 7px;

	margin-top: -3px;

}



ul.destination-list li.more-link a:hover {

	background: rgb(63, 156, 209);

	padding: 3px 10px;

	color: var(--black-color);

}



.navbar-nav ul.destination-list {

    display: block !important;

    position: relative !important;

    margin: 5px 0 5px 10px !important;

    padding: 0 !important;

}



.navbar-nav ul.destination-list li a {

	display: block !important;

	line-height: 1.2 !important;

	padding: 0 0 0px !important;

	margin: 0 0 8px !important;

}



.navbar-nav ul.destination-list li a:hover {

	color: var(--blue-color);

}



.navbar-nav ul.destination-list li.more-link {

	padding-top: 2px !important;

}



.navbar-nav ul.destination-list li.more-link a {

	padding: 3px 7px !important;

	display: inline-block !important;

}



.navbar-nav ul.destination-list li.more-link a:hover {

	padding: 3px 10px !important;

}



.destination-grid-sm-item {

	background-color: var(--background-white);

	border: 1px solid #E6E6E6;

	-webkit-box-shadow: 0 0 12px -3px rgba(0, 0, 0, 0.15);

	-moz-box-shadow: 0 0 12px -3px rgba(0, 0, 0, 0.15);

	box-shadow: 0 0 12px -3px rgba(0, 0, 0, 0.15);

	border-bottom: 2px solid #DEDEDE;

	transition: all .35s ease-in-out;

	-webkit-transition: all .35s ease-in-out;

	padding-top: 1px;

	display: block;

}



.destination-grid-sm-item:hover {

	-webkit-box-shadow: 0 0 12px -3px rgba(0, 0, 0, 0.4);

	-moz-box-shadow: 0 0 12px -3px rgba(0, 0, 0, 0.4);

	box-shadow: 0 0 12px -3px rgba(0, 0, 0, 0.4);

	border-bottom: 2px solid #3e3e3e

}



.destination-grid-sm-item .image {

	overflow: hidden;

	margin: 4px 5px 0

}



.destination-grid-sm-item .image img {

	transition: all .3s ease-in-out

}



.destination-grid-sm-item:hover .image img {

	transform: scale(1.15) rotate(5deg);

	-ms-transform: scale(1.15) rotate(5deg);

	-ms-transform: scale(1.15) rotate(5deg)

}



.destination-grid-sm-item .content {

	padding: 14px 5px 8px;

	text-align: center;

}



.destination-grid-sm-item h5 {

	font-size: 14px;

	text-transform: uppercase;

	line-height: 1;

	margin: 0 0 2px;

	font-weight: 500;

	letter-spacing: 0.3px;

}



.destination-grid-sm-item p {

	font-size: 13px;

	letter-spacing: 0.5px;

}



.destination-list-sm-wrapper.mmb-10 {

	margin-bottom: -10px;

}



.destination-list-sm-item {

	position: relative;

	background-color: var(--background-white);

	border: 1px solid #E6E6E6;

	-webkit-box-shadow: 0 0 12px -3px rgba(0, 0, 0, 0.15);

	-moz-box-shadow: 0 0 12px -3px rgba(0, 0, 0, 0.15);

	box-shadow: 0 0 12px -3px rgba(0, 0, 0, 0.15);

	border-bottom: 2px solid #DEDEDE;

	transition: all .35s ease-in-out;

	-webkit-transition: all .35s ease-in-out;

	padding-top: 1px;

}



.destination-list-sm-item:hover {

	-webkit-box-shadow: 0 0 12px -3px rgba(0, 0, 0, 0.4);

	-moz-box-shadow: 0 0 12px -3px rgba(0, 0, 0, 0.4);

	box-shadow: 0 0 12px -3px rgba(0, 0, 0, 0.4);

	border-bottom: 2px solid #3e3e3e

}



.destination-list-sm-item a {

	position: relative;

	display: block;

	padding: 5px;

	line-height: 1;

}



.destination-list-sm-item .image-bg {

	width: 50px;

	height: 50px;

	background-position: center center;

	background-repeat: no-repeat;

	background-size: cover;

	display: inline-block;

	vertical-align: middle;

	margin-right: 10px;

}



.destination-list-sm-item .content {

	display: inline-block;

	vertical-align: middle;

}



.destination-list-sm-item h5 {

	font-size: 14px;

	text-transform: uppercase;

	line-height: 1;

	margin: 2px 0 5px;

	font-weight: 500;

	letter-spacing: 0.3px;

}



.destination-list-sm-item p {

	font-size: 13px;

	letter-spacing: 0.5px;

}



.top-hotel-grid-wrapper>.row>div {

	margin: 0 0 20px;

}



.top-hotel-grid-wrapper>.row.gap-15>div {

	margin: 0 0 15px;

}



.top-hotel-grid-wrapper>.row.gap-10>div {

	margin: 0 0 10px;

}



.hotel-item-grid {

	background-color: var(--background-white);

	border: 1px solid #E6E6E6;

	-webkit-box-shadow: 0 .2rem 1rem rgba(0, 0, 0, .15)!important;

	-moz-box-shadow: 0 .2rem 1rem rgba(0, 0, 0, .15)!important;

	box-shadow: 0 .2rem 1rem rgba(0, 0, 0, .15)!important;

	border-bottom: 2px solid #DEDEDE;

	transition: all .35s ease-in-out;

	-webkit-transition: all .35s ease-in-out;

	height: 100%;

	min-height: 330px;

	position: relative;

	padding-top: 1px;

	padding-bottom: 12px;

}



.bg-white .hotel-item-grid {

	background: var(--background-to-light-gray);

}



.hotel-item-grid:hover {

	-webkit-box-shadow: 0px 0px 12px -3px rgba(0, 0, 0, 0.4);

	-moz-box-shadow: 0px 0px 12px -3px rgba(0, 0, 0, 0.4);

	box-shadow: 0px 0px 12px -3px rgba(0, 0, 0, 0.4);

	border-bottom: 2px solid #3e3e3e;

}



.hotel-item-grid .hotel-tag {

	position: absolute;

	top: 10px;

	left: 10px;

	font-size: 14px;

	font-weight: 500;

	line-height: 13px;

	padding: 5px 10px;

	background-color: var(--black-color);

	color: var(--white-color);

}



.hotel-item-grid a {

	color: #636363;

}



.hotel-item-grid:hover a,

.hotel-item-grid a:hover {

	text-decoration: none;

}



.hotel-item-grid .image {

	margin: 4px 5px 0;

	display: block;

	position: relative;

}



.hotel-item-grid .image img {

	transition: all .3s ease-in-out;

}



.hotel-item-grid .heading {

	padding: 0px 15px 0px;

}



.hotel-item-grid h4 {

	font-size: 18px;

	line-height: 1;

	margin: 4px 0 2px;

	font-weight: 500;

    white-space: nowrap;

    width: 100%;

    overflow: hidden;

    text-overflow: ellipsis;

}



.hotel-item-grid .heading p {

	font-size: 16px;

	color: #636363;

}



.hotel-item-grid .content {

    padding: 5px;

    position: relative;

    left: 0;

    right: 0;

    top: 7px;

    border-top: 1px solid #DEDEDE;

    border-bottom: 1px solid #DEDEDE;

}



.hotel-item-grid .content:after {

	content: "";

	position: absolute;

	top: 0;

	bottom: 2px;

	right: 50%;

	width: 1px;

	background: #DEDEDE;

}



.hotel-item-grid .content p.price {

	line-height: 1;

	text-align: left;

}



.hotel-item-grid .content p.price .block {

	margin: 0;

}



.hotel-item-grid .content p.price .number {

    font-family: var(--font-family-sanspro);

    font-size: 26px;

    color: var(--black-color);

    text-align: center;

    font-weight: bold;

}



.hotel-item-grid .content p.price .cut-price {

    font-family: var(--font-family-sanspro);

    text-align: center;

    font-weight: 500;

    font-size: 20px;

    color: var(--blue-color);

    text-decoration: line-through;

}



.hotel-item-grid .content p.price .pp {

    display: block;

    font-weight: 500;

    font-size: 14px;

    line-height: 14px;

}



.hotel-item-grid .content .home-view-btn {

    border: none;

    font-size: 18px;

    text-align: center;

    padding: 9px 12px;

    margin: 0 auto;

    display: block;

    border-radius: 3px;

    letter-spacing: 0.5px;

    color: var(--blue-color);

    font-weight: 700;

    width: 100%;

    background-color: var(--background-to-light-gray);

}



.hotel-item-grid.alt-no-rating .heading {

	margin: 0 0 20px;

}



.hotel-item-grid.alt-no-rating .content p.price {

	text-align: left !important;

	position: relative;

	padding-right: 20px;

}



.hotel-item-grid.alt-no-rating .content p.price:after {

	font-family: 'Rivolicons-Free';

	content: "\e610";

	position: absolute;

	top: 6px;

	right: -2px;

	width: 12px;

	display: block;

	padding-left: 4px;

}



.hotel-item-grid.alt-no-rating .content p.price span.block.mb-5 {

	display: inline-block !important;

	margin: 0 !important;

}



.hotel-item-grid.alt-no-rating .content:after {

	display: none;

}



.min-height-alt .hotel-item-grid {

	min-height: 315px;

}



.infobox-hotel-item {

	width: 260px;

	background-color: var(--background-white);

	background: rgba(255, 255, 255, 0.9);

	position: relative;

	z-index: 9999999;

	font-size: 13px;

}



.infobox-hotel-item a {

	display: block;

	color: #636363;

}



.infobox-hotel-item .image img {

	width: 100%;

	display: block;

}



.infobox-hotel-item .tripadvisor-module div {

	font-size: 13px;

	font-weight: 400;

}



.infobox-hotel-item .tripadvisor-rate i {

	margin-right: 3px;

}



.infobox-hotel-item:after {

	left: 50%;

	bottom: -20px;

	margin-left: -10px;

	border: solid transparent;

	content: " ";

	height: 0;

	width: 0;

	position: absolute;

	pointer-events: none;

	border-color: rgba(0, 0, 0, 0);

	border-top-color: #C7C7C7;

	border-width: 10px;

	transition: all 0.3s ease;

	-webkit-transition: all 0.3s ease;

	-moz-transition: all 0.3s ease;

}



.infobox-hotel-item:hover:after {

	border-top-color: var(--black-color);

}



.infobox-hotel-item.hotel-item-grid .content {

	bottom: -2px;

}



.hotel-item-list {

	position: relative;

	min-height: 223px;

	margin: 0 0 20px;

	background-color: var(--background-white);

	border: 1px solid #E6E6E6;

	-webkit-box-shadow: 0px 0px 12px -3px rgba(0, 0, 0, 0.15);

	-moz-box-shadow: 0px 0px 12px -3px rgba(0, 0, 0, 0.15);

	box-shadow: 0px 0px 12px -3px rgba(0, 0, 0, 0.15);

	border-bottom: 2px solid #DEDEDE;

	transition: all .35s ease-in-out;

	-webkit-transition: all .35s ease-in-out;

    z-index: 0;

}



.flight-hotel .hotel-item-list {

    min-height: 200px;

}



.flight-hotel .hotel-item-list .image {

    width: 200px;

}



.flight-hotel .hotel-item-list .absolute-bottom {

    right: 106px;

    left: 225px;

    padding: 10px 15px 10px;

}



.flight-hotel .hotel-item-list .content {

    margin-left: 205px;

    padding: 10px 20px 0;

}



.flight-hotel .hotel-item-list {

    margin: 0 0px 20px;

}



.hotel-item-list:hover {

	-webkit-box-shadow: 0px 0px 12px -3px rgba(0, 0, 0, 0.4);

	-moz-box-shadow: 0px 0px 12px -3px rgba(0, 0, 0, 0.4);

	box-shadow: 0px 0px 12px -3px rgba(0, 0, 0, 0.4);

	border-bottom: 2px solid #3e3e3e;

}



.hotel-item-list a {

	display: block;

}



.hotel-item-list .image {

	width: 250px;

	position: absolute;

	top: 5px;

	bottom: 5px;

	left: 5px;

	background-size: cover;

	background-position: center center;

}



.hotel-item-list .content {

	margin-left: 255px;

	margin-right: 100px;

	position: relative;

	padding: 20px 20px 0;

}



.hotel-item-list .heading {

	margin: 0 0 12px;

}



.hotel-item-list .heading h4 {

	font-size: 18px;

	line-height: 16px;

	margin: 0 0 2px;

	font-weight: 500;

}



.hotel-item-list .short-info {

	line-height: 1.5;

}



.hotel-item-list .absolute-bottom {

	position: absolute;

	bottom: 0;

	right: 125px;

	left: 276px;

	border-top: 1px solid #E8E8E8;

	padding: 15px 15px 17px;

	padding-left: 0;

	line-height: 1;

}



.hotel-item-list .absolute-bottom p span {

    background-color: #ededec;

    padding: 2px 5px;

    color: var(--black-color);

}



.hotel-item-list .absolute-right {

	position: absolute;

	top: 0;

	bottom: 0;

	right: 0;

	width: 100px;

	border-left: 1px solid #E8E8E8;

	text-align: right;

	line-height: 1.3;

}



.hotel-item-list .meta-option {

	position: absolute;

	top: 0;

	right: 20px;

	font-size: 13px;

}



.hotel-item-list .absolute-right .star-rate {

	float: right;

}



.hotel-item-list .price-wrapper {

	position: absolute;

    bottom: 4px;

    padding: 0px 10px;

    width: 100%;

}



.hotel-item-list .price .number {

	font-weight: 500;

	font-size: 26px;

	color: #005294;

	font-family: var(--font-family-sanspro);

}



.hotel-item-list .star-rate {

	margin-top: 5px;

    margin-left: 5px;

    display: inline-block;

}



.hotel-item-list .btn-sm {

	padding-left: 10px;

	padding-right: 10px;

}



.hotel-item-list-2 {

	position: relative;

	background-color: var(--background-white);

	border: 1px solid #E6E6E6;

	-webkit-box-shadow: 0 0 12px -3px rgba(0, 0, 0, 0.15);

	-moz-box-shadow: 0 0 12px -3px rgba(0, 0, 0, 0.15);

	box-shadow: 0 0 12px -3px rgba(0, 0, 0, 0.15);

	border-bottom: 2px solid #DEDEDE;

	transition: all .35s ease-in-out;

	-webkit-transition: all .35s ease-in-out;

	padding: 5px;

	margin-bottom: 20px

}



.hotel-item-list-2:last-child {

	margin-bottom: 0

}



.hotel-item-list-2:hover {

	-webkit-box-shadow: 0 0 12px -3px rgba(0, 0, 0, 0.4);

	-moz-box-shadow: 0 0 12px -3px rgba(0, 0, 0, 0.4);

	box-shadow: 0 0 12px -3px rgba(0, 0, 0, 0.4);

	border-bottom: 2px solid #3e3e3e

}



.hotel-item-list-2 .content {

	margin-left: 250px;

	position: relative;

	padding: 10px 15px 0;

	padding-right: 5px;

	line-height: 1.2;

	margin-bottom: 50px

}



.hotel-item-list-2 .heading {

	margin: 0 0 12px

}



.hotel-item-list-2 .heading h4 {

	font-size: 18px;

	line-height: 20px;

	margin: 0 0 2px;

	font-weight: 500;

    padding-right: 210px;

}



.hotel-item-list-2 .heading p {

	line-height: 1.2

}



.hotel-item-list-2 .heading p .star-rate {

	float: left;

	margin-top: 1px

}



.hotel-item-list-2 .image {

	float: left;

	width: 250px

}



.hotel-item-list-2 .content .short-info {

	position: relative;

	padding-left: 60px;

	line-height: 1.5

}



.hotel-item-list-2 .content .short-info .absolute {

	font-weight: 700

}



.hotel-item-list-2 .total-price {

	margin-top: 10px;

	position: absolute;

	left: 250px;

	bottom: 10px;

	padding-left: 20px

}



.hotel-item-list-2 .total-price .price {

	font-weight: 500;

	font-size: 26px;

	color: #005294;

	font-family: var(--font-family-sanspro);

}



.hotel-item-list-2 .absolute-right-top {

	position: absolute;

	top: 0;

	bottom: 0;

	right: 0;

	width: 210px;

	padding: 10px;

	border-left: 1px solid #E8E8E8

}



.hotel-item-list-2 .absolute-right-bottom {

	position: absolute;

	bottom: 0;

	right: 0;

	width: 210px;

	padding: 10px;

	text-align: right

}



.hotel-item-list-2 .absolute-right-bottom p {

	line-height: 1.2;

	margin: 0 0 9px

}



ul.check-in-out {

	margin-left: -5px;

	margin-right: -5px

}



ul.check-in-out li {

	width: 50%;

	float: left;

	text-align: center;

	line-height: 1;

	padding-left: 5px;

	padding-right: 5px;

	margin-bottom: 5px

}



ul.check-in-out li span {

	display: block;

	margin: 1px 0

}



.check-in-out-item {

    background: var(--background-light-gray);

    font-size: 12px;

    font-weight: 700;

    padding: 0px;

    border: 1px solid #c8c8c8;

    margin: 5px 0px;

}



.check-in-out-item .date {

	font-size: 26px;

	font-weight: 700;

	color: #147ebb;

	margin: 0px 0;

    display: block;

}



.check-in-out-item .day {

	font-weight: 400;

	font-size: 13px;

	color: #333;

    display: block;

    margin-bottom: -6px;

}



.check-in-out-item .month-year {

	color: #656565;

	font-weight: 400

}



a.tripadvisor-module {

	line-height: 16px;

	color: #787878;

	text-decoration: none;

}



a.tripadvisor-module:hover {

	color: #DB542E;

}



.tripadvisor-module {

	line-height: 16px;

}



.tripadvisor-module .texting {

	font-size: 16px;

	font-weight: 400;

	margin-bottom: 2px;

	margin-top: 2px;

	font-family: var(--font-family-sanspro);

	color: var(--black-color);

}



.tripadvisor-rate {

	line-height: 16px;

}



.tripadvisor-rate i {

	color: #B2B2B2;

	font-size: 13px;

}



.tripadvisor-rate i.rated {

	color: #469C3B;

}



@media only screen and (max-width: 1199px) {

	.hotel-item-list .image {

		bottom: auto;

		height: 120px;

		width: 150px;

	}

	.hotel-item-list .content {

		margin-left: 158px;

		margin-bottom: 10px;

		padding: 10px 10px 0;

	}

	.hotel-item-list .absolute-bottom {

		left: 175px;

	}

	.hotel-item-list-2 {

		min-height: 180px;

	}

	.hotel-item-list-2 .content {

		margin-left: 100px;

		padding-top: 5px;

	}

	.hotel-item-list-2 .image {

		width: 100px;

		margin-top: 5px;

		margin-left: 5px;

	}

	.hotel-item-list-2 .total-price {

		left: 100px;

	}

}



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

	.hotel-item-list-2 {

		min-height: none;

	}

	.hotel-item-list-2 .image {

		width: 130px;

		margin-top: 5px;

		margin-left: 5px;

	}

	.hotel-item-list-2 .content {

		margin-left: 130px;

		margin-bottom: 5px;

		margin-right: 10px;

	}

	.hotel-item-list-2 .total-price {

		position: relative;

		padding-left: 45px;

		padding-top: 15px;

	}

	.hotel-item-list-2 .absolute-right-top {

		position: relative;

		bottom: auto;

		width: auto;

		margin: 5px 0 0;

		margin-left: 145px;

		padding: 0;

		padding-right: 10px;

		border-left: 0

	}

	.hotel-item-list-2 .absolute-right-bottom {

		position: absolute;

		width: auto;

		margin-top: -25px;

		margin-left: 135px;

	}

    .hotel-item-wrapper-2 .hotel-item-list-2 .absolute-right-bottom {

        position: inherit !important;

        width: auto !important;

        margin-top: -12px !important;

        margin-left: 0px !important;

        padding: 5px !important;

    }

}



@media only screen and (max-width: 767px) {

	.hotel-item-grid {

		min-height: 280px;

	}

	.hotel-item-list .image {

		height: 80px;

		width: 100px;

	}

	.hotel-item-list .content {

		margin-left: 108px;

	}

	.hotel-item-list .absolute-bottom {

		left: 115px;

        padding: 8px 15px 17px;

	}

}



@media (max-width: 479px) {

	.hotel-item-grid {

		min-height: 345px;

	}

	.hotel-item-list .image {

		position: relative;

		height: 180px;

		width: 100%;

		left: 0;

		top: 0

	}

	.hotel-item-list .content {

		margin: 0

	}

	.hotel-item-list .absolute-bottom {

		position: relative;

		left: 0;

		top: 0;

		bottom: auto;

		padding: 15px;

		width: 100%;

		line-height: 1.4;

		border-bottom: 1px solid #E8E8E8;

		padding: 6px 10px 8px;

	}

	.hotel-item-list .absolute-right {

		position: relative;

		top: auto;

		bottom: 0;

		height: auto;

		right: 0;

		left: 0;

		width: 100%;

		border-left: 0;

		text-align: left;

		line-height: 1.3;

	}

	.hotel-item-list .meta-option {

		position: relative;

		top: 0;

		right: 0;

		left: 0;

		font-size: 13px;

		width: 100%;

	}

	.hotel-item-list .meta-option .tripadvisor-module {

		width: 100%;

		text-align: center;

		margin: 0;

		margin-bottom: 15px;

	}

	.hotel-item-list .meta-option .tripadvisor-module>div {

		display: inline-block;

	}

	.hotel-item-list .absolute-right .star-rate {

		float: left;

	}

	.hotel-item-list .price-wrapper {

		position: absolute;

		bottom: 10px;

		right: 0;

		text-align: center;

		width: 50%;

	}

	.hotel-item-list .price-wrapper p.price {

		margin: 0 0 5px;

	}

	.hotel-item-list .price-wrapper span.block {

		display: inline-block !important;

	}

	.hotel-item-list-2 .image {

		width: 100%;

		margin-top: 5px;

		margin-left: 5px;

		padding-right: 10px;

		float: none;

	}

	.hotel-item-list-2 .content {

		margin: 0;

		padding: 10px 5px 0;

	}

	.hotel-item-list-2 .total-price {

		left: 0;

		padding: 10px 0 0;

		padding-left: 5px;

	}

	.hotel-item-list-2 .absolute-right-top {

		margin-left: 5px;

		padding: 0;

		padding-right: 5px;

	}

	.hotel-item-list-2 .absolute-right-bottom {

		margin-top: -25px;

		margin-left: 0;

		padding-left: 5px;

	}

}



.breadcrumb-wrapper {

    padding: 4px;
    display: inline-block;
    width: 100%;
    background: #e2e2e2;

}



.breadcrumb-wrapper h1.page-title {

	margin: 0;

	font-size: 26px;

	line-height: 28px;

}



.breadcrumb-wrapper .hot-line {

	text-align: right;

	font-size: 12px;

	font-weight: 500;

	margin: 0;

}



.breadcrumb-wrapper .breadcrumb {

	margin: 0;

	padding: 0;

	font-size: 13px;

	background: none;

}



.breadcrumb-wrapper .breadcrumb a {

	color: var(--black-color);

}



.breadcrumb-wrapper .breadcrumb a:hover {

    text-decoration: underline;

}



.breadcrumb-wrapper .breadcrumb .active {

	color: #AAA;

}



.btn-change-search {

	background: transparent;

	margin: 0;

	border: 1px solid #CCC;

	color: #555;

	font-size: 12px;

	font-weight: 600;

	font-family: 'Open Sans', sans-serif;

}



.change-search-wrapper>div {

	padding-top: 15px;

}



.change-search-wrapper>div .sub-inner {

	padding: 10px;

	background: #DDDDDD;

}



.change-search-wrapper .form-group {

	margin: 0;

}



.change-search-wrapper .form-control {

	margin: 0;

}



@media only screen and (max-width: 1199px) {}



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



@media only screen and (max-width: 767px) {}



@media (max-width: 479px) {}



.success-box {

	position: relative;

	margin: 0 0 30px;

}



.success-box .icon {

	width: 120px;

	height: 100%;

	position: absolute;

	top: 0;

	left: 0;

	border: 1px solid #358D44;

	background: #358D44;

	text-align: center;

}



.success-box .icon span {

	font-size: 56px;

	color: var(--white-color);

	display: block;

	position: absolute;

	left: 0;

	right: 0;

	top: 50%;

	margin-top: -28px;

}



.success-box .content {

	border: 1px solid #358D44;

	background-color: var(--background-white);

	margin-left: 121px;

	line-height: 20px;

	padding: 30px;

	color: #555;

    box-shadow: rgba(0, 0, 0, 0.08) 0px 0px 2px 0px, rgba(0, 0, 0, 0.16) 0px 4px 16px 0px;

}



.success-box .content h4 {

	line-height: 1.3;

	margin: 0 0 10px;

}



.metro-box-wrapper {

	margin: 0 0 30px;

	background-color: var(--background-white);

}



.metro-box-wrapper.equal-height {

	height: 100%;

}



.metro-box-wrapper>.heading {

	background: #E6E6E6;

	padding: 24px 20px 18px;

	line-height: 18px;

	border-bottom: 1px solid #DEDEDE;

}



.metro-box-wrapper>.heading h3 {

	text-transform: uppercase;

	font-size: 26px;

	line-height: 1.2;

	margin: 0;

}



.metro-box-wrapper>.heading p {

	margin-top: 5px;

	margin-left: 45px;

}



.metro-box-wrapper>.heading a {

	margin-top: 5px;

}



.metro-box-wrapper>.heading a:hover {

	text-decoration: underline;

}



.metro-box-wrapper .control-label h4 {

	margin-top: 0;

	line-height: 1;

}



.metro-box-wrapper>.content {

	background-color: var(--background-white);

	padding: 40px 25px 25px;

}



.metro-box-wrapper .granted-by {

	width: 287px;

	display: block;

}



.metro-box-wrapper .another-toggle {

	margin-top: -5px;

}



.metro-box-wrapper .another-toggle h4 {

	font-family: PT Sans;

}



.metro-box-wrapper .control-label {

	line-height: 20px;

}



.metro-box-wrapper>.heading.with-number .number {

	position: relative;

	width: 34px;

	height: 34px;

	border-radius: 50%;

	background: #005294;

	color: var(--white-color);

	text-align: center;

	line-height: 34px;

	font-size: 18px;

	font-weight: 300;

	float: left;

	margin-right: 10px;

	margin-top: -3px;

}



ul.payment-tab-nav {

	background: #00B279;

	margin: 0;

	margin-bottom: 5px;

}



ul.payment-tab-nav li {

	float: left;

	width: 25%;

}



ul.payment-tab-nav li a {

	color: var(--white-color);

	border: 1px solid #00B279;

	border-bottom: 0;

	display: block;

	padding: 8px 20px;

	text-align: center;

	position: relative;

	text-transform: uppercase;

}



ul.payment-tab-nav li a:after {

	content: "";

	position: absolute;

	top: 0;

	bottom: 0;

	right: -1px;

	width: 1px;

	background-color: var(--background-white);

}



ul.payment-tab-nav li:last-child a:after {

	width: 0;

}



ul.payment-tab-nav li.active a:after {

	right: 1px;

	background: #00B279;

}



ul.payment-tab-nav li.active a {

	background-color: var(--background-white);

	color: #555;

}



ul.payment-tab-nav li:hover a {

	background: #009969;

	color: var(--white-color);

}



.payment-congrate {

    border: 1px solid #366c8f;

    background: #366c8f;

	color: var(--white-color);

	margin: 0 0 30px;

	text-align: center;

	font-size: 14px;

}



.payment-congrate>.inner {

	border: 3px double #FFF;

	padding: 50px 100px 30px;

}



.payment-congrate .lead {

	font-size: 24px;

	margin: 0 0 10px;

}



.payment-congrate .payment-term {

	font-size: 13px;

}



.payment-congrate a {

	color: var(--white-color);

	text-decoration: underline;

}



.payment-congrate a:hover {

	color: rgba(255, 255, 255, 0.8);

}



.payment-congrate .btn {

	margin: 10px 0 20px;

    background-color: var(--background-white);

    color: #157fbb;

    font-size: 18px;

    font-weight: 600;

    padding-left: 25px;

    padding-right: 25px;

    border: 3px double #117ebb;

}



.payment-congrate .btn:hover {

	opacity: 0.8;

}



.coupon.another-toggle h4 {

	font-weight: 600;

	margin: 0 0 5px;

	font-size: 16px

}



.coupon.another-toggle h4:after {

	content: "";

	font-size: 12px;

	top: -1px;

	position: relative;

	margin-left: 10px

}



.coupon.another-toggle h4.active {

	color: #555

}



.coupon.another-toggle h4.active:after {

	content: "";

	color: #555

}



.coupon.another-toggle .another-toggle-content {

	padding-top: 10px;

}



.coupon.another-toggle .another-toggle-inner {

	background: var(--background-light-gray);

	padding: 15px 20px 20px;

}



.payment-select {

	margin-left: -15px;

}



.payment-select label {

	color: #333;

	font-size: 16px

}



.payment-option-wrapper {

	margin-left: -10px;

}



.payment-option-wrapper .radio-block {

	margin-left: 10px;

	line-height: 40px;

}



.payment-option-wrapper .radio-block span {

	display: block;

	float: left;

	font-weight: 700;

	font-size: 16px;

	color: #555

}



.payment-option-wrapper .radio-block img {

	display: block;

	float: left;

	margin-top: -7px;

	margin-left: 5px;

}



.payment-option-form {

	background: var(--background-light-gray);

	padding: 30px 20px;

	margin: 20px 0 0;

}



.payment-option-form label {

	line-height: 16px;

}



small.of-label {

	display: block;

	font-size: 12px;

	font-weight: 400;

	color: #F65C33;

}



.confirm-summary {

	background-color: var(--background-white);

	margin-top: 50px;

	border-bottom: 2px solid #C7C7C7;

	padding: 20px;

}



.confirm-summary .image {

	width: 285px;

	float: left;

}



.confirm-summary .heading {

	margin-left: 300px;

}



.confirm-summary .heading h4 {

	text-transform: uppercase;

	font-size: 16px;

	text-transform: uppercase;

	line-height: 18px;

	margin: 0 0 7px;

	font-weight: 500;

}



.confirm-summary .heading p {

	line-height: 18px;

	margin: 0 0 7px;

}



.confirm-summary .content {

	margin-left: 300px;

}



.confirm-summary .content .tripadvisor-module {

	margin: 10px 0 15px;

}



.confirm-summary .content .tripadvisor-module>div {

	float: left;

}



.confirm-date {

	background: #E8EAEB;

	position: relative;

	padding: 20px;

}



.confirm-date .icon {

	position: absolute;

	top: 18px;

	left: 10px;

	width: 80px;

	font-size: 48px;

	text-align: center;

	display: block;

}



.confirm-date .content {

	margin: 0;

	margin-left: 80px;

}



.confirm-date ul {

	margin: 1px 0 0;

}



.confirm-date ul li {

	position: relative;

	padding-left: 100px;

}



.confirm-date ul li .absolute {

	font-weight: 600;

}



ul.confirm-list {

	margin: 0;

	padding: 0;

}



ul.confirm-list li {

	position: relative;

	padding-left: 180px;

	line-height: 18px;

	margin: 0;

	margin-bottom: 15px;

}



ul.confirm-list.inverse li {

	position: relative;

	padding-right: 180px;

	padding-left: 0;

}



ul.confirm-list.inverse li .absolute {

	left: auto;

	right: 0;

	top: 10px;

	font-weight: 600;

	font-size: 15px;

	color: #333;

}



ul.confirm-list.inverse li.subtotal {

	text-align: right;

	margin: 0 0 5px;

}



ul.confirm-list.inverse li.bt {

	padding-top: 30px;

	margin-top: 20px;

}



ul.confirm-list.inverse li.bt .absolute {

	top: 30px;

}



ul.confirm-list.inverse li.total {

	text-align: right;

	font-size: 24px;

	color: #555;

}



ul.confirm-list.inverse li.total .absolute {

	font-weight: 600;

	font-size: 13px;

}



ul.confirm-list.inverse li.total .absolute span {

	font-size: 24px;

	font-weight: 700;

}



ul.confirm-list li:last-child {

	margin: 0;

}



@media only screen and (max-width: 1199px) {}



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



@media only screen and (max-width: 767px) {

	.metro-box-wrapper>.content {

		padding: 10px 25px;

	}

	.confirm-summary {

		padding: 15px;

	}

	.confirm-summary .image {

		width: 100%;

		float: none;

	}

	.confirm-summary .heading {

		margin-left: 0;

		margin-top: 15px;

	}

	.confirm-summary>.content {

		margin-left: 0;

	}

	ul.confirm-list {

		margin: 0;

		margin-left: -10px;

	}

	ul.confirm-list li {

		padding-left: 0;

	}

	ul.confirm-list li .absolute {

		position: relative;

	}

	ul.confirm-list.inverse li {

		padding-right: 0;

	}

	ul.confirm-list.inverse li .absolute {

		display: block;

		float: right;

	}

	ul.confirm-list.inverse li.subtotal {

		text-align: left;

	}

	ul.confirm-list.inverse li.subtotal .absolute {

		text-align: right;

		float: right;

	}

	ul.confirm-list.inverse li.subtotal.bt .absolute {

		margin-top: -15px;

	}

	ul.confirm-list.inverse li.total {

		text-align: left;

		padding-bottom: 40px;

	}

	ul.confirm-list.inverse li.total .absolute {

		margin-top: -10px;

	}

	.payment-congrate>.inner {

		padding: 30px;

	}

}



@media (max-width: 479px) {

	.payment-congrate {

		padding: 30px 20px 30px;

	}

	.payment-option-wrapper,

	.coupon.another-toggle,

	.payment-select {

		margin-left: -10px;

		margin-right: -10px;

	}

	.payment-option-wrapper .radio-block img {

		display: block;

		float: none;

		margin-top: 5px;

		margin-left: 0;

	}

	.payment-select {

		margin-left: -15px;

	}

	.payment-congrate p {

		line-height: 16px;

	}

	.payment-congrate p.lead {

		line-height: 26px;

	}

	.success-box {

		text-align: center;

	}

	.success-box .icon {

		width: 100%;

		height: 80px;

		position: relative;

	}

	.success-box .content {

		margin-left: 0;

	}

	.confirm-date .icon {

		display: none;

	}

	.confirm-date .content {

		margin-left: 0;

	}

}





/**

 * Detail Page

 */



.detail-tab-wrapper {

	margin: 0 0 30px;

}



.detail-header {

	margin-bottom: 20px;

}



.detail-header h2 {

	font-size: 26px;

    line-height: 32px;

    margin: 0;

    font-weight: 500;

    color: var(--black-color);

}



.detail-header h2 .star-rate {

	display: inline-block;

}



a.tripadvisor-module {

	text-decoration: none;

	line-height: 16px;

	margin-top: 32px;

	display: block;

	float: right;

}



a.tripadvisor-module:hover {}



.tripadvisor-rate {

	line-height: 16px;

}



.tripadvisor-rate i {

	color: #B2B2B2;

	font-size: 13px;

}



.tripadvisor-rate i.rated {

	color: #005294;

}



.review-item-wrapper {

	border: 1px solid #EBEBEB;

}



.review-item {

	padding: 25px 5px;

	position: relative;

	border-bottom: 1px solid #EBEBEB;

}



.review-item:last-child {

	margin: 0;

	border-bottom: 0;

}



.review-item .content-left {

	width: 150px;

	text-align: right;

	float: left;

	color: #A1A1A1;

}



.review-item .content-left img {

	width: 60px;

	float: right;

	border-radius: 50%;

	margin: 5px 0 10px;

}



.review-item .content-left h4 {

	line-height: 1.3;

	margin: 0;

	font-size: 14px;

	font-weight: 400;

}



.review-item .content {

	margin-left: 180px;

	margin-right: 160px;

	line-height: 24px;

	border-left: 1px solid #EBEBEB;

	padding-left: 30px;

}



.review-item .content h5 {

	font-weight: 700;

	line-height: 1.3;

	margin: 0 0 10px;

	font-size: 16px;

}



.review-item .content-right {

	position: absolute;

	top: 25px;

	right: 25px;

	bottom: 25px;

	width: 130px;

	border: 3px double #005294;

}



.review-item .content-right .outer {

	height: 100%;

	text-align: center;

}



.review-item .content-right .inner {

	position: relative;

	left: 50%;

	top: 50%;

	transform: translate(-50%, -50%);

}



.review-item .content-right .inner p {

	margin-top: 7px;

	line-height: 26px;

}



.review-item .content-right .inner p span {

	display: block;

	font-size: 24px;

	font-weight: 700;

}



ul.hotel-featured-list>li {

	position: relative;

	padding-left: 150px;

	line-height: 22px;

	margin-bottom: 20px;

}



ul.hotel-featured-list li .absolute {

	top: 0;

	left: 0;

	font-weight: 600;

}



ul.list-col-2 li {

	width: 50%;

	float: left;

	padding-right: 15px;

	line-height: 18px;

}



ul.list-col-3 li {

	width: 33.3333%;

	float: left;

	padding-right: 15px;

	line-height: 18px;

}



ul.list-with-icon li {

	position: relative;

	padding-left: 20px;

	margin-bottom: 5px;

	line-height: 20px;

}



ul.list-with-icon li i {

	position: absolute;

	top: 4px;

	left: 0;

}



ul.list-with-icon.font-lg li {

	font-size: 15px;

	padding-left: 23px;

	line-height: 23px;

}



ul.list-with-icon.font-lg li i {

	font-size: 13px;

}



ul.list-bullet-circle li {

	list-style-type: circle;

}



ul.list-bullet-circle-2 li {

	list-style-type: inherit;

}



ul.border-bottom {

	border-bottom: 0;

}



ul.border-bottom li {

	border-bottom: 1px solid #CCC;

	padding-bottom: 10px;

}



ul.border-bottom.dotted li {

	border-bottom: 1px dotted #CCC;

}



ul.border-bottom li:last-child {

	border-bottom: 0;

}



.detail-right-sidebar {

    box-shadow: 0 .2rem 1rem rgba(0, 0, 0, .15)!important;

    box-shadow: 0px 0px 12px -3px rgba(0, 0, 0, 0.15);

}



.detail-right-sidebar .form-control {

	border-color: #E7E7E7;

    padding: 5px 10px;

}



.detail-right-sidebar .form-control:focus {

	border-color: rgb(63, 156, 209);

}



.detail-right-sidebar .price {

	text-align: center;

	padding: 20px 20px 15px;

	background: var(--background-white);

	color: rgb(62, 62, 62);

}



.detail-right-sidebar .price span.number {

	display: block;

	font-size: 24px;

	font-weight: 700;

	color: var(--white-color);

}



.detail-right-sidebar .or-text {

	border-bottom: 1px solid rgba(255, 255, 255, 0.7);

	position: relative;

	margin: 30px 0 5px;

	background: #303030;

	color: rgba(255, 255, 255, 0.7);

}



.detail-right-sidebar .or-text>span {

	text-align: center;

	display: block;

	position: absolute;

	top: -13px;

	left: 0;

	right: 0;

}



.detail-right-sidebar .or-text>span>span {

	background: #303030;

	padding: 0 10px;

}



.detail-right-sidebar label {

	color: var(--white-color);

	font-weight: 400;

	margin: 0 0 5px;

}



.detail-search-form {

	padding: 15px 10px;

	background: #3e3e3e;

    color: var(--white-color);

}



.detail-subtotal-price {

	background-color: var(--background-white);

	margin-top: 20px;

    margin-bottom: 50px;

    box-shadow: rgba(0, 0, 0, 0.08) 0px 0px 2px 0px, rgba(0, 0, 0, 0.16) 0px 4px 16px 0px;

    border: 1px solid rgb(209, 214, 219) !important;

}



.detail-subtotal-price:hover {

	-webkit-box-shadow: 0px 0px 12px -3px rgba(0, 0, 0, 0.4);

    -moz-box-shadow: 0px 0px 12px -3px rgba(0, 0, 0, 0.4);

    box-shadow: 0px 0px 12px -3px rgba(0, 0, 0, 0.4);

    border-bottom: 2px solid #3e3e3e;

}



.detail-subtotal-price h4 {

	text-transform: uppercase;

	font-size: 14px;

	line-height: 1;

	font-weight: 500;

	letter-spacing: 1px;

	background: #F7F7F7;

	color: #555;

	margin: 0;

	padding: 18px 20px 15px;

	border-top: 1px solid #E5E5E5;

	border-bottom: 1px solid #E5E5E5;

}



.detail-subtotal-price h4 a {

	float: right;

	font-size: 12px;

	font-weight: 300;

	text-transform: capitalize !important;

	margin: 0;

}



.detail-subtotal-price h4 a:hover {

	color: var(--black-color);

}



.price-subtotal span {

	font-size: 18px;

	font-weight: 500;

}



.detail-subtotal-price>.content {

	padding: 7px 10px;

    text-align: center;

}



.detail-subtotal-price>.content span {

    font-weight: 600;

    font-size: 20px;

    color: var(--black-color);

    font-family: var(--font-family-sanspro);

}



.detail-subtotal-price>.content p a {

    font-size: 18px;

    color: var(--black-color);

    font-weight: 500;

}



.room-type-wrapper {}



.room-type-item {

	position: relative;

	margin: 0 0 20px;

	min-height: 122px;

	border-bottom: 1px solid #DEDEDE;

	transition: all .35s ease-in-out;

	-webkit-transition: all .35s ease-in-out;

}



.room-type-item .image {

	width: 150px;

	float: left;

}



.room-type-item .content {

	margin-left: 165px;

	margin-right: 215px;

	margin-bottom: 33px;

}



.room-type-item .content h3 {

	font-size: 16px;

	font-weight: 500;

	margin: 5px 0 10px;

	line-height: 16px;

	text-transform: uppercase;

}



.room-type-item .content p {

	margin: 0 0 3px;

	line-height: 16px;

}



.room-type-item .content-right {

	position: absolute;

	top: 0;

	bottom: 20px;

	right: 0;

	width: 200px;

	text-align: right;

	line-height: 18px;

}



.room-type-item .content-right .number {

	display: block;

	color: #005294;

	font-size: 18px;

	font-weight: 700;

	margin-bottom: 5px;

}



.room-type-item .content-right .btn {

	position: absolute;

	bottom: 0;

	right: 0;

	padding-left: 15px;

	padding-top: 7px;

	padding-right: 13px;

}



.room-type-item p.absolute {

	left: 165px;

	top: auto;

	bottom: 20px;

}



.review-score-wrapper {

	background: #F7F7F7;

	padding: 40px 20px 30px;

	margin: 0 0 20px;

}



.review-score-heading {

	text-align: center;

}



.review-score-heading h4 {

	font-size: 20px;

	margin: 0 0 10px;

}



.review-score-heading .score {

	margin-bottom: 10px;

	line-height: 20px;

}



.review-score-heading .score .this {

	font-size: 26px;

	font-weight: 700;

}



.review-score-heading .recommend-this {

	border-top: 1px solid #DEDEDE;

	margin: 0 40px;

	padding-top: 10px;

}



.detail-review-wrapper .tripadvisor-module {

	display: inline;

}



ul.review-score-list li {

	position: relative;

	margin-bottom: 2px;

}



ul.review-score-list.with-progress li .progress {

	margin: 5px 0 14px;

	margin-left: 30px;

	margin-right: 60px;

}



ul.review-score-list.with-progress li:last-child .progress {

	margin-bottom: 0;

}



ul.review-score-list.with-progress li .absolute {

	top: -6px;

}



ul.review-score-list.with-progress li .absolute.full {}



ul.review-score-list.with-progress li .absolute.people-count {

	left: auto;

	right: 10px;

}



.map-wrapper img {

	max-width: none;

}



#map-and-friends {

	height: 500px;

	width: 100%;

	margin: 0;

	padding: 0

}



ul.map-neighbour-label {

	float: right;

	margin: 0;

	padding: 0;

	margin-top: 10px;

}



ul.map-neighbour-label li {

	position: relative;

	float: left;

	padding-left: 15px;

	margin-left: 30px;

	line-height: 1;

}



ul.map-neighbour-label li:before {

	content: "";

	position: absolute;

	left: 0;

	top: 3px;

	width: 10px;

	height: 10px;

	border-radius: 6px;

	background: #005294;

}



ul.map-neighbour-label li.color-01:before {

	background: #469C3B;

}



ul.map-neighbour-label li.color-02:before {

	background: #507299;

}



ul.map-neighbour-label li.color-03:before {

	background: #FF8E01;

}



#map-and-friends input[type=button] {

	padding: 8px;

	font-size: 10px;

	font-weight: 400;

	line-height: 10px;

	text-align: center;

	white-space: nowrap;

	-ms-touch-action: manipulation;

	touch-action: manipulation;

	cursor: pointer;

	-webkit-user-select: none;

	-moz-user-select: none;

	-ms-user-select: none;

	user-select: none;

	background-image: none;

	border: 1px solid transparent;

	display: block;

	width: 100%;

	margin: 0 0 1px;

	float: left;

	text-transform: uppercase;

	font-weight: 600

}



.map-detail-info-window {

	padding-top: 20px;

	padding-left: 10px;

	padding-bottom: 10px

}



.map-detail-info-window .image {

	width: 60px;

	float: left

}



.map-detail-info-window .image img {

	width: 100%

}



.map-detail-info-window .content {

	margin-left: 75px

}



.map-detail-info-window .content h3 {

	font-size: 14px;

	line-height: 16px;

	margin: 0 0 5px;

	font-weight: 700;

}



.map-detail-info-window .content p {

	line-height: 1.1;

	margin: 0 0 3px

}



.map-detail-info-window .content a {

	background: #005294;

	color: var(--white-color);

	padding: 2px 10px;

	text-transform: uppercase;

	font-size: 10px;

	font-weight: 600

}



.map-detail-info-window .content a:hover {

	opacity: 0.7;

}



#map-and-friends input[type='checkbox'] {

	opacity: 1;

	display: block;

	float: left;

	width: 18px;

	margin-top: 3px

}



#map-and-friends label {

	font-size: 12px!important;

	display: block;

	font-weight: 400;

	line-height: 14px;

	clear: both;

	margin: 3px 0;

}



#map-and-friends label:hover {

	cursor: pointer;

}



@media only screen and (max-width: 1199px) {

	.room-type-item {

		padding-bottom: 15px;

	}

}



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

	.room-type-item {

		min-height: 60px;

		padding: 10px 0;

		padding-bottom: 20px;

	}

	.room-type-item .image {

		width: 115px;

	}

	.room-type-item .content {

		margin-right: 170px;

		margin-left: 125px;

		margin-bottom: 0;

		line-height: 14px;

	}

	.room-type-item .content p {

		line-height: 14px;

		margin: 0 0 5px;

	}

	.room-type-item .content h3 {

		font-size: 15px;

		line-height: 17px;

	}

	.room-type-item .content-right {

		width: 160px;

		font-size: 12px;

		line-height: 14px;

	}

	.room-type-item .content-right .btn {

		margin-top: 7px;

		padding-top: 3px;

		padding-bottom: 3px;

	}

	.room-type-wrapper p.absolute {

		position: relative;

		left: 0;

		margin-top: 15px;

	}

	.room-type-item p.absolute {

		bottom: 0;

	}

}



@media only screen and (max-width: 767px) {

	.review-item {

		padding: 0;

	}

	.review-item .content-left {

		width: 100%;

		text-align: left;

		float: none;

		margin: 0 0 10px;

	}

	.review-item .content-left img {

		float: left;

	}

	.review-item .content-left h4 {

		line-height: 1.3;

		margin: 0;

	}

	.review-item .content {

		margin-left: 0;

		margin-right: 0;

	}

	.review-item .content-right {

		position: relative;

		top: 45px;

		left: 0;

		right: 15px;

		bottom: 15px;

		width: 100%;

		margin: 0 0 15px;

		padding: 20px;

		clear: both;

	}

	.review-item .content-right .inner {

		position: relative;

		left: 15px;

		top: auto;

		transform: none;

	}

}



@media (max-width: 479px) {

	.room-type-item .image {

		width: 100%;

		float: none;

		margin-bottom: 10px;

	}

	.room-type-item .content {

		margin-right: 170px;

		margin-left: 0;

	}

	.room-type-item .content-right {

		top: 220px;

	}

	ul.hotel-featured-list>li {

		padding-left: 0;

	}

	ul.hotel-featured-list li .absolute {

		position: relative;

		display: block;

	}

	ul.list-col-2 li,

	ul.list-col-3 li {

		width: 100%;

	}

	.detail-header .tripadvisor-module.text-right {

		text-align: left !important;

		float: none;

	}

	.detail-header .tripadvisor-module>div {

		display: inline-block;

	}

	.review-item {

		padding-bottom: 10px;

	}

	.review-item .content-left {

		margin-left: 10px;

		margin-top: 5px;

		position: relative;

		padding-top: 8px;

		padding-left: 50px;

	}

	.review-item .content-left .image {

		position: absolute;

		left: 0;

		top: 0;

		width: 40px;

	}

	.review-item .content {

		padding-left: 10px;

		border-left: 0;

	}

	.review-item .content-right {

		top: 10px;

		left: 4%;

		right: 4%;

		bottom: 10px;

		width: 92%;

		margin: 0 0 15px;

		padding: 20px 15px 10px;

	}

	.review-item .content-right .inner {

		left: 0;

	}

}



.booking-step {

	margin-top: 25px;

	margin-bottom: 0px;

}



.step-item {

	color: #047ebe;

	display: block;

	text-align: center;

	font-size: 12px;

}



.step-item .line {

	width: 100%;

	height: 1px;

	background: #D1D1D1;

}



.step-item .step-item {

	margin-top: -26px;

	margin-bottom: 0px;

}



.step-item .number {

	width: 40px;

	height: 40px;

	background: var(--background-light-gray);

	margin: 5px auto 0;

	padding: 5px;

	border-radius: 50%;

}



.step-item .number .inner {

	background: #D1D1D1;

	height: 100%;

	color: var(--white-color);

	font-size: 16px;

	font-weight: 400;

	line-height: 30px;

	border-radius: 50%;

}



.step-item.active a:hover {

	cursor: pointer;

	opacity: 0.4;

	text-decoration: none;

}



.step-item.active .line {

	background: #047ebe;

}



.step-item.active .number .inner {

	background: #047ebe;

}



.room-page-right-sidebar {}



.room-page-right-sidebar h4 {

	text-transform: uppercase;

	font-size: 20px;

	text-transform: uppercase;

	line-height: 1.2;

	margin: 2px 0 8px;

	font-weight: 500;

}



.room-page-right-sidebar p {

	line-height: 18px;

	margin: 0 0 7px;

}



.room-page-right-sidebar h5 {

    font-weight: 500;

    line-height: 20px;

    margin: 0;

}



.room-page-right-sidebar h5 a {

	font-size: 12px;

	float: right;

	text-transform: capitalize;

	margin-top: 2px;

	opacity: 0.8;

}



.room-page-right-sidebar h5 a:hover {

	opacity: 1;

}



.room-page-right-sidebar .meta-option {

	line-height: 16px;

}



.room-page-right-sidebar .meta-option .star-rate {

	float: left;

	margin-right: 7px;

}



.room-page-right-sidebar .meta-option p {

	line-height: 14px;

}



.room-page-right-sidebar .image {

	margin: 20px 0 20px;

}



.room-page-right-sidebar .content {

	font-size: 13px;

}



.room-page-right-sidebar .content p {

	margin-top: 15px;

}



.room-page-right-sidebar .content ul {

	margin: 10px 0 0;

}



.room-page-right-sidebar .content ul li {

	position: relative;

	text-align: right;

	font-size: 14px;

	padding-left: 70px;

	line-height: 15px;

}



.room-page-right-sidebar .content ul li .absolute {

	font-weight: 600;

}



.room-page-right-sidebar .content ul.inverse li {

    padding-left: 0;

    text-align: left;

    font-family: var(--font-family-sanspro);

    line-height: 1.5;

    font-size: 14px;

    color: var(--black-color);

}



.room-page-right-sidebar .content ul.inverse li .absolute {

	left: auto;

	right: 0;

}



.room-page-right-sidebar .content.total-price h5 {

	font-size: 18px;

    color: var(--black-color);

}



.room-page-right-sidebar .content.total-price h5 span {

	float: right;

	font-weight: 500;

	margin-top: 0px;

	font-size: 18px;

	display: block;

	margin: 0px;

}



.room-page-right-sidebar .content.total-price h5 span small {

    font-size: 11px;

}



.room-page-right-sidebar.alt {

	background: #005294;

	color: rgba(255, 255, 255, 0.8);

	padding: 20px

}



.room-page-right-sidebar.alt h4 {

	color: var(--white-color);

	text-transform: uppercase;

	font-size: 20px;

	text-transform: uppercase;

	line-height: 1.2;

	margin: 0 0 7px;

	font-weight: 500;

}



.room-page-right-sidebar.alt p {

	line-height: 18px;

	margin: 0 0 7px;

}



.room-page-right-sidebar.alt h5 {

	color: var(--white-color);

	font-size: 16px;

	font-weight: 500;

	line-height: 24px;

	text-transform: uppercase;

	border-bottom: 1px solid rgba(255, 255, 255, 0.7);

}



.room-page-right-sidebar.alt h5 a {

	font-size: 12px;

	float: right;

	color: var(--white-color);

	text-transform: capitalize;

	margin-top: 5px;

	opacity: 0.8;

}



.room-page-right-sidebar.alt h5 a:hover {

	opacity: 1;

}



.room-page-right-sidebar.alt .meta-option {

	line-height: 16px;

}



.room-page-right-sidebar.alt .meta-option .star-rate {

	float: left;

	margin-right: 7px;

}



.room-page-right-sidebar.alt .meta-option p {

	line-height: 14px;

}



.room-page-right-sidebar.alt .image {

	border: 1px solid #F7F7F7;

	margin: 20px 0 30px;

}



.room-page-right-sidebar.alt .content {

	font-size: 13px;

}



.room-page-right-sidebar.alt .content p {

	margin-top: 15px;

}



.room-page-right-sidebar.alt .content ul {

	margin: 10px 0 0;

}



.room-page-right-sidebar.alt .content ul li {

	position: relative;

	text-align: right;

	font-size: 13px;

	padding-left: 70px;

	line-height: 15px;

	margin: 0 0 10px;

}



.room-page-right-sidebar.alt .content ul li .absolute {

	color: var(--white-color);

}



.room-page-right-sidebar.alt .content ul.inverse li {

	padding-left: 0;

	padding-right: 70px;

	text-align: left;

}



.room-page-right-sidebar.alt .content ul.inverse li .absolute {

	left: auto;

	right: 0;

}



.room-page-right-sidebar.alt .content.total-price h5 {

	font-size: 18px;

	border-bottom: 3px double rgba(255, 255, 255, 0.7);

	padding-bottom: 10px;

}



.room-page-right-sidebar.alt .content.total-price h5 span {

	color: var(--white-color);

	margin-top: 2px;

}



@media only screen and (max-width: 1199px) {}



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



@media only screen and (max-width: 767px) {

	.step-item .step-item {

		margin-bottom: 0px;

	}

}



@media (max-width: 479px) {}



.result-status {

	position: relative;

	margin-bottom: 25px;

	border-bottom: 2px solid #E6E6E6;

	padding-top: 10px;

	padding-bottom: 10px;

}



.result-status p {

	margin: 0;

	font-size: 16px;

}



.result-status a.show-on-map {

	display: block;

	position: absolute;

	top: 0;

	bottom: -2px;

	right: 0;

	width: 93px;

	line-height: 1;

	font-size: 10px;

	font-weight: 700;

	text-align: center;

	background-position: 50% 50%;

	border-left: 5px solid #F7F7F7;

}



.result-status a.show-on-map img {

	width: 30px;

	margin: 0 auto;

	margin-top: -15px;

}



.result-status a.show-on-map .absolute {

	top: auto;

	bottom: 0;

	left: 0;

	right: 0;

	padding: 5px;

}



.result-status .back-to-list {

	position: absolute;

	top: 0;

	bottom: -2px;

	right: 0;

	width: 80px;

	line-height: 18px;

	font-size: 12px;

	font-weight: 400;

	text-align: center;

	border-left: 5px solid #F7F7F7;

	background: #3e3e3e;

	color: var(--white-color);

	padding-top: 5px;

}



.result-status .back-to-list span {

	display: block;

	text-transform: uppercase;

}



.result-status .back-to-list a {

	color: var(--white-color);

	font-size: 14px;

}



.result-status .back-to-list a:hover {

	color: rgba(255, 255, 255, 0.7);

}



.result-status .back-to-list a+a {

	margin-left: 5px;

}



.sort-wrapper {

	background: var(--background-light-gray);

	color: #5d5d5d;

	border-top: 1px solid #E5E5E5;

	border-bottom: 1px solid #E5E5E5;

	margin-bottom: 15px;

}



.sort-wrapper>ul {

	margin: 0;

}



.sort-wrapper>ul>li {

	display: block;

	float: left;

}



.sort-wrapper>ul>li>a {

	color: var(--black-color);

	border-right: solid 1px #E5E5E5;

	display: block;

	padding: 5px 15px;

}



.sort-wrapper>ul>li>a>span {

    font-size: 12px;

    color: #5d5d5d;

}



.sort-wrapper>ul>li.text {

	border-right: solid 1px #E5E5E5;

	padding: 5px 15px;

    font-size: 14px;

}



.sort-wrapper>ul>li.list-grid {

	float: right;

}



.sort-wrapper>ul>li.list-grid a {

	float: right;

	border-right: 0;

	border-left: solid 1px #E5E5E5;

	color: #5d5d5d;

}



.sort-wrapper>ul>li.active>a,

.sort-wrapper>ul>li>a:hover {

	color: var(--black-color);

}



.sort-wrapper .dropdown-menu {

	min-width: 80px;

	margin: 0;

}



.result-search-form-wrapper {

	background: #303030;

	color: rgba(255, 255, 255, 0.7);

}



.result-search-form-wrapper h3 {

	color: var(--white-color);

	font-size: 20px;

	line-height: 1;

	margin: 5px 0 0;

	text-transform: uppercase;

	font-weight: 500;

	border-bottom: 1px solid rgba(255, 255, 255, 0.5);

	padding: 14px 20px;

}



.result-search-form-wrapper>.inner {

	padding: 20px 15px;

}



.result-search-form-wrapper .form-control {

	border-color: var(--white-color);

}



.result-search-form-wrapper .form-control:focus {

	border-color: #F65C33;

}



.result-search-form-wrapper label {

	color: rgba(255, 255, 255, 0.95);

	font-weight: 400;

	margin: 0 0 5px;

}



.result-search-form-wrapper .tooltip-inner {

	max-width: 240px;

}



.result-filter-wrapper {

	background-color: var(--background-white);

    border: 1px solid #ccc;

}



.result-filter-wrapper h3 {

    position: relative;

    text-transform: uppercase;

    font-weight: 500;

    font-size: 20px;

    letter-spacing: 1px;

    background-color: var(--background-light-gray);

    padding: 5px 5px 5px 35px;

    color: var(--black-color);

    display: block;

    margin-bottom: 0px;

}



.result-filter-wrapper h3 .mobilecollapse {

    text-align: right;

    float: right;

    padding-top: 4px;

}



.result-filter-wrapper h3 .icon {

    position: absolute;

    display: block;

    top: -18px;

    left: 11px;

    text-align: center;

    line-height: 28px;

    border-radius: 50%;

    color: var(--black-color);

    font-size: 16px;

}



.filter-toggle {

	margin: 0;

	padding: 0;

}



.filter-toggle h4 {

	text-transform: uppercase;

    line-height: 1;

    margin: 0;

    padding: 10px;

    border-bottom: 1px solid #E5E5E5;

}



.filter-toggle h4.active {

	color: var(--black-color);

}



.filter-toggle h4:after {

    font-size: 10px;

    top: 7px;

    right: 20px;

    width: 20px;

    height: 20px;

    text-align: center;

    line-height: 18px;

    padding-left: 2px;

    color: #c8c8c8;

}



.filter-toggle .another-toggle-inner {

	padding: 10px 10px;

    border-bottom: 1px solid #E5E5E5;

}



.result-paging-wrapper {

	border-top: 2px solid #E6E6E6;

	margin-top: 20px;

	padding-top: 10px;

}



.result-paging-wrapper ul.paging {

	float: right;

}



ul.paging li {

	float: left;

	margin-left: 2px;

}



ul.paging li a {

	color: #636363;

	padding: 2px 10px;

}



ul.paging li.active a,

ul.paging li a:hover {

	background: #3e3e3e;

	color: var(--white-color);

}



ul.paging li.disable a {

	cursor: not-allowed;

	background: transparent;

	color: #636363;

}



.text-center ul.paging {

	float: none;

	text-align: center;

}



.text-center ul.paging li {

	float: none;

	margin-left: 2px;

	display: inline-block;

}



#bali-map {

	height: 800px;

}



@media only screen and (max-width: 1199px) {}



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

	.result-status {

		padding-right: 90px;

		line-height: 16px;

	}

	.result-search-form-wrapper {

		margin-top: -5px;

	}

}



@media (max-width: 767px) {

	.sort-wrapper>ul>li>a,

	.sort-wrapper>ul>li.text {

		padding: 5px 10px;

	}

	.result-paging-wrapper {

		text-align: center;

	}

	.result-paging-wrapper ul.paging {

		float: none !important;

		padding: 0;

		margin: 10px 0 0;

	}

	.result-paging-wrapper ul.paging li {

		float: none;

		margin: 0;

		display: inline-block;

	}

}



@media (max-width: 479px) {

	.pagination>li>a,

	.pagination>li>span {

		padding: 8px 12px;

	}

	.sort-wrapper>ul>li>a,

	.sort-wrapper>ul>li.text {

		border-right: 0;

		padding: 5px 5px;

	}

	.sort-wrapper>ul>li>a,

	.sort-wrapper>ul>li.text {

		padding: 5px 5px;

	}

	.sort-wrapper>ul>li.list-grid a {

		border-right: 0;

		border-left: none;

	}

	.sort-wrapper>ul>li.list-grid a {

		padding-bottom: 0;

		padding-top: 0;

	}

}



.tab-style-01-wrapper ul.tab-nav {

	background: var(--background-light-gray);

	margin: 0;

	border-bottom: 1px solid #3e3e3e;

}



.tab-style-01-wrapper ul.tab-nav li {

	float: left;

}



.tab-style-01-wrapper ul.tab-nav li a {

	color: #333;

	padding: 10px 20px;

	padding-top: 13px;

	display: block;

	text-transform: uppercase;

	position: relative;

	font-weight: 400;

	border-top: 2px solid #EDEDED;

}



.tab-style-01-wrapper ul.tab-nav li a:after {

	content: "";

	position: absolute;

	left: 0;

	right: 0;

	bottom: -1px;

	height: 1px;

	background: transparent;

}



.tab-style-01-wrapper ul.tab-nav li a:hover {

	background: #DBDBDB;

	border-top: 2px solid #DBDBDB;

	text-decoration: none;

}



.tab-style-01-wrapper ul.tab-nav li.active a {

	color: var(--black-color);

	background-color: var(--background-white);

	border-top: 2px solid #3e3e3e;

}



.tab-style-01-wrapper ul.tab-nav li.active a:after {

	background-color: var(--background-white);

}



.tab-style-01-wrapper .tab-content {

	background-color: var(--background-white);

}



.tab-style-01-wrapper .tab-content-inner {

	padding: 20px;

	padding-top: 25px;

}



.tab-style-01-wrapper .tab-content-inner h5:first-child {

	margin-top: 0;

}



.vertical-tab-style-01-wrapper ul.tab-nav li a {

	font-family: var(--font-family-sanspro);

	color: #222222;

	text-transform: uppercase;

	letter-spacing: 0.5px;

	border-right: 0;

	display: block;

	margin: 0 0 1px;

	padding: 8px 15px 7px;

	font-size: 13px;

}



.vertical-tab-style-01-wrapper ul.tab-nav li.active a,

.vertical-tab-style-01-wrapper ul.tab-nav li a:hover {

	background: none;

}



.navbar-nav .vertical-tab-style-01-wrapper ul.tab-nav {

	width: 150px;

    left: 0;

    padding: 0;

    border: 0;

    box-shadow: none;

    position: relative;

    display: block !important;

}



.navbar-nav .vertical-tab-style-01-wrapper ul.tab-nav li a {

	padding: 8px 15px 7px !important;

	font-family: var(--font-family-sanspro) !important;

	color: #222222 !important;

	text-transform: uppercase !important;

	letter-spacing: 0.5px !important;

}



.navbar-nav .vertical-tab-style-01-wrapper ul.tab-nav li a:hover {

	padding-left: 8px;

}



.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {

    color: #f9a61a !important;

    background-color: transparent !important;

    line-height: 60px;

}



.with-slicknav .navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {

    background-color: transparent !important;

    background-image: none !important;

}



.vertical-tab-style-02-wrapper ul.tab-nav li a {

	font-family: var(--font-family-sanspro);

	color: #222;

	text-transform: uppercase;

	letter-spacing: .5px;

	background: var(--background-to-light-gray);

	border: 1px solid #E5E5E5;

	display: block;

	margin: 0 1px 1px 0;

	padding: 12px 15px 10px;

	font-size: 13px;

	position: relative;

	display: block;

}



.vertical-tab-style-02-wrapper ul.tab-nav li.active a,

.vertical-tab-style-02-wrapper ul.tab-nav li a:hover {

	background: none

}



.navbar-nav .vertical-tab-style-02-wrapper ul.tab-nav {

	position: relative;

	top: 0;

	left: 0;

	padding: 0;

	border: 0;

	box-shadow: none;

	display: block!important;

	margin: 10px 0 0

}



.navbar-nav .vertical-tab-style-02-wrapper ul.tab-nav li a {

	padding: 8px 15px 7px!important;

	border-bottom: 1px solid #E5E5E5!important;

	font-family: var(--font-family-sanspro) !important;

	color: #222!important;

	text-transform: uppercase!important;

	letter-spacing: .5px!important

}



.navbar-nav .vertical-tab-style-02-wrapper ul.tab-nav li a:hover {

	padding-left: 8px

}



.vertical-tab-style-02-wrapper ul.tab-nav li a:before {

	content: "";

	position: absolute;

	top: 0;

	bottom: 0;

	left: 0;

	width: 2px;

	background: transparent;

	transition: all 0.3s ease;

	-webkit-transition: all 0.3s ease;

	-moz-transition: all 0.3s ease;

}



.vertical-tab-style-02-wrapper ul.tab-nav li.active a:before,

.vertical-tab-style-02-wrapper ul.tab-nav li a:hover:before {

	background: #3e3e3e;

}



.vertical-tab-style-02-wrapper ul.tab-nav li a:after {

	content: "";

	position: absolute;

	top: 0;

	bottom: 0;

	right: -3px;

	width: 3px;

	background: transparent;

	transition: all 0.3s ease;

	-webkit-transition: all 0.3s ease;

	-moz-transition: all 0.3s ease;

	z-index: 2;

}



.vertical-tab-style-02-wrapper ul.tab-nav li.active a:after {

	background-color: var(--background-white);

}



.vertical-tab-style-02-wrapper .tab-content-inner {

	background-color: var(--background-white);

	padding: 30px;

	padding-left: 40px;

	border-top: 1px solid #E5E5E5;

	border-left: 1px solid #E5E5E5

}



.vertical-tab-style-02-wrapper .tab-content-inner h3:first-child {

	margin-top: 0;

}



.vertical-tab-style-02-wrapper ul.tab-nav li.active a {

	background-color: var(--background-white);

}



.vertical-tab-style-02-wrapper .tab-content-inner ul.list-with-icon li {

	margin-bottom: 10px;

}



.vertical-tab-style-02-wrapper .tab-content-inner ul.list-with-icon li:last-child {

	margin-bottom: 0;

}



.vertical-tab-style-02-wrapper .tab-content-inner ul.list-with-icon li i {

	top: 3px;

}



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

	.vertical-tab-style-02-wrapper .tab-content-inner {

		padding: 0;

		border: 0;

	}

}



.travel-quotes {

	height: 500px;

	overflow: hidden;

}



.travel-quotes .top-content {

	width: 100%;

	height: 50%;

}



.travel-quotes .bottom-content {

	width: 100%;

	height: 50%;

}



.travel-quotes .saying-content {

	background-color: var(--background-white);

	height: 100%;

}



.travel-quotes>div>.row {

	height: 100%;

}



.travel-quotes .inner {

	position: relative;

	left: 50%;

	top: 50%;

	transform: translate(-50%, -50%);

	padding: 0 50px;

}



.travel-quotes .bottom-content .inner {

	text-align: right;

}



.travel-quotes .saying {

	font-size: 18px;

	line-height: 28px;

	font-style: italic;

}



.stripe-grid-item {

	height: 300px;

}



.stripe-grid-item .image-bg {

	height: 100%;

	width: 50%;

}



.stripe-grid-item .content {

	padding: 25px;

	position: relative;

}



.stripe-grid-item .content h4 {

	font-weight: 500;

}



.stripe-grid-item .content:after {

	content: "";

	position: absolute;

	top: 30px;

	left: -20px;

	width: 0;

	height: 0;

	border-style: solid;

	border-width: 15px 20px 15px 0;

	border-color: transparent #FFF transparent transparent;

}



.stripe-grid-item .content.bg-primary:after {

	border-color: transparent #7F4681 transparent transparent;

}



.stripe-grid-item .content.bg-color-02:after {

	border-color: transparent #87495B transparent transparent;

}



.row>div:nth-child(3) .stripe-grid-item .content:after,

.row>div:nth-child(4) .stripe-grid-item .content:after {

	left: auto;

	right: -15px;

	border-width: 15px 0 20px 15px;

	border-color: transparent transparent transparent #FFF;

}



.row>div:nth-child(3) .stripe-grid-item .content.bg-primary:after,

.row>div:nth-child(4) .stripe-grid-item .content.bg-primary:after {

	border-color: transparent transparent transparent #7F4681;

}



.row>div:nth-child(3) .stripe-grid-item .content.bg-color-02:after,

.row>div:nth-child(4) .stripe-grid-item .content.bg-color-02:after {

	border-color: transparent transparent transparent #87495B;

}



.row>div:nth-child(3) .image-bg,

.row>div:nth-child(4) .image-bg {

	margin-left: 50%;

}



.row>div:nth-child(3) .content,

.row>div:nth-child(4) .content {

	left: 0;

}



.slick-testimonial-wrapper {}



.slick-testimonial-wrapper .slick-prev:before,

.slick-testimonial-wrapper .slick-next:before {

	color: #333;

}



.slick-center {}



.slick-testimonial-wrapper .testimonial-man {

	margin: 25px;

	-webkit-transition: all .3s;

	-o-transition: all .3s;

	transition: all .3s;

}



.testimonial-long {

	text-align: center;

	position: relative;

	padding-top: 10px;

}



.testimonial-long .saying {

	font-size: 15px;

	line-height: 28px;

	position: relative;

	margin: 10px 0 20px;

	font-weight: 300;

}



.testimonial-long h4 {

	font-weight: 500;

	margin-bottom: 5px;

	font-size: 18px;

	line-height: 1;

}



.slick-testimonial-nav {

	margin: 5px 250px;

}



.slick-testimonial-wrapper .testimonial-man {

	margin: 15px;

	-webkit-transition: all .3s;

	-o-transition: all .3s;

	transition: all .3s;

	padding: 5px;

}



.slick-testimonial-wrapper .testimonial-man .image {

	border: 1px solid #D9D9D9;

	border-radius: 50%;

	margin-left: -10px;

	margin-right: -10px;

	margin-top: -10px;

	margin-bottom: -10px;

	-webkit-transition: all .3s;

	-o-transition: all .3s;

	transition: all .3s;

	padding: 3px;

}



.slick-testimonial-wrapper .testimonial-man .image:after {

	display: none;

}



.slick-testimonial-wrapper .testimonial-man img {

	border-radius: 50%;

}



.slick-testimonial-wrapper .testimonial-man .image:hover {

	cursor: pointer;

}



.slick-testimonial-wrapper .slick-center .testimonial-man {

	margin: 10px;

}



.slick-testimonial-wrapper .slick-center .image {

	border: 1px solid #3e3e3e;

}



.slick-testimonial-wrapper .slick-center .image:hover {

	cursor: default;

}



.slick-gallery-slideshow.slick-testimonial-wrapper .slick-prev {

	left: -40px;

}



.slick-gallery-slideshow.slick-testimonial-wrapper .slick-next {

	right: -40px;

}



@media only screen and (max-width: 1199px) {

	.slick-testimonial-nav {

		margin: 0px 200px 0px;

	}

}



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



@media (max-width: 767px) {

	.slick-testimonial-nav {

		margin: 0px 100px 0px;

	}

}



@media (max-width: 479px) {

	.slick-testimonial-nav {

		margin: 0px 40px 0px;

	}

}



.slick-hot-deal-item {

	padding: 230px 130px 130px;

	position: relative;

	z-index: 99;

	display: table;

}



.slick-hot-deal-item h4 {

	margin-top: 0;

	font-size: 16px;

	text-transform: uppercase;

	font-weight: 500;

}



.slick-hot-deal-item .table-cell {

	display: table-cell;

}



.slick-hot-deal-item>div {

	width: 50%;

}



.slick-hot-deal-item .content {

	background-color: var(--background-white);

	position: relative;

	padding: 40px;

}



.slick-hot-deal-item .content p {

	margin-bottom: 25px;

}



.slick-hot-deal-item .image-bg-wrapper {

	position: relative;

}



.slick-hot-deal-item .image-bg-inner {

	position: absolute;

	top: 0;

	left: 0;

	right: 0;

	bottom: 0;

	background-size: cover;

}



.slick-hot-deal-wrapper .slick-prev,

.slick-hot-deal-wrapper .slick-next {

	top: 60%;

}



@media only screen and (max-width: 1199px) {

	.slick-hot-deal-item {

		padding: 230px 60px 130px;

	}

}



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



@media (max-width: 767px) {

	.slick-hot-deal-item {

		padding: 230px 40px 75px;

	}

	.slick-hot-deal-item>div {

		width: 100%;

	}

	.slick-hot-deal-item .image-bg-wrapper {

		display: none;

	}

}



@media (max-width: 479px) {

	.slick-slider-center-mode.slick-hot-deal-wrapper .slick-prev {

		left: 5px;

	}

	.slick-slider-center-mode.slick-hot-deal-wrapper .slick-next {

		right: 5px;

	}

	.slick-hot-deal-item {

		padding: 230px 20px 75px;

	}

	.slick-hot-deal-item .content {

		padding: 20px 20px;

	}

}



.faq-category {

	background-color: var(--background-white);

}



.faq-category h4 {

	text-transform: uppercase;

	font-size: 14px;

    line-height: 1;

    font-weight: 500;

    letter-spacing: 1px;

    background: #3e3e3e;

    color: var(--white-color);

    margin: 0;

    padding: 20px 20px 15px;

    border-bottom: 1px solid #E5E5E5;

}



.faq-category span {

	font-size: 18px;

	font-weight: 500;

}



.faq-category>.content {

	/*padding: 15px;*/

}



.faq-category ul {

	margin: 0;

}



.faq-category ul li {

	border-bottom: 1px solid #E8E8E8;

    padding: 10px;

}



.faq-category ul li a {

	display: block;

	/*border-bottom: 1px solid #E8E8E8;

	padding-bottom: 7px;

	margin-bottom: 7px;*/

	color: #636363;

}



.equal-content-sidebar .title h2 {

    font-size: 30px;

    line-height: 29px;

    text-align: center;

        margin: 30px 0 2px;

    font-weight: 500;

    font-family: var(--font-family-sanspro);

    -moz-osx-font-smoothing: grayscale;

    -webkit-font-smoothing: antialiased;

    text-decoration: none!important;

    padding: 0;

    color: var(--black-color);

}



.equal-content-sidebar .title h2:before {

    content: "";
    position: absolute;
    left: 48%;
    bottom: -10px;
    width: 60px;
    height: 2px;
    z-index: 1;
    background: rgb(249 166 26);

}



.faq-category ul li.active {

    border-right: 5px solid rgb(63, 156, 209);

}



.faq-category ul li.active a {

	color: var(--black-color);

}



.faq-category ul li:last-child a {

	border-bottom: 0;

	padding-bottom: 0;

	margin-bottom: 0;

}



.faq-category ul li a:hover {

	padding-left: 5px;

	text-decoration: none;

}



.faq-accordion-wrapper .panel {

	-webkit-box-shadow: none;

	box-shadow: none;

}



.faq-accordion-wrapper .accordion-heading {

	padding: 15px 0;

	border-bottom: 1px solid #E5E5E5;

}



.faq-accordion-wrapper .accordion-heading .panel-title {

	margin: 0;

	color: #636363;

	padding: 1px 0;

	font-size: 16px;

}



.faq-accordion-wrapper .accordion-heading .panel-title a {

	font-weight: 400;

	font-size: 16px;

}



.faq-accordion-wrapper .accordion-heading .panel-title a:hover {

	color: var(--black-color);

}



.faq-accordion-wrapper .accordion-inner {

	padding: 20px 30px;

	margin: 0;

	border-bottom: 1px solid #E5E5E5;

}



.faq-accordion-wrapper .panel.accordion-item .panel-title a:after {

	content: "\f067";

	float: left;

	background: #3e3e3e;

	color: var(--white-color);

	font-size: 10px;

	padding: 5px 6px;

	line-height: 10px;

	margin-right: 10px;

	margin-top: 2px;

}



.faq-accordion-wrapper .panel.accordion-item .panel-title a.collapsed:after {

	content: "\f067";

}



.faq-accordion-wrapper.style-2 .accordion-heading {

	padding: 15px 20px 15px;

    background-color: var(--background-white);

    -webkit-box-shadow: 0 .2rem 1rem rgba(0, 0, 0, .15)!important;

    -moz-box-shadow: 0 .2rem 1rem rgba(0, 0, 0, .15)!important;

    box-shadow: 0 .2rem 1rem rgba(0, 0, 0, .15)!important;

    box-shadow: 0px 0px 12px -3px rgba(0, 0, 0, 0.15);

    transition: all .35s ease-in-out;

    -webkit-transition: all .35s ease-in-out;

}



.faq-accordion-wrapper.style-2 .accordion-heading .panel-title {

	margin: 2px 0 0;

}



.faq-accordion-wrapper.style-2 .accordion-inner {

	background: #f0f0f0;

    padding: 15px 20px;

    margin: 0 0 0px;

    border: 1px solid #D6D6D6;

    border-top: 0;

}



.faq-accordion-wrapper.style-2 .panel.accordion-item .panel-title a:after {

	float: right;

	margin-right: 0;

}



.faq-accordion-wrapper.style-2 .panel.accordion-item .panel-title a.collapsed:after {}



.faq-accordion-wrapper.faq-accordion-sm-wrapper .panel-title a {

	font-size: 14px;

	font-weight: 400;

	color: #636363;

	padding-left: 35px;

	position: relative;

	display: block;

	line-height: 1.2;

	margin: 0;

}



.faq-accordion-wrapper.faq-accordion-sm-wrapper .panel-title a:after {

	margin: 0;

	position: absolute;

	top: 2px;

	left: 0;

	float: none;

}



.faq-accordion-wrapper.faq-accordion-sm-wrapper .accordion-inner {

	padding: 20px 0;

}



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

	.faq-category {

		margin: 5px 0;

	}

}



#show-on-map {

	height: 250px;

}



.map-click-box {

	position: relative;

	background: #F3F3F3;

	margin: 0 0 20px;

}



a.map-click {

	position: absolute;

	bottom: 5px;

	right: 5px;

	background: #87495B;

	color: var(--white-color);

	padding: 10px 15px;

	display: block;

	padding-right: 40px;

	font-weight: 500;

	line-height: 1;

}



a.map-click:hover {

	background: #A1576C;

}



a.map-click i {

	font-size: 52px;

	position: absolute;

	bottom: 0;

	right: 10px;

	text-shadow: 3px 1px 3px rgba(150, 150, 150, 1);

}



.sidebar.mt {

	margin-top: 50px;

}



.sidebar .widget {

	margin: 0 0 30px;

}



.quick-search {

	position: relative;

	margin: 0 0 40px;

}



.quick-search .form-control {

	height: 40px;

}



.quick-search .btn {

	position: absolute;

	top: 1px;

	right: 1px;

	color: var(--white-color);

	background: #005294;

	height: 38px;

}



.quick-search .btn:hover {

	background: #51658C;

}



.quick-search .form-control {

	padding-right: 50px;

}



ul.sidebar-cat li {

	border-bottom: 1px dotted #DBDBDB;

	line-height: 14px;

	position: relative;

}



ul.sidebar-cat li:last-child {

	border-bottom: 0;

}



ul.sidebar-cat li a {

	padding: 10px 0;

	display: block;

	color: #636363;

}



ul.sidebar-cat li:first-child a {

	padding-top: 0;

}



ul.sidebar-cat li a:hover {

	padding-left: 5px;

}



ul.sidebar-cat li .absolute {

	left: auto;

	right: 0;

	top: 11px;

	font-size: 12px;

}



ul.sidebar-cat li:first-child .absolute {

	top: 0px;

}



ul.archive li {

	position: relative;

	margin-bottom: 10px;

}



ul.archive li a {

	color: #636363;

}



ul.archive li a:hover {

	text-decoration: underline;

}



ul.archive li .absolute {

	left: auto;

	right: 0;

	top: 0px;

	font-size: 12px;

}



.tag-cloud a {

	border: 3px double #DBDBDB;

	line-height: 1;

	font-size: 12px;

	padding: 5px;

	margin-left: 3px;

	margin-bottom: 5px;

	display: block;

	float: left;

	color: #777;

}



.tag-cloud a:hover {

	background: #3e3e3e;

	color: var(--white-color);

	border-color: #EDEDED;

}



.tag-cloud-wrapper {

	border-top: 2px solid #E6E6E6;

	position: relative;

	margin: 20px 0 0;

	padding: 10px 0 0;

}



.tag-cloud-wrapper .tag-cloud-heading {

	float: left;

	margin-top: 7px;

	text-transform: uppercase;

}



.tag-cloud-wrapper .tag-cloud {

	margin-left: 50px;

	margin-top: 5px;

}



ul.sidebar-menu-list li a {

	font-family: var(--font-family-sanspro);

	color: #222;

	text-transform: uppercase;

	letter-spacing: .5px;

	background: var(--background-to-light-gray);

	border: 1px solid #E5E5E5;

	display: block;

	margin: 0 1px 1px 0;

	padding: 10px 15px 8px;

	font-size: 13px;

	position: relative;

	display: block;

}



ul.sidebar-menu-list li a:before {

	content: "";

	position: absolute;

	top: 0;

	bottom: 0;

	left: 0;

	width: 2px;

	background: transparent;

	transition: all 0.3s ease;

	-webkit-transition: all 0.3s ease;

	-moz-transition: all 0.3s ease;

}



ul.sidebar-menu-list li.active a:before,

ul.sidebar-menu-list li a:hover:before {

	background: #3e3e3e;

}



ul.sidebar-menu-list li a:after {

	content: "";

	position: absolute;

	top: -1px;

	bottom: -1px;

	right: -33px;

	width: 33px;

	background: transparent;

	border-top: 1px solid transparent;

	border-bottom: 1px solid transparent;

}



ul.sidebar-menu-list li.active a,

ul.sidebar-menu-list li a:hover {

	background: #F7F7F7;

}



ul.sidebar-menu-list li.active a:after {

	background: #F7F7F7;

	border-top: 1px solid #E5E5E5;

	border-bottom: 1px solid #E5E5E5;

}



@media only screen and (max-width: 767px) {

	ul.sidebar-menu-list li a:after {

		display: none;

	}

}



.featured-item-text {

	margin: 15px 0;

}



.featured-item-text h4 {

	border-bottom: 1px solid #B270B5;

	padding-bottom: 10px;

	margin: 0 0 15px;

	letter-spacing: 2px;

}



.featured-item {

	line-height: 20px;

	margin-bottom: 20px;

}



.featured-item .icon {

	font-size: 24px;

	width: 46px;

	height: 46px;

	border-radius: 50%;

	background: #3e3e3e;

	color: var(--white-color);

	line-height: 46px;

	text-align: center;

}



.featured-item h3 {

	text-transform: uppercase;

	font-size: 16px;

	line-height: 1.2;

	letter-spacing: 1px;

	font-weight: 500;

	margin: 20px 0 15px;

}



.featured-item-2 {

	line-height: 20px;

	margin-bottom: 15px;

}



.featured-item-2 .icon {

	color: var(--black-color);

	float: left;

	font-size: 30px;

	margin-top: -4px;

	margin-right: 15px;

}



.featured-item-2 p {

	margin-left: 15px;

	margin-top: 4px;

}



.featured-item-2 .content {

	margin-left: 45px;

	margin-bottom: 25px;

}



.featured-item-2 .content h5 {

	margin: 0 0 10px;

	font-size: 15px;

	text-transform: uppercase;

}



.featured-item-2 .content p {

	margin: 0;

	line-height: 18px;

}



.featured-item-03 {

	line-height: 1.5;

	margin-bottom: 20px;

}



.featured-item-03 .icon {

	font-size: 40px;

	width: 46px;

	color: var(--black-color);

	line-height: 40px;

	float: left;

	padding-top: 5px;

}



.featured-item-03 .content {

	margin-left: 65px;

}



.featured-item-03 h5 {

	line-height: 1.2;

    letter-spacing: 1px;

    font-weight: 500;

    margin: 0 0 15px;

    font-size: 22px;

    text-transform: capitalize;

    color: var(--black-color);

}



.sell-or-buy {

	padding: 80px 120px;

	text-align: center;

}



.sell-or-buy h3 {

	font-size: 26px;

	margin: 28px 0 25px;

	line-height: 1;

}



.sell-or-buy .icon {

	line-height: 60px;

	text-align: center;

	font-size: 60px;

	margin: 0;

}



.sell-or-buy .content a {

	text-transform: uppercase;

	border: 1px solid rgba(255, 255, 255, 0.8);

	color: var(--white-color);

	display: inline-block;

	padding: 7px 25px;

	display: inline-block;

	margin-top: 10px;

}



.sell-or-buy .content a:hover {

	opacity: 0.8;

	text-decoration: none;

}



.featured-box {

	text-align: center;

	border: 1px solid #E5E5E5;

	padding: 30px;

	background: var(--background-light-gray);

	margin: 30px 0 10px;

}



.featured-box .icon {

	width: 60px;

	height: 60px;

	line-height: 60px;

	font-size: 24px;

	margin: 0 auto 30px;

	margin-top: -60px;

	border-radius: 50%;

}



.featured-box h4 {

	margin: 0 0 15px;

}



.featured-box p {

	margin: 0 0 15px;

}



.featured-box a {

	font-size: 12px;

	font-weight: 600;

}



.featured-box a {

	color: #636363;

}



.featured-box a:hover {

	color: var(--black-color);

	text-decoration: none;

}



.featured-bg {}



.featured-bg {

	position: relative;

	padding: 120px 0;

	background-position: center center;

	background-repeat: no-repeat;

	background-size: cover;

}



.featured-bg::before {

	position: absolute;

	left: 0;

	top: 0;

	width: 100%;

	height: 100%;

	background: rgba(0, 0, 0, 0.5);

	content: "";

}



.featured-bg.stellar-parallax-bg {

	background-position: bottom center;

}



.featured-bg h3 {

	margin-top: 0;

	font-size: 34px;

	color: var(--white-color);

	font-weight: 600;

	line-height: 34px;

	text-transform: uppercase;

	margin: 0 0 10px;

	text-align: center;

}



.featured-bg p {

	color: var(--white-color);

	font-size: 26px;

	line-height: 30px;

	font-weight: 300;

	font-family: var(--font-family-sanspro);

	text-align: center;

}



.featured-timeline {

	position: relative;

}



.featured-timeline:after {

	content: "";

	position: absolute;

	top: 0;

	left: 50%;

	width: 1px;

	height: 100%;

	background: #E8E8E8;

}



.featured-timeline ul {

	margin: 0;

	padding: 0;

}



.featured-timeline ul li {

	width: 50%;

	float: left;

	padding: 30px 0;

	padding-left: 110px;

	padding-right: 30px;

	position: relative;

	border-bottom: 1px solid #E8E8E8;

}



.featured-timeline ul li:last-child,

.featured-timeline ul li:nth-last-child(2) {

	border-bottom: 0;

}



.featured-timeline ul li h4 {

	margin: 0 0 10px;

}



.featured-timeline ul li .icon {

	position: absolute;

	top: 30px;

	left: 30px;

	font-size: 24px;

	width: 50px;

	height: 50px;

	line-height: 48px;

	border: 2px solid #3e3e3e;

	border-radius: 50%;

	text-align: center;

	color: var(--black-color);

}



.featured-timeline ul li:nth-child(odd) {

	text-align: right;

	padding-left: 30px;

	padding-right: 110px;

}



.featured-timeline ul li:nth-child(odd) .icon {

	left: auto;

	right: 30px;

}



@media only screen and (max-width: 1199px) {

	.sell-or-buy {

		padding: 80px 80px;

		padding-right: 120px;

	}

	.sell-or-buy.text-right {

		padding-left: 120px;

	}

}



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

	.sell-or-buy {

		padding: 40px;

		padding-right: 40px;

	}

	.sell-or-buy.text-right {

		padding: 40px;

		padding-left: 40px;

	}

}



.team-item {

	text-align: center;

}



.team-item h4 {

	margin: 25px 0 10px;

	line-height: 1.1;

}



.team-item p {

	margin: 0 0 8px;

	line-height: 1.1;

}



.team-item ul.social {

	margin: 0;

}



.team-item ul.social li {

	display: inline-block;

	margin: 0 5px;

}



.blog-item-full {

	margin: 0 0 50px;

}



.blog-item-full .image {

	margin: 0 0 30px;

}



.blog-item-full .content {}



.blog-item-full .meta {

	margin: 0 0 10px;

	font-size: 13px;

	color: #919191;

	line-height: 18px;

}



.blog-item-full .meta a {

	color: #555;

	font-weight: 500;

	text-transform: uppercase;

}



.blog-item-full .meta a:hover {

	text-decoration: underline;

}



.blog-item-full .meta i {

	margin-right: 5px;

}



.blog-item-full .content h3.blog-title {

	position: relative;

	margin: 0;

	margin-bottom: 15px;

	line-height: 1.4;

}



.blog-item-full .btn-read-more {

	border-bottom: 2px solid #3e3e3e;

	padding: 0 0 3px;

	text-transform: uppercase;

	font-size: 12px;

}



.blog-item-full .btn-read-more:hover {

	text-decoration: none;

	padding: 0 5px 3px;

}



.blog-wrapper.blog-single .blog-item-full .content {

	margin-left: 0 !important;

}



.blog-wrapper.blog-single .blog-item-full {

	margin-bottom: 20px;

}



.recent-post-wrapper .row>div {

	margin: 0 0 20px;

}



.recent-post {

	position: relative;

	border: 1px solid #E6E6E6;

	-webkit-box-shadow: 0px 0px 12px -3px rgba(0, 0, 0, 0.15);

	-moz-box-shadow: 0px 0px 12px -3px rgba(0, 0, 0, 0.15);

	box-shadow: 0px 0px 12px -3px rgba(0, 0, 0, 0.15);

	border-bottom: 2px solid #DEDEDE;

	transition: all .35s ease-in-out;

	-webkit-transition: all .35s ease-in-out;

	min-height: 150px;

	width: 100%;

	height: 100%;

}



.recent-post:hover {

	-webkit-box-shadow: 0px 0px 12px -3px rgba(0, 0, 0, 0.4);

	-moz-box-shadow: 0px 0px 12px -3px rgba(0, 0, 0, 0.4);

	box-shadow: 0px 0px 12px -3px rgba(0, 0, 0, 0.4);

	border-bottom: 2px solid #3e3e3e;

}



.recent-post .image {

	position: absolute;

	top: 5px;

	bottom: 5px;

	left: 5px;

	background-size: cover;

	background-position: center center;

	width: 230px;

}



.recent-post .content {

	margin-left: 240px;

	line-height: 1.5;

	padding: 20px 15px;

}



.recent-post .content .meta {

	font-size: 13px;

	color: #919191;

}



.recent-post .content .meta a {

	color: #555;

}



.recent-post .content .meta a:hover {

	text-decoration: underline;

}



.recent-post .content .meta i {

	margin-right: 5px;

}



.recent-post .content h4 {

	line-height: 1.4;

	margin: 20px 0 15px;

	font-weight: 500;

	font-size: 16px;

	text-transform: uppercase;

}



.recent-post .content p {

	line-height: 1.5;

	margin: 0 0 15px;

}



.recent-post .content a {

	font-size: 12px;

	letter-spacing: 1px;

	text-transform: capitalize;

}



.recent-post .content a.btn-read-more {

	transition: all 0.15s ease;

	-webkit-transition: all 0.15s ease;

	-moz-transition: all 0.15s ease;

}



.recent-post .content a.btn-read-more:hover {

	padding-left: 3px;

	padding-right: 3px;

	text-decoration: none;

}



.blog-entry ul {

	list-style-type: inherit;

	margin-left: 35px;

	margin-bottom: 20px;

}



.blog-entry ol {

	list-style-type: decimal;

	margin-left: 35px;

	margin-bottom: 20px;

}



.blog-entry ul li,

.blog-entry ol li {

	margin-bottom: 7px;

}



.blog-entry ul li:last-child,

.blog-entry ol li:last-child {

	margin-bottom: 0;

}



.blog-entry h1,

.blog-entry h2,

.blog-entry h3,

.blog-entry h4,

.blog-entry h5,

.blog-entry h6 {

	margin: 30px 0 18px;

}



ul.recent-post-sm li {

	border-bottom: 1px solid #DBDBDB;

	padding-bottom: 15px;

	margin-bottom: 15px;

}



ul.recent-post-sm li h3 {

	font-size: 14px;

	line-height: 18px;

	margin: 0 0 5px;

	font-weight: 500;

}



ul.recent-post-sm li .image {

	width: 80px;

	float: left;

}



ul.recent-post-sm li .image img {

	display: block;

}



ul.recent-post-sm li .content {

	margin-left: 90px;

}



ul.recent-post-sm li .recent-post-sm-meta {

	margin: 0;

	color: #555;

	font-size: 13px;

	font-style: italic;

}



ul.recent-post-sm li a:hover h3 {

	color: #005294;

}



#comment-wrapper {

	position: relative;

}



ul.comment-item {

	list-style: none;

	padding: 0;

	margin: 10px 0 0;

}



ul.comment-item li {

	position: relative;

	display: block;

	padding-bottom: 20px;

	margin-bottom: 20px;

}



ul.comment-item li li {

	margin-left: 40px;

}



ul.comment-item li li:last-child,

ul.comment-item li li li:last-child {

	border-bottom: 0;

	padding-bottom: 0;

	margin-bottom: 0

}



ul.comment-item li>ul {

	margin-top: 20px;

	padding-top: 20px;

}



.comment-item .comment-avatar {

	position: absolute;

	top: 0px;

	left: 0;

	width: 50px;

	height: 50px;

	border-radius: 50%;

}



.comment-item .comment-avatar img {

	width: 100%;

	width: 100%;

	border-radius: 50%;

}



ul.comment-item li .comment-header {

	margin-left: 60px;

}



ul.comment-item li .comment-header a {

	color: #333;

}



ul.comment-item li .comment-header .comment-reply {

	color: var(--white-color);

}



.comment-item .comment-time {

	display: block;

	font-style: italic;

	font-weight: 300;

	font-size: 13px;

	color: #989B8E;

	margin-bottom: 10px

}



.comment-item a.comment-reply {

	float: right;

	font-size: 10px;

	font-weight: 300;

	line-height: 12px;

	padding: 3px 12px 2px;

	text-transform: uppercase;

	background: #3e3e3e;

	color: var(--white-color);

	-webkit-transition: all .3s;

	transition: all .3s;

}



.comment-item a.comment-reply:hover {

	opacity: 0.6;

	filter: alpha(opacity=60);

}



.comment-form .form-control:hover,

.comment-form .form-control:focus {}



.comment-form .form-control:-moz-placeholder {}



.comment-form .form-control::-moz-placeholder {}



.comment-form .form-control:-ms-input-placeholder {

	color: var(--white-color);

}



.comment-form .form-control::-webkit-input-placeholder {}



.comment-content {

	margin-top: 20px;

}



.comment-content ul {

	list-style: none !important;

	margin: 0;

	margin-bottom: 20px;

	padding: 0;

}



.comment-content ol {

	list-style: decimal !important;

	margin: 0;

	margin-bottom: 20px;

	padding: 0;

}



.comment-content ul li,

.comment-content ol li {

	margin-bottom: 7px;

	padding: 0;

}



.comment-content ul li {

	position: relative;

}



.comment-content ul li:before {

	content: "- ";

}



.comment-content ul li:last-child,

.comment-content ol li:last-child {

	margin-bottom: 0;

}



.comment-content h1,

.comment-content h2,

.comment-content h3,

.comment-content h4,

.comment-content h5,

.comment-content h6 {

	margin: 30px 0 18px;

}



.comment-form label {

	font-weight: 400;

	margin: 0 0 7px;

}



@media only screen and (max-width: 1199px) {

	.recent-post .image {

		width: 200px;

	}

	.recent-post .content {

		margin-left: 210px;

	}

}



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

	.recent-post {

		padding: 5px;

	}

	.recent-post .image {

		position: relative;

		top: 0;

		bottom: 0;

		left: 0;

		right: 0;

		width: 100%;

		height: 150px;

		background-size: cover;

		background-position: center center;

	}

	.recent-post .content {

		margin-left: 0;

		line-height: 1.5;

		padding: 20px 10px 15px;

	}

}



@media only screen and (max-width: 767px) {

	.blog-item-full .content {

		margin-left: 0;

	}

}



@media (max-width: 479px) {}



.home-news-letter {

	background: #575757;

	color: var(--white-color);

	padding: 10px;

	margin-top: 50px;

}



.home-news-letter>.inner {

	border: 3px double rgba(255, 255, 255, 0.8);

	padding: 50px;

}



.home-news-letter h3 {

	color: var(--white-color);

	text-transform: uppercase;

	line-height: 1;

	margin: 0;

	margin-right: 50px;

	float: left;

	position: relative;

}



.home-news-letter h3:after {

	content: "";

	position: absolute;

	top: -5px;

	right: -30px;

	width: 3px;

	border-right: 3px double rgba(255, 255, 255, 0.8);

	height: 30px;

}



.home-news-letter .text-holder {

	margin-top: 5px;

}



.home-news-letter .form-control {

	height: 35px;

	border: none;

}



.newsletter-wrapper {

	padding-top: 10px;

	padding-bottom: 10px;

    background-color: var(--background-light-gray);

}



.newsletter-wrapper h5 {

    font-size: 30px;

    font-family: var(--font-family-sanspro);

    margin-bottom: 0px;

    margin-top: 0px;

    font-weight: 600;

    color: var(--black-color);

}



.newsletter-wrapper p {

    padding-top: 0;

    margin-top: 0;

    font-size: 16px;

}



.newsletterborder {

    border: 1px dashed #3e3e3e;

    padding: 10px;

    border: 1px dashed #657f08;

    background: url(../images/subscribe.png) no-repeat center bottom;

    margin: 0;

    padding: 11px 30px;

}

::-webkit-input-placeholder {
  opacity: 1!important;
  transition: inherit;
}

.subscribebtn {

    background-color: #ff9800;

    color: var(--white-color);

    font-size: 14px;

    letter-spacing: 1px;

    

}



.subscribebtn:hover {

       background-color: #f9a61a;

    color: var(--white-color);

   

}



.newsletter-wrapper .text-holder h3 {

	text-transform: uppercase;

	color: var(--white-color);

	margin: 0 0 0px;

}



.newsletter-wrapper .text-holder p {

	font-family: 'Merriweather', serif;

	font-style: italic;

	font-weight: 300;

	font-size: 12px;

	line-height: 1.2;

	letter-spacing: 1px;

}



.newsletter-wrapper .form-control {

	height: 40px;

	border: none;

	margin: 0;

    z-index: 0;

}



.newsletter-wrapper .btn {

	height: 40px;

}



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

	.home-news-letter .text-holder {

		margin-top: 0;

		margin-bottom: 15px;

	}

	.newsletter-wrapper .footer-newsletter {

		margin-top: 0;

	}

}



@media only screen and (max-width: 767px) {

	.home-news-letter>.inner {

		padding: 20px;

	}

	.home-news-letter h3 {

		float: none;

	}

	.home-news-letter h3:after {

		display: none;

	}

}



.full-contact-map-wrapper {

	border-top: 1px solid #E5E5E5;

	border-bottom: 2px solid #E5E5E5;

	margin-top: -1px;

	position: relative;

}



.map-wrapper {}



.map-wrapper img {

	max-width: none!important;

    background-size: cover;

    width: -webkit-fill-available;

}



.full-contact-map {

	height: 400px

}



.absolute-contact-info {

	position: absolute;

	left: 50px;

	right: 50px;

	bottom: 0;

}



.absolute-contact-info .content {

	background: #000000;

    padding: 10px;

    border-bottom: 0;

}



.absolute-contact-info .content .item {

	position: relative;

	padding-left: 30px;

	font-size: 15px;

    color: #dadada;

}



.absolute-contact-info .content .item.more-pl {

	padding-left: 35px;

}



.absolute-contact-info .content .item i {

	    position: absolute;
    top: 0;
    left: 2px;
    font-size: 18px;
    padding-left: 2px;
    color: rgb(255 255 255);

}



.absolute-contact-info .content .item a {

	color: #dadada;

}



.contact-form input.form-control {

	height: 36px;

	padding-left: 15px;

	margin: 0;

    color: var(--black-color);

}



.contact-form textarea.form-control {

	padding-bottom: 31px;

}



.contact-form .form-control {

	padding-left: 15px;

}



.travel-quote-banner {

	background-size: cover;

	background-position: center center;

	padding: 50px 0;

}



.travel-quote-banner .content {

	width: 40%;

	margin: 50px auto;

	color: var(--white-color);

	text-align: right;

}



.travel-quote-banner .saying {

	font-size: 30px;

	text-transform: uppercase;

	line-height: 32px;

}



.travel-quote-banner .sayer {

	font-size: 16px;

}



.travel-quote-banner .sayer span {

	position: relative;

	padding-left: 12px;

}



.travel-quote-banner .sayer span:after {

	content: "";

	position: absolute;

	left: 0;

	top: 2px;

	width: 2px;

	height: 16px;

	background-color: var(--background-white);

}



.travel-quote-banner .content a {

	color: var(--white-color);

	border: 2px solid #FFF;

	padding: 10px 15px;

	text-transform: uppercase;

	line-height: 1;

}



.travel-quote-banner .content a:hover {

	background: rgba(255, 255, 255, 0.3);

}



@media only screen and (max-width: 767px) {

	.travel-quote-banner .content {

		width: 80%;

		margin: 30px auto

	}

	.travel-quote-banner .saying {

		font-size: 24px;

		line-height: 1.4;

	}

	.travel-quote-banner .sayer {

		font-size: 14px;

	}

}



@media (max-width: 1024px) {

	.full-contact-map-wrapper {

		border-bottom: 0;

	}

	.absolute-contact-info {

		position: relative;

		left: 0;

		right: 0;

		bottom: 0;

	}

	.absolute-contact-info .content {

		margin-top: 20px;

		margin-bottom: -30px;

	}

	.absolute-contact-info .content .item {

		font-size: 14px;

		padding-left: 30px !important;

	}

	.absolute-contact-info .content .xs-pull-left {

		float: left !important;

	}

	.absolute-contact-info .content .item i {

		font-size: 13px;

		top: 5px;

	}

}



.my_listings_edit_options a {

	color: var(--white-color);

	display: inline-block;

	font-size: 11px;

	margin: 0 0 0 5px;

	margin-left: 0px;

	padding: 5px 7px;

	letter-spacing: 0;

	font-weight: 400;

}



.guide_delete {

	background-color: #dd3333;

}



.main-footer {

	background: #2c3e50;

	padding-top: 40px;

}



.not-home .main-footer {

	border-top: 1px solid #E5E5E5;

}



.main-footer a {

    color: var(--light-gray-color);

    font-weight: 400;

}



.main-footer a:hover {

	color: var(--white-color);

}



.footer-title {

	color: var(--white-color);

	margin: 0 0 25px;

}



.footer-logo {

	font-size: 30px;

	margin: 0 0 30px;

	color: var(--white-color);

}



.about-us-footer {

    padding-right: 0px;

    font-size: 13px;

    line-height: 24px;

    display: block;

    letter-spacing: 0.3px;

    color: var(--light-gray-color);

    font-family: var(--font-family-sanspro);

}



ul.menu-footer {

	margin: 0;

}



ul.menu-footer li {

	margin-bottom: 3px;

}



ul.menu-footer li a {

    font-size: 13px;

    line-height: 26px;

    letter-spacing: 0.3px;

    color: var(--light-gray-color);

    text-transform: capitalize;

}



.footer-newsletter {

    width: 100%;

    margin: 6px auto;

}



.footer-newsletter .form-control {

	border-color: transparent;

    float: left;

}



.footer-newsletter .form-control:focus {

	border-color: #8F37FE;

}



.newsletter-footer {

	margin: 0 0 50px;

}



.newsletter-footer .form-group {

	position: relative;

	margin: 0;

}



.newsletter-footer .form-control {

	background: none;

	border: 0;

	padding: 0;

	padding-left: 15px;

	padding-bottom: 10px;

	border-bottom: 1px solid rgba(255, 255, 255, 0.3);

	margin: 0;

	color: var(--white-color);

}



.newsletter-footer .btn-submit {

	position: absolute;

	top: 0;

	right: 0;

	color: rgba(255, 255, 255, 0.7);

	background: none;

}



.newsletter-footer .btn-submit:hover {

	color: var(--white-color);

}



.social-footer {

	float: right;

}



.social-footer a {

	font-size: 20px;

	margin-right: 10px;

	margin-top: 5px;

	margin-top: 5px;

	display: block;

	float: left;

	color: #888;

}



.social-footer a:hover {

	color: #284580;

}



h4.footer-title {

    font-size: 16px;

    text-transform: capitalize;

    font-weight: 600;

    margin: 0 0 7px;

    position: relative;

    color: var(--white-color);

    font-family: var(--font-family-sanspro);

}



.secondary-footer {

	background: #EEE;

	color: #888;

	padding-top: 30px;

	padding-bottom: 30px;

}



@media only screen and (max-width: 1199px) {}



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



@media (max-width: 767px) {}



@media (max-width: 479px) {

	ul.menu-footer.for-social li {

		float: left;

		width: 50%;

	}

}



.error-404-wrapper {

	text-align: center;

}



.list-opps {

    padding: 10px;

    border: 1px solid #E6E6E6;

    background-color: var(--white-color);

    -webkit-box-shadow: 0px 0px 12px -3px rgba(0, 0, 0, 0.15);

    -moz-box-shadow: 0px 0px 12px -3px rgba(0, 0, 0, 0.15);

    box-shadow: 0px 0px 12px -3px rgba(0, 0, 0, 0.15);

    border-bottom: 2px solid #DEDEDE;

}



.error-404-wrapper .container {

	padding-top: 50px;

	padding-bottom: 50px;

}



.error-img {

    display: inline;

}



.error-404-wrapper .icon {

    width: 100px;

    height: 100px;

    border-radius: 50%;

    color: rgb(63, 156, 209);

    font-size: 50px;

    line-height: 100px;

    margin: 0 auto;

    padding: 2px;

}



.error-404-wrapper .icon .icon-inner {

    border: 2px solid rgb(63, 156, 209);

    border-radius: 50%;

    height: 100%;

    width: 100%;

}



.error-404-wrapper h2 {

    font-weight: 500;

    font-size: 3.4vw;

    line-height: 1;

    margin: 0 0 15px;

}



.error-404-wrapper h3 {

    font-size: 22px;

    line-height: 1;

    color: #afafaf;

    margin: 0 0 15px;

}



.error-404-wrapper h4 {

    font-size: 24px;

}



.error-404-wrapper h4 span {

    background-color: var(--background-light-gray);

    color: var(--black-color);

    padding: 2px 10px 4px 10px;

    letter-spacing: 1px;

    font-weight: 500;

}



.error-menu {

	text-align: left;

	margin: 0 0 5px;

}



.error-menu i {

	font-size: 10px;

	display: block;

	float: left;

	margin-top: 5px;

	margin-right: 5px;

}



.modal.modal-border-transparent .modal-content {

	border: 2px solid rgba(255, 255, 255, 0.4);

	-webkit-box-shadow: none;

	box-shadow: none;

	padding: 0;

}



.modal-border-transparent .modal-body h4 {

    background-color: var(--black-color);

    color: var(--white-color);

    padding: 5px;

    font-family: var(--font-family-sanspro);

    letter-spacing: .5px;

    margin: 0 1px 1px 0;

    font-size: 18px;

    position: relative;

    display: block;

}



.modal.modal-login .modal-content {

	width: 380px;

	margin: 0 auto;

	position: relativel;

	padding: 0 0 5px;

}



.modal.modal-login .modal-content h3 {

	margin: 0 0 15px;

}



.modal.modal-login .modal-body {

	padding: 0px;

	padding-top: 0;

}



.modal.modal-login .modal-content .form-control {

	padding-top: 6px;

}



.modal.modal-login .form-control::-moz-placeholder {}



.modal.modal-login .form-control:-ms-input-placeholder {}



.modal.modal-login .form-control::-webkit-input-placeholder {}



.modal.modal-login .modal-footer {

	border-top: 1px solid #E5E5E5;

	padding: 20px 20px 10px;

}



.modal .modal-content .btn-close {

	position: absolute;

    top: -12px;

    right: -12px;

    z-index: 1052;

    font-size: 20px;

    background-color: rgb(63, 156, 209);

    opacity: 1;

    color: var(--black-color);

    padding: 6px 8px;

    border-radius: 100%;

    letter-spacing: 0px;

}



.modal-seperator {

	border-bottom: 1px solid #E5E5E5;

	text-align: center;

	margin: 25px 0 40px;

	margin-left: -20px;

	margin-right: -20px;

	position: relative;

}



.modal-seperator span {

	width: 40px;

	height: 40px;

	border: 1px solid #E5E5E5;

	border-radius: 50%;

	margin: 0 auto;

	line-height: 38px;

	display: block;

	margin-bottom: -20px;

	background-color: var(--background-white);

	font-weight: 700;

	font-family: 'thaisans', sans-serif;

}



.login-modal-tab-wrapper {}



ul.login-modal-tab-nav {

	background: #EAEAEA;

	padding: 0;

	margin: 0;

}



ul.login-modal-tab-nav li {

	float: left;

	width: 50%;

	text-align: center;

}



ul.login-modal-tab-nav li a {

	display: block;

	padding: 10px;

	font-weight: 600;

	font-size: 15px;

	color: #565656;

}



ul.login-modal-tab-nav li.active a {

	background-color: var(--background-white);

}



ul.login-modal-tab-nav li a:hover {

	color: #489FF0;

}



.btn.btn-facebook {

	background: #3b5998;

	color: var(--white-color);

}



.btn.btn-facebook:hover {

	opacity: 0.8;

}



.login-modal-tab-wrapper .form-control {

	background-color: var(--background-white);

	height: 40px;

}



@media only screen and (max-width: 1199px) {}



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



@media only screen and (max-width: 767px) {}



@media (max-width: 479px) {

	.modal.modal-login .modal-content {

		width: 100%;

	}

}



ul.hotel-message-list {

	margin: 0;

}



ul.hotel-message-list>li {

	position: relative;

	min-height: 180px;

	margin: 0 0 20px;

	background-color: var(--background-white);

	border: 1px solid #E6E6E6;

	-webkit-box-shadow: 0px 0px 12px -3px rgba(0, 0, 0, 0.15);

	-moz-box-shadow: 0px 0px 12px -3px rgba(0, 0, 0, 0.15);

	box-shadow: 0px 0px 12px -3px rgba(0, 0, 0, 0.15);

	border-bottom: 2px solid #DEDEDE;

	transition: all .35s ease-in-out;

	-webkit-transition: all .35s ease-in-out;

	padding: 5px;

}



ul.hotel-message-list>li:last-child {

	margin: 0;

}



ul.hotel-message-list>li .image {

	width: 250px;

	float: left;

}



ul.hotel-message-list>li .content {

	margin-left: 250px;

	position: relative;

	padding: 10px 15px 0;

	padding-right: 5px;

	line-height: 1.2;

}



ul.hotel-message-list>li .action-label {

	position: absolute;

	top: 0;

	right: 0;

}



ul.hotel-message-list>li .action-label.label {

	font-weight: 600;

	letter-spacing: 1.5px;

}



ul.hotel-message-list>li .content h4 {

	font-size: 16px;

	text-transform: uppercase;

	line-height: 16px;

	margin: 0 0 2px;

	font-weight: 500;

	margin-right: 130px;

}



ul.hotel-message-list>li .content .location {

	margin-right: 130px;

}



ul.hotel-message-list>li .man {

	margin: 0 0 25px;

}



ul.hotel-message-list>li .man .avatar {

	width: 50px;

	float: left;

	border-radius: 50%;

	-webkit-box-shadow: 0px 0px 12px -3px rgba(0, 0, 0, 0.35);

	-moz-box-shadow: 0px 0px 12px -3px rgba(0, 0, 0, 0.35);

	box-shadow: 0px 0px 12px -3px rgba(0, 0, 0, 0.35);

	padding: 3px;

	background-color: var(--background-white);

	border: 1px solid #E5E5E5;

}



ul.hotel-message-list>li .man h5 {

	line-height: 1;

	border-bottom: 1px solid #E5E5E5;

	margin: 0 0 7px;

	margin-left: 50px;

	padding: 1px 0 7px;

	padding-left: 10px;

}



ul.hotel-message-list>li .man p {

	line-height: 1.2;

	margin-left: 50px;

	padding-left: 10px;

}



ul.hotel-message-list>li .date {

	margin-top: 6px;

}



ul.hotel-message-list>li .action-btn {

	text-align: right;

}



.btn-hotel-message.collapsed:before {

	content: 'view';

}



.btn-hotel-message:before {

	content: 'close';

}



.message-item:not(:last-child) {

	margin: 0 0 30px;

	padding: 0 0 30px;

	border-bottom: 1px solid #E5E5E5;

}



.message-item .message-author {

	line-height: 1.2;

	font-size: 13px;

	color: #A8A8A8;

}



.message-item .message-author .avatar {

	width: 50px;

	margin: 5px 0 0;

}



.message-item .message-author h5 {

	line-height: 1;

	margin: 10px 0 5px;

}



.message-entry ul {

	list-style-type: inherit;

	margin-left: 35px;

	margin-bottom: 20px

}



.message-entry ol {

	list-style-type: decimal;

	margin-left: 35px;

	margin-bottom: 20px

}



.message-entry ul li,

.blog-entry ol li {

	margin-bottom: 7px

}



.message-entry ul li:last-child,

.blog-entry ol li:last-child {

	margin-bottom: 0

}



.hotel-message-read {

	border-top: 1px solid #E5E5E5;

	background: #F5F5F5;

	margin: 5px 0 -5px;

	margin-left: -5px;

	margin-right: -5px;

	padding: 20px;

}



@media only screen and (max-width: 1199px) {

	ul.hotel-message-list li .image {

		width: 180px;

		margin-top: 5px;

		margin-left: 5px;

	}

	ul.hotel-message-list li .content {

		margin-left: 185px;

	}

}



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

	ul.hotel-message-list li .image {

		float: none;

		margin-bottom: 5px;

	}

	ul.hotel-message-list li .content {

		margin-left: 0;

		padding-left: 5px;

	}

	ul.hotel-message-list li .date {

		font-size: 13px;

	}

	ul.hotel-message-list li .action-label {

		top: -5px;

	}

}



@media (max-width: 767px) {

	.message-item .message-author {

		margin: 0 0 15px;

	}

	ul.hotel-message-list li .action-btn {

		text-align: left;

		margin: 10px 0 5px;

	}

}



@media (max-width: 479px) {

	ul.hotel-message-list li .image {

		width: auto;

		margin-right: 5px;

	}

	ul.hotel-message-list li .action-label {

		position: relative;

		top: 0;

		right: auto;

		left: 0;

	}

	ul.hotel-message-list li .content h4 {

		margin-right: 0;

	}

	ul.hotel-message-list li .content .location {

		margin-right: 0;

	}

}



.dashboard-avatar {

	background: #F7F7F7;

	text-align: center;

	line-height: 1.2;

	border-top: 1px solid #E5E5E5;

	border-bottom: 1px solid #E5E5E5;

	width: 100%;

}



.dashboard-avatar .image {

	width: 100px;

	margin: 30px auto 15px;

	border-radius: 50%;

	background-color: var(--background-white);

	padding: 3px;

	-webkit-box-shadow: 0px 0px 5px 0px rgba(214, 13, 69, 1);

	-moz-box-shadow: 0px 0px 5px 0px rgba(214, 13, 69, 1);

	box-shadow: 0px 0px 5px 0px rgba(214, 13, 69, 1);

}



.dashboard-avatar .content h4 {

	line-height: 1;

	margin: 0 0 5px;

	text-transform: uppercase;

}



.dashboard-avatar .content p {

	margin: 0 0 10px;

}



.dashboard-avatar ul.meta {

	margin: 25px 0 0;

	border-top: 1px solid #E5E5E5;

}



.dashboard-avatar ul.meta li {

	float: left;

	width: 50%;

	border-right: 1px solid #E5E5E5;

	font-size: 12px;

	padding: 14px 0 15px;

}



.dashboard-avatar ul.meta li span {

	display: block;

	font-weight: 700;

	font-size: 13px;

}



.dashboard-avatar ul.meta li:last-child {

	border-right: 0;

}



.dashboard-menu-wrapper {

	background-color: var(--background-white);

}



ul.dashboard-menu-list li a {

	color: #5d5d5d;

	display: block;

	border-bottom: 1px solid #E5E5E5;

	padding: 12px 17px;

	padding-left: 50px;

	line-height: 1;

	font-size: 13px;

	letter-spacing: 0.5px;

}



ul.dashboard-menu-list li a:hover,

ul.dashboard-menu-list>li:hover a {

	color: #C70C41;

	padding-left: 55px;

	padding-right: 12px;

}



ul.dashboard-menu-list li a i {

	margin-right: 3px;

	font-size: 12px;

}



ul.dashboard-menu-list li:last-child a {

	border-bottom: 0;

}



ul.dashboard-menu-list li a>span {

	width: 37px;

	text-align: center;

	display: block;

	border-right: 1px solid #E5E5E5;

	line-height: 37px;

	position: absolute;

	top: 0;

	bottom: 0;

	left: 0;

	padding-left: 4px;

}






ul.dashboard-menu-list li ul li a {

	border-bottom: 1px solid rgba(255, 255, 255, 0.35);

}

.navbar-vertical ul.navbar-vertical-menu {

	margin: 0;

}

.navbar-vertical ul.navbar-vertical-menu li {

	position: relative;

}

.navbar-vertical ul.navbar-vertical-menu li ul {

	z-index: 9999;

	padding: 0;

	margin: 0;

	position: absolute;

	top: -1px;

	left: 100%;

	width: 190px;

	display: none;

	background: #005294;

	padding: 0;

	margin-left: 0;

}

.navbar-vertical ul.navbar-vertical-menu li ul:before {

	content: "";

	width: 0;

	height: 0;

	border-style: solid;

	border-width: 8px 8px 8px 0;

	border-color: transparent #005294 transparent transparent;

	position: absolute;

	top: 6px;

	left: 0;

	margin-left: -7px;

	o-transition: all 0.1s ease-out;

	-ms-transition: all 0.1s ease-out;

	-moz-transition: all 0.1s ease-out;

	-webkit-transition: all 0.1s ease-out;

}

.navbar-vertical ul.navbar-vertical-menu li ul li a {

	display: block;

	padding: 10px 15px;

	color: rgba(255, 255, 255, 0.9);

	line-height: 1.2;

}

.navbar-vertical ul.navbar-vertical-menu li ul li:hover>a {

	color: rgba(255, 255, 255, 1);

	padding-left: 20px;

	padding-right: 10px;

}

.navbar-vertical ul.navbar-vertical-menu li ul li ul {

	position: absolute;

	left: 100%;

	top: 0

}

.dashboard-menu-wrapper .slicknav_menu {

	display: none;

}

.dashboard-content .dashboard-heading {

	position: relative;

	margin: 0 0 45px;

}

.dashboard-content .dashboard-heading h3 {

	text-transform: uppercase;

	font-size: 26px;

	line-height: 1.2;

	margin: 0;

}

.dashboard-content .dashboard-heading p {

	margin-top: 5px;

}

.dashboard-content .dashboard-heading h3:after {

	content: "";

	position: absolute;

	left: 0;

	bottom: -15px;

	width: 60px;

	height: 2px;

	background: #005294;

}

@media only screen and (max-width: 1199px) {}

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

@media (max-width: 767px) {

	.navbar-vertical ul.navbar-vertical-menu {

		display: none;

	}



	.dashboard-menu-wrapper .slicknav_menu {

		display: block;

		background-color: var(--background-white);

		width: 100%;

	}



	.dashboard-menu-wrapper .slicknav_btn {

		position: relative;

		width: 100%;

		top: 0;

		left: 0;

		right: 0;

		height: 40px;

		line-height: 40px;

	}



	.dashboard-menu-wrapper .slicknav_btn:before {

		color: #333;

		position: absolute;

		top: 0;

		right: 15px;

	}



	.dashboard-menu-wrapper .slicknav_nav {

		position: relative;

		top: 0;

	}



	.dashboard-menu-wrapper .slicknav_nav a {

		font-size: 12px;

	}



	.dashboard-menu-wrapper .slicknav_nav a i {

		font-size: 11px;

		margin-right: 5px;

	}



	.dashboard-menu-wrapper .slicknav_menu .slicknav_menutxt {

		color: #333;

		font-size: 12px;

		position: absolute;

		top: 7px;

		left: 15px;

	}

}

@media (max-width: 479px) {}

.widget {}

.widget-title {

	font-size: 18px;

	font-weight: 500;

	line-height: 1;

	margin: 0 0 30px;

}

.filter-toggle {}

.filter-toggle h4 {

	font-size: 14px;

    font-weight: 500;

    letter-spacing: 1px;

}

.filter-toggle h4.active {

	color: #333;

}

.filter-toggle .btn-more-less {

	font-size: 10px;

	margin-top: 5px;

	color: var(--black-color);

}

.filter-toggle .form-group.mt,

.filter-toggle .range-slider-wrapper {

	padding-top: 7px;

}

.filter-toggle .fancy-select .form-control {

	font-size: 12px;

	padding-top: 7px;

}

.review-widget-sm {

	text-align: left;

	font-size: 13px;

	line-height: 1;

}

.review-widget-sm .score {

	width: 40px;

	height: 40px;

	line-height: 40px;

	text-align: center;

	float: left;

	font-family: 'Open Sans Condensed', sans-serif;

	font-weight: 400;

	font-size: 22px;

}

.review-widget-sm .widget-content {

	margin-left: 50px;

}

.review-widget-sm .widget-content h5 {

	font-weight: 500;

	line-height: 1;

	margin-top: 2px;

	margin-bottom: 7px;

	font-family: 'Open Sans', sans-serif;

}

.widget-search .form-control {

	font-size: 12px;

}

.lighhight-box {

	background: #7F4681;

	color: var(--white-color);

	padding: 20px 15px;

	padding-left: 50px;

	line-height: 1;

	font-size: 18px;

	letter-spacing: 1px;

	position: relative;

}

.lighhight-box i {

	position: absolute;

	top: 6px;

	left: -2px;

	font-size: 44px;

}

.attraction-list-item {

	border-bottom: 1px solid #DEDEDE;

	padding-bottom: 25px;

	margin-bottom: 25px;

}

.attraction-list-item:last-child {

	border-bottom: 0;

	padding-bottom: 0;

	margin-bottom: 0;

}

.attraction-list-item h3,

.attraction-list-item h4 {

	font-weight: 500;

	margin-top: 0;

}

.attraction-list-item .price {

	line-height: 1.2;

	color: var(--black-color);

	font-size: 16px;

	letter-spacing: 0.5px;

	margin-bottom: 10px;

}

.attraction-list-item .price .font-lg {

	font-size: 22px;

}

.waether-item {

	font-size: 32px;

	position: relative;

	padding-right: 15px;

	display: inline-block;

}

.waether-item .icon {

	color: #A8A8A8;

}

.waether-item:after {

	font-family: 'weathericons';

	content: "\f03c";

	position: absolute;

	top: 0;

	right: 0;

	font-size: 22px;

}

.top-header {

	background-color: var(--top-header-back);

	padding: 5px 0px;

}

.top-header .top-email span {

	color: var(--white-color);

	font-size: 18px;

}

.top-header .top-email span a {

	color: var(--white-color);

	font-family: var(--font-family-sanspro);

	font-size: 16px;

}

.top-header .top-email span a:hover {

	color: rgb(63, 156, 209);

}

.top-header-mail-img {

    height: 16px;

    position: relative;

    top: 3px;

}

.top-header .list-inline a {

    color: var(--white-color);

    font-size: 18px;

    line-height: 26px;

    font-weight: 500;

    font-family: 'Source Sans Pro', sans-serif;

}

.top-header-number {

    font-size: 20px !important;

    font-family: var(--font-family-sanspro) !important;

    color: #f9c537 !important;

}

.top-header-number:hover {

    font-size: 21px !important;

}

.top-header .list-inline a img:hover {

    transform: rotate(350deg);

    -webkit-transform: rotate(350deg);

    -webkit-transition: -webkit-transform 0.25s ease-in-out;

}

.social-icon ul li a {

	color: var(--white-color);

}

.social-icon ul li a:hover {

	color: rgb(63, 156, 209);

}

.logoheader {

    position: fixed;

    top: 0px;

    width: 100%;

    z-index: 999;

}

.logo-header {

	padding: 0px 0px;

    background-color: var(--background-white);

    transition: top 2s ease 0s;

    -webkit-transition: top 2s ease 0s;

    -moz-transition: top 2s ease 0s;

    -o-transition: top 2s ease 0s;

    -webkit-animation: move-down .2s forwards;

    animation: move-down .2s forwards;

}

/*.logo-div {

    width: 160px;

}*/

.logo {

	height: auto;

    margin: 5px 0;

}

.logo-header .callicon i {

	font-size: 37px;

	color: rgb(63, 156, 209);

	font-weight: 550;

}

.logo-header .callicon a {

	font-size: 30px;

	color: var(--black-color);

	font-weight: bold;

}

.callicon {

	line-height: 0px;

    top:5px;

}

.callicon small {

	position: relative;

	top: -33px;

	color: var(--black-color);

	font-weight: 500;

}

.container-fluid>.navbar-collapse,

.container-fluid>.navbar-header,

.container>.navbar-collapse,

.container>.navbar-header {

	margin-right: -15px;

	margin-left: -15px;

}

.nav-tabs {

	border-bottom: 1px solid #ddd;

	border: 0px;

}

.nav-tabs>li {

	width: 50%;

}

.nav-tabs>li>a {

	margin-right: 0px;

	line-height: 1;

	border: 1px solid transparent;

	border-radius: 0;

	background-color: #d3d7d8;

	text-transform: uppercase;

	color: var(--black-color);

	font-weight: 500;

	text-align: center;

	font-family: var(--font-family-sanspro);

}

.nav>li>a:focus,

.nav>li>a:hover {

	background-color: var(--white-color);

}

a#hf-tab.nav-link.active {

	background-color: var(--white-color);

	border-top: 2px solid rgb(63, 156, 209);

}

.nav-tabs>li.active>a,

.nav-tabs>li.active>a:focus,

.nav-tabs>li.active>a:hover {

	border-color: transparent;

    background-color: var(--black-color);

    border-top: 2px solid rgb(63, 156, 209);

    text-transform: uppercase;

    color: var(--white-color);

    font-size: 18px;

    letter-spacing: 1px;

}

.tab-content {

    padding: 10px;

}

.tab-content .form-group {

	margin-bottom: 5px;

}

.tab-content label {

	font-size: 14px;

}

.bannerbtn {

	background-color: var(--black-color);

	color: var(--white-color);

	font-size: 14px;

	margin-top: 5px;

}

.bannerbtn:hover {

	background-color: #343333;

	color: var(--white-color);

}

.bannerbtn:focus {

	color: var(--white-color);

}

.destination-title h1 {

	font-size: 30px;

	font-weight: bold;

	color: var(--black-color);

	font-family: var(--font-family-sanspro);

	margin-bottom: 0px;

}

.imglayer {

	position: absolute;

	top: 0;

	left: 0;

	height: 100%;

	width: 100%;

	border-radius: 0;

	background: -moz-linear-gradient(top, rgba(114, 2, 56, 0) 40%, #720238 100%);

	background: -webkit-linear-gradient(top, rgba(114, 2, 56, 0) 40%, #020202);

	background: linear-gradient(180deg, rgba(114, 2, 56, 0) 40%, #020202);

}

.homeprice {

    position: absolute;

    bottom: -6px;

    font-family: var(--font-family-sanspro);

    font-weight: 500;

    right: 3px;

    background-color: var(--black-color);

    color: var(--white-color);

    letter-spacing: 0.3px;

    z-index: 8;

    padding: 3px 11px;

    box-shadow: 0 .2rem 1rem rgba(0, 0, 0, .15)!important;

}

.mainprice {

	font-size: 20px;

	color: var(--black-color);

	font-family: var(--font-family-sanspro);

	text-align: center;

	font-weight: bold;

    display: table-cell;

    vertical-align: middle;

}

.mainprice span {

	font-weight: 500;

	font-size: 18px;

	color: rgb(63, 156, 209);

	text-decoration: line-through;

}

.mainprice div {

	font-weight: 500;

	font-size: 12px;

	line-height: 14px;

}

.morebtn a .mainmorebtn {

	width: 100%;

	background-color: rgb(63, 156, 209);

	color: var(--black-color);

	font-size: 18px;

	letter-spacing: 1px;

	padding: 0px 0px;

	margin: 10px 0px;

	border-radius: 4px;

}

.morebtn a .mainmorebtn:hover {

	background: #e7ae10;

    border-color: #e7ae10;

}

.packageicon {

    text-align: right;

    position: absolute;

    float: right;

    right: 0;

    padding: 0px 10px;

}

.travelsession i {

	font-size: 14px;

    color: #ea3131;

    text-align: right;

}

.travelsession ul {

    float: right;

}

.travelsession ul li i {

    float: right;

    color: var(--black-color);

}

.days-left-bg {

    background-color: #e0e0e0;

    padding: 2px 4px;

    border-radius: 12px;

}

.days-left {

    font-weight: bold;

    font-size: 14px;

    vertical-align: inherit;

    display: inline-block;

    min-width: 10px;

    padding: 0px;

    line-height: 0px;

    color: var(--black-color);

    text-align: center;

    white-space: nowrap;

}

.travelsession span img {

	height: 18px;

	float: left;

	margin-right: 5px;

}

.destination-title h2 {

	font-size: 20px;

    font-weight: 500;

    color: var(--black-color);

    font-family: var(--font-family-sanspro);

    margin-bottom: 0px;

    position: relative;

    z-index: 1;

    top: 92px;

    background-color: var(--background-light-gray);

    width: auto;

    text-align: center;

    margin: 0px 38px;

}

.whybook {

	padding: 20px 10px 15px 10px;

}



.counter {

    background: url(../images/counter.jpg);

    position: relative;

    padding: 100px 0;

    background-size: cover;

    background-position-y: center;

}



.counter-overlay {

    position: absolute;

    top: 0;

    left: 0;

    height: 100%;

    width: 100%;

    border-radius: 0;

    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.40) 40%, #020202);

    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.40) 40%, #020202);

    background: linear-gradient(180deg, rgba(0, 0, 0, 0.40) 40%, #020202);

}



.counterbox {

    position: relative;

    padding-left: 10px;

    padding-right: 10px;

}



.counterbox .text-box, .counterbox .text-box2 {

    display: table-cell;

    vertical-align: middle;

}



.counterbox .text-box h4 {

    color: var(--white-color);

    margin: 0;

    padding: 0;

    position: relative;

    font-family: var(--font-family-sanspro);

    font-weight: 600;

    font-size: 3.5em;

    line-height: 1em;

}



.counterbox .text-box2 {

    padding-left: 1em;

}



.counterbox .text-box2 p {

    color: var(--white-color);

    font-family: var(--font-family-sanspro);

    font-size: 1.0715em;

    line-height: 1.4em;

    margin: 0;

    padding: 0;

    text-transform: uppercase;

}



.counterbox .text-box2 p span {

    display: block;

}



.vocation-theme {

    /* background: url(../images/vocation-theme.jpg) 0 0 no-repeat fixed */

    background-size: 100% 100%;

    position: relative;

    padding: 40px 0;

}



.vocation-theme h5 {

    font-size: 30px;

    font-weight: bold;

    color: var(--black-color);

    font-family: var(--font-family-sanspro);

    margin-bottom: 0px;

}



.vocation-theme h3 {

    color: #aaaaaa;

    font-family: "Open Sans", sans-serif;

    font-weight: 400;

    font-size: 1.15em;

    margin: 0 0 1.1em;

    padding: 0;

    position: relative;

}



.vocation-theme .our-offer-left p {

    color: #898989;

    margin: 0 0 0.5em;

    padding: 0;

    font-family: "Open Sans", sans-serif;

    font-weight: 400;

    font-size: 1.0715em;

    line-height: 1.8em;

}



.offer-right .offer-img-box1 {

    position: relative;

    float: left;

    margin-right: 10px;

}



.spa-offer {

    position: relative;

}



.spa-offer .img_holder, .offer-right .offer-img-box2 .box2 .img_holder, .offer-right .offer-img-box2 .box1 .img_holder {

    overflow: hidden;

    background: #000;

}



.spa-offer .img_holder .img-responsive {

    width: 100%;

}



.spa-offer .img_holder img, .offer-right .offer-img-box2 .box2 .img_holder img, .offer-right .offer-img-box2 .box1 .img_holder img {

    opacity: 1;

    transition: all 300ms linear 0s;

}



.spa-offer .img_holder .spaoverlay {

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    padding: 11px;

}



.spa-offer .img_holder .spaoverlay:before {

    content: ' ';

    position: absolute;

    top: 11px;

    left: 11px;

    right: 11px;

    bottom: 11px;

    background: url(../images/spa-outline.png) right top no-repeat;

    background-size: 100% 100%;

}



.spa-offer .img_holder .room-ad-cont {

    overflow: hidden;

    position: relative;

    height: 100%;

    background: rgb(63, 156, 209);

    width: 70%;

    padding: 1.5em 1.5em;

}



.spa-offer .img_holder .room-ad-cont h2 {

    color: var(--white-color);

    margin: 0;

    padding: 0;

    font-family: "Playball", sans-serif;

    font-size: 20px;

    line-height: 1em;

}



.spa-offer .img_holder .room-ad-cont span {

    color: var(--white-color);

    font-family: "Playball", sans-serif;

    font-size: 2vw;

    line-height: 1em;

    font-weight: bold;

}



.spa-offer .img_holder .room-ad-cont h3 {

    color: var(--white-color);

    margin: 0 0 0.5em;

    padding: 0;

    font-family: 'Open Sans Condensed', sans-serif;

    font-size: 1.3em;

    font-weight: 600;

    line-height: 1em;

    padding-top: 20px;

}

.spa-offer .img_holder .room-ad-cont p {

    color: var(--white-color);

    padding: 0;

    margin: 0 0 1.8em;

    font-family: "Open Sans", sans-serif;

    font-size: 1.0715em;

    font-weight: 400;

    line-height: 1.6em;

}



.offer-right .offer-img-box2 {

    position: relative;

    float: left;

}



.offer-right .offer-img-box2 .box1 {

    position: relative;

    margin-bottom: 2em;

}



.offer-right .offer-img-box2 .box1 .img_holder {

    position: relative;

}



.offer-right .offer-img-box2 .box1 .img_holder .spaoverlay {

    position: absolute;

    bottom: 15px;

    left: 5%;

    width: 90%;

    right: 5%;

}



.offer-right .offer-img-box2 .box1 .img_holder .spaoverlay .text1 {

    position: relative;

    color: var(--white-color);

    text-align: right;

    font-family: "Open Sans", sans-serif;

    font-size: 0.7em;

    font-weight: 400;

    line-height: 1.8em;

}



.offer-right .offer-img-box2 .box1 .img_holder .spaoverlay .offertext1 {

    background: rgba(255, 255, 255, 0.8);

}



.offer-right .offer-img-box2 .box1 .img_holder .spaoverlay .offertext1 p {

    color: rgb(63, 156, 209);

    margin: 0;

    padding: 0.2em 0.6em;

    font-family: "Playball", sans-serif;

    font-size: 20px;

    line-height: 1em;

    font-weight: bold;

    text-align: center;

}



.offer-right .offer-img-box2 .box1 .img_holder .spaoverlay .offertext1 .off-txt {

    color: #dc6c04;

    display: inline-block;

    font-family: "Playball", sans-serif;

    font-size: 2vw;

    line-height: 1em;

}



.offer-right .offer-img-box2 .box1 .img_holder .spaoverlay .offertext1 .winter-txt {

    color: var(--black-color);

    display: inline-block;

    padding-left: 0em;

    font-family: var(--font-family-sanspro);

    font-weight: 700;

    font-size: 1.2vw;

    line-height: 1em;

}



.offer-right .offer-img-box2 .box2 {

    position: relative;

}



.offer-right .offer-img-box2 .box2 .img_holder {

    position: relative;

}



.offer-right .offer-img-box2 .box2 .img_holder .spaoverlay p {

    color: var(--black-color);

    padding: 0;

    margin: 0;

    font-family: var(--font-family-sanspro);

    font-size: 1.7em;

    font-weight: 600;

    line-height: 1em;

}



.offer-right .offer-img-box2 .box2 .img_holder .spaoverlay h2 {

    color: rgb(63, 156, 209);

    padding: 0;

    margin: 0;

    font-family: "Playball", sans-serif;

    font-size: 20px;

    line-height: 1em;

    font-weight: bold;

    text-align: center

}



.offer-right .offer-img-box2 .box2 .img_holder .spaoverlay h2 span {

    color: #729400;

    font-family: "Playball", sans-serif;

    font-size: 1.5vw;

    line-height: 1em;

    font-weight: bold;

}



.offer-right .offer-img-box2 .box2 .img_holder .spaoverlay h6 {

    border-top: 1px solid #a5a4a4;

    color: #929292;

    font-family: "Open Sans", sans-serif;

    font-size: 0.7em;

    font-weight: 400;

    line-height: 1.8em;

    padding: 0;

    margin: 0;

    text-align: center;

}



.offer-right .offer-img-box2 .box2 .img_holder .spaoverlay {

    position: absolute;

    bottom: 15px;

    width: 46%;

    right: 5%;

    background: rgba(255, 255, 255, 0.8);

    padding: 1.3em;

}



.spa-offer .img_holder:hover img, .spa-offer .img_holder:focus img, .offer-right .offer-img-box2 .box2 .img_holder:hover img, .offer-right .offer-img-box2 .box2 .img_holder:focus img, .offer-right .offer-img-box2 .box1 .img_holder:hover img, .offer-right .offer-img-box2 .box1 .img_holder:focus img {

  opacity: 0.8;

  transform: scale(1.1);

}



.footer-contact ul {

    padding: 0;

    margin: 0;

}



.footer-contact .contact-info {

    margin-bottom: 30px;

}



.footer-contact .contact-info li {

    position: relative;

    padding-left: 30px;

    margin-bottom: 5px;

    line-height: 24px;

    font-size: 13px;

    display: block;

    letter-spacing: 0.3px;

    color: var(--light-gray-color);

}



.footer-contact .contact-info li:hover {

    color: var(--white-color);

}



.footer-contact .contact-info li .icon {

    position: absolute;

    left: 0px;

    top: 0px;

    line-height: 24px;

    font-size: 14px;

    color: rgb(63, 156, 209);

}



.footer-add-icon img {

    height: 15px;

    top: 7px;

    position: absolute;

    left: 0;

}



.footer-add-icon-call img {

    height: 22px;

    top: 3px;

    position: absolute;

    left: 0;

}



.footer-add-icon-envelope img {

    height: 15px;

    top: 7px;

    position: absolute;

    left: 0;

}



.copyright {

    background-color: #2a3948;

}



.copyright .copyrighttxt {

    padding: 10px 0px;

}



.copyright .copyrighttxt p {

    padding-right: 15px;

    font-size: 13px;

    line-height: 26px;

    display: block;

    letter-spacing: 0.3px;

    color: var(--light-gray-color);

    text-transform: capitalize;

    text-align: center;

}



.copyright .copyrighttxt p a {

    color: var(--light-gray-color);

}



.dealpageprice {

    text-align: right;

    line-height: 12px;

}



.dealpageprice h3 {

    font-size: 40px;

    line-height: 22px;

    margin: 0;

    font-weight: 500;

    font-family: var(--font-family-sanspro);

    color: var(--black-color);

    margin-bottom: -3px;

    padding-top: 4px;

    padding-bottom: 9px;

}



.dealpageprice small {

    font-size: 20px;

    line-height: 22px;

    margin: 0;

    font-weight: 500;

    font-family: var(--font-family-sanspro);

    color: rgb(63, 156, 209);

    text-decoration: line-through !important;

}



.dealpageprice p {

    font-size: 14px;

    font-family: var(--font-family-sanspro);

    color: #6d6d6d;

    padding-top: 3px;

}



.dealpageprice .offprice {

    top: -3px;

    position: relative;

    background-color: #d8d6d6;

    display: inline;

    padding: .1em .3em .1em;

    font-size: 75%;

    line-height: 1;

    color: var(--black-color);

    text-align: center;

    white-space: nowrap;

    vertical-align: baseline;

}





.slidefortitle p {

    background-image: -webkit-linear-gradient(right, #2d3e50, #3f9cd1);

    padding: 5px 13px;

    color: var(--white-color);

    font-size: 18px;

}



.select-height {

    height: 34px !important;

}



span.stars, span.stars span {

    display: block;

    background: url(../images/stars.png) 0 -12px repeat-x;

    width: 60px;

    height: 12px;

}



span.stars span {

    background-position: 0 0;

}



.raty-wrapper .stars {

    position: relative;

    bottom: 24px;

    margin-bottom: -10px;

}



.dealformbtn {

    background: rgb(63, 156, 209);

    border-color: rgb(63, 156, 209);

    color: var(--white-color);

    font-size: 17px;

    text-transform: capitalize;

    letter-spacing: 1px;

}



.dealformbtn:hover {

    background: #2b94d0;

    border-color: #2b94d0;

    color: var(--white-color);

}



.sectionborder {

    border: 1px solid #ccc;

    padding: 10px;

}



.star-height span {

    margin: 0px;

}



.deal-description ul {

    list-style-type: disc !important;

    padding: 0px 30px !important;

}



.deal-description p {

    margin: 0 0 10px !important;

}



.starfilter ul {

    margin-left:0px;

    color: var(--black-color);

}



.starfilter ul li {

    padding-right: 0px;

    padding-left: 0px;

}



.deallistprice {

    text-align: center;

    line-height: 12px;

    padding: 10px 5px;

    background-color: #ededec;

    border: 1px solid #dedede;

}



.deallistprice h2 {

    font-size: 14px;

    color: var(--black-color);

    margin: -6px;

}



.deallistprice h3 {

    font-size: 21px;

    line-height: 22px;

    margin: 0;

    font-weight: 500;

    font-family: var(--font-family-sanspro);

    color: var(--black-color);

    margin-bottom: -3px;

    padding-top: 9px;

    padding-bottom: 6px;

}



.deallistprice small {

    font-size: 18px;

    line-height: 22px;

    margin: 0;

    font-weight: 500;

    font-family: var(--font-family-sanspro);

    color: rgb(63, 156, 209);

    text-decoration: line-through !important;

}



.deallistprice p {

    font-family: var(--font-family-sanspro);

    padding-top: 2px;

    font-size: 14px;

    color: var(--black-color);

}



.deallistprice .offprice {

    top: -3px;

    position: relative;

    background-color: #d8d6d6;

    display: inline;

    padding: .1em .3em .1em;

    font-size: 75%;

    line-height: 1;

    color: var(--black-color);

    text-align: center;

    white-space: nowrap;

    vertical-align: baseline;

}



.deallistbtn {

    background-image: var(--background-image-gradient);

    border-color: rgb(63, 156, 209);

    color: var(--white-color);

    border-radius: 0;

    -webkit-transition: all .3s;

    -o-transition: all .3s;

    transition: all .3s;

    font-size: 12px;

    font-family: var(--font-family-sanspro);

    letter-spacing: 1px;

    font-weight: 500;

}



.deallistbtn:hover {

    background: #2b94d0;

    border-color: #2b94d0;

    color: var(--white-color);

    background-image: var(--background-image-g-hover);

}



.deallisticon {

    position: relative;

    right: 0;

    padding: 0px 10px;

    top: 6px;

}



.freebies {

    width: 100%;

    background-color: var(--black-color);

    padding: 2px;

    text-align: center;

    color: #ededec;

    font-size: 12px;

    text-transform: uppercase;

    letter-spacing: 1px;

    font-weight: bold;

}



.popover {

    width: 500px;

}



.deal-content {

    padding: 20px;

    background-color: var(--background-white);

    border: 1px solid #E6E6E6;

    -webkit-box-shadow: 0px 0px 12px -3px rgba(0, 0, 0, 0.15);

    -moz-box-shadow: 0px 0px 12px -3px rgba(0, 0, 0, 0.15);

    box-shadow: 0px 0px 12px -3px rgba(0, 0, 0, 0.15);

    border-bottom: 2px solid #DEDEDE;

    transition: all .35s ease-in-out;

    -webkit-transition: all .35s ease-in-out;

}



.deal-content:hover {

    -webkit-box-shadow: 0px 0px 12px -3px rgba(0, 0, 0, 0.4);

    -moz-box-shadow: 0px 0px 12px -3px rgba(0, 0, 0, 0.4);

    box-shadow: 0px 0px 12px -3px rgba(0, 0, 0, 0.4);

    border-bottom: 2px solid #3e3e3e;

}



.deal-content .title h2 {

    font-size: 24px;

    line-height: 16px;

    text-align: center;

    margin: 0 0 2px;

    font-weight: 500;

    font-family: var(--font-family-sanspro);

    -moz-osx-font-smoothing: grayscale;

    -webkit-font-smoothing: antialiased;

    text-decoration: none!important;

    padding: 0;

    color: var(--black-color);

}



.deal-content .title h2:before {

    content: "";

    position: absolute;

    left: 47%;

    top: 45px;

    width: 60px;

    height: 2px;

    background: rgb(63, 156, 209);

}



.deal-content .main-deal-content{

    width: 100%;

    height: 72px;

    display: block;

    overflow: hidden;

    word-break: break-word;

    word-wrap: break-word;

}



.deal-content .main-deal-content p {

    text-align: justify;

    font-size: 14px;

}



.deal-content .btn-overflow {

    color: #2786d6;

    text-decoration: none;

    outline: none;

    cursor: pointer;

    width: 70px;

}



.contact-section {

    padding: 20px;

    background-color: var(--background-white);

    border: 1px solid #E6E6E6;

    -webkit-box-shadow: 0px 0px 12px -3px rgba(0, 0, 0, 0.15);

    -moz-box-shadow: 0px 0px 12px -3px rgba(0, 0, 0, 0.15);

    box-shadow: 0px 0px 12px -3px rgba(0, 0, 0, 0.15);

    border-bottom: 2px solid #DEDEDE;

    transition: all .35s ease-in-out;

    -webkit-transition: all .35s ease-in-out;

}



.about-title h1 {

	font-size: 30px;

	font-weight: bold;

	color: var(--black-color);

	font-family: var(--font-family-sanspro);

	margin-bottom: 0px;
        margin-top: 10px;

}

.about-title h1:after {

	content: "";

	position: absolute;

	left: 15px;

	bottom: -5px;

	width: 60px;

	height: 2px;

	background: rgb(63, 156, 209);

}



.about-bottom-section {

    background-color: #f5f5f5;

}



.radio-block label,.checkbox-block label{

    vertical-align: middle;

    padding: 0px 0 0px 5px !important;

    display: inline;

}



.radio-block,.checkbox-block{

	/*overflow: hidden;

    height: 30px;

    display: table;*/

}



.modal-body-padding {

    padding: 20px;

}



.topgroup {

    background-image: url(../images/group-travel.jpg);

    overflow: hidden;

    background-size: cover;

    padding: 3px 5px;

    text-shadow: 0px 1px 2px rgb(255, 255, 255);

    animation: slidein 2s cubic-bezier(0.68, -0.55, 0.27, 1.55) .5s forwards;

    font-family: 'PT Sans', Arial, Helvetica, sans-serif;

}



.topgroup .topgroupclose {

    background-color: var(--black-color);

    opacity: 1;

    text-shadow: none;

    letter-spacing: 0;

    border-radius: 100%;

    padding: 6px 8px;

    color: var(--white-color);

    -webkit-box-shadow: 0 .2rem 1rem rgba(0, 0, 0, .15)!important;

    -moz-box-shadow: 0 .2rem 1rem rgba(0, 0, 0, .15)!important;

    box-shadow: 0 .2rem 1rem rgba(0, 0, 0, .15)!important;

    position: absolute;

    right: 10px;

    top: 12px;

}



.topgroup .topgroupclose:hover {

    background-color: #272727;

}



.topgroup h1 {

    font-size: 21px;

    color: var(--black-color);

    font-weight: bold;

    letter-spacing: 1px;

    font-family: var(--font-family-sanspro);

    text-transform: uppercase;

    line-height: 22px;

}



.topgroup p {

    color: #000000;

    font-weight: 500;

    line-height: 22px;

    font-size: 14px;

    font-family: 'Open Sans Condensed', sans-serif;

}



.topgroup p a {

    color: var(--black-color);

    font-weight: bold;

    line-height: 10px;

    font-size: 15px;

}



.topgroupbutton {

    padding: 10px;

    float: right;

}



.topgroupbutton a {

    color: var(--white-color);

    background-color: var(--black-color);

    padding: 5px 30px;

    border-radius: 15px;

    font-size: 16px;

    text-shadow: none;

    -webkit-box-shadow: 0 .2rem 1rem rgba(0, 0, 0, .15)!important;

    -moz-box-shadow: 0 .2rem 1rem rgba(0, 0, 0, .15)!important;

    box-shadow: 0 .2rem 1rem rgba(0, 0, 0, .15)!important;

}



.requestbook {

    overflow: hidden;

    font-family: 'PT Sans', Arial, Helvetica, sans-serif;

    padding-bottom: 40px;

    background-color: var(--background-to-light-gray);

    background-image: url(../images/groupbg.jpg);

    background-size: cover;

}



.requestbookform {

    margin: 0 auto;

    margin-top: 50px;

    background: #3e3e3e;

    color: var(--white-color);

    border-radius: 5px;

    border: 10px solid #7b7b7b;

    -webkit-box-shadow: 0 .2rem 1rem rgba(0, 0, 0, .15)!important;

    -moz-box-shadow: 0 .2rem 1rem rgba(0, 0, 0, .15)!important;

    box-shadow: 0 .2rem 1rem rgba(0, 0, 0, .15)!important;

    transition: all .35s ease-in-out;

    -webkit-transition: all .35s ease-in-out;

}



.groupformtab ul li onhovertab:active {

    background-color: #7b7b7b;

    padding: 7px;

    text-align: center;

    display: block;

    margin: 0px 0px 10px 0px;

    color: var(--white-color);

    font-size: 16px;

    text-transform: uppercase;

}



.groupformtab ul li a:active {

    background-color: #7b7b7b;

    padding: 7px;

    text-align: center;

    display: block;

    margin: 0px 0px 10px 0px;

    color: var(--white-color);

    font-size: 16px;

    text-transform: uppercase;

}



.requestbookform h1 {

    text-shadow: none;

    color: var(--white-color);

    text-align: center;

    font-size: 26px;

    font-weight: 600;

    letter-spacing: 1px;

    font-family: var(--font-family-sanspro);

    text-transform: uppercase;

    background-color: #2f2f2f;

}



.requestbookform .gap-10 label {

    text-shadow: none;

    color: #e8e8e8;

    font-size: 15px;

    letter-spacing: 0.5px;

    font-family: 'Open Sans Condensed', sans-serif;

}



.requestbookform .requestbookbutton {

        background-color: rgb(249 166 26);
    color: #ffffff;

    font-size: 14px;

    letter-spacing: 1px;

    border-radius: 2px;

}



.insidecolor {

    background-color: white;

    border: 1px solid #ffffff;

    color: #555;

    font-size: 14px;

}



.insidecolor:focus {

    border: 1px solid rgb(63, 156, 209);

}



.stepwizard-step p {

    margin-top: 10px;

}



.stepwizard {

    position: relative;

}

.stepwizard-step button[disabled] {

    opacity: 1 !important;

    filter: alpha(opacity=100) !important;

}

.stepwizard-step {

    width: 50%;

    float: left;

    height: 30px;

    background-color: #dedede;

}

.stepwizard .gap-10 {

    padding: 15px 10px;

}

.btn-tab {

    width: 100%;

    height: 30px;

    text-align: center;

    padding: 6px 15px;

    font-size: 14px;

    line-height: 1.428571429;

    letter-spacing: 1px;

    color: var(--black-color);

    opacity: 1 !important;

}



.btntabcolor {

    background-color: rgb(249 166 26);

    color: var(--black-color);

    border: none;

}



.formleftrightpadd {

    padding: 30px 0px 40px 0px;

}



.menuulsection {

    background-color: transparent;

    border-right: 1px solid #e4e4e4 !important;

    padding: 0px 15px !important;

}



.groupfirstpage {

    background-color: var(--background-white);

    margin-top: 20px;

    border: 1px solid #ccc;

}



.groupfirstpage .groupfirstpagetitle p {

    background-color: var(--black-color);

    padding: 5px 13px;

    color: var(--white-color);

    font-size: 18px;

}



.groupfirstpage:hover {

    -webkit-box-shadow: 0px 0px 12px -3px rgba(0, 0, 0, 0.4);

    -moz-box-shadow: 0px 0px 12px -3px rgba(0, 0, 0, 0.4);

    box-shadow: 0px 0px 12px -3px rgba(0, 0, 0, 0.4);

    border-bottom: 2px solid #3e3e3e;

}



.groupfirstpage>.content {

    padding: 7px 10px;

}



.grouppopover {

    margin: 0 auto;

    display: block;

    background-color: transparent;

    border: none;

    color: #407bff;

    padding: 0px 5px 5px 5px;

}



.grouppopover:hover {

    text-decoration: underline;

}



.popover-content {

    padding: 9px 14px;

    font-size: 13px;

}



.customers-title h1 {

    font-size: 30px;

    font-weight: bold;

    color: var(--black-color);

    font-family: var(--font-family-sanspro);

    margin-bottom: 0px;

}



.group-page-testmonial {

    background-color: #f5f5f5;

}



.slick-testimonial .raty-wrapper .stars {

    text-align: center;

    position: relative;

    bottom: 0;

    margin-bottom: -10px;

    margin: 0 auto;

}



.campaignbg {

    height: auto;

    width: 100%;

    margin: 0;

    background-size: cover;

    background-repeat: no-repeat;

    background-position: center center;

    background-attachment: fixed;

    background-color: #f0f0f0;

}



.campaignbg-imglayer {

    position: absolute;

    top: 0;

    left: 0;

    height: 100%;

    width: 100%;

    border-radius: 0;

    background-color: #00000073;

}



.campaignbannercolor {

    background: rgb(62, 62, 62);

}



.campaignbannercolor .slick-track {

    height: 149px;

}



.campaign-header h1 {

    margin: 0;

    letter-spacing: 0.3px;

    text-transform: capitalize;

    font-size: 26px;

    line-height: 26px;

    color: var(--white-color);

}



.campaign-header h1 span.stars {

    display: inline-block;

}



.campaign-header p {

    font-size: 20px;

    color: #eaeaea;

    padding: 0;

}



.campaign-header p span {

    font-size: 25px;

    color: #0c0c0c;

    background-color: rgb(63, 156, 209);

    padding: 0px 5px;

    font-weight: 600;

}



.campaign-header p small {

    font-weight: 600;

    font-size: 26px;

    color: rgb(63, 156, 209);

    text-decoration: line-through;

}



.campaign-nightday {

    background-color: rgb(63, 156, 209);

    position: absolute;

    right: 10px;

    padding: 2px 3px;

    top: 4px;

}



.campaign-nightday h6 {

    margin-bottom: 0px;

    font-size: 16px;

}



.campaign-travel-session {

    font-size: 16px;

    line-height: 34px;

    color: #eaeaea;

}



.campaign-header h2 {

    margin-top: 0px;

    line-height: 27px;

    color: var(--white-color);

    font-size: 18px;

}



.campaign-header ul li {

    color: #dcdcdc;

    border: 1px solid #dcdcdc;

    border-radius: 100%;

    height: 30px;

    width: 30px;

    padding: 3px;

    text-align: center;

}



.campaign-header small {

    font-size: 16px;

    color: #dcdcdc;

}



.caomp-price {

    display: none;

}



.campaign-form-incl {

    overflow: hidden

}



.campaign-inclusion-exclusion {

    background: rgb(62, 62, 62);

    float:left;

    padding-bottom:1000px;

    margin-bottom:-1000px

}



.campaign-night-price {

    display: table-cell;

    vertical-align: middle;

    width: 20%;

}



.campaign-night-price .campaing-night {

    background-color: rgb(63, 156, 209);

}



.campaign-night-price .campaing-night p {

    text-align: center;

    font-size: 16px;

    font-weight: 600;

    color: #353535;

}



.campaing-price {

    background-color: var(--white-color);

}



.campaing-price h1 {

    font-size: 30px;

    font-weight: bold;

    text-align: center;

}



.campaing-price p {

    font-size: 22px;

    font-weight: bold;

    text-align: center;

    color: rgb(63, 156, 209);

    text-decoration: line-through !important;

}



.campaing-price h5 {

    text-align: center;

    font-size: 12px;

    background: #ccc;

    width: 56px;

    margin: 0 auto;

}



.campaing-price .offprice {

    background-color: #d8d6d6;

    padding: .1em .3em .1em;

    font-size: 100%;

    color: var(--black-color);

    text-align: center;

    white-space: nowrap;

    vertical-align: baseline;

}



.camp-inclu-excl-inside {

    padding: 10px 20px;

}



.camp-inclu-excl-inside h1 {

    margin: 0;

    letter-spacing: 1px;

    text-transform: uppercase;

    font-size: 20px;

    color: rgb(63, 156, 209);

    font-weight: bold;

    font-family: var(--font-family-sanspro);

}



.inclu-ul li {

    font-size: 15px;

    color: #eaeaea;

    line-height: 25px;

    letter-spacing: 0.3px;

}



.campaign-form-right {

    float:left;

    padding-bottom:1000px;

    margin-bottom:-1000px;

    background-color: var(--white-color);

    /*-webkit-box-shadow: 0 .2rem 1rem rgba(0, 0, 0, .15)!important;

    -moz-box-shadow: 0 .2rem 1rem rgba(0, 0, 0, .15)!important;

    box-shadow: 0 .2rem 1rem rgba(0, 0, 0, .15)!important;*/

}



.campaign-form-right h1 {

    text-shadow: none;

    color: var(--black-color);

    text-align: center;

    font-size: 25px;

    padding: 5px;

    font-weight: 600;

    letter-spacing: 1px;

    background-color: var(--background-white);

    border-bottom: 1px solid rgb(63, 156, 209);

}



.campaign-main-form {

    padding: 25px 50px;

}



.campaign-main-form label {

    font-weight: 600;

    font-size: 16px;

    color: var(--black-color);

    padding-bottom: 10px;

}



.campaign-main-form .form-control {

    border-radius: 5px;

    box-shadow: none;

    border-color: rgb(63, 156, 209);

}



.campaign-other-title h1 {

    font-size: 30px;

    font-weight: bold;

    color: var(--black-color);

    font-family: var(--font-family-sanspro);

    margin-bottom: 0px;

}



.campaign-other-title h1:after {

    content: "";

    position: absolute;

    left: 15px;

    bottom: -5px;

    width: 60px;

    height: 2px;

    background: rgb(63, 156, 209);

}



.campaign-header {

    display: table-cell;

    vertical-align: middle;

    width: 80%;

    padding: 5px 0px 5px 0px;

}



.campaign-middle {

    display: table;

    overflow: hidden;

    height: 150px;

}



.dealpageprice p .popover-title {

   font-size: 14px;

}



#feedback {

    position: fixed;

    right: 0;

    z-index: 99;

    top: 30%;

    height: 250px;

    margin-left: -3px;

    margin-bottom: -3px;

}



#feedback-form {

    float: right;

    width: 300px;

    z-index: 1000;

    border: #3e3e3e;

    -moz-border-radius: 0px;

    -webkit-border-radius: 0px;

    border-radius: 0px;

    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);

    -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);

    box-shadow: 0 5px 10px rgba(0,0,0,.2);

}



#feedback-tab {

    float: right;

    color: var(--white-color);

    font-size: 18px;

    cursor: pointer;

    text-align: center;

    background-image: var(--background-image-g-hover);

    font-family: var(--font-family-sanspro);

    margin-top: 48px;

    width: 130px;

    margin-left: -82px;

    position: absolute;

    padding: 6px 3px;

    -moz-border-radius: 0px;

    -webkit-border-radius: 0px;

    border-radius: 0px;

    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);

    -moz-box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);

    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);

    -webkit-transform: rotate(90deg);

    -moz-transform: rotate(90deg);

    -ms-transform: rotate(90deg);

    -o-transform: rotate(90deg);

    transform: rotate(-90deg);

    border-radius: 5px 5px 0px 0px;

}



#feedback-tab:hover {

    -webkit-box-shadow: 0 .2rem 1rem rgba(0, 0, 0, .15) !important;

    -moz-box-shadow: 0 .2rem 1rem rgba(0, 0, 0, .15) !important;

    box-shadow: 0 .2rem 1rem rgba(0, 0, 0, .15) !important;

    background-color: #2b94d0;

    transition: 0.5s;

}



.mobile-enq {

    display: none;

}



.closebutton_open {

    background-color: rgb(63, 156, 209);

    color: var(--white-color) !important;

    border-right: 1px solid #a4a4a4;

}



.fixedcallback {

    opacity: 1;

    visibility: visible;

    pointer-events: auto;

    display: inline-block;

    outline: none;

    position: fixed;

    padding: 10px !important;

    bottom: 310px;

    background-color: var(--background-white);

    border: none;

    border-radius: 0;

    -webkit-box-shadow: 0 .2rem 1rem rgba(0, 0, 0, .15)!important;

    -moz-box-shadow: 0 .2rem 1rem rgba(0, 0, 0, .15)!important;

    box-shadow: 0 .2rem 1rem rgba(0, 0, 0, .15)!important;

    right: 135px;

    width: 270px;

}



.fixedcallback:after {

    position: absolute;

    right: 0;

    bottom: -15px;

    width: 0;

    height: 0;

    border-style: solid;

    border-width: 15px 20px 15px 0;

    border-color: transparent #fff transparent transparent;

    content: '';

}



.fixedcallback p {

    font-size: 12px;

    line-height: 16px;

    text-align: justify;

    padding-top: 5px;

    color: #898989;

}



.well {

    min-height: 20px;

    margin-bottom: 20px;

    padding: 0px;

}



.input-box {

    width: 250px;

    height: 35px;

    border-radius: 2px;

    border: 1px solid #d6d6d6;

    -webkit-appearance: none;

    line-height: 1;

    font-family: "Open Sans", sans-serif !important;

}



.enquire-call {

    border: 1px solid rgb(63, 156, 209);

    text-align: center;

    height: 40px;

    border-radius: 3px;

}



.enquire-call i {

    float: left;

    background-color: rgb(63, 156, 209);

    color: var(--white-color);

    padding: 7px 23px;

    font-size: 25px;

}



.enquire-call span {

    color: rgb(63, 156, 209);

    font-size: 24px;

    font-weight: bold;

    text-align: center;

    position: relative;

    top: 9px;

}



.sb-search {

    display: none;

}



.callbackbtn {

    background: rgb(63, 156, 209);

    border-radius: 50%;

    text-align: center;

    margin: 1.6rem;

    font-size: 0.8rem;

    border: none;

    padding: 10px;

    position: fixed;

    outline: none;

    z-index: 9999;

    bottom: 200px;

    right: 30px;

    height: 90px;

    width: 90px;

}



.callbackimg {

    height: 35px;

    margin: 0 auto;

}



.callback .callbackbtn span {

    font-size: 12px;

    text-transform: capitalize;

    letter-spacing: 1px;

    color: var(--black-color);

}



.callback .callbackbtn small {

    font-size: 18px;

    text-align: center;

    color: var(--black-color);

    line-height: 16px;

    letter-spacing: 1px;

    word-break: break-all;

    display: flex;

    justify-content: center;

    align-items: center;

    font-weight: bold;

    text-transform: capitalize;

}



.btn--shockwave.is-active {

    -webkit-animation: shockwaveJump 2s ease-out infinite;

    animation: shockwaveJump 2s ease-out infinite;

}



.btn--shockwave.is-active:after {

    content: '';

    position: absolute;

    top: 0;

    left: 0;

    bottom: 0;

    right: 0;

    border-radius: 50%;

    -webkit-animation: shockwave 2s .65s ease-out infinite;

    animation: shockwave 2s .65s ease-out infinite;

    background-color: rgb(63, 156, 209)40;

    z-index: -1;

}



.btn--shockwave.is-active:before {

    content: '';

    position: absolute;

    top: 0;

    left: 0;

    bottom: 0;

    right: 0;

    border-radius: 50%;

    -webkit-animation: shockwave 2s .5s ease-out infinite;

    animation: shockwave 2s .65s ease-out infinite;

}



@-webkit-keyframes shockwaveJump {

    0% {

        -webkit-transform: scale(1);

        transform: scale(1);

    }



    40% {

        -webkit-transform: scale(1.08);

        transform: scale(1.08);

    }



    50% {

        -webkit-transform: scale(0.98);

        transform: scale(0.98);

    }



    55% {

        -webkit-transform: scale(1.02);

        transform: scale(1.02);

    }



    60% {

        -webkit-transform: scale(0.98);

        transform: scale(0.98);

    }



    100% {

        -webkit-transform: scale(1);

        transform: scale(1);

    }

}



@keyframes shockwaveJump {

    0% {

        -webkit-transform: scale(1);

        transform: scale(1);

    }



    40% {

        -webkit-transform: scale(1.08);

        transform: scale(1.08);

    }



    50% {

        -webkit-transform: scale(0.98);

        transform: scale(0.98);

    }



    55% {

        -webkit-transform: scale(1.02);

        transform: scale(1.02);

    }



    60% {

        -webkit-transform: scale(0.98);

        transform: scale(0.98);

    }



    100% {

        -webkit-transform: scale(1);

        transform: scale(1);

    }

}



@-webkit-keyframes shockwave {

    0% {

        -webkit-transform: scale(1);

        transform: scale(1);

        box-shadow: 0 0 2px rgba(0, 0, 0, 0.15), inset 0 0 1px rgba(0, 0, 0, 0.15);

    }



    95% {

        box-shadow: 0 0 50px transparent, inset 0 0 30px transparent;

    }



    100% {

        -webkit-transform: scale(1.50);

        transform: scale(1.50);

    }

}



@keyframes shockwave {

    0% {

        -webkit-transform: scale(1);

        transform: scale(1);

        box-shadow: 0 0 2px rgba(0, 0, 0, 0.15), inset 0 0 1px rgba(0, 0, 0, 0.15);

    }



    95% {

        box-shadow: 0 0 50px transparent, inset 0 0 30px transparent;

    }



    100% {

        -webkit-transform: scale(1.50);

        transform: scale(1.50);

    }

}



.btn.disabled, .btn[disabled], fieldset[disabled] .btn {

    cursor: pointer !important;

    opacity: 1 !important;

}



.footer-destination {

    border-top: 1px solid #344c65;

    padding: 10px 0px;

}



h4.footer-destination-title {

    font-size: 15px;

    text-transform: capitalize;

    font-weight: 600;

    margin: 0 0 7px;

    position: relative;

    color: var(--white-color);

    font-family: var(--font-family-sanspro);

}



ul.footer-destination-menu {

    margin: 0;

}



ul.footer-destination-menu li {

    margin-bottom: 3px;

    padding-left: 0px;

    padding-right: 0px;

}



ul.footer-destination-menu li a {

    font-size: 13px;

    line-height: 26px;

    letter-spacing: 0.3px;

    color: var(--light-gray-color);

    text-transform: capitalize;

    padding: 0px 0px;

}



.modal {

  text-align: center;

  padding: 0!important;

}



.modal:before {

  content: '';

  display: inline-block;

  height: 100%;

  vertical-align: middle;

  margin-right: -4px;

}



.modal-dialog {

  display: inline-block;

  text-align: left;

  vertical-align: middle;

}



.oops-modal-body {

    padding: 0px;

    background-color: var(--white-color);

}



.oops-modal-header {

    padding: 0;

    border-bottom: none;

    background-color: #e2e2e2;

}



.oops-modal-header .oops-modal-header-inside {

    padding: 10px

}



.oops-modal-header .oops-modal-header-inside h4 {

    letter-spacing: 0.5px;

    font-size: 24px;

    line-height: 16px;

    text-align: center;

    margin: 0 0 10px;

    font-weight: 500;

    font-family: var(--font-family-sanspro);

    -moz-osx-font-smoothing: grayscale;

    -webkit-font-smoothing: antialiased;

    text-decoration: none!important;

    padding: 0;

    color: var(--black-color);

}



.oops-modal-header .oops-modal-header-inside p {

    text-align: center;

    font-size: 16px;

}



.oops-modal-close {

    top: 0px;

    left: 0px;

    position: relative;

    color: var(--white-color);

    opacity: 1;

    z-index: 10;

    font-weight: normal;

    font-size: 30px;

    background-color: var(--black-color) !important;

    padding: 0px 8px !important;

}



.oops-modal-close:focus, .oops-modal-close:hover {

    color: var(--white-color);

    text-decoration: none;

    cursor: pointer;

    filter: alpha(opacity=50);

    opacity: 1;

}



.oops-contact-coupen {

    background-color: var(--black-color);

    padding: 10px;

}



.oops-contact-coupen h6 {

    font-size: 18px;

    text-transform: uppercase;

    line-height: 1;

    margin: 0 0 2px;

    padding-bottom: 8px;

    font-weight: bold;

    color: var(--white-color);

    text-align: center;

    letter-spacing: 0.5px;

}



.oops-contact-box h2 {

    color: var(--white-color);

    margin: 0;

    padding: 0;

    font-family: "Playball", sans-serif;

    font-size: 50px;

    line-height: 1em;

    text-align: center;

}



.oops-contact-box h2 span {

    color: #ddc137;

    font-family: "Playball", sans-serif;

    font-size: 30px;

    line-height: 22px;

    font-weight: bold;

}



.oops-popup-call {

    text-align: center;

    border-radius: 3px;

}



.oops-popup-call span {

    color: var(--white-color);

    font-size: 32px;

    text-align: center;

    margin: 0 0 2px;

    font-family: var(--font-family-sanspro);

    letter-spacing: 0.5px;

}



.oops-popup-call span:hover {

    color: var(--white-color);

}



.oops-or hr {

    border-top: 1px dotted #ccc !important;

}



.oops-or p {

    position: absolute;

    top: 151px;

    left: 50%;

    border: 1px solid #ccc;

    padding: 2px 5px;

    border-radius: 100%;

    color: var(--white-color);

    background-color: var(--black-color);

}



.coupencode {

    border: 1px dashed rgb(63, 156, 209);

    text-align: center;

    height: 37px;

    border-radius: 3px;

    background-color: var(--white-color);

}



.coupencode span {

    color: var(--black-color);

    font-size: 24px;

    font-weight: bold;

    text-align: center;

    position: relative;

    top: 8px;

    letter-spacing: 1px;

}



.coupencode .copybutton {

    float: right;

    background-color: rgb(63, 156, 209);

    color: var(--black-color);

    padding: 7px 10px;

    font-size: 15px;

    font-weight: bold;

    letter-spacing: 1px;

    border: 1px solid rgb(63, 156, 209);

    margin-top: -0.1px;

    margin-right: -1px;

    border-radius: 0px 3px 4px 0px;

}



.coupencode .copybutton:hover {

    background-color: #ecb20e;

}



.oops-popup-call p {

    font-size: 18px;

    color: var(--white-color);

    padding-bottom: 10px;

}



.oops-enquire-form {

    padding: 10px;

    margin: 0;

    position: relative;

}



.oops-enquire-form h5 {

    color: var(--black-color);

    font-size: 26px;

    text-align: center;

    margin: 0 0 2px;

    letter-spacing: 0.5px;

    font-weight: bold;

    font-family: var(--font-family-sanspro);

}



.oops-enquire-form-height {

    padding-left: 0px !important;

    height: 0px;

}



.privacy-policy-content h5 {

        font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 5px;
    background-color: #f0f0f0;
    padding: 4px 15px;

}



.privacy-policy-content h6 {

    font-size: 16px;

    line-height: 22px;

    font-weight: 500;

    margin-bottom: 0px;

    color: #585757;

}



.privacy-policy-content .privacy-policy-answer p {

    padding: 0px 20px 10px 20px;

}



.privacy-policy-content .privacy-policy-answer h6 {

    padding: 0px 10px;

}



.privacy-policy-content .our-mission {

    background-color: var(--background-white);

    border: 1px solid #E6E6E6;

    -webkit-box-shadow: 0 .2rem 1rem rgba(0, 0, 0, .15)!important;

    -moz-box-shadow: 0 .2rem 1rem rgba(0, 0, 0, .15)!important;

    box-shadow: 0 .2rem 1rem rgba(0, 0, 0, .15)!important;

    box-shadow: 0px 0px 12px -3px rgba(0, 0, 0, 0.15);

    border-bottom: 2px solid #DEDEDE;

    transition: all .35s ease-in-out;

    -webkit-transition: all .35s ease-in-out;

    padding-bottom: 10px;

}



/*-- Group Travel --*/



.group-travel {

    background-image: url(../images/group/group-travel.jpg);

    background-size: cover;

    content: '';

    width: 100%;

    display: inline-block;

    padding: 30px 5px 50px 5px;

    background-position: 0% 58%;

}



.group-travel-title {

    margin: 0 auto;

    display: table;

    margin-bottom: 120px;

}



.group-travel h1 {

    font-size: 55px;

    font-weight: bold;

    color: #252525;

    font-family: var(--font-family-sanspro);

    margin-bottom: 0px;

    text-align: center;

    letter-spacing: 1px;

    background-color: var(--background-white);

    display: inline;

    padding: 0px 20px;

    border-radius: 40px;

    text-transform: capitalize;

    -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.3)!important;

    -moz-box-shadow: 0 5px 15px rgba(0,0,0,.3)!important;

    box-shadow: 0 5px 15px rgba(0,0,0,.3);

}



.group-travel h1 span {

    font-size: 55px;

    font-weight: bold;

    color: rgb(63, 156, 209);

    font-family: var(--font-family-sanspro);

    margin-bottom: 0px;

    text-align: center;

    letter-spacing: 1px;

    display: inline;

}



.group-travel-form {

    background: rgba(0, 0, 0, 0.7);

    box-shadow: 0 5px 15px rgba(0,0,0,.3);

}



.group-travel-form .nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {

    color: var(--white-color) !important;

    background-color: rgb(63, 156, 209) !important;

    border-radius: 0;

    font-size: 16px;

    padding: 8px 10px;

}



.group-travel-form .nav-pills>li.active>a, .nav-pills>li>a {

    border-radius: 0;

    font-size: 14px;

    letter-spacing: 0.3px;

    padding: 8px 10px;

}



.group-travel-form .nav-pills>li+li {

    margin-left: 0px;

}



.group-travel-form .nav>li>a:focus, .nav>li>a:hover {

    color: var(--black-color);

    background-color: rgb(63, 156, 209);

}



.group-travel-form .tab-content {

    padding: 10px 20px;

    background-color: var(--black-color);

}



.group-travel-form .popover-markup .popover {

    border-radius: 0px;

    width: auto;

    left: 0px !important;

    padding: 0px;

    box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);

    border: 1px solid #bfbcbc;

}



.group-travel-form .popover-markup .popover-content {

    padding: 0px;

}



.group-travel-form .popover-markup .popover-content .btn {

    border-radius: 0;

    font-size: 10px;

    padding-top: 5px;

    padding-bottom: 5px;

}



.group-travel-form .popover-markup .popover-content .form-group .input-group .form-control {

    height: 26px;

    border: 0;

    border-top: 1px solid #eeeded;

    border-bottom: 1px solid #eeeded;

    background-color: var(--white-color);

    padding: 6px 8px;

}



.group-travel-form .popover-markup .popover-content .form-group {

    padding: 13px 10px;

    border-bottom: 1px solid #e8e8e8;

    margin-bottom: 0px;

}



.custom-select {

	position: relative;

	font-family: Arial;

}



.group-travel-form .custom-select select {

	display: none;

}



.group-travel-form .select-selected {

	background-color: DodgerBlue;

}



.group-travel-form .select-selected:after {

	position: absolute;

	content: "";

	top: 10px;

	right: 0px;

	width: 0;

	height: 0;

	border: 6px solid transparent;

	border-color: #3e3e3e transparent transparent transparent;

}



.group-travel-form .select-selected.select-arrow-active:after {

	border-color: transparent transparent #3e3e3e transparent;

	top: 7px;

}



.group-travel-form .select-items div {

    padding: 10px !important;

}



.group-travel-form .select-items div,

.group-travel-form .select-selected {

	cursor: pointer;

    user-select: none;

    font-size: 16px;

    color: #333;

    background: transparent;

    width: 100%;

    border: 0;

    padding: 0px 0;

    font-family: var(--font-family-sanspro);

}



.group-travel-form .select-items {

    position: absolute;

    background-color: white;

    top: 100%;

    left: 0;

    right: 0;

    z-index: 99;

    border-radius: 0px;

    width: auto;

    padding: 0px;

    box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);

    border: 1px solid #e0e0e0;

    height: auto;

    overflow-y: scroll;

    max-height: 380px;

}



.group-travel-form .select-hide {

	display: none;

}



.group-travel-form .select-items div:hover,

.group-travel-form .same-as-selected {

	background-color: rgba(0, 0, 0, 0.1);

}



#backbutton {

    float: right;

    margin: 5px;

}



#nav-step2-tab {

    background-color: rgb(63, 156, 209);

    color: var(--white-color);

    line-height: 34px;

    border-radius: 0;

    font-size: 14px;

    letter-spacing: 0.3px;

    padding: 8px 10px;

}



#nav-step1-tab {

    color: var(--white-color);

    line-height: 34px;

    border-radius: 0;

    font-size: 14px;

    letter-spacing: 0.3px;

    padding: 8px 10px;

}



.group-form-textarea {

    box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);

    border-radius: 3px;

}



.s011 .group-btn-submit {

    min-width: 100%;

    height: 54px;

    padding: 0px 15px;

    background: rgb(63, 156, 209);

    border-radius: 3px;

    font-size: 15px;

    letter-spacing: 1px;

    text-transform: uppercase;

    color: var(--white-color);

    transition: all .2s ease-out, color .2s ease-out;

    border: 0;

    cursor: pointer;

    font-weight: bold;

}



.s011 .group-btn-submit:hover {

    background: #2b94d0;

}



.group-travel-form .tab-pane .another-toggle-content .checkbox-block {

    float: left;

    margin-right: 13px;

}



.group-travel-checkbox {

    color: var(--white-color);

    font-size: 13px !important;

    letter-spacing: 0.2px;

    font-weight: normal;

    font-family: var(--font-family-sanspro);

}



.has-error .tooltip-inner {

      background-color: #d33046 !important;



}



.has-error .tooltip.top .tooltip-arrow {

    border-top-color: #d33046 !important;

}



form .tooltip {

    visibility: hidden;

    z-index: 0 !important;

}



form .has-error .tooltip {

    visibility: visible !important;

}



.group-travel-form .tooltip{

	visibility: hidden;

	z-index: 0 !important;

}



.group-travel-form .has-error .tooltip{

	visibility: visible !important;

}



.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {

    color: #a94442 !important;

}



.has-error .form-control {

    border-color: #a94442 !important;

    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075) !important;

    box-shadow: inset 0 1px 1px rgba(0,0,0,.075) !important;

}



.group-travel-form .s011 form .inner-form .main-form .row div[class*="col-"] {

    padding: 0 5px;

}



/*-- End Group Travel --*/







/*------ Home Page Form ------*/



.slick-hero-slider-wrapper {

    position: relative;

    margin-bottom: -100px;

    display: none;

}



.new-banner-form {

    position: relative;

    top: 0px;

}



.new-banner-form-bg h6 {

    display: none;

}



.new-banner-form-bg {

    box-shadow: rgba(0, 0, 0, 0.15) 3px 4px 10px 0px;

    box-sizing: border-box;

    border-style: solid;

    border-color: rgb(255, 255, 255);

    border-image: initial;

    border-radius: 4px;

    padding: 0;

}



.new-banner-form-bg .nav {

    background-color: var(--background-white);

}



.new-banner-form-bg .input-field .select2-container {

    margin-top: 8px !important;

}



.new-banner-form-bg .s011 form .inner-form .main-form .row .input-wrap .icon-wrap i {

    top: 10px;

}



.new-banner-form-bg .tab-content label {

    font-size: 14px;

    font-weight: bold;

}



.new-banner-form-bg .s011 form .btn-search {

    height: 35px;

    padding: 0px 15px;

    background-image: var(--background-image-gradient);

}



.new-banner-form-bg .s011 form .btn-search:hover {

	background:#2b94d0;

}



.new-banner-form-bg .group-travel-form {

    background-color: transparent;

    box-shadow: none;

    border-radius: 4px;

}



.new-banner-form-bg .group-travel-form .tab-content {

    background-color: #edededd1;

    padding: 10px 20px 1px 20px;

}



.new-banner-form-bg .group-travel-form .nav-pills>li.active>a, .nav-pills>li>a {

    color: var(--black-color);

}



.new-banner-form-bg .group-travel-form .nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {

    color: var(--white-color) !important;

    background-image: var(--background-image-gradient) !important;

    text-align: center;

}



.new-banner-form-bg .group-travel-form .nav>li>a:focus, .nav>li>a:hover {

  color: var(--white-color) !important;

        background: #f9a61a !important;

}



.new-banner-form-bg #nav-step2-tab {

    background-color: rgb(63, 156, 209);

    color: var(--white-color);

}



.new-banner-form-bg #nav-step1-tab {

    color: var(--black-color);

}



.new-banner-form-bg .group-form-textarea {

    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.15);

    border-radius: 3px;

}



.new-banner-form-bg #backbutton .back-button {

    background-color: rgb(63, 156, 209);

    border: 0;

    color: var(--white-color);

    letter-spacing: 0.5px;

    padding: 5px 10px;

    font-size: 14px;

    border-radius: 0px;

}



.new-banner-form-bg .group-travel-form .s011 form .inner-form .main-form .row div[class*="col-"] {

    padding: 0 5px;

}



.new-banner-form-bg .s011 form .inner-form .main-form .row .input-wrap {

    margin-bottom: 10px;

}



/*.newhideagechild {

    display: none;

}*/



.newshowagechild {

    padding: 0px 2px;

}



.newchildage {

    background-color: transparent !important;

    border: 1px solid #3f9cd1;

    border-radius: 3px;

}



.home-form-col-md {

    padding-right: 0px;

    padding-left: 5px;

}



.home-form-col-md-first {

    padding-right: 0px;

}



.home-form-col-md-last {

    padding-left: 5px;

}



.new-banner-form-bg .s011 form .inner-form .main-form .row .input-wrap {

    border-radius: 0px;

    border: 1px solid #c1c1c1;

    box-shadow: none;

    background-color: var(--background-white);

    height: 40px;

    padding: 0px 0px 10px 35px;

    margin-bottom: 10px;

}



.new-banner-form-bg .s011 form .inner-form .main-form .row .input-wrap .input-field input {

    font-size: 16px;

    color: #333;

    background: transparent;

    width: 100%;

    border: 0;

    padding: 0px 0;

    font-family: var(--font-family-sanspro);

    height: 38px;

}



.new-banner-form .new-banner-form-bg .popover-markup .popover {

    border-radius: 0px;

    left: 0px !important;

    padding: 0px;

    box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);

    border: 1px solid #bfbcbc;

}



.new-banner-form .new-banner-form-bg .popover-markup .popover-content {

    padding: 0px;

}



.new-banner-form .new-banner-form-bg .popover-markup .popover-content .btn {

    border-radius: 0;

    font-size: 10px;

    padding-top: 5px;

    padding-bottom: 5px;

}



.new-banner-form .new-banner-form-bg .popover-content .form-group .input-group .form-control {

    height: 26px;

    border: 0;

    border-top: 1px solid #eeeded;

    border-bottom: 1px solid #eeeded;

    background-color: var(--white-color);

    padding: 6px 8px;

}



.new-banner-form .new-banner-form-bg .popover-markup .popover-content .form-group {

    padding: 13px 10px;

    border-bottom: 1px solid #e8e8e8;

    margin-bottom: 0px;

}



.new-banner-form .new-banner-form-bg .back-button {

    background: var(--background-blue);

    border-radius: 0px;

    text-transform: uppercase;

    cursor: pointer;

    position: absolute;

    top: 0px;

    right: 15px;

}



.new-banner-form .new-banner-form-bg .back-button:hover {

    background: #2b94d0;

    transition: all .2s ease-out, color .2s ease-out;

    cursor: pointer;

}



#home-new-form {

    display: none;

}



.mobile-tomar {

    margin-top: 5px;

}



.bannerforminput {

    background-color: #ffffff3b;

    height: 61px;

    padding: 3px 2px 3px 3px;

}



.bannerforminput .select2-container--default .select2-selection--single .select2-selection__arrow b {

    border-color: #000000 transparent transparent

}



.home-form .nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {

    color: #fff;

    background: var(--background-image-gradient) !important;

}



.home-form .group-travel-form .nav-pills>li.active>a, .nav-pills>li>a {

    border-radius: 0;

    font-size: 18px;

    padding: 5px 15px;

    font-weight: 600;

    margin-right: 5px;

    background: var(--background-light-gray);

    color: var(--dark-blue-color) !important;

}



.home-form .nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {

    color: var(--white-color) !important;

        background: #f9a61a !important;

    border-radius: 0;

    font-size: 18px;

    padding: 5px 15px;

    margin-right: 5px;

}



.home-form .nav-pills>li.active>a::after {

    content: "";

    position: absolute;

    height: 0;

    /* border-left: 10px solid transparent; */

    /* border-right: 10px solid transparent; */

    border-bottom: 2px solid #ffffff;

    bottom: -2px;

    width: 100%;

    left: 0%;

    margin: 0 auto;

    align-self: center;

    align-items: center;

    display: block;

}



.home-banner {

    vertical-align: bottom;

    display: grid;

}



.home-banner .s011 form .btn-search {

    border-radius: 0px;

}



.bannerformmiddle {

    padding: 180px 0px 6px 0px;
display: none;
}



.home-banner .s011 form .group-btn-submit {

    min-width: 100%;

    height: 55px;

    padding: 0px 0px;

    background: #f9a61a;

    border-radius: 0px;

    font-size: 22px;

    text-transform: uppercase;

    color: var(--white-color);

    transition: all .2s ease-out, color .2s ease-out;

    border: 0;

    cursor: pointer;

    font-weight: 600;

}



.home-banner .s011 form .group-btn-submit:hover {

    background: #fb9e00;

}



.home-banner .newhomebackbtn {

    position: absolute;

    top: 0;

    right: 17px;

}



.home-banner .newhomebackbtn .back-button {

    min-width: 100%;

    padding: 4px 15px;

    background: var(--background-image-gradient);

    border-radius: 0px;

    font-size: 18px;

    letter-spacing: 0px;

    margin-top: 3px;

    color: var(--white-color);

    transition: all .2s ease-out, color .2s ease-out;

    border: 0;

    cursor: pointer;

    font-weight: 600;

}



.home-banner #backbutton .back-button:hover {

    background: var(--background-image-g-hover);

}



.home-banner .group-travel-tab #nav-step1-tab {

    border-radius: 0;

    font-size: 18px;

    padding: 5px 15px;

    font-weight: 600;

    margin-right: 5px;

    background: var(--background-light-gray);

    color: var(--dark-blue-color) !important;

}



.home-form .group-travel-tab #nav-step1-tab:hover {

    background: var(--background-image-g-hover);

    color: var(--white-color) !important;

}



.home-form .group-travel-tab #nav-step2-tab {

    min-width: 100%;

    padding: 5px 15px;

    background: var(--background-image-gradient);

    border-radius: 0px;

    font-size: 18px;

    color: var(--white-color);

    transition: all .2s ease-out, color .2s ease-out;

    border: 0;

    cursor: pointer;

    font-weight: 600;

}



.home-form .group-travel-tab #nav-step2-tab:hover {

    background: var(--background-image-g-hover);

}



.home-form .group-travel-tab #nav-step2-tab::after {

    content: "";

    position: absolute;

    height: 0;

    border-bottom: 2px solid #ffffff;

    bottom: -2px;

    width: 100%;

    left: 0%;

    margin: 0 auto;

    align-self: center;

    align-items: center;

    display: block;

}



.tripformdetail {



}



.paxformdetail {

    display: none;

}



/*------ End Home Page Form ------*/



.text-blue {

    color: #794c00 !important;

}



.theme-slider {

    display: block;

    margin: 0 auto;

}



.theme-slider .slick-initialized .slick-slide {

    margin-right: 10px;

}



.theme-slider .slick-prev {

    left: -14px;

}



.theme-slider .slick-prev:before {

    content: '\2190';

}



.theme-slider .slick-next {

    right: -8px;

}



.theme-slider .slick-next:before {

    content: '\2192';

}



.theme-slider .slick-prev {

    background-color: var(--white-color);

    color: var(--white-color);

    width: 30px;

    height: 30px;

    -webkit-box-shadow: 0 .2rem 1rem rgba(0, 0, 0, .15)!important;

    -moz-box-shadow: 0 .2rem 1rem rgba(0, 0, 0, .15)!important;

    box-shadow: 0 .2rem 1rem rgba(0, 0, 0, .15)!important;

}



.theme-slider .slick-next {

    background-color: var(--white-color);

    color: var(--white-color);

    width: 30px;

    height: 30px;

    -webkit-box-shadow: 0 .2rem 1rem rgba(0, 0, 0, .15)!important;

    -moz-box-shadow: 0 .2rem 1rem rgba(0, 0, 0, .15)!important;

    box-shadow: 0 .2rem 1rem rgba(0, 0, 0, .15)!important;

}



.theme-slider .slick-prev:hove {

    background-color: var(--white-color);

}



.theme-slider .slick-next:hover {

    background-color: var(--white-color);

}



.theme-slider .slick-prev:before, .slick-next:before {

    opacity: 1;

    color: var(--black-color);

    line-height: 22px;

}



.theme-slider .image-txt {

    background-color: var(--black-color);

    text-align: center;

    color: var(--white-color);

    font-size: 16px;

    letter-spacing: 0.5px;

}



.pass-div {

    display: block;

    position: absolute;

    background-color: var(--white-color);

    padding: 0px 10px;

    border: 1px solid #c1c1c1;

    width: 99%;

    box-shadow: rgba(0, 0, 0, 0.15) 3px 4px 10px 0px;

    z-index: 10;

}



.pass-div:before {

    float: left;

    content: "";

    border-bottom: 8px solid #007dbd;

    border-left: 8px solid transparent;

    border-right: 8px solid transparent;

    margin: -9px 0 0 21px;

}



.pass-div p {

    background-color: #dddddd;

    color: #404040;

    padding: 2px 10px;

}



.pass-div .select2-container .select2-selection__rendered {

    border: 1px solid #ccc;

    padding: 5px 5px;

}



.pass-div label {

    line-height: 28px;

    font-size: 13px;

}



.pass-filed {

    padding: 5px 10px !important;

}



.pass-filed select.input-sm {

    height: 25px;

    line-height: 30px;

    padding: 2px 0px;

    border-radius: 2px;

}



.pass-filed .btn-add-room {

    min-width: 100%;

    height: 26px;

    padding: 0px 6px;

    background: var(--background-blue);

    border-radius: 3px;

    font-size: 12px;

    letter-spacing: 0.3px;

    text-transform: capitalize;

    color: var(--white-color);

    transition: all .2s ease-out, color .2s ease-out;

    border: 0;

    cursor: pointer;

    font-weight: normal;

}



.pass-filed .btn-add-room:hover {

    background: #2b94d0;

}



.pass-filed .btn-remove-room {

    min-width: 100%;

    height: 26px;

    padding: 0px 6px;

    background: #3e4040;

    border-radius: 3px;

    font-size: 12px;

    letter-spacing: 0.3px;

    text-transform: capitalize;

    color: var(--white-color);

    transition: all .2s ease-out, color .2s ease-out;

    border: 0;

    cursor: pointer;

    font-weight: normal;

}



.pass-filed .btn-remove-room:hover {

    background: #292929;

}



.pass-box {

    display: block;

    background-color: var(--white-color);

    padding: 0px 10px !important;

    border: 1px solid #c1c1c1;

    box-shadow: rgba(0, 0, 0, 0.15) 3px 4px 10px 0px;

    z-index: 10;

    margin-bottom: 10px;

}



.home-banner {

    background: url(../images/banner.jpg);

    background-size: cover;

    background-repeat: no-repeat;

    background-position: center;

    min-height: 500px;

}
.slider-nav1{
    display: none;
}



/*-- Itinerary --*/



.itinerary-days {

    font-size: 18px;

    color: #5d5d5d;

    font-weight: 600;

}



/*-- End Itinerary --*/



/*-- New CSS --*/



.total-hotel {

    border-radius: 5px;

    padding: 2px;

    border: 1px solid rgb(63, 156, 209);

    box-shadow: 0px 0px 12px -3px rgba(0, 0, 0, 0.4);

}



.found-hotels {

    color: var(--black-color);

    padding: 4px 10px;

    border-radius: 5px;

}



.select-flight {

    padding: 2px;

    border: 1px solid #d1d6db !important;

    background-color: var(--white-color);

    box-shadow: 0 0 2px 1px rgba(0,0,0,0.12);

}



.select-flight:hover {

    box-shadow: 0 0 2px 0 rgba(0,0,0,.08), 0 4px 16px 0 rgba(0,0,0,.16);

}



.select-flight-title {

    background-color: var(--background-blue);

    padding: 6px 10px;

    background-image: -webkit-linear-gradient(right, #2d3e50, #3f9cd1);

}



.select-flight-title p {

    font-size: 16px;

    color: var(--white-color);

    letter-spacing: 0.2px;

    font-family: var(--font-family-sanspro);

}



.select-flight-title p small {

    font-size: 14px;

    text-align: right;

    float: right;

}



.select-change-flight {

    float: right;

    position: relative;

    top: -23px;

    right: -6px;

    margin-bottom: -22px;

    background-color: var(--white-color);

    padding: 4px 7px;

    text-transform: capitalize;

    font-weight: 600;

    font-size: 13px;

    color: #2d3e50;

    letter-spacing: 0.2px;

    font-family: var(--font-family-sanspro);

    border-radius: 30px;

}



.select-change-flight:hover {

    color: #2d3e50;

}



.select-change-flight:focus {

    color: var(--black-color);

}



.select-flight-information {

    border: 1px solid #ededec;

    margin: 5px;

}



.select-flight-stops {

    margin: 10px 50px;

    box-shadow: 0 0 2px 0 rgba(0,0,0,.08), 0 4px 16px 0 rgba(0,0,0,.16);

}



.select-flight-icon {

    text-align: center;

    margin-top: 0px;

    font-size: 12px;

}



.select-flight-icon span {

    display: block;

    line-height: 5px;

}



.select-flight-icon small {

    border-radius: 11px;

    font-size: 14px;

    color: #28a745;

    font-family: var(--font-family-sanspro);

    position: absolute;

    top: -23px;

    right: -75px;

    display: initial;

    min-width: 10px;

    font-weight: 500;

    line-height: 1;

    text-align: center;

    white-space: nowrap;

    vertical-align: middle;

    padding: 3px 7px;

}



.changeflightheight {

    /*height: 521px;

    overflow-y: scroll;*/

    margin-left: -5px;

}



.select-flight-information h4 {

    font-size: 15px;

    background-color: var(--background-white);

    padding: 0px 10px 3px 10px;

    margin-bottom: 0px;

    margin: 0;

    border-bottom: 1px solid #e2e2e2;

}



.select-flight-information h4 span {

    font-size: 15px;

    padding: 2px 10px 2px 0px;

    margin-bottom: 0px;

    margin: 0;

}



.select-flight-information h4 a {

    font-size: 15px;

    padding: 0px 2px;

    margin-bottom: 0px;

    text-align: right;

    position: absolute;

    right: 23px;

    margin-top: 0px;

    background-color: var(--white-color);

}



.select-flight-information h4 a i {

    position: relative;

    top: -3px;

    color: var(--blue-color);

}



.select-flight-icon img {

    margin: 0 auto;

    padding-top: 5px;

}



.select-flight-icon ul li img {

    margin: 0 !important;

    padding-top: 0 !important;

    float: left;

}



.select-flight-icon ul li {

    line-height: 27px;

    border-bottom: 1px solid #ededed;

    padding: 5px 5px;

}



.select-flight-icon .popover.bottom {

    top: 25px;

    display: block;

    width: max-content !important;

}



.select-flight-icon .popover.bottom .popover-content {

    padding: 0px !important;

}



.plus-flight {

    position: relative;

    top: 21px;

    right: -18px;

    margin-top: -22px;

}



.select-flight-icon p {

    background-image: var(--background-image-gradient);

    color: var(--white-color) !important;

    border-radius: 100%;

    height: 20px;

    width: 20px;

    line-height: 20px;

    font-weight: bold;

    text-align: center;

    margin: 0 auto;

}



.select-flight-main-info {

    padding: 0px 0px;

    border-bottom: 1px solid #ededed;

    margin: 0px 0px;

}



.select-flight-date {

    text-align: center;

}



.select-flight-date small {

    display: block;

    font-size: 12px;

}



.select-flight-date p {

    font-weight: 600;

    font-size: 14px;

    color: var(--black-color);

    font-family: var(--font-family-sanspro);

}



.text-red {

    color: #a94442;

}



.bg-red {

    color: var(--white-color);

    background: #a94442;

}



.hotel-price-plus {



    position: absolute;

    top: 0px;

    color: var(--white-color);

    right: 0;

    font-size: 12px;

    padding: 1px 5px;

    height: 18px;

    border-radius: 10px 0px 19px 81px;

}



.select-flight-moreday {

    font-size: 10px;

    font-weight: normal;

    background: #e8e8e8;

    padding: 0px 2px;

}



.flightstopborder::before {

    content: "";

    position: absolute;

    top: 50%;

    width: 80px;

    border-bottom: 1px dashed #4db6ac;

}



.selectflightmodalwidth .close {

    position: absolute;

    top: 0;

    right: 0;

    padding: 4px 20px;

    background-image: var(--background-image-gradient);

    opacity: 1;

    font-size: 30px;

    color: var(--white-color);

    margin-top: 0px;

}



.selectflightmodalwidth .modal-title {

    color: var(--white-color);

}



.selectflightmodalwidth .modal-header {

    background-image: -webkit-linear-gradient(right, #2d3e50, #3f9cd1);

    color: var(--white-color);

    padding: 8px 15px;

}



.selectedflightheader .close {

    position: absolute;

    top: 0;

    right: 0;

    padding: 4px 20px;

    background-image: var(--background-image-gradient);

    opacity: 1;

    font-size: 30px;

    color: var(--white-color);

    margin-top: 0px;

}



.selectedflightheader .modal-title {

    color: var(--white-color);

    font-size: 16px;

    font-weight: normal;

}



.selectedflightheader {

    background-image: -webkit-linear-gradient(right, #2d3e50, #3f9cd1);

    color: var(--white-color);

    padding: 8px 15px;

}



.select-hotel-icon {

    text-align: center;

}



.select-hotel-star {

    float: right;

    border-radius: 5px;

    position: relative;

    top: -20px;

    left: 3px;

    padding: 4px 5px;

    text-transform: capitalize;

    font-size: 14px;

    margin-bottom: 0px;

}



.select-flight .modal-body {

    padding: 5px 10px;

}



.changeflightmodal p {

    font-size: 12px;

    color: var(--black-color);

    letter-spacing: 0.2px;

}



.changefirstflight {

    padding: 0px 0px;

    border-top: 2px solid #3f9cd1;

    border: 1px solid #d1d6db !important;

    background-color: var(--white-color);

    box-shadow: 0 0 2px 1px rgba(0,0,0,0.12);

}



.changefirstflight:hover {

    box-shadow: 0 0 2px 0 rgba(0,0,0,.08), 0 4px 16px 0 rgba(0,0,0,.16);

}



.changefirstflight .select-change-flight {

    float: right;

    border-radius: 2px;

    position: relative;

    top: -17px;

    left: 3px;

    background-image: var(--background-image-gradient);

    padding: 5px 10px;

    text-transform: uppercase;

    font-size: 14px;

    margin-bottom: -3px;

    color: var(--white-color);

}



.changefirstflight .select-change-flight:hover {

    background-image: var(--background-image-g-hover);

}



.select-change-flight-title {

    border-radius: 0px;

    padding: 3px 10px 0px 10px;

    margin-top: 2px;

    background-image: linear-gradient(#ededed, #e2e2e2);

    height: 43px;

}



.select-change-flight-title p {

    font-size: 20px;

    font-weight: bold;

    color: var(--black-color);

    letter-spacing: 0.2px;

    font-family: var(--font-family-sanspro);

}



.select-change-flight-title .flight-category {

    position: relative;

    top: -41px;

    text-align: center;

    background-color: var(--white-color);

    width: 100px;

    margin: 0 auto;

    border-radius: 3px;

    font-size: 12px;

    font-weight: bold;

    font-family: var(--font-family-sanspro);

    letter-spacing: 0.3px;

    color: #23bf8c;

    box-shadow: 0 0 2px 1px rgba(0,0,0,0.12);

    height: 26px;

    line-height: 27px;

    padding-left: 17px;

}



.select-change-flight-title .flight-category i {

    position: absolute;

    left: 0px;

    line-height: 26px;

    background-color: #23bf8c;

    padding: 0px 5px;

    border-radius: 2px 0px 0px 2px;

    color: var(--white-color);

}



.select-change-flight-title .flight-category-fast {

    position: relative;

    top: -41px;

    text-align: center;

    background-color: var(--white-color);

    width: 100px;

    margin: 0 auto;

    border-radius: 3px;

    font-size: 12px;

    font-weight: bold;

    font-family: var(--font-family-sanspro);

    letter-spacing: 0.3px;

    color: #EAA433;

    box-shadow: 0 0 2px 1px rgba(0,0,0,0.12);

    height: 26px;

    line-height: 27px;

    padding-left: 17px;

}



.select-change-flight-title .flight-category-fast i {

    position: absolute;

    left: 0px;

    line-height: 26px;

    background-color: #EAA433;

    padding: 0px 5px;

    border-radius: 2px 0px 0px 2px;

    color: var(--white-color);

}



.select-change-flight-title p span {

    font-size: 15px;

}



.select-change-flight-title small {

    color: var(--black-color);

    font-size: 12px;

    position: relative;

    top: -6px;

}



.select-flight-information .badge {

    display: initial;

    min-width: 10px;

    font-size: 12px;

    font-weight: 500;

    font-family: var(--font-family-sanspro);

    line-height: 1;

    color: var(--white-color);

    text-align: center;

    white-space: nowrap;

    vertical-align: middle;

    background-image: var(--background-image-gradient);

    border-radius: 0px 10px 10px 0px;

    position: relative;

    left: -10px;

}



.selectflightmodalwidth {

    width: 80%;

}



.changeflightmodal aside {

    box-shadow: 0px 0px 12px -3px rgba(0, 0, 0, 0.4);

}



.selectflightstops {

    background-image: linear-gradient(#ededed, #e2e2e2);

}



.select-flight-information h5 {

    font-size: 12px;

    background-color: var(--background-white);

    padding: 4px;

    margin-bottom: 0px;

    margin: 0px 0px;

    text-align: center;

    position: relative;

    width: auto;

    z-index: 2;

}



.select-flight-information h5 span {

    font-size: 14px;

    background-color: var(--background-white);

    padding: 1px 10px 3px 10px;

    margin-bottom: 0px;

    margin: 0;

    text-align: center;

    position: relative;

}



.select-flight-information h5:before {

    content: "";

    position: absolute;

    top: 16px;

    left: 0;

    width: 100%;

    height: 1px;

    z-index: 0;

}



.flight-section-path {

    position: relative;

    height: 60px;

    margin: 0 5px;

}



.flight-section-path-fly-time {

    text-align: center;

    width: 100%;

    position: absolute;

    top: 0;

    left: 0;

}



.flight-section-path-fly-time > p {

    font-size: 14px;

}



.flight-section-path-fly-stop {

    text-align: center;

    width: 100%;

    position: absolute;

    top: 44px;

    left: 0;

}



.flight-section-path-fly-stop > p {

    font-size: 12px;

    font-weight: normal;

}



.flight-section-path-fly-stop > p i {

    font-size: 11px;

    color: #5d5d5d;

}



.flight-section-path-line {

    position: absolute;

    top: 30px;

    left: 0;

    width: 100%;

    height: 2px;

    background: #dedede;

}



.flight-section-path-line-start, .flight-section-path-line-end, .flight-section-path-line-middle, .flight-section-path-line-middle-1, .flight-section-path-line-middle-2 {

    position: absolute;

    left: -15px;

    text-align: center;

    width: 30px;

}



.flight-section-path-icon {

    margin-bottom: 9px;

    opacity: 0.5;

    -webkit-backface-visibility: hidden;

    -moz-backface-visibility: hidden;

    -ms-backface-visibility: hidden;

    backface-visibility: hidden;

}



.flight-section-path-line-dot {

    width: 8px;

    height: 8px;

    border-radius: 50%;

    background-color: #0093d2;

    margin-bottom: 10px;

    margin-left: 10px;

    -webkit-box-shadow: 0 0 0 2px #fff;

    box-shadow: 0 0 0 2px #fff;

}



.flight-section-path-line-title {

    font-size: 9px;

    opacity: 0.65;

}



.flight-section-path-line-end {

    right: -15px;

    left: auto;

}



.flight-section-path-line-end .flight-section-path-icon {

    -webkit-transform: rotate(90deg);

    -moz-transform: rotate(90deg);

    -o-transform: rotate(90deg);

    -ms-transform: rotate(90deg);

    transform: rotate(90deg);

}



.flight-section-path-line-dot {

    width: 8px;

    height: 8px;

    border-radius: 50%;

    background-color: #0093d2;

    margin-bottom: 10px;

    margin-left: 10px;

    -webkit-box-shadow: 0 0 0 2px #fff;

    box-shadow: 0 0 0 2px #fff;

}



.flight-section-path-line-title {

    font-size: 9px;

    opacity: 0.65;

}



.selected-change-flight {

    float: right;

    border-radius: 2px;

    position: relative;

    top: -17px;

    left: 3px;

    background-image: var(--background-image-gradient);

    padding: 5px 10px;

    text-transform: uppercase;

    font-size: 14px;

    margin-bottom: -3px;

    color: var(--white-color);

}



.selected-change-flight:hover {

    background-image: var(--background-image-g-hover);

}



.activeselected {

    box-shadow: 0 0px 0 0 #F4F3EF, 0 0px 0 0 #F4F3EF, 0 0px 0 0 #F4F3EF, 0 8px 12px 2px rgba(0,0,0,0.2);

}



.mobile-filter-sortby {

    display: none;

}



.mobile-filter-btn {

    position: fixed;

    bottom: 0;

    background-color: var(--background-light-gray);

    width: 100%;

    padding: 0px;

    margin: 0;

}



.mobile-filter-btn1 {

    width: 50%;

    border-right: 1px solid #d0cdcd;

    float: left;

}



.mobile-filter-btn .btn {

    padding: 2px 12px;

    margin: 0 auto;

    display: block;

    width: 100%;

    font-size: 14px;

    font-weight: 400;

    line-height: 1.42857143;

    text-align: center;

    white-space: nowrap;

    vertical-align: middle;

    -ms-touch-action: manipulation;

    touch-action: manipulation;

    cursor: pointer;

    -webkit-user-select: none;

    -moz-user-select: none;

    -ms-user-select: none;

    user-select: none;

    background-image: none;

    border: 1px solid transparent;

    border-radius: 4px;

}



.mobile-filter-btn .reset-btn {

    float: right;

    border-radius: 2px;

    position: relative;

    background-image: var(--background-image-gradient);

    padding: 5px 10px;

    text-transform: uppercase;

    font-size: 14px;

    margin-bottom: -3px;

    color: var(--white-color);

}



.mobile-filter-btn .reset-btn:hover {

    background: #2b94d0;

    border-color: #2b94d0;

    color: var(--white-color);

    background-image: var(--background-image-g-hover);

}



.mobile-filter-btn .apply-filter {

    float: right;

    border-radius: 2px;

    position: relative;

    background-image: linear-gradient(#3e3e3e, #2d2c2c);

    padding: 5px 10px;

    text-transform: uppercase;

    font-size: 14px;

    margin-bottom: -3px;

    color: var(--white-color);

}



.mobile-filter-btn .apply-filter:hover {

    background: #2b94d0;

    border-color: #2b94d0;

    color: var(--white-color);

    background-image: linear-gradient(#2d2c2c, #3e3e3e);

}



.reset-btn {

    float: right;

    display: none;

}



.mobile-filter-btn {

    display: none;

}



.sortbyhideonsm1 {

    display: none;

}



.hotel-review-includes {

    width: 100%;

    display: flex;

}



.absolute-bottom .hotel-review {

    width: 50%;

}



.absolute-bottom .hotel-includes {

    text-align: right;

    width: 50%;

}



#hotel-includes {

    background-color: var(--background-white);

}



.includesbox {

    border: 1px solid #a7bad0;

    padding: 0px;

    margin-top: 0px;

    margin-bottom: 4px;

    border-radius: 13px;

    padding-top: 0px;

}



.includesbox span i {

    padding: 7px;

    font-size: 16px;

}



.includesbox span small {

    display: block;

    border-top: 1px solid #ededed;

    padding: 0px 2px;

    background-image: linear-gradient(#2d3e50, #273544);

    color: var(--white-color);

}



.hotel-includes .short-info img {

    float: right;

}



.hotel-percent {

    position: absolute;

    z-index: 1;

    background-image: linear-gradient(#2d3e50, #2d3e50);

    background: #2d3e50;

    padding: 1px 6px 1px 4px;

    color: var(--white-color);

    font-size: 12px;

    border-radius: 0px 15px 15px 0px;

    left: -10px;

    box-shadow: 1px 2px 2px 0 rgb(45, 62, 80);

    -moz-box-shadow: 1px 2px 2px 0 rgb(45, 62, 80);

    -webkit-box-shadow: 1px 2px 2px 0 rgb(45, 62, 80);

}



.hotel-percent:before {

    content: '';

    position: absolute;

    left: 0;

    bottom: -10px;

    width: 0;

    height: 0;

    border: 5px solid #10151b;

    border-bottom-color: transparent;

    border-left-color: transparent;

}



.hotel-uppercase {

    text-transform: uppercase;

}



.hotel-percent span:first-child {

    font-size: 16px;

    font-weight: bold;

}



/*-- End New CSS --*/



/*-- Room List Page --*/



.room-item-list-height {

    min-height: 175px !important;

}



.room-side-section {

    padding: 0px;

    padding-left: 0px !important;

    background-color: rgb(255, 255, 255);

    box-shadow: rgba(0, 0, 0, 0.08) 0px 0px 2px 0px, rgba(0, 0, 0, 0.16) 0px 4px 16px 0px;

    border: 1px solid rgb(209, 214, 219) !important;

}



.room-page-right-sidebar h6 {

    letter-spacing: 0.2px;

    background-image: -webkit-linear-gradient(right, #2d3e50, #3f9cd1);

    padding: 5px 13px;

    color: var(--white-color);

    font-size: 18px;

    margin-bottom: 0px;

}



.room-padding-right-sidebar {

    padding: 10px;

}



.room-padding-right-sidebar .room-price {

    margin: 0;

    text-align: right;

    font-size: 22px;

    font-weight: bold;

    color: var(--black-color);

    font-family: var(--font-family-sanspro);

}



.room-padding-right-sidebar .room-pp {

    float: right;

}



.room-padding-right-sidebar ul {

    border: 1px solid #ececec;

    padding: 5px;

    margin: 0;

}



.selectedroom {

    background-image: linear-gradient(#4b698a, #3e6ca0) !important;

}



.selectedroom:hover {

    background-image: linear-gradient(#2e3e50, #4b698a) !important;

}



.selected-room-btn {

    border-radius: 2px;

    background-image: var(--background-image-gradient);

    padding: 5px 10px;

    text-transform: uppercase;

    font-size: 14px;

    margin-bottom: -3px;

    color: var(--white-color);

    width: 100%;

}



.selected-room-btn:hover {

    background-image: var(--background-image-g-hover);

}



.badge.badge-outlined {

  background-color: transparent

}



.badge.badge-outlined.badge-default {

    border-color: #2e3e50;

    color: #2e3e50;

    margin-top: 0px;

    padding-top: 0px;

}



.modify-search {

    background-color: #d1d1d1;

    padding: 10px 15px;

}



.modify-input-box {

    background-color: var(--white-color);

    box-shadow: 0 0 2px 0 rgba(0,0,0,.08), 0 4px 16px 0 rgba(0,0,0,.16);

    padding: 0px;

    border: 1px solid #ebebeb;

    float: left;

    position: relative;

}



.modify-sm-input-box {

    width: 12%;

}



.modify-xs-input-box {

    width: 4%;

}



.modify-lg-input-box {

    width: 20%

}



.main-modify-box .modify-sm-input-box .select2 {

    height: 34px !important;

}



.main-modify-box .modify-sm-input-box .select2 .select2-selection__rendered {

    line-height: 35px;

    padding: 0px 5px 0px 5px;

}



.typeahead-field .form-control {

    border: none !important;

}



.modify-input-box2 {

    width: 10% !important;

}



.modify-input-box .modify-input-title {

    width: auto;

    position: absolute;

    left: 8px;

    bottom: 6px;

    display: -ms-flexbox;

    display: flex;

    -ms-flex-pack: center;

    justify-content: center;

    z-index: 0;

}



.modify-input-box .typeahead-field .icon-wrap {

    width: auto;

    position: absolute;

    right: 0px;

    bottom: 0px;

    display: -ms-flexbox;

    display: flex;

    -ms-flex-pack: center;

    justify-content: center;

    background-color: var(--white-color);

}



.modify-input-box .typeahead-field .icon-wrap i {

    font-size: 18px;

    color: var(--blue-color);

    padding: 8px 8px;

}



#destination-search-3 {

    padding: 0px 0px 0px 48px;

    border: none;

}



.modify-input-box .modify-date {

    width: 50%;

    padding: 0px;

    float: left;

    position: relative;

    border-right: 1px solid #eee;

}



.modify-input-box .modify-date .form-control {

    border-color: var(--white-color);

}



.modify-input-box .modify-date #destination-search-3 {

    padding: 0px 10px;

    border-right: 1px solid #ededed;

}



.modify-input-box .modify-date .typeahead-field .icon-wrap {

    width: auto;

    position: absolute;

    right: 0px;

    bottom: 0px;

    display: -ms-flexbox;

    display: flex;

    -ms-flex-pack: center;

    justify-content: center;

}



.modify-search-btn {

    width: 100%;

    margin-bottom: 0px;

    background-image: var(--background-image-gradient);

    font-size: 14px;

    color: var(--white-color);

    padding: 6px;

}



.modify-search-btn:hover {

    background-image: var(--background-image-g-hover);

}



.mobile-modify-search {

    display:none;

}



.selected-flight-box {

    background-color: var(--white-color);

    z-index: 0;

    -webkit-box-shadow: 0px 0px 12px -3px rgba(0, 0, 0, 0.15);

    -moz-box-shadow: 0px 0px 12px -3px rgba(0, 0, 0, 0.15);

    box-shadow: 0px 0px 12px -3px rgba(0, 0, 0, 0.15);

}



.departure-flight {

    margin: 5px 2px 8px;

    background-color: var(--background-light-gray);

    border: 1px solid #e3e3e3;

}



.flight-top-part {

    background-color: var(--background-white);

    padding: 5px 5px;

    border-bottom: 1px solid #eee;

}



.flight-top-part small {

    font-size:12px;

    letter-spacing: 0.2px;

}



.flight-class small {

    font-size: 12px;

    text-align: right;

    font-family: var(--font-family-sanspro);

}



.flight-detail-all {

    padding: 0px 5px;

}



.flight-detail-all p {

    font-size: 9px;

    font-family: var(--font-family-sanspro);

}



.flight-detail-all h6 {

    margin: 0;

    font-size: 16px;

    font-weight:bold;

    line-height: 12px;

    color: var(--black-color);

}



.flight-detail-all .badge-outlined {

    background-color: white;

    color: #656565;

    font-size: 11px;

    border-radius: 10px;

    padding: 1px 5px;

    font-family: var(--font-family-sanspro);

    border: 1px solid #c8c8c8;

}



.total-time {

    padding-top: 9px;

}



.total-time::after {

    content: "";

    border-bottom: 1px solid #c8c8c8;

    width: 50%;

    position: absolute;

    top: 20px;

    margin-left: 7px;

}



.total-time::before {

    content: "";

    border-bottom: 1px solid #c8c8c8;

    width: 50%;

    position: absolute;

    top: 20px;

    margin-left: -28px;

    left: 0;

}



.flight-top-txt p {

    text-align: center;

    background-color: #2d3e50;

    color: var(--white-color);

    border-radius: 4px;

}



.selected-flight-details {

    text-align: center;

    font-size: 12px;

    font-family: var(--font-family-sanspro);

    letter-spacing: 0.1px;

}



.selected-flight-details a {

    text-align: center;

    color: #2d3e50;

    font-family: var(--font-family-sanspro);

    font-size: 12px;

    letter-spacing: 0.3px;

    display: block;

    border: 1px solid #d8d8d8;

    background-color: var(--white-color);

}



.selected-flight-details a:hover {

    text-decoration: underline;

    box-shadow: 0 0 2px 1px rgba(0,0,0,0.12)

}



.departure-flight .selectedflightheader {

    background-image: -webkit-linear-gradient(right, #2d3e50, #3f9cd1);

    color: var(--white-color);

    padding: 8px 15px;

}



.departure-flight .selectedflightheader .close {

    position: absolute;

    top: 0;

    right: 0;

    padding: 4px 20px;

    background-image: var(--background-image-gradient);

    opacity: 1;

    font-size: 30px;

    color: var(--white-color);

    margin-top: 0px;

}



.departure-flight .selectedflightheader h4 {

    color: var(--white-color);

    font-size: 16px;

    font-family: var(--font-family-sanspro);

}



.roombox label {

    font-size: 12px !important;

    font-weight: 400 !important;

    color: #5d5d5d !important;

}



.sidebar-item {

	position: absolute;

	top: 0px;

	right: 12px;

	height: 100%;

    padding-bottom: 180px;

    z-index: 2;

}



.make-me-sticky {

    position: -webkit-sticky;

    position: -moz-sticky;

    position: -ms-sticky;

    position: -o-sticky;

    position: sticky;

	top: 80px;

}



.sidebar-item-filter {

	position: absolute;

	top: 140px;

	height: 100%;

    padding-bottom: 180px;

}



.make-me-sticky-filter {

    position: -webkit-sticky;

    position: -moz-sticky;

    position: -ms-sticky;

    position: -o-sticky;

    position: sticky;

	top: 80px;

}



.flight-hotel {

    left: 17%;

}



.selected-hotel-name small {

    font-size: 13px;

    color: var(--black-color);

}



.margin-right-left {

    padding: 0px 20px 0px 20px;

}



.select-change-flight1 {

    float: right;

    position: relative;

    top: -29px;

    right: 6px;

    margin-bottom: -22px;

    font-weight: 500;

    font-size: 14px;

    color: var(--white-color);

    letter-spacing: 0.1px;

}



.selected-hotel-flight-price {

    background-color: var(--white-color);

}



.selected-hotel-flight-price p {

    border-bottom: 3px double rgba(255, 255, 255, 0.7);

    padding-bottom: 10px;

    font-size: 15px;

    line-height: 24px;

    font-family: var(--font-family-sanspro);

    font-weight: bold;

    padding: 10px 5px;

    color: var(--black-color);

    border: 1px solid #eee;

}



.selected-hotel-flight-price p span {

    float: right;

    font-size: 22px;

    display: block;

    color: var(--black-color);

    font-weight: bold;

    line-height: 15px;

}



.selected-hotel-flight-price p span small {

    font-size: 12px;

    display: block;

    position: relative;

    top: 0;

    right: 0;

    font-weight: 400;

    text-align: right;

}



.selected-hotel-flight-price .btn-search {

    padding: 3px 15px;

    background-image: var(--background-image-gradient);

    min-width: 100%;

    border-radius: 3px;

    font-size: 14px;

    letter-spacing: 1px;

    margin-bottom: 0px !important;

    text-transform: uppercase;

    color: var(--white-color);

    transition: all .2s ease-out, color .2s ease-out;

    border: 0;

    font-weight: 600;

    font-family: var(--font-family-sanspro);

}



.selected-hotel-flight-price .btn-search:hover {

    background-image: var(--background-image-g-hover);

}



.viewmorebutton {

    padding: 3px 15px;

    background-image: var(--background-image-gradient);

    border-radius: 3px;

    font-size: 13px;

    letter-spacing: 1px;

    margin-bottom: 0px !important;

    text-transform: uppercase;

    color: var(--white-color);

    transition: all .2s ease-out, color .2s ease-out;

    border: 0;

    font-weight: 600;

    font-family: var(--font-family-sanspro);

    margin: 0 auto;

    display: block;

}



.viewmorebutton:hover {

    background-image: var(--background-image-g-hover);

}



.selectroombtn {

    color: var(--white-color);

    font-size: 16px;

    letter-spacing: 1px;

    background-image: var(--background-image-gradient);

    border-color: rgb(63, 156, 209);

    box-shadow: 0 0 2px 0 rgba(0,0,0,.08), 0 4px 16px 0 rgba(0,0,0,.16);

    -webkit-box-shadow: 0 0 2px 0 rgba(0,0,0,.08), 0 4px 16px 0 rgba(0,0,0,.16);

    border-radius: 54px !important;

    padding: 10px;

}



.selectroombtn:hover {

    color: var(--white-color);

    background-image: var(--background-image-g-hover);

}



.list-room-div {

    background-color: var(--white-color);

    box-shadow: 0 0 2px 0 rgba(0,0,0,.08), 0 4px 16px 0 rgba(0,0,0,.16);

    padding: 8px 10px;

    border-radius: 10px;

    border: 1px solid #d8d6d6;

}



.list-room-div h6 {

    font-size: 18px;

    font-family: var(--font-family-sanspro);

    margin-bottom: 0px;

    margin-top: 0px;

    font-weight: bold;

    color: var(--black-color);

}



.list-room-div .list-room-div-price h4 {

    text-align: center;

    margin: 0;

    font-weight: bold;

    font-size: 22px;

    color: var(--black-color);

}



.list-room-div-price {

    background-color: var(--background-light-gray);

    border: 1px solid #d8d6d6;

    border-radius: 11px;

}



.list-room-div p {

    font-family: var(--font-family-sanspro);

    margin-bottom: 0px;

    margin-top: 0px;

    color: var(--black-color);

    font-size: 13px;

}



.roomselecttbtn {

    background-image: var(--background-image-gradient);

    border-color: rgb(63, 156, 209);

    color: var(--white-color);

    border-radius: 0;

    -webkit-transition: all .3s;

    -o-transition: all .3s;

    transition: all .3s;

    font-size: 12px;

    font-family: var(--font-family-sanspro);

    letter-spacing: 1px;

    font-weight: 500;

    border-radius: 10px;

    margin-bottom: 5px;

}



.roomselecttbtn:hover {

    background: #2b94d0;

    border-color: #2b94d0;

    color: var(--white-color);

    background-image: var(--background-image-g-hover);

}



.list-room-div-price .price-wrapper {

    text-align: center;

}



.hotel-item-list-2 .content .heading ul li {

    padding-right: 0px;

    padding-left: 0px;

}



.hotel-item-list-2 .content .heading ul li {

    font-size: 12px;

    color: var(--blue-color);

}



.hotel-item-list-2 .check-in-out-item {

    padding: 4px;

}



.hotel-item-list-2 .check-in-out-item .month-year {

    padding-top: 8px;

}



.hotel-item-list-2 .absolute-right-bottom .preview-hotel-nights {

    line-height: 1.2;

    background-image: -webkit-linear-gradient(right, #2d3e50, #3f9cd1);

    color: var(--white-color);

    padding: 8px;

    text-align: center;

    font-size: 15px;

    font-family: var(--font-family-sanspro);

}



.preview-room {

    border: 1px solid #E6E6E6;

    -webkit-box-shadow: 0 0 12px -3px rgba(0, 0, 0, 0.15);

    -moz-box-shadow: 0 0 12px -3px rgba(0, 0, 0, 0.15);

    box-shadow: 0 0 12px -3px rgba(0, 0, 0, 0.15);

    border-bottom: 2px solid #DEDEDE;

    transition: all .35s ease-in-out;

    -webkit-transition: all .35s ease-in-out;

    padding: 8px 10px;

    border-radius: 0;

}



.room-side-section .room-padding-right-sidebar {

    padding: 5px;

}



.preview-room-price {

    border: 1px solid #e8e8e8;

}



.preview-room-price h5 {

    font-family: var(--font-family-sanspro);

    margin: 0;

    color: var(--black-color);

    padding: 2px 4px;

    border-bottom: 1px solid #e8e8e8;

    background-color: #e8e8e8;

}



.preview-room-price p {

    margin: 0;

    color: var(--black-color);

    padding: 5px 4px;

    font-size: 12px;

}



.preview-room-price p span {

    float: right;

    font-family: var(--font-family-sanspro);

}



.guestform {

    border-bottom: 1px solid #e3e3e3;

    padding-top: 10px;

}



.guestform h4 {

    font-size: 16px;

    margin-bottom: 0px;

}



.guestform h4 b {

    color: var(--black-color);

}



.guestform h4 span {

    font-size: 13px;

    color: #358d44;

}



.guestform .select2-container .select2-selection--single {

    height: 34px !important;

    border: 1px solid #d4d4d4 !important;

    padding: 6px 12px !important;

}



.guestform .select2-container--default .select2-selection--single .select2-selection__arrow {

    top: 9px !important;

}



.guestform .select2-container .select2-selection--single .select2-selection__rendered {

    padding: 0px 0 !important;

}



.guestform .coupon.another-toggle h4 {

    font-weight: normal;

    margin: 0 0 0px;

    font-size: 14px;

}



.guestform h4 i {

    font-size: 20px;

    color: var(--blue-color);

}



.room-padding-right-sidebar .flight-detail-all p {

    margin: 0px;

}



.room-page-right-sidebar .flight-detail-all h6 {

    padding: 0px;

    background: transparent;

}



/*-- End Room List Page --*/



.hotel-item-list-wrapper .hotel-item-list .hotel-list-star {

    padding-left: 10px;

}



.hotel-item-list-wrapper .hotel-item-list .hotel-list-star li {

    font-size: 12px;

    color: var(--blue-color);

    padding-right: 0px;

    padding-left: 0px;

}



.departure-flight .flight-top-part .select-flight-icon {

    text-align: left;

    margin-top: 0;

    font-size: 12px;

}



.departure-flight .flight-top-part .select-flight-icon .plus-flight {

    position: absolute;

    top: 18px;

    left: 32px;

    right: inherit;

    margin-top: -22px;

    z-index: 9;

}



.departure-flight .flight-top-part .select-flight-icon .right-flight-icon {

    height: 25px;

    float: left;

    padding-top: 0px;

}



.departure-flight .flight-top-part .select-flight-icon p {

    background-image: var(--background-image-gradient);

    color: var(--white-color) !important;

    border-radius: 100%;

    height: 16px;

    width: 16px;

    line-height: 20px;

    font-weight: bold;

    text-align: center;

    margin: 0;

    font-size: 11px;

    line-height: 16px;

}



.departure-flight .flight-top-part .select-flight-icon small {

    font-size: 12px;

    letter-spacing: 0.3px;

    margin-top: 0;

    position: absolute;

    top: 3px;

    left: 42px;

    color: #5d5d5d;

    right: auto;

    display: initial;

    min-width: auto;

    font-weight: 500;

    line-height: 1;

    text-align: left;

    white-space: nowrap;

    vertical-align: middle;

    padding: 3px 7px;

}



.departure-flight .flight-top-part .hotel-list-star li {

    font-size: 12px;

    color: var(--blue-color);

    padding-right: 0px;

    padding-left: 0px;

}



.hotelnamefilter input {

    border-radius: 20px;

    background-color: var(--background-light-gray);

}



.hotelnamefilter i {

    position: absolute;

    bottom: 0px;

    right: 0px;

    color: var(--white-color);

    font-size: 13px;

    background-color: var(--background-blue);

    padding: 10px;

    border-radius: 0px 20px 20px 0px;

}



.slick-gallery-slideshow .gallery-slideshow .image img {

    height: 400px;

    width: 100%;

}



.slick-gallery-slideshow .gallery-nav {

    padding: 0px 10px 0px 10px !important;

}



.flight-section-path-fly-stop .select-flight-icon .plus-flight {

    position: inherit;

    top: inherit;

    right: 0;

    margin-top: 0;

}



.flight-section-path-fly-stop .select-flight-icon p {

    background-image: none;

    color: var(--black-color) !important;

    border-radius: 100%;

    height: auto;

    width: auto;

    line-height: 20px;

    font-weight: normal !important;

    text-align: center;

    margin: 0 auto;

}



.flight-section-path-fly-stop .select-flight-icon p i {

    font-weight: bold;

    color: var(--black-color);

    font-size: 12px;

}



.flight-section-path-fly-stop .select-flight-icon span {

    display: inline;

    padding-left: 16px;

    text-align: right;

    position: relative;

    right: 0;

}



.flight-section-path-fly-stop .select-flight-icon ul li {

    line-height: 22px;

    border-bottom: 1px solid #ededed;

    padding: 0px 5px;

    font-size: 12px;

}



.stoptimetitle {

    background-image: -webkit-linear-gradient(right, #2d3e50, #3f9cd1);

    color: var(--white-color);

    padding-top: 3px !important;

}



.flight-section-path-fly-stop .select-flight-icon .popover.bottom {

    border-radius: 2px !important;

    padding: 0px;

}



.hotel-list-star {

    font-size: 12px;

    color: var(--blue-color);

}



.hotel-list-star li {

    padding-right: 0px;

    padding-left: 0px;

}



.modalfilterstop {

    max-height:125px;

    overflow-y:scroll;

}



.modalfilterairlines {

    display: block;

    max-height:222px;

    overflow-y:scroll;

}



.timeoutmodal .modal-body {

    padding: 0px;

}



.timeoutmodal i {

    color: var(--blue-color);

    font-size: 40px;

}



.timeoutmodal h2 {

    margin: 0;

    color: var(--black-color);

    font-size: 25px;

    font-weight: bold;

}



.sess-exp {

    font-size: 18px;

}



.timeoutmodal h3 {

    font-size: 16px;

    padding: 0px 10px 0px 10px;

}



.timeoutmodal p {

    padding: 10px 10px 0px 10px;

}



.timegroupbtn {

    margin-top: 10px;

    margin-bottom: 0px;

    background-image: var(--background-image-gradient);

    padding: 5px 10px;

    text-transform: uppercase;

    font-size: 14px;

    color: var(--white-color);

    width: 100%;

}



.timegroupbtn:hover {

    background-image: var(--background-image-g-hover);

    color: var(--white-color);

}



.modal-backdrop.fade.in {

    opacity: 0.85 !important;

    background-size: cover !important;

    background-color: rgba(0,0,0,.9) !important;

}



.pageagenotfound {

    width: 100%;

    background-color: var(--white-color);

    padding: 50px 10px;

    -webkit-box-shadow: 0 0px 7px 0 rgba(0,0,0,.3);

    box-shadow: 0 0px 7px 0 rgba(0,0,0,.3);

    color: #4a4a4a;

    -o-transition: bottom .8s ease-in;

    transition: bottom .8s ease-in;

    -webkit-transition: bottom .8s ease-in;

    -moz-transition: bottom .8s ease-in;

}



.pageagenotfound img {

    height: 60px;

    margin: 0 auto;

}



.pageagenotfound p {

    font-size: 18px;

    font-weight: bold;

    font-family: var(--font-family-sanspro);

}



.searchagainbox {

    width: 100%;

    background-color: var(--white-color);

    padding: 10px;

    -webkit-box-shadow: 0 0px 7px 0 rgba(0,0,0,.3);

    box-shadow: 0 0px 7px 0 rgba(0,0,0,.3);

    color: #4a4a4a;

    -o-transition: bottom .8s ease-in;

    transition: bottom .8s ease-in;

    -webkit-transition: bottom .8s ease-in;

    -moz-transition: bottom .8s ease-in;

}



.travelerpopup {

    position: absolute;

    top: 0;

    z-index: 0;

    width: 95%;

    height: 100%;

    background-color: var(--background-white);

    opacity: 0.9;

    border-radius: 2px;

    padding: 5px 20px;

}



.travelerpopuptext {

    width: 100%;

    height: 100%;

    display: table;

}



.travelerpopuptext p {

    display: table-cell;

    vertical-align: middle;

    text-align: center;

}



.travelerpopuptext p a {

    display: block;

    font-size: 14px;

    background-image: var(--background-image-g-hover);

    color: var(--white-color);

    line-height: 1;

    padding: 3px 7px;

    width: 140px;

    border-radius: 14px;

    margin: 0 auto;

}



.travelerpopup .travelerpopupclose {

    position: absolute;

    background-image: var(--background-image-g-hover);

    opacity: 1;

    color: var(--white-color);

    text-shadow: none;

    padding: 1px 10px 10px 18px;

    right: 0;

    top: 0;

    border-radius: 0px 0px 0px 50px;

    font-size: 36px;

}



.modifypopup {

    position: absolute;

    top: 0;

    z-index: 0;

    width: 100%;

    height: 100%;

    background-color: var(--background-white);

    opacity: 1;

    border-radius: 2px;

    padding: 5px 20px;

}



.modifypopuptext {

    width: 100%;

    height: 100%;

    display: table;

}



.modifypopuptext p {

    display: table-cell;

    vertical-align: middle;

}



.modifypopuptext p a {

    font-size: 14px;

    background-image: var(--background-image-g-hover);

    color: var(--white-color);

    line-height: 1;

    padding: 3px 7px;

    width: 140px;

    border-radius: 14px;

    margin: 0 auto;

}



.modifypopup .modifypopupclose {

    position: absolute;

    background-image: var(--background-image-g-hover);

    opacity: 1;

    color: var(--white-color);

    text-shadow: none;

    padding: 1px 10px 10px 18px;

    right: 0;

    top: 0;

    border-radius: 0px 0px 0px 50px;

    font-size: 25px;

}



.search-again-form .new-banner-form-bg .group-travel-form .tab-content {

    background-color: #edededf7;

}



.search-again-form form .btn-search {

    min-width: auto;

    float: right;

}



.search-again-form .travelerpopup {

    width: 97.5%;

}



.search-again-destination .title h2 {

    font-size: 30px;

    line-height: 29px;

    text-align: center;

    margin: 0 0 2px;

    font-weight: 500;

    font-family: var(--font-family-sanspro);

    -moz-osx-font-smoothing: grayscale;

    -webkit-font-smoothing: antialiased;

    text-decoration: none!important;

    padding: 0;

    color: var(--black-color);

}



.beta {

    text-align: center;

    font-size: 14px;

    text-transform: uppercase;

    font-weight: bold;

    position: fixed;

    width: 80px;

    -ms-transform: rotate(-45deg);

    -webkit-transform: rotate(42deg);

    transform: rotate(42deg);

    height: 25px;

    z-index: 40;

    background-image: var(--background-image-g-hover);

    font-family: var(--font-family-sanspro);

    letter-spacing: 0.5px;

    top: 5px;

    right: -21px;

    color: var(--white-color);

    line-height: 27px;

}



.termconditionwarning {

	border: 2px solid red;

	color: red;

	padding: 0px 8px;

	margin-top: 10px;

	display: none;

}



/*-- Thank You Modal --*/

.modal .close {

    font-size: 50px;

    margin: 0;

    padding: 0;

    position: absolute;

    right: 20px;

    top: 15px;

    color: #ffffff;

    opacity: 1;

    font-weight: normal;

}



.modalradius {

    border-radius: 10px;

    background-color: #ebeef2;

}



.tanksmodalcontact {

    background-color: #3f9cd1;

    padding: 10px;

    border-radius: 8px 0px 0px 0px;

}



.thankmodaltitle {

    display: flex;

}



.thankmodaltitle img {

    height: 55px;

}



.thankmodaltitle h4 {

    font-size: 40px;

    line-height: 22px;

    margin: 0;

    font-weight: 500;

    font-family: var(--font-family-sanspro);

    color: #222222;

    padding-top: 18px;

    padding-left: 10px;

}



.thankmodalmsg p {

    font-size: 14px;

    color: #fff;

    font-family: roboto;

    font-weight: normal;

    line-height: 20px;

}



.thankmodalmsg p span {

    font-size: 16px;

    color: #222222;

    font-weight: 500;

    font-family: var(--font-family-sanspro);

}



.reqcall {

    padding: 10px 0px 10px 10px;

}



.reqcallbox {

    padding: 10px;

}



.reqcallbox h3 {

    font-size: 22px;

}



.reqcallbox p {

    font-size: 14px;

    font-family: var(--font-family-sanspro);

    color: #222222;

}



/*-- End Thank You Modal --*/





.headernumber {

    /*background: var(--background-image-gradient);*/

    border-radius: 50px;

    padding: 10px 0px;

    margin: 5px 0px;

}



.headernumber p a span {

   background: #f9a61a;
    line-height: 35px;
    font-weight: 900;
    font-size: 30px;
    color: #ffffff !important;
    cursor: pointer;
    padding: 3px 15px;
    border-radius: 5px;

}



.headernumber p a span img {

    float: left;

    width: 18px;

    transform: rotate(15deg);

    margin-top: 6px;

}



.callpad {

    border-left: 1px solid #eee;

}



.headernumber .mcallicon {

    display: none;

}



.companybest {

    padding: 30px 0px 0px 0px;

}



.bestbox {

    background-color: var(--background-light-gray);

    border-radius: 2px;

    padding: 10px;

}



.bestimg {

    background-color: #fff;

    padding: 13px;

    border-radius: 2px;

    position: absolute;

    top: -11px;

    height: 50px;

}



.main-title p::after {

    content: "";

    position: absolute;

    width: 100px;

    height: 3px;

        background-color: #794c00;

    left: 16px;

    bottom: -17px;

}



.main-title small {

    position: absolute;

    right: 20px;

}



.companybest .slick-slide img {

	display: block

}



.companybest .slick-slide.slick-loading img {

	display: none

}



.companybest .slick-slide.dragging img {

	pointer-events: none;

}



.companybest .slick-initialized .slick-slide {

	display: block

}



.companybest .slick-loading .slick-slide {

	visibility: hidden

}



.companybest .slick-vertical .slick-slide {

	display: block;

	height: auto;

	border: 1px solid transparent

}



.companybest .slick-loading .slick-list {

	background: #fff url(images/slick-loader.gif) center center no-repeat

}



.companybest .slick-prev,

.companybest .slick-next {

	font-size: 0;

	line-height: 0;

	position: absolute;

	top: 50%;

	display: block;

	width: 22px;

	height: 20px;

	margin-top: -10px;

	padding: 0;

	cursor: pointer;

	color: transparent;

	border: none;

	outline: none;

	background: transparent;

	line-height: 20px;

	text-align: center;

}



.companybest .slick-prev:hover,

.companybest .slick-prev:focus,

.companybest .slick-next:hover,

.companybest .slick-next:focus {

	color: transparent;

	outline: none;

	background: transparent

}



.companybest .slick-prev:hover:before,

.companybest .slick-prev:focus:before,

.companybest .slick-next:hover:before,

.companybest .slick-next:focus:before {

	opacity: 1

}



.companybest .slick-prev.slick-disabled:before,

.companybest .slick-next.slick-disabled:before {

	opacity: 0

}



.companybest .slick-prev:before,

.companybest .slick-next:before {

	font-family: 'Rivolicons-Free';

	font-size: 18px;

	line-height: 1;

	opacity: .3;

	color: #333;

	-webkit-font-smoothing: antialiased;

	-moz-osx-font-smoothing: grayscale

}



.companybest .slick-prev {

	left: -65px;

    display: none !important;

}



[dir='rtl'] .companybest .slick-prev {

	right: -65px;

	left: auto

}



.companybest .slick-prev:before {

	content: '\e60e'

}



[dir='rtl'] .companybest .slick-prev:before {

	content: '\e610'

}



.companybest .slick-next {

	right: -65px;

    display: none !important;

}



[dir='rtl'] .companybest .slick-next {

	right: auto;

	left: -65px

}



.companybest .slick-next:before {

	content: '\e610'

}



[dir='rtl'] .companybest .slick-next:before {

	content: '\e60e'

}





/* Dots */



.companybest .slick-slider {

	margin: 0

}



.companybest .slick-initialized .slick-slide {

    margin-right: 0px;

}



.companybest .slick-dots {

	position: absolute;

	bottom: -25px;

	display: block;

	width: 100%;

	padding: 0;

	list-style: none;

	text-align: center

}



.companybest .slick-dots li {

	position: relative;

	display: inline-block;

	width: 16px;

	height: 16px;

	margin: 0;

	padding: 0;

	cursor: pointer

}



.companybest .slick-dots li button {

	font-size: 0;

	line-height: 0;

	display: block;

	width: 16px;

	height: 16px;

	padding: 5px;

	cursor: pointer;

	color: transparent;

	border: 0;

	outline: none;

	background: transparent

}



.companybest .slick-dots li button:hover,

.companybest .slick-dots li button:focus {

	outline: none

}



.companybest .slick-dots li button:hover:before,

.companybest .slick-dots li button:focus:before {

	opacity: 1

}



.companybest .slick-dots li button:before {

	position: absolute;

	top: 0;

	left: 0;

	width: 10px;

	height: 10px;

	content: '';

	opacity: .25;

	background: black;

	border-radius: 50%;

}



.companybest .slick-dots li.slick-active button:before {

	opacity: .75;

	background: black

}



.companybest .slick-slide .image {

	padding: 2px;

}



.companybest .slick-slide img {

	display: block;

	width: auto;

}



.companybest .slick-slide img.slick-loading {

	border: 0

}



.companybest .slider h3 {

	color: #fff;

	font-size: 36px;

	line-height: 100px;

	margin: 10px;

	padding: 2%;

	position: relative;

	text-align: center;

}



.companybest .variable-width .slick-slide p {

	height: 100px;

	color: #FFF;

	margin: 5px;

	line-height: 100px;

}



.companybest .variable-width .image {

	height: 100%;

}



.companybest .variable-width .image img {

	display: block;

	height: 100%;

	width: 100%;

}



.companybest .slick-center-mode .slick-center h3 {

	-moz-transform: scale(1.08);

	-ms-transform: scale(1.08);

	-o-transform: scale(1.08);

	-webkit-transform: scale(1.08);

	color: #e67e22;

	opacity: 1;

	transform: scale(1.08);

}



.companybest .slick-center h3 {

	opacity: 0.8;

	transition: all 300ms ease;

}



.companybest .slick-content {

	margin: auto;

	padding: 20px;

	width: 600px;

}



.companybest .slick-content:after,

.buttons::after {

	clear: both;

	content: "";

	display: table;

}



.companybest .slick-center-mode .slick-center .image {

	-moz-transform: scale(1.08);

	-ms-transform: scale(1.08);

	-o-transform: scale(1.08);

	-webkit-transform: scale(1.08);

	color: #e67e22;

	opacity: 1;

	transform: scale(1.08);

}



.companybest .slick-center-mode .image {

	opacity: 0.3;

	transition: all 300ms ease;

	padding: 10px;

}



.companybest .slick-center-mode .image:hover {

	cursor: pointer;

}



.companybest .slick-content {

	margin: auto;

	padding: 20px;

	width: 600px;

}



.companybest .slick-content:after,

.buttons::after {

	clear: both;

	content: "";

	display: table;

}



.companybest .slick-center-mode img {

	border: 2px solid #FFF;

	display: block;

	width: 100%;

}



.companybest .slick-slide .image {

	padding: 0;

}



.companybest .slick-carousel.gap-2 {

	margin-left: -1px;

	margin-right: -1px;

}



.companybest .slick-carousel.gap-2 .slick-carousel-inner {

	padding-left: 1px;

	padding-right: 1px;

}



.companybest .slick-carousel.gap-5 {

	margin-left: -2px;

	margin-right: -3px;

}



.companybest .slick-carousel.gap-5 .slick-carousel-inner {

	padding-left: 2px;

	padding-right: 3px;

}



.companybest  .slick-carousel.gap-10 {

	margin-left: -5px;

	margin-right: -5px;

}



.companybest .slick-carousel.gap-10 .slick-carousel-inner {

	padding-left: 5px;

	padding-right: 5px;

}



.companybest .slick-carousel.gap-15 {

	margin-left: -7px;

	margin-right: -8px;

}



.companybest .slick-carousel.gap-15 .slick-carousel-inner {

	padding-left: 7px;

	padding-right: 8px;

}



.companybest .slick-carousel.gap-20 {

	margin-left: -10px;

	margin-right: -10px;

}



.companybest .slick-carousel.gap-20 .slick-carousel-inner {

	padding-left: 10px;

	padding-right: 10px;

}



.companybest .slick-carousel.gap-25 {

	margin-left: -12px;

	margin-right: -13px;

}



.companybest .slick-carousel.gap-25 .slick-carousel-inner {

	padding-left: 12px;

	padding-right: 13px;

}



.companybest .slick-carousel.gap-30 {

	margin-left: -15px;

	margin-right: -15px;

}



.companybest .slick-carousel.gap-30 .slick-carousel-inner {

	padding-left: 15px;

	padding-right: 15px;

}



.companybest .slick-carousel.gap-40 {

	margin-left: -20px;

	margin-right: -20px;

}



.companybest .slick-carousel.gap-40 .slick-carousel-inner {

	padding-left: 20px;

	padding-right: 20px;

}



.companybest .slick-carousel.gap-50 {

	margin-left: -25px;

	margin-right: -25px;

}



.companybest .slick-carousel.gap-50 .slick-carousel-inner {

	padding-left: 25px;

	padding-right: 25px;

}



.companybest .slick-carousel-center-mode {

	margin-left: -40px;

	margin-right: -40px;

}



.companybest .slick-carousel-center-mode .slick-carousel-inner {

	margin: 40px;

	-webkit-transition: all 0.3s ease-in-out 0s;

	-moz-transition: all 0.3s ease-in-out 0s;

	-ms-transition: all 0.3s ease-in-out 0s;

	-o-transition: all 0.3s ease-in-out 0s;

	transition: all 0.3s ease-in-out 0s

}



.companybest .slick-carousel-center-mode .slick-center .slick-carousel-inner {

	margin: 0;

	margin-left: -10px;

	margin-right: -10px;

}



.companybest .slick-carousel-center-mode .slick-dots {

	bottom: -50px;

}



.companybest .slick-gallery-slideshow .slick-prev {

	left: 10px;

	padding-left: 1px;

}



.companybest .slick-gallery-slideshow .slick-next {

	right: 10px;

	padding-left: 1px;

}



.companybest .slick-gallery-slideshow .slick-prev:before,

.companybest .slick-gallery-slideshow .slick-next:before {

	color: #FFF;

	opacity: .7;

}



.companybest .slick-gallery-slideshow .slick-prev:hover:before,

.companybest .slick-gallery-slideshow .slick-prev:focus:before,

.companybest .slick-gallery-slideshow .slick-next:hover:before,

.companybest .slick-gallery-slideshow .slick-next:focus:before {

	opacity: 1

}



.explore-packages-box {

    border-radius: 2px;

    background-color: var(--background-light-gray);

    height: 100%;

    max-height: 250px;

}



.explore-packages-text {

    width: fit-content;

    display: none;

    padding: 4px 15px;

    letter-spacing: 0.3px;

    bottom: 15px;

    right: 30px;

}



.best-packages-box {

    border-radius: 2px;

    background-color: var(--background-light-gray);

    height: 100%;



    position: relative;

}



.best-packages-text h4 {

    text-overflow: ellipsis;

    white-space: nowrap;

    overflow: hidden;

    width: 100%;

    font-size: 18px;

}



.best-packages-location .location-text li {

    color: var(--blue-color);

}



.newpckdesti {

    overflow: hidden;

    max-width: 78%;

    white-space: nowrap;

    text-overflow: ellipsis;

}



.experiencediv {

    background-color: var(--background-light-gray);

    background-image: url(../images/new-images/testimonial-bg.jpg);

}



.experience-shared .best-packages-text .quoteimg {

    height: 12px;

}



.experience-shared .best-packages-text .testimonial-custmer ul {

    vertical-align: top;

    display: flex;

}



.experience-shared .slick-prev {

    display: none !important;

}



.experience-shared .slick-next {

    display: none !important;

}



.newfooter {

    background-color: var(--background-light-gray);

}



.newfooter .newsocial img {

    height: 25px;

}



.newfooter .footerahover .list-style-disc a:hover {

    color: var(--blue-color);

}



.newfooter .newfooter-newsletter .newfooterbtn {

    background-color: var(--background-blue);

    color: var(--white-color);

    background-image: var(--background-image-gradient);

    border-radius: 0px 2px 2px 0px;

    padding: 2px 10px;

    font-size: 20px;

}



.newfooter .newfooter-newsletter .newfooterbtn:hover {

    background-color: #2b94d0;

    color: var(--white-color);

    background-image: var(--background-image-g-hover);

}



.newfooter .newfooter-newsletter .newfootercallicon {

    height: 20px;

}



.newfooter .newfooter-newsletter .newfootermailicon {

    height: 16px;

}



.newcopyright {

       background-color: #794c00;
       color: #ffffff;

}
.copyriht{
      color: #ffffff!important;
}



.newcopyright .newsocial img {

    height: 25px;

}



.newcopyright .footerahover .list-style-disc a:hover {

    color: var(--blue-color);

}



.newcopyright .newfooter-newsletter .newfooterbtn {

    background-color: var(--background-blue);

    color: var(--white-color);

    background-image: var(--background-image-gradient);

    border-radius: 0px 10px 10px 0px;

    padding: 6px 15px;

}



.newcopyright .newfooter-newsletter .newfooterbtn:hover {

    background-color: #2b94d0;

    color: var(--white-color);

    background-image: var(--background-image-g-hover);

}



.newcopyright .newfooter-newsletter .newfootercallicon {

    height: 20px;

}



.newfooter .newfooter-newsletter .newfootermailicon {

    height: 16px;

}



.newcopyright ul li a::after {

    content: "";

    position: absolute;

    width: 1px;

    height: 14px;

    background-color: #bfbdbd;

    margin-left: 6px;

    top: 5px;

}



.main-wrapper {

    position: relative;

    top: 0px;

}



.new-destination {

    background-color: var(--background-list);

}



.newlistbreadcrumb .breadcrumb {

    background-color: transparent !important;

    top: -36px;

}



.datepicker-dropdown {

    z-index: 9999 !important;

}



.new-sort-wrapper {

    background: var(--background-light-gray);

    color: var(--black-color);

}



.new-sort-wrapper>ul>li>a {

    color: var(--black-color);

    padding: 5px 15px;

}



.new-sort-wrapper>ul>li>a>span {

    font-size: 12px;

    color: var(--black-color);

}



.new-sort-wrapper .dropdown-menu {

    min-width: 80px;

    margin: 0;

}



.newleftpcklist .new-sort-wrapper {

    padding: 6px 0px 5px 0px;

    height: auto;

    min-height: 33px;

}



.newpackagebox {

    border: 1px solid #a1acb8;

    padding: 3px;

}



.newlistimg {

    height: 100%;

    max-height: 200px;

    overflow: hidden;

}



.newpackagebox .imgborderradius {

    border-radius: 2px;

    height: 179px;

    max-height: 100%;

    overflow: hidden;

    width: 100%;

}



.newseatsleft {

    background: var(--background-light-gray);

    padding: 0px 8px;

}



.newpcklistprice {

    padding-left: 5px;

    text-align:center;

}



.newimgicon {

    position: absolute;

    bottom: 7px;

    left: 20px;

    background: var(--background-white);

    padding: 7px 6px;

    border-radius: 100%;

    transform: rotate(-45deg);

    color: var(--black-color);

}



.newhomeimgicon {

    position: absolute;

    bottom: 7px;

    left: 7px;

    background: var(--background-white);

    padding: 7px 6px;

    border-radius: 100%;

    transform: rotate(-45deg);

    color: var(--black-color);

}



.newpcklistprice .newoffprice {

    background: var(--background-light-gray);

    border-radius: 20px;

}



.newpcklistprice .newpckbtn {

    background: var(--background-image-gradient);

    margin-top: 30px;

    padding: 5px 0px;

    width: 100%

}



.newpcklistprice .paddingtop20 {

    padding-top: 20px;

}



.pl-col-0 {

    padding-left: 0;

}



.new-newsletter-wrapper {

	padding-top: 10px;

	padding-bottom: 10px;

    background-color: var(--background-light-gray);

}



.new-newsletter-wrapper h5 {

    font-size: 30px;

    font-family: var(--font-family-sanspro);

    margin-bottom: 0px;

    margin-top: 0px;

    font-weight: 600;

    color: var(--black-color);

}



.new-newsletter-wrapper p {

    padding-top: 0;

    margin-top: 0;

    font-size: 16px;

}



.new-newsletter-wrapper .newfooterbtn {

       background-color: #f9a61a;

    color: var(--white-color);

  

    border-radius: 0px 2px 2px 0px;

    padding: 10px 15px;

}



.smcolor .s011 form .inner-form .main-form .row .input-wrap .input-field input {

    font-size: 16px;

    color: #333;

    background: transparent;

    height: 55px;

    top: 0px;

    position: absolute;

    width: 100%;

    border: 0;

    left:0;

    padding: 22px 0px 0px 31px;

    font-family: var(--font-family-sanspro);

}



.smcolor .popover.bottom {

    top: 45px !important;

}



.smcolor .popover-markup .input-group-btn .btn {

    padding-top: 9px !important;

    background-color: transparent !important;

    border: 1px solid #3f9cd1;

}



.smcolor .popover-markup .input-group-btn .btn:hover {

    color: var(--blue-color);

}



.newdisabled {

    cursor: not-allowed;

    pointer-events: none;

    color: #cccccc !important;

    border: 1px solid #cccccc !important;

}



.smcolor .popover-markup .form-control[readonly] {

    background-color: transparent !important;

}



.newenquirenowform {

    /*background-color: var(--background-white);*/

}



.newenquirenow {

 background-color: #794c00;

}



.newenquirenowdiv {

    background-color: #794c00;

}



.newenquirenowdiv .panel-body {

    padding: 0px !important;

}



.newenquirenowbtn {

    margin-top: 22px;
    line-height: 31px;
    background: #f9a61a;

}



.newenquirenowbtn:hover {

       background: #ef9b0e;

    line-height: 31px;

}



.newenquiremodal .campaign-modal-btn {

	background-color: #3f9cd1;

	border: none;

	padding: 0 5px

}



.newenquiremodal .campaign-modal-btn:hover {

	background-color: #1d7cb3

}



.newenquiremodal .modal {

	text-align: center;

	padding: 0!important

}



.newenquiremodal .modal:before {

	content: '';

	display: inline-block;

	height: 100%;

	vertical-align: middle;

	margin-right: 0px

}



.newenquiremodal .modal-dialog {

	display: inline-block;

	text-align: left;

	vertical-align: middle

}



.newenquiremodal .modal-header {

	min-height: 41.43px;

    padding: 10px 15px;

    border-bottom: none;

    background-color: #eeeeee;

    color: #fff;

}



.newenquiremodal .newenquiremodal .form-group {

    margin-bottom: 10px;

}



.newenquiremodal .modal .form-group {

    margin-bottom: 15px;

}



.newenquiremodal .modal-content {

	border-radius: 0

}



.newenquiremodal .modal-body {

	padding: 15px 15px 5px 15px

}



.newenquiremodal .modal.in .modal-dialog {

    width: 450px !important;

}



.newenquiremodal .modal .form-control {

    height: 42px;

}



.newenquiremodal .modal .campaign-form-control-textarea {

    height: auto;

}



.newenquiremodal .campaign-deal-inclusion-pc .tab-content .modal-body .campaign-inclusion li span {

	float: none;

	white-space: unset

}



.newenquiremodal .campaign-deal-inclusion-pc .tab-content .modal-body .campaign-exclusions li span {

	float: none;

	white-space: unset

}



.newenquiremodal .campaign-submit-float .campaign-form-button {

    background: var(--background-image-gradient);

}



.newenquiremodal .campaign-submit-float .campaign-form-button:hover {

    background: var(--background-image-g-hover);

}



.newenquirenowdiv .main-title p::after {

    content: "";

    position: absolute;

    width: 100px;

    height: 3px;

    background-color: var(--background-white);

    left: 16px;

    bottom: -1px;

}



.new-destination h1 {

    font-size: 30px;

}



.new-destination h1 span {

    font-size: 30px;

}



.newdestinationform {

    background: var(--background-light-gray);

    width: 100%;

    margin-top: -80px;

    border: 10px solid #FFF;

}



.newdestinationform .newformtitle {

    background-color: var(--background-blue);

}



.smcolor .popover {

    left: -1px !important;

    border-radius: 2px;

}



.newleftpcklist {

    width: 70%;

    padding-left: 15px;

    float: left;

}



.newrightformlist {

    width: 30%;

    float: left;

    padding-left: 15px;

}



.listflex-container {

    display: flex;

    align-items: stretch;

}



.listblogsection .listblogtitle a {

    font-size: 22px;

}



.listblogsection ul li a:hover {

    color: var(--blue-color);

}



.listblogsection ul {

    list-style: disc;

}



.listformbtn {

    background-image: var(--background-image-gradient);

    width: 100%;

    padding: 5px 10px;

}



.listformbtn:hover {

    background-image: var(--background-image-g-hover);

}



.newdestinationcontact {

    background: var(--background-light-gray);

    border: 10px solid #FFF;

}



.newdestinationcontact .newcontacttitle {

    background-color: var(--background-blue);

}



.newlistfilter {

    width: 100%;

    background-color: var(--background-white);

}



.newlistfilter .newmorefilterbtn {

    position: absolute;

    bottom: -13px;

    left: 45%;

    z-index: 5;

}



.newlistfilter .newmorefilterbtn a {

    background-image: var(--background-image-gradient);

    color: var(--white-color);

    padding: 2px 10px;

    border-radius: 10px;

}



.newlistfilter .newmorefilterbtn a:hover {

    background-image: var(--background-image-g-hover);

}



.newlistfilter .filter-toggle h4 {

    letter-spacing: 0px !important;

    text-transform: capitalize !important;

}



.newlistfilter .newfiltertext {

    white-space: nowrap;

    width: 100%;

    overflow: hidden;

    text-overflow: ellipsis;

}



.newlistfilter .newfilterwidth {

    width: 20%;

    float: left;

    height: 100%;

}



.newloadbtn {

    background-image: var(--background-image-gradient);

    padding: 5px 10px;

}



.newloadbtn {

    background-image: var(--background-image-g-hover);

    padding: 5px 10px;

}



/*-- Deal Page --*/

.breadcrumbdealpage {

    background-color: var(--background-light-gray);

}



.newleftpcklist .experience-shared .slick-prev, .slick-next {

    display: inline-block !important;

}



.newleftpcklist .slick-gallery-slideshow .gallery-nav {

    padding: 0px 5px 0px 5px !important;

}



.newleftpcklist .gallery-nav {

    margin-top: -7%;

    padding: 10px;

}



.newleftpcklist .detail-header h1 {

    font-size: 26px;

    line-height: 32px;

    margin: 0;

    font-weight: 500;

    color: var(--black-color);

}



.newleftpcklist  .dealpageprice small {

    text-decoration: line-through !important;

}



.newleftpcklist .newoffprice {

    background: var(--background-light-gray);

    border-radius: 20px;

    padding: 0px 6px;

}



.newleftpcklist .dealpageprice h3 {

    font-size: 40px;

    line-height: 22px;

    margin: 0;

    font-weight: 500;

    color: var(--black-color);

    margin-bottom: -3px;

    padding-top: 4px;

    padding-bottom: 9px;

}



.newpkgtab ul.multiple-sticky-nav {

    background: var(--background-light-gray);

}



.newpkgtab ul.multiple-sticky-nav>li a {

    padding: 6px 15px;

    display: block;

    position: relative;

    border-top: 0;

    color: var(--black-color);

    font-size: 18px;

    letter-spacing: 0;

}



.newpkgtab  ul.multiple-sticky-nav>li.active a {

    background-image: var(--background-image-gradient);

    color: var(--white-color)

}



.newpkgtab  ul.multiple-sticky-nav>li.active::after{

    content: "";

    position: absolute;

    width: 100%;

    background-image: var(--background-image-gradient);

    height: 2px;

    bottom: -4px;

    left: 0;

}



.newpkgtab ul.multiple-sticky-nav>li a:hover {

    background-image: var(--background-image-gradient);

    color: var(--white-color)

}



.newpkgtab ul.multiple-sticky-nav>li a:hover::after{

    content: "";

    position: absolute;

    width: 100%;

    background-image: var(--background-image-gradient);

    height: 2px;

    bottom: -4px;

    left: 0;

}



.newpkgtab ul.multiple-sticky-nav>li {

    display: inline-block;

    margin: 0;

    padding: 0;

    border-right: 1px solid #fff;

    position: relative;

}



.newpkgtab {

    position: sticky;

    position: -webkit-sticky;

    top: 60px;

    z-index: 99;

}



.newrightformlistfixed {

    position: sticky;

    position: -webkit-sticky;

    top: 150px;

    z-index: 99;

}



.newrightformdetailfixed {

    position: sticky;

    position: -webkit-sticky;

    top: 60px;

    z-index: 99;

}



.newtabsection .section-title-3 {

    margin-bottom: 15px !important;

}



.newtabsection .section-title-3 h3:after {

    bottom: -7px;

}



.newtabsection .newitinerary .newpckday {

    position: relative;

}



.newtabsection .newitinerary .newpckday::before {

    content: "";

    position: absolute;

    border-right: 2px solid #3f9cd1;

    height: 100%;

    top: 8px;

}



.newtabsection .newitinerary .newpckday .newdaysbox h2::before {

    content: "\f3c5";

    position: absolute;

    font-family: "Font Awesome 5 Free";

    font-weight: 900;

    left: -13px;

    top: 0px;

    color: var(--white-color);

    height: 30px;

    width: 30px;

    padding: 1px 7px;

    font-size: 18px;

    background-color: var(--background-blue);

    border-radius: 100%;

    border: 1px solid #3f9cd1;

    z-index: 1;

}



.newtabsection .newitinerary .newpckday .newdaysbox {

    padding-left: 25px !important;

}



.newtabsection .newitinerary .newpckday .newdaysbox span {

    position: absolute;

    left: 4px;

    padding: 1px 10px 1px 15px !important;

    color: var(--white-color);

    line-height: 28px;

    background-color: var(--background-blue);

    border-radius: 0px 20px 20px 0px;

    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important;

}



.newtabsection .newitinerary  .newdaycontent {

    padding-top: 35px;

}



/*-- End Deal Page --*/



/*-- Home Modal --*/

.homeenquirewidth {

    width: 460px;

}



.homeenquirewidth .modal-header {

    background-color: var(--background-blue);

    border-radius: 6px 6px 0px 0px;

    padding: 25px 25px;

}



.homeenquirewidth .modal-body {

    background-image: url(../images/groupbg.jpg);

    background-size: cover;

}



.homeenquireinput {

    display: block;

    width: 100%;

    height: 40px;

    padding: 6px 12px;

    line-height: 1.428571429;

    background-image: none;

    border-radius: 3px;

}

/*-- End Home Modal --*/





/*-- Group Travel --*/

.newgroupformtab>li.active>a, .newgroupformtab>li>a {

    font-size: 16px;

    padding: 5px 5px;

    font-weight: 500;

}



.home-form .newgroupformtab>li.active>a, .newgroupformtab>li.active>a:focus, .newgroupformtab>li.active>a:hover {

    color: var(--white-color) !important;

    background: var(--background-image-g-hover) !important;

    border-radius: 0;

    font-size: 16px;

    padding: 5px 5px;

    margin-right: 5px;

}



.newgrouptravelpage #group-travel-tab {

    background: rgba(0, 0, 0, 0.53);

    border-radius: 6px;

    padding: 15px 15px 0px 15px;

}



.newgrouptravelpage .bannerformmiddle {

    padding: 120px 0px 6px 0px;

}



.newgrouptravelpage {

    min-height: 450px;

}



.newgrouptravelpage .bannerformmiddle h1 {

    background: var(--background-white) !important;

    text-align: center;

    width: fit-content;

    padding: 10px 15px!important;

    border-radius: 2px;

    margin: 0 auto !important;

    display: block;

    font-weight: 100 !important;

}

/*-- End Group Travel --*/





/*-- Flight Page --*/





.newflightpage .newflightbox h2 {

    font-size: 25px;

    text-overflow: ellipsis;

    white-space: nowrap;

    overflow: hidden;

    width: 100%;

}



.newflightpage .newflighthoversection:hover {

    background-color: var(--background-light-gray);

    transition: 1s;

}



.newflightpage .newflightbox p {

    font-size: 18px;

    text-overflow: ellipsis;

    white-space: nowrap;

    overflow: hidden;

    width: 100%;

}



.newflightpage .newflighpricetbox {

    background: var(--background-blue) !important;

    border-radius: 0px 3px 3px 0px;

    padding: 10px 5px;

    height: 79px;

    max-height: 100%;

}



.newflightpage .newflighpricetbox small {

    font-size: 16px;

}



.newflightpage .newflighpricetbox p span {

    font-size: 25px;

}



.newflightpage .newflighpricetbox p {

    font-size: 40px;

}



.reviewpagebtn{

  width: 200px;

  margin: 0 auto;

    display: block;

}



.newloadermargin {

  margin-left:487px;

  margin-top:50px;

      width: 480px;

}



.landingairbx{
    max-width: 575px;
    background: rgba(255,255,255,0.8);
    padding: 30px;
    text-align: center;
    margin-top: 60px;
}
.landingairbx p{
    margin-bottom: 20px;
}
.landingairbx h1{
    text-shadow: none;
    color: #cc2229;
}
.landingairbx .logobx{text-align: center;}
.landingairbx .logobx img{
    max-height:140px;
    display:inline;
}
.span1{display:block;}
.span2 a{background: #cc2229;
    color: #fff;
    border-radius: 10px;
    padding: 15px 20px;
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;}
    .span2 a:hover{font-weight:bold;}

.landingcontent{padding:50px 15px; font-size: 18px;line-height: 30px;color:#000;}
.landingcontent table{margin:50px 0;}
.landingcontent h2{ border-bottom: 1px solid #ccc;
    font-weight: bold;
    font-size: 26px;
    color: #cc2229;
    position: relative;
    padding-bottom: 10px;
}
.landingcontent h2:after{
    position: absolute;
    bottom:0;
    width:100px;
    height:1px;
    background: #cc2229;
    content: " ";
    left:0;
}
.landingcontent a.btn{
    background: #cc2229;
    display: inline-block;
    color: #fff;
    border-radius: 10px;
    padding: 15px 20px;
    font-size: 22px;
    font-weight: bold;
    margin-top:20px;
    text-transform: uppercase;}
.subtypes{display: flex;flex-wrap:wrap;margin-bottom: 50px;justify-content: center;}
.subtypes>div{border:1px solid #fff;background: #efefef;width:33.3333%;text-align: center;font-weight: bold;padding:20px;font-size: 20px;}

.opendialogue a{
    position: fixed;
    bottom: 0;
    background: #cc2229;
    color: #fff;
    width: 100%;
    text-align: center;
    font-size: 18px;
    padding: 15px;
    z-index: 99;
    font-weight: bold;
    display: block;
}