@charset "UTF-8";
.orange {
  color: #f16209;
}

@media (max-width: 767px) {
  .text-center-xs {
    text-align: center;
  }
}

/*
 * ----------------------------------------------------------------------------------------
 * Global Style.
 * ----------------------------------------------------------------------------------------
 */

body {
  font-family: 'Poppins', sans-serif !important;
}
h4 {
  margin: 0;
}

h5 {
  margin: 0;
  font-weight: bold;
}

p {
  margin: 0;
}

.icon-info {
  display: inline-block;
  background-image: url("../images/icon-set.png");
  background-repeat: no-repeat;
  background-position: 0px -53px;
  width: 40px;
  height: 40px;
}

.icon-info.active {
  background-position: 0px -96px;
}

/*
 * ----------------------------------------------------------------------------------------
 * Helpers.
 * ----------------------------------------------------------------------------------------
 */
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.width100 {
  width: 100%;
}

.width75 {
  width: 75%;
}

.width50 {
  width: 50%;
}

.m-l-r-0 {
  margin-left: 0;
  margin-right: 0;
}

.m-b-20 {
  margin-bottom: 20px !important;
}

.m-b-10 {
  margin-bottom: 10px !important;
}

.m-b-30 {
  margin-bottom: 30px  !important;
}

.m-b-40 {
  margin-bottom: 40px !important;
}

.m-b-50 {
  margin-bottom: 50px  !important;
}

.m-b-100 {
  margin-bottom: 100px  !important;
}

.m-t-10 {
  margin-top: 10px  !important;
}

.m-t-20 {
  margin-top: 20px  !important;
}

.m-t-30 {
  margin-top: 30px  !important;
}

.m-t-40 {
  margin-top: 30px  !important;
}

.m-t-50 {
  margin-top: 50px  !important;
}

.m-t-100 {
  margin-top: 100px  !important;
}

.seprater-bottom-30 {
  content: "";
  height: 1px;
  display: block;
  margin-bottom: 30px;
}

.seprater-bottom-50 {
  content: "";
  height: 1px;
  display: block;
  margin-bottom: 50px;
}

.seprater-bottom-100 {
  content: "";
  height: 1px;
  display: block;
  margin-bottom: 100px;
}

.border1 {
  border: 1px solid #000;
}

.border2 {
  border: 2px solid #000;
}

.border-0 {
  border: 0;
}

.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}

.m-0 {
  margin: 0 !important;
}

.p-0 {
  padding: 0 !important;
}

.p-l-0 {
  padding-left: 0 !important;
}

.p-r-0 {
  padding-right: 0 !important;
}

.p-l-8 {
  padding-left: 8px !important;
}

.devider-90 {
  content: "";
  width: 90%;
  height: 1px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  background: #ddd;
}

.devider-100 {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  background: #ddd;
}

.underline {
  text-decoration: underline;
}

.bold {
  font-weight: bold;
}

