@import url('fonts.css');

body {
    max-width: 100%;
    overflow-x: hidden;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
}

body p {
    font-size: 14px;
    line-height: 1.8em;
}

.text-catamaran {
    font-family: 'Catamaran', sans-serif;
}

.text-montserrat {
    font-family: 'Montserrat', sans-serif;
}

.text-nunito {
    font-family: 'Nunito Sans', sans-serif;
}

.text-opensans {
    font-family: 'Open Sans', sans-serif;
}

.text-poppins {
    font-family: 'Poppins', sans-serif;
}

.text-ptsans {
    font-family: 'PT Sans', sans-serif;
}

.text-raleway {
    font-family: 'Raleway', sans-serif;
}

.text-blue {
    color: #2196c4;
}

.text-grey {
    color: #808080;
}

.font-300 {
    font-weight: 300;
}

.font-400 {
    font-weight: 400;
}

.font-500 {
    font-weight: 500;
}

.font-600 {
    font-weight: 600;
}

.font-700 {
    font-weight: 700;
}

.font-12 {
    font-size: 12px;
}

.font-13 {
    font-size: 13px;
}

.font-14 {
    font-size: 14px;
}

.font-15 {
    font-size: 15px;
}

.navbar {
    transition: all 0.3s ease-in-out;
}

.navbar-color {
  background-color: #212325;
}

.navbar.blue {
    background-color: #212325;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}

.navbar .navbar-brand h5 {
    color: white;
    font-weight: 400;
}

.navbar .navbar-nav .nav-item .nav-link {
    color: white;
    font-weight: 300;
    font-size: 15px;
    margin-right: 10px;
}

.navbar .navbar-nav .nav-item .nav-link.active {
    color: #2196c4;
    font-weight: 400;
}

.navbar .navbar-nav .nav-item .nav-link:hover {
    color: #2196c4;
}

.toggle-btn {
    color: white;
    background: none;
    border: none;
    font-size: 20px;
}

.toggle-btn:focus {
    outline: none;
    box-shadow: none;
}

.btn-verify {
    background: #2196c4;
    color: white;
    border-radius: 0px;
    border: 1px solid #2196c4;
    font-size: 14px;
    transition: all 0.5s ease-in-out;
}

.btn-verify:hover {
    color: white;
    background: transparent;
    border: 1px solid white;
}

.login-drop {
    color: white;
    font-size: 14px;
    font-weight: 300;
    margin-left: 10px;
    border: none;
}

.login-drop:hover {
    color: white;
}

.login-drop:focus {
   color: white !important;
   border: 1px solid transparent !important;
}

.auth-drop {
    background: #2196c4;
    border-radius: 0px;
    min-width: 130px;
}

.auth-drop a {
    color: white;
    font-size: 13px;
}

.auth-drop a:hover {
    color: white;
    background: #2196c4;
}

.auth-drop a:focus {
    color: white;
    background: #2196c4;
}


.banner-area {
    background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.7)), url(../img/family-travel.jpg) no-repeat center;
    min-height: 600px;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 150px;
    padding-bottom: 50px;
}

.flight-form-area {
    background: white;
    padding: 20px 15px;
    margin-top: 20px;
    border-radius: 5px;
}

.tab-item .nav-link {
    color: #2196c4;
    background: white;
    border: 1px solid #2196c4;
    font-size: 15px;
    margin: 0px 10px 10px 10px;
    font-weight: 400;
    padding: 8px 20px;
}

.tab-item .nav-link.active {
    color: white;
    background: #2196c4;
    border: 1px solid #2196c4;
}

/* Custom Select2 Styles */

.select2-container--default .select2-selection--single {
    border-radius: 0px !important;
    height: 35px !important;
    font-size: 14px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 33px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 33px !important;
}

