/* CSS Document */

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* =========================
       G E N E R A L
 ========================= */

html {
    height: 100%;
    font-size: 10px;
}

body {
    position: relative;
    background: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.8rem;
    font-weight: 400;
    color: #333;
    overflow-x: hidden;
}

*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

main {
    display: block;
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

.container {
    position: relative;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    max-width: 1200px;
}

a {
    text-decoration: none;
    outline: none;
    color: #082e94;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
}

a:hover {
    color: #f78154;
    text-decoration: none;
}

img {
    max-width: 100%;
}

p {
    line-height: 150%;
    margin-bottom: 15px;
}

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

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

.section {
    position: relative;
    width: 100%;
    padding: 60px 0;
    overflow: hidden;
}

.section-height {
    min-height: 40vh;
}

.btn {
    position: relative;
    display: inline-block;
    padding: 15px 45px;
    border-radius: 100px;
    color: #fff;
    font-size: 2rem;
    font-weight: 400;
    background-color: #22254a;
    /*background: linear-gradient(to bottom right, #ab49de, #4a54de);
    background: -webkit-linear-gradient(to bottom right, #ab49de, #4a54de);
    background: -moz-linear-gradient(to bottom right, #ab49de, #4a54de);
    background: -ms-linear-gradient(to bottom right, #ab49de, #4a54de);
    background: -o-linear-gradient(to bottom right, #ab49de, #4a54de);*/
}

.btn:hover {
    color: #fff;
    background-color: #f78154;
}

.btn-divider {
    background-color: #f78154;
    padding: 20px 45px;
}

.btn-divider:hover {
    color: #f78154;
    z-index: 3;
}

.btn-divider:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 0;
    left: 0;
    top: 0;
    background-color: transparent;
    border-radius: 100px;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    z-index: -1;
}

.btn-divider:hover:before {
    height: 100%;
    background-color: #fff;
}

ol, ul {
    line-height: 150%;
    padding-left: 20px;
}

ol {
    list-style: decimal;
}

ul {
    list-style: disc;
}

strong {
    font-weight: 700;
}

em {
    font-style: italic;
}

/* =========================
            H E A D E R
 ========================= */

#main-header {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    min-height: 70px;
    background-color: transparent;
    z-index: 101;
    /*border-bottom: 1px solid rgba(0, 0, 0, .05);
    box-shadow: 1px 2px 5px rgba(0, 0, 0, .1);*/
}

#main-header,
#main-header.sticky,
#logo,
#logo > a {
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
}

#main-header.sticky {
    min-height: 20px;
    background-color: #363582;
    border-bottom: 1px solid #1f2349;
}

#logo {
    /*float: left;*/
    width: 13vw;
    max-width: 270px;
    padding-top: 20px;
    padding-bottom: 10px;
    margin: 0 auto;
}

#logo > a {
    display: block;
    width: 100%;
}

#main-header.sticky #logo {
    float: left;
    width: 120px;
    padding-top: 12px;
    padding-bottom: 5px;
}

@media only screen and (max-width: 1024px) {
    #main-header,
    #main-header.sticky,
    #logo,
    #logo > a {
        transition: none;
        -webkit-transition: none;
        -moz-transition: none;
        -o-transition: none;
    }

    #main-header {
        position: static;
        min-height: 60px;
        padding-top: 5px;
        background-color: #363582;
    }

    #logo {
        width: 100%;
        max-width: 180px;
        float: none;
    }
}

/* =========================
          banner
 ========================= */

#banner {
    position: relative;
    background: url("../images/banner-2.jpg") top center no-repeat;
    background-size: cover;
    background-attachment: fixed;
    height: calc(55vh + 10rem);
    padding: 10rem 0 10rem 0;
}

@media only screen and (orientation: landscape) {
    #banner {
        height: calc(55vh + 10rem);
    }
}

#banner.banner-small {
    background: url("../images/banner-2a.jpg") top center no-repeat;
    background-size: cover;
}

#banner > .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(52, 54, 127, .95);
    background: linear-gradient(to bottom right, rgba(52, 54, 127, .95), rgba(247, 129, 84, .95));
    background: -webkit-linear-gradient(to bottom right, rgba(52, 54, 127, .95), rgba(247, 129, 84, .95));
    background: -moz-linear-gradient(to bottom right, rgba(52, 54, 127, .95), rgba(247, 129, 84, .95));
    background: -ms-linear-gradient(to bottom right, rgba(52, 54, 127, .95), rgba(247, 129, 84, .95));
    background: -o-linear-gradient(to bottom right, rgba(52, 54, 127, .95), rgba(247, 129, 84, .95));
}

