body {
    margin: 0 auto;
    font-family: "Poppins", sans-serif;
}

.container {
    max-width: 1280px !important;
}

.wi_full {
    float: left;
    width: 100%;
}

div#wrapper {
    float: left;
    width: 100%;
}

button:focus {
    outline: 0;
}

p {
    font-family: "Poppins", sans-serif;
}

span {
    font-family: "Poppins", sans-serif;
}

h2 {
    font-family: "Poppins", sans-serif !important;
}

h3 {
    font-family: "Poppins", sans-serif !important;
}

h4 {
    font-family: "Poppins", sans-serif !important;
}

.pad_top {
    padding-top: 0px !important;
}

.pad_both {
    padding-top: 60px;
    padding-bottom: 60px;
}

.navbar {
    background: linear-gradient(90deg, rgba(193, 234, 177, 1) 0%, rgba(156, 210, 200, 1) 50%);
    z-index: 1;
    position: absolute;
    width: 100%;
}

.brand_logo {
    max-width: 70px;
    position: relative;
    z-index: 1;
}

.navbar-light .navbar-toggler {
    border-color: #124f92 !important;
    border-radius: 0 !important;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.navbar-nav .nav-item a {
    font-family: "Poppins", sans-serif;
    color: #124f92 !important;
    font-weight: 300;
}

.navbar-nav .nav-item a.active {
    font-weight: 500;
}

.navbar ul.navbar-nav li {
    margin-right: 20px;
}

section.banner_section {
    float: left;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    height: auto;
    position: relative;
}

/* section.banner_section:before {
    content: '';
    position: absolute;
    background-color: #000000;
    width: 100%;
    height: 100%;
    top: 0;
    opacity: 0.2;
} */
.banner_inner_content {
/*
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -51%);
    text-align: center;
    background-color: #0e0e0e;
    width: 100%;
    padding: 15px;
    border-radius: 0px;
    opacity: 0.80;
    padding-top: 70px;
*/
    float: left;
    width:100%;
    text-align: center;
}

.banner_inner_content h1 {
    color: #fff;
}

.banner_inner_content h2 {
    color: #fff;
}

.banner_inner_content a {
    color: #fff;
    font-weight: 700;
}

.form_section {
    float: left;
    width: 100%;
    margin-bottom: 50px;
}

.form_section form {
    float: none;
    width: auto;
    margin: 0 auto;
    max-width: 100%;
    font-family: "Poppins", sans-serif;
}

.form_section .form-control {
    border: none;
    border-radius: 0;
    padding: 8px;
    height: 60px;
}

.form-control:focus {
    box-shadow: none;
}

/* .common_heading span {
    background-color: #c1a5e5;
    padding: 5px 30px;
    border-radius: 5px;
    font-size: 12px;
    color: #124f92;
} */
.common_heading h2 {
    margin-top: 20px;
    font-weight: 700;
    margin-bottom: 20px;
}

.slider_section {
    margin-top: 20px;
}

.slider_section h2 {
    color: #FFF;
    text-align: center;
    padding: 5rem 0;
    margin: 0;
    font-style: italic;
    font-weight: 300;
}

.slider_section .slider_img {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    padding-top: 95%;
    border-radius: 30px;
}

.slider_section .slider_content {
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 0px 50px;
}

.slider_section .slider_content h3 {
    color: #000;
    font-size: 18px;
    margin-bottom: 0px;
}

.slider_section a {
    text-decoration: unset;
}

.third_section ul.ul_list {
    list-style: none;
    padding-left: 0;
}

.third_section ul.ul_list li {
    margin: 20px 0px;
    float: left;
    width: 33.3%
}

.li_inner_content h3 {
    font-weight: 700;
}

section.why_us {
    background-color: #fbfbfb;
}

.key_features ul {
    margin-top: 30px;
    list-style: none;
    position: relative;
}

.key_features ul li {
    text-align: left;
    margin-bottom: 10px;
    color: #000;
    padding-left: 10px;
}

.key_features ul li:before {
    content: '';
    position: absolute;
    height: 25px;
    width: 25px;
    background-color: transparent;
    left: 0;
    margin-top: 0px;
    border-radius: 20px;
    background-image: url(../images/verified.png);
    background-size: cover;
    background-position: 50% 50%;
}

section.key_features {
    background-color: #ffffff;
    /* color: #fff; */
}

.key_features h2 {
    margin-top: 0px;
    color: #000;
}

.accordion {
    width: 100%;
    margin: 2rem auto;
}

.accordion-item {
    background-color: #fff;
    color: #111;
    margin: 1rem 0;
    border-radius: 0.5rem;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25);
}

.accordion-item-header {
    padding: 0.5rem 3rem 0.5rem 1rem;
    min-height: 3.5rem;
    line-height: 1.25rem;
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
    text-align: left;
    padding-left: 40px;
}

.accordion-item-header:before {
    content: '';
    position: absolute;
    background-image: url(../images/airplane.png);
    background-size: cover;
    background-position: 50% 50%;
    height: 20px;
    width: 20px;
    transform: rotate(-35deg);
    left: 10px;
}

