.no-scroll{
  overflow: hidden;
}
.error-message {
  margin-top: 5px;
}
.dialog-message.dialog-lightbox-message {
  padding-bottom: 0;
  background-color: #fff;
  border-radius: 20px;
}


.affidavit-content p, .affidavit-content ol li, .affidavit-content ul li {
  text-align: justify;
  color: #000000;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 1rem;
}

.affidavit-content ol,.affidavit-content ul {
  list-style-position: inside;
}

.affidavit-content ol li a,.affidavit-content ul li a,.affidavit-content p a {}

/* Stepper */
.step-img {
  position: relative;
  z-index: 99;
}
.stepper ul {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 2rem auto;
}

.stepper ul .step-img img {
  background-color: #c7dbd5;
  width: 30px;
  height: 30px;
  border-radius: 50px;
  padding: 0.5rem;
}

.stepper ul .step-head h3 {
  font-size: 14px;
  font-weight: 500;
  color: #E1E2E3;
  max-width: 100px;
  line-height: 1.1;
  margin-top: 5px;
  font-family: "Raleway", sans-serif;
  letter-spacing: 0;
}

.stepper ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  padding-right: 5rem;
}

.stepper ul li:before {
  content: "";
  background-color: #E1E2E3;
  width: 93%;
  position: absolute;
  right: -40px;
  height: 3px;
  top: 15px;
  border-radius: 13px;
}

.stepper ul li.active:nth-child(1)::before,.stepper ul li.active:nth-child(2)::before,.stepper ul li.active:nth-child(3)::before,.stepper ul li.active:nth-child(4)::before {
  background-color: #E1E2E3;
}
.stepper ul li.active:nth-child(2):after,.stepper ul li.active:nth-child(3):after,.stepper ul li.active:nth-child(4):after {
  content: "";
  background-color: #3F9F7F;
  width: 93%;
  position: absolute;
  left: -90px;
  height: 3px;
  top: 15px;
  border-radius: 13px;
}
div#count-step {
  position: relative;
  z-index: 99;
}

.stepper ul li:last-child:before {
  content: none;
}

.stepper ul li.active img {
  background-color: #3F9F7F;
}

.stepper ul li.active:before {
  background-color: #3F9F7F;
}


.stepper ul li.active h3 {
  color: #1D1F24;
}

.zlk-form h3 {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 3rem;
  font-family: "Raleway", sans-serif;
  letter-spacing: 0;
}

.zlk-form {
  padding-bottom: 0;
  background-color: #fff;
  border-radius: 20px;
  /* margin-bottom: 2rem; */
}

.preliminary-form,
.affidavit-content {
  /* height: 400px; */
  /* overflow-y: scroll; */
  overflow-x: hidden;
  margin-bottom: 2rem;
}

.affidavit-content {
  max-width: 850px;
  margin: 0 auto 1rem;
  /* height: 400px;overflow-y: scroll; 
  overflow-x: hidden; */
}
div#retainer_agreement {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1em;
    padding: 0 !important;
    padding-right: 15px !important;
}
div#retainer_agreement h1, div#retainer_agreement p, div#retainer_agreement ol li, div#retainer_agreement ul li, div#retainer_agreement span {
    font-family: "Raleway", sans-serif !important;
}
#retainer_agreement{
  height: 45vh;
  overflow-y: scroll;
  overflow-x: hidden;
}
.preform-inner .preform-zoho-form{
  height: 50vh;
  overflow-y: scroll;
  overflow-x: hidden;
}
.signature p {
  margin-bottom:0.2rem !important;
}
#retainer_agreement::-webkit-scrollbar-track,.preform-inner .preform-zoho-form::-webkit-scrollbar-track{
  border-radius: 10px;
  background-color: #fff;
}

#retainer_agreement::-webkit-scrollbar,.preform-inner .preform-zoho-form::-webkit-scrollbar{
  width: 10px;
  background-color: #F5F5F5;
}
#retainer_agreement::-webkit-scrollbar-thumb,.preform-inner .preform-zoho-form::-webkit-scrollbar-thumb{
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgb(169 165 165 / 30%);
  background-color: #D7D8D9;
}

.preliminary-form::-webkit-scrollbar-track,
.affidavit-content::-webkit-scrollbar-track {

  border-radius: 10px;
  background-color: #fff;
}

.preliminary-form::-webkit-scrollbar,
.affidavit-content::-webkit-scrollbar {
  width: 10px;
  background-color: #F5F5F5;
}

.preliminary-form::-webkit-scrollbar-thumb,
.affidavit-content::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgb(169 165 165 / 30%);
  background-color: #D7D8D9;
}

.zlk-form .thank-you h4 {
  color: #1D1F24;
  font-size: 32px;
  text-align: center;
}

.zlk-form .thank-you {
    text-align: center;
    height: 400px;
    align-items: center;
}

.zlk-form .thank-you p {
  color: #1D1F24;
  font-size: 22px;
  font-weight: 500;
  max-width: 620px;
  line-height: 1.4;
  margin: 1rem auto 3rem;
}

