* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    margin: 0;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
}
.impfield{display:none !important}
.partnerlogo{width:100%;}

/* Header Css */
.header_top {
    padding: 12px 0;
}

.header_top .custom_wrapper {
    max-width: 1280px;
    margin: auto;
}

.header_top .header_logo img {
    width: 60%;
    max-width: 185px;
}

.header_top .phn-icon img {
    width: 32px;
}

.header_top .contect_box {}

.header_top .contect_box .phn-nomber a {
    color: #036503;
    font-weight: 600;
    font-size: 18px;
}

.header_top .contect_box .phn-nomber p {
    color: #807878;
    font-weight: 600;
    display: block;
    font-size: 12px;
    margin: 0;
}

.contect_box-m .phn-nomber {
    border: 1px solid #000;
    border-radius: 0px 4px 4px 0px;
    padding-right: 6px;
    display: inline;
    padding-left: 10px;
    font-size: 12px;
    font-weight: 500;
    position: relative;
    z-index: -1;
    top: -33px;
    left: 36px;
}

.contect_box-m {
    display: none;
}

.contect_box-m .phn-icon img {
    width: 44px;
}

.contect_box-m .phn-icon {
    width: 44px;
}

/* Banner Css */
.banner {
    background: url(../images/banner.webp);
    background-size: cover;
    padding: 58px 0px;
    position: relative;
    min-height: 500px;
}

.banner .banner_content {
    z-index: 100;
    position: relative;
    width: 34%;
    background-color: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    padding: 15px;
}

.banner .banner_content .selector {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
}

.banner .banner_content .selector-item {
    position: relative;
    flex-basis: calc(70% / 2);

    display: flex;
    justify-content: center;
    align-items: center;
}

.banner .banner_content .selector-item_radio {
    appearance: none;
    display: none;
}

.banner .banner_content .selector-item_label {
    position: relative;
    width: 100%;
    text-align: center;
    border-radius: 5px;
    line-height: 35px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 13px;
    transition-duration: .5s;
    transition-property: transform, box-shadow;
    transform: none;
    border: 1px solid #ccc;
    text-transform: uppercase;
    color: #000;
}

.banner .banner_content .selector-item_radio:checked+.selector-item_label {
    background-color: #24a88a;
    color: #fff;
}

@media (max-width:480px) {
    .selector {
        width: 90%;
    }
}

.mobile_banner {
    display: none;
}

.banner .banner_content .form-top .main_field .form-control,
.modal_fm .main_field .form-field .form-control {
    margin-bottom: 10px;
    border: 1px solid #ced4da;
    color: #84757d !important;
    border-radius: 8px;
    padding-left: 22px;
    /*aperance: no;*/
    appearance: none;
    -webkit-appearance: none;
	-moz-appearance:none;
    height: 34px;
    background-color: #fff;
    font-size: 14px;
    outline: none;
    box-shadow: none;
}

.banner .banner_content .form-top .main_field .form-field span.field-icon,
.modal_fm .main_field .form-field span.field-icon {
    position: absolute;
    top: 4px;
    left: 5px;
}

