.img-responsive {
    margin-bottom: 15px;
    border: 1px solid lightgrey;
}

.btn-promato {
    color: white;
    border: 1px solid #fff;
    margin-top: 3rem;
}

.btn-promato:hover {
    background-color: #fff;
    color: #9d4349;
}

.btn-medimaps {
    color: white;
    border: 1px solid #fff;
    margin-top: 3rem;
}

.btn-medimaps:hover {
    background-color: #fff;
    color: #33A9b9;
}

.btn-authserv {
    color: white;
    border: 1px solid #fff;
    margin-top: 3rem;
}

.btn-authserv:hover {
    background-color: #fff;
    color: #05c38a;
}

.btn-promato-testimonial {
    color: #000;
    border: 1px solid #000;
}

.promato-spinner {
    color: #9d4349 !important;
    background-color: #9d4349 !important;
}

.hosp {
    font-style: italic;
}

.blocktitle {
    font-weight: bold;
    color: #9d4349;
}

.feature {
    padding-top: 10px !important;
    color: #000;
    background-color: #fff;
}


.navbar-dark .navbar-nav .nav-link {
    color: white;
}

.navbar {
    padding-top: 0px;
}

.promato-text {
    color: #9D4349;
}

.nf-text {
    color: #95b68B;
}

hr.promato-text {
    border-top: 1px dashed #9D4349;
}

/* Menu */

.bg-msmw {
    background-color: #869D43;
}

.bg-nf-white {
    background-color: #ffffff;
}

.bg-nf-red {
    background-color: #9D4349;
    color: white;
}

.bg-nf-green {
    background-color: #05c38a;
    color: white;
}

.bg-nf-black {
    background-color: #272727
}

.bg-nf-blue {
    background-color: #0093A7;
    color: white;
}

.bg-nf {
    background-color: #95b68B;
}

.bg-nf {
    background-color: #95b68B;
}

li:hover.bg-nf a {
    background-color: #BDCEB8;
}

li:hover.bg-nf-blue a {
    background-color: #33A9B9;
}

li:hover.bg-nf-green a {
    background-color: #37CFA1;
}

li:hover.bg-nf-red a {
    background-color: #B1696D;
}

li:hover.bg-nf-black a {
    background-color: #474747;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #95B68B;
}

li.nav-item button:focus {
    box-shadow: none;
}

.nav-link {
    display: block;
    padding: .25rem 0.5rem;
    color: black;
    text-decoration: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}

.nav-link:focus,
.nav-link:hover {
    color: #58864A;
}

.mobile-menu-btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    /* padding: .375rem .75rem; */
    font-size: 1rem;
    /* border-radius: .25rem; */
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    height: 40px;
    width: 40px;
}

/* End Menu*/

#nf-home {
    margin-top: 3.25rem;
    overflow-x: hidden;
    padding-top: 0.5rem;
}

#nf-header-mobile {
    margin-top: 3.25rem;
}

#nf-header {
    padding-top: 0.8rem;
    color: white;
    /* padding-bottom: 4.25rem; */
}

#nf-footer a {
    color: white;
}

#nf-footer a:hover {
    color: #95b68B;
}

#nf-footer.btn-promato a:hover {
    color: #272727;
}

#footer-line {
    padding-top: 4.375rem;
    padding-bottom: 4.375rem;
}

.footer-nf-logo {
    max-height: 33px;
    margin-left: -3.125rem;
}

#nf-top {
    width: 100%;
    height: 3.75rem;
}

.vertical-middle {
    vertical-align: middle;
}

.nf-divider {
    line-height: 3.75rem;
    font-size: 2rem;
    margin-top: 6.813rem;
    background-color: #6B6B6B;
    color: white;
}

.text-headline {
    font-size: 1.5rem;
    line-height: 2.625rem;
    font-weight: 400;
    padding-bottom: 1.2rem;
    /* padding-top: 2.6rem; */
}

.nf-project-header {
    padding-top: 8.125rem;
    padding-bottom: 5rem;
}

.white {
    color: white;
}

ul.no-bullets {
    list-style-type: none;
    /* Remove bullets */
    padding: 0;
    /* Remove padding */
    margin: 0;
    /* Remove margins */
    text-align: left;
}

footer ul li a {
    text-decoration: none;
}

footer ul li {
    line-height: 3.2rem;
}

