/* ========== Main Index Styling & Settings ========== */

*{
	font-family: 'Open Sans', sans-serif;
	margin:0;
}

/* ----- Navbar Section Styles and Settings ----- */
.navbar-default{
	background-color:transparent;
	position:absolute;
	padding-top:35px;
	border-radius:0;
	border:none;
}

.navbar-default .container{
	width:82%;
}

.navbar-default .navbar-right{
	margin-top:30px;
}

.navbar-default .navbar-right > li{
	margin-left:45px;
}

.navbar-default .navbar-nav > li > a{
	font-family: 'font-semi';
	font-size:var(--default-size);
    text-transform:uppercase;
	letter-spacing:3px;
	color:var(--basic);
	position:relative;
	margin:0 3px;
	padding:0;
}

.navbar-default .navbar-nav > li > a:hover{
	color:var(--lighter);
}

.navbar-default .navbar-nav > li > a.active{
	color:var(--primary);
}

.navbar-default .navbar-nav > li:nth-child(1) > a{
	margin-left:0;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover{
    background-color:transparent;
	color:var(--lighter);
}

.navbar-default .navbar-nav > li > a i{
	font-size:var(--ex-large-size);
	color:var(--highlight);
	position:absolute;
	left:50px;
	top:-35px;
}

.navbar-default .navbar-nav .dropdown-menu{
    box-shadow:0 6px 12px rgba(0,0,0,0);
    background-color:var(--dark);
    min-width:135px;
    border-radius:0;
	border:none;
}

.navbar-default .navbar-nav .dropdown-menu > li > a{
    font-size:var(--default-size);
	letter-spacing:.5px;
	color:var(--basic);
    padding:6px 20px;
}

.navbar-default .navbar-nav .dropdown-menu > li > a:hover{
	background-color:var(--highlight);
    color:var(--basic);
}

/* ----- Header Section Styles and Settings ----- */
header{
	background:url(../../images/home-bg.png) no-repeat;
	background-size:cover;
	min-height:950px;
}

header .center-text{
	color:var(--basic);
	padding-top:700px;
	margin:0 auto;
	width:1300px;
}

header .top-heading{
	font-family: 'font-regular';
	font-size:var(--main-heading);
	text-align:center;
}

header .main-heading{
	font-family: 'font-ex-bold';
	font-size:var(--sub-heading);
	line-height:1.3;
	text-align:center;
	margin-top:40px;
}

.header_main-heading{
	font-family: 'font-ex-bold';
	font-size:var(--sub-heading);
	line-height:1.3;
	/*text-align:center;*/
	margin-top:40px;
}
header h2{
	font-size:var(--title-heading);
	font-family: 'font-semi';
	margin-top:30px;
}

.header_h2{
	font-size:var(--title-heading);
	font-family: 'font-semi';
	margin-top:30px;
}
header .flex-box{
	justify-content:space-between;
	flex-wrap:wrap;
	margin:0 auto;
	margin-top:50px;
	width:600px;
}

header .flex-box .flex-1{
	max-width:170px;
}

header .flex-box > .flex-1:nth-child(2){
	position:relative;
	right:-50px;
}

/* ----- Ads Section Styles and Settings ----- */
.ads-section{
	min-height:650px;
}

.ads-section .center-text{
	padding:70px 0;
	margin:0 auto;
	width:1100px;
}

.ads-section .center-text h2{
	font-size:var(--largest-size);
	font-family:'font-ex-bold';
	text-transform:uppercase;
}

.ads-section .ads-images .col-sm-4{
	justify-content:center;
    align-items:center;
    display:flex;
    height:150px;
}

/* ----- Sell-Goods Section Styles and Settings ----- */
.sell-goods{
	background-color:var(--primary);
	min-height:600px;
	padding:70px 0;
}

.sell-goods .center-text{
	color:var(--basic);
	margin:0 auto;
	width:1100px;
}

.sell-goods .center-text h2{
	font-size:var(--largest-size);
	font-family:'font-bold';
	text-transform:uppercase;
	letter-spacing:.5px;
}

.sell-goods .center-text p{
	font-size:var(--large-size);
	font-family:'font-semi';
	color:var(--lighter);
	letter-spacing:.25px;
}

.sell-goods .goods-div .col-sm-3{
	border-right:1px solid var(--shadow);
}

.sell-goods .goods-div > .col-sm-3:nth-child(4){
	border-right:none;
}

.sell-goods .goods-div .col-sm-3 > div{
	text-align:center;
	padding:30px 0;
}

.sell-goods .goods-div .col-sm-3 > div img{
	margin:0 auto;
	margin-bottom:20px;
}

.sell-goods .goods-div h1{
	font-size:var(--title-heading);
	text-transform:uppercase;
	font-family:'font-bold';
	color:var(--lighter);
	letter-spacing:1px;
	margin-bottom:3px;
}

.sell-goods .goods-div span{
	font-size:var(--large-size);
	font-family:'font-semi';
	letter-spacing:1px;
	color:var(--light);
}

/* ----- Amazon Section Styles and Settings ----- */
.amazon-section{
	min-height:300px;
}

.amazon-section .center-text{
	padding:70px 0;
	margin:0 auto;
	width:1100px;
}

.amazon-section .center-text h2{
	font-size:var(--largest-size);
	font-family:'font-ex-bold';
	text-transform:uppercase;
	letter-spacing:.5px;
	color:var(--dark);
	line-height:1.2;
}

.amazon-section .ads-images .col-sm-6{
	justify-content:center;
    align-items:center;
    display:flex;
}

/* ----- Comments Section Styles and Settings ----- */
.comments-section{
	background-color:var(--dim);
	min-height:450px;
}

.comments-section .center-text{
	padding:50px 0;
	margin:0 auto;
	width:1100px;
}

.comments-section .center-text h2{
	font-size:var(--largest-size);
	font-family:'font-bold';
	text-transform:uppercase;
	letter-spacing:1px;
	color:var(--basic);
	margin-bottom:0;
	line-height:1.2;
}

.comments-section .comments .comments-div{
	background:url(../../images/comments.png) no-repeat;
	background-size:cover;
	color:var(--basic);
	padding:15px 27px;
	margin-left:50px;
	height:225px;
	width:400px;
}

.comments-section .comments-div p{
	font-size:var(--large-size);
	font-family:'font-semi';
	letter-spacing:.5px;
	margin-bottom:5px;
}

.comments-section .comments-div span{
	font-size:var(--default-size);
	font-family:'font-regular';
	letter-spacing:.5px;
	color:var(--shadow);
	margin-bottom:5px;
}

.comments-section .center-text h4{
	font-size:var(--large-size);
	font-family:'font-semi';
	letter-spacing:.5px;
	color:var(--basic);
	margin-top:0;
}

.comments-section .center-text p.details{
	font-size:var(--default-size);
	font-family:'font-regular';
	letter-spacing:.5px;
	color:var(--lighter);
	line-height:1.7;
	margin:30px 0;
}

/* ----- Icons Section Styles and Settings ----- */
.icons-section{
	min-height:300px;
}

.icons-section .center-text{
	padding:70px 0;
	margin:0 auto;
	width:1100px;
}

.icons-section .center-text h2{
	font-size:var(--largest-size);
	font-family:'font-ex-bold';
	text-transform:uppercase;
	letter-spacing:.5px;
	color:var(--dark);
	line-height:1.2;
}

.icons-section .ads-images .col-sm-4{
	text-align:center;
	padding:0 15px;
	padding-bottom:10px;
}

.icons-section .ads-images .col-sm-4:nth-child(2){
	border-right:1px solid var(--bordered);
	border-left:1px solid var(--bordered);
}

.icons-section .ads-images .col-sm-4 > div{
	justify-content:center;
    align-items:center;
    display:flex;
}

.icons-section .ads-images h1{
	font-size:var(--title-heading);
    font-family:'font-ex-bold';
    text-transform:uppercase;
	margin-bottom:5px;
    color:var(--dim);
}

.icons-section .ads-images small{
	font-size:var(--default-size);
    font-family:'font-regular';
    color:var(--darker);
}

.icons-section hr{
	border-color:var(--shadow);
}

.icons-section .center-text h2{
    font-size:var(--largest-size);
    font-family:'font-ex-bold';
    text-transform:uppercase;
    letter-spacing:.5px;
    color:var(--dark);
}

.icons-section .icons-div{
    border-bottom:1px solid var(--shadow);
	padding-bottom:20px;
	margin-top:20px;
}

.icons-section .center-text .icons-div:last-child{
    border:none;
}

.icons-section .icons-div > .col-sm-4:nth-child(2){
    border-right:1px solid var(--shadow);
	border-left:1px solid var(--shadow);
}

.icons-section .icons-div .flex-box{
    justify-content:center;
    align-items:center;
	margin:15px 0;
	height:130px;
    display:flex;
}

.icons-section .icons-div h3{
	font-size:var(--larger-size);
	text-transform:uppercase;
	font-family:'font-semi';
	color:var(--washout);
	margin-bottom:40px;
    text-align:center;
}

/* ----- Work Section Styles and Settings ----- */
.work-section{
	min-height:300px;
}

.work-section .center-text{
	padding:70px 0;
	margin:0 auto;
	width:1100px;
}

.work-section .center-text h2{
	font-size:var(--largest-size);
	font-family:'font-ex-bold';
	text-transform:uppercase;
	letter-spacing:.5px;
	color:var(--dark);
	line-height:1.2;
}

.work-section .image-section > .col-sm-4 div{
	padding:40px 10px;
}

.work-section .image-section > .col-sm-4:nth-child(2){
	border-right:1px solid var(--bordered);
	border-left:1px solid var(--bordered);
}

.work-section .image-section p{
	font-size:var(--large-size);
	font-family:'font-semi';
	color:var(--dark);
	padding:0 16px;
}

/* ----- Comments Primary Section Styles and Settings ----- */
.comments-primary{
	background-color:var(--primary);
}

.comments-primary .comments .comments-div{
    padding:15px 30px;
}

.comments-primary .comments > .col-sm-6:nth-child(2) .comments-div{
    padding:15px 35px;
	padding-right:50px;
}

/* ----- Platform Section Styles and Settings ----- */
.platform{
	min-height:600px;
	padding:70px 0;
}

.platform .center-text{
	margin:0 auto;
	width:1100px;
}

.platform .center-text h2{
    font-size:var(--largest-size);
    font-family:'font-ex-bold';
    text-transform:uppercase;
    letter-spacing:.5px;
    color:var(--dark);
}

.platform .platform-section .col-sm-4{
	position:relative;
}

.platform .platform-section .col-sm-4 .arrow-div{
	position:absolute;
	right:-45px;
	top:10px;
}

.platform .platform-section .col-sm-4 .arrow-div2{
	right:-65px;
	top:10px;
}

.platform .platform-section .flex-box{
	justify-content:center;
	align-items:flex-start;
	height:180px;
}

.platform .platform-section p{
	font-size:var(--large-size);
    font-family:'font-semi';
	color:var(--dark);
	padding:0 30px;
}

.platform .center-text .btn-primary{
	width:275px;
}

/* ----- Faqs Section Styles and Settings ----- */
.faqs-section{
	background-color:var(--dim);
	padding:70px 0;
}

.faqs-section .center-text h2{
	font-size:var(--largest-size);
    font-family:'font-bold';
    text-transform:uppercase;
    letter-spacing:1px;
    color:var(--basic);
    margin-left:300px;
}

.faqs-section #accordion .panel-default{
	border-radius:0;
	border:none;
}

