.postReviewPage {
  background-image: url(../../dummy/assets/svg/post-review-img.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 80%;
  background-position-y: top;
}

/* CROPPER MODAL */
.postReviewPage .upload-box {
  border: 1px dashed #d7d7d7;
  border-radius: 10px;
  background-color: #f9f5fe;
  text-align: center;
  padding: 10px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 122px;
  align-items: center;
  display: flex;
  justify-content: center;
}

.postReviewPage .upload-box input[type="file"] {
  display: none;
}

.postReviewPage .upload-placeholder {
  display: block;
}

.postReviewPage .upload-image {
  display: none;
  width: 100%;
  height: auto;
  object-fit: contain;
  border-radius: 10px;
  max-height: 100px;
}

.postReviewPage .custom-modal-size .modal-dialog {
  max-width: 700px;
}

.postReviewPage .custom-modal-size .modal-body {
  height: 400px;
  overflow-x: hidden;
  overflow-y: auto;
}

.postReviewPage .modal-footer .primaryButton,
.postReviewPage .modal-footer .primaryButtonOutline {
  font-weight: 500;
  border-radius: 4px;
}

/* RATING STAR */
.postReviewPage .rate {
  float: left;
}

.postReviewPage .rate:not(:checked)>input {
  position: absolute;
  top: -9999px;
}

.postReviewPage .rate:not(:checked)>label {
  float: right;
  width: 1em;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  font-size: 30px;
  color: #e0e8f1;
  margin: 0;
  line-height: 20px;
}

.postReviewPage .rate:not(:checked)>label:before {
  content: "★ ";
}

.postReviewPage .rate>input:checked~label {
  color: #ffc500;
}

.postReviewPage .rate:not(:checked)>label:hover,
.postReviewPage .rate:not(:checked)>label:hover~label {
  color: #ffc500;
}

.postReviewCardHomePage {
  background-image: url(../../dummy/assets/svg/home-bg-img.png);
  height: 180px;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 10px;
}

/* end review css */

/* COMON CSS */
.primaryButton {
  background: #fe8901;
  color: #fff;
  border-radius: 100px !important;
  padding: 6px 20px;
  height: 40px;
  font-size: 15px;
  font-weight: 700;
  border: none;
  transition: all 0.3s ease;
  text-transform: capitalize;
  width: 100% !important;
}

.secondaryButton {
  background: #a7a7a7;
  color: #fff;
  border-radius: 20px;
  padding: 6px 20px;
  height: 40px;
  font-size: 15px;
  font-weight: 700;
  border: none;
  transition: all 0.3s ease;
  text-transform: capitalize;
}

.primaryButtonGroup {
  background: #6400e4;
  color: #fff;
  border-radius: 0px 6px 6px 0;
  padding: 6px 30px;
  height: 46px;
  font-size: 15px;
  font-weight: 700;
  border: none;
  transition: all 0.3s ease;
  text-transform: capitalize;
}

.btnInherit {
  border: none;
  background-color: transparent;
  padding: 0;
}

.primaryButtonOutline {
  background: transparent;
  color: #6400e4;
  border-radius: 20px;
  padding: 6px 20px;
  height: 40px;
  font-size: 15px;
  font-weight: 500;
  border: 1px solid #6400e4;
  transition: all 0.3s ease;
  text-transform: capitalize;
}

.cropModalCloseBtn {
  background: transparent;
  color: #6400e4;
  border-radius: 20px;
  border: 1px solid #6400e4;
  transition: all 0.3s ease;
  padding: 0;
  width: 35px;
  height: 35px;
  align-items: center;
  display: flex;
  justify-content: center;
}

.bottomBorderLine {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 16px;
}

.numberTag {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #6400e41f;
  color: #6400e4;
  border-radius: 50%;
  font-size: 16px;
  font-weight: 600;
  margin-right: 10px;
  margin-top: 8px;
}

.backBtn .header-link {
  color: #141c3a;
  font-size: 14px;
  font-weight: 700;
}

.backBtn .header-link i {
  margin-right: 6px;
}

.downArrow {
  position: relative;
  top: 10px;
}

.downArrowImg {
  background: #fff;
  position: absolute;
  top: -12px;
  left: 50%;
  padding: 0 12px;
}

.addCustomCity {
  height: 40px !important;
  padding-left: 10px !important;
  border-radius: 6px !important;
  font-size: 14px !important;
  color: #444444 !important;
  font-weight: 500 !important;
  outline: none !important;
  border: 1px solid #d7d7d7 !important;
  text-transform: capitalize !important;
}

/* COMON CSS EXIT */

/* NEW FORM CSS */
.flotingInput .form-control,
.flotingInput .form-control:focus,
.flotingInput .select2,
.flotingInput .select2:focus {
  border-radius: 6px !important;
  padding: 9px 4px !important;
  font-size: 14px !important;
  height: 40px !important;
  border: 1px solid #d7d7d7 !important;
  width: 100% !important;
  box-shadow: none !important;
  outline: none !important;
}

/* NEW FORM CSS EXIT */

button.btn.signup.button_payment_guest.stripe-btn,
button#btcpayment,
.paypal-button {
  border-radius: 100px !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  height: 40px !important;
  line-height: 0 !important;
}

.infoNewPage {
  background-color: #ffffff;
}

.cardCustomShadow {
  border-radius: 13px !important;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05) !important;
  border: 1px solid #e5e5e5 !important;
  background-color: #fbf9ff !important;
  padding: 20px !important;
  position: relative !important;
}

