@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,500;0,600;0,700;1,400;1,500;1,600&display=swap');
@charset "utf-8";
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box
}

.clear,
.clearfix {
    clear: both
}

a,
button {
    transition: .3s linear;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    text-decoration: none
}

a:active,
a:focus,
a:hover {
    text-decoration: none
}
.text-center{text-align: center;}

.form-control {
    width: 100%;
    float: left;
    background-color: #fff;
    border: 1px solid #ccc;
    outline: 0;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px
}

.container {
    width: 1170px;
    margin: auto;
    padding-left: 15px;
    padding-right: 15px
}

.row {
    margin-left: -15px;
    margin-right: -15px
}

.row::after,
.row::before {
    display: table;
    content: ""
}

.row::after {
    clear: both
}

[class*=col-] {
    position: relative
}

.col-lg-1 {
    width: 8.333333333333333%;
    float: left;
    padding-left: 15px;
    padding-right: 15px
}

.col-lg-2 {
    width: 16.66666666666667%;
    float: left;
    padding-left: 15px;
    padding-right: 15px
}

.col-lg-3 {
    width: 25%;
    float: left;
    padding-left: 15px;
    padding-right: 15px
}

.col-lg-4 {
    width: 33.333333333333333%;
    float: left;
    padding-left: 15px;
    padding-right: 15px
}

.col-lg-5 {
    width: 41.66666666666667%;
    float: left;
    padding-left: 15px;
    padding-right: 15px
}

.col-lg-6 {
    width: 50%;
    float: left;
    padding-left: 15px;
    padding-right: 15px
}

.col-lg-7 {
    width: 58.333333333333333%;
    float: left;
    padding-left: 15px;
    padding-right: 15px
}

.col-lg-8 {
    width: 66.66666666666667%;
    float: left;
    padding-left: 15px;
    padding-right: 15px
}

.col-lg-9 {
    width: 75%;
    float: left;
    padding-left: 15px;
    padding-right: 15px
}

.col-lg-10 {
    width: 83.333333333333333%;
    float: left;
    padding-left: 15px;
    padding-right: 15px
}

.col-lg-11 {
    width: 91.66666666666667%;
    float: left;
    padding-left: 15px;
    padding-right: 15px
}

.col-lg-12 {
    width: 100%;
    float: left;
    padding-left: 15px;
    padding-right: 15px
}

.hide {
    display: none
}

@media (min-width:1200px) {
    .hidden-lg {
        display: none
    }
}

