

/* css custom */
body {
    font-family: "Poppins", sans-serif !important;
}

:root{
    --orange-color:#F08931;
    --white-color:#ffffff;
    --black-color:#000000;
    --gray-color:#dbdbdb;
    --transition: all 0.3s ease-in-out;
    --orange-light: #F3EDED;
    --light-gray: #747474;
    --blue-color: #2870B5;
    --bg-gray:#D9D9D980;
}


* {
  user-select: none;      
  pointer-events: auto;   
  caret-color: transparent; 
}
@media (min-width:1400px){
    html body .container{
    max-width: 1320px !important;
    }

}
/* globel css */
html body .small-p, html body .big-p{
    font-size: 16px;
    line-height: 1.2;
    color: var(--black-color);
    font-weight: 400;
}
html body .orange-color{
    color: var(--orange-color) !important;
}
.big-p{
    font-size: 20px !important;
}
.next-trip.trip {
    background-color: var(--bg-gray);
    background-image: url(https://dhk.9a1.mytemp.website/wp-content/themes/air/assets/css/icon-airline-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.site_btn_common {
    font-weight: 700;
    padding: 0;
    border-radius: 50px;
    font-size: 20px;
    padding: 10px 52px;
    line-height: 1.2;
    min-height: 59px;
    transition: var(--transition);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    border: unset;
}
.orange-btn{
    background-color: var(--orange-color);
    color: var(--white-color);
}
.white_btn{
    background-color: var(--white-color);
    color: var(--orange-color);
}
.site_btn_common:hover{
    background-color: var(--black-color);
    color: var(--white-color);
}
.contact-us form input.site_btn_common.orange-btn {
    border: unset;
    margin-top: 20px;
}
html body .h2, html body .h3{
    font-size: 55px;
    font-weight: 700;
    color: var(--black-color);
    line-height: 1.2;
    padding-top: 0;
}
html body .h3{
    font-size: 32px;
    font-weight: 400 !important;
}
html body .small_span{
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2;
    color: var(--orange-color);
    margin-bottom: 10px;
    letter-spacing: 0;
    display: inline-block;
}

/* header css */
.site-header nav.navbar {
    padding: 0;
    justify-content: space-between;
}

.site-header nav.navbar ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: flex;
    gap: 32px;
}

.site-header nav.navbar ul a {
    margin-left: 0 !important;
    text-decoration: none;
    font-size: 20px !important;
    color: var(--black-color);
    text-transform: capitalize;
}

.site-header .menu-navbar-main {
    gap: 79px;
}
header.site-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    padding: 0 0 20px;
    transition: var(--transition);
}
header.site-header.scrolled {
    background-color: #ffffffd1;
    padding: 0px 0 15px;
    backdrop-filter: blur(10px);
    border-bottom: 1px solid var(--gray-color);
}
header.site-header>.container {
    margin-top: 20px;
}

header.site-header.scrolled button.white_btn {
    background-color: var(--orange-color);
    color: var(--white-color);
}
.site-header nav.navbar .navbar-menu-logo img {
    max-width: 110px;
    width: 100%;
    transition: var(--transition);
}
header.site-header.scrolled .navbar-menu-logo img {
    max-width: 100px;
}
.top-bar {
    background-color: #0051a2;
    padding: 8px 0;
}

.top-bar a {
    color: #fff;
    display: flex;
    align-items: center;
    gap: 20px;
    text-decoration: none;
    justify-content: center;
}

.top-bar a span {
    display: block;
    font-size: 17px;
    line-height: 1.3;
}

.top-bar i {
    font-size: 28px;
    font-weight: 700;
}

.top-bar a span.number {
    margin-top: 4px;
    color: #e3e3e3;
    font-weight: 700;
    font-size: 22px;
}
/* header css end*/


/* banner css */
.banner_image img {
    width: 100%;
    object-fit: cover;
}
.air-banner {
    position: relative;
}

.air-banner .banner_text {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    max-width: 730px;
    padding: 216px 0 40px;
    text-align: center;
    width: 100%;
}

.air-banner .banner_text h1 {
    font-size: 60px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0;
    margin-bottom: 14px;
}

.air-banner .banner_text {
    padding-inline: 15px !important;
}
/* banner css end*/


/* start planing css */
section.next-trip.trip {
    padding: 52px 0 108px;
}
.form-section .main-form form .row >div:first-child {
    width: 100%;
    flex: 1 1 100%;
}
.next-trip.trip .next-trip-cards {
    margin-top: 47px;
}

.next-trip.trip .next-trip-cards .row {
    margin: 0;
    gap: 47px;
    align-items: center;
}

.next-trip.trip .next-trip-cards .row>div {
    padding: 0;
    width: calc(100% / 3 - 32px);
    overflow: hidden;
}
.next-trip.trip .next-trip-cards .card-image {
    overflow: hidden;
    border-radius: 40px;
    border: 3px solid #F49526;
}
.next-trip.trip .next-trip-cards .card-image img{
    transition: var(--transition);
}
.next-trip.trip .next-trip-cards .row>div:hover .card-image img{
    transform: scale(1.1);
}
.next-trip.trip .next-trip-cards .card-content {
    padding: 24px 0;
    background-color: transparent;
    text-align: center;
}

.next-trip.trip .next-trip-cards .card-content h3 {
    margin-bottom: 0;
    border-bottom: 0;
    padding-bottom: 5px;
    font-size: 50px;
    font-weight: 600 !important;
    line-height: 100%;
}

.next-trip.trip .next-trip-cards .card-content a {
    text-decoration: none;
    background: #2870B582;
    display: inline-flex;
    justify-content: center;
    padding: 7px 20px;
    font-size: 32px;
    line-height: 100%;
    margin-top: 10px;
    border-radius: 40px;
}
/* start planing css end*/




/* about us css */
.about-section {
    background-color: var(--orange-color);
    padding: 55px 0 98px;
}

.about-section h2 {
    padding: 0;
    font-size: 70px;
    color: var(--white-color);
    line-height: 1.2;
}

.about-section .main {
    margin: 0;
}

.about-section .main >div {
    padding: 0;
}

.about-section .main .top {
    width: 78%;
    padding-right: 15px;
}

