body {
	font-family: 'Gilroy';
	color: #09063E;
	font-weight: 400;
}

a,
button {
	transition: all ease .3s;
	-webkit-transition: all ease .3s;
	-moz-transition: all ease .3s;
	-o-transition: all ease .3s
}

a:hover {
	text-decoration: none;
}

p {
	margin-bottom: 0;
}

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

a.navbar-brand img {
	max-width: 260px;
}

.siteNav .navbar-nav .nav-item .nav-link {
	color: #09063E;
	text-transform: uppercase;
	padding: 0 12px;
	font-size: 14px;
	font-weight: 400;
}

a.signUp {
	display: inline-block;
	background-color: #E20075;
	color: #fff;
	padding: 9px 28px;
	border-radius: 5px;
	margin-left: 15px;
	text-transform: uppercase;
	font-size: 14px;
	border: 1.5px solid #E20075;
	font-weight: 400;
}

a.signUp:hover {
	background-color: #fff;
	color: #E20075;
}

a.navbar-brand {
	padding: 0;
	margin: 0;
}

.siteNav {
	height: 14vh;
}

.banner {
	background-image: url(../images/banner.png);
	background-size: contain;
	background-position: bottom right;
	background-color: #E20075;
	background-repeat: no-repeat;
}

.banner .bannerInner {
	height: 86vh;
}

.bannerInner h1 {
	color: #fff;
    font-weight: 700;
    font-size: 44px;
    line-height: 52px;
    margin-bottom: 0;
}

.bannerInner p {
    color: #fff;
    font-size: 19px;
    line-height: 26px;
    max-width: 100%;
    margin: 0px 0 15px 0;
    font-weight: 500;
}
.bannerVideo #player_header {
    display: block;
    max-width: 500px;
    width: 100%;
    height: 280px;
    margin-bottom: 25px;
}
.bannerInner a {
	display: inline-block;
    background-color: #fff;
    color: #E20075;
    font-weight: 600;
    border-radius: 4px;
    padding: 5px 28px;
    text-transform: uppercase;
    font-size: 21px;
    border: 1.5px solid #fff;
    text-align: center;
    max-width: 500px;
    width: 100%;
}

.bannerInner a:hover {
	background-color: #E20075;
	color: #fff;
}

.sectionSpace {
	padding: 60px 0;
}

.title h2 {
	color: #1F1E23;
	font-weight: 400;
	font-size: 34px;
}

.howItWorksBox img {
	margin-bottom: 20px;
	width: 150px;
	height: 150px;
	object-fit: contain;
}

.howItWorksBox p {
	font-weight: 500;
}

.howItWorksBox {
	padding: 25px 0;
}

.arrowRight {
	position: relative;
}

.arrowRight::before {
	content: "";
	background-image: url(../images/arrow.png);
	position: absolute;
	top: 40%;
	transform: translateY(-50%);
	width: 45px;
	height: 22px;
	background-size: contain;
	background-repeat: no-repeat;
	right: -15%;
}

.signUpBtn a {
	background-color: #E20075;
	color: #fff;
	display: inline-block;
	text-transform: uppercase;
	font-weight: 500;
	border-radius: 5px;
	padding: 11px 55px;
	border: 1.5px solid #E20075;
	-webkit-box-shadow: 0px 0px 15px 2px #fc1bb940;
	-moz-box-shadow: 0px 0px 15px 2px #fc1bb940;
	box-shadow: 0px 0px 15px 2px #fc1bb940;
}

.signUpBtn a:hover {
	background-color: #fff;
	color: #E20075;
}

.trendProItem {
	-webkit-box-shadow: 0px 0px 10px 1px rgba(160, 160, 160, 0.25);
	-moz-box-shadow: 0px 0px 10px 1px rgba(160, 160, 160, 0.25);
	box-shadow: 0px 0px 10px 1px rgba(160, 160, 160, 0.25);
	margin: 15px 10px;
	padding: 10px;
	border-radius: 5px;
}

.trendingProducts .container {
	max-width: 1220px;
}

.tpImage h2 {
	background-color: #3B454E;
	color: #fff;
	font-weight: 400;
	font-size: 16px;
	text-align: center;
	padding: 10px 0;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	margin: 0;
}

.tpImage img {
	height: 165px;
	object-fit: cover;
}

.tpTitle {
	border-bottom: 1px solid #80808075;
	padding: 15px 10px 10px;
	margin-bottom: 10px;
}