.select2-container--default .select2-selection--multiple {
    border-radius: 0px !important;
    height: 35px !important;
    font-size: 14px !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field:focus {
    outline: 0 !important;
}

.book-label {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 5px;
}

.select2-hidden-accessible option {
    font-size: 14px !important;
}

.book-control {
    font-size: 14px;
    border-radius: 0px;
    border-color: rgb(179, 177, 177);
}

.book-control:focus {
    box-shadow: none;
    border-color: rgb(179, 177, 177);
}

.exchange-icon {
    font-size: 20px;
}

.travel-input {
    border: 1px solid rgb(179, 177, 177);
    padding: 6.5px 10px;
    cursor: pointer;
    font-size: 14px;
}

.travel-input .trav-border {
    border-right: 1px solid rgb(179, 177, 177);
}

.travel-body {
    position: absolute;
    top: 20;
    left: 0;
    width: 100%;
    padding: 10px 0px;
    background: white;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
    display: none;
    max-height: 160px;
    overflow-y: auto;
    overflow-x: hidden;
}

.travel-body.open {
    display: block;
}

.travel-body .travel-list {
    border-bottom: 1px solid rgb(179, 177, 177);
    padding: 10px;
}

.travel-body .travel-list:last-child {
    border-bottom: none;
}

.travel-list .travel-sign {
    font-size: 10px;
    background-color: #2196c4;
    border-radius: 50%;
    padding: 3px 6px;
    color: white;
    cursor: pointer;
}

.travel-list .travel-count {
    font-weight: 500;
    margin: 0px 5px;
}

.btn-submit {
    background: #2196c4;
    color: white;
    border-radius: 0px;
    border: 1px solid #2196c4;
    transition: all 0.5s ease-in-out;
    padding-top: 10px;
    padding-bottom: 10px;
}

.btn-submit:hover {
    color: #2196c4;
    background: white;
    border: 1px solid #2196c4;
}

.btn-add {
    background: #2196c4;
    color: white;
    border-radius: 0px;
    border: 1px solid #2196c4;
    transition: all 0.5s ease-in-out;
    font-size: 14px;
}

.btn-add:hover {
    color: #2196c4;
    background: white;
    border: 1px solid #2196c4;
}

.passdesc {
    font-size: 11px;
    font-weight: 600;
    display: block;
}

section {
    margin-top: 50px;
}

   /* Carousel Slider Center Mode */

   .my-slider .slider-arrow {
    border: 0;
    background: rgba(0,0,0,0.5);
    display: none !important;
    position: absolute;
    z-index: 5;
    top: 50%;
    transform: translate(0, -50%);
    outline: 0;
    cursor: pointer;
    border-radius: 50%;
    font-size: 20px;
    padding: 5px 10px;
  }

  .my-slider:hover .slider-arrow {
    display: block !important;
  }

  /* Modificação só pra a seta do próximo carousel ficar na direita */
  
  .my-slider .slider-arrow.next {
    right: 0;
    margin-right: 15px;
  }

  .myslider-dots {
    list-style: none;
    margin: 10px auto;
    display: flex;
    justify-content: center;
  }
  
  .myslider-dots li {
    display: inline-block;
    margin: 0 3px;
  }
  
  .myslider-dots li > button {
    width: 30px;
    height: 5px;
    border: none;
    background: #cbeaf7;
    color: transparent;
    cursor: pointer;
    outline: none;
  }
  
  .myslider-dots li.slick-active > button {
    background: #2196c4;
  }

  .service-area {
    background: whitesmoke;
    padding: 20px;
    margin: 10px 10px;
    transition: all 0.5s ease-in-out;
  }

  .service-link:hover .service-area {
    background: #ddf0f8;
    margin-top: 0px;
  }

  .service-area .icon {
    color: #2196c4;
    font-size: 50px;
  }

  .service-area .icon-font {
    color: #2196c4;
    font-size: 42px;
  }

  .service-area .service-head {
    font-size: 20px;
    color: #373c41;
  }

  .service-area .service-text {
    color: grey;
    font-size: 13px;
    font-weight: 400;
  }

  .flight-deals {
    height: 270px;
    border-radius: 6px;
  }

  .abs-image {
    position: absolute;
    top: 0;
    left: 0;
    height: 270px;
    border-radius: 6px;
  }

  .abs-image .img-flight {
    width: 100%;
    height: 270px;
    border-radius: 6px;
  }

  .flight-deals .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 270px;
    border-radius: 6px;
    width: 100%;
    background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5));
  }

  .overlay .container-overlay {
    padding: 15px 20px;
  }

  .overlay .top-info {
    color: white;
    font-weight: 500;
    font-size: 15px;
  }

  .overlay .top-right-info {
    top: 15px;
    right: 20px;
    position: absolute;
  }

  .overlay .top-right-info span {
    color: white;
    background: #2196c4;
    font-size: 11px;
    padding: 5px 8px;
    font-weight: 400;
    border-radius: 4px;
  }

  .overlay .bottom-left-info {
    bottom: 15px;
    left: 20px;
    position: absolute;
  }

  .overlay .bottom-left-info small {
     font-size: 10px;
  }

  .overlay .bottom-right-info {
    bottom: 25px;
    right: 20px;
    position: absolute;
  }

  .overlay .bottom-right-info .btn-book {
    position: relative;
    color: white;
    border: 1px solid #2196c4;
    background: #2196c4;
    font-size: 14px;
    border-radius: 3px;
  }

  .overlay .bottom-right-info .btn-book:hover {
    color: #2196c4;
    background: transparent;
    border: 1px solid #2196c4;
  }

  .newsarea {
    background: #ddf0f8;
    padding: 40px 0px;
  }

  .news-control {
    font-size: 14px;
    padding: 15px 15px;
    color: grey;
    font-weight: 400;
    border: none;
  }

  .news-control:focus {
    box-shadow: none;
    outline: none;
    border: none;
    color: grey;
  }

  .btn-news {
    font-size: 14px;
    background: #2196c4;
    color: white;
    font-weight: 400;
    padding: 15px;
  }

  .btn-news:hover {
    color: white;
    background: #2196c4;
  }

  .paylists {
    list-style-type: none;
    display: flex;
    padding-inline-start: 0px;
  }

  .paylists li {
    margin: 0px 20px;
  }

  .paylists li img:hover {
    filter: grayscale(100%);
  }

  .sec-text {
    border: 2px solid grey;
    font-size: 15px;
    border-radius: 4px;
    padding: 7px 15px;
    font-weight: 500;
    background: white;
  }

  .sec-text:hover {
    border: 2px solid grey;
    color: grey;
    background: white;
  }

  .footer-area {
    background: #212325;
    padding: 40px 0px 20px 0px;
  }

  .footer-text {
    font-size: 13px;
    color: whitesmoke;
    font-weight: 300;
    line-height: 1.8em;
  }

  .foot-list {
    list-style-type: none;
    padding-inline-start: 0px;
  }

  .foot-list li a {
    color: whitesmoke;
    font-size: 13px;
    text-decoration: none;
    line-height: 2.2em;
  }

  .foot-list li a:hover {
    color: #2196c4;
  }

  .social-links a {
    text-decoration: none;
    color: white;
    margin: 0px 5px;
    font-size: 20px;
  }

  #myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 20px;
    border: none;
    outline: none;
    background-color: #2196c4;
    color: white;
    cursor: pointer;
    height: 50px !important;
    width: 55px !important;
    border-radius: 50%;
  }
  
  #myBtn:hover {
    background-color: #555;
  }

  .dest-area {
    padding: 20px 0px;
    border-bottom: 1px solid #b8b9b9;
  }

  .dest-area .location {
    font-size: 17px;
  }

  .dest-area .date,.persons {
    font-size: 14px;
    font-weight: 400;
    color: grey;
  }

  .btn-search {
    color: grey;
    border: none;
  }

  .btn-search:hover {
    color: grey;
    border: none;
  }

