@import url('https://fonts.googleapis.com/css2?family=Mukta:wght@200;300;400;500;600;700;800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Mukta:wght@200;300;400;500;600;700;800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap');

bady {
    margin: 0px;
    padding: 0px;
    font-family: 'Times New Roman', Times, serif;
    font-family: "Mukta", sans-serif;
}


* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}

.costum_container {
    padding: 0px 70px;
}

/* ===============================moving_text=================================== */

/* marquee div container */
.marquee {
    font-size: 17px;
    color: #fff;
    font-family: 'Courier New', Courier, monospace;
    overflow: hidden;
    /* background-color: #004aad; */
    background-image: var(--color-btn-primary-bg, linear-gradient(93deg, #52b1fe, #004aad));
    /* background-image: linear-gradient(to top, #f6a34c 0%, #004aad 100%); */
    position: relative;
    padding: 6px 0px;
    height: 35px;
    word-spacing: 2px;
}

.marquee div {
    display: block;
    width: 200%;
    position: absolute;
    overflow: hidden;
    animation: marquee 12s linear infinite;
}

/* span with text */
.marquee span {
    float: left;
    width: 50%;
}

/* keyframe */
@keyframes marquee {
    0% {
        left: 0;
    }

    100% {
        left: -100%;
    }
}

.navbar-expand-lg {
    display: flex !important;
    flex-basis: auto;
    width: 100%;
    justify-content: end;
}

nav {
    padding: 5px 0px;
}

.logo img {
    width: 310px;
    padding-top: 3px;
}

.nav_topheader {
    display: flex;
    justify-content: end;
}

.nav_topheader ul {
    display: flex;
    align-items: center;
    margin: 0px;
    padding: 0px;

}

.nav_topheader ul li {
    list-style: none;
    padding: 3px 10px;
}

.nav_topheader ul li a {
    list-style: none;
    font-size: 13px;
    line-height: 13px;
    text-decoration: none;
    color: #fff;
    display: flex;
    align-items: baseline;
}



.nav_topheader ul li a span {
    display: block;
    font-size: 10px;
    line-height: 10px;
    position: relative;
    top: 2px;
}

.nav_topheader ul li a p {
    line-height: 18px;
}

.carousel {
    position: relative;
    position: relative;
    top: -6px;
}

.dropdown-toggle::after {
    margin-top: 7px;
}

.bg_img {
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 99;

}

span.bg_slider {
    background-color: #2f2a4a;
}

span.icon_list {
    width: 35px;
    height: 35px;
    background: #0000002e;
    border-radius: 50%;
    padding: 4px 6px;
    margin-right: 10px;
    margin-top: 4pxs;
}

span.icon_list img {
    width: 24px;

}

span.icon_myBiz {
    margin-right: 10px;
    border-left: 2px dotted rgb(255 255 255 / 15%);
    padding-left: 10px;
}

span.icon_Trips {
    margin-right: 10px;
    position: relative;
    top: 3px;
    border-left: 2px dotted rgb(255 255 255 / 15%);
    padding-left: 10px;
}

.nav_topheader ul li a.login_account {
    background-image: var(--color-btn-primary-bg, linear-gradient(93deg, #52b1fe, #004aad));
    border: 0;
    margin-right: 0;
    border-radius: 4px;
    width: 213px;
    padding: 7px 10px;
    position: relative;
    top: 3px;
    font-size: 10px;
}

span.icon_login {
    width: 25px;
    height: 25px;
    background: #fff;
    border-radius: 50%;
    padding: 7px 5px;
    margin-right: 10px;
}

span.icon_login img {
    width: 18px;

}

span.icon_Trips img {
    width: 30px;
    margin-top: 4px;
}

span.icon_myBiz img {
    width: 50px;
    margin-top: 4px;

}

.btn_section {
    display: flex;
    justify-content: center;
}

.btn_more {
    margin-top: 5px;
    border-radius: 20px;
    color: #212529;
    font-size: 11px;
    text-transform: uppercase;
    padding: 6px 10px;
    border: none;
    box-shadow: inherit;
    background-color: inherit;
    border: 1px solid #212529;
}

.btn_more:hover,
.btn_more:active {
    background-color: #f6a34c;
    box-shadow: inherit;

}

.btn-check:focus+.btn-secondary,
.btn-secondary:focus {
    background-color: #f6a34c;
    box-shadow: inherit;
}

.btn_more .nav-link {
    display: flex;
    align-items: center;
    width: 100%;

}

.btn_more .icon_com {
    margin-top: 0px;
    margin-right: 10px;
}

.btn_apply {

    margin-top: 5px;
    border-radius: 4px;
    /* background-color: rgb(246 135 18 / 75%); */
    background-image: linear-gradient(120deg, #f6d365 0%, #fda085 100%);
    color: #fff;
    font-size: 11px;
    text-transform: uppercase;
    padding: 10px 10px;
    border: none;
    box-shadow: inherit;
    width: 100px;
}

.country_tt {
    font-size: 14px;
}

.Btn_lan {
    width: 132px;
    height: 39px;
    margin-top: 5px;
    border-radius: 4px;
    /* background-color: rgb(246 135 18 / 75%); */
    background-image: linear-gradient(120deg, #f6d365 0%, #fda085 100%);
    border: 0;
    color: #fff;
    font-size: 11px;
    display: flex;
    text-transform: uppercase;
    padding: 10px 10px;
    font-weight: 600;
}

.Btn_lan:hover {
    background-color: #000;
    color: #fff;
}

.Btn_lan span.flag {
    margin-right: 5px;
}

.Btn_lan span.leftarrow {
    margin-left: 5px;
}

/* form_section */
.form_section {
    position: relative;
}


/* ==================bg-white======================= */
.tabs_seection {
    top: -19px;
    transform: translate(-50%, -50%);
    box-shadow: none;
    position: absolute;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 1px;
    z-index: 9;
    left: 50%;
    width: 100%;
}

.bg-white {
    width: 100%;
    background-color: #fff;
    border-radius: 10px;
    margin-top: 0px;
    box-shadow: none;
    padding: 57px 0px 40px 0px;
}

/* 
.icon_com {
    display: block;
    margin-top: 12px;
} */

.icon_com i {
    font-size: 28px;
    margin-bottom: 10px;
}

/* .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: inherit;
    font-weight: 500;
 background-color:#f6a34c;
 box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 0px;
    border-bottom: 3px solid #070707;

} */

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #000000;
    background-color: inherit;
    font-weight: 500;
    background-color: #ffffff;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 0px;
    border-bottom: 3px solid #212529;
}

.child_tt {
    position: relative;
}

.new_tt {
    position: absolute;
    background-color: #e60202;
    font-size: 11px;
    text-transform: capitalize;
    color: #fff;
    border-radius: 20px;
    padding: 1px 5px;
    top: -16px;
    left: 60px;
}


.mony_tt .new_tt {
    left: 76px;
}

.visa_tt {
    left: 35px;
}

span.text_bx {
    height: 41px;
    display: block;
    line-height: 17px;
}

.btn_list {
    padding: 10px 14px;
}


/* .nav-pills .nav-link.active span.text_bx{
   
} */

.tabs_seection .nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    justify-content: center;
    align-items: baseline;
    background: #fff;
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    padding: 0px 10px;
}

.nav-pills .nav-link {
    background: 0 0;
    border: 0;
    border-radius: .25rem;
    height: 100px;
    color: #3a3a3a;
    font-size: 13px;
}

li.nav-item {
    margin: 0px 0px;
}

.icon_com img {
    width: 55px;
    margin-bottom: 6px;
}


/* tabsinner */

.check_bx {

    display: flex;
    align-items: center;
}

.check_bx .form-check {
    padding: 0px 6px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    font-size: 14px;
    margin-left: 15px;
}

.check_bx .form-check-input[type=checkbox] {
    border-radius: .25em;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    margin-top: -1px;
    margin-right: 8px;
}


.child_check_bx.active {
    background: #eaf5ff;
    font-weight: 700;
    padding: 0px 6px;
    margin: 0px 10px;
    border-radius: 18px;
}


.boot_tx {
    color: #4a4a4a;
    text-align: right;
    font-size: 14px;
}

.Travel_section {
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}



.border-right-0 {
    border-right: 1px solid #ddd;
    height: 120px;
}

.travel_bx-1 {
    width: 27%;
}

.travel_bx-2 {
    width: 12.5%;
}

.travel_bx-3 {
    width: 21%;
}

/* child_bx_trevel */

.child_bx_trevel {
    padding: 4px 15px;
    position: relative;
}

.child_bx_trevel:hover {
    background-color: #eaf5ff;
}

.child_bx_trevel h3 {
    line-height: 32px;
    font-family: "Lato", sans-serif;
    font-weight: 800;
}

.child_bx_trevel h3 span.form_tx {
    font-size: 14px;
    display: block;
    font-weight: 400;
    margin-bottom: 5px;
}

.child_bx_trevel h3 span.del_tx {
    font-size: 14px;
    display: block;
    font-weight: 400;
}

.child_bx_trevel h3 span.Tr-child {
    display: inline-block;
    font-size: 19px;
    font-weight: 400;

}

.icon_arrow_color {
    width: 18px;
}

.icon-check_bg img {
    width: 18px;
}

.text_box_beg {
    padding-left: 30px;
}

.icon-check_bg {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    margin-left: -22px;
    border-radius: 100%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 1px 30px 0 rgba(0, 0, 0, 0.1);
    z-index: 1;
    cursor: pointer;
    position: absolute;
    left: 22px;
    top: 50%;
    transform: translate(-50%, -50%);
}

.special_bx {
    border: 1px solid #ddd;
    display: flex;
    border-radius: 5px;
    padding: 6px 6px;
}

.special_bx:hover,
.special_bx.active {
    background-color: #eaf5ff;
}

.special_bx h5 {
    font-size: 14px;
    font-weight: 700;
    font-family: "Lato", sans-serif;
    color: #4a4a4a;
    margin-top: 3px;
    margin-left: 7px;
    line-height: 18px;
    margin-bottom: 0px;
}

.special_bx h5 span {
    font-size: 12px;
    display: block;
    color: rgb(117, 117, 117);
    font-weight: 500;
}

.extra_tx {
    color: white;
    font-weight: 900;
    line-height: 16px;
    display: inline-block;
    padding: 2px 6px;
    border-radius: 5px;
    background-image: linear-gradient(to right, rgb(67, 225, 168), rgb(33, 147, 147));
}

/* ============================tabs-main-list======================================= */

.tabs-main-list {}

.tabs-main-list nav {
    background-color: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 4px 10px;
    border-radius: 34px;
}

.tabs-main-list .nav-tabs .nav-item.show .nav-link,
.tabs-main-list .nav-tabs .nav-link.active {
    color: #ffffff;
    background-image: var(--color-btn-primary-bg, linear-gradient(93deg, #53b2fe, #065af3));
    border-radius: 30px;
}


.tabs-main-list .nav-tabs .nav-link:focus,
.tabs-main-list .nav-tabs .nav-link:hover {
    border: none;
}

.tabs-main-list .nav-tabs {
    border: none;
}

.tabs-main-list .nav-link {
    padding: .4rem 0.4rem;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.1px;
    color: #000;
    margin-right: 2px;
}

/* ==================form====================== */
/*------------*/
.form_area {
    padding: 10px 10px;

}

.form-area .form-inner {
    width: 100%;
}

.form-control {
    display: block;
    width: 100%;
    height: auto;
    padding: 9px 19px;
    font-size: 1rem;
    line-height: 1.4;
    color: #475F7B;
    background-color: #FFF;
    border: 1px solid #DFE3E7;
    border-radius: .267rem;
    -webkit-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    position: relative;
}

.form-control:focus {
    color: #475F7B;
    background-color: #FFF;
    border-color: #5A8DEE;
    outline: 0;
    box-shadow: 0 3px 8px 0 rgb(0 0 0 / 10%);
}

.intl-tel-input,
.iti {
    width: 100%;
}

.login_auto {
    text-align: center;
}

.login_auto li {
    list-style: none;
    display: inline-block;
    margin: 5px;
}

.login_auto li a {
    text-decoration: none;
}

.login_auto img {
    width: 42px;
}

.btn_continue {
    margin: 30px 0px;
    width: 100%;
    border-radius: 30px;

}

.login_b {
    background-color: #fff;
    position: absolute;
    background: #ffff;
    text-align: center;
    transform: translate(-50%, -50%);
    top: 54.2%;
    left: 50%;
    margin-bottom: 0px;
    z-index: 9;
    padding: 10px;
    font-size: 12px;
}

.by_proceeding {
    font-size: 11px;
    text-align: center;
    margin-top: 100px;
}

.privacy_color {
    color: #008cff
}

/* carousel-item */
.carousel-item {
    height: 450px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100%;
    background-position-y: center;
    position: relative;

}

carousel-inner {
    position: relative;
}

.carousel-inner::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.3;
}

.carousel-indicators {
    display: none;
}

/* form_control_agent */
.form_control_agent {
    margin-bottom: 10px;
}

/* ==========datepicker============ */
.dropdown-menu.show {
    display: block;
    width: 240px;
    /* height: 200px; */
    padding: 20px 10px 10px 10px;
    border-top: 2px solid #004aad;
    border-bottom: 2px solid #f6a34c;
    border-radius: 10px;
    right: 0px !important;
}

.dropdown-menu[data-bs-popper] {
    top: 100%;
    left: -103px;
    margin-top: .125rem;
}

.Select_bx {
    display: flex;
    justify-content: space-between;
}

.select_language p,
.select_Currency p {
    font-size: 12px;
}

/* datepicker */

.date-picker-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.custom-date-picker {
    position: relative;
    display: inline-block;
    width: 250px;
}

.datePickerInput {
    padding: 12px 0;
    font-size: 16px;
    color: #333;
    cursor: pointer;
}

.calendar {
    display: none;
    position: absolute;
    top: 60px;
    left: 0;
    background-color: white;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    padding: 10px;

}

.calendar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.calendar-header button {
    background-color: #007bff;
    color: white;
    border: none;
    padding: 5px 10px;
    border-radius: 4px;
    cursor: pointer;
}

.calendar-header span {
    font-size: 16px;
    font-weight: bold;
}

.calendar-body {
    text-align: center;
}

.calendar table {
    width: 100%;
    border-collapse: collapse;
}

.calendar th,
.calendar td {
    padding: 5px;
    text-align: center;
    cursor: pointer;
}

.calendar th {
    background-color: #007bff;
    color: white;
}

.calendar td:hover {
    background-color: #f4f4f4;
}


.display-date {
    color: #212529;
    font-size: 18px;
    font-weight: 400;
    width: 100%;
    height: 80%;
}

/* .display-date.display-date::first-word{
    font-weight: bold;
    font-size: 24px;

} */

.first-word {
    font-weight: bold;
    font-size: 1.75rem;
    line-height: 32px;
    font-family: "Lato", sans-serif;
    font-weight: 800;

}

.btn_more .nav-link {
    display: flex;
    align-items: center;
    width: 100%;

}

.btn_more .icon_com {
    margin-top: 0px;
    margin-right: 10px;
}

/* icon-showdow */
.icon_com {
    display: block;
    margin-top: 12px;
    text-shadow: -4px 3px 4px rgb(51 51 51 / 26%);
}





/* =================================================== */
/* =================================================== */

.btn_search {
    margin: 0 auto;
    width: 250px;
    height: 45px;
    padding: 0 20px;
    font-size: 23px;
    font-weight: 600;
    border: 1px solid #f6a34c;
    outline: none;
    background-image: linear-gradient(120deg, #f6d365 0%, #fda085 100%);
    color: #fff !important;
    border-radius: 40px;
    text-align: center;
    text-transform: uppercase;
    line-height: 40px;
    margin: 10px auto;
    display: block;
}

/* =========================================csss================================================ */

.clients_offer {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin: 0px;
}


.clients_offer .clients_bx h2 {
    font-size: 14px;
    color: #000;
    font-weight: 700;
}

.clients_offer .clients_bx p {
    font-size: 13px;
    color: #3a3a3a;
    margin-bottom: 0px;

}

.client_child {
    display: flex;
    align-items: center;
}

.clients_offer .client_child .icon {
    padding: 10px 10px;
    width: 60px;
    height: 60px;
    background-image: var(--color-btn-primary-bg, linear-gradient(93deg, #52b1fe, #004aad));
    border-radius: 50%;
    margin-right: 15px;
}

.clients_offer .client_child .clients_bx {
    width: 70%;
}

.clients_offer .client_child .icon img {
    width: 40px;
}

.clients_offer {
    background: #f6a34c1a;
    border: 1px solid #cccc;
    border-radius: 46px;
    padding: 8px 22px;
    margin: 20px 0px;
}

.up-down img {
    width: 60px;
}

.up-down {
    text-align: center;
    padding: 10px 0px;
}


.up-down {
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}

.up-down {
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}

@-webkit-keyframes mover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-10px);
    }
}

@keyframes mover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-10px);
    }
}


/* ============================================================== */

.bg-Bx img {
    width: 100%;
    border-radius: 4px;
}

.owl-item {
    width: 128.906px;
    margin-right: 10px;
    background: powderblue;
}


/** to hide dots

.owl-theme .owl-dots .owl-dot{ display:none!important;}

**/


/* clients_gifted */


.clients_gifted {
    background: #eaf5ff4f;
    border: 1px solid #cccc;
    border-radius: 46px;
    margin: 20px 0px;
}

.clients_gifted ul {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-bottom: 0px;
    padding-left: 0px;
    padding: 0px 22px;
}

.clients_gifted ul li {
    list-style: none;
    border-right: 1px solid #ccc;
    padding: 6px 14px;
    height: 60px;
}

.clients_gifted ul li a {
    text-decoration: none;
}

.clients_gifted .icon img {
    width: 30px;
    margin-right: 10px;
}

.clients_gifted .client_child {
    display: flex;
    align-items: center;
}

.clients_gifted ul li a .clients_bx h5 {
    line-height: 27px;
    color: #3a3a3a;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 0px;
}

.clients_gifted ul li a .clients_bx h5.hfligt {
    font-weight: 500;
}

.clients_gifted ul li a .clients_bx p {
    color: #3a3a3a;
    font-size: 12px;
    font-weight: normal;
    margin-bottom: 0px;
}

.flight_img img {
    border-radius: 50%;
    width: 50px;
}


/* ==================================tabs_flight==================================== */

/* ====================================flight_loaction============================== */


.flight_loaction{
    border-radius: 6px;
    margin: 30px 0px;
    background: #fff;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 40px 0px 20px 20px;
}
.flight_loc_section {
    display: flex;
    align-items: center;
    margin-bottom: 24px;
}

.loc_img {
    width: 72px;
    height: 60px;
    overflow: hidden;
    margin-right: 20px;
}

.loc_img img{
    width: 60px;
    height: 60px;
     border-radius: 50%;
}

.loc_name h5{
    font-size: 17px;
     font-weight: 500;
}

.loc_name p {
    font-size: 13px;
    margin-bottom: 0px;
}

/* =============================================== */

.para_section {
    background-color: #ccc;
    padding: 30px 0px;
}

.paragraph {
    margin-bottom: 40px;
}

.paragraph h6{
  font-size: 13px;
   font-weight: 700;
}

.paragraph p{
     font-size: 12px;
}

.faq_section {
    background-color: #efefef;
     padding: 40px 0px;
}

.faq_bx h3{
    font-size: 20px;
}

.faq_bx p{
    font-size: 13px;
}

/* ====================== */
.footer-section {
     background-color: #212529;
     padding: 30px 0px 10px 0px;
}

.footer-box p{
    color: #fff;
}
.footer-box ul{
    display: flex;
     justify-content: right;
}
.footer-box ul li{
     display: inline; 
     list-style: none;
}

.footer-box ul li a{
    display: inline-block;
    padding: 0px 20px;
    text-decoration: none;
     color: #fff;

}

.screen_short {
    padding: 30px 0px;
    background-color: #ebebeb;
}

.screen_short img{
     width: 100%;
}