.cs_pricing_section {
    font-family: Arial, Helvetica, sans-serif;
}

.main-content .pricing-panel .panel-body {
    min-height: 100%;
    padding-top: 100px;
    padding-bottom: 110px;
}

.main-content .pricing-panel .pricing .table {
    min-width: auto;
    margin-bottom: 0;
    border-color: #e4e4e4;
    border-style: solid;
    border-width: 1px;
}

.main-content .pricing-panel .pricing .table a {
    background: transparent;
    border: 2px solid #333;
    color: #333;
    padding-left: 15px !important;
    padding-right: 15px !important;
    width: 100px;
}

.main-content .pricing-panel .pricing .table a:hover {
    background-color: #333;
    color: #fff;
}

.main-content .pricing-panel .pricing .table .table-secondary {
    border-style: solid;
}

.main-content .pricing-panel .pricing .table thead th {
    vertical-align: middle;
}

.main-content .pricing-panel .pricing .table thead th {
    padding: 0;
    min-width: 200px;
}

.main-content .pricing-panel .pricing .table thead th:first-child {
    background: #f7f7f7;
    width: 30%;
    padding: 30px;
}

.main-content .pricing-panel .pricing .table thead th:nth-child(3) {
    border-color: #2d893a;
}

.main-content .pricing-panel .pricing .table thead th:nth-child(4) {
    background: #f2fbf1;
    border-color: #2d893a;
}

.main-content .pricing-panel .pricing .table thead th .table-title h2 {
    font-size: 35px;
    line-height: 45px;
    font-weight: 700;
    color: #495057;
    margin-bottom: 0;
}

.main-content .pricing-panel .pricing .table thead th .table-top {
    text-align: center;
    padding: 30px 20px;
    height: 100%;
}

.main-content .pricing-panel .pricing .table thead th .table-top h3 {
    font-size: 18px;
    line-height: 100%;
    font-weight: 600;
    text-transform: uppercase;
    color: #495057;
    margin-bottom: 20px;
}

.main-content .pricing-panel .pricing .table thead th .table-top h2 {
    font-size: 30px;
    line-height: 100%;
    font-weight: 600;
    color: #3e3e3e;
    margin-bottom: 10px;
}

.main-content .pricing-panel .pricing .table thead th .table-top h2 .type {
    font-size: 14px;
}

.main-content .pricing-panel .pricing .table thead th .table-top p {
    font-size: 16px;
    line-height: 1.3;
    font-weight: 400;
    color: #2e2e2e;
    margin-bottom: 25px;
}

.main-content .pricing-panel .pricing .table thead th:nth-child(4) .table-top {
    position: relative;
}

.main-content .pricing-panel .pricing .table thead th:nth-child(4) .table-top:after {
    content: "Recomended";
    position: absolute;
    bottom: 100%;
    left: -1px;
    right: -1px;
    background: #2d893a;
    border-radius: 10px 10px 0 0;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    height: 45px;
    line-height: 43px;
    color: #fff;
}

