  @import url(https://fonts.googleapis.com/css2?family=Montserrat&display=swap);

body {
  font-family: Montserrat, sans-serif;
}
a:hover{
  text-decoration: none;
}
a:focus{
  text-decoration: none;
}
h5,
header h2 {
  font-weight: 600;
}
p{
    color: #000;
}
.form-input,
.range-input,
.slider {
  position: relative;
}

.top-header {
  display: flex;
}
.ml-55 {
  margin-left: 30px;
}
.mr-55 {
  margin-right: 30px;
}
.top-header-two {
  display: flex;
  text-align: center;
}
.way-date a {
    background: #000;
    color: #fff;
    padding: 12px 15px;
    margin: 6px 0 0px 20px;
    display: block;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.5px;
    border-radius: 5px;
}
section.flight-search {
    background: #fae401;
    padding: 14px 0;
}
::selection {
  color: #fff;
  background: #fae401;
}
.wrapper {
  width: 400px;
  background: #fff;
  border-radius: 10px;
  padding: 20px 25px 40px;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.1);
}
.box-line-last:hover, .side-bar-listing {
    /* box-shadow: 0 0 6px #a7a7a7; */
   box-shadow: 0 0 8px 0px rgb(0 0 0 / 20%);
}
header h2 {
  font-size: 24px;
}
header p {
  margin-top: 5px;
  font-size: 16px;
}
.price-input {
  width: 100%;
  display: flex;
  margin: 30px 0 35px;
}
.form-input,
.form-input input:checked ~ .checkmark:after,
ul li {
  display: block;
}
.price-input .field {
  display: flex;
  width: 100%;
  height: 45px;
  align-items: center;
}
.field input {
  width: 100%;
  height: 100%;
  outline: 0;
  font-size: 19px;
  margin-left: 12px;
  border-radius: 5px;
  text-align: center;
  border: 1px solid #999;
  -moz-appearance: textfield;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}
