

.steps-progress>span {
  width: 30px;
  height: 30px;
  display: flex;
  border-radius: 100px;
  align-items: center;
  justify-content: center;
  position: relative;
  border: 2px solid #D1D5DB;
  background: white;
}

.steps-progress span.completed{
  background: #005ea2;
  border: 0;
}
.step-inner-head h5 br {
    display: none;
}

.steps-progress span::after {
}

.steps-progress span.completed:after{
  background: #4c50be;
}

.steps-progress span:last-child:after {
  content: none;
}

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


/*.stepForm .tab {
  display: none;
}*/

.stepForm #prevBtn {background: no-repeat;border: 1px solid #000000;color: #000000;}

.steps-progress {
  display: flex;
  gap: 215px;
  background: #fff;
  border-radius: 10px;
  /* padding: 55px 20px 20px 20px; */
  padding: 20px 20px 55px 20px;
  justify-content: center;
  align-items: center;
  margin: 0 0 40px 0;
}

.steps-progress>span {
  width: 24px;
  height: 24px;
  display: flex;
  border-radius: 100px;
  align-items: center;
  justify-content: center;
  position: relative;
  border: 2px solid #DADDE5;
  background: white;
  background: #DADDE5;
}

.steps-progress>span:nth-child(2)::before {content:'2'; color:#005ea2; font-weight:bold;}
.steps-progress>span:nth-child(3)::before {content:'3'; color:#005ea2; font-weight:bold;}
.steps-progress .step:hover, .steps-progress .step:hover::before {background-color:#005ea2; color:#fff;}

.steps-progress span::after {
  content: "";
  display: none;
  /* display: flex; */
  width: 233px;
  height: 4px;
  position: absolute;
  left: 22px;
  background: #D1D5DB;
}

.steps-progress span.completed::after{
  background: #4c50be;
}

.stepform-sec {
    background: #f2eae2;
    border-top: 2px solid #005ea2;
    padding: 50px 0px 50px 0;
    /* margin: 0 0 -200px 0; */
}

.invalid {
        border: 1px solid red !important;
    }

    textarea#mytextnow {
    height: 400px !important;
}
.stepform-sec h1 {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    margin: 0 0 50px 0;
}
.step-inner-head {
    position: absolute;
    width: max-content;
    display: flex;
    align-items: center;
    top: 27px;
    /* top: -34px; */
    transition: 0.5s;
    padding: 6px 10px;
    background: #fff;
}



.step.finish.completed .step-inner-head i {
    color: #005ea2;
}

.step.finish.completed .step-inner-head h5 {
    color: #005ea2;
}

.step-inner-head h5 {
    font-size: 20px;
    font-weight: 600;
    padding: 0 0 0 8px;
    color: #989aa2;
}

.step-inner-head i {
    color: #989aa2;
    vertical-align: middle;
    display:none;
}

.step.completed .step-inner-head i {
    color: #005ea2;
}

.steps-progress .completed .step-inner-head i{
    color: #005ea2;
}


.steps-progress .completed .step-inner-head h5{
    color: #005ea2;
}


.steps-progress .completed .step-inner-head {
    background: #f2eae2;
    border-radius: 10px;
}

.stepform-sec .container {
    max-width: 1220px;
}

[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #646464;
    font-size: 20px;
    font-weight: 600;
    font-family: 'Darker Grotesque';
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 4px;
    width: 18px;
    height: 18px;
    border: 2px solid #005ea2;
    border-radius: 100%;
    background: #fff;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 10px;
    height: 10px;
    background: #005ea2;
    position: absolute;
    top: 4px;
    left: 4px;
    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);
}
.radio-box-inner {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 5px 0 10px 0;
}

.tooltip-head {
  position: relative;
  padding: 0 0 0 15px;
  font-weight: bold;
  color: #005ea2;
  cursor: pointer;
  font-size: 20px;
  font-weight: 600;
  display: inline;
}

.tooltip-head .tooltiptext {
  visibility: hidden;
  background-color: #fff;
  border-radius: 6px;
  padding: 5px 0;
  
  /* Position the tooltip */
  position: absolute;
  z-index: 1;
  top: -5px;
  left: 105%;
  box-shadow: 0 5px 5px -3px #0003, 0 8px 10px 1px #00000024, 0 3px 14px 2px #0000001f;
  width: 500px;
  /* height: 400px; */
  padding: 20px;
  border-radius: 10px;
}

.form-box-1 h4 {
    font-size: 30px;
    font-weight: bold;
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 20px 0;
}

.form-box-1 h4 i {
    color: #005ea2;
    font-size: 17px;
}

.form-box-1-inner {
    padding: 20px 25px 30px;
    position: relative;
    border-radius: 13px;
    background-color: rgb(255, 255, 255);
    box-shadow: 2px 0px 21px 8px rgba(15, 15, 15, 0.08);
}

.form-box-1-inner h5 {
    color: #000000;
    font-size: 24px;
    font-weight: 600;
    padding: 10px 0 15px 0;
    display: block;
}

.tooltip-head i {
    color: #005ea2;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #005ea2;
    text-align: center;
    font-size: 10px;
    line-height: 16px;
    margin: 0px 5px 0 0;
    vertical-align: middle;
}

span.tooltiptext h6 {
    color: #000;
    font-size: 30px;
    font-weight: 900;
}

span.tooltiptext p {
    color: #000000;
    font-size: 20px;
    /*font-family: 'Poppins';*/
    font-weight: 400;
    line-height: 25px;
    padding: 15px 0px;
}

.tooltip-head:hover .tooltiptext {
  visibility: visible;
}

.field-box-step-1-innner input, .field-style input {
    width: 595px;
    height: 48px;
    padding: 0px 20px;
    display: block;
    transition: 0.2s;
    border-width: 1px;
    border-color: rgb(0, 94, 162);
    border-style: solid;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 5px 10px 0px rgba(15, 15, 15, 0.08);
    border-radius: 24px;
    font-size: 16px;
     /*font-family: 'Poppins';*/
}

.trademark-check-box-radio{

  display: none;
}

.mb-15{

margin-bottom: 25px;
}
.step-1-hr {
    background: #005ea2;
    margin-bottom: 15px;
}

.step-1-para-box {
    margin: 45px 0 0 0;
}

.step-1-para-box p {
    font-size: 19px;
    line-height: 24px;
}
.stepform-para-conf {
    margin: 45px 0 0 0;
}

.stepform-para-conf p {
    font-size: 18px;
    line-height: 23px;
    color: #000000;
    font-weight: 500;
}
.form-box-2-inner p {
    font-size: 14px;
    line-height: 24px;
    padding: 0 0 30px 0;
}

.form-box-2-inner textarea {
    width: 520px;
    height: 120px;
    resize: none;
    border: 1px solid #005ea2;
    border-radius: 15px;
    padding: 15px;
    display: block;
    font-size: 16px;
    line-height: 24px;
    transition: 0.2s;
    /*font-family: 'Poppins';*/
}
.field-box-company-person{

  display: none;
}

.client-contact-info input {
    width: 100%;
}


.client-contact-info {
    margin: 0 0 15px 0;
}

.form-box-3 h6 {
    font-size: 20px;
    font-weight: bold;
    padding: 10px 0 20px 0;
}

/* STYLE D */

.checkbox.style-d {
  display: inline-block;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.checkbox.style-d input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkbox.style-d input:checked ~ .checkbox__checkmark {
  background-color: #005ea2;
}
.checkbox.style-d input:checked ~ .checkbox__checkmark:after {
  opacity: 1;
}
.checkbox.style-d:hover input ~ .checkbox__checkmark {
  /* background-color: #eee; */
}
.checkbox.style-d:hover input:checked ~ .checkbox__checkmark {
  /* background-color: #f7cb15; */
}
.checkbox.style-d:hover input ~ .checkbox__body {
  /* color: #f7cb15; */
}
.checkbox.style-d .checkbox__checkmark {
  position: absolute;
  top: 4px;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: #eee;
  transition: background-color 0.25s ease;
  border-radius: 4px;
  border: 1px solid #005ea2;
}
.checkbox.style-d .checkbox__checkmark:after {
  content: "";
  position: absolute;
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  opacity: 0;
  transition: opacity 0.25s ease;
}
.checkbox.style-d .checkbox__body {
  color: #333;
  line-height: 22px;
  font-size: 20px;
  transition: color 0.25s ease;
  font-family: 'Darker Grotesque';
  font-weight: 500;
}

button#add-person-btn {
    padding: 14px 17px 16px;
    border: 1px solid #005ea2;
    border-radius: 16px;
    font-size: 20px;
    color: #005ea2;
    margin: 20px 0;
}

button#add-person-btn i {
    font-size: 12px;
    vertical-align: middle;
    padding: 0px 10px 0 0;
}

