pricing6 h1,
.pricing6 h2,
.pricing6 h3,
.pricing6 h4,
.pricing6 h5,
.pricing6 h6 {
  color: #3e4555;
}

.pricing6 .font-weight-medium {
  font-weight: 500;
}

.pricing6 .bg-light {
  background-color: #f4f8fa !important;
}

.pricing6 h5 {
    line-height: 22px;
    font-size: 18px;
}

.pricing6 .subtitle {
  color: #8d97ad;
  line-height: 24px;
}

.pricing6 .card.card-shadow {
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}

.pricing6 .price-box sup {
  top: -20px;
  font-size: 16px;
}

.pricing6 .price-box .display-5 {
  line-height: 58px;
  font-size: 3rem;
}



.pricing6 .btn-md {
    padding: 15px 45px;
    font-size: 16px;
}

.pricing6 .text-info {
    color: #1a65a4 !important;
}

.pricing6 .badge-danger {
    background-color: #ff4d7e;
}

.pricing6 .font-14 {
	font-size: 14px;
}


.hidden {
	display: none;
}

.subscribebtn {
	background: #1c95d0;
    
}

.card-round {
	border-radius: 26px;	
}

.card li > a {
	color: #343a40;
	font-weight: normal;
	text-decoration: none;
	font-weight: 500;
}
.card li > a.link {
	text-decoration: underline;
	color: #337ab7;
	font-weight: 700;
}

.card li > a > svg.bi {
	float: right;
	width: 20px;
	height: 20px;
	color: #337ab7;
}

.card li > a.link svg.bi {
	position: relative;
	top: 7px;
}

.card li > a > svg.bi:hover {
	width: 22px;
	height: 22px;
}

.card button sup.badge {
	position: relative;
	top: -7px;
}

.card li > a strong {
	color: #337ab7;
	text-decoration: underline;
}

.card li.border-top {
  border-top: 1px dotted #dee2e6 !important;
}


.card li .cm {
	color: #337ab7;
	font-size: 1.6em;
	position: relative; 
	font-weight: 500;
	top: 3px;
	left: -2px;
}


@media (min-width: 1350px) {
	.container {
  		max-width: 1340px;
	}
}


#nomorecreditsmodal .modal-xl {
  	max-width: 1400px !important;
}
  
.card li > a:hover {
	color: #0056b3 ;
	text-decoration-style: solid !important;
}

body.landing .herobg, body.editor .herobg {
		background-image: url(/img/herofooterpricing.svg);
		background-position: bottom center;
		background-repeat: no-repeat;
		background-size: 100%;
		padding-bottom: 10px;
}

#pricingmobilebrowseralert {
	display: none;
}


.nosubscription {
  box-shadow: 2px 2px 6px rgba(0, 73, 138, 0.25);
  background-color: #edfaff;
  margin-top: 7px;
  border-radius: 11px;
  position: relative;
  left: -15px;
  padding-left: 15px;
  padding-bottom: 3px;	
}
