.service-quote img {
    height: 200px;
}

.service-quote {
    flex-direction: column;
    width: 300px;
}

.service-description {
    width: 300px;
    max-width: initial !important;
}

.role-select {
    display: flex;
    justify-content: space-around;
    width: 50%;
    border-radius: 80px;
    box-shadow: 4px 2px 24px rgba(116,158,205,.35);
    padding: 12px;
    margin: 24px auto;
    color: #202a36;
}

.toggle {
    margin-left: -128px;
    margin-top: -12px;
    background: #4e73df;
    color: #fff;
    width: 120px;
    height: 43px;
    border-radius: 32px;
    position: absolute;
    align-items: center;
    justify-content: center;
    display: flex;
    transition: all .2s;
}

.conselors-list-card {
    transition: all .3s;
    height: 360px;
    padding: 0px;
    overflow: hidden;
    box-shadow: none;
}
.conselors-list-card:hover {
    box-shadow: 8px 8px 8px rgb(0 0 0 / 25%), 8px 8px 8px rgb(0 0 0 / 25%);
}

.card-conselors-list-avatar{
    width: 100%;
}

.card-conselors-list-avatar > img {
    height: 200px;
    width: 100%;
    object-fit: cover;
}

.active-role {
    color: #749ecd;
}

body.modal-open {
    overflow: hidden;
    position: fixed;
}

.popup-forms input {
    background: #eaeaea;
    border-radius: 90px;
    border: none;
    padding: 8px 12px;
    width: 50%;

    background: #fff;
    border: 1px solid #e5e5e5;
    box-shadow: 0 4px 4px rgba(0,0,0,.25);
    padding: 8px;
}


header{
    width: 100%;
    display: block;
}

nav ul {
    width: auto;
}
nav ul li a {
    color: #037362;
    text-decoration: none;
    font-size: 14px;
}

.jumbo-left {
    overflow-y: hidden;
}
.jumbo-right__caption {
    margin-top: 30%;
}
.jumbo-left > img {
    object-fit: cover;
    max-height: 100vh;
    width: 100%;
}
.button {
    border-radius: 5px;
    padding-left: 14px;
    padding-right: 14px;
    background: #037362 !important;
}

.card-counter{
    background: linear-gradient(90.12deg, #25A18E -10.19%, #10DDB8 99.91%);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
}

.pengunguman-flash{
    margin-top: 150px;
}

.grad{
    background: linear-gradient(90deg, #037362 0%, rgba(3, 115, 98, 0.51) 100%) !important;
}

.yellow-bar {
    background-color: #25A18E !important;
}

.conselors-list-name {
    line-height: normal;
}

.toggle {
    background: #037362;
}

.role + .active-role {
    color: #037362;
}

@media (min-width: 576px) {

}

@media (min-width: 768px) {
    .card-counter{
        height: 158px;
    }
}

@media (min-width: 992px) {

}

@media (min-width: 1200px) {

}

@media (min-width: 1400px) {

}
