
@font-face {
 font-family: MyCalibri;
 src: url("../font/Calibri.eot") /* EOT file for IE */
}
@font-face {
 font-family: MyCalibri;
 src: url("../font/Calibri.ttf") /* TTF file for CSS3 browsers */
}


input {
	font-family: Calibri;
}

textarea {
	font-family: Calibri;
}

select {
	font-family: Calibri;
}

.BGColor1{ background-color: #FFFFFF!important; }
.BGColor2{ background-color: #009CFF!important; }
.BGColor3{ background-color: #114170!important; }
.BGColor4{ background-color: !important; }
.FontColor1{ color: #FFFFFF!important; }
.FontColor2{ color: #009CFF!important; }
.FontColor3{ color: #B6966C!important; }
.FontColor4{ color: #999999!important; }
.FontBGColor1{ color: #FFFFFF!important; }
.FontBGColor2{ color: #009CFF!important; }

@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";
html
{
	/* background:#FFFFFF; */
    font-family: Calibri!important;
}
body {
    font-family: Calibri!important;
    /* background: #009CFF; */
    font-size: 16px!important;
}

p {
    font-family: Calibri!important;
    font-weight: 300;
    line-height: 1.7em;
    color: #999;
}

.board{

margin: 20px auto;
height: auto;
background: #fff;
/*box-shadow: 10px 10px #ccc,-10px 20px #ddd;*/
}
.board .nav-tabs {
    position: relative;
    /* border-bottom: 0; */
    /* width: 80%; */
    margin: 40px auto;
    margin-bottom: 0;
    box-sizing: border-box;
	padding-left:20%;
}

.contact_us {
  background: #114170;
  padding: 25px 35px;
}
.contact_us a, .contact_us h6, .contact_us p{
	color: #009CFF}

.footer_mid_box { float:right; width:100%; padding-right:15px; }
.footer_mid_txt { max-width: none; float:none; padding:5px 0px 10px 5px; }
.footer_box { margin:0 auto; float:none; text-align:center; }

.footer_col1 { width:100%; float:left; }
.footer_col2 { width:100%; float:left; }
.footer_col3 { width:100%; float:left; }
.foot_box1 { text-align:left; width:fit-content; margin:0 auto; }
.foot_box2 { text-transform:uppercase; font-size:18px; text-align:center; }

.tab-content > .active_m { padding-top:0px!important; }
.tab-content > .active { padding-top:0px; display:block; }
.tab-content > .active1 { padding-top:0px; display:block; }
.tab-content > .active2 { padding-top:0px; display:block; }
.tab-content > .active3 { padding-top:0px; display:block; }

.tep_sel_date { padding-top:360px!important; }

.row_prop { padding-left:15px; padding-right:15px; }

.book_prop { width:100%; }
.book_checkin { width:100%; }

.row_r .icon_arrow2 { width:100%; }
.row_l .icon_arrow2 { width:100%; } 

.row_r { padding-left:0px; }
.row_l { padding-right:0px; }
.row_r2 { padding-left:0px; }
.row_l2 { padding-right:0px; }
.row_am_cn { padding-top:10px; text-align:center; }
.row_sel_room { text-align:left; }
.row_ch_age { width:100%; }

.row_sel_room_l { float:left; width:100%; padding-bottom:20px; }
.row_sel_room_r { float:left; width:100%; padding-bottom:20px; text-align:left; }

.view-header { padding-bottom:10px; padding-left:20px; }
.sort_box { padding-right:20px; }

.search_box { width:280px; }
.search_box input { font-size:14px!important; }
.search_box select { font-size:14px!important; }

#ArrMin { margin-bottom:10px; }
#tb-list-data { font-size:12px; }

.book_am_cn1 { display:inline; }
.book_am_cn2 { display:none; }

.input_txt2 { width:100%!important; }
.flight_time_box { width:100%; }

#Menu li { padding:7px 0px; }

.ExISelDate { font-size:14px!important; }
.RmCbTravelDate { padding:10px; font-size:16px; }
#RmCb1L { width:100%; float:left; }
#RmCb1R { width:10%; float:left; display:none; }
#RmCbPlusIcon { display:block; padding-bottom:20px; } 
#RmCb3Box { text-align:left; padding-top:25px; padding-bottom:10px; }
.RmCbBookBtn { width:120px; float:none; margin:0 auto; }  

.cb_room_info { padding-top:15px; padding-bottom:20px; }
.cb_avg_rate_dt { display:none; }
.cb_avg_rate_mb { display:block; }

.TDBHReport { display:none; }

.ExiTxt { font-size:14px!important; }

#CalAviTBBox { width:100%; }
#CalAviTBBox2 { display:table; }
#CalAviTBBox3 { display:table; }
#CalAviTBBox4 { display:table; }
<!-- .CalAviNextMB { display:block; } -->

#TBDialogBE { width:100%; }

.MemberLoginBG { width:100%; position:absolute; height:60px; right:0px; z-index:200; }

.BESearchBoxM { display:block; background-color:#fff; position:absolute; width:100%; top:-130px; border-radius:5px; font-size:14px; }

#VGSFrm { margin-top:10px; }
#VGSFrm .form-field {
  width: 100%;
  height: 40px;
  position: relative;
  background: white;
  margin-bottom: 10px;
  border-radius: 4px;
  box-shadow: 0 0 3px 0px rgba(0, 0, 0, .3);
  padding: 0px;
}
#VGSFrm iframe {
  width: 100%;
  height: 100%;
  padding-left: 10px;
}
#VGSFrm .form-field-group {
  display: flex;
  flex-flow: wrap;
}
#VGSFrm .form-field-group div {
  flex: 0 0 50%;
}
#VGSFrm .form-field-group div:first-child {
  border-radius: 4px 0 0 4px;
}
#VGSFrm .form-field-group div:last-child {
  border-radius: 0 4px 4px 0;
}

.room_occ { text-align:left; }
.row_show_more { text-align:center; padding-bottom:20px; }
.row_rate_info { text-align:left; padding-top:20px; clear:both; }
.row_arrow { width:100%; }

.rsvn_detail_box { height:35px; border:1px solid #009CFF; }

.rsvn_list_left { width:66.66666667%; float:left; padding:5px 0px; }
.rsvn_list_right { width:33.33333333%; float:right; padding:5px 0px; text-align:right; }

.rsvn_list_box { clear:both; padding-top:0px; }

.btn_complete { width:60%; margin-top:10px; }
.td_cn_md_hide { display: none; }

.rate_con_dt { display:none; }
.rate_con_mb { display:block; }

.sharing_con_dt { display:none; }
.sharing_con_mb { display:inline; }

.rm_info_dt { display:none; padding-left:15px; }
.rm_info_mb { display:block; }
.room_info_p { padding-top:0px; }

.RmPriceCurr { font-size:40px!important; }

.BtnNextExi { display:none; }
.BtnNextExi2 { display:block; }

.LiRmTab { font-size:14px; }
#BtnBack { padding:10px 15px; }

p.narrow{
    width: 60%;
    margin: 10px auto;
}

.mbsc-cal-day-date { width: 7px; height: 7px; -moz-border-radius: 70px; -webkit-border-radius: 70px; border-radius: 70px; position: absolute; right:7px; top:0px; }
.mbsc-cal-cell-txt { width: 20px; height: 20px; -moz-border-radius: 70px; -webkit-border-radius: 70px; border-radius: 70px; position: absolute; right:15px; top:0px; }

.calendar-search-date-exi { right:5px!important; top:3px!important; }

.po { position:relative; }
.calendar-search-date { 
  width: 11px;
  height: 11px;
  position: absolute;
  top:6px;
  right: 7px;
  z-index: 1; 
}

.booking_next_btn {
 	width: 100%;
}

.content_left_extra_item { width:100%; float:left; }
.content_right_extra_item { width:100%; float:right; font-size:14px; }

.avai_cal_noactive { background-color:#FFF!important; border-right:none!important; border-bottom:none!important; font-size:14px; height:25px; }
.avai_cal_active { color:#FFF; font-size:10px; height:25px; background-color:#009CFF; }
.avai_cal_close_d { background-image:url("../images/bg_diagonal.jpg"); color:#bbb8b8; }
.avai_cal_close_p { background-image:url("../images/bg_diagonal.jpg"); color:#bbb8b8; }

.amend_cancel_box { width:auto; }

.icon_arrow2 { position:relative; border-bottom:1px #009CFF solid; }
.icon_arrow3 { position:relative; border-bottom:1px #009CFF solid; background-color:#FFF; }
.icon_arrow4 { position:relative; border-bottom:1px #009CFF solid; background-color:#FFF; }
select.input_txt { background: transparent; border:medium none; -webkit-appearance:none; padding-left:5px;}

#fancybox-content { box-sizing: unset; }

#IFrameX { height:370px; }

#CalAviTBBox td { width:77px; }
#CalAviTBBox2 td { width:77px; }
#CalAviTBBox3 td { width:77px; }
#CalAviTBBox4 td { width:77px; }

.ChAgeTxt { padding-top:7px; text-align:right; padding-right:5px; font-size:16px; }
.TDAviCalD { font-size:12px; }
.border-top-whitesmoke { border-top:solid 1px #e1e1e1; }

.AvaiCalTitle { font-size:14px!important; }

.icon_cutlery { font-size:16px; float:left; padding-right:5px; }
.icon_cutlery_txt { font-size:16px; float:left; }

.nav_menu1 li a { padding:0px 5px; font-size:14px; font-weight:normal; }
.nav_menu2 li a { padding:0px 3px; font-size:14px; font-weight:normal; }
.nav_menu2 li { float:right; }
.nav_li_last { padding:0px 0px 0px 5px!important; margin:0; }

.icon_arrow2:after{
	content: '\f107';
	color:  #009CFF;
	font-family: "FontAwesome";
	font-size: 14px;
	line-height: 20px;
	position: absolute;
	right: 5px;
	top: 5px;
	z-index: -100;
}
.icon_arrow3:after{
	content: '\f107';
	color:  #009CFF;
	font-family: "FontAwesome";
	font-size: 14px;
	line-height: 20px;
	position: absolute;
	right: 5px;
	top: 5px;
	z-index: 1;
}
.icon_arrow4:after{
	content: '\f107';
	color:  #009CFF;
	font-family: "FontAwesome";
	font-size: 14px;
	line-height: 20px;
	position: absolute;
	right: 5px;
	top: 0px;
	z-index: 1;
}

.liner{
    height: 2px;
    background: #ddd;
    position: absolute;
    width: 40%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 1;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #555555;
    cursor: default;
    /* background-color: #ffffff; */
    border: 0;
    border-bottom-color: transparent;
}

span.round-tabs{
    width: 70px;
    height: 70px;
    line-height: 70px;
    display: inline-block;
    border-radius: 100px;
    background: white;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 25px;
}

span.round-tabs.one{
    color: rgb(34, 194, 34);border: 2px solid rgb(34, 194, 34);
}

li.active span.round-tabs.one{
    background: #fff !important;
    border: 2px solid #ddd;
    color: rgb(34, 194, 34);
}

span.round-tabs.two{
    color: #febe29;border: 2px solid #febe29;
}

li.active span.round-tabs.two{
    background: #fff !important;
    border: 2px solid #ddd;
    color: #febe29;
}

span.round-tabs.three{
    color: #3e5e9a;border: 2px solid #3e5e9a;
}

li.active span.round-tabs.three{
    background: #fff !important;
    border: 2px solid #ddd;
    color: #3e5e9a;
}

span.round-tabs.four{
    color: #f1685e;border: 2px solid #f1685e;
}

li.active span.round-tabs.four{
    background: #fff !important;
    border: 2px solid #ddd;
    color: #f1685e;
}

span.round-tabs.five{
    color: #999;border: 2px solid #999;
}

li.active span.round-tabs.five{
    background: #fff !important;
    border: 2px solid #ddd;
    color: #999;
}

.nav-tabs > li.active > a span.round-tabs{
    background: #fafafa;
}
.nav-tabs > li {
    width: 25%;
}
/*li.active:before {
    content: " ";
    position: absolute;
    left: 45%;
    opacity:0;
    margin: 0 auto;
    bottom: -2px;
    border: 10px solid transparent;
    border-bottom-color: #fff;
    z-index: 1;
    transition:0.2s ease-in-out;
}*/
.nav-tabs > li:after {
    content: " ";
    position: absolute;
    left: 45%;
   opacity:0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: #ddd;
    transition:0.1s ease-in-out;
    
}
#FrmBook p {
    font-size: 18px;
}
.nav-tabs > li.active:after {
    content: " ";
    position: absolute;
    left: 45%;
   opacity:1;
    margin: 0 auto;
    bottom: 0px;
    border: 10px solid transparent;
    border-bottom-color: #ddd;
    
}
.nav-tabs > li a{
   width: 70px;
   height: 70px;
   margin: 20px auto;
   border-radius: 100%;
   padding: 0;
}

.nav-tabs > li a:hover{
    background: transparent;
}
.room p{ font-size:12px; line-height: 18px;}
.room h2{color: #009CFF; font-size:40px;}
.room h2 span {color: #009CFF; font-size:16px;}
.rooms {    position: absolute;
    bottom: 0px;
    right: 10px;
    font-size: 30px;
    color: #FFFFFF;
}

.btn-primary {
    color: #009CFF;
    border: 1px solid #009CFF;
	font-size: 16px;
    background-color: #FFFFFF;
}
.btn-primary.focus, .btn-primary:focus, .btn-primary:hover  {
	color: #FFFFFF;
    border: 1px solid #009CFF;
    background-color: #009CFF;
   
}

.tab-content{
	width:100%;
}
.tab-pane{
   position: relative;

}
.tab-content .head{
    font-family: Calibri!important;
    font-size: 25px;
    text-transform: uppercase;
    padding-bottom: 10px;
}
.btn-outline-rounded{
    padding: 10px 40px;
    margin: 20px 0;
    border: 2px solid transparent;
    border-radius: 25px;
}

.btn.green{
    background-color:#5cb85c;
    /*border: 2px solid #5cb85c;*/
    color: #ffffff;
}



@media( max-width : 585px ){
    
    .board {
width: 90%;
height:auto !important;
}
    span.round-tabs {
        font-size:16px;
width: 50px;
height: 50px;
line-height: 50px;
    }
    .tab-content .head{
        font-size:20px;
        }
    .nav-tabs > li a {
width: 50px;
height: 50px;
line-height:50px;
}

.nav-tabs > li.active:after {
content: " ";
position: absolute;
left: 35%;
}

.btn-outline-rounded {
    padding:12px 20px;
    }
}
body {
    margin: 0;
    font-family: 'Calibri', sans-serif;
    background: #fff;
}

body a,
.w3ls-btn {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    text-decoration: none;
    outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

p {
        margin: 0;
    color: #333;
    font-size: 16px;
    line-height: 22px;
}

ul {
    margin: 0;
    padding: 0;
}

ul {
    list-style-type: none;
}

body a:hover {
    text-decoration: none;
}

body a:focus {
    outline: none;
    text-decoration: none;
}

.list-group-item {
    background-color: transparent;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
    cursor: pointer;
}

html {
    scroll-behavior: smooth;
}
.row2 { margin-left: -15px; margin-right: -15px; }
#FrmBook i{ font-size:22px; color:#009CFF;}
#ULShowLogin1{color: #009CFF ;	font-size:20px !important; padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px; -webkit-box-shadow: 0 12px 34px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 12px 34px rgba(0, 0, 0, 0.12);
    box-shadow: 0 12px 34px rgba(0, 0, 0, 0.12);
}

.clear { clear:both; }

element.style {
    width: 98%;
    height: 24px;
}
.form-control {
    color: #999999;
    box-shadow: none;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #009CFF;
    height: 54px;
    font-size: 16px;
    font-weight: 400;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    border-radius: 0px;
}

.fancybox-slide { padding:0!important; }

#div_book_search { background-color:#FFF; height:120px; border:1px solid #114170; }
.div_book_search { float:left; margin-left:5px; }
.div_book_search_btt { width:120px; float:left; margin-left:5px; padding-top:28px; }
.div_book_search select { height:24px; line-height:24px; }
.div_book_search p { font-weight:bold; height:28px; line-height:28px; padding:0; margin:0; }

#div_popup_info { position:fixed; right:10px; bottom:10px; width:190px; display:none; z-index:200; }
#div_popup_info .title_left { float:left; padding-left:5px; padding-top:0px; }
#div_popup_info .title_right { float:right; padding-right:5px; padding-top:0px; }
#div_popup_info #last_booking { background-color:#efefef; text-align:center; padding:10px; }
#div_popup_info #user_consider { background-color:#efefef; text-align:center; padding:10px; }

#div_popup_benefit { position:fixed; right:10px; bottom:10px; width:190px; display:none; z-index:200; }
#div_popup_benefit .title_left { float:left; padding-left:5px; padding-top:0px; color:#fff; }
#div_popup_benefit .title_right { float:right; padding-right:5px; padding-top:0px; }
#div_popup_benefit #list_benefit { background-color:#efefef; text-align:center; padding:10px; }
#div_popup_benefit #list_benefit div { color:#000; text-align:left; }

.benefit_hide { display:none; }

.footer_mid_img { float:none; }

.sort_color { background-color:#999999!important; }
.sort1 { padding : 8px 8px!important; font-size:10px!important; }
.sort2 { padding : 8px 8px!important; font-size:10px!important; }
.sort3 { padding : 8px 8px!important; font-size:10px!important; }

#BookYourRoom { display : none; float:left; text-align:left; }
#BookYourRoomM { display : block; text-align:left; padding-bottom:10px; }

.RmDetailHide { text-align:right; font-size:14px; padding-top:10px; display:none; cursor:pointer; }
.RmDetailInfo { text-align:right; font-size:14px; padding-top:10px; display:block; cursor:pointer; }
.DetailMHide { display:none; }
.RmOccInfoM { display:block; }

#rsvn_detail_arrow { display: block; cursor: pointer; }
#rsvn_detail { display: none; }

.DivExItem { padding-left:0px; padding-bottom:10px; }
.calendar_date_exi { right:10px; top:0; }

#booking_done_area { margin-top: 40px; }
.input_txts {
    width: 90%;
	border-left:none;
	border-right:none;
	color:#009CFF;
	border-top:none;
	border-bottom: 1px #009CFF solid;
	padding-bottom: 2px;
	padding-left:5px;
	font-size:15x !important;
}
.input_txt {
    width: 90%;
	border-left:none;
	border-right:none;
	color:#009CFF;
	border-top:none;
	border-bottom: 1px #009CFF solid;
	padding-bottom: 2px;
	padding-left:5px;
	font-size:15x !important;
}
.input_txt1 {
	float:right;
    width: 65%;
	border-left:none;
	border-right:none;
	border-top:none;
	border-bottom: 1px #009CFF solid;
    padding-top: 10px;
	padding-bottom: 2px;
	padding-left:5px;
	text-transform: uppercase !important;
	font-size:16px !important;
}
.book-in {
	width: 90%;
	border-left:none;
	border-right:none;
	border-top:none;
	border-bottom: 1px #009CFF solid;
    padding-top: 5px;
	padding-bottom: 2px;
	padding-left:5px;
	color: #009CFF ;
	text-transform: uppercase !important;
	font-size:15px !important;
	
}
.book-in2 {
	width: 90%;
	border-left:none;
	border-right:none;
	border-top:none;
	border-bottom: 1px #009CFF solid;
    padding-top: 5px;
	padding-bottom: 2px;
	padding-left:5px;
	color: #009CFF ;
	text-transform: uppercase !important;
	font-size:15px !important;
	
}
.book-in1 {
	width: 81%;
	margin-top: 15px;
	color: #054534;
	padding: 15px 10px;
	height: 30px;
	font-size: 14px;
	border: 1px solid #b4b4b4;
	border-radius: 4px;
	background-color: #FFF;
}
select {
	width: 98%;
	color: #009CFF;
	padding: 5px 5px;
	font-size: 14px !important;
	border: 1px solid #b4b4b4;
	background-color: #FFF;
}
.menu1{ background: #fff;
}
form-control {
    margin-top: 15px !important;
}
.green
{ color:#00a651;
	}
.gray
{ color:#666 ; padding-top: 10px;
	}	
	.gray1
{ color:#666 ;
	}
	
.blue
{ color:#114170;
line-height: 0.1;
	}
.pink
{ color:#6c00ff;

	}
.orange
{ color:#816a35;
	}
.orange a
{ color:#816a35 ;

	}	
.tooltip-inner {
	border:none !important;
}
.tooltip-inner p {

  color: #fff !important;
  text-align: left;
  font-size:12px;

}	
.ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
	background: 0 !important;
	border: 0 !important;
	color: #000 !important;
	font-weight: bold;
	text-align: center !important;
	white-space: no-wrap;
	font-size: 14px;
}
table {
	border-collapse: collapse !important;
	margin: 0;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 96%;
	margin: 2%;
}
<!--
.ui-datepicker-unselectable.ui-state-disabled {
	border: 0 !important;
}
-->
.ui-datepicker-unselectable.ui-state-default {
	display: none;
}
.ui-state-range {
	background-color: #d8f0ff !important;
	color: #fff !important;
}
#ui-datepicker-div tr td:hover *, #ui-datepicker-div tr td>.ui-state-default.ui-state-hover, .ui-datepicker-current-day {
	background-color: #d8f0ff !important;
	color: #666 !important;
	text-align: center !important;
}
thead::after {
	content: "";
	display: block;
	height: 1.5em;
	width: 100%;
}
.ui-datepicker-today {
	background-color: none !important;
}
.ui-datepicker td span, .ui-datepicker td a {
	text-align: center !important;
}
tbody {
	margin-left: 10px !important;
	margin-right: 10px !important;
}

#ui-datepicker-div {
	display: none;
	left: 8px;
	position: absolute;
	top: 31px;
	/*width: 50% !important;*/
	z-index: 1;
}
.ui-datepicker-header.ui-widget-header {
	border: 0 !important;
	font-weight: bold;
	background-color:#009CFF !important;
	color: #FFFFFF !important;
}
.ui-datepicker th {
	border: 0 !important;
	font-weight: normal;
}
.lowTicketValue {
	color: #326EA6;
	white-space: no-wrap;
	font-size: 10px;
}
.lowTicketValue:active {
	color: #FFFFFF !important;
	white-space: no-wrap;
}
.ui-datepicker .ui-state-range {
	background-color: #009CFF !important;
}
.ui-datepicker-calendar .highlight {
	background-color: #FBD2D3 !important;
}
.ui-state-range {
	background-color: #009CFF !important;
}
.highTicketValue {
	color: #009CFF !important;
}
#ui-datepicker-div tr td:nth-child(2n+1)>span {
	color: #009CFF  !important;
}
#ui-datepicker-div tr td:nth-child(2n+1):active>span, #ui-datepicker-div tr td:nth-child(2n+1):hover>span {
	color: #000 !important;
}
.btn.btn-warning1 {
    background: #114170 none repeat scroll 0 0;
    border: medium none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    padding: 5px 20px;
    text-transform: uppercase;
    border: 1px solid #114170;
	    border-radius: 0px !important;
		margin-right: -4px;
}
.btn.btn-warning {
    background: #f69321 none repeat scroll 0 0;
    border: medium none;
    color: #313A45;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 27px;
    text-transform: uppercase;
    border: 1px solid #f69321;
	    border-radius: 0px !important;
}
/**/
.wizard {
width: 80%;
    padding-left: 20%;
}
.wizard .nav-tabs {
    position: relative;
    border: 0px;
}
.wizard > div.wizard-inner {
    position: relative;
}
.connecting-line{
    height:15px;
    background: #e0e0e0;
    position: absolute;
    width: 99.5%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top:44%;
    z-index: 1;
    border-radius: 15px;
}
.active-line{
    height:15px;
    background: #e0e0e0;
    position: absolute;
    width: 99.5%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top:44%;
    z-index: 1;
    border-radius: 15px !important;
}
.active .connecting-line{
    background-color: #009CFF;
}
.border-right{
    border-radius: 15px 0 0 15px;
}
.border-left{
    border-radius: 0;
}
.wizard .nav-tabs > li.active > a, .wizard .nav-tabs > li.active > a:hover, .wizard .nav-tabs > li.active > a:focus {
    cursor: default;
    border: 0;
    color:#009CFF;
    border-bottom-color: transparent;
}
.nav-tabs li p{
    padding-top:70px;
    font-size: 16px;
    text-align: center;
	width: 200px;
    position: relative;
    left: -70px;
}
}
.list-inline{
    text-align: center;
}
span.round-tab {
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    border-radius: 100px;
    background: #DFE3E4;
    border: 2px solid #fff;
    z-index: 1;
    position: absolute;
    text-align: center;
    font-size: 20px;
}
span.round-tab {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: inline-block;
    border-radius: 100px;
    background: #DFE3E4;
    border: 2px solid #fff;
    z-index: 1;
    position: absolute;
    text-align: center;
    font-size: 20px;
}
.wizard li.active span.round-tab{
    background:#009CFF;
    color:white;
    border: 2px solid #fff;
}
span.round-tab:hover{
    color: white;
    border: 2px solid #fff;
    background-color:#009CFF; 
}
.wizard .nav-tabs > li {
    width: 25%;
}
.wizard .nav-tabs > li a{
    width: 50px;
    height: 50px;
    margin: 20px auto;
    border-radius: 100%;
    padding: 0;
    color: #777;
}
.wizard .tab-pane {
    position: relative;
    padding-top: 15px;
    border-top: 1px solid #fff;
    margin-top: 50px;
}
.next-step:hover, .next-step, .prev-step:hover, .prev-step{
    position: relative;
    background-color: #d77504;
    font-size: 16px;
    color: #FFFFFF;
}
@media( min-width : 320px ) and ( max-width : 360px ){
    .wizard {
        width: 90%;
        height: auto !important;
    }
    span.round-tab {
        font-size: 16px;
        width: 50px;
        height: 50px;
        line-height: 50px;
    }
    .wizard .nav-tabs > li a {
        width: 50px;
        height: 50px;
    }
    .wizard li.active:after {
        content: " ";
        position: absolute;
        left: 35%;
    }
	.next-step{
		margin-top:10px; 
	}
    .nav-tabs li p{
        padding-top:60px;
        font-size: 16px;
        text-align: center;
    }
    .connecting-line , .active-line{
        top:43%;
    }
}
.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 22px !important;
    color: inherit;
}

/* Tooltip -Styles */
[data-tootik] {
  position: relative;
}

[data-tootik]:after {
  border-radius: 7px;
  bottom: 100%;
  box-sizing: border-box;
  color: #ffffff;
  content: attr(data-tootik);
 
  font-size: 16px;
  font-style: normal;
  left: 50%;
  line-height: 18px;
  max-width: 320px;
  font-family: 'Didact Gothic';
  opacity: 0;
  overflow: hidden;
  padding: 6px 6px 5px 6px;
  pointer-events: none;
  position: absolute;
  text-align: center;
  text-overflow: ellipsis;
  -webkit-transform: translate(-50%, 12px);
          transform: translate(-50%, 12px);
  -webkit-transition: opacity 0.3s cubic-bezier(0.73, 0.01, 0, 1), -webkit-transform 0.3s cubic-bezier(0.73, 0.01, 0, 1);
  transition: opacity 0.3s cubic-bezier(0.73, 0.01, 0, 1), -webkit-transform 0.3s cubic-bezier(0.73, 0.01, 0, 1);
  transition: opacity 0.3s cubic-bezier(0.73, 0.01, 0, 1), transform 0.3s cubic-bezier(0.73, 0.01, 0, 1);
  transition: opacity 0.3s cubic-bezier(0.73, 0.01, 0, 1), transform 0.3s cubic-bezier(0.73, 0.01, 0, 1), -webkit-transform 0.3s cubic-bezier(0.73, 0.01, 0, 1);
  white-space: nowrap;
  z-index: 100000;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

[data-tootik]:before {
  border-style: solid;
  border-top-width: 4px;
  border-right-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 4px;
  border-bottom-width: 0;
  content: '';
  height: 0;
  left: 50%;
  opacity: 0;
  position: absolute;
  top: -2px;
  -webkit-transform: translate(-50%, calc(-50% - 6px));
          transform: translate(-50%, calc(-50% - 6px));
  -webkit-transition: opacity 0.1s cubic-bezier(0.73, 0.01, 0, 1) 0s, -webkit-transform 0.6s cubic-bezier(0.73, 0.01, 0, 1) 0s;
  transition: opacity 0.1s cubic-bezier(0.73, 0.01, 0, 1) 0s, -webkit-transform 0.6s cubic-bezier(0.73, 0.01, 0, 1) 0s;
  transition: opacity 0.1s cubic-bezier(0.73, 0.01, 0, 1) 0s, transform 0.6s cubic-bezier(0.73, 0.01, 0, 1) 0s;
  transition: opacity 0.1s cubic-bezier(0.73, 0.01, 0, 1) 0s, transform 0.6s cubic-bezier(0.73, 0.01, 0, 1) 0s, -webkit-transform 0.6s cubic-bezier(0.73, 0.01, 0, 1) 0s;
  width: 0;
  z-index: 110000;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

[data-tootik]:after {
  background: #ff0000;
}

[data-tootik]:before {
  border-top-color: #000000;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
}

[data-tootik][data-tootik-conf*='right']:before {
  border-top-color: transparent;
  border-right-color: #000000;
  border-bottom-color: transparent;
  border-left-color: transparent;
}

[data-tootik][data-tootik-conf*='bottom']:before {
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: #000000;
  border-left-color: transparent;
}

[data-tootik][data-tootik-conf*='left']:before {
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: #000000;
}

[data-tootik]:hover:before, [data-tootik]:hover:after, [data-tootik]:focus:before, [data-tootik]:focus:after {
  opacity: 1;
}

[data-tootik]:hover:before, [data-tootik]:focus:before {
  -webkit-transform: translate(-50%, calc(-50% - 2px));
          transform: translate(-50%, calc(-50% - 2px));
  -webkit-transition: opacity 0.1s cubic-bezier(0.73, 0.01, 0, 1) 0.1s, -webkit-transform 0.6s cubic-bezier(0.73, 0.01, 0, 1) 0.1s;
  transition: opacity 0.1s cubic-bezier(0.73, 0.01, 0, 1) 0.1s, -webkit-transform 0.6s cubic-bezier(0.73, 0.01, 0, 1) 0.1s;
  transition: opacity 0.1s cubic-bezier(0.73, 0.01, 0, 1) 0.1s, transform 0.6s cubic-bezier(0.73, 0.01, 0, 1) 0.1s;
  transition: opacity 0.1s cubic-bezier(0.73, 0.01, 0, 1) 0.1s, transform 0.6s cubic-bezier(0.73, 0.01, 0, 1) 0.1s, -webkit-transform 0.6s cubic-bezier(0.73, 0.01, 0, 1) 0.1s;
}

[data-tootik]:hover:after, [data-tootik]:focus:after {
  -webkit-transform: translate(-50%, -6px);
          transform: translate(-50%, -6px);
}

[data-tootik][data-tootik-conf*='right']:before {
  border-style: solid;
  border-top-width: 4px;
  border-right-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 4px;
  border-left-width: 0;
  left: auto;
  right: -6px;
  top: 50%;
  -webkit-transform: translate(calc(-50% + 7px), -50%);
          transform: translate(calc(-50% + 7px), -50%);
}

[data-tootik][data-tootik-conf*='right']:after {
  bottom: auto;
  left: 100%;
  top: 50%;
  -webkit-transform: translate(-12px, -50%);
          transform: translate(-12px, -50%);
}

[data-tootik][data-tootik-conf*='right']:hover:before, [data-tootik][data-tootik-conf*='right']:focus:before {
  -webkit-transform: translate(calc(-50% + 3px), -50%);
          transform: translate(calc(-50% + 3px), -50%);
}

[data-tootik][data-tootik-conf*='right']:hover:after, [data-tootik][data-tootik-conf*='right']:focus:after {
  -webkit-transform: translate(7px, -50%);
          transform: translate(7px, -50%);
}

[data-tootik][data-tootik-conf*='bottom']:before {
  border-style: solid;
  border-top-width: 4px;
  border-right-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 4px;
  border-top-width: 0;
  bottom: -6px;
  left: 50%;
  top: auto;
  -webkit-transform: translate(-50%, calc(-50% + 6px));
          transform: translate(-50%, calc(-50% + 6px));
}

[data-tootik][data-tootik-conf*='bottom']:after {
  bottom: auto;
  left: 50%;
  top: 100%;
  -webkit-transform: translate(-50%, -12px);
          transform: translate(-50%, -12px);
}

[data-tootik][data-tootik-conf*='bottom']:hover:before, [data-tootik][data-tootik-conf*='bottom']:focus:before {
  -webkit-transform: translate(-50%, calc(-50% + 2px));
          transform: translate(-50%, calc(-50% + 2px));
}

[data-tootik][data-tootik-conf*='bottom']:hover:after, [data-tootik][data-tootik-conf*='bottom']:focus:after {
  -webkit-transform: translate(-50%, 6px);
          transform: translate(-50%, 6px);
}

[data-tootik][data-tootik-conf*='left']:before {
  border-style: solid;
  border-top-width: 4px;
  border-right-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 4px;
  border-right-width: 0;
  height: 0;
  left: -2px;
  top: 50%;
  -webkit-transform: translate(calc(-50% - 8px), -50%);
          transform: translate(calc(-50% - 8px), -50%);
  width: 0;
}
.aaa{
	padding-top: 50px;
}

a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

[data-tootik][data-tootik-conf*='left']:after {
  bottom: auto;
  left: auto;
  right: 100%;
  top: 50%;
  -webkit-transform: translate(12px, -50%);
          transform: translate(12px, -50%);
}

[data-tootik][data-tootik-conf*='left']:hover:after, [data-tootik][data-tootik-conf*='left']:focus:after {
  -webkit-transform: translate(-7px, -50%);
          transform: translate(-7px, -50%);
}

[data-tootik][data-tootik-conf*='left']:hover:before, [data-tootik][data-tootik-conf*='left']:focus:before {
  -webkit-transform: translate(calc(-50% - 3px), -50%);
          transform: translate(calc(-50% - 3px), -50%);
}

[data-tootik][data-tootik-conf*='multiline']:after {
  min-width: 350px;
  text-overflow: clip;
  word-break: break-word;
  text-align: left;
  white-space: pre;

}
	
/*-------------------------
	Inline help tip
--------------------------*/

#BttAmend, #BttCancel {
  background: #009CFF;
  padding: 5px;
      margin-bottom: 10px;
    margin-top: 10px;
    font-size: 14px;
    display: block;
  width: 100%;
  border: none;
  color: #114170;
  border-radius: 5px;
}
#BttAmend:hover, #BttCancel:hover {
  /* background: #009CFF; */
}

.help-tip{

	top: 18px;
	right: 18px;
	text-align: center;
	background-color: #BCDBEA;
	border-radius: 50%;
	width: 24px;
	height: 24px;
	font-size: 14px;
	line-height: 26px;
	cursor: default;
}

.help-tip:before{
	content:'?';
	font-weight: bold;
	color:#fff;
}

.help-tip:hover p{
	display:block;
	transform-origin: 100% 0%;

	-webkit-animation: fadeIn 0.3s ease-in-out;
	animation: fadeIn 0.3s ease-in-out;

}

.help-tip p{
	display: none;
	text-align: left;
	background-color: #1E2021;
	padding: 20px;
	width: 300px;
	position: absolute;
	border-radius: 3px;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
	right: -4px;
	color: #FFF;
	font-size: 13px;
	line-height: 1.4;
}

.help-tip p:before{
	position: absolute;
	content: '';
	width:0;
	height: 0;
	border:6px solid transparent;
	border-bottom-color:#1E2021;
	right:10px;
	top:-12px;
}

.help-tip p:after{
	width:100%;
	height:40px;
	content:'';
	position: absolute;
	top:-40px;
	left:0;
}

@-webkit-keyframes fadeIn {
	0% { 
		opacity:0; 
		transform: scale(0.6);
	}

	100% {
		opacity:100%;
		transform: scale(1);
	}
}

@keyframes fadeIn {
	0% { opacity:0; }
	100% { opacity:100%; }
}
.icon-nomediator {
    width: 100px;
    height: 100px;
    background-color: #009CFF;
    -webkit-mask: url(icon-svg/nomediator.svg) no-repeat center;
	margin:0 auto;
}
.icon-cityscapes {
  width: 40px;
  height: 40px;
 background-color : #009CFF;
  -webkit-mask: url(icon-svg/cityscapes.svg) no-repeat center;
  margin: 0 auto;

}
.icon-parks {
  width: 40px;
  height: 40px;
 background-color : #009CFF;
  -webkit-mask: url(icon-svg/parks.svg) no-repeat center;
  margin: 0 auto;

}
.icon-mountaint-landscapes {
  width: 40px;
  height: 40px;
 background-color : #009CFF;
  -webkit-mask: url(icon-svg/hillss.svg) no-repeat center;
  margin: 0 auto;

}
.icon-swimming-pools {
  width: 40px;
  height: 40px;
 background-color : #009CFF;
  -webkit-mask: url(icon-svg/swimming-pools.svg) no-repeat center;
  margin: 0 auto;

}
.icon-coasts {
  width: 40px;
  height: 40px;
 background-color : #009CFF;
  -webkit-mask: url(icon-svg/coasts.svg) no-repeat center;
  margin: 0 auto;

}
.icon-beach-views {
  width: 40px;
  height: 40px;
 background-color : #009CFF;
  -webkit-mask: url(icon-svg/sun-umbrellas.svg) no-repeat center;
  margin: 0 auto;

} 
.icon-bed {
  width: 30px;
  height: 30px;
   background-color : #009CFF;
  -webkit-mask: url(icon-svg/double-king-size-bed.svg) no-repeat center;
  margin: 0 auto;
 
  
}
.icon-park {
  width: 20px;
  height: 20px;
 background-color : #009CFF;
  -webkit-mask: url(icon-svg/park.svg) no-repeat center;
  margin: 0 auto;

}
.blog-entry .desc span {
    display: inline-block;
    font-size: 11px;
    text-transform: uppercase;
}
.icon-users {
    width: 30px;
    height: 30px;
    background-color : #009CFF;
    -webkit-mask: url(icon-svg/man-user.svg) no-repeat center;
    margin: 0 auto;
    display: inline-block;
}
.icon-ruler {
  width: 30px;
  height: 30px;
   background-color : #009CFF;
  -webkit-mask: url(icon-svg/ruler.svg) no-repeat center;
  margin: 0 auto;

}
.icon-air-conditioner {
  width: 20px;
  height: 20px;
 background-color : #009CFF;
  -webkit-mask: url(icon-svg/air-conditioner.svg) no-repeat center;
  margin: 0 auto;

}
.icon-balcony {
  width: 20px;
  height: 20px;
 background-color : #009CFF;
  -webkit-mask: url(icon-svg/balcony.svg) no-repeat center;
  margin: 0 auto;

}
.icon-breakfast {
  width: 20px;
  height: 20px;
 background-color : #009CFF;
  -webkit-mask: url(icon-svg/breakfast.svg) no-repeat center;
  margin: 0 auto;

}
.icon-bathtub-with-opened-shower {
  width: 20px;
  height: 20px;
 background-color : #009CFF;
  -webkit-mask: url(icon-svg/bathtube-with-shower.svg) no-repeat center;
  margin: 0 auto;

}
.icon-24-hours {
  width: 20px;
  height: 20px;
 background-color : #009CFF;
  -webkit-mask: url(icon-svg/24-hours.svg) no-repeat center;
  margin: 0 auto;

}

.icon-bathrobe {
  width: 20px;
  height: 20px;
 background-color : #009CFF;
  -webkit-mask: url(icon-svg/bathrobe.svg) no-repeat center;
  margin: 0 auto;

}

.icon-cleaning-service {
  width: 20px;
  height: 20px;
 background-color : #009CFF;
  -webkit-mask: url(icon-svg/cleaning-service.svg) no-repeat center;
  margin: 0 auto;

}
.icon-exchange {
    width: 20px;
  height: 20px;
 background-color : #009CFF;
    -webkit-mask: url(icon-svg/exchange.svg) no-repeat center;
    margin: 0 auto;
}
.icon-computer {
    width: 20px;
  height: 20px;
 background-color : #009CFF;
    -webkit-mask: url(icon-svg/computer.svg) no-repeat center;
    margin: 0 auto;
}
.icon-kettle {
    width: 20px;
  height: 20px;
 background-color : #009CFF;
    -webkit-mask: url(icon-svg/kettle.svg) no-repeat center;
    margin: 0 auto;
}
.icon-salon {
    width: 20px;
  height: 20px;
 background-color : #009CFF;
    -webkit-mask: url(icon-svg/salon.svg) no-repeat center;
    margin: 0 auto;
}
.icon-meeting {
    width: 20px;
  height: 20px;
 background-color : #009CFF;
    -webkit-mask: url(icon-svg/meeting.svg) no-repeat center;
    margin: 0 auto;
}
.icon-coast {
  width: 20px;
  height: 20px;
 background-color : #009CFF;
  -webkit-mask: url(icon-svg/coast.svg) no-repeat center;
  margin: 0 auto;

}

.icon-double-king-size-bed {
  width: 20px;
  height: 20px;
 background-color : #009CFF;
  -webkit-mask: url(icon-svg/double-king-size-bed.svg) no-repeat center;
  margin: 0 auto;

}
.icon-drink {
  width: 20px;
  height: 20px;
 background-color : #009CFF;
  -webkit-mask: url(icon-svg/drink.svg) no-repeat center;
  margin: 0 auto;

}
.icon-elevator {
  width: 20px;
  height: 20px;
 background-color : #009CFF;
  -webkit-mask: url(icon-svg/elevator.svg) no-repeat center;
  margin: 0 auto;

}
.icon-family-room {
  width: 20px;
  height: 20px;
 background-color : #009CFF;
  -webkit-mask: url(icon-svg/family.svg) no-repeat center;
  margin: 0 auto;

}
.icon-family-rooms {
  width: 20px;
  height: 20px;
 background-color : #009CFF;
  -webkit-mask: url(icon-svg/familys.svg) no-repeat center;
  margin: 0 auto;

}
.icon-fan {
  width: 20px;
  height: 20px;
 background-color : #009CFF;
  -webkit-mask: url(icon-svg/fan.svg) no-repeat center;
  margin: 0 auto;

}
.icon-hairdryer {
  width: 20px;
  height: 20px;
 background-color : #009CFF;
  -webkit-mask: url(icon-svg/hairdryer.svg) no-repeat center;
  margin: 0 auto;

}
  .icon-kings-size-bed {
  width: 40px;
  height: 40px;
 background-color : #009CFF;
  -webkit-mask: url(icon-svg/kings-size-bed.svg) no-repeat center;
  margin: 0 auto;

}
.icon-kings-size-beds {
  width: 20px;
  height: 20px;
 background-color : #009CFF;
  -webkit-mask: url(icon-svg/kings-size-beds.svg) no-repeat center;
  margin: 0 auto;

}
.icon-laundry {
  width: 20px;
  height: 20px;
 background-color : #009CFF;
  -webkit-mask: url(icon-svg/laundry.svg) no-repeat center;
  margin: 0 auto;

}

.icon-led-monitor {
  width: 20px;
  height: 20px;
 background-color : #009CFF;
  -webkit-mask: url(icon-svg/led-monitor.svg) no-repeat center;
  margin: 0 auto;

}
.icon-long-glass-cocktail {
  width: 20px;
  height: 20px;
 background-color : #009CFF;
  -webkit-mask: url(icon-svg/long-glass-cocktail.svg) no-repeat center;
  margin: 0 auto;

}
.icon-minibar {
  width: 20px;
  height: 20px;
 background-color : #009CFF;
  -webkit-mask: url(icon-svg/minibar.svg) no-repeat center;
  margin: 0 auto;

}

.icon-no-pets {
  width: 20px;
  height: 20px;
 background-color : #009CFF;
  -webkit-mask: url(icon-svg/no-pets.svg) no-repeat center;
  margin: 0 auto;

}
.icon-no-smoking {
  width: 20px;
  height: 20px;
 background-color : #009CFF;
  -webkit-mask: url(icon-svg/no-smoking.svg) no-repeat center;
  margin: 0 auto;

}

.icon-parking {
  width: 20px;
  height: 20px;
 background-color : #009CFF;
  -webkit-mask: url(icon-svg/parking.svg) no-repeat center;
  margin: 0 auto;

}
.icon-pawprint {
  width: 20px;
  height: 20px;
 background-color : #009CFF;
  -webkit-mask: url(icon-svg/pawprint.svg) no-repeat center;
  margin: 0 auto;

}
.icon-reception {
  width: 20px;
  height: 20px;
 background-color : #009CFF;
  -webkit-mask: url(icon-svg/reception.svg) no-repeat center;
  margin: 0 auto;

}
.icon-safebox {
  width: 20px;
  height: 20px;
 background-color : #009CFF;
  -webkit-mask: url(icon-svg/safebox.svg) no-repeat center;
  margin: 0 auto;

}
.icon-shower {
  width: 20px;
  height: 20px;
 background-color : #009CFF;
  -webkit-mask: url(icon-svg/shower.svg) no-repeat center;
  margin: 0 auto;

}
.icon-slippers {
  width: 20px;
  height: 20px;
 background-color : #009CFF;
  -webkit-mask: url(icon-svg/slippers.svg) no-repeat center;
  margin: 0 auto;

}
.icon-smoking {
  width: 20px;
  height: 20px;
 background-color : #009CFF;
  -webkit-mask: url(icon-svg/smoking.svg) no-repeat center;
  margin: 0 auto;

}
.icon-spa {
  width: 20px;
  height: 20px;
 background-color : #009CFF;
  -webkit-mask: url(icon-svg/spa.svg) no-repeat center;
  margin: 0 auto;

}
.icon-sport-centre {
  width: 20px;
  height: 20px;
 background-color : #009CFF;
  -webkit-mask: url(icon-svg/sport-centre.svg) no-repeat center;
  margin: 0 auto;

}

.icon-sunbed {
  width: 20px;
  height: 20px;
 background-color : #009CFF;
  -webkit-mask: url(icon-svg/sunbed.svg) no-repeat center;
  margin: 0 auto;

}

.icon-menu {
  width: 20px;
  height: 20px;
 background-color : #009CFF;
  -webkit-mask: url(icon-svg/menu.svg) no-repeat center;
  margin: 0 auto;

}

.icon-swimming-pool {
  width: 20px;
  height: 20px;
 background-color : #009CFF;
  -webkit-mask: url(icon-svg/swimming-pool.svg) no-repeat center;
  margin: 0 auto;

}
.icon-swimming-pool1 {
  width: 20px;
  height: 20px;
 background-color : #009CFF;
  -webkit-mask: url(icon-svg/swimming-pool1.svg) no-repeat center;
  margin: 0 auto;

}

.icon-cctv {
  width: 20px;
  height: 20px;
 background-color : #009CFF;
  -webkit-mask: url(icon-svg/cctv.svg) no-repeat center;
  margin: 0 auto;

}

.icon-toiletries {
  width: 20px;
  height: 20px;
 background-color : #009CFF;
  -webkit-mask: url(icon-svg/toiletries.svg) no-repeat center;
  margin: 0 auto;

}

.icon-travel {
  width: 20px;
  height: 20px;
 background-color : #009CFF;
  -webkit-mask: url(icon-svg/travel.svg) no-repeat center;
  margin: 0 auto;

}

.icon-water-heater {
  width: 20px;
  height: 20px;
 background-color : #009CFF;
  -webkit-mask: url(icon-svg/water-heater.svg) no-repeat center;
  margin: 0 auto;

}

.icon-wifi {
  width: 20px;
  height: 20px;
 background-color : #009CFF;
  -webkit-mask: url(icon-svg/wifi.svg) no-repeat center;
  margin: 0 auto;

}

.icon-p-bathroom {
  width: 20px;
  height: 20px;
  margin: 0 auto;
  background-color :#009CFF;
  -webkit-mask: url(icon-svg/p-bathroom.svg) no-repeat center;

}

.icon-kitchen {
  width: 20px;
  height: 20px;
 background-color : #009CFF;
  -webkit-mask: url(icon-svg/kitchen.svg) no-repeat center;
  margin: 0 auto;

}
.icon-coffee {
  width: 20px;
  height: 20px;
 background-color : #009CFF;
  -webkit-mask: url(icon-svg/coffee.svg) no-repeat center;
  margin: 0 auto;

}
.icon-iron {
  width: 20px;
  height: 20px;
 background-color : #009CFF;
  -webkit-mask: url(icon-svg/iron.svg) no-repeat center;
  margin: 0 auto;

}
.icon-beach-view {
  width: 20px;
  height: 20px;
 background-color : #009CFF;
  -webkit-mask: url(icon-svg/sun-umbrella.svg) no-repeat center;
  margin: 0 auto;

}
.icon-tray {
  width: 20px;
  height: 20px;
 background-color : #009CFF;
  -webkit-mask: url(icon-svg/tray.svg) no-repeat center;
  margin: 0 auto;

}
.icon-reception-bell {
  width: 20px;
  height: 20px;
 background-color : #009CFF;
  -webkit-mask: url(icon-svg/reception-bell.svg) no-repeat center;
  margin: 0 auto;

}

.icon-cityscape {
  width: 20px;
  height: 20px;
 background-color : #009CFF;
  -webkit-mask: url(icon-svg/cityscape.svg) no-repeat center;
  margin: 0 auto;

}
.icon-policeman {
  width: 20px;
  height: 20px;
 background-color : #009CFF;
  -webkit-mask: url(icon-svg/policeman.svg) no-repeat center;
  margin: 0 auto;

}
.icon-bunk {
  width: 20px;
  height: 20px;
 background-color : #009CFF;
  -webkit-mask: url(icon-svg/bunk.svg) no-repeat center;
  margin: 0 auto;

}
.icon-mountaint-landscape {
  width: 20px;
  height: 20px;
 background-color : #009CFF;
  -webkit-mask: url(icon-svg/hills.svg) no-repeat center;
  margin: 0 auto;

}
.icon-clean-water {
  width: 20px;
  height: 20px;
 background-color : #009CFF;
  -webkit-mask: url(icon-svg/clean-water.svg) no-repeat center;
  margin: 0 auto;

}
.icon-fridge {
  width: 20px;
  height: 20px;
 background-color : #009CFF;
  -webkit-mask: url(icon-svg/fridge.svg) no-repeat center;
  margin: 0 auto;

}
.icon-sofa {
  width: 20px;
  height: 20px;
 background-color : #009CFF;
  -webkit-mask: url(icon-svg/sofa.svg) no-repeat center;
  margin: 0 auto;

}
.icon-telephone {
  width: 20px;
  height: 20px;
 background-color : #009CFF;
  -webkit-mask: url(icon-svg/call.svg) no-repeat center;
  margin: 0 auto;

}
.icon-disabled-sign {
  width: 20px;
  height: 20px;
 background-color : #009CFF;
  -webkit-mask: url(icon-svg/disabled-sign.svg) no-repeat center;
  margin: 0 auto;

}
.icon-beds {
  width: 20px;
  height: 20px;
 background-color : #009CFF;
  -webkit-mask: url(icon-svg/beds.svg) no-repeat center;
  margin: 0 auto;

}
.icon-mirror {
  width: 20px;
  height: 20px;
 background-color : #009CFF;
  -webkit-mask: url(icon-svg/mirror.svg) no-repeat center;
  margin: 0 auto;

}
.icon-towel {
  width: 20px;
  height: 20px;
 background-color : #009CFF;
  -webkit-mask: url(icon-svg/towel.svg) no-repeat center;
  margin: 0 auto;

}
.icon-bath {
  width: 20px;
  height: 20px;
 background-color : #009CFF;
  -webkit-mask: url(icon-svg/bathtub.svg) no-repeat center;
  margin: 0 auto;

}
.icon-net {
  width: 20px;
  height: 20px;
 background-color : #009CFF;
  -webkit-mask: url(icon-svg/mosquito-insect-and-net-in-black.svg) no-repeat center;
  margin: 0 auto;

}
.icon-kayak {
  width: 20px;
  height: 20px;
 background-color : #009CFF;
  -webkit-mask: url(icon-svg/kayak.svg) no-repeat center;
  margin: 0 auto;

}

.icon-mat {
  width: 20px;
  height: 20px;
 background-color : #009CFF;
  -webkit-mask: url(icon-svg/mat-for-fitness.svg) no-repeat center;
  margin: 0 auto;

}
.icon-fruits {
  width: 20px;
  height: 20px;
 background-color : #009CFF;
  -webkit-mask: url(icon-svg/fruits.svg) no-repeat center;
  margin: 0 auto;

}
.icon-shower-cool{
  width: 20px;
  height: 20px;
 background-color : #009CFF;
  -webkit-mask: url(icon-svg/shower-cool.svg) no-repeat center;
  margin: 0 auto;

}
.icon-snorkel {
  width: 20px;
  height: 20px;
 background-color : #009CFF;
  -webkit-mask: url(icon-svg/snorkel.svg) no-repeat center;
  margin: 0 auto;

}
.icon-massage {
  width: 20px;
  height: 20px;
 background-color : #009CFF;
  -webkit-mask: url(icon-svg/massage.svg) no-repeat center;
  margin: 0 auto;

}
.icon-luggage {
  width: 20px;
  height: 20px;
 background-color : #009CFF;
  -webkit-mask: url(icon-svg/luggage.svg) no-repeat center;
  margin: 0 auto;

}
.icon-bar {
  width: 20px;
  height: 20px;
 background-color : #009CFF;
  -webkit-mask: url(icon-svg/bar.svg) no-repeat center;
  margin: 0 auto;

}
.icon-laundry1 {
  width: 20px;
  height: 20px;
 background-color : #009CFF;
  -webkit-mask: url(icon-svg/laundrys.svg) no-repeat center;
  margin: 0 auto;

}
.icon-dvd-player {
  width: 20px;
  height: 20px;
 background-color : #009CFF;
  -webkit-mask: url(icon-svg/dvd-player.svg) no-repeat center;
  margin: 0 auto;

}
.icon-size {
  width: 40px;
  height: 40px;
 background-color : #009CFF;
  -webkit-mask: url(icon-svg/size.svg) no-repeat center;
  margin: 0 auto;

}
.icon-sizes {
  width: 20px;
  height: 20px;
 background-color : #009CFF;
  -webkit-mask: url(icon-svg/sizes.svg) no-repeat center;
  margin: 0 auto;

}

.icon-motorbike {
  width: 20px;
  height: 20px;
 background-color : #009CFF;
  -webkit-mask: url(icon-svg/motorbike.svg) no-repeat center;
  margin: 0 auto;

}
.icon-bicycle {
  width: 20px;
  height: 20px;
 background-color : #009CFF;
  -webkit-mask: url(icon-svg/bicycle.svg) no-repeat center;
  margin: 0 auto;

}
.icon-gym {
  width: 20px;
  height: 20px;
 background-color : #009CFF;
  -webkit-mask: url(icon-svg/gym.svg) no-repeat center;
  margin: 0 auto;

}
.icon-single-bed {
  width: 20px;
  height: 20px;
 background-color : #009CFF;
  -webkit-mask: url(icon-svg/single-bed.svg) no-repeat center;
  margin: 0 auto;

}
.icon-maid {
  width: 20px;
  height: 20px;
 background-color : #009CFF;
  -webkit-mask: url(icon-svg/maid.svg) no-repeat center;
  margin: 0 auto;

}
.icon-lock {
  width: 20px;
  height: 20px;
 background-color : #009CFF;
  -webkit-mask: url(icon-svg/lock.svg) no-repeat center;
  margin: 0 auto;

}
.icon-smoke-detector {
  width: 20px;
  height: 20px;
 background-color : #009CFF;
  -webkit-mask: url(icon-svg/smoke-detector.svg) no-repeat center;
  margin: 0 auto;

}
.icon-desk {
  width: 20px;
  height: 20px;
 background-color : #009CFF;
  -webkit-mask: url(icon-svg/desk.svg) no-repeat center;
  margin: 0 auto;

}
.icon-rack {
  width: 20px;
  height: 20px;
 background-color : #009CFF;
  -webkit-mask: url(icon-svg/rack.svg) no-repeat center;
  margin: 0 auto;

}
.icon-deck-chair {
  width: 20px;
  height: 20px;
 background-color : #009CFF;
  -webkit-mask: url(icon-svg/deck-chair.svg) no-repeat center;
  margin: 0 auto;

}
.icon-playground {
  width: 20px;
  height: 20px;
 background-color : #009CFF;
  -webkit-mask: url(icon-svg/playground.svg) no-repeat center;
  margin: 0 auto;

}

.icon-floor {
  width: 20px;
  height: 20px;
 background-color : #009CFF;
  -webkit-mask: url(icon-svg/floor.svg) no-repeat center;
  margin: 0 auto;

}
.icon-w-floor {
  width: 20px;
  height: 20px;
 background-color : #009CFF;
  -webkit-mask: url(icon-svg/w-floor.svg) no-repeat center;
  margin: 0 auto;

}
.icon-double-lock {
  width: 20px;
  height: 20px;
 background-color : #009CFF;
  -webkit-mask: url(icon-svg/double-lock.svg) no-repeat center;
  margin: 0 auto;

}
.icon-basket {
  width: 20px;
  height: 20px;
 background-color : #009CFF;
  -webkit-mask: url(icon-svg/basket.svg) no-repeat center;
  margin: 0 auto;

}
.icon-wardrobe {
  width: 20px;
  height: 20px;
 background-color : #009CFF;
  -webkit-mask: url(icon-svg/wardrobe.svg) no-repeat center;
  margin: 0 auto;

}
.icon-toaster {
  width: 20px;
  height: 20px;
 background-color : #009CFF;
  -webkit-mask: url(icon-svg/toaster.svg) no-repeat center;
  margin: 0 auto;

}
.icon-river {
  width: 20px;
  height: 20px;
  margin: 0 auto;
  background-color :#009CFF;
  -webkit-mask: url(icon-svg/river.svg) no-repeat center;

}
.icon-lake {
  width: 20px;
  height: 20px;
  margin: 0 auto;
  background-color :#009CFF;
  -webkit-mask: url(icon-svg/lake.svg) no-repeat center;

}
.icon-microwave {
  width: 35px;
  height: 35px;
  background-color :#009CFF;
  -webkit-mask: url(icon-svg/microwave.png) no-repeat center;
  margin: 0 auto;
}

.p10ts {
    min-height: 40px;
    padding-top: 10px;
    font-size: 12px;
	text-align:center;
    line-height: 20px;
}
.p5t{padding-top:5px;}
.p5b{padding-bottom:5px;}
.p10t{padding-top:10px;}
.p10b{padding-bottom:10px;}
.p10r{padding-right:10px;}
.p10l{padding-left:10px;}
.p15t{padding-top:15px;}
.p15b{padding-bottom:15px;}
.p20t{padding-top:20px;}
.p20b{padding-bottom:20px;}
.p20r{padding-right:20px;}
.p20l{padding-left:20px;}
.p25t{padding-top:25px;}
.p25b{padding-bottom:25px;}
.p30t{padding-top:30px;}
.p30b{padding-bottom:30px;}
.p35t{padding-top:35px;}
.p35b{padding-bottom:35px;}
.p40t{padding-top:40px;}
.p40b{padding-bottom:40px;}
.p50t{padding-top:50px;}
.p50b{padding-bottom:50px;}
.p60t{padding-top:60px;}
.p60b{padding-bottom:60px;}
.p70t{padding-top:70px;}
.p70b{padding-bottom:70px;}
.p80t{padding-top:80px;}
.p80b{padding-bottom:80px;}
.p90t{padding-top:90px;}
.p90b{padding-bottom:90px;}
.p140t{padding-top:140px;}
.p150h{height: 200px;     overflow: hidden;
    text-overflow: ellipsis;
}
.m10t{margin-top:10px;}
.m10b{margin-bottom:10px;}
.m20t{margin-top:20px;}
.m20b{margin-bottom:20px;}

.imgcrop{width:100%;}
.imgcrop1{max-width:100%;}
.align-center{text-align:center!important;}
.align-right{text-align:right!important;}
.align-left{text-align:left !important;}
.align-justify{text-align:justify!important;}
.btns {
	background-color: #009CFF;
	color: #FFFFFF !important;
	margin-top: 10px;
	margin-bottom:20px;
	display: block;
	text-align: center;
	padding: 8px 10px;
	border: none;
	cursor: pointer;
	width:99%;
	font-size: 12px;
	border-radius: 6px;
}
.btns:hover {
	background-color: #114170 !important;
}
.btns3 {
	background-color: #009CFF;
	color: #FFFFFF !important;
	margin-top: -3px;
	display: block;
	text-align: center;
	padding: 18px 10px;
	border: none;
	cursor: pointer;
	width:99%;
	font-size: 15px;
	border-radius: 6px;
}
.btns3:hover {
	background-color: #114170 !important;
}
.btns4 {
	background-color: #009CFF;
	color: #FFFFFF !important;
	margin: 0 auto;
	display: block;
	text-align: center;
	padding: 6px;
	border: none;
	cursor: pointer;
	width:50%;
	font-size: 16px;
	border-radius: 6px;
}
.btns4:hover {
	background-color: #114170 !important;
}
.row1{
	padding-left:15px;
	padding-right: 15px;

}
/* colors code */
.text-bl {
    color: #343a40;
}

.text-wh {
    color: #fff;
}

.text-li {
    color: #f8f9fa;
}

.bg-li {
    background: #f8f9fa;
}

.bg-wh {
    background: #fff;
}

.let {
    letter-spacing: 1px;
}

/* //colors code */

/* bottom-to-top */
a.move-top {
    position: fixed;
    bottom: 1.5%;
    right: 2%;
    z-index: 0;
}

a.move-top span {
    color: #f69321;
    font-size: 30px;
}

/* //bottom-to-top */

#msform {
    text-align: center;
    position: relative;
    margin-top: 20px
}

#msform fieldset .form-card {
    background: white;
    border: 0 none;
    border-radius: 0px;
    box-sizing: border-box;
    width: 94%;
    margin: 0 3% 20px 3%;
    position: relative
}

#msform fieldset {
    background: white;
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding-bottom: 20px;
    position: relative
}

#msform fieldset:not(:first-of-type) {
    display: none
}

#msform fieldset .form-card {
    text-align: left;

}

#msform input,
#msform textarea {
    padding: 0px 8px 4px 8px;
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0px;
    margin-bottom: 25px;
    margin-top: 2px;
    width: 100%;
    box-sizing: border-box;
    color: #2C3E50;
    font-size: 16px;
    letter-spacing: 1px
}

#msform input:focus,
#msform textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: none;
    font-weight: bold;
    border-bottom: 2px solid skyblue;
    outline-width: 0
}

#msform .action-button {
   
   width: auto;
    background: #009CFF;
    font-weight: bold;
    color: #FFFFFF;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 50px;
    margin: 10px 5px;
}

#msform .action-button:hover,
#msform .action-button:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px skyblue
}

