@charset "utf-8";

:root {
  --primary-color: #637290;
  --primary-light: #7987a2;
  --secondary-color: #ff5c60;
  --teritery-color: #fbc83a;
  --light-primary-color: #e9edf5;
  --light-color: #f3f3f3;
  --dark-color: #000000;
  --max-width: 1100px;
  --border-color: #dddddd;
  --white-color: #ffffff;
  --primary-text-color: #464647;
  --blue-color: #05acea;
  --grey-color: #dde5ef;
}

@font-face {
  font-family: "TahomaRegular";
  src: url("../fonts/TahomaRegular.ttf") format("truetype");
}

@font-face {
  font-family: "TahomaBold";
  src: url("../fonts/TahomaBold.ttf") format("truetype");
}

* {
  margin: 0;
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #464647;
  opacity: 1; /* Firefox */
}

.common-kupos-input input::placeholder {
  color: #bbb;
}

.search-header-form .home-selection-input-box input::placeholder {
  color: #464647;
}

.rest-header {
  flex: 4;
}

.rest-header .header-links {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 10px;
}

.rest-header .header-links ul {
  display: flex;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-left: 0px;
  padding-top: 10px;
}

.rest-header .header-links ul li a,
.rest-header .header-links ul li span {
  color: #fff;
}

.rest-header .header-links ul li {
  padding: 0px 10px;
}

/* .rest-header .header-social-links {
  margin-right: 20px;
} */
.rest-header .header-social-links .header-social-icons {
  display: flex;
  justify-content: space-between;
}

.rest-header .header-social-links .header-contact-nos {
  margin-top: 5px;
  color: #fff;
}

.rest-header .header-social-links a img {
  height: 30px;
  width: auto;
  margin: 0 10px;
}
::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #464647;
}
:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #464647;
  opacity: 1;
}
::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #464647;
  opacity: 1;
}
:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #464647;
}
::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #464647;
}
::placeholder {
  /* Most modern browsers support this now. */
  color: #464647;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "TahomaRegular";
  font-size: 14px;
}

input {
  font-family: "TahomaRegular";
}

.bold {
  font-family: "TahomaBold";
}

.h3,
h3 {
  font-size: 20px;
}

.kupos-border {
  border: 1px solid var(--border-color);
}
a {
  color: #464647;
}
a:hover {
  text-decoration: none;
  color: #464650;
}

li {
  text-decoration: none;
}

.btn-at,
.btn-at:hover,
.btn-at:focus {
  background: #00afec;
  color: #333333;
  font-family: "TahomaBold";
  padding: 8px 16px;
  border-radius: 7px;
}

.btn-at:hover {
  background: #57c7ee;
}

.flex-row {
  display: flex;
  flex-direction: row;
}

.primary-text {
  color: var(--primary-color) !important;
}

.font55-75 {
  font-size: 55.75pt !important;
}

.font7 {
  font-size: 7pt !important;
}

.font8 {
  font-size: 8pt !important;
}

.font9 {
  font-size: 9pt !important;
}

.font10-42 {
  font-size: 10.42pt !important;
}

.font10 {
  font-size: 10pt !important;
}

.font11 {
  font-size: 11pt !important;
}

.font12 {
  font-size: 12pt !important;
}

.font13 {
  font-size: 13pt !important;
}

.font13-25 {
  font-size: 13.25pt !important;
}

.font14 {
  font-size: 14pt !important;
}

.font15 {
  font-size: 15pt !important;
}

.font16 {
  font-size: 16pt !important;
}

.font18 {
  font-size: 18pt !important;
}

.font20 {
  font-size: 20pt !important;
}

.font22 {
  font-size: 22pt !important;
}

.font24 {
  font-size: 24pt !important;
}

.font26 {
  font-size: 26pt !important;
}

.font30 {
  font-size: 30pt !important;
}

.font32 {
  font-size: 32pt !important;
}

.font33 {
  font-size: 33pt !important;
}

.font39 {
  font-size: 39pt !important;
}

.font40 {
  font-size: 40pt !important;
}

.font42 {
  font-size: 42pt !important;
}

.font47 {
  font-size: 47pt !important;
}

.font48 {
  font-size: 48pt !important;
}

.kupos-card {
  background: #fff;
  padding: 16px;
  border-radius: 8px;
  box-shadow: 0px 3px 7px 3px rgba(0, 0, 0, 0.08);
  margin-bottom: 15px;
}

.kupos-button {
  height: 50px;
  background-color: var(--primary-color);
  padding: 10px;
  padding-top: 8px;
  display: block;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  border: 0;
  text-transform: uppercase;
  cursor: pointer;
  line-height: 1.6;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

p {
  margin: 0;
}

.common-kupos-radio input {
  display: none;
}

input:focus {
  outline: none;
}

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

.relative {
  position: relative;
}

.pointer {
  cursor: pointer;
}

.uppercase-text {
  text-transform: uppercase;
}

.primary-text {
  color: var(--primary-color) !important;
}

.light-primary-text {
  color: var(--light-primary-color) !important;
}

.secondary-text {
  color: var(--secondary-color) !important;
}

.black-text {
  font-weight: normal;
  font-family: "TahomaBold", sans-serif;
}

.light-text {
  font-weight: normal;
  font-family: "TahomaRegular", sans-serif;
}

.normal-text {
  font-weight: normal;
  font-family: "TahomaBold", sans-serif;
}

.bold-text {
  font-weight: bold;
  font-family: "TahomaBold", sans-serif;
}

.less-bold-text {
  font-weight: normal;
  font-family: "TahomaBold", sans-serif;
}

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

.widget {
  background-image: url("../images/home_banner.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  height: 100vh;
}

.widget .home-box {
  position: absolute;
  left: 10%;
  min-width: 80%;
  top: 43%;
  max-width: 80%;
}

.content-container {
  width: 1140px;
  margin: auto;
}

.left-grey-section {
  width: 33%;
  height: 100%;
  background-color: rgba(34, 46, 59, 0.801);
  padding-left: 100px;
  border-bottom-right-radius: 40px;
}

.nav-bar-section {
  padding-top: 2.3vw;
  position: absolute;
  top: 0px;
  left: 10%;
  display: flex;
  justify-content: space-between;
  max-width: 80%;
  align-items: flex-start;
}

/* .logo {
  width: 300px;
} */

.logo img {
  width: 35%;
}

.nav-bar-section .lang {
  height: 25px;
  width: auto;
}

img#main-logo.logo2 {
  width: 190px;
  margin: 14px 0;
}

.links {
  width: 100%;
  text-align: center;
  padding-top: 100px;
}

.links ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.links ul li {
  padding: 20px;
}

.links ul li a {
  color: #ffffff;
  text-decoration: none;
}

.social-links-and-contact {
  display: flex;
  flex-direction: column;
  position: absolute;
  bottom: 20px;
  left: 160px;
}

.social-links-and-contact .social-section img {
  height: 40px;
  width: auto;
  margin-right: 25px;
}

.social-links-and-contact .contact-section {
  margin-top: 20px;
  color: #fff;
}

hr.hr {
  width: 60%;
  margin: 0 auto;
}

.pointer {
  cursor: pointer;
}

.overlay {
  content: "";
  width: 400px;
  background: rgba(0, 0, 0, 0.7);
  height: 600px;
  border-radius: 0 25px 25px 0;
}

.section1 {
  padding: 30px 0;
  position: relative;
}

.section1 .sub-head {
  background: #fbc83a;
  width: 485px;
  padding: 20px;
  border-radius: 10px;
  position: absolute;
  z-index: 1;
  top: 40px;
  right: 0;
  left: 150px;
  margin: 0 auto;
  text-align: justify;
  word-break: break-word;
}

.slider {
  background: #dde5ef;
  padding: 50px 0;
  border-radius: 10px;
  margin-top: 20px;
}

.gallery_slider li,
.gallery_div li {
  outline: none;
  padding: 0 15px;
  text-align: center;
}

.gallery_slider li img,
.gallery_div li img {
  width: auto;
  height: 90px;
  margin: 0 auto;
}

.gallery_slider li hr,
.gallery_div li hr {
  margin: 0px auto 10px;
  width: 75%;
  border-top-color: #333333;
}

/*slick slider styles*/
.slick-dots {
  position: relative;
  bottom: -10px;
  width: 100%;
  /* padding: 0; */
  list-style: none;
  text-align: center;
}

.slick-dots > li {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0;
  padding: 20px;
  cursor: pointer;
}

.slick-dots > li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 10px;
  height: 10px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots > li button:before {
  content: "";
  position: absolute;
  line-height: 20px;
  width: 10px;
  height: 10px;
  top: 0;
  left: 0;
  background-color: #d1d4df;
  /* border: 2px solid #dcdfee; */
  border-radius: 75px;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  /* border: 3px solid #dcdfee; */
  background: #fbc83a;
  /* margin-top: -1px; */
  border-radius: 75px;
}

ul.slick-slider .slick-arrow {
  display: none !important;
}

.section2 .sub-image img {
  width: auto;
  height: 100px;
  position: absolute;
  top: -50px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.sub-image {
  background: #dde5ef;
  text-align: center;
  padding: 40px;
  position: relative;
  padding-top: 50px;
  border-radius: 10px;
  top: -20px;
  padding-bottom: 50px;
}

.sub-para {
  text-align: justify;
  word-break: break-word;
}

.padrgt-20 {
  padding-right: 20px;
}

.padlft-20 {
  padding-left: 20px;
}

.sub-image h3 {
  margin-top: 0;
  margin-bottom: 20px;
}

.sub-image .btn-at {
  position: absolute;
  left: 0;
  right: 0;
  width: 100px;
  margin: 0 auto;
  background: #fbc83a;
  position: absolute;
  bottom: -17px;
}

.sub-image .btn-at:hover {
  background: #ffe18e;
}

.section2,
.section3 {
  margin: 30px -15px;
}

.section4 {
  margin: 100px 0;
}

.section3 .parent {
  position: relative;
  margin-top: 60px;
  height: 90px;
}

.parent .one {
  background-color: #dde5ef;
  width: 95%;
  height: 90px;
  position: absolute;
  border-radius: 10px;
}

.parent .two {
  background-color: #fbc83a;
  width: 75%;
  height: 100px;
  position: absolute;
  border-radius: 10px;
  left: 135px;
  top: -30px;
  padding: 20px;
  text-align: justify;
  word-break: break-word;
}

.parent .three {
  position: absolute;
  bottom: 0;
  right: 25px;
}

.client {
  margin-top: 30px;
  background: #dde5ef;
  border-radius: 10px;
  padding: 35px 25px;
}

.clients {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}

.clients li {
  display: inline-block;
  padding: 25px 30px;
}

.clients li img {
  width: 128px;
  height: auto;
}

footer {
  background: #fbc83a;
  padding: 30px 0;
}

.section5 .container .call span {
  color: #fff;
}

.footer ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.footer ul li {
  padding: 7px 0;
}

.section5 {
  background: #373f48;
  padding: 30px 0;
  color: #ffffff;
}

.section5 .container div a {
  margin-left: 15px;
}

.section5 img {
  width: auto;
  height: 40px;
}

.flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cus-btn {
  position: relative;
  top: 5px;
  text-align: right;
}

.call span:nth-child(2),
.call span:nth-child(3) {
  margin-left: 30px;
}

/*home search box*/
.home-box .at-widget {
  padding: 30px 40px;
  background: #fbc83a;
  border-radius: 20px;
  box-shadow: 0px 3px 7px 3px rgba(0, 0, 0, 0.08);
  margin-bottom: 15px;
  /* display: flex; */
  /* flex-direction: column; */
}

.booking .button-image {
  height: 22px;
  width: auto;
}

.cancel .button-image {
  height: 22px;
  width: auto;
}

.home-box .search-box-container-parent {
  display: flex;
  flex-direction: column;
}

.home-box .flex {
  display: flex;
  align-items: flex-start;
  margin: 10px -5px 20px;
  position: relative;
  flex-wrap: wrap;
}

.home-selection-input-box {
  flex: 1;
  padding: 5px;
  min-width: 175px;
}

.header-search .home-selection-input-box input,
.header-search span#time-picker-value,
.header-search .seats-counter,
.header-search .chosen-container .chosen-single,
#booking-form .passenger-input .chosen-container .chosen-single {
  border: 1px solid #ddd;
  position: relative;
}

.header-search .chosen-container .chosen-single .chevron-container,
#booking-form
  .passenger-input
  .chosen-container
  .chosen-single
  .chevron-container {
  position: absolute;
  right: 0px;
  left: auto;
}

.header-search .chosen-container .chosen-single .chevron-container .chevron,
#booking-form
  .passenger-input
  .chosen-container
  .chosen-single
  .chevron-container
  .chevron {
  background: #fff url(../images/icons/home/icon_arrow_down_black.png) no-repeat
    scroll 10px 11px;
  background-size: 16px;
  background-position: 10px 12px;
}

.home-selection-input-box.datebox {
  min-width: 160px;
  flex: 0;
  position: relative;
}

.home-selection-input-box.search-button-final {
  margin-top: 24px;
}

.home-selection-input-box.counter {
  flex: 0;
  min-width: 90px;
}

span#time-picker-value {
  background: #fff url("../images/clock.svg") no-repeat;
  background-size: 16px;
  background-position: 10px;
  width: 100%;
  display: block;
  border-radius: 10px;
  padding: 0.6em 1em 0.5em 2.2em;
  height: 40px;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.hidden-lg .hidden-sm .hidden-md {
  display: none;
}

span#time-picker-value span img {
  height: 15px;
  width: 15px;
}