#banner.banner-small {
    padding: 20px 0;
    height: 100%;
    min-height: 250px;
}
#banner.banner-thankyou {
    margin-top: 80px;
}
#banner.banner-subpage {
    padding: 20px 0;
    height: 100%;
    min-height: 135px;
}
#banner .container {
    position: relative;
    height: 100%;
    min-height: calc(250px - 40px);
}

#banner-slogan {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    text-align: center;
}

#banner-slogan > h1 {
    color: #fff;
    font-family: 'Raleway', sans-serif;
    font-size: calc(2vw + 32px);
    font-weight: 600;
    line-height: normal;
}
#banner-slogan > h1 > span {
    font-weight: 700;
}

@media only screen and (max-width: 1700px) {
    #banner {
        background: url("../images/banner-2-1700.jpg") top center no-repeat;
        background-size: cover;
    }
}
@media only screen and (max-width: 1400px) {
    #banner.banner-small {
        background: url("../images/banner-2a-1400.jpg") top center no-repeat;
        background-size: cover;
    }
}

@media only screen and (max-width: 1360px) {
    #banner {
        background: url("../images/banner-2-1360.jpg") top center no-repeat;
        background-size: cover;
    }
}

@media only screen and (max-width: 1280px) {
    #banner {
        height: 40vh;
        background: url("../images/banner-2-1280.jpg") top center no-repeat;
        background-size: cover;
    }
}
@media only screen and (max-width: 1280px) and (orientation: landscape) {
    #banner {
        height: calc(55vh + 10rem);
    }
}

@media only screen and (max-width: 1024px) {
    #banner {
        padding: 20px 0;
        height: 30vh;
        background: url("../images/banner-2-1024.jpg") top center no-repeat;
        background-size: cover;
    }
    #banner.banner-small{
        min-height: 150px;
    }
    #banner.banner-subpage {
        display: none;
    }
    #banner.banner-small .container {
        min-height: calc(150px - 40px);
    }
}
@media only screen and (max-width: 1024px) and (orientation: landscape) {
    #banner {
        height: 55vh;
    }
}

@media only screen and (max-width: 768px) {
    #banner {
        background: url("../images/banner-2-768.jpg") top center no-repeat;
        background-size: cover;
        height: auto;
        padding: 50px 10px;
    }
    #banner.banner-small {
        background: url("../images/banner-2a-768.jpg") top center no-repeat;
        background-size: cover;
        min-height: 150px;
    }
    #banner.banner-small .container {
        min-height: calc(150px - 40px);
    }
    #banner-slogan {
        position: static;
        margin-right: auto;
        transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
    }
}

@media only screen and (max-width: 550px) {
    #banner {
        background: url("../images/banner-2-550.jpg") top center no-repeat;
        background-size: cover;
    }
    #banner.banner-small {
        background: url("../images/banner-2a-550.jpg") top center no-repeat;
    }
}

@media only screen and (max-width: 450px) {
    #banner {
        background: url("../images/banner-2-450.jpg") top center no-repeat;
        background-size: cover;
    }
    #banner-slogan {
        padding-left: 10px;
        padding-right: 10px;
    }
}

/* =========================
       sections
 ========================= */

#top-section {
    background-color: #34367f;
}

#top-section > .container {
    top: -10rem;
}

.top-section--boxes {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
}

.top-section--box {
    position: relative;
    width: 32.3333%;
    margin: 0 .5%;
    padding: 7rem 20px 10rem 20px;
}

.top-section--box:nth-of-type(1) {
    background-color: #30316f;
}

.top-section--box:nth-of-type(2) {
    background-color: #2e2e6c;
}

.top-section--box:nth-of-type(3) {
    background-color: #303170;
}

.top-section--box:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 5px;
    left: 0;
    bottom: 0;
    background-color: #f78154;
}

.top-section--box > h2 {
    color: rgba(255, 255, 255, .8);
    font-size: 2.4rem;
    line-height: 150%;
}