#msform .action-button-previous {
    width: 100px;
    background: #616161;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px
}

#msform .action-button-previous:hover,
#msform .action-button-previous:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #616161
}

/* header */
header {
    background: #fff;

    z-index: 99999999;
    top: 0;
    left: 0;
    right: 0;
    -webkit-box-shadow: 0 12px 34px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 12px 34px rgba(0, 0, 0, 0.12);
    box-shadow: 0 12px 34px rgba(0, 0, 0, 0.12);

}

/* navigation */
/* CSS Document */
.toggle-2,
.toggle,
[id^=drop] {
    display: none;
}

/* Giving a background-color to the nav container. */
nav {
    margin: 0;
    padding: 0;
}

#logo { width:100%; }

#logo a {
    float: left;
    display: initial;
    font-weight: 400;
    font-size: 0.8em;
    text-transform: capitalize;
    color: #009CFF;
}

#logo h1 a{
    float: left;
    display: initial;
    font-weight: 400;
    font-size: 20px;
    text-transform: capitalize;
    color: #009CFF;
}
.star { width:100px; padding-top: 5px; display:none; }
.star i { font-size:14px; float:left; padding-left: 3px;}

/* Since we'll have the "ul li" "float:left"
 * we need to add a clear after the container. */
nav:after {
    content: "";
    display: table;
    clear: both;
}

