.poppins-regular {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.poppins-medium {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.poppins-semibold {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
}

.poppins-black {
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    font-style: normal;
}

.inter {
    font-family: "inter", sans-serif;
    font-style: normal;
}

body {
    color: #5b5b5b;
    line-height: 1.5;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
    background: var(--sixth-white);
}

::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
}

::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: var(--primary-color);
    box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}

::selection {
    background: var(--primary-color);
    color: var(--sixth-white);
}

ul {
    padding-left: 0px;
    list-style-type: none;
    margin-bottom: 0px;
}

p {
    color: var(--fifth-color);
    font-family: "inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 27px;
    display: block;
}

:root {
    --primary-color: #635dfb;
    --secondary-color: #111928;
    --third-color: #1e1e1e;
    --fourth-color: #f0efff;
    --fifth-color: #6b7280;
    --sixth-white: #fff;
    --seven-black: #000;
    --border-color: #d1d5db;
}

li {
    display: inline-block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Anek Latin", sans-serif;
    font-weight: 600;
    color: #000000;
}

a {
    list-style-type: none;
    color: #777777;
    text-decoration: none;
}

.fs11 {
    font-size: 11px;
}

.fs14 {
    font-size: 14px;
}

.fs15 {
    font-size: 15px;
}

.fs16 {
    font-size: 16px;
}

.fs18 {
    font-size: 18px;
}

.fs20 {
    font-size: 20px;
}

.fs22 {
    font-size: 22px;
}

.fs25 {
    font-size: 25px;
}

.fs30 {
    font-size: 30px;
}

.fs32 {
    font-size: 32px;
}

.fs35 {
    font-size: 35px;
}

.fs40 {
    font-size: 40px;
}

.fs50 {
    font-size: 50px;
}

.fs60 {
    font-size: 60px;
}

.fs70 {
    font-size: 70px;
}

.fs80 {
    font-size: 80px;
}

.fs90 {
    font-size: 90px;
}

.fw-light {
    font-weight: 300;
}

.fw-regular {
    font-weight: 400;
}

.fw-medium {
    font-weight: 500;
}

.fw-semibold {
    font-weight: 600;
}

.fw-bold {
    font-weight: 700;
}

.color-white {
    color: #fff !important;
}

.color-black {
    color: #000 !important;
}

.color-yellow {
    color: #fcaf43 !important;
}

.color-blue {
    color: #635dfb !important;
}

.bg-white {
    background: #fff;
}

.bg-black {
    background: #1e1e1e;
}

.bg-grey {
    background: #0d0d0d;
}

.bg-lightgrey {
    background: #f4f4f4;
}

/* *********************  Btn One Style  ********************** */
.t-btn-one {
    border-radius: 0px;
    box-sizing: border-box;
    font-weight: 500;
    overflow: hidden;
    position: relative;
    background: var(--primary-color);
    color: var(--sixth-white);
    transition: ease 0.4s;
    border: 1px solid transparent;
    text-align: center;
    padding: 10px 55px;
    display: inline-block;
    border-radius: 8px;
}

.t-btn-one:hover {
    background: none;
    color: #000 !important;
    border: 1px solid #000;
}

.t-btn-one i,
.normal-btn i {
    padding-left: 7px;
    font-size: 13px;
}

.normal-btn {
    border-radius: 0px;
    box-sizing: border-box;
    font-weight: 500;
    overflow: hidden;
    position: relative;
    background: none;
    color: #000;
    transition: ease 0.4s;
    border: 1px solid #000;
    text-align: center;
    padding: 10px 25px;
    display: inline-block;
}

.normal-btn:hover {
    background: #000;
    color: var(--sixth-white) !important;
    border: 1px solid transparent;
}

/* *********************  Btn One Style End ********************** */
.head-div h2 {
    font-size: 40px;
    position: relative;
    margin-bottom: 10px;
}

.head-div h4 {
    font-size: 16px;
    margin-bottom: 10px;
    color: #fcaf43;
    font-weight: 300;
    position: relative;
}

.head-div h4:after {
    position: absolute;
    content: "";
    width: 100px;
    height: 3px;
    background: url(../images/placeholder.svg) no-repeat;
    left: 0;
    bottom: -15px;
}

