.form-check .form-check-input[type="radio"] {
    border-radius: 50% !important;
}

.form-check .form-check-input[type="radio"]:checked {
    background-color: #ebfaff !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%232490eb'/%3e%3c/svg%3e");
}

.two_way_form_bottom_button {
    background-color: #fff;
    padding-top: 10px;
}

.two_way_form_bottom_button .btn {
    padding: 15px 10px;
}

.two_way_form_body {
    max-height: 400px;
    overflow-x: hidden;
    overflow-y: auto;
}

/* Works on Firefox */
.two_way_form_body {
    scrollbar-color: transparent transparent;
}

/* Works on Chrome, Edge, and Safari */
.two_way_form_body::-webkit-scrollbar-track {
    background: transparent;
}

.two_way_form_body::-webkit-scrollbar-thumb {
    background: transparent;
}

.two_way_form_body h2 {
    font-family: "Roboto Slab", serif;
    font-size: 18px;
    font-weight: 500;
    color: #363636;
    margin-bottom: 0;
}

.two_way_form_body a {
    font-weight: 500;
    font-size: 14px;
    color: #2490eb;
}

.banner_form .directions_box2 .input-group-text {
    background-color: transparent;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #cbcbcb;
    padding: 0;
    padding-bottom: 15px;
    padding-right: 10px;
}

