body {
    overflow-x: hidden;
}
img {
    max-width: 100%;
    height: auto;
}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    position: relative;
    bottom: 0;
}
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    border-radius: 7.5px;
    height: 4px;
    width: 40px;
  }
h2 {
    color: #312664;
    font-size: 40px;
  }
  h3.title {
    color: #312664;
  }
section .desc {
    margin-top: 20px;  
}
section .desc, section .desc *, h2, #landing_form_container h2.title {
    color: #312664;
}
section .desc, section .desc * {
    font-size: 20px;
}
h2 {
    font-size: 40px;
}
#landing_form_container {
    padding: 40px 0;
    background-position: bottom;
}
#landing_form_container h2.title {
    font-size: 40px;
}
#landing_form_container form {
    margin: 0 auto;
    max-width: 800px;
}
#landing_form_container form input, #landing_form_container form textarea, #landing_form_container form select {
    display: block;
    background-color: #fff;
    border-radius: 0;
    padding: 10px 10px;
    font-size: 17px;
    margin-bottom: 7.5px;
    border: 1px solid #ededed;
}
#landing_form_container form .btn-submit {
    padding: 10px 60px;
    background: rgb(25, 97, 172);
    background: linear-gradient(90deg, rgba(25, 97, 172, 1) 0%, rgba(25, 97, 172, 1) 0%, rgba(0, 164, 184, 1) 100%);
    border-radius: 40px;
    color: #fff;
    margin-top: 20px;
    border: none;
}
.legal-text {
    padding: 0 8px;
}
.legal-text, .legal-text * {
    color: #555555;
    font-size: 13px;
    text-align: justify;
}
.whatsapp {
    position: fixed;
    display: inline-block;
    height: 70px;
    width: 70px;
    right: 16px;
    bottom: 16px;
    -webkit-transition: margin 0.5s ease-out;
    -moz-transition: margin 0.5s ease-out;
    -o-transition: margin 0.5s ease-out;
    margin-top:20px;
    cursor: pointer;
    z-index: 999;
}
.whatsapp:hover {
    margin-bottom: 5px;
}
.zoomed-container {
    margin-top: 24px;
}
.zoomed-container a {
    display: inline-block;
    overflow: hidden;
}
.zoomed-container a:hover img {
    transform: scale(1.5);
}
.zoomed-container img {
    transition: transform .2s;
}

/* landing 2 */
.desc .ql-size-huge
{
    font-size: 40px;
    text-align: unset !important;
}
.ql-align-center {
    text-align: center !important;
}
.ql-align-right {
    text-align: right !important;
}
.ql-align-left {
    text-align: left !important;
}
.desc .ql-size-large
{
    font-size: 1.75rem;
    text-align: unset !important;
}

.desc p
{
    font-size: 20px;
    color: #000;
}

.desc .ql-size-small
{
    color: #555555;
    font-size: 13px;
    text-align: unset;
}

.desc .ql-align-right
{
    text-align: right;
}

.desc .ql-align-justify
{
    text-align: justify;
}

  @media only screen and (max-width: 991px) {
    .swiper-desktop {
        display: none;
    }
    img.swiper-mobile {
        width: 100%;
    }
    .legal-text, .legal-text * {
        font-size: 11px;
    }
    h2 {
        font-size: 24px;
    }
    section .desc, section .desc * {
        font-size: 18px;
    }
    #landing_form_container h2.title {
        font-size: 24px;
        margin-bottom: 20px;
    }
  }
  @media only screen and (min-width: 992px) {
    .swiper-mobile {
        display: none;
    }
    .small-swiper .swiper-slide {
        max-width: 190px;
    }
  }