.accordion-item-header::after {
    content: "\002B";
    font-size: 2rem;
    position: absolute;
    right: 1rem;
    color: #124f92;
}

.accordion-item-header.active::after {
    content: "\2212";
}

.accordion-item-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.accordion-item-body-content {
    padding: 1rem;
    line-height: 1.5rem;
    border-top: 1px solid;
    border-image: linear-gradient(to right, transparent, #34495e, transparent) 1;
    text-align: left;
    background-color: #F3FAFF;
    color: #000;
}

.blog_sect {
    background-color: #ddd;
}

.blog_sect h2 {
    margin-bottom: 30px;
    margin-top: 0px;
}

.blog_sect img {
    float: left;
    width: 100%;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    height: 200px;
    object-fit: cover;
}

.blog_descp {
    float: left;
    width: 100%;
}

.blog_descp h3 {
    font-size: 22px;
    font-weight: 700;
}

.blog_descp p {
    font-size: 14px;
}

.blog_bottom span.blog_left {
    font-size: 14px;
    float: left;
    width: auto;
}

a.blog_right {
    float: right;
    color: #000;
    text-decoration: unset;
    margin-top: 10px;
    font-size: 14px;
}

.blog_bottom {
    align-items: center;
    vertical-align: middle;
    float: left;
    width: 100%;
}

.blog_section {
    float: left;
    width: 100%;
    background-color: #fff;
    padding: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.slider_content img.avtar_logo {
    max-width: 150px;
    margin: 0 auto;
    border-radius: 100px;
    margin-bottom: 20px;
}

section.testimonial_section {
    background: linear-gradient(90deg, rgba(193, 234, 177, 1) 0%, rgba(156, 210, 200, 1) 50%);
}

.slider_section .slider_content h3 {
    color: #124f92;
    font-size: 22px;
    margin-bottom: 10px;
}

.slider_section .slider_content p {
    color: #124f92;
    font-weight: 400;
}

.slider_section button.owl-prev span {
    font-size: 70px;
    position: absolute;
    left: 10px;
    top: 50%;
    color: #124f92;
    transform: translate(-50%, -50%);
}

.slider_section button.owl-next span {
    font-size: 70px;
    position: absolute;
    right: 0;
    top: 50%;
    color: #124f92;
    transform: translate(-50%, -50%);
}

.logos_section img.avtar_logo {
    max-width: 140px;
    text-align: center;
    margin: 0 auto;
}

section.footer_section {
    background-color: #220622;
    color: #fff;
    position: relative;
}

.footer_section .footer_descp h4 {
    font-size: 18px;
    font-family: "Poppins", sans-serif;
}

.footer_section .footer_descp {
    float: left;
    width: 20%;
    padding-right: 15px;
}

.footer_section .footer_descp li {
    list-style: none;
    padding-right: 10px;
    margin-bottom: 10px;
}

.footer_section .footer_descp li a {
    text-decoration: unset;
    color: #fff;
    font-size: 12px;
    font-family: "Poppins", sans-serif;
}
.main_form_cc {
    display: inline-flex;
    margin-top: 0px;
}
.main_form_cc button.search_btn {
    border: none;
    font-size: 14px;
    background-color: #124f92;
    color: #fff;
    padding: 10px 15px;
    float: left;
    width: 100%;
    height: 60px;
}

.main_form_cc .ff_inner {
    /* margin-right: 10px; */
    position: relative;
}

.ff_inner span {
    position: absolute;
    left: 8px;
    font-weight: 700;
    top: 5px;
}

.call_to p {
    margin-bottom: 0;
}

.call_to a {
    color: #124f92;
    font-family: "Poppins", sans-serif;
}

.call_to span {
    color: #124f92;
    font-family: "Poppins", sans-serif;
    font-size: 13px;
}

.call_to a:hover {
    color: #124f92;
}

/* .header {
    padding: 10px 16px;
    background: #555;
    color: #f1f1f1;
} */
.content {
    padding: 16px;
}

.sticky {
    position: fixed !important;
    top: 0;
    width: 100%;
    z-index: 9999;
}

.sticky+.content {
    padding-top: 102px;
}

.two_center .form-control::placeholder {
    position: relative;
    top: 0px;
}

.two_center .form-control {
    padding-top: 30px;
}

/*Flight Page Css*/
.flight_header {
    text-align: center;
}

.flight_header .grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: 40px;
    grid-auto-rows: 60px;
    grid-gap: 15px;
}

.flight_header {
    text-align: center;
    background-color: #fff;
    position: absolute;
    z-index: 1;
/*    box-shadow: 0px 21px 95px 0px rgba(0, 0, 0, 0.15);*/
    padding: 20px 0;
}

.flight_header .main_form_cc button.search_btn {
    height: auto;
}

.flight_header .form_section .form-control {
    height: 40px;
    border: 1px solid #ddd;
}

.flight_header .main_form_cc {
    margin-top: 0px;
}

.flight_header .form_section {
    margin-bottom: 0;
}

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

#main #faq .card .card-header {
    border: 0;
    -webkit-box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
    box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
    border-radius: 0px;
    padding: 0;
    font-family: "Poppins", sans-serif;
}