@media (max-width:1199px) {
    .f-w-md {
        width: 100%
    }
    .hidden-to-md {
        display: none
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .container {
        width: 992px
    }
    .col-md-1 {
        width: 8.333333333333333%;
        float: left;
        padding-left: 15px;
        padding-right: 15px
    }
    .col-md-2 {
        width: 16.66666666666667%;
        float: left;
        padding-left: 15px;
        padding-right: 15px
    }
    .col-md-3 {
        width: 25%;
        float: left;
        padding-left: 15px;
        padding-right: 15px
    }
    .col-md-4 {
        width: 33.333333333333333%;
        float: left;
        padding-left: 15px;
        padding-right: 15px
    }
    .col-md-5 {
        width: 41.66666666666667%;
        float: left;
        padding-left: 15px;
        padding-right: 15px
    }
    .col-md-6 {
        width: 50%;
        float: left;
        padding-left: 15px;
        padding-right: 15px
    }
    .col-md-7 {
        width: 58.333333333333333%;
        float: left;
        padding-left: 15px;
        padding-right: 15px
    }
    .col-md-8 {
        width: 66.66666666666667%;
        float: left;
        padding-left: 15px;
        padding-right: 15px
    }
    .col-md-9 {
        width: 75%;
        float: left;
        padding-left: 15px;
        padding-right: 15px
    }
    .col-md-10 {
        width: 83.333333333333333%;
        float: left;
        padding-left: 15px;
        padding-right: 15px
    }
    .col-md-11 {
        width: 91.66666666666667%;
        float: left;
        padding-left: 15px;
        padding-right: 15px
    }
    .col-md-12 {
        width: 100%;
        float: left;
        padding-left: 15px;
        padding-right: 15px
    }
    .hidden-md {
        display: none
    }
}

@media (max-width:991px) {
    .f-w-sm {
        width: 100%
    }
    .hidden-to-sm {
        display: none
    }
}

@media (min-width:768px) and (max-width:991px) {
    .container {
        width: 768px
    }
    .col-sm-1 {
        width: 8.333333333333333%;
        float: left;
        padding-left: 15px;
        padding-right: 15px
    }
    .col-sm-2 {
        width: 16.66666666666667%;
        float: left;
        padding-left: 15px;
        padding-right: 15px
    }
    .col-sm-3 {
        width: 25%;
        float: left;
        padding-left: 15px;
        padding-right: 15px
    }
    .col-sm-4 {
        width: 33.333333333333333%;
        float: left;
        padding-left: 15px;
        padding-right: 15px
    }
    .col-sm-5 {
        width: 41.66666666666667%;
        float: left;
        padding-left: 15px;
        padding-right: 15px
    }
    .col-sm-6 {
        width: 50%;
        float: left;
        padding-left: 15px;
        padding-right: 15px
    }
    .col-sm-7 {
        width: 58.333333333333333%;
        float: left;
        padding-left: 15px;
        padding-right: 15px
    }
    .col-sm-8 {
        width: 66.66666666666667%;
        float: left;
        padding-left: 15px;
        padding-right: 15px
    }
    .col-sm-9 {
        width: 75%;
        float: left;
        padding-left: 15px;
        padding-right: 15px
    }
    .col-sm-10 {
        width: 83.333333333333333%;
        float: left;
        padding-left: 15px;
        padding-right: 15px
    }
    .col-sm-11 {
        width: 91.66666666666667%;
        float: left;
        padding-left: 15px;
        padding-right: 15px
    }
    .col-sm-12 {
        width: 100%;
        float: left;
        padding-left: 15px;
        padding-right: 15px
    }
    .hidden-sm {
        display: none
    }
}

@media (max-width:767px) {
    .container {
        width: 100%
    }
    .f-w-xs {
        width: 100%
    }
}

@media (min-width:621px) and (max-width:767px) {
    .col-xs-1 {
        width: 8.333333333333333%;
        float: left;
        padding-left: 15px;
        padding-right: 15px
    }
    .col-xs-2 {
        width: 16.66666666666667%;
        float: left;
        padding-left: 15px;
        padding-right: 15px
    }
    .col-xs-3 {
        width: 25%;
        float: left;
        padding-left: 15px;
        padding-right: 15px
    }
    .col-xs-4 {
        width: 33.333333333333333%;
        float: left;
        padding-left: 15px;
        padding-right: 15px
    }
    .col-xs-5 {
        width: 41.66666666666667%;
        float: left;
        padding-left: 15px;
        padding-right: 15px
    }
    .col-xs-6 {
        width: 50%;
        float: left;
        padding-left: 15px;
        padding-right: 15px
    }
    .col-xs-7 {
        width: 58.333333333333333%;
        float: left;
        padding-left: 15px;
        padding-right: 15px
    }
    .col-xs-8 {
        width: 66.66666666666667%;
        float: left;
        padding-left: 15px;
        padding-right: 15px
    }
    .col-xs-9 {
        width: 75%;
        float: left;
        padding-left: 15px;
        padding-right: 15px
    }
    .col-xs-10 {
        width: 83.333333333333333%;
        float: left;
        padding-left: 15px;
        padding-right: 15px
    }
    .col-xs-11 {
        width: 91.66666666666667%;
        float: left;
        padding-left: 15px;
        padding-right: 15px
    }
    .col-xs-12 {
        width: 100%;
        float: left;
        padding-left: 15px;
        padding-right: 15px
    }
    .hidden-xs {
        display: none
    }
}

@media (max-width:620px) {
    .container {
        padding-left: 10px;
        padding-right: 10px
    }
    .row {
        margin-left: -10px;
        margin-right: -10px
    }
    [class*=col-] {
        padding-left: 10px;
        padding-right: 10px
    }
    .f-w-vxs {
        width: 100% !important
    }
}

@media (min-width:461px) and (max-width:620px) {
    .col-vxs-1 {
        width: 8.333333333333333%;
        float: left;
        padding-left: 10px;
        padding-right: 10px
    }
    .col-vxs-2 {
        width: 16.66666666666667%;
        float: left;
        padding-left: 10px;
        padding-right: 10px
    }
    .col-vxs-3 {
        width: 25%;
        float: left;
        padding-left: 10px;
        padding-right: 10px
    }
    .col-vxs-4 {
        width: 33.333333333333333%;
        float: left;
        padding-left: 10px;
        padding-right: 10px
    }
    .col-vxs-5 {
        width: 41.66666666666667%;
        float: left;
        padding-left: 10px;
        padding-right: 10px
    }
    .col-vxs-6 {
        width: 50%;
        float: left;
        padding-left: 10px;
        padding-right: 10px
    }
    .col-vxs-7 {
        width: 58.333333333333333%;
        float: left;
        padding-left: 10px;
        padding-right: 10px
    }
    .col-vxs-8 {
        width: 66.66666666666667%;
        float: left;
        padding-left: 10px;
        padding-right: 10px
    }
    .col-vxs-9 {
        width: 75%;
        float: left;
        padding-left: 10px;
        padding-right: 10px
    }
    .col-vxs-10 {
        width: 83.333333333333333%;
        float: left;
        padding-left: 10px;
        padding-right: 10px
    }
    .col-vxs-11 {
        width: 91.66666666666667%;
        float: left;
        padding-left: 10px;
        padding-right: 10px
    }
    .col-vxs-12 {
        width: 100%;
        float: left;
        padding-left: 10px;
        padding-right: 10px
    }
    .hidden-vxs {
        display: none
    }
}

@media (min-width:300px) and (max-width:460px) {
    .col-vvxs-1 {
        width: 8.333333333333333%;
        float: left;
        padding-left: 10px;
        padding-right: 10px
    }
    .col-vvxs-2 {
        width: 16.66666666666667%;
        float: left;
        padding-left: 10px;
        padding-right: 10px
    }
    .col-vvxs-3 {
        width: 25%;
        float: left;
        padding-left: 10px;
        padding-right: 10px
    }
    .col-vvxs-4 {
        width: 33.333333333333333%;
        float: left;
        padding-left: 10px;
        padding-right: 10px
    }
    .col-vvxs-5 {
        width: 41.66666666666667%;
        float: left;
        padding-left: 10px;
        padding-right: 10px
    }
    .col-vvxs-6 {
        width: 50%;
        float: left;
        padding-left: 10px;
        padding-right: 10px
    }
    .col-vvxs-7 {
        width: 58.333333333333333%;
        float: left;
        padding-left: 10px;
        padding-right: 10px
    }
    .col-vvxs-8 {
        width: 66.66666666666667%;
        float: left;
        padding-left: 10px;
        padding-right: 10px
    }
    .col-vvxs-9 {
        width: 75%;
        float: left;
        padding-left: 10px;
        padding-right: 10px
    }
    .col-vvxs-10 {
        width: 83.333333333333333%;
        float: left;
        padding-left: 10px;
        padding-right: 10px
    }
    .col-vvxs-11 {
        width: 91.66666666666667%;
        float: left;
        padding-left: 10px;
        padding-right: 10px
    }
    .col-vvxs-12 {
        width: 100%;
        float: left;
        padding-left: 10px;
        padding-right: 10px
    }
    .hidden-vvxs {
        display: none
    }
}

html {
    scroll-behavior: smooth
}

body {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 1.4;
    color: #333
}

::-webkit-input-placeholder {
    color: #aaa;
    opacity: 1;
    font-size: 14px
}

:-ms-input-placeholder {
    color: #aaa;
    opacity: 1;
    font-size: 14px
}

::placeholder {
    color: #aaa;
    opacity: 1;
    font-size: 14px
}

a:hover,
a:active,
a:focus {
    text-decoration: none !important
}
.lazy[data-src] {
    background: url(../images/loader.gif) no-repeat center center !important
}
.btn-1 {
    width: auto;
    display: inline-block;
    background: #00bcd4;
    color: #fff;
    padding: 15px 30px;
    border: none;
    outline: none;
    font-size: 16px;
    line-height: 1;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    font-family: 'Poppins', sans-serif;
    cursor: pointer
}

.text_icons .text_icons_area a.btn_read_more{
    display: inline-block;
    background: #00bcd4;
    color: #fff;
    padding: 7px 20px;
    outline: none;
    border: 4px solid #fff;
    font-size: 16px;
    line-height: 1;
    text-shadow: 2px 2px 2px #454545;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    font-family: 'Poppins', sans-serif;
    cursor: pointer
}



p {
    width: 100%;
    float: left;
    margin-bottom: 10px
}

.main {
    width: 100%;
    float: left;
    overflow: hidden
}

.main>* {
    width: 100%;
    float: left
}

.main .section {
    padding: 50px 0 30px
}

.main .section1 {
    padding: 50px 0 50px;
    background: #f2fbff;
}
.main .section2 {
    padding: 50px 0 50px;
    background: #fff;
}


.main .grey {
    background: #f4f4f4
}

.main .full_width {
    width: 100%;
    float: left;
    position: relative
}

.header {
    background: #fff
}

.header.fixed {
    top: 0;
    left: 0;
    position: fixed;
    z-index: 999;
    transition: all .3s;
    box-shadow: 2px 7px 16px 1px rgb(0 0 0 / 8%);
    -webkit-box-shadow: 2px 7px 16px 1px rgb(0 0 0 / 8%);
    -moz-box-shadow: 2px 7px 16px 1px rgb(0 0 0 / 8%);

}

.header .logo {
    float: left;
    margin: 4px 0
}

.header .menu {
    width: 40px;
    padding: 7px 7px 2px;
    float: right;
    border: 2px solid #000;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    margin: 21px 0;
    display: none
}

.header .menu>i {
    width: 100%;
    float: left;
    height: 3px;
    background: #000;
    margin-bottom: 5px
}

.header .menu:hover,
.header .menu.active {
    background: #00bcd4;
    border-color: transparent
}

.header .menu:hover>i,
.header .menu.active>i {
    background: #fff
}

.header .navigation_bar {
    width: auto;
    float: right;
    padding: 0;
    margin: 0
}

.header .navigation_bar>li {
    width: auto;
    float: left;
    list-style: none;
    position: relative
}

.header .navigation_bar>li:first-child {
    margin-left: 0;
}

.header .navigation_bar>li>a {
    width: auto;
    float: left;
    color: #333;
    padding: 24px 25px;
    font-weight: 600;
    cursor: pointer;
    transition: color 100ms, margin 300ms;
}
.header img.logo{margin-top: 11px;}
.header .navigation_bar>li.current>a,
.header .navigation_bar>li>a:hover,
.header .navigation_bar>li>a:active,
.header .navigation_bar>li>a:focus {
    transform: translate3d(0, 0, 0);
    color: #00bcd4;
}

.header .navigation_bar>li>a .icon-home {
    width: 19px;
    height: 15px;
    background-position: -15px 0;
    margin-top: -5px
}

.header .navigation_bar>li>a .icon-plane {
    width: 17px;
    height: 15px;
    background-position: -36px 0;
    margin-top: -5px
}

.header .navigation_bar>li>a .icon-blog {
    width: 18px;
    height: 15px;
    background-position: -55px 0;
    margin-top: -5px
}

.header .navigation_bar>li>a .icon-cheap-flight {
    width: 28px;
    height: 15px;
    background-position: -74px 0;
    margin-top: -5px
}

.header .navigation_bar>li>a .icon-angle-down {
    width: 12px;
    height: 7px;
    background-position: -119px 0;
    margin-top: -2px
}

.header .navigation_bar>li .drop_down {
    width: 300px;
    position: absolute;
    top: 130%;
    background: #fff4f4;
    padding: 10px 10px 5px;
    font-size: 14px;
    z-index: 9;
    box-shadow: 0 0 3px #ccc;
    -webkit-box-shadow: 0 0 3px #ccc;
    -moz-box-shadow: 0 0 3px #ccc;
    transition: 0.3s linear;
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    visibility: hidden;
    transform: translate(0, 10px);
    -webkit-transform: translate(0, 10px);
    -moz-transform: translate(0, 10px)
}
.header .navigation_bar>li .drop_down:before{
    position: absolute;
    top: -17px;
    right: 0px;
    content: "";
    display: block;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 18px solid #fff4f4; 
}

.header .navigation_bar>li .drop_down.left {
    left: 0
}

.header .navigation_bar>li .drop_down.right {
    right: 0
}

.header .navigation_bar>li:hover .drop_down {
    visibility: visible;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0)
}

