.otherchatbot {
    margin: 0px;
}

.otherchatbot thead {
    margin-bottom: 40px
}

.otherchatbot thead th {
    background: #ccc;
    margin-bottom: 10px;
    display: block;
    color: #184c6e;
    padding: 5px 20px;
    border-radius: 25px;
}

.otherchatbot thead th .label {
    line-height: 1.5;
}

.otherchatbot tbody tr td {
    margin: 5px 0;
    background: #f4f4f4;
    border-radius: 20px;
    padding: 7px 10px 7px 20px;
    display: block;
}

.category-child-menu {
    display: none;
}

.cb-height {
    padding: 6em 0 7em;
}

#navfix li {
    margin: 0;
    padding: 0 10px;
    max-width: 123px;
}

#navfix li:last-child {
    border: none;
}

#navfix li:before {
    content: none !important;
}

#navfix li {
    border-right: 2px dashed #e4e4e4;
}

#navfix li a {
    background: none !important;
    margin: 0;
    padding: 0 0px;
    cursor: pointer;
}

#navfix li a:not(.active) {
    opacity: .5;
}

#navfix li a img {
    max-height: 55px !important;
}

.grid-view ul {
    display: grid;
    row-gap: 0;
    column-gap: 0;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    list-style: none;
    margin: 0;
    padding: 0;
}

.grid-view.grid-2 ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-view ul li {
    border-right: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    padding: 20px;
}

.grid-view .em-list {
    border: 0 !important;
    box-shadow: none !important;
    padding: 0;
    min-height: auto;
    margin: 0;
}

.grid-view ul li .grid-icon {
    font-size: 50px;
    display: block;
    margin-bottom: 10px;
    max-height: 36px;
}

.grid-view ul li .grid-text {
    color: var(--title-color);
    font-size: 15px;
}

.grid-view ul li:nth-child(3),
.grid-view ul li:nth-child(6) {
    border-right: 1px solid #fff;
}

.grid-view ul li:nth-child(7),
.grid-view ul li:nth-child(8) {
    border-bottom: 1px solid #fff;
}

.grid-view ul li:last-child {
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.a-automation .grid-view ul li:nth-child(5),
.a-automation .grid-view ul li:nth-child(4) {
    border-bottom: 1px solid #fff;
}

@media(max-width:767px) {
    .grid-view ul li {
        padding: 10px;
    }

    .grid-view ul li a {
        word-break: break-all;
    }
}

.border-danger::after {
    background: #ff1a40 none repeat scroll 0 0;
    bottom: -1px;
    color: transparent;
    content: ".";
    height: 2px;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    width: 57px;
}

@media only screen and (max-width: 500px) {
    .border-danger::after {
        margin: 0;
    }
}

@media only screen and (max-width: 1025px) {
    #navfix li {
        margin: 0 0px;
        max-width: 103px;
    }

    #navfix li a {
        margin: 0 10px;
        font-size: 80%;
    }
}

.v-tab .card:hover {
    transform: scale(1.05);
}

.v-tab .card {
    transition: all 0.5s ease;
}