.faqs-section #accordion .panel-default > .panel-heading{
    background-color:var(--dim);
    color:var(--lighter);
	padding:0px 300px;
    border-radius:0;
	margin:0;
}

.faqs-section #accordion .panel-default > .panel-heading a{
    border-bottom:1px solid var(--secondary);
	font-size:var(--largest-size);
	text-decoration:none;
	letter-spacing:1px;
	padding:15px 0;
	display:block;
}

.faqs-section #accordion .panel-default .panel-body{
	background-color:var(--secondary);
	padding:30px 300px;
	margin-top:-1px;
    border:none;
}

.faqs-section #accordion .panel-default .panel-body p{
	font-size:var(--caption-size);
	font-family:'font-semi';
	letter-spacing:1px;
	color:var(--dark);
	line-height:1.6;
	width:85%;
}

.faqs-section #accordion .panel-default .panel-body p a{
	font-family:'font-ex-bold';
	color:var(--primary);
	letter-spacing:0;
}

.faqs-section .center-text .btn-primary{
	width:275px;
}

/* ----- Tired Of Section Styles and Settings ----- */
.tired-of{
	padding:70px 0;
}

.tired-of .center-text{
	margin:0 auto;
	width:1100px;
}

.tired-of .center-text h2{
	font-size:var(--largest-size);
    font-family:'font-ex-bold';
    text-transform:uppercase;
    letter-spacing:.5px;
    color:var(--dark);
	margin-bottom:5px;
}

.tired-of .center-text ul li,
.tired-of .center-text p{
	font-size:var(--largest-size);
    font-family:'font-semi';
    letter-spacing:.5px;
    color:var(--dark);
}

.tired-of .center-text ul li i{
	font-size:var(--smallest-size);
	vertical-align:middle;
	margin-right:5px;
}

.tired-of .center-text .btn-primary{
	margin:0 30px;
	width:275px;
}

.tired-of .center-text .btn-primary:hover{
	margin-top:-5px;
}

/* ----- Footer Section Styles and Settings ----- */
footer{
	background-color:var(--dim);
	padding:70px 0;
	padding-bottom:20px;
}

footer .center-text{
	margin:0 auto;
	width:1100px;
}

footer .center-text hr{
	border:none;
	border-bottom:1px solid var(--bordered);
}

footer .center-text .flex-box h4{
	font-size:var(--largest-size);
	font-family:'font-semi';
	color:var(--lighter);
	margin-bottom:15px;
}

footer .center-text .flex-box .terms p{
	font-size:var(--default-size);
	color:var(--light);
	margin-top:40px;
}

footer .center-text .flex-box ul li{
	margin-top:12px;
}

footer .center-text .flex-box ul li a{
	font-size:var(--alternate-size);
	transition:all .3s ease-in-out;
	letter-spacing:.5px;
	color:var(--light);
	margin-top:30px;
}

footer .center-text .flex-box ul li a:hover{
	text-decoration:none;
	margin-left:5px;
}

footer .center-text .sign-up{
	border:2px solid var(--light);
	padding:5px 10px;
}

footer .center-text .sign-up h5{
	font-size:var(--large-size);
	font-family:'font-semi';
	letter-spacing:.5px;
	margin-bottom:15px;
	color:var(--basic);
	margin-top:5px;
}

footer .center-text .sign-up input{
	font-size:var(--alternate-size);
	padding:8px 12px;
	outline:none;
	border:none;
	width:100%;
}

footer .center-text .sign-up input::-webkit-input-placeholder{
	color:var(--bordered);
}

footer .center-text .sign-up input::-moz-placeholder{
	color:var(--bordered);
}

footer .center-text .sign-up input:-ms-input-placeholder{
	color:var(--bordered);
}

footer .center-text .sign-up input:-moz-placeholder {
	color:var(--bordered);
}

footer .center-text .copy-rights{
	font-size:var(--default-size);
	color:var(--bordered);
}

footer .center-text .copy-rights a{
	font-size:var(--default-size);
	font-family:'font-bold';
	color:var(--lighter);
}


/* ========== About Us Page Styling & Settings ========== */
/* ----- Header and Navbar Section Styles and Settings ----- */
.about-us .navbar-default .navbar-nav > li > a{
	text-shadow:1px 1px var(--dark);
}

.about-us .navbar-default .navbar-nav > li > a i{
    color:var(--basic);
}

.about-us header{
	background:url(../../images/about-bg.jpeg) no-repeat top;
	background-size:cover;
	position:relative;
	min-height:680px;
}

.about-us header .overflow{
	background-color:rgba(0,0,0,.4);
	position:absolute;
	height:100%;
	width:100%;
}

.about-us header .center-text{
	padding-top:200px;
}

.about-us header .main-heading{
	text-shadow:2px 2px var(--dark);
}

.about-us header h2{
	text-shadow:1.5px 1.5px var(--dark);
}

/* ----- Ads Section Styles and Settings ----- */
.about-us .ads-section{
	padding-bottom:50px;
}

.about-us .ads-section .center-text{
	width:1120px;
}

.about-us .ads-section .center-text h2{
	line-height:1.3;
}

.about-us .ads-section .center-text h4{
	font-size:var(--large-size);
	font-family:'font-bold';
	color:var(--darker);
	line-height:1.4;
}

.about-us .ads-section .center-text p{
	font-size:var(--alternate-size);
	font-family:'font-semi';
	color:var(--darker);
	line-height:1.4;
}

.about-us .ads-section .center-text ul li{
	font-size:var(--default-size);
	font-family:'font-semi';
	color:var(--darker);
	line-height:1.6;
}

/* ----- Comments Section Styles and Settings ----- */
.about-us .comments-section .links-section .image-div{
	margin:0 auto;
	width:210px;
}

.about-us .comments-section .links-section a{
	display:block;
}

.about-us .comments-section .links-section .img-div{
	background:url(../../images/man.jpg) no-repeat -220px -30px;
    background-size:500px;
	height:200px;
}

.about-us .comments-section .links-section .img-div2{
	background:url(../../images/man.jpg) no-repeat -70px 0;
    background-size:420px;
	height:200px;
}

.about-us .comments-section .links-section p{
	font-size:var(--default-size);
	font-family:'font-regular';
	letter-spacing:.5px;
	color:var(--light);
	margin:5px 0;
}

.about-us .comments-section .center-text h4{
    margin-top:70px;
}

/* ----- Work Section Styles and Settings ----- */
.about-us .work-section .center-text h4{
	font-size:var(--large-size);
	font-family:'font-bold';
	color:var(--dark);
	line-height:1.3;
}

.about-us .work-section .image-section > .col-sm-4 div{
	padding:10px 4px;
	margin-bottom:10px;
}

.about-us .work-section .image-section .flex-box{
	justify-content:center;
	align-items:flex-start;
	height:150px;
}

.about-us .work-section .image-section p{
	font-size:var(--large-size);
	font-family:'font-bold';
	margin-bottom:15px;
	color:var(--dark);
	padding:0;
}

.about-us .work-section .image-section span{
    font-size:var(--default-size);
}

.about-us .work-section hr{
	border-color:var(--shadow);
	border-width:2px;
}


/* ========== Benefits Page Styling & Settings ========== */
/* ----- Header Section Styles and Settings ----- */
.benefits header{
	background:url(../../images/benefits-bg.jpeg) no-repeat center;
	background-size:cover;
}

.benefits header .center-text{
	padding-top:220px;
}

/* ----- Amazon Section Styles and Settings ----- */
.benefits .amazon-section .center-text h2{
	margin-bottom:0;
}

.benefits .amazon-section .center-text h4{
	font-size:var(--large-size);
	font-family:'font-bold';
	color:var(--dark);
	margin-top:5px;
}

.benefits .amazon-section .center-text p{
	font-size:var(--default-size);
	font-family:'font-semi';
	color:var(--dark);
	margin-bottom:5px;
}

.benefits .amazon-section .center-text ul li{
	font-size:var(--default-size);
	font-family:'font-semi';
	color:var(--dark);
}

/* ----- Sell-Goods Section Styles and Settings ----- */
.benefits .sell-goods{
	min-height:200px;
}

.benefits .sell-goods .center-text h2{
	margin-top:0;
}

.benefits .sell-goods .center-text h4{
	font-size:var(--large-size);
	font-family:'font-semi';
	color:var(--lighter);
	letter-spacing:.5px;
}

.benefits .sell-goods .center-text p{
	font-size:var(--default-size);
	font-family:'font-regular';
	color:var(--lighter);
	letter-spacing:.25px;
}

/* ----- Work Section Styles and Settings ----- */
.benefits .work-section .image-section .flex-box{
	height:130px;
}

/* ----- Icons Section Styles and Settings ----- */
.benefits .icons-section .ads-images > .col-sm-6:nth-child(2){
	border-left:2px solid var(--shadow);
}

.benefits .icons-section .ads-images > .col-sm-6 > div{
	padding:0 60px;
}

.benefits .icons-section .ads-images > .col-sm-6:nth-child(2) > div{
	padding-right:0;
}

.benefits .icons-section .ads-images .flex-box{
	justify-content:center;
    align-items:center;
    height:150px;
}

.benefits .icons-section .ads-images h3{
	font-size:var(--large-size);
    font-family:'font-bold';
	margin-bottom:5px;
    line-height:1.4;
    color:var(--dim);
}

.benefits .icons-section .ads-images h3 span{
	font-family:'font-bold';
    display:inline-block;
}

