@charset "UTF-8";
@import url("/Fonts/font-style.css");

*,
*::before,
*::after {
    box-sizing: border-box;
}

* {
    box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
    :root {
        scroll-behavior: smooth;
    }
}

body {
    padding-top: 75px;
}

hr {
    margin: 1rem 0;
    color: inherit;
    border: 0;
    border-top: 1px solid;
    opacity: 0.25;
}

h6,
h5,
h4,
h3,
h2,
h1 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
}

h1 {
    font-size: 30px;
    color: var(--bs-font-color);
    font-weight: var(--bs-font-weight-sm);
    margin-bottom: 10px;
}

h2 {
    /*    font-size: 28px;*/
    /*    font-size: clamp(1.375rem, calc(7vw + 1rem), 1.8rem);*/
    font-size: clamp(1.375rem, 0.434rem + 1.518vw, 1.8rem);
    font-family: var(--Lucida-Sans);
    color: var(--PrimaryColor);
    font-weight: 600;
}

h3 {
    font-size: 20px;
    font-family: var(--Lucida-Sans);
    line-height: normal;
    font-weight: 600;
    margin-bottom: 10px;
}

p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 20px;
}

ol,
ul {
    padding-left: 2rem;
}

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem;
}

    ol ol,
    ul ul,
    ol ul,
    ul ol {
        margin-bottom: 0;
    }

b,
strong {
    font-weight: bolder;
}

small,
.small {
    font-size: 0.875em;
}

a {
    color: var(--bs-link-color);
    text-decoration: none;
    transition: 0.5s;
}

    a:hover {
        color: var(--bs-link-hover-color);
    }

img,
svg {
    vertical-align: middle;
}

input,
button,
select,
optgroup,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button,
select {
    text-transform: none;
}

[role="button"] {
    cursor: pointer;
}

select {
    word-wrap: normal;
}

    select:disabled {
        opacity: 1;
    }

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

textarea {
    resize: none;
}

.sec-pad {
    padding: 70px 0;
}

.sec-pad-bottom-small {
    padding: 70px 0 40px;
}

.sec-pad-bottom-0 {
    padding: 30px 0 0 0px;
}

.sec-pad-top-0 {
    padding: 0px 0 70px 0px;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.text-secondary-color {
    color: var(--PrimaryColor) !important
}

.font-normal {
    font-weight: 400 !important
}

.m-0 {
    margin: 0 !important;
}

.float-r {
    float: right;
}

.column-count-two {
    column-count: 2;
}

.submit-btn {
    font-family: var(--Default-font);
    font-weight: 600;
    font-size: 16px;
    padding: 6px 15px;
    border-radius: var(--IN-Radius);
    color: var(--White);
    background-color: var(--PrimaryColor);
    display: inline-block;
    border: transparent 2px solid;
    outline: 0;
    letter-spacing: 1px;
    min-width: 115px;
}

    .submit-btn.invars {
        background-color: var(--GrayMid);
        font-weight: 700;
        color: var(--GrayMid-dark-one);
    }

    .submit-btn.full {
        width: 100%;
    }

    .submit-btn:hover,
    .button-solid:hover {
        color: var(--White);
        background-color: var(--SecondaryColor);
        border: var(--SecondaryColor) 2px solid;
    }

    .submit-btn:disabled {
        opacity: 0.5;
        pointer-events: none;
        background-color: var(--GrayMid);
        border-color: var(--GrayMid);
        color: var( --DarkGreyfour);
    }

.button-solid {
    font-family: var(--Default-font);
    font-weight: 400;
    font-size: 13px;
    padding: 8px 20px;
    border-radius: var(--IN-Radius);
    color: var(--White);
    background-color: var(--PrimaryColor);
    display: inline-block;
    outline: 0;
    letter-spacing: 1px;
    margin: 0 5px;
    border: transparent 2px solid;
}

.button-solid-white {
    font-family: var(--Default-font);
    font-weight: 600;
    font-size: 12px;
    padding: 12px 15px;
    border-radius: var(--IN-Radius);
    color: var(--PrimaryColor-dark);
    background-color: var(--White);
    display: inline-block;
    outline: 0;
    letter-spacing: 1px;
}

    .button-solid-white:hover {
        background-color: var(--SecondaryColor);
        color: var(--White);
    }

.button-borderd {
    font-family: var(--Default-font);
    font-weight: 400;
    font-size: 13px;
    padding: 8px 20px;
    border-radius: var(--IN-Radius);
    color: var(--PrimaryColor);
    background-color: transparent;
    display: inline-block;
    border: var(--PrimaryColor) 1px solid;
    outline: 0;
    letter-spacing: 1px;
    margin: 0 5px;
}

    .button-borderd:hover {
        background-color: var(--PrimaryColor);
        color: var(--White);
    }

.btn-icon-borderd {
    font-family: var(--Default-font);
    font-weight: 400;
    font-size: 14px;
    padding: 4px 8px;
    border: var(--PrimaryColor) 1px solid;
    border-radius: var(--IN-Radius);
    color: var(--PrimaryColor);
    display: inline-block;
    margin: 0 2px;
}

    .btn-icon-borderd img {
        margin-right: 2px;
        max-height: 19px;
        max-width: 16px;
    }

    .btn-icon-borderd:hover {
        background-color: var(--PrimaryColor);
        color: var(--White);
    }

        .btn-icon-borderd:hover img {
            filter: brightness(0) invert(1);
        }

.big-btn-border {
    font-family: var(--Default-font);
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    border: #c4c4c4 2px solid;
    background-color: #fffefa;
    padding: 11px 8px;
    border-radius: 5px;
    width: 100%;
    max-width: 100%;
    display: flex;
    position: relative;
    gap: 8px;
    align-items: center
}

    .big-btn-border .icon-wrapper {
        width: 16px;
        flex-shrink: 0
    }

    .big-btn-border .title-wrapper {
        flex-grow: 1;
        text-align: left
    }

    .big-btn-border.full-l {
        width: 100%;
        max-width: 100%;
        display: block;
        text-align: center;
    }

.button-section-box .prev-arrow,
.button-section-box .next-arrow {
    width: 15px;
    height: 61px;
    color: var(--White);
    font-size: 14px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}

.button-section-box .prev-arrow {
    background: url("/images/arrow-left-black.svg") no-repeat center center
}

.button-section-box .next-arrow {
    background: url("/images/arrow-right-black.svg") no-repeat center center
}

.button-section-box .prev-arrow {
    border-radius: 5px 0 0 5px;
    border: 0;
}

.button-section-box .next-arrow {
    border-radius: 0px 5px 5px 0px;
    border: 0;
}

.button-section-box button {
    height: 60px;
    margin-top: 10px;
    display: flex !important;
    position: relative;
    color:var(--Black);
}

    .button-section-box button .sub-product {
        position: absolute;
        /*        left: 50%;*/
        top: 70px;
        background: var(--White);
        padding: 10px;
        z-index: 2;
        width: 268px;
        /*        transform: translateX(-50%);*/
        display: none;
        box-shadow: 0 0 16px #923E3A33;
        border-radius: 10px;
        box-shadow: 0 10px 10px rgba(0,0,0,0.2)
    }

    .button-section-box button:nth-child(1) .sub-product {
        left: 0
    }

    .button-section-box button:nth-child(2) .sub-product {
        left: 50%;
        transform: translateX(-50%);
    }

    .button-section-box button:nth-child(3) .sub-product {
        right: 0
    }

    .button-section-box button:hover .sub-product {
        display: block;
    }

    /*    .button-section-box button .sub-product::before {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid var(--PrimaryColor);
        position: absolute;
      
        top: -10px;
    }*/

    .button-section-box button:nth-child(1) .sub-product::before {
        left: 35px
    }

    .button-section-box button:nth-child(2) .sub-product::before {
        left: 50%;
        transform: translateX(-50%);
    }

    .button-section-box button:nth-child(3) .sub-product::before {
        right: 35px
    }

    .button-section-box button .sub-product::after {
        content: "";
        display: block;
        position: absolute;
        height: 15px;
        width: 100%;
        top: -15px;
        left: 0;
    }



    .button-section-box button .sub-product ul {
        padding: 0;
        margin: 0;
        list-style: none;
        display: flex;
        flex-wrap: wrap;
        gap: 7px;
    }

        .button-section-box button .sub-product ul li a {
            display: block;
            border: 1px solid var(--PrimaryColor);
            padding: 8px;
            border-radius: 5px;
            background: var(--White);
        }

            .button-section-box button .sub-product ul li a:hover {
                border: 1px solid var(--SecondaryColor);
                background: var(--SecondaryColor);
            }

.button-section-box .slick-slide div {
    margin: 0 5px;
}

.input-box label {
    pointer-events: none;
}

.button-section-box .slick-list {
    min-height: auto !important;
}

.login-outer {
    /*  padding: 50px 0;*/
    padding: 30px 0;
}

.dashboard-background {
    padding: 0 0 30px 0;
    background-image: url("/images/dashboard-background.webp");
    background-repeat: no-repeat;
    background-size: cover;
}

.loging-wrapper {
    background: var(--White);
    padding-left: min(4vw, 32px);
    padding-right: min(4vw, 32px);
    padding-top: min(5vw, 32px);
    padding-bottom: min(5vw, 32px);
    margin: 0 auto;
    width: 90%;
    max-width: 600px;
    border-radius: 16px;
    box-shadow: 0 0 16px rgba(0,0,0,0.12)
}

    .loging-wrapper.personal-details {
        max-width: 925px;
    }

    .loging-wrapper.full-width {
        max-width: none;
        width: 100%;
    }

.login-wrap .big-btn-border img {
    position: relative;
    margin-left: -30px;
}

.login-info {
    font-size: 12px
}

.big-btn-border:hover,
.big-btn-border.active {
    border: var(--PrimaryColor) 2px solid;
    background-color: #f9edd8;
}

.big-btn-border img.tick {
    display: none;
}

.big-btn-border.active img.tick {
    display: block;
    position: absolute;
    top: -6px;
    right: -6px;
    width: 15px;
    height: 15px;
}

ul.list-content {
    padding: 0;
    margin: 0;
    list-style: none;
}

    ul.list-content li {
        font-size: 14px;
        line-height: 18px;
        color: var(--Black);
        font-weight: 400;
        padding: 0 0 40px 40px;
        margin: 0;
        list-style: none;
        text-align: left;
        position: relative;
    }

        ul.list-content li:last-child {
            padding-bottom: 0;
        }

        ul.list-content li::before {
            position: absolute;
            left: 5px;
            top: 0;
            content: "";
            display: block;
            width: 20px;
            height: 20px;
            background-image: url(../../images/tic-icon.png);
            background-size: cover;
        }
        ul.round-bullet {
        padding:0;
        margin:0;
        list-style:none;
        }
            ul.round-bullet li {
            position:relative;
            padding:0 0  5px 20px;
            }
                ul.round-bullet li::before {
                    content:"";
                    position: absolute;
                    left: 0;
                    top: 8px;
                    height: 8px;
                    width: 8px;
                    border-radius: 50%;
                    background: var(--PrimaryColor);
                }

                .yellow-bg {
                    background-color: var(--lite-yellow-shade);
                }

.spacer {
    padding: 44px;
}

/*----Radio Style CSS------*/

[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

    [type="radio"]:checked + label,
    [type="radio"]:not(:checked) + label {
        position: relative;
        padding-left: 28px;
        cursor: pointer;
        line-height: 20px;
        display: inline-block;
        color: #666;
    }

        [type="radio"]:checked + label:before,
        [type="radio"]:not(:checked) + label:before {
            content: "";
            position: absolute;
            left: 0;
            top: 0;
            width: 18px;
            height: 18px;
            border: 2px solid var(--dark-yellow);
            border-radius: 100%;
            background: #fff;
        }

        [type="radio"]:checked + label:after,
        [type="radio"]:not(:checked) + label:after {
            content: "";
            width: 8px;
            height: 8px;
            background: var(--PrimaryColor);
            position: absolute;
            top: 5px;
            left: 5px;
            border-radius: 100%;
            -webkit-transition: all 0.2s ease;
            transition: all 0.2s ease;
        }

        [type="radio"]:not(:checked) + label:after {
            opacity: 0;
            -webkit-transform: scale(0);
            transform: scale(0);
        }

        [type="radio"]:checked + label:after {
            opacity: 1;
            -webkit-transform: scale(1);
            transform: scale(1);
        }

input[type="checkbox"] {
    accent-color: #832625;
    width: 16px;
    height: 16px;
    flex-shrink: 0
}

/*----Radio Style CSS------*/

/*----header CSS------*/
.site-wrapper {
    overflow: hidden;
}

.header-section {
    background-color: var(--PrimaryColor);
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
}

    .header-section::after {
        content: "";
        display: block;
        height: 20px;
        width: 100%;
        background: var(--White);
        position: absolute;
        left: 0;
        bottom: -12px;
    }

    .header-section.inner {
        padding-bottom: 0;
    }

        .header-section.inner .top-nav {
            margin-top: 30px;
        }

.header-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
}

.site-logo {
    max-width: 130px;
    display: block;
}

    .site-logo img {
        max-width: 100%;
    }

.header-left {
    padding: 20px 0 0 0;
    position: relative;
    background: var(--White);
    height: 65px;
    width: 200px;
}

    .header-left::after {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 100%;
        height: 65px;
        width: 74px;
        background: url("/images/nav-curve.svg") no-repeat 0 0;
        background-size: 80px;
    }

    .header-left::before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        right: 100%;
        height: 65px;
        width: 1200px;
        background: var(--White);
    }