#main #faq .card .card-header .btn-header-link {
    display: block;
    text-align: left;
/*    background: #c1e8f0;*/
    color: #124f92;
    padding: 10px;
    font-weight: 600;
    font-size: 12px;
}

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

/* #main #faq .card .card-header .btn-header-link.collapsed {
    background: #A541sBB;
    color: #fff;
  } */
#main #faq .card .card-header .btn-header-link.collapsed:after {
    content: "\f106";
}

#main #faq .card .collapsing {
/*    background: #124f92;*/
    line-height: 30px;
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
}

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

#main #faq .card .collapse.show {
/*    background: #124f92;*/
    line-height: 30px;
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
}

section.flight_inner_sect {
/*    background-color: #fbfbfb;*/
    margin-bottom: 52rem;
    padding-top: 30px;
}

.padd_sticky_spce {
    padding-top: 250px;
}

.padd_sticky_spce_home {
    padding-top: 150px;
}

.flight_inner_sect h3 {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    color: #124f92;
    font-size: 20px;
}

.tabs_section.nav-tabs .nav-link {
    width: 100%;
}

.tabs_section .nav-tabs .nav-link.active {
    color: #124f92;
    background-color: #c1e8f0;
    border-color: #dee2e6 #dee2e6 #fff;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
}

.tabs_section .nav-tabs .nav-item {
    width: 33.3%;
    margin-bottom: 0px;
}

.tabs_section .nav-tabs .nav-link {
    width: 100%;
    border: unset;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
    color: #124f92;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    font-size: 12px;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    border-bottom: 2px solid #124f92 !important;
    border-color: transparent;
}

.tabs_section .tab-content {
    margin-top: 20px;
    float: left;
    width: 100%;
    font-family: "Poppins", sans-serif;
}

.lugagge-image img {
    max-width: 30px;
}

.tabs_descp .inner_data {
    display: flex;
    padding: 10px 0px;
}

.tabs_descp .location_div {
    font-size: 10px;
}

.tabs_descp .time_zone {
    font-size: 12px;
    width: 150px;
    position: relative;
    display: inline-grid;
    text-align: center;
}

.tabs_descp .col-sm-8 {
    padding: 0;
}

.tabs_descp .location_div span {
    font-weight: 700;
    font-size: 12px;
}

/* .tabs_descp .time_zone span {
    margin-bottom: 10px;
    float: left;
    width: 100%;
    font-weight: 600;
} */

/* .tabs_descp .time_zone span:before {
    content: '';
    position: absolute;
    height: 1px;
    background-color: #ddd;
    width: 100%;
    top: 32%;
    left: 0;
} */

/* .tabs_descp .time_zone span:after {
    content: '';
    position: absolute;
    background-color: #000;
    height: 6px;
    width: 6px;
    border-radius: 100%;
    top: 32%;
    left: 50%;
    transform: translate(-50%, -50%);
} */

.tabs_descp .location_div:last-child {
    padding-left: 15px;
}

.tabs_descp .location_div sup {
    color: #d5022b;
}

.form_section .grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: 40px;
    grid-auto-rows: 60px;
    grid-gap: 15px;
}

.flight_header .form_section form {
    max-width: 100%;
}

.top_blue_header.grid {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 60px;
    grid-auto-rows: 60px;
    grid-gap: 100px;
    display: flex;
    background: linear-gradient(to right, #1a76ba, #28a745);
    color: #fff;
    font-size: 14px;
    padding: 10px 20px;
    margin-top:20px;
    justify-content: space-between;
}
.top_blue_header p {
    margin-bottom: 0;
    font-size: 12px;
}
.tabs_descp .row {
    background-color: #fff;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25);
    margin-left: 0;
    margin-right: 0;
    padding: 20px 0px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
    float:left;
    width:100%;
}
.book_flight span {
    color: #c6c6c6;
    font-size: 12px;
    float: left;
    width: 100%;
}
.book_flight a {
    background-color: rgb(126, 173, 45);
    color: #fff;
    padding: 10px 0px;
    float: left;
    width: 100%;
    border-radius: 10px;
    text-align: center;
    margin: 10px 0px;
    font-size: 14px;
}

.book_flight a:hover {
    text-decoration: none;
    color: #fff;
}

.book_flight p {
    float: left;
    width: 100%;
    color: #ed1515;
    font-size: 12px;
    text-align: center;
    margin-bottom: 0;
}

.book_flight button.btn.btn-lg {
    color: #7ead2d;
    font-size: 10px;
    text-align: center;
    width: 100%;
    padding: 0;
}

.tabs_descp .col-sm-9.padd_no {
    padding-right: 0;
    padding-bottom: 20px;
}

.book_flight h4 {
    font-size: 20px;
    font-weight: 700;
}

.book_flight {
    text-align: center;
    font-weight: 700;
}

.flight_conts {
    float: left;
    width: 100%;
    background-color: #f1f1f1;
    padding: 10px;
}

.flight_conts h5 {
    float: left;
    width: 70%;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 0;
}

.flight_conts .side_flight {
    float: left;
    width: 30%;
    text-align: right;
}

.flight_conts .side_flight p {
    float: right;
    width: auto;
    font-size: 12px;
    margin-bottom: 0;
    font-weight: 700;
}

.side_flight span {
    float: right;
    width: auto;
    font-size: 10px;
    margin-right: 5px;
}

.side_flight span img {
    max-width: 20px;
}

/*Radio Button Css*/
.radio_tick {
    display: block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 0px;
    cursor: pointer;
    font-size: 12px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    float: left;
    width: 50%;
    color: #124f92;
}

/* Hide the browser's default radio button */
.radio_tick input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 7px;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: #eee;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.radio_tick:hover input~.checkmark {
    background-color: #c1e8f0;
}