/* ************************** Main Header Css **************************** */
button.navbar-toggler {
    background: #e7760d;
}

.header .bg-body-tertiary {
    display: none;
}

.header {
    padding: 12px 0;
}

.navbar-brand img {
    width: 189px;
}

.header ul li a {
    font-size: 16px;
    font-weight: 500;
    color: #000;
}

.header ul.navbar-nav li a {
    padding: 0 20px !important;
    margin-bottom: 20px;
}

nav ul li a:hover,
nav ul li a.active,
nav ul li a:focus {
    color: #2e3192 !important;
}

.header ul.dropdown-menu li {
    display: block;
}

.header ul.dropdown-menu li a {
    width: 100%;
    color: #000;
    padding: 10px 10px !important;
    transition: ease 0.4s;
}

.header ul.dropdown-menu li a:hover {
    color: #000 !important;
    background: #fcaf43;
}

/* ************************** Main Header Css End **************************** */
/* ************************** Footer Css **************************** */

.footer-main {
    background: #000000;
}

.footer-main img {
    width: auto;
}

.footer-main .social-icons a {
    display: inline-block;
    text-align: center;
    line-height: 40px;
    color: var(--sixth-white);
    border-radius: 100px;
    margin-right: 15px;
    transition: ease 0.4s;
}

.footer-main .social-icons a:last-child {
    margin-right: 0;
}

.footer-main .social-icons a:hover {
    color: #fcaf43;
}

.footer-main h5 {
    font-size: 25px;
    color: var(--sixth-white);
    font-weight: 600;
    margin-bottom: 20px;
}

.footer-main ul li a:hover {
    color: #fcaf43;
}

.footer-main ul li a {
    color: #bdbdbd;
    font-size: 18px;
    transition: ease 0.4s;
}

.footer-main ul li {
    display: block;
    padding-bottom: 10px;
    color: #bdbdbd;
    font-size: 18px;
}

.footer-main .main-policy li {
    padding-right: 15px;
    display: inline-block;
}

.footer-main .main-policy li:last-child {
    padding-right: 0;
}

.footer-main .copy-right-div p {
    color: #6b6b6b;
    font-size: 18px;
}

.footer-main .main-policy {
    text-align: right;
}

.footer-main .main-policy a {
    color: #6b6b6b;
}

.footer-main .row.mt-5 {
    border-top: 1px solid #555555;
    padding-top: 20px;
}

/* ************************** Footer Css End **************************** */

/* ************************** One Step Form **************************** */
.tradmargister {
    width: 100%;
    margin: 0px auto;
}

.tradmargister ul li a {
    color: var(--third-color);
}

.tradmargister ul {
    padding-bottom: 22px;
    margin-bottom: 20px;
}

.tradmargister ul li {
    margin-right: 49px;
}

.tradmargister ul li a {
    color: var(--seven-black);
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    background: #d1d5db;
    line-height: 50px;
    display: block;
    padding: 5px 50px;
    border-radius: 7px;
}

.tradmargister ul li:last-child {
    margin-right: 0px;
}

.tradmargister ul li a.active {
    color: var(--sixth-white);
    background-color: var(--primary-color);
}

.Trademark-Registration {
    padding: 5% 0;
}

.bigheading span {
    color: var(--secondary-color);
    font-family: "inter", sans-serif;
    font-size: 40px;
    font-weight: 600;
    display: block;
    text-align: left;
}

.bigheading small {
    color: var(--secondary-color);
    font-family: "inter", sans-serif;
    font-size: 24px;
    font-weight: 500;
    display: block;
    text-align: left;
    margin-bottom: 15px;
}

.bigheading strong {
    color: var(--secondary-color);
    font-family: "inter", sans-serif;
    font-size: 20px;
    font-weight: 500;
    display: block;
    text-align: left;
    margin-bottom: 12px;
}

.bigheading p {
    text-align: left;
}

.radio-input {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    text-align: center;
}

.Radio {
    padding: 3px 0px;
    border: 2px solid #635dfb;
    border-radius: 100px;
    margin: 30px auto;
}

.radio-input input[type="radio"] {
    margin-right: 10px;
    width: 25px;
    height: 25px;
    border: 1px solid var(--border-color);
    background: #f9fafb;
}

.radio-input input:checked {
    border: 2px solid var(--sixth-white);
    background: var(--secondary-color);
}

