/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

/*
   * Remove text-shadow in selection highlight:
   * https://twitter.com/miketaylr/status/12228805301
   *
   * Customize the background color to match your design.
   */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
   * A better looking default horizontal rule
   */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
   * Remove the gap between audio, canvas, iframes,
   * images, videos and the bottom of their containers:
   * https://github.com/h5bp/html5-boilerplate/issues/440
   */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
   * Remove default fieldset styles.
   */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

a {
    text-decoration: none !important;
}

/*
   * Allow only vertical resizing of textareas.
   */

textarea {
    resize: vertical;
}

body {
    font-size: 14px;
    font-weight: 400;
    background-color: #ffffff;
    overflow-x: hidden !important;
    font-family: "Nunito Sans", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {

    font-weight: 500;
}

/* color */
:root {
    --bg-primary: #d12320;
    --bg-black: #2B2B2B;
}

.pt-120 {
    padding-top: 120px;
}

.pb-120 {
    padding-bottom: 120px;
}

.pt-8 {
    padding-top: 80px;
}

.pb-8 {
    padding-bottom: 80px;
}

.text-primary {
    color: var(--bg-primary) !important;
}


/* =============================  header ================================= */

.header_section {
    /* background: linear-gradient(193deg, #673ab721, #673ab700); */
    border-bottom: 1px solid #f7f7f7;
    z-index: 99;
}

.navbar-brand img {
    height: 52px;
}

.navbar_right .nav-link {
    box-shadow: none;
    color: #333;
    letter-spacing: 0;
    text-transform: none;
    background-color: transparent;
    border: 0 #000;
    border-radius: 0;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: 500;
    font-family: 'Inter', sans-serif;
    font-size: 15px;
}

.navbar_right .login:hover {
    background-color: rgb(237, 242, 247);
}

.navbar_right .login {
    letter-spacing: .25px;
    border: 1px #000;
    height: 44px;
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: rgb(45, 55, 72);
    border-style: solid;
    border-color: rgb(226, 232, 240);
    line-height: 25px;
    border-radius: 8px;
    text-transform: uppercase;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 5px 20px;
}

.navbar-toggler {
    border: none;
    outline: none !important;
    box-shadow: none !important;
    font-size: 17px;
    padding: 0 !important;
}

.header_section .navbar_left .nav-link {
    background-color: transparent;
    border: 0px solid rgb(0, 0, 0);
    border-radius: 6px;
    font-size: 16px;
    font-weight: 500;
    vertical-align: top;
    color: #222 !important;
    font-family: 'Inter', sans-serif;
    padding: 25px 18px;
}

.header_section .navbar_left .dropdown:hover .nav-link,
.header_section .navbar_left .dropdown:hover .nav-link:focus,
.header_section .navbar_left .nav-link:hover {
    border-radius: 6px;
    text-decoration: none;
}

.header_section .navbar_left .dropdown .dropdown_icon {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}


.header_section .dropdown-toggle::after {
    display: none;
}

.header_section .btn-primary {
    color: rgb(255, 255, 255);
    letter-spacing: 0.25px;
    background-color: #d12320;
    border: 1px rgb(0, 0, 0);
    height: 44px;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 600;
    border-radius: 8px;
    text-transform: uppercase;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.header_section .btn-primary:hover {
    background-color: #d12320;
}

.header_section .dropdown-menu {
    border: none;
    border-radius: 2px;
    width: 260px;
    padding: 20px 25px;
    box-shadow: 1px 1px 10px #362b4833;
}

.header_section .dropdown-menu h6 {
    color: #333;
    margin-bottom: 0;
    padding-bottom: 8px;
    font-size: 14px;
    font-weight: 800;
}

.header_section .dropdown-menu .dropdown-item {
    color: #333;
    text-transform: none;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.4;
    padding: 5px 0px;
    background: transparent !important;
    word-break: break-all;
    word-wrap: break-word;
    overflow-wrap: break-word;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}

.header_section .dropdown-menu .dropdown-item:hover {
    color: red;
}



/* =============================  Banner ================================= */

.banner_sec {
    padding: 180px 0px;
    overflow: hidden;
    position: relative;
}

.banner_sec video {
    object-fit: cover;
    background-position: 150%;
    background-size: cover;
    width: 100%;
    height: 100%;
    margin: auto;
    position: absolute;
    inset: 0%;
    z-index: 1;
}

.banner_content {
    position: relative;
    z-index: 5;
}

.banner_content h1 {
    text-shadow: 0 4px 3px rgba(16, 4, 24, .5);
    justify-content: flex-start;
    padding-bottom: 12px;
    font-size: 60px;
    line-height: 100%;
    display: inline-block;
    margin-bottom: 10px;
    font-weight: 700;

}

.banner_content p {
    color: #333;
    white-space: normal;
    padding-bottom: 18px;
    font-size: 16px;
    font-weight: 300;
    line-height: 30px;
    display: block;
}

.banner_content .btn-primary {
    background-color: #fff !important;
    max-width: 200px;
    width: 100%;
    display: inline-block;
    color: #d12320 !important;
    border: none;
    font-weight: 700;
    padding: 14px 25px;
}

.banner_content .btn-outline-light {
    background-color: transparent !important;
    border: 1px solid #fff !important;
    max-width: 200px;
    width: 100%;
    display: inline-block;
    color: #ffffff !important;
    border: none;
    font-weight: 700;
    padding: 14px 25px;
    font-size: 16px;
}

/* =============================  Our Partner ================================= */

.our_partner {
    background: #f8fafc;
}

.our_partner .heading h3 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 32px;
    font-weight: 700;
    line-height: 36px;
    color: #212121;
}

.brand_logo {
    background: #fff;
    width: 100%;
    text-align: center;
    min-height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #efefef;
    transition: all 0.3s ease;
    border-radius: 6px;
}

.brand_logo .carouselTicker__item {
    border: 0;
}

/* =============================  About  ================================= */
.lottie-animation {
    z-index: 2;
    opacity: .71;
    width: 26%;
    position: absolute;
    right: 0;
}

.card_carousel .card {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    width: 250px;
    display: flex;
    position: relative;
    box-shadow: 0 5px 10px #77429633;
    border-radius: 20px;
    overflow: hidden;
}

.card_carousel .card img {
    border-radius: 0px 0px 20px 20px;
}

.dbc-video-wrapper {
    border-radius: 10px;
    width: 100%;
    max-height: 250px;
    margin-bottom: -21px;
    overflow: hidden;
    display: flex;
    justify-content: center;
}

.dbc-video-wrapper.swoosh {
    margin-bottom: -25%
}

.about_sec .swiper {
    width: 250px;
    height: 100%;
}

.about_sec {
    padding: 190px 0px 150px 0px;
}

.about_sec .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    font-size: 22px;
    font-weight: bold;
    box-shadow: 0 2px 5px #0003 !important;
    color: #fff;
}

