html {
	scroll-behavior: smooth;
}

body {
	overflow-x: hidden;
	margin: 0;
	padding: 0 !important;
	background-color: #ffffff;
}

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	word-wrap: break-word;
}

u {
	text-decoration: underline;
}

img {
	display: block;
	margin: 0 auto;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul li {
	font: 16px/26px 'Montserrat-Regular', Sans-serif;
	color: #747a94;
}

ul li::after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 4px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 !important;
	color: #2e3760;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Nunito-Bold', Sans-serif;
}

h1,
.big-title {
	font-size: 40px;
	line-height: 50px;
}

h2 {
	font-size: 35px;
	line-height: 45px;
}

h3 {
	font-size: 32px;
	line-height: 42px;
}

h4 {
	font-size: 24px;
	line-height: 34px;
}

h5 {
	font-size: 22px;
	line-height: 32px;
}

h6 {
	font-size: 20px;
	line-height: 30px;
}

p {
	font: 16px/26px 'Montserrat-Regular', Sans-serif;
	color: #4f5e78;
}

a,
button,
input[type="button"] {
	text-decoration: none !important;
	-webkit-transition: all 0.3s ease !important;
	-moz-transition: all 0.3s ease !important;
	transition: all 0.3s ease !important;
	font: 16/26 'Montserrat-Regular', Sans-serif;
}

a:hover {
	color: #cb356b;
}

.btn-hvr {
	font: 500 20px/20px 'Montserrat-SemiBold', Sans-serif;
	width: 100%;
	padding: 16px;
	border-color: transparent;
	border-radius: 4px;
	background: #565cd3;
	background: -moz-linear-gradient(left, #565cd3 0%, #874bd6 50%, #874bd6 50%, #565cd3 100%);
	background: -webkit-linear-gradient(left, #565cd3 0%, #874bd6 50%, #874bd6 50%, #565cd3 100%);
	background: linear-gradient(to right, #565cd3 0%, #874bd6 50%, #874bd6 50%, #565cd3 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#565cd3', endColorstr='#565cd3', GradientType=1);
	background-size: 200% auto !important;
}

.btn-hvr:hover {
	background-position: right center !important;
}

p {
	margin-bottom: 24px;
}

p:last-child {
	margin-bottom: 0 !important;
}

.white-font {
	color: #ffffff !important;
}

.big-txt {
	font-size: 20px;
	line-height: 30px;
}

.normal-padding {
	padding: 50px 0;
}

.big-padding {
	padding: 80px 0;
}

.sec-bg-grdnt {
	background: rgb(135, 75, 214);
	background: -moz-linear-gradient(45deg, rgba(135, 75, 214, 1) 0%, rgba(86, 92, 211, 1) 100%);
	background: -webkit-linear-gradient(45deg, rgba(135, 75, 214, 1) 0%, rgba(86, 92, 211, 1) 100%);
	background: linear-gradient(45deg, rgba(135, 75, 214, 1) 0%, rgba(86, 92, 211, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#874bd6', endColorstr='#565cd3', GradientType=1);
}

.vid-wrapper {
	width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
	border-radius: 8px;
	overflow: hidden;
}

.vid-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}

/* cockie styles*/
.wrap {
    position: fixed;
    z-index: 2000;
    right: 18px;
    bottom: 18px;
    max-width: 220px;
    background: rgba(63, 61, 57, .9);
    color: #fff;
    padding: 0 18px 18px;
    line-height: 1.2;
    font-size: 12px;
}
.wrappara {
    margin-top: 18px;
    font-size: 11px;
    line-height: 1.6;
    color: #fff;
}
.wrap .btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.wrap .my_btn {
    text-decoration: none;
    border-color: #fff;
    color: #fff;
    padding: 8px 20px;
	width: 100%;
	font-family: 'Poppins-Bold';
	text-transform: uppercase;
	letter-spacing: 1px;
}
.wrap .my_btn:hover {
    background: #f8233f;
    color: #fff !important;
}
/* end cockie styles*/

/* Banner Styles*/
#fe-banner {
	background: #ffffff url('../images/banner-bg.png') top center/100% no-repeat;
}

#fe-banner .title-area h1 {
	font: 51px/61px 'Nunito-Black', Sans-serif;
	text-shadow: 3px 5px 8px rgba(0, 0, 0, 0.5);
	text-transform: capitalize;
}

#fe-banner .vid-wrapper {
	padding-bottom: 34.6%;
	max-width: 670px;
	border-radius: 10px;
	box-shadow: 4px 6px 30px 0 rgba(0, 0, 0, 0.3);
	background-color: #ffffff;
}

#fe-banner .vid-wrapper iframe {
	padding: 8px;
}

