
.main-search-input-wrap {
	background:#fff;
	padding: 15px;
	border-radius: 20px;
}


.banner-booking-frm .col-md-4 {
	padding:0px;
	
}

form .container-fluid .row {
	margin-bottom:15px;
}



select {
    display: none !important;
}

.dropdown-select {
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#40FFFFFF', endColorstr='#00FFFFFF', GradientType=0);
    background-color: #fff;
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 16px;
    font-weight: normal;
    height: 105px;
    line-height: 90px;
    outline: none;
    padding-left: 18px;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: auto;

}

.dropdown-select:focus {
    background-color: #fff;
}

.dropdown-select:hover {
    background-color: #ccdaf145;
}

.dropdown-select:active,
.dropdown-select.open {
    background-color: #fff !important;
    border-color: #bbb;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05) inset;
}

.dropdown-select:after {
    height: 0;
    width: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #fff;
    -webkit-transform: origin(50% 20%);
    transform: origin(50% 20%);
    transition: all 0.125s ease-in-out;
    content: '';
    display: block;
    margin-top: -2px;
    pointer-events: none;
    position: absolute;
    right: 10px;
    top: 50%;
}

.dropdown-select.open:after {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.dropdown-select.open .list {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    pointer-events: auto;
}

.dropdown-select.open .option {
    cursor: pointer;
}

.dropdown-select.wide {
    width: 100%;
}

.dropdown-select.wide .list {
    left: 0 !important;
    right: 0 !important;
	top:30px;
}

.dropdown-select .list {
    box-sizing: border-box;
    transition: all 0.15s cubic-bezier(0.25, 0, 0.25, 1.75), opacity 0.1s linear;
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.09);
    background-color: #fff;
    border-radius: 6px;
    margin-top: 4px;
    padding: 3px 0;
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 999;
    max-height: 250px;
    overflow: auto;
    border: 1px solid #ddd;
}

.dropdown-select .list:hover .option:not(:hover) {
    background-color: transparent !important;
}
.dropdown-select .dd-search{
  overflow:hidden;
  display:flex;
  align-items:center;
  justify-content:center;
  margin:0.5rem;
}

.dropdown-select .dd-searchbox{
  width:90%;
  padding:0.5rem;
  border:1px solid #999;
  border-color:#999;
  border-radius:4px;
  outline:none;
}
.dropdown-select .dd-searchbox:focus{
  border-color:#12CBC4;
}

.dropdown-select .list ul {
    padding: 0;
}

.dropdown-select .option {
    cursor: default;
    font-weight: 400;
    line-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    transition: all 0.2s;
    list-style: none;
}

.dropdown-select .option:hover,
.dropdown-select .option:focus {
    background-color: #f6f6f6 !important;
}

.dropdown-select .option.selected {
    font-weight: 600;
    color: #18458b;
}

.dropdown-select .option.selected:focus {
    background: #f6f6f6;
}

.dropdown-select a {
    color: #aaa;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
}

.dropdown-select a:hover {
    color: #666;
}


.dd-search i {
	margin-right: 5px;
}


.dropdown-select .current {
	font-size: 28px;
    font-weight: 700;
	color: #070809;
}

.banner-booking-frm {
	border: 1px solid #e9e9e9;
	position:relative;
	border-radius: 8px;
}

.input-title {
	text-transform: uppercase;
    font-size: 16px;
    color: #4c4949;
	position: absolute;
    left: 20px;
	top: 8px;
	z-index:99;
}

.main-search-input-item input::placeholder{
    color: #18458b;
	line-height: 40px;
}

.citys-bx {
	padding: 15px;
}

.citys-bx li{
	display: inline;
    margin-right: 8px;
	border-right: solid 1px #e9e9e9;
	padding: 15px;
}

.citys-bx li:last-child{
	border-right: none;
}


.citys-bx li a{
	color: #3aaced;
}

.citys-bx li a:hover{
	color: #18458b;
}