.header-right {
    padding: 20px 0 0 0;
    position: relative;
    background: var(--White);
    height: 65px;
    width: 200px;
    text-align: right;
}

    .header-right::before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        height: 65px;
        width: 74px;
        right: calc(100% - 1px);
        background: url("/images/nav-curve.svg") no-repeat 0 0;
        background-size: 80px;
        transform: scaleX(-1);
    }

    .header-right::after {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 100%;
        height: 65px;
        width: 1200px;
        background: var(--White);
    }



.main-nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
}

.main-nav > ul > li {
    padding: 16px 15px;
    display: block;
}

.main-nav ul > li > a {
    font-family: var(--Lucida-Sans);
    font-weight: normal;
    font-size: 14px;
    color: var(--White);
    position: relative
}

.main-nav > ul > li:hover > a {
    color: var(--SecondaryColor);
}





.main-nav ul > li:has(ul) > a::after {
    content: "";
    display: inline-block;
    height: 7px;
    width: 10px;
    background: url("/images/nav-arrow.svg") no-repeat center center;
    vertical-align: middle;
    margin-left: 5px;
}


.main-nav ul li {
    position: relative;
}

.main-nav ul li {
    position: relative;
    z-index: 2;
}

.main-nav > ul > li:has(ul)::after {
    content: '';
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid var(--White);
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    display: none
}

.main-nav > ul > li:has(ul):hover::after {
    display: block;
}

.main-nav ul li:hover ul {
    display: block;
}

.main-nav ul li ul {
    display: none;
    position: absolute;
    left: 50%;
    top: 100%;
    width: 240px;
    background-color: var(--White);
    border-radius: 8px;
    box-shadow: 0 0 16px rgba(0,0,0,0.3);
    overflow: hidden;
    padding: 10px;
    transform: translateX(-50%);
}

.main-nav > ul > li > ul > li {
    display: block;
    padding: 0 !important;
}

    .main-nav > ul > li > ul > li > a {
        display: block;
        padding: 8px 10px;
        color: var( --PrimaryColor);
        border-top: 1px solid rgba(0,0,0,0.1);
        border-radius: 4px;
    }

.main-nav ul li ul li a:hover {
    background-color: var( --PrimaryColor);
    color: var(--White);
}

.header-search {
    margin: 0 10px;
}

    .header-search img {
        max-width: 25px;
    }

.headerlink {
    font-family: var(--Lucida-Sans);
    font-size: 14px;
    font-weight: normal;
    color: #000;
    display: inline-block;
    margin: 0 10px;
}

.brand-logo-top {
    display: inline-block;
    margin-left: 10px;
}

/*----hero-section------*/