#fe-banner .btn-hvr {
	font-size: 30px;
	line-height: 30px;
	padding: 12px;
	max-width: 670px;
}

#fe-banner .btn-hvr small {
	font-size: 20px;
	line-height: 28px;
	display: block;
	font-family: 'Montserrat-Regular', Sans-serif;
	color: #a6a3f2;
}

/* End Banner Styles*/

/* Section 1 Styles*/
#fe-sec-1 {
	padding-top: 60px;
}

#fe-sec-1 .row {
	max-width: 900px;
	width: 100%;
	text-align: center;
}

#fe-sec-1 .col {
	background-color: #dedede;
	padding: 60px 24px 24px;
}

#fe-sec-1 .colmn-2 {
	background-color: #ebebeb;
	box-shadow: 0 0 17.5px 0 rgba(0, 0, 0, 0.5);
	z-index: 9;
}

#fe-sec-1 .colmn-1 {
	border-radius: 15px 0 0 0;
}

#fe-sec-1 .colmn-3 {
	border-radius: 0 15px 0 0;
}

#fe-sec-1 img {
	position: absolute;
	left: 0;
	right: 0;
	top: -60px;
}

#fe-sec-1 .name {
	font-family: 'Montserrat-Regular';
	color: #252525;
}

#fe-sec-1 .name span {
	font-family: 'Montserrat-Bold';
}

#fe-sec-1 .name small {
	display: block;
	font-size: 12px;
	line-height: 30px;
	color: #777777;
}

#fe-sec-1 p {
	font-size: 14px;
	line-height: 28px;
	font-family: 'Montserrat-Light';
}

#fe-sec-1 .divider-style1 {
	width: 100%;
	max-width: 221px;
	height: 18px;
	margin: 18px auto;
	background: url(../images/divider.svg) center/100% 100% no-repeat;
}

/* End Section 1 Styles*/

/* Section 2 Styles*/
#fesec-2 .img-wrapper img,
#fesec-10 .img-wrapper img {
	width: 100%;
	border: 2px solid #a19bf0;
	border-radius: 4px;
}

/* End Section 2 Styles*/

/* Section 3 Styles*/
#fe-sec-3 .desc-area {
	width: 100%;
	max-width: 575px;
}

/* End Section 3 Styles*/

/* Section 5 Styles*/
#fe-sec-5 .step-heading {
	font-size: 28px;
	line-height: 28px;
	font-family: 'Montserrat-SemiBold';
	background: rgb(141, 126, 226);
	background: -moz-linear-gradient(45deg, rgba(141, 126, 226, 1) 0%, rgba(74, 55, 165, 1) 100%);
	background: -webkit-linear-gradient(45deg, rgba(141, 126, 226, 1) 0%, rgba(74, 55, 165, 1) 100%);
	background: linear-gradient(45deg, rgba(141, 126, 226, 1) 0%, rgba(74, 55, 165, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8d7ee2', endColorstr='#4a37a5', GradientType=1);
	max-width: 240px;
	padding: 5px;
	border-radius: 50px;
	text-align: center;
	margin-bottom: 24px;
}

#fe-sec-5 .ftr-img-cont img {
	box-shadow: -15px 15px 20px 0 rgba(0, 0, 0, 0.12);
}

#fe-sec-5 .step-heading .text-wrap {
	background-color: #fff;
	display: block;
	border-radius: 50px;
	padding: 7px 5px;
}

#fe-sec-5 .step-heading .text-wrap span {
	background: rgb(141, 126, 226);
	background: -moz-linear-gradient(45deg, rgba(141, 126, 226, 1) 0%, rgba(74, 55, 165, 1) 100%);
	background: -webkit-linear-gradient(45deg, rgba(141, 126, 226, 1) 0%, rgba(74, 55, 165, 1) 100%);
	background: linear-gradient(45deg, rgba(141, 126, 226, 1) 0%, rgba(74, 55, 165, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8d7ee2', endColorstr='#4a37a5', GradientType=1);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

/* End Section 5 Styles*/


/* Section 7 Styles*/
#fe-sec-7 .tem-box h4 {
	font-family: 'Montserrat-Regular', Sans-serif;
	color: #747a94;
	width: 100%;
	max-width: 310px;
}

#fe-sec-7 .row-4.tem-box h4 {
	max-width: 365px;
}

