
.w-checkbox {
    display: block;
    margin-bottom: 5px;
    padding-left: 20px;
}
index-search{
    width:36%;
}
.home-container{
    margin-top:80px;
}
.master-container{
    margin-top:80px !important;
}
.w-checkbox:before {
    content: ' ';
    display: table;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
}

.w-checkbox:after {
    content: ' ';
    display: table;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    clear: both;
}

.w-checkbox-input {
    float: left;
    margin-bottom: 0px;
    margin-left: -20px;
    margin-right: 0px;
    margin-top: 4px;
    line-height: normal;
}

.footer-bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 64px;
    margin-right: 15px;
    margin-left: 15px;
    padding-top: 32px;
    padding-bottom: 32px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-top: 1px solid #e1e6ee;
    color: #a9b0be;
    font-size: 11px;
    line-height: 16px;
}


.divider {
  position: relative;
  z-index: 1;
  width: 40px;
  height: 4px;
  margin-top: 20px;
  margin-bottom: 24px;
  background-color: #cbd0df;
}

.divider.white {
  background-color: #fff;
}

.divider.center {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.divider.center {
  margin-bottom: 30px;
}

.divider.no-margin-top {
  margin-top: 0px;
  margin-bottom: 60px;
}


.side-media {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    min-height: 240px;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.side-media.flex-right {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.side-media.bg-circles {
    background-image: url('../images/bg-circles-01.svg');
    background-position: 50% 50%;
    background-size: 82%;
    background-repeat: no-repeat;
}

.circle-icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 64px;
    height: 64px;
    margin-bottom: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    background-color: #253f6f;
}

.circle-icon.color-1-ghost {
    padding: 20px;
}

.circle-icon.left {
    margin-right: 20px;
    margin-bottom: 0px;
}

.nav-dropdown-link-info {
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 16px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.button-icon {
    width: 20px;
    margin-right: 8px;
    float: left;
}

.dropdown-list.w--open {
    left: 0px;
    margin-top: 28px;
    margin-left: -8px;
    padding: 8px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border: 1px solid #e1e6ee;
    border-radius: 6px;
    background-color: #fff;
    box-shadow: 0 1px 6px 0 rgba(89, 98, 115, 0.1);
}

.dropdown-list.v2.w--open {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 420px;
    margin-left: -48px;
    padding: 12px;
}

.footer-v2-bottom-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.circle-wave-9 {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 2;
    display: block;
    width: 90%;
    height: 90%;
    margin: auto;
    border: 2px solid #fff;
    border-radius: 50%;
    opacity: 0.2;
}

.team-member-info {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.side-features-v1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-top: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: left;
}

.section-intro {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 600px;
    margin-bottom: 0px;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    font-size:38px;
    font-weight:500;
}
.image-box{
    width: 25%;
    padding-right: 15px;
    padding-left: 15px;
}
.image-section{  
    background-color: #fff;
    box-shadow: 0 10px 24px 0 rgba(82, 91, 115, .12);
    padding: 12%;
}
    .image-section > a > img{
     margin: 1px !important;
     vertical-align: middle;
    border-style: none;
    }

    .section-intro.no-margin {
        margin: 0px;
       
    }

.features-v3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: -32px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .features-v3._2-columns {
        width: 800px;
    }

.review-v2-add-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 48px;
    height: 48px;
    margin-bottom: 12px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 1px 5px 0 rgba(44, 51, 64, 0.16);
    -webkit-transition: -webkit-transform 200ms ease;
    transition: -webkit-transform 200ms ease;
    transition: transform 200ms ease;
    transition: transform 200ms ease, -webkit-transform 200ms ease;
}

    .review-v2-add-link:hover {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }

.nav-bar {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    z-index: 100;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 40px;
    padding-left: 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #fff;
    box-shadow: 1px 0 10px 0 rgba(89, 98, 115, 0.2);
}

.social-icon {
    width: 16px;
}

.review-v2-avatar {
    width: 32px;
    height: 32px;
    margin-right: 12px;
    border-radius: 50%;
}

.team-member-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 24px;
    height: 24px;
    margin-top: 2px;
    padding: 5px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-radius: 4px;
    -webkit-transition: -webkit-transform 200ms ease;
    transition: -webkit-transform 200ms ease;
    transition: transform 200ms ease;
    transition: transform 200ms ease, -webkit-transform 200ms ease;
}

    .team-member-link:hover {
        position: relative;
        z-index: 1;
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
    }

.text-dark-grey {
    color: #596273;
}

.form-success {
    padding-top: 16px;
    padding-bottom: 16px;
    background-color: transparent;
}

.text-left {
    text-align: left;
}

.cta-card-icon {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 80px;
    height: 80px;
    margin-bottom: -40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 1px 3px 0 rgba(89, 98, 115, 0.2);
}

.team {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: -15px;
    margin-bottom: 64px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.bubble-6 {
    position: absolute;
    left: 0%;
    top: 0px;
    right: 38%;
    bottom: -14vh;
    z-index: 5;
    display: block;
    width: 8vh;
    height: 8vh;
    margin: auto;
    border-radius: 50%;
    background-color: #fff;
    -webkit-filter: blur(10px);
    filter: blur(10px);
}

.full-width {
    width: 100%;
}

.cta-card {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    max-width: 770px;
    margin-right: 15px;
    margin-left: 15px;
    padding: 80px 16% 64px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 10px;
    background-color: #253f6f;
    color: #fff;
    text-align: center;
}

    .cta-card.grade-2 {
        background-image: radial-gradient(circle farthest-corner at 50% 0%, #ff933c, #f8238f);
        box-shadow: 0 8px 24px 0 rgba(252, 55, 98, 0.4);
        color: #fff;
    }

.social-circle-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 48px;
    height: 48px;
    margin: 4px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #e1e6ee;
    border-radius: 50%;
    -webkit-transition: border-color 200ms ease;
    transition: border-color 200ms ease;
}

    .social-circle-link:hover {
        border-color: #d3d8e1;
    }

.message-text {
    margin-right: 20px;
    font-size: 16px;
    line-height: 24px;
}

.footer-v2-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 500px;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.nav-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
}

.footer-v2-bottom-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.cta-card-waves {
    position: absolute;
    top: -335px;
    width: 670px;
    height: 670px;
    border-radius: 50%;
    opacity: 0.15;
}

.bubble-2 {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 72%;
    bottom: 27vh;
    z-index: 9;
    display: block;
    width: 20vh;
    height: 20vh;
    margin: auto;
    border-radius: 50%;
    background-color: #fff;
    opacity: 0.83;
    -webkit-filter: blur(9px);
    filter: blur(9px);
}

.nav-dropdown-link-icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 48px;
    height: 48px;
    padding: 14px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-radius: 50%;
    background-color: rgba(37, 131, 253, 0.12);
}

    .nav-dropdown-link-icon.color-3-ghost {
        background-color: rgba(255, 147, 32, 0.12);
    }

    .nav-dropdown-link-icon.color-4-ghost {
        background-color: rgba(70, 206, 31, 0.12);
    }

    .nav-dropdown-link-icon.color-6-ghost {
        background-color: rgba(0, 213, 187, 0.12);
    }

    .nav-dropdown-link-icon.color-2-ghost {
        background-color: rgba(252, 55, 98, 0.12);
    }

    .nav-dropdown-link-icon.color-5-ghost {
        background-color: rgba(142, 42, 240, 0.12);
    }

.page-wrapper {
    position: relative;
    overflow: hidden;
     margin-left:0 !important;
}

.cta-card-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

    .cta-card-wrapper.margin-top {
        margin-top: 112px;
    }