.banner_form .directions_box2 .btn {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.banner_form .directions_box2 .btn:hover {
    -webkit-transform: rotate(2700deg);
    transform: rotate(270deg);
}

.two_way_form_body .del_btn {
    width: auto;
    background-color: #f7f7f7;
    border-color: #f7f7f7;
    color: #7a7a7a;
    border-radius: 50%;
    padding: 5px;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
}

.two_way_form_body .del_btn:hover {
    color: #2490eb;
    background-color: #ebfaff;
    border-color: #ebfaff;
}

.travellers_dropdown {
    margin-bottom: 25px;
}

.two_way_form_bottom_button .travellers_dropdown {
    margin-bottom: 0;
}

.travellers_dropdown .btn {
    background-color: #fff;
    border-color: #cbcbcb;
    text-align: left;
    font-weight: 500;
    font-size: 14px;
    color: #5d5d5d;
    border-radius: 0.25rem;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    padding: 0.625rem 2.25rem 0.625rem 0.75rem;
}

.travellers_dropdown .btn::after {
    display: none;
}

.travellers_dropdown .btn h5 {
    font-weight: 500;
    font-size: 14px;
    color: #5d5d5d;
    margin-bottom: 0;
}

.travellers_dropdown .btn h6 {
    font-weight: 400;
    font-size: 14px;
    color: #5d5d5d;
    margin-bottom: 5px;
}

.travellers_dropdown .dropdown-menu {
    border-radius: 10px;
    border: none;
    padding: 20px;
    -webkit-filter: drop-shadow(0 13px 26px rgba(0, 0, 0, 0.11));
    filter: drop-shadow(0 13px 26px rgba(0, 0, 0, 0.11));
    margin: -20px 0 !important;
    min-width: 400px;
}

.travellers_dropdown .dropdown-menu .quantity_selection_box h4 {
    font-weight: 500;
    font-size: 16px;
    color: #363636;
    margin-bottom: 0;
}

.travellers_dropdown .dropdown-menu .quantity_selection_box h4 span {
    color: #7a7e83;
}

.travellers_dropdown .dropdown-menu .quantity_selection_box .row {
    margin-bottom: 15px;
}

.travellers_dropdown .dropdown-menu .quantity_selection_box .row:last-child {
    margin-bottom: 0;
}

.quantity_counter {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.quantity_counter input {
    width: 50px;
    border: none;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    background: none;
    color: #5d5d5d;
    appearance: none;
    outline: 0;
}

.quantity_counter span {
    display: block;
    font-size: 18px;
    padding: 5px;
    cursor: pointer;
    color: #363636;
    background-color: #f7f7f7;
    user-select: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.quantity_counter span.up {
    background-color: #ebfaff;
    color: #2490eb;
}

.custom_modal5 .modal-content .directions_box {
    -webkit-filter: drop-shadow(0 3px 16px rgba(0, 0, 0, 0.04));
    filter: drop-shadow(0 3px 16px rgba(0, 0, 0, 0.04));
    background-color: #fff;
    border-radius: 4px;
    padding: 20px;
    position: relative;
    z-index: 2;
}

.custom_modal5 .modal-content .directions_box::before,
.custom_modal5 .modal-content .directions_box::after {
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #f7f7f7;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.custom_modal5 .modal-content .directions_box::before {
    left: -10px;
    background: #f7f7f7;
}

.custom_modal5 .modal-content .directions_box::after {
    right: -10px;
    background: #f7f7f7;
}

.custom_modal5 .modal-content .directions_box .col-sm-2 {
    width: 16.66666667%;
}

.custom_modal5 .modal-content .directions_box .col-sm-10 {
    width: 83.33333333%;
}

.custom_modal5 .modal-content .directions_box .form-control {
    border: none;
    border-radius: 0;
}

.custom_modal5 .modal-content .directions_box .btn {
    padding: 0;
    border-radius: 0;
}

.custom_modal5 .modal-content .directions_box hr {
    background-color: transparent;
    border-top: 2px dashed #8d8d8d;
    height: auto;
    opacity: 1;
}

.custom_modal3
.modal-content
.modal-body
.banner_form
.travellers_dropdown
.btn {
    border: none;
    color: #7a7e83;
}

.custom_modal3
.modal-content
.modal-body
.banner_form
.travellers_dropdown
.dropdown-menu
.form-select {
    border: 1px solid #cbcbcb;
    color: #5d5d5d;
}

.custom_modal5 .modal-content .modal-body {
    padding-top: 30px;
}

.custom_modal5 .modal-content .modal-header {
    padding-bottom: 30px;
}

.custom_modal3 .modal-content .modal-body .banner_form {
    margin-top: 0;
}

.mobile_radio_btn {
    background-color: #fff;
    border-radius: 90px;
    padding: 8px 15px 10px 35px;
    margin-right: 5px;
}

.mobile_radio_btn .form-check-input[type="radio"] {
    border-color: #e2e6ea;
    background-color: #e2e6ea;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}

.mobile_radio_btn .form-check-input[type="radio"]:checked {
    border-color: #2490eb;
    background-color: #2490eb !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}

.mobile_radio_btn .form-check-input[type="radio"]:checked ~ label {
    font-weight: 500;
}

.two_way_form_mobile h2 {
    font-family: "Roboto Slab", serif;
    font-size: 18px;
    font-weight: 500;
    color: #363636;
    margin-bottom: 0;
}

.two_way_form_mobile a {
    font-weight: 500;
    font-size: 14px;
    color: #2490eb;
}

.two_way_form_mobile .del_btn {
    width: auto;
    background-color: #ebfaff;
    border-color: #ebfaff;
    color: #2490eb;
    border-radius: 50%;
    padding: 5px;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
}

.custom_modal5 .modal-content .modal-body {
    overflow-y: unset;
    overflow-x: unset;
}

.custom_modal5 .modal-content .modal-body .two_way_form_mobile .FlightRowForm2Scroll {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 500px;
    scrollbar-color: transparent transparent;
}

.custom_modal5
.modal-content
.modal-body
.two_way_form_mobile
.FlightRowForm2Scroll::-webkit-scrollbar-track {
    background: transparent;
}

.custom_modal5
.modal-content
.modal-body
.two_way_form_mobile
.FlightRowForm2Scroll::-webkit-scrollbar-thumb {
    background: transparent;
}

.webThankYouModal .btn-close {
    background-color: #F8F9FA;
    color: #363636;
    opacity: 1;
}

.webThankYouModal hr {
    background-color: #e5e5e5;
    opacity: 1;
    width: 15%;
}

.webThankYouModal h2 {
    font-family: "Roboto Slab", serif;
    font-weight: 500;
    font-size: 30px;
    color: #2490eb;
}

.webThankYouModal h5 {
    font-family: "Roboto Slab", serif;
}

.webThankYouModal p {
    font-weight: 400;
    font-size: 16px;
    color: #787878;
}

.webThankYouModal p strong {
    font-weight: 700;
}

.webThankYouModal p a {
    color: #787878;
}

.webThankYouModal p a:hover {
    color: #2490eb;
}

.webThankYouModal .modal-footer a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.webThankYouModal .modal-footer a {
    font-weight: 500;
    font-size: 15px;
    color: #787878;
}

.webThankYouModal .modal-footer a i {
    background-color: #F1F6FF;
    color: #2490eb;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    margin-right: 10px;
}

.webThankYouModal .modal-footer a:hover {
    color: #2490eb;
}

.webThankYouModal .what_happens_box {
    font-weight: 400;
    font-size: 14px;
    color: #787878;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    background-color: #F1F6FF;
    height: 100%;
}

.webThankYouModal .what_happens_box i {
    background-color: #fff;
    color: #2490eb;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    margin-right: 10px;
    flex-shrink: 0;
    font-size: 22px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.webThankYouModal .what_happens_box_row .col-sm-3:first-child .what_happens_box {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    margin-right: 1px;
}

.webThankYouModal .what_happens_box_row .col-sm-3:last-child .what_happens_box {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    margin-left: 1px;
}

.webThankYouModal .back_arrow_btn {
    background-color: #F8F9FA;
    color: #363636;
}

.mobThankYouModal h5 {
    font-weight: 500 !important;
    font-size: 20px !important;
    color: #303030 !important;
}

.mobThankYouModal hr {
    width: 100%;
}

.mobThankYouModal h2 {
    font-size: 16px;
}

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

.mobThankYouModal p a {
    color: #121212;
}

.mobThankYouModal .what_happens_box {
    color: #121212;
    justify-content: flex-start;
    background-color: transparent;
}

.mobThankYouModal .what_happens_box_row .col-sm-3:first-child .what_happens_box {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    margin-right: 0;
}

.mobThankYouModal .what_happens_box_row .col-sm-3:last-child .what_happens_box {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    margin-left: 0;
}

.mobThankYouModal .modal-footer {
    border-top: 1px solid #dee2e6 !important;
}

.webThankYouModal .modal-footer a {
    color: #2490eb;
    justify-content: flex-start;
    margin-bottom: 15px;
}

#main_banner .carousel-item .carousel-caption h1 {
    font-size: 35px;
    font-weight: 400;
    text-transform: uppercase;
    font-family: "Roboto Slab", serif;
}

#main_banner .carousel-item .carousel-caption h1 span {
    font-size: 35px;
    font-weight: 400;
    text-transform: uppercase;
    font-family: "Roboto Slab", serif;
}

#main_banner .carousel-item .carousel-caption h1 strong {
    font-weight: 800;
    font-family: "Roboto Slab", serif;
}

#main_banner .carousel-item .carousel-caption h4 {
    font-family: "Roboto Slab", serif;
    font-weight: 400;
    font-size: 25px;
    color: #121212;
    text-transform: uppercase;
}

#main_banner .carousel-item .carousel-caption h4 strong {
    font-weight: 800;
    font-family: "Roboto Slab", serif;
}

#main_header.add_shadow .main_header_child {
    padding: 5px 0;
}

