* {
    padding: 0;
    margin: 0;
}
html {
    width: 100%;
}
img {
    max-width: 100%;
    vertical-align: middle;
}

a {
    text-decoration: inherit;
}

a:hover {
    text-decoration: inherit;
}
b,
strong {
    font-weight: bold;
}
:focus {
    outline: inherit;
}
:focus {
    outline: inherit;
}

.form-group {
    margin-bottom: 30px;
}
.form-control::placeholder {
    color: #000000;
    opacity: 1;
}
.form-control:-ms-input-placeholder {
    color: #000000;
}
.form-control::-ms-input-placeholder {
    color: #000000;
}
.form-control:focus {
    background: rgba(255, 255, 255, 0.24);
    border-color: rgba(255, 255, 255, 0.24);
    box-shadow: none;
}
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: inherit;
    outline-offset: inherit;
    box-shadow: inherit;
}
.same-box {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
}

.white-color {
    color: #ffffff !important;
}
.white-bg {
    background-color: #ffffff !important;
}
.black-color {
    color: #000000 !important;
}
.black-bg {
    background-color: #000000 !important;
}


.slide-height .slick-track {
    display: flex;
    flex-wrap: wrap;
}

.slide-height .slick-slide {
    flex: 0 0 auto;
    display: flex;
    height: inherit;
}
