/* ==========================================================================
Base
========================================================================== */

*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  height: 100%;
}
body {
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: var(--gr21-main-font-family, 'Inter', sans-serif);
  font-weight: 400;
}

/* ==========================================================================
Typography
========================================================================== */

.text-caps {
  text-transform: uppercase;
}
.text-justify {
  text-align: justify;
}
.weight-bold {
  font-weight: 700;
}
.text-regular {
  font-size: 1em;
}
.text-lg {
  font-size: 2.074em;
}
.text-md {
  font-size: 1.44em;
}
.text-sm {
  font-size: 0.833em;
}
.text-read {
  line-height: 1.45em;
}
.text-display {
  font-size: 1.143em;
  line-height: 1.6;
}
.color-primary {
  color: #0c944a !important;
}
.color-green {
  color: #00ba51 !important;
}
.color-pink {
  color: #e9088b !important;
}
.color-white {
  color: #fff !important;
}
.color-dark {
  color: #444343 !important;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}

/*a, a:hover {color: #e35450}
a, a:active, a:focus{outline: none}*/

/* ==========================================================================
Icons	
========================================================================== */

/* ==========================================================================
Master
========================================================================== */

.offset-top {
  padding-top: 100px;
}

.container {
  width: 100%;
  max-width: 1200px;
}
@media screen and (min-width: 1400px) {
  .container {
    max-width: 1400px;
  }
}
/* ==========================================================================
Sections
========================================================================== */

.section {
  position: relative;
}
.section--padded {
  padding: 50px 0;
}
.section--dark {
  color: #fff;
}
.section--light {
}

.section header {
  text-align: center;
  margin-bottom: 40px;
}
.section header h2 {
  font-weight: 700;
  font-size: 2.571em;
  color: #00ba51;
  text-align: center;
}
.section header p {
  font-size: 1.143em;
  color: #464b57;
}
.section--dark header h2,
.section--dark p {
  color: #fff !important;
}

.section-body {
  padding: 20px 0;
}

.section-download {
  background-image: url(../images/mod-download-grab/dg-dl-grab-back.jpg);
  min-height: 360px;
  padding: 90px 0;
  position: relative;
}
.page.download .section-download {
  background-image: url(../images/mod-download-grab/pax_bg.jpg);
  padding: 150px 0 0;
}

.page-template-tpl-thankyou main {
  background-position: center center;
  min-height: 720px;
  position: relative;
  padding: 250px 0;
  display: block;
  background-color: #333;
  background-size: cover;
  background-image: url('../images/mod-download-grab/pax_bg.jpg');
  text-align: center;
  color: #fff;
}
.page-template-tpl-thankyou main h1,
.page-template-tpl-thankyou main h2,
.page-template-tpl-thankyou main h3,
.page-template-tpl-thankyou main h4 {
  color: #fff;
  font-weight: bold;
}

/*.section-wysiwyg .row {font-size: 1.143em;line-height: 1.6;}*/

.dl--well {
  position: relative;
}

.dl--well .dl--qr-code:before {
  content: 'or';
  width: 33px;
  height: 33px;
  display: block;
  border-radius: 50%;
  background-color: #fff;
  font-size: 1em;
  text-align: center;
  line-height: 33px;
  position: absolute;
  left: 50%;
  top: 42%;
  margin-top: -16px;
  margin-left: -16px;
  color: #000;
}
.dl--well .dl--qr-code .img--qr-code {
  width: 120px;
  height: 120px;
}

.dl--well .dl--stores a {
  border: solid 1px #fff;
  display: block;
  border-radius: 5px;
  width: 150px;
  height: 53px;
}

.dl--well .dl--stores a.huawei {
  border: none;
}

@media screen and (min-width: 768px) {
  .dl--well {
    width: 500px;
    height: 220px;
  }
  .page.download .dl--well {
    left: -80px;
  }
  .page.download .section-download h1 {
    padding-top: 150px;
  }
  .dl--well:before,
  .dl--well:after {
    content: '';
    display: block;
    width: 2px;
    height: 75px;
    position: absolute;
    left: 50%;
    background-color: #fff;
  }
  .dl--well:before {
    top: 0;
  }
  .dl--well:after {
    bottom: 0;
  }
  .dl--well > div {
    float: left;
    width: 200px;
  }
  .dl--well .dl--qr-code {
    padding-left: 80px;
  }
  .dl--well .dl--qr-code:before {
    top: 50%;
  }
  .dl--well .dl--stores {
    margin-left: 90px;
    padding-top: 30px;
  }
  .dl--well .dl--stores a {
  }
}

@media screen and (max-width: 767px) {
  .dl--well {
    padding-bottom: 30px;
  }
  .dl--well > div {
    width: 100%;
    text-align: center;
  }
  .page.download .section-download h1 {
    text-align: center;
  }
  .dl--well .dl--qr-code .img--qr-code {
    margin: 0 auto 60px;
  }
  .dl--well .dl--stores a {
    margin: 0 auto;
  }
}

.section-fare-table table {
  border-radius: 8px;
  border: solid #dcdcdc 1px;
  overflow: hidden;
  border-collapse: separate;
}

.section-fare-table table thead th,
.site-id-11 .tablepress-id-1 .row-4 .column-1 {
  background-color: #00b23e;
  color: #fff;
  padding: 15px 0 !important;
  text-align: center;
  font-size: 1.429em;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.site-id-10 .tablepress-id-8 .row-1 .column-1 {
  border-top-right-radius: 0;
}
.site-id-10 .tablepress-id-8 .row-1 .column-2 {
  border-top-left-radius: 0;
}

.site-id-11 .tablepress-id-1 .row-4 .column-1 {
  border-radius: 0;
  font-weight: 500;
}

.site-id-4 .tablepress-id-3 .row-2 .column-1,
.site-id-4 .tablepress-id-3 .row-3 .column-1,
.site-id-4 .tablepress-id-3 .row-4 .column-1,
.site-id-4 .tablepress-id-3 .row-5 .column-1,
.site-id-4 .tablepress-id-4 .row-2 .column-1,
.site-id-4 .tablepress-id-4 .row-3 .column-1,
.site-id-4 .tablepress-id-4 .row-4 .column-1,
.site-id-4 .tablepress-id-4 .row-5 .column-1,
.site-id-4 .tablepress-id-5 .row-2 .column-1,
.site-id-4 .tablepress-id-5 .row-3 .column-1,
.site-id-4 .tablepress-id-5 .row-4 .column-1,
.site-id-4 .tablepress-id-5 .row-5 .column-1 {
  background-color: #f2f2f2;
}

.site-id-10 .tablepress-id-11 .row-1,
.site-id-10 .tablepress-id-11 .row-2,
.site-id-10 .tablepress-id-12 .row-1 {
  background-color: #00b23e;
}
.site-id-10 .tablepress-id-11 .row-1 td,
.site-id-10 .tablepress-id-11 .row-2 td,
.site-id-10 .tablepress-id-12 .row-1 td {
  color: #fff !important;
  text-align: center;
}

.section-fare-table table tbody td,
.section-fare-table table tbody th {
  padding: 20px 100px !important;
  text-align: left;
}
.section-fare-table table tbody th {
  background-color: #f9f9f9;
  font-size: 1.25em;
  font-weight: 500;
}
.section-fare-table table tbody td {
  font-size: 1.143em;
  color: #444;
}

.tablepress.table--no-zebra .odd td {
  background-color: transparent;
}
.tablepress.table-condensed td {
  padding: 10px !important;
}

@media screen and (max-width: 767px) {
  .section-fare-table table tbody td,
  .section-fare-table table tbody th {
    padding: 20px !important;
  }
}

.tablepress tfoot th,
.tablepress thead th {
  background-color: rgb(0, 178, 62) !important;
  color: #fff !important;
  border-right: solid 1px #fff;
  text-align: center;
}

.tablepress .sorting:after {
  display: none;
}

.section-hero {
}
.section-hero.bg-size-cover {
  height: 500px;
}
.single .section-hero {
  margin-bottom: 50px;
}
.section-hero .container {
  position: relative;
  height: 500px;
}
.section-hero .container-form {
  height: auto;
}
.section-hero .section-body {
  position: absolute;
  bottom: 50px;
  left: 100px;
  width: 400px;
}
.section-hero h1 {
  font-weight: 700;
  font-size: 3.1em;
  margin-bottom: 10px;
  line-height: 1;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.section-hero p {
  font-size: 1.2em;
  line-height: 1.3;
}
.section-hero > img {
  width: 100%;
}

.section-hero .hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 500px;
}

@media screen and (max-width: 1024px) {
  .section-hero .container,
  .section-hero .hero-content {
    height: 500px !important;
  }
}

.floatForm {
  background-color: rgba(255, 255, 255, 0.95);
  padding: 15px;
  width: 400px;
  color: #333;
}
.floatForm h2 {
  font-weight: 700;
  font-size: 1.786em;
  color: #00ba51;
  margin: 0px;
  margin-bottom: 10px;
}

.floatForm p {
  color: #333 !important;
  font-size: 0.857em;
  line-height: 1.6;
}
.floatForm small {
  color: #333;
  font-size: 11px;
  line-height: 1.1;
  display: block;
  margin: 10px 0;
  text-align: center;
}

.form-group label {
  display: none;
}

.form-group .form-control {
  border-color: #888;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  font-size: 1em;
}

.form-control {
  height: 40px;
}

.checkbox {
  color: #1aa6f6;
  margin-top: 20px;
  margin-bottom: 20px;
}
.checkbox:hover,
.checkbox:focus {
  color: #00b140;
}

button.ddlbtn {
  border: none;
  width: 100%;
}
.custddl {
  position: relative;
  padding-left: 0px;
  padding-right: 0px;
}
.custddl:after {
  font-family: 'Glyphicons Halflings';
  content: '\e259';
  color: #979797;
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 0.8em;
}
.custddl select {
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  width: 100%;
  padding-left: 5px;
  height: 25px;
}
@media screen and (min-width: 1025px) {
  .floatForm {
    position: absolute;
    right: 15px;
    top: 0;
    z-index: 4;
  }
  .section-hero .container-form {
    height: 1px;
  }
}

@media screen and (max-width: 1024px) {
  .floatForm {
    width: 100%;
  }
  /*.section-hero {height: auto !important} */
  .section-hero .container-form {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .section-hero .container-form,
  .floatForm {
    background-color: #fafafa;
  }
}

@media screen and (max-width: 767px) {
  .section-hero.bg-size-cover {
    background-position: calc(65%) calc(100%) !important;
  }
  .section-hero .section-body {
    display: block;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 20px;
    width: 100%;
    text-align: center;
  }
  .section-hero h1 {
    font-size: 3em;
  }
}

.section-grid-news .box {
  position: relative;
  height: 350px;
  overflow: hidden;
  background-image: url(../images/press/placeholder_news.jpg);
}
.section-grid-news .blurb {
  width: 100%;
  padding: 20px;
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 1;
  color: #fff;
}
.section-grid-news .box:hover .blurb {
  opacity: 0;
}
.section-grid-news .blurb .date {
}

.section-grid-news .excerpt {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  padding: 60px 15%;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transform: translateY(350px);
  -moz-transform: translateY(350px);
  -ms-transform: translateY(350px);
  -o-transform: translateY(350px);
  transform: translateY(350px);
}
.section-grid-news .box:hover .excerpt {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.section-grid-news .excerpt .centered-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}

.section-icon-list .row-horizontal img {
  max-height: 100px;
  max-width: 100px;
  margin: 10px auto;
  padding-bottom: 10px;
  display: block;
}
.section-icon-list .row-horizontal h4 {
  font-size: 1.429em;
}

.section-carousel .carousel .item {
  height: 550px;
}
.section-carousel .carousel .carousel-caption {
  position: absolute;
  bottom: 50px;
  left: 100px;
  width: 500px;
  text-align: left;
}
.section-carousel .carousel-caption h1 {
  font-weight: 700;
  font-size: 3.1em;
  margin-bottom: 10px;
  line-height: 1;
}
.section-carousel .carousel-caption p {
  font-size: 1.2em;
  line-height: 1.3;
}

@media screen and (max-width: 767px) {
  .section-carousel .item {
    background-position: calc(65%) calc(100%) !important;
  }
  .section-carousel .carousel .carousel-caption {
    display: block;
    left: 0;
    right: 0;
    bottom: 40px;
    padding: 20px;
    width: 100%;
    text-align: center;
  }
  .section-carousel .carousel .carousel-caption h1 {
    font-size: 2em;
  }
  .section-carousel .carousel-caption p {
    font-size: 1.3em;
  }
}

.section-carousel-tooltip header {
  position: absolute;
  top: 50px;
  left: 0;
  z-index: 1;
  width: 100%;
  text-align: center;
}
.section-carousel-tooltip .carousel .item {
  height: 550px;
}
.section-carousel-tooltip .carousel .carousel-caption {
  position: absolute;
  bottom: 120px;
  left: 50%;
  margin-left: -180px;
  width: 360px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  padding: 0;
}
.section-carousel-tooltip .carousel .carousel-caption:after {
  content: ' ';
  width: 0;
  height: 0;
  position: absolute;
  top: 100%;
  left: 50%;
  pointer-events: none;
  border: solid transparent;
  border-color: rgba(136, 183, 213, 0);
  border-top-color: rgba(0, 0, 0, 0.5);
  border-width: 20px;
  margin-left: -20px;
}
.section-carousel-tooltip .carousel .item-1 .carousel-caption:after {
  left: 25%;
}
.section-carousel-tooltip .carousel .item-3 .carousel-caption:after {
  left: 75%;
}
.section-carousel-tooltip .carousel-caption h1 {
  font-weight: 700;
  font-size: 1.4em;
  padding: 25px 95px 10px 25px;
  margin: 0;
  line-height: 1;
}
.section-carousel-tooltip .carousel-caption p {
  font-size: 1em;
  line-height: 1.3;
  padding: 0 95px 25px 25px;
  margin: 0;
}
.section-carousel-tooltip .carousel-caption a {
  width: 70px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.section-carousel-tooltip .carousel-caption a span {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
}
.section-carousel-tooltip .carousel-caption a span:before {
  content: '\f054';
  font-family: FontAwesome;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 15px;
  height: 20px;
  margin: -10px 0 0 -7px;
  color: #fff;
  font-size: 14px;
  display: block;
}
.section-carousel-tooltip .carousel-indicators {
  width: 100%;
  margin-left: -50%;
}

.section-carousel-tooltip .carousel-indicators li,
.section-carousel-tooltip .carousel-indicators li.active {
  width: 60px;
  height: 60px;
  margin: 0 13px;
  border-radius: 50%;
  border: 0;
}
.section-carousel-tooltip .carousel-indicators li {
  background-color: #fff;
}
.section-carousel-tooltip .carousel-indicators li.active {
  background-color: #00b23e;
}
.section-carousel-tooltip .icon {
  background: transparent;
}
.section-carousel-tooltip .icon:after {
  width: 60px;
  height: 60px;
  background-size: 30px 30px;
}

.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
}
.section-faq .nav-icons {
  border: 1px solid #e1e1e1;
  border-bottom: none;
  background-color: #fafafa;
}
.section-faq .nav-icons li {
  position: relative;
  border-bottom: 1px solid #e1e1e1;
  border-left: 1px solid #e1e1e1;
}
.section-faq .nav-icons li:first-child {
  border-left: none;
}
.section-faq .nav-icons li.active {
  border-bottom: none;
  border-top: none;
  background-color: #fff;
  border-radius: 0;
}
.section-faq .nav-icons li:hover {
}
.section-faq .nav-icons li a {
  padding: 80px 0 40px;
  font-size: 1.45em;
  line-height: 1.2;
  color: #5b5b5b;
  border: 0 !important;
}
.section-faq .nav-icons li:hover a {
  color: #00b45e;
}
.section-faq .nav-icons li.active a {
  color: #00b45e;
  font-weight: 500;
}
.section-faq .nav-pills-wrapper {
  border: solid 1px #e1e1e1;
  border-top: none;
  text-align: center;
  padding-top: 5px;
  margin-bottom: 10px;
}
.section-faq .nav-pills > li > a {
  padding-left: 20px;
  padding-right: 20px;
}
.section-faq .nav-pills > li.active > a,
.section-faq .nav-pills > li.active > a:focus,
.section-faq .nav-pills > li.active > a:hover {
  background-color: transparent;
  color: #00b45e;
}

.section-faq .nav-icons li.no-icon a {
  padding: 30px 0;
}
.section-faq .nav-icons li.no-icon.active {
  border-bottom: 1px solid #e1e1e1;
}

/* -- mod-testimony.css -- */

.testimony {
  padding: 30px 0;
  position: relative;
}

.section-header {
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  font-size: 2.571em;
  color: #00ba51;
  text-align: center;
}

.article-header p {
  font-style: normal;
  font-stretch: normal;
  font-size: 1.143em;
  color: #444;
  text-align: center;
}

.section-testimonial .image {
  width: 100px;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
}
.section-testimonial .slider-container {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.section-testimonial .slick-prev::before,
.section-testimonial .slick-next::before {
  font-family: 'Glyphicons Halflings';
  color: #818181;
  font-size: 23px;
}
.section-testimonial .slick-prev::before {
  content: '\e257';
}
.section-testimonial .slick-next::before {
  content: '\e258';
}

.section-testimonial .slick-slide {
  opacity: 0.4;
  outline: none;
}
.section-testimonial .slick-slide:hover {
  cursor: pointer;
}
.section-testimonial .slick-current {
  opacity: 1;
}

.section-testimonial h4 {
  color: #333;
  font-weight: 700;
  font-size: 1.571em;
  text-align: center;
  margin-bottom: 15px;
}

.section-testimonial p {
  color: #444;
  font-size: 1.286em;
  text-align: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.5;
}

.panel-article .panel-body {
  padding: 30px 10%;
}
.panel-article .panel-hero {
  min-height: 240px;
}
.panel-article h2 {
  font-weight: 700;
}
.panel-article h2 a {
  color: #444;
}
.panel-article .share {
  float: right;
}
.panel-article .share span,
.panel-article .share ul {
  display: inline-block;
}
.panel-article .share span {
  padding-right: 10px;
}
.panel-article .share li {
  padding: 0 3px;
}
.panel-article .share li a {
  line-height: 22px;
  width: 20px;
  height: 20px;
  display: block;
  border-radius: 50%;
  background-color: #565d6b;
  text-align: center;
  color: #fff;
}
.panel-article .share li a:hover {
  background-color: #00a9ff;
  color: #fff;
}
/* -- mod-about.css -- */

.subpage {
  padding: 50px 0;
  position: relative;
}

.subpage-banner {
  min-height: 430px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}

.subpage-banner .caption {
  position: absolute;
  top: 0px;
  right: 22%;
}

.subpage-banner .caption p {
  font-style: normal;
  font-stretch: normal;
  font-size: 1.286em; /**18px**/
  line-height: 1.6;
  color: #ffffff;
  text-align: left;
  padding-top: 15px;
}

.section-header {
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  font-size: 2.571em;
  color: #00ba51;
  text-align: center;
}

.subpage p {
  font-style: normal;
  font-stretch: normal;
  font-size: 1.143em;
  line-height: 1.6;
  color: #444;
  text-align: left;
}

.content-area {
  padding: 20px 0;
}

.marginGap {
  margin-top: 60px;
}

/* -- /mod-about.css -- */
/* -- mod-download-grab.css -- */

.alignLeft {
  text-align: left !important;
}

.downloadgrab .section-header {
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  font-size: 2.571em;
  color: #fff;
  text-align: center;
  margin-top: 0px;
}

.downloadgrab p {
  font-style: normal;
  font-stretch: normal;
  font-size: 1em;
  color: #fff;
  text-align: center;
}
.phone-area {
  margin-top: 30px;
}
.intl-tel-input {
  width: 70%;
  float: left;
}
.phone-area input {
  height: 45px;
  border: none;
  border-radius: 4px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  background-color: #ececec;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  font-size: 1em;
}

.phone-area button {
  height: 45px;
  border-radius: 4px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  float: left;
  width: 25%;
  border: none;
  background-color: #00b140;
  color: #fff;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  font-size: 1em;
  outline: none;
}

.phone-area button:hover,
.phone-area button:focus {
  background-color: #3b3b3b;
  text-decoration: none;
  color: #fff;
  outline: none;
}

.downloadgrab .scantxt {
  margin-bottom: 15px;
  text-align: left;
}
.appstore-icon {
  margin-top: 10px;
}
.appstore-icon img {
  width: 80%;
  margin-bottom: 10px;
  border: 1px solid #fff;
  border-radius: 5px;
}

.sec-downloadimg .image {
  margin-bottom: -10px;
}

.downloadgrab .row .row > .col-md-4:nth-child(1) {
  width: 38%;
}
.downloadgrab .row .row > .col-md-4:nth-child(2) {
  width: 24%;
}
.downloadgrab .row .row > .col-md-4:nth-child(3) {
  width: 38%;
}

.downloadgrab.mainpax {
  background-image: url(../images/mod-download-grab/pax_bg.jpg);
  min-height: 720px;
  padding-bottom: 0;
}
.downloadgrab.mainpax.driver {
  background-image: url(../images/mod-download-grab/driver_bg.jpg);
}
.downloadgrab.mainpax .mobileWrapper {
  background: url(../images/mod-howitwork/empty-v2.png) no-repeat center/cover;
  position: absolute;
  z-index: 9;
  top: 0px;
  right: 0;
  left: 0;
  margin: auto;
  width: 382px;
  height: 580px;
}
.sec-downloadimg {
  position: relative;
  margin-top: 50px;
  float: left;
}
.sec-downloadimg .image {
}
.sec-downloadimg .image img {
}
.sec-downloadmain {
  position: relative;
  margin-top: 155px;
  float: right;
}
.sec-downloadmain .section-header {
  text-align: left;
}
.ddlbtn.calltoaction.greenBtn {
  background-color: #00b140 !important;
}
.ddlbtn.calltoaction.greenBtn:hover,
.ddlbtn.calltoaction.greenBtn:active,
.ddlbtn.calltoaction.greenBtn:focus {
  background-color: #00be45 !important;
}

@media screen and (max-width: 767px) {
  .sec-downloadimg {
    height: auto !important;
  }
  .sec-downloadimg .image {
    margin-left: 0 !important;
  }
  .sec-downloadmain,
  .sec-downloadimg {
    margin-left: auto;
    margin-right: auto;
  }
}
/* iPad mini in landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .downloadgrab.mainpax {
    min-height: 680px;
  }
}

/* -- /mod-download-grab.css -- */
/* -- mod-driver-highlight.css -- */

.driver-highlight {
  padding: 40px 0;
  position: relative;
}

.section-header {
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  font-size: 2.571em;
  color: #00ba51;
  text-align: center;
}

.highlightList {
  margin-top: 30px;
}
.highlight-img img {
  display: inline-block;
}
.highlight-img {
  padding: 20px 0;
  width: 100%;
  text-align: center;
}
.highlight-img img {
  max-width: 100px;
}

.highlight-cnt h4 {
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  color: #00bc4d;
  font-size: 1.429em;
  text-align: center;
  line-height: 1.5;
}

.highlight-cnt p {
  font-style: normal;
  font-stretch: normal;
  font-size: 1.143em;
  color: #444;
  text-align: center;
  line-height: 1.6;
}

.alignCenter {
  text-align: center;
}

.readmoreBtn {
  background-color: #2196f3;
  border-radius: 4px;
  padding: 10px 30px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  font-size: 1em;
  color: #fff;
  display: inline-block;
  margin-top: 15px;
  margin-bottom: 15px;
}

.readmoreBtn:hover,
.readmoreBtn:focus {
  background-color: #00be45;
  text-decoration: none;
  color: #fff;
}

/* -- /mod-driver-highlight.css -- */
/* -- mod-vertical-driver-joinus.css -- */

.driverJoinus {
  padding: 60px 0;
  padding-bottom: 80px;
  position: relative;
  background: url(../images/mod-vertical-driver-joinus/background.jpg) no-repeat center/cover;
}

.driverJoinus .article-header .section-header {
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  font-size: 2.571em;
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
}

.driverJoinus .article-header p {
  font-style: normal;
  font-stretch: normal;
  font-size: 1.143em;
  color: #fff;
  text-align: center;
}

.driverJoinus .actionArea {
  padding: 20px 0;
}

.driverJoinus .ddlbtn {
  background-color: #00b140;
  color: #fff;
  border-radius: 4px;
  padding: 10px 40px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  font-size: 1em;
  text-decoration: none;
  text-shadow: none;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.6);
  display: inline-block;
  width: auto;
}

.driverJoinus .ddlbtn:hover,
.driverJoinus .ddlbtn:focus {
  background-color: #00be45;
  text-decoration: none;
  color: #fff;
}

.alignCenter {
  text-align: center;
}

.driverJoinus .readmoreBtn {
  background-color: #2196f3;
  border-radius: 4px;
  padding: 10px 30px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  font-size: 1em;
  color: #fff;
  display: inline-block;
  margin-top: 15px;
  margin-bottom: 15px;
  display: inline-block;
  width: auto;
}

.driverJoinus .readmoreBtn:hover,
.driverJoinus .readmoreBtn:focus {
  background-color: #00be45;
  text-decoration: none;
  color: #fff;
}

/* -- /mod-vertical-driver-joinus.css -- */
/* -- mod-fare-table.css -- */

.faretable {
  padding: 30px 0;
  position: relative;
}

.fare-choice {
  padding: 0px;
  margin: 0px;
  list-style: none;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
}

.fare-choice li {
  float: left;
  display: inline-block;
  position: relative;
  padding-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
  width: auto !important;
  min-height: 115px;
  min-width: 205px;
}

.fare-choice li .icon {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  text-align: center;
  line-height: 62px;
  background-color: #fff;
  border: 2px solid #000;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.fare-choice li .icon:after {
  width: 58px;
  height: 58px;
  position: absolute;
  top: 0px;
  left: 0px;
  content: '';
  background-repeat: no-repeat;
  background-position: center;
}

.fare-choice li.economy .icon:after {
  background-image: url(../images/mod-fare-table/icon/economy.png);
  background-size: 50px 50px;
}

.fare-choice li.premium .icon:after {
  background-image: url(../images/mod-fare-table/icon/premium.png);
  background-size: 50px 50px;
}

.fare-choice li.taxi .icon:after {
  background-image: url(../images/mod-fare-table/icon/icon-taxi.png);
  background-size: 50px 50px;
}

.fare-choice li.premiumtaxi .icon:after {
  background-image: url(../images/mod-fare-table/icon/icon-executive-taxi.png);
  background-size: 50px 50px;
}

.fare-choice li.sixSeater .icon:after {
  background-image: url(../images/mod-fare-table/icon/icon-6_seater.png);
  background-size: 50px 50px;
}

.fare-choice li.thirteenSeater .icon:after {
  background-image: url(../images/mod-fare-table/icon/icon-13seater.png);
  background-size: 50px 50px;
}

.fare-choice li.active.economy .icon:after,
.fare-choice li:hover.economy .icon:after {
  background-image: url(../images/mod-fare-table/icon/economy-active.png);
  background-size: 50px 50px;
}

.fare-choice li.active.premium .icon:after,
.fare-choice li:hover.premium .icon:after {
  background-image: url(../images/mod-fare-table/icon/premium-active.png);
  background-size: 50px 50px;
}

.fare-choice li.active.sixSeater .icon:after,
.fare-choice li:hover.sixSeater .icon:after {
  background-image: url(../images/mod-fare-table/icon/6seater-active.png);
  background-size: 50px 50px;
}

.fare-choice li.active.thirteenSeater .icon:after,
.fare-choice li:hover.thirteenSeater .icon:after {
  background-image: url(../images/mod-fare-table/icon/13seater-active.png);
  background-size: 50px 50px;
}

.fare-choice li.active.taxi .icon:after,
.fare-choice li:hover.taxi .icon:after {
  background-image: url(../images/mod-fare-table/icon/icon-taxi-white.png);
  background-size: 50px 50px;
}

.fare-choice li.active.premiumtaxi .icon:after,
.fare-choice li:hover.premiumtaxi .icon:after {
  background-image: url(../images/mod-fare-table/icon/icon-executive-taxi-white.png);
  background-size: 50px 50px;
}

.fare-choice li.active.sixSeater .icon:after,
.fare-choice li:hover.sixSeater .icon:after {
  background-image: url(../images/mod-fare-table/icon/icon-6_seater-white.png);
  background-size: 50px 50px;
}

.fare-choice li.active.thirteenSeater .icon:after,
.fare-choice li:hover.thirteenSeater .icon:after {
  background-image: url(../images/mod-fare-table/icon/icon-13_seater-white.png);
  background-size: 50px 50px;
}

.fare-choice li span {
  position: absolute;
  bottom: 8px;
  left: 0px;
  right: 0px;
  text-align: center;
  display: block;
  font-style: normal;
  font-stretch: normal;
  font-size: 1em;
  color: #464b57;
  text-align: center;
}

.faretable p a {
  text-align: center;
  display: block;
  width: auto;
}

.fare-choice li:hover {
  cursor: pointer;
}
.fare-choice li.active .icon,
.fare-choice li:hover .icon {
  background-color: #00b33c;
  border: 2px solid #00b33c;
}
.fare-choice li.active span,
.fare-choice li:hover span {
  color: #00b33c;
}

.alignCenter {
  text-align: center;
}

.theader {
  background-color: #00b23e;
  text-align: center;
  min-height: 45px;
  line-height: 45px;
}

.theader h4 {
  margin: 0px;
  line-height: 45px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  font-size: 1.429em;
  color: #fff;
}

.faretab.hidden {
  display: none;
}

.faretab {
  width: 100%;
  overflow: hidden;
  margin-top: 20px;
  border-collapse: separate;
  border: solid #dcdcdc 1px;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-transition: all 0.4s ease; /* Safari */
  transition: all 0.4s ease;
}

.faretab th,
.faretab td {
  border-top: solid #e6e6e6 1px;
}

.faretab tr.topRow {
  padding: 10px 0;
}

.faretab td:first-child {
  border-left: none;
}

.faretab .custR th:first-child {
  border-left: none;
}

a {
  color: #1aa6f6;
  outline: none;
}

a:hover,
a:focus {
  color: #1aa6f6;
}

.marginRow {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .faretab.fare-taxi td,
  .faretab.fare-taxi th {
    padding: 20px;
  }

  .fare-choice li {
    min-width: inherit;
  }
}

/* -- /mod-fare-table.css -- */

/* -- mod-help.css -- */

.pagination {
  margin-left: auto;
  margin-right: auto;
}
.pagination > li > a {
  width: auto;
  color: #69717e;
}
.pagination > li.active a {
  background-color: #00b140;
  border-color: #009636;
}

.alignCenter {
  text-align: center;
}

.faq .readmoreBtn {
  background-color: #2196f3;
  border-radius: 4px;
  padding: 10px 30px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  font-size: 1em;
  color: #fff;
  display: inline-block;
  margin-top: 15px;
  margin-bottom: 15px;
  outline: none;
  display: inline-block;
  width: auto;
}

.faq .readmoreBtn:hover,
.faq .readmoreBtn:focus {
  background-color: #529cf2;
  text-decoration: none;
  color: #fff;
}

.faq .medTxt {
  font-size: 1.286em !important;
}

/******************catherine 21jan 05:30pm *********************/
@media (min-width: 768px) {
  .placeMobile {
    display: none;
  }
}
@media (max-width: 767px) {
  .mod-tab .tab-content .nav-tabs > li {
    width: 100% !important;
  }

  .help-subCat {
    display: none;
  }

  .placeMobile {
    display: block;
    position: relative;
    background-color: #fff;
    padding-top: 15px;
    padding-bottom: 15px;
    border: 1px solid #e1e1e1;
    border-radius: 0 0 4px 4px;
    margin-top: -1px;
  }

  .placeMobile:after {
    content: '';
    position: absolute;
    top: 15px;
    right: 21px;
    font-family: 'Glyphicons Halflings';
    content: '\e259';
    font-size: 1em;
    color: #333;
  }

  .selectedTabTitle {
    text-align: center;
  }
}

/* -- /mod-help.css -- */
/* -- mod-latest-news.css -- */

.latestnews {
  padding: 40px 0;
  position: relative;
}

.latestnews .section-header {
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  font-size: 2.571em;
  color: #00ba51;
  text-align: center;
}

.latestnews .article-header p {
  font-style: normal;
  font-stretch: normal;
  font-size: 1.143em;
  color: #464b57;
  text-align: center;
}

.alignCenter {
  text-align: center;
}

.latestnews .readmoreBtn {
  background-color: #2196f3;
  border-radius: 4px;
  padding: 10px 30px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  font-size: 1em;
  color: #fff;
  display: inline-block;
  margin-top: 15px;
  margin-bottom: 15px;
  display: inline-block;
  width: auto;
}

.latestnews .readmoreBtn:hover,
.latestnews .readmoreBtn:focus,
.latestnews .readmoreBtn:active {
  background-color: #529cf2;
  text-decoration: none;
  color: #fff;
}

.latestnews .lnews-bx {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 300px;
  width: 100%;
  overflow: hidden;
  margin-bottom: 15px;
  margin-top: 15px;
  position: relative;
}

.latestnews .blurb {
  padding: 15px 20px;
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  bottom: 0px;
  width: 100%;
  -webkit-transition: all 0.2s ease; /* Safari */
  transition: all 0.2s ease;
}

.latestnews .blurb p {
  font-style: normal;
  font-stretch: normal;
  font-size: 1.143em;
  color: #fff;
  text-align: left;
  margin: 0px;
}

.latestnews .blurb h4 {
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  color: #fff;
  text-align: left;
  margin: 8px 0 0 0;
  max-height: 46px;
  min-height: 46px;
  overflow: hidden;
  line-height: 1.35;
  font-size: 1.143em;
}

.latestnews .lnews-contents {
  width: 100%;
  height: 100%;
  min-height: 100%;
  display: block;
  background-color: rgba(0, 0, 0, 0.9);
  position: absolute;
  bottom: -100%;
  padding: 35px 30px;
  -webkit-transition: all 0.2s ease; /* Safari */
  transition: all 0.2s ease;
}
.latestnews .lnews-bx:hover .blurb {
  bottom: -100%;
}
.latestnews .lnews-bx:hover .lnews-contents {
  bottom: 0px;
}

.latestnews .lnews-contents p {
  text-align: left;
  margin-bottom: 15px;
  color: #fff;
  font-style: normal;
  font-stretch: normal;
  font-size: 1.143em;
  line-height: 1.5;
}

.latestnews .lnews-contents a {
  text-align: left;
  width: 100%;
  display: block;
  font-style: normal;
  font-stretch: normal;
  font-size: 1.143em;
  color: #1aa6f6;
  line-height: 1.5;
}

.latestnews .latest .lnews-contents {
  padding: 60px 50px;
}

/* -- /mod-latest-news.css -- */
/* -- mod-our-services2.css -- */

.ourservices {
  min-height: 650px;
  background-color: #333;
  padding: 40px 0 30px 0;
  position: relative;
}

.ourservices .section-header {
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  font-size: 2.571em;
  color: #fff;
  text-align: center;
  padding-top: 50px;
}

.ourservices p {
  font-style: normal;
  font-stretch: normal;
  font-size: 1.143em;
  color: #fff;
  text-align: center;
}

.serviceBx {
  display: block;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background-color: #fff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.serviceBx:after {
  content: '';
  display: block;
  width: 62px;
  height: 62px;
  text-align: center;
  position: absolute;
  top: 0px;
  left: 0px;
}
.serviceBx.taxi:after {
  background: url(../images/services-icon/icon-taxi.png) no-repeat center/50% auto;
}

.serviceBx.taxi:hover:after,
.serviceBx.taxi:focus:after,
.serviceBx.taxi.active:after {
  background: url(../images/services-icon/icon-taxi-white.png) no-repeat center/50% auto;
}

.serviceBx.car:after {
  background: url(../images/services-icon/icon-car.png) no-repeat center/50% auto;
}

.serviceBx.car:hover:after,
.serviceBx.car:focus:after,
.serviceBx.car.active:after {
  background: url(../images/services-icon/icon-car-white.png) no-repeat center/50% auto;
}

.serviceBx.bike:after {
  background: url(../images/services-icon/icon_bike.png) no-repeat center/50% auto;
}

.serviceBx.bike:hover:after,
.serviceBx.bike:focus:after,
.serviceBx.bike.active:after {
  background: url(../images/services-icon/icon_bike-white.png) no-repeat center/50% auto;
}

.serviceBx.express:after {
  background: url(../images/services-icon/icon_express.png) no-repeat center/50% auto;
}

.serviceBx.express:hover:after,
.serviceBx.express:focus:after,
.serviceBx.express.active:after {
  background: url(../images/services-icon/icon_express-white.png) no-repeat center/50% auto;
}

.serviceBx.hitch:after {
  background: url(../images/services-icon/icon_hitch.png) no-repeat center/50% auto;
}

.serviceBx.hitch:hover:after,
.serviceBx.hitch:focus:after,
.serviceBx.hitch.active:after {
  background: url(../images/services-icon/icon_hitch-white.png) no-repeat center/50% auto;
}

.serviceBx img {
  height: 50%;
  line-height: 62px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10%;
}
.serviceBx:hover,
.serviceBx:focus,
.serviceBx.active {
  background-color: #00b140;
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.ourServicesList {
  width: 60%;
  margin-left: 20%;
  margin-right: 20%;
  position: absolute;
  bottom: 50px;
}

.ourServicesList {
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}

/*****tooltip******/
.tooltipPlace {
  width: 83.3333%;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 25px;
  bottom: 15px;
  border-radius: 5px;
  display: none;
}
.tooltipCnt {
  padding-right: 65px;
}

.tooltipContent a {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 65px;
  height: 100%;
  display: block;
  background-color: rgba(0, 0, 0, 0.3);
  outline: none;
  text-align: center;
  color: #fff;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  outline: none;
}
.tooltipContent a:hover,
.tooltipContent a:focus {
  background-color: rgba(0, 0, 0, 0.6);
}
.tooltipContent a:after {
  font-family: 'Glyphicons Halflings';
  content: '\e258';
  color: #fff;
  position: absolute;
  right: 45%;
  top: 45%;
}

.tooltipCnt h3 {
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  font-size: 1.571em;
  color: #fff;
  margin-top: 0px;
}

.tooltipCnt p {
  font-style: normal;
  font-stretch: normal;
  font-size: 1em;
  color: #fff;
  text-align: left;
  line-height: 1.5;
}

/*
.tooltipPlace:after{
	content:"";
	position:absolute;
	bottom:-10px;
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 10px solid rgba(0,0,0,0.7);
}

.tooltipPlace.taxi:after{
	right:15%!important;
}
.tooltipPlace.car:after{
	right:30%!important;
}
.tooltipPlace.bike:after{
	right:60%!important;
}
.tooltipPlace.express:after{
	right:80%!important;
}
.tooltipPlace.hitch:after{
	right:100%!important;
}*/

.tooltipContent {
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 5px;
  padding: 30px;
  position: relative;
  padding-right: 90px;
  margin-bottom: 15px;
}

.tooltipContent h3 {
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  font-size: 1.571em;
  color: #fff;
  margin-top: 0px;
}

.tooltipContent p {
  font-style: normal;
  font-stretch: normal;
  font-size: 1em;
  color: #fff;
  text-align: left;
  line-height: 1.5;
}

.sList {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.sList li {
  width: 20%;
  text-align: center;
  float: left;
}
.tooltipContent {
  display: none;
  position: absolute;
  left: 0px;
  width: 100%;
  bottom: 0px;
}
.tooltipPlaceholder {
  position: relative;
  width: 100%;
}
.tooltipContent.active {
  display: block;
}

.tooltipContent .tooltipArrow {
  content: '';
  position: absolute;
  bottom: -10px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 10px solid rgba(0, 0, 0, 0.7);
}
.taxiBox .tooltipArrow {
  left: 9%;
}

.carBox .tooltipArrow {
  left: 29%;
}

.bikeBox .tooltipArrow {
  left: 49%;
}

.expressBox .tooltipArrow {
  left: 69%;
}

.hitchBox .tooltipArrow {
  left: 89%;
}
/*
.sevenItm .tooltipContent:nth-child(1):after{
	left:7%;
}
.sevenItm .tooltipContent:nth-child(2):after{
	left:21%;
}
.sevenItm .tooltipContent:nth-child(3):after{
	left:35%;
}
.sevenItm .tooltipContent:nth-child(4):after{
	left:49%;
}
.sevenItm .tooltipContent:nth-child(5):after{ 
	left:63%;
}
.sevenItm .tooltipContent:nth-child(6):after{
	left:77%;
}
.sevenItm .tooltipContent:nth-child(7):after{
	left:91%;
}
*/

.ourservices {
  position: relative;
}
.cswrapper,
.nextimg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
.cswrapper {
  position: absolute;
  z-index: 2;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
.csContent {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.nextimg {
  z-index: 1;
}

/* -- /mod-our-services2.css -- */

/****blog*****/

.subddl {
  min-height: 45px;
  border: 1px solid #e9e9e9;
}

.subddl ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}

.subddl ul li {
  width: auto;
  float: left;
  text-align: center;
  min-width: 33%;
  display: inline-block;
}

.subddl ul li a {
  font-style: normal;
  font-stretch: normal;
  color: #6e6e6e;
  font-size: 1.286em; /*20px*/
  line-height: 45px;
  text-align: center;
  outline: none;
}
.subddl ul li a:hover,
.subddl ul li a:focus,
.subddl ul li.active a {
  color: #00b45e;
  text-decoration: none;
  font-weight: 500;
}

.subddllvl2 {
  min-height: 45px;
  border: 1px solid #4b4b4b;
  background-color: #4b4b4b;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.subddllvl2 ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}

.subddllvl2 ul li {
  width: 20%;
  height: 45px;
  float: left;
  text-align: center;
}

.subddllvl2 ul li a {
  font-style: normal;
  font-stretch: normal;
  color: #fff;
  font-size: 1em; /*14px*/
  line-height: 45px;
  text-align: center;
  outline: none;
}
.subddllvl2 ul li a:hover,
.subddllvl2 ul li a:focus,
.subddllvl2 ul li.active a {
  color: #fff;
  text-decoration: none;
}
.subddllvl2 ul li:hover a,
.subddllvl2 ul li:focus a,
.subddllvl2 ul li.active a {
  font-weight: 500;
}
.subddllvl2 ul li:hover,
.subddllvl2 ul li:focus,
.subddllvl2 ul li.active {
  border-bottom: 4px solid #fff;
}

.subddllvl2 ul li.active a {
}

.submenusec {
  margin-top: 30px;
  margin-bottom: 30px;
}

/* -- /mod-press.css -- */
/* -- mod-press-details.css -- */

.subpage {
  padding: 50px 0;
  position: relative;
}

.blogdetails {
  padding: 50px 0 30px 0;
  position: relative;
}

.subpage-banner {
  min-height: 430px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}

.breadcrumb {
  background: none;
  margin: 0px;
  padding: 0px;
}

.breadcrumb li a,
.breadcrumb li.active {
  color: #00a9ff;
  font-style: normal;
  font-stretch: normal;
  font-size: 1em;
  display: inline-block;
  width: auto;
}

.breadcrumb > li + li::before {
  content: '>';
  color: #00a9ff;
  font-size: 12px;
}

.section-header {
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  font-size: 2.571em;
  color: #00ba51;
  text-align: center;
}

.blogDetailContainer p,
.blogDetailContainer ul,
.blogDetailContainer ol {
  font-style: normal;
  font-stretch: normal;
  font-size: 1.143em;
  line-height: 1.6;
  color: #444;
  text-align: left;
}

.blogDetailContainer p strong {
  font-weight: 700;
}

.blogDetailContainer ul,
.blogDetailContainer ol {
  margin-bottom: 25px;
  clear: right;
}

.blogDetailContainer h4 {
  font-weight: 700;
}

.content-area {
  padding: 20px 0;
}

.marginGap {
  margin-top: 60px;
}

.blogDetailContainer h3 {
  color: #464b57;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  margin: 5px 0px 15px 0;
  font-size: 2.143em;
  line-height: 1.5;
}

.blogDetailContainer .pressDatetime {
  color: #aeaeae;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  text-align: left;
  font-size: 1em;
}

.blogDetailContainer strong i {
  font-style: italic;
  font-family: helvetica, arial, sans-serif;
  font-weight: 700;
}
.blogDetailContainer ul li ul li,
.blogDetailContainer ul li ul li ul li {
  list-style-type: disc;
  font-size: 16px;
}

.blogDetailContainer ol li ul li,
.blogDetailContainer ol li ol li,
.blogDetailContainer ul li ol li,
.blogDetailContainer ol li ol li ol li {
  font-size: 16px;
}

.latestnews .lnews-contents p i {
  font-style: italic;
  font-family: helvetica, arial, sans-serif;
}

.latestnews .lnews-contents p strong {
  font-weight: 700;
}

.backaction {
  text-align: center;
}
.backBtn {
  height: 36px;
  width: 36px;
  border-radius: 50%;
  border: 1px solid #282828;
  display: block;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

.backBtn:after {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 36px;
  width: 36px;
  font-family: 'Glyphicons Halflings';
  content: '\e257';
  color: #282828;
  text-align: center;
  line-height: 36px;
}

.backBtn:hover,
.backBtn:focus {
  border: 1px solid #00a9ff;
}

.backBtn:hover:after,
.backBtn:focus:after {
  color: #00a9ff;
}

.blogDetailContainer a {
  text-align: inherit;
  display: inline-block;
  width: auto;
}
.blogDetailContainer ul li,
.blogDetailContainer ol li {
  margin-bottom: 8px;
}
.blogDetailContainer strong {
  font-weight: 700;
}
.blogDetailContainer i,
.blogDetailContainer em {
  font-style: italic;
  font-family: helvetica, arial, sans-serif;
}
.blogDetailContainer p {
  margin-bottom: 25px;
}
.blogDetailContainer ul ul,
.blogDetailContainer ul ol,
.blogDetailContainer ol ol,
.blogDetailContainer ol ul {
  margin-bottom: 0;
  margin-top: 8px;
}

/* -- /mod-press-details.css -- */

.howitwork {
  padding: 40px 0 0 0;
  position: relative;
}

.howitwork .article-header .section-header {
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  font-size: 2.571em;
  color: #00ba51;
  text-align: center;
  margin-bottom: 15px;
}

.howitwork p {
  font-style: normal;
  font-stretch: normal;
  font-size: 1.143em;
  color: #444;
  text-align: center;
  line-height: 1.5;
}

.howitwork .article-header {
  margin-bottom: 30px;
}

.howitwork .article-header p {
  text-align: center;
}

.mContainer {
  width: 502px;
  height: 762px;
  position: relative;
  width: 382px;
  height: 580px;
  float: right;
}

.mobileWrapper {
  background: url(../images/mod-howitwork/empty-v2.png) no-repeat center / cover;
  width: 502px;
  height: 762px;
  position: absolute;
  z-index: 9;
  top: 0px;
  right: 0px;
  width: 382px;
  height: 580px;
}

.slider.howitworkSlide {
  position: absolute;
  top: 80px;
  left: 138px;
  width: 270px;
  height: 478px;
}

.slider.howitworkSlide {
  width: 274px;
  height: 452px;
  top: 67px;
  left: 117px;
  width: 209px;
  height: 369px;
}

.slider.howitworkSlide img {
  width: 209px;
  height: 369px;
}

.stepList {
  margin: 0px;
  padding: 0px;
  list-style: none;
  margin-top: 30px;
  width: 90%;
  margin-left: 10%;
}

.stepList li {
  overflow: hidden;
  min-height: 135px;
}

.stepList li .num {
  display: inline-block;
  float: left;
  width: 30px;
  margin-right: 15px;
}

.stepList li .num span {
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 2px solid #00ba51;
  font-style: normal;
  font-stretch: normal;
  font-size: 1em;
  color: #00ba51;
  text-align: center;
  line-height: 29px;
}

.stepList li .stepCnt {
  float: left;
  width: auto;
  overflow: hidden;
  width: 85%;
}

.stepCnt a {
  color: inherit !important;
  display: inline-block !important;
  width: auto !important;
  text-decoration: underline;
}

.stepList li .stepCnt h3 {
  margin: 0px;
  color: #333;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  font-size: 1.143em;
  line-height: 1;
  margin-bottom: 10px;
  margin-top: 7px;
}

.stepList li {
  position: relative;
}

.stepList li:after {
  width: 13px;
  height: 92px;
  display: block;
  background: url(../images/mod-howitwork/arrowdown.png) no-repeat center / cover;
  content: '';
  position: absolute;
  bottom: 5px;
  left: 8px;
}

.stepList li:last-child:after {
  display: none;
}

.stepList li.active .num span {
  background-color: #00ba51;
  color: #fff;
}

.stepList li.active .stepCnt h3 {
  color: #00ba51;
  font-weight: 700;
}

.stepCnt h3:hover,
.num:hover {
  cursor: pointer;
}

.gLogo {
  text-indent: -9999px;
  display: inline-block;
  width: 110px;
  height: 42px;
  position: relative;
}

.gLogo:after {
  content: '';
  width: 110px;
  height: 42px;
  position: absolute;
  top: -8px;
  left: 0px;
  background: url(../images/Grab_logo.png) no-repeat center / cover;
}

/* Desktop */
@media screen and (min-width: 1025px) {
  .howitwork p {
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  .howitwork .article-header {
    margin-bottom: 0 !important;
  }

  .stepList li {
    display: none;
  }

  .stepList li.active {
    display: block;
  }

  .stepList li .num {
    display: none !important;
  }

  .stepList li .stepCnt {
    text-align: center;
  }

  .stepList li:after {
    display: none !important;
  }

  .stepList {
    margin-top: 15px !important;
  }

  .howitwork .slick-next {
    display: none !important;
  }

  .howitwork .slider.howitworkSlide {
    left: 75px;
    top: 54px;
    width: 270px;
    height: 410px;
  }

  .howitwork .slider.howitworkSlide .slick-slide img {
    width: 166px;
    height: 294px;
  }

  .stepList li,
  .stepList {
    min-height: 100px;
  }

  .stepList.mobile {
    min-height: inherit;
  }

  .mContainer {
    margin: 0 auto;
  }

  .mobileWrapper {
    left: 0;
    margin: auto;
    background: url(../images/mod-howitwork/empty-mobile.png) no-repeat center / cover;
    width: 320px;
    height: 464px;
  }

  .mContainer {
    float: none;
    margin: 0 auto;
    width: 320px;
    height: 464px;
  }

  .howitwork .slider.howitworkSlide {
    left: 0;
    width: 190px;
    right: 0;
    margin: auto;
  }

  .mobileWrapper,
  .mContainer {
    width: 270px;
    height: 392px;
    margin: 0 auto;
    text-align: center;
  }

  .howitwork .slider.howitworkSlide {
    top: 43px;
  }

  .howitwork .slider.howitworkSlide .slick-slide img {
    width: 141px;
    height: 251px;
  }

  .howitwork .slider.howitworkSlide {
    width: 141px;
  }
}

/* ==========================================================================
Pages
========================================================================== */

.page.about {
}
.page.about .container-fluid {
  padding: 0;
}
.page.about .section {
  font-size: 16px;
}
.page.about .section .bg-size-cover {
  width: 100%;
  height: 100%;
}

.page.about .section .well {
  background-color: transparent;
  border: 0;
  padding: 50px;
  margin: 0;
}
.page.about .section .well h2 {
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}
.page.about .section .well p.lead {
  font-size: 22px;
  font-weight: 300;
}

.page.about .section ul {
  font-size: 14px;
}

.page.about .toggleCollapse:hover {
  text-decoration: none;
}
.page.about .toggleCollapse .more {
  display: none;
}
.page.about .toggleCollapse.collapsed .more {
  display: block;
}
.page.about .toggleCollapse .h5 {
  font-weight: 700;
}
.page.about .toggleCollapse.collapsed .h5 {
  font-weight: 300;
}

@media screen and (min-width: 1025px) {
  .page.about .section {
    height: 650px;
  }
  .page.about .section > div {
    height: 100%;
  }
  .page.about .section:first-child .well {
    padding-top: 50px;
  }
  .page.about .section .well h2 {
    width: 50%;
  }
  .page.about .section ul.padded li {
    padding-left: 60px;
    position: relative;
    margin-bottom: 10px;
  }
  .page.about .section ul.padded li i {
    position: absolute;
    top: 15px;
    left: 15px;
  }
  .page.about .section ul.padded li .h5 {
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 1024px) {
  .page.about .section .bg-size-cover {
    width: 100%;
    height: 300px;
  }
  .page.about .section ul li {
    padding-left: 60px;
    position: relative;
    margin-bottom: 20px;
  }
  .page.about .section ul li i {
    position: absolute;
    top: 0;
    left: 15px;
  }
  .page.about .section ul li .h5 {
    margin-bottom: 0;
  }
}

/* ==========================================================================
Components
========================================================================== */

.media-iconlist .media-left {
  padding-right: 35px;
  width: 120px;
}
.media-iconlist .media-object {
  width: 100%;
}
.media-iconlist .media-body {
  width: auto;
}
.media-iconlist .media-body h4 {
  font-size: 1.6em;
  margin-bottom: 12px;
}
.media-iconlist .media-body p {
  font-size: 1.143em;
}

.media-showcase {
  min-height: 360px;
  /*width: 100%;*/
  overflow: hidden;
  margin: 0 10px;
  position: relative;
  box-shadow: 1px 1px 5px #888888;
  color: #fff;
  text-align: center;
}
.media-showcase.slick-slide {
  min-height: 360px;
}
.media-showcase .media-body {
  width: 100%;
  height: 100%;
  min-height: 100%;
  display: block;
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  bottom: -40%;
  padding: 35px 30px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.media-showcase:hover .media-body {
  bottom: 0px;
  background-color: rgba(0, 0, 0, 0.8);
}
.media-showcase:hover .hidden {
  display: block !important;
}
.media-showcase:hover .visible {
  display: none !important;
}

.media-showcase .media-icon {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  display: block;
  background-color: #fff;
  margin: 0 auto;
  position: relative;
}

.media-showcase .media-icon i {
  width: 55px;
  height: 55px;
  position: absolute;
  top: 3px;
  left: 3px;
}

.media-showcase .label {
  display: inline-block;
  padding: 8px 15px;
  margin: 15px auto;
  font-size: 1.143em;
  color: #000;
  background-color: #fff;
}

.media-showcase a {
  color: #fff;
}

.media--divider {
  border-bottom: solid 1px #d9d9d9;
  padding-bottom: 35px;
  margin-top: 35px;
}
.showcase .slick-dots {
  bottom: -60px;
}
.showcase .slick-dots li button:before {
  font-size: 66px;
}

@media screen and (max-width: 767px) {
  .media-showcase {
    background-position: top center !important;
  }
}

.panel-group--accordion {
}
.panel-group--accordion .panel {
  border: 1px solid #eaeaea;
  border-radius: 5px;
  padding: 25px 0;
  margin-bottom: 25px;
}

.panel-group--accordion .panel-heading {
  cursor: pointer;
}

.panel-group--accordion .panel-title {
  position: relative;
  font-weight: 700;
  font-size: 1.143em;
  color: #3a3a3a;
}
.panel-group--accordion .panel-title.collapsed {
  font-weight: 400;
}
.panel-group--accordion .panel-title:after {
  position: absolute;
  top: 0;
  right: -40px;
  font-family: 'Glyphicons Halflings';
  content: '\e260';
  color: #3a3a3a;
}
.panel-group--accordion .panel-title.collapsed:after {
  content: '\e259';
}

.panel-group--accordion .panel-title:before {
  content: '';
  position: absolute;
  bottom: -15px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(207, 207, 207, 0.8);
  display: block;
}
.panel-group--accordion .panel-title.collapsed:before {
  display: none;
}

.panel-group--accordion .panel-heading.collapsed .panel-title {
  border: none;
  position: relative;
  color: #3a3a3a;
}
.panel-default > .panel-heading {
  background: none;
  padding: 10px 80px 10px 60px;
}

.panel-heading:hover {
  cursor: pointer;
}
.panel.panel-default:first-child {
  margin-top: 20px;
}

.panel-group--accordion .panel-body {
  padding: 20px 80px 0 60px;
  border: 0 !important;
}

.tabs-icon ul.nav {
  border: 0;
  margin-bottom: 20px;
}
.tabs-icon .nav-tabs > li > a,
.tabs-icon .nav-tabs > li:hover > a {
  background: none;
  border: 0;
}
.tabs-icon .nav-tabs > li > a {
  color: #3a3a3a;
  text-align: center;
  padding: 0 10px;
  width: 140px;
}
.tabs-icon .nav-tabs > li:hover > a {
  color: #00b23e;
}
.tabs-icon .nav-tabs > li.active > a,
.tabs-icon .nav-tabs > li.active > a:focus,
.tabs-icon .nav-tabs > li.active > a:hover,
.tabs-icon .nav-tabs > li.active > a:focus {
  border: 0;
  color: #00b23e;
  background-color: transparent;
}
.tabs-icon .nav-tabs > li > a > .icon {
  margin-bottom: 10px;
}
.tabs-icon .nav-tabs > li.active > a > .icon {
  background-color: #00b23e;
  border: 2px solid #00b23e;
}
.tabs-icon.text-center ul.nav {
  display: inline-block;
}
.tabs-icon.text-center ul.nav li {
  display: inline a;
  display-float: left;
}

@media screen and (max-width: 1024px) {
  .tabs-icon .nav-tabs > li > a {
    padding: 0 10px;
  }
}

.tabs-pills .btn-group {
  margin-bottom: 20px;
}
.tabs-pills .btn,
.tabs-pills .btn.active {
  border-color: #00b23e;
  border-width: 2px;
}
.tabs-pills .btn {
  color: #3a3a3a;
  padding: 16px 50px;
}
.tabs-pills .btn.active {
  background-color: #00b23e;
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.icon {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  text-align: center;
  line-height: 62px;
  background-color: #fff;
  margin: 0 auto;
  position: relative;
  display: block;
}
.nav-icons .icon {
  border-radius: 0;
  background: #fafafa;
}

.icon.icon--outline {
  border: 2px solid #000;
}
.icon.icon--hover:hover {
  background-color: #00b23e;
}
.icon.icon--outline.icon--hover:hover {
  border: 2px solid #00b23e;
}
.icon:after {
  width: 58px;
  height: 58px;
  position: absolute;
  top: 0px;
  left: 0px;
  content: '';
  background-repeat: no-repeat;
  background-position: center;
}
.nav-icons .icon:after {
  right: 0;
  margin: 30px auto 0;
  width: 40px;
  height: 40px;
  background-size: 40px 40px;
}

.icon:after {
  background-size: 50px 50px;
}
.icon.icon--taxi:after {
  background-image: url(../images/mod-fare-table/icon/icon-taxi-plus.png);
}
.icon.icon--taxi-plus:after {
  background-image: url(../images/mod-fare-table/icon/icon-taxi.png);
}
.icon.icon--executive:after {
  background-image: url(../images/mod-fare-table/icon/icon-executive-taxi.png);
}
.active .icon.icon--executive:after {
  background-image: url(../images/mod-fare-table/icon/icon-executive-taxi-white.png);
}

.icon.icon--electric:after,
.media-showcase .icon.icon--electric:hover:after {
  background-image: url(../images/mod-fare-table/icon/icon-electric-taxi.png);
}
.icon.icon--electric:hover:after,
.active .icon.icon--electric:after {
  background-image: url(../images/mod-fare-table/icon/icon-electric-taxi-white.png);
}

.icon.icon--grabcar_economy:after,
.media-showcase .icon.icon--grabcar_economy:hover:after {
  background-image: url(../images/mod-fare-table/icon/economy.png);
}
.icon.icon--grabcar_economy:hover:after,
.active .icon.icon--grabcar_economy:after {
  background-image: url(../images/mod-fare-table/icon/economy-active.png);
}

.icon.icon--grabcar_premium:after,
.media-showcase .icon.icon--grabcar_premium:hover:after {
  background-image: url(../images/mod-fare-table/icon/premium.png);
}
.icon.icon--grabcar_premium:hover:after,
.active .icon.icon--grabcar_premium:after {
  background-image: url(../images/mod-fare-table/icon/premium-active.png);
}

.icon.icon--6-seater_economy:after,
.media-showcase .icon.icon--6-seater_economy:hover:after {
  background-image: url(https://www.downtownmelody.com/_x/MTU3OTItcHJlc3NjZG4tMC02LXBhZ2VseS5uZXRkbmEtc3NsLmNvbQ/sg/wp-content/themes/grabsg/public/images/mod-fare-table/icon/six_eco.png);
}
.icon.icon--6-seater_economy:hover:after,
.active .icon.icon--6-seater_economy:after {
  background-image: url(https://www.downtownmelody.com/_x/MTU3OTItcHJlc3NjZG4tMC02LXBhZ2VseS5uZXRkbmEtc3NsLmNvbQ/sg/wp-content/themes/grabsg/public/images/mod-fare-table/icon/six_eco_white.png);
}

.icon.icon--6-seater_premium:after,
.media-showcase .icon.icon--6-seater_premium:hover:after {
  background-image: url(../images/mod-fare-table/icon/icon-6_seater.png);
}
.icon.icon--6-seater_premium:hover:after,
.active .icon.icon--6-seater_premium:after {
  background-image: url(../images/mod-fare-table/icon/icon-6_seater-white.png);
}

.icon.icon--13-seater:after,
.media-showcase .icon.icon--13-seater:hover:after {
  background-image: url(../images/mod-fare-table/icon/icon-13seater.png);
}

.icon.icon--13-seater:hover:after,
.active .icon.icon--13-seater:after {
  background-image: url(../images/mod-fare-table/icon/icon-13_seater-white.png);
}

.icon.icon--justgrab:after,
.media-showcase .icon.icon--justgrab:hover:after {
  background-image: url(../images/services-icon/icon-justgrab.png);
}
.icon.icon--justgrab:hover:after,
.active .icon.icon--justgrab:after {
  background-image: url(../images/services-icon/icon-justgrab-white.png);
}

.icon.icon--justgrab--plus:after,
.media-showcase .icon.icon--justgrab--plus:hover:after {
  background-image: url(../images/services-icon/icon-justgrab-plus.png);
}
.icon.icon--justgrab--plus:hover:after,
.active .icon.icon--justgrab--plus:after {
  background-image: url(../images/services-icon/icon-justgrab-plus-white.png);
}

.icon.icon--grabrent--car:after,
.media-showcase .icon.icon--grabrent--car:hover:after {
  background-image: url(../images/services-icon/icon-grabrent-car.png);
}
.icon.icon--grabrent--car:hover:after,
.active .icon.icon--grabrent--car:after {
  background-image: url(../images/services-icon/icon-grabrent-car-white.png);
}

.icon.icon--remorque:after,
.media-showcase .icon.icon--remorque:hover:after {
  background-image: url(../images/services-icon/icon-remorque.png);
}
.icon.icon--remorque:hover:after,
.active .icon.icon--remorque:after {
  background-image: url(../images/services-icon/icon-remorque-white.png);
}

.icon.icon--grabrent--remorque:after,
.media-showcase .icon.icon--grabrent--remorque:hover:after {
  background-image: url(../images/services-icon/icon-grabrent-remorque.png);
}
.icon.icon--grabrent--remorque:hover:after,
.active .icon.icon--grabrent--remorque:after {
  background-image: url(../images/services-icon/icon-grabrent-remorque-white.png);
}

.icon.icon--service--hitch:after,
.media-showcase .icon.icon--service--hitch:hover:after {
  background-image: url(../images/services-icon/icon_hitch.png);
}
.icon.icon--service--hitch:hover:after,
.active .icon.icon--service--hitch:after {
  background-image: url(../images/services-icon/icon_hitch-white.png);
}
.icon.icon--service--car:after {
  background-image: url(../images/services-icon/icon-car.png);
}
.icon.icon--service--car:hover:after,
.active .icon.icon--service--car:after {
  background-image: url(../images/services-icon/icon-car-white.png);
}

/** grabshare **/
.icon.icon--service--share:after {
  background-image: url(../images/services-icon/icon_grabshare.png);
}
.icon.icon--service--share:hover:after,
.active .icon.icon--service--share:after {
  background-image: url(../images/services-icon/icon_grabshare-white.png);
}

/** grabfamily **/
.icon.icon--service--family:after {
  background-image: url(../images/services-icon/icon-family.png);
}
.icon.icon--service--family:hover:after,
.active .icon.icon--service--family:after {
  background-image: url(../images/services-icon/icon-family_white.png);
}

/** justGrab **/
.icon.icon--service--justgrab:after {
  background-image: url(../images/services-icon/icon-justgrab.png);
}
.icon.icon--service--justgrab:hover:after,
.active .icon.icon--service--justgrab:after {
  background-image: url(../images/services-icon/icon-justgrab-green.png);
}

/** justGrab Plus**/
.icon.icon--service--justgrab--plus:after {
  background-image: url(../images/services-icon/icon-justgrab-plus.png);
}
.icon.icon--service--justgrab--plus:hover:after,
.active .icon.icon--service--justgrab:after {
  background-image: url(../images/services-icon/icon-justgrab-plus-green.png);
}

/** grabRental **/
.icon.icon--service--rental:after {
  background-image: url(../images/services-icon/icon-rental.png);
}
.icon.icon--service--rental:hover:after,
.active .icon.icon--service--rental:after {
  background-image: url(../images/services-icon/icon-rental-green.png);
}

/** GrabRent Car **/
.icon.icon--service--grabrent--car:after {
  background-image: url(../images/services-icon/icon-grabrent-car.png);
}
.icon.icon--service--grabrent--car:hover:after,
.active .icon.icon--service--grabrent--car:after {
  background-image: url(../images/services-icon/icon-grabrent-car-green.png);
}

/** grabParcel **/
.icon.icon--service--parcel:after {
  background-image: url(../images/services-icon/icon-parcel.png);
}
.icon.icon--service--parcel:hover:after,
.active .icon.icon--service--parcel:after {
  background-image: url(../images/services-icon/icon-parcel-green.png);
}

/** Kudo **/
.icon.icon--service--kudo:after {
  background-image: url(../images/services-icon/icon-kudo-color.png);
}
.icon.icon--service--kudo:hover:after,
.active .icon.icon--service--parcel:after {
  background-image: url(../images/services-icon/icon-kudo-green.png);
}

/** grabcycle **/
.icon.icon--service--cycle:after {
  background-image: url(../images/services-icon/icon-cycle.png);
}
.icon.icon--service--cycle:hover:after,
.active .icon.icon--service--rental:after {
  background-image: url(../images/services-icon/icon-cycle-green.png);
}

.icon.icon--service--bike:after,
.media-showcase .icon.icon--service--bike:hover:after {
  background-image: url(../images/services-icon/icon_bike.png);
}
.icon.icon--service--bike:hover:after,
.active .icon.icon--service--bike:after {
  background-image: url(../images/services-icon/icon_bike-white.png);
}

.icon.icon--service--express:after {
  background-image: url(../images/services-icon/icon_express.png);
}
.icon.icon--service--express:hover:after,
.active .icon.icon--service--express:after {
  background-image: url(../images/services-icon/icon_express-white.png);
}

.icon.icon--service--taxi:after {
  background-image: url(../images/services-icon/icon-taxi.png);
}
.icon.icon--service--taxi:hover:after,
.active .icon.icon--service--taxi:after {
  background-image: url(../images/services-icon/icon-taxi-white.png);
}

/** grabtuktuk **/
.icon.icon--service--tuktuk:after {
  background-image: url(../images/services-icon/icon-tuktuk.png);
}
.icon.icon--service--tuktuk:hover:after,
.active .icon.icon--service--tuktuk:after {
  background-image: url(../images/services-icon/icon-tuktuk-green.png);
}
/** grabremorque **/
.icon.icon--service--remorque:after {
  background-image: url(../images/services-icon/icon-remorque.png);
}
.icon.icon--service--remorque:hover:after,
.active .icon.icon--service--remorque:after {
  background-image: url(../images/services-icon/icon-remorque-green.png);
}
/** grabrent grabremorque **/
.icon.icon--service--grabrent--remorque:after {
  background-image: url(../images/services-icon/icon-grabrent-remorque.png);
}
.icon.icon--service--grabrent--remorque:hover:after,
.active .icon.icon--service--grabrent--remorque:after {
  background-image: url(../images/services-icon/icon-grabrent-remorque-green.png);
}
.icon.icon--screening:after {
  background-image: url(../images/mod-showcase/icon/ico-screening.png);
}
.icon.icon--training:after {
  background-image: url(../images/mod-showcase/icon/ico-training.png);
}
.icon.icon--safety:after {
  background-image: url(../images/mod-showcase/icon/ico-safety.png);
}
.icon.icon--insurance:after {
  background-image: url(../images/mod-showcase/icon/ico-insurance.png);
}

.icon.icon--passenger.active:after {
  background-image: url('../images/services-icon/pax_with_icons-green.png');
}
.icon.icon--passenger:after {
  background-image: url('../images/services-icon/pax_with_icons-darkGrey.png');
}
.icon.icon--driver.active:after {
  background-image: url('../images/services-icon/driver_with_icons-green.png');
}
.icon.icon--driver:after {
  background-image: url('../images/services-icon/driver_with_icons-darkGrey.png');
}
.icon.icon--business.active:after {
  background-image: url('https://www.downtownmelody.com/_x/MTU3OTItcHJlc3NjZG4tMC02LXBhZ2VseS5uZXRkbmEtc3NsLmNvbQ/sg/wp-content/themes/grabsg/public/images/services-icon/icon-business-green.png');
}
.icon.icon--business:after {
  background-image: url('https://www.downtownmelody.com/_x/MTU3OTItcHJlc3NjZG4tMC02LXBhZ2VseS5uZXRkbmEtc3NsLmNvbQ/sg/wp-content/themes/grabsg/public/images/services-icon/icon-business-grey.png');
}

.icon.icon--pay.active:after {
  background-image: url('https://www.downtownmelody.com/_x/d3d3LmdyYWIuY29t/sg/wp-content/uploads/sites/4/2016/08/pay_with_icons-green.png');
}
.icon.icon--pay:after {
  background-image: url('https://www.downtownmelody.com/_x/d3d3LmdyYWIuY29t/sg/wp-content/uploads/sites/4/2016/08/pay_with_icons-darkGrey.png');
}

.icon.icon--taxi.icon--hover:hover:after,
.active .icon.icon--taxi:after {
  background-image: url(../images/mod-fare-table/icon/icon-taxi-white.png);
}

li.active .icon.icon--instant--bike--cod:after {
  background-image: url(../images/services-icon/icon_instant_bike_cod.png);
}
.icon.icon--instant--bike--cod.active:after {
  background-image: url(../images/services-icon/icon_instant_bike_cod.png);
}
.icon.icon--instant--bike--cod:after {
  background-image: url(../images/services-icon/icon_instant_bike_cod_grey.png);
}

li.active .icon.icon--instant--bike:after {
  background-image: url(../images/services-icon/icon_instant_bike.png);
}
.icon.icon--instant--bike.active:after {
  background-image: url(../images/services-icon/icon_instant_bike.png);
}
.icon.icon--instant--bike:after {
  background-image: url(../images/services-icon/icon_instant_bike_grey.png);
}

li.active .icon.icon--instant--car:after {
  background-image: url(../images/services-icon/icon_instant_car.png);
}
.icon.icon--instant--car.active:after {
  background-image: url(../images/services-icon/icon_instant_car.png);
}
.icon.icon--instant--car:after {
  background-image: url(../images/services-icon/icon_instant_car_grey.png);
}

li.active .icon.icon--instant--pickup:after {
  background-image: url(../images/services-icon/icon_instant_pickup.png);
}
.icon.icon--instant--pickup.active:after {
  background-image: url(../images/services-icon/icon_instant_pickup.png);
}
.icon.icon--instant--pickup:after {
  background-image: url(../images/services-icon/icon_instant_pickup_grey.png);
}

li.active .icon.icon--instant--sd--bike.active:after {
  background-image: url(../images/services-icon/icon_sd_bike.png);
}
.icon.icon--instant--sd--bike.active:after {
  background-image: url(../images/services-icon/icon_sd_bike.png);
}
.icon.icon--instant--sd--bike:after {
  background-image: url(../images/services-icon/icon_sd_bike_grey.png);
}

.carousel--mobileview {
}
.carousel--mobileview .carousel-indicators {
  position: static;
}
.carousel--mobileview .carousel-indicators li,
.carousel--mobileview .carousel-indicators li.active {
  width: 100%;
  height: 130px;
  text-align: left;
  background: none;
  border: none;
}
.carousel--mobileview .carousel-indicators li {
  text-indent: 0;
  position: relative;
  font-size: 1.143em;
}
.carousel--mobileview .carousel-indicators li:before {
  content: '';
  display: block;
  position: absolute;
}
.carousel--mobileview .carousel-indicators li:last-child:before {
  display: none;
}
.carousel--mobileview .carousel-indicators li:after {
  content: attr(data-step);
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 2px solid #00ba51;
  font-size: 1em;
  color: #00ba51;
  text-align: center;
  line-height: 29px;
}
.carousel--mobileview .carousel-indicators li.active:after,
.carousel--mobileview .carousel-indicators li:hover:after {
  background: #00ba51;
  color: #fff;
}
.carousel--mobileview .carousel-indicators li h4 {
  font-weight: 700;
  margin-top: 5px;
}
.carousel--mobileview .carousel-indicators li.active h4,
.carousel--mobileview .carousel-indicators li:hover h4 {
  color: #00ba51;
}
.carousel--mobileview .carousel-indicators li p {
  display: block;
}

.carousel--mobileview .carousel-inner {
  position: absolute;
  left: 50%;
  overflow: hidden;
}
.carousel--mobileview .carousel-inner .item {
  position: static;
  width: 100% !important;
}
.carousel--mobileview .carousel-bg {
  background: url(../images/mod-howitwork/empty-v2.png) no-repeat center/cover;
  position: absolute;
  left: 50%;
  z-index: 9;
}

.carousel--desktopview {
}
.carousel--desktopview .carousel-indicators {
  position: static;
}
.carousel--desktopview .carousel-indicators li,
.carousel--desktopview .carousel-indicators li.active {
  width: 100%;
  height: auto !important;
  text-align: center;
  border: 1px solid #ccd6dd;
  background: #f7f9fb;
  border-radius: 0;
}
.carousel--desktopview .carousel-indicators li.active {
  border-color: #38c564;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  color: #38c564;
}
.carousel--desktopview .carousel-indicators li {
  text-indent: 0;
  position: relative;
  font-size: 1.143em;
}
.carousel--desktopview .carousel-indicators li:before {
  content: '';
  display: block;
  position: absolute;
}
.carousel--desktopview .carousel-indicators li:last-child:before {
  display: none;
}

.carousel--desktopview .carousel-indicators li h4 {
  font-weight: 700;
  margin-top: 5px;
}
.carousel--desktopview .carousel-indicators li.active h4,
.carousel--desktopview .carousel-indicators li:hover h4 {
  color: #00ba51;
}
.carousel--desktopview .carousel-indicators li p {
  display: block;
}

.carousel--desktopview .carousel-inner {
  position: absolute;
  right: 50%;
  overflow: hidden;
}
.carousel--desktopview .carousel-inner .item {
  position: static;
  width: 100% !important;
}
.carousel--desktopview .carousel-bg {
  background: url(../images/bg-imac.png) no-repeat center/cover;
  position: absolute;
  right: 50%;
  z-index: 9;
}
.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}

@media screen and (min-width: 768px) {
  .carousel--mobileview {
    min-height: 580px;
  }

  .carousel--mobileview .carousel-indicators {
    float: right;
  }
  .carousel--mobileview .carousel-indicators {
    width: 50% !important;
  }
  .carousel--mobileview .carousel-indicators li {
    padding: 0 0 10px 45px;
  }
  .carousel--mobileview .carousel-indicators li:before {
    width: 13px;
    height: 92px;
    background: url(../images/mod-howitwork/arrowdown.png) no-repeat center/cover;
    bottom: 5px;
    left: 8px;
  }
  .carousel--mobileview .carousel-bg {
    top: 0px;
    margin-left: -400px;
    width: 400px;
    height: 580px;
  }
  .carousel--mobileview .carousel-inner {
    top: 68px;
    margin-left: -290px;
    width: 210px !important;
    height: 365px;
  }
  .carousel--desktopview {
    min-height: 450px;
  }

  .carousel--desktopview .carousel-indicators {
    float: left;
    margin-left: 0;
  }
  .carousel--desktopview .carousel-indicators {
    width: 40% !important;
  }
  .carousel--desktopview .carousel-indicators li {
    padding: 10px 12px;
    margin-bottom: 50px;
  }
  .carousel--desktopview .carousel-indicators li:before {
    width: 1px;
    height: 30px;
    background-color: #38c564;
    bottom: -40px;
    left: 50%;
  }
  .carousel--desktopview .carousel-bg {
    top: 0px;
    margin-right: -550px;
    width: 538px;
    height: 429px;
  }
  .carousel--desktopview .carousel-inner {
    top: 20px;
    margin-right: -522px;
    width: 483px !important;
    height: 275px;
  }
}
@media screen and (max-width: 767px) {
  .carousel--mobileview {
    min-height: 540px;
  }
  .carousel--mobileview .carousel-indicators {
    margin-left: 10%;
    width: 90%;
  }
  .carousel--mobileview .carousel-indicators li {
    float: left;
  }
  .carousel--mobileview .carousel-indicators.steps--2 li {
    width: 50%;
  }
  .carousel--mobileview .carousel-indicators.steps--3 li {
    width: 33%;
  }
  .carousel--mobileview .carousel-indicators.steps--4 li {
    width: 25%;
  }
  .carousel--mobileview .carousel-indicators.steps--5 li {
    width: 20%;
  }
  .carousel--mobileview .carousel-indicators li {
    padding: 0;
    margin: 0 !important;
  }
  .carousel--mobileview .carousel-indicators li h4,
  .carousel--mobileview .carousel-indicators li p {
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    text-align: center;
    display: none;
  }
  .carousel--mobileview .carousel-indicators li:before {
    font-family: FontAwesome;
    content: '\f061';
    top: 5px;
    right: 30%;
    color: #333;
  }
  .carousel--mobileview .carousel-bg {
    top: 148px;
    margin-left: -135px;
    width: 270px;
    height: 392px;
  }
  .carousel--mobileview .carousel-inner {
    top: 195px;
    margin-left: -61px;
    width: 142px !important;
    height: 248px;
  }
  .carousel--mobileview .carousel-description {
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    height: 100px;
    text-align: center;
  }
  .carousel--mobileview .carousel-description h4 {
    font-weight: 700;
    margin-top: 5px;
    color: #00ba51;
  }

  .carousel--desktop {
    min-height: 540px;
  }
  .carousel--desktop .carousel-indicators {
    margin-left: 10%;
    width: 90%;
  }
  .carousel--desktop .carousel-indicators li {
    float: left;
  }
  .carousel--desktop .carousel-indicators.steps--2 li {
    width: 50%;
  }
  .carousel--desktop .carousel-indicators.steps--3 li {
    width: 33%;
  }
  .carousel--desktop .carousel-indicators.steps--4 li {
    width: 25%;
  }
  .carousel--desktop .carousel-indicators.steps--5 li {
    width: 20%;
  }
  .carousel--desktop .carousel-indicators li {
    padding: 0;
    margin: 0 !important;
  }
  .carousel--desktop .carousel-indicators li h4,
  .carousel--desktop .carousel-indicators li p {
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    text-align: center;
    display: none;
  }
  .carousel--desktop .carousel-indicators li:before {
    font-family: FontAwesome;
    content: '\f061';
    top: 5px;
    right: 30%;
    color: #333;
  }
  .carousel--desktop .carousel-bg {
    top: 150px;
    margin-left: -135px;
    width: 270px;
    height: 392px;
  }
  .carousel--desktop .carousel-inner {
    top: 195px;
    margin-left: -61px;
    width: 142px !important;
    height: 248px;
  }
  .carousel--desktop .carousel-description {
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    height: 100px;
    text-align: center;
  }
  .carousel--desktop .carousel-description h4 {
    font-weight: 700;
    margin-top: 5px;
    color: #00ba51;
  }
}

/* -- gc-banner.css -- */

/* Carousel base class */
.carousel.verticalBanner {
  height: 85%;
  /*margin-bottom: 60px;*/
}
/* Since positioning the image, we need to help out the caption */
.verticalBanner .carousel-caption {
  z-index: 10;
  left: 15%;
  right: 50%;
  text-align: left;
}

/* Declare heights because of positioning of img element */
.carousel.verticalBanner .item {
  height: 100%;
  background-color: #777;
}
.verticalBanner .carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
}

.verticalBanner .carousel-indicators li {
  width: 10px;
  height: 10px;
  border: none;
  background-color: rgba(255, 255, 255, 0.6);
  margin: 0px;
  margin-left: 5px;
}

.verticalBanner .carousel-indicators li.active {
  width: 10px;
  height: 10px;
  border: none;
  background-color: rgba(255, 255, 255, 1);
  margin-left: 5px;
}
.verticalBanner .carousel-caption {
  padding-bottom: 60px;
}
.verticalBanner .carousel-caption h2 {
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  font-size: 4em;
  margin-bottom: 10px;
  line-height: 1;
}

.verticalBanner .ddlbtn {
  background-color: #00b140;
  color: #fff;
  border-radius: 4px;
  padding: 10px 30px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  font-size: 1em;
  text-decoration: none;
  text-shadow: none;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.6);
}
.verticalBanner .ddlbtn:hover,
.verticalBanner .ddlbtn:focus {
  background-color: #00be45;
  text-decoration: none;
  color: #fff;
}

.verticalBanner .carousel-control {
  display: none;
}

.verticalBanner .calltoaction {
  background-color: #00ba51;
  color: #fff;
  border-radius: 4px;
  padding: 10px 30px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  font-size: 1.143em;
  text-decoration: none;
  text-shadow: none;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.6);
  display: inline-block;
  width: auto;
}

.verticalBanner .calltoaction:hover,
.verticalBanner .calltoaction:focus {
  background-color: #00be45;
  text-decoration: none;
  color: #fff;
}

.verticalBanner .carousel-caption p {
  margin-bottom: 15px;
  font-style: normal;
  font-stretch: normal;
  color: #fff;
  font-size: 1.5em;
  text-shadow: none;
  line-height: 1.3;
}

.validation_error {
  display: none;
}
.validation_message {
  color: #f00;
  font-size: 12px;
}

.calltoaction {
  background-color: #4a90e2;
  color: #fff;
  border-radius: 4px;
  padding: 10px 30px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  font-size: 1em;
  text-decoration: none;
  text-shadow: none;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.6);
  display: inline-block;
  font-size: 1.25em;
  padding: 15px 30px;
}

.calltoaction:hover,
.calltoaction:focus {
  background-color: #529cf2;
  text-decoration: none;
  color: #fff;
}

/*****calculate for Driver******/
.calfordriver {
  min-height: 252px;
  background-color: #363a45;
  padding: 40px 0;
}

.calSection h3 {
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  font-size: 2.143em;
  color: #fff;
}

.calSection p {
  font-style: normal;
  font-stretch: normal;
  color: #fff;
  font-size: 1em;
}

.calField {
  height: 45px;
  width: 100%;
  padding-left: 0px;
  padding-right: 0px;
}

.calField input,
.calField select {
  width: 100%;
  height: 100%;
  padding: 0 10px;
  border: 0px;
}

.calField input {
  border-right: 1px solid #c5c5c5;
}

.calField button {
  width: 100%;
  height: 100%;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  background-color: #2196f3;
}

.calRow .col-md-4 {
  padding: 0px;
}

/* -- /gc-banner.css -- */

/* -- driver-banner.css -- */

/*partners form 13-2-2016*/
.gform--partnerships .gform_body ul.gform_fields li.float-left,
.gform--partnerships .gform_body ul.gform_fields li.float-right {
  width: 48%;
  margin-bottom: 20px;
  clear: none;
}
.gform--partnerships .gform_body ul.gform_fields li.float-left {
  float: left;
}
.gform--partnerships .gform_body ul.gform_fields li.float-right {
  float: right;
}

.gform--partnerships .gform_body ul.gform_fields li.gfield select {
  width: 100%;
}

.gform--partnerships .gform_body ul.gform_fields li.gfield .ginput_container_select::after {
  top: 10px;
}

.gform--partnerships .gform_body ul.gform_fields li.gfield textarea {
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #888;
  border-radius: 4px;
  -o-border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  -o-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  -ms-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  color: #555555;
  display: block;
  font-size: 14px;
  height: auto;
  max-height: 100px;
  line-height: 1.42857;
  padding: 6px 12px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  -moz-transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  -ms-transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  -o-transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  -webkit-transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  width: 100%;
  margin-bottom: 20px;
  margin-top: 15x;
}

.gform--partnerships .gform_footer {
  text-align: center !important;
}

.gform--partnerships .gform_body ul.gform_fields li.gfield label {
  display: none;
}

/* Carousel base class */
.carousel.driverBanner {
  height: 85%;
  margin-bottom: 0px;
  overflow: visible;
  position: relative;
}
/* Since positioning the image, we need to help out the caption */
.driverBanner .carousel-caption {
  z-index: 10;
  left: 10%;
  right: 45%;
  text-align: left;
  position: absolute;
}

/* Declare heights because of positioning of img element */
.carousel.driverBanner .item {
  height: 100%;
  background-color: #777;
}
.driverBanner .carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
}
.driverBanner .carousel-indicators {
  float: left;
  text-align: left;
  margin-left: 0px;
  left: 0px;
  position: relative;
  bottom: auto;
  margin-top: 5px;
}
.driverBanner .carousel-indicators li {
  width: 10px;
  height: 10px;
  border: none;
  background-color: rgba(0, 0, 0, 0.4);
  margin: 0px;
  margin-left: 5px;
}

.driverBanner .carousel-indicators li.active {
  width: 10px;
  height: 10px;
  border: none;
  background-color: rgba(255, 255, 255, 1);
  margin-left: 5px;
}
.driverBanner .carousel-caption {
  padding-bottom: 60px;
  display: block;
}
.driverBanner .carousel-caption h2 {
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  font-size: 4em;
  margin-bottom: 10px;
  line-height: 1;
}

.driverBanner .ddlbtn {
  background-color: #00b140;
  color: #fff;
  border-radius: 4px;
  padding: 10px 30px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  font-size: 1.143em;
  text-decoration: none;
  text-shadow: none;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.6);
  border: none;
  width: auto !important;
}
.gform_button {
  background-color: #00b140;
  color: #fff;
  border-radius: 4px;
  padding: 10px 30px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  font-size: 1.143em;
  text-decoration: none;
  text-shadow: none;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.6);
  border: none;
  width: 100% !important;
}
.driverBanner .ddlbtn:hover,
.gform_button:hover,
.driverBanner .ddlbtn:focus,
.gform_button:focus {
  background-color: #00be45;
  text-decoration: none;
  color: #fff;
}

.driverBanner .carousel-control {
  display: none;
}

.driverBanner .calltoaction {
  background-color: #4a90e2;
  color: #fff;
  border-radius: 4px;
  padding: 10px 30px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  font-size: 1em;
  text-decoration: none;
  text-shadow: none;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.6);
  display: inline-block;
}

.driverBanner .calltoaction:hover,
.driverBanner .calltoaction:focus {
  background-color: #00be45;
  text-decoration: none;
  color: #fff;
}

.driverBanner .carousel-caption p {
  margin-bottom: 15px;
  font-style: normal;
  font-stretch: normal;
  color: #fff;
  font-size: 1.5em;
  text-shadow: none;
  line-height: 1.3;
}

/*****calculate for Driver******/
.calfordriver {
  min-height: 252px;
  background-color: #363a45;
  padding: 40px 0;
}

.calSection h3 {
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  font-size: 2.143em;
  color: #fff;
}

.calSection p {
  font-style: normal;
  font-stretch: normal;
  color: #fff;
  font-size: 1em;
  text-align: left;
}

.calField {
  height: 45px;
  width: 100%;
  padding-left: 0px;
  padding-right: 0px;
}

.calField input,
.calField select {
  width: 100%;
  height: 100%;
  padding: 0 10px;
  border: 0px;
}

.calField input {
  border-right: 1px solid #c5c5c5;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  outline: none;
}

.calField button {
  width: 100%;
  height: 100%;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  background-color: #2196f3;
  outline: none;
}

.calRow .col-md-4 {
  padding: 0px;
}

.paddingLeft {
  padding-left: 15px !important;
}

.calResultClass {
  background: none;
  border: none;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  font-size: 1.5em;
  color: #fff;
  text-align: center;
  line-height: 50px;
  outline: none;
}

/******      Gravity Form CSS Start Here      *****/
.validation_error {
  display: none;
}
.validation_message {
  color: #f00;
  font-size: 12px;
}
.gform_wrapper {
  display: block !important;
}
.gform_wrapper .gform_body ul {
  margin: 0;
  padding: 0;
  display: block;
  clear: both;
}
.gform_wrapper .gform_body ul li {
  list-style: none;
  position: relative;
  clear: both;
}
.gfield.label-visible label {
  display: block !important;
  font-size: 13px;
}

/*24-02-2016*/

.gform_wrapper .gform_body ul li.one_half {
  clear: none !important;
  display: inline-block;
  float: none !important;
  margin-right: 0px !important;
  width: 49% !important;
}

.gform_wrapper .gform_body ul li.two_half {
  float: right !important;
  width: 49%;
}

/*24-02-2016*/

.gform_wrapper .gform_body ul li input[type='text'] {
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #888888;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  color: #555555;
  display: block;
  font-size: 14px;
  height: 40px;
  line-height: 1.42857;
  padding: 6px 12px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  width: 100%;
}
.gform_wrapper .checkbox input[type='checkbox'],
.gform_wrapper .checkbox-inline input[type='checkbox'],
.gform_wrapper .radio input[type='radio'],
.gform_wrapper .radio-inline input[type='radio'] {
  margin-left: 0;
}
.gform_wrapper .checkbox label .gfield_required,
.gform_wrapper .radio label .gfield_required {
  display: none;
}
.gform_wrapper .gform_heading {
  display: none;
}
.gform_wrapper .checkbox {
  color: #1aa6f6;
  margin-bottom: 10px;
  margin-top: 0;
}
#gform_submit_button_1 {
  width: 100%;
  border: none;
}
.gform_wrapper .gform_body ul li input:focus {
  border-color: #66afe9;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
  outline: 0 none;
}
.ginput_container_select::after {
  font-family: 'Glyphicons Halflings';
  content: '\e259';
  color: #979797;
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 0.8em;
}

.gform_wrapper .gform_body ul li select {
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #888888;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  color: #555555;
  display: block;
  font-size: 14px;
  height: 40px;
  line-height: 1.42857;
  padding: 6px 12px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  width: 100%;
  -moz-appearance: none;
  -webkit-appearance: none;
  outline: medium none;
  padding-left: 5px;
}
.validation_message,
.validation_error {
  color: #f00;
  font-size: 12px;
}

.label_display label {
  color: #555;
  display: block !important;
  float: left;
  margin: 10px 0;
  width: 10%;
}
.label_display .gfield_required {
  display: none;
}
.label_display .ginput_container.ginput_container_text {
  float: left;
  margin: 0 0 15px;
  width: 88%;
}

/* -- /driver-banner.css -- */

/* -- m-banner.css -- */

.carousel.mainBanner {
  height: 85%;
}
/* Since positioning the image, we need to help out the caption */
.mainBanner .carousel-caption {
  z-index: 10;
  right: 20%;
  left: 20%;
  text-align: center;
}

/* Declare heights because of positioning of img element */
.carousel.mainBanner .item {
  height: 100%;
  background-color: #777;
}
.mainBanner .carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
}

.mainBanner .carousel-indicators li {
  width: 10px;
  height: 10px;
  border: none;
  background-color: rgba(255, 255, 255, 0.6);
  margin: 0px;
  margin-left: 5px;
}

.mainBanner .carousel-indicators li.active {
  width: 10px;
  height: 10px;
  border: none;
  background-color: rgba(255, 255, 255, 1);
  margin-left: 5px;
}
.mainBanner .carousel-caption {
  padding-bottom: 60px;
}
.mainBanner .carousel-caption h2 {
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  font-size: 4em;
  margin-bottom: 20px;
  text-align: center;
}

.mainBanner .ddlbtn {
  background-color: #00b140;
  color: #fff;
  border-radius: 4px;
  padding: 10px 30px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  font-size: 1em;
  text-decoration: none;
  text-shadow: none;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.6);
  display: inline-block;
  width: auto;
}
.mainBanner .ddlbtn:hover,
.mainBanner .ddlbtn:focus {
  background-color: #00be45;
  text-decoration: none;
  color: #fff;
}

.mainBanner .carousel-control {
  display: none;
}

/* -- /m-banner.css -- */

/* -- dataTable.css -- */
table.dataTable > tbody > tr.child ul li {
  border-bottom: none;
}
table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child:before {
  background-color: #00b140;
  color: #fff;
  box-shadow: none;
  font-weight: bold;
  border: none;
  top: 10px;
  left: 7px;
}
table.dataTable tbody th,
table.dataTable tbody td {
  padding: 10px 18px;
}
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th:first-child:before {
  background-color: #d12421;
}
#DataTables_Table_0_filter {
  float: none;
  text-align: center;
}
.dataTables_wrapper label {
  margin: 0;
}
.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter {
  height: 40px;
  margin-bottom: 8px;
}
.dataTables_wrapper .dataTables_length {
  display: flex;
  align-items: center;
}
.dataTables_wrapper .dataTables_filter {
  width: 40%;
  max-width: 500px;
  min-width: 230px;
  display: flex;
  align-items: center;
}
.dataTables_wrapper .dataTables_filter label {
  width: 100%;
  display: flex;
  align-items: center;
}
.dataTables_wrapper .dataTables_filter input {
  flex: 1;
  border: 1px solid #00b140;
  border-radius: 4px;
  padding: 8px;
  margin: 0 0 0 0.5em;
  font-weight: 400;
}
.dataTables_wrapper .dataTables_filter input:focus {
  border: 1px solid #00b140;
  outline: none;
}
table.dataTable.no-footer {
  border-bottom-color: #00b140;
  margin-bottom: 15px;
}
table.dataTable thead th,
table.dataTable thead td {
  border-bottom-color: #829299;
}
.dataTables_wrapper .dataTables_paginate {
  /* Hide datatable paginate */
  /* display: none !important; */
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
  background-color: transparent;
  color: #00b140;
  border: 1px solid #00b140;
  line-height: 1.42;
  padding: 6px 12px;
  position: relative;
  margin-left: -1px;
  width: auto;
  display: inline-block;
  color: #00b140 !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:first-child {
  border-radius: 3px 0 0 3px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:last-child {
  border-radius: 0 3px 3px 0;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  background-color: #00b140;
  color: #fff !important;
  background-image: none;
  border-color: #00b140;
  width: auto;
  display: inline-block;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  background-image: none;
  background-color: #eee;
  color: #00b140 !important;
  border-color: inherit;
}
table.dataTable.stripe tbody tr.odd,
table.dataTable.display tbody tr.odd {
  background-color: #f2f2f2;
}
table.dataTable > tbody > tr.child:hover {
  background-color: #fff !important;
}
table.dataTable.nowrap th,
table.dataTable.nowrap td,
table.dataTable.nowrap td li {
  font-size: 13px;
  line-height: 1.2;
  white-space: pre-line;
}
table.dataTable td a {
  display: inline-block;
  width: auto;
}
.dataTables_paginate .paginate_button {
  cursor: pointer;
}
.dataTables_paginate .paginate_button:focus {
  outline: none;
}
.dataTables_paginate .paginate_button.previous:before {
  display: none;
}
.dataTables_paginate .paginate_button.next:after {
  display: none;
}
.content-area table.dataTable ul {
  list-style: none;
  padding-left: 0;
}
.content-area table.dataTable ul li {
  margin-bottom: 15px;
}
.dtr-title {
  font-weight: bold;
  display: block;
}
.dataTables_length {
  float: left;
}
.dataTables_paginate {
  float: right;
}

/* fix styles when horizontal scrolling is on */
.dataTables_scrollHeadInner {
  min-width: 100%;
}
.dataTables_scrollHeadInner .dataTable {
  min-width: 100%;
}
.dataTables_scrollBody .dataTable {
  min-width: 100%;
}
/* -- /dataTable.css -- */

.ss-form-container {
  font-weight: 400;
}
.ss-form-heading h2 {
  color: #0c944a;
  text-align: center;
  font-weight: 700;
  margin-bottom: 40px;
}
div.ss-form-entry {
  float: left;
  margin: 1% 0px;
  width: 100%;
}
.ss-q-item-label {
  float: left;
  width: 100%;
}
.ss-form-entry input[type='text'],
.ss-form-entry input[type='email'] {
  background-color: #ffffff !important;
  background-image: none;
  border: 1px solid #888888;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  color: #555555;
  display: block;
  font-size: 14px;
  height: 40px;
  line-height: 1.42857;
  padding: 6px 12px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  width: 100%;
}
.ss-form-entry textarea {
  background-color: #ffffff !important;
  background-image: none;
  border: 1px solid #888888;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  color: #555555;
  display: block;
  font-size: 14px;
  height: auto;
  line-height: 1.42857;
  padding: 6px 12px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  width: 100% !important;
}
.ss-select::after {
  color: #979797;
  content: '\e259';
  float: right;
  font-family: 'Glyphicons Halflings';
  font-size: 0.8em;
  position: relative;
  right: 10px;
  top: -35px;
}
.ss-form-entry select {
  -moz-appearance: none;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #888888;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  color: #555555;
  display: block;
  font-size: 14px;
  height: 40px;
  line-height: 1.42857;
  outline: medium none;
  padding: 6px 12px 6px 5px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  width: 100%;
}

.jfk-button {
  background-color: #00b140;
  border: medium none;
  border-radius: 4px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  color: #fff;
  font-size: 1.143em;
  font-stretch: normal;
  font-style: normal;
  font-weight: 500;
  padding: 10px 30px;
  text-decoration: none;
  text-shadow: none;
  width: 100% !important;
  max-width: 300px;
}

/* ==========================================================================
Article Content
========================================================================== */

.single .page-header {
  font-weight: 700;
}
.post-date {
  color: #aeaeae;
}
.post-content {
  font-size: 1.125em;
  line-height: 1.6;
}
.post-content p {
  margin-bottom: 20px;
}
.post-content img {
  max-width: 100%;
  height: auto;
}

.post-content ul,
.post-content ol {
  color: #565d6b;
}
.post-content h3 {
  font-weight: 700;
}

@media only screen and (max-width: 767px) {
  .post-content {
    padding: 0 20px;
  }
}

/* ==========================================================================
Navigation
========================================================================== */

.wrapper {
}

@media only screen and (max-width: 767px) {
  .wrapper {
    /* set a min-height and a z-index to be sure that the main element completely covers the lateral menu */
    min-height: 100%;
    position: relative;
    z-index: 2;
    background-color: #ffffff;
    -webkit-backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    transition-duration: 0.4s;
  }
  .wrapper.lateral-menu-is-open {
    /* translate to show the lateral menu - all content needs to be put in the .cd-main-content to translate*/
    -webkit-transform: translateX(260px);
    -moz-transform: translateX(260px);
    -ms-transform: translateX(260px);
    -o-transform: translateX(260px);
    transform: translateX(260px);
  }
}

#top {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1021;
  background: rgba(255, 255, 255, 0.9);
  border-bottom: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transition-property: -webkit-all;
  -moz-transition-property: -moz-all;
  transition-property: all;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
#top:hover {
  background: rgba(255, 255, 255, 1);
}

@media only screen and (max-width: 767px) {
  #top.lateral-menu-is-open,
  #top2.lateral-menu-is-open {
    /* translate to show the lateral menu */
    -webkit-transform: translateX(260px);
    -moz-transform: translateX(260px);
    -ms-transform: translateX(260px);
    -o-transform: translateX(260px);
    transform: translateX(260px);
  }
}

