/* Homepage Slider */
.slider2 .bs-slider, .slider2 .carousel-item {
  max-height: 400px;   
}

/* Lists */
ul.list-icon-check>li::before {
    content: "\e080";
    font-family: 'simple-line-icons';
    color: #188ef4;
    padding: 0 10px 0 0;
}

/* Headings */
h5, .h5 {
    font-weight: 700;
}

/* Alerts */
.alert-dark {
    background-color: #f4f8fa;
    border-color: #dff2fb;
    border-color: rgba(120, 130, 140, 0.13);
}

/*Disable dropdown arrow */
.h13-nav .dropdown a .fa {
    display: none;
}


/* Mega Menu  */

@media only screen and (min-width: 992px) {
#mega > ul {
    width: 475px;
    -moz-column-count: 2;
    -moz-column-gap: 20px;
    -webkit-column-count:2;
    -webkit-column-gap: 20px;
    column-count:2;
    column-gap: 20px;
    -webkit-column-rule: 1px solid #eee;
    -moz-column-rule: 1px solid #eee;
    column-rule: 1px solid #eee;
    right: auto;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    }
}

/* Forms */
label {
    font-weight: 600;
    margin-bottom: 0;
}

.form-control {
    background-color: #f8f9fa;
}

