a{
  color:#1fcdc4;
}
.browuse-box h3 {   
    font-size: 1.4rem;
}
.browuse-box h3 a{   
    color: #000;
    font-size: 20px;
}
.browuse-box h3 a:hover{   
    text-decoration: none;
    opacity: .6;
}
.breadcrumb-custom .breadcrumb{
  background-color: transparent;
  padding: 0rem 0rem;
}
.breadcrumb-custom .breadcrumb .breadcrumb-item a{
  color: #000;
}
.breadcrumb-custom .breadcrumb .breadcrumb-item.active{ 
  color: #000;
  font-weight: 800;
}
.breadcrumb-item +.breadcrumb-item::before{   
  content: "\f054";
  font-family: "Font Awesome 5 Pro";
}
.resourse-text{
  font-size: 17px;
}
.share-box{
  text-align: right;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  padding: 20px;
  margin-bottom: 25px;
}
.share-box ul li:not(:last-child) {
    margin-right: 10px;
    display: inline-block;
}
.share-box ul li a{
  color: #000;
  font-size: 18px;
}
.head-title + p {
    font-size: 12px;
    opacity: .8;
}
.subpage-content-info h3{
  font-size: 1.8em;
  color: #1fcdc4;
}
.subpage-content-info h4{
  font-size: 1.4em;
  color: #000;
}
.subpage-content-info h5{
  color: #1fcdc4;
}
.subpage-content-info h5 i{
    margin-right: 5px;
}
/*faq section start*/
.browuse-box .accordion .card {
  overflow: hidden;
  margin-bottom:0px; 
}
.browuse-box .accordion .card:hover{
   
}
.browuse-box .accordion>.card:not(:last-of-type) {
  border-bottom: 0px solid rgba(0,0,0,.125); 
  border:none;
}
.browuse-box .accordion>.card{
  border-bottom: 0px solid rgba(0,0,0,.125); 
  border:none;
  border-radius:0px!important;
}
.browuse-box .card-title{
   margin-bottom: 0px;
}
.browuse-box .card-title a {
  font-size: 18px;
}
.browuse-box .card.card-sm .card-title a:before {
 	right: auto;
    left: 2px;
    font-size: 16px;
    font-weight: 500;
    top: 5px !important;
}

.card-title .collapsed::before{
    transform: rotate(-90deg)!important;
}

.card-title a::before{
    transform: rotate(90deg)!important;
}

.browuse-box .card-title a:before {
    content: '\f0da';
    display: inline-block;
    position: absolute;
    right: 1.2rem;
    top: 50%;
    color:#0ec6db;
    font-family: 'Font Awesome 5 Pro';
    line-height: 1;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transition: all 0.3s;
    font-weight: 300;
}
.browuse-box .card-title a.collapsed:before{
    content: '\f0d7';
    color:#000;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);    
}
.browuse-box .card-title a{
  display: block;
 	position: relative;
    color: #000;
    border: none;
    background-color: transparent;
    outline: none !important;
    font-size: 15px;
    padding: 5px 15px 5px 30px!important;
    opacity: .8;
    font-weight: 500;
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 70%;
    overflow: hidden;
}
.browuse-box .card-title a:hover{
  text-decoration: none;
}
.browuse-box .accordion>.card>.card-header{
  background-color: #fff!important;
  padding: 0.25rem 0rem;
}
.browuse-box .accordion .card-body{
  background-color: #fff; 
  padding: 0px 0px 0px 30px;
}
.browuse-box .accordion .card-body p {
    color: #000;  
    opacity: .8; 
    font-size: 16px; 
}
.pt60{
  padding-top: 60px!important;
}
.card-title a[aria-expanded="true"]{
    color:#0ec6db!important
}
.browuse-box h3{
    font-size: 22px;
    font-weight: 500;
    border-top: 1px solid #e7e7e7;
    padding-bottom: 15px;
    padding-top: 40px;
}
.browuse-box h4{
    font-size: 18px;
    font-weight: 500;
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 15px;
}
.browuse-box .card-body a{
    font-size: 15px;
    color: #000;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.browuse-box .card-body a:not(:last-child){
  margin-bottom: 8px;
}
.browuse-box .card-body a:hover{
  color: #0ec6db!important;
  text-decoration: none;
}
.thumb-list li{
  display: inline-block;
}
.thumb-list li:not(:last-child){
 display: inline-block;
 margin-right: 10px;
}
.thumb-list li a {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 1px solid #000;       
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 20px;
    line-height: normal;
    color: #000;
    opacity: .6;
}
.subpage-content-info h6{
  font-weight: 500;
  text-align: center;
  opacity: .7;
  font-size: 18px;
  margin-bottom: 14px;
}
/*faq section start end*/
@media (max-width: 1300px) {
  .otherbox-list{
    display: none;
  }
  .left-content-info{
    -webkit-box-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
  }
}
@media(max-width:767px){
  .browuse-box h3{
    font-size: 1.25rem;
  }
}