.banner .banner_content .form-top .main_field .form-control.submit-btn,
.modal_fm .main_field .form-field .form-control.submit-btn {
    border: none;
    padding: 6px 26px 6px 26px;
    font-size: 16px;
    color: #fff !important;
    border-radius: 4px;
    background-image: linear-gradient(to right, orange, #24a88a);
    text-transform: uppercase;
    width: 150px;
    margin: 6px auto 0;
    height: 40px;
}

.banner .banner_content .form-top .main_field .agreetext,
.modal_fm .main_field .form-field {
    font-size: 10px;
    color: rgb(175, 175, 175);
    line-height: 1.5em;
}

input:disabled {
    background: #e2dfdf !important;
    opacity: 0.2;
}

/* Why Choose */
.why-choose {
    padding: 60px 0;
}

.block_header .hr {
    margin: 5px auto 0;
    width: 22%;
    border: 0;
    border-top: 6px solid #e68a00;
}
.block_header h1 {
    padding-bottom: 18px;
    text-align: center;
    padding-top: 18px;
    color: #31537f;
    line-height: 1.1rem;
    font-size: 45px !important;
}

.block_header h2 {
    padding-bottom: 18px;
    text-align: center;
    padding-top: 18px;
    color: #31537f;
    line-height: 1.1rem;
    font-size: 45px !important;
}

.block_header p {
    font-size: 20px;
    margin: 15px 0 0;
}

.why-choose .service_block {
    margin-top: 60px;
    background-image: url(../images/flightbanner.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.why-choose .service_block .service-box {
    border-radius: 20px;
    border: 1px solid #fff;
    padding: 10px;
    margin-left: 3%;
    margin-top: 20px;
    margin-bottom: 20px;
    background: #fff;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.why-choose .service_block .container-fluid {
    padding: 0 7%;
}

.why-choose .service_block .service-box .icon_image {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
    border: 1px solid #000;
    border-radius: 50%;
    padding: 4px;
}

.h3_font {
    font-size: 18px;
    text-align: center;
    color: #31537f;
}

/* -------------------------------- */
hr {
    margin-bottom: 1rem;
    margin-top: -6px;
    width: 22%;
    border: 0;
    border-top: 6px solid #e68a00;
}

.super_saver_deals {
    padding: 23px 0;
}

.super_saver_deals center p {
    font-size: 20px;
}

.super_saver_deals_card_box {
    padding: 12px;
    border-radius: 12px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    transition: all 400ms ease-in-out;
    margin-top: 12%;
}

.super_saver_deals_card_box p {
    font-size: 18px;
    font-weight: 600;
    color: #2193b0;
    text-align: center;
}

.taxp {
    font-size: 12px;
}

.btn-cool-blues {
    background: #2193b0;
    background: -webkit-linear-gradient(to right, #6dd5ed, #2193b0);
    background: linear-gradient(to right, #6dd5ed, #2193b0);
    color: #fff;
    border: 3px solid #eee;
}

.super_saver_deals_card_box img {
    border-radius: 12px;
}

.super_saver_deals_card_box:hover {
    transform: translateY(-15px);
}

#our-partners {
    margin-top: 20px;
    padding: 0;
    background-image: url("../images/flightbanner.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 15px;
}

#tpartner {
    text-align: center;
    color: #fff;
    padding: 8px;
    font-size: 22px;
}

.pleft {
    padding-left: 4%;
}

.imgp {
    padding-right: 1px;
    padding-left: 1px;
}

.imgresp {
    border-radius: 50%;
    width: 70%;
    border: 4px solid #ffa64d;
}

/*  Book your Best Deal  */
.low-fare-flight {
    padding: 18px 0px;
    background-color: #ffffff;
}

.low-fare-flight .head-abou {
    text-align: center;
    margin-bottom: 39px;
}

.low-fare-flight .head-abou h2 {
    margin: 0;
    font-size: 2rem;
    color: #212529;
}

.flight-from .col-left {
    width: 100%;
}

.flight-from .col-left ul {
    padding: 0;
    text-align: center;
}

.flight-from .col-left ul li {
    overflow: hidden;
    list-style-type: none;
    border: #c4c4c4 1px solid;
    padding: 10px 14px;
    margin: 2px 10px;
    position: relative;
    display: inline-block;
    width: 13%;
    border-radius: 21px;
}

.flight-from .col-left ul li img {
    width: 20%;
    /* float: left; */
}

.flight-from .col-left ul li .cont-set {
    /* float: left; */
    padding-left: 12px;
    border-left: 2px solid #dbe3ef;
    position: relative;
    display: block;
    flex-wrap: nowrap;
}

.flight-from .col-left ul li .cont-set::before {
    content: " ";
    position: absolute;
    background-color: #dbe3ef;
    padding: 3px;
    border-radius: 50%;
    top: 0;
    left: -4px;
}

.flight-from .col-left ul li .cont-set::after {
    content: " ";
    position: absolute;
    background-color: #dbe3ef;
    padding: 3px;
    border-radius: 50%;
    bottom: 0;
    left: -4px;
}

.flight-from .col-left ul li .cont-set h3 {
    font-size: 15px;
    margin-bottom: 7px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #003461;
}

.flight-from .col-left ul li .cont-set h4 {
    font-size: 13px;
    color: #969696;
}

.flight-from .col-left ul li span {
    color: #a53030;
    display: block;
    text-align: center;
    font-size: 14px;
}

.flight-from .col-left ul li a {
    border: #0d7109 1px dashed;
    right: 12px;
    background-color: #006655;
    display: block;
    padding: 4px 5px;
    color: #ffffff;
    font-size: 13px;
    font-weight: 600;
    border-radius: 4px;
    float: right;
    width: 93%;
    text-align: center;
}

.feedback_block {
    display: none;
}

.feedback_block .inner_sec h4 {
    font-size: 18px;
    color: #1b7e67;
}

.feedback_block .inner_sec {
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.19);
}

.feedback_block {
    margin: 20px 0;
}

/* footer */
footer .footer-blue {
    background-color: #595959;
    padding: 23px 0px;
}

footer .footer-blue h2 {
    font-size: 17px;
    color: #fff;
    margin-bottom: .5rem;
    text-align: left;
    padding: 0px;
}

footer .footer-blue .link-block ul {
    padding: 0;
}

footer .footer-blue .link-block ul li {
    list-style-type: none;
}

footer .footer-blue .link-block ul li a {
    color: #fff;
    font-size: 13px;
}

footer .footer-blue h2.hunder {
    padding-bottom: 4px;
    border-bottom: 1px solid #fff;
    display: inline-block;
}

.tpartner {
    color: #fff;
    line-height: 0.5;
    margin-bottom: 1rem;
}

footer .footer-blue .contact a {
    display: block;
    color: #fff;
    position: relative;
    padding-left: 27px;
}

footer .footer-blue .contact i {
    position: absolute;
    left: 0;
    font-size: 18px;
}

footer .social-media a {
    color: #99bf21;
    font-size: 22px;
    display: inline-block;
    padding: 7px 6px;
}

.pcolor {
    color: #ffffcc;
}

footer .social-sec {
    background-color: #333333;
    color: #fff;
    padding: 1px 4px;
}

footer .social-sec .right-pay {
    width: 100%;
    margin: 0 auto;
}

/* MODAL */
.modal-dialog.tourmodal {
    max-width: 750px;
    margin: 1.75rem auto;
}

.modal-bgimage {
    min-width: 750px;
    min-height: 500px;
}

.modal_modify {
    background: url(../images/newpopup.webp) no-repeat left center/cover;
    padding: 10px;
    border-radius: 10px;
    border: 6px solid #fff;
}

button.close.modal-close {
    position: absolute;
    z-index: 1020;
    background-color: #fff;
    right: 3px;
    top: 0px;
    opacity: 1;
}

.modal_fm {
    background-color: #fff;
    padding: 15px;
    border-radius: 8px;
}

.modal_fm p.sub-header {
    font-size: 13px;
}

.modal_fm .main_field .form-field .form-control {
    border-radius: 3px;
    padding-left: 30px;
    height: 40px;
}

.modal_fm .main_field .form-field span.field-icon {
    top: 7px;
    left: 6px;
}

.modal_fm .form-control.submit-btn {
    background-color: #f6861f;
    border-color: #f6861f;
    color: #fff;
    text-transform: uppercase;
    max-width: 150px;
    margin: auto;
}

.mob-modalfrm {
    display: none;
}

.modal_fm.mob-modalfrm .form-field span.field-icon {
    top: 0;
    left: 0;
    border-right: 1px solid #ced4da;
    width: 38px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    color: #000;

}

.modal_fm.mob-modalfrm .main_field .form-field .form-control {
    padding-left: 45px;
}

/* EDIT ON 2-2-2024 -  */
  .inner_banner {
    position: relative;
}

.inner_banner .page-title {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    justify-content: center;
    display: flex;
    align-items: center;
}

.inner_banner .page-title h4 {
    color: #fff;
    font-size: 27px;
    text-decoration: underline;
    text-shadow: 0 2px 3px rgba(0,0,0,0.7);
}
.content-secttion {
    background-color: #fff;
    padding: 0;
    margin: 0;
    width: 100%;
    overflow: hidden;
}
.content-secttion .content-secttion-in {
    padding: 22px 32px;
    margin: 40px 0;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}
.content-secttion .content-secttion-in h3{
    color: #ed1c24;
    font-size: 20px;
    padding-bottom: 7px;
    margin-bottom: 16px;
    position: relative;
    display: inline-block;
}
.content-secttion .content-secttion-in h3::after{
content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: #ff9751;
    bottom: 0;
    left: 0;
    display: block;
}
.content-secttion .content-secttion-in h4 {
    font-size: 15px;
    color: #4c4c4c;
    margin-bottom: 10px;
    line-height: normal;
}
.content-secttion .content-secttion-in h2{
	    font-size: 18px;
    color: #ed1c24;
    text-decoration: underline;
    font-weight: 500;
}
.content-secttion .content-secttion-in ul{
	padding-inline-start: 40px;
	margin-bottom:25px
}
.content-secttion .content-secttion-in ul {
    font-size: 15px;
    color: #696969;
}
.content-secttion-in .accordion .card .card-header h2 {
    margin: 0;
    text-decoration: none;
}

.content-secttion-in .accordion .card .card-header h2 button.btn {
    color: #3a3a3a;
    font-size: 17px;
	    white-space: normal;
}

.content-secttion-in .accordion .card {
    border-color: #f6ecec;
    background-color: #fff;
    margin-top: 20px;
}

.content-secttion-in .accordion .card .card-header h2:hover {
    text-decoration: none;
}

.content-secttion-in .accordion .card .card-header:hover {
    background-color: #ff9751;
}

.content-secttion-in .accordion .card .card-header h2 .btn {
    text-decoration: none;
}

.content-secttion-in .accordion .card .card-header:hover h2 .btn {
    text-decoration: none;
    color: #fff;
}



.content-secttion-in .accordion .card .card-header {
    padding: 10px 0;
    background-color: #dbdbdb;
    border: 0;
}
.contact-set .contact-details {
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}
.contact-set .contact-details h3 {
    font-size: 22px;
    color: #7f7f7f;
    margin-bottom: 15px;
}
.contact-set .contact-details a .fa {
    color: #c7c7c7;
    margin-right: 10px;
}
.contact-set .contact-details a {
    color: #000;
    margin-bottom: 15px;
    border: 1px dashed #ff9751;
    padding: 5px 0 5px 10px;
    border-radius: 3px;
}
.cont-form {
    background-image: url("../images/contactus-image.webp");
    height: 100%;
	 padding: 20px;
}
.centered .contact-form {
    background-color: #ffffff9c;
    padding: 20px;
}

.centered .contact-form input.btn {
    width: 100%;
    background-color: #ff9751;
    margin-top: 10px;
    color: #fff;
    font-weight: 500;
}
 /* Thank you Page  */
    .btn.home-btn {
      color: #fff;
      background-color: #ff9751;
      border: 0;
      padding: 10px 31px 12px;
      line-height: normal;
      margin-bottom: 6px;
    }

   
    .thankbackground {
      background: rgb(255 255 255 / 77%);
      padding: 20px;
      border-radius: 16px;
      color: #000;
      text-align: center;
      box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2);
      max-width: 680px;
      margin: auto;
    }

    .thankp {
      font-size: 18px;
    }

    #thankc {
      font-size: 38px;
      color: #7f7f7f;
    }

    #homelink {
      background-color: orange;
      padding: 6px;
      border-radius: 8px;
      color: #fff;
    }

    .btn-warning {
      font-weight: bold;
    }

    #reviewtrustpilot {
      background: #fff
    }

    @media screen and (max-width:690px) {

      .thankyou-page.position-relative {
    display: none;
}

      .buttonmain {
        margin-top: 10px;
      }

      .calln {
        border: 1px solid #000;
        border-left-style: none;

        border-radius: 0px 4px 4px 0px;
        padding-right: 6px;
        font-weight: bold;
        font-size: 20px;
      }

      .mobc {
        background-color: rgba(255, 255, 255, 0.8);
        padding: 15px;
        border-radius: 16px;
        color: #000;
      }

      #thankc {
        font-size: 20px;
        text-align: center;
      }

      .thankp {
        font-size: 15px;

        font-weight: 350;
        text-align: center;
      }

      .thankp1 {
        font-size: 18px;

        font-weight: 450;
        text-align: center;
        width: 70%;
        margin-left: 15%;
        color: #0063cc;
      }

      .blinkmobt {
        animation: animate 1.1s linear infinite;
      }

      @keyframes animate {

        0% {

          opacity: 0;

        }

        50% {

          opacity: 0.7;

        }

        100% {

          opacity: 0;

        }

      }

      #homelink {
        background-color: orange;
        padding: 6px;
        border-radius: 8px;
        color: #fff;
        text-align: center;
      }

    }

    @media screen and (min-width:691px) {

      .mobc {
        display: none;
      }

    }

    .thank-overlap.position-absolute {
      width: 100%;
      position: absolute;

      top: 50%;

      left: 50%;

      transform: translate(-50%, -50%);
    }

