/* ***************************************
******************************************1600 */

@media (max-width: 1600px) {
  /* *************************************** home-page start here ****************************************** */
  /* header start here  */

  /* header end here  */

  /* *************************************** home-page end here ****************************************** */
  /* *************************************** Airline start here ****************************************** */
  .airline-box img {
    max-width: 150px;
  }

  .contact-us-form .btn-submit .btn {
    text-transform: capitalize;
  }

  /* *************************************** Airline end here ****************************************** */
}

/* ***************************************
******************************************1399 */
@media (max-width: 1399px) {
  /* *************************************** home-page start here ****************************************** */
  /* header start here  */

  .header .nav-custom .primary-nav li:not(:nth-last-of-type(1)) {
    margin-right: 40px;
  }

  .header .nav-custom-cover {
    top: 142px;
  }

  .header .nav-custom {
    padding: 20px 30px;
  }

  .home-banner .banner-content h3 {
    font-size: 36px;
  }

  .banner-content h2 {
    font-size: 100px;
  }

  .search-engine .search-main .search-form {
    top: -175px;
  }

  .home-banner .banner-content {
    padding-top: 60px;
  }

  .search-form .search-dates .form-control {
    padding: 18px 10px;
    font-size: 14px;
  }

  .about-us-cover {
    padding: 60px 0 80px;
  }

  .about-us-main .about-us-content>h3 {
    font-size: 23px;
  }

  .footer-cover {
    padding: 110px 0 29px;
  }

  .destination-box {
    padding: 45px 29px;
  }

  .destination-box>img {
    max-width: 43%;
  }

  .destination-box h4 {
    margin-top: 35px;
  }

  .page-content .container>h1,
  .page-content .container>.home-scrollbar h1 {
    font-size: 40px;
  }

  .page-content .container>h1,
  .page-content .container>.home-scrollbar h1,
  .page-content .container>h2,
  .page-content .container>.home-scrollbar h2,
  .page-content .container>h3,
  .page-content .container>.home-scrollbar h3 {
    margin-bottom: 35px;
  }

  .footer-cover .footer-contact-boxes {
    margin: 90px auto;
  }

  /* *************************************** home-page end here ****************************************** */

  /* *************************************** contact-us-page start here ****************************************** */
  .contact-us-cover {
    padding: 80px 0;
  }

  .contact-us-form .btn-submit .btn {
    padding: 15px 23px;
  }

  /* *************************************** contact-us-page end here ****************************************** */

  /* *************************************** about-us-page start here ****************************************** */
  .why-choose-us-cover {
    background-position: -342px;
    padding: 40px 0;
  }

  /* *************************************** about-us-page end here ****************************************** */

  /* ****** country-page starts here ******* */
  .country-cover {
    padding: 70px 0 0;
  }

  /* ****** country-page end here ******* */

  /* *************************************** Flight Details Start here ****************************************** */
  .flight-box-detail .air-info {
    flex: 0 0 18%;
  }

  .flight-box-detail .air-info>h3 {
    font-size: 30px;
  }

  .logo-sec {
    flex: 0 0 16%;
  }

  .filter-cover {
    margin-bottom: 30px;
  }

  /* *************************************** Flight Details end here ****************************************** */

  /* ******* Flight-booking-enq starts here ******** */
  .flight-booking-enquiry-cover {
    padding: 60px 0 60px;
  }

  /* ******* Flight-booking-enq ends here ******** */

  /* ******* Flight-page starts here ******** */
  .flight-page-cover {
    padding: 70px 0 45px;
  }

  /* ******* Flight-page end here ******** */

  /* *************************************** Flight Details end here ****************************************** */

  .flight-booking-enquiry-cover .enquiry-price-cover {
    background-position: top 40% right 25px;
  }

  /* *************************************** Flight Details end here ****************************************** */

  /* *************************************** booking-information-page start here ****************************************** */
  .passenger-contact-info-cover .passenger-body .submit-btn .btn {
    padding: 18px 30px;
  }

  /* *************************************** review-itinerary-page start here ****************************************** */

  /* *************************************** review-itinerary-page start here ****************************************** */

  .flight-itinerary-price .travelers-category p span {
    font-size: 14px;
  }

  .flight-itinerary-detail .flight-drop-detail .flight-box {
    padding-right: 0;
  }

  .flight-itinerary-detail .flight-drop-detail .flight-box .flight-box-detail {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .flight-itinerary-detail .flight-drop-detail .flight-box .flight-box-detail .flight-dir {
    flex: 0 0 25%;
  }

  .flight-itinerary-detail .flight-drop-detail .flight-box .flight-box-detail .logo-sec {
    flex: 0 0 100%;
    text-align: center;
    width: 100%;
  }

  /* *************************************** review-itinerary-page start here ****************************************** */
}

/* ***************************************
******************************************1199 */

@media (max-width: 1199px) {
  /* *************************************** home-page start here ****************************************** */
  /* header start here  */

  .header .top-bar .navbar .navbar-brand>img {
    max-width: 75%;
  }

  .header .top-bar .navbar .navbar-nav li a {
    font-size: 19px;
  }

  .header .top-bar .navbar .navbar-nav li:nth-of-type(2) a {
    font-size: 14px;
    padding: 12px 28px;
    border: 2px solid #54c38c;
  }

  .header .nav-custom-cover {
    top: 128px;
  }

  .header .nav-custom {
    padding: 20px 20px;
  }

  .header .nav-custom .primary-nav li a {
    font-size: 12px;
  }

  .header .nav-custom .primary-nav li:not(:nth-last-of-type(1)) {
    margin-right: 30px;
  }

  .home-banner {
    padding-top: 50px;
  }

  .home-banner .banner-content h2 {
    margin: 10px 0 15px;
  }

  .home-banner .banner-content h2>img {
    max-width: 85%;
  }

  .home-banner .banner-content h3 {
    font-size: 26px;
  }

  .search-engine {
    background-color: #54c38c;
  }

  .search-engine .search-main .search-form {
    position: relative;
    top: 0;
  }

  .search-engine .form-main {
    padding: 15px 0 21px;
    background-color: #54c38c;
  }

  .search-engine .search-main .search-form .form-input .submit-btn {
    box-shadow: 0 0 5px 0 #00000058;
  }

  .search-form .form-head .search-form-btn {
    margin-bottom: 0;
  }

  /* 
    .search-engine .search-form .form-head {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 10px;
    } */

  .about-us-cover {
    padding: 55px 0 55px;
  }

  .about-us-main .about-us-media {
    position: relative;
    text-align: center;
  }

  .about-us-main .banner-media-content {
    right: 110px;
    bottom: -60px;
  }

  .about-us-main .banner-media-content {
    padding: 35px 30px;
  }

  .about-us-main .banner-media-content h3 {
    font-size: 21px;
    line-height: 35px;
  }

  .continents-swp .swiper-button-prev {
    left: -22px;
  }

  .continents-swp .swiper-button-prev,
  .continents-swp .swiper-button-next {
    right: -22px;
  }

  .continents-box:hover .continent-content {
    top: 75%;
  }

  .exploration-box.left-side {
    padding-right: 0;
  }

  .exploration-box.right-side {
    padding-left: 0;
  }

  .exploration-media img {
    max-width: 88%;
  }

  .destination-box p {
    font-size: 17px;
    margin-bottom: 10px;
  }

  .destination-box>span {
    font-size: 16px;
  }

  .destination-box h4 {
    font-size: 27px;
    margin-top: 20px;
  }

  .destination-box h3 {
    font-size: 45px;
    margin-top: 50px;
  }

  .destination-box>Img {
    right: 19px;
    bottom: 25px;
  }

  .footer-cover {
    padding: 55px 0 29px;
  }

  .footer-nav-custom {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .footer-nav-custom>.navbar-brand {
    flex: 0 0 100%;
    width: 100%;
    margin-bottom: 10px;
  }

  .footer-cover .footer-nav-custom ul {
    margin-left: 25px;
  }

  .footer-cover .footer-nav-custom .primary-nav li:not(:nth-last-of-type(1)) {
    margin-right: 20px;
  }

  .footer-cover .footer-nav-custom .secondary-nav li:not(:nth-last-of-type(1)) {
    margin-right: 20px;
  }

  .footer-cover .footer-contact-boxes {
    margin: 70px auto;
  }

  .footer-cover .footer-contact-boxes-info {
    flex: 0 0 32%;
  }

  .footer-cover .footer-contact-boxes-info p {
    font-size: 15px;
  }

  /* *************************************** home-page end here ****************************************** */
  /* *************************************** City Fare Page Start here ****************************************** */
  .inner-banner .banner-content h3,
  .heading-sec h2 {
    font-size: 30px;
    margin-bottom: 0;
  }

  /* *************************************** City Fare Page end here ****************************************** */
  /* *************************************** Detination Page Start here ****************************************** */
  .continents-box .continent-content h3 {
    font-size: 18px;
  }

  .page-content {
    padding: 30px 0;
  }

  .destination-main {
    margin-top: 40px;
  }

  .inner-page .main {
    padding: 30px 0;
  }

  /* *************************************** Detination Page end here ****************************************** */
  /* *************************************** Airline Page Start here ****************************************** */
  .airline-search-head .search-sec,
  .airline-search-head .head-sec {
    flex: 0 0 50%;
  }

  /* *************************************** Airline Page end here ****************************************** */
  /* *************************************** contact-us-page start here ****************************************** */
  .contact-us-location-map {
    margin-bottom: 30px;
  }

  .contact-us-cover {
    padding: 60px 0;
  }

  /* *************************************** contact-us-page end here ****************************************** */
  /* *************************************** About US Start here ****************************************** */
  .why-choose-us-cover {
    background-position: -350px;
  }

  .why-choose-us-boxes-cover {
    padding-right: 30px;
  }

  .inner-banner .banner-content h2 {
    font-size: 35px;
  }

  .statistics .statistics-item {
    flex: 0 0 16%;
  }

  .statistics .statistics-item h3 {
    font-size: 40px;
  }

  /* *************************************** About US end here ****************************************** */

  /* ****** country-page starts here ******* */
  .country-box {
    margin-bottom: 20px;
  }

  .inner-page.search .inner-banner .banner-content {
    top: 50%;
    transform: translateY(-50%);
  }

  /* ****** country-page end here ******* */

  /* *************************************** Flight Page Start here ****************************************** */
  .logo-img {
    flex: 0 0 45%;
  }

  .flight-page-cover {
    padding: 40px 0 25px;
  }

  .flight-page-main {
    margin-top: 40px;
  }

  /* *************************************** Flight Page end here ****************************************** */

  /* *************************************** error Page start here ****************************************** */
  .error-page-cover .error-page-content {
    padding: 100px 0 100px;
    color: #fff;
    text-align: center;
  }

  .error-page-cover .error-page-content h2 {
    font-size: 315px;
  }

  .error-page-cover .error-page-content h3 {
    font-size: 90px;
    margin: 25px 0 15px;
  }

  /* *************************************** error Page end here ****************************************** */

  /* *************************************** online-booking-enquiry start here ****************************************** */
  .online-booking-enquiry-page .flight-result {
    max-width: 100%;
  }

  .enquiry-form-cover {
    padding: 50px 35px 50px 35px;
  }

  .enquiry-form-cover .enquiry-form .btn-submit .btn {
    padding: 12px 20px;
  }

  .enquiry-price-cover {
    padding: 35px 30px;
    background-position: top 50% right 25px;
  }

  /* *************************************** online-booking-enquiry end here ****************************************** */

  /* *************************************** booking-information-page start here ****************************************** */
  .booking-information-cover {
    padding: 70px 0 70px;
  }

  .maping-cover {
    margin-bottom: 75px;
    max-width: 85%;
  }

  .maping-cover ul li {
    padding-bottom: 20px;
  }

  .maping-cover ul li p {
    font-size: 18px;
  }

  .maping-cover ul li p span {
    margin-right: 8px;
  }

  .flight-itinerary-price {
    padding: 30px 50px 40px;
  }

  /* *************************************** booking-information-page end here ****************************************** */

  /* *************************************** Page-content starts here ****************************************** */
  .page-content .container>h1,
  .page-content .container>.home-scrollbar h1,
  .page-content .container>h2,
  .page-content .container>.home-scrollbar h2,
  .page-content .container>h3,
  .page-content .container>.home-scrollbar h3 {
    font-size: 30px;
    margin-bottom: 30px;
  }

  .page-content .container>h1,
  .page-content .container>.home-scrollbar h1 {
    font-size: 32px;
  }

  .page-content .container>h3,
  .page-content .container>.home-scrollbar h3 {
    font-size: 25px;
  }

  .page-content .container>h4,
  .page-content .container>.home-scrollbar h4,
  .page-content .container>h5,
  .page-content .container>.home-scrollbar h5,
  .page-content .container>h6,
  .page-content .container>.home-scrollbar h6 {
    font-size: 22px;
    margin-bottom: 20px;
  }

  .page-content .container>h5,
  .page-content .container>.home-scrollbar h5 {
    font-size: 20px;
  }

  .page-content .container>h6,
  .page-content .container>.home-scrollbar h6 {
    font-size: 18px;
  }

  .page-content .container>p,
  .page-content .container>.home-scrollbar p {
    font-size: 15px;
    margin-bottom: 25px;
  }

  /* *************************************** Page-content end here ****************************************** */
  .n-banner .search-engine .search-main .search-form {
    top: 120px;
  }
}

/* ***************************************
******************************************991 */

@media (max-width: 991px) {

  /* *************************************** home-page start here ****************************************** */
  /* header start here  */
  .header .top-bar .navbar .navbar-nav {
    display: flex;
    flex-direction: row;
  }

  .banner-content h2 {
    font-size: 75px;
  }

  .header .top-bar {
    padding: 15px 0 50px;
  }

  .header .top-bar .navbar .navbar-brand>img {
    max-width: 50%;
  }

  .header .top-bar .navbar .navbar-nav li:nth-of-type(1) {
    margin-right: 10px;
  }

  .header .top-bar .navbar .navbar-nav li:nth-of-type(1) img {
    max-width: 15%;
  }

  .header .top-bar .navbar .navbar-nav li a {
    font-size: 16px;
  }

  .header .top-bar .navbar .navbar-nav li:nth-of-type(2) a {
    padding: 7px 20px;
  }

  .header .top-bar .navbar .navbar-nav li:nth-of-type(2) a i {
    font-size: 20px;
  }

  .header .nav-custom-cover {
    top: 80px;
  }

  .header .nav-custom {
    padding: 15px 15px;
  }

  .header .nav-custom .secondary-nav {
    display: none;
  }

  .header .nav-custom .primary-nav li:not(:nth-last-of-type(1)) {
    margin-right: 24px;
  }

  .search-banner {
    top: -50px;
  }

  .home-banner .banner-content {
    padding-top: 0;
  }

  .home-banner {
    padding-top: 60px;
  }

  .home-banner .banner-content span {
    font-size: 20px;
  }

  .home-banner .banner-content h2>img {
    max-width: 54%;
  }

  .home-banner .banner-media {
    text-align: center;
  }

  .home-banner .banner-media img {
    max-width: 60%;
  }

  .search-engine {
    padding: 18px 0;
  }

  .search-form .form-head .search-form-btn {
    flex-wrap: wrap;
  }

  .search-form .form-head .radio {
    flex: 0 0 auto;
  }

  .about-us-cover {
    padding: 30px 0 45px;
  }

  .about-us-main .about-us-media {
    position: relative;
    text-align: start;
  }

  .about-us-main .banner-media-content {
    right: 80px;
    bottom: 0;
  }

  .heading-sec p {
    margin-top: 10px;
    font-size: 16px;
  }

  .heading-sec h2 {
    font-size: 30px;
  }

  .about-us-main .about-us-content>p {
    line-height: 25px;
  }

  .continents-swp-cover {
    padding: 40px 0 80px;
  }

  .heading-continent h2 {
    font-size: 40px;
    margin: 0 0 30px;
  }

  .continents-swp-cover {
    padding: 40px 0 55px;
  }

  .continents-box .continent-content {
    top: 75%;
  }

  .continents-box .continent-content h3 {
    font-size: 19px;
  }

  .swiper-horizontal>.swiper-scrollbar,
  .swiper-scrollbar.swiper-scrollbar-horizontal {
    bottom: -40px;
    z-index: 50;
    height: 3px;
    width: 100%;
    right: 0;
    background-color: #e5e5e5;
  }

  .exploration-box.right-side .exploration-box-info {
    justify-content: flex-start;
  }

  .exploration-media {
    text-align: center;
  }

  .exploration-media img {
    max-width: 40%;
  }

  .exploration-box {
    padding: 20px 0;
  }

  .destination-swp-cover {
    padding: 60px 0 60px;
  }

  .destination-swp {
    margin-top: 35px;
  }

  .destination-swp .swiper-button-prev,
  .destination-swp .swiper-button-next {
    top: -163px;
  }

  .destination-swp-cover .heading-destination>p {
    font-size: 15px;
    line-height: 24px;
  }

  /* footer  */
  .footer-cover {
    padding: 60px 0 25px;
  }

  .footer-cover .footer-nav-custom {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .footer-cover .footer-nav-custom .primary-nav {
    padding: 20px 0;
  }

  .footer-cover .footer-contact-boxes {
    margin: 55px auto;
  }

  .footer-cover .footer-contact-boxes-info p {
    font-size: 14px;
  }

  .footer-cover .footer-contact-boxes-info {
    padding: 25px 20px 24px;
  }

  .footer-call-cvr {
    display: block;
  }

  /* *************************************** home-page end here ****************************************** */

  /* ****** contact-us-page start here ***** */
  .contact-us-location-map iframe {
    height: 260px;
  }

  .contact-us-main iframe {
    margin-top: 40px;
  }

  .contact-us-form textarea {
    min-height: 120px;
  }

  /* ****** contact-us-page end here ***** */

  /* *************************************** About US Start here ****************************************** */
  .why-choose-us-cover {
    background-position: 0 -440px;
  }

  .statistics {
    padding: 60px 0;
  }

  .statistics .statistics-item {
    flex: 0 0 23%;
    margin-bottom: 25px;
  }

  .statistics .statistics-item p {
    margin: 20px 0 10px;
  }

  .statistics .statistics-item h3 {
    font-size: 27px;
  }

  /* *************************************** About US end here ****************************************** */

  /* *************************************** Flight Details Start here ****************************************** */
  .flight-summary {
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .flight-box {
    flex: 0 0 100%;
    border-right: none;
    padding-right: initial;
    width: 100%;
    padding-bottom: 30px;
    border-bottom: 1px solid #e5e5e5;
  }

  .flight-detail-cover .flight-box {
    margin-bottom: 30px;
  }

  .flight-detail-info {
    flex: 0 0 100%;
    align-self: center;
    width: 100%;
    padding-top: 26px;
  }

  .price-box {
    text-align: center;
    margin-bottom: 0;
  }

  .logo-sec {
    flex: 0 0 100%;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }

  .flight-box-detail {
    flex-wrap: wrap;
  }

  .flight-drop-detail .flight-box-detail .flight-dir {
    left: initial;
  }

  .flight-drop-detail {
    padding-bottom: 0;
    border-bottom: none;
    display: flex;
    flex-direction: column;
  }

  /* *************************************** Flight Details end here ****************************************** */

  /* *************************************** error Page start here ****************************************** */
  .error-page-cover .error-page-content h2 {
    font-size: 204px;
  }

  .error-page-cover .error-page-content h3 {
    font-size: 60px;
    margin: 20px 0 15px;
  }

  .error-page-cover .error-page-content p {
    font-size: 20px;
  }

  /* *************************************** error Page end here ****************************************** */

  /* *************************************** online-booking-enquiry start here ****************************************** */
  .online-booking-enquiry-page .flight-detail-main-cover {
    padding: 75px 0 50px;
  }

  .online-bookin-enquiry-form-cover {
    margin-bottom: 70px;
  }

  /* *************************************** online-booking-enquiry end here ****************************************** */

  /* *************************************** flight-booking-enquiry start here ****************************************** */
  .flight-booking-enquiry-cover {
    padding: 50px 0 40px;
  }

  /* *************************************** flight-booking-enquiry end here ****************************************** */

  /* *************************************** booking-information-page start here ****************************************** */

  .maping-cover {
    margin-bottom: 50px;
    max-width: 100%;
  }

  .maping-cover ul li p {
    font-size: 14px;
  }

  .maping-cover ul li p span {
    margin-right: 5px;
  }

  .maping-cover ul li {
    padding-bottom: 10px;
  }

  .booking-information-box {
    margin-top: 35px;
  }

  .passenger-info-box .passenger-header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 13px;
  }

  .passenger-info-box .passenger-header .passenger-selection-info,
  .passenger-info-box .passenger-header .genders-selection-info {
    flex: 0 0 100%;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }

  .passenger-info-box .passenger-header .genders-selection-info {
    justify-content: space-between;
  }

  .passenger-info-box .passenger-header .passenger-selection-info ul {
    margin-bottom: 10px;
  }

  .passenger-info-box .passenger-header .mr-selection .form-select {
    padding: 4px 27px 4px 6px;
    font-size: 13px;
  }

  .passenger-info-box .passenger-body {
    margin: 20px 0;
  }

  .passenger-info-box .passenger-body .form-control,
  .passenger-contact-info-cover .passenger-body .form-control {
    height: 43px;
    font-size: 13px;
  }

  .passenger-contact-info-cover {
    margin-top: 30px;
  }

  .passenger-contact-info-cover .passenger-header {
    padding: 10px 16px;
  }

  .passenger-contact-info-cover .passenger-body>p {
    font-size: 13px;
    line-height: 18px;
  }

  .passenger-contact-info-cover .passenger-body .submit-btn .btn {
    font-size: 13px;
    padding: 15px 26px;
  }

  .flight-itinerary-price {
    padding: 30px 35px 40px;
  }

  .flight-itinerary-price h3 {
    font-size: 18px;
    margin-bottom: 15px;
  }

  .flight-itinerary-price .travelers-category {
    padding: 25px 0;
  }

  .flight-itinerary-price .travelers-category p:not(:nth-last-of-type(1)) {
    margin-bottom: 17px;
  }

  .flight-itinerary-price .travelers-category p span {
    font-size: 15px;
  }

  .flight-itinerary-price .total-price h4 {
    font-size: 18px;
    margin: 35px 0 20px;
  }

  .flight-itinerary-price .total-price p {
    font-size: 15px;
  }

  .flight-itinerary-price .total-price h3 {
    font-size: 24px;
    margin: 20px 0 25px;
  }

  .flight-itinerary-price .total-price .btn-download {
    font-size: 14px;
    padding: 11px 30px;
  }

  /* *************************************** booking-information-page end here ****************************************** */

  /* *************************************** review-itinerary-page start here ****************************************** */
  .review-itinerary-cover {
    padding: 70px 0 70px;
  }

  .flight-itinerary-detail .flight-drop-detail .flight-box {
    border-right: none;
  }

  .flight-itinerary-detail .flight-itinerary-price {
    padding: 30px 20px 70px;
  }

  /* *************************************** review-itinerary-page end here ****************************************** */

  /* *************************************** confirmation-page start here ****************************************** */
  .confirmation-page {
    padding: 70px 0 70px;
  }

  .booking-confirmation-thnx .flight-info.half-line {
    max-width: 100%;
  }

  .booking-confirmation-thnx .flight-info ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .booking-confirmation-thnx>img {
    right: 150px;
    top: 80px;
  }

  .error-page-cover.thankyou .error-page-content h2 {
    font-size: 70px;
    line-height: 70px;
  }

  .error-page-cover.thankyou .error-page-content h3 {
    font-size: 30px;
    line-height: 30px;
    margin: 30px 0 15px;
  }

  .error-page-cover.thankyou .error-page-content p {
    font-size: 17px;
    line-height: 20px;
  }

  /* *************************************** confirmation-page end here ****************************************** */

  /* *************************************** Page-content starts here ****************************************** */
  .page-content .container>h1,
  .page-content .container>.home-scrollbar h1,
  .page-content .container>h2,
  .page-content .container>.home-scrollbar h2,
  .page-content .container>h3,
  .page-content .container>.home-scrollbar h3 {
    font-size: 25px;
  }

  .page-content .container>h1,
  .page-content .container>.home-scrollbar h1 {
    font-size: 27px;
  }

  .page-content .container>h3,
  .page-content .container>.home-scrollbar h3 {
    font-size: 22px;
  }

  .page-content .container>h4,
  .page-content .container>.home-scrollbar h4,
  .page-content .container>h5,
  .page-content .container>.home-scrollbar h5,
  .page-content .container>h6,
  .page-content .container>.home-scrollbar h6 {
    font-size: 20px;
  }

  .page-content .container>h5,
  .page-content .container>.home-scrollbar h5 {
    font-size: 19px;
  }

  .page-content .container>h6,
  .page-content .container>.home-scrollbarh6 {
    font-size: 17px;
  }

  .page-content .container>p,
  .page-content .container>.home-scrollbar p {
    margin-bottom: 22px;
    line-height: 25px;
  }

  .page-content .container>blockquote>p,
  .page-content .container>.home-scrollbar blockquote>p {
    max-width: 100%;
  }
  .header .nav-custom-s .primary-nav li:not(:nth-last-of-type(1)) {
    margin-right: 15px !important;
  }
  /* *************************************** Page-content end here ****************************************** */
}

/* ***************************************
******************************************767 */
@media (max-width: 767px) {

  /* *************************************** home-page start here ****************************************** */
  /* header start here  */
  .header .top-bar .navbar .navbar-nav li:nth-of-type(1) {
    display: none;
  }

  .header .top-bar {
    padding: 10px 0 10px;
  }

  .header .nav-custom-cover {
    top: 77px;
  }

  .stellarnav .call-btn-mobile,
  .stellarnav .close-menu,
  .stellarnav .location-btn-mobile,
  .stellarnav .menu-toggle {
    padding: 0;
  }

  .nav-custom-cover.nav-custom-s .md-logo {
    display: block;
  }

  .header .nav-custom {
    padding: 13px 0;
    background-color: initial;
  }

  .header .nav-custom .primary-nav li:not(:nth-last-of-type(1)) {
    margin-right: 0;
  }

  .stellarnav.mobile .dd-toggle,
  .stellarnav.mobile .menu-toggle {
    color: #fff;
  }

  .stellarnav .menu-toggle span.bars span {
    background: #fff;
  }

  .header .nav-custom .primary-nav {
    background-color: #00467a;
    font-size: 13px;
    padding: 10px 35px;
    text-align: start;
  }

  .header .nav-custom .primary-nav li {
    margin-bottom: 15px;
  }

  .stellarnav .icon-close::after,
  .stellarnav .icon-close::before {
    width: 17px;
    border-bottom: solid 3px #fff;
    right: 6px;
  }

  .stellarnav .close-menu {
    color: #fff;
  }

  .header .nav-custom .stellarnav>ul>li>a {
    padding-bottom: 5px;
  }

  .home-banner {
    padding-top: 65px;
  }

  .home-banner .banner-content span {
    font-size: 18px;
  }

  .home-banner .banner-content h2>img {
    max-width: 48%;
  }

  .home-banner .banner-content h2 {
    font-size: 55px;
    margin: 2px 0;
  }

  .home-banner .banner-content h3 {
    font-size: 21px;
    margin-bottom: 25px;
    margin-top: 0;
  }

  .search-form .form-head .search-form-btn {
    flex-wrap: wrap;
  }

  .about-us-cover {
    padding: 25px 0 50px;
  }

  .about-us-main .about-us-media img {
    max-width: 60%;
  }

  .about-us-main .banner-media-content {
    right: 0;
    bottom: 0;
  }

  .about-us-main .banner-media-content {
    padding: 15px 30px 30px;
  }

  .about-us-main .banner-media-content h3 {
    font-size: 18px;
    line-height: 29px;
  }

  .about-us-main .banner-media-content a {
    font-size: 14px;
    padding: 8px 19px;
  }

  .heading-sec p {
    font-size: 15px;
  }

  .about-us-main .about-us-content>p {
    font-size: 14px;
    line-height: 23px;
    margin: 20px 0;
  }

  .about-us-main .about-us-content>h3 {
    font-size: 20px;
    margin-bottom: 30px;
  }

  .continents-swp-cover {
    padding: 29px 0 40px;
  }

  .heading-continent h2 {
    font-size: 32px;
    margin: 0 0 30px;
  }

  .swiper-horizontal>.swiper-scrollbar,
  .swiper-scrollbar.swiper-scrollbar-horizontal {
    bottom: -30px;
    height: 2px;
  }

  .swiper-scrollbar .swiper-scrollbar-drag {
    height: 3px;
  }

  .destination-box>Img {
    right: 15px;
    bottom: 10px;
  }

  .destination-swp-cover .heading-destination>p {
    font-size: 14px;
    line-height: 24px;
  }

  .destination-swp .swiper-button-prev,
  .destination-swp .swiper-button-next {
    top: -25px;
  }

  .destination-swp-cover {
    padding: 40px 0 40px;
  }

  .destination-swp {
    margin-top: 55px;
  }

  .destination-box {
    padding: 25px 20px;
  }

  .destination-box p {
    font-size: 15px;
    margin-bottom: 10px;
  }

  .destination-box>span {
    font-size: 14px;
  }

  .destination-box h4 {
    font-size: 25px;
    margin-top: 15px;
  }

  .destination-box h3 {
    font-size: 35px;
    margin-top: 50px;
  }

  .destination-box h3 span {
    font-size: 21px;
    margin-right: 4px;
  }

  .footer-cover {
    padding: 40px 0 20px;
  }

  .footer-cover .footer-nav-custom ul {
    margin-left: 0;
  }

  .footer-cover .footer-nav-custom ul {
    flex-wrap: wrap;
    justify-content: center;
  }

  .footer-cover .footer-nav-custom ul:nth-of-type(1) {
    margin-bottom: 5px;
  }

  .footer-cover .footer-contact-boxes {
    max-width: 1096px;
    margin: 30px auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .footer-cover .footer-contact-boxes-info {
    flex: 0 0 100%;
    width: 100%;
  }

  .footer-cover .footer-contact-boxes-info:not(:nth-last-of-type(1)) {
    margin-bottom: 25px;
  }

  /* *************************************** home-page end here ****************************************** */

  /* ****** contact-us-page start here ***** */
  .contact-us-location-map iframe {
    height: 200px;
  }

  .contact-us-form textarea {
    min-height: 110px;
  }

  .contact-us-form .btn-submit .btn {
    padding: 14px 16px;
  }

  .contact-us-cover {
    padding: 50px 0;
  }

  /* ****** contact-us-page ends here ***** */

  /* *************************************** City Fare Page Start here ****************************************** */
  .destination-box h4 {
    font-size: 20px;
  }

  .destination-box h3 {
    font-size: 30px;
  }

  .inner-banner .banner-content h3,
  .heading-sec h2 {
    font-size: 25px;
  }

  /* *************************************** City Fare Page end here ****************************************** */
  /* *************************************** Country Page Start here ****************************************** */
  .country-box .country-box-content {
    padding: 20px 15px;
  }

  .country-box {
    margin-bottom: 0;
  }

  .page-content {
    padding: 20px 0;
  }

  .form-input .form-control {
    font-size: 13px;
    padding: 15px 20px;
  }

  .country-box .country-box-content p {
    font-size: 13px;
    line-height: 20px;
    margin: 12px 0 20px;
  }

  .country-box .country-box-content h3 {
    font-size: 30px;
    margin-bottom: 25px;
  }

  .country-box .country-box-content h3 span {
    font-size: 19px;
    margin-right: 1px;
  }

  .country-cover {
    padding: 45px 0 0;
  }

  .country-box .country-box-content>img {
    right: 20px;
    max-width: 17%;
  }

  .country-main {
    margin-top: 25px;
  }

  /* *************************************** Country Page end here ****************************************** */
  /* *************************************** Airline Page Start here ****************************************** */
  .airline-search-head form .form-control,
  .airline-search-head form .btn {
    font-size: 12px;
    height: 50px;
  }

  /* *************************************** Airline Page end here ****************************************** */

  /* *************************************** About US Start here ****************************************** */
  .inner-banner .banner-content h2 {
    font-size: 25px;
  }

  .inner-banner .banner-content h3 {
    font-size: 20px;
  }

  .about-us-main .about-us-content>h3 {
    font-size: 18px;
  }

  .about-us-boxes-cover .inner-box-info p {
    font-size: 14px;
  }

  .why-choose-us-main .why-choose-us-content>p {
    font-size: 14px;
    margin: 20px 0;
  }

  .why-choose-us-cover {
    background-color: #edf6f8;
    padding: 80px 0;
  }

  .why-choose-us-cover {
    background-position: 0 -270px;
  }

  .why-choose-us-boxes-cover .exploration-box-content h5 {
    font-size: 16px;
  }

  .why-choose-us-boxes-cover .exploration-box-content p {
    line-height: 22px;
    font-size: 13px;
  }

  .exploration-box-info:not(:nth-last-of-type(1)) {
    margin-bottom: 25px;
  }

  .why-choose-us-cover {
    background-color: #edf6f8;
    padding: 80px 0;
  }

  .statistics {
    padding: 40px 0;
    overflow-x: scroll;
  }

  .statistics .statistics-item {
    flex: 0 0 225px;
    margin-bottom: 0;
  }

  .statistics-item img {
    max-width: 50px;
  }

  /* *************************************** About US end here ****************************************** */

  /* *************************************** Flight Details Start here ****************************************** */
  .flight-detail-heading p {
    line-height: 21px;
  }

  .flight-box-detail .air-info {
    flex: 0 0 20%;
  }

  .flight-box-detail .flight-stop p {
    margin-top: 20px;
  }

  .flight-drop-main>p {
    font-size: 12px;
    line-height: 16px;
  }

  .flight-detail-main-cover {
    padding: 80px 0;
  }

  /* *************************************** Flight Details end here ****************************************** */

  /* *************************************** flight-booking-enquiry start here ****************************************** */

  .flight-booking-enquiry-cover .enquiry-form-price-cover {
    margin-top: 20px;
  }

  .flight-booking-enquiry-cover {
    padding: 35px 0 25px;
  }

  /* *************************************** flight-booking-enquiry end here ****************************************** */

  /* *************************************** page content sart here ****************************************** */

  .page-content .container>h1,
  .page-content .container>.home-scrollbar h1,
  .page-content .container>h2,
  .page-content .container>.home-scrollbar h2,
  .page-content .container>h3,
  .page-content .container>.home-scrollbar h3 {
    font-size: 20px;
    line-height: 23px;
  }

  .page-content .container>h1,
  .page-content .container>.home-scrollbar h1 {
    font-size: 21px;
  }

  .page-content .container>h3,
  .page-content .container>.home-scrollbar h3 {
    font-size: 19px;
  }

  .page-content .container>h4,
  .page-content .container>.home-scrollbar h4,
  .page-content .container>h5,
  .page-content .container>.home-scrollbar h5,
  .page-content .container>h6,
  .page-content .container>.home-scrollbar h6 {
    font-size: 18px;
  }

  .page-content .container>h5,
  .page-content .container>.home-scrollbar h5 {
    font-size: 17px;
  }

  .page-content .container>h6,
  .page-content .container>.home-scrollbar h6 {
    font-size: 16px;
  }

  .page-content .container>p,
  .page-content .container>.home-scrollbar p {
    font-size: 14px;
    margin-bottom: 22px;
    line-height: 25px;
  }

  .page-content .container>blockquote>p,
  .page-content .container>.home-scrollbar blockquote>p {
    font-size: 15px;
  }

  /* *************************************** Page-content end here ****************************************** */

  /* *************************************** error Page start here ****************************************** */
  .error-page-cover .error-page-content h2 {
    font-size: 134px;
  }

  .error-page-cover .error-page-content {
    padding: 81px 0 80px;
  }

  .error-page-cover .error-page-content h3 {
    font-size: 45px;
    margin: 13px 0 15px;
  }

  .error-page-cover .error-page-content p {
    font-size: 15px;
  }

  .error-page-cover .error-page-content>a {
    display: inline-block;
    padding: 15px 40px;
    margin-top: 60px;
  }

  /* *************************************** error Page end here ****************************************** */

  /* *************************************** online-booking-enquiry start here ****************************************** */
  .online-booking-enquiry-page .flight-box-detail .air-info {
    flex: 0 0 20%;
  }

  /* *************************************** online-booking-enquiry end here ****************************************** */

  /* *************************************** booking-information-page start here ****************************************** */
  .passenger-info-box .passenger-body {
    padding: 40px 25px 25px;
  }

  .passenger-contact-info-cover .passenger-body {
    padding: 30px 25px 50px;
  }

  .passenger-info-box .passenger-header {
    padding: 10px 25px;
  }

  /* *************************************** booking-information-page end here ****************************************** */

  /* *************************************** review-itinerary-page start here ****************************************** */
  .flight-itinerary-detail .flight-detail-cover .flight-box-detail .air-info {
    flex: 0 0 20%;
  }

  .flight-itinerary-detail .details-btn a {
    font-size: 14px;
    padding: 16px 20px;
  }

  /* *************************************** review-itinerary-page end here ****************************************** */

  /* *************************************** confirmation-page start here ****************************************** */
  .confirmation-page {
    padding: 70px 0 50px;
  }

  .booking-confirmation-thnx>img {
    display: none;
  }

  .booking-confirmation-thnx .flight-info ul li span {
    font-size: 16px;
  }

  .booking-confirmation-thnx .flight-price-info ul li span:nth-of-type(2) {
    font-size: 18px;
  }

  .booking-confirmation-thnx .total-price p span {
    font-size: 18px;
  }

  .booking-confirm-help .booking-help-contact {
    margin: 30px 0;
  }

  .booking-confirm-help>p {
    font-size: 15px;
    line-height: 27px;
  }

  /* *************************************** confirmation-page end here ****************************************** */
  .error-page-cover.thankyou .error-page-content h2 {
    font-size: 50px;
    line-height: 50px;
  }

  .error-page-cover.thankyou .error-page-content h3 {
    font-size: 25px;
    line-height: 25px;
    margin: 20px 0 10px;
  }

  .error-page-cover.thankyou .error-page-content p {
    font-size: 15px;
    line-height: 18px;
  }

  .nav-custom {
    justify-content: space-between;
  }

  .stellarnav {
    width: auto;
  }

  .nav-custom .md-logo a img {
    max-width: 110px !important;
  }
}

/* ***************************************
******************************************576 */
@media (max-width: 575px) {
  .navbar.navbar-expand-lg {
    justify-content: center;
    text-align: center;
  }

  .navbar.navbar-expand-lg .navbar-brand {
    display: none;
  }

  .header .nav-custom .md-logo {
    display: block;
  }

  .phone-lg {
    display: none !important;
  }

  .header {
    position: sticky !important;
    z-index: 999;
    top: 0 !important;
  }

  .header .nav-custom-cover {
    position: static !important;
    background-color: #00467a !important;
  }

  /* *************************************** home-page start here ****************************************** */
  /* header start here  */
  .header .top-bar .navbar .navbar-brand {
    flex: 0 0 35%;
  }

  .header .top-bar .navbar .navbar-nav li:nth-of-type(2) a {
    padding: 5px 18px;
    font-size: 12px;
    border: 1px solid #54c38c;
  }

  .home-banner {
    padding-top: 55px;
  }

  .header .nav-custom {
    padding: 7px 0;
  }

  .header .top-bar .navbar .navbar-brand>img {
    max-width: 100%;
  }

  .header .top-bar {
    padding: 5px 0 5px;
  }

  .header .nav-custom-cover {
    top: 55px;
  }

  .home-banner .banner-content span {
    font-size: 14px;
  }

  .home-banner .banner-content h2 {
    font-size: 40px;
    margin: 3px 0;
  }

  .stellarnav.mobile .dd-toggle,
  .stellarnav.mobile .menu-toggle {
    font-size: 14px;
  }

  .nav-custom-s .stellarnav.mobile,
  .stellarnav.mobile.fixed {
    text-align: Start;
  }

  .nav-custom-s .stellarnav .menu-toggle span.bars span {
    background: #fff !important;
  }

  .home-banner .banner-content h3 {
    font-size: 18px;
  }

  .home-banner .banner-content p {
    font-size: 14px;
    line-height: 22px;
  }

  .search-engine {
    overflow-x: hidden;
  }

  .search-banner .banner {
    padding: 145px 0 20px;
  }

  .search-form .form-head {
    flex-wrap: wrap;
  }

  .search-form .form-head .search-form-btn {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
  }

  .search-form .form-head .search-form-btn .form-check,
  .search-form .form-head .search-form-btn .form-input {
    margin-right: 10px;
    margin-bottom: 12px;
  }

  .pass-economy .form-input:nth-of-type(1) img {
    top: 10px;
  }

  .form-input .form-control {
    font-size: 13px;
    height: 42px;
    padding: 10px 10px;
  }

  .form-main .select2-container--default .select2-selection--multiple {
    height: 42px;
    padding: 9px 10px;
    font-size: 15px;
  }

  .add-btn .add-flights-btn {
    height: 42px;
    padding: 9px 10px;
    font-size: 15px;
  }

  .form-input .submit-btn {
    height: 42px;
  }

  .form-head .form-check label {
    font-size: 12px;
    font-weight: 400;
  }

  .pass-economy {
    align-items: flex-start;
    flex: 0 0 auto;
  }

  .passenger-dropdown {
    max-width: 100%;
  }

  .pass-economy .form-input .form-select:nth-of-type(1) {
    padding: 0px 42px 0px 0;
  }

  .search-form .form-input img {
    right: 15px;
    top: 15px;
  }

  .search-form .search-dates img {
    top: 15px;
  }

  .search-form .search-dates .form-input img {
    top: 18px;
    right: 18px;
  }

  .form-input .passenger-contain .form-control {
    height: 25px;
  }

  .search-form .form-input .PassengersField+img {
    top: 11px;
  }

  .search-form .search-dates .return-date .form-input img {
    display: inline;
  }

  /* about-us */
  .about-us-cover {
    padding: 25px 0 20px;
  }

  .about-us-main .about-us-media img {
    max-width: 100%;
  }

  .about-us-main .about-us-media {
    position: relative;
    text-align: center;
  }

  .about-us-main .banner-media-content {
    padding: 15px 35px 30px;
    margin: 10px auto 0;
    position: relative;
  }

  .about-us-main .banner-media-content h3 {
    font-size: 14px;
    line-height: 27px;
    margin-bottom: 20px;
  }

  .about-us-main .banner-media-content a {
    font-size: 14px;
    padding: 6px 16px;
    border: 1px solid #fff;
  }

  .heading-sec p {
    font-size: 14px;
  }

  .heading-sec h2 {
    font-size: 18px;
  }

  .about-us-main .about-us-content>p {
    font-size: 12px;
    line-height: 20px;
    margin: 15px 0;
  }

  .about-us-main .about-us-content>h3 {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .about-us-boxes-cover .inner-box-info:nth-of-type(1),
  .about-us-boxes-cover .inner-box-info:nth-of-type(2) {
    margin-bottom: 0;
  }

  .about-us-banner .banner-content>p {
    line-height: 19px;
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 13px;
  }

  .about-us-boxes-cover {
    flex-direction: column;
  }

  .about-us-boxes-cover .inner-box-info {
    flex: 0 0 100%;
    padding: 20px;
    max-width: 320px;
    margin: 0 auto 0 0;
  }

  .about-us-boxes-cover .inner-box-info>img {
    max-width: 15%;
  }

  .about-us-boxes-cover .inner-box-info h5 {
    font-size: 13px;
    margin: 10px 0;
  }

  .about-us-boxes-cover .inner-box-info p,
  .about-us-boxes-cover .inner-box-info h4 {
    font-size: 14px;
  }

  .continents-swp-cover {
    padding: 10px 0 40px;
  }

  .heading-continent p {
    font-size: 14px;
  }

  .heading-continent h2 {
    font-size: 20px;
    margin: 0 0 15px;
  }

  .continents-box {
    max-width: 320px;
    margin: 0 auto;
  }

  .continents-swp .swiper-button-prev,
  .continents-swp .swiper-button-next {
    right: 0px;
  }

  .continents-swp .swiper-button-prev {
    left: 0;
  }

  .continents-box .continent-content {
    top: 75%;
  }

  .continents-box .continent-content h3 {
    font-size: 18px;
  }


  .exploration-box-info:not(:nth-last-of-type(1)) {
    margin-bottom: 35px;
  }

  .destination-swp-cover .heading-destination>p {
    font-size: 13px;
    line-height: 22px;
  }

  .destination-box {
    max-width: 320px;
    margin: auto;
  }

  .footer-cover {
    padding: 30px 0 20px;
  }

  .footer-nav-custom .navbar-brand {
    text-align: center;
  }

  .footer-nav-custom .navbar-brand img {
    max-width: 50%;
  }

  .footer-cover .footer-nav-custom .primary-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .footer-cover .footer-nav-custom .primary-nav li:not(:nth-last-of-type(1)) {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .footer-cover .copy-right p {
    font-size: 13px;
  }

  .exploration-box-info .exploration-box-content h5,
  .search-form .search-form-btn .form-input .form-select,
  .search-form .search-form-btn .form-input .form-control {
    font-size: 14px;
  }

  .exploration-box-info .exploration-box-content p {
    font-size: 12px;
  }

  .inner-banner .banner-content h3,
  .heading-sec h2 {
    font-size: 14px;
  }

  /* footer start here  */
  .footer-call-cvr {
    bottom: 20px;
    left: 20px;
  }

  .footer-call-cvr .footer-call a {
    width: 45px;
    height: 45px;
  }

  .footer-call-cvr .footer-call a::after {
    width: 32px;
    height: 32px;
  }

  .footer-call-cvr .footer-call a i {
    font-size: 14px;
  }

  /* *************************************** home-page end here ****************************************** */

  /* *************************************** Country Page Start here ****************************************** */
  .country-box,
  .airline-info .airline-box {
    margin-bottom: 0;
    max-width: 320px;
    margin: auto;
  }

  .airline-box {
    margin-bottom: 20px !important;
  }

  .destination-cover .destination-main .continents-box {
    margin-bottom: 15px;
  }

  .city-fares-info {
    margin-top: 35px;
  }

  /* *************************************** Country Page end here ****************************************** */
  /* *************************************** Airline Page Start here ****************************************** */

  .airline-search-head .search-sec,
  .airline-search-head .head-sec {
    flex: 0 0 100%;
    width: 100%;
  }

  .airline-search-head {
    flex-direction: column;
  }

  .heading-sec {
    margin-bottom: 20px;
  }

  .airline-search-head {
    margin-bottom: 50px;
  }

  .inner-banner .banner-content h3 {
    margin-bottom: 0;
  }

  /* *************************************** Airline Page end here ****************************************** */
  /* *************************************** Contact Us Page Start here ****************************************** */
  .contact-us-form .form-check-label {
    font-size: 12px;
    line-height: 18px;
    padding-left: 0;
  }

  .contact-us-form .btn-submit .btn {
    padding: 12px 15px;
    font-size: 13px;
  }

  .contact-us-location-map iframe {
    height: 120px;
    margin-top: 10px;
  }

  .contact-us-form textarea {
    min-height: 80px;
  }

  .contact-us-cover {
    padding: 35px 0;
  }

  /* *************************************** Contact Us Page end here ****************************************** */

  /* *************************************** About US Start here ****************************************** */
  .statistics .statistics-item h3 {
    font-size: 25px;
  }

  .inner-banner .banner-content h2 {
    font-size: 18px;
  }

  .why-choose-us-cover {
    background-position: 0 -100px;
    padding: 55px 0;
  }

  .why-choose-us-boxes-cover .exploration-box-info {
    flex-direction: column;
    align-items: start;
  }

  .why-choose-us-boxes-cover .exploration-box-info .exploration-box-media {
    margin-bottom: 10px;
  }

  .why-choose-us-boxes-cover .exploration-box-content {
    margin-left: 0;
  }

  .why-choose-us-boxes-cover {
    padding-right: 0;
  }

  .statistics {
    padding: 30px 0;
  }

  .statistics .statistics-item {
    flex: 0 0 142px;
    margin-bottom: 0;
  }

  .statistics .statistics-item p {
    margin: 15px 0;
    font-size: 10px;
  }

  .statistics .statistics-item h3 {
    font-size: 18px;
  }

  /* *************************************** About US end here ****************************************** */
  /* flight-page starts here */

  .flight-page-cover {
    padding: 20px 0 10px;
  }

  .flight-page-main {
    margin-top: 30px;
  }

  .flight-page-box .logo-head .logo-img img {
    max-width: 100px;
  }

  .flight-page-box .logo-head {
    padding: 10px 0;
    margin: 0 12px;
  }

  .flight-page-box .flight-dir-info {
    padding: 25px 30px;
  }

  .flight-page-box .flight-enquire-footer .flight-enquire-btn {
    margin-left: 5px;
  }

  .flight-page-box .flight-price h3 {
    font-size: 25px;
  }

  .flight-page-box .flight-dir .dest h3 {
    font-size: 15px;
  }

  /* flight-page ends here */

  /* *************************************** Flight Details Start here ****************************************** */

  .flight-detail-heading h3 {
    font-size: 17px;
    line-height: 20px;
  }

  .flight-detail-heading p {
    font-size: 14px;
    line-height: 20px;
  }

  .flight-detail-heading {
    margin-bottom: 48px;
  }

  .airline-filter ul li .form-check-label {
    font-size: 14px;
  }

  .flight-box-detail .air-info {
    flex: 0 0 100%;
    width: 100%;
    text-align: center;
  }

  .flight-box-detail .flight-stop {
    text-align: center;
    flex: 0 0 100%;
    align-self: center;
    width: 100%;
    margin: 30px auto;
  }

  .option-btn {
    width: 100%;
  }

  .flight-drop-btn {
    width: 100%;
    text-align: center;
  }

  .flight-detail-btns .detail-btns .enquiry-btn {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .option-btn {
    width: 100%;
    margin-bottom: 10px;
  }

  .flight-detail-btns .detail-btns .enquiry-btn,
  .flight-drop-detail .flight-box-detail .flight-dir {
    width: 100%;
    flex: 0 0 100%;
  }

  .flight-detail-btns,
  .flight-detail-btns .detail-btns {
    flex-direction: column;
    width: 100%;
  }

  .flight-detail-btns .detail-btns .enquiry-btn a,
  .flight-detail-btns .detail-btns .option-btn a {
    display: block;
    text-align: center;
  }

  .flight-box-detail {
    flex-direction: column;
    text-align: center;
  }

  .stop-time p {
    font-size: 12px;
  }

  .stop-time {
    flex-direction: column;
  }

  .flight-detail-main-cover {
    padding: 50px 0;
  }

  .flight-detail-filter-cover {
    max-width: 400px;
    margin: auto;
  }

  .flight-drop-detail {
    flex-direction: column;
  }

  .flight-bk-detail {
    margin-top: 30px;
  }

  /* *************************************** Flight Details end here ****************************************** */

  /* *************************************** page content sart here ****************************************** */

  .page-content .container>h1,
  .page-content .container>.home-scrollbar h1,
  .page-content .container>h2,
  .page-content .container>.home-scrollbar h2,
  .page-content .container>h3,
  .page-content .container>.home-scrollbar h3 {
    font-size: 17px;
    line-height: 20px;
    margin-bottom: 20px;
  }

  .page-content .container>h1,
  .page-content .container>.home-scrollbar h1 {
    font-size: 18px;
  }

  .page-content .container>h3,
  .page-content .container>.home-scrollbar h3 {
    font-size: 16px;
  }

  .page-content .container>h4,
  .page-content .container>.home-scrollbar h4,
  .page-content .container>h5,
  .page-content .container>.home-scrollbar h5,
  .page-content .container>h6,
  .page-content .container>.home-scrollbar h6 {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 20px;
  }

  .page-content .container>h5,
  .page-content .container>.home-scrollbar h5 {
    font-size: 15px;
  }

  .page-content .container>h6,
  .page-content .container>.home-scrollbar h6 {
    font-size: 14px;
  }

  .page-content .container>p,
  .page-content .container>.home-scrollbar p {
    font-size: 13px;
  }

  .page-content .container>blockquote>p,
  .page-content .container>.home-scrollbar blockquote>p {
    font-size: 14px;
    padding: 20px 15px;
  }

  .page-content .container>ul,
  .page-content .container>.home-scrollbar ul,
  .page-content .container>ol,
  .page-content .container>.home-scrollbar ol {
    padding: 10px 0 10px 5px;
    margin: 10px 0;
  }

  .page-content .container>ul li,
  .page-content .container>.home-scrollbar ul li,
  .page-content .container>ol li,
  .page-content .container>.home-scrollbar ol li {
    margin-left: 20px;
    font-size: 15px;
  }

  /* *************************************** Page-content end here ****************************************** */

  /* *************************************** error Page start here ****************************************** */

  .error-page-cover .error-page-content h2 {
    font-size: 81px;
  }

  .error-page-cover .error-page-content {
    padding: 55px 0 55px;
  }

  .error-page-cover .error-page-content h3 {
    font-size: 29px;
    margin: 12px 0 15px;
  }

  .error-page-cover .error-page-content p {
    font-size: 12px;
  }

  .error-page-cover .error-page-content>a {
    font-size: 14px;
    padding: 11px 24px;
    margin-top: 40px;
  }

  /* *************************************** error Page end here ****************************************** */

  /* *************************************** online-booking-enquiry start here ****************************************** */
  .online-booking-enquiry-page .flight-detail-main-cover {
    padding: 50px 0 50px;
  }

  .enquiry-form-cover {
    padding: 30px 15px 30px 15px;
  }

  .enquiry-form-cover h4 {
    font-size: 17px;
    margin-bottom: 20px;
  }

  .enquiry-form-price-cover .enquiry-form .form-input.direction .form-check-label {
    padding-left: 11px;
  }

  .enquiry-form-cover .enquiry-form .btn-submit .btn {
    width: 100%;
    border: 1px solid #fff;
  }

  .enquiry-price-cover h4 {
    font-size: 17px;
  }

  .enquiry-price-cover ul li {
    font-size: 15px;
  }

  .enquiry-price-cover ul li p {
    font-size: 14px;
  }

  .online-bookin-enquiry-form-cover {
    margin-bottom: 50px;
  }

  .enquiry-price-cover {
    padding: 35px 22px;
  }

  /* *************************************** online-booking-enquiry end here ****************************************** */

  /* *************************************** flight-booking-enquiry start here ****************************************** */

  .flight-booking-enquiry-cover {
    padding: 25px 0 20px;
  }

  .flight-booking-enquiry-cover .enquiry-form-price-cover {
    margin-top: 20px;
  }

  /* *************************************** flight-booking-enquiry end here ****************************************** */

  /* *************************************** booking-information-page start here ****************************************** */
  .booking-information-cover {
    padding: 50px 0 50px;
  }

  .maping-cover ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }

  .maping-cover ul li {
    padding-bottom: 10px;
    border-bottom: none;
  }

  .maping-cover ul li.active {
    border-bottom: none;
  }

  .maping-cover {
    margin-bottom: 40px;
  }

  .booking-information-box {
    margin-top: 30px;
  }

  .passenger-info-box .passenger-header {
    align-items: flex-start;
    padding: 15px 20px;
  }

  .passenger-info-box .passenger-header .mr-selection {
    margin-bottom: 15px;
  }

  .passenger-info-box .passenger-header .passenger-selection-info ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 0;
  }

  .passenger-info-box .passenger-header .passenger-selection-info ul li {
    margin-bottom: 15px;
  }

  .passenger-info-box .passenger-header .passenger-selection-info,
  .passenger-info-box .passenger-header .genders-selection-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }

  .passenger-info-box .passenger-header .passenger-selection-info ul li:not(:nth-of-type(1)) {
    margin-left: 0;
  }

  .passenger-info-box .passenger-header .genders-selection {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    flex: 0 0 100%;
    width: 100%;
  }

  .passenger-info-box .passenger-header .genders-selection .form-check:nth-of-type(1) {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .passenger-contact-info-cover {
    padding: 0;
  }

  .passenger-contact-info-cover .passenger-header {
    padding: 9px 14px;
  }

  .passenger-info-box .passenger-body {
    padding: 30px 20px 30px;
  }

  .passenger-contact-info-cover .passenger-body {
    padding: 30px 20px 50px;
  }

  .passenger-contact-info-cover .passenger-body .form-check {
    font-size: 12px;
  }

  .passenger-contact-info-cover .passenger-body .submit-btn .btn {
    font-size: 13px;
    padding: 12px 17px;
    width: 100%;
  }

  .flight-itinerary-price {
    padding: 30px 20px 35px;
  }

  .flight-itinerary-price .travelers-category {
    padding: 19px 0;
  }

  .flight-itinerary-price .travelers-category p span {
    font-size: 13px;
  }

  .flight-itinerary-price .total-price h4 {
    font-size: 18px;
    margin: 25px 0 18px;
  }

  .flight-itinerary-price .total-price p {
    font-size: 13px;
    line-height: 19px;
  }

  .flight-itinerary-price .total-price h3 {
    font-size: 21px;
    margin: 15px 0 17px;
  }

  .flight-itinerary-price .total-price .btn-download {
    font-size: 14px;
    padding: 8px 26px;
  }

  /* *************************************** booking-information-page end here ****************************************** */

  /* *************************************** review-itinerary-page start here ****************************************** */
  .review-itinerary-cover {
    padding: 50px 0 50px;
  }

  .flight-itinerary-detail {
    margin-top: 45px;
  }

  .flight-itinerary-detail .details-btn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .flight-itinerary-detail .details-btn a:nth-of-type(1) {
    margin-right: 0;
    margin-bottom: 15px;
  }

  .flight-itinerary-detail .details-btn a {
    width: 100%;
  }

  .flight-detail-info {
    padding-top: 26px;
  }

  /* *************************************** review-itinerary-page end here ****************************************** */

  /* *************************************** confirmation-page start here ****************************************** */
  .confirmation-page {
    padding: 50px 0 50px;
  }

  .booking-confirmation-box {
    margin-top: 50px;
  }

  .booking-confirmation-thnx .head-thnx h3 {
    font-size: 30px;
    padding-right: 0;
  }

  .booking-confirmation-thnx .head-thnx h3 img {
    margin-right: 10px;
    max-width: 20%;
  }

  .booking-confirmation-thnx .flight-info ul li span {
    font-size: 13px;
  }

  .booking-confirmation-thnx .flight-price-info ul li span:nth-of-type(2) {
    font-size: 16px;
  }

  .booking-confirmation-thnx .total-price p span {
    font-size: 15px;
  }

  .booking-confirmation-thnx .total-price {
    margin: 25px 0 25px;
  }

  .booking-confirm-help {
    padding: 40px 30px;
  }

  .booking-confirm-help h3 {
    font-size: 17px;
  }

  .booking-confirm-help>p {
    font-size: 13px;
    line-height: 23px;
    padding: 24px 0;
  }

  .booking-confirm-help .booking-help-contact p:nth-of-type(1) {
    margin-bottom: 15px;
  }

  /* *************************************** confirmation-page end here ****************************************** */
  .n-banner .search-main {
    height: 330px;
  }

  .n-banner .search-engine .search-main .search-form {
    top: 40px;
  }

  .n-banner .search-main {
    height: 375px;
  }

  .error-page-cover.thankyou .error-page-content h2 {
    font-size: 30px;
    line-height: 30px;
  }

  .error-page-cover.thankyou .error-page-content h3 {
    font-size: 18px;
    line-height: 20px;
  }

  .error-page-cover.thankyou .error-page-content p {
    font-size: 13px;
    line-height: 16px;
  }

  .ui-datepicker {
    left: 10px !important;
    width: 300px;
    padding: 10px 10px 10px;
  }

  .ui-datepicker .ui-datepicker-title {
    font-size: 18px;
  }

  .ui-datepicker th {
    font-size: 15px;
  }

  .ui-state-default,
  .ui-widget-content .ui-state-default,
  .ui-widget-header .ui-state-default,
  .ui-button {
    font-size: 15px;
    padding: 4px 9px;
  }

  .flight-page-box .flight-enquire-footer .btn-pkg a {
    padding: 8px 5px;
  }

  /* passenger field  */
  .form-input .form-select {
    font-size: 13px;
    height: 42px;
    padding: 10px 10px;
    border-radius: 0;
    box-shadow: 0 0px 5px #00000025;
    margin: 0;
    color: #03869f;
    border: none;
  }

  .form-input .passenger-contain .form-control {
    font-size: 13px;
    height: 42px;
    padding: 10px 10px;
  }

  .search-engine,
  .one-round-trip {
    overflow: visible;
  }

  .form-group.passenger-contain {
    max-width: none;
  }
}