.hero-section {
    background-image: url(../../images/hero-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px 0;
    min-height: 380px;
}



.hero-section-left {
    border-radius: 10px;
    /*    box-shadow: #923e3a40 0px 3px 14px;*/
    overflow: hidden;
}

.hero-section-right {
    padding: 15px 25px 25px 25px;
    background-color: #fffefb;
    min-height: 315px;
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 0 16px #923E3A33;
    position: relative;
}

.hero-caption h2 {
    font-family: var(--Lucida-Sans);
    font-weight: 600;
    /*    font-size: 32px;*/
    /*    line-height: 34px;*/
    color: var(--White);
}

.hero-caption span {
    font-family: var(--Lucida-Sans);
    /* /font-weight: 600;*/
    /*    font-size: 64px;  */
    font-size: clamp(1.2rem, -3.036rem + 6.929vw, 1.5rem);
    line-height: normal;
    color: var( --SecondaryColor);
    display: block;
}

.hero-caption small {
    font-family: var(--Lucida-Sans);
    font-weight: 500;
    font-size: 18px;
    color: #fff;
    display: block;
}

.hero-caption {
    position: absolute;
    left: 8%;
    top: 50%;
    transform: translateY(-50%);
    width: 60%;
    /* max-width: 300px;*/
}

.hero-img {
    width: 100%;
    height: auto;
    object-fit: cover;
    aspect-ratio: 19/6.8;
    border-radius: 10px;
}




.slide-1 {
    position: relative;
}


.three-col-slider-inner,
.three-col-slider-inner-two {
    display: block;
    width: 100% !important;
    min-width: 1000px;
}

    .hero-slide .slick-dots,
    .three-col-slider .slick-dots,
    .three-col-slider-inner .slick-dots,
    .three-col-slider-inner-two .slick-dots,
    .review-slide .slick-dots, .dashboard-slider .slick-dots {
        position: absolute;
        left: 0px;
        bottom: 42px;
        width: 100%;
        list-style: none;
        padding: 0 0 0 84px;
        margin: 0;
    }

.review-slide .slick-dots {
    padding: 0;
    bottom: -35px;
}

    .hero-slide .slick-dots li button,
    .three-col-slider .slick-dots li button,
    .three-col-slider-inner .slick-dots li button,
    .three-col-slider-inner-two .slick-dots li button,
    .review-slide .slick-dots li button, .dashboard-slider .slick-dots li button {
        background: transparent;
        border: 0;
        outline: 0;
    }

    .hero-slide .slick-dots li.slick-active,
    .three-col-slider .slick-dots li.slick-active,
    .review-slide .slick-dots li.slick-active,
    .dashboard-slider .slick-dots li.slick-active {
        background-color: var(--SecondaryColor);
    }

    .hero-slide .slick-dots li,
    .three-col-slider .slick-dots li,
    .review-slide .slick-dots li,
    .dashboard-slider .slick-dots li {
        font-size: 0px;
        width: 7px;
        height: 6px;
        display: block;
        border-radius: 100%;
        border: 0;
        outline: 0;
        margin: 0 7px 0 0;
        background-color: var(--DarkGreyEight);
        overflow: hidden;
        float: left;
    }

.button-section-box {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.select-box {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    background-color: #ebebeb;
    margin-top: 3px;
}

    .select-box input[type="text"] {
        font-family: var(--Default-font);
        background-color: transparent;
        border: 0;
        outline: 0;
        font-size: 14px;
        font-weight: 400;
        padding: 12px 15px;
        width: 100%;
    }

.select-box-drop {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 45px;
    width: 110px;
    padding: 5px 0px 5px;
    background-color: #f9edd8 !important;
    border-radius: 0 5px 5px 0px;
}

    .select-box-drop .dropdown-item.active,
    .select-box-drop .dropdown-item:active:hover,
    .select-box-drop .dropdown-item:focus,
    .select-box-drop .dropdown-item:hover {
        color: #fff;
        text-decoration: none;
        background-color: var(--PrimaryColor-dark) !important;
        border-radius: 0;
    }

    .select-box-drop .inner.show {
         /* overflow: hidden;*/
    }

    .select-box-drop.yellowBg .dropdown-menu.show {
        /*width: 110px;*/
        background-color: #f9edd8 !important;
        border-radius: 0 0px 5px 5px;
       /*overflow: auto !important;
        max-height: 300px !important;*/
    }

.dropdown.bootstrap-select button {
    border: 0;
    outline: 0;
}

.select-box-drop img {
    width: 100%;
}

.price-subtotal {
    text-align: right;
    font-size: 14px;
    color: var(--GrayMid-Two);
    display: block;
    padding: 8px 0 5px 0;
}

    .price-subtotal span {
        font-weight: 600;
        color: var(--Med-gary);
    }

.hero-button-group-box {
    display: flex;
}

.youpaylabl {
    display: block;
    padding: 8px 0;
    font-size: 14px
}

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    overflow: hidden;
    font-size: 14px;
    font-weight: 600;
}

.left-hero-box {
    font-family: var(--Default-font);
    font-size: 16px;
    color: #222222;
    max-width: 250px;
}

    .left-hero-box span {
        font-weight: 600;
    }

.discount-box {
    background-color: #fedaad;
    font-size: 12px;
    font-weight: 400;
    color: var(--PrimaryColor);
    padding: 2px 8px;
    display: inline-block;
    border-radius: 5px;
}

.price-tag-box {
    display: block;
    line-height: 14px;
    padding: 0 0 5px 0;
}

.hero-two-col-box {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 5px 0 0 0;
}

.left-hero-box,
.right-hero-box {
    width: 50%;
}

.right-hero-box {
    display: flex;
    justify-content: right;
}

.note {
    font-family: var(--Default-font);
    font-size: 10px;
    font-weight: 400;
    color: var(--GrayMid-Two);
    display: block;
    padding: 0 5px 0 5px;
    text-align: center;
}

    .note span {
        color: var(--GrayMid-Three);
    }

/*----TOP-CTA-section------*/

.top-cta-section {
    background-color: var(--Parpel);
    min-height: 70px;
}

    .top-cta-section .scroll-slide {
        width: 100%;
        margin: 0px;
        list-style: none;
        display: flex;
        align-items: center;
        min-height: 70px;
        position: relative;
    }

        .top-cta-section .scroll-slide .slick-prev {
            position: absolute;
            left: 0;
            top: 28px;
            width: 24px;
            height: 18px;
            font-size: 0px;
            background-image: url(../../images/arrow-left-black.svg);
            background-repeat: no-repeat;
            background-position: center center;
            border: 0;
            background-color: transparent;
        }

        .top-cta-section .scroll-slide .slick-next {
            position: absolute;
            right: 0;
            top: 28px;
            width: 24px;
            height: 18px;
            font-size: 0px;
            background-image: url(../../images/arrow-right-black.svg);
            background-repeat: no-repeat;
            background-position: center center;
            border: 0;
            background-color: transparent;
        }

        .top-cta-section .scroll-slide .rate-slider-item {
            font-size: 16px;
            font-weight: 400;
            margin: 0 4px;
            color: var(--Med-gary);
            text-align: center;
        }

            .top-cta-section .scroll-slide .rate-slider-item span {
                color: var(--GrayMid-Three);
                font-weight: 600;
                padding: 0 0 0 5px;
            }

.btn-grp-box {
    display: flex;
    align-items: center;
    justify-content: right;
    min-height: 70px;
}

.btn-outline-primary {
    border-color: var(--PrimaryColor);
    color: var(--PrimaryColor);
    margin-top: 10px;
}

    .btn-outline-primary:hover {
        background: var(--PrimaryColor);
        border-color: var(--PrimaryColor);
    }

.btn-sm {
    font-size: 12px
}
/*----introduction------*/
.introduction {
    background-color: var(--White);
    color: var(--Med-gary);
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 1130px;
    margin: 0 auto;
}

.more-btn {
    color: var(--PrimaryColor);
    font-size: 13px;
    font-weight: 400;
    text-decoration: underline;
}

.down-click {
    color: var(--PrimaryColor);
    font-size: 13px;
    font-weight: 400;
}

    .down-click img {
        margin-left: 5px;
    }

/*----card-group------*/

.card-group {
    background-color: var(--Light-gray);
    border-radius: 10px;
}

.card-box {
    background-image: url(../../images/card-bg.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-color: var(--PrimaryColor);
    padding: 30px 74px;
    width: calc(100% - 30px);
    min-height: 200px;
    text-align: left;
    border-radius: 10px;
    margin: 20px 15px;
}

    .card-box h3 {
        color: var(--White);
        line-height: 24px;
        margin: 0 0 5px 0;
        text-transform: capitalize;
    }

    .card-box span {
        font-family: "Inter", sans-serif;
        font-size: 14px;
        line-height: 18px;
        color: var(--light-yellow);
        display: block;
        margin: 0 0 15px 0;
    }

.card-wrap {
    max-width: 1100px;
    padding: 0 15px;
    margin: 0 auto;
}

.four-step-wrap {
    padding-top: 20px;
}

.card-wrap p {
    color: var(--Med-gary)
}

.four-step-box {
    color: var(--Med-gary);
    max-width: 250px;
    margin: 0 auto;
    text-align: left;
    position: relative;
}

.four-step-wrap > div {
    position: relative;
}

    .four-step-wrap > div::after {
        content: "";
        width: 71px;
        height: 7px;
        display: block;
        background-image: url(../../images/arrow-line.png);
        background-repeat: no-repeat;
        position: absolute;
        left: calc(100% - 40px);
        top: 31%;
    }

.four-step-wrap .col-xl-3:last-child::after {
    display: none;
}

.four-step-box .step-heading {
    display: flex;
    align-items: end;
    padding: 0 0 15px 0;
    max-width: 170px;
}

    .four-step-box .step-heading span {
        font-size: 64px;
        line-height: 50px;
        font-weight: 600;
        color: var(--dark-yellow);
        display: block;
        margin-right: 5px;
    }

    .four-step-box .step-heading h4 {
        font-size: 20px;
        line-height: 20px;
        font-weight: 600;
        color: var(--Black);
        margin: 0;
        text-transform: capitalize;
    }

.testimonial-wrap {
    display: flex;
    justify-content: center;
}

    .testimonial-wrap h3 {
        font-size: 28px;
        font-weight: var(--Lucida-Sans);
        font-weight: 600;
    }

.testimonial-wrap-left {
    background-color: var(--light-yellow-shade);
    width: 50%;
    padding: 80px;
    display: flex;
    justify-content: right;
    flex-shrink: 0;
}

    .testimonial-wrap-left h2 {
        color: var(--PrimaryColor);
        margin: 0 0 50px 0;
    }

.testimonial-wrap-inner {
    max-width: 576px;
}

.testimonial-wrap-inner-right {
    /*    display: flex;
    flex-wrap: wrap;
    justify-content: left;*/
}

.testimonial-wrap-right h2 {
    color: var(--White);
}

.testimonial-wrap-right {
    background-image: url(../../images/profile-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 50%;
    padding: 80px;
    overflow: hidden;
    flex-grow: 1;
}

.testimonial-content h3 {
    font-size: 20px;
    font-family: var(--Lucida-Sans);
    font-weight: 600;
    color: #000;
    margin: 0 0 0px 0;
}

.testimonial-content p {
    color: #000;
    margin: 0;
}

.testimonial-row {
    padding: 0 0 30px 0;
    display: flex;
    width: 100%;
}

    .testimonial-row:last-child {
        padding-bottom: 0px;
    }

    .testimonial-row img {
        margin-right: 15px;
        width: 100%;
        max-width: 77px;
        height: 77px;
    }

.review-slide {
    position: relative;
}

.profile-box {
    position: relative;
    margin-top: 50px;
    max-width: 596px;
    display: flex;
}

    .profile-box img {
        border-radius: 10px;
        /*        height: 385px;*/
        width: 100%;
        height: auto;
        flex-shrink: 0;
        max-width: 263px;
    }

.profile-box-content {
    background-color: var(--White);
    font-size: 18px;
    font-weight: 400;
    color: #141414;
    padding: min(5vw, 50px);
    border-radius: 10px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-left: -30px;
}

    .profile-box-content p {
        font-size: 18px;
    }

    .profile-box-content strong {
        font-family: var(--Lucida-Sans);
        font-size: 18px;
        font-weight: 400;
        color: #141414;
    }

        .profile-box-content strong span {
            color: #fca439;
            font-size: 16px
        }

.object-section .object-box {
    width: 630px;
    height: 310px;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}


    .object-section .object-box .play-btn {
        width: 96px;
        position: absolute;
        left: auto;
        top: auto;
    }

.object-section .object-content {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
}

.object-intro {
    padding: 0 0 30px 0;
}

.tag-group-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 30px;
}

.tag-gray {
    background-color: var(--Parpel);
    border: var(--Light-gray-two) 2px solid;
    font-size: 16px;
    color: var(--Black);
    border-radius: 5px;
    margin: 10px 5px;
    padding: 20px 15px;
    display: inline-block;
    min-width: 150px;
}

.tag-group-box-color {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background-image: url(../../images/card-bg.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-color: var(--Rad);
    padding: 30px 0;
    width: 100%;
    min-height: 230px;
    border-radius: 10px;
    margin-top: 38px;
}

.tag-group-box .button-solid-white {
    color: var(--Black);
}

    .tag-group-box .button-solid-white:hover {
        background-color: transparent;
        color: var(--White);
    }

.tag-group-box-color-intro h2 {
    font-family: var(--Lucida-Sans);
    color: var(--White);
    font-weight: 600;
    font-size: 28px;
}

.tag-group-box-color .button-solid-white {
    font-family: var(--Default-font);
    font-size: 14px;
    font-weight: 600;
    border: var(--White) 2px solid;
}

    .tag-group-box-color .button-solid-white:hover {
        border: var(--White) 2px solid;
    }

.support-info {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1150px;
    margin: 0 auto;
    justify-content: space-between;
    padding: 30px 15px 0 15px;
}

    .support-info.inner-page {
        max-width: none;
        padding-left: 0;
        padding-right: 0;
    }

    .support-info p {
        margin-bottom: 0px;
        letter-spacing: 0.5px;
        color: var(--Black);
    }

    .support-info span {
        font-family: var(--Lucida-Sans);
        font-weight: 600;
        font-size: 50px;
        line-height: 56px;
        color: var(--Black);
        display: block;
        margin: 0 0 10px 0;
    }

    .support-info.info-box .box-col {
        text-align: left;
        max-width: 16%;
        margin-bottom: 0;
    }

    .support-info .box-col {
        margin-bottom: 25px;
    }

    .support-info.info-box p {
        font-family: var(--Lucida-Sans);
    }

    .support-info.info-box .box-col:last-child {
        max-width: 17%;
    }

.box-col img {
    margin-bottom: 20px;
}

.three-col-gray-block {
    background-color: var(--Light-gray);
}

.top-tab-nav {
    border-bottom: var(--GrayMid-Two) 1px solid;
    max-width: 523px;
    margin: 0 auto;
}

.blog-section .top-tab-nav button {
    font-family: var(--Lucida-Sans);
    color: var(--DarkGreyTwo);
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    padding: 10px 20px;
    position: relative;
    bottom: -1px;
    border: none;
    border-bottom: transparent 2px solid;
}

    .blog-section .top-tab-nav button.active,
    .blog-section .top-tab-nav button:hover {
        color: var(--PrimaryColor);
        border-bottom: var(--PrimaryColor) 2px solid !important;
        background-color: transparent !important;
        border-left: 0;
        border-right: 0;
        border-top: 0;
        bottom: -1px;
    }

.three-col-tab {
    padding: 30px 0 0 0;
    overflow: hidden;
}

    .three-col-tab .container {
        max-width: 1200px;
    }

.tab-content .accordion-body,
.tab-content .accordion-item {
    padding: 0 !important;
    border: 0 !important;
    background-color: transparent !important;
}

.three-col-slider {
    padding-bottom: 60px;
    /*    margin:0 -15px;*/
}

    .three-col-slider .slick-dots {
        display: flex;
        align-items: center;
        justify-content: center;
        bottom: 2px;
        padding: 0;
    }

.box-one {
    padding: 0 15px;
}

    .box-one img {
        margin-bottom: 20px;
        border-radius: 10px;
        display: block;
        height: auto;
        width: 100%;
    }

    .box-one h4 {
        font-family: var(--Lucida-Sans);
        font-size: 16px;
        font-weight: 600;
        margin: 0 0 8px 0;
    }

    .box-one span {
        font-family: var(--Default-font);
        font-size: 13px;
        color: #000;
        font-weight: 400;
    }

.faq-box {
    padding: 30px 0 0 0;
}

    .faq-box .acc-pans {
        border-bottom: var(--DarkGreyfive) 1px solid;
        padding: 15px 0;
        border-left: transparent 4px solid;
    }

        .faq-box .acc-pans:has(.show) {
            border-left: var(--dark-yellow) 4px solid;
            padding: 0 0 15px 0;
        }

            .faq-box .acc-pans:has(.show) .accordion-button {
                color: var(--PrimaryColor);
                font-weight: 600;
            }

    .faq-box .accordion-header {
        padding: 0;
    }

.accordion-body {
    padding: 0px 20px;
}

.accordion-button::after {
    background-image: url(../../images/acc-df.svg);
    transform: none;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 16px;
}

.accordion-button:focus {
    border-color: transparent;
    border: 0;
    box-shadow: none;
}

.accordion-button:not(.collapsed)::after,
.accordion-button:not(.collapsed):hover:after {
    background-image: url(../../images/acc-active.svg);
    transform: none;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 16px;
}

.accordion-item {
    border: 0;
    border-radius: 0 !important;
}

    .accordion-item h2 button {
        font-family: var(--Default-font);
        font-weight: 600;
        color: var(--Black);
        font-size: 18px;
    }

.accordion-button:not(.collapsed) {
    color: var(--Black);
    background-color: transparent;
    box-shadow: none;
}

.acc-title.active {
    background-image: url(../../images/acc-active.png);
}

.accordion-button:hover::after {
    background-image: url(../../images/acc-df-active.png);
}

/*.acc-content p {
    font-size: 13px;
    color: #000;
    margin: 0;
}*/

.cta-section-box {
    background-color: var(--Rad);
    padding: 50px 0;
}

.cta-search-box {
    display: flex;
}

    .cta-search-box input[type="search"] {
        font-family: var(--Default-font);
        font-weight: 500;
        max-width: 450px;
        padding: 16px 30px;
        background-color: var(--White);
        border-radius: 5px;
        font-size: 13px;
        color: var(--Med-gary);
        position: relative;
        width: calc(100% - 100px);
        border: 0;
        outline: 0;
    }

    .cta-search-box button {
        position: relative;
        left: -10px;
        font-family: var(--Lucida-Sans);
        font-weight: 500;
        font-size: 16px;
        padding: 15px 30px;
        border-radius: var(--IN-Radius);
        color: var(--White);
        background-color: var(--PrimaryColor);
        display: inline-block;
        border: 0;
        outline: 0;
        letter-spacing: 1px;
        min-width: 115px;
    }

.cta-section-box h2 {
    font-family: var(--Lucida-Sans);
    font-size: 32px;
    font-weight: 400;
    color: var(--White);
    text-transform: capitalize;
    margin: 0;
}

.cta-section-box p {
    font-family: var(--Default-font);
    font-size: 12px;
    font-weight: 400;
    color: var(--White);
    text-transform: capitalize;
    margin: 0;
}

.cta-section-box .form-label {
    color: var(--White);
    font-size: 16px;
}
/*----footer section------*/
.footer-section {
    background-color: var(--DarkGreySix);
    padding: 70px 0 0 0;
    overflow: hidden;
}

    .footer-section h3 {
        font-family: var(--Lucida-Sans);
        font-size: 16px;
        font-weight: 700;
        margin: 0px 0 10px 0;
        color: var(--White);
    }

.footer-top-nav ul {
    margin: 0;
    list-style: none;
    padding: 0 0 20px 0;
}

    .footer-top-nav ul li {
        padding: 0 22px;
        line-height: 14px;
        display: inline-block;
        border-left: var(--DarkGreySeven) 1px solid;
    }

        .footer-top-nav ul li:first-child {
            border-left: 0px;
            padding-left: 0;
        }

        .footer-top-nav ul li a {
            font-family: var(--Default-font);
            font-size: 14px;
            color: #dfdfdf;
        }

            .footer-top-nav ul li a:hover,
            .footer-med ul li a:hover,
            .footer-top-nav ul li.active a,
            .footer-med ul li.active a {
                color: var(--DarkGreyEight);
            }

.footer-top p {
    font-size: 10px;
    line-height: 20px;
    color: var(--DarkGreyEight);
    margin: 0;
}

.footer-top {
    padding: 0 0 20px 0;
    border-bottom: var(--DarkGreyNine) 1px solid;
}

.footer-nav-box {
    padding: 40px 0;
}

.footer-med {
    padding: 40px 0 0px;
}

    .footer-med h4 {
        font-family: var(--Lucida-Sans);
        font-size: 16px;
        font-weight: 400;
        margin: 0 0 20px 0;
        color: var(--White);
    }

    .footer-med ul {
        margin: 0;
        list-style: none;
        padding: 0 0 20px 0;
    }

        .footer-med ul li {
            padding: 7px 0;
            line-height: 12px;
        }

            .footer-med ul li a {
                font-size: 13px;
                color: var(--Light-gray-three);
            }

.footer-cta-link {
    display: flex;
    padding: 0 0 10px 0;
}

    .footer-cta-link img {
        width: 40px;
        height: auto;
        margin-right: 15px;
    }

.footer-cta-link-right small {
    font-family: var(--Lucida-Sans);
    display: block;
    font-size: 14px;
    line-height: 16px;
    color: var(--DarkGreyEight);
}

.footer-cta-link-right a:hover {
    color: var(--DarkGreyEight);
}

.contact-box {
    font-family: var(--Lucida-Sans);
    font-size: 19px;
    color: var(--White);
    font-weight: 400;
}

.footer-bottom {
    border-top: var(--DarkGreyNine) 1px solid;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 15px 0;
}

.copyright {
    font-family: var(--Default-font);
    font-size: 12px;
    color: var(--DarkGreyEight);
}

.social-link {
    display: flex;
}

    .social-link a {
        display: inline-block;
        margin: 0 7px;
    }

        .social-link a:hover img {
            filter: brightness(2) invert(0);
        }

/*----01-Rate------*/

.top-nav {
    background-color: var(--PrimaryColor);
}

    .top-nav ul {
        padding: 0;
        margin: 0;
        list-style: none;
        display: flex;
        align-items: center;
        min-height: 52px;
    }

        .top-nav ul li {
            display: inline-block;
            padding: 0 20px;
        }

            .top-nav ul li:first-child {
                padding: 0 20px 0 0;
            }

            .top-nav ul li a {
                font-family: var(--Lucida-Sans);
                font-size: 14px;
                color: #fff;
                font-weight: 400;
            }

                .top-nav ul li a:hover,
                .top-nav ul li.active a {
                    color: var(--SecondaryColor);
                }

/*----two-col-section------*/

.two-col-section .object-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
}



.login-box h2, .selection-wrap-box h2 {
    /*        font-size: 40px;*/
    /*    font-size: 28px;*/
    font-size: 24px;
    color: var(--Black);
    padding-bottom: 8px;
    position:relative;
    margin-bottom:20px;
}
    .login-box h2::after, .selection-wrap-box h2::after {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        bottom: 0;
        width: 20%;
        height: 3px;
        background: var(--SecondaryColor);
    }



.login-sub-title {
    font-size: 16px;
    line-height: normal;
    color: var(--DarkGreyNine);
}

.login-info {
    font-size: 14px;
    line-height: 18px;
    color: var(--DarkGreyNine);
}

.input-box {
    margin-bottom: 30px;
}

    .input-box label {
        font-size: 14px;
        font-family: var(--Default-font);
        font-weight: 400;
        color: var(--Med-gary);
        width: 100%;
        text-align: left;
        padding: 18px 10px 0 10px;
        opacity: 1 !important;
        left: 10px;
        display: inline-block;
        width: auto;
        background: transparent;
        top: 0;
    }

form-floating > .form-control:focus ~ label, .form-floating > .form-control:not(:placeholder-shown) ~ label, .form-floating > .form-select ~ label {
    opacity: .65;
    transform: scale(.85) translateY(-1.8rem) translateX(.15rem);
    background: #ffffff
}

.form-floating > .form-control:focus ~ label, .form-floating > .form-control:not(:placeholder-shown) ~ label, .form-floating > .form-select ~ label {
    opacity: .65;
    transform: scale(.85) translateY(-1.8rem) translateX(.15rem);
    background: #ffffff
}

.input-box input[type="date"] {
    padding-left: 0px;
    appearance: none;
    background-image: url(../../images/calender.svg);
    background-repeat: no-repeat;
    background-position: right 10px bottom 15px;
}

    .input-box input[type="date"]::-webkit-calendar-picker-indicator {
        background: none;
    }

.input-box .form-control,
.input-box .form-select {
    border-left: 0;
    border-right: 0;
    border-top: 0;
    border-radius: 0;
}

.input-box input[type="text"],
.input-box input[type="number"],
.input-box input[type="email"],
.input-box input[type="date"],
.input-box select {
    font-family: var(--Default-font);
    font-weight: 400;
    padding: 15px;
    font-size: 14px;
    color: var(--Black);
    width: 100%;
    text-align: left;
    /*        border: 0;*/
    outline: 0;
    /*        border-bottom: var(--GrayMid-four) 1px solid;*/
    border: var(--GrayMid-four) 1px solid;
    border-radius: var(--IN-Radius);
}

    /* .input-box input[type="text"]:disabled,
    .input-box input[type="number"]:disabled,
    .input-box input[type="email"]:disabled,
    .form-select:disabled,
    .input-box input[type="text"]:read-only {
        background: none;
        border-bottom: var(--PrimaryColor) 1px solid;
    }*/

    .input-box input[type="text"]:focus,
    .input-box input[type="number"]:focus,
    .input-box input[type="email"]:focus,
    .form-select:focus,
    .form-control:focus {
        box-shadow: none;
    }

.input-box .form-floating > .form-control {
    padding: 0 !important;
}

.input-box .form-control {
    border-bottom: var(--GrayMid-four) 1px solid;
}

.input-box:focus-visible,
.input-box select:focus {
    border-bottom: var(--dark-yellow) 1px solid;
    border-left: 0;
    border-right: 0;
    border-top: 0;
}

.input-box:visited,
.input-box select:visited {
    border-bottom: var(--PrimaryColor) 1px solid;
    border-left: 0;
    border-right: 0;
    border-top: 0;
}

.checkbox-col-box {
    align-items: start;
    margin-bottom: 20px;
}

    .checkbox-col-box label {
        font-size: 14px;
        line-height: normal;
        color: var(--DarkGreyNine);
    }

/*----5Dashboard-1------*/

.section-wrap {
    padding: 30px 0;
}

    .section-wrap h2 {
        font-size: 25px;
        color: var(--DarkGreyOne);
        font-weight: 400;
        margin: 0 0 15px 0;
    }

.card-section {
    padding: 5px 0 20px 0;
}

    .card-section h3 {
        font-size: 18px;
        font-weight: 500;
        font-family: var(--Lucida-Sans);
        color: var(--Black);
    }

.step-block-wrap {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.step-box {
    background-color: var(--White);
    width: 100%;
    min-height: 105px;
    max-width: 100px;
    border: var(--GrayMid) 2px solid;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    border-radius: 10px;
    padding: 20px 15px;
    position: relative;
}

    .step-box::after {
        content: "";
        border: var(--GrayMid) 1px solid;
        display: block;
        width: calc(100% - 20px);
        position: absolute;
        left: 100%;
        top: 50%;
    }

    .step-box:last-child:after {
        display: none;
    }

    .step-box span {
        font-size: 14px;
        font-weight: 500;
        width: 20px;
        height: 20px;
        border-radius: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto 5px;
        background-color: var(--GrayMid);
        color: var(--White);
    }

    .step-box p {
        font-size: 14px;
        line-height: 16px;
        margin: 0;
        display: block;
        width: 100%;
        color: var(--DarkGreyfour);
    }

.step-block {
    background: var(--White);
    padding: 16px;
    box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
    border-radius: 8px;
}

.step-box-wrapper {
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.step-box:hover,
.step-box.active {
    border: var(--dark-yellow-one) 2px solid;
}

    .step-box:hover span,
    .step-box.active span {
        background-color: var(--dark-yellow);
    }

    .step-box:hover p,
    .step-box.active p {
        color: var(--PrimaryColor);
    }

.step-box img {
    width: 20px;
    height: 20px;
    position: absolute;
    right: -7px;
    top: -7px;
}

.yellow-btn {
    font-size: 14px;
    background-color: var(--dark-yellow-one);
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    color: var(--PrimaryColor);
    padding: 10px 15px;
    border-radius: 5px;
    margin: 20px 0 0 0;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

    .yellow-btn img {
        margin-right: 15px;
    }

.btn-manage-card {
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--PrimaryColor);
    padding: 5px;
    gap: 5px;
}

    .btn-manage-card:hover {
        text-decoration: underline;
        color: var(--PrimaryColor);
    }


.right-box {
    width: 100%;
    max-width: 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 50px;
    float: right;
}

    .right-box img {
        margin: 0 8px;
    }

        .right-box img:last-child {
            margin-right: 0px;
        }

.small-card-box-slide, .small-card-box {
    border-radius: 8px;
    overflow: hidden;
    position: relative
}

    .small-card-box-slide img, .small-card-box img {
        display: block;
        height: auto;
        width: 100%;
        aspect-ratio: 21/9.5;
        object-fit: cover;
        min-height: 200px;
        object-position: right bottom;
    }

    .small-card-box-slide .slide-content,
    .small-card-box .card-box-content {
        position: absolute;
        left: min(5vw, 20px);
        top: 30px;
        width: 90%;
        max-width: 300px;
    }

    .small-card-box-slide h2 {
        font-size: 20px;
        line-height: 1.5;
        font-weight: 600;
        color: var(--White);
        margin: 0 0 10px 0;
        text-transform: capitalize;
    }

        .small-card-box-slide h2 span {
            text-transform: uppercase;
        }

    .small-card-box-slide .button-solid-white {
        font-family: var(--Default-font);
        font-weight: 400;
        font-size: 14px;
        padding: 4px 22px;
        border-radius: 5px;
    }

.upper {
    text-transform: uppercase;
}



.small-card-box h3 {
    font-family: var(--Lucida-Sans);
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
    color: var(--DarkGreySix);
    margin: 0 0 5px 0;
    text-transform: uppercase;
}

.small-card-box p {
    font-family: var(--Default-font);
    font-size: 9px;
    line-height: 16px;
    font-weight: 400;
    margin: 0 0 15px 0;
}

.small-card-box h2 span {
    text-transform: uppercase;
}

.small-card-box .submit-btn {
    font-family: var(--Default-font);
    font-weight: 400;
    font-size: 13px;
    padding: 4px 15px;
    border-radius: 5px;
    min-width: 100px;
}

.yellow-tag {
    font-family: var(--Lucida-Sans);
    background-color: var(--dark-yellow);
    color: #fff;
    font-weight: 600;
    font-size: 12px;
    padding: 2px 12px;
    margin-bottom: 10px;
    display: inline-block;
}

.db-icon-box {
    background-color: var(--White);
    padding: 30px 20px;
    min-height: 135px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin: 30px 0 0 0;
    transition: 0.4s all ease-in-out;
    /*    box-shadow: 0 0 8px rgba(0,0,0,0.16);*/
    box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
}

    .db-icon-box:hover {
        background: var(--SecondaryColor)
    }

    .db-icon-box img {
        margin-bottom: 10px;
    }

    .db-icon-box h3 {
        font-family: var(--Default-font);
        font-size: 16px;
        line-height: 18px;
        font-weight: 400;
        margin: 0;
        color: var(--Black);
        width: 100%;
        text-align: center;
    }

    .db-icon-box h4 {
        font-size: 22px;
        color: var(--Black);
        margin: 0 0 0 0;
    }

.data-table-filter-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0 15px 0;
}

    .data-table-filter-box select {
        background-image: url(../../images/bottom-arrow.png);
        font-family: var(--Default-font);
        font-size: 12px;
        font-weight: 400;
        border: var(--GrayMid) 1px solid;
        padding: 10px 40px 10px 15px;
        color: var(--Med-gary);
        appearance: none;
        border-radius: 7px;
        background-repeat: no-repeat;
        background-position: center 10px;
        background-position: 86% center;
        background-size: 15px;
    }

    .data-table-filter-box h4 {
        font-family: var(--Lucida-Sans);
        font-size: 22px;
        font-weight: 600;
        margin: 0;
    }

.small-footer-section {
    padding: 25px 0;
}

    .small-footer-section .copyright {
        text-align: center;
    }

.data-table table thead {
    background-color: var(--Med-gary-three);
    border: 0;
    border-collapse: collapse;
}

.data-table table.dataTable.no-footer {
    border-bottom: 1px solid transparent;
}

.data-table table.dataTable.stripe tbody tr.odd,
.data-table table.dataTable.display tbody tr.odd {
    background-color: var(--mixed-shade);
}

.data-table table,
.data-table table.dataTable thead th {
    border: 0;
    border-collapse: collapse;
}



    .data-table table th,
    .data-table table td {
        border: 0; /* Remove borders from individual cells as well */
        padding: 10px 18px !important; /* Optional: Add some padding for better readability */
    }

.pending-st {
    background-color: var(--mixed-shade-two);
    color: var(--Rad-V2);
    padding: 5px 10px;
    font-weight: 400;
}

.success-st {
    background-color: var(--mixed-shade-V3);
    color: var(--PrimaryColor);
    padding: 5px 10px;
    font-weight: 400;
}

table.dataTable thead .sorting_asc {
    background-image: url(../../images/bottom-arrow.png);
    background-size: 13px;
}

table.dataTable thead .sorting_desc {
    background-image: url(../../images/top-arrow.png);
    background-size: 13px;
}

.two-col-from {
    width: 100%;
    padding: 50px 0 0;
}

.images-wrap {
    display: table-cell;
    vertical-align: bottom;
}

    .images-wrap img {
        max-width: 100%;
    }

.step-head {
    font-size: 20px;
    font-weight: 600;
    /*    color: var(--Light-gray-four);*/
    color: var(--Black);
    border-bottom: 3px solid var(--Light-gray-five);
    text-align: center;
    display: block;
    margin: 0 0 25px;
    padding: 15px 10px;
}

    .step-head:hover {
        color: var(--PrimaryColor);
    }

.active .step-head {
    color: var(--PrimaryColor);
    border-bottom: var(--PrimaryColor) 3px solid;
}

.btn-primary {
    background-color: var(--PrimaryColor);
    border-color: var(--PrimaryColor);
}

    .btn-primary:hover, .btn-primary:active {
        background-color: var(--SecondaryColor);
        border-color: var(--SecondaryColor);
    }

.btn-secondary {
    background-color: var(--SecondaryColor);
    border-color: var(--SecondaryColor);
}

    .btn-secondary:hover, .btn-secondary:active {
        background-color: var(--PrimaryColor);
        border-color: var(--PrimaryColor);
    }


.btn-group-right {
    display: flex;
    justify-content: right;
    margin: 55px -15px 20px 0;
}

    .btn-group-right .submit-btn {
        min-width: 154px;
        margin: 0 10px;
    }

        .btn-group-right .submit-btn.invars {
            background-color: transparent;
            border: var(--PrimaryColor) 2px solid;
            color: var(--PrimaryColor);
        }

            .btn-group-right .submit-btn.invars:hover {
                border: var(--SecondaryColor) 2px solid;
                color: var(--SecondaryColor);
            }

.object-wrap form {
    width: 100%;
}



.two-col-from small {
    font-family: var(--Default-font);
    font-size: 12px;
    color: var(--Med-gary);
    padding: 0 0 10px 0;
    display: block;
}

.check-option {
    margin: 0 0 20px 0;
    display: flex;
}

.check-box-style input {
    width: 18px;
    height: 18px;
    border-radius: 100%;
    border: var(--dark-yellow) 2px solid;
    margin-right: 8px;
}

.check-box-style label {
    font-family: var(--Lucida-Sans);
    font-weight: 600;
    color: var(--GrayMid-Two);
    padding: 0 20px 0 0;
}

.check-box-style {
    display: flex;
    align-items: center;
    justify-content: center;
}

.form-floating > .form-select {
    padding-left: 2px;
}

.ins-row {
    display: flex;
    align-items: start;
    justify-content: left;
}

    .ins-row label {
        font-size: 12px;
        color: var(--DarkGreyOne);
    }

    .ins-row input[type="checkbox"] {
        margin-right: 10px;
        border: 0;
        outline: 0;
        width: 20px;
        height: 20px;
        background-color: var(--PrimaryColor);
    }

/*----payment-gateway-section------*/

.title-two,
.payment-amount {
    font-size: 20px;
    font-weight: 700;
    color: var(--Black);
    margin: 0;
}

.stepper-wrapper {
    margin: 30px 0;
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 1;
}

.stepper-item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
}

    .stepper-item::before {
        position: absolute;
        content: "";
        border-bottom: 2px solid #ccc;
        width: 100%;
        top: 11px;
        left: -50%;
        z-index: 2;
    }

    .stepper-item::after {
        position: absolute;
        content: "";
        border-bottom: 2px solid #ccc;
        width: 100%;
        top: 11px;
        left: 50%;
        z-index: 2;
    }

    .stepper-item .step-counter {
        position: relative;
        z-index: 5;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        background: #ffffff;
        margin-bottom: 6px;
        border: 1px solid var(--GrayMid);
        color: var(--Light-gray-four);
        outline: 10px solid var(--White);
    }

    .stepper-item .step-name {
        font-size: 12px;
        font-weight: 500;
        color: var(--Light-gray-four);
    }

    .stepper-item.active {
        color: var(--Black);
    }

        .stepper-item.active .step-counter,
        .stepper-item.completed .step-counter {
            background-color: var(--PrimaryColor);
            color: var(--White);
            outline: 10px solid var(--White);
        }

        .stepper-item.active .step-name,
        .stepper-item.completed .step-name {
            color: var(--PrimaryColor);
        }

    .stepper-item.completed::after {
        position: absolute;
        content: "";
        border-bottom: 2px solid var(--SecondaryColor);
        width: 100%;
        top: 11px;
        /* left: 160%;*/
        z-index: 3;
        /*min-width: 200px;*/
    }

    .stepper-item:last-child:before {
        display: none;
    }

.payment-box .stepper-item::after {
    min-width: 200px;
}

.stepper-item:first-child::before {
    content: none;
}

.stepper-item:last-child::after {
    content: none;
}

/*.stepper-item {
    flex: 0;
}*/

.stepper-item:last-child {
    min-width: 100px;
}

.overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 100;
}

.otp-box-wrapper,
.msg-wrapper {
    position: absolute;
    left: 0;
    bottom: 0;
    background: var(--White);
    padding: 30px 20px;
    border-radius: 20px 20px 0 0;
    width: 100%;
}

.otp-wrapper {
    display: flex;
    gap: 20px;
    padding: 0 0 0 0;
}

    .otp-wrapper input[type="password"] {
        height: 40px;
        width: 40px;
        text-align: center;
        border: 1px solid var(--GrayMid);
        border-radius: 6px;
        font-size: 20px !important;
        outline: none;
        box-shadow: none;
        line-height: normal !important;
    }

    .otp-wrapper.error input[type="password"] {
        color: #ff000b;
    }

.btn-otp {
    color: var(--PrimaryColor);
}

    .btn-otp:hover {
        text-decoration: underline;
    }

.error-text {
    color: #ff000b;
    font-size: 12px;
    padding: 5px 0 0 0;
}

.otp-counter {
    color: var(--SecondaryColor);
}

.msg-icon {
    height: 60px;
    width: 60px;
    margin: 0 auto;
}

.msg-wrapper {
    text-align: center;
}

.summary-box {
    border: 1px solid var(--GrayMid);
    padding: 20px;
    border-radius: 6px;
}

.payment-box {
    border: 1px solid var(--GrayMid);
    padding: 10px;
    border-radius: 6px;
    margin-bottom: 10px;
    min-height: 64px;
}

    .payment-box.selected .checkmark {
        top: 5px !important;
    }

.payment-row-one {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.payment-row-two {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.payment-box .payment-row-two {
    min-height: 44px;
}

.payment-row-two .container-radio .checkmark {
    top: 3px;
}

.payment-gateway-section .step-counter {
    width: 30px;
    height: 30px;
}

.container-radio .checkmark {
    top: 3px !important;
}

.row-pad {
    margin: 20px 0;
}

.small-tag-lable {
    font-size: 13px;
    display: block;
    text-align: right;
    color: #832625;
}

.payment-box.selected {
    border-color: var(--SecondaryColor);
    font-style: normal;
    background: var(--SecondaryColorDisable);
}

.pick-branch-form select {
    border: none;
    border-bottom: 1px solid var(--GrayMid);
    padding: 5px 30px 5px 5px;
    appearance: none;
    background-color: inherit;
    background-image: url("../../images/arrow-dropdown.svg");
    background-repeat: no-repeat;
    background-position: right 5px center;
    outline: none;
    box-shadow: none;
    font-size: 14px;
    display: block;
    width: 100%;
}

.recommended {
    display: inline-block;
    padding: 5px 6px;
    border-radius: 4px;
    background: var(--SecondaryColor);
    color: var(--White);
    font-size: 13px;
    line-height: 14px;
}

.payment-success-box {
    padding-top: 100px;
    text-align: center;
}

.partial-payment-box {
    padding: 0 0 0 50px;
    background: url("../../images/icon-success.svg") no-repeat left center;
    background-size: 35px;
    min-height: 40px;
    margin: 30px 0;
}

.remaining-amount-box {
    border: 1px solid var(--GrayMid);
    padding: 15px;
    border-radius: 6px;
    text-align: center;
    margin-bottom: 30px;
}

    .remaining-amount-box span.amount {
        color: var(--PrimaryColor);
        font-weight: 600;
    }



.title-five {
    font-size: 16px;
    color: var(--Black);
    font-family: var(--Default-font);
    font-weight: 400;
    margin-top: 20px;
}

.payment-wrap-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.summary-box .payment-lable {
    font-size: 16px;
    font-weight: 400;
}

.summary-box .payment-value {
    font-size: 16px;
    font-weight: 600;
}

.payment-wrap-box {
    padding-bottom: 10px;
}

    .payment-wrap-box:last-child {
        padding-bottom: 0px;
    }

.title-one {
    font-size: 20px;
    color: var(--Black);
}

.payment-success-box .msg-success {
    font-size: 16px;
    margin: 0 0 26px 0;
}

/*----radio and checkbox------*/

/* Form */
.container-radio {
    display: block;
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    color: var(--Black);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
    /* Form */
    .container-radio.small-font {
        font-size: 12px;
        font-weight: 400;
        color: var(--DarkGreyNine);
    }

    .container-radio span.small {
        color: var(--Black);
        font-size: 14px;
        font-weight: 500;
    }

    .container-radio.small-font span {
        display: block
    }
    /* Hide the browser's default radio button */
    .container-radio input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

    /* Create a custom radio button */
    .container-radio .checkmark {
        position: absolute;
        top: 0;
        left: 0;
        height: 18px;
        width: 18px;
        background-color: var(--White);
        border-radius: 50%;
        border: 2px solid var(--SecondaryColor);
    }

    /* On mouse-over, add a grey background color */
    .container-radio:hover input ~ .checkmark {
        background-color: var(--White);
    }

    /* When the radio button is checked, add a blue background */
    .container-radio input:checked ~ .checkmark {
        background-color: var(--White);
    }

    /* Create the indicator (the dot/circle - hidden when not checked) */
    .container-radio .checkmark:after {
        content: "";
        position: absolute;
        display: none;
    }

    /* Show the indicator (dot/circle) when checked */
    .container-radio input:checked ~ .checkmark:after {
        display: block;
    }

    .container-radio .checkmark:after {
        top: 50%;
        left: 50%;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: var(--PrimaryColor);
        transform: translate(-50%, -50%)
    }
/* ==== */

.container-checkbox {
    display: block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 14px;
    line-height: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: var(--DarkGreyNine);
}

    .container-checkbox.otp-consent {
        padding-top: 4px;
    }
    /* Hide the browser's default checkbox */
    .container-checkbox input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

    /* Create a custom checkbox */
    .container-checkbox .checkmark {
        position: absolute;
        top: 4px;
        left: 0;
        height: 18px;
        width: 18px;
        background-color: var(--White);
        border: 1px solid var(--PrimaryColor);
        border-radius: 4px;
    }

    /* On mouse-over, add a grey background color */
    .container-checkbox:hover input ~ .checkmark {
        background-color: var(--White);
    }

    /* When the checkbox is checked, add a blue background */
    .container-checkbox input:checked ~ .checkmark {
        background-color: var(--PrimaryColor);
    }

    /* Create the checkmark/indicator (hidden when not checked) */
    .container-checkbox .checkmark:after {
        content: "";
        position: absolute;
        display: none;
    }

    /* Show the checkmark when checked */
    .container-checkbox input:checked ~ .checkmark:after {
        display: block;
    }

    /* Style the checkmark/indicator */
    .container-checkbox .checkmark:after {
        left: 6px;
        top: 2px;
        width: 5px;
        height: 10px;
        border: solid var(--White);
        border-width: 0 2px 2px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

/*----radio and checkbox------*/

/*----payment partial------*/

#timer {
    display: flex;
    justify-content: center;
    gap: 10px;
    padding: 15px 0 0 0;
    font-size: 12px;
}

#timer {
    display: flex;
    justify-content: center;
    gap: 10px;
    padding: 15px 0 0 0%;
    font-size: 14px;
}

.time {
    background: var(--SecondaryColor);
    color: var(--White);
    display: block;
    padding: 5px;
    border-radius: 4px;
}

    .time + span {
        color: var(--Black);
        font-size: 12px;
    }

.pick-branch-form {
    display: flex;
    justify-content: space-between;
    gap: 15px;
}

    .pick-branch-form > div {
        width: 50%;
    }

    .pick-branch-form select {
        border: none;
        border-bottom: 1px solid var(--GrayMid);
        padding: 5px 30px 5px 5px;
        appearance: none;
        background-color: inherit;
        background-image: url("../../images/arrow-dropdown.svg");
        background-repeat: no-repeat;
        background-position: right 5px center;
        outline: none;
        box-shadow: none;
        font-size: 14px;
        display: block;
        width: 100%;
    }

.info-text {
    padding: 10px;
    font-size: 11px;
    line-height: normal;
    color: var(--DarkGreyThree);
    background: var(--White);
    margin: 15px 0 0 0;
    border-radius: 8px;
    position: relative;
}

    .info-text.border {
        border-top: 1px solid var(--GrayMid);
        margin-top: 10px;
    }

    .info-text h2 {
        font-size: 14px;
        color: var(--Black);
        padding: 0 30px 10px 0;
        margin: 0;
    }

.btn-edit-info {
    border: none;
    background: transparent;
    padding: 0;
    margin: 0;
    position: absolute;
    right: 10px;
    top: 10px;
}

.pick-branch-form-wrapper,
.doorstep-info {
    display: none;
}

.income-proof {
    padding: 10px;
    border-radius: 6px;
    margin-bottom: 10px;
    position: relative;
    padding-right: 50px;
    background: var(--BgSurface);
    border: 1px solid var(--GrayMid);
}

    .income-proof.custom-file-upload {
        border: 1px solid var(--GrayMid);
        padding: 13px 15px;
        border-radius: 4px;
        border: 1px solid var(--GrayMid);
    }

    .income-proof h2 {
        font-size: 14px;
        font-weight: 700;
        color: var(--Black);
    }

    .income-proof .file-name {
        font-size: 12px;
    }

    .income-proof .remove-btn {
        height: 32px;
        width: 32px;
        border: none;
        position: absolute;
        right: 5px;
        top: 50%;
        transform: translateY(-50%);
        background-color: inherit;
        background-image: url("../../images/icon-delete.svg");
        background-repeat: no-repeat;
        background-position: center center;
        font-size: 0;
        overflow: hidden;
        text-indent: -100px;
    }

    .income-proof .uploaded-btn {
        background: var(--PrimaryColor);
        color: var(--White);
        border-radius: 4px;
        border: none;
        padding: 5px 10px;
        display: inline-block;
        position: absolute;
        right: 10px;
        top: 50%;
        transition: 0.4s all linear;
        font-weight: 600;
        font-size: 14px;
        transform: translateY(-50%)
    }

        .income-proof .uploaded-btn:hover {
            background: var(--SecondaryColor);
            color: var(--White);
        }

    .income-proof.custom-file-upload .uploaded-btn {
        background: var(--SecondaryColor);
        color: var(--White);
        top: 50%;
        transform: translateY(-50%);
        font-size: 12px;
    }

    .income-proof.uploaded-file {
        border: 1px solid var(--SecondaryColor);
        background: var(--Light-gray-two);
        font-style: normal;
    }

        .income-proof.uploaded-file .file-name {
            color: var(--DarkGreyThree);
        }

.info-box {
    display: flex;
    background: var(--BgTertiaryContainer);
    padding: 10px;
    border-radius: 8px;
    color: var(--TertiaryColor);
    /* align-items: center;*/
}

.info-icon {
    width: 20px;
    flex-shrink: 0;
}

    .info-icon img {
        display: block;
        width: 100%;
    }

.info-content {
    flex-grow: 1;
    padding-left: 10px;
    font-size: 12px;
}

.msg-black {
    font-family: var(--Default-font);
    color: var(--Black);
    font-weight: 500;
}

.payment-row-active {
    background-color: var(--Light-gray);
    border-color: var(--SecondaryColor);
}

.payment-activity,
.payment-row-active {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.payment-bold {
    font-family: var(--Default-font);
    color: var(--Black);
    font-size: 16px;
    line-height: 16px;
    font-weight: 600;
    width: 100%;
}

.payment-sub {
    font-size: 14px;
}

.payment-activity img {
    margin-left: 20px;
}

.payment-step-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .payment-step-box .submit-btn {
        font-size: 13px;
        padding: 4px 6px;
        letter-spacing: 1px;
        min-width: 70px;
    }

.copyright {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 300px;
    margin: 20px 0;
}

    .copyright small {
        font-size: 12px;
        color: var(--Black);
    }

    .copyright img {
        margin-right: 15px;
        width: 20px;
        height: 20px;
        display: block;
    }

.payment-box-wrap-box {
    border: var(--GrayMid) 1px solid;
    border-radius: 5px;
    padding: 15px;
    margin: 40px 0 0 0;
}

.top-price-box {
    background-color: var(--Light-gray);
    border-radius: 10px;
    padding: 10px;
    width: 100%;
    text-align: center;
}

    .top-price-box img {
        margin-bottom: 10px;
    }

    .top-price-box strong {
        font-size: 22px;
        font-family: var(--Lucida-Sans);
        font-weight: 600;
        color: var(--Black);
        display: block;
    }

.payment-lable-row label {
    font-family: var(--Default-font);
    font-size: 16px;
    font-weight: 400;
    color: var(--Black);
}

.payment-lable-row span {
    font-family: var(--Default-font);
    font-size: 16px;
    font-weight: 600;
    color: var(--Black);
}

.payment-lable-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: start;
    padding: 0 0 20px 0;
}

.payment-summary-content {
    padding: 20px 0;
}

.payment-lable-row:last-child span {
    font-weight: 400;
    line-height: 18px;
    max-width: 184px;
    text-align: right;
}

.popup-wrap h3 {
    font-size: 24px;
    font-family: var(--Lucida-Sans);
    font-weight: 700;
    color: var(--Black);
    margin: 0 0 20px 0;
}

.popup-wrap p {
    font-size: 16px;
    line-height: 18px;
    font-family: var(--Default-font);
    color: var(--Black);
}

.Success-popup-wrap {
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
}

    .Success-popup-wrap p {
        margin-bottom: 40px;
    }

.popup-block {
    padding: 30px;
    border-radius: 16px;
}

.Success-popup-wrap img {
    margin-bottom: 20px;
}

.otp-btn {
    font-size: 14px;
    color: #000;
    text-decoration: none;
}

.popup-wrap.otp-wrap h3 {
    margin: 0 0 8px 0;
}

.popup-wrap.otp-wrap p {
    line-height: 22px;
}

.otp-input {
    display: flex;
    justify-content: space-between;
    margin: 0 -5px 10px;
}

    .otp-input input[type="number"],
    .otp-input input[type="password"] {
        font-family: var(--Default-font);
        border: var(--GrayMid) 1px solid;
        border-radius: 5px;
        padding: 15px;
        font-size: 15px;
        margin: 0 5px;
        color: var(--Black);
        width: 45px;
        height: 42px;
    }

.alert-box {
    min-height: 90px;
}

.inactive {
    background-color: var(--GrayMid);
    color: var(--Black);
}

    .inactive:hover {
        background-color: var(--GrayMid);
        color: var(--GrayMid-dark-one);
    }

.count-ap {
    font-size: 14px;
    color: var(--dark-yellow);
}

.alert-wrap-box {
    display: flex;
    justify-content: space-between;
    padding: 10px 0 10px 0;
    align-items: center;
}

.error-msg {
    font-size: 12px;
    font-family: var(--Lucida-Sans);
    font-weight: 400;
    color: var(--Rad-V3);
}

.mobile-nav {
    display: none;
}

.data-table-box {
    margin-bottom: 60px;
}

.transactions-history-box {
    background: var(--White);
    padding: 30px;
    border-radius: 16px;
    box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
}

    .transactions-history-box h3 {
        font-size: 22px;
        font-weight: 600;
        font-family: var(--Lucida-Sans);
        color: var(--Black);
    }

.transaction-history-filter {
    display: flex;
    gap: 10px;
    align-items: center;
}

div.dt-scroll-body {
    border: none !important;
    margin-bottom: 15px;
}
/*=============================PAGE STYLE===================================*/
/*=================01 aug===================*/
.header-section.inner .top-nav {
    margin-top: 30px;
}

.yellowBg button.btn-light {
    background-color: #f9edd8 !important;
}

.select-box-drop.yellowBg .bootstrap-select {
    width: 100px !important;
}

.ms-dd {
    width: 110px !important;
    font-size: 12px !important;
    color: #3b3d3e !important;
}

    .ms-dd .ms-list-option.option-selected,
    .ms-dd .ms-optgroup ul .ms-list-option.option-selected,
    .ms-dd .ms-dd-header,
    .ms-dd {
        background-color: #f9edd8 !important;
    }

        .ms-dd .ms-dd-header,
        .ms-dd .ms-list-option,
        .ms-dd .ms-optgroup ul .ms-list-option {
            border: none !important;
        }

        /*=======FLAG ICON==========*/
        .ms-dd .ms-dd-option-content {
            padding-top: 10px !important;
        }

.flagNew {
    background-repeat: no-repeat;
    float: left;
    padding: 0 !important;
    margin: 0 5px 0 0;
    width: 70px !important;
    height: 35px !important;
    background-size: 80%;
    background-position: 50% 50%;
    font-weight: 500;
}

.usd {
    background-image: url(../../images/flag/usd.webp);
}

.inr {
    background-image: url(../../images/flag/inr.png);
}

.sgd {
    background-image: url(../../images/flag/sgd.webp);
}

.aed {
    background-image: url(../../images/flag/aed.webp);
}

.aud {
    background-image: url(../../images/flag/aud.webp);
}

.cad {
    background-image: url(../../images/flag/cad.webp);
}

.chf {
    background-image: url(../../images/flag/chf.webp);
}

.eur {
    background-image: url(../../images/flag/eur.webp);
}

.gbp {
    background-image: url(../../images/flag/gbp.webp);
}

.sar {
    background-image: url(../../images/flag/sar.webp);
}

.hkd {
    background-image: url(../../images/flag/hkd.webp);
}

.jpy {
    background-image: url(../../images/flag/jpy.webp);
}

.nzd {
    background-image: url(../../images/flag/nzd.webp);
}

.zar {
    background-image: url(../../images/flag/zar.webp);
}

.thb {
    background-image: url(../../images/flag/thb.webp);
}

input.date {
    width: 50px;
    padding: 5px;
}

.date-month-year {
    margin-bottom: 20px;
}

    .date-month-year label {
        font-size: 12px;
        margin-right: 20px;
    }

    .date-month-year select {
        float: left;
        width: 30%;
        margin-right: 3%;
    }

.ms-dd .ms-dd-header .option-selected {
    padding: 5px 20px 0 10px !important;
}

.selctBoxPay {
    overflow: visible !important;
}

.tabs {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.tab-links {
    display: flex;
    list-style-type: none;
    padding: 0;
}

    .tab-links a {
        display: block;
    }

    .tab-links .active a {
        color: #832625;
    }

.tab-content .tab {
    display: none;
}

.tab-content .active {
    display: block;
}

.travelDetailsTab h4 {
    font-size: 17px;
    font-weight: 600;
    padding-bottom: 20px;
}

.travelDetailsTab input[type="checkbox"] {
    margin: 4px 10px 0 0;
}

.travelDetailsTab .acceptPolicy {
    font-size: 14px;
}

.travelDetailsTab .aceeptTop {
    padding-top: 20px;
    line-height: 1.5;
}

.travelDetailsTab .travelDetailsDate .form-select {
    padding-left: 2px;
    float: left;
    width: 30%;
    margin-right: 2%;
    font-size: 14px;
}

.knowAboutExchnage {
    margin-bottom: 40px;
}


.bill-details-toggle {
    color: var(--PrimaryColor);
    font-size: 13px;
}

.bill-details {
    border: 1px solid var(--GrayMid);
    padding: 10px;
    border-radius: 6px;
    margin-bottom: 10px;
}

    .bill-details td {
        padding: 10px;
        font-size: 14px;
    }

.verifyBtn {
    position: absolute;
    right: 0;
    top: 30%;
    background-color: var(--DarkGreyTwo);
    border-radius: 6px;
    font-size: 11px;
    color: var(--White);
    border: none;
    padding: 3px 7px;
}

/*.verifyPanBtn {
    position: absolute;
    right: 0;
    top: 30%;
    background-color: var(--DarkGreyTwo);
    border-radius: 6px;
    font-size: 11px;
    color: var(--PrimaryColor);
    border: none;
    padding: 3px 7px;
}*/

.birthDate {
    display: flex;
    margin-top: -2px;
}

    .birthDate select,
    .travelDetailsDate select {
        width: 55%;
        margin-right: 2%;
        padding: 0.375rem 2.25rem 0.375rem 0.75rem;
    }

    .birthDate .form-control {
        padding: 0.375rem 0.75rem !important;
        margin-right: 2%;
    }

.form-floating > .birthDate:focus,
.form-floating > .birthDate:not(:placeholder-shown),
.form-floating > .travelDetailsDate:focus,
.form-floating > .travelDetailsDate:not(:placeholder-shown) {
    padding-top: 1.625rem;
}

    .form-floating > .birthDate:focus ~ label,
    .form-floating > .traveldate,
    .form-floating > .birthDate:not(:placeholder-shown) ~ label,
    .form-floating > .form-select ~ label {
        opacity: 0.65;
        transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
    }

.login-wrap,
.payment-gateway-section,
.Panlogin {
    /*    max-width: 450px;*/
    width: 100%;
    border-radius: 16px;
}

.close-btn {
    position: absolute;
    top: -33px;
    right: -26px;
    border: none;
    background: transparent;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
}

#load {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9999;
    background: url("../../images/loader.gif") no-repeat center center;
    background-color: rgba( 255, 255, 255, 0.6 ); /* Adjust the last value (0.6) for transparency */
}

#customcallload {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9999;
    background: url("../../images/loader.gif") no-repeat center center;
    background-color: rgba( 255, 255, 255, 0.6 ); /* Adjust the last value (0.6) for transparency */
    visibility: hidden;
}

.displayNone {
    display: none;
}

.modal-closebtn {
    width: 20px;
    height: 20px;
    border-radius: 20px;
    border: #000 1px solid;
    background: none;
    position: absolute;
    display: block;
    right: 10px;
    top: 10px;
    line-height: 6px;
    padding: 0 4px;
}

.size-wrap {
    max-width: 600px;
}

.filter-option .flag-icon,
.dropdown-item .flag-icon {
    border-radius: 50%;
    height: 25px;
    width: 25px;
    background-size: cover;
    position: relative;
    top: -4px;
    margin-right: 7px;
}

.contray-box {
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0 0 0 10px;
}

    .contray-box .flag-icon {
        border-radius: 50%;
        height: 25px;
        width: 25px;
        background-size: cover;
        margin-right: 12px;
    }

.hero-section-right .slick-arrow.slick-disabled {
    opacity: 0.8;
}

.payment-gateway-section.updated .info-text {
    font-size: 11px;
    line-height: normal;
    color: #333;
    padding: 10px;
    background: #fff8ed;
    margin: 15px 0 0 0;
    border-radius: 8px;
    position: relative;
}

.payment-gateway-section.updated .bank-address {
    padding: 0 0 0 25px;
    font-size: 12px;
    color: var(--DarkGreyThree);
}

.payment-gateway-section.updated .payment-box.selected .checkmark {
    top: 0px !important;
}

.payment-gateway-section.updated .info-text .pb-15 {
    padding-bottom: 15px;
}

.payment-gateway-section.updated .info-text h2 {
    font-size: 14px;
    color: #832625;
    padding: 0 30px 10px 0;
    margin: 0;
}

.payment-gateway-section.updated .btn-edit-info {
    border: none;
    background: transparent;
    padding: 0;
    margin: 0;
    position: absolute;
    right: 10px;
    top: 10px;
}

.payment-gateway-section.updated .info-box {
    display: flex;
    background: #efdddd;
    padding: 10px;
    border-radius: 8px;
    color: var(--TertiaryColor);
    align-items: center;
    margin-top: 10px;
}

.payment-gateway-section.updated .info-content {
    flex-grow: 1;
    padding-left: 10px;
    font-size: 12px;
}

.payment-gateway-section.updated .btn-edit {
    border: none;
    background: none;
    padding: 0;
    margin: 0 0 0 5px;
    display: inline-block;
}

.payment-gateway-section.updated .text-color-gray-one {
    padding-top: 10px;
}

.overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 9999;
    backdrop-filter: blur(2px);
}

.otp-box-wrapper,
.msg-wrapper {
    position: absolute;
    left: 0;
    bottom: 0;
    background: var(--White);
    padding: 30px 20px;
    border-radius: 20px 20px 0 0;
    width: 100%;
}

.modal-on {
    display: flex !important;
}

.modal-click {
    cursor: pointer;
}

@media only screen and (min-width: 861px) {
    .overlay {
        align-items: center;
        justify-content: center;
    }

        .overlay > div {
            left: auto;
            top: auto;
            border-radius: 20px !important;
        }
}

.input-box-sigle input[type="text"] {
    border-bottom: var(--GrayMid-four) 1px solid;
    border-radius: 0;
    border-left: 0;
    border-top: 0;
    border-right: 0;
    padding: 10px 0 10px 0;
    height: auto;
    line-height: normal;
}

/*#partialContainer {
    display: flex;
}*/

.check-option-wrap {
    display: none;
}

    .check-option-wrap.active {
        display: block;
    }

.input-box-sigle.active {
    display: block;
}

.radio-group-wrap {
    display: flex;
    align-items: center;
    gap: 60px;
}

.field-box {
    display: flex;
    align-items: flex-start;
    width: 100%;
    justify-content: space-between;
}

    .field-box div {
        width: 45%;
    }

    .field-box .sep {
        width: 10%;
        text-align: center;
        padding: 5px 10px 0;
        font-size: 20px;
    }

    .field-box input:first-child {
        margin-right: 25px;
    }

.field-validation-error {
    font-size: 12px;
    display: block;
    padding: 5px 0 0 0;
}

.radio-group-wrap .field-validation-error,
.container-radio .field-validation-error {
    font-size: 12px;
    display: inline;
    padding: 5px 0 0 0;
}

.divider {
    /* margin: 50px 0;*/
    margin: 30px 0;
    position: relative;
    height: 1px;
    width: 100%;
    clear: both;
    border-top: 1px solid var(--GrayMid);
}

    .divider span {
        position: absolute;
        padding: 10px 12px;
        text-align: center;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        color: var(--Black);
        background-color: var(--White);
        border-radius: 50%;
        border: 5px solid var(--White)
    }



#pdfViewerContainer canvas {
    width: 100% !important;
}



