:root {
    --primary: #e7760d;
    --secondary: #0d52e3;
    --bg-light: #2a3e812b;
    --bg-gray: #f4f9ff;
    --black: #000000;
    --white: #ffffff;
    --dark: #333333;
    --text-color: #555;
    --font-heading: "Poppins", sans-serif;
    --font-accent: "Inter", sans-serif;
    --font-body: "Inter", sans-serif;
    --icon: "Font Awesome 6 Pro", sans-serif;
}

::-webkit-scrollbar {
    width: 5px;
    background-color: #f5f5f5;
}

::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
    display: none;
}

::-webkit-scrollbar-track-piece {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: var(--white);
}

::-webkit-scrollbar-thumb:vertical {
    border-radius: 10px;
    background-color: #293d80;
}

body {
    font-family: var(--font-body);
    overflow-x: hidden;
    font-size: 16px;
    line-height: 24px;
    color: var(--black);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font-heading);
    display: block;
    font-weight: 600;
    color: #000;
    font-size: 1.25rem;
}

*:hover,
*:focus,
* {
    outline: none !important;
}

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



.pricing_table h2,
.pricing_table p {
    text-align: center;
}

.pricing_table .card .price span,
.pricing_table .card .price strike {
    font-size: 19px;
    color: #2a3e81;
}

.pricing_table .card .price h2 {
    font-size: 50px;
    color: #e7760d;
}

.pricing_table .card .card-header h4 {
    text-align: center;
    min-height: 55px;
}

.pricing_table .card .card-body {
    text-align: center;
}

.pricing_table .table img {
    max-width: 150px;
}

.pricing_table .table th {
    vertical-align: middle;
    text-align: center;
}

.price_card span.label {
    position: absolute;
    background: #283c7c;
    color: #fff;
    padding: 2px 10px;
    border-radius: 3px;
}

.price_card .card-header {
    padding-top: 25px;
}

.table tbody td {
    font-weight: 500;
    font-size: 16px;
    color: #000000e0;
    text-align: center;
    max-width: 20%;
    height: 100px;
    vertical-align: middle;
}

.table tbody td i,
.table tbody td svg {
    font-size: 21px;
}

.pricing_table {
    padding: 4rem 0;
}

.card.price_card {
    width: 240px;
}

@media screen and (max-width: 768px) {
    .table-striped tbody {
        display: none;
    }

    .pricing_table .table img {
        display: none;
    }

    .pricing_table .table th {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
    }

    .card.price_card {
        width: 100%;
    }

    .ready_to_call {
        display: flex;
    }

    .nav-items {
        gap: 10px;
        flex-wrap: wrap;
        justify-content: center;
        margin-top: 10px;
    }

    .header .nav_wrapper .myLinks {
        flex-wrap: wrap;
        justify-content: center !important;
    }

    .check_flex .check_name {
        font-size: 15px !important;
    }

    input#exp_edited {
        display: inline;
    }

    form#step1_validation .col-12 label.expedited_label {
        display: inline;
    }

    .img_name_flex img {
        display: none;
    }
    .logoSelection{
        flex-direction: column!important;
    }
}

@media (min-width: 1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1320px;
    }
}

.goto_logo {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: start;
}

.btn-two {
    color: #ffffff !important;
    box-shadow: 0 10px 30px 0px rgb(0 0 0 / 10%);
    cursor: pointer;
    background-color: #293d80;
    border: 2px solid #293d80;
    position: relative;
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
    font-size: 14px !important;
    line-height: 25px;
    font-family: "Rubik", sans-serif;
    font-weight: 500;
    text-align: center;
    padding: 7px 20px;
    text-transform: capitalize;
    border-radius: 5px;
    z-index: 1;
    transition: all 500ms ease;
}

.btn-two::before {
    background-color: #e7760d;
    position: absolute;
    content: "";
    width: 0%;
    height: 100%;
    left: 0px;
    top: 0px;
    z-index: -1;
    transition: all 500ms ease;
}

.btn-two:hover:before {
    width: 100%;
}

.my_buttons {
    text-align: center;
}

.my_buttons button {
    margin: 5px 5px;
}

.list-box {
    padding: 10px;
}

.btn_check {
    border: 1px solid #e7760d;
    border-radius: 10px;

}

label.btn.btn-default {
    width: 100%;
    margin: 0;
}

.btn_check input {
    display: none;
}

.btn_check i {
    width: 14px;
    text-align: left;
}

.btn_check input:checked+label {
    /* color: #ffffff !important; */
    background-color: #e7760d33;
    border-color: #e7760d;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    border-radius: 7px;
}

.btn_check input:checked+label i:before {
    content: "";
    color: #000;
}