.text-left {
  text-align: left !important;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

.inline-element {
  display: inline !important;
}

.two-fields {
  font-size: 0;
}

.two-fields .form-group {
  font-size: 12px;
}

.two-fields .form-group {
  width: 50%;
  display: inline-block;
  padding: 0;
}

.two-fields .form-group input {
  width: 100%;
}

.two-fields .form-group select {
  width: 100%;
}

.two-fields .form-group:first-child {
  padding-right: 15px;
}

.two-fields .form-group:last-child {
  padding-left: 15px;
}

.three-fields {
  font-size: 0;
}

.three-fields .form-group {
  font-size: 12px;
}

.three-fields .form-group {
  width: 33.33%;
  display: inline-block;
  padding: 0;
}

.three-fields .form-group input {
  width: 95%;
}

.three-fields .form-group select {
  width: 95%;
}

.three-fields .form-group:last-child input {
  width: 100%;
  padding-left: 15px;
}

.three-fields .form-group:last-child select {
  width: 100%;
  padding-left: 15px;
}

.three-fields .form-group:last-child {
  padding-left: 15px;
}

.three-fields .form-group:first-child {
  padding-right: 15px;
}

.four-fields {
  font-size: 0;
}

.four-fields .single {
  font-size: 14px;
}

.four-fields .form-group {
  font-size: 14px;
}

.four-fields .form-group {
  width: 25%;
  display: inline-block;
  padding: 10px;
}

.four-fields .form-group input {
  width: 95%;
}

.four-fields .form-group select {
  width: 95%;
}

.four-fields .form-group:last-child input {
  width: 100%;
  padding-left: 10px;
}

.four-fields .form-group:last-child select {
  width: 100%;
  padding-left: 10px;
}

.four-fields .form-group:last-child {
  padding-left: 0;
}

.four-fields .form-group:first-child {
  padding-right: 10px;
  padding-left: 0;
}

.five-fields {
  font-size: 0;
}

.five-fields .single {
  font-size: 14px;
}

.five-fields .div {
  font-size: 14px;
}

.five-fields .div {
  width: 20%;
  display: inline-block;
  padding: 10px;
}

.five-fields .div input {
  width: 95%;
}

.five-fields .div select {
  width: 95%;
}

.five-fields .div:last-child input {
  width: 100%;
  padding-left: 10px;
}

.five-fields .div:last-child select {
  width: 100%;
  padding-left: 10px;
}

.five-fields .div:last-child {
  padding-left: 10px;
  padding-right: 0;
}

.five-fields .div:first-child {
  padding-right: 10px;
  padding-left: 0;
}

.grid-0 > [class*='col-'] {
  padding: 0;
}

/* ----------------------------------------------------------------------------------------
 * Global Style.
 * Header styles.
 * Nav styles.
 * Main styles.
 * Sidebar styles.
 * Footer styles.
 * ----------------------------------------------------------------------------------------
 */
/*
 * ----------------------------------------------------------------------------------------
 * Header styles.
 * ----------------------------------------------------------------------------------------
 */
/*
 * ----------------------------------------------------------------------------------------
 * Nav styles.
 * ----------------------------------------------------------------------------------------
 */
/*
 * ----------------------------------------------------------------------------------------
 * Main styles.
 * ----------------------------------------------------------------------------------------
 */
@font-face {
  font-family: 'Josefin Sans Bold';
  src: url("../fonts/JosefinSans-Bold.eot");
  src: url("../fonts/JosefinSans-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/JosefinSans-Bold.woff2") format("woff2"), url("../fonts/JosefinSans-Bold.woff") format("woff"), url("../fonts/JosefinSans-Bold.ttf") format("truetype"), url("../fonts/JosefinSans-Bold.svg#JosefinSans-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Josefin Sans Regular';
  src: url("../fonts/JosefinSans-Regular.eot");
  src: url("../fonts/JosefinSans-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/JosefinSans-Regular.woff2") format("woff2"), url("../fonts/JosefinSans-Regular.woff") format("woff"), url("../fonts/JosefinSans-Regular.ttf") format("truetype"), url("../fonts/JosefinSans-Regular.svg#JosefinSans-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Lato Bold';
  src: url("../fonts/Lato-Bold.eot");
  src: url("../fonts/Lato-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Lato-Bold.woff2") format("woff2"), url("../fonts/Lato-Bold.woff") format("woff"), url("../fonts/Lato-Bold.ttf") format("truetype"), url("../fonts/Lato-Bold.svg#Lato-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
}

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

@font-face {
  font-family: 'Lato Black';
  src: url("../fonts/Lato-Black.eot");
  src: url("../fonts/Lato-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/Lato-Black.woff2") format("woff2"), url("../fonts/Lato-Black.woff") format("woff"), url("../fonts/Lato-Black.ttf") format("truetype"), url("../fonts/Lato-Black.svg#Lato-Black") format("svg");
  font-weight: 900;
  font-style: normal;
}

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

#Page-wrapper {
  position: relative;
  overflow: hidden;
}

body {
  font: 14px/22px 'Lato Regular', sans-serif;
  margin: 0;
  background: #fff;
}

h2 {
  font-size: 24px;
  padding: 35px 0;
  border-bottom: 1px solid #dfe3e9;
  margin-bottom: 35px;
  text-transform: uppercase;
  font-family: 'Josefin Sans Bold', sans-serif;
  color: #000;
}

h3,
.total-text {
  font-size: 16px;
  text-transform: uppercase;
  color: #000;
}

h4 {
  font-size: 12px;
  text-transform: uppercase;
  /*!*font-family: 'Josefin Sans Regular', sans-serif;*!*/
  color: #000;
}

a {
  color: #0f6bb2;
}

a:hover {
  color: #000;
}

.container {
  max-width: 880px;
  margin: 0 auto;
  width: 100%;
  background: #fff;
}

.bg-cover {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top 50%;
}

/* Header */
.navbar-brand {
  height: auto;
}

.navbar {
  border-radius: 0;
  background-color: #0f6bb2;
  margin: 0;
  border: 0;
}

.navbar > .container-fluid .navbar-brand {
  margin-left: 45px;
  margin-bottom: -55px;
}

.navbar-right {
  margin-right: 45px;
  padding: 22px 0;
}

.nav > li {
  display: inline-block;
  font-size: 16px;
  font-family: 'Josefin Sans Bold', sans-serif;
}

.phone {
  letter-spacing: 1px;
  padding-right: 30px;
}

.login .nav > li.phone > a {
  color: red !important;
  font-size: 16px;
}

.login .nav > li.phone > a:hover {
  color: red !important;
}

.nav > .phone > a:focus,
.nav > .phone > a:hover {
  text-decoration: underline;
  background-color: transparent;
}

.banner {
  min-height: 560px;
  margin-top: -55px;
}

.inner .banner {
  margin-top: 0;
}

label {
  font-size: 12px;
  text-transform: uppercase;
  /*!*font-family: 'Josefin Sans Regular', sans-serif;*!*/
  color: #000;
}

.tool-tip {
  position: relative;
  cursor: pointer;
  margin-left: 7px;
}

.tool-tip .fa {
  font-size: 14px;
  color: #c5d0de;
}

.tool-tip:hover .fa {
  color: #0f6bb2;
}

.popover {
  box-shadow: none;
}

.popover.top {
  margin-top: -20px;
}

.popover-content {
  padding: 10px 20px;
  text-align: center;
  font-family: 'Lato Regular', sans-serif;
  max-width: 270px;
  font-size: 12px;
}

/*.dropdown-btn, select {*/
/*border: 1px solid #dfe3e9;*/
/*padding: 10px;*/
/*border-radius: 5px;*/
/*background: transparent;*/
/*outline: none;*/
/*box-shadow: none;*/
/*width: 100%;*/
/*text-align: left;*/
/*-webkit-appearance: none;*/
/*}*/
/*select option {*/
/*padding: 5px;*/
/*}*/
/*.select-hidden {*/
/*display: none;*/
/*visibility: hidden;*/
/*padding-right: 10px;*/
/*}*/
/*.select {*/
/*cursor: pointer;*/
/*display: inline-block;*/
/*position: relative;*/
/*font-size: 16px;*/
/*color: #000;*/
/*width: 100%;*/
/*height: 40px;*/
/*font-family: 'Lato Bold', sans-serif;*/
/*}*/
/*.select-styled {*/
/*position: absolute;*/
/*top: 0;*/
/*right: 0;*/
/*bottom: 0;*/
/*left: 0;*/
/*border-radius: 4px;*/
/*background: transparent;*/
/*border: 1px solid #dfe3e9;*/
/*padding: 8px 20px;*/
/*-moz-transition: all 0.2s ease-in;*/
/*-o-transition: all 0.2s ease-in;*/
/*-webkit-transition: all 0.2s ease-in;*/
/*transition: all 0.2s ease-in;*/
/*color: #000;*/
/*font-family: 'Lato Bold', sans-serif;*/
/*}*/
/*.select-styled:after {*/
/*position: absolute;*/
/*content: '\f107';*/
/*font-family: 'FontAwesome';*/
/*font-size: 16px;*/
/*top: 8px;*/
/*right: 10px;*/
/*transition: .2s all ease-in-out;*/
/*}*/
/*.select-styled.active {*/
/*border-color: #000;*/
/*}*/
/*.select-styled.active:after {*/
/*transform: rotate(180deg);*/
/*}*/
/*.select-options {*/
/*display: none;*/
/*position: absolute;*/
/*top: 45px;*/
/*right: 0;*/
/*left: 0;*/
/*z-index: 999;*/
/*margin: 0;*/
/*padding: 0;*/
/*list-style: none;*/
/*background-color: #fff;*/
/*border: 1px solid #dfe3e9;*/
/*border-top: 0;*/
/*border-radius: 4px;*/
/*overflow: hidden;*/
/*}*/
/*.select-options li {*/
/*margin: 0;*/
/*padding: 12px 0;*/
/*text-indent: 15px;*/
/*border-top: 1px solid #dfe3e9;*/
/*-moz-transition: all 0.15s ease-in;*/
/*-o-transition: all 0.15s ease-in;*/
/*-webkit-transition: all 0.15s ease-in;*/
/*transition: all 0.15s ease-in;*/
/*color: #000;*/
/*font-family: 'Lato Bold', sans-serif;*/
/*}*/
/*.select-options li:hover {*/
/*color: #fff;*/
/*background: #0f6bb2;*/
/*}*/
/*.select-options li[rel="hide"] {*/
/*display: none;*/
/*}*/
.form-group {
  display: inline-block;
  width: 100%;
  position: relative;
}

.form-control {
  height: 40px;
  box-shadow: none;
  color: #000;
}

.form-control:focus {
  border-color: #000;
  box-shadow: none;
}

.form-control:disabled {
  background: #e8e8e8;
  border-color: #dfe3e9;
}

input.datepicker {
  padding: 8px 30px 8px 20px;
  background: #fff url(../images/icon-cal.png) no-repeat 95% center;
  font-size: 12px;
  font-family: 'Lato Regular', sans-serif;
}

input.datepicker:focus,
input.datepicker:active {
  background: #fff url(../images/icon-cal-h.png) no-repeat 95% center;
}

.datepick-popup {
  width: auto !important;
  background: transparent;
  padding-top: 10px;
}

.datepick-popup .datepick {
  width: 290px !important;
  border-color: #ced0da;
}

.datepick-month {
  width: 100%;
}

.datepick-cmd.datepick-cmd-today,
.datepick-month-year:nth-child(2) {
  display: none;
}

.datepick-month-header select {
  width: auto;
  margin: 0 auto;
  text-align: center;
}

.datepick-cmd.datepick-cmd-prev,
.datepick-cmd.datepick-cmd-next {
  position: absolute;
  top: 22px;
  left: 20px;
  font-size: 0;
  height: 11px;
  width: 7px;
  background: transparent;
  z-index: 1000;
}

.datepick-cmd.datepick-cmd-prev:after,
.datepick-cmd.datepick-cmd-next:after {
  position: absolute;
  content: '\f0d9';
  font-family: "FontAwesome";
  font-size: 16px;
  color: #aeaeae;
}

.datepick-cmd.datepick-cmd-prev:hover:after,
.datepick-cmd.datepick-cmd-next:hover:after {
  color: #0f6bb2;
}

.datepick-cmd.datepick-cmd.datepick-cmd-next {
  left: auto;
  right: 20px;
  transform: rotateY(180deg);
}

.datepick-month,
.datepick-month th,
.datepick-month th a,
.datepick-month thead span,
.datepick-month-header,
.datepick-month-header select,
.datepick-month-header input,
.datepick-month td,
.datepick-month thead,
.datepick-month td .datepick-weekend,
.datepick-month a,
.datepick-ctrl {
  background: transparent !important;
  color: #aeaeae;
  border: 0;
  text-transform: uppercase;
  font-size: 14px;
  font-family: 'Lato Bold', sans-serif;
}

.datepick-month-header {
  height: auto;
  padding: 12px;
  border-bottom: 1px solid #ced0da;
  margin: 0 -15px 10px;
  color: #000;
}

.datepick-month-header select {
  font-size: 14px;
  color: #000;
  text-transform: uppercase;
}

.datepick-month {
  padding: 0 15px;
}

.datepick-month td {
  padding: 5px;
}

.datepick-month td a,
.datepick-month td a.datepick-weekend {
  color: #000;
}

.datepick-month th span {
  font-size: 10px;
}

.datepick-ctrl {
  position: relative;
  padding: 35px 20px 20px;
  margin-top: 15px;
}

/*.datepick-ctrl:after {
  position: absolute;
  content: '2-days Minimum';
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 12px;
  color: #000;
  font-family: 'Lato Regular', sans-serif;
  font-weight: 400;
}*/

.datepick-cmd-clear,
.datepick-cmd-close {
  font-size: 14px;
  font-family: 'Josefin Sans Bold', sans-serif;
  color: #aeaeae;
  background-color: transparent !important;
  border: 0;
  line-height: 1;
  outline: none !important;
}

.datepick-cmd-clear {
  float: right;
}

.datepick-cmd-close {
  float: left;
  font-size: 0;
}

.datepick-cmd-close:after {
  position: relative;
  content: 'Apply';
  display: block;
  font-size: 14px;
}

.datepick-cmd-clear:hover,
.datepick-cmd-close:hover {
  color: #0f6bb2;
  background-color: transparent !important;
}

.datepick-month a.datepick-selected {
  background: #0f6bb2 !important;
  border-radius: 50%;
  color: #fff !important;
}

.btn .fa {
  display: inline-block;
  vertical-align: middle;
  font-size: 8px;
}

.btn-style1 {
  border-color: #dfe3e9;
  background: #fff;
  color: #000;
}

.btn-style1:hover {
  background: #999999;
  border-color: #999999;
  color: #000;
}

.btn-style2 {
  background: transparent;
  color: #000;
  border-color: #dfe3e9;
}

.btn-style2:hover {
  background: #999999;
}

.btn-style2.active {
  background: #0f6bb2;
  color: #fff;
}

.d-flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-item-align: center;
      align-self: center;
}

.jc-sb {
  -ms-flex-pack: justify;
      justify-content: space-between;
}

table {
  width: 100%;
}

.table {
  max-width: 990px;
  margin: 0 auto;
  padding: 0 15px;
}

.table table {
  min-width: 950px;
  margin: 0 auto 20px;
}

table span {
  display: block;
}

table thead {
  text-transform: uppercase;
  color: #8d8d8d;
  font-family: 'Lato Regular', sans-serif;
  font-size: 12px;
  line-height: 1.2;
}

table thead span {
  text-transform: none;
  font-size: 10px;
}

table tbody {
  font-size: 14px;
  font-family: 'Lato Regular';
  color: #000;
}

.table table tr {
  border-bottom: 1px solid #dfe2e5;
}

.table tr:hover {
  background: #f3f3f3;
}

.table thead tr:hover {
  background: transparent;
}

table tr td {
  padding: 21px 8px;
  vertical-align: middle;
}

table tbody .name {
  text-transform: uppercase;
  font-family: 'Lato Bold', sans-serif;
  font-size: 14px;
  max-width: 108px;
  text-align: left;
  padding-left: 20px;
  vertical-align: middle;
}

table tbody .name span {
  overflow: hidden;
}

table tbody .sn-num {
  padding-top: 25px;
  color: #0f6bb2;
  vertical-align: middle;
  /*!*font-family: 'Josefin Sans Regular', sans-serif;*!*/
}

table input[type="checkbox"] {
  color: #0f6bb2;
  border-radius: 0;
  height: 15px;
  width: 15px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}

.top-block.d-flex {
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.tool-tip .fa.fa-exclamation-triangle {
  font-size: 16px;
  color: #e9c432;
}

.fa.fa-check {
  color: #0f6bb2;
}

.fa.fa-trash {
  font-size: 20px;
  margin-top: 5px;
  color: #aeaeae;
}

a:hover .fa.fa-trash {
  color: #000;
}

table .btn {
  min-width: 60px;
}

td.empty {
  min-width: 30px;
}

.warning {
  border-top: 1px solid #dfe2e5;
  border-bottom: 1px solid #dfe2e5;
  background: #f3f3f3;
}

table.warning tr {
  border: 0;
}

table.trip-addons {
  text-align: left;
  border-top: 1px solid #dfe2e5;
  border-bottom: 1px solid #dfe2e5;
}

table.trip-addons .name {
  min-width: 300px;
}

table.trip-addons tr {
  text-align: left;
  border: 0;
}

.top-btm-gutter2 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.sub-text {
  font-size: 10px;
  line-height: 1.3;
  display: block;
  margin: 5px 0 0;
}

.total-contents-holder {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-item-align: center;
      align-self: center;
  padding: 20px 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.total-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 5px;
}

.total-contents-holder .btn-wrap {
  margin-left: 50px;
}

.total-block .total-btn {
  box-shadow: none;
  border: 0;
  background: none;
  font-size: 18px;
  font-family: 'Lato Bold', sans-serif;
}

.total-block h3 {
  margin: 0;
  font-family: 'Lato Bold', sans-serif;
}

.total-block .dropdown {
  margin-left: 15px;
}

.fa {
  transition: .2s all ease-in-out;
}

.dropdown .fa {
  color: #b4b6c1;
  font-size: 14px;
  margin-left: 10px;
}

.dropdown.open .fa {
  transform: rotate(180deg);
}

.total-block .btn-wrap .btn {
  padding: 14px 15px 10px;
}

.booking-result table tr td {
  padding: 10px 0;
  text-align: left;
  color: #000;
  /*!*font-family: 'Josefin Sans Regular', sans-serif;*!*/
}

.booking-result table tbody td {
  font-size: 14px;
  font-family: 'Lato Bold', sans-serif;
}

.btm-gutter5 {
  padding-bottom: 50px;
}

.btn-holder .right-block span,
.btn-holder .right-block a {
  display: inline-block;
  vertical-align: middle;
  color: #0f6bb2;
  font-size: 12px;
  text-transform: uppercase;
  font-family: 'Josefin Sans Bold', sans-serif;
}

.btn-holder .right-block a:hover {
  color: #000;
}

.btn-holder .right-block a {
  text-decoration: underline;
}

/*Custom Radio Button*/
.custom-control {
  display: block;
  position: relative;
  padding-left: 20px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 12px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 1;
  cursor: pointer;
}

/* Hide the browser's default radio button */
.custom-control input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  margin: 0;
}

.custom-control label {
  cursor: pointer;
  line-height: 1;
  margin: 0;
  text-transform: none;
  font-family: 'Lato Regular', sans-serif;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 14px;
  width: 14px;
  background-color: #eee;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.custom-control:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.custom-control input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.custom-control input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.custom-control .checkmark:after {
  top: 50%;
  left: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: white;
  transform: translate(-50%, -49%);
}

/* Create a custom checkbox */
.custom-checkbox {
  position: relative;
  top: 0;
  left: 0;
  height: 36px;
  width: 50px;
  padding: 0;
  background-color: #fff;
  border: 1px solid #dfe3e9;
  border-radius: 5px;
}

.custom-checkbox input {
  height: 100%;
  width: 100%;
}

.custom-checkbox .checkmark {
  background-color: transparent;
}

/* On mouse-over, add a grey background color */
.custom-checkbox:hover input ~ .checkmark {
  background-color: transparent;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -49%);
}

/* When the checkbox is checked, add a blue background */
.custom-checkbox input:checked ~ .checkmark {
  background-color: transparent;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -49%);
}

