.ivcardo_slider_class {
  padding: 0 10px 0 0;
}
p.error_txt:before {
  display: none;
}
.ivcardo_title_price p {
  font-weight: 700;
  line-height: 120%;
  margin: 0 0 10px;
  text-align: center;
}
.btnpos {
  padding: 10px 13px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  background: #e5a13e;
  border: 2px solid #e5a13e;
}
.ivcardo_iv_cls_30 {
  width: 33.33%;
  float: left;
}
.more-info-popup {
  max-width: 600px;
  border-radius: 10px;
  padding: 0px !important;
  width: 50%;
}
.ivcardo_iv_cls_30 label {
  width: 100%;
}
.ivcardo_iv_cls_30 select {
  width: 100px;
}
.ivcardo_title_price p:last-child {
  margin-bottom: 0;
}

.ivcardo_title_price {
  padding: 10px 2px 0;
}

.ivcardo_title_price strong {
  font-size: 20px;
  color: #54c2e4;
}
button.get_quick_book {
  color: #fff;
}
button.get_quick_book:hover {
  color: #213638;
}
body .slider .ivcardo_title_price .ivcardo_title {
  text-align: center;
  margin: 0 0 10px;
  font-weight: 700;
}

.ivcardo_destination_wrap h6 {
  font-size: 20px;
  line-height: 120%;
  margin: 0 0 10px;
  text-align: center;
}

.ivcardo_destination_wrap p {
  line-height: 140%;
  margin-bottom: 0;
  text-align: center;
}

.ivcardo_destination_wrap {
  padding: 10px 0;
}

.slider.responsive.slick-slider {
  background: #f7f7f7;
}

.responsive.slick-slider {
  margin-bottom: 0;
}

body .slick-dots {
  bottom: auto;
  padding: 10px 0 0;
  position: relative;
}

.ivcardo_cartype_img {
  position: relative;
  cursor: pointer;
}

.ivcardo_cartype_img p {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 0 5px;
  margin: 0 auto;
  text-align: center;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  word-wrap: break-word;
  z-index: 1;
  color: #fff;
}

.ivcardo_cartype_img:hover p {
  opacity: 1;
  visibility: visible;
  top: 50%;
  transform: translatey(-50%);
  -webkit-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -o-transform: translatey(-50%);
  line-height: 140%;
}

.ivcardo_cartype_img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 0;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
}

.ivcardo_cartype_img:hover:before {
  height: 100%;
}

.ivcardo_left_sec {
  float: left;
  width: 70%;
}

.ivcardo_all_route_sec > div:nth-child(2n + 1) {
  clear: both;
}

.ivcardo_right_sec {
  float: right;
}

.ivcardo_right_sec strong {
  color: green;
  padding-left: 8px;
}

.ivcardo_main_wrap:after {
  content: "";
  display: block;
  clear: both;
}

.ivcardo_main_wrap {
  border-bottom: 2px solid #ede9e5;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.ivcardo_left_sec p {
  line-height: 120%;
  margin: 0 0 10px;
}

.ivcardo_right_sec p {
  line-height: 120%;
  margin: 0;
}

.ivcardo_left_sec p:last-child {
  margin-bottom: 0;
}

.ivcardo_left_sec p i {
  margin-right: 5px;
}

.booktxt {
  padding: 5px;
  width: 100%;
  border: 1px solid #adadad;
}

.ivcardo_booking_passenger_details .error,
body .error {
  border: 1px solid #9b0c29 !important;
}

.input_top::after {
  clear: both;
  content: "";
  display: block;
}

.booktxt:last-child {
  float: right;
}

.bookingbx .booktxt {
  background-color: #fff;
  border: 1px solid #d9d9d9;
  height: 40px;
}

.input-top::after {
  content: "";
  display: block;
  clear: both;
}

.searchar {
  background-color: #f3f3f3;
  display: inline-block;
  height: 38px;
  line-height: 38px;
  text-align: center;
  width: 40px;
}

body p:empty {
  margin: 0;
}
div#myModal.fade {
  opacity: 1;
}
.error_txt {
  color: red;
}

.ivcardo_container,
.ivcardo_sidebar {
  background-color: #fff;
  margin-bottom: 35px;
  padding-bottom: 0px;
  border-radius: 15px;
  box-shadow: 0px 5px 10px rgb(0 0 0 / 5%);
}

.ivcardo_container:last-child {
  margin-bottom: 0;
}

.ivcardo_side_title {
  margin: 0;
  font-size: 24px;
}

.ivcardo_side_title span,
.more-info-popup h4 span {
  font-size: 13px;
  vertical-align: middle;
  font-weight: 400;
  padding-bottom: 1px;
  display: inline-block;
}

.a-price__description {
  display: block;
  font-size: 1rem;
}

.ivcardo_switch .switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.ivcardo_switch .switch input {
  display: none;
}

.ivcardo_switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.ivcardo_switch .slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.ivcardo_switch input:checked + .slider {
  background-color: #213638;
}

.ivcardo_switch input:focus + .slider {
  box-shadow: 0 0 1px #213638;
}

.ivcardo_switch input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

.ivcardo_switch .slider.round {
  border-radius: 34px;
}

.ivcardo_switch .slider.round:before {
  border-radius: 50%;
}

.ivcardo_value_input {
  display: block;
  border: 1px solid #e5e5e5;
  padding: 5px 10px;
  margin: 5px 0;
  width: 100%;
}

.ivcardo_value_title {
  margin-top: 7px;
}

.ivcardo_sidebar_title {
  background-color: #cfe7e5;
  padding: 17px 25px;
  border-radius: 10px 10px 0px 0px;
  color: #213638;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 1px;
}
form#booking_form {
  padding: 25px;
}
.bookingbx select,
.ivcardo_sidebar select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  color: #777;
  background: url(../image/selectbox_arrow.png) right center no-repeat;
  cursor: pointer;
}

.searchbtn_wrap {
  text-align: center;
}

.timepicker_wrap {
  min-width: 188px;
}

.iv_pre_nxt_btn {
  margin-top: 20px;
  margin-left: 15px;
}

.ivcardo_summary_icon {
  font-size: 22px;
  color: #333;
}

.ivcardo_summary_select {
  color: #333;
}

.ivcardo_summary_title {
  color: #999;
  margin-bottom: 5px;
}