/* When the radio button is checked, add a blue background */
.radio_tick input:checked~.checkmark {
    background-color: #c1e8f0;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio_tick input:checked~.checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.radio_tick .checkmark:after {
    top: 4px;
    left: 4px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #124f92;
}

.form_side_descp {
    float: left;
    width: 100%;
}

.form_side_descp span {
    float: right;
    text-align: right;
    font-size: 12px;
    color: #124f92;
}

.flight_inner_sect .card .card-body {
    padding: 10px 10px;
    float: left;
    width: 100%;
}

/*Checkbox Css*/
.check_tick {
    display: block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 0px;
    cursor: pointer;
    font-size: 12px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    float: left;
    width: 50%;
    color: #124f92;
}

/* Hide the browser's default checkbox */
.check_tick input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.check_tick .checkmark {
    position: absolute;
    top: 7px;
    left: 0;
    height: 17px;
    width: 17px;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
.check_tick:hover input~.checkmark {
    background-color: #c1e8f0;
}

/* When the checkbox is checked, add a blue background */
.check_tick input:checked~.checkmark {
    background-color: #c1e8f0;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.check_tick input:checked~.checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.check_tick .checkmark:after {
    left: 5px;
    top: 2px;
    width: 7px;
    height: 11px;
    border: solid #124f92;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.check_fold {
    float: left;
    width: 100%;
}

.rating_sect img {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

.rating_sect a {
    color: #000;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
    font-size: 12px;
}

.rating_sect {
    text-align: center;
    float: left;
    width: 100%;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25);
    padding: 15px;
}

.folks_rating img {
    float: left;
    width: 100%;
    margin-top: 30px;
}

.folks_rating span {
    font-family: "Poppins", sans-serif;
    font-size: 12px;
}

.folks_rating p {
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    color: #000;
    font-weight: 700;
    margin-bottom: 0;
}

.folks_rating a {
    color: #00b67a;
    font-family: "Poppins", sans-serif;
    font-size: 12px;
}

.folks_rating img {
    float: left;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 15px;
}

.folks_rating {
    float: left;
    width: 100%;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25);
    padding: 15px;
    background-color: #f1f1f1;
    margin-top: 20px;
}

.lugagge-image {
    text-align: right;
}

.review_inner img {
    float: left;
    width: auto;
    margin-top: 2px;
    margin-right: 10px;
}

.review_inner h2 {
    margin-left: 0px;
    font-family: "Poppins", sans-serif;
    margin-bottom: 20px;
    font-size: 24px;
}

.border_bt {
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
    font-size: 24px;
}

.flight_data h3 {
    font-size: 20px;
    font-family: "Poppins", sans-serif;
    margin-bottom: 0;
    font-weight: 500;
}

.flight_data {
    float: left;
    width: auto;
    font-family: "Poppins", sans-serif;
}

.flight_right {
    float: right;
    width: auto;
    text-align: right;
    font-family: "Poppins", sans-serif;
}

.flight_data p {
    font-weight: 700;
}

.flight_right p {
    margin-bottom: 0;
    margin-top: 20px;
    cursor: pointer;
}

.bottom_details_flight {
    float: left;
    width: 100%;
}

.bottom_details_flight img {
    float: left;
    width: auto;
    margin-right: 5px;
}

.bottom_details_flight p {
    float: left;
    width: 100%;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    margin-bottom: 0;
}

.flight_details_inn {
    float: left;
    width: auto;
    font-family: "Poppins", sans-serif;
}

.flight_details_inn span {
    color: #a1a1a1;
}

.flight_details_inn p:last-child {
    font-weight: 400;
    float: left;
    width: auto;
}

.flight_details_inn img.luggage-imgs {
    max-width: 20px;
    float: left;
    width: auto;
}

.review_section .shadow_back {
    background-color: #fff;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25);
    padding: 20px;
}

.bottom_details_flight .row:nth-child(1) {
    margin-bottom: 20px;
}

.ticket_details {
    float: left;
    width: 100%;
    background-color: #ddd;
    margin-top: 20px;
    padding: 15px;
}

.ticket_details .right_tt {
    float: right;
    width: auto;
}

.ticket_details .left_tt {
    float: left;
    width: auto;
    margin-right: 5px;
}

.ticket_details .right_tt p {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    margin-bottom: 0;
    text-align: right;
}

.ticket_details .left_tt img {
    float: left;
    width: auto;
    margin-right: 5px;
}