/* Create the checkmark/indicator (hidden when not checked) */
.custom-checkbox:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.custom-checkbox input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.custom-checkbox .checkmark:after {
  position: absolute;
  content: '\f00c ';
  font-family: 'FontAwesome';
  font-size: 18px;
  color: #2176b8;
  background: transparent;
  height: auto;
  width: auto;
  border-radius: 0;
}

.custom-control-label {
  font-size: 14px;
  font-family: 'Lato Bold', sans-serif;
  margin-left: 10px;
  line-height: 1.2;
  cursor: pointer;
}

.custom-control-label .sub-text {
  font-size: 10px;
  text-transform: capitalize;
}

.info-text {
  font-size: 10px;
  line-height: 1.2;
  color: #000;
  font-family: 'Lato Regular', sans-serif;
}

.btn-group .btn {
  min-width: 125px;
}

input.valid {
  background: url(../images/check.png) no-repeat 95% center;
}

.top-btm-gutter4 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.d-inline {
  display: inline-block;
}

/* Header */
.navbar {
  margin-bottom: 45px;
  border-radius: 0;
}

.navbar-default {
  background-color: #D5E0EE;
      opacity: 0.89;
}

.navbar > .container-fluid .navbar-brand {
  margin-left: 45px;
  margin-bottom: -55px;
  position: relative;
  z-index: 100;
}

.navbar-right {
  margin-right: 45px;
  padding: 22px 0;
  text-transform: uppercase;
}

.nav > li {
  display: inline-block;
  font-size: 16px;
  font-family: 'Josefin Sans Bold', sans-serif;
}

.phone {
  letter-spacing: 1px;
  padding-right: 30px;
}

.nav > li > a {
  display: inline-block;
  padding: 0 15px;
}

/* Login Haeader Styles*/
.navbar.login > .container-fluid .navbar-brand {
  margin-left: 5px !important;
}

.navbar.login {
  margin-bottom: 0;
}

.login .navbar-brand > img {
  max-width: 175px;
}

.login .navbar-brand {
  padding: 10px 15px;
}

.login .navbar-right {
  margin-right: 10px;
}

.login .nav > li > a {
  font-size: 14px;
}

/* Popup Form */
.modal-header {
  padding: 39px 71px 0;
  border: 0;
}

.modal-title {
  margin: 0;
  line-height: 2;
  font-size: 17px;
  font-weight: 900;
  color: #000;
}

.modal-body {
  padding: 0 70px 50px;
}

#FormModal .form-control,
.notes-block .form-group {
  padding: 25px 15px;
  font-size: 16px;
}