#toast-container {
    z-index: 99999 !important;
}

    #toast-container > .toast {
        opacity: 1 !important;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
        transition: none !important;
        background-color: var( --PrimaryColor) !important;
        font-size: 15px;
    }

        #toast-container > .toast:hover {
            box-shadow: 0 6px 16px rgba(0, 0, 0, 0.4);
            transform: scale(1.01);
        }

@media (max-width: 668px) {
    .selection-wrap-box {
        display: block;
    }

        .selection-wrap-box .check-option-wrap {
            margin-bottom: 0px;
        }

    .input-box-sigle {
        bottom: -42px;
    }

    .selection-wrap-box {
        margin-bottom: 60px;
    }

    .check-option-wrap.active:nth-child(4),
    .svc-r {
        /*        margin-bottom: 120px;*/
    }

        .check-option-wrap.active:nth-child(4) .input-box-sigle {
            bottom: -102px;
        }
}

.stepper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 600px;
    margin: 10px auto;
    position: relative;
    align-items: start;
}

.step {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    flex: 1;
}

    .step:not(:last-child)::after {
        content: '';
        position: absolute;
        top: 14px;
        right: -50%;
        width: 100%;
        height: 2px;
        background-color: var(--Light-gray-five);
        z-index: -1;
        transition: background-color 0.3s ease;
        z-index: 1
    }

    .step.completed:not(:last-child)::after {
        background-color: var(--PrimaryColor); /* Red line before active */
    }