.benefits .icons-section .ads-images p{
	font-size:var(--default-size);
    font-family:'font-semi';
	color:var(--dim);
}

/* ----- Comments Section Styles and Settings ----- */
.benefits .comments-section .ads-images > .col-sm-6:nth-child(2){
	border-left:2px solid var(--bordered);
}

.benefits .comments-section .ads-images > .col-sm-6 > div{
	padding:20px 45px;
	padding-bottom:0;
}

.benefits .comments-section .ads-images > .col-sm-6:nth-child(2) > div{
	padding-right:10px;
}

.benefits .comments-section .ads-images .flex-box{
	justify-content:center;
    align-items:center;
    height:170px;
}

.benefits .comments-section .ads-images h4{
	letter-spacing:1px;
	line-height:1.4;
	margin-top:30px;
}

.benefits .comments-section .ads-images p{
	font-size:var(--default-size);
    font-family:'font-regular';
	color:var(--light);
}

.benefits .comments-section .steps-section .flex-box{
	border-bottom:1px solid var(--bordered);
	padding-bottom:10px;
}

.benefits .comments-section .flex-box > .flex-1:nth-child(1){
	border-right:1px solid var(--bordered);
	padding:0 10px;
}

.benefits .comments-section .flex-box > .flex-1:nth-child(2){
	border-left:1px solid var(--bordered);
	padding-left:25px;
}

.benefits .comments-section .flex-box > .flex-1:nth-child(1) table tr th,
.benefits .comments-section .flex-box > .flex-1:nth-child(1) table tr td{
	height:150px;
}

.benefits .comments-section .flex-box > .flex-1:nth-child(1) table tbody > tr:nth-child(2) > th,
.benefits .comments-section .flex-box > .flex-1:nth-child(1) table tbody > tr:nth-child(2)  >td{
	border-bottom:1px solid var(--bordered);
	border-top:1px solid var(--bordered);
}

.benefits .comments-section table span{
	font-size:var(--largest-size);
    font-family:'font-bold';
	color:var(--primary);
	letter-spacing:1px;
	margin-bottom:10px;
	display:block;
	width:100px;
}

.benefits .comments-section table tr td{
	font-size:var(--large-size);
    font-family:'font-regular';
	letter-spacing:.5px;
	color:var(--basic);
}

.benefits .comments-section table strong{
	font-size:var(--large-size);
    font-family:'font-semi';
	letter-spacing:.5px;
	color:var(--basic);
	margin-top:10px;
	display:block;
}

.benefits .comments-section table tr p{
	font-size:var(--default-size);
    font-family:'font-regular';
	color:var(--lighter);
}

.benefits .comments-section table .video-div video{
	margin-top:10px;
	height:250px;
}


/* ========== Media Queries For Responsiveness ========== */
@media screen and (max-width:1700px) {
	
	/* Navbar Section Responsiveness */
	.navbar-default .container{
		width:85%;
	}
	
	.navbar-default .navbar-right > li {
		margin-left:38px;
	}
	
	/* Header Section Responsiveness */
	header{
		min-height:650px;
	}
	
	header .center-text{
		width:1040px;
	}
	
	header .main-heading{
		margin-top:30px;
	}
	
	.header_main-heading{
		margin-top:30px;
	}
	
	header h2{
		margin-top:20px;
	}
	
	.header_h2{
		margin-top:20px;
	}
	
	header .flex-box{
		margin-top:60px;
		width:550px;
	}
	
	header .flex-box > .flex-1:nth-child(2){
		right:-60px;
	}
	
	/* Ads Section Responsiveness */
	.ads-section .center-text{
		width:1000px;
	}
	
	/* Sell-Goods Section Responsiveness */
	.sell-goods .center-text{
		width:1000px;
	}
	
	/* Amazon Section Responsiveness */
	.amazon-section .center-text{
		padding:60px 0;
		width:1000px;
	}
	
	/* Comments Section Responsiveness */
	.comments-section .center-text{
		width:1000px;
	}
	
	/* Icons Section Responsiveness */
	.icons-section .center-text{
		width:1020px;
	}
	
	.icons-section .ads-images .col-sm-4{
		padding:0 12px;
		padding-bottom:20px;
	}
	
	/* Work Section Responsiveness */
	.work-section .center-text{
		width:1020px;
	}
	
	.work-section .center-text h2{
		margin-top:0;
	}
	
	.work-section .image-section > .col-sm-4 div{
		padding:30px 10px;
	}
	
	.work-section .image-section p{
		padding:0 3px;
	}
	
	/* Comments Primary Section Responsiveness */
	
	/* Platform Section Responsiveness */
	.platform{
		padding:60px 0;
	}
	
	.platform .center-text{
		width:1000px;
	}
	
	.platform .platform-section .col-sm-4{
		padding:0 5px;
	}
	
	.platform .platform-section .col-sm-4 .arrow-div{
		right:-40px;
	}
	
	.platform .platform-section .col-sm-4 .arrow-div2{
		right:-70px;
		top:15px;
	}
	
	.platform .platform-section .arrow-div img{
		width:90px;
	}
	
	/* Faqs Section Responsiveness */
	
	/* Tired Of Section Responsiveness */
	.tired-of .center-text{
		width:1050px;
	}
	
	/* Footer Section Responsiveness */
	footer .center-text{
		width:1050px;
	}
	
	
	/* ----- About Us Page Responsiveness ----- */
	.about-us header{
		min-height:650px;
	}
	
	.about-us .ads-section .center-text{
		width:1035px;
	}
	
	.about-us .work-section .center-text{
		width:1050px;
	}
	
	.about-us  .work-section .center-text h2{
		margin-top:50px;
		letter-spacing:0;
	}
	
	
	/* ----- Benefits Page Responsiveness ----- */
	
	
}

@media screen and (max-width:1600px) {
	
	/* Navbar Section Responsiveness */
	.navbar-default .navbar-brand img{
		width:180px;
	}
	
	.navbar-default .navbar-right > li{
		margin-left:35px;
	}
	
	.navbar-default .navbar-right > li a{
		letter-spacing:2px;
	}
	
	.navbar-default .navbar-nav > li > a i{
		left:40px;
		top:-30px;
	}
	
	/* Header Section Responsiveness */
	header{
		min-height:700px;
	}
	
	header .center-text{
		padding-top:400px;
		width:920px;
	}
	
	header .main-heading{
		margin-top:30px;
	}
	
	.header_main-heading{
		margin-top:30px;
	}
	
	header h2{
		margin-top:20px;
	}
	
	.header_h2{
		margin-top:20px;
	}
	
	header .flex-box{
		margin-top:60px;
		width:450px;
	}
	
	header .flex-box > .flex-1:nth-child(2){
		right:-60px;
	}
	
	/* Ads Section Responsiveness */
	.ads-section{
		min-height:600px;
	}
	
	.ads-section .center-text{
		padding:60px 0;
		width:900px;
	}
	
	.ads-section .ads-images .col-sm-4{
		padding:0 25px;
		height:140px;
	}
	
	/* Sell-Goods Section Responsiveness */
	.sell-goods{
		padding:60px 0;
	}
	
	.sell-goods .center-text{
		width:1000px;
	}
	
	/* Amazon Section Responsiveness */
	.amazon-section .center-text{
		width:940px;
	}
	
	.amazon-section .ads-images > .col-sm-6:nth-child(1) img{
		width:250px;
	}
	
	.amazon-section .ads-images > .col-sm-6:nth-child(2) img{
		width:200px;
	}
	
	/* Icons Section Responsiveness */
	.icons-section .center-text{
		width:950px;
	}
	
	.icons-section hr{
		margin-top:60px;
	}
	
	/* Work Section Responsiveness */
	.work-section .center-text{
		width:1000px;
	}
	
	.work-section .image-section > .col-sm-4 div{
		padding:25px 5px;
	}
	
	.work-section .image-section > .col-sm-4 img{
		width:200px;
	}
	
	.work-section .image-section p{
		margin-top:40px;
	}
	
	/* Platform Section Responsiveness */
	.platform .platform-section > div:nth-child(1) .flex-box > img{
		width:120px;
	}
	
	.platform .platform-section > div:nth-child(2) .flex-box > img{
		width:150px;
	}
	
	.platform .platform-section > div:nth-child(3) .flex-box > img{
		position:relative;
		width:95px;
		top:-10px;
	}
	
	/* Faqs Section Responsiveness */
	.faqs-section .center-text h2{
		margin-left:250px;
	}
	
	.faqs-section #accordion .panel-default > .panel-heading{
		padding:0 250px;
	}
	
	.faqs-section #accordion .panel-default .panel-body{
		padding:25px 250px;
	}
	
	.faqs-section #accordion .panel-default .panel-body p{
		letter-spacing:.5px;
		line-height: 1.6;
		width:95%;
	}
	
	/* Tired Of Section Responsiveness */
	
	/* Footer Section Responsiveness */
	
	
	/* ----- About Us Page Responsiveness ----- */
	.about-us header{
		min-height:600px;
	}
	
	.about-us .ads-section .center-text{
		width:900px;
	}
	
	.about-us .comments-section .center-text h4{
		margin-top:60px;
	}
	
	.about-us .work-section .image-section > .col-sm-4 img{
		width:inherit;
	}
	
	.about-us .work-section .center-text{
		width:1000px;
	}
	
	.about-us .work-section .center-text h4{
		margin-top:60px;
	}
	
	.about-us  .work-section .center-text h2{
		letter-spacing:.5px;
	}
	
	.about-us .work-section .image-section .flex-box{
		height:120px;
	}

	.about-us .work-section .image-section .flex-box img{
		width:100px;
	}
	
	.about-us .work-section .image-section div:nth-child(3) img{
		width:80px;
	}
	
	
	/* ----- Benefits Page Responsiveness ----- */
	.benefits .sell-goods .center-text p{
		letter-spacing:0;
	}
	
	.benefits .work-section .image-section{
		margin-top:0;
	}
	
	.benefits .work-section .image-section div img{
		width:100px !important;
	}
	
	.benefits .work-section .image-section p{
		margin-top:20px;
		line-height:1.2;
	}
	
	.benefits .icons-section .ads-images .flex-box img{
		width:130px;
	}

	.benefits .comments-section .ads-images .flex-box{
		height:120px;
	}
	
	.benefits .comments-section .ads-images .flex-box img{
		width:100px;
	}
	
	.benefits .comments-section .ads-images > .col-sm-6:nth-child(2) img{
		width:90px;
	}
	
	.benefits .comments-section table .video-div video{
		height:220px;
	}
	
	
}

