#tf-map {
  height: 600px;
}

.tf-scanner-section {
  padding: 50px 0px;
  min-width: 340px;
  width: 340px;
  text-align: center;
  margin: 0 auto;
}

.tf-scanner-section a.tf_btn {
  padding: 10px 30px;
  width: 230px;
  font-size: 1rem;
  text-decoration: none;
}

.tf-scanner-section .tf-qr-option {
  margin-bottom: 20px;
}

.tf-scanner-section .tf-qr-code-preview {
  position: relative;
  padding: 10px;
  border: 1px solid #ececec;
  border-radius: 20px;
}

.tf-scanner-section .tf-qr-code-preview #tf-video-preview {
  width: 100%;
  height: 230px;
}

.tf-scanner-section .tf-qr-code-preview .tf-final-submission-form {
  position: absolute;
  background-color: #ffffff;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  padding: 10px 15px;
  border-radius: 20px;
  display: none;
}

.tf-scanner-section .tf-qr-code-preview .tf-final-submission-form .tf-qr-submission {
  display: flex;
  justify-content: center;
  height: 100%;
  flex-direction: column;
}

.tf-scanner-section .tf-qr-code-preview .tf-final-submission-form .tf-qr-submission .tf-scanner-quick-review {
  text-align: left;
}

.tf-scanner-section .tf-qr-code-preview .tf-final-submission-form .tf-qr-submission .tf-scanner-quick-review ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 20px;
}

.tf-scanner-section .tf-qr-code-preview .tf-final-submission-form .tf-qr-submission .tf-scanner-quick-review ul li {
  display: block;
  font-size: 0.875rem;
}

.tf-scanner-section .tf-qr-code-preview .tf-final-submission-form .tf-qr-submission .tf-action-btn {
  display: flex;
  justify-content: space-between;
  width: 100%;
  gap: 16px;
}

.tf-scanner-section .tf-qr-code-preview .tf-final-submission-feedback,
.tf-scanner-section .tf-qr-code-preview .tf-final-error-feedback {
  position: absolute;
  background-color: #ffffff;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  padding: 10px 30px;
  border-radius: 20px;
  display: none;
}

.tf-scanner-section .tf-qr-code-preview .tf-final-submission-feedback .tf-qr-submission-feedback,
.tf-scanner-section .tf-qr-code-preview .tf-final-error-feedback .tf-qr-submission-feedback {
  display: flex;
  justify-content: center;
  height: 100%;
  align-items: center;
  flex-direction: column;
}

.tf-scanner-section .tf-qr-code-preview .tf-final-submission-feedback .tf-qr-submission-feedback span,
.tf-scanner-section .tf-qr-code-preview .tf-final-error-feedback .tf-qr-submission-feedback span {
  color: #002043;
  font-size: 1.25rem;
  font-weight: 700;
  margin: 15px 0px 10px 0px;
  line-height: 26px;
}

.tf-scanner-section .tf-qr-code-preview .tf-final-submission-feedback .tf-qr-submission-feedback p,
.tf-scanner-section .tf-qr-code-preview .tf-final-error-feedback .tf-qr-submission-feedback p {
  margin-bottom: 15px;
  font-size: 0.938rem;
  color: rgba(0, 0, 0, 0.9);
  line-height: 20px;
}

.tf-scanner-section .tf-qr-code-preview .tf-final-submission-feedback .tf-qr-submission-feedback .tf-action-btn,
.tf-scanner-section .tf-qr-code-preview .tf-final-error-feedback .tf-qr-submission-feedback .tf-action-btn {
  display: flex;
  justify-content: space-evenly;
  width: 100%;
  gap: 16px;
}

.tf-scanner-section .tf-qr-code-preview .tf-final-error-feedback .tf-qr-submission-feedback i {
  background-color: #F6AF39;
}

.tf-scanner-section .tf-qr-code-preview .tf-scanner-preloader {
  position: absolute;
  background-color: #ffffff;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  padding: 10px 30px;
  border-radius: 4px;
  display: none;
}