button.remove-btn {
    position: absolute;
    right: 0;
    top: 20px;
    color: red;
    font-size: 14px;
}

.person-box {
    position: relative;
}
button.remove-btn i {
    padding: 0px 10px;
}

.confidence-box {
    display: flex;
    align-items: center;
    justify-content: start;
    column-gap: 20px;
    margin: 40px 0 40px 0;
}

.step-3-terms-box p {
    color: #000;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
}

.step-3-terms-box a {
    color: #005ea2;
    font-weight: bold;
}



    .company-input {
        display: block;
    }
    .person-input {
        display: block;
    }


    .form-box-4 h5 {
    font-weight: 600;
    font-size: 20px;
}

.form-box-4 p {
    font-size: 18px;
    line-height: 25px;
    margin: 0 0 60px 0;
    color: #646464;
}

.pricing-box-stepform {
    border: 1px solid #005ea2;
    border-radius: 10px;
    padding: 45px 0px;
    position: relative;
    cursor: pointer;
    transition: 0.5s;
    height: 667px;
}

.pricing-box-stepform span {
    display: grid;
    margin: auto;
    text-align: center;
    padding: 8px 15px;
    background: #f2eae2;
    width: max-content;
    border-radius: 10px;
    font-weight: bold;
    color: #005ea2;
    font-size: 15px;
    margin: 30px auto 20px;
}