.link-holder {
  margin: 0;
  padding: 0;
  font-size: 12px;
  padding-bottom: 30px;
}

.account {
  padding-left: 58px;
  font-weight: 900;
  color: #000;
}

.link-holder li {
  list-style: none;
  display: inline-block;
}

.modal-dialog {
  width: 450px;
}

/* End Popup Form */
.d-flex {
  display: -ms-flexbox;
  display: flex;
}

.bordered-box {
  border: 1px solid #dfe3e9;
  border-radius: 5px;
  height: 100%;
}

.bordered-box h3 {
  border-bottom: 1px solid #dfe3e9;
  margin: 0;
  padding: 20px 0;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
}

.list-holder {
  margin: 0;
  padding: 30px;
}

.total {
  padding: 0;
  border-top: 1px solid #dfe3e9;
  margin: 0 30px;
}

.text-bold {
  font-weight: 900;
}

.list-holder li,
.total li {
  list-style: none;
  padding: 10px 0;
}

.rental-block .list-holder li,
.rental-block .total li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.notes-block .form-group {
  margin-bottom: 0;
}

.form-group textarea {
  font-size: 14px;
  font-family: 'Lato Italic', sans-serif;
  color: #aeaeae;
  resize: none;
  padding: 25px 15px;
}

#footer {
  height: 100px;
}

.dropdown-menu {
  min-width: 370px;
  border: 0;
  padding: 0;
  left: auto;
  top: 30px;
  right: 0;
}

.update-renters {
  border: 1px solid #dfe2e5;
  padding: 40px 30px;
}

.update-renters tr {
  border-bottom: 1px solid #dfe2e5;
}

.update-renters table tbody .name {
  padding-left: 0;
}

.update-renters table .update-info {
  text-align: left;
}

.fa-times {
  color: #000;
  font-size: 18px;
}

tr.update-info {
  border: 0;
}

.update-info td {
  vertical-align: top;
}

.update-info .info {
  padding: 0 20px 20px;
}

.update-info h3 {
  line-height: 1;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: 'Josefin Sans Bold', sans-serif;
}

.update-info p {
  text-transform: none;
  font-size: 14px;
  color: #000;
  line-height: 1.3;
}

.top-gutter5 {
  padding-top: 50px;
}

.total-dd-block {
  margin: 0;
}

.total-dd-block .total-btn {
  border: 1px solid #dfe3e9;
  padding: 20px 10px 20px 20px;
  border-radius: 5px;
}

.total-dd-block .total-text {
  margin-right: 25px;
}

.total-dd-block .fa {
  margin-left: 20px;
}

.total-dd-block .dropdown-menu {
  top: 70px;
}

.total-dd-block .bordered-box h3,
.total-dd-block .total {
  border: 0;
  padding: 0;
}

.total-dd-block .single-total {
  padding: 0 25px;
}

.total-dd-block .list-holder {
  padding: 20px 0;
  border-bottom: 1px solid #dfe3e9;
}

.rental-summery-block .d-flex .col {
  min-width: 100px;
}

.rental-summery-block h2 {
  border-bottom: 0;
  padding: 0;
  margin-bottom: 15px;
}

.rental-summery-block .intro-block {
  font-size: 16px;
  margin: 0 0;
}

.rental-summery-block .holder h3 {
  font-family: 'Lato Bold', sans-serif;
}

.block-summary {
  padding: 30px;
}

.block-summary h3 {
  padding: 0;
  border: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-item-align: center;
      align-self: center;
  width: 100%;
  cursor: pointer;
  margin: 0 0 10px;
}

.block-summary .list-holder {
  padding: 0;
}

.block-summary .list-holder li {
  padding: 5px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.block-summary .open .fa {
  transform: rotate(180deg);
}

.block-summary .total {
  color: #000;
  margin: 0;
  border-top: 0;
  text-transform: uppercase;
  border-bottom: 1px solid #dfe3e9;
}

.block-summary .total {
  padding-bottom: 15px;
}

.block-summary .summary-report {
  margin: 0 0 30px;
}

.grand-total {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  font-size: 18px;
  font-family: 'Lato Bold', sans-serif;
}

.grand-total h3 {
  width: auto;
  font-size: 16px;
  font-family: 'Lato Bold', sans-serif;
}

.holder .d-flex.jc-sb {
  margin: 0 0 15px;
}

.title h3 {
  /*!*font-family: 'Josefin Sans Regular', sans-serif;*!*/
  margin-bottom: 20px;
}

.n-mt20 {
  margin-top: -200px;
}

.ol-block .container {
  padding: 0 30px;
}

.renter-block {
  margin: 0 0 10px;
}

.booking-result .table table tr,
.booking-result .table {
  border: 0;
}

.booking-result .table table tr:hover {
  background: transparent;
}

.steps {
  padding: 25px 0;
  background: #dfe3e9;
}

.steps .container {
  background: transparent;
}

.steps-holder {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.steps-holder:after {
  position: absolute;
  content: '';
  left: 30px;
  right: 45px;
  top: 15px;
  height: 1px;
  background: #fff;
  z-index: -1;
}

.steps-holder li {
  display: inline-block;
  text-align: center;
}

.steps span {
  color: #aeaeae;
  /*font-family: 'Josefin Sans Regular', sans-serif;*/
  font-size: 12px;
  text-transform: uppercase;
  display: block;
  margin: 0 auto 15px;
}

.steps span.text {
  margin: 0;
}

.steps .active span {
  color: #0f6bb2;
  font-family: 'Josefin Sans Bold', sans-serif;
}

.steps .complete span {
  color: #000;
}

.steps .circle {
  height: 30px;
  width: 30px;
  background: #fff;
  border-radius: 50%;
  border: 1px solid #fff;
}

.steps .complete .circle,
.steps .active .circle {
  border-width: 4px;
}

.steps .complete .circle {
  background: #D46EFF;
}

.steps .active .circle {
  background: #D46EFF;
}

.rental-info-dropdown {
  padding: 0 15px;
}

.rental-info-dropdown .item {
  border: 1px solid #e7ecf0;
  padding: 20px 0 0;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
}

.rental-info-dropdown .item .toggle-btn {
  position: absolute;
  top: 20px;
  right: 15px;
  cursor: pointer;
}

.rental-info-dropdown .item .tool-tip {
  position: absolute;
  top: 22px;
  right: 35px;
  cursor: pointer;
}

.rental-info-dropdown .head-block {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  padding: 0 15px;
  margin-bottom: 20px;
}

.rental-info-dropdown .form-group {
  width: auto;
  margin: 0;
}

.rental-info-dropdown .sn-num {
  margin-top: 7px;
  /*font-family: 'Josefin Sans Regular', sans-serif;*/
  color: #0f6bb2;
  margin-right: 10px;
  font-size: 14px;
}

.rental-info-dropdown .custom-checkbox {
  height: 30px;
  width: 30px;
  border-radius: 0;
  margin: 0;
}

.rental-info-dropdown .custom-control-label {
  max-width: 175px;
  margin-top: auto;
  margin-bottom: auto;
}

.rental-info-dropdown .body-block {
  border-top: 1px solid #e7ecf0;
  padding: 20px 15px 10px;
}

.rental-info-dropdown .body-block .content-holder {
  margin-bottom: 15px;
}

.rental-info-dropdown .body-block span {
  display: block;
  font-family: 'Lato Regular', sans-serif;
  font-size: 16px;
  color: #000;
  margin-bottom: 5px;
  text-transform: capitalize;
}

.rental-info-dropdown .body-block span.title,
.rental-info-dropdown .body-block span.title span {
  font-size: 12px;
  color: #8d8d8d;
  text-transform: uppercase;
}

.rental-info-dropdown .body-block span.title span {
  display: inline-block;
  text-transform: none;
}

.rental-info-dropdown .toggle-btn .fa {
  transition: .2s all ease-in-out;
}

.rental-info-dropdown .toggle-btn.open .fa {
  transform: rotate(180deg);
}

.rental-info-dropdown .item .btn {
  min-width: 85px;
}

@media (max-width: 991px) {
  .login .navbar-brand > img,
  .navbar-brand > img {
    max-width: 175px;
  }
  .navbar > .container-fluid .navbar-brand {
    margin-left: -10px;
  }
  .login .container-fluid {
    padding: 0;
  }
  .login .navbar-header {
    float: none;
    min-height: 60px;
  }
  .login .navbar-toggle {
    display: block;
    margin: 15px 15px 15px 0;
    border: 0;
    border-radius: 0;
  }
  .navbar-default.login {
    border: 0;
  }
  .navbar-default .navbar-toggle:focus,
  .navbar-default .navbar-toggle:hover {
    background-color: transparent;
  }
  .navbar-toggle .icon-bar {
    width: 32px;
    height: 1px;
  }
  .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 9px;
  }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
  }
  .login .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .login .navbar-collapse.collapse {
    display: none !important;
  }
  .login .navbar-nav {
    float: none !important;
    /*margin: 7.5px -15px;*/
    margin: 7.5px 50px 7.5px -15px;
  }
  .login .navbar-right {
    padding: 60px 0;
  }
  .login .navbar-nav > li {
    float: none;
  }
  .login .navbar-collapse {
    background: #fff;
  }
  /* since 3.1.0 */
  .login .navbar-collapse.collapse.in {
    display: block !important;
  }
  .login .collapsing {
    overflow: hidden !important;
  }
  .login .navbar-right {
    width: 100%;
  }
  .login .navbar-right li {
    display: block;
    padding: 30px;
  }
  .login .btn-primary {
    min-width: 300px;
    background: transparent;
    border: 1px solid #dfe3e9;
    text-align: center;
  }
  .login .nav > li > a,
  .login .nav > li.phone > a {
    color: #000 !important;
  }
  .navbar-toggle .icon-bar.middle-bar {
    display: none;
  }
  .navbar-toggle .icon-bar.top-bar {
    transform: rotate(230deg);
    position: relative;
    top: 5px;
    transition: all 0.2s;
  }
  .navbar-toggle .icon-bar.bottom-bar {
    transform: rotate(130deg);
    position: relative;
    top: -5px;
    transition: all 0.2s;
  }
  .navbar-toggle.collapsed .icon-bar.middle-bar {
    display: block;
  }
  .navbar-toggle.collapsed .icon-bar.top-bar {
    transform: rotate(0);
    position: relative;
    top: 0;
  }
  .navbar-toggle.collapsed .icon-bar.bottom-bar {
    transform: rotate(0);
    position: relative;
    top: 0;
  }
}

