/* Montserrat Fonts */
@font-face {
  font-family: "montserratbold";
  src: url("../fonts/montserrat-bold-webfont.woff2") format("woff2"),
    url("../fonts/montserrat-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "montserratmedium";
  src: url("../fonts/montserrat-medium-webfont.woff2") format("woff2"),
    url("../fonts/montserrat-medium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "montserratregular";
  src: url("./fonts/montserrat-regular-webfont.woff2") format("woff2"),
    url("./fonts/montserrat-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "kadwabold";
  src: url("../fonts/kadwa-bold-webfont.woff2") format("woff2"),
    url("../fonts/kadwa-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

/* CSS Reset */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

* {
  box-sizing: border-box;
}

a:hover {
  text-decoration: none;
}
a:focus {
  outline: none;
  text-decoration: none;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  font-family: "Montserrat", sans-serif;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
  background-color: #f5f5f5;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Global CSS */

.form-title-color .custom-color {
  color: #000;
  margin-bottom: 40px;
}

.progress-list li:last-child.active .step-number::before {
  background-color: #00b950 !important;
  background-image: url(../icons/done-tick-white.png) !important;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #00b950;
  border: none;
  z-index: 999;
}

.progress-list li:last-child.active {
  color: #00b950;
}

/* Hidden Buttons */

/* .main-next{
    display: none;
} */

.back-next-wrap {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-bottom: 80px;
}

.opacity-none {
  opacity: 0;
  cursor: default;
}

.custom-prev {
  background-color: transparent;
  border: 1px solid #ff7f32;
  color: #ff7f32 !important;
}

.custom-prev:hover {
  background-color: #ff7f32;
  color: white !important;
}

.custom-next {
  background-color: #ff7f32;
  color: white !important;
}
.custom-next:hover {
  background-color: #fd690d;
  color: #fff;
}

.global-button {
  height: 52px;
  width: 146.19px;
  font-size: 18px;
  font-weight: 700;
  border-radius: 999px;
  text-decoration: none;
  line-height: normal;
  transition: all 200ms ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
}

.full-width > .download-pdf {
  height: 100%;
  width: 100%;
  padding: 9px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none !important;
}

.global-button:hover {
  text-decoration: none;
}
.global-button:focus {
  outline: none;
}

.back-next-wrap .global-button-next:hover {
  background-color: #fd690d;
}
.pdf-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}
.pdf-button:focus {
  color: white;
  background-color: #fd690d;
}
.purchase-button {
  display: inline-block;
  cursor: pointer;
}

.success-button-wrap .pdf-button img {
  margin: 0;
  margin-right: 10px;
}
.payment-secondary-button {
  font-size: 18px;
  font-weight: 700;
  color: #ff7f32;
  text-transform: capitalize;
  text-decoration: none;
  transition: all 100ms ease-in-out;
}
.payment-secondary-button:hover {
  color: #fd690d;
}
.payment-secondary-button:focus {
  color: #fd690d;
}
.success-button-wrap {
  display: inline-flex;
  flex-direction: column;
}
.main-content {
  margin-bottom: 24px;
}
#page {
  overflow-x: hidden;
  overflow-y: hidden;
}
.button-display-none::after {
  content: "";
  position: absolute;
  bottom: -690px;
  width: 999999px;
  left: 50%;
  transform: translateX(-50%);
  height: 480px;
  background-color: white;
  display: inline-flex;
  z-index: 99;
}

/* width */
.success-next .info-wi-m {
  padding: 50px 24px 78px 24px;
}
.info-wi-m p {
  width: 60%;
  margin: 0 auto;
}
/*---------------Custom CSS-------------*/

/* Header CSS */
.main-header {
  position: relative;
  background-color: #fff;
  box-shadow: 0px 5px 20px #00000014;
  margin-bottom: 22px;
}
.global-container {
  max-width: 1111px;
  margin: 0 auto;
}

.header-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.logo svg {
  margin-bottom: 20px;
  margin-top: 30px;
  width: 100%;
  height: 100%;
}

.header-content h1 {
  font-size: 50px;
  text-transform: uppercase;
  line-height: 61px;
  margin-bottom: 33px;
  font-weight: 700;
}

/* Progress Bar */
.progress-bar-wrapper {
  position: relative;
  margin-bottom: 48px;
}

.progress-list {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0px 5px 15px #00000014;
  padding: 35px 100px 37px 105px;
  color: #b9b9b9;
  font-weight: 400;
  text-transform: capitalize;
  margin-left: -67px;
  margin-right: -67px;
}
.progress-list li {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  font-size: 17px;
  padding-left: 67px;
  padding-right: 67px;
  white-space: nowrap;
  font-weight: 700;
}
.progress-list .step-number {
  font-family: "Kadwa", sans-serif;
  font-size: 20px;
  line-height: 40px;
  font-weight: 700;
  color: #333333;
  margin-bottom: 27px;
  position: relative;
  z-index: 999;
  padding: 11px 23px 9px 24px;
}
.progress-list .step-number::before {
  content: "";
  background-color: #f5f5f5;
  position: absolute;
  width: 59px;
  height: 60px;
  z-index: -1;
  right: 50%;
  transform: translate(50%, -50%);
  border: 2px solid #b9b9b9;
  border-radius: 999px;
  top: 50%;
}

/* When Done */

.done .step-number {
  color: transparent;
}

.done .step-number::before {
  background-image: url(../icons/done-tick-white.png);
  background-repeat: no-repeat;
  background-position: center;
  background-color: #00b950;
  border: none;
  z-index: 1;
}

.progress-list .step-number::after {
  content: "";
  background-color: #d6d6d6;
  position: absolute;
  height: 2px;
  width: 236px;
  top: 50%;
  z-index: -2;
}

.progress-list li:last-child .step-number::after {
  display: none;
}
/* Active State */

.progress-list li.active .step-number::before {
  background-color: #ff7f32;
  border: #ff7f32;
}

.progress-list li.active > .step-number {
  color: #fff;
}

.progress-list li.active {
  font-weight: 700;
  color: #ff7f32;
  cursor: pointer;
}

/* Main Content */

.form-inner-wrap {
  padding: 0 48px;
}

/* Form Title */
.form-title {
  font-weight: 700;
  position: relative;
}

.form-title h2 {
  font-size: 28px;
  text-transform: capitalize;
  font-weight: 700;
  color: #ff7f32;
  margin-bottom: 40px;
}
.form-title p {
  font-size: 18px;
  color: #333333;
  line-height: 28px;
  margin-bottom: 40px;
}

/* Welcome Screen */

/* .info-container {
    box-shadow: none;
    border: 1px solid #cccccc;
} */

.intro-wrap {
  color: #333333;
  font-size: 16px;
  line-height: 32px;
  text-align: left;
}

.welcome-title p {
  font-size: 17px;
  font-weight: normal;
}
.welcome-title b {
  color: #ff7f32;
}

.welcome-title p:last-child {
  margin-bottom: 55px;
}

.intro-wrap p:first-child {
  margin-bottom: 44px;
}
.intro-wrap p {
  margin-bottom: 40px;
}
.margin-none p {
  margin-bottom: 23px;
}

.intro-wrap h6 {
  font-weight: 700;
  margin-bottom: 16px;
  font-size: 18px;
}

.intro-wrap img {
  vertical-align: middle;
  margin: 0 8px;
  cursor: pointer;
}

/* Questions */
.radio-btn-wrap.que5d {
  display: block;
}
.question-wrap {
  position: relative;
  height: 100%;
  display: grid;
}

.question-container {
  padding: 36px 81px 39px 30px;
  background-color: #fff;
  box-shadow: 0 4px 9px rgb(0 0 0 / 5%);
  margin-bottom: 40px;
  border-radius: 3px;
}
.info-container {
  border: 1px solid #707070;
}

.question-common {
  position: relative;
  display: flex;
  font-weight: 700;
  font-size: 17px;
  margin-bottom: 30px;
  line-height: 28px;
}

.question-common span {
  text-transform: capitalize;
  margin-right: 12px;
}

/* Radio Buttons */

.radio-btn-wrap {
  display: flex;
  position: relative;
  margin-left: 46px;
  flex-wrap: wrap;
}

.radio-btn-container {
  display: block;
  position: relative;
  padding-left: 48px;
  cursor: pointer;
  font-size: 17px;
  font-weight: 700;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-right: 32px;
  margin-bottom: 20px;
}
.radio-btn-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  visibility: hidden;
}
.radio-btn-checkmark {
  position: absolute;
  top: -5px;
  left: 12px;
  height: 25px;
  width: 25px;
  background-color: #fff;
  border: 2px solid #cfccc9;
  border-radius: 50%;
}
.radio-btn-container:hover input ~ .radio-btn-checkmark {
  background-color: transparent;
  border: 2px solid #ff7f32;
}
.radio-btn-container input:checked ~ .radio-btn-checkmark {
  background-color: #fff;
  border: 2px solid #ff7f32;
}
.radio-btn-checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.radio-btn-container input:checked ~ .radio-btn-checkmark:after {
  display: block;
}
.radio-btn-container .radio-btn-checkmark:after {
  top: 3px;
  left: 3px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #ff7f32;
}

/* For Column */

.flex-column {
  flex-direction: column;
}
.flex-column .radio-btn-container {
  padding-bottom: 30px;
  line-height: normal;
}

/* Question Popup */

.popup {
  display: inline-block;
  position: absolute;
  top: 32px;
  right: 21px;
  background-color: #ff7f321a;
  border: 2px solid #ff7f32;
  border-radius: 4px;
  padding: 8px 12px;
}

/* Success Box */

.success-next {
  display: flex;
  justify-content: center;
}

.success-next-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background-color: #fff;
  padding: 50px 99px 52px 95px;
  border-radius: 6px;
  box-shadow: 0 5px 15px rgb(0 0 0 / 8%);
}

.success-next img {
  margin-bottom: 34px;
}

.success-next h3 {
  font-size: 26px;
  font-weight: 700;
  color: #333333;
  margin-bottom: 10px;
  text-transform: capitalize;
}

.success-next p {
  margin-bottom: 36px;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: normal;
  text-transform: initial;
  width: 80%;
}

.success-next .download-icon {
  margin: 0;
  margin-right: 8px;
}

/* Company Information Form */

.form-container {
  padding: 42px 77px 80px 48px;
}

.form-wrap-row {
  margin-bottom: 63px;
}
.form-wrap-row:last-child {
  margin-bottom: 0;
}

.form-column form {
  display: flex;
  flex-direction: column;
}

.form-column label {
  color: #333333;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 12px;
}

.form-column input {
  border: none;
  background-color: #f5f7f8;
  padding: 23px 0 !important;
  width: 100%;
  border-radius: 5px !important;
  outline: none;
}

.form-column input[placeholder] {
  padding-left: 20px !important;
  font-weight: 700;
  font-size: 16px;
  color: #333333;
}

/* Modal */

.info-modal-dialog {
  width: 963px;
}

.info-modal-content {
  box-shadow: none;
  border: 1px solid #707070;
}

.info-modal-header {
  padding: 27px 20px 26px 29px;
  background-color: #ff7f32;
  border-radius: 5px 5px 0 0;
  border-bottom: none;
  box-shadow: 0 4px 7px rgb(0 0 0 / 10%);
}

.info-modal-title {
  font-size: 22px;
  font-weight: 700;
  color: #fff;
}

.info-modal-body {
  padding: 28px 29px 0px 31px;
}

.info-modal-body p {
  margin-bottom: 52px;
  font-size: 16px;
  font-weight: 400;
  line-height: 35px;
}

.info-modal-body p:last-child {
  margin-bottom: 48px;
}

.align-center {
  margin: 0 auto;
  margin-bottom: 43px;
}

.info-modal-header .close-icon {
  margin-top: 2px;
  opacity: 0.6;
}

/* .info-modal-button-primary {
    display: block;
    margin: 0 auto;
    background: transparent;
    border: 1px solid #FF7F32;
    border-radius: 999px;
    padding: 15px 62px;
    color: #FF7F32;
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 43px;
} */

.msform fieldset:not(:first-of-type) {
  display: none;
}
/* li.active{background-color:#fff000;}.msform fieldset:not(:first-of-type){display:none;}
li.active{background-color:#fff000;} */

/* Pay an invoice page */

.form-wrap:first-child {
  margin-bottom: 64px;
}

.card {
  padding: 32%;
  background-color: #f5f7f8;
  border-radius: 8px;
}

.flex-end a.global-button {
  display: inline-block;
}

.flex-end {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: center;
}

.margin-top {
  margin-top: 64px;
}

.padding-none {
  padding: 0;
}

.invoice-popup {
  top: -16px;
  right: 0;
}

/* Engage Section */
.engage-inner {
  position: relative;
  height: 580px;
  overflow: auto;
}
.engage-inner p {
  margin-bottom: 26px;
  font-size: 16px;
  line-height: 32px;
}
.custom-btn-right {
  position: relative;
  display: flex;
  justify-content: flex-end;
}

/* Document Builder */
.document-custom-margin h2 {
  margin-bottom: 8px;
}

/* Purchase */

.purchase-wrap {
  width: 1081px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.purchase-container {
  padding: 40px 44px;
}

.payment-row {
  display: flex;
  margin-left: -44px;
  margin-right: -44px;
}
.payment-row-inner-wrap {
  display: flex;
  flex-direction: column;
}
.cards-blocks,
.pricing-block {
  padding-left: 44px;
  padding-right: 44px;
}

.cards-wrap {
  display: flex;
  margin-right: -10px;
  margin-left: -10px;
}
.card-common {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 10px;
  padding-right: 10px;
}
.card-common-inner-wrap {
  display: flex;
  align-items: center;
  width: 120px;
  height: 120px;
  background-color: #f5f7f8;
  justify-content: center;
  text-align: center;
  border-radius: 5px;
  transition: all 100ms ease-in-out;
  cursor: pointer;
}
.card-common-inner-wrap:hover {
  background-color: #ececec;
}
.card-logo {
  margin-top: -28px;
}
.card-name {
  position: absolute;
  bottom: 16px;
  font-size: 14px;
  font-weight: 500;
}

/* Pricing */
.pricing-block-inner-wrap {
  padding: 40px 0 25px 0;
  background-color: transparent;
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.pricing-info,
.pricing-title {
  width: max-content;
  text-align: left;
  margin-bottom: 20px;
}

.pricing-title h4 {
  font-weight: 700;
  line-height: normal;
  font-size: 20px;
}

.pricing-info {
  display: flex;
  background-color: #f5f7f8;
  border-radius: 6px;
  padding: 20px;
  align-items: center;
  justify-content: center;
}
.info-title,
.info-price {
  margin-right: 40px;
}
.info-price {
  margin-right: 26px;
}
.info-title h4,
.info-price h4 {
  font-weight: 700;
  line-height: normal;
  color: #333333;
  margin-bottom: 16px;
  white-space: nowrap;
}
.info-title h4:last-child,
.info-price h4:last-child {
  margin-bottom: 0;
}

/* 21-05-2021 */
.custom-checkbox {
  margin-right: 20px;
}
.custom-checkbox input[type="checkbox"] {
  position: absolute;
  padding-right: 30px;
  display: inline-block;
  opacity: 0;
  left: 0px;
  visibility: hidden;
}
.custom-checkbox label {
  font-weight: 400;
  padding-left: 40px;
  position: relative;
  cursor: pointer;
  display: inline;
}
.custom-checkbox label:before {
  content: "";
  position: absolute;
  border: 2px solid #ff7f32;
  display: inline-block;
  height: 23px;
  width: 23px;
  left: 0;
  border-radius: 5px;
  background-color: #ffffff;
  top: 0;
  margin-top: -4px;
}
.custom-checkbox input[type="checkbox"] + label:after {
  content: "";
  left: 8px;
  top: 0px;
  width: 8px;
  height: 11px;
  border: solid #ff7f32;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  opacity: 0;
}
.custom-checkbox input[type="checkbox"]:checked + label:after {
  opacity: 1;
}
.privacy-terms-checkbox {
  display: flex;
  margin-block-end: 40px;
  position: relative;
}
.document-builder .form-column input[placeholder] {
  text-transform: capitalize;
}
.radio-btn-container .radio-btn-checkmark:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: -183px;
  bottom: 0;
}
.alert-message {
  background-color: transparent;
  font-weight: 700;
  color: #ffffff;
  padding: 10px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 23px;
  text-transform: lowercase;
  margin-bottom: 20px;
}
.alert-message .global-button {
  width: 192.19px;
  font-size: 18px;
  font-weight: 700;
  border-radius: 999px;
  text-decoration: none;
  line-height: normal;
  transition: all 200ms ease-in-out;
  display: inline-block;
  text-transform: capitalize;
}
.display-fix .global-button {
  display: flex;
  width: 146.19px;
}

.wid {
  display: inline-block;
}

/* 02-06-2021 */
.done.step-clicked .step-number::before {
  background-color: #ff7f32;
}
.progress-list li.step-clicked {
  font-weight: 700;
  color: #ff7f32;
}
.progress-list li.done {
  cursor: pointer;
}
.privacy-terms-checkbox .tooltip.top {
  margin: 0px;
  padding: 0px;
  top: 20px !important;
  left: 40px !important;
}

.progress-list li.done[data-tab="step_5"] img {
  opacity: 0;
}

/* button csss */

a#addMore {
	width: 118px;
	position: absolute;
	top: 45px;
	left: 95%;
	margin-left: 20px;
	background-color: transparent;
	border: 1px solid #ff7f32;
	color: #ff7f32;
	border-radius: 20px;
	padding: 8px 20px 8px 20px;
	transition: all 0.3s ease;
	cursor: pointer;
	font-weight: 700;
	outline: none;
	min-width: 130px;
	text-align: center;
}

a#addMore:hover, a#addMore:focus {
  background-color: #ff7f32;
  color: #ffffff;
}


a.removeDir {
	position: absolute;
	top: 20px;
	left: 100%;
	margin-left: 20px;
	background-color: transparent;
	border: 1px solid #ff0000;
	color: #ff0000;
	border-radius: 20px;
	padding: 8px 20px 8px 20px;
	transition: all 0.3s ease;
	cursor: pointer;
	font-weight: 700;
	outline: none;
	min-width: 130px;
	text-align: center;
}


.dir-wap {
  position: relative;
}

a.removeDir:hover, a.removeDir:focus {
  background-color: #ff0000;
  color: #ffffff;
}



/* ------------------------------------------------------------------------------------------ */

/* Responsive Views */

@media only screen and (max-width: 992px) {
  .progress-list {
    padding: 35px 71px;
  }

  .info-modal-dialog {
    width: 100%;
    padding: 4%;
    margin: 0 auto;
  }

  .success-next-wrap {
    margin-bottom: 104px;
  }
}

@media only screen and (max-width: 768px) {
  .progress-list .step-number::after {
    content: "";
    background-color: #d6d6d6;
    position: absolute;
    height: 2px;
    width: 180px;
    top: 50%;
    z-index: -2;
  }

  .progress-list {
    padding: 35px 40px;
  }

  .form-column input[placeholder] {
    padding-left: 20px;
    font-weight: 700;
    font-size: 14px;
    color: #333333;
  }
}

@media only screen and (max-width: 540px) {
  .form-inner-wrap {
    padding: 0 5%;
  }

  .header-content h1 {
    font-size: 32px;
    text-transform: uppercase;
    line-height: 61px;
    margin-bottom: 33px;
    font-weight: 700;
  }

  .progress-list {
    padding: 35px 4%;
  }

  .progress-list li {
    font-size: 14px;
  }

  .progress-list .step-number::before {
    width: 48px;
    height: 48px;
  }
  .progress-list .step-number::after {
    width: 120px;
  }

  .form-title h2 {
    font-size: 24px;
    margin-bottom: 40px;
  }
  .form-title p {
    font-size: 16px;
  }
  .popup {
    top: 20px;
    right: 18px;
    padding: 5px 10px;
  }
  .question-common,
  .radio-btn-container {
    font-size: 16px;
  }

  .question-common {
    margin-bottom: 44px;
  }

  .form-column {
    margin-bottom: 32px;
  }

  .form-wrap-row {
    margin-bottom: 0;
  }

  .form-container {
    padding: 42px;
  }

  .col-sm-3 {
    padding: 0;
  }
}

@media only screen and (max-width: 480px) {
  .progress-list li {
    font-size: 12px;
  }

  .form-title h2 {
    font-size: 22px;
    margin-bottom: 32px;
  }
}

.tooltip {
  max-width: 170px;
  width: 170px;
  left: 14px !important;
  top: 34px !important;
}

.tooltip-inner {
  max-width: 560px;
  width: 100%;
  color: #721c24;
  background-color: #f8d7da;
}

.tooltip-arrow {
  display: none;
}

.block {
  display: block !important;
  opacity: 1 !important;
}


@media(max-width:767px){
  .progress-list li {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 15px;
}
.progress-list {
  margin-left: 0;
  margin-right: 0;
  padding: 35px 0px;
  flex-wrap: wrap;
}
.progress-list .step-number::after {
  display: none;
}
.progress-list .step-number {
  margin: 0;
}
.main-header .header-content h1 {
  font-size: 30px;
  line-height: 43px;
  text-align: center;
}
}