.circle {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 2px solid var(--Light-gray-five);
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
    color: #666;
    font-weight: bold;
    transition: all 0.3s ease;
    z-index: 2;
    outline: 10px solid #ffffff;
}

.label {
    margin-top: 8px;
    font-size: 12px;
    font-weight: 600;
    color: var(--GrayMid-Two);
}

/* Active Step */
.step.active .circle {
    background-color: var(--PrimaryColor);
    color: var(--White);
    border-color: var(--PrimaryColor);
}



.step.active .label {
    color: var(--PrimaryColor);
    font-weight: 600;
}

/* Completed Step */
.step.completed .circle {
    background-color: var(--PrimaryColor);
    color: var(--White);
    border-color: var(--PrimaryColor);
}

.step.completed .label {
    color: #7d2424;
}

.not-found-image {
    max-width: 200px;
    margin: 0 auto;
}

.currency-ticker .button-section-box img {
    max-width: 30px;
    margin-right: 10px;
}

.not-found-image img {
    display: block;
    height: auto;
    width: 100%;
}

@media (max-width: 600px) {
    .stepper-container {
        flex-direction: column;
    }

    .step::after {
        display: none;
    }
}

.form-label {
    font-size: 14px;
    font-weight: 600;
}

.form-control, .form-select {
    /*  padding: 15px;*/
    padding: 10px 15px;
    border-color: var(--GrayMid);
}

    .form-control.sm, .form-select.sm {
        padding: 10px 15px
    }

    .form-control:focus, .form-select:focus {
        border-color: var( --SecondaryColor)
    }