.nf-pers-position {
    color: #95b68B;
}

.tab-content {
    margin-top: 2rem;
}

#pills-tab {
    border-bottom: 1px dashed grey;
}

.nav-pills li.nav-item {
    margin-right: 3rem;
}

/* Carousel Adjustments */
.nf-carousel-nav-link {
    padding-right: 1rem;
    padding-bottom: 1rem;
}

.nf-carousel-nav-link a {
    text-decoration: none;
    color: black;
}

.nf-carousel-nav-link a.active {
    color: #95b68B;
    letter-spacing: 0.05em;
    font-weight: 500;
    text-transform: uppercase;

}

/* END Carousel Adjustments */

[data-bs-toggle="collapse"].collapsed .if-not-collapsed {
    display: none;
}

[data-bs-toggle="collapse"]:not(.collapsed) .if-collapsed {
    display: none;
}

/* .hr-dot-white{
    border-top: 4px dotted #fff;
} */

.modal-content {
    color: black;
}

.nf-contact-header {
    padding-top: 10px;
    padding-bottom: 30px;
}

#contact-form {
    background-color: #f3f3f3;
    border-radius: 5px;
    padding: 1.5rem;
}

.form-control:focus {
    border-color: #95b68B;
    box-shadow: 0 0 0 0.25rem rgb(149 182 139 / 25%);
}

#contact input {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

#contact input#contact_subject {
    height: 14.5rem;
}

.btn-details:hover {
    color: white;
}

.btn-details.promato-text:hover {
    color: #9d4349;
}

.box {
    position: relative;
    width: 30px;
    height: 30px;
}

.black.arrow-right:before,
.black.arrow-right:after {
    color: black;
    border-color: transparent transparent transparent #000;
    background-color: #000;
}

.arrow-svg {
    height: 22px;
    width: 40px;
    position: absolute;
    background-repeat: no-repeat;
}

.arrow-slider {
    position: initial;
    margin-top: 3px;
}

.arrow-right-svg {
    top: 23%;
    margin-left: 12px;
    background-image: url(../images/svg/arrow/arrow_right_s.svg);
}

.arrow-right-svg.arrow-a {
    top: 6%;
}

a:hover .arrow-right-svg {
    background-image: url(../images/svg/arrow/arrow_right_b.svg);
}

.arrow-left-svg {
    top: 23%;
    margin-right: 2px;
    background-image: url(../images/svg/arrow/arrow_left_s.svg);
}

a:hover .arrow-left-svg {
    background-image: url(../images/svg/arrow/arrow_left_b.svg);
}

.nf-carousel-nav-link:hover .arrow-left-svg {
    background-image: url(../images/svg/arrow/arrow_left_b.svg);
    margin-right: 10px;
}

.nf-carousel-nav-link:hover a {
    color: #95b68B;
}

.arrow-top-svg {
    margin-left: 10px;
    top: 42px;
    background-image: url(../images/svg/arrow/arrow_up_s.svg);
}

.arrow-top-svg.red {
    background-image: url(../images/svg/arrow/arrow_up_s_red.svg);
}

a:hover .arrow-top-svg {
    top: 38px;
    background-image: url(../images/svg/arrow/arrow_up_b.svg);
    /* transform: scale(1.3);  */
    /* transition-delay: 0.2s; */
    transition-duration: 0.5s;
    /* transform: translate(0px, 0px); */
}

a:hover .arrow-top-svg.red {
    background-image: url(../images/svg/arrow/arrow_up_b_red.svg);
}

.arrow-down-svg {
    margin-left: 10px;
    top: 42px;
    background-image: url(../images/svg/arrow/arrow_down_s.svg);
}

.arrow-down-svg.nf {
    background-image: url(../images/svg/arrow/arrow_down_s.svg);
}

.arrow-down-button-svg {
    top: 30%;
}

a:hover .arrow-down-svg.arrow-down-button-svg {
    top: 38px;
    background-image: url(../images/svg/arrow/arrow_down_b.svg);
    /* transform: scale(1.3);  */
    /* transition-delay: 0.2s; */
    transition-duration: 0.5s;
    /* transform: translate(0px, 0px); */
}

a:hover .arrow-down-svg {
    top: 38px;
    background-image: url(../images/svg/arrow/arrow_down_b.svg);
    /* transform: scale(1.3);  */
    /* transition-delay: 0.2s; */
    transition-duration: 0.5s;
    /* transform: translate(0px, 0px); */
}

