/*
  Theme Name: Tax Theme	
	Description: Tax Website Theme
	Version: 1.0.0
	Author: Siteguru
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/


@charset "UTF-8";
/*Downloaded from https://www.codeseek.co/shantikumarsingh/bootstrap-3-stepper-OOgGzG */
.stepper {
  margin: 50px 0;
}

.stepper .nav-tabs {
  position: relative;
  justify-content: space-between;
  border: 0;
}

.stepper .nav-tabs > li {
  position: relative;
  text-align: right;
  flex: 1;
  flex-direction: column;
  align-items: center;
}
.stepper .nav-tabs > li .step-text {
  font-size: 18px;
  font-weight: 300;
  color: #203963;
  text-align: center;
  display: block;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-26px);
  -moz-transform: translateX(-26px);
  -ms-transform: translateX(-26px);
  -o-transform: translateX(-26px);
  transform: translateX(-26px);
}


.timepopup_active #statusmodal.thxpopup.hide{
  display: none!important;
}


.cal-popup-form,.sal-popup-form {
  padding: 15px 45px; 
  color: #ffffff; 
  text-align: right;
}

.cal-popup-form .custom-input-wrapper img,.sal-popup-form .custom-input-wrapper img{
  position: absolute;
  top: 20px;
  right: 9px;
}
#calc_popup .modal-content ,#sal_popup .modal-content{
  background-color: #1e3964;
}

#calc_popup .modal-dialog ,#sal_popup .modal-dialog{
  margin-top: 100px;
}

.timepopup_active .modal-backdrop{
  background-image: none!important;
  display: block!important;
  z-index: 111111!important;
}
.cal-popup-form .custom-input-wrapper,.sal-popup-form .custom-input-wrapper{
  margin-bottom:0px;
}

.calc_popup_con p,.sal_popup_con p{
  color: #fff;
  text-align: center;
  margin-bottom:0px;
}

#calc_popup .modal-header ,#sal_popup .modal-header{
  border-bottom: 0px;
}

#calc_popup .modal-header button ,#sal_popup .modal-header button{
  color: #fff;
  opacity: 1;
  text-shadow: unset;
}

#calc_popup .statusModal-content__title,#sal_popup .statusModal-content__title{
  color: #f7941d;
  font-weight: bold;
  text-align: center;
  font-size: 32px;
  margin-bottom: 6px;
}
.cal-popup-form .custom-input-wrapper label,.sal-popup-form .custom-input-wrapper label{
  right: 50px;
}

.cal-popup-form p:last-child,.sal-popup-form p:last-child{
  text-align: center;
}

.cal-popup-form .btn,.sal-popup-form .btn{
    background-color: #f7941d;
    padding: 15px 50px;
    line-height: 1;
    color: #203963;
    font-size: 24px;
    font-weight: 700;
    height: 56px;
    border-radius: 0;
    width:100%;
}

.rent-btn,.sal-btn{
  text-align: center;
  margin-top:5px;
}