.tf-scanner-section .tf-qr-code-preview .tf-scanner-preloader .tf-preloader {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tf-scanner-section .tf-qr-code-preview .tf-scanner-preloader .tf-preloader img {
  width: 130px;
}

@media only screen and (max-width: 480px) {
  #tf-map {
    height: 220px;
  }
  .tf-scanner-section {
    min-width: 100%;
    width: 100%;
  }
  .tf-scanner-section .tf-qr-code-preview #tf-video-preview {
    max-width: 100%;
    height: 400px;
    object-fit: cover;
  }
}

@-webkit-keyframes tf-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes tf-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.tf-room .hotel-services-wrap {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 16px;
}

.tf-room .room-deposit-wrap {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
}

.tf-room .room-deposit-wrap input {
  width: 14px;
  height: 14px;
  outline: none;
  border: 1px solid #333;
}

.tf-room .room-deposit-wrap label {
  white-space: nowrap;
  margin-left: 6px;
  font-size: 0.75rem;
}

.tf_air_service {
  display: inline-block;
  margin-top: 10px;
  text-align: center;
}

.roomselectissue {
  text-align: center;
}

#tour-deposit {
  background-color: unset;
}

#tour-deposit .tf-tours-booking-deposit {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 32px;
  gap: 16px;
  isolation: isolate;
  position: relative;
  width: 640px;
  height: 324px;
  background: var(--tf-filling-foreground);
  border-radius: 4px;
  cursor: auto;
}

#tour-deposit button.fancybox-button.fancybox-close-small {
  padding: 8px;
  width: 40px;
  height: 40px;
  right: 28px;
  top: 28px;
  background: #F5F8FF;
  border-radius: 20px;
}

#tour-deposit .tf-tours-booking-deposit-text h3 {
  font-weight: bold;
  margin-bottom: 10px;
}

#tour-deposit > div > div.tf-tours-booking-deposit-amount > span:nth-child(1) {
  font-weight: bold;
}

#tour-deposit > div > div.tf-tours-booking-deposit-amount > span:nth-child(2) {
  float: right;
}

#tour-deposit .tf_button_group {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  gap: 24px;
  width: 576px;
  height: 40px;
}

@media only screen and (max-width: 480px) {
  #tour-deposit .tf_button_group {
    display: block;
  }
}

#tour-deposit .tf_button_group .tf_button {
  height: 45px;
  border-radius: 4px;
  padding: unset;
}

@media only screen and (max-width: 480px) {
  #tour-deposit .tf_button_group button:first-child {
    margin-bottom: 10px;
  }
}

.tour-itinerary-sleep {
  background-color: unset;
  background: transparent !important;
  position: absolute;
  top: 30px;
  z-index: 999;
}

.tour-itinerary-sleep .tf-tours-booking-deposit {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 32px;
  gap: 16px;
  isolation: isolate;
  position: relative;
  width: 640px;
  height: 324px;
  background: var(--tf-filling-foreground);
  border-radius: 4px;
  cursor: auto;
  height: auto !important;
}

.tour-itinerary-sleep button.fancybox-button.fancybox-close-small {
  padding: 8px;
  width: 40px;
  height: 40px;
  right: 28px;
  top: 28px;
  background: #F5F8FF;
  border-radius: 20px;
}

#tour-extra {
  padding: 35px 30px 20px 30px;
  cursor: auto;
  border-radius: 4px;
}

@media only screen and (max-width: 480px) {
  #tour-extra {
    padding: 10px;
  }
}

.tour-extra-container {
  min-width: 300px;
}

.tour-extra-container .tour-extra-single {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #f2f2f2;
  padding: 15px;
  margin-bottom: 10px;
  gap: 20px;
}

.tour-extra-container .tour-extra-left h4 {
  font-size: 1.125rem;
  font-weight: 600;
}

