body {
	font-family: 'Karla', sans-serif;
	font-size: 1.125rem;
	line-height: 1.7;
	overflow-x: hidden;
	color: #555555;
}

a {
	color: #555555;
	-webkit-transition: all 300ms ease-in;
	-o-transition: all 300ms ease-in;
	transition: all 300ms ease-in;
}

a:hover {
	text-decoration: none;
	color: #95247f;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	color: #95247f;
	line-height: 1.3;
}

h1 {
	font-size: 1.875rem;
}

h2 {
	font-size: 1.875rem;
}

h3 {
	font-size: 1.1875rem;
}

.img-fluid {
	max-width: 100%;
}

.site-page-title {
	width: 100%;
	height: 500px;
	background-size: cover;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.site-page-title#about {
	background: url('../images/about-us-top.jpg') no-repeat center center;
	background-size: cover;
}

.site-page-title#contact {
	background: url('../images/contact-us-top.jpg') no-repeat center center;
	background-size: cover;
}

.site-page-title#terms {
	background: url('../images/terms-top.jpg') no-repeat center center;
	background-size: cover;
}

.site-page-title#products {
	background: url('../images/products-top.jpg') no-repeat center center;
	background-size: cover;
}

.site-page-title#product-single {
	background: url('../images/product-single-top.jpg') no-repeat center center;
	background-size: cover;
}

.site-page-title#cart {
	background: url('../images/cart-top.jpg') no-repeat center center;
	background-size: cover;
}

.site-page-title#checkout {
	background: url('../images/checkout-top.jpg') no-repeat center center;
	background-size: cover;
}

.site-page-title h1 {
	margin: 0;
	font-weight: 400;
	color: #ffffff;
	padding-top: 3.75rem;
}

.download-app {
	padding: 6.875rem 0;
	background-color: #8b0073;
	color: #ffffff;
}

.download-app-form label {
	font-family: 'Montserrat', sans-serif;
	font-size: 1.875rem;
	margin: 0 0 0.9375rem 0;
	display: block;
}

.download-app-form div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.download-app-form input[type="email"] {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 1%;
	flex: 1 1 1%;
	width: 1%;
	height: 65px;
	background-color: #ffffff;
	border-radius: 100px;
	color: #555555;
	font-size: 1.3rem;
	border: none;
	padding: 0.9375rem 1.25rem 0.9375rem 2.5rem;
	outline: 0;
}

.download-app-form input[type="email"]::-webkit-input-placeholder {
	color: #555555;
}

.download-app-form input[type="email"]::-moz-placeholder {
	color: #555555;
}

.download-app-form input[type="email"]:-ms-input-placeholder {
	color: #555555;
}

.download-app-form input[type="email"]::-ms-input-placeholder {
	color: #555555;
}

.download-app-form input[type="email"]::placeholder {
	color: #555555;
}

.download-app-form button {
	max-width: none;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 200px;
	flex: 0 0 200px;
	width: 200px;
	margin: 0 0 0 0.625rem;
}

.download-app small {
	display: block;
	font-size: 1.375rem;
	line-height: 1.4;
	margin: 1.1875rem 0 0 0;
}

.download-app small a {
	text-decoration: underline;
	color: #ffffff;
}

.download-app small a:hover {
	text-decoration: none;
}

.download-app .store-links a {
	display: inline-block;
	margin-bottom: 0.9375rem;
}

.btn-blue {
	display: block;
	width: 100%;
	max-width: 300px;
	padding: 0.75rem;
	background-color: #1bcac5;
	color: #ffffff;
	border: none;
	border-radius: 100px;
	text-transform: uppercase;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
	font-family: 'Nunito', sans-serif;
	font-weight: 800;
	text-align: center;
	-webkit-transition: background 300ms ease-in, color 300ms ease-in;
	-o-transition: background 300ms ease-in, color 300ms ease-in;
	transition: background 300ms ease-in, color 300ms ease-in;
}