#top .container {
  position: relative;
}

#top .navbar-default {
  background: none;
  min-height: 50px;
  border: 0;
  margin-bottom: 0;
  position: static;
}
#top .navbar-default .navbar-collapse {
  border: 0;
}
#top .navbar-default > ul > li a {
  color: #000;
  font-size: 1.15em;
  line-height: 30px;
}
#top .navbar-default > ul > li a:hover {
  color: #00b13f;
}
#top .navbar-default > ul > li.dropdown > a {
  position: relative;
  padding-right: 36px;
}
#top .navbar-default > ul > li.dropdown.open > a {
  background: none;
  font-weight: 700;
  color: #00b13f;
}
#nav-drive .dropdown-toggle {
  text-align: center;
}
.site-id-4 #nav-drive .dropdown-toggle,
.site-id-8 #nav-drive .dropdown-toggle,
.site-id-10 #nav-drive .dropdown-toggle,
.site-id-12 #nav-drive .dropdown-toggle {
  width: 200px;
}
.site-id-9 #nav-drive .dropdown-toggle {
  width: 280px;
}
#top .navbar-default > ul > li.dropdown > a::after {
  content: '\f107';
  display: block;
  height: 40px;
  width: 40px;
  text-align: center;
  padding: 15px 0;
  position: absolute;
  top: 0;
  bottom: auto;
  right: 0;
  font-family: FontAwesome;
  color: #000;
}
#top .navbar-default > ul > li.dropdown.open > a::after {
  content: '\f106';
  color: #00b13f;
}
#top .navbar-default > ul > li.dropdown-large > ul > li {
  border-left: 1px solid #dddddd;
}
#top .navbar-default > ul > li.dropdown-large > ul > li:first-child {
  border: 0;
}