@media screen and (max-width:1440px) {
	
	/* Navbar Section Responsiveness */
	.navbar-default{
		padding-top:25px;
	}
	
	.navbar-default .container{
		width:82%;
	}
	
	.navbar-default .navbar-brand img{
		width:150px;
	}
	
	.navbar-default .navbar-right{
		margin-top:20px;
	}
	
	.navbar-default .navbar-right > li{
		margin-left:28px;
	}
	
	.navbar-default .navbar-right > li a{
		letter-spacing:1px;
	}
	
	.navbar-default .navbar-nav > li > a i{
		left:35px;
		top:-20px;
	}
	
	.navbar-default .navbar-nav .dropdown-menu{
		min-width:100px;
	}
	
	/* Header Section Responsiveness */
	header{
		min-height:650px;
	}
	
	header .center-text{
		padding-top:500px;
	}
	
	/* Ads Section Responsiveness */
	.ads-section{
		min-height:400px;
	}
	
	.ads-section .center-text{
		padding:150px 0;
	}
	
	.ads-section .ads-images .col-sm-4{
		padding:0 30px;
		height:140px;
	}
	
	.ads-section .ads-images > .col-sm-4:nth-child(2){
		padding:0 70px;
	}
	
	.ads-section .ads-images.margin-top-70 > .col-sm-4:nth-child(2){
		padding:0 30px;
	}
	
	.ads-section .ads-images.margin-top-70 > .col-sm-4:nth-child(1),
	.ads-section .ads-images.margin-top-70 > .col-sm-4:nth-child(3){
		padding:0 90px;
	}
	
	/* Sell-Goods Section Responsiveness */
	.sell-goods{
		min-height:500px;
	}
	
	.sell-goods .center-text{
		width:900px;
	}
	
	.sell-goods .center-text h2{
		margin-bottom:20px;
	}
	
	.sell-goods .center-text .goods-div{
		margin-top:60px;
	}
	
	/* Amazon Section Responsiveness */
	.amazon-section .center-text{
		padding:50px 0;
		width:900px;
	}
	
	/* Comments Section Responsiveness */
	.comments-section{
		min-height:380px;
	}
	
	.comments-section .center-text{
		padding:40px 0;
		width:900px;
	}
	
	.comments-section .comments{
		margin-top:50px;
	}
	
	.comments-section .comments .comments-div{
		padding:12px 25px;
		margin-left:40px;
		height:185px;
		width:332px;
	}
	
	.comments-section .comments-div p{
		letter-spacing:0;
		margin-bottom:4px;
	}
	
	.comments-section .center-text p.details{
		letter-spacing:0;
		line-height:1.6;
		margin:25px 0;
	}
	
	/* Icons Section Responsiveness */
	.icons-section .center-text{
		width:900px;
	}
	
	.icons-section .ads-images .col-sm-4{
		padding:0 20px;
		padding-bottom:20px;
	}

	.icons-section .ads-images > .col-sm-4:nth-child(1) h1,
	.icons-section .ads-images > .col-sm-4:nth-child(3) h1{
		margin-top:40px;
	}
	
	.icons-section .ads-images .col-sm-4 img{
		width:110px;
	}
	
	.icons-section hr{
		margin-top:60px;
	}
	
	.icons-section .center-text div.margin-top-60{
		margin-top:50px;
	}
	
	.icons-section .icons-div img{
		width:100px;
	}
	
	.icons-section .margin-top-60 > .icons-div:nth-child(2) > div:nth-child(2) img,
	.icons-section .margin-top-60 > .icons-div:nth-child(4) > div:nth-child(2) img{
		width:80px;
	}
	
	.icons-section .margin-top-60 > .icons-div:nth-child(3) > div:nth-child(2) img,
	.icons-section .margin-top-60 > .icons-div:nth-child(5) > div:nth-child(2) img,
	.icons-section .margin-top-60 > .icons-div:nth-child(8) > div:nth-child(2) img{
		width:75px;
	}
	
	.icons-section .margin-top-60 > .icons-div:nth-child(7) > div:nth-child(2) img{
		width:60px;
	}
	
	.icons-section .margin-top-60 > .icons-div:nth-child(6) > div:nth-child(1) img,
	.icons-section .margin-top-60 > .icons-div:nth-child(7) > div:nth-child(1) img{
		width:70px;
	}
	
	.icons-section .margin-top-60 > .icons-div:nth-child(8) > div:nth-child(1) img{
		width:120px;
	}
	
	.icons-section .margin-top-60 > .icons-div:nth-child(3) > div:nth-child(3) img,
	.icons-section .margin-top-60 > .icons-div:nth-child(6) > div:nth-child(3) img{
		width:85px;
	}
	
	.icons-section .margin-top-60 > .icons-div:nth-child(4) > div:nth-child(3) img,
	.icons-section .margin-top-60 > .icons-div:nth-child(5) > div:nth-child(3) img{
		width:130px;
	}
	
	/* Work Section Responsiveness */
	.work-section .center-text{
		width:900px;
	}
	
	.work-section .image-section > .col-sm-4 div{
		padding:20px 5px;
	}
	
	.work-section .center-text .margin-top-70{
		margin-top:50px;
	}
	
	.work-section .center-text .btn-secondary{
		width:240px;
	}
	
	/* Platform Section Responsiveness */
	.platform{
		padding:40px 0;
	}
	
	.platform .center-text{
		width:900px;
	}
	
	.platform .platform-section .col-sm-4{
		padding:0 10px;
	}
	
	.platform .platform-section .flex-box{
		height:160px;
	}
	
	.platform .platform-section .col-sm-4 .arrow-div{
		right:-40px;
	}
	
	.platform .platform-section .col-sm-4 .arrow-div2{
		right:-60px;
	}
	
	.platform .platform-section .arrow-div img{
		width:80px;
	}
	
	.platform .platform-section > div:nth-child(1) .flex-box > img{
		width:110px;
	}
	
	.platform .platform-section > div:nth-child(2) .flex-box > img{
		width:135px;
	}
	
	.platform .platform-section > div:nth-child(3) .flex-box > img{
		width:90px;
	}
	
	.platform .platform-section p{
		font-family:'font-regular';
		padding:0 20px;
	}
	
	.platform .center-text .btn-primary{
		width:240px;
	}
	
	/* Faqs Section Responsiveness */
	.faqs-section .center-text h2{
		margin-top:0;
	}
	
	.faqs-section #accordion .panel-default .panel-body{
		padding:20px 250px;
	}
	
	.faqs-section #accordion .panel-default .panel-body p{
		letter-spacing:0;
		line-height:1.5;
		width:90%;
	}
	
	.faqs-section .center-text .margin-top-70{
		margin-top:50px;
	}
	
	.faqs-section .center-text .btn-primary{
		width:240px;
	}
	
	/* Tired Of Section Responsiveness */
	.tired-of{
		padding:50px 0;
	}
	
	.tired-of .center-text ul li,
	.tired-of .center-text p{
		letter-spacing:0;
	}
	
	.tired-of .center-text .margin-top-70{
		margin-top:50px;
	}
	
	.tired-of .center-text .btn-primary{
		width:240px;
	}
	
	/* Footer Section Responsiveness */
	footer{
		padding:60px 0;
		padding-bottom:20px;
	}
	
	footer .center-text .flex-box h4{
		margin-top:0;
	}
	
	footer .center-text .flex-box ul li{
		margin-top:10px;
	}
	
	footer .center-text .sign-up .form-group{
		margin-bottom:12px;
	}
	
	footer .center-text .sign-up input{
		padding:7px 10px;
	}
	
	
	/* ----- About Us Page Responsiveness ----- */
	.about-us header{
		min-height:550px;
	}
	
	.about-us header .center-text{
		padding-top:180px;
	}
	
	.about-us .comments-section .links-section .image-div{
		width:190px;
	}
	
	.about-us .comments-section .links-section .img-div{
		background:url(../../images/link-img-1.jpeg) no-repeat -240px -30px;
		background-size:500px;
		height:190px;
	}
	
	.about-us .comments-section .links-section .img-div2{
		background:url(../../images/link-img-2.jpeg) no-repeat -70px 0;
		background-size: 420px;
		height:190px;
	}
	
	.about-us .comments-section .center-text h4{
		margin-top:50px;
	}
	
	.about-us  .work-section .center-text{
		padding:40px 0;
		width:900px;
	}
	
	.about-us .work-section .center-text h4{
		margin-top:40px;
	}
	
	.about-us .work-section .image-section .flex-box{
		height:100px;
	}

	.about-us .work-section .image-section .flex-box img{
		width:90px;
	}
	
	.about-us .work-section .image-section div:nth-child(3) img{
		width:70px;
	}
	
	
	/* ----- Benefits Page Responsiveness ----- */
	.benefits .work-section .image-section div img{
		width:80px !important;
	}
	
	.benefits .icons-section .ads-images .flex-box img{
		width:110px;
	}

	.benefits .comments-section .ads-images .flex-box{
		height:120px;
	}
	
	.benefits .comments-section .ads-images h4{
    	letter-spacing:0;
		line-height:1.3;
	}
	
	.benefits .comments-section .flex-box > .flex-1:nth-child(1) table tr th,
	.benefits .comments-section .flex-box > .flex-1:nth-child(1) table tr td {
		height:130px;
	}
	
	.benefits .comments-section table .video-div video{
		height:195px;
	}
	
}