.btn-blue:hover {
	background-color: #000000;
	color: #ffffff;
}

.form-field {
	width: 100%;
	height: 55px;
	border-radius: 100px;
	padding: 0.4375rem 0.9375rem;
	background-color: #ffffff;
	border: 1px solid #a6a6a6;
	margin-bottom: 1.5625rem;
	outline: 0;
}

select.form-field {
	background: #ffffff url('../images/select-arrow.png') no-repeat calc(100% - 10px) center;
	background-size: 16px 16px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

textarea.form-field {
	resize: none;
	height: 150px;
	margin-bottom: 0.9375rem;
	border-radius: 20px;
}

.form-field:focus{
	border-color: #8b0073;
}

/*========Header=========*/

.site-header {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 120;
	padding: 1.5rem 0;
	line-height: 1;
	background: transparent;
}

.site-header .site-logo {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}

.site-header .site-main-nav {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}

.site-main-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.site-main-nav ul li a {
	display: block;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 0.9375rem;
	color: #ffffff;
}

.site-main-nav ul .active a,
.site-main-nav ul li a:hover {
	color: #f4cd03;
}

.menu-toggle {
	display: inline-block;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 40px;
	flex: 0 0 40px;
	width: 40px;
	height: 40px;
	border: none;
	padding: 0.4375rem 0.625rem 0.625rem 0.625rem;
	background-color: #fcd002;
	line-height: 1;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	margin-left: auto;
}

.menu-close {
	display: inline-block;
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	height: 40px;
	border: none;
	background-color: #000000;
	padding: 0.625rem;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}


/*=======footer=====*/

.site-footer {
	padding: 3rem 0 4.375rem 0;
	background-color: #000000;
	color: #ffffff;
	font-size: 1.125rem;
}

.footer-logo {
	margin-bottom: 2.5rem;
}

.site-footer ul {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 0;
	margin: 0;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.site-footer ul li a {
	display: block;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 0.875rem;
	text-transform: uppercase;
	color: #ffffff;
}

.site-footer ul li a:hover {
	text-decoration: underline;
}

.footer-icons {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	text-align: center;
}

.footer-icons a {
	display: inline-block;
	width: 40px;
	height: 40px;
}

.footer-icons a:last-child {
	margin-bottom: 0;
}

.site-footer .copyright {
	display: block;
	font-size: 1rem;
}


/*======Home========*/

.site-main-banner {
	width: 100%;
	min-height: 500px;
	background: url('../images/home-top.jpg') no-repeat center center;
	background-size: cover;
}

.site-main-banner h1 {
	position: relative;
	font-size: 1.9375rem;
	font-weight: 400;
	z-index: 1;
}

.site-main-banner p {
	position: relative;
	z-index: 1;
	font-size: 1.125rem;
	max-width: 740px;
}

.home-sec-1 {
	text-align: center;
}

.home-sec-1 p {
	color: #000000;
}

.home-sec-1 a {
	display: inline-block;
	padding: 0 0.625rem;
	margin-bottom: 0.9375rem;
}

.home-sec-2 {
	overflow: hidden;
}

.home-sec-2 a {
	color: #39d4d0;
	text-decoration: underline;
}

.home-sec-2 a:hover {
	color: #910c6c;
}

.home-sec-2 .content-block h2 {
	font-weight: 400;
	margin-bottom: 1.25rem;
}

.home-sec-3 .content-block {
	position: relative;
	z-index: 1;
}

.home-sec-3 .col-md-6 {
	position: relative;
}

.home-sec-3 .content-block {
	width: 100%;
	max-width: 460px;
}

.home-sec-3 .content-block h2 {
	font-weight: 400;
	margin-bottom: 1.25rem;
}

.home-sec-3 .mockup {
	background-color: #c3653c;
	text-align: center;
}

.home-sec-3 .mockup::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 50px;
	background-color: #ffffff;
}

.home-sec-3 .mockup::after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50px;
	background-color: #ffffff
}

