html {
    margin: 0
}

body {
    width : 100%;
    color : #2C3E50 !important;
}

* {
    box-sizing: border-box
}

img {
    aspect-ratio: attr(width)/attr(height)
}

.btn {
    font-weight: 400
}
/* New color pallet */

.text-primary_blue {
    color: #3978FE;
}
.text-body-color_black {
    color : #2C3E50 !important;
}
.bg-primary_blue {
    color: #fff;
    background-color: #3978FE !important;
}
.text-gray {
    color: #506690 !important
}

.overflow-y-scroll {
    overflow-y: scroll
}

.scrollbar-width-none {
    scrollbar-width: none !important
}

.bg-color-none {
    background-color: transparent !important
}

.font-size-md {
    font-size: 24px
}

.display-1-larger{
    font-size: 6rem; 
    font-weight: bolder;
}

.display-lg-5{
    font-size: 21px !important;
}

.d-large-none{
    display: none;
}

section:nth-of-type(even) {
    background-color: #f1f4f8 !important
}

.image-container {
    max-width: 100% !important;
    min-height: 8rem;
    object-fit: scale-down
}

.richtext-wrapper>h2 {
    margin-top: 38px !important;
    margin-bottom: 10px !important
}

.break-word {
    word-wrap: break-word
}

.card-footer-container {
    padding: .75rem 2rem 1.75rem 2rem !important
}

.card-footer-color {
    background-color: transparent
}

.form-caption {
    font-size: 15px !important;
    color: #5c6361 !important
}

.col__image-height {
    max-width: 100%;
    height: 22rem;
    object-fit: scale-down
}

.simple-pagination ul {
    margin: 0 0 20px;
    padding: 0;
    list-style: none;
    text-align: center
}

.simple-pagination li a,
.simple-pagination li span {
    color: #666;
    padding: 5px 10px;
    text-decoration: none;
    border: 1px solid #eee;
    background-color: #fff;
    box-shadow: 0 0 10px 0 #eee
}
.navbar-nav .nav-link{
    font-weight: 400 !important;
}

.simple-pagination .current {
    color: #fff;
    background-color: #335dea !important
}

.simple-pagination .next.current,
.simple-pagination .prev.current {
    background: #335dea !important
}

.intro_video > a{
    position: absolute;
    display: block;
    left: calc(50% - 238px);
    top: 50px;
    z-index: 3;
}

.v9-intro > path, line, circle, rect {
    -webkit-animation: action 1s infinite  alternate;
    animation: action 0.5s infinite  alternate;
}
@-webkit-keyframes action {
    0% { transform: translateY(0); }
    100% { transform: translateY(2px); }
}
@keyframes action {
    0% { transform: translateY(0); }
    100% { transform: translateY(2px); }
}
/* @media(max-width:767px) {
    .mw-130 {
        max-width: 100% !important
    }
    .top-banner__image {
        display: none
    }
    .image-section-display-none {
        display: none
    }
    .image-section-sm-no-load {
        display: none
    }
} */

.left-col__box-styles {
    background-color: #fff;
    border-radius: 5px;
    padding: 15px 20px
}

.left-col__box-styles>p {
    margin-bottom: 0;
    font-size: 15px
}

.left-col__box-styles>ul {
    font-size: 16px;
    padding-left: 21px
}

.info-note {
    background-color: #f1f4f8b0;
    border-left: 5px solid #b5cbe8;
    padding: 10px
}

.select2-container--default .select2-selection--multiple {
    border: 0 !important;
    border-bottom: 1px solid #335eea !important;
    border-radius: 0 !important
}

.select2-container--default .select2-selection--single {
    border: 0 !important;
    border-bottom: 1px #335eea !important;
    border-radius: 0 !important
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border-bottom: solid #335eea 1px !important;
    border-radius: 0 !important
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    color: #335eea !important
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    background-color: #fff !important
}

.select2-search__field::placeholder {
    color: #869fcf !important;
    opacity: 1.5
}

.select2-selection__placeholder {
    color: #869fcf !important
}

/* @media (min-width:992px) {
    .navbar-nav .dropdown-menu-md-2 {
        min-width: 450px
    }
} */

.navbar-nav .dropdown-menu .nav-app-icon img {
    width: 68px
}

a.nav-menu-item:hover {
    background-color: #ebf0fc;
    border-radius: 6px
}

