/*  CSS Document  */

.booking_form img {width:100%}

body {
  background-color: #f8f8f8;
  margin: 0px;
  padding: 0px;
}

ul.nav li.dropdown:hover ul.dropdown-menu {
  display: block;
}

.item-image img{width:100%}

a {
  color: maroon;
}

.top_section {
  background-image: url(../../assets/img/top_section_bg.png);
  background-repeat: repeat-x;
  height: 153px;
  padding-top: 3px;
}

.top_section_container {
  max-width: 960px;
  height: 143px;
  margin-top: 6px;
  margin: auto;
  position: relative;
}

.background {
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0.1;
  filter: alpha(opacity=10);
  position: absolute;
  top: 0;
  left: 0;
}

.logo {
  position: absolute;
  top: 6;
  left: 6;
  margin-top: 12px;
  margin-left: 12px;
}

.main_menu_container {
  position: absolute;
  top: 100px;
  left: 150px;
}

.main_menu_container a {
  color: #fff;
  font-size: 12px;
}

.chh_search {
  position: absolute;
  top: 20px;
  right: 25px;
}

.chh_search input {
  font-size: 11px;
}

.search input {
	height: calc(1.5em + .5rem + 2px);
padding: .25rem .5rem;
font-size: .875rem;
line-height: 1.5;
border-radius: 15px;
outline-offset: -2px;
}
.main_menu_container .nav-pills>li>a {
    padding-top: 8px;
    padding-bottom: 8px;
    margin-top: 2px;
    margin-bottom: 2px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.main_menu_container .nav-tabs>li>a, .main_menu_container .nav-pills>li>a {
    padding-right: 12px;
    padding-left: 12px;
    margin-right: 2px;
    line-height: 14px;
}
.main_menu_container .nav>li>a {
    display: block;
}
.main_menu_container .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    background-color: #ffffff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    *border-right-width: 2px;
    *border-bottom-width: 2px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}
.main_menu_container .dropdown-menu a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 20px;
    white-space: nowrap;
}
.main_menu_container .dropdown-menu a:hover{text-decoration:none;

}
.main_menu_container .dropdown-menu li:hover {
	background-color: #ab5a00;
}
.main_menu_container .nav-tabs>li, .main_menu_container .nav-pills>li {
    float: left;
}
.main_menu_container .dropup, .main_menu_container .dropdown {
    position: relative;
}
.main_menu_container .nav-pills .dropdown-menu {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: #965e00;
}
.main_menu_container .nav>li>a:hover {
    text-decoration: none;
     background-color: #965e00; 
}
.main_menu_container .nav-pills>.active>a, .main_menu_container .nav-pills>.active>a:hover {
    color: #ffffff;
    background-color: #ab5a00;
}
.main_menu_container .nav {
    margin-left: 0;
    margin-bottom: 20px;
    list-style: none;
}

.content_container {
  max-width: 960px;
  margin: auto;
  margin-top: -1px;
  min-height: 300px;
  background-color: #ededed;
  border-radius: 7px;
  padding: 9px;
  overflow: auto;
}

.book_car_hire {
  margin: auto;
  background-image: url(../../assets/img/bch_bg.png);
  background-repeat: repeat-x;
  height: 35px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 0px;
  line-height: 35px;
  padding-left: 4px;
}

.booking_container {
  /*position: relative;*/
}

.booking_form {
  /*max-width: 650px;*/
  min-height: 100px;
  background-color: #c99800;
  margin-top: 6px;
  padding: 11px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  /*float: left;*/
}

.booking_form_right {
  /*float: left;*/
  padding-top: 6px;
  /*padding-left: 6px;*/
}

input, select {
  border: 1px solid #777777;
}

select {
  /*height: 31px;*/
  /*width: 155px;*/
}

.input_one {
  /*height: 2em;*/
  /*width: 623px;*/
}

.input_two {
  width: 125px;
  height: 2em;
}

.input_three {
  /*width: 290px;*/
  /*height: 2em;*/
}

textarea {
  /*width: 611px;*/
  /*border: 1px solid #777777;*/
  /*height: 80px;*/
}

.menu_module_one {
  height: auto;
  /*width: 280px;*/
  background-image: url(../../assets/img/module_bg_image.png);
  background-repeat: repeat-x;
  background-color: #fff;
  margin-bottom: 4px;
  border-bottom: 1px solid #ccd5dd;
}

.menu_module_one h3 {
  font-size: 16px;
  margin-top: 0px;
  margin-left: 8px;
  margin-bottom: 8px;
  color: #5e5e5e;
  padding-top: 10px;
}

.menu_module_one ul {
  list-style: url(../../assets/img/list_style_arrow.png);
  margin-bottom:10px;
  display: block;
}

.menu_module_one li {
  margin-left: 30px;
  font-size: 13px;
  color: #ab5a00;
  padding-top: 4px;
  padding-bottom: 2px;
}

.menu_module_one a {
  color: #037b00;
}

.menu_module_one a:hover {
  color: #000;
  text-decoration: none;
}

.menu_module_two {
  height: auto;
  /*width: 280px;*/
  background-image: url(../../assets/img/module_bg_image.png);
  background-repeat: repeat-x;
  background-color: #fff;
  padding-bottom: 5px;
}

.menu_module_two h3 {
  font-size: 16px;
  margin-top: 0px;
  margin-left: 8px;
  padding-top: 10px;
  margin-bottom: 8px;
  color: #5e5e5e;
}

