body {
  font-family: "mulish", sans-serif;
  font-style: normal;
  font-weight: 400;
}
p {
  font-family: "lato", sans-serif;
  font-size: 18px;
  line-height: 28px;
}
.home-slider {
  background-color: #e7f1f2;
}
.home-slider .carousel-indicators {
  bottom: -50px;
}
.home-slider .carousel-indicators li {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-color: #c4c4c4;
}
.home-slider .carousel-indicators li.active {
  background-color: #99b855;
}
.home-slider .carousel-item {
  height: 730px;
  z-index: 1;
}
.home-slider .carousel-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  height: 30px;
  z-index: -1;
}
.home-slider .carousel-item:after {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  height: 45px;
  z-index: -1;
}
@media (max-width: 991px) {
  .home-slider .carousel-item .carousel-img {
    display: none;
  }
}
.home-slider .carouselcircle {
  background-color: #b6d4d8;
  border-radius: 50%;
  width: 160px;
  height: 160px;
  position: absolute;
  top: 60px;
  left: -20px;
  z-index: -1;
}
.home-slider .carouselcaption {
  position: relative;
  width: 570px;
  max-height: 670px;
  padding-top: 56px;
}
@media (max-width: 991px) {
  .home-slider .carouselcaption {
    padding: 40px;
    width: auto;
    text-align: center;
  }
}
@media (max-width: 991px) {
  .home-slider .carouselcaption.carouselcaptionleft {
    margin-right: inherit !important;
    width: auto !important;
  }
}
.home-slider .carouselcaption h2 {
  font-weight: 900;
  font-size: 65px;
  line-height: 70px;
  color: #10375c;
  padding-bottom: 5px;
  padding-left: 18px;
}
@media (max-width: 991px) {
  .home-slider .carouselcaption h2 {
    font-size: 37px;
    line-height: 50px;
  }
}
.home-slider .carouselcaption h2 span {
  background-color: #a9c36f;
  display: inline-block;
  padding: 2px 10px;
  font-size: 56px;
}
@media (max-width: 991px) {
  .home-slider .carouselcaption h2 span {
    font-size: 37px;
  }
}
.home-slider .carouselcaption h3 {
  font-weight: 900;
  font-size: 49px;
  line-height: 70px;
  color: #10375c;
  padding-bottom: 5px;
  padding-left: 18px;
}
@media (max-width: 991px) {
  .home-slider .carouselcaption h3 {
    font-size: 34px;
    line-height: 40px;
  }
}
.home-slider .carouselcaption p {
  color: #127681;
  padding-left: 20px;
  margin-bottom: 0.5rem;
}
.home-slider .carouselcaption ul {
  list-style: none;
  padding-left: 23px;
}
.home-slider .carouselcaption ul .slider-cost {
  display: block;
  font-weight: 700;
  font-size: 15px;
  line-height: 10px;
  color: #10375c;
  padding: 10px 0;
  margin-left: 0;
  text-decoration: none;
}
.home-slider .carouselcaption ul .slider-cost:hover {
  color: #99b855;
}
.home-slider .carouselcaption .ph-chat-box {
  margin-left: 17px;
}
.home-slider .carouselcaption .block-slider-ph {
  margin-bottom: 15px;
}
.home-slider .carouselcaption .block-slider-ph .ph-icon {
  width: 50px;
  height: 50px;
  background-color: #127681;
  border-radius: 50%;
  display: inline-block;
  margin-right: 21px;
  position: relative;
}
.home-slider .carouselcaption .block-slider-ph .ph-icon span {
  background-image: url(../images/ph-icon.svg);
  background-repeat: no-repeat;
  background-size: 20px 20px;
  display: inline-block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 17px;
  left: 14px;
}
.home-slider .carouselcaption .block-slider-ph a {
  font-weight: 900;
  font-size: 34px;
  line-height: 50px;
  color: #10375c;
  text-decoration: none;
  vertical-align: top;
}
@media (max-width: 991px) {
  .home-slider .carouselcaption .block-slider-ph a {
    font-size: 24px;
    line-height: 40px;
  }
}
.home-slider .carouselcaption .block-slider-chat .chat-icon {
  width: 50px;
  height: 50px;
  background-color: #127681;
  border-radius: 50%;
  display: inline-block;
  margin-right: 21px;
  position: relative;
}
.home-slider .carouselcaption .block-slider-chat .chat-icon span {
  background-image: url(../images/chat-icon.svg);
  background-repeat: no-repeat;
  background-size: 20px 20px;
  display: inline-block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 17px;
  left: 14px;
}
.home-slider .carouselcaption .block-slider-chat a {
  font-weight: 900;
  font-size: 34px;
  line-height: 50px;
  color: #10375c;
  text-decoration: none;
  vertical-align: top;
}
@media (max-width: 991px) {
  .home-slider .carouselcaption .block-slider-chat a {
    font-size: 24px;
    line-height: 40px;
  }
}
.home-slider .carouselcaption.carouselcaptionleft {
  margin-right: 50px;
  width: 590px;
}
.btn-violet {
  background-color: #2b3b7d;
  color: #fff;
}
.btn-indigo {
  background-color: #9c33fb;
  color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #127681;
  border-color: #17a2b8;
}
.btn-orange {
  background-color: #e79933;
  color: #fff;
}
.cft-btn a {
  font-weight: 600;
  text-transform: uppercase;
}
.btn {
  font-weight: 700;
  color: #fff;
  border-radius: 45px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.action-btn .btn:focus,
.action-btn .btn:hover {
  background-color: #28727b !important;
  color: #fff;
}
.bg-indigo {
  background-color: #9c33fb;
}
.bg-orange {
  background-color: #e79933;
}
.bg-deepBlue {
  background: #10375c;
}
.bg-info {
  background-color: #00737c !important;
}
.bg-teal {
  background: #127681;
}
.btn-warning {
  background-color: #fb3;
}
.action-btn .btn {
  color: #10375c;
  padding: 0.6rem 1rem;
}
.action-btn a {
  display: inline-block;
  margin-right: 20px;
}
.btn-teal {
  background-color: #28727b;
  color: #fff;
}
.btn-teal:hover {
  background-color: #127681;
  color: #fff;
}
.call-action .btn-success {
  background-color: #9bb23d;
  border: 1px solid #839731;
  margin-right: 10px;
  text-transform: uppercase;
}
.call-action .btn-success i {
  font-size: 24px;
}
.call-action .btn-success span {
  padding-left: 8px;
}
.call-action a {
  display: inline-block;
  line-height: 30px;
  margin-left: 0px;
  margin-right: 10px;
  font-weight: 500;
  text-transform: uppercase;
}
.call-action a span {
  padding-left: 8px;
  vertical-align: top;
}
.call-action a i {
  font-size: 24px;
}
.btn-default {
  color: #fff;
  background-color: #313243;
}
.tax-package {
  padding-top: 65px;
}
.tax-package .grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.tax-package p {
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  color: #127681;
  margin-bottom: 20px;
}
.tax-package h1 {
  font-weight: 900;
  font-size: 40px;
  line-height: 50px;
  color: #10375c;
  text-transform: uppercase;
  padding-bottom: 0px !important;
  margin-bottom: 20px !important;
  width: 63%;
  margin: auto;
}
.tax-package h1 span {
  color: #99b855;
}
.tax-package .customBox {
  background: rgba(18, 118, 129, 0.1);
  padding: 26px 20px;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
}
.tax-package .customBox .number-circle {
  width: 90px;
  height: 90px;
  background: #127681;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 64px;
  font-weight: 800;
  margin-bottom: 10px;
  margin: auto;
}
.tax-package .customBox .form-check-inline {
  padding-top: 20px;
  text-transform: uppercase;
  margin-right: 0.75rem;
  padding-left: 0;
}
.tax-package .customBox h2 {
  font-family: lato, sans-serif;
  font-size: 18px;
  line-height: 28px;
  color: #10375c;
  padding-bottom: 25px;
  padding-top: 9px;
}
.tax-package .customBox.taxbox h2,
.tax-package .customBox.accountantbox h2 {
  padding-bottom: 0;
}
.tax-package .customBox .quantity {
  border: 1px solid rgba(0, 0, 0, 0.46);
  display: inline-block;
  border-radius: 5px;
  background-color: #fff;
}
.tax-package .customBox .quantity input {
  -webkit-appearance: none;
  border: 1px solid #fff;
  text-align: center;
  width: 32px;
  font-size: 16px;
  color: #43484d;
  font-weight: 300;
}
.tax-package .customBox .quantity select {
  padding-left: 10px !important;
  padding-right: 10px !important;
  padding-bottom: 0.3rem !important;
  padding-top: 0.3rem !important;
}
.tax-package .customBox .quantity button[class*="btn"] {
  width: 30px;
  height: 30px;
  background-color: #fff;
  border-radius: 6px;
  border: none;
  cursor: pointer;
}
.tax-package .customBox.payrollbox {
  background-color: #d0e4e6;
}
.tax-package .customBox.emailBox input {
  padding: 3px 10px;
  border: 1px solid #786e6e !important;
  border-radius: 4px;
}
.tax-package .cuenta .child {
  display: flex;
  background: #d0e4e6;
  margin-bottom: 10px;
}
.tax-package .cuenta .child label {
  width: 50%;
  margin: 10px;
  color: #2d2c2a;
}
.tax-package .cuenta .child ul {
  width: 45%;
  padding: 10px 15px;
}
.tax-package .cuenta ul {
  margin: 0;
  float: right;
  text-align: right;
}
.tax-package .cuenta ul li {
  display: inline;
  float: right;
  color: #5d5656;
}
.tax-package .cuenta ul li input[type="radio"] {
  margin: 0 10px !important;
}
.tax-package #totalPriceContainer h3 {
  color: #000 !important;
  font-size: 20px !important;
  padding: 20px;
}
.page-testimonials {
  margin: 0;
  padding-top: 0;
  padding: 60px 0;
  text-align: center;
  background: #fcfcfc;
}
.page-testimonials span {
  display: block;
  font-weight: 900;
  font-size: 40px;
  line-height: 50px;
  text-align: center;
  color: #10375c;
  margin-bottom: 30px;
}
.page-testimonials .big-single-quotes {
  background-image: url(../images/quotes-sign.svg);
  background-repeat: no-repeat;
  width: 93px;
  height: 81px;
  margin: auto;
}
.page-testimonials .common-testimonials {
  width: 800px;
  margin: auto;
  padding: 20px;
}
@media (max-width: 820px) {
  .page-testimonials .common-testimonials {
    width: auto;
  }
}
.page-testimonials .info {
  margin: 20px 0 0;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  color: #99b855;
  text-align: center;
}
.page-testimonials .carousel-control {
  width: 40px;
  height: 40px;
  background: #cfd4ec;
  text-shadow: none;
  top: 53px;
  text-decoration: none;
}
.page-testimonials .carousel-control i {
  color: #212529;
}
@media (max-width: 800px) {
  .page-testimonials .carousel-control {
    display: none;
  }
}
.page-testimonials .carousel-control-next {
  right: -65px;
}
.page-testimonials .carousel-control-prev {
  left: -65px;
}
.page-top-service {
  padding: 40px 0;
  margin-bottom: 0;
}
.page-top-service h2 {
  font-weight: 900;
  font-size: 40px;
  line-height: 50px;
  color: #10375c;
  padding-bottom: 40px;
  text-transform: uppercase;
}
.page-top-service .top-service-inner {
  padding: 30px 16px;
  background: #d0e4e6;
  border-radius: 20px;
  height: 150px;
  box-shadow: 0 -10px 0 rgba(18, 118, 129, 0.1),
    0 10px 0 rgba(18, 118, 129, 0.1);
}
@media (max-width: 820px) {
  .page-top-service .top-service-inner {
    margin-bottom: 50px;
  }
}
.page-top-service .top-service-inner .name {
  font-weight: 900;
  font-size: 16px;
  line-height: 20px;
  align-items: center;
  text-align: center;
  color: #10375c;
  height: 50px;
  display: inline-block;
}
.page-top-service .top-service-inner .price {
  padding-right: 0;
  color: #127681;
  display: inline-block;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 30px;
  font-weight: 900;
}
@media (max-width: 820px) {
  .page-top-service .top-service-inner .price {
    display: block;
  }
}
.page-top-service .top-service-inner .btn {
  margin-top: -45px;
  margin-bottom: -77px;
  color: #fff;
}
.page-top-service .top-service-inner .btn.btn-info {
  background-color: #127681 !important;
}
.corporate-office-badge {
  background: #e9f0db;
  border-radius: 13px;
  padding: 25px;
  width: 325px;
  margin: auto;
}
@media (max-width: 991px) {
  .corporate-office-badge {
    margin-top: 65px;
  }
}
.corporate-office-badge .owner-img {
  margin-top: -90px;
}
.corporate-office-badge .owner-img img {
  width: 145px;
  height: 145px;
  -o-object-fit: cover;
  object-fit: cover;
  border: 1px solid #bebaba;
  background-color: #fff;
}
.corporate-office-badge .owner-name {
  color: #fff;
  background-color: #10375c;
  font-family: lato, sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 28px;
  display: inline-block;
  margin-top: -20px;
}
.corporate-office-badge .cont-info {
  padding-bottom: 20px;
}
.corporate-office-badge .cont-info h3 {
  font-weight: 900;
  font-size: 22px;
  text-align: center;
  color: #10375c;
  padding-top: 15px;
}
.corporate-office-badge .cont-info div {
  margin-left: 5px;
}
.corporate-office-badge .cont-info .fas {
  color: #99b855;
  font-size: 19px;
  display: inline-block;
  padding-right: 6px;
}
.corporate-office-badge .cont-info .email-box a {
  color: #10375c;
  font-family: lato, sans-serif;
  font-weight: 400;
  font-size: 14px;
  vertical-align: top;
  text-decoration: none;
}
.corporate-office-badge .cont-info address-box span {
  display: inline-block;
}
.corporate-office-badge .cont-info address {
  color: #10375c;
  font-family: lato, sans-serif;
  font-weight: 400;
  font-size: 14px;
  width: 200px;
  vertical-align: top;
  display: inline-block;
}
.corporate-office-badge .cont-info .phone-box span:last-child {
  color: #10375c;
  font-family: lato, sans-serif;
  font-weight: 400;
  font-size: 14px;
}
.top-header-menu {
  background-color: #000;
  padding: 0 20px;
  height: 45px;
}
.top-header-menu .lang-selection {
  display: inline-flex;
  width: 100%;
}
.top-header-menu .lang-selection .la-globe-americas {
  display: inline-block;
  padding-top: 7px;
  padding-right: 5px;
}
.top-header-menu .lang-selection .translations {
  padding: 4px;
}
.top-header-menu .lang-selection .translations li {
  float: none;
  position: relative;
  list-style: none;
}
.top-header-menu .lang-selection .translations li:hover > ul {
  display: block;
}
.top-header-menu .lang-selection .translations a {
  color: #fff !important;
  text-decoration: none;
}
.top-header-menu .lang-selection .translations ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #333;
  padding: 5px;
  padding-bottom: 0;
  margin: 0;
  z-index: 9999;
  white-space: nowrap;
}
.top-header-menu .lang-selection .fa-caret-down {
  color: #fff;
  vertical-align: bottom;
  padding-left: 4px;
  margin-top: 8px;
}
.top-header-menu .top-menu {
  justify-content: center;
  list-style: none;
  display: flex;
  padding-left: 0;
}
.top-header-menu .top-menu li {
  padding: 0px 15px 0px 0px;
}
.top-header-menu .top-menu li a {
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  color: #eff4fc;
  text-decoration: none;
}
.top-header-menu .top-menu li.why-leaf {
  padding-left: 25px;
  background: url(../images/leaf.svg) 1px 30% no-repeat;
  background-size: 20px 19px;
}
.top-header-menu .top-menu li.store-locator {
  padding-left: 20px;
  background: url(../images/map.svg) 1px 34% no-repeat;
  background-size: 12px 16px;
}
.top-header-menu .top-menu li.site-blog {
  padding-left: 25px;
  background: url(../images/blog1.svg) 1px 35% no-repeat;
  background-size: 18px 16px;
  padding-right: 16px;
}
.top-header-menu .top-menu li.contact-us {
  padding-left: 25px;
  background: url(../images/small-email.svg) 1px 54% no-repeat;
  background-size: 16px 13px;
  padding-right: 0px;
}
.top-header-menu .ph-info {
  background-color: #127681;
  padding: 6px 12px;
  text-align: center;
  margin-top: -13px;
}
.top-header-menu .ph-info a {
  text-decoration: none;
}
.top-header-menu .ph-info i {
  width: 18px;
  color: #fff;
  display: inline-block;
  margin-right: 10px;
  font-size: 20px;
}
.top-header-menu .ph-info span {
  font-weight: 900;
  font-size: 17px;
  line-height: 33px;
  color: #fff;
}
.top-header-menu .portal_form {
  text-align: center;
  margin: 0;
  padding: 12px;
  width: 370px;
  background: #e38a27;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 27px;
  border-bottom-right-radius: 27px;
}
.top-header-menu .portal_form ul {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
  width: 340px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.top-header-menu .portal_form ul li {
  display: inline-block;
}
.top-header-menu .portal_form ul li .form-select {
  display: block;
  padding: 0.275rem 2.15rem 0.275rem 0.75rem;
}
.top-header-menu .portal_form ul li:last-child {
  border-left: 1px solid #fff;
  padding-left: 7px;
  margin-left: -1px;
}
.top-header-menu .portal_form ul li .chatnow-icon {
  padding-left: 30px;
  background: url(../images/user.svg) 0 73% no-repeat;
  background-size: 24px 24px;
}
.top-header-menu .portal_form ul li .chat-link a {
  font-family: barlow, sans-serif;
  font-weight: 600;
  font-size: 15px;
  line-height: 26px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #eff4fc;
  text-decoration: none;
}
.top-header-menu .portal_form input[type="submit"] {
  background-color: rgba(0, 0, 0, 0);
  font-family: barlow, sans-serif;
  font-weight: 500;
  font-size: 17px;
  line-height: 26px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #eff4fc;
  border: none;
}
.mobile-header-top .top-header-menu {
  background-color: #17a2b8;
  height: auto;
}
.mobile-header-top .top-header-menu .lang-selection {
  padding: 5px 0;
}
.mobile-header-top .top-header-menu .lang-selection .fa-caret-down {
  margin-top: 0px;
}
.mobile-header-top .top-header-menu .lang-selection .la-globe-americas {
  padding-top: 0;
}
.mobile-header-top .top-header-menu .lang-selection .translations {
  padding: 0 7px !important;
  margin-bottom: 0;
}
.mobile-header-top .top-header-menu .portal_form {
  background-color: rgba(0, 0, 0, 0);
  padding: 6px;
  text-align: right;
  width: auto;
}
.mobile-header-top .top-header-menu .portal_form ul {
  width: auto;
}
.mobile-header-top .top-header-menu .ph-info {
  background-color: rgba(0, 0, 0, 0);
  margin-top: 0px;
}
.mobile-header-top .top-header-menu .ph-info i {
  font-size: 19px;
  padding-top: 4px;
}
.main-header .main-navigation .navbar-nav > li .nav-link {
  color: #222;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  padding: 13px;
  z-index: 102;
  border: 1px solid rgba(0, 0, 0, 0);
  bottom: -1px;
  transition: none;
}
.main-header .main-navigation .navbar-nav > li .nav-link.active {
  color: #91b056 !important;
}
.main-header .main-navigation .dropdown-menu {
  min-width: 220px;
  border-radius: 0px;
  padding: 0;
  margin: 0;
  background-color: #fafafa;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.08);
  border: 1px solid #f1f1f1;
  z-index: 101;
}
.main-header .main-navigation .dropdown .show {
  color: #fff !important;
  background-color: #10375c;
  border: none;
  box-shadow: -1px -1px 0px rgba(0, 0, 0, 0.03);
}
.main-header .main-navigation .mega-menu.dropdown {
  position: static;
}
.main-header .main-navigation .mega-menu .dropdown-menu {
  top: 83%;
  right: auto;
  width: 100%;
  padding: 20px 30px;
}
@media (min-width: 1200px) {
  .main-header .main-navigation .mega-menu .dropdown-menu {
    left: auto;
    width: 1154px;
    right: 0;
  }
}
.main-header
  .main-navigation
  .mega-menu
  .dropdown-menu
  .megaMenu-main-title
  h3 {
  color: #91b056;
  padding-left: 5px;
}
.main-header .main-navigation .mega-menu .dropdown-menu .megaMenu-main-title i {
  color: #fff;
  font-size: 32px;
}
.main-header .main-navigation .mega-menu .dropdown-menu .textwidget h3 {
  font-weight: 600;
  margin-bottom: 0;
}
.main-header .main-navigation .mega-menu .dropdown-menu .textwidget ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 20px;
}
.main-header
  .main-navigation
  .mega-menu
  .dropdown-menu
  .textwidget
  ul
  li
  ::before {
  content: "-";
  color: #fff;
  padding-right: 3px;
}
.main-header .main-navigation .mega-menu .dropdown-menu .textwidget ul li a {
  text-decoration: none;
  color: #fff;
  font-weight: 400;
  font-size: 13px;
  line-height: 23px;
  padding: 5px 0;
  text-transform: capitalize;
}
.main-header
  .main-navigation
  .mega-menu
  .dropdown-menu
  .textwidget
  .text-uppercase {
  color: #91b056;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  line-height: 23px;
  display: block;
}
.main-header .main-navigation .mega-menu .dropdown-divider {
  border-top: 1px solid #f8f9fa;
  margin: 1rem 0;
}
@media (min-width: 1200px) {
  .main-header .main-navigation .mega-menu.news .dropdown-menu {
    left: 286px;
    width: 624px;
  }
}
@media (min-width: 1200px) {
  .main-header .main-navigation .mega-menu.accounting .dropdown-menu {
    left: auto;
    right: 0;
  }
}
.main-header .main-navigation .mega-menu.partners p {
  color: #fff;
  margin-top: 1rem;
  font-size: 13px;
  font-weight: 400;
  line-height: 23px;
}
@media (min-width: 1800px) {
  .main-header .main-navigation .mega-menu.partners .dropdown-menu {
    left: 0px;
  }
}
@media (min-width: 1200px) {
  .main-header .main-navigation .mega-menu.taxCenters .dropdown-menu {
    width: auto;
    left: auto;
    right: 0;
  }
}
@media (min-width: 1800px) {
  .main-header .main-navigation .mega-menu.taxCenters .dropdown-menu {
    width: auto;
    left: auto;
    right: 0;
  }
}
.main-header .header-logo img {
  height: 100px;
}
.main-header .fixed-top {
  background-color: #fff;
  box-shadow: 0 0 1px 1px rgba(29, 17, 51, 0.04),
    0 0 3px 2px rgba(9, 32, 77, 0.12), 0 0 2px -3px rgba(29, 17, 51, 0.12);
}
.lpage-header {
  padding: 10px 0;
}
.lpage-header.bg-dark {
  background-color: #313243 !important;
  color: #fff;
}
.lpage-header .lpage-header-address {
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  color: #fff;
  display: flex;
}
.lpage-header .lpage-header-address span > i {
  font-size: 22px;
}
.lpage-header .lpage-header-address address {
  padding-left: 10px;
}
.lpage-header .lang-selection {
  display: inline-flex;
  width: 100%;
}
.lpage-header .lang-selection .la-globe-americas {
  display: inline-block;
  padding-top: 10px;
  padding-right: 5px;
  font-size: 18px;
}
.lpage-header .lang-selection .translations {
  margin: 4px 0px 0px 0px;
  padding: 4px;
}
.lpage-header .lang-selection .translations li {
  position: relative;
  list-style: none;
}
.lpage-header .lang-selection .translations li a {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
}
.lpage-header .lang-selection .translations li ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #333;
  padding: 5px;
  padding-bottom: 0px;
  margin: 0px;
  z-index: 9999;
  white-space: nowrap;
}
.lpage-header .lang-selection .translations li:hover > ul {
  display: block;
  background-color: #ccc;
}
.lpage-header .lang-selection .fa-caret-down {
  color: #fff;
  vertical-align: bottom;
  padding-left: 4px;
  margin-top: 11px;
}
.lpage-header .lpage-header-ph a {
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  color: #fff;
}
.lpage-header .lpage-header-chat a {
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  color: #fff;
}
.navbar-expand-lg .offcanvas .offcanvas-body {
  position: relative;
}
.hero-sidebar-wrapper {
  position: absolute;
  top: -33px;
}
@media (max-width: 991px) {
  .hero-sidebar-wrapper {
    position: inherit;
  }
}
.hero-sidebar-wrapper .sidebar-inner-wrap {
  background-color: #e38a27;
  transform: rotate(-3.05deg);
  border-radius: 20px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
@media (max-width: 991px) {
  .hero-sidebar-wrapper .sidebar-inner-wrap {
    margin: 30px 0;
    background-color: inherit;
    box-shadow: none;
  }
}
.hero-sidebar-wrapper .sidebar-inner-wrap .sidebar-block {
  padding: 15px 20px;
  border-radius: 20px;
  transform: rotate(3.05deg);
  background-color: #dcedb6;
}
.hero-sidebar-wrapper .sidebar-inner-wrap .sidebar-block .side-span {
  display: inline-block;
  width: 14px;
  height: 66px;
  background: #e38a27;
  margin-top: -15px;
}
.hero-sidebar-wrapper .sidebar-inner-wrap .sidebar-block h3 {
  font-weight: 900;
  font-size: 20px;
  letter-spacing: 0.02em;
  color: #074951;
  padding-left: 20px;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 1.5rem;
}
.hero-sidebar-wrapper .sidebar-inner-wrap .sidebar-block h3 span {
  color: #ea972f;
  font-size: 17px;
}
.hero-sidebar-wrapper .sidebar-inner-wrap .sidebar-block ul {
  list-style: none;
  padding-left: 0;
}
.hero-sidebar-wrapper .sidebar-inner-wrap .sidebar-block ul li {
  padding: 5px 0;
}
.hero-sidebar-wrapper .sidebar-inner-wrap .sidebar-block ul li:before {
  content: url(../images/right-mark.svg);
  width: 15px;
  height: 15px;
  padding-right: 10px;
  isplay: inline-block;
  vertical-align: top;
  margin-top: 6px;
}
.hero-sidebar-wrapper .sidebar-inner-wrap .sidebar-block ul li a {
  display: inline-block;
  text-decoration: none;
  width: 216px;
  line-height: 25px;
  vertical-align: top;
  font-weight: 400;
  font-size: 18px;
  color: #10375c;
}
.hero-sidebar-wrapper .sidebar-inner-wrap .sidebar-block.sidebar-navigate-box {
  background-color: #eff4fc;
  width: auto;
}
.hero-sidebar-wrapper
  .sidebar-inner-wrap
  .sidebar-block.sidebar-navigate-box
  li:before {
  content: url(../images/arrow.png);
  padding-right: 6px;
}
.hero-sidebar-wrapper
  .sidebar-inner-wrap
  .sidebar-block.sidebar-navigate-box
  li
  a {
  width: 221px;
}
.hero-sidebar-wrapper
  .sidebar-inner-wrap
  .sidebar-block.sidebar-navigate-box
  li
  ul
  li {
  ine-height: 22px;
  border-bottom: 1px solid #fff;
}
.hero-sidebar-wrapper
  .sidebar-inner-wrap
  .sidebar-block.sidebar-navigate-box
  li
  ul
  li:before {
  content: url(../images/right-mark.svg);
  padding-right: 7px;
  display: inline-block;
  vertical-align: top;
  padding-top: 0px;
  width: auto;
}
.hero-sidebar-wrapper
  .sidebar-inner-wrap
  .sidebar-block.sidebar-navigate-box
  li
  ul
  li
  a {
  font-size: 16px;
  width: 216px;
  display: inline-block;
  color: #828a8a;
}
.hero-sidebar-wrapper .sidebar-business-box {
  width: auto;
}
.mobileSidebarWrapper .sidebar-block {
  padding: 15px 20px;
}
.mobileSidebarWrapper .sidebar-block.pagebyindustry {
  background-color: #dcedb6;
}
.mobileSidebarWrapper .sidebar-block h3 {
  font-weight: 900;
  font-size: 20px;
  letter-spacing: 0.02em;
  color: #074951;
  padding-left: 20px;
  text-transform: uppercase;
}
.mobileSidebarWrapper .sidebar-block .top-span {
  font-weight: 600;
  font-size: 18px;
  line-height: 15px;
  padding-left: 20px;
  text-align: left;
  color: #99b855;
  display: inline-block;
  padding-bottom: 1rem;
}
.mobileSidebarWrapper .sidebar-block .top-span:before {
  content: "";
  width: 55px;
  height: 3px;
  background: #99b855;
  padding-right: 10px;
  vertical-align: middle;
  display: inline-block;
}
.mobileSidebarWrapper .sidebar-block ul {
  list-style: none;
  padding-left: 0;
}
.mobileSidebarWrapper .sidebar-block ul li {
  padding: 5px 0;
}
.mobileSidebarWrapper .sidebar-block ul li:before {
  content: url(../images/right-mark.svg);
  width: 15px;
  height: 15px;
  padding-right: 10px;
  isplay: inline-block;
  vertical-align: top;
  margin-top: 6px;
}
.mobileSidebarWrapper .sidebar-block ul li a {
  display: inline-block;
  text-decoration: none;
  width: auto;
  line-height: 25px;
  vertical-align: top;
  font-weight: 400;
  font-size: 18px;
  color: #10375c;
}
.mobileSidebarWrapper .sidebar-block.allserviceswrap {
  background-color: #eff4fc;
}
.mobileSidebarWrapper .sidebar-block.allserviceswrap ul li:before {
  content: url(../images/arrow.png);
  padding-right: 6px;
}
.mobileSidebarWrapper .sidebar-block.allserviceswrap ul li ul {
  padding-left: 35px;
}
.mobileSidebarWrapper .sidebar-block.allserviceswrap ul li ul li:before {
  content: url(../images/right-mark.svg);
  padding-right: 10px;
  display: inline-block;
  vertical-align: top;
  padding-top: 0px;
  width: auto;
}
.content-right .widget .widgetBody ul {
  text-align: left;
  padding-left: 0;
  margin-bottom: 0;
}
.content-right .widget .widgetBody ul li {
  margin-bottom: 6px;
  list-style-type: none;
}
.content-right .widget .widgetBody ul li a {
  color: #000;
  display: inline-block;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  text-decoration: none;
  vertical-align: top;
  width: 216px;
}
.content-right .widget .widgetBody ul li::before {
  content: url(../images/right-mark.svg);
  margin-top: 6px;
  padding-right: 10px;
  vertical-align: top;
  display: inline-block;
}
.content-right .category-widgets .widgetTitle {
  background-color: #97b650;
  padding: 20px;
  border-radius: 40px 40px 0 0;
}
.content-right .category-widgets .widgetTitle h3 {
  font-size: 30px;
  font-weight: 800;
}
.content-right .category-widgets .categoryWidgetBody {
  padding-left: 20px;
  padding-top: 20px;
}
.content-right .category-widgets .categoryWidgetBody ul {
  text-align: left;
  padding-left: 0;
  margin-bottom: 0;
}
.content-right .category-widgets .categoryWidgetBody ul li {
  margin-bottom: 6px;
  list-style-type: none;
}
.content-right .category-widgets .categoryWidgetBody ul li a {
  color: #000;
  display: inline-block;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  text-decoration: none;
  vertical-align: top;
  width: 216px;
}
.content-right .category-widgets .categoryWidgetBody ul li::before {
  content: url(../images/right-mark.svg);
  margin-top: 6px;
  padding-right: 10px;
  vertical-align: top;
  display: inline-block;
}
.content-right .service-widget .widgetTitle {
  background-color: #97b650;
  padding: 20px;
}
.content-right .service-widget .widgetTitle h3 {
  font-size: 30px;
  font-weight: 800;
  color: #fff;
}
.content-right .service-widget .widgetBody {
  padding: 15px 20px;
}
.content-right .service-widget .widgetBody .sidebar-navigate-box ul {
  background-color: #f3f3f3 !important;
  list-style: none;
  padding-left: 0;
  text-align: left;
  margin-bottom: 0px;
}
.content-right .service-widget .widgetBody .sidebar-navigate-box ul li {
  line-height: 30px;
  padding: 3px 0;
}
.content-right .service-widget .widgetBody .sidebar-navigate-box ul li a {
  font-family: "Lato", sans-serif;
  font-weight: normal;
  font-size: 18px;
  color: #000;
  vertical-align: super;
  display: inline-block;
  line-height: 25px;
  width: 218px;
  text-decoration: none;
}
.content-right .service-widget .widgetBody .sidebar-navigate-box ul li::before {
  content: url(../images/arrow.png);
  padding-right: 6px;
}
.content-right .service-widget .widgetBody .sidebar-navigate-box ul li ul {
  padding-left: 10px;
}
.content-right .service-widget .widgetBody .sidebar-navigate-box ul li ul li {
  border-bottom: 1px solid #fff;
  line-height: 22px;
}
.content-right
  .service-widget
  .widgetBody
  .sidebar-navigate-box
  ul
  li
  ul
  li::before {
  content: url(../images/right-mark.svg);
  margin-top: 0px;
  padding-right: 10px;
  vertical-align: top;
}
.content-right .service-widget .widgetBody .sidebar-navigate-box ul li ul li a {
  color: #828a8a;
  font-size: 16px;
}
.content-right .service-widget.by-industry .widgetTitle {
  background-color: #97b650;
  padding: 20px;
  border-radius: 40px 40px 0 0;
}
.content-right .service-widget.by-industry .widgetTitle h3 {
  font-size: 30px;
  font-weight: 800;
}
.content-right .service-widget.by-industry .widgetBody {
  padding-left: 20px;
  padding-top: 20px;
}
.content-right .service-widget.by-industry .widgetBody ul {
  text-align: left;
  padding-left: 0;
  margin-bottom: 0;
}
.content-right .service-widget.by-industry .widgetBody ul li {
  margin-bottom: 6px;
  list-style-type: none;
}
.content-right .service-widget.by-industry .widgetBody ul li a {
  color: #000;
  display: inline-block;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  text-decoration: none;
  vertical-align: top;
  width: 216px;
}
.content-right .service-widget.by-industry .widgetBody ul li::before {
  content: url(../images/right-mark.svg);
  margin-top: 6px;
  padding-right: 10px;
  vertical-align: top;
  display: inline-block;
}
.content-right .chat-widget {
  background-color: #97b650;
}
.content-right .chat-widget img {
  width: 100px;
}
.content-right .chat-widget h2 {
  color: #fff;
  font-size: 40px;
  font-weight: 800;
  line-height: 43px;
  margin-bottom: 0px;
  padding-top: 11px;
}
.content-right .chat-widget .es-text h2 {
  font-size: 24px;
  line-height: 30px;
}
.content-right .chat-widget a {
  display: block;
  padding-top: 20px;
}
.content-right .form-widget .widgetBody h2 {
  font-weight: 800;
  font-size: 26px;
  padding-bottom: 10px;
}
.content-right .form-widget .widgetBody .sidebar-form-wrapper {
  background: #97b650;
  border-radius: 0px;
  padding: 28px 10px;
}
.content-right .locations-list .location-info {
  border-radius: 10px;
  padding: 10px;
  background-color: #10375c;
  color: #fff;
}
.content-right .locations-list .location-info div {
  display: flex;
  align-items: center;
  padding-bottom: 10px;
}
.content-right .locations-list .location-info div address {
  line-height: 20px;
  margin-bottom: 0;
}
.content-right .locations-list .location-info div.btn-grp {
  display: flex;
  align-items: center;
  justify-content: center;
}
.content-right .locations-list .location-info div.btn-grp a {
  color: #000;
}
.content-right .locations-list .location-info div.btn-grp a:hover {
  color: #fff;
}
.content-right .locations-list .location-info a {
  color: #fff !important;
}
.content-right .locations-list .location-info span {
  display: inline-block;
  width: 25px;
  padding-right: 10px;
}
.content-right .locations-list .location-info span i {
  color: #97b650;
}
.formWrapper .iti-field .iti {
  display: block;
}
.formWrapper .form-control::-moz-placeholder {
  font-weight: 700;
}
.formWrapper .form-control::placeholder {
  font-weight: 700;
}
.formWrapper .form-control {
  background-color: #dcdcdc;
  font-weight: 700;
  font-size: 15px;
  line-height: 30px;
  color: #4c4949 !important;
  border: 1px solid #fff;
  border-radius: 0;
}
.formWrapper .form-select {
  background-color: #dcdcdc;
  font-weight: 700;
  font-size: 15px;
  line-height: 30px;
  color: #4c4949 !important;
  border: 1px solid #fff;
  border-radius: 0;
}
.formWrapper h4 {
  font-weight: 700;
  font-size: 17px;
  line-height: 30px;
  color: #4c4949;
}
.formWrapper .form-check-label {
  font-weight: 700;
  font-size: 15px;
  line-height: 30px;
  color: #4c4949;
}
.lpage-content .form-control {
  padding: 0.5rem 0.75rem;
  border-radius: 1.5rem;
}
.lpage-content .form-select {
  padding: 0.5rem 0.75rem;
  border-radius: 1.5rem;
}
.lpage-content .lp-formWrapper {
  background-color: #313243;
  padding: 30px 45px;
  border-radius: 2rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  margin-top: 60px;
}
.lpage-content .lp-formWrapper h2 {
  color: #fff;
  font-size: 35px;
  font-weight: 800;
}
.page-footer .footer-partner {
  padding: 45px 0;
  background-color: #f4f6ff;
}
.page-footer .footer-partner h3 {
  font-weight: 900;
  font-size: 24px;
  line-height: 46px;
  color: #10375c;
  margin-bottom: 26px;
  text-transform: uppercase;
}
.page-footer .footer-partner ul {
  padding-left: 0;
  list-style: none;
}
.page-footer .footer-partner ul li {
  line-height: 25px;
}
.page-footer .footer-partner ul li:before {
  content: url(../images/arrow.png);
  padding-right: 7px;
}
.page-footer .footer-partner ul li a {
  font-family: lato, sans-serif;
  font-size: 17px;
  line-height: 30px;
  color: #10375c;
  text-decoration: none;
}
.page-footer .footerinfo {
  padding: 0 0 45px;
  background-color: #f4f6ff;
}
.page-footer .footerinfo h2 {
  margin-bottom: 20px;
  color: #10375c;
  font-weight: 600;
  line-height: 35px;
  font-size: 24px;
}
.page-footer .footerinfo .contact-info {
  padding-left: 0;
  list-style: none;
}
.page-footer .footerinfo .contact-info li {
  margin-bottom: 22px;
}
.page-footer .footerinfo .contact-info li a {
  text-decoration: none;
}
.page-footer .footerinfo .contact-info li a i {
  color: #99b855;
  display: inline-block;
  padding-right: 12px;
}
.page-footer .footerinfo .contact-info li span {
  font-size: 15px;
  line-height: 15px;
  letter-spacing: 0.02em;
  color: #10375c;
}
.page-footer .footerinfo .quick-link {
  padding-left: 0;
  list-style: none;
}
.page-footer .footerinfo .quick-link li {
  margin-bottom: 10px;
}
.page-footer .footerinfo .quick-link li a {
  text-decoration: none;
  font-size: 15px;
  line-height: 15px;
  letter-spacing: 0.02em;
  color: #10375c;
}
.page-footer .footerinfo .social-media-icon {
  list-style: none;
  padding-left: 0;
  margin-bottom: 2rem;
}
.page-footer .footerinfo .social-media-icon li {
  display: inline-block;
  margin-right: 20px;
}
.page-footer .footerinfo .ph-info span {
  font-weight: 900;
  font-size: 20px;
  line-height: 25px;
  color: #99b855;
  display: inline-block;
  margin-left: 10px;
}
.page-footer .footermenu {
  background-color: #212529;
  padding: 20px;
}
.page-footer .footermenu ul {
  list-style: none;
  margin-bottom: 0;
}
.page-footer .footermenu ul li {
  display: inline-block;
  margin-right: -4px;
}
.page-footer .footermenu ul li a {
  text-decoration: none;
  font-size: 17px;
  font-weight: 500;
  color: #dee2e6;
}
.page-footer .footermenu ul li:after {
  content: "|";
  color: #dee2e6;
  padding: 0 10px;
  font-weight: 700;
}
.page-footer .privacyPolicy {
  background-color: #99b855;
  padding: 16px;
}
.page-footer .privacyPolicy p {
  color: #fff;
  margin-bottom: 0;
}
.page-footer .privacyPolicy a {
  color: #fff !important;
  text-decoration: none;
  display: inline-block;
  margin-right: -4px;
  font-weight: 400;
}
@media (max-width: 991px) {
  .page-footer {
    text-align: center;
  }
}
.home-top-service {
  margin-top: 40px;
  position: relative;
}
.home-top-service:before {
  content: "";
  background: url(../images/top-left.png) no-repeat center left;
  width: 718px;
  height: 951px;
  position: absolute;
  left: -64px;
  top: -72px;
  z-index: -1;
}
@media (max-width: 991px) {
  .home-top-service:before {
    display: none;
  }
}
.home-top-service:after {
  content: "";
  background: url(../images/bottom-right.png) no-repeat center right;
  width: 574px;
  height: 951px;
  position: absolute;
  right: 0;
  bottom: 374px;
  z-index: -1;
}
@media (max-width: 991px) {
  .home-top-service:after {
    display: none;
  }
}
.home-top-service h2 {
  font-weight: 900;
  font-size: 40px;
  line-height: 50px;
  color: #10375c;
  padding-bottom: 20px;
  text-transform: uppercase;
}
.home-top-service a {
  text-decoration: none;
}
.home-top-service a span.name {
  display: block;
  font-weight: 900;
  font-size: 35px;
  line-height: 50px;
  color: #10375c;
  padding-right: 135px;
  padding-bottom: 15px;
}
.home-top-service .short-desc p {
  padding: 20px 0;
  margin-bottom: 0;
}
.home-top-service .star-rating {
  display: flex;
  background-color: #10375c;
  padding: 4px 17px;
  border-radius: 5px;
  align-items: center;
}
.home-top-service .star-rating .total-review {
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  padding-right: 10px;
}
.home-top-service .star-rating i {
  color: #f4cc25;
}
.home-testimonials {
  padding: 40px 0;
  background-color: rgba(17, 29, 94, 0.03);
}
.home-testimonials h2 {
  font-weight: 900;
  font-size: 40px;
  line-height: 50px;
  color: #10375c;
  padding-bottom: 20px;
}
.home-testimonials .cd-testimonials-wrapper {
  position: relative;
  padding: 10px;
  z-index: 1;
  margin-top: 50px;
}
.home-testimonials .cd-testimonials-wrapper .cd-testimonials p {
  margin-bottom: 1em;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #10375c;
}
.home-testimonials .cd-author {
  margin-bottom: 15px;
}
.home-testimonials .cd-author span {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  font-size: 18px;
  line-height: 28px;
  color: #99b855;
  display: block;
}
.home-testimonials .cd-author .star-rating {
  display: inline-flex;
  background-color: #10375c;
  padding: 4px 17px;
  border-radius: 5px;
  align-items: center;
}
.home-testimonials .cd-author .star-rating i {
  color: #f4cc25;
}
.brand-names {
  padding: 70px 0;
}
.footer-partner-mobile .carousel {
  width: auto;
  margin: 0 auto;
}
.footer-partner-mobile .carousel .item {
  color: #999;
  font-size: 14px;
  text-align: center;
  overflow: hidden;
  min-height: 340px;
}
.footer-partner-mobile .carousel .item li {
  width: 280px;
  margin: auto;
  text-align: left;
}
.footer-partner-mobile h3 {
  margin-left: -90px;
}
.back-to-top {
  display: inline-block;
  position: fixed;
  bottom: 74px;
  right: 0;
  z-index: 9;
}
.back-to-top a span {
  display: block;
  width: 50px;
  height: 50px;
  margin: 15px;
  background: url(../images/up-arrow.svg);
  background-size: 50px;
}
.content-width-right-sidebar {
  display: flex;
  padding-bottom: 50px;
}
@media (max-width: 820px) {
  .content-width-right-sidebar {
    flex-direction: column;
  }
}
.content-width-right-sidebar .content-left {
  flex: 1;
  padding-right: 30px;
}
.content-width-right-sidebar .content-right {
  background: #f3f3f3;
  border-radius: 50px;
  width: 325px;
  overflow-y: hidden;
}
@media (max-width: 820px) {
  .content-width-right-sidebar .content-right {
    width: auto;
  }
}
.inner-page-content {
  padding-top: 3rem;
}
.inner-page-content h2 {
  font-size: 4rem;
  line-height: 4rem;
  font-weight: 800;
  color: #127681;
}
.inner-page-content h2 span {
  color: #ff9c3f;
  font-size: 3rem;
  line-height: 3rem;
}
.inner-page-content h2 span span {
  color: #000;
}
.inner-page-content .img-container {
  position: relative;
  display: flex;
  justify-content: center;
}
.inner-page-content .img-container .img-circle {
  width: 350px;
  height: 350px;
  border-radius: 50%;
  background-color: #d0e4e6;
}
.inner-page-content .img-container img {
  position: absolute;
  top: -37px;
  width: 80%;
}
@media (max-width: 1357px) {
  .inner-page-content .img-container img {
    top: 23px;
    width: 70%;
  }
}
.inner-page-content p {
  color: #000 !important;
}
.inner-page-content .product-benefits-box h3 {
  color: #127681;
  font-weight: 800;
  font-size: 35px;
  line-height: 38px;
  padding: 15px 0;
}
.inner-page-content ul {
  list-style: none;
  padding-left: 0;
}
.inner-page-content ul li {
  color: #000 !important;
  font-family: "Lato", sans-serif;
  font-size: 18px;
  line-height: 28px;
}
.inner-page-content ul li::before {
  content: url(../images/right-mark.svg);
  padding-right: 7px;
}
.inner-page-content .thank-content h1 {
  background-color: #97b650;
  display: inline-block;
  padding: 6px 10px;
  font-size: 65px;
  font-weight: 800;
  color: #fff;
}
.inner-page-content .thank-content p {
  text-align: center;
  font-size: 30px;
  color: #28727b;
  font-weight: 600;
  line-height: 50px;
}
.content-entry h1 {
  margin-bottom: 15px !important;
  padding-bottom: 0px !important;
  text-align: left !important;
}
.serviceList {
  background-color: #e5e5e5;
  margin: 2rem 0;
  padding: 20px;
  border-radius: 12px;
}
.serviceList ul {
  list-style: none;
  padding-left: 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 12px;
}
.serviceList ul li {
  border: 1px solid #ccc;
  padding: 1rem;
  border-radius: 10px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.serviceList ul li a {
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  color: #2f4050;
}
.serviceList ul li a p {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 16px;
}
.serviceList ul li a p span {
  background-color: #cddc39;
  color: #000;
  padding: 2px 14px;
  border-radius: 30px;
  margin-top: 10px;
}
.page-title-wrapper {
  position: relative;
}
.page-title-wrapper:before {
  content: "";
  background: url(../images/top-right-shape.png);
  background-repeat: no-repeat;
  background-position: top right;
  width: 365px;
  height: 644px;
  position: absolute;
  right: 0;
  top: -238px;
  z-index: -1;
}
.page-title-wrapper h1 {
  font-weight: 800;
  font-size: 50px;
  line-height: 60px;
  text-align: center;
  color: #10375c;
  padding-bottom: 40px;
  padding-top: 0;
  text-transform: uppercase;
}
.page-wrapper .default-style h3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  color: #127681;
}
.page-wrapper .pageIntro {
  padding: 50px 0;
  position: relative;
  background: #d0e4e6;
  z-index: 1;
}
.page-wrapper .pageIntro h2 {
  font-weight: 900;
  font-size: 40px;
  line-height: 30px;
  text-transform: uppercase;
  color: #127681;
}
@media (max-width: 991px) {
  .page-wrapper .pageIntro h2 {
    font-size: 30px;
  }
}
.page-wrapper .pageIntro h2 span {
  font-size: 20px;
  color: #e38a27;
}
.page-wrapper .pageIntro p {
  font-weight: 400;
  font-size: 19px;
  line-height: 30px;
  color: #10375c;
  padding-top: 20px;
  width: 95%;
}
.page-wrapper .pageBodyContent {
  width: 100%;
  padding: 80px 0;
}
.page-wrapper .pageBodyContent .product-benefits-box {
  padding-bottom: 84px;
}
.page-wrapper .pageBodyContent .product-benefits-box h3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  color: #99b855;
  padding: 15px 0;
}
.page-wrapper .pageBodyContent .product-benefits-box p {
  font-weight: 400;
  font-size: 16.2px;
  line-height: 26px;
  color: #fcfcfc;
}
.page-wrapper .pageBodyContent .product-benefits-box ul {
  list-style: none;
  padding-left: 0;
}
.page-wrapper .pageBodyContent .product-benefits-box ul li {
  font-weight: 400;
  font-size: 16.2px;
  line-height: 26px;
  color: #fcfcfc;
}
.page-wrapper .pageBodyContent .product-benefits-box ul li:before {
  content: url(../images/right-mark.svg);
  width: 15px;
  height: 15px;
  padding-right: 7px;
}
.page-wrapper .pageBodyContent .product-benefits-box ul li ul {
  padding-left: 35px;
}
.page-wrapper .pageBodyContent .product-benefits-box ul li ul li:before {
  content: url(../images/arrow.png);
  padding-right: 6px;
}
.page-wrapper .pageBodyContent .product-benefits-box.taxcenter-details ul li {
  color: rgba(0, 0, 0, 0.6);
}
.page-wrapper .pageBodyContent .product-benefits-box.taxcenter-details h2 {
  font-weight: 900;
  font-size: 40px;
  line-height: 50px;
  text-transform: uppercase;
  color: #127681;
}
.page-wrapper .pageBodyContent .product-benefits-box.taxcenter-details p {
  color: #000;
}
.page-wrapper .gbf-managerInfo {
  padding: 70px;
}
@media (max-width: 991px) {
  .page-wrapper .gbf-managerInfo {
    padding: 20px;
  }
}
.page-wrapper .gbf-managerInfo h1 {
  padding-bottom: 2.3rem;
  font-weight: 900;
  font-size: 40px;
  line-height: 50px;
  text-align: center;
  color: #10375c;
}
@media (max-width: 991px) {
  .small-hero-content .action-btn .btn {
    margin-top: 10px;
  }
}
.page-all-topservice h1 {
  padding-bottom: 2.3rem;
  font-weight: 900;
  font-size: 40px;
  line-height: 50px;
  text-align: center;
  color: #10375c;
}
.page-all-topservice .all-service-container h2 {
  font-weight: 900;
  font-size: 40px;
  line-height: 50px;
  color: #10375c;
  text-transform: uppercase;
}
.page-all-topservice .all-service-container ul {
  padding-left: 0px;
}
.page-all-topservice .all-service-container ul li {
  list-style: none;
}
.page-all-topservice .all-service-container ul li::before {
  content: url(../images/right-mark.svg);
  width: 15px;
  height: 15px;
  padding-right: 10px;
}
.page-all-topservice .all-service-container ul li a {
  font-family: "Lato", sans-serif;
  font-weight: normal;
  font-size: 18px;
  line-height: 32px;
  text-decoration-line: underline;
  color: #10375c;
  vertical-align: bottom;
}
.map-gis {
  margin-top: 50px;
  background-color: #aadaff;
}
.map-gis .map-office-list {
  height: 455px;
  background-color: #fff;
  padding: 10px 50px;
  margin-left: 25px;
  margin-top: 23px;
  margin-bottom: 26px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.map-gis .map-office-list h3 {
  font-weight: 900;
  font-size: 40px;
  line-height: 50px;
  text-align: center;
  color: #10375c;
  padding: 15px 0;
}
.map-gis .map-office-list ul {
  list-style: none;
  padding-left: 0;
  -moz-column-count: 2;
  column-count: 2;
}
.map-gis .map-office-list ul li a {
  font-family: "Lato", sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;
  color: #10375c;
  vertical-align: bottom;
}
.map-gis .map-office-list ul li::before {
  content: url(../images/arrow.png);
  padding-right: 6px;
  line-height: 13px;
  font-size: 20px;
}
.lpage-header {
  padding: 15px 0;
  background-color: #313243;
}
.lpage-header .banner-header {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.lpage-header .banner-header .call-action {
  text-align: center;
}
.lpage-header .banner-header .call-action a {
  color: #fff;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
}
.lpage-header .banner-header .lang-selection {
  align-items: center;
  display: flex;
  width: 10%;
}
.lpage-header .banner-header .lang-selection .la-globe-americas {
  padding-top: 0;
}
.lpage-header .banner-header .cta-phone .las {
  color: #fff;
  margin-right: 10px;
  font-size: 21px;
}
.lpage-header .banner-header .cta-phone p {
  margin-bottom: 0;
}
.lpage-header .banner-header .cta-phone p a {
  color: #fff;
  text-decoration: none;
}
.lpage-header .banner-header .header-address .las {
  color: #fff;
  margin-right: 10px;
  font-size: 26px;
}
.lpage-header .banner-header .header-address address {
  font-size: 16px;
  line-height: 21px;
  color: #fff;
  margin-bottom: 0;
}
.lpage-header.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.lpage-content .lpage-banner {
  padding: 10px 0px 30px 0px;
  height: auto;
  overflow: hidden;
  position: relative;
}
.lpage-content .lpage-banner.vob {
  background: url(../images/mailing-services.jpg) no-repeat 0 0 / cover;
  background-position: center top;
  padding-bottom: 0;
}
.lpage-content .lpage-banner.banner-taxreturn {
  background: url(../images/banner_taxreturn.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
}
.lpage-content .lpage-banner.new-company {
  background: url(../images/new-company-banner.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
}
.lpage-content .lpage-banner.new-company .fdnw ul {
  list-style: none;
}
.lpage-content .lpage-banner.new-company .fdnw ul li:before {
  content: "";
  padding-right: 7px;
  vertical-align: top;
}
.lpage-content .lpage-banner.new-company .btn-success {
  background-color: #9bb23d;
  border: 1px solid #839731;
}
.lpage-content .lpage-banner.banner-bookkeeping {
  background: url(../images/payroll-banner.jpg) no-repeat;
  background-size: cover;
  background-position: center top;
}
.lpage-content .lpage-banner.banner-ga {
  background: url(../images/accounting-banner.jpg) no-repeat;
  background-size: cover;
  background-position: center top;
}
.lpage-content .lpage-banner.banner-crypto {
  background: url(../images/crypto-banner1.jpg) no-repeat;
  background-size: cover;
  background-position: center top;
}
.lpage-content .lpage-banner.banner-marijunia {
  background: url(../images/marijuana-banner.jpg) no-repeat;
  background-size: cover;
  background-position: center top;
  padding-top: 70px;
  padding-bottom: 0;
}
.lpage-content .lpage-banner.banner-marijunia .banner-content {
  padding: 0;
}
.lpage-content .lpage-banner.banner-marijunia .banner-content h1 {
  font-size: 60px;
  font-family: "Gotham-Black";
  color: #fff;
  font-weight: 800;
}
.lpage-content .lpage-banner.banner-marijunia .banner-content h5 {
  padding: 10px 16px;
  font-family: "Gotham-Book";
  color: #fff;
  font-size: 20px;
  background-color: #9db436;
  display: inline-block;
}
.lpage-content .lpage-banner.banner-itin {
  background: url(../images/banner-itin.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
}
.lpage-content .lpage-banner.banner-itin .banner-content h1 {
  font-size: 38px !important;
  font-family: "Gotham-Black";
  font-weight: 800;
}
.lpage-content .lpage-banner.banner-itin .banner-content h1 span {
  background-color: #839731;
  padding: 5px;
}
.lpage-content .lpage-banner.banner-itin .banner-content p {
  font-weight: 500;
  font-size: 19px;
  margin-bottom: 20px;
  text-align: left;
}
.lpage-content .lpage-banner.banner-itin .banner-content .price_itin {
  color: #bbcf19;
  font-weight: 800;
}
.lpage-content .lpage-banner.banner-itin .banner-content .btn-success {
  background-color: #9bb23d;
  border: 1px solid #839731;
}
.lpage-content .lpage-banner.banner-itin .banner-content ul {
  padding-left: 0;
}
.lpage-content .lpage-banner.banner-itin .banner-content ul li {
  font-size: 18px;
  color: #000;
  font-weight: 500;
  padding-bottom: 8px;
  list-style: none;
}
.lpage-content .lpage-banner.banner-itin .banner-content ul li::before {
  content: url(../images/check-circle-fill2.svg);
  padding-right: 7px;
  vertical-align: top;
}
.lpage-content .lpage-banner.banner-incorporate {
  background: url(../images/banner_incoporate.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
}
.lpage-content .lpage-banner.banner-incorporate .banner-content h1 {
  font-size: 25px;
  font-family: "Gotham-Black";
  color: #fff !important;
  font-weight: 800;
  text-align: center;
}
.lpage-content .lpage-banner.banner-incorporate .banner-content hr {
  color: #fff;
}
.lpage-content .lpage-banner.banner-incorporate .banner-content h2 {
  font-weight: 600;
}
.lpage-content .lpage-banner.banner-incorporate .banner-content h4 {
  color: #313243 !important;
  font-size: 22px;
}
.lpage-content .lpage-banner.banner-incorporate .banner-content p {
  font-weight: 500;
  font-size: 19px;
  margin-bottom: 20px;
  text-align: center;
}
.lpage-content .lpage-banner.franchise {
  background: url(../images/franchise-banner.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
}


.lpage-content .lpage-banner.franchise .banner-franchise-content {
  padding-top: 8rem;
  padding-bottom: 9rem;
}
.lpage-content .lpage-banner.franchise .banner-franchise-content h3 {
  font-size: 51px;
  margin-bottom: 20px;
  color: #fff;
  font-family: "Gotham-Bold";
}

.lpage-content .lpage-banner.franchise .banner-franchise-content h3 span {
  background-color: #97b650;
  padding: 5px 3px;
}
.lpage-content .lpage-banner.franchise .banner-franchise-content h4 {
  color: #fff;
  font-family: "Gotham-Medium";
  font-size: 30px;
  padding-top: 20px;
}
.lpage-content .lpage-banner .banner-header {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.lpage-content .lpage-banner .banner-header .lang-selection {
  display: flex;
  width: 10%;
  margin-left: auto;
  align-items: center;
}
.lpage-content .lpage-banner .banner-header .lang-selection .la-globe-americas {
  display: inline-block;
  padding-top: 5px;
  padding-right: 5px;
  font-size: 18px;
}
.lpage-content .lpage-banner .banner-header .lang-selection .translations {
  margin: 4px 0px 0px 0px;
  padding: 4px;
}
.lpage-content .lpage-banner .banner-header .lang-selection .translations li {
  position: relative;
  list-style: none;
}
.lpage-content .lpage-banner .banner-header .lang-selection .translations li a {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
}
.lpage-content
  .lpage-banner
  .banner-header
  .lang-selection
  .translations
  li
  ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #333;
  padding: 5px;
  padding-bottom: 0px;
  margin: 0px;
  z-index: 9999;
  white-space: nowrap;
}
.lpage-content
  .lpage-banner
  .banner-header
  .lang-selection
  .translations
  li:hover
  > ul {
  display: block;
  background-color: #ccc;
}
.lpage-content .lpage-banner .banner-header .lang-selection .fa-caret-down {
  color: #fff;
  vertical-align: bottom;
  padding-left: 4px;
  margin-top: 0px;
}
.lpage-content .lpage-banner .banner-header .call-action {
  width: 60%;
  text-align: center;
}
.lpage-content .lpage-banner.banner-mailing .banner-content-left h4 {
  font-size: 47px;
}
.lpage-content .lpage-banner .banner-content-left {
  border-radius: 25px;
}
.lpage-content .lpage-banner .banner-content-left h4 {
  font-family: "Gotham-Black";
  font-size: 60px;
  font-weight: 600;
  color: #fff;
  text-transform: capitalize;
  text-align: center;
}
.lpage-content .lpage-banner .banner-content-left h4 span {
  background-color: #9bb33d;
  padding: 0 5px;
}
.lpage-content .lpage-banner .banner-content-left ul {
  list-style: none;
  padding-left: 0;
  -moz-columns: 2;
  columns: 2;
  margin-top: 34px;
}
.lpage-content .lpage-banner .banner-content-left ul li {
  font-family: "Gotham-Book";
  font-size: 18px;
  color: #fff;
  padding-bottom: 7px;
}
.lpage-content .lpage-banner .banner-content-left ul li:before {
  content: url(../images/check-circle-fill2.svg);
  padding-right: 7px;
  vertical-align: top;
}
.lpage-content .lpage-banner .banner-content-left ul li span {
  display: inline-block;
  width: 254px;
}
.lpage-content .lpage-banner .banner-content {
  position: relative;
  z-index: 2;
  padding: 140px 0;
}
.lpage-content .lpage-banner .banner-content h3 {
  font-size: 40px;
  font-family: "Gotham-Light";
  color: #fff;
  font-weight: 800;
}
.lpage-content .lpage-banner .banner-content h4 {
  color: #fff;
  font-family: "Gotham-Light";
  font-size: 30px;
  padding-top: 20px;
}
.lpage-content .lpage-banner .banner-content h1 {
  color: #fff;
  font-family: "Gotham-Bold";
  font-size: 55px;
  margin-bottom: 10px;
}
.lpage-content .lpage-banner .banner-content h1 span {
  background-color: #313243;
  padding: 5px 8px;
}
.lpage-content .lpage-banner .banner-content .formwrap {
  background-color: #28727b;
  padding: 40px 50px;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}
.lpage-content .lpage-banner .banner-content .formwrap .custom-btn-bg {
  background-color: #313244;
  color: #fff;
}
.lpage-content .lpage-banner .banner-content .formwrap .btn {
  padding: 0.5rem 6.6rem;
  border-radius: 3rem;
}
.lpage-content .lpage-banner.banner-crypto {
  padding-top: 70px;
  padding-bottom: 0;
}
.lpage-content .lpage-banner.banner-crypto .banner-content {
  padding: 0px;
}
.lpage-content .lpage-banner.banner-crypto .banner-content h1 {
  font-family: "Gotham-Black";
  font-size: 63px;
}
.lpage-content .lpage-banner.banner-crypto .banner-content h5 {
  padding: 10px 16px;
  font-family: "Gotham-Book";
  color: #fff;
  font-size: 20px;
  background-color: #9db436;
  display: inline-block;
}
.lpage-content .lpage-banner.banner-ga {
  padding-top: 70px;
  padding-bottom: 0;
}
.lpage-content .lpage-banner.banner-ga .banner-content {
  padding: 0px;
}
.lpage-content .lpage-banner.banner-ga .banner-content h1 {
  font-family: "Gotham-Black";
  color: #fff;
  font-size: 58px;
  line-height: 60px;
  padding-bottom: 10px;
}
.lpage-content .lpage-banner.banner-ga .banner-content h1 span {
  background-color: #9db436;
  color: #fff;
  padding: 0px 6px;
}
.lpage-content .lpage-banner.banner-ga .banner-content h5 {
  padding: 10px 16px;
  font-family: "Gotham-Book";
  color: #fff;
  font-size: 20px;
  background-color: #28727b;
  display: inline-block;
}
.lpage-content .lpage-banner h1 {
  color: #9bb33d;
  font-size: 90px;
  font-weight: 800;
}
.lpage-content .lpage-banner h1.ServiceName {
  font-family: "hermanoalto_unicaseregular";
  font-size: 130px;
}
.lpage-content .lpage-banner h3 {
  font-family: "Gotham-Black";
  font-size: 41px;
  font-weight: 700;
  padding-bottom: 20px;
}
.lpage-content .plan-pricing {
  position: relative;
  background-color: #f5f5f5;
}
.lpage-content .plan-pricing:before {
  content: "";
  background: url(../images/mailing-right-shape.png) no-repeat center right;
  width: 552px;
  height: 1182px;
  position: absolute;
  right: 0px;
  top: 0px;
  background-size: 352px 1182px;
}
.lpage-content .plan-pricing:after {
  content: "";
  background: url(../images/mailing-left-shape.png) no-repeat center left;
  width: 251px;
  height: 911px;
  position: absolute;
  left: 0px;
  bottom: -3%;
  background-size: 206px 820px;
}
.lpage-content .plan-pricing h1 {
  font-family: "Gotham-Black";
  color: #313244;
  font-size: 60px;
  font-weight: 800;
  padding-bottom: 35px;
}
.lpage-content .plan-pricing h1 span {
  background-color: #9eb436;
  padding: 0px 6px;
}
.lpage-content .plan-pricing p {
  font-family: "Gotham-Medium";
  font-size: 18px;
  color: #313244;
  padding-bottom: 1.9rem;
  width: auto;
  margin: auto;
  text-align: left;
}
.lpage-content .plan-pricing .landing-top-span {
  display: block;
  width: 150px;
  height: 10px;
  background-color: #313244;
  margin-bottom: 10px;
}
.lpage-content .plan-pricing .plan-pricing-top-content-center {
  padding-top: 66px;
  padding-left: 0px;
}
.lpage-content .mailing-top-shape {
  background: url(../images/mailing-top-shape.png);
  width: 100%;
  left: 0;
  margin-top: 30px;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
}
.lpage-content .mailing-top-shape ul {
  list-style: none;
  padding-left: 0;
}
.lpage-content .mailing-top-shape ul li {
  font-family: "Gotham-Black";
  font-size: 20px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 5px;
}
.lpage-content .mailing-top-shape ul li:before {
  content: url(../images/li-arrow-left.png);
  padding-right: 7px;
  vertical-align: top;
}
.lpage-content .mailing-top-shape ul li span {
  width: auto;
  display: inline-block;
}
.lpage-content .mailing-top-shape h3 {
  font-family: "Gotham-Black";
  color: #fff;
  font-size: 19px;
  font-weight: 600;
  line-height: 29px;
  padding-top: 8px;
}
.lpage-content .mailing-top-shape h3 span {
  background-color: #9eb436;
  padding: 0px 6px;
}
.lpage-content .mailing-top-shape-content {
  padding: 80px 40px 100px 63px;
  width: auto;
}
.lpage-content .plan-pricing-bottom-content {
  position: relative;
  z-index: 1;
  width: 95%;
  margin: auto;
  padding-bottom: 110px;
  padding-top: 70px;
}
.lpage-content.mailing-service .plan-pricing-bottom-content {
  width: auto;
}
.lpage-content.mailing-service .plan-pricing-bottom-content span.notice {
  font-size: 16px;
  padding: 1.5rem;
  display: inline-block;
}
.lpage-content .card {
  height: 560px;
  border-radius: 2rem;
  border: none;
}
.lpage-content .card .card-header {
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;
  background-color: #e57d11;
  color: #fff;
  padding: 1rem;
  height: 100px;
  align-items: center;
  display: flex;
  justify-content: center;
}
.lpage-content .card .card-header h2 {
  font-size: 1.6rem;
  font-family: "Gotham-Black";
  font-weight: 600;
}
.lpage-content .card .card-body ul {
  list-style: none;
  text-align: left;
  width: auto;
  margin: auto;
  padding-left: 0.05rem;
}
.lpage-content .card .card-body ul li {
  font-size: 18px;
  color: #000;
  font-weight: 500;
  padding-bottom: 8px;
}
.lpage-content .card .card-body ul li:before {
  content: url(../images/check-circle-fill.svg);
  padding-right: 7px;
  vertical-align: top;
}
.lpage-content .card .card-body ul li span {
  display: inline-block;
  width: 276px;
}
.lpage-content .card .card-body p {
  font-family: "Gotham-Light";
  font-size: 17px;
}
.lpage-content .card .card-footer {
  border-bottom-left-radius: 2rem;
  border-bottom-right-radius: 2rem;
}
.lpage-content .card .price {
  background-color: #e57d11;
  display: block;
  width: 245px;
  margin: auto;
  font-size: 26px;
  font-weight: 800;
  border-radius: 50px;
}
.lpage-content .attention {
  padding: 35px 0px;
}
.lpage-content .attention h2 {
  text-align: center;
  font-size: 45px;
  font-family: "Gotham-Black";
  color: #000;
}
.lpage-content .attention h2 span {
  background-color: #a7bb48;
  padding: 5px;
}
.lpage-content .one-secretCrypto {
  background-color: #a7bb48;
  padding: 50px 0px;
}
.lpage-content .one-secretCrypto h3 {
  text-align: center;
  font-family: "Gotham-Black";
  color: #000;
  font-size: 35px;
  text-transform: uppercase;
  padding: 0px 60px;
}
.lpage-content .cryptodesc {
  background-color: #edeeee;
  padding: 70px 0;
}
.lpage-content .cryptodesc span {
  background-color: #a7bb48;
  padding: 5px;
}
.lpage-content .discover-wrapper {
  padding: 60px 0px;
  position: relative;
}
.lpage-content .discover-wrapper:before {
  content: "";
  background-image: url(../images/crypto-left-shape.png);
  background-repeat: no-repeat;
  background-position: right top;
  position: absolute;
  top: 218px;
  left: 0px;
  width: 469px;
  height: 909px;
  background-size: contain;
}
.lpage-content .discover-wrapper:after {
  content: "";
  background-image: url(../images/crypto-right-shape.png);
  background-repeat: no-repeat;
  background-position: right top;
  position: absolute;
  top: 170px;
  right: 0px;
  width: 295px;
  height: 863px;
  background-size: contain;
}
.lpage-content .discover-wrapper .discover-content-top {
  padding-bottom: 100px;
  width: 71%;
  margin: auto;
}
.lpage-content .discover-wrapper .discover-content-top p {
  font-family: "Gotham-Book";
  font-size: 18px;
}
.lpage-content .discover-wrapper .discover-content-top .btn {
  margin-top: 20px;
  padding: 15px 30px;
  border-radius: 25px;
  background-color: #28727b;
}
.lpage-content .discover-wrapper .discover-content {
  position: relative;
  width: 57%;
  margin: auto;
}
.lpage-content .discover-wrapper .discover-content:after {
  content: "";
  background-image: url(../images/crypto-coins.png);
  background-repeat: no-repeat;
  background-position: right top;
  position: absolute;
  top: -33px;
  right: -135px;
  width: 366px;
  height: 382px;
  z-index: 1;
  background-size: 70%;
}
.lpage-content .discover-wrapper .discover-content .card {
  background-color: #28727b;
  color: #fff;
  border-radius: 25px;
  height: auto;
}
.lpage-content .discover-wrapper .discover-content .card .card-body {
  padding: 40px 50px;
}
.lpage-content .discover-wrapper .discover-content .card .card-body h2 {
  font-family: "Gotham-Black";
  font-size: 45px;
  padding-bottom: 10px;
}
.lpage-content .discover-wrapper .discover-content .card .card-body ul {
  list-style: none;
  padding-left: 0;
  margin-top: 34px;
}
.lpage-content .discover-wrapper .discover-content .card .card-body ul li {
  color: #fff;
}
.lpage-content
  .discover-wrapper
  .discover-content
  .card
  .card-body
  ul
  li:before {
  content: url(../images/check-circle-fill2.svg);
  padding-right: 7px;
  vertical-align: top;
}
.lpage-content .discover-wrapper .discover-content .card .card-body ul li span {
  width: 500px;
}
.lpage-content .whyTaxleaf {
  background-color: #313243;
}
.lpage-content .whyTaxleaf h1 {
  font-size: 40px;
  font-weight: 800;
  font-family: "Gotham-Black";
  margin-bottom: 15px;
  text-transform: uppercase;
}
.lpage-content .whyTaxleaf h1 span {
  background-color: #99b855;
  color: #313243;
  padding: 5px;
}
.lpage-content .whyTaxleaf ul {
  list-style: none;
}
.lpage-content .whyTaxleaf ul li {
  background: url(../images/green-check.png) no-repeat 0 10px;
  padding-left: 50px;
  padding-bottom: 20px;
}
.lpage-content .whyTaxleaf ul li h4 {
  font-weight: 600;
  font-size: 30px;
  color: #fff;
  font-family: "Gotham-Black";
}
.lpage-content .whyTaxleaf ul li h4 span {
  background-color: #99b855;
  color: #fff;
}
.lpage-content .whyTaxleaf ul li p {
  font-weight: 400;
  font-size: 18px;
  color: #fff;
  font-family: "Gotham-Medium";
}
.lpage-content .advancedfor {
  background-color: #eceeeb;
  padding-top: 75px;
}
.lpage-content .advancedfor h1 {
  color: #313244;
  font-size: 46px;
  font-weight: 800;
  font-family: "Gotham-Black";
  padding-bottom: 20px;
}
.lpage-content .advancedfor h1 span {
  background-color: #9eb436;
  padding: 0px 6px;
}
.lpage-content .advancedfor p {
  padding-bottom: 30px;
  font-size: 18px;
  color: #313244;
}
.lpage-content .advancedfor ul {
  padding-left: 0px;
}
.lpage-content .advancedfor ul li {
  font-size: 18px;
  color: #000;
  font-weight: 500;
  font-family: "Montserrat";
  padding-bottom: 5px;
  list-style: none;
}
.lpage-content .advancedfor ul li:before {
  content: url(../images/check-circle-fill.svg);
  padding-right: 7px;
  vertical-align: top;
}
.lpage-content .advancedfor .advancedforleft {
  padding-bottom: 30px;
}
.lpage-content .advancedfor .formwrap {
  background-color: #28727b;
  padding: 60px 50px;
  border-radius: 30px;
}
.lpage-content .advancedfor .formwrap .custom-btn-bg {
  background-color: #313244;
  color: #fff;
}
.lpage-content .advancedfor .formwrap-top {
  font-size: 20px;
  padding: 10px 0;
  text-align: center;
}
.lpage-content .crushing {
  padding: 100px 0px 50px 0px;
}
.lpage-content .crushing p {
  font-size: 18px;
  color: #313244;
  font-family: "Montserrat";
}
.lpage-content .crushing h1 {
  color: #313244;
  font-size: 48px;
  font-weight: 800;
  padding-bottom: 35px;
  font-family: "Gotham-Black";
}
.lpage-content .crushing h1 span {
  background-color: #9eb436;
  padding: 0px 6px;
}
.lpage-content .crushing h3 {
  font-size: 25px;
  color: #313244;
  font-weight: 800;
  margin: 1.7rem 0;
  font-family: "Gotham-Black";
}
.lpage-content .crushing ul {
  padding-left: 0;
}
.lpage-content .crushing ul li {
  font-size: 18px;
  color: #000;
  font-weight: 400;
  font-family: "Gotham-Medium";
  padding-bottom: 5px;
  list-style: none;
}
.lpage-content .crushing ul li:before {
  content: url(../images/check-circle-fill.svg);
  padding-right: 7px;
  vertical-align: top;
}
.lpage-content .competition {
  background: url(../images/competion-left-shape.png) no-repeat -60px 55px;
  position: relative;
  height: auto;
}
.lpage-content .competition .right-bg-shape {
  background: #28727b;
  width: 50vw;
  height: 100%;
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: -1;
}
.lpage-content .competition .right-bg-shape:after {
  background: url(../images/competion-right-shape.jpg) no-repeat center left;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 108px;
  z-index: 2;
}
.lpage-content .competition .competition-content {
  padding-top: 65px;
}
.lpage-content .competition .competition-content p {
  font-size: 18px;
  color: #313244;
  padding-bottom: 0px;
  padding-left: 27px;
  font-family: "Montserrat";
}
.lpage-content .competition .competition-content h1 {
  color: #313244;
  font-size: 48px;
  font-weight: 800;
  padding-bottom: 30px;
  font-family: "Gotham-Black";
}
.lpage-content .competition .competition-content h1 span {
  background-color: #28727b;
  color: #fff;
  padding: 0 10px;
}
.lpage-content .competition .landing-top-span {
  display: block;
  width: 150px;
  height: 10px;
  background-color: #313244;
  margin-bottom: 10px;
}
.lpage-content .competition .networth {
  padding-top: 50px;
  padding-left: 80px;
  list-style: none;
  padding-bottom: 40px;
}
.lpage-content .competition .networth li {
  font-size: 36px;
  color: #fff;
  font-weight: 800;
  padding-bottom: 7px;
  line-height: 60px;
  font-family: "Gotham-Black";
}
.lpage-content .competition .networth li span {
  background-color: #97b650;
  padding: 6px 10px;
}
.lpage-content .companyType {
  background-color: #c9d691;
}
.lpage-content .companyType h2 {
  color: #000;
  font-family: "Gotham-Bold";
  margin-bottom: 1rem;
}
.lpage-content .companyType h2 span {
  background-color: #28727b;
  color: #fff;
  padding: 3px 6px;
}
.lpage-content .companyType h4 {
  margin-bottom: 20px;
  font-family: "Gotham-Bold";
  line-height: 24px;
  color: #000;
}
.lpage-content .companyType ul {
  list-style: none;
  padding-left: 0px;
  padding-bottom: 3rem;
  margin: auto;
  width: 35%;
  text-align: left;
}
.lpage-content .companyType ul li {
  background: url(../images/check-circle-fill1.svg) no-repeat 0 5px;
  color: #000;
  list-style-type: none;
  padding-left: 27px;
  margin-bottom: 5px;
  font-family: "gotham_boldregular";
}
.lpage-content .companyType .curvedformWrap {
  background: url(../images/curved-form-bg.png) no-repeat;
  background-position: center bottom;
  background-size: 100% 98%;
  padding: 40px 0 0;
}
.lpage-content .companyType .curvedformWrap .curvedForm {
  width: 77%;
  margin: auto;
  color: #fff;
  padding: 2rem;
  transform: translateX(60px);
}
.lpage-content .companyType .curvedformWrap .curvedForm h1 {
  font-family: "Gotham-Bold";
  font-size: 40px;
  margin-bottom: 10px;
}
.lpage-content .companyType .curvedformWrap .curvedForm h1 span {
  background-color: #9db436;
  color: #313243;
  padding: 5px;
}
.lpage-content .companyType .curvedformWrap .curvedForm p {
  font-family: "Gotham-Light";
  font-size: 20px;
  margin-bottom: 30px;
  color: #fff;
}
.lpage-content.bookkeeping .companyType {
  background-color: #89b2b7;
}
.lpage-content.bookkeeping .companyType ul {
  width: 80%;
  -moz-columns: 2;
  columns: 2;
  margin-top: 20px;
}
.lpage-content.bookkeeping .companyType h3 {
  font-family: "gotham_boldregular";
}
.lpage-content .howLong {
  color: #fff;
}
.lpage-content .howLong.bg-dark {
  background-color: #232323 !important;
}
.lpage-content .howLong h3 {
  margin: 30px;
  font-family: "Gotham-Bold";
}
.lpage-content .howLong p {
  color: #fff;
}
.lpage-content .howLong .article-gr-p li {
  color: #fff;
  list-style-type: none;
  background: url(../images/check-circle-fill2.svg) no-repeat;
  background-size: 15px;
  padding-left: 27px;
  background-position: 0 2px;
  min-height: 38px;
  font-size: 19px;
  text-align: left;
}
.lpage-content .youtube-carousel-wrapper {
  padding: 40px 0px;
  color: #000;
  font-family: "Gotham-Bold";
}
.lpage-content .youtube-carousel-wrapper h1 {
  margin-bottom: 3rem;
}
.lpage-content .youtube-carousel-wrapper h1 span {
  background-color: #9db436;
  padding: 7px 4px;
}
.lpage-content .youtube-carousel-wrapper .youtube-carousel .owl-nav {
  position: relative;
  top: -150px;
}
.lpage-content .youtube-carousel-wrapper .youtube-carousel .owl-nav .owl-prev {
  left: -40px;
  position: absolute;
}
.lpage-content .youtube-carousel-wrapper .youtube-carousel .owl-nav .owl-next {
  right: -40px;
  position: absolute;
}
.lpage-content .youtube-carousel-wrapper .youtube-carousel .owl-nav i {
  font-size: 24px;
}
.lpage-content .youtube-carousel-wrapper .youtube-carousel .item {
  text-align: center;
}
.lpage-content .youtube-carousel-wrapper .youtube-carousel .item p {
  font-family: "gotham_boldregular";
  font-size: 15px;
  line-height: 22px;
  padding-top: 2rem;
}
.lpage-content .leafCloudSection {
  background-color: #e8eed0;
  position: relative;
}
.lpage-content .leafCloudSection:before {
  content: "";
  background: url(../images/leaft-shape-new-company.png) no-repeat center left;
  width: 251px;
  height: 911px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  top: -35px;
  background-size: 206px 820px;
}
.lpage-content .leafCloudSection:after {
  content: "";
  background-image: url(../images/right-shape-withgirls.png);
  background-repeat: no-repeat;
  background-position: right top;
  position: absolute;
  top: 72px;
  right: 0px;
  width: 313px;
  height: 742px;
  background-size: 71%;
}
.lpage-content .leafCloudSection .leafCloudGirlRight {
  background-image: url(../images/girls-with-tab.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 370px;
  height: 415px;
  background-size: 68%;
  z-index: 1;
}
@media (max-width: 820px) {
    .lpage-content .leafCloudSection:before,
    .lpage-content .leafCloudSection:after {
        display: none;
    }
    
    .lpage-content .leafCloudSection .leafCloudGirlRight {
        position: relative;
    }
}
.lpage-content .leafCloudSection h1 {
  font-size: 40px;
  letter-spacing: 3px;
  font-weight: 700;
  font-family: "Gotham-Bold";
  text-transform: uppercase;
}
.lpage-content .leafCloudSection h1 span {
  background-color: #313243;
  padding: 5px;
  color: #fff;
}
.lpage-content .leafCloudSection .leafcloud-features-list {
  padding-bottom: 2rem;
}
.lpage-content .leafCloudSection .leafcloud-features-list .list-group-item {
  border: none;
  background: rgba(0, 0, 0, 0);
  background: url(../images/check-circle-fill1.svg) no-repeat 0 10px;
  padding-left: 26px;
  font-family: "Gotham-Book";
  color: #000;
  font-size: 20px;
  padding-bottom: 0px;
}
.lpage-content.bookkeeping .leafCloudSection {
  background-color: #cfd0d4;
}
.lpage-content .brownpanel {
  background-color: #313244;
  padding: 120px 0;
}
.lpage-content .brownpanel h1 {
  color: #fff;
  font-family: "Gotham-Black";
  font-weight: 800;
}
.lpage-content .brownpanel h1 span {
  background-color: #9eb436;
  padding: 16px;
}
.lpage-content .greenpanel {
  background-color: #9eb436;
  padding: 90px 0;
  position: relative;
}
.lpage-content .greenpanel p {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
}
.lpage-content .greenpanel .hand-clove {
  background: url(../images/hand-clove.png) no-repeat 0px 0px;
  width: 88px;
  height: 88px;
  position: absolute;
  top: -40px;
  left: 46%;
}
.lpage-content .business-info {
  padding: 75px 0px;
  color: #2f2f2f;
  border-bottom: 3px solid #de8321;
}
.lpage-content .business-info h1 {
  font-size: 28px;
  font-family: "Gotham-Bold";
  font-weight: 700;
  margin: 0px;
  padding-bottom: 50px;
  text-transform: uppercase;
}
.lpage-content .business-info h1 span {
  color: #e57d11;
}
.lpage-content .business-info p {
  color: #313244;
  font-family: "Gotham-Medium";
  font-size: 18px;
  font-weight: 400;
  margin: 20px 0 0;
}
.lpage-content .funsuccess h3 {
  font-family: "Gotham-Bold";
  font-size: 34px;
  text-transform: uppercase;
  line-height: 45px;
}
.lpage-content .funsuccess h3 span {
  background-color: #9db436;
  color: #fff;
  padding: 5px;
}
.lpage-content .page-testimonials p {
  color: #10375c;
  font-weight: 400;
  font-size: 18px;
  font-family: "Gotham-Book";
}
.lpage-content.newcompany .lp-formWrapper {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.lpage-content .new-company-tabs .nav-tabs {
  background-color: #f77b50;
  padding-top: 10px;
  justify-content: center;
}
.lpage-content .new-company-tabs .nav-tabs .nav-link {
  padding: 1.5rem 5.5rem;
  font-weight: 600;
  color: #495057;
  text-transform: uppercase;
  font-size: 18px;
}
.lpage-content .new-company-tabs .nav-tabs .nav-link.active {
  background-color: #f2f2f2;
  border-color: #dee2e6 #dee2e6 #f2f2f2;
}
.lpage-content .new-company-tabs .tab-content .tabContent {
  padding: 68px 0;
}
.lpage-content .new-company-tabs .accordion-item {
  margin-bottom: 10px;
  border: 2px solid #000;
  border-radius: 50px;
}
.lpage-content .new-company-tabs .accordion-item .accordion-button {
  border-radius: 50px;
}
.lpage-content
  .new-company-tabs
  .accordion-item
  .accordion-button:not(.collapsed) {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.lpage-content .new-company-tabs .accordion-item .accordion-button:focus {
  box-shadow: none !important;
}
.lpage-content .companyType .workaftercompany {
  width: 100%;
  padding-bottom: 0;
}
.lpage-content .companyType .advancedforleft ul {
  width: 100%;
}
.lpage-content .companyType .formwrap {
  background-color: #28727b;
  padding: 40px 50px;
  border-radius: 30px;
}
.lpage-content .companyType .formwrap .custom-btn-bg {
  background-color: #313244;
  color: #fff;
}
.lpage-content .taxleaf-features {
  background-color: #28727b;
  padding: 75px 0px;
  color: #fff;
  border-bottom: #28727b;
}
.lpage-content .taxleaf-features h1 {
  font-size: 26px;
  font-weight: 700;
  font-family: "Gotham-Black";
  margin: 0px;
  padding-bottom: 50px;
  text-transform: uppercase;
}
.lpage-content .taxleaf-features h3 {
  font-size: 25px;
  font-family: "Gotham-Light";
}
.lpage-content .taxleaf-features ul {
  list-style: none;
  padding-top: 20px;
  padding-left: 0;
}
.lpage-content .taxleaf-features ul li {
  font-size: 19px;
  font-family: "Gotham-Bold";
  margin-bottom: 30px;
}
.lpage-content .taxleaf-features ul li span {
  background-color: #243859;
  padding: 10px;
}
.lpage-content .taxleaf-features ul li img {
  margin-right: 22px;
}
.lpage-content.bookkeeping .taxleaf-features {
  background-color: #9eb436;
  border-bottom: #9eb436;
}
.lpage-content .votedTop {
  background-color: #abacb2;
}
.lpage-content .votedTop h1 {
  color: #313244;
  font-size: 48px;
  font-weight: 800;
  padding-bottom: 35px;
  font-family: "Gotham-Black";
}
.lpage-content .votedTop h1 span {
  background-color: #9db436;
  padding: 5px;
}
.lpage-content .votedTop p {
  font-size: 18px;
  color: #313244;
  font-weight: 500;
  font-family: "Montserrat";
}
.lpage-content .votedTop h3 {
  font-size: 25px;
  color: #313244;
  font-weight: 800;
  margin: 1.7rem 0;
  font-family: "Gotham-Black";
}
.lpage-content .votedTop ul {
  padding-left: 0;
  width: 35%;
  margin: auto;
}
.lpage-content .votedTop ul li {
  font-size: 18px;
  color: #000;
  font-weight: 500;
  padding-bottom: 5px;
  font-family: "Gotham-Medium";
  list-style: none;
}
.lpage-content .votedTop ul li:before {
  content: url(../images/check-circle-fill.svg);
  padding-right: 7px;
  vertical-align: top;
}
.lpage-content .votedTop .shapedBg {
  background: url(../images/shapedBg.png) no-repeat;
  background-position: center bottom;
  padding-top: 60px;
  padding-bottom: 40px;
  background-size: 96% 100%;
}
.lpage-content .votedTop .shapedBg .shapedBg-content {
  width: 70%;
  margin: auto;
  padding-top: 1rem;
}
.lpage-content .votedTop .shapedBg .shapedBg-content p {
  font-size: 18px;
  color: #fff;
  font-weight: 500;
}
.lpage-content .whoNeed h1 {
  font-size: 40px;
  font-weight: 800;
  font-family: "Gotham-Black";
  margin-bottom: 15px;
  text-transform: uppercase;
}
.lpage-content .whoNeed h1 span {
  background-color: #99b855;
  color: #313243;
  padding: 5px;
}
.lpage-content .whoNeed p {
  font-weight: 600;
  text-align: center;
}
.lpage-content .itinNumber {
  position: relative;
}
.lpage-content .itinNumber:before {
  content: "";
  position: absolute;
  top: -50px;
  right: 0;
  background: url(../images/titin-right-shape.png) no-repeat top right;
  width: 214px;
  height: 465px;
}
.lpage-content .itinNumber:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -99px;
  background: url(../images/titin-left-shape.png) no-repeat bottom left;
  width: 256px;
  height: 372px;
}
.lpage-content .itinNumber h2 {
  font-size: 39px;
  font-weight: 700;
  font-family: "Gotham-Black";
}
.lpage-content .itinNumber h2 span {
  color: #fff;
  background-color: #28727b;
  padding: 5px;
}
.lpage-content .itinNumber p {
  color: #313243;
  font-weight: 400;
  font-size: 20px;
  font-family: "Gotham-Light";
}
.lpage-content .international-tax-planning {
  padding: 50px 0;
}
.lpage-content .our-services-wrapper {
  position: relative;
}
.lpage-content .our-services-wrapper .one-secret {
  background-color: #a7bb48;
  padding: 50px 0px;
}
.lpage-content .our-services-wrapper .one-secret h4 {
  font-family: "Gotham-Medium";
  font-size: 23px;
}
.lpage-content .our-services-wrapper .service-right-shape {
  background-image: url(../images/service-right-shape.png);
  background-repeat: no-repeat;
  background-position: right top;
  position: absolute;
  top: -100px;
  right: 0px;
  width: 246px;
  height: 587px;
  background-size: contain;
  z-index: -1;
}
.lpage-content .our-services-wrapper .discover-content {
  position: relative;
  width: 57%;
  margin: auto;
}
.lpage-content .our-services-wrapper .discover-content.our-services-content {
  margin-top: 70px;
}
.lpage-content .our-services-wrapper .discover-content .card {
  background-color: #28727b;
  color: #fff;
  border-radius: 25px;
}
.lpage-content .our-services-wrapper .discover-content .card .card-body {
  padding: 40px 145px;
}
.lpage-content .our-services-wrapper .discover-content .card .card-body h2 {
  font-family: "Gotham-Black";
  font-size: 45px;
  padding-bottom: 10px;
}
.lpage-content .our-services-wrapper .discover-content .card .card-body ul {
  list-style: none;
  padding-left: 0;
  margin-top: 34px;
}
.lpage-content .our-services-wrapper .discover-content .card .card-body ul li {
  font-family: "Gotham-Book";
  font-size: 18px;
  padding-bottom: 10px;
}
.lpage-content
  .our-services-wrapper
  .discover-content
  .card
  .card-body
  ul
  li:before {
  content: url(../images/check-circle-fill2.svg);
  padding-right: 7px;
  vertical-align: top;
}
.lpage-content
  .our-services-wrapper
  .discover-content
  .card
  .card-body
  ul
  li
  a {
  color: #fff;
  text-decoration: none;
}
.lpage-content
  .our-services-wrapper
  .discover-content
  .card
  .card-body
  ul
  li
  span {
  width: auto;
  display: inline-block;
}
.lpage-content
  .our-services-wrapper
  .discover-content
  .card
  .card-body
  ul
  li:last-child
  a {
  border: 1px dashed #fff;
  padding: 2px 4px;
}
.lpage-content .our-services-wrapper:after {
  content: "";
  background-image: url(../images/service-left-shape.png);
  background-repeat: no-repeat;
  background-position: left top;
  position: absolute;
  bottom: 610px;
  left: 0px;
  width: 262px;
  height: 545px;
  background-size: contain;
  z-index: -1;
}
.lpage-content .our-services-wrapper .our-services-bottom-section {
  padding: 70px 0;
}
.lpage-content .freedom h4,
.lpage-content .international-tax-planning h4 {
  text-transform: uppercase;
  font-family: "Gotham-Black";
  font-size: 35px;
  text-align: center;
}
.lpage-content .practical-advice {
  padding: 50px 0;
  background-color: #28727b;
  color: #fff;
}
.lpage-content .practical-advice h5 {
  font-family: "Gotham-Black";
  font-size: 35px;
  text-align: center;
}
.lpage-content .our-offices {
  background-color: #f5f5f5;
  padding: 70px 0;
}
.lpage-content .our-offices ul {
  list-style: none;
  padding-left: 0;
  -moz-columns: 2;
  columns: 2;
}
.lpage-content .our-offices ul li {
  font-family: "Gotham-Medium";
  font-size: 17px;
  list-style: none;
}
.lpage-content .our-offices ul li:before {
  content: url(../images/check-circle-fill.svg);
  padding-right: 7px;
  vertical-align: top;
}
.lpage-content .our-offices ul li a {
  color: #232323;
  text-decoration: none;
}
.lpage-content .howtoinvest {
  padding: 60px 0px;
}
.lpage-content .howtoinvest h2 {
  padding-bottom: 10px;
  font-size: 45px;
  font-family: "Gotham-Black";
  color: #000;
}
.lpage-content .howtoinvest h2 span {
  background-color: #a7bb48;
  padding: 5px;
}
.lpage-content .howtoinvest .card {
  background-color: #9db436;
  border-radius: 25px;
  height: 512px;
  margin-bottom: 20px;
}
.lpage-content .howtoinvest .card .card-body {
  padding: 40px 30px;
}
.lpage-content .howtoinvest .card .card-body .card-title {
  font-family: "Gotham-Black";
  font-size: 35px;
  color: #fff;
}
.lpage-content .howtoinvest .card .card-body p {
  font-family: "Gotham-Book";
  font-size: 18px;
}
.lpage-content .regulation {
  padding: 70px 0;
}
.lpage-content .regulation h2 {
  font-size: 40px !important;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.lpage-content .regulation h2:after {
  content: "";
  bottom: -10px;
  position: absolute;
  width: 16%;
  height: 6px;
  background-color: #000;
  left: 0;
}
.lpage-content .regulation p {
  font-family: "Gotham-Book";
  font-size: 19px;
}
.lpage-content .regulation ul {
  list-style: none;
  padding-left: 0;
}
.lpage-content .regulation ul li {
  font-family: "Gotham-Book";
  font-size: 19px;
}
.lpage-content .regulation ul li:before {
  content: url(../images/check-circle-fill.svg);
  padding-right: 7px;
  vertical-align: top;
}
.lpage-content .banking-ncia {
  background-color: #f5f5f5;
  padding: 70px 0;
}
.lpage-content .banking-ncia ul {
  list-style: none;
  padding-left: 0;
}
.lpage-content .banking-ncia ul li {
  font-family: "Gotham-Medium";
  font-size: 17px;
}
.lpage-content .banking-ncia ul li:before {
  content: url(../images/check-circle-fill.svg);
  padding-right: 7px;
  vertical-align: top;
}
.lpage-content .tax-laws:before {
  content: "";
  background-image: url(../images/marijunia-left-shape.png);
  background-repeat: no-repeat;
  background-position: right top;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 346px;
  height: 497px;
  background-size: contain;
}
.lpage-content .tax-laws:after {
  content: "";
  background-image: url(../images/marijunia-right-shape.png);
  background-repeat: no-repeat;
  background-position: right top;
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 271px;
  height: 825px;
  background-size: contain;
}
.lpage-content .tax-laws p {
  width: 65%;
  margin: auto;
}
.lpage-content .tax-laws ul {
  list-style: none;
  padding-left: 0;
  margin-top: 10px;
  margin-bottom: 70px;
}
.lpage-content .tax-laws ul li {
  font-family: "Gotham-Medium";
  color: #fff;
  font-size: 18px;
  line-height: 25px;
}
.lpage-content .tax-laws ul li:before {
  content: url(../images/check-circle-fill2.svg);
  padding-right: 7px;
  vertical-align: top;
}
.lpage-content .cryptodesc h2,
.lpage-content .banking-ncia h2,
.lpage-content .regulation h2,
.lpage-content .our-offices h2 {
  font-size: 45px;
  font-family: "Gotham-Black";
  padding-bottom: 10px;
  position: relative;
}
.lpage-content .cryptodesc h2 > span,
.lpage-content .banking-ncia h2 > span,
.lpage-content .our-offices h2 > span,
.lpage-content .regulation h2 > span {
  background-color: #a7bb48;
  padding: 5px;
}
.lpage-content .cryptodesc p,
.lpage-content .banking-ncia p,
.lpage-content .our-offices p {
  font-family: "Gotham-Medium";
  font-size: 18px;
}
.lpage-content .irs-treat,
.lpage-content .tax-laws {
  background-color: #28727b;
  padding: 60px 0;
  text-align: center;
  position: relative;
}
.lpage-content .irs-treat h3,
.lpage-content .tax-laws h3 {
  font-family: "Gotham-Black";
  color: #fff;
  text-transform: uppercase;
  padding-bottom: 50px;
  position: relative;
}
.lpage-content .irs-treat h3 > span,
.lpage-content .tax-laws h3 > span {
  background-color: #a7bb48;
  padding: 6px;
}
.lpage-content .tax-laws h3 {
  letter-spacing: 3px;
}
.lpage-content .irs-treat p,
.lpage-content .tax-laws p {
  font-family: "Gotham-Medium";
  color: #fff;
  font-size: 18px;
  padding-bottom: 25px;
}
.lpage-content .irs-treat h5 {
  color: #fff;
  font-family: "Gotham-Black";
}
.lpage-content .irs-treat h3 span {
  background-color: #a7bb48;
  padding: 6px;
}
.lpage-content .irs-treat h3:before {
  content: "";
  top: -30px;
  position: absolute;
  width: 8%;
  height: 6px;
  background-color: #fff;
}
.lpage-content .book-20-mins {
  background: url(../images/crypto-img.jpg) no-repeat 0 0 / cover;
  padding: 75px 0px 75px 0px;
  overflow: hidden;
  background-position: center top;
  position: relative;
}
.lpage-content .book-20-mins p {
  font-family: "Gotham-Medium";
  color: #000;
  font-size: 19px;
  line-height: 24px;
  position: relative;
}
.lpage-content .book-20-mins p:before {
  content: "";
  top: -30px;
  position: absolute;
  width: 20%;
  height: 6px;
  background-color: #a7bb48;
  left: 37%;
}
.lpage-content .book-20-mins h3 {
  font-family: "Gotham-Black";
  margin: 20px 0;
  font-size: 40px;
  color: #fff;
  background-color: #28727b;
  padding: 10px;
  text-transform: uppercase;
  display: inline-block;
}
.lpage-content .book-20-mins h1 {
  font-family: "Gotham-Black";
  color: #9bb33d;
  font-size: 60px;
}
.lpage-content .book-20-mins h4 {
  font-family: "Gotham-Black";
  padding-top: 20px;
}
.lpage-content.newcompany .formwrap-top {
  font-size: 30px;
  padding: 10px 0;
  text-align: center;
  font-weight: 700;
}
.cryptocurrency .cryptodesc h2::before,
.marijunia .banking-ncia h2::before,
.general-accounting .our-offices h2::before {
  content: "";
  top: -20px;
  position: absolute;
  width: 20%;
  height: 6px;
  background-color: #000;
}
.footer.lg-footer {
  background-color: #2f2933;
  color: #fff;
  padding: 18px 0px;
}
.page-build-package .package-calcution-form {
  padding: 30px 0;
}
.page-build-package .package-calcution-form .bg-info {
  background-color: #00737c !important;
}
.page-build-package .package-calcution-form .btn-info {
  background-color: #96b520 !important;
  border-color: #a3c71c;
}
.page-build-package .package-calcution-form .accpackquoteresume {
  position: relative;
  float: right;
  margin: 0 0px 0 0;
  width: 100%;
  height: auto;
  line-height: 25px;
  text-align: left;
  border-radius: 30px;
}
.page-build-package .package-calcution-form .accpackquoteresume ul {
  list-style: none;
  width: 100%;
  margin: 0 0 10px 0px !important;
  padding: 0px;
  height: auto;
}
.page-build-package .package-calcution-form .accpackquoteresume ul li {
  display: flex;
  width: 100%;
  padding: 8px 0 !important;
  border: 1px solid rgba(156, 141, 141, 0.2);
  margin-bottom: 10px;
  align-items: center;
}
.page-build-package
  .package-calcution-form
  .accpackquoteresume
  ul
  li
  span:first-child {
  width: 18%;
  padding: 7px 7px;
  vertical-align: middle;
  display: inline-block;
  padding-top: 4px;
}
.page-build-package
  .package-calcution-form
  .accpackquoteresume
  ul
  li
  span:last-child {
  display: flex;
  align-items: center;
  padding-left: 3px;
}
.page-build-package
  .package-calcution-form
  .accpackquoteresume
  ul
  li
  span:last-child
  select {
  width: auto;
  margin-left: 5px;
}
.page-build-package
  .package-calcution-form
  .accpackquoteresume
  ul
  li
  .remove-account {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: url(../images/remove.svg) no-repeat center;
  background-size: 90%;
  display: inline-block;
  margin-left: 8px;
  vertical-align: middle;
}
.page-build-package .package-calcution-form .accpackquoteresume ul li a {
  position: relative;
  margin: 0 20px 0 0;
  width: 25px;
  height: 25px;
  color: #fff;
  overflow: hidden;
  background-position: left top;
  background-repeat: no-repeat;
}
.page-build-package .package-calcution-form .packquote {
  height: 350px;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 10px;
}
.page-build-package h3.package-page-title {
  font-size: 37px;
  font-weight: 900;
  line-height: 40px;
}
.page-build-package .total-cal-msg h1 {
  color: #92b32c;
  font-size: 80px;
  font-weight: 900;
  line-height: 75px;
  padding: 20px 0;
}
.page-build-package .total-cal-msg h3 {
  font-size: 35px;
  font-weight: 900;
  line-height: 40px;
}
.page-build-package .top-span {
  position: relative;
  display: inline-block;
  padding-bottom: 1rem;
}
.page-build-package .top-span::before {
  position: absolute;
  top: 0;
  content: "";
  width: 55px;
  height: 3px;
  background: #99b855;
  padding-right: 10px;
  vertical-align: middle;
  display: inline-block;
}
.page-build-package .section-title {
  font-weight: 800;
  color: #92b32c;
  padding-bottom: 7px;
  text-align: center;
}
.page-build-package .form-control {
  border-bottom: 3px solid #ccc !important;
  border-radius: 0px;
  background-color: #dcdcdc;
}
* {
  scrollbar-width: thin;
  scrollbar-color: #2f4050 #e0dcdc;
}
*::-webkit-scrollbar {
  width: 6px;
}
*::-webkit-scrollbar {
  height: 6px;
}
*::-webkit-scrollbar-track {
  border-radius: 0px;
  background-color: #e0dcdc;
}
*::-webkit-scrollbar-thumb {
  border-radius: 0px;
  background-color: #2f4050;
}
.slim-header {
  background-color: #313243;
  color: #fff;
  padding: 10px 0;
}
.slim-header .ph-chat-wrapper .lpage-header-chat .chat-link a {
  font-weight: 500;
  font-size: 17px;
  line-height: 26px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #eff4fc;
  text-decoration: none;
}
.slim-header .ph-chat-wrapper .lpage-header-chat span > i {
  font-size: 20px;
  padding-right: 10px;
}
.slim-header .ph-chat-wrapper .lpage-header-ph {
  margin-right: 30px;
}
.slim-header .ph-chat-wrapper .lpage-header-ph a {
  font-size: 25px;
  font-weight: 600;
  text-decoration: none;
  color: #fff;
  padding-left: 10px;
}
.slim-header .lang-selection {
  display: inline-flex;
  width: 100%;
}
.slim-header .lang-selection .la-globe-americas {
  display: inline-block;
  padding-top: 10px;
  padding-right: 5px;
  font-size: 18px;
}
.slim-header .lang-selection .translations {
  margin: 4px 0px 0px 0px;
  padding: 4px;
}
.slim-header .lang-selection .translations li {
  position: relative;
  list-style: none;
}
.slim-header .lang-selection .translations li a {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
}
.slim-header .lang-selection .translations li ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #333;
  padding: 5px;
  padding-bottom: 0px;
  margin: 0px;
  z-index: 9999;
  white-space: nowrap;
}
.slim-header .lang-selection .translations li:hover > ul {
  display: block;
  background-color: #ccc;
}
.slim-header .lang-selection .fa-caret-down {
  color: #fff;
  vertical-align: bottom;
  padding-left: 4px;
  margin-top: 11px;
}
.page-title-wrapper {
  position: relative;
}
.page-title-wrapper.banner-hero-section {
  background: url(../images/why-taxleaf-banner.jpg) no-repeat top center/cover;
  padding-top: 350px;
  padding-bottom: 100px;
}
.page-title-wrapper.banner-hero-section h1 {
  font-family: "Gotham-Black";
  font-weight: 900;
  font-size: 80px;
  line-height: 60px;
  color: #313243;
  padding-bottom: 20px;
  text-transform: capitalize;
}
.page-title-wrapper.banner-hero-section h1 span {
  background-color: #9db436;
  color: #313243;
  padding: 7px;
}
.page-title-wrapper.banner-hero-section h3 {
  font-family: "Gotham-Bold";
  color: #fff;
  font-size: 33px;
  font-weight: 700;
}
.why-taxleaf {
  padding: 80px 0;
  position: relative;
}
.why-taxleaf h1 {
  font-family: "Gotham-Black";
  font-size: 50px;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 80px;
  line-height: 65px;
  position: relative;
}
.why-taxleaf h1 span {
  background-color: #9db436;
  padding: 6px;
}
.why-taxleaf h1:before {
  content: "";
  position: absolute;
  background-color: #000;
  width: 15%;
  height: 8px;
  left: 43%;
  bottom: -36px;
}
.why-taxleaf h4 {
  font-family: "Gotham-Medium";
  position: relative;
  margin-top: 60px;
}
.why-taxleaf h4:before {
  content: "";
  position: absolute;
  background-color: #9db436;
  width: 15%;
  height: 8px;
  left: 43%;
  top: 10px;
}
.accounting-industry-paper {
  background-color: #f5f5f5;
  padding: 60px 0;
  position: relative;
  z-index: 9;
}
.accounting-industry-paper h1 {
  font-family: "Gotham-Black";
  font-size: 46px;
  font-weight: 800;
  margin-bottom: 20px;
}
.accounting-industry-paper h1 span {
  background-color: #9db436;
  padding: 5px;
}
.accounting-industry-paper .why-taxleaf-shape {
  position: absolute;
  left: -36px;
  bottom: -152px;
  background: url(../images/why-taxleaf-shape.png) no-repeat left center;
  width: 383px;
  height: 1023px;
  background-size: 82%;
  z-index: -1;
}
.our-aim {
  padding: 75px 0;
}
.our-aim h1 {
  font-family: "Gotham-Black";
  font-size: 43px;
  font-weight: 900;
  position: relative;
  padding: 10px 0px;
}
.our-aim h1 span {
  background-color: #9db436;
  padding: 5px;
}
.our-aim h1:before {
  content: "";
  position: absolute;
  top: -15px;
  background-color: #000;
  width: 15%;
  height: 10px;
  margin: auto;
}
.our-aim ul {
  margin-bottom: 70px;
  padding-left: 0px;
}
.our-aim ul li {
  font-family: "Gotham-Medium";
  font-size: 18px;
  color: #000;
  font-weight: 600;
  padding-bottom: 4px;
  list-style: none;
}
.our-aim ul li:before {
  content: url(https://taxleaf.com/wp-content/themes/taxleaf/taxleaf2/images/check-circle-fill.svg);
  padding-right: 7px;
  vertical-align: top;
}
.our-aim .economic-benefit {
  padding-top: 100px;
}
.health-environment-benefit {
  padding-bottom: 50px;
  position: relative;
}
.health-environment-benefit::before {
  position: absolute;
  left: -36px;
  bottom: 20px;
  background: url(../images/why-taxleaf-shape-left2.png) no-repeat left center;
  width: 383px;
  height: 1023px;
  background-size: 69%;
  z-index: 1;
}
.health-environment-benefit::after {
  position: absolute;
  right: 0px;
  bottom: 68px;
  background: url(../images/why-taxleaf-shape-right.png) no-repeat right center;
  width: 271px;
  height: 1257px;
  background-size: 70%;
  z-index: 1;
}
.health-environment-benefit h1 {
  font-family: "Gotham-Black";
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 30px;
  position: relative;
}
.health-environment-benefit .health-benefit {
  background-color: #28727b;
  padding: 30px 0px;
  margin-bottom: 40px;
  color: #fff;
}
.health-environment-benefit .health-benefit h1 {
  margin-top: 40px;
  color: #313243;
}
.health-environment-benefit .health-benefit h1:before {
  content: "";
  position: absolute;
  top: -35px;
  left: 43%;
  background-color: #fff;
  width: 15%;
  height: 6px;
  margin: auto;
}
.health-environment-benefit .health-benefit h1 span {
  background-color: #9db436;
  color: #fff;
  padding: 5px;
}
.health-environment-benefit .environment-benefit {
  padding-top: 40px;
}
.health-environment-benefit .environment-benefit h1 {
  margin-top: 30px;
}
.health-environment-benefit .environment-benefit h1 span {
  background-color: #9db436;
  padding: 5px;
}
.health-environment-benefit .environment-benefit h1:before {
  content: "";
  position: absolute;
  top: -35px;
  left: 43%;
  background-color: #000;
  width: 15%;
  height: 6px;
  margin: auto;
}
.whytaxleaf-greenbg {
  padding: 50px 0;
  background-color: #8ab645;
  color: #fff;
  margin-bottom: 70px;
}
.whytaxleaf-greenbg h3 {
  font-family: "Gotham-Medium";
  padding-bottom: 20px;
  position: relative;
  padding-top: 15px;
}
.whytaxleaf-greenbg h3:before {
  content: "";
  position: absolute;
  top: -15px;
  left: 46%;
  background-color: #00737c;
  width: 10%;
  height: 10px;
  margin: auto;
}
.default-sidebar .sidebar-inner-wrap {
  background-color: #e38a27;
  transform: rotate(-3.05deg);
  border-radius: 20px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.default-sidebar .sidebar-inner-wrap .sidebar-location {
  background-color: #dde7c5;
  transform: rotate(3.05deg);
  padding: 15px 20px;
  border-radius: 20px;
}
.default-sidebar .sidebar-inner-wrap .sidebar-location .corporate-office-badge {
  width: auto;
  padding: 25px 10px;
}
.default-sidebar
  .sidebar-inner-wrap
  .sidebar-location
  .corporate-office-badge
  .email-box {
  padding-bottom: 10px;
}
.default-sidebar
  .sidebar-inner-wrap
  .sidebar-location
  .corporate-office-badge
  .email-box
  a {
  vertical-align: top;
  font-size: 14px;
}
.default-sidebar .sidebar-inner-wrap .sidebar-navigate-box ul {
  list-style: none;
  padding-left: 0;
}
.default-sidebar .sidebar-inner-wrap .sidebar-navigate-box ul li {
  line-height: 30px;
  padding: 3px 0;
}
.default-sidebar .sidebar-inner-wrap .sidebar-navigate-box ul li a {
  font-family: "Lato", sans-serif;
  font-weight: normal;
  font-size: 18px;
  color: #127681;
  vertical-align: super;
  display: inline-block;
  line-height: 25px;
  width: 218px;
  text-decoration: none;
}
.default-sidebar .sidebar-inner-wrap .sidebar-navigate-box ul li:before {
  content: url(../images/arrow.png);
  padding-right: 6px;
}
.default-sidebar .sidebar-block .side-span {
  display: inline-block;
  width: 14px;
  height: 66px;
  background: #e38a27;
  margin-top: -15px;
}
.default-sidebar .sidebar-block h3 {
  display: inline-block;
  margin-bottom: 1.5rem;
  font-weight: 900;
  font-size: 20px;
  letter-spacing: 0.02em;
  color: #074951;
  padding-left: 20px;
  text-transform: uppercase;
}
.default-sidebar .sidebar-block h3 span {
  color: #ea972f;
  font-size: 17px;
}
.map {
  display: block;
  width: 100%;
  height: 550px;
}
.page-calculator .taxcenter-details h1 {
  font-weight: 900;
  font-size: 40px;
  color: #127681;
  text-align: left;
  padding-bottom: 0px;
  position: relative;
}
.page-calculator .taxcenter-details h1:after {
  background-color: #127681;
  bottom: -17px;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  width: 10%;
}
.page-calculator .taxcenter-details h2 {
  font-size: 16px;
  color: #3b3c38;
  font-weight: 900;
  line-height: 50px;
  text-transform: uppercase;
}
.page-calculator .taxcenter-details h3 {
  font-weight: 600;
  font-size: 20px;
  color: #127681;
}
.page-calculator .taxcenter-details table th {
  color: #127681;
  text-align: center;
}
.page-calculator .taxcenter-details table tr:hover {
  background-color: #b5b5b5;
}
.hero-section {
  position: relative;
  margin-bottom: 100px;
  overflow: hidden;
  width: 100%;
}
.hero-section .hero-content {
  position: relative;
  width: 550px;
}
.hero-section .hero-content h1 {
  font-weight: 900;
  font-size: 75px;
  line-height: 80px;
  color: #10375c;
  padding-bottom: 1.3rem;
}
.page-wrapper h1 {
  padding-bottom: 2.3rem;
  font-weight: 900;
  font-size: 40px;
  line-height: 50px;
  text-align: center;
  color: #10375c;
}
.page-wrapper .page-inner-box h2 {
  font-weight: 900;
  font-size: 40px;
  line-height: 50px;
  color: #10375c;
  text-transform: uppercase;
}
.page-wrapper .page-inner-box ul {
  padding-left: 0px;
}
.page-wrapper .page-inner-box ul li {
  list-style: none;
}
.page-wrapper .page-inner-box ul li::before {
  content: url(../images/right-mark.svg);
  width: 15px;
  height: 15px;
  padding-right: 10px;
}
.page-wrapper .page-inner-box ul li a {
  font-family: "Lato", sans-serif;
  font-weight: normal;
  font-size: 18px;
  line-height: 32px;
  text-decoration-line: underline;
  color: #10375c;
  vertical-align: bottom;
}
.staffs-container {
  padding-bottom: 50px;
}
.staffs-container .staffList {
  margin-top: 10px;
}
@media (max-width: 820px) {
  .staffs-container .staffList .grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 450px) {
  .staffs-container .staffList .grid {
    grid-template-columns: 1fr;
  }
}
.staffs-container .staffList .eachStaffcontainer {
  position: relative;
  background: #e2edcb;
  border-radius: 13px;
  padding: 25px;
  width: 300px;
  margin: auto;
  border: 1px solid #ede8e8;
  margin-top: 60px;
}
.staffs-container .staffList .eachStaffcontainer .staffInfo {
  width: auto;
  padding: 11px 20px;
  border-radius: 40px;
}
.staffs-container .staffList .eachStaffcontainer .staffInfo div {
  text-align: left;
  padding: 3px 0;
  display: flex;
  align-items: center;
}
.staffs-container .staffList .eachStaffcontainer .staffInfo div a {
  color: #10375c;
  font-size: 18px;
  font-weight: 500;
  padding: 1px 0;
}
.staffs-container .staffList .eachStaffcontainer .staffInfo span i {
  color: #99b855;
  font-size: 19px;
  display: inline-block;
  padding-right: 6px;
}
.staffs-container .staffList .eachStaffcontainer .staffImg {
  height: 150px;
  width: 150px;
  margin: auto;
  margin-top: -90px;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  border: 1px solid #ccc;
  border-radius: 50%;
  background-color: #ffc107;
  justify-content: center;
  align-items: center;
  display: flex;
}
.staffs-container .staffList .eachStaffcontainer .staffImg img {
  height: 130px;
  width: 130px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  background-color: #fff;
}
.staffs-container .staffList .eachStaffcontainer h3 {
  font-weight: 600;
  font-size: 22px;
  text-align: right;
}
.staffs-container .staffList .staffRole {
  border-top: 10px solid #ff9800;
}
.staffs-container .staffList .staffRole .starRating .fa-solid {
  color: #e38a27;
}
.staff-details {
  padding-bottom: 50px;
}
.staff-details .our-solution {
  display: flex;
  justify-content: space-between;
  width: 75%;
  margin: auto;
  border: 1px solid #cfcfcf;
}
@media (max-width: 820px) {
  .staff-details .our-solution {
    flex-direction: column;
    width: auto;
  }
}
.staff-details .our-solution .info-col-1 {
  width: 50%;
}
@media (max-width: 820px) {
  .staff-details .our-solution .info-col-1 {
    width: auto;
  }
}
.staff-details .our-solution .info-col-1 .cnt_datos {
  padding: 2rem;
  color: #28727b;
}
.staff-details .our-solution .info-col-1 .cnt_datos h2 {
  font-weight: 900;
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 2.25rem;
}
.staff-details .our-solution .info-col-1 .cnt_datos a {
  font-weight: 700;
  font-style: italic;
  color: #286e76;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 1rem;
}
.staff-details .our-solution .info-col-1 .cnt_datos span {
  font-weight: 700;
  font-style: italic;
}
.staff-details .our-solution .info-col-1 .cnt_datos .circle {
  background-color: #286e76;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 8px;
}
.staff-details .our-solution .info-col-1 .cnt_datos .circle i {
  color: #fff;
}
.staff-details .our-solution .info-col-1 .cnt_image {
  width: 250px;
  height: 250px;
  position: relative;
  margin: auto;
}
.staff-details .our-solution .info-col-1 .cnt_image img.inline-block {
  height: 250px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.staff-details .our-solution .info-col-1 .cnt_image .img-gradient {
  left: 173px;
  bottom: -14px;
  position: absolute;
}
.staff-details.info .info-col {
  background-color: #10375c;
  padding-left: 30px;
  padding-bottom: 60px;
  color: #fff;
  height: 428px;
  padding-top: 56px;
}
.staff-details.info .info-col-2 {
  flex: 1;
  background-color: #82ab02;
}
.staff-details.info .info-col-2 .col-info-2 {
  background-color: #82ab02;
  padding-left: 70px;
  margin-bottom: 140px;
}
.staff-details.info .info-col-2 .col-info-2 .list_staff {
  font-size: 24px;
  font-weight: 600;
  padding-left: 21px;
  font-style: italic;
  color: #fff;
  padding-top: 112px;
}
.staff-details.info .info-col-2 .col-info-2 .label {
  background-color: #004025;
  border-radius: 100px;
  padding: 6px 16px 6px 16px;
  display: inline-block;
}
.staff-details.info .info-col-2 .col-info-2 .label h4 {
  color: #fff;
  font-weight: 600;
  margin-bottom: 0;
  font-size: 20px;
}
.staff-details.info .info-col-2 .col-info-2 .language {
  color: #fff;
}

/* 17-04-205 */

.page_landigs_nuevas .bannerSection_franchising {
  background: url(../images/cm-images/img-5-1.jpg) no-repeat;
  background-size: cover;
  background-position: center center; 
}

.page_landigs_nuevas .bannerSection_firpta, .page_landigs_nuevas .bannerSection_itin {
  background: url(../images/cm-images/img-banner.webp) no-repeat;
  background-size: cover;
  background-position: center center; 
}

.page_landigs_nuevas .bannerSection_general-accounting{
  background: url(../images/cm-images/img-general.jpg) no-repeat;
  background-size: cover;
  background-position: center center; 
}

.page_landigs_nuevas .bannerSection_franchising .banner-content h3, .page_landigs_nuevas .bannerSection_firpta .banner-content h3 {
  font-size: 51px;
  margin-bottom: 20px;
  color: #fff;
  font-family: "Gotham-Bold";
}

.page_landigs_nuevas .banner-content h1 {
    font-size: 38px;
    font-family: "Gotham-Black";
}

.page_landigs_nuevas .img_right ul li::before, 
.page_landigs_nuevas .column_right ul li::before{
    content: url(../images/cm-images/vinieta.webp);
    padding-right: 7px;
    vertical-align: top;
}

.page_landigs_nuevas .our ul > li {
    background: url(../images/cm-images/vinieta.webp) no-repeat 0 0;
    padding-left: 50px;
    padding-bottom: 20px;
}

.page_landigs_nuevas .list_banner li::before {
    content: url(../images/cm-images/vinieta.webp);
    padding-right: 7px;
    vertical-align: top;
}


.page_landigs_nuevas .bannerSection_tax {
  background: url(../images/cm-images/img-4.jpg) no-repeat;
  background-size: cover;
  background-position: center center; 
}


.page_landigs_nuevas .bannerSection_tax .banner-content h3{
  font-size: 51px;
  margin-bottom: 20px;
  color: #fff;
  font-family: "Gotham-Bold";
}


.testimonial-block h4 > a {
  font-size: 18px;
  color: #fff;
  text-decoration: none;
}

.bothFormsLeft .form-control, .bothFormsLeft .form-select{
  background-color:var(--color-theme-two);
  color:#fff;
}

.bothFormsLeft .form-control::placeholder{
  color:#fff; 
}

.bothFormsLeft .btn-teal {
    background-color: var(--color-theme-one);
    color: #fff;
    display: block;
    width: 100%;
}


