body {
    line-height: 1.5;
    font-family: 'Rubik', sans-serif;
    background-image: url(assets/background.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    color: #464647;
}

.navbar-light .navbar-toggler-icon {
    background-image: url(https://telecrm.in/assets/images/menu_bars.svg);
}

.banner {
    margin: 10px 0 0 0;
    padding: 0;
    display: inline-block;
    list-style: none;
}

@media screen and (min-width: 992px) {
    body {
        background-image: url(assets/background-1920.png);
    }
}

.color-dark {
    color: #292d34 !important;
}

.max-width-1206 {
    max-width: 1206px;
    margin: auto;
}

a.min-height-42 {
    min-height: 42px;
}

a.min-height-52 {
    min-height: 52px;
}

.min-height-133 {
    min-height: 133px;
}

.font-16 {
    font-size: 16px;
}

a.font-16 {
    font-size: 16px;
}

.font-14 {
    font-size: 14px;
}

.font-15 {
    font-size: 15px;
}

.pb-40 {
    padding-bottom: 40px;
}

.ml-20 {
    margin-left: 20px;
}

.mt-13 {
    margin-top: 13px;
}

.mt-26 {
    margin-top: 26px;
}

.mt-28 {
    margin-top: 28px;
}

.mt-36 {
    margin-top: 36px;
}

.mt-30 {
    margin-top: 23px;
}

.mb-8 {
    margin-bottom: 8px;
}

.navbar .btn {
    -webkit-box-shadow: 1px 1px 37px -6px rgba(0, 0, 0, 0.41);
    -moz-box-shadow: 1px 1px 37px -6px rgba(0, 0, 0, 0.41);
    box-shadow: 1px 1px 37px -6px rgba(0, 0, 0, 0.41);
}


.mt-55 {
    margin-top: 55px;
}

.mt-66 {
    margin-top: 66px;
}

.mt-78 {
    margin-top: 78px;
}

.mt-86 {
    margin-top: 86px;
}

.mt-92 {
    margin-top: 92px;
}

.mt-94 {
    margin-top: 94px;
}

.mt-96 {
    margin-top: 96px;
}

.mt-110 {
    margin-top: 110px;
}

div.mt-110 {
    margin-top: 110px;
}

.mt-132 {
    margin-top: 132px;
}

.mt-164 {
    margin-top: 164px;
}

.mx-22 {
    margin-top: 22px;
    margin-bottom: 22px;
}

.line-height-24 {
    line-height: 24px;
}

.font-weight-400 {
    font-weight: 400;
}

.font-weight-500 {
    font-weight: 500;
}

.fs16 {
    font-size: 16px;
}

.fs21 {
    font-size: 21px;
}

.color-white {
    color: white;
}

.carousel-content-section {
    margin-top: 94px;
}

@media screen and (min-width: 992px) {
    .carousel-content-section {
        margin-top: 164px;
    }
}

.carousel-content-heading {
    text-align: center;
}

.carousel-content-sub-text {
    text-align: center;
    margin-top: 26px;
    margin-bottom: 0;
}

.testimonial-star-section {
    font-size: 21px;
    color: #ffb906;
}

.carousel-testimonial-content-func {
    margin-top: 86px;
}

.carousel-content-func {
    display: flex;
}

.carousel-image-content-func {
    margin-top: 86px;
    text-align: center;
    width: fit-content;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
}

.carousel-content-func-container {
    display: flex;
    width: fit-content;
    max-width: 100%;
    overflow: auto;
    flex-wrap: nowrap;
    scrollbar-width: none;
}

.carousel-content-func-container::-webkit-scrollbar {
    display: none;
}

.carousel-content-func-btn {
    border-radius: 50%;
    height: 34px;
    width: 34px;
    margin-top: auto;
    margin-bottom: auto;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    color: #605d5d;
    border: none;
    transition: 0.5s;
    font-size: 28px;
}

.carousel-options-content-func .carousel-content-func-btn {
    border: none;
    color: #8b77ef;
}

.carousel-content-func-btn:hover {
    background-color: #efeeee;
}

.carousel-content-func-btn:disabled {
    opacity: 0.5;
}

.carousel-content-func-btn:disabled:hover {
    background-color: transparent;
}

.carousel-content-func-left-btn {
    margin-right: 8px;
}

.carousel-content-func-right-btn {
    margin-left: 8px;
}

.navbar-toggler {
    border: none;
}

.navbar-toggler .navbar-toggler-icon {
    fill: white;
}

.content-container {
    overflow: hidden;
    max-width: 1246px;
    margin: auto;
    padding: 0 10px;
}

@media screen and (min-width: 576px) {
    .content-container {
        padding: 0 20px;
    }
}

.image-ele {
    max-width: 500px;
    max-height: 550px;
    object-fit: contain;
    width: 100%;
    margin: auto;
    display: block;
}

.image-hero-ele {
    max-width: 800px;
    max-height: 800px;
    object-fit: contain;
    width: 100%;
    margin: auto;
    display: block;
}

.content-container-heading {
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
    color: #292d34;
    margin-bottom: 15px;
}

.cta-btn {
    transition: 0.5s;
    width: fit-content;
    color: white;
    background-color: #4F38A2;
    border-radius: 10px;
    min-width: 235px;
    padding: 10px;
}

.cta-btn:hover,
.cta-btn:focus,
.cta-btn:active {
    color: white;
    box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034),
        0 6.7px 5.3px rgba(0, 0, 0, 0.048),
        0 12.5px 10px rgba(0, 0, 0, 0.06),
        0 22.3px 17.9px rgba(0, 0, 0, 0.072),
        0 41.8px 33.4px rgba(0, 0, 0, 0.086),
        0 100px 80px rgba(0, 0, 0, 0.12);
    transform: translateY(-5px);
}

@media screen and (min-width: 992px) {
    .cta-btn {
        color: #4F38A2;
        background-color: white;
        margin-right: 79px !important;
    }

    .cta-btn:hover,
    .cta-btn:focus,
    .cta-btn:active {
        color: #4F38A2;
    }
}

.max-width-100-per {
    max-width: 100%;
}

.width-fit-content {
    width: fit-content;
}

.max-width-750 {
    max-width: 750px;
}

.max-width-640 {
    max-width: 640px;
}

.max-width-500 {
    max-width: 500px;
}

.max-width-270 {
    max-width: 50%;
}

.max-width-240 {
    max-width: 240px;
}

@media screen and (min-width: 768px) {

    .max-width-270,
    .max-width-240 {
        max-width: 33%;
    }
}

@media screen and (min-width: 992px) {

    .max-width-270,
    .max-width-240 {
        max-width: 20%;
    }

    .desk-width-50-per {
        width: 50%;
    }

    .image-ele-right {
        max-width: 530px;
        max-height: 550px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 0;
        width: 50%;
        display: flex;
        align-items: center;
        padding-top: 3rem !important;
    }
}

.customer-image-section img {
    max-height: 70px;
    padding: 0 2px;
    object-fit: contain;
    filter: grayscale(1) opacity(0.5);
    transition: 0.5s;
}

.customer-image-section img:hover {
    filter: grayscale(0) opacity(1);
}

@media screen and (min-width: 992px) {
    .customer-image-section img {
        padding: 0 20px;
    }
}

.purple-shade-bg,
.carousel-indicators li.purple-shade-bg {
    background-color: #4F38A2;
}

.carousel-indicators li {
    width: 23px;
    height: 4px;
    margin-left: 5px;
    margin-right: 5px;
}

.carousel-indicators {
    bottom: -25px;
}

.nav-tabs {
    border-bottom: 1px solid transparent;
}

.navbar-nav .nav-link {
    width: fit-content;
}

.nav-tabs .nav-link {
    margin-bottom: 0;
    background-color: transparent;
    border: none;
    border-bottom: 3px solid transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding-left: 0;
    padding-right: 0;
    margin: 8px 30px;
    font-weight: 600;
    color: #292d34 !important;
    white-space: nowrap;
}

.nav-tabs .nav-link:first-child {
    margin-left: 0;
}

.nav-tabs .nav-item:last-child .nav-link {
    margin-right: 0;
}

.navbar-nav .nav-item.ml-20 {
    margin-left: 0;
}

@media screen and (min-width: 992px) {
    .navbar-nav .nav-item.ml-20 {
        margin-left: 20px;
    }
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    background-color: transparent;
    border-color: transparent;
    border-bottom: 4px solid #4F38A2;
}

.color-purple-shade {
    color: #4F38A2;
}

.color-purple-shade:hover {
    color: #4F38A2;
}

.bg-purple-shade {
    background-color: #4F38A2;
}

.btn-purple-shade {
    background-color: #4F38A2;
    color: white;
    border-color: #4F38A2;
    transition: 0.5s;
    font-size: 24px;
    min-width: 235px;
    min-height: 64px;
    display: flex;
    align-items: center;
    box-shadow: 0 10px 25px rgb(124, 102, 239, 50%);
}

.btn-purple-shade:hover,
.btn-purple-shade:focus,
.btn-purple-shade:active {
    transform: translateY(-5px);
    background-color: #4F38A2;
    color: white;
    border-color: #4F38A2;
}

.btn-purple-secondary-shade {
    background-color: #4F38A2;
    color: white;
    border-color: #4F38A2;
    border-radius: 7px;
    transition: 0.5s;
    font-size: 18px;
    min-width: 180px;
    min-height: 51px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    box-shadow: 0 10px 25px rgb(124, 102, 239, 50%);
}

.btn-purple-secondary-shade:hover,
.btn-purple-secondary-shade:focus,
.btn-purple-secondary-shade:active {
    transform: translateY(-5px);
    background-color: #4F38A2;
    color: white;
    border-color: #4F38A2;
}

.btn-purple-shade:focus,
.btn-purple-shade:active {
    box-shadow: 0 0 0 0.2rem rgb(109, 81, 245, 50%);
}

.btn-skyblue-shade {
    background-color: #00bbf2;
    color: white;
    border-color: #00bbf2;
    border-radius: 7px;
    transition: 0.5s;
    font-size: 18px;
    min-width: 180px;
    min-height: 51px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    box-shadow: 0 10px 25px rgb(0, 187, 242, 50%);
}

.btn-dark {
    border-radius: 7px;
    font-size: 18px;
    min-width: 180px;
    min-height: 51px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    transition: 0.5s;
    box-shadow: 0 10px 25px rgb(52, 58, 64, 50%);
}

.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active {
    transform: translateY(-5px);
}

.btn-skyblue-shade:hover,
.btn-skyblue-shade:focus,
.btn-skyblue-shade:active {
    transform: translateY(-5px);
    background-color: #00a4d5;
    color: white;
    border-color: #00a4d5;
}

.btn-purple-shade:focus,
.btn-purple-shade:active {
    box-shadow: 0 0 0 0.2rem rgb(124, 102, 239, 50%);
}

.btn-skyblue-shade:focus,
.btn-skyblue-shade:active {
    box-shadow: 0 0 0 0.2rem rgb(0, 187, 242, 50%);
}

.btn-transparent-shade {
    background-color: transparent;
    border: none;
    transition: 0.5s;
}

.btn-transparent-shade:hover,
.btn-transparent-shade:focus,
.btn-transparent-shade:active {
    background-color: #f5f2f2;
}

.btn-transparent-shade:focus,
.btn-transparent-shade:active {
    box-shadow: none;
}

.btn-transparent-footer-shade {
    background-color: #ffffff38;
    color: white;
}

.btn-transparent-footer-shade:hover,
.btn-transparent-footer-shade:active,
.btn-transparent-footer-shade:active {
    color: white;
}

.content-container-special-box {
    border-radius: 30px;
}

.content-container-special-box-blue {
    background-color: #f2faff;
}


.special-bottom-btn {
    background-color: #ece8f8;
    color: black;
    border-color: #ece8f8;
    border-radius: 0 0 30px 30px !important;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.special-bottom-btn svg {
    margin-left: 10px;
    transition: 0.5s;
}

.special-bottom-btn:hover,
.special-bottom-btn:focus,
.special-bottom-btn:active {
    background-color: #e6e3f2;
    color: black;
    border-color: #e6e3f2;
}

.special-bottom-btn:hover svg,
.special-bottom-btn:focus svg,
.special-bottom-btn:active svg {
    transform: translateX(5px);
}

.special-bottom-btn:focus,
.special-bottom-btn:active {
    box-shadow: 0 0 0 0.2rem rgb(238, 238, 238, 50%);
}

.customer-testimonial {
    border-radius: 10px;
    background-color: transparent;
    transition: 0.5s;
}

.customer-testimonial:hover {
    box-shadow: 0 1px 4px rgb(0 0 0 / 30%), -23px 0 20px -23px rgb(0 0 0 / 80%), 23px 0 20px -23px rgb(0 0 0 / 80%), inset 0 0 40px rgb(0 0 0 / 10%);
    background: #fff;
}

.customer-testimonial img {
    width: 100%;
    height: 100%;
    max-width: 80px;
    max-height: 80px;
    object-fit: cover;
    flex-shrink: 0;
}

@media screen and (min-width: 576px) {
    .customer-testimonial img {
        max-width: 130px;
        max-height: 180px;
    }
}

.horizontal-rule-purple {
    background-color: #745ce0;
}

footer div.bg-purple-shade {
    font-size: 14px;
    background: radial-gradient(circle, hsla(250, 81%, 67%, 1) 0%, hsla(232, 80%, 67%, 1) 200%);
}

.customer-support-desc {
    font-size: 24px;
}

.tryout-footer-section img {
    width: 100%;
    height: 100%;
    min-height: 120px;
    object-fit: cover;
    z-index: -1;
}

.tryout-footer-section-text {
    border-radius: 12px;
    width: 100%;
    flex-direction: column;
    margin: auto;
    max-width: 1151px;
    box-shadow: 1px 1px 37px -6px rgb(0 0 0 / 41%);
}

@media screen and (min-width: 576px) {
    .tryout-footer-section-text {
        flex-direction: row;
    }
}

.border-radius-10 {
    border-radius: 10px;
}

.tryout-footer-section {
    background-image: url(assets/footer-curv.png);
    background-size: 100% 100%;
    background-position: 0;
    background-repeat: no-repeat;
}

.link-footer-section {
    background-image: url(assets/footer-bg.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.content-container-special-box-purple {
    background-color: #f6f4fc;
}

.content-container-special-box-grey {
    background: #f8f8f8;
}

.hero-container-action-btn-container {
    justify-content: center;
}

.link-footer-section h5 {
    font-size: 16px;
}

@media screen and (min-width: 992px) {
    .hero-container-action-btn-container {
        justify-content: inherit;
    }

    .link-footer-section h5 {
        font-size: 1.25rem;
    }
}

/* ----------------------Modal------------------------ */
.custom-modal-opener-ele {
    cursor: pointer;
}

.custom-modal-styles .modal-content {
    background-color: transparent;
    border: none;
    position: relative;
    margin: 20px;
    height: auto;
    max-height: 80vh;
}

.custom-modal-styles .modal-dialog {
    max-width: 1024px;
}

.custom-modal-styles .modal-body {
    padding: 0;
    border-radius: 20px;
    overflow: hidden;
    background-color: #3333338e;
}

.custom-modal-styles .modal-header {
    border: none;
    position: absolute;
    right: 10px;
    top: -56px;
    padding: 0;
}

.custom-modal-styles .modal-header .close {
    padding: 1rem 1rem;
    margin: 0;
    font-size: inherit;
    background-color: #333333;
    border-radius: 50%;
    color: white;
    transition: 0.5s;
    height: 50px;
    width: 50px;
}