.about-section .main .right-side {
    width: 22%;
    position: relative;
    margin-top: 120px;
    align-self: flex-start;
}
.about-section .main .top p.big-p {
    margin: 30px 0;
    color: var(--white-color);
    font-size: 20px;
    line-height: 1.5;
}
.about-section .contact-div {
    margin: 0;
}
.row.contact-div {
    gap: 37px;
}
.about-section .contact-div>div {
    padding: 0;
    width: calc(100% / 2 - 20px);
}
.about-section .contact-div>div small {
    font-weight: 400;
    color: var(--white-color);
}
.about-section .contact-div>div>div {
    gap: 15px;
}
.about-section .contact-div>div>div h6.h3 {
    font-weight: 700 !important;
     color: var(--white-color);
}
.about-section a.site_btn_common.white_btn {
    margin-top: 72px;
    display: inline-flex;
    text-decoration: none;
    align-items: center;
    justify-content: center;
}
.about-section a.site_btn_common.white_btn:hover{
    background-color: var(--black-color);
    color: var(--white-color);
}
.about-section .contact-div>div>div h6.h3 {
    font-weight: 700 !important;
    color: var(--white-color);
}

a.site_btn_common.white_btn {
    margin-top: 72px;
    display: inline-flex;
    text-decoration: none;
    align-items: center;
    justify-content: center;
}

.about-section .main .right-side .top-img {
    display: flex;
    justify-content: flex-end;
    max-width: 230px;
}

.about-section .main .right-side .bottom-img {
    display: flex;
    justify-content: flex-start;
    margin-top: 20px;
    max-width: 250px;
    margin-left: auto;
}

.about-section .main .right-side img {
    border-radius: 0px !important;
}
/* about us css end*/



/* about more */
.about_more {
    padding: 51px 0 184px;
}
.about_more .title {
    text-align: center;
    max-width: 767px;
    margin-inline: auto;
}
.about_more .wraper {
    min-height: 257px;
    border: 1px solid #d9d9d9;
    margin-top: 50px;
}
/* about more end*/


/* flight-deals css */

.flight-deals .wraper {
    display: flex;
    flex-wrap: wrap;
    gap: 35px;
}

.flight-deals .wraper .img-sec {
    width: 52%;
}

.flight-deals .wraper .infor {
    width: calc(48% - 35px);
    padding: 40px 0;
}

.flight-deals .wraper .img-sec img {
    width: 100%;
}

.flight-deals .wraper .infor .title {
    max-width: 470px;
}

.flight-deals .wraper .infor .title p {
    color: #929292;
    font-size: 20px;
    margin: 37px 0;
    max-width: 450px;
}
/* flight-deals css end*/


