/*Form*/
.quote-hero p {
  font-size: 1.143rem;
}

.arrow-up-icon {
  position: absolute;
  top: 50%;
  margin-top: -5px;
  right: 30px;
  background-image: url("../images/icons/arrow_down.svg");
  background-repeat: no-repeat;
  width: 17px;
  height: 9px;
  background-size: 100%;
}

.departure-plane-icon {
  background-image: url("../images/icons/departure-plane-icon.svg");
  width: 23px;
  height: 20px;
  position: absolute;
  top: 20px;
  left: 16px;
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: 1;
}

.arrival-plane-icon {
  background-image: url("../images/icons/arrival-plane-icon.svg");
  width: 23px;
  height: 20px;
  position: absolute;
  top: 20px;
  left: 16px;
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: 1;
}

.calendar-icon {
  background-image: url("../images/icons/calendar-icon.svg");
  width: 15px;
  height: 15.5px;
  position: absolute;
  top: 20px;
  left: 28px;
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: 1;
}

.collapse.show {
  position: relative;
  z-index: 1;
}

/*Form*/
.select2-container--quote-select {
  z-index: 2;
}

.quote-form .select2-container--krajee .select2-selection--multiple {
  min-height: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.quote-form label {
  color: #555555;
}

.select2-container--quote-select.with-arrow-icon .select2-selection--single .select2-selection__rendered {
  padding: 0 4rem 0 1.5rem;
}

.select2-container--quote-select.with-arrow-icon .select2-selection--single .select2-selection__arrow b {
  position: absolute;
  top: 50%;
  margin-top: -5px;
  right: 28px;
  background-image: url(../images/icons/arrow_down.svg);
  background-repeat: no-repeat;
  width: 17px;
  height: 9px;
  background-size: 100%;
}
.quote-form {
  text-align: left;
}
.quote-form .btn,
.quote-form .form-control,
.custom-dropdown .dropdown-toggle,
.quote-form .custom-dropdown .dropdown-toggle,
.quote-form .select2-selection--multiple .select2-search--inline .select2-search__field,
.quote-form .select2-container .select2-selection--single .select2-selection__rendered {
  font-size: 1.143rem;
}
.quote-form .form-control {
  padding-top: 0;
  padding-bottom: 0;
}

.quote-form .custom-dropdown .dropdown-toggle,
.select2-container--quote-select .select2-selection--single,
.quote-form .form-control {
  height: 55px;
  line-height: 55px;
}

.quote-form textarea.form-control {
  line-height: normal;
  height: auto;
}

.quote-form .form-control.has-icon,
.select2-container.has-icon .select2-selection--single .select2-selection__rendered {
  height: 55px;
  line-height: 55px;
  padding-left: 58px;
  border-color:#ddd; 
}

.btn-secondary:active,
.btn-secondary.active {
  color: #fff;
}

.select2-container--quote-select.with-arrow-icon.select2-container--open .select2-selection--single .select2-selection__arrow b {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.select2-container--quote-select .select2-selection--single {
  background-color: transparent;
  border: 1px solid #dddddd;
  border-radius: 0;
  color: #555555;
  font-size: 14px;
  outline: 0;
}

.quote-form-row .col-md-1, .quote-form-row .col-md-2, .quote-form .col-md-3, .quote-form .col-md-4 {
  padding-left: 7.5px;
  padding-right: 7.5px;
}

/*Radio*/
.radio-visible.custom.blue label:before {
  content: '';
  border: 2px solid #dedede;
}

.radio-visible.custom.blue input[type="radio"]:checked ~ label:before {
  content: '';
  border: 2px solid #1861a0;
}

.radio-visible.custom.blue input[type="radio"]:checked ~ label:after {
  content: '';
  margin-top: -5px;
  left: 5px;
  width: 10px;
  height: 10px;
  background: #1861a0;
}

/*Radio*/
/*Touchspin*/
.quote-form-row .bootstrap-touchspin button,
.bootstrap-touchspin .buttonup,
.bootstrap-touchspin .buttondown,
.bootstrap-touchspin .touchspin-input {
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.passenger-info-container .spin-row {
  border-bottom: 1px solid #f2f2f2;
}

.passenger-info-container .spin-row:last-child {
  border-bottom: 0;
}

.quote-form-row .bootstrap-touchspin button i {
  color: #2e2d2d;
  font-size: 16px;
}

/*Touchspin*/
/*Adult*/
.group_label {
  font-size: 18px;
  line-height: normal;
  font-weight: 700;
}

/*Adult*/
.flexibility select.form-control:not([size]):not([multiple]) {
  height: 30px !important;
  padding-top: 0;
  padding-bottom: 0;
}

.quote-form {
  background-color: #fff;
}

.quote-form-row {
  margin-right: -7.5px;
  margin-left: -7.5px;
}
@media (min-width:767px){
  .quote-form {
    padding: 35px 44px;
  }
}
@media (max-width: 767px) and (min-width: 1px) { 
  .quote-form {
    text-align: center;
  }
  .quote-form label {
    display: block;
    text-align: left;
  }
  .select2-container--quote-select.with-arrow-icon .select2-selection--single .select2-selection__rendered,
  .quote-form .custom-dropdown .dropdown-toggle {
    padding: 0 4rem;
  }
  .additional-options .select2-container--quote-select.with-arrow-icon .select2-selection--single .select2-selection__rendered {
    padding: 0 4rem 0 0.85rem;
    text-align: left;
  }
  .quote-form .col-6, .quote-form .col-12 {
    padding: 0 7.5px;
  }
  .quote-form-row .btn-primary {
    height: auto;
    line-height: normal;
    padding: 1.071rem 0;
  }
  .quote-form-row .form-group {
    margin-bottom: 1rem;
  }
  /*Datapicker*/
  .daterangepicker.dropdown-menu {
    position: fixed;
    margin-top: 0;
    padding: 50px 0 110px;
    overflow-y: auto;
    left: 0 !important;
  }
  .daterangepicker.show-calendar .calendar {
    width: 285px;
    margin: 0 auto;
    float: none;
  }
  .daterangepicker .close-container {
    position: fixed;
    padding: 1rem 1.5rem 0 1rem;
    top: 0;
    background-color: #fff;
  }
  .close-btn {
    display: inline-block;
    float: none;
    margin-top: -5px;
    background-image: url("../images/icons/arrow_down.svg");
    background-repeat: no-repeat;
    width: 15px;
    height: 9px;
    background-size: 100%;
    cursor: pointer;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .daterangepicker .flexibility {
    position: fixed;
    width: 100%;
    bottom: 41px;
    background-color: #fff;
  }
  .daterangepicker .cancelBtn {
    position: absolute;
    left: -9999px;
  }
  .daterangepicker .applyBtn {
    width: 100%;
    padding: 0;
  }
  .daterangepicker .ranges {
    padding: 0;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    margin: 0;
  }
  .daterangepicker .ranges .range_inputs {
    padding: 0;
  }
  .flexibility label {
    line-height: normal;
    margin-bottom: 0;
    font-size: 0.85rem;
  }
  .daterangepicker .flexibility .form-control {
    margin: 0;
  }
  .flexibility .form-group {
    margin-bottom: 0;
  }
  .flexibility select.form-control:not([size]):not([multiple]) {
    height: 31px !important;
    padding-top: 0;
    padding-bottom: 0;
  }
  .daterangepicker th.next i, .daterangepicker th.prev i {
    top: 67px;
  }
  /*Datapicker*/
  /*Select2*/
  .select2-container--quote-select.select2-container--open {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100%;
    height: 100%;
  }
  .select2-container--quote-select.select2-container--open .select2-dropdown--below {
    width: 100% !important;
    height: 100% !important;
    top: 0;
  }
  .select2-container .close-btn {
    position: absolute;
    top: 27px;
    left: 14px;
  }
  .select2-container--quote-select .select2-search--dropdown .select2-search__field {
    height: 51px;
    padding-left: 35px;
  }
  .select2-container--quote-select.select2-container--open .quote-dropdown:after {
    content: none;
  }
  .quote-form .form-control.has-icon,
  .select2-container.has-icon .select2-selection--single .select2-selection__rendered,
  .select2-container.has-icon .select2-selection--single .select2-selection__rendered {
    padding-right: 20px;
    padding-left: 20px;
  }
  .quote-form .form-control.has-icon, .select2-container.has-icon .select2-selection--single .select2-selection__rendered,
  .select2-container--quote-select.with-arrow-icon .select2-selection--single .select2-selection__rendered,
  .select2-container.has-icon .select2-selection--single .select2-selection__rendered {
    background-color: #fff;
  }
  /*Select2*/
  /*flight type*/
  .custom-dropdown .dropdown-menu {
    width: 100%;
    position: fixed !important;
    -webkit-transform: initial !important;
    -ms-transform: initial !important;
    transform: initial !important;
    border: 0;
    margin-top: 0;
    padding-top: 50px;
    padding-bottom: 0;
    height: 100%;
    overflow-y: auto;
  }
  .custom-dropdown .close-container {
    position: fixed;
    padding: 1rem 0 0;
    top: 0;
    background-color: #fff;
  }
  .plus-icon,
  .minus-icon {
    width: 17px;
    height: 17px;
  }
  .quote-form-row .dropdown button {
    height: auto;
    min-width: 1.5rem;
    line-height: normal;
  }
  .quote-form-row .dropdown .saveBtn {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: .9rem 1.2rem;
    line-height: normal;
    text-transform: capitalize;
    font-size: 1rem;
  }
  .custom-dropdown .passenger-info-container {
    padding-bottom: 80px;
    position: relative;
    height: auto;
    min-height: 100%;
  }
  .quote-menu a {
    padding-left: 0;
    padding-right: 0;
    font-size: 0.8571rem !important;
  }
  
  .quote-menu a
  .quote-menu a:hover
  .quote-menu a.btn,
  .quote-menu a.btn:hover,
  .quote-menu a:not(.btn),
  .quote-menu a.active,
  .quote-menu a.active:not(.btn) {
    color: #fff;
    text-transform: uppercase;
  }
  .row-title[data-toggle], .row-title[data-toggle]:hover, .quote-form label {
      color: #fff;
  }
  .quote-menu a.btn {
    margin-top: 0;
    padding: 0;
    background: transparent;
    color: #fff;
    border: none;
  }
  .quote-menu a.active,
  .quote-menu a.active:not(.btn),
  .quote-menu a.active.btn {
    border-bottom: 1px solid #fff;
  }
  
  /*flight type*/
  .jumbotron {
    padding: 4rem 2.429rem;
  }
  .quote-form .custom-dropdown .dropdown-toggle,
  .select2-container--quote-select .select2-selection--single,
  .quote-form .form-control {
    height: 55px;
    line-height: 55px;
  }
}

@media (max-width: 992px) and (min-width: 767px) {
  .departure-plane-icon {
    top: 15px;
  }
  .arrival-plane-icon {
    top: 12px;
  }
  .calendar-icon {
    top: 15px;
  }
  .quote-form .btn,
  .quote-form .form-control,
  .custom-dropdown .dropdown-toggle,
  .quote-form .custom-dropdown .dropdown-toggle,
  .quote-form .select2-selection--multiple .select2-search--inline .select2-search__field,
  .quote-form .select2-container .select2-selection--single .select2-selection__rendered {
    font-size: 1rem;
  }
  .quote-form .select2-container--krajee .select2-selection--multiple {
    min-height: 46px;
  }
  .quote-form .custom-dropdown .dropdown-toggle,
  .select2-container--quote-select .select2-selection--single,
  .quote-form .form-control {
    height: 46px;
    line-height: 46px;
  }
  .quote-form .form-control.has-icon,
  .select2-container.has-icon .select2-selection--single .select2-selection__rendered {
    height: 46px;
    line-height: 46px;
    padding-left: 58px;
  }
  .airplane-icon {
    width: 20px;
    height: 17px;
    top: 15px;
    left: 10px;
  }
  .plus-icon,
  .minus-icon {
    width: 17px;
    height: 17px;
  }
  .quote-form-row .dropdown button {
    height: auto;
    min-width: 1.5rem;
  }
  .custom-dropdown .radio-visible.custom label {
    font-size: 0.75rem;
    padding-left: 18px;
  }
  .custom-dropdown .radio-visible.custom label:before {
    margin-top: -8px;
    width: 15px;
    height: 15px;
  }
  .custom-dropdown .radio-visible.custom.blue input[type="radio"]:checked ~ label:after {
    margin-top: -4px;
    left: 4px;
    width: 7px;
    height: 7px;
  }
  .custom-dropdown .dropdown label,
  .group_label {
    font-size: 0.935rem;
  }
  .quote-menu a {
    font-size: 0.935rem !important;
  }
}

@media (max-width: 374px) and (min-width: 1px) {
  .jumbotron {
    padding: 4rem .3rem;
  }
}