.infoNewPage .travels_checkout .cardCustomShadow {
  padding: 20px !important;
}

.infoNewPage .hotel-detail ul li.hotel-name {
  color: #fe8901;
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 16px;
}

.infoNewPage .hotel-detail ul li.hotel-address span {
  color: #333333;
  font-weight: 500;
  font-size: 14px;
}

.infoNewPage .hotel-detail ul li.bookingDate {
  color: #00af00;
  font-weight: 500;
  font-size: 14px;
}

.infoNewPage .review-widget p,
.infoNewPage span#hotel_rating {
  margin: 0;
  padding: 5px 0px;
  position: relative;
  bottom: 2px;
  color: #646464;
  font-weight: 500;
  font-size: 13px;
}

.infoNewPage .review-widget {
  margin-top: 5px;
}

.infoNewPage button.btn.btn-info.login-process.email_data_hide.primaryButton,
.infoNewPage button.btn.btn-info.login-process.email_data_hide.primaryButton:hover {
  border-radius: 0px 10px 10px 0px !important;
  height: 40px !important;
  color: #fe8901 !important;
  outline: none !important;
  border: 1px solid #fe8901 !important;
  background: transparent !important;
}

.infoNewPage .Checkoutname input {
  padding-left: 12px !important;
  border-radius: 9px;
  width: 100%;
  margin: 0 0 0 10px;
}

.infoNewPage .account,
.infoNewPage .daniel {
  margin-left: 0 !important;
}

.infoNewPage .payment-card {
  margin: 0 !important;
}

.infoNewPage .boxCheckout {
  margin: 18px 0px;
}

.infoNewPage .travellerol li {
  padding: 5px 0 !important;
}

.infoNewPage .Option {
  display: flex;
  flex-flow: wrap;
  justify-content: flex-start;
  padding: 0 !important;
}

.infoNewPage input.form-control.radius_form.forem_radieus.mainEmail.flotingInput {
  border-radius: 0;
  height: 40px !important;
}

.infoNewPage span.input-group-text {
  height: 40px !important;
}

.infoNewPage .rating {
  bottom: 3px !important;
  left: 0px !important;
  margin: 0 5px;
}

.infoNewPage .review-widget .rating input:checked+label,
.infoNewPage .review-widget .rating input:checked+label~label {
  color: #fe8901 !important;
  margin: 0 2px;
  font-size: 12px;
}

.infoNewPage .hotel-address svg {
  width: 15px;
  height: 18px;
  position: relative;
  top: 0px;
  right: 0px;
}