.bubble-10 {
    position: absolute;
    left: 0%;
    top: 0px;
    right: -19%;
    bottom: 69vh;
    z-index: 1;
    display: block;
    width: 4vh;
    height: 4vh;
    margin: auto;
    border-radius: 50%;
    background-color: #fff;
    opacity: 0.6;
    -webkit-filter: blur(8px);
    filter: blur(8px);
}

.bubble-3 {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 26%;
    bottom: 59vh;
    z-index: 8;
    display: block;
    width: 15vh;
    height: 15vh;
    margin: auto;
    border-radius: 50%;
    background-color: #fff;
    opacity: 0.78;
    -webkit-filter: blur(11px);
    filter: blur(11px);
}

.hero-v6-circle-1 {
    position: absolute;
    top: -12%;
    right: -10%;
    width: 400px;
    height: 400px;
    border-style: solid;
    border-width: 56px;
    border-color: rgba(69, 185, 220, 0.12);
    border-radius: 50%;
}

.navigation {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.footer-v2-bottom-menu-link {
    margin-right: 20px;
    color: #596273;
    font-size: 10px;
    line-height: 16px;
    text-decoration: none;
    text-transform: uppercase;
}

    .footer-v2-bottom-menu-link:hover {
        text-decoration: underline;
    }

.review-v2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 8px 6px;
    padding: 8px 16px 8px 8px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 24px;
    background-color: #fff;
    box-shadow: 0 1px 5px 0 rgba(44, 51, 64, 0.16);
    color: #2c3340;
}

.features-v1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: -64px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.bubble-8 {
    position: absolute;
    left: 97%;
    top: 0px;
    right: 0%;
    bottom: -11vh;
    z-index: 3;
    display: block;
    width: 4vh;
    height: 4vh;
    margin: auto;
    border-radius: 50%;
    background-color: #fff;
    opacity: 0.45;
    -webkit-filter: blur(6px);
    filter: blur(6px);
}

.circle-wave-3 {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 8;
    display: block;
    width: 30%;
    height: 30%;
    margin: auto;
    border: 2px solid #fff;
    border-radius: 50%;
    opacity: 0.8;
}

.team-member-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 16px;
    padding-bottom: 16px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #e1e6ee;
}

.review-v2-add-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 24px;
    padding-top: 8px;
    padding-bottom: 8px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.team-member-position {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: #596273;
    font-size: 11px;
    line-height: 16px;
    text-align: right;
    text-transform: uppercase;
}

.nav-dropdown-link-v2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    padding: 12px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-radius: 5px;
    color: #2c3340;
    font-size: 14px;
    text-decoration: none;
}

    .nav-dropdown-link-v2:hover {
        background-color: #f5f6f8;
    }

    .nav-dropdown-link-v2.w--current {
        color: #2c3340;
        font-weight: 700;
    }

.circle-wave {
    position: relative;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 10;
    display: block;
    width: 100%;
    height: 100%;
    margin: auto;
    border-radius: 50%;
    box-shadow: inset 0 0 100px 100px #fff;
    opacity: 0.5;
}

.no-margin {
    margin: 0px;
}

