@media (min-width: 768px) and (max-width: 1024px) {
    .Discount {
        padding-top: 40px !important;
    }

    .pt250 {
        padding-top: 150px !important;
    }

}

@media (min-width: 481px) and (max-width: 767px) {
    .Discount {
        padding-top: 40px !important;
    }

    .pt250 {
        padding-top: 150px !important;
    }

}

@media (min-width: 320px) and (max-width: 480px) {
    .Discount {
        padding-top: 40px !important;
    }

    .pt250 {
        padding-top: 150px !important;
    }

}



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

.banner_image {
    background-image: linear-gradient(90deg, rgba(2, 0, 36, 0.85) 0%, rgb(9 9 121 / 56%) 35%, rgb(0 212 255 / 22%) 100%), url('../images/banner.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 650px;
}

.text_white {
    color: #fff;
}

.pt250 {
    padding-top: 250px;
}

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

.padding1030 {
    padding: 10px 30px;
    background: #5191fa;
    border-color: #5191fa;
    font-weight: 600;
}

.padding1030:hover {
    background: #5191fa;
    border-color: #5191fa;
}

.transparent {
    background: transparent;
    border-color: #fff;
    padding: 10px 30px;
    font-weight: 600;
}

.transparent:hover {
    background: #5191fa;
    border-color: #5191fa;
}

.customer {
    height: 100%;
    width: 100%;
    border-radius: 20px;
}

.Services {
    width: 100%;
    height: 100%;
}

.font_size40 {
    font-size: 40px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    color: #212121;
}

.customer_p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #777777;
    font-family: 'Roboto', sans-serif;
}

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

.bi-check-all {
    color: #5191fa;
}

.customer_btn {
    background: transparent;
    border-color: gray;
    color: black;
    font-weight: 600;
    padding: 10px 30px;
    border-radius: 50px
}

.Discount_btn {
    background: transparent;
    border-color: gray;
    color: #fff;
    font-weight: 600;
    padding: 10px 30px;
    border-radius: 50px
}

.customer_btn:hover {
    background-color: #5191fa;
    padding: 10px 30px;
}

.bg_color_services {
    background-color: #f7f8f9;
}

.our_services {
    font-weight: 700;
    font-size: 40px;
}

.our_services_p {
    font-size: 18px;
    font-weight: 500;
}

.bi-signpost-split-fill {
    font-size: 32px;
    color: #5191fa;
}

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

.EXPLORE {
    list-style: none;
    padding: 0px;
    display: flex;
}

.EXPLORE .ml-15 {
    margin-left: 20px;
}

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

.bg_Discount {
    background-image: linear-gradient(90deg, rgba(7, 7, 7, 0.85) 0%, rgba(12, 12, 12, 0.918) 35%, rgb(0 212 255 / 22%) 100%), url('../images/background.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 550px;
}

.Discount {
    font-size: 16px;
    padding-top: 100px;
}

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

.disc {
    font-size: 40px;
    font-weight: 700;
}

.heading {
    font-size: 40px;
    font-weight: 700;
    text-align: center;
}

.footer_img {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.8) 35%, rgba(0, 0, 0, 0.8) 100%), url('../images/footetimg.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.footer_ul {
    display: flex;
    padding: 0px;
}

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

.common_ul li {
    margin-top: 10px;
}

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

.footer_ul li {
    list-style: none;
}

.footer_ul .margin_left_30 {
    margin-left: 30px;
}

.footer_heading {
    font-size: 26px;
    font-weight: 600;
}

.common_banner {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.8) 35%, rgba(0, 0, 0, 0.8) 100%), url('../images/commonbanner.jpg');
    min-height: 350px;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 8rem;
}

.breadcrumb {
    font-size: 26px;
}

.breadcrumb a {
    text-decoration: none;
}

.banner_heading {
    font-size: 36px;
    color: #fff;
    font-weight: 700;
}

.padding30 {
    padding: 30px;
}

.form-control {
    background-color: #f7f8fa;
}

.conatct_us_heading {
    font-size: 28px;
    font-weight: 700;
}

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

.service_heading a:hover
{
    color: #0d6efd;
}

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

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

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

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

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

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

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

.btn-check:focus+.btn-danger, .btn-danger:focus {

    box-shadow:none;

}


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

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

.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;
}

.border_radius_20 {
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}





/* 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;
    }
  }



