#fe-sec-7 .row-5.tem-box h4 {
	max-width: 370px;
}

#fe-sec-7 .row-7.tem-box h4 {
	max-width: 460px;
}

#fe-sec-7 .tem-box .arrow {
	position: absolute;
}

#fe-sec-7 .row-2.tem-box .arrow {
	top: 60px;
	right: -30px;
}

#fe-sec-7 .row-3.tem-box .arrow {
	top: 80px;
	left: -25px;
}

#fe-sec-7 .row-4.tem-box .arrow {
	right: 0;
	top: 70px;
}

#fe-sec-7 .row-5.tem-box .arrow {
	left: -20px;
	top: 80px;
}

#fe-sec-7 .row-6.tem-box .arrow {
	right: 0;
	top: 75px;
}

#fe-sec-7 .row-7.tem-box .arrow {
	top: 120px;
	left: -25px;
}

/* End Section 7 Styles*/

/* Section 8 Styles*/
#fe-sec-8 .stats {
	max-width: 540px;
	width: 100%;
	padding: 35px 20px 20px;
	border: 1px solid #f68e56;
	border-radius: 10px;
}

#fe-sec-8 .stats span {
	width: 100%;
	max-width: 155px;
	background-color: #f68e56;
	font: 16px/16px 'Montserrat-Bold', Sans-serif;
	text-transform: uppercase;
	padding: 8px;
	border-radius: 50px;
	position: absolute;
	bottom: 105px;
	left: 20px;
}

#fe-sec-8 .prof-text {
	width: 100%;
	max-width: 340px;
	font-family: 'Nunito-Bold', Sans-serif;
}

#fe-sec-8 .prof-text .arrow {
	position: absolute;
	left: 35px;
	top: 55px;
}

#fe-sec-8 .mock-up {
	background: url(../images/mockup.png) center/100% 100% no-repeat;
	width: 675px;
	height: 437px;
	position: absolute;
	left: -345px;
	top: 110px;
}

#fe-sec-8 .container-fluid .row {
	width: 100%;
	max-width: 1300px;
}

#fe-sec-8 .container-fluid .row .col {
	padding: 36px;
}

#fe-sec-8 .content-wrapper {
	/* border-top: 1px solid rgba(220, 202, 251, 0.2); */
	border-left: 1px solid rgba(220, 202, 251, 0.2);
	padding: 50px 0 0 30px;
	height: 100%;
}

#fe-sec-8 .content-wrapper::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 1px;
	background-color: rgba(220, 202, 251, 0.2);
	max-width: 492px;
}

#fe-sec-8 .content-wrapper .top-logo {
	position: absolute;
	top: -50px;
	left: -35px;
}

#fe-sec-8 .content-wrapper .col-inner ul li {
	padding-left: 35px;
	margin-bottom: 12px;
}

#fe-sec-8 .content-wrapper .col-inner ul li::after {
	width: 23px;
	height: 23px;
	background: url(../images/tick.png) center/cover no-repeat;
	top: 3px;
}

/* End Section 8 Styles*/

/* Section 9 Styles*/
#fe-sec-9 {
	padding-bottom: 100px;
}

#fe-sec-9 .desc-area ul li {
	padding-left: 38px;
}

#fe-sec-9 .desc-area ul li::after {
	width: 19px;
	height: 19px;
	background: url(../images/grn_tick.svg) center/cover no-repeat;
}

#fe-sec-9 .row-2 img {
	transform: scale(1.13);
	transform-origin: -500px 0;
}

/* End Section 9 Styles*/

/* Section 12 Styles*/
#fe-sec-12 .button,
#fe-sec-20 .button,
#fe-sec-24 .button {
	font-size: 30px;
	line-height: 30px;
	background: rgb(251, 175, 93);
	background: -moz-linear-gradient(left, rgba(251, 175, 93, 1) 0%, rgba(247, 131, 32, 1) 50%, rgba(251, 175, 93, 1) 100%);
	background: -webkit-linear-gradient(left, rgba(251, 175, 93, 1) 0%, rgba(247, 131, 32, 1) 50%, rgba(251, 175, 93, 1) 100%);
	background: linear-gradient(to right, rgba(251, 175, 93, 1) 0%, rgba(247, 131, 32, 1) 50%, rgba(251, 175, 93, 1) 100%);
	background-size: auto;
	padding: 20px;
	margin-bottom: 35px;
	box-shadow: 3px 13px 20px 5px rgba(0, 0, 0, 0.3);
}