.home-sec-3 .mockup img {
	position: relative;
	z-index: 10;
	width: 460px;
}

.home-sec-3 .row:nth-child(2),
.home-sec-3 .row:nth-child(3) {
	margin-top: -6.25rem;
}

.home-sec-3 .row:nth-child(2) .mockup {
	background-color: #f6b808;
}

.home-sec-3 .row:nth-child(3) .mockup {
	background-color: #8b0073;
}

.home-sec-3 .row:nth-child(4) .mockup {
	background-color: #8b0073;
}

.home-sec-4 {
	padding-top: 4.375rem;
	padding-bottom: 4.375rem;
}

.home-sec-4 h2 {
	text-align: center;
	font-weight: 600;
}

.home-sec-4 .product-listing {
	padding: 0;
}

.home-sec-4 .product-box h3 {
	font-size: 1.25rem;
	font-family: 'Karla', sans-serif;
	font-weight: 700;
}




/*=======About-us=======*/

.abt-sec-1 {
	padding: 6.25rem 0.9375rem 2.25rem 0.9375rem;
	text-align: center;
}

.abt-sec-1 h2 {
	width: 100%;
	font-weight: 500;
	max-width: 430px;
	margin-left: auto;
	margin-right: auto;
}

.abt-sec-1 p {
	width: 100%;
	max-width: 630px;
	margin: 0 auto;
}

.overflow-hidden {
	overflow: hidden;
}

.content-block h3 {
	font-size: 1.75rem;
	font-weight: 500;
	margin-bottom: 1.875rem;
}

.content-block ol {
	margin: 0;
	padding: 0;
	list-style: none;
	counter-reset: section;
}

.content-block ol li {
	padding-left: 4.375rem;
	position: relative;
	counter-increment: section;
	min-height: 90px;
}

.content-block ol li:not(:last-child) {
	margin-bottom: 2.5rem;
}

.content-block ol li::before {
	content: counter(section);
	width: 60px;
	height: 60px;
	font-size: 1.375rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-family: 'Montserrat', sans-serif;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 50%;
	background-color: #f4eee4;
	color: #706f6d;
}

.img-block {
	position: relative;
}

.img-block img {
	position: relative;
	z-index: 2;
}

.img-block::before {
	position: absolute;
	z-index: 1;
}

.img-block.one::before,
.img-block.two::before,
.img-block.three::before,
.img-block.four::before {
	content: '';
	display: block;
	top: 50px;
	right: 0;
	width: calc(100% * 2);
	height: 57%;
	background-color: #8b0073;
}

.img-block.two::before {
	background-color: #f6f6f6;
	left: 0;
	top: 70px;
	right: auto;
}

.img-block.three::before {
	background-color: #b18aff;
	left: 0;
	right: auto;
	top: 70px;
}

.img-block.four::before {
	background-color: #e9a039;
	right: 0;
	left: auto;
}

.img-block.three::before,
.img-block.four::before {
	height: 73%;
}

@media screen and (min-width:768px) {
	.content-block ol li {
		padding-left: 7.8125rem;
	}
	.content-block ol li::before {
		width: 94px;
		height: 94px;
		font-size: 1.875rem;
	}
	.home-sec-1 p {
		font-size: 1.5rem;
	}
	.btn-blue {
		padding: 1.25rem;
	}
}

@media screen and (max-width:767px) {
	.content-row .content-block {
		padding: 3.75rem 0;
	}
	.product-listing .categories li {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 50%;
		flex: 0 1 50%;
		margin: 0 0 0.9375rem 0!important;
	}
}


/*========Contact-us==========*/

.contact-form label {
	display: block;
	font-size: 1.5rem;
	font-family: 'Montserrat', sans-serif;
	color: #8b0073;
	margin-bottom: 0.1875rem;
}