.ticket_details .left_tt p {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    margin-bottom: 0;
    float: left;
    width: auto;
}

.ticket_details .right_tt img {
    float: left;
    width: auto;
    max-width: 20px;
    margin-right: 10px;
}
.ticket_details .right_tt span {
    font-family: "Poppins", sans-serif;
}
.review_section .shadow_back {
    margin-bottom: 30px;
    float: left;
    width: 100%;
}
img.contact_img {
    max-width: 30px;
    margin-top: 0px;
    float: left;
    width: auto;
    margin-right: 10px;
}
label {
    font-family: "Poppins", sans-serif;
}
.form-control {
    font-family: "Poppins", sans-serif;
}
.form-control::placeholder {
    font-family: "Poppins", sans-serif;
}

.form-control:focus {
    box-shadow: none !important;
    border-color: #404040;
}

p.pssnger_info {
    font-family: "Poppins", sans-serif;
    background-color: #e6e6ff;
    padding: 10px;
    font-size: 14px;
}

/*Review Page Radio Button */
.review {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    float: left;
    width: auto;
    margin-right: 10px;
}

/* Hide the browser's default radio button */
.review input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.review .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border-radius: 50%;
    border: 2px solid #c1e8f0;
}

/* On mouse-over, add a grey background color */
.review:hover input~.checkmark {
    background-color: #c1e8f0;
}

/* When the radio button is checked, add a blue background */
.review input:checked~.checkmark {
    background-color: #c1e8f0;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.review .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.review input:checked~.checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.review .checkmark:after {
    top: 4px;
    left: 4px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #124f92;
}

.review_inner select {
    float: left;
    width: 100%;
    height: 40px;
    border: 1px solid #ced4da;
    font-family: "Poppins", sans-serif;
    border-radius: 3px;
    margin-bottom: 16px;
}

:focus-visible {
    outline: 0px;
}

.review_policy ul.key_list {
    font-family: "Poppins", sans-serif;
    padding-left: 20px;
}

.review_policy ul.key_list li {
    margin-bottom: 10px;
    font-size: 14px;
}

.review_policy_btm p {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
}

.price_sum_inner {
    font-family: "Poppins", sans-serif;
}

.price_sum_inner span {
    float: right;
    width: auto;
    text-align: right;
    font-weight: 700;
}

.price_sum_inner p {
    font-size: 16px;
    font-weight: 500;
    float: left;
    width: auto;
    margin-bottom: 0;
}

.price_sum_inner {
    font-family: "Poppins", sans-serif;
    float: left;
    width: 100%;
    background-color: #f3f3f3;
    margin-bottom: 10px;
    padding: 10px 10px;
}

.cancellation_sect span {
    float: left;
    width: 100%;
    color: #027a02;
    margin-bottom: 5px;
}

.cancellation_sect {
    float: left;
    width: 100%;
    margin-top: 20px;
}

.cancellation_sect p.grey_txt {
    color: #7e7e7e;
    margin-bottom: 0;
}

.click_checkout input[type="checkbox"] {
    margin-right: 10px;
}

.booking_btn {
    float: none;
    width: auto;
    max-width: 50%;
    margin: 0 auto;
}

.booking_btn .btn {
    border: none;
    font-size: 14px;
    background-color: #124f92;
    color: #fff;
    padding: 10px 15px;
    float: left;
    width: 100%;
    margin-top: 20px;
    font-family: "Poppins", sans-serif;
}

.booking_btn .btn:hover {
    color: #fff;
}

.flight_catch_ss .flight_catch {
    background-color: #fff;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25);
    float: left;
    width: 100%;
    padding: 20px;
    margin-bottom: 20px;
}

