.header_block {
    /* background: transparent; */
    background: #ffffffd1;
    height: auto;
    padding: 10px;
    padding-left: 15px;
    padding-right: 15px;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 1060;
}

.logo {
    display: flex;
    align-items: center;
    height: 100%;
}

.logo img {
    max-width: 100%;
    height: 105px;
    width: 129%;
    max-width: 218px;
    object-fit: contain;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .logo img {
        max-width: 188px !important;
    }
}

@media (max-width: 576px) {
    .logo img {
        max-width: 300px;
    }
}

.nav_bar {
    display: flex;
    justify-content: end;
    align-items: center;
}

.nav_bar ul {
    display: inline-flex;
    align-items: center;
}

.nav_bar ul li {
    list-style: none;
    color: #fff;
    margin-left: 30px;
}

.nav_bar ul li a {
    font-family: url_fonts;
    letter-spacing: 1px;
    font-size: 14px;
    text-transform: uppercase;
    color: var(--titlecolor);
}

.btn_navbar {
    width: 220px;
    height: 45px;
    border-radius: 50px;
    letter-spacing: 1px;
    background: var(--buttonbg);
    color: #fff !important;
    font-size: 14px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn_menu {
    height: 50px;
    width: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25px;
    color: #000000;
    background: transparent;
}

.navbar_scrolled {
    background: #ffffff;
}

.schedule_popupbg {
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0, .5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1070;
    display: none;
    overflow-y: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    justify-content: center;
}

.schedule_popup {
    background: #161616;
    padding: 25px 30px;
    border-radius: 15px;
    height: max-content;
}

.schedule_popup label {
    font-size: 13px;
    display: block;
    width: 100%;
}

.btn_close {
    width: 35px;
    height: 35px;
    background: #f5f5f5;
    display: flex;
    align-items: center;
    border-radius: 50px;
    justify-content: center;
    font-size: 13px;
}

.schedule_popu_header {
    margin-bottom: 25px;
}

.mb-20 {
    margin-bottom: 20px;
}

.input_text {
    width: 100%;
    height: 55px;
    padding: 15px;
    border: none;
    border-bottom: 1px solid #f5f5f5;
    background: #ffffff;
}

.input_text_area {
    min-width: 100%;
    max-width: 100%;
    background: #ffffff;
    border: none;
    padding: 15px;
    border-bottom: 1px solid #f5f5f5;
}

.input_text::placeholder {
    font-size: 13px;
}

.btn-submit {
    width: 100%;
    height: 50px;
    background: var(--buttonbg);
    color: #fff;
    border-radius: 15px;
}

.mb-25 {
    margin-bottom: 25px;
}
/* 
.footer {
    background: #000;
    font-size: 14px;
    color: var(--titlecolor);
    padding: 10px;
}

.footer a {
    color: var(--titlecolor);
}

.footer_nav {
    height: 70px;
    display: flex;
    align-items: center;
    color: var(--titlecolor);
}

.footer_nav ul li {
    display: inline-flex;
    margin-right: 12px;
}

.footer_nav ul li a {
    color: var(--titlecolor);
} */

.footer{
    background:#000;
    color:#fff;
    padding:60px 0 20px;
}

/* headings */
.footer h4{
    font-size:20px;
    margin-bottom:15px;
}

.footer h5{
    font-size:16px;
    margin-bottom:20px;
    font-weight:600;
}

/* about text */
.footer_about p{
    color:#bbb;
    font-size:14px;
    line-height:1.7;
}

/* footer links */
.footer_links ul{
    padding:0;
    list-style:none;
}

.footer_links ul li{
    margin-bottom:10px;
}

.footer_links ul li a{
    color:#bbb;
    text-decoration:none;
    transition:0.3s;
}

.footer_links ul li a:hover{
    color:#fff;
}



/* divider + copyright */
.footer_bottom{
    border-top:1px solid #C81919;
    margin-top:40px;
    padding-top:15px;
    font-size:14px;
    color:#bbb;
}

.footer_logo{
    display:flex;
    align-items:center;
    gap:10px;
    color:#fff;
}

.footer_logo img{
    height:45px;
    width:auto;
}

.social_iconslist{
    list-style:none;
    padding:0;
    display:flex;
}

.social_iconslist li{
    margin-right:15px;
}

.social_iconslist li a{
    color:#fff;
    font-size:20px;
    transition:0.3s;
}

.social_iconslist li a:hover{
    color:#C81919;
}

.slider_bg {
    position: fixed;
    top: 0;
    left: -100%;
    background: rgb(0, 0, 0, .5);
    width: 100%;
    height: 100%;
    z-index: 1062;
}

.slider_menu {
    width: 80%;
    height: 100%;
    position: fixed;
    left: -100%;
    top: 0;
    z-index: 1063;
    padding: 25px 15px;
    background: #ffffff;
}

.mobile_navbar li {
    margin-bottom: 25px;
    list-style: none;
}

.mobile_navbar li a {
    color: var(--titlecolor);
}

.social_iconslist li {
    margin-left: 15px;
    margin-right: 15px;
}

.social_iconslist li a {
    font-size: 25px;
}

.inner-banner {
    height: auto;
    background: #000;
    background-size: cover !important;
    background-position: center !important;
}

.inner-banner::before {
    background: rgb(0, 0, 0, .7);
    position: absolute;
    width: 100%;
    height: 450px;
    top: 0;
    left: 0;
    content: '';
}

ul.breadcrumb {
    padding: 10px 16px;
    list-style: none;
    background-color: transparent;
    width: auto !important;
}

ul.breadcrumb li {
    display: inline;
    font-size: 18px;
    width: auto;
}

ul.breadcrumb li+li:before {
    padding: 8px;
    color: var(--titlecolor);
    /* content: "/\00a0"; */
}

ul.breadcrumb li a {
    color: var(--titlecolor);
    text-decoration: none;
}

ul.breadcrumb li a:hover {
    color: var(--titlecolor);
    text-decoration: none;
}

.mb-20 {
    margin-bottom: 20px;
}

.input_password {
    width: 80%;
    color: #fff;
}

.eye_btn {
    width: 20%;
    float: right;
    height: 55px;
    background: #000;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #fff;

}

.eye_btn ion-icon {
    font-size: 22px;
}

.nav_active {
    color: #C81919 !important;
    font-weight: bolder;
}

/* dropdown */
.main_menu{
    list-style:none;
    display:flex;
    align-items:center;
}

.main_menu li{
    position:relative;
}

.main_menu li a{
    display:block;
    padding:10px 15px;
}

.submenu{
    position:absolute;
    top:100%;
    left:0;
    background:#fff;
    min-width:200px;
    list-style:none;
    padding:10px 0;
    box-shadow:0 5px 15px rgba(0,0,0,0.1);
    display: block !important;
    opacity:0;
    visibility:hidden;
    transform:translateY(10px);
    transition:0.3s;
    width: 280px;
}
.submenu li a{
    padding:8px 20px;
    display:flex;
    color:#333;
}

.dropdown:hover .submenu{
    opacity:1;
    visibility:visible;
    transform:translateY(0);
}