.check_flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.check_flex .check_name {
    display: flex;
    flex-direction: column;
    align-items: start;
    flex-wrap: wrap;
    font-size: 17px;
    font-weight: 600;
}

.tab-content label {
    margin-bottom: 10px;
    margin-top: 20px;
    font-size: 18px;
}

.selectize-input.items input {
    width: 100% !important;
    padding: 10px;
    border: 3px solid #97161e;
    border-radius: 7px;
}

.updates_check {
    display: flex;
    flex-wrap: nowrap;
    align-items: baseline;
    gap: 10px;
}

.header .nav_wrapper .myLinks {
    padding: 17px 30px 17px 0;
    background: #fff;
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 7% 100%);
    height: 60px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.header .nav_wrapper .myLinks a {
    color: #000;
    font-size: 17px;
    font-weight: 500;
    margin: 0 15px;
    text-decoration: none;
}

.next-step {
    background-color: #0e214b;
    color: #fff;
}

.price_brekdown {
    display: flex;
    gap: 5px;
    font-size: 20px;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: start;
    max-width: 750px;
    margin: 10px auto;

}

.price_brekdown #total-payable-price {
    font: 19px;
    font-weight: 600;
}

section.refund-policy {
    margin: 50px 0px;
}



.wizard .nav-tabs {
    position: relative;
    margin-bottom: 0;
    border-bottom-color: transparent;
}

.wizard>div.wizard-inner {
    position: relative;
    margin-bottom: 50px;
    text-align: center;
}

.connecting-line {
    height: 2px;
    background: #e0e0e0;
    position: absolute;
    width: 83%;
    margin: 0 auto;
    left: 50px;
    right: 0;
    top: 15px;
    z-index: 1;
}

.wizard .nav-tabs>li.active>a,
.wizard .nav-tabs>li.active>a:hover,
.wizard .nav-tabs>li.active>a:focus {
    color: #555555;
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
}

span.round-tab {
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    border-radius: 50%;
    background: #fff;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 16px;
    color: #0e214b;
    font-weight: 500;
    border: 1px solid #ddd;
}

span.round-tab i {
    color: #555555;
}

.wizard li.active span.round-tab {
    background: #0e214b;
    color: #fff;
    border-color: #0e214b;
}

.wizard li.active span.round-tab i {
    color: #5bc0de;
}

.wizard .nav-tabs>li.active>a i {
    color: #0e214b;
}

.wizard .nav-tabs>li {
    width: 16.666%;
}

.wizard li:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: red;
    transition: 0.1s ease-in-out;
}



.wizard .nav-tabs>li a {
    width: 30px;
    height: 30px;
    margin: 20px auto;
    border-radius: 100%;
    padding: 0;
    background-color: transparent;
    position: relative;
    top: 0;
}

.wizard .nav-tabs>li a i {
    position: absolute;
    top: -15px;
    font-style: normal;
    font-weight: 400;
    white-space: nowrap;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 12px;
    font-weight: 700;
    color: #fff;
}

.wizard .nav-tabs>li a:hover {
    background: transparent;
}

.wizard .tab-pane {
    position: relative;
    padding-top: 20px;
}


.wizard h3 {
    margin-top: 0;
}

.prev-step,
.next-step {
    font-size: 13px;
    padding: 8px 24px;
    border: none;
    border-radius: 4px;
    margin-top: 30px;
}

.next-step-style {
    font-size: 13px;
    padding: 8px 24px;
    border: none;
    border-radius: 4px;
    margin-top: 30px;
    background-color: #0e214b;
    color: #fff;
}

.error {
    color: red;
}

.package,
.price {
    box-shadow: none !important;
}

form#payment-form {
    max-width: 500px;
    border-radius: 10px;
    margin: 20px auto;
    box-shadow: 2px 2px 2px 2px #000;
}

.payment-title h1 {
    text-align: center;
}

.ui.form .field {
    box-shadow: 2px 2px 2px 2px #0000001c;
    padding: 7px;
    border-radius: 5px;
}

form#payment-form .payment_card_header {
    text-align: center;
    margin: 10px 0px;
}

ul.list-inline.pull-right {
    display: flex;
    gap: 15px;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

#main_form .form-group {
    margin-bottom: 20px;
}

.img_name_flex {
    display: flex;
    gap: 20px;
}

.check_name span.sub_heading {
    font-size: 16px;
    font-weight: 500;
}

header {
    position: relative;
}

header .topRow {
    background: var(--primary);
    padding: 10px 0;
}

.logo img {
    max-width: 220px;
}

header .contInfo,
.socialList {
    display: flex;
    align-items: center;
    gap: 1rem;
}

header .contInfo a,
.socialList a {
    color: var(--white);
    font-size: 1rem;
    text-decoration: none;
}

section {
    padding: 3rem 0;
}

