html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* Color Variables */
/*header*/
/*footer*/
/*content*/
@font-face {
  font-family: 'Gentona';
  src: url("../fonts/Gentona-Book.eot");
  src: url("../fonts/Gentona-Book.woff") format("woff"), url("../fonts/Gentona-Book.otf"), url("../fonts/Gentona-Book.ttf") format("truetype");
  font-weight: 400; }
@font-face {
  font-family: 'Gentona';
  src: url("../fonts/Gentona-Medium.eot");
  src: url("../fonts/Gentona-Medium.woff") format("woff"), url("../fonts/Gentona-Medium.otf"), url("../fonts/Gentona-Medium.ttf") format("truetype");
  font-weight: 500; }
@font-face {
  font-family: 'Gentona';
  src: url("../fonts/Gentona-Light.eot");
  src: url("../fonts/Gentona-Light.woff") format("woff"), url("../fonts/Gentona-Light.otf"), url("../fonts/Gentona-Light.ttf") format("truetype");
  font-weight: 300; }
@font-face {
  font-family: 'Gentona';
  src: url("../fonts/Gentona-SemiBold.eot");
  src: url("../fonts/Gentona-SemiBold.woff") format("woff"), url("../fonts/Gentona-SemiBold.ttf") format("truetype");
  font-weight: 600; }
* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box; }

body {
  margin: 0;
  padding: 0;
  width: 100%;
  float: left;
  font-size: 14px;
  font-family: 'Gentona';
  font-weight: 400; }

.no-padding {
  padding-left: 0 !important;
  padding-right: 0 !important; }

a {
  -webkit-tap-highlight-color: transparent;
  text-decoration: none; }
  a:hover, a:focus, a:focus {
    text-decoration: none; }

.left {
  float: left; }

