.inner-airlines-sec{
    position:relative;
}
.inner-airlines-sec:before {
    content: '';
    background: linear-gradient(-85deg, #0c20bd96, #0c1472eb);
    position: absolute;
    width: 100%;
    height: 100%;
}

.main-footer {
    background-color: #e8eaff;
}

/*.quick-link .middle-heading-title {*/
/*    font-size: 17px;*/
    /* background-color: #0019ce; */
/*    color: #0019d6;*/
    /* padding: 4px 10px; */
/*    display: block;*/
/*    margin: 2px 0 5px;*/
/*    border-radius: 2px;*/
/*    font-style: italic;*/
/*    text-align: center;*/
/*}*/

.quick-link .middle-heading-title
{
    font-size: 17px;
    background-color: #0019ce;
    color: #fff;
    padding: 4px 10px;
    display: block;
    margin: 2px 0 5px;
    border-radius: 2px;
    font-style: italic;
    text-align: center;
}
.inner-page-content-wrapper p {
    color: #000;
}
.call-text {
    color: #dc143c;
    font-weight: 600;
    font-size: 16px;
    display:inline-block;
}
.call-text:hover{
    color:#000;
}
.major-routes-itmes {
    background-color: #0010d1;
    color: #fff;
    padding: 24px 6px;
    font-size: 16px;
    text-align: center;
    margin: 4px 0;
    font-weight: 600;
    border-radius: 4px;
}

.major-routes-itmes .body-content span {
    width: 40%;
    display: inline-block;
    border: 0.5px dashed #fff;
    position: relative;
    top: -5px;
    margin: 0 11px;
}

.major-routes-itmes .body-content img {
    width: 100%;
    max-width: 30px;
    margin: 0px 20px 0px 15px;
}

.inner-page-content-wrapper p:not(last-child) {
    margin-bottom:10px;
}

#main-wrapper {
  margin: 50px 0;
}

#main-wrapper #faq .card {
  margin-bottom: 15px;
  border: 0;
}

#main-wrapper #faq .card .card-header {
  border: 0;
  -webkit-box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
          box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
  border-radius: 2px;
  padding: 0;
}

#main-wrapper #faq .card .card-header .btn-header-link {
color: #fff;
    display: block;
    text-align: left;
    background: #0010d1;
    color: #ffffff;
    padding: 20px;
}

#main-wrapper #faq .card .card-header .btn-header-link:after {
  content: "\f107";
     font-family: 'FontAwesome';
  font-weight: 900;
  float: right;
}

#main-wrapper #faq .card .card-header .btn-header-link.collapsed {
  background: #0010d1;
  color: #fff;
}

#main-wrapper #faq .card .card-header .btn-header-link.collapsed:after {
  content: "\f106";
}

#main-wrapper #faq .card .collapsing {
  background: #FFE472;
  line-height: 30px;
}

#main-wrapper #faq .card .collapse {
  border: 0;
}

#main-wrapper #faq .card .collapse.show {
  /*background: #FFE472;*/
  line-height: 30px;
  color: #000;
  background:#e8e8e8;
}

.inner-page-content-wrapper i {
    font-weight: 600;
    color: #000;
}


.heading-title-h3 {
    color: #000;
    font-size: 17px;
    font-weight: 900;
    margin-bottom: 5px;
    margin-top: 10px;
}

.content-sub-wrapper ul li {
    color: #000;
}

.list .content-sub-wrapper ul li:before

 {

    color: #0010d1;
 
}

.major-routes-itmes .body-content {
    display: flex
;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}


.major-routes-itmes .body-content img {
    width: 100%;
    max-width: 30px;
    margin: 5px 20px 7px 15px;
    transform: rotate(139deg);
}
.inner-page-content-wrapper ul li {
    color:#000 !important;
}

.content-sub-wrapper .theme-heading-h4 {
    font-size: 17px;
    color: #000;
    font-weight: 900;
}

.inner-page-content-wrapper .content-sub-wrapper:not(last-child) {
    margin-bottom: 10px;
}