/* great css */
.great_fares.sec-great {
    background-color: #FFE7E780;
    padding: 100px 0 74px;
    background-image: url(https://dhk.9a1.mytemp.website/wp-content/themes/air/assets/css/icon-airline-bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

section.flight-deals {
    padding-bottom: 171px;
}

.great_fares .top {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 60px;
}

.great_fares .top a.site_btn_common {
    padding-inline: 36px;
}

.great_fares .top h2.h2 {
    margin-bottom: 0;
    color: var(--orange-color);
}

.great_fares .card-wrapper {
    display: flex;
    gap: 27px;
    flex-wrap: wrap;
}

.great_fares .card-wrapper .card {
    width: calc(100% / 4 - 21px);
    border-radius: 26px;
    border: none;
    padding: 15px 20px;
}

.great_fares .card-wrapper .card .img {
    display: flex;
    justify-content: center;
    margin-bottom: 13px;
}

.great_fares.sec-great .card-wrapper .card .img img {
    border-radius: 26px;
    width: 100%;
    object-fit: cover;
   
}

.great_fares.sec-great .card-wrapper .info {
    display: flex;
    gap: 15px;
    justify-content: space-between;
    align-items: flex-end;
}

.great_fares .card-wrapper .info a.site_btn_common {
    font-size: 20px;
    font-weight: 700;
    padding: 8px 14px;
    min-height: 32px;
    border-radius: 25px;
    box-shadow: 0 4px 4px 0 #00000040;
}
.great_fares .card-wrapper .info h4 {
    font-size: 32px;
    font-weight: 700;
}

.great_fares .card-wrapper .info .price {
    font-size: 20px;
    color: var(--light-gray);
    font-weight: 400;
    line-height: 1.2;
}

.great_fares .card-wrapper .info .price span {
    display: inline-block;
    font-weight: 700;
    color: var(--orange-color);
    font-size: 16px;
}
/* great css end*/

/* blue sec */
section.blue_sec {
    min-height: 311px;
    background-color: var(--blue-color)
}

/* looking-sec */
.great_fares.looking-sec {
    padding: 94px 0 103px;
    background-image: url(https://dhk.9a1.mytemp.website/wp-content/themes/air/assets/css/travel-pacakget.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.great_fares.looking-sec .top .left {
    max-width: 696px;
}
.great_fares.looking-sec .top .left p {
    margin-bottom: 0;
    margin-top: 32px;
}
.great_fares.looking-sec .card-wrapper {
    display: block;
}

.great_fares.looking-sec .card-wrapper .card {
    width: 100%;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 37px;
    flex-direction: row;
    background-color: transparent;
}

.great_fares.looking-sec .card-wrapper .card .img {
    width: calc(100% / 3 - 25px);
    margin-bottom: 0;
    overflow: hidden;
    border-radius: 0;
    border: 2px solid #F49526;
}

.great_fares.looking-sec .card-wrapper .card .img img {
    width: 100%;
    
    transition: var(--transition);
}
.great_fares.looking-sec .card-wrapper .card .img:hover img{
    transform: scale(1.1);
}
/* looking-sec end */


/* offer-sec */
.offer-sec .form-group {
    display: flex;
    gap: 10px;
}
.offer-sec input[type="text"], input[type="email"] {
      padding: 8px;
    }
section.offer-sec .wrapper {
    background-image: url(https://dhk.9a1.mytemp.website/wp-content/uploads/2025/09/Rectangle-32.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left;
    border-radius: 26px;
}

.offer-sec .inro {
    max-width: 556px;
    margin-right: 0;
    margin-left: auto;
    padding: 78px 30px 60px 20px;
}
.offer-sec .inro h2.h2 {
    color: var(--orange-color);
}

.offer-sec .inro p {
    color: var(--white-color);
    margin: 15px 0;
}

.offer-sec .inro label {
    color: var(--white-color);
    font-size: 12px;
    line-height: 1.5;
}


.offer-sec .inro  .wrapper-form {
    display: flex;
    background-color: var(--white-color) !important;
    border-radius: 12px;
    overflow: hidden;
    min-height: 45px;
}

.offer-sec .inro  .wrapper-form input {
    background-color: transparent;
    border: unset;
    outline: unset;
    border-radius: 0;
    box-shadow: unset;
    padding: 0 28px;
}


.offer-sec .inro .main-div {
    max-width: 423px;
}

.offer-sec .form-group.form-check {
    margin: 15px 0 30px;
}

.offer-sec .inro .wrapper-form input::placeholder {
    color: #000;
    font-weight: 400;
    font-family: 'Poppins';
}

.offer-sec .inro .wrapper-form .form-group:last-child {
    width: 45%;
    position: relative;
}

.offer-sec .inro .wrapper-form .form-group:last-child input::placeholder {
    text-align: end;
}

.offer-sec .inro .wrapper-form .form-group:first-child {
    width: 55%;
}

.offer-sec .inro .wrapper-form .form-group:last-child:after {
    content: "";
    position: absolute;
    top: 9px;
    left: 0;
    height: 25px;
    width: 1px;
    background-color: var(--black-color);
}
.offer-sec .form-group.form-check input {
    width: 19px;
    height: 19px;
    flex: 0 0 19px;
}
.offer-sec button.orange-btn {
    font-size: 16px;
    font-weight: 400;
    border-radius: 12px;
    min-height: 32px;
    padding: 3px 16px;
}
.offer-sec button.orange-btn:hover{
    background-color: var(--white-color);
    color: var(--orange-color);
}



/* footer css */
.plan_sec {
    background-image: url(https://dhk.9a1.mytemp.website/wp-content/themes/air/assets/css/bg-newsletter.png);
    background-repeat: no-repeat;
    background-size: 105%;
    background-position: center;
    padding: 62px 0 67px;
    box-shadow: 0 4px 4px 0 #00000040;
    position: relative;
    z-index: 1;
}
.plan_sec .wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    align-items: center;
}
.plan_sec .wrapper>div {
    width: 50%;
}
.plan_sec .wrapper .img-div {
    display: flex;
    justify-content: flex-end;
    width: calc(50% - 30px);
}
.plan_sec .wrapper .left .pyment {
    margin-top: 40px;
}
.plan_sec .wrapper .left .pyment .icons {
    max-width: 400px;
    border: 1px solid #00000073;
    min-height: 80px;
    border-radius: 0;
    position: relative;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    align-items: center;
    padding: 20px 15px 15px;
    background: #fff;
    box-shadow: 0 4px 4px 0 #00000040;
}
.plan_sec .wrapper .left .pyment .icons .icon img {
    width: 100%;
    display: block;
    height: auto;
    object-fit: contain;
    max-width: 60px;
}
.plan_sec .wrapper .left .pyment .icons .icon {
    display: flex;
    width: calc(100% / 5 - 16px);
    justify-content: center;
    align-items: center;
}

.plan_sec .wrapper .left a.payple.icon img {
    height: auto !IMPORTANT;
    max-width: 100px !important;
}
.plan_sec .title p {
    max-width: 478px;
    width: 100%;
}
/* footer css end*/



/* form sec css */

section.form-section ul.top-bar {
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: space-around;
    background-color: var(--blue-color);
    color: var(--white-color);
    margin-bottom: 0;
    min-height: 70px;
    align-items: center;
    border-radius: 26px 26px 0 0;
}
section.form-section ul.top-bar li {
    font-size: 20px;
    font-weight: 700;
}
.form-section {
    padding-bottom: 20px;
     padding-top: 40px;
    background-color: var(--bg-gray);
}

.form-section .main-wrpper {
    background-color: var(--white-color);
    border-radius: 26px;
    box-shadow: 0 4px 4px 0 #00000040;
    position: relative;
}
.form-section .main-wrpper .main-form {
    padding: 50px 30px 40px;
}
.form-section .main-wrpper .main-form .senior-sec {
    margin: 20px 0 30px;
}

.form-section .has_children span {
    font-size: 14px;
    max-width: 110px;
    display: block;
    width: 100%;
}

.form-section .has_children .btn-group {
    max-width: 90px;
    width: 100%;
}

.form-section .has_children .btn-group span {
    display: flex;
    align-items: center;
    justify-content: center;
}

.form-section .has_children button#addPassenger {
    background-color: var(--orange-color);
    color: var(--white-color);
    font-size: 16px;
    font-weight: 500;
}
.form-section .main-form form .row >div {
    margin-top: 0;
}

.form-section .main-form form .row >div span.input-group-text {
    background-color: var(--orange-color) !important;
    color: var(--white-color);
    border: unset;
}

.form-section .main-form form .row input, .form-section .main-form form .row select {
    font-family: 'Poppins';
    background-color: var(--white-color);
}

.form-section .main-wrpper .main-form .senior-sec span {
    font-weight: 400;
    font-size: 12px;
}

.form-section button.site_btn_common.orange-btn {
    padding: 20px 52px !important;
    height: auto !important;
}
section.offer-sec {
    padding-bottom: 150px;
    padding-top: 71px;
}
section.great_fares, section.offer-sec {
    background-color: #F3EDED;
}
.form-section .main-wrpper .main-form ul.autocomplete-list-location_from, .form-section ul.autocomplete-list-location_to {
    list-style: unset !important;
    list-style-type: none !important;
    padding: 10px 0 !important;
    width: 100%;
    font-family: 'Poppins';
}

.main-form ul.autocomplete-list-location_from li.autocomplete-item:not(:last-child) {
    margin-bottom: 10px;
}
.form-section p.no-results-message-location_to {
    width: 100%;
    padding: 10px 0;
}


/* footer sec */
.footer_main {
    background-color: var(--orange-light);
    padding: 50px 0 0;
}
.footer_main h3 {
    color: var(--orange-color);
    margin-bottom: 15px;
    font-size: 22px;
    font-weight: 700;
}

.footer_main h4 {
    /* background: rebeccapurple; */
    font-size: 18px;
    margin-bottom: 8px;
    line-height: 1.2;
    color: var(--black-color);
}
.footer_main .one ul.services {
    margin-bottom: 0;
}
.footer_main .one ul.services li:not(:last-child) {
    margin-bottom: 20px;
}
.footer_main ul li a {
    text-decoration: none;
    color: var(--black-color);
    font-size: 16px;
}
.footer_main .row>div:not(:first-child) ul li a {
    margin-bottom: 10px;
    display: block;
}
.footer_main ul.social {
    display: flex;
    gap: 12px;
}

.footer_main ul.social a {
    margin-bottom: 0 !important;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    border: 1px solid;
    transition: var(--transition);
}
.footer_main ul.social a:hover{
    background-color: var(--orange-color);
    color: white;
    border-color: var(--orange-color);
}
.copy-right {
    background-color: #ff831d0f;
    padding: 16px 0;
}

.copy-right p {
    margin-bottom: 0;
    text-align: center;
    font-size: 14px;
}

.footer_main .wrapper {
    padding-bottom: 30px;
}


/* about css */
.about-get-sec {
    padding: 70px 0;
}
.about-get-sec .main {
    display: flex;
    gap: 30px;
    align-items: center;
}
.about-get-sec .main>div {
    width: calc(100% / 2 - 30px);
}
.about-get-sec .main .left-side .bottom-img {
    display: flex;
    justify-content: flex-end;
    margin-top: -150px;
}
.about-get-sec .main .left-side .bottom-img img {
    border: 7px solid var(--white-color);
    border-radius: 34px;
}
.about-get-sec .right-side h2 {
    padding-top: 0;
    color: var(--black-color);
}
.about-get-sec .contact-div {
    gap: 0;
    color: var(--black-color);
}
.about-get-sec .contact-div>div >div {
    align-items: flex-start !important;
}
.about-get-sec .contact-div h6.h3 {
    font-size: 20px;
    font-weight: 600 !important;
}
.about-get-sec  small.h3 {
    font-size: 16px;
}
.about-get-sec .contact-div>div i {
    position: relative;
    top: 4px;
    margin-right: 10px;
    font-size: 20px;
}
.about-get-sec p.big-p {
    font-size: 18px !important;
    line-height: 1.5;
    margin: 15px 0 30px;
}
.about-get-sec a.site_btn_common {
    margin-top: 40px;
}




section.counter-sec {
    background-image: url(https://dhk.9a1.mytemp.website/wp-content/uploads/2025/10/bg-2.png);
    padding: 30px 0 80px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}

section.counter-sec .row {
    min-height: 260px;
    align-items: 
center;
}

section.counter-sec:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #19232d;
    opacity: 0.9;
    z-index: 1;
}

section.counter-sec .four:not(:last-child) {
    border-right: 1px dashed rgba(220, 187, 135, 0.5);
}

section.counter-sec .four .counter-box {
    text-align: center;
    color: var(--white-color);
}

section.counter-sec .four .counter-box i {
    color: var(--white-color);
    font-size: 40px;
}

section.counter-sec .four .counter-box span.counter {
    color: var(--white-color);
    display: block;
    margin: 12px 0;
    font-size: 38px;
    font-weight: 600;
}

.counter-sec .container {
    z-index: 2;
    position: relative;
}

section.counter-sec .four .counter-box p {
    margin-bottom: 0;
    font-size: 18px;
}
body .inner--banner::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgb(0 0 0 / 25%);
}
body .inner--banner {
    background-position: top;
    height: 450px;
    padding-top: 80px;
}


/* contact us */
.contact-us {
    padding: 70px 0;
}
.contact-us .info-contact .contact_information {
    display: flex;
}
.contact-us .info-contact .contact_information img {
    filter: invert(1);
    max-width: 20px;
    margin-right: 15px;
}
.contact-us .info-contact .contact_information h6.small {
    padding-top: 0;
}
.contact-us h3 {
    font-size: 25px;
    font-weight: 600;
    color: #000;
    margin-bottom: 20px;
}
.contact-us h5 {
    color: #000;
    font-size: 20px;
    font-weight: 600;
}
.contact-us h6 a {
    color: #000;
    text-decoration: none;
    font-size: 16px;
}
.contact-us .info-contact .contact_information:not(:last-child) {
    margin-bottom: 15px;
}

.contact-us form .air-form-group {
    display: flex;
    width: 100%;
    gap: 20px;
}
.contact-us form .air-form-group.full p {
    width: 100%;
}
.contact-us form  input {
    min-height: 52px;
    border: 1px solid var(--light-gray);
    outline: unset;
    box-shadow: unset;
}

.contact-us form  textarea{
    border: 1px solid var(--light-gray);
    outline: unset;
    box-shadow: unset;
    max-height: 170px;
    resize: unset;
}

/* thanku page */
.congrats-acc-section {
    padding: 80px 0;
}

.congrats-acc-section .thumb_add {
    max-width: 700px;
    margin-inline: auto;
    background-color: var(--white-color);
    border-radius: 12px;
    box-shadow: 0 0 15px #00000057;
    padding: 70px 20px;
    text-align: center;
    border: 2px solid var(--orange-color);
}

.congrats-acc-section .thumb_add h2 {
    padding: 0;
    color: var(--black-color);
    font-size: 30px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 15px;
}

.congrats-acc-section .thumb_add i {
    font-size: 30px;
    color: var(--orange-color);
    margin-bottom: 10px;
}
.inner--banner h2 {
    text-transform: capitalize;
    font-size: 40px !important;
    line-height: 1.2 !important;
    font-weight: 600;
}









.listing-results {
    padding: 70px 0;
    background-color: var(--orange-light);
    text-align: center;
}
.listing-results .flight-card .flight--data .ight-route.middle {
    max-width: 150px;
    width: 100%;
}
.listing-results .flight-card {
    background-color: #fff;
    max-width: 980px;
    margin-inline: auto;
    border-radius: 12px;
    padding: 20px;
}

.listing-results .flight-card .flight--data {
    display: flex;
    justify-content: space-between;
}

.listing-results .flight-card .flight-route span, .listing-results .flight-card .light-route span {
    display: flex;
    flex-direction: column;
}

.listing-results .flight-card .flight-route span, .listing-results .flight-card .flight--data .right span .time {
    font-size: 18px;
    color: #767474;
}

.listing-results .flight-card .flight--data span.left-p, .listing-results .flight-card .flight--data .right span {
    font-size: 25px;
    font-weight: 600;
    color: #000;
}
.listing-results .flight-card .flight--data .middle span.middle-p {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.listing-results .flight-card .flight--data .middle span.middle-p span.stops {
    font-size: 18px;
    color: #767474;
    font-weight: 600;
    margin-top: 12px;
}
.listing-results .flight-card .flight-actions {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-top: 1px solid #0000000d;
    margin-top: 40px;
}
.listing-results .flight-card .flight-actions p {
    margin: 20px 0 15px;
    font-size: 30px;
    font-weight: 600;
}
.listing-results .flight-card .flight-actions button.btn-book-flight {
    border: unset;
    background-color: red;
    color: #fff;
    padding: 8px 20px;
    font-weight: 600;
    border-radius: 8px;
    font-size: 20px;
}
.form-section .main-wrpper .main-form .btn-group span {
    display: flex;
    justify-content: center;
    align-items: center;
}

.main-form .suggestions-box {
    border: unset;
}


/* popup css */
.modal-body form>.air-form-group:nth-child(2) {
    display: flex;
    gap: 15px;
}

.modal-body h1 {
    font-size: 28px;
    line-height: 1.2;
}

.modal-body h5 {
    padding: 0;
    font-size: 16px;
    letter-spacing: 0;
    font-weight: 600;
    color: #000;
}

.modal-body p {
    font-size: 14px;
}

.modal-body .site_btn_common {
    font-size: 18px;
    min-height: 50px;
}

.modal-body a {
    text-align: center;
    display: block;
    color: #000;
    position: relative;
    top: 10px;
    color: #000;
    font-weight: 600;
    font-size: 18px;
}

.modal-content {
    border-radius: 18px;
}
#customPopup .modal-dialog {
    padding-inline: 15px;
}
.modal-body img {
    width: 100%;
}

/* popup css end*/

body.error404 {}

section.error-404 {
    display: flex;
    flex-direction: column;
    max-width: 700px;
    margin: 100px auto;
    width: 90%;
    box-shadow: 0 0 10px #0000002e;
    border-radius: 12px;
    padding: 30px 20px;
}

section.error-404 header.page-header {
    width: 100% !important;
    display: block;
    text-align: center;
    padding-bottom: 15px;
}

section.error-404 .page-content {
    padding: 0;
    text-align: center;
}

section.error-404 form.search-form {
    margin-bottom: 0 !important;
}

section.error-404 .page-content {
    width: 100% !important;
}

section.error-404 .page-content button.search-submit {
    display: flex;
    position: static;
    margin: 20px auto 0;
    background-color: #ff831d;
    border: unset;
    color: #fff;
    padding: 12px 35px !important;
}

section.error-404 .page-content button.search-submit svg.icon.icon-search {
    display: none;
}

section.error-404 header.page-header h1.page-title {
    font-size: 20px;
    line-height: 1.2;
}



body.page-id-121 .wrap {
    padding: 70px 15px;
}

body.page-id-121 .wrap article {
    display: flex;
    flex-direction: column;
}

body.page-id-121 .wrap article header.entry-header {
    width: 100% !important;
}

body.page-id-121 .wrap article .entry-content {
    width: 100% !important;
}
body.page-id-121 h1.entry-title {
    font-size: 30px !important;
}
body.page-id-121 .wrap article h2 {
    color: #000;
    font-size: 30px;
    padding: 0;
    margin: 40px 0 15px;
}

body.page-id-121 .wrap article ul {
    margin: 0;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    box-shadow: 0 0 10px #0000002b;
    border-radius: 12px;
    padding: 20px;
}
body.page-id-121 .wrap article ul li {
    width: calc(100% / 2 - 10px);
}

body.page-id-121 .wrap article ul a {
    text-decoration: none !important;
    box-shadow: unset !important;
    color: #000;
    margin-bottom: 0;
    display: inline-block;
}

.form-btnns {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
}

.form-btnns .pulse-button , .form-section .site_btn_common.orange-btn {
    margin-top: 0;
    font-size: 25px;
    padding-right: 80px;
}

.form-btnns .animate-btn-main {
    max-width: max-content;
    width: 100%;
}







.pulse-button span{
  width:30px;
  height:30px;
  position:absolute;
  right:10px;
  top:10px;
  color:var(--white-color);
  background:var(--white-color);
  border-radius:50%;
  width:50px;
  height:50px;
  float:right;
}

.pulse-button span:before{
  font-family: FontAwesome;
  content:"\f095";
  color: var(--black-color);
  width:15px;
  height:15px;
  display:block;
  margin:13px 13px;
  -webkit-animation: wiggle 2s infinite;
	-moz-animation: wiggle 2s infinite;
	animation: wiggle 2s infinite;
	    position: relative;
    top: 2px;
    left: 3px;
    font-size: 18px;
}

.pulse-button i{
  font-size:15px;
  margin:0 auto;
  opacity:0.5;
  
}
.pulse-button {
    color: var(--white-color);
    font-size: 30px;
    font-weight: bold;
    position: relative;
    max-width: max-content;
    padding: 10px 15px 6px 30px;
    line-height: 22px;
    text-align: left;
    height: 70px;
    border: none;
    box-shadow: 0 0 0 0 rgba(255, 197, 22, 0.7);
    border-radius: 40px;
    background-color: var(--orange-color);
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
    -webkit-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    width: 100%;
    margin-top: 50px;
    margin-inline:auto ;
    padding-right: 70px;
    display: inline-flex;
    align-items: center;
    text-decoration: none;
}
.pulse-button:hover 
{
  -webkit-animation: none;-moz-animation: none;-ms-animation: none;animation: none;
}

section.blue_sec {
    padding: 40px 0;
}

.contact-us .info-contact button.pulse-button {
    margin-left: 0;
    margin-top: 30px;
    margin-right: auto;
}



section.about_more .wraper {
    display: flex;
    justify-content: center;
    align-items: center;
}

section.about_more .wraper .pulse-button {
    margin: 0;
}

section.about_more .wraper .animate-btn-main {
    width: 100%;
    justify-content: center;
}

section.blue_sec {
    display: flex;
    align-items: center;
}

section.blue_sec .container {
    height: 100%;
}

section.blue_sec .pulse-button {
    margin-top: 0;
}




body section.form-section.canada-page .container {
    margin-top: 0;
}

body section.form-section.canada-page {
    padding-top: 50px;
}

.inner--banner .heading-sec {
    width: 100%;
}

.form-btnns .pulse-button,.pulse-button {
    border-radius: 30px !important;
}

section.next-trip.trip .top-content {
    text-align: left;
}

section.next-trip.trip .top-content h2 {
    color: var(--blue-color) !important;
}

section.next-trip.trip .top-content p {
    font-size: 24px;
}

.next-trip.trip .next-trip-cards .row>div:nth-child(2) img {
    height: 400px;
    object-fit: cover;
}

.next-trip.trip .next-trip-cards .card-image img {
    min-height: 290px;
}

.about-section .main .top p.big-p {
    max-width: 78%;
    font-size: 32px !important;
}

.about-section .main .right-side .top-img img {
    height: 264px;
    object-fit: cover;
    max-width: 235px;
}

.about-section .main .right-side .bottom-img img {
    max-width: 217px;
    margin-left: auto;
    height: 242px;
    object-fit: cover;
}

.about-section .main .right-side .middle-img {
    position: absolute;
    top: 64%;
    transform: translateY(-50%);
    right: 72%;
    left: unset;
    width: 100%;
    max-width: 217px;
}

.about-section .main .right-side .middle-img img {
    height: 204px;
    object-fit: cover;
}

.about-section .main .right-side .bottom-img, .about-section .main .right-side .top-img {
    position: relative;
    z-index: 1;
}

.testimonials h2 {
    color: #2870B5;
    font-weight: 700;
    font-size: 50px;
    margin: 0 0 41px;
}

.testimonials .testimonial-item {
    border: 3px solid #D9D9D9;
    padding: 50px 40px 28px;
    border-radius: 20px;
    text-align: center;
}
.testimonials .testimonial-item p {
    font-weight: 500;
    font-size: 28px;
    line-height: 100%;
    margin: 0 0 15px;
}

.testimonials .testimonial-item b {
    display: block;
    font-weight: 700;
    font-size: 25px;
    line-height: 100%;
    margin: 20px 0 0;
}

.footer_main ul .support-menu-item>a {
    pointer-events: none;
}

.support-menu-item{
    cursor:pointer;
}

.page-template-default article.type-page header.entry-header {
    display: none;
}

.page-template-default article.type-page .entry-content {
    float: none;
    width: 100% !important;
}

.page-template-default article.type-page .entry-content a {
    box-shadow: none !important;
    color: #f08931;
}

.page-template-default article.type-page .entry-content footer code {
    color: #f08931;
}

.page-template-default article.type-page .entry-content h1 {
    color: #2870B5;
    font-weight: 700;
    margin: 0 0 20px;
}

.page-template-default article.type-page .entry-content h2 {
    font-weight: 700;
    color: #000000;
    padding-top: 30px;
    margin: 0 0 20px;
    font-size: 30px;
    line-height: 110%;
}

.pulse-button:hover {
    color: #fff;
}

a.link-number {
    text-decoration: none;
    color: #fff;
}

div#customPopup .pulse-button {
    display: flex;
    color: #fff;
    font-size:30px;
}

.site-header .menu-navbar-main .site_btn_common.white_btn {
    margin: 0 !important;
}

form#flight-search-form .input-group input {
    border: 2px solid var(--blue-color);
    border-radius: 0 8px 8px 0;
    border-left: 0;
}