/* End Section 12 Styles*/

/* Section 13 Styles*/
#fe-sec-13 .vid-wrapper {
	padding-bottom: 38.1%;
	max-width: 740px;
	border-radius: 10px;
	box-shadow: 4px 6px 30px 0 rgba(0, 0, 0, 0.3);
}

#fe-sec-13 .vid-wrapper iframe {
	padding: 5px;
}

#fe-sec-13 .colmn-1 .img-wrapper img {
	max-width: 241px;
}

/* End Section 13 Styles*/

/* Section 14 Styles*/
#fe-sec-14 .title-area .extrabig-head {
	font: 50px/64px 'Nunito-ExtraBold', Sans-serif;
}

#fe-sec-14 .vid-wrapper {
    padding-bottom: 56.25%;
}

/* End Section 14 Styles*/

/* Section 15 Styles*/
#fe-sec-15 ul li,
#fe-sec-17 ul li,
#fe-sec-21 ul li {
	padding-left: 35px;
}

#fe-sec-15 ul li::after,
#fe-sec-17 ul li::after,
#fe-sec-21 ul li::after {
	background: url(../images/gradnt_tick.png) center/cover no-repeat;
	width: 23px;
	height: 23px;
	top: 0;
}

/* End Section 15 Styles*/

/* Section 16 Styles*/
#fe-sec-16 .img-wrapper img {
	transform: scale(1.18);
	transform-origin: 600px 480px;
}

/* End Section 16 Styles*/

/* Section 26 Styles*/
.f-box {
	border-radius: 15px;
	overflow: hidden;
	max-width: 665px;
	box-shadow: 0px 6px 15px 10px rgba(0, 0, 0, 0.2);
}

.f-box-logo-wrapper {
	padding: 30px;
	background-color: #0c0c0c;
}

.f-box-logo-wrapper span {
    font-size: 20px;
    text-shadow: -2px 2px 2px #00bfef;
}

.f-box .ecover-wrapper {
	padding-bottom: 75px;
	background: rgb(219, 54, 164);
	background: -moz-linear-gradient(-45deg, rgba(219, 54, 164, 1) 0%, rgba(250, 227, 39, 1) 56%, rgba(247, 126, 228, 1) 100%);
	background: -webkit-linear-gradient(-45deg, rgba(219, 54, 164, 1) 0%, rgba(250, 227, 39, 1) 56%, rgba(247, 126, 228, 1) 100%);
	background: linear-gradient(135deg, rgba(219, 54, 164, 1) 0%, rgba(250, 227, 39, 1) 56%, rgba(247, 126, 228, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#db36a4', endColorstr='#f77ee4', GradientType=1);
	-webkit-clip-path: polygon(0% 0%, 100% 0, 100% 296px, 50% 100%, 0 296px);
	clip-path: polygon(0% 0%, 100% 0, 100% 296px, 50% 100%, 0 296px);
}

.f-box .feature-list-wrapper {
	padding: 35px 40px;
}

.f-box .feature-list-wrapper ul li {
	padding-left: 30px;
	padding-bottom: 15px;
}

.f-box .feature-list-wrapper ul li::after {
	background: url(../images/outlined_grn_tick.png) center/cover no-repeat;
	width: 23px;
	height: 23px;
}

/*.f-box .discount-demo {*/
/*	border: 4px solid #a5a5a5;*/
/*	max-width: 580px;*/
/*}*/

.f-box .discount-demo .price {
	font-size: 85px;
	line-height: 95px;
}

.f-box .discount-demo .price sup {
	font-size: 28px;
	vertical-align: super;
	margin-right: 6px;
	color: #f9c65d;
}

.f-box .discount-demo .price small {
	font-size: 40%;
	color: #747474;
}

.f-box .discount-demo .check-out-btn {
	border: 4px solid #971616;
	font-size: 30px;
	line-height: 30px;
	background: rgb(219, 54, 164);
	background: -moz-linear-gradient(-45deg, rgba(219, 54, 164, 1) 0%, rgba(250, 227, 39, 1) 56%, rgba(247, 126, 228, 1) 100%);
	background: -webkit-linear-gradient(-45deg, rgba(219, 54, 164, 1) 0%, rgba(250, 227, 39, 1) 56%, rgba(247, 126, 228, 1) 100%);
	background: linear-gradient(135deg, rgba(219, 54, 164, 1) 0%, rgba(250, 227, 39, 1) 56%, rgba(247, 126, 228, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#db36a4', endColorstr='#f77ee4', GradientType=1);
	-webkit-clip-path: polygon(0% 0%, 100% 0, 100% 306px, 50% 100%, 0 306px);
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

/* End Section 26 Styles*/

/* Section 27 Styles*/
#fe-sec-27 .title-area h2 {
	font: 36px/46px 'Quicksand-Bold', Sans-serif;
	color: #252525;
}

/* End Section 27 Styles*/

/* Section 28 Styles*/
#fe-sec-28 ul.question-list {
	padding-left: 40px;
}

#fe-sec-28 ul li .question {
	font-family: 'Montserrat-Bold', Sans-serif;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

#fe-sec-28 ul.question-list li::after {
	content: "Q";
	color: #ffe100;
	font: 24px/34px 'Montserrat-Bold', Sans-serif;
	top: 0;
	left: -40px;
}

#fe-sec-28 ol li::after {
    display:none;
}

#fe-sec-28 ::marker {
    font-weight: 700;
    font-size: 20px;
    color: #fff;
}
/* End Section 28 Styles*/