.ivcardo_summary_title_select {
  font-size: 14px;
}

.ivcardo_sidebar_booking .ivcardo_value_row {
  border-top: 1px solid #eee;
  padding: 10px 0;
}

.clearboth:after,
.clearboth:before {
  clear: both;
  width: 100%;
  display: block;
  content: "";
}

.ivcardo_booking_car_price {
  color: #333;
  font-size: 22px;
}

.ivcardo_booking_img {
  text-align: left;
  margin-bottom: 5px;
  height: 110px;
}

.ivcardo_sidebar_title strong {
  color: #213638;
  font-size: 22px;
}

.ivcardo_sidebar_title a {
  color: #333;
  display: block;
  margin-bottom: 10px;
  font-size: 13px;
}

#fullname,
.ivcardo_pass_fname,
.ivcardo_pass_lname {
  text-transform: uppercase;
}

#msform .car_templete_main:not(:first-of-type) {
  display: none;
}

#progressbar {
  margin-bottom: 30px;
  overflow: hidden;
  counter-reset: step;
}

#progressbar li {
  list-style-type: none;
  color: #000;
  text-transform: uppercase;
  font-size: 16px;
  width: 33.33%;
  float: left;
  position: relative;
  text-align: center;
  z-index: 1;
}

#progressbar li:before {
  content: counter(step);
  counter-increment: step;
  width: 30px;
  line-height: 30px;
  display: block;
  font-size: 20px;
  color: #fff;
  background: #333;
  border-radius: 50%;
  margin: 0 auto 5px auto;
  text-align: center;
}

#progressbar li:after {
  content: "";
  width: 100%;
  height: 2px;
  background: #213638;
  position: absolute;
  left: -48%;
  top: 14px;
  z-index: -1;
}
#my_profile_setting input.ivcardo_user_mobile_prifix {
  padding: 5.5px 12px;
  font-size: 13px;
  text-align: center;
}
input.ivcardo_pass_mobile {
  padding-left: 110px !important;
}
input.ivcardo_user_mobile_prifix {
  position: absolute;
  width: 60px !important;
  display: inline-block !important;
  left: 15px;
  top: 0;
}
#progressbar li:first-child:after {
  content: none;
  display: none;
}

#progressbar li.active:after,
#progressbar li.active:before {
  background: #e5a13e;
  color: #fff;
}

.ivcardo_booking_passenger_details,
.ivcardo_booking_paymet_detail {
  background: #fff;
}
section#primary {
  width: 70%;
  float: left;
  padding-right: 10px;
}
#secondary.ivcardo_widget-area {
  float: right;
  height: 100%;
  padding-left: 50px;
  width: 30%;
}
.ivcado_continue_btn {
  margin-top: 25px;
}
.ivcardo_sidebar.ivcardo_account_sidebar {
  border: 0px;
}
.ivcardo_sidebar_account_link li p {
  padding: 5px 20px 5px 15px;
  margin-bottom: 0px;
}
.ivcardo_sidebar_account_link li p span {
  padding-right: 5px;
}
.ivcardo-row {
  padding: 10px 25px;
}

.ivcardo-row-background {
  background: #cfe7e5;
}

.ivcardo_booking_passenger_details,
.ivcardo_booking_paymet_detail {
  background: #fff;
  border-radius: 15px;
  margin-bottom: 35px;
  box-shadow: 0px 5px 10px rgb(0 0 0 / 5%);
}
span.drop_class {
  position: absolute;
  right: 0px;
  top: 5px;
  display: none;
}
.ivcardo_sidebar_account_link li ul {
  display: block;
  transition-duration: 0.3s;
}

/* .ivcardo_sidebar_account_link li.drop_active ul{ */
/* display:block; */
/* } */
.ivcardo_booking_passenger_form {
  padding: 0 0 25px 0;
}
.ivcardo_sidebar.ivcardo_account_sidebar {
  margin-top: 0px;
}
#msform section.content-area label {
  display: block;
  color: #333;
}

.ivcardo_phone_code select {
  height: 50px;
}

.pass_detail_wrap {
  position: relative;
  line-height: 1;
}

.pass_detail_wrap .intl-tel-input {
  display: block;
}

.passenger_detail_form .sub_field {
  padding-top: 20px;
}

.ivcardo_addmore:active,
.ivcardo_addmore:focus {
  color: #fff;
}

.ivcardo_booking_passenger_details .passenger_detail_form label span {
  color: #e64e4e;
}

.passenger_detail_form .row {
  margin-bottom: 20px;
}

.passenger_detail_form .row:last-child {
  margin-bottom: 0;
}

.bookingbx .input-top,
.flatrate_tbl .form_booking .input_top {
  text-align: center;
}

.bookingbx .inside-input-top,
.flatrate_tbl .inside-input-top {
  margin-right: 2%;
  text-align: left;
  display: inline-block;
  vertical-align: top;
  padding-left: 40px;
  position: relative;
  width: 47%;
  margin-bottom: 5px;
}

.flatrate_tbl .inside-input-top:last-child {
  margin-right: 0;
  margin-top: 0;
  width: auto;
}

.flatrate_tbl .inside-input-top .searchbtn {
  margin-left: 0;
}

.flatrate_tbl .booktxt {
  background-color: #fff;
  height: 40px;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-radius: 4px;
  cursor: pointer;
  margin-bottom: 0;
}

.flatrate_tbl select.booktxt {
  background: url(../image/selectbox_arrow.png) no-repeat right center #fff;
}

.flatrate_tbl .select2-container {
  margin-bottom: 0;
  width: 100% !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field,
.select2-container--default .select2-selection--single,
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 40px;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 120%;
}

.more-info-popup h4 {
  margin-top: 0;
  text-align: center;
  background: #cfe7e5;
  padding: 15px 15px;
  font-size: 24px;
  color: #213638;
  font-weight: 600;
}

body .fancybox-close-small {
  height: 30px;
  right: 5px;
  top: 5px;
  width: 30px;
}

body .fancybox-close-small::after {
  background-color: #e5a13e;
  color: #fff;
  right: 0;
  top: 0;
}

.more-info-popup p {
  margin-bottom: 0;
  padding: 25px;
}

.ivcardo_value_row::after {
  clear: both;
  content: "";
  display: block;
}

