/*--------------------*/
/* solutions pages */
/*--------------------*/
.other-solution-section-padding {
    padding-top: 60px;
    padding-bottom: 30px;
    background-color: #fff;
}
.other-solution ul {
    text-align: center;
    overflow: hidden;
    font-size: 1.2em;
}

.other-solution li {
    position: relative;
    display: inline-block;
    text-align: center;
}
.other-solution li:before {    
font-family: 'Font Awesome 5 Free';
content: "\f0eb";

color: #787878;
}
.other-solution li a {
    display: inline-block;
  margin-right: 30px;
    text-align: center;
    padding: 16px;
    text-decoration: none;
}
.other-solution .centerlist {
    margin-left: auto;
    margin-right: auto;
    display: table;
}
.features-header p{

	    font-size: 1.35714286em;

}
.list-icon-pros {
	list-style: none;
	padding-left: 20px;
	position: relative;
}

.list-icon-pros li {
	margin-left: 10px;
	margin-bottom: 7px;
}

.list-icon-pros li:before {
	font-family: FontAwesome;
	color: #77933c;
	content: "\f00c";
	position: absolute;
	left: 0;
}

/*Panel tabs*/
.panel {
	margin-bottom: 20px;
	background-color: #fff;
	border: 1px solid transparent;
	border-radius: 4px;
	-webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, .05);
	box-shadow: 0 0px 0px rgba(0, 0, 0, .05);
}

.panel-heading {
	padding: 20px 20px;
	border-bottom: 1px solid transparent;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

.panel-primary>.panel-heading {
	color: #2ABB9C;
	background-color: #fff;
	border-color: #fff;
}

.panel-tabs {
	position: relative;
	bottom: 10px;
	text-align: center;
	clear: both;
	border-bottom: 0px solid transparent;
}

.tab-content li {
	padding-bottom: 5px;
}

.tab-content img {
	margin-right: 10px;
}

.panel-title {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 16px;
	color: #2ABB9C;
	font-weight: 400;
}

.panel-tabs>li {
	float: none;
	display: inline-block;
	margin-bottom: -1px;
}

.panel-tabs>li>a {
	margin-right: 2px;
	margin-top: 4px;
	line-height: .85;
	border-bottom: 0px solid #2ABB9C;
	border-radius: 4px 4px 0 0;
	color: #fff;
	background-color: #9EE0D2;
}

.panel-tabs>li>a:hover {
	border-color: transparent;
	color: #ffffff;
	background-color: #9EE0D2;
}

.panel-tabs>li.active>a, .panel-tabs>li.active>a:hover, .panel-tabs>li.active>a:focus
	{
	color: #fff;
	cursor: default;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border-bottom: 0px solid #2ABB9C;
	background-color: #2ABB9C;
}

.features-header h3 {
	text-align: center;
	font-size: 1.3em;
	padding-bottom: 30px;
	padding-top: 0px;
	margin-top: 0px;
}

.solution-listings {
    columns: 4;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    -webkit-columns: 4;
}
.solution-listings li {
    position: relative;
    padding: 10px 15px;
     float: left;
    margin-bottom: -1px;
    }
    .solution-title {
    
  height: 70px;
    }
    .solution-listings .panel {
    height: 170px;
    display: inline-block;
        border: 0px solid transparent;
        box-shadow: 0 0px 0px rgba(0,0,0,.05);
    }
    .solution-listings .panel-body {
    padding: 5px;
    }
    
        @media (max-width: 991px) {
.solution-listings li {
	width: 25%;
	    padding: 5px 5px;
}
    }
    @media (max-width: 615px) {
.solution-listings li {
	width: 50%;
	    padding: 5px 5px;
}
    }
.videos img {
	width: 100%;
	height: auto;
}

a.video {
	float: left;
	position: relative;
	margin-top: 20px;
}

a.video span {
	width: 100%;
	height: 100%;
	position: absolute;
	background: url("/images/play-video.png") no-repeat;
	background-position: 50% 50%;
	background-size: 10%;
	-webkit-transition: .3s ease-out;
	-moz-transition: .3s ease-out;
	-o-transition: .3s ease-out;
	-ms-transition: .3s ease-out;
	transition: .3s ease-out;
}

a.video span:hover {
	background-size: 13%;
}

@media screen and (max-width: 480px) {
	a.video span {
		background-size: 20%;
	}
}


.solutions .feature-sub-info {
    font-size: 1.35714286em;
     
    font-weight: 400;
    color: #666666;
}
.solutions .feature-sub-info p{
    margin-bottom: 20px;
    font-size: 1em;
    line-height: 1.68421053em;
    font-weight: 400;
    color: #808080;
}
.solutions .feature-sub-info li {
    position: relative;
    line-height: 1.65em;
    font-size: 16px;
    display: table;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 1.5em;
    margin-bottom: 15px;
    font-weight: 400;
    list-style-type: disc;
    list-style-position: inside;
    text-indent: -1.5em;
}

.solutions .feature-sub-info li:before {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(116, 180, 150, 0.9);
    -webkit-box-shadow: 0 0 0 7px rgba(116, 180, 150, 0.1);
    box-shadow: 0 0 0 7px rgba(116, 180, 150, 0.1);
    display: inline-block;
    margin-right: 1em;
    vertical-align: middle;
}
/* rtc solution pages */
.brain-storm-features-bg {
    position: relative;
    padding: 60px 0px;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    background-image: url(/images/solutions/brainstorming/rtc-solution-header-bg.png);
}
