/* Abhishek */
header.header-area-desktop.miwlo-dark-bg.miwlo-header-black,
.miwlo-header-area-mobile .col {
    background: #111111;
}

.navbar-brand img {
    width: 160px;
}

.miwlo-header-mobile a.mobile-logo img {
    width: 135px;
}

.main-slider {
    position: relative
}

.main-slider .slick-next {
    right: 18px;
}

.main-slider .slick-prev {
    left: 18px;
}

.slick-arrow {
    cursor: pointer;
    z-index: 9;
}

.button-group-modal {
    position: absolute;
    bottom: 45px;
    right: 0;
    left: 0;
    text-align: center;
}

.button-group-modal .miwlo-btn-pill.btn-black {
    border-color: #a28d4a;
    background: #dfc674;
    color: #111111;
}

.button-group-modal .miwlo-btn-pill.btn-black:hover {
    background: #f8f3e3;
    transform: scale(1.05);
}


/* Modal buttons */
.tab-button {
    border: none;
    border-radius: 19px;
    padding: 10px 20px;
    margin: 2px;
    margin-bottom: 10px;
    background-color: #999999;
    cursor: pointer;
    transition: background-color 0.3s;
}

.tab-button.active {
    background-color: #202020;
    color: white;
}

/* Hide inactive images */
.tab-image {
    display: none;
    max-width: 100%;
    height: auto;
}

.tab-image.active {
    display: block;
}


/* FORM */
.successmsg {
    background-color: #4CAF50;
    border-radius: 9px;
    color: white;
    display: none;
    padding: 5px 7px;
    text-align: center;
    font-size: 13px;
    line-height: 1;
    margin-bottom: 5px;
}

.errormsg {
    background-color: #F44336;
    border-radius: 9px;
    color: white;
    display: none;
    padding: 5px 7px;
    text-align: center;
    font-size: 13px;
    line-height: 1;
    margin-bottom: 5px;
}

.form-container {
    background: white;
    border: 1px solid #dcdcdc;
    padding: 19px 20px 25px 20px;
    border-radius: 10px
}

.form-container h3 {
    text-align: center;
    font-size: 20px;
    margin-top: 9px;
}

.form-container .form-group {
    margin-bottom: 20px;
}

.form-container .form-control,
.form-container .form-select {
    background: white;
    padding: 0.625em 0.4375em;
    border-radius: 0
}

/* .breathing {
  animation: breathing 3s ease-in-out infinite;
}

@keyframes breathing {
  0%   { transform: scale(1); }
  50%  { transform: scale(1.05); }
  100% { transform: scale(1); }
} */