.ivcardo_value_btn {
  text-align: center;
  margin-top: 25px;
}
form#booking_form .booktxt {
  border: 2px solid #d8d8d8 !important;
  border-radius: 5px;
  width: 100%;
  background: #fff;
}
.bookingbx .input-top label,
.flatrate_tbl .form_booking label {
  color: #fff;
  display: block;
  font-weight: 700;
  line-height: 140%;
  margin-bottom: 8px;
}

.bookingbx .input-top label {
  color: #47425d;
}

.ivcardo_headline_main h3 {
  background-color: #cfe7e5;
  padding: 17px 25px;
  border-radius: 10px 10px 0px 0px;
  color: #213638;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 1px;
}
.headline_wrap {
  padding: 25px;
}
.ivcardo_headline_item,
.ivcardo_headline_item_right {
  float: left;
}

.ivcardo_headline_item {
  width: 40%;
}
.ivcardo_headline_item_right {
  width: 60%;
}

.ivcardo_list_item span.fa {
  color: #e5a13e;
  font-size: 22px;
  vertical-align: middle;
  text-align: center;
}

.a-text-highlight__text {
  color: #333;
  padding-left: 5px;
}
a.ivcardo_link.all-btn {
  background-color: #e5a13e;
  border-color: #e5a13e;
}
span.currency.a-price__price {
  color: #213638;
  font-size: 28px;
  font-weight: 600;
}
.price-top {
  overflow: hidden;
  padding: 20px 20px 0;
}

.a-price {
  display: block;
  float: right;
  width: auto;
}

.price_text_wrap ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-left: 0px;
  list-style: outside none none;
  padding-left: 0;
}

.price_text_wrap li span {
  color: #e5a13e;
  font-size: 20px;
  margin-right: 10px;
  vertical-align: middle;
}

.ivcardo_cta,
.ivcardo_headline {
  overflow: hidden;
}

.ivcardo_cta {
  clear: both;
  padding: 20px 20px 0;
  text-align: right;
}

.ivcardo_cta_item {
  display: inline-block;
  vertical-align: top;
}

.ivcardo_list_item {
  padding-bottom: 5px;
  display: inline-block;
  padding-right: 10px;
}
.ivcardo_list {
  border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
  padding-bottom: 3px;
  margin-bottom: 10px;
}
img.ivcardo_image {
  display: block;
  padding: 0 20px;
}

body img {
  height: auto;
  margin: 0 auto;
  max-height: 100%;
  max-width: 100%;
  width: auto;
}

img.ivcardo_image {
  display: block;
}

.headline_wrap::after {
  clear: both;
  content: "";
  display: block;
}

.a-price__price {
  display: block;
  font-size: 24px;
  line-height: 1;
}

.intl-tel-input .country-list {
  width: 440px;
}

body .all-btn {
  border: 0 none;
  border-radius: 4px;
  display: inline-block;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0;
  padding: 10px;
  vertical-align: top;
  text-transform: none;
}

.ivcardo_sidebar_profile_pic {
  border: 3px solid #ccc;
  border-radius: 50%;
  height: 60px;
  overflow: hidden;
  float: left;
  width: 60px;
}

.ivcardo_sidebar_account_wrap {
  overflow: hidden;
}

.ivcardo_sidebar_user_name {
  float: left;
  padding-left: 20px;
  padding-top: 8px;
}

.ivcardo_sidebar_user_name h5 {
  margin-bottom: 0;
  color: #fff;
  font-size: 16px;
}
.ivcardo_sidebar_account_link li a span {
  padding-right: 5px;
}
.ivcardo_sidebar.ivcardo_account_sidebar {
  /*padding: 20px 0 0*/
}

.ivcardo_sidebar_account_wrap {
  border-bottom: 1px solid #ffffff29;
  overflow: hidden;
  padding: 20px 20px 20px;
}

.ivcardo_sidebar_account_link > ul {
  list-style: outside none none;
  margin-bottom: 0;
  padding: 0;
}
.ivcardo_sidebar_account_link ul > li {
  border-bottom: 1px solid #ffffff29;
  position: relative;
}

.ivcardo_sidebar_account_link ul li li,
.ivcardo_sidebar_account_link ul > li:last-child {
  border-bottom: none;
}
.ivcardo_sidebar_account_link li li a {
  padding: 5px 20px 5px 15px;
  position: relative;
}
.ivcardo_sidebar_account_link li a {
  /*border-bottom: 1px solid #ccc;*/
  color: #213638;
  display: block;
  font-size: 16px;
  padding: 5px 20px 5px 15px;
  position: relative;
  z-index: 1;
  letter-spacing: 0.5px;
  cursor: pointer;
}

.ivcardo_sidebar.ivcardo_account_sidebar {
  position: fixed;
  left: 15px;
  top: 65px;
  width: 22%;
  max-height: 79%;
  overflow-y: scroll;
  z-index: 1;
}
.admin-bar .ivcardo_sidebar.ivcardo_account_sidebar {
  max-height: 74%;
}
.admin-bar .ivcardo_sidebar.ivcardo_account_sidebar {
  top: 94px;
}
.content-area {
  padding-top: 45px;
}
header#masthead {
  box-shadow: -2px -11px 8px 17px #cccccca3;
}
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #f5f5f5;
}

::-webkit-scrollbar {
  height: 5px;
  width: 5px;
  background-color: #f5f5f5;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #5292ca99;
}

.ivcardo_sidebar_account_link li a.active:after,
.ivcardo_sidebar_account_link li a:hover:after {
  color: #3b962b;
}
.ivcardo_sidebar_account_link ul li ul {
  list-style: none;
  padding-left: 23px;
}
.ivcardo_sidebar_account_link li li a:after {
  position: absolute;
  left: 0;
  top: 18px;
  width: 5px;
  height: 1px;
  background: #213638;
  content: "";
}
.ivcardo_sidebar_account_link li a.active::before,
.ivcardo_sidebar_account_link li a:hover:before {
  width: 100%;
}

.ivcardo_sidebar_account_link li a.active,
.ivcardo_sidebar_account_link li a:hover {
  text-decoration: none;
  background: #cfe7e5;
}

.ivcardo_account_list {
  overflow: hidden;
  width: 100%;
}