.covid-offer {
    width: 9px;
    height: 9px;
    display: inline-block;
    border-radius: 50%;
    background: linear-gradient(90deg, #335eea 0, #f02e2e 100%);
    margin-left: -2px;
    margin-left: 4px
}

.hero-section__title>h1 {
    font-size: 2.9rem !important
}

#hero-section__image-width {
    max-width: 100%
}

.secondary-text-color {
    color: #112d53 !important
}

.card-title-bold>h4 {
    font-weight: 600
}

#testimonial-bg {
    background-color: #fff !important
}

.flickity-viewport {
    padding: 0 !important
}

.flickity-button {
    background-color: #335eea !important;
    color: #fff !important
}

.slider-image {
    width: auto;
    min-height: 500px
}

/* @media only screen and (min-width:800px) {
    .testimonal-row {
        min-height: 460px
    }
    .wrapper {
        height: 433px
    }
} */


footer {
    background-color: #161c2d !important
}

.footer-text>div>p {
    font-size: 12px !important;
    margin-bottom: 0 !important
}

.footer-text>div>p>a {
    color: #869ab8 !important;
    text-decoration: underline !important
}

.footer-text>div>p>a:hover {
    color: #869ab8 !important
}

.feature-tab-link {
    border-radius: 5px;
    cursor: pointer;
    opacity: .4
}

.feature-tab-link>div>p {
    margin-bottom: 0 !important
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-color: rgba(242, 242, 245, .5);
    color: #000;
    opacity: 1
}

p.block-img>img {
    width: auto;
    height: auto;
    max-width: 100%
}

div[data-oembed-type=video]>iframe {
    height: 350px !important;
    width: 100% !important
}

#logos-section {
    background-color: #fff !important
}

.clients-logo-top ul li {
    max-width: 60px;
    margin-right: 130px;
    display: inline-block
}

.client-logo {
    width: 142px;
    height: auto
}

.client-logo-scroll {
    height: 35px;
    width: auto
}

input[type=range] {
    height: 29px;
    -webkit-appearance: none;
    margin: 10px 0;
    width: 100%
}

#hd_value,
#one_value,
#sales_value,
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.custom-control-input:checked~.custom-control-label:before {
    color: #fff;
    border-color: #506690 !important;
    background-color: #506690 !important
}

input[type=range]:focus {
    outline: 0
}

input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 5px;
    cursor: pointer;
    animate: .2s;
    box-shadow: 0 0 0 #000;
    background: #d9e2ef;
    border-radius: 1px;
    border: 0 solid #000
}

input[type=range]::-webkit-slider-thumb {
    box-shadow: 0 0 0 #000;
    border: 1px solid #506690;
    height: 22px;
    width: 22px;
    border-radius: 27px;
    background: #506690;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -9px
}

input[type=range]:focus::-webkit-slider-runnable-track {
    background: #d9e2ef
}

input[type=range]::-moz-range-track {
    width: 100%;
    height: 5px;
    cursor: pointer;
    animate: .2s;
    box-shadow: 0 0 0 #000;
    background: #d9e2ef;
    border-radius: 1px;
    border: 0 solid #000
}

input[type=range]::-moz-range-thumb {
    box-shadow: 0 0 0 #000;
    border: 1px solid #506690;
    height: 22px;
    width: 22px;
    border-radius: 27px;
    background: #506690;
    cursor: pointer
}

input[type=range]::-ms-track {
    width: 100%;
    height: 5px;
    cursor: pointer;
    animate: .2s;
    background: 0 0;
    border-color: transparent;
    color: transparent
}

input[type=range]::-ms-fill-lower {
    background: #d9e2ef;
    border: 0 solid #000;
    border-radius: 2px;
    box-shadow: 0 0 0 #000
}

input[type=range]::-ms-fill-upper {
    background: #d9e2ef;
    border: 0 solid #000;
    border-radius: 2px;
    box-shadow: 0 0 0 #000
}

input[type=range]::-ms-thumb {
    margin-top: 1px;
    box-shadow: 0 0 0 #000;
    border: 1px solid #506690;
    height: 22px;
    width: 22px;
    border-radius: 27px;
    background: #506690;
    cursor: pointer
}

input[type=range]:focus::-ms-fill-lower {
    background: #d9e2ef
}