.zlk-form .sorry-failure p {
  max-width: 810px;
}

.thanks-animation img {
  max-width: 80px;
}

.zlk-form .thank-you p b {
  font-weight: 700;
  font-size: 22px;
}

.zlk-form .thanks-animation p {
  font-size: 14px;
  margin: 0 auto 2rem;
  text-align: center;
}

.general-col {

  max-height: 600px;
  height: 600px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: relative;
  border-radius: 10px;
  max-width: 32%;
}

.general-col .general-icon-title img {
  max-width: 73px;
}

.learn-more svg {
  height: 16px;
  width: 16px;
  fill: #E1E2E3;
  position: relative;
  top: 3px;
  margin-left: 0.5rem;
}

.general-icon-title {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff;
}

.general-col:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgb(255 255 255 / 0%) 0%, rgba(33, 38, 43, 1) 100%);
  border-radius: 10px;
}

.general-content {
  position: relative;
  z-index: 9999;
  padding: 2rem;
  /* border-radius: 10px; */
}

.general-icon-title h2,
.general-icon-title p {
  color: #fff;
  margin: 0.5rem 0;
}

section.general-grid {
  margin: 4rem auto;
}

.general-col-grid .grid {
  justify-content: space-between;
}

.general-icon-title p {
  font-size: 14px;
  font-weight: 100;
  text-align: center;
}

.learn-more {
  margin: 1rem auto;
}

.learn-more span.button-text {
  font-weight: 600;
}

section.subscribe-grid {
  margin: 6rem auto;
}

section.subscribe-grid .subscribe-col-grid {
  max-height: 640px;
  height: 640px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: relative;
  border-radius: 20px;
}

section.subscribe-grid .subscribe-col-grid:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgb(255 255 255 / 0%) 0%, rgba(33, 38, 43, 1) 78%);
  border-radius: 20px;
}

.subscribe-content {
  position: relative;
  z-index: 999;
  color: #fff;
  text-align: center;
  padding: 3rem 4rem;
}

.subscribe-content h2,
.subscribe-content b {
  font-size: 50px;
}

.subscribe-content h2 {
  font-weight: 400;
  position: relative;
  max-width: 920px;
}

.subscribe-content h2:after {
  content: "";
  background-color: #3F9F7F;
  position: absolute;
  width: 192px;
  display: block;
  height: 4px;
  right: 73px;
  border-radius: 50px;
  transition: .4s;
  bottom: -7px;
}

.subscribe-content p {
  color: #fff;
  font-size: 20px;
  margin: 2rem auto 3rem;
}

section.subscribe-grid .subscribe-col-grid button.secondary-button {
  max-width: 395px;
}

section.subscribe-grid .subscribe-col-grid button.secondary-button span {
  font-size: 20px;
}

section.subscribe-grid svg {
  height: 20px;
  width: 20px;
  margin-left: 0.8rem;
}

/* Main Form */
.preform-inner .preform-zoho-form {
  display: flex;
  width: 100%;
  justify-content: flex-start;
  flex-direction: row;
  flex-basis: 100%;
  max-width: 100%;
  flex-wrap: wrap;
}

.preform-inner {
  /* display: flex; */
  width: 100%;
  flex-wrap: wrap;
  max-width: 800px;
  margin: 0 auto;
  flex-direction: column;
}

.preform-inner .preform-zoho-form .form-group {
  width: 49.5%;
  padding-right: calc(30px / 2);
  padding-left: calc(30px / 2);
  margin-bottom: 20px;
}

.preform-inner .preform-zoho-form .form-group .field-label {
  position: relative;
  padding-bottom: 2px;
  display: block;
}

.preform-inner .preform-zoho-form .form-group .field-label:after {
  content: "*";
  color: red;
  padding-inline-start: .2em;
}

.preform-inner .preform-zoho-form .no-pseudo .field-label:after {
  content: none;
}

.preform-inner .preform-zoho-form .form-group.form-col-100 {
  width: 100%;
}

.preform-inner .preform-zoho-form .form-group .radio-block span.form-field-option label {
  padding-left: 0.6rem;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
}

.preform-inner .preform-zoho-form .form-group .radio-block span.form-field-option {
  display: block;
  margin-bottom: 8px;
}

.preform-inner .preform-zoho-form .form-group.form-col-100 .field-label {
  display: block;
  margin-bottom: 5px;
  line-height: 1.8;
}

.preform-inner .preform-zoho-form .form-group .radio-block span.form-field-option input[type="radio"] {
  position: relative;
  top: 1px;
}

.step-three .preliminary-form form.preform-zoho-form {
  justify-content: flex-start;
}

.preform-inner .preform-zoho-form .form-group.form-col-66 {
  width: 66%;
  margin-left: 0;
  margin-right: auto;
}

.form-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.declaration-retainer {
  padding: 3rem 0;
}

.declaration-retainer h2 {
  color: #000000;
  font-family: "Raleway", sans-serif;
  font-size: 2.5rem;
  font-weight: 500;
  text-transform: capitalize;
  line-height: 3rem;
  text-align: center;
  margin-bottom: 1rem;
}