.ivcardo_account_list .headline_wrap.ui-accordion-content {
  padding: 30px;
}
.site-footer {
  background-color: #1c1c1c;
  line-height: 24px;
  padding: 10px 0 10px 0px;
  border-top: 1px solid #ebebeb;
}

.ivcardo_reserv_number p strong {
  display: block;
  font-size: 22px;
  line-height: 120%;
}
.headline_wrap .ivcardo-col-md-3 .ivcardo-btn {
  font-size: 16px;
  min-width: 200px;
}
.ivcardo-login-box h3 {
  color: #fff;
  margin-bottom: 5px;
  font-size: 26px;
}
.login_title {
  margin-bottom: 20px;
}
#colophon .site-info.container {
  width: 100%;
  padding: 0 15px;
}
.ivcardo_reserv_number .contract {
  padding-left: 20px;
  position: relative;
}

.ivcardo_reserv_number .contract::before {
  content: "";
  font-family: fontawesome;
  left: 0;
  position: absolute;
  top: 0;
}

.ivcardo_reserv_list > ul {
  list-style: outside none none;
  padding-left: 0;
}

.pick_return_list {
  overflow: hidden;
}

.pick_return_list .pick_left {
  float: left;
  width: 50%;
}

.pick_return_list .pick_right {
  float: right;
  text-align: right;
  width: 50%;
}

.pick_left strong,
.ivcardo_reserv_list strong {
  display: block;
  color: #000;
  margin-bottom: 8px;
}

.ivcardo_account_item {
  float: left;
  padding-right: 30px;
  width: 50%;
}

.ivcardo_account_item:last-child {
  padding-right: 0;
}

.ivcardo_reserv_list li {
  border-bottom: 1px dashed #ccc;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.ivcardo_reserv_list li:first-child {
  border-top: 1px dashed #ccc;
  padding-top: 10px;
}

.ivcardo_account_item .ivcardo_list_item {
  float: left;
  width: 50%;
}

.ivcardo_account_item .ivcardo_list {
  overflow: hidden;
  margin-bottom: 28px;
}

.ivcardo_account_list .ivcardo_side_title .ui-accordion-header-icon::before {
  content: "";
  font-family: fontawesome;
  font-size: 26px;
}

body .ivcardo_account_list .ivcardo_side_title .ui-accordion-header-icon {
  text-indent: 1px;
  position: absolute;
  right: 25px;
  top: 18px;
  left: auto;
}

.ivcardo_account_list
  .ivcardo_side_title.ui-state-active
  .ui-accordion-header-icon::before {
  content: "";
}

.pick_return_list p {
  margin-bottom: 0;
}

.ivcardo_save_trip span {
  color: #213638;
  border-bottom: 1px solid;
}

.ivcardo_account_list .ivcardo_headline_main h3.ui-accordion-header {
  border: 0 none;
  color: #213638;
  font-size: 18px;
  margin: 0px 0 10px;
  padding: 17px 15px;

  font-weight: 600;
}
.ivcardo_account_list
  .ivcardo_headline_main
  h3.ui-accordion-header.ui-accordion-header-active {
  margin-bottom: 0px;
  border-bottom: 0px;
  box-shadow: 1px 8px 20px #00000014;
}
.ivcardo_account_list
  .headline_wrap.ui-accordion-content.ui-accordion-content-active {
  box-shadow: 1px 8px 20px #00000014;
  border-top: 0px;
  margin-bottom: 20px;
}
.sydney-hero-area {
  overflow: visible;
}
.ivcardo_headline_main {
  padding: 0 0px !important;
}

.pass_detail_wrap label {
  padding-top: 12px;
}

.paddingtb {
  padding: 10px 0;
}

.loader {
  text-align: center;
  display: block;
}

body #ui-datepicker-div {
  display: none;
}

.bookingbx .booktxt {
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}

.booking_passengers_dd_wrap {
  margin-bottom: 10px;
  overflow: hidden;
}

.booking_passengers_dd_left h6 {
  margin: 0;
}

.booking_passengers_dd_left {
  float: left;
  width: 53%;
}

.booking_passengers_dd_right {
  float: right;
}

.passengers_input {
  text-align: center;
  width: 40px;
  float: left;
  height: 40px;
  pointer-events: none;
}

.booking_passengers_dd_right a {
  background-color: #213638;
  color: #fff !important;
  display: block;
  float: left;
  font-size: 30px;
  height: 40px;
  line-height: 42px;
  text-align: center;
  width: 40px;
}

.booking_passengers_dd_right a:hover {
  background-color: #666;
}

.booking_passengers_dd_left h6 span {
  display: block;
  font-size: 16px;
  font-weight: 400;
}

.booking_passengers_dd_wrap:last-child {
  margin-bottom: 0;
}

.booking_input_passengers_dropdown {
  background-color: #fff;
  border: 1px solid #ccc;
  left: 0;
  display: none;
  padding: 10px 20px;
  position: absolute;
  right: 0;
  top: 100%;
  z-index: 1;
}

.booking_input_passengers_dropdown::before {
  background-color: #fff;
  border-right: 1px solid #ccc;
  border-top: 1px solid #ccc;
  content: "";
  height: 20px;
  left: 20px;
  position: absolute;
  top: -11px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  width: 20px;
}

body .child_panel .booking_input_passengers {
  height: 40px !important;
  margin-top: 0;
}

.passenger_list_wrap {
  clear: both;
  position: relative;
}

body .booking_input_passengers {
  height: 50px !important;
  margin-top: 5px;
}

body .ivcardo_error {
  border: 1px solid red !important;
}

.ivcardo_booking_paymet_detail input[type="text"] {
  width: 100%;
}

#pickairport {
  display: none;
}

#from_airdetails {
  padding: 0 14px;
}

.hide {
  display: none;
}

#secondary.widget-area {
  float: right;
  height: 100%;
  width: 30%;
  padding-left: 50px;
}
section#primary .ivcardo-row {
  margin-left: 0px;
  margin-right: 0px;
}
#msform section.content-area label {
  display: block;
  margin-bottom: 10px;
}
.airdetails_check {
  margin-top: 10px;
  position: relative;
  padding: 25px 25px 25px;
}
form#login1 {
  max-width: 450px;
  margin: 0 auto;
  border: 1px solid #ccc;
  padding: 20px 20px;
  border-radius: 5px;
}

