/* ----------mobile_menu_start------------ */
.mobile_bottom_menu {
    position: fixed;
    bottom: 0;
    z-index: 9999;
    width: 100%;
    display: none;
}

    .mobile_bottom_menu > ul {
    align-items: flex-end;
    display: flex;
    justify-content: space-between;
    list-style: none;
    margin: 0;
    z-index: 999999;
    position: relative;
    padding: 0;

}
.mobile_bottom_menu > ul li{
    width: 100%;
}

.mobile_bottom_menu .sec {
    /* background: #394155; */
    position: absolute;
    bottom: 0rem;
    left: 0;
    transition: 0.5s;
    width: 100%;
    transform: translateY(100%);
    height: 100vh;
}
.mobile_bottom_menu .products_wrap.sec {
    background: #fff;
    padding: 3rem;
   }
.mobile_bottom_menu .contact_wrap.sec {background: #fff;}
.mobile_bottom_menu .menu_wrap.sec {background: #fff;}
.mobile_bottom_menu .contact-new.sec {background: #fff;}

.mobile_bottom_menu ul li a{
    background: #000;
    padding: 10px;
    display: block;
    text-align: center;

}
.mobile_bottom_menu ul li a p{
    font-size: 1.3rem;
    color: #fff;
    margin-bottom: 0;
}



.mobile_bottom_menu ul li a img {
    filter: brightness(0) invert(1);
    width: 2.3rem;
    height: 3rem;
}
.mobile_bottom_menu ul li a.products_links.togglee.active {
    background: #fff;
}
.mobile_bottom_menu ul li a.contact.togglee.active {
    background: #fff;
}
.mobile_bottom_menu ul li a.menu_inc.togglee.active {
    background: #fff;
}
.mobile_bottom_menu ul li a.contact1.togglee.active {
    background: #fff;
}

.products_wrap.show, .contact_wrap.show, .contact-new.show, .menu_wrap.show {
    transform: translateY(0);
    height: 100vh;
    overflow-y: scroll;
}
#mainnav{
    position: relative;
    }
    
    #mainnav .submenu1 {
        position: relative;
        left: 0;
        top: 150%;
        text-align: left;
        z-index: 9999;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
      display: none;
        visibility: hidden;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
   


.mobile_bottom_menu ul li a.products_links.togglee.active p {
    color: #000;
}
.mobile_bottom_menu ul li a.products_links.togglee.active img{
    filter: inherit;
}
.mobile_bottom_menu ul li a.contact.togglee.active p{
    color: #000;
}
.mobile_bottom_menu ul li a.contact.togglee.active img{
    filter: inherit;
}

.mobile_bottom_menu ul li a.menu_inc.togglee.active p{
    color: #000;
}
.mobile_bottom_menu ul li a.menu_inc.togglee.active img{
    filter: inherit;
}

.mobile_bottom_menu ul li a.contact1.togglee.active img {
    filter: inherit;
}

.mobile_bottom_menu ul li a.contact1.togglee.active p {
    color: #000;
}

.notifications{

}
.notifications h3{
            font-family: var(--font-family-heading);
            font-size: 2.4rem;
            margin-bottom: 3rem;
}
.notifications-list {
    border-top: 1px solid #AC9F43;
    padding: 1.8rem 0;
}
.notifications-list span{
        color: var(--color12);
        font-size: 1.2rem;
            font-weight: 500;
}
.notifications-list p{
    font-size: 1.6rem;
        font-weight: 400;
        margin-bottom: 0;
}

.join-box {
    background-color: var(--color12);
     padding: 3rem 4rem;
    margin-bottom: 0rem;
}
.join-box h5{
    font-size: 2.1rem;
    color: #fff;
    font-weight: 300;
    font-family: var(--font-family-body);
      margin-bottom: 2rem;
}

.join-box a {
    font-size: 1.4rem;
    border: 1px solid #fff;
    color: #fff;
    font-weight: 300;
    display: table;
    margin-bottom: 1.5rem;
    padding: .8rem 1.5rem;
    letter-spacing: 0.7px;
        transition: .2s ease all;
}
.join-box a:hover{
       background-color: #000; 
          border: 1px solid #000;

}
.cus-link {
    padding: 2rem 3rem;
}
.cus-link a{
    display: table;
    font-size: 1.6rem;
    color: var(--color12);
    margin-bottom: 1rem;

}
.contact-info {
    padding: 0 3rem;
        margin-bottom: 11rem;

}

.contact-icon {
    margin-right: 1rem;
}
.contact-list {
    display: flex
;
    padding: 1.5rem 0;
    position: relative;
    border-top: 1px solid #e31c2a42;
}
.contact-list::before{
    content: '';
    background-color: #e31c2a73;
    height: 1px;
    width: 20px;
    position: absolute;
    top: -1px;
}
.contact-text1 p{
    margin-bottom: 0;
    color: #E31C2A;
    font-weight: 400;
}
.contact-text1 p a{
    margin-left: .6rem;
    color: #2E2E2E;
       font-weight: 300;
}
.contact-text1 p a span{
    font-weight: 600;
    color: #E31C2A;
}
.bottom-menu{
    background-color: var(--color12);
    padding: 3rem 4rem;
    margin-bottom: 0rem;
}
.bottom-menu a{
    font-family: var(--font-family-heading);
    font-size: 2.3rem;
    color: #fff;
    margin-bottom: 1.5rem;
    display: block;
}
.menu-list {
    padding: 3rem 4rem;
    margin-bottom: 7rem;
}
.menu-list a{
    font-size: 1.4rem;
    color: #2E2E2E;
    display: block;
      margin-bottom: .8rem;
}

.contact-address-box {
    background-color: var(--color12);
    padding: 3rem 4rem;
        text-align: center;
}
.contact-address h3{
        font-family: var(--font-family-heading);
        font-size: 2.4rem;
        color: #fff;
        margin-bottom: 2rem;
            font-weight: 300;
}
.contact-address p{
    font-size: 1.8rem;
    color: #fff;
    font-weight: 200;
        margin-bottom: 4rem;
}
.contact-info-list a{
    display: block;
       font-size: 1.8rem;
    color: #fff;
    font-weight: 300;
}
.contact-info-list {
    margin-bottom: 2rem;
}
.visit-list1 {
    margin-block: -5rem 11rem;
    margin-inline: 2rem;
}
.visit-box1 {
background: #F9F9F9;
    padding: 2rem 1.5rem;
    display: flex
;
    box-shadow: 0px 3px 6px #00000017;
    margin-bottom: 3rem;
    border-left: 4px solid #E31C2A;
}
.visit-icon1 {
    margin-right: 1.5rem;
    width: 4.5rem;
}
.visit-icon1 img{
    
}
.visit-text1{

}
.visit-text1 h6{
        font-family: var(--font-family-body);
        font-size: 1.4rem;
        color: #E31C2A;
}

.visit-text1 p{
  font-size: 1rem;
  color: #2E2E2E;
  margin-bottom: 0;
}
.visit-text1 a{
    color: #E31C2A;
}
.visit-text1 span{
    color: #E31C2A;
    font-weight: 600;
}
.reach-box{
       border-left: 4px solid #41B400; 
}


@media (max-width:991px) {
    .mobile_bottom_menu {display: block;}
}
@media (max-width:640px) {
    .bottom-menu {
        padding: 7rem 3rem 3rem;
    }
    .bottom-menu a{
      font-size: 2rem;  
          text-transform: uppercase;
    }

.contact-address-box {
    padding: 7rem 4rem 3rem;
}
    
}


/* ----------mobile_menu_end------------ */