@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Roboto+Flex:opsz,wght@8..144,100..1000&display=swap');
@font-face {
  font-family: 'cabrito_flare_cond_4regular';
  src: url('../fonts/cabrito-flare-w03-cond-bold-webfont.woff2') format('woff2'), url('../fonts/cabrito-flare-w03-cond-bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'cabrito_flare_cond_5regular';
  src: url('../fonts/cabrito-flare-w03-cond-black-it-webfont.woff2') format('woff2'), url('../fonts/cabrito-flare-w03-cond-black-it-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
h1, h2, h3, h4, h5, table, li, ul, form-group, td, card, card-body, row, input {
  font-family: "Roboto Flex", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-weight: normal !important;
}
p {
  font-family: "Roboto Flex", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-weight: normal;
  font-size: 16px;
}
a {
  font-family: "Roboto Flex", "Helvetica Neue", Helvetica, Arial, sans-serif;
  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%;

  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: #f3f1e8;
}
.progress-indicator > li.completed, .progress-indicator > li.completed .bubble {
  color: #ed1c24
}
.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: #ed1c24;
  border-color: #ed1c24;
}
.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: #ed1c24 !important;
  border-color: #ed1c24 !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: "Roboto Flex", "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;
}
.kenya-pic-bg img {
  width: 500px;
  padding: 0 20px 0 0;
}
.kenya-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-kenya {
  background-position: top right;
  background-color: #fff !important;
  margin: 0;
  padding: 0
}
.section-bg-kenya-home {
  background: url(../images/kenya-home-bg.jpg) no-repeat;
  background-size: cover;
  background-position: top;

  background-color: #FFF !important;
  width: 100%;
  margin: 0;
  padding: 40px 0 0
}
.white_curve {
  background: url(../images/whiteband.png) no-repeat;
  background-size: cover;
  width: 100%;
  min-height: 95px;
  background-position: center;
}
.white_curve_success {
  background: url(../images/whiteband.png) no-repeat;
  width: 100%;
  background-size: cover;
  min-height: 95px;
	margin-top: 175px;
  background-position: bottom;
}
.curve_divider {
  background: url(../images/curve-divider.png) no-repeat;
  width: 100%;
  background-size: cover;
  min-height: 95px;
  background-position: center;
}
.landing-title-txt-kenya {
  font-family: 'cabrito_flare_cond_5regular', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 42px;
  line-height: 48px;
  margin-top: 60px;
}
.section-bg-kenya-success {
  background: url(../images/kenya-success-bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 290px;
  background-color: #FFF !important;
  width: 100%;
  margin: 0;
  padding: 20px 0 0
}
.section-bg-kenya-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-kenya {
  font-family: "Roboto Flex", "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
}

.main-txt-kenya {
  width: 420px;
  margin-top: -50px;
  padding-top: 0px;
  text-shadow: 3px 3px 2px rgba(0, 0, 0, 0.19);
  font-family: "Roboto Flex", "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-kenya {
  font-family: "Roboto Flex", "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: "Roboto Flex", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  padding-top: 20px;
}
.faqinside {
  font-family: "Roboto Flex", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  padding-top: 40px;
}
.formtitle {
  font-family: 'cabrito_flare_cond_5regular', "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #1d1d1d;
  text-align: center;
  font-weight: 600;
  padding: 30px 0px 10px 0;
  font-size: 34px;
  line-height: 38px
}
.formtitle-body {
  font-family: "Roboto Flex", "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
}

.formtitle2 {
  font-family: "Roboto Flex", "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: 'cabrito_flare_cond_5regular', "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #1d1d1d;

  font-size: 34px;
  line-height: 38px
}
.formtitlehome {
  font-family: "Roboto Flex", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #300b5c;
  text-align: center;
  padding: 80px 20px 10px 20px;
  font-size: 34px;
  line-height: 30px
}
.input-group > .form-control:not(:last-child) {
  border-radius: 0px !important;
  font-family: "Roboto Flex", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 17px!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: "Roboto Flex", "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: "Roboto Flex", "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: "Roboto Flex", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #300b5c;
  font-size: 22px;
  line-height: 28px;
}
.form-apply-button-kenya {
  font-family: "Roboto Flex", "Helvetica Neue", Helvetica, Arial, sans-serif;
  border-radius: 0 10px 0 10px;
  text-align: center;
  position: relative;
  margin: 0 auto;
  padding: 12px 35px;
  background-color: #ed1c24;
  border: none !important;
  cursor: pointer;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
}
.loyaltyrow {
	width: 81%;
	margin: 0 auto;
}
.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: #fbfaf5;
}
.loyaltytext {
	font-size:18px;
	padding: 10px 0;
}
.namecustom {
  width: 100% !important;
}
.rewardsimage {
  text-align: center;
  margin: 20px auto;
}
.rewardsimage img {
  width: 58%;
}
.form-apply-button-faq {
  font-family: "Roboto Flex", "Helvetica Neue", Helvetica, Arial, sans-serif;
  border-radius: 0 10px 0 10px;
  text-align: center;
  position: relative;
  margin: 0 auto;
  padding: 12px 55px;
  background-color: #ed1c24;
  display: inline-block;
  margin-top: 30px;
  border: none !important;
  cursor: pointer;
  font-size: 20px;
}
.form-apply-button-faq a {
  font-family: "Roboto Flex", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  color: #FFF !important;
}
button .form-apply-button-kenya {
  font-family: "Roboto Flex", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 20px;
}
.form-apply-button-kenya a {
  font-family: "Roboto Flex", "Helvetica Neue", Helvetica, Arial, sans-serif;
  cursor: pointer;
  font-size: 20px;
  color: #fff
}
.section-bg-light-grey-kenya {
  background-position: top right;
  background-color: #fbfaf5 !important;
  margin: 0;
  padding: 0
}
.section-bg-ltgrey {
  background-color: #f1f1ec;
  padding: 40px 0;
  color: #142228;
  margin: 0;
}
.section-bg-white {
  background-color: #FFF;
  padding: 40px 0 30px 0;
  color: #142228;
  margin: 0;
}
.section-bg-all-pages {
  background-color: #f5f3ee;
  padding: 40px 0;
  color: #142228;
  margin: 0;
}
.kenya-middle-text {
  padding: 60px 50px 10px;
  text-align: center;
}
.kenya-middle-text p {
  font-family: "Roboto Flex", "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: "Roboto Flex", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #300b5c;
  font-size: 32px;
  line-height: 28px;
}
.apply-button-shell {
  text-align: center;
}
.faq-mission-txt-kenya {
  font-family: "Roboto Flex", "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-kenya-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: #ebebeb !important;
  font-size: 18px;
  color: #000 !important;
}
.formattable .tableheaderairline {
  font-size: 20px;
  background-color: #ed1c24 !important;
  color: #FFF !important;
}
#header.light {
  background-color: #fff
}
#mainMenu nav > ul > li > a {
  font-family: "Roboto Flex", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-weight: 600;
  font-size: 16px !important;
  color: #000 !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;
}
/* Style the buttons that are used to open and close the accordion panel */
.accordionsection {
  width: 70%;
  margin: 50px auto;
}
.accordionsectionfaqpage {
  width: 70%;
	padding-bottom: 100px;
  margin: 0 auto 0 auto;
}
button.accordion:after {
  content: '\25be';
  color: #ed1c24;
  font-weight: 400;
  float: right;
  margin-left: 5px;
	padding-left: 50px;
	clear: both;

  vertical-align: -50%;
}
.accordion {
	word-wrap: normal;
  background-color: #fbfaf5;
  color: #444;
  cursor: pointer;
  padding: 18px;
	padding-right: 30px;
  width: 100%;
  font-size: 18px;
  text-align: left;
  border: none;
  border-top: 1px solid #ebebeb;
  outline: none;
  transition: 0.4s;
}
.active, .accordion:hover {
  background-color: #f3f1e8;
}
.panelfaq {
  padding: 18px;
  background-color: white;
  display: none;
  overflow: hidden;
}
#footer {
  display: block;
  position: relative;
  background-color: #0d0d0d !important;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  font-family: "Roboto Flex", "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding-bottom: 60px;
}
#footer .footer-content2 a {
  color: #FFF !important;
  text-align: center
}
.footer-logo-new {
  width: 420px
}
#footer .footer-column2 {
  width: 100%;
  border-bottom: 2px solid #ccc;
}
.footer-content3 {
  color: #FFF;
  text-align: center;
}
.footer-column {
  margin: 0 auto;
  width: 1100px;
  padding: 10px
}
.footer-column ul {
  padding-top: 15px;
  text-align: center
}
.footer-column ul li, .footer-column li a {
  list-style: none;
  display: inline-block;
  padding: 0 8px;
}
.footer-text-links {
  margin-top: 5px
}
.footer-text-links a {
  margin: 0 7px
}
.footer-title {
  color: #FFF;
  font-family: "Roboto Flex", "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: 175px;
}
.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
}
#booknewform-kenya {
  color: #7b7b7b !important;
  background-color: #fff;
  padding: 25px;
  height: auto
}
.bookformbg-kenya {
  margin-left: 0px;
  margin-bottom: 0px;
  margin-top: 80px;
  min-width: 400px;
  height: auto;
}
.bookformbgwhite-kenya {
  margin-left: 20px;
  max-width: 500px
}
.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%;
  }
  .kenya-pic-bg {
    display: none;
  }
  .header-txt-kenya {
    width: 80%;
    padding: 0;
  }
  .cardcolumn3 {
    margin-left: 0px;
  }
}
@media(max-width:767px) {

	.loyaltyrow {
	width: 100%;
	margin: 0 auto;
}
  .choosesection {
    padding: 0px;
    margin-top: -50px;
  }
  h3, .h3 {
    font-size: 1.35714286em;
    line-height: 1.3em !important;
  }
  .footer-column ul li, .footer-column li a {
    display: block;
    padding: 2px 8px;
  }
  .accordionsection {
    width: 100%;
  }
  .accordion {
    font-size: 14px;
    padding-right: 10px;
  }
  #booknewform-kenya {
    color: #7b7b7b !important;
    background-color: #fff;
    padding: 15px;
    height: auto
  }
  .landing-title-txt-kenya {
    font-family: 'cabrito_flare_cond_5regular', "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 32px;
    line-height: 38px;
    margin-top: 40px;
  }
  .bookformbg-kenya {
    margin-left: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    min-width: auto;
    height: auto;
  }
  .bookformbgwhite-kenya {
    margin-left: 0px;
    max-width: 100%;
  }
  .form-apply-button-steps {
    width: 100%;
  }
  .formcolumnsub {
    width: 100%
  }
  .formcolumnsub.showmobile {
    display: block;
  }
  .formcolumnsub.hidemobile {
    display: none;
  }
  .main-txt-kenya {
    width: 260px;
    font-size: 25px;
    text-align: left;
  }
  .faq-txt-kenya {
    font-family: "Roboto Flex", "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
  }
}
@media(max-width:576px) {
  .sitetitle {
    font-family: "Roboto Flex", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #373737;
    font-size: 22px;
    line-height: 26px
  }
  button.accordion:after {
    display: none;
  }
  .section-bg-kenya-home {
    background: url(../images/kenya-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-kenya-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-kenya {
    padding: 0;
  }
  .main-txt-kenya {
    width: auto;
    text-align: left;
  }
  .main-txt-inside {
    padding-right: 20px;
  }
  .main-txt-kenya {
    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-kenya {
    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;
  }
  .kenya-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-kenya {
    font-size: 30px
  }
  .footer-column {
    text-align: center;
    width: 100%;
  }
  .formattable, .formattable p {
    font-size: 10px;
  }
}