.inputfields input[type="radio"] {
    margin-right: 10px;
    width: 20px;
    height: 20px;
    border: 1px solid var(--border-color);
    background: #f9fafb;
}

.inputfields .form-check-input:checked {
    border: 2px solid var(--sixth-white);
    background: #0075ff;
}

.inputfields .form-check label {
    color: var(--sixth-white);
}

.form {
    width: 100%;
    margin: 15px auto;
}

.form label {
    text-align: left;
}

.inputfields {
    margin-top: 20px;
}

.acceptinline {
    display: inline-flex;
}

.form .form-control {
    width: 100%;
    height: 60px;
    border: 1px solid var(--border-color);
    background: #f9fafb;
    border-radius: 10px;
    padding: 10px 15px;
}

.inputfields label {
    display: block;
    text-align: left;
    font-weight: 700;
    color: #000;
    display: block;
    font-size: 18px;
}

.set {
    position: relative;
}

.set i {
    position: absolute;
    top: 0;
    font-size: 30px;
    color: #fff;
    background: #635dfb;
    line-height: 60px;
    padding: 0 40px;
    left: 0;
    border-radius: 10px 0px 0px 10px;
}

.inputfields textarea {
    width: 100%;
    height: 220px;
    border: 1px solid #d1d5db;
    background: #f9fafb;
    border-radius: 10px;
    padding: 10px 15px;
}

.form .form-control:focus {
    border: 1px solid var(--primary-color);
    outline: inherit;
    box-shadow: none;
}

.form textarea:focus {
    border: 1px solid var(--primary-color);
    outline: inherit;
    box-shadow: none;
}

.show-uploaded {
    background: #635dfb;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    border-radius: 15px;
}

.form p {
    text-align: left;
}

.form .radio-input label {
    margin-right: 50px;
    color: var(--secondary-color);
}

.trademarkinformation {
    background: var(--primary-color);
    padding: 3% 0 4% 0;
}

.packagesmain {
    padding: 2% 0;
}

.packagesbox {
    border: 2px solid var(--border-color);
    padding: 20px 10px;
    border-radius: 15px;
    background: #f9fafb;
    margin-top: 50px;
    min-height: 590px;
    position: relative;
    margin-bottom: 50px;
}

.packagesbox:hover {
    background: var(--primary-color);
}

.pack-main.selected {
    background-color: transparent;
    /* Light blue background */
    color: var(--sixth-white);
}

.pack-main.selected span {
    color: var(--sixth-white);
}

.pack-main.selected small {
    color: var(--sixth-white);
}

.pack-main.selected li,
.pack-main.selected li i {
    color: var(--sixth-white);
}

.fortableset td {
    height: 69px;
}

.formargincenter {
    margin: 0px auto;
    display: table;
}

.packagesbox:hover .packageheading span,
.packagesbox:hover .packageheading small {
    color: var(--sixth-white);
}

.packagesbox:hover .packageprice span {
    color: var(--sixth-white);
}

.packagesbox:hover .packageprice span {
    color: var(--sixth-white);
}

.packagesbox:hover .packageslist ul li,
.packagesbox:hover .packageslist ul li i {
    color: var(--sixth-white);
}

.packageheading span {
    color: var(--secondary-color);
    font-family: "inter", sans-serif;
    font-size: 20px;
    font-weight: 600;
    display: block;
    text-align: center;
    margin: 0 0 10px 0;
}

.packageprice strike {
    color: #e02424;
    font-family: "inter", sans-serif;
    font-size: 18px;
    font-weight: 600;
    display: block;
    text-align: right;
    margin: 10px 0 0 0;
    line-height: 20px;
}

.packageprice span {
    color: var(--primary-color);
    font-family: "inter", sans-serif;
    font-size: 50px;
    font-weight: 700;
    display: block;
    text-align: center;
    margin: 0 0 10px 0;
}

.packageslist ul li {
    position: relative;
    padding-left: 30px;
    display: block;
    margin-bottom: 10px;
    text-align: left;
}

.packageslist ul li i {
    position: absolute;
    left: 0;
    top: 3px;
    color: var(--primary-color);
    font-size: 20px;
}

.packageslist ul {
    overflow-y: scroll;
    height: 250px;
}

