body {
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
}

h1 {
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    color: #152C5B;
    font-size: 60px;
    line-height: 80px;
}

h3 {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #FA4F58;
    margin-bottom: 10px;
}

h4 {
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    color: #152C5B;
    font-size: 40px;
    line-height: 60px;
    margin-bottom: 20px;
}

h5 {
    margin-bottom: 20px;
}

p.teaser {
    color: #969696;
    font-size: 16px;
    line-height: 29px;
    margin-bottom: 50px;
}

p {
    color: #969696;
    font-size: 16px;
    line-height: 29px;
}

a {
    color: #5A42E7;
}

a:hover {
    color: rgba(0, 0, 0, 0.7);
}

.btn {
    border: none;
    border-radius: 10px;
    padding: 14px 30px;
}

.btn-primary {
    background: #5A42E7;
}

.btn-outline-primary {
    border: 1px solid #5A42E7;
    color: #5A42E7;
}

.btn-primary:hover {
    background: #371FC4;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle,
.btn-primary:focus, .btn-primary:active {
    background: #371FC4;
}

.btn-outline-primary:hover {
    background: #5A42E7;
    color: white;
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle,
.btn-outline-primary:focus, .btn-outline-primary:active{
    background: #371FC4;
    color: white;
}

div.header {
    background: #F6F9FF;
}

.navbar {
    padding-top: 15px;
}

.navbar-nav li {
    padding: 0 25px;
}

.navbar-nav li a {
    font-weight: 600;
}

.btn-link {
    margin-left: 40px;
    color: #371FC4;
    text-decoration: none !important;
}

.btn-link:hover {
    color: rgba(0, 0, 0, 0.7);
    
}

.navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .nav-link.active {
    color: #371FC4;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-collapse {
        justify-content: center;
    }
}

.navbar-brand img {
    width: 94px;
    height: auto;
    margin-top: 3px;
}

div.hero {
    margin-bottom: 40%;
    padding-top: 80px;
}

div.hero h1 {
    margin-bottom: 30px;
}

div.hero h2 {
    color: #646464;
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 45px;
}

div.hero img {
    margin-bottom: -35%;
}

div.box-section {
    padding-top: 40px;
    padding-bottom: 100px;
}

div.box {
    border: 1px solid #F2F2F2;
    padding: 30px 30px 15px 30px;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 320px;
}

div.box {
    box-shadow: 0 60px 110px rgba(0,0,0,0.05);
}

div.box h5 {
    margin-bottom: 20px;
}

div.box p {
    flex-grow: 1;
}

div.box p:last-child {
    flex-grow: 0;
    margin-top: auto;
}

div.boxes {
    display: flex;
    flex-wrap: wrap;
}

div.boxes .col-md-4 {
    display: flex;
    margin-bottom: 30px;
}

div.feature {
    padding-top: 80px;
    padding-bottom: 100px;
}

div.feature .image {
    display: flex;
    align-items: center;
}

div.feature .image.text-right {
    justify-content: right;
}

div.feature .image img {
    width: 90%;
    box-shadow: 0 3px 30px rgba(0,0,0,0.16);
    border-radius: 15px;
}

div.feature .image::before {
    content: "";
    display: block;
    height: 100px;
    width: 100px;
    background: #5A42E7;
    border-radius: 50%;
    position: absolute;
    z-index: -1;
    left: -36px;
}

div.feature .image.yellow::before {
    background: #F99C4E;
}

div.feature .image.text-right::before {
    left: auto;
    right: -36px;
}

div.feature-box {
    border: 1px solid #F2F2F2;
    padding: 20px;
    margin-top: -1px;
}

div.feature-box.first {
    border-radius: 15px 15px 0 0;
}

div.feature-box.last {
    border-radius: 0 0 15px 15px;
    box-shadow: 0 60px 110px rgba(0,0,0,0.05);
}

div.feature-box h6 {
    font-weight: 700;
}

div.feature-box p {
    font-size: 14px;
    line-height: 22px;
}

div.feature-box .icon {
    float: left;
    margin-right: 18px;
    height: 50px;
    width: 50px;
}

div.feature-box .icon svg {
    width: 24px;
    height: 24px;
}

span.icon {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 64px;
    width: 64px;
    border-radius: 15px;
    margin-bottom: 25px;
}

span.icon.blue {
    background: #5A42E7;
}

span.icon.red {
    background: #FA4F58;
}

span.icon.yellow {
    background: #F99C4E;
}

span.icon svg {
    width: 32px;
    height: 32px;
}

span.icon i.test-icon {
    background: url('../assets/test-icon.png') center no-repeat;
    display: block;
    width: 100%;
    height: 100%;
}

div.pricing {
    padding: 70px 0 120px;
}

.pricing-card-title.hidden {
    display: none;
}

.pricing-toggle {
    margin-bottom: 40px;
}

.pricing-toggle p {
    display: inline-block;
    color: #323232;
    padding: 4px 15px;
}

div.card {
    border: 1px solid #F2F2F2;
    border-radius: 20px;
}

div.card:hover {
    box-shadow: 0 15px 30px rgba(0,0,0,0.08);
    transition: all 0.2s ease-in-out;
    transform: scale(1.03, 1.03);
}

div.card-body {
    padding: 30px 30px 15px 30px;
}

div.card-body h1 {
    font-weight: 500;
    font-family: "Open Sans", sans-serif;
    color: #5A42E7;
    font-size: 46px;
}

div.card-body h1 small {
    color: #969696;
    position: relative;
    top: 5px;
    font-size: 17px;
}

div.card-body h2 {
    font-weight: 500;
    font-family: "Open Sans", sans-serif;
    color: #323232;
    font-size: 30px;
    margin-top: -15px;
}

div.card-body ul {
    border-top: 1px solid #F2F2F2;
    padding-top: 20px;
}

div.card li {
    padding: 8px 0 8px 26px;
    background: url('../assets/check-icon-purple.png') 0px 11px no-repeat;
    background-size: 16px;
    color: #646464;
    font-size: 14px;
}

div.card li.na {
    background: url('../assets/check-icon-gray.png') 0px 11px no-repeat;
    background-size: 16px;
    color: #969696;
    text-decoration: line-through;
}

div.card .btn {
    font-size: 15px;
}

.customer-voices {
    padding-bottom: 150px;
}

.bx-wrapper {
    border: none;
    box-shadow: none;
    background: transparent;
}

.bx-viewport {
    padding-top: 32px;
}

.bx-wrapper .bx-controls-auto, .bx-wrapper .bx-pager {
    bottom: -45px;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: #D8D8D8;
}

.bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus, .bx-wrapper .bx-pager.bx-default-pager a:hover {
    background: #3346D3;
}

.bx-slider .slide {
    padding: 20px 20px 15px 20px;
    border-radius: 15px;
    border: 1px solid #F2F2F2;
    background: white;
    height: 100%;
    display: flex;
    flex-direction: column;
    min-height: 320px;
}

.shadow-element {
    box-shadow: 0 60px 110px rgba(0, 0, 0, 0.05);
    height: 245px;
    width: 280px;
    margin: 0 auto;
    position: absolute;
    z-index: -1;
    left: 50%;
    margin-left: -140px;
    margin-top: 14px;
    background: transparent;
}

.slide .person-image {
    margin-top: -53px;
    margin-bottom: 20px;
    width: 70px;
    height: 70px;
    overflow: hidden;
    border-radius: 50%;
}

.slide .person-image img {
    border-radius: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.slide p {
    font-size: 14px;
    line-height: 26px;
}

.slide p.review {
    border-bottom: none;
    padding-bottom: 15px;
    height: 150px;
    overflow: hidden;
    flex-grow: 0;
    margin-bottom: 0;
}

.slide p.name {
    color: #323232;
    margin-bottom: 2px;
}

.slide .info {
    margin-top: auto;
    padding-top: 15px;
    border-top: 1px solid #F2F2F2;
    position: relative;
}

.slide .info p {
    margin-bottom: 2px;
}

.controls {
    margin-top: 108px;
}

.slide-control a {
    display: inline-block;
    height: 50px;
    width: 50px;
    background-color: #F4F4F4;
    border-radius: 50%;
    margin-left: 15px;
}

.slide-control a:hover {
    background-color: #5A42E7;
}

.slide-control a.bx-prev {
    background-image: url('../assets/arrow_left_gray.png');
    background-size: 8px;
    background-repeat: no-repeat;
    background-position: center;
}

.slide-control a.bx-prev:hover {
    background-image: url('../assets/arrow_left_white.png');
}

.slide-control a.bx-next {
    background-image: url('../assets/arrow_right_gray.png');
    background-size: 8px;
    background-repeat: no-repeat;
    background-position: center;
}

.slide-control a.bx-next:hover {
    background-image: url('../assets/arrow_right_white.png');
}

div.review {
    float: right;
    margin-top: -42px;
}

.review span {
    color: #969696;
    font-size: 14px;
    display: inline-block;
}

.review img {
    width: 100px;
    display: inline-block;
    position: relative;
    top: -1px;
    left: 5px;
}

.footer-top {
    padding-bottom: 40px;
}

.footer-top ul {
    list-style-type: none;
    padding-left: 0;
}

.footer-top ul li a {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #969696;
    margin-bottom: 15px;
}

.footer-top img {
    width: 100px;
    margin-bottom: 20px;
}

.footer-top p {
    font-size: 14px;
    line-height: 24px;
}

.footer-top h6 {
    font-weight: 600;
    margin-bottom: 20px;
}

.footer-bottom {
    background: #5A42E7;
}

.footer-bottom p {
    color: white;
    font-size: 14px;
    padding: 15px 0;
    margin: 0;
}

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
    top: -5px;
}

/* Hide default HTML checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.switch-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #F5F9F9;
    -webkit-transition: .4s;
    transition: .4s;
}

.switch-slider:before {
    position: absolute;
    content: "I";
    font-weight: bold;
    line-height: 20px;
    color: white;
    font-size: 10px;
    height: 20px;
    width: 20px;
    left: 6px;
    bottom: 6px;
    background-color: #5A42E7;
    -webkit-transition: .4s;
    transition: .4s;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
}

input:checked + .switch-slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.switch-slider.round {
    border-radius: 34px;
}

.switch-slider.round:before {
    border-radius: 50%;
}