@media screen and (max-width:1366px) {
	
	/* Navbar Section Responsiveness */
	.navbar-default .container{
		width:82%;
	}
	
	.navbar-default .navbar-right > li{
		margin-left:40px;
	}
	
	.navbar-default .navbar-nav > li > a i{
		left:32px;
		top:-16px;
	}
	
	.navbar-default .navbar-nav .dropdown-menu{
		min-width:90px;
	}
	
	.navbar-default .navbar-nav .dropdown-menu > li > a{
		padding:4px 12px;
	}
	
	/* Header Section Responsiveness */
	header{
		min-height:500px;
	}
	
	header .center-text{
		width:960px;
	}
	
	header .flex-box{
		margin-top:60px;
		width:450px;
	}
	
	header .flex-box{
		margin-top:50px;
	}
	
	/* Ads Section Responsiveness */
	.ads-section .center-text{
		width:850px;
	}
	
	.ads-section .ads-images .col-sm-4{
		padding:0 30px;
		height:140px;
	}
	
	.ads-section .ads-images.margin-top-70 > .col-sm-4:nth-child(3){
		padding:0 80px;
	}
	
	/* Sell-Goods Section Responsiveness */
	.sell-goods{
		min-height:450px;
		padding:50px 0;
	}
	
	.sell-goods .center-text{
		width:860px;
	}
	
	.sell-goods .center-text p{
		letter-spacing:0;
	}
	
	.sell-goods .center-text .goods-div{
		margin-top:60px;
	}
	
	.sell-goods .goods-div .goods img{
		width:70px;
	}
	
	.sell-goods .goods-div > .col-sm-3:nth-child(1) .goods img{
		width:60px;
	}
	
	/* Amazon Section Responsiveness */
	.amazon-section .center-text{
		width:850px;
	}
	
	.amazon-section .center-text h2{
		margin-top:10px;
	}
	
	.amazon-section .ads-images > .col-sm-6:nth-child(1) img{
		width:230px;
	}
	
	.amazon-section .ads-images > .col-sm-6:nth-child(2) img{
		width:180px;
	}
	
	/* Comments Section Responsiveness */
	.comments-section{
		min-height:350px;
	}
	
	.comments-section .center-text{
		padding:30px 0;
		width:850px;
	}
	
	.comments-section .comments{
		margin-top:40px;
	}
	
	.comments-section .comments .comments-div{
		height:180px;
		width:320px;
	}
	
	.comments-section .comments-div p{
		margin-bottom:3px;
	}
	
	.comments-section .center-text h2{
		margin-top:35px;
	}
	
	.comments-section .center-text p.details{
		line-height:1.5;
		margin:20px 0;
	}
	
	/* Icons Section Responsiveness */
	.icons-section .center-text{
		padding:50px 0;
		width:900px;
	}
	
	.icons-section .ads-images .col-sm-4{
		padding:0 14px;
		padding-bottom:20px;
	}
	
	.icons-section .ads-images > .col-sm-4:nth-child(1) h1,
	.icons-section .ads-images > .col-sm-4:nth-child(3) h1{
		margin-top:50px;
	}
	
	.icons-section .ads-images .col-sm-4 img{
		width:90px;
	}
	
	.icons-section hr{
		margin-top:50px;
	}
	
	.icons-section .icons-div img{
		width:90px;
	}
	
	.icons-section .margin-top-60 > .icons-div:nth-child(2) > div:nth-child(2) img,
	.icons-section .margin-top-60 > .icons-div:nth-child(4) > div:nth-child(2) img{
		width:70px;
	}
	
	.icons-section .margin-top-60 > .icons-div:nth-child(3) > div:nth-child(2) img,
	.icons-section .margin-top-60 > .icons-div:nth-child(5) > div:nth-child(2) img,
	.icons-section .margin-top-60 > .icons-div:nth-child(8) > div:nth-child(2) img{
		width:65px;
	}
	
	.icons-section .margin-top-60 > .icons-div:nth-child(7) > div:nth-child(2) img{
		width:50px;
	}
	
	.icons-section .margin-top-60 > .icons-div:nth-child(6) > div:nth-child(1) img,
	.icons-section .margin-top-60 > .icons-div:nth-child(7) > div:nth-child(1) img{
		width:60px;
	}
	
	.icons-section .margin-top-60 > .icons-div:nth-child(8) > div:nth-child(1) img{
		width:100px;
	}
	
	.icons-section .margin-top-60 > .icons-div:nth-child(3) > div:nth-child(3) img,
	.icons-section .margin-top-60 > .icons-div:nth-child(6) > div:nth-child(3) img{
		width:75px;
	}
	
	.icons-section .margin-top-60 > .icons-div:nth-child(4) > div:nth-child(3) img,
	.icons-section .margin-top-60 > .icons-div:nth-child(5) > div:nth-child(3) img{
		width:115px;
	}
	
	/* Work Section Responsiveness */
	.work-section .center-text{
		padding:50px 0;
		width:850px;
	}
	
	.work-section .image-section > .col-sm-4 div{
		padding:20px 5px;
	}
	
	.work-section .image-section > .col-sm-4 img{
		width:170px;
	}
	
	.work-section .center-text .btn-secondary{
		width:200px;
	}
	
	.work-section .image-section p{
		font-family:'font-regular';
		color:var(--darker);
		margin-top:30px;
		padding:0 5px;
	}
	
	/* Platform Section Responsiveness */
	.platform{
		min-height:500px;
	}
	
	.platform .center-text{
		width:850px;
	}
	
	.platform .center-text .margin-top-70{
		margin-top:50px;
	}
	
	.platform .center-text .btn-primary{
		width:200px;
	}
	
	/* Faqs Section Responsiveness */
	.faqs-section{
		padding:60px 0;
	}

	.faqs-section .center-text h2{
		margin-bottom:20px;
	}
	
	.faqs-section #accordion .panel-default > .panel-heading a{
		letter-spacing:.5px;
		padding:12px 0;
	}
	
	.faqs-section #accordion .panel-default .panel-body p{
		line-height:1.4;
	}
	
	.faqs-section .center-text .btn-primary{
		width:200px;
	}
	
	/* Tired Of Section Responsiveness */
	.tired-of .center-text{
		width:850px;
	}
	
	.tired-of .center-text .btn-primary{
		width:210px;
	}
	
	/* Footer Section Responsiveness */
	footer{
		padding:50px 0;
		padding-bottom:10px;
	}
	
	footer .center-text{
		width:850px;
	}
	
	footer .center-text .flex-box ul li{
		margin-top:7px;
	}
	
	footer .center-text .sign-up .form-group{
		margin-bottom:10px;
	}
	
	footer .center-text .sign-up input{
		padding:6px 10px;
	}
	
	footer .center-text .sign-up .btn{
		padding:12px 18px;
		margin-top:5px;
	}
	
	footer .center-text hr{
		margin:12px 0;
	}
	
	
	/* ----- About Us Page Responsiveness ----- */
	.about-us header{
		min-height:540px;
	}
	
	.about-us header .center-text{
		padding-top:150px;
	}
	
	.about-us .ads-section .center-text{
		padding-bottom:30px;
		width:860px;
	}
	
	.about-us .ads-section .center-text .margin-top-100{
		margin-top:80px;
	}
	
	.about-us .comments-section .links-section .image-div{
		width:160px;
	}
	
	.about-us .comments-section .links-section .img-div{
		background:url(../../images/link-img-1.jpeg) no-repeat -252px -30px;
		background-size:500px;
		height:170px;
	}
	
	.about-us .comments-section .links-section .img-div2{
		background:url(../../images/link-img-2.jpeg) no-repeat -85px 0;
		background-size:420px;
		height:170px;
	}
	
	.about-us .comments-section .center-text h4{
		margin-top:40px;
	}
	
	.about-us .work-section .center-text{
		width:872px;
	}
	
	.about-us .work-section .image-section{
		margin-top:50px;
	}

	.about-us .work-section .image-section .flex-box img{
		width:80px;
	}
	
	.about-us .work-section .image-section div:nth-child(3) img{
		width:65px;
	}
	
	
	/* ----- Benefits Page Responsiveness ----- */
	.benefits  .amazon-section .center-text{
		padding:30px 0;
	}
	
	.benefits .amazon-section .center-text h2{
		margin-top:50px;
	}
	
	.benefits .amazon-section .center-text p{
		margin-top:20px;
	}
	
	.benefits .sell-goods .center-text p{
		margin-top:20px;
	}
	
	.benefits .work-section .image-section{
		margin-top:30px;
	}
	
	.benefits .work-section .image-section > .col-sm-4{
		padding:0 8px;
	}
	
	.benefits .icons-section .ads-images .flex-box{
		height:140px;
	}
	
	.benefits .icons-section .ads-images .flex-box img{
		width:100px;
	}
	
	.benefits .icons-section .ads-images > .col-sm-6 > div{
		padding:0 50px;
	}
	
	.benefits .comments-section .ads-images .flex-box{
		height:110px;
	}
	
	.benefits .comments-section .ads-images .flex-box img{
		width:85px;
	}
	
	.benefits .comments-section .ads-images > .col-sm-6:nth-child(2) img{
		width:75px;
	}
	
	.benefits .comments-section .ads-images > .col-sm-6 > div{
		padding:10px 18px;
		padding-bottom:0;
	}
	
	.benefits .comments-section .flex-box > .flex-1:nth-child(1) table tr th,
	.benefits .comments-section .flex-box > .flex-1:nth-child(1) table tr td {
		height:120px;
	}
	
	.benefits .comments-section table .video-div video{
		height:180px;
	}
	
	
	
}