.widget-area.booking_sidebar_area {
  float: left;
}
.ivcardo_value_title,
.ivcardo-row label {
  font-size: 16px;
  color: #313131;
  font-weight: 600;
}
.container .container {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}

body .select2-container .select2-selection--single {
  height: 40px;
}

body
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 40px;
}

body
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 37px;
  width: 31px;
  background: url(../image/selectbox_arrow.png) no-repeat right center #fff;
  top: 2px;
  right: 2px;
}

body
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  display: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-right: 35px;
}

.ivcardo_passenger_extra_feature ul {
  padding-left: 0;
  list-style: none;
}

.ivcardo_passenger_extra_feature ul li {
  border-bottom: 1px dashed #999;
  margin-bottom: 0;
  padding-bottom: 20px;
  position: relative;
  margin-top: 30px;
}

.ivcardo_passenger_extra_feature ul li:last-child {
  margin-bottom: 0;
}

.airdetails_check input[type="checkbox"],
.ivcardo_passenger_extra_feature ul li input[type="checkbox"] {
  display: block;
  height: 15px;
  left: 25px;
  margin: 0;
  opacity: 0;
  position: absolute;
  top: 25px;
  width: 15px;
  z-index: 1;
}

.airdetails_check p,
.ivcardo_passenger_extra_feature li .checkbox_next {
  line-height: 120%;
  margin-bottom: 0;
  padding-left: 30px;
  position: relative;
}

.ivcardo_passenger_extra_feature li .checkbox_next::after {
  clear: both;
  content: "";
  display: block;
}

.airdetails_check p::before,
.ivcardo_passenger_extra_feature li .checkbox_next::before {
  border: 1px solid #666;
  border-radius: 2px;
  content: "";
  height: 14px;
  left: 0;
  position: absolute;
  top: 1px;
  width: 14px;
}

.airdetails_check input[type="checkbox"]:checked + p::before,
.ivcardo_passenger_extra_feature
  ul
  li
  input[type="checkbox"]:checked
  + .checkbox_next::before {
  border: 0 none;
  color: green;
  content: "";
  font-family: fontawesome;
  font-size: 18px;
  left: 0;
  line-height: 100%;
}

.ivcardo_passenger_extra_feature li .checkbox_next .extra_desc {
  float: left;
  width: 35%;
  padding-right: 10px;
  margin-bottom: 0;
}

.ivcardo_passenger_extra_feature li .checkbox_next .extra_desc strong {
  display: block;
  margin-bottom: 10px;
}

.ivcardo_passenger_extra_feature ul li .checkbox_next > span {
  display: block;
  float: right;
}

.booking_passengers_dd_right.extra_quenty {
  float: left;
  margin-bottom: 0;
  margin-top: 0;
}

.checkbox_next .booking_passengers_dd_right {
  margin-top: -10px;
}

.booking_passengers_dd_right.return_extra_quenty {
  float: left;
  margin-bottom: 0;
  margin-left: 15px;
  display: none;
}

.car_error {
  font-size: 18px;
  color: #777;
  text-align: center;
  padding: 10px;
  border: 1px solid #ccc;
  padding-bottom: 55px;
}

.booking_create_error:before,
.car_error:before {
  content: "";
  font-family: fontawesome;
  margin-right: 10px;
  font-size: 115px;
  position: relative;
  top: 1px;
  display: block;
}

body .booking_create_error.ui-accordion-header {
  background: 0 0;
  font-size: 16px;
  color: #777;
  text-align: center;
  border: 0;
  padding: 10px;
}

.ivcardo_passenger_extra_feature {
  overflow: hidden;
}

body .select2-container .select2-selection--single {
  padding: 0;
}

.search_btn_wrap {
  display: inline-block;
  vertical-align: bottom;
  margin-top: 20px;
}

#msform {
  padding-bottom: 50px;
  padding-top: 50px;
}

.payment_form_wrap {
  margin-bottom: 20px;
}

.viasadd {
  list-style: outside none none;
  margin: 5px 0 0;
  padding: 0;
  overflow: hidden;
}

.viasadd > li {
  clear: both;
  color: #333;
  cursor: pointer;
  float: left;
  padding-left: 20px;
  position: relative;
  margin-bottom: 10px;
}

.viasadd > li::before {
  color: red;
  content: "";
  font-family: fontawesome;
  left: 0;
  position: absolute;
  top: 0;
}

.addviabtn {
  margin-left: 10px;
}

.modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 25px;
  border: 1px solid #888;
  width: 30%;
  display: block;
  position: fixed;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.close {
  font-size: 22px;
  font-weight: 700;
  background-color: #e64e4e;
  color: #fff;
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
  position: absolute;
  top: 5px;
  right: 5px;
}

.close:focus,
.close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.viaform input[type="text"] {
  width: 100%;
  margin-bottom: 10px;
  height: 40px;
}

.viaformbtn {
  text-align: center;
}

.pac-container {
  z-index: 99999;
}

.bookingbx .inside-input-top:before,
.flatrate_tbl.route_dropdown_main .inside-input-top:before {
  content: "1";
  position: absolute;
  top: 4px;
  left: 0;
  color: #fff;
  background-color: #213638;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  border-radius: 50%;
  font-weight: 700;
  font-size: 22px;
}

.bookingbx .inside-input-top + .inside-input-top:before,
.flatrate_tbl.route_dropdown_main .inside-input-top + .inside-input-top:before {
  content: "2";
}
.bookingbx .inside-input-top + .inside-input-top + .inside-input-top:before,
.flatrate_tbl.route_dropdown_main
  .inside-input-top
  + .inside-input-top
  + .inside-input-top:before {
  content: "3";
}
.bookingbx
  .inside-input-top
  + .inside-input-top
  + .inside-input-top
  + .inside-input-top:before,
.flatrate_tbl.route_dropdown_main
  .inside-input-top
  + .inside-input-top
  + .inside-input-top
  + .inside-input-top:before {
  content: "4";
}
.ivcardo_summary_date,
.ivcardo_summary_date_return {
  margin-right: 10px;
}

.ivcardo_booking_passenger_details input[type="text"]#airlinecode,
.ivcardo_booking_passenger_details input[type="text"]#return_airlinecode {
  text-transform: uppercase;
}

.ivcardo_booking_passenger_details
  input[type="text"]#airlinecode::-webkit-input-placeholder,
