/* media-quaries-for-side-bar-menu-starts-here */

.rounded-circle {
    display: flex;
}

.vert {
    display: none !important;
}

.sidebarcontent {
    display: none;
    z-index: 5000;
}

.bt {
    border-bottom: 1px dashed #cccccc !important;
}

.textd-pink {
    color: #e40517 !important;
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 15px;
    font-family: inherit;
}

.nav-mtitle2 {
    font-family: inherit;
    font-size: 14px;
    color: #e40517;
    text-align: left;
    padding-bottom: 5px;
}

.vert {
    display: block !important;
}

.rounded-circle {
    display: none;
}

.sidebarcontent {
    display: block;
}


/* sidebarhere */

.sidebarcontent {
    width: 100%;
    height: 100vh;
    overflow-y: scroll;
    position: fixed;
    background-color: #fff;
    top: -100vh;
    transition: 0.3s;
}

.sidebarhead {
    display: block;
    width: 100%;
    box-shadow: 0 2px 10px 0 rgb(0 0 0 / 20%);
    background-color: #ffff;
    padding: 12px 15px;
    z-index: 500;
    position: sticky;
}

.sclose {
    color: rgb(22, 21, 21);
    font-size: 28px !important;
    z-index: 9999;
    vertical-align: middle;
    cursor: pointer;
    float: right;
}

.stitle {
    font-size: 22px;
    color: #2d2d2d;
    display: inline-block;
    font-family: 'Avalon', arial, sans-serif;
}

.scontent {
    display: block;
}

.slinkbox li {
    width: 100%;
    position: relative;
    padding: 15px 0px;
    border-bottom: 1px solid #ddd;
}

.slinkbox li:last-child {
    border: none;
}

.stargets {
    display: inline-block;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 400;
    font-family: 'Avalon', arial, sans-serif;
    width: 100%;
    color: #333;
    width: 45%;
}

.expandicn {
    position: absolute;
    right: 5px;
}

.sinner {
    padding: 0px 15px;
}

.smindrops {
    margin: 8px 0px;
    padding: 0px 15px;
}

.smindrops ul {
    width: 100%;
    display: block;
}

.smindrops ul li {
    padding: 8px 0px 5px 0px;
}

.smindrops ul li a.active{ color: #004497; }
.minacactive a, .stargets.active{ color: #004497!important; }


.panelthree {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: 0.4s;
}

.minacactive .expandicn {
    transform: rotate( 180deg);
    transition: 0.3s ease-in-out;
    color: #1481c8;
}

.minacactive .stargets {
    color: #1481c8;
}

@media(max-width:992px) {}

@media(max-width:768px) {}

@media(max-width:480px) {}

@media(max-width:375px) {
    .stargets {
        font-size: 12px;
    }
}


/* media-quaries-for-side-bar-menu-starts-ends-here */