.tpTitle p {
	color: #414046;
	font-weight: 400;
	margin-bottom: 10px;
}

.tpTitle span {
	color: #817E8F;
}

.tpDetail tr td {
	color: #414046;
	padding: 2px 10px;
	font-size: 14px;
}

.tpDetail tr td:last-child {
	text-align: right;
}

.colorOrange {
	color: #FF9407 !important;
}

.colorGreen {
	color: #1CAF00 !important;
}

.tpBtn {
	padding: 0 10px;
}

.tpBtn a {
	display: inline-block;
	background-color: #E20075;
	color: #fff;
	padding: 6px 0px;
	border-radius: 5px;
	margin-left: 0;
	font-size: 16px;
	border: 1.5px solid #E20075;
	font-weight: 400;
	width: 100%;
	text-align: center;
}

.tpStores {
	margin: 20px 0 15px 0;
}

.tpStores a {
	display: inline-block;
	border: 1px solid #80808075;
	padding: 3px 4px;
	border-radius: 4px;
}

.trendingProducts {
	position: relative;
	padding-top: 70px;
}

.trendingProducts::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	background-color: #F9F9F9;
	height: 100%;
	    width: 95vw;
	-webkit-border-top-left-radius: 100px;
	-moz-border-radius-topleft: 100px;
	border-top-left-radius: 100px;
}

.imageframe {
	-webkit-box-shadow: 0px 5px 20px 0px rgba(132, 132, 132, 0.2);
	-moz-box-shadow: 0px 5px 20px 0px rgba(132, 132, 132, 0.2);
	box-shadow: 0px 5px 20px 0px rgba(132, 132, 132, 0.2);
	border-radius: 10px;
	margin: 15px;
	padding: 15px;
}

.frameImage img {
	max-width: 100%;
	width: 100%;
	height: 285px;
	object-fit: cover;
	border-radius: 5px;
	background-position: center;
}

.frameHead {
	padding-bottom: 10px;
	padding-left: 10px;
}

.frameHead i {
	font-size: 14px;
	margin: 0 2px;
}

.iGreen {
	color: #5BF94A;
}

.iRed {
	color: #FF7070;
}

.iOrange {
	color: #FFA200;
}

.expertsSayContent h2 {
	margin-bottom: 20px;
}

.carousel-control-next,
.carousel-control-prev {
	width: 60px;
	opacity: 1;
}

.carousel-control-prev {
	left: -65px;
}

.carousel-control-next {
	right: -65px;
}

span.SliderArrow {
	-webkit-box-shadow: 0px 0px 20px 2px rgba(154, 154, 154, 0.2);
	-moz-box-shadow: 0px 0px 20px 2px rgba(154, 154, 154, 0.2);
	box-shadow: 0px 0px 20px 2px rgba(154, 154, 154, 0.2);
	display: block;
	color: #E20075;
	width: 45px;
	height: 45px;
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
	font-size: 18px;
}

ol.carousel-indicators {
	margin-bottom: 0;
	bottom: -65px;
}

.carousel-indicators li {
	box-sizing: content-box;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	width: 18px;
	height: 19px;
	margin-right: 8px;
	margin-left: 8px;
	text-indent: -999px;
	cursor: pointer;
	background-color: #E20075;
	background-clip: padding-box;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	opacity: .5;
	transition: opacity .6s ease;
	border-radius: 100%;
}

.carousel-indicators .active {
	opacity: 1;
	width: 22px;
	height: 23px;
}

.expertsSay {
	padding-bottom: 100px;
}

.membersSay {
	background-color: #F9F9F9;
}

.membersSaySliderInner {
	background-color: #fff;
	padding: 30px 15px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 6px 2px rgba(154, 154, 154, 0.2);
	-moz-box-shadow: 0px 0px 6px 2px rgba(154, 154, 154, 0.2);
	box-shadow: 0px 0px 6px 2px rgba(154, 154, 154, 0.2);
	margin: 8px;
}

.membersSaySliderInner .media img {
	width: 50px;
	height: 50px;
	border-radius: 100%;
	object-fit: cover;
}

.membersSaySliderInner .media h5 {
	color: #232323;
	font-size: 16px;
	margin: 0;
}

.membersSaySliderInner .media span {
	background-color: #F2F9FF;
	padding: 0px 6px 2px;
}

.membersSaySliderInner .media span.startRating a {
	color: #E20075;
	font-size: 12px;
}

.membersSaySliderInnerContent {
	margin-top: 18px;
}