.circle_one {
    top: 0;
    left: 0;
    right: 0;
    max-width: 800px;
    max-height: 800px;
    margin: auto;
    z-index: -1;
    position: absolute;
}

.circle_two {
    top: 0;
    left: 0;
    right: 0;
    max-width: 700px;
    max-height: 700px;
    margin: auto;
    z-index: -1;
    position: absolute;
}

.animate-spin-slow {
    animation: spin 4s linear infinite;
}


@keyframes spin {
    to {
        transform: rotate(1turn)
    }
}

.animate-spin-reverse-slower {
    animation: spin-reverse 6s linear infinite;
}

@keyframes spin-reverse {
    to {
        transform: rotate(-1turn)
    }
}

.about_content {
    grid-row-gap: 20px;
    border-radius: 20px;
    flex-direction: column;
    padding: 44px;
    display: flex;
    color: #fff;
    background-color: #d12320;
    background: linear-gradient(45deg, #d12320, #FF5722);
    box-shadow: 4px 6px 4px rgb(126 126 126 / 23%);
}

.about_content h3 {
    font-size: 32px;
    font-weight: 700;
}

.about_content p {
    font-size: 18px;
}

.about_content a {
    font-size: 15px;
    font-weight: 700;
    color: #fff;
}

.email_signatures .about_content {
    background-color: #65c994 !important;
    width: 100%;
}








/* =============================  Testimonial ================================= */

#brandcarouselTicker .carouselTicker__item {
    margin: 0px 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    height: 98px;
    min-width: 200px !important;
    padding: 15px;
    border-radius: 6px;
}

.reviews-section .carouselTicker__item {
    margin: 0 0 0 0px;
    padding: 0px;
    background-color: transparent;
    border: none;
}

.reviews-section #carouselTicker .carouselTicker__item,
.reviews-section #carouselTicker-destructor-example .carouselTicker__item,
.reviews-section #carouselTicker-buttons-controls-example .carouselTicker__item {
    min-width: 415px !important;
    padding: 20px;
}

.testimonial_sec {
    background: #f8f8f8;
    overflow: hidden;
    margin-top: -4px;
}

.testimonial_sec .carouselTicker__item {
    display: inline-block;
    padding: 0px;
    background-color: transparent;
    border: none;
    margin: 50px 15px;
    text-align: left;
}

.reviews_wrapper::before {
    content: "";
    text-align: center;
    margin: auto;
    z-index: 0;
    opacity: .13;
    filter: blur(100px);
    background-image: linear-gradient(90deg, #44ff9a, #44b0ff 25%, #8b44ff 51%, #f64 77%, #ebff70);
    width: 100%;
    height: 100%;
    position: absolute;
}

.review_item {
    color: #777;
    min-width: auto;
    min-height: auto;
    padding: 25px 30px;
    box-shadow: 0 2px 11px -3px #00000026;
    justify-content: space-between;
    padding-top: 50px;
    padding-bottom: 25px;
    font-size: 20px;
    line-height: 30px;
    grid-row-gap: 30px;
    text-align: left;
}

.review_item p {
    color: #777;
    font-size: 20px;
    text-align: left;
}

.review_item img {
    max-height: 50px;
    width: 32%;
}

.carouselTicker__list {
    display: flex;
    margin: 0px 30px;
    padding: 0;
    list-style-type: none;
    overflow: hidden;
}

.virtual_back {
    background: #f8fafc;
    padding: 50px 0px;
}

.left_content h3 {
    flex-direction: row;
    justify-content: flex-start;
    display: flex;
    margin-top: auto;
    margin-bottom: auto;
    font-size: 2rem;
    font-weight: 700;
}

.left_content a {
    color: #d12320;
    font-size: 16px;
    font-weight: 700;
}

.left_content {
    grid-row-gap: 20px;
    justify-content: space-between;
    width: 100%;
    display: grid;
}

.right_desc p {
    margin: 0;
    color: #121212;
    font-size: 16px;
    font-weight: 500;
    display: block;
}


.image-wrapper.email-feature {
    flex-direction: column;
    justify-content: center;
    position: relative;
}

.image-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    display: flex;
}