.price-input .separator {
  width: 130px;
  display: flex;
  font-size: 19px;
  align-items: center;
  justify-content: center;
}
.slider {
  height: 5px;
  background: #ddd;
  border-radius: 5px;
}
.slider .progress {
  height: 100%;
  left: 25%;
  right: 25%;
  position: absolute;
  border-radius: 5px;
  background: #17a2b8;
}
.range-input input {
  position: absolute;
  width: 100%;
  height: 5px;
  top: -5px;
  background: 0 0;
  pointer-events: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
input[type="range"]::-webkit-slider-thumb {
  height: 17px;
  width: 17px;
  border-radius: 50%;
  background: #17a2b8;
  pointer-events: auto;
  -webkit-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}
input[type="range"]::-moz-range-thumb {
  height: 17px;
  width: 17px;
  border: none;
  border-radius: 50%;
  background: #17a2b8;
  pointer-events: auto;
  -moz-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}
.side-bar-listing h3 {
    background: #000;
    margin: 0;
    color: #fff;
    text-align: center;
    padding: 17px 20px;
    font-size: 15px;
    font-family: Montserrat, sans-serif;
    text-transform: uppercase;
}
a.reset {
  float: right;
  background: #000;
  margin: 10px;
  padding: 4px 13px;
  color: #fff;
  font-size: 12px;
}
.side-bar-listing h4 {
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 12px;
    font-family: Montserrat, sans-serif;
}
.border-bottom {
  border-bottom: 1.5px solid #cacaca;
  margin: 20px 0;
}
.p-0,
ul {
  padding: 0;
}
.stop-a a {
  background: #fff;
  padding: 8px 22px;
  font-size: 14px;
  font-weight: 500;
  color: #000;
  border: 1px solid #e7e7e7;
  border-radius: 5px;
}
section.bg-white {
  background: #f7f7f7;
  padding: 20px 0;
}
input[type="checkbox"] {
  margin: 0 11px 0 0 !important;
  position: relative !important;
}
.form-input {
  padding-left: 30px;
  margin-bottom: 11px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: 400;
}
.form-input input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
  border: 1px solid #fae401;
}
.form-input:hover input ~ .checkmark {
  background-color: #ccc;
}
.form-input input:checked ~ .checkmark {
  background-color: #fae401;
  color: #000;
}
a.btn.now-book:hover,
p.airline {
  color: #fff;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.form-input .checkmark:after {
    left: 8px;
    top: 4px;
    width: 5px;
    height: 10px;
    border: solid #000;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
p.time-date {
  float: right;
  font-size: 14px;
}
.side-bar-listing {
  border: 1px solid #ddd;
  border-top: none;
  background: #fff;
}
.side-box {
  padding: 0 14px;
}
li.box-icon img {
  width: 30px;
  height: 30px;
}
.top-right-header ul li {
  float: left;
  width: 14%;
  text-align: center;
  border: 1px solid #eee;
  padding: 10px;
}
li.box-icon p {
  font-size: 12px;
  margin: 0;
}
li.box-firstbg {
  background: grey;
  color: #fff;
}
.my-carousel-item {
  display: flex;
  border: 1px solid #eee;
  padding: 4px;
  background: #fff;
}
.my-carousel-item img {
  width: 38px !important;
  height: 38px;
}
.my-carousel-item p {
    font-size: 14px;
    margin-left: 8px;
    margin-bottom: 0;
    line-height: 19.2px;
    color: #000;
}
.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
    text-align: center;
}
p.airline img {
    width: 48px;
    position: absolute;
    left: 0px;
    top: 0;
}
p.airline {
    position: relative;
    background: #fae401;
    padding: 12px;
    padding-left: 60px;
    text-transform: uppercase;
    text-align: center;
    margin: 0;
    color: #000;
    font-weight: 600;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    letter-spacing: 0.5px;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
  width: 20% !important;
  text-align: left;
  font-size: 12px;
}
.nav-tabs > li > a.active,
.nav-tabs > li > .active:focus,
.nav-tabs > li > a.active:hover {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
/*  border-top: 1px solid #fae401;*/
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid #eee;
  border-radius: 4px 4px 0 0;
  background: #fff;
  color: #000;
}
ul.list-style li {
  width: 20%;
  float: left;
  text-align: center;
}
ul.list-style img {
  width: 40px;
  margin: 0 auto;
}
.box-flight-set {
  background: #fff;
  padding: 10px 10px 0;
  display: grid;
}
ul.list-style h2 {
  margin-top: 0;
  font-size: 22px;
  font-weight: 500;
  color: #1e8ab4;
}
ul.list-style span {
  font-size: 11px;
}
ul.list-style p {
  margin: 0;
}
ul.list-style h4 {
  color: #000;
  font-weight: 600;
  letter-spacing: 0.5px;
  margin-top: 0;
  margin-bottom: 4px;
  font-size: 14px;
}
a.btn.now-book {
    background: #fae401;
    color: #000;
    font-weight: 600;
    margin-top: 6px;
    padding-top: 3px;
    margin-bottom: 8px;
    text-transform: uppercase;
    font-size: 14px;
    /* font-weight: 600; */
    letter-spacing: 0.3px;
}
.box-line-last {
  background: #f7f7f7;
  border: 1px solid #e7e7e7;
  border-radius: 3px;
  margin-top: 20px;
}
.box-line-last h6 {
  padding: 10px 15px;
  margin: 0;
  font-size: 14px;
}


.tab-content a {
    color: #337ab7;
    /* font-weight: 100; */
}


