.features-more-details{
    padding: 16px;
    padding-top: 0px;
}
.max-785{
    max-width: 785px;
}
.onetalk-top-banner .banner-img{
    position: relative;
}
.onetalk-top-banner .banner-img img, .onetalk-top-banner .banner-img video{
    max-width: 100%;
}
.features-more-details .tab-wrap{
    border-bottom: 1px solid #979797;
    padding: 0px 20px;
}
.features-more-details .tab-content{
    margin-left: 20px;
    margin-right: 20px;
}
.tabs-container.active{
    padding-top: 30px;
}
.tab-wrap-fixed{
    position: relative;
}
.tabs-container.active .tab-wrap-fixed{
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 1000;
    background: #FFF;
    padding-top: 30px;
}
.tabs-container.active .tab-wrap-fixed .tab-wrap{
    max-width: 1240px;
    margin: 0px auto;
}
.features-more-details .nav-tabs .nav-link{
    color: #000;
    width: auto !important;
}    

.features-more-details .tab-content{
    border-top: 0px;
    border-bottom: 1px solid #979797;
}

.features-more-details .tab-content:last-child{
    border-bottom: 0px;
}

.features-details-inner-content {
  position: relative;
  display: block;
  margin: 0px;
  padding: 22px;
  border: 1px solid #D8DADA;
  height: 318px;
  cursor: pointer;
}
.features-details-inner-content .feature-title {
    position: relative;
}
.features-details-inner-content .feature-title h4{
    position: relative;
    min-height: 70px;
}
.features-details-inner-content .feature-footer {
  position: absolute;
  left: 22px;
  right: 0px;
  bottom: 22px;
}
.features-details-inner-content .feature-footer a {
    position: relative;
    float: left;
    margin-right: 20px;
}
.features-details-inner-content .feature-footer a i{
    display: inline-block;
    margin-right: 10px;
    font-size: 18px;
}
.features-details-inner-content .feature-footer a span{
    display: inline-block;
}
.features-details-inner-content .feature-footer a.feature-footer-brief {
    position: relative;
    float: right;
    margin-right: 0px;
}

.features-details-sub-lists{
    position: relative;
    display: block;
}
.features-details-sub-lists.hide{
    position: relative;
    display: none;
}

.details-features-sub-lists-content .details-features-sub-lists-inner{
    position: relative;
    display: none;
}

.details-features-sub-lists-content .details-features-sub-lists-inner > .details-features-sub-lists-inner-con{    
    max-width: 950px;
}
.details-features-sub-lists-content .details-features-sub-lists-inner > .details-features-sub-lists-inner-con .document-viewer object{
    min-height: 800px;
}
.details-features-sub-lists-content .details-features-sub-lists-inner.active{
    position: relative;
    display: block;
}
.details-features-sub-lists-content .details-features-sub-lists-inner .details-use-case-img{
    max-width: 954px;
}
.details-features-sub-lists-content .details-features-sub-lists-inner .details-use-case-img img{
    max-width: 100%;
}

.contact-us-btn-top, .contact-us-btn-bottom{
    position: relative;
    margin: 0px;
    padding: 0px 36px;
    margin-bottom: 18px;
}

.contact-us-btn-top .Button, .contact-us-btn-bottom .Button{
    font-size: 12px;
    padding: 14px 37px;
}

.contact-us-btn-top{
    margin-top: -26px;
    text-align: right;
}

.features-more-details .top-banner-1{
	margin-bottom: 36px;
}

.features-more-details .tabs-container .tab-content#details-overview{
	padding-bottom: 16px;	
}

@media (min-width: 300px) and (max-width: 767px){
    .tabs-container.active .tab-wrap-fixed .tab-wrap{
        padding: 0px 20px 0px 20px;
    }
    .features-more-details .tab-wrap .nav-tabs{
        display: flex;
    }
    .features-more-details .nav-tabs .nav-link{
        width: 90% !important;
        margin-right: 15px;
    }
	

	.features-more-details .top-banner-1{
		margin-bottom: 18px;
	}
	
	.features-more-details .top-banner-1 .banner-title{
		position: relative;
		margin-bottom: 20px;
		margin-right: 20px;
		max-width: 100%;
	}

	.features-more-details #details-overview{
		padding-bottom: 18px;	
	}
	
	.contact-us-btn-top{
		position: relative;
		margin-top: 0px;
	}
}

@media (min-width: 767px) and (max-width: 990px){
    .tabs-container.active .tab-wrap-fixed .tab-wrap{
        padding: 0px 20px 0px 20px;
    }
    .features-more-details .tab-wrap .nav-tabs{
        display: flex;
    }
	

	.features-more-details .top-banner-1{
		margin-bottom: 18px;
	}

	.features-more-details .tabs-container .tab-content#details-overview{
		padding-bottom: 18px;	
	}
}

@media (min-width: 990px) and (max-width: 1200px){
    .tabs-container.active .tab-wrap-fixed .tab-wrap{
        padding: 0px 20px 0px 20px;
    }
    .features-more-details .features-details-sub-lists > .row > .column{
        width: 33.33%;
    }
}