/*End Core Variables*/
body {
  font-family: 'Roboto', sans-serif !important;
  color: #3C505A !important;
  font-weight: 400;
  font-size: 14px;
}
.overlay {
  width: 100%;
  background-color: #3C505A;
  display: inline-block;
  opacity: 0.3;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}
.text-16 {
  font-size: 16px;
  opacity: 0.9;
  display: inline-block;
  width: 100%;
}
img {
  max-width: 100%;
}
.theme-btn {
  width: 100%;
  max-width: 200px;
  height: 50px;
  border-radius: 2px;
  border: 1px solid #3C505A;
  background-color: #3C505A;
  color: #ffffff;
  font-weight: 500 !important;
  font-size: 16px;
  transition: 0.5s;
  font-family: 'Poppins', sans-serif;
  cursor: pointer;
  display: inline-block;
  text-align: center;
}
.theme-btn:hover {
  background-color: transparent;
  color: #3C505A;
  transition: 0.5s;
}
.pink-btn {
  background-color: #DC0086;
  border-color: #DC0086;
}
.pink-btn:hover {
  background-color: transparent;
  color: #DC0086;
}
a.theme-btn {
  color: #ffffff !important;
  line-height: 50px;
  text-decoration: none !important;
}
a.theme-btn:hover {
  color: #3C505A !important;
}
a {
  cursor: pointer;
  color: #3C505A;
}
a:hover {
  text-decoration: none;
  color: #3C505A;
}
a:visited,
a:visited {
  color: #3C505A;
}
p {
  margin: 0;
}
.container {
  max-width: 1170px;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Poppins', sans-serif;
  margin: 0;
}
h1,
h2 {
  font-size: 32px;
  text-align: center;
  letter-spacing: 0px;
  color: #3C505A;
  margin: 0;
  font-weight: 600;
}
.h1 {
  font-size: 58px;
}
h3 {
  font-size: 22px;
  letter-spacing: 0px;
  font-weight: 600;
}
section {
  display: inline-block;
  width: 100%;
}
.discription {
  padding-bottom: 30px;
  text-align: center;
}
.discription p {
  font-size: 16px;
  letter-spacing: 0px;
  opacity: 0.9;
  max-width: 770px;
  display: inline-block;
}
.form-check-label {
  margin-left: 31px;
  opacity: 0.9;
  text-align: left;
  position: relative;
  top: 4px;
  font-weight: 300;
}
.form-group {
  margin-bottom: 20px;
}
.form-group input {
  width: 100%;
}
.label {
  width: 100%;
  display: inline-block;
  opacity: 0.9;
  margin-bottom: 7px;
}
form {
  width: 100%;
  display: inline-block;
}
.confirm-btn {
  display: inline-block;
  width: 100%;
  padding-top: 20px;
}
.form-check {
  padding-left: 0;
  max-width: 539px;
  text-align: left;
  width: 100%;
  display: inline-block;
}
.password {
  position: relative;
}
.password .see-pass {
  position: absolute;
  right: 31px;
  bottom: 11px;
  display: inline-block;
}
.password .see-pass i.fa {
  color: #3C505A;
  opacity: 0.2;
  font-size: 24px;
}
input[type="checkbox"] {
  content: url(../images/checkbox.jpg);
  cursor: pointer;
  width: 20px;
  height: 20px;
  vertical-align: text-bottom;
  margin-left: 0;
}
input[type="checkbox"]:checked {
  content: url(../images/checkbox-input-active.svg);
}
input[type="radio"] {
  content: url(../images/radio.jpg);
  cursor: pointer;
  width: 16px;
  height: 16px;
}
input[type="radio"]:checked {
  content: url(../images/radio-button-active.svg);
}
li,
ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
button,
input {
  outline: none !important;
}
._keyfocus *:focus,
input:not([disabled]):focus,
textarea:not([disabled]):focus,
select:not([disabled]):focus {
  box-shadow: none !important;
  outline: none !important;
}
* {
  box-sizing: border-box;
  letter-spacing: 0.2px;
}
button:not(.primary) {
  box-shadow: none !important;
}
select:focus,
select,
input[type="text"],
input[type="date"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type="datetime"],
input[type="email"],
textarea {
  border: 1px solid #3C505A66;
  border-radius: 4px;
  height: 50px;
  padding: 0px 10px 0px 20px;
  color: #3C505A !important;
  font-size: 12px !important;
  background-color: transparent;
}
textarea {
  resize: none;
  padding-top: 17px;
  width: 100%;
  height: 80px;
}
.common-main {
  display: inline-block;
  width: 100%;
  padding: 60px 0 300px 0;
  text-align: center;
}
.common-main p {
  padding: 10px 0 30px 0;
}
.line-title {
  border-bottom: 1px solid #3C505A19;
  padding: 30px 0;
  margin-bottom: 30px;
}
.oops-main {
  display: inline-block;
  width: 100%;
  padding: 00px 0 100px 0;
}
.oops-main .oops-detail {
  width: 100%;
  display: inline-block;
  max-width: 270px;
  float: right;
  padding-top: 150px;
}
.oops-main .oops-detail img {
  display: none;
}
.oops-main .oops-detail p {
  padding: 30px 0;
}
.line-title.for-res h3 .fa,
.line-title1.for-res h3 .fa {
  display: none;
}
.chat .chat-type input.theme-btn {
    margin-top: 20px;
    height: 50px;
}
.small-jet-new .small-jet-row.update{
    display: flex;
    flex-direction: row;
}
/*responsive*/
@media (max-width: 1280px) {
  .h1 {
    font-size: 38px;
  }
  .container {
    max-width: 100%;
    padding: 0 20px;
  }
}
@media (max-width: 991px) {
  .line-title,
  .line-title1 {
    border-bottom: 1px solid #3C505A19;
    padding: 20px 0 20px 0;
    margin-bottom: 0;
    border-top: 1px solid #3C505A19;
  }
  .line-title.for-res,
  .line-title1.for-res {
    width: auto;
    margin: 0 -20px 30px -20px;
    padding: 10px 20px;
  }
  .line-title.for-res .fa,
  .line-title1.for-res .fa {
    font-weight: 300;
    float: right;
    font-size: 27px;
  }
  .line-title.for-res i.fa.fa-angle-down,
  .line-title1.for-res i.fa.fa-angle-down {
    display: inline-block;
  }
  .line-title.for-res.active i.fa.fa-angle-up,
  .line-title1.for-res.active i.fa.fa-angle-up {
    display: inline-block;
  }
  .line-title.for-res.active i.fa.fa-angle-down,
  .line-title1.for-res.active i.fa.fa-angle-down {
    display: none;
  }
  .oops-main {
    padding-bottom: 60px;
  }
  .oops-main .line-title {
    padding: 0px 10px 20px 20px;
    border-top: 0;
  }
  .oops-main .discription,
  .oops-main .title {
    padding-right: 15px;
    padding-left: 15px;
  }
  .oops-main .oops-detail {
    max-width: 100%;
  }
  .oops-main .container {
    padding: 0;
  }
  .oops-main .container .row {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .oops-main .oops-detail {
    text-align: center;
    padding: 50px 0 0 0;
  }
  .oops-main .oops-detail img {
    display: inline-block;
    margin-top: 30px;
  }
  .oops-main .col-md-6:last-child {
    display: none;
  }
  h1,
  h2 {
    font-size: 28px;
  }
  .password .see-pass i.fa {
    font-size: 18px;
  }
}
.back {
  width: 100%;
  display: inline-block;
  color: #DC0086 !important;
  opacity: 0.9;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  padding: 30px 0 10px 0;
}
.back .fa {
  margin-right: 12px;
  font-size: 15px;
  font-weight: 500;
}
.flight-plan {
  width: 100%;
  display: inline-block;
}
.flight-plan h1 {
  padding-bottom: 60px;
}
.flight-plan .ready-to-fly {
  display: inline-block;
  width: 100%;
  padding-bottom: 45px;
}
.flight-plan .ready-to-fly .theme-btn {
  margin-left: 20px;
}
.flight-plan .ready-to-fly h4 {
  font-size: 22px;
  font-weight: 600;
  display: inline-block;
  padding-bottom: 10px;
}
.flight-plan .ready-to-fly .fly-id {
  display: inline-block;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  background-color: #DC0086;
  color: #ffffff;
  padding: 1px 10px;
  border-radius: 4px;
  text-align: center;
  margin-left: 165px;
  position: relative;
  top: -4px;
}
.flight-plan .ready-to-fly h6 {
  font-size: 14px;
  font-weight: 600;
}
.flight-plan .ready-to-fly h6 p {
  width: auto;
  display: inline-block;
}
.flight-plan .ready-to-fly h6 span {
  font-size: 12px;
  font-weight: 300;
  font-family: 'Roboto', sans-serif;
}
.flight-plan .ready-to-fly h6 span b {
  padding-left: 30px;
  font-weight: 500;
}
.flight-plan .step {
  width: 100%;
  display: inline-block;
  padding-bottom: 68px;
}
.flight-plan .step ul li {
  display: inline-block;
  background-color: #F6F6F6;
  font-family: 'Poppins', sans-serif;
  padding: 20px 70px 20px 30px;
  position: relative;
  background-image: url(../../images/styles/arrow1.png);
  float: left;
  background-repeat: no-repeat;
  background-position: 100% 0;
}
.flight-plan .step ul li.active {
  background-color: #3C505A;
  color: #ffffff;
  background-image: url(../../images/styles/arrow2.png);
}
.flight-plan .step ul li.active:before {
  content: "";
  display: inline-block;
  background-image: url(../../images/styles/arrow3.png);
  height: 63px;
  position: absolute;
  left: -30px;
  width: 30px;
  top: -1px;
  background-repeat: no-repeat;
  background-size: cover;
}
.flight-plan .step ul li:last-child {
  background-image: none;
}
.flight-plan .step ul li:first-child.active:before {
  display: none;
}
.flight-plan .route_right {
  display: inline-block;
  width: 100%;
  position: sticky;
  top: 0;
}
.flight-plan .route_right.confirmation-right {
  position: static;
}
.flight-plan .route_right.confirmation-right .date-day {
  background-color: transparent;
  padding: 0;
}
.flight-plan .route_right.confirmation-right .date-day h3 {
  padding-bottom: 20px;
}
.flight-plan .route_right.confirmation-right .date-day h5 {
  width: 100%;
  display: inline-block;
  padding-bottom: 4px;
}
.flight-plan .route_right.confirmation-right .date-day .font-new {
  font-size: 12px;
}
.flight-plan .route_right.confirmation-right .date-day .font-new1 {
  font-size: 14px;
  padding-top: 11px;
  width: 100%;
  display: inline-block;
}
.flight-plan .route_right .date-day {
  background-color: #F6F6F6;
  padding: 30px 50px;
  display: inline-block;
  width: 100%;
  margin-bottom: 4px;
  float: left;
}
.flight-plan .route_right .date-day .distance {
  padding-bottom: 0;
}
.flight-plan .route_right .date-day .detail-date .morning {
  width: 100%;
  display: inline-block;
  padding-top: 4px;
  font-size: 12px;
  font-weight: 400;
}
.flight-plan .route_right .date-day .detail-date h5 {
  max-width: 75%;
}
.flight-plan .route_right .date-day .detail-date .font-new {
  font-weight: 300;
  font-family: 'Roboto', sans-serif;
  padding-left: 26px;
  padding-bottom: 4px;
  display: inline-block;
}
.flight-plan .route_right .date-day .detail-date .font-new b {
  font-weight: 500;
}
.flight-plan .route_right .date-day .detail-date .font-new:nth-child(2) {
  padding: 0;
}
.flight-plan .route_right .date-day .detail-date .detail-id {
  float: right;
}
.flight-plan .route_right .become {
  width: 100%;
  display: inline-block;
  margin-bottom: 4px;
  float: left;
  background-color: #F6F6F6;
}
.flight-plan .route_right .become .become-img {
  width: 44.5%;
  float: left;
  border-right: 4px solid #ffffff;
  background-color: #F6F6F6;
  padding: 40px 30px;
  text-align: center;
}
.flight-plan .route_right .become .become-img h5 {
  font-size: 12px;
  font-family: 'Poppins', sans-serif;
  padding: 8px 10px 0 10px;
}
.flight-plan .route_right .become .become-img-right {
  width: 55.5%;
  float: right;
  background-color: #F6F6F6;
  padding: 50px 55px;
}
.flight-plan .route_right .become .become-img-right .flight-status ul li {
  padding: 0 0 5px 0;
  width: 100%;
  float: left;
}
.flight-plan .route_right .route_btn {
  padding: 30px 25px;
  display: inline-block;
  width: 100%;
  background-color: #F6F6F6;
  float: left;
}
.flight-plan .route_right .route_btn button {
  margin: 0 4px;
}
.share-div {
  width: 100%;
  display: inline-block;
  text-align: center;
  padding: 30px 0;
}
.share-div ul li {
  display: inline-block;
}
.share-div ul li span {
  font-size: 12px;
  opacity: 0.9;
  padding-right: 12px;
}
.share-div ul li a {
  margin: 0 7px;
  display: inline-block;
  width: 32px;
  height: 32px;
  border: 1px solid #3C505A1A;
  border-radius: 50%;
}
.share-div ul li a .fa {
  font-size: 16px;
  line-height: 32px;
}
.share-div ul li a .fa-facebook {
  color: #2C79EE;
}
.share-div ul li a .fa-twitter {
  color: #1DC0FF;
}
.share-div ul li a .fa-comment {
  color: #20B038;
}
.share-div ul li a .fa-commenting-o {
  color: #006AFF;
}
.share-div ul li a .fa-share-alt {
  color: #DC0086;
}
.route_main {
  display: inline-block;
  width: 100%;
}
.route_main .route_left {
  padding-right: 100px;
  display: inline-block;
  width: 100%;
}
.route_main .route_left h3 {
  padding-bottom: 15px;
}
.route_main .route_left h3 span {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  padding-left: 10px;
  font-weight: 300;
}
.route_main .route_left p {
  opacity: 0.9;
  font-weight: 300;
}
.route_main .route_left .map {
  display: inline-block;
  width: 100%;
  padding: 30px 0 90px 0;
}
.route_main .route_left .no_director {
  display: inline-block;
  width: 100%;
  padding: 20px 0 100px 0;
}
.route_main .route_left .no_director .no_director_inner {
  width: 100%;
  max-width: 120px;
  text-align: center;
}
.route_main .route_left .no_director .no_director_inner .active-user.deactive {
  background-color: #3C505A;
}
.status-tab {
  padding: 40px 0 90px 0;
  width: 100%;
  display: inline-block;
}
.status-tab .nav-tabs {
  border-color: #3C505A1A;
}
.status-tab .nav-tabs .nav-item {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  opacity: 0.9;
  padding: 0 0 7px 0;
  min-width: 160px;
  text-align: center;
  border: none;
}
.status-tab .nav-tabs .nav-item.active {
  font-weight: 600;
  border: none;
  border-bottom: 1px solid #3C505A;
}
.status-tab .tab-content {
  padding-top: 10px;
}
.status-tab .tab-content .user-img-main {
  padding-top: 30px;
}
.small-jet {
  width: 100%;
  display: inline-block;
  padding: 30px 0 90px 0;
}
.small-jet .small-jet-row {
  width: 100%;
  display: inline-block;
  border: 1px solid #3C505A1A;
  margin-bottom: 20px;
}
.small-jet .small-jet-row.active {
  border-color: #56AF00;
}
.small-jet .small-jet-row.update {
  padding: 10px 30px;
  margin-bottom: 4px;
}
.small-jet .small-jet-row.update .date-update {
  font-weight: 600;
  padding: 9px 30px 9px 0;
  border-right: 1px solid #3C505A;
  display: inline-block;
}
.small-jet .small-jet-row.update.active {
  background-color: #F6F6F6;
}
.small-jet .small-jet-row.update p {
  padding-left: 30px;
  opacity: 0.9;
  display: inline-block;
}
.small-jet .small-jet-row .small-jet-img {
  width: 24%;
  float: left;
}
.small-jet .small-jet-row .small-jet-details {
  text-align: left;
  padding-left: 65px;
}
.small-jet .small-jet-row .small-jet-price {
  text-align: center;
}
.small-jet .small-jet-row .small-jet-details,
.small-jet .small-jet-row .small-jet-price {
  width: 38%;
  float: left;
  padding-top: 16px;
  padding-bottom: 16px;
}
.small-jet .small-jet-row .small-jet-details h6,
.small-jet .small-jet-row .small-jet-price h6 {
  font-weight: 400;
  opacity: 0.9;
  font-size: 14px;
  padding-bottom: 6px;
}
.small-jet .small-jet-row .small-jet-details h6 span,
.small-jet .small-jet-row .small-jet-price h6 span {
  font-weight: 600;
}
.small-jet .small-jet-row .small-jet-details h4,
.small-jet .small-jet-row .small-jet-price h4 {
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 6px;
}
.small-jet .small-jet-row .small-jet-details h4 span,
.small-jet .small-jet-row .small-jet-price h4 span {
  font-weight: 300;
}
.small-jet .small-jet-row .small-jet-details p,
.small-jet .small-jet-row .small-jet-price p {
  font-size: 12px;
  font-weight: 300;
  opacity: 0.9;
}
.chat {
  width: 100%;
  display: inline-block;
  padding: 40px 0 0 0;
  margin: 40px 0 0 0;
  border-top: 1px solid #3C505A1A;
  text-align: center;
}
.chat span {
  font-size: 12px;
  opacity: 0.9;
  padding-bottom: 6px;
  width: 100%;
  display: inline-block;
  font-weight: 300;
}
.chat p {
  padding: 25px 0 50px 0;
  font-size: 12px;
  font-weight: 400 !important;
}
.chat .chat-row {
  display: flex;
  width: 100%;
  margin-bottom: 50px;
}
.chat .chat-row.right .chat-icon {
  text-align: right;
}
.chat .chat-row.right .chat-icon .active-user {
  right: -55px;
}
.chat .chat-row.right .chat-text:before {
  right: -19px;
  left: inherit;
  border-left: 19px solid #F6F6F6;
  border-right: 0;
}
.chat .chat-row .chat-icon {
  width: 11%;
  text-align: left;
}
.chat .chat-row .chat-icon .active-user {
  right: -10px;
}
.chat .chat-row .chat-text {
  width: 89%;
  background-color: #F6F6F6;
  padding: 20px;
  text-align: left;
  border-radius: 0px 4px 4px 4px;
  position: relative;
}
.chat .chat-row .chat-text:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: -19px;
  top: 0;
  border-right: 19px solid #F6F6F6;
  border-bottom: 20px solid transparent;
}
.chat .chat-row .chat-text p {
  padding: 0;
  line-height: 22px;
}
.chat .chat-row .chat-text span {
  width: auto;
}
.chat .chat-type {
  display: inline-block;
  width: 100%;
  position: relative;
  padding-bottom: 90px;
}
.chat .chat-type input {
  height: 60px;
  border-color: #3C505A66;
  width: 100%;
}
.chat .chat-type a {
  display: inline-block;
  position: absolute;
  right: 30px;
  top: 21px;
}
.chat .chat-type a .fa {
  color: #DC0086;
  font-weight: 500;
  font-size: 18px;
}
.user-img-main.small .user-img {
  width: 40px;
  height: 40px;
}
.user-img-main .yellow-jet-user, .user-img-main .green-jet-user, .user-img-main .red-jet-user {
  box-shadow: 0px 2px 4px #00000033;
  border: 3px solid #ffffff;
  width: 22px;
  height: 22px;
  display: inline-block;
  float: left;
  border-radius: 50%;
  position: absolute;
  right: -60px;
  bottom: 8px;
  left: 0;
  margin: auto;
}
.user-img-main .green-jet-user{
  background-color: #56AF00;
}
.user-img-main .yellow-jet-user{
  background-color: #F7B500;
}
.user-img-main .red-jet-user{
  background-color: #AF0000;
}
.user-img-main.small .active-user {
  border-width: 1px;
  width: 12px;
  height: 12px;
  right: -30px;
}
.msg {
  position: absolute;
  width: 23px;
  height: 22px;
  color: #ffffff;
  background-color: #DC0086;
  border-radius: 50%;
  box-shadow: 0px 2px 4px #00000033;
  bottom: 8px;
  left: 20px;
  font-family: 'Poppins', sans-serif;
}
.flight-status h6 {
  padding-bottom: 20px;
  opacity: 0.9;
  font-size: 14px;
}
.flight-status h4 {
  font-size: 20px;
  font-weight: 600;
}
.flight-status h4 span {
  font-weight: 300;
}
.flight-status .pp {
  font-size: 12px;
  opacity: 0.9;
  padding-bottom: 18px;
  display: inline-block;
  width: 100%;
  font-weight: 300;
}
.flight-status p {
  font-size: 12px;
  display: inline-block;
  width: 100%;
  font-weight: 300;
  color: #DC0086;
}
.flight-status p b {
  font-weight: 300;
  color: #3C505A;
}
.passenger {
  padding: 30px 0 60px 0;
  width: 100%;
  display: inline-block;
}
.passenger h3 {
  padding-top: 50px;
}
.date-input input {
  margin-right: 3%;
  max-width: 29%;
}
.your-info {
  width: 100%;
  display: inline-block;
  padding-bottom: 100px;
}
.your-info p {
  padding-bottom: 30px;
}
.your-info .form-check {
  padding-bottom: 50px;
}
.your-info a {
  text-decoration: underline;
}
.payment-div {
  padding-top: 30px;
  width: 100%;
  display: inline-block;
  border-bottom: 1px solid #3C505A1A;
  margin-bottom: 100px;
}
.payment-div .card-pay {
  margin: 0;
}
.payment-div .card-div {
  float: right;
}
.payment-div .form-check {
  max-width: 100%;
  border-top: 1px solid #3C505A1A;
  padding: 30px 25px;
}
.payment-div .form-check .form-check-label {
  margin-left: 31px;
  top: 0;
  font-weight: 600;
  font-size: 20px;
  font-family: 'Poppins', sans-serif;
  padding-left: 30px;
}
.payment-div .card-detail {
  padding: 30px 38px;
  width: 100%;
}
.payment-div .card-detail select {
  width: 100%;
}
.payment-div .card-detail .theme-btn {
  margin-top: 10px;
}
.payment-div .card-detail .fa {
  width: 32px;
  height: 32px;
  border: 1px solid #3C505A;
  font-size: 16px;
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
  position: relative;
  top: 9px;
}
.confirmation-div {
  width: 100%;
  display: inline-block;
}
.confirmation-div p {
  padding-bottom: 20px;
}
.confirmation-div p a {
  color: #DC0086;
}
.confirmation-div h3 {
  padding-bottom: 30px !important;
}
.return-btn {
  width: 100%;
  display: inline-block;
  text-align: center;
  border-top: 1px solid #3C505A1A;
  padding: 50px 0 90px 0;
  margin-top: 30px;
}
/*responsive*/
@media (max-width: 1280px) {
 .flight-plan .route_right .date-day{
      padding: 30px 20px;
 }
 .flight-plan .route_right .date-day .place h4 {
    max-width: 120px;
}
.route_main .route_left {
    padding-right: 0;
}
.flight-plan .route_right .date-day .detail-date h5{
      font-size: 13px;
}
.flight-plan .route_right .date-day .detail-date .detail-id{
  margin-left: 5px;
}
  .flight-plan .step ul li {
    padding: 20px 40px 20px 10px;
  }
  .flight-plan .route_right .route_btn form {
    padding: 0 5px;
}
}

