/*-------------------------------------- Fonts Starts -------------------------------------*/
/*--------------------------------------- Fonts Ends --------------------------------------*/
/*------------------------------------- Colors Starts -------------------------------------*/
/*-------------------------------------- Colors Ends --------------------------------------*/
/*-------------------------------------- Mixins Starts ------------------------------------*/
.ex-flex {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}

.ex-flex-wrap {
  flex-wrap: wrap;
  flex-flow: row wrap;
}

.ex-vertical {
  top: 50%;
  transform: translateY(-50%);
}

.ex-transition {
  transition: all 0.6s ease;
}

.ex-transition-medium {
  transition: all 1.2s ease;
}

.ex-transition-large {
  transition: all 1.8s ease;
}

/*--------------------------------------- Mixins Ends -------------------------------------*/
/*------------------------------------ Site Wide Starts -----------------------------------*/
/*------------------------------------- Site Wide Ends ------------------------------------*/
/*--------------------------------- Header Wrapper Starts ---------------------------------*/
/*--------------------------------- Header Wrapper Starts ---------------------------------*/
/*----------------------------------- Navigation Starts -----------------------------------*/
/*------------------------------------ Navigation Ends ------------------------------------*/
/*-------------------------------- Content Wrapper Starts ---------------------------------*/
/*--------------------------------- Content Wrapper Ends ----------------------------------*/
/*--------------------------------- Footer Wrapper Starts ---------------------------------*/
/*---------------------------------- Footer Wrapper Ends ----------------------------------*/
/*----------------------------------- Components Starts -----------------------------------*/
/*------------------------------------ Components Ends ------------------------------------*/
/*---------------------------------- Slick Slider Starts ----------------------------------*/
/*----------------------------------- Slick Slider Ends -----------------------------------*/
/*-------------------------------------- Modal Starts -------------------------------------*/
/*--------------------------------------- Modal Ends --------------------------------------*/
/*------------------------------------ Animation Starts -----------------------------------*/
/*------------------------------------- Animation Ends ------------------------------------*/
@media all and (max-width: 1800px) {
  #header-wrapper .bottom-header .custom-container .logo-nav-wrapper .nav-container ul li:not(:last-of-type) {
    margin-right: 50px;
  }
  .custom-container {
    padding-left: 105px;
    padding-right: 105px;
  }
}
@media all and (max-width: 1600px) {
  /*------------------------------------ Site Wide Starts -----------------------------------*/
  body {
    font-size: 15px;
  }
  h2 {
    font-size: 42px;
  }
  h3 {
    font-size: 37px;
  }
  h4 {
    font-size: 26px;
  }
  h5 {
    font-size: 18px;
  }
  h6 {
    font-size: 14px;
  }
  .section-title {
    margin-bottom: 70px;
  }
  .section-title h2 {
    margin-bottom: 25px;
  }
  .section-title .content.has-width {
    width: 540px;
  }
  .custom-container {
    padding: 90px 100px;
  }
  .custom-container.small-width-container {
    max-width: 900px;
  }
  .co-btn {
    min-width: 180px;
    font-size: 13px;
    padding: 17px 23px;
  }
  .co-btn.type-one {
    font-size: 14px;
    padding-right: 50px;
  }
  .co-btn.type-one:after {
    width: 30px;
    height: 1px;
  }
  /*------------------------------------- Site Wide Ends ------------------------------------*/
  /*--------------------------------- Header Wrapper Starts ---------------------------------*/
  #header-wrapper .top-header .custom-container {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  #header-wrapper .top-header .custom-container .block-wrapper .block-item .inner ul li:not(:last-child) {
    margin-right: 25px;
  }
  #header-wrapper .top-header .custom-container .block-wrapper .block-item .inner .info li span {
    margin-right: 18px;
  }
  #header-wrapper .top-header .custom-container .block-wrapper .block-item .inner .info li span img {
    width: 15px;
  }
  #header-wrapper .top-header .custom-container .block-wrapper .block-item .inner .info li:not(:last-child) {
    margin-right: 60px;
  }
  #header-wrapper .top-header .custom-container .block-wrapper .block-item .inner .info.login li h6 {
    font-size: 11px;
  }
  #header-wrapper .bottom-header .custom-container .logo-nav-wrapper .logo-container a {
    width: 200px;
  }
  #header-wrapper .bottom-header .custom-container .logo-nav-wrapper .nav-container ul li a {
    padding: 33px 0;
  }
  #header-wrapper .bottom-header .custom-container .logo-nav-wrapper .nav-container ul li a img {
    margin-left: 12px;
    width: 10px;
  }
  #header-wrapper .bottom-header .custom-container .logo-nav-wrapper .nav-container ul li:not(:last-of-type) {
    margin-right: 54px;
  }
  #header-wrapper .bottom-header .custom-container .logo-nav-wrapper .nav-container ul .has-submenu ul {
    width: 215px;
    top: 86px;
  }
  #header-wrapper .bottom-header .custom-container .logo-nav-wrapper .nav-container ul .has-submenu ul li {
    padding: 10px 25px;
  }
  /*--------------------------------- Header Wrapper Starts ---------------------------------*/
  /*----------------------------------- Navigation Starts -----------------------------------*/
  /*------------------------------------ Navigation Ends ------------------------------------*/
  /*-------------------------------- Content Wrapper Starts ---------------------------------*/
  #content-wrapper #home-page .testimonial-section .section-content .testimonial-container .testimonial-item .inner .image-container {
    margin-bottom: 20px;
  }
  #content-wrapper #home-page .testimonial-section .section-content .testimonial-container .testimonial-item .inner .image-container img {
    width: 100px;
    height: 100px;
  }
  #content-wrapper #home-page .testimonial-section .section-content .testimonial-container .testimonial-item .inner .text-container {
    max-width: 750px;
  }
  #content-wrapper #home-page .testimonial-section .section-content .testimonial-container .testimonial-item .inner .name-container {
    margin-top: 15px;
  }
  #content-wrapper #home-page .news-and-events-section {
    background-position: left 0 top -5px;
  }
  #content-wrapper #about-page .company-info-section .company-info-container .company-info-item .inner {
    padding: 30px;
  }
  #content-wrapper #about-page .company-info-section .company-info-container .company-info-item .inner .description {
    width: 300px;
  }
  #content-wrapper #about-page .company-info-section .company-info-container .company-info-item .inner .link-container a {
    font-size: 13px;
  }
  #content-wrapper #inner-destination-page .destination-details-section .block-wrapper .block-item:nth-of-type(1) {
    width: calc(100% - 390px);
  }
  #content-wrapper #inner-destination-page .destination-details-section .block-wrapper .block-item:nth-of-type(1) .destination-details-container .image-container {
    height: 440px;
    margin-bottom: 30px;
  }
  #content-wrapper #inner-destination-page .destination-details-section .block-wrapper .block-item:nth-of-type(1) .flights-information-section {
    margin-top: 60px;
  }
  #content-wrapper #inner-destination-page .destination-details-section .block-wrapper .block-item:nth-of-type(1) .flights-information-section .flights-information-list ul li:not(:last-child) {
    margin-bottom: 16px;
  }
  #content-wrapper #inner-destination-page .destination-details-section .block-wrapper .block-item:nth-of-type(1) .inner {
    padding-right: 60px;
  }
  #content-wrapper #inner-destination-page .destination-details-section .block-wrapper .block-item:nth-of-type(2) {
    width: 390px;
  }
  #content-wrapper #common-blog-page .blogs-listing-section .block-wrapper .block-item:nth-of-type(1) {
    width: calc(100% - 370px);
  }
  #content-wrapper #common-blog-page .blogs-listing-section .block-wrapper .block-item:nth-of-type(1) .inner {
    padding-right: 40px;
  }
  #content-wrapper #common-blog-page .blogs-listing-section .block-wrapper .block-item:nth-of-type(2) {
    width: 370px;
  }
  #content-wrapper #common-blog-page .blogs-listing-section .block-wrapper .block-item:nth-of-type(2) .sidebar-title {
    margin-bottom: 35px;
  }
  #content-wrapper #common-blog-page .blogs-listing-section .block-wrapper .block-item:nth-of-type(2) .sidebar-blogs-list .sidebar-blog-list-container .sidebar-blog-list-item ul li .image-link {
    width: 135px;
    height: 119px;
    margin-right: 25px;
  }
  #content-wrapper #common-blog-page .blogs-listing-section .block-wrapper .block-item:nth-of-type(2) .sidebar-blogs-list .sidebar-blog-list-container .sidebar-blog-list-item ul li h5 {
    font-family: "Mulish", sans-serif;
    margin-bottom: 12px;
  }
  #content-wrapper #common-blog-page .blogs-listing-section .block-wrapper .block-item:nth-of-type(2) .sidebar-blogs-list .sidebar-blog-list-container .sidebar-blog-list-item:not(:last-child) {
    margin-bottom: 40px;
  }
  #content-wrapper #common-page .information-section .information-container ul li h5 {
    margin-bottom: 20px;
  }
  #content-wrapper #common-page .information-section .information-container ul li:not(:last-child) {
    margin-bottom: 60px;
  }
  #content-wrapper #gallery-page .gallery-list-section .nagination-container {
    margin-bottom: 60px;
  }
  #content-wrapper #gallery-page .gallery-list-section .nagination-container ul li a {
    font-size: 16px;
  }
  #content-wrapper #gallery-page .gallery-list-section .nagination-container ul li:not(:last-child) {
    margin-right: 50px;
  }
  #content-wrapper #flights-details-page .common-page-top-margin {
    margin-top: 50px;
  }
  #content-wrapper #flights-details-page .contact-details-sections .title {
    margin-bottom: 50px;
  }
  #content-wrapper #flights-details-page .contact-details-sections .title.top-margin {
    margin-top: 60px;
  }
  #content-wrapper #flights-details-page .contact-details-sections .title .common-terms-conditions {
    margin-top: 50px;
    margin-bottom: 30px;
  }
  #content-wrapper #flights-details-page .contact-payment-section .block-wrapper .block-item:nth-of-type(1) {
    width: calc(100% - 380px);
  }
  #content-wrapper #flights-details-page .contact-payment-section .block-wrapper .block-item:nth-of-type(1) .inner {
    padding-right: 60px;
  }
  #content-wrapper #flights-details-page .contact-payment-section .block-wrapper .block-item:nth-of-type(1) .inner .passenger-details-container .passenger-details-item {
    padding: 35px 30px;
  }
  #content-wrapper #flights-details-page .contact-payment-section .block-wrapper .block-item:nth-of-type(1) .inner .passenger-details-container .passenger-details-item .title {
    margin-bottom: 15px;
  }
  #content-wrapper #flights-details-page .contact-payment-section .block-wrapper .block-item:nth-of-type(1) .inner .passenger-details-container .passenger-details-item .title h5 span a {
    font-size: 12px;
  }
  #content-wrapper #flights-details-page .contact-payment-section .block-wrapper .block-item:nth-of-type(1) .inner .passenger-details-container .passenger-details-item .content ul li:not(:last-child) {
    margin-bottom: 12px;
  }
  #content-wrapper #flights-details-page .contact-payment-section .block-wrapper .block-item:nth-of-type(1) .inner .passenger-details-container .passenger-details-item:not(:last-child) {
    margin-bottom: 30px;
  }
  #content-wrapper #flights-details-page .contact-payment-section .block-wrapper .block-item:nth-of-type(2) {
    width: 380px;
  }
  #content-wrapper #flights-details-page .contact-payment-section .block-wrapper .block-item:nth-of-type(2) .inner .payment-method-container .title {
    margin-bottom: 30px;
  }
  #content-wrapper #flights-details-page .contact-payment-section .block-wrapper .block-item:nth-of-type(2) .inner .payment-method-container .action-container {
    margin-top: 45px;
  }
  #content-wrapper #flights-details-page .contact-payment-section .block-wrapper .block-item:nth-of-type(2) .inner .payment-method-container .action-container .link-container {
    margin-top: 30px;
  }
  #content-wrapper #flights-details-page .confirmation-message-section .confirmation-message-container ul {
    text-align: center;
  }
  #content-wrapper #flights-details-page .confirmation-message-section .confirmation-message-container ul li {
    color: #3F3F3F;
    line-height: 1;
  }
  #content-wrapper #flights-details-page .confirmation-message-section .confirmation-message-container ul li img {
    width: 95px;
    margin: auto;
  }
  #content-wrapper #flights-details-page .confirmation-message-section .confirmation-message-container ul li a {
    color: #F3592A;
    font-weight: 700;
  }
  #content-wrapper #flights-details-page .confirmation-message-section .confirmation-message-container ul li:not(:last-child) {
    margin-bottom: 25px;
  }
  #content-wrapper #history-page .history-section .history-wrapper .block-container .block-item .image-container {
    height: 460px;
  }
  #content-wrapper #history-page .history-section .history-wrapper .block-container .block-item .text-container h5 {
    margin-top: 8px;
    margin-bottom: 30px;
  }
  #content-wrapper #history-page .history-section .history-wrapper .block-container .block-item:nth-of-type(1) {
    padding-right: 80px;
  }
  #content-wrapper #history-page .history-section .history-wrapper .block-container .block-item:nth-of-type(2) {
    padding-left: 80px;
    padding-top: 80px;
  }
  #content-wrapper #history-page .history-section .history-wrapper .block-container:not(:last-child) {
    margin-bottom: 60px;
  }
  #content-wrapper #book-flight-page .map-image-section .map-image-container .image-container {
    max-width: 900px;
  }
  #content-wrapper #book-flight-page .common-booking-form-section {
    margin-top: 50px;
  }
  #content-wrapper #book-flight-page .info-section .info-container .info-item {
    padding: 30px;
    padding-right: 80px;
  }
  #content-wrapper #book-flight-page .info-section .info-container .info-item h5 {
    margin-bottom: 15px;
  }
  /*--------------------------------- Content Wrapper Ends ----------------------------------*/
  /*--------------------------------- Footer Wrapper Starts ---------------------------------*/
  #footer-wrapper {
    background-position: top -100px left 0;
  }
  #footer-wrapper .custom-container {
    padding-top: 140px;
    padding-bottom: 30px;
  }
  #footer-wrapper .custom-container .footer-item.social-links ul li a {
    width: 50px;
    height: 50px;
  }
  #footer-wrapper .custom-container .footer-item.social-links ul li a img {
    width: 15px;
  }
  #footer-wrapper .custom-container .footer-item.social-links ul li:not(:last-child) {
    margin-right: 35px;
  }
  #footer-wrapper .custom-container .footer-item.footer-logo .image-container {
    width: 325px;
  }
  #footer-wrapper .custom-container .footer-item.footer-nav .footer-nav-container .footer-nav-item .title {
    margin-bottom: 30px;
  }
  #footer-wrapper .custom-container .footer-item.footer-nav .footer-nav-container .footer-nav-item .list ul li:not(:last-child) {
    margin-bottom: 10px;
  }
  #footer-wrapper .custom-container .footer-item:not(:last-child) {
    margin-bottom: 50px;
  }
  /*---------------------------------- Footer Wrapper Ends ----------------------------------*/
  /*----------------------------------- Components Starts -----------------------------------*/
  #common-flights-icon-container ul {
    padding: 10px 8px;
  }
  .common-banner-section .banner-slider .banner-item {
    height: calc(100vh - 153px);
  }
  .common-banner-section .banner-slider .banner-item .text-container .inner {
    width: 550px;
  }
  .common-banner-section .banner-slider .banner-item .text-container .inner .content p {
    color: #fff;
  }
  .common-banner-section .banner-slider .banner-item .plane-image-container img {
    width: 400px;
  }
  .common-box-container {
    margin: -30px -15px;
  }
  .common-box-container .common-box-item {
    padding: 30px 15px;
  }
  .common-box-container .common-box-item .inner .image-container {
    height: 360px;
  }
  .common-box-container.type-home-destination .common-box-item .image-container a::after {
    height: 115px;
  }
  .common-box-container.type-home-destination .common-box-item .image-container .text-container a {
    padding: 25px 0px;
  }
  .common-box-container.type-home-destination .common-box-item .title-container {
    margin-top: 35px;
    margin-bottom: 15px;
  }
  .common-box-container.type-home-destination.type-one .common-box-item {
    width: 25%;
  }
  .common-box-container.type-home-destination.type-one .common-box-item .description-container span {
    color: #F3592A;
  }
  .common-box-container.type-home-destination.type-two .common-box-item .action-container {
    margin-top: 20px;
  }
  .common-box-container.type-home-destination.type-two.type-third .common-box-item .inner .image-container {
    height: 315px;
  }
  .common-table tr .large-width {
    width: 450px;
  }
  .common-table.booking-form-entry-details tr td {
    padding: 30px 40px;
  }
  .common-table.booking-form-entry-details tr td .destination-container ul li:nth-of-type(2) {
    margin: 0px 50px;
  }
  .common-table.flights-available-list tr th {
    padding: 9px 0px;
  }
  .common-table.flights-available-list tr td {
    padding: 9px 0px;
  }
  .common-table.flights-available-list tr:not(:last-child) {
    margin-bottom: 30px;
  }
  .common-table.flights-available-list tr:nth-of-type(1) {
    margin-top: 30px;
  }
  .common-table.light-grey-background {
    background-color: #F3F3F3;
    border: transparent;
  }
  .common-booking-form-section .booking-form-container {
    margin-top: -115px;
  }
  .common-booking-form-section .booking-form-container .tab-section ul li a {
    min-width: 140px;
    font-size: 14px;
    padding: 9px;
  }
  .common-booking-form-section .booking-form-container .tab-content-section .common-form .fields .form-group .passenger-input-wrapper {
    top: 100%;
    width: 200px;
    padding: 8px;
  }
  .common-booking-form-section .booking-form-container .tab-content-section .common-form .fields .form-group .passenger-input-wrapper .close-button-container {
    width: 17px;
  }
  .common-booking-form-section.type-one .booking-form-container {
    margin-top: -120px;
  }
  .common-quantity-container h5 {
    font-size: 14px;
  }
  .common-quantity-container ul {
    width: 90px;
  }
  .common-quantity-container ul li a img {
    width: 10px;
  }
  .common-quantity-container ul li:nth-of-type(1) a {
    left: 10px;
  }
  .common-quantity-container ul li:nth-of-type(3) a {
    right: 10px;
  }
  .common-quantity-container.cart-page {
    border: 1px solid #eaeaea;
  }
  .common-quantity-container.cart-page ul li input[type=number] {
    height: 50px;
  }
  .common-progressbar-section .common-progressbar-container {
    max-width: 900px;
  }
  .common-progressbar-section .common-progressbar-container ul li a {
    width: 45px;
    height: 45px;
  }
  .common-progressbar-section .common-progressbar-container ul li span {
    font-size: 12px;
  }
  .common-progressbar-section .common-progressbar-container ul:after {
    width: 767px;
    top: 23px;
  }
  .common-terms-conditions input[type=checkbox] + label:after {
    top: 4px;
  }
  .common-blog-list-container .blog-item .image-container {
    height: 470px;
  }
  .common-blog-list-container .blog-item .text-container {
    margin-top: 30px;
  }
  .common-blog-list-container .blog-item .text-container .title-container {
    margin: 16px 0px;
  }
  .common-blog-list-container .blog-item .text-container .action-container {
    margin-top: 16px;
  }
  .common-blog-list-container .blog-item .text-container .action-container a {
    font-size: 13px;
  }
  .common-blog-list-container .blog-item:not(:last-child) {
    margin-bottom: 60px;
  }
  .common-newsletter-section.type-one .nesletter-wrapper .newsletter-container {
    padding: 60px 70px;
  }
  .common-newsletter-section .nesletter-wrapper .newsletter-container {
    max-width: 580px;
    padding: 160px 106px;
  }
  .common-newsletter-section::after {
    top: 24%;
  }
  .common-video-container .common-video-item .image-container {
    height: 166px;
  }
  .common-video-container .common-video-item .icon-container {
    width: 45px;
  }
  .common-video-container .common-video-item:nth-of-type(1) .image-container {
    height: 580px;
  }
  .common-video-container .common-video-item:nth-of-type(1) .icon-container {
    width: 70px;
  }
  .common-destination-section {
    margin-top: 100px;
    background-size: 900px;
  }
  .common-destination-section .custom-container {
    padding-bottom: 130px;
  }
  .common-destination-section .block-wrapper .block-item:nth-of-type(1) {
    width: 380px;
  }
  .common-destination-section .block-wrapper .block-item:nth-of-type(2) {
    width: calc(100% - 380px);
    padding-left: 50px;
  }
  .common-destination-section.type-one {
    margin-top: 90px;
  }
  .common-destination-section.type-one .custom-container {
    padding-bottom: 120px;
  }
  .common-destination-section.type-one .block-wrapper .block-item:nth-of-type(1) {
    width: 380px;
  }
  .common-destination-section.type-one .block-wrapper .block-item:nth-of-type(2) {
    width: calc(100% - 380px);
  }
  .common-destination-section.type-one .common-box-container {
    margin: 0px;
  }
  .common-destination-section.type-one .common-box-container .inner .image-container {
    height: 300px;
  }
  .common-news-block-container {
    margin: -10px;
  }
  .common-news-block-container .news-block-item {
    padding: 10px;
  }
  .common-news-block-container .news-block-item .news-block-inner .news-container {
    margin: -10px;
  }
  .common-news-block-container .news-block-item .news-block-inner .news-container .news-item {
    padding: 10px;
  }
  .common-news-block-container .news-block-item .news-block-inner .news-container .news-item .image-container a {
    height: 350px;
  }
  .common-news-block-container .news-block-item .news-block-inner .news-container .news-item .text-container .date-container {
    font-size: 14px;
  }
  .common-news-block-container .news-block-item .news-block-inner .news-container.type-full .news-item .news-item-inner .image-container a {
    height: 719px;
  }
  .common-news-block-container .news-block-item:nth-of-type(1) {
    width: 520px;
  }
  .common-news-block-container .news-block-item:nth-of-type(2) {
    width: calc(100% - 520px);
  }
  .common-form .fields .form-group.type-booking-button button {
    font-size: 11px;
  }
  .common-form .fields .form-group:not(:last-of-type) {
    margin-bottom: 25px;
  }
  .common-form .fields .form-group label {
    margin-bottom: 7px;
  }
  .common-form .fields .form-group input, .common-form .fields .form-group select, .common-form .fields .form-group textarea {
    padding: 14px;
    font-size: 13px;
  }
  .common-form .form-action {
    margin-top: 50px;
  }
  .common-back-top {
    right: 30px;
  }
  .common-back-top a {
    height: 50px;
    width: 50px;
  }
  .common-back-top a i {
    font-size: 15px;
  }
  /*------------------------------------ Components Ends ------------------------------------*/
  /*---------------------------------- Slick Slider Starts ----------------------------------*/
  /*----------------------------------- Slick Slider Ends -----------------------------------*/
  /*-------------------------------------- Modal Starts -------------------------------------*/
  .modal.type-login-signup .modal-dialog {
    max-width: 570px;
  }
  .modal.type-login-signup .modal-dialog .modal-header button i {
    font-size: 11px;
  }
  .modal.type-login-signup .modal-dialog .modal-content {
    padding: 50px 100px;
  }
  .modal.type-login-signup .modal-dialog .modal-content .modal-body .title {
    margin-bottom: 30px;
  }
  .modal.type-login-signup .modal-dialog .modal-content .modal-body .login-register-container .title-container {
    margin-top: 10px;
  }
  .modal.type-login-signup .modal-dialog .modal-content .modal-body .message-container {
    margin-top: 30px;
  }
  /*--------------------------------------- Modal Ends --------------------------------------*/
  /*------------------------------------ Animation Starts -----------------------------------*/
  /*------------------------------------- Animation Ends ------------------------------------*/
}
@media all and (max-width: 1399px) {
  /*------------------------------------ Site Wide Starts -----------------------------------*/
  /*------------------------------------- Site Wide Ends ------------------------------------*/
  /*--------------------------------- Header Wrapper Starts ---------------------------------*/
  /*--------------------------------- Header Wrapper Starts ---------------------------------*/
  /*-------------------------------- Content Wrapper Starts ---------------------------------*/
  /*--------------------------------- Content Wrapper Ends ----------------------------------*/
  /*----------------------------------- Navigation Starts -----------------------------------*/
  /*------------------------------------ Navigation Ends ------------------------------------*/
  /*--------------------------------- Footer Wrapper Starts ---------------------------------*/
  /*---------------------------------- Footer Wrapper Ends ----------------------------------*/
  /*----------------------------------- Components Starts -----------------------------------*/
  /*------------------------------------ Components Ends ------------------------------------*/
  /*---------------------------------- Slick Slider Starts ----------------------------------*/
  /*----------------------------------- Slick Slider Ends -----------------------------------*/
  /*-------------------------------------- Modal Starts -------------------------------------*/
  /*--------------------------------------- Modal Ends --------------------------------------*/
  /*------------------------------------ Animation Starts -----------------------------------*/
  /*------------------------------------- Animation Ends ------------------------------------*/
}
@media all and (max-width: 1265px) {
  #header-wrapper .bottom-header .custom-container .logo-nav-wrapper .nav-container ul li:not(:last-of-type) {
    margin-right: 35px;
  }
}
@media all and (max-width: 1199px) {
  /*------------------------------------ Site Wide Starts -----------------------------------*/
  body {
    font-size: 14px;
  }
  h2 {
    font-size: 30px;
  }
  h3 {
    font-size: 32px;
  }
  h4 {
    font-size: 24px;
  }
  h5 {
    font-size: 16px;
  }
  h6 {
    font-size: 13px;
  }
  .section-title {
    margin-bottom: 50px;
  }
  .section-title h2 {
    margin-bottom: 20px;
  }
  .section-title .content.has-width {
    width: 440px;
  }
  .custom-container {
    padding: 60px 70px;
  }
  .custom-container.small-width-container {
    max-width: 875px;
  }
  .co-btn {
    min-width: 120px;
    font-size: 11px;
    padding: 13px 15px;
  }
  .co-btn.type-one {
    font-size: 12px;
  }
  /*------------------------------------- Site Wide Ends ------------------------------------*/
  /*--------------------------------- Header Wrapper Starts ---------------------------------*/
  #header-wrapper .top-header .custom-container {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  #header-wrapper .top-header .custom-container .block-wrapper .block-item .inner ul li:not(:last-child) {
    margin-right: 20px;
  }
  #header-wrapper .top-header .custom-container .block-wrapper .block-item .inner .info li span {
    margin-right: 15px;
  }
  #header-wrapper .top-header .custom-container .block-wrapper .block-item .inner .info li span img {
    width: 13px;
  }
  #header-wrapper .top-header .custom-container .block-wrapper .block-item .inner .info li:not(:last-child) {
    margin-right: 40px;
  }
  #header-wrapper .top-header .custom-container .block-wrapper .block-item .inner .info.login li h6 {
    font-size: 10px;
  }
  #header-wrapper .bottom-header .custom-container .logo-nav-wrapper .logo-container a {
    width: 160px;
  }
  #header-wrapper .bottom-header .custom-container .logo-nav-wrapper .nav-container ul li a {
    padding: 25px 0;
  }
  #header-wrapper .bottom-header .custom-container .logo-nav-wrapper .nav-container ul li a img {
    margin-left: 7px;
    width: 8px;
  }
  #header-wrapper .bottom-header .custom-container .logo-nav-wrapper .nav-container ul li:not(:last-of-type) {
    margin-right: 35px;
  }
  #header-wrapper .bottom-header .custom-container .logo-nav-wrapper .nav-container ul .has-submenu ul {
    width: 190px;
    top: 70px;
  }
  #header-wrapper .bottom-header .custom-container .logo-nav-wrapper .nav-container ul .has-submenu ul li {
    padding: 8px 18px;
  }
  /*--------------------------------- Header Wrapper Starts ---------------------------------*/
  /*----------------------------------- Navigation Starts -----------------------------------*/
  /*------------------------------------ Navigation Ends ------------------------------------*/
  /*-------------------------------- Content Wrapper Starts ---------------------------------*/
  #content-wrapper #home-page .testimonial-section .section-content .testimonial-container .testimonial-item .inner .image-container img {
    width: 80px;
    height: 80px;
  }
  #content-wrapper #home-page .testimonial-section .section-content .testimonial-container .testimonial-item .inner .text-container {
    max-width: 650px;
  }
  #content-wrapper #about-page .company-info-section .company-info-container .company-info-item .inner {
    padding: 20px;
  }
  #content-wrapper #about-page .company-info-section .company-info-container .company-info-item .inner .description {
    width: 250px;
  }
  #content-wrapper #about-page .company-info-section .company-info-container .company-info-item .inner .link-container a {
    font-size: 12px;
  }
  #content-wrapper #inner-destination-page .destination-details-section .block-wrapper .block-item:nth-of-type(1) {
    width: calc(100% - 300px);
  }
  #content-wrapper #inner-destination-page .destination-details-section .block-wrapper .block-item:nth-of-type(1) .destination-details-container .image-container {
    height: 300px;
    margin-bottom: 20px;
  }
  #content-wrapper #inner-destination-page .destination-details-section .block-wrapper .block-item:nth-of-type(1) .flights-information-section {
    margin-top: 40px;
  }
  #content-wrapper #inner-destination-page .destination-details-section .block-wrapper .block-item:nth-of-type(1) .flights-information-section .flights-information-list ul li:not(:last-child) {
    margin-bottom: 12px;
  }
  #content-wrapper #inner-destination-page .destination-details-section .block-wrapper .block-item:nth-of-type(1) .inner {
    padding-right: 40px;
  }
  #content-wrapper #inner-destination-page .destination-details-section .block-wrapper .block-item:nth-of-type(2) {
    width: 300px;
  }
  #content-wrapper #common-blog-page .blogs-listing-section .block-wrapper .block-item:nth-of-type(1) {
    width: calc(100% - 320px);
  }
  #content-wrapper #common-blog-page .blogs-listing-section .block-wrapper .block-item:nth-of-type(1) .inner {
    padding-right: 30px;
  }
  #content-wrapper #common-blog-page .blogs-listing-section .block-wrapper .block-item:nth-of-type(2) {
    width: 320px;
  }
  #content-wrapper #common-blog-page .blogs-listing-section .block-wrapper .block-item:nth-of-type(2) .sidebar-title {
    margin-bottom: 30px;
  }
  #content-wrapper #common-blog-page .blogs-listing-section .block-wrapper .block-item:nth-of-type(2) .sidebar-blogs-list .sidebar-blog-list-container .sidebar-blog-list-item ul li .image-link {
    width: 121px;
    height: 105px;
    margin-right: 25px;
  }
  #content-wrapper #common-blog-page .blogs-listing-section .block-wrapper .block-item:nth-of-type(2) .sidebar-blogs-list .sidebar-blog-list-container .sidebar-blog-list-item ul li h5 {
    margin-bottom: 10px;
  }
  #content-wrapper #common-blog-page .blogs-listing-section .block-wrapper .block-item:nth-of-type(2) .sidebar-blogs-list .sidebar-blog-list-container .sidebar-blog-list-item:not(:last-child) {
    margin-bottom: 30px;
  }
  #content-wrapper #common-page .information-section .information-container ul li h5 {
    margin-bottom: 10px;
  }
  #content-wrapper #common-page .information-section .information-container ul li:not(:last-child) {
    margin-bottom: 30px;
  }
  #content-wrapper #gallery-page .gallery-list-section .nagination-container {
    margin-bottom: 50px;
  }
  #content-wrapper #gallery-page .gallery-list-section .nagination-container ul li a {
    font-size: 14px;
  }
  #content-wrapper #gallery-page .gallery-list-section .nagination-container ul li:not(:last-child) {
    margin-right: 40px;
  }
  #content-wrapper #flights-details-page .common-page-top-margin {
    margin-top: 50px;
  }
  #content-wrapper #flights-details-page .contact-details-sections .title {
    margin-bottom: 50px;
  }
  #content-wrapper #flights-details-page .contact-details-sections .title.top-margin {
    margin-top: 60px;
  }
  #content-wrapper #flights-details-page .contact-details-sections .title .common-terms-conditions {
    margin-top: 50px;
    margin-bottom: 30px;
  }
  #content-wrapper #flights-details-page .contact-payment-section .block-wrapper .block-item:nth-of-type(1) {
    width: 100%;
  }
  #content-wrapper #flights-details-page .contact-payment-section .block-wrapper .block-item:nth-of-type(1) .inner .passenger-details-container .passenger-details-item {
    padding: 35px 30px;
  }
  #content-wrapper #flights-details-page .contact-payment-section .block-wrapper .block-item:nth-of-type(1) .inner .passenger-details-container .passenger-details-item .title {
    margin-bottom: 15px;
  }
  #content-wrapper #flights-details-page .contact-payment-section .block-wrapper .block-item:nth-of-type(1) .inner .passenger-details-container .passenger-details-item .title h5 span a {
    font-size: 12px;
  }
  #content-wrapper #flights-details-page .contact-payment-section .block-wrapper .block-item:nth-of-type(1) .inner .passenger-details-container .passenger-details-item .content ul li:not(:last-child) {
    margin-bottom: 12px;
  }
  #content-wrapper #flights-details-page .contact-payment-section .block-wrapper .block-item:nth-of-type(1) .inner .passenger-details-container .passenger-details-item:not(:last-child) {
    margin-bottom: 30px;
  }
  #content-wrapper #flights-details-page .contact-payment-section .block-wrapper .block-item:nth-of-type(2) {
    width: 100%;
    margin-top: 60px;
  }
  #content-wrapper #flights-details-page .contact-payment-section .block-wrapper .block-item:nth-of-type(2) .inner {
    padding-left: 0px;
  }
  #content-wrapper #flights-details-page .contact-payment-section .block-wrapper .block-item:nth-of-type(2) .inner .payment-method-container .title {
    margin-bottom: 30px;
  }
  #content-wrapper #flights-details-page .contact-payment-section .block-wrapper .block-item:nth-of-type(2) .inner .payment-method-container .action-container {
    margin-top: 45px;
  }
  #content-wrapper #flights-details-page .contact-payment-section .block-wrapper .block-item:nth-of-type(2) .inner .payment-method-container .action-container .link-container {
    margin-top: 30px;
  }
  #content-wrapper #flights-details-page .confirmation-message-section .confirmation-message-container ul {
    text-align: center;
  }
  #content-wrapper #flights-details-page .confirmation-message-section .confirmation-message-container ul li {
    color: #3F3F3F;
    line-height: 1;
  }
  #content-wrapper #flights-details-page .confirmation-message-section .confirmation-message-container ul li img {
    width: 95px;
    margin: auto;
  }
  #content-wrapper #flights-details-page .confirmation-message-section .confirmation-message-container ul li a {
    color: #F3592A;
    font-weight: 700;
  }
  #content-wrapper #flights-details-page .confirmation-message-section .confirmation-message-container ul li:not(:last-child) {
    margin-bottom: 25px;
  }
  #content-wrapper #history-page .history-section .history-wrapper .block-container .block-item .image-container {
    height: 400px;
  }
  #content-wrapper #history-page .history-section .history-wrapper .block-container .block-item .text-container h5 {
    margin-top: 5px;
    margin-bottom: 20px;
  }
  #content-wrapper #history-page .history-section .history-wrapper .block-container .block-item .text-container:before {
    left: -55px;
  }
  #content-wrapper #history-page .history-section .history-wrapper .block-container .block-item:nth-of-type(1) {
    padding-right: 40px;
  }
  #content-wrapper #history-page .history-section .history-wrapper .block-container .block-item:nth-of-type(2) {
    padding-left: 40px;
    padding-top: 40px;
  }
  #content-wrapper #history-page .history-section .history-wrapper .block-container:nth-of-type(even) .block-item .text-container:before {
    right: -55px;
  }
  #content-wrapper #history-page .history-section .history-wrapper .block-container:nth-of-type(even) .block-item:nth-of-type(1) {
    padding-left: 40px;
  }
  #content-wrapper #history-page .history-section .history-wrapper .block-container:nth-of-type(even) .block-item:nth-of-type(2) {
    padding-right: 40px;
  }
  #content-wrapper #history-page .history-section .history-wrapper .block-container:not(:last-child) {
    margin-bottom: 40px;
  }
  #content-wrapper #book-flight-page .map-image-section .map-image-container .image-container {
    max-width: 700px;
  }
  #content-wrapper #book-flight-page .info-section .info-container .info-item {
    padding: 20px;
    padding-right: 50px;
  }
  /*--------------------------------- Content Wrapper Ends ----------------------------------*/
  /*--------------------------------- Footer Wrapper Starts ---------------------------------*/
  #footer-wrapper {
    background-position: top -100px left 0;
  }
  #footer-wrapper .custom-container {
    padding-top: 90px;
    padding-bottom: 25px;
  }
  #footer-wrapper .custom-container .footer-item.social-links ul li a {
    width: 35px;
    height: 35px;
  }
  #footer-wrapper .custom-container .footer-item.social-links ul li a img {
    width: 12px;
  }
  #footer-wrapper .custom-container .footer-item.social-links ul li:not(:last-child) {
    margin-right: 20px;
  }
  #footer-wrapper .custom-container .footer-item.footer-logo .image-container {
    width: 250px;
  }
  #footer-wrapper .custom-container .footer-item.footer-nav .footer-nav-container .footer-nav-item .title {
    margin-bottom: 20px;
  }
  #footer-wrapper .custom-container .footer-item.footer-nav .footer-nav-container .footer-nav-item .list ul li:not(:last-child) {
    margin-bottom: 7px;
  }
  #footer-wrapper .custom-container .footer-item:not(:last-child) {
    margin-bottom: 35px;
  }
  /*---------------------------------- Footer Wrapper Ends ----------------------------------*/
  /*----------------------------------- Components Starts -----------------------------------*/
  #common-flights-icon-container ul {
    padding: 10px 8px;
  }
  .common-banner-section .banner-slider .banner-item {
    height: calc(100vh - 153px);
  }
  .common-banner-section .banner-slider .banner-item .text-container .inner {
    width: 400px;
  }
  .common-banner-section .banner-slider .banner-item .plane-image-container img {
    width: 270px;
  }
  .common-box-container {
    margin: -20px -10px;
  }
  .common-box-container .common-box-item {
    padding: 20px 10px;
  }
  .common-box-container .common-box-item .inner .image-container {
    height: 270px;
  }
  .common-box-container.type-home-destination .common-box-item .image-container a::after {
    height: 90px;
  }
  .common-box-container.type-home-destination .common-box-item .image-container .text-container a {
    padding: 20px 0px;
  }
  .common-box-container.type-home-destination .common-box-item .title-container {
    margin-top: 25px;
    margin-bottom: 10px;
  }
  .common-box-container.type-home-destination.type-two .common-box-item .action-container {
    margin-top: 20px;
  }
  .common-box-container.type-home-destination.type-two.type-third .common-box-item .inner .image-container {
    height: 270px;
  }
  .common-table tr .large-width {
    width: 400px;
  }
  .common-table.booking-form-entry-details tr td {
    padding: 25px 35px;
  }
  .common-table.booking-form-entry-details tr td .destination-container ul li:nth-of-type(2) {
    margin: 0px 25px;
  }
  .common-booking-form-section .booking-form-container {
    margin-top: -100px;
  }
  .common-booking-form-section .booking-form-container .tab-section ul li a {
    min-width: 110px;
    font-size: 13px;
    padding: 7px;
  }
  .common-booking-form-section .booking-form-container .tab-content-section .common-form .fields .form-group input, .common-booking-form-section .booking-form-container .tab-content-section .common-form .fields .form-group select {
    padding: 20px;
    font-size: 12px;
  }
  .common-booking-form-section .booking-form-container .tab-content-section .common-form .fields .form-group .passenger-input-wrapper {
    top: 100%;
    width: 150px;
  }
  .common-booking-form-section .booking-form-container .tab-content-section .common-form .fields .form-group .passenger-input-wrapper .close-button-container {
    width: 14px;
  }
  .common-booking-form-section.type-one .booking-form-container {
    margin-top: -120px;
  }
  .common-quantity-container h5 {
    font-size: 12px;
  }
  .common-quantity-container ul {
    width: 70px;
  }
  .common-quantity-container ul li:nth-of-type(1) a {
    left: 6px;
  }
  .common-quantity-container ul li:nth-of-type(3) a {
    right: 6px;
  }
  .common-progressbar-section .common-progressbar-container {
    max-width: 700px;
  }
  .common-progressbar-section .common-progressbar-container ul li a {
    width: 35px;
    height: 35px;
  }
  .common-progressbar-section .common-progressbar-container ul li span {
    font-size: 11px;
  }
  .common-progressbar-section .common-progressbar-container ul:after {
    width: 580px;
    top: 18px;
  }
  .common-terms-conditions input[type=checkbox] + label:after {
    top: 4px;
  }
  .common-blog-list-container .blog-item .image-container {
    height: 470px;
  }
  .common-blog-list-container .blog-item .text-container {
    margin-top: 30px;
  }
  .common-blog-list-container .blog-item .text-container .title-container {
    margin: 16px 0px;
  }
  .common-blog-list-container .blog-item .text-container .action-container {
    margin-top: 16px;
  }
  .common-blog-list-container .blog-item .text-container .action-container a {
    font-size: 13px;
  }
  .common-blog-list-container .blog-item:not(:last-child) {
    margin-bottom: 60px;
  }
  .common-newsletter-section.type-one .nesletter-wrapper .newsletter-container {
    padding: 60px 70px;
  }
  .common-newsletter-section .nesletter-wrapper .newsletter-container {
    max-width: 520px;
    padding: 114px 66px;
  }
  .common-video-container .common-video-item .image-container {
    height: 137px;
  }
  .common-video-container .common-video-item .icon-container {
    width: 35px;
  }
  .common-video-container .common-video-item:nth-of-type(1) .image-container {
    height: 490px;
  }
  .common-video-container .common-video-item:nth-of-type(1) .icon-container {
    width: 50px;
  }
  .common-destination-section {
    margin-top: 80px;
    background-size: 700px;
  }
  .common-destination-section .custom-container {
    padding-bottom: 90px;
  }
  .common-destination-section .block-wrapper .block-item:nth-of-type(1) {
    width: 330px;
  }
  .common-destination-section .block-wrapper .block-item:nth-of-type(2) {
    width: calc(100% - 330px);
    padding-left: 40px;
  }
  .common-destination-section.type-one {
    margin-top: 80px;
  }
  .common-destination-section.type-one .custom-container {
    padding-bottom: 80px;
  }
  .common-destination-section.type-one .block-wrapper .block-item:nth-of-type(1) {
    width: 330px;
  }
  .common-destination-section.type-one .block-wrapper .block-item:nth-of-type(2) {
    width: calc(100% - 330px);
  }
  .common-destination-section.type-one .common-box-container {
    margin: 0px;
  }
  .common-destination-section.type-one .common-box-container .inner .image-container {
    height: 270px;
  }
  .common-news-block-container .news-block-item .news-block-inner .news-container .news-item .image-container a {
    height: 270px;
  }
  .common-news-block-container .news-block-item .news-block-inner .news-container .news-item .text-container .date-container {
    font-size: 12px;
  }
  .common-news-block-container .news-block-item .news-block-inner .news-container.type-full .news-item .news-item-inner .image-container a {
    height: 560px;
  }
  .common-news-block-container .news-block-item:nth-of-type(1) {
    width: 500px;
  }
  .common-news-block-container .news-block-item:nth-of-type(2) {
    width: calc(100% - 500px);
  }
  .common-form .fields .form-group.type-booking-button button {
    font-size: 9px;
  }
  .common-form .fields .form-group:not(:last-of-type) {
    margin-bottom: 20px;
  }
  .common-form .fields .form-group label {
    margin-bottom: 7px;
  }
  .common-form .fields .form-group input, .common-form .fields .form-group select, .common-form .fields .form-group textarea {
    padding: 12px;
  }
  .common-form .form-action {
    margin-top: 40px;
  }
  .common-back-top {
    right: 30px;
  }
  .common-back-top a {
    height: 50px;
    width: 50px;
  }
  .common-back-top a i {
    font-size: 15px;
  }
  /*------------------------------------ Components Ends ------------------------------------*/
  /*---------------------------------- Slick Slider Starts ----------------------------------*/
  /*----------------------------------- Slick Slider Ends -----------------------------------*/
  /*-------------------------------------- Modal Starts -------------------------------------*/
  .modal.type-login-signup .modal-dialog {
    max-width: 470px;
  }
  .modal.type-login-signup .modal-dialog .modal-content {
    padding: 41px 65px;
  }
  .modal.type-login-signup .modal-dialog .modal-content .modal-body .title {
    margin-bottom: 30px;
  }
  .modal.type-login-signup .modal-dialog .modal-content .modal-body .login-register-container .title-container {
    margin-top: 10px;
  }
  .modal.type-login-signup .modal-dialog .modal-content .modal-body .message-container {
    margin-top: 30px;
  }
  /*--------------------------------------- Modal Ends --------------------------------------*/
  /*------------------------------------ Animation Starts -----------------------------------*/
  /*------------------------------------- Animation Ends ------------------------------------*/
}
@media all and (max-width: 991px) {
  /*------------------------------------ Site Wide Starts -----------------------------------*/
  body {
    font-size: 13px;
  }
  h2 {
    font-size: 28px;
  }
  h3 {
    font-size: 27px;
  }
  h4 {
    font-size: 22px;
  }
  h5 {
    font-size: 16px;
  }
  .section-title {
    margin-bottom: 40px;
  }
  .section-title h2 {
    margin-bottom: 15px;
  }
  .section-title .content.has-width {
    width: 390px;
  }
  .custom-container {
    padding: 40px 40px;
  }
  .custom-container.small-width-container {
    max-width: 600px;
  }
  .co-btn {
    min-width: 100px;
    padding: 11px 11px;
  }
  .co-btn.type-one {
    font-size: 11px;
  }
  /*------------------------------------- Site Wide Ends ------------------------------------*/
  /*--------------------------------- Header Wrapper Starts ---------------------------------*/
  #header-wrapper .top-header .custom-container .block-wrapper .block-item .inner ul li:not(:last-child) {
    margin-right: 10px;
  }
  #header-wrapper .top-header .custom-container .block-wrapper .block-item .inner .info li span {
    margin-right: 10px;
  }
  #header-wrapper .top-header .custom-container .block-wrapper .block-item .inner .info li span img {
    width: 12px;
  }
  #header-wrapper .top-header .custom-container .block-wrapper .block-item .inner .info li:not(:last-child) {
    margin-right: 30px;
  }
  #header-wrapper .top-header .custom-container .block-wrapper .block-item .inner .info.login li h6 {
    font-size: 9px;
  }
  #header-wrapper .bottom-header .custom-container .logo-nav-wrapper .logo-container a {
    width: 140px;
  }
  #header-wrapper .bottom-header .custom-container .logo-nav-wrapper .nav-container ul li a {
    padding: 20px 0;
  }
  #header-wrapper .bottom-header .custom-container .logo-nav-wrapper .nav-container ul li a img {
    margin-left: 5px;
    width: 5px;
  }
  #header-wrapper .bottom-header .custom-container .logo-nav-wrapper .nav-container ul li:not(:last-of-type) {
    margin-right: 23px;
  }
  #header-wrapper .bottom-header .custom-container .logo-nav-wrapper .nav-container ul .has-submenu ul {
    width: 120px;
    top: 50px;
  }
  #header-wrapper .bottom-header .custom-container .logo-nav-wrapper .nav-container ul .has-submenu ul li {
    padding: 4px 8px;
  }
  /*--------------------------------- Header Wrapper Starts ---------------------------------*/
  /*----------------------------------- Navigation Starts -----------------------------------*/
  /*------------------------------------ Navigation Ends ------------------------------------*/
  /*-------------------------------- Content Wrapper Starts ---------------------------------*/
  #content-wrapper #home-page .testimonial-section .section-content .testimonial-container .testimonial-item .inner .image-container img {
    width: 75px;
    height: 75px;
  }
  #content-wrapper #home-page .testimonial-section .section-content .testimonial-container .testimonial-item .inner .text-container {
    max-width: 500px;
  }
  #content-wrapper #about-page .company-info-section .company-info-container .company-info-item .inner {
    padding: 20px;
  }
  #content-wrapper #about-page .company-info-section .company-info-container .company-info-item .inner .description {
    width: 250px;
  }
  #content-wrapper #about-page .company-info-section .company-info-container .company-info-item .inner .link-container a {
    font-size: 12px;
  }
  #content-wrapper #inner-destination-page .destination-details-section .block-wrapper .block-item:nth-of-type(1) {
    width: calc(100% - 270px);
  }
  #content-wrapper #inner-destination-page .destination-details-section .block-wrapper .block-item:nth-of-type(1) .destination-details-container .image-container {
    height: 300px;
    margin-bottom: 20px;
  }
  #content-wrapper #inner-destination-page .destination-details-section .block-wrapper .block-item:nth-of-type(1) .flights-information-section {
    margin-top: 30px;
  }
  #content-wrapper #inner-destination-page .destination-details-section .block-wrapper .block-item:nth-of-type(1) .flights-information-section .flights-information-list ul li:not(:last-child) {
    margin-bottom: 10px;
  }
  #content-wrapper #inner-destination-page .destination-details-section .block-wrapper .block-item:nth-of-type(1) .inner {
    padding-right: 30px;
  }
  #content-wrapper #inner-destination-page .destination-details-section .block-wrapper .block-item:nth-of-type(2) {
    width: 270px;
  }
  #content-wrapper #common-blog-page .blogs-listing-section .block-wrapper .block-item:nth-of-type(1) {
    width: calc(100% - 280px);
  }
  #content-wrapper #common-blog-page .blogs-listing-section .block-wrapper .block-item:nth-of-type(2) {
    width: 280px;
  }
  #content-wrapper #common-blog-page .blogs-listing-section .block-wrapper .block-item:nth-of-type(2) .sidebar-blogs-list .sidebar-blog-list-container .sidebar-blog-list-item ul li .image-link {
    width: 90px;
    height: 90px;
    margin-right: 15px;
  }
  #content-wrapper #common-blog-page .blogs-listing-section .block-wrapper .block-item:nth-of-type(2) .sidebar-blogs-list .sidebar-blog-list-container .sidebar-blog-list-item:not(:last-child) {
    margin-bottom: 25px;
  }
  #content-wrapper #gallery-page .gallery-list-section .nagination-container {
    margin-bottom: 40px;
  }
  #content-wrapper #gallery-page .gallery-list-section .nagination-container ul li a {
    font-size: 13px;
  }
  #content-wrapper #gallery-page .gallery-list-section .nagination-container ul li:not(:last-child) {
    margin-right: 30px;
  }
  #content-wrapper #flights-details-page .common-page-top-margin {
    margin-top: 40px;
  }
  #content-wrapper #flights-details-page .contact-details-sections .title {
    margin-bottom: 50px;
  }
  #content-wrapper #flights-details-page .contact-details-sections .title.top-margin {
    margin-top: 60px;
  }
  #content-wrapper #flights-details-page .contact-details-sections .title .common-terms-conditions {
    margin-top: 50px;
    margin-bottom: 30px;
  }
  #content-wrapper #flights-details-page .contact-payment-section .block-wrapper .block-item:nth-of-type(1) {
    width: 100%;
  }
  #content-wrapper #flights-details-page .contact-payment-section .block-wrapper .block-item:nth-of-type(1) .inner .passenger-details-container .passenger-details-item {
    padding: 35px 30px;
  }
  #content-wrapper #flights-details-page .contact-payment-section .block-wrapper .block-item:nth-of-type(1) .inner .passenger-details-container .passenger-details-item .title {
    margin-bottom: 15px;
  }
  #content-wrapper #flights-details-page .contact-payment-section .block-wrapper .block-item:nth-of-type(1) .inner .passenger-details-container .passenger-details-item .title h5 span a {
    font-size: 12px;
  }
  #content-wrapper #flights-details-page .contact-payment-section .block-wrapper .block-item:nth-of-type(1) .inner .passenger-details-container .passenger-details-item .content ul li:not(:last-child) {
    margin-bottom: 12px;
  }
  #content-wrapper #flights-details-page .contact-payment-section .block-wrapper .block-item:nth-of-type(1) .inner .passenger-details-container .passenger-details-item:not(:last-child) {
    margin-bottom: 30px;
  }
  #content-wrapper #flights-details-page .contact-payment-section .block-wrapper .block-item:nth-of-type(2) {
    width: 100%;
    margin-top: 40px;
  }
  #content-wrapper #flights-details-page .contact-payment-section .block-wrapper .block-item:nth-of-type(2) .inner {
    padding-left: 0px;
  }
  #content-wrapper #flights-details-page .contact-payment-section .block-wrapper .block-item:nth-of-type(2) .inner .payment-method-container .title {
    margin-bottom: 30px;
  }
  #content-wrapper #flights-details-page .contact-payment-section .block-wrapper .block-item:nth-of-type(2) .inner .payment-method-container .action-container {
    margin-top: 45px;
  }
  #content-wrapper #flights-details-page .contact-payment-section .block-wrapper .block-item:nth-of-type(2) .inner .payment-method-container .action-container .link-container {
    margin-top: 30px;
  }
  #content-wrapper #flights-details-page .confirmation-message-section .confirmation-message-container ul {
    text-align: center;
  }
  #content-wrapper #flights-details-page .confirmation-message-section .confirmation-message-container ul li {
    color: #3F3F3F;
    line-height: 1;
  }
  #content-wrapper #flights-details-page .confirmation-message-section .confirmation-message-container ul li img {
    width: 95px;
    margin: auto;
  }
  #content-wrapper #flights-details-page .confirmation-message-section .confirmation-message-container ul li a {
    color: #F3592A;
    font-weight: 700;
  }
  #content-wrapper #flights-details-page .confirmation-message-section .confirmation-message-container ul li:not(:last-child) {
    margin-bottom: 25px;
  }
  #content-wrapper #history-page .history-section .history-wrapper .block-container .block-item .image-container {
    height: 320px;
  }
  #content-wrapper #history-page .history-section .history-wrapper .block-container:not(:last-child) {
    margin-bottom: 30px;
  }
  #content-wrapper #book-flight-page .map-image-section .map-image-container .image-container {
    max-width: 550px;
  }
  #content-wrapper #book-flight-page .info-section .info-container .info-item {
    padding: 20px;
    padding-right: 25px;
  }
  #content-wrapper #contact-page .contact-info-section .contact-info-container .contact-info-item {
    padding: 20px;
  }
  #content-wrapper #contact-page .contact-info-section .contact-info-container .contact-info-item ul li img {
    width: 30px;
  }
  #content-wrapper #contact-page .contact-info-section .contact-info-container .contact-info-item ul li:not(:last-child) {
    margin-bottom: 4px;
  }
  /*--------------------------------- Content Wrapper Ends ----------------------------------*/
  /*--------------------------------- Footer Wrapper Starts ---------------------------------*/
  #footer-wrapper .custom-container {
    padding-top: 50px;
    padding-bottom: 20px;
  }
  #footer-wrapper .custom-container .footer-item.footer-logo .image-container {
    width: 220px;
  }
  #footer-wrapper .custom-container .footer-item.footer-nav .footer-nav-container .footer-nav-item .title {
    margin-bottom: 15px;
  }
  #footer-wrapper .custom-container .footer-item.footer-nav .footer-nav-container .footer-nav-item .list ul li:not(:last-child) {
    margin-bottom: 2px;
  }
  #footer-wrapper .custom-container .footer-item:not(:last-child) {
    margin-bottom: 35px;
  }
  /*---------------------------------- Footer Wrapper Ends ----------------------------------*/
  /*----------------------------------- Components Starts -----------------------------------*/
  #common-flights-icon-container ul {
    padding: 8px;
  }
  .common-banner-section .banner-slider .banner-item {
    height: calc(100vh - 153px);
  }
  .common-banner-section .banner-slider .banner-item .text-container .inner {
    width: 400px;
  }
  .common-banner-section .banner-slider .banner-item .plane-image-container img {
    width: 270px;
  }
  .common-box-container .common-box-item .inner .image-container {
    height: 210px;
  }
  .common-box-container.type-home-destination .common-box-item .image-container a::after {
    height: 40px;
  }
  .common-box-container.type-home-destination .common-box-item .image-container .text-container a {
    padding: 10px 0px;
  }
  .common-box-container.type-home-destination .common-box-item .title-container {
    margin-top: 20px;
  }
  .common-box-container.type-home-destination.type-one .common-box-item .image-container {
    height: 240px;
  }
  .common-box-container.type-home-destination.type-two .common-box-item .action-container {
    margin-top: 15px;
  }
  .common-box-container.type-home-destination.type-two.type-third .common-box-item .inner .image-container {
    height: 210px;
  }
  .common-table tr .large-width {
    width: 350px;
  }
  .common-table.booking-form-entry-details tr td {
    padding: 20px 30px;
  }
  .common-table.booking-form-entry-details tr td .destination-container ul li:nth-of-type(2) {
    margin: 0px 20px;
  }
  .booking-table-button {
    font-size: 11px;
  }
  .common-booking-form-section .custom-container {
    max-width: 850px;
  }
  .common-quantity-container h5 {
    font-size: 12px;
  }
  .common-quantity-container ul {
    width: 70px;
  }
  .common-quantity-container ul li:nth-of-type(1) a {
    left: 6px;
  }
  .common-quantity-container ul li:nth-of-type(3) a {
    right: 6px;
  }
  .common-progressbar-section .common-progressbar-container {
    max-width: 600px;
  }
  .common-progressbar-section .common-progressbar-container ul li a {
    width: 30px;
    height: 30px;
  }
  .common-progressbar-section .common-progressbar-container ul li span {
    font-size: 10px;
    margin-top: 10px;
  }
  .common-progressbar-section .common-progressbar-container ul:after {
    width: 480px;
    top: 18px;
  }
  .common-terms-conditions input[type=checkbox] + label:after {
    top: 4px;
  }
  .common-blog-list-container .blog-item .image-container {
    height: 360px;
  }
  .common-blog-list-container .blog-item .text-container {
    margin-top: 25px;
  }
  .common-blog-list-container .blog-item .text-container .title-container {
    margin: 12px 0px;
  }
  .common-blog-list-container .blog-item:not(:last-child) {
    margin-bottom: 30px;
  }
  .common-newsletter-section.type-one .nesletter-wrapper .newsletter-container {
    padding: 60px 70px;
  }
  .common-newsletter-section .nesletter-wrapper .newsletter-container {
    max-width: 440px;
    padding: 90px 45px;
  }
  .common-video-container .common-video-item .image-container {
    height: 97px;
  }
  .common-video-container .common-video-item .icon-container {
    width: 25px;
  }
  .common-video-container .common-video-item:nth-of-type(1) .image-container {
    height: 370px;
  }
  .common-video-container .common-video-item:nth-of-type(1) .icon-container {
    width: 35px;
  }
  .common-destination-section {
    margin-top: 40px;
    background-size: 500px;
  }
  .common-destination-section .custom-container {
    padding-bottom: 40px;
  }
  .common-destination-section .block-wrapper .block-item:nth-of-type(1) {
    width: 300px;
  }
  .common-destination-section .block-wrapper .block-item:nth-of-type(2) {
    width: calc(100% - 300px);
    padding-left: 30px;
  }
  .common-destination-section.type-one {
    margin-top: 40px;
  }
  .common-destination-section.type-one .custom-container {
    padding-bottom: 40px;
  }
  .common-destination-section.type-one .block-wrapper .block-item:nth-of-type(1) {
    width: 300px;
  }
  .common-destination-section.type-one .block-wrapper .block-item:nth-of-type(2) {
    width: calc(100% - 300px);
  }
  .common-news-block-container .news-block-item .news-block-inner .news-container .news-item .image-container a {
    height: 245px;
  }
  .common-news-block-container .news-block-item .news-block-inner .news-container .news-item .text-container .date-container {
    font-size: 11px;
  }
  .common-news-block-container .news-block-item .news-block-inner .news-container.type-full .news-item .news-item-inner .image-container a {
    height: 510px;
  }
  .common-news-block-container .news-block-item:nth-of-type(1) {
    width: 400px;
  }
  .common-news-block-container .news-block-item:nth-of-type(2) {
    width: calc(100% - 400px);
  }
  .common-partners-section .section-title {
    margin-bottom: 30px;
  }
  .common-partners-section .section-content img {
    width: 160px !important;
  }
  .common-form .fields .form-group.type-booking-button button {
    font-size: 9px;
  }
  .common-form .fields .form-group:not(:last-of-type) {
    margin-bottom: 20px;
  }
  .common-form .fields .form-group label {
    margin-bottom: 7px;
  }
  .common-form .fields .form-group input, .common-form .fields .form-group select, .common-form .fields .form-group textarea {
    padding: 12px;
  }
  .common-form .form-action {
    margin-top: 40px;
  }
  .common-back-top {
    right: 20px;
  }
  .common-back-top a {
    height: 40px;
    width: 40px;
  }
  .common-back-top a i {
    font-size: 13px;
  }
  /*------------------------------------ Components Ends ------------------------------------*/
  /*---------------------------------- Slick Slider Starts ----------------------------------*/
  /*----------------------------------- Slick Slider Ends -----------------------------------*/
  /*-------------------------------------- Modal Starts -------------------------------------*/
  .modal.type-login-signup .modal-dialog {
    max-width: 420px;
  }
  .modal.type-login-signup .modal-dialog .modal-content {
    padding: 36px 54px;
  }
  /*--------------------------------------- Modal Ends --------------------------------------*/
  /*------------------------------------ Animation Starts -----------------------------------*/
  /*------------------------------------- Animation Ends ------------------------------------*/
}
@media all and (max-width: 871px) {
  #header-wrapper .bottom-header .custom-container .logo-nav-wrapper .nav-container ul li:not(:last-of-type) {
    margin-right: 6px;
  }
}
@media all and (max-width: 767px) {
  /*------------------------------------ Site Wide Starts -----------------------------------*/
  h2 {
    font-size: 25px;
  }
  h3 {
    font-size: 23px;
  }
  h4 {
    font-size: 19px;
  }
  h6 {
    font-size: 12px;
  }
  .section-title {
    margin-bottom: 35px;
  }
  .section-title .content.has-width {
    width: 100%;
  }
  .custom-container {
    padding: 40px 25px;
  }
  .custom-container.small-width-container {
    max-width: 100%;
    padding-left: 25px;
    padding-right: 25px;
  }
  .co-btn {
    min-width: 90px;
  }
  /*------------------------------------- Site Wide Ends ------------------------------------*/
  /*--------------------------------- Header Wrapper Starts ---------------------------------*/
  #header-wrapper .top-header {
    position: relative;
    z-index: 999;
  }
  #header-wrapper .top-header .custom-container {
    padding-top: 11px;
    padding-bottom: 11px;
  }
  #header-wrapper .top-header .custom-container .block-wrapper .block-item .inner ul li:not(:last-child) {
    margin-right: 10px;
  }
  #header-wrapper .top-header .custom-container .block-wrapper .block-item .inner .info li h6 {
    font-size: 10px;
  }
  #header-wrapper .top-header .custom-container .block-wrapper .block-item .inner .info li span {
    margin-right: 10px;
  }
  #header-wrapper .top-header .custom-container .block-wrapper .block-item .inner .info li span img {
    width: 12px;
  }
  #header-wrapper .top-header .custom-container .block-wrapper .block-item .inner .info li:not(:last-child) {
    margin-right: 30px;
  }
  #header-wrapper .top-header .custom-container .block-wrapper .block-item .inner .info.login li h6 {
    font-size: 10px;
    letter-spacing: inherit;
  }
  #header-wrapper .bottom-header .custom-container {
    padding-top: 13px;
    padding-bottom: 13px;
  }
  #header-wrapper .bottom-header .custom-container .logo-nav-wrapper .logo-container a {
    width: 190px;
  }
  #header-wrapper .bottom-header .custom-container .logo-nav-wrapper .nav-container {
    z-index: 10;
    position: fixed;
    top: 0;
    bottom: 0;
    background-color: #fff;
    left: 0;
    height: 100vh;
    opacity: 0;
    width: 100%;
    pointer-events: none;
    transition: all 0.3s ease;
    overflow-y: scroll;
  }
  #header-wrapper .bottom-header .custom-container .logo-nav-wrapper .nav-container ul {
    width: 100%;
    padding-top: 206px;
  }
  #header-wrapper .bottom-header .custom-container .logo-nav-wrapper .nav-container ul li {
    display: block;
    width: 100%;
    text-align: center;
    margin-right: 0px;
  }
  #header-wrapper .bottom-header .custom-container .logo-nav-wrapper .nav-container ul li a {
    padding: 5px 0px;
    font-size: 18px;
  }
  #header-wrapper .bottom-header .custom-container .logo-nav-wrapper .nav-container ul li a img {
    width: 10px;
  }
  #header-wrapper .bottom-header .custom-container .logo-nav-wrapper .nav-container ul li:not(:last-of-type) {
    margin-right: 0px;
    margin-bottom: 15px;
  }
  #header-wrapper .bottom-header .custom-container .logo-nav-wrapper .nav-container ul .has-submenu ul {
    width: 100%;
    display: block;
    position: relative;
    top: 0px;
    opacity: 0;
    pointer-events: none;
    padding: 10px 0px;
    border: none;
    display: none;
    background-color: #F3592A;
    margin-top: 13px;
  }
  #header-wrapper .bottom-header .custom-container .logo-nav-wrapper .nav-container ul .has-submenu ul li {
    padding: 4px 8px;
    border-bottom: none;
  }
  #header-wrapper .bottom-header .custom-container .logo-nav-wrapper .nav-container ul .has-submenu ul li a {
    color: #fff;
  }
  #header-wrapper .bottom-header .custom-container .logo-nav-wrapper .nav-container ul .has-submenu ul.submenu-open {
    opacity: 1;
    display: block;
    pointer-events: initial;
  }
  #header-wrapper.nav-open .bottom-header .custom-container .logo-nav-wrapper .nav-container {
    opacity: 1;
    pointer-events: initial;
  }
  /*--------------------------------- Header Wrapper Starts ---------------------------------*/
  /*----------------------------------- Navigation Starts -----------------------------------*/
  /*------------------------------------ Navigation Ends ------------------------------------*/
  /*-------------------------------- Content Wrapper Starts ---------------------------------*/
  #content-wrapper #home-page .testimonial-section .section-content .testimonial-container .testimonial-item .inner .image-container img {
    width: 75px;
    height: 75px;
  }
  #content-wrapper #home-page .testimonial-section .section-content .testimonial-container .testimonial-item .inner .text-container {
    max-width: 500px;
  }
  #content-wrapper #about-page .company-info-section .company-info-container .company-info-item {
    width: 100%;
  }
  #content-wrapper #about-page .company-info-section .company-info-container .company-info-item .inner {
    padding: 15px;
  }
  #content-wrapper #about-page .company-info-section .company-info-container .company-info-item .inner .description {
    width: 100%;
  }
  #content-wrapper #about-page .company-info-section .company-info-container .company-info-item .inner .link-container a {
    font-size: 12px;
  }
  #content-wrapper #inner-destination-page .destination-details-section .block-wrapper .block-item:nth-of-type(1) {
    width: 100% !important;
    margin-bottom: 40px;
  }
  #content-wrapper #inner-destination-page .destination-details-section .block-wrapper .block-item:nth-of-type(1) .destination-details-container .image-container {
    height: 300px;
    margin-bottom: 20px;
  }
  #content-wrapper #inner-destination-page .destination-details-section .block-wrapper .block-item:nth-of-type(1) .flights-information-section {
    margin-top: 30px;
  }
  #content-wrapper #inner-destination-page .destination-details-section .block-wrapper .block-item:nth-of-type(1) .flights-information-section .flights-information-list ul li:not(:last-child) {
    margin-bottom: 10px;
  }
  #content-wrapper #inner-destination-page .destination-details-section .block-wrapper .block-item:nth-of-type(1) .inner {
    padding-right: 0px;
  }
  #content-wrapper #inner-destination-page .destination-details-section .block-wrapper .block-item:nth-of-type(2) {
    width: 100% !important;
    display: none;
  }
  #content-wrapper #common-blog-page .blogs-listing-section .block-wrapper .block-item:nth-of-type(1) {
    width: 100% !important;
    margin-bottom: 40px;
  }
  #content-wrapper #common-blog-page .blogs-listing-section .block-wrapper .block-item:nth-of-type(1) .inner {
    padding-right: 0px;
  }
  #content-wrapper #common-blog-page .blogs-listing-section .block-wrapper .block-item:nth-of-type(2) {
    width: 100% !important;
  }
  #content-wrapper #gallery-page .gallery-list-section .nagination-container {
    margin-bottom: 40px;
  }
  #content-wrapper #gallery-page .gallery-list-section .nagination-container ul li a {
    font-size: 13px;
  }
  #content-wrapper #gallery-page .gallery-list-section .nagination-container ul li:not(:last-child) {
    margin-right: 30px;
  }
  #content-wrapper #flights-details-page .common-page-top-margin {
    margin-top: 40px;
  }
  #content-wrapper #flights-details-page .contact-details-sections .title {
    margin-bottom: 50px;
  }
  #content-wrapper #flights-details-page .contact-details-sections .title.top-margin {
    margin-top: 60px;
  }
  #content-wrapper #flights-details-page .contact-details-sections .title .common-terms-conditions {
    margin-top: 50px;
    margin-bottom: 30px;
  }
  #content-wrapper #flights-details-page .contact-payment-section .block-wrapper .block-item:nth-of-type(1) {
    width: 100%;
    margin-bottom: 40px;
  }
  #content-wrapper #flights-details-page .contact-payment-section .block-wrapper .block-item:nth-of-type(1) .inner {
    padding-right: 0;
  }
  #content-wrapper #flights-details-page .contact-payment-section .block-wrapper .block-item:nth-of-type(2) {
    width: 100%;
  }
  #content-wrapper #flights-details-page .contact-payment-section .block-wrapper .block-item:nth-of-type(2) .inner {
    padding-left: 0px;
  }
  #content-wrapper #flights-details-page .confirmation-message-section .confirmation-message-container ul {
    text-align: center;
  }
  #content-wrapper #flights-details-page .confirmation-message-section .confirmation-message-container ul li {
    color: #3F3F3F;
    line-height: 1;
  }
  #content-wrapper #flights-details-page .confirmation-message-section .confirmation-message-container ul li img {
    width: 95px;
    margin: auto;
  }
  #content-wrapper #flights-details-page .confirmation-message-section .confirmation-message-container ul li a {
    color: #F3592A;
    font-weight: 700;
  }
  #content-wrapper #flights-details-page .confirmation-message-section .confirmation-message-container ul li:not(:last-child) {
    margin-bottom: 25px;
  }
  #content-wrapper #history-page .history-section .history-wrapper {
    position: relative;
  }
  #content-wrapper #history-page .history-section .history-wrapper .block-container {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
  }
  #content-wrapper #history-page .history-section .history-wrapper .block-container .block-item {
    width: 100%;
  }
  #content-wrapper #history-page .history-section .history-wrapper .block-container .block-item .text-container:after {
    content: "";
    position: absolute;
    width: 48px;
    height: 1px;
    background-color: grey;
    left: -80px;
    top: 15px;
    z-index: 0;
  }
  #content-wrapper #history-page .history-section .history-wrapper .block-container .block-item .text-container:before {
    content: "";
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #FA8865;
    left: -96px;
    top: 0px;
    position: absolute;
    z-index: 1;
  }
  #content-wrapper #history-page .history-section .history-wrapper .block-container .block-item:nth-of-type(1) {
    padding-right: 0;
  }
  #content-wrapper #history-page .history-section .history-wrapper .block-container .block-item:nth-of-type(2) {
    padding-left: 80px;
    padding-top: 80px;
  }
  #content-wrapper #history-page .history-section .history-wrapper .block-container:not(:last-child) {
    margin-bottom: 60px;
  }
  #content-wrapper #history-page .history-section .history-wrapper .block-container:nth-of-type(even) .block-item .text-container:after {
    content: "";
    position: absolute;
    width: 48px;
    height: 1px;
    background-color: grey;
    left: -80px;
    top: 15px;
    z-index: 0;
  }
  #content-wrapper #history-page .history-section .history-wrapper .block-container:nth-of-type(even) .block-item .text-container:before {
    content: "";
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #FA8865;
    left: -96px;
    top: 0px;
    position: absolute;
    z-index: 1;
  }
  #content-wrapper #history-page .history-section .history-wrapper .block-container:nth-of-type(even) .block-item:nth-of-type(1) {
    position: relative;
    left: 0;
    padding-right: 0px;
    padding-left: 0;
  }
  #content-wrapper #history-page .history-section .history-wrapper .block-container:nth-of-type(even) .block-item:nth-of-type(2) {
    position: relative;
    right: 0;
    padding-right: 0;
    padding-left: 80px;
  }
  #content-wrapper #history-page .history-section .history-wrapper .block-container:nth-of-type(even) .block-item:nth-of-type(2) .text-container {
    text-align: left;
  }
  #content-wrapper #history-page .history-section .history-wrapper:after {
    all: unset;
  }
  #content-wrapper #book-flight-page .map-image-section .map-image-container .image-container {
    max-width: 550px;
  }
  #content-wrapper #book-flight-page .info-section .info-container .info-item {
    width: 100%;
    padding: 15px;
    padding-right: 0px;
  }
  #content-wrapper #contact-page .contact-info-section .contact-info-container .contact-info-item {
    padding: 20px;
    width: 100%;
  }
  #content-wrapper #contact-page .contact-info-section .contact-info-container .contact-info-item ul li img {
    width: 30px;
  }
  #content-wrapper #contact-page .contact-info-section .contact-info-container .contact-info-item ul li:not(:last-child) {
    margin-bottom: 4px;
  }
  #content-wrapper #contact-page .contact-info-section .contact-info-container .contact-info-item:nth-of-type(2) {
    border-left: none;
    border-right: none;
  }
  /*--------------------------------- Content Wrapper Ends ----------------------------------*/
  /*--------------------------------- Footer Wrapper Starts ---------------------------------*/
  #footer-wrapper .custom-container {
    padding-top: 30px;
  }
  #footer-wrapper .custom-container .footer-item.social-links ul li a {
    width: 50px;
    height: 50px;
  }
  #footer-wrapper .custom-container .footer-item.social-links ul li:not(:last-child) {
    margin-right: 15px;
  }
  #footer-wrapper .custom-container .footer-item.footer-logo .image-container {
    width: 220px;
  }
  #footer-wrapper .custom-container .footer-item.footer-nav .footer-nav-container .footer-nav-item {
    width: 100%;
    text-align: center !important;
  }
  #footer-wrapper .custom-container .footer-item.footer-nav .footer-nav-container .footer-nav-item .list ul li:not(:last-child) {
    margin-bottom: 10px;
  }
  #footer-wrapper .custom-container .footer-item.footer-nav .footer-nav-container .footer-nav-item:not(:last-child) {
    margin-bottom: 30px;
  }
  #footer-wrapper .custom-container .footer-item:not(:last-child) {
    margin-bottom: 35px;
  }
  /*---------------------------------- Footer Wrapper Ends ----------------------------------*/
  /*----------------------------------- Components Starts -----------------------------------*/
  #common-flights-icon-container {
    top: 65%;
    right: -70px;
  }
  #common-flights-icon-container ul {
    padding: 6px;
  }
  .common-banner-section .banner-slider .banner-item {
    height: calc(100vh - 153px);
  }
  .common-banner-section .banner-slider .banner-item .text-container .inner {
    width: 100%;
  }
  .common-banner-section .banner-slider .banner-item .text-container .inner .title h2 {
    font-size: 35px;
  }
  .common-banner-section .banner-slider .banner-item .plane-image-container img {
    width: 270px;
  }
  .common-banner-section.type-one .banner-slider .banner-item {
    z-index: 0;
    height: 300px;
  }
  .common-banner-section.type-one .banner-slider .banner-item .text-container {
    top: 50%;
  }
  .common-box-container {
    margin: 0px;
  }
  .common-box-container .common-box-item {
    padding: 0px;
  }
  .common-box-container .common-box-item .inner .image-container {
    height: 370px;
  }
  .common-box-container.type-home-destination .common-box-item .image-container a::after {
    height: 100px;
  }
  .common-box-container.type-home-destination .common-box-item .image-container .text-container a {
    padding: 20px 0px;
  }
  .common-box-container.type-home-destination .common-box-item .title-container {
    margin-top: 20px;
  }
  .common-box-container.type-home-destination.type-one .common-box-item {
    width: 100%;
  }
  .common-box-container.type-home-destination.type-one .common-box-item .image-container {
    height: 370px;
  }
  .common-box-container.type-home-destination.type-one .common-box-item:not(:last-child) {
    margin-bottom: 30px !important;
  }
  .common-box-container.type-home-destination.type-two .common-box-item {
    width: 100%;
  }
  .common-box-container.type-home-destination.type-two .common-box-item .inner .image-container {
    height: 300px;
  }
  .common-box-container.type-home-destination.type-two .common-box-item .action-container {
    margin-top: 10px;
  }
  .common-box-container.type-home-destination.type-two .common-box-item:not(:last-child) {
    margin-bottom: 40px;
  }
  .common-box-container.type-home-destination.type-two.type-third .common-box-item {
    width: 100%;
  }
  .common-box-container.type-home-destination.type-two.type-third .common-box-item .inner .image-container {
    height: 300px;
  }
  .common-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 40px;
    height: 40px;
    padding: 8px;
    border-radius: 50%;
    background-color: #F3592A;
    opacity: 1;
    pointer-events: initial;
    transition: all 0.4s ease;
    z-index: 11;
  }
  .common-toggle .inner {
    width: 83%;
  }
  .common-toggle .inner span {
    display: block;
    height: 1px;
    width: 100%;
    background-color: #fff;
  }
  .common-toggle .inner span:not(:last-child) {
    margin-bottom: 5px;
  }
  .common-table {
    border: none;
  }
  .common-table thead {
    display: none;
  }
  .common-table .common-quantity-option {
    justify-content: flex-end;
  }
  .common-table tr {
    display: block;
    border: 1px solid #efefef;
    padding-top: 7px;
    padding-bottom: 7px;
  }
  .common-table tr:not(:last-of-type) {
    margin-bottom: 20px;
  }
  .common-table tr td {
    position: relative;
    display: block;
    text-align: right;
    padding: 8px 20px 8px 90px;
  }
  /*.common-table tr td:before {*/
  /*  content: attr(data-title) ": ";*/
  /*  text-transform: capitalize;*/
  /*  position: absolute;*/
  /*  left: 0px;*/
  /*  top: 50%;*/
  /*  transform: translateY(-50%);*/
  /*  font-size: 14px;*/
  /*}*/
  .common-table tr .large-width {
    width: 100%;
  }
  .common-table.booking-form-entry-details tr {
    padding: 30px;
  }
  .common-table.booking-form-entry-details tr td {
    padding: 0px;
    text-align: left;
    margin-bottom: 22px;
  }
  .common-table.booking-form-entry-details tr td .destination-container ul li:nth-of-type(2) {
    margin: 0px 10px;
  }
  .common-table.booking-form-entry-details tr td:after {
    display: none;
  }
  .common-table.flights-available-list tr {
    display: block;
    padding: 20px;
  }
  .common-table.flights-available-list tr th {
    background-color: #FA8865;
    width: 100%;
  }
  .common-table.flights-available-list tr td {
    width: 100%;
    padding: 7px 0px;
  }
  .common-table.flights-available-list tr:not(:last-child) {
    margin-bottom: 20px;
  }
  .common-table.flights-available-list tr:nth-of-type(1) {
    margin-top: 20px;
  }
  .common-table.light-grey-background {
    background-color: #F3F3F3;
    border: transparent;
  }
  .booking-table-button {
    font-size: 11px;
  }
  .common-booking-form-section .custom-container {
    max-width: 850px;
  }
  .common-booking-form-section .custom-container .booking-form-container.type-one {
    margin-top: -180px;
  }
  .common-quantity-container h5 {
    font-size: 12px;
  }
  .common-quantity-container ul {
    width: 70px;
  }
  .common-quantity-container ul li:nth-of-type(1) a {
    left: 6px;
  }
  .common-quantity-container ul li:nth-of-type(3) a {
    right: 6px;
  }
  .common-progressbar-section .common-progressbar-container {
    max-width: 334px;
  }
  .common-progressbar-section .common-progressbar-container ul li span {
    font-size: 8px;
    line-height: 1.2;
  }
  .common-progressbar-section .common-progressbar-container ul:after {
    width: 243px;
    top: 15px;
    left: 51px;
  }
  .common-terms-conditions input[type=checkbox] + label:after {
    top: 4px;
  }
  .common-terms-conditions.type-one {
    padding-left: 100px;
  }
  .common-blog-list-container .blog-item .image-container {
    height: 280px;
  }
  .common-newsletter-section.type-one .nesletter-wrapper .newsletter-container {
    padding: 50px 37px;
  }
  .common-newsletter-section .nesletter-wrapper .newsletter-container {
    max-width: 440px;
    padding: 90px 45px;
  }
  .common-video-container {
    display: flex;
    flex-wrap: wrap;
    margin: -5px;
    grid-template-columns: initial;
    grid-gap: initial;
  }
  .common-video-container .common-video-item {
    width: 50%;
    padding: 5px;
  }
  .common-video-container .common-video-item .inner {
    padding: 5px;
  }
  .common-video-container .common-video-item .image-container {
    height: 130px !important;
  }
  .common-video-container .common-video-item .icon-container {
    width: 30px !important;
  }
  .common-destination-section {
    margin-top: 0px;
    background-size: 500px;
  }
  .common-destination-section .custom-container {
    padding-bottom: 40px;
    padding-right: 30px;
  }
  .common-destination-section .block-wrapper .block-item:nth-of-type(1) {
    width: 100%;
    margin-bottom: 30px;
  }
  .common-destination-section .block-wrapper .block-item:nth-of-type(2) {
    width: 100%;
    padding-left: 0px;
  }
  .common-destination-section .block-wrapper .block-item:nth-of-type(2) .common-box-container .common-box-item {
    padding-top: 0px;
  }
  .common-destination-section.type-one {
    margin-top: 40px;
  }
  .common-destination-section.type-one .custom-container {
    padding-bottom: 40px;
  }
  .common-destination-section.type-one .block-wrapper .block-item:nth-of-type(1) {
    width: 100%;
  }
  .common-destination-section.type-one .block-wrapper .block-item:nth-of-type(2) {
    width: 100%;
  }
  .common-news-block-container .news-block-item {
    width: 100% !important;
  }
  .common-news-block-container .news-block-item .news-block-inner .news-container .news-item {
    width: 100% !important;
  }
  .common-news-block-container .news-block-item .news-block-inner .news-container .news-item .image-container a {
    height: 370px;
  }
  .common-news-block-container .news-block-item .news-block-inner .news-container .news-item .text-container .date-container {
    font-size: 10px;
  }
  .common-news-block-container .news-block-item .news-block-inner .news-container.type-full .news-item {
    width: 100% !important;
  }
  .common-news-block-container .news-block-item .news-block-inner .news-container.type-full .news-item .news-item-inner .image-container a {
    height: 370px;
  }
  .common-partners-section .section-title {
    margin-bottom: 30px;
  }
  .common-partners-section .section-content img {
    width: 160px !important;
  }
  .mobile-booking-button {
    display: block;
    text-align: center;
  }
  .mobile-booking-button.type-one {
    position: relative;
    top: -132px;
  }
  .mobile-booking-button.type-one a {
    padding: 20px 40px !important;
    border: none;
  }
  .common-page-title h5 {
    line-height: 1.8;
    letter-spacing: inherit;
  }
  .common-form .fields .form-group {
    width: 100% !important;
  }
  .common-form .fields .form-group.type-booking-button button {
    font-size: 9px;
    padding: 10px;
  }
  .common-form .fields .form-group:not(:last-of-type) {
    margin-bottom: 20px;
  }
  .common-form .fields .form-group label {
    margin-bottom: 7px;
  }
  .common-form .fields .form-group input, .common-form .fields .form-group select, .common-form .fields .form-group textarea {
    padding: 12px;
    background-color: #fff;
  }
  .common-form .fields .form-group textarea {
    height: 150px;
  }
  .common-form .form-action {
    margin-top: 40px;
  }
  .common-back-top {
    right: 20px;
  }
  .common-back-top a {
    height: 50px;
    width: 50px;
  }
  .common-back-top a i {
    font-size: 13px;
  }
  .common-booking-form-section .booking-form-container .tab-content-section .common-form .fields .form-group .passenger-input-wrapper {
    top: -88px;
    left: 128px;
    width: 150px;
  }
  /*------------------------------------ Components Ends ------------------------------------*/
  /*---------------------------------- Slick Slider Starts ----------------------------------*/
  /*----------------------------------- Slick Slider Ends -----------------------------------*/
  /*-------------------------------------- Modal Starts -------------------------------------*/
  .modal.type-login-signup .modal-dialog {
    max-width: 420px;
  }
  .modal.type-login-signup .modal-dialog .modal-content {
    padding: 36px 54px;
  }
  /*--------------------------------------- Modal Ends --------------------------------------*/
  /*------------------------------------ Animation Starts -----------------------------------*/
  /*------------------------------------- Animation Ends ------------------------------------*/
}/*# sourceMappingURL=responsive.css.map */