.webLearnBannerBtn {
    display: inline-block;
    border-radius: 90px;
    border: 2px solid #2490eb;
    color: #2490eb;
    font-family: "Roboto Slab", serif;
    padding: 8px 20px;
    font-weight: 500;
    margin-top: 20px;
    display: none;
}

.how_it_works_section_web {
    background-color: #f7f7f7;
    padding: 50px 0;
    margin-bottom: 50px;
}

.how_it_works_section_web h2 {
    max-width: 100%;
}

.how_it_works_section_web .what_happens_box {
    color: #121212;
    text-align: left;
    display: flex;
    padding: 15px;
    height: 100%;
    font-size: 20px;
    font-weight: 500;
    text-transform: capitalize;
    font-family: "Roboto Slab", serif;
}

.how_it_works_section_web .what_happens_box i {
    background-color: #fff;
    color: #2490eb;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    width: 55px;
    height: 55px;
    margin-right: 15px;
    flex-shrink: 0;
    font-size: 30px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.how_it_works_section_web .what_happens_box h5 {
    color: #121212;
    font-size: 20px;
    font-weight: 500;
    text-transform: capitalize;
    font-family: "Roboto Slab", serif;
    min-height: 72px;
}

.how_it_works_section_web .what_happens_box p {
    font-weight: 400;
    font-size: 16px;
    color: #7a7e83;
    text-transform: none;
}

.feature_card {
    min-height: 291px;
}

.mobile_fixed_quote_btn {
    display: none;
    box-shadow: 0px -4px 6px rgba(0, 0, 0, 0.29);
}

.mobile_fixed_quote_btn .col-sm-10 {
    width: 83.33333333%;
}

.mobile_fixed_quote_btn .col-sm-2 {
    width: 16.66666667%;
}

.mobile_fixed_quote_btn .btn {
    background-color: #137cdb;
    border-color: #137cdb;
    color: #fff;
    width: 100%;
    border-radius: 0;
    font-family: "Roboto Slab", serif;
    text-align: center;
    font-weight: 700;
    font-size: 25px;
    padding: 10px;
}

.mobile_fixed_quote_btn .btn.wabtn {
    background-color: #2382d9;
    border-color: #2382d9;
    opacity: 0.95;
}

@media only screen and (max-width: 820px) {
    #main_banner .banner_form_parent .wider_column_form.col-sm-5 {
        width: 50%;
    }

    #main_banner .banner_form_parent .wider_column_form.col-sm-5.offset-sm-7 {
        margin-left: 50%;
    }

    .how_it_works_section_web .col-sm-4 {
        width: 50%;
    }

    #main_banner .carousel-item .carousel-caption h4 {
        font-size: 20px;
    }

    #main_banner .carousel-item .carousel-caption h1 {
        font-size: 25px;
    }

    #main_banner .carousel-item .carousel-caption h1 span {
        font-size: 25px;
    }
}