.getstarted a {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    width: 90%;
    margin: 0px auto;
}

.checkbox-wrapper input[type="checkbox"] {
    display: none;
}

.checkbox-wrapper .terms-label {
    cursor: pointer;
    display: flex;
    align-items: center;
    color: var(--sixth-white);
}

.checkbox-wrapper .terms-label .label-text {
    margin-left: 10px;
}

.checkbox-wrapper .checkbox-svg {
    width: 30px;
    height: 30px;
}

.checkbox-wrapper .checkbox-box {
    fill: rgb(204 202 253);
    stroke: #635dfb;
    stroke-dasharray: 800;
    stroke-dashoffset: 800;
    transition: stroke-dashoffset 0.6s ease-in;
}

.checkbox-wrapper .checkbox-tick {
    stroke: #635dfb;
    stroke-dasharray: 172;
    stroke-dashoffset: 172;
    transition: stroke-dashoffset 0.6s ease-in;
}

.checkbox-wrapper input[type="checkbox"]:checked+.terms-label .checkbox-box,
.checkbox-wrapper input[type="checkbox"]:checked+.terms-label .checkbox-tick {
    stroke-dashoffset: 0;
}

/* From Uiverse.io by Pradeepsaranbishnoi */
.Radio input[type="radio"] {
    position: absolute;
    left: -100px;
}

.Radio input[type="radio"]:focus {
    border: 2px solid var(--primary-color);
}

.Radio input[type="radio"]+label {
    position: relative;
    display: block;
    line-height: 3rem;
    cursor: pointer;
    white-space: nowrap;
    color: #d1d5db;
}

.Radio input[type="radio"]+label::before,
.Radio input[type="radio"]+label::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    transition: 0.5s;
}

.Radio input[type="radio"]+label {
    padding-left: 3rem;
    margin-right: 3rem;
}

.Radio input[type="radio"]+label::before {
    width: 1.6rem;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    background: #d1d5db;
}

.Radio input[type="radio"]+label::after {
    left: 4px;
    width: 1.1rem;
    transform: translateY(-50%) scale(0);
}

.Radio input[type="radio"]:not(:checked)+label::after {
    animation: radio 0.5s linear;
}

.Radio input[type="radio"]:checked+label::after {
    transform: translateY(-50%) scale(1);
}

.inputfields .Radio input[type="radio"]+label {
    line-height: 20px;
    color: #fff;
}

.Radio input[type="radio"]+label::after {
    aspect-ratio: 1 / 1;
    border: 0.1rem solid var(--primary-color);
    border-radius: 50%;
    background: var(--primary-color);
}

.OrderSummaryMain {
    background: #f0efff;
    padding: 5% 0;
}

.uploadimage {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    opacity: 0;
}

.show-images {
    display: flex;
    flex-wrap: wrap;
    gap: 23px;
    margin-bottom: 24px;
}

.row.iwill-hidden.brand-value.active {
    display: none;
}

.row.logo-check-hide.active {
    display: none;
}

.row.logo-check-hide {
    display: block;
}

body.one-step-form .logo {
    position: relative;
}

.bordernone .Radio {
    border: none !important;
}

.acceptinline label {
    color: var(--secondary-color) !important;
    margin: 0 !important;
    padding: 0 !important;
    padding-left: 40px !important;
}

.acceptinline strong {
    color: var(--primary-color);
}

.acceptinline a {
    color: var(--secondary-color);
}

tr.default-row td {
    line-height: 40px;
}

table#createtd {
    border: 2px solid var();
    border-radius: 15px;
}

.fortableset table {
    border-collapse: separate;
    border-spacing: 0;
}

.fortableset .borderborder td {
    border: solid 1px var(--fifth-color);
    border-style: none solid solid none;
    padding: 14px 10px !important;
}

.fortableset tr:first-child td:first-child {
    border-top-left-radius: 10px;
}

.fortableset tr:first-child td:last-child {
    border-top-right-radius: 10px;
}

.fortableset tr:last-child td:first-child {
    border-bottom-left-radius: 10px;
}

.fortableset tr:last-child td:last-child {
    border-bottom-right-radius: 10px;
}

.fortableset tr:first-child td {
    border-top-style: solid;
}

.fortableset tr td:first-child {
    border-left-style: solid;
}