.time-picker {
  display: none;
  position: absolute;
  z-index: 10;
  width: 100%;
  max-width: 200px;
  background-color: #fff;
  border-radius: 15px;
  overflow: hidden;
  padding: 10px 18px;
  box-shadow: 1px 1px 16px 0px rgba(0, 0, 0, 0.08);
}

.input-and-icon {
  position: relative;
}

.info-icon img {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 9px;
  right: 13px;
}

/* span#time-picker-value:hover+.time-picker  */
.input-and-icon:hover .info-icon img:hover + .info-popup {
  display: block;
}

.info-popup {
  width: 200%;
  position: absolute;
  display: none;
  top: -35px;
  right: 0px;
  border-radius: 8px;
  background-color: #fff;
  padding: 10px 18px;
  overflow: hidden;
  box-shadow: 1px 1px 16px 0px rgba(0, 0, 0, 0.08);
  background-color: #ddd;
}

.time-info-popup {
  width: 40%;
  position: absolute;
  display: none;
  top: -48px;
  right: -75px;
  border-radius: 8px;
  background-color: #fff;
  padding: 10px 18px;
  overflow: hidden;
  box-shadow: 1px 1px 16px 0px rgba(0, 0, 0, 0.08);
}

.cancel-input {
  min-width: 22%;
}

.time-picker:hover,
span#time-picker-value:hover + .time-picker {
  display: block;
}

.time-picker .time-picker-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 8px;
  /* justify-content: center; */
  text-align: center;
  position: relative;
}

.time-picker .time-counter {
  display: flex;
  flex-direction: column;
}

.time-picker .time-counter .up img,
.time-picker .time-counter .down img {
  height: 7px;
  width: auto;
}

.absolute-dropdown {
  position: absolute;
  width: 97%;
  top: 63px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  max-height: 52px;
  z-index: 10;
}

.absolute-dropdown::-webkit-scrollbar-thumb {
  width: 5px;
}

.absolute-dropdown option {
  height: 48px;
  display: flex;
  align-items: center;
  padding-left: 44px;
  background-image: url(../images/airplane_blue.svg);
  background-repeat: no-repeat;
  background-size: 26px 40px;
  background-position-x: 10px;
  white-space: pre-wrap;
}

.absolute-dropdown option span {
  white-space: pre-wrap;
}

.absolute-dropdown option:hover {
  background-color: #637290;
  color: #fff;
}

.pac-container {
  box-shadow: 0px 0px 2px 0px;
  border-radius: 6px;
}

.time-picker .arrow {
  position: relative;
  text-align: center;
  /* width: 100%; */
  /*display: flex;
  align-items: center;
  justify-content: center;*/
  padding: 4px 0px;
  margin: 3px 0px;
  border-radius: 5px;
  cursor: pointer;
}

.time-picker .value {
  padding: 9px 0px 10px;
  border-radius: 5px;
  border: 1px solid #ccc;
  height: 40px;
}

.time-picker .value input {
  width: 100%;
  height: 100%;
  border: 0;
  min-width: 0;
  min-width: initial;
  padding: 0;
  margin: 0;
  text-align: center;
}

.time-picker .arrow img {
  width: 15px;
  height: 15px;
  position: static;
  margin: 0;
  padding: 0;
}

.seats-counter {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 40px;
  border-radius: 10px;
  background: #ffffff;
  padding: 6px;
}

span#seats-counter-plus,
span#seats-counter-minus {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #000;
  border-radius: 50%;
}

.fixed-header-gap {
  height: 200px;
}

.payment-page-gap {
  height: 100px;
}

/* .home-search-container{
  position: absolute;
  bottom: 22%;
}
.content-container{
  position: relative;
}
.home-main-container{
  position: relative;
  bottom: 50px;
  padding: 30px 40px;
  padding-bottom: 12px;
}
.at-card{
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0px 3px 7px 3px rgba(0, 0, 0, 0.08);
  margin-bottom: 15px;
}
.home-selection-input-boxes{
  display: flex;
  align-items: flex-start;
  margin: 0 -5px;
  margin-bottom: 20px;
  position: relative;
  z-index: 100;
  margin-top: 10px;
}
.home-selection-input-box{
  flex: 1;
  padding: 5px;
}
.home-selection-input-box select, .home-selection-input-box input{
  height: 40px;
}
.datebox{
  min-width: 176px;
  flex: 0;
}
.home-selection-input-button{
  height: 40px;
  width: 100%;
  margin-top: 16px;
  padding: 7px;
  border: 1px solid #fff;
  font-size: 18px;
}
.home-selection-input-box img{
  margin-right: 10px;
  height: 20px;
  width: auto;
} */
/*chosen styles*/
.chosen-container-active.chosen-with-drop,
.chosen-container-single {
  width: 100% !important;
}

.chosen-container-single .chosen-single,
.chosen-container-active.chosen-with-drop .chosen-single {
  border-radius: 10px !important;
  height: 40px;
  padding: 1em 1em 1em 2.2em;
  border-width: 1px;
  z-index: 10;
}

.chosen-container-active.chosen-with-drop .chosen-single,
.chosen-container-single .chosen-single {
  background: #fff;
  border: 0px solid #eee;
  height: 40px;
  line-height: normal;
  padding: 0.8em 1em 0.5em 2.2em;
  color: #5d6e80;
  box-shadow: none;
}

.chosen-container-single .chosen-single span,
.chosen-container-active.chosen-with-drop .chosen-single span {
  font-size: 14px;
  text-transform: none;
}

.chosen-container-active.chosen-with-drop .chosen-single span,
.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 0px;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  margin-left: 10px;
  font-weight: 100;
}

.chosen-container-single .chosen-single span {
  font-weight: 100;
  color: #464647;
  /* text-transform: capitalize; */
}
/*
.chosen-container-single .chosen-single span {
  background: url(../images/chosen-sprite.png) no-repeat 0px 2px;
  background-position-x: 159px;
  background-position-y: 0px;
} */

