/*@import url('https://fonts.googleapis.com/css?family=Exo+2:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Exo+2:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i|Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
*/
@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:'DroidSerif-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;
	}
}
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: "DroidSerif-Regular"; }*/ 
*{margin: 0; padding: 0}
input:focus{outline: none}
input::placeholder { color: #1e427e; opacity: 0.9;}
select {width: 100%;height: 100%; margin: 0; padding: 0 0 0 .5em; color: #000; cursor: pointer;}
select::-ms-expand { display: none;}
@font-face { font-family: "DroidSerif-Regular"; src: url('../fonts/DroidSerif-Regular.ttf');}
@font-face { font-family: "DroidSerif-Bold"; src: url('../fonts/DroidSerif-Bold.ttf'); }
@font-face { font-family: "DroidSerif-BoldItalic"; src: url('../fonts/DroidSerif-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;}


/* 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: #1f437f; min-width:74px; border-radius: 2em; border: 1px solid #e1e1e1;cursor: pointer;}
.md_btnS{color: #263040; font-family: "DroidSerif-Regular";  text-align: center;
background: rgba(255,255,255,1);background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(247,247,247,1) 54%, rgba(247,247,247,1) 100%);background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(54%, rgba(247,247,247,1)), color-stop(100%, rgba(247,247,247,1)));background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(247,247,247,1) 54%, rgba(247,247,247,1) 100%);background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(247,247,247,1) 54%, rgba(247,247,247,1) 100%);background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(247,247,247,1) 54%, rgba(247,247,247,1) 100%);background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(247,247,247,1) 54%, rgba(247,247,247,1) 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f7f7f7', GradientType=0 );}
.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;height: 31px; line-height: 30px; padding: 0 14px; display: inline-block; vertical-align: middle; background: rgba(255,255,255,1); transition:all 0.3s ease;
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 );}/* common css */
.md_btnM:hover{box-shadow: inset 0 0 0 25px #1e427e; color: #ffffff}
.md_btnB:hover{box-shadow: inset 0 0 0 25px #1e427e;color: #ffffff}
.add_travler button{ font-size: 0.875em; color: #263040 }

.font_S11{font-size: 0.688em;}
.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: "DroidSerif-Regular"; color: #263040;}
.cmn_heading h2 {font-size: 0.785em;font-family: "DroidSerif-Regular";  color: #263040; margin-bottom: 20px; text-transform: uppercase;}
/*common-input*/
.common_input input{ color: #888f9b;font-size: 12px;height: 30px;  border:1px solid #e1e1e1; width: 100%; border-radius: 3px; box-shadow: inset 0px 0px 4px 0px rgba(0, 0, 0, 0.10); padding: 0 26px 0 12px;}
.common_input1 input{ height: 30px;  border:1px solid #e1e1e1; width: 100%;}
/*.common_input::-moz-placeholder{color: #888f9b; font-family: "DroidSerif-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: #1e427e; font-family: "DroidSerif-Regular"; font-size: 0.875em; padding:0 25px;  }
.common_btn button{font-family: "DroidSerif-Regular"; font-size: 0.875em; padding: 8px 15px;  margin-right: 10px;transition: all 0.8s ease;}
.common_btn button:hover{background:#1e427e; color: #ffffff; border:1px solid #1e427e; box-shadow: inset 0 0 0 25px #1e427e }
.final_bookNow button { font-family: "DroidSerif-Regular"; font-size: 0.875em; height: 35px; padding: 0 15px;  text-transform: uppercase;}
.btn_booking button{margin-bottom: 20px; text-transform: uppercase; color: #1e427e; font-family: "DroidSerif-Regular"; font-size: 0.875em; padding:0 25px; }
.btn_booking a{font-size: 0.875em; text-transform: uppercase; margin-right: 10px; float: left}
/*End common buttons all*/
/*common select*/
.common_select{position: relative;}
.common_select select{ color: #888f9b;height: 30px; font-family: "DroidSerif-Regular"; border:1px solid #e1e1e1; width: 100%;  box-shadow: inset 0px 0px 7px 1px rgba(0, 0, 0, 0.10); padding:0 13px 0 5px; font-size:0.750em}
.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: 153px; display: none;top: 70px;box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.3); height: auto; padding:20px 22px; border-radius: 6px; background: #ffffff; position: absolute; z-index: 222; right: -23px;
background: rgb(255,255,255); /* Old browsers */ background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(235,235,235,1) 59%, rgba(235,235,235,1) 100%); /* FF3.6-15 */background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(235,235,235,1) 59%,rgba(235,235,235,1) 100%); /* Chrome10-25,Safari5.1-6 */background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(235,235,235,1) 59%,rgba(235,235,235,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ebebeb',GradientType=0 ); /* IE6-9 */  }
.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 #1e427e; 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: 6px; text-align:left; box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.3);  height: auto;  margin-top: 23px; padding: 21px 15px 14px 18px; position: absolute;  right: -33px; width: 350px;  z-index: 222; 
background: rgb(255,255,255); /* Old browsers */ background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(235,235,235,1) 59%, rgba(235,235,235,1) 100%); /* FF3.6-15 */background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(235,235,235,1) 59%,rgba(235,235,235,1) 100%); /* Chrome10-25,Safari5.1-6 */background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(235,235,235,1) 59%,rgba(235,235,235,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ebebeb',GradientType=0 ); /* IE6-9 */ }/* 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: #1e427e; font-family: "DroidSerif-Regular"; font-size: 1.125em; margin-bottom: 0;}
.agent_box1 h1 {color: #1e427e;  font-family: "DroidSerif-Regular";  font-size: 1.125em;  margin-bottom: 0;}
.agent_box1 h3 {  color: #263040;  font-family: "DroidSerif-Regular";  font-size: 0.75em;  margin-bottom: 5px;}
.agent_box1 h4 {  color: #888f9b;  display: block;  font-family: "DroidSerif-Regular";  font-size: 0.688em;  margin-bottom: 3px;}
.agent_box1 a{font-size: 0.813em; color: #1e427e; font-family: "DroidSerif-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: #263040; font-family: "DroidSerif-Regular"; font-size: 0.813em;padding-bottom:10px;  text-align: left;}
.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:#1e427e; }
.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: #254193;  padding-top: 22px; display: table-cell; position: relative; }
.navDV_inner ul li a:hover:after{border-top:1px solid #000; content: "";border: solid 7px transparent; border-top-color: #254193; width: 7px;height: 8px;position: absolute; display: table-cell;  top: -1px;  margin: 0 auto; left: 0; right: 0;}
.navDV_inner ul li.active a:after{border-top:1px solid #000; content: "";border: solid 7px transparent; border-top-color: #254193; width: 7px;height: 8px;position: absolute; display: table-cell;  top: -1px;  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: #1e427e; font-family: "DroidSerif-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: 0.688em;  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: #1e427e; padding: 5px 10px 0 0;} 
.forgot_Pass {margin-top: 9px;padding-left: 15px;}
.forgot_Pass label{font-family: "DroidSerif-Regular";  font-size: 0.750em;     color: #404c60;}
.forgot_Pass a{ font-size: 0.750em; color: #1e427e;}
.btn_login { background: #1e427e 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: "DroidSerif-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: #1e427e; 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: "DroidSerif-Regular";}
.footersubNav ul li a{ color: #ffffff}
.copyrights {color: #ffffff;font-family: "DroidSerif-Regular";font-size: 0.75em;padding-left: 1px; padding-top: 22px;}
.privcypolicy{color: #ffffff;font-family: "DroidSerif-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: #ffffff; height: 87px;}
.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: #1e427e; padding-right: 9px; font-size: 1em; }
.innerNav ul li a{color: #1e427e;  padding-top: 35px; display: table-cell; position: relative; }
.innerNav ul li a:hover:after{border-top:1px solid #1e427e; content: "";border: solid 7px transparent; border-top-color: #1e427e; 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 #1e427e; content: "";border: solid 7px transparent; border-top-color: #1e427e; 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;}
.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 {background: linear-gradient(to bottom, rgba(100,125,163,1) 0%, rgba(22,49,93,1) 100%);  background-repeat: repeat-x;  padding: 2px 8px 2px 8px;  border-radius: 2em;  color: #ffffff;    font-family: "DroidSerif-Regular";  font-size: 0.53em; text-align: center;  text-transform: uppercase;  width: 100%;}
.agent_options {  color: #1e427e;  float: left;  font-size: 0.688em;  padding-left: 0;  padding-top: 1px;  position: relative;  width: 100%;}
.agent_options.caret{ background: #5a5963}
.profile_details {display: inline-block;font-family: "DroidSerif-Regular";line-height: 13px;margin-top: 25px;text-align: right; width: 100%; float: right}
.profile_details p{color:#333333; font-family: "DroidSerif-Regular"; padding-right: 16px; margin-bottom: 5px; margin-top: 1px; }
.agent_id{float: none;text-transform: uppercase; color: #1e427e;border-right:1px solid #1e427e; padding-right: 8px; margin-right: 5px;  }
.agent_dv { float: left;  width: 100%;cursor: pointer;}
.agent_dv a{color: #1e427e; pointer-events: auto;}
.creditLmt{color: #a99c6b}
.arow_rgt { margin-left: 1px;}
.agent_logR {float: left;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;*/ box-shadow: 0px 0px 14px rgba(227, 227, 227, 0.6) inset; display: grid;}
/* recent search */
.Rsearch_heading h1{font-size: 0.875em; color: #004773; text-transform: uppercase; font-family:"DroidSerif-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:"DroidSerif-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:"DroidSerif-Regular";}
.date_text{font-size: 0.688em; color: #757575} 
.details_text{font-size: 0.749em;  color: #757575; width: 100%; display: block; margin-top: 0;  }
/* Hotel search */
.hotel_searchDV{width: 100%; min-height:326px; 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 ); }
.hotel_formTop h1{font-size: 1.250em; text-transform: uppercase; color: #ffffff; font-family: "DroidSerif-Regular"; margin-bottom: 33px;}
.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; background: #ffffff; 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: 1px solid #e1e1e1; border-radius:3px; font-size: 0.875em; color: #1e427e}
.custom_input input::placeholder{color: #1e427e}
.custom_input label {left:0px;color: #333333;  font-family: "DroidSerif-Regular";  font-size: 0.75em;  padding: 9px 16px;  position: absolute; top: 0; width: 100%;pointer-events:none;}
.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: #1e427e}
/*change end on 04-12-2017*/
.custom_input option{margin: 2px 0 2px 0; padding-left: 10px}
/*change end on 04-12-2017*/


.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: 1px solid #cccccc; height: 100%; padding: 0 7px; pointer-events: none; position: absolute; right: 0; top: 0;}
.date_selectDV {border-left: none; height: 100%; padding: 0 7px; pointer-events: none; position: absolute; right: 0; top: 0;}
.input_select{background: url('../images/sprite.png') no-repeat -27px -18px; width: 8px; height: 4px; display: inline-block; margin-top: 25px; pointer-events:none;}
.searchMore {color: #1f437f;  font-size: 0.75em;  margin-top: 11px;  position: relative;  width: 150px;}
.search{ font-family: "DroidSerif-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 7px 0 15px;}
.searchformRgt1{padding: 0 15px 0 7px;}
.star_rating{background: #ffffff;  border: 1px solid #e1e1e1; border-radius:3px; padding: 11px 13px;}
.star_rating label {color: #333;  display: inline-block;  font-family: "DroidSerif-Regular";  font-size: 0.75em; vertical-align: top;  width: 100%;}
.star_rateDV{display: inline-block; margin-right:  }
.star_rateDV span{ font-size: 0.875em; color:#1e427e  }
.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{color: #263040; 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 { 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_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;}
.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: "DroidSerif-Regular"; color: #1e427e;}
.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: #1e427e;  margin-bottom:8px;font-size: 1em; color: #1e427e }
.quick_search{position: relative; width: 178px; margin-bottom: 8px;}
.search_icon { background: rgba(0, 0, 0, 0) url("../images/sprite.png") no-repeat scroll -39px -12px;display: inline-block;  height: 15px;  margin-right: 9px;  margin-top: 8px;  position: absolute;  right: 0;  top: 0;  width: 15px;}
.quicklinks ul{margin:0; padding: 0; list-style: none; }
.quicklinks ul li{font-size: 0.813em; color: #404c60; padding: 3px 0; font-family:"DroidSerif-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: "DroidSerif-Regular"; color: #263040; font-size: 1em}
.book_History p{font-size:12px; color: #757575;font-family: "DroidSerif-Regular"; text-transform: capitalize;}
.book_History h2{ font-size: 0.813em; color: #263040; padding-top: 2px;}
.book_History span{font-family: "DroidSerif-Regular"; font-size: 0.813em; color: #1e427e; }
.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: "DroidSerif-Regular"; color: #1e427e;}
.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{height: 82px;border: 1px solid #d7d7d7; border-radius: 8px; background: #ffffff;box-shadow:0px 3px 10px 0px rgba(0, 0, 0, 0.10); position: relative; margin: 6px 15px 0 15px;}
.search_Details{height: 80px; padding: 23px 25px }
.search_Details h1{ font-family: "DroidSerif-Regular"; font-size: 1.500em; color: #1e427e; text-align: center;}
.search_Details p{color: #333333; font-size: 0.688em;font-family:"DroidSerif-Regular";text-align: center; margin-top: 2px;}
.search_Details span{color: #333333; font-size: 0.750em;font-family:"DroidSerif-Regular";   }
.search_Details h2{font-size: 0.875em; color: #1e427e; padding-top: 3px;}
.modify_btn{width: 154px; 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: uppercase;  font-size:  0.688em;  color: #ffffff; text-align: center; line-height: 32px;z-index:2;
background: rgba(100,125,163,1);background: -moz-linear-gradient(top, rgba(100,125,163,1) 0%, rgba(22,49,93,1) 100%);background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(100,125,163,1)), color-stop(100%, rgba(22,49,93,1))); background: -webkit-linear-gradient(top, rgba(100,125,163,1) 0%, rgba(22,49,93,1) 100%);background: -o-linear-gradient(top, rgba(100,125,163,1) 0%, rgba(22,49,93,1) 100%);background: -ms-linear-gradient(top, rgba(100,125,163,1) 0%, rgba(22,49,93,1) 100%);
background: linear-gradient(to bottom, rgba(100,125,163,1) 0%, rgba(22,49,93,1) 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#647da3', endColorstr='#16315d', GradientType=0 );}
.modify_btn:after{content:""; background: url('../images/sprite.png') no-repeat -118px -17px; width: 11px; height: 5px; display: inline-block; position: absolute;  right: 10px; 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: 10px; top: 13px;}
.modify_btn:hover{color: #ffffff}
.modify_btn:focus{color: #ffffff}
/*filter left*/
.fliter_Panel{margin-top: 51px;float: left;width: 100%;}
.fliterDV{ height: auto; border: 1px solid #e4e4ee; border-radius: 6px; padding: 0; }
.filterTop{width: 100%; height: 53px; color: #1e427e; 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%; padding:20px 22px 3px 18px; border-bottom: 1px solid #e4e4ee}
.filterBoxT{width: 100%; position: relative;}
.filterPad{padding:15px 22px 16px 18px; width: 100%; border-bottom: 1px solid #e4e4ee; background-color: #ffffff;}
/*.filterChefilterPadck*/
.filterInput{margin-top: 10px; position: relative; }
.filterInput input{margin-left: 2px; padding: 0 26px 0 10px; font-size: 13px; font-family: "DroidSerif-Regular"; color: #1e427e; box-shadow: 0 0 6px 0px rgba(0, 0, 0, 0.1) inset }
.filterBoxM{margin-top: 16px; }
.filterBoxT h1{font-size: 1em; font-family: "DroidSerif-Regular"; color: #1e427e ;cursor: pointer;}
.filterCheck {width: 100%; display: inline-block; height: 22px; padding-left: 20px;}
.filterCheck label{color: #263040; font-size: 0.750em;  padding-left: 0;}
.filterCheck span{color: #333333; font-size: 0.750em; float: right; line-height: 25px;}
/*.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: #1189d1 ;content: "\f00c";font-family: fontawesome;font-size: 10px;line-height: 13px;text-align: center;}
.filterCheck .checkbox label::before { background: url('../images/sprite.png') no-repeat -135px -14px;  width: 13px;  height: 13px;  bottom: 7  px;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: "DroidSerif-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: 56px; border:1px solid #e1e1e1 ; border-top-left-radius: 6px;border-top-right-radius: 6px; margin-bottom: 22px;
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(215,215,215,1) 100%);background: -webkit-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 );
/* 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 ); */}

.filterNav{height: 100%; border-right: 1px solid #d7d7d7; padding: 18px 6px 18px 13px; }
.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 -159px -14px; width: 20px; height: 12px; display: inline-block; margin-right: 9px;}
.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: 12px; padding-left: 10px;}
.filterSort{width: 109px;float: left }
.filterCurency{width: 95px; float: left; margin-left: 11px;}
.common_select .input_select{position: absolute; right: 9px; margin-top: 15px; top:0;}
/*paging*/
.pagination.pagination-large{width: auto; height: 28px; border-radius: 2em; margin-top: 13px; border: 1px solid #bdbcc2; float:right;
 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 );}
.padgingDV .pagination{margin:12px 0px 0px; display: inline-block;}
.padgingDV .pagination > li > a, .pagination > li > span{padding: 0  8px; background: none;  font-family: "DroidSerif-Regular"; color: #1e427e;  font-size: 0.813em; border:none; border-right: 1px solid #bdbcc2; height: 100%; line-height: 25px; }
.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}
.resultDV label{font-family: "DroidSerif-Regular"; font-size:0.875em; color: #263040; margin-top: 16px;} 
.resultPage{width: 50px;  position: relative; display: inline-block; margin-left: 5px; margin-top:   10px;}
/*listing veiw*/
.listingVW{box-shadow: 3px 7px 9px #ececec;background: #fcfcfc; border: 1px solid #e6e6e6; border-radius: 4px; float: left; width: 100%; float: left; margin-bottom: 10px;}
.list_img{height: 95px; width: 145px; border:1px solid #e6e6e6; padding: 0;border-radius:4px;}
.list_img img{width: 100%; height: 95px; border-radius:4px;}
.listDetails h1{font-family: "DroidSerif-Regular"; font-size:1.125em; color: #263040; margin-bottom: 5px;}
.italicnone_carnet{font-family: "DroidSerif-Regular"; font-size:1.00em !important; color: #263040; margin-bottom: 5px;}
.listDetails h2{ font-size: 0.688em; color: #263040;margin-bottom: 8px;}
.ListMap{ background: url('../images/sprite.png') no-repeat -316px -14px; display: inline-block; width: 7px; height: 10px; margin-left: 1px; margin-right: 3px;}
.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}
.list_QuickVW{float: left; width: 100%;}
.list_QuickVW a{width: 21px; height: 21px; text-align: center; border: 1px solid #d5d5e0; border-radius: 4px; display: inline-block;margin-right: 3px; cursor:pointer;
 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 );}
 .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:0.750em;  font-family: "DroidSerif-Regular"; margin-bottom: 0; }
.priceDV h1{font-family: "DroidSerif-Regular"; color:#263040; font-size: 1.5em;}
.priceDV a{font-size: 0.875em; font-family:"DroidSerif-Regular";  margin-top: 10px; padding: 0 16 px; text-transform: capitalize; float: right; margin-left: 5px;}
/*.cmprBtnDV { margin-bottom: 37px;  margin-top: -36px;  width: 100%;}*/
.cmprBtnDV {margin-bottom: 20px; margin-top: -20px; width: 100%; float: left; padding: 0 15px; }
.compareBTN{width: 115px; height: 25px; padding:5px 0; text-transform: uppercase;  text-align: center; border: 1px solid #bdbcc2; border-radius: 2em; position: relative; float: right; cursor: pointer;
outline: none; border:none; font-size: 0.688em; color: #ffffff;  background: url('../images/compar_bg.jpg') repeat;}
.compareBTN a{ color: #ffffff;}
.compareCircle {font-family: "DroidSerif-Regular";background-color: #ff0000;border: 2px solid #ffffff; border-radius: 50%;  height: 20px;  position: absolute;  right: -4px;  top: -9px;  width: 20px;  padding: 2px 0}
/*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 6px;width: 100%;  float: left; }  
.selectRoom span{font-family: "DroidSerif-Regular"; font-size: 0.688em; float: left; width:100%; color: #263040; line-height: 15px; }
.selectamentis span {font-family: DroidSerif-Regular;  font-size: 0.75em;  line-height: 27px;  padding-right: 3px;  padding-top: 3px;  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: 10px;  text-align: center;}
.selectStatus span{font-family: "DroidSerif-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: "DroidSerif-Regular"; font-size: 0.75em; float: left; width:100%; color: #263040; line-height: 15px;padding-left: 5px;text-transform:uppercase;}
.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: #ff0;}
.selectStatus span.on_request::before{background: #ec1616; left:-4px !important;}

.select_RatBrk{padding: 6px 0 0 0; text-align: center;}
.select_RatBrk a{font-size: 0.688em; color: #263040;  padding: 0 12px; height: 20px; line-height: 18px; background: #fbfbfb}
.select_PriceDv{padding-top: 6px; text-align: right;}
.select_PriceDv h1{color: #263040; font-size:1.125em; font-family: "DroidSerif-Regular";  text-align: right; display: inline-block; padding-right: 0px; width: 100%}
.select_PriceDv .showpopup_dv::before{right: 16px;}
.select_PriceDv .showpopup_dv::after{right: 17px;}
.SelectBooknow{width: 100%; float: left; background: #7286a7; height: 55px; line-height: 50px}
.select_option a {margin:0 7px 0 0;font-size: 12px; color: #263040; padding: 0px 8px;  font-family: "DroidSerif-Regular"}
.dollar_sign{ background: #1e427e 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: #fff}
.final_Price{color: #ffffff;font-family: "DroidSerif-Regular"; font-size: 1.1em; text-transform: uppercase;}
.final_bookNow {padding: 0 15px 0 0;text-align: right;}
.listDetails {padding: 1px 16px;}
.cpmrbtn{display: none;}
/*agent Navigation*/
/*Reports*/
.cmnheadingBg{width: 100%; height: 60px; background: #f8f9fb; border-bottom: 1px solid #e5e5e5; padding: 20px 0;}
.cmnheadingTop h1{font-family: "DroidSerif-Regular"; font-size: 1.125em; color: #263040; padding-left: 2px; text-transform: capitalize;}
.commonDv{width: 100%; height: auto; padding-left: 2px;}
/*reports tab*/
.formTab{margin-top: 20px; font-family: "DroidSerif-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: #3260af; border-radius: 0; color: #ffffff; height: 100%}
.formTab .nav-tabs > li > a{border: none; margin: 0; color: #ffffff; }
.formTab .nav > li{background: #b8ab79; color: #ffffff; border-right:1px solid #ffffff; 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;}
.mybooking{ background: url('../images/sprite.png') no-repeat -445px -9px;  width: 22px;height: 22px; display: inline-block;    vertical-align: middle;}
.payment{   background: url('../images/sprite.png') no-repeat -470px -7px;  width: 23px;    height: 28px; display: inline-block;    vertical-align: middle;}
.invoice{   background: url('../images/sprite.png') no-repeat -499px -8px;  width: 22px;    height: 21px;display: inline-block;vertical-align: middle;}
.voucher{background: url('../images/sprite.png')  -522px -10px;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;}
.formContent{/*background: url('../images/bg_tab.jpg'); background-repeat: repeat-y;*/ padding: 28px 33px; display: inline-block; min-height: 190px; height:auto; background-color: #6985b1; width: 100%;border-top:1px solid #ffffff;
background: rgba(79,119,169,1);background: -moz-linear-gradient(45deg, rgba(79,119,169,1) 0%, rgba(112,156,209,1) 54%, rgba(138,159,188,1) 100%);background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(79,119,169,1)), color-stop(54%, rgba(112,156,209,1)), color-stop(100%, rgba(138,159,188,1)));background: -webkit-linear-gradient(45deg, rgba(79,119,169,1) 0%, rgba(112,156,209,1) 54%, rgba(138,159,188,1) 100%);background: -o-linear-gradient(45deg, rgba(79,119,169,1) 0%, rgba(112,156,209,1) 54%, rgba(138,159,188,1) 100%);background: -ms-linear-gradient(45deg, rgba(79,119,169,1) 0%, rgba(112,156,209,1) 54%, rgba(138,159,188,1) 100%);background: linear-gradient(45deg, rgba(79,119,169,1) 0%, rgba(112,156,209,1) 54%, rgba(138,159,188,1) 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4f77a9', endColorstr='#8a9fbc', GradientType=1 );}
.report_input{padding: 0 10px 5px 10px;}
.report_buttons a{text-transform: uppercase; width: 125px; float: left; margin-right: 10px; margin-top: 5px;  font-family: "DroidSerif-Regular";  font-size: 1.125em; transition:all 0.3s ease; }
.report_buttons a:hover{text-transform: uppercase; width: 125px; float: left; margin-right: 10px; margin-top: 5px;  font-family: "DroidSerif-Regular";  font-size: 1.125em; box-shadow: inset 0 0 0 25px #1e427e; border:1px solid #ccc; color: #ffffff}
.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: "DroidSerif-Regular"; color: #000000; text-transform: uppercase;}
.reportlist_menu{margin-top: 20px; padding: 0; }
.reportlist_menu a{font-family: "DroidSerif-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: "DroidSerif-Regular"; font-size: 0.750em; text-transform: uppercase; text-align: center; color: #1e427e; background: #f8f9fb; border-bottom: 1px solid  #d9d9d9;  width: 100%; height: 66px; padding: 26px 0; }
.Reportlist{font-family: "DroidSerif-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: 95px; border:1px solid #e6e6e6; padding: 0 }
.maplist_img img{ height: 96px;   width: 100%;    border-radius: 5px;}
.filterVw{text-align: center; font-family: "DroidSerif-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: "DroidSerif-Regular"; font-size:1.250em; color: #263040; margin-bottom: 8px;}
.maplistDetails h2{ font-size: 0.688em; 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: "DroidSerif-Regular"; margin-bottom: 0; display: inline-block; }
.priceDV1 h1{font-family: "DroidSerif-Regular"; color:#263040; font-size: 1.50em;    margin-bottom: 0; margin-right: 5px;  display: inline-block;}
.priceDV1 a{font-size: 0.85em; font-family:"DroidSerif-Regular"; padding: 0 10px; text-transform: capitalize; display: inline-block;  vertical-align: top }
/*Hotel details*/
.Hoteldet_top{height: 40px; width: 100%; font-family: "DroidSerif-Regular"; background: #f0f0f0; font-size:0.875em; color: #1e427e; padding: 10px; border-bottom: 1px solid #e5e5e5; border-top-left-radius:6px;border-top-r-radius:6px;}
.Hoteldet_top a{margin-right: 10px; }
.Hoteldet_top a i{color: #9c9db1; font-size:1em;}
.model_close{float: right}
.Hoteldet_midle{width: 100%; padding:30px 30px 30px 30px; display: inline-block;}
.Hoteldet_Slide{ height: auto;}
.Hoteldet_bottom{padding: 35px 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: "DroidSerif-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: #3260af; border-radius: 0; color: #ffffff; height: }
.hotdetTab .nav-tabs > li > a{border: none; margin: 0; color: #ffffff; cursor: pointer;}
.hotdetTab .nav > li{background: #3260af; color: #ffffff; border-right:1px solid #ffffff; height: 46px; width: 33.3%; text-align: center; cursor: pointer;}
.hotdetTab .nav > li > a:hover{ background:#b8aa79; border-radius: 0;  height: 46px; box-shadow: none;background:#b8aa79}
.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: "DroidSerif-Regular"; margin-bottom: 0; }
.hotel_Pricedv h1{ color:#263040; font-size: 1.648em;}
.hoteltopDV span{float: left;}
.hotel_Pricedv a{font-size: 0.961em; font-family:"DroidSerif-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: #9c9db3; font-size: 1.4em;}
.content_more{color: #1e427e;  font-family: "DroidSerif-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;}
.bkSteps{width: 100%; border: 1px solid #e8ebf2; height: 43px; font-family: "DroidSerif-Regular";   margin-top: 11px;  background: #f3f3f3  }
.bkSteps1{width: 100%; font-family: "DroidSerif-Regular"; font-size: 1.000em; display: inline-block; position: relative; padding: 15px; text-align: center;  color: #1c437e ; text-align: center; background: #f3f3f3}
.bkSteps2 {  color: #1e427e;  display: inline-block;  height: 30px;  padding:  12px 15px;  text-align: center;  width: 100%;}
.bkactive{background: #b8aa79; 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 #b8aa79;  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: #1e427e ; text-align: center; width: 100%}
.bk_checkin{padding-top: 10px;float: left;width: 100%;}
.bk_checkin label{font-family: "DroidSerif-Regular";  font-size: 0.875em; color: #333333;margin-right: 5px;}
.bk_checkin span{font-size:0.875em; color: #1f4181; margin-right: 12px;}
.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: "DroidSerif-Regular"; font-size:1.250em; color: #263040; margin-bottom: 8px;}
.bkhotellist h2{ font-size: 0.688em; color: #263040;margin-bottom: 8px;}
.bkpriceDV {text-align: right}
.bkpriceDV label{color: #333333; font-size:0.875em;  font-family: "DroidSerif-Regular"; margin-top: 5px; }
.bkpriceDV h1{ color:#263040; font-size: 1.50em; margin-top: 0px; }
.booknowinfo{height: auto;width: 100%; float: left; background-color: #1e427e; border-bottom: 1px solid #e3e3e3; border-top: 1px solid #e3e3e3;}
.booknowleft{background-color: #133264; color: #ffffff; font-size: 0.875em; text-align: center; font-family: "DroidSerif-Regular" ; float: left; height: 57px; width: 100%; padding-top: 17px;}
.booknowleft span{display:inline-block; text-align: center; vertical-align: middle;}
.booknowcenter{background-color: #1e427e; color: #ffffff; font-size: 0.875em; text-align: left; font-family: "DroidSerif-Regular";float: left; padding: 9px 0px;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: "DroidSerif-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: "DroidSerif-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: #1e427e; 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: 0.688em; font-family: "DroidSerif-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: #263040;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;}
.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: #b8aa79;}
.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 -213px -247px;width: 20px;height: 20px;margin-bottom: 5px;}

.creadit_bnk{display: inline-block;background: url('../images/sprite.png') no-repeat -179px -244px;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;}
.ewallet_icn{display: inline-block; background: url('../images/sprite.png') no-repeat -133px -143px; width: 20px; height: 21px; 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;}
.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 -321px -143px;width: 22px;height: 22px;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 -321px -112px;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 -133px -143px;
	width: 20px;
	height: 21px;
    margin-bottom: 10px;
}


.ewallet:hover .ewallet_icn {
	display: inline-block;
	background: url('../images/sprite.png') no-repeat -133px -109px;
	transition: all ease 0.3s;
}





.loylty_icn{display: inline-block;background: url('../images/sprite.png') no-repeat -355px -146px;width: 28px;height: 18px;margin-bottom: 10px;}
.credtDstri.active .loylty_icn{background: url('../images/sprite.png') no-repeat -355px -116px;}
.credtDstri:hover .loylty_icn{display: inline-block;background: url('../images/sprite.png') no-repeat -355px -116px;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 -213px -223px;transition:all ease 0.3s;}
.credtDstri:hover .creadit_bnk{background: url('../images/sprite.png') no-repeat -179px -221px;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;}
.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;}

.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, .loylty_icn:hover{background: #b8aa79;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: #1e427e;padding: 38px 37px 30px 39px;float: left;border: 1px solid #e1e1e1;width: 100%;}
.credit_dv h3 {font-size: 20px;color: #fff;margin-bottom: 3px;text-transform: uppercase;}
.credit_dv > p {font-size: 12px;color: #fff;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: #ffffff;margin-bottom: 7px;line-height: 35px;}
.usage_value p > span{font-size: 30px; color: #ffffff;margin-right: 5px;}
.usage_value span{color: rgba(255,255,255,0.5);font-size: 14px;}
.usage_value {float: left;}
.credit_value {float: left;margin-bottom: 19px;}
.use_avail p{color: #ffffff;font-size: 14px;margin-bottom: 10px;}
.use_avail img {margin-bottom: 17px;}
.use_avail p .fa {font-size: 9px;vertical-align: 2px;margin-right: 5px;}
.dot_used{color: #ffffff;}
.dot_avail{color: #eebc45;}
.bk_activity h3{font-size: 20px;color: #1e427e;text-transform: uppercase;margin-bottom: 5px;}
.bk_activity p{font-size: 12px;color: #1e427e;}
.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: 30px;}
.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: #FFFF00;}
.req_actvty span{color: #FFFF00;}
.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: #1e427e;text-transform: uppercase;line-height: 30px;}
.view_more{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%);color: #1f437f;font-size: 11px;height: 30px;display: inline-block;float: right;padding: 0 20px;
border-radius: 20px;line-height: 30px;border-top: 1px solid #f0f0f0;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: #1e427e;font-size: 12px;text-align: center;text-transform: uppercase;
width: 100%;border-bottom: 1px solid #dadada;height: 35px;display: table;background: #f8f9fb;}
.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;}
.mng_agncy {width: 17%;padding: 0 5px;}
.mng_name {width: 18%;padding: 0 5px;}
.mng_creatd {width: 14%;padding: 0 5px;}
.mng_phn {width: 17%;padding: 0 5px;}
.mng_actin {width: 23%;padding: 0 5px 0 0;}
.mng_actin li {display: inline-block; width: 15%;}
.mng_actin li a{color: #1E427E;}
.mng_agent.serv_padL {padding-left: 5px;}
.mng_actin li .fa {font-size: 15px;}
.manage_tbl {margin-bottom: 25px;}
.starblue{color:#275691;font-size: 14px ;}
.copyinfo a{padding:3px 8px; background: #ffffff; font-size: 0.750em; }
.copytext a{padding:4px 14px; background: #ffffff; font-size: 0.750em; color: #1f437f }
.traveler_contct h1{ color: #1e427e }
.Traveler_reqst h1{ color: #1e427e; display: inline-block; }
.Traveler_reqst h3{font-family: "DroidSerif-Regular"; color: #db665d; font-size: 0.688em;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: "DroidSerif-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: "DroidSerif-Regular"; font-size: 14px; padding-right: 15px; margin: 10px 0; line-height: 25px; }/*03-09-2020*/
.bk_notes ul li { width: 100%; float: left; padding: 10px 0 0;}/*03-09-2020*/
.bk_canceldetls h3{color: #263040; font-family: "DroidSerif-Regular"; font-size: 0.750em; padding-left: 0; margin-top: 10px;}
.bk_canceldetls p{color: #666666; font-family: "DroidSerif-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: 0.688em; color: #263040}
.review_traveller label{color: #000000; font-size: 0.750em; font-family: "DroidSerif-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: #9c9db3; font-size: 1.2em; margin-right: 5px;}
.bk_ontact a:hover{color: #263040}
.bk_agentref label{ font-size:  0.938em; color: #333333; font-family: "DroidSerif-Regular"; }
.bk_agentref span{ font-size:  0.938em; color: #1e427e;  }
.top_agentref{margin-top: 11px;}
.top_agentref label{ font-size:  0.875em; color: #333333; font-family: "DroidSerif-Regular"; }
.top_agentref span{ font-size:  0.875em; color: #1e427e;}
.btn_booking button{margin-bottom: 20px; text-transform: uppercase; color: #1e427e; font-family: "DroidSerif-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 (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: #1e427e; text-align: left; text-transform: uppercase; margin-bottom: 6px;}
.left_add {float: left; width: 100%;}
.left_add h3{font-size: 0.813em; color: #1e427e; 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: #1e427e}
.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: #1e427e ;  border-bottom-left-radius: 8px;  border-top-left-radius: 8px;  color: #ffffff;  font-size: 0.688em;  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: #1e427e}
.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: "DroidSerif-Regular";  font-size: 0.875em;  height: 97px;  text-align: center;  vertical-align: middle;  width: 100%;}
.affilate_bottom ul li a { color: #fff; font-family: "DroidSerif-Regular";  height: 97px; width: 100%; display: inline-block;   padding:15px 13px} 
.affilate_bottom ul li:first-of-type a:hover{background: #b8ab79;  color: #002767;  -moz-border-radius-top left: 5px; 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; -moz-border-radius-top left: 5px; 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: #1e427e; 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: #1e427e;font-family: "DroidSerif-Regular"; }
.news_text p{font-size: 0.750em; color: #404c60;font-family: "DroidSerif-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: #1e427e; 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: #1e427e; 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: #1e427e; text-transform: uppercase;}
.manditory_txt {text-align: right}
.manditory_txt h3 {font-size: 0.688em; 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: "DroidSerif-Regular";}
.transfr_qucklinks > a{color: #263040; font-size: 0.688em; margin-right: 10px;}
.transfr_qucklinks span{color: #263040; font-size: 0.688em; margin-right: 10px;}
.transfr_DetTop {  color: #1e427e;  float: left;  font-size: 0.75em;  padding: 20px 0;  text-transform: uppercase;  width: 100%;}
.transfr_DetBotoom {  border-top: 1px solid #e6e6e6;  color: #1e427e;  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: 0.688em;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: #263040;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: 0;}
/*End Transfer listing*/
/*Modify Search page*/
.modify-top{margin-bottom: 20px;}
.modify_popup { background: rgba(0, 0, 0, 0) linear-gradient(135deg, rgb(58, 109, 190) 0%, rgb(183, 196, 209) 100%) repeat scroll 0 0;  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;}
.star_rating {    background: #ffffff none repeat scroll 0 0;   border: 1px solid #e1e1e1;    border-radius: 3px;   padding: 11px 13px 5px;}
.modify_close a{color: #fff ; font-size: 0.866em}
.modify_check {margin-right: 10px;}
.modify_searchBtn a{margin-top: 0}
.comptcheck label {  color: #1e427e;  font-size: 0.875em;}
.detailsMore{color: #1e427e!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{margin-bottom: 10px; width: 100%; color: #333333}
.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: "droidserif-regular";font-size: 18px;color: #ffffff;padding:0px 16px;}
.agent_regtab {background: #1e427e;height: 52px;text-align: center;line-height: 52px;}
.agent_regtab.active {background: #b8ab79;}
.agent_regtab.active a {color: #002767;}
.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: #263040;font-size: 18px;font-family: "droidserif-regular";}
.regi_subhead p{color: #1e427e;font-size: 14px;text-transform: uppercase;font-family: "droidserif-regular"; 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: "droidserif-regular";text-transform: uppercase;color: #1e427e;font-size: 14px;}
.agent_input input{ font-size: 14px;height: 35px;  border:1px solid #cdccd6; width: 100%; border-radius: 5px; box-shadow: inset 0px 0px 4px 0px rgba(0, 0, 0, 0.10); padding: 0 26px 0 12px;font-family: "droidserif-regular";}
.agent_input select{color: #888f9b; height: 35px;  border:1px solid #cdccd6; width: 100%; border-radius: 5px; box-shadow: inset 0px 0px 4px 0px rgba(0, 0, 0, 0.10); padding: 0 26px 0 12px;font-family: "droidserif-regular";}
.agent_input input::placeholder{font-family: "droidserif-regular";font-size: 12px;color: #888f9b;}
span.regi_mand{color: #da6423;}
.agent_input > label {width: 100%;color: #023a2e;font-size: 12px;text-transform: uppercase;margin-bottom: 11px;font-family: "droidserif-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: "droidserif-regular";font-size: 14px;color: #9c9a9a;}
.arrow_pos{position: relative;}
.arrow_pos .input_select {position: absolute;right: 13px;top: 17px;margin: 0;pointer-events: none;}
.subsub_hd {margin-top: 25px;font-family: "droidserif-regular";}
.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: "droidserif-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: "droidserif-regular";}
.upload span {float: left;margin-top: -25px;color: #c0c0c0;font-family: "droidserif-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: rgba(255,255,255,1); transition:all 0.3s ease;
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 );
color: #1e427e;font-size: 14px;text-transform: uppercase;font-family: "droidserif-regular";height: 35px;padding: 0 35px;display: inline-block;line-height: 33px;border-radius: 30px;border:1px solid #e1e1e1;}
.agent_btn:hover{box-shadow: inset 0 0 0 25px #1e427e;color: #ffffff;}
/*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: 0.688em;  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: #1e427e}
.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: 0.688em;  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: #1e427e;  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: #1e427e;  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: #1e427e; 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: 0.688em;  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: 0.688em;    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: #1e427e}
.display_name{padding-left: 0}
.cancel_polcdv{float: left;  padding: 0;  width: 100%; }
.cancel_polcdv h1{color: #1e427e; font-size: 1em; margin-top: 25px;}
.transfr_cancel h3 {color: #263040;  font-size: 0.75em;  margin-top: 10px;  padding-left: 0;  font-family: 'droidserif-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: "droidserif-regular";}
.quot_modal .modal-body {padding: 0;}
.quot_modal .modal-header {padding: 10px 15px;background: #f0f0f0;border-bottom: 1px solid #b1b1b1;}
.quot_modal .modal-header .close {font-size: 13px;color: #1e427e;opacity: 1;font-family: "droidserif-regular";font-weight: normal;margin-top: 2px;}
.quot_modal .modal-header .close .fa {color: #9c9db3;font-size: 18px;vertical-align: -2px;}
.quot_mail p {color: #1e427e;font-size: 13px;display: inline-block;margin-right: 8px;}
.quot_mail .fa {color: #9c9db3;}
.quot_mail .fa {color: #9c9db3;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: #1e427e;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: #1e427e;font-size: 20px;margin-top: 9px;}
.quot_by p {color: #333333;font-size: 18px;margin-bottom: 15px;}
.qoutby_dv {background: #f0f6fe;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;}
.remove_all p .fa {color: #9c9db3;font-size: 18px;margin-left: 2px; vertical-align: -1px;}
.quot_serv {margin: 0;padding: 8px 20px;background: #1e427e;}
.quot_serv .fa {color: #9c9db3;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: #263040;font-size: 18px;margin-bottom: 5px;line-height: 21px;}
.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: #9c9db3;font-size: 15px;margin-right: 5px;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: #1e427e;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: #1e427e;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: 17%; min-height: 80px;}
.map_view{width: 83%}
.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%;}
.Hdetails_content a:hover{text-decoration: underline;}
.Hdetails_content p{font-size: 0.813em}
/************Compare page*********************/
.compre{font-family: "droidserif-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: #f1f1f1 none repeat scroll 0 0;float: left;padding: 13px 0;width: 100%;}
.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: #263040;font-size: 11px;}
.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: #1e427e none repeat scroll 0 0;float: left; width: 100%;color:#ffffff; font-size: 12px; padding: 10px 15px;border-radius: 4px;}
.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: #1e427e; font-size: 18px;font-family: "droidserif-regular";}
.comp_city h2 {font-size: 14px;color: #000;font-weight: normal;}
.comp_city h2 span{color: #1e427e; }
.mail_prnt a { font-size: 13px;color: #1e427e;margin-left: 5px;}
.mail_prnt a .fa{color: #9c9db3;font-size: 16px;}
.comp_hotel h1{font-size: 18px;color: #263040;margin-top: 5px;}
.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: #1e427e;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: 11px;color: #263040;}
.cmpre-dv {padding: 10px;float: left;border-bottom: 1px solid #ccc; width: 100%;}
.cmpr_price h1 {font-size: 18px;color: #263040;display: inline-block;}
.cmpr_price p {font-size: 12px;color: #263040;display: inline-block;}
.cmpr_price {padding: 0 0 0 10px;text-align: right;}
.comp_meal p {font-size: 12px;color: #1e427e;}
.comp_meal {padding-left: 10px;padding-right: 0;}
.c_more {font-size: 11px;color: #1e427e;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: 0.875em;font-family: "DroidSerif-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;}
.open_email .fa {position: absolute;top: -14px;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: "DroidSerif-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: #1e427e;border: 1px solid #e1e1e1;}
.comp_pric p span {font-size: 12px;color: #263040;}
.comp_pric p {font-size: 28px;color: #263040;float: left;}
.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: #1e427e; }
.det_note{text-align: right; font-style:italic; font-size: 0.750em; padding-right: 10px; color: #fc0000; }
.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: #1e427e}
.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: "DroidSerif-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: #1e427e; font-size: 0.913em}
.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: #1E427E none repeat scroll 0 0; color: #ffffff; margin: 20px 0; padding: 10px 20px;font-size: 16px;}
.popup_dv { margin: 15px 0;}
.popup_dv label{color: #333;font-family: "DroidSerif-Regular";font-size: 0.75em;padding: 5px 16px 0px;width: 100%;}
.pop_logo {padding: 25px 0;width: 200px;}
.popclose {font-size: 13px; margin-top: 20px; display: inline-block;color:#1E427E;}
.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;}
.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: 0.688em}
/*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: #1e427e; 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 #cdccd6; 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: -20px;}
/*sightseeing 11-10-2017*/
.listDetails h2 {margin-bottom: 5px;}
.sight_DetTop{color: #1e427e;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: #1e427e;
  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: 0.688em;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: #1e427e;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: #1e427e; 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: #1e427e;  }
/*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: #1e427e; 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; /*background: url('../images/about_bg.png'); background-position:*/ bottom; 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:#1e427e }
.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: #1e427e}
.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: #1e427e; 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: #1e427e;  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: 0.688em;color: #263040;	padding: 0 12px; height: 20px; line-height: 18px; background: #fbfbfb;}
.md_btnM:hover {box-shadow: inset 0 0 0 25px #1e427e; color: #ffffff;}
.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 #1e427e;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: #1e427e;
  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 #1e427e; color: #ffffff}
.open_email a:hover{box-shadow: inset 0 0 0 25px #1e427e; 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;
}

.listStarDV .starblue {
   margin-right: 5px;
float: left;
margin-top: 3px;
}
.debug_icon {
    float: left;
    margin-left: 10px;
}

.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 !important;}
    .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:#b8aa79;}
.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: #1e427e;
	    font-family: "DroidSerif-Regular";
	    font-size: 1em;
	}
	.amt_col{
	color: #263040;
    font-family: "DroidSerif-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:#f0f6fe 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:110px;}
.filterCurency.widsight{width:280px;}
.sightseing .filterCurency.widsight{width:190px;}
.sightseing .filterCurency.widsight .search-tour-list-box .form-control{color: #888f9b;height: 30px;font-family: "DroidSerif-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;}
.martb50{margin:50px 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:15px;}  
.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: -30px;
    }
}

.browse {
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 4px;
    color: #282828;
    cursor: pointer;
    font-size: 11px;
    font-weight: 500;
    height: 35px;
    padding: 10px 13px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: -1px;
    width: 113px;
}
.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:auto;}
.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:#1e427e;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 10px;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{ padding:0 10px 0 0;}
.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;}
.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");background-repeat:no-repeat;font-size:0;height:58px;left:0px;position:absolute;top:40%;width:58px;}
.owl-nav .owl-next{background-image:url("../images/right-arrow.png");background-repeat:no-repeat;font-size:0;height:58px;position:absolute;right:0px;top:40%;width:58px;}
.padgingDV .pagination > li > a, .pagination > li > a{border-right:1px solid #bdbcc2;}
.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:#1e427e;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: "DroidSerif-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:23%;}
.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:#1e427e;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:#1E427E;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:#1e427e;display:block;font-size:14px;padding-top:7px;width:116%;}
.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:"droidserif-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:#1e427e;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: #1e427e;}
.input-block.tt_price {padding-left: 20px;font-size: 14px;}
.addtnl_service table th {padding: 6px;color: #1e427e;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: #1f437f;
    border-radius: 2em;
    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: "droidserif-regular";
    text-transform: uppercase;
    margin-bottom: 11px;
}
.common_select .input_select {
    bottom: 13px; 
    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;
}
.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;
}
.listDetails .list_QuickVW {
    margin-top: 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: #3260AF;
color: #fff;
height: auto;
padding: 9px;
border: none;
}
.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: left;
    padding-left: 18px;
}
#reset-date, #reset-date1, #reset-date2, #reset-date3, #reset-date4{
    position: absolute;
    right: 8px;
    top: 20px;
    background: #ffffff 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: 0;
}
.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: #1e427e;}
.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 {color: #888f9b;font-size: 12px;height: 30px;border: 1px solid #e1e1e1;width: 100%;border-radius: 3px;box-shadow: inset 0px 0px 4px 0px rgba(0, 0, 0, 0.10);padding: 0 26px 0 12px;}
.bk_checkin .pipe{vertical-align: text-top;}
.pickup_div{float:left;}
.padL0{padding-left:0;}
.bk_checkin .fcblack{color:#000000;}
.padLR0{padding-left:0;padding-right:0;}
.tble_hdng_colr {background-color: #1e427e;}
.tble_hdng th{font-size: 0.750em;color: #000000; margin-bottom: 5px; padding: 10px;}
.tble_hdng td{font-size: 0.750em;margin-bottom: 5px;padding: 5px 10px;}
.tble_hdng_row th{font-size: 0.750em;color: #ffffff; margin-bottom: 5px; padding: 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: "DroidSerif-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: #1e427e; 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: "DroidSerif-Regular";text-transform: capitalize; margin-right:4px;}
span.deadline-date-box{float:left;font-size: 12px;color: #1e427e;font-family: "DroidSerif-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.active{background:#1e427e;color: #fff;}
.left_range{width:100%;float:left;margin-top:15px;}
.range_l{float:left;}
.range_r{float:right}
.price_ftl{width:100%; height: 120px;}
.price_ftl h1{margin-bottom:15px;}
.logoinnerDV img{width: 100%; margin: 5px;}
.logoinnerDV{    padding-left: 0;padding-top: 12;margin-top: 0;}
 /*loyaty panel*/
.loyalty_hdngdv h1{width: auto; font-size: 18px; padding: 10px 0px; display: inline-block;}
.loyalty_hdngdv h3{    font-size: 18px; padding: 10px 0 10px 0; font-weight: 600; display: inline-block; padding-left: 15px;}
.loyalty_hdngdv{padding: 10px 0;}
.loylty_prdt_catgy h3{ font-size: 18px; padding: 10px 0px; width: 100%; float: left;margin-bottom: 10px;    background: #f8f9fb; border-bottom: 1px solid #e5e5e5}
.loyalty_reg .ui-tabs .ui-tabs-nav li.ui-tabs-active { background-color: #455f87 !important; color: #ffffff; border: 1px solid #455f87; border-bottom: 0; padding: 5px 0px;}
.ewalletPnl ul li { padding: 0px; border-bottom: 1px solid #e1e1e1;}
.ewalletPnl .ui-widget.ui-widget-content { border: 1px solid #e1e1e1;}
.ewalletPnl ul li a { padding:5px 10px;  display: inline-block; width: 100%;font-family: 'DroidSerif-Regular';}
.ewalletPnl{ width: 100%; float: left;}
.loyalty_reg .ui-widget.ui-widget-content{ width: 100%; float: left;}
.loyalty_img img{ width: 100%; height: 100px; border: 2px solid #ccc}
.prodct_infodv h3{ font-size: 16px; border-bottom: 1px solid #eee; margin-bottom: 10px; padding-bottom: 5px;}
.prodct_infodv span{ padding-bottom: 5px; display: inline-block;}
.prodct_infodv p{ font-size: 16px; border-bottom: 1px solid #eee; margin-bottom: 10px; padding-bottom: 5px;}
.claim_div { font-size: 16px; padding: 0px 0px 10px 0px;}
.form_loytyclaim{ width: 100%; padding-left: 15px;}
.form_loytyclaim label { font-size: 14px; padding-bottom: 7px;}
.form_loytyclaim .cmn_btnDv.cmn_btn a { padding: 10px 25px;  border-radius: 20px; text-align: center; color: #1f437f;   cursor: pointer; background: rgba(255,255,255,1); transition:all 0.3s ease; 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 );}/* common css */}
.loyalty_img { padding-left: 0;}
.travler_add {height: auto;border-bottom: 1px solid #e6e3d9;background-color: #dcdcdc;color: #ffffff;padding: 10px 10px;display: inline-block;width: 100%;margin-bottom: 15px;margin-top: 0px;}
.loyltyhdng1{padding: 0px;}
.loyltyhdng1 h1 { font-size: 20px; color: #333; margin-bottom: 0px; padding-left: 0px; font-weight: normal;font-family: 'DroidSerif-Regular';}
.loyalty_reg .ui-widget.ui-widget-content{border: none; padding: 0px;}
.loyalty_reg .ui-widget-header{border: none}
.loyalty_reg .ui-tabs .ui-tabs-nav li{width: 25%; margin: 0px;    border-bottom: none; font-family: 'DroidSerif-Regular';}
.loyalty_reg .table>thead>tr>th{border: 1px solid #fff;background: #e8e8e8;font-family: 'DroidSerif-Regular';}
.loyalty_reg .ui-tabs .ui-tabs-nav li.ui-tabs-active {background-color: #ffffff !important; /* color: #000000; */ border: 1px solid #e7e6eb; border-bottom: 0; padding: 5px 0px 5px; margin: 0px; box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.1) inset;    border-bottom: 0;}
.ewalletPnl .ui-widget.ui-widget-content {border: 1px solid #e1e1e1;}
.ewalletPnl ul li {padding: 0px;border-bottom: 1px solid #e1e1e1;}
.ewalletPnl ul li a:hover {background: #f1f1f1;display: block;color: #000000;}
.prodct_infodv table{border: 1px solid #ddd;border-top: none;}
.prodct_infodv th{font-weight: 600;font-size: 14px;}
.prodct_infodv td{font-size: 13px;}
.loylty_lftmenu{padding-left: 0px;}
.prodct_infodv{padding: 0px;}
.loyalty_img{padding-left: 0px;}
.date_iconloylty{position: relative;}
.date_iconloylty .calendar_date{position: absolute;right: 15px; margin-top: -27px;}
#duplicate_modal .Hoteldet_top{padding-left:20px;}
#duplicate_modal .dup_box {padding:25px 20px}
#duplicate_modal .dup_para {line-height:21px;color:#5D636D;font-size: 13px;padding:0 20px 20px;} 
#duplicate_modal .dup_para strong {font-weight:bold;} 
.loylty_btn input[type=button]{height: 35px; padding: 0 21px; line-height: 35px; border-radius: 50px; display: inline-block; vertical-align: middle;  color: #1f437f;
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 );}
/*loyalty popup design*/
.loylty_btn input[type=button]:hover{ box-shadow: inset 0 0 0 25px #1e427e;color: #ffffff;}
.loyalty_track_hdng h3{font-size: 18px; width: 100%; float: left; margin-bottom: 10px; font-size: 16px;}
.loyalty_track_hdng p{width: 100%; float: left; margin-bottom: 10px; font-size: 14px;}
#loyalty_track .travellr_from { padding: 20px 30px;}
#loyalty_track .close{color: #333!important}
/*end*/
.prodct_infodv table tr th {font-family: 'DroidSerif-Regular';   font-size: 13px;} 
.prodct_infodv table tr td{font-family: 'DroidSerif-Regular';  font-size: 13px;} 
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button{font-family: 'DroidSerif-Regular';} 
.loyalty_table .table thead tr th{font-size: 15px;}
.loyalty_table tr td {
    font-size: 14px;
}

.vocher_dip .agree-txt{
	font-size: 12px;
	line-height: 20px
}
/*#show_redeem_loyalty_point  div > label{font-size: 13px;font-family: 'DroidSerif-Bold'; margin-bottom: 10px} */
.redeem_pntsdv label{font-size: 13px; font-family: 'DroidSerif-Regular'; }
.redeem_input {width: 20%; float: left;}
.redeem_pntsdv{width: 100%; float: left; padding-bottom: 0px;}
label.avblponts{font-size: 14px; font-weight: 600; color: #1e427e;}
.reedm_crncy{display: inline-block; font-size: 12px}
.reddem_note span{font-size: 14px;font-weight: 600;margin-top: 10px;float: left;width: 100%;margin-bottom: 10px;color: #333;}
.chbkx_loylty{padding-left: 0px;}
.chbkx_loylty input[type=checkbox]{float: left; margin: 4px 4px 4px 0px;}
.reedm_crncy{padding-left: 0px;}
.reedm_crncy span {font-size: 17px;padding-top: 5px;float: left;}
.chbkx_loylty span{font-size: 14px; width: 30%; float: left; margin: 0px; padding-left: 0px;font-weight: normal;}
.select_PriceDv h3 {
    width: auto;
    float: right;
    text-align: right;
    font-size: 11px;
    display: block;
    margin-bottom: 5px;
    background: #7286a7;
    padding: 3px 7px;
    color: #fff;
    border-radius: 11px;
    text-transform: capitalize;
}
.loyatydv{padding: 5px 0 0 0; font-size: 12px;  color: #254193; width: 100%; float:left;text-align:right;}


    .faq-wrapper{margin-bottom: 0px; border-top: 1px solid #f0f0f0; background: #fff; transform: translateZ(0);}
    .faq-wrapper input[type="checkbox"]{position: absolute; opacity: 0;}
    .faq-wrapper label img, label p{display: inline-block; vertical-align: top;}
    .faq-wrapper label img {margin-right: 10px; height: 1.4em; float:right;}
    .faq-wrapper label p{line-height: 1.4em;}
    .faq-wrapper label{position: relative; display: block; color: #333333; margin: 0 0 0 16px; padding: 15px 0 16px 24px; border-bottom: 1px solid #f0f0f0; background: #fff; font-size: 1em; line-height: 1.2em; cursor: pointer; -webkit-user-select: none; -moz-user-select: none;
      -ms-user-select: none; -o-user-select: none; user-select: none;}
    .faq-wrapper label:after{position: absolute; top: 50%; left: 0px; margin-top: -10px; height: 20px; content: url('../images/right_arrow.png'); line-height: 20px; font-family: cursive; font-size: x-large;transform: scale(.7);}
    .faq-wrapper section{overflow: hidden; height: 0; transition: .3s all;}
    input[id^=question]:checked ~ label[id^=q_label]:after{transform: rotate(90deg) scale(.7);}
    input[id^=question]:checked ~ section[id^=answer]{height: auto;}
    .faq-wrapper section p{margin: 0; padding: 16px; border-bottom: 1px solid #f0f0f0; color: #999; font-size: 1em; line-height: 1.2em;}
    .add_ancillary_container{padding: 20px; background-color: #f3f3f3;}
    .answer1_container{padding: 20px;}
    .inclusionbreakdown ul li{list-style-image: url('../images/correct_icon.png');}
    .inclusionbreakdown ul ul{padding-left:0px;}
    .ancillary_des{margin-top:20px;}
    .ancillary_des,.answer1_container{font-size:0.875em;}
    #myModalAncillaryInsurance .modal-body{font-size:0.875em;}
    #myModalAncillaryInsurance ul{ padding:5px 0 5px 30px;}
    form[name="transfer_form"] .bootstrap-datetimepicker-widget.usetwentyfour.top {width:300px ! important;}
    form[name="transfer_form"] .bootstrap-datetimepicker-widget.usetwentyfour.top .glyphicon{font-size:12px;}
	#pickup_time .bootstrap-datetimepicker-widget.dropdown-menu{display:block!important;min-width:22em;width:auto}
.cr_search .filterCurency{width: 100%;}
#outer_page .pagination.pagination-large {margin: 14px 14px 0 0;}
#inner_page .padgingDV .pagination{margin-right: 30px}
/*22-02-2020*/
h3.getpointsdv{display: inline-block !important; width: auto; float: none; text-align: right; font-size: 11px; display: block; margin-bottom: 5px; background: #7286a7; padding: 3px 7px; color: #fff; border-radius: 11px; text-transform: capitalize; }
.transfr_prcdv .showpopup_dv{top: 27px; right: -40px; }
/*end*/
.bk_notes.cancel_notesDiv{font-size: 15px;}
.bk_notes.cancel_notesDiv br {display: none; }

/*for Fwd: XR-3752: Farhat - Tours Sightseeing*/
.sight_bknow {float:left;width:100%;border-top:1px solid #e6e6e6 } 
.sight_bknow a{width: auto; float: right; margin-top: 10px; }
/*End*/
/*for space issue in activity list 14.07.2020*/
.sight_bknow {display: flex; flex-wrap: wrap; align-items: center; justify-content: flex-end; padding-right: 30px; } 
.sight_bknow span.PrePayment_Supplier {margin: 7px 10px 0 0; } 
/*for space issue in activity list 14.07.2020 end*/


/*20-07-2020 Prepayment section css*/
span.prepmtdv { font-size: 0.688em; color: #ff0000; margin-top: 5px}
/*a.prepmtdv.md_btn.md_btnM { color: #ff0000; margin-top: 5px;    font-weight: 600;}*/
a.prepmtdv.md_btn.md_btnM {color: #fff; margin-top: 5px; font-weight: 600; background: #ff0000; }
a.prepmtdv.md_btn.md_btnM:hover {  color: #fff;}
/*end*/
/*FOR HOTELMAP 08-09-2020 START*/
.add_to_map_img{background:url(../images/hotel-map-icon.png);height:27px;width:17px;background-position:center;background-repeat:no-repeat;cursor:pointer;margin:-17px 0 -8px}
.fliter_Panel{margin-top:75px}
div#map_list_show_tab{height:54px}
.hmap-count{display:inline-flex;justify-content:center;align-items:center}
.hmap-count p:not(:empty){background:#fff;color:#000;display:inline-grid;margin-left:6px;border-radius:50%;font-size:13px;font-weight:500;padding:1px 5px}
.hotel_to_map_dv{float:left;width:100%;margin:30px 0}
.hotel_to_map_dv .hotelstomap-heading{background:#405a83;padding:10px;color:#fff;text-transform:uppercase;height:40px}
.hotel_to_map_dv .hotelstomap-data{float:left;width:100%;border:1px solid #ddd;margin-top:15px}
.hotel_to_map_dv .hotelstomap-data .filterCheck{float:left;width:100%;height:auto;line-height:19px;padding:10px;padding-left:30px;border-bottom:1px solid #ddd}
.hotel_to_map_dv .filterCheck .checkbox label::before{top:4px}
.hotel_to_map_dv .hotelstomap-data .map_hotel_title{float:left;width:100%;font-size:15px;color:#333;padding:10px;border-bottom:1px solid #ddd;font-family:"DroidSerif-Regular";font-size:17px;color:#263040;line-height:19px}
.hotel_to_map_dv .hotelstomap-data .map_hotel_title:last-child,.hotelstomap-data .filterCheck:last-child{border-bottom:0}
.hotel_to_map_dv form[name="hotel_to_map"]{display:flex;float:left;width:100%;margin:30px 0}
.hotel_to_map_dv .hotelstomap-data{max-height:100%}
.hotel_to_map_dv .hotelstomap-data .filterCheck .map_hotel_title{padding:0}
.hotel_to_map_dv .hotelstomap-data .map_hotel_title span{display:block;float:left;width:100%;font-size:13px}
.hotel_to_map_dv .hotelstomap-data .map_hotel_title span{margin-top:5px}
.hotel_to_map_dv .hotelstomap-data .filterCheck .map_hotel_title span{margin-top:0}
/*FOR HOTELMAP 08-09-2020 END*/
.bk_notes b {font-weight: bold;}

/*23.01.2021 FOR GALLERY SECTION START*/
.gallery-box .contactus_dv {padding: 50px 15px; float: left; width: 100%; } 
.gallery-box .contactus_dv .img-responsive {height: 280px;width: 100%;object-fit: cover;}
.gallery-box .contactus_dv div[class*="col"] {padding: 0 15px 0 0; } 
/*23.01.2021 FOR GALLERY SECTION END*/

/*30-04-2021 hotel details new design*/
.room_dtls{background:#f8f9fb  none repeat scroll 0 0;color:#000;display:inline-block;font-size:14px;padding:22px;text-transform:uppercase;width:100%;border-radius:4px;margin-top:22px;display:inline-table; border: 1px solid #ccc;}
.no_brdr{border-right:medium none!important}
.room_type{float:left;width:44%;border-right:1px solid #d4dfec;padding-left:18px;padding-right:10px;height:100%}/*17-06-2021*/
.book_dv{background:#7286a7 none repeat scroll 0 0;padding:10px 0;border:1px solid #7286a7;border-top:none; float:left;width:100%}
.add_quot_btn{float:left;margin-right:10px;margin-left:0px}
.cancel_btn{position:relative;float:left}
/*.add_quot_btn>a{background:#333 none repeat scroll 0 0;border-radius:30px;color:#fff ! important;display:inline-block;font-size:14px;padding:0 25px;height:35px;display:inline-block;line-height:35px;text-align:center;cursor:pointer}*/
/*.cancel_btn>a{background:#fe0000 none repeat scroll 0 0;border-radius:30px;color:#fff;display:inline-block;font-size:14px;padding:0 25px;cursor:pointer;height:35px;display:inline-block;line-height:35px}*/
/*.book_now>a{background:#fd5c62;background:linear-gradient(180deg,rgba(253,92,98,1) 0,rgba(238,43,51,1) 100%);der-radius:30px;color:#fff;float:right;padding:0 25px;height:35px;display:inline-block;line-height:33px;margin-right:10px;border:1px solid #f23840;cursor:pointer;border-radius:30px;font-size:14px;text-transform:uppercase}*/
.book_now>a{float: right;}
.total_amt{color:#fff;float:left;font-size:14px;margin-top:10px;text-transform:uppercase;margin-left:70px}
.total_amt P{float:right;font-size:22px;margin-left:40px;margin-top:-4px}
.book_now.dtail_bknow{margin-right:0px}

.inslusn{float:left;width:18%;border-right:1px solid #d4dfec;height:100%}/*17-06-2021*/
.inslusn.no_brdr>h4{margin-left:30px}
.stats{float:left;width:20%;border-right:1px solid #d4dfec;height:100%}/*17-06-2021*/
.no_ofrms{float:left;width:18%;border-right:1px solid #d4dfec;height:100%}/*17-06-2021*/
.total_rate{float:left;width:20%;text-align:center;height:100%}/*17-06-2021*/
.width_detail_listing .rooms1 {display: flex; width: 100%; float: left; }
.rooms1{border:1px solid #d4dfec;float:left;width:100%;box-shadow:0 1px 5px 0 #e9e9e9}
.rooms1 .room_cont {display: inherit; min-height: auto; float: none; width: 100%; }
.room_cont{min-height:100px;border-bottom:1px solid #d4dfec;padding-left:0;padding-right:0}
.rooms1 .room_cont .room_type,.rooms1 .room_cont .inslusn,.rooms1 .room_cont .stats,.rooms1 .room_cont .no_ofrms,.rooms1 .room_cont .total_rate{display:inline-block;float:left;vertical-align:top;min-height:70px}
.room_type>p{color:#77738c;font-size:13px;font-weight:300;margin-left:20px;line-height:17px;padding-bottom:10px}
.room_type span{color:#ea2f36;font-weight:400}
.stats.no_brdr>h4{margin-left:30px}
.inslusn>p{color:#403c4f;font-size:16px;margin-left:30px;margin-top:20px;text-indent:0;font-family:'Open Sans',sans-serif}
.inslusn .fa{color:#333;font-size:8px;vertical-align:middle;margin-right:5px}
.inclusion_clk{display:none}
.stats .avlbtn{background:#46cb74 none repeat scroll 0 0;border-radius:10px;color:#fff;display:inline-block;font-size:10px;font-weight:500;line-height:11px;margin-left:25px;margin-top:20px;padding:4px 14px 3px;text-transform:uppercase}
.stats p{color:#403c4f;font-size:16px;margin-left:20px;margin-top:20px;font-family:'Open Sans',sans-serif}
.no_ofrms p{color:#403c4f;font-size:16px;margin-left:20px;margin-top:10px;font-family:'Open Sans',sans-serif}
/*.no_ofrms .no_adt_chd{margin-top:6px;margin-left:37px;margin-bottom:10px}*/
.no_adt_chd .fa.fa-male{margin-right:2px;font-size:18px}
.no_ofrms .fa{color:#333;font-size:8px;vertical-align:middle;margin-right:5px}
.total_rate>p{color:#39354c;font-size:20px;margin-top:10px;margin-bottom:5px}
.brekup{position:relative}
.brekup>a{border:1px solid #cbcbd9;border-radius:12px;color:#39354c;font-size:10px;font-weight:300;padding:1px 10px;text-transform:uppercase}
.open_rate{background:#fff none repeat scroll 0 0;border:1px solid #aeaeae;border-radius:8px;box-shadow:0 2px 5px 1px #ccc;display:none;padding:15px 0 5px;position:absolute;right:65px;top:33px;width:500px;z-index:100}
.traveler_info h1{font-size:15px;font-weight:600;color:#263040}
.hotlbknowform .common_select select{box-shadow:0 0 5px 0 rgba(0,0,0,.25) inset;font-size:13px;height:30px;width:100%;color:#888f9b;font-size:12px;padding:0 26px 0 12px;font-family: "droidserif-regular";background:0 0;text-align:left}
.hotel_title h1{font-family: "droidserif-regular";font-size:20px;color:#333}
.listStarDV .starblue{font-size:16px!important;color:#275691;float:left;margin-right:3px}
.listStarDV{width:100%;float:left;padding-top:5px;padding-bottom:2px;margin-right:0;text-align:left}
.pop-main-lnk >div{color:#ccc;margin-right:5px;cursor:pointer;font-size:14px}
.email_clk >span{color:#5f5f5f;font-size:13px;font-weight:400;margin-right:15px}
.pop-main-lnk{margin-top:10px;float:left;margin-bottom:20px}
.detail_slider img{width:100%}
#thumbcarousel .carousel-inner{margin:0 auto;width:85%}
.item .thumb{cursor:pointer;float:left;margin-right:2px;width:45px}
.item .thumb img{margin:2px;width:100%;height:45px}
.left_arw .left.carousel-control,.carousel-control.right{position:absolute;top:12px;width:20px}
.nav-tabs{border-bottom:1px solid #ddd}
.nav-tabs.hdtls_tab>li:first-child{margin-left:0}
.nav-tabs>li{float:left;margin-bottom:-1px}
.nav.nav-tabs.hdtls_tab li.active a{color:#403c4f;padding:10px 15px;background-color:#fff;border:1px solid #ddd;border-bottom-color:transparent;cursor:default}
.nav-tabs>li>a{margin-right:2px;line-height:1.42857143;border:1px solid #ccc;border-radius:4px 4px 0 0}
.tab-content.hdtls_cont {margin-top: 15px; margin-bottom: 25px; font-size: 14px; line-height: 23px; text-align: left; }
.read_more{color:#ea2f36;cursor:pointer;float:left;font-size:14px;font-weight:300;margin-bottom:20px}
.hotel_detlsdv .listingVW.box-shadowdv{box-shadow:none;border-radius:0;border:none;padding-top:30px;background: #fff;    border-top: 1px solid rgba(0,0,0,.2);}
label.paddtop9.rum_label{padding-left:10px}
.searchForm_tabs_wrapper .homeSearchCont ul.nav.nav-tabs.form_dv li a{height:46px}
.searchForm_tabs_wrapper hr{margin-top:15px}
.advance_search_link{margin-bottom:0}
.filterSort{width:95px}
.funkyradio{padding-top:10px}
#thumbcarousel .carousel-inner{margin:0 auto;width:85%;margin-top:10px}
.room_dtls .room_type.no_brdr{padding-left:0}
.room_dtls .no_ofrms{padding-left:20px}
.hotel_detlsdv .open_rate {padding: 0; background: #0000004d; border: 0; box-shadow: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; padding-top: 100px; text-align: center; color: #fff; } 
.hotel_detlsdv .open_rate .modal-content {text-align: left; color: #333; }
.containerDV.top-shadow{float: left;}
.hotel_detlsdv .type_emal{top:81px}
.hotel_detlsdv .type_emal.common_input .md_btnM{color:#fff;font-size:13px}
.hotel_detlsdv .fa-pulse{color:#ea1c24}
.star_check .checkbox label::before{top:7px}
.hotel_detlsdv .more_opt.room_more{background:linear-gradient(180deg,rgba(253,92,98,1) 0,rgba(238,43,51,1) 100%);color:#fff;padding:0 25px;height:35px;display:inline-block;line-height:33px;margin-right:10px;border:1px solid #f23840;cursor:pointer;border-radius:30px;font-size:14px;text-transform:uppercase;float:left}
.hotel_detlsdv .more_pad{margin:0;width:100%;float:left;padding:15px 15px 0;display:inline-flex;justify-content:center;flex-wrap:wrap}
.hotel_detlsdv .room_dtls h4{text-align:center;margin:0!important}
.hotel_detlsdv .room_dtls .room_type.no_brdr h4{text-align:left}
.hotel_detlsdv .inslusn>p{margin:10px 0 0;text-align:center;padding-left: 18px;}
.hotel_detlsdv .stats .avlbtn{margin:20px 0 0}
.hotel_detlsdv .rooms1 .room_cont .stats{text-align:center}
/*.hotel_detlsdv .rooms1 .room_cont .no_ofrms{display:inline-flex;flex-wrap:wrap;flex-direction:column;align-items:center}*/
.hotel_detlsdv .room_dtls .total_rate{padding-left:15px}
/*added on 7.12.2020*/
/*end*/
/*12-05-2021*/
.hotel_detailslider{white-space: nowrap; width: 100%; overflow-x: scroll; overflow-y: hidden; background: none;}
.hotel_detailslider .item { display: table-cell;}
.detail_slider .item {height: 330px; width: 100%; background-size: 100%; }
.detail_slider .item img.img-responsive {width: 100%; height: 100%; }
/*15-06-2021*/
.htl_dtl_mar.width_detail_listing,.htl_dtl_mar.width_detail_listing .inslusn>p, .htl_dtl_mar.width_detail_listing .no_ofrms p{font-size: 14px; display: inline-block; text-align: center; }
/*17-06-20211*/
.htl_dtl_mar.width_detail_listing { width: 100%;}
.slider_images {width: 50%; margin: 0 auto;}
.stats_dv .avlbtn{background:#46cb74 none repeat scroll 0 0;border-radius:10px;color:#fff;display:inline-block;font-size:10px !important;font-weight:500;line-height:11px;margin-left:0px;margin-top:0px;padding:4px 14px 3px;text-transform:uppercase}
.stats_dv .onrequest{background:#ff0000 none repeat scroll 0 0;border-radius:10px;color:#fff;display:inline-block;font-size:10px !important;font-weight:500;line-height:11px;margin-left:0px;margin-top:0px;padding:4px 14px 3px;text-transform:uppercase}/*04-10-2021*/
.added_quote {margin-top: 6px; float: left; }
#RoomType .funkyradio {text-align: left;}
.include-grid{padding-top: 10px}
.tooltips {position: relative; display: inline-block; }
.tooltips .tooltiptext {visibility: hidden; width: 100%; background-color: #f3f3fd; color: #000; text-align: left; border-radius: 6px; padding: 5px 0 0 10px; position: absolute; z-index: 1; left: 0px; top: 22px; }
.tooltips:hover .tooltiptext {visibility: visible; }
.popover { width: 300px;}
.hotel_title .tooltiptext {font-size: 13px; display: block; min-width: 220px; padding: 5px 20px 5px 10px; border-radius: 0; box-shadow: none; color: #fff; background: #404040; border-radius: 4px; }
.hotel_title .tooltiptext span {color: #fff; font-size: 12px; }
.stay-note-grid{position: relative; display:   inline-block;}
.stay-note-grid .showpopup_dv::before {border-left: 6px solid transparent; border-top: 6px solid transparent; content: ""; position: absolute; top: -13px; right: initial; border-right: 6px solid transparent; border-bottom: 6px solid grey; opacity: 0.5; }
.stay-note-grid .showpopup_dv::after {right: initial; }
/*09-07-2021*/
.curency-grid .showpopup_dv {min-height: 220px; overflow-y: auto; max-height: 250px; }
.curency-grid .doller_box { width: 100%; float: left;}
.curency-grid .showpopup_dv div label{padding-left: 0px;}