.fortableset {
    position: relative;
}

.totalabsolute {
    position: absolute;
    right: 0;
}

h4.totalabsolute {
    position: absolute;
    right: 24px;
    top: auto;
    bottom: 8px;
    background: var(--primary-color);
    padding: 15px;
    border-radius: 0px 0px 12px 20px;
    color: var(--sixth-white);
    width: 390px;
    text-align: center;
    padding: 24px 0;
    font-size: 18px;
}

.gap-2 strong {
    color: var(--primary-color);
}

.radio-buttons-container {
    display: flex;
    align-items: center;
    gap: 24px;
}

.radio-button {
    display: inline-block;
    position: relative;
    cursor: pointer;
}

.radio-button__input {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.radio-button__label {
    display: inline-block;
    padding-left: 30px;
    margin-bottom: 10px;
    position: relative;
    font-size: 16px;
    color: #000000;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}

.radio-button__custom {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid #555;
    transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}

.radio-button__input:checked+.radio-button__label .radio-button__custom {
    transform: translateY(-50%) scale(0.9);
    border: 5px solid var(--primary-color);
    color: var(--primary-color);
}

.radio-button__input:checked+.radio-button__label {
    color: var(--primary-color);
}

.radio-button__label:hover .radio-button__custom {
    transform: translateY(-50%) scale(1.2);
    border-color: #4c8bf5;
    box-shadow: 0 0 10px #4c8bf580;
}

.selectpackageslist ul li {
    margin-bottom: 10px;
    border-bottom: 2px solid var(--fifth-color);
    display: block;
}

/* ************************** CopyRightForm Css  **************************** */
.packagesright .packageslist ul li i {
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    color: var(--primary-color);
    font-size: 30px;
}

.packageslist ul {
    overflow-y: scroll;
    height: auto;
}

.packagesright .mb-3 {
    margin-bottom: 0;
}

.packagesright .packageheading span {
    font-size: 16px;
}

.packagesright .packageprice span {
    font-size: 28px;
    margin: 10px 0 20px 0;
}

.packagesright .packagesbox {
    margin-top: 0;
    min-height: auto;
    margin-bottom: 30px;
    padding: 0;
}

.packagesright .packageslist ul li {
    position: relative;
    padding-left: 0;
    display: block;
    margin-bottom: 54px;
    text-align: center;
}

.packagesright .packageslist ul li:last-child {
    margin-bottom: 0px;
}

.packagesright .packageslist ul li .color-grey {
    color: var(--fifth-color);
}

.packagesright .selectpackageslist ul {
    margin-top: 90px;
}

.packagesright .getstarted a {
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    margin: 0px auto;
    font-size: 18px;
    padding: 14px 0;
}

/* ************************** CopyRightForm Css  **************************** */
.hungry {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px auto;
}

.hungry .selection {
    margin-bottom: 1em;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.hungry .selection input[type="radio"] {
    display: inline-block;
    appearance: none;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    border: 2px solid #d1d5db;
    /* Default border color */
    border-radius: 50%;
    outline: none;
    cursor: pointer;
    position: relative;
    top: 4px;
}

.hungry .selection input[type="radio"]:checked {
    border: 2px solid var(--primary-color);
    /* Border color when selected */
    background-color: var(--primary-color);
    /* Background color for selected state */
    position: relative;
}

.hungry .selection input[type="radio"]:checked::after {
    content: "";
    width: 10px;
    height: 10px;
    background-color: #ffffff;
    /* Inner dot color */
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.hungry .selection label {
    display: inline-block;
    background-color: transparent;
    border-radius: 6px;
    color: #ffffff;
    padding: 15px 30px;
    cursor: pointer;
    border-radius: 100px;
    border: 2px solid #d1d5db;
    color: #d1d5db;
    margin: 0 10px;
}

.hungry .selection label:hover {
    background-color: transparent;
    border: 2px solid var(--primary-color);
    color: var(--primary-color);
}

.hungry .selection input[type="radio"]:checked~label {
    color: var(--primary-color);
}

.todolist button {
    display: table;
    margin: 0px auto;
    border: none;
    background: var(--primary-color);
    color: var(--sixth-white);
    border: 1px solid var(--primary-color);
    padding: 15px 30px;
    font-size: 20px;
    border-radius: 7px;
}

.todolist button:hover,
.todolist button:focus {
    background: transparent;
    color: var(--seven-black);
    border: 1px solid var(--seven-black);
}

.owner-fields {
    border: 1px solid #ccc;
    padding: 20px 20px 10px 20px;
    border-radius: 5px;
    background-color: #f9f9f9;
}

.owner-fields .form-control {
    margin-bottom: 10px;
}

.btn-primary {
    background-color: #007bff;
    border-color: #007bff;
    color: #fff;
}

.btn-primary:hover {
    background-color: #0056b3;
}

.btn-danger {
    background-color: #dc3545;
    border-color: #dc3545;
    color: #fff;
    width: 100%;
    padding: 15px 0;
}

.btn-danger:hover {
    background-color: #c82333;
}

.fortextleft .packageheading span {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.fortextleft .packageprice {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.fortextleft .packageprice span {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

/* ************************** One Step Form **************************** */

/* ************************** Payment Form **************************** */
.payment-title {
    width: 100%;
    text-align: center;
}

.form-container .field-container:first-of-type {
    grid-area: name;
}

.form-container .field-container:nth-of-type(2) {
    grid-area: number;
}

.form-container .field-container:nth-of-type(3) {
    grid-area: expiration;
}

.form-container .field-container:nth-of-type(4) {
    grid-area: security;
}

.field-container input {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.field-container {
    position: relative;
}

.form-container {
    display: block;
    grid-column-gap: 10px;
    grid-template-columns: auto auto;
    grid-template-rows: 90px 90px 90px;
    grid-template-areas:
        "name name"
        "number number"
        "expiration security";
    color: #707070;
    background: #fff;
    padding: 20px;
    box-shadow: 1px 1px 10px rgb(0 0 0 / 30%);
    border-radius: 15px;
}

label {
    padding-bottom: 5px;
    font-size: 13px;
}

input {
    margin-top: 3px;
    padding: 15px;
    font-size: 16px;
    width: 100%;
    border-radius: 3px;
    border: 1px solid #dcdcdc;
}

.ccicon {
    height: 28px;
    position: absolute;
    right: 6px;
    top: calc(51% - 0px);
    width: 40px;
}

/* CREDIT CARD IMAGE STYLING */
.preload * {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
}

.cardcontainer {
    width: 100%;
    max-width: 400px;
    max-height: 251px;
    height: 54vw;
    padding: 20px;
}

#ccsingle {
    position: absolute;
    right: 15px;
    top: 20px;
}

#ccsingle svg {
    width: 100px;
    max-height: 60px;
}

.creditcard svg#cardfront,
.creditcard svg#cardback {
    width: 100%;
    -webkit-box-shadow: 1px 5px 6px 0px black;
    box-shadow: 1px 5px 6px 0px black;
    border-radius: 22px;
}

#generatecard {
    cursor: pointer;
    float: right;
    font-size: 12px;
    color: #fff;
    padding: 2px 4px;
    background-color: #909090;
    border-radius: 4px;
    cursor: pointer;
    float: right;
    display: none;
}

/* CHANGEABLE CARD ELEMENTS */
.creditcard .lightcolor,
.creditcard .darkcolor {
    -webkit-transition: fill 0.5s;
    transition: fill 0.5s;
}

.creditcard .lightblue {
    fill: #03a9f4;
}

.creditcard .lightbluedark {
    fill: #0288d1;
}

.creditcard .red {
    fill: #ef5350;
}

.creditcard .reddark {
    fill: #d32f2f;
}

.creditcard .purple {
    fill: #ab47bc;
}

.creditcard .purpledark {
    fill: #7b1fa2;
}

.creditcard .cyan {
    fill: #26c6da;
}

.creditcard .cyandark {
    fill: #0097a7;
}

.creditcard .green {
    fill: #66bb6a;
}

.creditcard .greendark {
    fill: #388e3c;
}

.creditcard .lime {
    fill: #d4e157;
}

.creditcard .limedark {
    fill: #afb42b;
}

.creditcard .yellow {
    fill: #ffeb3b;
}

.creditcard .yellowdark {
    fill: #f9a825;
}

.creditcard .orange {
    fill: #ff9800;
}

.creditcard .orangedark {
    fill: #ef6c00;
}

.creditcard .grey {
    fill: #bdbdbd;
}

.creditcard .greydark {
    fill: #616161;
}

/* FRONT OF CARD */
#svgname {
    text-transform: uppercase;
}

#cardfront .st2 {
    fill: #ffffff;
}

#cardfront .st3 {
    font-family: "Source Code Pro", monospace;
    font-weight: 600;
}

#cardfront .st4 {
    font-size: 54.7817px;
}