.pricing-box-stepform h5 {
    position: absolute;
    border: 1px solid #005ea2;
    border-radius: 10px;
    font-weight: bold;
    line-height: inherit;
    text-align: center;
    top: -18px;
    left: 0;
    right: 0;
    margin: auto;
    width: fit-content;
    color: #005ea2;
    background: #fff;
    width: 206px;
    height: 39px;
    line-height: 35px;
}

.pricing-box-stepform h6 {
    text-align: center;
    font-size: 26px;
    line-height: 30px;
    font-weight: 600;
    color: #000000;
    padding: 0 20px 20px 20px;
}

.pricing-box-stepform a {
    display: block;
    margin: 0px 20px;
    text-align: center;
    border: 1px solid #005ea2;
    padding: 11px 24px;
    border-radius: 5px;
    color: #005ea2;
    font-size: 20px;
    font-weight: 600;
}

.pricing-list-upd li {
    font-size: 16px;
    font-family: 'Darker Grotesque';
    font-weight: 500;
    padding: 0 0 20px 0;
    line-height: 20px;
}

.pricing-box-stepform b {
    font-size: 14px;
    margin: 20px 0px;
}

.pricing-box-stepform h4 {
    display: block;
    font-size: 17px;
    margin: 20px 20px 10px 20px;
    padding: 0;
    font-weight: 500;
}

.pricing-box-stepform h4 strong {
    font-weight: bold;
}

.pricing-list-upd {
    list-style: disc;
    margin: 0 20px 0 29px;
}

.pricing-list-upd li::marker {
    color: #005ea2;
}

.pricing-list-upd li strong {
    font-weight: bold;
}

.payemnt-box-1 h5 {
    font-weight: bold;
}