/* Removing padding, margin and "list-style" from the "ul",
 * and adding "position:reltive" */
nav ul {
    /* float: right; */
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
}

/* Positioning the navigation items inline */
nav ul li {
    margin: 0px;
    display: inline-block;
    float: left;
}

/* Styling the links */
nav a {
    margin: 0 5px;
    display: inline-block;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    font-weight: 700;
    text-transform: uppercase;
    color: #009CFF;
    padding: 4px 15px;
    font-size: 20px;
    letter-spacing: 0.5px;
 
}

/* Background color change on Hover */
.menu li a.active,
.menu li a:hover {
    color: #000000;

}

/* Hide Dropdowns by Default
 * and giving it a position of absolute */
nav ul ul {
    display: none;
    position: absolute;
    top: 50px;
	width:50%;
    background: #fff;
    padding: 10px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    -moz-border-radius: 4px;
    z-index: 99999;
    /* has to be the same number as the "line-height" of "nav a" */
}

/* Display Dropdowns on Hover */
nav ul li:hover>ul {
    display: inherit;
	
}

/* Fisrt Tier Dropdown */
nav ul ul li {
    width: 200px;
    float: none;
    display: list-item;
    position: relative;
}

nav ul ul li a {
    color: #fff;
    display: block;
    font-size: 14px;
    margin: 6px 0;
    letter-spacing: 1px;
}