form#flight-search-form .input-group span.input-group-text {
    border: 2px solid var(--blue-color);
    border-radius: 8px 0px 0px 8px;
    border-right: 0;
}


.next-trip.trip .next-trip-cards .card-image img {
    width: 100%;
    object-fit: cover;
}
section.blue_sec b {
    display: block;
    margin-bottom: 15px;
}

section.blue_sec a.pulse-button {
    margin-top: 30px;
}
/* responsive media */
@media (max-width:1399px){
    html body .h3 {
    font-size: 28px;
}
.great_fares .card-wrapper {
    gap: 12px;
}
.great_fares .card-wrapper .card {
    width: calc(100% / 4 - 9px);
}
.about-section h2 {
    font-size: 42px;
}
.next-trip.trip .next-trip-cards .card-content {
    padding: 20px;
}
.next-trip.trip .next-trip-cards .row, .great_fares.looking-sec .card-wrapper .card  {
    gap: 20px;
}
.next-trip.trip .next-trip-cards .row>div, .great_fares.looking-sec .card-wrapper .card .img {
    width: calc(100% / 3 - 14px);
}
header.site-header {
    padding: 0 0 20px;
}
.site-header nav.navbar .navbar-menu-logo img {
    max-width: 120px;
}
section.flight-deals {
    padding-bottom: 90px;
}
.about_more {
    padding: 50px 0 80px;
}
.form-section .main-wrpper .main-form {
    padding: 50px 15px 40px;
}
section.offer-sec {
    padding-bottom: 100px;
}
footer .pulse-button {
    font-size: 26px;
}
.next-trip.trip .next-trip-cards .card-content h3 {
    font-size: 45px;
}
.great_fares .card-wrapper .info a.site_btn_common {
    font-size: 15px;
    padding: 8px 10px;
}
.great_fares .card-wrapper .info h4 {
    font-size: 25px;
}
.testimonials .testimonial-item p {
    font-size: 22px;
}
} 