.contact-info {
	margin-bottom: 2.1875rem;
	font-size: 1.375rem;
	line-height: 1.4;
}

.contact-info span {
	font-size: 1.5rem;
	display: block;
	font-family: 'Montserrat', sans-serif;
	color: #8b0073;
}


/*========Products==========*/

.product-listing {
	padding: 1.75rem 0 3.75rem 0;
}

.product-listing .categories {
	margin: 0;
	padding: 0;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.product-listing .categories li {
	margin: 0 2.1875rem 0.9375rem 0;
}

.product-listing .categories li a {
	display: block;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size: 1.3125rem;
}

.product-listing .categories .current a,
.product-listing .categories li a:hover {
	color: #08cac5;
}

.product-listing .sort-by {
	margin-bottom: 0.9375rem;
}

.product-listing .sort-by select {
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	width: 100%;
	height: 40px;
	font-size: 1.25rem;
	font-weight: 600;
	background: #ffffff url('../images/select-arrow.png') no-repeat calc(100% - 10px) center;
	background-size: 16px 16px;
	color: #5c5c5c;
	padding: 0.3125rem 0;
	outline: 0;
	-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
	border: none;
}

.product-listing .sort-by select option {
	font-weight: 600;
}

.product-box {
	-webkit-box-shadow: 0px 5px 13px 0px rgba(0, 0, 0, 0.11);
	box-shadow: 0px 5px 13px 0px rgba(0, 0, 0, 0.11);
	margin-bottom: 2.8125rem;
	text-align: center;
	-webkit-transition: -webkit-box-shadow 300ms ease;
	transition: -webkit-box-shadow 300ms ease;
	-o-transition: box-shadow 300ms ease;
	transition: box-shadow 300ms ease;
	transition: box-shadow 300ms ease, -webkit-box-shadow 300ms ease;
}

.product-box:hover {
	-webkit-box-shadow: 0px 5px 13px 0px rgba(0, 0, 0, 0.05);
	box-shadow: 0px 5px 13px 0px rgba(0, 0, 0, 0.05);
}

.product-box .product-img a {
	display: block;
}

.product-box .product-img img {
	width: 100%;
}

.product-box .product-info {
	position: relative;
	background-color: #8b0073;
}

.product-box .product-info::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 0;
	background: black;
	z-index: 1;
	-webkit-transition: height 400ms ease;
	-o-transition: height 400ms ease;
	transition: height 400ms ease;
}

.product-box:hover .product-info::before {
	height: 100%;
}

.product-box .product-info h3 {
	position: relative;
	overflow: hidden;
	margin: 0;
	word-wrap: break-word;
	font-weight: 600;
	z-index: 2;
}

.product-box .product-info h3 a {
	display: block;
	padding: 1.5625rem 1.5625rem;
	color: #ffffff;
}

.product-listing .row .col-md-4:nth-child(2) .product-info {
	background-color: #08cac5;
}

.product-listing .row .col-md-4:nth-child(3) .product-info {
	background-color: #f6b808;
}

.product-listing .row .col-md-4:nth-child(4) .product-info {
	background-color: #d70751;
}

.product-listing .row .col-md-4:nth-child(5) .product-info {
	background-color: #c3653c;
}

.product-listing .row .col-md-4:nth-child(6) .product-info {
	background-color: #54a1c4;
}

.pagination {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	line-height: 1;
	list-style: none;
	margin: 0;
	padding: 0;
}

.pagination li {
	margin: 0 0 0.9375rem 0.9375rem;
}

.pagination li a {
	display: block;
	padding: 0.625rem 0.9375rem;
	color: #575757;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
}

.pagination li a:hover {
	color: #8b0174;
}

.pagination .current a {
	font-weight: 700;
	border: 1px solid #e5e5e5;
	color: #8b0174;
}


/*========Product-single==========*/

.product-single {
	padding: 4.375rem 0;
}