/* Second, Third and more Tiers	
 * We move the 2nd and 3rd etc tier dropdowns to the left
 * by the amount of the width of the first tier.
*/
nav ul ul ul li {
    position: relative;
    top: -60px;
    /* has to be the same number as the "width" of "nav ul ul li" */
    left: 170px;
}

/* Change ' +' in order to change the Dropdown symbol */
li>a:only-child:after {
    content: '';
}

/* Media Queries
--------------------------------------------- */
@media(max-width: 1320px) {

.bb-img {

    top: -191px;
}

}
@media(max-width: 1280px) {
    nav a {
        font-size: 14px;
    }
	#FrmBook p {
    font-size: 10px;
}
.bb-img {

    top: -191px;
}
.btns3 { /* padding: 9px 10px; */ }
}

@media all and (max-width : 991px) {
	.input_txt {
    width: 93%;}
	.input_txts {
    width: 98%;}
	.input_txt {
    width: 95%;}
	.book-in {
    width: 97%;
    /* margin-left: -8px; */
	}
	.book-in2 {
    width: 98%;

	}
	.btns3 {
    
    margin-top: 10px;
    margin-bottom: 5px;

    padding: 10px 0px;
    width: 100%;
    font-size: 14px;
	}
    #logo {
        display: block;
        padding: 0;
        text-align: center;
        float: none;
    }

    nav {
        margin: 0;
    }

    /* Hide the navigation menu by default */
    /* Also hide the  */
    .toggle+a,
    .menu {
        display: none;
    }

    /* Stylinf the toggle lable */
    .toggle {
        display: block;
        padding: 8px 12px;
        font-size: 14px;
        text-decoration: none;
        border: none;
        float: right;
        background-color: #fff;
        color: #000;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -o-border-radius: 4px;
        -ms-border-radius: 4px;
        -moz-border-radius: 4px;
        letter-spacing: 1px;
        margin-bottom: 0;
        cursor: pointer;
        transition: 0.5s all;
        -webkit-transition: 0.5s all;
        -moz-transition: 0.5s all;
        -o-transition: 0.5s all;
        -ms-transition: 0.5s all;
    }

    .menu .toggle {
        float: none;
        text-align: center;
        margin: auto;
        max-width: 131px;
        padding: 5px;
        font-weight: 700;
        font-size: 14px;
        letter-spacing: .5px;
        background: transparent;
        color: #fff;
        text-transform: uppercase;
        border-radius: 20px;
    }

    .toggle:hover {
        opacity: .8;
        transition: 0.5s all;
        -webkit-transition: 0.5s all;
        -moz-transition: 0.5s all;
        -o-transition: 0.5s all;
        -ms-transition: 0.5s all;
    }

    .menu .toggle:hover,
    .menu .toggle.active {
        color: #000000;
        background: #ffffff;
        opacity: 1;
    }

    /* Display Dropdown when clicked on Parent Lable */
    [id^=drop]:checked+ul {
        display: block;
        padding: 15px 0;
        text-align: center;
        width: 100%;
    }

    nav ul {
        float: right;
    }

    /* Change menu item's width to 100% */
    nav ul li {
        display: block;
        width: 100%;
    }

    nav a:hover,
    nav ul ul ul a {
        background-color: transparent;
    }

    /* Hide Dropdowns by Default */
    nav ul ul {
        float: none;
        position: static;
        color: #ffffff;
        /* has to be the same number as the "line-height" of "nav a" */
    }

    /* Hide menus on hover */
    nav ul ul li:hover>ul,
    nav ul li:hover>ul {
        /* display: none; */
    }

    /* Fisrt Tier Dropdown */
    nav ul ul li {
        display: block;
        width: 100%;
        padding: 0;
    }

    nav ul ul li a {
        display: inline-block;
    }

    nav ul ul ul li {
        position: static;
        /* has to be the same number as the "width" of "nav ul ul li" */
    }

    nav a {
        font-size: 14px;
        display: inline-block;
        margin: 8px 0;
    }

    a.reqe-button {
        padding: 12px 20px;
        font-size: 13px;
        margin: 0 8px;
    }
}

