body{
    padding:0!important;
    margin:0;
    background: #fff;
    height: 100%;
    font-size: 12px;
}
h1,h2,h3,h4,h5,h6,p,img,ul,li,ol,a{
    padding:0;
    margin:0;
    /*font-family: 'GothamBook' !important;*/
}
a{
    text-decoration: none!important;
    cursor: pointer!important;
    color:#d8602b;
    border:0;
    outline:none!important;
}
a:focus,a:hover{
    color:#505150;
}
.al-center{
    text-align: center;
}
.al-left{
    text-align: left;
}
.al-right{
    text-align: right;
}
.nomargin{
    margin: 0!important;
}
.pt3{
    position: relative;
    top:3px;
}
.mt0{
    margin-top: 0px!important;
}
.mt4{
    margin-top: 4px !important;
}
.mt10{
    margin-top: 10px!important;
}
.mt15{
    margin-top: 15px!important;
}
.mt20{
    margin-top: 20px!important;
}
.mt30{
    margin-top: 30px!important;
}
.mt40{
    margin-top: 40px!important;
}
.mb5{
    margin-bottom: 5px!important;
}
.mb10{
    margin-bottom: 10px!important;
}
.mb20{
    margin-bottom: 20px!important;
}
.mb30{
    margin-bottom: 30px!important;
}
.mr5{
    margin-right: 5px!important;
}
.mr10{
    margin-right: 10px!important;
}
.ml5{
    margin-left: 5px!important;
}
.ml15{
    margin-left: 15px!important;
}
.ml30{
    margin-left: 30px!important;
}
.ml148{
    margin-left: 151px;
}
.aligncenter{
    text-align: center;
}
input[type="checkbox"]{
    margin-top:0;
}
input[type="checkbox"]:disabled{
    cursor: default;
}
p{
    font-size: 13px;
    font-family: 'OpenSansSemibold'!important;

}
.mmt10
{
    margin: 3px 5px;
}
.header{
    border-top:4px solid #d8602b;
    background: #fff;
}
.productlbl{
    color:#5a5c5d;
    font-family: 'OpenSansSemibold'!important;
    font-size: 11px!important;
    margin:0;
    line-height: 80px;
}
.copylbl{
    color: #d8602b;
    font-size: 13px;
    font-family: 'OpenSansSemibold'!important;
    font-weight: normal;
    line-height: 40px;
    width: 100%;
    float: left;
}
.productlbl a:hover,.copylbl:hover{
    color:#505150
}
.logo{
    padding: 12px 0;
}

.logintab{
    position: relative;
    float: left;
    width:100%;
    top:5px;
}
.logintab ul{
    list-style: none;
    float: right;
}
.logintab ul li{
    float: left;
    display: inline-block;


}

.logintab ul li a{
    font-weight: normal;
    font-size: 11px;
    color:#505150;
    /*font-family: 'GothamBook' !important;*/
    border-right: 1px solid #505150;
    margin-right: 5px;
    padding-right: 5px;
}
.nomarginweb{
    margin:0px !important;
}
.logintab ul li:last-child a{border-right:none;}
.logintab ul li span{
    font-weight: normal;
    font-size: 11px;
    color:#505150;
    font-family: 'Arial' !important;
}
.logintab ul li span b{
    font-weight: normal;
    font-size: 11px;
    color:#9c9c9c;
    font-family: 'Arial' !important;
}
.logintab .button{
    background: #d8602b;
    text-decoration: none;
    padding: 2px 4px;
    color:#fff;
}
#menu{
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: relative;
}
#menu li{
    display: inline-block;
    margin: 0px 2px;
}
#menu li a{
    color:#000000;text-decoration: none;
    font-family: "OpenSansRegular" !important;
    font-size: 14px;padding: 9px 15px;display: block;
    text-transform: uppercase;
}
#menu li a:hover,#menu li.active a{background: #d8602b;color:#fff;}
.navigation {
    top: 18px;
    position: relative;
}