.btm-line {
	width: 50%;
    margin: 0 auto;
    margin-top: 12px;
    border: 1px solid #ededed;
}

.book-title {
	text-align: center;
    color: #949494;
}

.checkin-frm {
	margin-top: 25px;
}

.checkin-frm:hover{
	
}
/* 
.travl-typ-title {
	padding: 0px 0px 12px 20px;
    text-align: left;
    font-size: 16px;
    color: #4c4949;
	margin-top: 8px;
}

.travl-typ {
	float: left;
    padding: 0;
    margin: 0;
	margin-top: 5px;
    background: #deebff;
    padding: 5px 15px 4px 0px;
}

.travl-typ li{
	display: inline;
    margin-left: 18px;
}


[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #18458b;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #18458b;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
} */


/*========================= Date Picker Code ===========================*/

 .floatLabel {
	 margin-top: 15px;
    padding: 10px 18px;
    color: #18458b;
    margin-right: 90px;
	border:0px;
 }
 
 .datepic-bx {
	padding: 25px 0px;
    border: 0;
    margin-top: 8px;
 }

/*=============================================Start Of Image Checkbox ===============================*/
.other-fac {
	font-size: 18px;
    color: #334e6f;
    text-align: left;
    padding: 15px;
}

 .img-check-bx {
  list-style-type: none;
}

.img-check-bx li {
  display: inline-block;
}

.img-check-bx li input[type="checkbox"][id^="myCheckbox"] {
  display: none;
}

.img-check-bx li label {
  border: 1px solid #fff;
  padding: 10px;
  display: block;
  position: relative;
  margin: 10px;
  cursor: pointer;
}

.img-check-bx li label:before {
  background-color: white;
  color: white;
  content: " ";
  display: block;
  border-radius: 50%;
  border: 1px solid grey;
  position: absolute;
  top: -5px;
  left: -5px;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 28px;
  transition-duration: 0.4s;
  transform: scale(0);
}

.img-check-bx li label img {
  height: 100px;
  width: 100px;
  transition-duration: 0.2s;
  transform-origin: 50% 50%;
}

.img-check-bx li input:checked + label {
  border-color: #ddd;
}

.img-check-bx li input:checked + label:before {
  content: "✓";
  background-color: grey;
  transform: scale(1);
}

.img-check-bx li input:checked + label img {
  transform: scale(0.9);
  /* box-shadow: 0 0 5px #333; */
  z-index: -1;
}






/*========================================== Start Of Video Banner ===========================================*/

.home-banner .slide .video-slide {}


.home-banner.loading .video-background {

    opacity: 0;
}


.video-background {

    position: relative;

    top: 50%;

    left: 0;
    padding-top: 53.25%;
	
    width: 100%;

    -webkit-transform: translateY(-50%);

    -ms-transform: translateY(-50%);

    transform: translateY(-14%);

    -webkit-transition: 2s opacity ease;

    transition: 2s opacity ease;

    opacity: 1;
}


.video-foreground, .video-background iframe {

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    pointer-events: none;
}

/*============================================= End Of Video Banner ======================================*/



.qty-dropdown-content h4 {
	text-align: left;
    font-size: 16px;
}
.qty-dropdown-content p {
	text-align: left;
}

.qty-dropdown-content ul {
	box-shadow: #ccc 2px 3px 4px;
	width: 73%;
}

.qty-dropdown-content ul li{
	display: inline-block;
	padding: 10px 15px;
	cursor: pointer;
	color: #8e8e8e;
    font-weight: 100;
}

.qty-dropdown-content ul li.active{
	color: #000;
    font-weight: 600;
	background: #edecec;
}

.qty-dropdown-content ul li:hover{
	color: #000;
    font-weight: 600;
	background: #edecec;
}

.qty-dropdown-content .children-bx {
	box-shadow: #ccc 2px 3px 4px;
	width: 46%;
}

.qty-dropdown-content .children-bx li{
	display: inline-block;
	padding: 10px 15px;
	cursor: pointer;
	color: #8e8e8e;
    font-weight: 100;
}