.v-tab .list-group-item:last-child {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.v-tab .list-group-item:first-child {
    border-radius: 0;
}

.v-tab .list-group-item {
    padding: 1rem;
    border: none;
    margin-bottom: 0;
    border-bottom: 1px solid #e5e5e5;
}

.v-tab .list-group-item.active {
    background-color: #39a7ff;
}

.page-education-crm p {
    line-height: 1.7;
}

.page-education-crm .owl-carousel .owl-stage {
    background: #fff;
}

.page-education-crm .heading-primary {
    color: #ff4b66;
}

.page-education-crm .em-list {
    background: none;
}

.page-education-crm .btn-success {
    background: #ff1a40 !important;
}

.page-education-crm .academy-banner.multibackground {
    background: #ffe8ec;
}

.page-education-crm .academy-banner.multibackground h1 {
    font-weight: 600;
    font-size: 2.3rem;
}

.page-education-crm .category-testimonial .sa_hover_container {
    background-attachment: inherit;
}

.page-education-crm .approach .border-right::after {
    content: "";
    position: absolute;
    top: 0;
    width: 1px;
    height: 100%;
}

.page-education-crm .approach .border-right:after {
    right: 0;
}

.page-education-crm .approach .border-right::after {
    background: -moz-linear-gradient(top, rgba(208, 228, 247, 0) 0%, rgba(115, 177, 231, 0.48) 24%, rgba(12, 16, 255, 1) 50%, rgba(83, 159, 225, 0.42) 79%, rgba(135, 188, 234, 0) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(208, 228, 247, 0)), color-stop(24%, rgba(115, 177, 231, 0.48)), color-stop(50%, #9e9e9e), color-stop(79%, rgba(83, 159, 225, 0.42)), color-stop(100%, rgba(135, 188, 234, 0)));
    background: -webkit-linear-gradient(top, rgba(208, 228, 247, 0) 0%, rgba(115, 177, 231, 0.48) 24%, #9e9e9e 50%, rgba(83, 159, 225, 0.42) 79%, rgba(135, 188, 234, 0) 100%);
    background: -o-linear-gradient(top, rgba(208, 228, 247, 0) 0%, rgba(115, 177, 231, 0.48) 24%, rgba(12, 16, 255, 1) 50%, rgba(83, 159, 225, 0.42) 79%, rgba(135, 188, 234, 0) 100%);
    background: -ms-linear-gradient(top, rgba(208, 228, 247, 0) 0%, rgba(115, 177, 231, 0.48) 24%, rgba(12, 16, 255, 1) 50%, rgba(83, 159, 225, 0.42) 79%, rgba(135, 188, 234, 0) 100%);
    background: linear-gradient(to bottom, rgba(208, 228, 247, 0) 0%, rgba(115, 177, 231, 0.48) 24%, #9e9e9e 50%, rgba(83, 159, 225, 0.42) 79%, rgba(135, 188, 234, 0) 100%);
}

.page-education-crm .testimonial-inner .container .quotes {
    height: auto !important;
}

.page-education-crm .owl-item,
.page-education-crm .owl-stage {
    height: auto !important;
}

@media only screen and (min-width: 1023px) {
    .page-education-crm .academy-banner.multibackground h1 {
        padding-right: 100px;
    }
}

.page-extensions-2 .owl-pagination-true,
.page-extensions-and-integrations .owl-pagination-true {
    margin: 0 !important;
}

.page-extensions-2 .position-sticky.sticky-top,
.page-extensions-and-integrations .position-sticky.sticky-top {
    top: 70px;
}

.page-extensions-2 .academy-banner.multibackground,
.page-extensions-and-integrations .academy-banner.multibackground {
    background: #c3e9fe;
}

.page-extensions-2 .academy-banner.multibackground .btn-success,
.page-extensions-and-integrations .academy-banner.multibackground .btn-success {
    background: #39a7ff !important;
}

.page-extensions-2 .btn-more,
.page-extensions-and-integrations .btn-more {
    color: #fff;
    background-color: #39a7ff;
    border-color: #39a7ff;
}

.page-extensions-2 .btn-more i,
.page-extensions-and-integrations .btn-more i {
    margin-left: 2px;
}

.page-extensions-2 .f-integration .sa_owl_theme .owl-dots,
.page-extensions-and-integrations .f-integration .sa_owl_theme .owl-dots {
    text-align: right !important;
    bottom: 45px !important;
    width: 50%;
    right: 0;
}

.page-extensions-2 .f-integration .sa_owl_theme .owl-dots .active span,
.page-extensions-and-integrations .f-integration .sa_owl_theme .owl-dots .active span {
    background-color: #39a7ff !important;
}

.page-extensions-2 .f-integration .sa_owl_theme .owl-dots .owl-dot span,
.page-extensions-and-integrations .f-integration .sa_owl_theme .owl-dots .owl-dot span {
    background-color: #d7edff;
}

.page-extensions-2 .text-banner,
.page-extensions-and-integrations .text-banner {
    background-color: #f4f6ff;
    border-radius: 10px;
}

.page-extensions-2 .text-banner .banner-title,
.page-extensions-and-integrations .text-banner .banner-title {
    font-size: 22px;
}

.page-extensions-2 .card-view .rounded,
.page-extensions-and-integrations .card-view .rounded {
    border-radius: 8px !important;
}

.page-extensions-2 .card-view .card-title,
.page-extensions-and-integrations .card-view .card-title {
    font-size: 20px;
}

.page-extensions-2 .card-view .card-text,
.page-extensions-and-integrations .card-view .card-text {
    font-size: 15px;
}


@media only screen and (max-width: 600px) {

    .page-extensions-2 .f-integration .sa_owl_theme .owl-dots,
    .page-extensions-and-integrations .f-integration .sa_owl_theme .owl-dots {
        bottom: 22px !important;
    }
}