.top-section--box > span {
    display: block;
    margin: 0 auto;
    margin-bottom: 5rem;
    width: 70px;
    height: 70px;
    background-color: #fff;
    border-radius: 50%;
    padding: 20px;
    color: #34367f;
    font-size: 50px;
    font-weight: 700;
    line-height: 30px;
    box-shadow: 0px 2px 30px 6px rgba(0, 0, 0, .5);
}

.with-bg,
.divider {
    background-color: #34367f;
}

.with-bg--middle {
    background-color: #ecf1f4;
    background: linear-gradient(to bottom right, #fff,  #ecf1f4);
    background: -webkit-linear-gradient(to bottom right, #fff,  #ecf1f4);
    background: -moz-linear-gradient(to bottom right, #fff,  #ecf1f4);
    background: -ms-linear-gradient(to bottom right, #fff,  #ecf1f4);
    background: -o-linear-gradient(to bottom right, #fff,  #ecf1f4);
}

.with-bg--middle-reverse {
    background-color: #ecf1f4;
    background: linear-gradient(to bottom right, #ecf1f4,  #fff);
    background: -webkit-linear-gradient(to bottom right, #ecf1f4,  #fff);
    background: -moz-linear-gradient(to bottom right, #ecf1f4,  #fff);
    background: -ms-linear-gradient(to bottom right, #ecf1f4,  #fff);
    background: -o-linear-gradient(to bottom right, #ecf1f4,  #fff);
}

.with-bg:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #fff;
}

.with-bg--left.with-bg:before {
    border-top-left-radius: 300px;
}

.with-bg--right.with-bg:before {
    border-bottom-right-radius: 300px;
}

.content-box {
    position: relative;
    display: inline-block;
    width: calc(50% - 4px);
    vertical-align: middle;
    padding: 20px;
}

.content-box--right {
    left: 50%;
}

.content-box--left {
    right: 50%;
}

.content-box--title {
    font-family: 'Raleway', sans-serif;
    font-size: 2.4rem;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 2rem;
}

.content-box--text {
    font-size: 2rem;
    text-align: justify;
}

.divider {
    padding: 15rem 0;
    text-align: center;
}

.divider--two {
    padding: 10rem 0;
}
#divider-subpage.divider {
    padding: 6rem 0;
}

.divider h2 {
    color: rgba(255, 255, 255, .9);
    font-family: 'Raleway', sans-serif;
    font-size: calc(1vw + 32px);
    font-weight: 600;
    line-height: normal;
    margin-bottom: 5rem;
}

.yes-btn {
    display: inline-block;
    color: rgba(255, 255, 255, .9);
    font-size: calc(.5vw + 16px);
    font-weight: 300;
}

.yes-btn:hover {
    color: #f78154;
}

.yes-btn > span {
    position: relative;
    display: inline-block;
    background-color: #f78154;
    /*background: linear-gradient(to right, rgba(247, 129, 84, .0),  #f78154);
    background: -webkit-linear-gradient(to right, rgba(247, 129, 84, .0),  #f78154);
    background: -moz-linear-gradient(to right, rgba(247, 129, 84, .0),  #f78154);
    background: -ms-linear-gradient(to right, rgba(247, 129, 84, .0),  #f78154);
    background: -o-linear-gradient(to right, rgba(247, 129, 84, .0),  #f78154);*/
    padding: 15px 100px 15px 70px;
    /*border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;*/
    border-radius: 100px;
    font-weight: 400;
    margin-bottom: 3rem;
}

.yes-btn > span:after {
    position: absolute;
    content: '';
    width: 24px;
    height: 24px;
    background: url("../images/icon-yes.png") center no-repeat;
    background-size: contain;
    right: 25%;
    top: 30%;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
}

.yes-btn:hover > span {
    color: rgba(255, 255, 255, .9);
}
.yes-btn:hover > span:after {
    width: 40px;
    height: 40px;
    top: 10%;
}

.divider p {
    color: rgba(255, 255, 255, .9);
    font-size: calc(.3vw + 16px);
    font-weight: 300;
    margin-top: 8rem;
    margin-bottom: 0;
}
#divider-subpage.divider p {
    font-size: calc(.7vw + 16px);
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 2em;
}
.divider-see-more-btn {
    position: relative;
    display: inline-block;
    /*background-color: #1f2349;
    padding: 10px 20px;
    border-radius: 100px;*/
    color: rgba(255, 255, 255, .9);
    padding-bottom: 3px;
    border-bottom: 1px solid rgba(255, 255, 255, .9);
}
.divider-see-more-btn:hover {
    border-color: #f78154;
}
.divider-see-more-btn:after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 4px;
    height: 1px;
    width: 0;
    background-color: #f78154;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
}
.divider-see-more-btn:hover:after {
   width: 100%;
}

#see-more-section {
    display: none;
}

.page-title {
    position: absolute;
    left: 15px;
    bottom: 20px;
    color: #fff;
    font-family: 'Raleway', sans-serif;
    font-size: calc(1vw + 32px);
    font-weight: 600;
}

.section-title {
    font-family: 'Raleway', sans-serif;
    font-size: calc(1vw + 16px);
    font-weight: 600;
    line-height: normal;
    margin-top: 2.5rem;
    margin-bottom: 2rem;
}
#lets-chat .section-title {
    line-height: 150%;
    margin-bottom: 2em;
}
#thankyou .section-title {
    margin-top: 0;
    margin-bottom: 5rem;
}
@media only screen and (max-width: 1280px) {
    .with-bg--left.with-bg:before {
        border-top-left-radius: 150px;
    }
    .with-bg--right.with-bg:before {
        border-bottom-right-radius: 150px;
    }
}
@media only screen and (max-width: 1024px) {
    #top-section > .container {
        top: -4rem;
    }
    .top-section--box {
        padding: 50px 20px 70px 20px;
    }
    .top-section--box > span {
        width: 50px;
        height: 50px;
        padding: 10px;
        font-size: 40px;
        line-height: 28px;
    }
    .top-section--box > h2 {
        font-size: 2.2rem;
    }
}
@media only screen and (max-width: 850px) {
    .content-box {
        display: block;
        width: 100%;
    }
    .content-box--left {
        right: auto;
    }
    .content-box--right {
        left: auto;
    }
    .content-box--img {
        max-width: 600px;
        margin: 0 auto;
    }
    .content-box--title {
        text-align: center;
    }
}
@media only screen and (max-width: 768px) {
    #top-section > .container {
        top: auto;
    }
    .top-section--boxes {
        flex-direction: column;
        padding-top: 30px;
    }
    .top-section--box {
        position: relative;
        width: 100%;
        max-width: 350px;
        margin: 0 auto;
        margin-bottom: 30px;
    }
}
@media only screen and (max-width: 490px) {
    .content-box--text {
        text-align: center;
    }
}

/* =========================
       form
 ========================= */
#demo-form-wrap {
    display: none;
}