@media (max-width:1280px){
    .air-banner .banner_text {
    max-width: 820px;
    padding: 180px 0 59px;
    width: 100%;
}

}
@media (max-width:1199px){

.row.contact-div {
    gap: 10px;
}
.row.contact-div img {
    max-width: 50px;
}
html body .h3 {
    font-size: 24px;
}
.about-section h2 {
    font-size: 35px;
}
.about-section .main .right-side .top-img {
    padding-left: 40px;
}
.offer-sec .inro {
    max-width: 476px;
}
.great_fares.sec-great .card-wrapper .info {
    gap: 15px;
    align-items: center;
    flex-direction: column;
}
.great_fares .card-wrapper .info a.site_btn_common, .great_fares.sec-great .card-wrapper .info .leff {
    width: 100%;
}
.site-header nav.navbar .navbar-menu-logo img {
    max-width: 90px;
}
.site_btn_common {
    font-size: 18px;
    padding: 10px 28px;
    min-height: 49px;
}
section.next-trip.trip, .about-section, .about_more, .great_fares.sec-great, .great_fares.looking-sec, .plan_sec {
    padding: 50px 0 50px;
}
section.flight-deals, section.offer-sec {
    padding-bottom: 50px;
}
html body .h2 {
    font-size: 35px;
}
.about-get-sec .contact-div {
    flex-wrap: nowrap;
}
.about-get-sec .contact-div h6.h3 {
    font-size: 17px;
}
section.counter-sec .four .counter-box span.counter {
    font-size: 32px;
}

.about-get-sec .main>div {
    width: calc(100% / 2 - 16px);
}
.footer_main .pulse-button {
    font-size: 18px;
    max-width: max-content;
    padding-right: 70px;
}
.form-btnns .pulse-button {
    font-size: 20px;
    padding-right: 70px;
}
.next-trip.trip .next-trip-cards .card-content h3 {
    font-size: 32px;
}
.next-trip.trip .next-trip-cards .row>div:nth-child(2) img {
    height: 330px;
}
section.testimonials img {
    height: 20px;
}
}
@media (min-width:991px){
    .air-banner.banner .banner_image img {
    min-height: 580px;
}
}
@media (max-width:991px){
    .air-banner .banner_text {
    max-width: 760px;
}
.form-section .main-form form .row {
    row-gap: 10px;
}
.form-section .main-form form .row >div {
    flex: 1 1 50%;
}
.form-section .main-wrpper .main-form {
    padding: 20px 15px 20px;
}
section.form-section ul.top-bar li {
    font-size: 16px;
}
section.form-section ul.top-bar {
    min-height: 50px;
    border-radius: 12px 12px 0 0;
}
.next-trip.trip .next-trip-cards .row, .great_fares.looking-sec .card-wrapper .card {
    gap: 10px;
}
.next-trip.trip .next-trip-cards .row>div, .great_fares.looking-sec .card-wrapper .card .img {
    width: calc(100% / 3 - 7px);
}
.next-trip.trip .next-trip-cards .card-content {
    padding: 12px;
}
html body .h3 {
    font-size: 20px;
}
.about-section h2 {
    font-size: 28px;
}
.about-section .main .top p.big-p {
    margin: 16px 0;
}
.big-p {
    font-size: 16px !important;
}
html body .h3 {
    font-size: 17px;
}
.row.contact-div img {
    max-width: 32px;
}
.about-section a.site_btn_common.white_btn {
    margin-top: 30px;
}
.flight-deals .wraper .infor {
    padding: 0;
    width: calc(48% - 15px);
}
.flight-deals .wraper {
    gap: 15px;
}
html body .h2 {
    font-size: 30px;
}
.flight-deals .wraper .infor .title p {
    font-size: 16px;
    margin: 10px 0;
}
.great_fares .card-wrapper .info h4 {
    font-size: 18px;
}
.great_fares .card-wrapper .card {
    border-radius: 12px;
    padding: 15px;
}
.great_fares .top {
    margin-bottom: 30px;
}
.great_fares.looking-sec .top .left p {
    margin-top: 15px;
}
section.offer-sec .wrapper:after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #00000099;
    position: absolute;
    top: 0;
    left: 0;
}
.offer-sec .inro {
    position: relative;
    z-index: 2;
}
section.offer-sec .wrapper {
    border-radius: 12px;
    position: relative;
    overflow: hidden;
}