@media only screen and (max-width:768px) {
  .ml-80 {
    margin-left: 10px;
  }
  .way-date a {
    background: #000;
    color: #fff;
    padding: 12px 8px;
    margin: 4px 6px 10px 41px;
    display: block;
    font-size: 12px;
}
  .mr-80 {
    margin-right: 18px;
  }

  ul.list-style img {
    width: 30px;
    margin: 0 auto;
  }
  ul.list-style h2 {
    font-size: 14px;
    font-weight: 600;
    line-height: 27px;
  }
  ul.list-style p {
    margin: 0;
    font-size: 10px;
    line-height: 17px;
  }
  a.btn.now-book {
    background: #fae401;
    color: #000;
    font-weight: 600;
    margin-top: 6px;
    font-size: 10px;
    padding: 1px 4px;
  }
  .box-line-last {
    margin-top: 10px;
  }
  .nav > li > a {
    position: relative;
    display: block;
    padding: 4px 10px 4px 3px;
    text-align: center;
    display: grid;
  }
  p.airline {
    padding: 12px 6px;
  }
  .side-bar-listing {
    margin-bottom: 20px;
  }
  .stop-a a {
    padding: 8px 19px;
  }
  .way-date {
    padding: 4px;
    
    margin-bottom: 14px;
}
.mr-55 {
    margin-right: 13px;
}
}





span.color-yellow {
  color: #fae401;
}





<style>
    @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400&display=swap');
    body{
      font-family: 'Montserrat', sans-serif;
    }
    button.btn-closepupup {
    background: #fee307;
    position: absolute;
    right: -8px;
    width: 30px;
    border: none;
    border-radius: 100%;
    top: -8px;
    height: 30px;
}

  button.btn-closepupup:hover{
    color: #fff;
  }

p.tourside {
    text-align: center;
    background: #fee307;
    margin: 0 60px;
    border-radius: 12px 12px 0px 0px;
    padding: 16px 8px;
    font-weight: 600;
    margin-top: -10px;
    font-size: 15px;
}
/*p.tourside img {
    background: #000;
    color: #fee307;
    padding: 3px 6px;
    border-radius: 10px;
    margin: 0 17px;
}*/
p.tourside img {
    width: 70px;
    margin: 0px 13px;
}
p.para {
    font-size: 14px;
    margin: 20px 10px;;
    background: #ffffff91;
}
.body-modal h4 {
    font-weight: 600;
    letter-spacing: 0.5px;
    background: #ffffff;
    font-size: 18px;
    padding: 6px 8px;
    border-radius: 10px;
    margin-top: -5px;
    color: #000;
    line-height: 30px;
}
img.img-logoss {
    margin: 12px 0;
    width: 32%;
    background: #fff;
    padding: 10px 13px;
    border-radius: 7px;
}

.modal-content {
    border-radius: none;
    background-repeat: no-repeat;
    background-position: right;
    top: 50px;
    border: none;
    border-radius: 14px;
    display: flow-root;
}
.body-modal {
    text-align: center;
    color: #6d6d6d;
    padding: 34px 18px 34px 18px;
}


/*p.tourside:before {
    content: '';
    background: #fee307;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 44px;
    top: -10px;
    border-radius: -3px 31px 10px 50px;
    transform: rotate(87deg);
    border-radius: 1px 0px 0px 20px;
}

p.tourside:after {
    content: '';
    background: #fee307;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 44px;
    top: -8px;
    border-radius: -3px 31px 10px 50px;
    border-radius: 5px 29px 5px 5px;
    transform: rotate(14deg);
}*/
.p-0{
  padding: 0;
}
.body-modal p {
    font-weight: 500;
    font-size: 14px;
    /* text-shadow: 0 0 0px black; */
    color: black;
}
.top-header2 {
    margin-top: -23px;
}

.modal-dialog {
    width: 500px;
    margin: 30px auto;
}



@media (max-width: 768px){
.modal-dialog {
    width: 100%;
    margin: 30px auto;
    padding: 10px 10px;
}

}

