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


h2
{
    font-size: 23px;
    font-weight: bold;
}

h3
{
    font-size: 21px;
    font-weight: bold;
}

h4
{
    font-size: 19px;
    font-weight: bold;
}

h5
{
    font-size: 18px;
    font-weight: bold;
}

h6
{
    font-size: 17px;
    font-weight: bold;
}

@media (min-width: 320px) and (max-width: 480px) {

    .banner_img {
        min-height: 420px !important;
    }

    .mobileview
    {
        display: none;
    }

}


.navbar-brand img {
    max-width: 135px;
}

.navbar-nav .nav-item .nav-link {
    font-weight: 700;
    text-transform: uppercase;
    margin-left: 30px;
    color: #000;
    font-size: 14px;
}

.navbar-nav .nav-item .nav-link:hover {
    color: #e72a54;
}

.banner_img {
    background-image: linear-gradient(rgba(19, 28, 46, 0.6), rgba(19, 28, 46, 0.6)), url('../images/Ticketomedia_Flight_Booking_Banner.png');
    background-repeat: no-repeat;
    background-size: cover;
    /* min-height: 650px;*/
    background-position: center;
}

.text_white {
    color: #fff;
}

.padding-top {
    padding-top: 90px;
    padding-bottom: 90px;
}

.fw-500 {
    font-weight: 500;
}

.fw-700 {
    font-size: 50px;
    font-weight: 700;
}

.btn-danger {
    padding: 5px 20px 5px 20px;
    border-radius: 20px;
}

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

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

.dropdown-menu {
    margin-left: 28px;
}

.text-color-red {
    color: #e72a54;
    font-weight: 700;
}

.text_color_blue {
    color: #162645;
    font-weight: 700;
    /* font-size: 39px; */
}

.Image_User img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 15px 15px 15px 15px;

}

.color_bg {
    background-color: #131c2e;
    border-radius: 15px 15px 15px 15px;
    padding: 2rem;
}

.Fontsize25 {
    font-size: 25px;
    margin-top: 15px;
}

.bi-quote {
    font-size: 32px;
    color: red;
}

.Programs {
    height: 50px;
    width: 50px;
    background: #e72a54;
    text-align: center;
    padding-top: 9px;
    border-radius: 40px;
}

.plane_rotate {
    transform: rotate(45deg);
    display: inline-block;
}

.bi-airplane,
.bi-tools,
.bi-award,
.bi-shield-check,
.bi-geo-alt,
.bi-envelope,
.bi-telephone {
    font-size: 20px;
    color: #fff;
}


.bg_footer_color {
    background-color: #131c2e;
}

.footer_heading p {
    font-size: 20px;
    font-weight: 700;
}

.footer_heading ul {
    padding: 0px;
    margin: 0px;
}

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

.footer_heading ul li a:hover {
    color: #e72a54;
}

.footer_heading ul li {
    margin-top: 20px;
}

.Aviatora {
    background-image: linear-gradient(rgb(19 28 46), rgba(19, 28, 46, 0.7)), url('../images/blog.png');
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 650px;
}

.p_heading p {
    text-align: center;
    font-weight: 700;
    font-size: 32px;
}

.dynamic_heading {
    /* font-size: 20px; */
    /* font-weight: 700; */
    font-size: 12px;
}

.dynamic_date {
    font-size: 13px;
}

.dynamic_content {
    font-size: 14px;
}

.border_radius_20 {
    border-radius: 20px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    /* min-height: 450px; */
}

.border_radius_20 img {
    border-radius: 20px 20px 0px 0px;
}

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

.fontsize20 {
    font-size: 20px;
}

.fontsize14 {
    font-size: 14px;
}

.fontsize12
{
    font-size: 12px;
}

/* .color_818E9F
{
    color: #818E9F !important;
} */

.bg_image_contact {
    background-image: linear-gradient(rgb(19 28 46), rgba(19, 28, 46, 0.7)), url('../images/blog.png');
    min-height: 320px;
    background-repeat: no-repeat;
    background-size: cover;
}

.paddingtop_8rem {
    padding-top: 5rem !important;
}


.paddingtop_8rem p {
    font-size: 32px;
    font-weight: 700;
}


.breadcrumb {
    justify-content: center;
}

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

.color_text,
h1 {
    color: #162645;
    /* text-align: center; */
    padding-top: 20px;
}

.color_text p {
    font-weight: 700;
}

.left_content {
    font-size: 39px;
    font-weight: 700;
    color: #162645;
}

.send_message {
    background-color: #131c2e;
    border-radius: 20px;
}

.padding_4rem {
    padding: 4rem;
}

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

.PopularUl {
    border: 1px solid gray;
    list-style: none;
    margin: 0px;
    padding: 14px;
    background-color: #f6f7f8;
    position: sticky;
    top: 0px;
}

.PopularUl li {
    margin-top: 14px;
    padding-bottom: 13px;
    padding-bottom: 13px;
    border: 1px solid #131c2e;
    padding: 10px;
    font-weight: 600;
    background: #131c2e;
}

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

.latest_post {
    background-color: #131c2e;
    border-radius: 20px 20px 0px 0px;
}

.latest_post_down_bg_color {
    padding: 20px 20px 0px 20px;
}

.latest_post_img {
    border-radius: 7px;
}

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

.latest_post_down_bg_color a:hover {
    color: #131c2e;
}

.common_banner {
    background-image: linear-gradient(rgba(19, 28, 46, 0.6), rgba(19, 28, 46, 0.6)), url('../images/banner.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 350px;
    background-position: center;
}

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

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

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

.Link_a a:hover {
    color: #e72a54;
}

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

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

.imgg .card-custom img {
    width: 100% !important;
}

.dropdown-item {
    font-weight: 700;
}

.dropdown-item:active {
    font-weight: 700;
    background-color: #131c2e;
    font-size: 16px;
}

.dropdown-item:hover {
    background-color: #131c2e;
    color: #fff;
    font-weight: 700;
}

.socialmedia {
    list-style: none;
    display: flex;
}

.socialmedia li {
    margin-left: 15px;
    margin-top: 10px;
}


/* Footer Call Center */

.footer_call_center {
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.phone-number {
    font-size: 18px;
    font-weight: 700;
}

/* âœ… Mobile view adjustments */
@media (max-width: 576px) {
    .footer_call_center {
        padding: 8px 12px;
    }

    .footer_call_center p {
        font-size: 12px !important;
        line-height: 1.3;
    }

    .phone-number {
        font-size: 14px !important;
    }
}

@media (max-width:576px) {
    .alert p {
        font-size: 12px !important;
        line-height: 1.3;
    }

    .alert .text-success {
        font-size: 14px !important;
    }

    .alert img {
        width: 32px;
        height: 32px;
    }
}

.mobile_view_center {
    border-radius: 12px !important;
    position: fixed !important;
    bottom: -16px !important;
}

.alert-dismissible {
    padding-right: 4rem;
}

  @media (max-width:576px) {
    #call-popup .alert p { font-size: 12px !important; line-height: 1.3; }
    #call-popup .alert .text-success { font-size: 24px !important; }
    #call-popup .alert img { width: 32px; height: 32px; }

	 .rounded-circle
    {
       /* display: none; */
    }

    .mobile_hide
    {
        display: none;
    }

  }

  @media (max-width:768px) {
    #call-popup {
      position: fixed;
      bottom: 15px;
      right: 15px;
      z-index: 9999;
      width: 90%;
      max-width: 320px;
    }
  }