.tour-extra-container .tour-extra-left p {
  font-size: 0.875rem;
  padding: 0;
  margin: 0;
}

.tour-extra-container .tour-extra-right {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.tour-extra-container .tour-extra-right span {
  font-size: 1.125rem;
  font-weight: 600;
  color: #333;
}

.tour-extra-container .tour-extra-right input {
  width: 18px;
  height: 18px;
  outline: none;
  border: 1px solid #333;
}

.fancybox-slide #tour_room_details_qv {
  border-radius: 4px;
  padding: 30px;
  cursor: auto;
}

@media only screen and (max-width: 768px) {
  .fancybox-slide #tour_room_details_qv {
    height: 400px;
  }
}

.fancybox-slide #tour_room_details_qv .tf-hotel-details-qc-gallelry {
  width: 545px;
}

@media only screen and (max-width: 1024px) {
  .fancybox-slide #tour_room_details_qv .tf-hotel-details-qc-gallelry {
    max-width: 545px;
    width: 100%;
  }
}

.fancybox-slide #tour_room_details_qv .tf-hotel-details-info {
  width: 440px;
  padding-left: 35px;
  max-height: 470px;
  padding-top: 25px;
  overflow-y: scroll;
}

@media only screen and (max-width: 1024px) {
  .fancybox-slide #tour_room_details_qv .tf-hotel-details-info {
    max-width: 550px;
    padding-left: 0;
    margin-top: 30px;
    width: 100%;
  }
}

.tf-hotel-room-title {
  line-height: 1.5;
  font-size: 1.5rem;
  display: block;
  padding-bottom: 15px;
}

.tf-details-qc-slider-single .tf-details-qcs img {
  width: 100%;
  height: 410px;
}

.tf-details-qc-slider-single .slick-prev:before {
  color: var(--tf-text-heading);
}

.tf-details-qc-slider-single .slick-next:before {
  color: var(--tf-text-heading);
}

.tf-details-qc-slider-nav {
  margin-top: 10px;
}

.tf-details-qc-slider-nav .tf-details-qcs img {
  height: 60px;
  width: 70px;
  cursor: pointer;
}

@media only screen and (max-width: 768px) {
  .tf-details-qc-slider-nav .tf-details-qcs img {
    width: 100%;
    height: 90px;
  }
}

.tf-details-qc-slider-nav .tf-details-qcs.is-active img {
  border: 2px solid #003162;
}

.tf-details-qc-slider-nav .slick-track {
  margin: 0;
}

.tf-hotel-location-preview {
  position: relative;
  margin-bottom: 15px;
}

.tf-hotel-location-preview a {
  text-decoration: none;
}

.tf-hotel-location-preview a.map-pre {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
}

.tf-hotel-location-preview a.map-pre span {
  text-decoration: none;
  display: inline-block;
  text-align: center;
  border-radius: 0;
}

@media only screen and (max-width: 950px) {
  .tf-hotel-location-preview iframe {
    height: 200px;
  }
}

#tf-hotel-google-maps {
  background-color: unset;
  width: 98%;
}

#tf-hotel-google-maps button.fancybox-button.fancybox-close-small {
  padding: 8px;
  width: 40px;
  height: 40px;
  right: 28px;
  top: 28px;
  background: #F5F8FF;
  border-radius: 20px;
}

.tf-hotel-google-maps-container {
  padding: 5px;
  gap: 16px;
  isolation: isolate;
  position: relative;
  width: 100%;
  background: var(--tf-filling-foreground);
  border-radius: 5px;
}

.fancybox-stage .room-features {
  margin-bottom: 15px;
}

.fancybox-stage .tf-hotel-details-info h3 {
  margin-bottom: 15px;
  color: var(--tf-text-heading);
}

.fancybox-stage .tf-hotel-details-info i {
  color: #333;
}

.fancybox-stage .tf-hotel-details-info .room-detail-icon {
  margin: 8px 0 0 0;
}