.membersSaySliderInnerContent h5 {
	color: #1B2E55;
	font-size: 16px;
	margin-bottom: 15px;
}

.membersSaySliderInnerContent p {
	color: #444444;
	font-size: 13px;
}

button.owl-prev {
	top: 50%;
	transform: translateY(-50%);
	position: absolute;
	left: -65px;
	-webkit-box-shadow: 0px 0px 20px 2px rgba(154, 154, 154, 0.2);
	-moz-box-shadow: 0px 0px 20px 2px rgba(154, 154, 154, 0.2);
	box-shadow: 0px 0px 20px 2px rgba(154, 154, 154, 0.2);
	display: block;
	color: #E20075 !important;
	width: 45px;
	height: 45px;
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
	font-size: 18px;
}

button.owl-next {
	top: 50%;
	transform: translateY(-50%);
	position: absolute;
	right: -65px;
	-webkit-box-shadow: 0px 0px 20px 2px rgba(154, 154, 154, 0.2);
	-moz-box-shadow: 0px 0px 20px 2px rgba(154, 154, 154, 0.2);
	box-shadow: 0px 0px 20px 2px rgba(154, 154, 154, 0.2);
	display: block;
	color: #E20075 !important;
	width: 45px;
	height: 45px;
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
	font-size: 18px;
}

button:focus {
	outline: none;
}

.featuredH2 {
	color: #1B2E55;
	font-size: 28px;
	line-height: 36px;
	margin-bottom: 10px;
}

.lightText {
	color: #919191 !important;
}

a.featuredBtn {
	background-color: #fff;
	color: #E20075;
	display: inline-block;
	text-transform: uppercase;
	font-weight: 500;
	border-radius: 5px;
	padding: 10px 25px;
	border: 1.5px solid #E20075;
	font-size: 14px;
	margin-top: 25px;
}

a.featuredBtn:hover {
	background-color: #E20075;
	color: #fff;
}

.featuredGrid {
	position: relative;
	padding: 30px 0;
}

.featuredGrid:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	margin: 0 auto;
	background-color: #F9F9F9;
	height: 100%;
	width: 80%;
	-webkit-border-radius: 15px;
	-webkit-border-top-right-radius: 60px;
	-moz-border-radius: 15px;
	-moz-border-radius-topright: 60px;
	border-radius: 15px;
	border-top-right-radius: 60px;
}

.ourPricing {
	background-color: #F9F9F9;
}

.nav.nav-pills li {
	width: 225px;
	text-align: center;
}

.nav.nav-pills li a {
	color: #393939;
	font-weight: 500;
}

.nav.nav-pills li a span {
	color: #24B214;
	font-size: 12px;
	margin-left: 10px;
}

.nav.nav-pills li:first-child {
    border: 2px solid #E20075;
    -webkit-border-top-left-radius: 100px;
    -webkit-border-bottom-left-radius: 100px;
    -moz-border-radius-topleft: 100px;
    -moz-border-radius-bottomleft: 100px;
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
    overflow: hidden;
    margin-right: -1px;
}

.nav.nav-pills li:last-child {
	border: 2px solid #E20075;
	-webkit-border-top-right-radius: 100px;
	-webkit-border-bottom-right-radius: 100px;
	-moz-border-radius-topright: 100px;
	-moz-border-radius-bottomright: 100px;
	border-top-right-radius: 100px;
	border-bottom-right-radius: 100px;
	overflow: hidden;
	margin-right: -1px;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
	color: #fff;
	background-color: #E20075;
	border-radius: 0;
}

.nav-pills .nav-link.active span {
	color: #fff;
}

.pricingTable {
	border: 1px solid #F8B0D7;
	background-color: #fff;
	border-radius: 4px;
	padding: 50px 15px;
	margin-top: 20px;
}


.pricingTable h2 {
	text-align: center;
	color: #4E4E4E;
	font-weight: 700;
	font-size: 32px;
	margin: 20px 0;
}

.pricingTable h2 span {
	font-weight: 500;
	font-size: 24px;
	display: inline-block;
	margin-left: 5px;
}

.pricingTable ul li {
	position: relative;
	color: #4E4E4E;
	padding-left: 30px;
	margin: 5px 0;
}

.pricingTable ul li::before {
	content: "";
	background-image: url(../images/checkmark.png);
	position: absolute;
	left: 0;
	top: 4px;
	width: 20px;
	height: 20px;
	background-repeat: no-repeat;
	background-size: contain;
}

