.mobile-logo img{
    width: 80% !important;
    max-height: unset !important;
}

.th-menu-toggle{
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, .12) !important;
}

.th-menu-toggle i{
    color: #d91e21 !important;
}

.menu-area{
    padding: 0 50px;
}

.menu-area .header-logo img{
    max-width: 175px;
}

.top-container{
    display: flex;
    align-items: center;
    justify-content: right;
}

.menu-area .main-menu ul{
    cursor: default;
}

.menu-area .main-menu a:hover{
    color: #d91e21 !important;
}

.hero-style2{
    padding: 285px 0 188px !important;
}

.hero-2 .hero-shape{
    top: 125px;
}

.hero-subtitle{
    color: #d91e21 !important;
}

.title-area h3{
    font-weight: normal;
    font-size: 24px;
}

.hero-title{
    text-shadow: 2px 2px 4px rgba(11, 11, 11, .3);
}

.breadcumb-menu.subtitle li{
    color: rgba(255, 255, 255, .8) !important;
    max-width: 50%;
    font-weight: normal;
}

.service-item_text{
    border-bottom: none !important;
}

.box{
    border: 1px solid #d91e21;
    padding: 12px;
    background: white;
    color: #d91e21;
    border-radius: 6px;
    box-shadow: 2px 2px 6px rgba(11, 11, 11, .2);
    margin-bottom: 20px;
}

.accordion-card.style2, .accordion-button, .accordion-body{
    background: #f6f7f9 !important;
}

.terms{
    padding: 0 50px 50px !important;
}

.terms h1{
    font-size: 32px !important;
}

.terms h2{
    font-size: 24px !important;
}

.process-sec .process-line{
    top: 35% !important;
}

@media only screen and (max-width: 994px) {

    .header-links {
        display: block !important;
    }

    .top-container {
        justify-content: center;
    }

    .breadcumb-menu.subtitle {
        max-width: unset !important;
    }

    .no-desktop{
        display: none !important;
        width: 0 !important;
    }
}