﻿@import url(https://fonts.googleapis.com/css2?family=Manrope&display=swap);

:root {
    --my-black-bg: #050504;
    --padd-96: 96px 0;
    --Orange-color: #d85007;
    --Dark-Orange-color: #b74306;
    --border-radius: 8px;
    --padd-md-60: 60px 0;
    --gray-bg: #FAFAFA;
    --orange-bg: #fff8f2;
}

body {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-display: swap;
}

.ITC-header {
    border-bottom: 1px solid #e4e4e4;
    background: #fefefe;
    z-index: 111;
}

.ITC-container {
    padding-left: 64px;
    padding-right: 64px;
}

.ITC-header .navbar-expand-xl {
    padding-top: 16px;
    padding-bottom: 16px;
}

.ITC-header .nav-logo {
    margin-right: 36px;
}

.ITC-signin-header .custom-header {
    justify-content: space-between;
}

.navbar-collapse .navbar-nav .nav-item {
    padding: 12px 28px;
    position: relative;
}

    .navbar-collapse .navbar-nav .nav-item .nav-link {
        color: #191a15;
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: 155.556%;
        padding: 0;
        cursor: pointer;
        position: relative;
    }

.navbar-toggler {
    font-size: 16px;
    padding: 4px;
}

.header-trial {
    justify-content: end;
    display: flex;
    gap: 8px;
}

.ITC-header .navbar-collapse {
    justify-content: space-between;
}

.ITC-header .dropdown-toggle::after {
    display: none;
}

.ITC-header .dropdown-icon {
    margin-top: -3px;
}

.hdr-buttons {
    text-align: right;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border-radius: 42px;
    padding: 12px 20px;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.header-trial .hdr-signin {
    color: #191a15;
    border: 2px solid #191a15;
}

.hdr-free-trial {
    color: #fff;
    background: #191a15;
}

.ITC-header .navbar-collapse .ITC-Dropdown {
    top: 69px;
    left: -100px;
    padding: 12px 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    background: #fff;
    border: none;
    box-shadow: 0 10px 15px -3px rgb(16 24 40 / 0.1), 0 4px 6px -4px rgb(16 24 40 / 0.1);
}

.ITC-header .navbar-collapse .ITC-number-dropdown {
    top: 0;
    left: 282px;
    padding: 12px 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    background: #fff;
    border: none;
    box-shadow: 8px 4px 15px -3px rgb(16 24 40 / 0.1), 0 4px 6px -4px rgb(16 24 40 / 0.1);
    height: 100%;
}

.navbar-collapse .dropdown-menu {
    padding: 12px 16px;
    margin-top: 0;
}

    .navbar-collapse .dropdown-menu .dropdown-item {
        color: #191a15;
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: 155.556%;
        margin-bottom: 10px;
        padding-left: 24px;
        padding-right: 24px;
    }

    .navbar-collapse .dropdown-menu li:last-child .dropdown-item {
        margin-bottom: 0;
    }

    .navbar-collapse .dropdown-menu .dropdown-item:active {
        background-color: #fff;
    }

.dropdown-right-icon {
    transform: rotate(270deg);
    margin-top: -2px;
}

.subdrop-item:hover .ITC-number-dropdown {
    display: block;
}

.dropdown-menu.ITC-contact-Dropdown {
    position: absolute;
    width: 550px;
    right: 0;
    left: auto;
    border: none;
    border-radius: 5px;
    background: var(--base-white, #fff);
    box-shadow: 0 10px 15px -3px rgb(16 24 40 / 0.1), 0 4px 6px -4px rgb(16 24 40 / 0.1);
    padding: 18px;
}

.ITC-signin-header .navbar-collapse {
    justify-content: flex-end;
}

.Contact-callus-txt {
    color: var(--gray-700, #272d37);
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: -0.4px;
    display: block;
}

.Contact-infotxt {
    color: var(--gray-700, #272d37);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.1px;
    display: block;
    padding-top: 12px;
}

.font-weight {
    font-weight: 600;
    padding-top: 8px;
}

.contact-left-dropdown {
    float: left;
    width: 50%;
}

.custom-header .nav-link {
    color: var(--b, #191a15);
    text-align: right;
    font-family: Plus Jakarta Sans;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    cursor: pointer;
}

.Text-Decoration {
    text-decoration: none;
}

.collapse:not(.show) {
    display: none !important;
}

.container {
    width: 1440px;
    max-width: 1440px;
}

.ITC-customContainer {
    padding-left: 130px;
}

.contact-section {
    padding: 96px 0;
}

.ITC-third-hdng {
    color: #18181b;
    font-size: 50px;
    font-style: normal;
    font-weight: 800;
    line-height: 120%;
}

.help-box {
    border-radius: 10px;
    background: #fafafa;
    padding: 30px;
    margin-top: 44px;
}

.contact-felxbox {
    display: flex;
    justify-content: space-between;
}

.ITC-contact-info {
    padding-top: 40px;
}

.ITC-support-hdng {
    color: #18181b;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}

.ITC-support-txt {
    color: #0f0f0f;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 135%;
    padding-top: 8px;
    width: 72%;
}

.ITC-emailbox {
    padding-top: 45px;
}

    .ITC-emailbox .email-link {
        color: #1cae73;
        font-size: 17px;
        font-style: normal;
        font-weight: 700;
        line-height: 120%;
        padding-bottom: 8px;
    }

    .ITC-emailbox .ITC-emailtxt {
        color: #0f0f0f;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 120%;
        padding-top: 4px;
    }

    .ITC-emailbox .Phone-link {
        text-decoration: none;
    }

.discover-section {
    padding: 80px 0;
}

.ITC-First-hdng {
    color: #191a15;
    text-align: center;
    font-size: 64px;
    font-style: normal;
    font-weight: 800;
    line-height: 112.5%;
    letter-spacing: -1.28px;
}

.trailbt-margin-top {
    margin-top: 64px;
}

.Hdng-width {
    width: 63%;
    margin: 0 auto;
}

.ITC-marginbottom {
    margin-bottom: 96px;
}

.ITC-FreeTrail-btn {
    color: #fff;
    background: #191a15;
    text-align: right;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border-radius: 42px;
    padding: 12px 20px;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

.ITC-footer {
    background: #050504;
}

.footer-box {
    padding: 64px 0;
    display: flex;
    justify-content: space-between;
}

.footer-hdng {
    color: #fff;
    font-feature-settings: "liga" off;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
}

.footer-navmenu {
    padding-top: 24px;
    padding-left: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 0;
}

    .footer-navmenu li {
        list-style: none;
    }

        .footer-navmenu li a {
            color: var(--text-gray-200, #eeeff4);
            font-feature-settings: "liga" off;
            font-family: Manrope;
            font-size: 14px;
            font-style: normal;
            font-weight: 400;
            line-height: 24px;
        }

            .footer-navmenu li a:hover {
                color: var(--text-gray-200, #eeeff4);
            }

.ITC-ftrcopyright {
    border-top: 1px solid #ffffff3b;
    padding: 24px 0;
    text-align: center;
}

    .ITC-ftrcopyright span,
    .ITC-ftrcopyright a {
        color: var(--text-gray-300, #d9dbe1);
        text-align: center;
        font-feature-settings: "liga" off;
        font-family: Manrope;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
    }

.ITC-grey-backclr {
    background-color: #f9f9f9;
}

.ITC-second-hdng {
    color: #191a15;
    text-align: center;
    font-family: Plus Jakarta Sans;
    font-size: 56px;
    font-style: normal;
    font-weight: 800;
    line-height: 142.857%;
    letter-spacing: -1.12px;
}

.ITC-paratxt {
    color: #191a15;
    text-align: center;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
}

.Feature-mainsection {
    padding: 72px 0;
}

.ITC-Margintop {
    margin-top: 40px;
}

.Margin-bottom24 {
    margin-bottom: 24px;
}

.ITC-featurewdth {
    width: 58%;
    margin: 0 auto;
}

.Features-section {
    padding: 48px 0;
}

.feature-timeline {
    margin-top: 48px;
    position: relative;
}

.Feature-number-icon {
    position: absolute;
    left: -25px;
    height: 160px;
    top: -56px;
    background-color: #fff;
}

.feature-one {
    background-image: url(../images/Feature-one.png);
    background-repeat: no-repeat;
    background-position-y: center;
    width: 54px;
}

.feature-two {
    background-image: url(../images/Feature-two.png);
    background-repeat: no-repeat;
    background-position-y: center;
    width: 87px;
}

.feature-three {
    background-image: url(../images/Feature-three.png);
    background-repeat: no-repeat;
    background-position-y: center;
    width: 92px;
}

.feature-four {
    background-image: url(../images/Feature-four.png);
    background-repeat: no-repeat;
    background-position-y: center;
    width: 87px;
}

.feature-five {
    background-image: url(../images/Feature-five.png);
    background-repeat: no-repeat;
    background-position-y: center;
    width: 87px;
}

.feature-six {
    background-image: url(../images/Feature-six.png);
    background-repeat: no-repeat;
    background-position-y: center;
    width: 94px;
}

.feature-seven {
    background-image: url(../images/Feature_seven.png);
    background-repeat: no-repeat;
    background-position-y: center;
    width: 94px;
}

.vertical-line::after {
    content: "";
    position: absolute;
    top: 26px;
    left: 16px;
    width: 100%;
    height: 100%;
    border-left: 1px solid #c9c9c9;
}

.feature-box {
    width: 45%;
    height: auto;
    padding: 16px;
    background-color: #fafafa;
    border-radius: 8px;
    margin: 0 20px 48px 20px;
    position: relative;
}

.timelineftr-hdng {
    color: #191a15;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    margin-left: 80px;
    width: 80%;
    display: flex;
    align-items: baseline;
}

    .timelineftr-hdng span {
        padding-left: 12px;
    }

.Feature-image-box {
    display: flex;
    width: 48px;
    height: 48px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 50px;
    background: #fff;
    box-shadow: 4px 4px 32px 0 rgb(0 0 0 / 0.1);
    margin-bottom: 16px;
}

.ftrbox-hdng {
    color: #191a15;
    font-family: Inter;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: -0.2px;
}

.ftrbox-txt {
    color: rgb(25 26 21 / 0.76);
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    padding-top: 6px;
}

.sticky-top {
    top: 124px;
}

.timelineftr-hdng:before {
    content: "";
    background-image: url(../images/Dot_Black_icon.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 15px;
    height: 15px;
    position: relative;
    top: -5px;
}

.list-featurebox {
    padding-top: 100px;
}

.Itel-PaddingOne {
    padding: 96px 0;
}

.ITC-hello {
    width: 47%;
    gap: 32px;
    margin: 0 auto;
}

.ITC-helloText {
    color: #191a15;
    font-size: 66px;
    font-weight: 800;
    line-height: 128.571%;
    letter-spacing: -1.12px;
}

.ITC-helloPara {
    color: #191a15;
    text-align: center;
    font-size: 46px;
    font-weight: 400;
    line-height: 180%;
    letter-spacing: -0.8px;
}

.Itel-PaddingTwo {
    padding: 80px 0;
}

.ITC-commonsection {
    background: #f9f9f9;
    position: relative;
}

.ITC-sideone {
    align-items: flex-start;
    gap: 32px;
}

.ITC-sideone-heading {
    width: 100%;
    color: #191a15;
    font-size: 86px;
    font-weight: 700;
    line-height: 105%;
    letter-spacing: -1.52px;
}

.ITC-sideone-para {
    width: 100%;
    color: #333;
    font-family: Inter;
    font-size: 26px;
    font-weight: 400;
    line-height: 139%;
}

.ITC-width {
    width: 96%;
}

.ITC-pos {
    position: absolute;
}

.ITC-Dashline-1 {
    right: 33%;
    z-index: 1;
}

.Itel-PaddingThree {
    padding: 56px 0;
}

.ITC-icons-main {
    gap: 48px;
}

.ITC-icons-head {
    color: rgb(24 24 27 / 0.67);
    text-align: center;
    font-size: 26px;
    font-weight: 400;
    line-height: 150%;
}

.ITC-iconsbox {
    justify-content: center;
    align-items: center;
    align-content: center;
    gap: 32px;
    flex-wrap: wrap;
}

.ITC-gap24 {
    gap: 24px;
}

.ITC-gap64 {
    gap: 64px;
}

.ITC-gap48 {
    gap: 48px;
}

.width-50 {
    width: 52%;
}

.pricing-section {
    padding-top: 72px;
}

.dotadded {
    display: flex;
    justify-content: center;
    gap: 32px;
    padding-top: 12px;
    padding-bottom: 84px;
}

.act-fee span {
    color: #1cae73;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: -0.32px;
    padding-left: 8px;
}

.billing-tgle {
    display: flex;
    justify-content: center;
    padding-bottom: 76px;
}

.billed-txt {
    color: #191a15;
    text-align: center;
    font-family: Plus Jakarta Sans;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: -0.36px;
}

.billtgl-box {
    padding-left: 24px;
    padding-right: 24px;
}

.switch {
    position: relative;
    display: inline-block;
    width: 64px;
    height: 32px;
    background-color: #fff;
    border-radius: 28.4px;
    margin: 0;
    cursor: pointer;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.toggle {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    border: 2px solid #191a15;
}

    .toggle.round {
        border-radius: 2rem;
    }

input:checked + .toggle {
    background-color: #fff;
}

.toggle:before {
    position: absolute;
    content: "";
    height: 24px;
    width: 24px;
    left: 0.18rem;
    bottom: 0.1rem;
    background-color: #191a15;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.toggle.round:before {
    border-radius: 50%;
}

input:checked + .toggle:before {
    -webkit-transform: translateX(32px);
    -ms-transform: translateX(32px);
    transform: translateX(32px);
}

.act-fee img {
    margin-top: -2px;
}

.billed-anual {
    position: relative;
}

    .billed-anual .save-arrow {
        position: absolute;
        top: -62px;
        left: 55px;
    }

.ITC-plan-details {
    gap: 24px;
}

.price-box {
    position: relative;
    border-radius: 12px;
    border: 1px solid #e8e9ee;
    padding: 40px 24px;
    width: 32%;
}

.plan-name {
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 38px;
    letter-spacing: -0.3px;
}

.basic-paln {
    color: #ffb311;
}

.Plan-caption {
    color: rgb(25 26 21 / 0.68);
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    width: 93%;
}

.price-value {
    color: #191a15;
    font-size: 44px;
    font-style: normal;
    font-weight: 800;
    line-height: 111.364%;
}

.cost-recovery-fee {
    color: rgb(25 26 21 / 0.68);
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}

.Plan-first-section {
    display: flex;
    gap: 12px;
    flex-direction: column;
}

.plan-btns {
    padding: 32px 0;
    gap: 16px;
}

.FreeTrail-btn {
    color: #191a15;
    text-align: right;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 42px;
    border: 2px solid #191a15;
    cursor: pointer;
    text-decoration: none;
}

.profeatures-list li {
    color: #191a15;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.32px;
    list-style: none;
    padding-bottom: 12px;
}

    .profeatures-list li:before {
        content: "";
        background-image: url(../images/ico_circle_tickmark.svg);
        background-repeat: no-repeat;
        background-size: contain;
        position: absolute;
        width: 20px;
        height: 20px;
        left: 25px;
        margin-top: 2px;
    }

.basic-paln-clr {
    position: absolute;
    background-color: #ffb311;
    top: 0;
    height: 6px;
    width: 100%;
    left: 0;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.pro-paln-clr {
    color: var(--base-white, #fff);
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    text-transform: capitalize;
    background: #3ca55c;
    padding: 8px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    position: absolute;
    top: -28px;
    width: 100%;
    left: 0;
}

.grow-paln-clr {
    position: absolute;
    top: 0;
    height: 6px;
    width: 100%;
    left: 0;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    background: #00c0e2;
}

.Enterprise-paln-clr {
    position: absolute;
    top: -6px;
    height: 12px;
    width: 100%;
    left: 0;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    background: #2a86e9;
}

.Pro-paln {
    color: #3ca55c;
}

.Grow-paln {
    color: #00c0e2;
}

.Enterprise-paln {
    color: #2a86e9;
}

.profeatures-list {
    margin-bottom: 0;
}

.optional-adon {
    background-color: #fafafa;
    padding: 24px;
    border-radius: 12px;
    text-align: center;
    margin-top: 32px;
    margin-bottom: 46px;
}

    .optional-adon .form-check .form-check-input:checked {
        background-color: #1cae73;
        border: none;
    }

    .optional-adon .form-check .form-check-input {
        float: none;
        width: 20px;
        height: 20px;
        margin-top: 4px;
        margin-left: 6px;
        border: 1px solid #1cae73;
    }

    .optional-adon .form-check label {
        color: #191a15;
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: 28px;
        letter-spacing: -0.36px;
        padding-left: 5px;
    }

Comparison-section {
    padding-top: 40px;
    padding-bottom: 80px;
}

.Comparison-section .compare-table th:first-child .features-hdng {
    padding-top: 20px;
}

.features-hdng {
    color: #191a15;
    font-family: Inter;
    font-size: 36px;
    font-style: normal;
    font-weight: 800;
    line-height: 44px;
    letter-spacing: -0.36px;
}

.compare-table th {
    vertical-align: top;
    padding: 0 15px;
}

.data-backclr {
    background-color: #fafafa !important;
    text-align: center;
    padding: 20px 24px;
    position: relative;
}

th .data-backclr {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    padding-top: 24px;
}

.table > :not(:first-child) {
    border-top: none;
}

.Comparison-section {
    padding: 40px 0 80px 0;
}

.compare-table tbody tr {
    vertical-align: middle;
}

.compare-table tbody td {
    padding: 0 15px;
    background-color: #fff0;
}

.tbltd-pading {
    padding: 16px 0;
}

.Cmprprice-txt {
    color: #191a15;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -0.36px;
}

.comparetbl-hdng {
    color: #191a15;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 133.333%;
    letter-spacing: -0.24px;
}

.compare-table thead,
tbody,
tfoot,
tr,
td,
th {
    border-style: none;
}

.cmpr-price {
    color: #191a15;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: -0.2px;
}

.cmpr-usermonth {
    color: #505050;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: -0.24px;
    padding-left: 4px;
}

.cmpr-signupbtn {
    padding: 24px 0;
}

.cmpr-planinfo {
    padding-top: 8px;
    height: 34px;
}

.text-left {
    text-align: left;
}

.tr-hover:hover {
    background-color: rgb(23 185 120 / 0.06);
}

    .tr-hover:hover td:nth-child(2) .data-backclr,
    .tr-hover:hover td:nth-child(3) .data-backclr,
    .tr-hover:hover td:nth-child(4) .data-backclr,
    .tr-hover:hover td:nth-child(5) .data-backclr {
        background-color: rgb(23 185 120 / 0.06) !important;
    }

.compare-table thead tr th:last-child,
.compare-table tbody tr td:last-child {
    padding-right: 0;
}

.cmprtbl-scrolltop {
    padding-top: 24px;
}

.Comparison-dropdown {
    cursor: pointer;
}

.cmpr-protbl {
    background-color: #3ca55c;
}

.cmpr-enterprisetbl {
    background-color: #2a86e9;
}

.signup-btn {
    padding: 12px 24px 12px 32px;
    font-size: 16px;
}

.freq-sec {
    padding: 64px 0;
}

.frq-qnshd {
    color: #18181b;
    text-align: center;
    font-family: Inter;
    font-size: 42px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
}

.features-accordion {
    padding-top: 80px;
    width: 75%;
    margin: 0 auto;
}

.accordion-item:first-of-type {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

    .accordion-item:first-of-type .accordion-button {
        border-radius: 10px;
    }

.features-accordion .accordion-button {
    color: var(--gray-900, #18181b);
    font-family: Inter;
    font-size: 21px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    padding: 24px;
    border-radius: 10px;
    gap: 10px;
}

.accordion-button::after {
    background-image: url(../images/Plus-icon.svg);
}

.accordion-button:not(.collapsed)::after {
    background-image: url(../images/Minus-icon.svg);
    margin-top: -16px;
}

.accordion-body {
    padding: 0 48px 24px 24px;
}

.features-accordion .accordion-body p:first-child {
    padding-top: 0;
}

.features-accordion .accordion-para {
    color: var(--gray-600, #52525b);
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    width: 90%;
    padding: 15px 0 15px 0;
    margin-bottom: 0;
}

.accordion-item {
    margin: 20px 0;
    border-radius: 10px;
    border: 1.5px solid var(--gray-200, #e4e4e7);
    background: var(--base-white, #fff);
    position: relative;
}

.accordion-button:not(.collapsed),
.accordion-button:focus {
    background-color: #fff0;
    box-shadow: none;
}

.accordion-item:not(:first-of-type) {
    border: 1.5px solid var(--gray-200, #e4e4e7);
}

.Review-section {
    padding: 72px 0;
}

.Review-background {
    background-image: url(../images/Review-background.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
    margin: 56px auto 0 auto;
    width: 80%;
}

.Review-box {
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 25px 34px -12px rgb(16 24 40 / 0.05);
    padding: 32px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
}

.Review-hdng {
    color: #191a15;
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    line-height: 156.522%;
}

.Review-name {
    color: #191a15;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
}

.Review-department {
    color: rgb(25 26 21 / 0.67);
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: -0.1px;
}

.Review-organization {
    color: #191a15;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: -0.1px;
}

.Review-content-box {
    gap: 64px;
    padding: 40px 0;
}

.Reviewbox-Width {
    width: 62%;
    align-self: center;
}

.review-name-content {
    gap: 16px;
}

.Right-review-box {
    flex-direction: column;
    gap: 64px;
}

.form-check-input:focus {
    box-shadow: none;
}

.Discount-popup {
    background-color: #191a15;
    padding: 16px 0 16px 0;
    position: relative;
}

.Discount-Heading {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    line-height: 24px;
    text-align: center;
    width: 90%;
}

.Close-popup-discount {
    position: absolute;
    right: 20px;
    top: 16px;
    cursor: pointer;
}

.NavigatetoPricing {
    color: #fff;
}

.itc-homeMain-section {
    padding: 18px 0;
}

.ITC-mainpara {
    color: #191a15;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
}

.Freetrial-font {
    font-size: 21.333px;
    margin-left: 0;
    margin-right: 0;
    padding: 16px 36px 16px 46px;
}

.black-background {
    background: #050504;
    padding: 64px 0;
}

.ITC-ReviewBox {
    display: flex;
    padding: 34px 40px 34px 32px;
    align-items: center;
    gap: 41px;
    border-radius: 12px;
    background: #12120f;
    width: 59%;
    margin: 0 auto;
    position: relative;
}

.ReviewBox-text {
    color: #fff;
    font-size: 23px;
    font-style: normal;
    font-weight: 500;
    line-height: 36px;
}

.Green-color {
    color: #27b86a !important;
}

.left-quote {
    position: absolute;
    top: -32px;
    left: -30px;
}

.right-quote {
    position: absolute;
    bottom: -30px;
    right: -32px;
}

.Work-Heading {
    color: #191a15;
    text-align: center;
    font-size: 80px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    letter-spacing: -1.6px;
    width: 90%;
    margin: 0 auto;
}

.padding-64 {
    padding: 64px 0;
}

.Gridbox-hdng {
    color: #191a15;
    font-size: 76px;
    font-style: normal;
    font-weight: 700;
    line-height: 105.263%;
    letter-spacing: -1.52px;
}

.Home-gridbox .Gridbox-hdng {
    width: 93%;
}

.Home-gridbox {
    padding: 80px 0;
}

.self-center {
    align-self: center;
}

.Padding-top32 {
    padding-top: 32px;
}

.works-section {
    padding: 96px 128px;
}

.here_head {
    font-weight: 700;
}

.number-boxes {
    display: flex;
    gap: 56px;
    margin: 72px 0;
}

.num-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    align-self: stretch;
    background: #fff;
    width: 25%;
}

.num-box-head {
    color: var(--gray-900, #18181b);
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 116.667%;
}

.num-box-para {
    color: var(--gray-600, #52525b);
    text-align: center;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

.Homepage-reviews {
    display: flex;
    align-items: flex-start;
    gap: 64px;
    flex-wrap: wrap;
    padding-top: 64px;
}

.Black-review-box {
    background: #12120f;
    width: 30%;
}

    .Black-review-box .Review-hdng,
    .Black-review-box .Review-name,
    .Black-review-box .Review-organization {
        color: #fff;
    }

    .Black-review-box .Review-department {
        color: rgb(255 255 255 / 0.67);
    }

.number-box-flex {
    padding-top: 72px;
    justify-content: center;
    gap: 32px;
    margin-bottom: 42px;
}

.numbers-grid {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    width: 25%;
    position: relative;
}

.number-box-hdng {
    color: var(--gray-900, #18181b);
    text-align: center;
    font-family: Plus Jakarta Sans;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 116.667%;
}

.number-box-para {
    color: var(--gray-600, #52525b);
    text-align: center;
    font-family: Plus Jakarta Sans;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

.number-box-link {
    color: #1cae73;
    font-family: Plus Jakarta Sans;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    text-decoration-line: underline;
    position: absolute;
    bottom: -35px;
}

.white-backcolor {
    background-color: #fff;
    color: #191a15;
    border-radius: 40px;
    border: 2px solid #191a15;
}

.width-90 {
    width: 78%;
}

.text-right {
    text-align: right;
    padding-top: 8px;
}

.Home-gridbox .LocalNumber-width {
    width: 70%;
}

.Margin-bottom32 {
    margin-bottom: 32px;
}

.Localnumber-first {
    padding-top: 72px;
}

    .Localnumber-first .ITC-second-hdng {
        width: 60%;
        margin: 0 auto;
    }

    .Localnumber-first .ITC-mainpara {
        width: 55%;
        margin: 0 auto;
        padding-top: 32px;
    }

.search-list {
    border-radius: 8px;
    background: #fff;
    padding: 32px;
    margin: 64px auto;
    box-shadow: 0 19px 59px -15px rgb(16 24 40 / 0.08);
    width: 640px;
}

.input-box {
    width: 505px;
}

.Numbersearch-field {
    height: 72px;
    color: #23252e;
    font-family: Inter;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    outline: none;
    border-radius: 8px 0 0 8px;
    border: 1px solid #e3e3e3;
    background: #fff;
    border-right: 0px !important;
    padding: 34px 24px 10px;
}

.input_bx input:focus {
    border-color: #e3e3e3;
    box-shadow: none;
}

.search-main-btn {
    color: #fff;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    border-radius: 0 8px 8px 0;
    background: #1aa468;
    height: 72px;
    padding: 24px;
    border: none;
}

    .search-main-btn:hover {
        color: #fff;
        background: #1aa468;
    }

.StateNumber-box {
    flex-wrap: wrap;
    gap: 64px;
    justify-content: space-between;
    margin-top: 72px;
}

.Statenumber {
    border-radius: 5px;
    background: #fafafa;
    padding: 16px 20px;
    width: 21%;
    text-align: center;
}

.Statenumber-text {
    color: #17b978;
    text-align: center;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 133.333%;
    letter-spacing: -0.24px;
    text-decoration-line: underline;
}

.white-color-text {
    color: #fff;
}

.Features-business {
    gap: 40px;
    padding-top: 72px;
}

.localFeatures-box {
    border-radius: 5px;
    border: 1px solid #e9e9e9;
    background: #fff;
    padding: 16px 20px;
    width: 30%;
}

.localFeatures-text {
    color: #333;
    text-align: center;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: -0.2px;
}

.local-width60 {
    width: 60%;
    margin: 0 auto;
}

.cmprtble-content {
    transition: width 2s;
    display: none;
}

.cmprtbl-opentrans {
    display: block;
    transition-timing-function: ease;
}

.Gray-Background {
    background: #f9f9f9;
    padding: 56px 0;
}

.Images-Flexbox {
    margin-top: 48px;
    justify-content: center;
    gap: 44px;
}

.gridbox-image {
    width: 100%;
}

.Grid-Width82 {
    width: 82%;
}

.HomeHdng-width {
    width: 70%;
    margin: 0 auto;
}

.ITC-Freetrial-font {
    font-size: 21.333px;
    padding: 16px 36px 16px 46px;
}

.Home-ITC-Brands {
    align-items: center;
    justify-content: center;
}

.ITC-about-para {
    color: #333;
    font-family: Inter;
    font-size: 23px;
    font-style: normal;
    font-weight: 400;
    line-height: 139.13%;
}

.position-relative {
    position: relative;
}

.Itc-blueback {
    background-color: #ebfff9;
}

.Itc-Orangeback {
    background-color: #fffad6;
}

.Itc-pinkBack {
    background-color: #fbecfe;
    position: absolute;
    bottom: 14px;
    left: 189px;
    width: 393px;
    height: 44px;
    z-index: -1;
}

.Plan-buybtn {
    color: #fff;
    text-align: right;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    display: flex;
    justify-content: center;
    align-items: center;
}

.Black-button {
    border-radius: 42px;
    border: 2px solid var(--b, #191a15);
    background: var(--b, #191a15);
}

.plans-trail {
    width: 49%;
    height: 55px;
}

.search-labeltxt {
    color: rgb(35 37 46 / 0.6);
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    position: absolute;
    top: 14px;
    left: 26px;
}

.Looking-Tollfree-text {
    color: #23252e;
    font-family: Inter;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding-top: 20px;
}

.Green-colortext {
    color: #1aa468;
    text-decoration-line: underline;
}

.Feature-navigation {
    margin-top: 32px;
    text-align: center;
}

.Feature-navigate-link {
    color: #1aa468;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-decoration: none;
}

.Localhdng-width {
    width: 77%;
}

.LocalText-width {
    width: 84%;
}

.dropdown_open_animation {
    animation: growDown 800ms ease-in-out forwards;
    transform-origin: top center;
}

@keyframes growDown {
    0% {
        transform: scaleY(0);
    }

    100% {
        transform: scaleY(1);
    }
}

.dropdown_close_animation {
    animation: growUp 800ms ease-in-out backwards;
    transform-origin: top center;
}

@keyframes growUp {
    0% {
        transform: scaleY(1);
    }

    100% {
        transform: scaleY(0);
    }
}

.Image-Transform {
    transform: rotate(180deg);
}

.Signin-clr {
    color: #191a15;
}

.BorderRadius {
    border-radius: 0;
}

.HowToUse-tabs {
    gap: 32px;
    border: none;
    padding: 24px 0;
}

    .HowToUse-tabs li .nav-link {
        color: var(--gray-900, #18181b);
        font-family: Plus Jakarta Sans;
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: 28px;
        border-radius: 10px;
        border: 1px solid #dfdfdf;
        background: #fff;
        padding: 16px;
        display: flex;
        align-items: center;
        gap: 16px;
    }

        .HowToUse-tabs li .nav-link.active {
            color: var(--base-white, #fff);
            background: #1aa468;
        }

.ITC-tabImage-active {
    display: none;
}

.HowToUse-tabs li .nav-link.active .ITC-tabImage-active {
    display: block;
}

.HowToUse-tabs li .nav-link.active .ITC-tabImage {
    display: none;
}

.Howtouse-mainsection {
    padding: 72px 0;
}

.howtouse-leftimg {
    position: absolute;
    top: 72px;
    left: 72px;
}

.howtouse-rightimg {
    position: absolute;
    top: 72px;
    right: 72px;
}

.Width58 {
    width: 58%;
    margin-left: auto;
    margin-right: auto;
}

.HowToUse-tabs li {
    width: 290px;
}

.Main-rightImg {
    width: 100%;
    float: right;
}

.Padding-right {
    padding-right: 0;
}

.ITC-mainpara-text {
    color: var(--b, #191a15);
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 133.333%;
}

.ITC-howto-para {
    color: #333;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
}

.Padding-top16 {
    padding-top: 16px;
}

.pad-btm24 {
    padding-bottom: 8px;
}

.select-dropbox {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url(../images/ico_dropdown.svg);
    background-repeat: no-repeat;
    background-position-x: 58px;
    background-position-y: 36px;
    width: 100px;
}

.numberselect-tabs {
    border-radius: 8px;
}

    .numberselect-tabs ul {
        border: none;
        box-shadow: 0 19px 59px 0 rgb(16 24 40 / 0.08);
        width: 423px;
    }

    .numberselect-tabs .nav-tabs .nav-link {
        color: rgb(25 26 21 / 0.48);
        font-family: Plus Jakarta Sans;
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: 28px;
        border-radius: 0 8px 0 0;
        background: #f4f4f4;
        padding: 16px 24px;
        border: 1px solid #fff0;
    }

        .numberselect-tabs .nav-tabs .nav-link.active {
            color: #1cae73;
            background: #fff;
            border: none;
            border-bottom: 2px solid #1cae73;
        }

    .numberselect-tabs .search-list {
        width: 100%;
        margin: 0;
        border-radius: 0;
        box-shadow: none;
        padding: 0;
    }

.Number-search-section {
    width: 72%;
    padding-top: 90px;
    margin: 0 auto;
}

.Numbersearch-Heading {
    color: #23252e;
    font-family: Plus Jakarta Sans;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.numberselect-tabs .tab-content {
    position: relative;
    top: 2px;
    padding: 32px;
    border-radius: 0 8px 8px 8px;
    background: #fff;
    box-shadow: 0 19px 59px -15px rgb(16 24 40 / 0.08);
}

.Local-inputbox,
#localnum .serach-list {
    width: 100%;
}

.ITC-prefix {
    gap: 16px;
    flex-wrap: wrap;
}

.ITC-prefixtext {
    color: rgb(35 37 46 / 0.6);
    font-family: Inter;
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
    min-width: 85px;
    padding-top: 12px;
}

.ITC-prefix-btns {
    padding: 8px 20px;
    border-radius: 37px;
    background: var(--neutral-400, #f5f5f5);
    color: #3f4048;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 143%;
    border: none;
}

    .ITC-prefix-btns:hover,
    .ITC-prefix-btns.active {
        color: #fff;
        background-color: #1aa468;
    }

.payment-infobox {
    display: flex;
    padding: 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
    align-self: stretch;
    border-radius: 10px;
    border: 1px solid var(--neutral-600, #eaebf0);
    background: var(--base-white, #fff);
    box-shadow: 0 1px 2px 0 rgb(16 24 40 / 0.04);
}

.num-search-result {
    display: flex;
    padding: 24px;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    align-self: stretch;
    border: 1px solid #e3e3e3;
    border-radius: 6px;
    background: #fff;
    color: #353642;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-radius: 6px 6px 0 0;
}

.Number-Buynow-btn {
    color: #3d3e47;
    font-family: Plus Jakarta Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    padding: 12px 24px;
    border: 1px solid #e3e3e3;
    border-radius: 0 0 6px 6px;
    text-align: center;
    border-top: none;
}

.number_select [type="radio"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    left: 15px;
    bottom: 15px;
    width: 90%;
    height: 45px;
}

.positioncheck {
    position: relative;
    padding: 15px;
}

.number-showResult {
    color: #353642;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-bottom: 24px;
}

.pagination {
    display: flex;
    list-style: none;
    padding: 0;
}

.Number-Pagination {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 8px;
    margin-top: 48px;
}

.pagination-numbers {
    padding-left: 0;
    display: flex;
    gap: 8px;
}

    .pagination-numbers li {
        color: var(--gray-50, #5f6d7e);
        font-family: Inter;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 20px;
        letter-spacing: -0.1px;
        width: 40px;
        height: 40px;
        padding: 12px 16px;
        border-radius: 30px;
        border: 1px solid var(--neutral-700, #dae0e6);
        background: var(--base-white, #fff);
        box-shadow: 0 1px 2px 0 rgb(16 24 40 / 0.04);
        list-style: none;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }

        .pagination-numbers li.active {
            color: #fff;
            background: #1aa468;
        }

#prev-btn,
#next-btn {
    cursor: pointer;
}

.payment-section {
    background-color: #efeff57d;
}

.New-payment-box {
    display: flex;
    gap: 20px;
    padding: 48px 0;
}

.left-paymentbox {
    width: 100%;
}

.right-paymentbox {
    width: 40%;
}

.serial-num-payment {
    display: flex;
    width: 32px;
    height: 32px;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    background: #17b978;
}

    .serial-num-payment span {
        color: var(--base-white, #fff);
        font-family: Inter;
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: 20px;
        letter-spacing: -0.1px;
    }

.payment-header-text {
    color: var(--gray-700, #272d37);
    font-family: Inter;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: -0.4px;
}

.payment-headerbtn {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.Pay-header {
    display: flex;
    align-items: center;
    gap: 24px;
    flex: 1 0 0%;
}

.contact-input {
    padding-top: 30px;
}

.contact-information-box {
    padding: 24px;
    border-radius: 10px;
    border: 1px solid var(--neutral-600, #eaebf0);
    background: var(--base-white, #fff);
    box-shadow: 0 1px 2px 0 rgb(16 24 40 / 0.04);
}

    .contact-information-box .contact-details label,
    .contact-information-box .contact-details span {
        color: var(--gray-700, #272d37);
        font-family: Inter;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 20px;
        letter-spacing: -0.1px;
    }

    .contact-information-box .contact-details input::placeholder {
        color: var(--gray-25, #919ba7);
    }

    .contact-information-box .contact-details input,
    .contact-information-box .contact-details select {
        color: var(--gray-700, #272d37);
        font-family: Inter;
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: 22px;
        letter-spacing: -0.1px;
        height: 40px;
        padding: 9px 16px;
        margin: 0;
        border-radius: 5px;
        border: 1px solid var(--neutral-700, #dae0e6);
        box-shadow: 0 1px 2px 0 rgb(16 24 40 / 0.04);
    }

.marginTop8 {
    margin-top: 8px;
}

.paddingbotom {
    padding-bottom: 24px;
}

.payment-contactbtn {
    color: var(--gray-200, #384255);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    padding: 10px 16px;
    border-radius: 5px;
    border: 1px solid #eaebf0;
    background: var(--base-white, #fff);
    box-shadow: 0 1px 2px 0 rgb(16 24 40 / 0.04);
}

.green-activebtn {
    color: #fff;
    background: #17b978;
    border: none;
}

.contact-paybtns {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 24px;
}

.contact-information-box .postion_chcopen {
    position: absolute;
    top: 24px;
    right: 13px;
    color: #1cae73 !important;
    text-decoration: none;
    border-left: none !important;
    border-right: none !important;
    border-top: 1px solid var(--neutral-700, #dae0e6) !important;
    border-bottom: 1px solid var(--neutral-700, #dae0e6) !important;
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}

.Submit-orderbtn .submit-bt {
    color: var(--base-white, #fff);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    padding: 10px 16px;
    border-radius: 5px;
    background: #17b978;
    box-shadow: 0 1px 2px 0 rgb(16 24 40 / 0.04);
    width: auto;
    margin-top: 30px;
}

.ITC-submit-text {
    color: var(--gray-50, #5f6d7e);
    font-family: Inter;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: -0.1px;
    padding-top: 32px;
}

    .ITC-submit-text .aTag {
        color: #17b978;
    }

.ITC-submit-text-below {
    color: var(--gray-50, #5f6d7e);
    font-family: Inter;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: -0.1px;
    padding-top: 16px;
}

.Safe-secure-text {
    color: #353642;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: -0.1px;
    padding-left: 12px;
}

.PaddingTop56 {
    padding-top: 56px;
}

.secure-payment {
    display: flex;
    align-items: center;
    justify-content: center;
}

.paddingTop16 {
    padding: 16px 0;
}

.contact-input .trial-period {
    margin-bottom: 30px;
}

.ITC-copyright-text {
    color: var(--text-gray-300, #d9dbe1);
    text-align: center;
    font-feature-settings: "liga" off;
    font-family: Manrope;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

    .ITC-copyright-text a {
        color: var(--text-gray-300, #d9dbe1);
        text-decoration: none;
    }

.ITC-Plansammary {
    border-radius: 10px;
    border: 1px solid var(--neutral-600, #eaebf0);
    background: var(--base-white, #fff);
    box-shadow: 0 1px 2px 0 rgb(16 24 40 / 0.04);
    margin-top: 30px;
}

.ITC-plan-sammarybox {
    padding: 16px 20px;
    border-bottom: 1px solid var(--neutral-600, #eaebf0);
    background: var(--base-white, #fff);
}

.ITC-plan-sammarytext {
    color: var(--gray-700, #272d37);
    font-family: Inter;
    font-size: 20px;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: -0.4px;
}

.ITC-planHeading {
    color: var(--gray-700, #272d37);
    font-family: Plus Jakarta Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    letter-spacing: -0.1px;
}

.ITC-planright-text {
    color: var(--gray-700, #272d37);
    text-align: right;
    font-family: Plus Jakarta Sans;
    font-size: 14px;
    font-weight: 700;
    line-height: 171%;
    letter-spacing: -0.1px;
}

.ITC-planPhone {
    color: var(--gray-700, #272d37);
    font-family: Inter;
    font-size: 13px;
    font-weight: 500;
    line-height: 138%;
    letter-spacing: -0.1px;
}

.ITC-dollerRupee {
    font-size: 16px;
}

.ITC-planrightDoller {
    color: var(--gray-700, #272d37);
    text-align: right;
    font-family: Inter;
    font-size: 16px;
    font-weight: 600;
    line-height: 150%;
    letter-spacing: -0.1px;
}

.ITC-daystrial {
    color: var(--gray-50, #5f6d7e);
}

.ITC-mb12 {
    margin-bottom: 12px;
}

.ITC-planRemovebtn {
    color: var(--danger-400, #fd5e49);
    font-family: Inter;
    font-size: 14px;
    font-weight: 500;
    line-height: 142.857%;
    cursor: pointer;
}

.ITC-populerbtn {
    border-radius: 5px;
    background: #fff4e0;
    padding: 2px 8px;
    border-radius: 5px;
    color: #ffb311;
    font-family: Plus Jakarta Sans;
    font-size: 13px;
    font-weight: 600;
    line-height: 138%;
    letter-spacing: -0.1px;
}

.ITC-activetext {
    font-weight: 600;
}

.ITC-mb6 {
    margin-bottom: 6px;
}

.ITC-mb4 {
    margin-bottom: 4px;
}

.ITC-castrecovery {
    color: rgb(25 26 21 / 0.68);
    font-family: Inter;
    font-size: 12px;
    font-weight: 600;
    line-height: 200%;
}

.ITC-tikboxtext {
    color: var(--b, #191a15);
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    line-height: 171%;
    letter-spacing: -0.28px;
}

.ITC-tikimg {
    width: 16px;
    height: 16px;
    display: flex;
    align-self: center;
    margin-right: 8px;
}

.ITC-mtmb8 {
    margin-top: 8px;
    margin-bottom: 8px;
}

.ITC-lastdoller {
    font-size: 18px;
    font-weight: 700;
}

.ITC-plan-sammarybox:first-child {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.ITC-plan-sammarybox:last-child {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom: none;
}

.card-expiry-details {
    display: flex;
    align-items: flex-start;
    gap: 32px;
    align-self: stretch;
}

    .card-expiry-details .Expiry-box {
        width: 120px;
    }

    .card-expiry-details #ddlExpMonth,
    .card-expiry-details #ddlExpYear {
        min-width: auto;
    }

.PaddingLeft20 {
    padding-left: 20px;
}

.footer-navmenu li a:focus {
    color: var(--text-gray-200, #eeeff4);
}

.features-accordion .accordion-para.VPN-ul {
    padding-left: 40px;
}

.ITC-textmsgcontainer {
    padding-right: 62px;
}

.ITC-textmsgbox {
    width: 100%;
    padding: 0 24px 24px 24px;
}

.ITC-listbox {
    gap: 26px;
}

.ITC-lists {
    gap: 8px;
}

.ITC-li-text {
    width: 92%;
    color: rgb(24 24 27 / 0.72);
    font-family: Inter;
    font-size: 19px;
    font-weight: 400;
    line-height: 161%;
    letter-spacing: -0.34px;
}

.ITC-listpara {
    color: var(--IteleC-brand-color, #1cae73);
    margin-bottom: 0;
}

.ITC-onlytext {
    font-weight: 500;
    width: 96%;
}

.ITC-check-box {
    gap: 12px;
}

    .ITC-check-box .ITC-customcheck-box {
        margin-bottom: 0;
        display: block;
        position: relative;
        cursor: pointer;
        width: 20px;
        height: 20px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

.ITC-customcheck-box input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.ITC-customcheck-box .ITC-checkmark {
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../images/ITC-chekbox-gray.svg);
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
}

    .ITC-customcheck-box .ITC-checkmark::after {
        width: 20px;
        height: 20px;
        content: "";
        position: absolute;
        background-image: url(../images/ITC-chekbox-green.svg);
        background-repeat: no-repeat;
        display: none;
    }

.ITC-customcheck-box input:checked ~ .ITC-checkmark::after {
    display: block;
}

.ITC-check-box .ITC-labeltxt {
    color: var(--gray-700, #272d37);
    font-family: Inter;
    font-size: 18px;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: -0.1px;
}

.ITC-continuebtn {
    width: 166px;
    padding: 8px 12px;
    border-radius: 5px;
    background: #1cae73;
    box-shadow: 0 1px 2px 0 rgb(16 24 40 / 0.04);
    color: var(--base-white, #fff);
    font-family: Inter;
    font-size: 16px;
    font-weight: 600;
    line-height: 143%;
    border: none;
}

.ITC-textmsgright {
    width: 57%;
    height: 90%;
    float: none;
    align-self: center;
}

.Addon-box {
    margin-bottom: 40px;
}

.addlist-icon {
    margin-top: -2px;
}

.ITC-Welcomecontainer {
    width: 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 72px;
}

.Addon-box .payment-headerbtn {
    padding: 24px;
}

.Addon-section {
    padding-top: 42px;
}

.Free-trail-greentxt {
    color: #3ca55c;
    font-family: Plus Jakarta Sans;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: -0.3px;
    cursor: pointer;
}

.Include-heading {
    color: #191a15;
    font-family: Plus Jakarta Sans;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: -0.3px;
    padding-bottom: 15px;
}

.modalParatxt {
    color: #191a15;
    font-family: Plus Jakarta Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

.Freetrial-modal.show .modal-dialog {
    max-width: 600px;
    -webkit-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    top: 50%;
    margin: 0 auto;
}

.Freetrial-modal .Green-color {
    color: #3ca55c;
}

.cmprtbl-scrolltop {
    display: none;
}

.Pro-highlight-icon {
    position: absolute;
    left: 70px;
    top: 26px;
}

.ITC-Pvcy-paddings {
    padding: 64px 135px;
}

.ITC-Pvcyterms-container {
    width: 100%;
    max-width: 100%;
}

.ITC-pvy-policyhead {
    color: #18181b;
    font-family: Inter;
    font-size: 50px;
    font-weight: 700;
    line-height: 120%;
}

.ITC-pvcysubhead {
    color: var(--b, #191a15);
    font-family: Plus Jakarta Sans;
    font-size: 32px;
    font-weight: 700;
    line-height: 250%;
    letter-spacing: -0.64px;
    margin-bottom: 8px;
}

.ITC-pvcytextbox p,
.ITC-pvcy-ul {
    color: var(--text-gray-900, #18191f);
    font-feature-settings: "liga" off;
    font-family: Inter;
    font-size: 18px;
    font-weight: 400;
    line-height: 177%;
    margin-bottom: 0;
}

.ITC-mrgnbx {
    margin-bottom: 48px;
}

.ITC-number-search-svg svg {
    position: absolute;
    right: 0;
    z-index: -1;
}

.search-main-btn:active {
    color: #fff !important;
    background-color: #1aa468 !important;
}

.tollfree-search input:focus {
    box-shadow: none;
    border-color: #e3e3e3;
}

.process {
    display: block;
    margin: 20% auto 0;
}

#overlayEffect {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 1111;
    top: 0;
    left: 0;
    background-color: #000;
    filter: alpha(opacity=40);
    -moz-opacity: 0.6;
    opacity: 0.6;
    background-image: url(../images/modalpopup-bkg.png) !important;
}

.Confirmation-Reqtxt {
    color: var(--gray-700, #272d37);
    font-family: Inter;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 42px;
    letter-spacing: -0.32px;
    padding-bottom: 12px;
}

.Confirmation-popupBox .GrayQuestionPop {
    color: var(--gray-700, #272d37);
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 38.832px;
    letter-spacing: -0.1px;
    margin-bottom: 0;
    margin-left: 0;
    float: none;
    margin-top: 0;
}

.Confirmation-popupBox {
    display: flex;
    padding: 32px;
}

#progressBar.Confirmation_boxPayment {
    border: none;
    border-radius: 20px;
    padding: 0;
    width: 60%;
    left: 20%;
    top: 30%;
    margin-top: 0;
}

.ITC-ProgramBox {
    padding: 80px 0;
    justify-content: center;
    align-items: center;
    gap: 48px;
    width: 76%;
    margin: auto;
}

.ITC-PM-Imgbox {
    width: 150px;
    height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 35px;
    border-radius: 90px;
    border: 0 solid #adadad;
    background: #fff;
    box-shadow: 0 10px 49.4px -11px rgb(0 0 0 / 0.15);
}

.ITC-PB-heading {
    color: var(--b, #191a15);
    font-family: Plus Jakarta Sans;
    font-size: 48px;
    font-weight: 700;
    line-height: 166%;
    letter-spacing: -0.96px;
    margin-bottom: 12px;
}

.ITC-PB-text {
    color: #333;
    font-family: Inter;
    font-size: 23px;
    font-weight: 400;
    line-height: 139%;
    margin-bottom: 40px;
}

.ITC-ProgramBox .ITC-PB-text:last-child {
    margin-bottom: 0;
}

.ITC-PB-anchor {
    color: #17b06d;
    text-decoration: none;
}

.Payment-value-info {
    display: flex;
    align-items: center;
    gap: 5px;
}

.ITC-number-search-svg {
    padding-bottom: 80px;
}

.ITC-paddingstp {
    padding-top: 30px;
    padding-bottom: 30px;
}

.ITC-Welcomecontainer {
    width: 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 72px;
}

.ITC-welcome-width {
    width: 50%;
    display: flex;
    justify-content: right;
}

.ITC-justycenter {
    justify-content: left;
}

.ITC-welcomebox {
    width: 80%;
}

.ITC-welcometext {
    color: var(--b, #191a15);
    font-family: Plus Jakarta Sans;
    font-size: 45px;
    font-weight: 700;
    line-height: 156%;
    letter-spacing: -0.86px;
    margin-bottom: 18px;
}

.ITC-welcomeboxpara {
    width: 80%;
    color: rgb(24 24 27 / 0.72);
    font-family: Inter;
    font-size: 22px;
    font-weight: 400;
    line-height: 160%;
    letter-spacing: -0.4px;
    margin-bottom: 22px;
}

.ITC-account-details {
    width: 81%;
    padding: 16px;
    background: var(--neutral-300, #f7f7f8);
}

.ITC-common-adtext {
    font-family: Inter;
    font-size: 22px;
    line-height: 120%;
    letter-spacing: -0.4px;
}

.ITC-fw400 {
    font-weight: 400;
}

.ITC-fw500 {
    font-weight: 500;
}

.ITC-acdtls {
    color: #18181b;
}

.ITC-numbertext {
    color: rgb(24 24 27 / 0.72);
}

.ITC-mtb10 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.ITC-account-details {
    margin-bottom: 22px;
}

.ITC-clickbox {
    color: rgb(24 24 27 / 0.72);
    font-family: Inter;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    letter-spacing: -0.4px;
    margin-bottom: 14px;
}

    .ITC-clickbox a {
        color: var(--IteleC-brand-color, #1cae73);
    }

.ITC-welcomeparatwo {
    width: 81%;
    color: rgb(24 24 27 / 0.72);
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 172%;
    letter-spacing: -0.28px;
    margin-bottom: 34px;
}

.ITC-downloadheading {
    width: 65%;
    color: #18181b;
    font-family: Inter;
    font-size: 22px;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -0.4px;
    margin-bottom: 34px;
}

.ITC-AppleGoogle a {
    display: inline-block;
}

.ITC-mr18 {
    margin-right: 18px;
}

.ITC-welcomeboxright {
    width: 83%;
    height: 90%;
    float: right;
}

.ITC-header .navbar-nav .nav-item .nav-link.active::after {
    content: "";
    width: 100%;
    position: absolute;
    top: 55px;
    border-bottom: 2px solid #191a15;
    left: 0;
}

.number_select .col-sm-12 {
    float: left;
}

.NumberSelect-prefix {
    display: flex;
    gap: 16px;
    margin-bottom: 40px;
    margin-top: 38px;
    justify-content: center;
}

.NumberSearch-Box {
    width: 100%;
}

    .NumberSearch-Box .select-dropbox {
        width: 150px;
    }

.Number-Buynow-btn:hover {
    color: #fff;
    background-color: #1aa468;
}

.local_num_validate {
    color: red;
    font-size: 14px;
}

#NumberResult {
    background-color: #fff;
}

.LocalNumber-Search,
.TollNumber-Search {
    width: 72%;
}

    .LocalNumber-Search .input-box,
    .TollNumber-Search .input-box,
    .TollNumber-Search .Local-numberSearch-box,
    .Local-numberSearch-box {
        width: 100%;
    }

.FreeTrail-btn:hover {
    border-color: #191a15;
}

.navbar-collapse .dropdown-menu .dropdown-item.active {
    color: #1cae73;
    background-color: #fff;
}

#CustomDropdown.active::before {
    content: "";
    width: 100%;
    position: absolute;
    top: 55px;
    border-bottom: 2px solid #191a15;
    left: 0;
}

.Port-number-btns {
    display: flex;
    align-items: flex-start;
    gap: 40px;
    align-self: stretch;
    margin-top: 40px;
}

.ITC-hw-heading {
    color: #100a07;
    text-align: center;
    font-family: Plus Jakarta Sans;
    font-size: 44px;
    font-weight: 800;
    line-height: 157%;
    margin-bottom: 48px;
}

.ITC-hw-smallTxt {
    width: 53%;
    color: var(--b, #191a15);
    text-align: center;
    font-family: Inter;
    font-size: 27px;
    font-weight: 400;
    line-height: 133%;
    margin: auto;
    margin-bottom: 48px;
}

.ITC-wc-box {
    position: relative;
    margin-bottom: 36px;
}

.ITC-workcontent-box {
    width: 50%;
    padding: 16px 20px;
    gap: 24px;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 4px 28px 0 rgb(23 176 109 / 0.09);
    margin: auto;
    margin-bottom: 40px;
    position: relative;
    z-index: 999;
}

.ITC-WC-heading {
    color: var(--gray-900, #18181b);
    font-family: Plus Jakarta Sans;
    font-size: 20px;
    font-weight: 700;
    line-height: 178%;
}

.ITC-WC-text {
    color: #585451;
    font-family: Plus Jakarta Sans;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
}

.ITC-WC-port {
    width: 70%;
}

.ITC-customwork-box {
    gap: 24px;
}

.ITC-WC-bsnstxt {
    margin-top: 28px;
}

.ITC-WC-vertical-line {
    top: 355px;
    left: 106px;
    width: 595px;
    border: 2px dashed #17b06d;
    position: absolute;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}

.ITC-WC-box-line {
    width: 37px;
    left: 31px;
    top: 112px;
    border: 2px dashed #17b06d;
    position: absolute;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}

.Transfer-num-btn {
    width: 321px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px 26px;
    border-radius: 56px;
    background: var(--b, #191a15);
    color: #fff;
    text-align: right;
    font-family: Plus Jakarta Sans;
    font-size: 21.333px;
    font-weight: 500;
    line-height: normal;
    margin: auto;
    margin-top: 76px;
    gap: 10px;
}

.Freebtn-border {
    color: var(--b, #191a15);
    border: 2px solid var(--b, #191a15);
    background: #fff;
}

.Port-width-60 {
    width: 62%;
    padding-top: 65px;
}

.Port-howit-section {
    padding-bottom: 59px;
}

.ITC-newPayment-popup {
    border-radius: 20px;
    background-color: #fff !important;
    border: none !important;
    -webkit-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    top: 50% !important;
    margin-top: 0px !important;
    padding: 16px 20px !important;
}

    .ITC-newPayment-popup #tTitlePop,
    .ITC-newPayment-popup .poptitle {
        color: var(--Gray-700, #272d37);
        font-family: Inter;
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: 120.25%;
        letter-spacing: -0.32px;
    }

    .ITC-newPayment-popup .eulapopup,
    .ITC-newPayment-popup .GrayQuestionPop,
    .ITC-newPayment-popup .PopQuestionHeading {
        color: var(--Gray-700, #272d37);
        font-family: Inter !important;
        font-size: 14px !important;
        font-style: normal;
        font-weight: 500;
        line-height: 194.16%;
        letter-spacing: -0.1px;
    }

    .ITC-newPayment-popup .QuestionClose {
        right: 0;
    }

    .ITC-newPayment-popup .PopQuestionHeading {
        padding-top: 30px;
        margin-top: 0;
    }

    .ITC-newPayment-popup#SCPopup .PopDiv1,
    .ITC-newPayment-popup#SCPopup .PopDiv2 {
        color: var(--Gray-700, #272d37);
        font-family: Inter !important;
        font-size: 14px !important;
        font-style: normal;
        font-weight: 500;
        line-height: 194.16%;
        letter-spacing: -0.1px;
    }

    .ITC-newPayment-popup .YesNobtn {
        padding: 2px 15px;
        background-color: #1cae73;
        border: none;
        border-radius: 8px;
        color: #fff;
        font-family: Inter !important;
        font-size: 14px !important;
        font-style: normal;
        font-weight: 500;
        line-height: 194.16%;
        margin-right: 8px;
    }

.Popup-Padding {
    padding: 28px 22px !important;
}

    .Popup-Padding .GrayQuestionPop {
        margin-top: 0;
    }

.Main-hdrPadtop {
    padding-top: 84px;
}

.Main-hdrmrgtop {
    margin-top: 84px;
}

#Tollfree-Display table,
#LocalNumber-Display table {
    width: 100%;
}

.ViewCost-breakdown {
    color: #17b978;
    font-family: Plus Jakarta Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: -0.1px;
    padding-bottom: 10px;
    cursor: pointer;
}

.ViewCost-box {
    background-color: #fff;
    padding: 24px;
    box-shadow: 0 19px 59px -15px rgb(16 24 40 / 0.08);
}

#ViewCostBox .modal-dialog {
    transform: translate(0, -50%);
    top: 50% !important;
    margin-top: 0;
}

.Border-Bottombox {
    border-bottom: 1px solid var(--neutral-600, #eaebf0);
    padding-bottom: 12px;
}

.TextStrike {
    text-decoration: line-through;
    padding-right: 10px;
}

.PlanContinueBtn {
    display: flex;
    justify-content: end;
    margin-top: 15px;
}

.PaymentPlanContinue-Btn {
    font-size: 18px;
    padding: 12px 28px;
}

.pagination-numbers li.dots {
    cursor: default;
    pointer-events: none;
}

.ChnagePlan-text {
    color: #27b86a;
    font-family: Inter;
    font-size: 15px;
    font-weight: 500;
    line-height: 138%;
    letter-spacing: -0.1px;
    padding-left: 8px;
}

.PlanContinueBtn .payment-contactbtn {
    cursor: pointer;
}

.modal-dialog .btn-close:focus {
    box-shadow: none !important;
}

.Addon-section .ITC-textmsgcontainer {
    padding-right: 72px;
}

.Popup-Lable {
    margin-bottom: 0;
    font-size: 14px;
}

#divExistedEmailYesClick .login_type {
    border: 1px solid var(--neutral-700, #dae0e6);
    border-radius: 5px;
    padding: 6px;
}

.Green-Button {
    color: #fff;
    background: #17b978;
    border: none;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    padding: 10px 16px;
    border-radius: 5px;
}

.Clickhere-Button {
    border: none;
    background-color: #fff;
    text-decoration: underline;
    color: #0909f7;
}

    .Clickhere-Button:focus {
        border: none;
    }

.PaddTop15 {
    padding-top: 15px;
}

.Vanitynum-wdth {
    width: 58%;
    margin: 0 auto;
}

.ITC-downloadHeading {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
}

.ITC-DownldContainer {
    gap: 40px;
    flex-wrap: wrap;
}

    .ITC-DownldContainer a {
        text-decoration: none;
        width: 200px;
        height: 200px;
    }

.ITC-DownldBox {
    padding: 20px 16px;
    border-radius: 10px;
    border: 1px solid #dfdfdf;
    background-color: #fff;
    text-align: center;
}

.ITC-DownldBoxHead {
    color: var(--gray-900, #18181b);
    text-align: center;
    font-family: "Plus Jakarta Sans";
    font-size: 32px;
    font-style: normal;
    font-weight: 800;
    line-height: 87%;
    margin-top: 20px;
    margin-bottom: 16px;
}

.ITC-DownldBoxpara {
    color: rgb(24 24 27 / 0.87);
    text-align: center;
    font-family: "Plus Jakarta Sans";
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 164%;
}

.SessionExprd-section {
    height: 100vh;
}

.itc-BackButton {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    border-radius: 5px;
    background: #1cae73;
    box-shadow: 0 1px 2px 0 rgb(16 24 40 / 0.04);
    padding: 10px 18px;
    text-decoration: none;
}

.marginTop50 {
    margin-top: 50px;
}

.Session-hdng {
    font-size: 32px;
    padding-top: 20px;
}

.Expired-section {
    width: 500px;
    margin: 0 auto;
    transform: translate(0, -50%);
    padding: 50px 30px;
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 19px 59px 0 rgb(16 24 40 / 0.08);
    position: relative;
    top: 50%;
}

    .Expired-section .ITC-mainpara-text {
        font-size: 18px;
    }

.HomeHdng {
    padding-top: 100px;
}

    .HomeHdng .ITC-second-hdng {
        font-size: 64px;
    }

    .HomeHdng .ITC-mainpara-text {
        font-size: 26px;
    }

.Portnum-dialog {
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    top: 50%;
}

.Portclose-btn {
    font-size: 28px;
    padding: 0;
    line-height: normal;
    background: #fff;
    border: none;
    margin-top: -7px;
}

.PortNum-Btn {
    color: var(--Base-White, #fff);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    border-radius: 5px;
    background: #1cae73;
    box-shadow: 0 1px 2px 0 rgb(16 24 40 / 0.04);
    margin-top: 20px;
    padding: 10px 14px;
    border: none;
}

.Portnum-dialog .input-lg {
    padding: 9px 16px;
    border-radius: 5px;
    border: 1px solid var(--Neutral-700, #dae0e6);
    background: var(--Base-White, #fff);
    box-shadow: 0 1px 2px 0 rgb(16 24 40 / 0.04);
    width: 70%;
}

.Portnum-dialog .modal-body {
    padding: 24px;
}

.Portnum-dialog .modal-header {
    padding: 12px 24px;
}

.Portnum-dialog .PhoneNum-lbl {
    color: var(--Gray-700, #272d37);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.1px;
}

.Port-number-btns .ITC-FreeTrail-btn {
    cursor: pointer;
}

.Portnum-dialog .modal-title {
    color: #100a07;
    text-align: center;
    font-feature-settings: "liga" off;
    font-family: "Plus Jakarta Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: 157.143%;
}

.cursorPointer {
    cursor: pointer;
}

.NumberDisplay-Box input:hover + .Number-Buynow-btn {
    color: #fff;
    background-color: #1aa468;
}

.hoverBackground,
.CheckedBackground {
    color: #fff !important;
    background-color: #1aa468;
}

.number_select input[type="radio"]:checked ~ div.Number-Buynow-btn {
    color: #fff;
    background-color: #1aa468;
}

.Industry-list {
    display: flex;
    justify-content: center;
    gap: 24px;
}

    .Industry-list ul li {
        list-style: none;
    }

.Industry-buybtns {
    justify-content: center;
    gap: 32px;
}

    .Industry-buybtns .ITC-FreeTrail-btn {
        margin-left: 0;
        margin-right: 0;
    }

.price-box .FreeTrail-btn,
.price-box .Plan-buybtn {
    text-align: center;
}

.navbar-collapse .navbar-nav .Position-Unset {
    position: initial;
}

.ITC-header .navbar-collapse .Solution-dropdown {
    width: 100%;
    left: 0;
    top: 82px;
    padding: 24px 0;
    border-radius: 0;
}

.Fixed-container {
    padding-left: 0;
    padding-right: 0;
}

#SolutionDropdown.active::before {
    content: "";
    width: 100%;
    position: absolute;
    top: 52px;
    border-bottom: 2px solid #191a15;
    left: 0;
}

.Solution-dropdown ul li {
    padding-top: 10px;
    padding-bottom: 10px;
}

.Plan-first-section .Plan-caption {
    height: 64px;
}

.Display-Twobtns {
    display: flex;
    gap: 40px;
    padding-top: 16px;
}

.Reviews-section {
    padding: 95px 0;
    background: #111;
}

.Position-Relative {
    position: relative;
    z-index: 1;
}

.cmprReview-box {
    border-radius: 12px;
    background: #1f1f1f;
    padding: 34px 29px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.cmprReview-text {
    color: #fff;
    font-family: Inter;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%;
    width: 86%;
}

.cmpreReviewer-name {
    color: #27b86a;
    text-align: right;
    font-family: Inter;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 50.4px;
}

.alignCenter {
    align-self: center;
}

.ITC-compareTable {
    display: block !important;
}

.CMP-smalltxt {
    color: #52525b;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 165%;
    padding-top: 8px;
}

.CMPtbl-hdng {
    color: #181818;
    text-align: center;
    font-family: Inter;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 133.333%;
    letter-spacing: -0.24px;
}

.ITC-compareTable table thead th {
    width: 33%;
}

.PaddingTop22 {
    padding-top: 22px;
}

.other-list li {
    list-style: none;
}

    .other-list li:before {
        content: " ";
        background-image: url(../images/bxs-chevron-right-circle-black.svg);
        background-repeat: no-repeat;
        width: 28px;
        height: 27px;
        position: absolute;
        margin-top: 2px;
        margin-left: -36px;
        background-size: contain;
    }

.Number-flex {
    align-items: flex-start;
    margin-bottom: 40px;
    display: flex;
}

.Number-Cr {
    background-color: #191a15;
    color: #fff;
    border-radius: 50%;
    flex: none;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: 24px;
    display: flex;
}

.img-Width100 {
    width: 90%;
}

.Numbers {
    font-size: 20px;
    font-weight: 600;
}

.Moveto-hdng {
    font-size: 24px;
    color: #191a15;
    font-weight: 600;
    padding-bottom: 8px;
}

.Moveto-Para {
    font-size: 18px;
    color: #191a15;
}

.Background-grayclr {
    background-color: #efeff57d;
    padding: 74px 0;
}

.PaddTop60 {
    padding-top: 80px;
}

.itcCmp-othersbox {
    display: flex;
    padding: 34px 29px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 50px;
    align-self: stretch;
    border-radius: 12px;
}

.otherservice-box {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 35px;
    justify-content: center;
}

.itcother-services-link {
    color: #fff;
    display: flex;
    padding: 14px 24px;
    border-radius: 42px;
    background: #191a15;
    border: 1px solid #191a15;
    text-decoration: none;
    cursor: pointer;
    width: 150px;
    justify-content: center;
}

.White-color {
    color: #ffffff !important;
}

.itcother-services-link:hover {
    background: #fff;
    color: #191a15;
    box-shadow: 3px 3px #000;
}

.Width80 {
    width: 80%;
    margin: 0 auto;
}

.Tableofcontent-section {
    display: flex;
    gap: 50px;
}

.LeftWidth60 {
    width: 60%;
}

.Rightwidth40 {
    width: 40%;
}

.ITC-TableofContent {
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
    border-radius: 5px;
    border: 1px solid var(--Neutral-600, #eaebf0);
    background: var(--Base-White, #fff);
    padding: 20px;
    margin-top: 5px;
    box-shadow: 0 10px 15px -3px rgb(16 24 40 / 0.1), 0 4px 6px -4px rgb(16 24 40 / 0.1);
    overflow-y: auto;
}

    .ITC-TableofContent ul li {
        list-style: none;
        padding-left: 0px !important;
        margin: 18px 0;
    }

        .ITC-TableofContent ul li a {
            color: var(--Gray-1, #333);
            font-feature-settings: "liga" off;
            font-family: Inter;
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: 24px;
            text-decoration: none;
            padding: 10px 0;
        }

    .ITC-TableofContent ul a.active::before {
        content: "";
        position: relative;
        left: -20px;
        border-left: 3px solid #219653 !important;
    }

    .ITC-TableofContent ul li a:hover,
    .ITC-TableofContent ul li a.active {
        color: #219653;
    }

.Itcleft-cmphdng {
    color: #191a15;
    font-family: Plus Jakarta Sans;
    font-size: 44px;
    font-style: normal;
    font-weight: 800;
    line-height: 122.857%;
    letter-spacing: -1.12px;
}

.ITC-TableofContent ul {
    padding-left: 0;
}

.LeftWidth60 .Home-gridbox {
    padding-top: 0;
    padding-bottom: 80px;
}

.cmpreReviewer-Smallname {
    font-size: 24px;
}

.Paddtop64 {
    padding-top: 60px;
}

.textwidth85 {
    width: 85%;
}

.paddBottom90 {
    padding-bottom: 90px;
}

.Textbold {
    font-weight: 700;
}

.Talkroute-rightimg {
    width: 85%;
    padding: 50px 0;
}

.TestDrive-itcwidth {
    width: 54%;
    margin: 0 auto;
}

.Choose-ItcWidth {
    width: 65%;
    margin: 0 auto;
}

.sms-verification-popup .modal-dialog {
    transform: translate(0, -50%);
    top: 45%;
    width: 50%;
    max-width: 50%;
}

.smsYes-btn {
    background-color: #1cae73;
    color: #fff;
    padding: 6px 20px;
}

.smsNo-btn {
    background-color: #f04438;
    color: #fff;
    padding: 6px 20px;
}

.smsYes-btn:hover {
    color: #fff;
    background-color: #1cae73;
}

.smsNo-btn:hover {
    color: #fff;
    background-color: #f04438;
}

.sms-verification-popup {
    z-index: 9999;
}

    .sms-verification-popup .modal-content {
        padding: 10px;
    }

    .sms-verification-popup .modal-header {
        border-bottom: none;
    }

    .sms-verification-popup .modal-footer {
        justify-content: flex-start;
        border-top: none;
    }

    .sms-verification-popup .modal-body p {
        color: #191a15;
        font-size: 18px;
        font-family: Plus Jakarta Sans;
        margin-bottom: 0;
    }

.ConditionText {
    padding-top: 6px;
    color: rgb(24 24 27 / 0.72);
}

.itc-textmsg-hdng {
    font-size: 24px;
    font-weight: 600;
    padding-bottom: 16px;
}

.itc-smscharges-hdng {
    font-size: 32px;
    font-weight: 500;
    padding-bottom: 20px;
}

.whitebox-background {
    background-color: #fff;
    padding: 40px;
    margin-top: 60px;
}

.ITC-logoCenter {
    display: block;
    margin: 0 auto;
}

.itc-chargetbl {
    border: 1px solid #eee;
    margin-top: 38px;
    width: 100%;
}

    .itc-chargetbl th,
    .itc-chargetbl td {
        padding: 10px 5px;
        border-style: solid;
        border-width: 1px;
        overflow: hidden;
        word-break: normal;
        border-color: #000;
    }

.Padd10 {
    padding: 10px 0;
}

.TOC-hdng {
    font-size: 28px;
    font-weight: 500;
}

.SM-paraText {
    color: rgb(24 24 27 / 0.72);
    font-family: Inter;
    font-size: 19px;
    font-weight: 400;
    line-height: 161%;
    letter-spacing: -0.34px;
}

.PaddTop-25 {
    padding-top: 25px;
}

.ITC-SMright {
    width: 85%;
}

.MarginBottom-80 {
    margin-bottom: 80px;
}

.BackHighlight-img {
    padding: 65px 0;
    background-image: url(https://callmantra.co/wp-content/uploads/2022/11/bookdemo-back.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.SM-Processlist {
    padding-top: 20px;
}

    .SM-Processlist .accordion-button {
        font-size: 24px;
        font-weight: 500;
        padding-left: 0;
        background-color: #fff0;
        width: auto;
        gap: 10px;
    }

    .SM-Processlist .accordion-item {
        background-color: #fff0;
        border: none;
    }

    .SM-Processlist .accordion-button::after {
        background-size: 18px;
        background-position-y: center;
    }

    .SM-Processlist .accordion-button:not(.collapsed)::after {
        margin-top: 0;
    }

.SpamMoniter-list {
    position: relative;
    list-style-type: none;
    padding-left: 26px;
}

    .SpamMoniter-list li {
        font-size: 18px;
        padding-top: 8px;
    }

        .SpamMoniter-list li::before {
            content: "";
            background-image: url(../images/ico_greentick-icon.svg);
            background-repeat: no-repeat;
            background-size: contain;
            position: absolute;
            width: 18px;
            height: 18px;
            left: 0;
            margin-top: 5px;
        }

.Grid-Width82.MoreWidth95 {
    width: 95%;
}

.Feature-dropdown ul {
    padding-left: 0;
}

.Feature-dropdown .Industry-list {
    gap: 0;
}

.New-Feature-highlight {
    padding: 6px 8px 6px 11px;
    margin-left: 10px;
    font-size: 14px;
    border-radius: var(--radius-full, 9999px);
    border: 1px solid var(--Component-colors-Utility-Indigo-utility-indigo-200, #c7d7fe);
    background: var(--Component-colors-Utility-Indigo-utility-indigo-50, #eef4ff);
}

.spam-heroList {
    list-style-type: none;
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding-top: 24px;
    padding-left: 26px;
}

    .spam-heroList li {
        color: var(--b, #191a15);
        font-family: Inter;
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: 24px;
        letter-spacing: -0.36px;
    }

        .spam-heroList li:before {
            content: " ";
            background-image: url(../images/Round_Tick_icon.svg);
            background-repeat: no-repeat;
            width: 20px;
            height: 20px;
            position: absolute;
            margin-top: 2px;
            margin-left: -26px;
            background-size: contain;
        }

.BackWhite-borderblk {
    color: #191a15;
    background-color: #fff;
    border: 2px solid #191a15;
    margin: 0;
}

.BtnsFont {
    font-size: 16px;
}

.Fontsize48 {
    font-size: 48px;
    line-height: 150%;
}

.margin-top32 {
    margin-top: 32px;
}

.BuildWidth {
    width: 75%;
    margin: 0 auto;
}

.FontSize56 {
    color: var(--b, #191a15);
    text-align: center;
    font-size: 56px;
    font-style: normal;
    font-weight: 800;
    line-height: 80px;
    letter-spacing: -1.12px;
}

.FeaturesPara {
    color: var(--b, #191a15);
    text-align: center;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
}

.Padding-72-40 {
    padding: 72px 0 40px 0;
}

.Width56 {
    width: 56%;
    margin-left: auto;
    margin-right: auto;
}

.FontSize23 {
    color: #333;
    font-family: Inter;
    font-size: 23px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
}

.customBorder-box {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 64px;
}

.Boxwidth48 {
    width: 48%;
    padding-top: 40px;
    padding-bottom: 40px;
}

.paddright48 {
    padding-right: 48px;
}

.paddleft48 {
    padding-left: 48px;
}

.borderBottom {
    border-bottom: 1px solid #ededed;
}

.borderRight {
    border-right: 1px solid #ededed;
}

.ReviewBox-Width {
    width: 70%;
    margin: 0 auto;
}

    .ReviewBox-Width .cmpreReviewer-name {
        text-align: left;
    }

    .ReviewBox-Width .cmpreReviewer-name {
        font-size: 20px;
        line-height: 32px;
    }

    .ReviewBox-Width .cmprReview-smallname {
        color: rgb(255 255 255 / 0.67);
        font-family: Inter;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 26px;
        letter-spacing: -0.1px;
    }

.FontSize18 {
    font-size: 18px;
}

.TextColorBlk {
    color: var(--b, #191a15);
}

.ITC-header .navbar-collapse .Feature-dropdown {
    width: 100%;
    left: 0;
    top: 82px;
    padding: 24px 0;
    border-radius: 0;
}

.Feature-dropdown ul li {
    padding-top: 10px;
    padding-bottom: 10px;
}

.Width74 {
    width: 74%;
    margin: 0 auto;
}

.Feature-dropdown .Green-color {
    color: #1cae73 !important;
}

.Padding80 {
    padding: 80px 0;
}

.FontSize20 {
    color: #333;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
}

.Imagine-flexbox {
    flex-direction: column;
    gap: 20px;
}

.BuildWidth65 {
    width: 65%;
    margin: 0 auto;
}

.margin-top48 {
    margin-top: 48px;
}

.FontWeight-500 {
    font-weight: 500;
}

.customBorder-box .ITC-First-hdng {
    font-size: 48px;
}

.PaddingTop100 {
    padding-top: 100px;
}

.Spamlikeywidth {
    width: 80%;
}

.ITC-home-mobilImg {
    display: none;
}

#ITCcloseModal .modal-dialog {
    width: 50%;
    max-width: 50%;
}

#ITCcloseModal .modal-content {
    background-color: #191a15;
}

#ITCcloseModal .modal-header {
    border-bottom: 0;
    padding-bottom: 0;
    justify-content: end;
}

#ITCcloseModal .modal-body {
    padding: 0 40px 40px;
}

#ITCcloseModal .RocketImg {
    width: 50px;
    margin: auto;
    display: flex;
}

#ITCcloseModal .modal-body h1 {
    font-size: 34px;
    color: #fff;
    font-weight: 800;
    text-align: center;
    padding-top: 15px;
}

#ITCcloseModal .modal-body p {
    font-size: 20px;
    color: #fff;
    text-align: center;
    padding-top: 12px;
}

.TrailFree-btn {
    font-size: 20px;
    color: #070718;
    background-color: #bdbbff;
    padding: 14px 18px;
    font-weight: 500;
    text-decoration: none;
    border-radius: 12px;
    display: flex;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

.Close-modal {
    font-size: 16px;
    cursor: pointer;
    border: none;
    float: right;
    border-radius: 16px;
    position: absolute;
    top: -45px;
    background-color: #fff;
    color: #000;
    padding: 5px 14px;
}

.ITC-modal-images {
    margin-top: 50px;
    display: flex;
    justify-content: end;
    gap: 20px;
}

    .ITC-modal-images img {
        height: 21px;
    }

.F-500 {
    font-weight: 500 !important;
}

.heading-4 {
    color: #191a15;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}

.Font40 {
    color: #fff;
    text-align: center;
    font-family: "Plus Jakarta Sans";
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: -0.8px;
}

.Howit-flexbox {
    padding: 24px;
    display: flex;
    flex-direction: column;
    flex: 1 0 0%;
    gap: 48px;
    border-radius: var(--radius-xl, 12px);
    background: #12120f;
}

.Numbercss {
    color: #fff;
    text-align: center;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    border-radius: var(--radius-lg, 10px);
    background: #373734;
    width: 48px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.black-background {
    background-color: #050504;
}

.font20 {
    color: #fff;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
}

.howitbox-text {
    color: rgb(255 255 255 / 0.8);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    padding-top: 8px;
}

.Franchise-ftrbox {
    width: 70%;
    margin: 0 auto;
    text-align: center;
}

.font-36 {
    color: #fff;
    text-align: center;
    font-family: Inter;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 44px;
    letter-spacing: -0.72px;
}

.Franchise-btn {
    border-radius: var(--radius-md, 8px);
    border: 1px solid #d0d5dd;
    background: #fff;
    box-shadow: 0 1px 2px 0 rgb(16 24 40 / 0.05);
    color: #344054;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    padding: 12px 18px;
    text-decoration: none;
    margin-top: 32px;
    display: inline-block;
    cursor: pointer;
}

.borderBottom {
    border-bottom: 1px solid rgb(255 255 255 / 0.5);
}

.mb-64 {
    margin-bottom: 64px;
}

.mb-112 {
    margin-bottom: 112px;
}

.F-600 {
    font-weight: 600 !important;
}

.F-700 {
    font-weight: 700 !important;
}

.Padd80 {
    padding: 80px 0;
}

.IL-heading {
    color: #191a15;
    font-size: 42px;
    font-style: normal;
    line-height: 150%;
    letter-spacing: -0.8px;
}

.Wdth-50 {
    width: 50%;
}

.Gap64 {
    gap: 64px;
}

.Franch-boxmain {
    padding: 0 32px;
    gap: 64px 32px;
}

.Franch-box {
    min-width: 320px;
    gap: 20px;
    flex: 1 0 0%;
}

.IL-smallheading {
    color: #101828;
    font-family: Inter;
    font-size: 22px;
    line-height: 150%;
}

.IL-para {
    color: #475467;
    font-family: Inter;
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
}

.Padd96 {
    padding: 96px 0;
}

.IL-btns {
    margin-top: 64px;
    gap: 32px;
}

.IL-btn {
    color: #fff;
    background: #191a15;
    text-align: right;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border-radius: 42px;
    padding: 12px 20px;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    width: fit-content;
}

.IL-whitebtn {
    color: #191a15;
    background-color: #fff;
    border: 2px solid #191a15;
}

.IL-btn-padding {
    padding: 16px 36px 16px 46px;
}

.IL-carousel-container {
    padding: 0 32px;
}

.IL-carouselbox {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 64px;
    gap: 32px;
    border-radius: 16px;
    background-color: #f9fafb;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
}

.clr-green {
    color: #1cae73;
}

.IL-carouselheading {
    color: #101828;
    font-family: Inter;
    font-size: 38px;
    line-height: 122.222%;
    letter-spacing: -0.72px;
}

.mb-12 {
    margin-bottom: 12px;
}

.IL-avatarbox {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    border-radius: 60px;
    border: 2.245px solid #fff;
    background: #e58d8d;
    box-shadow: 0 2.993px 3.741px 0 rgb(16 16 16 / 0.14);
}

.IL-heading-3 {
    color: #101828;
    font-family: Inter;
    font-size: 18px;
    line-height: 150%;
}

.Font14 {
    font-size: 16px;
}

.IL-carouselbtn {
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    width: 56px;
    height: 56px;
    justify-content: center;
    align-items: center;
    gap: 12px;
    opacity: 1;
    border-radius: 9999px;
    border: 1px solid #eaecf0;
    background: #050504;
    -webkit-border-radius: 9999px;
    -moz-border-radius: 9999px;
    -ms-border-radius: 9999px;
    -o-border-radius: 9999px;
}

    .IL-carouselbtn.carousel-control-prev {
        margin-left: -34px;
    }

    .IL-carouselbtn.carousel-control-next {
        margin-right: -34px;
    }

    .IL-carouselbtn .carousel-control-prev-icon {
        background-image: url(../images/Carosel-arrow-left.svg);
    }

    .IL-carouselbtn .carousel-control-next-icon {
        background-image: url(../images/Carosel-arrow-right.svg);
    }

.ITC-gap72 {
    gap: 72px;
}

.Franchisor-Flexbox {
    padding: 24px;
    border-radius: var(--radius-2xl, 16px);
    border: 1px solid #eaecf0;
    background: #f9fafb;
    width: 47%;
}

.SerialNumbers {
    color: #7f56d9;
    text-align: center;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    padding: 10px;
    border-radius: var(--radius-lg, 10px);
    background: #fff;
    width: 48px;
}

.Fontsize30 {
    color: #101828;
    font-family: Inter;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 38px;
}

.paraFont-18 {
    color: #475467;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.Franchisor-Flexbox ul {
    list-style-type: none;
    position: relative;
    padding-left: 50px;
}

    .Franchisor-Flexbox ul li {
        padding-bottom: 20px;
    }

        .Franchisor-Flexbox ul li:last-child {
            padding-bottom: 0;
        }

        .Franchisor-Flexbox ul li:before {
            content: "";
            position: absolute;
            left: 12px;
            width: 28px;
            height: 28px;
            background-image: url(../images/check-circle.svg);
            background-size: cover;
            margin-top: -2px;
        }

.gap-64 {
    gap: 64px;
}

.paddingTop64 {
    padding-top: 64px;
}

.OwnerPerks-font {
    color: #475467;
    text-align: center;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    padding-top: 20px;
}

.FranchiseFormBox {
    max-width: 480px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding-top: 50px;
}

.FranchiseinputLable {
    color: #344054;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}

.FranchiseInputbox {
    overflow: hidden;
    color: #344054;
    text-overflow: ellipsis;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    padding: 8px 14px;
    border-radius: 8px;
    border: 1px solid #d0d5dd;
    background: #fff;
    box-shadow: 0 1px 2px 0 rgb(16 24 40 / 0.05);
}

    .FranchiseInputbox::placeholder {
        color: #667085;
    }

.phone-input {
    display: flex;
    align-items: center;
    border: 1px solid #d0d5dd;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 1px 2px 0 rgb(16 24 40 / 0.05);
}

.country-select {
    width: 70px;
    border: none;
    background-color: #fff;
    padding: 10px 0 10px 10px;
    font-size: 16px;
    background-image: url(../images/chevron-down-gray.svg);
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 20px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.number-field {
    flex-grow: 1;
    border: none;
    padding: 10px;
    font-size: 16px;
}

    .number-field:focus,
    .country-select:focus {
        outline: none;
    }

.Franchise-Checkbox {
    margin-top: 2px;
}

    .Franchise-Checkbox .ITC-checkmark {
        background-image: url("../images/_Checkbox base.png");
    }

        .Franchise-Checkbox .ITC-checkmark::after {
            background-image: url(../images/Checkbox_Checked.png);
            background-size: 20px;
        }

    .Franchise-Checkbox + .ITC-check-label {
        color: #475467;
        font-family: Inter;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
    }

.FranchiseForm-button {
    color: #fff;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    padding: 16px 22px;
    border-radius: 9999px;
    border: 1px solid #7f56d9;
    background: #191a15;
    box-shadow: 0 1px 2px 0 rgb(16 24 40 / 0.05);
    margin-top: 8px;
}

.ThreeLine-img {
    position: absolute;
    top: -45px;
    left: -45px;
}

.FreetoJoin-img {
    position: absolute;
    top: 22px;
    right: 45px;
    width: 220px;
}

#carouselTestmonial {
    border-radius: var(--radius-4xl, 24px);
    background: var(--Colors-Background-bg-secondary, #f9fafb);
}

.Testimonial_img {
    border-top-right-radius: 24px;
    border-bottom-right-radius: 24px;
    width: 40%;
}

.TestmonialHdng {
    color: #101828;
    font-family: Inter;
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: 44px;
    letter-spacing: -0.72px;
}

.TestimonialName {
    color: #101828;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
}

.TestimonialCompany {
    color: #475467;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

#carouselTestmonial .carousel-indicators {
    bottom: 29px;
    margin-left: 48px;
    justify-content: left;
}

    #carouselTestmonial .carousel-indicators [data-bs-target] {
        width: 10px;
        height: 10px;
        border-radius: 9999px;
        background: #7f56d9;
        border-top: none;
        border-bottom: none;
    }

.black-text {
    color: #191a15 !important;
}

.ReferBox {
    display: flex;
    min-width: 280px;
    padding: 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    flex: 1 0 0%;
    border-radius: var(--radius-md, 8px);
    background: var(--Colors-Background-bg-secondary, #f9fafb);
}

.font18 {
    color: #475467;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.blue-text {
    color: #6941c6;
}

.paddingtop72 {
    padding-top: 72px;
}

.BlackBackground-box {
    padding: 153px 64px;
    position: relative;
}

.lineHeight60 {
    line-height: 60px;
}

.background-white {
    background-color: #fff !important;
}

.text-white-80 {
    color: rgb(255 255 255 / 0.8);
}

.font-weight-400 {
    font-weight: 400 !important;
}

.font-weight-600 {
    font-weight: 600 !important;
}

.left-SVG {
    position: absolute;
    left: 0;
    bottom: 0;
}

.right-SVG {
    position: absolute;
    bottom: 0;
    right: 0;
}

.Background-black {
    border-radius: 16px;
    background: #050504;
}

.fontSize30 {
    color: #fff;
    font-family: Inter;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 38px;
}

.paddLeftRight {
    padding-left: 30px;
    padding-right: 26px;
}

.padd64 {
    padding: 64px;
}

.F-800 {
    font-weight: 800 !important;
}

.AF-container {
    width: 706px;
    border-radius: 12px;
    border: 1px solid #f3f3f3;
    background: #fff;
    box-shadow: 1px 1px 20px 3px rgb(0 0 0 / 0.06);
    margin-top: -310px !important;
    margin-bottom: 40px !important;
}

.AF-containerbox {
    padding: 40px;
    gap: 23px;
}

.border-b {
    border-bottom: 1px solid rgb(0 0 0 / 0.12);
}

.AF-heading {
    color: #191a15;
    font-size: 28px;
    line-height: 140%;
}

.my-Para {
    color: #000;
    font-family: Inter;
    font-size: 14px;
    line-height: 160%;
}

.AF-Anchor {
    cursor: pointer;
    color: #0037dd;
    text-underline-position: from-font;
}

.AF-box {
    padding: 40px;
}

.my-bigPara {
    color: #000;
    font-family: Inter;
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
}

.gp35 {
    gap: 35px;
}

.AF-heading3 {
    color: #000;
    font-family: Inter;
    font-size: 22px;
    line-height: 150%;
}

.AF-inputbox {
    width: 100%;
}

.formlabel {
    color: #344054;
    font-family: Inter;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 6px;
}

.AF-formbox .form-control,
.FCS-formbox .form-control {
    color: #101828;
    font-family: Inter;
    font-size: 16px;
    line-height: 24px;
    padding: 10px 0 10px 14px;
    border-radius: 8px;
    border: 1px solid #d0d5dd;
    box-shadow: 0 1px 2px 0 rgb(16 24 40 / 0.05);
}

    .AF-formbox .form-control:focus,
    .FCS-formbox .form-control:focus {
        box-shadow: 0 1px 2px 0 rgb(16 24 40 / 0.05);
        border: 1px solid #d0d5dd;
    }

.Err-msg {
    font-size: 12px;
    color: red;
    padding-top: 5px;
    margin-bottom: 0;
    display: none;
}

.gp20 {
    gap: 20px;
}

.AF-select {
    background-image: url(../images/Select-down.svg);
    background-size: 20px 20px;
}

.MYBTN {
    width: max-content;
    color: #fff;
    font-family: Inter;
    font-size: 18px;
    padding: 16px 22px;
    line-height: 28px;
    border-radius: 99px;
    border: 1px solid #191a15;
    background: #191a15;
    box-shadow: 0 1px 2px 0 rgb(16 24 40 / 0.05);
}

.AffiliateHeaderBG {
    width: 100%;
    height: 370px;
    background-image: url(../images/AffiliateHeaderBG.png);
    background-position: top center;
    background-size: cover;
}

.FCS-box {
    padding: 0 80px;
}

.gp32 {
    gap: 32px;
}

.FCS-heading1 {
    color: #191a15;
    font-size: 50px;
    line-height: 60px;
}

.mb-40 {
    margin-bottom: 40px;
}

.Mytextarea {
    padding: 12px 14px;
    height: auto;
}

.Mytextarea-height {
    height: 154px;
}

.FCS-checkbox + .ITC-check-label {
    color: #344054;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    line-height: 24px;
}

.FCS-leftbox {
    width: 434px;
}

.FCS-heading2 {
    color: #fff;
    font-size: 26px;
    line-height: 36px;
}

.FCS-para {
    color: #fff;
    font-size: 18px;
    line-height: 32px;
}

.mb-32 {
    margin-bottom: 32px;
}

.mb-56 {
    margin-bottom: 56px;
}

.fs-24 {
    font-size: 24px;
}

.FCS-anchor {
    color: #e5e5e5;
    font-size: 22px;
    line-height: 32px;
}

.FCE-anchorbox {
    padding: 10px 0;
}

.mb-10 {
    margin-bottom: 10px;
}

.FCS-ContactSalesTxt {
    letter-spacing: -0.4px;
    margin-top: 65px;
}

.FCS-maincontainer .FCSLeftContainer {
    width: 38%;
    background: #050504;
}

.FCS-maincontainer .FCSRightContainer {
    width: 62%;
}

.FCS-maincontainer .FCSinnercontainerSpaces {
    padding: 64px 80px;
}

.Thanks-container {
    width: 740px;
    margin-top: -310px !important;
    margin-bottom: 40px !important;
}

.Thanks-box {
    padding: 40px;
    border-radius: 12px;
    border: 1px solid #f3f3f3;
    background: #fff;
    box-shadow: 1px 1px 20px 3px rgb(0 0 0 / 0.06);
}

.Thanks-heading1 {
    color: #000;
    font-size: 28px;
    font-style: normal;
    line-height: 150%;
}

.Thankspara {
    color: #1e1e1e;
    font-family: Inter;
    font-size: 20px;
    line-height: 150%;
}

.Thanks-stpbox {
    align-items: flex-start;
    gap: 30px;
    padding: 40px;
    border-radius: 12px;
    border: 1px solid #f3f3f3;
    background: #fff;
    box-shadow: 1px 1px 20px 3px rgb(0 0 0 / 0.06);
    margin-bottom: 32px;
    position: relative;
    z-index: 1;
}

.Thanks-vertical-line {
    top: 0;
    left: 68px;
    height: 528px;
    border: 2px dashed #18181b;
    position: absolute;
}

.fs-18 {
    font-size: 18px;
}

.Thanks-heading2 {
    color: #1e1e1e;
    font-size: 24px;
    line-height: 150%;
}

.Para-w-90 {
    width: 90%;
}

.Testimonial-heading2 {
    color: #12120f;
    text-align: center;
    font-size: 50px;
    line-height: 150%;
    letter-spacing: -1px;
}

.TMSBoxWidth {
    width: 350px;
    margin-bottom: 55px;
}

.TMS-reviews-Container .box {
    background: #252525;
    gap: 8px;
    border-radius: 15px 15px 0 0;
}

.TMS-reviews-Container .boxBody {
    padding: 24px;
}

.TMS-reviews-Container .box > p {
    color: #fff;
    font-size: 23px;
    font-style: normal;
    line-height: 36px;
    padding: 24px;
    margin-bottom: 0;
}

.TMS-reviews-Container .boxFooter {
    background: #181817;
    border-radius: 0 0 15px 15px;
}

.TMS-review-name-content {
    gap: 16px;
    padding: 24px;
    width: 100%;
}

.TMS-Review-name {
    color: #fff;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    margin-bottom: 3px;
}

.TMS-Review-department {
    color: rgb(255 255 255 / 0.67);
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: -0.1px;
}

.GapTMS60 {
    gap: 75px;
}

.ppf-para {
    color: #fff;
    text-align: center;
    font-family: Inter;
    font-size: 20px;
    line-height: 30px;
}

.GTS-btn {
    width: max-content;
    display: flex;
    padding: 11px 18px;
    justify-content: center;
    align-items: center;
    gap: 6px;
    color: #344054;
    font-family: Inter;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    border-radius: 9999px;
    border: 1px solid #d0d5dd;
    background: #fff;
    box-shadow: 0 1px 2px 0 rgb(16 24 40 / 0.05);
    text-decoration: none;
    margin: auto;
}

.mb-100 {
    margin-bottom: 100px;
}

.AB-TestLeftWidth {
    width: 60%;
}

.AB-Test-style {
    width: 40%;
}

    .AB-Test-style img {
        width: 100%;
        overflow: hidden;
        border-top-right-radius: 24px;
        border-bottom-right-radius: 24px;
    }

.CNTCT-form-section {
    background: var(--gray-bg);
    padding: var(--padd-96);
}

.CNTCT-box {
    width: 600px;
}

    .CNTCT-box .FCS-formbox {
        padding: 32px;
        border-radius: 16px;
        background-color: #FFF;
        box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 4px 0px;
    }

.CNTCT-btn {
    background-color: var(--my-black-bg);
    border-radius: var(--border-radius);
    width: 100%;
}

    .CNTCT-btn:hover {
        background-color: var(--my-black-bg);
    }

.CNTCT-form-caption {
    width: 750px;
    color: #101828;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    padding-top: 32px;
    text-align: center;
    margin: auto;
}

.My-Toast {
    width: 400px;
    height: auto;
    background: #fff;
    border-radius: 12px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99999;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

    .My-Toast .toast-header {
        font-family: Inter;
        font-size: 20px;
        line-height: 30px;
        padding: 16px 20px;
        border-top-left-radius: 12px;
        border-top-right-radius: 12px;
        color: #272d37;
    }

        .My-Toast .toast-header .btn-close {
            font-size: 14px;
        }

    .My-Toast .toast-body {
        font-family: Inter;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 194.16%;
        letter-spacing: -0.1px;
        padding: 16px 20px;
        border-bottom-left-radius: 12px;
        border-bottom-right-radius: 12px;
    }

.toast-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #000;
    opacity: 0.6;
    z-index: 1040;
    display: none;
}
