.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-search--inline {
  float: left;
}

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results>.select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results>.select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}



/* new css start  */
/* faq */
.accordion_one .panel-group {

  border: 1px solid #f1f1f1;
  /* margin-top: 100px; */


}

a:link {
  text-decoration: none
}

.accordion_one .panel {
  background-color: transparent;
  box-shadow: none;
  border-bottom: 0px solid transparent;
  border-radius: 0;
  margin: 0;
}

.accordion_one .panel-default {
  border: 0;
}

.accordion-wrap .panel-heading {
  padding: 0px;
  border-radius: 0px;
}

h4 {
  font-size: 18px;
  line-height: 24px;
}

.accordion_one .panel .panel-heading a.collapsed {
  color: #1BB7B0;
  display: block;
  padding: 12px 30px;
  border-top: 0px;
}

.accordion_one .panel .panel-heading a {
  display: block;
  padding: 12px 30px;
  background: #fff;
  color: red;
  border-bottom: 1px solid #f1f1f1;
}

.accordion-wrap .panel .panel-heading a {
  font-size: 14px;
}

.accordion_one .panel-group .panel-heading+.panel-collapse>.panel-body {
  border-top: 0;
  padding-top: 0;
  padding: 25px 30px 30px 35px;
  background: #fff;
  color: #999999;
}


.accordion_one .panel .panel-heading a.collapsed:after {
  content: "\2b";
  color: #999999;
  background: #f1f1f1;
}

.accordion_one .panel .panel-heading a:after,
.accordion_one .panel .panel-heading a.collapsed:after {
  font-family: 'FontAwesome';
  font-size: 15px;
  width: 36px;

  line-height: 48px;
  text-align: center;
  background: #F1F1F1;
  float: left;
  margin-left: -31px;
  margin-top: -12px;
  margin-right: 15px;
}

.accordion_one .panel .panel-heading a:after {
  content: "\2212";
}

.accordion_one .panel .panel-heading a:after,
.accordion_one .panel .panel-heading a.collapsed:after {
  font-family: 'FontAwesome';
  font-size: 15px;
  width: 36px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  background: #F1F1F1;
  float: left;
  margin-left: -31px;
  margin-top: -12px;
  margin-right: 15px;
}
.text-accordion{
  font-size: 17px;
  line-height: 25px;
  letter-spacing: 1px;
  text-align: justify;
  
}



/* flight award css start */

            .Economy {
                border: 2px solid #1bb7b0;
                padding: 12px;
                gap: 10px;
            }
            #cabin{
                margin-left: 30px;
            }
            @media(max-width:667px){
                #cabin{
                margin-left: 15px;
                margin-right: 15px;
            }
            }
            .learn1{
                font-size: larger;
                font-weight: lighter;
            }
            /* .learn1:hover{
                font-size: larger;
                border: 1px solid #2BC3BC;
                padding: 10px;
            }
     */

     /* career pages  */
   
    #career{
        margin-top: 120px;
    }
    .at h6{
        font-weight: bold;
        color: black;
        border: none;
        border-bottom:none

    }
    .at h1{
        font-weight: 400;
    font-size: xxx-large;
        border-bottom:none;

    }
    .at p{
        letter-spacing: 2px;
    line-height: 3.5rem;
    font-size: 20px;
    color: #0b1f66;
    font-weight: 400;
}


.bt1{
    padding-top: 24px;
    padding-bottom: 24px;
}
    .btn-form1-submit{
        width: 25%;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .flag p{
        line-height: 25px;
        font-size: 17px;
}
.txt2{
    line-height: 30px;
    letter-spacing: 1px;
    text-align: justify;
}
.view{
    font-size: large;
font-size: 18px;
}

#sec6{
    padding: 50px;
}
/*  */

            .Economy {
                border: 2px solid #1bb7b0;
                padding: 12px;
                gap: 10px;
            }
            #cabin{
                margin-left: 30px;
            }
            @media(max-width:667px){
                #cabin{
                margin-left: 15px;
                margin-right: 15px;
            }
            }
     /*  */

     /* MAP */
    
  .map1 h2{
    font-weight: 400;
  }
  /* LOGIN CSS */

  input[type=text], input[type=password] {
    width: 100%;
    padding: 12px 20px;
    /* margin: 8px 0; */
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
  }
  
  /* Set a style for all buttons */
  button {
    background-color: #00655E;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    width: 100%;
    font-weight: bold;
    font-size: 23PX;
  }
  
  button:hover {
    opacity: 0.8;
  }
  
  /* Extra styles for the cancel button */
  .cancelbtn {
    width: auto;
    padding: 10px 18px;
    background-color: #00655E;
    border-radius: 5PX;
  }
  
  /* Center the image and position the close button */
  .imgcontainer {
    text-align: center;
    /* margin: 24px 0 12px 0; */
    position: relative;
  }
  
  img.avatar {
    width: 25%;
    border-radius: 50%;
  }
  
  .containerone {
    padding: 16px;
  }
  @media (min-width: 768px) {
    .containerone {
    /* width: 750px; */
  }
}