.ivcardo_booking_passenger_details
  input[type="text"]#return_airlinecode::-webkit-input-placeholder {
  text-transform: none;
}

.ivcardo_booking_passenger_details
  input[type="text"]#airlinecode:-moz-placeholder,
.ivcardo_booking_passenger_details
  input[type="text"]#return_airlinecode:-moz-placeholder {
  text-transform: none;
}

.ivcardo_booking_passenger_details
  input[type="text"]#airlinecode::-moz-placeholder,
.ivcardo_booking_passenger_details
  input[type="text"]#return_airlinecode::-moz-placeholder {
  text-transform: none;
}

.ivcardo_booking_passenger_details
  input[type="text"]#airlinecode:-ms-input-placeholder,
.ivcardo_booking_passenger_details
  input[type="text"]#return_airlinecode:-ms-input-placeholder {
  text-transform: none;
}

.airdetails_block > ul {
  list-style: outside none none;
  margin: 15px 0 0;
  padding: 0;
}

.airdetails_block ul li {
  border-bottom: 1px dashed #999;
  margin-bottom: 10px;
  overflow: hidden;
  line-height: 140%;
  padding-bottom: 10px;
}

.airdetails_block ul li strong {
  display: block;
  float: left;
  position: relative;
  width: 25%;
}

.airdetails_block ul li span {
  display: block;
  float: left;
  padding-left: 5px;
  width: 75%;
}

.airdetails_block ul li strong::after {
  content: ":";
  position: absolute;
  right: 0;
  top: 0;
}

.airdetails_block ul li:last-child {
  margin-bottom: 0;
}

body img.loading_img {
  margin-top: 5px;
}

.red {
  color: red;
}

.green {
  color: green;
}

.login_wrap label {
  display: block;
}

.login_wrap input {
  margin-bottom: 10px;
  width: 100%;
  border: 1px solid #dbdbdb;
  background-color: #fafafa;
  padding: 10px;
}

div#babyseatPanel,
div#boosterseatPanel {
  text-align: center;
}

.ivcardo_profile_block h5 {
  background-color: #eee;
  line-height: 140%;
  margin: 0;
  padding: 10px 20px 13px;
}

.ivcardo_profile_block {
  padding-bottom: 20px;
}

.ivcardo_profile_btn {
  padding: 0 20px 20px;
  text-align: center;
}

.ivcardo_profile_wrap {
  padding: 10px 20px 0;
}

p.message {
  padding: 5px 10px;
  margin-bottom: 0;
  color: green;
}

.booking_passengers_dd_right a.btn_diable {
  pointer-events: none;
  position: relative;
}

.booking_passengers_dd_right a.btn_diable:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.3);
}

#confirmation_condition .modal-content {
  width: 40%;
}

#confirmation_condition .airdetails_block ul li strong {
  width: 42%;
}

#confirmation_condition .airdetails_block ul li span {
  width: 58%;
}

.confirmation_btn_wrap {
  text-align: center;
  padding-top: 20px;
}

.temscondi_error > p {
  color: red;
  margin-bottom: 0;
  margin-top: 10px;
}

.ivcardo_total_price {
  padding: 0;
  list-style: none;
  margin: 0;
}

.ivcardo_total_price li {
  overflow: hidden;
  padding-bottom: 10px;
  font-size: 16px;
  line-height: 150%;
}

.ivcardo_total_price li.total_price {
  border-top: 1px solid #eee;
  padding-top: 10px;
}

.ivcardo_total_price li:last-child {
  padding-bottom: 0;
}

.ivcardo_total_price li strong {
  float: left;
}

.ivcardo_total_price li p {
  float: right;
  margin: 0;
}

.ivcardo_details_subtitle h4 {
  background: rgba(207, 231, 229);
  border-radius: 15px 15px 0px 0px;
  padding: 23px 20px;
  color: #213638;
  font-size: 22px;
  font-weight: 600;
  margin-top: 0;
}

.arrival_drop_block {
  padding-bottom: 20px;
}

.arrival_drop_block:last-child {
  padding-bottom: 0;
}

.sidebar_route_dropdown_wrap {
  padding: 10px;

  margin: 0 auto;
  max-width: 300px;
}

.green_chk {
  margin: 10px 0 0;
}

.green_chk i {
  color: green;
  font-size: 20px;
  border-radius: 50%;
  border: 2px solid;
  width: 30px;
  height: 30px;
  line-height: 27px;
  text-align: center;
}

#secondary.widget-areafixed {
  position: fixed;
  padding-top: 10px;
  width: 33.33%;
  z-index: 1;
  height: auto;
  max-width: 100%;
  left: auto !important;
  padding-left: 25px !important;
  right: 15px !important;
}
.ivcardo_sidebar {
  margin-top: 45px;
}
.ivcardo_booking_passenger_details input[type="email"],
.ivcardo_booking_passenger_details input[type="password"],
.ivcardo_booking_passenger_details input[type="text"],
.ivcardo_booking_passenger_details select {
  display: block;
  padding: 10px 10px;
  width: 100%;
  border: 2px solid #d8d8d8;
  border-radius: 5px;
  background-color: #fff;
}
#secondary.widget-areafixed.widget-areadown {
  bottom: 0;
  position: absolute;
  left: auto !important;
  right: 15px !important;
}

#sidebar_according h3.ui-accordion-header {
  background-color: #cfe7e5;
  border: 0 none;
  color: #213638;
  font-size: 14px;
  font-weight: 700;
  line-height: 120%;

  padding: 15px 15px;
}

ul.ivcardo_total_price {
  margin-bottom: 25px;
}
div#sidebar_according .ivcardo_sidebar_title {
  background-color: transparent;
  padding: 0;

  font-size: 16px;
}
div#sidebar_according .ivcardo_sidebar_title h4 {
  font-size: 17px;
}
#sidebar_according .according_connent_wrap {
  padding: 0 15px;
}

#sidebar_according h3 span.ui-accordion-header-icon {
  float: right;
  left: auto;
  margin: 0;
  position: relative;
  text-indent: 1px;
  top: auto;
}

#sidebar_according h3 span.ui-accordion-header-icon::before {
  content: "";
  font-family: fontawesome;
  font-size: 18px;
}

#sidebar_according h3.ui-state-active span.ui-accordion-header-icon::before {
  content: "";
}

#sidebar_according {
  padding-top: 10px;
}