@media (max-width: 767px) {

    .login .navbar-brand > img, .navbar-brand > img {
        max-width: 100px;
    }

  .navbar.login > .container-fluid .navbar-brand {
    margin-left: 20px !important;
  }
  .login .navbar-toggle {
    margin-right: 30px;
  }
  .notes-block .row.d-flex {
    -ms-flex-direction: column;
        flex-direction: column;
    text-align: left;
  }
  .notes-block .row.d-flex .d-flex {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
  .notes-block .form-group {
    padding: 0;
  }
  .notes-block .form-group textarea {
    height: 240px;
  }
  .table-responsive {
    border: 0;
  }
  .logout .navbar-brand img {
    width: 100%;
  }
  .navbar-right {
    margin: 0;
    float: right;
  }
  .phone {
    padding: 0;
  }
  .logout .navbar-header {
    float: left;
  }
  .banner {
    min-height: 100px;
  }
  .n-mt20 {
    margin-top: 0;
  }
  h2 {
    font-size: 20px;
    padding: 15px 0;
    margin-bottom: 15px;
  }
}

@media (max-width: 579px) {
  .steps {
    position: relative;
    height: 117px;
  }
  .steps-holder {
    position: absolute;
    top: 35px;
    left: 50%;
    margin-left: -30px;
  }
  .steps-holder.active-sate2 {
    margin-left: -160px;
  }
  .steps-holder.active-sate3 {
    margin-left: -285px;
  }
  .steps-holder.active-sate4 {
    margin-left: -400px;
  }
  h4 {
    font-size: 11px;
  }
    .steps span.text{
      font-size: 11px;
        margin-right: 10px;
  }
    ul.steps-holder{
        width: 350px;
    }

}

@media (max-width: 479px) {
  .login .btn-primary {
    min-width: 260px;
  }
  .dropdown-menu {
    min-width: 290px;
  }
  .logout.navbar-default {
    height: 52px;
  }
  .logout.navbar > .container-fluid .navbar-brand {
    max-width: 120px;
    margin: 0 0 0 0;
    padding: 8px;
  }
  .logout.navbar .navbar-right {
    padding: 8px 0;
  }
  .logout.navbar .nav > li {
    font-size: 14px;
  }
  .logout.navbar .nav > li > a {
    padding: 0 6px;
  }
  .logout.navbar .nav > li > a {
    padding: 9px 17px 6px !important;
    font-size: 12px;
  }
}

.site-footer {
  text-align: center;
  background: #fff;
  margin-top: 50px;
  border-top: 1px solid #dfe3e9;
  padding-top: 20px;
  padding-bottom: 20px;
  position: absolute;
      width: 100%;
      bottom: 0;
    z-index: 1000;
}

.nav > li > .btn {
  display: inline-block;
  padding: 10px 16px 6px;
}

@media (min-width: 1200px) {
  .modal-dialog.responsive-modal {
    min-width: 867px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .modal-dialog.responsive-modal {
    min-width: 867px;
  }
    .steps-holder{
        width: 450px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
  .modal-dialog.responsive-modal {
    min-width: 707px;
  }
    .steps-holder{
        width: 450px;
    }
}

@media (max-width: 767px) {
  .modal-dialog.responsive-modal {
    min-width: auto;
    width: 94%;
  }
    .steps-holder{
        width: 450px;
    }
}

@media (max-width: 767px) {
  .renter-informaiton {
    margin-top: 20px;
    display: block;
  }
}

/*
 * ----------------------------------------------------------------------------------------
 * Sidebar styles.
 * ----------------------------------------------------------------------------------------
 */
/*
 * ----------------------------------------------------------------------------------------
 * Footer styles.
 * ----------------------------------------------------------------------------------------
 */
/*
 * ----------------------------------------------------------------------------------------
 * Responsive.
 * ----------------------------------------------------------------------------------------
 */
/*
 * ----------------------------------------------------------------------------------------
 * Responsive.
 * ----------------------------------------------------------------------------------------
 */
/*==========  Mobile First Method  ==========*/
/* Custom, iPhone Retina */
/* Extra Small Devices, Phones */
/* Small Devices, Tablets */
/* Medium Devices, Desktops */
/* Large Devices, Wide Screens */
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
  .navbar-default {
    background-color: #0f6bb2;
        opacity: 0.89;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
    .steps-holder{
        width: 450px;
    }
}

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
    .steps-holder{
        width: 450px;
    }
}

/*
 * ----------------------------------------------------------------------------------------
 * Plugins Setting.
 * ----------------------------------------------------------------------------------------
 */
/* ----------------------------------------------------*/
/*
* CSS TOGGLE SWITCH
*
* Ionuț Colceriu - ghinda.net
* https://github.com/ghinda/css-toggle-switch
*
*/
/* supported values are px, rem-calc, em-calc
 */
/* imports
 */
/* Functions
 */
/* Shared
 */
/* Hide by default
 */
.switch-toggle a,
.switch-light span span {
  display: none;
}

/* We can't test for a specific feature,
 * so we only target browsers with support for media queries.
 */
@media only screen {
  /* Checkbox
 */
  .switch-light {
    position: relative;
    display: block;
    /* simulate default browser focus outlines on the switch,
   * when the inputs are focused.
   */
  }
  .switch-light::after {
    clear: both;
    content: '';
    display: table;
  }
  .switch-light *,
  .switch-light *:before,
  .switch-light *:after {
    box-sizing: border-box;
  }
  .switch-light a {
    display: block;
    transition: all 0.2s ease-out;
  }
  .switch-light label,
  .switch-light > span {
    /* breathing room for bootstrap/foundation classes.
     */
    line-height: 2em;
  }
  .switch-light input:focus ~ span a,
  .switch-light input:focus + label {
    outline-width: 2px;
    outline-style: solid;
    outline-color: Highlight;
    /* Chrome/Opera gets its native focus styles.
     */
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 0) {
  .switch-light input:focus ~ span a,
  .switch-light input:focus + label {
    outline-color: -webkit-focus-ring-color;
    outline-style: auto;
  }
}

@media only screen {
  /* don't hide the input from screen-readers and keyboard access
 */
  .switch-light input {
    position: absolute;
    opacity: 0;
    z-index: 3;
  }
  .switch-light input:checked ~ span a {
    right: 0%;
  }
  /* inherit from label
 */
  .switch-light strong {
    font-weight: inherit;
  }
  .switch-light > span {
    position: relative;
    overflow: hidden;
    display: block;
    min-height: 2em;
    /* overwrite 3rd party classes padding
   * eg. bootstrap .alert
   */
    padding: 0;
    text-align: left;
  }
  .switch-light span span {
    position: relative;
    z-index: 2;
    display: block;
    float: left;
    width: 50%;
    text-align: center;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }
  .switch-light a {
    position: absolute;
    right: 50%;
    top: 0;
    z-index: 1;
    display: block;
    width: 50%;
    height: 100%;
    padding: 0;
  }
  /* bootstrap 4 tweaks
*/
  .switch-light.row {
    display: -ms-flexbox;
    display: flex;
  }
  .switch-light .alert-light {
    color: #333;
  }
  /* Radio Switch
 */
  .switch-toggle {
    position: relative;
    display: block;
    width: 170px;
    height: 36px;
    /* simulate default browser focus outlines on the switch,
   * when the inputs are focused.
   */
    /* For callout panels in foundation
  */
    padding: 0 !important;
    /* 2 items
   */
    /* 3 items
   */
    /* 4 items
   */
    /* 5 items
   */
    /* 6 items
   */
  }
  .switch-toggle::after {
    clear: both;
    content: '';
    display: table;
  }
  .switch-toggle *,
  .switch-toggle *:before,
  .switch-toggle *:after {
    box-sizing: border-box;
  }
  .switch-toggle a {
    display: block;
    transition: all 0.2s ease-out;
  }
  .switch-toggle label,
  .switch-toggle > span {
    /* breathing room for bootstrap/foundation classes.
     */
    line-height: 2em;
  }
  .switch-toggle input:focus ~ span a,
  .switch-toggle input:focus + label {
    outline-width: 2px;
    outline-style: solid;
    outline-color: Highlight;
    /* Chrome/Opera gets its native focus styles.
     */
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 0) {
  .switch-toggle input:focus ~ span a,
  .switch-toggle input:focus + label {
    outline-color: -webkit-focus-ring-color;
    outline-style: auto;
  }
}

@media only screen {
  .switch-toggle input {
    position: absolute;
    left: 0;
    opacity: 0;
  }
  .switch-toggle input + label {
    position: relative;
    z-index: 2;
    display: block;
    float: left;
    padding: 0 0.5em;
    margin: 0;
    text-align: center;
  }
  .switch-toggle input + label:focus, .switch-toggle input + label:active {
    outline: 0;
    border: none;
    -moz-outline-style: none;
  }
  .switch-toggle a {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0;
    z-index: 1;
    width: 10px;
    height: 100%;
  }
  .switch-toggle label:nth-child(2):nth-last-child(4),
  .switch-toggle label:nth-child(2):nth-last-child(4) ~ label,
  .switch-toggle label:nth-child(2):nth-last-child(4) ~ a {
    width: 50%;
  }
  .switch-toggle label:nth-child(2):nth-last-child(4) ~ input:checked:nth-child(3) + label ~ a {
    left: 50%;
  }
  .switch-toggle label:nth-child(2):nth-last-child(6),
  .switch-toggle label:nth-child(2):nth-last-child(6) ~ label,
  .switch-toggle label:nth-child(2):nth-last-child(6) ~ a {
    width: 33.33%;
  }
  .switch-toggle label:nth-child(2):nth-last-child(6) ~ input:checked:nth-child(3) + label ~ a {
    left: 33.33%;
  }
  .switch-toggle label:nth-child(2):nth-last-child(6) ~ input:checked:nth-child(5) + label ~ a {
    left: 66.66%;
  }
  .switch-toggle label:nth-child(2):nth-last-child(8),
  .switch-toggle label:nth-child(2):nth-last-child(8) ~ label,
  .switch-toggle label:nth-child(2):nth-last-child(8) ~ a {
    width: 25%;
  }
  .switch-toggle label:nth-child(2):nth-last-child(8) ~ input:checked:nth-child(3) + label ~ a {
    left: 25%;
  }
  .switch-toggle label:nth-child(2):nth-last-child(8) ~ input:checked:nth-child(5) + label ~ a {
    left: 50%;
  }
  .switch-toggle label:nth-child(2):nth-last-child(8) ~ input:checked:nth-child(7) + label ~ a {
    left: 75%;
  }
  .switch-toggle label:nth-child(2):nth-last-child(10),
  .switch-toggle label:nth-child(2):nth-last-child(10) ~ label,
  .switch-toggle label:nth-child(2):nth-last-child(10) ~ a {
    width: 20%;
  }
  .switch-toggle label:nth-child(2):nth-last-child(10) ~ input:checked:nth-child(3) + label ~ a {
    left: 20%;
  }
  .switch-toggle label:nth-child(2):nth-last-child(10) ~ input:checked:nth-child(5) + label ~ a {
    left: 40%;
  }
  .switch-toggle label:nth-child(2):nth-last-child(10) ~ input:checked:nth-child(7) + label ~ a {
    left: 60%;
  }
  .switch-toggle label:nth-child(2):nth-last-child(10) ~ input:checked:nth-child(9) + label ~ a {
    left: 80%;
  }
  .switch-toggle label:nth-child(2):nth-last-child(12),
  .switch-toggle label:nth-child(2):nth-last-child(12) ~ label,
  .switch-toggle label:nth-child(2):nth-last-child(12) ~ a {
    width: 16.6%;
  }
  .switch-toggle label:nth-child(2):nth-last-child(12) ~ input:checked:nth-child(3) + label ~ a {
    left: 16.6%;
  }
  .switch-toggle label:nth-child(2):nth-last-child(12) ~ input:checked:nth-child(5) + label ~ a {
    left: 33.2%;
  }
  .switch-toggle label:nth-child(2):nth-last-child(12) ~ input:checked:nth-child(7) + label ~ a {
    left: 49.8%;
  }
  .switch-toggle label:nth-child(2):nth-last-child(12) ~ input:checked:nth-child(9) + label ~ a {
    left: 66.4%;
  }
  .switch-toggle label:nth-child(2):nth-last-child(12) ~ input:checked:nth-child(11) + label ~ a {
    left: 83%;
  }
  /* Candy Theme
 * Based on the "Sort Switches / Toggles (PSD)" by Ormal Clarck
 * http://www.premiumpixels.com/freebies/sort-switches-toggles-psd/
 */
  .switch-toggle.switch-candy,
  .switch-light.switch-candy > span {
    background-color: #ffffff;
    border-radius: 0;
    box-shadow: none;
    border: 1px solid #dfe2e5;
  }
  .switch-light.switch-candy span span,
  .switch-light.switch-candy input:checked ~ span span:first-child,
  .switch-toggle.switch-candy label {
    color: #000;
    font-weight: bold;
    text-align: center;
    text-shadow: none;
    text-transform: capitalize;
    font-size: 14px;
    margin-top: 4px;
  }
  .switch-light.switch-candy span span:focus, .switch-light.switch-candy span span:active,
  .switch-light.switch-candy input:checked ~ span span:first-child:focus,
  .switch-light.switch-candy input:checked ~ span span:first-child:active,
  .switch-toggle.switch-candy label:focus,
  .switch-toggle.switch-candy label:active {
    outline: 0;
    border: none;
    -moz-outline-style: none;
  }
  .switch-light.switch-candy input ~ span span:first-child,
  .switch-light.switch-candy input:checked ~ span span:nth-child(2),
  .switch-candy input:checked + label {
    color: #fff;
    text-transform: capitalize;
    font-size: 14px;
    margin-top: 4px;
    text-shadow: none;
  }
  .switch-light.switch-candy input ~ span span:first-child:focus, .switch-light.switch-candy input ~ span span:first-child:active,
  .switch-light.switch-candy input:checked ~ span span:nth-child(2):focus,
  .switch-light.switch-candy input:checked ~ span span:nth-child(2):active,
  .switch-candy input:checked + label:focus,
  .switch-candy input:checked + label:active {
    outline: 0;
    border: none;
    -moz-outline-style: none;
  }
  .switch-candy a {
    border: 1px solid transparent;
    border-radius: 0;
    box-shadow: none;
    background-color: #0f6bb2;
    background-image: none;
  }
  .switch-candy-blue a {
    background-color: #38a3d4;
  }
  .switch-candy-yellow a {
    background-color: #f5e560;
  }
  /* iOS Theme
*/
  .switch-ios.switch-light span span {
    color: #888b92;
  }
  .switch-ios.switch-light a {
    left: 0;
    top: 0;
    width: 2em;
    height: 2em;
    background-color: #fff;
    border-radius: 100%;
    border: 0.25em solid #D8D9DB;
    transition: all .2s ease-out;
  }
  .switch-ios.switch-light > span {
    display: block;
    width: 100%;
    height: 2em;
    background-color: #D8D9DB;
    border-radius: 1.75em;
    transition: all .4s ease-out;
  }
  .switch-ios.switch-light > span span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    line-height: 1.875em;
    vertical-align: middle;
    transition: all .2s ease-out;
  }
  .switch-ios.switch-light > span span:first-of-type {
    opacity: 1;
    padding-left: 1.875em;
  }
  .switch-ios.switch-light > span span:last-of-type {
    padding-right: 1.875em;
  }
  .switch-ios.switch-light input:checked ~ span a {
    left: 100%;
    border-color: #4BD865;
    margin-left: -2em;
  }
  .switch-ios.switch-light input:checked ~ span {
    border-color: #4BD865;
    box-shadow: inset 0 0 0 30px #4BD865;
  }
  .switch-ios.switch-light input:checked ~ span span:first-of-type {
    opacity: 0;
  }
  .switch-ios.switch-light input:checked ~ span span:last-of-type {
    opacity: 1;
    color: #fff;
  }
  .switch-ios.switch-toggle {
    background-color: #D8D9DB;
    border-radius: 30px;
    box-shadow: inset rgba(0, 0, 0, 0.1) 0 1px 0;
  }
  .switch-ios.switch-toggle a {
    background-color: #4BD865;
    border: 0.125em solid #D8D9DB;
    border-radius: 1.75em;
    transition: all 0.12s ease-out;
  }
  .switch-ios.switch-toggle label {
    height: 2.4em;
    color: #888b92;
    line-height: 2.4em;
    vertical-align: middle;
    text-transform: capitalize;
    font-size: 16px;
  }
  .switch-ios input:checked + label {
    color: #3e4043;
    font-size: 16px;
    text-transform: capitalize;
  }
  /* Holo Theme
 */
  .switch-toggle.switch-holo,
  .switch-light.switch-holo > span {
    background-color: #464747;
    border-radius: 1px;
    box-shadow: inset rgba(0, 0, 0, 0.1) 0 1px 0;
    color: #fff;
    text-transform: capitalize;
  }
  .switch-holo label {
    color: #fff;
  }
  .switch-holo > span span {
    opacity: 0;
    transition: all 0.1s;
  }
  .switch-holo > span span:first-of-type {
    opacity: 1;
  }
  .switch-holo > span span,
  .switch-holo label {
    font-size: 85%;
    line-height: 2.15625em;
  }
  .switch-holo a {
    background-color: #666;
    border-radius: 1px;
    box-shadow: inset rgba(255, 255, 255, 0.2) 0 1px 0, inset rgba(0, 0, 0, 0.3) 0 -1px 0;
  }
  /* Selected ON switch-light
*/
  .switch-holo.switch-light input:checked ~ span a {
    background-color: #0E88B1;
  }
  .switch-holo.switch-light input:checked ~ span span:first-of-type {
    opacity: 0;
  }
  .switch-holo.switch-light input:checked ~ span span:last-of-type {
    opacity: 1;
  }
  /* Material Theme
 */
  /* switch-light
 */
  .switch-light.switch-material a {
    top: -0.1875em;
    width: 1.75em;
    height: 1.75em;
    border-radius: 50%;
    background: #fafafa;
    box-shadow: 0 0.125em 0.125em 0 rgba(0, 0, 0, 0.14), 0 0.1875em 0.125em -0.125em rgba(0, 0, 0, 0.2), 0 0.125em 0.25em 0 rgba(0, 0, 0, 0.12);
    transition: right 0.28s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .switch-material.switch-light {
    overflow: visible;
  }
  .switch-material.switch-light::after {
    clear: both;
    content: '';
    display: table;
  }
  .switch-material.switch-light > span {
    overflow: visible;
    position: relative;
    top: 0.1875em;
    width: 3.25em;
    height: 1.5em;
    min-height: auto;
    border-radius: 1em;
    background: rgba(0, 0, 0, 0.26);
  }
  .switch-material.switch-light span span {
    position: absolute;
    clip: rect(0 0 0 0);
  }
  .switch-material.switch-light input:checked ~ span a {
    right: 0;
    background: #3f51b5;
    box-shadow: 0 0.1875em 0.25em 0 rgba(0, 0, 0, 0.14), 0 0.1875em 0.1875em -0.125em rgba(0, 0, 0, 0.2), 0 0.0625em 0.375em 0 rgba(0, 0, 0, 0.12);
  }
  .switch-material.switch-light input:checked ~ span {
    background: rgba(63, 81, 181, 0.5);
  }
  /* switch-toggle
 */
  .switch-toggle.switch-material {
    overflow: visible;
  }
  .switch-toggle.switch-material::after {
    clear: both;
    content: '';
    display: table;
  }
  .switch-toggle.switch-material a {
    top: 48%;
    width: 0.375em !important;
    height: 0.375em;
    margin-left: 0.25em;
    background: #3f51b5;
    border-radius: 100%;
    transform: translateY(-50%);
    transition: transform .4s ease-in;
  }
  .switch-toggle.switch-material label {
    color: rgba(0, 0, 0, 0.54);
    font-size: 1em;
  }
  .switch-toggle.switch-material label:before {
    content: '';
    position: absolute;
    top: 48%;
    left: 0;
    display: block;
    width: 0.875em;
    height: 0.875em;
    border-radius: 100%;
    border: 0.125em solid rgba(0, 0, 0, 0.54);
    transform: translateY(-50%);
  }
  .switch-toggle.switch-material input:checked + label:before {
    border-color: #3f51b5;
  }
  /* ripple
 */
  .switch-light.switch-material > span:before,
  .switch-light.switch-material > span:after,
  .switch-toggle.switch-material label:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    display: block;
    width: 4em;
    height: 4em;
    border-radius: 100%;
    background: #3f51b5;
    opacity: .4;
    margin-left: -1.25em;
    margin-top: -1.25em;
    transform: scale(0);
    transition: opacity .4s ease-in;
  }
  .switch-light.switch-material > span:after {
    left: auto;
    right: 0;
    margin-left: 0;
    margin-right: -1.25em;
  }
  .switch-toggle.switch-material label:after {
    width: 3.25em;
    height: 3.25em;
    margin-top: -0.75em;
  }
  @keyframes materialRipple {
    0% {
      transform: scale(0);
    }
    20% {
      transform: scale(1);
    }
    100% {
      opacity: 0;
      transform: scale(1);
    }
  }
  .switch-material.switch-light input:not(:checked) ~ span:after,
  .switch-material.switch-light input:checked ~ span:before,
  .switch-toggle.switch-material input:checked + label:after {
    animation: materialRipple .4s ease-in;
  }
  /* trick to prevent the default checked ripple animation from showing
 * when the page loads.
 * the ripples are hidden by default, and shown only when the input is focused.
 */
  .switch-light.switch-material.switch-light input ~ span:before,
  .switch-light.switch-material.switch-light input ~ span:after,
  .switch-material.switch-toggle input + label:after {
    visibility: hidden;
  }
  .switch-light.switch-material.switch-light input:focus:checked ~ span:before,
  .switch-light.switch-material.switch-light input:focus:not(:checked) ~ span:after,
  .switch-material.switch-toggle input:focus:checked + label:after {
    visibility: visible;
  }
}

/* Bugfix for older Webkit, including mobile Webkit. Adapted from
 * http://css-tricks.com/webkit-sibling-bug/
 */
@media only screen and (-webkit-max-device-pixel-ratio: 2) and (max-device-width: 80em) {
  .switch-light,
  .switch-toggle {
    -webkit-animation: webkitSiblingBugfix infinite 1s;
  }
}

/*# sourceMappingURL=toggle-switch.css.map */
/* -----------------------------
-------- Buttons
 ------------------------------*/
.btn {
  transition: all 0.3s ease 0s;
  padding: 7px 20px;
}

.btn-round {
  font-weight: normal;
  border: 1px solid transparent;
  padding: 10px 20px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 20px;
}

.btn-default {
  color: #000;
  background-color: #fff;
  border-color: #999999;
}

.btn-default:focus, .btn-default.focus {
  color: #000;
  background-color: #e6e6e6;
  border-color: #595959;
}

.btn-default:hover {
  color: #000;
  background-color: #e6e6e6;
  border-color: #7a7a7a;
}

.btn-default:active, .btn-default.active,
.open > .btn-default.dropdown-toggle {
  color: #000;
  background-color: #e6e6e6;
  border-color: #7a7a7a;
}

.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus,
.open > .btn-default.dropdown-toggle:hover,
.open > .btn-default.dropdown-toggle:focus,
.open > .btn-default.dropdown-toggle.focus {
  color: #000;
  background-color: #d4d4d4;
  border-color: #595959;
}

.btn-default:active, .btn-default.active,
.open > .btn-default.dropdown-toggle {
  background-image: none;
}

.btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, .btn-default[disabled]:active, .btn-default[disabled].active,
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #999999;
}

.btn-default .badge {
  color: #fff;
  background-color: #000;
}

.btn-default:hover {
  background: #999999;
  border: 1px solid #999999;
}

.btn-default:hover:active {
  background: #999999;
  border: 1px solid #999999;
}

.btn-default:focus {
  background: #999999;
  border: 1px solid #999999;
}

.btn-default:focus:active {
  background: #999999;
  border: 1px solid #999999;
}

.btn-default-2 {
  color: #000;
  background-color: #fff;
  border-color: #e4e4e4;
}

.btn-default-2:focus, .btn-default-2.focus {
  color: #000;
  background-color: #e6e6e6;
  border-color: #a4a4a4;
}

.btn-default-2:hover {
  color: #000;
  background-color: #e6e6e6;
  border-color: #c5c5c5;
}

.btn-default-2:active, .btn-default-2.active,
.open > .btn-default-2.dropdown-toggle {
  color: #000;
  background-color: #e6e6e6;
  border-color: #c5c5c5;
}

.btn-default-2:active:hover, .btn-default-2:active:focus, .btn-default-2:active.focus, .btn-default-2.active:hover, .btn-default-2.active:focus, .btn-default-2.active.focus,
.open > .btn-default-2.dropdown-toggle:hover,
.open > .btn-default-2.dropdown-toggle:focus,
.open > .btn-default-2.dropdown-toggle.focus {
  color: #000;
  background-color: #d4d4d4;
  border-color: #a4a4a4;
}

.btn-default-2:active, .btn-default-2.active,
.open > .btn-default-2.dropdown-toggle {
  background-image: none;
}

.btn-default-2.disabled, .btn-default-2.disabled:hover, .btn-default-2.disabled:focus, .btn-default-2.disabled.focus, .btn-default-2.disabled:active, .btn-default-2.disabled.active, .btn-default-2[disabled], .btn-default-2[disabled]:hover, .btn-default-2[disabled]:focus, .btn-default-2[disabled].focus, .btn-default-2[disabled]:active, .btn-default-2[disabled].active,
fieldset[disabled] .btn-default-2,
fieldset[disabled] .btn-default-2:hover,
fieldset[disabled] .btn-default-2:focus,
fieldset[disabled] .btn-default-2.focus,
fieldset[disabled] .btn-default-2:active,
fieldset[disabled] .btn-default-2.active {
  background-color: #fff;
  border-color: #e4e4e4;
}

.btn-default-2 .badge {
  color: #fff;
  background-color: #000;
}

.btn-primary {
  color: #fff;
  background-color: #1AC1FF;
  border-color: #1AC1FF;
}

.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #1AC1FF;
  border-color: #1AC1FF;
}

.btn-primary:hover {
  color: #000;
  background-color: #1AC1FF;
  border-color: #1AC1FF;
}

.btn-primary:active, .btn-primary.active,
.open > .btn-primary.dropdown-toggle {
  color: #000;
  background-color: #1AC1FF;
  border-color: #1AC1FF;
}

.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
.open > .btn-primary.dropdown-toggle:hover,
.open > .btn-primary.dropdown-toggle:focus,
.open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #1AC1FF;
  border-color: #1AC1FF;
}