@media (min-width: 992px) {
  .containerone {
    /* width: 970px; */
  }
}

@media (min-width: 1200px) {
  .containerone {
    /* width: 1170px; */
  }
}
  span.psw {
    float: right;
    padding-top: 16px;
  }
  
  /* The Modal (background) */
  .modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    padding-top: 60px;
  }
  
  /* Modal Content/Box */
  .modal-content {
    background-color: #331B3F;
    margin: 5% auto 15% auto; 
    border: 1px solid #888;
    width: 80%; 
  }
  @media(min-width:1200px) and (max-width:2100px){
    .modal-content {
    background-color: #331B3F;
    margin: 5% auto 15% auto; 
    border: 1px solid #888;
    width: 50%; 
  }
  }
  
  /* The Close Button (x) */
  .close {
    position: absolute;
    right: 25px;
    top: 0;
    color: white;
    font-size: 35px;
    font-weight: bold;
  }
  
  .close:hover,
  .close:focus {
    color: #00655E;
    cursor: pointer;
  }
  
  /* Add Zoom Animation */
  .animate {
    -webkit-animation: animatezoom 0.6s;
    animation: animatezoom 0.6s
  }
  
  @-webkit-keyframes animatezoom {
    from {-webkit-transform: scale(0)} 
    to {-webkit-transform: scale(1)}
  }
    
  @keyframes animatezoom {
    from {transform: scale(0)} 
    to {transform: scale(1)}
  }
  
  /* Change styles for span and cancel button on extra small screens */
  @media screen and (max-width: 300px) {
    span.psw {
       display: block;
       float: none;
    }
    .cancelbtn {
       width: 100%;
    }
  }
  .USER{
    color: white;
    font-weight: bold;
    font-size: 20PX;
  }

  /* flight_statustwo css */

  
            .frm {
                padding: 20px 0px;
            }

            .frm label {
                color: white
            }

            .btnone {
                height: 49px;
                /* margin-top: 0px; */
                padding: 0px;
                border-radius: 2px;
                /* background: transparent; */
                border: 1px solid white;
                color: white;
                font-weight: bold;
                font-size: 20px
            }

            @media(min-width:1200px) and (max-width:2100px) {
                .btnone {

                    margin-top: 0px;


                }
            }

            .text {
                color: #000000;
                font-size: 17px
            }

            .card-body {
                padding: 20px 15px;

            }

            .card {
                border: 1px solid #CCCCCC
            }

            .sea {
                background: transparent;
                color: black;
                padding: 12px 63px;
                font-weight: 900;
                font-size: 18px;
            }

            .zoom img {
                width: -webkit-fill-available;
                height: 150px;
                /* border-radius: 5px; */
            }
        
/* flight_statusone css */

  #flightnumber {
    font-size: 22px;
    color: #000000;
    letter-spacing: 2px;
  }

  @media(max-width:400px) {
    #flightnumber {
      font-size: 18px;
    }

  }

  #mon {
    font-size: small;
    top: -9px;
    position: relative;
  }

  th {
    color: white;
    font-weight: bold;
  }

  td {
    color: white;

  }

  .end {
    text-align: end;
  }

  .center {
    text-align: center;
  }

  .left {
    text-align: end;
  }

  .ord  {
    font-size: 30px;
    letter-spacing: 2px;
    color:white
  }
  .E6{
    font-size: 30px;
    letter-spacing: 2px;
  }

  .deg {
    position: relative;
    top: -12px;
    font-size: smaller;
  }
  .TERMINAL{
    display: flex;
    justify-content: space-between;
    color:white;
    font-weight: bold;
  }
  .line-left{
  border-left: 1px solid whitesmoke; 
  height: 54px;
  margin-left: 30px;
  }
.ord1{
  color: #024;
  font-size: 30px;
}
.rowone{
margin-right: 0px;
margin-left: 0px;
}
.term{
font-size: smaller;
font-weight: 100;
}
.dep{
font-size: 18px;
color: #024;
font-weight: bold;
}
.tym{
font-size: 23px;
color: #024;

}
.char{
font-size: 12px;
color: #024;

}
.arr{
text-align: end;
}
.rowtwo{
background-color: #F7F7F7;
padding: 20px 0px; 
border-right: 5px solid #00B2A9;
}

.links a{
color:darkblue;;
font-size: small;
}
.links a:hover{
color:#00B2A9;
}


/* privacy page css start */

.privacy h4 {
  text-align: center;

}

.privacy h3 {
  font-size: 20px;
  font-weight: 600;
  color: black;

}