.air-banner .banner_text {
    max-width: 580px !important;
    padding: 160px 0 50px;
}
.air-banner .banner_text h1 {
    font-size: 30px;
}
section.blue_sec {
    min-height: 200px;
}
.about_more .wraper {
    min-height: 190px;
}
.great_fares.sec-great .card-wrapper .card .img img {
    max-width: 100%;
}
.footer_main .wrapper >.row {
    row-gap: 15px;
}
.footer_main h3 {
    color: var(--orange-color);
    font-size: 20px;
}
.site-header nav.navbar {
    justify-content: space-between;
    flex-direction: column;
}
.site-header nav.navbar .navbar-menu-logo {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.site-header nav.navbar .navbar-menu-logo button.navbar-toggler {
    padding: 0;
    border: unset;
    outline: unset;
    box-shadow: unset;
}
.site-header nav.navbar ul {
    gap: 12px;
}
.site-header nav.navbar .menu-nav-data {
    background-color: #ffffff;
    width: 100%;
}
.site-header nav.navbar .menu-nav-data button.site_btn_common.white_btn {
    background-color: #000;
    color: #fff;
    margin-top: 20px;
}
.site-header nav.navbar .menu-nav-data .menu-navbar-main {
    padding: 20px;
}
.listing-results .flight-card .flight--data span.left-p, .listing-results .flight-card .flight--data .right span {
    font-size: 18px;
}
.listing-results .flight-card .flight-route span, .listing-results .flight-card .flight--data .right span .time {
    font-size: 16px;
}
.about-get-sec .main {
    flex-direction: column;
}
.about-get-sec .main>div {
    width: 100%;
}
section.counter-sec .four .counter-box p {
    font-size: 14px;
}
section.counter-sec .four .counter-box span.counter {
    font-size: 26px;
}
section.counter-sec .four .counter-box i {
    font-size: 30px;
}
.contact-us form .air-form-group {
    gap: 0px;
    flex-direction: column;
}
.contact-us form  textarea {
    max-height: 130px;
}
.contact-us h3 {
    font-size: 22px;
}
.contact-us h5 {
    font-size: 16px;
}
.contact-us {
    padding: 50px 0;
}
.form-section .container {
    margin-top: 30px;
}
.next-trip.trip .next-trip-cards .row>div:nth-child(2) img {
    height: auto;
}
.next-trip.trip .next-trip-cards .card-content h3 {
    font-size: 28px;
}
.next-trip.trip .next-trip-cards .card-image img {
    min-height: 200px;
}
.next-trip.trip .next-trip-cards .card-content a {
    font-size: 20px;
    border-radius: 40px;
}
.about-section .main .top p.big-p {
    max-width: 78%;
    font-size: 25px !important;
    line-height: 1.3;
}
.testimonials h2 {
    font-size: 40px;
    margin: 0px 0 30px;
}
.testimonials .testimonial-item {
    border: 2px solid #D9D9D9;
    padding: 40px 15px 20px;
    border-radius: 10px;
}
.testimonials .testimonial-item b {
    font-size: 18px;
}
.testimonials .testimonial-item p {
    font-size: 18px;
    line-height: 110%;
    margin: 0 0 15px;
}

section.about-section.newclass .row.main {
    flex-direction: column-reverse;
}

section.about-section.newclass .row.main .right-side {
    width: 100%;
}

section.about-section.newclass .row.main .top {
    width: 100%;
}

section.about-section.newclass .row.main .top p.big-p {
    max-width: 100%;
}
.about-section .main .right-side .middle-img {
    top: 54%;
    transform: translateY(-50%);
    right: 34%;
    max-width: 217px;
}
.modal-content a.pulse-button {
    font-size: 22px !important;
    margin-top: 10px;
}

.modal-content .animate-btn-main {
    padding-bottom: 20px;
}
.site-header .menu-navbar-main .site_btn_common.white_btn {
    margin: 20PX 0 0 !important;
    background-color: var(--orange-color);
    color: #fff;
}
}