.mobile_banner_btn .how_it_works_section_web {
    display: none;
}





@media only screen and (max-width: 481px) {

    .mobile_banner_btn .follow_instagram {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .travellers_dropdown .dropdown-menu {
        z-index: 99999;
    }

    .travellers_dropdown.show_backdrop::before {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: rgba(0, 0, 0, 0.5);
        content: "";
        z-index: 9999;
    }

    .webLearnBannerBtn {
        display: none;
    }


    .how_it_works_section_web .col-sm-4 {
        width: 100%;
    }

    .newsletter_footer_parent .newsletter_footer .nf_fire_img {
        border-radius: 7px;
    }

    #main_banner .carousel-item .carousel-caption h1 span {
        font-size: 40px;
        font-weight: 800;
        display: block;
    }

    .how_it_works_section_web {
        display: none;
    }

    .mobile_banner_btn {
        padding: 0 12px;
    }



    .mobile_banner_btn .how_it_works_section_web {
        display: block;
        background-color: #0F69BB;
        color: #fff;
        border-radius: 20px;
        margin-top: 30px;
        padding-top: 0;
    }

    .mobile_banner_btn .how_it_works_section_web .what_happens_box i {
        background-color: #0F69BB;
        color: #fff;
        border-radius: 0;
        font-size: 35px;
    }

    .mobile_banner_btn .how_it_works_section_web .what_happens_box h5 {
        color: #fff;
        font-size: 18px;
        min-height: auto;
    }

    .mobile_banner_btn .how_it_works_section_web .what_happens_box p {
        color: #CCE6F9 !important;
    }

    .mobile_banner_btn .how_it_works_section_web .what_happens_box p a {
        color: #CCE6F9 !important;
    }

    #main_banner .carousel-item {
        height: 800px;
    }

    #main_banner .carousel-item img {
        height: 1500px;
    }

    #main_banner .carousel-item .carousel-caption {
        top: 130px;
        transform: translateX(-50%);
    }

    #main_banner {
        margin-bottom: 30px;
    }

    .mobile_banner_btn .how_it_works_section_web img {
        width: 100% !important;
        height: auto !important;
        margin-bottom: 20px;
    }

    .mobile_banner_btn h6 {
        color: #121212;
        font-weight: 500;
        font-size: 16px;
        font-family: "Roboto Slab", serif;
    }


    .main_footer .whatsapp_link {
        display: none;
    }

    .copyright_footer {
        margin-bottom: 55px;
    }
}