.fancybox-stage .tf-hotel-details-info .room-detail-icon .room-icon-wrap {
  border: 1px solid var(--tf-border-lite);
  border-radius: 4px;
  padding: 8px 10px 4px 10px;
  margin-right: 5px;
}

.fancybox-stage .tf-hotel-details-info .room-detail-icon .icon-text {
  text-align: center;
}

.fancybox-stage .tf-hotel-details-info .tf-room-title .room-features {
  margin-top: 15px;
}

.tf-btn-loading {
  padding-right: 40px;
  position: relative;
}

.tf-btn-loading:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -7px;
  display: inline-block;
  width: 12px;
  height: 12px;
  border: 2px solid #ffffff;
  border-left-color: transparent;
  border-radius: 50%;
  vertical-align: middle;
  visibility: visible;
  opacity: 1;
  transition: opacity .2s ease, visibility .2s ease;
  -webkit-animation: tf-rotate 450ms infinite linear;
  animation: tf-rotate 450ms infinite linear;
}

#tf-travelpayouts-hotel-modal iframe#tf-travelpayouts-hotel-search {
  height: 100vh;
}

#tf-travelpayouts-flight-modal iframe#tf-travelpayouts-flight-search {
  height: 100vh;
}

#tf-affiliate-booking-modal iframe#tf-booking-dot-com-search {
  height: 100vh;
}

.tf-styled-checkbox {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.tf-styled-checkbox input {
  opacity: 0;
  width: 0;
  height: 0;
}

.tf-styled-checkbox input:checked + .tf-styled-checkbox-slider {
  background-color: #404660;
  box-shadow: 2px 2px 10px 0px #40466080;
}

.tf-styled-checkbox input:checked + .tf-styled-checkbox-slider:before {
  background: #ffffff;
  transform: translateX(20px);
}

.tf-styled-checkbox .tf-styled-checkbox-label {
  margin-left: 45px;
}

.tf-styled-checkbox .tf-styled-checkbox-slider {
  position: absolute;
  cursor: pointer;
  top: 2px;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #404660;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 38px;
  height: 18px;
  border-radius: 30px;
}

.tf-styled-checkbox .tf-styled-checkbox-slider:before {
  position: absolute;
  content: "";
  height: 12px;
  width: 12px;
  left: 2px;
  bottom: 2px;
  background-color: #404660;
  transition: 0.3s;
  border-radius: 50%;
}

.tf-styled-checkbox .tf-styled-checkbox-slider:before:hover {
  background: #ffffff;
}

.trip-class-wrapper {
  width: 100% !important;
}

#tf_travelpayouts_flight_form .tf_label-row {
  position: relative;
}

.tf_travelpayouts_location_list {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 999;
  border: 1px solid #ccc;
  border-top: none;
  border-radius: 0 0 5px 5px;
  background-color: var(--tf-filling-foreground);
  min-width: 320px;
  max-height: 300px;
  overflow-y: auto;
}

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

.tf_travelpayouts_location_list ul li {
  padding: 6px 20px;
  border-bottom: 1px solid #ddd;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.tf_travelpayouts_location_list ul li:hover {
  background: #fafafa;
}

.tf_booking-widget.default-form .tf-flight-destination-row .tf_form-inner {
  grid-template-columns: 14% 94%;
}

.tf-ininerary-content .tf-travel-desc {
  margin-bottom: 20px;
}

.tf-ininerary-content .tf-travel-desc img {
  float: left;
  margin-bottom: 0px !important;
  width: 100%;
}

.tf-ininerary-content .trav-cont p {
  margin: 0px;
  font-size: 1rem;
}

.ininerary-other-info ul {
  margin: 0;
  padding: 0;
}

.ininerary-other-info ul li {
  display: inline-block;
  color: #222322;
  font-size: 1rem;
  margin-right: 10px;
}

.ininerary-other-info ul li a {
  color: #222322;
  font-size: 1rem;
  text-decoration: none;
  align-items: center;
}

