@font-face {
font-family: 'Intel Clear Pro';
src: url('/fonts/IntelClearPro-Bold.woff');
}

#navbar-hide {
  display:none;
}
/**********************************products-card***********************************/
.products{
  background-color: #fff !important;
  max-width:1170px;
  margin:50px auto;
}
.config_button_holder{
  margin-top: auto;
  padding: 0 20px 20px 20px;
}
.product .column-ind-holder .column-ind-header {
	background:#0062ac;
    border-radius: 5px 5px 0 0;
  }
.product .column-ind-holder .column-content .product-image-holder .product-image {
  height:auto;
  padding:10px 0;
}
.product .column-ind-holder .column-content .product-image-holder .product-image img{
  width: 200px;
  height: auto;
}
.product .column-ind-holder .column-content {
  border-radius: 0 0 5px 5px;
  padding: 0px!important;
  background: #ffffff;
}
.product .column-ind-holder .column-ind-header h3 {
  color: #ffffff;
}
.product .column-ind-holder .column-content .products-points-holder ul li {
  font-size: 14px;
  color: #000000;
}
.product .column-ind-holder .column-content .config_button_holder .btn {
  background-color: #0062ac;
  border-color: #0062ac;
  color: #ffffff;
}
.product .column-ind-holder .column-content .products-points-holder {
  padding: 0 20px 20px 20px;
  background-color: #ffffff;
  margin-top: 0;
}
.product .column-ind-holder .column-content .products-points-holder ul li:before{
  	color: #0062ac;
}
.product .column-ind-holder .column-content .from-inc-price{
  	color: #000000;
  	padding: 0 20px;
}
.product .column-ind-holder .column-content .from-inc-price span {
  	color: #0062ac;
}
.product .column-ind-holder .column-content .config_button_holder .btn:hover{
  color: #ffffff;
  background-color: #006dc0;
  border-color: #006dc0;
}
/**********************************products-card***********************************/
/*******NAV-SECTION*******/
.landing-nav {
  	position: relative;
    display: flex;
	width:100%;
	background:#0062ac;
  box-shadow: 0px 2px 6px 0px #0000006b;
    z-index: 1;
}
.landing-nav .landing-container {
	max-width:100%;
  	margin:0 auto;
}
.landing-nav-inner {
	display:flex;
	align-items:center;
	margin: 0 auto;
	justify-content:center;
}
.landing-nav ul {
	list-style-type: none;
	text-align:center;
	width:100%;
	overflow:hidden;
	padding:0;
    align-items:center;
}
.landing-nav img {
	padding:0;
	margin-right: 20px;
}
.landing-nav li {
	font-family: Montserrat-Medium, sans-serif;
    font-size: 14px;
    cursor: pointer;
	color:#ffffff;
	padding: 15px 25px;
	margin:0 auto;
    align-items:center;
    font-weight:normal;
    list-style: none;
}
.landing-nav li sup {
	font-size:6px;
}
.dropdown sup {
	font-size:6px;
}
.landing-nav #nav-active {
	background:#005391;
}
.landing-nav li:hover {
	background:#005391;
}
.landing-nav li span {
	font-family:Montserrat-Bold;
	background:#fbdc03;
	color:#000000;
	text-transform:uppercase;
	font-size:8px;
	padding:2px;
	position:relative;
	top:-8px;
}
#hub-nav-bar {
	display:none;
	font-size: 22px;
	color:#ffffff;
}
#navbar-responsive {
	display:block;
}
#logo-hover{
    float: left;
}
#logo-hover img:hover {
	opacity:0.8;
}
/**********Nav-icon**********/
#nav-icon{
    width: 28px;
    height: 28px;
    position: absolute;
    top: 13px;
    right: 20px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
  }
  
#nav-icon span{
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #ffffff;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
  }
#nav-icon span:nth-child(1) {
    top: 0px;
  }
  
  #nav-icon span:nth-child(2),#nav-icon span:nth-child(3) {
    top: 9px;
  }
  
  #nav-icon span:nth-child(4) {
    top: 18px;
  }
  
  #nav-icon.open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
  }
  
  #nav-icon.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  
  #nav-icon.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  
  #nav-icon.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
  }
  
 /**********Nav-icon**********/

.mob-menu{
    display: inherit;
    align-items: center;
}
.mob-menu img {
	margin-left:10px;
}
.menu-icon{
    display: none;
    font-size: 28px;
    color: #ffffff;
	float:right;
	cursor:pointer;
}
.responsive-dropdown {
	display:none;
}
/* Style The Dropdown Button */
.dropbtn {
  background-color: #0062ac;
	font-family: Montserrat-Medium, sans-serif;
    font-size: 14px;
    cursor: pointer;
	padding: 15px 25px;
	color:#ffffff;
	font-weight:normal;
	border:none;
}
.dropbtn span {
	font-family:Montserrat-Bold;
	background:#fbdc03;
	color:#000000;
	text-transform:uppercase;
	font-size:8px;
	padding:2px;
	position:relative;
	top:-8px;
}
/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #0062ac;
  min-width: 250px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
	font-family: Montserrat-Medium, sans-serif;
    font-size: 14px;
	color:#ffffff;
	font-weight:normal;
	text-decoration:none;
    display: block;
  	padding:18px;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #005391}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
  background-color: #005391;
}