#top .navbar-default .active > a {
  color: #00b13f !important;
  background-color: transparent;
}

#top .navbar-brand {
  background-image: url('https://www.downtownmelody.com/_x/YXNzZXRzLmdyYWIuY29t/wp-content/uploads/media/grab_logo.png');
}

@media only screen and (max-width: 767px) {
  #top .navbar-brand {
    position: absolute;
    top: 7px;
    left: 60px;
    width: 78px;
    height: 30px;
  }
}

@media only screen and (min-width: 768px) {
  #top {
    border-bottom: solid 1px #ddd;
  }
  #top .navbar-default {
    min-height: 60px;
  }
  #top .navbar-brand {
    margin-top: 7px;
    margin-right: 15px;
    width: 91px;
    height: 35px;
  }

  .dropdown-submenu {
    position: relative;
  }
  .dropdown-submenu .caret {
    display: none;
  }

  .dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
  }

  .dropdown-submenu:hover > .dropdown-menu {
    display: block;
  }

  .dropdown-submenu > a:after {
    display: block;
    content: ' ';
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #000;
    margin-top: 5px;
    margin-right: -10px;
  }

  .dropdown-submenu:hover > a:after {
    border-left-color: #000;
  }

  .dropdown-submenu.pull-left {
    float: none;
  }

  .dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
  }
  .menu_item_wpglobus_menu_switch {
    border-left: solid 1px #ddd;
  }
}
@media only screen and (max-width: 1024px) {
  #top .navbar-default > ul > li a {
    font-size: 1.146em;
  }
  #top .navbar-brand {
    margin-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
}