ul,
ol {
  margin: 15px 0 15px 20px;
}

.declaration-retainer .declaration-content p {
  text-align: justify;
  color: #000000;
  font-family: "Raleway", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 1.5rem;
}

.declaration-retainer .container {
  max-width: 77%;
}

.declaration-retainer .declaration-content ol li {
  text-align: justify;
  color: #000000;
  font-family: "Raleway", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 0.2rem;
}

.affidavit-content ol li a {
  color: #244C90;
}

.affidavit-content h3,
.affidavit-content h4,
.follow-up h4 {
  color: #000000;
  font-family: "Raleway", sans-serif;
  font-size: 22px;
  font-weight: bold;
  text-transform: capitalize;
  line-height: 3rem;
  letter-spacing: 0rem;
  word-spacing: 0rem;
  text-align: center;
  margin: 0 0 1.5rem;
}


.affidavit-widget ol {
  margin-left: 10px;
}

.affidavit-widget ol li {
  margin-bottom: 1rem;
}

.declarationResult ol li {
  text-align: justify;
  color: #000000;
  font-family: "Raleway", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 1rem;
}

.signature p {
  text-align: left;
  color: #000000;
  font-family: "Raleway", sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 20px;
  display: block;
}

a.signature-button {
  font-family: "Raleway", sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
  fill: #5B5D5F;
  color: #5B5D5F;
  background-color: #61CE7000;
  border: 1px dashed #B3B3B3;
  border-radius: 5px;
  padding: 1.5rem 8rem 1.5rem 2rem;
  text-decoration: none;
  display: inline-block;
}

.declarationResult .button-group {
  margin: 3rem auto;
}

a.signature-button:focus {
  outline: solid 1px !important;
}

.sign-preview {
  margin-top: 1rem;
}

.sign-preview .name,
.sign-preview .date-time {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.sign-preview .name span {
  color: #000000;
  font-family: "Raleway", sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
}

.sign-preview .date-time span {
  color: #000000;
  font-family: "Raleway", sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
}

.dialog-popup-modal {
  position: fixed;
  height: 100%;
  width: 100%;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, .8);
  z-index: 9999;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: all;
  overflow-y: scroll;
}

.dialog-widget-content {
  position: absolute;
  background-color: #fff;
  width: auto;
  overflow: visible;
  max-width: 100%;
  height: 87vh;
  border-radius: 0;
  box-shadow: none;
  pointer-events: all;
  animation-duration: 1.2s;
  border-radius: 0;
  box-shadow: 2px 8px 23px 3px rgba(0, 0, 0, 0.2);
  width: 95%;
  max-width: 1240px;
  top: 30px;
  bottom: 0;
  border-radius: 20px;
}

div#signature .dialog-widget-content {
  max-width: 900px;
  padding: 0;
  background-color: transparent;
  box-shadow: none;
  top: auto;
  bottom: auto;
}
div#signature .dialog-widget-content .dialog-message.dialog-lightbox-message {
  padding: 3rem;
}

div#signature .dialog-container h2 {
  font-size: 22px;
  font-weight: 600;
}

a.dialog-close-button.dialog-lightbox-close-button {
  top: 15px;
  margin-top: 0;
  right: 30px;
  opacity: 1;
  z-index: 9999;
  pointer-events: all;
  cursor: pointer;
  position: absolute;
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50px;
  border: 1px solid #383838;
}

svg.e-font-icon-svg.e-eicon-close.eicon-close {
  fill: #1f2124;
  height: 1em;
  width: 1em;
}

.dialog-lightbox-close-button span {
  right: 7px;
  cursor: pointer;
  position: absolute;
  width: 15px;
  height: 1px;
  border-radius: 5px;
  background: #000;
  top: 14px;
}

.dialog-lightbox-close-button span:nth-child(2) {
  transform: rotate(-45deg);
}

.dialog-lightbox-close-button span:nth-child(1) {
  transform: rotate(45deg);
}

div#signature .close span {
background: #1D1F24;
    right: 10px;
    top: 16px;
}

div#signature .close a.dialog-close-button {
  border: 1px solid #1D1F24;
  width: 36px;
  height: 36px;
}

.sign-toggle-tab-wraper ul {
  position: relative;
  border-bottom: 0 solid #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  z-index: 1;
  list-style: none;
  margin: 0;
}

.signskit-toogle-controls-wraper {
  -webkit-box-shadow: 0 20px 45px 0 rgba(0, 0, 0, .08);
  box-shadow: 0 20px 45px 0 rgba(0, 0, 0, .08);
  background-color: #E1E2E3;
  z-index: 1;
  position: relative;
  display: inline-block;
  border-radius: 50px;
}


.sign-toggle-tab-wraper p {
  margin-bottom: 10px;
}

.sign-toggle-tab-wraper .signskit-toogle-controls-wraper-outer {
  margin: 2rem 0;
}

.sign-toggle-tab-wraper ul li a {
  padding: 10px 40px;
  text-align: center;
  position: relative;
  z-index: 5;
  color: #5f5f5f;
  display: block;
  text-decoration: none;
  border-radius: 50px;
}