/* .form-control:disabled, .form-control[readonly] {
        opacity: 0.5;
    }*/

input[type="date"].form-control {
    appearance: none;
    background-image: url(../../images/calender.svg);
    background-repeat: no-repeat;
    background-position: right 15px bottom 15px;
    /*    display: inline-block;*/
    /*    position: relative;*/
}

.form-control.datepicker {
    background-image: url(../../images/icon-calender.svg);
    background-repeat: no-repeat;
    background-position: right 15px bottom 15px;
}

.has-calendar-icon {
    background-image: url(../../images/icon-calender.svg);
    background-repeat: no-repeat;
    background-position: right 15px bottom 15px;
}

.Tid {
    display: inline-block;
    padding: 5px 10px;
    background: var(--PrimaryColor);
    color: var(--White);
    position: absolute;
    right: -10px;
    top: 20px;
}

    .Tid::after {
        content: '';
        display: block;
        height: 10px;
        width: 10px;
        position: absolute;
        right: 0;
        bottom: -10px;
        border-top: 10px solid var( --DarkGreyOne);
        border-right: 10px solid transparent;
    }

.login-bottom-content {
    max-width: 580px;
    margin: 0 auto;
}

    .login-bottom-content ul {
        padding: 0;
        margin: 0;
        list-style: none
    }

        .login-bottom-content ul li {
            padding: 0 0 10px 30px;
            position: relative
        }

            .login-bottom-content ul li::before {
                content: '';
                display: block;
                height: 14px;
                width: 14px;
                position: absolute;
                left: 0;
                top: 5px;
                background: url("../../images/tic-icon.png") no-repeat center center;
                background-size: 14px;
            }