@media screen and (max-width:1280px) {
	/*video{
		margin-top:0px !important;
	}*/
	
	/* Navbar Section Responsiveness */
	.navbar-default{
		padding-top:20px;
	}
	
	.navbar-default .container{
		width:88%;
	}
	
	.navbar-default .navbar-brand img{
		width:120px;
	}
	
	.navbar-default .navbar-right{
		margin-top:12px;
	}
	
	.navbar-default .navbar-right > li{
		margin-left:25px;
	}
	
	.navbar-default .navbar-right > li a{
		letter-spacing:1px;
	}
	
	.navbar-default .navbar-nav > li > a i{
		left:30px;
		top:-15px;
	}
	
	.navbar-default .navbar-nav .dropdown-menu{
		min-width:85px;
	}
	
	.navbar-default .navbar-nav .dropdown-menu > li > a{
		padding:4px 10px;
	}
	
	/* Header Section Responsiveness */
	header{
		min-height:600px;
	}
	
	header .center-text{
		padding-top:345px;
		width:830px;
	}
	
	header .main-heading{
		line-height:1.2;
		margin-top:20px;
	}
	
	.header_main-heading{
		line-height:1.2;
		margin-top:20px;
	}
	
	header .flex-box{
		margin-top:30px;
	}
	
	/* Ads Section Responsiveness */
	.ads-section .center-text{
		width:750px;
	}
	
	.ads-section .ads-images.margin-top-70{
		margin-top:20px;
	}
	
	.ads-section .ads-images .col-sm-4{
		padding:0 20px;
		height:100px;
	}
	
	.ads-section .ads-images > .col-sm-4:nth-child(2){
		padding:0 55px;
	}
	
	.ads-section .ads-images.margin-top-70 > .col-sm-4:nth-child(1){
		padding:0 75px;
	}
	
	.ads-section .ads-images.margin-top-70 > .col-sm-4:nth-child(2){
		padding:0 15px;
	}
	
	.ads-section .ads-images.margin-top-70 > .col-sm-4:nth-child(3){
		padding:0 60px;
	}
	
	/* Sell-Goods Section Responsiveness */
	.sell-goods{
		min-height:400px;
	}
	
	.sell-goods .center-text{
		width:760px;
	}
	
	.sell-goods .center-text .goods-div{
		margin-top:50px;
	}
	
	/* Amazon Section Responsiveness */
	.amazon-section .center-text{
		width:750px;
	}
	
	/* Comments Section Responsiveness */
	.comments-section{
		min-height:300px;
	}
	
	.comments-section .center-text{
		width:760px;
	}
	
	.comments-section .comments{
		margin-top:30px;
	}
	
	.comments-section .comments .comments-div{
		padding:10px 20px;
		height:165px;
		width:295px;
	}
	
	.comments-section .comments-div p{
		line-height:1.4;
	}
	
	.comments-section .center-text h2{
		margin-top:30px;
	}
	
	.comments-section .center-text p.details{
		line-height:1.4;
		margin:20px 0;
	}
	
	/* Icons Section Responsiveness */
	.icons-section .center-text{
		width:780px;
	}
	
	.icons-section .ads-images .col-sm-4{
		padding:0 15px;
		padding-bottom:20px;
	}
	
	.icons-section .ads-images > .col-sm-4:nth-child(1) h1,
	.icons-section .ads-images > .col-sm-4:nth-child(3) h1{
		margin-top:45px;
	}
	
	.icons-section .ads-images .col-sm-4 img{
		width:80px;
	}
	
	.icons-section hr{
		margin-top:40px;
	}
	
	.icons-section .center-text h2{
		margin-bottom:30px;
	}
	
	.icons-section .center-text div.margin-top-60{
		margin-top:40px;
	}
	
	.icons-section .icons-div .flex-box{
		margin:10px 0;
		height:100px;
	}
	
	/* Work Section Responsiveness */
	.work-section .center-text{
		width:760px;
	}
	
	.work-section .image-section > .col-sm-4 div{
		padding:15px 5px;
	}
	
	.work-section .image-section > .col-sm-4 img{
		width:160px;
	}
	
	.work-section .image-section p{
		margin-top:25px;
		padding:0;
	}
	
	.work-section .center-text .margin-top-70{
		margin-top:40px;
	}
	
	/* Platform Section Responsiveness */
	.platform{
		min-height:450px;
		padding:30px 0;
	}
	
	.platform .center-text{
		width:760px;
	}
	
	.platform .center-text .margin-top-70{
		margin-top:40px;
	}
	
	.platform .platform-section .flex-box{
		height:125px;
	}
	
	.platform .platform-section > div:nth-child(1) .flex-box > img{
		width:90px;
	}
	
	.platform .platform-section > div:nth-child(2) .flex-box > img{
		width:110px;
	}
	
	.platform .platform-section > div:nth-child(3) .flex-box > img{
		width:75px;
	}
	
	.platform .platform-section .arrow-div img{
		width:65px;
	}
	
	.platform .platform-section .col-sm-4 .arrow-div{
		right:-28px;
		top:8px;
	}
	
	.platform .platform-section .col-sm-4 .arrow-div2{
		right:-40px;
	}
	
	/* Faqs Section Responsiveness */
	.faqs-section{
		padding:50px 0;
	}
	
	.faqs-section .center-text h2{
		margin-left:200px;
	}
	
	.faqs-section #accordion .panel-default > .panel-heading{
		padding:0 200px;
	}
	
	.faqs-section #accordion .panel-default > .panel-heading a{
		letter-spacing:0;
		padding:10px 0;
	}
	
	.faqs-section #accordion .panel-default .panel-body{
		padding:15px 200px;
	}
	
	/* Tired Of Section Responsiveness */
	.tired-of{
		padding:50px 0;
	}
	
	.tired-of .center-text{
		width:830px;
	}
	
	.tired-of .center-text h2{
		margin-top:0;
	}
	
	.tired-of .center-text p{
		margin-top:25px;
	}
	
	.tired-of .center-text .margin-top-70{
		margin-top:40px;
	}
	
	.tired-of .center-text .btn-primary{
		width:200px;
	}
	
	/* Footer Section Responsiveness */
	footer{
		padding:40px 0;
		padding-bottom:10px;
	}
	
	footer .center-text{
		width:825px;
	}
	
	footer .center-text .flex-box ul li{
		margin-top:3px;
	}
	
	footer .center-text .sign-up .btn{
		padding:10px 15px;
		margin-top:3px;
	}
	
	footer .center-text hr{
		margin:10px 0;
	}
	
	
	/* ----- About Us Page Responsiveness ----- */
	.about-us header{
		min-height:500px;
	}
	
	.about-us .ads-section .center-text{
		padding:0;
		padding-top:70px;
		width:760px;
	}
	
	.about-us .work-section .center-text{
		width:780px;
	}
	
	
	/* ----- Benefits Page Responsiveness ----- */
	.benefits .icons-section .ads-images .flex-box{
		height:120px;
	}
	
	.benefits .icons-section .ads-images .flex-box img{
		width:85px;
	}
	
	.benefits .icons-section .ads-images > .col-sm-6 > div{
		padding:0 30px;
	}
	
}

@media screen and (max-width:1024px) {
	
	/* Navbar Section Responsiveness */
	.navbar-default{
		padding-top:15px;
	}
	
	.navbar-default .container{
		width:94%;
	}
	
	.navbar-default .navbar-brand img{
		width:110px;
	}
	
	.navbar-default .navbar-right{
		margin-top:9px;
	}
	
	.navbar-default .navbar-right > li a{
		letter-spacing:.5px;
	}
	
	.navbar-default .navbar-right > li{
		margin-left:20px;
	}
	
	.navbar-default .navbar-nav > li > a i{
		top:-10px;
	}
	
	/* Header Section Responsiveness */
	header{
		min-height:400px ;
		height:400px ;
	}
	
	header .center-text{
		padding-top:235px;
		width:700px;
	}
	
	header .main-heading{
		line-height:.90;
		margin-top:10px;
	}
	
	.header_main-heading{
		line-height:.90;
		margin-top:10px;
	}
	
	header h2{
		margin-top:12px;
	}
	
	.header_h2{
		margin-top:12px;
	}
	
	header .flex-box{
		width:350px;
		margin-top:25px;
	}
	
	
	header .flex-box > .flex-1:nth-child(2){
		right:-100px;
	}
	
	/* Ads Section Responsiveness */
	.ads-section{
		min-height:300px;
	}
	
	.ads-section .center-text{
		padding:30px 0;
		width:650px;
	}
	
	/* Sell-Goods Section Responsiveness */
	.sell-goods{
		min-height:400px;
		padding:30px 0;
	}
	
	.sell-goods .center-text{
		width:650px;
	}
	
	.sell-goods .goods-div .col-sm-3 > div{
		padding:15px 0;
	}
	
	.sell-goods .goods-div .goods img{
		width:55px;
	}
	
	.sell-goods .goods-div > .col-sm-3:nth-child(1) .goods img{
		width:40px;
	}
	
	.sell-goods .goods-div span{
		letter-spacing: 0;
	}
	
	/* Amazon Section Responsiveness */
	.amazon-section{
		min-height:250px;
	}
	
	.amazon-section .center-text{
		padding:30px 0;
		width:650px;
	}

	.amazon-section .ads-images{
		margin-top:40px;
	}
	
	.amazon-section .ads-images > .col-sm-6:nth-child(1) img{
		width:200px;
	}
	
	.amazon-section .ads-images > .col-sm-6:nth-child(2) img{
		width:160px;
	}
	
	/* Comments Section Responsiveness */
	.comments-section .center-text{
		width:650px;
	}
	
	.comments-section .center-text h2{
    	margin-top:10px;
	}
	
	.comments-section .comments .comments-div{
		margin-left: 0;
	}
	
	/* Icons Section Responsiveness */
	.icons-section .center-text{
		padding:40px 0;
		width:650px;
	}
	
	.icons-section .ads-images > .col-sm-4:nth-child(1) h1,
	.icons-section .ads-images > .col-sm-4:nth-child(3) h1{
		margin-top: 35px;
	}
	
	/* Work Section Responsiveness */
	.work-section .center-text{
		padding:30px 0;
		width:650px;
	}
	
	.work-section .image-section p{
		font-size:13px;
		margin-top:20px;
	}
	
	.work-section .image-section > .col-sm-4 div{
		padding:10px 0;
	}
	
	.work-section .image-section > .col-sm-4 img{
		width:120px;
	}
	
	/* Platform Section Responsiveness */
	.platform{
		min-height:350px;
		padding:20px 0;
	}
	
	.platform .center-text{
		width:650px;
	}
	
	.platform .platform-section .flex-box{
		height:100px;
	}
	
	.platform .platform-section p{
		padding:0;
	}
	
	.platform .platform-section > div:nth-child(1) .flex-box > img{
		width:70px;
	}
	
	.platform .platform-section > div:nth-child(2) .flex-box > img{
		width:85px;
	}
	
	.platform .platform-section > div:nth-child(3) .flex-box > img{
		width:60px;
	}
	
	.platform .platform-section .arrow-div img{
		width:50px;
	}
	
	/* Faqs Section Responsiveness */
	.faqs-section{
		padding: 35px 0;
	}
	
	.faqs-section .center-text h2{
		margin-bottom:15px;
		margin-left:170px;
	}
	
	.faqs-section #accordion .panel-default > .panel-heading{
		padding:0 170px;
	}
	
	.faqs-section #accordion .panel-default .panel-body{
		padding:15px 170px;
	}
	
	.faqs-section #accordion .panel-default .panel-body p{
		line-height:1.4;
		width:95%;
	}
	
	/* Tired Of Section Responsiveness */
	.tired-of{
		padding:35px 0;
	}
	
	.tired-of .center-text{
		width:650px;
	}
	
	/* Footer Section Responsiveness */
	footer{
		padding:30px 0;
		padding-bottom:10px;
	}
	
	footer .center-text{
		width:650px;
	}
	
	footer .center-text .terms img{
		width:100px;
	}
	
	footer .center-text .flex-box .terms p{
		margin-top:20px;
	}
	
	footer .center-text .flex-box ul li{
		margin-top:0;
	}
	
	footer .center-text .flex-box ul li a{
		font-size:11px;
		letter-spacing:0;
	}
	
	footer .center-text .sign-up{
		border:1px solid var(--light);
	}

	
	/* ----- About Us Page Responsiveness ----- */
	.about-us header{
		min-height:400px;
	}
	
	.about-us .ads-section .center-text{
		padding-top:70px;
		width:650px;
	}
	
	.ads-section .ads-images > .col-sm-4:nth-child(2){
		padding:0 30px;
	}
	
	.about-us .work-section .center-text{
		width:650px;
	}
	
	.about-us .work-section .center-text h2{
		margin-top:10px;
	}
	
	.about-us .work-section .center-text h4{
		margin-top:20px;
	}
	
	.about-us .work-section .image-section{
		margin-top:30px;
	}
	
	.about-us .work-section .image-section .flex-box{
		height:80px;
	}
	
	.about-us .work-section .image-section .flex-box img{
		width:65px;
	}
	
	.about-us .work-section .image-section div:nth-child(3) img{
		width:55px;
	}
	
	
	/* ----- Benefits Page Responsiveness ----- */
	
	
	
}
@media screen and (max-width:950px) {
	header{
		min-height:330px ;
		height:330px ;
	}
	
	header .center-text{
		padding-top:200px;
		width:700px;
	}
}