#cd-menu-trigger {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  height: 100%;
  width: 60px;
  /* background-color: #fff; */
}

#cd-menu-trigger .cd-menu-text {
  height: 100%;
  text-transform: uppercase;
  color: #00b13f;
  font-weight: 500;
  display: none;
}

#cd-menu-trigger .cd-menu-icon {
  /* this span is the central line in the menu menu */
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 18px;
  height: 2px;
  background-color: #00b13f;
  /* these are the upper and lower lines in the menu menu */
}

#cd-menu-trigger .cd-menu-icon::before,
#cd-menu-trigger .cd-menu-icon:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: inherit;
  left: 0;
}

#cd-menu-trigger .cd-menu-icon::before {
  bottom: 5px;
}
#cd-menu-trigger .cd-menu-icon::after {
  top: 5px;
}
#cd-menu-trigger.is-clicked .cd-menu-icon {
  background-color: rgba(255, 255, 255, 0);
}
#cd-menu-trigger.is-clicked .cd-menu-icon::before,
#cd-menu-trigger.is-clicked .cd-menu-icon::after {
  background-color: #00b13f;
}

#cd-menu-trigger.is-clicked .cd-menu-icon::before {
  bottom: 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#cd-menu-trigger.is-clicked .cd-menu-icon::after {
  top: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media only screen and (min-width: 768px) {
  #cd-menu-trigger {
    width: 110px;
    padding-left: 1.25em;
  }

  #cd-menu-trigger .cd-menu-text {
    display: inline-block;
    line-height: 70px;
  }

  #cd-menu-trigger .cd-menu-icon {
    left: auto;
    right: 1.25em;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}