.content{
    position: relative;
    top: -90px;
    z-index: 999;
    overflow: hidden;
}
.contentseprate{
    background: #fff;
    padding: 20px;

}
.feedbackmsg{width:100%;float: left;background: #ff9b00;padding:5px 0;}
.feedbackmsg span{font-size: 16px;font-weight: bold;font-family: "Arial";color:#fff;line-height: 30px;}
.carousel,
.item
{
    height: 100%;

}
.carousel{
    margin-bottom: 0;
}
.carousel-inner {
    height: 416px;

}

.carousel .item {
    -webkit-transition: opacity 3s;
    -moz-transition: opacity 3s;
    -ms-transition: opacity 3s;
    -o-transition: opacity 3s;
    transition: opacity 3s;
}
.carousel .active.left {
    left:0;
    opacity:0;
    z-index:2;
}
.carousel .next {
    left:0;
    opacity:1;
    z-index:1;
}
/* Background images are set within the HTML using inline CSS, not here */

.fill {
    width: 100%;
    height: 100%;
    background-position: left;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}


.show-grid{
    /*margin-top: 10px;*/
    margin-bottom: 20px;
}
.slidercontent{
    font-size: 32px;
    color:#fff;

}
.slidercontent .font-normal{
    /*font-family: 'GothamBook' !important;*/
    font-weight: normal;
}
.slidercontent .font-bold{
    font-family: 'gothambold1' !important;
    font-weight: bold;
}
h1.slidercontent{
    /*float: right;*/
    text-align: center;
}
.loginformdiv{
    width: 300px;
    /*    position: absolute;*/
    float: left;
    /*top: 175px;*/
    background: #fff;
    z-index: 999;
    border-radius: 4px;
}
.innerformdiv{
    position: relative;
    float: left;
    /*width: 100%;*/
    padding:30px 30px 0 30px;
}
.loginformdiv .innerformdiv .formelemets{
    float: left;
    width: 100%;
    margin-bottom: 18px;
}
.loginformdiv .innerformdiv .formelemets input[type="text"],.loginformdiv .innerformdiv .formelemets input[type="password"]{
    border: 1px solid #bec3c7;
    box-shadow: none;
    padding: 2%;
    width: 96%;
    height: 29px;
    margin: 0;
}
.loginformdiv .innerformdiv .formelemets input[type="text"]:focus,.loginformdiv .innerformdiv .formelemets input[type="password"]:focus{
    border: 1px solid #f49f1f;
}
.logintitle{
    font-size: 18px;
    /*font-family: 'GothamBook' !important;*/
}
.button{
    background: #bec3c7;
    font-size: 14px;
    font-weight: normal;
    /*font-family: 'GothamBook' !important;*/
    border:none;
    border-radius: 4px;
    color:#ffffff;
    text-transform: capitalize;
    height: 41px;
    width: 85px!important;
}
.loginformdiv .innerformdiv .formelemets a,.loginformdiv .innerformdiv .formelemets span{
    font-size: 12px;
    font-weight: normal;
    font-family: 'Arial';
    text-transform: none;
}
.loginformdiv .innerformdiv .formelemets span{
    color:#676767;
}
.loginformdiv .innerformdiv .formelemets a{
    color:#329ac4;
}
.regitab{
    background: #eaebeb;
    float: left;
    width: 93.5%;
    padding: 10px;
}
.regitab span,.regitab a{
    font-size:13px;

}
.regitab span{
    color:#646464;
    margin: 0 15px;
    text-transform: none;
}
.regitab i{margin-right: 5px;}
.regitab a{margin-right: 15px;}
.last{margin-right: 0!important;}
.supplogin{
    background: #329ac4;
    border-radius: 0 0 4px 4px;
    padding: 10px 0;
    width: 100%;
    text-align: center;
    color:#fff;
    font-size: 18px;
    /*font-family: 'GothamBook' !important;*/
    float: left;
}
.supplogin a{
    color:#fff;
}
.absoluteblock{
    position: absolute;
    top: 175px;
    width: 87%;
    /*text-transform: uppercase;*/
    z-index: 99;
}
.searchformblock{
    /*    position: absolute;
        top: 165px;
        width: 82%;*/
    /*text-transform: uppercase;*/
    z-index: 99;
    position: relative;
    top: 0px;
    width: 100%;
    float: left;
}
.slidercontentmain{
    float: left;
    width: 74%;
}

.servicesblock{
    margin-top: 30px;
    margin-left: 96px;
    margin-right: 96px;
    float: left;
    width: 78%;
    margin-bottom: 30px;
    text-align: center;
}
.servicesblock .serblock{
    float: left;
    display: inline-block;
    width: 61px;
    margin-left: 30px;
}
.servicesblock .serblock img,.servicesblock .serblock span{
    display: block;
    color:#fff;
    font-size: 12px;
    font-weight: normal;
    /*font-family: 'GothamBook' !important;*/
    text-transform: none;
    text-align: center;
    position: relative;
}
.search_location{
    width: 100%;
    position: relative;
}
.pageheading{
    background: #505150;
    padding:5px 0px;
    font-family: 'OpenSansRegular'!important;
}
.pageheading span{
    font-size: 23px;
    font-weight: normal;
    font-family: 'OpenSansRegular'!important;
    color: #fff;
}
.pageheading small{
    font-size: 14px;
    color:#fff;
    font-weight: normal;
    font-family: 'OpenSansRegular'!important;
}
.searchhotelform{
    margin:40px 0;
    float: left;
}
.searchhotelform input[type="text"],.searchhotelform select{
    width:100%;
}
.absoluteblock .searchhotelform .upperform{
    background: none;
    float: left;
    width: 100%;
    margin-bottom: 10px;

}
.captchacss{
    background-color: #D8673D;
    font-size: 25px;
    color: white;
    background-image: url(../../images/xhubimage/new/captcha.jpg);
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    cursor: pointer;
    font-family: verdana;
    -ms-user-select: none;
    -webkit-user-select: none;
    padding: 3px;
    text-align: center;
    width: 114px;
    float: left;
    height: 41px;
}
.refrecaptcha{
    position: relative;
    padding: 13px 20px;
    background: #d8602b;
    float: left;
    height: 41px;
    text-align: center;
}
.refrecaptcha i{
    color:#fff;
    font-size: 18px;
}
.absoluteblock .searchhotelform .upperform .destitext{
    width: 74%;
    border: 0;
    background: #fff;
    margin:0;
    border-radius: 0;
    box-shadow: none;
    padding:10px;
    font-size: 22px;
    color:#505150;
    height: 63px;
    line-height: 22px;
    font-family: "Arial";
    font-weight: normal;
    outline: none;
}
.searchhotelform .fa-destination{
    background: #f5f5f5 url("../../images/xhubimage/new/icon-destination.png") no-repeat 9px;

    font-size: 25px;
    margin: 0;
    color: #329ac4;
    padding: 31px 28px 32px 28px;
}
.searchhotelform .fa-search{
    background: #fff;
    color:#d8602b;
    font-size: 25px;
    padding:19px;
}
.orlbl{
    margin:0!important;
}
.orlbl span{
    background: #505150;
    padding: 10px 11px;
    border: none;
    border-radius: 50%;
    color: #fff;
    font-size: 18px;
    text-align: center;
    top: 25px;
    position: relative;
    left: 9px;
    text-transform: none;
}
.countrycity{
    background: #fff;
    padding: 15px 0;
    margin:0!important;
    width: 100%;
}
.countrycity select{
    border-radius: 0;
    border:1px solid #eeeeee;
    margin:0;
}
.searchbtn{
    background: #d8602b;
    border-radius: 4px;
    box-shadow: 0 2px 0 0 rgba(0,0,0,0.5);
    border: none;
    padding: 11px 23px;
    font-size: 16px;
    color:#fff;
    /*    font-family: 'GothamBook' !important;*/
}
.absoluteblock .searchhotelform .upperform .selectbox{

}
.absoluteblock .searchhotelform .lowerform{
    background: #f5f5f5;
    padding:20px 40px;
    float: left;
    width: 100%;
    min-height: 230px;
}
#errordestmsg{
    color: red;
    font-weight:bold;
}
.checkboxescontainer{
    /*float: left;*/
    margin-left: 10px;

}
.checkboxescontainer input[type="checkbox"],.checkboxescontainer .css-label{
    float: left;
    display: inline-block;
}
.checkboxescontainer input[type="checkbox"]{
    margin-right: 5px;
    cursor: pointer;
    margin-top:3px;
}
.checkboxescontainer .css-label{
    margin-right: 10px;
}
span.formlabel,.formlabel{
    color:#646363;
    font-size: 12px;
    font-weight: normal;
    font-family: 'OpenSansRegular'!important;
    text-transform: none;
    border:none!important;
    background: none!important;
    box-shadow: none!important;
    margin-right: 10px;
}
.childageblock{
    float: left;
    width: 71%;
}
.childdropdown{
    padding:0 0 0 5px;
}
.css-label{
    font-size: 12px;
    font-weight: normal;
    text-transform: none;
}
.addrembtn{
    background: transparent;
    border-radius: 50%;
    border:2px solid #d8602b;
    color:#d8602b;
    font-weight: bold;
    font-family: 'gothambold1' !important;
    font-size: 20px;
    outline: none;
    margin-bottom: 10px;
}
.plusbtn{
    padding: 0px 7px;

}
.minusbtn{
    padding: 0px 9px;
    margin-left: 5px;
}
.searchresult{

    margin:30px 0;
    float: left;
    width: 100%;
    position: relative;
}

.searchresult .tab-content{
    border-left:1px solid #e8e8e8;
    border-right:1px solid #e8e8e8;
    border-bottom:1px solid #e8e8e8;

}
.tblheading{
    width: 98%;
    margin: 0 1%;
    font-weight: normal;
    font-size: 15px;
    font-family: 'OpenSansSemibold';
    line-height: 50px;
}
.tbodystyled{
    margin: 0 1% 4% 1%;
    width: 98%;
}

.tbodystyled tr th{
    background: #505150;
    font-weight: normal;
    font-family: 'OpenSansSemibold';
    font-size: 12px;
    color:#fff;
    padding:10px 5px;
}
.tbodystyled tbody{
    border:1px solid #e9e9e9;
}

.tbodystyled tr td{
    border-bottom: 1px solid #e9e9e9;
    font-size: 12px;
    font-weight: normal;
    font-family: 'OpenSansRegular';
    color:#8c8c8c;
    padding:5px;
}
.searchresult .nav{
    margin-bottom: 0;
}
.searchresult .nav-tabs>.active>a,.searchresult .nav-tabs>.active>a:hover,.searchresult .nav-tabs>.active>a:focus{
    color:#d8602b;
    font-weight: bold;
    font-family: 'OpenSansSemibold';
    font-size: 16px;
}
.searchresult .nav-tabs > li > a{
    color:#878787;
    font-weight: normal;
    font-size: 16px;
    border-radius: 0;
    font-family: 'OpenSansRegular';
}
.research{
    background: #d8602b;
    color:#fff;
    font-size: 11px;
    font-family: 'OpenSansSemibold';
    padding:2px 3px;
    border-radius: 4px;
}
.research:hover{
    color:#ffffff;
    background: #505150;
}
.datedivmng{
    float: left;position: relative;width: 100%;
}
.datepicker{
    position: relative;
    width: 100%!important;
    cursor: pointer;
    background: #fff url(../../images/xhubimage/new/icon-calendar.png) no-repeat right 5px top 6px !important
}

.absoluteblock .searchhotelform .lowerform .formelement input[type="text"],
.absoluteblock .searchhotelform .lowerform .formelement select,
.modifysearchform .formelement input[type="text"],
.modifysearchform .formelement select
{
    background: #fff;
    border:1px solid #dadada;
    box-shadow: 0px 1px 0px 0 rgba(190,190,190,0.65);
    border-radius: 0;
    color:#505150;
    padding: 4px 6px;
    margin: 0;
    font-size: 13px;
    /*font-family: 'OpenSansSemibold';*/
    font-family: 'OpenSansRegular';
}
.modifysearchform .formelement input[type="text"].formlabel,.absoluteblock .searchhotelform .lowerform .formelement input[type="text"].formlabel{
    background: transparent!important;
}
.modifysearchform .formelement input[type="text"]{
    width:100%;
    height: 40px;
}
.modifysearchform .formelement select{
    width:98%;
    height: 40px;
}
.modifysearchform{
    padding:0 10px;
    position: relative;
}
.formelement{
    width:100%;
    position: relative;
    float: left;
    margin-bottom: 10px;
}
.absoluteblock .searchhotelform .lowerform .formelement input[type="text"]{
    height: 40px;
    width: 100%;
}
.absoluteblock .searchhotelform .lowerform .formelement select{
    height: 40px;
}
.sidebarfilter{
    /*    width: 98%;
        padding:1%;
        float: left;
        position: relative;*/
}
.sidebarfilter .filterblock{
    border-bottom: 1px solid #d8d8d8;
    float: left;
    width: 100%;
    padding: 0 0 10px 0;
    margin-bottom: 10px;
}
.sidebarfilter .filterblock input[type="text"]{
    background: #fff;
    border:1px solid #c1c1c1;
    box-shadow: 0 1px 0 0 rgba(190,190,190,0.75);
    border-radius: 0;
    width: 100%;
    height: 40px;
    padding: 5px;
}
.sidebarfilter .filterblock .bluelbl{
    font-size: 13px;
    font-weight: normal;
    font-family: "Arial";
    color:#d8602b;
    margin-bottom: 10px;
}
.sidebarfilter .filterblock .orangelbl{
    color: #d8602b;
    font-size: 14px;
    font-weight: bold;
    font-family: "Arial";
    margin-bottom: 10px;
}
.sidebarfilter .filterblock .checkboxgroup .chkblock{
    float: left;
    width: 100%;
    margin-bottom: 8px;
}
.sidebarfilter .filterblock .checkboxgroup .chkblock label{
    line-height: 13px;
}
.sidebarfilter .filterblock .checkboxgroup input[type="checkbox"],.sidebarfilter .filterblock .checkboxgroup label{
    font-family: 'OpenSansSemibold'!important;
    font-size: 13px;
    color:#505150;
    float: left;
    margin-right: 10px;
    margin-bottom: 0;
}
.sidebarfilter .filterblock .checkboxgroup label{
    width: 85%;
}
.star-rating span{
    color:#505150;
    font-size: 13px;
    font-family: 'OpenSansSemibold'!important;
}
input[readonly].pricevalue{
    color:#505150!important;
    font-size: 13px!important;
    font-family: 'OpenSansSemibold'!important;
    padding:15px 0 0 0!important;
    background: none!important;
    border:0!important;
    box-shadow: none!important;
    cursor: pointer!important;
}
.pricerangemodify .pricerange{
    height:0.5em!important;
}
.pricerangemodify .pricerange .ui-widget-header{
    background: #000000;
    background: -webkit-linear-gradient(#000000, #999999); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#000000, #999999); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#000000, #999999); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#000000, #999999); /* Standard syntax */
}
.pricerangemodify .pricerange .ui-slider-handle{
    top: -0.4em!important;
}

.pricerangemodify .pricerange .ui-state-hover,
.pricerangemodify .pricerange .ui-state-focus
{
    background: #f6f6f6!important;
    border:1px solid #bfbfbf;
}
.pricerangemodify .ui-widget-content{
    background: #f1f1f1;
    background: -webkit-linear-gradient(#f1f1f1, #ffffff); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#f1f1f1, #ffffff); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#f1f1f1, #ffffff); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#f1f1f1, #ffffff); /* Standard syntax */
    border:1px solid #bfbfbf;
    border-radius: 10px;
}
.pricerange span.ui-slider-handle{
    border-radius: 50%;
    background: #c4d4dc;
    background: -webkit-linear-gradient(#c4d4dc, #ffffff); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#c4d4dc, #ffffff); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#c4d4dc, #ffffff); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#c4d4dc, #ffffff); /* Standard syntax */
    border:1px solid #bfbfbf;
    cursor: pointer;
}
.panel-group{
    padding:15px 0;
}
/*.panel-default{
    margin:0px !important;
}*/
.sidebar .panel .panel-heading{
    border-radius: 4px;
    padding:14px 14px;
    background: #fff;
    border: 1px solid #ddd;
    margin-bottom: 10px;
}
.sidebar .panel-default{
    border:0;
}
.sidebar .panel-group .panel-heading + .panel-collapse > .panel-body,.sidebar .panel-group .panel-heading + .panel-collapse > .list-group{
    border-top: 0;
}
.panel .collapsed{
    background: #efefef!important;
    border:1px solid #efefef!important;
}
.panel .panel-heading h4.panel-title{
    color:#505150;
    font-family: 'OpenSansSemibold'!important;
}
.panel-heading {
    cursor: pointer;
}
/* CSS Method for adding Font Awesome Chevron Icons */
.accordion-toggle:after {
    /* symbol for "opening" panels */
    font-family:'FontAwesome';
    content:"\f056";
    float: right;
    color: #505150;
    font-size: 22px;

}
.panel-heading.collapsed .accordion-toggle:after {
    /* symbol for "collapsed" panels */
    font-family:'FontAwesome';
    content:"\f055";
    color: #d8602b;
    float: right;
    font-size: 22px;
}


.fiterdiv{
    margin: 10px 0;
    float: left;
    width: 100%;
    position: relative;
}
.sortingfilter{
    float: left;
    width: 35%;
    position: relative;
}
.sortingfilter a,.sortingfilter label{
    color:#666666;
    font-size: 13px;
    font-weight: normal;
    font-family: "Arial"!important;
    margin-right: 10px;
    cursor: pointer;
    float: left;
}
.sortingfilter a i{margin-right: 5px;}
.sortingfilter a:active,.sortingfilter a:focus,.sortingfilter a:hover{
    color:#036192;
}
.mainlistingdiv{
    position: relative;
    float: left;
    width: 100%;
    border-top:1px solid #dcd7cc;
}
.hotelblock{
    width: 100%;
    float: left;
    border-right:1px solid #dcd7cc;
    border-left:1px solid #dcd7cc;
    /*border-bottom:1px solid #dcd7cc;*/
}
.hotelblock>span{
    cursor: pointer;
}
.hotellistblock{
    float: left;
    position: relative;
    width: 100%;

}
.hotels_list_display{
    border-bottom:1px solid #dcd7cc;
    float:left;
    width:100%;
    margin: 10px 0;
}
.hotellistblock .hoteldata{
    float: left;
}
.hoteldata .hotelname{
    color:#036192;
    font-size: 17px;
    font-weight: normal;
    font-family: "Arial";
    padding:5px 20px;
    margin: 0;
    cursor: pointer;
}
.hoteldata .hotelname a{
    color:#505150;
}
.hoteldata .hotelname a:hover{
    color:#d8602b;
}
.hoteldata .cityname{
    color:#505150;
    font-size: 13px;
    font-weight: normal;
    font-family: 'OpenSansRegular'!important;
    padding: 5px 5px;
    margin: 0;
    word-break: break-all;
}
.hoteldata .cityname a i{
    color:#505150;
}
.hoteldata .amount{
    color:#d8602b;
    font-size: 17px;
    font-weight: bold;
    font-family: 'OpenSansSemibold'!important;
    padding:5px 5px;
    margin: 0;
}
.hoteldata .available{
    background: #91b643;
    padding: 4px;
    font-family: 'OpenSansRegular'!important;
    font-size: 13px;
    font-weight: normal;
    color: #fff;
    text-align: center;
    /*height: 17px;*/
    width: 92px;
    margin: 0;
}
.hoteldata .plusicon{
    background: #dcd7cc;
    color:#8f8a7e;
}
.totalamountinnerdiv .plusicon{
    background: #505150;
    color: #fff;
    margin-top: 4px!important;
}
.hoteldata .plusicon,.totalamountinnerdiv .plusicon{

    /*color: #fff;*/
    /*font-weight: bold;*/
    text-align: center;
    padding: 3px 4px;
    /*    height: 18px;
        width: 18px;*/
    float: right;
    margin: 0;
    /*line-height: 18px;*/
    cursor: pointer;
}
.hotelnamediv{
    width: 52%;
}
.hotelfrontmapdiv{
    width: 3%;
}
.hotelcitydiv{
    width: 13%;
}
.hotelpricediv{
    width: 17%;
}
.hotelavailablediv{
    width: 13%;
}
.hotelavailexpanddiv{
    width: 2%;
}
.divsightname{
    width: 68%;
}
.divtransname{
    width: 56%;
}
.divtransduration{
    width: 12%;
}
.divsightamount,.divtransamount{
    width: 17%;
}
.divsightavailable, .divtransavailable{
    width: 13%;
}
.divsightexpand,.divtransexpand{
    width: 2%;
}
.hotel_result_data{
    float: left;
    padding: 1% 2%;
    position: relative;
    width: 100%;
}
.hotel_result_data .hotel_detail{
    float: left;
    width: 100%;
    position: relative;
}
.hotel_result_data .hotel_detail .picture_thumb,.hotel_result_data .hotel_detail .picture_thumb img{
    float: left;
    width: 130px;
    height: 98px;
    overflow: hidden;
}
.hotel_result_data .hotel_detail .hotel_description{
    float: left;
    margin-left: 10px;
    position: relative;
    width: 67%;
}
.hotel_result_data .hotel_detail .hotel_description p{
    color:#7d7d7d;
    font-size: 13px;
    font-weight: normal;
    font-family: 'OpenSansSemibold'!important;
    width: 100%;
}
.hotel_result_data .hotel_detail .hotel_description .buttongroup{
    float: left;
    width: 100%;
    position: relative;
    margin-top: 10px;
}
.buttongroup .button{
    background: #329ac4;
    font-size: 13px;
    font-family: 'OpenSansRegular'!important;
    padding:5px 10px;
}
.ratesfrom{
    float: left;
    text-align: center;
    width: 16%;
    margin-left: 10px;
}
.ratesfrom span{
    color:#7d7d7d;
    font-size: 12px;
    font-weight: normal;
    font-family: "Arial";
}
.ratesfrom .amount{
    color:#d8602b;
    font-size: 17px;
    font-weight: bold;
    font-family: "Arial";
    /*padding:10px 5px;*/
    margin: 0;
}
.ratesroomdetail{border: 1px solid #c9c9c9;}
.roomdetaildata{
    float: left;
    width: 100%;
    position: relative;
}
.hotelroomtypetable{
    /*border:1px solid #e9e9e9;*/
    float: left;
    width: 99.9%;
    margin:20px 0;
}
.hotelavailabilityblock{
    position: relative;width: 100%;float:left;margin-bottom: 15px;border:1px solid #e9e9e9;
}
.hotelavailabilityblock:hover{
    border: 1px solid #505150;
}
.hotelavailabilityblock:hover .roomtypedata .roomdata,.hotelavailabilityblock:hover .roomtypedata{
    background: #fff8f4;
}
.roomtypeheader{
    background: #505150;
    position: relative;
    width: 100%;
    border:1px solid #505150;
    float: left;
}
.roomtypedata,.roomdatalowerblock{
    width: 100%;
    float: left;
    position: relative;
    border: 0;
}
.roomtypedata{
    background: #fff;
    border-bottom: 1px solid #e9e9e9;
    float: left;
    width: 100%;
}
.hotelroomtypetable .roomtypeheader .heading,.hotelroomtypetable .roomtypedata .roomdata{
    font-size: 13px;
    font-weight: normal;
    font-family: 'OpenSansSemibold'!important;
    float: left;
    padding:0.5% 2%;
}
.roomtypeheader .heading{
    color:#fff;
    background: #505150;
}
.roomtypedata .roomdata{
    color:#505150;
    background: #fff;
}
.roomtypeheader .room_type,.roomtypedata .room_type{
    width: 30%;
}
.roomtypeheader .inclusion,.roomtypedata .inclusion{
    width: 20%;
}
.roomtypeheader .no_of_rooms,.roomtypedata .no_of_rooms{
    width: 15%;
}
.roomtypeheader .status,.roomtypedata .status{
    width: 15%;
}
.roomtypeheader .perroomrate,.roomtypedata .perroomrate{
    width: 20%;
}
.divsightname{
    width: 68%;
}
.sightname{
    width: 40%;
}
.divsightduration,.divsightavail{
    width: 10%;
}
.divsightlang,.divsightprice{
    width: 20%;
}
.divsightlang .spanlang{
    float: left;
    font-family: Arial;
    font-size: 10px;
    font-weight: normal;
    background:#6eb9d7;
    color:#fff;
    padding:2px 5px;
    margin:0px 2px 2px 0px;
    text-align:center;
}
.roomdatalowerblock{
    float: left;
    width: 100%;
    background: #fafafa;
}
.totalamountdiv{
    background: #f4f2ed;
    float: left;
    width: 99%;
    padding: 5px;
}
.totalamountdiv .currency{
    float: left;
}
.totalamountdiv .currency a{
    float: left;
    display: inline-block;
    margin-right: 10px;
    position: relative;
}
.totalamountdiv .currency a i,.totalamountdiv span{
    font-size: 12px;

    color:#c2bcad;
    margin-top:4px;
}
.totalamountdiv span{
    font-family: 'OpenSansSemibold'!important;
    color:#ff6000!important;
    padding:0% 0 0 1.5%;
}
.totalamountinnerdiv{
    width: 39%;
    /*padding: 3px 0;*/

}

.totalamountinnerdiv .currency{
    margin-right: 64px;
}
.totalamountdiv .totalratetext{
    color:#036192;
    font-size: 13px;
    font-family: 'OpenSansSemibold'!important;
    font-weight: normal;
    float: left;
    margin: 0 5px 0 0;
    padding: 0;
}
.totalamountdiv .totalamount{
    color:#ff6000;
    font-size: 14px;
    /*font-weight: bold;*/
    font-family: 'OpenSansBold'!important;
    float: left;
    margin: 0;
    width: 125px;
    text-align: right;
}
.roomdatalowerblock .roomdataheader,.roomdatalowerblock .roomdatadetail{
    width: 100%;
    float: left;

}
.roomdatalowerblock .roomdataheader .heading,.roomdatalowerblock .roomdatadetail .roomdata{
    font-size: 11px;
    font-family: "Arial";
    padding:0.5% 2%;
    float: left;
    position: relative;
}
.roomdatalowerblock .roomdatadetail .roomdata label,.roomdatalowerblock .roomdataheader .heading label{
    font-size: 11px;
    font-family: "Arial";
    padding: 0;
    float: left;
    margin-right: 5px;
    width: 60px;
    text-align: center;
}
.roomdatalowerblock .roomdataheader .heading{
    color:#d8602b;
}
.roomdatalowerblock .roomdatadetail .roomdata{
    color:#939393;
}
.roomdatalowerblock .roomdatadetail .room_type,.roomdatalowerblock .roomdataheader .room_type{
    width:26%;
}
.roomdatalowerblock .roomdatadetail .inclusion,.roomdatalowerblock .roomdataheader .inclusion{
    width:18%;
}
.roomdatalowerblock .roomdatadetail .ratebreakup,.roomdatalowerblock .roomdataheader .ratebreakup{
    width: 56%;
}
.roomdatalowerblock .roomdatadetail .ratebreakup label{
    float: left;
    /*margin-right: 10px;*/
    word-wrap: break-word;
    line-height: 12px;
}
.policyblock{
    float: left;
    width: 100%;
    position: relative;
    /*border-top: 1px solid #e9e9e9;*/
    border-bottom: 2px solid #e9e9e9;
    padding: 1% 2%;
}
.cancellation_policy{
    float: left;
}
.cancellation_policy a{
    color:#036192;
    font-size: 12px;
    font-weight: normal;
    font-family: 'OpenSansSemibold'!important;
}
.bookbutton{

    color: #fff;
    font-size: 13px;
    font-weight: normal;
    font-family: 'OpenSansRegular'!important;
    padding: 4px 10px 3px 10px;
    border-radius: 4px;
    box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.5);
    border: 0;
    display: inline-block;

}
.orangebtn{
    background: #505150;
    box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.5);
}
.orangebtn:hover,.orangebtn:active{
    color:#fff;
    background: #d8602b;
    /*transform: translateY(1px);*/
}
.bluebtn{
    background: #505150;
}
.bluebtn:hover{
    color:#fff;
    background: #d8602b;
}
.greybtn{
    background: #ffd200;
    color: #2c2503;
    font-size: 11px;
    font-weight: normal;
    font-family: 'OpenSansSemibold'!important;
    padding: 0px 5px;
    border-radius: 4px;
    box-shadow: 0px 2px 0px 0px rgba(0,0,0,0.5);
    margin-right: 10px;
}
.greybtn:hover,.greybtn:active{
    /*background: #309cc3;*/
    color:#2c2503;
    box-shadow: 0px 1px 0px 0px rgba(0,0,0,0.5);
    transform: translateY(1px);

}
.addquotebtn{
    background: #289312;
    color:#fff;
    font-size: 11px;
    font-weight: normal;
    font-family: 'OpenSansSemibold'!important;
    padding: 0px 5px;
    border-radius: 4px;
    box-shadow: 0px 2px 0px 0px rgba(0,0,0,0.5);
    margin-right: 10px;
    border:0;
}
.addquotebtn:hover,.addquotebtn:active{
    color:#fff;
    box-shadow: 0px 1px 0px 0px rgba(0,0,0,0.5);
    transform: translateY(1px);
}
.redlink{
    color:#363636!important;
    text-decoration: underline!important;
    font-family: 'OpenSansSemibold'!important;
    margin-right: 10px;
}
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 0;
    border-radius: 0;
}
.pagination > li {
    display: inline;
}
.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 4px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #858b90;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    font-size: 14px;
    margin:0 3px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    color: #2a6496;
    background-color: #eee;
    border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #d8602b;
    border-color: #d8602b;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
    color: #999;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

/* More Details Model Css Start */
.ratebreakup{width: 100%;float: left;padding:30px 45px 5px 50px;}
.ratebreakup-title{color: #d8602b;font-size: 18px;float:left;width: 20%;}
.ratebreakup-checkin{color:#d8602b;font-size:13px;float:left;width:15%;line-height: 25px;}
.ratebreakup-additional{color:#036192;font-size:13px;float:right;}
.ratebreakup-additional span{color:#036192;font-size:13px;float:left;}
.amenitiestitle{font-size: 25px;width: 50%;float: left;color: #000;font-family: 'OpenSansSemibold'!important;}
.hoteladdr h2,
.hotel_detail_content h2,
.hotel_facilities h2{color:#036192;font-size: 18px;font-family: 'OpenSansRegular';font-weight: normal;margin:0 0 10px 0;}
.hoteldetailpopupsidebar label,
.hoteldetailpopupsidebar p,
.hoteldetailpopupsidebar label {font-family: 'OpenSansBold';margin-bottom: 10px;}
.mapnavblock {background: #ffd200;padding: 15px !important;float: left;width: 100%;}
.mapnavblock ul{float: left;width: 100%;margin-bottom: 15px;}
.mapnavblock ul li{font-family: 'OpenSansBold';font-size: 13px;color:#4b4b4b;}
.facilities_list li{float: left;width: 49% !important;margin-right: 1%;}
.facilities_list li:nth-child(n+2){margin-right: 0!important;}
.hoteldetailpopupinnerblock ul li i {float: left;margin-right: 10px;line-height: 30px;color: #d8602b;}
.mapnavblock .markerblock {float: right;margin: 10px;}
.mapnavblock>img {float: left;width: 100%;}
.facilityseperation {border-bottom: 1px solid #ffd200;margin: 0 0 30px 0;padding-bottom: 30px;}
.hoteldetailpopupsidebar{padding: 30px 25px;font-family: 'OpenSansSemibold';}
.mapnavblock h3{font-family: 'OpenSansSemibold'!important;font-size: 18px;color:#010101;margin:10px 0 15px 0;}
.hoteldetailmapblcok{height: 669px;background: #ffd200;float: left;width: 100%;padding: 40px 10px 40px 30px;}
.left_map {padding: 30px;background: #eee;}
.hoteldetailmapblcok .hoteldetailpopupsidebar {padding: 0 0 30px 0;background: transparent!important;}
.hoteldetailmapblcok h2 {font-size: 18px;font-family: 'OpenSansBold'!important;color: #010101!important;margin-bottom: 20px;}
.hoteldetailmapblcok p,
.hoteldetailmapblcok ul li{font-family: 'OpenSansRegular';color: #4b4b4b!important;}
.hotelmapdetail a{text-transform: uppercase;}
.hotelmapdetail {float: left;width: 100%;padding: 60px;}
.hotelmapdetail h2 {float: left;width: 78%;margin-right: 2%;margin-bottom: 0!important;line-height: 36px;}
/* More Details Model Css End */

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
.alphabetfilter li.active,.alphabetfilter li:hover {
    float: left;
    background-color: #329ac4;
    border:1px solid #329ac4;
    width: auto;
    cursor: pointer;
    color:#fff;
}
.alphabetfilter{
    display: inline-block;
    margin:20px 0 10px 0;
}
.alphabetfilter li {
    float: left;
    background-color: #fff;
    border:1px solid #D6D6D6;
    width: auto;
    /*line-height: 20px;*/
    /*height: 20px;*/
    font-size: 14px;
    text-decoration: none;
    padding: 2px 6px;
    margin: 0 2px;
    color: #858b90;
    min-width: 11px;
    text-align: center;
}
.alphabetfilter li a:focus {
    color: #005580!important;
}
ul {
    list-style-type: none;
}


.ngrs-range-slider .ngrs-handle{
    background: #ebf0f3;
    border: 1px solid #bfbfbf;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #c4d4dc), color-stop(100%, #ffffff));
    background-image: -moz-linear-gradient(#c4d4dc, #ffffff);
    background-image: -webkit-linear-gradient(#c4d4dc, #ffffff);
    background-image: linear-gradient(#c4d4dc, #ffffff);
}
.ngrs-range-slider .ngrs-join{
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 0;
    right: 100%;
    height: 8px;
    margin: -4px 0 0 0;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: #379cc5;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgi…pZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    /* background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #5bc0de), color-stop(100%, #2f96b4)); */
    /* background-image: -moz-linear-gradient(#5bc0de, #2f96b4); */
    /* background-image: -webkit-linear-gradient(#5bc0de, #2f96b4); */
    /* background-image: linear-gradient(#5bc0de, #2f96b4); */
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #379cc5), color-stop(100%, #94d8f4));
    background-image: -moz-linear-gradient(#379cc5, #94d8f4);
    background-image: -webkit-linear-gradient(#379cc5, #94d8f4);
    background-image: linear-gradient(#379cc5, #94d8f4);
}
.ngrs-range-slider .ngrs-runner .ngrs-join-fullwidth{
    -moz-box-shadow:    inset 0px 1px 5px 0px rgba(0,0,0,0.5);
    -webkit-box-shadow: inset 0px 1px 5px 0px rgba(0,0,0,0.5);
    box-shadow:         inset 0px 1px 5px 0px rgba(0,0,0,0.5);
}

.tooltipleft{
    background: url(../../images/xhubimage/new/new.png);
    height: 11px;
    width: 32px;
    position: relative;
    margin-left:5px;
}
.tooltipright{
    background: url(../../images/xhubimage/new/newright.png);
    height: 11px;
    width: 32px;
    position: relative;
    margin-left:5px;
}
label.styledselect {
    position: relative;
    width: 100%;
    float: left;
    margin:0;
}

label.styledselect1:before, label.styledselect:before {
    background: none repeat scroll 0 0 #fff;
    display: block;
    font: 11px "Consolas", monospace;
    font-weight: normal;
    height: 132%;
    pointer-events: none;
    position: absolute;
    right: 1px;
    top: -2px;
    width: 12%;
}
label.styledselect:after {
    content: '\25BC';
    /*font: 15px "Consolas", monospace;*/
    color: #c4c4c4;
    right: 10px;
    top: 9px;
    padding: 0 0 2px;
    position: absolute;
    vertical-align: middle;
    pointer-events: none;
    float: right;
    font-size: 11px;
}
label.actiondropdown:after{
    top: 4px!important;
}
label.actiondropdown select{
    height: 22px!important;
    line-height: 17px!important;
}
label.styledselect select {
    width: 100% !important;
    margin-bottom: 3px;
}
label.styledselect select {
    margin: 0;
    background: #f8f8f8;
    color: #888;
    border: none;
    outline: none;
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    height: 40px;
    background: #fff;
    border: 1px solid #d6d6d6;
    font-size: 14px !important;
    /*font-family: 'titilliumtext22l_ltmedium';*/
    font-weight: normal;
    padding: 0 5px;
    min-width: 55px;
    border-radius: 0;
}
.slideup{
    background: #7abcd6 none repeat scroll 0 0;
    border-radius: 5px 5px 0 0;
    bottom: 12px;
    color: #fff;
    float: right;
    position: relative;
    /*right: 0;*/
    text-align: center;
    width: 35px;
    cursor: pointer;
    margin-right: 10px;
}
.noresult{
    width: 100%;
    text-align: center;
    font-size: 20px;
    border: 1px solid #f75850;
    padding: 25px 0;
    font-weight: bold;
    color: #f75850;
    background: #fff0ef;
}

/* Loading CSS */
#loading_search_page{
    background: #e6dcc3;
    /*    float: left;*/
    width: 100%;
    height: 100%;
    position: fixed;
    /* min-width: 1000px; */
    right: 0;
    /*top:70px;*/

    /*padding: 8.4% 0;*/
    /* bottom: 50%; */
}
.xwrapper{
    width:100%;
    min-height:732px;
}
.xwrapper .loading_wrapper{
    width:751px;
    margin:0 auto;
    padding-top: 248px;
    position:relative;
}
.xwrapper .loading_wrapper .main_logo{
    position:absolute;
    top:17px;
    left:50%;
    margin-left:-168px;
}
.xwrapper .loading_wrapper .content{
    background-color:#6eb9d7;
    border-radius:6px;
    box-shadow:3px 3px 0 1px #05709b;
    float:left;
}
.xwrapper .loading_wrapper .content .loadingtop{
    background:#329ac4;
    border-radius:6px;
    padding:30px 65px;
    width:621px;
    float:left;
}
.xwrapper .loading_wrapper .content .loadingtop .loaderdiv{
    float:left;
    width:100%;
    min-height:220px;
    margin:20px 0;
}
.xwrapper .loading_wrapper .content .loadingtop .loading{
    width:621px;
    float:left;
    padding:18px 0px;
}
.xwrapper .loading_wrapper .content .loadingtop .loading .lable{
    width:270px;
    float:left;
    font-family:'titilliumtext22l_rgbold';
    font-size:19px;
    color:#fff;
    font-weight:normal;
    line-height:26px;
    text-shadow:1px 1px 2px #933d17;
}
.xwrapper .loading_wrapper .content .loadingtop .loading .animated_image{
    width:351px;
    float:left;
}
.xwrapper .loading_wrapper .content .loadingtop .search_table{
    width:619px;
    float:left;
    border:1px solid #05709b;
    font-family:'titilliumtext22l_ltmedium';
    font-weight:normal;
    font-size:19px;
    color:#fff;
    text-transform:uppercase;
}
.xwrapper .loading_wrapper .content .loadingtop .search_table .destination,
.xwrapper .loading_wrapper .content .loadingtop .search_table .dates,
.xwrapper .loading_wrapper .content .loadingtop .search_table .sight_destination,
.xwrapper .loading_wrapper .content .loadingtop .search_table .sight_dates{
    border-right:1px solid #05709b;
    padding:13px 20px;
    float:left;
}
.xwrapper .loading_wrapper .content .loadingtop .search_table .destination{
    width:150px;
}
.xwrapper .loading_wrapper .content .loadingtop .search_table .dates{
    width:173px;
}
.xwrapper .loading_wrapper .content .loadingtop .search_table .sight_destination{
    width:300px;
}
.xwrapper .loading_wrapper .content .loadingtop .search_table .sight_dates{
    width:237px;
}
.xwrapper .loading_wrapper .content .loadingtop .search_table label{
    display:block;
    color:#fff;
    margin-bottom:2px;

    font-weight:normal;
    font-size:19px;
}
.xwrapper .loading_wrapper .content .game{
    padding:20px 0px;
}
.xwrapper .loading_wrapper .content .game .game_container{
    width:615px;
    margin:0 auto;
    background-color:#fff;
    border-radius:6px;
    box-shadow:3px 3px 0px 1px #05709b;
}
.xwrapper .loading_wrapper .content .game .game_container .gameleft{
    width:247px;
    background:#505050;
    color:#fff;
    float:left;
    border-top-left-radius:6px;
    border-bottom-left-radius:6px;
    padding:70px 0px 0px 28px;
    min-height:215px;
}
.xwrapper .loading_wrapper .content .game .game_container .gameright{
    width:250px;
    float:left;
    padding:17px 45px;
    height:250px;
}

.quemark{
    font-size: 12px;
    border: 1px solid #dadada;
    background: #fdfdfd;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    text-align: center;
    color: #505150;
    box-shadow: 0px 1px 2px 0px rgba(190,190,190,0.6);
    line-height: 16px;
    cursor: pointer;
}
.pagedropdown{
    width: 150px;
    position: relative;
}
.pagedropdown label.formlabel{
    line-height: 32px;
    margin-bottom: 0;
}
.pagedropdown label.styledselect{
    width: 30%;

}
.pagedropdown label.styledselect select{
    cursor:pointer;
    height: 30px;
}
.pagedropdown label.styledselect:after{
    top: 5px;
    right: 0;
}
.footer{
    background: #329ac4;
    padding:30px 0;
    position: relative;
    float: left;
    width: 100%;

}
.footer h1.heading{
    font-size: 27px;
    font-weight: normal;
    line-height: 40px;
    /*font-family: 'GothamBook' !important;*/
    color:#fff;
}
.footer h1.heading b{
    font-family: 'gothambold1' !important;
    font-weight: bold;

}
.footer h2.heading{
    color:#fff;
    font-weight: bold;
    font-family: 'gothambold1' !important;
    font-size: 15px;
    text-transform: uppercase;
    padding:0;
    margin:10px 0;
    line-height: 20px;
}
.footer .footernav{
    position: relative;

}
.footer .footernav ul{
    list-style: none;
    float: left;
    margin-right: 50px;

}
.footer .footernav ul li a{
    color:#fff;
    font-size: 12px;
    font-weight: normal;
    /*font-family: 'GothamBook' !important;*/
}
.footer .newsletterform {
    float: left;
}
.footer .newsletterform input[type="text"]{
    background: #fff;
    padding:5px 10px;
    border-radius: 0;
    box-shadow: none;
    height: 24px;
    float: left;
    border:none;
}
.footer .newsletterform .button{
    background: #f07c00;
    padding:0px 10px;
    border-radius: 0;
    box-shadow: none;
    float: left;
    height: 35px;
    width: 86px;
}

.footer .bordertop{
    border-top: 1px solid #fff;
}
.footer .copyright{
    font-weight: normal;
    font-size: 12px;
    /*font-family: 'GothamBook' !important;*/
    color:#fff;
    line-height: 15px;
    margin-top: 25px;
}



#content .sidebarlayout {
    background: #fff;
    margin-bottom: 30px;
}
#content .sidebarlayout .pageinnerdiv {
    /*margin: 30px 0;*/
    float: left !important;
    width: 100%;
}
#content .sidebarlayout .pageinnerdiv .topcontent {
    float: left !important;
    width: 100%;
    position: relative;
}
.topcontent{
    background: #3399c4;

    font-family: 'MontserratRegular';
    color: #fff;
    padding: 5px 1.5%;
    margin: 0;
    width: 97%;
}
.topcontent h2{
    font-size: 23px;
    font-weight: normal;
    padding: 0;
    margin: 0;
}
#content .sidebarlayout .pageinnerdiv .topcontent .pageheading .subheading {
    font-size: 14px;
    font-family: 'OpenSansSemibold';
}
#content .sidebarlayout .pageinnerdiv .topcontent .pageheading .headingbtn {
    border: 1px solid #fff;
    color: #fff;
    font-size: 14px;
    font-family: 'OpenSansSemibold';
    padding: 9px;
    background: #2782a9;
}
#content .sidebarlayout .pageinnerdiv .topcontent .pageheading .listbtn {
    color: #fff;
    border: 2px solid #fff;
    padding: 4px 0px;
}
#content .sidebarlayout .pageinnerdiv .topcontent .pageheading .listbtn:hover {
    background: #c3dc73;
}
#content .sidebarlayout .pageinnerdiv .topcontent .topcontentblock {
    background: #3399c4;
    padding: 30px;
    float: left !important;
    width: 100%;
}
#content .sidebarlayout .pageinnerdiv .middlecontent {
    /*background: #f7f7f7;*/
    float: left !important;
    width: 100%;
    position: relative;
}
#content .sidebarlayout .pageinnerdiv .middlecontent .sidebar {
    background: #fafafa;
    padding: 20px;
    float: left;
    width: 100%;

}
#content .sidebarlayout .pageinnerdiv .middlecontent .sidebar .sidebarwidgets {
    border-bottom: 1px solid #d8d8d8;
    padding-bottom: 15px;
    margin-bottom: 15px;
    width: 100%;
}
.sidebarwidgets p.hotelname{
    font-size: 18px!important;
    color: #d8602b!important;
    font-weight: normal;
    font-family: 'OpenSansSemibold'!important;

}
.sidebarwidgets p{
    font-size: 13px;
    color: #767676;
    font-weight: normal;
    font-family: 'OpenSansRegular', sans-serif!important;
}
.sidebarwidgets  label{
    font-weight: normal;
    font-family: 'OpenSansSemibold'!important;
    font-size: 13px!important;
    color: #505150!important;
}
#content .sidebarlayout .pageinnerdiv .middlecontent .sidebar .sidebarwidgets .produtsblock {
    text-align: center;
    margin-bottom: 10px;
}
#content .sidebarlayout .pageinnerdiv .middlecontent .sidebar .sidebarwidgets .produtsblock label {
    font-size: 13px;
    color: #626262;
    font-weight: normal;
    font-family: 'OpenSansRegular'!important;
    margin-top: 10px;
}
#content .sidebarlayout .pageinnerdiv .middlecontent .sidebar .sidebarwidgets .produtsblock label sup {
    font-size: 10px;
}
#content .sidebarlayout .pageinnerdiv .middlecontent .sidebar .sidebarwidgets ul.sidebarnav li {
    border-bottom: 1px solid #d8d8d8;
    margin-top: 5px;
    padding-bottom: 5px;
    color: #3399c4;
}
#content .sidebarlayout .pageinnerdiv .middlecontent .sidebar .sidebarwidgets ul.sidebarnav li a {
    font-size: 16px;
    font-weight: normal;
    font-family: 'OpenSansRegular'!important;
    color: #3399c4;
}
#content .sidebarlayout .pageinnerdiv .middlecontent .sidebar .sidebarwidgets ul.sidebarnav li:last-child {
    border-bottom: 0;
}
#content .sidebarlayout .pageinnerdiv .middlecontent .sidebarheading {
    font-size: 18px;
    font-weight: normal;
    font-family: 'OpenSansSemibold'!important;
    color: #505150;
    background: #efefef;
    padding:10px 20px;
}
#content .sidebarlayout .pageinnerdiv .middlecontent .sidebar .sidebarcontent {
    text-transform: uppercase;
    color: #aeaeae;
    font-size: 16px;
    font-family: 'OpenSansRegular', sans-serif!important;
    font-weight: normal;
}
#content .sidebarlayout .pageinnerdiv .middlecontent .innercontent {
    background: #fff;
    /*padding: 30px;*/
    float: left !important;
    width: 100%;
}
#content .sidebarlayout .pageinnerdiv .middlecontent .innercontent .contentblock {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #d8d8d8;
    width: 100%;
    float: left !important;
}
#content .sidebarlayout .pageinnerdiv .middlecontent .innercontent .contentblock .contentheading {
    color: #505150;
    font-size: 20px;
    font-family: 'OpenSansSemibold'!important;
    margin: 10px 0;

}
#content .sidebarlayout .pageinnerdiv .middlecontent .innercontent .contentblock p {
    font-size: 13px;
    color: #626262;
    margin-bottom: 20px;
    font-family: 'OpenSansRegular', sans-serif!important;
}
h6.formlabel {
    margin: 10px 0;
}
#content .sidebarlayout .pageinnerdiv .middlecontent .innercontent .contentblock p label, h6.formlabel {
    display: block;
    margin: 0px 0;
    font-family: 'OpenSansSemibold'!important;
    font-size: 13px;
    color: #d8602b;

}
#content .sidebarlayout .pageinnerdiv .middlecontent .innercontent .contentblock p i {
    font-weight: bold;
}
#content .sidebarlayout .pageinnerdiv .middlecontent .innercontent .contentblock .yearlisting {
    padding: 0;
    margin: 0;
}
#content .sidebarlayout .pageinnerdiv .middlecontent .innercontent .contentblock .yearlisting li {
    list-style: none;
    padding: 0;
    margin: 0;
    color: #626262;
    font-size: 13px;
}
#content .sidebarlayout .pageinnerdiv .middlecontent .innercontent .contentblock .yearlisting li label {
    margin-right: 10px;
    color: #3399c4;
}

