﻿.content-wrapper, .main-footer {
    margin-left: 0px;
    margin-right: 0px;
}

.wrapper {
}

.nav-tabs > li {
    font-size: 20px;
}

.fa {
    font-size: 18px;
}

.main-header .logo {
    background-color: transparent;
}

.popover {
    max-width: 100%;
}

.content {
    font-size: 14px;
}

.label {
    display: inline;
}

.fa {
    font-weight: normal;
}

.modal-dialog {
    width: 50%
}

#sampleImages .carousel-indicators {
    position: relative;
    width: 100%;
    margin: 0;
    display: flex;
    justify-content: center;
    white-space: nowrap;
    overflow-x: auto;
    right: 0;
    left: 0;
}

    #sampleImages .carousel-indicators button {
        width: initial;
        height: initial;
        text-indent: initial;
    }

        #sampleImages .carousel-indicators button.active img {
            opacity: 0.9;
            border: 2px solid #3c8dbc;
        }

.carousel-inner {
    height: 515px; /* Adjust the height as needed */
}

.carousel-item {
    height: 100%;
}

.carousel-inner .carousel-item img {
    max-height: 100%;
    max-width: 100%;
    margin: auto;
}
@media (max-width:770px) {
    .carousel-inner {
        height: 100%; /* Adjust the height as needed */
    }
}