@media all and (max-width : 330px) {

    nav ul li {
        display: block;
        width: 94%;
    }

}

/* dropdown */
#demo {
    margin: 10px 0 0px 0;
}

#demo .wrapper {
    display: inline-block;
    position: relative;
}

#demo .parent {
    height: 100%;
    width: 100%;
    display: block;
    cursor: pointer;
    line-height: 30px;
    height: 30px;
    color: #fff;
    z-index: 2;
    position: relative;
    -webkit-transition: border-radius .1s linear, background .1s linear, z-index 0s linear;
    -webkit-transition-delay: .8s;
    text-align: center;
    color: #fff;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 1px;
    padding-left: 0;
    padding-right: 0;
}

#demo .parent:hover,
#demo .content:hover~.parent {
    -webkit-transition-delay: 0s, 0s, 0s;
}

#demo .content:hover~.parent {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    z-index: 0;
}

#demo .content {
    position: absolute;
    top: 0;
    display: block;
    z-index: 1;
    height: 0;
    width: 150px;
    padding-top: 30px;
    -webkit-transition: height .5s ease;
    -webkit-transition-delay: .4s;
}

#demo .wrapper:active .content {
    height: 150px;
    z-index: 3;
    -webkit-transition-delay: 0s;
}

#demo .content:hover {
    height: 150px;
    z-index: 3;
    -webkit-transition-delay: 0s;
}


