/* CSS Document */
.btcolor1{ background:#9e27b5 !important;}
.btcolor2{ background:#7d2987 !important;}
.btcolor3{ background:#dc0771 !important;}
/*----------------------------------------------------*/

.btcolor1:hover{ background:#7d2987 !important;}
.btcolor2:hover{ background:#9e27b5 !important;}


.pricing-simple, .pricing-simple .pricing-features, .pricing-simple .pricing-title {
    border: 0;
}
.pricing-box {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(0,0,0,.075);
    border-radius: 3px;
    background-color: #fff;
}

.rounded-5 {
    border-radius: 0.5rem!important;
}

.dark, .dark h1, .dark h2, .dark h3, .dark h4, .dark h5, .dark h6 {
    color: #eee;
}
.iconlist li {
    position: relative;
    display: flex;
    align-items: baseline;
}

.pricing-features li {
    padding: 0.375rem 0;
}
.border-width-4, .h-border-width-4:hover {
    border-width: 4px!important;
}

.fw-semibold {
    font-weight: 600!important;
}

.double-line, .line {
    clear: both;
    position: relative;
    width: 100%;
    margin: 4rem 0;
    border-top: 1px solid #eee;
}













/*---------------------------*/
a:hover,a:focus{
����text-decoration: none;
����outline: none;
}
#accordion .panel{
����border: none;
����box-shadow: none;
����border-radius: 0;
����margin-bottom: 20px;
}
#accordion .panel-heading{
����padding: 0;
����border: none;
}
#accordion .panel-title a{
����display: block;
����padding: 10px 35px 10px 30px;
����background: #fff;
����font-size: 16px;
����font-weight: 600;
����color: #9d5ea2;
����border: 1px solid transparent;
����position: relative;
}
#accordion .panel-title a.collapsed{
����border: 1px solid #9d5ea2;
����border-top: 1px solid transparent;
}
#accordion .panel-title a:before,
#accordion .panel-title a.collapsed:before{
����content: "\f067";
����font-family: "Font Awesome 5 Free";
����font-weight: 900;
����font-size: 18px;
����font-weight: normal;
����color: #9d5ea2;
����position: absolute;
����top: 21%;
����right: 20px;
����transition: all 0.5s ease 0s;
}
#accordion .panel-title a.collapsed:before{
����content: "\f00d";
}
#accordion .panel-body{
����padding: 10px 30px;
����border: none;
����font-size: 14px;
����color: #808080;
����line-height: 25px;
}
#accordion .panel-body p{
����margin-bottom: 0;
}
/*accordion-----------------------*/


.p-nill{ padding:0px !important;}
.p-10{ padding:10px !important;}
.p-tb{ padding-bottom:0px !important; padding-top:0px !important;}
.m-b{margin-bottom:0px !important; }