.sign-toggle-tab-wraper ul li a.active {
  background-color: #000465;
  color: #fff;
}

.tab-content .signkit-toggle-tab-pane.active {
  display: block;
}

.tab-content .signkit-toggle-tab-pane {
  display: none;
  margin-top: 2rem;
}

.tab-content .signkit-toggle-tab-pane.show {
  display: block;
}

.tab-content .form-button {
  justify-content: center;
  margin-top: 2rem;
}

.wrapper {
  position: relative;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#canvas-wrapper {
  border: 1px solid #BDC1C7;
  border-radius: 10px;
  margin-top: 0rem;
  width: 100%;
}
div#canvas-wrapper canvas {
  width: 100%;
  height: 300px;
}

.undo {
  position: absolute;
  top: 0;
  right: -30px;
  margin: 0;
}
.sign-hand {
  display: block;
  position: relative;
}
div#signature-pad {
  position: relative;
}
canvas#signature-canvas {
  border: 1px solid #BDC1C7;
  border-radius: 10px;
  margin-top: 0rem;
  width: 100%;
}

.sign-hand .clear {
  position: absolute;
  right: 0px;
  width: 79px;
  height: 27px;
  top: 6px;
  background-color: transparent;
  border: 0;
  border-top: 0;
  border-right: 0;
  border-radius: 0 0 0 3px;
}

.sign-hand .clear img {
  max-width: 16px;
}

.sign-typing label {
  display: block;
  color: #1D1F24;
  font-weight: 600;
}

.sign-typing input {
  border: 1px solid #BDC1C7;
  display: inline-block;
  font-size: 14px;
  line-height: 1.8;
  padding: 6px 12px;
  margin-top: 5px;
  font-family: "Raleway", sans-serif;
  vertical-align: middle;
  background-color: rgba(0, 0, 0, 0);
  color: #333;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  border-radius: 10px;
  width: 100%;
  max-width: 386px;
}

canvas#canvas-signature-2 {
  padding: 5px 14px;
  border: 2px solid #BDC1C7;
  border-radius: 10px;
  margin-top: 2rem;
  max-width: 100%;
}

div#Sign-by-typing canvas#canvas-signature-2 {
  border: 1px solid #BDC1C7;
}


#button {
  display: inline-block;
  opacity: 0;
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: #fff;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  text-align: center;
  z-index: 100;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  transition: background-color .3s,
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  border: 1px solid rgb(21 23 25 / 11%);
  border-radius: 50px;
}

#button::after {
  content: "\f106";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 1.5em;
  color: #151719;
}

#button:hover {
  cursor: pointer;
  background-color: #333;
}

#button:active {
  background-color: #555;
}

#button.show {
  opacity: 1;
  visibility: visible;
}

.congratulations {
  text-align: center;
  margin: 4rem auto;
}

.congratulations h2 {
  color: #1D1F24;
  font-family: "Raleway", sans-serif;
  font-size: 3rem;
  font-weight: 800;
}

.congratulations p {
  text-align: center;
  color: #1D1F24;
  font-family: "Raleway", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  width: 100%;
  margin: 1.5rem auto;
  line-height: 1.5;
}

.congress-inner img {
  max-width: 132px;
  height: auto;
}

.next-step h4 {
  font-size: 22px;
  margin: 2rem 0 0;
  font-weight: 700;
}


.next-step .review-grid {
  display: flex;
  justify-content: space-around;
  width: 100%;
  margin: 2rem auto;
  flex-direction: column;
}

.next-step .review-grid .review-grid-inner {
  display: flex;
  justify-content: center;
  text-align: left;
  margin-bottom: 3rem;
}

.review-content {
  display: flex;
  justify-content: flex-start;
  text-align: left;
}

.next-step .review-grid .review-grid-inner .review-content:first-child {
  margin-right: 3%;
}

.next-step .review-grid button.terriorty-button {
  padding: 1rem 5rem;
  border: 1px solid #110062;
  color: #110062;
  margin-right: 3%;
}

.next-step .review-grid .review-grid-inner .no {
  background-color: #110062;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 2rem;
}

.review-content p {
  font-size: 1rem;
  max-width: 192px;
  text-align: left;
  margin-bottom: 0;
}

.review-content .content {
  margin-left: 1rem;
}

.next-step .review-grid .review-grid-inner .no span {
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 0;
}

.review-content .content h4 {
  font-size: 14px;
}

.review-content .content h5 {
  font-size: 14px;
  letter-spacing: 4.2px;
}

/* Loader*/
.loader {
  position: fixed;
  height: 100%;
  width: 100%;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, .8);
  z-index: 9999;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: all;
}

.loader .loader-inner {
  background-color: #fff;
  border-radius: 2rem;
  padding: 0 1rem;
  width: 120px;
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.loader .loader-inner img {
  max-width: 100px;
}

/* Model Error Message*/
.model-error {
  position: fixed;
  height: 100%;
  width: 100%;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, .8);
  z-index: 9999;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: all;
}