.payemnt-box-1 h5 i {
    color: #005ea2;
    background: #f2eae2;
    padding: 6px;
    border-radius: 50%;
    font-size: 17px;
    margin: 0px 10px 0 0;
    font-weight: bold;
}

.payemnt-box-1 p {
    font-size: 18px;
    line-height: 25px;
    font-weight: 400;
}

.form-box-5 .form-box-1-inner {
    padding: 25px 30px;
}


.credit-card-info-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 20px 0;
}

.credit-card-info-head h4 {
    font-size: 20px;
    font-weight: 600;
}

ul.payment-method-list {}

.payment-method-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 20px 0;
}

ul.payment-method-list li {
    border: 1px solid;
    width: 380px;
    height: 48px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    cursor: pointer;
}

.form-box-5 input {
    width: 100%;
}

.form-box-5 .field-style {
    margin: 0 0 20px 0;
}

.payment-method-list li.active {
    border-color: #005ea2;
    background: #f2eae2;
}

.gpay-button {
    background: #000;
    width: max-content;
    padding: 12px 60px;
    border-radius: 10px;
    display: table;
    margin: auto;
}
.pay-agree-btn button {
    background: #005ea2;
    width: 100%;
    height: 40px;
    border-radius: 10px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}

.pay-agree-btn button img {
    vertical-align: middle;
    padding: 0 0 0 10px;
}

.agree-terms-and-cond-box span {
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    font-family: 'Darker Grotesque';
}

.agree-terms-and-cond-box {
    margin: 30px 0px;
}

.agree-terms-and-cond-box span a {
    color: #005ea2;
    font-weight: bold;
    font-size: 20px;
}

.agree-terms-and-cond-box .checkboxes__item {
    margin: 20px 0px;
}

.agree-terms-and-cond-box .checkbox.style-d .checkbox__body {
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
}

.agree-terms-and-cond-box p {
    font-size: 20px;
    line-height: 27px;
    font-weight: 400;
}

.agree-terms-and-cond-box p a {
    font-weight: bold;
    color: #005ea2;
    font-size: 24px;
}

.agreement-box-full {
    border: 1px solid #005ea2;
    padding: 20px 20px;
    border-radius: 10px;
    height: 400px;
    overflow-y: scroll;
    margin: 0 0 20px 0;
}

.agreement-box-full h4 {
    font-size: 22px;
    font-weight: bold;
}

.agreement-box-full h5 {
    font-weight: bold;
    font-size: 25px;
    padding: 20px 0px;
}

.agreement-box-full p {
    font-size: 18px;
    line-height: 30px;
}

.agreement-box-full p span {
    font-weight: 600;
}

.agreement-box-full p a {
    color: #005ea2;
    font-weight: bold;
}

.agreement-box-full-list {
    margin: 20px 0px 20px 10px;
}

.agreement-box-full-list li {
    font-size: 16px;
    line-height: 22px;
    padding: 0 0 15px 0;
    list-style: auto;
}

.uspto-head {
    font-size: 17px;
    line-height: 25px;
    font-weight: 600;
}
.order-summray-head h4 {
    font-size: 30px;
    font-weight: bold;
    margin: 5px 0 18px 0;
    color: #005ea2;
    text-align: center;
}

.order-summray-head h4 i {
    color: #005ea2;
    font-size: 17px;
}
.order-summray-box {
    padding: 15px 10px 10px;
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 7px 21px 0px rgba(15, 15, 15, 0.08);
}

.order-summray-price-box {
    display: flex;
    align-items: center;
    padding: 0px 0 15px 0;
    margin: 0 0 15px 0;
    border-bottom: 1px solid #005ea1;
    justify-content: space-between;
}

.order-summray-price-box h6 {
    font-weight: 500;
    font-size: 19px;
    max-width: 60%;
    line-height: 20px;
    color: #7c7878;
}

.order-summray-price-box span p {
    font-size: 11px;
    color: #005ea2;
    padding: 5px 0 0 0;
    font-weight: 400;
}