#cd-lateral-nav {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  visibility: hidden;
  z-index: 1;
  width: 260px;
  border-right: solid 1px #ccc;
  background-color: #fff;
  overflow-y: auto;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.4s 0s, visibility 0 0.4s;
  -moz-transition: -moz-transform 0.4s 0s, visibility 0 0.4s;
  transition: transform 0.4s 0s, visibility 0 0.4s;
  /* this creates the subtle slide in animation of the navigation */
  -webkit-transform: translateX(-80px);
  -moz-transform: translateX(-80px);
  -ms-transform: translateX(-80px);
  -o-transform: translateX(-80px);
  transform: translateX(-80px);
}

#cd-lateral-nav .cd-navigation {
  margin: 10px 0 16px;
}

#cd-lateral-nav .sub-menu {
  padding: 0;
  background: #f2f2f2;
  display: none;
}

#cd-lateral-nav .sub-sub-menu {
  background: #6c6e70;
}

#cd-lateral-nav .cd-navigation a {
  display: block;
  padding: 15px 0 15px 30px;
  color: #000;
  font-size: 1.286em;
  line-height: 30px;
}

#cd-lateral-nav > li > a {
  font-weight: 300;
}

#cd-lateral-nav a.current {
  background-color: #3a4a4d;
  color: #fff;
}
#cd-lateral-nav a.submenu-open {
  font-weight: 500 !important;
  color: #00b13f;
  text-decoration: none;
}

.no-touch #cd-lateral-nav a:hover {
  color: #fff;
}

@media only screen and (min-width: 768px) {
  #cd-lateral-nav .cd-navigation {
    margin: 20px 0;
  }
}

#cd-lateral-nav.lateral-menu-is-open {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  visibility: visible;
  -webkit-transition: -webkit-transform 0.4s 0s, visibility 0 0;
  -moz-transition: -moz-transform 0.4s 0s, visibility 0 0;
  transition: transform 0.4s 0s, visibility 0 0;
  /* smooth the scrolling on touch devices - webkit browsers */
  -webkit-overflow-scrolling: touch;
}

/* style menu items which have a submenu  */
#cd-lateral-nav .menu-item-has-children > a {
  position: relative;
}
#cd-lateral-nav .menu-item-has-children > a::after {
  content: '\f105';
  display: block;
  height: 100%;
  width: 40px;
  text-align: center;
  padding: 15px 0;
  position: absolute;
  top: 0;
  bottom: auto;
  right: 16px;
  font-family: FontAwesome;
  color: #00b13f;
}

#cd-lateral-nav .menu-item-has-children > a.submenu-open::after {
  content: '\f107';
}

#cd-lateral-nav .menu-item-drive {
  padding: 0 16px;
}
#cd-lateral-nav .menu-item-drive a {
  padding: 5px 50px 5px 13px;
}
#cd-lateral-nav .menu-item-drive > a {
  border: solid 2px #00b13f;
  border-radius: 5px;
  color: #00b13f;
  white-space: normal;
}
#cd-lateral-nav .menu-item-drive > a::after {
  border-left: solid 2px #00b13f;
  right: 0;
  padding: 5px 0;
}
#cd-lateral-nav .menu-item-drive > a.submenu-open {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
#cd-lateral-nav .menu-item-drive .sub-menu {
  border: solid 2px #00b13f;
  border-top: 0;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background: #fff;
}

#cd-lateral-nav .inner {
  padding: 10px 30px;
}

.list-countries a {
  padding-left: 70px !important;
  position: relative;
  text-align: center;
}
#nav-main .list-countries a {
  padding-left: 0px !important;
  padding-right: 0px;
  padding-bottom: 10px;
}
#nav-main .list-countries a:hover {
  background: none;
}
.mobile-menu .list-countries a:before {
  content: '';
  width: 28px;
  height: 28px;
  position: absolute;
  top: 15px;
  left: 30px;
  background-size: cover;
  background-repeat: no-repeat;
}
.mobile-menu #nav-main .list-countries a:before {
  top: 5px;
  left: 0;
}

.mobile-menu .list-countries a.sg:before {
  background-image: url('https://www.downtownmelody.com/_x/YXNzZXRzLmdyYWIuY29t/wp-content/uploads/media/flag/sg.png');
}
.mobile-menu .list-countries a.my:before {
  background-image: url('https://www.downtownmelody.com/_x/YXNzZXRzLmdyYWIuY29t/wp-content/uploads/media/flag/my.png');
}
.mobile-menu .list-countries a.id:before {
  background-image: url('https://www.downtownmelody.com/_x/YXNzZXRzLmdyYWIuY29t/wp-content/uploads/media/flag/ind.png');
}
.mobile-menu .list-countries a.th:before {
  background-image: url('https://www.downtownmelody.com/_x/YXNzZXRzLmdyYWIuY29t/wp-content/uploads/media/flag/th.png');
}
.mobile-menu .list-countries a.vn:before {
  background-image: url('https://www.downtownmelody.com/_x/YXNzZXRzLmdyYWIuY29t/wp-content/uploads/media/flag/vn.png');
}
.mobile-menu .list-countries a.ph:before {
  background-image: url('https://www.downtownmelody.com/_x/YXNzZXRzLmdyYWIuY29t/wp-content/uploads/media/flag/ph.png');
}
.mobile-menu .list-countries a.us:before {
  background-image: url('https://www.downtownmelody.com/_x/YXNzZXRzLmdyYWIuY29t/wp-content/uploads/media/flag/us.png');
}
.mobile-menu .list-countries a.mm:before {
  background-image: url('https://www.downtownmelody.com/_x/YXNzZXRzLmdyYWIuY29t/wp-content/uploads/media/flag/mm.png');
}
.mobile-menu .list-countries a.kh:before {
  background-image: url('https://www.downtownmelody.com/_x/YXNzZXRzLmdyYWIuY29t/wp-content/uploads/media/flag/kh.png');
}
.mobile-menu .list-countries a.globe:before {
  background-image: url('https://www.downtownmelody.com/_x/YXNzZXRzLmdyYWIuY29t/wp-content/uploads/media/flag/globe.png');
}

.list-countries a span.flag {
  width: 28px;
  height: 28px;
  display: block;
  background-size: cover;
  margin: auto;
  margin-bottom: 10px;
}
.list-countries a.sg span.flag {
  background-image: url('https://www.downtownmelody.com/_x/YXNzZXRzLmdyYWIuY29t/wp-content/uploads/media/flag/sg.png');
}
.list-countries a.my span.flag {
  background-image: url('https://www.downtownmelody.com/_x/YXNzZXRzLmdyYWIuY29t/wp-content/uploads/media/flag/my.png');
}
.list-countries a.id span.flag {
  background-image: url('https://www.downtownmelody.com/_x/YXNzZXRzLmdyYWIuY29t/wp-content/uploads/media/flag/ind.png');
}
.list-countries a.th span.flag {
  background-image: url('https://www.downtownmelody.com/_x/YXNzZXRzLmdyYWIuY29t/wp-content/uploads/media/flag/th.png');
}
.list-countries a.vn span.flag {
  background-image: url('https://www.downtownmelody.com/_x/YXNzZXRzLmdyYWIuY29t/wp-content/uploads/media/flag/vn.png');
}
.list-countries a.ph span.flag {
  background-image: url('https://www.downtownmelody.com/_x/YXNzZXRzLmdyYWIuY29t/wp-content/uploads/media/flag/ph.png');
}
.list-countries a.us span.flag {
  background-image: url('https://www.downtownmelody.com/_x/YXNzZXRzLmdyYWIuY29t/wp-content/uploads/media/flag/us.png');
}
.list-countries a.mm span.flag {
  background-image: url('https://www.downtownmelody.com/_x/YXNzZXRzLmdyYWIuY29t/wp-content/uploads/media/flag/mm.png');
}
.list-countries a.kh span.flag {
  background-image: url('https://www.downtownmelody.com/_x/YXNzZXRzLmdyYWIuY29t/wp-content/uploads/media/flag/kh.png');
}
.list-countries a.globe span.flag {
  background-image: url('https://www.downtownmelody.com/_x/YXNzZXRzLmdyYWIuY29t/wp-content/uploads/media/flag/globe.png');
}

#top .list-countries > li {
  width: 10%;
  float: left;
  padding: 0 15px;
  min-height: 80px;
}
#top .list-countries ul {
  margin-left: -30px;
  margin-top: 10px;
}
#top .list-countries ul li {
  font-size: 14px;
}
#top .list-countries a:hover {
  color: #00b13f;
}

