/* Minification failed. Returning unminified contents.
(388,29): run-time error CSS1038: Expected hex color, found '#fff4'
(388,44): run-time error CSS1038: Expected hex color, found '#fff4'
(392,32): run-time error CSS1038: Expected hex color, found '#fff0'
(392,50): run-time error CSS1038: Expected hex color, found '#fff0'
(396,29): run-time error CSS1038: Expected hex color, found '#fff0'
(396,44): run-time error CSS1038: Expected hex color, found '#fff0'
(694,23): run-time error CSS1046: Expect comma, found '0'
(694,27): run-time error CSS1046: Expect comma, found '/'
(984,21): run-time error CSS1039: Token not allowed after unary operator: '-grey'
(1008,56): run-time error CSS1039: Token not allowed after unary operator: '-red'
(1008,68): run-time error CSS1039: Token not allowed after unary operator: '-yellow'
(1043,21): run-time error CSS1039: Token not allowed after unary operator: '-black-blue'
(1047,22): run-time error CSS1039: Token not allowed after unary operator: '-black-blue'
(1065,22): run-time error CSS1039: Token not allowed after unary operator: '-black-blue-light-3'
(1087,21): run-time error CSS1039: Token not allowed after unary operator: '-grey'
(1104,21): run-time error CSS1039: Token not allowed after unary operator: '-yellow'
(1116,26): run-time error CSS1039: Token not allowed after unary operator: '-black-blue'
 */
* {
    margin: 0px;
    padding: 0px;
}

h1,
h2,
h3,
h5,
h6,
p,
a {
    margin: 0px;
    padding: 0px;
}

body {
    background: #f7f7ff;
    font-family: "Manrope", sans-serif;
}

/* header part starts header */

.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    transition: box-shadow 0.15s ease-in-out;
}

.toggle {
    position: relative;
    width: 40px;
    height: 40px;
    background: #1490d8;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 10px 20px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    overflow: hidden;
}

    .toggle span {
        position: absolute;
        width: 20px;
        height: 3px;
        background: #fff;
        border-radius: 10px;
        transition: all 0.5s ease 0s;
    }

        .toggle span:nth-child(1) {
            transform: translateY(-10px);
            width: 12px;
            left: 11px;
        }

    .toggle.active span:nth-child(1) {
        width: 20px;
        transform: translateY(0px) rotate(45deg);
        transition-delay: 0.125s;
    }

    .toggle span:nth-child(2) {
        transform: translateY(10px);
        width: 13px;
        left: 11px;
    }

    .toggle.active span:nth-child(2) {
        width: 20px;
        transform: translateY(0px) rotate(315deg);
        transition-delay: 0.25s;
    }

    .toggle.active span:nth-child(3) {
        transform: translateX(60px);
    }

.BgColour {
    color: #f7f7ff;
    transition: all 1s;
    background-color: rgb(208, 137, 236);
    border-bottom: 1px solid lightgray;
}

.navbar-light .navbar-nav .nav-link {
    color: #fff;
    font-family: "Manrope";
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    position: relative;
    display: inline;
    padding: 0px;
    margin: 0px 10px;
}

    .navbar-light .navbar-nav .nav-link::before {
        content: "";
        position: absolute;
        left: 0px;
        bottom: 0px;
        background: #fff;
        height: 2px;
        width: 0px;
        transition: all 0.4s ease-in-out 0s;
    }

    .navbar-light .navbar-nav .nav-link:hover {
        color: #fff;
    }

        .navbar-light .navbar-nav .nav-link:hover::before {
            width: 100%;
        }

.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-lg,
.navbar > .container-md,
.navbar > .container-sm,
.navbar > .container-xl,
.navbar > .container-xxl {
    display: flex;
    flex-wrap: inherit;
    justify-content: space-between;
    padding-right: 0;
    padding-left: 0;
}

.navbar-light .navbar-toggler {
    color: rgb(255, 255, 255);
    border-color: #1c4d6a;
    background: #1c4d6a;
    margin-left: auto;
}

    .navbar-light .navbar-toggler:focus {
        box-shadow: none;
    }