.infoNewPage .emailInput {
  width: 100% !important;
  padding: 10px;
  border: 1px solid #D6E9C6 !important;
  margin: 10px 0;
  border-radius: 10px !important;
}

.infoNewPage button#couponApply {
  border-radius: 0 !important;
}

.boxCheckout {
  padding: 18px 22px;
  border: 1px solid #FE8901;
}

.infoTitleH4 {
  color: #333333 !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  line-height: inherit !important;
  margin-bottom: inherit !important;
}

.infoTitleH5 {
  color: #333333 !important;
  font-size: 18px !important;
  font-weight: 600 !important;
}

.infoTitleH6 {
  color: #888888 !important;
  font-size: 14px !important;
  font-weight: 500 !important;
}

/* FLIGHT INFO PAGE START */
.infoNewPage .payment-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.infoNewPage .select2-container .select2-selection--single {
  height: 40px !important;
}

.infoNewPage .payment-list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 6px 0;
}

.infoNewPage .payment-list li .left {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 6px;
}

.infoNewPage .payment-list li .center {
  flex: 1;
  text-align: center;
}

.infoNewPage .payment-list li .right {
  flex: 1;
  text-align: right;
}

.infoNewPage .payment-list li.divider {
  border-top: 1px solid #ddd;
  margin: 8px 0;
  padding: 0;
}

/* CARD LAST */
.rightAlign {
  text-align: end;
  justify-content: end;
  display: flex;
  text-align: left;
}

/* FLIGHT INFO PAGE EXIT */

/* ========================= OVERRIDE CSS ============================ */
.infoNewPage .tab,
.infoNewPage .Scott,
.infoNewPage .Scott p,
.infoNewPage .tab h4,
.infoNewPage .right_shiftd {
  padding: 0 !important;
  width: unset !important;
}

.infoNewPage .terms.text-center,
.infoNewPage .flight-detail ul li {
  padding: 0 !important;
  width: unset !important;
  border-top: none !important;
}

/* ________________________ Add and Edit Flights ________________________*/
.addEditFlightNew .flight-tabs {
  display: flex;
  /* margin-bottom: 100px; */
}

.addEditFlightNew .flight-tabs li {
  width: 100%;
}

.addEditFlightNew .flight-tabs li a {
  text-align: center;
  border-radius: 6px !important;
  border: 1px solid #e7e7e7;
  margin: 0 10px;
}

.addEditFlightNew .flight-tabs li.active a {
  font-size: 16px;
  font-weight: 600;
  color: #ffffff !important;
}

.addEditFlightNew .flight-tabs li a:before,
.addEditFlightNew .flighticon-check {
  display: none !important;
}

.addEditFlightNew span.select2.select2-container.select2-container--default,
.addEditFlightNew .origin___input_wrapper,
.addEditFlightNew .destinations___input_wrapper {
  width: fit-content !important;
}

.unsetWidth span.select2.select2-container.select2-container--default {
  width: unset !important;
}

.addNewWidth span.select2.select2-container.select2-container--default {
  /* width: 220px !important; */
  width: 280px !important;
}

.addAnotherCityRemoveIcon {
  max-width: 0px;
  padding: 0;
}

/* FORM */
.addEditFlightNew label.origin.border-0,
.addEditFlightNew .form-box .Departrue-label {
  font-size: 13px;
  color: #fe8901;
  font-weight: 600;
  text-transform: capitalize;
}

.addEditFlightNew .input-date,
.addEditFlightNew .select2-container--default .select2-selection--single .select2-selection__rendered,
.addEditFlightNew .append_input input {
  border-radius: 6px !important;
  font-size: 14px !important;
  height: 40px !important;
  border: 1px solid #d7d7d7 !important;
  box-shadow: none !important;
  outline: none !important;
  color: #444444 !important;
}

.addEditFlightNew .input-date .input-field {
  font-size: 14px !important;
  height: 40px !important;
  background: transparent !important;
}

.addEditFlightNew select.form-select.border-0 {
  padding: 4px 10px !important;
  font-size: 14px !important;
  color: #444444 !important;
}

/* FORM EXIT */