.mainformdiv {
    position: relative;
    width: 100%;
}
.mainformdiv .formelementblock .formelement {
    margin: 0 0 10px 0;
    color: #034567;
    font-weight: normal;
}
.mainformdiv .formelementblock .formelement label,.mainformdiv .formelementblock .formelement label a {
    color: #505150;
    font-size: 13px;
    font-family: 'OpenSansSemibold'!important;
    display: block;
    /*width: 100%;*/
}
.mainformdiv .formelementblock .formelement label.formlabel{
    line-height: 33px;
}
.mainformdiv .formelementblock .formelement label sup {
    color: #d8602b;
}
.mainformdiv .formelementblock .formelement span {
    color: #f47300;
    font-size: 10px;
    font-weight: normal;
    font-family: 'OpenSansSemibold'!important;
}
.mainformdiv .formelementblock .formelement input[type="text"],
.mainformdiv .formelementblock .formelement select,
.mainformdiv .formelementblock .formelement input[type="password"],
.mainformdiv .formelementblock .formelement input[type="file"],
.mainformdiv .formelementblock .formelement textarea,
.mainformdiv .formelementblock .formelement .checkboxgroup {
    background: #fff;
    border: 1px solid #dadada;
    box-shadow: 0px 1px 0px 0 rgba(190,190,190,0.65);
    border-radius: 0;
    color: #505150;
    padding: 4px 6px;
    margin: 0;
    font-family: 'OpenSansSemibold'!important;
    font-size: 13px;
}
.mainformdiv .formelementblock .formelement .checkboxgroup label {
    width: 10%;
    display: inline-block;
    margin-bottom: 0;
}