@media (max-width: 991px) {
  .flight-plan .ready-to-fly {
    padding-bottom: 20px;
  }
  .flight-plan .ready-to-fly .col-md-6.col-sm-6.col-sm-12.text-right {
    display: none;
  }
  .flight-plan .ready-to-fly .col-md-6.col-sm-6.col-sm-12 {
    width: 100%;
    max-width: 100%;
    flex: 100%;
  }
  .flight-plan .ready-to-fly .fly-id {
    float: right;
    margin: 0;
    top: 2px;
  }
  .flight-plan .step ul li {
    padding: 20px 30px 20px 5px;
    font-size: 11px;
  }
  /*.flight-plan .route_right .share-div {*/
  /*  display: none;*/
  /*}*/
  .flight-plan .route_right .become .become-img-right .flight-status ul li {
    width: 100%;
  }
  .flight-plan .route_right .route_btn {
    text-align: center;
  }
  .route_main.flight-conf-last > .row > .col-md-7.col-sm-7.col-xs-12 {
    order: 0;
    padding-top: 0;
    padding-bottom: 50px;
  }
  .route_main.flight-conf-last > .row > .col-md-7.col-sm-7.col-xs-12 .confirmation-div {
    padding-bottom: 10px;
    border-bottom: 1px solid #3C505A1A;
  }
  .route_main.flight-conf-last .return-btn {
    border: 0;
    padding: 0px 0 70px 0;
  }
  .route_main > .row > .col-md-7.col-sm-7.col-xs-12 {
    width: 100%;
    max-width: 100%;
    flex: 100%;
    order: 1;
    padding-top: 50px;
  }
  .route_main > .row > .col-md-5.col-sm-5.col-xs-12 {
    width: 100%;
    max-width: 100%;
    flex: 100%;
  }
  .route_main .route_left {
    padding: 0;
  }
  .back {
    display: none;
  }
}
@media (max-width: 767px) {
  .flight-plan {
    padding-top: 50px;
  }
  .flight-plan h1 {
    padding-bottom: 20px;
  }
  .flight-plan .ready-to-fly h6 p {
    width: 100%;
    padding-bottom: 10px;
  }
  .flight-plan .ready-to-fly h6 span {
    padding-right: 15px;
  }
  .flight-plan .ready-to-fly h6 span b {
    padding-left: 0;
  }
  .flight-plan .step {
    padding-bottom: 30px;
  }
  .flight-plan .step ul.page2 li.active {
    padding: 18px 0 17px 4px;
    line-height: 26px;
  }
  .flight-plan .step ul.page2 li:first-child,
  .flight-plan .step ul.page3 li:first-child,
  .flight-plan .step ul.page4 li:first-child {
    width: 17%;
  }
  .flight-plan .step ul.page2 li:last-child,
  .flight-plan .step ul.page3 li:last-child,
  .flight-plan .step ul.page4 li:last-child {
    width: 7%;
    letter-spacing: 0;
  }
  .flight-plan .step ul.page5 li:first-child {
    width: 17%;
  }
  .flight-plan .step ul.page5 li:last-child {
    padding: 0 0 0 0;
    width: 50%;
  }
  .flight-plan .step ul li {
    font-size: 0;
    width: 11%;
    padding: 0;
    line-height: 56px;
  }
  .flight-plan .step ul li.active {
    font-size: 14px;
    padding: 0 0 0 10px;
    width: 54%;
    line-height: 61px;
  }
  .flight-plan .step ul li.active span {
    display: none;
  }
  .flight-plan .step ul li:first-child span {
    left: 3px;
    z-index: 1;
  }
  .flight-plan .step ul li span {
    font-size: 14px;
    position: relative;
    left: -8px;
    z-index: 1;
  }
  .flight-plan .route_right .date-day .detail-date h5 {
    max-width: 100%;
  }
  .flight-plan .route_right .date-day .detail-date .detail-id {
    display: none;
  }
  .flight-plan .route_right .date-day {
    padding: 20px 10px;
  }
  .flight-plan .route_right .route_btn {
    padding: 20px 5px;
  }
  .flight-plan .route_right .route_btn .theme-btn {
    max-width: 129px;
    font-size: 14px;
    margin: 0;
  }
  .flight-plan .route_right .become .become-img {
    width: 50%;
    padding: 20px 13px;
  }
  .flight-plan .route_right .become .become-img-right {
    width: 50%;
    padding: 25px 10px 0 10px;
  }
  .flight-plan .route_right .become .become-img-right .flight-status h4 {
    font-size: 18px;
  }
  .flight-plan .route_right .become .become-img-right .flight-status ul li {
    border: 0;
  }
  .flight-plan .route_right .become .become-img-right .flight-status ul li .disc {
    margin-right: 5px;
  }
  .flight-plan .route_main .route_left .map {
    padding-bottom: 50px;
  }
  .flight-plan .route_main .route_left .no_director {
    padding-bottom: 50px;
  }
  .flight-plan .route_main .route_left .status-tab .tab-content .col-md-3 {
    width: 50%;
  }
  .flight-plan .route_main .route_left .status-tab .tab-content .col-md-3 .msg {
    left: -60px;
    right: 0;
    margin: auto;
  }
  .flight-plan .route_main .route_left .status-tab {
    padding-bottom: 50px;
  }
  .flight-plan .route_main .route_left .status-tab .nav-tabs .nav-item {
    font-size: 0;
    min-width: 77px;
  }
  .flight-plan .route_main .route_left .status-tab .nav-tabs .nav-item span {
    font-size: 14px;
  }
  .flight-plan .route_main .route_left .status-tab .nav-tabs .nav-item span:before {
    content: "";
    width: 12px;
    height: 12px;
    display: inline-block;
    border-radius: 50%;
    margin-right: 10px;
  }
  .flight-plan .route_main .route_left .status-tab .nav-tabs .nav-item:first-child span:before {
    background-color: #56AF00;
  }
  .flight-plan .route_main .route_left .status-tab .nav-tabs .nav-item:nth-child(2) span:before {
    background-color: #F7B500;
  }
  .flight-plan .route_main .route_left .status-tab .nav-tabs .nav-item:last-child span:before {
    background-color: #AF0000;
  }
  .flight-plan .route_main .route_left .status-tab .nav-tabs .nav-item.active {
    font-size: 14px;
  }
  .flight-plan .route_main .route_left .status-tab .nav-tabs .nav-item.active span:before {
    display: none;
  }
  .chat {
    padding: 20px 0 0 0;
    margin: 20px 0 0 0;
  }
  .chat p {
    padding: 10px 0 30px 0;
  }
  .chat .chat-type a {
    right: 15px;
  }
  .chat .chat-row {
    margin-bottom: 30px;
  }
  .chat .chat-row .chat-icon {
    width: 23%;
  }
  .chat .chat-row .chat-text {
    width: 77%;
    padding: 10px;
  }
  .small-jet .small-jet-row.update .date-update {
    padding: 9px 0px 5px 0;
    border-right: 0;
    border-bottom: 1px solid #3C505A;
    width: 100%;
    margin-bottom: 10px;
  }
  .small-jet .small-jet-row.update {
    padding: 10px 20px;
    margin-bottom: 20px;
  }
  .small-jet .small-jet-row.update p {
    padding: 0;
  }
  .payment-div .form-check {
    padding: 20px 0;
  }
  .payment-div .form-check .form-check-label {
    margin-left: 0;
    top: 5px;
    font-size: 16px;
  }
  .payment-div .card-detail {
    padding: 10px 15px;
  }
  .payment-div .for-res .col-md-5 {
    width: 50%;
  }
  .payment-div .for-res .col-md-5:first-child {
    padding-right: 5px;
  }
  .payment-div .for-res .col-md-5:last-child {
    padding-left: 5px;
  }
  .payment-div .for-res-btn {
    text-align: center;
  }
}
@media (max-width: 575px) {
  .small-jet {
    padding: 30px 0 30px 0;
  }
  .small-jet .small-jet-row {
    text-align: center;
    padding-bottom: 20px;
  }
  .small-jet .small-jet-row .small-jet-img {
    width: 100%;
  }
  .small-jet .small-jet-row .small-jet-details,
  .small-jet .small-jet-row .small-jet-price {
    width: 100%;
    padding-bottom: 0;
    padding-left: 20px;
    text-align: center;
  }
  .route_left .passenger {
    padding-bottom: 40px;
  }
  .route_left .passenger h3 {
    padding-top: 30px;
  }
  .route_left .passenger .for-res .col-md-6 {
    width: 50%;
  }
  .route_left .passenger .for-res .col-md-6:first-child {
    padding-right: 5px;
  }
  .route_left .passenger .for-res .col-md-6:last-child {
    padding-left: 5px;
  }
  .route_left .passenger .check-main .col-md-3 {
    width: 50%;
  }
  .date-input input {
    margin-right: 10px;
    max-width: 70px;
  }
  .your-info {
    text-align: center;
  }
  .your-info p {
    text-align: left;
  }
  .your-info h3 {
    text-align: left;
  }
}
@media (max-width: 413px) {
  .flight-plan .step ul.page2 li.active {
    padding: 18px 20px 17px 4px;
    line-height: 13px;
  }
}
.flight-plan .route_right .route_btn form {
  width: 50%;
  float: left;
}

.flight-plan .ready-to-fly form {
  width: auto;
}
.minor-box-border{
    display: inline-block;
    width: 100%;
    border: 1px solid #3C505A19;
    border-top-color: #3C505A;
    padding: 30px 30px 50px 30px;
    margin-bottom: 30px;
    position: relative;
}
