﻿

.bug img{
    max-height:60px;
    

}
.google-review img {
    height: 120px;
    padding-right: 20px;
}
.bbb-review img {
    height: 120px;
    padding-left: 20px;

}


.header-container img {
    width: 100%;
    height: auto;
}

.appointment {
    position:absolute;
    top:27px;
    text-align:center;

}
@media only screen and (max-width: 1265px) {
    .appointment{
        display: none;
        width:0px;
        height:0px;
    }
}
.partner-item img {
    max-height:150px;
}





.main-logo img {
    height: 156px;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero2 {
    width: 100%;
    height: 70vh;
    overflow: hidden;
    position: relative;
    padding: 0;
}
    #hero2 .carousel-content p {
        font-size: 16px;
        margin: 0,0,0,0;
    }

    #hero2 .carousel, #hero2 .carousel-inner, #hero2 .carousel-item, #hero2 .carousel-item::before {
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
    }

    #hero2 .carousel-container {
        display: flex;
        align-items: flex-end;
        justify-content: center;
        position: absolute;
        bottom: 110px;
        bottom: 15px;
        left: 350px;
        right: 350px;
    }

    #hero2 .carousel-content {
        background: rgba(28, 23, 21, 0.8);
        padding: 5px;
        color: #fff;
        -webkit-animation-duration: .5s;
        animation-duration: .5s;
        border-top: 5px solid #677f66;
    }

        #hero2 .carousel-content h2 {
            color: #fff;
            margin-bottom: 15px;
            font-size: 28px;
            font-weight: 700;
        }

    

    #hero2 .carousel-inner .carousel-item {
        transition-property: opacity;
    }

    #hero2 .carousel-inner .carousel-item,
    #hero2 .carousel-inner .active.carousel-item-start,
    #hero2 .carousel-inner .active.carousel-item-end {
        opacity: 0;
    }

    #hero2 .carousel-inner .active,
    #hero2 .carousel-inner .carousel-item-next.carousel-item-start,
    #hero2 .carousel-inner .carousel-item-prev.carousel-item-end {
        opacity: 1;
        transition: 0.5s;
    }

        #hero2 .carousel-inner .carousel-item-next,
        #hero2 .carousel-inner .carousel-item-prev,
        #hero2 .carousel-inner .active.carousel-item-start,
        #hero2 .carousel-inner .active.carousel-item-end {
            left: 0;
            transform: translate3d(0, 0, 0);
        }

    #hero2 .carousel-control-prev, #hero2 .carousel-control-next {
        width: 10%;
    }

    #hero2 .carousel-control-next-icon, #hero2 .carousel-control-prev-icon {
        background: none;
        font-size: 48px;
        line-height: 1;
        width: auto;
        height: auto;
    }

    #hero2 .carousel-indicators li {
        cursor: pointer;
    }



@media only screen and (max-width: 992px) {
    #hero2 {
        height:250px;
    }
    .main-logo img {
        height: 100%;
    }
    #hero2 img {
        width:100%;
    }
    #hero2 .carousel-container {
        bottom: 10px;
        left:50px;
        right:50px;

    }
        #hero2 .carousel-content h2 {
            margin-bottom: 0px;
            font-size: 16px;
        }

        #hero2 .carousel-content p {
            font-size: 10px;
            margin-bottom: 0px;
        }
}
@media only screen and (max-width: 1024px) and (min-width:993px) {
    #hero2 {
        height:550px;
    }
    .main-logo img {
        height: 100%;
    }
    #hero2 img {
        width:100%;
    }
    #hero2 .carousel-container {
        bottom: 35px;
        left: 150px;
        right: 150px;

    }
        #hero2 .carousel-content h2 {
            margin-bottom: 0px;
            font-size: 16px;
        }

        #hero2 .carousel-content p {
            font-size: 10px;
            margin-bottom: 0px;
        }
}