.flight_catch {
    font-family: "Poppins", sans-serif;
    background-color: #fff;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25);
    padding: 10px 10px;
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.flight_catch_ss .flight_catch h3 {
    font-size: 16px;
    float: left;
    width: auto;
}

.stopwatch_sect {
    float: right;
    width: 20%;
}

.flight_catch_inner {
    float: left;
    width: 80%;
}

.flight_catch_inner p {
    float: left;
    width: 100%;
    font-size: 14px;
}

.plane img.plane-img {
    max-width: 200px;
}

.loader {
    text-align: center;
    width: 100%;
    position: relative;
    overflow: hidden;
    max-width: 60rem;
    height: 30rem;
    margin: 0 auto;
    margin-top: 20px;
}

.wait {
    margin: 5rem 0;
}

.iata_code {
    font-size: 30px;
    opacity: 0.6;
    top: 35%;
    position: absolute;
    color: #124f92;
    font-family: "Poppins", sans-serif;
}

/* .departure_city {
    left: 0;
  } */
.arrival_city {
    right: 1.5rem;
}

.plane {
    /* position: absolute; */
    margin: 0 auto;
    width: 100%;
    top: 20%;
}

.plane-img {
    -webkit-animation: spin 2.5s linear infinite;
    -moz-animation: spin 2.5s linear infinite;
    animation: spin 2.5s linear infinite;
}

@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.earth-wrapper {
    position: absolute;
    margin: 0 auto;
    width: 100%;
}

@keyframes earthAnim {
    0% {
        background-position-x: 0;
    }

    100% {
        background-position-x: -340px;
    }
}

@media screen and (max-width: 420px) {
    .departure_city {
        left: 0;
        right: 0;
        top: 30%;
        position: absolute;
        margin: 0 auto;
    }

    .arrival_city {
        left: 0;
        right: 0;
        top: 93%;
        position: absolute;
        margin: 0 auto;
    }
}

.iata_code p {
    font-size: 20px;
}

.loader span {
    margin-top: 30px;
    float: left;
    width: 100%;
}

.show_more_pssnger p {
    font-size: 14px;
    cursor: pointer;
}

.show_more_pssnger {
    text-align: right;
}

.cookie_sect img.cookie-img {
    max-width: 50px;
}

section.cookie_sect {
    text-align: center;
    box-shadow: 0px 21px 95px 0px rgba(0, 0, 0, 0.15);
    background-color: #fff;
    padding: 30px;
    position: fixed;
    bottom: 0;
    z-index: 2;
}

section.cookie_sect p {
    margin-bottom: 0;
}

.cookie_sect button.cookie_btn {
    border: none;
    font-size: 14px;
    background-color: #124f92;
    color: #fff;
    padding: 10px 15px;
    float: left;
    font-family: "Poppins", sans-serif;
}

section.cookie_sect a {
    color: #124f92;
}

.selectway {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: left;
    color: #124f92;
}

/* Hide the browser's default radio button */
.selectway input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.selectway .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #ccc;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.selectway:hover input~.checkmark {
    background-color: #bfe5e9;
}

/* When the radio button is checked, add a blue background */
.selectway input:checked~.checkmark {
    background-color: #bfe5e9;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.selectway .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.selectway input:checked~.checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.selectway .checkmark:after {
    top: 6px;
    left: 6px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #124f92;
}

.open_popup .modal-imgage img {
    float: left;
    width: 100%;
    max-width: 150px;
}

.open_popup .modal-body {
    padding: 0px;
}

.open_popup .modal-dialog {
    max-width: 50%;
    margin: 6% auto;
}

.open_popup .modal_btm_cont ul li img {
    float: left;
    width: auto;
    max-width: 30px;
    margin-right: 10px;
}

.open_popup .modal-header {
    border-bottom: none;
    padding: 0;
}

.open_popup .btn-close {
    opacity: 1;
    position: absolute;
    right: 0;
    background-color: #fff;
    border-radius: 50%;
    font-size: 14px;
    z-index: 2;
}

.open_popup .btn-close:hover {
    opacity: 1;
}

.open_popup .modal_btm_cont {
    background: linear-gradient(90deg, rgba(193, 234, 177, 1) 0%, rgba(156, 210, 200, 1) 50%);
    padding: 20px;
    float: left;
    width: 100%;
}

.open_popup .modal-body .row {
    display: flex;
    align-items: center;
    vertical-align: middle;
}

.open_popup .modal-contact span {
    color: #124f92;
}