.mainformdiv .formelementblock .formelement select{
    height: 35px;
    line-height: 20px;
    color:#838484;
    font-family: 'OpenSansRegular', sans-serif!important;
    font-size: 13px;

}
.mainformdiv .formelementblock .formelement input[type="text"],
.mainformdiv .formelementblock .formelement input[type="password"],
.mainformdiv .formelementblock .formelement input[type="file"] {
    height: 35px;
    line-height: 35px;
    width: 65%;
}
.mainformdiv .formelementblock .formelement textarea {
    height: 75px;
    width: 100%;
}
.mainformdiv .formelementblock .formelement input[type="file"] {
    padding: 1.5% 2% !important;
}
.mainformdiv .formelementblock .formelement p {
    color: #767676;
    font-size: 13px;
    margin: 0;
}
.sidebarwidgets .calendaricon {
    background: url("../../images/xhubimage/new/calendericon.png") no-repeat scroll !important;
    margin: 0;
    padding: 0 0 0 25px;
    height: 23px;
    line-height: 23px;
    font-size: 11.3px;
}
.defaultpopup .contentblock {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #d8d8d8;
    width: 100%;
    float: left !important;
}
.defaultpopup .contentblock .contentheading {
    color: #377eb4;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
}
.table {
    /*display: table !important;*/
    position: relative;
    width: 100% !important;
    /*border: 1px solid #6eb9d7;*/
}
.table .tr {
    /*display: table-row;*/
    position: relative;
    border-bottom: 1px solid #e9e9e9;
    float: left !important;
    width: 100%;
    background: #fff;
}
.table .tr .th {
    float: left;
    background: #505150;
    color: #fff;
    padding: 5px;
    vertical-align: top;
    font-family: 'OpenSansSemibold'!important;
    font-size: 13px;
}
.table .tr .td {
    float: left;
    color: #505150;
    padding: 5px;
    vertical-align: top;
    font-family: 'OpenSansRegular', sans-serif!important;
    font-size: 13px;

}
.table .tr .td.nodata {
    display: block;
    background: #f4f2ed !important;
    width: 100%;
    text-align: right;

}
.table .tr .td.nodata span{
    color:#ff6000;
    font-size: 14px;
    font-family: 'OpenSansSemibold'!important;
    margin:0 5px 0 30px;
}
table.tblmodify {
    border: 1px solid #6eb9d7;
}
table.tblmodify tr {
    border-bottom: 1px solid #6eb9d7;
}
table.tblmodify tr th {
    background: #6eb9d7;
    color: #fff;
    font-weight: normal;
    padding: 5px;
}
table.tblmodify tr td {
    background: #f7f7f7;
    padding: 5px;
}
.trleftrightbor{
    border-left: 1px solid #e9e9e9;
    border-right: 1px solid #e9e9e9;
}
.thlefttightbor{
    border-left: 1px solid #6eb9d7 ;
    border-right: 1px solid #6eb9d7 ;
}
.cancellationpolicy {
    float: left;
    width: 100%;
    padding: 20px;
    background: #fff2d3;
    -webkit-border-radius: 7px 7px 7px 7px;
    -moz-border-radius: 7px 7px 7px 7px;
    border-radius: 7px 7px 7px 7px;
    margin-bottom: 15px;
}
.cancellationpolicy .contentheading {
    color: #f9700c !important;
}
.cancellationpolicy p {
    padding: 0 40px 0 40px;
}
.cancellationpolicy p input[type="checkbox"] {
    margin: 3px 10px 0 0;
    border:0;
    outline:0;
}
.cancellationpolicy p label.error-form {
    position: absolute;
    margin: 16px 0px 0px 23px !important;
}

.backbutton {
    background: #d8602b;
    border: 0;
    padding: 7px 15px;
    display: inline-block;
    font-size: 16px;
    font-family: 'OpenSansSemibold'!important;
    color: #fff;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 1px 1px 0px #bebebe;
    cursor: pointer;
}
.backbutton:hover {
    background: #505150;
    color: #fff;
}
.mobackbutton{
    position: absolute;
    /*    top: 6px;
        right: 10px;*/
    top: 4px;
    left: 5px;
    padding: 6px 6px;
    /*background: #ff9b00;*/
    box-shadow: none;
    border-radius: 0;
    color: #8C8C8C;
    font-size: 17px;
}
.modifygobtn{
    border-radius: 0;
    padding: 9px 15px!important;
}
label.error-form{
    color:#ff0000!important;
    font-weight: normal;
    font-size: 12px!important;
    font-family: 'OpenSansSemibold'!important;
    margin: 0;
    float: left;
}
input[type="text"].error-form{
    /*    background: #ffebeb!important;
        border: 1px solid #ffa3a3!important;*/
}
.pricechange label.error-form{
    position: absolute;
    padding: 15px 0 0 15px;
}
.th .roompriceblock{
    font-family: 'OpenSansSemibold'!important;
}
.td .roompriceblock{
    font-family: 'OpenSansRegular'!important;
}
.roompriceblock{
    float: left;
    margin: 0;
    padding-right: 5px;
    width: 59px;
    font-size: 13px;
    word-break: break-word;
}
.paxname label{
    color:#505150;
    font-size: 14px;
    font-family: 'OpenSansSemibold'!important
}
.bookdetaillist li{
    float: left;
    width: 100%;
}
.bookdetaillist label{
    font-size: 13px;
    color:#626262;
    font-family: 'OpenSansRegular'!important;
    float: left;
    width: 112px;
}
.bookdetaillist span{
    font-size: 13px;
    color:#3399c4;
    font-family: 'OpenSansSemibold'!important;
    float: left;
}