.header-search .home-selection-input-box input,
.header-search span#time-picker-value,
.header-search .seats-counter,
.header-search .chosen-container .chosen-single,
#booking-form .passenger-input .chosen-container .chosen-single {
  /* border: 1px solid #ccc; */
  /* background: url(../images/chosen-sprite.png) no-repeat 0px 2px;
  background-position-x: 159px;
  background-position-y: 0px; */
}

.chosen-container-active.chosen-with-drop .chosen-single div,
.chosen-container-single .chosen-single div {
  right: auto;
  left: 0px;
  width: 34px;
}

.chosen-container-single .chosen-single div b {
  background: #fff url("../images/airplane_blue.svg") no-repeat scroll 10px 11px;
  background-size: 16px;
  background-position: 10px 12px;
}

.chosen-container-single .chosen-single .chevron-container {
  right: 0px;
  left: auto;
  width: 34px;
}

.chosen-container-single .chosen-single .chevron-container .chevron {
  background: #fff url(../images/icons/home/icon_arrow_down_black.png) no-repeat
    scroll 10px 11px;
  background-size: 16px;
  background-position: 10px 12px;
}

.chosen-container-active.chosen-with-drop .chosen-drop {
  border-radius: 10px;
}

.chosen-container .chosen-results li.active-result {
  font-size: 1.1em;
}

.chosen-container .chosen-results li.highlighted {
  background: #00afec;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: 10px 12px;
}

.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}

.chosen-container .chosen-results li {
  padding: 10px 6px 10px 4px;
  border-bottom: 1px solid #eee;
  /* text-transform: capitalize; */
}

.chosen-container-single .chosen-search input[type="text"] {
  padding: 8px 20px 8px 5px;
  border: 0px;
  border-bottom: 1px solid #eee;
}

.form-control,
.form-control:focus {
  height: 40px;
  border-radius: 10px;
  /* border: 0; */
  box-shadow: none;
}

.origin-value {
  background: #fff url("../images/svgs/origin.svg") no-repeat;
  background-size: 17px;
  background-position: 10px;
  padding-left: 35px;
  font-size: 14px;
  padding-right: 32px;
}

.cross-icon {
  position: absolute;
  top: 40px;
  right: 16px;
}

.cross-icon img {
  height: 14px;
  width: 14px;
}

.dest-value {
  background: #fff url("../images/pin_yellow.svg") no-repeat;
  background-size: 20px;
  background-position: 10px;
  padding-left: 35px;
  font-size: 14px;
  padding-right: 32px;
}

#s_depart,
#date_input_cancel {
  background: #fff url("../images/calendar.svg") no-repeat;
  background-size: 20px;
  background-position: 10px;
  padding-left: 35px;
  font-size: 14px;
}
#ui-datepicker-div {
  z-index: 100 !important;
}

label {
  font-weight: 100;
}

.search-header-form .home-selection-input-box label {
  color: #fff;
}

.doc-input .doc-select-box .chosen-container-single .chosen-single {
  padding: 0.8em 1em 0.5em 0em;
}

.doc-input .doc-select-box .chosen-container-single .chosen-single div b {
  background: none;
}

/*Datepicker Styles*/
.ui-widget-content {
  border: none;
  color: #464647;
  padding: 20px;
  width: 260px;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 1px 1px 16px 0px rgba(0, 0, 0, 0.08);
}

.ui-widget-content .ui-widget-header {
  background-color: #00afec;
  border: none;
  color: #fff;
  margin-bottom: 8px;
  padding: 6px;
  border-radius: 10px;
  font-size: 11.5pt;
  font-weight: 100;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  top: 5px;
}

.ui-datepicker th {
  border-bottom: 0;
  padding: 5px 0;
  font-size: 11.5pt;
  font-weight: 100;
  color: #00afec;
}

.ui-datepicker td {
  padding: 2px;
}

.ui-widget-content .ui-datepicker-calendar td span,
.ui-widget-content .ui-datepicker-calendar td a {
  width: 28px;
  height: 28px;
  padding-top: 3px;
  border-radius: 50%;
  font-size: 11.5pt;
}

.ui-widget-content .ui-state-highlight {
  background-color: rgba(0, 175, 236, 0.2);
  font-weight: 100;
}

.ui-widget-content .ui-state-highlight,
.ui-widget-content .ui-state-hover {
  border: none;
}

.ui-widget-content .ui-widget-header .ui-datepicker-next,
.ui-widget-content .ui-widget-header .ui-datepicker-prev {
  background: none !important;
  border: none !important;
}

.ui-widget-content .ui-widget-header .ui-icon-circle-triangle-w {
  background-position: -95px 0;
  cursor: pointer;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}

.ui-widget-content .ui-widget-header .ui-icon-circle-triangle-e {
  background-position: -35px 0;
  cursor: pointer;
}

.ui-widget-content .ui-widget-header .ui-datepicker-month {
  text-transform: uppercase;
}

.ui-widget {
  font-family: "TahomaRegular";
}

.ui-datepicker td span,
.ui-datepicker td a {
  text-align: center;
}

.at-button,
.at-button:hover,
.at-button:focus {
  height: 40px;
  background-color: #00afec;
  padding: 10px;
  padding-top: 9px;
  display: block;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  border: 0;
  text-transform: uppercase;
  cursor: pointer;
  font-family: "TahomaBold";
  border: 1px solid transparent;
}

.at-button:hover {
  /* color: ; */
  background-color: #57c7ee;
}

.icon-search {
  width: auto;
  height: 20px;
  margin-right: 10px;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  color: #ffffff;
  background-color: #00afec;
  border: 1px solid #00afec;
  font-family: "TahomaBold";
  text-transform: uppercase;
  border-radius: 6px;
}
.nav-tabs > li.active > a:hover {
  background-color: #57c7ee;
  border: 1px solid #57c7ee;
}

.nav-tabs > li > a:hover {
  border-color: transparent;
  background-color: transparent;
}

.nav-tabs > li > a {
  border: 0;
  border-radius: 0;
  color: #ffffff;
  font-family: "TahomaBold";
  text-transform: uppercase;
  margin-right: 0px;
  /* font-size: 10px; */
}

.nav-tabs {
  border-bottom: 0;
  display: flex;
}

li.booking .img_change {
  background-image: url("../images/buy-ticket.svg");
  background-size: 26px;
  background-repeat: no-repeat;
  background-position: center;
}

li.cancel .img_change {
  background-image: url("../images/cancel-ticket.svg");
  background-size: 26px;
  background-repeat: no-repeat;
  background-position: center;
}

/* Steps styling */
.kupos-steps {
  background-color: #cecece;
  border-radius: 20px;
  display: flex;
  overflow: hidden;
  margin: 25px 0;
  color: #fff;
}

a.kupos-step-item {
  flex: 1;
  text-align: center;
  display: block;
  padding: 7px;
  color: #fff;
  border-radius: 0 20px 20px 0;
  border-right: 1px solid #fff;
  z-index: 2;
  background-color: #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
}

a.kupos-step-item.active {
  background-color: var(--primary-color);
  position: relative;
  left: -10px;
  z-index: 1;
  padding-left: 10px;
  margin-right: -10px;
}

.filter-main-title {
  text-transform: uppercase;
  text-align: center;
  margin-top: 20px;
}

.filter-and-results-section {
  display: grid;
  /* grid-template-columns: 1fr; */
  grid-template-columns: 3fr 7fr;
  gap: 20px;
  margin-bottom: 20px;
}

.filter-category-box {
  margin-top: 25px;
  text-align: center;
}

.filter-item {
  margin: 3px 0;
  padding: 2px 20px;
  align-items: center;
  justify-content: center;
  display: flex;
  padding-top: 4px;
  height: 26px;
}

.filter-item.active {
  color: var(--primary-color);
  background-color: var(--light-primary-color);
  border-radius: 15px;
}

.remove-filter-box {
  display: flex;
  font-weight: bold;
  position: relative;
  width: 100%;
  background-color: #eaeaea;
  left: 0;
  z-index: -1;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 12px;
  align-items: center;
  justify-content: center;
  border-radius: 0 0 10px 10px;
  margin-top: -40px;
}

.remove-filter-box img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  /* font-weight: bold; */
}

#capsule-menu-id {
  display: none;
}

/* Capsule menu styling  */
.capsule-menu {
  background: var(--primary-color);
  border-radius: 75px;
  padding: 8px 15px;
  display: flex;
  width: 100%;
  margin: 0px auto;
  margin-bottom: 20px;
  line-height: 1.4;
  justify-content: space-around;
}

.capsule-menu-item {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  /* flex: 1; */
}

.capsule-menu-item .capsule-menu-text {
  padding-left: 10px;
}

.capsule-menu-item.active {
  font-weight: bold;
}

.capsule-menu-icon img {
  width: 26px;
  height: auto;
}

.tabpanel {
  padding-bottom: 15px;
}

.common-kupos-capsule-menu img.sort-icon.desc {
  transform: rotate(180deg);
}

.common-kupos-capsule-menu img.sort-icon {
  height: 26px;
  width: auto;
  margin-left: 8px;
}

.service-cards-container {
  /* margin-top: 26px; */
  margin-bottom: 30px;
}

.airport-transfer-service-item {
  margin-bottom: 15px;
}

.airport-transfer-service-item .kupos-card {
  position: relative;
  z-index: 1;
  padding: 20px 30px;
}

.airport-transfer-service-grid {
  display: grid;
  grid-template-columns: 2fr 6fr 1.7fr;
}

.airport-transfer-service-grid .op-info {
  border-right: 1px solid #ccc;
}

.airport-transfer-service-grid .service-details {
  padding: 0 15px 0 20px;
}

.airport-transfer-service-grid .rating {
  margin-bottom: 3px;
}

.airport-transfer-service-grid .rating img {
  height: 13pt;
  width: auto;
  position: relative;
  top: -3px;
  margin-left: 3px;
}