/* END */

@media (max-width:1200px) {
    .banner .banner_content {
        width: 50%;
        margin: auto;
    }
}

@media (max-width:992px) {
    .banner .banner_content {
        width: 90%;
        margin: auto;
    }

    .modal-bgimage {
        min-width: auto;
        min-height: 500px;
    }
}

@media (max-width:768px) {


    .feedback_block .inner_sec p {
        text-align: center;
    }

    .feedback_block .inner_sec h4 img {
        width: 40px;
    }

    .modal_fm.mob-modalfrm {
        display: block;
    }

    .modal_fm {
        display: none;
    }

    .modal-bgimage {
        min-width: auto;
        min-height: 500px;
        max-width: 95%;
        margin: auto;
    }

    .modal_modify {
        background-image: none;
        background-color: #fff;
        padding: 10px;
        border-radius: 10px;
        border: 6px solid #fff;
    }

    .pricep span br {
        display: none;
    }

    .banner {
        background: none;
        padding: 0;
        background-image: linear-gradient(#e6e6e6, #fff);
    }

    .block_header p {
        font-size: 14px;
        margin: 10px 0 0;
    }

    .block_header p br {
        display: none;
    }

    .why-choose {
        padding-bottom: 0;
        padding-top: 30px;
    }

    .mobile-hide {
        display: none;
    }

    .contect_box-m {
        display: block;
        height: 46px;
        padding-left: 50%;
    }

    .contect_box {
        display: none !important;
    }

    .mobile_banner {
        display: block;
    }

    .banner .banner_content {
        width: 100%;
        margin: auto;
        position: relative;
        bottom: -20px;
        background-color: #e6e6e6;
    }

    .banner .banner_content .selector {
        justify-content: center;
    }

    .banner .banner_content .selector-item_label {
        background-color: #fff;
    }

    .banner .banner_content .form-top .main_field .form-control.submit-btn {
        width: 180px;
        padding: 8px 8px 8px 8px;
        font-size: 14px;

        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    }
    .block_header h1 {
        text-align: center;
        padding-top: 18px;
        color: #31537f;
        font-size: 22px !important;
        line-height: 2rem;
        margin-bottom: 0;
        padding-bottom: 10px;
    }

    .block_header h2 {
        text-align: center;
        padding-top: 18px;
        color: #31537f;
        font-size: 22px !important;
        line-height: 2rem;
        margin-bottom: 0;
        padding-bottom: 10px;
    }
    

    .block_header .hr {
        margin-bottom: 1rem;
        margin-top: -6px;
        width: 35%;
        border: 0;
        border-top: 3px solid #e68a00;
    }

    .why-choose .service_block {
        margin-top: 0;
        background-image: none;
        background-size: cover;
    }

    .why-choose .service_block .container-fluid {
        padding: 0 15px;
    }

    .why-choose .service_block .service-box p {
        font-size: 13px;
    }

    .super_saver_deals_card_box {
        margin-top: 20px;
    }

    .why-choose .service_block .service-box {
        border-radius: 0px;
        border: 0;
        padding: 0;
        margin-left: 0%;
        margin-bottom: 20px;
        box-shadow: none;
    }

    .super_saver_deals_card_box p {
        font-size: 22px;
        text-align: center;
        margin-bottom: 0;
        margin-top: 6px;
    }

    .pricep {
        text-align: center;
    }

    button.col.btn.btn-cool-blues {
        max-width: 160px;
        margin: 10px auto 0;
        display: block;
    }

    .imgresp {
        border-radius: 50%;
        width: 100%;
        border: 2px solid #ffa64d;
    }

    .low-fare-flight {
        display: none;
    }

    .feedback_block {
        display: block;
    }
}

@media (max-width:580px) {
    .contect_box-m {
        padding-left: 40%;
    }
}

@media (max-width:420px) {
    .contect_box-m {
        padding-left: 20%;
    }
}

@media (max-width:360px) {
    .contect_box-m {
        padding-left: 0%;
    }
}
#cookies-banner {
position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    box-shadow: 0px -2px 5px rgba(0, 0, 0, 0.1);
    z-index: 999;
    display: none;
    background-image: linear-gradient( 234deg,rgb(39,38,38) 0%,#394245 90% )!important;
    font-family: Helvetica,Calibri,Arial,sans-serif!important;
    padding: 1em 1.8em!important;
	    border-radius: 8px;
	}
#cookies-banner p {
    margin: 0;
    display: inline;
	font-size: 16px;
    color: #fff;
	font-family: Helvetica,Calibri,Arial,sans-serif!important;
}

#cookies-banner button {
       margin-left: 9%;
    cursor: pointer;
    color: #2a2a2b!important;
    background-color: #ff0!important;
    border: 0;
    padding: 7px 16px;
    border-radius: 0px;
	font-weight:600;
}





#cookies-banner a {
    color: #ccc!important;
	    text-decoration: underline;
    padding-left: 10px;
}


#ui-id-3, #ui-id-4{
	z-index: 9999;	
}