*{
    font-family: "Didact Gothic", sans-serif;
}

@media (min-width: 1281px) {
    .dasktop_view {
        display: none;
    }
}

@media (min-width: 1025px) and (max-width: 1280px) {
    .dasktop_view {
        display: none;
    }
}

@media (min-width: 991px) and (max-width: 1024px) {
    .dasktop_view {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .mobile_view {
        display: none;
    }
}

@media (min-width: 481px) and (max-width: 767px) {
    .mobile_view {
        display: none;
    }
}

@media(min-width:320px) and (max-width:480px) {
    .mobile_view {
        display: none;
    }

    .nav-item {
        margin-left: 0px !important;
    }
}

@media(min-width:220px) and (max-width:319px) {
    .mobile_view {
        display: none;
    }
}

/* .bgcolor_top
{
    background-color: #0e5b93;
} */

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

.navbar-brand img {
    width: 100px;
}

.offcanvas-header img {
    width: 100px;
}

.nav-item {
    margin-left: 30px;
}

.nav-link {
    font-weight: 600 !important;
    color: #000 !important;
}

.btn-primary {
    font-weight: 600;
}

.btn-primary:active:focus,
.btn-primary:focus {
    box-shadow: none;
}


.btn-primary:active {
    background-color: #fff;
}

.btn-primary:focus {
    background-color: #fff;
}

.test-reset {
    border: 1px solid red;
}

.banner_img {
    background-image: url('./assets/images/home.webp');
    min-height: 600px;
    background-repeat: no-repeat;
    background-size: cover, cover;
    width: 100%;
    background-position: left, center;
    padding: 5% 0;
}

.bg_form {
    padding: 20px;
    border-radius: 10px;
    background: rgba(197, 197, 197, 0.6);
}

.select_any_flight {
    margin-right: 15px;
    background: #0E5B93;
    padding: 10px 30px 10px 10px;
    border-radius: 5px;
}

.trip {
    color: #fff;
    margin-bottom: 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 600;
}

.trip_drop {
    position: absolute;
    background: #fff;
    z-index: 9;
    box-shadow: 0 0 5px #9f9f9f;
    width: 150px;
}

.call-btn a {
    text-decoration: none;
    color: #fff;
    border: 1px solid #fff;
    padding: 10px 15px;
    border-radius: 5px;
    font-weight: 700;
}

.flight_btn button {
    font-weight: 700;
}

.banner_para {
    padding-top: 50px;
}

.bg_yellow {
    background-color: #ffda3d;
    padding: 25px;
    text-align: center;
    font-weight: 600;
    font-size: 25px;
}

.city_name {
    color: black;
    font-weight: 600;
}

.plan_trip {
    background: #0E5B93;
    padding: 15px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

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

.location_img {
    height: 250px;
    object-fit: cover;
    width: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.p-17 {
    padding: 17px 0px;
}

.price {
    background: #0E5B93;
    padding: 10px;
    color: #fff;
}

.card
{
    border-radius: 10px;
    box-shadow: rgba(99, 99, 99, 0.2) 0 2px 8px 0;
}

.heading
{
    font-size: 18px;
    font-weight: 700;
    padding-top: 15px;
}

.pick_img img
{
    width: 100%;
}

.fa-star::before
{
    color: #ffe234;
}

.footer_bg
{
    background-image: url('./assets/images/footer-bg.webp');
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    background-position: left, center;
    padding: 5% 0; 
}

.footer_bg ul
{
    list-style: none;
    padding: 0px;
}

.footer_bg ul li a
{
    text-decoration: none;
    color: #000;
    font-weight: 500;
}

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

.btn-warning:focus {
    box-shadow: none;
}

.btn-warning:active:focus
{
    box-shadow: none;
}

.bg_imgs
{
    background-image: url('./assets/images/Cancellation-Policy.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 400px;
}

.flight_bg_img
{
    background-image: url('./assets/images/Flight-Change.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 400px; 
}

.Reservation_bg
{
    background-image: url('./assets/images/Reservation-Policy.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 400px; 
}


.name_bg_img
{
    background-image: url('./assets/images/Name-Change-Policy.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 400px; 
}

.blog_img
{
    background-image: url('./assets/images/blog-banner.webp');
    background-repeat: no-repeat;
    background-size: cover;
    height: 270px;
}

nav ol li a
{
    color: #fff;
    text-decoration: none;
}

.breadcrumb-item.breadcrumb-item::before
{
    color: #ffffff;
}

.blog_list
{
    text-align: center;
}

.blog_list a
{
    text-decoration: none;
    color: #000;
}
.blog_list a:hover
{
    color: red;
}
  
.blog_list .card-body
{
    text-align: justify;
}

.right_side
{
    background-color: #e8f1ff;
    padding: 40px;
    border-radius: 15px;
}

.right_side span
{
    font-size: 12px;
}

.right_side a
{
    border: 1px solid;
    padding: 10px;
    text-decoration: none;
    color: #000;
}

.right_side a:hover
{
    background-color: #000;
    color: #fff;
}

.next_prev
{
    display: flex;
    justify-content:space-between;
}

.next_prev a
{
    text-decoration: none;
    color: #000;
    font-weight:700;
}

.next_prev a:hover
{
    color: #0a58ca;
}

.single_footer_bg
{
    background-color: #146148;
}

.single_footer_bg p
{
    color: #fff;
}

.footer_ul ul
{
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.footer_ul ul li
{
    margin-top: 10px;
}

.footer_ul ul li a
{
    text-decoration: none;
    color: #fff;
}

.text-dec
{
    text-decoration: none;
    color: #000;
}

.dropdown:hover .dropdown-menu  
{
    display: block;
}