input[type=range]:focus::-ms-fill-upper {
    background: #d9e2ef
}

.see-more-feature__link-font {
    font-size: 19px
}

.tooltip {
    font-family: Poppins, serif !important
}

/* @media (max-width:414px) {
    label {
        margin-left: 25px
    }
    .custom-switch {
        padding-left: 1.5rem
    }
    .btn-group>.btn {
        border-radius: 0
    }
    .h-sm-20 {
        height: 36px
    }
} */

.ribbon {
    position: absolute;
    left: -5px;
    top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 75px;
    height: 75px;
    text-align: right
}

.ribbon span {
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    width: 100px;
    display: block;
    background: #79a70a;
    background: linear-gradient(#335eea 0, #335eea 100%);
    box-shadow: 0 3px 10px -5px #000;
    position: absolute;
    top: 19px;
    left: -21px
}

.ribbon span::before {
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    z-index: -1;
    border-left: 3px solid #335eea;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #335eea
}

.ribbon span::after {
    content: "";
    position: absolute;
    right: 0;
    top: 100%;
    z-index: -1;
    border-left: 3px solid transparent;
    border-right: 3px solid #335eea;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #335eea
}

.all-features {
    font-size: 15px !important
}

.quote-suggest-one {
    padding-top: 3rem
}

.hide-on-cost,
.quote-suggest-one {
    height: 158px
}

.btn-group.nav {
    display: inline-flex
}

.btn-group .btn.active {
    background-color: var(--primary);
    color: #fff
}

/* @media all and (max-width:768px) {
    .nav {
        display: flex !important
    }
    .h3 {
        font-size: 14.125px !important
    }
    .horizontal-scroll {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow: scroll
    }
    .card {
        flex: 0 0 auto
    }
} */

.cursor-pointer {
    cursor: pointer
}

#sidebar-link-list>ul>li {
    list-style-type: none !important
}

#sidebar-link-list>ol>li {
    padding-bottom: .25rem !important
}

#sidebar-link-list>ol,
#sidebar-link-list>ul {
    padding-left: 12px !important
}

.active-page-link {
    font-weight: 700 !important
}

.not-found__image {
    width: auto;
    height: 250px
}

.small-image-card {
    width: auto;
    height: 200px
}

/* @media(min-width:1300px) {
    .edge--both--reverse {
        position: relative;
        z-index: 0
    }
    .edge--both--reverse:after,
    .edge--both--reverse:before {
        background: inherit;
        content: '';
        display: block;
        height: 50%;
        left: 0;
        position: absolute;
        right: 0;
        z-index: -1;
        -webkit-backface-visibility: hidden
    }
    .edge--both--reverse:before {
        top: -61px;
        transform: skewY(-2deg);
        transform-origin: 0 0;
        margin-top: -9rem !important
    }
    .edge--both--reverse:after {
        bottom: 0;
        transform: skewY(2deg);
        transform-origin: 0 0
    }
    .section-height-500 {
        height: 500px
    }
} */

.v-modal-dialog {
    max-width: 800px;
    margin: 30px auto
}

.v-modal-body {
    position: relative;
    padding: 0
}

.v-close {
    position: absolute;
    right: -30px;
    top: 0;
    z-index: 999;
    font-size: 2rem;
    font-weight: 400;
    color: #fff;
    opacity: 1
}

.v-tag-font {
    color: #999;
    font-size: 12px
}

.v-tag-font>p {
    margin-bottom: 10px !important
}

.video-title {
    font-size: 16px;
    max-height: 48px;
    overflow-wrap: break-word;
    line-height: 1.5
}