@media only screen and (min-device-width: 360px) and (max-device-width: 926px) and (orientation: landscape) {
    #main_banner .banner_form_parent .wider_column_form.col-sm-5 {
        width: 50%;
    }

    #main_banner .banner_form_parent .wider_column_form.col-sm-5.offset-sm-7 {
        margin-left: 50%;
    }

    .how_it_works_section_web .col-sm-4 {
        width: 50%;
    }

    #main_banner .carousel-item .carousel-caption h4 {
        font-size: 20px;
    }

    #main_banner .carousel-item .carousel-caption h1 {
        font-size: 25px;
    }

    #main_banner .carousel-item .carousel-caption h1 span {
        font-size: 25px;
    }
}


@media only screen and (max-width: 575px) {
    .travellers_dropdown .dropdown-menu {
        z-index: 99999;
        min-width: 310px;
        width: 100%;
    }
}


.modal ul.autocomplete_from{
    top: 60px;
}
.modal ul.autocomplete_to {
    top: 167px;
}

.follow_instagram {
    display: none;
}

.quote-top-btn {
    margin-top: 45px;
}

.travellers-error-msg {
    color: #f00;
    font-size: 15px;
}

.travellers-error-msg .travellers-error-msg__contacts {
    display: flex;
    justify-content: space-between;
}
.quote-top-btn {
     display: none;
}

@media only screen and (max-width: 540px) {
    .travellers-error-msg {
        font-size: 13px;
    }
    .dropup.travellers_dropdown {
        position: initial;
    }

    .custom_modal5 .modal-content .directions_box .form-control {
        background: #f5f5f5;
        border-radius: 5px;
        padding: 12px;
    }
    .no-autocomplete {
        top: 70px !important;
    }

    .mobile-lead-form .modal-body{
        position: static;
        overflow-y: scroll !important;
    }
    .mobile-lead-form .directions_box{
        position: static;
    }

    .two_way_form_mobile ul.autocomplete_from{
        top: 68px;
    }
    .two_way_form_mobile ul.autocomplete_to_multicity{
        top: 173px;
    }

    .quote-top-btn {
        display: inline-block;
    }
}


/*CUSTOM INPUT DATE*/

.react-datepicker__input-container input {
    font-weight: 500;
    font-size: 14px;
    color: #5d5d5d;
    height: calc(3.5rem + 2px);
    line-height: 1.25;
    padding: 1rem 0.75rem;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    display: block;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    cursor: pointer;
    padding-top: 26px;
}

.departure-datebox .react-datepicker__input-container::before {
    content: 'Departure Date';
    position: absolute;
    z-index: 0;
    top: 5px;
    left: 13px;
    font-size: 12px;
    color: #8f8f8f;
}

.return-datebox .react-datepicker__input-container::before {
    content: 'Return Date';
    position: absolute;
    z-index: 0;
    top: 5px;
    left: 13px;
    font-size: 12px;
    color: #8f8f8f;
}

.react-datepicker-popper {
    z-index: 10 !important;
}

.mobile-lead-form .react-datepicker__input-container input {
    border: none;
}
.to-airport-box ul.autocomplete_to_multicity {
    right: 0;
}
