button.generate-password {
    width: 100%;
    background: #0f82f5;
    color: #fff;
    height: 50px;
    border-radius: 3px;
    background: #11d44f;
}

.w-form-fail {
    display: none;
    text-align: center;
    margin-top: 10px;
    padding: 10px;
    background-color: #ffdede;
    color: #000;
}

.image-wrapper img {
    width: 250px;
}

.country img.flag,
.spots-mobile img.flag,
.spots-desktop img.flag {
    width: 35px;
    height: auto;
    border-radius: 50%;
}

.person-icon img {
    width: 40px;
    height: 40px;
}

#video.is-sticky {
    top: 75px;
}

.owl-carousel {
    z-index: initial;
}

input[type=tel] {
    padding-left: 90px !important;
}

.country img.flag {
    width: 35px;
    height: 30px;
}