.potm-stylebar {
	height: auto;
	background: #ffffff;
	width: 100%
}
#banner-sep {
  height:8px;
}
.potm-stylebar span {
 border-bottom: 5px solid #fff;
}
.potm-stylebar .feature-stylebar {
	font-family: Montserrat-Bold;
	font-size: 65px;
	color: #000;
	margin: 0 auto;
	text-align: center;
	letter-spacing: 3px;
	padding: 30px 0;
  	max-width:1000px;
	background: linear-gradient(270deg, #00cfc7, #dd00f7, #0081ff, #53fff1);
    background-size: 200% 200%;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color:transparent;
    -webkit-animation: AnimationName 5s ease infinite;
    -moz-animation: AnimationName 5s ease infinite;
    animation: AnimationName 5s ease infinite;
  	line-height:1;
  }
.potm-stylebar i {
	padding:0 15px;
}

@-webkit-keyframes AnimationName {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-moz-keyframes AnimationName {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes AnimationName {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
#small-button a:link {
	color:#ffffff;
}
#small-button a:visited {
	color:#ffffff;
}
@font-face {
font-family: 'Intel Clear Pro';
src: url('/fonts/IntelClearPro-Bold.woff');
}
.feature-text {
	padding-bottom:15px;
}
/* Hover Grow */
.hvr-grow {
  display: inline-block;
  width:250px;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-grow:hover, .hvr-grow:focus, .hvr-grow:active {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
/* Scroll To Top */
.scrollToTop {
	width: 60px;
	height: 60px;
	text-align:center;
	background: #30b68c;
	font-weight: bold;
	font-size:18pt;
	color: #ffffff;
	text-decoration: none;
	position:fixed;
	bottom:20px;
	right:20px;
	display: flex;
	align-items: center;
}
.scrollToTop i {
	margin: 0 auto 5px auto;
}
.scrollToTop:hover{
	background:#1e7c5f;
	color: #ffffff;
}
.hero-logos {
	display:block;
}
.hero-logos img {
	max-width:350px;
	margin:20px 0 40px 0;
}
.products {
	max-width: 1170px;
	margin: 0 auto;
}
.sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
section#main.inner {
	max-width: 100% !important;
}
section#main.main-ind {
	padding-top: 0;
	background: #ffffff;
}
.landing-container {
	max-width: 1170px;
	margin: 0 auto
}
.landing-container a {
	text-decoration: none
}
.landing-container hr {
	border: 0;
	border-bottom: 2px solid #000;
	clear: none;
	margin: 10px auto
}
.landing-container .temp-title1{
    font-family: 'Montserrat-Bold';
    font-size: 36px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #000000;
    margin: 0;
    line-height: 1.2;
}
.temp-title1 span {
	font-family: 'Montserrat-Light';
}
.temp-title1 span#lowercase {
	text-transform:lowercase;
	font-family: 'Montserrat-Bold';
}
.landing-container .temp-title2{
    font-family: 'Montserrat-Light';
    font-size: 18px;
    font-weight: normal;
    text-transform: uppercase;
    color: #000000;
    margin: 0px;
}
p.potmpricing {
	font-family: Montserrat-Bold!important;
	text-transform: uppercase;
	font-size: 50px!important;
	margin: 0!important;
	color: #000000!important
}
.oldpricingline {
	text-decoration-line: line-through
}
p.oldpricing {
	font-family: Montserrat-Bold!important;
	text-transform: uppercase;
		font-size: 25px!important;
	margin: 0!important;
	color: #000000!important;
}
p.pricingnote {
	font-family: Montserrat-Bold!important;
	text-transform: uppercase;
	font-size: 12px!important;
	color: #fff;
	display: inline-block;
	margin: 0 10px 0 0;
	float: left;
	position: relative;
	top: 15px
}
p.pricingnote#pricingwas {
	top: 5px
}
span.saveprice {
	color:#cb00ff !important;
}
.landing-container p {
	font-family: 'Open Sans';
	font-size: 18px;
	color: #fff;
	line-height: 1.5
}
#small-button {
	padding:15px;
	margin:15px 0;
	font-size:15px;
}
.button-inner {
	padding:15px;
	background-color:#ffffff;
	color:#000000;
}
.button-inner:hover {
	padding:15px;
	background: #d400f4; /* Old browsers */
	background: -moz-linear-gradient(left,  #d400f4 0%, #00cfc7 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #d400f4 0%,#00cfc7 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #d400f4 0%,#00cfc7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d400f4', endColorstr='#00cfc7',GradientType=1 ); /* IE6-9 */
	color:#ffffff;
}
.landing-button {
	background: #d400f4; /* Old browsers */
	background: -moz-linear-gradient(left,  #d400f4 0%, #00cfc7 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #d400f4 0%,#00cfc7 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #d400f4 0%,#00cfc7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d400f4', endColorstr='#00cfc7',GradientType=1 ); /* IE6-9 */
	border: none;
	color: #fff;
	padding: 5px;
	margin: 20px 0;
	text-transform: uppercase;
	font-family: Montserrat-Bold, sans-serif;
	font-size: 24px;
	font-size: 24px;
	cursor: pointer;
	display: inline-block;
}
.landing-button:hover {
	background: #d400f4; /* Old browsers */
	background: -moz-linear-gradient(left,  #d400f4 0%, #00cfc7 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #d400f4 0%,#00cfc7 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #d400f4 0%,#00cfc7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d400f4', endColorstr='#00cfc7',GradientType=1 ); /* IE6-9 */
	opacity:0.8;
}
.landing-button i {
	padding-left: 5px
}

.feature-headline-fl-inner ul {
	color: #fff;
	font-family: 'Open Sans';
	font-size: 14px;
	list-style: none;
	padding-left: 25px;
}
.feature-headline-fl-inner li {
	padding-bottom: 5px
}

.feature-headline-fl-inner li:before {
	content: "\f0da";
	font-family: FontAwesome;
	display: inline-block;
	margin-left: -1.3em;
	width: 1.3em;
	color: #DD2323;
	font-size:14px;
}
.hr-line {
	background: #d400f4; /* Old browsers */
	background: -moz-linear-gradient(left,  #d400f4 0%, #00cfc7 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #d400f4 0%,#00cfc7 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #d400f4 0%,#00cfc7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d400f4', endColorstr='#00cfc7',GradientType=1 ); /* IE6-9 */
	height: 5px;
	max-width: 80px;
	border-radius: 3px;
	margin: 15px 0
}
.feature-terms {
	font-family: 'Open Sans';
	font-size: 12px;
	color: #898989;
	max-width: 750px;
	margin: 0 auto 15px auto;
	text-align: center;
	display: inline-block
}

#section-terms {
	text-align: left;
}
#promo-terms {
	display:block;
	color:#b9b9b9 !important;
	font-size:10px;
}
#promo-terms a:link {
	color:#76b900 !important;
}
#promo-terms a:visited {
	color:#76b900 !important;
}
#promo-terms a:hover {
	text-decoration:underline;
}
.feature-terms a {
	color:#89FBFF;
	font-weight:bold;
}
.feature-potm {
	width: 100%;
	background: #2f2f2f;
	padding: 30px 0;
	margin: 0 auto
}
.feature-potm .header-title1 {
	font-family: Montserrat-Bold;
	font-size: 60px;
	margin: 0;
	text-align: center;
	letter-spacing: 3px
}
.feature-potm .header-title2 {
	font-family: Montserrat-Light;
	font-size: 18px;
	margin: 0 auto;
	text-align: center;
	letter-spacing: 3px;
}
#list-freebie {
	font-family:'Klavika';
	font-weight:bold;
	font-size:18px;
	color:#DD2323;
}
#list-freebie a:link, #list-freebie a:visited {
	color:#DD2323;
}
#list-freebie a:hover {
	color:#ffffff;
}
.potm-sep {
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(0,204,255,1) 20%, rgba(210,13,255,1) 50%, rgba(0,204,255,1) 80%, rgba(255,255,255,1) 99%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(0,204,255,1) 20%,rgba(210,13,255,1) 50%,rgba(0,204,255,1) 80%,rgba(255,255,255,1) 99%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(0,204,255,1) 20%,rgba(210,13,255,1) 50%,rgba(0,204,255,1) 80%,rgba(255,255,255,1) 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
	height:3px;
	width:100%;
	overflow:hidden;
}
.pba-sep {
	background: rgb(64,64,64); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(64,64,64,1) 0%, rgba(207,20,28,1) 50%, rgba(64,64,64,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(64,64,64,1) 0%,rgba(207,20,28,1) 50%,rgba(64,64,64,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(64,64,64,1) 0%,rgba(207,20,28,1) 50%,rgba(64,64,64,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#404040', endColorstr='#404040',GradientType=1 ); /* IE6-9 */
	height:5px;
	width:100%;
}
.pba-sep2 {
	background: rgb(47,47,47); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(47,47,47,1) 0%, rgba(207,20,28,1) 50%, rgba(47,47,47,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(47,47,47,1) 0%,rgba(207,20,28,1) 50%,rgba(47,47,47,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(47,47,47,1) 0%,rgba(207,20,28,1) 50%,rgba(47,47,47,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f2f2f', endColorstr='#2f2f2f',GradientType=1 ); /* IE6-9 */
	height:5px;
	width:100%;
}
/*******HEADLINE-SECTION*******/
.feature-headline {
	background-image: url(/images/landing/pcs/school/feature-headline-bg.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	overflow: hidden;
	width: 100%;
	height: auto;
}
.feature-headline .landing-container {
	width:100%;
	max-width:100%;
}
.feature-headline-inner {
	display: flex;
	height:1200px;
}
.feature-headline-fl {
	width: 50%
}
.feature-headline-fr {
	width: 50%;
}
#headline-left p.temp-title1 {
	color:#000000 !important;
}
#headline-right p.temp-title1 {
	  color:#ffffff;
}
.feature-headline-inner .temp-title1 {
	color: #ffffff;
	font-size: 70px;
	text-align:center;
	margin:70px auto 0 auto;
}
/*******HEADLINE-SECTION-END*******/
/*******HERO-SECTION*******/
.feature-hero {
	background-color:#ffffff;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	overflow: hidden;
	width: 100%;
	height: auto;
}
.feature-hero-inner {
	display: flex;
	flex-direction: row-reverse;
	padding: 50px 20px
}
.feature-hero#hero-flip .feature-hero-inner {
	flex-direction:row;
}
.feature-hero#hero-flip .landing-container {
	max-width:100%;
}
.feature-hero#hero-flip .feature-hero-inner .feature-hero-fl-inner {
	max-width:50%;
}
.feature-hero#hero-flip .feature-hero-inner .feature-hero-fr img {
	margin-left:50px;
}
.feature-hero p sup {
	font-size:25px;
	font-family:'Montserrat-Light';
}
.feature-hero-fl {
	display: flex;
	align-items: center;
	width: 50%
}
.feature-hero-fr {
	width: 50%;
}
.feature-hero-fr img {
	width:1100px;
	max-width:1100px;
}
.feature-hero .temp-title1 {
	color: #000000;
	font-size: 50px;
}
.feature-hero p {
	color: #000000;
}
.feature-hero-fl-middle img {
	display: inline-block;
	float: left
}
.feature-hero-fl-inner ul {
	color: #000000;
	font-family: 'Open Sans';
	font-size: 14px;
	list-style: none;
	padding-left: 25px;
}
.feature-hero-fl-inner li {
	padding-bottom: 5px
}

.feature-hero-fl-inner li:before {
	content: "\f0da";
	font-family: FontAwesome;
	display: inline-block;
	margin-left: -1.3em;
	width: 1.3em;
	color: #00cfc7;
	font-size:14px;
}

/*******HERO-SECTION-END*******/
/*******FEATURE-ONE*******/
.landing-feat1{
    background:#ffffff;
	background-size:cover;
    overflow: hidden;
    padding: 100px;
}
.landing-feat1 sup {
	font-size:12px;
}
.landing-feat1 span {
	font-family:Montserrat-Bold;
	text-transform:lowercase;
}
.landing-feat1-inner{
     display: flex;
	 align-items:center;
}
.landing-feat1-fl{
    width: 50%;
}
.landing-feat1-fl img{
    max-width: 100%;
    display: block;
}
.landing-feat1-fr{
    width: 50%;
    display: flex;
    align-items: center;
}
.landing-feat1-fr-inner{
    padding: 40px;
}
.landing-feat1-fr .temp-title1{
    color: #000000;
    font-size: 22px;
}
.landing-feat1-fr p {
    color: #000000;
	font-size:16px;
}
.landing-feat1-fr-inner img {
	margin-bottom:40px;
}
#smaller-rtx {
	width:150px;
	display:block;
}