.bookingprogress{
    float: left;
    width: 100%;
    /*margin: 30px 0;*/
    position: relative;
}
.bookingprogress .innerprogress{
    float: left;
    width: 100%;
    position: relative;
}
.bookingprogress .innerprogress .activeborder{
    border:3px solid #d8602b;

    position: relative;
    float: left;
    z-index: 1;
}
.bookingprogress .innerprogress  .progress47{
    width: 47%;
}
.bookingprogress .innerprogress .progress69{
    width: 69%;
}
.bookingprogress .innerprogress .progress89{
    width: 89%;
}
.bookingprogress .innerprogress .inactiveborder{
    border:3px solid #f0f0f0;
    width: 100%;
    position: absolute;
    float: left;
    z-index: 0;
}
.Passenger-img img
{
    width:100%;
}
.bookingprogress .innerprogress .activecircle,
.bookingprogress .innerprogress .inactivecircle,
.bookingprogress .innerprogress .progresscircle,
.bookingprogress .innerprogress .confirmcircle{
    width: 72px;
    height: 72px;
    position: absolute;
    float: left;
    z-index: 2;
    border-radius: 50%;
    border: 3px solid #ffffff;
}
.bookingprogress .innerprogress .activecircle{background: #d8602b;}
.bookingprogress .innerprogress .inactivecircle{background: #f0f0f0;}
.bookingprogress .innerprogress .progresscircle{background: #505150;}
.bookingprogress .innerprogress .confirmcircle{background: #c3dc73;}
.bookingprogress .innerprogress .bookingprogresscircle{
    float: left;
    position: relative;
    width: 100%;
    z-index: 2;
    border-radius: 50%;
    height: 75px;
    margin: 10px 0;
    /*top: -12px;*/
}
.bookingprogress .innerprogress .bookingprogresscircle .ml60{
    margin-left: 60px;
}
.bookingprogress .innerprogress .bookingprogresscircle .ml190{
    margin-left:189px;
}
.bookingprogresscircle span{
    position: absolute;
    font-size: 14px;
    font-family: 'OpenSansSemibold'!important;
    width: 150px;
    left: 75px;
    top: 7px;
}
.bookingprogresscircle span.inactive{
    color:#a9a9a9;
}
.activebase,.progressbase,.inactivebase{
    display: inline-block;
    height: 46px;
    /*        margin-left: 20px;
            margin-top: 55px;*/
    position: relative;
    /*margin-bottom: 20px;*/
    width: 74%;
    right: -30px;
    top: 13px;
    padding: 12px 0 12px 55px;
    font-size: 14px;
    font-family: 'OpenSansSemibold';
    color:#ffffff;
    vertical-align: middle;
}
.activebase{background: #d8602b;}
.progressbase{background: #505150;}
.inactivebase{background: #f0f0f0;color:#888888;}
.activebase:before,.progressbase:before,.inactivebase:before {
    border-bottom: 23px solid transparent;
    border-top: 23px solid transparent;
    content: "";
    height: 0;
    right: -32px;
    position: absolute;
    top: 0px;
    width: 0;
}
.activebase:before{border-left: 32px solid #d8602b;}
.progressbase:before{border-left: 32px solid #505150;}
.inactivebase:before{border-left: 32px solid #f0f0f0;}
.bookingprogressflow{
    float: left;
    position: relative;
    width:255px;
}
.redcolor{
    color:#ff0000!important;
}
.greencolor{
    color:#86a71b!important;
}
.viewcomparebtn{
    position: fixed;
    top: 370px;
    left: -2.8%;
    background: #ffd200;
    color: #2c2503!important;
    font-size: 13px;
    font-weight: normal;
    font-family: "Arial"!important;
    padding: 4px 10px;
    /* border-radius: 4px; */
    box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.5);
    /* margin-right: 10px; */
    z-index: 999;
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.fixedsidebtn{
    position: fixed;
    top: 265px;
    left: -2.3%;
    font-size: 13px;
    font-weight: normal;
    font-family: 'OpenSansRegular'!important;
    background: #d8602b;
    padding: 6px 7px;
    /* border-radius: 4px; */
    box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.5);
    /* margin-right: 10px; */
    z-index: 999;
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}
.quotationbtn{
    position: fixed;
    top: 180px;
    left: -1.7%;
    font-size: 13px;
    font-weight: normal;
    background: #289312;
    color:#fff;
    padding: 6px 7px;
    font-family: "Arial"!important;
    box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.5);
    z-index: 999;
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}
.quotationbtn:hover{

    color:#fff;
}
.sendmail{
    margin: 13px 0px;
}
.sendmailform label{
    font-size: 13px;
    font-weight: normal;
    font-family: 'OpenSansRegular'!important;
    color:#fff;
    line-height: 34px;
    margin: 0 10px 0 0;
}
.sendmailform input[type="text"]{
    background: #fff;
    border-radius: 0;
    border:0;
    height: 34px;
    line-height: 34px;
    color:#000;
    width: 192px;
    margin: 0 5px 0 0;
    padding: 0 5px;
}
.sendmail .sendbtn{
    background: #ff9b00;
    border: 0;
    padding: 7px 15px;
    display: inline-block;
    font-size: 16px;
    font-family: 'OpenSansSemibold'!important;
    color: #fff;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    /*box-shadow: 1px 1px 0px #bebebe;*/
    cursor: pointer;
    margin:0 25px 0 0;
}
.topcontentpopup{
    background: #505150;
    font-family: 'OpenSansSemibold'!important;
    color: #fff;
    margin: 0;
    width: 100%;
}
.topcontentpopup h2.pageheading{
    color:#fff;
    font-size: 23px;
    font-family: 'OpenSansRegular'!important;
    font-weight: normal;
}
.bottomcontentpopup{
    width: 100%;
    float: left;
    background: #fff;
    position: relative;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);

}
.bottomcontentpopup h2.pageheading{
    font-size: 20px;
    color: #d8602b;
    font-family: 'OpenSansSemibold'!important;
    font-weight: normal;
    background: none;
}
.bottomcontentpopup h2.pageheading span{
    font-size: 18px;
}
.hotelnameadd{
    display: block;
    padding: 1% 2% 1% 0;
    /*width: 100%;*/
    position: relative;
}
.hotelnameadd h2.pageheading{
    margin:0;
    padding: 0;
    line-height: 30px;
}
.bottomcontentpopup h2.pageheading .hoteladdress{
    font-size: 13px;
}
.hotelnameadd .hoteladdress span{
    color:#afafaf!important;
}
.bottomcontentpopup h2.pageheading .hoteladdress,.bottomcontentpopup h2.pageheading span{
    font-family: 'OpenSansRegular'!important;
    color:#7d7d7d;
    font-weight: normal;
}
.main_hotel_rating {
    margin: 7px 0 7px 20px;
}
.removecompare{
    background: #ff9b00;
    font-family: 'OpenSansRegular'!important;
    color: #fff;
    border: 1px solid #fff;
    padding: 0 5px;
    font-size: 12px;
    font-weight: bold;
    position: relative;
    float: right;
    top: -177px;
    right: -1px;

}

.hoteldetailspopup{
    width: 1200px;
    position: relative;
    margin: 0 auto;
}
.hoteldetailspopup .hotel_detail_content .nav-tabs li a{
    background: #b0b0b0;
    border-radius: 0;
    color:#ffffff;
    font-size: 16px;
    text-transform: uppercase;
    margin-right: 7px;
    border: 0;
    padding: 10px 30px 9px 30px;
    font-family: 'OpenSansSemibold'!important;

}
.hoteldetailspopup .hotel_detail_content .nav{
    border:0;
    margin: 0;
}
.hoteldetailspopup .hotel_detail_content .nav-tabs .active a,
.hoteldetailspopup .hotel_detail_content .nav-tabs .active a:hover,
.hoteldetailspopup .hotel_detail_content .nav-tabs .active > a:focus{
    background: #d8602b;
}
.mapnavblock .markerblock a{    font-family: 'OpenSansBold';font-size: 13px;}
.hoteldetailpopupsidebar{
    background: #fbfbfb;
    /*padding: 20px 20px 20px 0;*/
    font-family: 'OpenSansSemibold';
}
.hoteldetailpopupsidebar ul li{    margin-bottom: 15px;
                                   float: left;
                                   width: 95%;
}
.hoteldetailpopupsidebar label, .hoteldetailpopupsidebar p, .hoteldetailpopupinnerblock ul li, .hoteldetailpopupsidebar ul li {
    font-size: 13px;
    color: #7b7b7b;
    font-family: 'OpenSansRegular';
}
.hotel_detail_content .tab-content{
    background: #fff;position: relative;
}
.hotel_detail_content .tab-pane .span9{
    background: #fff;
}
.hoteladdr h2,.hotel_detail_content h2,.hotel_facilities h2{
    color:#d8602b;
    font-size: 18px;
    font-family: 'OpenSansRegular';
    font-weight: normal;
    margin:0 0 10px 0;
}
.hoteladdr span,.hoteladdr p{
    color:#7b7b7b;
    font-size: 13px;
    font-family: 'OpenSansRegular'!important;
}
.hotel_detail_content .hotel_detail_description{
    padding:20px 40px 40px 40px;
    max-height: 500px;
    /*overflow-y: scroll;*/
}
.hotel_detail_description p,.hotel_detail_description b u{
    font-family: 'OpenSansSemibold'!important;
    font-size: 13px;
    color:#5b5b5b;
    line-height: 25px;
}
.agentref label,.agentref span{
    font-family: 'OpenSansRegular'!important;
    font-size: 16px;
}
.agentref label{
    color:#a9a9a9;
}
.agentref span{
    color:#d8602b;
}
.hotel_detail_content .notes{
    width:80%;float:left;font-size: 14px;font-weight: normal;background: #ececec;
    font-family: 'OpenSansRegular'!important;
    font-size: 12px;
    padding: 10%;
}
#hotelroomdetailtab{
    width: 100%;
    padding: 1%;
}
#hotelroomdetailtab .hotelroomtypetable{
    margin: 0;
    width: 100%;


}
.agelbl{
    color:#a9a9a9;
    font-family: 'OpenSansRegular'!important;
    font-size: 12px;
}
.facilities_list li{
    float: left;
    width: 100%;
}
.facilities_list li span{
    color:#505150;
    font-size: 13px;
    font-family: 'OpenSansSemibold'!important;
    font-weight: normal;
    width: 230px;
}
.facilities_list label{
    font-size: 13px;
    color:#d8602b;
    font-family: 'OpenSansRegular'!important;
    font-weight: normal;
    margin-right: 10px;
}

.rightborder{
    border-right: 1px solid #eaeaea;
}
.leftborder{
    border-left: 1px solid #eaeaea;
}
.nopadding-left{padding-left: 0px;}
.bordersep{
    border-bottom: 1px solid #eaeaea;
    float: left;
    width: 100%;
    height: 1px;
    margin: 20px 0;
}
.mainformdivreg{
    position: relative;
    width: 100%;
    padding: 20px 10px;
    float: left;
}
.mainformdivreg .innerformdiv,.sendsearchbookingrequest .innerformdiv{
    padding: 0 50px;
    float: left;
    width: 100%;
}
.mainformdivreg h2.formheading,.sendqutationmain .formheading,h2.hotelheading,h2.formheading,.sendsearchbookingrequest h4.heading{
    color:#d8602b;
    font-size: 20px;
    font-family: 'OpenSansSemibold'!important;
    font-weight: normal;
    margin-bottom: 15px;
    line-height: 40px;
    float: left;
    width: 100%;
}
.mainformdivreg .formelement,.sendsearchbookingrequest .formelement{
    float: left;
    margin-bottom: 12px;
    width: 100%;
    line-height: 31px;
    position: relative;
}
.mainformdivreg .formelement label.formlabel,.sendsearchbookingrequest .formelement label.formlabel,.sendsearchbookingrequest .formelement input[type='text'].formlabel,.termscont{
    float: left;
    color:#505150;
    font-size: 13px;
    font-family: 'OpenSansSemibold'!important;
    font-weight: normal;
    width: 35%;
    margin: 0;
    line-height: 30px;
    background: transparent!important;
    word-wrap: break-word !important;
}
.mainformdivreg .formelement label.formlabelfull{
    width: 100%!important;
}
h2.formheading{float: none;}
.sendsearchbookingrequest .formelement input[type='text'].formlabel{
    line-height: 28px!important;
}
.mainformdivreg .formelement .formfield,.sendsearchbookingrequest .formelement .formfield{
    float: left;
    width: 65%;
}
.mainformdivreg .formelement .formfield input[type="text"],
.mainformdivreg .formelement .formfield input[type="password"],
.mainformdivreg .formelement .formfield textarea,
.mainformdivreg .formelement .formfield .fileUploadinput,
.sendsearchbookingrequest .formelement .formfield input[type="text"],
.sendsearchbookingrequest .formelement .formfield input[type="password"],
.sendsearchbookingrequest .formelement .formfield textarea,
.sendsearchbookingrequest .formelement .formfield .fileUploadinput
{
    background: #fff;
    border: 1px solid #dadada;
    box-shadow: 0px 1px 0px 0 rgba(190,190,190,0.65);
    border-radius: 0;
    color: #838484;
    padding: 4px 6px;
    margin: 0;
    width: 92%;
    height: 36px;
    float: left;
    font-size: 14px;
    line-height: 20px;
}
.mainformdivreg .formelement .formfield .fileUploadinput{
    width: 65%;
}
.mainformdivreg .formelement .formfield textarea{
    height: 80px;
}

.mainformdivreg .formelement .formfield label.styledselect {
    position: relative;
    width: 92%;
    float: left;
    margin:0;
}
.mainformdivreg .formelement .formfield label.styledselect1:before,.mainformdivreg .formelement .formfield label.styledselect:before {
    background: none repeat scroll 0 0 #fff;
    display: block;
    font: 13px "Consolas", monospace!important;
    font-weight: normal;
    height: 132%;
    pointer-events: none;
    position: absolute;
    right: 1px;
    top: -2px;
    width: 12%;
}
.mainformdivreg .formelement .formfield label.styledselect:after {
    content: '\25BC';
    font: 13px "Consolas", monospace!important;
    color: #c4c4c4;
    right: 21px;
    top: 9px;
    padding: 0 0 2px;
    position: absolute;
    vertical-align: middle;
    pointer-events: none;
    float: right;
    font-size: 11px;
}
.mainformdivreg .formelement .formfield label.styledselect select {
    width:100% !important;
    margin-bottom: 3px;
}
.mainformdivreg .formelement .formfield label.styledselect select {
    margin: 0;
    background: #f8f8f8;
    color: #888;
    border: none;
    outline: none;
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    height: 36px;
    background: #fff;
    border: 1px solid #d6d6d6;
    font-size: 14px !important;
    font-weight: normal;
    padding: 0 5px;
    min-width: 55px;
    border-radius: 0;
    box-shadow: 0px 1px 0px 0 rgba(190,190,190,0.65);
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;
}
.mainformdivreg .formelement .formfield input[type="radio"]{
    float: left !important;
    margin-right: 3px;

}
.mainformdivreg .formelement .formfield label{
    float: left;
    margin: 0 8px 0 0;
    color:#d8602b;
    font-size: 13px;
    line-height: 20px;
    font-family: 'OpenSansSemibold'!important;
}
.mainformdivreg .formelement .formfield input[type="checkbox"]{
    float: left;
}
.mainformdivreg .formelement .checkboxgroup{
    width: 100%!important;
    line-height:20px;
}
.mainformdivreg .formelement .checkboxgroup label{line-height: 13px!important;}
.mainformdivreg .formelement .formfield input[type="checkbox"]{margin-right: 5px;}
.mainformdivreg .formelement .formfield .notes,.mainformdivreg .formelement span,.sendsearchbookingrequest .formelement span{
    color:#d8602b;
    font-family: 'OpenSansRegular'!important;
    font-weight: normal;
}
.mainformdivreg .formelement .formfield span,.sendsearchbookingrequest .formelement span{
    float: left;
    font-size: 14px;
    line-height: 32px;
    margin-right: 5px;
}
.formfield label.styledselect label{
    margin:0!important;
}
.nomarginerr label{
    margin-left: 0px!important;
}
.mainformdivreg .formelement .formfield label.error-form{
    margin:0 0 0 15px;
}
.mainformdivreg .formelement .formfield .notes{
    font-size: 9px;
    margin:0 0 0 15px;
    line-height: 17px;
}
.mainformdivreg .buttongroup{
    float: left;
    /*margin: 0 0 0 248px;*/

}
.mcode{
    width:45% !important;
}
.mpost{
    width:55% !important;
}
.fileUpload {
    position: relative;
    overflow: hidden;
    margin: 10px;
}
.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}
.fileUploadbtn{
    background: #f3f3f3;
    border:2px solid #cfcfcf;
    background-image: -ms-linear-gradient(top, #f9f9f9 0%, #e9e9e9 100%);
    background-image: -moz-linear-gradient(top, #f9f9f9 0%, #e9e9e9 100%);
    background-image: -o-linear-gradient(top, #f9f9f9 0%, #e9e9e9 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f9f9f9), color-stop(100, #e9e9e9));
    background-image: -webkit-linear-gradient(top, #f9f9f9 0%, #e9e9e9 100%);
    background-image: linear-gradient(to bottom, #f9f9f9 0%, #e9e9e9 100%);
    border-radius: 5px;
    height: 33px;

    float: left;
    margin: 3px 0 0 6px;
    padding: 0 11px;
}
.fileUploadbtn span{
    color:#696969!important;
    font-size: 13px!important;
    line-height: 26px!important;
}
.sendqutationmain{
    margin: 20px 0;
    float: left;
    width: 100%;
    position: relative;
}
.quotationopen{
    float: left;
    width: 100%;
    position: relative;
}
.quotationopen label{
    font-size: 13px;
    font-family: 'OpenSansRegular'!important;
    font-weight: normal;
    color: #4e4e4e;
}
.quotationopen label span,.removeallquote span{
    color:#036192;
    font-size: 13px;
    font-family: 'OpenSansRegular'!important;
    font-weight: normal;
}
.sendquotationform{
    border: 1px solid #dcd7cc;
    padding: 3%;
    width: 100%;
    position: relative;
}
.sendquotationform form{
    margin:0;
}
.sendquotationform  .formelement label.formlabel{
    width: 10%!important;
}
.sendquotationform  .formelement .formfield input[type="text"]{
    width: 40%;
}
.sendquotationform  .formelement .formfield{
    width: 90%;
}
.sendquotationform  .formelement .formfield #mceu_13{
    width: 100%;
}
.sendquotationform  .formelement .formfield .mce-btn .mce-txt {
    font-size: inherit!important;
    line-height: inherit!important;
    color: inherit;
}
.sendquotationform  .formelement .formfield .mce-menubar .mce-menubtn button span {
    color: #333!important;
}
.qotationmailcontent{
    border: 1px solid #dcd7cc;float: left;width: 100%;padding: 20px 0;margin:0 0 20px 0;
}

.myaccountmaindiv{
    background: #e6dcc3;
    width: 100%;
    float: left;
    position: relative;
}


.myaccountmaindiv .panel-group{
    padding:15px 0;
}
.myaccountmaindiv .panel-default,.panel-group .panel + .panel{
    margin:0px;
}
.myaccountmaindiv .panel .panel-heading{
    border-radius: 4px 4px 0 0;
    padding:14px 14px;
    background: #fff;
    border:1px solid #ffffff;

}
.myaccountmaindiv .panel .collapsed {
    background: #d8602b!important;
    border:1px solid #d8602b!important;
    border-radius: 4px;
}
.myaccountmaindiv .panel .collapsed h4.panel-title{
    color:#ffffff;
    font-family: 'OpenSansSemibold'!important;
}
.myaccountmaindiv .panel h4.panel-title{
    color:#505150;
    font-family: 'OpenSansSemibold'!important;
}
.myaccountmaindiv .panel-heading {
    cursor: pointer;
}
/* CSS Method for adding Font Awesome Chevron Icons */
.myaccountmaindiv .accordion-toggle:after {
    /* symbol for "opening" panels */
    font-family:'FontAwesome';
    content:"\f056";
    float: right;
    color: #505150;
    font-size: 22px;

}
.myaccountmaindiv .panel-heading.collapsed .accordion-toggle:after {
    /* symbol for "collapsed" panels */
    font-family:'FontAwesome';
    content:"\f055";
    color: #ffffff;
    float: right;
    font-size: 22px;
}
.managedashboard{
    background: #fff;
    padding: 30px 20px;
    width: 100%;
    float: left;
    min-height: 550px;
}
.managedashboard h2.heading{
    color:#036192;
    font-size: 20px;
    font-family: 'OpenSansSemibold'!important;
}
.dashboardbox{
    width: 100%;
    float: left;
    position: relative;
    border-radius: 5px;
    min-height: 200px;
}
.dashinnerbox{
    width: 100%;
    padding: 5% 8%;
    float: left;
}
.dashboardbox .boxheading{
    font-size: 17px;
    color: #ffffff;
    font-family: 'OpenSansSemibold'!important;
    width: 100%;
    padding: 10px;
    border-radius:6px 6px 0 0;
    margin: 0px auto;
}
.dashboxcolor1{
    background: #79c0d8;
}
.dashboxcolor2{
    background: #f0b174;
}
.dashboxcolor3{
    background: #b2d280;
}
.dashboxcolor4{
    background: #3cc9ca;
}
.boxheadcolor1{
    background: #51a7c4;
}
.boxheadcolor2{
    background: #e09348;
}
.boxheadcolor3{
    background: #9abf61;
}
.boxheadcolor4{
    background: #27b5b6;
}
.dashinnerbox ul li,.dashinnerbox ul li label,.dashinnerbox ul li a{
    font-weight:100;
    color:#fff;
    font-size: 12px;
    font-family: 'OpenSansRegular'!important;
    float: left;
}
.dashinnerbox ul li{
    width: 100%;
}
.dashinnerbox ul li label{
    float: left;
    width: 114px;
    margin: 0;
}
.sidebarnavlist{
    background: #fff;
    width: 100%;
    padding:0 5% 5% 5%;
    border-radius:0 0 5px 5px;
}
.sidebarnavlist ul li{
    margin-bottom: 5px;
}
.sidebarnavlist ul li a{
    color:#505150;
    font-size: 13px;
    font-family: 'OpenSansSemibold'!important;
}
.sidebarnavlist ul li a:hover,.sidebarnavlist ul li a.active{
    color:#505150;
}
.myaccountmaindiv .mainformdivreg .lastpadd{
    padding:0px;
}
.lastpadd .backbutton
{
    padding: 0px 16px !important;
}
.myaccountmaindiv .mainformdivreg .firstpadd{
    padding: 0 0 0 5%;
}
.myaccountmaindiv .mainformdivreg .innerformdiv {
    float: left;
    width: 100%;
}
.myaccountmaindiv .mainformdivreg .formelement label.formlabel,.sendsearchbookingrequest .formelement label.formlabel{
    width: 30%;
}
.myaccountmaindiv .mainformdivreg .formelement .formfield,.sendsearchbookingrequest .formelement .formfield{
    width: 70%;
}
.myaccountmaindiv .mainformdivreg .formelement .formfield input[type="text"],
.myaccountmaindiv .mainformdivreg .formelement .formfield input[type="password"],
.myaccountmaindiv .mainformdivreg .formelement .formfield textarea,
.myaccountmaindiv .mainformdivreg .formelement .formfield .fileUploadinput{
    width: 93%;
}
.sendsearchbookingrequest .formelement .formfield input[type="text"],
.sendsearchbookingrequest .formelement .formfield input[type="password"],
.sendsearchbookingrequest .formelement .formfield textarea,
.sendsearchbookingrequest .formelement .formfield .fileUploadinput{
    width: 89%!important;
}
.myaccountmaindiv .mainformdivreg .formelement .formfield label.styledselect{
    width: 93%;
}
.myaccountmaindiv .mainformdivreg .formelement .formfield .fileUploadinput{
    width: 59%;
}
.contactdetail  label.formlabel{
    margin:0;
    color: #034567;
    font-size: 13px;
    font-family: 'OpenSansSemibold'!important;
    font-weight: normal;
}
.contactdetail .formelement label.formlabel,.contactdetail .formelement .formfield,.contactdetail .formelement .formfield input[type="text"]{
    width: 100%!important;
}
.accessrightslist{
    float: left;
    width: 100%;
    margin-bottom: 5px;
}
.accessrightslist li{
    width: 100%;
    float: left;
}
.accessrightslist li label{
    color: #034567;
    font-size: 13px;
    font-family: 'OpenSansSemibold'!important;
    font-weight: normal;
    float: left;
    width: 50%;

}
.managetable{
    float: left;
    width: 100%;
    position: relative;
    border-left: 1px solid #dcd7cc;
    border-right: 1px solid #dcd7cc;
    border-bottom: 1px solid #dcd7cc;
}
.managetable .tablehead,.managetable .tablebody{
    /*        width: 100%;
            float: left;*/
}
.managetable .tablehead,.managetable .tablehead .tablecell{
    background: #505150;
    color:#fff;
    font-size: 13px;
    font-family: 'OpenSansSemibold'!important;
    font-weight: normal;
}
.managetable .tablebody,.managetable .tablebody .tablecell{
    background: #fff;
    color:#505150;
    font-size: 13px;
    font-family: 'OpenSansSemibold'!important;
    font-weight: normal;
    word-break: break-all;
}
.managetable .tablebody{
    border-bottom: 1px solid #dcd7cc;
}
.managetable .tablebody .tablecell{
    word-break: break-all;
    padding: 10px 1%;
    float: left;
}
.managetable .tablehead .tablecell{
    padding: 5px 3%;
    float: left;
}
.managetable .tablebody .tablecell a{
    display: inline-block;
    float: left;
    text-align: center;
    /*margin-right: 5px;*/
    color:#036192;
    font-size: 13px;
    font-family: 'OpenSansSemibold'!important;
}
.managetable .tablebody .tablecell a:hover{
    color:#ff9b00;
}
.managetable .graybg,.managetable .graybg .tablecell{
    background: #f0ede5;
    color:#d8602b;
}
.actionincon a{
    width: 18px;
    height: 18px;
}
.actionincon a i.fa-dollar{
    font-size: 17px;
}
.actionincon a i.fa-file-text{
    font-size: 15px;
}
.actionincon a i{
    font-size: 18px;
    color:#d8602b;
}
.green{
    color:#01a104!important;
}
.red{
    color:#ff0000!important;
}

.boxheading .fa-user,.boxheading .fa-dollar{
    float: right;
    font-size: 30px;
    margin: -5px -5px;
}
.boxheading .fa-calendar,.boxheading .fa-envelope{
    float: right;
    font-size: 25px;
    margin: -4px 2px;
}
.bookingdetaillist li{
    float: left;
    width: 100%;
}
.bookingdetaillist li label,.bookingdetaillist li span{
    font-size: 13px;
    float: left;
}
.bookingdetaillist li label{
    color:#626262;
    font-family: 'OpenSansSemibold'!important;
    width: 110px;
}
.bookingdetaillist li label.error-form{
    width: 100%;
}
.bookingdetaillist li span{
    color:#3399c4;
    font-family: 'OpenSansSemibold'!important;
}
.labelsize120 li label{
    width:120px;
}
.spansize97 li span{
    width: 97px;
}
.spansize170 li span{
    width: 170px;
}
.spansize250 li span{
    width: 250px;
}
.descriptiondiv{
    float: left;
    width: 100%;
}
.descriptiondiv label{
    color:#626262;
    font-family: 'OpenSansRegular'!important;
    float: left;
}
.descriptiondiv p{
    font-size: 13px;
    float: left;
    width: 100%;
    color:#3399c4;
    font-family: 'OpenSansSemibold'!important;
}
.fa-plus-circle-o{
    color: #ff8400;
    border: 1px solid #ff8400;
    border-radius: 50%;
    font-family: 'OpenSansSemibold'!important;
    width: 14px;
    text-align: center;
    font-size: 14px;
    padding: 0px;
    height: 14px;
    float: left;
}
.messageblock{
    background: #f7f7f7;
    padding: 1%;
    width: 98%;
    border-radius: 5px;
    color:#b7b7b7;
    font-family: 'OpenSansSemibold'!important;
    font-size: 13px;
}
.chartdiv{
    border:1px solid #e1e1e1;
    padding:10px;
    float:left;
    width: 100%;
    min-height: 250px;
}
.chartdiv .heading{
    font-size: 17px;
    font-family: 'OpenSansSemibold'!important;
    color:#575757;
    margin: 0;
    line-height: 23px;
}
.bargraph{
    width: 100%;
    margin-top:15px;
}
.bargraph label{
    color:#9a98a5;
    font-family: 'OpenSansSemibold'!important;
    font-size: 12px;
    margin-left: 15px;
}
.bargraph h4{
    font-size: 15px;
    font-family: 'OpenSansRegular'!important;
    color:#505150;
    font-weight: normal;
}
.bargraph h1{
    font-weight: bold;
    font-size: 24px;
    font-family: 'OpenSansRegular'!important;
    color:#505150;
    padding: 12px;

}
.bargraph h4 b{
    margin-left: 15px;
    font-family: 'OpenSansSemibold'!important;
    font-size: 15px;
}
.bargraph h4.used,.bargraph h1.used{
    color:#d8602b!important;
}
.bargraph h3{
    text-align: center;float: left;width: 100%;

    font-size: 15px;
    font-family: 'OpenSansRegular'!important;
    font-weight: normal;
    color:#62676a;
}
.bargraph h3 b{text-transform: uppercase;font-family: 'OpenSansSemibold'!important; margin-right: 20px;color:#9699a8;}

.mainpaginationdiv{
    position: relative;
    float: left;
}
.paging{margin: 5px 0px !important;}
.mainpaginationdiv .paginationControl{

    /*width: 100%;*/
    position: relative;
}
.mainpaginationdiv .paginationControl .disabled{
    background-color: #eeeeee;
    border-color: #ddd;
    position: relative;
    float: left;
    padding: 10px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    text-decoration: none;
    border: 1px solid #ddd;

    margin: 0 3px;
}
.mainpaginationdiv .paginationControl .selected{
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #d8602b;
    border-color: #d8602b;
    position: relative;
    float: left;
    padding: 4px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    text-decoration: none;
    border: 1px solid #ddd;
    font-size: 14px;
    margin: 0 3px;
}
.mainpaginationdiv .paginationControl a{
    position: relative;
    float: left;
    padding: 4px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #858b90;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    font-size: 14px;
    margin: 0 3px;
}
.mainpaginationdiv .paginationControl a:hover{
    color: #2a6496;
    background-color: #eee;
    border-color: #ddd;
}

.mainpaginationdiv .paginationControl a:last-child,.mainpaginationdiv .paginationControl a:first-child{
    padding: 10px 12px;
}
.mainpaginationdiv .paginationControl .disabled,.mainpaginationdiv .paginationControl .selected,.mainpaginationdiv .paginationControl .a{

}
.loadercontainer{
    width: 650px!important;
    margin-top: 40px;
}
.destination {
    width: 100%;
    float: left;
    text-align: center;
}
.destination label,.dates label{
    font-size: 16px;
    color:#d8602b;
    font-family: 'OpenSansSemibold'!important;
    display: inline;
    margin-right: 10px;
}
.destination span,.dates span{
    font-size: 15px;
    color:#505150;
    font-family: 'OpenSansRegular'!important;
    display: inline;
}
.loaderimg{
    box-shadow: 4px 4px 0px 4px rgba(198,196,192,0.5);
    border-radius: 5px;
}
.sendsearchbookingrequest{
    /*    width: 960px;
        left:38%;*/
    border-radius: 0;
}
.sendbookingrequestform{
    float: left;
    width: 100%;
}
.sendbookingrequestform .modal-body{
    width: 100%;
    float: left;
}
.transfertoinvoice{
    width: 85%;
    left:8%;
    /*left:28%;*/
    border-radius: 0;
}
.transfertoinvoice h2.formheading,.sendsearchbookingrequest h2.formheading{
    background: #505150;
    color:#fff;
    font-weight: normal;
    font-size: 23px;
    font-family: 'OpenSansRegular'!important;
    padding: 15px 40px;
    margin: 0;
}
.transfertoinvoice button.close,.topcontentpopup button.close,.sendsearchbookingrequest button.close{
    background: #ffffff;
    font-size: 24px;
    font-family: 'OpenSansSemibold'!important;
    text-align: center;
    opacity: 1;
    color: #3399c4;
    right: 20px;
    position: relative;
    top: 16px;
    padding: 10px 11px 13px 11px;
    border-radius: 6px;
    line-height: 12px;
}
.topcontentpopup button.close{
    top:0!important;
}
.transfertoinvoice .modal-body,.sendsearchbookingrequest .modal-body{
    padding: 45px;
}
.transfertoinvoice .heading{
    color:#036192;
    font-family: 'OpenSansSemibold'!important;
    margin-bottom: 20px;
}
.transfertoinvoice ul.termslist li{
    font-size: 13px;
    font-family: 'OpenSansRegular'!important;
    color:#626262;
    margin-bottom: 15px;
}
.transfertoinvoice ul.termslist{
    margin-bottom: 40px;
}
.transfertoinvoice ul.termslist li i.fa-circle{
    font-size: 10px;
    color: #3399c4;
    margin: 0 10px;
}
.transfertoinvoice .formelemets{
    margin: 30px 0;
    width: 100%;
    float: left;
}
.modifybookingrequest .formelemets{
    margin: 10px 0;
    float: left;
}
.transfertoinvoice .formelemets label.formlabel{
    float: left;
    color: #034567;
    font-size: 13px;
    font-family: 'OpenSansSemibold'!important;
    font-weight: normal;
    margin: 0;
    line-height: 32px;
    margin-right: 10px;
}
.transfertoinvoice .formelemets .formfield span{
    color: #f47300;
    font-family: 'OpenSansRegular'!important;
    font-weight: normal;
    float: left;
    font-size: 14px;
    line-height: 36px;
    margin-right: 5px;
}
.transfertoinvoice .formelemets .formfield input[type="text"],.transfertoinvoice .formelemets .formfield textarea{
    background: #fff;
    border: 1px solid #dadada;
    box-shadow: 0px 1px 0px 0 rgba(190,190,190,0.65);
    border-radius: 0;
    color: #838484;
    padding: 4px 6px;
    margin: 0;
    height: 36px;
    float: left;
}
.currency{
    position: absolute;
    z-index: 999;
    background: #fff;
    width: 106px;
    border: 1px solid #d8602b;
    right: 38px;
}
.currency li{
    color:#d8602b;
    background: #fff;
    border-bottom: 1px solid #d8602b;
    font-size: 12px;
    font-family:'OpenSansSemibold'!important;
    width: 100%;
}
.currencyblock i{
    background: #d8602b;
    color: #fff;
    font-size: 12px;
    font-weight: normal;
    padding: 5px 7px;
    margin-right: 1px;

}
.currencyblock img{
    vertical-align: top;
}
.pagenotfound{
    float: left;
    width: 100%;
    position: relative;
}
.pagenotfound .heading{
    float: left;width: 100%;text-align: center;
}
.pagenotfound .heading h1{
    display: inline-block;
    font-size: 120px;
    color: #329ac4;
    line-height: 120px;
    margin-right: 15px;
    font-family: 'OpenSansSemibold'!important;
}
.pagenotfound .heading h2{
    display: inline-block;
    font-size: 40px;
    color: #329ac4;
    line-height: 40px;
    font-family: 'OpenSansSemibold'!important;
}
.pagenotfound .notfoundcontent{
    float: left;
    width: 100%;
    text-align: center;
    font-size: 25px;
    color: #f49f1f;
    padding: 15px 0;
}
.pagenotfound .logopagenotfound{
    width: 100%;
    float: left;
    text-align: center;
    margin-bottom: 20px;

}
.pagenotfound .orange{
    color:#f49f1f;
}
.pagenotfound .blue{
    color:#329ac4;
}
.pagenotfound .pagecontent{
    font-size: 15px;
    font-family: 'OpenSansRegular'!important;
    text-align: center;
    color:#036192;
}

.fullwidthpopup{
    display: none;left: 0px;
    margin: 0px;
    top: -1px!important;
    position: absolute;
    background: none 0px 0px repeat scroll transparent;
    float: left;
    width: 100%;
}
.fullwidthpopup1{
    background: #505150;
}
.comparehoteltable{
    background: #ffffff;
    width: 83.3%;
    position: absolute;
    float: left;
    margin-top: 150px;
    margin-bottom: 30px;
    padding: 0.7%;
    overflow-y: auto;
    margin-right: auto;
    margin-left: auto;
    left: 8%;
    top: 0;
}
.closebtn{
    top: -4px;
    position: relative;
    right: -11px;
    z-index: 999;
}
.closebtn, .closebtn span {
    /*border: 0 none;*/
    color: #505150 !important;
    font-family: "OpenSansSemibold" !important;
    font-size: 13px;
    opacity: 1;
    outline: medium none;
}
.closebtn span {
    border: 1px solid #505150;
    border-radius: 50%;
    font-size: 12px;
    margin: 5px;
    padding: 0 5px;
    background: #fff;
}
.closebtn:hover{
    opacity: 1;
}
.policypopup{
    border-radius: 0!important;
    padding: 25px;

}
.policypopup p{
    color:#7d7d7d;
    font-family: 'OpenSansSemibold'!important;
    font-size: 13px;
    word-wrap: break-word;
}
.policypopup label.formlabel {
    color: #034567;
    float: left;
    font-family: "OpenSansRegular" !important;
    font-size: 13px;
    font-weight: normal;
    line-height: 32px;
    margin: 0;
    width: 10%;
}
.policypopup .formelemets{
    float: left;
    width: 100%;
    margin: 10px 0;
}
.policypopup .formelemets input[type="text"].field{
    background: #fff none repeat scroll 0 0;
    border: 1px solid #dadada;
    border-radius: 0;
    box-shadow: 0 1px 0 0 rgba(190, 190, 190, 0.65);
    color: #838484;
    float: left;
    height: 23px;
    margin: 0 10px 0 0;
    padding: 4px 6px;
    width: 40%;
}
.sendsearchbookingrequest .formelement{
    width: 100%;
    margin-bottom: 10px;
    float: left;
}
.sendsearchbookingrequest .formelement .formfield input[type="text"],
.sendsearchbookingrequest .formelement .formfield input[type="email"],
.sendsearchbookingrequest .formelement .formfield textarea,
.sendsearchbookingrequest .formelement .formfield .fileUploadinput
{
    background: #fff;
    border: 1px solid #dadada;
    box-shadow: 0px 1px 0px 0 rgba(190,190,190,0.65);
    border-radius: 0;
    color: #838484;
    padding: 4px 6px;
    margin: 0;
    width: 92%;
    height: 26px;
    float: left;
}
.alertmodify{
    position: fixed;
    right: 2%;
    top: 13%;
    opacity: 1;
    height: 50px;
    vertical-align: middle;
    width: 330px;
    /* float: left; */
    z-index: 99999;
    background: #fff;
    border: 2px solid #036192;
    box-shadow: 0px 0px 6px 3px rgba(4,74,102,0.5);
    color:#7d7d7d;
    font-family: 'OpenSansSemibold'!important;
    font-size: 13px;
}
.alertmodify .close{
    opacity: 1;
    color:#036192;
}
input[disabled], select[disabled], textarea[disabled], input[readonly], select[readonly], textarea[readonly]{
    background: #eeeeee;
}
.termsconditionlist{
    margin-bottom: 20px;
    float: left;
    width: 100%;
}
.termsconditionlist li{
    float: left;
    width: 100%;
}
.termsconditionlist p{
    margin-bottom: 10px!important;
    float: left;
    width: 100%;
}
.termsconditionlist p i{
    float: left;
    color:#3399c4;
    font-weight: bold;
    line-height: 18px;
}
.termsconditionlist p label{
    float: left;
    width: 98%;
    line-height: 20px;
    font-family: "OpenSansRegular" !important;
}
.noborder{border:0!important;}
.paymentdetail{
    position: relative;
    width: 100%;
    float: left;
    margin-bottom: 20px;
}
.paymentdetail li{
    width: 100%;
    margin-bottom: 10px;
    float: left;
}
.paymentdetail li label.formlabel{
    float: left;
    color: #505150;
    font-size: 13px;
    font-family: 'OpenSansSemibold'!important;
    margin: 0 10px 0 0;
    width: 200px;
}
.paymentdetail li p{
    float: left;
    font-size: 13px;
    color: #626262;
    font-family: 'OpenSansRegular', sans-serif!important;
    margin: 0!important;
}
.paymentdetail li span{
    float: left;
    font-size: 13px;
    font-family: 'OpenSansSemibold'!important;
    color : #ff6000
}
.sightnote{
    font-size: 13px;
    font-family: 'OpenSansSemibold'!important;
    color : #ff9b00;
    width: 100%;
    margin-bottom: 20px;
}
.middlecontent  input[type="text"]{background: #fff none repeat scroll 0 0;
                                   border: 1px solid #dadada;
                                   border-radius: 0;
                                   box-shadow: 0 1px 0 0 rgba(190, 190, 190, 0.65);
                                   color: #838484;
                                   float: left;
                                   height: 35px;
                                   margin: 0;
                                   padding: 4px 6px;    width: 100%;}
.transferbookingblock{

}
.transferbookingblock .formelement{
    float: left;
    margin-bottom: 10px;
    position: relative;
    width: 100%;
}

.forgotpasswordpopup{
    border-radius: 0!important;
    padding: 25px;

}
.forgotpasswordpopup p{
    color:#3399c4;
    font-family: 'OpenSansSemibold'!important;
    font-size: 13px;
}
.forgotpasswordpopup label.formlabel {
    color: #034567;
    float: left;
    font-family: "OpenSansRegular" !important;
    font-size: 13px;
    font-weight: normal;
    line-height: 32px;
    margin: 0;
    width: 20%;
}
.forgotpasswordpopup .formelemets{
    float: left;
    width: 100%;
    margin: 10px 0;
}
.forgotpasswordpopup .formelemets input[type="text"].field{
    background: #fff none repeat scroll 0 0;
    border: 1px solid #dadada;
    border-radius: 0;
    box-shadow: 0 1px 0 0 rgba(190, 190, 190, 0.65);
    color: #838484;
    float: left;
    height: 23px;
    margin: 0 10px 0 0;
    padding: 4px 6px;
    width: 40%;
}

.transferbookingblock label.formlabel{
    display: block;
    color:#034567;
    font-family: 'OpenSansSemibold'!important;
    font-size: 13px;
    width: 150px;
    margin: 0;
    line-height: 34px;
    float: left;
}
.transferbookingblock input[type="text"] {
    width: 100%;
    height: 34px;
}
.transferbookingblock .formelement select{
    height: 34px;
}
.transferbookingblock .formelement .styledselect{
    width: 64%;
}
.transferbookingblock .formelement .styleinputtext{
    width: 64%;
}
.flnlbl{
    width: 48%!important;
}
.flntxt{
    width: 49%!important;
}
.transferbookingblock span{
    width: 100%;
}
.bookedtrans{
    color:#f49f1f;
    font-size: 13px;
    font-family: 'OpenSansSemibold'!important;
    float: left;
    width: 100%;
    margin:20px 0 0 0;
}
.ui-tooltip{
    border: 2px solid #f49f1f!important;
    background: #fff7eb!important;
    color:#034567!important;
}
.greencolum{
    background-color:#008000 !important;
    color:#fff!important;
}
.yellowcolum{
    background-color:#eef47f !important;
    color:#000;
}
.redcolum{
    background-color:#f00 !important;
    color:#fff;
}
.appnotes{
    text-align: center;
    font-family: 'OpenSansSemibold';
    color:#444;
    line-height: 20px;
}
.nophotogallery{
    color:#ff0000!important;
    font-size: 16px;
    font-family: 'OpenSansSemibold'!important;
    text-align: center;
    padding: 20px 0;
}
.myaccountsidebar .panel-group .panel-heading + .panel-collapse > .panel-body{
    padding:0 15px;
}
.myaccountsidebar .panel-group .panel-heading + .panel-collapse > .panel-body,
.myaccountsidebar .panel-group .panel-heading + .panel-collapse > .list-group{
    border-top:0;
}
.myaccountsidebar .panel{
    border: 0;
    margin-top: 1px!important;
}
ul#ui-id-2{
    max-height: 260px;
    /*overflow-y: scroll;*/
    overflow-x: hidden;
    max-width: 406px!important;
}
ul#ui-id-2{
    max-height: 260px;
    /*overflow-y: scroll;*/
    overflow-x: hidden;
    max-width: 406px!important;
}
ul#ui-id-2{
    max-height: 260px;
    /*overflow-y: scroll;*/
    overflow-x: hidden;
    max-width: 406px!important;
}
/*.handle{
    display: none!important;
}*/
.slide-out-div {
    padding:15px 30px;
    width: 230px;
    background: #365aa6;
    border-bottom:10px solid #ffd952;
    z-index: 999;
}
.slide-out-div .cnprofpic{
    border:7px solid #fff;
    margin-bottom: 10px;
    background: #fff;
}
.slide-out-div .cndetailblock{
    width: 100%;
    float: left;
    margin-bottom: 10px;
}
.slide-out-div .cndetail{
    color:#fff;
    font-size: 13px;
    font-family: 'OpenSansSemibold'!important;
    text-decoration: none;
    line-height: 14px;
}
.slide-out-div h6.cnheading{
    color:#fff;
    font-size: 14px;
    font-family: 'OpenSansSemibold'!important;
    line-height: 20px;
}
@media (min-width: 1200px) {
    .full-container{
        width: 1285px!important;
        padding: 0px;
    }
    .row-fluid .span9mod{
        width: 77%!important;
    }
    .row-fluid .span3mod {
        width: 23%!important;
    }

}
@media (min-width: 768px) and (max-width: 979px) {
    .full-container{}

}
@media (max-width: 767px) {
    .full-container{}
}
@media (max-width: 480px) {
    .mmt5{margin-top: 5px !important;}
}
@media (max-width: 979px) {
    #menu li a{
        padding: 10px 10px;
    }
}
.leftpadding{
    padding-left: 0px !important;
}
.tablehead .tablecell{
    /*margin-top: 14px;*/
}
.icon-bar:before{
    display: none !important;
}
.nopadding{
    padding: 0px !important;
}
.contactdetail .no-padding{
    padding: 0px;
}
#maincontent .navbar{
    margin: 0px;
    min-height: 40px;
}
.np992{
    padding: 5px;
}
.managetable table{
    width:100%
}
/*.editprofileform .row{
    margin: 0px !important;
}*/
.file_modify
{
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}
.listborderleftsept{
    border-left: 1px solid #acacac;
}
.listmodifyheading{
    background: transparent;
    padding:0 10px!important;
    float: left;
    width: 100%;
}
.listmodifyheading span,.listmodifyheading small{
    color:#329ac4;
}
/* Modal set css */
.transfertoinvoice h2.formheading
{
    float: none;
}
.transfertoinvoice .modal-dialog,
.transfertoinvoice .modal-content,
.transfertoinvoice .modal-body
{
    width: 100%;
    overflow: hidden;
    border: 0px;
}
.transfertoinvoice h2.formheading
{
    padding: 23px 40px;
}
.gsamodify .fileuploads label.error-form{
    bottom: -20px;
    left: 0;
    position: absolute;
    z-index: 999;
}
.imgfooter img{margin-top:3px;}
.sightvehicle{
    width: 55%;
}
.sightmaxpax,.sightmxlug,.sightprice{
    width: 15%;
    text-align: center;
}
.boardbasisblock{float: left;width: 100%;background: #b0b0b0;color: #fff;padding: 0;margin:20px 0 0 0;}
.boardbasisblock form{margin:0;}
.boardbasisblock,.boardbasisblock h2{text-transform: uppercase;font-family: 'OpenSansSemibold'!important;font-size: 13px;}
.boardbasisblock h2.flheading{display: inline-block;width: 24%;background: #8f8f8f;font-size: 15px;padding: 7px 15px 8px 15px;position: relative;margin:0 20px 0 0;color:#fff;}
.boardbasisblock h2.flheading i{color: #8f8f8f;right: -7px;position: absolute;font-size: 22px;top: 6px;}
.boardbasisblock input[type="checkbox"]{margin: 0 5px 0 20px!important;}
.mofiltericon{
    z-index: 999999;
    position: absolute;
    top: 16px;
    right: 40px;
    font-size: 13px;
    color: #fff;
    cursor: pointer;
    border-right: 1px solid #22779a;
    padding-right: 10px;
}
.mofiltericon span{
    font-family: 'OpenSansSemibold'!important;
    margin-left: 5px;
}
.hotelnamefilter{
    width: 80%!important;
}
.agentrefno{
    margin-left: 54px;
}
.agentrefno .formfield{
    width: 57%;
}
.agentrefno .formfield input[type="text"]{
    width: 100%!important;
}
.roomtypediv{
    width: 22%;
}
.roominclusion{
    width:10%;
}
.totalroom{
    width: 11%;
    text-align: center;
}
.roomtotaldaysdiv{
    width:46%;
}
.roomtotalamountdiv{
    width:11%;
}
.roomgrosstotaldiv{
    width:100%;
}
.mapview{
    width:100%;height: 474px; margin-top:-48px !important;
}
.mapbtn{
    margin-top: 5px;
    float: left;
}
.profileicon{
    top: -2px;
    background: #777777;
}
.actionbtn{
    background: #eeeeee;
    padding: 3px 3.5px;
    float: left;
    margin: 1px;
    border: 1px solid #dddddd;
}
.bookingview h6.formlabel{
    margin-bottom: 5px;
}
.modifytable tr td{
    padding: 5px!important;
}
.viewroomtpe{
    width:13%
}
.viewinclusion{
    width:12%
}
.viewnoofrooms{
    width:10%;
    text-align: center;
}
.viewbreakup{
    width:49%;
    text-align: center;
}
.viewtotalamount{
    width:10%;
}
.apartmentnote{
    text-align: center;
    margin: 10px 0;
}
.n_footer{
    width: 100%;
    position: relative;
    float: left;
    background: #f8f8f8;
}
.n_footertop{
    background: #f8f8f8;
    float: left;
    width: 100%;

}
.n_footermiddle{
    background: #329ac4;
    float: left;
    width: 100%;
    border-top: 10px solid #f49f1f;
}
.n_footerbottom{
    background: #505150;
    width: 100%;
    float: left;
    padding: 20px 0;
}
.n_footermidinnr{
    position: relative;
    float: left;
    width: 100%;
    margin: 15px 0;
}
.n_footernavproduct{
    margin: 10px 0;
    float: left;
}
.n_footernavproduct p,.n_footernavaccreditation p{
    font-family: "OpenSansRegular" !important;
    color:#858585;
    font-size: 10px;
    display: inline-block;
    width: 70px;
    float: left;
    margin: 8px 0;
}
.n_footernavproduct a{
    display: inline-block;
}
.n_footernavproduct .n_logonav{
    position: relative;
    float: left;
}
.n_footernavproduct .n_logonav li{
    display: inline-block;
    float: left;
}
n_footernavaccreditation{
    margin: 10px 0;
    float: left;
}
.weaceept{
    float: left;
    margin-right: 8px;
}
.n_socialicon{
    float: left;
}
.n_socialicon li{
    float: left;
    display: block;
    border: 2px solid #fff;
    padding: 7px 8px;
    margin-right: 2px;
    border-radius: 50%;
}
.n_socialicon li:last-child{
    margin: 0;
}
.n_socialicon li a{
    color:#fff;
}
.n_socialicon li a i{
    font-size: 23px;
}
.n_tagline,.n_tagline a{
    color:#fff;
    font-family: "OpenSansRegular" !important;
    font-size: 15px;
    text-align: center;
    margin: 10px 0;
}
.n_footernav li{
    float: left;
    display: inline-block;
    font-size: 12px;
    color:#ffffff;
    font-family: "OpenSansRegular" !important;
    border-right: 1px solid #ffffff;
    padding: 0 7px 0 0;
    margin: 0px 6px 0 0;
    line-height: 12px;
}
.n_footernav li:last-child{
    border: 0;
    padding: 0;
    margin: 0;
}
.n_footernav li a{color:#fff;}
.n_copyright{
    color:#ffffff;
    font-family: "OpenSansRegular" !important;
    font-size: 13px;
    text-align: right;
}
.newsletterbtn {
    background: #f49f1f;
    color: #fff;
    padding: 7px 18px;
    border-radius: 5px;
    font-family: "OpenSansSemibold" !important;
    font-size: 13px;
    display: inline-block;
    margin: 3px 0;
}
.mtb10 {
    margin: 10px 0;
}
.ctct-form-errorMessage {
    color: #ff0000!important;
    font-weight: normal;
    font-size: 12px!important;
    font-family: 'OpenSansSemibold'!important;
    margin: 3px 0 0 15px;
}
.carousel-indicators{
    top:15px;
    left: 98%;
}
.viewmoresigtlan{
    float: left;font-family: Arial;font-size:12px;font-weight: normal;background:#6eb9d7;color:#fff;padding:2px 5px;margin:0 1px 1px 0;text-align:center;
}
.redalert{color:#ff0000;}
.textcolor{color:#646363;}
.termscontetn li{font-size: 14px;font-family: 'OpenSansSemibold';font-weight: normal;list-style: circle;margin: 10px 20px;}
.bookterms{
    float: left;
    width: 100%;
    padding: 20px;
}
.bookterms li,.bookterms li h3{float: left;width: 100%;}
.bookterms li{margin-bottom: 20px;}
.bookterms li h3{margin-bottom: 5px;font-size: 16px;font-family: 'OpenSansSemibold';color:#3399c4;}
.bookterms li p{padding:0 10px;margin-bottom: 10px;}
.paydiscount{float: left;border-bottom: 1px solid #d8d8d8;width: 100%;}
.paydiscount img,.paydiscount h5{float: left;}
.paydiscount img{border:2px solid #329ac4;border-radius: 2px;}
.paydiscount h5{font-family: 'OpenSansSemibold';font-size: 14px;color:#313131;margin-left: 15px;line-height: 26px;}
.paydiscount h5 span.red{color:#ff2a00;font-family: 'OpenSansBold';font-size: 16px;}
.paydiscount h5 span.orange{color:#ff8400;font-family: 'OpenSansBold';font-size: 16px;}
.paydis label,.paydis span{font-family: 'OpenSansBold'!important;font-size: 16px!important;float: left;}
.paydis label{color:#ff8400;margin: 0 10px 0 0;width: 200px;}
.paydis span{color:#329ac4!important;}

.boardbasisautocomplete{

    float: left;
    width: 100%;
    position: relative;
    background: #eeeeee;
    padding:20px 0;
}
.pairhotel_checkbox{
    position: relative;
    height: 19px;
    width: 20px;
    float: left;
    margin: 7px 5px;
}

.pairhotel_checkbox>input[type="checkbox"] {
    opacity:0;
    height: 19px;
    width: 20px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    cursor: pointer;
}

.pairhotel_checkbox>input[type="checkbox"] + label{
    background-image: url('../../images/ximage/new/uncheckpin.png');
    height: 19px;
    width: 20px;
    display:inline-block;
    padding: 0 0 0 0px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    cursor: pointer;
}
.pairhotel_checkbox>input[type="checkbox"]:hover + label{
    background-image: url('../../images/ximage/new/checkedpin.png');
    height: 19px;
    width: 20px;
    display:inline-block;
    padding: 0 0 0 0px;
    transition: all 0.5s ease;
}
.pairhotel_checkbox>input[type="checkbox"]:checked + label{
    background-image: url('../../images/ximage/new/checkedpin.png');
    height: 19px;
    width: 20px;
    display:inline-block;
    padding: 0 0 0 0px;
    transition: all 0.5s ease;
}
.link-icon{
    background-image: url('../../images/ximage/new/link-icon.png');
    width: 17px;
    height: 19px;
    margin: 6px 0;
}
.link-icon:hover,.link-icon:active,.link-icon:visited{
    background-image: url('../../images/ximage/new/active-link-icon.png');
    width: 17px;
    height: 19px;
}
.loading_content{font-size: 20px;color:#4f5051;font-family: 'OpenSansSemibold'!important;margin-top: 15px;}
.uncat{
    float: left;font-size: 14px;margin: 0;color:#4f504f;font-family: 'OpenSansSemibold';
}
.tt-menu{
    background: #ffffff;
    width: auto;
    padding:10px;
    border: 3px solid #4f504f;
    border-radius: 5px;
    margin-top: 5px;
}
.tt-menu:before {
    position:absolute;
    content:"";
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid #4f504f;
    top: -12px;
}
/*    .tt-menu:before{
        width: 0;
        height: 0;
        border-left: 50px solid transparent;
        border-right: 50px solid transparent;
        border-bottom: 100px solid red;
    }*/
.tt-suggestion{
    color:#4f504f;
    font-size: 14px;
    /*height: 22px;*/
    float: left;
    width: 100%;
    font-family: "OpenSansRegular";
    margin-bottom: 5px;
    padding:0 10px;
}
.tt-suggestion i{margin-right: 10px;float: left;}
.tt-cursor{font-family: 'OpenSansSemibold';background: #e0f0fb;}
.cityname{float: left;width: 92%;}
.vatbtn{
    color: #ff0000!important;

}
.vatbox{
    background: #f9f5f5;
    border:2px solid #fb5e5e;
    border-radius: 5px;
    padding: 10px;
    top: 30px;
    left: 25px;
}
.vatbox h2{font-size: 16px;font-family: 'OpenSansSemibold';color:#ff0000;margin-bottom: 10px;}
.vatbox p{font-family: "OpenSansRegular";font-size: 12px;margin-bottom: 5px;color:#000000;}
a.up-arrow {
    display: inline-block;
    position: relative;

    top: -12px;
    right: 23px;
    text-decoration: none;

}
a:hover.up-arrow {
    background: brown;
}
a.up-arrow:after {
    content: '';
    display: block;
    position: absolute;
    left: 20px;
    bottom: 100%;
    width: 0;
    height: 0;
    border-bottom: 10px solid #fb5e5e;
    border-top: 10px solid transparent;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}
.semibold{font-family: 'OpenSansSemibold'!important;}