.btn-primary:active, .btn-primary.active,
.open > .btn-primary.dropdown-toggle {
  background-image: none;
}

.btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled].active,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary.active {
  background-color: #0F6BB2;
  border-color: #0F6BB2;
}

.btn-primary .badge {
  color: #0F6BB2;
  background-color: #fff;
}

.btn-primary:hover {
  background: #1AC1FF;
}

.btn-primary:active {
  background: #1AC1FF;
}

.btn-primary:focus:active {
  background: #1AC1FF;
}

.nav > li > a:hover {
  background: #999999;
}

.nav > li > a:hover:active {
  background: #999999;
}

.nav > li > a:focus {
  background: #999999;
}

.nav > li > a:focus:active {
  background: #999999;
}

.nav > li.phone > a:hover {
  background: transparent;
  color: #000;
}

.nav > li.phone > a:hover:active {
  background: transparent;
  color: #000;
}

.nav > li.phone > a:focus {
  background: transparent;
  color: #000;
}

.nav > li.phone > a:focus:active {
  background: transparent;
  color: #000;
}


.container-transparent {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 768px) {
    .container-transparent {
        width:750px
    }
}

@media (min-width: 992px) {
    .container-transparent {
        width:970px
    }
}

@media (min-width: 1200px) {
    .container-transparent {
        width:1170px
    }
}