.email_signatures .feature_img {
    z-index: 0;
    width: 100%;
    position: absolute;
}

.email_signatures .signature_2 {
    border-radius: 8px;
    width: 230px;
    height: 153.109px;
    margin-bottom: -37px;
    box-shadow: 0 13px 12px #39588633;
}

.email_signatures .signature_1 {
    border-radius: 17px;
    width: 400px;
    height: 193.266px;
    margin-bottom: -48px;
    box-shadow: 0 13px 12px #39588633;
}

.email_signatures .signature_3 {
    z-index: 1;
    border-radius: 10px;
    width: 280px;
    height: 145.031px;
    position: relative;
    box-shadow: 0 13px 13px #39588633;
}

.brand_wrap {
    grid-template-rows: auto;
    justify-content: space-between;
    align-items: center;
    display: inline-grid;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: repeat(8, [col] 1fr);
    justify-content: center;
    width: 100%;

}

.brand_wrap .brand {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
}

.brand_wrap .brand img {
    width: auto;
    max-width: none;
    height: 30px;
    max-height: none;
}

.contact-form h1 {
    font-size: 20px;
    color: #212121;
}

.contact-form h5 {
    font-size: 16px;
    color: #777;
}

.contact_sales {
    background-image: linear-gradient(171deg, #cb94f0, #794dd7);
    border-radius: 22px;
    width: auto;
    max-width: none;
}

.contact_sales .content h3 {
    color: #fff;
    max-width: 341px;
    margin-bottom: 52px;
    font-family: 'Inter', sans-serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 120%;
}

.contact_sales .content a:hover {
    background: #e9e9e9 !important;
}

.contact_sales .content a {
    color: #d12320;
    background-color: #fff;
    border-radius: 6px;
    padding: 13px 24px;
    font-family: Inter, sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
}

.contact_form .form-control {
    height: 45px;
    padding: 5px 15px;
    font-size: 16px;
    font-weight: normal;
    line-height: 22px;
    color: #33475b;
    border: 1px solid #dce1e7;
    box-sizing: border-box;
    background-color: #f8fafc !important;
    box-shadow: none !important;
    border-radius: 6px;
}

.contact_form .form-label {
    color: #333333;
    font-weight: 700;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 15px;
}

.contact_form .input-group-text {
    max-width: 55px !important;
    padding-right: 0 !important;
}

.contact_form small {
    font-family: 'Nunito Sans', sans-serif;
    color: #d12320;
    font-size: 11px;
}

.contact_form .btn-primary {
    background: #d12320 !important;
    border-color: #d12320 !important;
    color: rgb(255, 255, 255);
    letter-spacing: 0.25px;
    border: 1px rgb(0, 0, 0);
    height: 48px;
    margin-left: 0px;
    padding: 10px 21px 8px;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    border-radius: 5px;
    text-transform: uppercase;
    box-shadow: 4px 6px 4px rgb(67 18 153 / 28%);
}

.card_img {
    width: 340px;
    height: 369.906px;
    margin-top: -67px;
    margin-left: 41px;
    margin-right: 0;
    padding-right: 0;
}

.bento-text-box {
    background-color: #efe8fa80;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    border-radius: 20px;
    flex-direction: column;
    padding: 44px;
    display: flex;
}

.above-title.bento {
    color: #d12320;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 800;
    text-align: left;
}

.bento-header.share {
    color: #5b5858;
    line-height: 108%;
    font-size: 50px;
    font-weight: 800;
}

.bento-text {
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
}

.bento-header.white {
    z-index: 2;
    color: #fff;
    margin-top: 0;
    position: relative;
    font-size: 35px;
    font-weight: 700;
}

.feature-image-overlay {
    z-index: 1;
    background-image: linear-gradient(360deg, #000000fc, #fff0 50%);
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0%;
    padding: 20px;
}

.bento-text-box.feature-image {
    z-index: 0;
    background-color: var(--dark-grey);
    border-style: none;
    justify-content: flex-end;
    align-items: flex-start;
    width: 100%;
    min-width: auto;
    max-width: none;
    height: 100%;
    min-height: auto;
    max-height: none;
    margin-right: auto;
    position: relative;
    overflow: hidden;
}

.background-video-4 {
    height: 100%;
    position: absolute;
    inset: 0;
    display: flex;
    justify-content: center;
}

.home-feature-section .about_content {
    max-width: 100% !important;
}

.card_box {
    height: 100%;
    position: relative;
    background: #ffb907;
    border-radius: 20px;
}

.card_box h5 {
    color: #fff;
    font-size: 35px;
    text-align: center;
    font-weight: 700;
    max-width: 300px;
}

.card_box p {
    font-size: 18px;
    font-weight: 400;
}

.card_box.card2 img {
    width: 348px;
    max-width: none;
    position: absolute;
    inset: 6% -5% 0% auto;
}

.card_box.card2 {
    align-items: flex-end;
    width: 100%;
    height: 100%;
    min-height: 300px;
    display: flex;
    position: relative;
    overflow: hidden;
    background-color: #ffb9074d !important;
    padding-bottom: 25px !important;
    padding-left: 28px !important;
}

.card_box.card1 img {
    width: 100%;
    height: 75%;
    position: absolute;
}

.card_wrap {
    grid-column-gap: 0px;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    min-height: 250px;
    padding: 44px;
    display: flex;
    position: relative;
    overflow: hidden;
    background-color: #ffb9071a;
    border-radius: 20px;
}

.card_wrap p {
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
}

.card_wrap a {
    color: #d12320;
    font-size: .938rem;
    font-weight: 700;
}

.card_wrap .img_1 {
    z-index: 1;
    width: 255px;
    min-width: auto;
    max-width: none;
    height: auto;
    margin-bottom: 0;
    padding-top: 12px;
    padding-bottom: 0;
    position: relative;
}

.card_wrap .img_2 {
    z-index: 1;
    width: 121.891px;
    height: auto;
    position: relative;
}

.card_wrap2 img {
    width: 210px;
    min-width: 75%;
    max-width: none;
    height: auto;
    margin-bottom: 0;
    position: static;
    inset: 0%;
}

.address_book1 {
    z-index: 1;
    width: 60%;
    height: auto;
    position: absolute;
    top: 24px;
}

.address_book2 {
    z-index: 2;
    width: 75%;
    position: absolute;
    inset: 249px 0% 0% 15%;
}

.div_block {
    justify-content: center;
    width: 100%;
    height: 400px;
    padding-left: 44px;
    padding-right: 44px;
    display: flex;
    position: relative;
    overflow: hidden;
}

.address_book3 {
    width: 80%;
    position: absolute;
    inset: 8% 0% 0% 125px;
}

.address_book4 {
    z-index: 2;
    border-radius: 20px;
    width: 40%;
    position: absolute;
    inset: 149px 0% 0% 23%;
    box-shadow: 0 7px 12px 9px #0000001a;
}

.management_img img {
    z-index: auto;
    width: 540.734px;
    max-width: none;
    height: 600px;
    max-height: 600px;
    position: absolute;
    inset: -14% -2% 0% auto;
}

.about_card.text-center {
    background-color: #fafafa;
    border-radius: 20px;
    flex-direction: column;
    align-items: center;
    max-width: none;
    padding: 10% 5%;
    display: flex;
}

.about_card {
    border: 1px solid rgb(229 229 229) !important;
    padding: 20px;
    border-radius: 12px;
}

.about_card h4 {
    color: #000000;
    font-size: 18px;
    font-weight: 600;
}

.about_card p {
    color: #333;
    font-size: 16px;
    line-height: 20px;
}

.banner_animation {
    z-index: 0;
    background-image: url('../images/icons/circles.svg'), linear-gradient(48deg, #e0f4ea, #fff7e2);
    background-position: 50%, 0 0;
    background-repeat: no-repeat, repeat;
    border-radius: 20px;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 553px;
    display: flex;
    position: relative;
    overflow: hidden;
}

.heading_sec h3 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 31px;
    font-weight: 700;
    line-height: 36px;
}

.heading_sec span {
    color: #d12320;
    font-size: 16px;
}

.customer-reviews {
    /* box-shadow: 0 2px 11px -3px #00000026, 0 40px 61px #7239d61a; */
    border-radius: 20px;
    flex-direction: column;
    justify-content: space-between;
    width: 250px;
    min-width: 250px;
    height: 275px;
    min-height: 275px;
    background: #fff;
    padding: 30px;
    display: flex;
    border: 1px solid #f4f4f4;
}

.review-text-wrapper img {
    margin-bottom: 20px;
    height: 19.8594px;
}

.customer-review-source {
    color: #33333380;
    font-size: 16px;
    font-weight: 700;
}

.review {
    font-size: 16px;
}

.review_bg img {
    z-index: 0;
    width: 320px;
    max-width: 320px;
    height: 100%;
    max-height: 590px;
    display: block;
    position: static;
    inset: auto 0% 0% auto;
}

.review_bg {
    inset: auto -10% -24% auto;
    z-index: 0;
    justify-content: flex-end;
    align-self: center;
    align-items: flex-end;
    width: 100%;
    max-width: 1000px;
    padding-right: 0;
    display: flex;
    position: absolute;
}

.heading_sec p {
    color: #333;
    font-size: 16px;
}

.hero_section {
    background: linear-gradient(45deg, #d12320, #FF5722);
}

.hero_section .heading_sec p {
    color: #ffffffa3;
}

.heading_sec .btn-primary {
    color: #d12320 !important;
    border-color: #fff !important;
    background-color: #fff !important;
    border-radius: 6px;
    align-self: center;
    margin-top: 20px;
    padding: 12px 35px;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    display: inline-block;
    transition: all 0.3s ease;
    font-size: 15px;
}

.heading_sec .btn-primary:hover {
    transform: scale(1.1);
}

.faq_section .accordion-item button {
    background: #fcfcfc;
    color: #1b1b1b;
    align-items: center;
    font-weight: 600;
    padding: 20px 0px;
    font-size: 16px;
    box-shadow: none !important;
    border: 1px solid #e5e8eb;
}

.faq_section .accordion-item button:not(.collapsed) {
    border-radius: 4px 4px 0px 0px !important;
    color: #d12320;
}

.faq_section .accordion-item {
    border: none;
}

.faq_section .accordion-body {
    background-color: #ffffff;
    padding: 18px;
    font-size: 16px;
    font-weight: 300;
    line-height: 32px;
    border: 1px solid #e4e4e4;
    border-top: none;
}

.faq_section .accordion-button:not(.collapsed)::after {
    content: "\f068";
    color: #d12320;
}

.faq_section .accordion-button::after {
    content: "\2b";
    background-image: none;
    transform: none !important;
    font-family: 'Font Awesome 6 Free';
    font-size: 18px;
    color: #888;
}

.faq_section .accordion-body a {
    color: #d12320;
}

.footer_section {
    background: #111111;
    color: #fff;
}

.footer_widget h3 {
    margin-bottom: 16px;
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    color: #fff;
    font-weight: 700;
}

.footer_links ul li a {
    color: #c4c4c4;
    border: 1px solid #0000;
    margin-bottom: 16px;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 400;
    display: block;
}

.footer_links ul li a:hover {
    color: #fff;
    text-decoration: underline !important;
}

.social_icon ul li a {
    font-size: 20px;
    color: #fff;
}

.social_icon ul li {
    display: inline-block;
    margin-right: 15px;
}

.copyright p {
    color: #fff;
    font-size: 14px;
}

/* login page */
.login_form {
    max-width: 28rem;
    margin: auto;
    background: #ffffff;
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
}

.forget_pass {
    color: #212121 !important;
    font-size: 14px;
    font-weight: 500;
}

/* .login_page {
    background: #ffffff;
    min-height: 100vh;
    place-content: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
} */

.login_form .header .title {
    color: #171923;
    font-size: 22px;
    font-weight: 700;
    font-family: 'Nunito Sans', sans-serif;
}

.login_form .account {
    color: #4A5568;
    font-size: 16px;
}

.login_form .account .text-primary {
    color: var(--bg-primary) !important;
}
/* .slim-label {
    font-size: 0 !important;
    background-image: url('../upload.png') !important;
    width: 122px !important;
    height: 113px;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 9999 !important;
} */
.form-label {
    font-size: 16px;
    color: #000000;
    margin-bottom: 4px;
}

.form-control {
    border: 1px solid #e2e8f0;
    border-radius: 7px;
    outline: 2px solid transparent;
    border: 1px solid #ddd !important;
    box-shadow: none !important;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    padding: 10px 10px;
    box-shadow: none !important;
}

.form-control:focus {
    outline: 2px solid var(--bg-primary);
}

.login_form .input-group .input-group-text {
    right: 8px;
    top: 8px;
    font-size: 16px;
    color: #444;
    z-index: 99;
    display: inline-block;
    width: 35px;
    overflow: hidden;
    clear: both;
    background: #ffffff;
}

.login_form .btn-primary {
    background: var(--bg-primary);
    border-color: var(--bg-primary);
    font-size: 16px;
    padding: 12px 0px;
}

.login_form .btn-primary:hover {
    background: #d12320 !important;
    border-color: #d12320 !important;
}

.login_form .divider {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    flex-direction: row;
    gap: 0.5rem;
}

.login_form .divider hr.chakra-divider {
    opacity: 1;
    border-width: 0px 0px 1px;
    border-image: initial;
    border-color: inherit;
    border-style: dashed;
    width: 100%;
    color: #e8e8e8;
}

.login_form .divider span {
    white-space: nowrap;
    font-size: 16px;
    color: #6d6b6e;
}

.login_form .footer p {
    margin: 0;
    padding-bottom: 6px;
}

.login_form .footer a {
    color: var(--bg-primary);
    font-size: 13px;
}

.login_form .agree_terms p {
    font-size: 14px;
}

.social_provider {
    border: 1px solid #f3f3f3;
    text-align: center;
    padding: 12px 10px;
    white-space: nowrap;
    background-color: #ffffff;
    transition: all 0.3s ease;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    font-weight: 600;
}

.social_provider a {
    color: #222;
}

.social_provider .social_name {
    font-size: 12px;
    color: #2D3748;
    font-weight: 700;
}


.login_page .form-check-label {
    font-size: 15px;
    vertical-align: middle;
}

.login_page .form-check .text-primary {
    color: #d12320 !important;
    font-weight: 600;
}

.login_page .form-check .text-primary:hover {
    text-decoration: underline !important;
}

.login_page .form-check-input:checked {
    background-color: #d12320;
    border-color: #d12320;
}

.login_page .form-check .form-check-input {
    margin-top: 4px;
}

@media screen and (max-width:575px) {
    .login_form {
        padding: 20px;
    }

    .login_form .header .title {
        font-size: 18px;
    }
}

/* phone dial code  */
.iti.iti--allow-dropdown.iti--show-flags.iti--inline-dropdown {
    width: 100%;
}

.iti__search-input {
    padding: 5px;
    outline: none;
    box-shadow: none;
}

/* Pricing page css */

.text-block-29 {
    font-size: 16px;
}

.btn-primary {
    color: rgb(255, 255, 255);
    background-color: #d12320 !important;
    border: 1px rgb(0, 0, 0);
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    border-radius: 6px;
    padding: 10px 12px;
}

.pricing-header-wrapper {
    border: 1px solid #f5f5f5;
    border-radius: 10px;
    background: #ffffff;
}

.pricing-plan-price sub {
    font-size: 16px;
    font-weight: 300;
    color: #000;
}

.pricing-plan-price {
    font-size: 36px;
    font-weight: 700;
    color: #1b1a1a;
}

.pricing-name {
    font-size: 18px;
    font-weight: 600;
    font-family: 'Inter', sans-serif;
    color: #212121;
}

.pricing-description {
    font-size: 15px;
    font-weight: 400;
    color: #1f1c1c;
}

.pricing-users {
    font-size: 16px;
    background: #7239d608;
    font-weight: 700;
    color: var(--bg-primary);
    padding: 6px 12px;
    border-radius: 5px;
}

.pricing-footer .btn-primary {
    color: rgb(255, 255, 255);
    background-color: var(--bg-primary) !important;
    border: 1px rgb(0, 0, 0);
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    border-radius: 6px;
    padding: 10px 12px;
}

.pricing-listed-feature {
    font-size: 15px;
    color: #111;
    font-weight: 400;
}

/* Faq  */

.faq_design .accordion-item button {
    border-left: 0px !important;
    border-right: 0px !important;
    border-bottom: 0px !important;
    border-top: 1px solid #ddd;
}

.faq_design .accordion-item button {
    background: #fff !important;
    color: #1b1b1b;
}

button.accordion-button.collapsed {
    font-weight: 600;
}

.faq_design .accordion-item button {
    background: #fff !important;
    color: #000000;
    font-size: 16px;
}

.faq_design .accordion-body {
    background: #fff !important;
    font-size: 16px;
    font-weight: 400;
    border: none;
    font-family: 'Inter';
}

.help_card h3 {
    font-size: 20px;
    color: #212121;
    font-weight: 600;
}

.help_card p {
    font-size: 16px;
    color: #222;
}

/* Help Center */
.hero {
    background-color: rgba(255, 255, 255, 1);
    padding: 320px 0 100px 0;
    margin-top: -100px;
    width: 100%;
}

/* Business card page */
.above-title {
    color: #7239d6;
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    line-height: 44px
}

.heading-92 {
    color: #191847;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 3.5rem;
    line-height: 1em;
    text-align: center;
}

.sub-heading {
    font-size: 25px;
    text-align: center;
}

.subheading---esig {
    color: #5b5858;
    text-align: center;
    font-size: 19px;
    font-weight: 400;
    line-height: 30px
}

.vbg_body-text {
    color: #333;
    font-size: 17px;
    font-weight: 400;
    line-height: 30px
}

/* sharing page */
.heading-5-0 {
    color: #333;
    text-align: left;
    white-space: normal;
    width: auto;
    margin-top: 0;
    font-size: 17px;
    font-weight: 300;
    line-height: 30px;
    display: block;
    margin-top: 31px;
}

/* About us page  */


.about-section:after {
    background-color: rgba(var(--bsb-overlay-bg-color), var(--bsb-overlay-opacity));
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
}

.about-section {
    --bsb-overlay-opacity: 0.5;
    --bsb-overlay-bg-color: var(--bs-black-rgb);
    position: relative;
    padding: 200px 0px;
}


.about-section h2 {
    font-size: 56px;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
}

.about-section p {
    font-size: 20px;
}


.cart-count.bg-primary {
    background: #7239d6 !important;
}

.add_to_cart .btn {
    font-size: 18px;
}

/* back button */
.back-btn {
    display: inline-flex;
    align-items: center;
    padding: 10px 20px;
    /* background-color: #fff; */
    color: #000;
    font-size: 16px;
    border-radius: 50px;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.back-btn i {
    margin-right: 8px;
    font-size: 18px;
}

.back-btn:hover {
    background-color: #0056b3;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    text-decoration: none;
}

.continue-btn {
    background: red;
    border-color: red;
    color: rgb(255, 255, 255) !important;
    letter-spacing: 0.25px;
    border: 1px rgb(0, 0, 0);
    height: 40px;
    margin-left: 0px;
    padding: 8px 18px 7px;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    border-radius: 9px;
    text-transform: uppercase;
}

.continue-btn:hover {
    background: #bb2124 !important;
    border-color: #bb2124 !important;
}

.card_steps {
    min-height: calc(101vh - 214px);
}

.card_steps .btn-light {
    background-color: #f9f9f9;
    padding: 0px 20px;
    color: #bb2124;
    border-color: #EEE;
}

.card_steps .card_form {
    max-width: 25rem;
    padding: 0px 10px;
    margin: auto;
}

.card_steps .card_form .header .title {
    color: #171923;
    font-size: 25px;
    font-weight: 800;
    font-family: 'Nunito Sans', sans-serif;
}

.card_steps .step {
    width: 30px;
    height: 6px;
    margin: 0 5px;
    border-radius: 50px;
    background: #d8d8d8;
    display: inline-flex;
}

.card_steps .step.active {
    width: 100px;
    background: #bb2124;
}

.iti {
    position: relative;
    display: inline-block;
    width: 100%;
}



.shop_details_tap p {
    font-size: 16px;
    line-height: 28px;
    color: #222;
    margin: 0;
}

.border-light-subtle {
    border-color: #f5f5f5 !important;
}

/* blog page */

.blog_seciton .post_date {
    font-size: 14px;
    color: #a1a1a1;
}

.blog_seciton .post_title {
    font-size: 18px;
    font-weight: 800;
    color: #000;
}

.blog_seciton .post_desc {
    font-size: 16px;
    color: #333;
}

.blog_seciton .read_more {
    font-size: 16px;
    color: var(--bg-primary);
}

.pagination_nav .page-link {
    padding: 6px 16px;
    font-size: 16px;
    color: #212121;
    border: 1px solid #EEE;
    margin: 0px 7px;
    border-radius: 8px !important;
    box-shadow: none !important;
}

.pagination_nav .active>.page-link,
.pagination_nav .page-link.active {
    background: var(--bg-primary);
    border-color: var(--bg-primary);
    color: #fff !important;
}

.blog_sidebar .categorie_list {
    max-height: 500px;
    overflow: hidden;
    overflow-y: auto;
    padding-right: 10px;
    scrollbar-width: thin;
}

.blog_sidebar .header h4 {
    font-size: 18px;
    font-weight: 700;
    color: #212121;
}

.blog_sidebar .categorie_list .cat_name {
    font-size: 16px;
    display: block;
    padding: 10px 0px;
    color: #212121;
    border-bottom: 1px solid #f8f6f6;
    transition: all 0.2s ease;
}

.blog_sidebar .cat_count {
    background: #673ab714;
    width: 30px;
    text-align: center;
    border-radius: 50px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    color: var(--bg-primary);
    font-weight: 600;
}

.blog_sidebar .categorie_list .cat_name:hover {
    color: var(--bg-primary);
}

.blog_sidebar .offcanvas-header .btn-close {
    outline: none !important;
    box-shadow: none !important;
    font-size: 12px;
}

.blog_image {
    text-align: center !important;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    height: 200px;
    overflow: hidden;
    background: #efefefd1;
    align-items: center;
    border-radius: 10px;
}

.blog-card img {
    width: auto !important;
    max-height: 200px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

.category_filter button {
    border: none;
    background: var(--bg-primary);
    padding: 8px 14px 8px 12px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    cursor: pointer;
}

.category_filter {
    border: 0;
    position: fixed;
    top: 9%;
    left: 0px;
    z-index: 9;
}

.cat_name.active {
    font-weight: bold;
    color: var(--bg-primary) !important;
    /* Or any other style */
}

.post_info span {
    font-size: 16px;
    color: #393939;
    font-weight: 500;
}

.post_content h2 {
    color: #212121;
    font-weight: 700;
}

.post_desc {
    font-size: 16px !important;
    color: #212121;
}

.slim .slim-file-hopper {
    cursor: pointer !important;
}

/* shop page */
.page-link {
    box-shadow: none !important;
    margin: 0px 11px;
    border-radius: 50px !important;
    color: #212122;
    font-weight: 600;
    width: 45px;
    height: 45px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #EEE;
}

.single_product .color_lists input[type=radio] {
    display: none;
}

.single_product .color_lists .form-check {
    padding: 0px 3px;
    position: relative;
}

.single_product .color_lists .color_1 {
    background-color: #000000;
}

.single_product .color_lists .color_2 {
    background-color: #3A59AE;
}

.single_product .color_lists .color_3 {
    background-color: #628AF8;
}

.single_product .color_lists .color_4 {
    background-color: #6DD3C7;
}

.single_product .color_lists .color_5 {
    background-color: #3BB55D;
}


.single_product .color_lists .form-check-label {
    width: 14px;
    height: 14px;
    border-radius: 50px;
    display: inline-block;
    cursor: pointer;
    position: relative;
    z-index: 2;
}

.single_product .color_lists .form-check-label:before {
    position: absolute;
    content: "";
    width: 22px;
    height: 22px;
    border: 2px solid transparent;
    border-radius: 50px;
    top: -4px;
    left: -4px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    z-index: 1;
}

.single_product .color_lists .form-check-input[type="radio"]:checked+:before {
    border-color: #000000;
}

.custom_color:before {
    content: "";
    filter: blur(4.5px);
    height: 100%;
    left: 0px;
    position: absolute;
    top: 0px;
    width: 100%;
}


.single_product .product_content .title {
    color: #1A1A1A;
    font-size: 17px;
    font-weight: 700;
    line-height: 25px;
    font-family: 'Inter', sans-serif;
}

.single_product .price {
    color: #1A1A1AB3;
    font-size: 17px;
    line-height: 25px;
}

.single_product .product_content h3 {
    margin: 0;
}

.single_product .add_to_cart {
    bottom: 15px;
    right: 12px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.single_product .add_to_cart .btn-dark {
    background: rgb(26 26 26) !important;
    border-radius: 50px !important;
    padding: 12px 24px;
    font-size: 0.9375rem;
    font-weight: 800;
    opacity: 0;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.single_product .add_to_cart .btn-dark:hover {
    opacity: 0.85 !important;
}

.single_product:hover .add_to_cart .btn-dark {
    opacity: 1;
}

.single_product:hover .add_to_cart {
    bottom: 25px;
}

.single_product .content_image .img_2 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.single_product .content_image .img_1 {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.single_product .img_2:hover {
    opacity: 1;
}

.single_product .img_1:hover {
    opacity: 0;
}

.single_product .product_tag {
    position: absolute;
    top: 7px;
    left: 13px;
}

.single_product .product_tag span {
    background: #000000;
    color: #fff;
    padding: 5px 10px;
    border-radius: 7px;
    font-size: 14px;
    font-weight: 700;
}

.product_tag .bundle {
    background: #4A9EF4 !important;
}

.product_tag .customize {
    background: linear-gradient(90deg, #1adbcf -.07%, #3dcfe2 25.46%, rgba(75, 175, 255, .929412) 54.62%, rgba(79, 75, 255, .929412) 99.93%) !important;
}


.form-control::placeholder {
    color: #EEE;
}



.blog_search .btn {
    padding: 12px 5px !important;
    height: auto !important;
}

.blog_search .btn-danger {
    padding: 10px 5px !important;
}

.section_heading .title {
    font-size: 28px;
    font-weight: 500;
    color: #010101;
    font-family: 'Inter', sans-serif;
}

.section_heading .subtitle {
    font-size: 16px;
    color: #666;
    font-weight: 400;
}



/* shop details */
.shop_sections .shop_info h3 {
    font-size: 36px;
    font-weight: 800;
    color: #191919;
}

.shop_sections .shop_info p {
    font-size: 16px;
}

.shop_sections .shop_info .star {
    color: #7239d6;
    font-size: 14px;
}

.shop_sections .shop_info .price {
    font-size: 23px;
    color: #181818;
    font-weight: 600;
}

.shop_sections .delivery_date {
    font-size: 18px;
    color: #212121;
}


.shop_sections .color_lists input[type=radio] {
    display: none;
}

.shop_sections .color_lists .form-check {
    padding: 0px 3px;
    position: relative;
}

.shop_sections .color_lists .color_1 {
    background-color: #000000;
}

.shop_sections .color_lists .color_2 {
    background-color: #3A59AE;
}

.shop_sections .color_lists .color_3 {
    background-color: #628AF8;
}

.shop_sections .color_lists .color_4 {
    background-color: #6DD3C7;
}

.shop_sections .color_lists .color_5 {
    background-color: #3BB55D;
}


.shop_sections .color_lists .form-check-label {
    width: 25px;
    height: 25px;
    border-radius: 50px;
    display: inline-block;
    cursor: pointer;
    position: relative;
    z-index: 2;
}

.shop_sections .color_lists .form-check-label:before {
    position: absolute;
    content: "";
    width: 33px;
    height: 33px;
    border: 2px solid transparent;
    border-radius: 50px;
    top: -4px;
    left: -4px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    z-index: 1;
}

.shop_sections .color_lists .form-check-input[type="radio"]:checked+:before {
    border-color: #000000;
}

.shop_sections .shop_info .color h6,
.quantity h6 {
    font-size: 18px;
    color: #383535;
}

.shop_sections .nav-link {
    padding: 14px 10px;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Inter', sans-serif;
    color: #212121;
    background: transparent;
    border-right: 1px solid #e0e0e0;
    border-radius: 0;
    position: relative;
    z-index: 4;
}

.shop_sections .nav-item:last-child .nav-link::before {
    display: none;
}

.shop_sections .nav-pills .nav-link.active,
.shop_sections .nav-pills .show>.nav-link {
    color: var(--bg-primary);
    background: transparent !important;
}

.shop_sections .nav-pills {
    border: 1px solid #f2f2f2;
    padding: 0px 10px;
    border-radius: 5px;
    /* max-width: 850px; */
}

.shop_sections .qty_items input {
    border: none;
    text-align: center;
    outline: none !important;
    font-size: 16px;
}

.qty_items {
    max-width: 180px;
    text-align: center;
    border: 1px solid #f2f2f2 !important;
    padding: 11px 13px;
}

.qty_items .qty_btn {
    text-align: center;
    cursor: pointer;
    background: #fafafa;
    padding: 5px;
    border-radius: 50px;
}

.qty_items input[type="number"]::-webkit-outer-spin-button,
.qty_items input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.qty_items input[type="number"] {
    -moz-appearance: textfield;
    text-align: center;
}

.how_it_work {
    background: #fdfdfd;
}

.step_num {
    font-size: 45px;
    font-weight: 500;
    font-family: 'Inter', sans-serif;
}

.step_info {
    font-size: 16px;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 400;
    color: #222;
}



.shop_gallery .swiper {
    width: 100%;
    height: 100%;
}

.shop_gallery .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.shop_gallery .swiperThumbs img {
    width: 100px;
    height: 100px;
    cursor: pointer;
}

.shop_gallery .swiper {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}

.shop_gallery .swiper-slide {
    background-size: cover;
    background-position: center;
}

.shop_gallery .swiperGallery {
    height: 80%;
    width: 100%;
}

.shop_gallery .swiperThumbs {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}

.shop_gallery .swiperThumbs .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
}

.shop_gallery .swiperThumbs .swiper-slide-thumb-active {
    opacity: 1;
}

.shop_gallery .swiper-prev,
.shop_gallery .swiper-next {
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 5;
    border: 1px solid #EEE;
    background-color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 50px;
    padding: 4px;
    margin: auto;
}

.shop_gallery .swiper-next {
    right: 0;
}

.shop_gallery .swiper-prev {
    left: 0;
}

.pricing_toggle span {
    font-size: 17px;
    font-weight: 600;
}

.pricing_toggle .form-check-input {
    display: none;
}

.pricing_toggle .form-check-label {
    border: 1px solid #dddddd;
    width: 58px;
    height: 30px;
    border-radius: 50px;
    background: #f7f7f7;
    position: relative;
    cursor: pointer;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    margin-top: 7px;
}

.pricing_toggle .form-check-label:before {
    position: absolute;
    content: "";
    top: 2px;
    left: 2px;
    width: 24px;
    height: 24px;
    border-radius: 100px;
    background: #cccccc;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}

.pricing_toggle .form-check-input:checked~label {
    background: var(--bg-primary);
}

.pricing_toggle .form-check-input:checked~label:before {
    background: #fff;
    transform: translateX(28px);
    transition: all 0.4s ease;
    -webkit-transform: translateX(28px);
    -ms-transform: translateX(28px);
    -moz-transform: translateX(28px);
}


.monthlyPkg {
    display: none;
}

.pricing_toggle .form-check-input:checked~.yearlyPkg {
    display: none;
}

.pricing_toggle .form-check-input:checked~.monthlyPkg {
    display: none;
}