.ininerary-other-info ul li i {
  margin-right: 5px;
}

.ininerary-gallery-single > img {
  width: 150px;
  height: 150px !important;
}

.ininerary-other-gallery .slick-track {
  margin: 0 !important;
}

.ininerary-other-gallery .slick-prev::before {
  color: var(--tf-text-heading) !important;
}

.ininerary-other-gallery .slick-next {
  right: 0px;
}

.ininerary-other-gallery .slick-next::before {
  color: var(--tf-text-heading) !important;
}

.tf-accordion-switcher {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}

.tf-accordion-switcher > span {
  color: #002C66;
  margin-left: 10px;
}

.tf-accordion-switcher .switch {
  position: relative;
  display: inline-block;
  width: 48px;
  height: 20px;
}

.tf-accordion-switcher .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.tf-accordion-switcher .switcher {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.tf-accordion-switcher .switcher:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 2px;
  bottom: 1px;
  background: #ffffff;
  -webkit-transition: .4s;
  transition: .4s;
}

.tf-accordion-switcher input:checked + .switcher {
  background-color: #002C66;
}

.tf-accordion-switcher input:checked + .switcher:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

.tf-accordion-switcher input:focus + .switcher {
  box-shadow: 0 0 1px #002C66;
}

.tf-accordion-switcher .switcher.round {
  border-radius: 20px;
}

.tf-accordion-switcher .switcher.round:before {
  border-radius: 50%;
}

.tf-itinerary-downloader {
  background: #D8E6FF;
  padding: 25px 30px;
  display: flex;
  align-items: center;
  border-radius: 5px;
  margin-top: 25px;
  border: 1px solid #EDEDF0;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media only screen and (max-width: 640px) {
  .tf-itinerary-downloader {
    display: flow-root !important;
  }
}

.tf-itinerary-downloader .tf-itinerary-downloader-left {
  width: 80%;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 640px) {
  .tf-itinerary-downloader .tf-itinerary-downloader-left {
    display: block !important;
  }
}

.tf-itinerary-downloader-icon img {
  width: 100px;
}

.tf-itinerary-downloader-title {
  margin-right: 15px;
  overflow: hidden;
}

.tf-itinerary-downloader-title span {
  display: block;
  font-size: 1rem;
  font-weight: 600;
}

.tf-itinerary-downloader-title p {
  margin-bottom: 5px;
}

@media (min-width: 576px) {
  .tf-modal .tf-modal-dialog {
    min-height: 100%;
  }
}