@media only screen and (max-width:767px){
p.tourside {
    /* margin: 0 28px; */
    margin: 0;
}
p.tourside img {
    width: 50px;
    margin: 0px 4px;
}
p.para {
    font-size: 12px;
    margin: 0;
   
}
.body-modal h4 {
    font-weight: 600;
    letter-spacing: 0.5px;
    background: #ffffff;
    font-size: 13px;
    padding: 6px 8px;
    border-radius: 10px;
    margin-top: 0px;
}
p.para {
    font-size: 14px;
    margin: 20px 10px;

}
.body-modal p {
    font-weight: 500;
    font-size: 12px;
    color: black;
}
p.para {
    font-size: 12px;
    margin: 20px 10px;
    background: none;
    margin: 0;
    padding: 0 10px;
}
img.img-logoss {
    margin: 12px 0;
    width: 50%;
    background: #fff;
    padding: 10px 13px;
    border-radius: 7px;
}
.body-modal {
    text-align: center;
    color: #6d6d6d;
    padding: 24px 18px 0px 18px;
}

}
.text-centre {
    text-align: center;
}

.side-box h4 {
    margin-top: 10px;
}

p.tourside span {
    color: #000;
}




div#exampleModal {
    top: 100px;
}

.way-date h5 {
    font-size: 16px;
}

.way-date p {
    font-size: 15px;
    color: #000;
}

.copy-footer p {
    color: #bcbcbc;
}

.search {
    background: #fede00;
    padding: 5px 30px;
    font-weight: 600;
    display: inline-block;
    letter-spacing: 0.5px;
    /* margin-bottom: 20px; */
    margin: 10px;
    border: 1px solid #000;
    border-radius: 5px;
    font-size: 14px;
    text-transform: uppercase;
}

.search:hover {
    background: #000;
      color: #fff;  
  }

a.reset {
    float: right;
    background: #000;
    margin: 11px;
    color: #fff;
    font-weight: 600;
    background: #000000;
    padding: 5px 24px;
    display: inline-block;
    border: 1px solid #fede00;
    border-radius: 5px;
    font-size: 14px;
    letter-spacing: 0.5px;
}
a.reset:hover {
    background: #fede00;    
    color: #000;
   
}


.way-date {
    background: white;
    padding: 4px 12px;
    /* border: 1px solid #000; */
    border-radius: 5px;
    box-shadow: 0px 0px 4px -1px;
}

.way-date.modify-btn {
    background: none;
    border: none;
    box-shadow: none;
}
p.cupon-code {
    text-align: center;
    background: #ececec;
    padding: 3px 4px;
    color: #000;
    font-size: 13px;
    font-weight: 500;
}




.hdngpops {
    background: none repeat scroll 0 0 #fee400;
    color: #333;
    display: block;
    font-size: 22px;
    font-weight: 600;
    padding: 10px 20px;
    border-radius: 14px 14px 0px 0px;
}




.popuphed, .popconyent, .popfooter {
    float: left;
    width: 100%;
}

.p_i_w {
    border-radius: 5px;
    display: block;
    
}

.hdngpops .fa {
    color: #999;
    font-weight: normal;
    margin: 0 10px;
}
.contfare {
    display: block;
    margin: 15px;
    
}

.contfare .nav-tabs.flittwifil {
    margin: 0;
}

.contfare .nav-tabs.flittwifil {
    margin: 0;
}

.nav-tabs.flittwifil li {
    width: auto !important;
}

.nav-tabs.flittwifil li {
    margin: 2px;
    
}