.model-error .model-inner {
  background-color: #fff;
  border-radius: 1rem;
  padding: 1rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #d81a19;
  position: relative;
  width: 100%;
  max-width: 450px;
}

.model-error .model-inner p {
  margin-bottom: 0;
  font-size: 1.5rem;
  padding: 0.5rem 1.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.model-error .model-inner p span {
  margin-right: 1rem;
  background-color: #f3bfbe;
  padding: 0.5rem;
  border-radius: 20px;
  width: 30px;
  height: 30px;
}

.model-error .model-inner i {
  font-size: 1.8rem;
  position: relative;
  top: 2px;
  left: 3px;
}

.model-error .model-inner a.dialog-close-button.dialog-lightbox-close-button {
  top: 12px;
  margin-top: 0;
  right: 20px;
  opacity: 1;
  z-index: 9999;
  pointer-events: all;
  cursor: pointer;
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
}

.model-error .model-inner svg.e-font-icon-svg.e-eicon-close.eicon-close {
  fill: #1f2124;
  height: 1em;
  width: 1em;
}

.model-error .model-inner span {
  right: 0;
  cursor: pointer;
  width: 15px;
  height: 2px;
  border-radius: 5px;
  background: #000;
  top: 15px;
}

.model-error .model-inner .close span:nth-child(2) {
  transform: rotate(-45deg);
}

.model-error .model-inner .close span:nth-child(1) {
  transform: rotate(45deg);
}

/* 404 */
.center {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 5rem auto;
}

.error {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-content: center;
}

.number {
  font-weight: 900;
  font-size: 15rem;
  line-height: 1;
  color: #110062;
}

.illustration {
  position: relative;
  width: 12.2rem;
  margin: 0 2.1rem;
}

.circle {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 12.2rem;
  height: 11.4rem;
  border-radius: 50%;
  background-color: #3f9f7f;
}

.clip {
  position: absolute;
  bottom: 0.3rem;
  left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
  width: 12.5rem;
  height: 13rem;
  border-radius: 0 0 50% 50%;
}

.paper {
  position: absolute;
  bottom: -0.3rem;
  left: 50%;
  transform: translateX(-50%);
  width: 9.2rem;
  height: 12.4rem;
  border: 0.3rem solid #3f9f7f;
  background-color: white;
  border-radius: 0.8rem;
}

.paper::before {
  content: "";
  position: absolute;
  top: -0.7rem;
  right: -0.7rem;
  width: 1.4rem;
  height: 1rem;
  background-color: white;
  border-bottom: 0.3rem solid #3f9f7f;
  transform: rotate(45deg);
}

.face {
  position: relative;
  margin-top: 2.3rem;
}

.eyes {
  position: absolute;
  top: 0;
  left: 2.4rem;
  width: 4.6rem;
  height: 0.8rem;
}

.eye {
  position: absolute;
  bottom: 0;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  background-color: #37a293;
  animation-name: eye;
  animation-duration: 4s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}

.eye-left {
  left: 0;
}

.eye-right {
  right: 0;
}

@keyframes eye {
  0% {
    height: 0.8rem;
  }

  50% {
    height: 0.8rem;
  }

  52% {
    height: 0.1rem;
  }

  54% {
    height: 0.8rem;
  }

  100% {
    height: 0.8rem;
  }
}

.rosyCheeks {
  position: absolute;
  top: 1.6rem;
  width: 1rem;
  height: 0.2rem;
  border-radius: 50%;
  background-color: #dceae8;
}

.rosyCheeks-left {
  left: 1.4rem;
}

.rosyCheeks-right {
  right: 1.4rem;
}

.mouth {
  position: absolute;
  top: 3.1rem;
  left: 50%;
  width: 1.6rem;
  height: 0.2rem;
  border-radius: 0.1rem;
  transform: translateX(-50%);
  background-color: #3f9f7f;
}

.text {
  margin-top: 5rem;
  color: #293b49;
  font-size: 2rem;
}

.button {
  margin-top: 0;
  background-color: transparent;
  border: 0;
  color: #000;
  border-style: none;
  border-radius: 25px;
  padding: 12px 40px;
  cursor: pointer;
  text-decoration: none;
  font-family: "Raleway", sans-serif;
}

/* .button:hover {
  background-color: #3F9F7F;
} */

.by {
  position: absolute;
  bottom: 0.5rem;
  left: 0.5rem;
  text-transform: uppercase;
  color: #293b49;
}

.hide {
  display: none;
}
div#canvas-wrapper canvas {
  width: 100%;
  height: 220px;
  border-radius: 10px;
}
/* .signature-pad {
  border-style: dotted;
  border-width: 1px;
  margin-bottom: 5px;
} */
.not-show{
  display: none;
}
.show {
  display: flex;
  justify-content: center;
}

.preform-zoho-form .form-button {
  flex-direction: column;
  margin-bottom:1rem;
}

.preform-zoho-form .form-button p {
  font-size: 10px;
  max-width: 370px;
  text-align: center;
  margin: 1rem auto;
}

