html,
body {
    overflow-x: hidden;
    ;
}
.error-msg {
  color: red;
  font-size: 12px;
  text-align: right;
}
/* @import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;600;900&display=swap'); */

body {
    font-family: 'Rubik', sans-serif;
}

.font-weight-bold {
    font-weight: 700;
}

.text-primary {
    color: #26408f !important;
}

.btn-primary {
    background-color: #26408f;
    border-color: #26408f;
    color: #fff;
}

.btn-primary-soft {
    background-color: rgba(36, 64, 143, .1);
    color: #26408f;
}

.btn-success {
    background-color: #40ad4a;
    border-color: #40ad4a;
}

.text-muted {
    color: #667885 !important;
}

.flickity-prev-next-button {
    background-color: #26408f;
}

.bg-success {
    background-color: #f08f26 !important;
}

.navbar-brand-img {
    max-height: 6.4rem;
}

.form-floating>label {
    left: unset;
    right: 0;
}

.ml-3 {
    margin-left: 1em;
}

a.googlebtn {
    text-decoration: none !important;
}

.googlebtn {
    color: black;
    padding-top: 12px !important;
    padding-bottom: 5px !important;
    height: 50px;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    background: 0 0;
    outline: 0 !important;
    vertical-align: middle;
    display: inline-block;
    user-select: none;
    text-align: center;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    border: 1px solid rgb(226, 229, 236);
    cursor: pointer;
    text-decoration: none;
}

.modal-backdrop {
    right: 0;
}

.card-img-slider a.card-img-start {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat !important;
}

img.what-icon {
    height: 90px;
}

.modal .btn-close {
    right: unset;
    left: 1.5rem;
}

.scientist {
    height: 450px;
    object-fit: cover;
}

@media (min-width: 992.98px) {

    .modal-body,
    .card-body {
        padding: 2.5rem 4.5rem;
    }
}

@media (max-width: 991.98px) {
    .navbar-btn {
        width: auto;
    }

    .navbar-brand-img {
        max-height: 3.4rem;
    }

    .navbar-btn {
        border-top-left-radius: .375rem;
        border-top-right-radius: .375rem;
    }
    .scientist {
    height: 260px;
    }
}