.bg-light {
    background-image: url(../images/trademark-registration/bg4.webp);
    margin: 0;
    padding: 2rem 0;
    margin-bottom: 2rem;
    border-radius: 10px;
    background-size: cover;
}

.bg-light h2,
.bg-light p {
    color: var(--white);
}

.progress {
    height: 30px;
    font-size: 1.2rem;
    font-weight: 800;
    background: #f6f6f6;
    margin: 2rem auto 0;
    border-radius: 5px;
    width: calc(100% - 6rem);
}

.progress-bar {
    background-color: var(--primary);
    color: var(--white);
}

.boxStyle {
    background: var(--white);
    box-shadow: 0 0 20px #0002;
    padding: 2.5rem;
    border-radius: 1.5rem;
    margin-bottom: 2rem;
}

.logoSelection {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    gap: 1.5rem;
}

.logoSelection .selectionStyle {
    position: relative;
    flex: 0 0 32%;
    cursor: pointer;
}

.logoSelection .selectionStyle .form-check-input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    opacity: 0;
    z-index: 1;
}

.selectionStyle .wrap {
    border: 2px solid var(--primary);
    border-radius: 8px;
    padding: 1rem 3.125rem 1rem 1rem;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: ease all 0.5s;
}

.logoSelection .selectionStyle .form-check-input:checked+.wrap {
    background: #e7760d2b;
    border-color: var(--primary);
}

.logoSelection .selectionStyle .wrap:before,
.logoSelection .selectionStyle .wrap:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 1rem;
    transform: translateY(-50%);
    width: 22px;
    height: 22px;
    border: 2px solid var(--primary);
    border-radius: 5px;
}

.logoSelection .selectionStyle .form-check-input:checked+.wrap:before {
    border-color: var(--secondary);
    background: var(--secondary);
}

.logoSelection .selectionStyle .wrap:after {
    content: "";
    border: none;
    border-radius: unset;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    background: url(../images/icons/check.webp) top left / 100% no-repeat;
    width: 20px;
    height: 20px;
}

.logoSelection .selectionStyle .form-check-input:checked+.wrap:after {
    opacity: 1;
    color: var(--white);
}

.selectionStyle .wrap img {
    width: 60px;
}

.select_one{
    font-size: 25px!important;
    text-align: center;
}

.selectionStyle .wrap .content {
    display: flex;
    flex-direction: column;
}

.selectionStyle .wrap .form-check-label {
    font-weight: 800 !important;
    font-size: 20px;
    line-height: 1;
    margin: 0;
}

.selectionStyle .wrap small {
    font-size: 12px;
    font-weight: 600;
}

.logoStyle {
    position: relative;
}

.logoStyle .form-control {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
}

.logoStyle .fileUploadStyle {
    padding: 2rem;
    border-radius: 1rem;
    background: #f5f5f5;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

.formWrap label {
    font-weight: 700;
}

.formWrap .form-control,
.formWrap .btnStyle {
    height: 3.5rem;
}


.btn-one {
    background: var(--primary);
    color: var(--white);
    border: 0;
    border-radius: 5px;
    display: inline-block;
    padding: 12px 15px;
    font-size: 1rem;
    font-weight: 400;
    text-transform: capitalize;
    transition: .3s ease;
}

.btn-one:hover,
.btn-one:focus {
    background: var(--secondary);
    color: var(--white);
    transition: .3s ease;
}

.btn-one-rev {
    background: transparent;
    color: var(--primary);
    border: 1px solid var(--primary);
    border-radius: 5px;
    display: inline-block;
    padding: 12px 15px;
    font-size: 1rem;
    font-weight: 400;
    text-transform: capitalize;
    transition: .3s ease;
}

.btn-one-rev:hover,
.btn-one-rev:focus {
    background: var(--primary);
    color: var(--white);
    transition: .3s ease;
}

.iti {
    width: 100%;
}

.logoStyle {
    position: relative;
}

.logoStyle .form-control {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
}

.logoStyle .fileUploadStyle {
    padding: 2rem;
    border-radius: 1rem;
    background: #f5f5f5;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

img {
    max-width: 100%;
}
.ready_to_call {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 5px 10px;
    font-size: 22px;
    color: #fff;
    display: flex;
    justify-content: center;
    /* background: linear-gradient(90deg, #6138d8 0, #db51f7); */
    background-color: #fd7e14;
    animation: blink_btn 0.8s infinite;
    z-index: 9999;
    display: none;
}
.ready_to_call a{
    color: #fff;
    font-size: 18px;
    text-decoration: none;
}
@media screen and (max-width: 768px) {
    .ready_to_call {
      display: flex;
    }
}
@keyframes blink_btn {
    0% {
        opacity: 0.4;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0.4;
    }
}