.files-wr {
  max-width: 300px;
  border: 1px dotted #BDC1C7;
  border-radius: 10px;
  padding: 10px 20px 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.files-wr label {
  position: relative;
  display: inline-block;
  color: #858585;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s;
  padding-left: 42px;
  padding-bottom: 0;
  top: 6px;
}

.files-wr input {
  opacity: 0;
  display: none;
}

.files-wr label:after {
  content: "";
  width: 36px;
  height: 40px;
  position: absolute;
  top: -11px;
  left: 0;
  font-size: 18px;
  line-height: normal;
  color: #fff;
  text-align: center;
  transition: all 0.2s;
  background-image: url(../images/upload.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

/* .files-wr label:hover, .files-wr label:active {
  color: #77c639;
  border-color: #77c639;
}
.files-wr label:hover:after, .files-wr label:active:after {
  background-color: #77c639;
} */
.files-wr .one-file~.one-file label {
  display: none;
}

.files-wr .one-file.error {
  border: none;
}

.files-wr .one-file.error .file-name {
  color: #ca4a17;
}

.files-wr .file-item {
  position: relative;
  margin-top: 4px;
  display: flex;
  align-items: center;
}

.files-wr .file-item.hide-btn {
  display: none;
}

.files-wr .file-name {
  font-size: 16px;
  font-style: italic;
  line-height: 26px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 10px;
}

.files-wr .btn-del-file {
  margin-left: 5px;
  width: 16px;
  min-width: 16px;
  height: 16px;
  line-height: 16px;
  border-radius: 3px;
  color: #fff;
  text-align: center;
  cursor: pointer;
  transition: all 0.2s;
  background-color: #177cca;
}

.files-wr .btn-del-file:hover,
.files-wr .btn-del-file:focus {
  background-color: #ca4a17;
}

.footer-wrap .links ul {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 2rem auto;
}

.footer-wrap .links ul li {
  padding-right: 1.2rem;
}

.footer-wrap .links ul li a {
  font-weight: 600;
  color: #fff;
  text-decoration: none;
}

/* ongoing-cases */
.ongoing-cases {
  padding: 8rem 0;
}

.ongoing-cases-content .cases-slide {
  margin: 4rem auto;
}

section.ongoing-cases .ongoing-cases-content h2,
section.ongoing-cases .ongoing-cases-content p {
  text-align: center;
}

section.ongoing-cases .ongoing-cases-content p {
  margin-bottom: 0;
}

section.ongoing-cases .ongoing-cases-content>p {
  font-size: 18px;
  letter-spacing: 6px;
  color: #000465;
}

section.ongoing-cases .ongoing-cases-content h2 {
  font-size: 60px;
  position: relative;
  margin: 0 auto;
  max-width: 100%;
  text-align: center;
  display: table;
}

section.ongoing-cases .ongoing-cases-content h2:after {
  content: "";
  background-color: #3F9F7F;
  position: absolute;
  width: 64px;
  display: block;
  height: 4px;
  right: 0;
  border-radius: 50px;
  transition: .4s;
  bottom: 6px;
}

.cases-grid .cases-images {
  border-radius: 15px 15px 0 0;
  max-height: 216px;
  overflow: hidden;
}

.cases-grid h3 {
  font-weight: 500;
}

.cases-grid h3,
.cases-grid b {
  font-size: 24px;
  text-align: center;
}

.cases-two-col {
  display: flex;
  width: 100%;
  justify-content: space-between;
  text-align: left;
}

.cases-grid .cases-content {
  margin: 1.5rem auto;
}

.cases-grid .compensation p {
  font-size: 14px;
  color: #1D1F24;
  font-weight: 600;
  text-transform: uppercase;
}

.cases-grid .compensation .case-com-img {
  padding-right: 1rem;
}

.cases-grid .compensation h4 {
  font-size: 10px;
  color: rgb(29 31 36 / 34%);
  font-weight: 600;
  text-transform: uppercase;
}

.cases-grid .compensation {
  display: flex;
  flex-direction: row;
  text-align: left;
  margin: 2rem auto;
}

.cases-grid .compensation .case-com-content p {
  text-align: left;
}

.cases-grid .cases-content .learn-more span,
.cases-grid .cases-content .learn-more svg {
  color: #000465;
  fill: #000465;
}

.cases-grid .cases-content .learn-more {
  text-align: center;
  color: #000465;
}

.cases-grid .cases-content .learn-more a {
  text-decoration: none;
}

.slick-slide {
  margin: 0px 20px;
}

.slick-slide img {
  width: 100%;
}

.slick-prev:before,
.slick-next:before {
  color: black;
}


.slick-slide {
  transition: all ease-in-out .3s;
  opacity: .2;
}

.slick-active {
  opacity: 1;
}

.slick-current {
  opacity: 1;
}

.corepower-yoga-inner {
  background-color: #F4F4F4;
  border-radius: 20px;
  padding: 3rem;
}

.corepower-yoga-inner .corepower-content h2,
.corepower-yoga-inner .corepower-content h2 b {
  font-size: 45px;
  padding: 2rem 0;
  color: #1D1F24;
}

.corepower-yoga-inner .corepower-content h2 {
  font-weight: 400;
}

.corepower-yoga-inner .corepower-content h2 b {
  font-weight: 700;
}

.corepower-yoga-inner .corepower-content {
  text-align: center;
}

.corepower-yoga-inner .corepower-content p {
  font-size: 18px;
  max-width: 610px;
  margin: 0 auto;
}

.corepower-yoga-inner .corepower-content .learn-more {
  background: transparent linear-gradient(90deg, #000000 0%, #1D1F24 100%) 0% 0% no-repeat padding-box;
  border-radius: 30px;
  padding: 1.5rem 9rem;
  display: table;
  margin: 2rem auto 1rem;
}

.corepower-yoga-inner .corepower-content .learn-more span.button-text {
  font-size: 18px;
  color: #fff;
  text-decoration: none;
}

.corepower-yoga-inner .corepower-content .learn-more a {
  text-decoration: none;
}

/* Cookie */
#cookie-notice {
  position: fixed;
  min-width: 100%;
  height: auto;
  z-index: 100000;
  font-size: 13px;
  letter-spacing: 0;
  line-height: 20px;
  left: 0;
  text-align: center;
  font-weight: 400;
  background-color: rgba(50, 50, 58, 1);
}

.cn-position-bottom {
  bottom: 0;
}

#cookie-notice,
#cookie-notice * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#cookie-notice.cn-effect-fade {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

#cookie-notice.cookie-notice-visible.cn-effect-fade,
#cookie-notice.cookie-revoke-visible.cn-effect-fade {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

.cookie-notice-container {
  padding: 15px 30px;
  text-align: center;
  width: 100%;
  color: #fff;
  ;
  z-index: 2;
}

#cookie-notice .cookie-notice-container {
  display: block;
}

#cookie-notice,
#cookie-notice * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.cn-text-container {
  margin: 0 0 6px 0;
}

.cn-text-container,
.cn-buttons-container {
  display: inline-block;
  color: #fff;
}

#cookie-notice,
#cookie-notice * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.cn-close-icon {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -10px;
  width: 15px;
  height: 15px;
  opacity: .5;
  padding: 10px;
  outline: none;
  cursor: pointer;
}

