.active{
    color: #72C383;
    border-bottom: 2px solid #72C383;
    font-weight: bold;
}

.btn{
    background: #72C383;
    border: 1px solid #72C383;
}

.btn:hover{
    background: #fff;
    color: #72C383;
    border: 1px solid #72C383;
}

.green{
    color: #72C383;
}

.btnalign{
    position: absolute;
    bottom: -15px;
    width: 100%;
}

footer{
    background: #3b3b3b;
}

.box{
    border: 1px solid lightgray;
    padding-top: 10px;
    padding-bottom: 10px;
    height: 270px;
    box-shadow:inset 0 0 0 2000px rgba(0, 0, 0, 0.5);
}

.box p{
    color: #fff;
}

.boxpadding{
    padding-left: 5px;
    padding-right: 5px;
}

.boxtitle{
    font-size: 23px;
}
.iconline{
    width: 50%;
}

.img-thumbnail {
    width: 250px;
    height: 200px;
    object-fit: cover;
}

.carousel-caption {
    color: #fff;
    right: 27%;
    text-align: center;
    max-width: 900px;
    left: auto;
    /*top: auto;*/
  top: 50%;
  transform: translateY(-50%);
  bottom: initial;
}

.sliderspace{
    height: 270px;
}

@media only screen and (max-width: 600px) {
    .mobilepad {
        padding-bottom: 60px;
    }
    .sliderspace{
        height: 224px;
    }
    .mobilecenter{
        text-align: center!important;
    }
    .bottomspacer{
        padding-bottom: 20px;
    }
}