.airport-transfer-service-grid .service-date {
  height: 35px;
  margin-bottom: 7px;
  display: flex;
  align-items: center;
}

.airport-transfer-service-grid .from-to {
  margin-top: 9px;
}

.airport-transfer-service-grid .from-to span img {
  width: 14px;
  position: relative;
  top: -2px;
  height: auto;
}

.airport-transfer-service-grid .op-info .amenities img {
  height: 17px;
  margin-right: 6px;
}

.airport-transfer-service-grid .seats-details {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.kupos-button-secondary {
  background-color: var(--primary-color);
  color: #fff !important;
  border-radius: 15px;
  padding: 5px 10px;
  display: block;
  cursor: pointer;
}

.airport-transfer-service-grid .price span {
  display: block;
  text-align: center;
  line-height: 1.1;
}

.airport-transfer-service-grid .price span {
  display: block;
  text-align: center;
  line-height: 1.1;
}

.no-data-found {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
  padding: 20px;
  min-height: 300px;
}

/* Facilities item styling starts */

.airport-transfer-facilities-item {
  display: grid;
  /* grid-auto-columns: 1fr 1fr; */
  grid-template-columns: 5fr 10fr 10fr 8fr 8fr 10fr;
  align-items: center;
  background-color: #f4f4f4;
  padding: 22px;
  margin-top: -32px;
  border-radius: 0 0 15px 15px;
  position: relative;
  z-index: 0;
  line-height: 1.3;
  padding-top: 34px;
}

.airport-transfer-facilities-item .facility-icon img {
  width: 50px;
}

.airport-transfer-facilities-item .kupos-button {
  height: 40px;
  width: 100%;
  padding-top: 10px;
}

.airport-transfer-facilities-item .kupos-button:hover {
  background: var(--primary-light);
}

/* Cancellation page styling */

.cancellation-main {
  margin-top: 100px;
}

.cancellation-default-page .cancel-screen-title {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 35px;
}

.cancellation-default-page .cancel-bank-total-section {
  margin-right: 25px;
  position: relative;
  margin-bottom: 48px;
  max-width: 350px;
}

.cancellation-default-page .kupos-card.bank-deposit-left-card {
  padding: 30px 30px 10px;
  min-width: 300px;
}

.cancellation-default-page .bank-deposit-left-card {
  padding: 50px 40px;
  position: relative;
  height: 100%;
  padding: 45px;
  padding-bottom: 10px;
  z-index: 9;
}

.cancellation-default-page .bank-deposit-heading {
  margin-bottom: 20px;
  text-align: left;
}

.cancellation-default-page .cancel-bank-total-section .pnr-number {
  align-items: center;
}

.cancellation-default-page .cancel-bank-total-section .city-name-box {
  margin: 10px 0 12px;
}

.cancellation-default-page .cancel-bank-total-section .city-name:nth-child(1) {
  margin-bottom: 15px;
}

.cancellation-default-page .cancel-bank-total-section .datetime {
  margin: 10px 0;
}

.cancellation-default-page .cancel-bank-total-section .total-amount {
  text-align: center;
  border-radius: 0 0 20px 20px;
  padding: 0 30px;
  padding-top: 35px;
  position: absolute;
  bottom: -38px;
  width: 100%;
  z-index: 0;
  padding-bottom: 10px;
  display: flex;
  justify-content: space-between;
}

.cancellation-default-page .at-passenger-seat-details {
  padding: 40px 80px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.cancellation-default-page .bank-deposit-heading {
  margin-bottom: 20px;
  text-align: left;
}

.cancellation-default-page .passenger-seat-details .passenger-seat-rows-block,
.cancellation-default-page
  .at-passenger-seat-details
  .passenger-seat-rows-block {
  flex: 1;
}

.cancellation-default-page .passenger-seat-details .accept-terms,
.cancellation-default-page .at-passenger-seat-details .accept-terms {
  align-items: center;
  justify-content: flex-end;
}

.cancellation-default-page .at-right-card-sections {
  display: grid;
  grid-template-columns: 1.5fr 0.5fr 0.5fr;
  margin-bottom: 13px;
  align-items: center;
}

.cancellation-default-page .at-right-card-sections > span {
  display: flex;
  align-items: center;
  justify-content: center;
}

.common-kupos-checkbox {
  display: inline;
}

.common-kupos-checkbox .kupos-checkbox {
  display: inline-block;
  margin-right: 10px;
}

.accept-tnc a {
  margin-bottom: 3px;
}

.cancellation-default-page .icon-selection-circle-not-selected,
.cancellation-default-page .icon-selection-circle-selected,
.cancellation-default-page .icon-check-square-pink,
.cancellation-default-page .icon-check-square-pink-line {
  width: 16px;
  height: 16px;
}

.icon-selection-circle-not-selected,
.icon-selection-circle-selected,
.icon-check-square-pink,
.icon-check-square-pink-line {
  display: inline-block;
  background: url(../images/icons/check-sprite.png) no-repeat;
  overflow: hidden;
  text-indent: -9999px;
  text-align: left;
  background-size: 200% 200%;
  position: relative;
  top: 2px;
  width: 18px;
  height: 18px;
}

.icon-check-square-pink {
  background-position: -0% 100%;
}

.icon-selection-circle-selected {
  background-position: 100% -0%;
}

.cancellation-default-page .bank-deposit-subsection-card {
  padding: 2.5rem;
  margin-top: 1rem;
  margin-bottom: 5rem;
}

.cancellation-default-page .cancellation-refund-details-block {
  margin-bottom: 40px;
}

.cancellation-default-page .bank-deposit-heading {
  margin-bottom: 20px;
  text-align: left;
}

.cancellation-default-page .payment-methods {
  margin: 30px 0;
}

.cancellation-default-page .kupos-payment-method-bank-deposit {
  margin-right: 8rem;
  align-items: center;
}

.common-kupos-radio {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 3px;
}

.kupos-payment-method img {
  height: 22px;
  width: auto;
}
div#pg-error {
  text-align: center;
}
.cancellation-default-page .cancellation-cancellation-policy-block {
  text-align: left;
  line-height: 2;
}

.cancellation-default-page .cancellation-cancellation-policy-block .pol-title {
  margin-top: 20px;
}

.sub-item-list {
  margin-left: 0px;
}

.sub-item-list li {
  /* list-style-type: disc; */
  display: flex;
  flex-direction: row;
}

li {
  list-style: none;
}

.sub-item-list li .bullet {
  margin-right: 7px;
}

.cancellation-default-page .bank-deposit-input-box button {
  height: 40px;
  /* width: 300px; */
  margin: 100px auto;
  margin: 50px auto 10px;
  padding: 10px 25px;
}

.cancellation-default-page .cancel-bank-total-section .city-name img,
.cancellation-default-page .cancel-bank-total-section .city-name .svg-span {
  width: 14px;
  margin-right: 5px;
  position: relative;
  /* top: -3px; */
}

/* Header styling */

.header-box {
  border-radius: 0 0 20px 20px;
  box-shadow: 0px 0px 8px 1px #ddd;
  position: fixed;
  background-color: #fff;
  padding-top: 0rem;
  top: 0;
}

.header-box {
  border-radius: 0 0 20px 20px;
  box-shadow: 0px 0px 8px 1px #ddd;
  position: fixed;
  background-color: #fff;
  padding-top: 0rem;
  top: 0;
  background-color: rgb(76, 82, 89);
}

.home-nav-section {
  position: fixed;
  width: 100%;
  z-index: 999;
  /* padding-bottom: 15px; */
}

.payments-page-header .header-details {
  padding-bottom: 0px;
}

.header-box .header-details {
  /* padding-bottom: 20px; */
  background-color: #fff;
  position: relative;
  z-index: 999;
  border-radius: 0 0 20px 20px;
  background-color: rgb(76, 82, 89);
}

.header-search {
  padding: 20px 0;
}

.nav-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cancel-ticket-top-strip {
  padding: 5px 14px;
  height: 50px;
  width: 136px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  border-radius: 30px;
}

.cancel-ticket-top-strip .cancel-ticket-top-strip-inner {
  display: flex;
  align-items: center;
  justify-content: center;
}

.my-account-top {
  padding: 5px 0px;
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dp-image-top {
  width: 42px;
  overflow: hidden;
  height: 42px;
  border-radius: 50%;
  /* margin-right: 10px; */
  border: 1px solid #eee;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}

.my-account-top a img {
  min-height: 100%;
  margin-right: 0px;
  min-width: 100%;
}

.dp-image-top img {
  width: 100%;
  height: auto;
}

/* Payment Page styling */
.pb-service-list-payment-details-page {
  flex-direction: row-reverse !important;
  position: relative;
}

.passenger-input-container {
  flex: 1;
  /* margin-right: 310px; */
}

.passenger-input-container {
  /* margin-right: 345px; */
}

.passenger-and-payment-details-container .kupos-card {
  padding: 30px;
}

.passenger-input-container .passenger-input-details {
  padding-bottom: 7px !important;
}

.passenger-input-container .kupos-card {
  margin-bottom: 20px;
  margin-right: 20px;
}

.passenger-input-container .passenger-details-title-row {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

.passenger-input-container .passenger-details-title-row .countdown-counter {
  display: flex;
  align-items: center;
  justify-content: center;
}

.passenger-input-container .passenger-details-title-row .countdown-counter img {
  width: 30px;
  margin-right: 5px;
  margin-top: -4px;
}

.passenger-input-container table {
  margin-bottom: 20px;
  width: 100%;
}

.airport-transfer-payment .doc-input,
.rut-input {
  max-width: 160px;
}

.common-kupos-input {
  width: 100%;
}

.passenger-and-payment-details-container .kupos-card {
  padding: 30px;
}

.passenger-input-container .kupos-card {
  margin-bottom: 20px;
}

.passenger-input-heading,
.passenger-input {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.passenger-input-heading,
.passenger-input .inp-label {
  color: #464647;
}

.passenger-input-heading,
.passenger-input > div {
  flex: 1;
  margin: 0 5px;
}

.passenger-input-heading,
.passenger-input {
  /* margin-bottom: 10px; */
  padding-bottom: 20px;
}

label.error,
span.error,
div.error,
p.error {
  color: #e20c17 !important;
  font-size: 75%;
}

.common-payment-options .payment-block-heading {
  margin-bottom: 5px;
}

.common-payment-options .payment-block-promo {
  margin-bottom: 20px;
  align-items: flex-start;
  min-height: 50px;
}

.payment-block-promo .common-kupos-checkbox {
  min-width: 36%;
}

.common-payment-options .payment-methods {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
}

.common-payment-options .payment-block-promo .common-kupos-checkbox {
  margin-top: 10px;
}

.promo-code-container {
  display: flex;
  justify-content: space-between;
  flex: 1;
  display: none;
}

.common-kupos-checkbox .kupos-checkbox {
  display: inline-block;
  margin-right: 10px;
}

.common-kupos-checkbox .checkbox-label {
  margin-top: 2px;
}

.custom-checkbox + .kupos-checkbox > .icon-check-square-pink,
.custom-checkbox {
  display: none;
}

.custom-checkbox:checked + .kupos-checkbox > .icon-check-square-pink-line {
  display: none;
}

.custom-checkbox:checked + .kupos-checkbox > .icon-check-square-pink {
  display: block;
}

.kupos-radio {
  margin-right: 10px;
}

.custom-radio + .kupos-radio > .icon-selection-circle-selected,
.custom-radio {
  display: none;
}

.custom-radio:checked + .kupos-radio > .icon-selection-circle-not-selected {
  display: none;
}

.custom-radio:checked + .kupos-radio > .icon-selection-circle-selected {
  display: block;
  position: initial;
  margin-bottom: 1px;
}

.doc-input .select-box {
  border-radius: 8px;
}

.icon-check-square-pink-line {
  background-position: 100% 100%;
}

.common-payment-options .payment-methods {
  margin-top: 20px;
  display: grid;
  grid-template-columns: 1fr 1fr 2fr;
  grid-gap: 20px;
}

.common-payment-options .accept-tnc {
  margin-top: 35px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.common-payment-options .payment-methods > div {
  flex: 2;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: 30px;
  position: relative;
}

.common-payment-options .payment-methods .kupos-pay-method {
  flex: 4;
  display: flex;
  justify-content: space-between;
  margin-right: 0px;
}

.common-payment-options .pay-now-section {
  padding: 15px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 0 !important;
}

.common-payment-options .aplicar-button {
  padding: 0px 15px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 0 !important;
}

.common-payment-options .aplicar-button .pay-now-button {
  max-width: 100px;
}

.common-payment-options .accept-tnc a {
  /* margin-top: 4px; */
}

.common-payment-options .pay-now-button {
  width: 180px;
  line-height: 1.5;
  height: 40px;
}

.journey-summary-sidebar .op-name {
  text-transform: uppercase;
  margin: 0px 0;
  margin-top: 16px;
}

.journey-summary-sidebar .city-name {
  display: flex;
  align-items: center;
  flex-direction: row;
  font-weight: normal;
  margin-top: 15px;
  margin-bottom: 2px;
}

.journey-summary-sidebar .city-name .from-location,
.journey-summary-sidebar .city-name .to-location {
  font-weight: normal !important;
  font-family: "TahomaRegular", sans-serif;
}

.pb-payment-details-payment-right-side-bar .location-details {
  margin-bottom: 7px;
}

.journey-summary-sidebar .summary-details .duration {
  display: flex;
  align-items: center;
  /* margin-top: -5px; */
}

.passenger-input-container .kupos-button {
  padding-left: 15px;
  padding-right: 15px;
  height: 40px;
  /* margin-top: 7px; */
}

.passenger-input-container .kupos-button:hover {
  background: var(--primary-light);
}

.kupos-button span,
.kupos-button2 span {
  display: block;
  line-height: 1;
  margin-top: 2px;
}

.journey-summary-sidebar.fixed-fare-details {
  position: fixed;
  margin-top: -63px;
  z-index: 0;
}

.journey-summary-sidebar {
  width: 325px;
}

.journey-summary-sidebar .total {
  padding: 20px 30px 0px;
  margin-top: -29px;
  border-radius: 0 0 15px 15px;
  background-color: var(--primary-color);
  color: #fff;
}

.payment-details-sidebar {
  padding-top: 18px;
  border-top: 1px solid #ccc;
  margin-top: 10px;
}

.payment-details-sidebar .payment-seats {
  margin-bottom: 15px;
}

.payment-details-sidebar .payment-seat-row {
  justify-content: space-between;
  margin-bottom: 5px;
}

.payment-details-sidebar .discount-block {
  margin-bottom: 5px;
}

.payment-details-sidebar .discount-row {
  justify-content: space-between;
  margin-bottom: 5px;
}

.journey-summary-sidebar .total {
  padding: 20px 30px 0px;
  margin-top: -29px;
  border-radius: 0 0 15px 15px;
  background-color: var(--primary-color);
  color: #fff;
}

.journey-summary-sidebar .total-row {
  justify-content: space-between;
  padding: 5px 0;
  /* padding-top: 8px; */
  position: relative;
  top: -3px;
}

.common-kupos-input .input-outer {
  border-radius: 10px;
  align-items: center;
  margin-top: 3px;
  overflow: hidden;
  box-shadow: none;
}

.passenger-input-container .common-kupos-input .input-outer,
.passenger-input-container .common-kupos-select-box {
  margin-top: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

common-kupos-select-box {
  position: relative;
  align-items: center;
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff;
  margin-top: 7px;
}

.common-kupos-input input {
  width: 100%;
  border-radius: 10px;
  height: 40px;
  padding: 10px;
  /* border: none; */
  border: 1px solid #ccc;
  flex: 1;
  box-shadow: none;
  color: var(--primary-text-color);
}

.airport-transfer-payment .common-kupos-select-box-outer input,
.airport-transfer-payment .common-kupos-input input {
  width: 100%;
  max-width: 100%;
  min-width: initial;
}

tr.passenger-input td {
  padding: 0 10px 0 0;
  padding-bottom: 15px;
}

.journey-summary-sidebar .city-name img.icon-source {
  width: 16px;
  margin-left: -4px;
  top: -3px;
}

.journey-summary-sidebar .city-name img.icon-source.airport {
  width: 18px;
  margin-left: -4px;
  top: -3px;
}

.journey-summary-sidebar .city-name img {
  width: 11px;
  margin-right: 5px;
  position: relative;
  top: -4px;
}

.journey-summary-sidebar .summary-details .duration img {
  width: 16px;
  margin-right: 7px;
  filter: grayscale(1);
  position: relative;
  top: -2px;
}

.duration img {
  display: block;
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 100%;
  height: auto;
}

.pb-payment-details-payment-right-side-bar.journey-summary-sidebar .kupos-card {
  padding: 30px 25px;
  position: relative;
  /* width: 25%; */
  padding-bottom: 20px;
}

.common-payment-options .payment-methods img {
  height: auto;
  width: 110px;
  display: inline-flex;
  margin-right: 10px;
  align-items: center;
}

.common-payment-options .payment-checkbox {
  position: absolute;
  z-index: 999;
  width: 50px;
  height: 100%;
  left: 0;
}

/* ------------- Success Page Styling starts from here -------------- */

.success-page-gap {
  margin-top: 100px;
}

.common-kupos-success-failure .cancel-done-section {
  margin-top: 40px;
}

.common-kupos-success-failure .cancel-ticket-done {
  display: flex;
  justify-content: center;
  margin-top: 12px;
}

.common-kupos-success-failure .cancel-done-section img {
  height: 90px;
  width: auto;
}

.common-kupos-success-failure .cancel-ticket-done {
  display: flex;
  justify-content: center;
  margin-top: 12px;
}

.common-kupos-success-failure .cancel-ticket-done:nth-child(3),
.common-kupos-success-failure .cancel-ticket-done:nth-child(4) {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.cancel-done-section .cancel-success-info-container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.common-kupos-success-failure .cancel-done-section .cancel-success-info-div {
  background: var(--primary-color);
  border-radius: 10px;
  color: var(--white-color);
  margin: 12px auto;
  margin-top: 20px;
  padding: 6px 25px;
  border-radius: 5px;
  width: auto;
}

.cancel-done-section .cancel-success-info-div {
  width: 360px;
  text-align: center;
  align-items: center;
  justify-content: center;
  display: flex;
  /* margin-left: 33%; */
  position: relative;
  padding: 10px 30px;
}

.common-kupos-success-failure .primary-triangle {
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 19px solid var(--primary-color);
  top: -15px;
  left: 20%;
  position: absolute;
  z-index: -1;
}

.common-kupos-success-failure .success-failure-content {
  margin-top: 45px;
  margin-bottom: 30px;
}

.common-kupos-success-failure .successful-purchase-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
}

.common-kupos-success-failure .successful-purchase-buttons > button {
  margin: 0 10px;
  height: 40px;
  width: 250px;
}

.common-kupos-success-failure .successful-purchase-buttons > button:hover {
  background: var(--primary-light);
}

.kupos-button span,
.kupos-button2 span {
  display: block;
  line-height: 1;
  margin-top: 4px;
}

.common-kupos-success-failure .successful-purchase-buttons > button {
  margin: 0 10px;
  height: 40px;
  width: 250px;
}

.lang-switch {
  display: flex;
  color: #00afec;
  background-color: #fff;
  border-radius: 6px;
}

.lang-switch .active {
  background-color: #00afec;
  color: #fff;
}

.cancellation-default-page .subsection-card-sections.label-row {
  margin-top: 1.5rem;
}

.cancellation-default-page .subsection-card-sections {
  display: grid;
  grid-template-columns: 1fr 1fr 0.9fr 1.4fr 1.2fr 1.2fr 1fr;
  grid-gap: 10px;
  margin-bottom: 0.3rem;
  text-align: left;
}

.cancellation-default-page .credit-card-refund-form {
  display: grid;
  grid-template-columns: 2fr 8fr;
  grid-gap: 10px;
  margin-bottom: 0.3rem;
  text-align: left;
}

/* Cancellation page styling ends */

/* Terms and conditions styling starts */

.terms-page-gap {
  height: 130px;
}

.terms-and-conditions .title {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 15px;
}
.terms-and-conditions div {
  padding-left: 30px;
}

.terms-and-conditions div .head {
  font-family: "TahomaBold";
}

.terms-and-conditions {
  padding-top: 20px;
}

.terms-and-conditions div span {
  display: inline-block;
  padding: 5px 0px;
  text-align: justify;
}

/* Terms and conditions styling ends */

/* Faq page styling starts */
.panel {
  box-shadow: none;
}

.panel-default {
  border-color: transparent;
}

.panel-default a:focus {
  outline: none;
  text-decoration: none;
}

.panel-heading {
  padding: 10px 0;
}

.faq-title {
  background: var(--teritery-color);
  padding: 15px 20px;
  border-radius: 10px;
  display: inline-block;
  margin: 0 0 20px 0;
  font-size: 26px;
}

.faqs .list::before {
  content: "";
  width: 15px;
  height: 15px;
  background: var(--blue-color);
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
  border-radius: 2px;
}

.faq-card {
  padding: 20px;
  background: #dde5ef;
  border-radius: 10px;
}

.faq-card h4 {
  text-align: center;
  font-family: "TahomaBold";
  margin: 0;
}

.faq-card hr {
  margin: 10px 0 25px 0;
  border-top: 1px solid;
}

.faq-card ul {
  margin: 0;
  padding: 0;
}

.faq-card ul li {
  margin-bottom: 15px;
  word-break: break-all;
}

.bottom-page-gap {
  height: 70px;
}
/* Faq page styling ends */

/* Ims page style starts */
.ims h2 {
  margin-bottom: 50px;
}
.ims p {
  margin-bottom: 25px;
}
.ims .list::before {
  content: "";
  width: 13px;
  height: 13px;
  background: var(--blue-color);
  display: inline-block;
  margin-right: 25px;
  vertical-align: middle;
  border-radius: 2px;
}
.text-center p {
  margin-bottom: 0px;
}
/* Ims page style ends */

/* Fleet page style starts */
.fleet_slider img {
  width: 100%;
  border-radius: 15px;
}
.fleet h2,
.about h2 {
  margin-bottom: 40px;
  position: relative;
  right: 20%;
}
.fleet p {
  margin-bottom: 15px;
}
.fleet .fleet-text,
.about .fleet-text {
  position: absolute;
  top: 100px;
  left: 80px;
  margin: -50px 0 0 -40px;
}
/* Fleet page style ends */

/* Contact page style starts */
.contact p {
  margin-bottom: 10px;
  text-align: justify;
}
.form {
  background: var(--grey-color);
  padding: 30px 15px 15px;
  border-radius: 10px;
  margin-top: 25px;
}
.form .contact-form input,
.form .contact-form textarea {
  border: none;
}
.form .contact-form textarea.form-control:focus {
  height: auto;
}
.form .contact-form #submit_btn {
  background: var(--teritery-color);
  border-color: transparent;
  color: var(--primary-text-color);
  padding: 6px 25px;
}
.contact-us {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}
.contact-us .social-links {
  display: flex;
  justify-content: space-between;
  margin-top: 25px;
}
.contact-us img {
  width: auto;
  height: 40px;
}
.contact-us .office {
  background: var(--grey-color);
  border-radius: 10px;
  padding: 15px 25px;
}
.contact-us .office h4 {
  text-align: center;
  border-bottom: 2px solid;
  padding-bottom: 10px;
}
.contact-us .b-right {
  border-right: 2px solid var(--grey-color);
}
/* Contact page style ends */

/* File upload styles */
.file-upload {
  display: block;
  text-align: center;
}
.file-upload .file-select {
  display: block;
  cursor: pointer;
  height: 40px;
  line-height: 40px;
  text-align: left;
  overflow: hidden;
  position: relative;
}
.file-upload .file-select .file-select-button {
  background: var(--blue-color);
  padding: 0 10px;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  border-radius: 10px;
  font-family: "TahomaBold";
  cursor: pointer;
}
.file-upload .file-select .file-select-name {
  line-height: 40px;
  display: inline-block;
  padding: 0 10px;
}
.file-upload .file-select:hover {
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.file-upload .file-select:hover .file-select-button {
  background: var(--blue-color);
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.file-upload.active .file-select {
  border-color: var(--blue-color);
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.file-upload.active .file-select .file-select-button {
  background: var(--blue-color);
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.file-upload .file-select input[type="file"] {
  z-index: 100;
  cursor: pointer;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}
.file-upload .file-select.file-select-disabled {
  opacity: 0.65;
}
.file-upload .file-select.file-select-disabled:hover {
  cursor: default;
  display: block;
  border: 2px solid #dce4ec;
  color: #34495e;
  cursor: pointer;
  height: 40px;
  line-height: 40px;
  margin-top: 5px;
  text-align: left;
  background: #ffffff;
  overflow: hidden;
  position: relative;
}
.file-upload .file-select.file-select-disabled:hover .file-select-button {
  background: #dce4ec;
  color: #666666;
  padding: 0 10px;
  display: inline-block;
  height: 40px;
  line-height: 40px;
}
.file-upload .file-select.file-select-disabled:hover .file-select-name {
  line-height: 40px;
  display: inline-block;
  padding: 0 10px;
}
/* File upload styles */

/* service page style starts */
.services {
  margin-top: 10px;
}
.services .one {
  text-align: center;
  position: relative;
  z-index: 2;
}
.services .one h3 {
  background: var(--teritery-color);
  border-radius: 10px;
  padding: 10px 20px;
  font-size: 20px;
  display: inline-block;
}
.services .two {
  background: var(--grey-color);
  padding: 30px 20px;
  border-radius: 10px;
  position: relative;
  top: -25px;
  z-index: 1;
  left: 70px;
}
.services .three {
  text-align: center;
}
.services .three a {
  background: var(--blue-color);
  padding: 10px 20px;
  border-radius: 10px;
  font-family: "TahomaBold";
  position: absolute;
  top: 83%;
  z-index: 2;
  right: 110px;
}
.service p {
  margin-bottom: 10px;
  text-align: justify;
}
.service .slider {
  margin: 100px 0 30px;
}
.service .slider p {
  margin-bottom: 10px;
  text-align: center;
}
.service_slider img {
  width: auto;
  border-radius: 10px;
  height: 300px;
  max-width: 100%;
}
.service-types {
  margin: 100px 0 30px;
}
.service-types .sub-types img {
  position: relative;
  height: 250px;
  width: auto;
  max-width: 100%;
  border-radius: 10px;
}
.service-types .sub-types .sub-type {
  background: var(--grey-color);
  border-radius: 10px;
  padding: 25px;
  position: relative;
  top: -20px;
  height: 310px;
}
.sub-type .link {
  position: absolute;
  right: 0;
  left: 0;
  bottom: -10px;
}
.sub-type .link a {
  padding: 7px 25px;
  background: var(--teritery-color);
  font-family: "TahomaBold";
  border-radius: 10px;
}
/* service page style ends */

/* About page style starts */
.about .details {
  margin: 50px 0;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.details div {
  background: var(--grey-color);
  padding: 20px;
  border-radius: 10px;
  height: 170px;
  width: 45%;
}
.details div:first-child {
  margin-left: 25px;
}
.details div:last-child {
  margin-right: 25px;
}
.details div h4 {
  text-align: center;
}
.details div hr {
  margin: 10px auto;
  width: 40%;
  border-top: 2px solid;
}
.details div p {
  margin-bottom: 10px;
  text-align: justify;
}
.recognition .names img {
  height: 60px;
  width: auto;
}
.recognition .names {
  text-align: center;
  margin: 40px 0;
}
.recognition .names hr {
  border-top: 2px solid;
  margin: 10px auto;
  width: 60%;
}
.history .year {
  background: var(--teritery-color);
  display: inline-block;
  padding: 7px 20px;
  border-radius: 10px;
  font-family: "TahomaBold";
  margin: 10px 0;
}
.history .para {
  border-left: 2px solid;
  padding: 0 40px;
  position: relative;
  left: 35px;
  height: 90px;
  display: flex;
  align-items: center;
  text-align: justify;
}
.history .years {
  background: var(--blue-color);
  z-index: 2;
  position: relative;
  display: inline-block;
  padding: 7px 20px;
  border-radius: 10px;
  font-family: "TahomaBold";
  margin: 10px 0;
}
.history .actual {
  background: var(--grey-color);
  padding: 25px;
  border-radius: 10px;
  position: relative;
  left: 30px;
  top: -15px;
}
.m-btm {
  margin-top: 30px;
}
/* About page style ends */

.airport-transfer-service-grid .op-info .op-logo span img {
  height: 35px;
  width: auto;
  margin-right: 5px;
  margin-bottom: 5px;
}

/* The Modal (background) */
#popupModal {
  z-index: 1050;
}
#popupModal .modal-content {
  border: 0;
  margin: 0 auto;
  width: 64%;
  padding: 0;
  height: 502px;
}
#popupModal .modal-content .comm_modal {
  background-color: transparent;
  padding: 0px;
  border-bottom: 0;
}
#popupModal .modal-content .comm_modal .close {
  opacity: 1;
  color: #ffffff;
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 30px;
  outline: none;
}
#popupModal .comm_modal img {
  width: 100%;
  /* height: 502px; */
  border-radius: 14px;
}
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1000; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
  outline: 0;
}

.modal-body {
  position: relative;
  padding: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  text-align: center;
}

.modal-body .modal-title {
  font-size: 17px;
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 14% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 32%; /* Could be more or less, depending on screen size */
  border-radius: 14px;
}

.modal-content .modal-icon-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.modal-content .modal-body .modal-icon-container span {
  margin: 10px;
  margin-bottom: 20px;
}

.modal-content .modal-body .button-container {
  width: 40%;
  height: 50px;
  display: flex;
  margin-top: 30px;
}

.modal-content .modal-body .button-container span {
  background-color: var(--primary-color);
  padding: 5px 10px;
  min-height: 50px;
  box-shadow: 0 0 9px 3px #ccc;
  width: 100%;
  height: 100% !important;
  flex: 1;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 19px;
  color: #fff;
}

.modal-content .modal-body .button-container span:hover {
  cursor: pointer;
  background-color: var(--primary-light);
  color: #ddd;
}

.modal-content .modal-body .error-msg {
  font-size: 15px;
  padding: 0 5%;
}

.modal-icon-container img {
  height: 80px;
  width: auto;
}

/* The Close Button */
.close {
  color: #333;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

/* -------------------- Responsive styling below---------------- */

@media screen and (min-width: 1081px) {
  .journey-summary-sidebar {
    position: -webkit-sticky; /* Safari */
    position: sticky;
    top: 70px;
  }
}

@media screen and (max-width: 1280px) {
  .cancellation-default-page .subsection-card-sections {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media screen and (max-width: 1080px) {
  container {
    width: 900px !important;
  }

  .widget .home-box {
    position: absolute;
    left: 10%;
    top: 40%;
    min-width: 80%;
    max-width: 80%;
  }

  .links {
    display: none;
  }

  .social-links-and-contact {
    display: none;
  }

  .airport-transfer-facilities-item {
    grid-template-columns: 1fr 1fr 1fr;
    align-items: center;
    padding: 10px;
    margin-top: -27px;
    border-radius: 0 0 10px 10px;
    row-gap: 15px;
    padding-top: 20px;
    padding-bottom: 30px;
    font-size: 12px !important;
  }

  .search-header-form {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .home-selection-input-box label {
    color: #fff !important;
  }

  .pb-service-list-payment-details-page {
    display: grid;
    grid-template-columns: 1fr;
  }

  .journey-summary-sidebar {
    width: 100%;
    justify-self: center;
    margin-bottom: 30px;
    margin-top: 20px;
  }

  .passenger-input-container .kupos-card {
    margin-right: 0px;
  }

  .cancellation-default-page .subsection-card-sections {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .cancellation-default-page .credit-card-refund-form {
    grid-template-columns: 3fr 7fr;
  }

  .rest-header {
    display: none;
  }
}

@media screen and (max-width: 992px) {
  #popupModal .modal-content,
  #popupModal .comm_modal img {
    width: 100%;
    height: auto;
  }
  #popupModal .modal-content .comm_modal .close {
    font-size: 20px;
  }
}

@media screen and (max-width: 920px) {
  .logo img {
    width: 40%;
  }
  .links ul li {
    padding: 10px;
  }
  .home-box .flex {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .slider {
    padding: 50px 0;
    margin-top: 110px;
  }

  .section1 .sub-head {
    background: #fbc83a;
    width: 350px;
    padding: 10px;
    border-radius: 8px;
    position: absolute;
    z-index: 1;
    top: 130px;
    left: 140px;
    margin: 0 auto;
    text-align: justify;
    word-break: break-word;
  }

  .padrgt-20 {
    padding-right: 0px;
  }

  .padlft-20 {
    padding-left: 0px;
  }

  .section2 .main-image {
    margin-bottom: 20px;
  }

  .section2 .col-sm-6 .main-image img {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
  }

  .section3 .main-image {
    margin-bottom: 20px;
  }

  .section3 .main-image img {
    display: flex;
    margin: auto;
  }

  .section3 .parent {
    margin-left: 15px;
  }

  /* .gallery_slider .slick-track {
    display: grid;
    grid-template-columns: 1fr 1fr;
  } */

  /* .slick-initialized .slick-slide {
    width: 100% !important;
  } */

  .section4 {
    margin: 30px 0;
  }

  .footer {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .section5 .move-to-top a {
    color: #fff !important;
  }

  .container:after,
  .container:before {
    content: none !important;
  }

  .section5 .container .call {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .section5 .container .call span {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .section5 .container .call span img {
    margin-right: 8px;
  }

  .logo img {
    width: 25%;
  }

  .search-header-form {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .airport-transfer-facilities-item {
    grid-template-columns: 1fr 1fr 1fr;
    align-items: center;
    padding: 10px;
    margin-top: -27px;
    border-radius: 0 0 10px 10px;
    row-gap: 15px;
    padding-top: 20px;
    padding-bottom: 30px;
    font-size: 12px !important;
  }

  .success-page-gap {
    margin-top: 70px;
  }

  .cancellation-passenger-details-block .passenger-details {
    display: grid;
    grid-template-columns: 1fr;
  }

  .cancellation-default-page .cancel-bank-total-section {
    min-width: 700px;
    justify-self: center;
    margin-right: 0px;
  }

  .cancellation-default-page .at-passenger-seat-details {
    padding: 40px;
    flex: 1;
    margin: 20px 30px;
    display: flex;
    flex-direction: column;
  }
  .cancellation-default-page .bank-deposit-subsection-card {
    padding: 2.5rem;
    margin: 30px;
    margin-top: 1rem;
    margin-bottom: 5rem;
  }

  .nav-bar-section {
    left: 5%;
    max-width: 90%;
  }

  .info-popup {
    width: 200%;
    position: absolute;
    display: none;
    top: -35px;
    right: 0px;
    border-radius: 8px;
    background-color: #fff;
    padding: 10px 18px;
    overflow: hidden;
    box-shadow: 1px 1px 16px 0px rgba(0, 0, 0, 0.08);
    background-color: #ddd;
    z-index: 100;
  }

  /* .gallery_slider li {
  padding: 20px 15px;
} */

  .sub-image {
    padding-top: 30px;
  }

  .terms-and-conditions div {
    padding-left: 20px;
    padding-right: 20px;
  }

  .modal-content {
    background-color: #fefefe;
    margin: 30% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 90%;
    border-radius: 14px;
  }

  .cancellation-default-page .subsection-card-sections {
    grid-template-columns: 1fr 1fr;
  }

  .cancellation-default-page .credit-card-refund-form {
    grid-template-columns: 1fr;
  }

  .common-kupos-success-failure .cancel-done-section {
    margin-top: 110px;
  }

  .time-info-popup {
    width: 50%;
    position: absolute;
    display: none;
    top: -66px;
    right: -39px;
    border-radius: 8px;
    background-color: #fff;
    padding: 10px 18px;
    overflow: hidden;
    box-shadow: 1px 1px 16px 0px rgba(0, 0, 0, 0.08);
  }
}

@media screen and (max-width: 768px) {
  .faq-title {
    font-size: 20px;
  }
  .fleet,
  .contact,
  .about,
  .ims {
    margin-top: 50px;
  }
  .fleet .fleet-text {
    position: relative;
    top: 0;
    left: 0;
    margin: 30px 0 0;
  }
  .fleet h2,
  .about h2 {
    right: 0;
    font-size: 20px;
    margin-bottom: 20px;
  }
  .contact-us {
    display: block;
  }
  .contact-us .office-sub {
    margin-top: 20px;
  }
  .about .fleet-text {
    position: relative;
    top: 20px;
    left: 0;
    margin: 0;
  }
  .fleet-text p {
    text-align: justify;
  }
  .about .details {
    display: block;
  }
  .details div {
    width: 100%;
    height: auto;
  }
  .details div:first-child {
    margin-left: 0;
  }
  .details div:last-child {
    margin-top: 20px;
    margin-right: 0;
  }
  .history .actual {
    left: 0;
    top: -20px;
    text-align: justify;
  }
  .history .para {
    height: auto;
    left: 25px;
  }
  .service-slider {
    margin-top: 20px;
  }
  .services .two {
    left: 0;
    top: -25px;
  }
  .services .three a {
    top: 85%;
    right: 90px;
  }
  .service-types .sub-types .sub-type {
    height: auto;
  }
  .sub-types {
    margin: 20px 0;
  }
  .service-types {
    margin: 50px 0;
  }
  .service .slider {
    margin: 0;
    padding: 0;
  }
}

@media screen and (max-width: 720px) {
  a.kupos-step-item span {
    font-size: 11px !important;
  }

  .nav-bar-section {
    padding-top: 5vw;
  }

  .home-selection-input-box.search-button-final {
    margin-top: 14px;
  }

  .widget .home-box {
    position: absolute;
    left: 5%;
    top: 28%;
    min-width: 90%;
  }

  .section2 .sub-image img {
    width: auto;
    height: 80px;
    position: absolute;
    top: -40px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }

  .fixed-header-gap {
    height: 80px;
  }

  .search-header-form {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .header-search {
    display: none;
  }

  .filter-and-results-section {
    grid-template-columns: 1fr;
  }

  .left-side-menu {
    display: none;
  }

  .footer {
    display: grid;
    grid-template-columns: 1fr;
  }

  .airport-transfer-service-grid .rating img {
    height: 13px;
  }

  .airport-transfer-service-grid .seats-details {
    min-width: 60px;
  }

  .passenger-input-heading,
  .passenger-input {
    margin-bottom: 10px;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .airport-transfer-payment .doc-input,
  .rut-input {
    max-width: 100%;
  }

  .cancellation-default-page .cancel-bank-total-section {
    min-width: 570px;
    justify-self: center;
    margin-right: 0px;
  }

  .nav-bar-section .lang {
    display: none;
  }

  .home-box .flex {
    margin: 10px -5px 0px;
  }

  .container .footer .col-md-3 {
    padding-bottom: 15px;
  }

  .lang-switch {
    display: none;
  }

  .airport-transfer-service-grid .op-info {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
  }

  .booking .button-image,
  .cancel .button-image {
    display: none;
  }

  .home-box .at-widget {
    padding: 30px 20px;
    padding-bottom: 25px;
  }

  .common-payment-options .payment-block-heading div {
    font-size: 13px !important;
  }
}

@media screen and (max-width: 610px) {
  .nav-tabs > li.active > a,
  .nav-tabs > li.active > a:focus,
  .nav-tabs > li.active > a:hover {
    font-size: 11px;
  }

  .section3 .parent {
    position: relative;
    margin-top: 80px;
    height: 90px;
  }

  .section2 .sub-image img {
    width: auto;
    height: 80px;
    position: absolute;
    top: -40px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }

  .filter-and-results-section {
    grid-template-columns: 1fr;
    margin-bottom: 20px;
  }

  .home-selection-input-box.datebox {
    min-width: 144px;
    flex: 0;
  }

  .header-search {
    padding-bottom: 5px;
  }

  .fixed-header-gap {
    height: 80px;
  }

  .airport-transfer-facilities-item {
    grid-template-columns: 1fr 1.5fr 1.5fr;
    align-items: center;
    padding: 10px;
    margin-top: -27px;
    border-radius: 0 0 10px 10px;
    row-gap: 15px;
    padding-top: 20px;
    padding-bottom: 30px;
    font-size: 11px !important;
  }

  .capsule-menu-item .capsule-menu-text {
    padding-left: 10px;
    font-size: 11px;
  }

  .capsule-menu-icon img {
    width: 20px;
    height: auto;
  }

  .airport-transfer-service-grid .op-info .op-logo span {
    font-size: 13px !important;
  }

  .airport-transfer-service-grid .op-info .op-logo span img {
    height: 40px;
    height: 20px;
    width: auto;
    margin-right: 5px;
    margin-bottom: 5px;
  }

  .kupos-button-secondary {
    padding: 5px;
    font-size: 12px;
  }

  .airport-transfer-service-grid .rating {
    margin-bottom: 3px;
    font-size: 13px !important;
  }

  .airport-transfer-service-grid .service-date {
    font-size: 12px;
  }

  .call span:nth-child(2),
  .call span:nth-child(3) {
    margin-left: 0px;
  }

  .footer {
    display: grid;
    grid-template-columns: 1fr;
  }

  .common-kupos-success-failure .successful-purchase-buttons {
    flex-direction: column;
  }

  .common-kupos-success-failure .successful-purchase-buttons button {
    margin-bottom: 20px;
  }

  .cancellation-default-page .cancel-bank-total-section {
    min-width: 500px;
    justify-self: center;
    margin-right: 0px;
  }

  .airport-transfer-service-grid .price span {
    font-size: 14px !important;
  }

  .home-nav-section {
    padding-bottom: 0px;
  }

  .airport-transfer-facilities-item .kupos-button {
    height: 35px;
    width: 80%;
    padding-top: 10px;
  }

  .kupos-card .summary-title {
    font-size: 14px !important;
  }

  .location-details .city-name .from-location,
  .location-details .city-name .to-location {
    font-size: 13px !important;
  }

  .total .total-row {
    font-size: 13px !important;
  }

  a.kupos-step-item {
    height: 30px;
  }

  .countdown-counter #divCounter {
    font-size: 14px !important;
  }

  .passenger-details-title-row div {
    font-size: 14px !important;
  }

  .passenger-input-heading,
  .passenger-input {
    /* margin-bottom: 10px; */
    padding-bottom: 0px;
  }

  .passenger-input .name-input,
  .passenger-input .doc-input {
    margin-bottom: 10px;
  }

  .terms-and-conditions div {
    padding-left: 10px;
    padding-right: 10px;
  }

  .passenger-input .inp-label {
    font-size: 13px !important;
  }

  .common-kupos-input input {
    font-size: 13px !important;
  }

  .chosen-container-active.chosen-with-drop .chosen-single span,
  .chosen-container-single .chosen-single span {
    font-size: 13px;
  }

  .common-payment-options .payment-block-promo {
    display: flex !important;
    flex-direction: column !important;
  }

  .passenger-input-container .kupos-button {
    height: 35px;
  }

  .promo-code-container {
    width: 100%;
    margin-top: 10px;
  }

  .common-payment-options .accept-tnc {
    margin-top: 12px;
  }
}

@media screen and (max-width: 540px) {
  .left-grey-section {
    width: 50%;
  }
  .section1 {
    /* margin-top: 150px; */
  }
  .widget .home-box {
    position: absolute;
    left: 5%;
    top: 14%;
    min-width: 90%;
  }

  .nav-tabs > li > a {
    margin-right: 0px;
    font-size: 11px;
  }
  .nav > li > a {
    position: relative;
    display: block;
    padding: 8px 6px;
  }
  .section2 .sub-image img {
    width: auto;
    height: 70px;
    position: absolute;
    top: -35px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }

  .home-box .flex {
    display: grid;
    grid-template-columns: 1fr;
  }

  .section1 .sub-head {
    width: 320px;
    top: 120px;
    left: 100px;
  }

  .search-header-form {
    display: grid;
    grid-template-columns: 1fr;
  }

  .slider {
    padding-top: 80px;
  }

  .gallery_slider li img {
    width: auto;
    height: 60px;
    margin: 0 auto;
  }

  .parent .two {
    width: 70%;
    border-radius: 8px;
    left: 135px;
    top: -65px;
  }

  .logo img {
    width: 35%;
  }
  .passenger-input-heading,
  .passenger-input {
    grid-template-columns: 1fr;
  }

  .passenger-and-payment-details-container .kupos-card {
    padding: 20px;
    margin-right: 0px;
  }

  /* .passenger-and-payment-details-container .kupos-card {
  max-width: 320px;
} */

  .common-payment-options .payment-methods {
    grid-template-columns: 1fr;
  }

  .cancellation-default-page .cancel-bank-total-section {
    min-width: 400px;
    justify-self: center;
    margin-right: 0px;
  }

  .airport-transfer-service-item .kupos-card {
    position: relative;
    z-index: 1;
    padding: 10px;
  }

  .cancellation-default-page .subsection-card-sections {
    grid-template-columns: 1fr;
  }

  .time-info-popup {
    width: 75%;
    position: absolute;
    display: none;
    top: -52px;
    right: 0px;
    border-radius: 8px;
    background-color: #fff;
    padding: 10px 18px;
    overflow: hidden;
    box-shadow: 1px 1px 16px 0px rgba(0, 0, 0, 0.08);
  }

  .info-popup {
    width: 80%;
  }
}

@media screen and (max-width: 470px) {
  .widget .home-box {
    position: absolute;
    /* left: 8%; */
    top: 14%;
  }

  .section1 .sub-head {
    width: 290px;
    top: 120px;
    left: 50px;
  }

  .slider {
    padding-top: 80px;
  }

  .gallery_slider li img {
    width: auto;
    height: 50px;
    margin: 0 auto;
  }

  .parent .two {
    width: 85%;
    border-radius: 8px;
    left: 55px;
    top: -57px;
    height: 110px;
  }

  .parent .three {
    position: absolute;
    bottom: 0;
    right: 18px;
  }

  .home-selection-input-box {
    flex: 1;
    padding: 5px;
    min-width: 100px;
    /* max-width: 130px; */
  }

  .home-box .flex {
    display: grid;
    grid-template-columns: 1fr;
  }

  .logo img {
    width: 45%;
  }

  .section1 {
    padding: 30px 0;
    position: relative;
    /* margin-top: 80px; */
  }

  .client .clients {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .client .clients li img {
    width: 88px;
    height: auto;
  }

  .section5 .container .call {
    display: grid;
    grid-template-columns: 1fr;
  }

  .section5 .container .call span {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 5px;
  }

  .call span:nth-child(2),
  .call span:nth-child(3) {
    margin-left: 0px;
  }

  .cancellation-default-page .cancel-bank-total-section {
    min-width: 300px;
    justify-self: center;
    margin-right: 0px;
  }
}

@media screen and (max-width: 390px) {
  .section1 .sub-head {
    width: 86%;
    top: 11%;
    left: 5%;
  }

  .parent .two {
    left: 40px;
  }

  .client .clients li img {
    width: 66px;
  }

  .clients li {
    display: flex;
    padding: 20px;
    justify-content: center;
  }
}

@media screen and (max-height: 590px) {
  .section1 {
    padding: 30px 0;
    position: relative;
    margin-top: 60px;
  }
}

@media screen and (max-height: 500px) {
  .section1 {
    padding: 30px 0;
    position: relative;
    margin-top: 165px;
  }
}

@media screen and (max-height: 430px) {
  .section1 {
    padding: 30px 0;
    position: relative;
    margin-top: 235px;
  }
}

@media screen and (max-height: 350px) {
  .section1 {
    padding: 30px 0;
    position: relative;
    margin-top: 315px;
  }
}

@media screen and (max-height: 260px) {
  .section1 {
    padding: 30px 0;
    position: relative;
    margin-top: 400px;
  }
}

@media screen and (max-width: 370px) {
  .widget .home-box {
    position: absolute;
    /* left: 5%; */
    top: 12%;
  }
}

/* .btn-group-vertical>.btn-group:after, .btn-group-vertical>.btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .modal-header:after, .modal-header:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before {
    display: table;
    content: none;
} */

.nav-bar-section::before,
.nav-bar-section::after {
  content: none;
}