.car_templete_main {
  position: relative;
}

#route_destination {
  position: relative;
}

.flatrate_tbl select.booktxt.select2-hidden-accessible {
  height: 40px !important;
  width: 100% !important;
  left: 0;
}

.flatrate_tbl span.selection {
  display: block;
}

.payment_total_price {
  font-size: 24px;
  line-height: 120%;
  margin-bottom: 10px;
}

.main_thank_you_wrap {
  padding: 20px 0;
  text-align: center;
}

.thank_you_chk i {
  border: 4px solid;
  border-radius: 50%;
  color: #213638;
  display: inline-block;
  font-size: 40px;
  height: 60px;
  line-height: 50px;
  vertical-align: top;
  width: 60px;
}

.thank_you_title h3 {
  color: #213638;
  font-size: 50px;
  margin: 20px 0;
}

.thank_you_content p {
  font-size: 18px;
  line-height: 140%;
  text-align: center;
}

.thank_you_btn {
  padding-top: 20px;
}

.failed .thank_you_chk i {
  color: red;
}

.failed .thank_you_title h3 {
  color: red;
}

.ivcardo_comment_box textarea {
  width: 100%;
  resize: none;
  height: 120px;
  padding: 15px;
}

.extra_route_title {
  display: none;
  margin-bottom: 5px;
}

.temscondi_error {
  display: none;
}

.booking_loader {
  display: inline-block;
  vertical-align: top;
  margin: 20px 0 0 20px;
}

.forget_password {
  float: right;
}

.ajax_reg_btn_wrap:after {
  content: "";
  display: block;
  clear: both;
}

.login_btn_wrap {
  float: left;
}

.extra_desc span {
  font-style: italic;
}

#forget_passwordPanel .modal-content {
  text-align: center;
}

#forget_passwordPanel h5 {
  margin: 0 0 20px;
}

.forget_password_wrap label {
  display: block;
  text-align: left;
  margin: 0 0 10px;
  line-height: 120%;
}

.forget_password_wrap input {
  width: 100%;
  border: 1px solid #dbdbdb;
  padding: 10px;
}

.forget_password_btn {
  margin-top: 20px;
  text-align: left;
}

.forget_password_btn a.send_btn {
  margin-right: 10px;
}

.forget_password_btn a {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.forget_pass_loader {
  display: inline-block;
  margin-left: 10px;
  margin-top: 5px;
}

.forget_msg p {
  margin: 10px 0 0;
  text-align: left;
}

.forget_pass_loader .loading_img_div {
  width: 25px;
  height: 25px;
}

.ivcardo_sidebar_title h4 {
  margin: 0 0 15px;
  font-size: 22px;
  font-weight: 700;
  line-height: 140%;
}

.termobshow {
  display: none;
}

.divreturndet:after {
  clear: both;
  content: "";
  display: block;
}

.divreturndet .divretsub {
  float: left;
  margin-right: 30px;
}

.divreturndet .divretsub.retaircode {
  width: 13%;
}

.divreturndet .divretsub.retflitno {
  width: 16%;
}

.divreturndet .divretsub.retflitsearch {
  width: 50%;
}

.ivcardo_pay_last .booking_loader_pay {
  text-align: center;
}

.ivcardo_pay_last .booking_loader_pay .loading_img_pay {
  background: url(../image/loading_circle.gif);
  width: 32px;
  height: 32px;
  display: inline-block;
}
body .ivcardo-btn-primary:hover {
  color: #213638;
  background-color: #fff;
  background-image: none;
}
body .ivcardo-btn-primary,
body .ivcardo-btn-primary:hover {
  border: 2px solid #e5a13e;
}
.caution_error {
  text-align: center;
}

.login_wrap .intl-tel-input {
  display: block;
}

.ivcardo_address_dd_wrap {
  width: 100%;
  padding: 20px 15px;
  margin: 0 auto;
  box-shadow: 1px 8px 20px #00000014;
}

.ivcardo_address_tab_click {
  list-style: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
  text-align: center;
}

.ivcardo_address_tab_click li {
  display: inline-block;
  vertical-align: top;
}

.ivcardo_address_tab_click li a {
  padding: 10px 20px;
  color: #fff;
  display: inline-block;
  vertical-align: top;
  font-size: 20px;
}

.ivcardo_booking_manually,
.ivcardo_booking_select {
  padding-top: 15px;
  padding-bottom: 15px;
}

.ivcardo_booking_manually .bookingbx .input-top label {
  color: #666;
}

.ivcardo_address_tab_click li.active a {
  /*background: #2cb1e2*/
}

#login1 .remember_chk {
  display: inline-block;
  width: auto;
}

.booking_loader.ady_bok_load {
  margin: 0 0 0 20px;
}

.ivcardo_pay_last form select {
  width: 100%;
  background: url(../image/selectbox_arrow.png) no-repeat right center #fafafa;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.ivcardo_pay_last form input#adynumber {
  background: url(../image/adyen_visa_master.png) no-repeat 97% center #fafafa;
  background-size: auto 70%;
  padding-right: 190px;
}

.loading_img_div {
  margin-top: 10px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 4px solid grey;
  border-bottom-color: transparent;
  -webkit-animation: circ-anim 0.7s linear infinite;
  -moz-animation: circ-anim 0.7s linear infinite;
  -o-animation: circ-anim 0.7s linear infinite;
  animation: circ-anim 0.7s linear infinite;
}
footer#colophon.strick_footer {
  position: fixed;
  width: 100%;
  bottom: 0px;
  left: 0px;
}
.body_strick_footer {
  min-height: 100vh;
}
@media only screen and (min-width: 1600px) {
  .ivcardo_sidebar.ivcardo_account_sidebar {
    min-height: 81vh;
  }
}
#content,
.content-wrapper.container,
.content-wrapper.container > .row,
.ivcardo-container-fluid,
.booking_sidebar_area {
  min-height: 100vh;
}
.ivcardo_inner_save {
  margin-bottom: 10px;
}
.ivcardo_save_trip {
  text-align: center;
  padding: 15px;
}
.ivcardo-panel fieldset legend {
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  color: #213638;
  border-bottom: 0px;
}

p.forgot_text {
  font-weight: 600;
}
body .ivcardo-modal {
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  border-radius: 10px;
}