#cardfront .st5 {
    font-family: "Source Code Pro", monospace;
    font-weight: 400;
}

#cardfront .st6 {
    font-size: 33.1112px;
}

#cardfront .st7 {
    opacity: 0.6;
    fill: #ffffff;
}

#cardfront .st8 {
    font-size: 24px;
}

#cardfront .st9 {
    font-size: 36.5498px;
}

#cardfront .st10 {
    font-family: "Source Code Pro", monospace;
    font-weight: 300;
}

#cardfront .st11 {
    font-size: 16.1716px;
}

#cardfront .st12 {
    fill: #4c4c4c;
}

/* BACK OF CARD */
#cardback .st0 {
    fill: none;
    stroke: #0f0f0f;
    stroke-miterlimit: 10;
}

#cardback .st2 {
    fill: #111111;
}

#cardback .st3 {
    fill: #f2f2f2;
}

#cardback .st4 {
    fill: #d8d2db;
}

#cardback .st5 {
    fill: #c4c4c4;
}

#cardback .st6 {
    font-family: "Source Code Pro", monospace;
    font-weight: 400;
}

#cardback .st7 {
    font-size: 27px;
}

#cardback .st8 {
    opacity: 0.6;
}

#cardback .st9 {
    fill: #ffffff;
}

#cardback .st10 {
    font-size: 24px;
}