.list-icons a {
  padding-left: 70px !important;
  position: relative;
}
#nav-main .list-icons a {
  padding: 40px 0 0 !important;
  text-align: center;
}
#nav-drive .list-icons a,
#sub-menu-drive.list-icons a {
  padding-left: 40px !important;
}
.site-id-4 #nav-drive .list-icons,
.site-id-8 #nav-drive .list-icons,
.site-id-10 #nav-drive .list-icons,
.site-id-12 #nav-drive .list-icons {
  width: 200px;
}
.site-id-9 #nav-drive .list-icons {
  width: 280px;
}
.site-id-11 #nav-drive .list-icons {
  width: 300px;
}
.list-icons a:hover {
  background-color: transparent !important;
}
.list-icons a:before {
  content: '';
  width: 28px;
  height: 28px;
  position: absolute;
  top: 15px;
  left: 30px;
  background-size: cover;
  background-repeat: no-repeat;
}
#nav-main .list-icons a:before {
  top: 0;
  left: 50%;
  margin-left: -14px;
}
#nav-drive .list-icons a:before,
#sub-menu-drive.list-icons a:before {
  top: 5px;
  left: 5px;
}
.list-icons a.icon-taxi:before {
  background-image: url('../images/services-icon/icon-taxi.png');
}
.list-icons a.icon-taxi:hover:before {
  background-image: url('../images/services-icon/icon-taxi-green.png');
}
.list-icons a.icon-car:before {
  background-image: url('../images/services-icon/icon-car.png');
}
.list-icons a.icon-car:hover:before {
  background-image: url('../images/services-icon/icon-car-green.png');
}
.list-icons a.icon-hitch:before {
  background-image: url('../images/services-icon/icon_hitch.png');
}
.list-icons a.icon-hitch:hover:before {
  background-image: url('../images/services-icon/icon_hitch-green.png');
}
.list-icons a.icon-hitchbike:before {
  background-image: url('../images/services-icon/icon_hitchbike.png');
}
.list-icons a.icon-hitchbike:hover:before {
  background-image: url('../images/services-icon/icon_hitchbike-green.png');
}
.list-icons a.icon-bike:before {
  background-image: url('../images/services-icon/icon_bike.png');
}
.list-icons a.icon-bike:hover:before {
  background-image: url('../images/services-icon/icon_bike-green.png');
}
.list-icons a.icon-express:before {
  background-image: url('../images/services-icon/icon_express.png');
}
.list-icons a.icon-express:hover:before {
  background-image: url('../images/services-icon/icon_express-green.png');
}
.list-icons a.icon-food:before {
  background-image: url('../images/services-icon/icon-food.png');
}
.list-icons a.icon-food:hover:before {
  background-image: url('../images/services-icon/icon-food-green.png');
}
.list-icons a.icon-work:before {
  background-image: url('../images/services-icon/icon-business.png');
}
.list-icons a.icon-work:hover:before {
  background-image: url('../images/services-icon/icon-business-green.png');
}
.list-icons a.icon-partnerships:before {
  background-image: url('../images/services-icon/icon-partner.png');
}
.list-icons a.icon-partnerships:hover:before {
  background-image: url('../images/services-icon/icon-partner-green.png');
}
.list-icons a.icon-ventures:before {
  background-image: url('../images/services-icon/icon-ventures.png');
}
.list-icons a.icon-ventures:hover:before {
  background-image: url('../images/services-icon/icon-ventures-green.png');
}
.list-icons a.icon-drive:before {
  background-image: url('../images/services-icon/driver_with_icons.png');
}
.list-icons a.icon-taxi-drive:before {
  background-image: url('../images/services-icon/icon-taxi.png');
}
.list-icons a.icon-car-drive:before {
  background-image: url('../images/services-icon/icon-car.png');
}
.list-icons a.icon-hitch-drive:before {
  background-image: url('../images/services-icon/icon_hitch.png');
}
.list-icons a.icon-bike-drive:before {
  background-image: url('../images/services-icon/icon_bike.png');
}
.list-icons a.icon-express-drive:before {
  background-image: url('../images/services-icon/icon_express.png');
}
.list-icons a.icon-rental-drive:before {
  background-image: url('../images/services-icon/icon-rental.png');
}
.list-icons a.icon-kudo-drive:before {
  background-image: url('../images/services-icon/icon-kudo-color.png');
}
.list-icons a.icon-parcel-drive:before {
  background-image: url('../images/services-icon/icon-rental.png');
}
.list-icons a.icon-tuktuk-drive:before {
  background-image: url('../images/services-icon/icon-tuktuk.png');
}
.list-icons a.icon-remorque-drive:before {
  background-image: url('../images/services-icon/icon-remorque.png');
}
.list-icons a.icon-grabrent-remorque-drive:before {
  background-image: url('../images/services-icon/icon-grabrent-remorque.png');
}
.list-icons a.icon-grabfood-drive:before {
  background-image: url('../images/services-icon/icon-grabfood.png');
}
.list-icons a.icon-grabpet-drive:before {
  background-image: url('../images/services-icon/icon-grabpet.png');
}
.list-icons a.icon-drive-white:before {
  background-image: url('../images/services-icon/driver_with_icons-white.png');
}
.list-icons a.icon-taxi-drive-white:before {
  background-image: url('../images/services-icon/icon-taxi-white.png');
}
.list-icons a.icon-car-drive-white:before {
  background-image: url('../images/services-icon/icon-car-white.png');
}
.list-icons a.icon-hitch-drive-white:before {
  background-image: url('../images/services-icon/icon_hitch-white.png');
}
.list-icons a.icon-hitchbike-drive-white:before {
  background-image: url('../images/services-icon/icon_hitchbike-white.png');
}
.list-icons a.icon-bike-drive-white:before {
  background-image: url('../images/services-icon/icon_bike-white.png');
}
.list-icons a.icon-food-drive-white:before {
  background-image: url('../images/services-icon/icon_food-white.png');
}
.list-icons a.icon-express-drive-white:before {
  background-image: url('../images/services-icon/icon_express-white.png');
}
.list-icons a.icon-rental-drive-white:before {
  background-image: url('../images/services-icon/icon-rental-white.png');
}
.list-icons a.icon-kudo-drive-white:before {
  background-image: url('../images/services-icon/icon-kudo-white.png');
}
.list-icons a.icon-parcel-drive-white:before {
  background-image: url('../images/services-icon/icon-parcel-white.png');
}
.list-icons a.icon-tuktuk-drive-white:before {
  background-image: url('../images/services-icon/icon-tuktuk-white.png');
}
.list-icons a.icon-remorque-drive-white:before {
  background-image: url('../images/services-icon/icon-remorque-white.png');
}
.list-icons a.icon-grabrent-remorque-drive-white:before {
  background-image: url('../images/services-icon/icon-grabrent-remorque-white.png');
}
.list-icons a.icon-grabfood-drive-white:before {
  background-image: url('../images/services-icon/icon-grabfood-white.png');
}
.list-icons a.icon-grabpet-drive-white:before {
  background-image: url('../images/services-icon/icon-grabpet-white.png');
}
.list-icons a.icon-partnerships:hover:before {
  background-image: url('../images/services-icon/icon-partner-green.png');
}
.list-icons a.icon-ventures:hover:before {
  background-image: url('../images/services-icon/icon-ventures-green.png');
}
.list-icons a.icon-share:before {
  background-image: url('../images/services-icon/icon_grabshare.png');
}
.list-icons a.icon-share:hover:before {
  background-image: url('../images/services-icon/icon_grabshare-green.png');
}
.list-icons a.icon-coach:before {
  background-image: url('../images/services-icon/icon_coach.png');
}
.list-icons a.icon-coach:hover:before {
  background-image: url('../images/services-icon/icon_coach_green.png');
}
.list-icons a.icon-shuttle:before {
  background-image: url('../images/services-icon/icon-shuttle.png');
}
.list-icons a.icon-shuttle:hover:before {
  background-image: url('../images/services-icon/icon-shuttle-green.png');
}
.list-icons a.icon-family:before {
  background-image: url('../images/services-icon/icon-family.png');
}
.list-icons a.icon-family:hover:before {
  background-image: url('../images/services-icon/icon-family_green.png');
}
.list-icons a.icon-justgrab:before {
  background-image: url('../images/services-icon/icon-justgrab.png');
}
.list-icons a.icon-justgrab:hover:before {
  background-image: url('../images/services-icon/icon-justgrab-green.png');
}
.list-icons a.icon-rental:before {
  background-image: url('../images/services-icon/icon-rental.png');
}
.list-icons a.icon-rental:hover:before {
  background-image: url('../images/services-icon/icon-rental-green.png');
}
.list-icons a.icon-parcel:before {
  background-image: url('../images/services-icon/icon-parcel.png');
}
.list-icons a.icon-parcel:hover:before {
  background-image: url('../images/services-icon/icon-parcel-green.png');
}
.list-icons a.icon-kudo:before {
  background-image: url('../images/services-icon/icon-kudo.png');
}
.list-icons a.icon-kudo:hover:before {
  background-image: url('../images/services-icon/icon-kudo-green.png');
}
.list-icons a.icon-cycle:before {
  background-image: url('../images/services-icon/icon-cycle.png');
}
.list-icons a.icon-cycle:hover:before {
  background-image: url('../images/services-icon/icon-cycle-green.png');
}
.list-icons a.icon-score:before {
  background-image: url('../images/services-icon/icon-score-color.png');
  width: 40px;
  height: 40px;
  margin-left: -20px !important;
}
.list-icons a.icon-tuktuk:before {
  background-image: url('../images/services-icon/icon-tuktuk.png');
}
.list-icons a.icon-tuktuk:hover:before {
  background-image: url('../images/services-icon/icon-tuktuk-green.png');
}
.list-icons a.icon-remorque:before {
  background-image: url('../images/services-icon/icon-remorque.png');
}
.list-icons a.icon-remorque:hover:before {
  background-image: url('../images/services-icon/icon-remorque-green.png');
}
.list-icons a.icon-grabrent-remorque:before {
  background-image: url('../images/services-icon/icon-grabrent-remorque.png');
}
.list-icons a.icon-grabrent-remorque:hover:before {
  background-image: url('../images/services-icon/icon-grabrent-remorque-green.png');
}
.list-icons a.icon-grabfood:before {
  background-image: url('../images/services-icon/icon-grabfood.png');
}
.list-icons a.icon-grabfood:hover:before {
  background-image: url('../images/services-icon/icon-grabfood-green.png');
}
.list-icons a.icon-wheel:before {
  background-image: url('../images/services-icon/icon-wheel.png');
  background-size: 98%;
}
.list-icons a.icon-wheel:hover:before {
  background-image: url('../images/services-icon/icon-wheel-green.png');
  background-size: 98%;
}
.list-icons a.icon-grabpet:before {
  background-image: url('../images/services-icon/icon-grabpet.png');
}
.list-icons a.icon-grabpet:hover:before {
  background-image: url('../images/services-icon/icon-grabpet-green.png');
}
.list-icons a.icon-triplanner:before {
  background-image: url('../images/services-icon/icon-triplanner.png');
}
.list-icons a.icon-triplanner:hover:before {
  background-image: url('../images/services-icon/icon-triplanner-green.png');
}

#nav-drive > li {
  padding: 8px 0;
}
#nav-drive > li.open {
}
#nav-drive > li > a {
  border: solid 2px #00b13f;
  border-radius: 5px;
  color: #00b13f !important;
  line-height: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
}
#nav-drive > li.open > a {
  background-color: #00b13f !important;
  color: #fff !important;
  border-color: #00b13f;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
#nav-drive > li > a::after {
  padding: 6px 0 !important;
  color: #00b13f !important;
}
#nav-drive > li.open > a::after {
  color: #fff !important;
}

#nav-drive .dropdown-menu {
  margin-top: -8px;
  border: 0;
  background-color: #00b13f;
  width: 100%;
  padding: 0 10px;
}
#nav-drive .dropdown-menu a {
  color: #fff !important;
  border-top: solid 1px #009e06;
  font-size: 14px !important;
}
#nav-drive .dropdown-menu a:hover,
#nav-drive .dropdown-menu a:focus {
  background: none;
}

#btn-download {
  position: absolute;
  top: 7px;
  right: 5px;
}

.dropdown-large {
  position: static !important;
}
.open > .dropdown-menu-large {
  display: flex;
  justify-content: center;
}
.dropdown-menu-large {
  margin-left: 0;
  margin-right: 0;
  padding: 20px 0;
  min-width: 100%;
  width: 100%;
  border: 0;
  border-top: solid 1px #ddd;
  border-radius: 0;
}
.dropdown-menu-large > li > ul {
  padding: 0;
  margin: 0;
}
.dropdown-menu-large > li > ul > li {
  list-style: none;
}

.dropdown-menu-large > li > ul > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  line-height: 1.428571429;
  color: #000;
  white-space: normal;
}

.dropdown-menu-large > li ul > li > a:hover,
.dropdown-menu-large > li ul > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}

.dropdown-menu-large .disabled > a,
.dropdown-menu-large .disabled > a:hover,
.dropdown-menu-large .disabled > a:focus {
  color: #999;
}

.dropdown-menu-large .disabled > a:hover,
.dropdown-menu-large .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}

.dropdown-menu-large .dropdown-header {
  color: #428bca;
  font-size: 18px;
}

@media (max-width: 767px) {
  .dropdown-menu-large {
    margin-left: 0;
    margin-right: 0;
  }
  .dropdown-menu-large > li {
    margin-bottom: 30px;
  }
  .dropdown-menu-large > li:last-child {
    margin-bottom: 0;
  }
  .dropdown-menu-large .dropdown-header {
    padding: 3px 15px !important;
  }
  .list-icons a.icon-score:before {
    margin-left: -10px !important;
    top: 8px;
  }
}

/* ==========================================================================
Navigation
========================================================================== */

/****end header****/

/****footer********/
.sitemap {
  background-color: #00b140;
  padding: 40px 0;
  color: #fff;
}
@media (max-width: 767px) {
  .sitemap {
    text-align: center;
  }
}
.sitemap hr {
  border-color: rgba(255, 255, 255, 0.6);
}

.grab-logo img {
  max-height: 35px;
}

.grab-infor h3 {
  margin: 0px;
  color: #fff;
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  font-size: 1.313em;
  line-height: 1.6;
  text-align: left;
}

.grab-infor p,
.grab-contact p {
  margin: 0px;
  font-size: 1.215em;
}

.grab-contact a {
  color: #fff;
}

.grab-contact a:hover,
.grab-contact a:focus {
}

.sitemap-container h4 {
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  font-size: 1.313em;
  color: rgba(255, 255, 255, 0.8);
}

.sitemap-container .sitemapList {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.sitemap-container .sitemapList li {
  padding: 3px 0;
}
.sitemap-container .sitemapList li a {
  font-style: normal;
  font-stretch: normal;
  font-size: 1.113em;
  color: #fff;
  line-height: 14px;
  outline: none;
  text-align: left;
}

.sitemap .cn-footer-notice a {
  color: #00804a;
  font-weight: 600;
}
.sitemap .cn-footer-notice a:hover {
  color: #005339;
  text-decoration: none;
}

.footer-secTop {
  padding: 25px 0;
  overflow: visible;
  position: relative;
}
.vn-footer-secBottom {
  overflow: hidden;
}

.socialArea {
  margin-left: auto;
  margin-right: auto;
  display: block;
  float: none;
}

.socialArea h4 {
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  font-size: 1.313em;
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
}

.socialArea .col-xs-3 {
  text-align: center;
}
.socialIcon .fa-2x {
  font-size: 1.5em;
  line-height: 30px;
  color: #00b140;
  -webkit-transition: all 0.2s; /* Safari */
  transition: all 0.2s;
}
.socialIcon {
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #fff;
  outline: none;
  text-decoration: none;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.socialIcon:hover .fa-2x,
.socialIcon:focus .fa-2x {
  color: #363a45;
}
@media (max-width: 767px) {
  .socialIcon {
    width: 50px;
    height: 50px;
    line-height: 60px;
  }
}

footer {
  margin: 0px !important;
  padding: 20px 0;
  background-color: #363a45;
}

footer p {
  margin: 0px;
}

.footer-about-grab {
  margin-bottom: 30px;
}

.policylist {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.policylist li {
  float: left;
  position: relative;
}
.policylist li:first-child {
  padding-left: 0px;
}

.policylist li:last-child:after {
  display: none;
}

.policylist li a {
  font-style: normal;
  font-stretch: normal;
  font-size: 16px;
  color: #fff;
  line-height: 1.5;
  outline: none;
  font-weight: 500;
}
.policylist li .policy-divider {
  margin: 0 8px;
  font-size: 16px;
  color: #fff;
}
@media (max-width: 767px) {
  .policylist {
    text-align: center;
  }
  .policylist li {
    display: inline-block;
    float: none;
  }
}

.copyright {
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  font-size: 1.143em;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.5;
  outline: none;
  text-align: center;
}

.playstore {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.playstore li {
  float: left;
  width: auto;
  padding-right: 1%;
}

.playstore img {
  display: block;
  max-width: 100%;
  height: auto;
  width: auto;
  max-height: 38px;
}

/***end of footer***/
/****General*******/

/* Background images are set within the HTML using inline CSS, not here */

.fill {
  width: 100%;
  height: 100%;
  background-position: center top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

.loggedIn {
  height: 60px;
  border-left: 1px solid #ccc;
  padding-left: 15px;
}
.profileName {
  height: 50px;
  line-height: 60px;
  font-size: 1.143em;
  display: inline-block;
  float: left;
}

.profileImg {
  width: 35px;
  height: 35px;
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  float: right;
  margin-top: 10px;
  margin-left: 5px;
  margin-right: 15px;
  cursor: pointer;
}

.profileImg:after {
  font-family: 'Glyphicons Halflings';
  content: '\e259';
  position: absolute;
  right: 5px;
  top: 20px;
  color: #000;
  font-size: 0.8em;
}

.profileName {
  display: inline-block;
  float: left;
  padding: 0 5px;
}

.profddl {
  position: absolute;
  top: 61px;
  right: 0px;
  background: rgba(255, 255, 255, 0.8);
  padding: 5px 20px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  display: none;
}

.profddl ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.profddl ul li a {
  color: #00a9ff;
  font-style: normal;
  font-stretch: normal;
  font-size: 0.857em;
  line-height: 1.5;
}

.content-area .img-holder img {
  max-width: 100%;
  height: auto;
}
.faretable a {
  width: auto;
  display: inline-block;
  text-align: left;
}
.content-area a {
  width: auto;
  display: inline-block;
  text-align: left;
}

/* ==========================================================================
Helper Classes
========================================================================== */

.bottom-margin-none {
  margin-bottom: 0 !important;
}
.bottom-margin-sm {
  margin-bottom: 10px !important;
}
.bottom-margin-md {
  margin-bottom: 20px !important;
}
.bottom-margin-lg {
  margin-bottom: 40px !important;
}
.top-margin-none {
  margin-top: 0 !important;
}
.top-margin-sm {
  margin-top: 10px !important;
}
.top-margin-md {
  margin-top: 20px !important;
}
.top-margin-lg {
  margin-top: 40px !important;
}
.vertical-margin-none {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.vertical-margin-sm {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}
.vertical-margin-md {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}
.vertical-margin-lg {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}
.remove-bottom-padding {
  padding-bottom: 0 !important;
}
.remove-top-padding {
  padding-top: 0 !important;
}
.no-padding {
  padding: 0 !important;
}

.no-border-radius {
  border-radius: 0 !important;
}

.bg-size-cover,
.img-size-cover {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

@media only screen and (max-width: 767px) {
  .bg-size-cover-sm,
  .bg-size-cover-md,
  .bg-size-cover-lg {
    background: none !important;
  }
}
@media only screen and (max-width: 1024px) {
  .bg-size-cover-md,
  .bg-size-cover-lg {
    background: none !important;
  }
}
@media only screen and (max-width: 1199px) {
  .bg-size-cover-lg {
    background: none !important;
  }
}

.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}
@media only screen and (min-width: 768px) {
  .centered-sm {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
  }
}

.bg-green {
  background-color: #0c944a;
}
.bg-light {
  background-color: #f4f5f2;
}
.bg-dark {
  background-color: #434543;
}

.overflow-hidden {
  overflow: hidden;
  height: 100%;
  width: 100%;
  position: fixed;
}
/* ==========================================================================
Wordpress Classes
========================================================================== */

.aligncenter {
  text-align: center;
  margin: 0 auto;
  display: block;
}

/* ==========================================================================
Bootstrap Mods
========================================================================== */

.nav-center {
  text-align: center;
}
.nav-center ul.nav {
  display: inline-block;
}
.nav-center ul.nav li {
  display: inline a;
  display-float: left;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
  background-color: #00b45e;
}
.nav-pills > li > a {
  color: #5b5b5b;
  font-size: 1.143em;
}
.nav-pills-text > li.active > a,
.nav-pills-text > li.active > a:focus,
.nav-pills-text > li.active > a:hover {
  background-color: transparent;
  color: #00b45e;
  font-weight: bold;
}
.nav-pills-text > li > a {
  color: #5b5b5b;
  font-size: 16px;
}

.row-centered {
  text-align: center;
}
.col-centered {
  display: inline-block;
  float: none;
  /* reset the text-align */
  /* inline-block space fix */
  margin-right: -4px;
}

.block {
  display: block;
}

@media only screen and (min-width: 800px) {
  .container-narrow {
    width: 800px;
  }
}

.sharp {
  border-radius: 0 !important;
}

.label-lg {
  font-size: 100%;
}

.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row.no-gutters [class^='col-'],
.row.no-gutters [class*=' col-'] {
  padding-right: 0;
  padding-left: 0;
}

.row.with-gutters {
  margin-right: -15px;
  margin-left: -15px;
}
.row.with-gutters [class^='col-'],
.row.with-gutters [class*=' col-'] {
  padding-right: 15px;
  padding-left: 15px;
}

.col-ms-1,
.col-ms-2,
.col-ms-3,
.col-ms-4,
.col-ms-5,
.col-ms-6,
.col-ms-7,
.col-ms-8,
.col-ms-9,
.col-ms-10,
.col-ms-11,
.col-ms-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 480px) and (max-width: 767px) {
  .col-ms-1,
  .col-ms-2,
  .col-ms-3,
  .col-ms-4,
  .col-ms-5,
  .col-ms-6,
  .col-ms-7,
  .col-ms-8,
  .col-ms-9,
  .col-ms-10,
  .col-ms-11 {
    float: left;
  }
  .col-ms-1 {
    width: 8.33333%;
  }
  .col-ms-2 {
    width: 16.66667%;
  }
  .col-ms-3 {
    width: 25%;
  }
  .col-ms-4 {
    width: 33.33333%;
  }
  .col-ms-5 {
    width: 41.66667%;
  }
  .col-ms-6 {
    width: 50%;
  }
  .col-ms-7 {
    width: 58.33333%;
  }
  .col-ms-8 {
    width: 66.66667%;
  }
  .col-ms-9 {
    width: 75%;
  }
  .col-ms-10 {
    width: 83.33333%;
  }
  .col-ms-11 {
    width: 91.66667%;
  }
  .col-ms-12 {
    width: 100%;
  }
  .col-ms-push-1 {
    left: 8.33333%;
  }
  .col-ms-push-2 {
    left: 16.66667%;
  }
  .col-ms-push-3 {
    left: 25%;
  }
  .col-ms-push-4 {
    left: 33.33333%;
  }
  .col-ms-push-5 {
    left: 41.66667%;
  }
  .col-ms-push-6 {
    left: 50%;
  }
  .col-ms-push-7 {
    left: 58.33333%;
  }
  .col-ms-push-8 {
    left: 66.66667%;
  }
  .col-ms-push-9 {
    left: 75%;
  }
  .col-ms-push-10 {
    left: 83.33333%;
  }
  .col-ms-push-11 {
    left: 91.66667%;
  }
  .col-ms-pull-1 {
    right: 8.33333%;
  }
  .col-ms-pull-2 {
    right: 16.66667%;
  }
  .col-ms-pull-3 {
    right: 25%;
  }
  .col-ms-pull-4 {
    right: 33.33333%;
  }
  .col-ms-pull-5 {
    right: 41.66667%;
  }
  .col-ms-pull-6 {
    right: 50%;
  }
  .col-ms-pull-7 {
    right: 58.33333%;
  }
  .col-ms-pull-8 {
    right: 66.66667%;
  }
  .col-ms-pull-9 {
    right: 75%;
  }
  .col-ms-pull-10 {
    right: 83.33333%;
  }
  .col-ms-pull-11 {
    right: 91.66667%;
  }
  .col-ms-offset-1 {
    margin-left: 8.33333%;
  }
  .col-ms-offset-2 {
    margin-left: 16.66667%;
  }
  .col-ms-offset-3 {
    margin-left: 25%;
  }
  .col-ms-offset-4 {
    margin-left: 33.33333%;
  }
  .col-ms-offset-5 {
    margin-left: 41.66667%;
  }
  .col-ms-offset-6 {
    margin-left: 50%;
  }
  .col-ms-offset-7 {
    margin-left: 58.33333%;
  }
  .col-ms-offset-8 {
    margin-left: 66.66667%;
  }
  .col-ms-offset-9 {
    margin-left: 75%;
  }
  .col-ms-offset-10 {
    margin-left: 83.33333%;
  }
  .col-ms-offset-11 {
    margin-left: 91.66667%;
  }
  .container {
    max-width: 748px;
  }
  .form-horizontal .form-group .control-label {
    text-align: right;
  }
}

.col-lg-5ths,
.col-md-5ths,
.col-sm-5ths,
.col-xs-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
.col-xs-5ths {
  width: 20%;
  float: left;
}
@media (min-width: 768px) {
  .col-sm-5ths {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1025px) {
  .col-md-5ths {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-5ths {
    width: 20%;
    float: left;
  }
}

.nav-justified.non-stacked > li {
  display: table-cell;
  width: 1%;
}
.nav-justified.non-stacked > .active > a,
.nav-justified.non-stacked > .active > a:focus,
.nav-justified.non-stacked > .active > a:hover {
  border-bottom-color: #fff;
}
.nav-justified.non-stacked > li > a {
  border-bottom: 1px solid #ddd;
  border-radius: 4px 4px 0 0;
  margin-bottom: 0;
}

.modal--full-screen .modal-dialog {
  position: fixed;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}
.modal--full-screen .modal-content,
.modal--full-screen .modal-header,
.modal--full-screen .modal-body,
.modal--full-screen .modal-footer {
  position: absolute;
  left: 0;
  right: 0;
}
.modal--full-screen .modal-content {
  top: 0;
  bottom: 0;
  border: 10px solid rgba(130, 33, 36, 0.9);
  border-radius: 0;
  box-shadow: none;
}
.modal--full-screen .modal-header {
  top: 0;
  height: 70px;
  padding: 18px 20px;
  background: #882c2f;
  border: 0;
}
.modal--full-screen .modal-title {
  color: #fff;
}
.modal--full-screen .modal-body {
  top: 70px;
  bottom: 60px;
  width: 100%;
  overflow: auto;
}
.modal--full-screen .modal-footer {
  bottom: 0;
  height: 60px;
  padding: 10px;
}

.list-group.list-group-outline a {
  background: none;
  border: none;
  padding: 5px 0;
}
.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
  background: #0c944a;
}

.well {
  box-shadow: none;
}
.well.well-transparent {
  background: none;
}
.well-white {
  background: #fff;
}

@media (max-width: 767px) {
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding: 20px;
  }
}

.tab-content-bordered {
  border: solid 1px #ccc;
  border-top: none;
  padding: 15px;
}

@media (min-width: 768px) {
  .list-group-horizontal .list-group-item {
    display: inline-block;
  }
  .list-group-horizontal .list-group-item {
    margin-bottom: 0;
    margin-left: -5px;
    margin-right: 0;
  }
  .list-group-horizontal .list-group-item:first-child {
    border-top-right-radius: 0;
    border-bottom-left-radius: 4px;
    margin-left: 0;
  }
  .list-group-horizontal .list-group-item:last-child {
    border-top-right-radius: 4px;
    border-bottom-left-radius: 0;
  }
}

.grid-column-carousel {
  overflow: hidden;
}
.grid-column-carousel__list {
  padding: 0;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  transition: transform 0.5s ease-in-out;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
}
.grid-column-carousel__list:after,
.grid-column-carousel__list:before {
  content: ' ';
  display: table;
}
.grid-column-carousel__list:after {
  clear: both;
}
.grid-column-carousel__list.initialized {
  width: 9999px;
}
.grid-column-carousel__list.initialized > * {
  display: block;
}
.grid-column-carousel__list [data-gcc-ignore],
.grid-column-carousel__list > * {
  display: none;
}

.grid-column-showcase .grid-column-carousel__list {
  min-height: 360px;
  overflow: hidden;
}

.grid-column-carousel__page-indicators {
  list-style: none;
  display: flex;
  justify-content: center;
  margin-left: -10px;
  margin-top: 10px;
}

.grid-column-carousel__page-indicators li {
  background: #ddd;
  padding: 10px;
  margin: 5px;
  border-radius: 50%;
  display: inline-block;
}

.grid-column-carousel__page-indicators li.active {
  background: #00ba51;
}

/* ==========================================================================
Buttons
========================================================================== */

.btn.round {
  border-radius: 16px;
}
.btn-lg.round {
  border-radius: 24px;
}
.btn.btn-lg {
  font-size: 16px;
}
.btn.btn-fat {
  padding: 16px 30px !important;
}
.btn.outline {
  background: none;
  border-width: 2px;
  border-style: solid;
}

.btn-green {
  background: #00b13f;
  color: #fff;
}
.btn-green:hover,
.btn-green:focus,
.btn-green:active,
.btn-green.active,
.open > .dropdown-toggle.btn-green {
  background: #00b13f !important;
  color: #f2f2f2 !important;
}
.btn-green:active,
.btn-green.active {
  background: #00b13f;
  box-shadow: none;
}
.btn-green.outline {
  border-color: #00b13f;
  color: #00b13f;
}
.btn-green.outline:hover,
.btn-green.outline:focus,
.btn-green.outline:active,
.btn-green.outline.active,
.open > .dropdown-toggle.btn-green {
  color: #00b13f;
  border-color: #00b13f;
}
.btn-green.outline:active,
.btn-green.outline.active {
  border-color: #00b13f;
  color: #00b13f;
  box-shadow: none;
}

.btn-green2 {
  background: #00be45;
  color: #fff;
}
.btn-green2:hover,
.btn-green2:focus,
.btn-green2:active,
.btn-green2.active,
.open > .dropdown-toggle.btn-green2 {
  background: #0c944a !important;
  color: #f2f2f2 !important;
}
.btn-green2:active,
.btn-green2.active {
  background: #00be45;
  box-shadow: none;
}
.btn-green2.outline {
  border-color: #00be45;
  color: #00be45;
}
.btn-green2.outline:hover,
.btn-green2.outline:focus,
.btn-green2.outline:active,
.btn-green2.outline.active,
.open > .dropdown-toggle.btn-green2 {
  color: #0c944a;
  border-color: #00be45;
}
.btn-green2.outline:active,
.btn-green2.outline.active {
  border-color: #00be45;
  color: #00be45;
  box-shadow: none;
}

.btn-blue {
  background: #2196f3;
  color: #fff;
}
.btn-blue:hover,
.btn-blue:focus,
.btn-blue:active,
.btn-blue.active,
.open > .dropdown-toggle.btn-blue {
  background: #529cf2 !important;
  color: #f2f2f2 !important;
}
.btn-blue:active,
.btn-blue.active {
  background: #529cf2;
  box-shadow: none;
}
.btn-blue.outline {
  border-color: #00b13f;
  color: #529cf2;
}
.btn-blue.outline:hover,
.btn-blue.outline:focus,
.btn-blue.outline:active,
.btn-blue.outline.active,
.open > .dropdown-toggle.btn-blue {
  color: #2196f3;
  border-color: #2196f3;
}
.btn-blue.outline:active,
.btn-blue.outline.active {
  border-color: #2196f3;
  color: #2196f3;
  box-shadow: none;
}

.btn-gray {
  background: #999;
  color: #fff;
}
.btn-gray:hover,
.btn-gray:focus,
.btn-gray:active,
.btn-gray.active,
.open > .dropdown-toggle.btn-gray {
  background: #666 !important;
  color: #f2f2f2 !important;
}
.btn-gray:active,
.btn-gray.active {
  background: #999;
  box-shadow: none;
}

/* ==========================================================================
Created by Johnny 22/8/2016
========================================================================== */
body {
  font-weight: 400;
}
h1 {
  margin-top: 23px;
  margin-bottom: 0px;
}
h2 {
  margin-top: 23px;
  margin-bottom: 23px;
}
h3 {
  margin-top: 23px;
  margin-bottom: 15px;
}
h4 {
  margin-top: 23px;
  margin-bottom: 15px;
}
h5 {
  margin-top: 23px;
  margin-bottom: 15px;
}
p,
ul,
ol,
pre,
table,
blockquote {
  margin-top: 0px;
  margin-bottom: 23px;
}
ul ul,
ol ol,
ul ol,
ol ul {
  margin-top: 0;
  margin-bottom: 0;
}

b,
strong,
em,
small,
code {
  line-height: 1;
}
b,
strong {
  font-weight: 700;
}
.btn-primary {
  background-color: #2196f3;
  border-color: #2196f3;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  background-color: #529cf2;
  border-color: #529cf2;
}
.section-carousel .carousel-caption p {
  text-shadow: none;
}
.btn-green {
  background-color: #00b140;
  border-color: #00b140;
}
.btn-green:hover,
.btn-green:focus,
.btn-green:active {
  background-color: #00be45;
  border-color: #00be45;
  color: #fff;
}
.btn,
.btn.btn-primary {
  font-weight: 500;
  outline: none !important;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
  text-align: center;
}
.btn.btn-lg {
  padding: 15px 30px;
  line-height: 1;
  font-size: 1.15em;
}
.btn:hover,
.btn:focus,
.btn:active {
  outline: none !important;
  color: #fff;
}
.section-carousel .carousel-caption h1 {
  margin-bottom: 20px;
}
.socialIcon .fa-2x {
  font-size: 1.25em;
}
.carousel--mobileview .carousel-indicators li:after {
  line-height: 23px;
  font-size: 0.8em;
}
#top .navbar-default > ul > li.dropdown > a::after {
  top: 3px;
}
.section-wysiwyg ul li,
.section-wysiwyg ol li,
.section-wysiwyg ul li,
.section-wysiwyg ol li,
.section-raw-html ul li,
.section-raw-html ol li {
  margin-bottom: 12px;
}
.section-wysiwyg p,
.section-wysiwyg ul,
.section-wysiwyg ol,
.section-wysiwyg pre,
.section-wysiwyg table,
.section-wysiwyg blockquote,
.section-raw-html p,
.section-raw-html ul,
.section-raw-html ol,
.section-raw-html pre,
.section-raw-html table,
.section-raw-html blockquote {
  font-size: 1.143em;
  line-height: 1.6;
}
h1.page-header {
  border: none;
}
.carousel h4 {
  margin-bottom: 6px;
}
.media-showcase .media-body {
  font-size: 0.9em;
}
.media-showcase .label {
  font-size: 1em;
  line-height: 1.15;
}
.tabs-icon .nav-tabs > li > a {
  line-height: 1.15;
}
.section-list-group-horizontal h4 {
  margin-bottom: 15px;
}
.gfield_label {
  display: none;
}
.gform_wrapper.gform--partnerships_wrapper .gform_body .float-left {
  float: left;
  width: 49%;
  clear: none;
}
.gform_wrapper.gform--partnerships_wrapper .gform_body .float-right {
  float: right;
  width: 49%;
  clear: none;
}
.gform_wrapper.gform--partnerships_wrapper .gform_body li {
  margin-bottom: 15px;
}
.gform_wrapper.gform--partnerships_wrapper .gform_body .textarea {
  width: 100%;
}

@media (max-width: 720px) {
  body {
    font-size: 14px;
  }
  .section-carousel .carousel .item {
    height: 500px;
  }
  .carousel--mobileview .carousel-indicators li:before {
    right: 20%;
  }
  .section-carousel-tooltip .carousel .carousel-caption {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: left;
  }
  .section-carousel-tooltip .carousel .carousel-caption:after {
    border-width: 10px;
  }
  .btn-primary {
    display: inline-block;
    width: auto;
  }
  #btn-download {
    padding: 8px;
    font-size: 1em;
    box-shadow: none;
  }
  .section-hero h1 {
    font-size: 1.95em;
    line-height: 1.15;
  }
  .section-hero p {
    font-size: 1.25em;
    line-height: 1.3;
  }
  .single .section-hero {
    background: none;
    height: auto;
  }
  .single .section-hero .hero-image {
    position: static;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    background: none;
  }
  .single .section-hero .container {
    display: none;
  }
  .single .section-hero .hero-image img {
    display: block !important;
  }
  .panel-group--accordion .panel-body {
    padding: 15px;
  }
  .panel-default > .panel-heading {
    padding: 15px 10% 15px 15px;
  }
  .panel-group--accordion .panel-title:after {
    right: -20px;
  }
  .panel-article .share span {
    margin-top: -20px;
    display: block;
    text-align: right;
    padding-right: 0;
  }
  .share ul {
    margin: 6px 0 0;
    display: block;
    text-align: right;
    padding-right: 0;
  }
  .post-content {
    padding: 0;
  }
  #section-wysiwyg-grab-work-increase-productivity-removing-unnecessary-paperwork {
    margin-bottom: 0 !important;
  }
  .sect4 {
    padding: 0 !important;
  }
  #section-wysiwyg-grab-work-multiple-payment-methods header,
  #section-wysiwyg-grab-work-gain-transparency-insights-better-cost-management header {
    display: none;
  }
  .carousel--desktopview .carousel-indicators {
    margin-left: auto;
    left: 0;
    right: 0;
    margin-right: auto;
    width: 90%;
  }
  .carousel--desktopview li {
    margin-bottom: 10px;
    margin-top: 10px;
  }
  .carousel--desktopview .carousel-inner {
    display: none;
  }
  .section-hero {
    margin-top: 50px;
  }
  .backaction {
    display: none;
  }
}

@media (min-width: 414px) {
  ul.policylist li,
  p.copyright {
    margin: 8px 0;
  }
  .playstore li {
    padding-right: 10px;
  }
  footer .hidden-xs .playstore {
    text-align: right;
  }
  footer .hidden-xs .playstore li {
    display: inline-block;
    float: none;
  }
  .sitemap-container h4,
  .socialArea h4 {
    margin-bottom: 12px;
  }
  .section-carousel .carousel .carousel-caption {
    top: 50%;
    left: 12%;
    right: inherit;
    text-align: left;
    bottom: inherit;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    margin-top: 60px;
    padding: 0;
    margin: 0;
    margin-top: 10px;
    width: 35%;
  }
  /*.section-hero .section-body {bottom: 10%; left: 0; width: 45%;}*/
  .section-hero h1 {
    margin-top: 0;
  }
  .section-list-group-horizontal p {
    font-size: 1.143em;
  }
}

/* ==========================================================================
Created by Johnny 12/9/2016
========================================================================== */

.or-divider {
  color: #fff;
  position: relative;
}
.or-divider span,
.or-divider div {
  border: 1px solid #fff;
  border-radius: 50%;
  padding: 10px;
  line-height: 1;
  position: absolute;
  margin: 0 auto;
  text-align: center;
  display: inline-block;
  margin-left: -19px;
  top: 100px;
}
.or-divider span:before,
.or-divider div:before {
  position: absolute;
  top: -75px;
  left: 0;
  right: 0;
  margin: auto;
  width: 1px;
  height: 65px;
  background-color: #fff;
  content: '';
}
.or-divider span:after,
.or-divider div:after {
  position: absolute;
  bottom: -75px;
  left: 0;
  right: 0;
  margin: auto;
  width: 1px;
  height: 65px;
  background-color: #fff;
  content: '';
}

@media screen and (max-width: 736px) {
  .or-divider {
    margin-bottom: 50px;
  }
  .page.about .section .well {
    padding: 20px 15px;
  }
  .or-divider span {
    top: 0;
  }
  .or-divider span:before {
    top: 18px;
    right: inherit;
    left: -90px;
    height: 1px;
    width: 65px;
  }
  .or-divider span:after {
    top: 18px;
    bottom: inherit;
    right: -90px;
    left: inherit;
    width: 65px;
    height: 1px;
  }
}

/* ==========================================================================
Created by Andika 12/30/2016
========================================================================== */
.post-nav-links a {
  padding: 10px;
}
.post-nav-links a.active {
  background-color: #eee;
}
.post-excerpt p {
  font-style: italic;
}
.navbar-right.mm {
  margin-right: 10px;
}

/* ==========================================================================
Created by Johnny 3/5/2017
========================================================================== */
@media (max-width: 736px) {
  .section--default-template.section--padded {
    padding: 50px 25px;
  }
}
/* alignment issue with mobile */
@media (max-width: 440px) {
  .panel-article .bg-size-cover {
    background-size: contain;
  }
  .post-action .col-sm-6:nth-child(2) {
    padding-left: 45%;
    margin-top: -5px;
  }
  .post-action .col-sm-6:nth-child(2) .share ul {
    margin-right: 6px;
  }
}

/* Reduce the with to show new services */
@media (min-width: 768px) {
  html:lang(en-SG) .list-icons .col-sm-1 {
    width: 8%;
  }
}

/* KH css with local copy */
@media (min-width: 768px) {
  html:lang(en-KM) #nav-drive > li {
    min-width: 210px;
  }
}

