.pricing-plans {
    background-color: #fff;
}

.pricing-plan+.pricing-plan {
    border-left: 1px solid rgba(0, 0, 0, 0.1)
}

.pricing-plan {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    text-align: center;
    padding-bottom: 20px;
    background-color: #fff;
    color: #ffffff !important;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease
}

.pricing-plan.with-hover-effect:hover,
.pricing-plan.highlight {
    -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 2;
    -webkit-box-shadow: 0 2px 30px 0 rgba(54, 88, 206, 0.2);
    box-shadow: 0 2px 30px 0 rgba(54, 88, 206, 0.2)
}

.pricing-plan.with-hover-effect:hover .plan-price-w .price-value,
.pricing-plan.highlight .plan-price-w .price-value {}

.pricing-plan.with-hover-effect:hover .plan-head,
.pricing-plan.highlight .plan-head {
    -webkit-box-shadow: inset 0px 5px 0px #ffffff;
    box-shadow: inset 0px 5px 0px #ffffff
}

.pricing-plan.with-hover-effect:hover .plan-name {
    color: #ffffff
}

.pricing-plan.highlight {
    margin-top: -20px;
    margin-bottom: -20px
}

.pricing-plan .plan-image img {
    width: 80px
}

.pricing-plan .plan-head {
    background-color: #2154cf;
    padding-top: 40px
}

.pricing-plan .plan-body {
    background-color: #2154cf;
}

.pricing-plan .plan-name {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 1.5rem;
    color: #ffffff;
    font-weight: 500;
    font-family: "Avenir Next W01", "Proxima Nova W01", "Rubik", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    padding-bottom: 40px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1)
}

.pricing-plan .plan-image+.plan-name {
    margin-top: 20px
}

.pricing-plan .plan-price-w {
    padding-top: 40px;
    margin-bottom: 40px
}

.pricing-plan .plan-price-w .price-value {
    font-size: 3.6rem;
    line-height: 1;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease
}

.pricing-plan .plan-price-w .price-label {
    text-transform: uppercase;
    letter-spacing: 2px;
    color: rgba(255, 255, 255, 0.3);
    padding-top: 5px;
    margin-top: 5px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    display: inline-block
}

.pricing-plan .plan-btn-w {
    padding-top: 30px;
    padding-bottom: 30px;
}

.pricing-plan .plan-description {
    text-align: left;
    padding: 30px 15%;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    color: rgba(f, f, f, 0.7)
}

.pricing-plan .plan-description h6 {
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: 30px;
    font-size: .9rem
}

.pricing-plan .plan-description ul {
    list-style: none;
    padding-left: 30px;
    margin-top: 20px
}

.pricing-plan .plan-description ul li {
    position: relative;
    margin-bottom: 10px
}

.pricing-plan .plan-description ul li:before {
    content: '\e961';
    color: #ffffff;
    font-family: 'osfont' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    left: -30px;
    top: 5px
}

.latest-row ul {
	width: 100%;
	list-style-type: none;
	margin: 0;
	padding: 0;
	border: 2px solid #fff;
	border-bottom: 0;
}
.latest-row ul li {
    line-height: 35px;
    border-bottom: 1px solid #fff;
    font-size: 14px;
    color: #414345;
    padding: 0 15px 0 25px;
    font-weight: 600;
}
.latest-row ul li h3 {
	display: inline-block;
	width: 100%;
	margin: 0;
	line-height: 35px;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 600;
}
.latest-row ul li i {
	display: inline-block;
	float: right;
}
.latest-row ul li span {
	display: inline-block;
	margin:0px 5%;
}

.latest-row ul li span.span1 {width:25%;}

.latest-row ul li:nth-child(odd) {
	background: #e7eaee;
}
.latest-row1 ul li.title {
	background: url(images/icon-dol.png) #0a3465 no-repeat 13px;
	padding-left: 55px;
	line-height: 37px;
}
.latest-row3 ul li.title {
	background: url(images/icon-dol2.png) #06b590 no-repeat 13px;
	padding-left: 55px;
	line-height: 37px;
}
.latest-row {
    margin-bottom: 15px;
}