#demo .content ul {
    background: #fff;
    margin: 0;
    padding: 0;
    overflow: hidden;
    height: 100%;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

#demo .content ul a {
    text-decoration: none;
    padding: 0;
}

#demo .content li {
    list-style: none;
    text-align: left;
    color: #999;
    font-size: 16px;
    line-height: 30px;
    height: 40px;
    line-height: 40px;
    padding-left: 10px;
    border-top: 1px solid #eee;
}

#demo .content li:last-of-type {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

/* //dropdown */
/* //navigation */
li.nav-right-sty {
    margin-left: 7em;
}
a.reqe-button1 {
    color: #009CFF;
    letter-spacing: 1px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    -moz-border-radius: 4px;
    display: inline;
    font-size: 15px;
	text-transform: uppercase;
	font-weight: 400;
}


a.reqe-button {
    color: #009CFF;
    letter-spacing: 1px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    -moz-border-radius: 4px;
    display: inline;
    font-size: 17px;
	text-transform: uppercase;
	font-weight: 400;
}

.login {
    position: absolute;
    top: 40px;
    width: 300px;
    right: -35px;
    display: none;
}
.formholder {
	position: absolute;
	z-index:99999;
    width: 250px;
  background: #FFFFFF;
  padding-top: 5px;
  color :#FFFFFF;
}

.randompad {
  padding: 10px;
}
/* //heaser */
/* login */
.modal-body {
    max-width: 600px;
    margin: 0 auto;
}
input::placeholder {
  color: #009CFF;
}

input.form-control.bg-theme {
    cursor: pointer;
}

.text-theme-2:hover,
.text-theme-2 {
    color: #000;
}

.w3ls-btn {
    background: #114170;
    color: #fff;
    padding: 5px 43px;
    display: block;
    margin-top: 5em;
    letter-spacing: 0.5px;
    border-radius: 0px;
    text-transform: capitalize;
    font-weight: 600;
}

.w3ls-btn:hover {
    background: #333;
    color: #ffffff;
}

.modal-content {
    background: #fff;
}

/*-- //header --*/

.cpy-right {
	height: auto;
    padding: 30px;
    background: #114170;
}

.cpy-right p {
    color: #fff;
}

.cpy-right h6 {
    color: #fff;
}
.cpy-right a {
    color: #fff;
}

/* banner */

.banner {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    position: relative;
    z-index: 1;
	height:220px;
}

.banner_text_wthree_pvt {
    padding: 110px 0;
}
.bb-img {
	background-color:#fff;
	width:100%;
    height: auto;
    position: absolute;
    top: -160px;
	padding: 15px 0px;
	margin-left:0px;
	display:none;
}
.mobi{ display: block;}

.mobi1{ display:none;}
.banner:before,
.inner-banner-w3ls:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

button.btn.bg-theme {
    letter-spacing: 1px;
}

.bg-theme {
    background: #f69321;
    color: #fff;
}

.bg-theme1 {
    background: #ffffff;
    color: #000;
}

.banner-bottom-w3ls {
	position:absolute;
    z-index:200;
    width: 100%;
}

.bb-img h3 {
    text-transform: capitalize;
    font-size: 1.2em;
    text-align: center;
    margin: 1em 0 0;
    color: #000;
    font-weight: 600;
}

.align-w3-abt {
    padding: 14em 0 8em;
}

.wthree-link-bnr {
    padding: 8px 25px;
    color: #FFFFFF;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 14px;
    background: #114170;
    border: 1.5px solid #FFFFFF;
    text-transform: uppercase;
}

.wthree-link-bnr:hover {
    color: #fff;
    opacity: .8;
}

button.btn.wthree-link-bnr:hover {
    background: #fff;
    color: #000;
}

p.bnr-txt {
    width: 50%;
    color: #fff;
    font-size: 1.1em;
    margin: 0.5em 0 1.2em;
    line-height: 2;
}

button.wthree-link-bnr:hover {
    background: #114170;
    color: #fff;
}

h3.home-banner-w3 {
    color: #fff;
    font-size: 2.5em;
    line-height: 1.4;
    text-transform: capitalize;
    width: 50%;
    font-weight: 700;
    word-spacing: 4px;
}

/* inner banner */

.inner-banner-w3ls {
    background: url(../images/inner-banner.jpg) no-repeat center;
    background-size: cover;
    min-height: 300px;
    position: relative;
    z-index: 0;
}

li.breadcrumb-item a {
    color: #000;
}

.breadcrumb-item.active {
    color: #000000;
    text-transform: capitalize;
    font-weight: 600;
}

/* //inner banner */

/* title */

.wthree_pvt_title {
    margin-bottom: 5em;
}

h4.w3pvt-title {
    color: #114170;
    text-transform: capitalize;
    font-size: 2.3em;
    font-weight: 600;
    text-shadow: 1px 1px 1px #969696;
}

p.sub-title {
    color: #333;
    font-weight: 600;
    text-transform: capitalize;
    width: 60%;
    margin: 1em auto 0;
}

span.sub-title {
    text-transform: capitalize;
    font-size: 1em;
    color: #333;
}

.align-w3 {
    padding: 50px 0;
}

/* //title */

/* about */

.abt-icon {
    width: 80px;
    height: 80px;
    border: solid;
    border-width: 3px;
    border-top-color: #0087fc;
    border-bottom-color: #00f0ac;
    border-left-color: #00efac;
    border-right-color: #114170;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.abt-icon span {
    font-size: 1.7em;
    color: #114170;
}

.abt-txt h4 {
    text-transform: capitalize;
    font-size: 1.3em;
    margin-bottom: 0.5em;
}

.abt-txt {
    margin-left: 1em;
}

/* //about */

/* services */

.bg-services {
    background: url(../images/slide.jpg) no-repeat;
    background-size: cover;
}

.services-bg-color {
    padding: 2em;
}

h4.home-title {
    text-transform: capitalize;
    font-size: 1.2em;
    margin-bottom: 0.5em;
    color: #000;
}

/* services */

/* slide */

.slide-banner {
    background: url(../images/g6.jpg) no-repeat center;
    background-size: cover;
    min-height: 500px;
}

/* //slide */

/* blog */
span.post-icon {
    position: absolute;
    line-height: 4;
    text-align: center;
    font-size: 1.2em;
    letter-spacing: 1px;
    bottom: 0;
    width: 100%;
    left: 0;
    padding: 0px 12px;
    text-transform: capitalize;
    opacity: 0.6;
    background: #f69321;
    color: #fff;
}

h5.blog-title a {
    font-size: 0.9em;
    text-transform: capitalize;
    color: #333;
    font-weight: 600;
    display: block;
}

.blog-btn {
    background: transparent;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 1px;
    color: #000000;
    text-transform: uppercase;
}

blog-btn:hover {
    color: #114170;
}

.card-body {
	margin: 5px;
	
}

a.blog_link {
    display: inline-block;
    color: #114170;
    margin-top: 1em;
    font-weight: 600;
    background: #fff;
    padding: 4px 18px;
}

/* //blog */

/*-- explore slider --*/

.callbacks_container {
    position: relative;
    z-index: 1;
}

.callbacks {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
}

.callbacks li {
    position: absolute;
    width: 100%;
}

.rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
}

.rslides li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 0;
}

.rslides li {
    position: relative;
    display: block;
    float: left;
}

.callbacks_tabs {
    list-style: none;
    position: absolute;
    bottom: 3%;
    left: 1%;
    z-index: 11;
    right: 0;
    padding: 0;
    margin: 0;
    display: inline-block;
}

.callbacks_tabs li {
    display: inline-block;
    margin: 0 .3em;
}

@media screen and (max-width: 600px) {
    .callbacks_nav {
        top: 47%;
    }
}

.callbacks_here a:after {
    background: #000;
}

.slide-img {
    background: url(../images/banner.jpg) no-repeat center;
    background-size: cover;
    min-height: 500px;
}

.slide-img1 {
    background: url(../images/g6.jpg) no-repeat center;
    background-size: cover;
}

.slide-img2 {
    background: url(../images/g3.jpg) no-repeat center;
    background-size: cover;
}

/* //images slider */

hr {
    border-top: 1px solid #009CFF;
	margin-bottom:10px !important;
	margin-top: 0rem;
    width: 80%;
    margin-right: 43px;
}

/* contact */

textarea {
    height: 200px;
    resize: none;
}

