body {
    background-color: #4699DA;
    font-family: 'Lato', 'Open Sans', Arial, sans-serif;
}
h1,
h2,
h3 {
    font-weight: 900;
    color: #fff;
}
.navbar-header {
    width: 100%;
}
.inverted,
.inverted a {
    color: #fff;
}
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
    background: #fff !important;
}
.navbar-brand {
    padding-top: 10px;
}
.navbar-form {
    box-shadow: none;
}
.btn-rounded {
    border-width: 0;
    border-radius: 50px;
    font-weight: bold;
    transition: all 100ms ease 40ms;
}
.btn-rounded.btn-default {
    color: #459AD9;
}
.btn-rounded.btn-outlined {
    border-width: 2px;
    border-color: #fff;
}
.btn-xlg {
    padding: 10px 30px;
    font-size: 18px;
}
@media (min-width: 768px) {
    .btn-xlg {
        padding: 20px 50px;
        font-size: 24px;
    }
}
.lead.lead-sm {
    font-size: 18px !important;
}
.lead .text-muted {
    color: rgba(0, 0, 0, 0.4);
}
.section {
    background: #5C84E1 url('https://www.sendpulse.com/p/ai/img/bg-default.png');
    background-size: cover;
}
.section.section-footer {
    position: relative;
    background: #0AB7B1 !important;
    height: auto  !important;
    padding-top: 80px;
    padding-bottom: 80px;
    font-size: 17px;
}
.section.section-footer > .fp-tableCell {
    height: auto !important;
}
.section .fp-tableCell {
    position: relative;
}
.social-links {
    margin-bottom: 40px;
}
.social-links .btn {
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 5px;
}
@media (min-width: 400px) {
    .social-links .btn {
        margin-right: 15px;
    }
}
.social-links .btn:last-child {
    margin-right: 0;
}
.social-links .btn:hover,
.social-links .btn:active,
.social-links .btn:focus {
    background-color: rgba(0, 0, 0, 0.15);
    color: #fff;
}
.social-links .btn > img {
    position: relative;
    top: -2px;
    left: -3px;
}
.footer-links span,
.footer-links a {
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
}
@media (min-width: 768px) {
    .footer-links span,
    .footer-links a {
        margin-left: 15px;
        margin-right: 15px;
    }
}
.services {
    margin: 30px -5px;
}
@media (max-height: 600px) {
    .services {
        display: none;
    }
}
.service_block {
    display: inline-block;
    text-align: center;
    margin-right: 30px;
    min-width: 50px;
}
.service_block > i {
    display: block;
    min-height: 70px;
}
.service_block img {
    width: 64px;
    height: 64px;
}
.scroll-icon {
    position: absolute;
    bottom: 30px;
    margin-left: -10px;
}
@media (max-width: 767px) {
    .scroll-icon {
        display: none;
    }
}
.invisible {
    opacity: 0;
}
.section-centered .img-to-bottom {
    bottom: 0;
}
.section-centered-top {
    padding-top: 150px;
    padding-top: 20vh;
    padding-bottom: 5vh;
    min-height: 45vh;
}
.section-centered-bottom > .img-responsive {
    height: 55vh;
    margin: auto;
    object-fit: contain;
    object-position: bottom;
}
.section-centered .content-row.middle-child > div {
    vertical-align: bottom;
}
@media (min-width: 768px) {
    .product-img-holder {
        position: relative;
        min-height: 400px;
    }
    .product-img {
        position: absolute;
        left: 50%;
        top: 50%;
        margin-left: -160px;
        margin-top: -180px;
        margin-top: -34vh;
    }
    .product-label {
        position: absolute;
        z-index: 2;
        left: 65px;
        top: 0;
        margin-top: -70px;
    }
    .middle-child {
        display: table !important;
        height: 100%;
        width: 100%;
    }
    .middle-child > div {
        display: table-cell !important;
        vertical-align: middle;
        float: initial;
    }
    .xlg-button-holder {
        margin: 40px 0;
    }
}
@media (min-width: 768px) and (min-height: 1200px) {
    .product-img {
        margin-top: -28vh;
    }
}
@media (min-width: 768px) and (min-height: 1900px) {
    .product-img {
        margin-top: -20vh;
    }
}
@media (min-width: 768px) and (max-height: 800px) {
    .product-label {
        margin-top: 0;
    }
}
@media (max-width: 991px) {
    .product-img {
        width: 290px;
        margin-left: -145px;
    }
}
@media (max-width: 767px) {
    .navbar-right {
        float: right;
        margin-top: 0;
    }
    .fp-section {
        padding-right: 10px;
    }
    #fp-nav.right {
        right: 5px !important;
    }
}
@media (min-height: 660px) {
    .navbar-header {
        padding-top: 20px;
    }
    .navbar-header .btn-rounded {
        font-size: 17px;
    }
    .section h2 {
        font-size: 40px;
        margin-bottom: 20px;
        line-height: 1.3;
    }
    .section p.lead {
        font-size: 24px;
    }
}
@media (min-height: 660px) and (min-width: 768px) {
    .navbar-header .btn-rounded {
        padding: 8px 40px;
    }
}
/* --- reg modal --- */
#regModal .modal-dialog {
    min-width: 400px;
}
@media (max-width: 620px) {
    #regModal .modal-dialog {
        max-width: 100%;
        min-width: 300px;
        margin-top: 30px;
    }
}
#regModal .modal-body {
    padding: 2px 15px 15px 15px;
}
#regModal .modal-body {
    background-color: #F2F5F4;
    margin-top: 0;
}
@media (min-width: 621px) {
    #regModal .modal-body {
        padding: 15px 70px 30px 70px;
    }
}
.modal-title {
    position: relative;
    top: -3px;
}
.modal-title small {
    display: block;
    font-size: 70%;
}
.reg-block .intl-tel-input {
    width: 100% !important;
}
.reg-block .form-control-feedback {
    pointer-events: auto;
}
.reg-block .form-control-feedback {
    right: 15px;
    opacity: 0.5;
    cursor: pointer;
}
.reg-block .form-control-feedback:hover {
    opacity: 1;
}
.btn-green {
    background-color: #0AB7B1;
    color: #fff;
}
.btn-green.btn-md {
    padding: 8px 20px 9px 20px;
    font-size: 18px;
    font-weight: bold;
}
.btn-green:hover,
.btn-green:active {
    background-color: #09a39d;
    color: #fff;
}
.btn-social {
    margin-right: 7px;
}
.btn-social i {
    margin-right: 3px;
}
.btn-fb i {
    position: relative;
    top: 1px;
}
.reg-block .social-signup {
    /*margin-right: -30px;*/
    text-align: center;
}
.reg-block .social-signup-title {
    border-bottom: 1px solid #ddd;
    position: relative;
    top: -7px;
    margin-bottom: 15px;
}
.reg-block .social-signup-title span {
    color: #777;
    display: inline-block;
    padding: 1px 6px;
    background-color: #F2F5F4;
    position: relative;
    top: 9px;
    font-size: 14px;
}
.reg-block .form-control {
    box-shadow: none;
    height: 38px;
}
.reg-block .control-label {
    text-align: left;
    padding-top: 9px;
}
.reg-block .login-options .checkbox {
    margin-left: 10px;
}
.reg-block .btn,
.reg-block .form-control {
    border-radius: 30px;
    font-size: 17px;
}
.reg-block .btn-green {
    display: block;
    width: 100%;
}
.social-signup .btn {
    text-transform: none;
    box-shadow: none;
    font-weight: bold;
    padding-left: 30px;
    padding-right: 30px;
}
.btn-fb {
    background-color: #3864A3;
}
.btn-gp,
.social-signup .btn-gp {
    color: #DF4B38 !important;
    border: 2px solid #C3827A;
    margin-right: 0;
}
.btn-gp:hover,
.social-signup .btn-gp:hover {
    background-color: #F7EFE7;
    border-color: #c3766e;
}
.modal-header .close {
    position: relative;
    z-index: 2;
}
.modal-header + .alert {
    border-radius: 0;
    margin-bottom: 0;
}

.topline-collapse {
    overflow: hidden;
    clear: both;
    transition: all 50ms ease 0ms;
    transform: scale(1);
}
.topline-collapse.collapsing .container {
    transform: scale(0);
}