.cs_recomended {
    position: absolute;
    top: 35px;
    right: 242px;
    width: 228px;
    padding: 5px;
    text-align: center;
    background: #2d893a;
    border-radius: 10px 10px 0 0;
    font-size: 20px;
    font-weight: 400;
    height: 45px;
    line-height: 43px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.main-content .pricing-panel .pricing .table thead th.cs_enterprice,
.main-content .pricing-panel .pricing .table thead th:last-child {
    vertical-align: top;
    text-align: center;
    position: relative;
}

.main-content .pricing-panel .pricing .table thead th.cs_enterprice a {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
}

.main-content .pricing-panel .pricing .table tbody tr td {
    color: #797979;
    height: 50px;
}

.main-content .pricing-panel .pricing .table tbody tr:not(.table-secondary) td:first-child {
    background: #f0f0f0;
    font-size: 16px;
    font-weight: 400;
    color: #797979;
}

.main-content .pricing-panel .pricing .table tbody tr td:first-child {
    font-size: 18px;
    text-align: left;
    font-weight: 600;
    color: #595959;
}

.main-content .pricing-panel .pricing .table tbody tr td:nth-child(3) {
    border-color: #2d893a;
}

.main-content .pricing-panel .pricing .table tbody tr.table-secondary td:nth-child(3) {
    border-color: inherit;
}

.main-content .pricing-panel .pricing .table tbody tr td:nth-child(4) {
    background: #f2fbf1;
    border-color: #2d893a;
    border-style: solid;
}

.main-content .pricing-panel .pricing .table tbody tr.table-secondary td:nth-child(1) {
    border-right-color: #2d893a;
    border-style: solid;
}

.main-content .pricing-panel .pricing .table tbody tr.table-secondary td:nth-child(2) {
    background: #f2fbf1;
    border-color: #2d893a;
    border-style: solid;
}

.main-content .pricing-panel .pricing .table tbody tr td {
    padding: 15px;
    text-align: center;
    vertical-align: middle;
}

.main-content .pricing-panel .pricing .table tbody tr td:last-child {
    border-color: #fff;
    background-color: #ddfadd;
}

/* .main-content .cs_pricing_section .cs_pricing_top .cs_pricing_table_wraper {
    border: 1px solid #f3f3f3;
    border-right: 0;
} */

.main-content .pricing-panel .pricing .table tbody tr td .icon {
    font-size: 20px;
}

.main-content .pricing-panel .pricing .table tbody tr td .icon.check {
    color: #2c9426;
}

.main-content .pricing-panel .pricing .table tbody tr td .icon.minus {
    color: #b0b0b0;
}

.main-content .pricing-panel-2 {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: auto;
}

.main-content .pricing-panel-2 .panel-body {
    min-height: 100%;
}

.main-content .pricing-panel-2 .pricing-table {
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 5px;
    overflow: hidden;
}

.main-content .pricing-panel-2 .pricing-table .top {
    padding: 30px;
    padding-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 2;
}

.main-content .pricing-panel-2 .pricing-table .top::before {
    content: "";
    position: absolute;
    top: -20px;
    left: -90px;
    height: 100%;
    aspect-ratio: 1/1;
    background: #000;
    border-radius: 20px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0.1;
    z-index: -1;
}

.main-content .pricing-panel-2 .pricing-table .top::after {
    content: "";
    position: absolute;
    top: 10px;
    right: -120px;
    height: 100%;
    aspect-ratio: 1/1;
    background: #000;
    border-radius: 20px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0.1;
    z-index: -1;
}

.main-content .pricing-panel-2 .pricing-table .top p {
    font-size: 16px;
    line-height: 1;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    margin-top: -2px;
    margin-bottom: 17px;
}

.main-content .pricing-panel-2 .pricing-table .top h3 {
    font-size: 40px;
    line-height: 1;
    font-weight: 500;
    color: #fff;
    margin-bottom: 24px;
}

.main-content .pricing-panel-2 .pricing-table .top span {
    display: block;
    -webkit-box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 5px;
    padding: 5px 20px;
    background: #112143;
    color: #f5f5f5;
    margin-bottom: -15px;
}

.main-content .pricing-panel-2 .pricing-table .middle {
    background: rgba(0, 0, 0, 0.05);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 30px;
}

.main-content .pricing-panel-2 .pricing-table .middle ul {
    text-align: center;
    line-height: 3;
    color: #fff;
    margin-top: -3px;
    margin-bottom: -19px;
}

.main-content .pricing-panel-2 .pricing-table .bottom {
    padding: 30px;
    text-align: center;
}

.main-content .pricing-panel-2 .pricing-table .rounded-pill {
    font-size: 14px;
    height: 35px;
}

.cs_td_content {
    position: relative;
    float: right;
}

.cs_td_content i {
    cursor: pointer;
    color: #cdcdcd;
}

.cs_td_content .cs_info {
    position: absolute;
    background-color: #fff;
    width: 300px;
    border: 1px solid #dedede;
    border-radius: 10px;
    padding: 8px 15px;
    bottom: 100%;
    margin: 0;
    left: -5px;
    display: none;
    font-size: 13px;
}

.cs_td_content.active .cs_info {
    display: block;
}

.cs_sticky {
    top: 0;
    position: sticky;
    z-index: 9;
}

.numberOfLocationAndRegister {
    gap: 10px;
    flex-wrap: wrap;
}

.numberOfLocationAndRegister label {
    font-size: 15px;
    font-weight: 600;
    color: #333;
}

.shop-count {

    position: relative;
    color: #333;
    height: 35px;
    width: 80px;
    border-radius: 5px;
    padding: 10px;
    border: 1px solid rgba(13, 153, 255, 0.2);
    font-size: 16px;
    outline: none;
}

.pricingPlanBusinessCount {
    position: relative;
    color: #333;
    height: 35px;
    width: 80px;
    border-radius: 5px;
    padding: 10px;
    border: 1px solid rgba(13, 153, 255, 0.2);
    font-size: 16px;
    outline: none;
}

.pricingPlanBusinessCount::-webkit-inner-spin-button,
.pricingPlanBusinessCount::-webkit-outer-spin-button,
.pricingPlanBusinessCount[type="number"]::-webkit-inner-spin-button,
.pricingPlanBusinessCount[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: inner-spin-button !important;
    opacity: 1 !important;
    margin: 0;
    height: auto;
}

.has-business {
    height: 35px;
    display: flex;
    align-items: center;
    gap: 10px;
    border: 1px solid rgba(13, 153, 255, 0.2) !important;
    background-color: transparent;
}

.has-business>label {
    font-size: 12px;
    font-weight: 500;
}

.back-office-price {
    font-size: 14px;
    font-weight: 600;
}

.cs-plan-type-and-number-input {
    display: flex;
    align-items: end;
    gap: 50px;
    z-index: 999;
}

.cs_plan_type_and_number_input {
    display: flex;
    gap: 30px;
    align-items: end;
    background-color: #fff;
    position: relative;
    z-index: 999;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.plan-type .rounded-pill {
    height: max-content;
}

.cs_back_office_type_with_amount {
    padding-left: 15px;
}

.cs_header {
    height: 70px;
    border-bottom: 1px solid #e2e2e2;
    background-color: white;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}

.cs_header .container-fluid,
.cs_pricing .container-fluid,
.cs_footer .container-fluid {
    max-width: 1720px;
}

.cs_pricing .container-fluid {
    max-width: 1600px;
}

.cs_h_inherit {
    height: inherit;
}

.cs_header .logo {
    max-width: 130px;
}

.cs_header .btn-trail {
    background-color: red !important;
    font-size: 14px;
    padding: 5px 15px;
}

.cs_header .nav-link-text {
    font-weight: 700;
    font-size: 18px;
    color: #333;
    margin-right: 20px;
}

.cs_header .nav-link-text:hover,
.cs_header .nav-link-text:active {
    color: rgb(221, 51, 51);
}

.cs_header_center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.cs_header_right ul {
    display: flex;
    align-items: center;
}

.pricing-panel .table-responsive {
    height: calc(100vh - 150px);
}

.pricing-panel .table-responsive .thead {
    position: fixed;
    top: 100px;
}

/* pricing-2 */
.cs_pricing_section {
    padding: 0 10px;
    padding-top: 100px;
    position: relative;
    overflow: auto;
    z-index: 1;
}

.cs_pricing_section .cs_pricing_table_wraper {
    display: flex;
    gap: 24px;
    position: relative;
}

.cs_pricing_section .cs_pricing_table_wraper::after {
    content: "";
    position: absolute;
    height: 199px;
    width: 100%;
    left: 0;
    top: -200px;
    background-color: rgb(255, 255, 255);
    max-height: 200px;
    display: none;
}

.cs_pricing_section .cs_pricing_top {
    top: 100px;
    z-index: 9999999;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.cs_pricing_section .cs_pricing_top .cs_plan_type_and_number_input_wrap button {
    background-color: red;
    color: #fff;
    border: none;
    outline: none;
    font-size: 14px;
}

.cs_pricing_section .cs_column {
    width: 25%;
    min-width: 240px;
    text-align: center;
    padding: 0 20px;
    position: relative;
    z-index: 999;
    min-height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cs_pricing_section .cs_column:first-child {
    flex: 1;
    min-width: 300px;
}

.cs_pricing_section .cs_pricing_top .cs_column {
    text-align: center;
    padding: 30px 20px;
    height: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    gap: 30px;
    align-items: center;
    position: relative;
}

.cs_pricing_section .cs_pricing_top .cs_column:first-child {
    border: none;
    text-align: right;
    padding-right: 45px;
}

/* .cs_pricing_section .cs_pricing_top .cs_column:last-child {
    background-color: #ddfadd;
    border-right: 1px solid #f3f3f3;
} */

.recommended-color {
    background-color: #ddfadd;
}

/* pricing border_manage start */
.cs_pricing_section .cs_column {
    border-right: 1px solid #ebebeb;
}

.cs_pricing_section .cs_column:last-child {
    border-right: 1px solid #ebebeb;
}

.cs_pricing_section .cs_pricing_top .cs_pricing_table_wraper {
    border-top: 1px solid #ebebeb;
    border-left: 1px solid #ebebeb;
}
.cs_pricing_section .cs_pricing_top .cs_custom_plan .cs_column {
    border-right: 1px solid #ebebeb !important;
}

.cs_pricing_section .cs_pricing {
    border: 1px solid #ebebeb;
    border-top: 0;
}
.cs_pricing_section .cs_pricing_top .cs_column:nth-child(2) {
    border-left: 1px solid #ebebeb;
}
.cs_pricing_section .cs_accordion:first-child {
    border-top: 1px solid #ebebeb;
}

.cs_pricing_section .cs_accordion .cs_accordion_head {
    background-color: #f6f6f6;
}

.cs_pricing_section .cs_accordion:nth-child(odd) .cs_accordion_head {
    background-color: #fbfbfb;
}

/* pricing border_manage end*/

.cs_pricing_section .cs_custom_plan .cs_column {
    background-color: initial !important;
    border: none !important;
    text-align: center !important;
}

.cs_pricing_section .cs_pricing_top .cs_badge {
    position: absolute;
    top: -45px;
    width: 100%;
    padding: 5px;
    text-align: center;
    background: #2d893a;
    border-radius: 10px 10px 0 0;
    font-size: 20px;
    font-weight: 400;
    height: 45px;
    line-height: 43px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.cs_pricing_section .cs_pricing_top li {
    font-size: 13px;
}

.cs_pricing_section .cs_pricing_top .cs_column button {
    width: max-content;
}

.cs_pricing_section .cs_pricing_top h3 {
    font-size: 18px;
    line-height: 100%;
    font-weight: 600;
    text-transform: uppercase;
    color: #495057;
    margin-bottom: 20px;
}

.cs_pricing_section .cs_pricing_top .price {
    font-size: 40px;
    line-height: 100%;
    font-weight: 400;
    color: #000000;
    margin-bottom: 10px;
}

.cs_pricing_section .cs_pricing_top .price .amount {
    font-weight: 600;
}

.cs_pricing_section .cs_pricing_top .price .type {
    font-size: 14px;
}

.cs_pricing_section .cs_pricing_top p {
    font-size: 16px;
    line-height: 1.3;
    font-weight: 400;
    color: #898989;
    margin-bottom: 25px;
}

.cs_pricing_section .cs_accordion_body .cs_pricing_table_wraper .cs_display_plan .cs_row:nth-child(odd) {
    background-color: #f9f9f9;
}

.cs_pricing_section .cs_accordion_body .cs_pricing_table_wraper .cs_display_plan .cs_row {
    font-size: 14px;
}

.cs_pricing_section .cs_pricing_table_wraper> :first-child {
    width: 80%;
}

.cs_pricing_section .cs_pricing_table_wraper> :last-child {
    width: 20%;
    max-width: 250px;
}

.cs_pricing_section .cs_pricing_top .cs_plan_type_and_number_input_wrap button {
    background: transparent !important;
    /* border: 2px solid #333 !important; */
    border: 2px solid #f1f1f1 !important;
    color: #333 !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    width: 100px;
}

.cs_pricing_section .cs_pricing_top .cs_plan_type_and_number_input_wrap button,
.cs_pricing_section .cs_pricing_top .cs_custom_plan .cs_column button,
.cs_pricing_section .cs_display_plan_top button {
    background: transparent !important;
    border: 2px solid #333 !important;
    /* border: 2px solid #f1f1f1 !important; */
    color: #333 !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    width: 100px;
}

.cs_pricing_section .cs_pricing_top .cs_plan_type_and_number_input_wrap button {
    border: 2px solid #f1f1f1 !important;
}

.cs_pricing_section .cs_pricing_top .cs_custom_plan .cs_column button:hover,
.cs_pricing_section .cs_display_plan_top button:hover {
    background: #2d893a !important;
    color: #fff !important;
}

.cs_pricing_section .cs_pricing_top .cs_plan_type_and_number_input_wrap button:hover {
    background-color: red !important;
    border-color: transparent !important;
    color: #fff !important;
    box-shadow: none !important;
    outline: none !important;
}

.cs_pricing_section .plan-type button.btn-primary:focus,
.cs_pricing_section .plan-type button.btn-primary:active,
.cs_pricing_section .plan-type button.btn-primary.active {
    background-color: red !important;
    border-color: transparent !important;
    color: #fff !important;
    box-shadow: none !important;
    outline: none !important;
}

.cs_pricing_section .cs_row {
    width: 100%;
    border-bottom: 0;
}

.cs_pricing_section .cs_custom_plan .cs_column {
    min-width: 100%;
}

.cs_pricing_section .cs_pricing_content .cs_column:first-child {
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cs_pricing_section .cs_accordion {
    overflow: hidden;
    border-radius: initial;
    margin-bottom: 0;
}

.cs_pricing_section .cs_accordion .cs_accordion_head {
    position: relative;
    z-index: 999;
    border-radius: 0;
    padding: 0;
}

.cs_pricing_section .cs_accordion .cs_accordion_head::before,
.cs_pricing_section .cs_accordion .cs_accordion_head::after {
    z-index: 999;
}

.cs_pricing_section .cs_accordion.active .cs_accordion_head {
    margin-bottom: 0;
}

.cs_pricing_section .cs_accordion .cs_accordion_body {
    padding: 0;
}

.cs_pricing_section .cs_accordion.cs_plus_none .cs_accordion_head::before,
.cs_pricing_section .cs_accordion.cs_plus_none .cs_accordion_head::after {
    display: none;
}

.cs_pricing_section .cs_column .fa-check {
    color: #00aa00;
}

.cs_pricing_section .cs_column .fa-xmark {
    color: #ff0000;
}

.cs_support_section {
    padding-top: 50px;
    padding-bottom: 100px;
}

.cs_support_section .cs_section_title {
    font-size: 22px;
    margin-bottom: 20px;
}

.cs_support_section .cs_accordion:first-child .cs_accordion_head {
    border-top: 1px solid #f3f3f3;
}

.cs_footer .logo {
    max-width: 160px;
}

.cs_footer {
    background-color: rgb(0, 0, 0);
    padding: 0 12px;
    padding-top: 40px;
    position: relative;
    z-index: 999;
    font-family: "Geologica", Sans-serif;
}

.cs_footer .cs_footer_card_wrap {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-radius: 20px;
    margin-bottom: 80px;
}

.cs_footer .cs_footer_top .cs_card {
    padding: 40px;
    display: flex;
    gap: 15px;
    flex-direction: column;
    color: #242424;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.cs_footer .cs_footer_top .cs_card img {
    width: max-content;
}

.cs_footer .cs_card.cs_expart p {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 0;
}

.cs_footer .cs_card.cs_expart .cs_btn {
    background-color: rgb(221, 51, 51);
    color: #fff;
    width: max-content;
    border-radius: 30px;
    padding: 10px 15px;
}

.cs_footer .cs_card.cs_expart .cs_btn:hover {
    background-color: rgb(182, 40, 40);
}

.cs_footer .cs_card.cs_location img {
    height: 42px;
    width: 42px;
}

.cs_footer .cs_card.cs_location h3 {
    font-size: 23px;
    font-weight: 600;
}

.cs_footer .cs_card.cs_location a {
    font-size: 13px;
    font-weight: 600;
    border-bottom: 2px solid rgb(221, 51, 51);
    color: #242424;
    width: max-content;
}

.cs_footer .cs_card.cs_location a:hover {
    color: #585858;
}

.cs_footer .cs_card.cs_trustpilot .cs_gap_5 {
    gap: 5px;
    font-size: 24px;
    font-weight: 600;
}

.cs_footer .cs_card.cs_trustpilot p {
    font-size: 16px;
    font-weight: 600;
}

.cs_footer .cs_card.cs_google_review .cs_ratting {
    color: #000000;
    font-size: 22px;
    line-height: 1.4;
}

.cs_footer .cs_card.cs_google_review .cs_big_font {
    font-size: 42px;
    line-height: 1em;
    font-weight: 600;
}

.cs_footer .cs_card.cs_google_review a {
    color: #000000;
    font-size: 16px;
    font-weight: 700;
    text-decoration: underline;
}

.cs_footer .cs_card.cs_google_review .cs_write_review_btn {
    text-decoration: none;
    border: 2px solid #000;
    padding: 10px 20px;
    width: max-content;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 500;
}

.cs_footer .cs_card.cs_google_review .cs_write_review_btn:hover {
    background-color: #000;
    color: #fff;
}

.cs_footer .cs_footer_bottom_left,
.cs_footer .cs_footer_bottom_right {
    padding: 25px;
    padding-bottom: initial;
}

.cs_widget {
    margin-bottom: 25px;
}

.cs_footer .cs_widget .cs_widget_title {
    font-family: "Geologica", Sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 15px;
}

.cs_footer .cs_widget ul li a {
    position: relative;
    display: flex;
    align-items: center;
    padding-top: 8px;
    padding-bottom: 8px;
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
    line-height: 1.3;
}

.cs_footer .cs_widget ul li a:hover {
    color: #fff;
}

.cs_footer .cs_widget_title ul li a:hover {
    color: #fff;
}

.cs_footer .cs_copyright {
    padding: 15px 0;
}

.cs_footer .cs_copyright a:hover {
    opacity: 0.6;
}

.cs_footer_border_top {
    border-top: 1px solid #333;
}

.cs_footer_border_left {
    border-left: 1px solid #333;
}

.cs_text_white_hover_06 {
    color: #fff !important;
}

.cs_text_white_hover_06:hover {
    color: rgba(255, 255, 255, 0.6) !important;
}

.cs_footer .cs_social {
    display: flex;
    align-items: center;
    gap: 15px;
}

.hide-scrollbar {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.hide-scrollbar::-webkit-scrollbar {
    display: none;
}

.cs_pricing.cs_hero {
    padding-top: 70px;
}

.cs_pricing.cs_hero .cs_hero_content {
    padding-top: 100px;
}

.cs_pricing .cs_hero_content .cs_hero_title {
    font-family: "Teko", Sans-serif;
    font-size: 70px;
    font-weight: 500;
    color: #000;
    line-height: 1.1;
}

.cs_hero_subtitle {
    display: flex;
    align-items: end;
    text-align: end;
    gap: 10px;
    font-size: 30px;
    margin-bottom: 40px;
}

.cs_hero_subtitle .cs_large {
    font-size: 70px;
    line-height: 1;
    color: #f00;
}

.cs_pricing .cs_hero_content p {
    color: #000;
}

.cs_faq_section {
    padding: 100px 0;
    background-color: #f8f8f8;
    position: relative;
    z-index: 99999;
}

.cs_faq_section .cs_faq {
    padding: 0 100px;
}

.cs_faq_section .cs_faq_title {
    font-size: 50px;
    margin-bottom: 50px;
    color: #000;
}

.cs_accordion {
    background: #fff;
    margin-bottom: 20px;
    border-radius: 10px;
}

.cs_accordion:last-child {
    margin-bottom: 0;
}

.cs_accordion .cs_accordion_head {
    background: #fff;
    border-radius: 10px;
    font-size: 18px;
    margin: 0;
    position: relative;
    cursor: pointer;
    padding: 20px;
    padding-right: 50px;
}

.cs_accordion .cs_accordion_body {
    padding: 20px;
    padding-top: 0;
}

.cs_accordion.active .cs_accordion_head {
    margin-bottom: 10px;
    color: rgb(3, 3, 3);
}

.cs_accordion .cs_accordion_head::before,
.cs_accordion .cs_accordion_head::after {
    position: absolute;
    content: "";
    height: 2px;
    width: 15px;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    background-color: #000;
    transition: 0.4s ease;
    border-radius: 2px;
}

.cs_accordion .cs_accordion_head::after {
    rotate: 90deg;
    right: 21px;
    top: calc(50% + -1px);
}

.cs_accordion.active .cs_accordion_head::after {
    rotate: initial;
    right: 20px;
    top: 50%;
}

.cs_accordion.active .cs_accordion_head::before,
.cs_accordion.active .cs_accordion_head::after {
    background-color: #f00;
}

span.icon.check i {
    font-size: 22px;
    /* color: #00aa00 !important; */
}

i.far.fa-check-circle {
    color: #00aa00 !important;
}

i.fa-regular.fa-circle-xmark {
    color: #ff4242 !important;
}

@media (max-width: 1399px) {
    .cs_footer .cs_footer_card_wrap {}

    .cs_height_100 {
        height: 100px;
    }

    .cs_pos_pricing_section_height {
        height: calc(100vh - 100px);
        overflow-y: auto;
    }

    .cs_pricing_title {
        font-size: 2rem;
        color: #495057;
        line-height: 1.2;
        font-weight: 700;
    }
}

@media (max-width: 1399px) {
    .cs_pricing_section .cs_pricing {
        min-width: min-content;
    }

    .cs_pricing_section .cs_pricing_table_wraper> :first-child {
        width: initial;
    }

    .cs_pricing_section .cs_pricing_table_wraper> :last-child {
        width: initial;
        min-width: 200px;
    }

    .cs_pricing_section .container {
        max-width: initial !important;
        padding: initial;
    }

    .cs_footer .cs_footer_card_wrap {}

    .cs_footer .cs_footer_top .cs_card {
        padding: 30px;
    }

    .cs_recomended {
        width: 200px;
        right: 210px;
    }

    .cs_pricing .cs_hero_content .cs_hero_title {
        font-size: 110px;
    }
}

@media (max-width: 1265px) {

    .cs_pricing_section .cs_pricing_top,
    .main-content .cs_pricing_section .cs_pricing_top .cs_pricing_table_wraper {
        width: min-content;
    }
}

@media (max-width: 1199px) {
    .cs_footer .cs_footer_card_wrap {
        grid-template-columns: repeat(2, 1fr);
    }

    .cs_footer .cs_footer_top .cs_card {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }

    .cs_recomended {
        display: none;
    }

    .cs_pricing .cs_hero_content .cs_hero_title {
        font-size: 100px;
    }

    .cs_hero_subtitle {
        font-size: 25px;
    }

    .cs_hero_subtitle .cs_large {
        font-size: 60px;
    }
}

@media (max-width: 991px) {
    .cs_pricing_section {
        padding-top: 80px;
    }

    .cs_pricing .cs_hero_content .cs_hero_title {
        font-size: 80px;
    }

    .cs_pricing.cs_hero .cs_hero_content {
        padding-top: 70px;
    }

    .main-content .pricing-panel .pricing {
        width: 100vw;
    }

    .main-content .pricing-panel .pricing .container {
        max-width: initial !important;
    }

    .pricing-panel .table-responsive {
        border-radius: 15px;
    }

    .cs_faq_section .cs_faq {
        padding: initial;
    }

    .cs_accordion .cs_accordion_body {
        font-size: 14px;
    }

    .cs_accordion.active .cs_accordion_head {
        margin-bottom: 0;
    }

    .cs_faq_section .cs_faq_title {
        font-size: 40px;
        margin-bottom: 24px;
    }

    .main-content .pricing-panel .panel-body {
        padding-bottom: 80px;
    }

    .cs_faq_section {
        padding: 80px 0;
    }

    .cs_header_center {
        left: initial;
        transform: initial;
        top: initial;
    }

    .cs_height_100 {
        height: 80px;
    }
}

@media (max-width: 767px) {

    .cs_footer_border_left,
    .cs_footer .cs_footer_bottom_right {
        padding-left: initial;
        border: initial;
    }

    .cs_plan_type_and_number_input {
        flex-direction: column;
        gap: 10px;
        justify-content: center;
        align-items: start;
        height: initial;
    }

    .cs_hero_subtitle {
        text-align: start;
    }
}

@media (max-width: 575px) {
    .cs_footer .cs_footer_card_wrap {
        grid-template-columns: repeat(1, 1fr);
    }

    .cs_pricing .cs_hero_content .cs_hero_title {
        font-size: 70px;
    }

    .cs_hero_subtitle {
        font-size: 20px;
    }

    .cs_hero_subtitle .cs_large {
        font-size: 45px;
    }

    .cs_faq_section .cs_faq_title {
        font-size: 32px;
    }
}

@media (max-width: 475px) {
    .numberOfLocationAndRegister {
        flex-direction: column;
    }
}