/* .arrow-right-svg{
    margin-left: 10px;
    top: 42px;
    background-image: url(../images/nf/arrow/arrow_right_s.svg);
}

a:hover .arrow-right-svg{
    top: 26%;
    background-image: url(../images/nf/arrow/arrow_right_b.svg);
    /* transform: scale(1.3);  */
/* transition-delay: 0.2s; */
/* transition-duration: 0.5s; */
/* transform: translate(0px, 0px); */
/* } */

.btn-check:focus+.btn,
.btn:focus {
    box-shadow: none;
}

.relative {
    position: relative;
}

#info .fa {
    background: #fff;
    border-radius: 50%;
    color: #9d4349;
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    margin-right: 20px;
}

.modal-body {
    padding: 2rem;
}

.modal-header {
    padding: 2rem;
    border-bottom: unset;
    /* position: fixed;
    top: 0;  */
}

.promato-background-even {
    background-color: #f8f8f8;
}

.anchor {
    scroll-margin-top: 6rem
}

.text-center {
    text-align: center;
}

.container-pad {
    padding-bottom: 4rem;
}

.hr-details {
    width: 126%;
}

.btn-close {
    background-image: url(../images/svg/close.svg);
}

.btn-close:focus {
    outline: none;
    box-shadow: none;
    opacity: 1;
}

#testimal-slide .carousel-item {
    min-height: 18rem;
}

#info .fa {
    margin-right: 0.7rem;
}

.form-control {
    border-radius: unset;
}

.btn-dark-bg {
    background-color: unset;
    border-radius: 5px;
    color: white;
    border: 1px solid #FFFFFF;
    text-transform: uppercase;
}

.btn-dark-bg:hover {
    background-color: white;
    /* border-radius: unset; */
    color: #272727;
}

.btn-white-bg {
    background-color: white;
    border-radius: 5px;
    color: #272727;
    border: 1px solid #272727;
    text-transform: uppercase;
}

.btn-white-bg:hover {
    color: white;
    border: 1px solid #FFFFFF;
    background-color: #272727;
    /* border-radius: unset; */

}

a {
    color: #58864A;
    text-decoration: underline;
}

.nf-pic-in-tab {
    width: 60%;
    margin-top: initial;
}

/** START Media Queries */

@media screen and (max-width : 576px) {
    .captions {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .nf-project-header,
    #divider {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .nf-divider {
        line-height: 5rem;
        font-size: 36px;
        margin-top: 50px;
    }

    .nf-divider {
        line-height: 5rem;
        font-size: 36px;
        margin-top: 50px;
    }

    .hr-dot {
        display: none;
    }

    #divider {
        /* text-align: center; */
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }

    #nf-footer {
        background-image: none;
    }

    #nf-top {
        height: 3.25rem;
    }

    #footer-line {
        text-align: left;
    }

    .navbar.fixed-right {
        top: -0.75rem;
        right: 0rem;
    }

    .navbar-toggler {
        position: fixed;
        top: 1%;
        right: 0.4rem;
    }

    .anchor {
        scroll-margin-top: 3.25rem
    }

    #nf-home {
        margin-top: 5rem;
        padding-top: 3rem;
    }

    .navbar-collapse {
        top: 4rem;
        right: 2rem;
    }

    .rotateimg180 {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(90deg) scale(1.5);
        /* transform: scale(1.5); */
    }

    .tmp-inner {
        position: relative;
        /* margin-top: 12rem; */
    }

    .footer-nf-logo {
        max-height: 33px;
        margin-left: initial;
    }

    .nav-pills li.nav-item {
        margin-right: initial;
    }

    #wc_img1 {
        margin-left: initial;
    }

    img.wc_img {
        width: initial;
        position: initial;
    }

    .imgholder-inner {
        height: 31rem;
    }

    .mobile-menu-btn {
        width: 30px;
    }
}