.hero-v6-media {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.text-block {
    margin-top: 16px;
    color: #596273;
    font-size: 14px;
    line-height: 24px;
}

.bubble-5 {
    position: absolute;
    left: 71%;
    top: 0px;
    right: 0%;
    bottom: -43vh;
    z-index: 6;
    display: block;
    width: 8vh;
    height: 8vh;
    margin: auto;
    border-radius: 50%;
    background-color: #fff;
    opacity: 0.52;
    -webkit-filter: blur(8px);
    filter: blur(8px);
}

.bubble-9 {
    position: absolute;
    left: 0%;
    top: 0px;
    right: 66%;
    bottom: -40vh;
    z-index: 2;
    display: block;
    width: 4vh;
    height: 4vh;
    margin: auto;
    border-radius: 50%;
    background-color: #fff;
    opacity: 0.5;
    -webkit-filter: blur(5px);
    filter: blur(5px);
}

.side-feature-v1-info {
    margin-left: 16px;
    padding-top: 0px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.feature-v1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 33.33%;
    padding-right: 2%;
    padding-bottom: 72px;
    padding-left: 2%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.circle-wave-6 {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 5;
    display: block;
    width: 60%;
    height: 60%;
    margin: auto;
    border: 2px solid #fff;
    border-radius: 50%;
    opacity: 0.5;
}

.nav-dropdown-link {
    padding: 9px 16px 11px;
    border-radius: 5px;
    color: #2c3340;
    font-size: 14px;
}

    .nav-dropdown-link:hover {
        background-color: #f5f6f8;
    }

    .nav-dropdown-link.w--current {
        color: #2c3340;
        font-weight: 700;
    }

.link-grey {
    color: #7a8292;
    text-decoration: none;
}

    .link-grey:hover {
        text-decoration: underline;
    }

.circle-wave-8 {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 3;
    display: block;
    width: 80%;
    height: 80%;
    margin: auto;
    border: 2px solid #fff;
    border-radius: 50%;
    opacity: 0.3;
}

.section {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 120px 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
}

    .section.border-top {
        border-top: 1px solid #e1e6ee;
    }

    .section.mask {
        overflow: hidden;
    }

    .section.hero-v6-section {
        padding-top: 150px;
    }

    .section.haze {
        background-color: #fff;
    }

    .section.grade {
        background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f5f6f8));
        background-image: linear-gradient(180deg, #fff, #f5f6f8);
    }

    .section.no-padding-vertical.border-top {
        padding-top: 60px;
    }

    .section.hero-v2-section {
        padding-top: 192px;
        background-image: radial-gradient(circle farthest-corner at 50% 50%, #ff933c, #f8238f);
        color: #fff;
    }

    .section.grade-3 {
        background-image: radial-gradient(circle farthest-corner at 50% 50%, #d044f2, #481ceb);
        color: #fff;
    }

    .section.dark {
        background-color: #253f6f;
        color: #fff;
    }

    .section.hero-v4-section {
        padding-top: 160px;
        padding-bottom: 88px;
        color: #fff;
    }

    .section.haze {
        background-color: #f5f6f8;
    }

    .section.borders {
        border-top: 1px solid #e1e6ee;
        border-bottom: 1px solid #e1e6ee;
    }

.logo-icon {
    height: 24px;
    margin-right: 6px;
    margin-left: -2px;
   
}

.circle-wave-5 {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 6;
    display: block;
    width: 50%;
    height: 50%;
    margin: auto;
    border: 2px solid #fff;
    border-radius: 50%;
    opacity: 0.6;
}

.form-error {
    padding: 8px 12px;
    background-color: transparent;
    color: #fc3762;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
}

    .form-error.dark-bg {
        color: #fff;
    }

.brand {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 14px;
    padding-left: 14px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
}

    .brand.footer-v4-brand {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

    .brand.footer-v1-brand {
        padding-right: 0px;
        padding-bottom: 24px;
        padding-left: 0px;
    }

.text-grey {
    color: #7a8292;
    text-align: left;
}

.hero-v6-circle-2 {
    position: absolute;
    left: -8%;
    bottom: -9%;
    width: 270px;
    height: 270px;
    border-radius: 50%;
    background-color: rgba(255, 167, 8, 0.12);
}

.feature-info-right {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.blog-v2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: -40px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

    .blog-v2.margin-bottom {
        margin-bottom: 32px;
    }

.dropdown-bridge {
    position: absolute;
    left: 0px;
    top: -30px;
    right: 0px;
    height: 30px;
}

.testimonials-v2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 83.33%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.circle-wave-2 {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 9;
    display: block;
    width: 20%;
    height: 20%;
    margin: auto;
    border: 2px solid #fff;
    border-radius: 50%;
    opacity: 0.9;
}

.bubble-4 {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 7%;
    bottom: -56vh;
    z-index: 7;
    display: block;
    width: 12vh;
    height: 12vh;
    margin: auto;
    border-radius: 50%;
    background-color: #fff;
    opacity: 0.72;
    -webkit-filter: blur(10px);
    filter: blur(10px);
}

.circle-wave-1 {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 10;
    display: block;
    width: 10%;
    height: 10%;
    margin: auto;
    border: 2px solid #fff;
    border-radius: 50%;
}

.team-member-avatar {
    width: 130px;
    height: 160px;
    border-radius: 6px;
    background-image: url('../images/example-bg.png');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

    .team-member-avatar._1 {
        margin-right: 30px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        background-image: url('../images/Avatar-30.jpg');
    }

    .team-member-avatar._2 {
        margin-right: 30px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        background-image: url('../images/Avatar-32.jpg');
    }

    .team-member-avatar._3 {
        margin-right: 30px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        background-image: url('../images/Avatar-27.jpg');
    }

    .team-member-avatar._4 {
        margin-right: 30px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        background-image: url('../images/Avatar-31.jpg');
    }

.title {
    margin-bottom: 5px;
    color: #45b9dc;
    font-size: 11px;
    line-height: 16px;
    font-weight: 700;
    text-align: left;
    letter-spacing: 2px;
    text-transform: uppercase;
}

    .title.dark-bg {
        color: hsla(0, 0%, 100%, 0.6);
    }

.nav-dropdown-icon {
    display: none;
}

.dropdown-corner {
    position: absolute;
    left: 33px;
    top: -5px;
    z-index: 1;
    display: block;
    width: 8px;
    height: 8px;
    margin-right: auto;
    margin-left: auto;
    border-top: 1px solid #e1e6ee;
    border-left: 1px solid #e1e6ee;
    background-color: #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

    .dropdown-corner.padding {
        left: 89px;
    }

.side-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    padding-right: 8%;
    padding-left: 8%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.wrapper {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 1200px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
}

    .wrapper.nav-bar-wrapper {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        height: 72px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }

.nav-dropdown-link-text {
    color: #7a8292;
    font-size: 12px;
    line-height: 16px;
}

.nav-link {
    padding: 8px 16px;
    border-radius: 5px;
}

    .nav-link:hover {
        background-color: #f5f6f8;
    }

    .nav-link.w--current {
        color: #2c3340;
        font-weight: 700;
    }

.hero-v6-laptop {
    position: relative;
    z-index: 10;
    max-width: 840px;
}

.post-item-small {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 33.33%;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.social-icons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

    .social-icons.subscribe-v1-icons {
        margin-right: -4px;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

.bubble-1 {
    position: absolute;
    left: 50%;
    top: 0px;
    right: 0px;
    bottom: 28vh;
    z-index: 10;
    display: block;
    width: 36vh;
    height: 36vh;
    margin: auto;
    border-radius: 50%;
    background-color: #fff;
    -webkit-filter: blur(10px);
    filter: blur(10px);
}

.feature-v3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 33.33%;
    padding: 16px 25px 32px 15px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

    .feature-v3._50-percent {
        width: 50%;
    }

.team-member-heading {
    margin-right: 6px;
    margin-bottom: 0px;
}

.team-member {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 40px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 6px 12px 0 rgba(89, 98, 115, 0.12);
}

.hero-v6-phone {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 11;
    width: 36%;
    margin-top: 4%;
    margin-right: -9%;
}

.cta-card-info {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.input {
    height: 48px;
    min-width: 228px;
    margin-bottom: 24px;
    padding: 7px 24px 8px;
    border: 1px solid #d3d8e1;
    border-radius: 5px;
    background-color: #f5f6f8;
    -webkit-transition: border-color 200ms ease;
    transition: border-color 200ms ease;
}

    .input:focus {
        border-color: #a9b0be;
    }

    .input::-webkit-input-placeholder {
        color: #a9b0be;
    }

    .input:-ms-input-placeholder {
        color: #a9b0be;
    }

    .input::-ms-input-placeholder {
        color: #a9b0be;
    }

    .input::placeholder {
        color: #a9b0be;
    }

    .input.dark-bg {
        border-color: hsla(0, 0%, 100%, 0.6);
        background-color: hsla(0, 0%, 100%, 0.1);
    }

        .input.dark-bg::-webkit-input-placeholder {
            color: hsla(0, 0%, 100%, 0.7);
        }

        .input.dark-bg:-ms-input-placeholder {
            color: hsla(0, 0%, 100%, 0.7);
        }

        .input.dark-bg::-ms-input-placeholder {
            color: hsla(0, 0%, 100%, 0.7);
        }

        .input.dark-bg::placeholder {
            color: hsla(0, 0%, 100%, 0.7);
        }

        .input.dark-bg.no-margin {
            margin: 0px;
        }

    .input.icon-input-bg {
        position: relative;
        z-index: 1;
        margin: 0px;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        border-style: solid;
        border-width: 1px;
        border-color: hsla(0, 0%, 100%, 0.6);
        border-radius: 0px 5px 5px 0px;
        background-color: hsla(0, 0%, 100%, 0.1);
        -webkit-transition: border-color 200ms ease, background-color 200ms ease;
        transition: border-color 200ms ease, background-color 200ms ease;
    }

        .input.icon-input-bg:focus {
            border-color: #fff;
            background-color: hsla(0, 0%, 100%, 0.05);
        }

        .input.icon-input-bg::-webkit-input-placeholder {
            color: hsla(0, 0%, 100%, 0.7);
        }

        .input.icon-input-bg:-ms-input-placeholder {
            color: hsla(0, 0%, 100%, 0.7);
        }

        .input.icon-input-bg::-ms-input-placeholder {
            color: hsla(0, 0%, 100%, 0.7);
        }

        .input.icon-input-bg::placeholder {
            color: hsla(0, 0%, 100%, 0.7);
        }

    .input.icon-input {
        position: relative;
        z-index: 1;
        margin: 0px;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        border: 1px solid #e1e6ee;
        border-radius: 0px 5px 5px 0px;
        text-align: left;
    }

.message {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 24px 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

    .message.grade-2 {
        background-image: -webkit-gradient(linear, left top, right top, from(#f8238f), to(#ff933c));
        background-image: linear-gradient(90deg, #f8238f, #ff933c);
        color: #fff;
    }

.subscribe-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.circle-wave-7 {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 4;
    display: block;
    width: 70%;
    height: 70%;
    margin: auto;
    border: 2px solid #fff;
    border-radius: 50%;
    opacity: 0.4;
}

.bg-bubbles {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    max-width: 92%;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 0.18;
}

.button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 48px;
    padding: 12px 24px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 5px;
    background-color: #45b9dc;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#39abff), to(#397ef3));
    background-image: linear-gradient(180deg, #45b9dc, #45b9dc);
    box-shadow: inset 0 0 0 1px #45b9dc;
    -webkit-transition: box-shadow 200ms ease;
    transition: box-shadow 200ms ease;
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    border-radius: 20px;
}

.button:hover {
    box-shadow: inset 0 0 0 1px #45b9dc, 0 4px 16px 0 rgba(37, 131, 253, 0.5);
    text-decoration: none;
}

.button.white {
    background-color: #fff;
    background-image: none;
    box-shadow: none;
    -webkit-transition: box-shadow 200ms ease;
    transition: box-shadow 200ms ease;
    color: #2c3340;
}

.button.white:hover {
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.16);
}

.button.small {
    height: 40px;
    padding: 8px 20px;
    font-size: 13px;
    line-height: 20px;
}

.button.side-margins {
    margin-right: 6px;
    margin-left: 6px;
}

.button.ghost {
    background-color: transparent;
    background-image: none;
    box-shadow: inset 0 0 0 1px #d3d8e1;
    color: #2c3340;
}

.button.ghost:hover {
    box-shadow: inset 0 0 0 1px #a9b0be;
}

.footer-v2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-top: 64px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.circle-wave-4 {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 7;
    display: block;
    width: 40%;
    height: 40%;
    margin: auto;
    border: 2px solid #fff;
    border-radius: 50%;
    opacity: 0.7;
}

.bubble-7 {
    position: absolute;
    left: 84%;
    top: 0px;
    right: 0%;
    bottom: 59vh;
    z-index: 4;
    display: block;
    width: 5vh;
    height: 5vh;
    margin: auto;
    border-radius: 50%;
    background-color: #fff;
    opacity: 0.49;
    -webkit-filter: blur(8px);
    filter: blur(8px);
}

.team-member-wrapper {
    width: 50%;
    padding: 15px;
}

.play-button-circle {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 72px;
    height: 72px;
    padding: 22px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 2px solid #fff;
    border-radius: 50%;
    background-color: rgba(37, 63, 111, 0.7);
    box-shadow: 0 4px 12px 0 rgba(89, 98, 115, 0.16);
}

    .play-button-circle.hero-v6-button {
        position: absolute;
        z-index: 20;
    }

.side-feature {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.side-feature-v1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-bottom: 8px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.input-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    margin-bottom: 24px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

    .input-wrapper.no-margin {
        margin: 0px;
    }

.input-icon-base {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 48px;
    height: 48px;
    padding: 11px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid none solid solid;
    border-width: 1px;
    border-color: #e1e6ee;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    background-color: #fff;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f5f6f8));
    background-image: linear-gradient(180deg, #fff, #f5f6f8);
}

    .input-icon-base.dark-bg {
        border-color: hsla(0, 0%, 100%, 0.6);
        background-color: hsla(0, 0%, 100%, 0.24);
        background-image: none;
    }

.link-arrow-icon {
    margin-top: 1px;
    margin-left: 4px;
}

.link-arrow {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 6px;
    padding-bottom: 6px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #2583fd;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    text-align: left;
    text-decoration: none;
}

.laptop-left {
    position: relative;
    right: 0px;
    display: block;
    width: 980px;
    max-width: none;
    margin-right: 8%;
}

.iphone-floating-right {
    position: absolute;
    right: 0px;
    z-index: 1;
    height: 92%;
    margin-right: -10%;
}

.icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 56px;
    height: 56px;
    margin-bottom: 24px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 10px;
}

    .icon.left {
        margin-right: 24px;
        margin-bottom: 0px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

        .icon.left.color-1-ghost {
            background-image: none;
        }

    .icon.color-1-ghost {
        background-image: url('../images/buzz-icon.png');
        background-position: 0px 0px;
        background-size: contain;
        background-repeat: no-repeat;
    }

.heading {
    font-size: 31px;
}

.heading-2 {
    margin-top: 0px;
}

.footer-v4-link {
    padding: 6px 12px;
    border-radius: 5px;
    -webkit-transition: color 200ms ease;
    transition: color 200ms ease;
    color: #596273;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    text-decoration: none;
}

    .footer-v4-link:hover {
        background-color: #f5f6f8;
        color: #2c3340;
    }

.social-link-small {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 3px;
    padding: 6px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #e1e6ee;
    border-radius: 5px;
    -webkit-transition: border-color 200ms ease;
    transition: border-color 200ms ease;
}

    .social-link-small:hover {
        border-color: #d3d8e1;
    }

    .social-link-small.dark-bg {
        border-color: hsla(0, 0%, 100%, 0.25);
    }

        .social-link-small.dark-bg:hover {
            border-color: hsla(0, 0%, 100%, 0.5);
        }

.footer-v4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-top: 32px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.social-icons-small {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: -3px;
    margin-left: -3px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

    .social-icons-small.footer-v4-icons {
        margin-left: 13px;
    }

.footer-v4-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.footer-v4-bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 32px;
    margin-right: 15px;
    margin-left: 15px;
    padding-top: 24px;
    padding-bottom: 24px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-top: 1px solid #e1e6ee;
    color: #a9b0be;
    font-size: 11px;
    line-height: 16px;
}

.social-icon-small {
    width: 12px;
}

.side-feature-v1-info-2 {
    margin-left: 16px;
    padding-top: 2px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.side-iphone {
    width: 64%;
}

.pricing-v2-tag-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 8px;
    padding-top: 8px;
    padding-bottom: 8px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
}

.pricing-v2-billing {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.info {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 20px;
    height: 20px;
    margin-left: 8px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #e1e6ee;
    border-radius: 50%;
    background-image: url('../images/info-icon.svg');
    background-position: 50% 50%;
    background-repeat: no-repeat;
    -webkit-transition: border 300ms ease;
    transition: border 300ms ease;
    cursor: pointer;
}

    .info:hover {
        border-color: #d3d8e1;
    }

.tooltip-arrow {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: -5px;
    display: block;
    width: 8px;
    height: 8px;
    margin-right: auto;
    margin-left: auto;
    border-right: 1px solid #e1e6ee;
    border-bottom: 1px solid #e1e6ee;
    background-color: #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.tooltip {
    position: absolute;
    bottom: 50%;
    z-index: 5;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 200px;
    max-width: 200px;
    margin-bottom: 20px;
    padding: 12px 16px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #e1e6ee;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0 2px 6px 0 rgba(89, 98, 115, 0.1);
    color: #7a8292;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
}

.pricing-v2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 83.33%;
    margin-top: 60px;
    margin-bottom: -32px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.pricing-v-2-feature {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 9px;
    padding-bottom: 9px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

    .pricing-v-2-feature.no {
        color: #a9b0be;
    }

.pricing-v2-features {
    margin-bottom: 0px;
    padding-top: 16px;
    padding-bottom: 16px;
}

.pricing-v2-icon {
    position: absolute;
    right: 40px;
    bottom: -32px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 64px;
    height: 64px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 4px 10px 0 rgba(89, 98, 115, 0.12);
}

.text-white-faded {
    color: hsla(0, 0%, 100%, 0.7);
}

.pricing-v2-card-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 32px 48px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-color: #e1e6ee;
}

    .pricing-v2-card-header._1 {
        position: relative;
        padding-top: 80px;
        padding-bottom: 80px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
        background-image: url('../images/oldway.jpg');
        background-position: 50% 50%;
        background-size: cover;
        background-repeat: no-repeat;
        color: #fff;
    }

    .pricing-v2-card-header._2 {
        position: relative;
        padding-top: 80px;
        padding-bottom: 80px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
        background-image: url('../images/OurWay.jpg');
        background-position: 50% 50%;
        background-size: cover;
        background-repeat: no-repeat;
        color: #fff;
    }

.text-link {
    color: #2583fd;
    text-decoration: none;
}

    .text-link:hover {
        text-decoration: underline;
    }

.pricing-v2-card {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 15px;
    margin-bottom: 32px;
    margin-left: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-radius: 10px;
    background-color: #fff;
    -webkit-transition: box-shadow 300ms ease;
    transition: box-shadow 300ms ease;
    text-align: center;
}

.pricing-additional-info {
    display: block;
    max-width: 370px;
    margin-top: 64px;
    margin-right: auto;
    margin-left: auto;
    color: #596273;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
}

.pricing-v2-card-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 48px;
    margin-left: 48px;
    padding-top: 32px;
    padding-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.pricing-v2-tag {
    margin-right: 12px;
    font-size: 36px;
    line-height: 44px;
}

.pricing-v2-feature-icon {
    width: 24px;
    margin-right: 12px;
}

.bold-text {
    text-align: left;
}

    .bold-text.red {
        color: #ee310b;
    }

    .bold-text.blue {
        color: #52c540;
    }

.heading-3 {
    font-size: 15px;
    line-height: 19px;
    text-align: left;
}

.side-buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.title-2 {
    margin-bottom: 16px;
    color: #a9b0be;
    font-size: 11px;
    line-height: 16px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

    .title-2.dark-bg {
        color: #333;
    }

.heading-4 {
    font-size: 26px;
}

.feature-v2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 25%;
    padding-right: 25px;
    padding-bottom: 64px;
    padding-left: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.footer-v1-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 20%;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.sidebar-border-card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 40px 32px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #e1e6ee;
    border-radius: 10px;
    text-align: center;
}

.pricing-v1-billing {
    color: #7a8292;
    font-size: 11px;
    text-transform: uppercase;
}

.tabs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.video-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 24px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #2c3340;
    text-decoration: none;
}

    .video-link.dark-bg {
        color: #fff;
    }

.no-margin-bottom {
    margin-bottom: 0px;
}

.slider-nav {
    height: 30px;
    opacity: 1;
    font-size: 9px;
    line-height: 16px;
}

.hidden {
    display: none;
    margin-left: 0px;
}

.nav-menu-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.pricing-bg {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    height: 47%;
    background-color: #253f6f;
}

    .pricing-bg.grade-3 {
        overflow: hidden;
        background-image: radial-gradient(circle farthest-corner at 50% 50%, #d044f2, #481ceb);
    }

.pricing-v1-badge {
    position: absolute;
    top: -60px;
    right: -60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 120px;
    height: 120px;
    padding-bottom: 7px;
    padding-left: 1px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #253f6f;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    color: #fff;
    font-size: 12px;
    line-height: 16px;
    font-weight: 700;
}

.footer-v1 {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-top: 64px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.mini-feature {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 33.33%;
    padding: 8px 25px 32px 15px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.subscribe-card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 470px;
    padding: 56px 64px 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 10px;
    background-color: #fff;
    color: #2c3340;
    text-align: center;
}

.tabs-menu {
    display: block;
    margin-right: auto;
    margin-bottom: 80px;
    margin-left: auto;
    padding: 4px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #e1e6ee;
    border-radius: 8px;
    background-color: #fff;
}

    .tabs-menu.dark-bg {
        border-color: rgba(0, 0, 0, 0.12);
        background-color: rgba(0, 0, 0, 0.06);
    }

.pricing-v1-tag {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 32px;
    padding-right: 19px;
    padding-bottom: 24px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 64px;
    line-height: 44px;
}

.pricing-v1-badge-icon {
    width: 18px;
    margin-right: 1px;
    margin-bottom: 3px;
}

.testimonials-v5 {
    width: 100%;
    height: auto;
    margin-top: -20px;
    margin-bottom: -40px;
    padding-bottom: 80px;
    background-color: transparent;
}

.footer-v1-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 20%;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.checkbox {
    margin-top: 4px;
    margin-bottom: 28px;
    color: #7a8292;
    font-size: 12px;
    line-height: 16px;
}

.review-v5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    line-height: 24px;
    font-style: italic;
    text-align: center;
}

.mini-faq {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 83.33%;
    margin-bottom: -32px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.mini-features {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 83.33%;
    margin-bottom: -32px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.sidebar {
    width: 300px;
    padding-right: 15px;
    padding-left: 15px;
}

.video-link-icon-base {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 8px;
    padding: 4px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    background-color: #fff;
}

.mini-feature-icon {
    margin-right: 16px;
}

.faq-question {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-bottom: 8px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.footer-app-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 6px;
    margin-bottom: 6px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #2c3340;
    font-size: 13px;
    line-height: 20px;
    font-weight: 700;
    text-decoration: none;
}

    .footer-app-link:hover {
        text-decoration: underline;
    }

    .footer-app-link.dark-bg {
        color: #fff;
    }

.testimonials-v5-slide {
    width: 33.33%;
    padding-right: 4%;
    padding-left: 4%;
}

.footer-app-icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 40px;
    height: 40px;
    margin-right: 12px;
    padding: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border: 1px solid #e1e6ee;
    border-radius: 10px;
    background-color: transparent;
    -webkit-transition: border-color 200ms ease;
    transition: border-color 200ms ease;
}

    .footer-app-icon:hover {
        border-color: #d3d8e1;
    }

    .footer-app-icon.dark-bg {
        border-color: hsla(0, 0%, 100%, 0.25);
    }

        .footer-app-icon.dark-bg:hover {
            border-color: hsla(0, 0%, 100%, 0.5);
        }

.subscribe-card-from {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-top: 8px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: left;
}

.footer-v1-link {
    padding-top: 4px;
    padding-bottom: 4px;
    -webkit-transition: color 200ms ease;
    transition: color 200ms ease;
    color: #7a8292;
    font-size: 12px;
    line-height: 24px;
    text-decoration: none;
}

    .footer-v1-link:hover {
        text-decoration: underline;
    }

    .footer-v1-link.dark-bg {
        color: hsla(0, 0%, 100%, 0.7);
    }

.video-link-icon {
    width: 16px;
}

.pricing-v1-feature {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 5px;
    -webkit-transition: background-color 300ms ease, color 300ms ease;
    transition: background-color 300ms ease, color 300ms ease;
    color: #596273;
    cursor: help;
}

    .pricing-v1-feature:hover {
        background-color: #f5f6f8;
        color: #2c3340;
    }

.text-color-5 {
    color: #ea7270;
}

.text-grey-2 {
    color: #7a8292;
}

.big-side-block-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 470px;
    margin-top: 120px;
    margin-bottom: 120px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.features-v2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: -64px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.footer-v1-bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 48px;
    margin-right: 15px;
    margin-left: 15px;
    padding-top: 24px;
    padding-bottom: 24px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-top: 1px solid #e1e6ee;
    color: #a9b0be;
    font-size: 11px;
    line-height: 16px;
}

    .footer-v1-bottom.dark-bg {
        border-top-color: hsla(0, 0%, 100%, 0.2);
    }

.pricing-v1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.link-white {
    color: #fff;
    text-decoration: none;
}

    .link-white:hover {
        text-decoration: underline;
    }

.side-block {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    max-width: 600px;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

    .side-block.flex-left {
        position: relative;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        min-height: 240px;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        color: #333;
    }

.faq-questions {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

    .faq-questions.margin-right {
        margin-right: 6%;
    }

.checkbox-field {
    margin-top: 0px;
    font-size: 16px;
}

.pricing-v1-card {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    margin-right: 15px;
    margin-bottom: 32px;
    margin-left: 15px;
    padding: 40px 48px 48px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 6px 12px 0 rgba(89, 98, 115, 0.1);
    -webkit-transition: box-shadow 300ms ease;
    transition: box-shadow 300ms ease;
    text-align: center;
}

.review-v5-logo {
    height: 40px;
    margin-bottom: 16px;
}

.post-item-medium {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.pricing-v1-features {
    margin-top: 36px;
    padding-top: 20px;
    padding-bottom: 40px;
    border-top: 1px solid #e1e6ee;
}

.label {
    margin-bottom: 8px;
    color: #7a8292;
    font-size: 11px;
    line-height: 16px;
}

.tab-link {
    padding: 10px 20px;
    border-radius: 5px;
    background-color: transparent;
}

    .tab-link.w--current {
        background-image: -webkit-gradient(linear, left top, left bottom, from(#39abff), to(#397ef3));
        background-image: linear-gradient(180deg, #39abff, #397ef3);
        box-shadow: inset 0 0 0 1px #2583fd;
        color: #fff;
    }

    .tab-link.white {
        color: #fff;
    }

        .tab-link.white.w--current {
            background-color: #fff;
            background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
            background-image: linear-gradient(180deg, transparent, transparent);
            box-shadow: inset 0 0 0 1px #fff;
            color: #2c3340;
        }

.pricing-v1-currency {
    margin-right: 6px;
    color: #a9b0be;
    font-size: 20px;
    line-height: 20px;
}

.content-text
{
    width:100%;
}
.title-info-text
{
    margin-bottom: 1px;
    font-size:11px !important;
}
@media (max-width: 1280px){
        .image-section > a > img{
        margin: 1px !important;
        width: 100%;
    }
     .home-container{
    margin-top:25px;
}
     .master-container{
    margin-top:70px !important;
}
}
@media (max-width: 991px) {
     .image-box{
        width:100%;
     }

    .list-group-item{
        padding: 0.75rem 0.25rem;
        border:1px solid red;
    }
    .image-section > a > img{
        margin: 1px;
        width: 100% !important;
    }
    .search-bar{
        width:51%;
    }
    index-search{
    width:70%;
}

        .search-bar > input{
        width:100% !important;
    }
    .container-section{
        max-width: 868px !important;
        width: 114% !important;
    }
    .footer-bottom {
        margin-top: 48px;
        margin-right: 8px;
        margin-left: 8px;
        padding-top: 24px;
        padding-bottom: 24px;
    }

    .side-media {
        width: 100%;
        margin-bottom: 64px;
        padding-right: 8px;
        padding-left: 8px;
    }

        .side-media.flex-right {
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center;
        }

        .side-media.bg-circles {
            background-size: 60%;
        }

    .dropdown-list.w--open {
        position: relative;
        margin-top: 0px;
        margin-left: 0px;
        padding: 0px 16px 12px;
        border-style: none none solid;
        border-bottom-color: #e1e6ee;
        border-radius: 0px;
        background-color: transparent;
        box-shadow: 0 1px 0 0 hsla(0, 0%, 100%, 0.12);
    }

    .dropdown-list.v2.w--open {
        width: 100%;
        margin-left: 0px;
    }

    .side-features-v1 {
        width: 83.33%;
    }

    .section-intro {
        max-width: 500px;
        margin-bottom: 56px;
        padding-right: 8px;
        padding-left: 8px;
    }
  
    .features-v3 {
        width: 100%;
    }

        .features-v3._2-columns {
            width: 100%;
        }

    .nav-bar {
        padding-right: 0px;
        padding-left: 0px;
    }

    .cta-card-icon {
        width: 72px;
        height: 72px;
    }

    .team {
        width: 83.33%;
        margin-top: -12px;
        margin-bottom: 48px;
    }

    .cta-card {
        margin-right: 8px;
        margin-left: 8px;
    }

    .message-text {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    .nav-menu {
        display: block;
        overflow: scroll;
        width: 400px;
        max-height: 100vh;
        margin-top: 64px;
        padding-right: 0px;
        padding-bottom: 144px;
        padding-left: 0px;
        border-bottom: 1px solid #e1e6ee;
        background-color: #fff;
    }

.menu-button {
    background-color: transparent;
}

.menu-button.w--open {
    background-color: transparent;
    color: #2c3340;
}

.hero-v6-circle-1 {
    right: -4%;
    width: 360px;
    height: 360px;
}


.footer-v2-bottom-menu-link {
    margin-right: 16px;
}

.nav-dropdown-link-v2 {
    width: 100%;
}

.nav-dropdown-link-v2:hover {
    background-color: transparent;
}

.nav-dropdown-link-v2.w--current {
    color: #2c3340;
}

.no-margin {
   margin: 0px;
}

.feature-v1 {
    padding-bottom: 64px;
}

.nav-dropdown-link {
    padding-left: 24px;
    font-size: 13px;
}

    .nav-dropdown-link:hover {
        background-color: transparent;
    }

    .nav-dropdown-link.w--current {
        color: #2c3340;
    }

.section {
    padding: 80px 8px;
}

        .section.hero-v6-section {
            padding-top: 144px;
        }

        .section.hero-v2-section {
            padding-top: 144px;
        }

        .section.hero-v4-section {
            padding-top: 144px;
        }

    .brand {
        padding-left: 24px;
    }

        .brand.footer-v4-brand {
            padding-left: 8px;
        }

        .brand.footer-v1-brand {
            padding-top: 4px;
            padding-right: 8px;
            padding-bottom: 4px;
        }

    .hero-v6-circle-2 {
        left: -2%;
        width: 200px;
        height: 200px;
    }

    .testimonials-v2 {
        width: 100%;
    }

    .nav-dropdown-icon {
        display: inline-block;
        margin-right: 24px;
        opacity: 0.4;
    }

    .dropdown-corner {
        display: none;
    }

    .side-info {
        width: 66.66%;
        padding-right: 8px;
        padding-left: 8px;
    }

    .wrapper.nav-bar-wrapper {
        height: 64px;
    }

    .nav-link {
        padding: 12px 24px;
        border-radius: 0px;
        background-color: #fff;
    }

        .nav-link:hover {
            background-color: #fff;
        }

        .nav-link.w--open {
            box-shadow: inset 0 1px 0 0 #e1e6ee;
        }

    .hero-v6-laptop {
        max-width: 90%;
    }

    .post-item-small {
        width: 50%;
        padding-right: 8px;
        padding-left: 8px;
    }

    .social-icons.subscribe-v1-icons {
        margin-top: 32px;
        margin-right: 0px;
    }

    .feature-v3 {
        width: 50%;
        padding-top: 0px;
        padding-right: 3%;
        padding-left: 3%;
    }

    .hero-v6-phone {
        width: 33%;
        margin-right: -2%;
    }

    .input {
        box-shadow: inset 0 0 0 0 transparent;
    }

        .input.dark-bg.no-margin {
            margin: 0px;
        }

    .footer-v2 {
        padding-top: 48px;
    }

    .team-member-wrapper {
        width: 100%;
        padding: 12px 8px;
    }

    .play-button-circle {
        width: 64px;
        height: 64px;
        padding: 18px;
    }

    .side-feature {
        padding-right: 8px;
        padding-left: 8px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .side-feature.mobile-reversed {
            -webkit-box-orient: vertical;
            -webkit-box-direction: reverse;
            -webkit-flex-direction: column-reverse;
            -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
        }

    .input-wrapper.no-margin {
        margin: 0px;
    }

    .link-arrow {
        font-size: 13px;
    }

    .laptop-left {
        width: 92%;
        margin-top: 0px;
        margin-right: 7%;
        margin-bottom: 0px;
    }

    .iphone-floating-right {
        width: 38%;
        margin-right: -4%;
    }

    .footer-v4-bottom {
        margin-right: 8px;
        margin-left: 8px;
    }

    .side-iphone {
        width: 46%;
    }

    .info {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

    .pricing-v2 {
        width: 66.66%;
        margin-bottom: -48px;
    }

    .pricing-v2-card {
        width: 100%;
        margin-right: 8px;
        margin-bottom: 48px;
        margin-left: 8px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 auto;
        -ms-flex: 0 auto;
        flex: 0 auto;
    }

    .pricing-additional-info {
        margin-top: 48px;
    }

    .feature-v2 {
        width: 50%;
        padding-right: 4%;
        padding-bottom: 48px;
        padding-left: 4%;
    }

    .footer-v1-column {
        width: 25%;
        padding-right: 16px;
        padding-left: 8px;
    }

    .sidebar-border-card {
        padding-right: 24px;
        padding-left: 24px;
    }

    .no-margin-bottom {
        margin-bottom: 0px;
    }

    .nav-menu-2 {
        display: block;
        overflow: scroll;
        width: 320px;
        max-height: 100vh;
        margin-top: 64px;
        padding-right: 0px;
        padding-bottom: 144px;
        padding-left: 0px;
        border-bottom: 1px solid #e1e6ee;
        background-color: #fff;
    }

    .pricing-bg.grade-3 {
        height: 24%;
    }

    .footer-v1 {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .mini-feature {
        padding-bottom: 32px;
    }

    .subscribe-card.hero-card {
        margin-top: 64px;
    }

    .testimonials-v5 {
        padding-bottom: 72px;
    }

    .footer-v1-info {
        width: 100%;
        margin-bottom: 48px;
        padding-right: 8px;
        padding-left: 8px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .review-v5 {
        font-size: 15px;
    }

    .mini-faq {
        margin-bottom: 0px;
    }

    .mini-features {
        width: 100%;
        margin-bottom: -32px;
    }

    .sidebar {
        width: 100%;
        margin-right: 0%;
        padding-right: 8px;
        padding-left: 8px;
    }

    .testimonials-v5-slide {
        width: 50%;
        padding-right: 6%;
        padding-left: 6%;
    }

    .big-side-block-info {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 83.33%;
        margin-top: 72px;
        margin-bottom: 0px;
        padding-right: 8px;
        padding-left: 8px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
    }

    .features-v2 {
        width: 83.33%;
        margin-bottom: -48px;
    }

    .footer-v1-bottom {
        margin-right: 8px;
        margin-left: 8px;
    }

    .pricing-v1 {
        margin-bottom: -48px;
        padding-right: 16.66%;
        padding-left: 16.66%;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .side-block {
        width: 100%;
        max-width: none;
        padding-right: 8px;
        padding-left: 8px;
    }

        .side-block.flex-left {
            padding-right: 8px;
            padding-left: 8px;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center;
        }

    .faq-questions {
        padding-right: 8px;
        padding-left: 8px;
    }

        .faq-questions.margin-right {
            margin-right: 0%;
            padding-bottom: 64px;
        }

    .pricing-v1-card {
        width: 100%;
        margin-right: 8px;
        margin-bottom: 48px;
        margin-left: 8px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 auto;
        -ms-flex: 0 auto;
        flex: 0 auto;
    }

    .review-v5-logo {
        height: 36px;
    }

    .post-item-medium {
        padding-right: 8px;
        padding-left: 8px;
    }

}

@media (max-width: 767px) {
    .book-image{
        margin: 0 32%;
    }
    .image-section {
    padding: 18px;
}
    .image-section > a > img{
        margin: 1px;
        width: 100%;
    }
    .wrapper{
        overflow:hidden;
    }
    .search-box{
          width:100%;
          margin-top:10px;
    }
    .search-bar{
        width:66%;
        margin-left:0 !important;
    }

    .container-section{
        padding:5px !important;
        margin:1px 1px 15px 1px !important;
        width: 100% !important;
    }
    .main-container{
        padding:1px !important;
        margin:1px 1px 15px 1px !important;
    }

    .footer-bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .side-media.bg-circles {
        background-size: 74%;
    }

    .footer-v2-bottom-menu {
        margin-bottom: 12px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .side-features-v1 {
        width: 100%;
    }

    .features-v3 {
        width: 66.66%;
        margin-bottom: -48px;
    }

        .features-v3._2-columns {
            width: 66.66%;
        }

    .team {
        width: 100%;
        margin-bottom: 32px;
    }

    .cta-card {
        padding-right: 12%;
        padding-left: 12%;
    }

    .footer-v2-bottom-info {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .hero-v6-circle-1 {
        width: 240px;
        height: 240px;
        border-width: 40px;
    }

    .footer-v2-bottom-menu-link {
        margin-right: 8px;
        margin-bottom: 8px;
        margin-left: 8px;
    }

    .review-v2 {
        font-size: 12px;
        line-height: 16px;
    }

    .features-v1 {
        width: 66.66%;
        margin-bottom: -48px;
    }

    .no-margin {
        margin: 0px;
    }

    .feature-v1 {
        width: 100%;
    }

    .section {
        padding-top: 56px;
        padding-bottom: 56px;
    }

        .section.hero-v6-section {
            padding-top: 128px;
        }

        .section.hero-v4-section {
            padding-top: 124px;
        }

    .logo-icon {
        height: 32px;
    }

    .brand.footer-v1-brand {
        width: 50%;
        margin-right: 8px;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .hero-v6-circle-2 {
        width: 160px;
        height: 160px;
    }

    .blog-v2 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }

        .blog-v2.margin-bottom {
            margin-bottom: 24px;
        }

    .side-info {
        width: 83.33%;
    }

    .post-item-small {
        width: 100%;
    }

    .feature-v3 {
        width: 100%;
        padding-right: 0%;
        padding-left: 0%;
    }

        .feature-v3._50-percent {
            width: 100%;
        }

    .input.dark-bg.no-margin {
        margin: 0px;
    }

    .input-wrapper.no-margin {
        margin: 0px;
    }

    .footer-v4-link {
        margin-right: 4px;
        margin-left: 0px;
        padding-right: 10px;
        padding-left: 10px;
    }

    .social-icons-small.footer-v4-icons {
        width: 100%;
        margin-top: 20px;
        margin-left: 5px;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .footer-v4-menu {
        width: 100%;
        padding-top: 24px;
        padding-left: 0px;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-flex: 0;
        -webkit-flex: 0 auto;
        -ms-flex: 0 auto;
        flex: 0 auto;
    }

    .side-iphone {
        width: 60%;
    }

    .pricing-v2 {
        width: 83.33%;
        margin-bottom: -32px;
    }

    .pricing-v2-card {
        margin-bottom: 32px;
    }

    .footer-v1-column {
        width: 50%;
        padding-bottom: 48px;
    }

    .sidebar-border-card {
        padding-right: 40px;
        padding-left: 40px;
    }

    .no-margin-bottom {
        margin-bottom: 0px;
    }

    .slider-nav {
        font-size: 8px;
    }

    .footer-v1 {
        padding-bottom: 0px;
    }

    .mini-feature {
        width: 50%;
        padding-right: 4%;
        padding-left: 4%;
    }

    .testimonials-v5 {
        margin-top: -8px;
        margin-bottom: -24px;
    }

    .footer-v1-info {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .mini-faq {
        margin-bottom: 0px;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .mini-features {
        width: 83.33%;
    }

    .testimonials-v5-slide {
        padding-right: 4%;
        padding-left: 4%;
    }

    .features-v2 {
        width: 100%;
        margin-bottom: -48px;
    }

    .pricing-v1 {
        margin-bottom: -32px;
        padding-right: 8.33%;
        padding-left: 8.33%;
    }

    .faq-questions.margin-right {
        padding-bottom: 48px;
    }

    .pricing-v1-card {
        margin-bottom: 32px;
    }

    .post-item-medium {
        width: 100%;
    }
}

@media (max-width: 576px)
{

   .image-container {
    display: flexbox;
    flex-direction: column;
}

    .image-section > a > img{
        margin: 1px;
        width: 100%;
    }
  .page-wrapper {
    width: 100%;
     width:92vw !important;
}
    .wrapper{
        overflow:hidden;
    }
    .page-wrapper {
    width: 100%;
     width:100vw;
}
    .cloud-title {
  text-align:center;
  width:99%;
  font-size:28px;
}

.section-intro{
    font-size:28px;
}
}

@media (max-width: 479px) {

    .wrapper{
        overflow:hidden;
    }
    .image-box{
   width:100%;
   padding: 15px 2px;
}
        .search-bar{
        width: 65%;
        margin-left:0 !important;
    }

    .section-intro.no-margin {
        margin: 0px;
       
    }

    .section-intro {
    max-width: 500px;
     margin-bottom: 0px; 
    padding-right: 0px;
    padding-left: 0px;
}
        .page-wrapper {
    width: 100%;
     width:92vw !important;
}

 .cloud-title {
  font-size:28px !important;
}

.section-intro{
    font-size:28px;
}

  
    .footer-bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .side-media {
        min-height: 200px;
        margin-bottom: 48px;
    }

        .side-media.bg-circles {
            background-size: 92%;
        }

    .features-v3 {
        width: 100%;
    }

        .features-v3._2-columns {
            width: 100%;
        }

    .message-text {
        margin-right: 0px;
        margin-bottom: 16px;
    }

    .nav-menu {
        width: 100vw!important;
    }

    .footer-v2-bottom-info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .hero-v6-circle-1 {
        width: 160px;
        height: 160px;
        border-width: 24px;
    }

    .features-v1 {
        width: 100%;
    }

    .team-member-header {
        padding-top: 20px;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .team-member-position {
        width: 100%;
        margin-top: 4px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 auto;
        -ms-flex: 0 auto;
        flex: 0 auto;
        text-align: left;
    }

    .no-margin {
        margin: 0px;
    }

    .feature-v1 {
        padding-right: 4%;
        padding-left: 4%;
    }

    .section {
        padding-right: 8px;
        padding-left: 8px;
    }

    .hero-v6-circle-2 {
        left: -8%;
        width: 120px;
        height: 120px;
    }

    .testimonials-v2 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .team-member-avatar {
        width: 100%;
        height: 280px;
    }

    .side-info {
        width: 100%;
    }

    .hero-v6-laptop {
        max-width: 100%;
    }

    .feature-v3 {
        width: 100%;
        padding-right: 3%;
        padding-left: 3%;
    }

    .team-member {
        padding: 32px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .cta-card-info {
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }

    .input {
        min-width: 0px;
    }

        .input.dark-bg.no-margin {
            margin: 0px;
        }

    .message {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
    }

    .subscribe-form {
        width: 100%;
        min-width: 200px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }

    .button.small {
        padding-right: 16px;
        padding-left: 16px;
    }

    .button.side-margins {
        margin-top: 6px;
        margin-bottom: 6px;
    }

    .side-feature {
        padding-right: 0%;
        padding-left: 0%;
    }

    .input-wrapper.no-margin {
        margin: 0px;
    }

    .iphone-floating-right {
        margin-right: -5%;
    }

    .footer-v4-menu {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .footer-v4-bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .side-iphone {
        width: 76%;
    }

    .pricing-v2 {
        width: 100%;
    }

    .pricing-v2-icon {
        right: 28px;
        bottom: -28px;
        width: 56px;
        height: 56px;
    }

    .pricing-v2-card-header {
        padding-right: 32px;
        padding-left: 32px;
    }

    .pricing-v2-card-info {
        margin-right: 32px;
        margin-left: 32px;
    }

    .text-block-2 {
        text-align: left;
    }

    .text-block-3 {
        text-align: left;
    }

    .side-buttons {
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }

    .feature-v2 {
        width: 100%;
    }

    .video-link.dark-bg.margin-left {
        margin-top: 20px;
        margin-left: 0px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .no-margin-bottom {
        margin-bottom: 0px;
    }

    .nav-menu-2 {
        width: 100%;
    }

    .mini-feature {
        width: 100%;
        padding-bottom: 24px;
    }

    .subscribe-card {
        padding: 32px;
    }

    .testimonials-v5 {
        padding-bottom: 56px;
    }

    .mini-faq {
        width: 100%;
    }

    .mini-features {
        width: 100%;
        margin-bottom: -24px;
    }

    .footer-app-link {
        font-size: 12px;
        line-height: 16px;
    }

    .testimonials-v5-slide {
        width: 100%;
    }

    .big-side-block-info {
        width: 100%;
        max-width: none;
        margin-right: 0%;
        margin-left: 0%;
    }

    .footer-v1-bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .pricing-v1 {
        padding-right: 0%;
        padding-left: 0%;
    }

    .faq-questions {
        padding-right: 8px;
        padding-left: 8px;
    }

    .pricing-v1-card {
        padding-right: 8%;
        padding-left: 8%;
    }
}

.cloud-title {
  display: block;
  margin-bottom: 20px;  
  font-size: 38px;
  line-height: 46px!important;
  font-weight: 500;
}

.cloud-subtitle {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 30px;
    /*font-family: 'IBM Plex Sans';*/
    color: #888;
    font-size: 20px;
    line-height: 32px;
    font-weight: 300;
    letter-spacing: -0.08px;
}

.cloud-section {
    display: block;
    margin-top: 75px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 20px;
    padding-bottom: 20px;
}

.section-2 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 24px 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
}

    .section-2.grade {
        background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f4f5f9));
        background-image: linear-gradient(180deg, #fff, #f4f5f9);
    }

    .section-2.big-padding-top {
        padding-top: 200px;
    }

    .section-2.grade {
        background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f4f5f9));
        background-image: linear-gradient(180deg, #fff, #f4f5f9);
    }

    .section-2.page-header {
        overflow: hidden;
        padding-top: 208px;
        background-color: #4b6bf5;
        color: #fff;
    }

        .section-2.page-header.white {
            background-color: #fff;
            color: #161a25;
        }

        .section-2.page-header.grade {
            padding-top: 90px;
            color: #161a25;
        }

    .section-2.color {
        background-color: #4b6bf5;
        color: #fff;
    }

    .section-2.border-top {
        border-top: 1px solid #e6e8ef;
    }


.review-v1 {
     padding: 25px 12% 25px;
     position: relative;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-basis: 40%;
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
    background-color: #fff;
    box-shadow: 0 10px 24px 0 rgba(82, 91, 115, .12);
    padding: 37px;
}

.review-v1-slide {
   width: 25%;
   padding-right: 15px;
   padding-left: 15px;
}

.cloud-content {
    display: inline-block;
    padding-top: 0px;
    text-align: left;
}

.cloud-chat-window {
    position: absolute;
    left: 50%;
    top: 32%;
    z-index: 2;
    width: 400px;
    border-radius: 6px;
    box-shadow: 0 10px 60px 0 rgba(27, 15, 70, .22);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.column {
    padding-right: 0px;
    padding-left: 0px;
}

.cloud-image {
  position: relative;
  display: block;
  margin-top: 40%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.heading-2 {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Rubik;
  color: #000;
  font-size: 50px;
  line-height: 51px;
  font-weight: 500;
}

.wv-button {
    display: inline-block;  
    padding: 11px 25px;
    float: none;
    border-radius: 4px;
    background-color: #45b9dc;
    -webkit-transition: color .2s,background-color .2s,-webkit-box-shadow .2s,-webkit-transform .4s;
    transition: color .2s,box-shadow .2s,background-color .2s,transform .4s,-webkit-transform .4s;    
    color: #fff;
    line-height: 24px;
    text-align: center;
}

.wv-button:hover {
  border-color: #45B9DE;
  background-color: #45B9DE;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1);
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
  color: #fff;
  text-decoration: none;
}

.wv-button:active {
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .1);
  -webkit-transform: translate(0px, -1px);
  -ms-transform: translate(0px, -1px);
  transform: translate(0px, -1px);
}

.wrapper-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.link-color {
    color: #2c3340!important;
}

/*Moxie css*/

.moxie-container
{
    padding:20px !important;
    display:flexbox !important;
    column-gap:20px !important;
    min-height: 200px;
    margin: 1px 1px 6px 1px !important;

}

.card-img-wrapper
{
    margin:initial !important;
}
.card-img
{
    border-radius:initial !important;
    width:120px !important;
    height:auto !important;
    max-width:initial !important;
}
.card-title
{
    margin-bottom:8px !important;
    font-weight:500;
}
.card-title span
{
    text-transform:uppercase;
    line-height:20px;
   display: -webkit-box;
  -webkit-line-clamp: 2;    
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.title-description
{
   display: -webkit-box;
  -webkit-line-clamp: 5;    
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.title-info
{
   display: -webkit-box;
  -webkit-line-clamp: 2;    
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

 