html, body {
  overflow-x: hidden;
}

a.navbar-brand {
    width: 225px;
}
textarea.form-control {
    height: auto;
    padding-top: 16px;
    resize: none;
}
.videosection 
.single-feedback-item{
	padding-top: 0
}
.videosection 
.single-feedback-item::before {
	display: none;
}

.video-slides iframe{
	width: 100%;
	height: 300px;
    padding: 3%;
}

.constantworry .section-title p, .constantworry .section-title{
max-width: 850px;
}

.privacypage .about-content .features-list li , .blogul .features-list li{
    -ms-flex: auto;
    -webkit-box-flex: 0;
    flex: auto;
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;

}

.video-slides  .owl-prev{
    position: absolute ;
    top: 42% ;
    left: -7% ;
}
.video-slides   .owl-next{
      position: absolute ;
    top: 42% ;
    right: -7% ;
}

figure.therapyicon{
    display: inline-block;
    position: absolute;
    left: 0;
    width: 50px;
    top: 3px;
    z-index: 1;
}




@media only screen  and (max-width:767px) {



    .video-slides iframe{
    width: 100%;
    height: 250px;
    padding: 3%;
}

}