@media screen and (max-width : 768px) and (min-width: 576px) {
    .hr-dot {
        display: none;
    }

    #nf-top {
        height: 3.25rem;
    }

    #footer-line {
        text-align: left;
    }

    #nf-home {
        margin-top: 11.25rem;
    }

    .navbar.fixed-right {
        top: 3.21rem;
        right: 4rem;
    }

    .navbar-toggler {
        position: fixed;
        top: 1%;
        right: 0.4rem;
    }

    .anchor {
        scroll-margin-top: 3.25rem
    }

    #nf-home {
        margin-top: 5rem;
    }

    .rotateimg180 {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(-90deg) scale(1.5);
        /* transform: scale(1.5); */
    }

    .tmp-inner {
        position: relative;
        /* margin-top: 12rem; */
    }

    .footer-nf-logo {
        max-height: 33px;
        margin-left: initial;
    }

    #wc_img1 {
        margin-left: initial;
    }

    img.wc_img {
        width: initial;
        position: initial;
    }

    .imgholder-inner {
        height: 31rem;
    }

    .mobile-menu-btn {
        width: 30px;
    }
}

@media screen and (max-width : 992px) and (min-width: 768px) {
    .hr-dot {
        display: none;
    }

    #nf-top {
        height: 3.25rem;
    }

    #footer-line {
        text-align: left;
    }

    #nf-home {
        margin-top: 11.25rem;
    }

    .navbar.fixed-right {
        top: 1.8rem;
        right: 0.5rem;
    }

    .navbar-toggler {
        position: fixed;
        top: 1%;
        right: 0.4rem;
    }

    .anchor {
        scroll-margin-top: 3.25rem
    }

    .rotateimg180 {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(-90deg) scale(1.5);
        /* transform: scale(1.5); */
    }

    .tmp-inner {
        position: relative;

        /* margin-top: 12rem; */
    }

    #wc_img1 {
        margin-left: 14rem;
    }

    .imgholder-inner {
        height: 9rem;
    }

    .mobile-menu-btn {
        width: 30px;
    }
}

@media screen and (max-width : 1200px) and (min-width: 992px) {
    .hr-dot {
        display: none;
    }

    #nf-top {
        height: 3.25rem;
    }

    .navbar.fixed-right {
        top: 8%;
        right: 2rem;
    }

    .anchor {
        scroll-margin-top: 3.25rem
    }
}

@media screen and (min-width: 1200px) {}

/** END Media Queries */

#pills-tabContent .tab-pane {
    min-height: 26rem;
}

.navbar {
    padding-top: .5rem;
    padding-bottom: .5rem;
}

.hidden {
    display: none;
}

.big-checkbox {
    width: 30px;
    height: 30px;
}

.menu_icon_contact {
    background-image: url(../images/svg/menu_icon_contact.svg);
    background-repeat: no-repeat;
    background-position: center;
}

.menu_icon_medimaps {
    background-image: url(../images/svg/menu_icon_medimaps.svg);
    background-repeat: no-repeat;
    background-position: center;
}

.menu_icon_qbm {
    background-image: url(../images/svg/menu_icon_qbm.svg);
    background-repeat: no-repeat;
    background-position: center;
}

.menu_icon_nf {
    background-image: url(../images/svg/menu_icon_nf.svg);
    background-repeat: no-repeat;
    background-position: center;
}

.menu_icon_auth {
    background-image: url(../images/svg/menu_icon_auth.svg);
    background-repeat: no-repeat;
    background-position: center;
}

.project-tile {
    color: #000;
    box-shadow: 0px 1px 12px rgba(0, 0, 0, 0.4);
    border-radius: 12px;
    margin-bottom: 2rem;
    margin-top: 2rem;
}

.project-tile-title {
    color: #fff;
    text-align: center;
    padding: 1.75rem 1rem;
}

.project-tile .bg-nf-white {}

.project-tile img {
    /* display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%; */

    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.project-tile a,
a .project-tile-text {
    text-decoration: none;
    color: #000;
    min-height: 10rem;
}

.project-tile-text {
    padding: 0.5rem 0.5rem;
}

.project-tile-pic {
    min-height: 12rem;
    position: relative;
}

.custom-toggler .navbar-toggler-icon {
    background-image: url(../images/svg/ham-icon.svg);
    /* background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(39,39,39, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E"); */
}

.custom-toggler {
    z-index: 100;
}

.mobile-nav-helper {
    margin-top: 0.5rem;
}

.menu-login-logo {
    margin-right: 1rem;
}

#navbar_main hr {
    border: 1px solid rgba(197, 197, 197, 1)
}

body {
    letter-spacing: 0.15px;
}

.margin-b-1{
    margin-bottom: 1rem;
}

.margin-t-1{
    margin-top: 1rem;
}