.open_popup .modal-contact p {
    margin-bottom: 0;
    font-size: 40px;
    background: -webkit-linear-gradient(#bce7b3, #124f92);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
}

.open_popup .modal-contact {
    text-align: center;
    padding-right: 20px;
}

.open_popup .modal_btm_cont h2 {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px;
}

.open_popup .modal_btm_cont ul {
    padding-left: 0;
}

.open_popup .modal_btm_cont ul li {
    list-style: none;
    float: left;
    width: 50%;
}

.open_popup .modal_btm_cont ul li p {
    font-size: 14px;
}

.header {
    float: left;
    width: 100%;
    position: absolute;
}

.sticky.header {
    height: auto;
}

section.review_section {
    padding-top: 130px;
    padding-bottom: 60rem;
}

.outbound_inner {
    padding: 20px 0;
}

.outbound_dd_inner {
    float: left;
    width: 100%;
}

.outbound_dd_inner img {
    float: left;
    width: 60px;
    height: 50px;
    object-fit: cover;
}

.outbound_btm p {
    margin-bottom: 0;
}

.outbound_btm {
    float: left;
    width: auto;
    margin-left: 10px;
}

.outbound_btm span {
    color: #a1a1a1;
}

.outbound_time {
    text-align: right;
}

.grey_bb {
    background-color: #f1f1f1;
    padding: 15px 0px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.grey_bb .outbound_details p {
    margin-bottom: 0;
}

.ticket_details.inbound_descp .left_tt img {
    transform: rotate(-180deg);
}

.outbound_description p {
    font-weight: 600;
}

section.blog_detailed {
    margin-top: 80px;
    padding-bottom: 0;
    /*
    background-color: #646464;
    height: 500px;
    position: relative;
*/
}

.blog_listing {
    background-color: #000;
    height: 500px;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}

.blog_detailed_list {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    float: left;
    text-align: center;
}

img.blog_inn_image {
    margin-bottom: 20px;
}

.blog_detailed h2 {
    font-weight: 700;
}

.blog_detailed ul {
    padding-left: 0;
    margin-top: 30px;
}

.blog_detailed ul li h3 {
    font-weight: 600;
}

.blog_detailed ul li:before {
    content: '';
    background-image: url(../images/airplane.png);
    background-size: cover;
    background-position: 50% 50%;
    height: 20px;
    width: 20px;
    position: absolute;
    left: 0;
    top: 5px;
}

.blog_detailed ul li {
    position: relative;
    list-style: none;
    padding-left: 30px;
    margin-bottom: 30px;
}

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

.blog_detailed_list ol li a {
    color: #fff;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #fff;
}

.breadcrumb-item.active {
    color: #fff;
}

.blog_detailed_list h1 {
    text-align: center;
    color: #fff;
    font-size: 50px;
}

.date_row {
    float: left;
    width: 100%;
    margin-top: 20px;
}

.descp_full a {
    background-color: #124f92;
    padding: 15px 20px;
    margin-top: 0px;
    float: left;
    width: auto;
    color: #fff;
    text-decoration: unset;
}

.blog_list_descp {
    float: left;
    width: 100%;
    margin-bottom: 40px;
}

.blog_list_descp img {
    float: left;
    width: 100%;
}

.recent_post {
    float: left;
    width: 100%;
    border: 1px solid #ddd;
    padding: 15px;
}

.recent_post h3 {
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
}

.recent_post_descp p a {
    color: #124f92;
    font-size: 14px;
}

section.blog_list_inner {
    padding-bottom: 0px;
}

section.contact_section {
    padding-bottom: 0px;
}

.breadcrumb {
    display: inline-flex;
}

.contact_form_sect .form-group {
    margin-bottom: 20px;
}

.contact_form_sect .form-control {
    border-radius: 0;
}

.contact_form_sect button.btn.btn-default {
    background-color: #124f92;
    padding: 10px 40px;
    margin-top: 0px;
    float: left;
    width: auto;
    color: #fff;
    text-decoration: unset;
    border-radius: 0;
}

.btn-check:focus+.btn,
.btn:focus {
    box-shadow: none;
}

section.about_us {
    margin-top: 70px;
    float: left;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    height: 500px;
}

section.about_info {
    padding-bottom: 0;
}

.about_info h2 {
    text-align: center;
    margin-bottom: 20px;
    font-weight: 700;
}

.flights_dropdown button#dropdownMenuButton {
    width: 100%;
    margin-bottom: 15px;
    border-radius: 0;
    background-color: #124f92;
}

secondary.dropdown-toggle:focus {
    box-shadow: none !important;
}

.btn-secondary.focus,
.btn-secondary:focus {
    box-shadow: none !important;
}

.flights_dropdown .dropdown-menu {
    border-radius: 0px;
}

.sidebars {
    width: 25%;
    height: 25vh; 
    min-height: 200px;
    overflow: auto;
    position: -webkit-sticky;
    position: sticky;
    top: 5%;
}
.home_select {
    margin-top: 20px;
}
.home_select .main_form_cc {
    margin-top: 0;
}
.home_select button.btn.btn-secondary.dropdown-toggle {
    margin-bottom: 15px;
    border-radius: 0;
    background-color: #124f92;
    width: 100%;
}
.home_select ul.dropdown-menu.show li a {
    color: #173846;
}
.home_select ul.dropdown-menu.show {
    background-color: #fff;
}
.sidebar {
  position: -webkit-sticky;
  position: sticky;
  top: 160px;
}
button.add-segment-btn {
    background: linear-gradient(to right, #1a76ba, #28a745);
    color: white;
    border: none;
    padding: 0 1.5rem;
    height: 48px;
    border-radius: 6px;
    font-size: 0.875rem;
    font-weight: 600;
    cursor: pointer;
    transition: opacity 0.2s;
    margin-top: 20px;
}
.multi-city-segments .input-row.segment {
    margin-bottom: 15px;
}
.autocomplete-suggestions li{
    text-align: left;
}
.footer_descp ul {
    padding-left: 0;
}
.dropdown-section .dropdown-toggle p {
    margin-bottom: 0 !important;
}
.form_section .dropdown-group {
    min-width: 170px;
}
.form_section .dropdown-toggle::after{
    position: absolute;
    right: 10px;
}
button.remove-segment-btn {
    position: absolute;
    right: 10px;
}
.form_section input#return_date {
    margin-top: 0px;
    padding-left: 0;
    text-align: left;
    float: left;
}
.tabs_section .ai_img {
    float: left;
    max-width: 70px;
    height: auto;
    width: auto;
}
.stopwatch_sect img {
    max-width: 40px;
}
.form_section button.remove-segment-btn {
    background: transparent;
}
.gmap_canvas {
    float: left;
    width: 100% !important;
}
.mapouter {
    width: 100% !important;
}
.form_section .dropdown-toggle{
    height: 45px;
}
.call_to img.callus {
    max-width: 30px;
    margin-bottom: 3px;
    margin-right: 3px;
}
#contactForm button.btn.btn-primary {
    background: linear-gradient(to right, #1a76ba, #28a745);
    font-family: "Poppins", sans-serif;
    border: none;
    font-size: 16px;
}
#bookingForm label {
    font-size: 14px;
    margin-bottom: 5px;
}
.flight_right a {
    color: #124f93;
    font-size: 14px;
}
.show_more_pssnger a {
    color: #124f93;
    font-size: 14px;
}
.review_section h4 {
    margin-top: 20px;
}
.form-control::placeholder{
    font-size: 14px;
}
.passenger-title {
    margin-bottom: 20px;
}
.review_section a {
    color: #124f93;
}
.cancellation_sect p {
    font-size: 14px;
}
#bookingForm .form-control {
    margin-bottom: 20px;
}
#bookingForm .form-control{
    font-size: 14px;
}
.review_radio_btns {
    margin-bottom: 20px;
    float: left;
    width: 100%;
}
.input-group-text{
    height: 35px;
}
.flight_header .form_section input#return_date {
    margin-top: 12px;
}
.top_blue_header p:last-child {
    cursor: pointer;
}
a.toggle-details-btn {
    color: #fff;
}
a.toggle-details-btn:hover {
    color: #fff;
}
.need_help_sect {
    float: left;
    width: 100%;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25);
    padding: 15px;
    margin-top: 15px;
}
.need_help_sect h3 {
    font-size: 20px;
}
.need_help_sect p {
    font-size: 12px;
}
.book_with_us {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25);
    padding: 15px;
    margin-top: 15px;
    float: left;
    width: 100%;
}
.book_with_us h3 {
    font-size: 20px;
}
.book_with_us ul li img {
    max-width: 30px;
}
.book_with_us ul li {
    list-style: none;
    margin-bottom: 10px;
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    float: left;
    width: 100%;
    display: inline-block;
}
.book_with_us ul {
    padding-left: 0;
    margin-bottom: 0;
}
.key_features ul li {
    margin-bottom: 10px;
}
.book_with_us ul li:last-child {
    margin-bottom: 0;
}
#contactModal .modal-dialog {
    margin: 10% auto;
    max-width: 60%;
}
#contactModal h5{
    font-family: "Poppins", sans-serif;
}
.book_with_us ul li img {
    /*max-width: 20px;*/
    float: left;
    width: auto;
    margin-right: 8px;
    display: inline-block;
    margin-top: -6px;
}
.check_fold .check_tick {
    width: 80%;
}
/*Mobile Accordion */
.faq-drawer__content-wrapper {
  font-size: 1.25em;
  line-height: 1.4em;
  max-height: 0px;
  overflow: hidden;
  transition: 0.25s ease-in-out;
}