.order-summray-price-box span {
    display: table;
    text-align: right;
    color: #005ea2;
    font-size: 17px;
    font-family: 'Darker Grotesque';
    font-weight: 600;
}

.total-box h6 {
    font-weight: bold;
    color: #646464;
}

.total-box span {
    font-weight: bold;
    color: #005ea2;
    font-size: 25px;
}

.wrapbtn button {
    border-radius: 5px;
    width: 49%;
    color: #fff;
    height: 50px;
    font-size: 16px;
    border-radius: 5px;
    =:
    -ms-linear-gradient( 90deg, rgb(7,74,122) 0%, rgb(0,94,162) 100%);
    box-shadow: 0px 5px 10px 0px rgba(15, 15, 15, 0.08);
    /*font-family: 'Poppins';*/
    background-color: rgb(1, 92, 158);
    /* background-image: linear-gradient(to right, #005ea2, #3480b7); */
    transition: 0.5s;
}

.wrapbtn {
    margin: 20px 0 0 0;
}

button#prevBtn {
    width: 33%;
}

button#nextBtn {
    width: 65%;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #ffffff inset  ; /* Change 'white' to the desired background color */
}


.formboxWrap {
    position: relative;
}

/* Overlay Styles */
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Black color with 50% opacity */
     display: none; 
    z-index: 999; /* Ensure overlay is on top of everything */
}
.loader {
    position: fixed;
    top: 0;
    left: 0;
    transform: translate(-50%, -50%);
    /* background-color: #fff; */
    padding: 20px;
    border-radius: 5px;
    z-index: 1000; /* Ensure loader is on top of overlay */
     display: none;  /* Initially hide loader */
    width: 100px;
    height: 100px;
    border: solid 10px #005ea2;
    border-radius: 50%;
    border-right-color: transparent;
    border-bottom-color: transparent;
    -webkit-transition: all 0.5s ease-in;
    -webkit-animation-name: rotate;
    -webkit-animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    transition: all 0.5s ease-in;
    animation-name: rotate;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    font-size: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
.pricing-box-stepform .active {
    /* background: #005ea2; */
    /* color: #fff; */
}

label.error {
    margin: 15px 0 0px 0;
    color: red;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Darker Grotesque';
}

.pricing-box-stepform.active {
    /* background: yellow; */
    transform: scale(1.05);
    border-color: #005ea2;
}

.pricing-box-stepform.active a {
    background: #005ea2;
    color: #fff;
}
input:focus {
    
     /* Remove default focus outline */
    box-shadow: 0 0 5px #005ea2a6; /* Example shadow color */
}

textarea:focus {
    box-shadow: 0 0 5px #005ea2a6;
}

.order-summray-head {
    position: sticky;
    top: 170px;
    margin: 42px 0 0 0;
}
.transaction-failed h1 {
    color: red;
    font-weight: 900;
    font-size: 60px;
}
.transaction-failed img {
    width: 60px;
    margin: auto;
    display: block;
}

.failed-error-para {
    padding: 0 !important;
}


.field-box-step-1-innner h5 {
    color: #646464;
}


.progress-bar {
    width: 100%;
     /* Adjust height as needed */
    border-width: 2px;
    /* border-color: rgb(221, 221, 221); */
    border-color: rgb(1, 92, 158);
    border-style: solid;
    /* background-color: rgb(246, 245, 245); */
    background-color: #dee2e6;
    height: 35px;
    border-radius: 16px;
    position: relative;
    margin: 0 0 20px 0;
}

.progress-bar-inner {
    border-radius: 16px;
    height: 100%;
    width: 0%;
     /* Green color for the progress bar */
    background-color: rgb(1, 92, 158); /* For browsers that do not support gradients */
    /* background-image: linear-gradient(to right, #000000, #646262); */
}

.progress-text {
    margin-top: 5px; /* Adjust spacing as needed */
    text-align: center;
    font-weight: 600;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    /*font-family: 'Poppins';*/
    font-size: 20px;
    font-family: 'Darker Grotesque';
}
  
  .tab {
    display: none;
}

.tab.active {
    display: block;
}

.form-box-2-inner p {
    font-size: 20px;
    font-weight: 600;
    padding: 0 0 65px 0;
}

.form-box-2-inner h5 {
    color: #646464;
    font-size: 20px;
    font-weight: 500;
}

.form-box-3 .form-box-2-inner p {
    padding: 0 0 20px 0;
}

.form-box-2-inner p {
    font-size: 20px;
    font-weight: 500;
    padding: 0 0 25px 0;
    line-height: 27px;
}

.form-box-2-inner h5 {
    color: #646464;
    font-size: 25px;
    font-weight: 600;
}

.form-box-3 .form-box-2-inner p {
    padding: 0 0 20px 0;
}

.form-box-3 .step-1-hr {
    margin: 35px 0px 25px;
    padding: 0;
}
.pricing-box-main h3 {
    color: #005ea2;
    font-size: 40px;
    font-weight: bold;
}

.pricing-box-main h3 b {
    font-size: 25px;
    padding: revert;
    position: relative;
    top: -10px;
}

.pricing-box-main h3 strong {
    font-size: 17px;
    font-weight: 500;
}
.pricing-box-main {
    text-align: center;
}


.pricing-circle-button {
    border-width: 1px;
    border-color: rgb(0, 94, 162);
    border-style: solid;
    border-radius: 15px 15px 15px 15px;
    background-color: rgb(255, 255, 255);
    height: 44px;
    position: relative;
}
.pricing-circle-button b {
    font-size: 58px;
    font-weight: 900;
    position: relative;
    top: -26px;
    bottom: 0;
    left: 0px;
    right: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #005ea2;
}

.pricing-circle-button b::before {
    position: absolute;
    content: "";
    border: 1px solid;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    top: 39px;
    left: 0px;
    right: 1px;
    margin: auto;
}

div#package-2 .pricing-list-upd {
    height: 314px;
}
.pricing-box-main label {
    margin: 24px 0px 15px;
    font-weight: 500;
    font-size: 16px;
}