/* -----------------------------
-------- form-control label
 ------------------------------*/
.pink-button {
  background: #D46EFF;

}

.btn-blue {
    color: white;
    background-color: #1AC1FF;
}
.btn-pill {
    border-radius: 27.5px;
    padding-left: 35px !important;
    padding-right: 35px !important;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
}

.btn-pink {
    color: white;
    background-color: #D46EFF;
}

.alert-danger {
    background-color: #282828 !important;
    border-color: #282828 !important;
    color: #fff;
}
.alert-danger > .close{
    color: #fff;
}
.alert-success {
    background-color: #3FAD46;
    border-color: #3FAD46;
    color: #fff;
}
#reservations-listing .dsr-dashboard table tbody > tr >  td >  a {
  cursor: pointer;;
}
.text-pink{
    color: #D46EFF;
}

#edit-renter-modal .modal-body {
    padding: 0 70px 10px;
}
#edit-renter-modal form {
    padding-top: 23px;
}

#renter-modal .modal-body {
    padding: 0 70px 10px;
}
#renter-modal form {
    padding-top: 23px;
}

/* mobile fixes */
@media (max-width: 991px) {
    #edit-renter-modal .modal-footer .btn{

        float: left;
    }
    .datepick-popup .datepick  {
        max-width: 300px;
    }
    .datepick-month td {
        padding: 2px;
    }
    #loginModal .modal-dialog {
        width: 100%;
    }
    #loginModal .modal-dialog {
        margin: 0;
        margin-top: 25% !important;
    }
    #loginModal .modal-body {
        padding: 0 28px 34px;
    }
    #loginModal .modal-header {
        padding: 39px 20px 0;
    }
    #loginModal .modal-header button{
        margin-right: 0 !important;
    }
    .bordered-step2-box {
        padding: 20px 10px !important;;
    }
    #renter-modal  .modal-header {

        padding: 23px 24px 13px;
    }
    #renter-modal form {
        padding-top: 23px;

    }
    #renter-modal .modal-body {
        padding: 0 15px 10px;
    }
    #renter-modal .modal-footer {
        padding: 20px 6px;
    }
    #renter-modal .modal-footer .btn-pill {

        padding-left: 17px !important;
        padding-right: 17px !important;
    }
    #renter-modal .modal-footer .btn {

        padding: 7px 11px;
    }
    /*/ edit */
    #edit-renter-modal  .modal-header {

        padding: 23px 24px 13px;
    }
    #edit-renter-modal form {
        padding-top: 23px;

    }
    #edit-renter-modal .modal-body {
        padding: 0 15px 10px;
    }
    #edit-renter-modal .modal-footer {
        padding: 20px 6px;
    }
    #edit-renter-modal .modal-footer .btn-pill {

        padding-left: 17px !important;
        padding-right: 17px !important;
    }
    #edit-renter-modal .modal-footer .btn {

        padding: 7px 11px;
    }
    #edit-renter-modal  .modal-dialog {
        width: 95% !important;
    }
    .packagesModal .modal-dialog{
        width: 95% !important;
    }
    .packagesModal .modal-body {
        padding: 0 10px 50px;
    }
    .packagesModal .modal-header {
        padding: 22px 11px 13px;
    }

    ul.steps-holder {
        width: 100%  !important;
    }
    .steps span.text {
        font-size: 10px;
    }
    .steps-holder.active-sate2 {
        margin-left: -192px;
    }

    .login .navbar-header {
        min-height: 75px;
    }
    /*#rental_policy {*/
    /*    display: none;*/
    /*}*/
    .rental-summery-block .continue-container .btn {
        padding: 7px 9px;
    }
    .xs-cvv {
        width: 50% !important;
        float: none;
    }
    td.empty {
        display: none !important;
    }
    #rentersFrom table tr td {
        padding: 13px 4px;
        font-size: 10px;

    }
    #rentersFrom thead tr th {
        font-size: 10px;

    }
    #rentersFrom thead tr th {
        font-size: 10px;

    }
    #rentersFrom  table .btn {
        padding: 1px 7px;
        min-width: auto;
    }
    /*packagesForm*/
    #packagesForm table tr td {
        display: block;
        padding: 8px 8px;
    }
    #packagesForm  table tbody .name {
        max-width: 100%;
    }
    #packagesForm .btn-pill {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    #packagesForm .select-package {
        width: auto;
    }
}
#rentersFrom table tbody .name {
    font-size: 12px;
    padding: 21px 2px;
}
.rentersFromsection.table {
    padding: 0 0px;
}


.navbar-header  .navbar-toggle {
  
  color: #fff;
  background-color: #0F6CB2;
  border-color: #0F6CB2;

}