.filter-input {
   border-color: rgba(0,0,0,0.5);
   border-radius: 4px;
   font-size: 13px;
   padding: 2px;
}

.filter-input:focus {
  border-color: rgba(0,0,0,0.5);
  box-shadow: none;
  outline: none;
}

.flight-card {
  box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
  margin-top: 20px;
  border-radius: 4px;
}

.flight-card .departure {
  padding: 5px 10px;
  background: whitesmoke;
  font-size: 14px;
}

.flight-card .main-info {
  padding: 10px 20px 20px 20px;
}

.flight-card .main-info .flight-class {
  color: white;
  background-color: #2196c4;
  padding: 3px 10px;
  font-size: 12px;
  font-weight: 500;
  border-radius: 11px;
}

.airline-name {
  font-size: 13px;
  font-weight: 700;
  color: #555;
}

.airline-no {
  font-size: 10px;
  font-weight: 500;
  color: grey;
}

.flight-deptime {
  margin-top: -15px;
}

.airport-name {
  font-size: 12px;
  font-weight: 400;
}

.city-name {
  font-size: 12px;
  color: grey;
}

.f-baggage {
  color: grey;
  font-size: 12px;
}

.img-arrow {
  margin-top: -10px;
}

.flight-total {
  font-size: 20px;
  font-weight: 700;
  line-height: 0.5em;
}