.demo-form-wrap {
    text-align: left;
    background-color: #fff;
    max-width: 800px;
    margin-top: 6rem;
    padding: 6rem 3rem;
    box-shadow: 0 2px 30px 6px rgba(0, 0, 0, .5);
}

.demo-form-wrap .col-6 {
    float: left;
    width: 50%;
    padding: 0 15px;
}
#date-wrap {
    margin-left: -15px;
    margin-right: -15px;
}
.form-group {
    margin-bottom: 25px;
}
.form-group.has-button {
    margin-bottom: 0;
    margin-top: 4.1rem;
}

.form-group.has-button > button {
    border: none;
    -webkit-appearance: none;
}

.form-group > label {
    display: block;
    font-size: 2rem;
    color: rgba(255, 255, 255, .9);
    margin-bottom: 5px;
}

#date-wrap label {
    display: block;
    color: rgba(255, 255, 255, .9);
    font-size: 1.6rem;
    font-style: italic;
    margin-top: 5px;
}

.form-group > label > span {
    color: #f78154;
}

.form-control {
    display: block;
    width: 100%;
    padding: 10px 12px;
    font-size: 2rem;
    font-weight: 300;
    line-height: normal;
    color: rgba(255, 255, 255, .9);
    background-color: transparent;
    background-image: none;
    border-top: 1px solid transparent;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    border-bottom: 1px solid rgba(255, 255, 255, .6);
    border-radius: 0;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    box-shadow: none;
}

.form-control:hover,
.form-control:focus {
    border-bottom: 1px solid #f78154;
}

select.form-control option {
   color: #000;
}

#demo-form .btn {
    position: relative;
    width: 100%;
    max-width: 200px;
    padding: 20px 80px 20px 45px;
    font-size: 2.4rem;
    font-weight: 300;
    cursor: pointer;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    box-shadow: none;
}

