/*reset css*/
body h1, body h2, body h3, body h4, body h5, body a, body p, body span, body strong {
  margin: 0;
  padding: 0;
}
body h1, body h2, body h3, body h4, body h5 {
  font-weight: normal;
}
a, img {
  text-decoration: none;
  outline: none;
}
a:focus {
  outline: none;
  outline: 0;
  outline-offset: -2px;
}
.img-responsive {
  width: 100% !important;
}
/*reset css*/
body {
  margin: 0;
  padding: 0;
  font-family: "HPSimplifiedLight";
  color: #191919;
  font-size: 14px;
  line-height: 24px;
}
@font-face {
  font-family: "HPSimplified";
  font-style: normal;
  font-weight: normal;
  src: url("http://www8.hp.com/us/en/images/fonts/v2-0/hps-euro-w01-regular-eot.eot?#iefix") format("embedded-opentype"), url("http://www8.hp.com/us/en/images/fonts/v2-0/hps-euro-w01-regular-woff.woff") format("woff"), url("http://www8.hp.com/us/en/images/fonts/v2-0/hps-euro-w01-regular-ttf.ttf") format("truetype");
}
@font-face {
  font-family: "HPSimplifiedLight";
  font-style: normal;
  font-weight: normal;
  src: url("http://www8.hp.com/us/en/images/fonts/hps/latin-e-light-eot.eot?#iefix") format("embedded-opentype"), url("http://www8.hp.com/us/en/images/fonts/hps/latin-e-light-woff.woff") format("-woff.woff"), url("http://www8.hp.com/us/en/images/fonts/hps/latin-e-light-ttf.ttf") format("truetype");
}
/*Container*/
.container {max-width: 1240px; width: 100%; margin: 0 auto; position: relative;}
/*Container*/
section {
  float: left;
  width: 100%;
}

h1{
	font-family: "HPSimplified";
	color: #191919;
	font-size: calc(26px + (48 - 26) * ((100vw - 300px) / (1920 - 300))); 
	line-height: calc(28px + (50 - 28) * ((100vw - 300px)/(1920 - 300)));
}

h2{
	font-family: "HPSimplified";
	font-size: calc(24px + (38 - 24) * ((100vw - 300px) / (1920 - 300))); 
	line-height: calc(26px + (40 - 26) * ((100vw - 300px)/(1920 - 300)));
}


h3{
	font-family: "HPSimplified";
	font-size: calc(22px + (30 - 22) * ((100vw - 300px) / (1920 - 300))); 
	line-height: calc(26px + (32 - 26) * ((100vw - 300px)/(1920 - 300)));
}

h4{
	font-family: "HPSimplified";
	font-size: calc(18px + (20 - 18) * ((100vw - 300px) / (1920 - 300))); 
	line-height: calc(24px + (22 - 24) * ((100vw - 300px)/(1920 - 300)));
}

h5{
	font-family: "HPSimplified";
	font-size: calc(20px + (24 - 20) * ((100vw - 300px) / (1920 - 300))); 
	line-height: calc(26px + (26 - 26) * ((100vw - 300px)/(1920 - 300)));
}

p {
  font-size: 16px;
}

sup {
	font-size: 60%;
	top: 5px;
    letter-spacing: 0.01875rem;
    line-height: 0;
    vertical-align: top;
}

#banner img{ max-width: 100%;}

