.sidenav {
    height: 100vh;
    width: 0;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 45px;
    text-align: center;
}
/* width */
.sidenav::-webkit-scrollbar {
  width: 10px;
}

/* Track */
.sidenav::-webkit-scrollbar-track {
    box-shadow: inset 0 0 2px grey;
    background: #f1f1f1; 
}
 
/* Handle */
.sidenav::-webkit-scrollbar-thumb {
  background: #c93e39 !important; 
  border-radius: 8px;
}

/* Handle on hover */
.sidenav::-webkit-scrollbar-thumb:hover {
    background: #181E3D;
    border-radius: 8px;
}
.sidenav a {
    padding: 8px 8px 8px 20px;
    text-decoration: none;
    font-size: 16px;
    font-family: "Archivo", sans-serif !important;
    color: #181e3d;
    display: block;
    text-align: left;
    transition: 0.3s;
}
.sidenav a:hover {
    color: #181e3d;
}
.sidenav .closebtn {
    position: absolute;
    top: -10px;
    right: 0px;
    font-size: 30px;
    margin-left: 50px;
    color: #181e3d;
}
.navbar-toggler {
    color: rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 0, 0, 0.1);
}
.navbar-toggler-icon {
    background-image: url(../images/toggle.svg);
}
.parent-card-header {
/*    background-color: #f8f9fa !important;*/
    cursor: pointer;
    border-bottom: none;
    padding: 12px 12px 12px 20px;
    text-align: left;
}
.card-headerr {
    background-color: #f8f9fa !important;
    cursor: pointer;
    border-bottom: none;
    padding: 12px 12px 12px 30px;
    text-align: left;
}/*
.card-headerr:hover .title,
.card-headerr:focus .title {
    color: #ff4824 !important;
}*/
.card-headerr:hover .acc-icon,
.card-headerr:focus .acc-icon {
    color: #ff4824 !important;
}
.card-headerr .title,
.parent-card-header .title {
    font-size: 16px;
    color: #181e3d;
}
.card-headerr .acc-icon,
.parent-card-header .acc-icon {
    float: right;
    font-size: 15px;
    width: 1.2em;
    color: #181e3d;
}
.card-bodyy ul li a {
    padding: 0px 20px 0px 20px;
    border-bottom: 1px solid #fff;
    color: #181e3d;
    border-left: 1px solid #c5c5c5;
    margin: 10px 0px 10px 0px;
}
.card-bodyy{
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
}
.card-bodyy ul {
    list-style: none;
    padding-left: 35px;
    padding-right: 10px;
    margin-bottom: 0px;
}

.mobile-mainMenu-active{
    color: #ff694b !important;
}
.mobile-subMenu-active{
    color: #ff694b !important;
}
.contact-btn-nav-link{
    color: #fff !important;
}
.overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.9);
  overflow-x: hidden;
  transition: 0.5s;
}
@media (max-width: 991px) {
    .header-ser-btn {
        color: #181e3d;
        border: 1px solid #181e3d;
        line-height: 25px;
        font-size: 16px;
        padding: 10px 20px;
    }
    .header-ser-btn a {
        justify-content: space-between;
        display: flex;
        align-items: center;
    }
    .header-ser-btn:hover,
    .header-ser-btn:focus {
        background: #ff48241a;
        border: 1px solid #ff48241a;
        font-weight: 600;
        color: ;
    }
    .header-ser-btn:hover a,
    .header-ser-btn:focus a {
        color: #ff4824;
        font-weight: 600;
    }
}
@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }
    .sidenav a {
        font-size: 18px;
    }
}
