* {
	box-sizing: border-box;
}

.pricing {
	font-size: 24px;
}

.pricing .price {
	font-size: 40px;
}

.Polaris-DescriptionList__Term {
	flex: 0 1 75% !important;
}

.Polaris-DescriptionList__Description {
	flex: 1 1 10% !important;
}

body.loading {
	position: relative;
	min-height: 100vh;
}

.loading::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -30px;
	margin-left: -30px;
	width: 50px;
	height: 50px;
	border-radius: 50px;
	border: 5px solid grey;
	border-top-color: black;
	-webkit-animation: loading 2s linear infinite;
	animation: loading 2s linear infinite;
}

@-webkit-keyframes loading {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

@keyframes loading {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

.properties {
    display: flex;
    justify-content: space-between;
}
.price_container {
	margin-top:-150px;
}
.top_banner {
	display: flex;
    justify-content: center;
}

.top_banner img {
	max-width: 40%;
}

.price_container .price-title {
	font-size: 24px;
    text-align: center;
    margin-bottom: 28px;
    margin-top: 18px;
}

.price_container 
.pricing {
	font-size:30px; 
	text-align: center;
}

.price_container 
.pricing
.price {
	color:#9474ff!important;
}

.price_container 
.description {
	width: 60%;
    padding-bottom: 20px;
    margin: 10px auto 20px;
    text-align: center;
}

.price_container 
.description
{
	position: relative;
}

.price_container 
.description::after { 
	content: '';
    width: 30%;
    position: absolute;
    border-bottom: solid 2px #ccc;
    transform: translate(50%);
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.properties {
	margin-bottom:10px;
}

.action_button {
	margin-top:30px;
}

.action_button button{
	width:100%!important;
}

.pricing .sym {
	color: #9474ff;
    font-size: 18px;
    padding-right: 5px;
}

.check svg {
	fill:rgb(41,201,107)!important;
}

.cancel svg {
	fill:rgb(201,41,81)!important;
}

.price-box.feature .Polaris-Box {
	background: #f4f0ff!important;
}

.footer_banner {
	display: flex;
    justify-content: center;
	margin-top:50px;
}

.footer_banner img {
	margin:60px auto 0;
	max-width: 55%;
}

.top_banner .heading {
	position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    transform: translate(50%, 0%);
    text-align: center;
    width: 50%;
}

.top_banner .heading h1{
	margin-bottom: 50px;
}

.top_banner {
	display: flex;
	justify-content: end;
	padding-top: 100px;
}

.heading p {
	font-size: 24px;
    line-height: 34px;
    color: #818181;
}

.faqContent {
	margin-bottom: 50px;
}

.faqContent h5 {
	margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom: solid 3px #f5f5f5;
}

.faqContent .qas h6 {
	font-size: 18px;
	margin-bottom: 10px;
}
.faqContent .qas {
	/* margin-bottom: 20px; */
	padding-bottom: 20px;
}


.faqContent .qas:last-child {
	border: none!important;
	margin-bottom: 0!important;
}

.simple_banner {
	text-align: center;
	margin:50px 0;
}

.simple_banner .heading {
	width:70%;
	margin:0 auto;
}

.support-header {
	text-align: center;
	display: flex;
	justify-content: center;
}
.support-header img{
	width:60%;
	margin-bottom: 20px;
}

.simple_banner .heading h1{
	margin-bottom: 50px;
}

.dashboard_content {
	margin-bottom: 20px;
}

  .price-box.feature:after {
	content: "featured";
    z-index: 1;
    overflow: hidden;
    font-size: 10px;
    font-weight: bold;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    /* transform: rotate(45deg); */
    width: 100%;
    display: block;
    background: #79A70A;
    background: linear-gradient(#9474ff 0%, #673cf4 100%);
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    position: absolute;
    top: 0px;
    right: 0;
    /* clip-path: polygon(90px 20px, 90px -10px, 30px -10px, 0px 20px, 10px 30px, 110px 30px); */

  }

  .price-box.feature {
	position: relative;
  }

  .support-grid .Polaris-CalloutCard__Image {
	min-height: 75px!important;
    max-height: 75px!important;
  }