@import url('https://fonts.googleapis.com/css?family=Catamaran:100,200,300,400,500,600,700,800,900');
 html,
body {
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: 'Catamaran', sans-serif;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
a:focus {
	outline: none !important;
}
:-ms-input-placeholder {
	color: #636363;
}
::-moz-placeholder {
	color: #636363;
}
:-moz-placeholder {
	color: #636363;
}
::-webkit-input-placeholder {
	color: #636363;
}
textarea {
	min-height: 130px !important;
	resize: vertical;
}
.btn,
.btn:focus {
	outline: none !important;
}
p {
	font-size: 14px;
	line-height: 25px;
	margin-bottom: 15px;
}
a {
	color: #c0328d;
	text-decoration: none !important;
}
a:hover {
	color: #018651;
	text-decoration: none !important;
}
.header {
	width: 100%;
	display: block;
	position: relative;
	padding: 20px 0;
	z-index: 1;
}
.header .navbar-brand {
	padding: 0;
	margin: 0;
	height: 70px;
	display: inline-block;
}
.header .navbar-brand img {
	height: 70px;
}
.banner-top {
	width: 100%;
	float: left;
	position: relative;
	overflow: hidden;
	height: 700px;
	background-image: url(../images/banner.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.banner-top .banner-content-main {
    position: absolute;
    bottom: auto;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    -webkit-transition: all 0.7s ease-out;
    -moz-transition: all 0.7s ease-out;
    -o-transition: all 0.7s ease-out;
    transition: all 0.7s ease-out;
    width: 100%;
    max-height: 100%;
}
.banner-top .banner-content {
    width: 50%;
    float: left;
    background: rgb(0, 0, 0, 0.6);
    padding: 20px;
    color: #fff;
}
.banner-top .banner-content .banner-title {
    width: auto;
    float: left;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 15px;
}
.banner-top .banner-content .banner-subtitle {
    width: 100%;
    float: left;
    font-size: 24px;
}
.features-theme {
	float: left;
	width: 100%;
	position: relative;
	padding: 100px 0px;
	background: #fff;
}
.features-theme .title {
	color: #6854c3;
	font-size: 36px;
	line-height: 40px;
	font-style: normal;
	font-weight: 800;
	text-align: center;
	width: 100%;
	float: left;
	margin-bottom: 14px;
	text-transform: uppercase;
}
.features-theme .features-theme-inner {
    width: 100%;
    float: left;	
}
.features-theme  .content {
    width: 100%;
    float: left;
    color: #777777;
    font-size: 20px;
    line-height: 32px;
    font-style: normal;
    font-weight: 300;
    text-transform: none;
    text-align: center;
    padding: 0 100px;
}
.features-theme .single-feature {
	width: 100%;
	float: left;
	margin: 20px 0px;
}
.features-theme .single-feature .feature-counting {
	color: #408aba;
	font-weight: 900;
	font-size: 60px;
	width: 100%;
	float: left;
}
.features-theme .single-feature .feature-image {
	width: 100%;
	float: left;
	position: relative;
	text-align: center;
	margin-bottom: 20px;
	height: 110px;
}
.features-theme .single-feature .feature-image .image-content {
    position: absolute;
    width: 110px;
    background-position: top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    height: 110px;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    text-align: center;
    border: 4px solid #6854c3;
}
.features-theme .single-feature .feature-image .fa.back {
	position: absolute;
	left: 0px;
	font-size: 130px;
	color: #fdca01;
	line-height: 130px;
	width: 112px;
	text-align: left;
}
.features-theme .single-feature .feature-image .fa.front {
	color: #fff;
	font-size: 40px;
	line-height: 110px;
	width: 110px;
	text-align: center;
	z-index: 1;
	background: linear-gradient(15deg, #ffb13d, #dd277b, #4d5ed4);
	border-radius: 50%;
}
.features-theme .single-feature .title {
	color: #4d4d4d;
	font-size: 20px;
	line-height: 26px;
	font-style: normal;
	font-weight: 500;
	text-align: center;
	width: 100%;
	float: left;
	margin-bottom: 10px;
	text-transform: inherit;
}
.features-theme .single-feature .sub-title {
	color: #777777;
	font-size: 16px;
	line-height: 22px;
	text-align: left;
	width: 100%;
	-webkit-text-emphasis: lavender;
	float: left;
	padding-left: 12px;
	padding-bottom: 12px;
	position: relative;
}
.features-theme .single-feature .sub-title:after {
    position: absolute;
    content: '';
    top: 6px;
    left: 0;
    width: 6px;
    height: 6px;
    background-color: #804fb7;
}
.footer-theme {
	width: 100%;
	height: auto;
	float: left;
	z-index: 1;
	text-align: left;
	display: inline-block;
	position: relative;
	background: url(../images/footer-background.jpg) fixed;
	padding: 60px 0px;
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	text-align: center;
}
.footer-theme:before {
	left: 0;
	top: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	content: "";
	z-index: -2;
	background-color: rgba(0, 0, 0, 0.65);
}
.footer-logo {
	width: 100%;
	float: left;
	text-align: center;
	margin-bottom: 30px;
}
.footer-logo img {
	max-width: 250px;
	width: 100%;
}
.copy-right {
	width: 100%;
	float: left;
	color: rgba(255, 255, 255, 0.5);
	font-size: 15px;
	line-height: 28px;
	text-align: center;
	margin-bottom: 30px;
}
.features-section {
	width: 100%;
	float: left;
	padding: 60px 0px;
	text-align: center;
}
.features-section .single-feature {
	width: 100%;
	float: left;
	margin-bottom: 25px;
	padding-left: 350px;
	position: relative;
	padding-top: 25px;
}
.features-section .single-feature .features-image {
	margin-left: -350px;
	text-align: center;
	width: 350px;
	float: left;
	padding: 0px 70px 25px 70px;
}
.features-section .single-feature .features-image img {
	width: 100%;
	float: left;
}
.features-section .single-feature .main-theme-title {
	text-align: left;
}
.features-section .single-feature .main-theme-subtitle {
	text-align: left;
}
.myCarousel-features {
	position: relative;
	width: 80%;
	margin: 50px 10% -60px 10%;
	height: auto !Important;
}
.myCarousel-features .carousel-inner {
	height: auto !Important;
}
.myCarousel-features .features-bg {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 2;
}
.myCarousel-features .features-bg img {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}
.myCarousel-features .item {
	position: absolute !important;
	padding: 0px !important;
	height: auto !important;
	top: 0px;
	left: 0px;
	width: 100% !important;
	height: 100% !important;
	z-index: 1;
}
.myCarousel-features .item .fill {
	position: relative !Important;
	width: 100% !important;
	float: left;
	height: 100% !important;
	padding: 0px;
	background-size: initial !important;
}
.myCarousel-features .item .fill img {
	width: 100%;
	float: left;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
}
.myCarousel-features .carousel-indicators li.active {
	background-color: #018651;
	border: 2px solid #018651;
	width: 15px;
	height: 15px;
	margin: 1px;
}
.myCarousel-features .carousel-indicators li {
	background-color: #fff;
	width: 15px;
	height: 15px;
	margin: 1px;
	border: 2px solid #018651;
}
.public-plans {
	width: 100%;
	float: left;
	padding: 20px;
	text-align: center;
}
.public-plans .single-plan {
	width: 280px;
	float: none;
	display: inline-block;
	margin: 10px;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
	transition: all 0.25s;
	border-radius: 10px;
}
.public-plans .single-plan:hover {
	transform: scale(1.04) translateY(2px);
}
.public-plans .single-plan .plan-title {
	width: 100%;
	float: left;
	background: #494e49;
	color: #fff;
	font-size: 30px;
	font-weight: 100;
	padding: 10px 15px;
	border-radius: 10px 10px 0px 0px;
}
.public-plans .single-plan .plan-price {
	width: 100%;
	float: left;
	padding: 20px;
	background: #f7f7f7;
	border-bottom: 1px solid #f1f1f1;
}
.public-plans .single-plan .plan-price .plan-value {
	width: 100%;
	float: left;
	text-align: center;
	margin-bottom: -5px;
}
.public-plans .single-plan .plan-price .plan-value .value {
	font-size: 50px;
	font-weight: 100;
	color: #494e49;
	position: relative;
}
.public-plans .single-plan .plan-price .plan-value .value .dollar-sign {
	position: absolute;
	top: 0px;
	font-size: 30px;
	left: -20px;
}
.public-plans .single-plan .plan-price .plan-time {
	width: 100%;
	float: left;
	text-align: center;
	color: #afafaf;
	font-weight: normal;
	font-size: 15px;
}
.public-plans .single-plan .plan-features {
	width: 100%;
	float: left;
	padding: 30px;
	border-bottom: 1px dotted #494e49;
}
.public-plans .single-plan .plan-features .single-feat {
	width: 100%;
	float: left;
	font-size: 17px;
}
.public-plans .single-plan .plan-features .single-feat + .single-feat {
	padding-top: 20px;
	margin-top: 20px;
	border-top: 1px dotted #d8d8d8;
}
.public-plans .single-plan .plan-features .single-feat .add-on {
	font-size: 28px;
}
.public-plans .single-plan .plan-features .single-feat .small-size-feat {
	font-size: 13px;
}
.public-plans .single-plan .plan-buy {
	width: 100%;
	float: left;
	padding: 25px;
	background: #f7f7f7;
	border-radius: 0px 0px 10px 10px;
}
.public-plans .single-plan .plan-buy .upgrade-btn {
	background: #018651;
	color: #fff;
	padding: 8px 25px;
	display: inline-block;
	border-radius: 10px;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 600;
}
.public-plans .single-plan .plan-buy .upgrade-btn:hover {
	background: #6b962b;
}
.public-plans .single-plan .plan-buy .try-free-btn {
	width: 100%;
	text-align: center;
	float: left;
	padding-top: 14px;
	color: #494e49;
	font-weight: 600;
	text-transform: uppercase;
}
.public-plans .single-plan .plan-buy .try-free-btn:hover {
	color: #018651;
}
.features-section-new {
	width: 100%;
	float: left;
	padding: 40px 0px;
	position: relative;
}
.features-section-new + .features-section-new {
	border-top: 1px dotted #cacaca;
}
.features-section-new .features-section-image {
	width: 90%;
	float: left;
	position: relative;
	margin: 5%;
}
.features-section-new .features-section-image .features-section-bg {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	height: auto;
}
.features-section-new .features-section-image .features-shadow-bg {
	width: 100%;
	float: left;
	text-align: center;
}
.features-section-new .features-section-image .features-shadow-bg img {
	width: 100%;
	float: left;
}
.features-section-new .features-section-image .features-section-bg img {
	width: 100%;
	height: auto;
	float: left;
}
.features-section-new .features-section-image .features-section-item {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: auto;
}
.features-section-new .features-section-image .features-section-item img {
	width: 100%;
	height: auto;
	float: left;
}
.features-section-new .features-section-icon {
	width: 100%;
	float: left;
}
.features-section-new .features-section-icon img {
	max-width: 130px;
	width: 100%;
}
.features-section-new .features-section-title {
	width: 100%;
	float: left;
	color: #191919;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 800;
	margin-bottom: 10px;
}
.features-section-new .features-section-para {
	width: 100%;
	float: left;
	color: #949494;
	font-size: 14px;
}
.superior-design {
	float: left;
	width: 100%;
	background: #ffffff;
	position: relative;
	padding: 100px 0 0;
}
.superior-design .superior-detail {
	width: 100%;
	float: left;
	padding: 150px 0 0;
}
.superior-design .superior-detail .title {
	width: 100%;
	float: left;
	color: #65278f;
	font-size: 36px;
	font-weight: 800;
	text-align: left;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.superior-design .superior-detail .superior-subtitle {
	width: 100%;
	float: left;
	color: #777777;
	font-size: 18px;
	line-height: 32px;
	font-style: normal;
	font-weight: 300;
	text-transform: none;
	text-align: left;
}
.superior-design .superior-detail .white-btn {
	color: #ffffff;
	font-size: 14px;
	line-height: 40px;
	font-style: normal;
	font-weight: 400;
	background: linear-gradient(15deg, #ffb13d, #dd277b, #4d5ed4);
	border-radius: 100px;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	letter-spacing: 4px;
	text-transform: uppercase;
	border-width: 0px;
	float: left;
	padding: 0 24px;
	border: 1px solid #ca2e86;
}
.superior-design .superior-detail .white-btn:hover {
	background: #fff;
	color: #ca2e86;
}
.superior-design .superior-img {
	width: 100%;
	float: left;
	text-align: center;
}
.superior-design .superior-img img {
	width: 100%;
	max-width: 558px;
	display: inline-block;
}
.store-btn {
	width: 100%;
	float: left;
	position: relative;
	padding: 40px 0;
}
.store-btn a {
	display: inline-block;
	position: relative;
	margin-right: 15px;
}
.store-btn a img {
	max-width: 130px;
}
.contact-grey {
	float: left;
	width: 100%;
	background: linear-gradient(15deg, #ffb13d, #dd277b, #4d5ed4);
	position: relative;
	padding: 100px 0;
}
.contact-grey .detail {
	width: 100%;
	float: left;
	padding: 200px 0 0;
}
.contact-grey .title {
	color: #ffffff;
	font-size: 34px;
	line-height: 40px;
	font-style: normal;
	font-weight: 800;
	width: 100%;
	float: left;
	margin-bottom: 0px;
	text-transform: uppercase;
}
.contact-grey .sub-title {
	color: #ffffff;
	font-size: 24px;
	line-height: 30px;
	font-style: normal;
	font-weight: 500;
	width: 100%;
	float: left;
	margin-bottom: 15px;
}
.contact-grey .content {
	color: #ffffff;
	font-size: 16px;
	line-height: 26px;
	font-style: normal;
	font-weight: 300;
	width: 100%;
	float: left;
	margin-bottom: 15px;
}
.contact-grey .social {
	width: 100%;
	float: left;
	position: relative;
	color: #ffffff;
	font-size: 20px;
	font-weight: 500;
}
.contact-grey .social .fa {
	padding-right: 10px;
}
.contact-grey .social a {
	color: #ffffff;
}
.page-center {
	width: 100%;
	float: left;
	z-index: 1051;
	position: relative;
	background: transparent;
}
.footer {
	padding: 100px 0 20px;
	text-align: center;
	float: left;
	width: 100%;
	background: #ffffff;
	position: relative;
	bottom: 0;
	left: 0;
	z-index: 99;
	-webkit-transition: left .33s cubic-bezier(.694, .0482, .335, 1);
	-moz-transition: left .33s cubic-bezier(.694, .0482, .335, 1);
	-o-transition: left .33s cubic-bezier(.694, .0482, .335, 1);
	-ms-transition: left .33s cubic-bezier(.694, .0482, .335, 1);
	transition: left .33s cubic-bezier(.694, .0482, .335, 1);
	-webkit-backface-visibility: hidden;
}
.footer .footer-title {
	color: #408aba;
	font-size: 60px;
	line-height: 60px;
	font-style: normal;
	font-weight: 900;
	letter-spacing: 0px;
	text-transform: none;
	text-align: center;
	margin-bottom: 40px;
	display: inline-block;
}
.footer .footer-title img {
	width: 100%;
	max-width: 220px;
}
.footer .footer-subtitle {
	color: #6854c3;
	font-size: 30px;
	line-height: 40px;
	font-style: normal;
	font-weight: 800;
	text-align: center;
	margin-bottom: 18px;
	display: inline-block;
	width: 100%;
	text-transform: uppercase;
}
.footer .btn-pink {
	color: #ffffff;
	font-size: 14px;
	line-height: 78px;
	height: 78px;
	font-style: normal;
	font-weight: 400;
	background-color: #018651;
	border-radius: 100px;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	letter-spacing: 4px;
	text-transform: uppercase;
	border-width: 0px;
	padding-left: 41px;
	padding-right: 41px;
	display: inline-block;
	margin-bottom: 100px;
}
.footer .btn-pink:hover {
	background-color: #00613a;
}
.footer .footer-copy {
	font-size: 16px;
	line-height: 28px;
	font-style: normal;
	font-weight: 500;
	color: #777777;
	width: 100%;
	float: left;
}
.ul-footer-social {
	width: 100%;
	float: none;
	padding: 0px;
	text-align: center;
	display: inline-block;
	margin-bottom: 40px;
}
.ul-footer-social li {
	text-align: left;
	display: inline-block;
}
.ul-footer-social li:last-child {
	margin-right: 0px;
}
.ul-footer-social li a.fa {
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 500;
	border: 1px solid #ffffff;
	color: #ffffff;
	text-decoration: none;
	width: 40px;
	text-align: center;
	line-height: 40px;
	height: 40px;
	border-radius: 50%;
}
.ul-footer-social li .fa-facebook {
	background: #3b5998;
}
.ul-footer-social li .fa-instagram {
	background: #e1306c;
}
.ul-footer-social li .fa-linkedin-square {
	background: #2867b2;
}
.ul-footer-social li .fa-youtube-play {
	background: #ff0000;
}
.ul-footer-social li .fa-twitter {
	background: #5da9dd;
}
.input-theme {
	width: 100%;
	float: left;
	border-radius: 0px;
	position: relative;
	margin-bottom: 0px;
}
.input-theme + .input-theme {
	margin-top: 25px;
}
.input-theme .form-control {
	border-radius: 0px !important;
	border: 1px solid #BFBFBF;
	padding: 6px 12px 6px 44px;
	height: 44px;
}
.input-theme .form-control:hover,
.input-theme .form-control:focus {
	border: 1px solid #018651;
	outline-color: transparent;
	box-shadow: none;
}
.input-theme .input-icon {
	position: absolute;
	left: 0px;
	z-index: 3;
	color: #018651;
	line-height: 44px;
	text-align: center;
	width: 44px;
	font-size: 15px;
}
.btn-theme {
	background: #018651;
	color: #fff !important;
	text-decoration: none !important;
	position: relative;
	overflow: hidden;
	border: 1px solid transparent !important;
}
.btn-theme:hover {
	background: #149a9b;
}
.btn-theme:before {
	content: "";
	position: absolute;
	width: 200%;
	height: 100px;
	background: rgba(255, 255, 255, 0.15);
	border-radius: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: 45%;
	left: 50%;
}
.theme-form {
	width: 100%;
	float: left;
}
.theme-form .theme-form-inner {
    position: relative;
    width: 100%;
    float: left;
    border: 1px solid #dedede;
    background: #fff;
    border-radius: 20px;
    padding: 20px 20px 20px 20px;
    box-shadow: 0 19px 62px 4px rgb(179 179 179 / 26%);
}
.theme-form .mb-3 {
	width: 100%;
	float: left;
}
.theme-form .form-label {
	width: 100%;
	float: left;
	position: relative;
	color: #4d4d4d;
	font-size: 16px;
	margin-bottom: 0px;
	text-align: left;
}
.required {
	color: red;
}
.theme-form .form-control {
	width: 100%;
	margin: 0;
	border: 1px solid #d3d8da;
	float: left;
	outline: none!important;
	box-shadow: none!important;
	font-size: 14px;
	padding: 0 12px;
	height: 44px;
	line-height: 42px;
	border-radius: 0!important;
	position: relative;
	color: #464749;
}
.theme-form .input-group textarea {
	min-height: 150px;
}
.theme-form .sub-title {
	margin-bottom: 40px;
}
.theme-form .recaptcha {
	width: 100%;
	float: left;
	position: relative;
	color: #4d4d4d;
	font-size: 16px;
	margin-bottom: 30px;
}
.theme-form .recaptcha a {
	color: #c0328d;
	text-decoration: underline !important;
}
.theme-form .white-btn {
	color: #ffffff;
	position: relative;
	font-size: 14px;
	line-height: 40px;
	font-style: normal;
	font-weight: 400;
	background: linear-gradient(15deg, #ffb13d, #dd277b, #4d5ed4);
	border-radius: 100px;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	letter-spacing: 4px;
	text-transform: uppercase;
	border-width: 0px;
	float: left;
	padding: 0 24px;
	border: 1px solid #ca2e86;
}
.theme-form .white-btn:hover {
	background: #fff;
	color: #ca2e86;
}
.howitworks-group {
	float: left;
	width: 100%;
	background: linear-gradient(15deg, #ffb13d, #dd277b, #4d5ed4);
	position: relative;
	padding: 100px 0;
}
.howitworks-group:before,
.faq-group:before,
.contact-grey:before {
	content: "";
	background-image: url(../images/health-banner-repeat.png);
	background-size: 500px;
	background-repeat: repeat;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	opacity: 0.05;
}
.howitworks-group .howitworks-title {
	width: 100%;
	float: left;
	line-height: 40px;
	text-transform: uppercase;
	position: relative;
	color: #ffffff;
	margin-bottom: 25px;
	text-align: center;
	font-size: 36px;
	font-weight: 800;
}
.howitworks-group .howitworks-title span {
	color: #ffffff;
}
.howitworks-group .howitworks-content {
	width: 100%;
	float: left;
	position: relative;
}
.howitworks-group .howitworks-content .left-side {
	width: 50%;
	float: left;
	padding: 50px 70px 50px 0px;
	position: relative;
}
.howitworks-group .howitworks-content .left-side:before {
	content: "";
	position: absolute;
	height: 100%;
	right: 0px;
	width: 1px;
	background: #fff;
	top: 0px;
}
.howitworks-group .howitworks-content .right-side {
	width: 50%;
	float: left;
	padding: 150px 0px 0px 70px;
	position: relative;
}
.howitworks-group .howitworks-content .right-side:before {
	content: "";
	position: absolute;
	height: 100%;
	left: -1px;
	width: 1px;
	background: #fff;
	top: 0px;
}
.howitworks-group .howitworks-content .bottom-side {
	width: 100%;
	float: left;
	text-align: center;
	position: relative;
	margin-top: 70px;
}
.howitworks-group .common-box {
	background: #f7f8fd;
	width: 100%;
	float: left;
	padding: 30px;
	position: relative;
}
.howitworks-group .common-box .step-number {
	background: #ffffff;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	border-radius: 50%;
	color: #6854c3;
	font-size: 20px;
	font-weight: 600;
}
.howitworks-group .common-box .common-head {
	width: 100%;
	float: left;
	position: relative;
	margin-bottom: 15px;
}
.howitworks-group .common-box .common-head .step {
	float: left;
	background: #6854c3;
	color: #fff;
	font-size: 11px;
	text-transform: uppercase;
	line-height: 22px;
	padding: 0px 25px 0px 15px;
	position: relative;
	font-weight: 600;
}
.howitworks-group .common-box .common-head .step:before {
	content: "";
	border-right: 6px dashed #f7f8fd;
	border-bottom: 11px solid transparent;
	border-top: 11px solid transparent;
	border-left: 0px solid transparent;
	position: absolute;
	right: 0px;
}
.howitworks-group .common-box .common-head .step-title {
	margin: 10px 0px 0;
	width: 100%;
	float: left;
	font-weight: 600;
	color: #222222;
	font-size: 16px;
	text-transform: uppercase;
}
.howitworks-group .common-box .common-body {
	width: 100%;
	float: left;
	overflow: hidden;
	color: #777777;
	font-size: 16px;
	line-height: 26px;
}
.howitworks-group .common-box .common-footer {
	width: 100%;
	float: left;
}
.howitworks-group .common-box .common-footer a {
	float: left;
	font-weight: 600;
	color: #c0328d;
	font-size: 13px;
	line-height: 25px;
}
.howitworks-group .common-box.left-active:before {
	content: "";
	border-left: 15px dashed #f7f8fd;
	border-bottom: 15px solid transparent;
	border-top: 15px solid transparent;
	border-right: 0px solid transparent;
	position: absolute;
	right: -15px;
	top: 50px;
}
.howitworks-group .common-box.left-active {
	border-left: solid 5px #6854c3;
}
.howitworks-group .common-box.left-active .step-number {
	position: absolute;
	right: -90px;
	z-index: 1;
	top: 50px;
}
.howitworks-group .common-box.right-active:before {
	content: "";
	border-right: 15px dashed #f7f8fd;
	border-bottom: 15px solid transparent;
	border-top: 15px solid transparent;
	border-left: 0px solid transparent;
	position: absolute;
	left: -15px;
	top: 55px;
}
.howitworks-group .common-box.right-active {
	border-right: solid 5px #6854c3;
}
.howitworks-group .common-box.right-active .step-number {
	position: absolute;
	left: -90px;
	z-index: 1;
	top: 50px;
}
.howitworks-group .common-box.bottom-active:before {
	content: "";
	border-right: 15px solid transparent;
	border-bottom: 15px solid #f7f8fd;
	border-top: 0px solid transparent;
	border-left: 15px solid transparent;
	position: absolute;
	left: 50%;
	top: -15px;
	margin-left: -15px;
}
.howitworks-group .common-box.bottom-active {
	width: auto;
	float: none;
	display: inline-block;
	vertical-align: top;
	text-align: left;
	max-width: 500px;
	border-bottom: solid 5px #6854c3;
}
.howitworks-group .common-box.bottom-active .step-number {
	position: absolute;
	z-index: 1;
	top: -90px;
	left: 50%;
	margin-left: -20px;
}
.faq-group {
	float: left;
	width: 100%;
	background: linear-gradient(15deg, #ffb13d, #dd277b, #4d5ed4);
	position: relative;
	padding: 100px 0;
}
.faq-group .faq-title {
	color: #ffffff;
	font-size: 34px;
	line-height: 40px;
	font-style: normal;
	font-weight: 800;
	width: 100%;
	float: left;
	margin-bottom: 40px;
	text-transform: uppercase;
}
.faq-accordion {
	width: 100%;
	float: left;
}
.faq-accordion .accordion-item {
	width: 100%;
	float: left;
	border: none;
	background: transparent;
	border-bottom: 1px dotted #ffff;
	border-radius: 0;
	margin-bottom: 20px;
}
.faq-accordion .accordion-item .accordion-header {
	width: 100%;
	float: left;
	border: none;
	background: transparent;
	position: relative;
	margin: 15px 0px;
	padding: 0px 0px 0px 30px;
}
.faq-accordion .accordion-item .accordion-header .question-number {
	position: absolute;
	top: 0px;
	left: 0px;
	font-weight: 600;
	color: #ffffff;
	font-size: 20px;
	padding: 0px;
	margin: 0px;
	text-align: left;
	text-decoration: none;
}
.faq-accordion .accordion-item .accordion-header .accordion-button {
	width: 100%;
	float: left;
	font-weight: 600;
	color: #ffffff;
	font-size: 22px;
	text-align: left;
	text-decoration: none;
	border: none;
	margin: 0px;
	padding: 0px;
	padding-right: 30px;
	position: relative;
	outline: none !important;
	box-shadow: none;
	background-color: transparent;
}
.faq-accordion .accordion-item .accordion-header .accordion-button:after {
	content: "";
	border-right: 5px solid transparent;
	border-bottom: 5px solid #ffffff;
	border-top: 0px solid transparent;
	border-left: 5px solid transparent;
	position: absolute;
	top: 8px;
	right: 0px;
	margin-left: -10px;
	background-image: none;
	width: auto;
	height: auto;
	transform: rotate(-180deg);
}
.faq-accordion .accordion-item .accordion-header .accordion-button:not(.collapsed):after {
	transform: rotate(0deg);
}
.faq-accordion .accordion-item .accordion-collapse {
	width: 100%;
	float: left;
}
.faq-accordion .accordion-item .accordion-body {
	width: 100%;
	float: left;
	border: none;
	background: transparent;
	border-radius: 0px;
	position: relative;
	font-size: 16px;
	line-height: 26px;
	color: #ffffff;
	margin: 0px;
	padding: 0px 0px 30px 30px;
}
.subscribe-group {
	position: relative;
	float: left;
	width: 100%;
	padding: 100px 0px;
	background: #ffffff;
	text-align: center;
}
.subscribe-group .subscribe-title {
	color: #6854c3;
	font-size: 36px;
	line-height: 40px;
	font-style: normal;
	font-weight: 800;
	text-align: center;
	width: 100%;
	float: left;
	margin-bottom: 50px;
	text-transform: uppercase;
}
.subscribe-group .subscribe-subtitle {
	color: #4d4d4d;
	font-size: 18px;
	line-height: 26px;
	font-style: normal;
	font-weight: 500;
	text-align: center;
	width: 100%;
	float: left;
	margin-bottom: 25px;
}
.subscribe-group .subscribe-box {
	display: inline-block;
	vertical-align: top;
	float: none;
	width: 100%;
	max-width: 700px;
	padding-right: 150px;
	position: relative;
}
.subscribe-group .subscribe-box .form-control {
	width: 100%;
	margin: 0;
	border: 1px solid #d3d8da;
	float: left;
	outline: none!important;
	box-shadow: none!important;
	font-size: 14px;
	padding: 0 12px;
	height: 40px;
	line-height: 40px;
	border-radius: 0!important;
	position: relative;
	color: #464749;
}
.subscribe-group .subscribe-box .subscribe-btn {
	position: absolute;
	right: 0px;
	top: 0;
	color: #ffffff;
	font-size: 14px;
	line-height: 40px;
	font-style: normal;
	font-weight: 400;
	background: linear-gradient(15deg, #ffb13d, #dd277b, #4d5ed4);
	border-radius: 100px;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	letter-spacing: 4px;
	text-transform: uppercase;
	border-width: 0px;
	float: left;
	padding: 0 12px;
	border: 1px solid #ca2e86;
}
.subscribe-group .subscribe-box .subscribe-btn:hover {
	background: #fff;
	color: #ca2e86;
}
.services-video {
    width: 100%;
    float: left;
    position: relative;
    background: linear-gradient(15deg, #ffb13d, #dd277b, #4d5ed4);
    padding: 100px 0;
}
.services-video iframe {
    border-radius: 20px;
    width: 100%;
    float: left;
    position: relative;
}

.validation,
.failed,
.success {
    clear: both;
    padding: 10px 0 0 0;
    display: none;
}

.validation p,
.failed p,
.success p {
    display: block;
    margin: 0;
    color: #327a32;
}

.validation p,
.failed p {
	color: #d33535;
}

.loader {
  border: 4px solid #f3f3f3;
  border-radius: 50%;
  border-top: 4px solid #3498db;
  display: none;
  width: 20px;
  height: 20px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
  position: absolute;
  top: 10px;
  left: 40px;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.theme-form .white-btn:after {
	content: "";
}

.theme-form .white-btn.disabled:after {
	content: "";
    background-color: rgb(128 128 128 / 42%);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 50px;
}

.theme-form .white-btn.disabled { pointer-events: none; }

.theme-form .white-btn.disabled .loader { display: block; }