.product-single h2 {
	font-weight: 500;
}

.product-single-carousel img {
	width: 100%;
}

.product-single-carousel .slick-arrow {
	width: 35px;
	height: 35px;
	line-height: 1;
	margin: 0;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: none;
	position: absolute;
	top: 15px;
	z-index: 100;
	outline: 0;
	background: transparent;
}

.product-single-carousel .slick-arrow.prev {
	right: 55px;
}

.product-single-carousel .slick-arrow.next {
	right: 10px;
}

.product-single .options {
	margin-top: 3.125rem;
}

.product-single .options select {
	display: block;
	width: 100%;
	height: 50px;
	border-radius: 100px;
	border: 3px solid #eeeeee;
	color: #555555;
	background: #ffffff url('../images/select-arrow.png') no-repeat calc(100% - 10px) center;
	background-size: 16px 16px;
	font-weight: 700;
	padding: 0.3125rem 1.5625rem 0.3125rem 1.25rem;
	margin-bottom: 1.875rem;
	outline: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.product-single .options select:focus {
	border-color: #95247f;
}

.ratings {
	margin: 1.25rem 0;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	color: #8b0073;
	font-size: 1.875rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	line-height: 1;
}

.ratings span {
	margin-right: 1.25rem;
	position: relative;
	top: 3px;
}


/*========Cart=========*/

.cart {
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
	padding: 1.875rem 0 6.25rem 0;
}

.cart-table {
	width: 100%;
	text-align: center;
	vertical-align: middle;
	margin-bottom: 1.875rem;
	font-size: 1.125rem;
}

.cart-table th,
.cart-table td {
	padding: 0.9375rem;
}

.cart-table tr th:nth-child(1) {
	width: 50%;
}

.cart-table tr th:nth-child(2),
.cart-table tr th:nth-child(3) {
	width: 25%;
}

.cart-table thead th,
.cart-table tfoot tr td:nth-child(2) {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	color: #8b0073;
}

.cart-table tbody td {
	font-family: 'Karla', sans-serif;
	font-weight: 400;
	color: #555555;
}

.cart-table thead tr th:first-child,
.cart-table tbody tr td:first-child {
	text-align: left;
}

.cart .btn-blue {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
}


/*=======Checkout=======*/

.checkout-form {
	padding-top: 3.75rem;
	padding-bottom: 6.25rem;
}

.checkout-form h2 {
	font-weight: 600;
	margin-bottom: 40px;
}

.checkout-form label {
	display: block;
	font-size: 1.5rem;
	font-family: 'Montserrat', sans-serif;
	color: #8b0073;
	margin-bottom: 0.1875rem;
}

.checkout-form .cvc {
	margin: 0 -5px;
}

.checkout-form .cvc .col-sm-4 {
	padding: 0 5px;
}

.checkout-form .btn-blue {
	margin: 0 auto;
}

.checkout-form span {
	display: block;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 1.125rem;
	color: #004398;
	text-transform: uppercase;
	line-height: 1;
	margin: 2.5rem 0;
	text-align: center;
}

.checkout-form .btn-blue {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	max-width: 370px;
}

.checkout-form .btn-paypal {
	background-color: #004398;
}

.checkout-form .btn-paypal:hover {
	background-color: #000000;
}

.checkout-form hr {
	margin: 30px 0;
	border: none;
	width: 100%;
	height: 1px;
	background-color: #ffffff;
}
/*========Terms=========*/

.terms h2 {
	font-size: 1.375rem;
	text-transform: uppercase;
	font-weight: 400;
}

.terms p {
	margin-bottom: 2.1875rem;
}

/* -----------Interface-Section-Css-Start----------------- */

/* interface wraper */
.interface_section .screen_slider {
    margin-top: 35px;
    /*min-height: 720px;*/
}

/* interface images */
.interface_section .owl-item .screen_frame_img img {
    transform: scale(.9);
    border: 2px solid #000;
    border-radius: 20px;
    transition: 1s all;
    margin: 0 auto;
}

.interface_section .owl-item.center .screen_frame_img img {
    transform: scale(1);
    border: 3px solid #000;
}

.interface_section .owl-dots {
    margin-top: 40px;
}

.interface_section .owl-dots .owl-dot {
    border: 1px solid #fff;
    background-color: var(--primery);
    background-color: transparent;
}

/* slider controls */
.owl-carousel .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-top: 20px;
}

