.expert_name{
	font-size: 1.6rem;
    font-weight: 700;
    display: flex !important;
    justify-content: center;
    text-align: center;
}
/* PLAYER */

.video-player{
    width:100%;
    max-width:950px;
    position:relative;
    overflow:hidden;
    border-radius:18px;
    background:#000;
    /* box-shadow:0 15px 40px rgba(0,0,0,.5); */
}
.expert_icons_container {
    display: flex;
    width: 100%;
    
	justify-content: center;
}
.video_heading{
	padding: 0px 10px;
}
.icon_description {
    text-align: center;
    padding: 0px 10px;
	display: inline-block;
}

/* VIDEO */

video{
    width:100%;
    display:block;
    background:#000;
}

/* TITLE */

.video-info{
    position:absolute;
    top:20px;
    left:20px;
    z-index:5;
    color:#fff;
    text-shadow:0 2px 8px rgba(0,0,0,.8);
}

.video-info h2{
    font-size:30px;
    margin-bottom:5px;
}

.video-info p{
    font-size:15px;
    opacity:.9;
}

/* CENTER PLAY BUTTON */

.center-play{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
    width:40px;
    height:40px;
    border:none;
    border-radius:50%;
    background:rgba(255,255,255,.18);
	background: #fff;
    /*backdrop-filter:blur(8px);*/
    color:#333;
    font-size:15px;
    cursor:pointer;
    z-index:10;
    transition:.3s;
}

.center-play:hover{
    /*background:#38bdf8;
    transform:translate(-50%, -50%) scale(1.08); */
}

/* CONTROLS */

.controls{
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    padding:15px;
    display:flex;
    align-items:center;
    gap:12px;
    background:linear-gradient(to top,
    rgba(0,0,0,.95),
    rgba(0,0,0,.3),
    transparent);
}

/* BUTTONS */

.control-btn{
    width:42px;
    height:42px;
    border:none;
    border-radius:50%;
    /*background:rgba(255,255,255,.12);*/
	background:transparent;
    color:#fff;
    font-size:16px;
    cursor:pointer;
    transition:.3s;
}

.control-btn:hover{
   /* background:#38bdf8;*/
}

/* PROGRESS */

.progress-area{
    flex:1;
    height:6px;
    background:#444;
    border-radius:30px;
    overflow:hidden;
    cursor:pointer;
}

.progress-bar{
    width:0%;
    height:100%;
    background:#38bdf8;
}

/* TIME */

.time{
    color:#fff;
    min-width:95px;
    text-align:center;
    font-size:14px;
}

/* VOLUME */

.volume{
    width:90px;
    cursor:pointer;
}
@media only screen and (max-width: 767px){
	.massagegun_faq{
	width: 100%;
	
}
.icon_description{
	padding: 0px 5px;
}
.desktop_features{
	display: none;
}
.mobile_features{
	  display: block;
  }
  .accordion-item:first-of-type>.accordion-header .custom-accordion-button{
	  border-top-left-radius: 0;
	  border-top-right-radius: 0;
	  color: #fff;
	  background: #258f67;
  }
  .custom-accordion-button:not(.collapsed){
	  background-color: transparent;
	  box-shadow:none;
  }
  .custom-accordion-button:focus{
	  box-shadow: none;
  }
  .custom-accordion-item{
	  border: 0px;
  }
.buying-guide, .quick-picks{
	padding: 0px;
	background: transparent;
	box-shadow: none;
}
.buying-guide ul, .quick-picks ul{
	padding: 0px;
}
.main_product_expert{
	margin: 10px 0px;
}
.top_expert_container{
	margin: 0 auto;
}
.main_pro_expert_content{
	height: 180px;
}
	.readmore_btn {
		margin-bottom: 30px;
		text-align: center;
	}
	.btn--green{
		padding-left: 40px;
		padding-right: 40px;
		width: 100%;
	}
	.for_mbl{
		padding: 0px 10px;
	}
	.border-btm, .border-tp, .border_rt, .whole_border{
		border-width: 1px;
	}
	.border_rt{
		border-right: 0px;
		border-bottom: 1px solid #198754;
	}
	#scrollToTopBtn{
		bottom: 0px;
		right: 80px;
	}
	#scrollBtns{
		bottom: 0px;
		right: 80px;
	}
}
/* MOBILE */

@media(max-width:700px){

    .video-info h2{
        font-size:22px;
    }

    .video-info p{
        font-size:13px;
    }

    .controls{
        padding:10px;
        gap:8px;
    }

    .control-btn{
        width:36px;
        height:36px;
        font-size:14px;
    }

    .center-play{
        width:70px;
        height:70px;
        font-size:24px;
    }

    .time{
        display:none;
    }

    .volume{
        width:65px;
    }

}
