
@import url(https://fonts.googleapis.com/css?family=Raleway:300,300i,400,400i,500,500i,700,700i); 
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,300italic,400,400italic,600,600italic,700,700italic,800,800italic);   
/*font-family: 'Open Sans', sans-serif;*/


@font-face {
    font-family: 'pill_gothic_600mgbold';
    src: url('/assets/fonts/pill_gothic_600mg_bold-webfont.eot');
    src: url('/assets/fonts/pill_gothic_600mg_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/assets/fonts/pill_gothic_600mg_bold-webfont.woff2') format('woff2'),
         url('/assets/fonts/pill_gothic_600mg_bold-webfont.woff') format('woff'),
         url('/assets/fonts/pill_gothic_600mg_bold-webfont.ttf') format('truetype'),
         url('/assets/fonts/pill_gothic_600mg_bold-webfont.svg#pill_gothic_600mgbold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'pill_gothic_600mglight';
    src: url('/assets/fonts/pill_gothic_600mg_light-webfont.eot');
    src: url('/assets/fonts/pill_gothic_600mg_light-webfont.eot?#iefix') format('embedded-opentype'),
         url('/assets/fonts/pill_gothic_600mg_light-webfont.woff2') format('woff2'),
         url('/assets/fonts/pill_gothic_600mg_light-webfont.woff') format('woff'),
         url('/assets/fonts/pill_gothic_600mg_light-webfont.ttf') format('truetype'),
         url('/assets/fonts/pill_gothic_600mg_light-webfont.svg#pill_gothic_600mglight') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'pill_gothic_600mgregular';
    src: url('/assets/fonts/pill_gothic_600mg_regular-webfont.eot');
    src: url('/assets/fonts/pill_gothic_600mg_regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/assets/fonts/pill_gothic_600mg_regular-webfont.woff2') format('woff2'),
         url('/assets/fonts/pill_gothic_600mg_regular-webfont.woff') format('woff'),
         url('/assets/fonts/pill_gothic_600mg_regular-webfont.ttf') format('truetype'),
         url('/assets/fonts/pill_gothic_600mg_regular-webfont.svg#pill_gothic_600mgregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'pill_gothic_600mgsemibd';
    src: url('/assets/fonts/pill_gothic_600mg_semibd-webfont.eot');
    src: url('/assets/fonts/pill_gothic_600mg_semibd-webfont.eot?#iefix') format('embedded-opentype'),
         url('/assets/fonts/pill_gothic_600mg_semibd-webfont.woff2') format('woff2'),
         url('/assets/fonts/pill_gothic_600mg_semibd-webfont.woff') format('woff'),
         url('/assets/fonts/pill_gothic_600mg_semibd-webfont.ttf') format('truetype'),
         url('/assets/fonts/pill_gothic_600mg_semibd-webfont.svg#pill_gothic_600mgsemibd') format('svg');
    font-weight: normal;
    font-style: normal;
}



* {	margin:0; padding:0; outline:0;	box-sizing:border-box; }
body { font-family: 'pill_gothic_600mglight'; font-size:18px; color:#2e3f50; }
p {	font-size:18px;	line-height:24px; margin:0 0 16px; font-weight: 100; }
a {	color:#26b1e9;	text-decoration:none; }

a:hover {	text-decoration:underline; }
a[href^="tel:"]:hover {	text-decoration:none; }/*For ph no*/

strong { font-weight: 700; }

img {
	border:0 none;
	max-width:100%;
	height:auto;
}
.clearfix {
	clear:both;
}
img.alignleft {
	float:left;
	display:block;
	margin-right: 20px;
}
img.alignright {
	float:right;
	display:block;
	margin-left: 20px;
}
img.alignnone {
	float:none;
	clear:both;
}
img.aligncenter {
	float:none;
	margin:0 auto;
	display:block;
}
ul {
	margin:0 0 0 22px;
	list-style:outside disc;
}
ol {
	margin:0 0 0 22px;
	list-style:outside decimal;
}
ul li, ol li {
	margin:0 0 24px;
color:;
	font-size: 14px;
	line-height: 20px;
}
ol li {
	padding:0 0 0 4px;
}

/**** globle link */
.b_link { text-align: center; padding: 20px 0px; float: left; width: 100%; }
a.linkdesigner {	

	background: #dc6464; /* Old browsers */
	background: -moz-linear-gradient(top,  #dc6464 0%, #d85454 50%, #bf3e3e 51%, #bf3e3e 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #dc6464 0%,#d85454 50%,#bf3e3e 51%,#bf3e3e 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #dc6464 0%,#d85454 50%,#bf3e3e 51%,#bf3e3e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dc6464', endColorstr='#bf3e3e',GradientType=0 ); /* IE6-9 */

	font-weight: 600; 
	font-family: 'Open Sans', sans-serif;
	font-size: 35px;	
	padding: 30px 40px;	
	color: #fff;
	letter-spacing: -1px;	
	cursor: pointer;
	width: 100%;
	
	border-radius: 15px;
	-webkit-border-radius: 15px;	
	
		box-shadow:#ebebeb -2px 4px 0px;
	-webkit-box-shadow:#ebebeb -2px 4px 0px;	
}
a:hover.linkdesigner { text-decoration: none; background: #242424; }

/**** globle link */

/**** helping ****/

.text-uppercase { text-transform: uppercase; }
.text-center { text-align: center; }
.text-left { text-align: left; }
.padding-t-b { padding: 40px 0; }
.col-4 { float: left; width: 33.33%; padding: 0 20px; margin-bottom: 20px; }
.col-4:nth-child(3n+1) { clear: left; }
.group { margin-bottom: 30px; float: left; width: 100%;  }

/**** helping ****/

.full_container{ width: 100%; float: left; }
.container{ width: 960px; margin: 0 auto; }

header { position: relative; color: #2e3f50; background:#f4efeb url(images/banner_bg.jpg) center 0 no-repeat; background-size:cover; }
header img{ margin: 0 auto; display: block; }
.head{ padding:20px 15px 40px; overflow:auto;}
.head .logo{ float:left;}
.watch_a{ float:right; font-size:20px; line-height:normal; margin:19px 0 0;}
.watch_a a{ background:#7756a4; border-bottom:3px solid #7756a4;color:#fff; padding:7px 20px 0px; margin-left:20px; display:inline-block; border-radius:50px;}
.watch_a a:hover{ text-decoration:none;}
header .top_content_box { position: static; top: 10px; left: 0px; z-index: 99; text-align: center; padding-bottom: 30px; }
header h1{  font-size: 50px; font-weight:400;} 
header h1 span{ color:#26b1e9; font-weight:700;} 
header h2{ font-size:58px; font-family: 'pill_gothic_600mglight'; color:#222222; font-weight:normal; line-height:.8; margin:0 0 20px; }
header h2 strong{ font-family: 'pill_gothic_600mgsemibd'; color:#7756a4; font-weight:normal;  }

@media (min-width1200px){
header .container{ width:1060px; }
}

header p { 
	font-size: 25px; color:#222;
}
header .notificationbox { 
	font-size: 40px;
	font-weight: 300;
	line-height: 37px;
	padding: 10px 0;
	border-bottom: #333 1px solid;
	margin-bottom: 20px;
}
header .top_video { margin-top: 25px; padding:0 65px; }
header .top_video iframe{ border-bottom:#634788 solid 7px; }
header .top_video span{ display:block; background:#fff; height:465px;}
header .top_video .video-wrap { padding:20px 0 20px ; }
header .top_video .video-wrap a{ display: inline-block; background: #59cc84; padding: 12px 10px 5px; border-radius: 13px; font-size: 42px; color: #fff; text-decoration:none; }
header .top_video .video-wrap h3{ padding:46px 0 0; font-size:46px; color:#fff; }
header .top_video .video-wrap h3 strong{ font-family: 'pill_gothic_600mgsemibd'; }

.second-s{  background:#2e3f50; color:#fff; text-align:center; padding:30px 0;}
.second-s h2{ color: #fff; font-size:37px; text-transform:capitalize;
	font-weight: 400;
	line-height:38px;
	margin-bottom:25px;
}
.payment_gateway{ text-align:center;}
.payment_gateway ul{ list-style-type:none; margin:0; padding:0; display: inline-block; margin:0 auto;}
.payment_gateway li.gateway{ display:inline-block; padding:3px; border:1px solid rgba(255, 255, 255, 0.3); font-size:25px; text-transform:capitalize; margin:0 3px; float:left;}
.payment_gateway .gateway img{ display:block;}
.payment_gateway li.back_guarantee{ background:url(images/check_mark_icon.png) no-repeat 8px center; padding:18px 5px 18px 68px;}
.buy_btn{ background:#e96b26; margin:0 0 23px; font-weight:400; display:inline-block; padding:11px 105px; font-size:27px; text-transform:uppercase; color:#FFFFFF;
box-shadow: 0px 3px 0 rgba(0, 0, 0, 0.09);-moz-box-shadow: 0px 3px 0 rgba(0, 0, 0, 0.09);-webkit-box-shadow: 0px 3px 0 rgba(0, 0, 0, 0.09);}
.buy_btn span{ text-decoration:line-through;}
.buy_btn:hover{ text-decoration:none;}
.second-s p{ font-size: 16px; font-weight: 100; color: #2f2f2f; letter-spacing: -1px; }

.full_container.third-s{ background:url(images/complete-control-bg.jpg) no-repeat center center; background-size:cover; }
.third-s { padding:30px 0 60px;}
.third-s h2{ font-size:60px; color:#fff;  margin:0 0 40px; text-align:center; font-weight:normal;   font-family: 'pill_gothic_600mglight'; }
.third-s h2 strong{ font-family: 'pill_gothic_600mgsemibd'; font-weight:normal; }
.variety_menu_wrapper{ width:16%; float:left; position:relative;}
.variety_menu{ position:absolute; right:0; width:8000px;}
.variety_menu ul{ margin:0; padding:0; list-style-type:none;}
.variety_menu ul li{ display:block; margin:0; width:100%; float:left;}
.variety_menu ul li a{ background:url(images/variety_menu_underline.png) no-repeat right bottom; font-size:22px; color:#fff; display:block; padding:16px 0 3px; width:100%; float:left;  font-family: 'pill_gothic_600mgsemibd'; }
.variety_menu ul li a:hover,
.variety_menu ul li a.active{ text-decoration:none;}
.variety_menu ul li a span{ text-align:center; display:block; float:right; width:auto; }
.variety_menu ul li a > span{ padding: 5px 26px 5px 0; background: url(images/trangle-img.png) no-repeat right 3px; }
.variety_menu ul li a span img{ margin:0 auto 10px; display:block;}
.right_desk_wrapper{ width:84%; float: right; padding-left:24px;}
.right_desk{ background:url(images/desktop_img.png) no-repeat 0 0; background-size:100% auto; padding:27px 0 200px 100px; margin-bottom: -7px;}
.right_desk .desk_img img { display: block; width: 575px; height: auto; }
.third-s p{ font-size: 20px;  }
.third-s p span{ text-decoration: line-through; color: #1eb478; display: block; }

.forth-s{ background:url(images/line-bg.jpg) repeat 0 0; padding:25px 0; }
.forth-s .design-layout{ display:block; text-align:center; }
.forth-s .design-layout ul{ margin:0; padding:0; }
.forth-s .design-layout ul li{ display:inline-block; margin:0 27px 40px; width:260px; }
.forth-s .design-layout ul li span{ font-size:24px; display:block; color:#7756a4; text-align:center; padding:10px 0 0; }
.forth-s h2{ font-size:30px; color:#222222; font-weight:normal; margin:0 0 10px; }
.forth-s h2 + h2 { color:#7756a4; font-size:60px; margin:0 0 40px; }


.five-s { background:url(images/Get-Started-bg.png) no-repeat center 0; -webkit-background-size:100% auto; background-size:100% auto; padding:30px 0 60px; }
.five-s h2{ font-size: 60px; color: #fff; font-weight: normal; font-family: 'pill_gothic_600mgsemibd'; text-align: center; line-height: .9; margin-bottom: 30px; text-shadow: 0 3px 0 rgba(0,0,0,.17); }
.five-s iframe{ margin:0 auto; display:block; box-shadow: 0 6px 0 0 #d4d4d4; }
.five-s h3{ font-size: 40px; color: #222222; font-weight: normal; font-family: 'pill_gothic_600mglight'; text-align: center; line-height: .9; padding:60px 0; }
.five-s .price-wrap{ text-align:center; }
.five-s .price-wrap .monthly-planwrap{ text-align:center; width:316px; border: 3px solid #7756a4; border-radius:10px; padding:20px; display:inline-block; vertical-align:middle; box-shadow:0 7px 0 rgba(0,0,0,.2); position:relative; }
.five-s .price-wrap .monthly-planwrap .best-value { position:absolute; width:96px; height:96px; top: -40px; right: -70px; }
.five-s .price-wrap .monthly-planwrap h2{ color:#222222; font-size:45px; font-family: 'pill_gothic_600mglight'; text-shadow:none; margin:0 0 5px; }
.five-s .price-wrap .or{ display:inline-block; border-radius:50%; width:113px; height:113px; text-align:center; line-height:113px; background:#7756a4; font-size:43px; font-family: 'pill_gothic_600mgsemibd'; color:#fff; margin:0 20px; vertical-align:middle; }
.five-s .price-wrap .price-wrap-month { font-size:30px; margin:0; }
.five-s .price-wrap .price-wrap-month span{ color:#59cc84; font-size:54px; font-family: 'pill_gothic_600mgsemibd'; }
.five-s .price-wrap .price-Normally-wrap{ color:#222222; font-size:24px; }

.five-s .price-wrap a{ background:#59cc84; font-size:31px; font-family: 'pill_gothic_600mglight'; display:block; border-radius:10px; color:#fff; padding:6px 10px 3px; text-decoration:none; margin:20px 0 25px; }
.five-s .price-wrap a strong{  font-family: 'pill_gothic_600mgsemibd';  }


.six-s{ padding:30px 0 24px; background:#59cc84; text-align:leff; }
.six-s h2 { font-size:34px; color:#2e3f50; line-height:36px; font-weight:400; margin:0 0 10px; }
.six-s .money-back{ float:left; margin:0 20px 0 0; }
.six-s .money-back-right h2{ color:#ffffff; font-size:45px; margin:0 0 15px; text-align:left; }
.six-s .money-back-right p{ color:#fff; font-size:20px; text-align:left;  }



.ten-s { padding:50px 0 0; }
.ten-s h2{ font-size:52px; color:#2f2f2f; margin:0 0 15px; font-family: 'pill_gothic_600mglight'; font-weight:normal; color:#535353; }
.faq_wrap .left_f{ float:left; width:50%; padding:0 15px 0 0;}
.faq_wrap .right_f{ float: right; width:50%; padding:0 0 0 15px;}
.faq_wrap ul{ padding:0; margin:30px 0 35px; list-style:none; float:left; width:100%; }
.faq_wrap ul li{ background:none; width:100%; float:left; margin:0 0 20px; padding:0; }
.faq_wrap ul li:nth-child(2n){ float:right; }
.faq_wrap ul li .title{ background:#7756a4 url(images/arrow_icon.png) no-repeat 20px center; color:#fff; font-size:15px; font-family: 'Raleway', sans-serif; padding:0 10px 0 48px;  display: table-cell;text-decoration:none; font-weight:400; text-transform:none; cursor:pointer; vertical-align:middle; height:67px; width:465px; border:1px solid rgba(70, 70, 70, 0.17);
border-radius:10px;-moz-border-radius:10px;-ms-border-radius:10px;-o-border-radius:10px;-webkit-border-radius:10px; }
.faq_wrap ul li.doble_line .title{ padding:11px 10px 10px 48px; }
.faq_wrap ul li.active .title{background:#7756a4 url(images/down_arrow_icon.png) no-repeat 15px center; border-radius:10px 10px 0 0;-moz-border-radius:10px 10px 0 0;-ms-border-radius:10px 10px 0 0;-o-border-radius:10px 10px 0 0;-webkit-border-radius:10px 10px 0 0;}
.faq_wrap ul li .content{ background:#f3f3f3; border:1px solid #e0e0e0; padding:10px 15px;
border-radius:0 0 10px 10px;-moz-border-radius:0 0 10px 10px;-ms-border-radius:0 0 10px 10px;-o-border-radius:0 0 10px 10px;-webkit-border-radius:0 0 10px 10px;}


.bottom-s { padding:10px 0px 5px; border-top: #cdcdcd 1px solid; }
.bottom-s .container{ position: relative; }
.push_logo{ display:inline-block;}
.bottomlink { position: absolute; right: 0px; top: 8px;  }
.bottomlink a{ 
			
	font-size: 14px; 
	color: #2f2f2f; 
	display: inline-block; 
	padding-left: 10px; margin-left: 10px; border-left:1px solid #2f2f2f; 
	line-height: 12px;
}
.bottomlink a:first-child{ border: 0; }

footer{
	background: #313131;
	padding: 10px 0px;
	font-family: Book Antiqua,Palatino,Palatino Linotype,Palatino LT STD,Georgia,serif;
}
.copy-txt { font-size: 12px; color: #909090; display: block; }
.copy_txt_2 { font-size: 14px; color: #909090; display: block; padding-top: 10px; }

@media ( max-width:1200px ){
.variety_menu ul li a{ font-size: 16px; }

}
@media ( max-width:1000px ){
	
	.container { width: 98%; }
		header h1 { font-size: 36px; }
		header .notificationbox { font-size: 29px; line-height: 28px; }
		header p { padding: 0 10px; }
		.top_video iframe{ width: 100%; height: 400px; }
		header .top_content_box { padding-bottom: 20px; padding-top: 20px; }
	 .five-s h2 { font-size: 36px; }
	 
	 header h2,
	 .third-s h2,
	 .forth-s h2 + h2,
	 .ten-s h2,
	 header .top_video .video-wrap h3{ font-size:30px; }
	 .five-s .price-wrap .monthly-planwrap{ width: 270px; padding: 15px; }
	 .five-s .price-wrap .monthly-planwrap h2{font-size: 32px;}
	 .five-s .price-wrap .price-wrap-month{ font-size:20px; }
	 .five-s .price-wrap .price-wrap-month span{ font-size:30px; }
	 .five-s .price-wrap a{font-size: 26px;}
	 .five-s .price-wrap .or{ width:80px; height:80px; line-height:80px; font-size:32px; }
	 .five-s .price-wrap .monthly-planwrap .best-value{ width: 76px; height: 76px; top: -40px; right: -40px; } 
	 .six-s .money-back-right h2{ font-size: 32px; margin: 0 0 10px; }	 
	 .six-s .money-back-right p { font-size: 18px; }
	 .five-s h3{ font-size: 28px;padding: 40px 0; }
	 .five-s iframe{ width:622px; height:350px; }
	 .variety_menu_wrapper,
	 .right_desk_wrapper{ width:100%; position:static; clear:both; padding:0; }
	 .variety_menu{ position:static; width:100%; margin:0 auto; }
	 
	 .variety_menu ul li a{ background:none; border-bottom:1px solid rgba(255,255,255,.3); }
	.variety_menu ul li a span { width: auto !important; float: left; text-align: left; white-space:nowrap; }
	.right_desk{ background-size: 608px; padding:21px 79px 112px; width: 604px; margin: 30px auto 0; }
	 .third-s{ padding:30px 0; }
}
@media screen and (max-width:979px) and (min-width:768px){
	.variety_menu ul li a{ font-size:18px;padding: 10px 0;}
	.variety_menu ul li a span{ width:130px;}
	
	}

@media screen and (max-width:767px) and (min-width:320px){
	.variety_menu_wrapper{ width:100%;}
	.variety_menu{ position:static; width:100%;}
	.variety_menu ul li a{ font-size:18px;padding: 10px 0;}
	.variety_menu ul li a span{ width:100%;}
	.right_desk_wrapper{ width:100%; padding-left:0;}
	.right_desk{background-size: 314px;padding: 12px 14px 40px;width: 314px;margin:10px auto;}
	}
	
@media ( max-width:767px ){	
.head .logo{ float:none;}
.watch_a{ float:none;}
	.top_video iframe,
	.five-s iframe { width: 533px; height: 300px; }
	.buy_btn{ padding:10px 50px;}
	.payment_gateway li.gateway{ float:none;}
	.design_wrapper .left_content{ width:100%;}
	.design_wrapper .right_img{ width:100%;}
	.design_wrapper .right_img img{ margin:0 auto;}	
	.viral_content .group{ text-align:center; width:100%; margin:0 0 30px;}
	.six-s ul li{ padding:0 15px;}
	.nine-s ul li{ margin:0 0 30px;}
	.nine-s ul li .lift_img{ display:block; min-width:auto;}
	.nine-s ul li .right_content { display:block; text-align:center;}
	
	.five-s .price-wrap .monthly-planwrap{ margin:0 auto 20px; display:block; }	
	.five-s .price-wrap .or{ margin:0 auto 20px; }
	.six-s .money-back{ width:217px; margin:0 auto 15px; float:none; }
	.six-s .money-back-right h2{ text-align:center; }
	.six-s .money-back-right p{ text-align:center; }
	header .top_video .video-wrap h3{ padding:20px 0 0; }
	.right_desk .desk_img img {
    display: block;
    width: 231px;
    height: auto;
    margin: -2px 0 0 26px;
}
}

@media ( max-width:639px ){
	
	header h1,
	.seven-s h1,
	h1 { font-size: 27px;margin: 0 0 10px; }
	header h2,
	.seven-s h2,
	.ten-s h2,
	.nine-s h2,
	.third-s h2,
	.second-s h2,
	.forth-s h2,
	.eight-s h2,
	h2 { font-size: 26px; margin:0 0 10px; }
	header h3,
	.forth-s h3,
	.nine-s h3,
	h3 { font-size: 25px; }
	header p { font-size: 17px; line-height: normal; padding: 0 0 40px; }
	
	header .top_video,
	.seven-s .top_video{padding: 0 15px;}
	.top_video iframe,
	.five-s iframe { width: 419px; height: 228px; }
	p { font-size: 16px; }
	.text-left { padding: 0 10px; }
	.buy_btn{ padding:10px 30px;font-size: 18px;}
	.six-s ul li{ width:100%;}
	.faq_wrap{ margin:30px 0; overflow:auto;}
	.faq_wrap .left_f{ width:100%; padding:0;}
	.faq_wrap .right_f{ width:100%; padding:0;}
	.faq_wrap ul{ margin:0;}
	.six-s h2 {font-size: 27px; line-height:normal;}

	.padding-t-b { padding: 20px 0px; }
	.bottomlink { position: static; display:block; }
	footer { padding: 10px 15px; }
	footer br{ display: none; }
	
}

@media ( max-width:479px ){
	
	.top_video iframe,
	.five-s iframe { width: 291px; height: 168px; }
	.buy_btn{font-size: 14px;}
	.payment_gateway li.gateway{ font-size:15px;}
	.five-s h2 { font-size: 28px; }
	
	.forth-s h5{ font-size:18px;}
	.design_wrapper ul li{background-position: 0 0;padding: 0 0 0 70px;}
	.eight-s ul li{ width:50%;}	
	header .top_video .video-wrap a{font-size: 27px;}
	.five-s .price-wrap .monthly-planwrap .best-value{ right: -26px; }

}


/*FOR NEW LAPTOP BG IMG*/

.laptop-bg-wrap{ position: relative; padding: 0; }
.laptop-bg-wrap .laptop-top-wrap{ position:absolute; z-index: 99; left: 0; top: 0; padding: 45px 0 0; }
.laptop-bg-wrap .laptop-bg-div{ position:static;  width: 100%; }
.laptop-bg-wrap .laptop-bg-div img{ width: 100%; height:auto; display: block; }
.variety_menu_wrapper{ width: 30%; }
.laptop-bg-wrap .variety_menu{ width: 100%; position: static; }

@media ( max-width:1300px ){
	.third-s h2{ font-size: 40px; margin: 0 0 15px; }
	.variety_menu ul li a{ padding: 6px 0 3px; }
}
@media ( max-width:1000px ){
	.laptop-bg-wrap .laptop-top-wrap{ padding: 25px 0; width: 100%; float: left; }
	.laptop-bg-wrap .variety_menu_wrapper{ padding: 0 15px; }
	.variety_menu_wrapper{ width: 100%; }
	.laptop-bg-wrap .laptop-top-wrap{ position:static; }
	.third-s h2{ font-size: 30px;}
}