.header .navigation_bar>li .drop_down>a {
    width: 45%;
    float: left;
    background: #ffdfda;
    padding: 7px 10px;
    margin: 0px 6px 12px 8px;
    font-size: 14px;
    text-align: center;
    color: #000;
    position: relative;
    border-radius: 5px;
}
.header .navigation_bar>li .drop_down>a em.fa{position: absolute; right: -6px; top: -8px; background: #ffe4df; padding: 4px; border-radius: 16px; display: flex; align-items: center; justify-content: center; color: #e9573e; font-size: 15px;}
.header .navigation_bar>li .drop_down>a:hover{background: #00bcd4;}
/*search__box__hero*/
.search__box__hero{
    background: url('../images/hero__banner.jpg') no-repeat; 
    background-size: cover;
    padding: 60px;
}
.search__box__hero .hero__search_section .search__form{width: 50%; margin: 0 auto;}
.search__box__hero .hero__search_section .search__form form{position: relative;}
.search__box__hero .hero__search_section .search__form input.form-control{position: relative; font-size: 16px; padding: 18px 50px 18px 20px;}
.search__box__hero .hero__search_section .search__form .form-group em.fa-search{position: absolute; right: 20px; top: 17px; color: #e95339; font-size: 20px;}
.search__box__hero .top__airline{float: left; width: 100%;}
.search__box__hero .d-flex_box{ display: flex; justify-content: space-between; gap: 15px; margin-bottom: 20px;}
.search__box__hero .top__airline h3{color: #fff; margin: 20px 0px; font-size: 24px; text-align: center;}
.search__box__hero .top__airline .airline__box{float: left; width: 100%; border-radius: 5px; background: #3b6b82; text-align: center;}
.search__box__hero .top__airline .airline__box p{color: #fff;}
.search__box__hero .top__airline .airline__box img{margin-top: 10px;}
.search__box__hero .top__airline .view__all{text-align: center;}
.search__box__hero .top__airline .view__all a.view_all{border: 1px solid #325c72; padding: 8px 18px; border-radius: 5px; color: #fff; font-size: 14px;}
.search__box__hero .top__airline .view__all a.view_all:hover{background: #325c72;}
/*search__box__hero End*/



/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about-one {
  position: relative;
  background-color: #fff;
  padding: 60px 0 60px;
}
@media (max-width: 991px) {
  .about-one {
    padding: 0 0 120px;
  }
}
@media (max-width: 767px) {
  .about-one {
    padding: 0 0 80px;
  }
}
.about-one__shape-one {
  position: absolute;
  left: -270px;
  top: 90px;
}
.about-one__shape-one img {
  max-width: 100%;
  animation: treeMove 4s linear 0s infinite;
}
@keyframes treeMove {
  0%, 100% {
    -webkit-transform: rotate(0deg) translateX(0);
    transform: rotate(0deg) translateX(0);
  }
  25%, 75% {
    -webkit-transform: rotate(5deg) translateX(15px);
    transform: rotate(5deg) translateX(15px);
  }
  50% {
    -webkit-transform: rotate(10deg) translateX(30px);
    transform: rotate(10deg) translateX(30px);
  }
}
@media (max-width: 1399px) {
  .about-one__shape-one {
    display: none;
  }
}
.about-one__shape-two {
  position: absolute;
  left: -188px;
  top: 185px;
  z-index: -1;
}
.about-one__shape-two img {
  max-width: 100%;
  -webkit-animation: airTree 4s ease-in infinite;
  animation: airTree 4s ease-in infinite;
}
@keyframes airTree {
  0%, 100% {
    -webkit-transform: rotate(0deg) translateX(0);
    transform: rotate(0deg) translateX(0);
  }
  25%, 75% {
    -webkit-transform: rotate(5deg) translateX(15px);
    transform: rotate(5deg) translateX(15px);
  }
  50% {
    -webkit-transform: rotate(10deg) translateX(30px);
    transform: rotate(10deg) translateX(30px);
  }
}
@media (max-width: 1399px) {
  .about-one__shape-two {
    display: none;
  }
}
.about-one__image {
  position: relative;
  margin: 28px 0 0;
}
@media (max-width: 767px) {
  .about-one__image .col-md-5,
  .about-one__image .col-md-7 {
    width: 50%;
  }
}
.about-one__image__one {
  position: relative;
}
.about-one__image__one img {
  max-width: 100%;
  height: auto;
  border-radius: 119px;
}
.about-one__image__one img + img {
  margin-top: 16px;
}
.about-one__image__one svg {
  width: 178px;
  height: 30px;
  stroke-width: 2px;
  stroke: #FF5956;
  position: absolute;
  left: 10px;
  bottom: -23px;
  fill: transparent;
  animation: zumpTop 3s infinite linear;
}
@media (max-width: 767px) {
  .about-one__image__one svg {
    display: none;
  }
}
.about-one__image__two {
  position: relative;
}
.about-one__image__two svg {
  width: 163px;
  height: 75px;
  stroke-width: 2px;
  stroke: var(--trevlo-base, #FF5956);
  position: absolute;
  left: 0;
  top: -28px;
  fill: transparent;
  animation: zumpBottom 3s infinite linear;
}
@media (max-width: 767px) {
  .about-one__image__two svg {
    display: none;
  }
}
.about-one__image__two img {
  max-width: 100%;
  height: auto;
  border-radius: 135px;
}
.about-one__image__two__shape {
  position: absolute;
  bottom: -147px;
  left: -100px;
}
.about-one__image__two__shape img {
  border-radius: 0;
  animation: zoomBig 3s linear infinite;
}
@keyframes zoomBig {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(0.8, 0.8);
  }
  100% {
    transform: scale(1, 1);
  }
}
.about-one__content {
  position: relative;
}
@media (max-width: 991px) {
  .about-one__content {
    padding: 40px 0 0;
  }
}
.about-one__content__text {
  margin: 0 0 40px;
  line-height: 30px;
}
.about-one__content .trevlo-btn {
  margin-top: 30px;
}
.about-one__content .trevlo-btn:hover {
  color: #fff;
}
.about-one .sec-title {
  margin-bottom: 20px;
}
.about-one__box {
  display: flex;
  align-items: center;
  position: relative;
  min-height: 76px;
  padding: 0 0 0 97px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .about-one__box {
    display: block;
    padding: 0;
  }
}
.about-one__box__icon {
  width: 70px;
  height: 70px;
  background-color: #FF5956;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  font-size: 40px;
  color: #fff;
}
@media (max-width: 767px) {
  .about-one__box__icon {
    position: relative;
    margin-bottom: 18px;
  }
}
.about-one__box__icon::before {
  content: "";
  position: absolute;
  top: -50%;
  left: 50%;
  transform: translateX(-50%);
  width: 150%;
  height: 150%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  background-color: #FF5956;
  transition: 700ms cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.about-one__box__icon::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 150%;
  height: 150%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  background-color: #2D2330;
  transition-duration: 700ms;
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.about-one__box__icon span {
  position: relative;
  z-index: 2;
  display: inline-block;
  transition: all 500ms linear;
  transition-delay: 0s;
  transition-delay: 0s;
  transition-delay: 0.1s;
  transform: scale(1);
}
.about-one__box__icon .icon-friendly-Guide {
  font-size: 50px;
}
.about-one__box:hover .about-one__box__icon span {
  transform: scale(0.95);
}
.about-one__box:hover .about-one__box__icon::before {
  top: 100%;
}
.about-one__box:hover .about-one__box__icon::after {
  bottom: -50%;
}
.about-one__box__title {
  font-size: 18px;
  line-height: 30px;
  margin: 0;
  min-width: 110px;
}
.about-one__box__text {
  font-size: 14px;
  line-height: 24px;
  padding: 4px 0 5px 35px;
  margin: 0 0 0 42px;
  border-left: 1px solid #EBE6DE;
}
@media (max-width: 767px) {
  .about-one__box__text {
    border: none;
    margin: 0;
    padding: 0;
  }
}


/*blog area*/
.recent_blog .columns{display: flex; margin-bottom: 30px; box-shadow: 2px 7px 16px 1px rgb(0 0 0 / 8%); -webkit-box-shadow: 2px 7px 16px 1px rgb(0 0 0 / 8%); -moz-box-shadow: 2px 7px 16px 1px rgb(0 0 0 / 8%); position: relative; transition: all .3s;}
.recent_blog .columns:hover{box-shadow: 0 10px 18px rgb(0 0 0 / 10%); -webkit-transform: scale(1.05); transform: scale(1.05);}
.recent_blog .columns .col {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.recent_blog .columns .blog_content_list .icon-main{
    position: absolute;
    bottom: -88px;
    right: -88px;
    width: 150px;
    height: 150px;
    color: #fff;
    background: #d0eeff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
}
.recent_blog .columns .blog_content_list .icon-main em.fa-angle-right{position: relative; left: 35px; top: 22px; color: #232323; font-size: 32px; z-index: 9;}

.recent_blog .columns .blog_content_list{
    padding: 24px;
    position: relative;
    transition: all .3s;
    background: #ffffff57;
    background-size: cover;
    overflow: hidden;
    border: 1px solid #d0eeff;
}
.blog_content_area h4{font-size: 20px; font-weight: 600; color: #333; margin-bottom: 10px;}
.recent_blog .columns:hover h4{color: #00bcd4;}


.button_read_more {
    color: #fff;
    border: 3px solid #00bcd4;
    background-image: linear-gradient(30deg, #00bcd4 50%, transparent 50%);
    background-size: 500px;
    background-repeat: no-repeat;
    background-position: 0%;
    -webkit-transition: background 300ms ease-in-out;
    transition: background 300ms ease-in-out;
}

.button_new {
    text-align: center;
    text-transform: capitalize;
    font-weight: 600;
    padding: 5px 16px;
    cursor: pointer;
    display: inline-block;
    margin: 5px;
    font-size: 14px;
}


.button_read_more:hover {
    background-position: 100%;
    color: #00bcd4;
}

.box_area_shert {
    border: 1px solid #dedede;
    border-top: none;
    width: 100%;
    float: left;
    margin-bottom: 30px;
    box-shadow: 2px 7px 16px 1px rgb(0 0 0 / 8%);
    -webkit-box-shadow: 2px 7px 16px 1px rgb(0 0 0 / 8%);
    -moz-box-shadow: 2px 7px 16px 1px rgb(0 0 0 / 8%);
    position: relative;
    transition: all .3s;
}

.box_area_shert p.head {
    width: 100%;
    float: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin: 0;
    background: #cecece;
    padding: 10px 15px;
    font-weight: 700;
    color: #333;
    font-size: 18px;
    text-align: center;
    transition: 0.3s linear;
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear
}

.box_area_shert p {
    padding: 10px;
    color: #333
}

.box_area_shert img {
    width: 100%;
    background: rgb(255,255,255);
    background: radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(230,230,230,1) 100%);
}

.sidebar_upgrade>a {
    width: 100%;
    float: left;
    border-bottom: 1px solid #e4e4e4;
    color: #333;
    padding: 10px
}
.sidebar_upgrade>a:hover{border-bottom: 2px solid #e4e4e4; color: #00bcd4;}
.sidebar_form_content{padding: 60px; background: #fff; text-align: center; margin-bottom: 28px; box-shadow: 0 0 10px #ccc; -webkit-box-shadow: 0 0 10px #ccc; -moz-box-shadow: 0 0 10px #ccc;}
.sidebar_form_content h3{font-size: 40px; margin-bottom: 7px;}
.sidebar_form_content a{font-size: 20px; color: #00bcd4;}
.form_area_top {
    margin: 30px auto
}

.inner_banner .middle_area {
    width: 100%; position: absolute; top: 50%; left: 0%; transform: translate(0%, -50%); -webkit-transform: translate(0%, -50%); -moz-transform: translate(0%, -50%); text-align: left; color: #fff; line-height: 1.3;
}
.inner_banner .middle_area p {
    width: 100%;
    float: left;
    font-size: 30px;
    font-weight: 600;
    text-shadow: 2px 2px 2px #454545;
    -webkit-text-shadow: 0 0 3px #212529;
    -moz-text-shadow: 0 0 3px #212529;
    text-transform: capitalise;
    margin-bottom: 10px;
}
.inner_banner .middle_area .breadcrumbs {
    width: 100%;
    float: left;
    text-transform: capitalize;
    color: #fff;
}
.inner_banner .middle_area .breadcrumbs>a {
    color: #f2f2f2;
}

.inner_banner .middle_area .breadcrumbs>* {
    display: inline-block;
    font-size: 18px;
    vertical-align: middle;
}
.inner_banner .middle_area .breadcrumbs>i {
    width: 7px;
    height: 7px;
    background: #fff;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    margin-left: 10px;
    margin-right: 10px;
    box-shadow: 0 0 3px #212529;
    -webkit-box-shadow: 0 0 3px #212529;
    -moz-box-shadow: 0 0 3px #212529;
}
.inner_banner .middle_area .breadcrumbs>* {
    display: inline-block;
    font-size: 18px;
    vertical-align: middle;
}

.inner_banner {
    position: relative;
    background: url(../images/hero__banner.jpg) no-repeat bottom center;
    background-size: cover;
    height: 230px;
    background-position: top;
}
.inner_banner::before {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: rgb(0 0 0 / 20%)
}

.map_form {
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover
}

.map_form iframe {
    float: left;
    margin-bottom: 30px
}

.map_form form {
    width: 100%;
    float: left;
    margin-bottom: 30px;
    padding: 30px 30px 15px;
    background: #fff;
    border: 1px solid #eaeaea;
}
.btn-white{background: #00bcd4; color: #fff;}
.btn-white:hover{background: #333; color: #fff;}
.map_form form .form-control {
    background: #fff;
    border: 1px solid #e3e3e3;
    outline: none;
    margin-bottom: 20px;
}

.map_form form .form-control:focus {
    border: 1px solid #b1b1b1;
}

.map_form form input.form-control {
    height: 50px;
    padding-left: 15px
}

.map_form form textarea {
    resize: none;
    height: 120px;
    padding: 15px
}

.details_page {
    width: 100%;
    float: left;
}

.details_page>* {
    width: 100%;
    float: left;
    margin-bottom: 10px;
    line-height: 1.7;
    text-align: justify
}

.details_page h1,
.details_page h2,
.details_page h3,
.details_page h4,
.details_page h5,
.details_page h6 {
    font-weight: bold;
    margin: 0 0 10px;
    line-height: 1.3
}

.details_page h1 {
    font-size: 32px
}

.details_page h2 {
    font-size: 29px
}

.details_page h3 {
    font-size: 26px
}

.details_page h4 {
    font-size: 24px
}

.details_page h5 {
    font-size: 22px
}

.details_page h6 {
    font-size: 20px
}

.details_page>ul,
.details_page>ol {
    padding-left: 15px
}

.details_page>ul>li,
.details_page>ol>li {
    width: 100%;
    float: left;
    margin-bottom: 5px
}

.details_page>ul>li:last-child,
.details_page>ol>li:last-child {
    margin-bottom: 0
}

/*.feature_text*/
.feature_text {
    text-align: center;
    margin-bottom: 20px;
    margin-top: 15px;
}
.feature_text h4 {
    font-size: 28px;
    text-transform: uppercase;
    position: relative;
    color: #4b4b4b;
}
.feature_text h4 span {
    color: #00bcd4;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
}
.feature_text .mb-30{margin-bottom: 30px;}
/*end of feature_text*/
.subscribe__footer .subscribe{padding: 60px 0px; transform: skewX(-6deg); -ms-transform: skewX(-6deg); -o-transform: skewX(-6deg); -moz-transform: skewX(-6deg); -webkit-transform: skewX(-6deg); background: #333; border-radius: 10px; position: relative; top: 30px; z-index: 9;}
.subscribe__footer .subscribe .box{width: 60%; margin: 0 auto; text-align: center; transform: skewX(6deg); -ms-transform: skewX(6deg); -o-transform: skewX(6deg); -moz-transform: skewX(6deg); -webkit-transform: skewX(6deg);}
.subscribe__footer .subscribe .box h3{color: #fff; font-size: 28px;}
.subscribe__footer .subscribe .box p{color: #fff; font-size: 14px;}
.subscribe__footer .subscribe .box input{padding: 16px 30px; font-size: 16px; border-radius: 5px 0px 0px 5px;}
.subscribe__footer .subscribe .box .d-flex{display: flex; width: 100%; align-items: center;}
.subscribe__footer .subscribe .box .btn-dark{padding: 16.8px 30px; background: #4ea4cc; border: none; border-radius: 0px 5px 5px 0px; font-size: 16px; color: #fff;}

/*airline__list*/
.airline__list .airline__box{margin-bottom: 30px; border-radius: 5px; text-align: center; box-shadow: 2px 7px 16px 1px rgb(0 0 0 / 8%); -webkit-box-shadow: 2px 7px 16px 1px rgb(0 0 0 / 8%); -moz-box-shadow: 2px 7px 16px 1px rgb(0 0 0 / 8%); position: relative; transition: all .3s;}
.airline__list .airline__box:hover{box-shadow: 0 10px 18px rgb(0 0 0 / 10%); -webkit-transform: scale(1.03); transform: scale(1.03);}
.airline__list .airline__box:hover h3{color: #00bcd4;}
.airline__list .airline__box em.fa-plane{position: absolute; right: -4px; top: -4px; color: #00bcd4;}
.airline__list .airline__box h3{padding: 5px;}
.airline__list .airline__box .bottom{border-top: 1px solid #e2e2e2; padding: 5px;}
.airline__list .airline__box .bottom a{font-size: 14px; color: #00bcd4;}
/*airline__list End*/
.privacy__policy .privacy_body ul li{margin-left: 25px; padding-bottom: 10px;}
.privacy__policy .privacy_body p{line-height: 30px;}
.privacy__policy .privacy_body h2,
.privacy__policy .privacy_body h3,
.privacy__policy .privacy_body h4{margin: 10px 0px;}
.looking__something .flight__service__box{margin-bottom: 30px; border-radius: 5px; float: left; width: 100%; text-align: center; padding: 30px; box-shadow: 2px 7px 16px 1px rgb(0 0 0 / 8%); -webkit-box-shadow: 2px 7px 16px 1px rgb(0 0 0 / 8%); -moz-box-shadow: 2px 7px 16px 1px rgb(0 0 0 / 8%); position: relative; transition: all .3s;}
.looking__something .flight__service__box p{margin: 0; font-size: 18px; font-weight: 600; padding-top: 5px;}
.looking__something .flight__service__box .IconsList_icon{background: rgb(0 188 212 / 10%); height: 54px; width: 54px; display: flex; align-items: center; justify-content: center; border-radius: 10%; color: #00bcd4; margin: 0 0 8px; position: relative; border: 1px solid transparent; transition: .5s; -webkit-transition: .5s; -moz-transition: .5s; margin: 0 auto; margin-bottom: 8px;}
.looking__something .flight__service__box:hover{background: rgb(0 188 212 / 10%); box-shadow: 0 10px 18px rgb(0 0 0 / 10%); -webkit-transform: scale(1.05); transform: scale(1.05);}
.looking__something .flight__service__box a{color: #333;}
.looking__something .flight__service__box:hover p{color: #00bcd4;}

/*faq section*/
.faq__section ul.accordion-list {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  padding: 20px;
  margin: 0;
  list-style: none;
}
.faq__section ul.accordion-list li {
  position: relative;
  display: inline-block;
  width: 100%;
  height: auto;
  background-color: #FFF;
  padding: 20px;
  margin: 0 auto 15px auto;
  border: 1px solid #eee;
  border-radius: 5px;
  cursor: pointer;
}
.faq__section ul.accordion-list li .answer ul li{padding: 0; border: none; padding-left: 15px;}
.faq__section ul.accordion-list li.active h3:after {
  transform: rotate(180deg);
}
.faq__section ul.accordion-list li h3 {
  font-weight: 600;
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  padding: 0 0 0 0;
  margin: 0;
  font-size: 18px;
  letter-spacing: 0.01em;
  cursor: pointer;
}
.faq__section ul.accordion-list li h3:after {
  content: "\f107";
  font-family: "fontAwesome";
  position: absolute;
  right: 0;
  top: 0;
  color: #00bcd4;
  transition: all 0.3s ease-in-out;
  font-size: 24px;
}
.faq__section ul.accordion-list li div.answer {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
.faq__section ul.accordion-list li div.answer p {
  position: relative;
  display: block;
  font-weight: 300;
  padding: 10px 0 0 0;
  cursor: pointer;
  line-height: 150%;
  margin: 0 0 15px 0;
}
/*faq section End*/

/*how__does_work*/
.how__does_work .how_work__body {background: #fff; padding: 30px; text-align: center; float: left; width: 100%; min-height: 248px;}
.how__does_work .how_work__body h3{margin: 5px auto;}
.how__does_work .mb-30{margin-bottom: 30px;}
.our__servies .content__body ul li{margin-left: 25px; line-height: 28px;}
.our__servies .content__body h2{margin: 5px auto;}
/*how__does_work End*/

.footer_links {
    padding-top: 50px;
    padding-bottom: 20px;
}
.footer_links hr {
    width: 100%;
    float: left;
    height: 1px;
    border: none;
    margin-bottom: 30px;
    background: #ccc;
}
.footer_links .footer_box {
    width: 100%;
    float: left;
    margin-bottom: 0;
}
.footer_links .sub_head {
    font-size: 24px;
    margin-bottom: 15px;
}
.footer_box .links {
    padding: 0;
    margin-bottom: 20px;
    margin-left: -15px;
    margin-right: -15px;
    clear: both;
}
.footer_box .links::before {
    display: table;
    content: "";
}
.footer_box .links::after {
    display: table;
    content: "";
    clear: both;
}
.footer_box .links > li {
    width: 25%;
    float: left;
    margin: 0 0 10px;
    list-style: none;
    padding: 0 5px;
}
.footer_box .links > li > a {
    width: auto;
    float: left;
    color: #777;
    position: relative;
    font-weight: 500;
    font-size: 15px;
    padding-left: 12px;
}
.footer_box .links > li > a:active,
.footer_box .links > li > a:focus,
.footer_box .links > li > a:hover {
    color: #00bcd4;
}
.footer {
    padding: 60px 0 20px;
    background: #333;
    background-size: cover;
    position: relative;
}

.footer .footer_box {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}
.footer .footer_box .sub_head {
    color: #fff;
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: 600;
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.footer .footer_box .sub_head:after{
    content: "";
    height: 2px;
    position: absolute;
    top: 120%;
    width: 50px;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #00bcd4;
}

.footer .footer_box .sub_head:before{
    content: "";
    height: 2px;
    position: absolute;
    top: 120%;
    width: 10px;
    left: 55px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #fff;
}

.footer .footer_box > .links {
    margin-bottom: 0;
}
.footer .footer_box > .links > li {
    width: 100%;
}
.footer .footer_box > .links > li > a {
    color: #fff;
}
.footer .footer_box > .links > li > a::before {
    background-position: -106px 0;
    transform: rotate(-90deg);
}
.footer .footer_box > .links > li > a:active,
.footer .footer_box > .links > li > a:focus,
.footer .footer_box > .links > li > a:hover {
    color: #00bcd4;
}
.footer .footer_box form {
    width: 100%;
    float: left;
    margin-bottom: 10px;
    margin-top: 5px;
    position: relative;
}
.footer .footer_box form input.form-control {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    padding: 15px 50px 15px 12px;
    border: none;
    background: #092742;
    color: #999;
}
.footer .footer_box form input.form-control + a {
    width: 46px;
    height: 46px;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #00bcd4;
}
.footer .footer_box .sub_head ~ p {
    color: #fff;
}
.footer .footer_box .sub_head ~ p > * {
    display: inline-block;
}
.footer .footer_box .sub_head ~ p > span {
    color: #00bcd4;
    font-weight: 700;
}
.footer .footer_box .sub_head ~ p a {
    color: #fff;
}
.footer .footer_box .sub_head ~ p a:active,
.footer .footer_box .sub_head ~ p a:focus,
.footer .footer_box .sub_head ~ p a:hover {
    color: #2493e0;
}
.footer .footer_box .footer_logo > p{color: #fff;}

.copyright {background: #3b3b3b; color: #fff; text-align: center; padding: 10px 0;}

.copyrighta {
    color: #fff;
}

.copyright span {
    display: inline-block
}
.copyright a{color: #00bcd4; font-weight: 600;}

@media (min-width:992px) {
    .header .navigation_bar {
        display: block !important
    }
}


@media (max-width:991px) {
    .header .navigation_bar {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: #00bcd4;
        z-index: 999;
        padding: 15px;
        display: none;
        border: 5px solid #f5f5f5;
        border-top: none;
    }
    .header .navigation_bar>li {
        width: 100%;
        margin-left: 0;
        padding-top: 5px;
        padding-bottom: 5px;
        border-right: none
    }
    .header .navigation_bar>li:first-child {
        border-left: none
    }
    .header .navigation_bar>li>a {
        padding: 0;
        color: #fff
    }
    .header .navigation_bar>li .drop_down.right {
        left: 0;
        right: auto
    }
    .header .menu {
        display: block
    }
    .search__box__hero{padding: 30px;}
    .search__box__hero .d-flex_box{display: block;}
    .search__box__hero .hero__search_section .search__form{width: 100%;}
    .search__box__hero .top__airline .airline__box{margin-bottom: 15px;}
    .about-one__content__text{font-size: 14px; line-height: 26px;}
    .about-one__box__icon{margin: 10px auto;}
    .about-one__box{text-align: center;}
    .about-one__box__text{margin-bottom: 10px;}
    .about-one__content{text-align: center;}
    .recent_blog .columns .blog_content_list p{font-size: 13px;}
    .blog_content_area h4{font-size: 16px;}
    .feature_text h4{font-size: 18px;}
    .faq__section ul.accordion-list li h3{font-size: 14px;}
    .faq__section ul.accordion-list li div.answer p{font-size: 13px;}
    .faq__section ul.accordion-list li .answer ul li{font-size: 13px;}
    .subscribe__footer .subscribe{-webkit-transform: skewX(0deg);}
    .subscribe__footer .subscribe .box{-webkit-transform: skewX(0deg); width: 90%;}
    .subscribe__footer .subscribe .box h3{font-size: 21px;}
    .subscribe__footer .subscribe .box p{font-size: 12px;}
    .search__box__hero .top__airline .view__all a.view_all{float: left; width: 95%; margin-left: 10px;}
    .search__box__hero .top__airline .airline__box{width: 47%; margin-left: 10px;}
}

@media (max-width:767px) {
    .header_top .numbers>a {
        font-size: 16px
    }
    .header_top .numbers>a>span {
        display: none
    }
    .banner.bk_banner {
        padding: 0
    }

@media (min-width:621px) and (max-width:767px) {
    .footer .footer_box .head {
        font-size: 25px
    }
}

@media (max-width:560px) {
    .call_us {
        padding: 50px 0
    }
    .call_us .head {
        font-size: 50px
    }
    .call_us a {
        font-size: 24px
    }
}
@media screen and (max-width: 620px){
    .banner_icons .choose_list .why_content p{font-size: 14px;}
    .banner_icons .why_content h5{font-size: 18px; margin: 0 0 5px;}
    .banner_icons .choose_list{padding: 0px 15px;}
    .why_choice_img img{margin-bottom: 30px;}
    .design_icon_box{margin-bottom: 80px;}
    .hidden-xs{display: none;}

    .search__box__hero{padding: 30px;}
    .search__box__hero .d-flex_box{display: block;}
    .search__box__hero .hero__search_section .search__form{width: 100%;}
    .search__box__hero .top__airline .airline__box{margin-bottom: 15px;}
    .about-one__content__text{font-size: 14px; line-height: 26px;}
    .about-one__box__icon{margin: 10px auto;}
    .about-one__box{text-align: center;}
    .about-one__box__text{margin-bottom: 10px;}
    .about-one__content{text-align: center;}
    .recent_blog .columns .blog_content_list p{font-size: 13px;}
    .blog_content_area h4{font-size: 16px;}
    .feature_text h4{font-size: 18px;}
    .faq__section ul.accordion-list li h3{font-size: 14px;}
    .faq__section ul.accordion-list li div.answer p{font-size: 13px;}
    .faq__section ul.accordion-list li .answer ul li{font-size: 13px;}

}

@media screen and (max-width: 479px){
    .hero_banner{display: none;}
    .hero_banner p{font-size: 16px;}
    .hero_banner h2 {font-size: 24px;}
    .sidebar_form_content h3{font-size: 24px;}
    .title_hdng h4{font-size: 16px;}
    .choosing_us [class*=icon-]{font-size: 15px;}
    .title_hdng h4:after {left: -35px;}
    .title_hdng h4:before {right: -35px;}
    .banner_icons .choose_list .why_content p{font-size: 11px;}
    .banner_icons .why_content h5{font-size: 18px; margin: 0 0 5px;}
    .banner_icons .choose_list{padding: 0px 15px;}
    .why_choice_img img{margin-bottom: 30px;}
    .inner_banner{height: 135px;}
    .inner_banner .middle_area span.head{font-size: 14px;}
    .design_icon_box{margin-bottom: 80px;}
    .footer {padding: 20px;}
    .hidden-xs{display: none;}
    .about .about_content h2{font-size: 20px; margin: 0;}
    div.about_content p{font-size: 14px;}
    .about .about_content .about_bootom_area h4{font-size: 18px;}
    div.about_content p.bootom_para{font-size: 20px; margin: 0;}
    .about .about_content{top: 0;}
    .inner_banner .middle_area .breadcrumbs>*{font-size: 10px;}
    .search__box__hero{padding: 30px;}
    .search__box__hero .d-flex_box{display: block;}
    .search__box__hero .hero__search_section .search__form{width: 100%;}
    .search__box__hero .top__airline .airline__box{margin-bottom: 15px;}
    .about-one__content__text{font-size: 14px; line-height: 26px;}
    .about-one__box__icon{margin: 10px auto;}
    .about-one__box{text-align: center;}
    .about-one__box__text{margin-bottom: 10px;}
    .about-one__content{text-align: center;}
    .recent_blog .columns .blog_content_list p{font-size: 13px;}
    .blog_content_area h4{font-size: 16px;}
    .feature_text h4{font-size: 18px;}
    .faq__section ul.accordion-list li h3{font-size: 14px;}
    .faq__section ul.accordion-list li div.answer p{font-size: 13px;}
    .faq__section ul.accordion-list li .answer ul li{font-size: 13px;}
    .subscribe__footer .subscribe{-webkit-transform: skewX(0deg);}
    .subscribe__footer .subscribe .box{-webkit-transform: skewX(0deg); width: 90%;}
    .subscribe__footer .subscribe .box h3{font-size: 21px;}
    .subscribe__footer .subscribe .box p{font-size: 12px;}
    .inner_banner .middle_area p{font-size: 14px;}
}