/**********Feature-Center-One********/
.feature-center-one {
		width:100%;
		display:flex;
		align-items:center;
		background-image:url('/images/landing/pcs/school/rog-pattern.jpg');
		background-size:cover;
		background-position:top center;
		overflow: hidden;
		padding: 100px 0;
		padding: 100px 0;
}
.feature-center-one .hr-line {
	background:none;
	background-color:#cf141c;
}
.feature-center-one .landing-button#small-button {
	background:none;
	background-color:#cf141c;
}
.feature-center-one .landing-button#small-button:hover {
	background:none;
	background-color:#b40008;
}
.feature-center-one-inner {
		max-width:950px;
}
.feature-center-one-inner p#temp-title1 {
	font-family: 'Montserrat-Bold';
    font-size: 36px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #ffffff;
    margin: 0;
    line-height: 1.2;
}
.feature-center-one-inner .landing-button {
	margin:10px auto !important;
}
.feature-center-one p {
	text-align:center;
	color:#ffffff;
}
.feature-center-one img {
	margin: 0 auto 50px auto;
	display:block;
	max-width:100%;
	width:500px;
}
	
/*******FEATURE-ONE-END*******/

.landing-triple {
	background: repeating-linear-gradient(45deg, #ffffff, #ffffff 5px, #fafafa 5px, #fafafa 8px);
	padding:150px 0;
	margin:0 auto;
	overflow:hidden;
	width:100%;
}
.triple-feature {
	margin:0 auto;
	width:100%;
}
.triple-box {
	width:33.3333%;
	float:left;
	text-align:center;
}
.landing-promo .triple-wifi {
	margin:50px auto 50px auto;
}
.triple-feature .triple-title {
	font-family:'Montserrat-Bold';
	color:#000000;
	font-size:22px;
	text-align:center;
	padding:0;
	margin:25px auto;
	max-width:300px;
}
.landing-promo .landing-container .triple-wifi .triple-feature .triple-title {
	font-family:'Intel Clear Pro';
	color:#ffffff;
	font-size:40px;
	text-align:center;
	padding:0;
	max-width:250px;
	line-height:1;
}
.triple-box .triple-text {
	font-family:'Open Sans';
	color:#000000;
	font-size:16px;
	max-width:320px;
	text-align:center;
	margin: 15px auto;
}
.triple-box .hr-line {
	margin: 0 auto;
}
.triple-box .hr-line {
	margin: 0 auto;
}
/*******FEATURE-TWO*******/
.landing-feat2{
	background:#ffffff;
	background-size:cover;
    overflow: hidden;
    padding: 100px;
}
.landing-feat2-fl-inner img {
	max-width:300px;
}
.landing-feat2-inner{
     display: flex;
	 align-items:center;
	 flex-direction:row-reverse;
}
.landing-feat2-fr{
    width: 50%;
}
.landing-feat2-fr img{
    max-width: 100%;
    display: block;
}
.landing-feat2-fl{
    width: 50%;
    display: flex;
    align-items: center;
}
.landing-feat2-fl-inner {
    padding: 40px;
}
.landing-feat2-fl-inner img {
	margin-bottom:40px;
	display:block;
}
.landing-feat2-fl .temp-title1{
    color: #000000;
    font-size: 22px;
}
.landing-feat2-fl p{
    color: #000000;
	font-size:16px;
}
/*******FEATURE-TWO-END*******/
/*******FEATURE-LOGOS*******/
.feature-logos {
	background: rgb(250,223,255); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(250,223,255,1) 0%, rgba(202,237,255,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(250,223,255,1) 0%,rgba(202,237,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(250,223,255,1) 0%,rgba(202,237,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fadfff', endColorstr='#caedff',GradientType=1 ); /* IE6-9 */
	height:auto;
	margin:0;
	padding:50px 0;
}
.feature-logos .landing-container {
	max-width:100%;
}
.feature-logos .logos-title1 {
	font-family:'Montserrat';
	font-size:32px;
	color:#000000;
	margin:0;
	padding:0;
	text-align:center;
}
.feature-logos  {
	display:block;
	text-align:center;
}
.feature-logo-garden img {
	padding:20px;
	max-width:250px;
}
.feature-logos .hr-line {
	margin: 15px auto;
}
/*******FEATURES-LOGOS-END*******/

/*******FEATURE-INTRO*******/
.landing-intro{
	background-color:#ffffff;
	overflow: hidden;
	width: 100%;
	padding:100px 0;
	height: auto;
}
.landing-intro p.temp-title1 {
	font-family:'Montserrat-Bold';
	color:#000000;
	font-size:40px;
	text-align:center;
}
.landing-intro p.temp-title2 {
	font-family:'Montserrat-Light';
background: -webkit-linear-gradient(45deg, #d003f3, #02cdc7);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color:#000000;
	font-size:30px;
	text-align:center;
}
.landing-intro .hr-line {
	margin: 20px auto 20px auto;
}
.landing-intro p {
	color:#000000;
	text-align:left;
}
#intro-img1 {
	max-width:800px;
	width:100%;
	margin:20px auto;
	text-align:center;
	display:block;
}
.intro-button {
	margin:0 auto;
	display:block;
	text-align:center;
}
.intro-text {
	max-width:1000px;
	margin:0 auto;
}
/*******FEATURE-INTRO-END*******/
/*******FEATURE-PROMO*******/
.landing-promo{
	background: rgb(11,32,80); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(11,32,80,1) 0%, rgba(6,82,161,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(11,32,80,1) 0%,rgba(6,82,161,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(11,32,80,1) 0%,rgba(6,82,161,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b2050', endColorstr='#0652a1',GradientType=0 ); /* IE6-9 */
	overflow: hidden;
	width: 100%;
	padding:50px 0;
	height: auto;
}

.landing-promo p.temp-title1 {
	font-family:'Intel Clear Pro';
	color:#ffffff;
	font-size:80px;
	text-align:center;
	line-height:1.5;
}
.landing-promo p.temp-title1a {
	font-family:'Intel Clear Pro';
	color:#ffffff;
	font-size:120px;
	text-align:center;
	line-height:0.6;
}
.landing-promo p.temp-title2 {
	font-family:'Intel Clear Pro';
	font-weight:bold;
	color:#ffe65e;
	font-size:60px;
	line-height:1;
	text-align:center;
}
.landing-promo .hr-line {
	margin: 20px auto;
}
.landing-promo p {
	color:#ffffff;
	text-align:left;
	margin:20px auto;
}
.landing-promo img {
	margin:0 auto;
	display:block;
}
.promo-button {
	margin:0 auto;
	display:block;
	text-align:center;
}

/*******FEATURE-PROMO-END*******/

/*******RESPONSIVE*******/
@media screen and (max-width:1920px) {
	.feature-hero#hero-flip .feature-hero-inner .feature-hero-fl-inner {
		max-width:65%;
	}
  	.feature-headline-inner {
		display: flex;
		height:900px;
	}
	.feature-headline-inner .temp-title1 {
		color: #ffffff;
		font-size: 60px;
		text-align:center;
		margin:50px auto 0 auto;
	}
	.feature-hero-fr img {
		width:850px;
		max-width:850px;
	}
}
@media screen and (max-width:1500px) {
	/*******HERO-SECTION*******/
	.feature-hero-inner {
		display: block;
	}
	.feature-hero-fl {
		display: block;
		align-items: center;
		width: 100%;
		padding:20px 0;
	}
	.feature-hero-fr {
		display: block;
		align-items: center;
		width: 100%;
		padding:20px 0;
	}
	.feature-hero-fr img {
		width:100%;
		max-width:700px;
		display:block;
		margin: 0 auto;
		text-align:center;
	}
	.feature-hero-fl img {
		width:100%;
		max-width:700px;
		display:block;
		margin: 0 auto;
		text-align:center;
	}
	.hero-logos {
		width:100%;
		max-width:354px;
		display:block;
	}
	.feature-hero-fl-middle {
		margin-bottom:50px;
	}
	/*******HERO-SECTION-END*******/
	.feature-hero .landing-container {
		width:100%;
		margin:20px;
	}
	.feature-hero#hero-flip .feature-hero-inner {
		flex-direction:row;
	}
	.feature-hero#hero-flip .landing-container {
		max-width:100%;
	}
	.feature-hero#hero-flip .feature-hero-inner .feature-hero-fl-inner {
		max-width:100%;
	}
	.feature-hero#hero-flip .feature-hero-inner .feature-hero-fr img {
		margin:0 auto;
	}
}
@media screen and (max-width:1170px) {
	.tablink-button{
		display: flex;
		width: 50%;
	}
	.landing-triple {
		padding:50px 0;
		display:block;
		width:100%;
	}
	.triple-box {
		width:100%;
		float:none;
		display:block;
		text-align:center;
	}
	.triple-box .triple-text {
		max-width:600px;
		padding:20px;
	}
	.potm-stylebar .feature-stylebar {
			font-size: 26px;
		}
	.feature-potm .header-title1 {
		font-size: 36px;
		line-height: 1.1;
		margin-bottom: 20px;
	}
	.feature-potm .header-title2 {
		font-size: 16px;
	}

	/*******FEATURE-ONE*******/
	.landing-feat1{
		padding: 20px 0;
	}
	.landing-feat1-inner{
		display: block;
	}
	.landing-feat1-fl {
		width: 100%;
		padding:20px;
	}
	.landing-feat1-fl img{
		width:100%;
		max-width: 450px;
		margin: 0 auto;
		text-align:center;
		display: block;
	}
	.landing-feat1-fr{
		width: 100%;
		display: block;
		padding:20px;
	}
	.landing-feat1-fr-inner{
		padding: 20px;
	}
	.landing-feat1-fr-inner img {
		margin-bottom:20px;
	}
	/*******FEATURE-ONE-END*******/

	/*******FEATURE-TWO*******/
	.landing-feat2{
		padding: 20px 0;
	}
	.landing-feat2-inner{
		display: block;
	}
	.landing-feat2-fr{
		width: 100%;
		padding:20px;
	}
	.landing-feat2-fr img{
		width:100%;
		max-width: 450px;
		margin: 0 auto;
		text-align:center;
		display: block;
	}
	.landing-feat2-fl{
		width: 100%;
		display: block;
		padding:20px;
	}
	.landing-feat2-fl-inner {
		padding: 20px;
	}
	.landing-feat2-fl-inner img {
		margin-bottom:20px;
	}
	/*******FEATURE-TWO-END*******/
	.feature-terms {
			margin: 15px 0;
			float: none
		}
}
@media screen and (max-width:850px) {
  .feature-headline-inner .temp-title1 {
      color: #ffffff;
      font-size: 45px;
      text-align:center;
      margin:30px auto 0 auto;
  }
}