@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address,
big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl,
dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside,
canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time,
mark, audio, video {margin: 0;padding: 0;border: 0;font-size: 100%; font: inherit;  vertical-align: baseline;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block;}
body {font-family:'GoogleSans-Regular'; font-size: 16px }
@media  only screen and (-webkit-min-device-pixel-ratio: 1.3),
  only screen and (-o-min-device-pixel-ratio: 13/10),
  only screen and (min-resolution: 120dpi){
  /* Your code to swap higher DPI images */
  body{
  /*zoom: 0.9; 
  -moz-transform: scale(0.9); 
  -moz-transform-origin: 0 0;*/
  }
}
a {
    color: #333;
}
a:hover{color:#000000; cursor: pointer;}
ol, ul {list-style: none; }
blockquote, q {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content: '';content: none;}
table {border-collapse: collapse;   border-spacing: 0;}
a, a:active, a:focus, a:hover {text-decoration:none;transition:all ease 0.3s; outline: none; } 
input{border:1px solid #ebebeb;}
select{-moz-appearance: none;text-overflow: "";-webkit-appearance: none;border: medium none;outline: medium none;}
select:focus, option:focus, select::-moz-focus-inner, option::-moz-focus-inner {
    outline: none;
    border: none;
}
 /*.form-control::-moz-placeholder{font-family: "GoogleSans-Regular"; }*/ 
*{margin: 0; padding: 0}



body{ font-family: 'GoogleSans-Regular';}

@font-face {
    font-family: 'GoogleSans-Regular';
    src: url('../fonts/GoogleSans-Regular.eot');
    src: url('../fonts/GoogleSans-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/GoogleSans-Regular.woff2') format('woff2'),
        url('../fonts/GoogleSans-Regular.woff') format('woff'),
        url('../fonts/GoogleSans-Regular.ttf') format('truetype'),
        url('../fonts/GoogleSans-Regular.svg#GoogleSans-Regular') format('svg');
    
}

@font-face {
    font-family: 'GoogleSans-Italic';
    src: url('../fonts/GoogleSans-Italic.eot');
    src: url('../fonts/GoogleSans-Italic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/GoogleSans-Italic.woff2') format('woff2'),
        url('../fonts/GoogleSans-Italic.woff') format('woff'),
        url('../fonts/GoogleSans-Italic.ttf') format('truetype'),
        url('../fonts/GoogleSans-Italic.svg#GoogleSans-Italic') format('svg');
   
}

@font-face {
    font-family: 'GoogleSans-Medium';
    src: url('../fonts/GoogleSans-Medium.eot');
    src: url('../fonts/GoogleSans-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/GoogleSans-Medium.woff2') format('woff2'),
        url('../fonts/GoogleSans-Medium.woff') format('woff'),
        url('../fonts/GoogleSans-Medium.ttf') format('truetype'),
        url('../fonts/GoogleSans-Medium.svg#GoogleSans-Medium') format('svg');
    
}

@font-face {
    font-family: 'GoogleSans-BoldItalic';
    src: url('../fonts/GoogleSans-BoldItalic.eot');
    src: url('../fonts/GoogleSans-BoldItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/GoogleSans-BoldItalic.woff2') format('woff2'),
        url('../fonts/GoogleSans-BoldItalic.woff') format('woff'),
        url('../fonts/GoogleSans-BoldItalic.ttf') format('truetype'),
        url('../fonts/GoogleSans-BoldItalic.svg#GoogleSans-BoldItalic') format('svg');
 
}

@font-face {
    font-family: 'GoogleSans-Bold';
    src: url('../fonts/GoogleSans-Bold.eot');
    src: url('../fonts/GoogleSans-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/GoogleSans-Bold.woff2') format('woff2'),
        url('../fonts/GoogleSans-Bold.woff') format('woff'),
        url('../fonts/GoogleSans-Bold.ttf') format('truetype'),
        url('../fonts/GoogleSans-Bold.svg#GoogleSans-Bold') format('svg');
    
}
/*@font-face { font-family: "GoogleSans-Regular"; src: url('../fonts/GoogleSans-Regular.ttf');}
@font-face { font-family: "GoogleSans-Bold"; src: url('../fonts/GoogleSans-Bold.ttf'); }
@font-face { font-family: "GoogleSans-BoldItalic"; src: url('../fonts/GoogleSans-BoldItalic.ttf'); }
@font-face { font-family: "DroidSerif-Italic"; src: url('../fonts/DroidSerif-Italic.ttf'); }
@font-face { font-family: 'PT Serif', serif; src: url('../fonts/PT_Serif-Web-Bold.ttf'); }*/
.form-control{padding: 0 12px;}
.md_padL0{padding-left: 0px}
.md_padR0{padding-right: 0px}
.md_padT0{padding-top: 0px}
.md_padB0{padding-bottom: 0px}
.md_pad0{padding: 0px}
.md_padLR0{padding-left: 0; padding-right: 0}
.md_padL20{padding-left: 20px;}
.md_padT15{padding-top: 15px}
/*margin*/

.md_marL0{margin-left: 0px}
.md_marR0{margin-right: 0px}
.md_marT0{margin-top: 0px}
.md_marB0{margin-bottom: 0px}
.md_mar0{margin: 0px}
.marT28{margin-top: 28px;}
.marT22{margin-top: 22px;}
.marB30{margin-bottom: 30px;}
.marT20{margin-top: 20px;}
.marT10{margin-top: 10px;}
.padB20{padding-bottom: 20px;}
.mart2{margin-top: 2px !important;}
.md_marT15{margin-top: 15px;}
.flt_right{float: right;}
/* Form input */
/*default_navbar hover */
.nav > li > a:hover, .nav > li > a:focus{background: none;}
.extra-modal{width:1120px;}
.hr_line{border-top: 1px solid #fff;margin-bottom: 15px;margin-left: -5px;margin-right: -5px;margin-top: -20px;}
/* close button */
.closeBtn {background-color: #cdd2d9; border-radius: 50%; color: #fff; display: inline-block; height: 10px; width: 10px; position: absolute; right: -5px; top: 50%; font-size: 7px; color: #ffffff; text-align: center; margin-top: 2px; padding: 1px}
/* Buttons */
.md_btn{text-align: center; vertical-align: middle; color: #ffffff; min-width:74px; border-radius: 4px; border: 0px;cursor: pointer;}
.md_btnS{cursor: pointer;
background: #333333;
color: #fff !important;
font-size: 14px;
text-transform: capitalize;
font-family: "GoogleSans-Regular";
height: 40px;
padding: 0 35px;
display: inline-block;
line-height: 40px;
border-radius: 4px;
border: none;}
.md_btnS:hover{background: #ef4023;}
.md_btnB{height: 47px; padding: 0 21px; line-height: 47px;  display: inline-block; vertical-align: middle; background: rgba(255,255,255,1);
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(215,215,215,1) 100%);background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(215,215,215,1)));background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(215,215,215,1) 100%);background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(215,215,215,1) 100%);
background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(215,215,215,1) 100%);background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(215,215,215,1) 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d7d7d7', GradientType=0 );}
.md_btnM{
      cursor: pointer;
    background: #333333;
    color: #fff;
    font-size: 14px;
    text-transform: capitalize;
    font-family: "GoogleSans-Regular";
    height: 40px;
    padding: 0 35px;
    display: inline-block;
    line-height: 40px;
    border-radius: 4px;
    border: none;
  }/* common css */
.md_btnM:hover{box-shadow: inset 0 0 0 25px #333333; color: #ffffff}
.md_btnB:hover{box-shadow: inset 0 0 0 25px #333333;color: #ffffff}
.add_travler button{ font-size: 0.875em; color: #263040 }
.priceDV a:focus{color: #fff}
.final_bookNow a:hover{color: #fff}
.font_S11{font-size: 13px;}
.font_S12{font-size: 0.750em;}
.font_capital{text-transform: uppercase;}
.close_circle{width: 14px; height: 14px; background: #b1b7ba; position: absolute; border-radius: 50%; right: 0; top:0; margin-top: 8px; margin-right: 8px; font-size: 10px; text-align: center; color: #ffffff}
.lowercase{text-transform: lowercase;}
.uppercase{text-transform: uppercase;}
.cmn_heading h1{font-size: 1.250em; font-family: "GoogleSans-Regular"; color: #263040;}
.cmn_heading h2 {font-size: 16px;font-family: "GoogleSans-Bold";  color: #333; margin-bottom: 20px; text-transform: uppercase;}
/*common-input*/
.common_input input{ 
    font-size: 14px;
    height: 40px;
    border: 1px solid #e1e1e1;
    width: 100%;
    border-radius: 5px;
    color: #000000;
    box-shadow: none;
    padding: 0 26px 0 12px;
    font-family: "GoogleSans-Regular";
   }
.common_input1 input{ height: 30px;  border:1px solid #e1e1e1; width: 100%;}
/*.common_input::-moz-placeholder{color: #888f9b; font-family: "GoogleSans-Regular"; font-size: 0.875em; }*/  
/*common-label*/
.common_lbl label{color: #000000; font-size: 0.813em;}
.common_lbl sup{color: #ff0000}
/*common buttons all*/
.btn_booking button{margin-bottom: 20px; text-transform: uppercase; color: #333333; font-family: "GoogleSans-Regular"; font-size: 0.875em; padding:0 25px;  }
.common_btn button{font-family: "GoogleSans-Regular"; font-size: 0.875em; padding: 8px 15px;  margin-right: 10px;transition: all 0.8s ease; background:#333333;}
.common_btn button:hover{background:#ef4023; color: #ffffff; border:0px; box-shadow: inset 0 0 0 25px #ef4023 }
.final_bookNow button { font-family: "GoogleSans-Regular"; font-size: 0.875em; height: 35px; padding: 0 15px;  text-transform: uppercase;}
.btn_booking button{margin-bottom: 20px; text-transform: uppercase; color: #333333; font-family: "GoogleSans-Regular"; font-size: 0.875em; padding:0 25px; }
.btn_booking a{
    cursor: pointer;
    background: #333333;
    color: #fff;
    font-size: 14px;
    text-transform: capitalize;
    font-family: "GoogleSans-Regular";
    height: 40px;
    padding: 0 35px;
    display: inline-block;
    line-height: 40px;
    border-radius: 4px;
    border: none;}
.btn_booking a.btn_red {
    background: #ef4023;
}    
/*End common buttons all*/
/*common select*/
.common_select{position: relative;}
.filterSort .common_select select{
    border: 1px solid #e5e5e5;
border-radius: 4px;
padding: 10px 10px;
float: left;
color: #888888;
position: relative;
background: #edebeb;
}
.common_select select{
      font-size: 14px;
    height: 40px;
    border: 1px solid #e1e1e1;
    width: 100%;
    border-radius: 5px;
    color: #000000;
    box-shadow: none;
    padding: 0 26px 0 12px;
    font-family: "GoogleSans-Regular";
    background: #ffffff;
    text-align: left;
    background: #edebeb;
}
.no_borderR{border-right: none!important;/*display: inline-block;*/}
.Right_Border{border-right: 1px solid #d7d7d7; }
/*top toogle profile details*/
/*25-10-2017*/
.profile_box1{
    width: 215px;
    display: none;
    top: 90px;
    box-shadow: 0px -3px 5px 0px rgba(255, 255, 255, 0.2);
    height: auto;
    padding: 45px 50px;
    border-radius: 3px;
    background: #ffffff;
    position: absolute;
    z-index: 222;
    right: 20px;
    background: #ffffff;
 
}
/*.top-border::before {
    content: "";
position: absolute;
border-bottom: 8px solid rgba(0, 0, 0, 0.2);
opacity: 0.5;
border-top: 8px solid transparent;
border-left: 8px solid transparent;
border-right: 8px solid transparent;
top: -16px;
right: 19px;
}
.top-border::after {
    content: "";
    border-bottom: 7px solid #fff;
    border-right: 6px solid transparent;
    border-top: 6px solid transparent;
    border-left: 6px solid transparent;
    top: -12px;
    position: absolute;
    right: 21px;
}*/
.subMenu .top-border::after {
    right: 34px;
}
.subMenu .top-border::before {
    right: 32px;
}
/*.top-border:before{border-top: 1px solid #333333; content: ""; border: solid 11px transparent; border-bottom-color: #fcfcfc;    width: 8px;    height: 8px;    position: absolute;    display: table-cell;    top: -20px;    margin: 0 auto;     left: 0;     right: 15px;}*/
.agent_box1{border-radius: 4px; text-align:left; border: 1px solid #f1f1f1;  height: auto;  margin-top: 23px; padding: 21px 15px 14px 18px; position: absolute;  right: -33px; width: 350px;  z-index: 222; 
background: #ffffff;
}/* end 25-10-2017*/
.profile_DV{display: none;}
.agent_details {box-shadow: 0 0 9px 3px rgba(0, 0, 0, 0.1); padding: 20px; background: none; border-radius: 6px; text-align: center;  height: 145px;  position: absolute;  text-align: center;  width: 223px;  z-index: 99999999; background: rgba(255,255,255,1);background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(215,215,215,1) 100%);background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(215,215,215,1)));background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(215,215,215,1) 100%);background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(215,215,215,1) 100%);background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(215,215,215,1) 100%);background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(215,215,215,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d7d7d7', GradientType=0 );}
.agent_box1 h1 { color: #333; font-family: "GoogleSans-Regular"; font-size: 1.125em; margin-bottom: 0;}
.agent_box1 h1 {color: #333;  font-family: "GoogleSans-Bold";  font-size: 1.125em;  margin-bottom: 0;}
.agent_box1 h3 {  color: #263040;  font-family: "GoogleSans-Regular";  font-size: 0.75em;  margin-bottom: 5px;}
.agent_box1 h4 {  color: #333;  display: block;  font-family: "GoogleSans-Regular";  font-size: 13px;  margin-bottom: 3px;}
.agent_box1 a{font-size: 13px; color: #333; font-family: "GoogleSans-Regular";  display: inline-block; word-break:break-all}
.profile_DV1{display: none;}
.subMenu ul{margin:0; padding: 0; list-style: none}
.subMenu ul li {     color: #333333;
    font-family: "GoogleSans-Regular";
    font-size: 15px;
    padding-bottom: 20px;
    text-align: left;
    font-weight: 500;}
.subMenu ul li:last-child{padding-bottom: 0px;}
.subMenu ul li a span { margin-right: 13px; margin-top: 4px; vertical-align: bottom; text-align: left;}
.subMenu ul li a{ color:#333333; }
.subMenu ul li a:hover{
    color: #ef4023
}
.mybooking_icon{background: url('../images/sprite.png') no-repeat -399px -57px; width: 14px; height: 12px; display: inline-block;}
.reports_icon{background: url('../images/sprite.png')  no-repeat -419px -52px;width: 16px;  height: 16px; display: inline-block;}
.quotation_icon{background: url('../images/sprite.png') no-repeat -441px -50px; width: 14px;  height: 18px; display: inline-block;}
.myacc_icon{background: url('../images/sprite.png') no-repeat -459px -53px; width: 16px; height: 15px; display: inline-block;}
.travelr_icon{background: url('../images/sprite.png')  no-repeat -477px -48px;  width: 17px; height: 20px; display: inline-block;}
.logout_icon{background: url('../images/sprite.png') no-repeat  -498px -54px; width: 14px; height: 14px; display: inline-block;}  
/*Homepage*/
.homepageBG{width: 100%; height: 825px;position:relative;  background-image: url('../images/bg.jpg'); background-position: center center; background-repeat:  no-repeat; background-size:  cover; }
.topheader{}
.logoDV{padding-top: 13px; padding-left: 1px}
.navDV{padding-left: 18px;}
.navDV ul{margin: 0; padding: 0;}
.navDV ul li{display: inline-block; color: #ffffff; padding-right: 8px; font-size: 1em; text-transform: capitalize; padding-top: 0px;}
.navDV ul li a{color: #ffffff;  padding-top: 22px; display: table-cell; position: relative; }
.navDV ul li a:hover:after{border-top:1px solid #000; content: "";border: solid 7px transparent; border-top-color: #ffffff; width: 7px;height: 8px;position: absolute; display: table-cell;  top: -1px;  margin: 0 auto; left: 0; right: 0;}
.navDV ul li.active a:after{border-top:1px solid #000; content: "";border: solid 7px transparent; border-top-color: #ffffff; width: 7px;height: 8px;position: absolute; display: table-cell;  top: -1px;  margin: 0 auto; left: 0; right: 0;}


.navDV_inner{padding-left: 18px;}
.navDV_inner ul{margin: 0; padding: 0;}
.navDV_inner ul li{display: inline-block; color: #254193; padding-right: 8px; font-size: 1em; text-transform: capitalize; padding-top: 0px;}

.navDV_inner ul li a {
    color: #cccccc;
    padding-top: 45px;
    display: table-cell;
    position: relative;
    text-transform: capitalize;
    font-size: 15px;
    position: relative;
}
.navDV_inner ul li a:hover:after{border-top: 5px solid #ef4023;
    content: "";
    /* border: solid 8px transparent; */
    border-top-color: #ef4023;
    width: 100%;
    height: 5px;
    position: absolute;
    display: table-cell;
    top: 0;
    margin: 0 auto;
    left: 0;
    right: 0;}
.navDV_inner ul li.active a:after{border-top: 5px solid #ef4023;
    content: "";
    /* border: solid 8px transparent; */
    border-top-color: #ef4023;
    width: 100%;
    height: 5px;
    position: absolute;
    display: table-cell;
    top: 0;
    margin: 0 auto;
    left: 0;
    right: 0;}


.navRight{width: auto; margin-top: 22px; display: inline-block;}
.aftrlogin_frm {display: inline-block;height: 185px;width: 100%;}
/* language */
.languageDV{float: left;width: 35px; height: auto; float: left}
.languageDV .caret{color: #fff;}
/* agent Registration */
/*.regLogin{float: left; width: 233px; height: auto; text-align: right}*/
.regLogin a{font-size: 1em; color: #ffffff;}
.regLogin .caret{margin-top: -3px; margin-left: -1px}
/*slider dv*/
.sliderDV{width: 100%; float: left;margin-top: 15px; padding-left: 1px; position: relative;}
.slides{width: 994px; float: left; height: 729px; }
.rightslidDV{width:570px;  z-index: 222; margin:138px 15px 0; position: absolute; right: 0px;}
.agentLoginDV{width: 100%; float:left; background-color: #ffffff; border-radius: 6px; padding: 15px 7px; box-shadow: 0 0 11px rgba(0, 0, 0, 0.4)}
.logInside h1{font-size: 1.250em; color: #333333; font-family: "GoogleSans-Regular"}
.logInside p{font-size: 0.875em; color: #404c60;  padding-top: 3px;  }
.loginformDV{width: 100%; float: left;}
.loginformBox{width: 169px; height: 51px;  border: 1px solid#e1e1e1; padding:1px 10px; margin-top: 13px; margin-left: 0; margin-right: 7px; margin-bottom:10px; display: inline-block;}
.loginformBox label{color: #404c60; font-size: 13px;  width: 100%; letter-spacing: 0.3px; text-transform: capitalize;}
.logininput{width: 100%; position: relative;}
.login_pad{padding: 0 13px}
.marginR0{margin-right:0}
.logininput input{width: 100%; border:none; box-shadow: none;  font-size: 0.813em; height:21px; color: #333333; padding: 5px 10px 0 0;} 
.forgot_Pass {margin-top: 9px;padding-left: 15px;}
.forgot_Pass label{font-family: "GoogleSans-Regular";  font-size: 0.750em;     color: #404c60;}
.forgot_Pass a{ font-size: 0.750em; color: #333333;}
.btn_login { background: #333333 none repeat scroll 0 0;  border: medium none;  color: #fff;  float: right;  font-size: 0.813em;  height: 36px;  margin: 3px 14px 0 0;  padding: 1px 25px;  text-transform: uppercase;  width: auto; transition: all 0.3s ease;}
.md_btn.btn_login:hover {background: #b8ab79; color: #041b42; box-shadow: inset 0 0 0 25px #b8ab79;}
.slider_Right {float: left; margin-left: 0; margin-top: 20px; width: 100%; }

/*anout us*/
.middleDV{width: 100%; float: left; height: 379px; }
.aboutDV{width: 100%;background:url('../images/tans-band.jpg'); background-repeat: no-repeat;padding-bottom: 20px;background-size: cover;  }
.aboutDV p {color: #ffffff;  font-family: "GoogleSans-Regular";  font-size: 1em;  line-height: 19px;  padding: 29px 119px 19px;  text-align: center;}
.about_btn a{background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgb(215, 215, 215) 100%) repeat scroll 0 0;  cursor: pointer;  display: inline-block;  font-size: 0.813em;  height: 36px;  line-height: 34px;  padding: 0 20px;  text-transform: uppercase;  vertical-align: middle;}
.keyfactDV{width: 100%; background-color: #21437f; height: 233px; box-shadow: 0px -2px 8px rgba(0, 0, 0, 0.4) inset}
.keyfactDV h1{font-size: 1.500em; text-align: center; color: #ffffff; text-transform: uppercase; margin-top: 22px;}
.keyFctInside h2{  font-size: 3.000em; color: #ffffff; text-align: center; margin-top: 35px; }
.keyFctInside p{  font-size: 0.8em; color: #ffffff; text-align: center; text-transform: uppercase; margin-top: 20px; }
.about_btm {display: inline}
.bottomDV{width: 100%; height: 485px; background: url("../images/about_bg1.jpg"); background-position: bottom; background-repeat:no-repeat; float: left; display: block;}
.about_usDV{padding-top: 28px; }
.about_usDV h5 { color: #000000;  font-size: 0.875em;  letter-spacing: 2.3px;  margin-bottom: 0;  text-align: center;  text-transform: uppercase;}
.about_usDV h3 { color: #000000;  font-size: 0.875em;   margin-bottom: 0;  text-align: center;  text-transform: uppercase;}
.about_usDV h2 {color: #333333; font-size: 1.5em;text-align: center;}
.about_usDV p{ text-align: justify; font-size: 0.875em; line-height: 17px}
.about_marT29{margin-top: 14px; line-height: 18px;}
.about_marT17{margin-top: 17px; line-height: 14px;}
.footer{width: 100%; height: 60px; background: #121f36; float: left}
.footer_inner{width: 100%; background: #242429; float: left; margin-top: 20px;}
.footersubNav{padding-left: 6px; padding-top: 17px}
.footersubNav ul{margin: 0; padding: 0;}
.footersubNav ul li{display: inline-block; color: #ffffff; font-size: 0.750em;font-family: "GoogleSans-Regular";}
.footersubNav ul li a{ color: #ffffff}
.copyrights {color: #ffffff;font-family: "GoogleSans-Regular";font-size: 0.75em;padding-left: 1px; padding-top: 22px;}
.privcypolicy{color: #ffffff;font-family: "GoogleSans-Regular";font-size: 0.75em;padding-left: 1px; padding-top: 22px;}
.pmt_gatwayDV{padding-top: 20px;float: right;padding-bottom: 15px; }
.pmt_gatwayDV span{margin-right: 7px}
.pgicon1 {background: url('../images/sprite.png') no-repeat -15px -562px; width: 39px; height: 23px; display: inline-block;}
.pgicon2 {background: url('../images/sprite.png') no-repeat -61px -562px; width: 39px; height: 23px; display: inline-block;}
.pgicon3 {background: url('../images/sprite.png') no-repeat -106px -562px; width: 48px; height: 23px; display: inline-block;}
.pgicon4 {background: url('../images/sprite.png') no-repeat -158px -562px; width: 132px; height: 23px; display: inline-block;}
.branch_locatorDV{background: url('../images/desk_map.png') no-repeat;background-position-x: 25px; width: 100%; height: 260px; margin-top: 16px; }
/*6-11-2016*/
.recent_searchdv{margin-bottom: 24px;}
/*Hotel Search page*/
/*Inner page header*/
.headerFullwidth{width: 100%;float: left;background: #12171b; height: 121px;}
.header_innerDV{}
.search_top{margin-bottom: 23px;}
.logoinnerDV{padding-left: 0; padding-top: 12px; margin-top: 10px;}
.innerNav{ padding-left: 33px}
.innerNav ul{margin: 0; padding: 0;}
.innerNav ul li{display: inline-block; color: #333333; padding-right: 9px; font-size: 1em; }
.innerNav ul li a{color: #333333;  padding-top: 35px; display: table-cell; position: relative; }
.innerNav ul li a:hover:after{border-top:1px solid #333333; content: "";border: solid 7px transparent; border-top-color: #333333; width: 8px;height: 8px;position: absolute; display: table-cell;  top: -1px;  margin: 0 auto; left: 0; right: 0;}
.innerNav ul li.active a:after{border-top:1px solid #333333; content: "";border: solid 7px transparent; border-top-color: #333333; width: 8px;height: 8px;position: absolute; display: table-cell;  top: -1px;  margin: 0 auto; left: 0; right: 0;}
.agent_loginDV{}  
.agent_profileDV{margin-top: 30px; text-align: center; vertical-align: middle;} 
.agent_navdv{  position: relative; display: inline-block; float: left; }
.agent_profileDV span{  background: #f2f2f2 none repeat scroll 0 0;  border-radius: 50%; height: 49px;  margin-top: 4px;  width: 48px; margin-top: 15px}
.agent_profileDV span img{width: 100%;height: 100%;}
.agent_profileDV .consl_name { color: #898b8d;    font-family: "GoogleSans-Regular";  font-size: 13px; text-align: left; width: 100%;}
.agent_options {  font-size: 15px; color: #ffffff; float: left;    padding-left: 0;  padding-top: 1px;  position: relative;  width: 100%;}
.agent_options:hover{color: #fff}
.agent_options:focus{color: #fff}
.agent_options.caret{ background: #5a5963}
.profile_details {display: inline-block;font-family: "GoogleSans-Regular";line-height: 13px;margin-top: 32px;text-align: right; width: 100%; float: right}
.profile_details p{
    color: #a7a7a8;
    font-size: 13px;
    width: 100%;
    float: left;
    margin-bottom: 5px;
    text-align: left;
}
.agent_id{float: none;text-transform: uppercase; color: #ef4023; padding-right: 8px; margin-right: 5px;  font-size: 15px}
.agent_dv {
    cursor: pointer;
    color: #ffffff;
    font-size: 15px;
    width: 100%;
    position: relative;
    float: left;
    text-align: left;
    padding-top: 3px;
}
.agent_dv a{color: #fff; pointer-events: auto;}
.creditLmt{color: #a99c6b}
.arow_rgt { margin-left: 1px;}
.agent_logR {    float: left;
    padding-left: 6px;
    width: 100%; }
/* end Inner page header*/
.containerDV{width: 100%; height: auto; padding-top: 15px; padding-bottom: 30px; }
.top-shadow{/*box-shadow:0 -1px 7px rgba(0, 0, 0, 0.1) inset; display: grid;*/ }
/* recent search */
.Rsearch_heading h1{font-size: 0.875em; color: #004773; text-transform: uppercase; font-family:"GoogleSans-Regular"; padding-left: 2px; padding-top: 1px;}
.Rsearch_heading  span{margin-left: 10px;}
.Rsearch_DvBox{margin-top: 10px; padding: 0px; }
.Rsearch_DV{width: 100%; height: 49px; border: 1px dashed #c8d4e4; border-radius: 6px; position: relative; padding:6px 6px 0 10px; background: #fff;}
.Rsearch_DV:hover{box-shadow: 0 0px 2px 0px rgba(0,0,0,0.3) inset; cursor: pointer;}
.next_search a{font-size: 0.875em; color: #004773; text-transform: uppercase; font-family:"GoogleSans-Regular";  }
.right_Caret{background: url('../images/sprite.png') no-repeat -107px -16px; width: 7px; height: 8px; display: inline-block; margin-left: 5px;}

.next_search {text-align: right;}
.search_Mar{padding-right: 0;}
.searchPad{padding: 0 8px 0 0; }
.searchPad1{padding-right: 0}
.text_captlz{text-transform: capitalize;}

.country_text{font-size: 0.938em; color: #263040; font-family:"GoogleSans-Regular";}
.date_text{font-size: 13px; color: #757575} 
.details_text{font-size: 0.749em;  color: #757575; width: 100%; display: block; margin-top: 0;  }
/* Hotel search */
.hotel_searchDV{width: 100%; height: auto;  padding: 26px 21px 20px;  margin-top: 5px; /* box-shadow:0 0 8px rgba(0, 0, 0, 0.3); */
background: linear-gradient(to right bottom, #e93833, #eb4337, #ee4c3b, #f0553f, #f25d44);}
.hotel_formTop h1{
    font-size: 17px;
    text-transform: uppercase;
    color: #14181b;
    font-family: "GoogleSans-Regular";
    margin-bottom: 18px;
    margin-top: 18px;
    font-weight: 600;
}
.hotel_formDV{width: 100%; height: auto; display: inline-block;}
.searchMore:before {  content: "";    background: url(../images/sprite.png) no-repeat -118px -17px;    width: 11px;    height: 5px;    display: inline-block;    position: absolute;    left: 16px;    top: 13px;}
.searchMore:after {    content: "";    background: url(../images/sprite.png) no-repeat -118px -17px;    width: 16px;    height: 5px;    display: inline-block;    position: absolute;    right: 10px;    top: 13px;}
/* Custom input*/
.custom_input{width: 100%; height: 56px;  position: relative;border-radius: 3px; }
.input_mar{margin-left: 8px;}
.custom_input input{width: 100%;cursor: pointer; height: 100%; padding-top: 20px;  padding-left: 16px; padding-right: 30px; border-bottom: 1px solid #e1e1e1; border-right: none; border-left: none; border-top: none;  border-radius:3px; font-size: 0.875em; color: #fff;   background: none}
.custom_input input::placeholder{color: #fff}
.custom_input label {left:0px;  position: absolute; top: 0; pointer-events:none;
font-size: 12px;
    color: #ffcbc8;
    font-family: 'GoogleSans-Regular';
    text-align: left;
    width: 100%;
}
/*.custom_input select{width: 100%; height: 100%; padding-top: 20px;  padding-left: 11px; padding-right: 20px; border: 1px solid #e1e1e1; border-radius:3px; font-size: 0.875em; color: #333333}*/
.custom_input select{
    width: 100%;
    height: 100%;
    padding-top: 20px;
    padding-left: 11px;
    padding-right: 20px;
    border: none;
    border-radius: 3px;
    font-size: 0.875em;
    color: #333333;
    background: transparent;
    box-shadow: none;
    border-bottom: 1px solid #fff;
    border-radius: 0;
}
.custom_input select{width: 100%; height: 100%; padding-top: 20px;  padding-left: 11px; padding-right: 20px; border-bottom: 1px solid #f3a39a; border-radius:3px; font-size: 0.875em; color: #fff; border-radius: 0px; padding-left: 0px}
/*change end on 04-12-2017*/
.custom_input option{margin: 2px 0 2px 0; padding-left: 10px}
/*change end on 04-12-2017*/
.hotel_formDV.moption {
position: absolute;
left: 0;
width: auto;
bottom: -28px;
right: 0;
text-align: center;
}
.hotel_formDV.moption .searchMore {
height: 29px;
width: 170px;
line-height: 29px;
border-radius: 0px 0px 6px 6px;
padding: 0px;
margin: 0px;
position: relative;
float: none;
}
.md_padL0.aws {
display: inline-block;
/*width: auto;
*/}

.hotel_formDV.moption .searchMore:before{
    left: 29px;
    content: '';
}
.hotel_formDV.moption .searchMore:after{
    right: 25px;
}
.hotel_searchDV .custom_input input,.hotel_searchDV .custom_input select,.hotel_searchDV .form-control.traveller_textbox.form-input {
    background-color: transparent ! important;
    border: none;
    border-bottom: 1px solid #f3a39a;
    color: #fff;
    padding-left: 0px ! important;
    outline: none;
    box-shadow: none;
    border-radius: 0px; 
}
.hotel_searchDV select option {
    color: #000;
}
.hotel_searchDV .custom_input label {
    color: #fdccc7;
    font-weight: 500;
    padding-left: 0px;
}
.hotel_searchDV .input_selectDV {
    border: none;
    top: 27px;
    height: auto;
    color: #ffffff;
}
.form-control.traveller_textbox.form-input, .star_rating {
    background-color: rgba(255, 255, 255, 0);
    border: none;
    border-bottom: 1px solid #f3a39a;
    color: #fff;
}
.star_check label, .star_check1 label{color:#ffffff;}
.star_check label, .star_check1 lab}
.input_clearDV{height: 100%; padding: 0 7px; pointer-events: none; position: absolute; right: 0; top: 0;}
.input_clear{background: url('../images/sprite.png') no-repeat -15px -14px; width: 10px;  height: 10px; display: inline-block; margin-top: 35px;}
/*.input_selectDV {border-left: none; height: 100%; padding: 0 7px; pointer-events: none; position: absolute; right: 0; top: 0;}*/
.input_selectDV{
    border-left: none;
    height: auto;
    padding: 0px;
    pointer-events: none;
    position: absolute;
    right: 10px;
    top: 0;
    color: #fff;
   /* top: 24px;*/
}
.date_selectDV {border-left: none; height: 100%; padding: 0 7px; pointer-events: none; position: absolute; right: 0; top: 0;}
.input_select:before{
  content: '\f0d7';
  font-size: 14px;
  font-family: 'FontAwesome';


/*  background: url('../images/sprite.png') no-repeat -27px -18px; width: 8px; height: 4px; display: inline-block; margin-top: 25px; pointer-events:none;*/
}
.searchMore {color: #fff;  font-size: 0.75em;  margin-top: 11px;  position: relative;  width: 150px;}
.search{ font-family: "GoogleSans-Regular"; font-size: 1.125em;  margin-top:5px; float: right ;width: 144px; line-height: 43px;}
.botm_mar{margin-top: 20px !important;}
/*25-10-2017*/
.searchformRgt{padding: 0 15px 0 15px;}
.searchformRgt1{padding: 0 15px 0 7px;}
.star_rating{padding: 4px 13px;}
.star_rating label {display: inline-block;  font-family: "GoogleSans-Regular";  font-size: 0.75em; vertical-align: top;  width: 100%;}
.star_rateDV{display: inline-block; }
.star_rateDV span{ font-size: 0.875em; color:#333333  }
.star_check {float: left; margin-right: 2px;}
.star_check1 {float: left; margin-right: 2.8px;width: 19%;}
.hotel_formDV .star_rateDV {width: 100%;}
.star_check label, .star_check1 label{font-size: 0.750em; padding-left: 0;}
.star_check span, .star_check1 span{color: #333333; font-size: 0.750em;}
.checkbox > label {margin-top: 1px; padding-left: 10px;}
/*end 25-10-2017*/
/*checkbox*/
.star_check input[type="checkbox"], .star_check1 input[type="checkbox"]{display: none;}
.star_check input[type="checkbox"]:checked + label::before { background: url('../images/sprite.png') no-repeat -135px -14px; width: 13px; height: 13px ;content: "\f00c";font-family: fontawesome;font-size: 10px;text-align: center;color: #333333;
    line-height: 10px;
    top: 3px;}
.star_check .checkbox label::before { top:3px; background: url('../images/sprite.png') no-repeat -135px -14px;  width: 13px;  height: 13px;  bottom: 4px;content: "";display: inline-block; left: 0; margin-right: 15px;position: absolute;border:1px solid #e1e1e1;}
.star_check1 input[type="checkbox"]:checked + label::before {position: absolute;left: 25px; top: 5px;background: url('../images/sprite.png') no-repeat -135px -14px; width: 13px; height: 13px;color: #1189d1 ;content: "\f00c";font-family: fontawesome;font-size: 10px;line-height: 13px;text-align: center;}
.star_check1 .checkbox label::before { position: absolute;left: 25px;top:5px; background: url('../images/sprite.png') no-repeat -135px -14px;  width: 13px;  height: 13px;  bottom: 4px;content: "";display: inline-block; margin-right: 15px;position: absolute;}
.star_rateDV .star_check1:first-child label {padding-left: 0;}
.star_check1:last-child {margin-right: 0;}
.star_check .checkbox, .star_check1 .checkbox {margin-bottom: 0; margin-top: 1px;}
.star_check .checkbox label {margin-left: 0; display: inline; padding-left: 21px; line-height: 20px; }
.star_check1 .checkbox label {margin-left: 0; display: inline; padding-left: 0px; line-height: 20px; }
.comptcheckDV{padding-top: 10px;}
.comptcheck label{font-size: 0.875em; font-family: "GoogleSans-Regular"; color: #333333;}
.inside_add{width: 100%;margin-top: 30px;margin-left: 0;height: 217px;}
/*inside search slider*/
.inside_slideDV{width: 100%; margin-top: 22px; display: inline-block;}
/*quicklinks*/
.bottom_DV{min-height: 450px; border-right: 1px solid #ebeef3; width: 100%;}
.bottom_DV1{min-height: 450px; border-right: 1px solid #ebeef3; width: 100%; padding: 0 15px}
.quicklinks h1{color: #333333;  margin-bottom:8px;font-size: 1em; color: #333333 }
.quick_search{position: relative; width: 178px; margin-bottom: 8px;}
.quicklinks ul{margin:0; padding: 0; list-style: none; }
.quicklinks ul li{font-size: 0.813em; color: #404c60; padding: 3px 0; font-family:"GoogleSans-Regular";   }
.quicklinks ul li a{color: #404c60; }
.quicklinks ul li a:hover{color: #404c60;}
.event_cal{margin-top: 6px; padding-left: 2px;}
.search_offer{margin-top: 6px;}
.search_offer .cmn_heading h1{padding-left: 15px;}
/*book History*/
.book_History {line-height: 18px;}
.book_History h1{font-family: "GoogleSans-Regular"; color: #263040; font-size: 1em}
.book_History p{font-size:12px; color: #757575;font-family: "GoogleSans-Regular"; text-transform: capitalize;}
.book_History h2{ font-size: 0.813em; color: #263040; padding-top: 2px;}
.book_History span{font-family: "GoogleSans-Regular"; font-size: 0.813em; color: #333333; }
.img_dv a img {
    width: 100%;
}
.recntbook_pad {padding-left: 8px; padding-right: 0}
/*auto cancellation*/
/*.auto_canclDV{width: 100%; margin-bottom: 36px; float: left; line-height: 18px; position: relative;}*/
.auto_canclDV {border-radius: 4px;  cursor: pointer;  display: inline-block;  padding: 6px; width: 100%;  margin-bottom: 20px;}
.bottom_DV1.no_borderR {padding-left: 10px;}
.auto_canclDV:hover {background: #f3f3fa; width: 100%; display: inline-block; border-radius: 4px; /* border: 1px solid #ebebeb; */ /* padding: 6px 6px 6px 6px; */ cursor: pointer; }
.vouvher{display: none}
.auto_canclDV:hover .vouvher{display: block;position: absolute; right: 15px;bottom: 6px; font-size: 0.750em; padding: 0  }
/*Event_calendar*/
.event_caldr{width: 100%; height: auto; box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.10); border-radius: 4px;}
.event_caldr img{width: 100%}
/*Offer section*/
.offer_thumb{width: 100%; height: 318px; box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.10); border-radius: 4px; }
.top_img {width: 100%; height: 140px;}
.top_img img{width: 100%; }
.bottom_text{padding:10px 21px; line-height: 17px;}
.bottom_text h1{width: 100%; font-size: 1.125em; font-family: "GoogleSans-Regular"; color: #333333;}
.bottom_text p{width: 100%; color: #404c60; font-size: 0.875em; margin: 13px 0px 0px; min-height: 55px;}
.bottom_text span{width: 100%; color: #000000; font-size: 0.813em; display: block;  }
.bottom_text a{margin-top: 18px; font-size: 0.750em}
/*filter*/
.modifyTop{    width: 100%;
    height: auto;
    padding: 26px 21px 20px;
    margin-top: 20px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
    background: linear-gradient(to right bottom, #e93833, #eb4337, #ee4c3b, #f0553f, #f25d44); float: left;}
.search_Details{height: auto;}
.search_Details h1{ font-family: "GoogleSans-Regular"; font-size: 1.500em; color: #ffffff; text-align: center;}
.search_Details p{color: #ffffff; font-size: 13px; font-family:"GoogleSans-Regular";text-align: center; margin-top: 2px;}
.search_Details span{
    font-size: 12px;
    color: #ffcbc8;
    font-weight: 500;
    padding-left: 0px

    }
.search_Details h2{
    font-size: 13px;
    color: #fff;
    padding-top: 3px;
    padding-bottom: 3px;
    border-bottom: 1px solid #ebebeb
}
.modify_btn{width: 165px; height: 32px; border-bottom-left-radius: 6px; border-bottom-right-radius: 6px;  position: absolute; bottom: -32px; left:0; right:0;box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.10); margin: 0 auto; text-transform: capitalize;  font-size:  13px;  color: #a9aaaa; text-align: center; line-height: 32px;z-index:2; background: #12171b}
.modify_btn:after{content:""; background: url('../images/sprite.png') no-repeat -118px -17px; width: 11px; height: 5px; display: inline-block; position: absolute;  right: 18px; top: 13px;}
.modify_btn:before{content:""; background: url('../images/sprite.png') no-repeat -118px -17px; width: 11px; height: 5px; display: inline-block; position: absolute;  left: 18px; top: 13px;}
.modify_btn:hover{color: #ffffff}
.modify_btn:focus{color: #ffffff}
/*filter left*/
.fliter_Panel{margin-top: 50px;float: left;width: 100%;}
.fliterDV{ height: auto;  padding: 40px 30px;  background: #ffffff; float: left}
.filterTop{width: 100%; height: 53px; color: #333333; vertical-align: middle;  padding:15px 18px; background: rgba(255,255,255,1); background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(215,215,215,1) 100%);background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(215,215,215,1)));background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(215,215,215,1) 100%);background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(215,215,215,1) 100%);background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(215,215,215,1) 100%);background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(215,215,215,1) 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d7d7d7', GradientType=0 );}
.filterBox{
width: 100%;
float: left;
padding-bottom: 20px;
border-bottom: 1px solid #ececec;
position: relative;
}
.filterBox .search_icon {
    background: url('../images/sprite.png') no-repeat -48px -5px;
    width: 14px;
    height: 14px;
    display: inline-block;
    position: absolute;
    right: 15px;
    top: 12px;
}
.filterInput .search_icon { 
   background: url('../images/sprite.png') no-repeat -38px -11px;
   width: 16px;
height: 19px;
    display: inline-block;
    position: absolute;
    right: 15px;
    top: 12px;
    pointer-events: none;
}
.platfrm_chck > label {color: #fff; font-size: 18px; margin-bottom: 7px; padding-top: 4px;}
.filterBoxT{width: 100%; position: relative;}
.filterPad{padding:0px 0px 16px 0px; width: 100%; border-bottom: 1px solid #e4e4ee; background-color: #ffffff; float: left;}
/*.filterChefilterPadck*/
.filterInput{
    margin-top: 10px;
position: relative;
float: left;
width: 100%;
}

.filterInput input{
    width: 100%;
float: left;
background: #fff;
border: 1px solid #e4e4e4;
padding: 8px 40px 8px 16px;
border-radius: 6px;
outline: none;
font-size: 14px;
}
.filterBoxM{margin-top: 0px; }
.filterBoxT h1{font-size: 18px; font-family: 'GoogleSans-Bold'; color: #333333; padding-bottom: 18px; padding-top: 18px;}
.filterCheck {
    width: 100%;
    display: inline-block;
    height: auto;
    padding-left: 15px;
    padding: 10px 0px  0px 20px ;
}
.filterCheck label{
    padding-left: 5px;
    cursor: pointer;
    margin-bottom: 0;
    font-size: 14px;
    color: #797979;
}
.filterCheck span{    padding-left: 5px;
    cursor: pointer;
    margin-bottom: 0;
    font-size: 14px;
    color: #797979; float: right;}
/*.checkbox > label {margin-top: 1px; padding-left: 10px;}*/
/*checkbox*/
.filterCheck input[type="checkbox"] {display: none;}
.filterCheck input[type="checkbox"]:checked + label::before { background: url('../images/sprite.png') no-repeat -135px -14px; width: 13px; height: 13px;color: #333333 ;content: "\f00c";font-family: fontawesome;font-size: 10px;line-height: 13px;text-align: center;}
.my_acctmargtop{margin-top: 25px;}
.filterCheck .checkbox label::before { background: #fff; border: 1px solid #333333;  width: 13px;  height: 13px;  bottom: 5px; content: "";display: inline-block; left: -20px; margin-right: 0;position: absolute;}
.filterCheck .checkbox {margin-bottom: 0; margin-top: 1px;}
.filterCheck .checkbox label {margin-left: 0;}
/*checkbox*/
.filterMap{height: 226px; width: 100%; position: relative; border:1px solid #d8d7d7; margin-top: 20px; margin-bottom:15px; font-family: "GoogleSans-Regular"; }
.filterMap img{width: 100%;}
.filterMap .md_btnM{padding: 0 8px; font-size: 0.875em; position: absolute; top: 50%; right: 0; left: 0; margin: 0 auto; width: 180px;}
/*filterListDV*/
.filter_right{padding: 0 0 0 32px; }
.filter_ListDV{
    height: 68px;
border: none;
border-top-left-radius: 6px;
border-radius: 4px;
margin-bottom: 22px;
background: #ffffff;
padding: 15px 0px 15px 17px;
}
.filterNav a{
    width: 38px;
height: 38px;
float: left;
margin-right: 7px;
border-radius: 6px;
border: 1px solid #cfcfcf;
padding: 7px 5px;
text-align: center;
}

.filterNav{height: 100%; border:none; }
.listView{background: url('../images/sprite.png') no-repeat -355px -14px; width: 20px; height: 12px; display: inline-block; margin-right: 9px;}
.listView.active{
    background: url('../images/sprite.png') no-repeat -144px 1px;

display: inline-block;
text-align: center;
background-color: #ef4023;
border: 1px solid #ef4023 !important;
}
.compactView{background: url('../images/sprite.png') no-repeat -192px -14px;  width: 14px;  height: 10px;display: inline-block; margin-right: 10px;}
.compactView.active{background: url('../images/sprite.png') no-repeat -385px -14px;  width: 14px;  height: 10px;display: inline-block; margin-right: 10px;}
.mapView{background: url('../images/sprite.png') no-repeat -219px -13px;  width: 10px;  height: 14px; display: inline-block;}
.mapView.active{background: url('../images/sprite.png') no-repeat -412px -13px;  width: 10px;  height: 14px; display: inline-block;}



.filter_select{ margin-top: 0px; padding-left: 10px;}
.filterSort{width: 30%;float: left }
.filterCurency{width: 95px; float: left; margin-left: 11px;}
.common_select .input_select{position: absolute; right: 9px;  bottom: 0;
top: 10px; color: #767676}
/*paging*/
.pagination.pagination-large{
    width: auto;
float: left;
border: 1px solid #e1e1e1;
border-radius: 6px;
height: 40px;
background: #ffffff;
}

.pagination.pagination-large li{
 
}


.padgingDV .pagination{margin:0px 0px 0px; display: inline-block;}
.padgingDV .pagination > li > a, .pagination > li > span{
    float: left;
border-right: 1px solid #e1e1e1;
border-top:none;
border-bottom:none;
width: 37px;
height: 38px;
text-align: center;
line-height: 24px;
font-size: 14px;
color: #999999;
}
.P_prv{background: url('../images/sprite.png') no-repeat -291px -14px; width: 6px; height: 11px; margin-top: 7px; display: inline-block;}
.P_next{background: url('../images/sprite.png') no-repeat -302px -14px;  width: 6px;  height: 11px; margin-top: 7px; display: inline-block;}
.padgingDV .pagination > li:first-child > a, .pagination > li:first-child > span{background: none; border:0}
/*.padgingDV .next {
  border: 0 !important;
}*/
/*paging*/
.resultDV{padding: 0; float: right;}
.resultDV label{
    font-size: 13px;
    color: #888888;
    padding-left: 10px;
    padding-top: 10px;
    float: left
} 
.resultPage{width: 50px;  position: relative; display: inline-block; margin-left: 5px; margin-top:   0px;}
.resultPage .common_select select{background: #fff}
/*listing veiw*/
.listingVW{
background: #fff;
border: 0px;
min-height: 105px;
border-radius: 0;
float: left;
width: 100%;
float: left;
margin-bottom: 10px;
padding: 10px 5px;


}
.listingVW.sightseeing{padding: 10px 15px;}
.sightseeing .list_img{padding-left: 0px;}
.compare_icon{float: right}
.carent_modaldv .list_img{    height: 100px;  width: 100%;   border:1px solid #efefef;}
.list_img img{width: 100%; height: 140px; border-radius:0px; cursor: pointer;border: 1px solid #ececec;}
.listDetails h1{font-family: 'GoogleSans-Medium'; font-size: 20px; color: #333333;}
.italicnone_carnet{font-family: "GoogleSans-Regular"; font-size:1.00em !important; color: #263040; margin-bottom: 5px;}
.ListMap{ background: url('../images/sprite.png') no-repeat -107px -5px; width: 10px; height: 13px; display: inline-block;}
.listStarDV a{display: inline-block; margin-right: 1px; margin-left: 1px;}
.listStar{ background: url('../images/sprite.png') no-repeat -329px -13px; width: 12px; height: 12px; display: inline-block;}
.listtopDV {float: left; width: 100%;}
.list_QuickVW{width: 100%; float: left; margin-top: 5px;}
.list_QuickVW a{ padding: 9px 20px; text-align: center; line-height: normal; margin-right: 5px; font-size: 14px; border: 1px solid #e5e6e6; color: #666666; border-radius: 4px;}
.right_dtlbtndv .list_QuickVW a{ float: none}
.list_QuickVW a:hover {
    background: #ef4123;
    border-radius: 4px;
    color: #ffffff;
}
 .quicklink_mar{margin-bottom: 20px;}
.listIcon1{ background: url('../images/sprite.png') no-repeat -240px -14px; width: 11px; height: 10px; margin-top: 5px; display: inline-block;}
.listIcon2{background: url('../images/sprite.png') no-repeat -260px -14px; width: 11px; height: 10px; display: inline-block;}
.listIcon3{background: url('../images/sprite.png') no-repeat -279px -14px; width: 9px; height: 11px; display: inline-block;}
.priceDV{/*0padding: 0 3px 0 0;*/ text-align: right;}
.priceDV label{
    color: #333333;
font-size: 18px;
font-family: 'GoogleSans-Medium';
margin-bottom: 0;
display: inline-block;
vertical-align: bottom;
padding-bottom: 3px;
}
.priceDV h1{font-family: 'GoogleSans-Bold';
font-size: 26px;
display: inline-block;
vertical-align: top;
color: #333333;}
.priceDV a{
    font-size: 0.875em; font-family:"GoogleSans-Regular";  margin-top: 72px;padding: 0 16px; text-transform: capitalize; float: right; margin-left: 5px;
}
.cmprBtnDV { 
margin-bottom: 10px;
margin-top: 0px;
width: auto;
float: left;
}
.compareBTN{
min-width: 102px;
height: auto;
padding: 10px 20px;
color: #333333;
font-size: 14px;
border: 1px solid #e1e1e1;
margin-left: 5px;
float: left;
background: #ffffff;
text-align: center;
position: relative;
cursor: pointer;

}

.compareBTN:hover{background: #f05843; color: #ffffff;}
.compareBTN a:hover{background: #f05843; color: #ffffff;}
.compareBTN a{ color: #333333;}
.compareCircle {
font-family: "GoogleSans-Regular";
background-color: #ff0000;
border: 2px solid #ffffff;
border-radius: 50%;
height: 22px;
position: absolute;
right: -4px;
top: -9px;
width: 22px;
padding: 2px 0;
color: #fff;
font-size: 11px;
}
/*lsiting book now*/
.listingVW1 {float: left;   padding: 4px;  width: 100%;}
.collapseDV {float: left; height: auto; padding: 0 0 13px;  width: 100%; }
.collapse_top{border-top: 1px solid #e6e6e6; padding: 10px 0px;width: 100%;  float: left; margin-top: 5px;}  
.selectRoom span{
font-size: 13px;
font-family: 'GoogleSans-Medium';
font-style: normal;
color: #333333;
}
.selectamentis span {font-family: GoogleSans-Regular;  font-size: 0.75em;  line-height: 27px;  padding-right: 3px;  padding-top: 10px;  text-align: right; vertical-align: middle; }
.selectamentis {display: inline-table;  text-align: right;padding-top: 5px; }
.food_icon {background: rgba(0, 0, 0, 0) url("../images/sprite.png") no-repeat scroll -426px -8px;display: inline-block; height: 21px;  margin-top: -2px;  width: 13px;  margin-right: 5px; vertical-align: middle;}
.selectStatus { padding-left: 0;  padding-top: 15px;  text-align: center;}
.selectStatus span{font-family: "GoogleSans-Regular"; font-size: 0.75em; float: left; width:100%; line-height: 15px; color: #00a651; padding-left: 5px; text-transform:uppercase;}
.selectStatus span::before {background: #00a651 none repeat scroll 0 0;  border-radius: 50%;  content: "";  display: inline-block;  height: 8px; margin-right: 5px;  margin-top: 3px; width: 8px;}
.selectrequest span{font-family: "GoogleSans-Regular"; font-size: 0.75em; float: left; width:100%; color: #333333; line-height: 15px;padding-left: 5px;}
.selectrequest span::before {background: #f0ad4e none repeat scroll 0 0;  border-radius: 50%;  content: "";  display: inline-block;  height: 8px;  left: 4px;  margin-right: 0;  margin-top: 3px;  position: absolute;  width: 8px;}

.selectStatus span.available{color: #263040;}
.selectStatus span.on_request{color: #263040;}
.selectStatus span.on_request::before{background: #ec1616; left:-4px !important;}

.select_RatBrk{padding: 12px 0 0 0; text-align: center;}
.select_RatBrk a{font-size: 13px; color: #263040;  padding: 0 12px; height: 20px; line-height: 18px; background: #fbfbfb; cursor: pointer;}
.select_PriceDv{padding-top: 6px; text-align: right;}
.select_PriceDv h1{color: #263040; font-size:1.125em; font-family: "GoogleSans-Regular";  text-align: right; display: inline; padding-right: 0px;}
.select_PriceDv .showpopup_dv::before{right: 16px;}
.select_PriceDv .showpopup_dv::after{right: 17px;}
.SelectBooknow{
    width: 100%;
float: left;
background: #333333;
height: 55px;
line-height: 50px;
padding: 2px 10px 0px;
margin-top: 20px
}
.select_option a {margin:0 7px 0 0;font-size: 14px; color: #ffffff; padding: 0px 8px;  font-family: "GoogleSans-Regular"}
.dollar_sign{ background: #bfc0c2 none repeat scroll 0 0; border-radius: 50%;  color: #ffffff;  text-align: center;  font-size: 10px;  height: 16px;   text-align: center;  width: 16px;  display: inline-block; vertical-align: top; padding: 2px 0; margin-top: 0px; cursor: pointer;}
.dollar_sign:hover{color: #000000}
.final_Price{color: #ffffff;font-family: "GoogleSans-Regular"; font-size: 1.1em; text-transform: uppercase;}
.final_bookNow {padding: 0 0 0 0;text-align: right; float: right;}
.listDetails {padding: 1px 16px;}
.cpmrbtn{display: none;}
/*agent Navigation*/
/*Reports*/
.cmnheadingBg{width: 100%; height: 60px; background: #ef4023; border-bottom:none; padding: 20px 0; box-shadow: 0 -1px 19px 3px rgba(0, 0, 0, 0.2) inset; float: left; margin-bottom: 15px;}
.cmnheadingTop h1{font-family: "GoogleSans-Regular"; font-size: 1.125em; color: #fff; padding-left: 2px; text-transform: capitalize;}
.commonDv{width: 100%; height: auto; padding-left: 2px;}
/*reports tab*/
.formTab{margin-top: 20px; font-family: "GoogleSans-Regular";  font-size: 1.033em; }
.formTab .nav-tabs > li{width: 25%; border:none;  color: #ffffff; text-align: center;}
.formTab .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus{border:none; background: #ef4023; border-radius: 0; color: #ffffff; height: 100%}
.formTab .nav-tabs > li > a{border: none; margin: 0; color: #333; }
.formTab .nav > li{background: #dedede; color: #333; border-right:1px solid #c7c7c7; height: 46px; transition:all 0.12s ease;}
.formTab .nav > li > a:hover, .nav > li > a:focus{ background: none; border-radius: 0; box-shadow: none /*inset 0 0 0 25px #3260af*/; }
.formTab .nav.nav-tabs p {  display: inline-block;  vertical-align: middle;}
.formContent{ padding: 28px 33px; display: inline-block; min-height: 190px; height:auto; background-color: #6985b1; width: 100%;border-top:1px solid #ffffff; background: #333;}
.report_input{padding: 0 10px 5px 10px;}
.report_buttons a{ cursor: pointer; background: #fff; color: #000;font-size: 14px; text-transform: uppercase; font-family: "GoogleSans-Regular"; height: 40px; padding: 0 35px; display: inline-block; line-height: 40px; border-radius: 4px; border: none; transition:all 0.3s ease; margin-right: 10px }
.report_buttons a:hover{box-shadow: inset 0 0 0 25px #ef4023;color: #fff;}
.rep_btns{padding-left: 25px; margin-right: 10px;}
.calendar_date{background: url('../images/sprite.png') no-repeat -559px -10px; width: 20px; height: 21px; display: inline-block; margin-top: 20px; } 
.calendar_date{background: url('../images/sprite.png') no-repeat -559px -10px; width: 20px; height: 21px; display: inline-block; margin-top: 20px; } 
.calendar_date1 {background: rgba(0, 0, 0, 0) url("../images/sprite.png") no-repeat scroll -559px -10px;  display: inline-block;  height: 21px;  pointer-events: none;  position: absolute;  right: 8px; top: 56%;  width: 20px;}
.reportDV{border-bottom: 1px solid #d9d9d9; padding: 8px 0 12px ; }
.report_count {padding: 0; margin-top: 13px;}
.report_count a{color: #000;}
.report_count h1{font-family: "GoogleSans-Regular"; color: #000000; text-transform: uppercase;}
.reportlist_menu{margin-top: 20px; padding: 0; }
.reportlist_menu a{font-family: "GoogleSans-Regular"; font-size: 0.750em; color: #000000; float: left; margin-left: 10px;}
.reportlist_menu a span{vertical-align: middle; display: inline-block; margin-right: 5px;}
.reportlist_menu a p{vertical-align: middle; display: inline-block;}
/*report table*/
.list_header{font-family: "GoogleSans-Regular"; font-size: 0.750em; text-transform: uppercase; text-align: center; color: #333333; background: #f8f9fb; border-bottom: 1px solid  #d9d9d9;  width: 100%; height: 66px; padding: 26px 0;     font-weight: bold;}
.Reportlist{font-family: "GoogleSans-Regular"; font-size: 0.813em; text-transform: uppercase; text-align: center; color: #333333;  border-bottom: 1px solid  #d9d9d9;  width: 100%; padding: 10px 0; }
.Reportlist:nth-child(odd) { background: #fcfbfb none repeat scroll 0 0;}
.hotelicon{background: url('../images/sprite.png') no-repeat -15px -108px;width: 23px;height: 23px; display: inline-block; vertical-align: middle;}
.sighticon{background: url('../images/sprite.png') -46px -101px; width: 18px;height: 30px; display: inline-block; vertical-align: middle;}
.carrenticon{background: url('../images/sprite.png') no-repeat -71px -107px;width: 20px;    height: 24px; display: inline-block; vertical-align: middle;}
.transfericon{background: url('../images/sprite.png') no-repeat -96px -112px; width: 26px; height: 19px; display: inline-block; vertical-align: middle;}
.report_paging .padgingDV {  margin: 13px auto;}
/* map  */
.maplist_img{width: 124px; height: 98px; border:1px solid #e6e6e6; padding: 0 }
.maplist_img img{ height: 96px;   width: 100%;    border-radius: 5px;}
.filterVw{text-align: center; font-family: "GoogleSans-Regular"; font-size: 0.813em }
.filterVw a{ color: #1d447d; }
.filterVw span{background: url('../images/sprite.png') no-repeat -311px -57px;  width: 4px; height: 8px; display: inline-block; margin-left: 10px;}
.mapright{padding: 0 0 0 5px}
.mapright img{width: 100%}
.map_listDV{height: 1000px; overflow-y: scroll}
.maplisttopDV { float: left; width: 100%}
.maplistDetails {padding: 0 0 0 7px; float: left;}
.maplistDetails h1{font-family: "GoogleSans-Regular"; font-size:16px; color: #263040; margin-bottom: 8px;}
.maplistDetails h2{ font-size: 13px; color: #263040;margin-bottom: 2px;}
.list_QuickVW1{float: left; width: auto; padding-top: 5px;}
.list_QuickVW1 a{width: 21px; height: 21px; text-align: center; border: 1px solid #d5d5e0; border-radius: 4px; display: inline-block;margin-right: 3px; padding-top: 4px;
 background: rgba(255,255,255,1);background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(215,215,215,1) 100%);background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(215,215,215,1)));background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(215,215,215,1) 100%);background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(215,215,215,1) 100%);background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(215,215,215,1) 100%);background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(215,215,215,1) 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d7d7d7', GradientType=0 );}
.priceDV1{padding: 0 3px 0 0; float: right}
.priceDV1 label{color: #333333; font-size:0.750em;  font-family: "GoogleSans-Regular"; margin-bottom: 0; display: inline-block; }
.priceDV1 h1{font-family: "GoogleSans-Regular"; color:#263040; font-size: 1.50em;    margin-bottom: 0; margin-right: 5px;  display: inline-block;}
.priceDV1 a{font-size: 0.85em; font-family:"GoogleSans-Regular"; padding: 0 10px; text-transform: capitalize; display: inline-block;  vertical-align: top }
/*Hotel details*/
.Hoteldet_top{
    width: 100%;
    font-family: "GoogleSans-Regular";
    background: #333;
    font-size: 14px;
    color: #fff;
    padding: 0px 15px;
    position: relative;
    float: left;

    height: 40px;
    line-height: 40px;
}
.Hoteldet_top a{margin-right: 10px; }
.Hoteldet_top a i{color: #ffffff; font-size:1em;}
.model_close{float: right}
.Hoteldet_midle{width: 100%; padding:30px 30px 20px 30px; display: inline-block;}
.Hoteldet_Slide{ height: auto;}
.Hoteldet_bottom{padding: 5px 15px 0 15px; display: inline-block; width: 100%;}
.hotel_content{/*background: url('../images/bg_tab.jpg'); background-repeat: repeat-y;*/ padding: 20px 0px; display: inline-block; background-color: #6985b1; width: 100%;border-top:1px solid #ffffff; background: #ffffff}
/*hotel tab*/
.hotdetTab{ font-family: "GoogleSans-Regular";  font-size: 1.033em; }
.hoteldetTab .nav-tabs > li{width: 33%; border:none;  color: #ffffff; text-align: center;}
.hotdetTab .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus{border:none; background: #ef4023; border-radius: 0; color: #ffffff;}
.hotdetTab .nav-tabs > li > a{border: none; margin: 0; color: #ffffff; cursor: pointer;}
.hotdetTab .nav > li{background: #ef4023; color: #ffffff; border-right:1px solid #ffffff; height: 46px; width: 33.3%; text-align: center; cursor: pointer;}
.hotdetTab .nav > li > a:hover{ background:#ef4023; border-radius: 0;  height: 46px; box-shadow: none;}
.hotdetTab .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus{height: 46px;  cursor: pointer;}
.hotdetTab .nav.nav-tabs p {  display: inline-block; }
.hotdet_heading h1 {color: #263040;  font-size: 1.500em; margin-bottom: 8px; float: left;}
.modal-big{width: 1116px; margin-top: 6%}
.hoteltopDV {float: left}
.hoteltopDV h2 {color: #263040;  font-size: 0.813em; margin-bottom: 8px; float: left;}
.hotelStarDV{display: inline-block; margin:5px 0 0 5px; float: left }
.hotelStarDV a{display: inline-block; margin-right: 1px; margin-left: 1px;}
.hotelStar{ background: url('../images/sprite.png') no-repeat -329px -13px; width: 12px; height: 12px; display: inline-block;}
.hotel_Pricedv{text-align: right;}
.hotel_Pricedv label{color: #333333; font-size:0.961em;  font-family: "GoogleSans-Regular"; margin-bottom: 0; }
.hotel_Pricedv h1{ color:#263040; font-size: 1.648em; font-family: "GoogleSans-Bold";}
.hoteltopDV span{float: left;}
.hotel_Pricedv a{font-size: 0.961em; font-family:"GoogleSans-Regular";  margin-top: 18px; padding: 0 10px; text-transform: capitalize; float: right; margin-left: 5px;}
.slider_col{width: 33.32%; height:250px; float: left;}
.slider_col img{width: 100%; height: 100% }
.hotel_boking{background: url('../images/sprite.png') no-repeat -323px -55px; width: 11px;  height: 11px; display: inline-block;}
.hotel_amentis{background: url('../images/sprite.png') no-repeat -342px -55px; width: 14px; height: 11px; display: inline-block;}
.hotel_pernight{background: url('../images/sprite.png') no-repeat -362px -54px; width: 8px; height: 14px;display: inline-block;}
.staractive{background: url('../images/sprite.png') no-repeat -376px -53px;display: inline-block;width: 12px;height: 13px;}
.quick_contact{width: 100%; float: left;}
.quick_contact a:hover{color: #263040}
.quick_contact a i{color: #d1d1d1; font-size: 1.4em;}
.content_more{color: #333333;  font-family: "GoogleSans-Regular"; font-size: 0.853em; text-transform: capitalize; display: inline-block;}
/* end Hotel details*/
/* Book now */
.backtoresult {text-align: right;  }
.backtoresult a{text-transform: uppercase; font-size:0.875em;color:#ffffff;}
.backtoresult a:hover{color: #ffffff;}
.bkSteps{width: 100%; border: 1px solid #e8ebf2; height: 43px; font-family: "GoogleSans-Regular";   margin-top: 11px;  background: #f3f3f3; float: left;}
.bkSteps1{width: 100%; font-family: "GoogleSans-Regular"; font-size: 1.000em; display: inline-block; position: relative; padding: 15px; text-align: center;  color: #1c437e ; text-align: center; background: #f3f3f3}
.bkSteps2 {  color: #333333;  display: inline-block;  height: 30px;  padding:  12px 15px;  text-align: center;  width: 100%;}
.bkactive{background: #000000; display: inline-block;  position: relative; padding: 11px 14px; text-align: center;  color: #ffffff ; text-align: center; width: 100%; z-index: 15}
.bkactive1:after {border-color: transparent transparent transparent #000000;  border-style: solid;  border-width: 20px;  content: "";  display: block;  height: 41px;  left: 100%; margin-top: 0;  position: absolute;  top: 0;  width: 0;  z-index: 15;}
.bkactive2:before {border-color: transparent transparent transparent #f3f3f3;  border-style: solid;  border-width: 20px;  content: "";  display: block;  height: 41px;  left: 0; margin-top: 0;  position: absolute;  top: 0;  width: 0;  z-index: 15;}
.bksteps_bg{background: #f3f3f3; display: inline-block;  position: relative; padding: 11px 14px; text-align: center;  color: #000000 ; text-align: center; width: 100%}
.bk_checkin{padding-top: 20px;float: left;width: 100%;}
.bk_checkin label{font-family: "GoogleSans-Regular";  font-size: 0.875em; color: #333333;margin-right: 5px;}
.bk_checkin span{font-size:0.875em; color: #333333; margin-right: 12px; text-transform: capitalize;}
.BkHotel_img{height: 102px;  border:1px solid #e6e6e6; padding: 0; border-radius: 6px; width: 145px;}
.BkHotel_img img{width: 100%; border-radius: 5px;}
.BkHotelDV{width: 100%; float: left; margin-top: 15px; margin-bottom: 15px; border-top: 1px solid #e3e3e3;  }
.bkhotellist h1{font-family: "GoogleSans-Regular"; font-size:1.250em; color: #263040; margin-bottom: 8px;}
.bkhotellist h2{ font-size: 13px; color: #263040;margin-bottom: 5px;}
.bkpriceDV {text-align: right}
.bkpriceDV label{color: #333333; font-size:16px;  font-family: "GoogleSans-Regular"; margin-top: 5px; }
.bkpriceDV h1{ color:#263040; font-size: 1.50em; margin-top: 0px; }
.booknowinfo{height: auto;width: 100%; float: left; background-color: #333333; border-bottom: 1px solid #e3e3e3; border-top: 1px solid #e3e3e3;}
.booknowleft{background-color: #ef4023
; color: #ffffff; font-size: 0.875em; text-align: center; font-family: "GoogleSans-Regular" ; float: left; height: 58px; width: 100%; padding-top: 17px;}
.booknowleft span{display:inline-block; text-align: center; vertical-align: middle;}
.booknowcenter{ color: #ffffff; font-size: 0.875em; text-align: left; font-family: "GoogleSans-Regular";float: left; padding: 16px 10px;word-wrap: break-word; }
/*change on 04-12-2017*/
.booknowcenter p{ font-size: 0.750em; color: #ffffff; margin-bottom: 5px; display: flex; word-wrap:word-break; display: inline-block;}
.booknowcenter br{display: none;}
.booknowcenter.npad{padding:18px 0px;}
/*change end on 04-12-2017*/
.booknowrgt{ color: #ffffff; margin-bottom: 5px; padding-top: 17px; }
.meal_icon {background: url('../images/sprite.png') no-repeat -519px -49px;
  width: 13px;
  height: 21px; display: inline-block;}
.adult_icon {background: url('../images/sprite.png') no-repeat  no-repeat -540px -48px;
  width: 9px;
  height: 22px;display: inline-block;}
.child_icon {background: url('../images/sprite.png') no-repeat -556px -50px;
  width: 14px;
  height: 22px; display: inline-block;}
.room_icon {background: url('../images/sprite.png') no-repeat -578px -50px;
  width: 16px;
  height: 20px;  display: inline-block;}
.travelerdv{ font-size: 0.750em; font-family: "GoogleSans-Regular";}
.travelerdv span{vertical-align: middle; }
.price_rgt{text-align: right}
.booking_Price{display: inline-block; width: 100%}
.booking_Price h1{font-size: 1.125em; font-family: "GoogleSans-Regular"; color: #ffffff; display: inline-block; margin-right:5px; /* width: 100% */}
.booking_Price span{display: inline-block; line-height: 13px;}
.booking_Price p{display: inline-block;}
.dollar_sign1{background-color: #ffffff; color: #333333; border-radius: 50%;   display: inline-block;  font-size: 10px; height: 16px; margin-top: 2px; padding: 2px 0; text-align: center; vertical-align: top; width: 16px; cursor: pointer; }
.btn_ratbrkup{background-color: #fff; font-size: 13px; font-family: "GoogleSans-Regular"; color: #263040; text-align: center;   padding: 1px 13px;}
.traveler_info {border-left: 1px solid #f3f5f8;float: left;padding: 20px 20px;border-right: 1px solid #f3f5f8;width: 100% }
.traveler_form_carnet,
.traveler_form{ margin-top: 20px; }
.bk_formbox1{ padding: 0 10px 0 0px; }
.bk_formbox2{padding: 0 10px 0 0px;}
.bk_formbox3{width: auto; float:left;padding: 0 10px 0 0px; margin-top: 5px;}
/*reshma s. css my account*/
.common_headng h1{color: #ffffff;font-size: 18px;}
.dashbrd, .credtDstri, .editPrfl, .myaccnt_msg, .manag_staff, .chnge_pass, .ewallet{height: 80px;border-right: 1px solid #dfdfdf;background: #f4f5f8;text-align: center;display: table-cell;vertical-align: middle;border-bottom: 1px solid #dfdfdf;border-top: 1px solid #dfdfdf;}
.dis_tbl{display: table;margin: 15px 0 15px 0;}
.dashbrd p, .credtDstri p, .editPrfl p, .myaccnt_msg p, .manag_staff p, .chnge_pass p, .ewallet p{font-size: 16px;color: #000000;}
.dashbrd.active p, .credtDstri.active p, .editPrfl.active p, .myaccnt_msg.active p, .manag_staff.active p, .chnge_pass.active p, .ewallet.active p, .ewallet.active p{color: #ffffff;}
.dashbrd{width:auto;}
.credtDstri{width:auto;}
.editPrfl{width:auto;}
.myaccnt_msg{width:auto;}
.manag_staff{width:auto;}
.chnge_pass{width:auto;}
.dashbrd.active, .credtDstri.active, .editPrfl.active, .myaccnt_msg.active, .manag_staff.active, .chnge_pass.active{background: #333333;}
.dash_icn{display: inline-block;background: url('../images/sprite.png') no-repeat -15px -73px;width: 16px;height: 16px;margin-bottom: 10px;}
.creadit_icn{display: inline-block;background: url('../images/sprite.png') no-repeat -48px -73px;width: 17px;height: 19px;margin-bottom: 10px;}
.creadit_doc{display: inline-block; background: url('../images/sprite.png') no-repeat -525px -115px; width: 13px; height: 16px; margin-bottom: 10px;}
.creadit_bnk{display: inline-block;background: url('../images/sprite.png') no-repeat -48px -73px;;width: 20px;height: 20px;margin-bottom: 7px;}
.profile_icn{display: inline-block;background: url('../images/sprite.png') no-repeat -80px -73px;width: 23px;height: 20px;margin-bottom: 10px;}
.msg_icn{display: inline-block;background: url('../images/sprite.png') no-repeat -121px -73px;width: 18px;height: 12px;margin-bottom: 10px;}
.opratn_icn{display: inline-block;background: url('../images/sprite.png') no-repeat -148px -73px;width: 26px;height: 19px;margin-bottom: 10px;}
.chngepass_icn{display: inline-block;background: url('../images/sprite.png') no-repeat -184px -73px;width: 22px;height: 22px;margin-bottom: 10px;}
.dashbrd.active .dash_icn{background: url('../images/sprite.png') no-repeat -15px -47px;}
.credtDstri.active .creadit_icn{background: url('../images/sprite.png') no-repeat -48px -47px;}
.upload{display: inline-block; background: url('../images/sprite.png') no-repeat -525px -115px; width: 13px; height: 16px; margin-bottom: 10px;}
.editPrfl.active .profile_icn{background: url('../images/sprite.png') no-repeat -80px -47px;}
.myaccnt_msg.active .msg_icn{background: url('../images/sprite.png') no-repeat -120px -47px;}
.manag_staff.active .opratn_icn{background: url('../images/sprite.png') no-repeat -148px -47px;}
.chnge_pass.active .chngepass_icn{background: url('../images/sprite.png') no-repeat -184px -47px;}
.shrtcut_icn{display: inline-block;background: url('../images/sprite.png') no-repeat  -555px -115px; width: 16px;height: 16px;margin-bottom: 10px;}
.chnge_pass.active .shrtcut_icn{background: url('../images/sprite.png') no-repeat -321px -112px;}
.chnge_pass:hover .shrtcut_icn{display: inline-block;background: url('../images/sprite.png') no-repeat -555px -93px;transition:all ease 0.3s;}
.ewallet {width: auto;}
.icn_comn_hght {height: 27px;}
.ewallet_icn { display: inline-block; background: url('../images/sprite.png') no-repeat -48px -73px; width: 17px; height: 19px; margin-bottom: 10px;}
.ewallet:hover .ewallet_icn {display: inline-block; background: url('../images/sprite.png') no-repeat -48px -47px; transition: all ease 0.3s;} 
.ewallet_icn.active .ewallet_icn{background: url('../images/sprite.png') no-repeat -133px -109px;}
.ewallet_icn:hover .editPrfl{display: inline-block;background: url('../images/sprite.png') no-repeat -133px -109px;transition:all ease 0.3s;}
.dashbrd:hover .dash_icn{background: url('../images/sprite.png') no-repeat -15px -47px;transition:all ease 0.3s;}
.credtDstri:hover .creadit_icn{background: url('../images/sprite.png') no-repeat -48px -47px;transition:all ease 0.3s;}
.credtDstri:hover .creadit_doc{background: url('../images/sprite.png') no-repeat -525px -93px;transition:all ease 0.3s;}    
.editPrfl:hover .profile_icn{display: inline-block;background: url('../images/sprite.png') no-repeat -80px -47px;transition:all ease 0.3s;}
.creadit_bnk:hover .creadit_bnk{display: inline-block;background: url('../images/sprite.png') no-repeat -48px -47px; width: 20px;height: 20px;margin-bottom: 7px;}
.myaccnt_msg:hover .msg_icn{display: inline-block;background: url('../images/sprite.png') no-repeat -120px -47px;transition:all ease 0.3s;}
.manag_staff:hover .opratn_icn{display: inline-block;background: url('../images/sprite.png') no-repeat -148px -47px;transition:all ease 0.3s;}
.chnge_pass:hover .chngepass_icn{display: inline-block;background: url('../images/sprite.png') no-repeat -184px -47px;transition:all ease 0.3s;}
.dashbrd:hover, .credtDstri:hover, .editPrfl:hover, .myaccnt_msg:hover, .manag_staff:hover, .chnge_pass:hover,  .ewallet:hover{background: #ef4023;cursor: pointer;transition:all ease 0.3s; }
.dashbrd:hover p, .credtDstri:hover p, .editPrfl:hover p, .myaccnt_msg:hover p, .manag_staff:hover p, .chnge_pass:hover p, .ewallet:hover p{color: #ffffff;}
.top-shadownew{box-shadow: 0 4px 5px 0px rgba(0, 0, 0, 0.1) inset;display: inline-block;border-bottom: 1px solid #e5e5e5;padding: 20px 0;width: 100%;}
.credit_dv {background: #d2d2d2;padding: 38px 37px 30px 39px;float: left;border: 1px solid #d2d2d2;width: 100%;}
.credit_dv h3 {font-size: 20px;color: #000;margin-bottom: 3px;text-transform: uppercase;  font-family: 'GoogleSans-Bold';}
.credit_dv > p {font-size: 13px;color: #000;margin-bottom: 28px;}
.coin_icn {display: inline-block;background: url('../images/sprite.png') no-repeat -228px -47px;float: left;width: 32px;height: 30px;margin-right: 10px;}
.usage_value p{font-size: 30px;color: #000;margin-bottom: 7px;line-height: 35px;}
.usage_value p > span{font-size: 30px; color: #ef4023;margin-right: 5px;}
.usage_value span{color: rgba(255,255,255,0.5);font-size: 14px; color: #000} 
.usage_value {float: left;}
.credit_value {float: left;margin-bottom: 0px;}
.use_avail p{color: #000;font-size: 14px;margin-bottom: 10px; margin-top: 10px;}
.use_avail img{margin-bottom: 17px;}
.use_avail p .fa{font-size: 9px;vertical-align: 2px;margin-right: 5px;}
.dot_used{color: #333333;}
.dot_avail{color: #ef4023;}
.bk_activity h3{font-size: 20px;color: #000000;text-transform: uppercase;margin-bottom: 5px;font-family: 'GoogleSans-Bold'; }
.bk_activity p{font-size: 13px;color: #000000;}
.bk_activity{padding: 30px 40px;float: left;border: 1px solid #e1e1e1;width: 100%;border-top: none;margin-bottom: 25px;}
.activity_dv{width: 100%;float: left;margin-top: 20px;}
.activity_value p{font-size: 14px;color: #000000;width: 105px;float: left;}
.activity_value p .fa{font-size: 9px;margin-right: 5px;vertical-align: 1px;}
.conf_actvty .fa{color: #3bc011;}
.conf_actvty span{color: #3bc011;}
.vchr_actvty .fa{color: #F08800;}
.vchr_actvty span{color: #F08800;}
.cancl_actvty .fa{color: #901615;}
.cancl_actvty span{color: #901615;}
.req_actvty .fa{color: #fd7a9d;}
.req_actvty span{color: #fd7a9d;}
.rej_actvty .fa{color: #74A6E3;}
.rej_actvty span{color: #74A6E3;}
.activity_value div {margin-bottom: 12px;} 
.activity_chart { float: right;width: 55%;}
.activity_value {float: left;width: 45%;}
.recenty_bookd p{text-align: left;display: inline-block;font-size: 16px;color: #000000;text-transform: uppercase;line-height: 30px; font-family: 'GoogleSans-Bold';}
.view_more{background: #333;
color: #ffffff;font-size: 12px;height: 35px;display: inline-block;float: right;padding: 0 20px;
border-radius: 4px;line-height: 35px; margin-left: 5px;}
.recenty_bookd {border: 1px solid #dadada;padding: 8px 10px 8px 30px;float: left;width: 100%;}
.icn_comn_hght {height: 27px;}
.bookng_tbl{text-align: center;height: 45px;width: 100%;border-bottom: 1px solid #dadada;font-size: 13px;color: #333;display: table;}
.hotel_icon{display: inline-block;background: url('../images/sprite.png') no-repeat -15px -108px; width: 23px; height: 23px; }
.sight_icon{display: inline-block;background: url('../images/sprite.png') no-repeat -46px -101px; width: 18px; height: 30px;position:relative;bottom:5px;}
.car_rent_icon{display: inline-block;background: url('../images/sprite.png') no-repeat -71px -107px; width: 20px; height: 24px;}
.transfer_icon{display: inline-block;background: url('../images/sprite.png') no-repeat -96px -112px; width: 26px; height: 19px;}
.misc_icon{display: inline-block;background: url('../images/sprite.png') no-repeat -96px -112px; width: 26px; height: 19px;} 
.bookng_tblhead{color: #fff;font-size: 12px;text-align: center;text-transform: uppercase; width: 100%;border-bottom: 1px solid #dadada;height: 35px;display: table;background: #333;}
.bk_serv{width: 13%;}
.bk_id{width: 20%;}
.bk_desti{width: 33%;}
.bk_price{width: 17%;}
.bk_status{width: 17%;}
.bk_serv, .bk_id, .bk_desti, .bk_price, .bk_status{display: table-cell;vertical-align: middle;padding: 5px 0;}
.recently_bktbl, .manage_tbl {border-left: 1px solid #dadada;width: 100%;float: left;border-right: 1px solid #dadada;margin-bottom: 15px;}
.serv_padL {padding-left: 20px;}
.mng_agent, .mng_agncy, .mng_name, .mng_creatd, .mng_phn, .mng_actin{display: table-cell;vertical-align: middle;}
.mng_agent {width: 15%;padding: 0 5px; font-family: 'GoogleSans-Medium';}
.mng_agncy {width: 17%;padding: 0 5px;font-family: 'GoogleSans-Medium';}
.mng_name {width: 18%;padding: 0 5px; font-family: 'GoogleSans-Medium';}
.mng_creatd {width: 14%;padding: 0 5px; font-family: 'GoogleSans-Medium';}
.mng_phn {width: 17%;padding: 0 5px; font-family: 'GoogleSans-Medium';}
.mng_actin {width: 23%;padding: 0 5px 0 0; font-family: 'GoogleSans-Medium';}
.mng_actin li {display: inline-block; width: 15%;}
.mng_actin li a{color: #333;}
.mng_agent.serv_padL {padding-left: 5px;}
.mng_actin li .fa {font-size: 15px;}
.manage_tbl {margin-bottom: 25px;}
.starblue{color:#ef4023; font-size: 14px !important;}
.copyinfo a{padding:3px 8px; background: #ffffff; font-size: 0.750em; color:#000000;}
.copytext a{padding:4px 14px; background: #ffffff; font-size: 0.750em; color: #000000 }
.traveler_contct h1{ color: #000000 }
.Traveler_reqst h1{ color: #000000; display: inline-block; }
.Traveler_reqst h3{font-family: "GoogleSans-Regular"; color: #db665d; font-size: 13px;display: inline-block; padding-left: 10px; vertical-align: bottom; }
.traveler_contct {float: left;padding: 20px 20px 0 20px; width: 100%;}
.Traveler_reqst {float: left; padding: 0px 20px 0 20px; width: 100%;}
.counryDV{padding:0;height: 30px;  border:1px solid #e1e1e1; width: 100%; border-radius: 3px; box-shadow: inset 0px 0px 7px 1px rgba(0, 0, 0, 0.10); padding: 0 26px 0 12px; line-height: 28px; font-size: 0.750em; color: #888f9b}
.bk_checklbl{color: #000!important; font-family: "GoogleSans-Regular";}
.bk_remark{height: 30px; margin-top: 15px;}
.bk_remark textarea{box-shadow: 0 0 7px 1px rgba(0, 0, 0, 0.1) inset;padding: 10px;}
.traveler_form .bk_remark{height: inherit;}
.bk_notes p{color: #333333;
    font-family: "GoogleSans-Regular";
    font-size: 14px;
    padding-right: 15px;
    line-height: 20px;}
.bk_canceldetls h3{color: #263040; font-family: "GoogleSans-Regular"; font-size: 0.750em; padding-left: 0; margin-top: 10px;}
.bk_canceldetls p{color: #666666; font-family: "GoogleSans-Regular"; font-size: 0.750em; margin-top: 3px;}
.bk_agreecheck label{ color: #263040; font-size: 0.750em;   border-bottom: none }
/*Review your booking*/
.top_edit a{padding:0px 14px; background: #ffffff; font-size: 13px; color: #263040}
.review_traveller label{color: #000000; font-size: 0.750em; font-family: "GoogleSans-Regular"; width: 100%; margin-bottom: 5px }
.review_info{margin-top: 10px; }
.bk_ontact a{font-size:0.750em; color: #333333;   margin-right: 30px;  }
.bk_ontact a i{color: #333333; font-size: 1.2em; margin-right: 5px;}
.bk_ontact a:hover{color: #263040}
.bk_agentref label{ font-size:  0.938em; color: #333333; font-family: "GoogleSans-Regular"; }
.bk_agentref span{ font-size:  0.938em; color: #333333;  }
.top_agentref{margin-top: 11px;}
.top_agentref label{ font-size:  0.875em; color: #333333; font-family: "GoogleSans-Regular"; }
.top_agentref span{ font-size:  0.875em; color: #333333;}
.btn_booking button{margin-bottom: 20px; text-transform: uppercase; color: #333333; font-family: "GoogleSans-Regular"; font-size: 0.875em; padding:0 25px; }
/*homepage slider 28-10-2017*/
.carousel-fade .carousel-inner .item { opacity: 0;  -webkit-transition-property: opacity;  -moz-transition-property: opacity;  -o-transition-property: opacity;  transition-property: opacity;}
.carousel-fade .carousel-inner .active { opacity: 1;}
.carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {  left: 0;  opacity: 0;  z-index: 1;}
.carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right {  opacity: 4;}
.carousel-fade .carousel-control { z-index: 2;}
.homepage_slide .carousel-caption { bottom: 20px;  color: #fff;  float: left;  left: 26px;  padding-bottom: 20px;  padding-top: 20px; position: absolute;  right: 15%;  text-align: center;  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);  width: 31%;  z-index: 10;}
.slide_indicator .carousel-indicators { bottom: -18px; vertical-align: middle;}
.slide_indicator .carousel-indicators li {  width: 30px;  height: 4px;  margin-right: 8px;  border: none; background: #ffffff;}
.slide_indicator .carousel-indicators .active {background-color: #b8ab79;   /*margin: 0;*/ }
.homepage_slide .carousel-caption{left:14%;}
.homepage_slide .carousel-caption > h3 { font-size: 1.5em;  text-transform: uppercase;  text-shadow: 0 0 1px rgba(0, 0, 0, 0.9)}
.homepage_slide .carousel-caption > p {  font-size: 0.875em;  text-transform: uppercase;}
.carousel-control.left{background-image:none;}
.carousel-control.right{background-image:none;}
/*homepage small slider*/
.small_slider .carousel-control.right { background-image: none;    left: auto;  right: -23px;  top: 43%;  opacity: 10;}
.small_slider .carousel-control.left {background-image: none; left: -22px; right: 0; top: 43%; opacity: 10;}
#carousel-b .carousel-inner { border-radius: 6px; overflow: hidden; position: relative; width: 100%; box-shadow: 1px 1px 16px 0px #6b6b6b}
/*home page map*/
.indx_map{ position:relative;height:auto; float: right;padding: 0;}
.flag_rel {position: relative;text-align: center; cursor: pointer;}
.adress_area {  background: #ffffff none repeat scroll 0 0;  border-radius: 4px;  float: left;  height: auto;  min-width: auto;  padding: 10px;}
.adress_area .closeBtn{ right: 3px;    top: 5px;}
.adress_area h2{font-size: 0.813em; color: #333333; text-align: left; text-transform: uppercase; margin-bottom: 6px;}
.left_add {float: left; width: 100%;}
.left_add h3{font-size: 0.813em; color: #333333; text-align: left }
.left_add p{font-size: 0.750em; color: #263040; text-align: left;margin-bottom: 10px;}
.left_add span{font-size: 0.825em;display: block;}
.left_add span a{color: #333333}
.adrss {background: rgb(255, 255, 255) none repeat scroll 0 0;border-radius: 5px; box-shadow: 0 0 15px 1px rgb(191, 191, 191);left: -255%;margin: 0 auto; padding: 20px 30px;position: absolute;
 right: 0; width: 325px; z-index: 10; text-align: left;margin-top: 10px;}
.adrss .fa { position: absolute;top: -18px;font-size: 27px;left: 0;right: 0;margin: 0 auto;text-align: center;color: #fff;}
.add_headng {margin-bottom: 15px;float: left;}
.flag_adrs7{display:block;}
/*homepage small fix panel*/
.affilate_area{width:155px; height: auto; position: fixed;    right:0;  top:225px; z-index: 2;}
.affilate_top { background: #333333 ;  border-bottom-left-radius: 8px;  border-top-left-radius: 8px;  color: #ffffff;  font-size: 13px;  height: 25px; margin-bottom: 03px;  padding: 6px 0 0 12px;  text-transform: uppercase;  width: 100%;}
.affilate_bottom{width: 100%; height: 486px; border-top-left-radius: 8px; border-bottom-left-radius: 8px;  background: #333333}
.affilate_bottom ul{margin: 0; padding: 0; list-style: none;}
.affilate_bottom ul li { border-bottom: 1px solid #203a66;  box-shadow: 0 2px 0 0 #294e8c;  color: #fff;  display: inline-block;  font-family: "GoogleSans-Regular";  font-size: 0.875em;  height: 97px;  text-align: center;  vertical-align: middle;  width: 100%;}
.affilate_bottom ul li a { color: #fff; font-family: "GoogleSans-Regular";  height: 97px; width: 100%; display: inline-block;   padding:15px 13px} 
.affilate_bottom ul li:first-of-type a:hover{background: #b8ab79;  color: #002767; vertical-align: middle; width: 100%; display: inline-block; border-top-left-radius: 8px}
.affilate_bottom ul li:last-of-type a:hover{background: #b8ab79;  color: #002767; vertical-align: middle; width: 100%; display: inline-block; border-bottom-left-radius: 8px; }
.affilate_bottom ul li:last-of-type {border-bottom: none; box-shadow: none;}
.affilate_bottom ul li a:hover{background: #b8ab79;  color: #002767;   width: 100%;  display: inline-block;}
.aff_icon1{background: url('../images/sprite.png') no-repeat -15px -184px; width: 18px; height: 37px; display: inline-block;}
.aff_icon2{background: url('../images/sprite.png') no-repeat no-repeat -39px -190px; width: 17px; height: 32px; display: inline-block;}
.aff_icon3{background: url('../images/sprite.png') no-repeat -66px -202px; width: 19px; height: 19px; display: inline-block;}
.aff_icon4{background: url('../images/sprite.png') no-repeat -96px -194px; width: 30px; height: 27px; display: inline-block;}
.aff_icon5{background: url('../images/sprite.png') no-repeat -129px -191px; width: 15px; height: 30px; display: inline-block;}
.affilate_bottom ul li a:hover .aff_icon1{background: url('../images/sprite.png') no-repeat -16px -225px; width: 18px;  height: 37px; display: inline-block;}
.affilate_bottom ul li a:hover .aff_icon2{background: url('../images/sprite.png') no-repeat -39px -231px;width: 17px; height: 32px; display: inline-block;}
.affilate_bottom ul li a:hover .aff_icon3{background: url('../images/sprite.png') no-repeat  -66px -243px;width: 19px;  height: 19px; display: inline-block;}
.affilate_bottom ul li a:hover .aff_icon4{background: url('../images/sprite.png') no-repeat  -96px -235px;width: 30px;  height: 27px; display: inline-block;}
.affilate_bottom ul li a:hover .aff_icon5{background: url('../images/sprite.png') no-repeat -129px -232px;width: 15px;  height: 30px; display: inline-block;}
/*social icon*/
.socialicon_area{width: 50px; height: 200px; position: fixed; left:0; top:326px;}
.fb_icon{background: #376ca5;  -webkit-transition: width 1s; transition: width 1s; color: #ffffff; font-size: 1.4em; text-align: center; padding-top: 10px;}
.fb_icon:hover{width: 65px; color: #ffffff; }
.twit_icon{background: #03b6dc;  -webkit-transition: width 1s; transition: width 1s; color: #ffffff; font-size: 1.4em; text-align: center; padding-top: 10px;}
.twit_icon:hover{width: 65px; color: #ffffff; }
.linkd_icon{background: #49a9d5;  -webkit-transition: width 1s; transition: width 1s; color: #ffffff; font-size: 1.4em; text-align: center; padding-top: 10px;}
.linkd_icon:hover{width: 65px; color: #ffffff; }
.gplus_icon{background: #da623b;  -webkit-transition: width 1s;  transition: width 1s; color: #ffffff; font-size: 1.4em; text-align: center; padding-top: 10px;}
.gplus_icon:hover{width: 65px; color: #ffffff; }
.mail_icon{background: #879ba0;  -webkit-transition: width 1s;  transition: width 1s; color: #ffffff; font-size: 1.2em; text-align: center; padding-top: 10px;}
.mail_icon:hover{width: 65px; color: #ffffff; /*box-shadow: 0 0 5px 0px rgb(99, 99, 99)*/}
.socialicon_area > a {float: left;width: 50px;height: 50px;}
/*news letter area*/
.news_inputbox input::placeholder{color: #333333; opacity: inherit; }
.news_letricon{float: left; width: auto;}
.news_text{float: left; width: auto; padding-left: 13px;}
.newsletr_area{width: 100%;  height:auto; float: left; border: 1px solid #c2c2c2; background: #fafbfb; padding:15px 8px 15px 8px; margin: 20px 15px 0px 15px; }
.news_text h1{font-size: 1.250em; color: #333333;font-family: "GoogleSans-Regular"; }
.news_text p{font-size: 0.750em; color: #404c60;font-family: "GoogleSans-Regular"; margin-top: 2px; padding-left: 3px;}
.newsletr_input{width: 100%; border:1px solid #e1e1e1; background: #ffffff; height: 51px; padding: 10px; }
.news_inputbox input{width: 100%; height: 30px; border: none; }
.news_inputbox button{background: #333333; padding: 7px 18px; text-transform: uppercase; border:none; color: #ffffff ; font-size: 0.813em; line-height: normal }
.news_inputbox button:hover{box-shadow: inset 0 0 0 25px #b8ab79; border:none; border:none;}
.raedmore{color: #333333; font-size: 1.1em; display: inline}
.raedmore:hover{text-decoration: underline;}
/* agent registration */
.reg_top{padding-top: 35px; padding-bottom: 31px;}
.reg_logn h1{font-size: 0.875em; color: #333333; text-transform: uppercase;}
.manditory_txt {text-align: right}
.manditory_txt h3 {font-size: 13px; color: #000000; }
.manditory_txt sup{color: #ff0000;}
/*Hotel Search*/
.inside_slideDV #carousel-b .carousel-inner {box-shadow: none;}
.inside_slideDV #carousel-b .carousel-inner img {width: 100%; height: 100%;}
/*Transfer Listing*/
.transfr_dv{height: auto; background: #fcfcfc; border: 1px solid #eae9e9; border-radius: 3px; width:100%; float: left; /*box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2)*/}
/*.filter_ListDV{margin-top: 15px;}*/
.transfr_plus{font-size: 2em; color: #cdced9; text-align: center; vertical-align: middle; padding: 0; height: auto; padding: 0;}
.transfr_text{padding-top: 15px;}
.transfr_text h3{color: #263040; font-size: 1.125em; font-family: "GoogleSans-Regular";}
.transfr_qucklinks > a{color: #263040; font-size: 13px; margin-right: 10px;}
.transfr_qucklinks span{color: #263040; font-size: 13px; margin-right: 10px;}
.transfr_DetTop {  color: #333333;  float: left;  font-size: 0.75em;  padding: 20px 0;  text-transform: uppercase;  width: 100%;}
.transfr_DetBotoom {  border-top: 1px solid #e6e6e6;  color: #333333;  padding: 10px 0;  text-transform: uppercase;  width: 100%;  float: left;}
.transfer_detarea{border: 1px solid #e4e4ee; border-top:none;}
.transfr_dettxt1{color: #263040;font-size: 0.750em;
padding-right: 0;}
.transfr_dettxt{color: #263040; font-size: 0.750em}
.transfr_dettxt1{color: #263040; font-size: 0.750em}
.transfr_dettxt1 i{ color: #9c9db3;
font-size: 14px;
display: inline-block;
width: 15%;
vertical-align: top;}
.transfr_dettxt i{color: #9c9db3;font-size: 12px;}
.transfr_dettxt1 span{color: #263040 }
.transfr_dettxt span{ color: #263040 } 
.transfr_addqut a {padding: 2px 10px;height: 19px;  background: #ffffff;  color: #263040; font-size: 13px;line-height: normal; text-transform: none;}
.transfr_bknow a{padding: 5px 10px; font-size: 0.875em ; line-height: normal; text-transform: uppercase; height: 29px }
.transfrStatus .selectStatus span {color: #ffffff;float: none; font-size: 0.75em; text-transform: uppercase; text-align: left; padding-left: 10px;}
.transfrStatus .selectStatus span::before{left: 33px;margin-top: 6px;top: 3px;}
.transfr_addqut { text-align: center;}
.transfr_bknow{ text-align: right;}
.transfrStatus .selectStatus {padding-top: 6px;}
/*End Transfer listing*/
/*Modify Search page*/
.modify-top{margin-bottom: 20px;}
.modify_popup {
 background: linear-gradient(to right bottom, #e93833, #eb4337, #ee4c3b, #f0553f, #f25d44); 
  border-radius: 4px;  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);  min-height: 260px;  margin-top: 7%;  width: 1155px;}
.modify_popup .modal-content{border: none; background: none; box-shadow: none;  padding: 30px;}
.modify-top h1{ font-size: 1.250em; color: #fff; text-transform: uppercase;}
.modify_close a{color: #fff ; font-size: 0.866em}
.modify_check {margin-right: 10px;}
.modify_searchBtn a{margin-top: 0}
.comptcheck label {  color: #333333;  font-size: 0.875em;}
.detailsMore{color: #333333!important; text-decoration: underline;}
.detailsMore:hover{text-decoration: underline; cursor: pointer;}
/*End Modify Search page*/
/*Traveller listing*/
.traveller_left{border: 1px solid #e6e6e6; float: left; padding: 0; margin-right: 1% ; margin-top: 15px; width: 100%; min-height: 330px; height: auto}
.travellr_from{padding: 10px 0;}
.travellr_from .common_lbl label{
    width: 100%;
    color: #333333;
    font-size: 14px;
    text-transform: capitalize;
    margin-bottom: 5px;
    font-family: "GoogleSans-Regular";
}
.travellr_from .common_lbl textarea{margin-bottom: 10px; height: 35px;padding: 7px;}
.country_input{width: 20%;float: left;margin-right: 14px;}
.mob_input{width: 74%; float: right;}
.travelr_date{position: relative;}
.add_trv a{font-size: 0.938em}
.traveller_left ul li{padding: 14px 14px; border-bottom: 1px solid  #e6e6e6}
.traveller_left ul li:last-child{border: none}
.traveller_left ul li:hover{ background: #fafafa}
.traveller_left ul li.active{ background: #fafafa}
.travlr_heading{padding: 12px 0 8px 0 ; border-bottom: 1px solid #e6e6e6; display: inline-block; width: 100%;}
.common_input textarea{resize: none;}
/*End*/
/*agent registration*/
.trvl_agenticon{display: inline-block;background: url('../images/Sprite.png') no-repeat -171px -106px;width: 27px;height: 27px;vertical-align: -6px;
margin-right: 10px;}
.dmc_icon{display: inline-block;background: url('../images/Sprite.png') no-repeat -221px -106px;width: 26px;height: 26px;vertical-align: -7px;
margin-right: 10px;}
.reghotel_icon{display: inline-block;background: url('../images/Sprite.png') no-repeat -265px -106px;width: 17px;height: 32px;vertical-align: -10px;
margin-right: 10px;}
.agent_regtab a{font-family: "GoogleSans-Regular";font-size: 18px;color: #ffffff;padding:0px 16px;}
.agent_regtab {background: #333333;height: 52px;text-align: center;line-height: 52px;}
.agent_regtab.active {background: #333333;}
.agent_regtab.active a {color: #ffffff;}
.agent_regtab.active .trvl_agenticon{background: url('../images/Sprite.png') no-repeat -171px -142px;}
.agent_regtab.active .dmc_icon{background: url('../images/Sprite.png') no-repeat -221px -142px;}
.agent_regtab.active .reghotel_icon{background: url('../images/Sprite.png') no-repeat -265px -142px;}
.pad_LR1{padding-right: 1px;padding-left: 1px;}
.agnt_regdv {margin-top: 29px;margin-bottom: 12px;}
.agent_reghead h1{color: #ffffff;font-size: 18px;font-family: "GoogleSans-Regular";}
.regi_subhead p{color: #ef4023;font-size: 14px;text-transform: uppercase;font-family: "GoogleSans-Bold"; padding-bottom: 15px;}
.regi_mand span{color: #da6423;}
.regi_mand{font-size: 12px;color: #333333;font-family: 'Lato', sans-serif;text-align: right;}
.regi_subhead {font-family: "GoogleSans-Bold";text-transform: uppercase;color: #ef4023;font-size: 14px;     padding-bottom: 15px;}
.agent_input input{ font-size: 14px; height: 40px; border: 1px solid #e1e1e1; width: 100%; border-radius: 5px; color: #000000;  box-shadow: none; padding: 0 26px 0 12px;  font-family: "GoogleSans-Regular";}
.agent_input select{color: #888f9b; height: 40px;  border:1px solid #e1e1e1; width: 100%; border-radius: 5px; box-shadow: none; padding: 0 26px 0 12px;font-family: "GoogleSans-Regular";}
.agent_input input::placeholder{font-family: "GoogleSans-Regular";font-size: 12px;color: #888f9b;}
span.regi_mand{color: #ef4023;}
.agent_input > label {width: 100%; color: #333333; font-size: 14px; text-transform: capitalize; margin-bottom: 5px; font-family: "GoogleSans-Regular";}
.regi_bordB{border-bottom: 1px solid #e5e5e5;margin: 10px 0 25px;}
.reg_brdrR{border-right: 1px solid #e5e5e5;float: left;padding-right: 15px;}
.regi_padL30{padding-left: 30px;}
.iata_status input {width: auto;height: auto; margin-right: 3px; padding: 0;}
.iata_status label {margin-right: 25px;font-family: "GoogleSans-Regular";font-size: 14px;color: #9c9a9a;}
.arrow_pos{position: relative;}
.arrow_pos .input_select {position: absolute;right: 13px;top: 10px;margin: 0;pointer-events: none; color: #797979}
.subsub_hd {margin-top: 25px;font-family: "GoogleSans-Regular";     color: #ef4023;}
.reg_lastdv1 {margin-top: 20px;}
.file-input-wrapper {height: 34px;overflow: hidden;position: relative;width: 118px;cursor: pointer;font-size: 11px;box-shadow: 0 1px 8px 4px rgba(0, 0, 0, 0.05) inset;
border: 1px solid #e4e2e2;border-radius: 4px;}
.file-input-wrapper > .btn-file-input {border: medium none;background: transparent none repeat scroll 0 0;text-align: center;width: 100%;line-height: 32px;font-family: "GoogleSans-Regular" !important;font-size: 11px;color: #333333;text-transform: uppercase;}
.file-input-wrapper > input[type="file"] {position: absolute;top: 0;right: 0;opacity: 0;cursor: pointer;font-family: "GoogleSans-Regular";}
.upload span {float: left;margin-top: -25px;color: #c0c0c0;font-family: "GoogleSans-Regular";font-size: 12px;left: 130px;position: relative;}
.upload label {margin-bottom: 15px;color: #023a2e;font-size: 12px;text-transform: uppercase;margin-bottom: 14px;}
.iata_status {margin-bottom: 10px;}
.captcha_dv input {width: 75%; float: left;margin-right: 15px;}
.agent_btn{    cursor: pointer;
    background: #333333;
    color: #fff;
    font-size: 14px;
    text-transform: capitalize;
    font-family: "GoogleSans-Regular";
    height: 40px;
    padding: 0 35px;
    display: inline-block;
    line-height: 40px;
    border-radius: 4px;
    border: none;}
.agent_btn:hover{box-shadow: inset 0 0 0 25px #ef4023;color: #fff;}
/*change end on 04-12-2017*/
.reg_btn {margin: 10px 0 50px;}
.booking-btn{margin: 10px 0 20px;}
/*change end on 04-12-2017*/
.regi_bordB.marB25 {margin-bottom: 25px;}
/*transfer-book now*/
.tranfr_heading h1{color: #263040; font-size: 1.250em;}
.tranfr_heading h2 { color: #263040;  font-size: 13px;  margin-bottom: 8px; margin-top: 5px;}
.tranfr_detailsdv { width: 100%; }
.tranfr_info{display: inline-block;}
.tranfr_info p{color: #333; font-size: 0.875em; display: inline-block;}
.tranfr_info p > span{color: #333333}
.sm_borderR { border-right: 1px solid #a3a4b8;  display: inline-block;  vertical-align: middle;  height: 15px;  width: 1px; margin:0 5px 0 5px;}
.transfr_price{text-align: right; padding-top: 12px;}
.transfr_price label {color: #263040;  font-size: 0.875em;  margin-top: 5px;}
.transfr_price h1 {  color: #263040;  font-size: 1.5em;  margin-top: 2px;}
.transfr_price a {  color: #263040;  font-size: 13px;  height: 20px;  line-height: normal;  padding: 2px 8px; margin-top: 4px; background: none}
.traveler_addtext h1{font-size: 1.000em; color: #263040; margin-bottom: 5px;}
.traveler_addtext p{color: #263040; font-size: 0.750em}
.tranfr_left {background-color: #133264;  color: #ffffff;  float: left;  font-size: 0.875em;  text-align: center;  width: 100%;  height: 56px;  line-height: 56px;  vertical-align: middle;}
.tranfr_center { background-color: #333333;  color: #ffffff;  float: left;  font-size: 0.875em;  padding-left: 0;  width: 100%;  padding-top: 7%;}
.transfr_status{ padding-top: 3px; padding-left: 0; text-align: center;}
.transfr_status span { font-size: 0.750em; float: left;  width: 100%;  color: #ffffff; line-height: 15px;}
.transfr_status span::before { background: #00a651 none repeat scroll 0 0; border-radius: 50%; content: ""; display: inline-block; height: 5px; left: 0; margin-right: 0; margin-top: 6px; position: absolute; width: 5px;}
.transfr_right {vertical-align: middle; display: inline-block; float:right;}
.transfr_right i{display: inline-block; float: left;}
.transfr_right span{font-size: 0.80em; color: #ffffff; display: inline-block; padding-left: 5px; vertical-align: super;}
.tranfr_vwright {color: #ffffff;  display: inline-block;  margin-bottom: 5px;  padding-top: 17px;  width: 100%;}
.select_vechle .common_select{width: 100%}
.selct_vechle .common_select select {  background: #00235d none repeat scroll 0 0;  border: medium none;  color: #ffffff;  font-size: 11px;  padding: 0 5px;}
.selct_vechle .common_select .caret {  color: #fff;  position: absolute;  right: 5%;  top: 50%;}
.transfr_detlstop {  background-color: #333333;  border-bottom: 1px solid #fff;  height: 51px;  width: 100%;}
.transfr_detinside{width: 100%; height: 100%; border-bottom: 1px solid #fff}
.transfr_maindv{width: 100%; background: #333333; height: 58px; border-bottom: 1px solid #fff}
.pax_heading h1{color:#263040; font-size: 1.000em; margin-top: 20px; margin-bottom: 15px;}
.add_paxheading h1{color:#263040; font-size: 1.000em; margin-top: 10px; margin-bottom: 15px;}
.pax_inputPad{padding: 0 10px 0 0;} 
.pax_inputPadL{padding: 0 10px 0 15px;}
.copyinfo a {background: #ffffff none repeat scroll 0 0;  font-size: 13px;  padding:2px 9px;  margin-top: 5px;}
.common_phinput{position: relative;}
.common_phinput input{width: 100%; padding-left: 80px; height: 100%; box-shadow: 0 0 7px 1px rgba(0, 0, 0, 0.1) inset; height: 30px;}
.countryList select {background: none; border: none; position: absolute; top: 0; width: 78px; float: left; border-right: 1px solid #e1e1e1; font-size: 0.750em; color: #888f9b; padding-left: 7%}
.countryList1 .caret { color: #333; left: 60px;   position: absolute;   top: 50%;}
.common_timelist  {  border: 1px solid #e1e1e1;  border-radius: 3px;  box-shadow: 0 0 7px 1px rgba(0, 0, 0, 0.1) inset;  height: 30px;  padding: 0 26px 0 12px;  width: 100%;  position: relative;}
.common_timelist label {color: #888f9b;  font-size: 0.75em;  height: 100%;  padding-top: 6px;  position: absolute;  top: 0;  width: 40%;  text-align: center;  left: 0}
.time_input {width: 50%; right: 0; height: 100%; position: absolute;}
.time_input .common_select select{box-shadow: none; border: none; height: 100%; background: none; color: #888f9b}
.transfr_pickup .common_select > select {color: #888f9b;  font-size: 0.75em;}
.common_check .filterCheck .checkbox label::before{left: 0; top: 3px}
.common_check .checkbox > label {  margin-top: 0;  padding-left: 20px; color: #6d6d6d; font-size: 0.875em}
.common_check .filterCheck{padding-top: 6px;}
/*transfer review booking*/
.btn_edit{background-color: #fff;    font-size: 13px;    color: #263040;    text-align: center;    padding: 1px 11px;}
.display_infodv{width: 100%; display: inline-block; border-top:1px solid #e6e6e6; padding: 10px 0px; color: #000000; font-size: 0.813em}
.display_infodvb{width: 100%; display: inline-block; border-bottom:1px solid #e6e6e6; margin-bottom: 10px;}
.display_infodv i{color:  #afb0c2}
.display_email{color: #333333}
.display_name{padding-left: 0}
.cancel_polcdv{float: left;  padding: 0;  width: 100%; }
.cancel_polcdv h1{color: #333333; font-size: 1em; margin-top: 25px;}
.transfr_cancel h3 {color: #263040;  font-size: 0.75em;  margin-top: 10px;  padding-left: 0;  font-family: 'GoogleSans-Bold';}
.transfr_cancel p {color: #666666;  font-size: 0.75em;  margin-top: 3px;}
.transfr_text{padding-top: 15px; display: inline-block;}
/*quotation*/
.modal-dialog.quot_modal {width: 1115px;font-family: "GoogleSans-Regular";}
.quot_modal .modal-body {padding: 0;}
.quot_modal .modal-header {padding: 10px 15px;background: #333333;border-bottom: 1px solid #b1b1b1; margin-top: 0px;}
.quot_modal .modal-header .close {font-size: 13px;color: #ffffff;opacity: 1;font-family: "GoogleSans-Regular";font-weight: normal;margin-top: 2px;}
.quot_modal .modal-header .close .fa {font-size: 16px;vertical-align: -1px;}
.quot_mail p {color: #fff;font-size: 13px;display: inline-block;margin-right: 8px;}
.quot_mail p  a{color: #fff}
.quot_mail .fa {color: #FFF;}
.quot_mail .fa {color: #FFF;font-size: 16px;}
.quot_mail {float: left;}
.quot_logo {
    height: auto;
    float: left; 
    width: 180px;
    position: relative;
    padding: 10px;
}
.quot_logo img{width: 100%;height: 100%;}
.quot_head p {float: right;color: #333333;font-size: 20px;}
.quot_head {padding: 22px 32px;width: 100%;float: left;}
.quot_head p .fa {margin-right: 5px;vertical-align: -2px;}
.quot_head p {float: right;color: #333;font-size: 20px;margin-top: 9px;}
.quot_by p {color: #333333;font-size: 18px;margin-bottom: 15px;}
.qoutby_dv {background: #f1f1f1;margin: 0;padding: 15px 0  5px 20px;border-top: 1px solid #e1e2e2;}
.quot_sendml label {display: inline-block;margin-right: 3px; margin-bottom: 5px;}
.agent_input.quot_sendml input {display: inline-block;width: 42%; margin-right: 3px;}
.quot_sendml .agent_btn {text-transform: capitalize; padding: 0 20px;font-size: 13px;}
.remove_all {padding-right: 5px;}
.remove_all p {color: #333333;
text-align: right;
margin-top: 0px;
font-size: 13px;
margin-right: 0px;
width: 88px;
float: right;
cursor: pointer;}
.remove_all p:hover{color: #ef4023;}
.remove_all p .fa {color: #9c9db3;font-size: 18px;margin-left: 2px; vertical-align: -1px;}
.quot_serv {margin: 0;padding: 8px 20px;background: #333;}
.quot_serv .fa {color: #fff;font-size: 18px;float: right;margin-top: 6px;}
.quot_serv h2 {color: #fff;float: left;}
.quot_hotelicon{display: inline-block;background: url('../images/Sprite.png') no-repeat -171px -192px;width: 23px;height: 23px;margin-top: 4px;margin-bottom: 4px;margin-right: 10px;vertical-align: -9px;}
.quot_hotlname h3 {color: #333;font-size: 18px;margin-bottom: 5px;line-height: 21px;    font-family: 'GoogleSans-Bold'; }
.quot_dtls { margin: 0;padding: 22px 20px 10px;}
.quot_dtls1 { margin: 0;padding: 0px 20px 20px 20px;}
.quot_hotlname p {color: #263040;font-size: 12px;}
.quot_hotlname p .fa {color: #333333;font-size: 15px;margin-right: 0px;vertical-align: -2px;}
.quot_prc {text-align: right;}
.quot_prc span {color: #263040;font-size: 14px;margin-bottom: 3px; display: inline-block;}
.quot_prc p {color: #263040;font-size: 24px;}
.quot_brdr{border-bottom: 1px solid #dbdbdb;margin: 6px 0 4px;}
.quot_room{float: left;margin-right: 30px;}
.quot_room span {color: #263040;font-size: 12px;}
.quot_cancltn p br{display: list-item;}
.quot_room p {color: #263040;font-size: 12px;}
.quot_hb p {color: #333333;font-size: 12px;display: inline-block;}
.quot_hb {float: left;}
.quot_avail{float: left;margin-top: 9px;}
.quot_avail p .fa {color: #00a651;font-size: 6px;vertical-align: 2px;margin-right: 2px;}
.quot_avail p {font-size: 12px;color: #333;}
.quot_hb {float: left;min-width: 115px;margin-top: 4px;margin-bottom: 4px;}
.quot_hb .food_icon { vertical-align: -5px;margin: 0;}
.quot_cancltn h3 {color: #333;font-size: 14px;margin: 5px 0;}
.quot_cancltn p {font-size: 13px;color: #333333;margin-bottom: 5px;}
.quot_cancltn strong {font-size: 13px;color: #333333;margin-bottom: 5px;font-weight: 600;display: inline-block;}
.quot_transicon{display: inline-block;background: url('../images/Sprite.png') no-repeat -252px -196px;  width: 26px;height: 19px;margin-right: 10px;vertical-align: -9px;margin-top: 5px;margin-bottom: 5px;}
.quot_caricon{display: inline-block;background: url('../images/Sprite.png') no-repeat -519px -56px;width: 21px;height: 9px;}
.quot_car{float: left;margin-right: 30px;}
.quot_car p{color: #263040;display: inline-block;font-size: 12px;}
.quot_langicon{display: inline-block;background: url('../images/Sprite.png') no-repeat -548px -55px;width: 14px;height: 14px;}
.quot_lang{float: left;margin-right: 30px;}
.quot_lang p{color: #263040;display: inline-block;font-size: 12px;}
.quot_availtrans p{font-size: 12px;color: #333;}
.quot_availtrans p .fa {color: #00a651;font-size: 6px;vertical-align: 2px;margin-right: 2px;}
.quot_sighticon{display: inline-block;background: url('../images/Sprite.png') no-repeat -202px -185px;width: 18px;height: 30px;vertical-align: -9px;margin-right: 10px;}
.quot_availsight p{font-size: 12px;color: #333;}
.quot_availsight p .fa {color: #00a651;font-size: 6px;vertical-align: 2px;margin-right: 2px;}
.quot_car .fa {color: #a1b4c4;font-size: 14px;vertical-align: -1px;}
.quot_passngr {float: left;margin-right: 10px;}
.quot_passngr p {display: inline-block;margin-right: 20px;color: #263040;font-size: 12px;}
.quot_passngr p .fa {color: #a1b4c4;margin-right: 5px;}
.quot_availtrans {float: left;margin-top: 2px;}
.quot_availsight {float: left;margin-top: 3px;}
.quot_dis p {color: #333333;font-size: 12px;line-height: 15px;}
.quot_dis {margin: 0;padding: 30px 15px;background: #f7f7f7;border-top: 1px solid #e0e0e0;}
.quot_dis h3 { color: #263040;font-size: 16px;text-transform: uppercase; margin-bottom: 5px;}
.input_select_qout { background: rgba(0, 0, 0, 0) url("../images/sprite.png") no-repeat scroll -27px -18px;display: inline-block; height: 4px; margin-top: -20px;  position: absolute;  width: 8px;  right: 27px;}
/*Durgesh 6-11-20171*/
.reqst_checkbx{font-size: 0.813em;}
.eorror_bg {border: 1px solid #e3e3e3;  float: left;  padding: 6px 0;  width: 100%; margin-bottom: 13px;}
.map_img {  width: 25%; min-height: 80px;}
.map_view{width: 75%}
.map_view h1{margin-bottom: 0}
/*.map_view .list_QuickVW1{padding-top: 10px;}*/
.Hdetails_content{padding: 0px 15px;}
.Hdetails_content h2{font-size:1.25em; margin-bottom: 10px; padding-top: 10px; padding-bottom:05px; border-bottom: 1px solid #e1e1e1}
.Hdetails_content a {margin-top: 10px; font-size: 0.875em; width: 100%; color: #ef4023}
.Hdetails_content a:hover{text-decoration: underline;}
.Hdetails_content p{font-size: 0.813em}
/************Compare page*********************/
.compre{font-family: "GoogleSans-Regular";}
.close_ht span{font-size:12px;}
.cmp_main_dv{padding:30px 25px; width:100%; float: left; box-shadow: 0 0px 8px 0px #eee;}
.agncy_ofc{float: right;text-align: right;margin-top: 5px;}
.agncy_ofc h3{text-align: right; font-size: 1.2em; }
.agncy_ofc p{text-align: right; font-size: 0.72em; color: #999999;}
.rm_info h3{color: #d9d9d9; margin:0; padding: 0; font-size: 1.2em; }
.rm_info > p {color: #999999;font-size: 0.85em;padding-top: 5px;}
.cmpr_dv {background: #333 none repeat scroll 0 0;float: left;padding: 13px 0;width: 100%; margin-top: 10px;}
.cmpr_rgt a{color: #999999;font-size: 0.75em; font-weight: 300; margin-left: 5px; margin-top: 10px;display: inline-block;} 
.cmpr_rgt a span{margin-right: 2px;}
.cmpr_list{width: 100%; float: left; padding: 10px 0px 0px 0px; float: left}
.ht_list_dv{float: left; border:1px solid #e8e9ec;   float: left;}
.ht_img_dv {padding:0;margin-bottom: 15px;}
.ht_top_dv{padding: 10px 10px}
.ht_img_dv img{width: 100%;border-radius: 4px;}
.ht_rate_dv h3{font-size: 20px;color: #263040;margin-bottom: 0}
.ht_rate_dv p{color: #333;font-size: 13px;}
.ht_rate_dv {padding: 0;}
.ht_loctr{width: 100%; float: left; font-size: .75em}
.map_dv{padding: 15px 0 0 0;}
.map_vw img{width: 100%;height: 115px;}
.close_ht {color: #ffffff;float: right;font-size: 20px;position: absolute;right: 15px;top: 15px;z-index : 1}
.close_ht .fa {text-shadow: 0px 0px 2px rgba(0,0,0,0.5);}
.cmpr_dv_1 {
    background: #d1d1d1 none repeat scroll 0 0;
float: left;
width: 100%;
color: #333;
font-size: 13px;
padding: 10px 15px;
border-radius: 0;
}
.cmp_res_dv{width: 100%; float: left; border-right:1px solid #e8e9ec;   float: left; border-bottom: 1px solid #edeff0; padding-bottom: 10px;}
.cmp_res_dv h3{float:left; width:100%; font-size:1.2em; margin-bottom:10px; }
.cmp_res_dv .res_stas{width:100%; float: left; margin:0; padding:  0}
.cmp_res_dv .res_stas .result-redmore{margin-top:0; }
.cmp_res_dv .result-redmore::before {left: -5px;top: 51px;}
.cmp_res_dv .result-redmore::after {left: 11px;top: 58px; display: inline-block;}
.cmp_res_dv .reslt-amount {padding-top: 10px; }
.cmp_res_dv .reslt-amount h3{ }
.comp_city p{color: #000; font-size: 18px;font-family: "GoogleSans-Medium";}
.comp_city h2 {font-size: 14px;color: #000;font-weight: normal;}
.comp_city h2 span{color: #ef4023; }
.mail_prnt a { font-size: 13px;color: #ffffff;margin-left: 5px;}
.mail_prnt a .fa{color: #fff;font-size: 14px;}
.comp_hotel h1{font-size: 18px;color: #fff;margin-top: 5px; font-family: "GoogleSans-Medium"}
.mail_prnt {text-align: right;margin-top: 6px;}
.open_email{position: absolute;background: #ffffff;border:1px solid #cccccc;width: 300px;right: 15px;z-index: 10;margin-top: 5px;padding: 10px;}
.comp_city {margin: 20px 0 20px;}
.cmpr_star {color: #e73e1a;font-size: 13px;}
.fnt_lato .fa {color: #9c9db3;font-size: 12px;}
.qut_rmcatgry {padding: 0;}
.com_resp.cmpre-dv {padding: 0 10px;}
.qut_rmcatgry h3 {font-size: 12px;color: #333;}
.cmpre-dv {padding: 10px;float: left;border-bottom: 1px solid #ccc; width: 100%;}
.cmpr_price h1 {font-size: 18px;color: #333; display: inline-block; font-family: "GoogleSans-Medium"}
.cmpr_price p {font-size: 13px;color: #333;display: inline-block;}
.cmpr_price {padding: 0 0 0 10px;text-align: right;}
.comp_meal p {font-size: 12px;color: #d1d1d1;}
.comp_meal {padding-left: 10px;padding-right: 0;}
.c_more {font-size: 11px;color: #333333;text-decoration: underline;margin: 15px 10px 5px;
display: inline-block;}
.close_custom.close_ht {top: -10px;color: #000;text-shadow: none;font-size: 13px;}
.close_custom.close_ht .fa {text-shadow: none;}
.open_email input {width: 70%;float: left;}
.open_email a {
    font-size: 12px;
padding: 10px 20px;
text-transform: capitalize;
float: right;
margin-left: 5px;
border: 1px solid #e5e6e6
}
.open_email .fa {position: absolute;top: -13px;right: 41px;color: #ccc;font-size: 18px;}
.d_cell .ht_list_dv.ht_top_dv {margin-right: 10px;width: 32.5%;box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.2);}
.d_cell.comp_marR0 .ht_list_dv.ht_top_dv {margin-right: 0px;}
.comp_sec {padding: 0;}
.comp_pric a{font-size: 14px;font-family: "GoogleSans-Regular";padding: 0 19px;text-transform: capitalize;float: left;margin-left: 5px;cursor: pointer;
height: 31px;line-height: 30px;display: inline-block;background: rgba(255,255,255,1);background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(215,215,215,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(215,215,215,1)));
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(215,215,215,1) 100%);
background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(215,215,215,1) 100%);
background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(215,215,215,1) 100%);
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(215,215,215,1) 100%);border-radius: 15px;color: #333333;border: 1px solid #e1e1e1;}
.comp_pric p span {font-size: 16px;color: #333333; padding-right: 5px;  font-family: 'GoogleSans-Regular';}
.comp_pric p {font-size: 28px;color: #333;float: left; font-family: 'GoogleSans-Bold';}
.comp_pric {float: left;margin: 10px 0;width: 100%;}
.comp_pric a {float: right;}
/*7-11-2017*/
.ratebreak_modal .modal-body{padding: 0px;} 
.ratebrekup_dv .table_break{border-top:none;}
.rb_dv{height: 57px; border-bottom: 1px solid #000; float: left}
.rb_bdr{border-bottom: 1px solid #e6e6e6}
.email_revw{color: #333333; }
.det_note{text-align: right; font-style:italic; font-size: 0.750em; padding-right: 10px; color: #ef4023; }
.hotel_amenits {border-right: 1px solid #e5e5e5 }
.hotel_amenits p{margin-bottom: 10px;}
.hotel_amenits ul li{font-size: 0.813em; color: #333}
.see_more_list{display: inline-block; margin-top: 10px;}
.quick_contact a{float: left; margin-right: 10px; font-size: 0.750em; color: #263040}
.quick_cont{color: #333333}
.tranfr_searchDV{width: 100%; min-height:470px; height: auto;  padding: 26px 21px 20px;  border-radius:6px; margin-top: 20px; box-shadow:0 0 8px rgba(0, 0, 0, 0.3);
background: rgba(58,109,190,1);background: -moz-linear-gradient(-45deg, rgba(58,109,190,1) 0%, rgba(183,196,209,1) 100%);background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(58,109,190,1)), color-stop(100%, rgba(183,196,209,1)));background: -webkit-linear-gradient(-45deg, rgba(58,109,190,1) 0%, rgba(183,196,209,1) 100%);background: -o-linear-gradient(-45deg, rgba(58,109,190,1) 0%, rgba(183,196,209,1) 100%);background: -ms-linear-gradient(-45deg, rgba(58,109,190,1) 0%, rgba(183,196,209,1) 100%);background: linear-gradient(135deg, rgba(58,109,190,1) 0%, rgba(183,196,209,1) 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a6dbe', endColorstr='#b7c4d1', GradientType=1 ); }
/*8-11-2017*/
.trnsfr_searchbtn a {margin-top: 20px;}
.transfr_headng h1{text-transform: uppercase;}
.auto_cancl{margin-bottom: 18px;}
.padgingDV .pagination > li:first-child > a, .pagination > li:first-child > span {border-right: none;}
.transfrSort {width: 135px;float: left; margin-right: 8px;}
.transfr_qucklinks i{color: #cecfd9}
.transfr_qucklinks .fa.fa-list.trans_icon{color: #9c9db3; margin-right: 4px; vertical-align: bottom;}
.ta-plus {background: url("../images/plus.png") 0 22px; background-repeat: no-repeat; height: 61px; width: 38px; display: inline-block;}
.ta-minus { background: url("../images/minus.png") 0 33px; background-repeat: no-repeat;height: 60px; width: 38px; display: inline-block;}
.transfr_prc .priceDV label {color: #263040; font-size: 0.750em; font-family: "GoogleSans-Regular"; margin-bottom: 0; padding-top: 8px; }
.transfr_prc .priceDV h1{margin-top: -5px;}
.currncy_code{color: #263040; font-size: 0.750em}
.currncy_prc{color: #263040; font-size: 1.125em}
.transfr_prcdv{text-align: right; padding-right: 40px;}
.Hoteldet_top  a{color: #fff; font-size: 12px}
.Hoteldet_top i{font-size: #9c9db3; font-size: 1em}
.transfrtopDV {float: left}
.transfrtopDV h1 {color: #263040;  font-size: 1.250em; margin-bottom: 8px; float: left;}
.transfr_midle {width: 100%;  padding: 20px 20px 15px 20px; display: inline-block;}
.transfrtopDV h2{font-size: 0.824em; color: #263040;width: 100%;float: left;}
.transfr_bottom {padding: 15px 15px 0 15px; display: inline-block;  width: 100%;}
.tansfrdet_content ul li{font-size: 0.875em; color: #333333; padding: 6px 0 0 0; line-height: 20px;}
.tansfrdet_content a{margin-top: 20px;}
.tansfrdet_content a:hover{text-decoration: underline;}
.transfr_bottom i{color: #ffffff; margin-right: 5px; font-size: 0.875em }
.transfer_model .modal-content {border-radius: 0;} 
.transfer_content {padding: 10px 0 0px 0px; display: inline-block;  background-color: #6985b1; width: 100%; border-top: 1px solid #ffffff; background: #ffffff;}
.border_divd{ width: 100%; margin-top: 15px; margin-bottom: 8px; border-top: 1px solid #e3e3e3;}
.seldroparro{content:"/f0dd"; font-family: fontawesome; font-size: 0.875em; position: absolute; right: 0  }
/* Reshma S. */
.popup {background: #ffffff;width: 700px;border-bottom: 3px solid #dce4e7;margin: 0px auto;}
.pop_headng {background: #ef4023 none repeat scroll 0 0;
color: #ffffff;
font-size: 16px;
overflow: hidden;
margin: 0px -15px;
padding: 10px;
text-transform: uppercase;}
.popup_dv { margin: 15px 0;}
.popup_dv label{color: #333;font-family: "GoogleSans-Regular";font-size: 0.75em;padding: 5px 16px 0px;width: 100%;}
.pop_logo {padding: 15px 0;width: 200px;}
.popclose {font-size: 13px; margin-top: 20px; display: inline-block;color:#ef4023;}
.popclose:hover{color: #ffffff;}
.popup_radio label{display: inline-block;width: auto;padding-left: 0;}
.popup_dv h2 {border-bottom: 2px solid #00005C ;font-size: 22px; margin-top: 10px; padding-bottom: 5px;}
.popup_icon .calendar_date {position: absolute;right: 0;z-index: 10;margin: 0;top: 6px;right: 10px;pointer-events: none;}
.popup_icon{ position: relative;}
.popup_icon .input_select {position: absolute;right: 0;margin: 0;top: 16px;right: 15px; pointer-events: none;}
.remark_msg {font-size: 11px;line-height: 12px;margin-top: 5px;display: inline-block;font-style: italic;}
.procs_cancel{ color: #39354c; font-size: 15px; padding-top: 15px;}
.gt_cancel {font-size: 15px;color: #39354c;}
.yes_no{text-align: center;}
.yes_txt{background: #008000 none repeat scroll 0 0; border-radius: 40px; color: #ffffff; margin-right: 10px; padding: 10px 30px;border: 1px solid #008000;margin: 20px 10px;
font-size: 16px;display: inline-block;font-weight:500;}
.yes_txt:hover { background: #ffffff none repeat scroll 0 0;border: 1px solid #008000;box-shadow: 0 0 0 10px #ffffff inset;transition:all ease 0.3s;cursor:pointer;text-decoration:none;}
.no_txt{background: #fe724e none repeat scroll 0 0; border-radius: 40px; color: #ffffff; margin-right: 10px; padding: 10px 30px;border: 1px solid #fe724e;margin: 20px 10px;
font-size: 16px;display: inline-block;font-weight:500;}
.no_txt:hover { background: #ffffff none repeat scroll 0 0;border: 1px solid #fe724e;box-shadow: 0 0 0 10px #ffffff inset;transition:all ease 0.3s;cursor:pointer;text-decoration:none;}
/* durgesh 9-11-2017 */
.booking_input{padding: 0 10px 5px 10px;}
.booking_input  .custom_input label{font-size: 13px}
/*common payment icons*/
.paynw_lgt{background: url('../images/sprite.png') no-repeat -290px -114px; width: 21px; height: 15px; display: inline-block;}
.paynw_drk{background: url('../images/sprite.png') no-repeat -290px -150px; width: 21px;  height: 15px; display: inline-block;}
 /* end common payment icons*/
.bk_mail{position:relative;display : inline; cursor: pointer; position: relative; }
.bk_mail  .fa-envelope { color: #333333; font-size: 1.25em;}
.agent_input textarea {height: 100%; box-shadow: inset 0px 0px 4px 0px rgba(0, 0, 0, 0.10); padding: 6px 26px 0 12px; height: 70px; border: 1px solid #e1e1e1; resize: none;}
.agent_input .upload_text input{background: none; box-shadow: none; border: none; padding-left: 0; padding-right: 0; display: inline-block;font-size: 14px;}
.agent_input .upload_icon .fa-upload {  display: inline-block;  position: absolute; right: 20px; margin-top: -32px;}
/*sightseeing 11-10-2017*/
.listDetails h2 {
font-size: 14px;
color: #999999;
margin-bottom: 10px;
width: 100%;
float: left;
cursor: pointer;
}
.sight_DetTop{color: #333333;float: left;font-size: 0.750em;padding: 20px 15px;text-transform: uppercase;width: 100%;border-top: 1px solid #e6e6e6;}
.sight_price{color: #263040;}
.sight_price .showpopup_dv{top:33px; right: 28px; }
 
.sight_price .info_icon {
  background: #fff none repeat scroll 0 0;
  border-radius: 50%;
  color: #333333;
  cursor: pointer;
  display: inline-block;
  font-size: 0.95em;
  height: 16px;
  padding: 2px 0;
  text-align: center;
  vertical-align: top;
  width: 16px;
}

.sight_bknow{ text-align: left; padding-left: 0; padding-right: 0}
.sight_bknow a{width: 100%}
/*.transfr_addqut { text-align: left;}*/
.sight_addqut a {padding: 2px 10px;height: 19px; background: #f7f7f7; color: #263040; font-size: 13px;line-height: normal; text-transform: capitalize;}
/*book now*/
.bkinside_modal .modal-body{padding: 15px 15px 0 15px}

/*13-11-2017 crdt_distribution*/
.crdtdist_dv{background: #f8f9fb; padding: 10px 10px; border: 1px solid #e5e5e5;}
.crdtdist_dv h2{margin-bottom: 5px; color: #333333;font-size: 0.785em;}
.crdtdist_dv h3{margin-bottom: 5px; color: #000000;font-size: 0.875em;}
.crdtdist_botm{border:1px solid #e5e5e5}
.crdtdist_botm .back_thead {border-top: 0;}
.crdtdist_botm  .table > thead > tr > th{ padding: 10px 15px}
/*contact us page*/
.add_dv{min-height: 323PX; height: auto; margin: 15px 0; background-color: #ffffff; box-shadow: 0 0px 13px rgba(0, 0, 0, 0.1); padding: 29px 22px; text-align: center;}
.nation_flag { text-align: center;}
.add_dv h1{font-size: 1.125em; color: #333333; margin-top: 11px; }
.add_dv p{font-size: 12px;text-align: center;color: #333333;margin-top: 10px;}
.ph_dv{color: #333333; font-size: 0.750em; margin-top: 20px; width: 100%; display: inline-block; text-align: center;}
.ph_dv a{color: #333333;}
.fax_dv{color: #333333; font-size: 0.750em; margin-top: 10px; width: 100%; display: inline-block; text-align: center;}
.email_dv {color: #333333;font-size: 0.750em; width: 100%; display: inline-block; margin-top: 11px; text-align: center; }
.email_dv a{color: #333333;  }
/*carrer*/
.carrer_dv{margin: 31px 0 100px 0; display: inline-block; }
.carrer_img img{width: 100%}
.career-boxtop{line-height: 33px;width: 100%; height: auto; padding: 42px 178px  30px 41px; background: #333333; color: #ffffff; font-size: 1.50em}
.career-boxbtm{width: 100%; height: auto; padding: 40px 65px 29px 41px; background: #f4f5f8; color: #000000; font-size: 0.875em}
.bx_div{width: 40px; height: 5px; border: 1px solid #000; background: #fff; margin-top: 15px; display: inline-block;}
.career-boxbtm p{line-height: 28px;}
/*about us*/
/*.aboutus_dv{width: 100%; height: 600px; padding-top: 20px; text-align: center; background: url('../images/about_bg.png'); background-position: bottom; display: inline-block; background-repeat: no-repeat; }*/
.aboutus_dv{width: 100%; height: 600px; padding-top: 20px; text-align: center; display: inline-block; background-repeat: no-repeat; }
.aboutus_dv h1{font-size: 1.50em; color: #333333; margin-bottom: 05px;}
.aboutus_dv p{font-size: 0.750em; color: #333333;  margin-bottom: 30px; line-height: 21px;}
.abt_paratop{padding: 0  191px}
.abt_paramid{padding: 0  188px}
.abt_parabtm{padding: 0 250px}

/*My booking*/
.xs_reportlbl{display: none;}
/*.Reportlist{height: auto; overflow: hidden; }*/
.Reportlist {
  display: inline-block;
  width: 100%;
}
.booking_mar_top{margin-top: 6px;}

/*22-11-2017 rate break up*/
.showpopup_dv {
    background: #fff none repeat scroll 0 0;
    border-radius: 5px;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.54);
    font-size: 12px;
    min-width: 150px;
    padding: 10px 15px;
    position: absolute;
    right: -14px;
    text-align: left;
    top: 31px;
    z-index: 1;
}
.showpopup_dv::after {
    content: "";
    position: absolute;
    border-top: 5px solid transparent;
    top: -10px;
    border-bottom: 5px solid #fff;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    right: 41px;
}
.showpopup_dv::before {
    border-left: 6px solid transparent;
    border-top: 6px solid transparent;
    content: "";
    position: absolute;
    top: -13px;
    right: 40px;
    border-right: 6px solid transparent;
    border-bottom: 6px solid grey;
    opacity: 0.5;
}
.showpopup_dv.pwdmsg{
  top:73px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.75);
}
.showpopup_dv.pwdmsg b{font-weight:bold;}
/*BANK DETISL PAGE 22-11-2017*/
/*.bank_detils h1 {font-size: 1.325em; margin: 10px 0; text-transform: capitalize;}
.bank_detils h3{font-size: 1em; color: #222222; margin: 10px 0}
.bank_detils h3 span{color:#333333 }
.bank_detdv{width: 100%; border-bottom: 1px solid #ccc; display: inline-block;}
.accnt_dv{border-right: 1px solid #ccc; font-size: 0.875em; margin-top: -5px; padding-top: 10px;}
.accnt_lbl label{margin-bottom: 10px; display: block; }
.accnt_lbl label span{float: right}
.accnt_info{ color: #333333}
.bdr_btmnone{border-bottom: none;}
.bank_detils{margin-bottom: 30px;}*/

.bank_detailsarea pre { background: none; padding: 15px 15px; background: #f8f9fb;;}
.bank_detailsarea ul{margin: 0; padding: 0; }
.bank_detailsarea ul li{font-size: 0.875em; padding-top: 20px; line-height: 25px; color: #222222}
/*sight*/
.sight_model .modal-big{margin-top: 0px;  }
.sight_model  .modal.fade .modal-dialog{box-shadow: none; border: none;}
.sight_model  .modal-content{border: none;}
.sight_infoicon{font-size: 1.2em}
.sightinfo_icon{margin-top: 5px; display: inline-block;}
.sight_desktop {position: relative; font-size: 0.685em; text-align: center; color: #878c94;}
.sight_desktop .fa {position: absolute; top: 1px; left: -8px;}
.sight_model .modal-dialog{margin: 0 auto;}
.sightseen_text h3{color: #333333; margin: 10px 0 10px 0; font-size: 1em;}
.sightseen_text  p{font-size: 0.875em; line-height: 20px;}
.sghtdtldata {width: 100%; float: left; margin: 5px 0; font-size: 0.975em; border-bottom: 1px solid #ccc;padding: 9px 0;}
.sight_email .open_email {left: 29px;}
.open_email .fa{left: 29px;}
.custom_input .form-input option {padding-left: 15px;}
.reg_brdrR .service_vendor {height: 10px;margin: 3px 15px 0 0;float: left;width: auto;}
.reg_brdrR.service_vendor { width: 100%;}
.fm_captcha input { width: 65%;}
/*29-11-2017*/
.discnt_price{display: inline-block;}
.sight_lang{width: 21%; float: right; margin-right: 8.6%; margin-top: 14px;}
.tour_text{font-size: 0.875em; margin-top: 10px;}
.common_tour{position: relative;}

select:-moz-focusring {  color: transparent;    text-shadow: 0 0 0 #000;}
/*30-11-2017*/
.book_sighttext{padding-top: 15px;}
.book_sighttext ol li{font-size: 0.875em; line-height: 25px; }
.select_pmt {font-size: 1em;  line-height: 25px; margin-bottom: 10px;}
.select_pmt .radio label{padding-left: 0}
.txtsaleslbl{padding-left: 0; font-size: 0.875em; }
.select_pmthdng{font-size: 0.975em; margin-bottom: 10px;}
.select_subtxt{font-size: 0.875em;}
.slectpmt_check{padding:0px 0 20px 35px;}
.common_tour .input_select {background: url('../images/sprite.png') no-repeat -27px -18px;  width: 8px; height: 4px;  display: inline-block;  margin-top: 25px; pointer-events: none; position: absolute; right: 30px;  top: -9px;}
.book_sighttext{padding-top: 15px;}
.book_sighttext ol li{font-size: 0.875em; line-height: 25px; }
.book_sighttext1 {font-size: 0.875em; padding-top: 0; line-height: 25px; margin-bottom: 10px;}
.agent_input .form-control.supp_ad {padding-top: 6px;font-size: 13px;}
.logo_agnt{height: 85px;}
.loggin{padding-top:2px;padding-bottom: 2px;}

.book_sighttext{padding-top: 15px;}
.book_sighttext ol li{font-size: 0.875em; line-height: 25px; }
.select_pmt {font-size: 1em;  line-height: 25px; margin-bottom: 10px;}
.select_pmt .radio label{padding-left: 0}
.txtsaleslbl{padding-left: 0; font-size: 0.875em; }
.select_pmthdng{font-size: 0.975em; margin-bottom: 10px;}
.select_subtxt{font-size: 0.875em;}
.slectpmt_check{padding:0px 0 20px 35px;}

.txt_qut textarea::placeholder{padding-top:15px;display:inline-block;}
.hotel_fromDV .custom_input option{padding-left: 15px;}


/*2-12-2014*/
.common_lbl select option{margin-left: 10px;}
.surcharge th{font-size: 0.875em; text-align: center;}
.surcharge td{text-align: center; font-size: 0.785em; }
.table{margin-bottom: 10px;}
.sight_text h1{font-size: 1.250em}
.sight_passg{ background-color: #333333;  color: #ffffff;  float: left;  font-size: 0.875em;  padding-left: 10px;  width: 100%;  padding-top: 18px;}
.sight_vwright {color: #ffffff;  display: inline-block;  margin-bottom: 5px;  padding:17px 20px; width: 100%; }
.sight_RatBrk {text-align: left;}
.sight_RatBrk a {font-size: 13px;color: #263040; padding: 0 12px; height: 20px; line-height: 18px; background: #fbfbfb;}
.md_btnM:hover {box-shadow: inset 0 0 0 25px #ef4023; color: #ffffff;}
.SelectBooknow .md_btnM:hover {box-shadow: none; color: #ef4023;}
.curncy_marT{margin-top: 8px;}
.sight_popup{}
.sight_popup .modal-dialog{margin-top: 0;}
.sight_popup  .modal-content{box-shadow: none; border: none;}
.sight_popup .modal-lg{width: 1100px}


/*04-12-2017*/
.news_inputbox {transition: all 0.3s ease; line-height: normal; }
.view_more{transition: all 0.3s ease;}
.view_more:hover{box-shadow: inset 0 0 0 25px #ef4023;color: #ffffff}
.filter_select .common_select select option {padding-left: 10px;}
.sel_hot_map option {padding-left: 10px;}
.contactus_dv .add_dv:hover {box-shadow: 0px 2px 9px 9px rgba(0, 0, 0, 0.1);cursor: pointer;}
.listtopDV h2 i + br {display: none;}
.listtopDV .list_add br {
    display: none;
}

.vertical_text {
    padding-top: 12px;
}
.qut_alert {
  float: right;
  font-size: 14px;
  margin-bottom: 0;
}
.qut_alert .alert-danger {
    padding: 5px;
}
.quot_mail + .fa_col {
    top: 20px;
}
.common_select option {
    padding-left: 10px;
}
.customized_tip{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;display:inline-block }
.hideText{width:100px !important;}
.date_custom{display: inline-block;width: 100px;position: relative;bottom: 4px;padding-left:5px;} 
#carousel_d .carousel-inner{overflow:visible;}
.customized_tip{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;display:inline-block }
.hideText{width:100px !important;}
.date_custom{display: inline-block;width: 100px;position: relative;bottom: 4px;padding-left:5px;}
#carousel_d .carousel-inner{overflow:visible;}
.showpopup_dv div span {
  width: 40px;
  display: inline-block;
  margin-bottom: 3px;
  color: #263040;
}
.showpopup_dv div label {
  margin-bottom: 3px;
  padding-left: 9px;
  color: #263040;
}
.doller_box
{  color: #263040;
  
}
.bl_doller {
  background-color: #333333;
  border-radius: 50%;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 10px;
  height: 16px;
  margin-top: 1px;
  padding: 2px 0;
  text-align: center;
  vertical-align: top;
  width: 16px;
}
.recent_searchdv .img_dv img {
    height: 75px;
    border-radius: 4px;
}
.recent_searchdv .img_dv {
    padding: 0;
}
.sight_email{display: inline-block; }
.Hoteldet_top .sight_email .open_email {
    margin-top: 15px;
}
.close_btn { display: none;}
.info-circle{cursor: pointer;}
.font1em{font-size: 1em !important;}
.comp_pric a:hover{box-shadow: inset 0 0 0 25px #ef4023; color: #ffffff}
.open_email a:hover{box-shadow: inset 0 0 0 25px #ef4023; color: #ffffff}
.custom_pop_sight.showpopup_dv{top:36px;right:-12px;}

.car-rental-popover-cost{
    top: auto!important;
    right: 0!important;
}

.blue_stick {
    display: none;
}
.mod_search {
    display: none;
}
.filt_search {
    display: none;
}
.stick_content a span {
    display: none;
}
.no_desktop{display: none;}
.SelectBooknow .morebtn i {
   /* background: #ffffff none repeat scroll 0 0;*/
    padding: 3px 5px;
    border-radius: 4px;
    margin-right: 6px;
    color:#ffffff;
}

.listStarDV .starblue {
      font-size: 16px;
    color: #ef4023;
}

.debug_icon {
    float: left;
    margin-left: 10px;
    height: 27px;
}

.display_div{display:block }
.hide_div{display:none}


.open_email.l_auto .fa{left:auto;}
.supp_ad.ht70{height:70px;}
.padl15{padding-left:15px;}
@media screen and (-webkit-min-device-pixel-ratio:0) {
/*    .custom_input select{padding-left:15px;}*/
   /* .common_select select{padding: 0 13px 0 12px;}*/
}

/* 15-12-2017 (186) (420) (771) (628) (632) (630) (656) (768,769) */

#txt_agent_code{text-transform: uppercase;}
.booknow-btn-box .md_btnM{font-size: 15px;}
.booknowrgt .showpopup_dv::before{right: 16px;}
.booknowrgt .showpopup_dv::after{right: 17px;}
.bkhotellist .bk_checkin span{margin-right: 0px;}

.hotdetTab .nav li.active a{background:#ef4023;}
.marb20{margin-bottom:20px;}

.custom_showpop{
    width: 360px; position: absolute; top: 42px;
  }
  .custom_showpop.showpopup_dv::before{
    right:167px;
    }
  .custom_showpop.showpopup_dv::after{
    right:168px;
  }
  .custom.agent_btn{
    height: 30px;
    line-height: 27px;  
    padding: 0 16px;
    font-size:13px;
  }
  .custom.agent_btn a:hover,.custom.agent_btn:hover a{
    color:#ffffff;
  }
  .marb10{margin-bottom:10px;}
  
  .custom_showpop.showpopup_dv div label{
    padding-left:0px;
    margin-bottom: 15px;
  
  }
  .showpopup_dv div span.curr_style{
  width:10%;display:block;float:left;padding-top:9px
  }
  .input_price{
  display: inline-block; width: 90%;
  }
  
  .sp_text{
    color: #333333;
      font-family: "GoogleSans-Regular";
      font-size: 1em;
  }
  .amt_col{
  color: #263040;
    font-family: "GoogleSans-Regular";
    font-size: 1.75em;
    margin-bottom:20px
    }
  .bac_gr{background:#f4f5f8;}
  .pad40_20{
    padding:40px 20px;
  } 
  a.notransition{-moz-transition: none;
    -webkit-transition: none;
    -o-transition: color 0 ease-in;
    transition: none;} 
.fnt13{
  font-size:13px;
}
.martb10{margin:10px 0px;}
.star_check.cust_check{
  position: relative;
  top: 6px;
}
.remove_all.padr20{
  padding-right:20px;
}
.padt5{padding-top:5px;}
.quot_input label{width: auto; padding-right: 10px;}
.quot_input .form-control{width: auto; display: inline-block; }
.quot_select label{width: auto; padding-right: 10px; width: auto;}
.quot_select .form-control {width: 100%; display: inline-block;}
.quot_select .input_select_qout{margin-top: 0; top: 15px;right: 35px;}
.back_remark{background:#f1f1f1 none repeat scroll 0 0;padding:20px;}
.pad15{padding:15px}
.quot_head p.contact_style{font-size:16px;}
.contact_style span{display:block;margin-bottom:10px}
.marr10{margin-right:10px;}
.fnt20{font-size:20px;}
.Reportlist.ht_auto{height:auto;}
.filterCurency.widhotel{width:30%;}
.filterCurency.widsight{width:30%;}
.sightseing .filterCurency.widsight{width:190px;}
.sightseing .filterCurency.widsight .search-tour-list-box .form-control{color: #888f9b;height: 30px;font-family: "GoogleSans-Regular";border: 1px solid #e1e1e1;width: 100%;box-shadow: inset 0px 0px 7px 1px rgba(0, 0, 0, 0.10);padding: 0 13px 0 10px;font-size: 0.750em;}
.cust_opac{opacity:0.3} 
.quote_currency{display:block;padding:7px;padding-left:13px;}
.wid65{width: 65%;}
.save_edit{display:block;float:left;padding:7px;}
.compareBTN.wid140{width:140px;}
.comp_meal .popover-content{color:#333;} 
.min_ht_recent{min-height:300px;margin-right: 1px;margin-bottom: 1px;}
.martb50{margin:15px 0px 5px 0px;}
.email_in {float: left;}
.btn_booking #email_span {width: 100%;display: block; margin: 0px;}
#send_details_email { float: none;}
.btn_booking #email_span a {margin-top: 0;}
.mobile_box .country_input input {padding: 0 7px;}
.transfr_dettxt1 .pn_right span {font-size: 1em;display: inline-block; word-wrap: break-word;width: 85%;margin-left: 0;}
.transfr_dettxt .pn_right span { font-size: 14px; padding-left: 5px;}
.btn_proces{
    display: none; position: relative; margin-top: 17px;left: 155px;
}
.city_load{
    display: none; float:right; position:absolute;
}
.trans_list {
    float: left;
}
.bbottom_cust{border-bottom:1px solid #E4E4E4;}
.padtb15{padding:15px 0px;}
.ht_rate_dv h3.fnt15{font-size: 14px;font-weight: 600;margin-bottom: 5px;}  
.Traveler_reqst h3.padl_fltl{padding-left:0px}
.edit_box{position: absolute;right: 0;display: block;padding: 7px;font-size: 17px;}
.pos_rel{position:relative;}
.sub_txt{font-size:11px;display:block;padding-top:3px;} 
.red_col{color:#ff0000;}
.file_upload input[type="file"] {
    border: 0 none;
    box-shadow: none;
    color: #9f9f9f; 
    font-size: 12px;
    font-weight: 300;
    margin-left: -22px;
    margin-top: 7px;
    padding-left: 0;
    text-align: center;
    -webkit-padding-start:53px;
    -webkit-padding-before:7px;
    padding-left: 63px;
text-align: left;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
    .file_upload input[type="file"]{
        margin-left: -28px;
    }
}

.browse {
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 4px;
    color: #282828;
    cursor: pointer;
    font-size: 11px;
    font-weight: 500;
    height: 40px;
    padding: 10px 13px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: -1px;
    width: 115px;
}
.upload label.up_txt{margin-bottom:6px;}
.file_upload input[type="file"].mt2{margin-top:2px}
.inner_nav.no_desktop {
    display: none;
}

.no_desktop{
    display: none !important;
}

/***Harsha***/
#pcontent{min-height:410px;}
.flg_inp .btn-group .btn{height:30px;padding:5px 20px 5px 12px;}
.sightseeing .transfr_DetBotoom{padding:10px 15px;}
.sightseeing .transfrStatus .selectStatus span::before{left:inherit !important; margin-left: -15px;}
.sightseeing .transfrStatus .selectrequest span::before{left:inherit !important; margin-left: -15px; background-color:#ec1616;}
.sight_addqut{padding-top: 7px;}
.room_info_dv h1{color:#333333;font-size:1em;margin-bottom:20px;}
.bokng_notes b{display:block;width:100%;}
.bokng_notes.mrt{float:right;}
.traveler_contct.sight{padding:10px 0 0;}
.contact-details .selectbrdbottom.form-control{float:left;margin-right:20px;width:33%;}
.other_add_sight{float:left;margin:20px 0;width:100%;}
.other_sight_txt{float:left;}
.sight_frm.form-group{float:right;margin-bottom:0;}
.Traveler_reqst.sight{padding:5px 0;}
.bokng_notes span{float:left;margin-top:4px;}
.bk_checkin .check_inout p{font-size:14px;text-align:center;}
.bk_checkin .check_inout p:first-child{color:#1f4181;font-size:0.875em;}
.selct_dv.sort_dv.sight_lang{margin:0;width:60%;}
.result-page-section .border-btm{padding-top:20px;}
.hotel-room-price p{float:left;font-size:15px;font-weight:500;padding-right:5px;padding-top:5px;}
.hotel-room-price h1{float:left;font-size:20px;}
.hotel-room-price{float:right;}
.result-page-section .transfrtopDV > p{float:left;font-size:0.85em;margin-top:5px;width:100%;}
.border-btm.sight_supp{float:left;padding-bottom:20px;width:100%;}
.Hoteldet_Slide{margin-bottom:20px;float: left;width: 100%;}
.sightseen_text li{font-size:0.875em;line-height:20px;}
.bokng_notes.mrt.mid{float:left;}
.transfr_prc.sight .priceDV h1{display:inline-block;}
.sightseing .resultPage{margin-top:0;padding-top:0;}
#pickup_time.custom_input input{border:none;padding-bottom:6px;padding-right:15px;padding-top:28px;text-align:center;}
#pickup_time .input-group-addon{padding:6px;background: #fff;
border: 1px solid #e1e1e1;}
#pickup_time.custom_input label{left:0;padding:9px 5px 0 0px;z-index:3;}
.displayvoucher_sight{margin-top:20px;}
.bkpriceDV.sightsng > label{display:block;margin-bottom:4px;}
.bkpriceDV.sightsng > h1{display:inline-block;}
.bkpriceDV.sightsng p{display:inline-block;}
.bkpriceDV.sightsng .showpopup_dv{margin-top: 0;top: 60px;right: -12px;}
.bkpriceDV.sightsng .showpopup_dv::before{right:13px;}
.bkpriceDV.sightsng .showpopup_dv::after{right:14px;}
.other_sight_txt > input{margin-right:5px;}
.not-active{cursor:default;pointer-events:none;}
.pmt_gatwayDV span:last-child{margin-right:0;}
.topheader .navRight{float:right;}
.flg_inp .btn.dropdown-toggle.btn-default{border:1px solid #e1e1e1;box-shadow:inset 0px 0px 4px 0px rgba(0, 0, 0, 0.10);padding:0 18px 0 4px;}
.flg_inp .dropdown-menu.open .dropdown-menu.inner li a{padding:7px 20px;}
.flg_inp .bootstrap-select.btn-group .dropdown-menu li{padding-left:8px;width:95%;margin-right: 5px;
margin-bottom: 5px;}
.reportlist_menu .right-add.print{float:right;}
.bokng_box .BkHotel_img{width:100%;}
.bx_sight{float:left;margin-right:10px;}
.bk_checkin.bk_sight .sm_borderR{margin-top: 2px;}
.bx_review{float:left;}
.tran_vhstatus{float:right;margin-top:10px;}
.tran_vhstatus .selectrequest span::before{left:auto;right:91px;width: 9px;height: 9px;margin-top: 4px;}
.tran_vhstatus .selectStatus span::before{left: auto;right: 79px;width: 9px;height: 9px;margin-top: 3px;}
.dd_price > h1{display: inline-block;margin-right:5px;}
.dd_price{float:right;width: 100%;}
.btn_booking #Btnsubmit{display:inline;}
.selectrequest{padding-top:10px;}

#pcontent .pagingbtn{ position:absolute; right:200px; top:2px;}
#map_list_swap{ position:relative;}
.padgingDV.md_marT0{ margin-top:0;}
.disabled:hover, .disabled:focus{ background:#ffffff; color:rgb(204,204,204); cursor:not-allowed;}
.pagingbtn.page_top .pagination .prev{ border-right:1px solid #bdbcc2;}
/*.pagingbtn.page_top{width: 260px;
float: left;
border: 1px solid #e1e1e1;
border-radius: 6px;
height: 40px;
background: #ffffff;}*/
.tranfr_info label{ margin-right:9px;}
.error_msg p{ margin-top:20px;}
.transf_price_con .showpopup_dv{ margin-top:0; right:-21px; top:73px;}
.transfr_pickup.txt_hrmin #txt_hour{ margin-right:16px;}
.transfr_pickup.txt_hrmin .seldroparrow{ background-position:90% 50% !important;}
.transfr_pickup.txt_hrmin #txt_drop_hour{ float:left; margin-right:16px;}
.inn_trtime{ padding-left:10px;}
.inn_trdate{ padding-right:10px;}
.inn_trdate .custom_input input{ padding-right:15px;}
.custom_input #arrival_date{ background:#fff;}
.room_box .booknowcenter{ font-size:1.12em; padding-top:15px;}
.bokng_notes .vehcl_content{ margin-left:6px; margin-top:7px;color: #1f4181;}
.bokng_notes .vehcl_txt{ margin-top:7px;}
.vehcl_content.slot_input{ margin-top:0; width:65%;}
.traveler_form .common_input #leader_email, .traveler_form .common_input #leader_phone_no{ font-size:14px;}
.btn_booking span#Btnemail{ float:left; padding:11px 3px; text-align:center; width:100%;}
.send_bkngbtn{ float:left;}
.send_bkngbtn .btn-booking{ float:left;}
.send_bkngbtn #email_span{ float:left; width:auto;}
.send_bkngbtn #email_span .email_in{ float:left; width:auto;}
.Traveler_reqst .btn_booking a{ margin-bottom:10px;     padding: 10px;    margin-right: 10px; line-height:  normal}
.error_txt_btns{ float:left; margin-top:5px; text-align:center; width:100%;}
.btn_booking span#Btnemail .e_btn{ float:none;}
@media screen and (-webkit-min-device-pixel-ratio:0) {
    .flg_inp img.flag {vertical-align: -4px;}
}
.result_drivn{float:left;margin-top:15px;width:100%;}
.owl-nav .owl-prev{background-image:url("../images/left-arrow.png") !important; background-repeat:no-repeat !important; font-size:0;height:58px;left:0px;position:absolute;top:40%;width:58px;}
.owl-nav .owl-next{background-image:url("../images/right-arrow.png") !important; background-repeat:no-repeat !important; font-size:0;height:58px;position:absolute;right:0px;top:40%;width:58px;}
.tour_viewdtlsmodal .owl-nav .owl-prev{left: -10px;}
.tour_viewdtlsmodal .owl-nav .owl-next{right: -10px;}
.tour_viewdtlsmodal .owl-nav button span{display: none}

.tour_viewdtlsmodal .nav-tabs>li>a {
    
    border: 1px solid transparent;
    border-radius: 0px;
    background: #d63e28;
    color: #fff;
}


.travellers-details.brdtopnone .bk_lbl{float:left;width:100%;}
.travellers-details.brdtopnone .bk_now{color:#263040;font-size:0.750em;}
.brdtopnone .bk_lbl > label{color:#333333;font-size:16px;}
.travellers-details.brdtopnone .bk_lbl:first-child{margin-bottom:20px;}
.tr_custform .custom_input {height: auto;background: none;}
.cust_box {height: 56px;margin-bottom: 20px;position: relative;}
.cust_box1 {height: 56px;position: relative;margin-bottom: 20px;}
.picup_locatn{color: #4c4c4c; font-size: 14px; margin-top:10px;}
.cust_box1 > select {padding-top: 0;}
#one_dropoff_location {position: absolute;z-index: 2; font-family: "GoogleSans-Regular";color: #333333;
    font-size: 0.75em; padding: 9px 16px;pointer-events: none; margin-top: 0;}

/*****Car Rental css ****/
.cr_search .filterSort{width:23%;}
.cr_search .filterCurency{width:100%;}
.cr_search .common_select{float: right; margin-left: 10px}
.listtopDV .cr_category > span{border-right:1px solid #ccc;float:left;font-size:0.728em;padding:0 10px;}
.listtopDV .cr_category > span:last-child{border-right:none;padding-left:0;}
.priceDV.car_pbox{padding-right:5px;}
.listingVW1.listg_img .list_img{background-position:center center;background-repeat:no-repeat;margin:0 auto;text-align:center;}
.SelectBooknow.carnet_text span{color:#fff;}
.carnet_dv .selectRoom label{color:#333333;font-size:14px;text-transform: capitalize;}
.carnet_dv .selectRoom span{font-size:13px;padding-top:5px;}
.carnet_text > .select_option > .md_btnM{float:right;margin-top:11px;text-align:right;}
.carnet_text .Hoteldet_top a{line-height:normal;margin:0;}
.input-group.date.custom_input label{left:0;z-index:9;}
.input-group.date.custom_input .form-control{padding-bottom:6px;padding-top:28px;}
.xs_detlsvw .misc::before{color:#333333;content:"\f0f2";font-family:"fontawesome";font-size:21px;left:0;position:absolute;right:0;}

.transfr_right span .tr_mxpass{font-size:1em;} 
.transfr_right.tr_mxlug img{padding-top:3px;}
.listtopDV .cr_category > span:first-child{padding-left: 0;}
/*****Car Rental css end ****/

.compct_view .preloader-book-07 {width: 100%;height: 100%;}
.transferl_image {float: left;width: 75px;padding-right: 10px; height: 67px;}

/***Home page changes **/

.ind_mapbrd{border:1px solid #b7b7b7;float:left;width:100%;}
.ind_mapbrd .dropdown{border-bottom:1px solid #b7b7b7;border-right:1px solid #b7b7b7;clear:none;float:left;padding:18px 12px;width:20%;}
.flag_contnt img{display:block;height:32px;margin:0 auto;text-align:center;width:32px;}
.fl_name{color:#333333;display:block;font-size:14px;padding-top:7px;width:100%;}
.ind_mapbrd .dropdown:nth-child(5n){border-right:none;}
.ind_mapbrd .dropdown:nth-child(16), .ind_mapbrd .dropdown:nth-child(17), .ind_mapbrd .dropdown:nth-child(18), .ind_mapbrd .dropdown:nth-child(19), .ind_mapbrd .dropdown:nth-child(20){border-bottom:none;}
.add_dv .ind2_add{border-bottom:1px solid #c7c7c7;border-top:1px solid #c7c7c7;margin-top:5px;padding:7px;}
.ph_dv + .fax_dv a{color:#333333;}
.flag_rel .dropdown-menu{left:-100%;top:113%;width: 245px;min-width: auto;}
.flag_rel .dropdown-menu::before{border-bottom:8px solid rgba(0,0,0,0.15);border-left:7px solid transparent;border-right:8px solid transparent;content:"";left:58%;position:absolute;top:-8px;}
.flag_rel .dropdown-menu::after{border-bottom:7px solid #fff;border-left:7px solid transparent;border-right:7px solid transparent;content:"";left:58%;position:absolute;top:-6px;}
.flag1.dropdown .dropdown-menu, .flag6.dropdown .dropdown-menu, .flag11.dropdown .dropdown-menu{left:-50%;}
.flag1.dropdown .dropdown-menu::before, .flag1.dropdown .dropdown-menu::after, .flag6.dropdown .dropdown-menu::before, .flag6.dropdown .dropdown-menu::after, .flag11.dropdown .dropdown-menu::before, .flag11.dropdown .dropdown-menu::after{left:37%;}
.flag2.dropdown .dropdown-menu::before, .flag2.dropdown .dropdown-menu::after{left:35%;}
.flag2.dropdown .left_add {width: 50%;}
.flag2.dropdown .dropdown-menu {width: 400px;}
.flag2.dropdown .left_add.ind_add {border-right: 1px solid #e1e1e1;width: 46%;margin-right: 15px;}
.last_ptab .add_dv { min-height: 270px;}
.bkhotellist.carnet_dv .selectRoom{text-align:center;}
.carnet_dv.bkhotellist h1{font-size:1em;}
.bkhotellist.carnet_dv .selectRoom:last-child{text-align:right;}
.bkhotellist.carnet_dv .selectRoom:first-child{text-align:left;}
.carnet_bookng > .row .BkHotelDV{margin-bottom:0;}
.carnet_bookng .bkSteps{height:auto;margin-bottom:15px;}
.carnet_bookng .traveler_contct .common_input label{color:#023a2e;font-family:"GoogleSans-Regular";font-size:12px;margin-bottom:10px;text-transform:uppercase;}
.btn_booking.carnt_btn{margin:30px 0 50px 0;}
.agent_box1 img{float:left;margin-bottom:15px;margin-right:15px;width:25%;}
.agent_box1 .cnslt_mob{color:#333;font-size:0.813em;}
.cnst_labl{color:#333;font-size:0.813em;}
.room_box .booknowcenter p font{color:#fff;padding-left:3px;}
.collapse_top .roomtype font{color:#263040;}
.addtnl_service > table {width: 100%;}
.addtnl_service {float: left;width: 100%;padding: 20px; font-size: 14px;}
.addserv_box h1 {color: #333333;}
.input-block.tt_price {padding-left: 20px;font-size: 14px;}
.addtnl_service table th {padding: 6px;color: #333333;border-bottom: 1px solid #e7e7e7;}
.addservic_contnt:nth-child(2) > td {padding-top: 15px;}

.travellers-details.room-details { width: 100%; float: left;}
.member-info {width: 60%; float: left; padding: 10px; border: 1px solid #ccc;background: #eee;}
.addservtd { width: 50%; float: left;}
.member-info2 {float: left; width: 60%; clear: both; border-bottom: 1px solid #ccc; padding: 10px;border-left: 1px solid #ccc;border-right: 1px solid #ccc;}
.member-info2 .addservtd { width: 50%;float: left;font-size: 15px;color: #666666;}
.addserv_note{font-size:13px;color:red;width:100%;float:left;margin: 15px 0;}
.travellers-details.room-details .BkHotelDV{float:left;}
.travellers-details.brdtopnone.r_pickdrop .bk_lbl {width: 25%; margin-bottom: 10px; padding-left: 0;}
.member-info1 { width: 60%; float: left; clear: both;padding: 10px;border-bottom: 1px solid #ccc;border-left: 1px solid #ccc;border-right: 1px solid #ccc;}
.report_font{text-align:right; font-size:13px;}

/****new css for payment gateway ***/
.bkhotellist.paymnt_gt .selectRoom:last-child {
    text-align: left;
}
.bkhotellist.paymnt_gt span {
    margin-bottom: 15px;
}
.tt_nght .custom_input {
    height: 62px;
}
.compact_dv .selectStatus span::before{left: 15px;}
.common_input.radio_gn label {
    float: left;
    width: 100%;
}
.radio_gn .rad_btn {
    float: left;
    width: 25%;
    margin-right: 15px;
    font-size: 0.85em;
}
.radio_gn .rad_btn input {
    float: left;
    width: auto;
    margin-right: 9px;
    height: auto;
    margin-top: 2px;
}
.traveler_contct.payfort {
    padding-top: 0;
}
#Btnsubmit .md_btn {
    color: #000000;
    border-radius: 4px;
    border: 1px solid #e1e1e1;
    font-size: 15px;
}
.payfort_txt {
    padding-top: 10px;
    font-size: 0.85em;
    margin-bottom: 10px;
}
.inputClass1.spel_check label {
    margin-left: 15px;
    font-size: 0.85em;
}
.inputClass1.spel_check #check1 {
    margin: 0;
    margin-top: 4px;
}
#Btnsubmit .md_btn:hover {
    color: #fff;
}
.common_input #sel_city, .common_input #sel_country {
    height: 30px;
}
.radio_gn + #partial_div {
    width: 100%;
    float: left;
    margin-top: 9px;
    padding-left: 0;
}
.btn_booking.pay_btn a {
    float: none;
    display: inline-block;
}
.btn_booking.pay_btn {
    margin: 10px 0;
    text-align: center;
}
.btn_booking.pay_btn #Btnsubmit {
    display: inline-block;
}

.transferl_image > img {
    width: 100%;
    height: 100%;
}
#compare_cont .ht_img_dv img {
    height: 100%;
}
#compare_cont .ht_img_dv {
    height: 240px;
}
.mob_checking.sght {
    width: 100%;
    float: left;
}
.sight_language {
    float: left;
    width: 75%;
    margin-top: 10px;
}
.sight_llabl {
    margin-top: 4px;
    float: left;
}
.sight_tlang {
    width: 130px;
    float: left;
}
.sight_tlang .selct_dv.sort_dv.sight_lang {
    width: 90%;
}
.sight_tlang > h4 {
    margin-top: 5px;
    margin-left: 5px;
}
.inn_trsr{
  margin-top:10px;
}
.modify_bottom #one_dropoff_location {
    margin-top: 9px;
}
.Rsearch_DvBox #carousel_d .carousel-inner {
    overflow: hidden;
}
.tr_lbl {
    font-size: 12px;
    color: #023a2e;
    font-family: "GoogleSans-Regular";
    text-transform: uppercase;
    margin-bottom: 11px;
}
/*.common_select .input_select {
    bottom: 10px; 
    top: auto;
}*/
.tr_chk_pickup {
    margin-left: 15px;
    font-size: 14px;
}
.sight_prc .selectStatus span, .sight_prc .selectrequest span {
    font-size: 0.950em;
}
.filterBoxT .fa-plus::before {
    content: "\f067";
    font-family: "fontawesome";
}
.filterBoxT .fa-minus::before {
    content: "\f068";
    font-family: "fontawesome";
}
.flt_icn {
    float: right;
    color: #ccc;
    cursor: pointer;
}
.paginate_hotel_box {
    width: 100%;
    float: right;
    padding-right: 15px;
}

/*****/
.SelectBooknow .add_to_quote, .SelectBooknow .cancel {
    height: auto;
    line-height: initial;
    padding: 2px 12px 2px;
}
.SelectBooknow .morebtn .more_text {
    margin-left: 6px;
}

.SelectBooknow .imp_btn {
    height: auto;
    line-height: initial;
    padding: 2px 9px 2px;
}
.list_QuickVW.ssight a {
    display: block;
    margin-top: 7px;
}
.ss_desc_dt {
    font-size: 13px;
}
.vehcl_content.slot_inpu.common_select {
    width: 55%;
    margin-top: 1px;
}
.sight_duratn {
    float: left;
    margin-right: 15px;
}
.sight_duratn .vehcl_content {
    border-right: 1px solid #a3a4b8;
    margin-top: 5px;
float: left;
}
.ss_lng {
    float: left;
}
.star_rateDV .starblue {
    padding-right: 2px;
    margin-left: -1px;
}
.hotel_tab .nav-tabs.hdtls_tab .active a {
background: #ef4023;
color: #fff;
height: auto;
padding: 10px;
border: none;
}
.sight_tourtop a#send_m {
    background-color: #333333;
    padding: 9px 19px;
}

.datepicker-days .table-condensed td {
    cursor: pointer;
}
.bk_sight .mob_checking.ss_detailbx {
    float: left;
    width: 100%;
}
.bk_sight.w_bordr .bx_sight {
    border-right: 1px solid #a3a4b8;
    float: left;
    padding-right: 8px;
    margin-bottom: 10px;
}
.bk_checkin.bk_sight.w_bordr {
    padding: 0;
}
.w_bordr .sight_language {
    margin-top: 0;
}
.bk_sight.w_bordr .bx_review:first-child {
    border-right: 1px solid #a3a4b8;
    padding-right: 8px;
    float: left;
    margin-right: 8px;
}
.bk_sight.w_bordr .bx_sight:last-child {
    border-right: none;
}
.read-more-show, .read-more-hide {
    color: #233E69;
    font-size: 14px;
    display: inline-block;
    text-decoration: underline;
    margin-top: 5px;
}
.ss_cont .hide {
  display: none;
}
.inside_add img {
    width: 100%;
    height: 100%;
}
#hotel_form .star_rateDV {
    width: 100%;
}
.inside_slideDV #carousel-b .carousel-inner .item {
    height: 100%;
}
.inside_slideDV #carousel-b .carousel-inner, .slider_Right.inside_slideDV #carousel-b {
    height: 100%;
}
.slider_Right.inside_slideDV {
    height: 323px;
}
.slider_Right.inside_slideDV.sld_img {
    margin-top: 15px;
}
.rplist_no {
    text-align: center;
    padding-left: 18px;
}
#reset-date, #reset-date1, #reset-date2, #reset-date3, #reset-date4{
    position: absolute;
    right: 22px;
    top: 30px;
    background: rgb(255,255,255,0) url(../images/close_s.png) no-repeat 99% center;
}
#reset-date .clearable {
    background-position: right;
}


.t_search_slide .slider_Right.inside_slideDV {
    height: 468px;
}
.trans-mdet > h4 {
    padding-bottom: 6px;
}
.trans-mdet > p {
    padding-bottom: 8px;
}
.trans-mdet {
    float: left;
    width: 100%;
    margin-top: 12px;
}

.Hdetails_content.trn_ct {
    margin-top: 12px;
    margin-bottom: 15px;
}
.booking_show {
    display: none;
}
.transfr_DetBotoom .selectrequest span::before {
    height: 8px;
    width: 8px;
    top: 9px;
    left: 8px;
}
.transfr_DetBotoom .selectStatus span::before{
    height: 8px;
    width: 8px;
    top: 1px;
    left: 18px !important;
}
.formContent.my_bkngform #sb1 {
    clear: both;
}
.filterCheck.mybkng_check {
    padding-left: 0px;
    padding-top: 0px;
}
.booking_input .user_staff {
    margin-top: 5px;
}
.pos_rel.file_upload.up_doc input {
    margin-top: 0;
} 

.lineheightnormal{line-height: normal;}

.tablecls{}
.tablecls thead{background-color: #333333;}
.tablecls thead th{
    font-size: 0.750em;
    color: #ffffff;
    margin-bottom: 5px;
    padding: 10px;
}
.tablecls tbody td{
    font-size: 0.750em;
    margin-bottom: 5px;
    padding: 5px 10px;
}
.totalval{font-size: 14px;}
.border_left_cls{border-left:1px solid #e3e3e3;}
.border_right_cls{border-right:1px solid #e3e3e3;}

.slider_Right .carousel-b .item{
    min-width:569px;
    max-width:569px;
    min-height:325px;
    max-height:325px;
}

.homelogosize{width:260px;}

.disp_cell{
    border-left: 1px solid #e4e4ee;
    padding-bottom: 12px;
}

.pricecarntal{float: right;}
.breaklinecls{border-bottom:1px dashed #ccc; clear:both; margin-bottom: 5px; margin-top: 5px;}

.Traveler_reqst .input_height25{height: 25px;font-size: 12px;}

.traveler_form_carnet .common_input select {
    font-size: 14px;
    height: 40px;
    border: 1px solid #e1e1e1;
    width: 100%;
    border-radius: 5px;
    color: #000000;
    box-shadow: none;
    padding: 0 26px 0 12px;
    font-family: "GoogleSans-Regular";
}



.bk_checkin .pipe{vertical-align: text-top;}
.pickup_div{float:left;}
.padL0{padding-left:0;}
.bk_checkin .fcblack{color:#000000; font-family: "GoogleSans-Regular";}
.padLR0{padding-left:0;padding-right:0;}
.tble_hdng_colr {background-color: #333;}
.tble_hdng th{font-size: 15px;color: #000000; margin-bottom: 5px; padding: 10px;}
.tble_hdng td{font-size: 15px;margin-bottom: 5px;padding: 5px 10px;}
.tble_hdng_row th{font-size: 15px;color: #ffffff; margin-bottom: 5px; padding: 10px 10px;}
.bkgimg{background-repeat:no-repeat;background-position:center center}
.bk_checkin.padnone{padding:0px}
.traveler_form.carnote div b{font-size:14px; font-weight:bold;}
.traveler_form.carnote div.bk_notes{font-size:14px;}
.traveler_form.carnote div.bk_notes p{font-size:14px;}
.traveler_form.carnote ul li{width:100%;}
.txtright{text-align:right;}


.btnleft1{float:left;margin-right:10px;border:1px solid #4d4d4d;color:#4d4d4d;border-radius:0px;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;transition:all 0.3s;}
.btnleft1:hover{border:1px solid #00a4e4;color:#ffffff;background:#00a4e4;border-radius:0px !important;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;transition:all 0.3s;}
.evencol{background:#ffffff; font-family: 'Lato', sans-serif; color: #545454;}
.modal-header{margin-top:2px;}
.modal-header{border-bottom:none;}
.width_margin {width: 125px; margin: 0 auto;}
.botm_mar p{margin-bottom: 5px !important;}
/*car rental product modal*/
.carrent_content {line-height:20px;}
.hotdetTab.carrenttab .nav > li{width:50%}
.carrenttab li a{font-size:17px;}
.pddet h1 {font-family: "GoogleSans-Regular";font-size: 1.125em;color: #263040;margin-bottom: 5px;}
.pddet p{font-size: 0.813em;}
.showpopup_dv.carpopup {right:-34px}
.carrent_location{background: url('../images/sprite.png') no-repeat -342px -78px; width: 14px; height: 11px; display: inline-block;}
.carrent_dollar{position:relative;top:-3px}

.price-change-box{background: #f5f5f5;border: #e5e5e5 solid 1px;padding: 14px;margin-top: 20px;width:100%; float:left;} 
.price-change-box  h1{ color: #333333; padding-bottom:10px;}
.price-change-box .agree-txt span{font-size:12px;}
.btn-price-change{margin-top:10px;width:100%; float:left;}
.price-change-box .r_policy{width:100%; float:left;}
.price-change-box .agree-txt{width:100%; float:left;text-align:left;}
.price-change-box .btn-price-change .btn_booking{display:inline-block;}
.promotion-modal-heading{color:#000000; margin:0px; padding:17px 0 5px 20px; font-size:20px;}
.para01{font-size:15px; color:#000000; margin:0px; padding:10px 0 20px 20px;}
.promo-checkbox{font-size:14px;}
.promo-checkbox .chck{margin:-1px 0 0; vertical-align:middle;}
.promo-checkbox .md_btn{margin-left:5px;}

.fliters-btn{display: none;}

.car-carousel-box{margin-top: 20px;}
.container-main-box{min-height: 565px;}
.document-plus-icon{margin-top: 29px;}
.red-text{font-size: 10px; color:#ff0000; padding-top: 5px;}
.gst-text{font-size: 12px; color:#313131; padding-top: 15px;}
#quott .fa_col{left:40px;}


/* transfer page */
.transfer-search-btn{margin-top: -67px;}
.copyinfo{margin:4px 0px 0px 0px;}
.red-text{color:#da6423;}
.filterPad input::placeholder { color: #999999; opacity: 0.9;}
/* language css */
.langbox {border-radius: 0;color: #ffffff;display: inline-block;font-size: 11px;font-style: italic;height: 22px;line-height: 19px;margin-bottom: 2px; margin-right: 1px;  min-width: 24px;  padding: 2px;  text-align: center;}
.langbox_English{background:#4dd185 none repeat scroll 0 0;}
.langbox_English:before{content: "EN";}

.langbox_Arabic{background:#FFC000 none repeat scroll 0 0;}
.langbox_Arabic:before{content: "AR";}

.langbox_Czech{background:#83488a none repeat scroll 0 0;}
.langbox_Czech:before{content: "CZ";}

.langbox_Dutch{background:#484979 none repeat scroll 0 0;}
.langbox_Dutch:before{content: "DU";}

.langbox_Farsi{background:#db0af9 none repeat scroll 0 0;}
.langbox_Farsi:before{content: "FA";}

.langbox_French{background:#63829e none repeat scroll 0 0;}
.langbox_French:before{content: "FR";}

.langbox_German{background:#009CDB none repeat scroll 0 0;}
.langbox_German:before{content: "GE";}

.langbox_Greek{background:#745a7d none repeat scroll 0 0;}
.langbox_Greek:before{content: "GR";}

.langbox_Hebrew{background:#9866ab none repeat scroll 0 0;}
.langbox_Hebrew:before{content: "HE";}

.langbox_Hindi{background:#1a507e none repeat scroll 0 0;}
.langbox_Hindi:before{content: "HI";}

.langbox_Hungarian{background:#7d779b none repeat scroll 0 0;}
.langbox_Hungarian:before{content: "HU";}

.langbox_Italian{background:#FF8965 none repeat scroll 0 0;}
.langbox_Italian:before{content: "IT";}

.langbox_Japanese{background:#345161 none repeat scroll 0 0;}
.langbox_Japanese:before{content: "JA";}

.langbox_Korean{background:#334881 none repeat scroll 0 0;}
.langbox_Korean:before{content: "KO";}

.langbox_Mandarin{background:#F89216 none repeat scroll 0 0;}
.langbox_Mandarin:before{content: "MA";}

.langbox_Polish{background:#704270 none repeat scroll 0 0;}
.langbox_Polish:before{content: "PL";}

.langbox_Portuguese{background:#494e48 none repeat scroll 0 0;}
.langbox_Portuguese:before{content: "PO";}

.langbox_Russian{background:#B993E8 none repeat scroll 0 0;}
.langbox_Russian:before{content: "RU";}

.langbox_Spanish{background:#365e5e none repeat scroll 0 0;}
.langbox_Spanish:before{content: "SP";}

.langbox_Swedish{background:#5f284f none repeat scroll 0 0;}
.langbox_Swedish:before{content: "SW";}

.langbox_Unescorted{background:#FE724E none repeat scroll 0 0;padding: 1px 9px;}
.langbox_Unescorted:before{content: "UNESCORTED";}


.langbox_Daily{background:#55588b none repeat scroll 0 0;}
.langbox_Daily:before{content: "DAILY";}

.langbox_Sunday{background:#6d547e none repeat scroll 0 0;}
.langbox_Sunday:before{content: "SU";}

.langbox_Monday{background:#2a5a80 none repeat scroll 0 0;}
.langbox_Monday:before{content: "MO";}

.langbox_Tuesday{background:#503b86 none repeat scroll 0 0;}
.langbox_Tuesday:before{content: "TU";}

.langbox_Wednesday{background:#7d447b none repeat scroll 0 0;}
.langbox_Wednesday:before{content: "WE";}

.langbox_Thursday{background:#805046 none repeat scroll 0 0;}
.langbox_Thursday:before{content: "TH";}

.langbox_Friday{background:#76773e none repeat scroll 0 0;}
.langbox_Friday:before{content: "FR";}

.langbox_Saturday{background:#38757a none repeat scroll 0 0;}
.langbox_Saturday:before{content: "SA";}
 
  /* language css */
  
span.booking-date-box{float:left;font-size: 12px;color: #757575;font-family: "GoogleSans-Regular";text-transform: capitalize; margin-right:4px;}
span.deadline-date-box{float:left;font-size: 12px;color: #333333;font-family: "GoogleSans-Regular";text-transform: capitalize;}
p.book-date-box{margin-bottom:0px !important;} 
.login_remember_me label{font-size:14px; vertical-align:text-top;}

.doler_dv{position: relative;display: inline-block;}


.nw_nodesk{display: none;}
.pwsmsg{font-size:12px;padding-right:0px;}
.padgingDV .pagination > li > a{cursor: pointer;}
.padgingDV .pagination > li > a.active{background:#ef4023;color: #fff;}
.left_range{width:100%;float:left;margin-top:15px;}
.range_l{float:left;
font-size: 14px;
color: #666666;
text-align: right;
font-family: 'GoogleSans-Medium';}
.range_r{
    float: right;
font-size: 14px;
color: #666666;
text-align: right;
font-family: 'GoogleSans-Medium';
}
.price_ftl{width:100%; height: 120px;}
.price_ftl h1{margin-bottom:15px;}
.btn_red{background: #ef4023}
.btn_red:hover{box-shadow: inset 0 0 0 25px #333333;color: #fff;}
.cmnheadingTop h2 {
    color: #fff;
}
 
.upload_dovdv{ padding: 20px 0;}   
.traveller_left li{
    color: #ef4023;
    font-size: 14px;
    font-family: "GoogleSans-Bold";
    padding-bottom: 15px;
}
.cal_policy_edit{
    color: #ef4023;
    font-family: 'GoogleSans-Regular';
    padding-top: 10px;
    width: 100%;
    float: left;
    text-transform: initial;
    font-size: 12px;
}
.customer_reportdv{
    position: relative;
}
.customer_reportdv .agent_input > label{
    color: #ffffff;
}
.customer_reportdv .agent_input select{
    border-radius: 4px;
}
.customer_reportdv .input_select {
    position: absolute;
    right: 30px;
    top: 35px;
}   
   


/*Footer css for  innner page */

.footer_dv{
    width: 100%;
    float: left;
    height: 415px;

}
.footer_top{
    width: 100%; 
    height: 353px;
    float: left;
    background: #141820;
    padding-top: 82px;
    margin-top: 0px;
}
.footer_btm{
    width: 100%; 
    height: 62px;
    float: left;
    background: #000000;
}

.foterdng h1{
    font-size: 18px;
    color: #fff;
    font-family: 'GoogleSans-Regular';
    margin-bottom: 38px;

}

.disvrmenu_dv .left_menu{
    width: 50%;
    float: left;
}
.disvrmenu_dv .left_menu ul{
    margin:0px;
    padding: 0px;
    list-style: none;
}
.disvrmenu_dv .left_menu ul li{
    width: 100%; float: left; margin-bottom: 20px; font-size: 13px; color: #989898;
    
}
.disvrmenu_dv .left_menu ul li a{
    color: #989898;
    position: relative;
}
.disvrmenu_dv .left_menu ul li a:after{
content: "\f0da";
    width: 7px;
    height: 8px;
    left: -10px;
    position: absolute;
    margin-top: 3px;
    font-family: "FontAwesome";
    color: #fff;

}
.disvrmenu_dv .left_menu ul li a:hover{
    color: #e84226
}
.newsltertxt_dv{
    font-size: 13px;
    color: #989898;
    font-family: 'GoogleSans-Regular';
    padding-bottom: 10px;
}
.news_inputdv{position: relative;}
.news_inputdv input{
    background: none;
    border: 1px solid #454546;
    width: 100%; float: left;
    height: 35px;
    margin-top: 15px;
    color: #989898;
    padding: 10px;
}
.news_inputdv button{
    width: 35px;
    height: 35px;
    float: right;
    border: none;
    position: absolute;
    right: 0px;
    top: 15px;
    background: #ef4023;
    color: #141820;
}
.social_icon a{
    width: 35px;
    height: 35px;
    float: left;
    margin-right: 10px;
    margin-top: 15px;
    background: #ffffff;
    font-size: 18px;
    text-align: center;
    line-height: 36px;
    color: #141820;
}
.social_icon a:hover{
    background: #ef4023;

}

.social_icon a.active{
    background: #ef4023;

}
.abtplazadmc_dv p{
    font-size:  13px;
    color:  #989898;
    font-family: 'GoogleSans-Regular';

}

.abtplazadmc_dv a{
    font-size:  13px;
    color:  #ef4023;
    margin-top:10px;
    font-family: 'GoogleSans-Regular';
    float:  left;
}
.contct_dv p{
    font-size:  13px;
    color:  #989898;
    font-family: 'GoogleSans-Regular';
}

.contct_dv span{
    width:  100%;
    float:  left;
    font-size:  13px;
    color:  #ffffff;
    padding-top: 10px;
}
.contct_dv span a{
    color:  #ffffff;
    font-family: 'GoogleSans-Regular';
    margin-bottom:  5px;
    float:  left;
    width:  100%;

}
.copyrght_text{
    color:  #cccccc;
    font-size:  12px;
    font-family: 'GoogleSans-Regular';
    padding-top: 20px;
    padding-left:   0px;
}

 .topscroll{
    width:  30px;
    height: 30px;
    
    border-radius: 50%;
    background:#ef4023;
    color: #000000;
    float:  none;   
    margin-top: 20px;
    text-align: center;
    float:  right;  
        display:    inline-block;
        padding: 5px;
 }
 .topscroll a{
    color:  #000;
}
.ad_agnt_btn{    background: #f5f5f5;
    border-radius: 4px;
    padding: 10px 20px;
    text-align: center;
    color: #333333;}
    .ad_agnt_btn:hover{    background: #333333;
    border-radius: 4px;
    padding: 10px 20px;
    text-align: center;
    color: #ffffff;}
.bg_black{background: #333;}
.bg_red{background: #ef4023;}
.redbgpophead{background: #ef4023;}
.customer_repotagnt{position: relative;}
.customer_repotagnt .input_select{top: 12px; right: 20px}

.agent_loder{position: absolute; right: 45px; top: 156px;}

.user_icon {
    width: 30px;
    height: 100%;
    float: left;
}

.user_accnttxt {
    width: 76%;
    float: left;
    height: 100%;
    padding-left: 11px;
}
.ag_login{padding-left: 0px; padding-right: 0px}
.user_caret_icon .fa{font-size: 12px}
.agent_profileDV .user_icon span{
width: 30px;
height: 30px;
float: left;
background: #333333;
margin: 0
}
.agent_loder{position: absolute; right: 45px; top: 156px;}
.agent_loder{position: absolute; right: 45px; top: 156px;}


/*Listing class new*/
.car_listcountdv .result_text h1{
    padding-bottom: 0px;
    display: inline-block;
}
.car_listcountdv .result_text p{
    display: inline-block;
    font-size: 16px;
    color: #12171b;
    text-transform: uppercase;
    font-family: 'GoogleSans-Bold';
}
.result_text h1 {
    font-size: 16px;
    color: #12171b;
    text-transform: uppercase;
    font-family: 'GoogleSans-Bold';
    padding-top: 27px;
    
}
.hotl_modifysrchdv{
    background: #F05541;
    height: 100px;
    margin-bottom: 10px;
    padding: 25px 35px 0px;
    text-align: center;
}
.cmn_input_fld{position: relative;}
.cmn_input_fld label{
    font-size: 12px;
    color: #ffcbc8;
    font-family: 'GoogleSans-Regular';
    text-align: left;
    width: 100%;
}
.cmn_input_fld input{
    width: 100%;
    background: none;
    border-bottom: 1px solid #ffffff;
    height: 25px;
    padding: 5px 0 5px;
    border-top: none;
    border-left: none;
    border-right: none;
    color: #fff;
    outline: none;
}

.hotl_modifysrchdv .login_btn{
    margin-top: 5px;height: 40px
}
button.btn.login_btn:hover {
    background: #f3f3f3;
}

.cal_icon{
    background: url(../images/sprite.png) no-repeat -18px -5px;
    width: 13px;
    height: 13px;
    display: inline-block;
    position: absolute;
    right: 5px;
    top: 26px;
}
.caret_down_icon{
    background: url(../images/sprite.png) no-repeat -5px -5px;
    width: 7px;
    height: 5px;
    display: inline-block;
    position: absolute;
    right: 5px;
    top: 30px;
}
.modify_srch_btn {
    width: 170px;
    height: 30px;
    background: #12171b;
    font-size: 13px;
    color: #fff;
    text-align: center;
    display: inline-block;
    bottom: -30px;
    position: absolute;
    z-index: 122;
    cursor: pointer;
    line-height: 29px;
    left: 44%;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.modify_srch_btn:hover{color: #fff}

.cmn_input_fld span.modifY_flddv {
    width: 100%;
    background: none;
    border-bottom: 1px solid #ffffff;
    height: 25px;
    padding: 5px 0 5px;
    border-top: none;
    border-left: none;
    border-right: none;
    color: #fff;
    outline: none;
    float: left;
    text-align: left;
    font-size: 15px;
}
.listStarDV{
    width: 100%;
float: left;
padding-top: 5px;
padding-bottom: 5px;
margin-right: 5px;
}

.debug_icon {
    width: 40%;
    float: left;
}
.right_dtlbtndv {
    width: 68%;
    float: right;
    text-align: right;
}
.listIcon_circle
{
width: 28px;
height: 28px;
float: left;
border-radius: 50%;
line-height: 28px;
border: 1px solid #7f7f7f;
color: #7f7f7f;
font-size: 14px;
text-align: center;
margin-right: 10px;
}


.select_PriceDv label {
    color: #333333;
    font-size: 18px;
    font-family: 'GoogleSans-Regular';
}
.select_PriceDv h1 {
    color: #ef4023;
    font-size: 26px;
    font-family: 'GoogleSans-Bold';
}
.more-room-box p {
    font-size: 14px;
    color: #ffffff;
    padding-top: 16px;
}
.final_bookNow a{
font-size: 14px;
height: auto;
padding: 0 25px;
text-transform: capitalize;
background: #ef4023;
border: none;
}
.final_bookNow a:hover{
    box-shadow: inset 0 0 0 25px #ffffff;
    color: #ef4023;
}
.SelectBooknow .final_bookNow a:hover{
    color: #000;
    box-shadow: inset 0 0 0 25px #ffffff;
}

.modify_srch_btn::before {
    content: '';
    background: url(../images/sprite.png) no-repeat -35px -5px;
    width: 9px;
    height: 5px;
    display: inline-block;
    position: absolute;
    left: 26px;
    top: 12px;
}
.modify_srch_btn::after {
    content: '';
    background: url(../images/sprite.png) no-repeat -35px -5px;
    width: 9px;
    height: 5px;
    display: inline-block;
    position: absolute;
    right: 26px;
    top: 12px;
}

.compare_icon{
    display: inline-block;
width: auto;
line-height: normal;
float: left;
}

.modify_srch_btn::before {
    content: '';
    background: url(../images/sprite1.png) no-repeat -35px -5px;
    width: 9px;
    height: 5px;
    display: inline-block;
    position: absolute;
    left: 26px;
    top: 12px;
}
.modify_srch_btn::after {
    content: '';
    background: url(../images/sprite1.png) no-repeat -35px -5px;
    width: 9px;
    height: 5px;
    display: inline-block;
    position: absolute;
    right: 26px;
    top: 12px;
}

.report_loader {
    position: absolute;
    top: 40px;
    left: 44%;
    color: #ffffff;
}


#hotel_form select option {
     padding-left: 15px;
     color: #000;
}
 #hotel_form .hotel_fromDV .star_rating{
     background: rgba(255, 255, 255, 0) none repeat scroll 0 0;
     border: none;
     border-radius: 3px;
     padding: 5px 13px 5px;
     border-bottom: 1px solid #f3a39a;
}
 #hotel_form .star_check .checkbox label{
     color: #fff;
}
 #hotel_form .hotel_fromDV .star_rating label{
     color: #fdccc7 
}
 #hotel_form .hotel_formDV .custom_input i.fa.fa-calendar-o {
     position: absolute;
     color: #fff;
     right: 5px;
     top: 33px;
     font-size: 13px;
     pointer-events: none;
}
 #hotel_form i.fa.fa-star-o.starblue{
     opacity: 0;
}
 #hotel_form .star_check1 input[type="checkbox"]:checked + label::before{
     left: 12px;
     background: none;
     content: '\f005';
     font-family: FontAwesome;
     top: 2px;
}
 #hotel_form .star_check1 .checkbox label::before{
     left: 12px;
     background: none;
     content: '\f006';
     font-family: FontAwesome;
     color: #fff;
     font-size: 15px;
     top: -1px;
}
 #hotel_form .star_check1{
     margin-right: 0.8px;
}
 .containerDV.top-shadow.xs_padB0.hotel_serch{
     background-color: #efefef;
     padding-bottom: 57px;
}
 .h_fluid{
     background-color: #f7f7f7;
     margin-bottom: -36px;
     padding-bottom: 40px;
}
 .h_fluid .bottom_DV {
     background-color: #fff;
     padding: 25px;
     min-height: 502px;
}
 .h_fluid .cmn_heading h1{
     font-family: 'GoogleSans-Medium';
}
 .h_fluid .quicklinks h1 {
     color: #000;
     font-family: 'GoogleSans-Regular';
}
 .h_fluid .quicklinks ul li a{
     color: #7f7f7f;
}
 .h_fluid .bottom_DV1{
    min-height: 214px;
    border: none;
}
 .section_img {
     height: 130px;
     background-size: cover;
     background-repeat: no-repeat;
     background: #ffffff;
}
 .section_description {
     background-color: #fff;
     padding: 15px;
     font-family: 'GoogleSans-Regular';
     font-size: 12px;
     float: left;
}
 .section_description h1 {
     text-transform: capitalize;
     font-family: 'GoogleSans-Medium';
     font-size: 15px;
}
 .section_description p.date {
     padding-bottom: 7px;
     color: #808080;
}
 .section_description p.name {
     text-transform: capitalize;
     color: #000;
     width: 70%;
     float: left;
}
 .section_description p.staus {
     width: 30%;
     float: right;
     text-transform: capitalize;
     text-align: right;
}
 span.fail{
     color: #ff0000;
}
 .section_description span.copon {
    background-color: #efefef;
    font-size: 12px;
    padding: 3px 7px;
    border-radius: 4px;
    float: left;
    color: #595959;
    margin-top: 5px;
    font-family: 'GoogleSans-Medium';
}
 .section_description span.price {
     font-size: 16px;
     font-family: 'GoogleSans-Medium';
     float: right;
     width: 58%;
     text-align: right;
     margin-top: 5px;
}
 .recentlycarousel .item {
    width: 278px;
    margin: 10px 0px;
    float: left;
     /*cursor: pointer;*/
     transition: box-shadow .3s;
}
 .recentlycarousel .item:hover{
     box-shadow: 4px 5px 11px rgba(33,33,33,.2)
}
 .recentlycarousel .owl-nav .owl-prev, .recentlycarousel .owl-nav .owl-next {
     background-image: none;
     width: 24px;
     height: 25px;
     background-color: #000;
     border: 1px solid #a6a7a9;
     outline: none;
}
 .recentlycarousel .owl-nav .owl-prev span, .recentlycarousel .owl-nav .owl-next span {
     color: #fff;
     font-size: 20px;
     font-family: 'GoogleSans-Medium';
     line-height: 22px;
}
 .recentlycarousel .owl-nav {
     position: absolute;
     top: -51px;
     right: 14px;
}
 .recentlycarousel .owl-nav .owl-prev {
     position: relative;
     left: 0px;
}
 .recentlycarousel .owl-nav .owl-next {
     position: relative;
     right: 0px;
}
 .recentlycarousel .owl-dots{
     display: none;
}
 #hotel_form .clearable.x{
     background-position-y: 28px;
}
 #hotel_form .dropdown-menu-custom label ,#hotel_form .dropdown-menu-custom select option,#hotel_form .dropdown-menu-custom select{
     color: #000;
}
 #hotel_form .dropdown-menu-custom .fa.room_arrow {
     margin-top: 6px;
}
 #hotel_form .dropdown-menu-custom select {
     padding-top: 20px;
}
 #hotel_form .dropdown-menu-custom label::after {
     content: ':';
     padding-left: 3px;
}
 #hotel_form .travelr-input.child_wdth select.form-control {
     border: none;
     border-bottom: 1px solid #f3a39a;
     padding-right: 0px;
}
 #hotel_form .travelr-input.child_wdth label {
     left: 0px;
}
 #hotel_form .travelr-input.child_wdth{
     width: 48px;
}
 #hotel_form .dropdown-menu-custom select::after {
     content: '\f0d7';
     font-size: 14px;
     font-family: 'FontAwesome';
     color: #000;
}
 .h_fluid .xs_mob_none .row {
     margin-left: 0px;
}
 .pr0{
     padding-right: 0px;
}
 #hotel_form .dropdown-menu-custom .input_select:before {
     color: #000;
}
 #hotel_form .common_select1 .int.input_select {
     right: 18px;
     top: 5px;
     margin-top: -8px;
}
 #hotel_form .common_select1 .input_select {
     right: 5px;
     top: 4px;
     margin-top: 0px;
}
 #hotel_form .common_select1.select-1 span.int.input_select {
     top: 26px;
}
 #hotel_form .travelr-input.child_wdth span.input_select {
     top: 23px;
     right: 3px;
}

.hotel_searchDV .search {
    font-size: 15px;
    background: #12171B;
    line-height: normal;
    text-transform: capitalize;
    width: 130px;
    height: auto;
    padding: 12px 10px;
    margin-top: 20px;
} 
button.md_btnB:hover {
box-shadow: inset 0 0 0 25px #FFF;
color:#000;
}

.md_btnB:hover {box-shadow: inset 0 0 0 25px #FFF; color:#000;} 
/*durgesh*/
.mybooking{ background: url('../images/sprite.png') no-repeat -312px -175px;  width: 20px;height: 20px; display: inline-block;    vertical-align: middle;}
.payment{   background: url('../images/sprite.png') no-repeat -337px -173px;;  width: 23px;    height: 28px; display: inline-block;    vertical-align: middle;}
.invoice{   background: url('../images/sprite.png') no-repeat -366px -174px;  width: 22px;    height: 21px;display: inline-block;vertical-align: middle;}
.voucher{background: url('../images/sprite.png')  -389px -176px;width: 29px; height: 19px; display: inline-block;vertical-align: middle;}
.report_download{background: url('../images/sprite.png') no-repeat -271px -54px; width: 11px; height: 13px; display: inline-block;}
.report_print{background: url('../images/sprite.png') no-repeat -287px -53px; width: 16px; height: 15px; display: inline-block;}
.listing_wrapper{width: 100%;float: left;background: #efefef;}

/*.container{width: 1170px;}
*/.resultPage .common_select select{padding: 0 14px 0 5px}
.addmappos{position: absolute;z-index: 99;right: 25px;top: 25px;}
.filterNav  .fa {
    line-height: 21px;
    font-size: 20px;
    color: #666666;
}
.formTab .nav-tabs > li > a:hover{background: #ef4023; color: #ffffff}
a:hover .mybooking{
    background: rgba(0, 0, 0, 0) url(../images/sprite.png) no-repeat scroll -312px -143px;
    transition: all ease 0.3s;
}
a:hover .payment{
    background: rgba(0, 0, 0, 0) url(../images/sprite.png) no-repeat scroll -337px -141px;
    transition: all ease 0.3s;
}
a:hover .invoice{
    background: rgba(0, 0, 0, 0) url(../images/sprite.png) no-repeat scroll -366px -142px;
    transition: all ease 0.3s;
}
a:hover .voucher{
    background: rgba(0, 0, 0, 0) url(../images/sprite.png) no-repeat scroll -389px -144px;
    transition: all ease 0.3s;
}
.active .mybooking{ background: rgba(0, 0, 0, 0) url(../images/sprite.png) no-repeat scroll -312px -143px;}
.active .payment{ background: rgba(0, 0, 0, 0) url(../images/sprite.png) no-repeat scroll -337px -141px;}
.active .invoice{ background: rgba(0, 0, 0, 0) url(../images/sprite.png) no-repeat scroll -366px -142px;}
.active .voucher{ background: rgba(0, 0, 0, 0) url(../images/sprite.png) no-repeat scroll -389px -144px;}



/*car rental*/
.car_checkdv{margin-top: 25px; display: inline-block;}
.car_checkdv1{margin-top: 40px; display: inline-block;}
.carrent_srch_form{width: 100%; float: left; padding-top: 10px}
.listing_wrapper {
    width: 100%;
    float: left;
    background: #efefef;
}
  
.filterCurency span.sort_lbl{
float: left;
    padding-top: 10px;
}
.carrent_topdv  .sort_inpt{
    float: left;
}
.headercar{
    margin-bottom: 10px;
    font-family: 'GoogleSans-Medium';
    font-size: 20px;
    color: #333333;
}
.vendor_logo{border:1px solid #efefef; background-size:contain; background-repeat: no-repeat; background-position: center; padding:15px;  width:100%; height:30px; margin:0 auto;}
.rcar_dv {float: left;padding-left: 0px; margin-top: 5px; width: 100%; margin-bottom: 10px;}
.car_rentprc{float: right;}
.car_rentprc .fa{padding-top: 10px;}
.car_rentprc a:hover{color: #ef4023}

.car_frmbtndv a{
    font-size: 15px;
    background: #12171B;
    line-height: normal;
    text-transform: capitalize;
    width: 130px;
    height: auto;
    padding: 12px 10px;
    margin-top: 20px;
}
.carRentdate{
    position: relative;
}
.carRentdate .fa{
    position: absolute;
    top: 20px;
    right: 20px;
    color: #fff;
}
.car_innerformdv .input_selectDV .input_select{
    margin-top: 25px;
    float: right;
}
#car_inner_form .modify_popup .modal-content {
    border: none;
    background: none;
    box-shadow: none;
    padding: 30px 30px 5px;
}
.car_innerformdv .custom_input select{
    outline: none
}
.car_innerformdv .custom_input select option{
    color: #000
}
.car_pbox .priceDV a{
    margin-top: 50px;
}
/*.SelectBooknow .select_option a:hover{color: #ef4023    }*/
.car_pbox a{
        margin-top: 50px;
}



.map_view .list_QuickVW1 a{
    padding: 5px 10px;
text-align: center;
line-height: normal;
margin-right: 5px;
font-size: 13px;
border: 1px solid #e5e6e6;
color: #666666;
border-radius: 4px;
float: left;
width: auto;
height: auto;
background: #fff;
cursor: pointer;
margin-top: 0px;
}
.map_view .list_QuickVW1 a:hover{
    box-shadow: inset 0 0 0 25px #ef4023;
color: #ffffff;
}
.priceDV1 #bookNow {
    padding: 2px 8px;
    height: 30px;
    line-height: 25px;
}
.padT0{padding-top: 0px;}
.xs_padLR0 {padding-left: 0px; padding-right: 0px;}
.marT29{margin-top: 23px;}
.marT67{margin-top: 67px;}



.compact_view .list_QuickVW a{float: right;}
.compact_view .compare_icon{float: right;top: -5px;}
.compact_view .more-room{margin-top: 15px;}
/*Priyanka*/
.hotel_searchDV{
    float: left;
}
 form[name="sight_form"] select option{
    padding-left: 15px;
    color: #000;
 }
.hotel_searchDV form[name="sight_form"] .custom_input .travel_box label,
.hotel_searchDV form[name="sight_form"] .custom_input .travel_box select {
    color: #000;
}
.hotel_searchDV form[name="sight_form"] .custom_input .travel_box select {
    line-height: 28px;
    border: none;
    border-bottom: 1px solid #f3a39a;
}
.hotel_searchDV form[name="sight_form"] .travelr-input.sort_dv.child_wdth label {
    left: 0px;
}
.hotel_searchDV form[name="sight_form"] .common_select1 .int.input_select {
    margin-top: 31px;
}
.hotel_searchDV form[name="sight_form"] .clearable.x {
    background-position-y: 33px;
}
.hotel_searchDV form[name="sight_form"] .btn_proces{
    left: 71px;
}
.sight-list .modifyTop {
    width: 100%;
    margin-top: 0px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
    background: linear-gradient(to right bottom, #e93833, #eb4337, #ee4c3b, #f0553f, #f25d44);
    float: left;
    height: 100px;
    border-radius: 0px;
}
.sight-list .modify_btn {
    background: #333333;
    color: #fff;
}
.sight-list .search_Details h2 {
    border-bottom: 1px solid #ffffff;
    min-height: 25px;
    color: #fff;
    line-height: 21px;
    padding-top: 0px;
}
.sight-list .search_Details span {
    color: #ffcbc8;
}
.sight-list .search_Details{
    border: none;
}
.sight-list .custom_input select, .custom_input input,
.sight-list .custom_input #arrival_date,
.sight-list .form-control.traveller_textbox.form-input {
    border: none;
    box-shadow: none;
    background-color: rgba(255, 0, 0, 0);
    padding-left: 0px ! important;
    outline: none;
    color: #fff;
    border-bottom: 1px solid #f3a39a;
}
.sight-list .input_selectDV {
    border: none;
    height: auto;
    top: 24px;
    color: #fff;
}
.sight-list .custom_input label {
    color: #ffcbc8;
    padding: 0px;
}
.form-control:focus{
    border: none;
}
.sight-list .search {
    font-size: 15px;
    background: #12171B;
    line-height: 47px;
    text-transform: capitalize;
    width: 149px;
}
.sight-list .modify_popup {
    min-height: auto;
}
.dropdown-menu-custom .fa.room_arrow{
    margin-top: 6px;
}
.sight-list .dropdown-menu-custom label, .sight-list .dropdown-menu-custom select {
    color: #000;
    left: 14px;
    width: 78%;
}
.custom_input i.fa.fa-calendar-o{
    position: absolute;
    color: #fff;
    right: 5px;
    top: 33px;
    font-size: 13px;
    pointer-events: none;
}
.relativediv {
    position: relative;
}
.relativediv i.fa.fa-calendar-o {
    position: absolute;
    right: 21px;
    top: 22px;
    color: #fff;
    font-size: 13px;
}
form[name="sight_form"] .searchMore:before {
    content: '';
}
.sight-list .resultDV{
    float: left;
}
.sight-list .resultDV .resultPage{
    width: 72px;
}
.containerDV.top-shadow.sight-list{
    background: #efefef;
}
.sight-list .rowdiv{  
    background: #fff;
    position: relative;
    left: 13px;
    min-height: 40px;
    padding: 13px 0px;
    margin-bottom: 15px;
    float: left;
    width: 100%;
}
.sight-list .filter_wrp {
    width: 33%;
}
.rowdiv01{
    position: relative;
    left: 13px;
    float: left;
    width: 100%;
}
.sight-list .list_QuickVW.ssight {
    margin-top: 0px;
}
.sight-list .priceDV a {
    margin-top: 54px;
}
.sight-list .list_QuickVW.ssight a {
    position: absolute;
    right: -63px;
    top: 74px;
    height: 40px;
    line-height: 22px;
    cursor: pointer;
    z-index: 1;
}
.sight-list .transfr_prc .priceDV label{
    font-size: 18px;
    display: inline-block;
    vertical-align: bottom;
    padding-bottom: 3px;
    margin-top: -11px;
}
.sight-list .common_select select ,.sight-list .filterSort .common_select select{
    background-color: #fff;
    color: #000000;
}
.sight-list .sightseing .filterCurency.widsight .search-tour-list-box .form-control {
    height: 39px;
}
.sight-list .sight_DetTop {
    font-size: 13px;
    font-family: 'GoogleSans-Medium';
    font-style: normal;
    color: #333333;
    padding: 10px 0px;
}
.sight-list .sight_DetTop {
    color: #333333;
    font-family: 'GoogleSans-Medium';
    padding: 10px 15px;
    margin-top: 10px;
}
.sight-list .sight_bknow a.md_btn.md_btnM {
    float: right;
    font-size: 14px;
    height: auto;
    padding: 8px 4px;
    text-transform: capitalize;
    background: #ef4023;
    width: 48%;
    margin-right: 1%;
}
.sight-list .sight_bknow .sight_addqut{
    padding-top: 0px;
}
.sight-list .sightseeing .transfr_DetBotoom{
    padding: 10px 15px;
    background-color: #333333;
    min-height: 55px;
}
.sight-list .transfr_dettxt1,
.sight-list .transfr_dettxt1 i,
.sight-list .transfr_dettxt,
.sight-list .currncy_code,
.sight-list .sight_price{
    color: #fff;
    padding-top: 8px;
    vertical-align: inherit;
    margin: 0px;
    display: initial;
}
.sight-list .sight_bknow .sight_addqut a.md_btn.md_btnM {
    background: none;
    color: #fff;
}
.cmprBtnDV{
    float: right;
}
.sight-list .resultDV{
    float: right;
    margin-right: 0px;
}
.sight-list  .padgingDV .pagination{
    margin: 0 auto;
    float: none;
}
.sight-list .result_text h1 {
    padding-bottom: 15px;
}
.sight-list .sight_price .info_icon {
    background: rgba(255, 255, 255, 0) none repeat scroll 0 0;
    color: #bfc0c2;
}
.sight-list .popover {
    color: #000;
}
.sight-list .travelr-input.sort_dv.child_wdth label {
    left: 0px;
}
.sight-list .travelr-input.child_wdth select.form-control,
.sight-list .dropdown-menu-custom select {
    border: none;
    border-bottom: 1PX solid #505050;
    position: relative;
    left: 0px;
}
.sight-list .common_select1 .input_select{
    right: 18px;
}
.sight-list .int.input_select{
    right: 45px;
}
.sight-list .searchMore:before,
.sight-list .searchMore:after{
    top: 17px;
}
/*.sight-list .md_btnM:hover{
    box-shadow: inset 0 0 0 25px #fff;
    color: #12171b;
}*/
.sightseing .filterCurency.widsight{
    width: 153px;
}
.sight-list .sight_bknow .sight_addqut a.md_btn.md_btnM:hover{
    box-shadow: inset 0 0 0 25px rgba(255, 255, 255, 0);
}
/*.sight_model .email.clk_email {
    float: left;
    left: 6px;
    margin-top: 10px;
}*/
/*.sight_model .Hoteldet_top a {
    top: 0px;
    position: relative;
    float: right;
    right: 0px;
    margin-top: 10px
}*/
.sight_model .open_email input{
    width: 69%;
}
.sight_model a#send_m {
    background-color: #333333;
}
.sight_model .open_email .fa {
    top: -13px;
    color: #fff;
}
.sight_model .main_content.sightseen_text * {
    color: #000;
}
.bx_sight,.sight_box_01 .bkhotellist h1{
    padding-left: 10px;
}
.sight_box_01 .transfr_maindv, .sight_box_01 .sight_passg {
    background-color: #000000;
}
.sight_box_01 .transfr_right span{
    vertical-align: bottom;
}
.sight_box_01 .traveler_contct h1 ,.sight_box_01 .review_traveller{
    padding-left: 15px;
}
.sight_box_01 .traveler_contct.contct_bx h1 {
    padding-left: 0px;
}
#Btnsubmit .md_btn{
    color: #ffffff;
}


.sight_box_01 .flg_inp .btn-group .btn{
    height: 40px;
}
.passenger_names ul li:hover{
    background-color: #000000;
}
.sight_box_01 .agency-lbl sup {
    float: left;
    color: #ff0000;
}
.sightprintbtn {
    margin-bottom: 20px;
}
.sight_box_01 .consight .review_traveller {
    padding-left: 0px;
}
.bookinglist_sight .travelerdv i {
    float: left;
}
.bookinglist_sight .travelerdv span {
    display: inline-block;
    float: left;
    line-height: 23px;
    padding-left: 10px;
}
.bookinglist_sight button.md_btn.md_btnM {
    color: #fff;
    margin-bottom: 15px;
}
.bookinglist_sight .common_btn button {
    line-height: 19px;
}
form[name="add_note_form"] .common_btn button {
    line-height: 19px;
}
form[name="add_note_form"] .relativediv i.fa.fa-calendar-o {
    color: #000;
    top: 12px;
    right: 29px;
}
form[name="add_message_form"] .common_btn button {
    line-height: 19px;
}
.mtop24{
    margin-top: 24px;
}
.error_msg {
    padding-bottom: 15px;
    text-align: center;
    color: #ff0000;
}
.backtoresult .ad_agnt_btn {
    color: #000;
}
/*End*/
.bknow_carrent .common_input{position: relative;}
.bknow_carrent .common_input .input_select{
    position: absolute;
    right: 20px;
    top: 10px
}

.carrent_bknow .list_img{
    width: 100%;
    height: 130px;
}
.carrent_bknow .bkhotellist h1{
    font-family: "GoogleSans-Bold";
    font-size: 20px;
    color: #333;
    margin-top: 10px;
}
.bknow_locdv{width: 100%; float: left; margin-bottom: 10px;font-size:0.875em;}
.bknow_locdv .car_bknow_pckloc{margin-bottom: 10px;}
.bknow_locdv .fcblack{font-family: "GoogleSans-Medium";}
.car_bknow_droff .fcblack{padding-left: 5px;}
.bknow_locdv span.pipe{margin-right: 5px; margin-left: 5px; display: inline-block; margin-top: 2px;}
.bk_price span{color: #333333; font-size: 16px; font-family: "GoogleSans-Regular";margin-top: 5px; margin-bottom: 5px; width: 100%; float: left;} 
.bk_price label{
    color: #333333;
    font-size: 18px;
    margin-bottom: 0;
    display: inline-block;
    vertical-align: bottom;
    padding-bottom: 3px;;
    padding-right: 5px;
    }
.bk_price h2{
    font-size: 1.50em;
    display: inline-block;
    vertical-align: top;
    color: #333333;
}
.car_bknowform h1{
    font-family: "GoogleSans-Medium";
    text-transform: capitalize;
    color: #ef4023;
    font-size: 15px;
    padding-bottom: 15px;
}

.car_bknowform .traveler_form{margin-top:0px;}


.add_servce_topbx {
    width: 100%;
    padding: 10px;
    background: #333;
    float: left;
    color: #fff;
}

.pax_infocardv {
    padding: 15px 0 5px 0;
    background: #333;
    width: 100%;
    float: left;
    color: #fff;
}
.addsrvc_labl {
    padding-bottom: 10px;
    padding-left: 23px;
}
.cost_hdng {
    text-align: right;
    padding-right: 15px;
}
.add_srvcinfodv {
    margin-top: 15px;
    width: 100%;
    float: left;
    padding: 0px 0px 5px;
    border-bottom: 1px solid #ccc;
}
.adntl_driver_info .input_height25{
    font-size: 14px;
    height: 40px;
    border: 1px solid #e1e1e1;
    width: 100%;
    border-radius: 5px;
    color: #000000;
    box-shadow: none;
    padding: 0 26px 0 12px;
    font-family: "GoogleSans-Regular";
}
.adntl_driver_info label{
    color: #333;
    font-weight: normal;
    font-size: 13px;
    padding-bottom: 5px;
}

.adntl_driver_info{width: 100%; float: left}
.carcost_dv{text-align: right;}
.carcost_dv label{font-size: 14px;}

/*checkbox*/
.ckeck_cate input[type="checkbox"] {display: none;}
.ckeck_cate input[type="checkbox"]:checked + label::before {background: #fff none repeat scroll 0 0;border-radius: 2px;color: #000 ;content: "\f00c";font-family: fontawesome;font-size: 10px;line-height: 13px;text-align: center;}
.ckeck_cate .checkbox label::before {border: 1px solid #cccccc;border-radius: 2px;bottom: 4px;content: "";display: inline-block;height: 15px;left: -24px;margin-right: 10px;position: absolute;width: 15px;}
.ckeck_cate {padding-left: 30px;}
.ckeck_cate .checkbox {margin-bottom: 0; margin-top: 1px;}
.star_label{margin-bottom:15px !important;}
.ckeck_cate .checkbox label {margin-left: 0; padding-left: 0px; margin-top: 0px; font-size: 14px}
/*checkbox*/
/*confirom car rent*/
.carconf_bknow .traveler_info{
    border: none
}
.car_bknowform .carconf_bknow h5{
    font-size: 18px;
    color: #333333
}
.carconf_bknow .tablecls tbody td {
    font-size: 0.750em;
    margin-bottom: 5px;
    padding: 5px 10px 5px 0;
}
.confm_bkdv .bkhotellist h1{
    margin-bottom: 10px;
    font-family: 'GoogleSans-Medium';
    font-size: 20px;
    color: #333333;
}
.review_traveller .selectRoom {padding-left: 0}
.car_bknowformdv .traveler_info{
    border-left: none;
    border-right: none;
}
.car_bknowformdv .traveler_info  .common_input  h1{
    font-family: "GoogleSans-Medium";
    text-transform: capitalize;
    color: #ef4023;
    font-size: 16px;
   
}
.car_bknowformdv .review_traveller label{
    font-size: 16px;
    color: #333
}
.confm_bkdv .traveler_info{
    border-left: none;
    float: left;
    padding: 0px 20px ;
    border-right: none;
    width: 100%;
}
.cnfbkng_txtdv h1{
    font-family: "GoogleSans-Medium";
    text-transform: capitalize;
    color: #ef4023;
    font-size: 16px;
    
}

.marb40{margin-bottom: 40px;}
.h_fluid .quicklinks ul li a:hover {color:#000000;}
.cnfbkng_txtdv .bk_notes p{
    margin-bottom: 10px;
}
.cnfbkng_txtdv .traveler_form.carnote div b {
    font-size: 14px;
    font-weight: normal;
     font-family: "GoogleSans-Medium";
}
.cnfbkng_txtdv .traveler_form.carnote ul li{
        margin-top: 10px;
}
.cnfbtndv .viewdetail{
    margin-bottom: 20px;
}

.my_bkngform .report_buttons a{
        margin-top: 20px;
}


.confm_dtlsbkdv .car_bknow_droff .fcblack{
    padding-left:0px;
}
.confm_dtlsbkdv .car_bknowformdv .review_traveller label{
        font-family: "GoogleSans-Medium";
}

.confm_dtlsbkdv .review_traveller .selectRoom{
    font-size: 14px;
}

.carent_modaldv .Hoteldet_top a.model_close {
    float: right;
    top: 0;
    position: initial;
    right: 0;
}   
.errormsgdv h1{
    padding: 10px 0px;
    font-size: 20px;
    color: #ef4023
}
.upload_dv .file-input-wrapper{
    display: inline-block;  
    float: left;
}
.upload_dv #agent_logo{
    display: inline-block;
    float: left;
    font-size: 14px;
    margin-top: 10px;   
    padding-left: 10px;
}

.upload_dv label{
    color: #333333;
    font-size: 14px;
    /*margin-bottom: 10px;*/
}

.bk_addservic_dv {
    width: 100%;
    float: left;
    margin-top: 15px;
}
.bk_addservic_dv {
    width: 100%;
    float: left;
    margin-top: 15px;
}
.add_conf_pydv {
    padding-left: 5px;
}
.bk_addservic_dv {
    width: 100%;
    float: left;
    margin-top: 15px;
}
.car_srvcinfodv .txtrgt_car{
    text-align: right;
    padding-right: 0px; 
}

.car_srvcinfodv .bk_addservic_dv{
    margin-top:0px;
    margin-bottom: 10px;
}
.carrent_srvdvinfo .bk_addservic_dv{
    margin-top: 0px;
}
.txtrgt_car{
    text-align: right;
    padding-right: 0px; 
}
.carcost_dvtotl{
    font-size: 18px;
    font-family: 'GoogleSans-Medium'
}
.carrent_srvdvinfo .carcost_dv label{
        color: #333;
    font-size: 18px;
        font-family: "GoogleSans-Medium";
}
.carrent_srvdvinfo .carcost_dv h1{
          font-family: "GoogleSans-Bold";
    text-transform: capitalize;
    color: #ef4023;
    font-size: 20px;
    padding-bottom: 15px;}

/*about us page*/
.fullwdthcmndv{width: 100%; float: left;}
.cmnfull_abtus{width: 100%; float: left; background: url(../images/about_img.jpg) no-repeat; height: 342px; background-size: 100% 100%; }
.cmnfull_cntus{width: 100%; float: left; background: url(../images/contact_img.jpg) no-repeat; height: 342px;   background-size: 100% 100%;}
.cmnbannerhdng h1{
    font-size: 50px;
    color: #ffffff;
    font-family: "GoogleSans-Medium";
    padding: 0px 5px;
    margin-top: 100px;
}
.highlight_txt{
    background: #ef4023;
    display: inline-block;
}
.abt_hdng h1{
    font-size: 36px;
    color: #12171b;
    text-transform: uppercase;
    text-align: center;
    margin: 50px 0px 35px;
    font-family: "GoogleSans-Medium";
}
.abt_infodv p{
    font-size: 16px;
    color: #12171b;
    line-height: 20px;
    font-family: "GoogleSans-Regular";
    padding: 0px 50px 80px 50px;
}
.cntct_info_dv{
    width: 100%; float: left;
}
.cntct_info_dv h1{
    color: #12171b;
    font-size: 30px;
    font-family: "GoogleSans-Regular";
    padding-top: 30px;
    padding-bottom: 20px;
}
.cntct_info_dv p{
    color: #666666;
    font-size: 18px;
    font-family: "GoogleSans-Regular";
    padding-bottom: 20px;
}
.cntct_add_dv{
    width: 100%; float: left; padding-bottom: 50px;
}
.cntct_add_box{
    width: 47%; float: left;
    height: 300px;
    background: #f0f2f3;
    margin-right: 4%;
    padding: 45px 13px 10px;
}
.cntct_add_box h1{
    color: #ef4023;
    font-size: 18px;
    text-transform: uppercase;
    padding-left: 50px;
    padding-bottom: 25px
}
.cntct_add_box .offc_addbox span{
    width: 4%;
    float: left;
    height: auto;
    color: #666666;
    font-size: 14px;
    padding-top: 3px;

}
.cntct_add_box .offc_addbox p{
    float: left;
    width: 96%;
    padding-left: 10px;
    font-size: 16px;
    color: #666666;

}
.cntct_add_box .offc_addbox p a{
     font-size: 16px;
    color: #666666;
}
.cntct_add{
    width: 100%; float: left;
    margin-bottom: 8px;
} 
.cont_margr{margin-right: 0px;}
.cnct_form_box{
    padding: 40px 35px; min-height: 420px;  margin-top: 30px;
    background-image: linear-gradient(to right, #f05343, #ee4e42, #ec4842, #ea4241, #e83c41);
    margin-bottom: 35px;
}
.cnct_form_box h1{
    font-size: 18px;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.cnt_form .destination {
    padding: 0px;
}
.contact_form .message textarea{
    height: 80px;
    border-radius: 0px;
    padding-top: 5px;
    resize: none;
    color: #000000;
}

.contact_form .destination input{
    background: none;
    border: 1px solid #fff;
    border-radius: 4px;
    font-family: "GoogleSans-Regular";
    font-weight: normal;
    font-size: 14px;
    box-shadow: none;
    height: 40px;
    padding-left: 15px;
    color: #ffffff;
}
.contact_form .destination input::placeholder{
    color: #fff;
    font-family: "GoogleSans-Regular";
}
.contact_form .search {
    font-size: 14px;
    background: #12171B;
    line-height: normal;
    text-transform: capitalize;
    width: auto;
    height: auto;
    padding: 12px 60px;
    margin-top: 10px;
    margin: 0 auto;
    float: none;
}
.contact_form .search:focus{
    color: #000;
}
.disa_credit{color:#d1d1d1;}
.xs_detlsvw .fa-credit-card{cursor: pointer;}
.message .md_btn.md_btnM {
    color: #ffffff;
}
.notes .md_btn.md_btnM {
    color: #ffffff;
}
.list_img a {
    cursor: pointer;
}
.listimghw{width:100%; height:141px;
}
#map_view_tab .error{color:#ef4023;}
.fa-map-marker{color: #b6b3b3;font-size: 14px;}
.map_view .maplistDetails h2{font-size: 12px;color: #777373 !important; margin-bottom: 2px;}
.quick_search a .search_icon{background: url('../images/sprite.png') no-repeat -38px -11px;
width: 16px;
height: 19px;
display: inline-block;
position: absolute;
right: 6px;
top: 5px;
pointer-events: none;}
.add_loader_sight {
    display: none;
}
.qoutearrow .fa-caret-down {
    position: absolute;
    right: 29px;
    top: 12px;
    color: #999999;
}
.car_pagination_dv li {
    float: left;
    margin: 0px;
    padding: 0px;
}
.car_pagination_dv li a {
    margin: 0px;
    border-radius: 0px;
    border: 1px solid #e1e1e1;
    font-size: 14px;
    width: 37px;
    height: 37px;
    line-height: 22px;
    color: #999999;
}
.car_pagination_dv .active{ background: #ef4023; color: #ffffff; }
.car_dateico .fa-calendar {
    position: absolute;
    top: 12px;
    right: 10px;
    color: #625c5c;
}
.list_img1 {
    height: 150px;
    width: 100%;
}
.BkHotel_img .listimghw {
    height: 100px;
}
.sightseeing .listimghw {
    height: 115px;
}
.listpagin{padding: 15px 10px;}
.custPaging a {
    padding: 5px 6px;
}
.custPaging .pageSelect {
    color: #ef4023;
    padding: 6px 8px;
}
.custPaging a:hover{color: #ef4023;}
.custPaging a:focus{color: #ef4023;}
.msg_headng .sub_msg, .sendr_msg,.rcvr_msg,.date_msg,.actn_msg{color: #ffffff;}
.actn_msg1 a:hover {color: #ef4023;}
.deals_icon{background: #0c9f0c;font-size: 15px !important;padding: 2px;color: #ffffff;}
.listDetails h2:hover{color:#333333;}
.tra_dateicon .fa-calendar {position: absolute;top: 36px;right: 9px;color: #000000;}
.mng_actin li .fa:hover{color:#ef4023; cursor: pointer;}
#showContent {  color: #ef4023;padding-top: 15px;}
.reportlist_menu a p:hover{color:#ef4023;}
.quot_hotlname p .fa-star{color:#ef4023;}
.quot_dtls textarea {resize: none; width: 97%;  margin-left: 16px;}
.cust_qutebtn a {margin-top: 10px;display: inline-block;}
.cust_qutebtn a:hover{color:#ef4023;}
.report_count p a:hover{color:#ef4023;}
.book_dateicon .fa-calendar-o {position: absolute; top: 7px; right: 25px;   color: #000000;}
.amd_select_icon .fa-sort-down {position: absolute; top: 5px; right: 25px;   color: #000000;}
.amd_select_icon1 .fa-sort-down {position: absolute;top: 31px;right: 21px;color: #000000;font-size: 11px;}
.marB15{margin-bottom: 15px;}
.custom_input > .form-control{box-shadow:none;}
.ht_top_dv a:hover{color: #ef4023; box-shadow: none;}
.room_box .booknowcenter p {font-size: 0.750em;color: #ffffff; display: flex; word-wrap: word-break; display: inline-block;   margin-top: 5px;}
.sight_arrow_dwn .fa-sort-down {position: absolute; top: 18px; right: 20px;}
.padL10{padding-left:10px; }

.sight_bknowtab .sight_bknow{float: right;}
.carent_modaldv .badge{
    display: inline-block;
    width: auto;
    min-width: 10px;
    padding: 4px 9px;
    font-size: 11px;
    font-weight: bold;
    color: #6d6d6d;
    line-height: 1;
    vertical-align: middle;
    white-space: nowrap;
    text-align: center;
    background-color: #e9e9e9;
    border-radius: 6px;
    top: auto;
    position: relative;
}
.carent_modaldv .badge:hover{
    background-color: #333333;
}

.carent_modaldv .count {
    z-index: 1;
    position: absolute;
    right: -7px;
    top: -26px;
    background-color: #d9534f;
    padding: 2px 6px;
    color: #fff;
    font-size: 10px;
}

.Hoteldet_top.sight_tourtop {
    padding-top: 12px;
    padding-left: 10px;
}


.padL10{padding-left:10px; }
.navbar-nav > li > a{line-height: 41px;}
.pop_logo img {  height: 50px;}
.log_active_menu{color:#e93833 !important;}
.ratebrkupDv a:hover{color:#333333;}
.cantxtdata{color: #333333;font-family: "GoogleSans-Regular";font-size: 14px;padding-right: 15px;line-height: 20px;}
.cantxtdata br { display: list-item;}
.cantxtdata1 {color: #666666;font-family: "GoogleSans-Regular"; font-size: 14px; padding: 30px 30px 20px 30px;   line-height: 20px;}
.qsearchicon a {position: absolute; top: 31px; right: 14px; color: #f98481; cursor: pointer;   padding: 5px;}
#error_msg_found .error {color: #fc0000;}
#send_mail a{color: #fc0000;}
.list_rtBtn a{text-decoration: underline;}
.bkhotellist .sight_language {float: left; width: 75%;margin-top: 0px;}
.recentlycarousel .owl-nav .owl-prev{background-image:none!important;}
.recentlycarousel .owl-nav .owl-next{background-image:none!important;}
.regi_mand.margtop{float: left; width: 100%; margin-top: 10px; }
.frgt_splrdv p{
    font-size: 14px;
    margin-bottom: 20px;
}
span.captchpassdv {margin-top: 30px; float: left;}
.frgtpassbtndv button{
    cursor: pointer;
    background: #333333;
    color: #fff;
    font-size: 14px;
    text-transform: capitalize;
    font-family: "GoogleSans-Regular";
    height: 40px;
    padding: 0 35px;
    display: inline-block;
    line-height: 40px;
    border-radius: 4px;
    border: none;
    margin-bottom: 10px;
}
.frgtpassbtndv button:hover {
    box-shadow: inset 0 0 0 25px #ef4023;
    color: #fff;
}
.agnttrvldv{
    margin-bottom: 20px
}

.qoutby_dv .quot_sendml label{color: #333}
.height129px{height: 110px;}
.inf_box{background: #ffffff;color: #333 !important;border-radius: 12px;}
.inf_box:hover{background: #ef4023; color: #ffffff !important;}
.marb20 a:focus {color: #ffffff;}
.payment_card table tr td img {height: 25px;}
.payment_radio{padding-top: 3px;vertical-align: top;text-align:  left;width: 25px;}
.paycard_btn a {color: #ffffff;}
.paycard_btn a:hover {color: #ffffff;}
.customer-state-box-in .error {  color: #fc0000;}
.discount_rate {color: #fc0000;font-size: 12px; position: absolute;right: 20px;}
.gridBox label {font-size: 16px;}
.gridBox h1 {font-size: 23px;}
.main_content > p br {display: inherit;}
.fc_red {color: #fc0000;text-align: center;}
.list_top .listingVW .listg_img .list_img {
    height: 85px;
    border: 1px solid #efefef;
}
/*file upload css 

.custom-file-input::-webkit-file-upload-button { visibility: hidden;}
.custom-file-input::before {
  content: 'Select some files';
  display: inline-block;
  background: linear-gradient(top, #f9f9f9, #e3e3e3);
  border: 1px solid #999;
  border-radius: 3px;
  padding: 5px 8px;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  text-shadow: 1px 1px #fff;
  font-weight: 700;
  font-size: 10pt;
}
.custom-file-input:hover::before {
  border-color: black;
}
.custom-file-input:active::before {
  background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
}*/

/*end*/

.carrent_location .fa-map-marker{color:#ffffff;}
.list_img{height: 89px;}
.timedatepick #pickup_time.custom_input input{    background-color: transparent ! important;
    border: none;
    border-bottom: 1px solid #f3a39a;
    color: #fff;
    padding-left: 0px ! important;
    text-align: left;
    outline: none;
    box-shadow: none;
    border-radius: 0px;}
   
.hotel_searchDV.trasnfer_searchformdv  .travel_box .custom_input label {
    color: #000;
    }

.trasnfer_searchformdv.hotel_searchDV .custom_input  .travel_box label {
    color: #333;
    font-weight: 500;
    padding-left: 0px;
}    
.trasnfer_searchformdv.hotel_searchDV .custom_input .travel_box select{
    color: #333;}

.travellerchild_dv .child_wdth {
    width: 27%;
    margin: 0 10px 10px 0 !important;
    padding: 0;
}    
.travellerchild_dv .common_select1 label {
    left: 5px;
}
.travellerchild_dv  .custom_input select{
    padding-left: 5px !important
}