.right {
  float: right; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.disabled {
  pointer-events: none; }

.clearfix:before, .clearfix:after {
  content: "";
  display: table; }
.clearfix:after {
  clear: both; }

.hide {
  display: none !important; }

.overlay-hide {
  display: none; }

/*Header */
.sticky {
  position: fixed;
  z-index: 99;
  width: 100%;
  top: 0;
  left: 0;
  transition: all 0.2s ease; }

header {
  transition: all 0.2s ease; }

header.ola-header .pull-left {
  float: left; }
header.ola-header .pull-right {
  float: right; }
header.ola-header .logo {
  max-width: 100%;
  margin-top: 10px; }

.primary-header {
  background: #000000;
  color: rgba(255, 255, 255, 0.8);
  padding: 10px 20px;
  font-size: 13px;
  overflow: hidden; }
  .primary-header .logo {
    width: 80px; }
  .primary-header a {
    text-decoration: none; }
  .primary-header .ola-link {
    color: #CCE600; }
  .primary-header .primary-links .link-wrapper {
    display: inline-block;
    vertical-align: top;
    padding: 0 15px;
    border-right: 1px solid rgba(255, 255, 255, 0.8); }
  .primary-header .primary-links .link-wrapper:last-child {
    border-right: 0;
    padding-right: 0; }
  .primary-header .primary-links a {
    color: rgba(255, 255, 255, 0.8);
    letter-spacing: 0.2px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px; }
    .primary-header .primary-links a.active {
      color: #FFFFFF; }
    .primary-header .primary-links a:hover {
      color: #8EC44A; }
    .primary-header .primary-links a:last-child {
      padding-right: 0; }

.secondary-header {
  background: #FFFFFF;
  padding: 11px 20px;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.14);
  overflow: hidden;
  text-align: right;
  transition: all 0.2s ease;
  transform: translateY(0);
  z-index: 100;
  height: 65px;
  width: 100%; }
  .secondary-header a {
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer; }
    .secondary-header a:focus {
      outline: none; }
  .secondary-header .menu-icon {
    padding: 7px 8px;
    float: left; }
    .secondary-header .menu-icon:hover, .secondary-header .menu-icon:focus, .secondary-header .menu-icon:active {
      background: rgba(0, 0, 0, 0.08); }
  .secondary-header .mb-logo {
    display: none; }
    .secondary-header .mb-logo .mb-logo-img {
      display: none; }
  .secondary-header .secondary-links a {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.8);
    display: inline-block;
    padding: 11px 22px;
    vertical-align: middle;
    cursor: pointer;
    position: relative; }
    .secondary-header .secondary-links a:hover {
      color: #8EC44A; }
  .secondary-header .secondary-links .active-page {
    position: relative;
    font-weight: 500 !important; }
    .secondary-header .secondary-links .active-page:hover {
      color: rgba(0, 0, 0, 0.8);
      cursor: default; }
  .secondary-header .secondary-links .active-page:before {
    content: '';
    position: absolute;
    width: 70px;
    height: 3px;
    background: #000000;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 0;
    display: block; }
  .secondary-header .secondary-links .active-line {
    position: absolute;
    width: 70px;
    height: 3px;
    background: #CCE500;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 0;
    display: block; }
  .secondary-header .secondary-links .login-link {
    position: relative;
    font-weight: 400;
    background: #CCE500;
    color: rgba(0, 0, 0, 0.8);
    border-radius: 2px;
    margin-top: 2px; }
    .secondary-header .secondary-links .login-link:hover {
      background: #bdd400;
      color: black; }
    .secondary-header .secondary-links .login-link .mid-line {
      position: absolute;
      left: 0;
      height: 20px;
      background: rgba(155, 155, 155, 0.3);
      width: 1px;
      top: 0;
      bottom: 0;
      margin: auto; }
  .secondary-header .secondary-links .user-profile-link {
    padding: 0;
    margin-left: 22px; }
    .secondary-header .secondary-links .user-profile-link img {
      width: 38px;
      display: inline-block;
      vertical-align: middle; }
  .secondary-header .secondary-links .book-btn {
    padding: 0 20px;
    border-radius: 40px;
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    background: #0680fc;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    transition: all .1s ease;
    min-width: 200px;
    text-transform: uppercase;
    margin-left: 20px; }
  .secondary-header .secondary-links .book-btn:hover {
    background: #0378ee;
    color: #fff; }
  .secondary-header .secondary-links .book-btn:focus {
    outline: none; }

.sidebar_navigation {
  width: 280px;
  position: fixed;
  top: 0;
  left: -100%;
  background: #FFFFFF;
  height: 100%;
  z-index: 12;
  overflow-x: hidden;
  opacity: 1;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  white-space: nowrap;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2); }
  .sidebar_navigation .close_btn {
    width: 40px;
    height: 40px;
    font-size: 32px;
    line-height: 40px;
    color: #333;
    float: left;
    cursor: pointer;
    text-align: center; }
    .sidebar_navigation .close_btn:hover, .sidebar_navigation .close_btn:focus, .sidebar_navigation .close_btn:active {
      background: rgba(0, 0, 0, 0.08); }
  .sidebar_navigation ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  .sidebar_navigation li a {
    width: 100%;
    float: left;
    padding: 15px 20px;
    color: #4A4A4A;
    text-decoration: none;
    font-size: 14px; }
    .sidebar_navigation li a:hover {
      text-decoration: none;
      background: rgba(0, 0, 0, 0.1); }
    .sidebar_navigation li a:focus {
      outline: none; }

/*Footer*/
.xs-clearfix {
  display: none; }

footer {
  width: 100%;
  float: left;
  background: #393939;
  position: relative;
  z-index: 5; }
  footer.footer-v2 {
    color: #fff;
    padding: 20px 0;
    background: #393939;
    letter-spacing: 0.3px; }
    footer.footer-v2 .row {
      padding-left: 256px;
      border-bottom: 1px solid rgba(255, 255, 255, 0.2);
      position: relative; }
      footer.footer-v2 .row .title {
        font-weight: 400;
        font-size: 16px;
        display: inline-block;
        vertical-align: top;
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        height: 17px;
        line-height: 19px; }
      footer.footer-v2 .row:last-child {
        border-bottom: none; }
      footer.footer-v2 .row.social {
        padding-bottom: 33px;
        padding-top: 30px; }
        footer.footer-v2 .row.social .title {
          top: 34px;
          bottom: auto; }
        footer.footer-v2 .row.social a {
          margin-right: 60px;
          font-size: 14px; }
          footer.footer-v2 .row.social a:hover {
            opacity: 0.9; }
      footer.footer-v2 .row.main-links {
        padding: 30px 0 30px 256px; }
        footer.footer-v2 .row.main-links a {
          font-size: 14px;
          margin-right: 38px;
          color: rgba(255, 255, 255, 0.9); }
          footer.footer-v2 .row.main-links a:hover {
            color: #8EC44A; }
          footer.footer-v2 .row.main-links a.last {
            padding-right: 0; }
          footer.footer-v2 .row.main-links a.pull-left {
            font-weight: 300;
            float: left; }
          footer.footer-v2 .row.main-links a.pull-right {
            font-weight: 500;
            float: right; }
      footer.footer-v2 .row.tc-links {
        padding: 20px 0;
        text-align: right;
        font-size: 0; }
        footer.footer-v2 .row.tc-links a {
          font-size: 14px;
          color: rgba(255, 255, 255, 0.9);
          font-weight: 300;
          margin-right: 60px;
          display: inline-block;
          vertical-align: top;
          padding-top: 10px; }
          footer.footer-v2 .row.tc-links a:last-of-type {
            margin-right: 0; }
          footer.footer-v2 .row.tc-links a:hover {
            color: #8EC44A; }
        footer.footer-v2 .row.tc-links .copyrights {
          padding-top: 15px;
          text-align: right;
          font-size: 12px;
          color: rgba(255, 255, 255, 0.8);
          font-weight: 300; }
        footer.footer-v2 .row.tc-links .logo-container {
          display: inline-block;
          vertical-align: middle;
          float: left; }
          footer.footer-v2 .row.tc-links .logo-container img {
            width: 95px; }
      footer.footer-v2 .row.lists {
        position: relative;
        padding-bottom: 60px;
        padding-top: 30px; }
        footer.footer-v2 .row.lists .title {
          top: 30px;
          bottom: auto; }
        footer.footer-v2 .row.lists ul {
          width: 33.33%;
          float: left;
          padding: 0 20px 0 0; }
          footer.footer-v2 .row.lists ul li {
            font-size: 12px;
            padding-bottom: 15px; }
            footer.footer-v2 .row.lists ul li a {
              color: rgba(255, 255, 255, 0.9);
              font-weight: 300; }
              footer.footer-v2 .row.lists ul li a:hover {
                color: #8EC44A; }
          footer.footer-v2 .row.lists ul .bold {
            font-size: 14px;
            font-weight: 500; }
        footer.footer-v2 .row.lists .expand {
          position: absolute;
          left: 50%;
          -webkit-transform: translateX(-50%);
          -moz-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          -o-transform: translateX(-50%);
          transform: translateX(-50%);
          bottom: 30px;
          color: rgba(255, 255, 255, 0.6);
          cursor: pointer; }
          footer.footer-v2 .row.lists .expand:hover {
            color: #8EC44A; }
        footer.footer-v2 .row.lists .hide-link {
          position: absolute;
          right: 0;
          bottom: 30px;
          color: rgba(255, 255, 255, 0.6);
          cursor: pointer; }
          footer.footer-v2 .row.lists .hide-link:hover {
            color: #8EC44A; }
    footer.footer-v2 .country-select {
      position: relative;
      cursor: pointer; }
      footer.footer-v2 .country-select .select {
        padding: 0 10px;
        border: 2px solid #EEEEEE;
        border-radius: 3px;
        width: 180px;
        position: relative;
        height: 40px;
        line-height: 34px; }
        footer.footer-v2 .country-select .select .down-icon {
          position: absolute;
          right: 16px;
          top: 50%;
          transform: translateY(-50%);
          pointer-events: none; }
      footer.footer-v2 .country-select .selected .img-holder {
        max-width: 30px;
        margin-right: 10px;
        display: inline-block;
        vertical-align: middle; }
      footer.footer-v2 .country-select .select-options {
        list-style: none;
        margin: 0;
        padding: 0;
        background: #FFFFFF;
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px;
        position: absolute;
        right: 0;
        width: 180px;
        top: 39px;
        z-index: 2; }
        footer.footer-v2 .country-select .select-options li {
          color: #666666;
          font-weight: 300;
          cursor: pointer; }
          footer.footer-v2 .country-select .select-options li a {
            color: #666666;
            padding: 10px 12px;
            display: block;
            margin: 0; }
          footer.footer-v2 .country-select .select-options li:hover {
            background: #eee; }
          footer.footer-v2 .country-select .select-options li .img-holder {
            max-width: 30px;
            margin-right: 10px;
            display: inline-block;
            vertical-align: middle; }
        footer.footer-v2 .country-select .select-options li:last-child {
          border-bottom-left-radius: 4px;
          border-bottom-right-radius: 4px; }
    footer.footer-v2 .pull-right {
      float: right;
      display: inline-block;
      vertical-align: middle; }
    footer.footer-v2 .selected-hide {
      display: none; }
    footer.footer-v2 .default-hide {
      display: none; }

.footer-wrapper .copyright_info {
  display: block;
  width: 100%;
  text-align: right;
  color: #9B9B9B;
  font-weight: 300;
  padding: 40px 0 45px 20px;
  letter-spacing: 0.3px;
  margin: auto; }
.footer-wrapper .mid-line {
  background: rgba(255, 255, 255, 0.3);
  width: 100%;
  height: 1px;
  margin-top: 45px; }

.custom_footer {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  padding: 40px 0 0px 0;
  background: #393939;
  letter-spacing: 0.3px; }
  .custom_footer .footer_logo {
    width: 20%;
    float: left; }
    .custom_footer .footer_logo img {
      width: 80px; }
  .custom_footer .footer_links {
    width: 80%;
    float: left;
    font-weight: 300; }
    .custom_footer .footer_links .indiv_col {
      width: 20%;
      float: left; }
      .custom_footer .footer_links .indiv_col label {
        color: #FFFFFF;
        margin-bottom: 18px;
        display: block;
        font-weight: 400;
        font-size: 16px; }
      .custom_footer .footer_links .indiv_col ul {
        list-style: none;
        margin: 0;
        padding: 0; }
      .custom_footer .footer_links .indiv_col li {
        display: block;
        margin-bottom: 20px; }
      .custom_footer .footer_links .indiv_col li:last-child {
        margin-bottom: 0; }
      .custom_footer .footer_links .indiv_col a {
        text-decoration: none;
        cursor: pointer;
        color: #9B9B9B;
        display: inline-block;
        vertical-align: middle;
        font-weight: 300;
        font-size: 14px; }
      .custom_footer .footer_links .indiv_col a:hover {
        color: #8EC44A; }
  .custom_footer .app_download {
    width: 20%;
    float: left;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    padding-top: 10px; }
    .custom_footer .app_download ul {
      margin: 0;
      padding: 0;
      list-style: none; }
    .custom_footer .app_download li {
      display: inline-block;
      vertical-align: middle;
      margin: 15px 0 0 0;
      width: 53px;
      height: 53px;
      text-align: center;
      position: relative; }
    .custom_footer .app_download li:first-child {
      margin-left: 0; }
    .custom_footer .app_download a {
      text-decoration: none;
      cursor: pointer;
      width: 53px;
      height: 53px;
      display: table-cell;
      border: 1px solid #393939;
      border-radius: 5px;
      vertical-align: middle;
      background: rgba(255, 255, 255, 0.1); }
      .custom_footer .app_download a img {
        width: 28px; }
    .custom_footer .app_download a:hover {
      background: rgba(255, 255, 255, 0.2); }

/* Jquery Tool Tip */
.jq-tooltip {
  display: none;
  position: absolute;
  border: 1px solid #333;
  background-color: #161616;
  border-radius: 5px;
  padding: 10px;
  color: #fff;
  font-size: 12px;
  font-size: 14px;
  z-index: 5;
  left: 0;
  bottom: 0; }

/* Bootstrap tool tip */
.tooltip-inner {
  font-family: 'Gentona';
  font-weight: 400;
  letter-spacing: 0.3px; }

/*Css Tool tip*/
.cus-tooltip {
  position: relative; }

.cus-tooltip .tooltiptext {
  visibility: hidden;
  min-width: 80px;
  background-color: rgba(61, 70, 77, 0.1);
  color: #141414;
  text-align: center;
  border-radius: 4px;
  padding: 5px 10px;
  position: absolute;
  z-index: 1;
  bottom: 5px;
  left: 50%;
  transform: translateX(-50%); }

.cus-tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: -10px;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent rgba(61, 70, 77, 0.1) transparent; }

.cus-tooltip:hover .tooltiptext {
  visibility: visible; }

/*Ripple effect*/
.ripple {
  position: relative;
  overflow: hidden;
  z-index: 0; }
  .ripple:after {
    content: "";
    background: rgba(255, 255, 255, 0.3);
    display: block;
    position: absolute;
    border-radius: 50%;
    padding-top: 240%;
    padding-left: 240%;
    margin-top: -120%;
    margin-left: -120%;
    opacity: 0;
    transition: all 1s; }
  .ripple:active:after {
    padding-top: 0;
    padding-left: 0;
    margin-top: 0;
    margin-left: 0;
    opacity: 1;
    transition: 0s; }

/*Mixins*/
/*helper*/
.body-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 10; }

.centerer {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%); }

.flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.flex-v-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.flex-h-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.show-xs {
  display: none !important; }

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -o-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.30s;
  -moz-animation-delay: 0.30s;
  -o-animation-delay: 0.30s;
  animation-delay: 0.30s; }

.fadeIn {
  -webkit-animation-name: fadein;
  -moz-animation-name: fadein;
  -o-animation-name: fadein;
  animation-name: fadein;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s; }

/*keyframes*/
@keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@-webkit-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@-moz-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@-o-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@-o-keyframes slide {
  from {
    transform: translateX(-25px); }
  to {
    transform: translateX(0px); } }
@-webkit-keyframes slide {
  from {
    transform: translateX(-25px); }
  to {
    transform: translateX(0px); } }
@-ms-keyframes slide {
  from {
    transform: translateX(-25px); }
  to {
    transform: translateX(0px); } }
@keyframes slide {
  from {
    transform: translateX(-25px); }
  to {
    transform: translateX(0px); } }
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }
@-moz-keyframes fadeInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-20px); }
  100% {
    opacity: 1;
    -moz-transform: translateY(0); } }
@-o-keyframes fadeInDown {
  0% {
    opacity: 0;
    -o-transform: translateY(-20px); }
  100% {
    opacity: 1;
    -o-transform: translateY(0); } }
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
@keyframes slide-back {
  0% {
    transform: translateX(-30px); }
  100% {
    transform: translateX(0); } }
@keyframes slide-front {
  0% {
    transform: translateX(0); }
  100% {
    transform: translateX(30px); } }
@media only screen and (max-width: 768px) {
  /*header*/
  header .ola-header .logo {
    width: 100px; }

  header.ola-header .pull-left {
    width: 100%;
    position: relative; }

  .secondary-header {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 9;
    padding: 0;
    height: 50px; }
    .secondary-header .max-width {
      height: 100%; }
    .secondary-header .pull-left {
      height: 100%; }
    .secondary-header .menu-icon {
      position: absolute;
      padding: 12px 8px;
      z-index: 2;
      left: 0;
      top: 0;
      z-index: 2; }
      .secondary-header .menu-icon img {
        width: 24px;
        height: 24px;
        padding: 0 2px; }
    .secondary-header .mb-logo {
      position: absolute;
      margin: auto;
      display: block;
      z-index: 2;
      left: 50%;
      top: 12px;
      transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%); }
      .secondary-header .mb-logo .mb-logo-img {
        display: inline-block;
        max-width: none !important;
        padding-top: 8px;
        width: 100%;
        margin: auto; }

  /*footer*/
  .custom_footer {
    width: 100%;
    padding: 20px 16px 0 16px; }

  .custom_footer .footer_logo {
    width: 100%;
    padding-left: 0;
    text-align: center; }

  .custom_footer .footer_links {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 0 0; }

  .custom_footer .footer_links .indiv_col {
    width: 50%;
    margin-top: 20px; }

  .custom_footer .app_download {
    width: 100%;
    text-align: center;
    padding-bottom: 10px; }

  .custom_footer .footer_links .indiv_col label {
    margin-bottom: 15px; }

  .custom_footer .footer_links .indiv_col li {
    margin-bottom: 10px; }

  .custom_footer .footer_links .indiv_col li:last-child {
    margin-bottom: 0; }

  .custom_footer .app_download li {
    margin: 10px 0 5px 10px; }

  .custom_footer .copyright_info {
    font-size: 10px; }

  .xs-clearfix {
    display: block; }
    .xs-clearfix:before, .xs-clearfix:after {
      content: "";
      display: table; }
    .xs-clearfix:after {
      clear: both; }

  .footer-wrapper .copyright_info {
    padding: 20px;
    text-align: center; }

  .footer-wrapper .mid-line {
    margin-top: 20px; }

  .show-xs {
    display: block !important; }

  .hide-xs {
    display: none !important; }

  footer.footer-v2 .row {
    text-align: center !important;
    padding-left: 0 !important; }
    footer.footer-v2 .row .title {
      position: static;
      text-align: center;
      display: block;
      min-height: 40px;
      height: auto; }
    footer.footer-v2 .row a {
      display: inline-block;
      float: none !important;
      padding: 20px !important;
      margin: 0 !important; }
    footer.footer-v2 .row .copyrights {
      text-align: center !important; }
    footer.footer-v2 .row ul {
      width: 100% !important;
      float: none !important;
      padding-bottom: 20px !important; }
      footer.footer-v2 .row ul li a {
        padding: 0 !important; }
    footer.footer-v2 .row .expand {
      left: 0; }
  footer.footer-v2 .row.tc-links .logo-container {
    display: block;
    width: 100%; }
  footer.footer-v2 .row.main-links a {
    margin-right: 0; }
  footer.footer-v2 .pull-right {
    float: none !important;
    display: block;
    text-align: left; }
  footer.footer-v2 .country-select {
    margin-top: 20px;
    -webkit-tap-highlight-color: transparent;
    max-width: 300px;
    margin: auto; }
    footer.footer-v2 .country-select .select-options {
      width: 80% !important;
      left: 0;
      right: 0;
      margin: auto;
      padding-bottom: 0 !important; }
      footer.footer-v2 .country-select .select-options li a {
        padding: 10px 12px !important; }
  footer.footer-v2 .country-select .select {
    margin: auto;
    width: 80%; } }
@media only screen and (min-width: 769px) and (max-width: 1100px) {
  .secondary-header .secondary-links a {
    padding: 11px 10px; }

  .secondary-header .secondary-links .book-btn {
    margin-left: 10px; }

  .secondary-header {
    height: auto; }

  /*footer*/
  .custom_footer .footer_logo {
    width: 20%;
    padding-left: 0; }

  .custom_footer .footer_links {
    width: 80%; }

  .custom_footer .app_download {
    width: 100%;
    text-align: center;
    padding-bottom: 10px; }

  .custom_footer .footer_links .indiv_col li:last-child {
    margin-bottom: 0; } }
@media only screen and (min-width: 769px) and (max-width: 992px) {
  footer.footer-v2 .pull-right {
    display: block;
    float: none !important;
    padding-top: 20px;
    text-align: right; }
  footer.footer-v2 .country-select {
    display: inline-block;
    vertical-align: middle;
    text-align: left; } }
@media only screen and (min-width: 769px) and (max-width: 1220px) {
  .custom_footer {
    width: 100%;
    padding: 40px 20px 0 20px; }

  .footer-wrapper .copyright_info {
    padding: 30px; }

  footer.footer-v2 {
    padding: 34px 20px; }
    footer.footer-v2 .row.main-links a.pull-left {
      padding-bottom: 5px;
      line-height: 20px; }
    footer.footer-v2 .row.lists ul li a {
      line-height: 20px; } }
@media only screen and (min-width: 1101px) and (max-width: 1180px) {
  .custom_footer {
    width: 100%;
    padding: 40px 20px 0 20px; } }
body {
  margin: 0;
  padding: 0;
  width: 100%;
  float: left;
  font-size: 14px;
  font-family: 'Gentona';
  background: #FFFFFF;
  font-weight: 400; }

.tooltip {
  font-family: 'Gentona'; }

.body-top-padding {
  padding-top: 99px; }

.max-width {
  max-width: 1200px;
  margin: auto; }

.slick-track {
  margin: auto; }

.landing-banner {
  background-color: #FFFFFF;
  background-repeat: no-repeat;
  background-size: cover;
  height: 600px;
  background-position: 100%;
  position: relative; }
  .landing-banner .overlay {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
    z-index: 1; }
  .landing-banner .overlay-left {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    opacity: 0.6;
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0) 0%, #000000 76%);
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0) 0%, #000000 76%);
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, #000000 76%);
    z-index: 2; }
  .landing-banner .category {
    background: rgba(0, 0, 0, 0.4);
    padding: 30px 40px;
    width: 500px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #FFFFFF;
    letter-spacing: 0.5px;
    z-index: 2; }
    .landing-banner .category h1 {
      font-size: 16px;
      text-transform: uppercase;
      margin: 0 0 10px 0;
      font-weight: 600; }
    .landing-banner .category label {
      font-size: 28px;
      font-weight: 300;
      line-height: 30px; }
      .landing-banner .category label span {
        font-weight: 600; }

