@import url(https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Poppins:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Work+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Aubrey&family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Poppins:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Work+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);
.text h4,
.text h5 {
  font-family: Poppins, sans-serif;
}
.process-anchor a,
.process-anchor a:hover {
  clip-path: polygon(10% -75%, 99% -7%, 94% 100%, 0% 100%);
}
.standard-box,
.step-btn a,
.text-btn button {
  cursor: pointer;
}
html {
  scroll-behavior: smooth !important;
  overflow-x: hidden;
}
body {
  overflow-x: hidden !important;
}
@font-face {
  font-family: oceanAubery;
  src: url(../fonts/Ocean\ Aubrey.woff);
}
@font-face {
  font-family: Aubery;
  src: url(../fonts/AUBREY1__.TTF);
}
@font-face {
  font-family: Authentic;
  src: url(../fonts/Authentic\ Signature.otf);
}
@font-face {
  font-family: calibri-bold;
  src: url(../fonts/calibri-bold.ttf);
}
@font-face {
  font-family: calibri-regular;
  src: url(../fonts/calibri-regular.ttf);
}
.ajs-header,
.alertify .ajs-body .ajs-content,
.alertify .ajs-footer .ajs-buttons.ajs-primary,
.looking-head-para,
.st-img {
  text-align: center;
}
.alertify .ajs-footer .ajs-buttons.ajs-primary button {
  background: #15c8a0;
  display: block;
  width: 94%;
  padding: 10px 20px;
  margin: 10px auto !important;
  color: #fff !important;
}
div#exampleModal .modal-dialog {
  transform: translate(0, 100px) !important;
}
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #000;
}
#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #f2f2f2;
  border-top: 6px solid #0068b4;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: 1s linear infinite animate-preloader;
  animation: 1s linear infinite animate-preloader;
}
@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes animate-preloader {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
header .mobile-header {
  width: 100%;
  height: 100%;
  position: fixed;
  background: #1f2130;
  top: 0;
  z-index: 1;
  right: 0;
  padding-top: 30px;
  transition: 0.7s;
  transform: translateX(100%);
  overflow: overlay;
}
.arrow,
.st-img::before,
section.nav {
  position: absolute;
}
.for-back-img,
.for-btn-backgorund a,
button.for-back-img,
section.process-sec {
  background-repeat: no-repeat;
}
header .mobile-header.show {
  transform: translateX(0);
  z-index: 999;
}
header .mobile-header ul.mobile-nav {
  margin-bottom: 0;
  padding: 0;
  list-style: none;
}
header .mobile-header .cancel {
  background: #fff;
  width: 35px;
  text-align: center;
  height: 35px;
  line-height: 55px;
  margin: 0 20px 20px auto;
}
header .mobile-header ul.mobile-nav li.nav-item {
  padding: 10px 0;
  border: 0;
  border-bottom: 1px solid #dddddd4a;
  font-family: Poppins;
  font-size: 21px;
}
header .mobile-header ul.mobile-nav li.nav-item a {
  color: #fff;
  font-size: 14px;
  padding: 0 20px;
}
.mobile-header .social-icon-wrapper ul {
  list-style: none;
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.mobile-header .social-icon-wrapper ul li {
  margin: 0 10px;
}
.mobile-header .social-icon-wrapper ul li i {
  background: #fff;
  color: #1f2130;
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 2px solid #1f2130;
  outline: #fff solid 1px;
}
.mobile-cta-wrapper ul {
  list-style: none;
}
.mobile-cta-wrapper .icon-wrapper {
  padding: 0 9px;
  display: flex;
  align-items: center;
  margin: 10px 0;
}
.mobile-cta-wrapper .icon-wrapper h6 {
  color: #fff;
  font-size: 11px;
  margin: 0;
}
.mobile-cta-wrapper .icon-wrapper h5 {
  color: #fff;
  font-size: 18px;
}
.canvas-icon {
  display: none;
}
@media (max-width: 1024px) {
  .step .step-btn {
    flex: 0 0 18% !important;
  }
  .canvas-icon {
    display: block;
  }
  #header .login-and-register,
  #header .simple-tracker-btn,
  #header .top .hide .st-img,
  header section.nav,
  header#header .top .hide .book-now-img-and-text {
    display: none;
  }
  #header .canvas-icon i {
    font-size: 27px;
  }
  #header .canvas-icon {
    text-align: center;
  }
  .blank {
    padding: 0 !important;
  }
}
.book-now-img-and-text a {
  color: #fff;
  text-decoration: none;
}
#carouselExampleSlidesOnly img {
  filter: drop-shadow(0px 0px 0px black);
  height: 629px;
  object-fit: cover;
  object-position: bottom;
}
.text h5 {
  font-size: 10px;
  color: #fff;
  font-weight: 300;
  margin: 0;
}
.login-and-register a,
.text h4 {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
}
.text h4 {
  margin-top: 4px;
}
.text h5 a {
  font-size: 11px;
  color: #fff;
  font-family: Poppins;
  font-weight: 500;
}
.book-now-img-and-text {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
#header .bok-now {
  border-right: 2px solid #5c5d68;
}
section.top {
  background-color: #1f2130;
  padding-top: 20px;
  padding-bottom: 30px;
}
.icon-phone a,
.login-and-register .line {
  color: #fff;
}
.copy-right span.green,
.login-and-register a:first-child,
.maxi-mise-text p span,
.step-section span.green-color,
.step:hover .step-text h3,
.structure-head span.for-bold span {
  color: #15c8a0;
}
.login-and-register a {
  font-family: Poppins;
  text-decoration: none;
  padding: 0 10px;
}
.nav-bar ul li a,
.simple-tracker-btn a {
  font-family: Poppins;
  font-weight: 500;
  text-decoration: none;
}
.simple-tracker-btn a {
  font-size: 16px;
  color: #fff;
  background-color: #15c8a0;
  padding: 10px 13px;
  text-transform: capitalize;
  display: block;
  width: 54%;
  margin-top: 13px !important;
  margin: 0 auto;
  text-align: center;
}
.car-caption h1,
.process-anchor a,
.process-head h1,
.structure-head h3,
button.for-back-img {
  text-transform: uppercase;
}
.st-img::before {
  content: "Access now for FREE";
  content: "Access now for FREE";
  font-size: 41px;
  color: #15c8a0;
  top: -40px;
  right: -29%;
  font-family: oceanAubery;
  transform: rotate(-4deg);
  font-weight: 300;
}
.website-logo img {
  width: 229px;
}
.arrow {
  right: -62px;
  top: 1px;
}
.for-padding {
  padding-right: 50px;
  width: 42%;
}
.text {
  padding-left: 10px;
}
.process-sec .cta-wrapper,
section.maxi-mise-sec .row,
section.top .row {
  display: flex;
  align-items: center;
}
.nav-bar ul {
  display: flex;
  list-style: none;
  padding: 0;
  justify-content: space-between;
  margin: 0;
}
.nav-bar ul li a {
  font-size: 15px;
  color: #070709;
  padding-right: 21px;
}
.social-icons ul {
  display: flex;
  list-style: none;
  justify-content: flex-end;
}
.social-icons ul li a:hover {
  text-decoration: none;
  background: #15c8a0;
  box-shadow: 0 0 0 7px #e3efec;
}
.social-icons ul li a {
  background-color: #2a2b44;
  border-radius: 50%;
  color: #fff;
  height: 25px;
  width: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  transition: 0.4s ease-in-out;
  margin: 0 7px;
}
section.nav {
  padding: 16px 0 5px;
  background-color: #fff;
  top: 100px;
  left: 20px;
  width: 96%;
  z-index: 19;
}
a.no-background {
  background-color: transparent !important;
  color: #2a2b44 !important;
}
.blank {
  padding: 16px;
  background-color: #edf6f3;
}
.website-logo {
  padding-left: 30px;
}
.login-and-register {
  text-align: center;
  position: relative;
  bottom: 0;
}
.canvas-icon.text-white i::before,
.footer-social-icon ul li a i::before,
.social-icons ul li a i::before {
  font-family: FontAwesome;
}
.social-icons {
  position: relative;
  left: 113px;
}
.social-icons i.fa.fa-search {
  margin-left: 12px;
}
.car-caption h1 {
  font-size: 75px;
  color: #000;
  font-family: Aubery;
  font-weight: 400;
  line-height: 0.8;
  text-shadow: 0 0 #000;
}
.for-slex {
  display: flex;
  align-items: baseline;
}
.car-caption-flex {
  position: absolute;
  top: 80px;
  right: 0;
  left: 0;
  bottom: unset;
  display: flex;
  align-items: center;
  justify-content: center;
}
.form-btn button {
  background-color: #15c8a0;
  border: 1px solid #15c8a0;
  font-size: 16px;
  font-family: Poppins;
  cursor: pointer;
  transition: 0.4s ease-in-out;
}
.form-btn i,
.text-btn i {
  background-color: #fff;
  font-size: 7px;
  padding: 3px 4px;
  border-radius: 40px;
  position: relative;
}
.for-slex h3,
.text-banner h3 {
  color: #15c8a0;
  font-family: Aubery;
}
.all-text-area .form-btn button {
  height: 55px;
  border-radius: 10px;
  margin-top: -8px;
}
.text-btn i {
  color: #15c8a0;
  left: -4px;
  bottom: 2px;
}
.form-btn i {
  color: #15c8a0;
  top: -2px;
}
.for-slex h3 {
  font-size: 45px;
  font-weight: 400;
}
.text-banner h3 {
  font-size: 25px;
  text-align: center;
}
.text-banner h3 span {
  font-weight: 700;
  text-decoration: underline;
}
.tax-cal {
  position: absolute;
  top: unset;
  left: 84px;
  right: 0;
  bottom: 85px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.all-tax h3 {
  font-size: 20px;
  color: #1f2130;
  font-family: Poppins;
  font-weight: 500;
}
.for-back-img {
  background-image: url("../img/button-back.png") !important;
}
.cis-tax {
  background-color: #dbe0e4;
  padding: 20px 30px 40px;
  border-radius: 11px;
  width: 43%;
}
.btn-primary:hover {
  color: #fff;
  background-color: #1f2130;
  border-color: #15c8a0;
  box-shadow: 0 0 4px 3px #1f2130;
  outline: #15c8a0 solid 1px;
}
.all-tax {
  text-align: left;
}
.text-btn {
  border-top: 1px solid #fff;
  padding-top: 22px;
  text-align: center;
}
.text-btn button {
  background-color: #15c8a0;
  border: 1px solid #15c8a0;
  font-size: 16px;
  color: #fff;
  border-radius: 10px;
  outline: 0;
  width: 30%;
  font-family: Poppins;
  height: 60px;
  margin: 5px;
}
.cis-tax button.new-btn {
  width: 159px;
}
.cis-tax button.callback {
  width: 190px;
}
.tax-cal .text-btn span.text-bold,
span.only-bold,
span.rebate-bold {
  font-weight: 600;
}
.form-group input {
  padding: 9px 16px;
  border: none;
}
.form-group input::placeholder {
  font-size: 10px;
  color: #1f2230;
  font-family: Poppins;
  font-weight: 500;
}
.text-banner {
  padding: 6px;
}
button.for-back-img {
  background-image: url(../img/button-back.png) !important;
  background-color: transparent;
  background-size: 100% 100%;
  border-radius: unset;
  border: none;
  color: #15c8a0;
  font-size: 18px;
  font-weight: 600;
  font-family: Poppins;
}
.form-btn {
  margin-left: 0;
}
.all-text-area input::placeholder {
  font-size: 18px;
  font-weight: 500;
}
.all-text-area input {
  border-radius: 10px;
  height: 55px;
  margin-top: 8px;
}
.progress-text {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 28px;
}
.maxi-mise-text h1 {
  font-size: 81px;
  color: #1e202e;
  font-family: Aubery;
  position: relative;
  bottom: 16px;
}
.maxi-mise-text h1 span {
  font-size: 33px;
  color: #15c8a0;
}
.maxi-mise-text p {
  font-size: 14px;
  color: #1e202e;
  font-family: Poppins;
  font-weight: 400;
}
h1.move {
  position: relative;
  left: 156px;
  bottom: 25px;
}
.progress-text h3,
.progress-text h5 {
  font-size: 22px;
  color: #1f212f;
  font-family: Poppins;
  font-weight: 600;
}
.progress-bar {
  height: 1rem;
  color: #fff;
  background-color: #15c8a0;
  border-radius: 60px !important;
}
.maxi-mise-img img {
  width: 100%;
  position: relative;
  height: 567px;
}
section.maxi-mise-sec {
  padding: 60px 0;
}
.maxi-mise-sec .maxi-mise-text span.tax {
  color: #1e202e;
  font-weight: 600;
}
.max-mise-second-img img {
  width: 42%;
}
.max-mise-second-img {
  position: absolute;
  bottom: 0;
  top: 406px;
  left: -20px;
}
.max-mise-second-img::before {
  content: "Claim Yours Today!";
  font-size: 110px;
  color: #15c8a0;
  position: absolute;
  top: 129px;
  right: 11px;
  font-family: oceanAubery;
  transform: rotate3d(1, 1, 1, 349deg);
}
section.process-sec {
  background-image: url("../img/normalpic.webp");
  background-size: cover;
  width: 100%;
  padding: 80px 34px;
  position: relative;
}
.process-sec .step.step3 a {
  margin-top: -65px;
}
.brandSlides .container,
.process-sec .border-red,
section.boxes-sec .col-md-4 {
  padding: 0;
}
.process-sec span.bold {
  font-weight: 700;
  text-shadow: 1px 1px 1px #15c8a0;
}
.step-text p {
  font-size: 13px;
  color: #fff;
  font-family: Poppins;
  font-weight: 400;
}
.process-anchor a,
.step-btn a {
  font-size: 15px;
  text-decoration: none;
}
.process-anchor a,
.step-btn a,
.step-text h3 {
  font-family: Poppins;
  font-weight: 500;
}
.step-btn a {
  color: #15c8a0;
  border: 1px solid #fff;
  padding: 10px 16px;
  border-radius: 8px;
  transition: 1s;
}
.process-anchor a {
  color: #fff;
  background-color: #184140;
  padding: 10px 40px;
  transition: 0.4s;
  border: 1px solid #184140;
}
.step-text h3 {
  font-size: 25px;
  color: #fff;
}
.process-anchor {
  float: right;
  padding: 30px 0;
  margin: 5px 0;
}
.process-head h1 {
  font-size: 60px;
  color: #fff;
  font-family: Aubery;
}
h1.for-paddings span {
  font-size: 35px;
  color: #15c8a0;
  text-transform: lowercase;
}
h1.for-paddings {
  position: relative;
  left: 97px;
  bottom: 12px;
  font-size: 70px;
}
.process-head {
  position: relative;
  left: 160px;
  padding-bottom: 50px;
}
.process-sec .process-anchor.track a {
  display: block;
  padding: 10px 54px;
}
.step {
  display: flex;
  align-items: center;
  padding: 12px;
}
.step .step-btn {
  flex: 0 0 11%;
}
.step-text {
  padding-left: 40px;
}
.process-sec::before {
  content: "No need to waste money \A on Accountancy Software";
  font-size: 70px;
  color: #15c8a0;
  position: absolute;
  top: 122px;
  right: 51px;
  bottom: unset;
  line-height: 50px;
  font-family: Authentic;
  transform: rotate3d(1, 1, 1, 355deg);
  white-space: pre;
}
.process-head-top h4 {
  font-size: 22px;
  color: #fff;
  background-color: #15c8a0;
  padding: 14px 20px;
  position: absolute;
  top: 0;
  left: 121px;
  font-family: Poppins;
}
.faster,
.fee-structure,
.most-popular,
.self-img {
  position: relative;
}
.step:hover .step-btn a {
  background-color: #15c8a0;
  color: #07090f;
  border: none;
}
.process-anchor a:hover {
  border: 1px solid #fe2e2e;
  background-color: transparent;
}
.fee-structure h1 {
  font-size: 69px;
  color: #08080b;
  font-family: Aubery;
}
.standard-text h2,
.structure-head h3 span,
p.bold {
  font-family: calibri-bold;
}
.fee-structure h1 span {
  color: #15c8a0;
  font-size: 52px;
}
h1.structure-padding {
  position: relative;
  bottom: 14px;
  padding-left: 86px;
}
.standard-text {
  background-color: #17171f;
}
.standard-text h2 {
  font-size: 25px;
  color: #fff;
  text-align: center;
  margin: 0;
  padding: 10px;
}
.standard-para {
  background-color: #f5f8f7;
  padding: 20px 0;
}
.only-for-abckground-color {
  background-color: #17171f;
  padding: 12px;
}
p.bold span {
  color: #ef030b;
  padding-left: 8px;
}
.standard-para p:nth-child(2) {
  line-height: 20px;
}
.standard-box.color-red p.bold {
  line-height: 1;
  margin-top: 13px;
}
.standard-para p {
  color: #1f2130;
  font-family: calibri-regular;
  margin: 0;
  line-height: 42px;
  font-size: 18px;
  text-align: center;
}
.color-black {
  background-color: #15c8a0;
}
.color-green-change {
  background-color: #daf8f1;
}
.color-greens {
  background-color: #15c8a0;
  color: #fff;
  font-family: calibri-bold;
  padding: 1px 0;
}
.color-greens p {
  font-size: 22px;
  text-align: center;
  margin: 0;
  padding: 3px;
}
.most-popular h3 {
  font-size: 16px;
  color: #15c8a0;
  font-family: calibri-bold;
}
.most-popular h4 {
  font-size: 50px;
  color: #15c8a0;
  font-family: oceanAubery;
}
.most-popular {
  display: flex;
  justify-content: space-between;
  align-items: center;
  top: -28px;
}
.faster {
  top: 49px;
  right: 30px;
}
.for-standard-padding {
  padding-top: 65px;
  transform: scale(0.8);
}
.color-red-change {
  background-color: #fff2f2;
}
.color-red,
.color-redish {
  background-color: #ef1f1f;
}
.color-red {
  transform: scale(0.8);
}
.faster h4 {
  color: #ef1f1f;
}
.color-green {
  border: 1px solid #15c8a0;
  padding: 10px;
  transform: scale(1.2);
}
.structure-head h3 {
  font-size: 36px;
  color: #1f2130;
  font-family: calibri-regular;
  padding-bottom: 12px;
}
.structure-head {
  text-align: center;
  padding-bottom: 32px;
}
.fee-structure {
  left: 320px;
  padding-bottom: 31px;
}
section.fee-structure-sec {
  padding: 60px 0 120px;
}
.color-black h2 {
  color: #000;
}
.process-sec .cta-wrapper i {
  font-size: 42px;
  color: #15c8a0;
}
.process-sec .cta-wrapper .cta-wrapper-text {
  color: #fff;
  margin-left: 27px;
}
.process-sec .cta-wrapper p {
  margin-bottom: 0;
}
p.bold {
  color: #000 !important;
  font-weight: 600;
}
.for-btn-backgorund a {
  background-image: url(../img/button-back.png);
  background-color: transparent;
  background-size: 100% 100%;
  width: 100%;
  clip-path: polygon(-5% -65%, 99% -2%, 114% 100%, 0% 100%);
  padding: 18px 60px;
  border: none;
  color: #15c8a0;
  font-size: 26px;
  font-weight: 600;
}
footer.footer,
section.digital-sec {
  background-repeat: no-repeat;
  background-size: cover;
}
.border-red a,
.border-red a:hover {
  clip-path: unset;
}
.border-red a {
  background-color: transparent;
  border: 1px solid #fe2e2e;
  transform: skewX(181deg);
  padding: 20px 38px;
}
.process-sec .border-red a {
  display: flex;
  flex-direction: column;
  width: 303px;
  text-align: center;
  height: 62px;
  justify-content: center;
  padding-top: 0;
  padding-bottom: 0;
}
.process-sec .process-anchor.border-red span.pil {
  transform: skewX(16deg);
}
.only-for-abckground-color p {
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  text-align: center;
  margin: 0;
  padding: 0;
}
.self-text h3,
.self-text p {
  color: #12111a;
  font-family: Poppins;
}
.border-red {
  transform: skewX(343deg);
}
.self-text h3 {
  font-size: 23px;
  font-weight: 600;
  padding-bottom: 8px;
}
.self-text p {
  font-size: 15px;
  font-weight: 400;
  margin: 0;
  padding-bottom: 15px;
}
.self {
  background-color: #e8e9e9;
  padding: 16px;
  margin-top: 50px;
  height: 400px;
}
.self-box h4 {
  background-color: #15c8a0;
  font-size: 17px;
  color: #fff;
  font-family: Poppins;
  font-weight: 500;
  padding: 10px 43px;
  width: 100%;
}
.self-img {
  top: -32px;
}
.structure-head span.for-bold {
  font-weight: 600;
  font-size: 18px;
}
.fee-structure-sec .structure-head p {
  font-size: 16px;
  font-family: Poppins;
  font-weight: 400;
  color: #1e202e;
}
.looking-head h1 {
  font-size: 57px;
  color: #08080b;
  font-family: Aubery;
}
.self-box {
  position: absolute;
  top: 200px;
  left: 15px;
}
h1.structure-padding span {
  font-size: 52px;
  color: #15c8a0;
}
.for-structure-space {
  position: relative;
  left: 27px;
}
.looking-head-para p {
  font-size: 17px;
  color: #08080b;
  font-family: Poppins;
  font-weight: 600;
  position: relative;
  left: 100px;
}
.looking-head {
  position: relative;
  left: 347px;
}
section.looking-sec {
  background-color: #f6f6f6;
  padding: 80px 0;
}
.looking-head-para p::before {
  content: "";
  width: 2%;
  height: 1px;
  background-color: #000;
  position: absolute;
  margin-top: 13px;
  left: 41%;
}
section.digital-sec {
  background-image: url(../img/digital.webp);
  width: 100%;
  padding: 40px 0;
}
.make-digital-head h2 {
  font-size: 50px;
  color: #fff;
  font-family: calibri-bold;
}
.make-digital-head p {
  font-size: 29px;
  color: #fff;
  font-family: calibri-bold;
  margin-bottom: 4px;
}
.make-digital-head {
  text-align: center;
  padding: 52px 0;
}
.make-digital-btn a {
  font-size: 16px;
  color: #fff;
  font-family: Poppins;
  background-color: #15c8a0;
  padding: 0 32px;
  text-decoration: none;
  border-radius: 9px;
  height: 54px;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  font-weight: 500;
}
.Friendly-service,
.highly-experienced {
  align-items: center;
  font-size: 35px;
  color: #fff;
  font-weight: 600;
  height: 381px;
  display: flex;
  text-align: center;
}
.make-digital-btn i {
  color: #15c8a0;
  background-color: #fff;
  font-size: 8px;
  position: relative;
  bottom: 2px;
  left: -6px;
  border-radius: 20px;
  padding: 4px 5px;
}
.dv-para p,
.dv-text h3,
.dv-text h5 {
  color: #090b1c;
  font-family: Poppins;
}
.boxes-sec h3 {
  font-size: 32px;
  font-weight: 500;
}
.highly-experienced {
  font-family: Poppins;
  background-color: #00d2a2;
  justify-content: center;
}
.Friendly-service {
  font-family: Poppins;
  background-color: #6eedcf;
  justify-content: center;
}
.Competitive-Fees {
  font-size: 35px;
  color: #fff;
  font-family: Poppins;
  font-weight: 600;
  background-color: #c6f8ec;
  text-align: center;
  height: 381px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.for-colorss {
  background-color: #fff;
  padding-top: 50px;
  padding-bottom: 10px;
  width: 560px;
  padding-left: 10px;
  height: 640px;
  margin: 0 auto;
}
.for-main-div {
  display: flex;
  justify-content: space-evenly;
}
.dv-text h3 {
  font-size: 25px;
  font-weight: 700;
}
.dv-text h5 {
  font-size: 21px;
  font-weight: 300;
}
.dv-para p {
  font-size: 16px;
  font-weight: 400;
  padding: 20px 50px;
  text-align: center;
}
.happy-client-head h1 {
  font-size: 62px;
  color: #08080b;
  font-family: Aubery;
}
.lorem-ispum h3,
.lorem-ispum p {
  color: #090b1c;
  font-family: Poppins;
}
.happy-client-head h1 span {
  font-size: 40px;
  color: #15c8a0;
}
h1.for-only-space {
  padding-left: 60px;
  position: relative;
  left: 28px;
  bottom: 8px;
}
.happy-client-head {
  position: relative;
  left: 234px;
  top: 26px;
}
.for-back-colorsz {
  background-color: #15c8a0;
  align-items: center;
  padding: 80px 0;
}
section.brandSlides .dv-coma img {
  filter: invert(1) !important;
}
.lorem-ispum h3 {
  font-size: 25px;
  font-weight: 500;
}
.lorem-ispum p {
  font-size: 15px;
  font-weight: 300;
  line-height: 30px;
}
.lorem-ispum {
  background-color: #fff;
  width: 530px;
  padding: 30px;
  margin: 0 auto;
  height: 500px;
  overflow-y: scroll;
}
.lorem-head h1 {
  font-size: 62px;
  color: #fff;
  font-family: Aubery;
}
h1.space {
  position: relative;
  left: 40px;
}
.lorem-head {
  position: relative;
  left: 290px;
  bottom: 44px;
}
.dv-date h5 {
  font-size: 15px;
  color: #15c8a0;
}
.copy-right {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #70707059;
  padding-top: 20px;
  margin-top: 40px;
}
.footer-logo img {
  width: 56%;
  margin-bottom: 27px;
}
.footer-para p {
  font-size: 14px;
  color: #fff;
  font-family: Poppins;
  font-weight: 300;
  line-height: 2;
}
.footer-social-icon ul {
  display: flex;
  list-style: none;
  padding: 0;
}
.footer-social-icon ul li a {
  color: #2b304e;
  background-color: #fff;
  border-radius: 50%;
  height: 14px;
  width: 14px;
  display: inline-flex;
  margin: 0 5px 0 0;
  font-size: 12px;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 10px;
  text-decoration: none;
}
.footer-head h2 {
  font-size: 32px;
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}
.footer-head p,
h3.things-space span {
  font-weight: 400;
}
.footer-head p {
  font-size: 14px;
  color: #fff;
  font-family: Poppins;
}
.footer-icon img {
  background-color: #15c8a0;
  padding: 9px 13px;
}
.copy-right p {
  font-size: 16px;
  color: #fff;
  font-family: calibri-regular !important;
}
.term-and-policy a {
  font-size: 15px;
  color: #fff;
  font-family: Montserrat;
  font-weight: 400;
}
.term-and-policy span {
  color: #fff;
  padding: 0 6px;
}
.footer-input input {
  width: 100%;
  padding: 10px;
  position: relative;
}
footer.footer {
  background-image: url(../img/footer-back.png);
  width: 100%;
  padding-top: 60px;
}
.footer-colum {
  float: right;
}
.footer-icon {
  position: absolute;
  right: 16px;
  top: 82px;
}
.for-border-line {
  border-left: 1px solid #70707054;
}
.footer-social-icon ul li a:hover {
  background-color: #15c8a0;
  color: #2b304e;
}
button:hover {
  background-color: transparent;
  border: 1px solid #15c8a0;
  color: #15c8a0;
}
button.for-back-img.animated_btn {
  -webkit-animation: 2s linear infinite rotation !important;
  transition: 0.6s;
}
@-webkit-keyframes rotation {
  100%,
  30% {
    background-color: #0000;
    color: #15c8a0;
  }
  70% {
    background-color: #1f2130;
    color: #fff;
  }
}
button {
  transition: 0.7s;
}
.dv-img img {
  width: 70%;
  margin: 0 auto;
}
h1.for-space-things {
  position: relative;
  left: 86px;
}
h3.things-space {
  position: relative;
  left: 103px;
}
h1.for-left-spcae {
  position: relative;
  right: 18px;
}
.for-struct-space {
  font-size: 32px !important;
}
a.no-background::before {
  content: "";
  width: 1px;
  height: 28px;
  background-color: #1f213038;
  position: absolute;
  right: 34px;
}
.nav-bar {
  position: relative;
  right: 152px;
}
.tax-cal input {
  background-color: #fff !important;
}
section.maxi-mise-sec {
  overflow: hidden;
  padding-bottom: 150px;
}
section.fee-structure-sec,
section.looking-sec,
section.process-sec {
  overflow: hidden;
}
.looking-sec .self-img img {
  height: 235px;
  width: 100%;
  object-fit: cover;
}
section.happy-client {
  overflow: hidden;
  padding-top: 0;
}
.fee-structure-sec .pop {
  width: 420px;
  margin-left: -33px;
}

.icon-phone i {
    font-size: 45px;
    color: #15c8a0;
    text-decoration: unset;
    padding: 0 13px;
  }
  .modal .modal-dialog p {
    font-family: Poppins;
    text-align: center;
    padding-bottom: 0;
    margin: 0;
  }
  .modal .modal-dialog {
    height: 70vh;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #Prepareuploadincome button.close,
  #UploadIncome button.close,
  #finishuploading button.close,
  #selfasesment button.close,
  #uploadexpenses button.close,
  #uploadexpensescalcel button.close,
  div#Congratulations button.close {
    position: absolute;
    top: -11px;
    right: -10px;
    background: #fff;
    opacity: 1;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    box-shadow: 0 0 9px 1px #00000029;
  }
  .colr {
    -webkit-animation: 2s linear 2 rotation !important;
    transition: 1.6s;
  }
  .codecopys {
    width: 51%;
  }
  .select-your-date {
    position: relative !important;
  }
  .prog,
  .progress {
    background: rgba(255, 255, 255, 0.1);
    justify-content: flex-start;
    border-radius: 100px;
    align-items: center;
    position: relative;
    padding: 0 5px;
    display: flex;
    height: 40px;
    width: 500px;
  }
  .prog-value,
  .progress-value {
    box-shadow: 0 10px 40px -10px #fff;
    border-radius: 100px;
    background: #15c8a0;
    height: 15px;
    width: 0;
  }
  .progress-value.section-appear {
    animation: 5s forwards load;
  }
  @keyframes load {
    0% {
      width: 0;
    }
    100% {
      width: 80%;
    }
  }
  .prog-value.section-appear {
    animation: 5s forwards pro !important;
  }
  @keyframes pro {
    0% {
      width: 0;
    }
    100% {
      width: 100%;
    }
  }
  .register-sec input[type="date"]::before {
    font-family: Poppins;
    color: #9e9e9d;
    content: attr(placeholder) ": ";
  }
  .register-sec input[type="date"]:focus::before {
    content: "" !important;
  }
  .register-sec input[type="date"] {
    font-size: 13px !important;
    color: #9e9e9d !important;
    font-family: Poppins !important;
    font-weight: 500 !important;
  }
  @media not all and (min-resolution: 0.001dpcm) {
    @supports (-webkit-appearance: none) {
      .register-sec input[type="date"]::before {
        position: relative !important;
        bottom: 6px !important;
      }
    }
  }
  .custom-file .custom-file-input {
    position: absolute;
    left: 20px !important;
    top: 10px !important;
  }
  .award-sticker img {
    width: 221px !important;
    height: 221px !important;
  }
  .award-sticker {
    position: absolute;
    top: 0;
    right: 0;
  }
  .lorem-ispum::-webkit-scrollbar {
    height: 20px !important;
    width: 10px !important;
  }
  .lorem-ispum::-webkit-scrollbar-thumb {
    background-color: #6eedcf !important;
    border-radius: 10px !important;
  }
  .all-phone-images {
    display: flex;
  }
  .phone-img img {
    width: 100%;
  }
  .phone-img {
    margin: 5px;
  }
  .click-here-all {
    font-size: 10px;
    color: #000000;
    position: relative;
    top: -8px;
  }
  .need-mortage {
    text-decoration: underline;
  }
  .contact-us a {
    color: #15c8a0 !important;
  }
@media (max-width: 1573px) {
  .process-sec .process-anchor.track a {
    padding: 10px 52px;
  }
}
@media (max-width: 1550px) {
  .process-sec .process-anchor.track a {
    padding: 10px 50px;
  }
}
@media (max-width: 1520px) {
  .nav-bar {
    right: 81px;
  }
  .social-icons {
    left: 57px;
  }
  .cis-tax {
    width: 46%;
  }
  .process-sec .process-anchor.track a {
    padding: 10px 35px;
  }
  .process-sec .process-anchor.border-red span.pil {
    transform: skewX(12deg);
  }
  .looking-head-para p::before {
    left: 41%;
  }
}
@media (max-width: 1500px) {
  .nav-bar {
    right: 111px;
  }
  .social-icons {
    left: 77px;
  }
  .cis-tax {
    width: 47%;
  }
}
@media (max-width: 1490px) {
  .process-sec .process-anchor.track a {
    padding: 10px 39px;
  }
}
@media (max-width: 1440px) {
  .step .step-btn {
    flex: 0 0 13%;
  }
  .nav-bar {
    right: 81px;
  }
  .social-icons {
    left: 57px;
  }
  .cis-tax {
    width: 46%;
  }
  .process-sec .process-anchor.track a {
    padding: 10px 35px;
  }
  .process-sec .process-anchor.border-red span.pil {
    transform: skewX(12deg);
  }
  .looking-head-para p::before {
    left: 41%;
  }
}
@media (max-width: 1420px) {
  .process-sec .process-anchor.track a {
    padding: 10px 33px;
  }
  .process-anchor a {
    padding: 10px 37px;
  }
  .nav-bar {
    right: 71px;
  }
}
@media (max-width: 1418px) {
  .tax-cal {
    bottom: 27px !important;
  }
  .text-btn button {
    margin: 3px !important;
  }
}
@media (max-width: 1400px) {
  .process-anchor a {
    padding: 10px 34px;
  }
  .process-sec .process-anchor.track a {
    padding: 10px 32px;
  }
  .for-btn-backgorund a {
    font-size: 20px;
  }
  .cis-tax {
    width: 50%;
  }
}
@media (max-width: 1390px) {
  .process-sec .process-anchor.track a {
    padding: 10px 25px;
  }
  .process-anchor a {
    padding: 10px 32px;
  }
  .social-icons {
    left: 33px;
  }
}
@media (max-width: 1366px) {
  .book-now-img-and-text::after,
  .top .trt:after {
    content: "";
    display: block;
    background: #5c5d68;
    height: 42px;
    width: 2px;
  }
  .process-anchor.pay {
    margin-top: 0;
    padding-top: 28px;
  }
  .process-anchor.for-btn-backgorund.for-big {
    margin-top: 50px;
  }
  .process-anchor a {
    font-size: 13px !important;
    padding: 10px 17px;
  }
  .process-anchor {
    margin: 10px 0;
  }
  .process-sec .border-red a {
    display: flex;
    flex-direction: column;
    width: 253px;
    text-align: center;
    height: 48px;
    justify-content: center;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 12px;
    margin-right: 10px;
    margin-top: 16px;
  }
  .process-sec .process-anchor.track a {
    width: 309px;
    text-align: center;
    padding: 10px 28px;
    font-size: 14px;
  }
  .step-text p br {
    display: none;
  }
  .process-sec .process-anchor.for-btn-backgorund.for-big a {
    padding: 20px 40px;
    position: unset;
  }
  .social-icons {
    left: 26px;
  }
  .cis-tax {
    width: 50%;
  }
  .nav .nav-bar {
    margin-left: 37px;
  }
  .nav-bar ul li a {
    font-size: 16px;
  }
  .for-padding {
    width: 54%;
  }
  .st-img::before {
    font-size: 35px;
  }
  #header .bok-now {
    border: none;
  }
  .book-now-img-and-text::after {
    position: relative;
    right: -14px;
    border-radius: 17px;
  }
  .top .trt:after {
    position: absolute;
  }
}
@media (max-width: 1360px) {
  .cis-tax {
    width: 51%;
  }
  .nav-bar {
    right: 62px;
  }
  .social-icons {
    left: 5px;
  }
}
@media (max-width: 1300px) {
  .process-sec .process-anchor.track a {
    padding: 10px 27px;
  }
}
@media (max-width: 1290px) {
  .process-sec .process-anchor.track a {
    padding: 10px 26px;
  }
  .cis-tax {
    width: 54%;
  }
}
@media (max-width: 1280px) {
  .process-anchor a {
    padding: 10px 18px;
  }
  .process-sec .process-anchor.track a {
    padding: 10px 23px;
  }
  .step .step-btn {
    flex: 0 0 15%;
  }
  .nav .nav-bar {
    margin-left: 78px;
  }
}
@media (max-width: 1250px) {
  .process-anchor a {
    padding: 10px 16px;
  }
  .process-sec .process-anchor.track a {
    padding: 10px 19px;
  }
  .social-icons {
    left: -16px;
  }
}
@media (max-width: 1240px) {
  .process-anchor a {
    padding: 10px 14px;
  }
}
@media (max-width: 1230px) {
  .process-sec .process-anchor.track a {
    padding: 10px 17px;
  }
  .cis-tax {
    width: 56%;
  }
}
@media (max-width: 1210px) {
  .process-anchor a {
    padding: 10px 12px;
  }
  .process-sec .process-anchor.track a {
    padding: 10px 16px;
  }
}
@media (max-width: 1200px) {
  .process-anchor a {
    padding: 10px;
  }
  .process-sec .process-anchor.track a {
    padding: 10px 14px;
  }
  .social-icons {
    left: -32px;
  }
}
@media (max-width: 1150px) {
  .fee-structure-sec .pop {
    width: 318px;
    margin-left: -14px;
  }
  .for-colorss,
  .top .arrow img {
    transform: scale(0.8);
  }
  .step .step-btn {
    flex: 0 0 17%;
  }
  section.nav {
    top: 98px;
  }
  .text h5 a {
    font-size: 10px;
  }
  .top .book-now-img-and-text.trt img {
    transform: scale(0.8);
    margin-right: -10px;
  }
  .process-sec .process-anchor.track a {
    padding: 10px 9px;
    font-size: 13px;
    width: 105%;
    text-align: center;
  }
  .process-sec .border-red a {
    width: 211px;
    height: 50px;
  }
  .process-anchor a {
    font-size: 12px !important;
    padding-left: 10px;
    padding-right: 10px;
  }
  .process-sec::before {
    font-size: 41px;
  }
  .simple-tracker-btn a {
    font-size: 14px;
  }
  .cis-tax {
    width: 60%;
    padding: 20px 24px;
  }
  h1.for-paddings {
    font-size: 50px;
  }
  .self-box {
    top: 162px;
  }
  .Competitive-Fees,
  .Friendly-service,
  .highly-experienced {
    height: 300px;
  }
  .happy-client-head {
    left: 120px;
  }
  .lorem-ispum {
    width: 486px;
  }
  .tax-cal {
    bottom: 30px;
  }
  h1.for-left-spcae {
    right: -18px;
  }
  .all-tax h3 {
    font-size: 18px;
  }
  .car-caption h1 {
    font-size: 67px;
  }
  .maxi-mise-text h1 {
    font-size: 60px;
  }
  .maxi-mise-text h1 span {
    font-size: 24px;
  }
  .looking-head-para p::before {
    left: 426px;
  }
  .looking-head-para p {
    left: 170px;
  }
  .self-text h3 {
    font-size: 22px;
  }
  .for-padding {
    width: 54%;
    margin-top: 10px;
  }
  .process-anchor.for-btn-backgorund.for-big {
    margin-top: 100px;
  }
  .process-anchor.track {
    margin-top: 50px;
  }
  .process-anchor {
    margin-top: 30px;
  }
  .make-digital-head p {
    font-size: 20px;
  }
  .make-digital-head h2 {
    font-size: 36px;
  }
  .process-anchor.for-btn-backgorund.for-big a {
    transform: scale(1.5);
  }
  .lorem-ispum h3 {
    font-size: 23px;
  }
  .lorem-head {
    left: 229px;
  }
  .dv-date {
    left: 32px;
  }
  .nav-bar {
    right: 51px;
  }
  .social-icons ul li a {
    padding: 3px 8px;
  }
  .color-green {
    transform: scale(1.1);
  }
  .standard-para p {
    line-height: 33px;
    font-size: 15px;
  }
  .most-popular {
    top: -6px;
  }
  section.fee-structure-sec {
    padding: 90px 0;
  }
  .structure-head p {
    font-size: 13px;
    font-family: Poppins;
  }
  .login-and-register::before {
    top: 6px;
  }

.award-sticker {
    width: 170px;
}
}
@media (max-width: 1030px) {
  .cis-tax {
    width: 68%;
  }
  .tax-cal {
    bottom: 97px;
  }
}
@media (max-width: 1025px) {
    .award-sticker img {
        width: 150px !important;
        height: 150px !important;
    }
    .fee-structure {
        left: 230px;
        padding-bottom: 20px;
    }
    .looking-head {
        position: relative;
        left: 225px;
    }
    .self {
        height: 420px;
    }
    .footer-icon {
        top: 81px;
    }

}
@media (max-width: 992px) {
  .process-anchor.for-btn-backgorund.for-big,
  .process-anchor.track {
    margin: 0;
  }
  .process-anchor {
    margin-top: 0;
  }
  #process-sec .pol .process-anchor {
    display: inline-block;
    /* width: 32%; */
  }
  .process-sec .process-anchor.track a {
    position: relative;
    left: -62px;
  }
  section#fee-structure .color-red,
  section#fee-structure .for-standard-padding {
    transform: scale(1);
  }
  .standard-text h2 {
    font-size: 17px;
  }
  .color-greens p,
  .only-for-abckground-color p,
  .self-box h4 {
    font-size: 14px;
  }
  #fee-structure .standard-para ruby {
    line-height: 19px !important;
  }
  .standard-para p {
    line-height: 18px;
  }
  .looking-head {
    left: 10%;
  }
  .looking-head-para p {
    left: 37px;
  }
  .looking-head-para p::before {
    left: 364px;
  }
  .self-text p {
    font-size: 13px;
  }
  .self-text h3 {
    font-size: 19px;
  }
  .footer-icon {
    top: 137px;
  }
  .fee-structure-sec .pop {
    width: 100%;
  }
  #fee-structure .most-popular {
    margin: 20px 0;
  }
  .most-popular {
    top: 22px;
  }
  .car-caption h1 {
    font-size: 50px;
}
.self {
    height: 390px;
}
.lorem-head {
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}
.happy-client-head {
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}
}
@media (max-width: 800px) {
  .step .step-btn {
    flex: 0 0 15%;
  }
  .process-head-top h4 {
    left: 21px;
  }
  .process-head {
    left: 60px;
  }
  .process-sec::before {
    font-size: 31px;
  }
  .fee-structure {
    left: 20px !important;
  }
  .cis-tax {
    width: 90%;
  }
  div#carouselExampleSlidesOnly .tax-cal {
    left: 0;
  }
  .progress-text h3 {
    font-size: 13px;
  }
  .maxi-mise-text h1 {
    font-size: 36px;
  }
  h1.move {
    left: 79px;
  }
  .max-mise-second-img::before {
    font-size: 88px;
  }
  .progress-text h5 {
    font-size: 15px;
  }
  .boxes-sec h3 {
    font-size: 19px;
  }
  .Competitive-Fees,
  .Friendly-service,
  .highly-experienced {
    height: 250px;
  }
  .car-caption-flex {
    right: unset;
}
#process-sec .pol .process-anchor {
    display: inline-block;
    width: 32%;
}
.color-green {
    transform: scale(1);
}
h1.for-only-space {
    margin-bottom: 40px;
}
}
@media (max-width: 575px) {
  .car-caption h1 {
    font-size: 32px !important;
  }
  section.your-sec {
    padding: 30px 0 !important;
  }
  .your-sec-head h2 {
    font-size: 22px !important;
  }
  .videoandperson {
    display: block !important;
  }
  .copy-right p {
    font-size: 14px !important;
  }
  .main-heading h1 {
    font-size: 30px !important;
  }
  section.inner-banner-sec {
    height: 240px !important;
  }
  .footer-head h2 {
    font-size: 21px !important;
  }
  .footer-icon {
    top: 69px !important;
  }
  .free-sec .free-sec-head h2 {
    font-size: 28px;
  }
  .for-responsive-date-things {
    display: flex !important;
    position: absolute;
    width: 55% !important;
    bottom: 875px !important;
  }
  .for-responsive-date-things h3 {
    font-size: 11px !important;
    padding: 5px !important;
  }
  input[type="file"] {
    position: relative !important;
    top: -33px !important;
    left: 90px !important;
    opacity: 0 !important;
  }
  .onlineform-sec input[type="file"] {
    opacity: 1 !important;
    width: 100% !important;
    position: unset !important;
    margin: 0 !important;
  }
  .for-slex h3 {
    font-size: 32px !important;
    white-space: break-spaces;
  }
  .tax-cal {
    bottom: 90px !important;
  }
  h3.things-space span {
    font-weight: 800;
  }
  .progress {
    width: 100% !important;
  }
  .custom-file .custom-file-input {
    position: relative !important;
    left: 110px !important;
    top: -34px !important;
  }
  .award-sticker img {
    transform: scale(0.4);
  }
  .award-sticker {
    position: absolute;
    top: -44px !important;
    right: -44px !important;
  }
  .self {
    height: auto;
}
.happy-client-head h1 {
    font-size: 2.5rem;
}
.lorem-head {
    left: 0;
}
.happy-client-head {
    left: -50px;
}
.lorem-head h1 {
    font-size: 2.5rem;
}
.lorem-head {
    left: -30px;
}
.footer-input {
    position: relative;
}
.term-and-policy a {
    font-size: 13px;
}
.copy-right {
    text-align: center;
}
.step-text {
    padding-left: 0;
}
.fee-structure h1 {
    font-size: 50px;
}
.looking-head h1 {
    font-size: 50px;
}
.process-head {
    left: 0;
    top: 50px;
}
.process-head h1 {
    font-size: 40px;
}
.process-sec::before {
    top: 55px;
}
footer.footer {
    width: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
}
.main-heading {
    top: 100px !important;
    left: 20px !important;
}

}
.alertify-notifier.ajs-center {
  left: -50px !important;
}
.alertify-notifier.ajs-center.ajs-top .ajs-message.ajs-visible {
  top: 110px !important;
}
@media (max-width: 480px) {
  .mobile-header li.smart-nav a {
    color: #15c8a0 !important;
  }
  header .mobile-header ul.mobile-nav li.nav-item a {
    text-transform: capitalize;
  }
  section.fee-structure-sec,
  section.looking-sec {
    padding: 40px 0;
  }
  .pol .for-btn-backgorund.for-big,
  section.maxi-mise-sec {
    padding-top: 30px !important;
  }
  .for-standard-padding {
    padding-top: 5px;
  }
  section.maxi-mise-sec {
    padding-bottom: 60px !important;
  }
  .text-banner {
    padding: 20px 6px 6px;
  }
  .pol .process-anchor a {
    display: flex;
    justify-content: center;
  }
  .process-sec .process-anchor.for-btn-backgorund.for-big a {
    width: 72%;
    margin: 0 auto;
    border: none;
    clip-path: none;
    background-size: contain;
    background-position: center;
    padding: 10px;
  }
  .color-green {
    transform: scale(1) !important;
  }
  footer .footer-colum {
    float: unset !important;
  }
  .footer-icon {
    top: 105px;
  }
  .maxi-mise-img img {
    object-fit: contain;
    height: unset;
  }
  .copy-right {
    flex-direction: column;
    justify-content: center;
  }
  .website-logo img {
    transform: scale(2);
  }
  #carouselExampleSlidesOnly img {
    height: 700px;
    object-position: center;
  }
  div#carouselExampleSlidesOnly {
    overflow-x: hidden;
  }
  div#carouselExampleSlidesOnly .tax-cal {
    left: 0;
    bottom: 40px;
  }
  .maxi-mise-text {
    margin-top: 117px;
  }
  .max-mise-second-img::before {
    font-size: 65px;
  }
  .max-mise-second-img {
    top: 302px;
    left: 7px;
  }
  section.process-sec {
    padding: 80px 14px;
  }
  .step .step-btn {
    flex: 0 0 15%;
    margin: 30px 0;
  }
  .step {
    flex-direction: column;
  }
  .step-text h3 {
    font-size: 19px;
  }
  #process-sec .pol .process-anchor {
    display: inline-block;
    width: 100%;
    padding: 10px 0;
  }
  section#process-sec .process-anchor.track {
    width: 100%;
  }
  .process-sec .process-anchor.track a {
    left: 0;
  }
  .process-sec .border-red a {
    width: 100%;
    height: 50px;
  }
  .process-anchor.border-red {
    width: 100% !important;
  }
  .self-box {
    top: 206px;
  }
  .cis-tax {
    width: 95%;
    padding: 20px 14px;
  }
  .car-caption h1 {
    font-size: 53px;
  }
  h3.things-space {
    position: relative;
    left: 0;
    top: 50px !important;
  }
  .tax-cal .text-btn {
    border-top: 1px solid #fff;
    padding-top: 22px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .tax-cal .text-btn button {
    font-size: 8px;
    width: 100% !important;
  }
  .cis-tax button.new-btn {
    width: 126px;
  }
  .cis-tax button.callback {
    width: 140px;
  }
  button.for-back-img.animated_btn {
    width: 120px;
  }
  .looking-head-para p::before {
    left: 120px;
  }
  .for-colorss {
    width: unset !important;
  }
  .process-sec::before {
    top: 28px;
  }
  .lorem-ispum {
    width: 96%;
  }
}
#demoModal {
  z-index: 9999999;
}
div#demoModal .modal-content {
  height: 500px;
  max-height: 500px;
  overflow-y: scroll;
}
.alertify .ajs-dialog {
  max-width: 600px;
  min-height: 122px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  border-radius: 6px;
  position: relative;
  top: 100px;
}
@media (max-width: 414px) {
  .cis-tax button.callback {
    width: 140px;
    height: 40px;
  }
  button.for-back-img.animated_btn {
    width: 120px;
    height: 40px;
  }
  .cis-tax button.new-btn {
    width: 126px;
    height: 40px;
  }
  .website-logo img {
    transform: scale(3);
    margin-left: 38px;
  }
  #process-sec .step .step-text {
    padding: 0;
  }
  .fee-structure h1 {
    font-size: 40px;
  }
  h1.structure-padding span {
    font-size: 42px;
    color: #15c8a0;
  }
  .looking-head h1 {
    font-size: 39px;
  }
  .looking-head-para p::before {
    left: 68px;
    width: 7%;
  }
  h1.structure-padding {
    padding-left: 50px;
  }
  .happy-client-head {
    left: -50px;
}

  .process-head {
    top: 77px;
    left: 10px;
  }
  .process-sec::before {
    top: 49px;
  }
  .process-head h1 {
    font-size: 41px;
  }
  h1.for-paddings {
    left: 48px;
  }
  h1.for-paddings span {
    font-size: 28px;
  }
  section.inner-banner-sec {
    overflow-x: hidden !important;
  }

  .footer-icon {
    top: 69px !important;
  }
  .for-responsive-date-things {
    display: flex !important;
    position: absolute;
    width: 55% !important;
    bottom: 1070px !important;
  }
  .maxi-mise-text {
    margin-top: 147px !important;
  }
  .car-caption-flex {
    left: 19px !important;
  }
  .custom-file .custom-file-input {
    position: absolute;
    left: 130px !important;
    top: unset !important;
  }
}
@media (max-width: 412px) {
  .for-responsive-date-things {
    bottom: 1071px !important;
  }
  .car-caption-flex {
    left: 19px !important;
  }
  .custom-file .custom-file-input {
    position: absolute;
    left: 130px !important;
    top: unset !important;
  }
}
@media (max-width: 393px) {
  .for-responsive-date-things {
    bottom: 1071px !important;
  }
  .car-caption-flex {
    left: 8px !important;
  }
  .maxi-mise-text {
    margin-top: 176px !important;
  }
}
@media (max-width: 390px) {
  .tax-cal .text-btn button {
    font-size: 8px !important;
  }
  .dv-img img {
    width: 100%;
    margin: 0 auto;
  }
  .for-responsive-date-things {
    bottom: 1071px !important;
  }
  .maxi-mise-text {
    margin-top: 177px !important;
  }
  .car-caption-flex {
    left: 11px !important;
  }
}
@media (max-width: 375px) {
  .looking-head-para p::before {
    left: 49px;
  }
  .text-btn button i {
    display: none;
  }
  .text-btn button {
    height: 47px;
  }
  .max-mise-second-img {
    top: 223px;
    left: 7px;
  }
  .for-responsive-date-things {
    bottom: 1071px !important;
  }
  .maxi-mise-text {
    margin-top: 127px !important;
  }
  .car-caption-flex {
    left: -2px !important;
  }
}
@media (max-width: 360px) {
  .max-mise-second-img::before {
    top: 114px !important;
  }
  .new-add-text p {
    font-size: 12px !important;
  }
  .footer-icon {
    top: 91px !important;
  }
  .maxi-mise-text {
    margin-top: 119px !important;
  }
  .car-caption-flex {
    left: -8px !important;
  }
}

@media (max-width: 575px) {
  .myaward23 {
    position: absolute;
    top: 90px;
  }
  .hrmc-space {
    position: absolute !important;
    left: 70px !important;
    top: 30px;
  }
  .pension-space {
    position: absolute !important;
    left: 110px !important;
    top: 30px !important;
  }
}