@media print {
  .tf-pdf-titles {
    padding-top: 25px;
  }
  .tf-pdf-image tr td img {
    border-top-left-radius: 4em;
  }
  .tf-pdf-image img {
    border-radius: 5px !important;
  }
  .tour-pdf-fact-title {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .tour-pdf-fact-title-padding {
    padding-left: 0px;
  }
  .tf-pdf-tour-fact-details {
    background: #EBF2FF;
    padding: 16px;
  }
  .tf-tour-pdf-single-fact-details {
    padding-bottom: 15px;
  }
  .tf-pdf-itinerary-title {
    padding-bottom: 0px;
  }
  .tf-pdf-itinerary-description {
    margin: 0;
    padding-top: 0px;
  }
  .tf-pdf-itinerary-description img {
    float: left !important;
  }
  .tf-pdf-itinerary-description span {
    float: left;
    width: 10% !important;
  }
  .tf-tour-pdf-description {
    padding-bottom: 10px;
  }
  .tf-pdf-customer-info {
    padding-top: 150px;
    padding-bottom: 30px;
  }
  .tf-pdf-spacing {
    margin-left: 60px;
    margin-right: 60px;
  }
  .tf-pdf-image.tf-pdf-spacing {
    padding-left: 10px;
    padding-right: 10px;
  }
  .tf-pdf-tour-description {
    padding-top: 20px;
  }
  .tf-customer-info-card {
    background: #EBF2FF;
    border-radius: 10px;
    padding: 30px 20px;
    width: 200px !important;
    margin: 0 auto !important;
  }
  .tf-pdf-customer-image {
    padding-bottom: 15px !important;
  }
  .tf-customer-online-contact img {
    padding: 0px 5px !important;
  }
  .tf-qr-padding-10 {
    padding-right: 25px;
  }
  .tf-quick-contact-info {
    vertical-align: top;
  }
  .tf-location-infos {
    background: #F2F2F2;
    border-radius: 16%;
    padding: 16px;
  }
  .tf-qr-code-bar {
    padding-left: 30px;
  }
  .tf-ticket-section {
    padding: 30px;
  }
  .tf-ticket-section .tf-ticket-area {
    padding: 30px;
    border: 1px dashed #002043;
    background-repeat: repeat;
    background-size: cover;
    background-position: center;
  }
  .tf-ticket-section .tf-ticket-area .tf-ticket-padding {
    padding: 15px 0px;
  }
}

@media only screen and (max-width: 991px) {
  .tf-hotel-quick-view {
    display: block !important;
  }
  .tf-hotel-details-info {
    margin-top: 30px;
    padding-left: 0;
    width: 100%;
    max-width: 550px;
  }
  .tf-hotel-details-qc-gallelry {
    width: 99%;
    max-width: 550px;
  }
  .tf-details-qc-slider-single .tf-details-qcs img {
    height: 350px;
    object-fit: contain;
  }
}

@media only screen and (max-width: 991px) and (max-width: 1024px) {
  .tf-details-qc-slider-single .tf-details-qcs img {
    object-fit: inherit;
  }
}

@media only screen and (max-width: 991px) and (max-width: 768px) {
  .tf-details-qc-slider-single .tf-details-qcs img {
    object-fit: cover;
  }
}

@media only screen and (max-width: 767px) {
  #tour-deposit .tf-tours-booking-deposit {
    padding: 25px;
    width: 100%;
    height: auto;
  }
  #tour-deposit .tf_button_group {
    width: 100%;
    height: auto;
  }
  .tf-modal .tf-modal-content {
    width: 95%;
    padding: 30px 10px;
  }
  .tour-itinerary-sleep .tf-tours-booking-deposit {
    width: auto !important;
  }
}

@media only screen and (max-width: 500px) {
  .tf-details-qc-slider-single .tf-details-qcs img {
    height: 250px;
  }
}

@media only screen and (max-width: 420px) {
  .tf-details-qc-slider-single .tf-details-qcs img {
    height: 200px;
  }
}

.tf-reg-wrap {
  width: 536px;
  max-width: 100%;
  background: #F7F9FC;
  box-shadow: 0px 4px 40px rgba(24, 49, 83, 0.02);
  border-radius: 16px;
  padding: 56px;
  margin: 0 auto;
}

@media only screen and (max-width: 575.98px) {
  .tf-reg-wrap {
    padding: 30px;
  }
}

.tf-reg-wrap h3 {
  font-weight: 600;
  font-size: 2rem;
  line-height: 38px;
  color: #002043;
}

.tf-reg-wrap .fancybox-close-small {
  background: transparent;
  color: #333;
}

.tf-reg-wrap .tf-reg-response {
  font-size: 1rem;
  font-weight: normal;
  line-height: 1;
}

.tf-reg-wrap .tf-reg-response .tf_errors {
  background: #b30000;
  margin: 0 0 5px 0;
  padding: 7px 10px 7px 10px;
  border-radius: 2px;
  color: #ffffff;
}

.tf-reg-wrap .tf-reg-response .tf_errors:last-child {
  margin-bottom: 15px;
}

.tf-reg-wrap .tf-reg-response .tf_success {
  background: #008000;
  margin: 0 0 5px 0;
  padding: 7px 10px 7px 10px;
  border-radius: 2px;
  color: #ffffff;
  line-height: 22px;
}