.menu_module_two ul {
  list-style: url(../../assets/img/list_style_square.png);
  margin-bottom: 10px;
  display: block;
}

.menu_module_two li {
  margin-left: 30px;
  font-size: 13px;
  color: #ab5a00;
  padding-top: 4px;
  padding-bottom: 2px;
}

.menu_module_two a {
  color: #757575;
}

.menu_module_two a:hover {
  color: #000;
  text-decoration: none;
}

.third_fourth_module_container {
  max-width: 956px;
  /*clear: left;*/
  padding-top: 4px;
  border: 0px;
  position: relative;
  /*overflow: auto;*/
  margin-bottom: 4px;
}

.third_module {
  /*height: 162px;*/
  background-image: url(../../assets/img/module_bg_image.png);
  background-repeat: repeat-x;
  /*width: 596px;*/
  /*float: left;*/
  margin-right: 8px;
  border-bottom: 1px solid #ccd5dd;
  font-size: 12px;
  padding: 10px !important;
}

.chh_img_wrapping {
  float: left;
  margin: 10px;
}

.third_module h3 {
  font-size: 16px;
  margin-left: 10px;
  margin-bottom: 10px;
  margin-top: 10px;
}

.fourth_module {
  /*height: 162px;*/
  background-image: url(../../assets/img/module_bg_image.png);
  background-repeat: repeat-x;
  /*width: 356px;*/
  /*float: left;*/
  border-bottom: 1px solid #ccd5dd;
  font-size: 11.3px;
}

.bt-cs {
  margin-top: 10px;
}

.fifth_module {
  /*max-width: 956px;*/
  background-image: url(../../assets/img/module_bg_image.png);
  background-repeat: repeat-x;
  background-color: #fff;
  height: auto;
  border-bottom: 1px solid #ccd5dd;
  font-size: 13px;
  padding: 10px;
}

.footer {
  /*width: 956px;*/
  background-image: url(../../assets/img/footer_bg.png);
  background-repeat: repeat-x;
  background-color: #fff;
  /*height: 226px;*/
  margin-top: 6px;
  border-bottom: 2px solid #ccd5dd;
}

.copyright {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #000;
}

.image, .phone, .phone_no, .email, .actual_email {
  border-bottom: 3px solid #ff9d1c;
  background-color: #ab5a00;
  height: 42px;
  float: left;
  padding-right: 22px;
}

.phone_no {
  border-right: 3px #FFF;
}

.twenty_four {
  postion: relative;
}

.hr {
  position: relative;
  margin-top: 0;
  padding-top: 63px;
  margin-left: 200px;
  width: auto;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 19px;
}

.footer_ki_box h3 {
  font-size: 13px;
  margin-bottom: -4px;
}

.footer_ki_box a {
  font-size: 11.5px;
}

.fifth_module h3 {
  font-size: 16px;
  margin-left: 10px;
}

.fifth_module ul {
  margin-left: 10px;
}

.fifth_module .nav li {
  display: inline-block;
  padding: 5px 5px 5px 5px;
  list-style-type: none;
}

.fifth_module .nav a {
  margin: 5px;
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border: 1px solid #6F806F;
  padding: 2px 13px 2px 13px;
  background: #e8e8e8;
  color: #000;
  background-image: linear-gradient(bottom, rgb(201,200,199) 0%, rgb(255,255,255) 85%);
  background-image: -o-linear-gradient(bottom, rgb(201,200,199) 0%, rgb(255,255,255) 85%);
  background-image: -moz-linear-gradient(bottom, rgb(201,200,199) 0%, rgb(255,255,255) 85%);
  background-image: -webkit-linear-gradient(bottom, rgb(201,200,199) 0%, rgb(255,255,255) 85%);
  background-image: -ms-linear-gradient(bottom, rgb(201,200,199) 0%, rgb(255,255,255) 85%);
  background-image: -webkit-gradient(
  linear,
  left bottom,
  left top,
  color-stop(0, rgb(201,200,199)),
  color-stop(0.85, rgb(255,255,255))
);
}

.fifth_module .nav a:hover {
  box-shadow: 3px 3px 4px rgb(204, 204, 204);
  color: #87b737;
  text-decoration:none;
}

.clinkis {
  /*position: relative;*/
  font-size: 10px;
  color: #996600;
  /*left: 370px;*/
  /*top: 6px;*/
}

.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 10px;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: .25rem;
	background-image: url(../../assets/img/bch_bg.png);
  background-repeat: repeat-x;
  height: 35px;
  font-size: 14px;
  font-weight: 300;
}
#side-menu ul {
	display: block;
}

#side-menu .dropdown-menu {
    position: relative;
    top: 0;
    left: 0;
    z-index: 1000;
    display: block;
    float: none;
    min-width: 10rem;
    padding: 0 0;
    margin:  0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: none;
    border-radius: 0;
}

.clinkis_two {
  /*position: relative;*/
  font-size: 10px;
  color: #996600;
  /*left: 15px;*/
  /*top: -10px;*/
}
.ft1, .ft2, .ft3, .ft4, .ft5{
	padding: 10px !important;
	border-bottom: 2px solid #ccd5dd;
}
.ft1 h3, .ft2 h3, .ft3 h3, .ft4 h3, .ft5 h3{
	margin-bottom: 10px;
}
.ft1 ul, .ft2 ul, .ft3 ul, .ft4 ul{
	display: block;
}

.top-float {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 19px;
}