.hero_banner{ background: #fff; padding: 15px 30px; max-width: 558px; position: absolute; right: 0; bottom: 63px;}
.hero_banner h2{ font-size: 24px; margin-top: 12px; }
.hero_banner ul{ margin-right: 90px; margin-top: 12px; padding-left: 10px;}

/* Hero slider */
/* Slides Information*/

.heroslider{float: left; width: 100%; position: relative;}
.hero_custom_pager_container{max-width: 95px; bottom: 16px; position: absolute; right: 23px;}
.hero_custom_pager {
    float: left;
    width: 100%;
    position: relative;
    cursor: pointer;
    border: 1px solid #e9e9e9;
    padding: 7px 0px 2px 10px;
    border-radius: 3px;
}
.hero_custom_pager .product_list {
    background: #fff;
    padding: 0px;
    margin: 0px;
    position: absolute;
    top: 102%;
    left: 0px;
    display: none;
    cursor: pointer;
	width: 100%;
	z-index: 999;
		-webkit-box-shadow: 0 5px 10px rgba(0,0,0,.5);
	box-shadow: 0 5px 10px rgba(0,0,0,.5);
 
    border-radius: 3px;
}
.hero_custom_pager .product_list li {
    list-style-type: none;
    display: block;
	border-bottom: 1px solid #e9e9e9;
	text-align: center
}
.hero_custom_pager .product_list li a {
    display: inline-block;
    padding: 10px;
    font-size: 10px;
    width: 10px;
	height: 10px;
    text-decoration: none;
	color: #000;
	border-radius: 50%;
	margin-top: 10px;
}

.hero_custom_pager .product_list li a.tab3 { background: #394245;}
.hero_custom_pager .product_list li a.tab4 { background: #4e4e4e;}
span.info_arrow {
    background: none !important;
    position: absolute;
    top: -35px;
    left: 0;
    height: 0px;
    width: 0px;
    border: none;
    border-bottom: 20px solid #fff;
    border-left: 20px solid rgba(0,0,0,0);
    border-right: 20px solid rgba(0,0,0,0);
    padding: 0 !important;
	display: none;
	opacity: 0;
}
.main-content {
    float: left;
	width: 100%;
	line-height: 1.3;
}
.main-content span{display: inline-block;
    padding:10px 10px;
    font-size: 10px;
    width: 10px;
	height: 10px;
    text-decoration: none;
	color: #000;
	border-radius: 50%;}

.main-content .slide1 span{ background: #394245;}
.main-content .slide2 span{ background: #4e4e4e;}


.slide1, .slide2, .slide3, .slide4, .slide5 {
    display: none;
    width: 100%;
    float: left;
    position: relative;
}

.slide1 span, .slide2 span, .slide3 span, .slide4 span, .slide5 span{
	padding-left: 10px;
}

.slide1 img, .slide2 img, .slide3 img, .slide4 img, .slide5 img  {
    width: 100%;
    display: block;
}

.slide_logo {
	position: absolute;
	right: 20px;
	top: 24px;
}
.slide_logo img {
	width: auto;
	max-width: 161px;
}
.slide-wrapper {
	position: relative;
	left: 0;
	top: 0;
	height: 100%;
	z-index: 9;
	float: left;
	width: 100%;
}
.slide-wrapper .container {
	position: relative;
	height: 100%;
}
.slide-info {
	max-width: 558px;
	width: 100%;
	position: absolute;
	right: 0px;
	bottom: 63px;
	z-index: 99;
	padding: 25px;
	background: #fff;
}
.slide-info h1 {
	font-family: "HPSimplified";
	font-size: 24px;
	color: #000;
}
.slide-info ul {
	margin: 10px 0 0 0;
	padding: 0 0 0 14px;
}
.slide-info ul li {
	font-size: 14px;
	color: #000;
	line-height: 22px;
}

.hero_custom_pager:after {
	content: "\f107";
	font-family: 'FontAwesome';
	font-size: 20px;
	position: absolute;
	z-index: 9;
	right: 10px;
	top: 5px;
	line-height: 1;
}
 
.slide-info .col-md-5.col-sm-5 {
	padding: 0px;
	font-size: 16px;
}
.slide-info .col-md-7.col-sm-7 {
	padding-left: 0px;
}
/* Slides Information*/
/* starting price */
.starting-price {
	float: left;
	width: 100%;
	background: #fafafa;
	font-size: 16px;
}
.starting-price ul {
	padding: 0px;
	margin: 0px;
	float: right;
}
.starting-price ul li:first-child {
	padding: 11px 0 0 0;
}
.starting-price ul li {
	list-style-type: none;
	float: left;
	margin-left: 35px;
	color: #000;
}
.starting-price ul li span {
	font-family: "HPSimplified";
}
.starting-price ul li a {
	float: left;
	font-size: 16px;
	line-height: 18px;
	background: #0171ad;
	padding: 14px 39px;
	color: #fff;
	text-decoration: none;
	font-family: "HPSimplified";
}
/* starting price */
/* gero slider */

.slider3 {
	/*background: url(../images/panel_2_3.png) no-repeat left top;*/
}
.slider1, .slider2, .slider3 {
	width: 100%;
	float: left;
}
.slider1 b, .slider2 b, .slider3 b{font-family: "HPSimplified";}
/*Tabing CSS End*/
/*Smart Tasks Content 1 background CSS*/
.save-time-content1 {
	width: 100%;
	position: relative;
	float: left;
}
/*Smart Tasks Content 1 background CSS*/
/*Smart Tasks Image Info CSS*/
.save-time-info {
	width: 479px;
	position: absolute;
	right: -45px;
	top: 17%;
	background: #ffa08d;
	padding: 55px 0px 77px 0px;
}
.save-time-info h3 {
	padding: 25px 77px 0px 55px;
	font-size: 38px;
	color: #000;
	line-height: 50px;
	letter-spacing: -1px;
	font-family: "HPSimplified";
}
.save-time-info p {
	padding: 39px 55px 0px 55px;
	font-size: 17px;
	color: #000;
	line-height: 30px;
}
.save-time-info p strong {
	font-size: 22px;
}
/*Smart Tasks Image Info CSS*/
/*Smart Tasks Content 2 CSS*/
.save-time-content2 {
	float: left;
	width: 100%;
	padding-top: 64px;
}
.save-time-content2 h4 {
	font-family: "HPSimplified";
	font-size: 30px;
	color: #818181;
	line-height: 30px;
	text-align: center;
	padding: 0 0 25px
}
.save-time-content2 p {
	font-family: "HPSimplified";
	font-size: 38px;
	color: #000000;
	line-height: 38px;
	text-align: center;
	padding: 0 0 44px;
}

.slider1 .slide-info, .slider2 .slide-info, .slider3 .slide-info {
	position: absolute;
	left: 0;
	top: 0;
	max-width: 400px;
	height: 154px;
	padding-left: 70px;
	padding-right: 20px;
	margin-top: 31px;
	margin-left: -20px;
	background: #fdb900;
	-webkit-box-shadow: -3px 0px 20px 0px rgba(0, 0, 0, 0.17);
	-moz-box-shadow: -3px 0px 20px 0px rgba(0, 0, 0, 0.17);
	box-shadow: -3px 0px 20px 0px rgba(0, 0, 0, 0.17);
	z-index: 9;
}
.slider1 .slide-info .description, .slider2 .slide-info .description, .slider3 .slide-info .description {
	position: relative;
	align-items: center;
	font-size: 20px;
	font-family: HPSimplifiedLight;
	color: #ffffff;
	line-height: 30px;
	margin-top: 0px;
}
.slider1 .slide-info .description:before, .slider2 .slide-info .description:before, .slider3 .slide-info .description:before {
	display: block;
	content: attr(data-number);
	position: absolute;
	top: 50%;
	left: -50px;
	font-size: 26px;
	font-family: HPSimplified;
	color: #f0a83b;
	background-color: #fff;
	line-height: 40px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	text-align: center;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.save-time-content2 .slider3 .slick-slide{ margin-right:100px; }
.save-time-content2 .slick-slide > div {
	position: relative;
	background:#f1f1f1;
	width: 926px;
	height: 430px;
}
.save-time-content2 .slick-slide .first{padding: 58px 71px 58px 365px;}
.save-time-content2 .slick-prev, .save-time-content2 .slick-next, .acc_slider .slick-next, .acc_slider .slick-prev { width: 40px !important; height: 40px !important; background: url("../images/arrows.png") no-repeat !important;  }
.slick-prev, [dir="rtl"] .slick-next, .slick-next, [dir="rtl"] .slick-prev{border: 0 !important; transform: rotate(0deg) !important}

/*.slick-prev, .slick-next { width: 40px !important; height: 40px !important; background: url("../images/arrows.png") no-repeat !important;}*/
.slick-disabled{ opacity: 1 !important; }


.save-time-content2 .slick-prev, .acc_slider .slick-prev {left: 20% !important; background-position: left top !important; margin-top: -20px;}
.save-time-content2 .slick-next, .acc_slider .slick-next {right: 20% !important; background-position: right top !important; margin-top: -20px;}
.save-time-content2 .slick-next, [dir="rtl"] .slick-prev,
.save-time-content2 .slick-prev, [dir="rtl"] .slick-next{ -webkit-transform: rotate(-0deg) !important;  transform: rotate(0deg) !important; border: 0 !important}
/*Smart Tasks Content 2 CSS*/
#save-time .save-time-info {
	background: #d4cae6;
}
#work-anywhere .save-time-info {
	background: #f07e66;
}
#save-money .save-time-info {
	background: #ebe7dc;
}
.bg-element {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: -1;
}
.left-group {
	max-width: 400px;
	width: 100%;
	left: -170px;
	position: absolute;
	z-index: -1;
	transition: 0.4s;
	top: 30%;
}
.left-group img {
	width: 100%;
}
/*Smart Tasks Content 3 CSS*/
.save-time-content3 {
	float: left;
	width: 100%;
	padding-top: 111px;
	position: relative;
}
.save-time-content3 h5 {
	font-family: "HPSimplified";
	font-size: 38px;
	color: #000000;
	line-height: 50px;
	padding: 23.5% 0 28px
}
.save-time-content3 p {
	font-size: 20px;
	color: #666666;
	line-height: 28px;
}
.save-time-content3 a {
	font-family: "HPSimplified";
	border: 1px solid #0c71b2;
	font-size: 15px;
	text-transform: uppercase;
	color: #0c71b2;
	height: 39px;
	line-height: 39px;
	padding: 0px 42px;
	display: inline-block;
	text-decoration: none;
	margin-top: 35px;
}
.save-time-content3 a:hover {
	background: #0c71b2;
	color: #fff;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
}
/*Smart Tasks Content 3 CSS*/

/* Smart Technology */
#smart_technology{ background: #fafafa; margin-top: 75px;}
#smart_technology img{ max-width: 100%; width: 100%;}
#smart_technology h2{margin: 45px 0 66px 0; text-align: center;}
.webcam_skill{ color: #000; position: relative}
.webcam_skill .info{max-width: 558px;
    width: 100%;
    position: absolute;
    right: 227px;
    top: 50%;
    z-index: 99;
    padding: 30px;
	margin: -75px 0 0 0;
    background: #fff;}
.webcam_skill .info h3{ font-size: 30px; margin-bottom: 15px;}
.mic_mute{ background: url("../images/1920_Introducing_Mic_Mute.png") no-repeat left bottom; height: 600px; padding:61px 0 0 26%; background-color: #fff;}
.privacy_screen{ background: url("../images/1920_HP_Sure_View_Privacy_screen.png") no-repeat right bottom; height: 600px; padding:61px 0 0 32px; background-color: #e6f3fc;} 
.mic_mute p, .privacy_screen p{ padding-top: 7px;}
/* Smart Technology */

/* Design */
.design {background: url("../images/1920_Module_2_Video.png") no-repeat scroll 50% 50% / cover; height: 609px; position: relative;}
.design2 {background: url("../images/1920_The_PC_that_adapts_to_you_Video_Module.png") no-repeat scroll 50% 50% / cover; height: 609px; position: relative;}
.design .text-above-image, .design2 .text-above-image{width:100%;max-width: 610px; position: absolute; left: 50%; top: 50%; margin-left: -305px; margin-top: -84px; text-align: center; height: 168px; color: #fff}
.design .text-above-image h2, .design2 .text-above-image h2{color: #fff; padding-bottom: 12px; text-transform: uppercase}
.design .text-above-image p{ padding-bottom:40px; font-size: 14px;}
.design .text-above-image a, .design2 .text-above-image a {height: 70px; width: 70px; border: 3px solid #fff; display: inline-block; background: rgba(0, 0, 0, 0.3); border-radius: 100%; -moz-border-radius: 100%; -webkit-border-radius: 100%;  -webkit-transition: opacity .3s ease; transition: opacity .3s ease; color: #fff; line-height: 68px; font-size: 28px; opacity: 0.8;}
.design .text-above-image a i, .design2 .text-above-image a i {margin-left: 3px;}
.design .text-above-image a:hover, .design2 .text-above-image a:hover {background: rgba(0, 0, 0, 0.4); opacity: 1;}
/*Design*/

.mobile_image{display: none !important;}

/*Adaptable design Section CSS*/
.adaptable_design{width:100%; float: left; background: #fff0c9; padding: 54px 0px; color: #000;}
.adaptable_design .wrap_text{width: 100%; text-align: center; color: #000; margin: 0 auto 28px auto;}
.adaptable_design .wrap_text h2{padding-bottom: 7px;}


.adaptable_design_carousel {color: #000;	padding:0px 0px 0; margin-top: -6px !important; margin: 0 10%;}
.adaptable_design_carousel .slide {opacity: 0.6; cursor: pointer; position: relative;}
.adaptable_design_carousel .slide:after{content:""; border-top: 4px solid #0d1424; border-bottom-right-radius:5px; width: 50px; position: absolute; left: 0; top:0px; z-index: 999; border-color: transparent;}
.adaptable_design_carousel .slick-slide.slick-current.slick-active .slide,.cadaptable_design_carousel .slick-slide .slide:hover {opacity: 1;}

.adaptable_design_carousel .slick-slide.slick-current.slick-active .slide:after {border-color:#0071ad;  }
.adaptable_design_carousel .slide p {font-family: "HPSimplifiedLight"; font-size: 16px; line-height: 22px;}
.adaptable_design_carousel .slide p:last-child{padding-top: 11px;}
.adaptable_design_carousel .slide img {margin: 40px 0px 20px 0px; max-width: 60px;}
.adaptable_design_carousel .slide p span {font-size: 20px; line-height:28px; color: #000; font-family: "HPSimplified";}
/*Adaptable design Section CSS*/
/* Smart tech that keeps you connected and in control ///// And viewing experience */
.tech_control{ background: #fafafa; font-size: 20px; padding-bottom: 65px;}
.tech_control h2{ text-align: center; padding: 73px 0 63px 0;}
.tech_control p span{ font-size: 20px; font-family: "HPSimplified"; margin: 30px 0 10px 0; display: block}
.tech_control img{ max-width: 100%; width: 100%}
/* Smart tech that keeps you connected and in control ///// And viewing experience */
.clearpadding{ padding: 0 !important}
.gem_cut_design { height: 600px; position: relative; overflow: hidden}
.product_image{ width: 70%; position: absolute; right: 0; text-align: right;}
.product_image img{ width: 90%; max-width: 100%;}
.gem_cut_design .product_content{ margin: 241px 0 0 0;}
.gem_cut_design .product_content p{margin-top: 10px}
.section5_module7 {
	float: left;
	width: 100%;
	padding: 90px 0px 0px;
	background: #fff0c9;
	text-align: center;
}
.aluminium_body{ position: relative; height: 600px; overflow: hidden}
.aluminium_body .product_image{ width: 70%; position: absolute; left: 90px; text-align: left;}
.aluminium_body .product_image img{width: 65%; max-width: 100%;}
.aluminium_body .product_content{ margin: 241px 0 0 0;}
/*Port Image slider and tabing CSS*/
#module_7Tab {
	border: 0px;
	padding: 18px 0 0;
}
#module_7Tab li {
	margin: 0px;
	float: left;
	list-style-type: none;
}
#module_7Tab li a {
	font-family: "HPSimplified";
	font-size: 24px;
	line-height: 32px;
	color: #6f6f6f;
	text-decoration: none;
	display: inline-block !important;
	margin-right: 34px;
	border: 0px;
	cursor: pointer;
	padding: 0px;
	position: relative;
	border-radius: 0px;
}
#module_7Tab li a.active, #module_7Tab li a:hover {
	color: #ff0000;
	background: none;
	text-decoration: none;
}
#module_7Tab li a.active:after, #module_7Tab li a:hover:after {
	content: "";
	position: absolute;
	left: 0;
	width: 100%;
	height: 5px;
	background: #ff0000	;
	bottom: -5px;
	border-radius: 5px 5px 0 0;
}
.section5_module7 h2 {
	color: #000;
	padding-bottom: 10px;
	font-family: "HPSimplified";
}
.left-image-box.nopadding {
	overflow: hidden;
	float: left;
	width: 68%;
	padding-right: 60px !important;
}
.right-image-box.nopadding {
	overflow: hidden;
	float: right;
	width: 28%;
	text-align: right;
	padding-left: 60px !important;
}
.nopadding.active button {
	display: none !important;
}
.right-image-box img {
	float: left;
	max-width: none !important;
}
.left-image-box img {
	float: right;
	max-width: none !important;
}
.nopadding.active button {
	display: none !important;
}
.nopadding.left-image-box img.noActiveImg {
	position: absolute;
	right: 60px;
}
.nopadding.right-image-box img.noActiveImg {
	position: absolute;
	left: 60px;
}
.right-btn {
	position: absolute;
	left: 0;
	top: 55%;
	border: none;
	background: inherit;
}
.left-btn {
	position: absolute;
	right: 0;
	top: 55%;
	border: none;
	background: inherit;
}
.mobile-right-btn {
	border: none;
	background: inherit;
	width: 25%;
	position: relative;
	right: 1%;
}
.mobile-left-btn {
	border: none;
	background: inherit;
	width: 25%;
	position: relative;
	left: -30%;
}
.right-image-box img {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.nopadding {
	position: relative;
	padding: 0 !important;
}
.mobileImage {
	display: none;
	padding: 0 20px;
	overflow: hidden;
	max-height: 354px;
	max-width: 375px;
	margin: 0 auto;
}
.mobileImage .left-image-box.nopadding {
	width: 50%;
	padding: 0 !important;
}
.mobileImage .right-image-box.nopadding {
	width: 50%;
	padding: 0 !important;
}
.mobileImage .right-image-box.nopadding img, .mobileImage .left-image-box.nopadding img {
	max-width: 100% !important;
	height: auto;
}
.mobileImage .nopadding.right-image-box img.noActiveImg {
	left: 0;
}
.mobileImage .nopadding.left-image-box img.noActiveImg {
	right: 0;
}
/*Accessories Slider Section CSS*/
.accessories_slider{float: left; width: 100%; background: #f3f3f3;}
.accessories_slider h2{ text-align: center; padding-top: 67px;}
/*.accessories_slider .container{max-width: 1050px;}*/
 
.accessories_slider .slick-slide{margin:55px 15px;}
.accessories_slider .slide-item {background: #ffffff; padding: 5px 5px 29px 5px; box-shadow: 0 8px 12px 0px #b2b2b2; position: relative; }
.accessories_slider .slide-item .img {position: relative; padding-bottom: 25px; height: 280px; background-color: #f7b16b}
.accessories_slider .slide-item .img .title {background: #fff; padding: 10px 8px 10px 11px; position: absolute; color: #0073b2; pointer-events: none; z-index: 2; font-size: 18px; line-height: 28px; font-family: "HPSimplified";}
 
.accessories_slider .slide-item{min-height: 430px !important}
.accessories_slider .slide-item p{padding:0px 15px 0px 15px;}
.accessories_slider .slide-item ul{padding:24px 0px 0px 32px; margin: 0px;}
.accessories_slider .slide-item .price .blue_btn{margin-top: 9px; width: 100px; text-align: center; padding: 0px;}
/*.content-wrap p:first-child{min-height: 38px; margin-top: 20px}*/
.accessories_slider p{ padding: 24px 15px 0px 15px !important;}
.min-height{ min-height: 120px;}
.accessories_slider p span{font-family: "HPSimplified"; font-size: 20px;}
.accessories_slider .price p{ padding-top: 0 !important;}
.blue_btn{border: solid 1px #0171ad; background-color: #ffffff;width: 120px;  height: 35px; display:inline-block; line-height: 35px;}
.blue_fill_btn{border: solid 1px #0171ad; background-color: #0171ad;width: 120px;  height: 35px; display:inline-block; line-height: 35px; color: #fff; margin-right: 15px;}
.blue_btn:hover{ background: #0171ad; color: #fff;}
.blue_fill_btn:hover{background: #fff; color: #0171ad;}
/*.price{}*/
.bx-wrapper{ margin-top: 80px;}
.accessories_slider .coming{ color: #fff; background: #bbb; cursor: default;}
/*Footer CSS*/
footer {width: 100%; float: left; background: #e8e8e8; padding: 37px 0px;}
footer ol {margin: 0px; padding: 0px 0px 20px 20px;}
footer ol li {font-family: "HPSimplified"; font-size: 12px; letter-spacing: 0.3px; color: #000000; line-height: 16px;}
footer ol li a {color: #000000; text-decoration: none;}
footer p{ font-size: 12px; margin: 0; padding: 0; margin-bottom: 7px; line-height: 1.4;}
/*Footer CSS*/
/*Accessories Slider Section CSS*/
.desktop {
	display: block !important;
}
.mobile {
	display: none !important;
}
.mobile-pager{
	display: none;
}
/*Media Quary*/
@media screen and (min-width:1600px) {
	.save-time-content2 .slider3 .slick-slide {margin-right: 120px;}
	.save-time-content2 .slick-next{ right: 17% !important}
	.save-time-content2 .slick-prev{ left: 17% !important;}
}
@media screen and (min-width:1700px) {
	.save-time-content2 .slider3 .slick-slide {margin-right: 120px;}
	.save-time-content2 .slick-next{ right: 20% !important}
	.save-time-content2 .slick-prev{ left: 20% !important;}
}
@media screen and (max-width:1600px) {
	.privacy_screen{ background-size: 100%;}
}
@media screen and (max-width:1499px) {
	.mic_mute{height: 480px; background-size: cover;}
	.privacy_screen{ height: 480px; background-size: 90% }
	.webcam_skill .info{ right: 330px; top: 30%; }
	.gem_cut_design, .aluminium_body{ height: 480px}
	.aluminium_body .product_content, .product_content{ margin: 180px 0 0 0;}
	.slide-info{max-width: 458px; bottom: 20px; right: 20px;}
	.save-time-content2 .slick-prev, .acc_slider .slick-prev {left: 70px !important;}
	.save-time-content2 .slick-next, .acc_slider .slick-next{ right: 70px !important; }
}
@media screen and (max-width:1499px) and (min-width:1367px) {
	.save-time-content2 .slick-prev {left: 14% !important;}
	.save-time-content2 .slick-next{right: 14% !important;}
}
@media screen and (max-width:1380px) and (min-width:1280px) {
	.mic_mute p{ padding-right: 15px;}
	.mic_mute p br{ display: none;}
}
@media screen and (max-width:1366px) and (min-width:1280px) {
	.save-time-content2 .slick-prev {left: 10% !important;}
	.save-time-content2 .slick-next{right: 10% !important;}
}
@media screen and (max-width:1200px) {
	.accessories_slider .slide-item .price .blue_btn{ width: 90px;}
}
@media screen and (max-width:1200px) {
	.mic_mute {height: 380px;background-size: cover;}
	.privacy_screen{ height: 380px;}
}
@media screen and (max-width:1024px) {
	.aluminium_body, .gem_cut_design {height: 390px;}
	.gem_cut_design .product_content, .aluminium_body .product_content{ padding-top: 30px; margin-top: 100px;}
	.accessories_slider .content-wrap p:first-child{ min-height: 125px;}
	.accessories_slider .price p{ min-height: inherit !important}
	.mic_mute{ height: 320px; background-size: 100%;}
	.privacy_screen {height: 320px; background-size: 70%;}
	/*.save-time-content2 .slider3 .slick-slide {margin-right: 0px; margin-left: 0px;}
	.save-time-content2 .slick-slide > div{ width: 96%; margin-left: 0px; margin-right: -3%}
	*/	
	.save-time-content2 .slick-slide > div{ width: 96%}
	.save-time-content2 .slider3 .slick-slide{ margin-right: 30px;}
	.slider1 .slide-info .description, .slider2 .slide-info .description, .slider3 .slide-info .description{ font-size: 19px;}
	.slider1 .slide-info, .slider2 .slide-info, .slider3 .slide-info{ max-width: 420px; margin-left: -20px;}
	.slick-slide img{ width: 100% !important}
	.slick-dots{ bottom: -30px !important; }
	.accessories_slider .slick-dots{ bottom: 20px !important}
	.slick-dots li{ margin:0px 3px !important;  }
	.slick-dots li{ width: 10px !important; height: 10px !important; }
	.slick-dots li.slick-active button:before, .slick-dots li:hover button:before {
	    background-color: #000 !important;
	    opacity: 1;
	    border: 1px solid #000;
	    border-radius: 50%;
	}
	.slick-dots li button:before{ background-color: #fff0c9 !important; border-radius: 50%; border: 1px solid #000;}
	.accessories_slider .slick-dots li button:before{ background: #f3f3f3 !important}
	.accessories_slider .slick-dots li.slick-active button:before, .accessories_slider .slick-dots li:hover button:before { background: #000 !important}
	button.close{ right: 20px; top: -60px;}
	.accessories_slider .slide-item .img{ height: auto}
	.adaptable_design_carousel { margin: 0 5%;}
}
@media screen and (max-width:991px) {
	span.info_arrow{ display: block; opacity: 1;}
	.slide-info{ padding: 20px 0; top: 0px; padding-bottom: 30px; display: inline-block;}
	.slide-info {max-width: 100%; width: 100%; position: relative; right: 0;}
	.hero_custom_pager_container{top: 85px;}
	.webcam_skill .info {right: 100px; top: 15%; margin: 0; left: inherit; max-width: 365px;}
	.mic_mute{ background-size: 125%; background-position: 40% top;}
	.accessories_slider .content-wrap p:first-child{ min-height: 120px; }
	.save-time-content2 .slider3 .slick-slide {margin-right: 50px; margin-left: 50px;}
	.save-time-content2 .slick-slide > div{ width: 100%;}
}
@media screen and (max-width:768px) {
	.mic_mute {height: 210px; background-size: 90%; padding: 26px 0 0 26%;}
	.privacy_screen {height: 210px; background-size: 50%; padding: 25px 0 0 32px;}
	.aluminium_body, .gem_cut_design{ height: 300px;}
	.gem_cut_design .product_content, .aluminium_body .product_content{margin: 100px 0 0 0;}
	/*.webcam_skill .info {margin: -75px 0 0 -270px; left: 50%;}*/
	.slide br {display: none;}
	.adaptable_design_carousel .slide{ padding: 0 10px}
	.mic_mute{ background-size: 90%; background-position: 0% top;}
	.save-time-content2 .slick-slide .first {padding: 58px 40px 58px 85px;}
	.bx-viewport{ max-height: 200px;}
}

@media screen and (max-width:767px) and (min-width:320px) {
	.slide_logo{ right: inherit; top: 15px; left: 15px;}
	.slide-info{ padding: 20px 0;}
	.save-time-content2 .slick-slide .first{ padding: 0px;}
	.save-time-content2 .slider3 .slick-slide{ margin: 0;}
	.save-time-content2 .slick-slide > div{ height:auto; min-height: 300px;}
	.design .text-above-image br{ display: none; }
	#smart_technology{ margin-top: 0;}
	.webcam_skill{ padding: 0 15px;}
	.webcam_skill .info{position: inherit; background: none;    margin: 0;left: 0; padding: 0 0px 20px 0px;}
	.webcam_skill .info h3{ font-size: 22px;}
	.mic_mute { background: url(../images/320_Introducing_mob.jpg) no-repeat left top; background-color: #fff; background-size: 60%; height: 360px;}	
	.privacy_screen{ background-image:none; padding: 25px 0 0 15px;}
	.privacy_screen{ height: auto;}
	#smart_technology img{max-width: 100%; width: 100%;}
	#smart_technology h2{margin: 44px 0 17px 0; text-align: left;}
	.save-time-content2 p{ font-size: 24px; padding: 0 0 23px 0}
	.slider1 .slide-info, .slider2 .slide-info, .slider3 .slide-info{top:0px !important; margin-left: 0;}
	.design {background: url("../images/320_Module_2_Video.jpg") no-repeat scroll 50% 50% / cover; height: 340px; position: relative;}
	.design .text-above-image {width: 100%; text-align: center; margin-left: -135px; max-width: 270px;
	left:50%; margin-top: -99px;}
	.design .text-above-image p{ padding-bottom: 20px; }
	.design .text-above-image a {height: 50px; width: 50px; line-height: 45px; font-size: 20px;}
	.save-time-content2{ padding-top: 43px;}
	.desktopImage {display: none;}
	.mobileImage {display: block;}
	.bx-viewport{ max-height: 350px;}
	.slider1 .slick-list .slick-slide, .slider2 .slick-list .slick-slide, .slider3 .slick-list .slick-slide {
		padding-left: 10px;
		padding-right: 10px;
	}
	.slider1 .slide-info, .slider2 .slide-info, .slider3 .slide-info {
		position: relative;
		top: -40px;
		height: 120px;
		padding-top: 19px;
		padding-bottom: 19px;
	}
	.slider1 b, .slider2 b, .slider3 b{ display: inline; padding-right: 5px;}
	.slider1 .slide-info .description br, .slider2 .slide-info .description br, .slider3 .slide-info .description br{ display: none; }
	.slider1 .slide-info .description, .slider2 .slide-info .description, .slider3 .slide-info .description {
		font-size: 16px;
		line-height: 20px;
		margin: 0px;
	}
	.slider1 .slick-dots li.slick-active button::before, .slider2 .slick-dots li.slick-active button::before, .slider3 .slick-dots li.slick-active button::before {
		background: #cccccc;
		opacity: 1;
	}
	.slider1.slick-dotted.slick-slider, .slider2.slick-dotted.slick-slider, .slider3.slick-dotted.slick-slider {
		margin: 0px;
	}
	.slider1 .slick-dots, .slider2 .slick-dots, .slider3 .slick-dots {
		bottom: 0;
	}
	.slick-slide .first img, .slick-slide .second img, .slick-slide .third img, .slick-slide .fourth img{ min-height: 169px; max-height: 169px; width: auto !important; margin: 0 auto; padding: 0px 0 0 0; top: 30px; position: relative;}
	.save-time-content2{ background: #f9f9f9; padding-bottom: 35px; }
	.slide-info {max-width: 100%; width: 100%; position: relative; right: 0;}
	.hero_custom_pager {display: inline-block; max-width: 90px;}
	.starting-price ul li{margin-left: 15px;}
	.starting-price ul{width: 100%;}
	.starting-price ul li{float: right;}
	.starting-price ul li:first-child{float: left;}
	.slide-info{ bottom: 0;}
	#smart_technology br{ display: none; }
	.design .text-above-image h2{ font-size: 22px;}
	.adaptable_design_carousel{ padding-top: 0; margin: 0 1.5%}
	.tech_control .container{padding: 0}
	.tech_control p span{ margin: 20px 0 10px 0 }
	.tech_control{ background-color: #f1f1f1; padding-bottom: 10px; margin-bottom: 0px; }
	.tech_control h2{ padding:43px 0 25px 0;  }
	.tech_control_box{ margin-bottom: 35px; }
	.product_image{ width: 90%;}
	.gem_cut_design{ height: auto; }
	.gem_cut_design .product_content img{ right: -30px; position: relative; margin-bottom: 60px;}
	.aluminium_body { height: auto; margin-bottom: 30px;}
	.product_content img{ width: 100%; }
	.product_content h2{ margin-bottom: 20px; }
	.aluminium_body .product_image{ width:100%; left: 0;}
	.aluminium_body .product_image img{ width: 100%; }
	.aluminium_body .product_content{ margin-top:20px;}
	.design2 .text-above-image{ width: 280px; margin-left: -140px; }
	.gem_cut_design .product_content, .aluminium_body .product_content{margin: 20px 0 0 0;}
	.design2{ height: 340px; background: url("../images/320_The_PC_that_adapts_to_you_Video_Module.jpg") no-repeat; background-size: cover;}
	.accessories_slider .slide-item .img{ height: 100%; }
	.accessories_slider .slide-item .img img{ width: 100% !important; }
	.slick-prev, [dir="rtl"] .slick-next, .slick-next, [dir="rtl"] .slick-prev{border: 0 !important; transform: rotate(0deg) !important}
	.save-time-content2 .slick-next, .acc_slider .slick-next{ right: 10px !important;}
	.save-time-content2 .slick-prev, .acc_slider .slick-prev{ left: 10px !important; }
	.desktop {
		display: none !important;
	}
	.mobile {
		display: block !important;
	}
	.mobile-pager{
		display: block;
	}
}

@media screen and (max-width:600px) and (min-width:320px) {
	.blue_fill_btn{ margin-right: 0;}
	.content-wrap ul, .min-height{ min-height: 160px !important;}
}

@media screen and (max-width:501px) and (min-width:320px) {
	.mic_mute{ background-size: 100%; }
	.content-wrap ul, .min-height {min-height: 120px !important;}
}