.owl-carousel .owl-dots button {
    display: block;
    width: 15px;
    height: 15px;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 15px;
    margin: 0 5px;
}

.owl-carousel .owl-dots button.active {
    background-color: #fff;
}

.container.container-sm {
    max-width: 780px;
}

.mockup.no-after::after {
  content: none !important;
  display: none !important;
}

 .home-sec-1 .col-lg-7 img {
        position: absolute;
        top: -365px;
        left: 0;
        z-index: 1;
    }

.site-main-banner h1 {
   
    font-weight: 600 !important;
 
}



/*=====Media-queries=======*/


@media screen and (min-width: 1280px) and (max-width: 1360px){
    .home-sec-1 .col-lg-7 img {
        position: absolute;
        top: -485px;
        left: 0;
        z-index: 1;
    }
    .home-sec-1 {
        padding: 4.375rem 0 4.25rem 0;
    }
}


@media screen and (min-width: 1400px) {
    
    #downloads .content-block{
        padding-top: 25%;
    }

    .home-sec-1 .col-lg-7 img {
        position: absolute;
        top: -483px;
        left: 0;
        z-index: 1;
    }
    .site-main-banner p{
        font-size: 20px;
    }
    .site-main-banner h1{
        font-weight: 500;
    }
}

@media screen and (min-width: 1700px) {
    
    .site-main-banner p {
        font-size: 23px;
    }

}

@media screen and (min-width: 1920px) {
    .home-sec-1 .col-lg-7 img {
        position: absolute;
        top: -550%;
        left: 0;
        z-index: 1;
    }
    .site-main-banner p {
        font-size: 26px;
    }
   
}

@media screen and (min-width: 2700px) {
    .home-sec-1 .col-lg-7 img {
        position: absolute;
        top: -700%;
        left: 0;
        z-index: 1;
    }

}


@media screen and (min-width:1200px) {
	.site-main-banner {
		height: 100vh;
	}
	.site-main-banner h1 {
		padding-top: 10.625rem;
	}
	.site-main-banner h1,
	.site-main-banner p {
		padding-left: 3.375rem;
	}
	.home-sec-1 .col-lg-7 {
		position: relative;
		z-index: 100;
	}
	/*.home-sec-1 .col-lg-7 img {
		position: absolute;
		top: -380px;
		left: 0;
		z-index: 1;
	}*/
}

@media screen and (min-width:992px) {
	.home-sec-1 {
		padding: 4.375rem 0 11.25rem 0;
	}
	.home-sec-2 {
		padding-bottom: 4.375rem;
	}
	.home-sec-2 .content-block {
		padding: 1.25rem 1.25rem 1.25rem 20%;
	}
	.home-sec-3 .content-block {
		padding: 6.25rem 1.25rem;
	}
	.home-sec-3 .row:nth-child(3) .mockup::after {
		display: none;
	}
	.content-row {
		padding: 4.25rem 0;
	}
	.img-block.one {
		padding-right: 3.125rem;
	}
	.img-block.two {
		padding-left: 5.625rem;
	}
	.img-block.three {
		padding-left: 4.375rem;
	}
	.img-block.four {
		padding-right: 4.375rem;
	}
}