.custom-select {
  position: relative;
  margin-top: 5px; }
  .custom-select select {
    border: 0;
    min-width: 100px;
    color: black;
    font-weight: 500;
    font-size: 16px;
    background: #FFF;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    cursor: pointer;
    padding: 10px;
    font-family: 'Gentona';
    font-weight: 400;
    -webkit-tap-highlight-color: transparent; }
    .custom-select select:focus {
      outline: none; }
    .custom-select select:hover {
      color: rgba(0, 0, 0, 0.8); }
  .custom-select .arrow-down {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #0D0D0D;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 52%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }

.top-banner {
  height: 675px;
  position: relative;
  transition: all 0.2s ease;
  transform: translateY(0); }
  .top-banner .slick-dots {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-top: 15px;
    position: absolute;
    bottom: 65px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 5; }
    .top-banner .slick-dots li {
      display: inline-block;
      color: #000;
      width: 90px;
      height: 10px;
      margin: 0 10px;
      cursor: pointer;
      position: relative; }
      .top-banner .slick-dots li button {
        display: none; }
    .top-banner .slick-dots li:first-child:before {
      content: 'City taxi';
      position: absolute;
      font-size: 12px;
      color: rgba(255, 255, 255, 0.6);
      text-transform: uppercase;
      font-family: 'Gentona';
      font-weight: 400;
      letter-spacing: 1px;
      padding-left: 20px; }
    .top-banner .slick-dots li:nth-child(2):before {
      content: 'Outstation';
      position: absolute;
      font-size: 12px;
      color: rgba(255, 255, 255, 0.6);
      text-transform: uppercase;
      font-family: 'Gentona';
      font-weight: 400;
      letter-spacing: 1px; }
    .top-banner .slick-dots li:nth-child(3):before {
      content: 'Rentals';
      position: absolute;
      font-size: 12px;
      color: rgba(255, 255, 255, 0.6);
      text-transform: uppercase;
      font-family: 'Gentona';
      font-weight: 400;
      letter-spacing: 1px; }
    .top-banner .slick-dots .slick-active:before {
      color: white !important; }
  .top-banner .slick-prev {
    position: absolute;
    left: 20px;
    font-size: 0;
    z-index: 2;
    cursor: pointer;
    top: 42%;
    border: 1px solid rgba(255, 255, 255, 0);
    width: 50px;
    height: 50px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    background: url("/ease-of-moving/assets/images/ola-institute/arrowhead-left.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center; }
    .top-banner .slick-prev:focus {
      outline: none; }
    .top-banner .slick-prev:hover {
      opacity: 0.8; }
  .top-banner .slick-next {
    position: absolute;
    right: 20px;
    font-size: 0;
    z-index: 2;
    cursor: pointer;
    top: 42%;
    border: 1px solid rgba(255, 255, 255, 0);
    width: 50px;
    height: 50px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    background: url("/ease-of-moving/assets/images/ola-institute/arrowhead-right.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center; }
    .top-banner .slick-next:focus {
      outline: none; }
    .top-banner .slick-next:hover {
      opacity: 0.8; }
  .top-banner .btn-wrapper {
    max-width: 1200px;
    margin: auto;
    position: relative; }
  .top-banner .caro-prev-btn {
    position: absolute;
    left: -50px;
    font-size: 0;
    z-index: 2;
    cursor: pointer;
    top: 50%;
    border: 1px solid rgba(255, 255, 255, 0);
    width: 50px;
    height: 50px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url("/ease-of-moving/assets/images/ola-institute/prev-arrow.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center; }
    .top-banner .caro-prev-btn:hover {
      opacity: 0.5; }
    .top-banner .caro-prev-btn:focus {
      outline: none; }
  .top-banner .caro-next-btn {
    position: absolute;
    right: -50px;
    font-size: 0;
    z-index: 2;
    cursor: pointer;
    top: 50%;
    border: 1px solid rgba(255, 255, 255, 0);
    width: 50px;
    height: 50px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url("/ease-of-moving/assets/images/ola-institute/next-arrow.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center; }
    .top-banner .caro-next-btn:hover {
      opacity: 0.5; }
    .top-banner .caro-next-btn:focus {
      outline: none; }
  .top-banner .top-banner-tab {
    position: absolute;
    max-width: 1200px;
    left: 0;
    right: 0;
    top: 20%;
    margin: auto;
    padding-left: 80px;
    z-index: 9; }
    .top-banner .top-banner-tab .tab-list {
      display: inline-block;
      vertical-align: top;
      border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
    .top-banner .top-banner-tab a {
      display: inline-block;
      vertical-align: top;
      font-size: 14px;
      text-transform: uppercase;
      color: rgba(255, 255, 255, 0.8);
      letter-spacing: 1px;
      text-align: center;
      cursor: pointer;
      position: relative;
      z-index: 6;
      top: 1px;
      width: 120px;
      height: 36px;
      line-height: 36px;
      min-width: 80px; }
      .top-banner .top-banner-tab a:focus {
        outline: none; }
      .top-banner .top-banner-tab a:hover {
        background: rgba(255, 255, 255, 0.15); }
    .top-banner .top-banner-tab .tab-active {
      background: rgba(255, 255, 255, 0.15);
      color: white;
      box-shadow: inset 0 -2px 0 0 white; }
      .top-banner .top-banner-tab .tab-active:hover {
        background: rgba(255, 255, 255, 0.15); }
    .top-banner .top-banner-tab .slick-current {
      background: rgba(255, 255, 255, 0.1);
      color: white;
      border-bottom: 2px solid white; }
    .top-banner .top-banner-tab .slick-track {
      margin: initial; }

.custom-carousel-wrapper .overlay {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  z-index: 1; }
.custom-carousel-wrapper .overlay-left {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  opacity: 0.6;
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0) 28%, #000000 77%);
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0) 28%, #000000 77%);
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0) 28%, #000000 77%);
  z-index: 2;
  display: none; }
.custom-carousel-wrapper .carousel-item {
  height: 675px;
  position: relative; }
.custom-carousel-wrapper .banner {
  background-repeat: no-repeat;
  background-size: cover; }
.custom-carousel-wrapper .carousel-wrapper {
  height: 100%;
  position: relative; }
.custom-carousel-wrapper .carousel-content {
  position: absolute;
  top: 28%;
  left: 80px;
  letter-spacing: 0.5px;
  z-index: 5; }
  .custom-carousel-wrapper .carousel-content .heading {
    font-size: 16px;
    font-weight: 600;
    color: #FFFFFF;
    margin-bottom: 20px;
    text-transform: uppercase; }
  .custom-carousel-wrapper .carousel-content .title {
    font-size: 48px;
    margin: 0 0 10px 0;
    font-weight: 600;
    text-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
    color: #FFFFFF;
    display: block; }
  .custom-carousel-wrapper .carousel-content .sub-title {
    font-size: 26px;
    font-weight: 300;
    line-height: 30px;
    color: #FFFFFF;
    text-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
    display: block;
    margin-bottom: 80px; }
  .custom-carousel-wrapper .carousel-content .book-btn {
    width: 250px;
    border-radius: 4px;
    color: #000;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    background: #CCE500;
    height: 48px;
    line-height: 48px;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -ms-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease; }
    .custom-carousel-wrapper .carousel-content .book-btn:hover {
      background: #bdd400; }
    .custom-carousel-wrapper .carousel-content .book-btn:focus {
      outline: none; }
.custom-carousel-wrapper .top_heading {
  display: block;
  text-align: center;
  position: absolute;
  z-index: 5;
  left: 0;
  right: 0;
  top: 0;
  padding-top: 40px;
  letter-spacing: 0.5px; }
  .custom-carousel-wrapper .top_heading .text-overlay-top {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 200px;
    opacity: 0.5;
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0) 0%, #000000 100%);
    background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0) 0%, #000000 100%);
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0) 0%, #000000 100%);
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, #000000 100%);
    z-index: 3;
    pointer-events: none; }
  .custom-carousel-wrapper .top_heading .top_title {
    font-size: 42px;
    color: #FFFFFF;
    font-weight: 600;
    margin-bottom: 10px;
    padding: 0 20px;
    position: relative;
    z-index: 5;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: block; }
  .custom-carousel-wrapper .top_heading .top_subtitle {
    font-size: 20px;
    color: #FFFFFF;
    font-weight: 300;
    padding: 0 20px;
    position: relative;
    line-height: 26px;
    z-index: 5;
    display: block; }

.ola-play {
  background: #6A9F43;
  position: relative;
  height: 500px; }
  .ola-play .ola-play-wrapper {
    height: 100%; }
  .ola-play .wd-50 {
    width: 50%; }
  .ola-play .play-img {
    max-width: 100%;
    height: 500px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover; }
  .ola-play .section-container {
    letter-spacing: 0.5px; }
    .ola-play .section-container .section-heading {
      color: #FFFFFF; }
    .ola-play .section-container .section-sub-heading {
      color: #FFFFFF;
      opacity: 1; }
  .ola-play .ola-play-content {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40%;
    padding-left: 40px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
    .ola-play .ola-play-content .info {
      color: #FFFFFF;
      font-weight: 300;
      line-height: 24px;
      margin-top: 40px;
      margin-bottom: 60px;
      font-size: 18px; }
      .ola-play .ola-play-content .info .sub-info {
        padding-top: 20px; }
  .ola-play .know-btn {
    color: #FFFFFF;
    border: 2px solid #FFF;
    padding: 12px 30px 12px 45px;
    border-radius: 50px;
    font-weight: 400;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
    -webkit-transition: all 0.05s linear;
    -moz-transition: all 0.05s linear;
    -o-transition: all 0.05s linear;
    -ms-transition: all 0.05s linear;
    transition: all 0.05s linear;
    position: relative; }
    .ola-play .know-btn:hover {
      background: #8EC44A;
      color: #FFFFFF;
      border: 2px solid #8EC44A; }
    .ola-play .know-btn .play-btn {
      width: 0;
      height: 0;
      border-top: 8px solid transparent;
      border-bottom: 8px solid transparent;
      border-left: 11px solid #FFFFFF;
      position: absolute;
      left: 22px;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%); }

.section-container {
  letter-spacing: 0.3px; }
  .section-container .section-heading {
    font-size: 36px;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.92);
    margin-bottom: 5px;
    display: block; }
  .section-container .section-sub-heading {
    font-size: 18px;
    font-weight: 300;
    color: rgba(0, 0, 0, 0.92);
    opacity: 0.5;
    display: block;
    line-height: 20px; }

.service-info {
  display: block;
  padding: 60px 20px 60px 20px; }
  .service-info .card-list-container {
    display: block;
    padding-top: 60px; }
  .service-info .card-holder {
    width: 33.33%;
    float: left;
    padding-right: 38px; }
  .service-info .card-holder:first-child {
    padding-left: 0; }
  .service-info .indiv-card {
    background: #FBFBFC;
    border-radius: 5px;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
    letter-spacing: 0.3px;
    display: inline-block; }
    .service-info .indiv-card .img-holder {
      width: 100%;
      position: relative; }
      .service-info .indiv-card .img-holder .overlay {
        position: absolute;
        height: 200px;
        top: 0;
        left: 0;
        right: 0;
        background: rgba(0, 0, 0, 0.3);
        opacity: 0.3;
        z-index: 1;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px; }
      .service-info .indiv-card .img-holder .share-img {
        width: 100%;
        height: 200px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px; }
      .service-info .indiv-card .img-holder .type-1 {
        background: url("/ease-of-moving/assets/images/ola-institute/share/share-type-banner-1.jpg");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center; }
      .service-info .indiv-card .img-holder .type-2 {
        background: url("/ease-of-moving/assets/images/ola-institute/share/share-type-banner-2.jpg");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center; }
      .service-info .indiv-card .img-holder .type-3 {
        background: url("/ease-of-moving/assets/images/ola-institute/share/share-type-banner-3.jpg");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center; }
      .service-info .indiv-card .img-holder .share-type {
        background: #CCE500;
        width: 70px;
        height: 70px;
        border-radius: 50%;
        position: absolute;
        z-index: 4;
        right: 20px;
        bottom: -35px;
        line-height: 80px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        .service-info .indiv-card .img-holder .share-type img {
          width: 60px; }
    .service-info .indiv-card .info-container {
      padding: 20px 20px 0 20px;
      text-align: left; }
      .service-info .indiv-card .info-container .heading {
        text-transform: uppercase;
        font-size: 20px;
        font-weight: 400;
        color: #4A4A4A;
        margin-bottom: 15px;
        display: block; }
      .service-info .indiv-card .info-container .comm-info {
        font-size: 16px;
        font-weight: 300;
        color: rgba(0, 0, 0, 0.6);
        display: block;
        line-height: 24px;
        min-height: 150px; }
    .service-info .indiv-card .benifits-list {
      padding-top: 30px;
      padding-bottom: 40px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      .service-info .indiv-card .benifits-list .indiv-item {
        margin-right: 10px;
        display: inline-block;
        font-size: 16px;
        font-weight: 300;
        color: #4A4A4A;
        vertical-align: top;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        .service-info .indiv-card .benifits-list .indiv-item .icon-holder {
          width: 30px;
          height: 32px;
          display: inline-block;
          vertical-align: middle;
          margin-right: 6px; }
        .service-info .indiv-card .benifits-list .indiv-item .rupee-icon {
          height: 28px;
          margin-top: 3px; }
        .service-info .indiv-card .benifits-list .indiv-item .lab {
          display: inline-block;
          vertical-align: middle;
          color: #666666;
          line-height: 18px; }
      .service-info .indiv-card .benifits-list .indiv-item:last-child {
        margin-right: 0; }
    .service-info .indiv-card .action-btn {
      font-size: 16px;
      font-weight: 400;
      color: #0680FD;
      display: block;
      cursor: pointer;
      height: 50px;
      line-height: 45px;
      text-align: center;
      border-top: 1px solid rgba(0, 0, 0, 0.1);
      border-bottom-left-radius: 5px;
      border-bottom-right-radius: 5px; }
      .service-info .indiv-card .action-btn:hover {
        text-decoration: none;
        background: #f7f7f7;
        opacity: 0.9; }

.featured-slider {
  display: block; }
  .featured-slider .image-slider .indiv-item {
    height: 500px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; }
  .featured-slider .image-slider:focus {
    outline: none; }
  .featured-slider .image-slider .slick-slide {
    position: relative;
    margin: 0;
    width: 800px;
    height: 500px !important; }
    .featured-slider .image-slider .slick-slide .overlay {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      display: block;
      background: rgba(0, 0, 0, 0.2);
      visibility: visible; }
    .featured-slider .image-slider .slick-slide:hover, .featured-slider .image-slider .slick-slide:focus {
      outline: none; }
    .featured-slider .image-slider .slick-slide img {
      width: 100%; }
    .featured-slider .image-slider .slick-slide .text-overlay {
      display: none;
      background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0) 0%, #000000 100%); }
    .featured-slider .image-slider .slick-slide.slick-current .overlay {
      visibility: hidden; }
    .featured-slider .image-slider .slick-slide.slick-current .text-overlay {
      display: block; }
  .featured-slider .image-slider .text-overlay {
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 2;
    padding: 40px 20px 20px 42px;
    letter-spacing: 0.3px; }
    .featured-slider .image-slider .text-overlay .title {
      font-size: 20px;
      margin-bottom: 7px;
      line-height: 31px;
      font-weight: 400;
      letter-spacing: 0.3px; }
    .featured-slider .image-slider .text-overlay .text {
      font-size: 18px;
      font-weight: 300; }
  .featured-slider .image-slider .slick-arrow {
    position: absolute;
    z-index: 9;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 40px;
    cursor: pointer; }
    .featured-slider .image-slider .slick-arrow.slick-next {
      right: 15%;
      opacity: 0.8; }
      .featured-slider .image-slider .slick-arrow.slick-next:hover {
        opacity: 1; }
    .featured-slider .image-slider .slick-arrow.slick-prev {
      left: 15%;
      opacity: 0.8; }
      .featured-slider .image-slider .slick-arrow.slick-prev:hover {
        opacity: 1; }
  .featured-slider .image-slider .slick-dots {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-top: 15px;
    position: absolute;
    bottom: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 5; }
    .featured-slider .image-slider .slick-dots li {
      cursor: pointer;
      background: #fff;
      height: 4px;
      width: 50px;
      display: inline-block;
      vertical-align: top;
      margin-right: 20px;
      opacity: .5; }
      .featured-slider .image-slider .slick-dots li button {
        display: none; }
    .featured-slider .image-slider .slick-dots li.slick-active {
      opacity: 1; }
    .featured-slider .image-slider .slick-dots .slick-active:before {
      color: white !important; }

/* about.html */
.about-content {
  text-align: left; }
  .about-content .about-section {
    margin-bottom: 60px; }
    .about-content .about-section .section-heading {
      margin-bottom: 40px; }
    .about-content .about-section .section-sub-heading {
      padding-right: 20px;
      line-height: 24px;
      font-size: 16px; }
    .about-content .about-section .about-list .indiv-item {
      display: block;
      margin-bottom: 60px;
      width: 50%;
      position: relative; }
    .about-content .about-section .about-list .img-holder {
      position: absolute;
      left: 0;
      top: 0;
      width: 60px;
      text-align: center; }
      .about-content .about-section .about-list .img-holder img {
        max-width: 100%;
        max-height: 50px; }
    .about-content .about-section .about-list .item-container {
      display: block;
      margin-left: 85px;
      width: 60%; }
      .about-content .about-section .about-list .item-container .heading {
        font-size: 22px;
        margin-bottom: 5px;
        color: rgba(0, 0, 0, 0.7);
        font-weight: 400; }
      .about-content .about-section .about-list .item-container .info {
        font-size: 16px;
        color: rgba(0, 0, 0, 0.6);
        font-weight: 300;
        line-height: 24px;
        letter-spacing: 0.3px; }
    .about-content .about-section .about-list .last-child {
      margin-bottom: 0; }
    .about-content .about-section .gallery {
      max-height: 500px; }
      .about-content .about-section .gallery .wd-60 {
        width: 60%;
        height: 500px;
        position: relative;
        padding-right: 20px; }
      .about-content .about-section .gallery .left-img {
        display: block;
        width: 100%;
        height: 500px;
        background-color: #FFFFFF;
        background-image: url("/ease-of-moving/assets/images/ola-institute/about/about-2.jpg");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center; }
      .about-content .about-section .gallery .wd-40 {
        width: 40%;
        height: 500px;
        position: relative; }
      .about-content .about-section .gallery .gallery-sub-1 {
        height: 300px;
        position: relative; }
        .about-content .about-section .gallery .gallery-sub-1 .right-img {
          display: block;
          width: 100%;
          height: 290px;
          background-color: #FFFFFF;
          background-image: url("/ease-of-moving/assets/images/ola-institute/about/about-3.jpg");
          background-size: cover;
          background-repeat: no-repeat;
          background-position: center; }
      .about-content .about-section .gallery .gallery-sub-2 {
        height: 200px;
        position: relative; }
        .about-content .about-section .gallery .gallery-sub-2 .right-img {
          display: block;
          width: 100%;
          height: 190px;
          background-color: #FFFFFF;
          background-image: url("/ease-of-moving/assets/images/ola-institute/about/about-4.jpg");
          background-size: cover;
          background-repeat: no-repeat;
          background-position: center; }
      .about-content .about-section .gallery .gallery-sub {
        height: 250px;
        position: relative; }
        .about-content .about-section .gallery .gallery-sub img {
          position: absolute;
          left: 0;
          right: 0;
          top: 0;
          bottom: 0;
          display: block;
          width: 100%;
          height: 250px; }
      .about-content .about-section .gallery .part1-img {
        padding-bottom: 10px; }
      .about-content .about-section .gallery .part2-img {
        padding-top: 10px; }
    .about-content .about-section .about-team .wd-40 {
      width: 40%; }
    .about-content .about-section .about-team .wd-60 {
      width: 60%; }
    .about-content .about-section .about-team .indiv-row {
      margin-bottom: 50px; }
    .about-content .about-section .about-team .indiv-row:last-child {
      margin-bottom: 0; }
    .about-content .about-section .about-team .img-holder {
      max-width: 450px; }
      .about-content .about-section .about-team .img-holder img {
        max-width: 100%;
        border-radius: 10px; }
    .about-content .about-section .about-team .team-info {
      padding-left: 20px;
      width: 80%; }
      .about-content .about-section .about-team .team-info .name {
        font-size: 24px;
        color: #000000;
        font-weight: 500;
        margin-bottom: 5px;
        display: block; }
      .about-content .about-section .about-team .team-info .role {
        font-size: 18px;
        color: rgba(0, 0, 0, 0.7);
        margin-bottom: 15px;
        font-weight: 400;
        display: block; }
      .about-content .about-section .about-team .team-info .info {
        font-size: 16px;
        color: rgba(0, 0, 0, 0.6);
        line-height: 24px;
        font-weight: 300; }
  .about-content .wd-50 {
    width: 50%; }
    .about-content .wd-50 .about-img {
      max-width: 100%;
      max-height: 420px; }

@media only screen and (max-width: 768px) {
  body {
    padding-top: 51px; }

  .body-top-padding {
    padding-top: 0; }

  .no-padding {
    padding-top: 0 !important; }

  .landing-banner {
    height: 500px; }

  .top-banner {
    height: 500px; }
    .top-banner .slick-dots {
      bottom: 20px;
      left: 0;
      right: 0;
      -webkit-transform: translateX(0);
      -moz-transform: translateX(0);
      -ms-transform: translateX(0);
      -o-transform: translateX(0);
      transform: translateX(0);
      text-align: center;
      display: inline-block;
      vertical-align: top;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .top-banner .slick-dots li {
        width: 80px;
        white-space: nowrap;
        text-align: left; }
    .top-banner .slick-prev {
      width: 30px;
      height: 30px;
      left: 0;
      top: 50%; }
    .top-banner .slick-next {
      width: 30px;
      height: 30px;
      right: 0;
      top: 50%; }
    .top-banner .top-banner-tab {
      top: 24%;
      padding-left: 40px;
      padding-right: 10px; }
      .top-banner .top-banner-tab a {
        width: 100px; }

  .custom-carousel-wrapper .overlay {
    background: rgba(0, 0, 0, 0.3); }
  .custom-carousel-wrapper .top_heading {
    padding-top: 100px; }
    .custom-carousel-wrapper .top_heading .top_title {
      font-size: 30px;
      display: block; }
    .custom-carousel-wrapper .top_heading .top_subtitle {
      font-size: 16px;
      display: block; }
      .custom-carousel-wrapper .top_heading .top_subtitle br {
        display: none; }
  .custom-carousel-wrapper .carousel-item {
    height: 500px;
    background-position: center 50px; }
  .custom-carousel-wrapper .carousel-content {
    left: 40px;
    right: 40px;
    top: 35%;
    text-align: left; }
    .custom-carousel-wrapper .carousel-content .title {
      font-size: 32px; }
    .custom-carousel-wrapper .carousel-content .sub-title {
      font-size: 18px;
      margin-bottom: 30px; }

  .category-container {
    display: block; }
    .category-container .offers-slick {
      padding: 0 30px; }
    .category-container .offers-wrapper {
      top: 0;
      display: block;
      position: relative; }
    .category-container .indiv-offer .content-wrapper {
      border-right: 0; }
      .category-container .indiv-offer .content-wrapper .img-holder {
        left: 10px; }
      .category-container .indiv-offer .content-wrapper .content-holder {
        padding-left: 55px;
        padding-right: 0; }
    .category-container .empty-space {
      display: none; }
    .category-container .show-xs {
      display: block; }

  .ola-play {
    height: auto;
    overflow: hidden; }
    .ola-play .wd-50 {
      width: 100%; }
    .ola-play .ola-play-content {
      display: block;
      width: 100%;
      padding: 0 16px 35px 16px;
      left: 0;
      z-index: 1;
      position: static;
      top: 0;
      -webkit-transform: translateY(0);
      -moz-transform: translateY(0);
      -ms-transform: translateY(0);
      -o-transform: translateY(0);
      transform: translateY(0); }
      .ola-play .ola-play-content .section-heading {
        font-size: 28px; }
      .ola-play .ola-play-content .info {
        font-size: 16px;
        margin-top: 30px;
        margin-bottom: 50px; }
        .ola-play .ola-play-content .info br {
          display: none; }
    .ola-play .play-img {
      height: 300px;
      margin-bottom: 25px; }

  /* new */
  .service-info {
    padding: 35px 20px; }
    .service-info .card-list-container {
      padding-top: 20px; }
    .service-info .card-holder {
      width: 100%;
      padding: 0; }
    .service-info .card-holder {
      margin-bottom: 20px; }
    .service-info .indiv-card .img-holder .share-type {
      right: 16px;
      width: 60px;
      height: 60px; }
      .service-info .indiv-card .img-holder .share-type img {
        width: 45px; }
    .service-info .indiv-card .info-container {
      padding: 20px 16px 0 16px; }
      .service-info .indiv-card .info-container .comm-info {
        min-height: auto; }
    .service-info .indiv-card .benifits-list {
      padding-top: 30px;
      padding-bottom: 30px; }
      .service-info .indiv-card .benifits-list .indiv-item {
        margin-bottom: 10px;
        margin-right: 15px;
        font-size: 15px; }

  .featured-slider .section-container {
    padding-left: 16px;
    padding-right: 16px; }
  .featured-slider .image-slider .text-overlay {
    text-align: center;
    padding: 20px; }
    .featured-slider .image-slider .text-overlay .title {
      font-size: 18px;
      margin-bottom: 0;
      letter-spacing: 0.3px; }
    .featured-slider .image-slider .text-overlay .text {
      font-size: 14px;
      line-height: 20px; }
  .featured-slider .image-slider .slick-slide {
    width: 100vw !important;
    height: 50vh !important; }
    .featured-slider .image-slider .slick-slide img {
      max-height: 100%;
      width: auto;
      max-width: none; }
    .featured-slider .image-slider .slick-slide .overlay {
      display: none !important; }
    .featured-slider .image-slider .slick-slide .text-overlay {
      display: block !important; }
  .featured-slider .image-slider .slick-arrow.slick-next {
    right: 5%; }
    .featured-slider .image-slider .slick-arrow.slick-next img {
      width: 30px;
      height: 30px; }
  .featured-slider .image-slider .slick-arrow.slick-prev {
    left: 5%; }
    .featured-slider .image-slider .slick-arrow.slick-prev img {
      width: 30px;
      height: 30px; }

  .common-top-banner {
    height: 350px;
    background-position: 0 0; }
    .common-top-banner .banner-content {
      position: relative;
      width: 100%;
      padding: 0 20px;
      top: 45%; }
      .common-top-banner .banner-content h1 {
        font-size: 42px; }
      .common-top-banner .banner-content label {
        font-size: 20px; }

  /* about page */
  .about-content {
    padding: 40px 0 0 0; }
    .about-content .about-section {
      margin-bottom: 0; }
      .about-content .about-section .section-heading {
        margin-bottom: 20px; }
      .about-content .about-section .section-sub-heading {
        font-size: 16px;
        padding-right: 0; }
      .about-content .about-section .about-list .indiv-item {
        margin-bottom: 30px;
        width: 100%;
        float: none; }
      .about-content .about-section .about-list .item-container {
        width: auto; }
        .about-content .about-section .about-list .item-container .heading {
          font-size: 18px; }
        .about-content .about-section .about-list .item-container .info {
          font-size: 14px;
          line-height: 22px; }
      .about-content .about-section .about-list .indiv-item:last-child {
        margin-bottom: 0; }
    .about-content .wd-50 {
      width: 100%;
      float: none;
      text-align: left; }
      .about-content .wd-50 .about-img {
        padding-bottom: 20px; } }
@media only screen and (min-width: 769px) and (max-width: 992px) {
  .service-info .card-holder {
    width: 50%;
    margin-bottom: 30px; }

  .offer-wrapper .app-content {
    width: 95%; }
  .offer-wrapper .download-content .info br {
    display: none; }

  .footer-seo-link .indiv_col {
    width: 50%;
    margin-bottom: 20px; } }
@media only screen and (min-width: 769px) and (max-width: 1220px) {
  .ola-play .ola-play-content .info br {
    display: none; }

  .ola-features {
    padding: 30px 20px; }

  .ola-fleet .indiv-fleet {
    display: inline-block;
    margin-right: 15px; }

  .featured-slider .section-container {
    padding: 0 20px; } }
@media only screen and (max-width: 350px) {
  .download-app .download-link-wrapper .download-link {
    width: 130px; }

  .service-info .indiv-card .info-container {
    padding: 20px 10px 0 10px; }
    .service-info .indiv-card .info-container .comm-info {
      font-size: 15px; }
  .service-info .indiv-card .benifits-list {
    padding-top: 25px;
    padding-bottom: 25px; }
    .service-info .indiv-card .benifits-list .indiv-item {
      margin-right: 8px;
      font-size: 14px; }
      .service-info .indiv-card .benifits-list .indiv-item .icon-holder {
        margin-right: 5px;
        width: 25px; }
      .service-info .indiv-card .benifits-list .indiv-item .rupee-icon {
        height: 25px; } }
@media only screen and (min-width: 992px) and (max-width: 1220px) {
  .service-info .indiv-card .benifits-list .indiv-item {
    margin-bottom: 10px; } }
@media only screen and (min-width: 769px) and (max-width: 992px) {
  .ola-play .ola-play-content {
    width: 50%; }

  .contact-us-content .contact-section .indiv-row .wd-50 {
    width: 100%; } }
@media only screen and (max-width: 360px) {
  .ola-play .ola-play-content .section-heading {
    font-size: 26px; } }
@media only screen and (max-width: 454px) {
  .contact-us-content .contact-section .torrey-pines .tor-address {
    display: none; } }
@media only screen and (max-width: 345px) {
  .top-banner .top-banner-tab {
    padding-left: 20px;
    padding-right: 10px; }

  .top-banner .top-banner-tab a {
    width: 92px; }

  .custom-carousel-wrapper .carousel-content {
    left: 20px; } }
@media only screen and (max-width: 300px) {
  .download-app .download-link-wrapper .download-link {
    width: 110px; } }
@media only screen and (min-width: 2500px) {
  .top-banner .slick-prev {
    left: 22%; }

  .top-banner .slick-next {
    right: 22%; }

  .top-banner {
    height: 800px; }

  .custom-carousel-wrapper .carousel-item {
    height: 800px; } }

/*# sourceMappingURL=style.css.map */