.grabpay-brand {
  background-image: url(https://www.downtownmelody.com/_x/YXNzZXRzLmdyYWIuY29t/wp-content/uploads/media/grabpay_topnav.png);
  background-size: 90px;
  background-repeat: no-repeat;
  background-position: center center;
  margin-left: 10px;
  width: 100px;
  height: 58px;
}

.grabpay-brand:hover {
  background-image: url(https://www.downtownmelody.com/_x/YXNzZXRzLmdyYWIuY29t/wp-content/uploads/media/grabpay_topnav_active.png);
}

.grabpay-brand-vn {
  background-image: url(https://www.downtownmelody.com/_x/YXNzZXRzLmdyYWIuY29t/wp-content/uploads/media/logo-moca-bw.png);
  background-size: 60px;
  background-repeat: no-repeat;
  background-position: center center;
  margin-left: 10px;
  width: 70px;
  height: 58px;
}

.grabpay-brand-vn:hover {
  background-image: url(https://www.downtownmelody.com/_x/YXNzZXRzLmdyYWIuY29t/wp-content/uploads/media/logo-moca.png);
}

.grabrewards-brand {
  background-image: url(https://www.downtownmelody.com/_x/YXNzZXRzLmdyYWIuY29t/wp-content/uploads/media/grabrewards_logo_inline_black.png);
  background-size: 140px;
  background-repeat: no-repeat;
  background-position: center center;
  margin-left: 10px;
  width: 140px;
  height: 58px;
}

.grabrewards-brand:hover {
  background-image: url(https://www.downtownmelody.com/_x/YXNzZXRzLmdyYWIuY29t/wp-content/uploads/media/grabrewards_logo_inline_green.png);
}

.grabpay-brand.mobile-nav,
.grabpay-brand-vn.mobile-nav {
  margin-left: 24px;
}

.grabrewards-brand.mobile-nav {
  margin-left: 30px;
}

.fa.login {
  font-size: 1.5em;
}

/** Nav-bar **/
/*.wrapper { margin-top: 68px;}*/

#top #main-menu .navbar-brand {
  background-image: url(../img/grab_logo_158.png);
}

#main-menu .dropdown-menu {
  min-width: 200px;
}
#main-menu .dropdown-menu.columns-2,
#secondary-menu .dropdown-menu.columns-2 {
  min-width: 400px;
}
#main-menu .dropdown-menu.columns-3 {
  background-color: #f6f8fa;
  border: none;
}

#secondary-menu .wpglobus-selector-link ul.dropdown-menu,
#secondary-menu .dropdown-menu.columns-3 {
  padding: 0px 5px;
  box-shadow: 0 3px 4px 0px rgba(0, 0, 0, 0.175);
  margin-top: 2px;
  border-top: none;
}
#secondary-menu .dropdown.open .dropdown-toggle .fa-angle-down:before {
  content: '\f106';
  color: #00b13f;
}

#main-menu .dropdown-menu li a {
  padding: 5px 15px;
  font-weight: 300;
}
#main-menu .multi-column-dropdown {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
#main-menu .multi-column-dropdown li a {
  display: block;
  clear: both;
  line-height: 1.428571429;
  color: #333;
  white-space: normal;
}
#main-menu .multi-column-dropdown li a:hover {
  text-decoration: none;
  color: #262626;
  background-color: #999;
}

@media (max-width: 767px) {
  #main-menu .dropdown-menu.multi-column {
    min-width: 240px !important;
    overflow-x: hidden;
  }
}

#main-menu .nav-tabs--vertical {
  border-bottom: none;
  border-right: 1px solid #ddd;
  display: flex;
  flex-flow: column nowrap;
}
#main-menu .nav-tabs--left {
  margin: 0 15px;
}
#main-menu .nav-tabs--left .nav-item + .nav-item {
  margin-top: 0.25rem;
}
#main-menu .nav-tabs--left .nav-link {
  transition: border-color 0.125s ease-in;
  white-space: nowrap;
}
#main-menu .nav-tabs--left .nav-link:hover {
  background-color: #f7f7f7;
  border-color: transparent;
}
#main-menu .nav-tabs--left .nav-link.active {
  border-bottom-color: #ddd;
  border-right-color: #fff;
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
  margin-right: -1px;
}
#main-menu .nav-tabs--left .nav-link.active:hover {
  background-color: #fff;
  border-color: #0275d8 #fff #0275d8 #0275d8;
}
#main-menu > .open > a {
  background-color: #fff;
}

@media (min-width: 1440px) {
  .grabnav-tab-container {
    width: 1440px;
  }
  #main-menu .dropdown-menu.columns-3 {
    min-width: 1440px;
  }
}
@media (max-width: 1440px) {
  .grabnav-tab-container {
    width: 100%;
  }
  #main-menu .dropdown-menu.columns-3 {
    width: 96vw;
    /*position: fixed;*/
  }
}

/*  grabnav tab */
div.grabnav-tab-container {
  z-index: 10;
  padding: 0 !important;
  width: 100%;
}
div.grabnav-tab-menu {
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 0;
  width: 338px;
  float: left;
  min-height: 400px;
  background-color: #fff;
}
div.grabnav-tab {
  float: left;
  width: calc(100% - 338px);
}
div.grabnav-tab-menu div.list-group {
  margin-bottom: 0;
}
div.grabnav-tab-menu div.list-group a.list-group-item {
  height: 80px;
  margin-bottom: 0;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-left: 40px;
  font-size: 20px;
  text-align: left;
  border-bottom: 1px solid #f6f8fa;
  border-top: none;
  border-right: 1px solid #f6f8fa;
  color: #363a45;
  font-weight: bold;
  display: flex;
  align-items: center;
}
div.grabnav-tab-menu div.list-group > a .glyphicon,
div.grabnav-tab-menu div.list-group > a .fa {
  color: #5a55a3;
}
div.grabnav-tab-menu div.list-group > a:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  -moz-border-top-right-radius: 0;
}
div.grabnav-tab-menu div.list-group > a:last-child {
  border-bottom-right-radius: 0;
  -moz-border-bottom-right-radius: 0;
}
div.grabnav-tab-menu div.list-group a.active {
  background-color: #f6f8fa;
  background-image: #f6f8fa;
  color: #363a45;
  border-color: #f6f8fa;
}
div.grabnav-tab-content {
  background-color: transparent;
  padding-left: 20px;
  padding-top: 10px;
  display: flex;
  flex-wrap: wrap;
}

div.grabnav-tab div.grabnav-tab-content.active {
}
div.grabnav-tab div.grabnav-tab-content:not(.active) {
  display: none;
}
div.grabnav-tab div.grabnav-tab-content .item-link {
  width: 134px;
  margin: 16px 0px 0px 28px;
}
div.grabnav-tab div.grabnav-tab-content .item-link h4,
div.grabnav-tab div.grabnav-tab-content .item-link h4 a {
  font-size: 16px;
  color: #363a45;
}
div.grabnav-tab div.grabnav-tab-content .item-link h4 {
  margin-bottom: 10px;
  line-height: 1.8;
  font-weight: 500;
}
div.grabnav-tab div.grabnav-tab-content .item-link p {
  font-size: 12px;
  line-height: 1.43;
  margin-bottom: 16px;
}
div.grabnav-tab div.grabnav-tab-content .item-link h4 a:hover {
  border-bottom: 2px solid #00b14f;
  padding-bottom: 2px;
  text-decoration: none;
}

html:lang(en-US) div.grabnav-tab div.grabnav-tab-content .item-link h4 {
  font-weight: 500;
}
html:lang(en-US) div.grabnav-tab-menu div.list-group a.list-group-item {
  font-weight: 500;
}
html:lang(en-US) #nav-footer h4 {
  font-weight: 500;
}

#nav-footer .grab-logo {
  background-image: url('https://www.downtownmelody.com/_x/YXNzZXRzLmdyYWIuY29t/wp-content/uploads/media/grab_logo.png');
  width: 84px;
}

#main-menu .main-list {
  margin-right: 56px;
}
#main-menu .main-list .dropdown-toggle {
  width: 48px;
  float: left;
  padding: 10px;
}
#main-menu .main-list .dropdown-toggle .fa {
  float: left;
  font-size: 32px;
  color: #363a45;
}
#main-menu .main-list .dropdown-toggle span {
  margin-top: -4px;
  float: left;
  font-size: 10px;
  font-weight: 500;
  color: #363a45;
}
#main-menu .main-list .dropdown-toggle .fa.times {
  padding-bottom: 8px;
  padding-top: 8px;
}
/*
#top .navbar-default .navbar-collapse{padding-left: 6px; padding-right: 6px;}
#top .navbar-default { min-height: 66px;}
#top .navbar-brand{ margin-top:16px;}
*/

#secondary-menu {
  float: right;
  margin-right: 60px;
  margin-top: 8px;
}
#secondary-menu a {
  color: #363a45;
  font-size: 16px;
  padding-bottom: 24px;
  font-weight: 500;
  background-color: transparent;
}
html:lang(en-US) #secondary-menu a {
  font-weight: 500;
}

#secondary-menu > li {
  height: 58px;
}
#secondary-menu > li:first-child {
  /*margin-right: 22px;*/
}
#secondary-menu li.search {
  margin-left: 12px;
}
#secondary-menu > li:last-child {
  margin-left: 12px;
}
#secondary-menu .fa-search {
  font-size: 22px;
  position: absolute;
  top: 15px;
  right: 0;
}
#secondary-menu .fa-angle-down,
#secondary-menu .fa-angle-up {
  margin-left: 5px;
  font-weight: bold;
}
#secondary-menu .search {
  padding-top: 10px;
  cursor: pointer;
  min-width: 30px;
}
#secondary-menu .search input {
  height: 34px;
  width: 312px;
  background-color: #f1f4f6;
  border-radius: 20px;
  border: 1px solid #fdfdfd;
  padding: 2px 45px 2px 12px;
  margin-right: -20px;
}
#secondary-menu .dropdown-menu > li {
  height: 48px;
  border-bottom: 1px solid #f1f4f6;
  padding: 10px 0;
}
#secondary-menu .dropdown-menu > li:last-child {
  border-bottom: none;
}