.tprice-tag {
  font-size: 11px;
}

.btn-book {
  color: white;
  background: #2196c4;
  padding: 10px auto;
  border-radius: 0px;
  border: 1px solid #2196c4;
  margin-top: -5px;
  font-weight: 500;
}

.btn-book:hover {
  color: #2196c4;
  border: 1px solid #2196c4 !important;
}

.fbook-btn:disabled {
  color: white !important;
  background: #2196c4 !important;
  border: 1px solid #2196c4 !important;
}

/* JQUERY FORM STEP STYLES */
.wizard > .content {
  background: transparent !important;
  /* box-shadow: 0 3px 10px rgb(0 0 0 / 0.2); */
  min-height: 0px !important;
  overflow: visible !important;
  height: auto !important;
}

.wizard > .content > .body {
  width: 100% !important;
  position: relative !important;
  padding: 0px !important;
  height: auto !important;
}

.wizard > .steps > ul > li {
  width: 33% !important;
  text-align: center;
}

.wizard > .steps a {
  margin: 0px 0px 10px 0px !important;
  border-radius: 0px !important;
  border-bottom: 4px solid #a7c8d4;
  background: white;
  font-weight: 400;
}

.wizard ul[role="tablist"] {
  margin-left: 10px !important;
}

.wizard > .steps .number {
  font-size: 15px  !important;
  font-weight: 600;
  color: #77a9bd;
}

.wizard > .steps > ul > li.current a {
  border-bottom: 4px solid #2196c4;
  background: #e3f1f7 !important;
}

.wizard > .steps > ul > li.current a .number {
  color: #2196c4;
}

.wizard > .steps > ul > li.disabled a {
  background: white !important;
}

.wizard > .steps > ul > li.error a {
  border-bottom: 4px solid #dc3545;
  background: #f8e1e3 !important;
  color: black;
}

.wizard > .steps > ul > li.error a .number {
  color: #dc3545;
}

.wizard > .steps > ul > li.done a {
  border-bottom: 4px solid #2196c4;
  background: #e3f1f7 !important;
  color: black;
}

.wizard > .steps > ul > li.done a .number {
  color: #2196c4;
}

.step-header {
  font-size: 27px !important;
  font-weight: 600 !important;
}

.step-card {
  padding: 15px;
  background: white;
  margin-top: 20px;
  /* box-shadow: 0 2px 6px rgb(0 0 0 / 0.2); */
}

.wizard > .actions .disabled a {
  background: white !important;
}

.travel-group .form-label {
  font-size: 14px;
  font-weight: 400;
}

.travel-group .form-control {
  font-size: 16px !important;
  padding: 10px 7px;
  font-family: 'Poppins', sans-serif !important;
}

.travel-group .form-control:focus {
  box-shadow: none;
  border-color: #77a9bd !important;
}

.baggage-area .baggage-item {
  padding: 15px 20px;
  margin-top: 15px;
}

.baggage-item h6 {
  font-size: 18px;
}

.baggage-item .baggage-included {
  color: #146c43;
  background: #ceecdf;
  padding: 5px 20px;
  border-radius: 20px;
  font-weight: 700;
  font-size: 14px;
}

.baggage-item .baggage-info {
  font-size: 14px;
  font-weight: 400;
}