.navbar-brand {
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 0 !important;
    font-size: 1.25rem;
    text-decoration: none;
    white-space: nowrap;
    width: 121px;
}

.navbar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-right: 0;
    padding-left: 0;
}

.btn_nav {
    background: #1490d8;
    border: solid 1px #1490d8;
    border-radius: 8px;
    align-items: center;
    padding: 12px 24px;
    gap: 8px;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    transition: all 0.4s ease-in-out 0s;
    box-shadow: rgba(0, 0, 0, 0.2) 5px 7px 10px;
}

    .btn_nav:hover {
        background-color: #fff;
        border: solid 1px #1490d8;
        color: #1490d8;
    }

header {
    /*NOTE: Change to color*/
/*    background-image: url("/Content/freetrialv2/images/banner.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;*/
    background: #fff;
    width: 100%;
}

.custom_header {
    background-image: none;
    background-color: #fff;
}

.hero_content_col {
    padding: 0;
}

.page-title {
    background-image: url(/Content/freetrialv2/images/right_tools_video_img.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 200px;
    position: relative;
    z-index: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .page-title::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: #000;
        opacity: .5;
        z-index: -1;
    }

    .page-title h2 {
        color: #fff;
        font-size: 35px;
    }

.hero_content_text h1 {
    font-weight: 800;
    font-size: 60px;
    line-height: 110%;
    padding-bottom: 25px;
}

.hero_content_text p {
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
}

.form_box_col {
    padding: 0;
    display: flex;
    justify-content: end;
}

.form_box {
    background: #fff;
    width: 475px;
    padding: 25px 30px;
    border-radius: 10px;
    box-shadow: 7px 7px 60px #041432;
}

.checkbox_div {
    margin-top: 20px;
}

.form_box h1 {
    text-transform: uppercase;
    font-size: 30px;
    margin-bottom: 20px;
}

.control {
    font-weight: 400;
    font-size: 14px;
    line-height: 160%;
}

    .control input {
        width: 100%;
        display: block;
        padding: 10px 10px;
        color: #222;
        border: 1px solid #e6e8ec;
        border-radius: 8px;
        outline: none;
        margin: 12px 0;
    }

input:focus::-webkit-input-placeholder {
    color: transparent;
}

input:focus:-moz-placeholder {
    color: transparent;
}

input:focus::-moz-placeholder {
    color: transparent;
}

input:focus:-ms-input-placeholder {
    color: transparent;
}

input[type="checkbox"] {
    width: 15px;
    height: 15px;
}

button[type="submit"] {
    background: #1490d8;
    border: solid 1px #1490d8;
    border-radius: 8px;
    padding: 10px 24px;
    margin-top: 30px;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    transition: all 0.4s ease-in-out 0s;
    box-shadow: rgba(0, 0, 0, 0.2) 5px 7px 10px;
}

    button[type="submit"]:hover {
        background-color: transparent;
        border: solid 1px #1490d8;
        color: #1490d8;
    }

    button[type="submit"]:disabled {
        background: #ccc;
        border: solid 1px #ccc;
        color: #999;
        cursor: not-allowed;
    }

.link {
    text-align: center;
}

    .link a {
        text-decoration: none;
        color: #fff;
        opacity: 0.7;
        transition: opacity 0.3s ease;
    }

        .link a:hover {
            opacity: 1;
        }

/* right_tools section starts here */
.right_tools {
    background: #f7f8fa;
    padding: 140px 0;
}

.right_tools_col {
    position: relative;
}

.btn_ripple {
    width: 92px;
    height: 92px;
    position: absolute;
    left: 35%;
    bottom: 35%;
    outline: none;
    border-radius: 50%;
    background-color: #fff;
    color: #1490d8;
    place-items: center;
    font-size: 18px;
    border: 2px solid #fff;
    transition: all 0.4s ease-in-out;
    animation-name: ripple;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    text-align: center;
    line-height: 92px;
}

@keyframes ripple {
    0% {
        box-shadow: 0 0 0 0 #fff4, 0 0 0 0 #fff4;
    }

    80% {
        box-shadow: 0 0 0 20px #fff0, 0 0 0 40px #fff0;
    }

    100% {
        box-shadow: 0 0 0 0 #fff0, 0 0 0 0 #fff0;
    }
}

.btn_ripple:hover {
    background: #1490d8;
    color: #fff;
}

.right_tools_text h1 {
    font-weight: 800;
    font-size: 48px;
    line-height: 110%;
    color: #000;
    padding-bottom: 30px;
}

.right_tools_text p {
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #777e90;
}

/* right_tools section ends here */

/* demo section starts here */
.demo {
    background: rgb(255, 255, 255);
    padding: 140px 0;
}

.demo_col {
    position: relative;
}

.demo_text h1 {
    font-weight: 800;
    font-size: 48px;
    line-height: 110%;
    color: #000;
    padding-bottom: 30px;
}

.demo_text p {
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #777e90;
}

/* demo section ends here */

/* pricing section starts here */
.pricing {
    background: #fff;
}

.pricing_heading h1 {
    font-weight: 800;
    font-size: 48px;
    line-height: 110%;
    padding-bottom: 15px;
}

.pricing_heading p {
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #777e91;
}

.pricing_box_row {
    align-items: center;
    padding: 32px;
    background: #fff;
    border-radius: 16px;
}

.pricing_box_heading_row {
    align-items: center;
}

.pricing_box_heading h3 {
    font-weight: 700;
    font-size: 22px;
    line-height: 120%;
}

.price p {
    color: #4e566d;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
}

.price span {
    font-weight: 800;
    font-size: 48px;
    line-height: 110%;
    color: #1490d8;
}

.pricing_box {
    padding: 30px 30px;
    border-top: 1px solid rgb(230, 232, 236);
    border-left: 1px solid rgb(230, 232, 236);
    border-bottom: 1px solid rgba(230, 232, 236, 0);
    border-right: 1px solid rgba(230, 232, 236, 0);
    margin: 20px 0px;
    height: 191px;
}

    .pricing_box:hover {
        border: 1px solid rgb(230, 232, 236);
        background: #f9f9f9;
    }

    .pricing_box img {
        width: 50px;
    }

    .pricing_box h3 {
        font-weight: 700;
        font-size: 22px;
        line-height: 120%;
        color: #2a2a2a;
        padding: 15px 0;
    }

    .pricing_box p {
        font-weight: 500;
        font-size: 16px;
        line-height: 150%;
    }

/* pricing section ends here */

/* table section starts here */
.Table_section {
    margin-bottom: 50px;
}

.Table_heading_text h1 {
    text-align: center;
    font-weight: 700;
    font-size: 40px;
    line-height: 120%;
    color: #2a2a2a;
}

.Table_heading_text p {
    text-align: center;
    font-size: 16px;
    padding: 10px 0px;
    color: #707070;
    padding-top: 20px;
    color: #4e566d;
}

.content-table {
    border-collapse: collapse;
    margin: auto;
    min-width: 90%;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.th_one {
    font-size: 20px;
    width: 30%;
    text-align: start !important;
}

.content-table thead tr {
    background: #e6e8ec;
    color: #000;
    text-align: left;
    font-weight: bold;
}

.mental_logo {
    width: 95px !important;
}

.content-table th img {
    width: 120px;
}

.content-table th {
    padding: 20px 15px;
    text-align: center;
}

.content-table td {
    padding: 12px 15px;
    text-align: center;
}

td {
    color: #ff9900;
    font-size: 21px;
}

.td_one {
    font-size: 16px;
    text-align: start !important;
    color: #000;
    font-weight: 400;
}

    .td_one h4 {
        font-size: 22px;
    }

    .td_one p {
        font-size: 16px;
    }

td h4 {
    font-size: 22px;
}

td p {
    font-size: 16px;
}

.content-table tbody tr {
    border-bottom: 1px solid #dddddd;
}

    .content-table tbody tr:nth-of-type(even) {
        background: #e6e8ec;
    }

    .content-table tbody tr:last-of-type {
        border-bottom: 2px solid #009879;
    }

.active-row-last {
    background-color: #1490d8 !important;
}

    .active-row-last td {
        color: #fff !important;
        font-size: 18px;
    }

.fa-solid {
    font-size: 20px;
}

.fa-check {
    color: #00cc5e;
}

.fa-xmark {
    color: #f44336;
}
/* table section starts here */

/* feedback section starts here */
.feedback {
    background: rgb(255, 255, 255);
    padding: 60px 0;
}

.feedback_heading {
    display: flex;
    align-items: center;
}

.feedback_heading_text {
    width: 80%;
}

    .feedback_heading_text h1 {
        font-weight: 700;
        font-size: 40px;
        line-height: 120%;
        color: #2a2a2a;
    }

    .feedback_heading_text p {
        font-size: 16px;
        padding: 10px 0px;
        color: #707070;
        padding-top: 20px;
        color: #4e566d;
    }

.btn_feedback {
    font-size: 16px;
    border: none;
    background: #f3f3f3;
    border-radius: 10px;
    padding: 14px 30px;
    box-shadow: rgb(0 0 0 / 20%) 3px 4px 9px;
}

    .btn_feedback:hover {
        background: #1453ff;
        color: #fff;
    }

.client_box {
    display: flex;
    align-items: center;
    background: rgb(255, 255, 255);
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.1) 3px 3px 28px;
    padding: 35px;
    position: relative;
    min-height: 482px;
    margin-right: 20px;
}

.icon {
    position: absolute;
    top: 34px;
    left: 28px;
    color: rgba(243, 61, 52, 0.16);
    font-size: 40px;
}

    .icon i {
        font-size: 40px;
    }

.client_comment p {
    font-weight: 500;
    font-size: 14px;
    line-height: 180%;
    color: rgb(119, 126, 145);
    padding-bottom: 20px;
}

.client_details {
    display: flex;
    align-items: center;
    padding: 0 10px;
}

.client_img {
    width: 50px;
    height: 50px;
    margin-right: 15px;
}

    .client_img img {
        border-radius: 50%;
    }

.client_identity h5 {
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    padding-bottom: 5px;
}

.client_identity h6 {
    font-weight: 700;
    font-size: 13px;
    line-height: 120%;
    color: rgb(119, 126, 145);
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    margin: 30px 0;
}

.owl-dots {
    display: flex;
    align-items: center;
    position: absolute;
    bottom: -4%;
    left: 50%;
}

    .owl-dots .owl-dot span {
        display: block;
        width: 14px;
        height: 6px;
        background: #b1b5c4;
        border-radius: 75px;
        margin-right: 5px;
        transition: all 0.4s ease-in-out;
    }

    .owl-dots .active span {
        width: 25px;
        background: #1490d8;
    }

.owl-nav {
    position: absolute;
    top: -3rem;
    right: 0;
    display: flex;
    justify-content: end;
}

    .owl-nav .owl-next::before {
        content: "\f061";
        font-family: FontAwesome;
        width: 40px;
        height: 40px;
        border: 1px solid #4e566d;
        border-radius: 5px;
        padding: 15px 20px;
        transition: all 0.4s ease-in-out;
    }

    .owl-nav .owl-next:hover::before {
        background: #1490d8;
        color: #fff;
        border: 1px solid #1490d8;
    }

    .owl-nav .owl-prev::before {
        content: "\f060";
        font-family: FontAwesome;
        width: 40px;
        height: 40px;
        border: 1px solid #4e566d;
        border-radius: 5px;
        padding: 15px 20px;
        margin-right: 10px;
        transition: all 0.4s ease-in-out;
    }

    .owl-nav .owl-prev:hover::before {
        background: #1490d8;
        color: #fff;
        border: 1px solid #1490d8;
    }

    .owl-nav .owl-prev:hover,
    .owl-nav .owl-next:hover {
        background: none !important;
        outline: none !important;
        opacity: 1;
    }

    .owl-nav .owl-prev,
    .owl-nav .owl-next {
        outline: none;
        opacity: 0.6;
        transition: all 0.5s ease;
    }

        .owl-nav .owl-prev span {
            display: none;
        }

        .owl-nav .owl-next span {
            display: none;
        }

/* feedback section ends here */
/* footer part starts header */
footer {
    position: relative;
}

.footer_row {
    padding: 0px 25px;
    padding-top: 35px;
}

.terms {
    width: 80%;
    padding-bottom: 20px;
}

    .terms p {
        color: rgb(255, 255, 255);
        font-size: 14px;
        line-height: 24px;
        padding: 30px 0px;
    }

    .terms img {
        width: 155px;
    }

.footer_text p {
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #777e91;
}

.footer_navigation h6 {
    font-weight: 700;
    font-size: 22px;
    line-height: 120%;
    color: #000;
    padding-bottom: 10px;
}

.footer_navigation ul {
    list-style: none;
    padding: 0px;
}

    .footer_navigation ul li {
        padding: 10px 0;
    }

        .footer_navigation ul li a {
            text-decoration: none;
            font-weight: 400;
            font-size: 16px;
            line-height: 150%;
            color: #4e566d;
            transition: all 0.4s ease-in-out;
        }

            .footer_navigation ul li a:hover {
                color: #1490d8;
            }

/* footer part ends header */
.footer_navigation ul {
    list-style: none;
    padding: 0px;
}

    .footer_navigation ul li {
        padding: 10px 0;
    }

        .footer_navigation ul li a {
            text-decoration: none;
            font-weight: 400;
            font-size: 16px;
            line-height: 150%;
            color: #4e566d;
            transition: all 0.4s ease-in-out;
        }

            .footer_navigation ul li a:hover {
                color: #1490d8;
            }

/* footer part ends header */

/* #Progress
================================================== */

.progress-wrap {
    position: fixed;
    right: 50px;
    bottom: 50px;
    height: 46px;
    width: 46px;
    color: #1490d8;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.2);
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

    .progress-wrap.active-progress {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

    .progress-wrap::after {
        position: absolute;
        content: "\f0f1";
        font-family: FontAwesome;
        text-align: center;
        line-height: 46px;
        font-size: 24px;
        color: var(--grey);
        left: 0;
        top: 0;
        height: 46px;
        width: 46px;
        cursor: pointer;
        display: block;
        z-index: 1;
        -webkit-transition: all 200ms linear;
        transition: all 200ms linear;
    }

    .progress-wrap:hover::after {
        opacity: 0.6;
    }

    .progress-wrap::before {
        position: absolute;
        content: "\f0f1";
        font-family: FontAwesome;
        text-align: center;
        line-height: 46px;
        font-size: 24px;
        opacity: 0;
        background-image: linear-gradient(298deg, var(--red), var(--yellow));
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        left: 0;
        top: 0;
        height: 46px;
        width: 46px;
        cursor: pointer;
        display: block;
        z-index: 2;
        -webkit-transition: all 200ms linear;
        transition: all 200ms linear;
    }

    .progress-wrap:hover::before {
        opacity: 1;
    }

    .progress-wrap svg path {
        fill: none;
    }

    .progress-wrap svg.progress-circle path {
        stroke: #1290d8;
        stroke-width: 4;
        box-sizing: border-box;
        -webkit-transition: all 200ms linear;
        transition: all 200ms linear;
    }

body.light .progress-wrap {
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.2);
}

    body.light .progress-wrap::after {
        color: var(--black-blue);
    }

    body.light .progress-wrap svg.progress-circle path {
        stroke: var(--black-blue);
    }

.switch,
.circle {
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}

.circle {
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -5px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--black-blue-light-3);
    box-shadow: 0 4px 4px rgba(26, 53, 71, 0.25), 0 0 0 1px rgba(26, 53, 71, 0.07);
    animation: border-transform 10s linear infinite alternate forwards;
}

    .circle:hover {
        box-shadow: 0 8px 8px rgba(26, 53, 71, 0.25), 0 0 0 1px rgba(26, 53, 71, 0.07);
    }

    .circle:before {
        position: absolute;
        font-family: "unicons";
        content: "\eac1";
        top: 0;
        left: 0;
        z-index: 2;
        font-size: 20px;
        line-height: 40px;
        text-align: center;
        width: 100%;
        height: 40px;
        opacity: 1;
        color: var(--grey);
        -webkit-transition: all 300ms linear;
        transition: all 300ms linear;
    }

    .circle:after {
        position: absolute;
        font-family: "unicons";
        content: "\eb8f";
        top: 0;
        left: 0;
        z-index: 2;
        font-size: 20px;
        line-height: 40px;
        text-align: center;
        width: 100%;
        height: 40px;
        color: var(--yellow);
        opacity: 0;
        -webkit-transition: all 300ms linear;
        transition: all 300ms linear;
    }

.switched {
}

    .switched .circle {
        left: 45px;
        box-shadow: 0 4px 4px rgba(26, 53, 71, 0.25), 0 0 0 1px rgba(26, 53, 71, 0.07);
        background: var(--black-blue);
    }

        .switched .circle:hover {
            box-shadow: 0 8px 8px rgba(26, 53, 71, 0.25), 0 0 0 1px rgba(26, 53, 71, 0.07);
        }

        .switched .circle:before {
            opacity: 0;
        }

        .switched .circle:after {
            opacity: 1;
        }

.pricing_box_row h3 {
    font-size: 25px;
    text-align: center;
    margin-bottom: 20px;
}

    .pricing_box_row h3 span {
        color: #1490d8;
        font-weight: bolder;
    }
/* pricing css */
.pricing_section {
    padding: 100px 0;
}

    .pricing_section h1 {
        text-align: center;
        color: #000;
    }

    .pricing_section p {
        text-align: center;
        color: #777E90;
        margin-top: 20px;
        margin-bottom: 50px;
    }

    .pricing_section ul {
        padding: 0px 60px;
        list-style: disc;
        margin: 0;
        background: #fff;
        border-bottom-left-radius: 15px;
        border-bottom-right-radius: 15px;
        border-top-right-radius: 15px;
    }

        .pricing_section ul li {
            color: #4E566D;
        }

.nav-tabs .nav-link {
    font-size: 16px;
    line-height: 24px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-color: #E6E8EC;
    margin-right: 15px;
    background: #fff;
    font-family: 'Inter', sans-serif;
}

    .nav-tabs .nav-link.active {
        background-color: #1490D8;
        border-color: none;
        color: #fff;
        font-size: 16px;
        line-height: 24px;
    }

        .nav-tabs .nav-link.active span {
            color: #1490D8;
            margin-left: 10px;
        }

    .nav-tabs .nav-link span {
        color: #1490D8;
        background-color: #F4F5F6;
        padding: 2px 10px;
        font-size: 14px;
        border-radius: 30px;
        text-transform: uppercase;
        margin-left: 10px;
        font-family: 'Inter', sans-serif;
    }

.nav-tabs {
    border-bottom: none;
}

.f_ul {
    border-top: 1px solid #E6E8EC;
}

@media (max-width: 1300px) {
  .btn_ripple {
    left: 44%;
  }
  .pricing_box img {
    width: 45px;
  }
  .pricing_box h3 {
    font-size: 22px;
    padding: 10px 0;
  }
  .pricing_box p {
    font-size: 15px;
  }
  .client_comment p {
    padding: 15px 0;
  }
  .icon {
    top: 21px;
    left: 15px;
  }
  .client_details {
    padding: 0;
  }
}

@media (max-width: 1200px) {
  .pricing_box img {
    width: 40px;
  }
  .pricing_box h3 {
    font-size: 20px;
    padding: 10px 0;
  }
  .pricing_box p {
    font-size: 14px;
  }
  .client_comment p {
    padding: 15px 0;
  }
  .icon {
    top: 21px;
    left: 15px;
  }
  .client_details {
    padding: 0;
  }
}

@media (max-width: 1024px) {
  .hero_content_text h1 {
    font-size: 55px;
  }
  .form_box {
    width: auto;
  }
  .video img {
    width: 90%;
  }
  .btn_ripple {
    left: 39%;
    bottom: 33%;
  }
  .right_tools_text h1 {
    font-size: 37px;
  }
  .pricing_box img {
    width: 30px;
  }
  .pricing_box h3 {
    font-size: 18px;
    padding: 8px 0;
  }
  .price span {
    font-size: 40px;
  }
  .feedback_heading_text h1 {
    font-size: 35px;
  }
  .owl-dots {
    left: 46%;
  }
  .owl-nav .owl-prev::before {
    padding: 12px 15px;
  }
  .owl-nav .owl-next::before {
    padding: 12px 15px;
  }
  .client_comment p {
    padding: 9px 0;
    line-height: 160%;
  }
  .client_box {
    padding: 15px;
  }
  .icon {
    top: 0px;
    left: 4px;
  }
  .icon i {
    font-size: 35px;
  }
  .client_img {
    margin-right: 10px;
  }
  .footer_navigation ul li {
    padding: 5px 0;
  }
}

@media (max-width: 768px) {
  .btn_nav {
    padding: 8px 12px;
  }
  .hero_content_text h1 {
    font-size: 45px;
  }
  .hero_content_text p {
    font-size: 16px;
  }
  .checkbox_div span {
    font-size: 14px;
  }
  input[type="checkbox"] {
    width: 12px;
    height: 12px;
  }
  .btn_ripple {
    left: 37%;
    bottom: 30%;
    width: 70px;
    height: 70px;
  }
  .pricing_heading h1 {
    font-size: 40px;
  }
  .price span {
    font-size: 30px;
  }
  .pricing_box {
    padding: 13px 17px;
  }
  .content-table th,
  .content-table td {
    padding: 10px 10px;
  }
  .th_one {
    font-size: 18px;
  }
  td {
    font-size: 16px;
  }
  .td_one {
    font-size: 13px;
  }
  .td_one h4 {
    font-size: 16px;
  }
  .td_one p {
    font-size: 13px;
  }
  td h4 {
    font-size: 16px;
  }
  td p {
    font-size: 13px;
  }
  .fa-solid {
    font-size: 16px;
  }
  .active-row-last td {
    color: #fff !important;
    font-size: 13px;
  }

  .client_box {
    margin: 0;
  }
  .client_comment p {
    padding: 9px 0;
    line-height: 150%;
    font-weight: 400;
    font-size: 16px;
  }
  .icon {
    top: 24px;
    left: 2px;
  }
  .icon i {
    font-size: 35px;
  }
  .client_identity h6 {
    font-size: 13px;
  }
  .client_box_row {
    padding: 20px 0 !important;
    margin-right: auto;
  }
  .terms img {
    width: 120px;
  }

  .footer_navigation h6 {
    font-size: 18px;
  }
  .footer_navigation ul li {
    padding: 3px 0;
  }
  .footer_navigation ul li a {
    font-size: 14px;
  }

  .footer_text p {
    font-size: 14px;
    width: 80%;
    padding-bottom: 15px;
  }
}

@media (max-width: 575px) {
  .btn_nav {
    display: none;
  }
  .hero_content_text {
    text-align: center;
  }
  .hero_content_text h1 {
    font-size: 45px;
    padding-bottom: 5px;
  }
  .hero_content_text p {
    padding: 15px;
  }
  .form_box_col {
    padding: 0;
    display: flex;
    justify-content: center;
  }
  .video {
    padding-bottom: 20px;
  }
  .btn_ripple {
    left: 45%;
    bottom: 35%;
  }
  .video img {
    width: 90%;
    display: block;
    margin: auto;
  }
  .right_tools_text h1 {
    font-size: 35px;
    text-align: center;
  }
  .right_tools_text p {
    text-align: center;
  }

  .pricing_box_heading {
    text-align: center;
  }
  .price {
    text-align: center;
  }
  .Table_heading_text h1 {
    font-size: 35px;
  }
  .Table_heading_text p {
    padding: 8px 0;
  }
  .th_one {
    font-size: 16px;
  }
  td {
    font-size: 16px;
  }
  .td_one h4 {
    font-size: 16px;
    margin: 3px 0;
  }
  .td_one p {
    font-size: 13px;
  }
  td h4 {
    font-size: 16px;
    margin-bottom: 3px;
  }
  td p {
    font-size: 13px;
  }
  .active-row-last td {
    font-size: 13px;
  }
  .fa-solid {
    font-size: 16px;
  }
  .owl-nav {
    top: -2rem;
    right: 40%;
  }
  .owl-dots {
    left: 35%;
  }
  .feedback_heading_text {
    width: 100%;
    text-align: center;
  }

  .client_comment p {
    padding: 16px 25px;
    line-height: 150%;
    font-weight: 400;
    font-size: 16px;
  }
  .icon {
    top: 83px;
    left: 25px;
  }
  .icon i {
    font-size: 38px;
  }
  .client_box {
    margin: 20px;
  }
  .client_details {
    padding: 0 20px;
  }
  .footer_navigation {
    width: 50%;
  }
  .footer_text p {
    font-size: 14px;
    width: 60%;
    padding-bottom: 15px;
  }
  .client_identity h5 {
    font-size: 16px;
    padding-bottom: 5px;
  }
  .client_identity h6 {
    font-size: 14px;
  }
}

@media (max-width: 425px) {
  .btn_ripple {
    left: 42%;
    bottom: 37%;
    width: 70px;
    height: 70px;
  }

  .Table_heading_text h1 {
    font-size: 35px;
  }

  .content-table th,
  .content-table td {
    padding: 5px 5px;
  }
  .icon {
    top: 24px;
    left: 21px;
  }

  .client_comment p {
    font-size: 16px;
  }
  .client_identity h5 {
    font-size: 14px;
    padding-bottom: 5px;
  }
  .client_identity h6 {
    font-size: 13px;
  }
  .client_box {
    margin: 10px;
  }
}

@media (max-width: 400px) {
  .icon {
    top: 12px;
    left: 22px;
  }
  .owl-dots {
    left: 30%;
  }
}

@media (max-width: 375px) {
  .form_box {
    padding: 25px 25px;
  }
  .owl-nav {
    top: -2rem;
    right: 33%;
  }
  .td_one p {
    padding-bottom: 10px;
  }
  .td_one h4 {
    font-size: 14px;
    margin: 3px 0;
  }
  .td_one p {
    font-size: 12px;
  }
  td h4 {
    font-size: 15px;
    margin-bottom: 3px;
  }
  td p {
    font-size: 12px;
    line-height: 150%;
  }
  .active-row-last td {
    font-size: 12px;
  }
  .th_one {
    font-size: 15px;
  }
  .content-table {
    font-size: 11px;
  }
  .content-table th,
  .content-table td {
    padding: 3px 4px;
    width: 30%;
    line-height: 140%;
    padding-top: 10px;
  }
  .icon {
    top: 44px;
    left: 22px;
  }
  .pricing_heading h1 {
    font-size: 35px;
  }
  .owl-dots {
    left: 30%;
  }
  .client_comment p {
    font-size: 14px;
  }
  .client_identity h5 {
    font-size: 14px;
    padding-bottom: 5px;
  }
  .client_identity h6 {
    font-size: 13px;
  }
  .client_box {
    margin: 10px;
  }
}

@media (max-width: 371px) {
  .icon {
    top: 33px;
    left: 22px;
  }
  .owl-dots {
    left: 25%;
  }
}

@media (max-width: 320px) {
  .hero_content_text h1 {
    font-size: 35px;
    padding-bottom: 10px;
  }
  .form_box {
    padding: 16px 10px;
  }
  .btn_ripple {
    left: 40%;
    bottom: 36%;
    width: 70px;
    height: 70px;
  }
  .fa-solid {
    font-size: 14px;
  }
  td {
    font-size: 14px;
  }
  .td_one {
    font-size: 12px;
    line-height: 185% !important;
  }
  .th_one {
    font-size: 14px;
    line-height: 150% !important;
  }
  .client_comment p {
    font-size: 14px;
    line-height: 130%;
  }
  .owl-dots {
    left: 26%;
  }
  .icon {
    top: 25px;
    left: 22px;
  }
}