/* Footer Styles*/
.bottom-footer {
	padding: 40px 0;
	background-color: #e6e6e6;
}

.bottom-footer a {
	color: #111111;
	border-color: #111111 !important;
	font-family: 'Montserrat-Light', sans-serif;
}

/* End Footer Styles*/

/* >>> RESPONSIVE */
/*Screensize 1199*/
@media screen and (max-width: 1199px) {

	h1,
	.big-title {
		font-size: 35px;
		line-height: 45px;
	}

	h2 {
		font-size: 32px;
		line-height: 42px;
	}

	h3 {
		font-size: 30px;
		line-height: 40px;
	}

	h4 {
		font-size: 22px;
		line-height: 32px;
	}

	h5 {
		font-size: 20px;
		line-height: 30px;
	}

	h6 {
		font-size: 18px;
		line-height: 28px;
	}

	.big-txt {
		font-size: 18px;
		line-height: 30px;
	}

	#fe-sec-8 .mock-up {
		left: -400px;
	}

	#fe-sec-8 .content-wrapper::before {
		max-width: 405px;
	}

	#fe-sec-8 .content-wrapper .col-inner ul li {
		padding-left: 30px;
	}
	
    #fe-sec-13 .vid-wrapper {
    
        padding-bottom: 43.9%;
    }
	
	.f-box .ecover-wrapper {
        padding-bottom: 45px;
        -webkit-clip-path: polygon(0% 0%, 100% 0, 100% 246px, 50% 100%, 0 246px);
        clip-path: polygon(0% 0%, 100% 0, 100% 246px, 50% 100%, 0 246px);
    }
}