div#package-1 .pricing-list-upd {
    height: 314px;
}

div#package-3 .pricing-list-upd {
    height: 317px;
}

div#hamburger {
    display: none;
}
.ham-bur-box {
    display: none;
}



.pricing-box-stepform.active .pricing-circle-button {
    background: #2e7cb4;
}

.pricing-box-stepform.active .pricing-circle-button b {
    color:#fff;
}

.get-st-footer footer {
    margin: 0;
    padding: 70px 0px 30px 0;
}

h6.mb-3 {}

.form-box-1 h6 {
    font-size: 20px;
    font-weight: 600;
}

.cxm-pckg-box ul li:before {
    font-family: 'FontAwesome' !important;!i;!;
}
.cxm-bg-loader {
    min-height: auto;
    padding: 70px 0px 60px;
}

.alert-danger p {
    font-size: 25px;
    line-height: 30px;
    padding: 0 0 10px 0;
}
/* .alert-danger {
    background: #cfe8f9;
    padding: 50px 0px 40px;
    border: 2px solid #122140;
} */




.cxm-loader .fa-spin {
    color: #122140;
}

/* .alert-warning {
    background: #cfe8f9;
    border-radius: 10px;
    border: 1px solid #122140;
} */

.alert-warning h1 {
    color: #122140;
    font-size: 40px;
}

.cxm-loader .mb-5 {
    margin-bottom: 20px !important;
}

.alert-warning p {
    color: #122140;
    font-size: 25px;
}


.cxm-pckg-box ul li {
    font-size: 16px !important;
    font-weight: 600;
}

.stepform-ftr footer {
    margin: 30px 40px 0px;
    padding: 70px 0px 40px;
    overflow: hidden;
}
.get-st-footer-step footer {
    margin: 30px 100px 0;
    padding: 70px 0px 20px;
    overflow: hidden;
}

.stepform-sec p {
    font-weight: 600 !important;
}


.stepform-para-conf p {
    font-size: 15px;
    line-height: 20px;
    font-weight: 400 !important;
}