@charset "UTF-8";
h1, h2, h3, h4, h5, table, li, ul, form-group, td, card, card-body, row, input {
  font-family: "DM Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-weight: normal !important;
}
p {
  font-family: "DM Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-weight: normal;
  font-size: 16px;
}
a {
  font-family: "DM Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-weight: 600;
  color: #c8102e !important;
}
a:hover {
  color: #332f2f !important;
}
#header[data-transparent="true"] + .inspiro-slider, #header[data-transparent="true"] + #slider {
  min-height: 500px;
}
.choosesection {
  padding: 0px 100px 20px 100px;
  margin-top: -50px;
}
.flexer, .progress-indicator {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex
}
.no-flexer, .progress-indicator.stacked {
  display: block
}
.no-flexer-element {
  -ms-flex: 0;
  -webkit-flex: 0;
  -moz-flex: 0;
  flex: 0
}
.flexer-element, .progress-indicator > li {
  -ms-flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  flex: 1
}
.progress-indicator {
  border-radius: 15px;
  margin: -20px 0 15px 0;
  padding: 25px 0 12px 0;
  font-size: 100%;
  border: none;
  z-index: 5;
  text-transform: uppercase
}
.progress-indicator > li {
  list-style: none;
  text-align: center;
  width: auto;
  padding: 0;
  margin: 0;
  position: relative;
  text-overflow: ellipsis;
  color: #bbb;
  z-index: 5;
  display: block;
}
.progress-indicator > li:hover {
  color: #d2d2d2
}
.progress-indicator > li.completed, .progress-indicator > li.completed .bubble {
  color: #9f1a2e
}
.progress-indicator > li .bubble {
  font-size: 30px;
  padding: 13px;
  font-weight: 800;
  border-radius: 1000px;
  width: 50px;
  height: 50px;
  background-color: #d2d2d2;
  display: block;
  margin: 0 auto .5em;
  border-bottom: 1px solid #d2d2d2;
  z-index: 5;
}
.progress-indicator > li .bubble:after, .progress-indicator > li .bubble:before {
  display: block;
  position: absolute;
  top: 12px;
  width: 100%;
  height: 3px;
  content: '';
  background-color: #d2d2d2;
  z-index: -1
}
.progress-indicator > li.completed .bubble, .progress-indicator > li.completed .bubble:after, .progress-indicator > li.completed .bubble:before {
  background-color: #9f1a2e;
  border-color: #9f1a2e;
}
.progress-indicator > li .bubble:before {
  top: 35%;
  height: 8px;
  left: 0
}
.progress-indicator > li .bubble:after {
  top: 35%;
  height: 8px;
  right: 0
}
.progress-indicator > li:first-child .bubble:after, .progress-indicator > li:first-child .bubble:before {
  top: 35%;
  height: 8px;
  width: 50%;
  margin-left: 50%
}
.progress-indicator > li:last-child .bubble:after, .progress-indicator > li:last-child .bubble:before {
  top: 35%;
  height: 8px;
  width: 50%;
  margin-right: 50%
}
.progress-indicator > li.active, .progress-indicator > li.active .bubble {
  color: #d2d2d2
}
.progress-indicator > li.active .bubble, .progress-indicator > li.active .bubble:after, .progress-indicator > li.active .bubble:before {
  background-color: #d2d2d2;
  border-color: #d2d2d2
}
.progress-indicator > li a:hover .bubble, .progress-indicator > li a:hover .bubble:after, .progress-indicator > li a:hover .bubble:before {
  background-color: #d2d2d2;
  border-color: #d2d2d2
}
.progress-indicator > li a:hover .bubble {
  color: #d2d2d2
}
.progress-indicator > li.danger .bubble, .progress-indicator > li.danger .bubble:after, .progress-indicator > li.danger .bubble:before {
  background-color: #d2d2d2;
  border-color: #d2d2d2
}
.progress-indicator > li.danger .bubble {
  color: #d2d2d2
}
.progress-indicator > li.warning .bubble, .progress-indicator > li.warning .bubble:after, .progress-indicator > li.warning .bubble:before {
  background-color: #d2d2d2;
  border-color: #d2d2d2;
}
.progress-indicator > li.warning .bubble {
  color: #d2d2d2
}
.progress-indicator > li.info .bubble, .progress-indicator > li.info .bubble:after, .progress-indicator > li.info .bubble:before {
  background-color: #d2d2d2;
  border-color: #d2d2d2
}
.progress-indicator > li.info .bubble {
  color: #d2d2d2
}
.progress-indicator.stacked > li {
  text-indent: -10px;
  text-align: center;
  display: block
}
.progress-indicator.stacked > li .bubble:after, .progress-indicator.stacked > li .bubble:before {
  left: 50%;
  margin-left: -1.5px;
  width: 3px;
  height: 100%
}
.progress-indicator.stacked .stacked-text {
  position: relative;
  z-index: 10;
  top: 0;
  margin-left: 60% !important;
  width: 45% !important;
  display: inline-block;
  text-align: left;
  line-height: 1.2em
}
.progress-indicator.stacked > li a {
  border: none
}
.progress-indicator.stacked.nocenter > li .bubble {
  margin-left: 0;
  margin-right: 0
}
.progress-indicator.stacked.nocenter > li .bubble:after, .progress-indicator.stacked.nocenter > li .bubble:before {
  left: 10px
}
.progress-indicator.stacked.nocenter .stacked-text {
  width: auto !important;
  display: block;
  margin-left: 40px !important
}
.card {
  border-radius: 25px !important;
  border: none;
}
.card-body {
  padding: 2em;
}
.bubbletext {
  padding-top: 3px;
  color: #FFF !important;
}
.alert.alert-info {
  background-color: #9f1a2e !important;
  border-color: #9f1a2e !important;
}
.alert {
  z-index: 55 !important;
}
@media handheld, screen and (max-width:400px) {
  .progress-indicator {
    font-size: 60%
  }
}
#error-msg {
  color: #EA4335;
}
#valid-msg {
  color: #34A853;
}
body {
  color: #191919 !important;
  font-family: "DM Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
}
[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
  cursor: pointer;
  z-index: 4;
}
.alert-danger {
  color: #0700bc !important;
  background-color: #EAF1FE !important;
  border-color: #EAF1FE !important;
}
.kmmalta-pic-bg img {
  width: 500px;
  padding: 0 20px 0 0;
}
.kmmalta-pic-bg {
  padding: 20px;
}
.form-apply-button a:hover {
  color: #a1cdec !important
}
.form-control {
  border: 1px solid #989898 !important;
  height: calc(1.5em + .75rem + 12px)
}
.float_center > .child {
  position: relative
}
.clear {
  clear: both
}
.section-bg-light-grey-kmmalta {
  background-position: top right;
  background-color: #fff !important;
  margin: 0;
  padding: 0
}
.section-bg-kmmalta-home {
  background: url(../images/kmmalta-home-bg.jpg) no-repeat;
  background-size: cover;
  background-position: bottom;
  min-height: 450px;
  background-color: #FFF !important;
  width: 100%;
  margin: 0;
  padding: 40px 0 0
}
.section-bg-kmmalta-success {
  background: url(../images/kmmalta-home-bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 270px;
  background-color: #FFF !important;
  width: 100%;
  margin: 0;
  padding: 20px 0 0
}
.section-bg-kmmalta-faq {
  background: url(../images/faq_background.jpg) no-repeat;
  background-size: cover;
  background-position: bottom;
  min-height: 380px;
  width: 100%;
  margin: 0;
  padding: 10px 0 100px;
}
.header-txt-kmmalta {
  font-family: "DM Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  max-width: 75%;
  margin: 0 auto;
  margin-top: -20px;
  padding: 20px;
  color: #FFF;
  font-size: 34px;
  line-height: 1.2
}
.column-middle-title-silver {
  color: #66676a;
  font-family: "DM Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 24px;
  padding-bottom: 25px
}
.column-middle-title-gold {
  color: #8d7138;
  font-family: "DM Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 24px;
  padding-bottom: 25px
}
.column-middle-title-platinum {
  color: #29324a;
  font-family: "DM Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 24px;
  padding-bottom: 25px
}
.main-txt-kmmalta {
  width: 420px;
  margin-top: -50px;
  padding-top: 0px;
  text-shadow: 3px 3px 2px rgba(0, 0, 0, 0.19);
  font-family: "DM Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: left;
  font-weight: 700;
  word-spacing: 1.5px;
  color: #FFF;
  font-size: 40px;
  line-height: 1.2
}
.faq-txt-kmmalta {
  font-family: "DM Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 100px 0 0 0;
  text-align: center;
  color: #FFF;
  font-weight: 600;
  font-size: 35px;
  line-height: 1.2
}
.termsinside {
  font-family: "DM Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  padding-top: 20px;
}
.faqinside {
  font-family: "DM Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  padding-top: 40px;
}
.formtitle {
  font-family: "DM Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #30302f;
  text-align: center;
  font-weight: 600;
  padding: 40px 0px 10px 0;
  font-size: 34px;
  line-height: 38px
}
.formtitle-body {
  font-family: "DM Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #30302f;
  text-align: center;
  max-width: 80%;
  margin: 0 auto;
  font-weight: 400;
  padding: 20px 0px 30px 0;
  font-size: 24px;
  line-height: 32px
}
.loyaltyrow {
  width: 81%;
  margin: 0 auto;
}
.grid-3-columns { width: 33.333333333%; }
.loyaltyoption {
  margin:40px 10px 0 10px;
  text-align: center;
  padding: 0px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0px 5px 11px 0px rgba(0,0,0,0.15);
-webkit-box-shadow: 0px 5px 11px 0px rgba(0,0,0,0.15);
-moz-box-shadow: 0px 5px 11px 0px rgba(0,0,0,0.15);
}
.loyaltyheader {
  background-color: #f1f1ec;
}
.loyaltytext {
  font-size:18px;
  padding: 10px 0;
}
.km-listings {
  margin: 0 auto;
  max-width: 480px;
  position: relative;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
}
.km-listings ul li {
  list-style: none;
}
.km-listings ul {
  margin-top: 20px;
}
.km-listings li img {
  margin-right: 10px;
}
.striped-table table {
  width: 100%;
  margin-top: 50px;
  margin-bottom: 100px;
}
.striped-table table td, .striped-table table th {
  padding: 16px 28px;
  text-align: center
}
.striped-table table td:first-child, .striped-table table th:first-child {
  text-align: left
}
.striped-table table th {
  font-size: 20px;
  font-weight: 500;
  line-height: 24px
}
.striped-table table td {
  font-size: 16px;
  font-weight: 400;
  line-height: 25px
}
.white-bg {
  background-color: #FFF
}
.formtitle2 {
  font-family: "DM Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #30302f;
  text-align: center;
  font-weight: 600;
  padding: 60px 0px 10px 0;
  font-size: 34px;
  line-height: 38px
}
.sitetitle {
  font-family: "DM Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #373737;
  font-size: 34px;
  line-height: 38px
}
.formtitlehome {
  font-family: "DM Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #300b5c;
  text-align: center;
  padding: 80px 20px 10px 20px;
  font-size: 34px;
  line-height: 30px
}
.cccardsection {
  border-radius: 15px;
  background-color: #f6f6f6;
  padding: 20px;

}
.cccardsection h3 {
  line-height: 30px;
}
.input-group > .form-control:not(:last-child) {
  border-radius: 0px !important;
}
input::placeholder {
  color: #747474 !important;
}
.formcolumn {
  float: left;
  width: 50%;
  padding: 10px
}
.formcolumnsub {
  float: left;
  width: 50%;
  padding: 10px
}
.formcolumnsub.showmobile {
  display: none;
}
.column-middle-title {
  font-family: "DM Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 38px;
  color: #142228;
  padding-bottom: 50px;
}
.formcolumnbgsub .sectionimage img {
  width: 100%
}
.column-middle-text {
  text-align: left;
  font-size: 22px;
  padding: 50px 40px;
  width: 100%;
  line-height: 1.5
}
.formcolumnbg {
  border-radius: 15px;
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  background-color: #fff
}
.formcolumnbgsub {
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 20px 40px 20px 40px;
  background-color: #FFF;
  border-radius: 15px;
}
.form-item-1 {
  margin-top: 50px;
  padding: 0;
  text-align: left;
  font-family: "DM Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #300b5c;
  font-size: 22px;
  line-height: 28px;
}
.step3formbut {
  margin: 20px;
  left: 35%;
}
.form-item-2 {
  margin-top: 15px;
  padding: 18px 20px;
  text-align: center;
  font-family: "DM Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #300b5c;
  font-size: 22px;
  line-height: 28px;
}
.form-apply-button-kmmalta {
  font-family: "DM Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  border-radius: 8px;
  text-align: center;
  position: relative;
  margin: 0 auto;
  padding: 12px 45px;
  background-color: #c8102e;
  border: none !important;
  cursor: pointer;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
}
.namecustom {
  width: 100% !important;
}
.form-apply-button-faq {
  font-family: "DM Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  border-radius: 8px;
  display: inline-block;
  position: relative;
  margin: 0 auto;
  padding: 12px 40px;
  background-color: #c8102e;
  margin-top: 30px;
  border: none !important;
  cursor: pointer;
  font-size: 20px;
}
.form-apply-button-faq a {
  font-family: "DM Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  color: #FFF !important;
}
button .form-apply-button-kmmalta {
  font-family: "DM Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 20px;
}
.form-apply-button-kmmalta a {
  font-family: "DM Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  cursor: pointer;
  font-size: 20px;
  color: #fff
}
.section-bg-light-grey-kmmalta {
  background-position: top right;
  background-color: #fff !important;
  margin: 0;
  padding: 0
}
.section-bg-ltgrey {
  background-color: #f1f1ec;
  padding: 40px 0;
  color: #142228;
  margin: 0;
}
.section-bg-all-pages {
  background-color: #f5f3ee;
  padding: 40px 0;
  color: #142228;
  margin: 0;
}
.kmmalta-middle-text {
  padding: 60px 50px 10px;
  text-align: center;
}
.kmmalta-middle-text p {
  font-family: "DM Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #191919;
  font-size: 22px;
  padding: 20px;
  line-height: 30px
}
.column-middle-text {
  font-size: 18px;
}
.column-middle-text ul {
  margin-left: -29px;
}
.column-middle-text ul li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.column-middle-text ul > li:before {
  content: "-";
  text-indent: -20px;
  padding-right: 10px;
}
.column-middle-text2 {
  font-size: 18px;
}
.column-middle-text2 ul li {
  list-style: none;
  padding: 0;
  padding-right: 20px;
  margin: 0;
}
.card-title {
  padding: 80px 20px 20px;
  text-align: center;
  font-family: "DM Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #300b5c;
  font-size: 32px;
  line-height: 28px;
}
.apply-button-shell {
  text-align: center;
}
.faq-mission-txt-kmmalta {
  font-family: "DM Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  margin: 0 auto;
  max-width: 600px;
  padding-top: 100px;
  color: #FFF;
  font-size: 42px;
  line-height: 1.2;
}
.faq-mission-txt-kmmalta-underneath {
  text-align: center;
  margin: 0 auto;
  max-width: 600px;
  padding-top: 20px;
  color: #FFF;
  font-size: 18px;
  line-height: 1.2;
}
.footer-text-extra {
  margin: 40px 0;
  font-size: 11px;
  color: #142228;
}
.formattable {
  background-color: #FFF !important;
}
.formattable .tableheader {
  background-color: #ab343e !important;
  font-size: 18px;
  color: #FFF !important;
}
.formattable .tableheaderairline {
  font-size: 20px;
  background-color: #142228 !important;
  color: #FFF !important;
}
#header.light {
  background-color: #fff
}
#mainMenu nav > ul > li > a {
  font-family: "DM Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 16px !important;
  color: #FFF !important;
}
#mainMenu nav.light > ul > li > a:hover {
  color: #910216 !important
}
#mainMenu nav.light > ul > li.thispage > a {
  color: #910216 !important
}
#scrollTop:after, #scrollTop:before {
  background-color: #0397d6 !important
}
.section-bg-light-grey {
  background-position: top right;
  background-color: #ededed !important;
  margin: 0;
  padding: 0
}
.section-bg-dark-grey {
  background-position: top right;
  background-color: #142228 !important;
  margin: 0;
  padding: 20px 0 40px 0;
}
#footer {
  display: block;
  position: relative;
  background: url("../images/kmmalta_footer_bg.jpg");
  background-color: #373b3e !important;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  font-family: "DM Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.footer-content2 {
  padding: 50px 0 20px;
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 900px;
  color: #FFF !important
}
#footer .footer-content2 a {
  color: #FFF !important;
  text-align: center
}
.footer-logo-new {
  width: 420px
}
.footer-column {
  float: left;
  text-align: left;
  width: 33.33%;
  padding: 10px
}
.footer-column ul {
  margin: 0;
  padding: 0;
  padding-top: 15px
}
.footer-column ul li, .footer-column li a {
  list-style: none;
  margin: 0 !important;
  padding: 0 !important;
}
.footer-text-links {
  margin-top: 5px
}
.footer-text-links a {
  margin: 0 7px
}
.footer-title {
  color: #FFF;
  font-family: "DM Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px
}
.formtitle-sub {
  position: relative;
  margin: 0 auto;
  text-align: center;
  padding: 20px 20px 30px;
  font-size: 16px;
  max-width: 800px
}
.step2_table {
  padding: 20px 40px;
}
.step2_table h4 {
  font-weight: 800 !important;
  color: #332f2f;
}
.step2_col {
  float: left;
  padding: 10px 10px 10px 0;
  width: 50%;
}
.step2_col_2 {
  float: left;
  padding: 10px 20px 10px 0;
  width: 50%;
}
.step3_col {
  text-align: center;
  width: 40%;
}
.step3_col img {
  width: 225px;
}
.step3_col_middle {
  text-align: center;
  width: 20%;
}
.form-apply-button-steps {
  margin-left: 0px;
  margin-top: 15px;
  padding: 10px;
  display: inline-block;
  background-color: #142228;
  cursor: pointer;
  font-size: 20px;
  color: #fff
}
button.form-apply-button-staralliance {
  position: relative;
  margin: 0 auto !important;
  text-align: center;
}
.alternative_pages {
  position: relative;
  margin: 0 auto;
  text-align: left;
  font-size: 16px;
}
.alternative_pages p {
  font-size: 16px;
}
@media(max-width:1200px) {
  .form-apply-button-steps {
    font-size: 14px;
  }
}
@media(max-width:991px) {
  .step2_col, .step2_col_2 {
    float: left;
    width: 100%;
  }
  .step3_col, .step3_col_middle {
    width: 100%;
  }
  .receipt-table {
    font-size: 10px;
    padding: 0;
  }
  .receipt-table h4 {
    font-size: 10px;
    padding: 0;
  }
  .receipt-table img {
    width: 100%;
  }
  .lessbold {
    font-size: 10px;
  }
}
@media(max-width:990px) {
  body .container-wide {
    padding: 0 0px !important;
  }
  .formcolumn {
    width: 100%;
  }
  .kmmalta-pic-bg {
    display: none;
  }
  .header-txt-kmmalta {
    width: 80%;
    padding: 0;
  }
  .cardcolumn3 {
    margin-left: 0px;
  }
}
@media(max-width:767px) {
  .choosesection {
    padding: 0px;
    margin-top: -50px;
  }
  h3, .h3 {
    font-size: 1.35714286em;
    line-height: 1.3em !important;
  }
  .form-apply-button-steps {
    width: 100%;
  }
  .formcolumnsub {
    width: 100%
  }
  .formcolumnsub.showmobile {
    display: block;
  }
  .formcolumnsub.hidemobile {
    display: none;
  }
  .main-txt-kmmalta {
    width: 260px;
    font-size: 25px;
    text-align: left;
  }
  .faq-txt-kmmalta {
    font-family: "DM Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    width: auto;
    margin-top: 20px;
    font-size: 25px;
    line-height: 1.2
  }
  .main-txt-inside {
    padding-right: 0px;
  }
  .column-middle-title {
    padding-bottom: 20px;
  }
  .formtitle2, .column-middle-title {
    font-size: 26px;
    line-height: 30px
  }
  .grid-3-columns { width: 100%; }
}
@media(max-width:576px) {
  .sitetitle {
    font-family: "DM Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #373737;
    font-size: 22px;
    line-height: 26px
  }
  .section-bg-kmmalta-home {
    background: url(../images/kmmalta-home-bg.jpg) no-repeat;
    background-size: cover;
    background-position: left;
    min-height: 250px;
    background-color: #FFF !important;
    width: 100%;
    margin: 0;
    padding: 40px 0 0
  }
  .inspiro-slider {
    height: 50vh !important;
  }
  .arrow_step3 img {
    height: 50%;
  }
  .section-bg-kmmalta-success {
    min-height: 150px;
  }
  #header[data-transparent="true"] + .inspiro-slider, #header[data-transparent="true"] + #slider {
    min-height: auto;
  }
  .step2_table {
    padding: 20px 10px;
  }
  .container .main-txt-kmmalta {
    padding: 0;
  }
  .main-txt-kmmalta {
    width: auto;
    text-align: left;
  }
  .main-txt-inside {
    padding-right: 20px;
  }
  .main-txt-kmmalta {
    margin-left: 0px;
    padding: 20px 0px 25px 25px;
  }
  .step3formbut {
    margin: 0px;
    left: 0%;
  }
  #ccform .cclabel {
    text-align: left;
  }
  #header .header-inner #logo a {
    float: left;
    padding-left: 10px;
  }
  #header #logo > a img {
    width: 150px;
  }
  .inspiro-slider .container {
    padding-left: 10% !important;
    padding-right: 10% !important;
  }
  .header-txt-kmmalta {
    width: 100%;
    padding: 0;
    font-size: 22px;
  }
  .formtitlehome, .card-title {
    font-size: 21px;
    padding: 20px;
  }
  .formtitle {
    font-size: 21px;
    padding-bottom: 25px
  }
  .formtitle, .formtitle2 {
    font-size: 21px;
    line-height: 26px;
    padding-top: 0px;
    padding-bottom: 5px
  }
  .km-listings ul {
    padding: 0;
  }
  .formtitle-body {
    font-size: 18px;
    line-height: 22px
  }
  .formcolumnbgsub {
    padding: 30px;
    margin-top: 0;
  }
  .kmmalta-middle-text {
    padding: 60px 0px 10px
  }
  .cardcolumn-pic, .cardcolumn-pic2, .cardcolumn2, .cardcolumn3 {
    width: 100%;
  }
  .column-middle-text, .column-middle-text2 {
    font-size: 16px;
    line-height: 1.2;
    padding: 0 20px 0 0;
    margin-left: 0;
  }
  .column-middle-text2 {
    font-size: 14px;
    line-height: 1.2;
    padding: 0 20px 0 0;
    margin-left: 0;
  }
  .cardcolumn-pic2 {
    margin-top: 20px;
    height: auto;
  }
  .faq-mission-txt-kmmalta {
    font-size: 30px
  }
  .footer-column {
    text-align: center;
    width: 100%;
  }
  .formattable, .formattable p {
    font-size: 10px;
  }
  .table > :not(caption) > * > * {
    padding: 8px;
  }
  striped-table table {
    width: 100%;
    margin-top: 50px;
    margin-bottom: 100px;
  }
  .striped-table img {
    width: 15px;
  }
  .striped-table table td, .striped-table table th {
    padding: 16px 2px;
    text-align: center
  }
  .striped-table table td:first-child, .striped-table table th:first-child {
    text-align: left
  }
  .striped-table table th {
    font-size: 12px;
    font-weight: 500;
    line-height: 24px
  }
  .striped-table table td {
    font-size: 12px;
    font-weight: 400;
    line-height: 25px
  }
}