@media screen and (min-width:768px) {
	.menu-toggle,
	.menu-close {
		display: none;
	}
	.site-header .container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	.site-main-nav ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	.site-main-nav ul li {
		margin-left: 4.375rem;
	}
	.site-header.home .site-main-nav ul li a {
		font-weight: 700;
		color: #000000;
	}
	.site-header.home .site-main-nav ul li a:hover {
		color: #f4cd03;
	}
	.site-footer ul {
		padding: 3.75rem 0 0 0;
	}
	.footer-icons {
		padding-top: 3.75rem;
	}
	.footer-icons a {
		margin-bottom: 2.1875rem;
	}
	.product-listing {
		padding: 3.75rem 0;
	}
	.cart {
		padding: 3.75rem 0 6.25rem 0;
	}
	.cart-table thead th,
	.cart-table tfoot tr td:nth-child(2) {
		font-size: 1.875rem;
	}
	.cart-table tbody td {
		font-size: 1.5rem;
	}
	.cart-table .total {
		font-size: 1.875rem;
	}
	.checkout-form label {
		font-size: 1.5rem;
	}
	.cart .btn-blue {
		max-width: 330px;
		margin-right: 3.3125rem;
	}
}


@media (min-width: 1280px) and (max-width: 1280px) {
	.home-sec-1 {
		padding: 4.375rem 0 4.25rem 0;
	}
}


@media screen and (max-width:1199px) {
	.site-main-banner {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.site-main-banner h1 {
		padding-top: 3.125rem;
	}
	.site-main-banner .container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.home-sec-1 {
		padding: 1.875rem 0 3.75rem 0;
	}
	.home-sec-2 .content-block {
		padding: 4.375rem 0;
	}
	.home-sec-3 .row .content-block {
		padding: 3.75rem 0 7.5rem 0;
	}
	.home-sec-3 .row:last-child .content-block {
		padding: 6.25rem 0 3.75rem 0;
	}
}

@media screen and (max-width:991px) {
	.content-row .content-block {
		padding: 3.75rem 0;
	}
}

@media screen and (max-width:767px) {
	.site-logo {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	.site-logo a {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 auto;
		flex: 0 1 auto;
		padding-right: 0.9375rem;
	}
	.site-main-nav {
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.8);
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		text-align: center;
		z-index: 1000;
		-webkit-transform: scale(0);
		-ms-transform: scale(0);
		transform: scale(0);
		opacity: 0;
		visibility: hidden;
		-webkit-transition: all 300ms ease-in-out;
		-o-transition: all 300ms ease-in-out;
		transition: all 300ms ease-in-out;
	}
	.site-main-nav ul li a {
		font-size: 1.7rem;
		padding: 1.25rem 0.9375rem;
	}
	.site-main-nav.show {
		opacity: 1;
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
		visibility: visible;
	}
	.download-app {
		padding: 4.0625rem 0;
	}
	.download-app-form div {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.download-app-form button {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 100%;
		flex: 1 1 100%;
		margin: 0.9375rem 0 0 0;
	}
	.download-app-form input[type="email"] {
		height: 55px;
		padding: 0.625rem 0.9375rem;
	}
	.download-app-form label {
		font-size: 1.375rem;
	}
	.download-app small {
		font-size: 1.125rem;
	}
	.footer-icons a {
		margin: 1.25rem 1.25rem 1.25rem 0;
	}
	.site-footer .copyright {
		text-align: center;
	}
	.product-listing .categories li a {
		text-align: center;
	}
}

@media screen and (max-width:575px) {
	.site-main-banner::before {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background-color: rgba(255, 255, 255, 0.4);
	}
	.site-page-title {
		height: 350px;
	}
	.site-footer ul li {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 50%;
		flex: 0 1 50%;
	}
	.site-footer ul li a {
		text-align: center;
		padding: 0.625rem 0;
	}
	.checkout-form .btn-paypal,
	.checkout-form .btn-blue {
		font-size: 0.9375rem;
	}
	
	.site-main-banner {
        min-height: 600px;
    }
    .site-main-banner h1 {
        padding-top: 7.125rem;
    }
}