.nav-tabs.flittwifil li a {
    background: none repeat scroll 0 0 #e6e5e5;
    border-radius: 3px;
   
    font-size: 14px;
    margin: 0;
    padding: 10px;
    text-align: center;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.nav-tabs.flittwifil li.active a, .nav-tabs.flittwifil li.active a:hover {
    
    color: #221E1F;
}

.flittwifil a.active{
  background: none repeat scroll 0 0 #FEE400 !important;
    
    color: #221E1F !important;
}

.tabmarg {
    display: block;
    margin: 15px 0 0;
    
}

.alltwobnd {
    display: table;
    width: 100%;
}
.nopad {
    padding: 0!important;
}

.inboundiv {
    display: block;
    
    padding: 10px;
}

.hedtowr {
    color: #221E1F;
    display: block;
    font-size: 16px;
    font-weight: 600;
    padding: 5px 10px;
    clear: both;
    background: #f7f7f7;
}
.hedtowr strong {
    color: #666;
    font-weight: 300;
}

.flitone {
    border-bottom: 1px dashed #ddd;
    padding: 8px 0px 8px 0px;
    /* float: left; */
    width: 100%;
    background: #f3f3f3;
    font-size: 13px;
    margin-left: 0px;
}



.flitsmdets strong {
    color: #666;
    display: block;
    font-weight: 300;
    margin: 5px 0 0;
    
}


.dateone {
    display: block;
    font-size: 16px;
    font-weight: 600;
    
}

.termnl {
    color: #333;
    display: block;
    
    line-height: 20px;
    font-size: 14px;
}


.Baggage_block {
    width: 100%;
    float: left;
}

.flo_w {
    width: auto;
    float: right;
    font-size: 15px;
    color: #666;
    text-align: left;
    padding: 0px 10px;
}

.air_seat {
    width: 12px;
    height: 20px;
    float: left;
    margin-right: 9px;
    background: url(https://www.adotrip.com/booking/extras/system/template_list/template_v3/images/flight_seat.png) no-repeat 0 0 !important;
    background-position: 0px 0 !important;
}


.inboundiv.sidefare {
    
    border-radius: 5px;
    padding: 0;
}

.fa-long-arrow-right:before {
    content: "\f178";
}

.farehdng {
    /* border-bottom: 1px solid #fee400; */
    /* color: #666; */
    display: block;
    font-size: 18px;
    /* margin: 0 0 15px; */
    /* overflow: hidden; */
    /* padding: 0 0 10px; */
    background: #fee400;
    padding: 10px;
    border-radius: 5px 5px 0px 0px;
}
.row.fare {
    border-bottom: 1px solid #eee;
    color: #666;
   
    font-size: 14px;
    overflow: hidden;
    padding: 10px 0;
}

.pricelbl {
    display: block;
    overflow: hidden;
    text-align: right;
}

.inboundiv.sidefare {
    border: 1px solid #fee400;
    box-shadow: 0 1px 2px 0 #ccc;
    margin: 10px 20px;
    background: #f5f5f5;
}
.inboundiv {
    display: block;
    overflow: hidden;
    padding: 10px;
}

.inboundivinr {
    padding: 0px 22px;
}

.rowfare.grandtl {
    background: none repeat scroll 0 0 #eee;
    color: #333;
    font-size: 16px;
    padding: 10px;
    text-transform: uppercase;
}

.row.fare.grandtl {
    background: black;
    padding: 7px 10px;
    font-size: 18px;
    border-radius: 5px;
    color: #fff;
    margin-bottom: 15px;
    margin-top: 13px;
}

.layoverdiv {
    display: block;
    margin: 10px 0;
    overflow: hidden;
    position: relative;
    text-align: center;
}

.centovr {
   
    border-radius: 3px;
    color: #666;
    display: block;
    margin: 0 auto;
    overflow: hidden;
    padding: 5px;
    position: relative;
    font-size: 15px;
    z-index: 10;
}

.centovr .fa {
    color: #999;
    margin: 0 5px;
}

.arocl.fa {
    color: #666;
    display: block;
    font-size: 14px;
    margin: 10px 0;
    overflow: hidden;
    text-align: center;
}



.hdngpops img {
    width: 54px;
    margin: 0px 10px 2px 13px;
}



.flight-fare-rules table, tr, td:first-child {
    background: white;
    font-weight: 500;
    border: 1px solid #c1c1c1;
    margin: 0;
    
}

.flight-fare-rules td{
  margin: 0;
}

.flight-fare-rules th{
  margin: 0;
   border: 1px solid #c1c1c1;
}

.flght_srch_popup .flight-fare-rules table, tr, td:first-child {
    border: 0px solid #c1c1c1;
}

.body-modal h5 {
    color: #000;
    font-size: 16px;
}

.bg-light-grey{
    background: #eee;
    padding: 4px 5px;
    margin-bottom: 15px;
}

.show_hide {
    display:none;
   
}
.show_hide2 {
    display:none;
   
}

li.slidingDiv {
    cursor: pointer;
}

li.slidingDiv2 {
    cursor: pointer;
}


p.heading-flight .fa {
    background: #000000;
    font-size: 11px;
    width: 18px;
    height: 18px;
    border-radius: 100%;
    text-align: center;
    line-height: 18px;
    position: relative;
    top: -2px;
    color: #fff;
}

p.heading-flight{
    position: relative;
}

.tour_booking_amount_area ul li:last-child {
     border: none; 
}

.tour_booking_amount_area ul {
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}

h6.remove_coupon_tour {
    font-weight: 600 !important;
    text-transform: uppercase !important;
    font-family: Montserrat, sans-serif;
}

.detail-user h4 {
  
    text-transform: capitalize;
}

.tour_details_right_box_heading img {
    position: absolute;
    width: 53px;
    left: 0px;
    top: 0px;
}


h3.head-flight-detail {
    padding-left: 48px;
}

.bg-gradiant {
   
    padding-top: 17px;
}


button.accordion-button {
    font-size: 20px !important;
    /* font-weight: 500; */
    /* font-family: 'Poppins', sans-serif; */
    background: #fbfbfb !important;
    padding-left: 12px !important;
}








@media only screen and (max-width: 1024px) {
    .way-date p {
    font-size: 12px;
    color: #000;
}

.way-date h5 {
    font-size: 12px;
}
    .ml-55 {
    margin-left: 20px;
}

.way-date a {
    background: #000;
    color: #fff;
    padding: 12px 8px;
    margin: 0px 0px 0px 0px ;
    display: block;
    font-size: 12px;
}

.mr-55 {
    margin-right: 20px;
}

}

@media only screen and (max-width: 920px) {
    .way-date p {
    font-size: 12px;
    color: #000;
}

.way-date h5 {
    font-size: 12px;
}
    .ml-55 {
    margin-left: 8px;
}

.way-date a {
    background: #000;
    color: #fff;
    padding: 12px 8px;
    margin: 0px 0px 0px 0px ;
    display: block;
    font-size: 8px;
}

.mr-55 {
    margin-right: 6px;
}

}

@media only screen and (max-width: 820px) {
    .way-date p {
    font-size: 12px;
    color: #000;
}

.way-date h5 {
    font-size: 12px;
}
    .ml-55 {
    margin-left: 8px;
}

.way-date a {
    background: #000;
    color: #fff;
    padding: 12px 8px;
    margin: 0px 0px 0px 0px ;
    display: block;
    font-size: 8px;
}

.mr-55 {
    margin-right: 6px;
}

}

@media only screen and (max-width: 768px) {
    .way-date p {
    font-size: 12px;
    color: #000;
}

.way-date h5 {
    font-size: 12px;
}
    .ml-55 {
    margin-left: 8px;
}

.way-date a {
    background: #000;
    color: #fff;
    padding: 12px 8px;
    margin: 0px 0px 0px 0px ;
    display: block;
    font-size: 8px;
}

.mr-55 {
    margin-right: 6px;
}

.modal-dialog {
    width: 100% !important;
    margin: 30px auto;
    padding: 10px 10px;
}

table {
    caption-side: bottom;
    border-collapse: collapse;
    display: block;
    overflow-x: auto;
    white-space: nowrap;
}

}

@media only screen and (max-width: 560px) {
    .way-date p {
    font-size: 14px;
}

.top-header {
    margin: 0px 15px;
}

.top-header-two {
    margin: 0px 15px;
}

.way-date h5 {
    font-size: 16px;
}
/*    .ml-55 {
    margin-left: 78px;
}*/

.way-date a {
    background: #000;
    color: #fff;
    padding: 12px 8px;
    margin: 0px 0px 0px 15px ;
    display: block;
    font-size: 14px;
}

.mr-55 {
    margin-right: 25px;
}

}


@media only screen and (max-width: 420px) {
    .ml-55 {
    margin-left: 10px;
}

button.btn-closepupup {
    background: #fee307;
    position: absolute;
    right: 0px;
    width: 30px;
    border: none;
    border-radius: 100%;
    top: -20px;
    height: 30px;
}

}


@media only screen and (max-width: 400px) {
    .way-date p {
    font-size: 12px;
}

.top-header {
    margin: 0px 15px;
}

.top-header-two {
    margin: 0px 15px;
}

.way-date h5 {
    font-size: 12px;
}
    .ml-55 {
    margin-left: 10px;
}

.way-date a { 
    background: #000;
    color: #fff;
    padding: 12px 8px;
    margin: 0px 0px 0px 0px ;
    display: block;
    font-size: 6px;
}

.mr-55 {
    margin-right: 6px;
}

button.btn-closepupup {
    background: #fee307;
    position: absolute;
    right: 0px;
    width: 30px;
    border: none;
    border-radius: 100%;
    top: -20px;
    height: 30px;
}

}

.farestybig {
   
  font-weight: 800 !important;
  color: #000 !important;
}


.topssec::after {
  display: none;
}

.arimobold img {
position: absolute;
width: 45px;
left: 0px;
top: 0px;
}

.arimobold {
padding: 10px;
background: #fee400;
font-weight: 600;
color: #000;
}

.signinhde {
background: #fee400 none repeat scroll 0 0;
font-weight: 600;
color: #000;
}

.grandtotal {
padding: unset !important;
background: unset !important;
color: unset !important;
}

.amnter {
    padding: unset !important;
    background: unset !important;
    color: #000 !important;
    font-weight: 500 !important;
}

.copy_fare_summery {
margin-top: 15px !important;
}

@media(min-width: 768px) {
  #space_btn {
      padding: 0 0 0 11px !important;
  }
}



/* flight list and detail */



.slidingDiv .fa {
  background: #000000;
  font-size: 11px;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  text-align: center;
  line-height: 18px;
  position: relative;
  top: -2px;
  color: #fff;
}
.slidingDiv2 .fa{
  background: #000000;
  font-size: 11px;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  text-align: center;
  line-height: 18px;
  position: relative;
  top: -2px;
  color: #fff;
}

.kindrest .freshd span {
  float: right;
font-size: 14px;
font-weight: 600;
color: #818090;
}


input.airline-slider[type="checkbox"] {
  position: absolute !important;
}

.splmodify .wament [type="radio"]:checked + label, .splmodify .wament [type="radio"]:not(:checked) + label {
color: #000 !important;
}

.airlinesd {
padding: 8px 5px;
}

.airlineall {
background: none repeat scroll 0 0 #fae401;
color: #000;
font-weight: 600;
line-height: 45px;
} 

#clone-list-container {
background: #e8e8e8;
padding: 5px 5px;
}