.cn-close-icon:before {
  transform: rotate(45deg);
}

.cn-close-icon:before,
.cn-close-icon:after {
  position: absolute;
  content: ' ';
  height: 15px;
  width: 2px;
  top: 3px;
  background-color: rgba(128, 128, 128, 1);
}

.cn-close-icon:after {
  transform: rotate(-45deg);
}

.cn-close-icon:hover {
  opacity: 1;
}

.cn-close-icon:before,
.cn-close-icon:after { 
  position: absolute;
  content: ' ';
  height: 15px;
  width: 2px;
  top: 3px;
  background-color: rgba(128, 128, 128, 1);
}

#cookie-notice .cn-button:not(.cn-button-custom) {
  font-weight: 400;
  font-size: 13px;
  background-color: #00a99d;
  letter-spacing: .25px;
  line-height: 20px;
  margin: 0 0 0 10px;
  text-align: center;
  text-transform: none;
  display: inline-block;
  cursor: pointer;
  touch-action: manipulation;
  white-space: nowrap;
  outline: none;
  box-shadow: none;
  text-shadow: none;
  border: none;
  background-color: #00a99d;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-decoration: none;
  padding: 8.5px 10px;
  line-height: 1;
  color: inherit;
}
.no-scroll, body {
  overflow-y: hidden;
}
#cookie-notice .cn-button:not(.cn-button-custom) {
  font-weight: 400;
  background-color: #00a99d;
  font-size: 13px;
  letter-spacing: .25px;
  line-height: 20px;
  margin: 0 0 0 10px;
  text-align: center;
  text-transform: none;
  display: inline-block;
  cursor: pointer;
  touch-action: manipulation;
  white-space: nowrap;
  outline: none;
  box-shadow: none;
  text-shadow: none;
  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-decoration: none;
  padding: 8.5px 10px;
  line-height: 1;
  color: inherit;
}
.no-scroll .dialog-popup-modal {
  overflow-y: hidden;
}
.preform-inner .preform-zoho-form .form-group.form-col-100 {
    width: 100%;
}
.accordian .preform-faq {
    padding: 0 !important;
}
div#retainer_agreement .retainer {
    padding: 0 !important;
}
.preform-inner .preform-zoho-form .form-group .form-field-option {
    display: block;
    margin-bottom: 1rem;
}
.preform-inner .preform-zoho-form .form-group.form-col-100 .form-field-option,.preform-inner .preform-zoho-form .form-field-option {
    display: block;
    margin-bottom: 10px;
}
.preform-inner .preform-zoho-form .form-group.form-col-100 .accordian .details {
    padding: 0;
}
.prefrom-head {
    border: 0 !important;
    padding: 0 !important;
}

.preform-inner .preform-zoho-form .form-group.form-col-100  .accordian .details {
    padding: 2rem 2.5rem !important;
    border-radius: 10px;
    border: 1px solid #BDC1C7;
}