.faq-drawer__title {
/*
  cursor: pointer;
  display: block;
  font-size: 1.25em;
  font-weight: 700;
*/
  padding: 20px 0 20px 0px;
/*
  position: relative;
  margin-bottom: 0;
  transition: all 0.25s ease-out;
*/
}

.faq-drawer__title::after {
  border-style: solid;
  border-width: 1px 1px 0 0;
  content: " ";
  display: inline-block;
  float: right;
  height: 15px;
  left: 2px;
  position: relative;
  right: 20px;
  top: 2px;
  transform: rotate(135deg);
  transition: 0.35s ease-in-out;
  vertical-align: top;
  width: 15px;
  color: #124f93;
}

/* OPTIONAL HOVER STATE */
.faq-drawer__title:hover { 
  color: #4E4B52  ;
}

.faq-drawer__trigger:checked
  + .faq-drawer__title
  + .faq-drawer__content-wrapper {
  max-height: 650px;
}

.faq-drawer__trigger:checked + .faq-drawer__title::after {
  transform: rotate(-45deg);
  transition: 0.25s ease-in-out;
}
.mobile_accordion input[type="checkbox"] {
  display: none;
}
.mobile_accordion {
    float: left;
    width: 100%;
    text-align: center;
    display: none;
}
.mobile_accordion #return_date {
    margin-top: 0 !important;
}
#myAccords{
    position: sticky !important;
    top: 0;
    z-index: 9;
/*
    background-color: white;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
*/
}
.sticky + .dropdown-section {
  padding-top: 102px;
}
.map_section div#gmap_canvas {
    overflow: unset !important;
}
.flight-details.show .inner_data {
    padding: 10px;
}
.flight_catch_ss .sidebar {
    top: -70px;
}
#loader .heading_txt {
    margin-top: 20px;
}
.loaders #myAccords{
    display: none;
}
.flight-entry .inner_data {
    padding: 0px 10px;
}
#faq p {
    font-size: 12px;
    color: #124f92;
}
p.only_mobile{
    display: none;
}
p.only_mobile img {
    max-width: 20px;
}
p.only_mobile a {
    color: #124f93;
    font-size: 14px;
}
.disclaimer_text {
    font-size: 13px;
    margin-top: 10px;
}
span.po_deal {
    float: left;
    width: auto;
    margin-bottom: 10px;
    font-weight: 700;
}

.blink {
  animation: blinker 1s linear infinite;
  font-weight: bold;
}

@keyframes blinker {
  50% { opacity: 0; }
}
.btn.focus, .btn:focus{
    box-shadow: none !important;
}