.pricingTable a {
	background-color: #F2F2F2;
	color: #4E4E4E;
	display: inline-block;
	font-weight: 500;
	border-radius: 8px;
	padding: 10px 20px;
	border: 1.5px solid #F2F2F2;
	font-size: 14px;
	width: 80%;
}

.pricingTable a:hover,
.pricingTable a.active {
	background-color: #E20075;
	color: #fff;
	-webkit-box-shadow: 0px 0px 15px 2px #fc1bb940;
	-moz-box-shadow: 0px 0px 15px 2px #fc1bb940;
	box-shadow: 0px 0px 15px 2px #fc1bb940;
}
.pricingTable a.active:hover{
	background-color: #fff;
	border: 1.5px solid #E20075;
	color: #E20075;
}
.pricingTable ul {
	min-height: 240px;
}

.pricingTable h3 {
	color: #06032E;
	font-weight: 300;
	font-size: 20px;
	text-align: center;
	margin-bottom: 15px;
}

.pricingTable h3 {
	text-align: center;
	color: #393939;
	font-size: 38px;
	margin: 0;
}

.pricingTable.tableMiddle h1 {
	margin: 15px 0 20px;
}

.pricingTable.tableMiddle {
	-webkit-box-shadow: 0px 0px 6px 2px rgba(154, 154, 154, 0.2);
	-moz-box-shadow: 0px 0px 6px 2px rgba(154, 154, 154, 0.2);
	box-shadow: 0px 0px 6px 2px rgba(154, 154, 154, 0.2);
	border: 0;
	padding: 60px 15px;
}

.helpCenterBox img {
	height: 65px;
	margin-bottom: 15px;
}

.helpCenterBox h2 {
	font-size: 28px;
	margin-bottom: 15px;
}

hr {
	margin-top: 3rem;
	margin-bottom: 3rem;
	border: 0;
	border-top: 2px solid rgba(0, 0, 0, .1);
}

.sellTheTrendDetail {
	-webkit-box-shadow: 0px 0px 6px 2px rgba(154, 154, 154, 0.2);
	-moz-box-shadow: 0px 0px 6px 2px rgba(154, 154, 154, 0.2);
	box-shadow: 0px 0px 25px 5px rgba(154, 154, 154, 0.2);
	padding: 50px;
	border-radius: 8px;
	margin-top: 3em;
}

.sellTheTrendDetail ul li {
	position: relative;
	color: #4E4E4E;
	padding-left: 40px;
	margin: 10px 0;
}

.sellTheTrendDetail ul li span {
	color: #E20075;
}

.sellTheTrendDetail ul li::before {
	content: "";
	background-image: url(../images/checkmarkGreen.png);
	position: absolute;
	left: 0;
	top: 4px;
	width: 25px;
	height: 25px;
	background-repeat: no-repeat;
	background-size: contain;
}

.sellTheTrendDetail h2 {
	color: #E20075;
	margin-top: 50px;
	text-align: center;
	font-weight: 400;
	font-size: 26px;
}

.latestNews {
	background-color: #F9F9F9;
	padding-bottom: 90px;
}

.latestNewsSliderItem {
	-webkit-box-shadow: 0px 0px 6px 2px rgba(154, 154, 154, 0.2);
	-moz-box-shadow: 0px 0px 6px 2px rgba(154, 154, 154, 0.2);
	box-shadow: 0px 0px 6px 2px rgba(154, 154, 154, 0.2);
	margin: 15px;
	background-color: #fff;
	border-radius: 8px;
}

.latestNewsSliderItem .NewsSliderInner {
	text-align: center;
	padding: 25px 20px 25px;
}

.latestNewsSliderItem .NewsSliderInner h2 {
	font-size: 22px;
	font-weight: 500;
	margin-bottom: 20px;
}

.latestNewsSliderItem .NewsSliderInner p {
	color: #919191;
}

.latestNewsSliderItem .NewsSliderInner a {
	border: 1.5px solid #FE97D4;
    color: #1F1E23;
    display: inline-block;
    padding: 9px 15px;
    border-radius: 5px;
    margin-top: 25px;
    width: 80%;
}

.latestNewsSliderItem .NewsSliderInner a:hover {
	border: 1.5px solid #E20075;
	background-color: #E20075;
	color: #fff;
}

.latestNewsSliderItem img {
	height: 195px;
	object-fit: cover;
}

button.owl-dot {
	background-color: #E20075 !important;
	width: 18px;
	height: 18px;
	border-radius: 100%;
	margin: 0 5px;
	opacity: .5;
}