.tf-reg-wrap .tf-reg-response .tf_success:last-child {
  margin-bottom: 15px;
}

.tf-reg-wrap .tf-login-response {
  font-size: 1rem;
  font-weight: normal;
  line-height: 1;
  margin: 0 0 20px 0;
}

.tf-reg-wrap .tf-login-response .tf_errors {
  background: #b30000;
  margin: 0 0 5px 0;
  padding: 7px 10px 7px 10px;
  border-radius: 2px;
  color: #ffffff;
}

.tf-reg-wrap .tf-login-response .tf_success {
  background: #008000;
  margin: 0 0 5px 0;
  padding: 7px 10px 7px 10px;
  border-radius: 2px;
  color: #ffffff;
}

.tf-reg-wrap .tf-reg-field {
  margin: 0 0 25px 0;
  padding: 0;
}

.tf-reg-wrap .tf-reg-field label {
  font-size: 1rem;
  font-weight: 600;
  color: #828C99;
  display: block;
  padding: 0 0 0 0;
  margin: 0 0 5px 0;
  line-height: 1;
}

.tf-reg-wrap .tf-reg-field .tf-radio {
  display: flex;
}

.tf-reg-wrap .tf-reg-field .tf-radio label {
  margin: 0 20px 0 5px;
  line-height: 18px;
  font-weight: normal;
}

.tf-reg-wrap .tf-reg-field select,
.tf-reg-wrap .tf-reg-field textarea,
.tf-reg-wrap .tf-reg-field input {
  outline: none;
  background: #F2F4F5;
  border: 1px solid #828C99;
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
  border-radius: 8px;
  line-height: 1;
  vertical-align: middle;
  padding: 14px 14px;
  margin: 0;
  width: 100%;
}

.tf-reg-wrap .tf-reg-field select.error-input,
.tf-reg-wrap .tf-reg-field textarea.error-input,
.tf-reg-wrap .tf-reg-field input.error-input {
  border-color: #b30000;
}

.tf-reg-wrap .tf-reg-field textarea {
  height: 150px;
}

.tf-reg-wrap .tf-reg-field input[type="radio"] {
  width: 19px;
  min-width: 19px;
  height: 19px;
  line-height: 19px;
  border-radius: 50%;
  border: 1px solid #c8e2fc;
  outline: none;
  margin: 0;
  cursor: pointer;
}

.tf-reg-wrap .tf-reg-field input[type="checkbox"] {
  width: 19px;
  min-width: 19px;
  height: 19px;
  line-height: 19px;
  border-radius: 2px;
  border: 1px solid #c8e2fc;
  outline: none;
  margin: 0;
  cursor: pointer;
}

.tf-reg-wrap .tf-reg-field .text-danger {
  color: #b30000;
}

.tf-reg-wrap .tf-reg-extra-fields {
  display: none;
}

.tf-reg-wrap .tf-submit {
  border: 1px solid #003162;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  color: #ffffff;
  cursor: pointer;
  text-decoration: none;
  background: #003162;
  padding: 10px 18px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.tf-reg-wrap .tf-submit:hover {
  background: #0054a8;
}

.tf-reg-wrap .tf-submit.tf-btn-loading {
  padding-right: 40px;
}

.tf-reg-wrap .tf-register-form-footer {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  margin-top: 20px;
  color: #828C99;
}

.tf-reg-wrap .tf-register-form-footer a {
  font-weight: 600;
  color: #002043;
  text-decoration: none;
  margin-left: 5px;
}

.tf-reg-wrap .tf-register-form-footer a:hover {
  text-decoration: underline;
}

.tf-verification-msg {
  margin: 50px auto;
  text-align: center;
  border: 1px solid #f2f2f2;
  width: 800px;
  border-radius: 3px;
  padding: 10px 0 10px 0;
  background: #f2f2f2;
  font-size: 1.25rem;
  color: #333;
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.45);
}


/*# sourceMappingURL=tourfic-pro.css.map*/