#cardback .st11 {
    fill: #eaeaea;
}

#cardback .st12 {
    font-family: "Rock Salt", cursive;
}

#cardback .st13 {
    font-size: 37.769px;
}

/* FLIP ANIMATION */
.cardcontainer {
    perspective: 1000px;
}

.creditcard {
    width: 100%;
    max-width: 400px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    transition: -webkit-transform 0.6s;
    -webkit-transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    transition: transform 0.6s, -webkit-transform 0.6s;
    cursor: pointer;
}

.creditcard .front,
.creditcard .back {
    position: absolute;
    width: 100%;
    max-width: 400px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    color: #47525d;
}

.creditcard .back {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.creditcard.flipped {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.fordflex {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3%;
    background: var(--primary-color);
    border-radius: 15px;
    margin-bottom: 20px;
}

.field-container label {
    text-align: left;
    display: block;
    color: var(--fifth-color);
    font-family: "inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    margin-top: 10px;
}

.submit-btn {
    display: table;
    margin: 0px auto;
    width: 50%;
    background: var(--primary-color);
    border: 1px solid var(--primary-color);
    color: var(--sixth-white);
    padding: 15px 0;
    border-radius: 7px;
}

.submit-btn:hover,
.submit-btn:focus {
    background: transparent;
    border: 1px solid var(--secondary-color);
    color: var(--secondary-color);
}

.form .field-container .form-control {
    width: 100%;
    height: 45px;
    border: 1px solid var(--border-color);
    background: #f9fafb;
    border-radius: 7px;
    padding: 10px 15px;
}

.img-secure img {
    width: 100px;
}

input#Agreement {
    width: auto;
}

.Agreement {
    margin-bottom: 20px;
}

.forcheckcenter {
    display: table;
    margin: 40px auto 30px auto;
}

/* ************************** Payment Form **************************** */



@media (max-width: 1024px) {
    .header .navbar.navbar-expand-lg {
        display: none;
    }

    .header .bg-body-tertiary {
        display: block !important;
    }

    .offcanvas-title img {
        width: 130px;
    }

    .fordflex {
        flex-wrap: wrap;
        gap: 20px;
    }
}

.loader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.8);
    z-index: 9999;

    display: none;
}

.loader-overlay {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.loader-overlay img {
    width: 80px;
    height: 80px;
}

.disable-click {
    pointer-events: none;
    opacity: 0.6;
}

.error {
    color: red !important;
}

.pack-main.selected ul li {
    color: #000 !important;
}