
body {
  padding-top: 56px;
}

.carousel-item {
  height: 65vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.portfolio-item {
  margin-bottom: 30px;
}

.validation-summary-errors ul {
    background: #fff9db;
    padding-top:10px;
    padding-bottom:10px;
}
.input-validation-error{
    border-color:red;
}
.card-title a {
    color: #28a745;
}
.card-title a:hover {
    color: #28a745;
}


.price-card {
    background: #fff;
    
    position: relative;
    border-radius: 0px;
    overflow: hidden;
}

    .price-card:before {
        position: absolute;
        content: "";
        top: 0;
        right: -35px;
        width: 88px;
        height: 88px;
        background: #0cc652;
        opacity: 0.2;
        border-radius: 8px;
        transform: rotate(45deg);
    }

    .price-card:after {
        position: absolute;
        content: "";
        top: 30px;
        right: -35px;
        width: 88px;
        height: 88px;
        background: #0cc652;
        opacity: 0.2;
        border-radius: 8px;
        transform: rotate(45deg);
    }

    .price-card h2 {
        font-size: 18px;
        font-weight: 700;
        color: #2FAC22;
        
    }



.pricing-offers {
    padding: 0 0 0px;
}

    .pricing-offers li {
        padding: 5px 0 5px;
        line-height: 14px;
        list-style-type: none;
    }

        .pricing-offers li strong {
            font-weight: 600;
            color: #2FAC22;
        }