div#thank-you-contact {
    top: 0;
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    display: flex
;
    justify-content: center;
    align-items: center;
    background-color: hsl(0deg 0% 100%);
    left: 0;
    right: 0;
    border-radius: 10px;
}
div#thank-you-contact {
    text-align: center;
}
div#thank-you-contact h4 {
    color: #000;
    font-size: 3rem;
}
div#thank-you-contact p {
    color: #000;
    font-size: 1.5em!important;
    max-width: 560px;
    margin: 1rem auto;
}
.thanks-animation img {
    max-width: 100px;
    position: relative;
    top: -10px;
}

@media (min-width:768px) and (max-width:1024px){
	.ongoing-cases-content .cases-slide{
		    grid-template-rows: repeat(2, auto);
    width: 100%;
    grid-template-columns: repeat(2, 1fr);
	}
}

div#not-qualified-msg {
    padding: 5rem 0;
}

div#lead-verification-error {
    padding: 5rem 0;
    text-align: center;
}

div#lead-verification-error h4 {
    color: #000;
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

div#lead-verification-error p {
    color: #666;
    font-size: 1.2rem;
    max-width: 600px;
    margin: 0 auto 2rem;
    line-height: 1.6;
}
.follow-up-template #affidavit-content #retainer_agreement {
  padding: 0 40px !important;
  height: auto;
  overflow: inherit;
  margin-top: 20px;
}
.follow-up-template #affidavit-content #retainer_agreement p, .follow-up-template #affidavit-content #retainer_agreement p a {
  line-height: 20px !important;
  font-size: 14px;
}
.follow-up-template div#loader .preform-inner center {
max-width: 80px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 16px;
  padding: 1rem;
}
.follow-up-template #affidavit-content {
  max-width: 100%;
}
.follow-up-template #affidavit-content #retainer_agreement .es-wrapper {
  max-width: 100% !important;
}
.follow-up-template #affidavit-content .bottom-fix {
  margin: 2em 0 1em;
  padding: 20px 40px !important;
  border-top: 1px solid #868484;
}
.follow-up-template #affidavit-content .container {
border: 1px solid #868484;
  border-radius: 10px;
  max-width: 900px;margin-top: 2em;
}
.follow-up-template #affidavit-content #retainer_agreement .logo,.follow-up-template #affidavit-content #retainer_agreement .text-account {
  text-align: center;
}
.follow-up-template #affidavit-content #retainer_agreement .sign {
  top: 0 !important;
}
.follow-up-template div#lead-form-success .preform-inner h4 {
    margin-bottom: 1rem;
}
.follow-up-template div#lead-form-success .preform-inner a.primary-button {
    border: 0;
    color: #fff;
    border-style: none;
    padding: 12px 30px;
    cursor: pointer;
    background: #3F9F7F;
    border-radius: 6px;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    transition: .4s;
    display: inline-block;
}
.follow-up-template div#lead-form-error {
    border: 1px solid #9e9c9c;
    border-radius: 6px;
    padding: 2em;
}
.follow-up-template div#lead-form-success {
    margin: 4rem auto;
}
.follow-up-template #loader {
  margin-bottom: 0 !important;
}
#lead-form-success .preform-inner {
    max-width: 100%;
    text-align: left;
}
@media (max-width:767px){
	#affidavit-content #retainer_agreement .es-wrapper tbody tr td {
	  width: 100% !important;
	  font-size: 0;
	  font-style: inherit;
	}
	#affidavit-content #retainer_agreement .es-wrapper tbody tr td p,#affidavit-content #retainer_agreement .es-wrapper tbody tr td p span,#affidavit-content #retainer_agreement .es-wrapper tbody tr td span {
width: 100% !important;
    line-height: 22px !important;
    text-align: inherit;
	}
	#affidavit-content #retainer_agreement .es-wrapper tbody tr td span {
  padding-bottom: 5px;
}
	#affidavit-content #retainer_agreement .es-wrapper tbody tr td.es-m-p30b {
	  width: 50% !important;
	}
	#affidavit-content #retainer_agreement .es-wrapper tbody tr td.es-m-p30b p {
	  font-size: 14px !important;
	}
	.follow-up-template #affidavit-content .container #retainer_agreement {
  padding: 0 !important;
}
	.follow-up-template #affidavit-content .container{
		margin:1em;
	}
	.follow-up-template #affidavit-content .bottom-fix {
	  padding: 20px 10px !important;
	}
	.follow-up-template #affidavit-content .bottom-fix .signature-button-wrapper .signature-button-text {
  font-size: 14px;
}
	.follow-up-template div#lead-form-success {
	  margin: 4rem 1em;
	}
	.follow-up-template div#lead-form-error {
	  margin-left: 1em;
	  margin-right: 1em;
	}
}
.follow-up-template #affidavit-content #retainer_agreement .text-account {
  font-size: 14px !important;
}
.follow-up-template #affidavit-content #retainer_agreement .es-m-p20t {
  padding: 6px 0 0 0 !important;
}
  @media print {
		 @page {
			margin-top: 1cm;
			margin-bottom: 1cm;
			margin-left: 1cm;
			margin-right: 1cm;
		}
 }