.travel-box {
    background: var(--SecondaryColorDisable);
    position: relative;
    margin-bottom: 15px;
    padding: 15px;
}

    .travel-box .remove-row {
        position: absolute;
        right: 5px;
        top: 5px;
        border-radius: 50%;
        height: 24px;
        width: 24px;
        background: #ffffff;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 2px solid var(--dark-yellow);
        padding: 0;
    }

/* Blog page */
.breadcrumb-section {
    padding: 20px 0 0 0;
}

    .breadcrumb-section .breadcrumb {
        margin: 0;
        font-size: 14px;
    }

        .breadcrumb-section .breadcrumb .breadcrumb-item {
            color: var( --DarkGreyTwo);
        }

            .breadcrumb-section .breadcrumb .breadcrumb-item.active {
                color: var(--Black);
            }

.basic-page-banner-section {
    padding: 20px 0 30px 0;
}

.basic-page-banner {
    position: relative;
}

    .basic-page-banner img {
        display: block;
        width: 100%;
        /*  height: auto;*/
        position: relative;
        z-index: 1;
        height: 347px!important;
        border-radius: 8px!important;
    }

    .basic-page-banner .banner-content {
        position: absolute;
        left: 50px;
        top: 50%;
        transform: translateY(-50%);
        z-index: 2;
        color: var(--White);
        background: rgba(0,0,0,0.3);
        border-radius: 8px;
        padding: 10px 15px;
        max-width: calc(100% - 60px);
    }

        .basic-page-banner .banner-content h1 {
            padding: 0;
            margin: 0;
            font-weight: 600;
            color: var(--White);
        }