/*Screensize 991*/
@media screen and (max-width: 991px) {
	h1 {
		font-size: 35px;
		line-height: 45px;
	}

	h2 {
		font-size: 32px;
		line-height: 42px;
	}

	h3 {
		font-size: 28px;
		line-height: 38px;
	}

	h4 {
		font-size: 22px;
		line-height: 32px;
	}

	h5 {
		font-size: 18px;
		line-height: 28px;
	}

	h6 {
		font-size: 16px;
		line-height: 24px;
	}

	p {
		font-size: 15px;
		line-height: 25px;
	}

	.big-padding {
		padding: 50px 0;
	}

	.big-title {
		font-size: 32px;
		line-height: 42px;
	}

	.big-txt {
		font-size: 16px;
		line-height: 28px;
	}

	.col {
		min-height: 0;
	}

	#fe-banner .title-area h1 {
		font-size: 38px;
		line-height: 50px;
	}

	#fe-banner .vid-wrapper {
		padding-bottom: 55.7%;
	}

	#fe-sec-7 .row-2.tem-box .arrow {
		right: 0px;
	}

	#fe-sec-7 .row-3.tem-box .arrow {
		left: 0px;
	}

	#fe-sec-7 .row-5.tem-box .arrow {
		left: 0;
		top: 100px;
	}

	#fe-sec-7 .row-7.tem-box .arrow {
		top: 135px;
		left: 0;
	}

	#fe-sec-8 .mock-up {
		left: -485px;
	}

	#fe-sec-8 .content-wrapper::before {
		max-width: 295px;
	}

	#fe-sec-8 .content-wrapper .top-logo {
		top: -25px;
		left: -25px;
		max-width: 60px;
	}

	#fe-sec-8 .content-wrapper .col-inner ul li {
		padding-left: 24px;
	}

	#fe-sec-8 .content-wrapper .col-inner ul li::after {
		width: 16px;
		height: 16px;
	}

	#fe-sec-8 .content-wrapper .col-inner ul li p {
		font-size: 14px;
		line-height: 24px;
	}

	#fe-sec-9 {
		padding-bottom: 75px;
	}

	#fe-sec-12 .button,
	#fe-sec-20 .button,
	#fe-sec-24 .button {
		font-size: 22px;
		line-height: 22px;
	}

	#fe-sec-13 .vid-wrapper {
		padding-bottom: 56.8%;
	}

	#fe-sec-16 .img-wrapper img {
		transform-origin: 600px 275px;
	}
	
	.f-box .ecover-wrapper {
        padding-bottom: 35px;
        -webkit-clip-path:  polygon(0% 0%, 100% 0, 100% 175px, 50% 100%, 0 175px);
        clip-path: polygon(0% 0%, 100% 0, 100% 175px, 50% 100%, 0 175px);
    }

	.f-box .discount-demo {
	    padding: 20px !important;
	}

	.f-box .discount-demo .price {
		font-size: 55px;
		line-height: 65px;
	}

	.bottom-footer a {
		font-size: 12px;
		line-height: 12px;
	}

	.bottom-footer {
		padding: 20px 0;
	}
}

/* Screensize 767 */
@media screen and (max-width: 767px) {
	h1 {
		font-size: 35px;
		line-height: 45px;
	}

	h2 {
		font-size: 28px;
		line-height: 38px;
	}

	h3 {
		font-size: 25px;
		line-height: 35px;
	}

	h4 {
		font-size: 20px;
		line-height: 30px;
	}

	h5 {
		font-size: 16px;
		line-height: 26px;
	}

	h6 {
		font-size: 15px;
		line-height: 24px;
	}

	p {
		font-size: 14px;
		line-height: 25px;
	}

	br {
		display: none;
	}

	.big-padding {
		padding: 50px 0;
	}

	.xs-text-center {
		text-align: center;
	}

	.big-title {
		font-size: 28px;
		line-height: 38px;
	}

	#fe-banner .title-area h1 {
		font-size: 28px;
		line-height: 40px;
	}

	#fe-banner .vid-wrapper {
		padding-bottom: 57.6%;
	}

	#fe-sec-1 .col {
		padding: 60px 10px 15px;
	}

	#fe-sec-1 p {
		font-size: 12px;
		line-height: 25px;
	}

	#fe-sec-1 .col {
		margin-bottom: 90px;
		border-radius: 15px;
	}

	#fe-sec-1 .col.colmn-3 {
		margin-bottom: 0;
	}

	#fe-sec-1 .divider-style1 {
		margin: 10px auto;
	}

	#fe-sec-5 .step-heading {
		font-size: 18px;
		line-height: 18px;
	}

	#fe-sec-7 .tem-box h4 {
		font-size: 18px;
		line-height: 28px;
	}

	#fe-sec-7 .tem-box .arrow {
		max-width: 65px;
	}

	#fe-sec-7 .row-4.tem-box .arrow {
		right: 0;
		top: 90px;
	}

	#fe-sec-7 .row-6.tem-box .arrow {
		top: 60px;
	}

	#fe-sec-7 .row-7.tem-box .arrow {
		top: 150px;
	}

	#fe-sec-8 .mock-up {
		left: -335px;
		background-size: 50%;
	}

	#fe-sec-8 .row.row-1 {
		padding-bottom: 170px !important;
	}

	#fe-sec-8 .content-wrapper::before {
		max-width: 100%;
	}

	#fe-sec-9 .row-2 img {
		transform: scale(1);
	}

	#fe-sec-12 .button,
	#fe-sec-20 .button,
	#fe-sec-24 .button {
		font-size: 20px;
		line-height: 20px;
	}
	
	#fe-sec-13 .vid-wrapper {
        padding-bottom: 55%;
    }

	#fe-sec-14 .title-area .extrabig-head {
		font-size: 32px;
		line-height: 42px;
	}

	#fe-sec-15 .title-area h2 {
		font-size: 24px !important;
	}

	#fe-sec-16 .img-wrapper img {
		transform: scale(1);
	}

	#fe-sec-19 .row {
		margin-bottom: 65px !important;
	}

	#fe-sec-24 .row-1 {
		margin-bottom: 60px !important;
	}
	
	.f-box .ecover-wrapper {
        padding-bottom: 65px;
        -webkit-clip-path:  polygon(0% 0%, 100% 0, 100% 260px, 50% 100%, 0 260px);
        clip-path: polygon(0% 0%, 100% 0, 100% 260px, 50% 100%, 0 260px);
    }

	.f-box .discount-demo {
		max-width: 460px;
	}

	.f-box .discount-demo .price {
		font-size: 70px;
		line-height: 80px;
	}

	#fe-footer .top-footer .img-wrapper {
		margin-bottom: 50px !important;
	}
}