.privacy p {
  text-align: justify;
  font-size: 1pc;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 18px;
  color: #1f2b34;

}

ul li {

  /* list-style-type: circle; */
  font-size: 18x;
  color: #1f2b34;
  margin-bottom: 7px;


}

/* Customer_Commitment pages css */


      .cust {
        font-weight: 600;
      }

      .commi {
        font-weight: 500;
        color: black;
        line-height: 23px;
        text-align: justify;
        font-size: large;
      }
   
      .accrod_one {
        display: flex;
        /* flex-wrap: wrap; */
        justify-content: space-between;
        min-width: 234px;
        border-top: 1px solid #666;

        align-items: center;
        padding: 8px 6px;
        cursor: context-menu;
      }

      .text-accor {
        font-size: 17px;
        line-height: 25px;
        letter-spacing: 1px;
        text-align: justify;
        color: black;
      }
      .text_heading h4{
      font-size: larger;
      }
      .fa{
        font-size: x-large;
        color: black;
      }
      .linebb{
        border-bottom: 1px solid #666!important;

      }

      /*Contract_carriage page css start  */
      
    .Legal_information{
        margin-top: 100px;
    }
    .Contract {
        font-size: 40px;
        border: none;
        color: #00A99D;

    }
    .Contractone {
        font-size: 35px;
        border: none;
        font-weight: 500;
        color: #00A99D;


    }
    .baggage    {
      color: #000000;
      line-height: 23px;
          font-size: 16px;
          text-align: justify;
          }
    .baggage p   {
color: #000000;
line-height: 23px;
    font-size: 16px;
    text-align: justify;
    }
   
    strong{
      font-size: 20px;
      color:black
    }
 /*Contract_carriage page css end  */

 
      .terms {
        border: none;
        font-weight: 300;
        letter-spacing: 4px;
        color: #00a99d;

      }

      .web h2 {
        font-weight: 300;
        font-size: 25px;
        text-align: justify;
        color: #00a99d;
      }

      .web p {
        color: #000000;
        line-height: 23px;
        font-size: 16px;
        text-align: justify;
      }
   
     
            
      .termac{
       font-size: 40px;
border: none;
color: #00A99D;
}
.baggage h2{
font-size: 25px;
border: none;
font-weight: 500;
text-align: justify;
color: #00A99D;    
}
ol li{
line-height: 30px;
}


/* two flight status  */
.c-timeline{
  height: 2px;
   background-color: rgb(187, 187, 187);
}
    .sec2{
        cursor: pointer;
    }
    .pay{
        display: flex;
        justify-content:space-around;
        /* align-items: center; */
        font-size: smaller;
        
       
    }
    .u-rfloat{
        text-align: end;
    margin-top: 80px;
    
   
    }
    .u-rfloat:hover{
        color:red;

   
    }
    .seeflight{
        position: relative;
    left: -36px;
    }

    @media (max-width:567px){
        .pay{
            margin-top: 150px;
    display: flex;
    
    margin-left: -178px;
        }
    }

    @media(max-width:567px){
      .payone{
        margin-left:66px
      }
    }
    .bb4{
        height: 40px;
        padding: 12px ;
        width: 100px;
        border: 1px solid;
        border-radius: 5px;
        position: absolute;
        text-align: center;
        
        
    }
    .airport-code{
        color: black
    }
  .v1{
     border-left: 1px dotted green;
                                    height: 100px;
  }
  
  @media (max-width:767px){
        .v1{
            display: none;
        }
    }
                                        .seeone {
                                            display: flex;
                                            justify-content: space-between;
                                           
                                        }
                                        .right-wing{
                                            text-align: right;
                                        }
                                        .left-wing{
                                            text-align: left;
                                        }
                                        .time{
                                            color: #00A99D;
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 10px;
                                        }
                                        .del{
                                            color: rgba(0,0,0,.87);
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 5px;
}

.date{
    color: rgba(0,0,0,.38);
    font-weight: 400;
    font-size: 12px;
    margin-bottom: 3px;
}
.city{
    color: rgba(0,0,0,.38);
    font-weight: 400;
    font-size: 12px;
    margin-bottom: 3px;
}
.center-wing{
    width: 166px;
   
    text-align: center;
    color: rgba(0,0,0,.38);
    font-weight: 600;
    padding: 20px 10px;
}
.bag{
      background: #F7F7F7;
      border-top: 2px dotted red;
}
.wif{
  margin-top:25px
}
.e2no{
  border-top: 2px dotted red;
  padding: 10px;
}
.cabin{
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;

}
.caone{
  color: black;
  font-weight: bold;
  border-top: 2px dotted red;
  border-bottom: 2px dotted red;
  padding: 10px;
}
.catwo{
color: #331B3F;
}

                                        
                                   


