.country-flag {
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    border: 3px #fff solid;
    position: absolute;
    right: 1rem;
    bottom: 2.5rem;
    background-position: center;
    background-size: cover;
}

.wp-button {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    left: 40px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.wp-button i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff !important;
}

.wp-button i:hover {
    color: #fff !important;
}

.not-selectable {
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    -khtml-user-select: none;
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version */
}

.section-ty {
    background-color: #fff;
    margin-top: 3rem;
    padding: 1rem 1rem;
    box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.5);
    border-radius: 15px;
    position: relative;
    width: 80%;
}

.section-ty-20 {
    background-color: #fff;
    padding: 1rem 1rem;
    box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.2);
    border-radius: 15px;
    position: relative;
}

.google-maps {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
}

.google-maps iframe {
    width: 100%;
    max-height: 300px;
}

.header-body {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
}

.text-color-light p {
    color: #fff;
}

.text-dark p {
    color: #000 !important;
}