#demo-form .btn:after {
    position: absolute;
    content: '';
    width: 24px;
    height: 21px;
    background: url("../images/icon-send.png") center no-repeat;
    background-size: contain;
    right: 25%;
    top: 30%;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
}

#demo-form .btn:hover:after {
    width: 40px;
    height: 35px;
    top: 24%;
    right: 20%;
}

@media only screen and (max-width: 850px) {
    #demo-form > .col-6 {
        float: none;
        width: 100%;
    }
}

@media only screen and (max-width: 550px) {
    .demo-form-wrap {
        text-align: left;
        margin-top: 7rem;
        padding: 5rem 0;
    }
    #date-wrap > .col-6 {
        float: none;
        width: 100%;
    }
}

/* =========================
       main-footer
 ========================= */

#main-footer {
    padding: 40px 0;
    /*border-top: 1px solid rgba(0, 0, 0, .1);
    box-shadow: 1px 2px 5px rgba(0, 0, 0, .1);*/
    background-color: #1f2349;
}
#main-footer.one-pager {
    text-align: center;
}
.footer-bottom {
    text-align: center;
    margin-top: 3rem;
}

#main-footer .col-50 {
    float: left;
    width: 50%;
}

#main-footer .col-50:nth-of-type(2) {
    text-align: right;
}

.footer-logo {
    display: inline-block;
    width: 100%;
    max-width: 200px;
}

#footer-menu > li {
    position: relative;
    display: inline-block;
    padding: 0 10px;
    line-height: 100%;
}

#footer-menu > li:after {
    position: absolute;
    content: '';
    top: 5px;
    right: -4px;
    width: 1px;
    height: 12px;
    background-color: #fff;
}

#footer-menu > li:last-child:after {
    display: none;
}

#footer-menu > li > a {
    text-transform: uppercase;
    font-size: 12px;
    color: #fff;
    font-weight: 600;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

#footer-menu > li > a:hover {
    opacity: .8;
}

#main-footer small,
#main-footer p {
    font-size: 12px;
    color: #fff;
}

#main-footer p {
    margin-top: 25px;
}

#main-footer p img {
    display: inline-block;
    margin-left: 7px;
    vertical-align: bottom;
}

@media only screen and (max-width: 767px) {
    #main-footer .col-50 {
        float: none;
        width: 100%;
        text-align: center;
    }
    #main-footer .col-50:nth-of-type(1) {
        margin-bottom: 40px;
    }
    #main-footer .col-50:nth-of-type(2) {
        text-align: center;
    }
    #footer-menu {
        padding-left: 0;
    }
    #footer-menu > li {
        display: block;
        margin-bottom: 25px;
    }
    #footer-menu > li:after {
        display: none;
    }
    #footer-menu > li > a {
        font-size: 1.8rem;
    }
    #main-footer small,
    #main-footer p {
        font-size: 1.6rem;
    }
}

/* =========================
       TOTOP
 ========================= */

#toTop {
    width: 30px;
    height: 50px;
    background: #363582 url("../images/arrow-toTop.png") center center no-repeat;
    background-size: 20px;
    border-radius: 100px;
    text-align: center;
    padding: 15px 10px;
    line-height: 20px;
    position: fixed;
    bottom: 80px;
    right: 10px;
    cursor: pointer;
    display: none;
    z-index: 40;
    border: 2px solid #363582;
}

/* -------- Let's chat -------- */

#lets-chat h2 {
    font-size: calc(.7vw + 16px);
    margin-bottom: 1em;
}
.lets-chat--img-wrap {
    padding: 10px;
    background-color: #f8faf7;
    max-width: 800px;
    margin: 0 auto;
}
@media (max-width: 900px) {
    #lets-chat.section {
        padding-bottom: 30px;
        padding-top: 30px;
    }
    #lets-chat.with-bg--right.with-bg::before {
        border-bottom-right-radius: 85px;
    }
    .lets-chat--img-wrap {
        max-width: 750px;
        border-bottom-right-radius: 85px;
    }
    .lets-chat--img-wrap > img {
        border-bottom-right-radius: 85px;
    }
}

@media (max-width: 767px) {
  #pp-body p {
    font-size: 2rem;
  }
  #pp-body .section-title {
    font-size: calc(1vw + 20px);
  }
  #pp-body #footer-menu > li > a {
    font-size: 2rem;
  }
  #pp-body #main-footer small,
  #pp-body #main-footer p {
    font-size: 1.8rem;
  }
}
