.carousel-card{
    position: relative;
    width: 100%;
    height: auto;
    min-height: 500px;
    overflow: hidden;
    padding-left: 60px;
    padding-right: 60px;
}
.carousel-card .carousel {
    margin: 0px auto 50px auto;
    padding: 0 70px;
}
.carousel-card .carousel .item {
    color: #747d89;
    min-height: 325px;
    text-align: center;
    overflow: hidden;
}
.carousel-card .carousel .thumb-wrapper {
    border-radius: 10px;
    text-align: left;
    position: relative;
    height: auto;
    min-height: 450px;
    overflow: hidden;
}

.infra-bg-1 {
    background-image: url("../images/infra_01.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: auto;
    min-height: 450px;
    padding: 30px 20px 30px 20px
}


.infra-bg-2 {
    background-image: url("../images/infra_02.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: auto;
    min-height: 450px;
    padding: 30px 20px 30px 20px
}

.infra-bg-3 {
    background-image: url("../images/infra_03.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: auto;
    min-height: 450px;
    padding: 30px 20px 30px 20px
}

.infra-bg-4 {
    background-image: url("../images/infra_04.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: auto;
    min-height: 450px;
    padding: 30px 20px 30px 20px
}

.infra-bg-5 {
    background-image: url("../images/infra_05.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: auto;
    min-height: 450px;
    padding: 30px 20px 30px 20px
}


.card-bg-1 {
    background-image: url("../images/carousel-demo.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: auto;
    min-height: 450px;
    padding: 30px 20px 30px 20px
}
.card-bg-2 {
    background-image: url("../images/carousel-demo-1.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: auto;
    min-height: 450px;
    padding: 30px 20px 30px 20px;
}
 .card-bg-3 {
    background-image: url("../images/carousel-demo-2.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: auto;
    min-height: 450px;
    padding: 30px 20px 30px 20px;
}
 .card-bg-4 {
    background-image: url("../images/carousel-demo-3.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: auto;
    min-height: 450px;
    padding: 30px 20px 30px 20px;
}
 .card-bg-5 {
    background-image: url("../images/carousel-demo-4.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: auto;
    min-height: 450px;
    padding: 30px 20px 30px 20px;
}
.carousel-card .carousel .item .img-box {
    height: 120px;
    margin-bottom: 20px;
    width: 100%;
    position: relative;
}

.carousel-card .carousel .item h2 {
    color: #ffffff;
    font-size: 22px;
    font-family: 'neue_haas_grotesk_text_pr75Bd';
}
.carousel-card .carousel .item h4 {
    font-family: 'neue_haas_grotesk_text55roman';
    color: #ffffff;
    font-size: 18px;
}
.carousel-card .carousel .item h4, .carousel-card .carousel .item p, .carousel-card .carousel .item ul {
    margin-bottom: 0px;
}
.carousel-card .carousel .thumb-content .btn {
    color: #7ac400;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: bold;
    background: none;
    border: 1px solid #7ac400;
    padding: 6px 14px;
    margin-top: 5px;
    line-height: 16px;
    border-radius: 20px;
}
.carousel-card .carousel .thumb-content .btn:hover, .carousel-card .carousel .thumb-content .btn:focus {
    color: #fff;
    background: #7ac400;
    box-shadow: none;
}
.carousel-card .carousel .thumb-content .btn i {
    font-size: 14px;
    font-weight: bold;
    margin-left: 5px;
}
.carousel-card .carousel .item-price {
    font-size: 13px;
    padding: 2px 0;
}
.carousel-card .carousel .item-price strike {
    opacity: 0.7;
    margin-right: 5px;
}
.carousel-card .carousel-control-prev, .carousel-card .carousel-control-next {
    height: 50px;
    width: 50px;
    margin: auto 0;
    opacity: 0.2;
}
.carousel-card .carousel-control-prev:hover, .carousel-card .carousel-control-next:hover {
    opacity: 1;
}
.carousel-card .carousel-control-prev i, .carousel-card .carousel-control-next i {
    font-size: 36px;
    position: absolute;
    top: 50%;
    display: inline-block;
    margin: -19px 0 0 0;
    z-index: 5;
    left: 0;
    right: 0;
    color: #fff;
    text-shadow: none;
    font-weight: bold;
}
.carousel-card .carousel-control-prev i {
    margin-left: -2px;
}
.carousel-card .carousel-control-next i {
    margin-right: -4px;
}
.carousel-card .carousel-indicators {
    bottom: -50px;
}
.carousel-card .carousel-indicators li, .carousel-card .carousel-indicators li.active {
    width: 10px;
    height: 10px;
    margin: 4px;
    border-radius: 50%;
    border: none;
}
.carousel-card .carousel-indicators li {
    background: rgba(0, 0, 0, 0.2);
}
.carousel-card .carousel-indicators li.active {
    background: rgba(0, 0, 0, 0.6);
}
.carousel-card .carousel .wish-icon {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 99;
    cursor: pointer;
    font-size: 16px;
    color: #abb0b8;
}
.carousel-card .carousel .wish-icon .fa-heart {
    color: #ff6161;
}
.carousel-card .star-rating li {
    padding: 0;
}
.carousel-card .star-rating i {
    font-size: 14px;
    color: #ffc000;
}
.carousel-card .carousel-control-prev-icon {
    background-image: url("../images/card-left.svg");
    width: 50px;
    height: 50px;
}
.carousel-card .carousel-control-next-icon {
    background-image: url("../images/card-right.svg");
    width: 50px;
    height: 50px;
}