button.owl-dot.active {
	opacity: 1;
}

.owl-dots {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	top: 28px;
}

.footerLogo img {
	max-width: 240px;
}

footer {
	background-color: #E20075;
	padding: 50px 0 30px;
	position: relative;
}

.footerLogo p {
	color: #fff;
	margin: 25px 0;
}

.footerSocial a {
	display: inline-flex;
	width: 40px;
	height: 40px;
	background-color: #F954A9;
	border-radius: 100%;
	color: #fff;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	margin-right: 10px;
}

.footerSocial a:hover {
	color: #E20075;
	background-color: #fff;
}

.footerList h2 {
	font-size: 18px;
	color: #fff;
	font-weight: 500;
	margin-bottom: 20px;
}

.footerList ul li a {
	color: #fff;
	line-height: 26px;
}

.footerList ul li a:hover {
	opacity: .8
}

.copyRight {
	border-top: 1px solid #fff;
	margin-top: 40px;
	text-align: center;
	padding-top: 30px;
	color: #fff;
	font-size: 14px;
}

.arrowTop {
	position: absolute;
	bottom: 0;
	right: 8%;
	background-color: #E93A94;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	padding: 15px 15px 0 15px;
}

.arrowTop img {
	height: 40px;
}
.navbar.fixed {
    position: fixed;
    left: 0;
    padding: 0;
    margin: 0;
    width: 100%;
    background-color: #fff;
    z-index: 999;
    transition: all ease .3s;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -o-transition: all ease .3s;
    height: 10vh;
		-webkit-box-shadow: 0px 0px 5px 1px rgba(148, 148, 148, 0.15);
    -moz-box-shadow: 0px 0px 5px 1px rgba(148, 148, 148, 0.15);
    box-shadow: 0px 0px 5px 1px rgba(148, 148, 148, 0.15);
}

/* .trendingProductsSlider button.disabled {
    display: none;
}
.trendingProductsSlider button {
    width: 30px;
    height: 30px;
    background-color: #e20075 !important;
}
.trendingProductsSlider button span {
    color: #fff;
    font-size: 30px;
    line-height: 15px;
}
.trendingProductsSlider button.owl-next {
    right: 10px;
}
.trendingProductsSlider button.owl-prev {
    left: 10px;
} */

/* extra changes */


.signUpBtn a {
	font-size: 1.3rem;
}

/*.bannerInner a { 
	font-size: 18px;
}

.bannerInner p {
    font-size: 14px;
    margin: 0px 0 20px 0;
}

.bannerInner a {
    text-align: center;
}

bannerInner h1 {
    font-size: 35px;
}

#player_header {
	max-width: 525px;
	margin-bottom: 30px;
}*/



.tpImage img {
	height: 255px;
}

.tpBtn a {
	background-color: #5bbeaa;
	border: 1.5px solid #5bbeaa;
}

.tpImage h2 {
    background-color: #e20174;
   }

.featuredGrid:before {
	width: 90%;
}   

.thinFont {
	font-weight: 400;
}

.latestNewsSliderItem .NewsSliderInner h2 {
    font-size: 1.3rem;
     text-overflow: ellipsis;
    overflow: hidden;
    height: 3rem;
}



.pricingTable sup {
    top: -.7em;
}
.pricingTable sub, sup {
    font-size: 49%;
}

.pricingTable h2 span {
    font-weight: 400;
    font-size: 17px;
    margin-left: -8px;
    color: #9a9a9a;
}

.pricingTable h2 {
    color: #e20174;
    font-size: 37px;
    font-weight: 600;
}

.text-pink {
	color: #e20174;
}

.plan-promo {
    text-align: center;
    font-size: 13px;
}

.pricingTable.tableMiddle h1 {
    margin: 15px 0 15px;
}

#swipebox-overlay {
 background: rgba(255, 255, 255, 0.8);
}

#swipebox-slider .slide .swipebox-inline-container, #swipebox-slider .slide .swipebox-video-container, #swipebox-slider .slide img {
    box-shadow: 0 11px 15px -7px rgba(0, 0, 0, 0.2), 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12);
}

.latestNews {
	background-color: inherit;
}

.membersSay {
	background-color: inherit;
	}

/* CTA */
.cta_box{
	background-color: #09063E;
	padding:30px;
}
.cta_title{
	color:#fff;
}
.btn_styling{
	background-color:#f2f2f2;
	color:#09063E;
	padding:10px 20px;
	font-weight: bold; 
}