button.collapsebtn {
font-weight: 600;
}

[type="checkbox"]:not(:checked), [type="checkbox"]:checked {
position: absolute !important;
}

.divinsidefltr {
box-shadow: none;
}

.sorta{
border-color:#fff;
border-bottom: 1px solid #d3d3d3;
}

.sorta.active {
border-bottom: 1px solid #fff;
}

button.collapsebtn {
font-weight: 600 !important;
}



.airlineall img {
    width: 52px;
    margin-left: -20px;
    margin-right: 16px;
}

.farestybig {
 
  font-weight: 800 !important;
  color: #000 !important;
}



.sidepricebig {
  color: #000;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.5px;
  margin-top: 10px;
}

.sidepricebig strong {
  font-size: 20px;
font-weight: 700;

}

div#multi_way_fieldset button.city_close_btn.remove_city {
    color: #ffff;
}

div#multi-flight-summary-container .smal_udayp {
    /* width: 35%; */
    margin-left: 20px;
    /* margin: 0; */
}

.f-s-d-w.col-xs-8.nopad.wayeght.full_same {
    min-height: 110px;
}
@media screen and (max-width: 992px){
div#multi-flight-summary-container .f-s-d-w.col-xs-8.nopad.wayeght.full_same {
    min-height: 167px;
}
}