/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

.fbox-content li {
    color: #999;
}

.feature-box {
    min-height: 210px;
    background-color: #fff !important;
}

.iconlist li {
    text-align: left;
}

.fbox-content h3 {
    font-size: 0.90rem;
}

.owl-prev,
.owl-next {
    top: 35%!important;
}

.slider-caption p {
    font-weight: bold;
}

.media-box {
    min-height: 430px!important;
}

.flex-1 {
    flex: 1;
}


/* Small devices (landscape phones, 576px and up) */

@media (min-width: 430px) and (max-width:770px) {
    .flex-auto {
        flex: auto!important;
    }
}


/* Medium devices (tablets, 768px and up) */

@media (min-width: 768px) {}


/* Large devices (desktops, 992px and up) */

@media (min-width: 992px) {}


/* X-Large devices (large desktops, 1200px and up) */

@media (min-width: 1200px) {}


/* XX-Large devices (larger desktops, 1400px and up) */

@media (min-width: 1400px) {}