@media (max-width:767px){
    .banner_image img {
    min-height: 370px;
}
.about-section .main {
    flex-direction: column-reverse;
}
.about-section .main .top {
    width: 100%;
    padding-right: 0;
}
.about-section .main .right-side {
    width: 100%;
}
.flight-deals .wraper {
    flex-direction: column;
}
.flight-deals .wraper .img-sec {
    width: 100%;
}

.flight-deals .wraper .infor {
    width: 100%;
}
.great_fares .card-wrapper .card {
    width: calc(100% / 2 - 6px);
}
.offer-sec .inro {
    max-width: 100%;
}
.offer-sec .inro .main-div {
    max-width: 100%;
}
.plan_sec .wrapper {
    gap: 15px;
    flex-direction: column-reverse;
}
.plan_sec .wrapper>div {
    width: 100%;
}
.plan_sec .wrapper .img-div {
    width: 100%;
}
.about-section h2 br {
    display: none;
}
.next-trip.trip .next-trip-cards {
    margin-top: 20px;
}
.next-trip.trip .next-trip-cards .row>div {
    border-radius: 12px;
}
.site-header nav.navbar .navbar-menu-logo img {
    max-width: 70px;
}
.footer_main .wrapper .footer-weight.ps-3 {
    padding-left: 0 !important;
}
.listing-results .flight-card .flight--data {
    flex-direction: column;
    gap: 20px;
    justify-content: center;
    align-items: center;
}
.listing-results {
    padding: 50px 0;
}
.listing-results .flight-card .flight-actions p {
    font-size: 25px;
}
.about-get-sec .contact-div {
    flex-wrap: wrap;
}
section.counter-sec .row {
    gap: 60px;
}
section.counter-sec .four:not(:last-child) {
    border-right: unset;
    border-bottom: 1px dashed rgba(220, 187, 135, 0.5);
        padding-bottom: 60px;
}
section.counter-sec {
    padding: 60px 0;
}
.about-get-sec .main .left-side .bottom-img {
    margin-top: -80px;
}
.about-get-sec .main {
    gap: 20px;
}
.inner--banner h2 {
    font-size: 30px !important;
}
.about-get-sec {
    padding: 50px 0;
}
.contact-us .row {
    gap: 20px;
    flex-direction: column-reverse;
}
.modal-body .row {
    gap: 20px;
    overflow: auto;
    height: 480px;
}
.form-btnns {
    gap: 30px;
    flex-direction: column;
}
.next-trip-cards.card-details>.row {
    flex-direction: column;
}

.next-trip-cards.card-details>.row>div {
    width: 100% !important;
}
section.testimonials .row {
    gap: 15px;
}
section.plan_sec {
    background-size: cover !important;
    box-shadow: unset;
}
.great_fares.looking-sec .card-wrapper .card {
    flex-direction: column;
}
.next-trip.trip .next-trip-cards .row>div, .great_fares.looking-sec .card-wrapper .card .img {
    width: 100%;
}
.testimonials h2 {
    font-size: 30px;
    margin: 0px 0 20px;
}
.about-section .main .right-side .middle-img {
    top: 65%;
    right: 39%;
}
.about-section .main .right-side {
    margin-top: 0px;
}
.about-section .contact-div>div>div {
    gap: 6px;
}
.row.contact-div {
    gap: 4px;
}
.contact-div .h3 {
    font-size: 19px!important;
}
.about-section .main .top p.big-p {
    font-size: 20px !important;
}
.form-section button.site_btn_common.orange-btn {
    padding: 14px 52px !important;
    font-size: 22px;
}
}