form.register-wthree .form-control {
    padding: 15px 20px;
    border: 1px solid #dbdde2;
    border-radius: 0;
    -webkit-box-shadow: 2px 8px 10px 0px rgba(50, 46, 46, 0.23);
    -moz-box-shadow: 2px 8px 10px 0px rgba(50, 46, 46, 0.23);
    box-shadow: 2px 8px 10px 0px rgba(50, 46, 46, 0.23);
    letter-spacing: 1px;
}

.contact-form-wthreelayouts {
    padding: 2em;
    border: 20px solid #eee;
    border-radius: 20px;
}

#contact iframe {
    width: 100%;
    border: 3px solid #114170;
    padding: 1vw;
    min-height: 500px;
}

.contact-w3 span {
    color: #f69321;
    font-size: 1.2em;
    display: inline-block;
    vertical-align: middle;
    background: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    -webkit-box-shadow: 5px 10px 10px 0px rgba(216, 216, 216, 0.78);
    -moz-box-shadow: 5px 10px 10px 0px rgba(216, 216, 216, 0.78);
    box-shadow: 5px 10px 10px 0px rgba(216, 216, 216, 0.78);
    /* border-radius: 8% 37% 5% 26%; */
    /* border: 1px solid #fff; */
    text-align: center;
}

.contact-w3 {
    background: #eee;
    padding: 2em 1em;
}

.contact-w3 a,
.contact-w3 address p {
    color: #000;
    font-size: 0.9em;
    letter-spacing: 0.5px;
}

h5.cont-form {
    margin: 1em 0;
    text-align: center;
    text-transform: capitalize;
    font-size: 1.7em;
    color: #114170;
    font-weight: 600;
}

/* //contact */

/* team */

/* team  */

/*********************** Demo - 13 *******************/

.box13 {
    position: relative;
    transition: all .2s ease-out 0s;
    text-align: center;
}

.box13 .box-content,
.box13:after {
    position: absolute;
    left: 20px;
    right: 20px
}

/* .box13:after {
    content: "";
    display: block;
    background: #114170;
    background: -webkit-linear-gradient(135deg, #f69321, #114170);
    background: -ms-linear-gradient(135deg, #f69321, #114170);
    background: linear-gradient(135deg, #f69321, #114170);
    top: 20px;
    bottom: 20px;
    opacity: 0;
    transform: rotate3d(-1, 1, 0, 100deg);
    transition: all .4s ease-in-out 0s
} */
.box13:hover:after {
    opacity: .9;
    transform: rotate3d(0, 0, 0, 0deg)
}

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

.box13 .box-content {
    top: 50%;
    opacity: 0;
    z-index: 1;
    -webkit-transform: translate(10%, -30%);
    transform: translate(10%, -30%);
    transition: all .2s ease-out 0s
}

.box13:hover .box-content {
    opacity: 1;
    transform: translate(0, -50%);
    transition-delay: .2s;
    background: rgba(0, 242, 170, 0.66);
    padding: 6vw;
}

.box13 .title {
    display: block;
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 10px
}

.box13 .post {
    display: block;
    font-size: 15px;
    color: #ffffff;
    margin-bottom: 20px;
    text-transform: capitalize;
}

.box13 .social {
    padding: 0;
    margin: 0;
    list-style: none
}

.box13 .social li {
    display: inline-block
}

.box13 .social li a {
    display: block;
    width: 35px;
    height: 35px;
    background: #fff;
    border-radius: 50%;
    font-size: 17px;
    color: #1b1462;
    line-height: 35px;
    margin-right: 5px;
    transition: all .4s ease-in-out 0s
}

.box14 .icon li,
.box14 .post {
    display: inline-block
}

.box13 .social li a:hover {
    color: #ffffff;
    background: #000;
}

@media only screen and (max-width:990px) {
    .box13 {
        margin-bottom: 30px
    }
}

/* team  */

/* //team */

/* testimonials */

.testi-text p {
    color: #777;
    width: 90%;
    margin: 0 auto;
    font-size: 1.1em;
}

.testi-desc span {
    font-size: 2em;
    margin: 15px;
    color: #114170;
}

.testi-text p span {
    font-size: 1.1em;
    color: #777;
    margin: 9px 10px;
}

.testi-desc {
    text-align: center;
}

.carousel-indicators .active {
    background-color: #fb962e
}

.carousel-indicators li {
    background-color: #000;
    border: 1px solid #114170;
    cursor: pointer;
}

.carousel-indicators {
    bottom: -20px;
}

.testi-desc h5 {
    font-weight: 600;
    color: #333;
    font-size: 1.1em;
    text-transform: capitalize;
}

.testi-text {
    margin-bottom: 0.5em;
}

.testimonials_grid {
    background: #eee;
    padding: 2rem 1rem;
    border-radius: 1rem;
}

/* //testimonials */

/* //Portfolio */

.img-grid {
    margin-bottom: 1.2em;
}

h6.main-title-w3pvt {
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 1em;
    color: #114170;
    letter-spacing: 0.5px;
}

.port-desc {
    padding: 1.5em 1em;
    background: #eee;
}

/* gallery */
.gal-img img {
    padding: 10px;
}
.h5s {
	color: #fff;
	font-size:12px;
}
/* popup */
.popup-effect {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 0ms;
    visibility: hidden;
    opacity: 0;
    z-index: 99;
}

.popup-effect:target {
    visibility: visible;
    opacity: 1;
}
.popup .bb {
	    min-width: 1444px;
    top: -42px;
	position:relative;
	z-index:999999999;
	
}
.popup .aa {
	width:400px;
	
}
.popup p {

	font-size:12px;
	    line-height: 20px;
}
.popup {
    background: #fff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    -moz-border-radius: 4px;
    max-width: 800px;
    height: 550px;
    position: relative;
    margin: 8em auto;
    padding: 3em 2em;
    z-index: 999;
    text-align: center;
    overflow-y: scroll;
}

/*
 *  STYLE 2
 */

#style-2::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

#style-2::-webkit-scrollbar
{
	width: 12px;
	background-color: #F5F5F5;
}

#style-2::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #dadada;
}
.close {
    position: fixed;
    
    transition: all 200ms;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #000;
}
.close1 {
    top: 135px;
    left: 1150px;
  
}
.popup .close:hover {
    color: #45d5c0;
}
.continents-wrap {
	float: left;
	width: 20%;
	margin: 0 5% 0 0;
	padding: 0;
}
.flowers-wrap {
	float: left;
	width: 20%;
	margin: 0 5% 0 0;
	padding: 0;
	position: relative;
}
.flowers {
	padding-right: 10px;
	margin: 0 0 1px;
	position: relative;
}
.bg5 {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 15px;
	background: #fff;
	border: 1px #666 solid;
	
}
.bgg {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px;
	background: #fff;
	margin: 10px auto 20px auto;
	-webkit-box-shadow: 5px 5px 15px 5px rgba(50, 50, 50, .5);
	-moz-box-shadow: 5px 5px 15px 5px rgba(50, 50, 50, .5);
	box-shadow: 3px 3px 15px 3px rgba(50, 50, 50, .2);
}
#allratetext1 {
	/*display: none;*/
	text-align: left;
	background-color: #1E2021;
	padding: 20px;
	width: 300px;
	position: absolute;
	border-radius: 3px;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
	right: -4px;
	color: #FFF;
	font-size: 13px;
	line-height: 1.4;
}
.bgg1 {
	background-color: #06F;
    color: #fff;
    z-index: 999;
    padding: 5px 15px;
    position: absolute;
    top: 0px;
    right: 0px;

}
.bgg2 {
	background-color: #C00;
    color: #fff;
    z-index: 999;
    padding: 5px 15px;
    position: absolute;
    top: 0px;
    right: 0px;

}
.view-first img {
   -webkit-transition: all 0.2s linear;
   -moz-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
   -ms-transition: all 0.2s linear;
   transition: all 0.2s linear;
}
.view-first .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   background-color: rgba(0,0,0, 0.9);
   -webkit-transition: all 0.4s ease-in-out;
   -moz-transition: all 0.4s ease-in-out;
   -o-transition: all 0.4s ease-in-out;
   -ms-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
}
.view-first h2 {
   -webkit-transform: translateY(-100px);
   -moz-transform: translateY(-100px);
   -o-transform: translateY(-100px);
   -ms-transform: translateY(-100px);
   transform: translateY(-100px);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
}
.view-first p {
	opacity: 0;
    }
.view-first:hover img {
       
}
.view-first a.info {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
}
.view-first:hover .mask {
	   
}
.view-first:hover h2,
.view-first:hover p,
.view-first:hover a.info {
	opacity: 1;
	   
}
.view-first:hover p {
	   
}
.view-first:hover a.info {
   -webkit-transition-delay: 0.2s;
   -moz-transition-delay: 0.2s;
   -o-transition-delay: 0.2s;
   -ms-transition-delay: 0.2s;
   transition-delay: 0.2s;
}
.view {
   width: 98%;
    /* float: left; */
   /*overflow: hidden;*/
   position: relative;
   text-align: center;
  
   cursor: default;
   background: #fff url(../images/bgimg.jpg) no-repeat center center;
}
.view .mask,.view .content {
   width: 100%;
   height: 100%;
   position: absolute;
   /*overflow: hidden;*/
   top: 0;
   left: 0;
}
.view img {
   display: block;
   position: relative;
}
.view h3 {
   text-transform: uppercase;
   color: #fff;
   text-align: center;
   position: relative;
   font-size: 17px;
   padding: 10px;
   margin: 20px 0 0 0;
}
.view p {
   font-style: italic;
   position: relative;
   color: #fff;
   padding: 10px 20px 10px;
   text-align: center;
   line-height: 18px;
   overflow: auto;
   max-height: 140px;
   
	font-size:12px;    
}
.view a.info {
   display: inline-block;
   text-decoration: none;
   padding: 7px 14px;
   background: #000;
   color: #fff;
   text-transform: uppercase;
   -webkit-box-shadow: 0 0 1px #000;
   -moz-box-shadow: 0 0 1px #000;
   box-shadow: 0 0 1px #000;
}
.view a.info: hover {
   -webkit-box-shadow: 0 0 5px #000;
   -moz-box-shadow: 0 0 5px #000;
   box-shadow: 0 0 5px #000;
}
.box-t
{
	position:absolute;
	bottom: 0px;
	padding-top: 15px;
	width: 100%;
	background: -webkit-gradient(linear, 50.00% 0.00%, 50.00% 100.00%, color-stop( 0% , rgba(255,255,255,.2)),color-stop( 100% ,rgba(0,0,0,.9) )); 
	background: -webkit-linear-gradient(270deg,rgba(255,255,255,0.2) 0%,rgba(0,0,0,.9) 100%); 
	background: linear-gradient(180deg,rgba(255,255,255,0.2 0%,rgba(0,0,0,.9)) 100%);	
}
.box-t h1
{
	color: #FFF;
	font-size:16px;
	font-weight:bold;
	margin-left: 10px;
	margin-bottom:10px;
	text-align:left;
}
.box-t h2
{
	color: #FFF;
	font-size:14px;
	margin-left: 10px;
	margin-bottom:10px;
	text-align:left;
    opacity:1;
    transform:none;
}
.box-pr
{
	background: #081024 ;
	width:100%;
	padding-top: 20px;
	padding-bottom: 20px;
}
/* //popup */
/* //gallery */
/* Portfolio */

/* footer */

.footer {
    background: #333;
}

.text-theme {
    color: #114170;
}

.footer h2 a {
    text-transform: capitalize;
    font-size: 0.9em;
    color: #fff;
}

.footer h2 a:hover {
    color: #fff;
}

/* footer grids */

.footerv3-top h3 {
    font-size: 1.3em;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 1.5em;
}

.footv3-left h4 a {
    font-size: 1.3em;
    letter-spacing: 0.5px;
    color: #fff;
    padding: 14px 0 0;
    position: relative;
    text-transform: capitalize;
}

h4.footer-title {
    color: #777;
    text-transform: capitalize;
}

.footerv3-top p {
    font-size: 1em;
    color: #a3b1bf;
    margin: 1em 0;
    line-height: 1.5em;
}

.footer p a {
    color: #fff;
    text-decoration: underline;
}

.footer p a:hover {
    color: #fff;
}

.fv3-contact p {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    font-size: 16px;
}

.footer-top p {
    max-width: 400px;
}

.fv3-contact p a:hover {
    color: #114170;
}

.list-w3pvtits li a {
    color: #fff;
    font-size: 1em;
    text-transform: capitalize;
}

h3.w3f_title {
    font-size: 1.3em;
    color: #fff;
    font-weight: 400;
}

/* //footer */
/* -- Responsive code -- */
@media screen and (max-width: 1920px) {}

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

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

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

@media screen and (max-width: 1366px) {
	/*
    .banner-bottom-w3ls {
        bottom: -110px;
    }
    */
}

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

@media screen and (max-width: 1080px) {
    h3.home-banner-w3 {
        width: 60%;
        font-size: 2.3em;
    }

    .align-w3-abt {
        padding: 12em 0 8em;
    }

    h4.w3pvt-title {
        font-size: 2.1em;
    }

    .services-bg-color {
        padding: 0 2em;
    }

    li.nav-right-sty {
        margin-left: 3em;
    }
}

@media screen and (max-width: 1050px) {
	/*
    .align-w3 {
        padding: 200px 0;
    }
    */
}

@media screen and (max-width: 1024px) {
    .banner-bottom-w3ls {
        /* left: 10%; */
        width: 80%;
    }

    h3.home-banner-w3 {
        width: 100%;
    }

    p.bnr-txt {
        width: 100%;
    }

    .inner-banner-w3ls {
        min-height: 250px;
    }
}

