.map-container {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
}

.map-container iframe {
    left: 0;
    top: 0;
    height: 50%;
    width: 100%;
    position: absolute;
}

.section-header h3 {
    font-size: 36px;
    color: #283d50;
    text-align: center;
    font-weight: 500;
    position: relative;
}

.section-header p {
    text-align: center;
    margin: auto;
    font-size: 15px;
    padding-bottom: 60px;
    color: #556877;
    width: 50%;
}

#clients .clients-wrap {
    border-top: 1px solid #d6eaff;
    border-left: 1px solid #d6eaff;
}

#clients .client-logo {
    padding: 5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-right: 1px solid #d6eaff;
    border-bottom: 1px solid #d6eaff;
    overflow: hidden;
    background: #fff;
    height: 160px;
}

#clients img {
    transition: all 0.4s ease-in-out;
}

/**=====================
Cookie section css start
==========================**/
.cookie-bar-section {
    position: fixed;
    bottom: 20px;
    right: 20px;
    max-width: 365px;
    background: #eff2f7;
    padding: 30px;
    border-radius: 0;
    -webkit-box-shadow: 1px 7px 14px -5px rgba(0, 0, 0, 0.15);
    box-shadow: 1px 7px 14px -5px rgba(0, 0, 0, 0.15);
    text-align: center;
    z-index: 99;
    -webkit-box-shadow: 0 4px 7px rgba(0, 0, 0, 0.15);
    box-shadow: 0 4px 7px rgba(0, 0, 0, 0.15);
    opacity: 1;
    -webkit-transition: .5s ease;
    transition: .5s ease;
}

.cookie-bar-section.cookiebar-left-section {
    right: unset;
    left: 20px;
}

@media (max-width: 767px) {
    .cookie-bar-section.cookiebar-left-section {
        bottom: 10px;
        left: 10px;
    }

    [dir="rtl"] .cookie-bar-section.cookiebar-left-section {
        left: unset;
        right: 10px;
    }
}

@media (max-width: 360px) {
    .cookie-bar-section.cookiebar-left-section {
        bottom: 0;
        left: 0;
        margin: 15px;
        padding: 20px 10px;
        border-radius: 7px;
    }

    [dir="rtl"] .cookie-bar-section.cookiebar-left-section {
        left: unset;
        right: 0;
    }
}

[dir="rtl"] .cookie-bar-section {
    right: unset;
    left: 20px;
}

.cookie-bar-section.chair-cookiebar {
    background-color: #e9e9e9;
}

@media (max-width: 767px) {
    .cookie-bar-section {
        bottom: 10px;
        right: 10px;
    }

    [dir="rtl"] .cookie-bar-section {
        right: unset;
        left: 10px;
    }
}

@media (max-width: 360px) {
    .cookie-bar-section {
        bottom: 0;
        right: 0;
        margin: 10px;
        padding: 20px 10px;
        border-radius: 7px;
    }

    [dir="rtl"] .cookie-bar-section {
        right: unset;
        left: 0;
    }
}

.cookie-bar-section::-moz-selection {
    color: #fff;
    background: #fcba7f;
}

.cookie-bar-section::selection {
    color: #fff;
    background: #fcba7f;
}

.cookie-bar-section.hide {
    opacity: 0;
    bottom: -350px;
}

.content {
    margin-top: 10px;
}

.content h3 {
    color: #212529;
    font-size: calc(16px + (22 - 16) * ((100vw - 320px) / (1920 - 320)));
    font-weight: 600;
}

@media (max-width: 360px) {
    .content h3 {
        font-size: 19px;
    }
}

.content p {
    margin: calc(8px + (12 - 8) * ((100vw - 320px) / (1920 - 320))) 0;
    line-height: 1.6;
    letter-spacing: 0.03em;
}

.content .buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.btn-link:hover {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    cursor: pointer;
}

img.lazy {
    opacity: 0;
}

img:not(.initial) {
    transition: opacity 1s;
}

img.initial,
img.loaded,
img.error {
    opacity: 1;
}

img:not([src]) {
    visibility: hidden;
}


.start-payment-button {
    cursor: pointer;
    max-width: 30%;
    padding: 10px;
    font-weight: 600;
    border: none;
    transition: all .1s ease-in;
}

#payment-success {
    display: none;
}

#payment-pending {
    display: none;
}

#payment-failed {
    display: none;
}