/* override css */
.addEditFlightNew .tabs-nav li.active,
.addEditFlightNew .tabs-whitebg {
  background: #ffffff;
  color: #000;
  border: none;
  border-radius: 0;
  margin-right: 0;
  position: relative;
  z-index: 1;
  padding: 0;
  margin-bottom: 0 !important;
}

.addEditFlightNew .fp-input {
  margin-left: 0px !important;
}

.addEditFlightNew .tabsForm {
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  padding: 10px 35px 25px 20px;
  margin-bottom: 20px !important;
  min-height: 100px;
  position: relative;
}

.moreCity {
  position: absolute;
  left: 48%;
  bottom: -10px;
  background: #ffffff;
  padding: 0 10px;
}

.moreCity h4 {
  color: #fe8901;
  font-size: 14px;
  font-weight: 600;
  margin: 0;
  text-transform: capitalize;
}

.addEditFlightNew .origins__destination_wrapper {
  display: block;
}

.addEditFlightNew .arrow_svg1 {
  position: absolute;
  bottom: 15px;
}

.addEditFlightNew .arrow_svg2 {
  position: absolute;
  bottom: -10px;
}

.addEditFlightNew .tabs-content {
  border: 1px solid #e5e5e5;
  padding: 20px;
  background: transparent;
  margin-left: 0;
  border-radius: 20px;
  margin-top: 0;
}

.addEditFlightNew .card-body {
  padding: 0;
}

.addEditFlightNew .card.box-shadow {
  border-radius: 0;
  height: auto;
  border-bottom: 1px solid #e5e5e5 !important;
  padding: 30px 0;
}

.addEditFlightNew .selectOption2 {
  min-width: 400px;
}

.addEditFlightNew .reverceArrow {
  max-width: 62px;
}

.addEditFlightNew .add-button button {
  background: transparent;
  color: #fe8901;
  font-weight: 500;
  width: unset;
}

/* ADD NEW FEATURE THIS MAIN AND BREAKDOWN FLIGHT */
/* .addEditFlightNew .mainFlight{} */

/* modal */
.modal-dialog.modal-fullscreen {
  height: 100vh !important;
}

.modal-fullscreen .modal-content {
  height: fit-content !important;
}

.addEditFlightNew .edit-modal-close,
.editHotelPage .edit-modal-close {
  background: transparent;
  box-shadow: none;
  border: 0px;
  margin: 0;
  font-size: 16px !important;
  padding-bottom: 0;
  cursor: pointer;
}
.addEditFlightNew .breakDownFlight{
    background: #fafafa !important;
        padding-top: 30px;
 }

 .addEditFlightNew .hourAndDates,  
 .addEditFlightNew .hourStops{
  font-size: 13px !important;
  color: #646464 !important;
  margin: 0;
 }










.editHotelPage .box-seleted{
  border-radius: 8px;
  padding: 15px;
  margin-bottom: 10px;
  display: flex;
    gap: 15px;
    align-items: flex-start;
}

.editHotelPage .primaryButton{
width: inherit !important;
}

.editHotelPage .selectHotelCard .hotel-image img {
    width: 150px !important;
    max-width: 200px !important;
    height: 140px;
    opacity: 1;
    border-radius: 8px;
    object-fit: cover;
}

.editHotelPage .selectHotelCard .star-rating {
    color: #ffc107;
    font-size: 18px;
}

.editHotelPage .manageLocation {
    display: flex;
    align-items: flex-start;
}

.editHotelPage .selectHotelCard .hotel-info p {
    margin: 2px 0;
    font-size: 14px;
    color: #333;
    font-weight: 500;
}

.editHotelPage .star {
    padding: 0px;
    color: #000;
    font-size: 18px;
}

.editHotelPage .selectHotelCard .hotel-info h5 {
    margin: 0;
    font-size: 18px;
    color: #fe8901;
    font-weight: 600;
}

.addEditFlightNew .edit-modal-close i {
  margin-right: 6px;
  font-size: 16px;
}

.editHotelPage .form-box .Departrue-label {
  font-size: 13px;
  color: #fe8901;
  font-weight: 600;
  text-transform: capitalize;
}