.basic-page-content-section {
    padding: 0 0 30px 0;
}

.basic-content h1 {
    font-size: 28px;
    font-family: var(--Lucida-Sans);
    color: var(--PrimaryColor);
    font-weight: 600;
}

.basic-content h2 {
    font-size: 20px;
    padding: 0 0 16px 0;
    margin: 0;
}

.basic-content p {
    margin: 0;
    padding: 0 0 20px 0;
}

    .basic-content p:last-child {
        padding: 0;
    }

.basic-content ul {
    padding: 0 0 16px 0;
    margin: 0;
    list-style: none;
}

    .basic-content ul li {
        padding: 0 0 10px 0;
    }

    .basic-content ul.round-bullet-list li {
        position: relative;
        padding: 0 0 10px 20px;
    }

        .basic-content ul.round-bullet-list li::before {
            content: "";
            display: block;
            height: 4px;
            width: 4px;
            background: var(--Black);
            border-radius: 50%;
            position: absolute;
            left: 0;
            top: 10px;
        }

    .basic-content p a, .basic-content ul li a {
        color: var(--PrimaryColor);
    }

        .basic-content p a:hover, .basic-content ul li a:hover {
            text-decoration: underline;
        }

.basic-content .list-content li {
    padding-left: 40px;
}

.side-bar h2 {
    background: var( --SecondaryColor);
    padding: 10px 10px;
    font-size: 20px;
    color: var(--White);
    border-radius: 8px;
    margin: 0 0 16px 0;
}

.product-list {
    padding: 0;
    margin: 0;
    list-style: none;
}

    .product-list li {
        padding: 0;
        margin: 0 0 10px 0;
    }

        .product-list li a {
            display: block;
            padding: 10px 10px 10px 35px;
            position: relative;
            border: 1px solid var( --SecondaryColor);
            border-radius: 8px;
            transition: 0.4s all
        }


            .product-list li a:hover {
                background: var( --SecondaryColor);
                color: var(--White);
            }

            .product-list li a::before {
                content: "";
                display: block;
                height: 16px;
                width: 16px;
                background: url("../../images/side-bar-list-bullet.svg") no-repeat center center;
                position: absolute;
                left: 10px;
                top: 15px;
                background-size: 16px;
            }

.country-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 0;
    margin: 0;
    list-style: none
}

    .country-list li a {
        display: block;
        padding: 10px 10px 10px 10px;
        position: relative;
        border: 1px solid var( --SecondaryColor);
        border-radius: 8px;
        transition: 0.4s all
    }

        .country-list li a:hover {
            background: var( --SecondaryColor);
            color: var(--White);
        }

.side-bar-link-list {
    padding: 0;
    margin: 0;
    list-style: none;
}

    .side-bar-link-list li a {
        display: block;
        padding: 10px 10px 10px 35px;
        position: relative;
        border-radius: 8px;
        transition: 0.4s all
    }


        .side-bar-link-list li a:hover {
            background: var( --SecondaryColor);
            color: var(--White);
        }

        .side-bar-link-list li a::before {
            content: "";
            display: block;
            height: 16px;
            width: 16px;
            background: url("../../images/side-bar-list-bullet.svg") no-repeat center center;
            position: absolute;
            left: 10px;
            top: 15px;
            background-size: 16px;
        }

.send-money-box {
    background: var(--Light-gray-five);
    padding: 30px 50px;
    border-radius: 10px;
}

.send-money-right-box {
    padding: 15px;
    background: var(--White);
    border-radius: 10px;
    display: flex;
    gap: 15px;
    justify-content: space-between;
    align-items: center;
}

    .send-money-right-box a {
        display: block;
        padding: 5px 25px;
        background: var(--PrimaryColor);
        color: var(--White);
        border-radius: 8px;
        font-size: 14px;
        transition: 0.4s all ease-in-out;
    }

        .send-money-right-box a:hover {
            background: var( --SecondaryColor);
        }

.get-in-form-box {
    background: var(--White);
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: center;
    flex-grow: 1;
    max-width: 560px;
    border-radius: .3rem
}

    .get-in-form-box .form-control {
        flex-grow: 1;
        border: none !important;
        padding: 10px 15px;
        border-radius: .3rem
    }

.offer-box {
    background: var(--Light-gray-four);
    border-radius: 10px;
    padding: 25px;
}

    .offer-box h2 {
        font-size: 20px;
    }

    .offer-box .accordion-item, .offer-box .accordion-button {
        background-color: transparent;
    }

    .offer-box .accordion-item {
        border-bottom: 1px solid #C4C4C4;
    }

    .offer-box .accordion-button {
        font-size: 16px;
        padding-left: 0;
        padding-right: 0;
    }

        .offer-box .accordion-button::after {
            background-size: 15px;
        }

        .offer-box .accordion-button:not(.collapsed) {
            color: var(--PrimaryColor);
            font-weight: 600;
        }

    .offer-box .accordion-body {
        padding: 0 0 15px 0;
    }

/* order summary */
.order-summary-wrapper {
    background: var(--White);
    padding: 50px;
    margin: 0 auto;
    width: 90%;
    max-width: 900px;
    border-radius: 16px;
    box-shadow: 0 0 16px rgba(0,0,0,0.12)
}

    .order-summary-wrapper h2 {
        font-size: 24px;
        background: var(--PrimaryColor);
        color: var(--White);
        padding: 10px;
        margin: 0;
        font-size: 18px;
    }

    .order-summary-wrapper h3 {
        color: var(--PrimaryColor);
    }

    .order-summary-wrapper .pt-4.pt-md-0 {
        padding-top: 0 !important
    }


/* Contact Us */

.contact-details {
    padding: 30px 30px;
    background: var(--SecondaryColor);
    border-radius: 16px;
}

.contact-us-wrapper {
    padding: 30px;
    background: var(--White);
    border-radius: 16px;
}

.currencyContainer ul:after, .currencyContainer ul:before, .currencyContainer:after, .currencyContainer:before {
    display: table;
    content: '';
}

.currencyContainer ul {
    /*    width: 62%;
    float: left;
    padding: 40px 40px 20px 40px;*/
}

    .currencyContainer ul li {
        background-position: 0 3px;
        float: left;
        width: 50%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        background-repeat: no-repeat;
        padding: 0;
        padding-left: 32px;
        padding-bottom: 8px;
        margin-bottom: 10px;
    }


.bg-primary {
    background: var(--PrimaryColor) !important;
}

.bg-secondary {
    background: var(--SecondaryColor) !important;
}

.graybox-light-four {
    background: var(--Light-gray-four) !important;
}

.text-white {
    color: var(--White) !important
}

.rounded-8 {
    border-radius: 8px !important;
}

.rounded-16 {
    border-radius: 16px !important;
}

.dashboard-slider .slick-dots {
    padding-left: min(5vw, 30px);
    bottom: 20px;
}

.page-link {
    color: var(--PrimaryColor);
}

.page-item.active .page-link {
    background-color: var(--PrimaryColor);
    border-color: var(--PrimaryColor);
}


@media print {
    .row {
        display: flex !important;
        flex-wrap: nowrap !important;
    }

    .col, .col-6, .col-md-6 {
        flex: 1 !important;
        max-width: 50% !important; /* adjust as needed */
    }

    .order-summary-wrapper p,
    .order-summary-wrapper .table {
        font-size: 10px;
        line-height: normal;
    }

    .order-summary-wrapper h2 {
        font-size: 18px;
    }

    .order-summary-wrapper h3 {
        color: var(--PrimaryColor);
    }
}


/*Css Added on 05-06-25 */

.modal-contenttt {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 210%;
    pointer-events: auto;
    background-clip: padding-box;
    border-radius: .3rem;
    outline: 0;
    margin-left: -54%;
}

/*Css Added By Suraj 25-06-25*/

#toast-containerupload {
    position: fixed;
    top: 20px; /* moved from bottom to top */
    right: 20px; /* stay right-aligned */
    z-index: 9999;
    display: flex;
    flex-direction: column; /* stack from top to bottom */
    gap: 10px;
}


.toast {
    display: flex;
    align-items: center;
    gap: 12px;
    background-color: #333;
    color: #fff;
    padding: 14px 16px;
    border-radius: 6px;
    min-width: 250px;
    max-width: 320px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
    animation: slideIn 0.5s ease forwards;
    position: relative;
    font-size: 15px;
}

    .toast.success {
        background-color: #4CAF50;
    }

    .toast.error {
        background-color: #f44336;
    }

    .toast.warning {
        background-color: #ff9800;
    }

    .toast.info {
        background-color: #2196F3;
    }

    .toast .icon {
        font-size: 20px;
    }

    .toast .close-btn {
        position: absolute;
        right: 10px;
        top: 8px;
        background: transparent;
        border: none;
        font-size: 18px;
        color: white;
        cursor: pointer;
    }

.dropdown-toggle::after {
    border: none !important;
    height: 7px;
    width: 11px;
    background: url(../../images/arrow-dropdown.svg) no-repeat center center;
    margin-top: -8px !important;
}




@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateX(100%);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/*.btn.btn-outline-primary.img-preview {
    border-radius: 50%;
    height: 32px;
    width: 32px;
    right: -16px;
    top: -16px;
    display: flex;
    align-items: center;
    justify-content: center;
    background:var(--White) !important;
}*/
.img-preview-wrapper {
    width: 50%;
    padding: 10px;
    background: var( --Light-gray);
}

.select2-container .select2-selection--single {
    height: auto !important;
    padding: 8px 15px !important;
}

.small-text {
    font-size: 12px;
    line-height: normal;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 7px;
    width: 11px;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e") no-repeat center center;
    background-size: 16px 12px;
    top: 10px !important;
    right: 10px !important;
}

    .select2-container--default .select2-selection--single .select2-selection__arrow b {
        display: none
    }

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0 !important;
}

/* The Modal Overlay */
.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7); /* Semi-transparent black */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000; /* Ensure it's on top of other content */
    
}

/* The Modal Container */
.modal-container {
    background-color: #ffffff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    max-width: 500px;
    width: 90%;
    text-align: center;
}


h1 {
    color: #2c3e50;
    font-size: 1.8em;
    margin-bottom: 10px;
}

.loading-animation {
    margin: 20px 0;
}

    .loading-animation .dot {
        height: 12px;
        width: 12px;
        background-color: var(--PrimaryColor);
        border-radius: 50%;
        display: inline-block;
        margin: 0 5px;
        animation: bounce 1.4s infinite ease-in-out both;
    }

        .loading-animation .dot:nth-child(1) {
            animation-delay: -0.32s;
        }

        .loading-animation .dot:nth-child(2) {
            animation-delay: -0.16s;
        }

@keyframes bounce {
    0%, 80%, 100% {
        transform: scale(0);
    }

    40% {
        transform: scale(1.0);
    }
}

.w-80 {
    width: 80px;
}

ol.order-list { line-height:normal; padding:0 0 0 12px; margin:0}
ol.order-list > li {
    padding-bottom:10px;
    line-height:22px;
}

.container-custom {
    margin: 0 auto;
    width: 100%;
    padding-right: var(--bs-gutter-x, .75rem);
    padding-left: var(--bs-gutter-x, .75rem);
    margin-right: auto;
    margin-left: auto;
}

.btn-get-call {
    background-color: var(--SecondaryColor);
    color: var(--White);
    border: 1px solid var(--White);
    padding: 8px 15px;
    font-size: 18px;
    letter-spacing: 2px;
    transition: background-color 0.3s ease;
    position: fixed;
    right: -50px;
    top: 50%;
    width: 135px;
    transform: rotate(270deg);
    border-radius: 16px 16px 0 0;
    text-align: center;
    cursor: pointer;
}

    .btn-get-call:hover {
        background: var(--PrimaryColor);
    }

.modal-content {
    border-radius: 16px;
}
/*.modal-header {
    border:none;
}*/
.modal-header .modal-title {
    color: var(--PrimaryColor);
}

.btn-close {
    border: 2px solid var(--DarkGreyTwo);
    height: 24px;
    width: 24px;
    border-radius: 50%;
    padding: 0 !important;
    background-size: 10px;
}
