a:hover{
    text-decoration: none;
}
.asm-breadcrumb {
    padding: 30px 0px;
}
.BreadCrumb-detailpage a{
    color: #6868f8;
}
.height50{height:50px;}  

#accordion-style-1{margin:0px 30px;}

#accordion-style-1 .av-collapse-title:before {
    background: #fff url(/astrovedspeaks/assets/images/down-arrow.png) no-repeat;
    width: 24px;
    height: 15px;
    display: inline-block;
    margin-right: 7px;
    content: '';
    float: right !important;
}
#accordion-style-1 h1,
#accordion-style-1 a{
    color:#000;
    font-size: 25px;
    padding: 10px 0px 20px;
    text-align:center;
}
#accordion-style-1 .av-collapse-title {
    color: #000;
    background-color: transparent;
    text-decoration: none !important;
    font-size: 16px;
    font-weight: 600;
	padding:0px 0px 0px 52px;
    position:relative;
}
a.link{font-size:14px !important;color:#f05a28 !important;font-weight:600;}

.count-box{background: #6868f8;
    padding: 8px 11px;
    color: #ffffff;
    width: 42px;
    height: 42px;
    position: absolute;
    left: -1px;
    top: -9px;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
    display: block;}


.accordion{width:100%}

#accordion-style-1 .card-body {
    border-top:1px solid #e1e1e1;padding: 30px 30px;
}

#accordion-style-1 .card-header .btn.collapsed .fa.main{
	display:none;
}

#accordion-style-1 .card-header .btn .fa.main{
    background: #a7852e;
    padding: 8px 11px;
    color: #ffffff;
    width: 35px;
    height: 41px;
    position: absolute;
    left: -1px;
    top: 10px;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
    display:block;
}

.card-header{
    padding:20px 0px;
    cursor:pointer;border:none;
}
@media screen and (min-width:0px) and (max-width:360px){
    #accordion-style-1 .av-collapse-title.collapsed:before{padding-right: 6px;} 
    #accordion-style-1 .av-collapse-title:before {padding-right: 6px;} 
}
#accordion-style-1 h2 {
    font-size: 16px;
    font-weight: 600;
}
.asm-top .avs-listing {
    position: fixed;
    background: #fff;
    z-index: 99;
    box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.16);
    top: 0;
    left: 0;
    animation: smoothScroll 0.8s forwards;
    width:100%;
}
@keyframes smoothScroll {
    0% {
        transform: translateY(-40px);
    }
    100% {
        transform: translateY(0px);
    }
}