/* ________________________ Add and Edit Flights exit ________________________*/

/* 2 */

/*_________________________ Add and Edit Hotels _________________________*/
.editHotelPage .tabs-nav li.active,
.editHotelPage .tabs-content {
  background: #fff;
  border: none;
  border-radius: 0;
  margin-right: 0;
  padding: 0;
}

.editHotelPage button.search-btn.select-btn {
  position: absolute;
  right: 15px;
  top: 15px;
}

.editHotelPage .tabs-whitebg,
.editHotelPage .form-box {
  padding: 0px;
}

.editHotelPage .addhotel-box h6 {
  font-weight: 600;
  font-size: 18px;
  color: #fe8901;
  margin-bottom: 8px;
}

.editHotelPage .addhotel-box .checkin,
.editHotelPage .addhotel-box .checkout {
  font-weight: 500;
  font-size: 14px;
}

.editHotelPage .hotels_detail p {
  font-size: 13px;
  font-weight: 400;
  margin-left: 6px;
}

.editHotelPage .hotels_detail p:first-child {
  margin-left: 0px;
}

.editHotelPage .hotelImg img {
  width: 200px;
  height: 140px;
  border-radius: 8px;
}

.editHotelPage .checkinCheckout {
  display: flex;
  gap: 10px;
}

.editHotelPage .checkinCheckout .checkin {
  border-right: 1px solid #888888;
  padding-right: 10px;
}

/*_________________________ Add and Edit Hotels exit _________________________*/

/* stepper design */
.flightInfoPage .stepper-wrapper::before {
  display: none;
}

.flightInfoPage .step.completed::after {
  background-color: #6400e4;
  height: 2px;
}

.flightInfoPage .step:not(:last-child)::after {
  height: 2px;
}

.customTabsAddForm .tab-btn.active::before {
  position: absolute;
  content: "";
  padding: 4px;
  right: -7px;
  bottom: 0;
  z-index: 9;
  background-image: url(../../assets/svg/curve.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.flightInfoPage .stepper-wrapper::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 4px;
  background-color: #e0e0e0;
  z-index: 0;
  transform: translateY(-50%);
}

.flightInfoPage .stepper-wrapper {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-bottom: 2rem;
}

.flightInfoPage .step {
  position: relative;
  z-index: 1;
  text-align: center;
  width: 100%;
}

.flightInfoPage .step .step-icon {
  width: 32px;
  height: 32px;
  margin: 0 auto;
  border-radius: 50%;
  background-color: #fff;
  color: #242e39;
  line-height: 40px;
  font-weight: bold;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #a1aebe;
}

.flightInfoPage .step.active .step-icon {
  background-color: #fe8901;
  border: 2px solid #fe8901;
  color: #fff;
}

.flightInfoPage .step.completed .step-icon {
  background-color: #6400e4;
  color: #fff;
  border: 2px solid #6400e4;
}

/* end stepper design */

/*___________________ HOME PAGE ______________________*/
.homePage .select2-container--default .select2-selection--multiple .select2-selection__choice {
  margin-top: 10px;
  font-size: 12px !important;
}

.homePage .select2-container--default .select2-search--inline .select2-search__field {
  font-size: 12px !important;
}

.homePage .pac-container {
  border: none;
}

.homePage .hotelCheckInDate {
  outline: #6B6B6B solid 1px;
  border-radius: 10px;
  padding: 0 10px;
}

/* TABS LIST ADD IN MODAL */
.customTabsAddForm .trip-tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: 5px;
}

.customTabsAddForm .tab-btn {
  flex: 0 1 24%;
  background: #F6F6F6;
  padding: 10px;
  height: 40px;
  color: #141C3A;
  border-radius: 8px 8px 0px 0px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  border: none;
  justify-content: space-between;
  display: flex;
  align-items: center;
  position: relative;
  box-sizing: border-box;
  margin-bottom: 8px;
  white-space: nowrap;
  min-width: 180px;
}