.qty-dropdown-content .children-bx li.active{
	color: #000;
    font-weight: 600;
	background: #edecec;
}

.qty-dropdown-content .children-bx li:hover{
	color: #000;
    font-weight: 600;
	background: #edecec;
}

.qty-dropdown-content h5{
	font-size: 12px;
	margin-bottom: 8px;
}

.child-select-bx {
	display:block !important;
	width: 100%;
    border: 0;
    box-shadow: #ccc 1px 2px 3px 1px;
    padding: 4px;
}

.add-btn-bx {
	border: solid 2px #18458b;
    padding: 8px 15px;
	color: #18458b;
}

.add-btn-bx i{
	font-size: 16px;
    color: #18458b;
    margin-right: 8px;
}

.apply-btn-bx {
	background: #18458b;
    color: #fff;
    padding: 8px 15px;
}

.apply-btn-bx:hover {
	background: #0c316b;
}

.edit-remove-bx {
	border-bottom: solid 1px #edebeb;
}

.rooms-dec {
	color: #171212;
    font-size: 16px;
}

.rooms-dec span a {
	font-size: 14px;
    color: #3aaced;
    font-weight: 600;
}

.remove-btn {
	font-size: 14px;
    color: #3aaced;
    font-weight: 600;
}

.trv-type {
	display: block !important;
	width: 100%;
    padding: 22px 0px;
    border: 0;
    font-size: 18px;
    color: #070809;
    font-weight: 600;
    margin-top: 8px;
}

.checkin-date-txt {
	padding: 0;
    line-height: 22px;
	text-align: left;
    color: #070809;
	font-size: 18px;
}

.checkin-date-txt span {
	font-size: 28px;
    font-weight: 700;
}

.cntry-txt {
	position: absolute;
    left: 35px;
    top: 65px;
    font-size: 16px;
    font-weight: 100;
}

.banner-btm-bx {
	background: #fff;
    width: 40%;
    margin: 0 auto;
	border-radius: 25px;
	margin-bottom: 25px;
}

.book-tbl-bx {
	width: 100%;
    border: solid 1px #dbe8eb;
	background:#fff;
}

.book-tbl-bx thead tr th {
	border: solid 1px #dbe8eb;
	background: #18458b;
    color: #fff;
    padding: 15px;
}

.book-tbl-bx tbody tr td {
	border: solid 1px #dbe8eb;
}


.btl-bx-lft {
	width: 50%;
    float: left;
}

.btl-bx-rght {
	width: 50%;
    float: right;
}

.rms-bx h4 {
	font-size: 18px;
    margin-bottom: 15px;
	background: #18458b;
    color: #fff;
    padding: 12px;
}

.rms-bx label {
	background: #fff;
    padding: 10px;
    margin-right: 15px;
    box-shadow: #e5e5e5 2px 2px 3px;
}

.rms-bx ul li {
	display: inline-grid;
    margin-bottom: 8px;
}

.msg-bx {
	width: 75%;
    border: solid 1px #18458b;
    margin: 0 auto;
    padding: 20px;
    background: #fff;
    position: relative;
}

.msg-bx-cls {
	font-size: 16px;
    position: absolute;
    top: -5px;
    right: -4px;
}

.htl-rm-hding {
	width: 50%;
    border: #18458b solid 2px;
    margin: 0 auto;
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 10px 15px;
    background: #ddf1f5;
    color: #18458b;
}

.btl-bx-lft p {
	color: #18458b;
}

.btl-bx-lft p span {
	margin: 0px 5px;
}

.btl-bx-rght p {
	color: #18458b;
}

.btl-bx-rght p span {
	margin: 0px 5px;
}

.htl-rm-servic {
	margin-top: 100px;
}

.htl-rm-servic ul {
	
}

.htl-rm-servic ul li{
	display: inline;
	padding: 5px;
    font-size: 12px;
	color: #18458b;
}

.htl-rm-servic ul li i{
	margin-right: 5px;
}