.bag-subhead {
  font-size: 19px;
  font-weight: 700;
}

.config-text {
  font-size: 16px;
  font-weight: 400;
}

.billing-table {
  border-top: 1px solid transparent !important;
}

.billing-table .cust-fav {
  color: white;
  background: #2196c4;
  font-size: 13px;
  padding: 5px 10px;
  text-align: center;
}

.billing-table .plans th {
  text-align: center;
  font-size: 18px;
  padding-top: 15px 25px 15px 25px;
}

.plan-cell {
  max-width: 200px;
  font-size: 15px;
  font-weight: 500;
  height: 70px;
}

.billing-table .plan-icon {
  font-size: 22px;
}

.billing-table .plan-icon.green {
  color: #0f9b5a;
}

.billing-table .plan-icon.red {
  color: #dc3545;
  font-size:  18px;
}

.billing-table .check-cover {
  margin-left: 65px;
}

.billing-table .check-coverbig {
  margin-left: 82px;
}

.billing-table .plan-price {
  font-size: 18px;
  font-weight: 700;
}

.remove-plan {
  padding: 10px 20px;
  border: 1px solid rgba(0, 0, 0, 0.175);
  width: 250px;
}

.extra-list {
  list-style-type: none;
  padding-inline-start: 0px;
}

.extra-list li {
  font-size: 14px;
  margin-bottom: 10px;
  font-weight: 400;
}

.extra-cbox {
  font-size: 15px;
  font-weight: 600;
}

/* Order Details Stylings */
.order-header {
  font-size: 23px;
}

.order-details {
  background: white;
}

.order-timeterminal h6 {
  font-size: 17px;
}

.order-timeterminal p {
  font-size: 13px;
}

.purchase-head {
  font-weight: 700;
  font-size: 15px;
}

.right-0 {
  right: 0;
  padding-right: 10px;
}

.purchase-info {
  font-size: 13px;
  font-weight: 600;
}

.purchase-info.font-12 {
  font-size: 12px !important;
  font-weight: 400;
}

.order-thead {
  font-size: 18px;
}

.print-card {
  padding: 15px;
}

.print-card .header {
  font-size: 21px;
}

.bb-2 {
  border-bottom: 2px solid rgb(196, 195, 195);
  padding-bottom: 7px;
}

.bb-1 {
  border-bottom: 1px solid rgb(196, 195, 195);
}

.print-list {
  padding-inline-start: 20px;
  font-size: 14px;
  font-weight: 400;
  color: grey;
}

.print-list li {
  line-height: 1.7em;
}

.veribook-text {
  font-size: 16px;
  font-weight: 400;
}

.auth-area {
  background: #e3f1f7;
  padding: 20px 20px 30px 20px;
}

.auth-area .auth-desc {
  font-size: 15px;
}

/* Other Pages Styles */
.other-banners {
  background: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3)), url(../img/flight-banners.jpg) no-repeat center;
  min-height: 350px;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 150px;
  padding-bottom: 50px;
}

.about-area p {
  font-weight: 400;
  line-height: 1.5em;
}

.about-area ul {
  padding-inline-start: 20px;
  font-size: 14px;
  font-weight: 400;
}

.about-area ul li {
  line-height: 1.8em;
}

/* Contact Us Styles */

.contact-area h2 {
  border-bottom:2px solid #2196c4;
  padding-bottom: 15px;
  width: 250px;
}

.contact-area p {
  color: rgb(80, 79, 79);
  font-size: 17px;
  line-height: 2em;
}

.contact-form {
  height: 50px;
  border-radius: 0px;
}

.contact-form.message {
  height: 200px;
}

.contact-info {
  border: 1px solid rgb(175, 175, 175);
  padding-top: 20px;
  padding-bottom: 20px;
}

.contact-icons {
  color: #2196c4;
  font-size: 40px;
}

.contact-info-text {
  color: rgb(80, 79, 79);
  font-size: 15px;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  line-height: 1.8em;
}

.contact-info-text.text-2 {
  padding-top: 15px;
}

.img-logo {
  width: 200px;
}

.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	left:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
	margin-top:16px;
}