@media screen and (max-width: 991px) {
#FrmBook p {
    font-size: 14px;
}
	 .bb-img {
    top: -250px;
    left: 0px;}
	.mobi1{ display: block;}
	.mobi{ display:none;}
    .navbar-light .navbar-toggler {
        margin-left: auto;
    }

    .dropdown-menu {
        text-align: center;
    }

    .right_nav {
        margin: 0 auto;
        text-align: center;
    }

    .bb-img h3 {
        font-size: 1.05em;
    }

    p.sub-title {
        width: 100%;
    }

    .wthree_pvt_title {
        margin-bottom: 4em;
    }

    .w3ls-btn {
        margin-top: 3em;
    }

    .align-w3-abt {
        padding: 12em 0 4em;
    }

    .abt-txt h4 {
        font-size: 1.1em;
    }

    .abt-txt {
        margin-left: 0;
    }

    .slide-banner {
        min-height: 420px;
    }

    .slide-img {
        min-height: 450px;
    }

    .carousel-indicators {
        bottom: -45px;
    }

    li.nav-right-sty {
        margin-left: 0em;
    }

    .box13:hover .box-content {
        padding: 3vw;
    }
}

@media screen and (max-width: 900px) {
    h3.home-banner-w3 {
        font-size: 2.2em;
    }
}

@media screen and (max-width: 800px) {
    #contact iframe {
        min-height: 400px;
    }
}

@media screen and (max-width: 768px) {
	
    h3.home-banner-w3 {
        font-size: 2em;
    }

    h4.w3pvt-title {
        font-size: 1.9em;
    }

    .wthree_pvt_title {
        margin-bottom: 3em;
    }
}

@media screen and (max-width: 736px) {
    .align-w3 {
        /* padding: 250px 0; */
    }

    .slide-img {
        min-height: 350px;
    }

    .box13 .title {
        font-size: 20px;
    }
}

@media screen and (max-width: 667px) {
    .bb-img h3 {
        font-size: 1em;
    }

    .abt-icon {
        width: 60px;
        height: 60px;
    }

    .abt-icon span {
        font-size: 1.5em;
    }

    h4.w3pvt-title {
        font-size: 1.8em;
    }
}

@media screen and (max-width: 640px) {
    .slide-banner {
        min-height: 385px;
    }

    .carousel-indicators {
        bottom: -35px;
    }
}

@media screen and (max-width: 600px) {
    .banner-bottom-w3ls {
        /* left: 5%; */
        width: 90%;
    }
}

@media screen and (max-width: 568px) {
    .wthree-link-bnr {
        padding: 3px 25px;
        letter-spacing: 0px;
        font-size: 13px;
    }

    .navbar-light .navbar-nav .nav-link {
        padding: 4px 15px;
        font-size: 0.85em;
        letter-spacing: 1px;
    }

    .banner-bottom-w3ls {
        bottom: -90%;
    }

    .align-w3-abt {
        padding: 22em 0 8em;
    }

    h3.home-banner-w3 {
        font-size: 1.8em;
    }

    p.bnr-txt {
        font-size: 1em;
        line-height: 1.5;
    }

    .align-w3-abt {
        padding: 22em 0 3em;
    }

    h4.w3pvt-title {
        font-size: 1.6em;
    }

    .services-bg-color {
        padding: 0;
    }

    .align-w3 {
        padding: 50px 0;
    }

    .slide-img {
        min-height: 300px;
    }

    .box13 .box-content,
    .box13:after {
        left: 21px;
        right: 33px;
    }

    .w3ls-btn {
        margin-top: 2em;
    }

    #contact iframe {
        min-height: 300px;
    }

    h5.cont-form {
        font-size: 1.5em;
    }

    form.register-wthree .form-control {
        padding: 8px 20px;
    }

    a.navbar-brand {
        font-size: 0.75em;
    }

    .contact-form-wthreelayouts {
        padding: 1em;
    }

    .box13:hover .box-content {
        padding: 20vw 4vw;
    }
}

@media screen and (max-width: 480px) {
    h3.home-banner-w3 {
        font-size: 1.6em;
    }

    .wthree_pvt_title {
        margin-bottom: 2.5em;
    }

    .align-w3-abt {
        padding: 20em 0 3em;
    }

    .w3ls-btn {
        margin-top: 2em;
    }

    .w3ls-btn {
        padding: 4px 30px;
    }

    .inner-banner-w3ls {
        min-height: 200px;
    }

    .slide-img {
        min-height: 200px;
    }

    h3.w3f_title {
        font-size: 1.1em;
    }
}

@media screen and (max-width: 414px) {
    .right_nav {
        margin: 0.5em auto;
    }

    h3.home-banner-w3 {
        font-size: 1.4em;
    }

    .align-w3-abt {
        padding: 19em 0 0em;
    }
}

@media screen and (max-width: 384px) {
    .banner-bottom-w3ls {
        left: 0;
        width: 100%;
    }

    .img-grid {
        padding: 0;
    }

    .testi-text p {
        width: 100%;
        font-size: 1em;
    }

    .testi-desc h5 {
        font-size: 1em;
    }
}

@media screen and (max-width: 375px) {
    .inner-banner-w3ls {
        min-height: 180px;
    }
}

@media screen and (max-width: 320px) {
    h3.home-banner-w3 {
        font-size: 1.2em;
    }

    .banner-bottom-w3ls {
        bottom: -80%;
    }

    .bb-img h3 {
        font-size: 0.9em;
    }

    .abt-icon {
        width: 50px;
        height: 50px;
    }

    .abt-icon span {
        font-size: 1.2em;
    }

    .abt-txt h4 {
        font-size: 1em;
    }

    .align-w3-abt {
        padding: 17em 0 0em;
    }

    h4.w3pvt-title {
        font-size: 1.4em;
    }

    h4.home-title {
        font-size: 1.1em;
    }
}

@media (min-width: 356px) {
	.search_box { width:320px; }
    
    .view p { max-height: 150px; }
}

@media (min-width: 410px) {
  .search_box { width: 380px; }
  .ExiTxt { font-size:16px!important; }
  
  .view-first:hover p { max-height:150px; }
  
	.ExISelDate { font-size:16px!important; } 
}

@media (min-width: 480px) {

	.tab-content > .active { padding-top:370px!important; }
    .tab-content > .active1 { padding-top:430px!important; }
    .tab-content > .active2 { padding-top:430px!important; }
    .tab-content > .active3 { padding-top:430px!important; }

  .search_box { width: 450px; }
  .btn_complete { width:auto; margin-top:0px; }
  
  .td_cn_md_hide { display: block; }
  
  .calendar_date_exi { right:20px; }
  
  .bb-img { display:block; }
  .BESearchBoxM { display:none; }
  
  .banner { height:500px; }
  
  .tab-content > .active_m { padding-top:unset; }
  .tep_sel_date { padding-top:unset; }
}

@media screen and (min-width: 525px) {
	.bb-img { padding: 15px 20px; margin-left:-20px; }
    
	.book_am_cn1 { display:none; }
	.book_am_cn2 { display:inline; }  
    
	.sort1 { padding : 5px 20px!important; font-size:16px!important; }
	.sort2 { padding : 5px 20px!important; font-size:16px!important; }
	.sort3 { padding : 5px 20px!important; font-size:16px!important; } 
    
    .view-header { padding-left:0px; }
    .sort_box { padding-right:0px; }
    
    #logo { width:348px; }
    
    .star { display:block; }
    
    #BtnBack { padding:10px 27px; }
    
    .content_right_extra_item { font-size:16px; }
    
}

@media screen and (min-width: 576px) {

	.tab-content > .active { padding-top:200px!important; }
    .tab-content > .active1 { padding-top:260px!important; }
    .tab-content > .active2 { padding-top:260px!important; }
    .tab-content > .active3 { padding-top:260px!important; }

	.row_r { padding-left:10px; }
	.row_l { padding-right:10px; }
	.row_r2 { padding-left:20px; }
	.row_l2 { padding-right:20px; }    
    
    .room_occ { text-align:center; }
    .row_show_more { text-align:right; padding-bottom:0px; }
    .row_rate_info { text-align:right; padding-top:0px; clear:none; }
    .row_arrow { width:90%; }
    .row_sel_room { text-align:right; }
    .DetailMHide { display:block; }
    
    .rsvn_list_box { clear:both; padding-top:20px; }
    .input_txt2 { width:90%!important; }
    
    .flight_time_box { width:95%; }
    
    #ArrMin { margin-bottom:0px; }
    
    .room h2{ font-size:30px;}
    
    .row_sel_room_l { float:right; width:50%; }
    .row_sel_room_r { width:50%; }  
    
    .MemberLoginBG { width:200px; }  
    
    .cb_room_info { padding-top:0px; padding-left:15px; }
    .cb_avg_rate_dt { display:inline; }
    .cb_avg_rate_mb { display:none; }
      
    #RmCb1L { width:90%; }
    #RmCb1R { display:block; }      
    #RmCbPlusIcon { display:none; } 
    #RmCb3Box { padding-top:5px; } 
    .RmCbBookBtn { float:right; margin:0; }  
    .RmPriceCurr { font-size:30px!important; }       
}
    
@media screen and (min-width: 768px) {
	.search_box {width: 680px; }
    
    #rsvn_detail {display:block; }
    
	.view-header { padding-bottom:0px; }
    .row_am_cn { text-align:right; }
    
    #CalAviTBBox { width:95%; }
    #CalAviTBBox2 { display:table; }
    #CalAviTBBox3 { display:table; }
    #CalAviTBBox4 { display:table; }
    <!-- .CalAviNextMB { display:none; } -->
    
    #TBDialogBE { width:600px; }
    #tb-list-data { font-size:16px; }
    
    .rsvn_list_box { clear:none; padding-top:0px; }

    .rm_info_dt { display:block; }
    .rm_info_mb { display:none; } 
    
    .DivExItem { padding-left:30px; }
    .calendar_date_exi { right:25px; } 
    
    .MemberLoginBG { width:300px; }     
}

@media screen and (min-width: 992px) {
	.search_box {width: 900px; }
        
    #IFrameX { height:190px; }
          
    .tab-content > .active { padding-top:40px!important; }
    .tab-content > .active1 { padding-top:80px!important; }
    .tab-content > .active2 { padding-top:80px!important; }
    .tab-content > .active3 { padding-top:80px!important; }
    
    .book_prop { width:95%; }
    .book_checkin { width:90%; }
    
    .row_prop { padding-left:0px; }
    
    .amend_cancel_box { width:430px; }
    
    .footer_mid_img { float:left; }
    .footer_mid_box { width:auto; padding-right:10px; }
    .footer_mid_txt { max-width: 230px; float:left; padding:12px 0px 10px 5px; }
    
    .footer_box { text-align:left; }  
    .footer_col1 { width:30%; } 
    .footer_col2 { width:40%; } 
    .footer_col3 { width:30%; }      
 	.foot_box1 { width:auto; }
    .foot_box2 { text-align:left; } 
    
    .row_r .icon_arrow2 { width:90%; }
    .row_l .icon_arrow2 { width:90%; }  
    
	.row_r { padding-left:0px; }
	.row_l { padding-right:0px; }
    .row_am_cn { padding-top:0px; }
    
    .TDBHReport { display:table-cell; }
    
    .search_box input { font-size:12px!important; }
    .search_box select { font-size:12px!important; }  
    
    .room h2{ font-size:40px;} 
    .room_info_p { padding-top:10px; }
    
    .avai_cal_active { font-size:12px; }
    .calendar_date_exi { right:40px; }
    
    .ChAgeTxt { font-size:12px; }
    .calendar-search-date-exi { right:10px!important; }
    
    .icon_cutlery { font-size:12px; }
    .icon_cutlery_txt { font-size:12px; } 
    
    .MemberLoginBG { width:150px; }
    
    .RmCbTravelDate { font-size:18px; }
    
    .RmPriceCurr { font-size:40px!important; }          
}

@media screen and (min-width: 1200px) {
	.search_box {width: 1110px; }
    
	.tab-content > .active { padding-top:20px!important; }
    .tab-content > .active1 { padding-top:40px!important; }
    .tab-content > .active2 { padding-top:40px!important; }
    .tab-content > .active3 { padding-top:40px!important; }
    .nav_menu2 li a { padding:0px 5px; }
    
    .search_box input { font-size:14px!important; }
    .search_box select { font-size:14px!important; }
    
    .content_left_extra_item { width:66.666667%; }
    .content_right_extra_item { width:33.333333%; }  
    
    .nav_menu1 li a { font-size:18px; } 
    
    .BtnNextExi { display:block; } 
    .BtnNextExi2 { display:none; }
    
    .ChAgeTxt { font-size:16px; }
    .TDAviCalD { font-size:16px; }
    
    .rate_con_dt { display:block; }
    .rate_con_mb { display:none; }
    
    .sharing_con_dt { display:inline; }
    .sharing_con_mb { display:none; }
    
    .AvaiCalTitle { font-size:16px!important; }  
    
    .icon_cutlery { font-size:16px; }
    .icon_cutlery_txt { font-size:16px; }      
}

@media (min-width: 1600px) {
  .search_box {width: 1370px; }
  .calendar_date_exi { right:50px; }
  .MemberLoginBG { width:190px; }
}

@media (min-width: 1900px) {
  .search_box { width: 1670px; }
}
/* -- //Responsive code -- */