@media screen and (max-width:767px) {
	
	header{
		min-height:315px ;
		height:315px ;
	}
	
	header .center-text{
		padding-top:150px;
		width:700px;
	}
	
	/* Navbar Section Responsiveness */
	.navbar-default{
		padding-top:15px;
	}
	
	.navbar-default .container{
		width:95%;
	}
	
	.navbar-default .navbar-brand img{
		width:130px;
	}
	
	.navbar-default .navbar-brand{
		height:40px;
	}
	
	.navbar-default .navbar-toggle{
    	border-color:var(--primary);
		border-radius:0;
		padding:10px;
		margin-top:0;
	}
	
	.navbar-default .navbar-toggle .icon-bar{
		background-color:var(--primary);
	}
	
	.navbar-default .navbar-collapse{
		background-color:rgba(0,0,0,.85);
		border-color:var(--dim);
	}
	
	.navbar-default .navbar-right{
		padding:7px 12px;
	}
	
	.navbar-default .navbar-right > li{
		margin-left:0;
		padding:5px 0;
	}
	
	.navbar-default .navbar-right > li a{
		font-size:var(--alternate-size);
		font-family:'font-regular';
	}
	
	.navbar-default .navbar-nav > li > a i{
    	color:var(--lighter);
		position:relative;
    	margin-right:5px;
		font-size:13px;
		left:0;
    	top:0;
	}
	
	.navbar-default .navbar-nav .dropdown-menu{
		margin-top:10px;
	}
	
	.navbar-default .navbar-nav .dropdown-menu > li > a{
		color:var(--light);
		padding:2px 10px;
	}
	
	.navbar-default .navbar-nav .open .dropdown-menu>li>a{
		color:var(--light);
	}
	
	/* Header Section Responsiveness */
	header{
		min-height:260px;
	}
	
	header .center-text{
		padding-top:40px;
		width:550px;
	}
	
	header h2{
		margin-top:10px;
	}
	
	header .flex-box{
		margin-top:20px;
		width:250px;
	}
	
	header .flex-box > .flex-1:nth-child(2){
		right:0;
	}
	
	/* Ads Section Responsiveness */
	.ads-section .center-text{
		padding:20px;
		width:100%;
	}
	
	.ads-section .ads-images .col-sm-4{
		padding:10px 20px;
		height:100px;
		float:left;
		width:33%;
	}
	
	.ads-section .ads-images.margin-top-70 > .col-sm-4:nth-child(1){
		padding:0 60px;
	}
	
	.ads-section .ads-images.margin-top-70 > .col-sm-4:nth-child(3){
		padding:0 50px;
	}
	
	/* Sell-Goods Section Responsiveness */
	.sell-goods{
		padding:20px;
	}
	
	.sell-goods .center-text{
		width:100%;
	}
	
	.sell-goods .center-text h2{
		margin-bottom:10px;
	}
	
	.sell-goods .center-text .goods-div{
		margin-top:30px;
	}
	
	.sell-goods .goods-div .col-sm-3{
		margin-bottom:20px;
		float:left;
		width:45%;
	}
	
	.sell-goods .goods-div > .col-sm-3:nth-child(2){
		border:none;
	}
	
	/* Amazon Section Responsiveness */
	.amazon-section{
		min-height:200px;
	}
	
	.amazon-section .center-text{
		padding:20px;
		width:100%;
	}
	
	.amazon-section .ads-images .col-sm-6{
		float:left;
		width:48%;
	}
	
	/* Comments Section Responsiveness */
	.comments-section .center-text{
		padding:20px;
		width:100%;
	}
	
	.comments-section .comments .col-sm-6{
		justify-content:center;
		display:flex;
	}
	
	.comments-section .comments .comments-div{
		margin:20px 0;
	}
	
	/* Icons Section Responsiveness */
	.icons-section .center-text{
		padding:30px 20px;
		width:100%;
	}
	
	.icons-section .ads-images > .col-sm-4{
		border:none !important;
		margin-bottom:30px;
	}
	
	.icons-section .ads-images > .col-sm-4:nth-child(1) h1,
	.icons-section .ads-images > .col-sm-4:nth-child(3) h1{
		margin-top:10px;
	}
	
	.icons-section hr{
		margin-top:10px;
	}
	
	.icons-section .icons-div .col-sm-4{
		float:left;
		width:32%;
	}
	
	.icons-section .icons-div .flex-box{
		height:70px;
	}
	
	.icons-section .icons-div h3{
		margin-bottom: 20px;
	}
	
	.icons-section .icons-div img{
		width:70px;
	}
	
	.icons-section .margin-top-60 > .icons-div:nth-child(2) > div:nth-child(2) img,
	.icons-section .margin-top-60 > .icons-div:nth-child(4) > div:nth-child(2) img {
		width:55px;
	}
	
	.icons-section .margin-top-60 > .icons-div:nth-child(3) > div:nth-child(2) img,
	.icons-section .margin-top-60 > .icons-div:nth-child(5) > div:nth-child(2) img,
	.icons-section .margin-top-60 > .icons-div:nth-child(8) > div:nth-child(2) img{
		width:50px;
	}
	
	.icons-section .margin-top-60 > .icons-div:nth-child(3) > div:nth-child(3) img,
	.icons-section .margin-top-60 > .icons-div:nth-child(6) > div:nth-child(3) img {
		width:55px;
	}
	
	.icons-section .margin-top-60 > .icons-div:nth-child(4) > div:nth-child(3) img,
	.icons-section .margin-top-60 > .icons-div:nth-child(5) > div:nth-child(3) img{
		width:85px;
	}
	
	.icons-section .margin-top-60 > .icons-div:nth-child(6) > div:nth-child(1) img,
	.icons-section .margin-top-60 > .icons-div:nth-child(7) > div:nth-child(1) img{
		width:45px;
	}
	
	.icons-section .margin-top-60 > .icons-div:nth-child(8) > div:nth-child(1) img{
		width:80px;
	}
	
	/* Work Section Responsiveness */
	.work-section .center-text{
		padding:30px 20px;
		width:100%;
	}
	
	.work-section .image-section > .col-sm-4:nth-child(2){
		border-right:none;
		border-left:none;
	}
	
	.work-section .image-section > .col-sm-4 div{
		padding:10px 20px;
	}
	
	/* Platform Section Responsiveness */
	.platform{
		min-height:300px;
		padding:10px 20px;
	}
	
	.platform .center-text{
		width:100%;
	}
	
	.platform .center-text h2{
		margin-bottom:30px;
	}
	
	.platform .platform-section .col-sm-4{
		float:left;
		width:32%;
	}
	
	.platform .platform-section .flex-box{
		height:70px;
	}
	
	.platform .platform-section > div:nth-child(1) .flex-box > img{
		width:55px;
	}
	
	.platform .platform-section > div:nth-child(2) .flex-box > img{
		width:65px;
	}
	
	.platform .platform-section > div:nth-child(3) .flex-box > img{
		width:45px;
	}
	
	.platform .platform-section .col-sm-4 .arrow-div{
		right:-15px;
	}
	
	.platform .platform-section .col-sm-4 .arrow-div2{
		right:-25px;
	}
	
	.platform .platform-section .arrow-div img{
		width:35px;
	}
	
	.platform .center-text .margin-top-70{
		margin-top:20px;
	}
	
	.platform .center-text .btn-primary{
		width:160px;
	}
	
	/* Faqs Section Responsiveness */
	.faqs-section{
		padding:30px 0;
	}
	
	.faqs-section .center-text h2{
		margin-bottom:10px;
		margin-left:30px;
	}
	
	.faqs-section #accordion .panel-default > .panel-heading{
		padding:0 30px;
	}
	
	.faqs-section #accordion .panel-default .panel-body{
		padding:12px 30px;
	}
	
	.faqs-section #accordion .panel-default > .panel-heading a{
		font-family:'font-semi';
		padding:8px 0;
	}
	
	.faqs-section #accordion .panel-default .panel-body p{
		width:100%;
	}
	
	.faqs-section .center-text .margin-top-70{
		margin-top:30px;
	}
	
	/* Tired Of Section Responsiveness */
	.tired-of{
		padding:30px 20px;
	}
	
	.tired-of .center-text{
		width:100%;
	}
	
	.tired-of .center-text p{
		margin-top:15px;
	}
	
	/* Footer Section Responsiveness */
	footer{
		padding:20px;
		padding-bottom:10px;
	}
	
	footer .center-text{
		width:100%;
	}
	
	footer .center-text .flex-box{
		display:block;
	}
	
	footer .center-text .flex-box > div{
		border-bottom:1px solid var(--light);
		margin-bottom:20px;
		padding-bottom:20px;
	}
	
	footer .center-text .sign-up{
		border:none;
		padding:0;
	}
	
	footer .center-text hr{
		display:none;
	}
	

	/* ----- About Us Page Responsiveness ----- */
	.about-us header{
		min-height:300px;
	}
	
	.about-us header .center-text{
		padding-top:112px;
	}
	
	.about-us .ads-section .center-text{
		padding:0 30px;
		padding-top:50px;
		width:100%;
	}
	
	.about-us .ads-section .center-text .margin-top-100{
		margin-top:40px;
	}
	
	.about-us .comments-section .links-section .col-sm-6{
		float:left;
		width:49%;
	}
	
	.about-us .work-section .center-text{
		padding:20px 30px;
		width:100%;
	}
	
	.about-us .work-section .center-text h2{
		margin-bottom:0;
		margin-top:10px;
	}
	
	.about-us .work-section .image-section .col-sm-4{
		float:left;
		width:32%;
	}
	
	.about-us .work-section .image-section .flex-box img{
		width:55px;
	}
	
	.about-us .work-section .image-section div:nth-child(3) img{
		width:45px;
	}
	
	
	/* ----- Benefits Page Responsiveness ----- */
	.benefits .amazon-section .center-text{
		padding:20px 30px;
	}
	
	.benefits .sell-goods{
		padding:30px 30px;
		min-height:150px;
	}
	
	.benefits .work-section .image-section{
		margin-top:0;
	}
	
	.benefits .work-section .image-section .col-sm-4{
		border-bottom:1px solid var(--bordered);
		margin-bottom:20px;
		padding-bottom:20px;
		float:none;
		width:100%;
	}
	
	.benefits .comments-section .center-text{
		padding:30px 20px;
	}
	
	.benefits .comments-section .ads-images .col-sm-6{
		float:left;
		width:49%;
	}
	
	.benefits .comments-section .ads-images .flex-box{
		height:80px;
	}
	
	.benefits .comments-section .ads-images .flex-box img{
		width:75px;
	}
	
	.benefits .comments-section .ads-images > .col-sm-6:nth-child(2) img{
		width:65px;
	}
	
	.benefits .comments-section .center-text h4{
		margin-top:20px;
	}
	
	.benefits .comments-section .ads-images p{
		margin-top:10px;
	}
	
	.benefits .center-text .margin-top-60{
		margin-top:35px;
	}
	
	.benefits .icons-section .ads-images{
		margin-top:30px;
	}
	
	.benefits .icons-section .col-sm-6{
		float:left;
		width:49%;
	}
	
	.benefits .icons-section .ads-images .flex-box{
		height:80px;
	}
	
	.benefits .icons-section .ads-images .flex-box img{
		width:70px;
	}
	
	.benefits .center-text .margin-top-80{
		margin-top:40px;
	}
	
	.benefits .comments-section .flex-box > .flex-1:nth-child(1) table tr th,
	.benefits .comments-section .flex-box > .flex-1:nth-child(1) table tr td {
		height:100px;
	}
	
	.benefits .comments-section .flex-box table img{
		width:50px;
	}
	
	.benefits .comments-section table span{
		letter-spacing:.5px;
		width:75px;
	}

	.benefits .comments-section .flex-box > .flex-1:nth-child(2) {
		padding-left:15px;
	}
	
	.benefits .comments-section table .video-div video{
		height:130px;
	}


	
}