/* Screensize 575 */
@media screen and (max-width: 575px) {
	.big-padding {
		padding: 40px 0;
	}

	.big-title {
		font-size: 22px;
		line-height: 32px;
	}

	#fe-banner {
		background-color: #fade3e;
		background-image: none;
	}

	#fe-sec-1 {
		padding-top: 100px;
	}

	#fe-sec-8 .mock-up,
	#fe-sec-8 .prof-text {
		display: none;
	}

	#fe-sec-8 .row.row-1 {
		padding-bottom: 50px !important;
	}

	#fe-sec-9 {
		padding-bottom: 50px;
	}

	#fe-sec-14 .title-area .extrabig-head {
		font-size: 25px;
		line-height: 35px;
	}

	#fe-sec-7 .tem-box .arrow {
		display: none;
	}

	#fe-sec-12 .button,
	#fe-sec-20 .button,
	#fe-sec-24 .button {
		font-size: 18px;
		line-height: 18px;
	}
	
	#fe-sec-13 .colmn-1 .img-wrapper img {
        max-width: 100%;
    }

	.f-box .ecover-wrapper {
		padding-bottom: 65px;
		-webkit-clip-path: polygon(0% 0%, 100% 0px, 100% 250px, 50% 100%, 0px 250px);
		clip-path: polygon(0% 0%, 100% 0px, 100% 250px, 50% 100%, 0px 250px);
	}
}

/* Screensize 440 */
@media screen and (max-width: 440px) {
	#fe-banner .vid-wrapper {
		padding-bottom: 58%;
	}

	#fe-banner .btn-hvr {
		font-size: 20px;
		line-height: 20px;
	}

	#fe-sec-7 .tem-box h4 {
		font-size: 15px;
		line-height: 25px;
	}

	#fe-sec-12 .button,
	#fe-sec-20 .button,
	#fe-sec-24 .button {
		font-size: 15px;
		line-height: 15px;
	}

	#fe-sec-25 .content-area {
		margin-bottom: 55px !important;
	}

	.f-box .ecover-wrapper {
		padding-bottom: 50px;
		-webkit-clip-path: polygon(0% 0%, 100% 0px, 100% 200px, 50% 100%, 0px 200px);
		clip-path: polygon(0% 0%, 100% 0px, 100% 200px, 50% 100%, 0px 200px);
	}

	.f-box .feature-list-wrapper {
		padding: 25px 20px;
	}

	.f-box .discount-demo {
		max-width: 320px;
		margin-bottom: 30px !important;
		padding: 20px !important;
	}

	.f-box .discount-demo .price {
		font-size: 55px;
		line-height: 65px;
	}

	.f-box .discount-demo .price sup {
		font-size: 20px;
	}
}

/* Screensize 375 */
@media screen and (max-width: 375px) {
	#fe-banner .vid-wrapper {
		padding-bottom: 58.2%;
	}

	#fe-banner .btn-hvr {
		font-size: 18px;
		line-height: 18px;
	}

	.bottom-footer .footer-nav {
		display: block !important;
		width: 100%;
		max-width: 130px;
		margin: 0 auto;
	}

	.bottom-footer a {
		margin: 0 !important;
		padding: 0 !important;
		border: 0 !important;
	}
}

/* >>> END RESPONSIVE */