body {
    margin: 0;
    padding: 0;
    font-family: 'Inter', sans-serif;

}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

img {
    max-width: 100%;
}

ul {
    margin: 0;
    padding: 0;
}

ul li {
    list-style: none
}

p {
    margin-bottom: 0;
}

a {
    text-decoration: none;
}
/********************header*************/
.section.header {
    background: #FFFFFF;
    box-shadow: 0px 2px 8px rgba(204, 204, 204, 0.25);
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
}

.navbar-brand {
    width: 13%;
}

.header .fa {
    color: black;
}

.navbar-dark .navbar-nav .nav-link {
    color: white;
}

.navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: white;
}

/******************banner*******************/
.banner {
    background-image: url(../images/banner.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    padding-top: 10px;
    padding-bottom: 60px;
    z-index: 101;
    /* min-height: 840px; */
}

.row.banner_section {
    margin-top: 20px;
}

.banner_left_sec {
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner .vector {
    position: absolute;
    top: 0;
    left: calc(100% - 77%);
    width: calc(100% - 33%);
    z-index: -1;
    right: 0;
}

.banner_left_sec h3,
.banner_left_sec .h3 {
    color: #572F5B;
    font-size: 45px;
    font-weight: 800;
    line-height: 54.46px;
}

.banner_left_sec p {
    color: #000000;
    margin-top: 15px;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px
}

.banner_left_sec h6 {
    font-weight: 400;
    font-style: italic;
    font-size: 16px;
    line-height: 19.36px;
    color: #572F5B;
    display: flex;
}

.banner_left_sec img {
    margin-right: 15px;
}

.banner_left_sec .get_started_btn {
    background: #AF5E9D !important;
    border: none;
    margin-top: 12px;
    padding: 16px 45px !important;
    margin-bottom: 16px;
    width: 225px;
    height: 67px;
}

.banner .btn, .banner .btn:active {
    background: #DE8E16;
    border-radius: 15px;
    color: #ffffff;
    font-weight: 500;
    font-size: 16px;
    padding: 12px;
    line-height: 30px;
    width: 231px;
    height: 55px;
}


.banner_right_sec {
    position: relative;
}

.banner_right_sec .vector1 {
    position: absolute;
    right: calc(100% - 151px);
    top: calc(100% - 298px);
}

.banner_right_sec .vector2 {
    position: absolute;
    left: calc(100% - 226px);
    top: calc(100% - 260px);
}

.btn-check:focus+.btn-primary,
.btn-primary:focus {
    box-shadow: unset;
}

.btn-check:active+.btn-primary:focus,
.btn-check:checked+.btn-primary:focus,
.btn-primary.active:focus,
.btn-primary:active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: unset;
}

.section .title {
    background: #FBF4E1;
    border-radius: 54px;
    font-weight: 800;
    font-size: 11.65px;
    line-height: 14.1px;
    color: #DE8216;
    padding: 8px 18px;
}

.section .heading {
    font-weight: 700;
    font-size: 45px;
    margin-bottom: 12px;
    margin-top: 20px;
    line-height: 54.46px;
    color: #572F5B;
}

.section .paragraph {
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    color: #7A7A7A;
    width: 72%;
    margin: 0 auto;
}

.features_cols {
    margin-top: 60px;
}

hr {
    border: 2px solid #F0F0F0;
    opacity: 1;
    margin-top: 20px;
    margin-bottom: 20px;
}

.features_cols h3 {
    color: #572F5B;
    font-weight: 700;
    font-size: 20px;
    line-height: 24.2px
}

.features_cols p {
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    color: #7A7A7A;
    margin-top: 10px;
    margin-bottom: 10px;
}

.features_cols a {
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    text-decoration: none;
    color: #AF5E9D
}

.group_sec {
    margin-top: 130px;
}

.group_sec .text_head {
    font-weight: 700;
    font-size: 30px;
    line-height: 39.61px;
    color: #572F5B;
    margin-top: 20px;
    margin-bottom: 17px;
}

.group_sec .text_para {
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    color: #7A7A7A;
    margin-bottom: 15px;
}

.work_right {
    padding-left: 45px;
}

.group_sec .features_colum h4 {
    color: #572F5B;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    margin-top: 7px;
    margin-bottom: 10px;
    line-height: 175.023%;
}

.group_sec .feature_section {
    margin-top: 30px;
}

.group_sec .feature_part h4 {
    display: inline-flex;
    margin-left: 20px;
}

.group_sec .features_colum p {
    color: #7A7A7A;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 175.023%;
}

.testimonial_carousel .owl-dots,
.product_carousel .owl-dots {
    display: none;
}

.testimonial_carousel .owl-nav,
.product_carousel .owl-nav {
    display: none;
}

.testimonial_carousel .card-header {
    display: none;
}

.testimonial_carousel .card {
    border: none;
    border-radius: 40px;
    margin: 7px;
}

.testimonial_carousel .fa {
    color: #FFC107;
    margin-right: 10x;
}

.testimonial_cols {
    padding: 10px 20px;
}

.testimonial_carousel p {
    color: #7A7A7A !important;
    font-size: 16px !important;
    margin-top: 20px;
    height: 285px;
    font-weight: 500 !important;
    line-height: 175.023% !important;
}

/**********************brands*****************/
.section.brands {
    margin-top: 90px;
    margin-bottom: 90px;
}

.brands h3 {
    font-weight: 700;
    font-size: 30px;
    line-height: 39.61px;
    color: #414141;
}

.brands .rating_cols {
    width: 35%;
}

.brands h4 {
    color: #572F5B;
    font-weight: 800;
    font-size: 40px;
    line-height: 52.81px
}

.brands .fa {
    color: #FFC107;
    margin-right: 10px;
}

.brands p {
    font-weight: 400;
    width: 90%;
    font-size: 16px;
    line-height: 28px;
    color: #7A7A7A;
}

/********************client review*****************/
.client_review {
    background: linear-gradient(150deg, #FEEEFC 0%, #FCF5FB 100%, rgba(252, 245, 251, 0.00) 100%);
    margin-top: 150px;
    padding-top: 70px;
    padding-bottom: 50px;
}

.client_review p {
    color: #572F5B;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 161.523%;
}

.client_review .right_sec {
    padding-left: 50px;
}

.client_review h4 {
    color: #572F5B;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 175.023%;
}

.client_review .profile {
    margin-left: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.client_review h5 {
    color: #7A7A7A;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 175.023%;
}

.row.testimonial_slider {
    margin-top: 117px;
}

.testimonial_slider h3 {
    color: #572F5B;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 132.023%;
}

.testimonial_slider p {
    color: #7A7A7A;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 175.023%;
}

.testimonial_carousel .owl-item img {
    display: block;
    width: 100%;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

/******************faq*****************/
.section.faq {
    padding-top: 65px;
    padding-bottom: 65px;
    background: #F6F6F6;
}

.faq h3 {
    color: #572F5B;
    font-size: 45px;
    font-weight: 700;
    line-height: 54.46px;

}

.faq p {
    color: #7A7A7A;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
}

.faq .card-header .fa {
    position: absolute;
    right: 19px;
    top: 21px;
    font-size: 12px;
    color: #747B84
}

.faq .card-header .btn {
    color: #181818;
    font-size: 16px;
    font-weight: 600;
    line-height: 28px;
    display: flex;
}

.faq .text_sec {
    margin-bottom: 30px;
}

.faq .card {
    margin-bottom: 20px;
    background: #FFFFFF;
    border: none;
    border-radius: 20px;
}

.faq .card-header {
    padding: 0.5rem 1rem;
    margin-bottom: 0;
    background-color: white;
    border-bottom: none;
}

.btn-check:focus+.btn,
.btn:focus {
    outline: 0;
    box-shadow: unset;
}

.faq .card-header:first-child {
    border-radius: 20px;
}

.faq .card .card-body {
    padding-left: 26px;
    padding-top: 0px;
}

.faq .card .card-body p {
    color: #7A7A7A;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
}

/*******************bg********************/
.bg {
    background-image: url(../images/bg.png);
    padding-top: 40px;
    padding-bottom: 30px;
    background-size: cover;
}

.bg h3 {
    color: #ffffff;
    font-weight: 700;
    font-size: 45px;
    width: 65%;
    margin: 0 auto;
    line-height: 54.46px
}

.bg p {
    color: #ffffff;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    width: 70%;
    margin: 0 auto;
    margin-top: 20px;
}

.bg .btn,
.bg .btn:active {
    background: #ffffff;
    border-radius: 15px;
    color: #572F5B;
    font-weight: 600;
    font-size: 16px;
    border: none;
    line-height: 19.36px;
    margin-top: 22px;
    padding: 13px 20px;
}

/*******************footer************/
.footer {
    background: #F6F6F6;
    padding-top: 60px;
    padding-bottom: 50px;
}

.footer_bottom {
    background: #f2f2f2;
    padding-bottom: 10px;
    padding-top: 10px;
}

.footer .foot_logo {
    width: 40%;
}

.footer_bottom p {
    color: #000;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
}

.footer_bottom p a {
    color: #000;
}

.footer p {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    color: #60666D;
    width: 74%;
    margin-top: 20px;
}

.footer .social_icons li {
    list-style: none;
    float: left;
    margin-right: 12px;
    margin-top: 14px;
}

.footer h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 10px;
    line-height: 35px;
    color: #572F5B;
}

.footer li a {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 40px;
    text-decoration: none;
    color: #60666D;
}

/*********************alternative pages**********************/
.banner.alternative_banner {
    background-image: url(../images/banner_sec.png);
}

.background_sec {
    background: linear-gradient(236deg, #FAFAFA 0%, rgba(255, 235, 251, 0.21) 100%);
    padding-top: 40px;
    padding-bottom: 50px;
    padding-left: 150px;
    padding-right: 150px;
}

.background_sec h3 {
    color: #572F5B;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    font-family: Poppins;
    line-height: normal;
    text-transform: uppercase;
}

.background_sec p {
    color: #000;
    font-size: 16px;
    margin-top: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 175.023%;
}

.product_name {
    margin-top: 90px;
    padding-bottom: 0px;
}

.banner_heading h3 {
    font-size: 36px;
    font-family: Poppins;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

.banner_left_sec.banner_heading {
    padding-left: 50px;
}



.table-bordered>:not(caption)>* {
    border: none;
}

.table-bordered>:not(caption)>*>* {
    border: none;
}

.section.tabular.tabular_sec {
    margin-bottom: 0px;
}

.table>:not(:first-child) {
    border-top: none;
}



.table-striped>tbody>tr:nth-of-type(odd)>* {
    --bs-table-accent-bg: var(--bs-table-striped-bg);
    color: var(--bs-table-striped-color);
    background: white;
    box-shadow: unset;
    border-radius: unset;
    border: 0.792px solid rgba(0, 0, 0, 0.10);
    color: #525252;
    font-size: 16px;
    font-family: Poppins;
    padding: 8px 23px;
    font-style: normal;
    font-weight: 500;
    line-height: 45px;
}

.tabular .table {
    margin-bottom: 0px;
}

.tabular .btn {
    border-radius: 15px;
    border: none;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-family: Inter;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    background: #AF5E9D;
    padding: 20px 30px;
}

.table>:not(caption)>*>* {
    padding: 0.5rem 0.5rem;
    background-color: var(--bs-table-bg);
    --bs-table-accent-bg: var(--bs-table-striped-bg);
    color: #525252;
    font-size: 16px;
    font-family: Poppins;
    padding: 8px 23px;
    box-shadow: unset;
    font-style: normal;
    font-weight: 500;
    line-height: 45px;
}

.tabular .table td:nth-child(1) {
    border-right: none;
    border-top-left-radius: 15.845px;
    border-bottom-left-radius: 15.845px;

}


.tabular .table td:nth-child(2) {
    border-left: none;
    border-right: none;

}

.section.background_sec.product_name.about_us {
    background: transparent;
    margin-top: 0px;
    margin-bottom: 40px;
}

.section.background_sec.product_name.about_us h3 {
    font-size: 30px;
    margin-bottom: 20px;
}

.section.background_sec.product_name.about_us p {
    color: #7A7A7A;
    font-size: 16px;
    font-weight: 500;
    /*  margin-top:0px */
}

/******************media querry****************/
@media screen and (min-width: 768px) and (max-width: 991px) {
    .banner_left_sec h3 {
        color: #572F5B;
        font-size: 37px;
    }

    .background_sec {
        padding-left: 80px;
        padding-right: 80px;
    }

    hr {
        border: 1px solid #F0F0F0;
    }

    .banner_right_sec .vector1 {
        display: none;
    }

    .faq .card-header .btn {
        text-align: left;
    }

    .banner_right_sec .vector2 {
        display: none;
    }

    .brands .rating_cols {
        width: 50%;
    }

    .testimonial_carousel p {
        height: 495px;
    }

    .features_cols p {
        min-height: 170px;
    }
}

@media screen and (max-width: 767px) {
    .navbar-brand {
        width: 56%;
    }

    hr {
        border: 1px solid #F0F0F0;
        margin-top: 19px;
    }

    .features_colum {
        margin-top: 20px;
    }

    .banner_right_sec .vector1 {
        display: none;
    }

    .banner_right_sec .vector2 {
        display: none;
    }

    .group_sec {
        margin-top: 40px;
    }

    .client_review .right_sec {
        padding-left: 15px;
        margin-top: 22px;
    }

    .testimonial_carousel p {
        min-height: 455px;
        height: auto !important;
    }

    .banner_left_sec h6 {
        margin-bottom: 20px;
    }

    .section.brands {
        margin-top: 22px;
    }

    .brands .rating_cols {
        width: 50%;
    }

    .section .heading {
        font-size: 44px;
    }

    .section .paragraph {
        width: 100%;
    }

    .footer .social_icons {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .footer {
        text-align: center;
    }

    .footer p {
        width: 100%;
    }

    .bg {
        background-position: center;
    }

    .faq h3 {
        font-size: 40px;
    }

    .bg p {
        width: 100%;
    }

    .bg h3 {
        font-size: 37px;
        width: 100%;
    }

    .footer h3 {
        margin-bottom: 12px;
        margin-top: 23px;
    }

    .faq #accordion {
        padding-left: 0px;
    }

    .faq .card-header .btn {
        font-size: 13px;
        text-align: left;
    }

    .features_cols a {
        margin-bottom: 19px;
        display: block;
    }

    .work_right {
        padding-left: 11px;
        margin-top: 20px;
    }

    .background_sec {
        padding-left: 0;
        padding-right: 0;
    }
}

@media only screen and (min-width:992px) {
    .col-md-6.col-xs-12.work_right .first-img {
        background: rgba(251, 244, 225, 1);
        content: '';
        position: absolute;
        height: 152px;
        width: 152px;
        border-radius: 50%;
        top: -76px;
        left: -30px;
    }

    .col-md-6.col-xs-12.work_right {
        position: relative;
    }

    .first-img~img {
        position: relative;
        z-index: 2;
    }
}

.work_left img {
    max-height: 668px;
}

/*******************latest css**********************/
.banner_head h3 {
    font-size: 36px;
    font-family: 'Poppins';
    font-weight: 700;
}

.banner_sec {
    padding-bottom: 0px;
}

.section.banner.alternative_banner.banner_sec .banner_section {
    margin-top: 0px;
}

.section.contact_form {
    margin-top: 60px;
    margin-bottom: 80px;
}

.contact_form .form-control,
.contact_form .form-select {
    border-radius: 7.188px;
    border: 1.438px solid #F2EEEE;
    font-family: Poppins;
    font-size: 14.375px;
    font-style: normal;
    height: 45px;
    font-weight: 400;
    line-height: normal;
}

.contact_form textarea {
    resize: none;
    height: 100px !important;
}

.contact_form .form-control::placeholder {
    color: rgba(65, 79, 104, 0.68);
}

.contact_form .form-control:focus {
    box-shadow: unset;
}

.contact_form .btn {
    border-radius: 7.188px;
    border: 1.438px solid #462649;
    background: #572F5B;
    color: #FFF;
    font-family: Poppins;
    font-size: 14.375px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 12px;
}

.banner_left_sec.banner_head {
    padding-left: 37px;
}

.terms .group_sec {
    margin-top: 50px;
}

.faq.terms_faq .card-header {
    padding: 0.5rem 1rem;
    margin-bottom: 0;
    border-bottom: none;
    background: #FCFCFC;
}

.faq.terms_faq .card {
    margin-bottom: 20px;
    background: #FCFCFC;
}

.faq.terms_faq .card .card-body p {
    margin-bottom: 10px;
}

.terms_faq {
    margin-bottom: 80px;
    margin-top: 20px;
}

.faq.terms_faq .card .card-body ul li {
    color: #7A7A7A;
}

.group_sec.affiliates_page {
    margin-top: 45px;
    margin-bottom: 100px;
}

.group_sec.affiliates_page .btn {
    border-radius: 7.188px;
    color: #FFF;
    font-family: Poppins;
    font-size: 14.375px;
    padding: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border: 1.438px solid #462649;
    background: #572F5B;
}

h3.banner_text {
    color: var(--blue-grey-blue-grey-800, #243B53);
    text-align: center;
    font-size: 60px;
    font-style: normal;
    font-weight: 500;
    line-height: 72px;
    letter-spacing: -1.2px;
    text-transform: initial;
}

h3.banner_text span {
    background: linear-gradient(90deg, #572F5B 0%, #AF5E9D 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: Inter;
    font-size: 60px;
    font-style: normal;
    font-weight: 600;
    line-height: 72px;
    letter-spacing: -1.2px;
}

p.text-center.para_text {
    color: #7A7A7A;
    font-style: normal;
    font-weight: 500;
    line-height: 175.023%;
}

.pricing .month {
    color: var(--blue-grey-blue-grey-700, #334E68);
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
}

.pricing .year {
    color: var(--blue-grey-blue-grey-500, #627D98);
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
}

/* .pricing .form-check {
    display: inline-block;
    min-height: 1.5rem;
    padding-left: 2.5em;
    margin-bottom: 0.125rem;
}
.pricing .form-check-input:checked {
    background-color: #AF5E9D;
    border-color: #AF5E9D;
} */
.pricing .card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: none;
    border-radius: 0.25rem;
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0px 10px 16px 0px rgba(0, 0, 0, 0.25);
    padding: 20px 25px;
    margin-bottom: 150px;
}

.pricing .card li p {
    color: #7A7A7A;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    margin-left: 12px;
    margin-bottom: 12px;
    line-height: 175.023%;
}

.pricing .trial_btn,
.pricing .trial_btn:active {
    border-radius: 8px;
    border: 1px solid #AF5E9D;
    background: #AF5E9D;
    color: var(--white, #FFF);
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    padding: 12px;
}

.pricing_left_sec h3 {
    color: #181818;
    font-size: 30px;
    font-style: normal;
    margin-top: 6px;
    font-weight: 700;
    line-height: 38px;
}

.pricing_left_sec sup {
    color: var(--blue-grey-blue-grey-400, #829AB1);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    margin-left: 10px;
    line-height: 18px;
}

.pricing_left_sec .spn {
    padding: 5px 12px;
    border-radius: 24px;
    text-align: center;
    font-family: Inter;
    font-size: 10px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
}

.pricing_left_sec .spn.bronze {
    background: var(--light-blue-vivid-light-blue-vivid-050, #E3F8FF);
    color: var(--light-blue-vivid-light-blue-vivid-900, #035388);
}

.pricing_left_sec .spn.silver {
    background: #FFF4EF;
    color: #CC4F19;
}

.pricing_left_sec .spn.gold {
    background: #F7EBC9;
    ;
    color: #927116;
}

.pricing_left_sec .spn.diamond {
    background: #E9ECEF;
    ;
    color: #3B3F45;
}

.pricing_right_sec {
    width: 20%;
    text-align: end;
}

.pricing_left_sec {
    width: 80%;
}

.form-check-input:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: unset;
}

.pricing hr {
    background: #F0F4F8;
    margin-top: 12px;
    margin-bottom: 12px;
    border: none;
}

.pricing_left_sec h4 {
    color: #181818;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 175.023%;
}

.pricing .number_of_account {
    width: 60%;
    display: flex;
    align-items: center;
}

.pricing .form-select:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: unset;
}

.pricing .form-select {
    border-radius: 5px;
    background-color: rgba(217, 217, 217, 0.24);
    border: none;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 175.023%;
}

/*****************toggle**********************/
.pricing .switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 32px;
}

.pricing .switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.pricing .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #AF5E9D;
    -webkit-transition: .4s;
    transition: .4s;
}

.pricing .slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 3px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

.pricing input:checked+.slider {
    background-color: #572F5B;
}

.pricing input:focus+.slider {
    box-shadow: 0 0 1px #2196F3;
}

.pricing input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

.pricing .slider.round {
    border-radius: 34px;
}

.pricing .slider.round:before {
    border-radius: 50%;
}

.banner_left_sec h6 {
    align-items: center;
    justify-content: center;
}

/* 08-09-2023 */
@media only screen and (max-width:767px) {
    .show-case-image img {
        max-width: 100% !important;
        max-height: 100% !important;
    }

    .section.client_review .right_sec img {
        display: none;
    }

    .row.testimonial_slider {
        margin-top: 70px;
    }

    .client_review p {
        color: #572F5B;
        font-size: 20px;
    }

    .banner_left_sec .get_started_btn {
        display: flex;
        justify-content: center;
    }
}

.section.video_section {
    margin-top: 100px;
}

/****************29-09-2023*******************/
.alternative_banner p {
    margin-bottom: 26px;
}

.compare_head h3 {
    font-family: Inter;
    font-size: 45px !important;
    text-transform: capitalize;
}

.comparison_table .table td:nth-child(3) {
    border-right: none;
}

.section.tabular {
    margin-top: 80px;
    margin-bottom: 170px;
}

.section.tabular .table th {
    font-weight: 700;
}

.tabular .table td:nth-child(2) {
    text-align: center;
}

.tabular .table td:nth-child(3) {
    text-align: center;
    border-left: none;
}

.section.tabular .table th:nth-child(2) {
    text-align: center
}

.section.tabular .table th:nth-child(3) {
    text-align: center;
}

.tabular .table-responsive {
    background: #fbfbfb;
    padding: 10px 35px 26px;
    border: 4px solid #e5e5e5;
    border-radius: 37px;
}

.business_making_features .group_sec {
    margin-top: 0px
}

.alternative_features_cols {
    border-radius: 40px;
    background: #FFF;
    text-align: center;
    min-height: 460px;
    margin-bottom: 50px;
    padding: 26px 32px;
}

.alternative_features {
    margin-top: 120px;
}

.alternative_features_cols h3 {
    color: #572F5B;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.alternative_features_cols p {
    color: #7A7A7A;
    font-family: Inter;
    margin-top: 20px;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 175.023%;
}

.compare_banner_section {
    padding-bottom: 0px;
}

.section.client_review.business_making_features .testimonial_slider {
    margin-top: 0px;
}

.testimonial_review {
    margin-top: 60px
}

.competitors {
    padding-left: 0;
    padding-right: 0;
    margin-top: 70px !important
}

.competitors h2 {

    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 175.023%;
    border-radius: 20px;
    padding: 14px 18px;
    background: #FAFAFA;
}

.competitors h2 a {
    color: #181818;
    text-decoration: none;
}

.competitors h3 {
    margin-bottom: 0px !important;
}

.competitors p {
    margin-top: 0px !important;
}

.tabular .table td:nth-child(4) {
    border-left: none;
    border-right: none;
}

.tabular .table td:nth-child(5) {
    border-left: none;
    border-right: none;
}

.tabular .table td:nth-child(6) {
    border-left: none;
    border-right: none;
}

.tabular .table td:nth-child(7) {
    border-left: none;
    border-right: none;
}

.tabular .table td:nth-child(8) {
    border-left: none;

}

.comparison_table .table td:nth-child(1) {
    width: 50%;
    text-align: left;
}

.comparison_table .table td:nth-child(2) {
    width: 50%;
}

.comparison_table .table td:nth-child(3) {
    width: 50%;

}

.comparison_table .table td:nth-child(4) {
    width: 50%;

}

.comparison_table .table td:nth-child(5) {
    width: 50%;

}

.comparison_table .table td:nth-child(6) {
    width: 50%;

}

.comparison_table .table td:nth-child(7) {
    width: 50%;

}

.comparison_table .table-striped>tbody>tr:nth-of-type(odd)>* {
    padding: 8px 11px;
}

.comparison_table .table>:not(caption)>*>* {
    padding: 8px 11px;
}

@media screen and (max-width:767px) {
    .banner_left_sec.banner_heading {
        padding-left: 0px;
    }

    .compare_head h3 {
        font-size: 34px !important;
    }

    .banner .btn, .banner .btn:active{
        width: 100%;
    }
    .navbar {
        padding: 0 0.5rem !important;
    }

    a.navbar-brand img {
        width: calc(100% - 100px);
    }
}

th.alternative-crm div {
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

th.alternative-crm div img {
    height: 40px;
    margin: auto;
}

/*28 March 2024*/
.navbar {
    --bs-navbar-padding-x: 0;
    --bs-navbar-padding-y: 0.5rem;
    padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
}

.banner .btn.get_started_btn {
    padding: 15px 10px !important;
}