
		.responsive{
		    display: grid;
            grid-template-columns: auto auto;
            grid-gap:8px;
		}
		    @media screen and (max-width: 991px) {
          .responsive {
            grid-template-columns: auto;
            grid-gap:8px;
          }
}

h1,
h2,
h3,
h4,
h5,
h6 {
color: #4f4b8b;
    margin: 0;
    font-weight: 600;
    font-family: barlow, sans-serif;
    line-height: 1.2;
    font-size: 16px !important;
    text-align: left;
}
h1 {
  font-size: 40px;
}
h2 {
  font-size: 35px;
}
h3 {
  font-size: 28px;
}
h4 {
  font-size: 22px;
}
h5 {
  font-size: 18px;
}
h6 {
  font-size: 16px;
}
p {
  margin: 0;
}


a.btn.btn-default.btn-book {
    font-weight: bold;
    border: none;
    border: 1px solid;
    background: rgb(255,48,25);
	background: -moz-linear-gradient(top, rgb(255,48,25) 0%, rgb(207,4,4) 100%);
	background: -webkit-linear-gradient(top, rgb(87 163 167) 0%, rgb(164 205 74) 100%);
	background: linear-gradient(to bottom, rgb(87 163 167) 0%, rgb(164 205 74) 100%)
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3019', endColorstr='#cf0404',GradientType=0 );
    color: #ffffff;
    border-width: 1px 1px 2px;
    border-radius: .26666667em;
    vertical-align: bottom;
    line-height: 1.2;
	padding: 8px 16px;
    border: 1px solid #ffffff !important;
}

a.btn.btn-default.btn-book i {
    margin-right: 7px;
    font-size: 20px;
    vertical-align: bottom;
}

a.btn.btn-default.btn-book:hover {
    border-color: #b89300 #8a6e00 #8a6e00;
    background: #ffcb00;
    color: #3d3100;
}

.btn-default {
    font-weight: bold;
    border: none;
    border: 1px solid;
    background: rgb(255,48,25);
	background: -moz-linear-gradient(top, rgb(255,48,25) 0%, rgb(207,4,4) 100%);
	background: -webkit-linear-gradient(top, rgb(87 163 167) 0%, rgb(164 205 74) 100%);
	background: linear-gradient(to bottom, rgb(87 163 167) 0%, rgb(164 205 74) 100%)
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3019', endColorstr='#cf0404',GradientType=0 );
    color: #ffffff;
    border-width: 1px 1px 2px;
    border-radius: .26666667em;
    vertical-align: bottom;
    line-height: 1.2;
	padding: 8px 16px;
    border: 1px solid #ffffff !important;
}


.flight_box {
    background: #fff;
    padding: 12px;
    margin-bottom: 8px !important;
    position: relative;
}

.flight_box:hover {
    background-color: #fff;
}

.flight_box .flight_anch {
    bottom: 0;
    font-size: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

.ft_right .btn-book {
    position: relative;
    z-index: 9;
}

.flight_box .ft-left {
    width: 21%;
    text-align: center;
}

.flight_box .ft-left .image-holder {
    text-align: center;
    display: inline-block;
}

.flight_box .ft_right {
    width: 74%;
}

.flight_box .ft_right .inner_rt {
    float: right;
}

.display_ib {
    display: inline-block;
    vertical-align: middle;
}

.flight_box .pricing {
    list-style: none;
    padding: 0;
    text-align: right;
}

.flight_box .ft_arrow {
    padding: 0 15px 0 10px;
}

.flight_box .ft_arrow > img {
    width: 20px;
}

.flight_box .ft_date {
    margin-bottom: 5px;
}

.flight_box .ft_date > strong {
    color: #0065b8;
}

.flight_box .code {
    font-size: 20px;
    font-weight: 700;
}

.flight_box .truncate {
    white-space: nowrap;
    display: block;
}
.flight_box .pricing li {
    color: #757575;
    font-size: 14px;
    margin: 0;
}

.flight_box .pricing li:nth-child(2) {
    margin-top: 6px;
}


.main_flight_box .flight_box_inner {
    cursor: pointer;
    display: table;
    table-layout: fixed;
    width: 100%;
}

.main_flight_box .flight_box_inner:hover {
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
    position: relative;
    transform: translate(0px, -1px);
    transition: transform 0.1s ease 0s, box-shadow 0.2s ease 0s;
    z-index: 10;

}

.flight_box .ft_right {
    width: 74%;
}

.flight_box .ft_right .inner_rt {
    float: right;
}