@media (max-width:540px){
    .next-trip.trip .next-trip-cards .row>div, .great_fares.looking-sec .card-wrapper .card .img {
    width: calc(100% / 2 - 5px);
}
html body .h2 {
    font-size: 22px;
}
.about-section h2 {
    font-size: 22px;
}
.row.contact-div {
    flex-direction: column;
}
.about-section .contact-div>div {
    width: 100%;
}
.great_fares .top a.site_btn_common {
    padding-inline: 15px;
}
.site_btn_common {
    font-size: 16px;
    padding: 10px 28px;
    min-height: 42px;
    font-weight: 500;
}
.air-banner .banner_text h1 {
    font-size: 28px;
}
section.form-section ul.top-bar li {
    font-size: 14px;
}

.offer-sec .inro .wrapper-form .form-group:first-child, .offer-sec .inro .wrapper-form .form-group:last-child {
    width: 100%;
    background-color: var(--white-color);
}
.offer-sec .inro  .wrapper-form {
    display: flex;
    background-color: transparent !important;
    border-radius: 0px;
    flex-direction: column;
    gap: 10px;
}
.offer-sec .inro .wrapper-form .form-group:last-child:after {
 display: none;
}

.offer-sec .inro .wrapper-form .form-group:last-child input::placeholder {
    text-align: start;
}
.about-get-sec .right-side h2 {
    font-size: 26px;
    line-height: 1.3;
}
.about-get-sec p.big-p {
    font-size: 16px !important;
}
.form-section .main-form form .row >div {
    flex: 1 1 100%;
}
.modal-body h1 {
    font-size: 19px;
}
.modal-body h5 {
    font-size: 14px;
}
.modal-body form>.air-form-group:nth-child(2) {
    gap: 0;
    flex-direction: column;
}
.offer-sec .inro  .wrapper-form input {
    min-height: 39px;
}
.great_fares.looking-sec .card-wrapper .card .img {
    width: 100%;
}
.about-section .main .right-side .middle-img {
    top: 66%;
    right: 35%;
}
}







@-webkit-keyframes pulse {to {box-shadow: 0 0 0 25px rgba(255, 232, 160, 0);}}
@-moz-keyframes pulse {to {box-shadow: 0 0 0 25px rgba(255, 232, 160, 0);}}
@-ms-keyframes pulse {to {box-shadow: 0 0 0 25px rgba(255, 232, 160, 0);}}
@keyframes pulse {to {box-shadow: 0 0 0 25px rgba(255, 232, 160, 0);}}


/* safari and chrome */
@-webkit-keyframes wiggle {
	0% {-webkit-transform:rotate(15deg);}
	50% {-webkit-transform:rotate(-15deg);}
	100% {-webkit-transform:rotate(15deg);}
}
 
/* firefox */
@-moz-keyframes wiggle {
	0% {-moz-transform:rotate(15deg);}
	50% {-moz-transform:rotate(-15deg);}
	100% {-moz-transform:rotate(15deg);}
}
 
/* anyone brave enough to implement the ideal method */
@keyframes wiggle {
	0% {transform:rotate(15deg);}
	50% {transform:rotate(-15deg);}
	100% {transform:rotate(15deg);}
}

@media (max-width:767px){
    .pulse-button {
    font-size: 20px;
    max-width: 240px;
}
.contact-us .info-contact button.pulse-button {
    margin-inline: auto;
}
.footer_main button.pulse-button {
    margin-top: 0px;
}
.pulse-button span:before {
    width: 10px;
    height: 10px;
    margin: 10px 10px;
}
.pulse-button span {
    right: 10px;
    top: 10px;
    width: 40px;
    height: 40px;

}

.pulse-button {
    height: 60px;
    padding-right: 60px;
    max-width: max-content;
}
}

@media (max-width:567px){
    body.page-id-121 .wrap article ul {
    gap: 15px;
    box-shadow: 0 0 10px #0000002b;
    border-radius: 8px;
    padding: 15px;
    flex-direction: column;
}
.modal a.pulse-button {
    font-size: 18px !important;
}
section.testimonials img {
    height: 18px;
}
.testimonials h2 {
    font-size: 25px;
    margin: 0px 0 20px;
}
}



@media (max-width:1365px){
    .air-banner .banner_text {
    max-width: 820px;
    width: 100%;
}
}