@media screen and (max-width:575px) {
	header{
		min-height:150px ;
		height:150px ;
	}
	video{
		margin-top:0px !important;
	}
	
	header .center-text{
		display:none;
	}
	
	/* Navbar Section Responsiveness */
	.navbar-default{
		padding-top:12px;
	}
	
	.navbar-default .navbar-brand img{
		width:120px;
	}
	
	.navbar-default .navbar-toggle{
		margin-top:-5px;
		padding:8px;
	}
	
	/* Header Section Responsiveness */
	/*header{
		min-height:240px;
	}*/
	
	header .center-text{
		width:400px;
	}
	
	header .flex-box{
		margin-top:15px;
	}
	
	/* Ads Section Responsiveness */
	.ads-section .center-text{
		padding:10px 12px;
	}
	
	.ads-section .ads-images .col-sm-4{
		margin-bottom:30px;
		padding:10px 20px;
		min-height:100px;
		height:inherit;
		float:none;
		width:100%;
	}
	
	/* Sell-Goods Section Responsiveness */
	.sell-goods{
		padding:10px 20px;
	}
	
	.sell-goods .center-text .goods-div{
		margin-top:20px;
	}
	
	.sell-goods .goods-div .col-sm-3{
		padding-bottom:20px;
		margin-bottom:20px;
		border:none;
		float:none;
		width:100%;
		border-bottom:1px solid var(--light) !important;
	}
	
	/* Amazon Section Responsiveness */
	.amazon-section .center-text{
		padding:15px 20px;
	}
	
	.amazon-section .ads-images .col-sm-6{
		margin:30px 0;
		float:none;
		width:100%;
	}
	
	/* Comments Section Responsiveness */
	.comments-section .center-text{
		padding:15px 20px;
	}
	
	.comments-section .comments .comments-div{
		padding:10px 15px;
		margin:10px 0;
		height:140px;
		width:250px;
	}
	
	.comments-section .comments-div p{
		line-height:1.3;
	}
	
	.comments-section .center-text p.details{
		line-height:1.3;
		margin:15px 0;
	}
	
	/* Icons Section Responsiveness */
	.icons-section .center-text h2{
		margin-left:20px;
	}
	
	.icons-section .ads-images > .col-sm-4:nth-child(1) h1,
	.icons-section .ads-images > .col-sm-4:nth-child(3) h1{
		margin-top:10px;
	}
	
	.icons-section hr{
		margin-top:10px;
	}
	
	.icons-section .icons-div .col-sm-4{
		border:none !important;
		float:none;
		width:100%;
	}
	
	.icons-section .icons-div .flex-box{
		height:100px;
	}
	
	.icons-section .icons-div h3{
		margin-bottom: 20px;
	}
	
	/* Work Section Responsiveness */
	.work-section .center-text{
		padding:20px;
	}
	
	.work-section .image-section > .col-sm-4 div{
		margin-bottom:30px;
		padding:10px;
	}
	
	.work-section .center-text .margin-top-70{
		margin-bottom:20px;
		margin-top:10px;
	}
	
	.work-section .center-text .btn-secondary{
		width:150px;
	}
	
	/* Faqs Section Responsiveness */
	.faqs-section{
		padding:20px 0;
	}
	
	.faqs-section .center-text h2{
		margin-bottom:10px;
		margin-left:20px;
	}
	
	.faqs-section #accordion .panel-default > .panel-heading{
		padding:0 20px;
	}
	
	.faqs-section #accordion .panel-default .panel-body{
		padding:12px 20px;
	}
	
	.faqs-section #accordion .panel-default > .panel-heading a{
		font-size:14px;
	}
	
	.faqs-section #accordion .panel-default .panel-body p{
		font-size:var(--large-size);
	}
	
	.faqs-section .center-text .btn-primary{
		width:150px;
	}
	
	/* Tired Of Section Responsiveness */
	.tired-of{
		padding:30px 20px;
	}
	
	.tired-of .center-text ul li,
	.tired-of .center-text p{
		font-size:13px;
	}
	
	.tired-of .center-text .margin-top-70{
		margin-top:30px;
	}
	
	.tired-of .center-text .btn-primary{
		letter-spacing:1px;
		margin:0 15px;
		width:160px;
	}
	
	
	/* ----- About Us Page Responsiveness ----- */
	.about-us header{
		min-height:220px;
	}
	
	.about-us header .center-text{
		padding-top:70px;
	}
	
	.about-us .comments-section .links-section .image-div{
		width:140px;
	}
	
	.about-us .comments-section .links-section .img-div{
		background:url(../../images/link-img-1.jpeg) no-repeat -265px -30px;
		background-size:500px;
		height:160px;
	}
	
	.about-us .comments-section .links-section .img-div2{
		background: url(../../images/link-img-2.jpeg) no-repeat -95px -8px;
		background-size:420px;
		height:160px;
	}
	
	.about-us .work-section .image-section .col-sm-4{
		border-bottom:1px solid var(--bordered);
		margin-bottom:20px;
		padding-bottom:20px;
		float:none;
		width:100%;
	}
	
	
	/* ----- Benefits Page Responsiveness ----- */
	.benefits .amazon-section .center-text h2{
		margin-top:25px;
	}
	
	.benefits .comments-section .ads-images .col-sm-6{
		border-bottom:1px solid var(--light);
		padding-bottom:20px;
		margin-bottom:20px;
		float:none;
		width:100%;
	}
	
	.benefits .comments-section .ads-images > .col-sm-6:nth-child(2){
		border-left:none;
	}
	
	.benefits .comments-section .ads-images .flex-box{
		height:90px;
	}
	
	.benefits .comments-section .ads-images .flex-box img{
		width:70px;
	}
	
	.benefits .comments-section .ads-images > .col-sm-6:nth-child(2) img{
		width:60px;
	}
	
	.benefits .center-text .margin-top-60{
		margin-top:25px;
	}
	
	.benefits .icons-section .ads-images{
		margin-top:30px;
	}
	
	.benefits .icons-section .col-sm-6{
		border-bottom:1px solid var(--bordered);
		padding-bottom:20px;
		margin-bottom:20px;
		float:none;
		width:100%;
	}
	
	.benefits .icons-section .ads-images > .col-sm-6:nth-child(2){
		border:none;
	}
	
	.benefits .center-text .margin-top-70{
		margin-top:40px;
	}
	
	.benefits .center-text hr{
		margin-top:0 !important;
	}
	
	.benefits .comments-section .flex-box{
		display:block;
	}

	.benefits .comments-section .flex-box > .flex-1:nth-child(1){
		border-right:none;
		border-bottom:1px solid var(--bordered);
		padding-bottom:20px;
		margin-bottom:30px;
	}
	
	.benefits .comments-section .flex-box > .flex-1:nth-child(2){
		border-left:none;
		padding-left:0;
	}
	
	.benefits .comments-section .steps-section .flex-box{
		padding-bottom:30px;
	}
	
	.benefits .comments-section table .video-div video{
		height:150px;
	}
	
	
}

@media screen and (max-width:480px) {
	
	
	
}

#add_disc{
	font-size:12px;
	z-index:500;
	min-width:300px;
	max-width:90%;
	min-height:150px;
	background-color:#ffffff;
	border:2px solid #ccc;
/*	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;*/
	position:absolute;
	left:0;
    right:0;
    margin-left:auto;
    margin-right:auto;
	top:15%; 
	padding:10px 10px 10px 10px;
	display:none;
	  margin-top:25px;
	border:18px solid black;
	 }
.close_div{
	color:black;
	font-family: 'font-ex-bold';
	padding:3px;
	float:right;
}

.field_signup{
	    width: 100%;
    padding: 3px;
    height: 35px;
}
.row_signup{
	   padding:12px;
}
#shaddow{
	z-index:400;
	width:100%;
	height:1000%;
	top:0%;
	left:0;
	background-color:#000;
	opacity:.5;
	  filter: alpha(opacity = 50);
	position:fixed;
	display:none;
}