.ivcardo-forgot-password-modal {
  cursor: pointer;
}

div#book_by_my_rides_popup {
  width: 95%;
}
div#book_by_my_rides_popup .ivcardo-panel-body {
  padding-left: 0px;
  padding-right: 0px;
}
#user_rating_update_modal textarea#rating_comment {
  height: 100px !important;
  resize: none;
}

.pass_detail_wrap.ivcardo_main_field.passenger_detail_form span {
  color: #333;
}
.header-wrap .container {
  width: 98%;
}
body .all-btn:hover {
  background-color: #fff;
  color: #213638;
}

div#ivcardo_loader_img {
  position: fixed;
  background: #f4fbfe80 !important;
  z-index: 9;
  width: 100%;
  height: 100%;

  display: none;
}
div#ivcardo_loader_img img {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.iv_section .iv_switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.iv_section .iv_switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.iv_section .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.iv_section .slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.iv_section input:checked + .slider {
  background-color: #213638;
}

.iv_section input:focus + .slider {
  box-shadow: 0 0 1px #213638;
}

.iv_section input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

.iv_section .slider.round {
  border-radius: 34px;
}

.iv_section .slider.round:before {
  border-radius: 50%;
}
.ivcardo_booking_manually .modal-body input {
  margin-bottom: 25px;
  border: 2px solid #d8d8d8 !important;
  border-radius: 5px;
  width: 100%;
}
button.close {
  color: #e64e4e;
  opacity: 1;
}
div#myModal h4 {
  color: #213638;
  text-align: center;
  margin-bottom: 25px;
  font-weight: 600;
}
.add_via_address span {
  margin-left: 15px;
  color: #e64e4e;
}
.add_via_address {
  margin-top: 20px;
  font-size: 14px;
}
div#myModal .modal-footer {
  text-align: center;
}
.input-top label,
.ivcardo_value_title {
  color: #333;
  font-weight: 600;
  margin-top: 10px;
}
div#book_by_registered_profile {
  min-width: 750px;
}
.btnpos {
  color: #fff;
}
.paddingtb.ivcardo_check_status p {
  color: #213638;
  font-weight: 600;
}
.ivcardo_booking_manually .modal-footer p {
  width: 100px;
  min-height: 35px;
  display: inline-block;
  color: #fff;
}
#book_by_registered_profile .ivcardo-panel-heading {
  padding: 17px 15px;
}
form#booking_form .booktxt.error {
  border: 2px solid #e13636 !important;
}
p.note {
  font-size: 12px;
}
form#change_password h2 {
  text-align: center;
  color: #3d6468;
  margin-bottom: 25px;
  font-weight: 600;
}
form#change_password {
  box-shadow: 1px 8px 20px #00000014;
  padding: 25px 35px;
  max-width: 600px;
  margin: 0 auto;
}
form#change_password .inside-input-top {
  margin-bottom: 15px;
  position: relative;
}
.chnage_msg {
  text-align: center;
  margin-bottom: 15px;
  color: #3b962b;
}
.iv_show_icon {
  color: #e5a13e;
  font-size: 22px;
  vertical-align: middle;
  text-align: center;
}
span.iv_show_details {
  color: #333;
  padding-left: 5px;
  vertical-align: middle;
}
.inside-input-top span {
  background: #ef1e1e;
  padding: 2px 8px;
  position: absolute;
  bottom: -20px;
  left: 10px;
  color: #fff;
  font-size: 11px;
  border-radius: 10px;
}
.inside-input-top span:empty {
  display: none;
}
ul.demo-table {
  padding-left: 0px;
}
form#change_password input[type="submit"] {
  padding: 10px 25px;
  font-size: 16px;
  font-weight: 600;
  margin-top: 25px;
}
.ivcardo-modal-content {
  padding: 25px;
}
/* carlist Update Sidebar style */
.__sidebar {
  margin-top: 0;
}
.__d_flex {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 4px;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
}
.__w_90 {
  width: 90%;
  margin-left: 0 !important;
  color: #e5a13e !important;
}
.__w_10 {
  width: 10%;
  margin-left: 0 !important;
}
.__addvia_btn {
  padding: 0 5px;
  font-size: 12px;
  float: right;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  #user_rating_update_modal .ivcardo-modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
}
@media only screen and (max-width: 991px) {
  .ivcardo_sidebar.ivcardo_account_sidebar {
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
    overflow-y: hidden;
  }
  .ivcardo_iv_cls_30 {
    width: 100%;
    float: left;
  }
  .ivcardo_iv_cls_30 label {
    width: 100%;
  }
  .ivcardo_iv_cls_30 select {
    width: 100px;
  }
  .dataTables_wrapper {
    width: 100%;
    overflow-x: scroll;
  }
  .ivcardo_sidebar_account_wrap {
    padding: 20px 0px 20px;
  }
  div.dataTables_wrapper div.dataTables_filter input {
    max-width: 220px;
  }
  #content,
  .content-wrapper.container,
  .content-wrapper.container > .row,
  .ivcardo-container-fluid,
  .booking_sidebar_area {
    min-height: 100%;
  }
  #global_corporate_policy .ivcardo-form-field-space .ivcardo-col-md-12 {
    overflow-x: scroll;
  }
  .ivcardo_main_ref .ivcardo-row {
    text-align: left;
  }
  body .ivcardo_main_ref .ivcardo-form-control {
    margin-bottom: 10px;
  }
  #secondary.widget-areafixed.widget-areadown {
    right: 0px !important;
    padding-left: 15px !important;
  }
  body .ivcardo_sidebar {
    margin-top: 0px;
    margin-bottom: 25px;
  }
}
.ivcardo-btn_size {
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  body .ivcardo_account_list .ivcardo_side_title .ui-accordion-header-icon {
    right: 7px;
    top: 30px;
  }
  .ivcardo_cta .ivcardo_cta_item {
    margin-bottom: 5px;
  }
  .ivcardo-login-box {
    max-width: 300px;
  }
}
@-webkit-keyframes circ-anim {
  from {
    transform: rotate(0);
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
  }
}

@-moz-keyframes circ-anim {
  from {
    transform: rotate(0);
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
  }
}

@-o-keyframes circ-anim {
  from {
    transform: rotate(0);
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
  }
}

@keyframes circ-anim {
  from {
    transform: rotate(0);
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
  }
}