@media screen and (max-width: 767px) {
  .stepper .nav-tabs > li .step-text {
    font-size: 12px;
    line-height: 14px;
    -webkit-transform: translateX(-16px);
    -moz-transform: translateX(-16px);
    -ms-transform: translateX(-16px);
    -o-transform: translateX(-16px);
    transform: translateX(-16px);
  }
}
@media screen and (max-width: 991px) {
  .stepper .nav-tabs > li .step-text {
    display: none;
  }
}
.stepper .nav-tabs > li.active .step-text {
  font-weight: 700;
}
@media screen and (max-width: 991px) {
  .stepper .nav-tabs > li.active .step-text {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .stepper .nav-tabs > li:last-child {
    padding-left: 20px;
  }
}
.stepper .nav-tabs > li:last-child::before {
  content: "";
  width: 60px;
  height: 60px;
  border-left: 18px solid #f1f1f1;
  border-bottom: 18px solid #f1f1f1;
  position: absolute;
  left: 0;
  top: 26px;
  margin-top: -9px;
  border-radius: 10px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .stepper .nav-tabs > li:last-child::before {
    width: 25px;
    height: 25px;
    border-left-width: 8px;
    border-bottom-width: 8px;
    top: 25px;
    margin-top: 0;
    border-radius: 3px;
  }
}

.stepper .nav-tabs > li:after {
  content: "";
  position: absolute;
  background: #f1f1f1;
  display: block;
  width: 100%;
  height: 18px;
  top: 38px;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .stepper .nav-tabs > li:after {
    height: 6px;
    top: 34px;
  }
}

.stepper .nav-tabs > li.completed::after {
  background: #203963;
}

.stepper .nav-tabs > li.active:last-child .round-tab {
  background: #203963;
}

.stepper .nav-tabs > li.active:last-child .round-tab::after {
  content: "✔";
  color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
  display: block;
}

.stepper .nav-tabs a {
  width: 52px;
  height: 52px;
  margin: 20px auto;
  border-radius: 100%;
  border: none;
  padding: 0;
  color: #f1f1f1;
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 767px) {
  .stepper .nav-tabs a {
    width: 32px;
    height: 32px;
    margin: 20px auto 10px auto;
  }
}

.stepper .nav-tabs a:hover {
  background: transparent;
  border: none;
}

.stepper .nav-tabs > .active > a, .stepper .nav-tabs > .active > a:hover, .stepper .nav-tabs > .active > a:focus {
  color: #203963;
  cursor: default;
  border: none;
}

.stepper .tab-pane {
  position: relative;
  padding-top: 50px;
}

.stepper .round-tab {
  width: 52px;
  height: 52px;
  line-height: 52px;
  display: inline-block;
  border-radius: 100%;
  background: #fff;
  box-shadow: 0 0 0 8px #f1f1f1;
  color: #203963;
  z-index: 2;
  position: absolute;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .stepper .round-tab {
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    box-shadow: 0 0 0 2px #f1f1f1;
  }
}

.stepper .completed .round-tab {
  background: #203963;
}

.stepper .completed .round-tab::after {
  content: "✔";
  color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
  display: block;
}

.stepper .active .round-tab {
  background: #fff;
  background-color: #f7941d;
}

.stepper .active .round-tab:hover {
  background: #fff;
  background-color: #f7941d;
}

.stepper .active .round-tab::after {
  display: none;
}

.stepper .disabled .round-tab {
  background: #fff;
  color: #f1f1f1;
  border-color: #f1f1f1;
}

.stepper .disabled .round-tab:hover {
  color: #4dd3b6;
  border: 2px solid #a6dfd3;
}

.stepper .disabled .round-tab::after {
  display: none;
}

@font-face {
  font-family: "upclb";
  font-weight: ttf otf woff woff2;
  src: url("./../taxtheme/fonts/upclb.eot?") format("eot"), url("./../taxtheme/fonts/upclb.woff2") format("woff2"), url("./../taxtheme/fonts/upclb.woff") format("woff"), url("./../taxtheme/fonts/upclb.ttf") format("truetype"), url("./../taxtheme/fonts/upclb.svg#upclb") format("svg");
}
html {
  scroll-behavior: smooth;
}

ul {
  padding-inline-start: 0;
}

body {
  font-family: "Assistant";
  direction: rtl;
}

img {
  max-width: 100%;
}

.custom-btn {
  background-color: transparent;
  border: 1px solid #f7941d;
  background-color: transparent;
  outline: none !important;
  height: 56px;
}
.custom-btn.filled {
  background-color: #f7941d;
  color: #203963;
}

.custom-input {
  border: 1px solid #ffffff !important;
  padding: 12px;
  background: transparent !important;
  color: #ffffff;
  text-align: right;
  outline: none !important;
  box-shadow: none !important;
}

.noscroll {
  overflow: hidden;
}

.fontb {
  font-weight: 700 !important;
}

.fontr {
  font-weight: 400 !important;
}

.fontl {
  font-weight: 300 !important;
}

.v-center {
  align-items: center;
}

.tablewrapper {
  width: 100%;
  display: table;
}
.tablewrapper .tablerow {
  display: table-row;
}
.tablewrapper .tablerow .tablecell {
  display: table-cell;
  text-align: right;
}

.hidePrevBtn {
  background-color: transparent;
  border: 0;
  outline: none !important;
  box-shadow: none;
  font-size: 24px;
  color: #203963;
  font-weight: 700;
  margin: 24px 0;
}
@media screen and (max-width: 767px) {
  .hidePrevBtn {
    font-size: 16px;
    font-weight: 700;
    margin: 10px 0;
  }
  .hidePrevBtn span {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .hidePrevBtn span {
    font-size: 24px;
  }
}
.hidePrevBtn span.addbtn {
  display: none;
}

body.scrolled .headerNavigation__activator {
  background-image: none;
  background-color: #f7941d;
  width: auto;
  height: 48px;
  margin-top: 0;
}
body.scrolled .headerNavigation__activator__inner {
  height: 48px;
  flex-direction: row;
}
body.scrolled .headerNavigation__activator__inner img {
  width: 19px;
  height: auto;
  margin-left: 12px;
}
body.scrolled .headerNavigation__activator__inner span {
  margin: 0;
}
body.scrolled .headerNavigation__activator__inner span br {
  display: none;
}

.custom-input-wrapper {
  position: relative;
}
.custom-input-wrapper.input-has-value input {
  background-color: #ffffff !important;
  padding-top: 25px;
  z-index: inherit;
}
.custom-input-wrapper.input-has-value label {
  color: #203963 !important;
  font-size: 14px !important;
  font-weight: 700;
  top: 22%;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.custom-input-wrapper input {
  height: 62px;
  font-size: 24px;
  font-weight: 700;
  color: #203963;
  border-radius: 2px;
  position: relative;
  z-index: 1;
}
.custom-input-wrapper label {
  position: absolute;
  right: 12px;
  top: 50%;
  font-size: 24px;
  font-weight: 300;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

header {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1200px) {
  header {
    position: sticky;
    top: 0;
    z-index: 11111;
    background-color: #ffffff;
  }
}
@media screen and (max-width: 767px) {
  header {
    padding: 0 15px;
    z-index: 111111;
  }
  header .navbar-nav .menu-item:hover ul.sub-menu {
    width: 100% !important;
  }
}
header .headerNavigation__nav {
  padding: 0;
}
@media screen and (max-width: 1199px) {
  header .sub-menu.show, header .navbar-nav .menu-item:hover ul.sub-menu {
    display: inherit;
  }
}
header .headerNavigation {
  height: 110px;
  direction: rtl;
}
@media screen and (max-width: 767px) {
  header .headerNavigation {
    height: 88px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  header .headerNavigation {
    align-items: flex-start !important;
    justify-content: flex-end !important;
  }
  header .headerNavigation .headerNavigation__btn {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 1199px) {
  header .headerNavigation .headerNavigation__btn {
    position: relative;
    border: 0;
    color: #f7941d;
    display: flex;
    flex-direction: column;
    outline: none;
    z-index: 1111;
  }
  header .headerNavigation .headerNavigation__btn span {
    width: 26px;
    height: 3px;
    background-color: #f7941d;
    border-radius: 3px;
  }
  header .headerNavigation .headerNavigation__btn span:nth-last-child(n+2) {
    margin-bottom: 5px;
  }
  header .headerNavigation .navbar-brand {
    margin-left: auto;
  }
}
@media screen and (max-width: 1199px) and (max-width: 767px) {
  header .headerNavigation .navbar-brand img {
    width: 125px;
    height: auto;
  }
}
header .headerNavigation__group {
  justify-content: center;
}
@media screen and (max-width: 1199px) {
  header .headerNavigation__group {
    position: fixed;
    padding-top: 88px;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
  }
  header .headerNavigation__group ul {
    height: 100%;
    padding: 30px !important;
    background-color: #203963;
    overflow-y: auto;
    z-index: 11;
  }
  header .headerNavigation__group ul li a {
    color: #f7941d !important;
    text-align: right;
  }
}
header .headerNavigation__group ul {
  padding-right: 0;
  direction: rtl;
}
header .headerNavigation__group ul li a {
  font-weight: 700;
  font-size: 22px;
  line-height: 1.89;
}
@media screen and (min-width: 1200px) {
  header .headerNavigation__group ul li a {
    color: #203963 !important;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1629px) {
  header .headerNavigation__group ul li a {
    font-size: 20px;
  }
}
header .headerNavigation__activator {
  width: 196px;
  height: 187px;
  background-image: url("./../taxtheme/images/rectangle.png");
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  color: #203963;
  font-size: 18px;
  line-height: 1.67;
  font-weight: 700;
  margin-top: 28px;
  position: relative;
  z-index: 1111;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  header .headerNavigation__activator {
    background-image: none;
    box-shadow: 0 0 22px 0 rgba(0, 0, 0, 0.07);
    width: 100px;
    height: 101px;
    margin-top: 0 !important;
    background-color: #ffffff;
  }
  header .headerNavigation__activator__inner {
    width: 100px !important;
    height: 101px !important;
  }
}
header .headerNavigation__activator__inner {
  width: 196px;
  height: 187px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  cursor: pointer;
}
header .headerNavigation__activator.active .header-tooltip {
  display: block;
}
header .headerNavigation__activator .header-tooltip {
  position: absolute;
  top: 25px;
  background-color: #ffffff;
  box-shadow: 0 0 22px 0 rgba(0, 0, 0, 0.07);
  padding: 30px;
  width: 380px;
  left: 0;
  color: #203963;
  display: none;
}
@media screen and (max-width: 767px) {
  header .headerNavigation__activator .header-tooltip {
    top: 0;
    width: 320px;
  }
}
header .headerNavigation__activator .header-tooltip__title {
  font-weight: 700;
  font-size: 30px;
  line-height: 1;
  margin: 15px 0 25px 0;
}
header .headerNavigation__activator .header-tooltip__subtitle {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 20px;
}
header .headerNavigation__activator .header-tooltip p.last {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
header .headerNavigation__activator .header-tooltip input {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
  min-height: 47px;
  margin-bottom: 6px;
  color: inherit;
}
header .headerNavigation__activator .header-tooltip__btn {
  margin-top: 8px;
  background-color: #203963;
  color: #ffffff;
  border: none;
  width: 100%;
  height: 47px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
}
@media screen and (max-width: 1199px) {
  header .headerNavigation__activator {
    margin-top: -26px;
  }
}
header .headerNavigation__activator span {
  line-height: 1;
  margin-top: 13px;
}

.closepopup {
  position: absolute;
  left: 12px;
  top: 12px;
  margin: 0 !important;
  cursor: pointer;
}
.closepopup img {
  width: 21px;
}

.floating-btn {
  position: sticky;
  top: 70%;
  z-index: 11111;
  text-align: right;
  height: 0;
}
.floating-btn.active .floating-form {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.floating-btn .floating-form {
  background-color: #ffffff;
  box-shadow: 0 0 22px 0 rgba(0, 0, 0, 0.07);
  padding: 50px;
  width: 500px;
  max-width: 95%;
  position: absolute;
  bottom: -42px;
  left: 100%;
  text-align: center;
  color: #203963;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.floating-btn .floating-form .closeicon {
  position: absolute;
  top: 16px;
  left: 16px;
  cursor: pointer;
}
.floating-btn .floating-form__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 15px;
}
.floating-btn .floating-form__btns {
  display: flex;
  flex-direction: column;
  font-size: 24px;
  font-weight: 300px;
}
.floating-btn .floating-form__btns button, .floating-btn .floating-form__btns a {
  color: #203963;
  text-decoration: none;
  line-height: 1;
  padding: 17px;
  background-color: transparent;
  border: 1px solid #f7941d !important;
  outline: none !important;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.floating-btn .floating-form__btns button:hover, .floating-btn .floating-form__btns button:active, .floating-btn .floating-form__btns button:focus, .floating-btn .floating-form__btns a:hover, .floating-btn .floating-form__btns a:active, .floating-btn .floating-form__btns a:focus {
  background-color: #f7941d;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.floating-btn .floating-form__btns button:nth-last-child(n+2), .floating-btn .floating-form__btns a:nth-last-child(n+2) {
  margin-bottom: 8px;
}
.floating-btn__btn {
  background-color: #f7941d;
  color: #203963;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
  padding: 26px 40px;
  border: 0;
  box-shadow: 0 0 22px 0 rgba(0, 0, 0, 0.1);
  border-radius: 50px 0 0 50px;
  outline: none !important;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .floating-btn__btn {
    font-size: 18px;
    padding: 16px 40px;
  }
}

.commonTitle {
  font-size: 80px;
}
@media screen and (min-width: 992px) and (max-width: 1629px) {
  .commonTitle {
    font-size: 60px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .commonTitle {
    font-size: 33px;
  }
}
@media screen and (max-width: 767px) {
  .commonTitle {
    font-size: 30px;
    line-height: 36px !important;
  }
}

.commonSubTitle {
  font-size: 60px;
}
@media screen and (min-width: 992px) and (max-width: 1629px) {
  .commonSubTitle {
    font-size: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .commonSubTitle {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .commonSubTitle {
    font-size: 30px;
    line-height: 36px !important;
  }
}

.bannerSection {
  position: relative;
  background-image: url("./../taxtheme/images/banner_bg.webp"), linear-gradient(to top, #203963, #203963);
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 602px;
  display: flex;
  align-items: center;
}
.bannerSection.innerPage {
  min-height: 367px;
}
@media screen and (max-width: 1199px) {
  .bannerSection.innerPage {
    margin-bottom: 60px;
  }
  .bannerSection.innerPage .bannerSection__info {
    line-height: 1.2;
  }
}
.bannerSection.innerPage .bannerSection__info {
  text-align: right;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .bannerSection {
    min-height: 500px;
  }
}
@media screen and (max-width: 767px) {
  .bannerSection {
    min-height: 350px;
  }
}
.bannerSection__info {
  text-align: center;
  z-index: 1;
  font-size: 43px;
  font-weight: 300;
  color: #f7f7f7;
  line-height: 0.7;
  letter-spacing: normal;
}
@media screen and (max-width: 1629px) {
  .bannerSection__info {
    font-size: 30px;
  }
}
@media screen and (max-width: 991px) {
  .bannerSection__info {
    font-size: 18px;
  }
}
.bannerSection__info__title {
  font-weight: 700;
  line-height: 1;
  color: #f7941d;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .bannerSection__info__title {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1629px) {
  .bannerSection__info__title {
    line-height: 1;
  }
}
.bannerSection__info__btn {
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  color: #ffffff;
  padding: 20px 50px;
  margin-top: 20px;
}
@media screen and (max-width: 1629px) {
  .bannerSection__info__btn {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .bannerSection__info__btn {
    margin-top: 9px;
    padding: 12px 50px;
  }
}
.bannerSection__info__footer {
  display: block;
  font-size: 18px;
  font-weight: 300;
  color: #ffffff;
  margin-top: 150px;
}
@media screen and (max-width: 1629px) {
  .bannerSection__info__footer {
    margin-top: 100px;
  }
}
@media screen and (max-width: 991px) {
  .bannerSection__info__footer {
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .bannerSection__info__footer {
    margin-top: 45px;
  }
}

.tileSection {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.tileSection__wrapper {
  display: flex;
  justify-content: center;
}
.tileSection__wrapper__item {
  padding: 0 10px;
  max-width: 100%;
  width: 550px;
}
.tileSection__wrapper__item__inner {
  background: #f7941d;
  padding: 36px 50px;
  display: flex;
  justify-content: flex-start;
  color: #203963;
  text-align: right;
  flex-wrap: wrap;
}
@media screen and (max-width: 991px) {
  .tileSection__wrapper__item__inner {
    justify-content: center;
  }
}
.tileSection__wrapper__item__inner__footer {
  width: 100%;
  text-align: center;
}
.tileSection__wrapper__item__inner__footer p {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1;
  font-weight: 400;
}
@media screen and (min-width: 992px) {
  .tileSection__wrapper__item__inner__footer {
    display: none;
  }
}
@media screen and (max-width: 1629px) {
  .tileSection__wrapper__item__inner {
    padding: 24px 40px;
  }
}
@media screen and (max-width: 767px) {
  .tileSection__wrapper__item__inner {
    padding: 12px;
  }
}
.tileSection__wrapper__item__inner__right {
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 1629px) {
  .tileSection__wrapper__item__inner__right {
    font-size: 24px;
  }
}
@media screen and (max-width: 991px) {
  .tileSection__wrapper__item__inner__right {
    font-size: 14px;
  }
}
.tileSection__wrapper__item__inner__mid {
  font-size: 103px;
  font-weight: 700;
  padding: 0 10px;
  line-height: 1;
  margin-top: -12px;
}
@media screen and (max-width: 1629px) {
  .tileSection__wrapper__item__inner__mid {
    font-size: 80px;
  }
}
@media screen and (max-width: 991px) {
  .tileSection__wrapper__item__inner__mid {
    font-size: 36px;
  }
}
.tileSection__wrapper__item__inner__left__title {
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 1629px) {
  .tileSection__wrapper__item__inner__left__title {
    font-size: 24px;
  }
}
@media screen and (max-width: 991px) {
  .tileSection__wrapper__item__inner__left__title {
    font-size: 14px;
  }
}
.tileSection__wrapper__item__inner__left p.tileSection__wrapper__item__inner__left__subtitle {
  font-size: 36px;
  font-weight: 400;
  margin-bottom: 0;
  line-height: 1;
}
@media screen and (max-width: 1629px) {
  .tileSection__wrapper__item__inner__left p.tileSection__wrapper__item__inner__left__subtitle {
    font-size: 24px;
  }
}
@media screen and (max-width: 991px) {
  .tileSection__wrapper__item__inner__left p.tileSection__wrapper__item__inner__left__subtitle {
    display: none;
  }
}

.status__wrapper {
  padding: 50px 0 150px 0;
}
@media screen and (max-width: 767px) {
  .status__wrapper {
    padding: 10px 0 100px 0;
  }
}
.status__wrapper__content__header {
  color: #203963;
}
.status__wrapper__content__header p {
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
  margin: 40px 0;
}
.status__wrapper__content__footer {
  padding-top: 100px;
  color: #203963;
}
.status__wrapper__content__footer__title {
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .status__wrapper__content__footer__title {
    font-weight: 900;
    margin-bottom: 20px;
  }
}
.status__wrapper__content__footer p {
  font-size: 18px;
  font-weight: 700;
}
@media screen and (min-width: 1200px) {
  .status__wrapper__content__footer p {
    padding: 0 300px;
  }
}
@media screen and (max-width: 767px) {
  .status__wrapper__content__footer p {
    font-weight: 900;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .status__wrapper__content__footer .stepper .nav-tabs {
    flex-direction: column;
  }
}
.status__wrapper__content__footer .stepper .nav-tabs a {
  height: 32px;
  width: 80px;
}
@media screen and (max-width: 767px) {
  .status__wrapper__content__footer .stepper .nav-tabs a {
    margin: 0;
    height: 24px;
    width: 60px;
  }
}
.status__wrapper__content__footer .stepper .nav-tabs > li:after {
  top: 28px;
}
@media screen and (max-width: 767px) {
  .status__wrapper__content__footer .stepper .nav-tabs > li:after {
    width: 8px;
    height: 100%;
    left: auto;
    right: 24px;
  }
}
.status__wrapper__content__footer .stepper .nav-tabs > li:last-child::before {
  top: 16px;
}
@media screen and (max-width: 767px) {
  .status__wrapper__content__footer .stepper .nav-tabs > li:last-child::before {
    top: auto;
    left: auto;
    right: 13px;
    bottom: -30px;
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    -o-transform: rotate(315deg);
    transform: rotate(315deg);
    width: 30px;
    height: 30px;
  }
}
.status__wrapper__content__footer .stepper .nav-tabs > li .step-text {
  -webkit-transform: translateX(-40px);
  -moz-transform: translateX(-40px);
  -ms-transform: translateX(-40px);
  -o-transform: translateX(-40px);
  transform: translateX(-40px);
}
@media screen and (max-width: 767px) {
  .status__wrapper__content__footer .stepper .nav-tabs > li .step-text {
    display: block;
    flex: 1;
    text-align: right;
    padding-right: 24px;
    left: auto;
    right: auto;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  .status__wrapper__content__footer .stepper .nav-tabs > li .step-text br {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .status__wrapper__content__footer .stepper .nav-tabs > li {
    display: flex;
    flex-direction: row;
    padding: 13px 0;
  }
}
.status__wrapper__content__footer .stepper .round-tab {
  width: auto;
  height: auto;
  line-height: 1;
  border-radius: 20px;
  padding: 5px 15px;
}
@media screen and (max-width: 767px) {
  .status__wrapper__content__footer .stepper .round-tab {
    position: relative;
  }
}
.status__wrapper__content__footer .stepper .completed .round-tab {
    color: #fff;
}
.status__wrapper__content__footer .stepper .completed .round-tab::after {
    display: none;
}

@media screen and (min-width: 1200px) {
  .cardSection {
    padding-top: 80px;
  }
}
@media screen and (max-width: 1199px) {
  .cardSection .container {
    max-width: 100%;
  }
}
.cardSection__wrapper {
  position: relative;
  display: flex;
  flex-direction: row-reverse;
}
@media screen and (max-width: 1199px) {
  .cardSection__wrapper {
    flex-direction: column;
    align-items: flex-end;
  }
}
.cardSection__wrapper__left {
  box-shadow: 0 0 22px 0 rgba(0, 0, 0, 0.07);
  padding: 76px;
  width: 60%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
  background-color: #ffffff;
}
.cardSection__wrapper__left.dark {
  background-color: #203963;
}
.cardSection__wrapper__left.dark .cardSection__wrapper__left__item__right {
  color: #ffffff;
}
@media screen and (max-width: 1199px) {
  .cardSection__wrapper__left {
    width: 100%;
    width: 90%;
    left: 5%;
    margin-top: -45px;
  }
}
@media screen and (max-width: 991px) {
  .cardSection__wrapper__left {
    margin-top: -70px;
  }
}
@media screen and (max-width: 767px) {
  .cardSection__wrapper__left {
    padding: 30px;
    margin-top: -40px;
  }
}
.cardSection__wrapper__left__item {
  min-width: 50%;
  max-width: 50%;
  display: flex;
  padding: 0 25px;
  margin-bottom: 25px;
}
@media screen and (min-width: 1200px) and (max-width: 1629px) {
  .cardSection__wrapper__left__item {
    flex-direction: column;
    text-align: center;
  }
}
@media screen and (max-width: 991px) {
  .cardSection__wrapper__left__item {
    flex-direction: column;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .cardSection__wrapper__left__item {
    padding: 0 5px;
  }
}
.cardSection__wrapper__left__item__left img {
  min-width: 64px;
}
.cardSection__wrapper__left__item__right {
  text-align: right;
  color: #203963;
}
@media screen and (min-width: 1200px) and (max-width: 1629px) {
  .cardSection__wrapper__left__item__right {
    text-align: center;
  }
}
@media screen and (min-width: 992px) {
  .cardSection__wrapper__left__item__right {
    padding-right: 23px;
  }
}
@media screen and (max-width: 991px) {
  .cardSection__wrapper__left__item__right {
    text-align: center;
    padding-top: 17px;
  }
}
.cardSection__wrapper__left__item__right__title {
  font-size: 24px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .cardSection__wrapper__left__item__right__title {
    font-size: 14px;
    font-weight: 400;
  }
}
.cardSection__wrapper__left__item__right p {
  font-size: 18px;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .cardSection__wrapper__left__item__right p {
    display: none;
  }
}
.cardSection__wrapper__right {
  background-color: #203963;
  width: 48%;
  height: 100%;
  right: 0;
  top: -60px;
}
.cardSection__wrapper__right.light {
  background-color: #ffffff;
  top: 0;
  box-shadow: 0 0 8px 0px rgba(32, 57, 99, 0.15);
}
.cardSection__wrapper__right.light .cardSection__wrapper__right__inner p {
  color: #203963;
}
.cardSection__wrapper__right.light .cardSection__wrapper__right__inner__btn {
  color: #203963;
}
@media screen and (min-width: 1200px) {
  .cardSection__wrapper__right {
    position: absolute;
    padding: 66px 57px 66px 0;
  }
}
@media screen and (max-width: 1199px) {
  .cardSection__wrapper__right {
    width: 100%;
    padding: 80px 30px 100px 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .cardSection__wrapper__right {
    padding-bottom: 130px;
  }
}
@media screen and (max-width: 767px) {
  .cardSection__wrapper__right {
    padding-top: 60px;
  }
}
.cardSection__wrapper__right__inner {
  padding-left: 25%;
  text-align: right;
}
@media screen and (max-width: 1199px) {
  .cardSection__wrapper__right__inner {
    text-align: center;
    padding-left: 0;
  }
}
.cardSection__wrapper__right__inner__title {
  font-weight: 700;
  color: #f7941d;
  line-height: 48px;
  margin-bottom: 20px;
}
.cardSection__wrapper__right__inner p {
  font-size: 24px;
  font-weight: 300;
  color: #ffffff;
  line-height: 36px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .cardSection__wrapper__right__inner p {
    font-size: 18px;
  }
}
.cardSection__wrapper__right__inner__btn {
  color: #ffffff;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  padding: 10px 55px;
}
@media screen and (max-width: 767px) {
  .cardSection__wrapper__right__inner__btn {
    font-weight: 700;
    font-size: 18px;
  }
}

.teamSection {
  margin: 102px 0;
  position: relative;
}
.teamSection .teamsCarouselForm__icon {
  width: auto;
}
.teamSection .teamsCarouselForm__inner {
  padding-right: 50px;
}
.teamSection.about {
  background-image: url("./../taxtheme/images/aboutteams.jpg"), linear-gradient(to top, #203963, #203963);
  background-repeat: no-repeat;
  background-size: cover;
}
.teamSection.innerpage {
  background-image: none;
  padding: 0 !important;
}
.teamSection.innerpage .teamSection__wrapper {
  box-shadow: 0 0 8px 0 rgba(32, 57, 99, 0.15);
}
.teamSection.innerpage .teamSection__wrapper__left__slides {
  background-color: #f1f1f1;
  top: 0;
  position: relative;
  height: 100%;
}
.teamSection.innerpage .teamSection__wrapper__left__slides__carousel__inner__item {
  padding: 30px 0;
}
.teamSection.innerpage .teamSection__wrapper__left__slides__carousel__inner__item__inner__title {
  color: #203963;
}
.teamSection.innerpage .teamSection__wrapper__left__slides__carousel__inner__item__inner__info {
  color: #203963;
}
.teamSection.innerpage .teamSection__wrapper__left__slides__carousel__inner__item__inner__info__btn {
  font-size: 18px;
  font-weight: 700;
  color: #203963;
  padding: 13px 42px;
  margin-top: 31px;
  line-height: 1;
  border-radius: 4px;
}
.teamSection.innerpage .teamSection__wrapper__right {
  background-image: none !important;
}
@media screen and (max-width: 1199px) {
  .teamSection.innerpage .teamSection__wrapper__right {
    width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .teamSection {
    background-image: url("./../taxtheme/images/teambg.jpg"), linear-gradient(to top, #203963, #203963);
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 537px;
    padding: 116px 0;
  }
}
@media screen and (max-width: 767px) {
  .teamSection {
    margin: 46px 0;
  }
}
@media screen and (max-width: 1199px) {
  .teamSection .container {
    max-width: 100%;
    padding: 0;
  }
}
.teamSection__wrapper {
  display: flex;
}
@media screen and (max-width: 1199px) {
  .teamSection__wrapper {
    flex-direction: column;
    align-items: flex-end;
  }
}
.teamSection__wrapper__left {
  flex: 1;
  direction: ltr;
}
@media screen and (max-width: 1199px) {
  .teamSection__wrapper__left {
    width: 90%;
    left: 5%;
    margin-top: -200px;
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .teamSection__wrapper__left {
    margin-top: -150px;
  }
}
.teamSection__wrapper__left__slides {
  direction: rtl;
  width: 552px;
  max-width: 100%;
  background-color: #203963;
  position: absolute;
  top: -5%;
  height: 110%;
}
@media screen and (max-width: 1199px) {
  .teamSection__wrapper__left__slides {
    position: relative;
    width: 100%;
  }
}
.teamSection__wrapper__left__slides__carousel {
  width: 552px;
  max-width: 100%;
}
@media screen and (max-width: 1199px) {
  .teamSection__wrapper__left__slides__carousel {
    width: 100%;
  }
}
.teamSection__wrapper__left__slides__carousel__inner__item__inner {
  text-align: center;
  padding: 0 70px;
}
@media screen and (max-width: 767px) {
  .teamSection__wrapper__left__slides__carousel__inner__item__inner {
    padding: 30px 50px;
  }
}
.teamSection__wrapper__left__slides__carousel__inner__item__inner__title {
  font-size: 30px;
  line-height: 100px;
  color: #ffffff;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .teamSection__wrapper__left__slides__carousel__inner__item__inner__title {
    font-size: 24px;
    line-height: 48px;
  }
}
.teamSection__wrapper__left__slides__carousel__inner__item__inner__img {
  width: 95px;
  height: 95px;
  border-radius: 100%;
  overflow: hidden;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .teamSection__wrapper__left__slides__carousel__inner__item__inner__img {
    margin: 25px auto 0 auto;
  }
}
.teamSection__wrapper__left__slides__carousel__inner__item__inner__info {
  position: relative;
  right: auto;
  bottom: auto;
  left: auto;
}
.teamSection__wrapper__left__slides__carousel__inner__item__inner__info p.teamSection__wrapper__left__slides__carousel__inner__item__inner__info__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 83px;
}
@media screen and (max-width: 767px) {
  .teamSection__wrapper__left__slides__carousel__inner__item__inner__info p.teamSection__wrapper__left__slides__carousel__inner__item__inner__info__title {
    font-size: 18px;
    line-height: 48px;
  }
}
.teamSection__wrapper__left__slides__carousel__inner__item__inner__info p.teamSection__wrapper__left__slides__carousel__inner__item__inner__info__price {
  font-size: 100px;
  line-height: 90px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .teamSection__wrapper__left__slides__carousel__inner__item__inner__info p.teamSection__wrapper__left__slides__carousel__inner__item__inner__info__price {
    font-size: 72px;
  }
  .teamSection__wrapper__left__slides__carousel__inner__item__inner__info p.teamSection__wrapper__left__slides__carousel__inner__item__inner__info__price span {
    font-size: 24px;
  }
}
.teamSection__wrapper__left__slides__carousel__inner__item__inner__info p.teamSection__wrapper__left__slides__carousel__inner__item__inner__info__price span {
  font-size: 30px;
  line-height: 90px;
  font-weight: 700;
}
.teamSection__wrapper__left__slides__carousel__inner__item__inner__info p{
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
  position: relative;
  padding-right: 23px;
}
@media screen and (max-width: 767px) {
  .teamSection__wrapper__left__slides__carousel__inner__item__inner__info p{
    font-size: 16px;
  }
  .teamSection__wrapper__left__slides__carousel__inner__item__inner__info p b {
    font-size: 14px;
  }
}
.teamSection__wrapper__left__slides__carousel__inner__item__inner__info p b {
  font-size: 50px;
  line-height: 1;
  color: inherit;
  font-weight: 700;
  position: absolute;
  top: -15px;
  right: 0;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.teamSection__wrapper__left__slides__carousel__inner__item__inner__info p.date {
  font-size: 16px;
  font-weight: 700;
  line-height: 10px;
}
@media screen and (max-width: 767px) {
  .teamSection__wrapper__left__slides__carousel__inner__item__inner__info p.date {
    margin-top: 30px;
  }
}
.teamSection__wrapper__right {
  flex: 1;
  text-align: right;
}
@media screen and (max-width: 1199px) {
  .teamSection__wrapper__right {
    background-image: url("./../taxtheme/images/card_mobile_bg.jpg"), linear-gradient(to top, #203963, #203963);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 50px 300px 50px;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .teamSection__wrapper__right {
    padding: 38px 25px 200px 25px;
  }
}
.teamSection__wrapper__right__title {
  font-weight: 700;
  color: #f7941d;
  line-height: 48px;
  margin-bottom: 20px;
}
.teamSection__wrapper__right.nosibiling {
  max-width: 70%;
}
@media screen and (max-width: 1199px) {
  .teamSection__wrapper__right.nosibiling {
    max-width: 100%;
    padding: 80px 50px !important;
  }
}
.teamSection__wrapper__right p {
  font-size: 24px;
  font-weight: 300;
  color: #ffffff;
  line-height: 48px;
}
.teamSection__wrapper__right p b {
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .teamSection__wrapper__right p {
    font-size: 18px;
    line-height: 36px;
  }
}
p.teamSection__wrapper__right__bottom__title {
  font-size: 36px;
  font-weight: 700;
  color: #f7941d;
  line-height: 36px;
  margin-bottom: 15px;
}
.teamSection__wrapper__right__bottom__btngroup {
  display: flex;
}
@media screen and (max-width: 1199px) {
  .teamSection__wrapper__right__bottom__btngroup {
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .teamSection__wrapper__right__bottom__btngroup {
    padding-top: 20px;
  }
}
.teamSection__wrapper__right__bottom__btngroup__btn {
  color: #ffffff;
  padding: 20px 66px;
  line-height: 1;
}
.teamSection__wrapper__right__bottom__btngroup__btn:nth-last-child(n+2) {
  margin-left: 21px;
}
p.teamSection__wrapper__right__bottom__form__title {
  font-size: 36px;
  font-weight: 700;
  color: #f7941d;
  line-height: 36px;
  margin-bottom: 15px;
}
.teamSection__wrapper__right__bottom__form__header {
  text-align: center;
}
.teamSection__wrapper__right__bottom__form__header__icon {
  font-size: 50px !important;
  color: #ffffff;
  margin-bottom: 15px;
}
.teamSection__wrapper__right__bottom__form__body__form__fields {
  display: flex;
}
.teamSection__wrapper__right__bottom__form__body__form__fields .input-group {
  display: flex;
  flex-direction: column;
  padding-left: 15px;
}
.teamSection__wrapper__right__bottom__form__body__form__fields .input-group input {
  width: 100%;
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
}
.teamSection__wrapper__right__bottom__form__body__form__fields .input-group label {
  font-weight: 700;
  color: #ffffff;
  font-size: 20px;
}
.teamSection__wrapper__right__bottom__form__body__form__footer {
  display: flex;
  justify-content: center;
}
.teamSection__wrapper__right__bottom__form__body__form__footer button {
  padding: 10px 50px;
  font-weight: 700;
  font-size: 22px;
  margin-top: 10px;
}

.processSection {
  text-align: center;
}
.processSection__title {
  font-weight: 700;
  line-height: 0.6;
  color: #203963;
}
.processSection__wrapper {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
  margin: auto;
}
@media screen and (min-width: 992px) {
  .processSection__wrapper {
    max-width: 1216px;
    min-height: 1240px;
    padding-top: 80px;
  }
}
@media screen and (max-width: 991px) {
  .processSection__wrapper {
    flex-direction: column;
    padding-top: 40px;
  }
}
.processSection__wrapper__item {
  position: absolute;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  .processSection__wrapper__item {
    position: relative;
    text-align: center;
    display: flex;
    justify-content: center;
  }
  .processSection__wrapper__item:nth-last-child(n+2) {
    margin-bottom: 180px;
  }
}
.processSection__wrapper__item__inner {
  position: relative;
  border-radius: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px;
}
@media screen and (max-width: 767px) {
  .processSection__wrapper__item__inner {
    background-color: #f7941d !important;
    color: #203963 !important;
  }
}
.processSection__wrapper__item__inner__title {
  font-size: 30px;
  line-height: 36px;
  font-weight: 700;
}
.processSection__wrapper__item__inner p {
  font-size: 18px;
  line-height: 26px;
  font-weight: 300;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .processSection__wrapper__item__inner > p {
    display: none;
  }
}
.processSection__wrapper__item__inner__bottom {
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: 11;
  -webkit-transform: translate(-50%, -30px);
  -moz-transform: translate(-50%, -30px);
  -ms-transform: translate(-50%, -30px);
  -o-transform: translate(-50%, -30px);
  transform: translate(-50%, -30px);
}
.processSection__wrapper__item__inner__bottom .circle {
  border-radius: 100%;
  border: 4px solid #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 20px;
  position: relative;
  z-index: 11;
}
@media screen and (max-width: 767px) {
  .processSection__wrapper__item__inner__bottom .circle {
    background-color: #203963 !important;
    color: #ffffff !important;
  }
}
.processSection__wrapper__item__inner__bottom .circle img {
  margin-bottom: 6px;
}
.processSection__wrapper__item__inner__bottom .circle p {
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  margin-bottom: 0;
}
.processSection__wrapper__item__inner__bottom .reportimg {
  position: absolute;
  top: 0;
}
.processSection__wrapper__item__inner__bottom .reportimg img {
  max-width: 180px;
}
.processSection__wrapper__item__inner__bottom .reportimg.left {
  -webkit-transform: translateX(70px);
  -moz-transform: translateX(70px);
  -ms-transform: translateX(70px);
  -o-transform: translateX(70px);
  transform: translateX(70px);
}
.processSection__wrapper__item__inner__bottom .reportimg.right {
  -webkit-transform: translateX(-70px);
  -moz-transform: translateX(-70px);
  -ms-transform: translateX(-70px);
  -o-transform: translateX(-70px);
  transform: translateX(-70px);
}
.processSection__wrapper__item .direction {
  position: absolute;
  z-index: -1;
  width: auto;
}
@media screen and (max-width: 991px) {
  .processSection__wrapper__item .direction {
    left: 50% !important;
    right: auto !important;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .processSection__wrapper__item .direction img {
    height: 365px;
    max-width: 100%;
  }
}
.processSection__wrapper__item .direction img {
  max-width: 700px;
}
@media screen and (min-width: 1200px) and (max-width: 1629px) {
  .processSection__wrapper__item .direction img {
    max-width: 570px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .processSection__wrapper__item .direction img {
    max-width: 400px;
  }
}
@media screen and (min-width: 992px) {
  .processSection__wrapper__item.one {
    right: 0;
  }
}
.processSection__wrapper__item.one .processSection__wrapper__item__inner {
  width: 312px;
  height: 312px;
}
.processSection__wrapper__item.one .processSection__wrapper__item__inner__bottom .circle {
  width: 86px;
  height: 86px;
}
.processSection__wrapper__item.one .processSection__wrapper__item__inner__bottom .reportimg {
  top: -20px;
  left: 0;
}
.processSection__wrapper__item.one .direction {
  right: 80%;
  top: 50%;
}
@media screen and (min-width: 992px) {
  .processSection__wrapper__item.one .direction {
    -webkit-transform: translateY(-45%);
    -moz-transform: translateY(-45%);
    -ms-transform: translateY(-45%);
    -o-transform: translateY(-45%);
    transform: translateY(-45%);
  }
}
@media screen and (max-width: 991px) {
  .processSection__wrapper__item.one .direction {
    top: 100px;
  }
}
@media screen and (min-width: 992px) {
  .processSection__wrapper__item.two {
    top: 130px;
  }
}
.processSection__wrapper__item.two .direction {
  right: auto;
  left: 50%;
  top: 50%;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .processSection__wrapper__item.two .direction {
    left: 12%;
    top: 46%;
  }
}
@media screen and (max-width: 991px) {
  .processSection__wrapper__item.two .direction {
    top: 60px;
  }
}
.processSection__wrapper__item.two .processSection__wrapper__item__inner {
  width: 264px;
  height: 264px;
}
.processSection__wrapper__item.two .processSection__wrapper__item__inner__bottom .circle {
  width: 96px;
  height: 96px;
}
@media screen and (min-width: 992px) {
  .processSection__wrapper__item.three {
    top: 400px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.processSection__wrapper__item.three .direction {
  right: auto;
  left: 25px;
  top: 120px;
}
@media screen and (max-width: 991px) {
  .processSection__wrapper__item.three .direction {
    top: 155px;
  }
}
.processSection__wrapper__item.three .processSection__wrapper__item__inner {
  width: 364px;
  height: 364px;
}
@media screen and (max-width: 767px) {
  .processSection__wrapper__item.three .processSection__wrapper__item__inner {
    width: 330px;
    height: 330px;
  }
  .processSection__wrapper__item.three .processSection__wrapper__item__inner .direction img {
    height: 335px;
  }
}
.processSection__wrapper__item.three .processSection__wrapper__item__inner__bottom {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.processSection__wrapper__item.three .processSection__wrapper__item__inner__bottom .circle {
  width: 111px;
  height: 111px;
}
.processSection__wrapper__item.three .processSection__wrapper__item__inner__bottom .reportimg {
  left: 0;
}
@media screen and (min-width: 992px) {
  .processSection__wrapper__item.four {
    top: 800px;
    right: 0;
  }
}
.processSection__wrapper__item.four .direction {
  right: 80%;
  left: auto;
  top: 50%;
}
@media screen and (min-width: 992px) {
  .processSection__wrapper__item.four .direction {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 991px) {
  .processSection__wrapper__item.four .direction {
    top: 100px;
  }
}
.processSection__wrapper__item.four .processSection__wrapper__item__inner {
  width: 312px;
  height: 312px;
}
.processSection__wrapper__item.four .processSection__wrapper__item__inner__bottom {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.processSection__wrapper__item.four .processSection__wrapper__item__inner__bottom .circle {
  width: 93px;
  height: 93px;
}
.processSection__wrapper__item.four .processSection__wrapper__item__inner__bottom .reportimg {
  left: -40px;
}
@media screen and (min-width: 992px) {
  .processSection__wrapper__item.five {
    top: 860px;
  }
}
@media screen and (max-width: 991px) {
  .processSection__wrapper__item.five {
    display: none;
  }
}
.processSection__wrapper__item.five .processSection__wrapper__item__inner {
  width: 198px;
  height: 198px;
  padding: 10px;
}
.processSection__footer {
  color: #203963;
  padding-top: 20px;
}
.processSection__footer p {
  font-size: 30px;
  font-weight: 300;
  line-height: 1;
  margin-bottom: 30px;
}
@media screen and (max-width: 991px) {
  .processSection__footer p {
    font-size: 24px;
    line-height: 30px;
  }
}
.processSection__footer__btn {
  color: #1e3964;
  padding: 16px 40px;
  line-height: 1;
  border-radius: 10px;
  font-size: 24px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .processSection__footer__btn {
    border-radius: 0;
    font-size: 18px;
    width: 80%;
  }
}

.servicesSection {
  margin-top: 120px;
}
@media screen and (min-width: 1200px) {
  .servicesSection {
    background-image: url("./../taxtheme/images/team.jpg"), linear-gradient(to top, #203963, #203963);
    background-repeat: no-repeat;
    background-size: cover;
  }
}
.servicesSection.innerPage {
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .servicesSection {
    margin-top: 52px;
  }
}
@media screen and (max-width: 1199px) {
  .servicesSection .container {
    max-width: 100%;
    padding: 0;
  }
}
.servicesSection__wrapper {
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
  min-height: 535px;
}
@media screen and (max-width: 1199px) {
  .servicesSection__wrapper {
    flex-direction: column;
    align-items: flex-end;
  }
}
.servicesSection__wrapper__left {
  flex: 1;
  text-align: right;
  padding: 110px 150px 110px 0;
}
@media screen and (max-width: 1199px) {
  .servicesSection__wrapper__left {
    padding: 110px 50px 400px 50px;
    text-align: center;
    background-image: url("./../taxtheme/images/service_bg_mobile.jpg"), linear-gradient(to top, #203963, #203963);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .servicesSection__wrapper__left {
    padding: 59px 25px 220px 25px;
  }
}
.servicesSection__wrapper p.servicesSection__wrapper__left__title {
  color: #f7941d;
  line-height: 48px;
  font-weight: 700;
  margin-bottom: 40px; 
  font-size: 80px; 
}
@media screen and (max-width: 767px) {
  .servicesSection__wrapper p.servicesSection__wrapper__left__title {
    margin-bottom: 10px;
    font-size: 30px !important;
    line-height: 36px !important;
  }
  .servicesSection__wrapper p{
      font-size: 30px !important;
      line-height: 36px !important;
  }
}
.servicesSection__wrapper p {
  font-size: 60px;
  font-weight: 700;
  line-height: 60px;
  color: #ffffff; 
  margin-bottom: 0rem;
}
.servicesSection__wrapper__left__btn {
  color: #ffffff;
  padding: 22px 72px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .servicesSection__wrapper__left__btn {
    width: 80%;
    font-size: 18px;
    padding: 14px 30px;
    margin-top: 30px;
  }
}
.servicesSection__wrapper__right {
  min-width: 582px;
  position: relative;
}
@media screen and (max-width: 1199px) {
  .servicesSection__wrapper__right {
    min-width: 10px;
    width: 90%;
    left: 5%;
    margin-top: -300px;
  }
}
@media screen and (max-width: 767px) {
  .servicesSection__wrapper__right {
    margin-top: -150px;
  }
}
.servicesSection__wrapper__right__inner {
  position: absolute;
  right: 0;
  top: -5%;
  height: 110%;
  background-color: #203963;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  padding: 124px 80px;
}
@media screen and (max-width: 767px) {
  .servicesSection__wrapper__right__inner {
    padding: 25px 20px;
  }
}
@media screen and (max-width: 1199px) {
  .servicesSection__wrapper__right__inner {
    position: relative;
  }
}
.servicesSection__wrapper__right__inner__item {
  min-width: 33%;
  max-width: 33%;
  color: #ffffff;
  display: grid;
  justify-content: center;
  text-align: center;
}
.servicesSection__wrapper__right__inner__item:nth-last-child(n+4) {
  margin-bottom: 30px;
}
.servicesSection__wrapper__right__inner__item .circle {
  width: 115px;
  height: 115px;
  background-color: #ffffff;
  border-radius: 100%;
  display: grid;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .servicesSection__wrapper__right__inner__item .circle {
    width: 75px;
    height: 75px;
  }
  .servicesSection__wrapper__right__inner__item .circle img {
    width: 50px;
  }
}
.servicesSection__wrapper__right__inner__item p {
  font-size: 24px;
  font-weight: 300;
  line-height: 1;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .servicesSection__wrapper__right__inner__item p {
    font-size: 18px;
    line-height: 19.5px;
  }
}

.boxesSection {
  padding: 110px 0 80px 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .boxesSection {
    padding: 67px 0 62px 0;
  }
}
.boxesSection__title {
  color: #203963;
  font-weight: 700;
  line-height: 0.6;
}
.boxesSection__wrapper {
  display: flex;
  flex-wrap: wrap;
  padding-top: 80px;
}
@media screen and (max-width: 1199px) {
  .boxesSection__wrapper {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .boxesSection__wrapper {
    padding-top: 60px;
  }
}
.boxesSection__wrapper__item {
  max-width: 50%;
  min-width: 50%;
  position: relative;
  margin-bottom: 100px;
}
@media screen and (max-width: 1199px) {
  .boxesSection__wrapper__item {
    max-width: 100%;
    min-width: 100%;
  }
  .boxesSection__wrapper__item:nth-last-child(n+3) {
    margin-bottom: 140px;
  }
}
@media screen and (max-width: 767px) {
  .boxesSection__wrapper__item:nth-last-child(n+3) {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 1629px) {
  .boxesSection__wrapper__item {
    display: flex;
    flex-direction: column-reverse;
  }
}
.boxesSection__wrapper__item img {
  width: 50%;
  float: left;
  z-index: 1;
  position: relative;
  box-shadow: 0 0 22px 0 rgba(0, 0, 0, 0.07);
}
@media screen and (min-width: 1200px) and (max-width: 1629px) {
  .boxesSection__wrapper__item img {
    margin-top: -100px;
    left: 30px;
  }
}
@media screen and (max-width: 1199px) {
  .boxesSection__wrapper__item img {
    margin-top: -140px;
    left: 30px;
  }
}
@media screen and (max-width: 767px) {
  .boxesSection__wrapper__item img {
    width: 100%;
    left: 0;
    padding: 0 30px;
    box-shadow: none;
  }
}
.boxesSection__wrapper__item__inner {
  position: absolute;
  width: 60%;
  right: 40px;
  top: -40px;
  background-color: #ffffff;
  box-shadow: 0 0 22px 0 rgba(0, 0, 0, 0.07);
  padding: 40px;
  text-align: right;
  display: flex;
  justify-content: flex-start;
}
@media screen and (max-width: 1629px) {
  .boxesSection__wrapper__item__inner {
    position: relative;
    right: 0;
    width: 95%;
  }
}
@media screen and (max-width: 1199px) {
  .boxesSection__wrapper__item__inner {
    width: 100%;
    padding: 80px 30px 100px 30px;
  }
}
@media screen and (max-width: 767px) {
  .boxesSection__wrapper__item__inner {
    text-align: center;
    padding: 48px 44px 140px 44px;
  }
}
.boxesSection__wrapper__item__inner__content {
  width: 60%;
  color: #203963;
}
@media screen and (max-width: 1629px) {
  .boxesSection__wrapper__item__inner__content {
    width: 100%;
  }
}
.boxesSection__wrapper__item__inner__content__title {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 10px;
}
.boxesSection__wrapper__item__inner__content p {
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
}
.boxesSection__wrapper__item__inner__content a {
  color: inherit;
  font-size: 18px;
  line-height: 36px;
  font-weight: 700;
  text-decoration: none;
}
.boxesSection__wrapper__footer {
  padding-top: 48px;
  text-align: center;
  min-width: 100%;
  max-width: 100%;
}
.boxesSection__wrapper__footer__btn {
  display: inline-block;
  padding: 16px 52px;
  line-height: 1;
  font-size: 24px;
  font-weight: 700;
  color: #1e3964;
}
@media screen and (max-width: 767px) {
  .boxesSection__wrapper__footer__btn {
    width: 80%;
    font-size: 18px;
  }
}

.formSection {
  background-color: #203963;
  padding: 86px 0;
  color: #ffffff;
  text-align: center;
}
.formSection.light {
  background-color: #ffffff;
  padding-top: 0;
}
.formSection.light .formSection__wrapper {
  max-width: 100%;
}
.formSection.light .formSection__wrapper__title {
  color: #203963;
}
@media screen and (max-width: 767px) {
  .formSection.light .formSection__wrapper__title {
    font-size: 36px;
  }
}
.formSection.light .formSection__wrapper__form {
  box-shadow: 0 0 22px 0 rgba(0, 0, 0, 0.1);
  padding: 50px;
  margin-top: 30px;
}
.formSection.light .formSection__wrapper input {
  box-shadow: 1px 1px 3px 0px #ccc !important;
  border: 0 !important;
}
.formSection.light .formSection__wrapper input::placeholder {
  color: #203963 !important;
  opacity: 1;
  /* Firefox */
}
.formSection.light .formSection__wrapper input::-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #203963 !important;
}
.formSection.light .formSection__wrapper input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #203963 !important;
}
@media screen and (max-width: 767px) {
  .formSection {
    padding: 58px 0;
  }
}
.formSection__wrapper {
  display: block;
  margin: 0 auto;
  max-width: 1050px;
}
@media screen and (max-width: 991px) {
  .formSection__wrapper {
    padding: 0 20px;
  }
}
.formSection p.formSection__wrapper__title {
  font-size: 60px !important;
  line-height: 60px;
  font-weight: 700;
}
.formSection__wrapper p {
  font-size: 24px;
  font-weight: 300;
  line-height: 59px;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .formSection__wrapper p {
    font-size: 18px;
    line-height: 36px;
  }
  .formSection p.formSection__wrapper__title {
    font-size: 30px !important;
  }
}
.formSection__wrapper__form.footer__form form .input-group input {
  max-width: 100%;
  color: #ffffff !important;
}
@media screen and (min-width: 768px) {
  .formSection__wrapper__form.footer__form form .input-group input {
    margin: 0 0 12px 0;
  }
}
.formSection__wrapper__form.footer__form form .formSection__wrapper__form__btn {
  width: 100%;
  margin-bottom: 10px;
  margin: 0;
}
.formSection__wrapper__form form {
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .formSection__wrapper__form form {
    padding-top: 25px;
  }
}
.formSection__wrapper__form form .input-group {
  position: relative;
}
@media screen and (max-width: 767px) {
  .formSection__wrapper__form form .input-group {
    width: 100%;
    margin-bottom: 20px;
  }
}
.formSection__wrapper__form form .input-group img {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.formSection__wrapper__form form .input-group input {
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  height: 56px;
  max-width: 250px;
  margin: 0 10px;
  border-radius: 0;
  padding-right: 45px;
}
@media screen and (max-width: 767px) {
  .formSection__wrapper__form form .input-group input {
    max-width: 100%;
    width: 100%;
    font-size: 18px;
    margin: 0;
  }
}
.formSection__wrapper__form form .formSection__wrapper__form__btn {
  background-color: #f7941d;
  padding: 15px 50px;
  line-height: 1;
  color: #203963;
  font-size: 24px;
  font-weight: 700;
  height: 56px;
  margin-right: 10px;
  border-radius: 0;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .formSection__wrapper__form form .formSection__wrapper__form__btn {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .formSection__wrapper__form form .formSection__wrapper__form__btn {
    width: 100%;
    font-size: 18px;
    margin: 0;
  }
}

.detailSection {
  padding: 100px 0;
  color: #203963;
}
@media screen and (max-width: 767px) {
  .detailSection {
    padding: 60px 0;
  }
}
.detailSection__title {
  line-height: 48px;
  font-weight: 700;
  text-align: center;
}
.detailSection__group {
  padding-top: 30px;
}
.detailSection__group__item {
  text-align: right;
  border-right: 14px solid #f7941d;
  box-shadow: 0 0 22px 0 rgba(0, 0, 0, 0.07);
  padding: 20px;
  margin: 13px 0;
  display: inline-block;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .detailSection__group__item {
    padding: 40px 19px 44px 40px;
  }
}
@media screen and (max-width: 576px) {
  .detailSection__group__item {
    padding: 40px 22px 44px 22px;
  }
}
.detailSection__group__item__flex {
  flex-direction: row-reverse;
}
@media screen and (max-width: 1629px) {
  .detailSection__group__item__flex {
    flex-direction: column-reverse;
  }
}
.detailSection__group__item__title {
  font-size: 36px;
  font-weight: 700;
  line-height: 48px;
}
@media screen and (max-width: 767px) {
  .detailSection__group__item__title {
    font-size: 24px;
  }
}
.detailSection__group__item label {
  font-size: 16px;
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 0;
}
.detailSection__group__item p {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 36px;
}
.detailSection__group__item__right {
  flex: 1;
}
@media screen and (min-width: 1630px) {
  .detailSection__group__item__right {
    padding-left: 50px;
  }
}
.detailSection__group__item .detailSection__features {
  display: flex;
  width: 40%;
  flex-wrap: wrap;
}
@media screen and (max-width: 1629px) {
  .detailSection__group__item .detailSection__features {
    width: 100%;
    padding-top: 30px;
  }
}
.detailSection__group__item .detailSection__features__item {
  max-width: 25%;
  min-width: 25%;
  text-align: center;
  padding: 5px;
}
@media screen and (max-width: 576px) {
  .detailSection__group__item .detailSection__features__item {
    max-width: 50%;
    min-width: 50%;
  }
  #calc_popup .modal-dialog, #sal_popup .modal-dialog {
    margin-top: 50px;
  }
  .rent-btn,.sal-btn{
    margin-top:15px;
  }
  #calc_popup .modal-header, #sal_popup .modal-header {
    padding-bottom: 5px;
  }
  .cal-popup-form .btn, .sal-popup-form .btn {
    margin-right:0px;
  }
}
.detailSection__group__item .detailSection__features__item__inner {
  height: 100%;
  background-color: #f9f9f9;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1629px) {
  .detailSection__group__item .detailSection__features__item__inner {
    padding: 30px 0;
  }
}
.detailSection__group__item .detailSection__features__item__inner p {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 16px;
  color: #203963;
}
@media screen and (max-width: 767px) {
  .detailSection__group__item .detailSection__features__item__inner p {
    font-size: 14px;
    font-weight: 400;
  }
}
.detailSection__panels {
  display: flex;
  margin: 0 -10px;
}
@media screen and (max-width: 1629px) {
  .detailSection__panels {
    flex-direction: column;
  }
}
.detailSection__panels__item {
  text-align: right;
  margin: 0 10px;
  box-shadow: 0 0 22px 0 rgba(0, 0, 0, 0.1);
  color: #203963;
}
@media screen and (max-width: 1629px) {
  .detailSection__panels__item {
    margin-bottom: 20px;
  }
}
.detailSection__panels__item__header {
  background-color: #f9f9f9;
  height: 83px;
  font-size: 24px;
  line-height: 48px;
  font-weight: 700;
  display: grid;
  padding: 0 30px;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .detailSection__panels__item__header {
    font-size: 18px;
    line-height: 24px;
    height: auto;
    padding: 25px 30px;
  }
}
.detailSection__panels__item__content {
  background-color: #ffffff;
  padding: 30px;
  font-size: 16px;
  font-weight: 300;
  color: #203963;
}

.orangebg {
  background-color: #f7941d;
  color: #203963;
}

.bluebg {
  background-color: #203963;
  color: #ffffff;
}

footer .topFooter {
  padding: 70px 0;
  background-image: url("./../taxtheme/images/office.jpg"), linear-gradient(to top, #040f2f, #040f2f);
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 306px;
  text-align: center;
  color: #ffffff;
}
footer .topFooter__title {
  line-height: 48px;
  font-weight: 700;
}
footer .topFooter p {
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;
}
@media screen and (max-width: 767px) {
  footer .topFooter p {
    font-size: 18px;
    line-height: 23.5px;
  }
}
footer .topFooter__btn {
  padding: 23px 66px;
  line-height: 1;
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
}
footer .topFooter__btn img {
  height: 26px;
  margin-left: 3px;
}
@media screen and (max-width: 1629px) {
  footer .topFooter__btn {
    padding: 13px 46px;
  }
}
@media screen and (max-width: 767px) {
  footer .topFooter__btn {
    font-size: 18px;
    line-height: 30px;
  }
}
footer .midFooter {
  background-color: #1b335a;
  padding: 30px 0;
  color: #ffffff;
  text-align: center;
}
footer .midFooter__title {
  font-size: 24px;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  footer .midFooter__title {
    font-size: 18px;
  }
}
footer .midFooter p {
  font-size: 24px;
  font-weight: 300;
  line-height: 48px;
}
@media screen and (max-width: 767px) {
  footer .midFooter p {
    font-size: 18px;
  }
}
footer .midFooter .socialicons {
  display: flex;
  justify-content: center;
  flex-direction: row-reverse;
  padding-top: 10px;
}
footer .midFooter .socialicons__item {
  padding: 0 15px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  footer .midFooter .socialicons__item {
    padding: 0 10px;
  }
}
footer .midFooter .socialicons__item img {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  footer .midFooter .socialicons__item img {
    height: 36px;
  }
}
footer .midFooter .socialicons__item:hover img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
footer .bottomFooter {
  background-color: #1e3964;
  padding: 67px 0 91px 0;
}
@media screen and (max-width: 767px) {
  footer .bottomFooter {
    padding: 30px 0;
  }
}
footer .bottomFooter__wrapper {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 1629px) {
  footer .bottomFooter__wrapper {
    flex-direction: column;
  }
}
footer .bottomFooter__wrapper__bottom {
  width: 100%;
  color: #ffffff;
}
footer .bottomFooter__wrapper__bottom__title {
  line-height: 1;
  padding-top: 27px;
  font-family: "Varela Round";
  font-size: 13px;
  letter-spacing: 0.13px;
}
@media screen and (max-width: 767px) {
  footer .bottomFooter__wrapper__bottom__title {
    text-align: center;
  }
}
footer .bottomFooter__wrapper__bottom__title label {
  position: relative;
  margin-bottom: 0;
  line-height: 1;
  font-family: "upclb";
  font-size: 22px;
  margin-right: 10px;
}
footer .bottomFooter__wrapper__bottom__title label img {
  position: absolute;
  top: 2px;
  left: 100%;
  -webkit-transform: translateX(-7px);
  -moz-transform: translateX(-7px);
  -ms-transform: translateX(-7px);
  -o-transform: translateX(-7px);
  transform: translateX(-7px);
}
footer .bottomFooter__wrapper__left {
  width: 500px;
  max-width: 100%;
}
@media screen and (max-width: 1629px) {
  footer .bottomFooter__wrapper__left {
    width: 100%;
    margin: 30px 0 0px 0;
  }
}
footer .bottomFooter__wrapper__left__inner {
  background-color: #1b335a;
  padding: 29px 45px;
  color: #ffffff;
  text-align: right;
}
footer .bottomFooter__wrapper__left__inner__title {
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  footer .bottomFooter__wrapper__left__inner__title {
    line-height: 1.2;
  }
}
footer .bottomFooter__wrapper__right {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  footer .bottomFooter__wrapper__right {
    flex-direction: column;
  }
}
footer .bottomFooter__wrapper__right__menu {
  text-align: right;
  color: #ffffff;
  padding-left: 30px;
}
@media screen and (min-width: 1200px) {
  footer .bottomFooter__wrapper__right__menu {
    flex: 1;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  footer .bottomFooter__wrapper__right__menu {
    width: 50%;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  footer .bottomFooter__wrapper__right__menu {
    margin-bottom: 10px;
  }
}
footer .bottomFooter__wrapper__right__menu__title {
  font-size: 30px;
  font-weight: 700;
  line-height: 48px;
}
@media screen and (max-width: 767px) {
  footer .bottomFooter__wrapper__right__menu__title {
    font-size: 24px;
  }
}
footer .bottomFooter__wrapper__right__menu__nav {
  padding: 0;
}
footer .bottomFooter__wrapper__right__menu__nav li {
  list-style: none;
}
footer .bottomFooter__wrapper__right__menu__nav li a {
  font-size: 24px;
  font-weight: 300;
  line-height: 48px;
  text-decoration: none;
  color: inherit;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  footer .bottomFooter__wrapper__right__menu__nav li a {
    font-size: 18px;
    line-height: 30px;
  }
}
footer .bottomFooter__wrapper__right__menu__nav li a img {
  margin-left: 15px;
}

.drawbar {
  height: 100%;
  width: 598px;
  max-width: 90%;
  position: fixed;
  z-index: 1;
  top: 0;
  right: -100%;
  background-color: #203963;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
  padding: 50px 0;
}
.drawbar__content {
  position: relative;
  padding: 0 50px;
  text-align: center;
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  .drawbar__content {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.drawbar__content__title {
  color: #f7941d;
  font-size: 41px;
  line-height: 48px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .drawbar__content__title {
    font-size: 30px;
    line-height: 1.2;
  }
}
.drawbar__content p.drawbar__content__subtitle {
  font-size: 24px;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .drawbar__content p.drawbar__content__subtitle {
    font-size: 16px;
  }
}
.drawbar__content .formSection__wrapper__form .input-group {
  margin-bottom: 10px;
}
.drawbar__content .formSection__wrapper__form .input-group input {
  max-width: 100%;
  margin: 0;
  padding-left: 48px;
  font-weight: 300;
  color: #ffffff;
}
.drawbar__content .formSection__wrapper__form .input-group img {
  right: 12px;
}
.drawbar__content .formSection__wrapper__form__btn {
  margin: 0 !important;
  width: 100%;
}
.drawbar .closebtn {
  position: absolute;
  top: 0;
  left: 16px;
  font-size: 50px;
  line-height: 1;
  color: #ffffff;
  text-decoration: none;
  z-index: 1;
}
.drawbar .closebtn:hover {
  color: #f7941d;
}

.flip-card {
  background-color: transparent;
  width: 417px;
  height: 275px;
  perspective: 1000px;
}
@media screen and (max-width: 767px) {
  .flip-card {
    width: 300px;
  }
}
.flip-card .flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}
.flip-card .flip-card-inner .flip-card-front, .flip-card .flip-card-inner .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: grid;
  align-items: center;
}
.flip-card .flip-card-inner .flip-card-back {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.flip-card.pension .flip-card-inner, .flip-card.child .flip-card-inner {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.flip-card .child__inner, .flip-card .pension__inner {
  display: none;
}
.flip-card.pension .pension__inner {
  display: block;
}
.flip-card.child .child__inner {
  display: block;
}

.innerCircles {
  color: #203963;
}
.innerCircles .commonTitle {
  line-height: 1;
}
.innerCircles__inner {
  margin-top: 31px;
  box-shadow: 0 0 8px 0 rgba(32, 57, 99, 0.15);
  padding: 60px;
  text-align: right;
  font-size: 24px;
  font-weight: 300;
}
.innerCircles__inner p {
  margin-bottom: 0;
}
.innerCircles__inner__circles {
  display: flex;
  flex-wrap: wrap;
  padding: 40px 0 5px;
}
.innerCircles__inner__circles__item {
  position: relative;
  flex: 1;
}
@media screen and (min-width: 1200px) and (max-width: 1629px) {
  .innerCircles__inner__circles__item .arrow {
    width: 223px !important;
  }
  .innerCircles__inner__circles__item__circle {
    width: 176px !important;
    height: 176px !important;
  }
  .innerCircles__inner__circles__item__circle p {
    font-size: 18px;
  }
}
@media screen and (max-width: 1199px) {
  .innerCircles__inner__circles__item {
    min-width: 100% !important;
    max-width: 100% !important;
    display: flex;
    justify-content: center;
  }
  .innerCircles__inner__circles__item .arrow {
    -webkit-transform: translateX(-50%) rotate(-90deg) !important;
    -moz-transform: translateX(-50%) rotate(-90deg) !important;
    -ms-transform: translateX(-50%) rotate(-90deg) !important;
    -o-transform: translateX(-50%) rotate(-90deg) !important;
    transform: translateX(-50%) rotate(-90deg) !important;
    left: 50% !important;
    bottom: 30px !important;
    top: auto !important;
  }
  .innerCircles__inner__circles__item:nth-last-child(n+2) {
    margin-bottom: 100px;
  }
}
.innerCircles__inner__circles__item:last-child {
  min-width: 216px;
  max-width: 216px;
}
.innerCircles__inner__circles__item .arrow {
  position: absolute;
  width: 293px;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.innerCircles__inner__circles__item__circle {
  width: 216px;
  height: 216px;
  border-radius: 100%;
  position: relative;
  z-index: 1;
  background-color: #f7941d;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  padding: 30px;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .innerCircles__inner__circles__item__circle {
    font-size: 18px;
  }
}
.innerCircles__inner__circles__item__circle img {
  width: 60px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .innerCircles__inner {
    font-size: 18px;
  }
}

.transparentWrapper {
  background-image: url("./../taxtheme/images/transparentbg.jpg"), linear-gradient(to top, #203963, #203963);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px;
  color: #ffffff;
  font-size: 30px;
  line-height: 1;
  text-align: center;
  margin: 118px 0;
}
.transparentWrapper p {
  font-weight: 300;
  line-height: 1;
  margin-bottom: 28px;
}
.transparentWrapper p.fontb {
  margin-bottom: 15px;
}
.transparentWrapper__btn {
  color: inherit;
  padding: 16px 40px;
  border-radius: 12px;
  line-height: 1;
  font-weight: 700;
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .transparentWrapper__btn {
    font-size: 18px;
  }
}

main .innerpagetitle {
  padding-top: 50px;
  font-size: 30px;
  line-height: 48px;
  color: #203963;
  font-weight: 300;
}
main .userPanelSection {
  margin: 32px 0;
}
main .userPanelSection .userPanel {
  background-color: #f1f1f1;
  padding: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #203963;
}
@media screen and (max-width: 1199px) {
  main .userPanelSection .userPanel {
    flex-direction: column;
  }
}
main .userPanelSection .userPanel__img {
  width: 56px;
  height: 56px;
  border-radius: 100%;
  overflow: hidden;
  margin: 0 15px;
}
main .userPanelSection .userPanel label {
  font-size: 30px;
  line-height: 45px;
  font-weight: 700;
}
@media screen and (max-width: 1199px) {
  main .userPanelSection .userPanel label {
    font-size: 18px;
    line-height: 45px;
  }
}
main .userPanelSection .userPanel ul {
  display: flex;
  margin: 0;
}
@media screen and (max-width: 1199px) {
  main .userPanelSection .userPanel ul {
    flex-direction: column;
  }
}
main .userPanelSection .userPanel ul li {
  list-style: none;
  font-size: 30px;
  font-weight: 300;
  padding: 0 10px;
  position: relative;
}
@media screen and (max-width: 1199px) {
  main .userPanelSection .userPanel ul li {
    font-size: 18px;
  }
}
main .userPanelSection .userPanel ul li:nth-child(n+2)::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 24px;
  background-color: #c5c5c5;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 1629px) {
  main.about .teamSection__wrapper {
    flex-direction: column;
    box-shadow: none !important;
  }
}
main.about .teamSection__wrapper__right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 1;
  box-shadow: 0 0 8px 0 rgba(32, 57, 99, 0.15);
}
main.about .teamSection__wrapper__right .courouselWrapper {
  width: 750px;
}
@media screen and (max-width: 991px) {
  main.about .teamSection__wrapper__right .courouselWrapper {
    width: 320px;
  }
}
main.about .teamSection__wrapper__right__title {
  color: #203963;
  text-align: center;
}
main.about .teamSection__wrapper__left {
  flex: 0;
}
main.about .teamSection__wrapper__left__slides {
  width: 100%;
}
main.about .teamSection__wrapper__left__slides__carousel {
  width: 100%;
}
main.status .accordionWrapper.hideCompleted .hidePrevBtn span.addbtn {
  display: inline;
}
main.status .accordionWrapper.hideCompleted .hidePrevBtn span.removebtn {
  display: none;
}
main.status .accordionWrapper.hideCompleted .accordionWrapper__item.withStatus.completed {
  height: 0;
  overflow: hidden;
  min-height: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
main.status .bannerSection {
  background-image: url("./../taxtheme/images/status_banner.jpg"), linear-gradient(to top, #203963, #203963);
  background-position: center;
}
@media screen and (max-width: 1199px) {
  main.status .bannerSection {
    padding: 80px 20px;
  }
}
main.status .bannerSection__info {
  padding-left: 28px;
}
@media screen and (max-width: 1199px) {
  main.status .bannerSection__info {
    text-align: center !important;
    padding-left: 0;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 1199px) {
  main.status .bannerSection__flex {
    flex-direction: column;
  }
}
main.status .bannerSection__left {
  color: #ffffff;
  border-right: 6px solid #ffffff;
}
@media screen and (max-width: 1199px) {
  main.status .bannerSection__left {
    border-right: 0;
    border-top: 2px solid #ffffff;
    padding-top: 28px;
  }
}
main.status .bannerSection__left__title {
  color: #f7941d;
  text-align: right;
  font-size: 24px;
  line-height: 30px;
  padding-right: 28px;
  font-weight: 700;
}
main.status .bannerSection__left__title span {
  cursor: pointer;
}
main.status .bannerSection__left__title img {
  width: 8px;
}
@media screen and (max-width: 767px) {
  main.status .bannerSection__left__title {
    font-size: 16px;
    padding-right: 0;
  }
}
main.status .bannerSection__left__btnsgroup {
  display: flex;
  padding: 21px 28px 0 0;
}
@media screen and (max-width: 767px) {
  main.status .bannerSection__left__btnsgroup {
    padding: 16px 0 0 0;
  }
}
main.status .bannerSection__left__btnsgroup__btn {
  font-size: 8px;
  font-weight: 700;
  padding: 5px 30px;
  color: #ffffff;
  font-size: 16px;
  line-height: 30px;
}
@media screen and (max-width: 767px) {
  main.status .bannerSection__left__btnsgroup__btn {
    font-size: 14px;
    line-height: 22px;
    padding: 5px 10px;
  }
}
main.status .bannerSection__left__btnsgroup__btn:nth-child(n+2) {
  margin-right: 17px;
}
main.status .bannerSection__left .flipform {
  padding-right: 28px;
}
main.status .bannerSection__left .flipform__title {
  color: #f7941d;
  font-size: 36px;
  line-height: 36px;
  font-weight: 900;
  text-align: right;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  main.status .bannerSection__left .flipform__title {
    font-size: 24px;
    font-weight: 700;
  }
  main.status .bannerSection__left .flipform__title span {
    margin-left: 6px;
  }
}
main.status .bannerSection__left .flipform__title span {
  cursor: pointer;
}
main.status .bannerSection__left .flipform button {
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}
main.status .bannerSection__left .tablewrapper .tablerow {
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
}
main.status .bannerSection__left .tablewrapper .tablerow:first-child {
  color: #f7941d;
  font-size: 36px;
  line-height: 36px;
}
@media screen and (max-width: 767px) {
  main.status .bannerSection__left .tablewrapper .tablerow:first-child {
    font-size: 24px;
    line-height: 30px;
  }
}
@media screen and (max-width: 767px) {
  main.status .bannerSection__left .tablewrapper .tablerow {
    font-size: 16px;
    line-height: 22px;
  }
}
main.status .bannerSection__left .tablewrapper .tablerow .tablecell {
  padding-right: 28px;
}
@media screen and (max-width: 767px) {
  main.status .bannerSection__left .tablewrapper .tablerow .tablecell:first-child {
    padding-right: 0;
  }
}
main.status .bannerSection__left .tablewrapper .tablerow:last-child {
  line-height: 30px;
}
main.statusform .statusform__banner {
  background-image: url("./../taxtheme/images/statusform_banner.jpg"), linear-gradient(to top, #203963, #203963);
  background-position: center;
  background-size: cover;
  min-height: 800px;
  height: 100vh;
  display: grid;
  align-items: center;
  color: #f7941d;
}
main.statusform .statusform__banner__wrapper__title {
  font-size: 48px;
  line-height: 36px;
  font-weight: 700;
  margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
  main.statusform .statusform__banner__wrapper__title {
    font-size: 30px;
    line-height: 36px;
  }
}
main.statusform .statusform__banner__wrapper__form {
  width: 100%;
  max-width: 508px;
  display: block;
  margin: 0 auto;
}
main.statusform .statusform__banner__wrapper__form__title {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  main.statusform .statusform__banner__wrapper__form__title {
    font-size: 18px;
  }
}
main.statusform .statusform__banner__wrapper__form input {
  border-color: #f7941d !important;
  font-size: 30px;
}
@media screen and (max-width: 767px) {
  main.statusform .statusform__banner__wrapper__form input {
    font-size: 18px;
  }
}
main.statusform .statusform__banner__wrapper__form input:focus, main.statusform .statusform__banner__wrapper__form input.input-has-value {
  background-color: #203963;
  color: #203963;
}
main.statusform .statusform__banner__wrapper__form input:focus + label, main.statusform .statusform__banner__wrapper__form input.input-has-value + label {
  color: #203963;
}
main.statusform .statusform__banner__wrapper__form label {
  color: #ffffff;
  font-size: 30px;
}
@media screen and (max-width: 767px) {
  main.statusform .statusform__banner__wrapper__form label {
    font-size: 18px;
  }
}
main.statusform .statusform__banner__wrapper__form button {
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  main.statusform .statusform__banner__wrapper__form button {
    font-size: 18px;
  }
}
main.statusform .statusform__banner__wrapper__options {
  display: flex;
  padding-top: 110px;
}
@media screen and (max-width: 767px) {
  main.statusform .statusform__banner__wrapper__options {
    padding-top: 30px;
  }
}
main.statusform .statusform__banner__wrapper__options__item {
  flex: 1;
  color: #ffffff;
  font-weight: 300;
  font-size: 18px;
  line-height: 22px;
}
main.statusform .statusform__banner__wrapper__options__item img {
  margin-bottom: 15px;
}
main.article .bannerSection {
  background-image: url("./../taxtheme/images/articlebanner.jpg"), linear-gradient(to top, #203963, #203963);
}
main.article .transparentWrapper {
  background-image: url("./../taxtheme/images/articletransparent.jpg"), linear-gradient(to top, #203963, #203963);
  background-position: center;
  margin-bottom: 0;
}
main.single .breadCrumbs__wrapper {
  display: flex;
  padding-top: 40px;
}
@media screen and (max-width: 991px) {
  main.single .breadCrumbs__wrapper {
    display: none;
  }
}
main.single .breadCrumbs__wrapper a {
  color: #1b335a;
  font-weight: 400;
  font-size: 18px;
  padding: 0 10px;
  position: relative;
}
main.single .breadCrumbs__wrapper a:first-child {
  padding-right: 0;
}
main.single .breadCrumbs__wrapper a.active {
  font-weight: 700;
}
main.single .breadCrumbs__wrapper a::before {
  content: ">";
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
main.single .breadCrumbs .strap__wrapper {
  background-color: #203963;
  padding: 42px 150px;
  margin: 52px 0 27px 0;
  color: #ffffff;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  main.single .breadCrumbs .strap__wrapper {
    display: block;
    text-align: center;
    padding: 33px 0;
  }
}
main.single .breadCrumbs .strap__wrapper__btn {
  color: #ffffff;
  padding: 10px 45px;
  border-radius: 20px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
}
@media screen and (max-width: 991px) {
  main.single .breadCrumbs .strap__wrapper__btn {
    border: 0;
    color: #f7941d;
    font-size: 14px;
    font-weight: 300;
    position: relative;
    padding: 0 10px;
  }
  main.single .breadCrumbs .strap__wrapper__btn::before {
    content: ">";
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
main.single .single-content__wrapper {
  margin-bottom: 120px;
}
@media screen and (min-width: 1200px) {
  main.single .single-content__wrapper {
    padding: 0 150px;
  }
}
main.single .single-content__wrapper__listgroup__item {
  margin-bottom: 10px;
  position: relative;
  padding-right: 32px;
}
main.single .single-content__wrapper__listgroup__item span {
  background-color: #f7941d;
  color: #203963;
  position: absolute;
  right: 0;
  top: 5px;
  width: 22px;
  height: 22px;
  line-height: 22px;
  border-radius: 100%;
  display: inline-block;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
}
main.single .single-content__wrapper img {
  margin-top: 30px;
}
main.single .single-content__wrapper p {
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
  text-align: justify;
  margin-bottom: 0;
}
main.single .single-content__wrapper p.cap {
  margin: 15px 0 !important;
}
@media screen and (max-width: 767px) {
  main.single .single-content__wrapper p {
    font-size: 16px;
  }
}
main.single .single-content__wrapper p.fontb {
  margin-top: 38px;
  margin-bottom: 10px;
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  main.single .single-content__wrapper p.fontb {
    font-size: 16px;
    line-height: 24px;
    margin-top: 22px;
  }
}
main.single .articleCarousel {
  padding: 120px 0;
}
main.single .articleCarousel__wrapper__title {
  font-weight: 700;
  margin-bottom: 20px;
}
main.single .articleCarousel__wrapper__content .articlesWrapper__carousel {
  padding: 0 50px;
}
@media screen and (max-width: 599px) {
  main.single .articleCarousel__wrapper__content .articlesWrapper__carousel {
    padding: 0;
  }
}
main.single .articleCarousel__wrapper__content .articlesWrapper__carousel .owl-nav {
  position: absolute;
  width: 100%;
  left: 0;
  display: flex;
  justify-content: space-between;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 599px) {
  main.single .articleCarousel__wrapper__content .articlesWrapper__carousel .owl-nav {
    display: none;
  }
}
main.single .articleCarousel__wrapper__content .articlesWrapper__carousel .owl-nav button {
  outline: none;
  background-color: transparent;
}
main.single .articleCarousel__wrapper__content .articlesWrapper__carousel .owl-nav img {
  width: 20px;
}
main.single .articleCarousel__wrapper__content .articlesWrapper__carousel .owl-dots button {
  outline: none;
}
main.single .articleCarousel__wrapper__content .articlesWrapper__carousel .owl-dots button span {
  width: 15px;
  height: 15px;
  background-color: #e0e0e0;
}
main.single .articleCarousel__wrapper__content .articlesWrapper__carousel .owl-dots button.active span {
  background-color: #f7941d;
}
main.contact .bannerSection {
  background-image: url("./../taxtheme/images/contact_banner.jpg"), linear-gradient(to top, #203963, #203963);
  background-position: center;
}
@media screen and (max-width: 767px) {
  main.contact .bannerSection__info {
    text-align: center !important;
  }
}
@media screen and (max-width: 767px) {
  main.contact .contactSection__wrapper {
    padding-top: 0 !important;
  }
}
main.contact .contactSection__wrapper {
  padding: 100px 0;
}
main.contact .contactSection__wrapper__title {
  font-weight: 700;
  color: #203963;
}
@media screen and (max-width: 767px) {
  main.contact .contactSection__wrapper__title {
    font-size: 36px;
    line-height: 38px;
  }
}
main.contact .contactSection__wrapper__group {
  display: flex;
  padding-top: 10px;
}
@media screen and (max-width: 767px) {
  main.contact .contactSection__wrapper__group {
    flex-direction: column;
  }
  main.contact .contactSection__wrapper__group__item {
    margin-bottom: 15px;
  }
}
main.contact .contactSection__wrapper__group__item {
  flex: 1;
  padding: 0 10px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
main.contact .contactSection__wrapper__group__item:hover {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
main.contact .contactSection__wrapper__group__item__inner {
  background-color: #ffffff;
  box-shadow: 0 0 8px 0 rgba(32, 57, 99, 0.15);
  height: 100%;
  display: grid;
  align-items: center;
  padding: 50px 20px;
}
main.contact .contactSection__wrapper__group__item__inner img {
  display: block;
  margin: 0 auto 20px auto;
  width: 100px;
}
main.contact .contactSection__wrapper__group__item__inner span {
  font-size: 30px;
  color: #203963;
  line-height: 48px;
  font-weight: 700;
}
main.faq .bannerSection {
  background-image: url("./../taxtheme/images/faqbanner.jpg"), linear-gradient(to top, #203963, #203963);
}
main.faq .transparentWrapper {
  background-image: url("./../taxtheme/images/faqtransparent.jpg"), linear-gradient(to top, #203963, #203963);
  margin-bottom: 0;
  margin-top: 80px;
}
main.customers .bannerSection {
  background-image: url("./../taxtheme/images/customersbanner.jpg"), linear-gradient(to top, #203963, #203963);
  background-position: center;
}
main.customers .teamSection {
  margin-bottom: 0;
}
main.customers .teamSection__wrapper__right {
  max-width: 60%;
}
@media screen and (max-width: 1199px) {
  main.customers .teamSection__wrapper__right {
    max-width: 100%;
    padding-bottom: 60px;
  }
}
main .customerSection {
  padding-top: 108px;
}
main .customerSection__title {
  color: #203963;
  margin-bottom: 55px;
}
main .customerSection__carousel {
  position: relative;
  padding: 0 50px;
}
main .customerSection__carousel .owl-nav {
  display: block !important;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  display: flex !important;
  justify-content: space-between;
  padding: 0 10px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
main .customerSection__carousel .owl-nav button {
  outline: none;
  background: transparent !important;
}
main .customerSection__carousel__item {
  background-color: #f1f1f1;
  padding: 66px 51px;
  color: #203963;
  direction: rtl;
}
@media screen and (max-width: 767px) {
  main .customerSection__carousel__item {
    padding: 46px 40px;
  }
}
main .customerSection__carousel__item__img {
  width: 95px !important;
  height: 95px;
  border-radius: 100%;
  display: block;
  margin: 0 auto;
}
main .customerSection__carousel__item .name {
  font-size: 24px;
  font-weight: 700;
  margin-top: 15px;
}
main .customerSection__carousel__item .price {
  font-size: 100px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  main .customerSection__carousel__item .price {
    font-size: 50px;
  }
  main .customerSection__carousel__item .price span {
    font-size: 18px !important;
  }
}
main .customerSection__carousel__item .price span {
  font-size: 30px;
}
main .customerSection__carousel__item .desc {
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
  padding-right: 25px;
  position: relative;
}
main .customerSection__carousel__item .desc span {
  position: absolute;
  right: 0;
  top: -15px;
  font-size: 50px;
  line-height: 1;
  font-weight: 700;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
main .customerSection__carousel__item .date {
  font-size: 16px;
  line-height: 10px;
  font-weight: 700;
}
main .teamcourousel {
  position: relative;
  padding: 0 50px;
}
main .teamcourousel .owl-nav {
  display: block !important;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  display: flex !important;
  justify-content: space-between;
  padding: 0 10px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
main .teamcourousel .owl-nav button {
  outline: none;
  background: transparent !important;
}
main .teamcourousel__item__img {
  border-radius: 100%;
}
main .accordionWrapper {
  text-align: right;
  padding: 10px 0;
}
main .accordionWrapper__item {
  border: 0;
  box-shadow: 0 0 8px 0 rgba(32, 57, 99, 0.15);
  padding-bottom: 14px;
}
main .accordionWrapper__item.withStatus {
  position: relative;
  padding-right: 80px;
  flex-direction: row;
  min-height: 120px;
}
@media screen and (max-width: 767px) {
  main .accordionWrapper__item.withStatus {
    flex-wrap: wrap;
    padding: 0 70px 20px 20px;
  }
  main .accordionWrapper__item.withStatus .accordionWrapper__item__header__icon {
    width: 23px;
    top: 25px;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }
}
main .accordionWrapper__item.withStatus .accordionWrapper__item__header__icon {
  display: none;
}
main .accordionWrapper__item.withStatus.collapsed {
  padding-bottom: 0;
}
main .accordionWrapper__item.withStatus.collapsed .accordionWrapper__item__header__icon {
  display: block;
  position: absolute;
  left: 20px;
}
@media screen and (min-width: 768px) {
  main .accordionWrapper__item.withStatus.collapsed .accordionWrapper__item__header__icon {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
main .accordionWrapper__item.withStatus.collapsed .accordionWrapper__item__header a {
  padding: 0 18px;
}
main .accordionWrapper__item.withStatus.collapsed .accordionWrapper__item__left {
  display: none !important;
}
main .accordionWrapper__item.withStatus.collapsed.completed {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  main .accordionWrapper__item.withStatus.collapsed.completed {
    background-color: #f1f1f1;
  }
  main .accordionWrapper__item.withStatus.collapsed.completed .accordionWrapper__item__header {
    background-color: inherit;
  }
}
main .accordionWrapper__item.withStatus.completed .status-tag {
  background-color: #203963;
  color: #ffffff;
}
main .accordionWrapper__item.withStatus.completed .status-tag .no {
  display: none;
}
main .accordionWrapper__item.withStatus.completed .status-tag .done {
  display: block;
}
main .accordionWrapper__item.withStatus.active .status-tag {
  background-color: #f7941d;
}
main .accordionWrapper__item.withStatus .accordionWrapper__item__right {
  display: grid;
  align-items: center;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  width: 50%;
}
@media screen and (min-width: 768px) {
  main .accordionWrapper__item.withStatus .accordionWrapper__item__right {
    padding-left: 65px;
  }
}
@media screen and (max-width: 767px) {
  main .accordionWrapper__item.withStatus .accordionWrapper__item__right {
    width: 100%;
    border-bottom: 1px solid #f1f1f1;
  }
  main .accordionWrapper__item.withStatus .accordionWrapper__item__right .accordionWrapper__item__content {
    padding-right: 0;
  }
}
main .accordionWrapper__item.withStatus .accordionWrapper__item__center, main .accordionWrapper__item.withStatus .accordionWrapper__item__left {
  position: relative;
  flex: 1;
}
@media screen and (min-width: 1200px) {
  main .accordionWrapper__item.withStatus .accordionWrapper__item__center, main .accordionWrapper__item.withStatus .accordionWrapper__item__left {
    padding-right: 85px;
  }
}
@media screen and (min-width: 768px) {
  main .accordionWrapper__item.withStatus .accordionWrapper__item__center.hasborder::after, main .accordionWrapper__item.withStatus .accordionWrapper__item__left.hasborder::after {
    content: "";
    width: 1px;
    height: 60%;
    top: 20%;
    background-color: #dfdfdf;
    position: absolute;
    right: 0;
  }
}
main .accordionWrapper__item.withStatus .accordionWrapper__item__center img, main .accordionWrapper__item.withStatus .accordionWrapper__item__left img {
  margin-left: 23px;
}
@media screen and (max-width: 767px) {
  main .accordionWrapper__item.withStatus .accordionWrapper__item__center img, main .accordionWrapper__item.withStatus .accordionWrapper__item__left img {
    width: 23px;
  }
}
main .accordionWrapper__item.withStatus .accordionWrapper__item__center span, main .accordionWrapper__item.withStatus .accordionWrapper__item__left span {
  font-size: 30px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  main .accordionWrapper__item.withStatus .accordionWrapper__item__center span, main .accordionWrapper__item.withStatus .accordionWrapper__item__left span {
    font-size: 16px;
    line-height: 18px;
  }
}
main .accordionWrapper__item.withStatus .status-tag {
  position: absolute;
  width: 80px;
  height: 100%;
  background-color: #f1f1f1;
  right: 0;
  text-align: center;
  display: grid;
  align-items: center;
  color: #203963;
}
@media screen and (max-width: 767px) {
  main .accordionWrapper__item.withStatus .status-tag {
    width: 50px;
  }
}
main .accordionWrapper__item.withStatus .status-tag .done {
  display: none;
}
main .accordionWrapper__item.withStatus .status-tag .no {
  font-size: 36px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  main .accordionWrapper__item.withStatus .status-tag .no {
    font-size: 18px;
  }
}
main .accordionWrapper__item:nth-last-child(n+2) {
  margin-bottom: 10px;
}
main .accordionWrapper__item__content {
  font-size: 18px;
  line-height: 24px;
  color: #1b335a;
  font-weight: 300;
  padding-top: 0;
}
main .accordionWrapper__item__header {
  background-color: #ffffff;
  padding: 0;
  border: 0;
  cursor: pointer;
}
main .accordionWrapper__item__header h2 {
  padding: 24px 18px 10px 18px;
  display: block;
  font-size: 30px;
  line-height: 34px;
  font-weight: 700;
  color: #1b335a;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  main .accordionWrapper__item__header a {
    font-size: 24px;
  }
}
main .accordionWrapper__item__header a .add {
  display: none;
}
main .accordionWrapper__item__header a.collapsed .add {
  display: block;
}
main .accordionWrapper__item__header a.collapsed .remove {
  display: none;
}
main .tabsection__content .articlesWrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1%;
}
main .tabsection__content .articlesWrapper__item {
  margin: 1%;
}
@media screen and (min-width: 1200px) {
  main .tabsection__content .articlesWrapper__item {
    max-width: 23%;
    min-width: 23%;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  main .tabsection__content .articlesWrapper__item {
    max-width: 31%;
    min-width: 31%;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  main .tabsection__content .articlesWrapper__item {
    max-width: 48%;
    min-width: 48%;
  }
}
main .tabsection__tabs {
  background-color: #ffffff;
  z-index: 111;
  padding: 32px 0;
}
@media screen and (min-width: 1200px) {
  main .tabsection__tabs {
    position: sticky;
    top: 110px;
  }
}
main .tabsection__tabs.darkHeader {
  background-color: #f1f1f1;
}
main .tabsection__tabs.darkHeader a {
  background-color: #ffffff;
}
main .tabsection__tabs__flex {
  display: flex;
}
@media screen and (max-width: 1199px) {
  main .tabsection__tabs__flex {
    flex-direction: column;
  }
  main .tabsection__tabs__flex__search {
    max-width: 100% !important;
    width: 100%;
    margin-top: 20px;
  }
  main .tabsection__tabs__flex__search input {
    padding: 10px !important;
  }
}
main .tabsection__tabs__flex__search {
  position: relative;
  padding-right: 13px;
  flex: 1;
  max-width: 385px;
  margin-right: auto;
}
main .tabsection__tabs__flex__search__icon {
  position: absolute;
  left: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
main .tabsection__tabs__flex__search input {
  width: 100%;
  height: 100%;
  border: 1px solid rgba(32, 57, 99, 0.15);
  border-radius: 3px;
  padding: 0 20px 0 60px;
  font-size: 24px;
  line-height: 1;
  color: #1b335a;
  font-weight: 300;
  outline: none;
}
main .tabsection__tabs__flex__search input::placeholder {
  color: #1b335a !important;
  opacity: 1;
  /* Firefox */
}
main .tabsection__tabs__flex__search input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #1b335a !important;
}
main .tabsection__tabs__flex__search input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #1b335a !important;
}
main .tabsection__tabs .nav-tabs {
  border: 0;
}
@media screen and (max-width: 1199px) {
  main .tabsection__tabs .nav-tabs li {
    margin-bottom: 20px;
  }
  main .tabsection__tabs .nav-tabs li a::before {
    opacity: 0;
  }
}
main .tabsection__tabs .nav-tabs li:nth-child(n+2) {
  margin-right: 13px;
}
main .tabsection__tabs a {
  background-color: #f1f1f1;
  color: #203963 !important;
  font-size: 24px;
  font-weight: 300 !important;
  border: 0 !important;
  padding: 16px 32px;
  line-height: 1;
  position: relative;
}
@media screen and (min-width: 1200px) and (max-width: 1629px) {
  main .tabsection__tabs a {
    font-size: 18px;
    padding: 12px 24px;
  }
}
main .tabsection__tabs a.active {
  background-color: #f7941d !important;
  font-weight: 700;
}
main .tabsection__tabs a.active::before {
  content: "";
  width: 0;
  height: 0;
  border-bottom: 13px solid transparent;
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
  border-top: 13px solid #f7941d;
  position: absolute;
  bottom: -26px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.owl-carousel {
  direction: ltr;
}

::placeholder {
  color: #ffffff !important;
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #ffffff !important;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #ffffff !important;
}

.articlesWrapper__item {
  text-align: right;
  color: #1b335a;
  position: relative;
}
.articlesWrapper__item__entitleBtn {
  background-color: transparent;
  border: 1px solid #ffffff;
  border-radius: 30px;
  line-height: 1;
  padding: 15px 25px;
  font-size: 16px;
  color: #ffffff;
  position: absolute;
  top: 20px;
  right: 20px;
}
.articlesWrapper__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 200px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
}
.articlesWrapper__item .card-title {
  font-size: 30px;
  line-height: 34px;
  font-weight: 700;
}
.articlesWrapper__item .date {
  font-size: 16px;
  line-height: 30px;
  font-weight: 300;
  margin-bottom: 12px;
  display: block;
}
.articlesWrapper__item .card-text {
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
}
.articlesWrapper__item .card-text a {
  font-weight: 700;
  font-size: 16px;
  color: inherit;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidebar {
    padding-top: 15px;
  }

  .sidebar a {
    font-size: 18px;
  }
}
@media screen and (min-width: 1630px) {
  .container {
    max-width: 1600px;
  }
}
@media screen and (max-width: 991px) {
  .container {
    max-width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .hideDestop {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .hideMobile {
    display: none;
  }
}

.alertSection .alerts .alerts__alert {
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 0 3px 1px #dddddd;
  margin-bottom: 30px;
}
@media screen and (max-width: 1199px) {
  .alertSection .alerts .alerts__alert {
    align-items: flex-start;
  }
}
.alertSection .alerts .alerts__alert__info, .alertSection .alerts .alerts__alert__dismiss {
  width: 110px;
}
@media screen and (max-width: 1199px) {
  .alertSection .alerts .alerts__alert__info, .alertSection .alerts .alerts__alert__dismiss {
    width: 50px;
  }
}
.alertSection .alerts .alerts__alert.alerts__dark {
  background-color: #203963;
  align-items: flex-start;
}
.alertSection .alerts .alerts__alert.alerts__dark .alerts__alert__content {
  color: #ffffff;
  font-size: 24px;
  padding: 0 200px;
}
@media screen and (max-width: 1199px) {
  .alertSection .alerts .alerts__alert.alerts__dark .alerts__alert__content {
    padding: 0;
    font-size: 16px;
    line-height: 20px;
  }
}
.alertSection .alerts .alerts__alert.alerts__dark .alerts__alert__content__title {
  color: #f7941d;
  font-size: 30px;
}
@media screen and (max-width: 1199px) {
  .alertSection .alerts .alerts__alert.alerts__dark .alerts__alert__content__title {
    font-size: 18px;
    line-height: 21px;
  }
}
.alertSection .alerts .alerts__alert.alerts__dark .alerts__alert__dismiss {
  text-align: left;
}
.alertSection .alerts .alerts__alert__content {
  flex: 1;
  color: #203963;
  font-size: 30px;
  line-height: 45px;
}
@media screen and (max-width: 1199px) {
  .alertSection .alerts .alerts__alert__content {
    font-size: 18px;
    line-height: 1.5;
    text-align: center !important;
  }
}
.alertSection .alerts .alerts__alert__content__title {
  font-size: inherit;
  font-weight: bold;
  margin: 0;
}
.alertSection .alerts .alerts__alert__content__desc {
  font-weight: 300;
  margin: 0;
}
.alertSection .alerts .alerts__alert__content__desc img {
  margin-left: 5px;
  width: 18px;
}

.statusFlex {
  display: flex;
}
@media screen and (max-width: 1199px) {
  .statusFlex {
    flex-direction: column-reverse;
  }
}
.statusFlex__left {
  width: 382px;
  padding-right: 30px;
}
@media screen and (max-width: 1199px) {
  .statusFlex__left {
    width: 100%;
    padding-right: 0px;
    margin-bottom: 30px;
  }
}
.statusFlex__left .status-card {
  box-shadow: 0 0 5px 3px rgba(19, 16, 16, 0.1);
  border: 0;
}
.statusFlex__left .status-card .card-header {
  color: #203963;
  font-size: 36px;
  line-height: 38px;
  padding: 28px;
  text-align: center;
  font-weight: bold;
  border: 0;
}
.statusFlex__left .status-card .card-body {
  padding: 24px;
}
.statusFlex__left .status-card .card-body .status-card-box {
  padding: 20px 0;
  position: relative;
}
.statusFlex__left .status-card .card-body .status-card-box__inner {
  height: 254px;
  overflow-y: hidden;
}
.statusFlex__left .status-card .card-body .status-card-box__btn {
  position: absolute;
  right: 39px;
}
.statusFlex__left .status-card .card-body .status-card-box__btn.top {
  top: -10px;
}
.statusFlex__left .status-card .card-body .status-card-box__btn.bottom {
  bottom: -10px;
}
.statusFlex__left .status-card .card-body .status-card-box ul {
  padding: 0;
}
.statusFlex__left .status-card .card-body .status-card-box ul li {
  list-style: none;
  text-align: center;
  display: flex;
  justify-content: right;
  align-items: center;
  position: relative;
  padding-top: 20px;
}
.statusFlex__left .status-card .card-body .status-card-box ul li::after {
  content: "";
  position: absolute;
  right: 50px;
  width: 10px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.03);
  top: 0;
}
.statusFlex__left .status-card .card-body .status-card-box ul li:first-child::after {
  border-radius: 10px 10px 0 0;
}
.statusFlex__left .status-card .card-body .status-card-box ul li:last-child {
  padding-bottom: 20px;
}
.statusFlex__left .status-card .card-body .status-card-box ul li:last-child::before {
  content: "";
  position: absolute;
  right: 50px;
  width: 10px;
  height: 20px;
  background-color: rgba(0, 0, 0, 0.03);
  bottom: 0;
  border-radius: 0 0 10px 10px;
}
.statusFlex__left .status-card .card-body .status-card-box ul li.completed span.year {
  background-color: #203963;
  color: #ffffff;
}
.statusFlex__left .status-card .card-body .status-card-box ul li.completed::after {
  background-color: #203963;
}
.statusFlex__left .status-card .card-body .status-card-box ul li.active span.year {
  background-color: #f7941d;
}
.statusFlex__left .status-card .card-body .status-card-box ul li.active::after {
  background-color: #203963;
}
.statusFlex__left .status-card .card-body .status-card-box ul li span {
  position: relative;
  z-index: 1;
  color: #203963;
  font-size: 18px;
  line-height: 20px;
  font-weight: 300;
}
.statusFlex__left .status-card .card-body .status-card-box ul li span.year {
  background-color: #ffffff;
  color: #203963;
  font-size: 24px;
  line-height: 18px;
  text-align: center;
  padding: 16px 25px;
  border-radius: 40px;
  border: 4px solid rgba(0, 0, 0, 0.03);
  font-weight: bold;
  margin-left: 22px;
}
.statusFlex__left .status-card .card-body .status-card-box ul li span img {
  margin-right: 5px;
}
.statusFlex__right {
  flex: 1;
}

.btn__transparent {
  background-color: transparent;
  border: 0;
  outline: none !important;
}

.statusModal-open #statusModal {
  display: flex !important;
}

#statusModal {
  align-items: center;
  z-index: 111111;
}
#statusModal .modal-header {
  border: 0;
  flex-direction: row-reverse;
}
#statusModal .modal-header .close {
  margin: -1rem;
}
#statusModal .modal-content {
  border-radius: 0;
}
#statusModal .statusModal-content {
  text-align: center;
  color: #203963;
}
#statusModal .statusModal-content .infoIcon {
  margin: 0 auto;
}
#statusModal .statusModal-content__title {
  font-weight: bold;
  font-size: 48px;
  line-height: 45px;
  margin: 10px 0;
}
#statusModal .statusModal-content__subtitle {
  font-size: 24px;
  line-height: 36px;
  font-weight: 600;
}
#statusModal .statusModal-content p {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 0;
}
#statusModal .statusModal-content__details {
  font-size: 18px;
  line-height: 48px;
  font-weight: bold;
}

.statusModal-open .modal-backdrop {
  background-image: url("./../taxtheme/images/imgpsh_fullsize_anim.gif");
  background-size: cover;
  opacity: 0.8;
}

.modal-backdrop.show {
  z-index: 11111;
}
@media screen and (max-width: 1199px) {
  .showDesktop {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .showMobile {
    display: none;
  }
}

/*Finance Page*/

.certificate-aside {
  padding: 40px 0;
}
.certificate-aside img {
  margin-bottom: 30px;
  width: auto;
  height: 150px;
}
main.finance .transparentWrapper.fragmented p.certificate-aside__title {
  margin: 0 0 15px 0;
  font-weight: 700 !important;
  font-size: 36px;
  line-height: 44px;
}
.certificate-aside p {
  font-weight: 300 !important;
  margin-bottom: 0;
}
@media screen and (min-width: 992px) {
  .certificate-aside p {
    max-width: 100% !important;
  }
}

@media screen and (max-width: 767px) {
  .transparentWrapper {
    padding: 50px 20px;
  }
}
.transparentWrapper.finance {
  background-image: url("./../taxtheme/images/multi-ethnic-group.jpg"), linear-gradient(to left, #203963, #203963);
  background-position: left;
}
.transparentWrapper.finance .finance-testimonial {
  align-items: flex-end;
}
@media screen and (min-width: 1200px) {
  .transparentWrapper.finance .finance-testimonial .owl-nav {
    width: 55%;
  }
}
.transparentWrapper.finance .finance-testimonial__content {
  max-width: 100%;
}
.transparentWrapper.finance .finance-testimonial__content__slider__slide {
  text-align: right;
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 1199px) {
  .transparentWrapper.finance .finance-testimonial__content__slider__slide {
    flex-direction: column-reverse;
    align-items: center;
  }
}
.transparentWrapper.finance .finance-testimonial__content__slider__slide p {
  font-size: 48px;
  font-weight: 600;
  font-style: italic;
}
@media screen and (max-width: 767px) {
  .transparentWrapper.finance .finance-testimonial__content__slider__slide p {
    font-size: 28px;
  }
}
.transparentWrapper.finance .finance-testimonial__content__slider__slide__links a {
  color: #f7941d;
  font-size: 22px;
  font-weight: 300;
  padding: 0 5px;
  line-height: 1;
}
.transparentWrapper.finance .finance-testimonial__content__slider__slide__links a:nth-last-child(n+2) {
  border-left: 2px solid #f7941d;
}
.transparentWrapper.finance .finance-details {
  padding-right: 40px;
  flex: 1;
}
.transparentWrapper.finance .finance-person {
  display: flex;
  align-items: flex-end;
  flex-direction: row-reverse;
  flex: 1;
}
.transparentWrapper.finance .finance-person__img {
  min-width: 350px;
  max-width: 350px;
  height: 350px;
  border-radius: 100%;
  overflow: hidden;
}
@media screen and (min-width: 1200px) and (max-width: 1624px) {
  .transparentWrapper.finance .finance-person__img {
    min-width: 200px;
    max-width: 200px;
    height: 200px;
  }
}
@media screen and (max-width: 767px) {
  .transparentWrapper.finance .finance-person__img {
    min-width: 100px;
    max-width: 100px;
    height: 100px;
  }
}
.transparentWrapper.finance .finance-person__img img {
  height: 100%;
}
.transparentWrapper.finance .finance-person__icon {
  font-size: 400px;
  color: #f7941d;
  font-weight: 800;
}
@media screen and (min-width: 1200px) and (max-width: 1624px) {
  .transparentWrapper.finance .finance-person__icon {
    font-size: 200px;
  }
}
@media screen and (max-width: 991px) {
  .transparentWrapper.finance .finance-person__icon {
    font-size: 200px;
  }
}
@media screen and (max-width: 767px) {
  .transparentWrapper.finance .finance-person__icon {
    font-size: 100px;
  }
}
.transparentWrapper.fragmented .fontb {
  color: #f7941d;
}
.transparentWrapper.fragmented p {
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
}
@media screen and (min-width: 992px) {
  .transparentWrapper.fragmented p {
    max-width: 80%;
    display: block;
    margin: 0 auto;
  }
}
main .singletile {
  display: block;
  margin-bottom: 100px;
}
main .singletile__item {
  display: flex;
}
@media screen and (max-width: 1199px) {
  main .singletile__item {
    flex-direction: column;
  }
}
main .singletile__item__img {
  flex: 1;
}
@media screen and (max-width: 1199px) {
  main .singletile__item__img {
    text-align: center;
  }
}
main .singletile__item__img img {
  position: relative;
  z-index: 11;
}
@media screen and (max-width: 1199px) {
  main .singletile__item__img img {
    max-width: 80%;
    bottom: -30px;
  }
}
@media screen and (min-width: 1200px) {
  main .singletile__item__img img {
    -webkit-transform: translate(40px, 40px);
    -moz-transform: translate(40px, 40px);
    -ms-transform: translate(40px, 40px);
    -o-transform: translate(40px, 40px);
    transform: translate(40px, 40px);
  }
}
main .singletile__item__content {
  flex: 1;
  background-color: #ffffff;
  position: relative;
  padding: 50px;
  text-align: right;
}
main .singletile__item__content__inner {
  font-weight: 300;
  font-size: 24px;
  line-height: 36px;
}
main .singletile__item__content__inner p span {
  background-image: url("./../taxtheme/images/spanbg.png");
  background-size: cover;
  background-position: left;
}
main .singletile__item__content::after {
  content: "";
  position: absolute;
  width: 150%;
  box-shadow: 0 0 6px 0 #cccccc;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 1199px) {
  main .singletile__item__content::after {
    width: 100%;
  }
}
main .products-group {
  display: flex;
  flex-wrap: wrap;
}
main .products-group__item {
  max-width: 25%;
  min-width: 25%;
  padding: 5px;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  main .products-group__item {
    max-width: 33.3%;
    min-width: 33.3%;
  }
}
@media screen and (max-width: 767px) {
  main .products-group__item {
    max-width: 50%;
    min-width: 50%;
  }
}
@media screen and (max-width: 480px) {
  main .products-group__item {
    max-width: 100%;
    min-width: 100%;
  }
}
main .products-group__item__inner {
  padding: 10px;
  background-color: #ffffff;
  box-shadow: 0 0 8px 0 #c5c5c5;
  color: #203963;
  font-weight: 300;
  font-size: 24px;
  line-height: 30px;
}
main .products-group__item__inner img {
  margin-bottom: 20px;
}
main .products-group__item__inner__title {
  font-weight: 700;
  font-size: 48px;
  line-height: 30px;
  margin-bottom: 0;
}
main .products-group__item__inner__title span {
  font-size: 18px;
}
main .innerpagetitle__heading {
  font-weight: 800;
}
main .innerpagetitle__desc {
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
}
@media screen and (min-width: 1199px) {
  main .innerpagetitle__desc {
    width: 80%;
    display: block;
    margin: 0 auto;
  }
}
main.finance .bannerSection {
  background-position: center;
  background-image: linear-gradient(to left, #203963, rgba(0, 255, 0, 0) 80%, transparent 0%), url("./../taxtheme/images/finance_banner.jpg");
}
/*# sourceMappingURL=style.css.map */