.player-banner {
    background: #0d1c2f url(../images/player-banner.jpg) center center no-repeat;
        background-size: auto;
}
.tabslinks {
	display: block;
	margin: 0px;
	padding: 0px;
	float: none;
}
.tabslinks ul {
	margin: 0px auto;
	text-align: center;
	padding: 0 0 1em 0;
	font-weight: bold;
	list-style:none;
	display:flex;
}
.tabslinks ul li {
	position: relative;
	background-color: #fff;
	vertical-align: top;
	text-align: center;
	border: 1px solid #ccc;
	flex-grow: 1;
	flex-shrink: 1;
	flex-basis: 0;
}
.tabslinks ul li a {
	display: block;
	padding: 0.9em 0.795em;
	color:#666666;
	background: #fff;
	position: relative;
	height:100%;
}
.tabslinks ul li a:hover {
	text-decoration:none;
}
.tabslinks ul li .icon-holder {
	height:88px;
}
.tabslinks ul li img {
	width:50%;
}
.tabslinks ul li .title {
	font-size:11px;
	line-height:14px;
	display:inline-block;
}
.followMeBar {
  padding: 10px 0px;
  position: relative;
  z-index: 1;
  color: #fff;
}

.followMeBar.fixed {
  position: fixed;
  top: 110px;
  
  box-sizing: border-box;
  z-index: 0;
}

.followMeBar.fixed .navigation__link.active {
	background-color: #f3fcff;
}
.followMeBar .navigation__link.active {
	background-color: none;
}
.followMeBar.fixed.absolute {
  position: absolute;
}

/*.hot-tab-container {
	width:100%;
}*/

.description .item-content {
	display:flex;
}
.description .item-content .left-con {
	width:50%;
	flex-grow: 1;
	flex-shrink: 1;
	flex-basis: 0;
	padding:100px 30px;
	min-height:800px;
}
.description .item-content .right-con {
	width:50%;
	flex-grow: 1;
	flex-shrink: 1;
	flex-basis: 0;
	padding:100px 30px;
	min-height:800px;
}
.description .item-content .left-con h2, .description .item-content .right-con h2 {
	font-size:36px;
	font-weight:600;
	color:#666;
	margin-bottom:30px;
	text-align:left;
}
.description .item-content .left-con h3, .description .item-content .right-con h3 {
	font-size:24px;
	font-weight:600;
	color:#666;
	margin-bottom:18px;
}
.description .item-content .note-section li {
    padding-left: 48px;
    background-size: 32px;
	min-height:auto;
	display: list-item;
	background-position: center left;
	padding-bottom: 5px;
	padding-top: 5px;
}
.description .item-content .note-section .pos-top {
	background-position: 0 5px !important;
}
.note-section li ul {
	padding:0;
	margin-left:18px;
	margin-bottom:24px;
}
.note-section li ul li {
	background:none;
	list-style: disc;
	padding-bottom: 0;
	padding-left: 8px !important;
}
.white-bg {
	background:#fff;
}
.footer-slider {
	background: #f3fcff;
	position: relative;
}
.main-content .contant-stage {
    padding: 80px 0px 80px 45px;
}
.description {
	background: #f3fcff;
	margin-bottom:0;
}

.page-section {
	padding-top:0px;
}



/*** RESPONSIVE ***/

@media only screen and (max-width: 1440px) {
	.description .main-content {
		width: -webkit-calc(100% - 235px) !important;
		width: -moz-calc(100% - 235px) !important;
		width: calc(100% - 235px) !important;
	}
	.main-content .contant-stage {
		padding-right: 0px;
	}
}

@media only screen and (min-width: 1280px) and (max-width: 1399px) { 
	
	.followMeBar.fixed {
		padding-right: 0%;
		top:98px;
	}
}
@media only screen and (min-width: 1101px) and (max-width: 1320px) {
	.followMeBar.fixed {
		padding-right: 5.9%;
		top:98px;
	}
}
@media only screen and (min-width: 992px) and (max-width: 1100px) { 
	.main-content {
		width: -webkit-calc(96% - 195px) !important;
		width: -moz-calc(96% - 195px) !important;
		width: calc(96% - 195px) !important;
	}
	.main-content .contant-stage {
		padding:40px 0 40px !important;
	}
	.followMeBar {
		padding-left:20px;
		padding-right:20px;
	}
	.followMeBar.fixed {
		padding-right: 50px;
		top:98px;
	}
	
}

@media only screen and (max-width: 991px) {
	.sticky-navlinks {
		display:none !important;
	}
	.description .main-content {
		width:100% !important;
	}
	.banner_rotated_c {
		padding-bottom:30px;
	}
	.banner_rotated {
		writing-mode: inherit;
		transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
		border-left:0;
		border-bottom: 2px solid #08466d;
		padding-left:0px;
		font-size:14px;
    }
	
	.access-area .asc-action {
		width: 100% !important;
	  }
	  .slide-content li h3 {
		font-size: 30px;
	  }
	  .why-mortgage ul li {
		min-height: 250px;
	  }
	  .asc-action .active {
		margin-top: 10px !important;
	  }
	  .footer-slider .slick-next,
	  .slick-prev {
		display: none !important;
	  }
	  .slick-slider {
		display: none !important;
	  }
	  .mobslide {
		text-align: center;
	  }
	  .mobslide img {
		margin: 10px;
		width: 100px;
		height: auto;
	  }
	.main-content .contant-stage {
			padding-top:40px;
	}
	.description .item-content {
		flex-wrap: wrap;
	}
	.description .item-content .left-con, .description .item-content .right-con {
		flex-basis: auto;
		width:100%;
		padding:20px 10px;
		min-height:auto;
	}
	.reverse {
		flex-direction: column-reverse;
	}
	
	.left-con.white-bg, .right-con.white-bg {
		padding:0;
	}
	.description .item-content .left-con h2, .description .item-content .right-con h2 {
		font-size:24px;
		line-height:30px;
		margin-bottom:10px;
	}
	 .description .item-content .left-con h3, .description .item-content .right-con h3 {
		 font-size:20px;
		line-height:30px;
		margin-bottom:10px;
	 }
	.main-content .contant-stage {
		padding-left:0;
	}
	.page-section {
		margin-top:40px;
		/*border:2px solid #dedede;*/
	}
	.note-section li ul {
		margin-bottom:0;
	}
	
}