/*******END-NAV-SECTION*******/
section#main .inner {
max-width: 100% !important;
  background-color:#fff !important;
  padding:0;
}
section#main.main-ind {
	padding-top:0;
  	padding-bottom:0;
    background-color: #ffffff !important;
}
section#main {
    background-image: none;
}
.feature-text {
	padding-bottom:15px;
}
.landing-recommended {
	width: 100%;
	height: auto;
	text-align: center;
	background-color: #0071c5;
	margin: 0;
	display: block;
}
.landing-recommended p {
	font-family: 'Montserrat-Bold';
	font-size: 32px;
	text-transform: uppercase;
	color: #ffffff;
	line-height: 1.2;
	margin: 0;
	padding: 15px 0;
}

.sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

.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: 'Saira';
	font-weight: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: 'Saira', sans-serif;
    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: #0092ff;
	color:#ffffff;
}
.landing-button {
	background: #0071c5;
	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: #0092ff;
}
.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: #0071c5;
	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;
}
.feature-headline-title #promo-terms {
	color:#ffffff !important;
	font-size:14px;
	max-width:900px;
	text-shadow: 2px 2px #000000;
}
#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;
}
.potm-sep {
	background-color:#0071c5;
	height:3px;
	width:100%;
	position:relative;
	overflow:hidden;
}
/*******HEADLINE-SECTION*******/
.feature-headline {
	background-image: url(/images/landing/intel/laptopsoffer/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:1300px;
}
.feature-headline-fl {
	width: 50%
}
.feature-headline-fr {
	width: 50%;
}
.feature-headline-inner .temp-title1 {
	color: #ffffff;
	font-size: 80px;
	text-align:center;
		text-shadow: 4px 2px #000000;
}
.feature-headline-inner .temp-title1 sup {
	font-size: 50px;
}
.feature-headline-inner .temp-title2 {
	font-family:Saira;
	font-weight:bold;
	color: #ffffff;
	font-size: 25px;
	text-align:center;
	text-transform:none;
	text-shadow: 2px 2px #000000;
	line-height:1;
}
.feature-headline-inner .temp-title2 sup {
	font-size:15px;
}
.feature-headline-title {
	text-align:center;
	margin:30px auto;
}
/*******HEADLINE-SECTION-END*******/

/*******FEATURE-ONE*******/
.landing-feat1{
    background-image:url('/images/landing/intel/laptopsoffer/i7-bg.jpg');
	background-size:cover;
    overflow: hidden;
    padding: 100px;
	position:relative;
	
}
.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:14px;
}
.landing-feat1-fr-inner img {
	margin-bottom:40px;
}
#smaller-rtx {
	width:150px;
	display:block;
}
/*******FEATURE-PROMO*******/
.landing-promo{
    background-image:url('/images/landing/intel/laptopsoffer/wifi6bg.jpg');
	background-size:cover;
    overflow: hidden;
	width: 100%;
	padding:50px 0;
	height: auto;
	position:relative;
	
}

.landing-promo p.temp-title1 {
    font-family: 'Intel Clear Pro';
    color: #ffffff;
    font-size: 50px;
    line-height: 1;
    padding-top: 20px;
	margin:0 auto;
}
.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:center;
	margin:20px auto;
	font-size:22px;
	max-width:950px;
}
.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:2560px) {
	.feature-headline-title {
		padding-top:50px;
	}
}
@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:950px;
	}
	.feature-headline-inner .temp-title1 {
		color: #ffffff;
		font-size: 80px;
		text-align:center;
	}
	.feature-headline-inner .temp-title2 {
		color: #ffffff;
		font-size: 28px;
		text-align:center;
	}
	.feature-headline-title {
		padding-top:0;
	}
}
@media screen and (max-width:1170px) {
   /*******NAV-SECTION*******/
    .landing-nav {
		display:block;
         height:auto;
         overflow: auto;
    }
    .landing-nav-inner {
        display:block;
		height:auto;
    }
	#navbar-responsive {
		display:none;
    }
    .landing-nav a {
        display: block;
        overflow: hidden;
        clear: both;
    }
    .landing-nav li {
        text-align: center;
    }
	.landing-nav img {
		margin:0;
		padding:10px 20px;
		display:block;
		float:left;
	}
	#hub-nav-bar {
		display:block;
		float:right;
		padding: 15px 10px 10px 10px;
	}
    .menu-icon{
        display: block;
    }
	.mob-menu li {
        display: none;
    }
    .mob-menu.responsive {
        position: relative;
    }
    .mob-menu.responsive li {
      float: none;
      display: block;
    }
	.responsive-promos {
		display:block;
	}
	.dropdown {
		display:none;
	}
/*******END-NAV-SECTION*******/
	/*******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:600px) {
	.feature-headline {
		padding-bottom:200px;
		background-position:bottom;
	}
	.feature-headline-inner .temp-title2 {
		color: #ffffff;
		font-size: 25px;
		text-align: center;
	}
}