#secondary-menu .dropdown-menu li a {
  padding-left: 0;
  padding-right: 0;
  margin-left: 20px;
  margin-right: 20px;
  float: left;
  border-bottom: 2px solid #fff;
  padding-bottom: 4px;
}
#secondary-menu .dropdown-menu li a:hover {
  border-bottom: 2px solid #00b14f;
  padding-bottom: 4px;
  text-decoration: none;
  background-color: #fff;
}

#main-menu .dropdown-menu {
  float: left;
  background-position: top left;
  padding-bottom: 0;
  padding-top: 0;
  background-size: cover;
  background-repeat: no-repeat;
}

#secondary-menu .menu_item_wpglobus_menu_switch {
  border-left: none;
  margin-left: 18px;
}
#secondary-menu > .wpglobus-selector-link > ul.dropdown-menu {
  padding-bottom: 0px;
}
#secondary-menu > .wpglobus-selector-link > a::after {
  content: '\f107';
  display: block;
  height: 40px;
  width: 40px;
  text-align: center;
  padding: 15px 0;
  position: absolute;
  top: 0;
  bottom: auto;
  right: 0;
  font-family: FontAwesome;
  color: #000;
  padding-left: 30px;
}
#secondary-menu > .wpglobus-selector-link.dropdown.open > a::after {
  content: '\f106';
  color: #00b13f;
}
#secondary-menu > .wpglobus-selector-link::before {
  content: ' ';
  background-image: url('https://www.downtownmelody.com/_x/YXNzZXRzLmdyYWIuY29t/wp-content/uploads/media/flag/globe.png');
  display: block;
  height: 20px;
  width: 20px;
  text-align: center;
  padding: 15px 0;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  left: -14px;
  top: 14px;
}

#top #mobile-menu .navbar-brand {
  background-image: url(../img/grab_logo_158.png);
}

#mobile-menu {
  margin-bottom: 0;
  height: 50px;
  padding-top: 8px;
}
#mobile-menu > .menu-item-drive {
  height: 42px;
  display: block;
}
#mobile-menu .dropdown-toggle {
  cursor: pointer;
  color: #363a45;
  font-size: 28px;
}

#top #mobile-menu .navbar-brand {
  margin-left: 68px;
  margin-top: 2px;
  background-size: contain;
  height: 26px;
  width: 67px;
}

.site-id-4 #mobile-menu .main-dropdown,
.site-id-8 #mobile-menu .main-dropdown,
.site-id-12 #mobile-menu .main-dropdown,
.site-id-15 #mobile-menu .main-dropdown,
.site-id-34 #mobile-menu .main-dropdown {
  height: 459px;
}
.site-id-9 #mobile-menu .main-dropdown,
.site-id-10 #mobile-menu .main-dropdown,
.site-id-11 #mobile-menu .main-dropdown {
  height: 507px;
}

#mobile-menu .main-dropdown {
  margin-left: -16px;
  margin-top: -1px;
  border-top-color: #fff;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-weight: 400;
  box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.175);
  overflow: scroll;
  width: calc(100vw - 30px);
  max-height: calc(100vh - 50px);
  -webkit-overflow-scrolling: touch; /* for ios devices */
}
#mobile-menu-bottom-padding {
  height: 72px;
}
html:lang(en-US) #mobile-menu .main-dropdown {
  font-weight: 500;
}

#mobile-menu .main-dropdown .level-one-child {
  padding: 0px 16px;
  background-color: #f6f8fa;
  border-bottom: 1px solid #f1f4f6;
  /*width: 277px;*/
}
#mobile-menu .main-dropdown .level-one-child .sub-menu-toggle {
  padding-bottom: 14px;
  padding-top: 13px;
}
#mobile-menu .main-dropdown .level-one-child .sub-menu-toggle.submenu-open .fa-angle-right:before {
  content: '\f106';
}

#mobile-menu .main-dropdown .wpglobus-current-language {
  background-color: #fafbfd;
  color: #363a45;
  padding: 0px 16px;
}
#mobile-menu .main-dropdown .wpglobus-current-language > a.submenu-open:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: '\f105';
  float: right;
}
#mobile-menu .main-dropdown .wpglobus-current-language > a:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: '\f107';
  float: right;
}

#mobile-menu .main-dropdown .wpglobus-current-language > a {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 14px;
  padding-top: 13px;
}
#mobile-menu .main-dropdown .wpglobus-current-language .sub-menu {
  list-style: none;
  padding-left: 0;
  margin-left: -16px;
  margin-right: -16px;
}
#mobile-menu .main-dropdown .wpglobus-current-language .sub-menu li {
  padding: 14px 0px 14px 16px;
  background-color: #fff;
  border-bottom: 1px solid #f1f4f6;
}
#mobile-menu .main-dropdown .wpglobus-current-language .sub-menu li a {
  color: #363a45;
}

#mobile-menu .main-dropdown .level-one-child .fa-angle-right,
#mobile-menu .main-dropdown .level-one-child .fa-angle-down {
  float: right;
}

#mobile-menu .main-dropdown .lang-select .globe {
  background-image: url('https://www.downtownmelody.com/_x/YXNzZXRzLmdyYWIuY29t/wp-content/uploads/media/flag/globe.png');
  display: block;
  height: 20px;
  width: 20px;
  text-align: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 10px;
  float: left;
}

#mobile-menu .main-dropdown .level-one-child.dark-menu {
  /* background-color: #fafbfd; color: #363a45; */
  /*border-bottom: 1px solid #43464f;*/
}
#mobile-menu .main-dropdown .level-one-child > a {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 3px;
  padding-top: 4px;
}
#mobile-menu .main-dropdown .level-one-child.dark-menu > a {
  color: #363a45;
}
#mobile-menu .main-dropdown .level-one-child:last-child {
  border-bottom: none;
}
#mobile-menu .main-dropdown .level-one-child .sub-menu {
  margin-left: -16px;
  margin-right: -16px;
  display: none;
}
#mobile-menu .main-dropdown .level-one-child .sub-menu li {
  padding: 0px 0px 0px 6px;
  background-color: #fff;
  border-bottom: 1px solid #f1f4f6;
  border-left: 3px solid #fff;
}
#mobile-menu .main-dropdown .level-one-child .sub-menu li:hover {
  border-left: 3px solid #00b13f;
}
#mobile-menu .main-dropdown .level-one-child .sub-menu a {
  color: #363a45;
  padding: 14px 0px 14px 10px;
  display: block;
}
#mobile-menu .main-dropdown .level-one-child .sub-menu a:hover {
  text-decoration: none;
}
#mobile-menu .main-dropdown > li > a:hover {
  background-color: inherit;
}
#mobile-menu .search {
  font-size: 18px;
  padding: 10px 15px 12px 15px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
#mobile-menu .search input {
  height: 26px;
  width: 50vw;
  background-color: #f1f4f6;
  border-radius: 20px;
  border: 1px solid #fdfdfd;
  padding: 4px 30px 6px 12px;
  margin-right: 0px;
  font-size: 14px;
}
#mobile-menu .search .fa-search {
  position: absolute;
  top: 16px;
  right: 24px;
}
#mobile-menu .dropdown-toggle {
  text-decoration: none;
  float: left;
}
#mobile-menu .dropdown-toggle .fa {
  display: block;
  margin-top: 4px;
}

@media only screen and (max-width: 767px) {
  /*.wrapper { margin-top: 50px; }*/
  #top #mobile-menu .navbar-brand {
    margin-left: 10px;
  }
}

/* .gr-g-noMainNav is dynamically added to <body> */
.gr-g-noMainNav #top {
  display: none;
}

/** end of nav-bar **/

/** footer **/
.nav-sitemap {
  background-color: #eaeff2;
  color: #363a45;
}
#nav-footer {
  padding-top: 8px;
}
#nav-footer a,
#nav-footer h4 {
  color: #363a45;
}
#nav-footer .div-logo {
  width: 100%;
  float: left;
  margin-bottom: 0px !important;
}
#nav-footer .grab-logo {
  width: 78px;
  height: 28px;
  background-size: cover;
}

#nav-footer h4 {
  margin-top: 16px;
  margin-bottom: 20px;
  float: left;
  width: 100%;
  font-size: 16px;
  font-weight: 500;
}
#nav-footer #main-links li a,
#nav-footer .sitemap-container .first-col .sitemapList li a {
  font-size: 16px;
  font-weight: 500;
}
#nav-footer .sitemapList li {
  font-size: 14px;
}
#nav-footer .footer-about-grab {
  margin-left: 110px;
  float: left;
}
#nav-footer .grab-infor {
  font-style: normal;
  font-size: 14px;
  float: left;
  width: 100%;
}
#nav-footer .grab-infor p {
  font-size: 14px;
  line-height: 1.43;
  letter-spacing: 0.2px;
  color: #363a45;
  float: left;
  width: 100%;
}
#nav-footer .grab-contact {
  float: left;
  margin-top: 10px !important;
  width: 100%;
}
#nav-footer .grab-contact h4 {
  font-style: normal;
  font-size: 14px;
}
#nav-footer .grab-contact a {
  border-radius: 50%;
  background-color: #363a45;
  width: 20px;
  height: 20px;
  color: #fff;
  float: left;
  padding-left: 5px;
  padding-top: 4px;
  font-size: 12px;
  margin-right: 5px;
}

#nav-footer .sitemap-container {
  margin-left: 80px;
}
#nav-footer .sitemap-container .first-col {
  padding-left: 0;
  padding-right: 0;
}
#nav-footer .sitemap-container h4 {
  text-transform: capitalize;
  margin-top: 0px;
  font-weight: bold;
  margin-bottom: 16px;
}
#nav-footer .sitemap-container .sitemapList li {
  line-height: 16px;
  padding: 4px 0;
  clear: both;
}
#nav-footer .sitemap-container .sitemapList li a {
  font-size: 14px;
}

#nav-footer #main-links li,
#nav-footer .sitemap-container .first-col .sitemapList li {
  line-height: 24px;
}
@media (min-width: 1025px) {
  #nav-footer .sitemap-container .col-md-2 {
    width: 15%;
  }
  #nav-footer .sitemap-container .first-col {
    width: 20%;
  }
}

@media (max-width: 1024px) and (min-width: 768px) {
  #nav-footer .footer-about-grab {
    margin-left: 60px;
  }
  #nav-footer .col-sm-4 {
    padding-left: 0;
    width: 33%;
    margin-bottom: 26px;
  }
  #nav-footer .sitemap-container {
    display: flex;
    flex-wrap: wrap;
  }

  #secondary-menu .search input {
    width: 170px;
  }
  #secondary-menu {
    margin-right: 30px;
  }
  #nav-footer .hidden-xs {
    display: none;
  }
}

#nav-footer .country-selector {
  font-style: normal;
  float: left;
  margin-top: 30px;
  cursor: pointer;
  width: 180px;
  padding: 6px 10px;
  border: 1px solid #ccc;
  border-radius: 3px;
}
#nav-footer .country-selector img {
  width: 24px;
  margin-right: 4px;
}
#nav-footer .country-selector .fa {
  float: right;
}

#nav-footer .tiktok-logo::before {
  width: 20px;
  height: 20px;
  display: block;
  content: url('https://www.downtownmelody.com/_x/YXNzZXRzLmdyYWIuY29t/wp-content/uploads/media/footer/tiktok-logo.svg');
}

#nav-footer .country-selector a:hover {
  text-decoration: none;
}

#nav-footer .list-countries a span.flag {
  float: left;
  margin-bottom: 0;
  width: 24px;
  height: 24px;
  margin-right: 10px;
}
#nav-footer .list-countries a {
  padding-left: 0px !important;
  float: left;
  text-align: left;
  width: 100%;
}

#nav-footer .list-countries .dropdown-menu {
  margin-left: -12px;
  margin-bottom: 6px;
  padding-top: 8px;
  margin-right: -12px;
}
#nav-footer .list-countries .dropdown-menu a {
  padding: 6px 10px !important;
  cursor: pointer;
}
#nav-footer .list-countries .dropdown-menu a:hover {
  background-color: #f1f4f6;
}
#nav-footer .list-countries.open .dropdown-toggle .fa-angle-up:before {
  content: '\f107';
}

@media (max-width: 767px) {
  #nav-footer .footer-about-grab {
    margin-left: 16px;
    text-align: left;
  }
}

/** Search result **/
#search-bg {
  height: 308px;
  background-color: #565d6b;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
}
#search-div {
  background-color: transparent;
  min-height: 600px;
  margin: -224px 74px 72px 74px;
}
#search-div .bcs-container-searchbox .bcs-searchbox-submit {
  background-image: url(../images/search-icon.png);
  background-size: 36px 36px;
  margin-top: 15px;
}
#search-div .bcs-container-searchbox {
  margin-bottom: 52px;
  border: none;
  border-bottom: 2px solid #ccc;
  margin-left: 42px;
  max-width: 1104px;
  padding-bottom: 10px;
  width: 90%;
}
#search-div .bcs-container-searchbox #bcs-searchbox {
  color: #fff;
  font-size: 48px;
  font-weight: 500;
  margin-left: 0px;
  padding-top: 14px;
  padding-bottom: 14px;
}
#search-div #bcs-results-div {
  padding: 38px 46px 46px 56px;
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.11);
  min-height: 400px;
  background-color: #fff;
}
#search-div #bcs-results-div .bcs-result {
  border-bottom: solid 3px rgba(151, 151, 151, 0.13);
  margin-bottom: 20px;
  padding-bottom: 20px;
}
#search-div #bcs-results-div .bcs-result h2 {
  color: #363a45;
  font-size: 24px;
  font-weight: 500;
}
#search-div #bcs-results-div .bcs-result h2 a {
  color: #363a45;
}
#search-div #bcs-results-div .bcs-result .bcs-caption-text cite {
  color: #0ba8d0;
  font-size: 12px;
  margin-top: 10px;
  display: flex;
}
#search-div #bcs-results-div .bcs-result .bcs-caption-text p {
  color: #898d97;
  font-size: 16px;
  margin-top: 10px;
}

#search-div #bcs-results-div .bcs-pagination ul li a {
  border: 1px solid #ccd6dd;
  background-color: #fff;
  margin-right: 0px;
  border-radius: 4px;
}
#search-div #bcs-results-div .bcs-pagination ul {
  display: flex;
  justify-content: center;
}
#search-div #bcs-results-div .bcs-pagination ul li a.bcs-current-page {
  color: #fff;
  background-color: #00b14f;
}

#search-icon-left {
  display: block;
  background: url(../images/search-man-left.png) no-repeat;
  width: 86px;
  height: 120px;
  float: left;
  margin-top: -200px;
  margin-left: 20px;
}
#search-icon-right {
  display: block;
  background: url(../images/search-man-right.png) no-repeat;
  width: 120px;
  height: 190px;
  margin-top: -254px;
  margin-right: 32px;
  float: right;
}
section[id^='section-raw-html-search'] header:empty {
  display: none;
}
section[id^='section-raw-html-search'] {
  background: url(../images/search-bg-1.png) top right no-repeat,
    url(../images/search-bg-2.png) bottom center repeat-y,
    url(../images/search-bg-2.png) center left no-repeat;
}

@media (max-width: 767px) {
  #search-div {
    min-height: 300px;
  }
  #search-div .bcs-container-searchbox #bcs-searchbox {
    font-size: 14px;
  }
  #search-bg {
    height: 116px;
  }
  #search-div {
    margin: -110px 16px 18px 10px;
  }
  #search-div .bcs-container-searchbox {
    margin-left: 20px;
    margin-bottom: 0px;
  }
  #search-div .bcs-container-searchbox .bcs-searchbox-submit {
    margin-right: 14px;
    background-size: 23px 23px;
    width: 24px;
    height: 24px;
    float: right;
  }

  #search-div #bcs-results-div {
    padding: 16px;
    border-radius: 6px;
  }
  #search-div #bcs-results-div .bcs-result h2 {
    font-size: 16px;
    word-break: break-word;
  }
  #search-div .bcs-result .bcs-web-url-mobile-view {
    display: none;
  }
  #search-div .bcs-result .bcs-caption-image {
    display: none;
  }
  #search-div .bcs-result cite {
    font-size: 12px;
  }
  #search-div .bcs-result .bcs-caption-text {
    word-break: break-word;
  }
  #search-div .bcs-result .bcs-caption-text cite {
    font-size: 14px;
  }
  #search-icon-left {
    height: 39px;
    width: 28px;
    margin-top: -66px;
    margin-left: 0px;
    background-size: contain;
  }
  #search-icon-right {
    height: 52px;
    width: 32px;
    margin-top: -88px;
    margin-right: 8px;
    background-size: contain;
  }
  #search-div .bcs-container-searchbox #bcs-searchbox {
    padding-top: 10px;
    padding-bottom: 0px;
    width: 80%;
  }
  #search-div #bcs-results-div .bcs-result {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
  }
}

@media (max-width: 767px) {
  img {
    max-width: 100%;
    height: auto;
  }
}

.gr-g-langBtnGrp {
  display: flex;
  z-index: 10;
  float: right;
}
.gr-g-langBtnGrp--btn {
  width: 50px;
  margin-right: 10px;
}
.gr-g-langBtnGrp--btnInner {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.gr-g-langBtnGrp--btn a {
  display: block;
  width: 100%;
  padding-top: 50%;
  padding-bottom: 50%;
  line-height: 1em;
  margin-top: -0.5em;
  text-align: center;
  font-size: 1em;
  text-decoration: none;
}
.gr-g-langBtnGrp--btnInner {
  background-color: #ffffff;
}
.gr-g-langBtnGrp--btnInner a {
  color: #00b14f;
}
.gr-g-langBtnGrp--btn--active .gr-g-langBtnGrp--btnInner,
.gr-g-langBtnGrp--btnInner:hover {
  background: #00b14f;
}
.gr-g-langBtnGrp--btn--active .gr-g-langBtnGrp--btnInner a,
.gr-g-langBtnGrp--btnInner a:hover {
  color: #ffffff;
}

/** 404 search **/
#gr-g-search-404 {
  position: relative;
  width: 90%;
  margin: auto;
}
#gr-g-search-404 .fa-search {
  position: absolute;
  bottom: 10px;
  right: 12px;
  cursor: pointer;
}
#gr-g-search-404 .form-control {
  padding-right: 38px;
}

@media (max-width: 787px) {
  .gr-g-offset-top-bottom .post-content p {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  #gr-g-search-404 {
    width: 60%;
    margin: auto;
  }
  .gr-g-offset-top-bottom {
    padding-bottom: 100px;
    min-height: 50vh;
    padding-top: 20px;
  }
}

/** From common.css **/
.showcase .slick-dots {
  padding-right: 40px;
}

.showcase .slick-dots li {
  margin-left: 25px;
  margin-right: 25px;
}

/* Override for MM */
body.site-id-15 .section-carousel .carousel .carousel-caption h1,
body.site-id-15 .section-hero h1,
body.site-id-15 .panel-article h2 a,
body.site-id-15 .panel-article h2 {
  line-height: 1.3;
}

/* Override for KH */
body.site-id-34 .section-carousel .carousel .carousel-caption h1,
body.site-id-34 .section-hero h1 {
  line-height: 1.2;
}

/* ==========================================================================
  Gravity forms common styles
========================================================================== */
.wrapper .gf-form-section {
  margin-top: 96px;
  margin-bottom: 96px;
  display: flex;
}
.gf-form-section .gf-form-box-wrapper {
  box-shadow: -5px 5px 15px 0 rgba(0, 0, 0, 0.12);
  padding: 24px;
  border-radius: 8px;
  max-width: 560px;
}
.gf-form-section .elementor-widget {
  margin-bottom: 0;
}
.gf-form-section .gf-form-title {
  font-size: 32px;
  color: #00b14f;
}
.gf-form-section .gf-form-body .gfield {
  margin-top: 16px;
}
.gf-form-section .gf-form-body .gf-form-no-margin {
  margin-top: 0;
}
.gf-form-section .gf-form-body .gf-form-label-show .gfield_label {
  color: #757575;
  font-weight: 400;
  display: block;
}
.gf-form-section .gf-form-body .ginput_container_consent,
.gf-form-section .gf-form-body .gfield_checkbox > li {
  display: flex;
  align-items: flex-start;
}
.gf-form-section .gf-form-body .ginput_container_consent > input,
.gf-form-section .gf-form-body .gfield_checkbox > li > input {
  margin-right: 4px;
}
.gf-form-section .gf-form-body .ginput_container_select::after {
  top: 14px;
}
.gf-form-section .gf-form-body .gf-form-label-show .ginput_container_select::after {
  top: 40px;
}
.gf-form-section .gf-form-contact-no-instruction-validation #spnPhoneStatus,
.gf-form-section .gf-form-contact-no-instruction #spnPhoneStatus {
  display: none;
}
.gf-form-section .gf-form-contact-no-instruction-validation .instruction.validation_message {
  display: none;
}
.gf-form-section .gf-form-body .gf-form-multistep-btn-white {
  margin: 16px 0;
  color: #00804a;
  border: none;
  border-radius: 4px;
  box-shadow: 0px 1px 2px rgb(0 0 0 / 60%);
  background-color: #fff;
  padding: 5px 24px;
}

html:lang(en-US) .gf-form-section .gf-form-confirmation-id,
html:lang(en-US) .gf-form-section .gf-form-confirmation-km,
html:lang(en-US) .gf-form-section .gf-form-confirmation-ms,
html:lang(en-US) .gf-form-section .gf-form-confirmation-my,
html:lang(en-US) .gf-form-section .gf-form-confirmation-th,
html:lang(en-US) .gf-form-section .gf-form-confirmation-vi,
html:lang(en-US) .gf-form-section .gf-form-confirmation-zh,
html:lang(id-ID) .gf-form-section .gf-form-confirmation-en,
html:lang(km) .gf-form-section .gf-form-confirmation-en,
html:lang(ms-MY) .gf-form-section .gf-form-confirmation-en,
html:lang(ms-MY) .gf-form-section .gf-form-confirmation-zh,
html:lang(my-MM) .gf-form-section .gf-form-confirmation-en,
html:lang(th) .gf-form-section .gf-form-confirmation-en,
html:lang(vi) .gf-form-section .gf-form-confirmation-en,
html:lang(zh-CN) .gf-form-section .gf-form-confirmation-en,
html:lang(zh-CN) .gf-form-section .gf-form-confirmation-ms {
  display: none;
}

/* ==========================================================================
  Global site Nav menu
========================================================================== */

.gr-g-nav-menu-globalsite {
  list-style-type: none;
}
.gr-g-nav-menu-list {
  width: 360px;
}
.gr-g-nav-menu-list:not(:first-child) {
  border-top: solid 1px #f6f8fa;
}
#main-menu .gr-g-nav-menu-globalsite .gr-g-nav-menu-list a {
  padding: 20px 0 20px 36px;
  font-size: 20px;
}
.gr-g-nav-menu-globalsite .gr-g-nav-menu-list:last-child a {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* ==========================================================================
  What's New
========================================================================== */

#secondary-menu li.whats-new a,
body nav ul li.whats-new a {
  color: #00b14f;
}


/* ==========================================================================
  PSEO CTA
========================================================================== */
.gr-g-cta-pseo.gr-g-cta-desc {
  margin-top:64px;
  justify-self:center;
  font-size:20px;
  font-weight:700;
}
.gr-g-cta-pseo.gr-g-cta-wrapper {
  display: flex;
  justify-content: center;
  margin: 40px 0;
}
.gr-g-cta-pseo.gr-g-cta-wrapper .gr-g-cta-pseo.gr-g-cta-link {
  background-color: #00b14f;
  padding: 12px 24px;
  border-radius: 50px;
}
.gr-g-cta-pseo.gr-g-cta-wrapper .gr-g-cta-pseo.gr-g-cta-text {
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
}
.gr-g-cta-pseo.gr-g-cta-wrapper .gr-g-cta-pseo.gr-g-cta-link:hover {
  text-decoration: none;
  background-color: #00804a;
}