.container {
    padding: 0 20px;
    width: 100%;
    margin: 0 auto;
    overflow: visible;
    position: initial;
}

@media (min-width: 768px) {
    .container {
        max-width: 760px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 980px;
    }
}

@media (min-width:1200px) {

    .container,
    .container.medium {
        max-width: 1130px;
    }
}

@media (min-width:1360px) {
    .container {
        max-width: 1356px;
    }
}

html,
body {
    /* scroll-behavior: smooth; */
}

body,
li p,
.testimonial .cmsmsLike,
.testimonial .cmsms_comments {
    font-family: proxima-nova, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: normal;
    color: #6C6C6C;
}

body p {
    font-family: proxima-nova, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: normal;
    color: #6C6C6C;
    margin: 0 0 25px;
}

body p:last-child {
    margin: 0;
}

body .btn {
    font-family: supria-sans, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 0;
    color: #ffffff;
    background-color: #791743;
    display: inline-block;
    padding: 14.5px 20px;
    min-width: 234px;
    text-align: center;
    border-radius: 25px;
    transition: all 0.3s ease !important;
    box-sizing: border-box;
}

body .btn:hover {
    /* background-color: #6c6c6c; */
    background-color: #5E1B39;
}

.gm-style img[alt='Google'] {
    opacity: 0;
}

body .lity-content:after {
    box-shadow: none;
}