.getStartedWrap{
	position: relative;
	padding: 30px 0 40px;
}
.getStartedWrap #featured {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}
#featured .img-responsive {
	max-width:auto;
	width:100%
}
.text-requir{
    font-family: 'avenir_lt_std_light_';
    font-size: 24px;
    margin-top: 15px;
    font-weight: 600;
    margin-bottom: 20px;
}
.text-requir a{
	text-decoration: underline;
	color: #000;
}
.getStartedWrap #featured ul.ui-tabs-nav {
    list-style: none;
    padding: 0;
    margin: 0;
    display: none;
    width: auto;
    justify-content: center;
    gap: 30px;
}
.getStartedWrap #featured ul.ui-tabs-nav li { 
    font-size: 12px;
    color: #666;
    opacity: 0.6; 
}
#featured ul.ui-tabs-nav li img {
	float:left;
	border:1px solid #CCC
}

#featured li.ui-tabs-selected {
	/*background:url('images/selected-item.gif') top left no-repeat;  */
	opacity: 1 !important;
}
#featured ul.ui-tabs-nav li.ui-tabs-selected a {
}
#featured .ui-tabs-panel {
	width:747px;
	height:424px;
	position:relative;
}
#featured .ui-tabs-panel .info {
	position:absolute;
	top:180px;
	left:0;
	height:70px;
	background: url('images/transparent-bg.png');
}
#featured .info h2 {
	font-size:18px;
	font-family:Georgia, serif;
	color:#fff;
	padding:5px;
	margin:0;
	overflow:hidden;
}
#featured .info p {
	margin:0 5px;
	font-family:Verdana;
	font-size:11px;
	line-height:15px;
	color:#f0f0f0;
}
#featured .info a {
	text-decoration:none;
	color:#fff;
}
#featured .info a:hover {
	text-decoration:underline;
}
#featured .ui-tabs-hide {
	display:none;
}
#featured .smal_thumb_div {
	background:rgba(97, 97, 97, 1);
	width:259px;
	height:95px;
	border:1px solid #fff
}

#featured .smal_thumb_div .left_img{
	float:left;
	
}

#featured .smal_thumb_div .right_txt{
    width: 145px;
    float: left;

	font-family: 'avenir_lt_std_light_';
	font-size:20px;
	text-align:center;
	padding:16px 0px;
	text-transform:uppercase;
	font-weight:bold;
	color:#cccccc;
	line-height:22px;
}
#featured .ui-tabs-panel .banner_number {
	font-family: 'avenir_lt_std_light_';
    font-size: 35px;
    color: #e22329;
    position: absolute;
    right: 44px;
    font-weight: bold;
    top: 93px;
    width: 260px;
    text-align: center;
}

.ui-tabs-selected .smal_thumb_div .right_txt{
	color:#000 !important
}
#featured .ui-tabs-selected .smal_thumb_div{
	background:#FFF !important
}

.newcustomerpanel #ui-tabs-4{
	display: none !important;
}