.rs-17 .rs-tabs{
	padding-top: 65px;
	padding-bottom: 100px;
}
.rs-17 .rs-tabs .section-title{
	position: relative;
	margin-top: 13px;
	margin-bottom: 37px;
	font-size: 50px;
	font-weight: 600;
	line-height:  1;
	color:  #001F47;
	text-transform:  none;
}
.rs-17 .rs-tabs .section-descr {
    width: 70%;
    text-align: center;
    margin: 20px auto 50px;
}
.rs-17 .rs-tabs .section-descr p {
    font-size: 18px;
    color: #616161;
    text-align: center;
}
.rs-17 .rs-tabs .nav-pills{
	margin-bottom: 30px;
}
.rs-17 .rs-tabs .nav-stacked>li+li{
	margin-top: 4px;
}
.rs-17 .rs-tabs .nav-pills>li>a {
    background-color: #fafafa;
	color: #7A8593;
	font-size:  14px;
	padding:  10px 29px;
	border-radius:  61px;
	line-height: 1.2;
    margin-bottom: 7px;
    letter-spacing: 0.4px;
}
.rs-17 .rs-tabs .nav-pills>li.active>a,
.rs-17 .rs-tabs .nav-pills>li.active>a:hover,
.rs-17 .rs-tabs .nav-pills>li.active>a:focus{
	background-color: #00A7DA;
	color: #fff;	
}
.rs-17 .rs-tabs .tab-content p{
	font-size: 18px;
    line-height: 1.4;
    color: #7A8593;
    letter-spacing: 0.6px;
    margin-bottom: 15px;
}
.rs-17 .rs-tabs .tab-content h4{
	font-size: 18px;
    line-height: 1.4;
    color: #7A8593;
    letter-spacing: 0.6px;
    margin-bottom: 15px;
	font-weight:  500;
}
.rs-17 .rs-tabs .tab-content blockquote  {
	background-color: #F2F8FF;
    font-size: 18px;
    border: none;
    padding: 30px;
    border-radius: 30px;
    margin-top: 0;
	display:  inline-block;
}
.rs-17 .rs-tabs img{
	/* border: 1px solid #cdcdcd; */
    /* padding: 7px; */
    /* border-radius: 4px; */
	/* margin-top: 15px; */
	margin-bottom: 15px;
}
.rs-17 .rs-tabs .float-right{
	float: right;
}
.rs-17 .rs-tabs .float-left{
	float: left;
}
.rs-17 .rs-tabs .table a{
	color: #424242;
}
@media (max-width: 991px){
	.rs-17 .rs-tabs .float-right{
		float: none;
	}
}
@media (max-width: 767px){
	.rs-17 .rs-tabs .section-title{
		font-size: 25px;
	}
	.rs-17 .rs-tabs .section-descr{
		width: 100%;
	}
}
@media (min-width: 1400px)  {
	.rs-17 .rs-tabs .tab-content blockquote  {
		min-width: 53%;
	}
}