#bottom-banner{
    width: 100%;
    position: fixed !important;
    bottom: 0 !important;
    z-index: 2;
}
.banner-bottom-text > p{
    margin-bottom: 0px !important;
}
.h-30{
    height: 65px;
 }
 .section-content > ul{
    padding-left: 17px !important;
}
.left-header__top {
    height: max-content;
    top: 70px;
}
.left-header__top > p{
    color: #161c2d !important;
}
/*banner_with_floating_card*/
#banner{
    background: #536976;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #292E49, #536976);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #292E49, #536976); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.white-bg{
    background-color: white;
}
.floating-card__title{
    font-size: 1.3125rem;
    font-weight: 500;
}
.author-name{
    font-size: 1rem;
    padding: 0px;
}
#banner-head{
    color: white;
}
.author-name h4{
    font-size: 1rem;
}
.banner-links > p, h4{
    margin-right: 10px !important;
    font-weight: bold;
}
.filter-name > a:hover {
    color: #506690;
}
.tag-active {
    background-color: #506690;
    color: white;
}
a.tag-active:hover {
    color: white;
}
.is-animated {
    animation: 0.6s zoom-in;
}
.card-meta:hover{
    text-decoration: none;
}
.svg_bagkground{
    background-size: cover;
}
.page-header > h1{
    font-size: 70px;
}
.card_bg{
    transition: background-color 0.5s ease-out !important;
}
.card_bg:hover{
    background-color: #d9e2ef !important;
}
.pricing-card-text > p{
    margin-bottom: 0px !important;
  }
  .speaker-card-name > p{
    margin-bottom: 0px !important;
}
.company-logo{
    height: 66px;
}
.active-tab-link{
    color: #2b354f !important;
    font-size: 19px;
}
.nav-link-no-border {
    border: 0px solid white !important;
}
.nav-link-no-border:hover{
    color: #2b354f !important;
}
.card__bullet > ul{
    /*list-style-type: none;*/
    padding-left: 19px;
    color: #384C74;
}
.card__bullet > ul li::before{
    color: #42ba96;
    margin-top: 10px;
}
/* @media only screen and (min-width:320px) and (max-width:480px) {
    img.thumbnail {
        display: flex
    }
} */







/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) { 
    img.thumbnail {
        display: flex
    }
    label {
        margin-left: 25px
    }
    .custom-switch {
        padding-left: 1.5rem
    }
    .btn-group>.btn {
        border-radius: 0
    }
    .h-sm-20 {
        height: 36px
    }
    .display-1-larger{
        font-size: 3rem;
        line-height: 110.6%;
        font-weight: bold;
    }
    .display-sm-6{
        font-size: 17px;
    }
    .intro_video > a{
        position: absolute;
        display: block;
        left: calc(50% - 178px);
        top: -23px;
        z-index: 3;
    }
 }

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
    .nav {
        display: flex !important
    }
    .h3 {
        font-size: 14.125px !important
    }
    .horizontal-scroll {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow: scroll
    }
    .card {
        flex: 0 0 auto
    }
    .mw-130 {
        max-width: 100% !important
    }
    .top-banner__image {
        display: none
    }
    .image-section-display-none {
        display: none
    }
    .d-small-none{
        display: none;
    }
    .image-section-sm-no-load {
        display: none
    }
    .display-s-none{
        display: none;
    }
    .feature-image-scroll-horiz{
        cursor: grab;
        overflow-x: scroll;
    }
 }

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) { ... }

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) { 
    .testimonal-row {
        min-height: 460px
    }
    .wrapper {
        height: 433px
    }
 }

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) { 
    .navbar-nav .dropdown-menu-md-2 {
        /* min-width: 450px; */
        min-width: 800px;
    }
    
}

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) { ... }

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .edge--both--reverse {
        position: relative;
        z-index: 0
    }
    .edge--both--reverse:after,
    .edge--both--reverse:before {
        background: inherit;
        content: '';
        display: block;
        height: 50%;
        left: 0;
        position: absolute;
        right: 0;
        z-index: -1;
        -webkit-backface-visibility: hidden
    }
    .edge--both--reverse:before {
        top: -61px;
        transform: skewY(-2deg);
        transform-origin: 0 0;
        margin-top: -9rem !important
    }
    .edge--both--reverse:after {
        bottom: 0;
        transform: skewY(2deg);
        transform-origin: 0 0
    }
    .section-height-500 {
        height: 500px
    }
    .position-lg-sticky, .sticky-lg-top{
        position:-webkit-sticky!important;position:sticky!important;
    }
 }

 @media (min-width:625px) and (max-width:800px) {
    .testimonal-row {
        height: 550px
    }
    .slider-image {
        width: auto;
        min-height: 540px
    }
}

@media only screen and (max-width:625px) {
    .testimonal-row {
        height: 570px
    }
    .image-section {
        display: none
    }
    .flickity-prev-next-button {
        top: 31px !important
    }
}

/* Extra large devices (large desktops)
// No media query since the extra-large breakpoint has no upper bound on its width */