.customTabsAddForm .tab-btn.active {
  background: #fe8901;
  color: #FFFFFF;
}

/* .customTabsAddForm .tab-btn.active .hotelremove {
  display: none !important;
} */

.customTabsAddForm .tab-btn.active::before {
  position: absolute;
  content: "";
  padding: 4px;
  right: -7px;
  bottom: 0;
  z-index: 9;
  background-image: url(../../assets/svg/curve.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.customTabsAddForm .tab-content {
  display: none;
}

.customTabsAddForm .tab-content.active {
  display: block;
}

.addEditFlightNew .tabs-content {
  border-style: none;
}

.addEditFlightNew .flight-card {
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  padding: 0;
  margin-bottom: 22px;
  transition: border .3s;
  min-height: 150px;
  height: auto;
}

.pointerBorder {
  border-top: 2px solid #fe8901;
  width: 670px;
  position: relative;
  top: -10px;
  display: flex;
  justify-content: space-around;
  cursor: pointer;
}

.pointerDots {
  position: relative;
  width: 12px;
  height: 12px;
  top: -7px;
  cursor: pointer;
}

.pointerDots, div#showBreakDown {
  background: #fe8901;
  border-radius: 100px;
}


.downArrow,.pointerDotsMain {
  position: relative
}

.downArrowImg {
  background: #fff;
  position: absolute;
  top: -14px;
  left: 50%;
  padding: 0 12px;
}

div#showBreakDown {
  position: absolute;
  left: 46%;
  cursor: pointer;
  bottom: -8px;
  padding: 0 8px
}

span.showBreakDownMoreLess {
  color: #fff;
  display: flex;
  align-items: center;
  user-select: none;
      font-size: 14px;
}

.breakDownHideShow i {
  transition: transform .3s;
  font-size: 18px;
  margin-right: 5px;
}

.breakDownHideShow i.rotated {
  transform: rotate(180deg)
}

.addEditFlightNew .breakDownFlight{
  display: none;
}

.preview_page .breakDownFlight{
  display: none;
  text-align: left;
  padding-bottom: 20px;
}

.preview_page .mainFlightCard, .mainFlightCard {
    position: relative;
    background-color: #eaeaea;
    padding: 15px;
    border-radius: 8px;
}

.preview_page .flight-header img {
    width: 60px !important;
    height: auto;
}

.preview_page .headingH6 {
    font-size: 15px;
    font-weight: 500;
}
 
.preview_page p.taggingMianFlight {
    text-align: left;
    margin-bottom: 12px;
}

.preview_page .airline-name {
    font-size: 16px;
    font-weight: 700;
    color: #FE8901;
    margin-right: 5px;
    margin-bottom: 5px;
}

.preview_page .headerCardDesign .crossIcon {
    position: absolute !important;
    top: -30px !important;
    right: 0px !important;
}


.preview_page .headingH4 {
    font-size: 24px;
    font-weight: 600;
}

.preview_page .headingH5, .headingH6 {
    color: #646464;
    margin: inherit;
}

.preview_page .departureAlignment .headingH5 {
    font-size: 12px;
    font-weight: 400;
        text-align: justify;
}
.preview_page .arrivalAlignment .headingH5 {
    font-size: 12px;
    font-weight: 400;
    text-align: justify;
}
 
.preview_page .flightCardFromTo .flight-duration {
    text-align: center;
}

.preview_page .flightCardFromTo .flight-duration p {
    font-size: 13px;
    color: #646464;
}

.preview_page .pointerContent {
    position: relative;
    left: -7px;
    top: 18px;
    text-transform: uppercase;
    color: #333;
    font-weight: 600;
}
.preview_page .arrowPlane {
    transform: rotate(0deg);
    color: gray;
    font-size: 20px;
    margin-right: 10px;
}

.preview_page .flight-from.locationTimeDate p,
.preview_page .flight-to p {
    font-size: 14px;
}

.preview_page .borderLine{
  border-bottom: 1px solid #dddddd;
  margin-top: 20px;
}

.preview_page .jahajG i,
.preview_page .jahajG p{
  font-size: 20px !important;
}
