@import url("https://fonts.googleapis.com/css?family=Exo");
@font-face {
  src: url(../fonts/Exo/Exo-Regular.woff2) format("woff2");
  font-family: capptin-font; }

@font-face {
  src: url(../fonts/Exo/Exo-Medium.woff2) format("woff2");
  font-family: capptin-font-med; }

@font-face {
  src: url(../fonts/Exo/Exo-Bold.woff2) format("woff2");
  font-family: capptin-font-bold; }

/*
* Colors
*/
/*
* Font Sizes
*/
@keyframes moveInLeft {
  0% {
    opacity: 0;
    transform: translateX(-100px); }
  80% {
    transform: translateX(10px); }
  100% {
    opacity: 1;
    transform: translate(0); } }

@keyframes moveInRight {
  0% {
    opacity: 0;
    transform: translateX(100px); }
  80% {
    transform: translateX(-10px); }
  100% {
    opacity: 1;
    transform: translate(0); } }

@keyframes moveInBottom {
  0% {
    opacity: 0;
    transform: translateY(30px); }
  100% {
    opacity: 1;
    transform: translate(0); } }

@keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%; }
  100% {
    opacity: 1;
    left: 0; } }

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    right: 20%; }
  100% {
    opacity: 1;
    right: 0; } }

@keyframes slideUp {
  0% {
    opacity: 0;
    top: 20%; }
  100% {
    opacity: 1;
    top: 0; } }

body {
  background-color: #f4f4f4;
  overflow-x: hidden;
  margin: 0 auto;
  max-width: 1560px; }
  body .cap-site {
    position: relative; }
  body .c-main-illustration {
    right: 0; }

/*
@include tablet {
	body {
		background-color: $color-white;
	}
}*/
body {
  font-family: capptin-font, 'Exo', sans-serif;
  line-height: 1.7;
  font-weight: 300; }

.c-app-btns {
  text-align: center; }

/** Headings **/
/*
.c-heading-xlg{
	font-size: $font-size-xlg;
	color: $color-dark-blue-2;
}
*/
.center-text {
  text-align: center; }

/** Margin Bottom **/
.margin-bottom-small {
  margin-bottom: 32px; }

.margin-bottom-medium {
  margin-bottom: 96px; }

.margin-bottom-big {
  margin-bottom: 128px; }

/** Margin Top **/
.margin-top-small {
  margin-top: 32px; }

.margin-top-medium {
  margin-top: 96px; }

.margin-top-big {
  margin-top: 128px; }

/** Margin Left **/
.margin-left-small {
  margin-left: 32px; }

.margin-left-medium {
  margin-left: 96px; }

.margin-left-big {
  margin-left: 128px; }

/** Margin Right **/
.margin-right-small {
  margin-right: 32px; }

.margin-right-medium {
  margin-right: 96px; }

.margin-right-big {
  margin-right: 128px; }

/*Padding*/
.p-0 {
  padding: 0 !important; }

/** Padding Left **/
.padding-left-small {
  padding-left: 32px; }

.padding-left-medium {
  padding-left: 96px; }

.padding-left-big {
  padding-left: 128px; }

/** Padding Right **/
.padding-right-small {
  padding-right: 32px; }

.padding-right-medium {
  padding-right: 96px; }

.padding-right-big {
  padding-right: 128px; }

/** Padding Top **/
.padding-top-small {
  padding-top: 32px; }

.padding-top-medium {
  padding-top: 96px; }

.padding-top-big {
  padding-top: 128px; }

/** Padding Bottom **/
.padding-bottom-small {
  padding-bottom: 32px; }

.padding-bottom-medium {
  padding-bottom: 96px; }

.padding-bottom-big {
  padding-bottom: 128px; }

/** Backgrounds**/
.c-bg-lightBlue {
  background-color: #ECF2FE; }

.c-bg-dark-blue {
  background-color: #09083F; }

/** Text  **/
.c-text-thin {
  font-weight: 200; }

.c-text-bold-1 {
  font-weight: 900; }

.c-text-bold-2 {
  font-weight: 700; }

.c-text-bold-3 {
  font-weight: 500; }

.c-text-bold-4 {
  font-weight: 300; }

.c-text-lg {
  font-size: 2em; }

.c-text-md {
  font-size: 1.7em; }

/** Color**/
.c-color-light-blue {
  color: #279DD0; }

.c-text-grey {
  color: #6d6d6d; }

.c-text-dark-grey {
  color: #101010; }

.c-text-black {
  color: #000; }

/** Border**/
.c-border-dark-grey {
  border: #101010 solid 1px; }

.c-border-light {
  border: #4a4a4a solid 0.5px; }

.cap-border-light-alpha {
  border: 1px solid rgba(0, 0, 0, 0.125); }

.nf {
  font-weight: bold; }

.nf-red {
  color: red; }

.nf-page {
  width: 50%;
  text-align: center;
  margin: 0 auto; }

.btn-menu {
  background-color: #053F6C;
  color: #fff;
  padding: 24px 48px;
  border-radius: 0; }
  .btn-menu:link, .btn-menu:visited {
    font-size: 1.7em;
    color: #fff; }
  .btn-menu:hover {
    background-color: #fff;
    color: #053F6C; }

.c-btn-hero {
  background-color: #fff;
  color: #0786DB;
  padding: 16px 48px;
  border-radius: 50px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  transition: all .3s; }
  .c-btn-hero:link, .c-btn-hero:visited {
    color: #081C31;
    transition: all .3s; }
  .c-btn-hero:hover {
    box-shadow: 0px 2px 10px rgba(200, 200, 200, 0.7);
    border-radius: 48px;
    transform: translateY(-3px);
    border-bottom: 6px solid #0786DB; }
    .c-btn-hero:hover:after {
      transform: scaleX(1.4) scaleY(1.6);
      opacity: 0; }
  .c-btn-hero:active {
    transform: translateY(-1px); }
  .c-btn-hero-animated {
    animation: moveInBottom .5s ease-out .75s;
    animation-fill-mode: backwards; }

.c-btn-light {
  background-color: #fff;
  color: #0786DB;
  padding: 16px 48px;
  border-radius: 0;
  font-weight: 700; }
  .c-btn-light:link, .c-btn-light:visited {
    color: #081C31; }
  .c-btn-light:hover {
    color: #0786DB; }

.c-btn-dark {
  background-color: #053F6C;
  color: #fff;
  padding: 16px 48px;
  border-radius: 0; }

.c-btn-darkBlue {
  background-color: #053F6C;
  color: #fff;
  padding: 16px 48px;
  border-radius: 0;
  transition: all .3s; }
  .c-btn-darkBlue:link, .c-btn-darkBlue:visited {
    font-size: 1.7em;
    color: #fff;
    transition: all .3s; }
  .c-btn-darkBlue:hover {
    transform: translateY(-3px);
    border-bottom: 6px solid #0786DB; }
    .c-btn-darkBlue:hover:after {
      transform: scaleX(1.4) scaleY(1.6);
      opacity: 0; }
  .c-btn-darkBlue:active {
    transform: translateY(-1px); }
  .c-btn-darkBlue-animated {
    animation: moveInBottom .5s ease-out .75s;
    animation-fill-mode: backwards; }

.c-btn-lightBlue {
  background-color: #0786DB;
  color: #fff;
  padding: 16px 48px;
  border-radius: 0; }

.c-btn-lb-na {
  background-color: #0786DB;
  color: #fff;
  padding: 16px 24px;
  border-radius: 0;
  transition: all .3s; }
  .c-btn-lb-na:link, .c-btn-lb-na:visited {
    font-size: 1.7em;
    color: #fff;
    transition: all .3s; }
  .c-btn-lb-na:active {
    transform: translateY(-3px); }
  .c-btn-lb-na-animated {
    animation: moveInBottom .5s ease-out .75s;
    animation-fill-mode: backwards; }

.c-btn-search {
  background-color: #053F6C;
  color: #fff;
  border-radius: 0;
  transition: all .3s; }
  .c-btn-search:link, .c-btn-search:visited {
    font-size: 1.7em;
    color: #fff;
    transition: all .3s; }
  .c-btn-search:hover {
    transform: translateY(-3px);
    border-bottom: 6px solid #279DD0; }
    .c-btn-search:hover:after {
      transform: scaleX(1.4) scaleY(1.6);
      opacity: 0; }
  .c-btn-search:active {
    transform: translateY(-1px); }
  .c-btn-search-animated {
    animation: moveInBottom .5s ease-out .75s;
    animation-fill-mode: backwards; }

.c-btn-store {
  transition: all .3s; }
  .c-btn-store:link, .c-btn-store:visited {
    transition: all .3s; }
  .c-btn-store:hover {
    transform: translateY(-3px); }
    .c-btn-store:hover:after {
      transform: scaleX(1.4) scaleY(1.6); }
  .c-btn-store:active {
    transform: translateY(-1px); }
  .c-btn-store-animated {
    animation: moveInBottom .5s ease-out .75s;
    animation-fill-mode: backwards; }

.c-btn-store-p {
  transition: all .3s; }
  .c-btn-store-p:link, .c-btn-store-p:visited {
    transition: all .3s; }
  .c-btn-store-p:hover {
    transform: translateY(-3px); }
    .c-btn-store-p:hover:after {
      transform: scaleX(1.4) scaleY(1.6); }
  .c-btn-store-p:active {
    transform: translateY(-1px); }
  .c-btn-store-p-animated {
    animation: moveInBottom .5s ease-out .75s;
    animation-fill-mode: backwards; }

.btn-c-signup-lg:link, .btn-c-signup-lg:visited {
  font-size: 1.7em;
  color: #fff;
  background-color: #ECF2FE;
  display: inline-block;
  height: 80px;
  width: auto;
  margin: 16px 0;
  padding: 96px 56px 112px 56px !important;
  border-radius: 0;
  transition: all .3s; }

.btn-c-signup-lg:hover {
  transform: scaleY(-3px);
  box-shadow: 0 10px 20px rgba(180, 180, 180, 0.3); }
  .btn-c-signup-lg:hover:after {
    transform: scaleX(1.4) scaleY(1.6);
    opacity: 0; }

.btn-c-signup-lg:active {
  transform: translateY(-1px);
  box-shadow: 0 5px 10px rgba(180, 180, 180, 0.3); }

.btn-c-signup-lg:after {
  display: inline-block;
  transition: all .4s; }

@media only screen and (min-width: 320px) and (max-width: 374px) {
  .c-btn-hero {
    padding: 8px 18px; }
    .c-btn-hero:link, .c-btn-hero:visited {
      font-size: 1.7em; }
    .c-btn-hero:hover {
      transform: translateY(-3px);
      border-bottom: 3px solid #279DD0; }
  .c-btn-darkBlue {
    padding: 12px 24px;
    font-size: 2.5em; }
    .c-btn-darkBlue:link, .c-btn-darkBlue:visited {
      font-size: 1.7em; }
    .c-btn-darkBlue:hover {
      transform: translateY(-3px);
      border-bottom: 3px solid #279DD0; } }

@media only screen and (min-width: 375px) and (max-width: 424px) {
  .c-btn-hero {
    padding: 12px 24px; }
    .c-btn-hero:link, .c-btn-hero:visited {
      font-size: 2em; }
    .c-btn-hero:hover {
      transform: translateY(-3px);
      border-bottom: 3px solid #279DD0; }
  .c-btn-darkBlue {
    padding: 12px 24px;
    font-size: 2.5em; }
    .c-btn-darkBlue:link, .c-btn-darkBlue:visited {
      font-size: 1.7em; }
    .c-btn-darkBlue:hover {
      transform: translateY(-3px);
      border-bottom: 3px solid #279DD0; } }

@media only screen and (min-width: 425px) and (max-width: 767px) {
  .c-btn-hero {
    padding: 12px 24px; }
    .c-btn-hero:link, .c-btn-hero:visited {
      font-size: 2em; }
    .c-btn-hero:hover {
      transform: translateY(-3px);
      border-bottom: 3px solid #279DD0; }
  .c-btn-darkBlue {
    padding: 12px 24px;
    font-size: 2em; }
    .c-btn-darkBlue:link, .c-btn-darkBlue:visited {
      font-size: 1.7em; }
    .c-btn-darkBlue:hover {
      transform: translateY(-3px);
      border-bottom: 3px solid #279DD0; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .c-btn-hero {
    padding: 12px 24px; }
  .c-btn-darkBlue {
    padding: 16px 32px;
    font-size: 1.7em; } }

@media only screen and (min-width: 992px) and (max-width: 1365px) {
  .c-btn-hero {
    padding: 12px 24px; }
  .c-btn-darkBlue {
    padding: 12px 24px; }
  .c-btn-dark {
    padding: 14px 24px; } }

[type="radio"]:checked,
[type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
  margin-left: 8px; }

[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 75px;
  padding-top: 20px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #fff; }

[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  height: 60px;
  border: 4px solid #0786DB;
  border-radius: 100%;
  background: transparent; }

[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
  content: '';
  width: 40px;
  height: 40px;
  background: #0786DB;
  position: absolute;
  top: 10px;
  left: 10px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease; }

[type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0); }

[type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1); }

@media only screen and (min-width: 1367px) and (max-width: 1440px) {
  [type="radio"]:checked + label,
  [type="radio"]:not(:checked) + label {
    padding-left: 64px; }
  [type="radio"]:checked + label:before,
  [type="radio"]:not(:checked) + label:before {
    width: 55px;
    height: 55px; }
  [type="radio"]:checked + label:after,
  [type="radio"]:not(:checked) + label:after {
    width: 32px;
    height: 32px;
    top: 12px;
    left: 12px; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  [type="radio"]:checked + label,
  [type="radio"]:not(:checked) + label {
    padding-left: 70px;
    padding-top: 20px; }
  [type="radio"]:checked + label:before,
  [type="radio"]:not(:checked) + label:before {
    width: 55px;
    height: 55px;
    border: 6px solid #0786DB; }
  [type="radio"]:checked + label:after,
  [type="radio"]:not(:checked) + label:after {
    width: 32px;
    height: 32px;
    top: 12px;
    left: 12px; } }

@media only screen and (min-width: 425px) and (max-width: 767px) {
  [type="radio"]:checked + label,
  [type="radio"]:not(:checked) + label {
    padding-left: 90px;
    padding-top: 20px; }
  [type="radio"]:checked + label:before,
  [type="radio"]:not(:checked) + label:before {
    width: 60px;
    height: 60px;
    border: 4px solid #0786DB; }
  [type="radio"]:checked + label:after,
  [type="radio"]:not(:checked) + label:after {
    width: 35px;
    height: 35px;
    top: 12px;
    left: 12px; } }

@media only screen and (min-width: 375px) and (max-width: 424px) {
  [type="radio"]:checked + label,
  [type="radio"]:not(:checked) + label {
    padding-left: 70px;
    padding-top: 20px; }
  [type="radio"]:checked + label:before,
  [type="radio"]:not(:checked) + label:before {
    width: 55px;
    height: 55px;
    border: 4px solid #0786DB; }
  [type="radio"]:checked + label:after,
  [type="radio"]:not(:checked) + label:after {
    width: 35px;
    height: 35px;
    top: 10px;
    left: 10px; } }

.c-nav-logo-img {
  height: 31px;
  width: auto;
  margin: 8px 0; }

.c-main-illustration {
  height: 785px;
  background-image: url("../../assets/img/main-illustration.png");
  background-size: contain;
  background-position: right bottom;
  background-repeat: no-repeat; }

.transparent-img {
  background-image: url("../../assets/img/map.png");
  position: relative;
  width: 100%;
  height: 675px; }

.cap-est-vehl {
  height: 36px; }

.c-img-captain {
  background-image: url("../../assets/img/capptin-n.jpg");
  background-size: cover;
  background-position: 30% 50%;
  height: 100%;
  width: 100%;
  max-width: 100%; }

.c-3d-typo-cap {
  max-width: 100%; }

.c-bg-route-img {
  background-repeat: no-repeat;
  position: absolute;
  float: right;
  right: 450px; }

.c-book-img {
  height: 365px;
  max-width: 100%; }

.c-ride-img {
  height: 365px;
  max-width: 100%; }

.c-pay-img {
  height: 365px;
  max-width: 100%; }

.c-cityScape-illustration {
  height: 100%;
  width: 100%; }

.c-vector-map-img {
  max-width: 100%; }

.c-logo {
  margin-top: 32px;
  margin-left: 16px; }

.cap-app-view {
  max-width: 100%; }

/*.c-comp-illus{
	height: 260px;
	max-width: 100%;
}*/
.nf-err-illus {
  background-image: url("../../assets/img/errors/404.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  height: 360px; }

.br-err-illus {
  background-image: url("../../assets/img/errors/500.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  height: 360px; }

.ad-err-illus {
  background-image: url("../../assets/img/errors/401.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  height: 360px; }

.bg-footer-illustration {
  width: 100%;
  height: 100%; }

.c-btn-store {
  max-width: 220px; }

.cap-bg-footer {
  background-image: url(../../assets/img/spaceFooter-l.jpg);
  height: 730px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom; }

@media only screen and (min-width: 320px) and (max-width: 374px) {
  .c-nav-logo-img {
    width: auto;
    margin: 0 0; }
  .c-main-illustration {
    height: 93vh;
    min-height: 500px;
    max-width: 100%;
    background-size: 100%; }
  .c-bg-route-img {
    background-repeat: no-repeat;
    position: absolute;
    float: right;
    right: 0; }
  .c-book-img {
    height: 160px;
    max-width: 100%; }
  .c-ride-img {
    height: 160px;
    max-width: 100%; }
  .c-pay-img {
    height: 160px;
    max-width: 100%; }
  .cap-est-vehl {
    height: 56px; }
  .c-img-captain {
    display: none;
    max-width: 100%; }
  .c-3d-typo-cap {
    height: 60px;
    max-width: 100%; }
  .c-comp-illus {
    height: 260px;
    max-width: 100%; }
  .c-comp-illus {
    height: 220px;
    max-width: 100%; }
  .c-logo {
    margin-left: 0px; }
  .c-btn-store {
    height: auto; }
  .cap-bg-footer {
    background-image: url(../../assets/img/spaceFooter-sm.jpg);
    height: 1800px; } }

@media only screen and (min-width: 375px) and (max-width: 424px) {
  .c-nav-logo-img {
    width: auto;
    margin: 0 0; }
  .c-main-illustration {
    height: calc(100vh - 60px);
    min-height: 550px;
    max-width: 100%; }
  .c-bg-route-img {
    background-repeat: no-repeat;
    position: absolute;
    float: right;
    right: 0; }
  .c-book-img {
    height: 160px;
    max-width: 100%; }
  .c-ride-img {
    height: 160px;
    max-width: 100%; }
  .c-pay-img {
    height: 160px;
    max-width: 100%; }
  .cap-est-vehl {
    height: 56px; }
  .c-img-captain {
    display: none;
    max-width: 100%; }
  .c-3d-typo-cap {
    height: 60px;
    max-width: 100%; }
  .c-comp-illus {
    height: 240px;
    max-width: 100%; }
  .c-logo {
    margin-left: 0px; }
  .c-btn-store {
    height: auto; }
  .cap-bg-footer {
    background-image: url(../../assets/img/spaceFooter-sm.jpg);
    height: 1742px; } }

@media only screen and (min-width: 425px) and (max-width: 767px) {
  .c-nav-logo-img {
    width: auto;
    margin: 0 0; }
  .c-main-illustration {
    height: calc(100vh - 63px);
    min-height: 650px;
    max-width: 100%; }
  .c-bg-route-img {
    background-repeat: no-repeat;
    position: absolute;
    float: right;
    right: 30px; }
  .c-book-img {
    height: 185px;
    max-width: 100%; }
  .c-ride-img {
    height: 185px;
    max-width: 100%; }
  .c-pay-img {
    height: 185px;
    max-width: 100%; }
  .cap-est-vehl {
    height: 56px; }
  .c-img-captain {
    display: none;
    max-width: 100%; }
  .c-3d-typo-cap {
    height: 60px;
    max-width: 100%; }
  .c-comp-illus {
    height: 260px;
    max-width: 100%; }
  .c-logo {
    margin-left: 0px; }
  .c-btn-store {
    height: auto; }
  .cap-bg-footer {
    background-image: url(../../assets/img/spaceFooter-sm.jpg);
    height: 1840px; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .c-nav-logo-img {
    height: 36px;
    margin: 8px 0;
    width: auto; }
  .c-main-illustration {
    height: 500px;
    max-width: 100%; }
  .c-bg-route-img {
    height: 140vh;
    background-repeat: no-repeat;
    position: absolute;
    float: right;
    right: 60px; }
  .c-book-img {
    height: unset;
    max-width: 100%; }
  .c-ride-img {
    height: unset;
    max-width: 100%; }
  .c-pay-img {
    height: unset;
    max-width: 100%; }
  .cap-est-vehl {
    height: 56px; }
  .c-img-captain {
    display: none;
    max-width: 100%; }
  .c-3d-typo-cap {
    height: auto;
    max-width: 100%; }
  .c-comp-illus {
    height: 340px;
    max-width: 100%; }
  .c-btn-store {
    max-width: 180px; }
  .bg-footer {
    background-size: contain; }
  .cap-bg-footer {
    height: 550px; } }

@media only screen and (min-width: 992px) and (max-width: 1365px) {
  .c-nav-logo-img {
    margin: 8px 0;
    width: auto; }
  .c-main-illustration {
    height: 500px; }
  .c-bg-route-img {
    height: 205vh;
    background-repeat: no-repeat;
    position: absolute;
    float: right;
    right: 60px; }
  .c-book-img {
    height: 260px;
    max-width: 100%; }
  .c-ride-img {
    height: 260px;
    max-width: 100%; }
  .c-pay-img {
    height: 260px;
    max-width: 100%; }
  .c-img-captain {
    max-width: 100%; }
  .c-3d-typo-cap {
    height: 60px;
    max-width: 100%; }
  .c-comp-illus {
    height: 340px;
    max-width: 100%; }
  .c-btn-store {
    height: auto;
    max-width: 180px; }
  .cap-bg-footer {
    height: 633px; } }

@media only screen and (width: 1366px) and (min-width: 1441px) {
  .c-nav-logo-img {
    height: 48px;
    margin: 8px 0;
    width: auto; } }

@media only screen and (width: 1366px) {
  .c-nav-logo-img {
    height: 36px;
    margin: 8px 0;
    width: auto; }
  .c-main-illustration {
    height: 560px;
    max-width: 100%; }
  .c-bg-route-img {
    background-repeat: no-repeat;
    position: absolute;
    float: right;
    right: 300px; }
  .c-book-img {
    height: 290px;
    max-width: 100%; }
  .c-ride-img {
    height: 290px;
    max-width: 100%; }
  .c-pay-img {
    height: 290px;
    max-width: 100%; }
  .c-img-captain {
    max-width: 100%; }
  .c-vector-map-img {
    margin-top: 16px; }
  .cap-bg-footer {
    height: 572px; } }

@media only screen and (min-width: 1367px) and (max-width: 1440px) {
  .c-nav-logo-img {
    height: 28px;
    margin: 8px 0;
    width: auto; }
  .c-main-illustration {
    height: 710px; }
  .c-comp-illus {
    height: auto;
    max-width: 100%; }
  .c-btn-store {
    max-width: 180px; } }

/* Capptin Register page */
.c-registration .c-header-pattern .c-pattern-img {
  width: 100%; }

.c-registration .c-footer-illustration {
  z-index: 1; }

.c-dashboard-vec-img {
  margin-top: -16px;
  height: auto;
  max-width: 100%; }

.c-email-vector-img {
  height: 380px;
  max-width: 100%; }

/* Rider login page */
.c-rl-page .c-rl-img {
  background-size: cover;
  background-position: top center;
  background-image: url("../../assets/img/riderLogin.jpg");
  height: 100%;
  width: auto; }

/* Captain login page */
.c-cl-page .c-cl-img {
  background-position: 50% 50%;
  background-size: cover;
  height: 100%;
  width: 100%;
  max-width: 100%; }

.c-cl-page .c-hbc-img {
  height: 55px;
  max-width: 38%; }

/* How Captain works page */
.c-hcw-page .c-hcw-app-img {
  height: auto;
  width: 100%; }

/* Safety page */
.c-img-point {
  max-width: 100%; }

/* Earnings page */
.earn-img {
  height: auto;
  max-width: 100%; }

/* About us page */
.c-au-img-sec {
  background-image: url("../../assets/img/aboutus.jpg");
  background-size: cover;
  background-position: 50% 50%;
  height: 100%; }

.c-about-img {
  height: auto;
  width: 100%; }

.c-career-img {
  height: auto;
  width: 70%; }

.c-office-img {
  width: 100%;
  height: 540px; }

/* refering page */
.c-ref-social-icon {
  height: 32px; }

.c-ref-vec-img {
  height: auto;
  width: 100%; }

/* Contact page */
.c-img-cont {
  height: auto;
  width: auto; }

/* blog page */
.c-blog-img {
  max-width: 100%;
  height: auto; }

.c-post-img {
  max-width: 100%; }

.c-post-header-img {
  height: 68px; }

.c-topic-img {
  height: 550px; }

.cont-sec-img {
  background-image: url(../../assets/img/cnt-img.jpg);
  height: 500px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }

.cont-img-2 {
  background-image: url(../../assets/img/dash-cross.png);
  height: 400px;
  width: 400px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center; }

.cap-lst-icon {
  height: auto; }

.cap-cont-illus {
  height: 416px; }

.cap-bg-footer-p {
  /*background-image: url(../../assets/img/spaceFooter-l.jpg);*/
  height: 435px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom; }

@media only screen and (min-width: 1367px) and (max-width: 1440px) {
  .c-about-img {
    height: auto;
    width: unset;
    max-width: 100%; }
  .c-cl-page .c-cl-img {
    max-width: 100%; }
  .c-cl-page .c-hbc-img {
    height: 56px;
    max-width: unset; }
  .c-btn-store-p {
    width: 60%;
    max-width: unset; }
  .c-topic-img {
    height: 350px;
    max-width: unset; }
  .cap-cont-illus {
    height: 385px;
    width: auto; }
  .cap-bg-footer-p {
    height: 430px; } }

@media only screen and (width: 1366px) {
  .c-dashboard-vec-img {
    margin-top: -16px; }
  .c-email-vector-img {
    height: 200px;
    max-width: 100%; }
  .earn-img {
    height: auto;
    max-width: 100%; }
  .c-rl-page .c-rl-img {
    height: 100%;
    max-width: 100%;
    width: unset; }
  .c-career-img {
    height: auto;
    max-width: 100%;
    width: unset; }
  .c-cl-page .c-cl-img {
    max-width: 100%; }
  .c-cl-page .c-hbc-img {
    height: 50px;
    max-width: 100%; }
  .c-post-header-img {
    height: 56px;
    max-width: 100%; }
  .c-topic-img {
    height: 375px;
    max-width: 100%; }
  .cap-cont-illus {
    width: auto;
    height: 390px; }
  .cap-bg-footer-p {
    height: 560px; } }

@media only screen and (min-width: 992px) and (max-width: 1365px) {
  .c-dashboard-vec-img {
    margin-top: -16px; }
  .c-email-vector-img {
    height: 200px;
    max-width: 100%; }
  .earn-img {
    height: auto;
    max-width: 100%; }
  .c-cl-page .c-cl-img {
    max-width: 100%; }
  .c-cl-page .c-hbc-img {
    height: 48px;
    width: auto;
    max-width: unset; }
  .c-ref-social-icon {
    height: 32px; }
  .c-ref-vec-img {
    height: auto;
    max-width: 100%; }
  .c-img-cont {
    height: auto;
    max-width: 100%; }
  .c-rl-page .c-rl-img {
    height: 100%;
    max-width: 100%;
    width: auto; }
  .c-about-img {
    height: auto;
    width: 100%; }
  .c-cl-img {
    height: auto;
    width: 100%; }
  .c-career-img {
    height: auto;
    width: 100%; }
  .c-office-img {
    height: 360px;
    max-width: 100%; }
  .c-hcw-page .c-hcw-app-img {
    height: auto;
    width: 100%; }
  .c-topic-img {
    height: 220px; }
  .c-post-header-img {
    height: 56px;
    max-width: 100%; }
  .cap-lst-icon {
    height: 56px; }
  .cap-cont-illus {
    width: auto;
    height: 340px; }
  .cap-bg-footer-p {
    height: 560px; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .c-dashboard-vec-img {
    margin-top: -16px; }
  .c-email-vector-img {
    height: 280px;
    max-width: 100%; }
  .earn-img {
    height: auto;
    max-width: 100%; }
  .c-cl-page .c-cl-img {
    height: 400px;
    max-width: 100%; }
  .c-cl-page .c-hbc-img {
    height: 96px;
    width: auto;
    max-width: unset; }
  .c-ref-social-icon {
    height: 75px; }
  .c-ref-vec-img {
    height: auto;
    width: auto;
    max-width: 100%; }
  .c-img-cont {
    height: 75px;
    max-width: 100%; }
  .c-rl-page .c-rl-img {
    height: auto;
    max-width: 100%;
    width: unset; }
  .c-about-img {
    height: auto;
    width: 100%; }
  .c-au-img-sec {
    height: 400px; }
  .c-career-img {
    height: auto;
    width: 100%; }
  .c-office-img {
    height: 300px;
    max-width: 100%; }
  .c-hcw-page .c-hcw-app-img {
    height: auto;
    width: 100%; }
  .c-topic-img {
    height: 350px;
    width: auto; }
  .c-post-header-img {
    height: 48px;
    max-width: 100%; }
  .cap-lst-icon {
    height: 56px; }
  .cap-cont-illus {
    width: 196px;
    height: auto; }
  .cap-bg-footer-p {
    height: 540px; } }

@media only screen and (min-width: 425px) and (max-width: 767px) {
  .c-dashboard-vec-img {
    margin-top: -16px; }
  .c-email-vector-img {
    height: 240px;
    max-width: 100%; }
  .earn-img {
    height: auto;
    max-width: 100%; }
  .c-cl-page .c-cl-img {
    height: 360px;
    max-width: 100%; }
  .c-cl-page .c-hbc-img {
    height: 96px;
    width: auto;
    max-width: unset; }
  .c-ref-social-icon {
    height: 32px; }
  .c-ref-vec-img {
    height: auto;
    width: auto;
    max-width: 100%; }
  .c-img-cont {
    height: auto;
    max-width: 100%; }
  .c-rl-page .c-rl-img {
    height: auto;
    max-width: 100%;
    width: unset; }
  .c-office-img {
    height: 260px;
    max-width: 100%; }
  .c-hcw-page .c-hcw-app-img {
    height: auto;
    width: 100%; }
  .c-career-img {
    width: 100%; }
  .c-topic-img {
    height: 380px;
    width: auto; }
  .c-post-header-img {
    height: 54px;
    max-width: 100%; }
  .cap-lst-icon {
    height: 56px; }
  .cap-cont-illus {
    width: 148px;
    height: auto; }
  .c-au-img-sec {
    height: 400px; }
  .cap-bg-footer-p {
    /*background-image: url(../../assets/img/spaceFooter-sm.jpg);*/
    height: 1600px; } }

@media only screen and (min-width: 375px) and (max-width: 424px) {
  .cont-img-2 {
    width: auto; }
  .c-dashboard-vec-img {
    margin-top: -16px; }
  .c-email-vector-img {
    height: 200px;
    max-width: 100%; }
  .earn-img {
    height: auto;
    max-width: 100%; }
  .c-cl-page .c-cl-img {
    height: 330px;
    max-width: 100%; }
  .c-cl-page .c-hbc-img {
    height: 84px;
    width: auto;
    max-width: unset; }
  .c-ref-social-icon {
    height: 32px; }
  .c-ref-vec-img {
    height: auto;
    width: auto;
    max-width: 100%; }
  .c-img-cont {
    height: auto;
    max-width: 100%; }
  .c-rl-page .c-rl-img {
    height: auto;
    max-width: 100%;
    width: unset; }
  .c-office-img {
    height: 260px;
    max-width: 100%; }
  .c-hcw-page .c-hcw-app-img {
    height: auto;
    width: 100%; }
  .c-career-img {
    width: 100%; }
  .c-topic-img {
    height: 320px;
    width: auto; }
  .c-post-header-img {
    height: 50px;
    max-width: 100%; }
  .cap-lst-icon {
    height: 48px; }
  .cap-cont-illus {
    width: 140px;
    height: auto; }
  .c-au-img-sec {
    height: 400px; }
  .cap-bg-footer-p {
    /*background-image: url(../../assets/img/spaceFooter-sm.jpg);*/
    height: 1600px; } }

@media only screen and (min-width: 320px) and (max-width: 374px) {
  .cont-img-2 {
    width: auto; }
  .c-dashboard-vec-img {
    margin-top: -16px; }
  .c-email-vector-img {
    height: 160px;
    max-width: 100%; }
  .earn-img {
    height: auto;
    max-width: 100%; }
  .c-cl-page .c-cl-img {
    height: 330px;
    max-width: 100%; }
  .c-cl-page .c-hbc-img {
    height: 72px;
    width: auto;
    max-width: unset; }
  .c-ref-social-icon {
    height: 32px; }
  .c-ref-vec-img {
    height: auto;
    width: auto;
    max-width: 100%; }
  .c-img-cont {
    height: auto;
    max-width: 100%; }
  .c-rl-page .c-rl-img {
    height: auto;
    max-width: 100%;
    width: unset; }
  .c-office-img {
    height: 260px;
    max-width: 100%; }
  .c-hcw-page .c-hcw-app-img {
    height: auto;
    width: 100%; }
  .c-career-img {
    width: 100%; }
  .c-topic-img {
    height: 320px;
    width: auto; }
  .c-post-header-img {
    height: 48px;
    max-width: 100%; }
  .cap-lst-icon {
    height: 48px; }
  .cap-cont-illus {
    width: 120px;
    height: auto; }
  .c-au-img-sec {
    height: 400px; }
  .cap-bg-footer-p {
    /*background-image: url(../../assets/img/spaceFooter-sm.jpg);*/
    height: 1600px; } }

.c-form-control {
  padding: 32px; }

.c-form-control-lg {
  width: 100%;
  height: calc(200px + 0px);
  padding: 80px 32px;
  font-size: 64px;
  line-height: 1.5;
  color: #D6D6D6;
  background-color: #f4f4f4;
  background-clip: padding-box;
  border: 0px solid #ced4da;
  border-radius: 0px;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out; }
  .c-form-control-lg:focus {
    color: #D6D6D6;
    background-color: #f4f4f4;
    border: 0;
    outline: 0;
    box-shadow: none; }
  .c-form-control-lg::placeholder {
    color: #D6D6D6; }

@media only screen and (min-width: 320px) and (max-width: 374px) {
  .c-form-control {
    padding: 20px;
    height: calc(28px + 2px); }
  .c-form-control-lg {
    height: calc(75px + 0px);
    padding: 50px 24px;
    font-size: 32px; } }

@media only screen and (min-width: 375px) and (max-width: 424px) {
  .c-form-control {
    padding: 24px;
    height: calc(32px + 2px); }
  .c-form-control-lg {
    height: calc(100px + 0px);
    padding: 50px 24px;
    font-size: 32px; } }

@media only screen and (min-width: 425px) and (max-width: 767px) {
  .c-form-control {
    padding: 28px; }
  .c-form-control-lg {
    height: calc(100px + 0px);
    padding: 50px 24px;
    font-size: 32px; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .c-form-control {
    padding: 26px; }
  .c-form-control-lg {
    height: calc(160px + 0px); } }

@media only screen and (min-width: 992px) and (max-width: 1365px) {
  .c-form-control {
    padding: 24px; } }

.button_container {
  height: 16px;
  width: 48px;
  cursor: pointer;
  z-index: 100;
  transition: opacity .25s ease;
  margin-top: 9px; }
  .button_container:hover {
    opacity: .7; }
  .button_container.active .top {
    transform: translateY(11px) translateX(0) rotate(45deg);
    background: #053F6C;
    z-index: 101; }
  .button_container.active .middle {
    opacity: 0;
    background: #053F6C;
    z-index: 101; }
  .button_container.active .bottom {
    transform: translateY(-11px) translateX(0) rotate(-45deg);
    background: #053F6C;
    z-index: 101; }
  .button_container div {
    background: #053F6C;
    border: none;
    height: 2px;
    width: 60%;
    transition: all .35s ease;
    cursor: pointer; }
    .button_container div:nth-of-type(2) {
      margin-top: 9px; }
    .button_container div:nth-of-type(3) {
      margin-top: 9px; }

.overlay {
  margin: 0 auto;
  width: 100%;
  max-width: 1560px;
  padding-top: 75px;
  z-index: 2;
  position: fixed;
  background: #fff;
  top: 0px;
  opacity: 0;
  visibility: hidden;
  transition: opacity .35s, visibility .35s, height .35s;
  overflow: hidden; }
  .overlay.open {
    opacity: 1;
    visibility: visible;
    height: 100%; }
    .overlay.open li {
      animation: fadeInRight .5s ease forwards;
      animation-delay: .35s;
      border: none;
      padding-left: 0; }
      .overlay.open li:nth-of-type(2) {
        animation-delay: .4s; }
      .overlay.open li:nth-of-type(3) {
        animation-delay: .45s; }
      .overlay.open li:nth-of-type(4) {
        animation-delay: .50s; }
  .overlay nav {
    position: relative;
    height: 0;
    top: 0;
    transform: translateY(-50%);
    font-weight: 200; }
  .overlay ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: inline-block;
    position: relative;
    height: 100%; }
    .overlay ul li {
      display: block;
      min-height: 50px;
      position: relative;
      opacity: 0; }
      .overlay ul li a {
        display: block;
        position: relative;
        color: #101010;
        text-decoration: none;
        overflow: hidden; }
        .overlay ul li a:hover {
          color: #053F6C;
          font-weight: 400; }
        .overlay ul li a:hover:after, .overlay ul li a:focus:after, .overlay ul li a:active:after {
          width: 100%; }
        .overlay ul li a:after {
          content: '';
          position: absolute;
          bottom: 0;
          left: 50%;
          width: 0%;
          transform: translateX(-50%);
          height: 3px;
          background: #053F6C;
          transition: .35s; }

@media only screen and (min-width: 320px) and (max-width: 374px) {
  .button_container {
    height: 16px;
    width: 48px;
    margin-top: 10px;
    cursor: pointer;
    z-index: 100;
    transition: opacity .25s ease; }
  .overlay {
    padding-top: 60px; } }

@media only screen and (min-width: 375px) and (max-width: 424px) {
  .button_container {
    height: 16px;
    width: 48px;
    margin-top: 10px;
    cursor: pointer;
    z-index: 100;
    transition: opacity .25s ease; }
  .overlay {
    padding-top: 60px; } }

@media only screen and (min-width: 425px) and (max-width: 767px) {
  .button_container {
    height: 16px;
    width: 48px;
    margin-top: 10px;
    cursor: pointer;
    z-index: 100;
    transition: opacity .25s ease; }
  .overlay {
    padding-top: 60px; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .button_container {
    height: 16px;
    width: 48px;
    margin-top: 10px;
    cursor: pointer;
    z-index: 100;
    transition: opacity .25s ease; }
  .overlay {
    padding-top: 70px; } }

@media only screen and (min-width: 992px) and (max-width: 1365px) {
  .button_container {
    margin-top: 9px; } }

@media only screen and (width: 1366px) {
  .button_container {
    margin-top: 9px; }
  .overlay {
    padding-top: 75px; } }

@media only screen and (min-width: 1367px) and (max-width: 1440px) {
  .button_container {
    margin-top: 9px; }
  .overlay {
    padding-top: 75px; } }

.cp_button_container {
  height: 16px;
  width: 48px;
  margin-top: 16px;
  cursor: pointer;
  z-index: 100;
  transition: opacity .25s ease; }
  .cp_button_container:hover {
    opacity: .7; }
  .cp_button_container.active .top {
    transform: translateY(11px) translateX(0) rotate(45deg);
    background: #053F6C;
    z-index: 101; }
  .cp_button_container.active .middle {
    opacity: 0;
    background: #053F6C;
    z-index: 101; }
  .cp_button_container.active .bottom {
    transform: translateY(-11px) translateX(0) rotate(-45deg);
    background: #053F6C;
    z-index: 101; }
  .cp_button_container div {
    background: #053F6C;
    border: none;
    height: 2px;
    width: 60%;
    transition: all .35s ease;
    cursor: pointer; }
    .cp_button_container div:nth-of-type(2) {
      margin-top: 9px; }
    .cp_button_container div:nth-of-type(3) {
      margin-top: 9px; }

.cp-overlay {
  width: 100%;
  max-width: 1560px;
  margin: 0 auto;
  padding-top: 75px;
  z-index: 2;
  position: fixed;
  background: #fff;
  top: 0px;
  opacity: 0;
  visibility: hidden;
  transition: opacity .35s, visibility .35s, height .35s;
  overflow: hidden;
  /*&.close {
		z-index: 1;
		opacity: 1;
		height: 100%;
		animation: slideUp .5s ease forwards;
		li {
			animation: fadeInLeft .5s ease forwards;
			animation-delay: .35s;
			border: none;
			padding-left: 0;

			&:nth-of-type(2) {
				animation-delay: .4s;
			}
			&:nth-of-type(3) {
				animation-delay: .45s;
			}
			&:nth-of-type(4) {
				animation-delay: .50s;
			}
		}
	}*/ }
  .cp-overlay.open {
    opacity: 1;
    visibility: visible;
    height: 100%; }
    .cp-overlay.open li {
      animation: fadeInRight .5s ease forwards;
      animation-delay: .35s;
      border: none;
      padding-left: 0; }
      .cp-overlay.open li:nth-of-type(2) {
        animation-delay: .4s; }
      .cp-overlay.open li:nth-of-type(3) {
        animation-delay: .45s; }
      .cp-overlay.open li:nth-of-type(4) {
        animation-delay: .50s; }
  .cp-overlay nav {
    position: relative;
    height: 0;
    top: 0;
    transform: translateY(-50%);
    font-weight: 200; }
  .cp-overlay ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: inline-block;
    position: relative;
    height: 100%; }
    .cp-overlay ul li {
      display: block;
      min-height: 50px;
      position: relative;
      opacity: 0; }
      .cp-overlay ul li a {
        display: block;
        position: relative;
        color: #101010;
        text-decoration: none;
        overflow: hidden; }
        .cp-overlay ul li a:hover {
          color: #053F6C;
          font-weight: 400; }
        .cp-overlay ul li a:hover:after, .cp-overlay ul li a:focus:after, .cp-overlay ul li a:active:after {
          width: 100%; }
        .cp-overlay ul li a:after {
          content: '';
          position: absolute;
          bottom: 0;
          left: 50%;
          width: 0%;
          transform: translateX(-50%);
          height: 3px;
          background: #053F6C;
          transition: .35s; }

@media only screen and (min-width: 320px) and (max-width: 374px) {
  .cp_button_container {
    margin-top: 9px;
    height: 16px;
    width: 48px;
    cursor: pointer;
    z-index: 100;
    transition: opacity .25s ease; }
  .cp-overlay {
    padding-top: 60px; } }

@media only screen and (min-width: 375px) and (max-width: 424px) {
  .cp_button_container {
    margin-top: 9px;
    height: 16px;
    width: 48px;
    cursor: pointer;
    z-index: 100;
    transition: opacity .25s ease; }
  .cp-overlay {
    padding-top: 60px; } }

@media only screen and (min-width: 425px) and (max-width: 767px) {
  .cp_button_container {
    margin-top: 20px;
    height: 16px;
    width: 48px;
    cursor: pointer;
    z-index: 100;
    transition: opacity .25s ease; }
  .cp-overlay {
    padding-top: 60px; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cp_button_container {
    margin-top: 17px;
    height: 16px;
    width: 48px;
    cursor: pointer;
    z-index: 100;
    transition: opacity .25s ease; }
  .cp-overlay {
    padding-top: 75px; } }

@media only screen and (min-width: 992px) and (max-width: 1365px) {
  .cp_button_container {
    margin-top: 5px; }
  .cp-overlay {
    padding-top: 75px; } }

@media only screen and (width: 1366px) {
  .cp_button_container {
    margin-top: 16px; }
  .cp-overlay {
    padding-top: 75px; } }

@media only screen and (min-width: 1367px) and (max-width: 1440px) {
  .cp_button_container {
    margin-top: 16px; }
  .cp-overlay {
    padding-top: 75px; } }

.cap-capptin-video .video-container video {
  position: relative;
  height: 100%;
  width: 100%; }

/* .c-capptin-video {
	width: 100%;
	border-right: none;
	border-left: none;

	.no-video, .touch {
		.video-container {
			video {
				display: none;
			}

			.poster {
				display: block !important;
			}
		}
	}

	.video-container {
		position: relative;
		height: 100%;
		top: 0;
		bottom: 0%;
		left: 0%;
		width: 100% !important;
		overflow: hidden;
		background: #000;

		.poster {
			img {
				width: 100%;
				bottom: 0;
				position: absolute;
			}
		}

		video {
			position: absolute;
			min-width: 100%;
			min-height: 100%;
			width: auto;
			height: auto;
			z-index: 0;
			bottom: 0;
			top: 50%;
			left: 50%;
			transform: translate(-50%, -50%);

			.fillWidth {
				width: 100%;
				height: auto;
				position: relative;
			}
		}
	}
}

@include phone-xs {
	.c-capptin-video {
		padding-right: 25px;
		padding-left: 25px;
		height: 220px !important;
		.video-container {
			top: 16px;
			height: 85%;
			.poster {
				img {
					width: 100%;
					bottom: 0;
					position: absolute;
				}
			}
			.filter {
				z-index: 1;
				position: absolute;
				background: rgba(0, 0, 0, 0.4);
				width: 100% !important;
			}
			video {
				top: 50%;
				.fillWidth {
					width: 100% !important;
				}
			}
		}
	}
}

@include phone-sm {
	.c-capptin-video {
		padding-right: 25px;
		padding-left: 25px;
		height: 220px !important;
		.video-container {
			top: 16px;
			height: 85%;
			.poster {
				img {
					width: 100%;
					bottom: 0;
					position: absolute;
				}
			}
			.filter {
				z-index: 1;
				position: absolute;
				background: rgba(0, 0, 0, 0.4);
				width: 100% !important;
			}
			video {
				top: 50%;
				.fillWidth {
					width: 100% !important;
				}
			}
		}
	}
}

@include phone {
	.c-capptin-video {
		padding-right: 25px;
		padding-left: 25px;
		height: 220px !important;
		.video-container {
			top: 16px;
			height: 85%;
			.poster {
				img {
					width: 100%;
					bottom: 0;
					position: absolute;
				}
			}
			.filter {
				z-index: 1;
				position: absolute;
				background: rgba(0, 0, 0, 0.4);
				width: 100% !important;
			}
			video {
				top: 50%;
				.fillWidth {
					width: 100% !important;
				}
			}
		}
	}
}
*/
.pac-container {
  background-color: #fcfcfc;
  box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.1);
  padding: 0px 0px 24px 0px; }
  .pac-container:after {
    background-image: none !important;
    height: 0px;
    content: none !important; }
  .pac-container .pac-item {
    color: #081C31;
    font-size: 18px;
    padding: 12px 24px;
    border-top: 0.5px solid #F3F3F5;
    border-bottom: 0.5px solid #F3F3F5; }
    .pac-container .pac-item .pac-item-query {
      font-size: 18px;
      font-weight: 500;
      padding-right: 3px;
      color: #06375D; }
    .pac-container .pac-item:hover {
      background-color: #fff;
      color: #279DD0;
      border-top: 1px solid #F3F3F5;
      border-bottom: 1px solid #F3F3F5; }
    .pac-container .pac-item .pac-icon {
      display: none;
      content: "\f276";
      font-family: FontAwesome; }

.iziToast > .iziToast-body {
  padding: 24px 48px 28px 24px !important; }

.cap-footer-collapse {
  align-items: start;
  background-color: transparent; }
  .cap-footer-collapse .footBar {
    background-color: transparent;
    display: unset;
    z-index: unset; }

@media only screen and (min-width: 425px) and (max-width: 767px) {
  .cap-footer-collapse {
    padding: 12px 24px 12px 24px;
    border-bottom: 0.2px solid #fcfcfc;
    margin-bottom: 12px; }
    .cap-footer-collapse .footBar {
      display: flex; } }

@media only screen and (min-width: 375px) and (max-width: 424px) {
  .cap-footer-collapse {
    padding: 12px 24px 12px 24px;
    border-bottom: 0.2px solid #fcfcfc;
    margin-bottom: 12px; }
    .cap-footer-collapse .footBar {
      display: flex; } }

@media only screen and (min-width: 320px) and (max-width: 374px) {
  .cap-footer-collapse {
    padding: 12px 24px 12px 24px;
    border-bottom: 0.2px solid #fcfcfc;
    margin-bottom: 12px; }
    .cap-footer-collapse .footBar {
      display: flex; } }

.navbar {
  background-color: #fff;
  padding: 0 0 0 64px;
  z-index: 101; }
  .navbar .c-nav-link {
    padding-left: 48px; }
    .navbar .c-nav-link a {
      font-family: capptin-font-med;
      margin: 0 48px 0 16px;
      display: block;
      position: relative;
      text-decoration: none;
      overflow: hidden; }
      .navbar .c-nav-link a.nav-link {
        color: #101010;
        letter-spacing: 1.5px; }
      .navbar .c-nav-link a:hover {
        color: #0786DB; }
      .navbar .c-nav-link a:hover:after, .navbar .c-nav-link a:focus:after, .navbar .c-nav-link a:active:after {
        width: 100%; }
      .navbar .c-nav-link a:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 50%;
        width: 0%;
        transform: translateX(-50%);
        height: 3px;
        background: #053F6C;
        transition: .35s; }
  .navbar .c-navi-right {
    margin-right: 0px;
    position: absolute;
    top: 14%;
    right: 0 !important; }
  .navbar .menu-button {
    padding-right: 32px; }

.overlay .c-navi-links {
  margin-bottom: 48px; }
  .overlay .c-navi-links .c-navi-headings {
    color: #053F6C !important; }

@media only screen and (min-width: 320px) and (max-width: 374px) {
  .navbar {
    padding: 8px 0 8px 16px; }
    .navbar .c-navbar .c-nav-bar-sm {
      display: inline-flex; }
    .navbar .c-nav-link {
      padding-left: 0px;
      flex-direction: inherit !important; }
      .navbar .c-nav-link .c-d-xs-none {
        display: none !important; }
      .navbar .c-nav-link a {
        margin: 0 16px 0 16px; }
        .navbar .c-nav-link a .nav-link {
          font-size: 1.3em; }
        .navbar .c-nav-link a:hover {
          color: #053F6C; }
        .navbar .c-nav-link a:hover:after, .navbar .c-nav-link a:focus:after, .navbar .c-nav-link a:active:after {
          width: 100%; }
        .navbar .c-nav-link a:after {
          left: 50%;
          transform: translateX(-50%); }
    .navbar .c-navi-right {
      margin-right: 0px;
      position: relative;
      right: 0 !important; }
  .overlay .c-navi-links {
    margin-bottom: 48px;
    overflow: scroll;
    height: calc(100vh + 12px); }
    .overlay .c-navi-links hr {
      margin-right: 16px; }
    .overlay .c-navi-links .c-row-d-xs-none {
      display: none; }
    .overlay .c-navi-links .c-navi-headings {
      color: #053F6C !important; } }

@media only screen and (min-width: 375px) and (max-width: 424px) {
  .navbar {
    padding: 8px 0 8px 16px; }
    .navbar .c-navbar .c-nav-bar-sm {
      display: inline-flex; }
    .navbar .c-nav-link {
      padding-left: 0px;
      flex-direction: inherit !important; }
      .navbar .c-nav-link .c-d-xs-none {
        display: none !important; }
      .navbar .c-nav-link a {
        margin: 0 32px 0 16px; }
        .navbar .c-nav-link a .nav-link {
          font-size: 1.3em; }
        .navbar .c-nav-link a:hover {
          color: #053F6C; }
        .navbar .c-nav-link a:hover:after, .navbar .c-nav-link a:focus:after, .navbar .c-nav-link a:active:after {
          width: 100%; }
        .navbar .c-nav-link a:after {
          left: 50%;
          transform: translateX(-50%); }
    .navbar .c-navi-right {
      margin-right: 0px;
      position: relative;
      right: 0 !important; }
  .overlay .c-navi-links {
    margin-bottom: 48px;
    overflow: scroll;
    height: 90vh; }
    .overlay .c-navi-links hr {
      margin-right: 16px; }
    .overlay .c-navi-links .c-row-d-xs-none {
      display: none; }
    .overlay .c-navi-links .c-navi-headings {
      color: #053F6C !important; } }

@media only screen and (min-width: 425px) and (max-width: 767px) {
  .navbar {
    padding: 8px 0 8px 16px; }
    .navbar .c-navbar .c-nav-bar-sm {
      display: inline-flex; }
    .navbar .c-nav-link {
      padding-left: 0px;
      flex-direction: inherit !important; }
      .navbar .c-nav-link .c-d-xs-none {
        display: none !important; }
      .navbar .c-nav-link a .nav-link {
        font-size: 1.3em; }
      .navbar .c-nav-link a:hover {
        color: #053F6C; }
      .navbar .c-nav-link a:hover:after, .navbar .c-nav-link a:focus:after, .navbar .c-nav-link a:active:after {
        width: 100%; }
      .navbar .c-nav-link a:after {
        left: 50%;
        transform: translateX(-50%); }
    .navbar .c-navi-right {
      margin-right: 0px;
      position: relative;
      right: 0 !important; }
  .overlay .c-navi-links {
    margin-bottom: 48px;
    overflow: scroll;
    height: 90vh; }
    .overlay .c-navi-links hr {
      margin-right: 16px; }
    .overlay .c-navi-links .c-row-d-xs-none {
      display: none; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar .c-navbar .c-nav-bar-sm {
    display: inline-flex; }
  .navbar .c-nav-link {
    padding-left: 0px;
    flex-direction: inherit !important; }
    .navbar .c-nav-link a .nav-link {
      font-size: 1.7em; }
    .navbar .c-nav-link a:hover {
      color: #053F6C; }
    .navbar .c-nav-link a:hover:after, .navbar .c-nav-link a:focus:after, .navbar .c-nav-link a:active:after {
      width: 100%; }
    .navbar .c-nav-link a:after {
      left: 50%;
      transform: translateX(-50%); }
  .navbar .c-navi-right {
    margin-right: 0px;
    right: 0 !important; } }

@media only screen and (min-width: 992px) and (max-width: 1365px) {
  .navbar .c-nav-link a {
    margin: 0 32px 0 16px; }
  .navbar .c-navi-right {
    top: 16%; } }

@media only screen and (width: 1366px) {
  .navbar .c-nav-link .nav-link {
    font-size: 1em; }
  .navbar .c-navi-right {
    top: 16%; } }

@media only screen and (min-width: 1367px) and (max-width: 1440px) {
  .navbar .c-nav-link .nav-link {
    font-size: 1.2vw; }
  .navbar .c-navi-right {
    top: 11%; } }

.cp-navbar {
  background-color: #fff;
  padding: 0 0 0 64px;
  z-index: 3; }
  .cp-navbar .cp-nav-link {
    padding-left: 48px;
    text-transform: uppercase; }
    .cp-navbar .cp-nav-link .nav-item {
      margin-top: 0px;
      margin-right: 12px; }
    .cp-navbar .cp-nav-link .btn-explore {
      text-align: center;
      padding: 16px; }
    @media (min-width: 1440px) {
      .cp-navbar .cp-nav-link .btn-login {
        padding: 0px 24px 7px 24px !important; } }
    .cp-navbar .cp-nav-link .btn-login {
      margin-right: 33px;
      background-color: #0786DB;
      text-align: center;
      padding: 0px 24px 13px 24px; }
    .cp-navbar .cp-nav-link a {
      font-family: capptin-font-med;
      margin: 12px 8px 0 8px;
      display: block;
      position: relative;
      color: #101010;
      text-decoration: none;
      overflow: hidden; }
      .cp-navbar .cp-nav-link a.nav-link {
        color: #101010;
        letter-spacing: 1.5px; }
      .cp-navbar .cp-nav-link a:hover {
        color: #0786DB; }
      .cp-navbar .cp-nav-link a:hover:after, .cp-navbar .cp-nav-link a:focus:after, .cp-navbar .cp-nav-link a:active:after {
        width: 100%; }
      .cp-navbar .cp-nav-link a:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 50%;
        width: 0%;
        transform: translateX(-50%);
        height: 3px;
        background: #053F6C;
        transition: .35s; }
  .cp-navbar .cp-navi-right {
    margin-right: 0px;
    position: absolute;
    top: 0%;
    right: 0 !important; }
  .cp-navbar .menu-button {
    padding-right: 32px; }

.cp-overlay .cp-navi-links {
  margin-bottom: 48px; }
  .cp-overlay .cp-navi-links .cp-navi-headings {
    color: #053F6C !important; }

@media only screen and (min-width: 320px) and (max-width: 374px) {
  .cp-navbar {
    z-index: 2;
    padding: 0 0 0 16px; }
    .cp-navbar .cp-navbar .cp-nav-bar-sm {
      display: inline-flex; }
    .cp-navbar .cp-nav-link {
      padding-left: 0px;
      flex-direction: inherit !important; }
      .cp-navbar .cp-nav-link .nav-item {
        margin-right: 16px;
        margin-top: 12px; }
      .cp-navbar .cp-nav-link .btn-login {
        padding: 12px 0 12px 0; }
      .cp-navbar .cp-nav-link .c-d-xs-none {
        display: none !important; }
      .cp-navbar .cp-nav-link a {
        margin: 0 8px 0 8px; }
        .cp-navbar .cp-nav-link a .nav-link {
          font-size: 1.3em; }
        .cp-navbar .cp-nav-link a:hover {
          color: #053F6C; }
        .cp-navbar .cp-nav-link a:hover:after, .cp-navbar .cp-nav-link a:focus:after, .cp-navbar .cp-nav-link a:active:after {
          width: 100%; }
        .cp-navbar .cp-nav-link a:after {
          left: 50%;
          transform: translateX(-50%); }
    .cp-navbar .cp-navi-right {
      margin-right: 0px;
      position: relative;
      right: 0; }
  .cp-overlay .cp-navi-links {
    margin-bottom: 48px;
    overflow: scroll;
    height: 90vh; }
    .cp-overlay .cp-navi-links hr {
      margin-right: 16px; }
    .cp-overlay .cp-navi-links .c-row-d-xs-none {
      display: none; }
    .cp-overlay .cp-navi-links .c-navi-headings {
      color: #053F6C !important; } }

@media only screen and (min-width: 375px) and (max-width: 424px) {
  .cp-navbar {
    z-index: 2 !important;
    padding: 0 0 0 16px; }
    .cp-navbar .cp-navbar .cp-nav-bar-sm {
      display: inline-flex; }
    .cp-navbar .cp-nav-link {
      padding-left: 0px;
      flex-direction: inherit !important; }
      .cp-navbar .cp-nav-link .btn-login {
        padding: 13px 0px 13px 0px; }
      .cp-navbar .cp-nav-link .nav-item {
        margin-top: 12px; }
      .cp-navbar .cp-nav-link .c-d-xs-none {
        display: none !important; }
      .cp-navbar .cp-nav-link a {
        margin: 0 16px 0 16px; }
        .cp-navbar .cp-nav-link a .nav-link {
          font-size: 1.3em; }
        .cp-navbar .cp-nav-link a:hover {
          color: #053F6C; }
        .cp-navbar .cp-nav-link a:hover:after, .cp-navbar .cp-nav-link a:focus:after, .cp-navbar .cp-nav-link a:active:after {
          width: 100%; }
        .cp-navbar .cp-nav-link a:after {
          left: 50%;
          transform: translateX(-50%); }
    .cp-navbar .cp-navi-right {
      margin-right: 0px;
      position: relative;
      right: 0 !important; }
  .cp-overlay .cp-navi-links {
    margin-bottom: 48px;
    overflow: scroll;
    height: 90vh; }
    .cp-overlay .cp-navi-links hr {
      margin-right: 16px; }
    .cp-overlay .cp-navi-links .c-row-d-xs-none {
      display: none; }
    .cp-overlay .cp-navi-links .c-navi-headings {
      color: #053F6C !important; } }

@media only screen and (min-width: 425px) and (max-width: 767px) {
  .cp-navbar {
    z-index: 2 !important;
    padding: 0 8px 0 24px; }
    .cp-navbar .cp-navbar .cp-nav-bar-sm {
      display: inline-flex; }
    .cp-navbar .cp-nav-link {
      padding-left: 0px;
      flex-direction: inherit !important; }
      .cp-navbar .cp-nav-link .btn-login {
        padding: 0 16px 14px 16px; }
      .cp-navbar .cp-nav-link .c-d-xs-none {
        display: none !important; }
      .cp-navbar .cp-nav-link a .nav-link {
        font-size: 1.3em; }
      .cp-navbar .cp-nav-link a:hover {
        color: #053F6C; }
      .cp-navbar .cp-nav-link a:hover:after, .cp-navbar .cp-nav-link a:focus:after, .cp-navbar .cp-nav-link a:active:after {
        width: 100%; }
      .cp-navbar .cp-nav-link a:after {
        left: 50%;
        transform: translateX(-50%); }
    .cp-navbar .cp-navi-right {
      margin-right: 0px;
      position: relative;
      right: 0 !important; }
  .cp-overlay .cp-navi-links {
    margin-bottom: 48px;
    overflow: scroll;
    height: 90vh; }
    .cp-overlay .cp-navi-links hr {
      margin-right: 16px; }
    .cp-overlay .cp-navi-links .c-row-d-xs-none {
      display: none; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cp-navbar {
    padding: 0 0 0 32px; }
    .cp-navbar .cp-navbar .cp-nav-bar-sm {
      display: inline-flex; }
    .cp-navbar .cp-nav-link {
      padding-left: 0px;
      flex-direction: inherit !important; }
      .cp-navbar .cp-nav-link a .nav-link {
        font-size: 1.7em; }
      .cp-navbar .cp-nav-link a:hover {
        color: #053F6C; }
      .cp-navbar .cp-nav-link a:hover:after, .cp-navbar .cp-nav-link a:focus:after, .cp-navbar .cp-nav-link a:active:after {
        width: 100%; }
      .cp-navbar .cp-nav-link a:after {
        left: 50%;
        transform: translateX(-50%); }
    .cp-navbar .cp-navi-right {
      margin-right: 0px;
      right: 0 !important; } }

@media only screen and (min-width: 992px) and (max-width: 1365px) {
  .cp-navbar .cp-nav-link .btn-login {
    padding: 10px 0px 10px 13px !important; }
  .cp-navbar .cp-nav-link a {
    margin: 0 32px 0 16px; }
  .cp-navbar .cp-nav-link .nav-item {
    margin-top: 12px; }
  .cp-navbar .cp-navi-right {
    top: 0%; } }

@media only screen and (width: 1366px) {
  .cp-navbar .cp-nav-link {
    padding-left: 160px; }
    .cp-navbar .cp-nav-link a {
      margin: 7px 16px 0 0; }
    .cp-navbar .cp-nav-link .btn-login {
      padding: 9px 8px 9px 24px !important; }
    .cp-navbar .cp-nav-link .nav-link {
      font-size: 1em; }
    .cp-navbar .cp-nav-link .btn-login {
      margin-top: 0;
      background-color: #0786DB;
      text-align: center;
      padding: 14px 8px 12px 8px; }
  .cp-navbar .cp-navi-right {
    margin-right: 0px; } }

@media only screen and (min-width: 1367px) and (max-width: 1440px) {
  .cp-navbar .cp-nav-link {
    padding-left: 160px; }
    .cp-navbar .cp-nav-link a {
      margin: 6px 8px 4px 8px; }
    .cp-navbar .cp-nav-link .btn-login {
      padding: 3px 24px 4px 24px !important; }
    .cp-navbar .cp-nav-link .nav-link {
      font-size: 1.2vw; }
    .cp-navbar .cp-nav-link .btn-login {
      margin-top: 0;
      background-color: #0786DB;
      text-align: center;
      padding: 14px 8px 12px 8px; }
  .cp-navbar .cp-navi-right {
    margin-right: 0px; } }

footer .row {
  margin-left: 0 !important;
  margin-right: 0 !important; }

footer .c-footer-sec {
  color: #fff;
  padding-top: 16px;
  padding-left: 48px;
  padding-right: 48px;
  padding-bottom: 16px;
  background: linear-gradient(to right, #1d1d1d, #000000, #4f4f4f); }
  footer .c-footer-sec .c-footer-contents {
    margin-top: 0; }
    footer .c-footer-sec .c-footer-contents .c-footer-link {
      font-size: 1em; }
    footer .c-footer-sec .c-footer-contents .c-app-btns {
      text-align: center;
      margin-bottom: 20px; }
  footer .c-footer-sec .c-btm-links {
    margin-top: 16px; }
    footer .c-footer-sec .c-btm-links ul {
      margin-bottom: 0px; }
      footer .c-footer-sec .c-btm-links ul li a {
        color: #fff !important; }
    footer .c-footer-sec .c-btm-links .c-fb {
      color: #3B5998; }
    footer .c-footer-sec .c-btm-links .c-ldi {
      color: #0077B5; }
    footer .c-footer-sec .c-btm-links .c-tw {
      color: #08A0E9; }
  footer .c-footer-sec h4 {
    font-size: 1.3em;
    font-weight: 900;
    letter-spacing: 1.7px; }
  footer .c-footer-sec .c-list-item {
    background-color: transparent;
    border: none !important;
    padding-left: 0; }
    footer .c-footer-sec .c-list-item a {
      color: #fff; }
      footer .c-footer-sec .c-list-item a :hover {
        color: #fff; }

footer .cap-bg-footer-p {
  display: none; }

footer .c-footer-btm {
  background: linear-gradient(to right, #1d1d1d, #000000, #4f4f4f); }
  footer .c-footer-btm hr {
    margin-left: 0;
    margin-right: 0; }
  footer .c-footer-btm span {
    text-transform: uppercase;
    color: #0786DB;
    font-weight: 700; }

@media only screen and (min-width: 1367px) and (max-width: 1440px) {
  footer .c-footer-sec {
    padding-left: 48px;
    padding-right: 48px;
    background-size: cover; }
    footer .c-footer-sec .c-footer-contents .c-footer-link {
      font-size: 1em; }
    footer .c-footer-sec .c-footer-contents .list-inline {
      margin-top: 10px; }
    footer .c-footer-sec h4 {
      font-size: 1.3em; } }

@media only screen and (width: 1366px) {
  footer .c-footer-sec .c-footer-contents .c-footer-link {
    font-size: 1em; }
  footer .c-footer-sec h4 {
    font-size: 1.3em; }
  footer .cap-bg-footer-p {
    margin-top: -550px; } }

@media only screen and (min-width: 992px) and (max-width: 1365px) {
  footer .c-footer-sec {
    padding-left: 24px;
    padding-right: 24px; }
    footer .c-footer-sec .c-footer-contents .c-footer-link {
      font-size: 1em; }
    footer .c-footer-sec .c-footer-contents .list-inline {
      margin-top: 10px; }
    footer .c-footer-sec h4 {
      font-size: 1.3em; }
  footer .cap-bg-footer-p {
    margin-top: -550px; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  footer .c-footer-sec .c-footer-contents .c-footer-link {
    font-size: 1em; }
  footer .c-footer-sec .c-footer-contents .c-app-btns {
    text-align: center; }
  footer .c-footer-sec .c-footer-contents .list-inline {
    margin-top: 10px; }
  footer .c-footer-sec .c-btm-links {
    text-align: center; }
  footer .c-footer-sec h4 {
    font-size: 1.3em; }
  footer .cap-bg-footer-p {
    margin-top: -520px; } }

@media only screen and (min-width: 425px) and (max-width: 767px) {
  footer .c-footer-sec {
    padding-left: 0;
    padding-top: 4px;
    padding-right: 0;
    background: linear-gradient(to right, #1d1d1d, #000000, #4f4f4f); }
    footer .c-footer-sec .c-footer-contents {
      text-align: center; }
      footer .c-footer-sec .c-footer-contents .c-footer-link {
        font-size: 1em; }
    footer .c-footer-sec .c-btm-links {
      text-align: center; }
    footer .c-footer-sec h4 {
      font-size: 1.3em; }
  footer .cap-bg-footer-p {
    margin-top: -1580px; } }

@media only screen and (min-width: 375px) and (max-width: 424px) {
  footer .c-footer-sec {
    padding-right: 0;
    padding-left: 0;
    background: linear-gradient(to right, #1d1d1d, #000000, #4f4f4f); }
    footer .c-footer-sec .c-footer-contents {
      text-align: center; }
      footer .c-footer-sec .c-footer-contents .c-footer-link {
        font-size: 1em; }
    footer .c-footer-sec .c-btm-links {
      text-align: center; }
    footer .c-footer-sec h4 {
      font-size: 1.3em; }
  footer .cap-bg-footer-p {
    margin-top: -1580px; } }

@media only screen and (min-width: 320px) and (max-width: 374px) {
  footer .c-footer-sec {
    padding-right: 0;
    padding-left: 0;
    background: linear-gradient(to right, #1d1d1d, #000000, #4f4f4f); }
    footer .c-footer-sec .c-footer-contents {
      text-align: center; }
      footer .c-footer-sec .c-footer-contents .c-footer-link {
        font-size: 1em; }
    footer .c-footer-sec .c-btm-links {
      text-align: center; }
    footer .c-footer-sec h4 {
      font-size: 1.3em; }
  footer .cap-bg-footer-p {
    margin-top: -1580px; } }

.container-fluid {
  padding-left: 0 !important;
  padding-right: 0 !important;
  background-color: #fff; }

.c-main-section {
  background-color: #FEFEFE;
  margin: 0;
  padding: 0; }
  .c-main-section .c-typo-main {
    padding: 96px 64px; }
    .c-main-section .c-typo-main .col-lg-6 {
      max-width: unset; }
    .c-main-section .c-typo-main h1 {
      font-size: 4em;
      color: #081C31;
      line-height: 1.3; }
      .c-main-section .c-typo-main h1 span {
        font-family: capptin-font-bold; }
        .c-main-section .c-typo-main h1 span .regular {
          color: #0786DB !important;
          font-weight: 100 !important; }
        .c-main-section .c-typo-main h1 span .bold {
          color: #0786DB; }
    .c-main-section .c-typo-main h6 {
      font-weight: 200;
      margin-top: 16px; }
    .c-main-section .c-typo-main .c-num-input {
      padding-left: 0;
      padding-bottom: 16px;
      max-width: 350px; }
      .c-main-section .c-typo-main .c-num-input .c-form-control {
        background-color: #ffffff;
        box-shadow: 0px 1px 6px rgba(227, 227, 237, 0.7);
        border-radius: 48px; }
      .c-main-section .c-typo-main .c-num-input form .error-list {
        padding-bottom: 4px; }
        .c-main-section .c-typo-main .c-num-input form .error-list span {
          color: red; }
  .c-main-section .c-main-illustration {
    background-color: #fff;
    position: relative;
    z-index: 0;
    right: 0; }

/* Hero Section */
@media only screen and (min-width: 320px) and (max-width: 374px) {
  .c-main-section .c-typo-main {
    padding: 24px 32px 0; }
    .c-main-section .c-typo-main .col-lg-6 {
      padding: 0; }
    .c-main-section .c-typo-main h1 {
      font-size: 1.6em;
      line-height: 1.3; }
    .c-main-section .c-typo-main h5 {
      font-size: 1em; }
    .c-main-section .c-typo-main h6 {
      font-size: 0.8em;
      font-weight: 200;
      margin-top: 8px; }
    .c-main-section .c-typo-main .c-num-input {
      padding-left: 0;
      padding-top: 0;
      padding-bottom: 0; }
      .c-main-section .c-typo-main .c-num-input .form-group {
        margin-bottom: 8px; }
      .c-main-section .c-typo-main .c-num-input .c-form-control {
        padding: 24px !important; }
      .c-main-section .c-typo-main .c-num-input form .error-list {
        padding-bottom: 0; }
        .c-main-section .c-typo-main .c-num-input form .error-list span {
          font-size: 0.8em; }
      .c-main-section .c-typo-main .c-num-input button {
        margin-top: 0;
        padding: 8px 12px;
        font-size: 1.7em; }
  .c-main-section .c-main-illustration {
    background-color: transparent;
    margin-top: 300px;
    z-index: 0; } }

@media only screen and (min-width: 375px) and (max-width: 424px) {
  .c-main-section .c-typo-main {
    padding: 24px 32px 0; }
    .c-main-section .c-typo-main .col-lg-6 {
      padding: 0; }
    .c-main-section .c-typo-main h1 {
      font-size: 1.8em;
      line-height: 1.3; }
    .c-main-section .c-typo-main h5 {
      font-size: 1em; }
    .c-main-section .c-typo-main h6 {
      font-size: 1em;
      font-weight: 200;
      margin-top: 7.5px; }
    .c-main-section .c-typo-main .c-num-input {
      padding-left: 0;
      padding-top: 0;
      padding-bottom: 0; }
      .c-main-section .c-typo-main .c-num-input .form-group {
        margin-bottom: 8px; }
      .c-main-section .c-typo-main .c-num-input .c-form-control {
        padding: 26px !important; }
      .c-main-section .c-typo-main .c-num-input form .error-list {
        padding-bottom: 0; }
        .c-main-section .c-typo-main .c-num-input form .error-list span {
          font-size: 0.8em; }
      .c-main-section .c-typo-main .c-num-input button {
        margin-top: 0;
        padding: 9px 12px;
        font-size: 1.7em; }
  .c-main-section .c-main-illustration {
    background-color: transparent;
    margin-top: 355px;
    z-index: 0; } }

@media only screen and (min-width: 425px) and (max-width: 767px) {
  .c-main-section .c-typo-main {
    padding: 24px 32px 0; }
    .c-main-section .c-typo-main .col-lg-6 {
      padding: 0; }
    .c-main-section .c-typo-main h1 {
      font-size: 2.5em; }
    .c-main-section .c-typo-main h5 {
      font-size: 1.3em; }
    .c-main-section .c-typo-main h6 {
      margin-top: 10px;
      font-size: 1em; }
    .c-main-section .c-typo-main .c-num-input {
      padding-left: 0;
      padding-top: 0px;
      padding-bottom: 0px; }
      .c-main-section .c-typo-main .c-num-input .form-group {
        margin-bottom: 8px; }
      .c-main-section .c-typo-main .c-num-input .c-form-control {
        padding: 28px !important; }
      .c-main-section .c-typo-main .c-num-input form .error-list {
        padding-bottom: 0; }
        .c-main-section .c-typo-main .c-num-input form .error-list span {
          font-size: 1em; }
      .c-main-section .c-typo-main .c-num-input button {
        margin-top: 6px;
        padding: 10px 12px;
        font-size: 1.7em; }
  .c-main-section .c-main-illustration {
    background-color: transparent;
    margin-top: 385px;
    z-index: 0; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .c-main-section .c-typo-main {
    padding: 45px 16px; }
    .c-main-section .c-typo-main h1 {
      font-size: 2.5em;
      line-height: 1.3; }
    .c-main-section .c-typo-main h6 {
      font-weight: 200;
      margin-top: 16px; }
    .c-main-section .c-typo-main .c-num-input {
      padding-left: 0;
      padding-bottom: 16px;
      max-width: 300px; }
      .c-main-section .c-typo-main .c-num-input .form-group {
        margin-bottom: 4px; }
      .c-main-section .c-typo-main .c-num-input button {
        margin-top: 6px;
        padding: 12px 24px;
        font-size: 1.7em; }
      .c-main-section .c-typo-main .c-num-input form .error-list {
        padding-bottom: 0; }
        .c-main-section .c-typo-main .c-num-input form .error-list span {
          font-size: 1em; }
  .c-main-section .c-main-illustration {
    background-color: transparent;
    margin-top: 96px;
    z-index: 0; } }

@media only screen and (min-width: 992px) and (max-width: 1365px) {
  .c-main-section .c-typo-main {
    margin-right: 64px;
    padding: 48px 32px; }
    .c-main-section .c-typo-main h1 {
      font-size: 3em; }
    .c-main-section .c-typo-main .c-num-input {
      padding-left: 0;
      padding-top: 0;
      padding-bottom: 0;
      max-width: 350px; }
      .c-main-section .c-typo-main .c-num-input .form-group {
        margin-bottom: 16px; } }

@media only screen and (width: 1366px) {
  .c-main-section .c-typo-main {
    padding: 32px 64px; }
    .c-main-section .c-typo-main h1 {
      font-size: 3.5em; } }

@media only screen and (min-width: 1367px) and (max-width: 1440px) {
  .c-main-section .c-typo-main {
    padding: 32px 32px; }
    .c-main-section .c-typo-main h1 {
      font-size: 4em; } }

/* Estimation Section */
.c-estimation-section {
  background-color: #F9F9F9;
  padding: 24px 36px 24px 0; }
  .c-estimation-section .c-estimate-heading {
    margin-left: 60px; }
    .c-estimation-section .c-estimate-heading h2 {
      border-right: 4px solid #0786DB;
      font-size: 2.3em;
      margin: 16px; }
      .c-estimation-section .c-estimate-heading h2 span {
        font-family: capptin-font-bold;
        color: #0786DB; }
  .c-estimation-section .c-estimate-typo {
    margin-top: 24px; }
    .c-estimation-section .c-estimate-typo h5 {
      color: #101010; }
  .c-estimation-section .c-map-sec .c-googleMap .c-gm-size {
    height: 450px; }
  .c-estimation-section .c-map-sec .c-est-form {
    box-shadow: 2px 4px 16px rgba(0, 0, 0, 0.2);
    position: absolute;
    margin-top: -400px;
    z-index: 1;
    height: 370px;
    width: 450px;
    background-color: #fafafa;
    padding: 24px;
    margin-left: 48px;
    border-radius: 24px; }
    .c-estimation-section .c-map-sec .c-est-form h6 {
      margin-top: 20px; }
    .c-estimation-section .c-map-sec .c-est-form .form-group .c-form-control:focus {
      background-color: #fcfcfc; }
  .c-estimation-section .c-fare-sec {
    padding-top: 48px; }
    .c-estimation-section .c-fare-sec .c-fare-head h2 {
      font-weight: 700;
      padding-top: 16px; }
    .c-estimation-section .c-fare-sec .c-car-fare .c-btm-brdr {
      margin-bottom: 16px;
      border-bottom: 1px solid #dee2e6; }
    .c-estimation-section .c-fare-sec .c-car-fare .c-fare-info {
      text-align: left;
      margin-top: 8px; }
      .c-estimation-section .c-fare-sec .c-car-fare .c-fare-info h4 {
        color: #101010;
        margin-bottom: 0; }
      .c-estimation-section .c-fare-sec .c-car-fare .c-fare-info h5 {
        font-family: capptin-font-bold;
        color: #0786DB;
        font-weight: 900; }
    .c-estimation-section .c-fare-sec .c-signup h2 span {
      color: #0786DB;
      font-weight: 700; }

@media only screen and (min-width: 320px) and (max-width: 374px) {
  .c-estimation-section {
    padding: 12px 0 12px 0; }
    .c-estimation-section .row {
      margin-left: 0 !important;
      margin-right: 0 !important; }
    .c-estimation-section .c-estimate-heading {
      text-align: center;
      margin-left: 24px;
      margin-right: 24px; }
      .c-estimation-section .c-estimate-heading h2 {
        font-size: 1.7em;
        text-align: center;
        border-right: none !important;
        border-bottom: 4px solid #0786DB;
        margin: 0 16px 0 16px; }
    .c-estimation-section .c-estimate-typo {
      text-align: center;
      padding-left: 16px;
      padding-right: 16px;
      margin-top: 16px; }
      .c-estimation-section .c-estimate-typo h5 {
        font-size: 1em; }
    .c-estimation-section .c-map-sec .c-est-form {
      box-shadow: 2px 4px 16px rgba(0, 0, 0, 0.1);
      position: relative;
      margin-top: -36px;
      z-index: 1;
      height: 300px;
      width: unset;
      max-width: 100%;
      padding: 12px;
      margin-right: 0px;
      margin-left: 0px;
      border-radius: 12px; }
      .c-estimation-section .c-map-sec .c-est-form h6 {
        margin-top: 12px; }
    .c-estimation-section .c-fare-sec {
      padding-top: 24px; }
      .c-estimation-section .c-fare-sec .c-fare-head h2 {
        text-align: center;
        font-weight: 700;
        padding-top: 0px; }
      .c-estimation-section .c-fare-sec .c-car-fare .d-flex {
        display: unset !important; }
      .c-estimation-section .c-fare-sec .c-car-fare h4 {
        text-align: center;
        margin-top: 0;
        padding-top: 16px; }
      .c-estimation-section .c-fare-sec .c-car-fare h5 {
        text-align: center;
        border-bottom: 1px solid #dee2e6; }
      .c-estimation-section .c-fare-sec .c-signup {
        margin-left: 0;
        margin-right: 0; }
        .c-estimation-section .c-fare-sec .c-signup h2 {
          text-align: center;
          margin-top: 16px; } }

@media only screen and (min-width: 375px) and (max-width: 424px) {
  .c-estimation-section {
    padding: 12px 0 12px 0; }
    .c-estimation-section .row {
      margin-left: 0 !important;
      margin-right: 0 !important; }
    .c-estimation-section .c-estimate-heading {
      text-align: center;
      margin-left: 24px;
      margin-right: 24px; }
      .c-estimation-section .c-estimate-heading h2 {
        font-size: 1.7em;
        text-align: center;
        border-right: none !important;
        border-bottom: 4px solid #0786DB;
        margin: 0 16px 0 16px; }
    .c-estimation-section .c-estimate-typo {
      text-align: center;
      padding-left: 16px;
      padding-right: 16px;
      margin-top: 16px; }
      .c-estimation-section .c-estimate-typo h5 {
        font-size: 1em; }
    .c-estimation-section .c-map-sec .c-est-form {
      box-shadow: 2px 4px 16px rgba(0, 0, 0, 0.1);
      position: relative;
      margin-top: -36px;
      z-index: 1;
      height: 340px;
      width: unset;
      max-width: 100%;
      padding: 24px 16px;
      margin-right: 24px;
      margin-left: 24px;
      border-radius: 16px; }
      .c-estimation-section .c-map-sec .c-est-form h6 {
        margin-top: 12px; }
    .c-estimation-section .c-fare-sec {
      padding-top: 24px; }
      .c-estimation-section .c-fare-sec .c-fare-head h2 {
        text-align: center;
        font-weight: 700;
        padding-top: 0px; }
      .c-estimation-section .c-fare-sec .c-car-fare .d-flex {
        display: unset !important; }
      .c-estimation-section .c-fare-sec .c-car-fare h4 {
        text-align: center;
        margin-top: 0;
        padding-top: 16px; }
      .c-estimation-section .c-fare-sec .c-car-fare h5 {
        text-align: center;
        border-bottom: 1px solid #dee2e6; }
      .c-estimation-section .c-fare-sec .c-signup {
        margin-left: 0;
        margin-right: 0; }
        .c-estimation-section .c-fare-sec .c-signup h2 {
          text-align: center;
          margin-top: 16px; } }

@media only screen and (min-width: 425px) and (max-width: 767px) {
  .c-estimation-section {
    padding: 12px 0 12px 0; }
    .c-estimation-section .row {
      margin-left: 0 !important;
      margin-right: 0 !important; }
    .c-estimation-section .c-estimate-heading {
      text-align: center;
      margin-left: 24px;
      margin-right: 24px; }
      .c-estimation-section .c-estimate-heading h2 {
        font-size: 2em;
        text-align: center;
        border-right: none !important;
        border-bottom: 4px solid #0786DB;
        margin: 0 16px 0 16px; }
    .c-estimation-section .c-estimate-typo {
      text-align: center;
      padding-left: 16px;
      padding-right: 16px;
      margin-top: 16px; }
      .c-estimation-section .c-estimate-typo h5 {
        font-size: 1.3em; }
    .c-estimation-section .c-map-sec .c-est-form {
      box-shadow: 2px 4px 16px rgba(0, 0, 0, 0.1);
      position: relative;
      margin-top: -48px;
      z-index: 1;
      height: 360px;
      width: unset;
      max-width: 100%;
      padding: 32px 16px;
      margin-left: 24px;
      margin-right: 24px; }
      .c-estimation-section .c-map-sec .c-est-form h6 {
        margin-top: 12px; }
    .c-estimation-section .c-fare-sec {
      padding-top: 24px; }
      .c-estimation-section .c-fare-sec .c-fare-head h2 {
        text-align: center;
        font-weight: 700;
        padding-top: 0px; }
      .c-estimation-section .c-fare-sec .c-car-fare .d-flex {
        display: unset !important; }
      .c-estimation-section .c-fare-sec .c-car-fare h4 {
        text-align: center;
        margin-top: 0;
        padding-top: 16px; }
      .c-estimation-section .c-fare-sec .c-car-fare h5 {
        text-align: center;
        border-bottom: 1px solid #dee2e6; }
      .c-estimation-section .c-fare-sec .c-signup {
        margin-left: 0;
        margin-right: 0; }
        .c-estimation-section .c-fare-sec .c-signup h2 {
          text-align: center;
          margin-top: 16px; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .c-estimation-section {
    padding: 12px 0px 12px 0px; }
    .c-estimation-section .row {
      margin-left: 0 !important;
      margin-right: 0 !important; }
    .c-estimation-section .c-estimate-heading {
      text-align: center;
      margin-left: 24px;
      margin-right: 24px; }
      .c-estimation-section .c-estimate-heading h2 {
        text-align: center;
        border-right: none !important;
        border-bottom: 4px solid #0786DB;
        margin: 0 16px 0 16px;
        font-size: 2em; }
    .c-estimation-section .c-estimate-typo {
      text-align: center;
      padding-left: 16px;
      padding-right: 16px;
      margin-top: 16px; }
      .c-estimation-section .c-estimate-typo h5 {
        font-size: 1.3em; }
    .c-estimation-section .c-map-sec .c-googleMap .c-gm-size {
      height: 700px; }
    .c-estimation-section .c-map-sec .c-est-form {
      position: relative;
      margin-top: -64px;
      z-index: 1;
      height: 400px;
      width: unset;
      max-width: 100%;
      padding: 36px;
      margin-right: 48px; }
      .c-estimation-section .c-map-sec .c-est-form h4 {
        font-size: 2em; }
      .c-estimation-section .c-map-sec .c-est-form h6 {
        margin-top: 12px;
        font-size: 1.3em; }
    .c-estimation-section .c-fare-sec {
      padding-top: 24px; }
      .c-estimation-section .c-fare-sec .c-fare-head {
        text-align: center; }
        .c-estimation-section .c-fare-sec .c-fare-head h2 {
          font-weight: 700;
          padding-top: 0px; }
      .c-estimation-section .c-fare-sec .c-car-fare .d-flex {
        display: unset !important; }
      .c-estimation-section .c-fare-sec .c-car-fare h4 {
        text-align: center;
        font-size: 1.7em;
        margin-top: 0;
        padding-top: 16px; }
      .c-estimation-section .c-fare-sec .c-car-fare h5 {
        text-align: center;
        border-bottom: 1px solid #dee2e6; }
      .c-estimation-section .c-fare-sec .c-signup {
        margin-left: 0;
        margin-right: 0;
        text-align: center; }
        .c-estimation-section .c-fare-sec .c-signup h2 {
          margin-top: 16px; } }

@media only screen and (min-width: 992px) and (max-width: 1365px) {
  .c-estimation-section {
    padding: 8px 36px 24px 0; }
    .c-estimation-section .row {
      margin-left: 0 !important;
      margin-right: 0 !important; }
    .c-estimation-section .c-estimate-heading {
      margin-left: 60px; }
      .c-estimation-section .c-estimate-heading h2 {
        border-right: 4px solid #0786DB;
        font-size: 1.7em !important;
        margin: 16px; }
        .c-estimation-section .c-estimate-heading h2 span {
          font-family: capptin-font-bold;
          color: #0786DB; }
    .c-estimation-section .c-estimate-typo {
      margin-top: 4px !important;
      margin-bottom: 12px; }
      .c-estimation-section .c-estimate-typo h5 {
        font-size: 1.3em;
        color: #101010; }
    .c-estimation-section .c-map-sec .c-googleMap .c-gm-size {
      height: 450px; }
    .c-estimation-section .c-map-sec .c-est-form h6 {
      margin-top: 20px; }
    .c-estimation-section .c-fare-sec {
      padding-top: 24px; }
      .c-estimation-section .c-fare-sec .c-fare-head h2 {
        font-weight: 700;
        padding-top: 16px; }
      .c-estimation-section .c-fare-sec .c-car-fare .c-btm-brdr {
        border-bottom: 1px solid #dee2e6;
        margin-bottom: 16px; }
      .c-estimation-section .c-fare-sec .c-car-fare h4 {
        color: #101010; }
        .c-estimation-section .c-fare-sec .c-car-fare h4 sup {
          color: #0786DB;
          font-weight: 900; }
      .c-estimation-section .c-fare-sec .c-signup h2 span {
        color: #0786DB;
        font-weight: 700; } }

@media only screen and (width: 1366px) {
  .c-estimation-section {
    padding: 16px 36px 16px 0; }
    .c-estimation-section .c-estimate-heading {
      margin-left: 60px; }
      .c-estimation-section .c-estimate-heading h2 {
        border-right: 4px solid #0786DB;
        font-size: 1.7em !important;
        margin: 16px; }
        .c-estimation-section .c-estimate-heading h2 span {
          font-family: capptin-font-bold;
          color: #0786DB; }
    .c-estimation-section .c-estimate-typo {
      margin-top: 28px !important;
      margin-bottom: 12px; }
      .c-estimation-section .c-estimate-typo h5 {
        font-size: 1em; }
    .c-estimation-section .c-fare-sec {
      padding-top: 24px; }
      .c-estimation-section .c-fare-sec .c-fare-head h2 {
        font-weight: 700;
        padding-top: 16px; }
      .c-estimation-section .c-fare-sec .c-car-fare .c-btm-brdr {
        border-bottom: 1px solid #dee2e6;
        margin-bottom: 16px; }
      .c-estimation-section .c-fare-sec .c-car-fare h4 {
        color: #101010; }
        .c-estimation-section .c-fare-sec .c-car-fare h4 sup {
          color: #0786DB;
          font-weight: 900; }
      .c-estimation-section .c-fare-sec .c-signup h2 span {
        color: #0786DB;
        font-weight: 700; } }

@media only screen and (min-width: 1367px) and (max-width: 1440px) {
  .c-estimation-section {
    padding: 16px 36px 16px 0; }
    .c-estimation-section .c-estimate-heading {
      margin-left: 36px; }
      .c-estimation-section .c-estimate-heading h2 {
        border-right: 4px solid #0786DB;
        font-size: 2.3em !important;
        margin: 16px; }
        .c-estimation-section .c-estimate-heading h2 span {
          font-family: capptin-font-bold;
          color: #0786DB; }
    .c-estimation-section .c-estimate-typo {
      margin-top: 16px !important;
      margin-bottom: 12px; }
      .c-estimation-section .c-estimate-typo h5 {
        font-size: 1em; }
    .c-estimation-section .c-fare-sec {
      padding-top: 24px;
      padding-left: 24px; }
      .c-estimation-section .c-fare-sec .c-fare-head h2 {
        font-weight: 700; }
      .c-estimation-section .c-fare-sec .c-car-fare .c-btm-brdr {
        border-bottom: 1px solid #dee2e6;
        margin-bottom: 16px; }
      .c-estimation-section .c-fare-sec .c-car-fare h4 {
        color: #101010; }
        .c-estimation-section .c-fare-sec .c-car-fare h4 sup {
          font-size: 55%;
          color: #0786DB;
          font-weight: 900; }
      .c-estimation-section .c-fare-sec .c-signup h2 span {
        color: #0786DB;
        font-weight: 700; } }

/* Booking Section */
.c-booking-section {
  padding: 36px 0 0 0; }
  .c-booking-section .row {
    margin-left: 0 !important;
    margin-right: 0 !important; }
  .c-booking-section .c-bf-hd {
    text-align: center; }
    .c-booking-section .c-bf-hd span {
      font-size: 1.3em;
      color: #101010; }
    .c-booking-section .c-bf-hd h2 {
      font-size: 2em;
      font-weight: 700; }
  .c-booking-section .c-book-img-sec {
    margin: 128px 0px 0px 0px; }
  .c-booking-section .c-book-paragraph-sec {
    margin: 160px 160px 96px 144px; }
    .c-booking-section .c-book-paragraph-sec h2 {
      font-family: capptin-font-bold;
      color: #081C31;
      font-weight: 900;
      font-size: 2em; }
    .c-booking-section .c-book-paragraph-sec h1 {
      color: #0786DB;
      font-size: 3em;
      font-weight: 100; }
    .c-booking-section .c-book-paragraph-sec p {
      color: #101010;
      font-size: 1.3em; }
  .c-booking-section .c-ride-sec {
    /*background-color: #F7FAFF;*/
    height: 500px;
    padding-top: 60px;
    margin-left: 0;
    margin-right: 0; }
    .c-booking-section .c-ride-sec .c-ride-img-sec {
      margin: 0px 0px 0px 128px; }
    .c-booking-section .c-ride-sec .c-ride-paragraph-sec {
      margin: 32px 140px; }
      .c-booking-section .c-ride-sec .c-ride-paragraph-sec h2 {
        font-family: capptin-font-bold;
        color: #081C31;
        font-weight: 900;
        font-size: 2em; }
      .c-booking-section .c-ride-sec .c-ride-paragraph-sec h1 {
        color: #0786DB;
        font-size: 3em;
        font-weight: 100; }
      .c-booking-section .c-ride-sec .c-ride-paragraph-sec p {
        color: #101010;
        font-size: 1.3em; }
  .c-booking-section .c-pay-img-sec {
    margin: 64px 112px; }
  .c-booking-section .c-pay-paragraph-sec {
    margin: 120px 160px; }
    .c-booking-section .c-pay-paragraph-sec h2 {
      font-family: capptin-font-bold;
      color: #081C31;
      font-weight: 900;
      font-size: 2em; }
    .c-booking-section .c-pay-paragraph-sec h1 {
      color: #0786DB;
      font-size: 3em;
      font-weight: 100; }
    .c-booking-section .c-pay-paragraph-sec p {
      color: #101010;
      font-size: 1.3em; }

@media only screen and (min-width: 320px) and (max-width: 374px) {
  .c-booking-section .row {
    margin-left: 0 !important;
    margin-right: 0 !important; }
  .c-booking-section .c-bf-hd {
    text-align: center; }
    .c-booking-section .c-bf-hd span {
      font-size: 1.3em; }
    .c-booking-section .c-bf-hd h2 {
      font-size: 1.7em; }
  .c-booking-section .c-book-img-sec {
    margin: 0 0 0 16px; }
  .c-booking-section .c-book-paragraph-sec {
    margin: 16px; }
    .c-booking-section .c-book-paragraph-sec h2 {
      font-size: 1.7em; }
    .c-booking-section .c-book-paragraph-sec h1 {
      font-size: 2em; }
    .c-booking-section .c-book-paragraph-sec p {
      font-size: 1em; }
  .c-booking-section .c-rev-sm {
    display: flex;
    flex-direction: column-reverse; }
  .c-booking-section .c-ride-sec {
    margin-top: 32px;
    padding-top: 32px;
    padding-bottom: 32px;
    height: unset; }
    .c-booking-section .c-ride-sec .c-ride-img-sec {
      margin: 0px 0px 0px 0px; }
    .c-booking-section .c-ride-sec .c-ride-paragraph-sec {
      position: relative;
      margin: -16px 16px 0px 16px; }
      .c-booking-section .c-ride-sec .c-ride-paragraph-sec h2 {
        font-size: 1.7em; }
      .c-booking-section .c-ride-sec .c-ride-paragraph-sec h1 {
        font-size: 2em; }
      .c-booking-section .c-ride-sec .c-ride-paragraph-sec p {
        font-size: 1em; }
  .c-booking-section .c-pay-img-sec {
    margin: 32px 0px 16px 16px; }
  .c-booking-section .c-pay-paragraph-sec {
    margin: 16px 16px 0px 16px; }
    .c-booking-section .c-pay-paragraph-sec h2 {
      font-size: 1.7em; }
    .c-booking-section .c-pay-paragraph-sec h1 {
      font-size: 2em; }
    .c-booking-section .c-pay-paragraph-sec p {
      font-size: 1em; } }

@media only screen and (min-width: 375px) and (max-width: 424px) {
  .c-booking-section .row {
    margin-left: 0 !important;
    margin-right: 0 !important; }
  .c-booking-section .c-bf-hd {
    text-align: center; }
    .c-booking-section .c-bf-hd span {
      font-size: 1.3em; }
    .c-booking-section .c-bf-hd h2 {
      font-size: 1.7em; }
  .c-booking-section .c-book-img-sec {
    margin: 0 0 0 24px; }
  .c-booking-section .c-book-paragraph-sec {
    margin: 16px; }
    .c-booking-section .c-book-paragraph-sec h2 {
      font-size: 1.7em; }
    .c-booking-section .c-book-paragraph-sec h1 {
      font-size: 2em; }
    .c-booking-section .c-book-paragraph-sec p {
      font-size: 1em; }
  .c-booking-section .c-rev-sm {
    display: flex;
    flex-direction: column-reverse; }
  .c-booking-section .c-ride-sec {
    margin-top: 32px;
    padding-top: 32px;
    padding-bottom: 32px;
    height: unset; }
    .c-booking-section .c-ride-sec .c-ride-img-sec {
      margin: 0px 0px 0px 0px; }
    .c-booking-section .c-ride-sec .c-ride-paragraph-sec {
      margin: 0px 32px 0px 32px; }
      .c-booking-section .c-ride-sec .c-ride-paragraph-sec h2 {
        font-size: 1.7em; }
      .c-booking-section .c-ride-sec .c-ride-paragraph-sec h1 {
        font-size: 2em; }
      .c-booking-section .c-ride-sec .c-ride-paragraph-sec p {
        font-size: 1em; }
  .c-booking-section .c-pay-img-sec {
    margin: 0px 16px 0px 16px; }
  .c-booking-section .c-pay-paragraph-sec {
    margin: 16px 16px 0px 16px; }
    .c-booking-section .c-pay-paragraph-sec h2 {
      font-size: 1.7em; }
    .c-booking-section .c-pay-paragraph-sec h1 {
      font-size: 2em; }
    .c-booking-section .c-pay-paragraph-sec p {
      font-size: 1em; } }

@media only screen and (min-width: 425px) and (max-width: 767px) {
  .c-booking-section .row {
    margin-left: 0 !important;
    margin-right: 0 !important; }
  .c-booking-section .c-bf-hd {
    text-align: center; }
    .c-booking-section .c-bf-hd span {
      font-size: 1.3em; }
    .c-booking-section .c-bf-hd h2 {
      font-size: 1.7em; }
  .c-booking-section .c-book-img-sec {
    margin: 0 0 0 16px; }
  .c-booking-section .c-book-paragraph-sec {
    margin: 16px 64px 16px 32px; }
    .c-booking-section .c-book-paragraph-sec h2 {
      font-size: 1.7em; }
    .c-booking-section .c-book-paragraph-sec h1 {
      font-size: 2em; }
    .c-booking-section .c-book-paragraph-sec p {
      font-size: 1em; }
  .c-booking-section .c-rev-sm {
    display: flex;
    flex-direction: column-reverse; }
  .c-booking-section .c-ride-sec {
    margin-top: 32px;
    padding-bottom: 16px;
    height: unset; }
    .c-booking-section .c-ride-sec .c-ride-img-sec {
      margin: 0px 0px 0px 0px; }
    .c-booking-section .c-ride-sec .c-ride-paragraph-sec {
      margin: -16px 32px 0px 16px; }
      .c-booking-section .c-ride-sec .c-ride-paragraph-sec h2 {
        font-size: 1.7em; }
      .c-booking-section .c-ride-sec .c-ride-paragraph-sec h1 {
        font-size: 2em; }
      .c-booking-section .c-ride-sec .c-ride-paragraph-sec p {
        font-size: 1em; }
  .c-booking-section .c-pay-img-sec {
    margin: 32px 0px 16px 16px; }
  .c-booking-section .c-pay-paragraph-sec {
    margin: 16px 32px 0px 32px; }
    .c-booking-section .c-pay-paragraph-sec h2 {
      font-size: 1.7em; }
    .c-booking-section .c-pay-paragraph-sec h1 {
      font-size: 2em; }
    .c-booking-section .c-pay-paragraph-sec p {
      font-size: 1em; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .c-booking-section {
    padding: 24px 0 0 0; }
    .c-booking-section .row {
      margin-left: 0 !important;
      margin-right: 0 !important; }
    .c-booking-section .c-bf-hd {
      text-align: center; }
      .c-booking-section .c-bf-hd span {
        font-size: 1.3em; }
      .c-booking-section .c-bf-hd h2 {
        font-size: 1.7em; }
    .c-booking-section .c-book-img-sec {
      width: 50%;
      margin: 0px 0px 0px 25%; }
    .c-booking-section .c-book-paragraph-sec {
      margin: 32px 48px 0px 64px; }
      .c-booking-section .c-book-paragraph-sec h2 {
        font-size: 2em; }
      .c-booking-section .c-book-paragraph-sec h1 {
        font-size: 2.5em; }
      .c-booking-section .c-book-paragraph-sec p {
        font-size: 1.3em; }
    .c-booking-section .c-rev-sm {
      display: flex;
      flex-direction: column-reverse; }
    .c-booking-section .c-ride-sec {
      margin-top: 32px;
      padding-bottom: 16px;
      height: unset; }
      .c-booking-section .c-ride-sec .c-ride-img-sec {
        width: 50%;
        margin: 0px 32px 32px 25%; }
      .c-booking-section .c-ride-sec .c-ride-paragraph-sec {
        margin: 0px 32px 0px 64px; }
        .c-booking-section .c-ride-sec .c-ride-paragraph-sec h2 {
          font-size: 2em; }
        .c-booking-section .c-ride-sec .c-ride-paragraph-sec h1 {
          font-size: 2.5em; }
        .c-booking-section .c-ride-sec .c-ride-paragraph-sec p {
          font-size: 1.3em; }
    .c-booking-section .c-pay-img-sec {
      width: 50%;
      margin: 0px 32px 32px 25%; }
    .c-booking-section .c-pay-paragraph-sec {
      margin: 32px 32px 32px 64px; }
      .c-booking-section .c-pay-paragraph-sec h2 {
        font-size: 2em; }
      .c-booking-section .c-pay-paragraph-sec h1 {
        font-size: 2.5em; }
      .c-booking-section .c-pay-paragraph-sec p {
        font-size: 1.3em; } }

@media only screen and (min-width: 992px) and (max-width: 1365px) {
  .c-booking-section .row {
    margin-left: 0 !important;
    margin-right: 0 !important; }
  .c-booking-section .c-bf-hd {
    text-align: center; }
    .c-booking-section .c-bf-hd span {
      font-size: 1.7em; }
    .c-booking-section .c-bf-hd h2 {
      font-size: 2em; }
  .c-booking-section .c-book-img-sec {
    margin: 32px 32px 0 0px;
    z-index: 2; }
  .c-booking-section .c-book-paragraph-sec {
    margin: 32px 0 0 32px; }
    .c-booking-section .c-book-paragraph-sec h2 {
      font-size: 1.7em; }
    .c-booking-section .c-book-paragraph-sec h1 {
      font-size: 1.7em; }
    .c-booking-section .c-book-paragraph-sec p {
      font-size: 1.3em; }
  .c-booking-section .c-ride-sec {
    margin-top: 32px;
    padding-bottom: 32px;
    height: unset; }
    .c-booking-section .c-ride-sec .c-ride-img-sec {
      margin: 0px 0px 0px 32px; }
    .c-booking-section .c-ride-sec .c-ride-paragraph-sec {
      margin: 0 0; }
      .c-booking-section .c-ride-sec .c-ride-paragraph-sec h2 {
        font-size: 1.7em; }
      .c-booking-section .c-ride-sec .c-ride-paragraph-sec h1 {
        font-size: 1.7em; }
      .c-booking-section .c-ride-sec .c-ride-paragraph-sec p {
        font-size: 1.3em; }
  .c-booking-section .c-pay-img-sec {
    margin: 32px 32px 32px 0px;
    z-index: 2; }
  .c-booking-section .c-pay-paragraph-sec {
    margin: 32px 0px 32px 32px; }
    .c-booking-section .c-pay-paragraph-sec h2 {
      font-size: 1.7em; }
    .c-booking-section .c-pay-paragraph-sec h1 {
      font-size: 1.7em; }
    .c-booking-section .c-pay-paragraph-sec p {
      font-size: 1.3em; } }

@media only screen and (width: 1366px) {
  .c-booking-section {
    padding: 36px 0 0 0; }
    .c-booking-section .c-book-img-sec {
      margin: 32px 0 0 0; }
    .c-booking-section .c-book-paragraph-sec {
      margin: 64px 64px 0 64px; }
      .c-booking-section .c-book-paragraph-sec h2 {
        font-size: 2em; }
      .c-booking-section .c-book-paragraph-sec h1 {
        font-size: 1.7em; }
      .c-booking-section .c-book-paragraph-sec p {
        font-size: 1em; }
    .c-booking-section .c-ride-sec {
      margin-top: 32px;
      height: auto;
      padding-top: 60px;
      padding-bottom: 60px; }
      .c-booking-section .c-ride-sec .c-ride-img-sec {
        margin: 0 0 0 64px; }
      .c-booking-section .c-ride-sec .c-ride-paragraph-sec {
        margin: 24px 128px 0px 0px; }
        .c-booking-section .c-ride-sec .c-ride-paragraph-sec h2 {
          font-size: 2em; }
        .c-booking-section .c-ride-sec .c-ride-paragraph-sec h1 {
          font-size: 1.7em; }
        .c-booking-section .c-ride-sec .c-ride-paragraph-sec p {
          font-size: 1em; }
    .c-booking-section .c-pay-img-sec {
      margin: 32px 0px; }
    .c-booking-section .c-pay-paragraph-sec {
      margin: 64px 64px; }
      .c-booking-section .c-pay-paragraph-sec h2 {
        font-size: 2em; }
      .c-booking-section .c-pay-paragraph-sec h1 {
        font-size: 1.7em; }
      .c-booking-section .c-pay-paragraph-sec p {
        font-size: 1em; } }

@media only screen and (min-width: 1367px) and (max-width: 1440px) {
  .c-booking-section {
    padding: 36px 0 0 0; }
    .c-booking-section .c-book-img-sec {
      margin: 32px 0 0 0; }
    .c-booking-section .c-book-paragraph-sec {
      margin: 48px; }
      .c-booking-section .c-book-paragraph-sec h2 {
        font-size: 3em; }
      .c-booking-section .c-book-paragraph-sec h1 {
        font-size: 1.7em; }
      .c-booking-section .c-book-paragraph-sec p {
        font-size: 1em; }
    .c-booking-section .c-ride-sec {
      margin-top: 32px;
      height: auto;
      padding-top: 60px;
      padding-bottom: 60px; }
      .c-booking-section .c-ride-sec .c-ride-img-sec {
        margin: 0 0 0 0px; }
      .c-booking-section .c-ride-sec .c-ride-paragraph-sec {
        margin: 24px 24px 0px 0px; }
        .c-booking-section .c-ride-sec .c-ride-paragraph-sec h2 {
          font-size: 3em; }
        .c-booking-section .c-ride-sec .c-ride-paragraph-sec h1 {
          font-size: 1.7em; }
        .c-booking-section .c-ride-sec .c-ride-paragraph-sec p {
          font-size: 1em; }
    .c-booking-section .c-pay-img-sec {
      margin: 32px 0px; }
    .c-booking-section .c-pay-paragraph-sec {
      margin: 64px 64px; }
      .c-booking-section .c-pay-paragraph-sec h2 {
        font-size: 3em; }
      .c-booking-section .c-pay-paragraph-sec h1 {
        font-size: 1.7em; }
      .c-booking-section .c-pay-paragraph-sec p {
        font-size: 1em; } }

/* Video Section */
/* Captain Section */
.c-be-cap {
  background-color: #0786DB; }
  .c-be-cap .row {
    margin-left: 0 !important;
    margin-right: 0 !important; }
  .c-be-cap .c-typo-cap {
    padding: 48px 160px;
    color: #fff; }
    .c-be-cap .c-typo-cap h4 {
      font-size: 1.3em; }
    .c-be-cap .c-typo-cap h2 {
      font-family: capptin-font-bold;
      margin-top: 12px;
      margin-bottom: 12px;
      font-weight: 700;
      font-size: 3em; }
    .c-be-cap .c-typo-cap p {
      font-size: 1.7em; }

@media only screen and (min-width: 320px) and (max-width: 374px) {
  .c-rev-sm {
    display: flex;
    flex-direction: column-reverse; }
  .c-be-cap .row {
    margin-left: 0 !important;
    margin-right: 0 !important; }
  .c-be-cap .c-typo-cap {
    padding: 32px 36px; }
    .c-be-cap .c-typo-cap h4 {
      font-size: 1.3em; }
    .c-be-cap .c-typo-cap h2 {
      font-size: 2em; }
    .c-be-cap .c-typo-cap p {
      font-size: 1em; } }

@media only screen and (min-width: 375px) and (max-width: 424px) {
  .c-rev-sm {
    display: flex;
    flex-direction: column-reverse; }
  .c-be-cap .row {
    margin-left: 0 !important;
    margin-right: 0 !important; }
  .c-be-cap .c-typo-cap {
    padding: 32px 48px; }
    .c-be-cap .c-typo-cap h4 {
      font-size: 1.3em; }
    .c-be-cap .c-typo-cap h2 {
      font-size: 2em; }
    .c-be-cap .c-typo-cap p {
      font-size: 1.3em; } }

@media only screen and (min-width: 425px) and (max-width: 767px) {
  .c-rev-sm {
    display: flex;
    flex-direction: column-reverse; }
  .c-be-cap .row {
    margin-left: 0 !important;
    margin-right: 0 !important; }
  .c-be-cap .c-typo-cap {
    padding: 48px 56px; }
    .c-be-cap .c-typo-cap h4 {
      font-size: 1.7em; }
    .c-be-cap .c-typo-cap h2 {
      font-size: 2.5em; }
    .c-be-cap .c-typo-cap p {
      font-size: 1.3em; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .c-be-cap {
    background-color: #0786DB; }
    .c-be-cap .row {
      margin-left: 0 !important;
      margin-right: 0 !important; }
    .c-be-cap .c-typo-cap {
      padding: 48px 128px; }
      .c-be-cap .c-typo-cap h4 {
        font-size: 1.3em; }
      .c-be-cap .c-typo-cap h2 {
        font-size: 3em; }
      .c-be-cap .c-typo-cap p {
        font-size: 1.3em; } }

@media only screen and (min-width: 992px) and (max-width: 1365px) {
  .c-be-cap {
    background-color: #0786DB; }
    .c-be-cap .row {
      margin-left: 0 !important;
      margin-right: 0 !important; }
    .c-be-cap .c-typo-cap {
      padding: 36px 64px; }
      .c-be-cap .c-typo-cap h4 {
        font-size: 1.3em !important; }
      .c-be-cap .c-typo-cap h2 {
        font-size: 2.5em !important; }
      .c-be-cap .c-typo-cap p {
        font-size: 1em !important; } }

@media only screen and (width: 1366px) {
  .c-be-cap .c-typo-cap {
    padding: 48px 96px; }
    .c-be-cap .c-typo-cap h4 {
      font-size: 1.7em; }
    .c-be-cap .c-typo-cap h2 {
      font-size: 3em; }
    .c-be-cap .c-typo-cap p {
      font-size: 1.3em; } }

@media only screen and (min-width: 1367px) and (max-width: 1440px) {
  .c-be-cap .c-typo-cap {
    padding: 24px 64px; }
    .c-be-cap .c-typo-cap h4 {
      font-size: 1.7em; }
    .c-be-cap .c-typo-cap h2 {
      font-size: 3em; }
    .c-be-cap .c-typo-cap p {
      font-size: 1.3em; } }

/* FindCity Section */
.c-find-city {
  padding-bottom: 32px;
  margin-top: 32px;
  margin-bottom: 16px;
  margin-left: 48px;
  margin-right: 48px;
  position: relative;
  z-index: 1;
  background-color: white; }
  .c-find-city .c-fc-hd {
    text-align: center; }
    .c-find-city .c-fc-hd span {
      font-size: 1.3em;
      color: #101010; }
    .c-find-city .c-fc-hd h2 {
      font-size: 3em;
      font-weight: 700; }
  .c-find-city .c-vec-map-sec {
    padding: 12px; }
  .c-find-city .c-fc-cntry {
    margin-top: 32px; }
    .c-find-city .c-fc-cntry h5 {
      color: #6d6d6d; }
    .c-find-city .c-fc-cntry ul li {
      margin-left: 0px;
      font-size: 1.3em;
      color: #6d6d6d; }
  .c-find-city .c-fc-more {
    float: right; }
    .c-find-city .c-fc-more a {
      font-size: 1.3em;
      color: #0786DB; }
      .c-find-city .c-fc-more a :hover {
        font-weight: 700;
        color: #0786DB; }

@media only screen and (min-width: 320px) and (max-width: 374px) {
  .c-find-city {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
    padding: 16px; }
    .c-find-city .c-fc-hd span {
      font-size: 1.3em; }
    .c-find-city .c-fc-hd h2 {
      font-size: 1.7em; }
    .c-find-city .c-vec-map-sec {
      margin-top: 32px;
      padding: 0px; }
    .c-find-city .c-fc-cntry {
      text-align: center;
      margin-top: 16px; }
      .c-find-city .c-fc-cntry h5 {
        font-size: 1.3em; }
      .c-find-city .c-fc-cntry h2 {
        font-size: 2em; }
      .c-find-city .c-fc-cntry ul li {
        margin-left: 0px;
        font-size: 1.7em; }
    .c-find-city .c-fc-more a {
      font-size: 2.5em; } }

@media only screen and (min-width: 375px) and (max-width: 424px) {
  .c-find-city {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
    padding: 16px; }
    .c-find-city .c-fc-hd span {
      font-size: 1.3em; }
    .c-find-city .c-fc-hd h2 {
      font-size: 1.7em; }
    .c-find-city .c-vec-map-sec {
      margin-top: 32px;
      padding: 0px; }
    .c-find-city .c-fc-cntry {
      text-align: center;
      margin-top: 16px; }
      .c-find-city .c-fc-cntry h5 {
        font-size: 1.3em; }
      .c-find-city .c-fc-cntry h2 {
        font-size: 2em; }
      .c-find-city .c-fc-cntry ul li {
        margin-left: 0px;
        font-size: 1.7em; }
    .c-find-city .c-fc-more a {
      font-size: 2.5em; } }

@media only screen and (min-width: 425px) and (max-width: 767px) {
  .c-find-city {
    margin: 0;
    padding: 16px; }
    .c-find-city .c-fc-hd span {
      font-size: 1.3em; }
    .c-find-city .c-fc-hd h2 {
      font-size: 1.7em; }
    .c-find-city .c-vec-map-sec {
      margin-left: 16px;
      margin-top: 32px;
      padding: 0px; }
    .c-find-city .c-fc-cntry {
      text-align: center;
      margin-top: 16px; }
      .c-find-city .c-fc-cntry h5 {
        font-size: 1.3em; }
      .c-find-city .c-fc-cntry h2 {
        font-size: 2em; }
      .c-find-city .c-fc-cntry ul li {
        margin-left: 0px;
        font-size: 1.7em; }
    .c-find-city .c-fc-more a {
      font-size: 2.5em; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .c-find-city {
    margin-left: 16px;
    margin-right: 16px;
    padding: 16px 0px 16px 0; }
    .c-find-city .c-fc-hd span {
      font-size: 1.7em; }
    .c-find-city .c-fc-hd h2 {
      font-size: 2.5em; }
    .c-find-city .c-vec-map-sec {
      margin-left: 32px;
      margin-top: 32px;
      padding: 0px; }
    .c-find-city .c-fc-cntry {
      text-align: center;
      margin-top: 16px; }
      .c-find-city .c-fc-cntry h5 {
        font-size: 2.3em; }
      .c-find-city .c-fc-cntry h2 {
        font-size: 2.5em; }
      .c-find-city .c-fc-cntry ul li {
        margin-left: 0px;
        font-size: 1.7em; }
    .c-find-city .c-fc-more a {
      font-size: 1.7em; } }

@media only screen and (min-width: 992px) and (max-width: 1365px) {
  .c-find-city {
    margin-left: 16px;
    margin-right: 16px;
    padding: 16px 0px 16px 0; }
    .c-find-city .c-fc-hd span {
      font-size: 1.3em; }
    .c-find-city .c-fc-hd h2 {
      font-size: 1.7em; }
    .c-find-city .c-vec-map-sec {
      margin-top: 32px;
      margin-left: 32px;
      padding: 0px; }
    .c-find-city .c-fc-cntry {
      text-align: left; }
      .c-find-city .c-fc-cntry h5 {
        font-size: 1.3em; }
      .c-find-city .c-fc-cntry h2 {
        font-size: 1.7em; }
      .c-find-city .c-fc-cntry ul li {
        margin-left: 16px;
        font-size: 1.3em; }
    .c-find-city .c-fc-more a {
      font-size: 1.3em; } }

@media only screen and (width: 1366px) {
  .c-find-city .c-fc-hd {
    text-align: center; }
    .c-find-city .c-fc-hd span {
      font-size: 1.3em; }
    .c-find-city .c-fc-hd h2 {
      font-size: 3em;
      font-weight: 700; }
  .c-find-city .c-vec-map-sec {
    padding: 12px; }
  .c-find-city .c-fc-cntry {
    margin-top: 32px; }
    .c-find-city .c-fc-cntry ul li {
      margin-left: 16px;
      font-size: 1em; }
  .c-find-city .c-fc-more {
    float: right; }
    .c-find-city .c-fc-more a {
      font-size: 1em; } }

@media only screen and (min-width: 1367px) and (max-width: 1440px) {
  .c-find-city .c-fc-hd {
    text-align: center; }
    .c-find-city .c-fc-hd span {
      font-size: 1.3em; }
    .c-find-city .c-fc-hd h2 {
      font-size: 3em;
      font-weight: 700; }
  .c-find-city .c-vec-map-sec {
    padding: 12px; }
  .c-find-city .c-fc-cntry {
    margin-top: 32px; }
    .c-find-city .c-fc-cntry ul li {
      margin-left: 16px;
      font-size: 1.3em; }
  .c-find-city .c-fc-more {
    float: right; }
    .c-find-city .c-fc-more a {
      font-size: 1em; } }

/* AboutUs Section */
.c-appView {
  position: relative;
  z-index: 1;
  padding: 48px 0;
  background-color: #F6F9FC; }
  .c-appView .row {
    margin-left: 0 !important;
    margin-right: 0 !important; }
  .c-appView .cap-app-view-sec {
    margin: 0 128px; }
  .c-appView .app-view-typo {
    margin: 0 96px 0 0; }
    .c-appView .app-view-typo h3 {
      font-weight: 100;
      font-size: 1em;
      color: #101010;
      margin-bottom: 0; }
    .c-appView .app-view-typo h2 {
      font-family: capptin-font-bold;
      font-weight: bold;
      font-size: 2em;
      color: #081C31; }
    .c-appView .app-view-typo p {
      font-weight: 300;
      font-size: 1.3em;
      color: #101010; }

@media only screen and (min-width: 320px) and (max-width: 374px) {
  .c-appView {
    padding: 24px 0 24px 0; }
    .c-appView .row {
      margin-right: 0 !important;
      margin-left: 0 !important; }
    .c-appView .cap-app-view-sec {
      margin: 0; }
    .c-appView .app-view-typo {
      margin: 16px 16px 0 16px; }
      .c-appView .app-view-typo h3 {
        margin-bottom: 0;
        font-weight: 100;
        font-size: 1.3em; }
      .c-appView .app-view-typo h2 {
        font-weight: bold;
        font-size: 3.5em; }
      .c-appView .app-view-typo p {
        font-weight: 300;
        font-size: 1em; } }

@media only screen and (min-width: 375px) and (max-width: 424px) {
  .c-appView {
    padding: 24px 0 24px 0; }
    .c-appView .row {
      margin-right: 0 !important;
      margin-left: 0 !important; }
    .c-appView .cap-app-view-sec {
      margin: 0; }
    .c-appView .app-view-typo {
      margin: 16px 16px 0 16px; }
      .c-appView .app-view-typo h3 {
        margin-bottom: 0;
        font-weight: 100;
        font-size: 1.3em; }
      .c-appView .app-view-typo h2 {
        font-weight: bold;
        font-size: 3.5em; }
      .c-appView .app-view-typo p {
        font-weight: 300;
        font-size: 1em; } }

@media only screen and (min-width: 425px) and (max-width: 767px) {
  .c-appView {
    padding: 24px 0 24px 0; }
    .c-appView .row {
      margin-right: 0 !important;
      margin-left: 0 !important; }
    .c-appView .cap-app-view-sec {
      margin: 0 24px; }
    .c-appView .app-view-typo {
      margin: 24px 24px 0 24px; }
      .c-appView .app-view-typo h3 {
        margin-bottom: 0;
        font-weight: 100;
        font-size: 1.3em; }
      .c-appView .app-view-typo h2 {
        font-weight: bold;
        font-size: 3.5em; }
      .c-appView .app-view-typo p {
        font-weight: 300;
        font-size: 1.3em; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .c-appView {
    padding: 24px 0 24px 0; }
    .c-appView .row {
      margin-right: 0 !important;
      margin-left: 0 !important; }
    .c-appView .cap-app-view-sec {
      max-width: 50%;
      margin: 0 25%; }
    .c-appView .app-view-typo {
      margin: 32px 24px 0 24px; }
      .c-appView .app-view-typo h3 {
        margin-bottom: 0;
        font-weight: 100;
        font-size: 1.7em; }
      .c-appView .app-view-typo h2 {
        font-weight: bold;
        font-size: 3.5em; }
      .c-appView .app-view-typo p {
        font-weight: 300;
        font-size: 1.3em; } }

@media only screen and (min-width: 992px) and (max-width: 1365px) {
  .c-appView {
    padding: 48px 0; }
    .c-appView .cap-app-view-sec {
      margin: 48px; }
    .c-appView .app-view-typo {
      margin: 0 48px 0 0; }
      .c-appView .app-view-typo h3 {
        font-size: 1.3em; }
      .c-appView .app-view-typo h2 {
        font-size: 2em; }
      .c-appView .app-view-typo p {
        font-size: 1em; } }

@media only screen and (min-width: 1367px) and (max-width: 1440px) {
  .c-appView {
    padding: 48px 0; }
    .c-appView .cap-app-view-sec {
      margin: 16px 48px; }
    .c-appView .app-view-typo {
      margin: 0 48px 0 0; }
      .c-appView .app-view-typo h3 {
        font-size: 1em; }
      .c-appView .app-view-typo h2 {
        font-size: 1.7em; }
      .c-appView .app-view-typo p {
        font-size: 1.3em; } }

/* Footer Section */
.footer .c-footer {
  color: #fff;
  padding-top: 16px;
  padding-left: 48px;
  padding-right: 48px;
  margin-top: 0; }
  .footer .c-footer .c-help-link {
    margin-top: 32px;
    text-align: right;
    margin-right: 48px; }
  .footer .c-footer .c-footer-contents {
    margin-top: 0; }
    .footer .c-footer .c-footer-contents h4 {
      letter-spacing: 1.7px; }
  .footer .c-footer .c-list-item {
    background-color: transparent;
    border: none !important;
    padding-left: 0; }
    .footer .c-footer .c-list-item a {
      color: #fff; }
      .footer .c-footer .c-list-item a :hover {
        color: #fff; }
  .footer .c-footer .c-footer-store {
    margin-top: 0; }
    .footer .c-footer .c-footer-store .c-store-btns {
      margin-bottom: -82px; }
    .footer .c-footer .c-footer-store .alignBottom {
      position: relative; }
    .footer .c-footer .c-footer-store .c-vertical-align {
      position: absolute;
      bottom: 0;
      right: 32px; }
      .footer .c-footer .c-footer-store .c-vertical-align li a {
        color: #fff !important; }
      .footer .c-footer .c-footer-store .c-vertical-align .c-facebook {
        color: #3B5998; }
      .footer .c-footer .c-footer-store .c-vertical-align .c-linkedin {
        color: #0077B5; }
      .footer .c-footer .c-footer-store .c-vertical-align .c-twitter {
        color: #08A0E9; }
    .footer .c-footer .c-footer-store h3 {
      font-weight: 700; }
    .footer .c-footer .c-footer-store p {
      font-weight: 100; }
    .footer .c-footer .c-footer-store .c-inline-item {
      padding-left: 24px;
      padding-right: 24px; }
    .footer .c-footer .c-footer-store .c-othr-lnks {
      bottom: -60px; }
      .footer .c-footer .c-footer-store .c-othr-lnks ul {
        position: unset;
        bottom: 0;
        left: 0px;
        width: 100%;
        text-align: center; }

.footer .cap-bg-footer {
  background-color: #000;
  margin-top: -723px; }

.footer .c-footer-btm {
  background: #000; }
  .footer .c-footer-btm hr {
    margin-left: 0px !important;
    margin-right: 0px !important; }
  .footer .c-footer-btm span {
    text-transform: uppercase;
    color: #fff;
    font-weight: 700; }

.footer .footer .row {
  margin-left: 0 !important;
  margin-right: 0 !important; }

@media only screen and (min-width: 320px) and (max-width: 374px) {
  .footer .c-footer {
    text-align: center;
    padding-left: 0;
    padding-right: 0px; }
    .footer .c-footer .c-help-link {
      text-align: center;
      margin-right: unset; }
    .footer .c-footer .c-footer-contents .c-footer-link {
      font-size: 1.3em; }
    .footer .c-footer h4 {
      font-size: 1.7em;
      letter-spacing: 1.7px; }
    .footer .c-footer .c-footer-store {
      margin-top: 24px; }
      .footer .c-footer .c-footer-store .c-store-btns {
        margin-bottom: 0px; }
      .footer .c-footer .c-footer-store .c-vertical-align {
        position: relative;
        right: 0; }
      .footer .c-footer .c-footer-store .c-inline-item {
        padding-left: 0;
        padding-right: 24px; }
      .footer .c-footer .c-footer-store .c-othr-lnks {
        bottom: 0;
        margin: 20px 0px; }
        .footer .c-footer .c-footer-store .c-othr-lnks ul {
          position: unset;
          right: 0;
          margin-bottom: 0; }
  .footer .cap-bg-footer {
    margin-top: -1800px; } }

@media only screen and (min-width: 375px) and (max-width: 424px) {
  .footer .c-footer {
    text-align: center;
    padding-left: 0;
    padding-right: 0px; }
    .footer .c-footer h2 {
      text-align: center !important;
      margin-right: 0 !important; }
    .footer .c-footer .c-help-link {
      text-align: center;
      margin-right: unset; }
    .footer .c-footer .c-footer-contents .c-footer-link {
      font-size: 1.3em; }
    .footer .c-footer h4 {
      font-size: 1.7em;
      letter-spacing: 1.7px; }
    .footer .c-footer .c-footer-store {
      margin-top: 24px; }
      .footer .c-footer .c-footer-store .c-store-btns {
        margin-bottom: 0px; }
      .footer .c-footer .c-footer-store .c-vertical-align {
        position: relative;
        right: 0; }
      .footer .c-footer .c-footer-store .c-inline-item {
        padding-left: 0;
        padding-right: 24px; }
      .footer .c-footer .c-footer-store .c-othr-lnks {
        bottom: 0px;
        margin: 17px 0px; }
        .footer .c-footer .c-footer-store .c-othr-lnks ul {
          position: unset;
          right: 0;
          margin-bottom: 0; }
  .footer .cap-bg-footer {
    margin-top: -1734px; } }

@media only screen and (min-width: 425px) and (max-width: 767px) {
  .footer .c-footer {
    text-align: center;
    padding-left: 0;
    padding-right: 0px; }
    .footer .c-footer h2 {
      text-align: center !important;
      margin-right: 0 !important; }
    .footer .c-footer .c-help-link {
      text-align: center;
      margin-right: unset; }
    .footer .c-footer .c-footer-contents .c-footer-link {
      font-size: 1.3em; }
    .footer .c-footer h4 {
      font-size: 1.7em;
      letter-spacing: 1.7px; }
    .footer .c-footer .c-footer-store {
      margin-top: 24px; }
      .footer .c-footer .c-footer-store .c-store-btns {
        margin-bottom: 0px; }
      .footer .c-footer .c-footer-store .c-vertical-align {
        position: relative;
        bottom: -28px;
        right: 0; }
      .footer .c-footer .c-footer-store .c-inline-item {
        padding-left: 0;
        padding-right: 24px; }
      .footer .c-footer .c-footer-store .c-othr-lnks ul {
        position: unset;
        right: 0;
        margin-bottom: -12px; }
  .footer .cap-bg-footer {
    margin-top: -1810px; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer .c-footer {
    padding-right: 24px;
    padding-left: 24px; }
    .footer .c-footer .c-footer-contents .c-footer-link {
      font-size: 1em; }
    .footer .c-footer h4 {
      font-size: 1.3em;
      letter-spacing: 1.7px; }
    .footer .c-footer .c-footer-store .c-vertical-align {
      position: absolute;
      bottom: 36px;
      right: 24px; }
    .footer .c-footer .c-footer-store .c-inline-item {
      padding-left: 4px;
      padding-right: 4px; }
    .footer .c-footer .c-footer-store .c-othr-lnks {
      margin: 10px 0px; }
      .footer .c-footer .c-footer-store .c-othr-lnks ul {
        position: unset;
        bottom: 0;
        left: -22px;
        text-align: center; }
  .footer .cap-bg-footer {
    margin-top: -550px; } }

@media only screen and (min-width: 992px) and (max-width: 1365px) {
  .footer .c-footer {
    padding-left: 24px;
    padding-right: 24px; }
    .footer .c-footer .c-footer-contents .c-footer-link {
      font-size: 1em; }
    .footer .c-footer h4 {
      font-size: 1.3em !important; }
    .footer .c-footer .c-footer-store {
      margin-top: 12px; }
      .footer .c-footer .c-footer-store .c-store-btns {
        margin-bottom: -70px; }
      .footer .c-footer .c-footer-store .c-vertical-align {
        right: 36px;
        bottom: 15px; }
      .footer .c-footer .c-footer-store .c-inline-item {
        padding-left: 16px;
        padding-right: 16px; }
        .footer .c-footer .c-footer-store .c-inline-item h3 {
          font-size: 1.3em; }
      .footer .c-footer .c-footer-store .c-othr-lnks ul {
        left: 30px; }
        .footer .c-footer .c-footer-store .c-othr-lnks ul li {
          font-size: 1em; }
  .footer .cap-bg-footer {
    margin-top: -624px; } }

@media only screen and (width: 1366px) {
  .footer .c-footer {
    padding-left: 24px;
    padding-right: 24px; }
    .footer .c-footer .c-footer-contents .c-footer-link {
      font-size: 1em; }
    .footer .c-footer h4 {
      font-size: 1.3em !important; }
    .footer .c-footer .c-footer-store {
      margin-top: 0; }
      .footer .c-footer .c-footer-store .c-store-btns {
        margin-bottom: -70px; }
      .footer .c-footer .c-footer-store .c-vertical-align {
        text-align: left; }
      .footer .c-footer .c-footer-store .c-inline-item {
        padding-left: 16px;
        padding-right: 16px; }
        .footer .c-footer .c-footer-store .c-inline-item h3 {
          font-size: 1.3em; }
      .footer .c-footer .c-footer-store .c-othr-lnks ul li {
        font-size: 0.8em; }
  .footer .cap-bg-footer {
    margin-top: -570px; } }

@media only screen and (min-width: 1367px) and (max-width: 1440px) {
  .footer .c-footer .c-footer-contents .c-footer-link {
    font-size: 1em; }
  .footer .c-footer h4 {
    font-size: 1.3em !important; }
  .footer .c-footer .c-footer-store {
    margin-top: 0; }
    .footer .c-footer .c-footer-store .c-store-btns {
      margin-bottom: -70px; }
    .footer .c-footer .c-footer-store .c-vertical-align {
      text-align: center; }
    .footer .c-footer .c-footer-store .c-inline-item {
      padding-left: 12px;
      padding-right: 12px; }
      .footer .c-footer .c-footer-store .c-inline-item h3 {
        font-size: 1em; }
    .footer .c-footer .c-footer-store .c-othr-lnks ul {
      left: 40px; }
      .footer .c-footer .c-footer-store .c-othr-lnks ul li {
        font-size: 1em; } }

@media only screen and (min-width: 1921px) {
  .footer .c-footer {
    padding-left: 48px;
    padding-right: 48px; }
    .footer .c-footer h4 {
      font-size: 1em !important; } }

/* Terms of Services Page Start */
.c-tos-page .container-fluid {
  padding-left: 0;
  padding-right: 0; }

.c-tos-page .c-hero-typo {
  text-align: center;
  padding-top: 48px;
  padding-bottom: 24px; }
  .c-tos-page .c-hero-typo h1 {
    font-size: 1.7em;
    color: #06375D;
    font-weight: 900;
    margin-bottom: 0; }
  .c-tos-page .c-hero-typo h6 {
    font-size: 1em;
    color: #6d6d6d; }

.c-tos-page .c-hero-sec {
  padding-top: 24px;
  padding-bottom: 24px;
  background-color: #ECF2FE; }
  .c-tos-page .c-hero-sec .c-hero-paragraph {
    padding-bottom: 24px; }
    .c-tos-page .c-hero-sec .c-hero-paragraph p {
      font-size: 0.8em;
      color: #101010; }
    .c-tos-page .c-hero-sec .c-hero-paragraph span {
      font-weight: 700;
      color: #101010; }

.c-tos-page .c-point-sec {
  margin-top: 32px;
  padding-bottom: 32px; }
  .c-tos-page .c-point-sec .c-points {
    margin-top: 32px;
    margin-bottom: 16px; }
    .c-tos-page .c-point-sec .c-points h3 {
      font-size: 1em;
      color: #081C31;
      font-weight: 900; }
    .c-tos-page .c-point-sec .c-points p {
      font-size: 0.8em;
      color: #777; }

.c-tos-page .c-fares-types h4 {
  color: #081C31;
  font-weight: 100; }

.c-tos-page .c-fares-types .c-var-fare {
  margin-right: 16px;
  padding: 16px;
  text-align: center;
  background-color: #ECF2FE; }
  .c-tos-page .c-fares-types .c-var-fare h5 {
    font-weight: bold; }

.c-tos-page .c-fares-types .c-quot-fare {
  margin-left: 16px;
  padding: 16px;
  text-align: center;
  background-color: #ECF2FE; }
  .c-tos-page .c-fares-types .c-quot-fare h5 {
    font-weight: bold; }

@media only screen and (min-width: 992px) and (max-width: 1365px) {
  .c-tos-page .c-hero-typo h1 {
    font-size: 1.7em;
    margin-bottom: 0; }
  .c-tos-page .c-hero-typo h6 {
    font-size: 1em; }
  .c-tos-page .c-hero-sec .c-hero-paragraph {
    padding-bottom: 24px; }
    .c-tos-page .c-hero-sec .c-hero-paragraph p {
      font-size: 1em; }
  .c-tos-page .c-point-sec {
    margin-top: 32px;
    padding-bottom: 32px; }
    .c-tos-page .c-point-sec .c-points {
      margin-top: 32px;
      margin-bottom: 16px; }
      .c-tos-page .c-point-sec .c-points h3 {
        font-size: 1.3em; }
      .c-tos-page .c-point-sec .c-points p {
        font-size: 1em; }
  .c-tos-page .c-fares-types .c-var-fare {
    margin-right: 16px;
    padding: 16px; }
    .c-tos-page .c-fares-types .c-var-fare h5 {
      font-weight: bold; }
  .c-tos-page .c-fares-types .c-quot-fare {
    margin-left: 16px;
    padding: 16px;
    text-align: center; }
    .c-tos-page .c-fares-types .c-quot-fare h5 {
      font-weight: bold; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .c-tos-page .c-hero-typo h1 {
    font-size: 3.5em; }
  .c-tos-page .c-hero-typo h6 {
    font-size: 2em; }
  .c-tos-page .c-hero-sec .c-hero-paragraph {
    padding-bottom: 24px; }
    .c-tos-page .c-hero-sec .c-hero-paragraph p {
      font-size: 1.7em; }
    .c-tos-page .c-hero-sec .c-hero-paragraph span {
      font-size: 1.7em; }
  .c-tos-page .c-point-sec {
    margin-top: 32px;
    padding-bottom: 32px; }
    .c-tos-page .c-point-sec .c-points {
      margin-top: 32px;
      margin-bottom: 16px; }
      .c-tos-page .c-point-sec .c-points h3 {
        font-size: 2em; }
      .c-tos-page .c-point-sec .c-points p {
        font-size: 1.7em; }
  .c-tos-page .c-fares-types .c-var-fare {
    margin-right: 0px;
    padding: 16px; }
    .c-tos-page .c-fares-types .c-var-fare h5 {
      font-weight: bold;
      font-size: 1.7em; }
    .c-tos-page .c-fares-types .c-var-fare p {
      font-size: 1.8em; }
  .c-tos-page .c-fares-types .c-quot-fare {
    margin-left: 0px;
    padding: 16px;
    text-align: center; }
    .c-tos-page .c-fares-types .c-quot-fare h5 {
      font-weight: bold;
      font-size: 1.7em; }
    .c-tos-page .c-fares-types .c-quot-fare p {
      font-size: 1.8em; } }

@media only screen and (min-width: 425px) and (max-width: 767px) {
  .c-tos-page .c-hero-typo h1 {
    font-size: 4em; }
  .c-tos-page .c-hero-typo h6 {
    font-size: 2em; }
  .c-tos-page .c-hero-sec .c-hero-paragraph {
    padding-bottom: 24px; }
    .c-tos-page .c-hero-sec .c-hero-paragraph p {
      font-size: 2em; }
    .c-tos-page .c-hero-sec .c-hero-paragraph span {
      font-size: 2em; }
  .c-tos-page .c-point-sec {
    margin-top: 32px;
    padding-bottom: 8px; }
    .c-tos-page .c-point-sec .c-points {
      margin-top: 32px;
      margin-bottom: 16px; }
      .c-tos-page .c-point-sec .c-points h3 {
        font-size: 2.5em; }
      .c-tos-page .c-point-sec .c-points p {
        font-size: 2em; }
  .c-tos-page .c-fares-types .c-var-fare {
    margin-right: 0px;
    padding: 16px; }
    .c-tos-page .c-fares-types .c-var-fare h5 {
      font-weight: bold;
      font-size: 2em; }
    .c-tos-page .c-fares-types .c-var-fare p {
      font-size: 1.7em; }
  .c-tos-page .c-fares-types .c-quot-fare {
    margin-left: 0px;
    padding: 16px;
    text-align: center; }
    .c-tos-page .c-fares-types .c-quot-fare h5 {
      font-weight: bold;
      font-size: 2em; }
    .c-tos-page .c-fares-types .c-quot-fare p {
      font-size: 1.7em; } }

@media only screen and (min-width: 375px) and (max-width: 424px) {
  .c-tos-page .c-hero-typo {
    padding-top: 48px;
    padding-bottom: 24px; }
    .c-tos-page .c-hero-typo h1 {
      font-size: 5em; }
    .c-tos-page .c-hero-typo h6 {
      font-size: 2.5em; }
  .c-tos-page .c-hero-sec .c-hero-paragraph {
    padding-bottom: 24px; }
    .c-tos-page .c-hero-sec .c-hero-paragraph p {
      font-size: 2.5em; }
    .c-tos-page .c-hero-sec .c-hero-paragraph span {
      font-size: 2.5em; }
  .c-tos-page .c-point-sec {
    margin-top: 32px;
    padding-bottom: 8px; }
    .c-tos-page .c-point-sec .c-points {
      margin-top: 32px;
      margin-bottom: 16px; }
      .c-tos-page .c-point-sec .c-points h3 {
        font-size: 2.5em; }
      .c-tos-page .c-point-sec .c-points p {
        font-size: 2.5em; }
  .c-tos-page .c-fares-types .c-var-fare {
    margin-right: 0px;
    padding: 16px; }
    .c-tos-page .c-fares-types .c-var-fare h5 {
      font-weight: bold;
      font-size: 3em; }
    .c-tos-page .c-fares-types .c-var-fare p {
      font-size: 2.5em; }
  .c-tos-page .c-fares-types .c-quot-fare {
    margin-left: 0px;
    padding: 16px;
    text-align: center; }
    .c-tos-page .c-fares-types .c-quot-fare h5 {
      font-weight: bold;
      font-size: 3em; }
    .c-tos-page .c-fares-types .c-quot-fare p {
      font-size: 2.5em; } }

@media only screen and (min-width: 320px) and (max-width: 374px) {
  .c-tos-page .c-hero-typo {
    padding-top: 48px;
    padding-bottom: 24px; }
    .c-tos-page .c-hero-typo h1 {
      font-size: 5em; }
    .c-tos-page .c-hero-typo h6 {
      font-size: 2.5em; }
  .c-tos-page .c-hero-sec .c-hero-paragraph {
    padding-bottom: 24px; }
    .c-tos-page .c-hero-sec .c-hero-paragraph p {
      font-size: 2.5em; }
    .c-tos-page .c-hero-sec .c-hero-paragraph span {
      font-size: 2.5em; }
  .c-tos-page .c-point-sec {
    margin-top: 32px;
    padding-bottom: 8px; }
    .c-tos-page .c-point-sec .c-points {
      margin-top: 32px;
      margin-bottom: 16px; }
      .c-tos-page .c-point-sec .c-points h3 {
        font-size: 2.5em; }
      .c-tos-page .c-point-sec .c-points p {
        font-size: 2.5em; }
  .c-tos-page .c-fares-types .c-var-fare {
    margin-right: 0px;
    padding: 16px; }
    .c-tos-page .c-fares-types .c-var-fare h5 {
      font-weight: bold;
      font-size: 3em; }
    .c-tos-page .c-fares-types .c-var-fare p {
      font-size: 2.5em; }
  .c-tos-page .c-fares-types .c-quot-fare {
    margin-left: 0px;
    padding: 16px;
    text-align: center; }
    .c-tos-page .c-fares-types .c-quot-fare h5 {
      font-weight: bold;
      font-size: 3em; }
    .c-tos-page .c-fares-types .c-quot-fare p {
      font-size: 2.5em; } }

/* Privacy Policy Page Start */
.c-pp-page .container-fluid {
  padding-left: 0;
  padding-right: 0; }

.c-pp-page .c-hero-typo {
  text-align: center;
  padding-top: 48px;
  padding-bottom: 24px; }
  .c-pp-page .c-hero-typo h1 {
    font-size: 1.7em;
    color: #06375D;
    font-weight: 900;
    margin-bottom: 0; }
  .c-pp-page .c-hero-typo h6 {
    font-size: 1em;
    color: #6d6d6d; }

.c-pp-page .c-hero-sec {
  padding-top: 24px;
  padding-bottom: 24px;
  background-color: #ECF2FE; }
  .c-pp-page .c-hero-sec .c-hero-paragraph {
    padding-bottom: 24px; }
    .c-pp-page .c-hero-sec .c-hero-paragraph p {
      font-size: 0.8em;
      color: #101010; }
    .c-pp-page .c-hero-sec .c-hero-paragraph span {
      font-weight: 700;
      color: #101010; }

.c-pp-page .c-point-sec {
  margin-top: 32px;
  padding-bottom: 32px; }
  .c-pp-page .c-point-sec .c-points {
    margin-top: 32px;
    margin-bottom: 16px; }
    .c-pp-page .c-point-sec .c-points h3 {
      font-size: 1em;
      color: #081C31;
      font-weight: 900; }
    .c-pp-page .c-point-sec .c-points p {
      font-size: 0.8em;
      color: #777; }

.c-pp-page .c-fares-types h4 {
  color: #081C31;
  font-weight: 100; }

.c-pp-page .c-fares-types .c-var-fare {
  margin-right: 16px;
  padding: 16px;
  text-align: center;
  background-color: #ECF2FE; }
  .c-pp-page .c-fares-types .c-var-fare h5 {
    font-weight: bold; }

.c-pp-page .c-fares-types .c-quot-fare {
  margin-left: 16px;
  padding: 16px;
  text-align: center;
  background-color: #ECF2FE; }
  .c-pp-page .c-fares-types .c-quot-fare h5 {
    font-weight: bold; }

@media only screen and (min-width: 992px) and (max-width: 1365px) {
  .c-pp-page .c-hero-typo {
    text-align: center;
    padding-top: 48px;
    padding-bottom: 24px; }
    .c-pp-page .c-hero-typo h1 {
      font-size: 1.7em; }
    .c-pp-page .c-hero-typo h6 {
      font-size: 1em; }
  .c-pp-page .c-hero-sec {
    padding-top: 24px;
    padding-bottom: 24px; }
    .c-pp-page .c-hero-sec .c-hero-paragraph {
      padding-bottom: 24px; }
      .c-pp-page .c-hero-sec .c-hero-paragraph p {
        font-size: 1em; }
  .c-pp-page .c-point-sec {
    margin-top: 32px;
    padding-bottom: 32px; }
    .c-pp-page .c-point-sec .c-points {
      margin-top: 32px;
      margin-bottom: 16px; }
      .c-pp-page .c-point-sec .c-points h3 {
        font-size: 1.3em; }
      .c-pp-page .c-point-sec .c-points p {
        font-size: 1em; }
  .c-pp-page .c-fares-types .c-var-fare {
    margin-right: 16px;
    padding: 16px;
    text-align: center; }
  .c-pp-page .c-fares-types .c-quot-fare {
    margin-left: 16px;
    padding: 16px;
    text-align: center; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .c-pp-page .c-hero-typo h1 {
    font-size: 3.5em; }
  .c-pp-page .c-hero-typo h6 {
    font-size: 2em; }
  .c-pp-page .c-hero-sec {
    padding-top: 24px;
    padding-bottom: 24px; }
    .c-pp-page .c-hero-sec .c-hero-paragraph {
      padding-bottom: 24px; }
      .c-pp-page .c-hero-sec .c-hero-paragraph p {
        font-size: 2em; }
  .c-pp-page .c-point-sec {
    margin-top: 32px;
    padding-bottom: 32px; }
    .c-pp-page .c-point-sec .c-points {
      margin-top: 32px;
      margin-bottom: 16px; }
      .c-pp-page .c-point-sec .c-points h3 {
        font-size: 2.5em; }
      .c-pp-page .c-point-sec .c-points p {
        font-size: 2em; }
  .c-pp-page .c-fares-types .c-var-fare {
    margin-right: 0px;
    padding: 16px;
    text-align: center; }
    .c-pp-page .c-fares-types .c-var-fare p {
      font-size: 1.7em; }
  .c-pp-page .c-fares-types .c-quot-fare {
    margin-left: 0px;
    padding: 16px;
    text-align: center; }
    .c-pp-page .c-fares-types .c-quot-fare p {
      font-size: 1.7em; } }

@media only screen and (min-width: 425px) and (max-width: 767px) {
  .c-pp-page .c-hero-typo {
    padding-bottom: 16px; }
    .c-pp-page .c-hero-typo h1 {
      font-size: 3.5em; }
    .c-pp-page .c-hero-typo h6 {
      font-size: 2em; }
  .c-pp-page .c-hero-sec {
    padding-top: 24px;
    padding-bottom: 24px; }
    .c-pp-page .c-hero-sec .c-hero-paragraph {
      padding-bottom: 24px; }
      .c-pp-page .c-hero-sec .c-hero-paragraph p {
        font-size: 1.7em; }
  .c-pp-page .c-point-sec {
    margin-top: 32px;
    padding-bottom: 32px; }
    .c-pp-page .c-point-sec .c-points {
      margin-top: 32px;
      margin-bottom: 16px; }
      .c-pp-page .c-point-sec .c-points h3 {
        font-size: 3.5em; }
      .c-pp-page .c-point-sec .c-points p {
        font-size: 1.7em; }
  .c-pp-page .c-fares-types .c-var-fare {
    margin-right: 0px;
    padding: 16px;
    text-align: center; }
    .c-pp-page .c-fares-types .c-var-fare p {
      font-size: 1.7em; }
  .c-pp-page .c-fares-types .c-quot-fare {
    margin-left: 0px;
    padding: 16px;
    text-align: center; }
    .c-pp-page .c-fares-types .c-quot-fare p {
      font-size: 1.7em; } }

@media only screen and (min-width: 375px) and (max-width: 424px) {
  .c-pp-page .c-hero-typo {
    padding-bottom: 16px; }
    .c-pp-page .c-hero-typo h1 {
      font-size: 5em; }
    .c-pp-page .c-hero-typo h6 {
      font-size: 2.5em; }
  .c-pp-page .c-hero-sec {
    padding-top: 24px;
    padding-bottom: 24px; }
    .c-pp-page .c-hero-sec .c-hero-paragraph {
      padding-bottom: 24px; }
      .c-pp-page .c-hero-sec .c-hero-paragraph p {
        font-size: 2em; }
  .c-pp-page .c-point-sec {
    margin-top: 32px;
    padding-bottom: 32px; }
    .c-pp-page .c-point-sec .c-points {
      margin-top: 32px;
      margin-bottom: 16px; }
      .c-pp-page .c-point-sec .c-points h3 {
        font-size: 4em; }
      .c-pp-page .c-point-sec .c-points p {
        font-size: 2em; }
  .c-pp-page .c-fares-types .c-var-fare {
    margin-right: 0px;
    padding: 16px;
    text-align: center; }
    .c-pp-page .c-fares-types .c-var-fare p {
      font-size: 2em; }
  .c-pp-page .c-fares-types .c-quot-fare {
    margin-left: 0px;
    padding: 16px;
    text-align: center; }
    .c-pp-page .c-fares-types .c-quot-fare p {
      font-size: 2em; } }

@media only screen and (min-width: 320px) and (max-width: 374px) {
  .c-pp-page .c-hero-typo {
    padding-bottom: 8px; }
    .c-pp-page .c-hero-typo h1 {
      font-size: 5em; }
    .c-pp-page .c-hero-typo h6 {
      font-size: 2.5em; }
  .c-pp-page .c-hero-sec {
    padding-top: 24px;
    padding-bottom: 24px; }
    .c-pp-page .c-hero-sec .c-hero-paragraph {
      padding-bottom: 24px; }
      .c-pp-page .c-hero-sec .c-hero-paragraph p {
        font-size: 2.5em; }
  .c-pp-page .c-point-sec {
    margin-top: 32px;
    padding-bottom: 32px; }
    .c-pp-page .c-point-sec .c-points {
      margin-top: 32px;
      margin-bottom: 16px; }
      .c-pp-page .c-point-sec .c-points h3 {
        font-size: 4em; }
      .c-pp-page .c-point-sec .c-points p {
        font-size: 2.5em; }
  .c-pp-page .c-fares-types .c-var-fare {
    margin-right: 0px;
    padding: 16px;
    text-align: center; }
    .c-pp-page .c-fares-types .c-var-fare p {
      font-size: 2.5em; }
  .c-pp-page .c-fares-types .c-quot-fare {
    margin-left: 0px;
    padding: 16px;
    text-align: center; }
    .c-pp-page .c-fares-types .c-quot-fare p {
      font-size: 2.5em; } }

.c-registration .container-fluid {
  padding-right: 0;
  padding-left: 0; }

.c-registration .c-reg-bg {
  background-color: #F4F9FF;
  margin-right: 0px;
  margin-left: 0px; }
  .c-registration .c-reg-bg .reg-logo-sec {
    float: right; }
  .c-registration .c-reg-bg .c-reg-form-col {
    background-color: #fff;
    padding-bottom: 64px; }
    .c-registration .c-reg-bg .c-reg-form-col .c-reg-typo {
      margin-top: 16px;
      text-align: center; }
      .c-registration .c-reg-bg .c-reg-form-col .c-reg-typo h1 {
        font-size: 1.7em;
        color: #081C31;
        font-weight: 500;
        margin-bottom: 0; }
      .c-registration .c-reg-bg .c-reg-form-col .c-reg-typo h5 {
        color: #101010; }
    .c-registration .c-reg-bg .c-reg-form-col .c-reg-form {
      margin-top: 32px; }
      .c-registration .c-reg-bg .c-reg-form-col .c-reg-form .error-list {
        margin-bottom: 8px; }
        .c-registration .c-reg-bg .c-reg-form-col .c-reg-form .error-list span {
          color: red; }
      .c-registration .c-reg-bg .c-reg-form-col .c-reg-form .selectLocation .form-control {
        padding: 24px;
        height: unset; }
    .c-registration .c-reg-bg .c-reg-form-col .c-reg-email {
      text-align: center; }
      .c-registration .c-reg-bg .c-reg-form-col .c-reg-email .c-reg-typo {
        margin-top: 16px; }
        .c-registration .c-reg-bg .c-reg-form-col .c-reg-email .c-reg-typo h1 {
          font-size: 1.7em;
          color: #081C31;
          font-weight: 500;
          margin-bottom: 0; }
        .c-registration .c-reg-bg .c-reg-form-col .c-reg-email .c-reg-typo h5 {
          color: #101010; }
      .c-registration .c-reg-bg .c-reg-form-col .c-reg-email p {
        color: #6d6d6d; }
      .c-registration .c-reg-bg .c-reg-form-col .c-reg-email .c-email-vector {
        margin-top: 16px;
        margin-bottom: 16px; }
    .c-registration .c-reg-bg .c-reg-form-col .c-reg-dashboard {
      text-align: center; }
      .c-registration .c-reg-bg .c-reg-form-col .c-reg-dashboard .c-reg-typo {
        margin-top: 16px; }
        .c-registration .c-reg-bg .c-reg-form-col .c-reg-dashboard .c-reg-typo h1 {
          font-size: 1.7em;
          color: #081C31;
          font-weight: 500;
          margin-bottom: 0; }
        .c-registration .c-reg-bg .c-reg-form-col .c-reg-dashboard .c-reg-typo h5 {
          color: #101010; }
      .c-registration .c-reg-bg .c-reg-form-col .c-reg-dashboard p {
        color: #6d6d6d; }
      .c-registration .c-reg-bg .c-reg-form-col .c-reg-dashboard .c-dashboard-vector {
        margin-top: 16px;
        margin-bottom: 16px; }

.c-registration .c-bw-footer-sec {
  margin-top: -256px;
  margin-left: 0;
  margin-right: 0; }

@media only screen and (width: 1366px) {
  .c-reg-bg .reg-logo-sec {
    float: right; }
  .c-reg-bg .c-reg-form-col {
    padding-bottom: 48px; }
    .c-reg-bg .c-reg-form-col .c-reg-typo {
      margin-top: 16px;
      text-align: center; }
      .c-reg-bg .c-reg-form-col .c-reg-typo h1 {
        font-size: 1.7em;
        font-weight: 500;
        margin-bottom: 0; }
    .c-reg-bg .c-reg-form-col .c-reg-form {
      margin-top: 32px; }
    .c-reg-bg .c-reg-form-col .c-reg-email {
      text-align: center; }
      .c-reg-bg .c-reg-form-col .c-reg-email .c-reg-typo {
        margin-top: 16px; }
        .c-reg-bg .c-reg-form-col .c-reg-email .c-reg-typo h1 {
          font-size: 1.7em; }
      .c-reg-bg .c-reg-form-col .c-reg-email .c-email-vector {
        margin-top: 16px;
        margin-bottom: 16px; }
    .c-reg-bg .c-reg-form-col .c-reg-dashboard {
      text-align: center; }
      .c-reg-bg .c-reg-form-col .c-reg-dashboard .c-reg-typo {
        margin-top: 16px; }
        .c-reg-bg .c-reg-form-col .c-reg-dashboard .c-reg-typo h1 {
          font-size: 1.7em;
          font-weight: 500;
          margin-bottom: 0; }
      .c-reg-bg .c-reg-form-col .c-reg-dashboard .c-dashboard-vector {
        margin-top: 16px;
        margin-bottom: 16px; }
  .c-bw-footer-sec {
    margin-top: -240px !important; } }

@media only screen and (min-width: 992px) and (max-width: 1365px) {
  .c-registration .c-reg-bg .c-reg-form-col {
    padding-bottom: 36px; }
  .c-registration .c-bw-footer-sec {
    margin-top: -160px; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .c-registration .c-reg-bg .reg-logo-sec {
    display: none; }
  .c-registration .c-reg-bg .c-reg-form-col {
    padding-bottom: 24px; }
  .c-registration .c-bw-footer-sec {
    margin-top: -125px; } }

@media only screen and (min-width: 425px) and (max-width: 767px) {
  .c-registration .c-reg-bg .reg-logo-sec {
    display: none; }
  .c-registration .c-reg-bg .c-reg-form-col {
    padding-bottom: 36px; }
    .c-registration .c-reg-bg .c-reg-form-col .c-reg-typo h1 {
      font-size: 3em; }
  .c-registration .c-bw-footer-sec {
    margin-top: -75px; } }

@media only screen and (min-width: 375px) and (max-width: 424px) {
  .c-registration .c-reg-bg .reg-logo-sec {
    display: none; }
  .c-registration .c-reg-bg .c-reg-form-col {
    padding-bottom: 30px; }
    .c-registration .c-reg-bg .c-reg-form-col .c-reg-typo h1 {
      font-size: 3em; }
  .c-registration .c-bw-footer-sec {
    margin-top: -65px !important; } }

@media only screen and (min-width: 320px) and (max-width: 374px) {
  .c-registration .c-reg-bg .reg-logo-sec {
    display: none; }
  .c-registration .c-reg-bg .c-reg-form-col {
    padding-bottom: 24px; }
    .c-registration .c-reg-bg .c-reg-form-col .c-reg-typo h1 {
      font-size: 3em; }
  .c-registration .c-bw-footer-sec {
    margin-top: -55px !important; } }

.c-rl-page .container-fluid .row {
  margin-right: 0;
  margin-left: 0; }
  .c-rl-page .container-fluid .row .c-rl-img-sec {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .c-rl-page .container-fluid .row .c-rl-form {
    background-color: #f1f1f1; }
    .c-rl-page .container-fluid .row .c-rl-form .c-rl-content {
      margin: 300px 36px 300px 36px;
      color: #000; }
      .c-rl-page .container-fluid .row .c-rl-form .c-rl-content h1 {
        font-size: 3.5em; }
        .c-rl-page .container-fluid .row .c-rl-form .c-rl-content h1 span {
          font-family: capptin-font-bold;
          color: #0786DB; }
      .c-rl-page .container-fluid .row .c-rl-form .c-rl-content form .error-list span {
        color: #e35050; }
      .c-rl-page .container-fluid .row .c-rl-form .c-rl-content .c-btn-lightBlue {
        padding-left: 64px;
        padding-right: 64px; }

@media only screen and (min-width: 1921px) {
  .c-rl-page .container-fluid .row .c-rl-form .c-rl-content {
    margin: 300px 36px 300px 36px; } }

@media only screen and (min-width: 1367px) and (max-width: 1440px) {
  .c-rl-page .container-fluid .row .c-rl-form .c-rl-content {
    margin: 160px 36px 160px 36px; } }

@media only screen and (width: 1366px) {
  .c-rl-page .container-fluid .row .c-rl-form .c-rl-content {
    margin: 160px 80px 160px 80px; } }

@media only screen and (min-width: 992px) and (max-width: 1365px) {
  .c-rl-page .container-fluid .row .c-rl-form .c-rl-content {
    margin: 120px 64px; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .c-rl-page .container-fluid .row {
    display: flex;
    flex-direction: column-reverse; }
    .c-rl-page .container-fluid .row .c-rl-form {
      background-color: #f1f1f1; }
      .c-rl-page .container-fluid .row .c-rl-form .c-rl-content {
        margin: 48px; }
        .c-rl-page .container-fluid .row .c-rl-form .c-rl-content h1 {
          font-size: 4em; }
        .c-rl-page .container-fluid .row .c-rl-form .c-rl-content .c-btn-lightBlue {
          padding-left: 64px;
          padding-right: 64px; }
          .c-rl-page .container-fluid .row .c-rl-form .c-rl-content .c-btn-lightBlue:hover {
            border-bottom: 6px solid #fff; } }

@media only screen and (min-width: 425px) and (max-width: 767px) {
  .c-rl-page .container-fluid .row {
    display: flex;
    flex-direction: column-reverse; }
    .c-rl-page .container-fluid .row .c-rl-form {
      background-color: #f1f1f1; }
      .c-rl-page .container-fluid .row .c-rl-form .c-rl-content {
        margin: 24px;
        padding-top: 100px;
        padding-bottom: 100px; }
        .c-rl-page .container-fluid .row .c-rl-form .c-rl-content h1 {
          font-size: 5em; }
        .c-rl-page .container-fluid .row .c-rl-form .c-rl-content .c-btn-lightBlue {
          padding-left: 48px;
          padding-right: 48px; }
          .c-rl-page .container-fluid .row .c-rl-form .c-rl-content .c-btn-lightBlue:hover {
            border-bottom: 6px solid #fff; } }

@media only screen and (min-width: 375px) and (max-width: 424px) {
  .c-rl-page .container-fluid .row {
    display: flex;
    flex-direction: column-reverse; }
    .c-rl-page .container-fluid .row .c-rl-form {
      background-color: #f1f1f1; }
      .c-rl-page .container-fluid .row .c-rl-form .c-rl-content {
        margin: 16px;
        min-height: 100vh;
        padding-top: 35%; }
        .c-rl-page .container-fluid .row .c-rl-form .c-rl-content h1 {
          font-size: 4em; }
        .c-rl-page .container-fluid .row .c-rl-form .c-rl-content .c-btn-lightBlue {
          padding-left: 48px;
          padding-right: 48px;
          width: 100%; }
          .c-rl-page .container-fluid .row .c-rl-form .c-rl-content .c-btn-lightBlue:hover {
            border-bottom: 6px solid #fff; } }

@media only screen and (min-width: 320px) and (max-width: 374px) {
  .c-rl-page .container-fluid .row {
    display: flex;
    flex-direction: column-reverse; }
    .c-rl-page .container-fluid .row .c-rl-form {
      background-color: #f1f1f1; }
      .c-rl-page .container-fluid .row .c-rl-form .c-rl-content {
        margin: 16px;
        padding-top: 40%;
        min-height: 100vh; }
        .c-rl-page .container-fluid .row .c-rl-form .c-rl-content h1 {
          font-size: 2.5em; }
        .c-rl-page .container-fluid .row .c-rl-form .c-rl-content .c-btn-lightBlue {
          padding-left: 48px;
          padding-right: 48px;
          width: 100%; }
          .c-rl-page .container-fluid .row .c-rl-form .c-rl-content .c-btn-lightBlue:hover {
            border-bottom: 6px solid #fff; } }

.c-cl-page .container-fluid {
  background-color: #fff; }
  .c-cl-page .container-fluid .c-cl-img-sec {
    padding-right: 0 !important;
    padding-left: 0 !important; }
    .c-cl-page .container-fluid .c-cl-img-sec .c-cl-img {
      background-color: #0000005e;
      position: absolute;
      top: 0px; }
    .c-cl-page .container-fluid .c-cl-img-sec .c-cl-img-typo {
      position: absolute;
      top: 0%;
      width: 60%;
      margin-left: 32px;
      padding-top: 20px; }
      .c-cl-page .container-fluid .c-cl-img-sec .c-cl-img-typo h1 {
        font-size: 7em;
        color: #fff;
        line-height: 1.1; }
        .c-cl-page .container-fluid .c-cl-img-sec .c-cl-img-typo h1 span {
          color: #279DD0 !important; }
  .c-cl-page .container-fluid .c-cl-form {
    padding-right: 0 !important;
    padding-left: 0 !important;
    background-color: #fff;
    padding-top: 24px; }
    .c-cl-page .container-fluid .c-cl-form .c-cl-heading {
      padding-left: 80px;
      padding-right: 80px; }
      .c-cl-page .container-fluid .c-cl-form .c-cl-heading h1 {
        font-size: 4em; }
        .c-cl-page .container-fluid .c-cl-form .c-cl-heading h1 span {
          font-family: capptin-font-bold; }
          .c-cl-page .container-fluid .c-cl-form .c-cl-heading h1 span:first-child {
            color: #0786DB; }
    .c-cl-page .container-fluid .c-cl-form .c-cl-content {
      background-color: #000;
      padding: 70px 96px 60px 96px;
      color: #fff;
      height: 457px; }
      .c-cl-page .container-fluid .c-cl-form .c-cl-content h1 {
        font-size: 2.5em; }
      .c-cl-page .container-fluid .c-cl-form .c-cl-content form .error-list span {
        color: #FFE200; }
      .c-cl-page .container-fluid .c-cl-form .c-cl-content .c-btn-lightBlue {
        padding-left: 64px;
        padding-right: 64px; }
    .c-cl-page .container-fluid .c-cl-form .c-cl-applied {
      margin-top: 16px;
      margin-left: 32px; }
      .c-cl-page .container-fluid .c-cl-form .c-cl-applied h1 {
        color: #06375D;
        font-weight: bold; }
      .c-cl-page .container-fluid .c-cl-form .c-cl-applied h5 {
        color: #6d6d6d; }
  .c-cl-page .container-fluid .c-cl-cd-typo {
    margin-top: 64px;
    margin-bottom: 96px;
    text-align: center;
    padding-left: 96px;
    padding-right: 96px; }
    .c-cl-page .container-fluid .c-cl-cd-typo h3 {
      margin-top: 64px;
      color: #6d6d6d; }
    .c-cl-page .container-fluid .c-cl-cd-typo h1 {
      font-family: capptin-font-med; }
      .c-cl-page .container-fluid .c-cl-cd-typo h1 span {
        color: #0786DB; }
    .c-cl-page .container-fluid .c-cl-cd-typo h4 {
      margin-top: 12px;
      color: #101010; }
  .c-cl-page .container-fluid .c-cl-hbc {
    margin-left: 96px;
    margin-top: 32px;
    margin-bottom: 32px; }
    .c-cl-page .container-fluid .c-cl-hbc .row {
      margin: 0; }
      .c-cl-page .container-fluid .c-cl-hbc .row .col-lg-6 {
        margin-bottom: 30px; }
    .c-cl-page .container-fluid .c-cl-hbc .c-hbc-cp {
      margin-left: 0px; }
      .c-cl-page .container-fluid .c-cl-hbc .c-hbc-cp h1 {
        font-weight: 900;
        font-size: 1.3em; }
      .c-cl-page .container-fluid .c-cl-hbc .c-hbc-cp h2 {
        font-size: 1em;
        color: #6d6d6d; }
    .c-cl-page .container-fluid .c-cl-hbc ul {
      margin-top: 16px; }
      .c-cl-page .container-fluid .c-cl-hbc ul li {
        font-size: 0.8em;
        color: #101010; }
    .c-cl-page .container-fluid .c-cl-hbc .c-hbc-img-sec {
      display: table-cell;
      vertical-align: middle;
      text-align: right;
      width: 1%;
      margin-bottom: 4px; }
  .c-cl-page .container-fluid .c-cl-cmnt {
    text-align: center; }
    .c-cl-page .container-fluid .c-cl-cmnt h1 {
      color: #101010;
      padding: 112px;
      margin-bottom: 0; }

@media only screen and (min-width: 1367px) and (max-width: 1440px) {
  .c-cl-page .container-fluid .c-cl-img-sec .c-cl-img-typo {
    top: 3% !important; }
    .c-cl-page .container-fluid .c-cl-img-sec .c-cl-img-typo h1 {
      padding-top: 0px;
      font-size: 5.7em; }
  .c-cl-page .container-fluid .c-cl-form {
    padding-top: 0px; }
    .c-cl-page .container-fluid .c-cl-form .c-cl-heading {
      padding: 15px 24px 15px 24px; }
      .c-cl-page .container-fluid .c-cl-form .c-cl-heading h1 {
        font-size: 3em; }
    .c-cl-page .container-fluid .c-cl-form .c-cl-content {
      height: 385px;
      padding: 58px 24px 24px 24px; }
      .c-cl-page .container-fluid .c-cl-form .c-cl-content h1 {
        font-size: 2.5em; }
      .c-cl-page .container-fluid .c-cl-form .c-cl-content p {
        margin-bottom: 8px; }
      .c-cl-page .container-fluid .c-cl-form .c-cl-content form {
        margin: 12px auto; }
    .c-cl-page .container-fluid .c-cl-form .c-cl-applied h1 {
      font-size: 2.5em; }
  .c-cl-page .container-fluid .c-cl-cd-typo {
    margin-top: 48px;
    margin-bottom: 48px; }
    .c-cl-page .container-fluid .c-cl-cd-typo h3 {
      font-size: 1.7em; }
    .c-cl-page .container-fluid .c-cl-cd-typo h1 {
      font-size: 2.5em; }
    .c-cl-page .container-fluid .c-cl-cd-typo h2 {
      font-size: 2em; }
  .c-cl-page .container-fluid .c-cl-hbc {
    margin-left: 48px;
    margin-top: 100px;
    margin-bottom: 64px; }
    .c-cl-page .container-fluid .c-cl-hbc .c-hbc-cp {
      margin-left: 24px; }
    .c-cl-page .container-fluid .c-cl-hbc ul li {
      font-size: 1.3vw !important; }
  .c-cl-page .container-fluid .c-cl-cmnt h1 {
    padding: 72px 200px;
    font-size: 2.5em; } }

@media only screen and (width: 1366px) {
  .c-cl-page .container-fluid .c-cl-img-sec .c-cl-img-typo {
    top: 5% !important; }
    .c-cl-page .container-fluid .c-cl-img-sec .c-cl-img-typo h1 {
      font-size: 5.8em; }
  .c-cl-page .container-fluid .c-cl-form {
    padding-top: 0px; }
    .c-cl-page .container-fluid .c-cl-form .c-cl-content {
      padding: 24px 90px 24px 90px;
      height: 440px; }
  .c-cl-page .container-fluid .c-cl-hbc ul li {
    font-size: 1em !important; }
  .c-cl-page .container-fluid .c-cl-cmnt h1 {
    font-size: 2em;
    padding: 64px; } }

@media only screen and (min-width: 992px) and (max-width: 1365px) {
  .c-cl-page .container-fluid .c-cl-img-sec .c-cl-img-typo h1 {
    padding-top: 0;
    font-size: 5em; }
  .c-cl-page .container-fluid .c-cl-form {
    padding-top: 0 !important; }
    .c-cl-page .container-fluid .c-cl-form .c-cl-heading {
      padding-left: 36px;
      padding-right: 0;
      padding-top: 12px; }
      .c-cl-page .container-fluid .c-cl-form .c-cl-heading h1 {
        font-size: 2em; }
    .c-cl-page .container-fluid .c-cl-form .c-cl-content {
      height: 340px;
      padding: 32px 48px 16px 48px; }
      .c-cl-page .container-fluid .c-cl-form .c-cl-content form {
        margin: 0 auto !important; }
      .c-cl-page .container-fluid .c-cl-form .c-cl-content h1 {
        font-size: 2em; }
      .c-cl-page .container-fluid .c-cl-form .c-cl-content p {
        margin-bottom: 0; }
    .c-cl-page .container-fluid .c-cl-form .c-cl-applied h1 {
      font-size: 2em; }
    .c-cl-page .container-fluid .c-cl-form .c-cl-applied h5 {
      font-size: 1em; }
    .c-cl-page .container-fluid .c-cl-form .c-cl-applied h6 {
      font-size: 1em; }
  .c-cl-page .container-fluid .c-cl-cd-typo {
    margin: 32px 0 48px 0; }
    .c-cl-page .container-fluid .c-cl-cd-typo h2 {
      font-size: 1.3em; }
  .c-cl-page .container-fluid .c-cl-hbc .row .col-lg-6 {
    margin-bottom: 24px; }
  .c-cl-page .container-fluid .c-cl-hbc .c-hbc-cp {
    margin-left: 16px; }
  .c-cl-page .container-fluid .c-cl-hbc ul li {
    font-size: 1em !important; }
  .c-cl-page .container-fluid .c-cl-cmnt h1 {
    font-size: 1.7em;
    padding: 64px 140px; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .c-cl-page .container-fluid .c-cl-img-sec .c-cl-img-typo h1 {
    font-size: 4em; }
  .c-cl-page .container-fluid .c-cl-form {
    padding-top: 0; }
    .c-cl-page .container-fluid .c-cl-form .c-cl-heading {
      text-align: center;
      padding-left: 0;
      padding-right: 0; }
      .c-cl-page .container-fluid .c-cl-form .c-cl-heading h1 {
        margin-top: 24px;
        margin-bottom: 24px;
        font-size: 3em; }
    .c-cl-page .container-fluid .c-cl-form .c-cl-content {
      height: 324px;
      padding: 24px 96px 24px 96px; }
      .c-cl-page .container-fluid .c-cl-form .c-cl-content h1 {
        font-size: 2em; }
      .c-cl-page .container-fluid .c-cl-form .c-cl-content p {
        font-size: 1.3em; }
    .c-cl-page .container-fluid .c-cl-form .c-cl-applied {
      text-align: center;
      margin-left: 0px; }
      .c-cl-page .container-fluid .c-cl-form .c-cl-applied h5 {
        font-size: 1.7em; }
      .c-cl-page .container-fluid .c-cl-form .c-cl-applied h6 {
        font-size: 1.3em; }
  .c-cl-page .container-fluid .c-cl-cd-typo {
    margin-top: 32px;
    margin-bottom: 64px;
    padding-left: 24px;
    padding-right: 24px; }
    .c-cl-page .container-fluid .c-cl-cd-typo h1 {
      font-size: 3em; }
    .c-cl-page .container-fluid .c-cl-cd-typo h3 {
      font-size: 1.3em; }
    .c-cl-page .container-fluid .c-cl-cd-typo h4 {
      font-size: 1.3em; }
    .c-cl-page .container-fluid .c-cl-cd-typo h2 {
      font-size: 3em; }
  .c-cl-page .container-fluid .c-cl-hbc .row {
    margin: 0; }
  .c-cl-page .container-fluid .c-cl-hbc {
    text-align: center;
    margin-left: 0px; }
    .c-cl-page .container-fluid .c-cl-hbc .c-hbc-cp {
      margin-left: 0px; }
      .c-cl-page .container-fluid .c-cl-hbc .c-hbc-cp h1 {
        font-size: 2em; }
      .c-cl-page .container-fluid .c-cl-hbc .c-hbc-cp h2 {
        font-size: 1.7em; }
    .c-cl-page .container-fluid .c-cl-hbc ul li {
      font-size: 1.3em; }
    .c-cl-page .container-fluid .c-cl-hbc .c-hbc-img-sec .c-hbc-img {
      height: 60px;
      width: 100%; }
  .c-cl-page .container-fluid .c-cl-cmnt h1 {
    font-size: 1.7em;
    padding: 64px; } }

@media only screen and (min-width: 425px) and (max-width: 767px) {
  .c-cl-page .container-fluid .c-cl-img-sec {
    display: none; }
    .c-cl-page .container-fluid .c-cl-img-sec .c-cl-img-typo h1 {
      font-size: 3em; }
  .c-cl-page .container-fluid .c-cl-form {
    padding-top: 0px; }
    .c-cl-page .container-fluid .c-cl-form .c-cl-heading {
      text-align: center;
      padding-left: 0;
      padding-right: 0; }
      .c-cl-page .container-fluid .c-cl-form .c-cl-heading h1 {
        margin-top: 24px;
        margin-bottom: 24px;
        font-size: 2.5em; }
    .c-cl-page .container-fluid .c-cl-form .c-cl-content {
      height: 350px;
      padding: 32px; }
      .c-cl-page .container-fluid .c-cl-form .c-cl-content h1 {
        font-size: 2.5em; }
      .c-cl-page .container-fluid .c-cl-form .c-cl-content p {
        font-size: 1.3em; }
    .c-cl-page .container-fluid .c-cl-form .c-cl-applied {
      text-align: center;
      margin-left: 0px; }
      .c-cl-page .container-fluid .c-cl-form .c-cl-applied h1 {
        font-size: 2em; }
  .c-cl-page .container-fluid .c-cl-cd-typo {
    margin-top: 24px;
    margin-bottom: 24px;
    padding-left: 24px;
    padding-right: 24px; }
    .c-cl-page .container-fluid .c-cl-cd-typo h1 {
      font-size: 2.5em; }
    .c-cl-page .container-fluid .c-cl-cd-typo h4 {
      font-size: 1.3em; }
    .c-cl-page .container-fluid .c-cl-cd-typo h3 {
      font-size: 1.3em; }
  .c-cl-page .container-fluid .c-cl-hbc .row {
    margin: 0; }
  .c-cl-page .container-fluid .c-cl-hbc {
    text-align: center;
    margin-left: 0px; }
    .c-cl-page .container-fluid .c-cl-hbc .row .col-lg-4 {
      margin-bottom: 30px; }
    .c-cl-page .container-fluid .c-cl-hbc .c-hbc-cp {
      margin-left: 0px; }
      .c-cl-page .container-fluid .c-cl-hbc .c-hbc-cp h1 {
        font-size: 2.5em; }
      .c-cl-page .container-fluid .c-cl-hbc .c-hbc-cp h2 {
        font-size: 2em; }
    .c-cl-page .container-fluid .c-cl-hbc ul li {
      font-size: 1.3em; }
    .c-cl-page .container-fluid .c-cl-hbc .c-hbc-img-sec .c-hbc-img {
      height: 40px;
      width: 100%; }
  .c-cl-page .container-fluid .c-cl-cmnt h1 {
    padding: 32px;
    font-size: 1.7em; } }

@media only screen and (min-width: 375px) and (max-width: 424px) {
  .c-cl-page .container-fluid .c-cl-img-sec {
    display: none; }
    .c-cl-page .container-fluid .c-cl-img-sec .c-cl-img-typo h1 {
      font-size: 3em; }
  .c-cl-page .container-fluid .c-cl-form {
    padding-top: 0px; }
    .c-cl-page .container-fluid .c-cl-form .c-cl-heading {
      text-align: center;
      padding-left: 0;
      padding-right: 0; }
      .c-cl-page .container-fluid .c-cl-form .c-cl-heading h1 {
        margin-top: 24px;
        margin-bottom: 24px;
        font-size: 2.5em; }
    .c-cl-page .container-fluid .c-cl-form .c-cl-content {
      height: 350px;
      padding: 24px; }
      .c-cl-page .container-fluid .c-cl-form .c-cl-content h1 {
        font-size: 2.5em; }
      .c-cl-page .container-fluid .c-cl-form .c-cl-content p {
        font-size: 1em; }
    .c-cl-page .container-fluid .c-cl-form .c-cl-applied {
      text-align: center;
      margin-left: 0; }
      .c-cl-page .container-fluid .c-cl-form .c-cl-applied h1 {
        font-size: 2.5em; }
  .c-cl-page .container-fluid .c-cl-cd-typo {
    margin-top: 24px;
    margin-bottom: 24px;
    padding-left: 24px;
    padding-right: 24px; }
    .c-cl-page .container-fluid .c-cl-cd-typo h1 {
      font-size: 2.5em; }
    .c-cl-page .container-fluid .c-cl-cd-typo h3 {
      font-size: 1.3em; }
    .c-cl-page .container-fluid .c-cl-cd-typo h4 {
      font-size: 1.3em; }
  .c-cl-page .container-fluid .c-cl-hbc .row {
    margin: 0; }
  .c-cl-page .container-fluid .c-cl-hbc {
    text-align: center;
    margin-left: 0px; }
    .c-cl-page .container-fluid .c-cl-hbc .row .col-lg-4 {
      margin-bottom: 30px; }
    .c-cl-page .container-fluid .c-cl-hbc .c-hbc-cp {
      margin-left: 0px; }
      .c-cl-page .container-fluid .c-cl-hbc .c-hbc-cp h1 {
        font-size: 2em; }
      .c-cl-page .container-fluid .c-cl-hbc .c-hbc-cp h2 {
        font-size: 1.7em; }
    .c-cl-page .container-fluid .c-cl-hbc ul li {
      font-size: 1.3em; }
    .c-cl-page .container-fluid .c-cl-hbc .c-hbc-img-sec .c-hbc-img {
      height: 40px;
      width: 100%; }
  .c-cl-page .container-fluid .c-cl-cmnt h1 {
    font-size: 1.3em;
    padding: 24px; } }

@media only screen and (min-width: 320px) and (max-width: 374px) {
  .c-cl-page .container-fluid .c-cl-img-sec {
    display: none; }
    .c-cl-page .container-fluid .c-cl-img-sec .c-cl-img-typo {
      margin-left: 16px; }
      .c-cl-page .container-fluid .c-cl-img-sec .c-cl-img-typo h1 {
        font-size: 3em; }
  .c-cl-page .container-fluid .c-cl-form {
    padding-top: 0px; }
    .c-cl-page .container-fluid .c-cl-form .c-cl-heading {
      text-align: center;
      padding-left: 0;
      padding-right: 0; }
      .c-cl-page .container-fluid .c-cl-form .c-cl-heading h1 {
        margin-top: 24px;
        margin-bottom: 24px;
        font-size: 2.5em; }
    .c-cl-page .container-fluid .c-cl-form .c-cl-content {
      height: 336px;
      padding: 16px; }
      .c-cl-page .container-fluid .c-cl-form .c-cl-content h1 {
        font-size: 2.5em; }
      .c-cl-page .container-fluid .c-cl-form .c-cl-content p {
        font-size: 1em; }
      .c-cl-page .container-fluid .c-cl-form .c-cl-content .c-btn-lightBlue {
        width: 100%; }
    .c-cl-page .container-fluid .c-cl-form .c-cl-applied {
      text-align: center;
      margin-left: 0px; }
      .c-cl-page .container-fluid .c-cl-form .c-cl-applied h1 {
        font-size: 2em; }
  .c-cl-page .container-fluid .c-cl-cd-typo {
    margin-top: 24px;
    margin-bottom: 24px;
    padding-left: 24px;
    padding-right: 24px; }
    .c-cl-page .container-fluid .c-cl-cd-typo h3 {
      font-size: 1.3em; }
    .c-cl-page .container-fluid .c-cl-cd-typo h4 {
      font-size: 1em; }
    .c-cl-page .container-fluid .c-cl-cd-typo h1 {
      font-size: 2.5em; }
    .c-cl-page .container-fluid .c-cl-cd-typo h2 {
      font-size: 1.3em; }
  .c-cl-page .container-fluid .c-cl-hbc .row .col-lg-4 {
    margin-bottom: 30px; }
  .c-cl-page .container-fluid .c-cl-hbc {
    text-align: center;
    margin-left: 0; }
    .c-cl-page .container-fluid .c-cl-hbc .c-hbc-cp {
      margin-left: 0; }
      .c-cl-page .container-fluid .c-cl-hbc .c-hbc-cp h1 {
        font-size: 1.7em; }
      .c-cl-page .container-fluid .c-cl-hbc .c-hbc-cp h2 {
        font-size: 1.7em; }
    .c-cl-page .container-fluid .c-cl-hbc ul li {
      font-size: 1.3em; }
    .c-cl-page .container-fluid .c-cl-hbc .c-hbc-img-sec .c-hbc-img {
      height: 40px;
      width: 100%; }
  .c-cl-page .container-fluid .c-cl-cmnt h1 {
    font-size: 1.3em;
    padding: 32px; } }

.c-hcw-page .container-fluid {
  background-color: #fff;
  padding-right: 0 !important;
  padding-left: 0 !important; }
  .c-hcw-page .container-fluid .c-hcw-header {
    background-color: #0786DB;
    text-align: center;
    padding-top: 64px;
    padding-bottom: 64px; }
    .c-hcw-page .container-fluid .c-hcw-header h1 {
      color: #fff;
      font-family: capptin-font-bold;
      font-size: 2.5em; }
  .c-hcw-page .container-fluid .c-hcw-step1 {
    margin-top: 48px;
    margin-bottom: 48px; }
    .c-hcw-page .container-fluid .c-hcw-step1 .c-step-typo {
      padding-left: 96px; }
      .c-hcw-page .container-fluid .c-hcw-step1 .c-step-typo h5 {
        font-weight: bold; }
      .c-hcw-page .container-fluid .c-hcw-step1 .c-step-typo h1 {
        color: #101010;
        font-size: 1.7em; }
    .c-hcw-page .container-fluid .c-hcw-step1 .c-step-parag p {
      font-size: 1.3em;
      color: #101010; }
  .c-hcw-page .container-fluid .c-hcw-step2 {
    background-color: #f9f9f9;
    padding-top: 64px;
    padding-bottom: 64px; }
    .c-hcw-page .container-fluid .c-hcw-step2 .c-step-typo {
      padding-left: 96px; }
      .c-hcw-page .container-fluid .c-hcw-step2 .c-step-typo h5 {
        font-weight: bold; }
      .c-hcw-page .container-fluid .c-hcw-step2 .c-step-typo h1 {
        color: #101010;
        font-size: 1.7em; }
    .c-hcw-page .container-fluid .c-hcw-step2 .c-step-parag p {
      font-size: 1.3em;
      color: #101010; }
  .c-hcw-page .container-fluid .c-hcw-video .c-video-typo {
    text-align: center;
    margin-top: 32px;
    margin-bottom: 32px; }
    .c-hcw-page .container-fluid .c-hcw-video .c-video-typo h5 {
      font-size: 1.3em;
      color: #101010; }
    .c-hcw-page .container-fluid .c-hcw-video .c-video-typo h1 {
      font-size: 1.7em;
      color: #101010;
      font-family: capptin-font-med; }
      .c-hcw-page .container-fluid .c-hcw-video .c-video-typo h1 span {
        font-weight: 300;
        font-size: 1.3em;
        color: #6d6d6d; }
  .c-hcw-page .container-fluid .c-hcw-sd {
    margin-top: 64px;
    margin-bottom: 32px; }
    .c-hcw-page .container-fluid .c-hcw-sd .c-sd-signup {
      padding-right: 64px;
      padding-left: 48px; }
      .c-hcw-page .container-fluid .c-hcw-sd .c-sd-signup h2 {
        font-family: capptin-font-med;
        color: #081C31; }
      .c-hcw-page .container-fluid .c-hcw-sd .c-sd-signup h5 {
        font-size: 1em;
        color: #101010; }
      .c-hcw-page .container-fluid .c-hcw-sd .c-sd-signup h3 {
        font-size: 1.3em;
        color: #6d6d6d; }
    .c-hcw-page .container-fluid .c-hcw-sd .c-sd-app {
      border-left: 1px solid #6d6d6d; }
      .c-hcw-page .container-fluid .c-hcw-sd .c-sd-app h2 {
        font-family: capptin-font-med;
        padding-left: 32px;
        color: #081C31; }
      .c-hcw-page .container-fluid .c-hcw-sd .c-sd-app h5 {
        font-size: 1em;
        padding-left: 32px;
        padding-right: 96px;
        color: #101010; }
      .c-hcw-page .container-fluid .c-hcw-sd .c-sd-app h3 {
        padding-left: 32px;
        color: #6d6d6d;
        font-size: 1.3em; }
      .c-hcw-page .container-fluid .c-hcw-sd .c-sd-app ul {
        padding-top: 0px;
        padding-left: 16px; }
        .c-hcw-page .container-fluid .c-hcw-sd .c-sd-app ul li .c-btn-store-p {
          width: 200px;
          padding: 0; }
  .c-hcw-page .container-fluid .c-hcw-app .c-app-title {
    position: absolute;
    top: 10%;
    z-index: 1;
    background-color: #fff;
    opacity: 0.95;
    padding: 16px; }
    .c-hcw-page .container-fluid .c-hcw-app .c-app-title h2 {
      margin: 0;
      font-size: 1.3em;
      color: #081C31;
      font-weight: bold; }

@media only screen and (min-width: 1921px) {
  .c-hcw-page .container-fluid .c-hcw-header h1 {
    font-size: 1.7em; }
  .c-hcw-page .container-fluid .c-hcw-step1 .c-step-typo {
    padding-left: 0; }
    .c-hcw-page .container-fluid .c-hcw-step1 .c-step-typo h1 {
      text-align: right;
      font-size: 1.3em; }
  .c-hcw-page .container-fluid .c-hcw-step1 .c-step-parag p {
    font-size: 1em; }
  .c-hcw-page .container-fluid .c-hcw-step2 .c-step-typo {
    padding-left: 0; }
    .c-hcw-page .container-fluid .c-hcw-step2 .c-step-typo h1 {
      text-align: right;
      font-size: 1.3em; }
  .c-hcw-page .container-fluid .c-hcw-step2 .c-step-parag p {
    font-size: 1em; } }

@media only screen and (min-width: 1367px) and (max-width: 1440px) {
  .c-hcw-page .container-fluid .c-hcw-header h1 {
    font-size: 2em; }
  .c-hcw-page .container-fluid .c-hcw-step1 {
    margin-top: 48px;
    margin-bottom: 48px; }
    .c-hcw-page .container-fluid .c-hcw-step1 .c-step-typo {
      padding-left: 164px;
      padding-right: 48px;
      padding-top: 0; }
      .c-hcw-page .container-fluid .c-hcw-step1 .c-step-typo h1 {
        text-align: right;
        font-size: 1.7em; }
    .c-hcw-page .container-fluid .c-hcw-step1 .c-step-parag p {
      padding-right: 40px; }
  .c-hcw-page .container-fluid .c-hcw-step2 {
    padding-top: 48px;
    padding-bottom: 48px; }
    .c-hcw-page .container-fluid .c-hcw-step2 .c-step-typo {
      padding-left: 164px;
      padding-top: 0; }
      .c-hcw-page .container-fluid .c-hcw-step2 .c-step-typo h1 {
        text-align: right;
        font-size: 1.7em; }
    .c-hcw-page .container-fluid .c-hcw-step2 .c-step-parag p {
      padding-right: 40px; }
  .c-hcw-page .container-fluid .c-hcw-video .c-video-typo {
    text-align: center;
    margin-top: 32px;
    margin-bottom: 32px; }
    .c-hcw-page .container-fluid .c-hcw-video .c-video-typo h5 {
      font-size: 1.3em; }
    .c-hcw-page .container-fluid .c-hcw-video .c-video-typo h1 {
      font-size: 2.5em; }
      .c-hcw-page .container-fluid .c-hcw-video .c-video-typo h1 span {
        font-size: 1.3em; }
  .c-hcw-page .container-fluid .c-hcw-sd {
    margin-top: 36px;
    margin-bottom: 24px; }
    .c-hcw-page .container-fluid .c-hcw-sd .c-sd-signup {
      padding-right: 64px;
      padding-left: 48px; }
      .c-hcw-page .container-fluid .c-hcw-sd .c-sd-signup h2 {
        font-size: 1.7em; }
      .c-hcw-page .container-fluid .c-hcw-sd .c-sd-signup h5 {
        font-size: 1em; }
      .c-hcw-page .container-fluid .c-hcw-sd .c-sd-signup h3 {
        margin-top: 24px;
        font-size: 1.3em; }
      .c-hcw-page .container-fluid .c-hcw-sd .c-sd-signup ul li button {
        font-size: 1em;
        padding: 8px 32px; }
    .c-hcw-page .container-fluid .c-hcw-sd .c-sd-app h2 {
      font-size: 1.7em; }
    .c-hcw-page .container-fluid .c-hcw-sd .c-sd-app h5 {
      font-size: 1em; }
    .c-hcw-page .container-fluid .c-hcw-sd .c-sd-app h3 {
      font-size: 1.3em; }
    .c-hcw-page .container-fluid .c-hcw-sd .c-sd-app ul {
      padding-top: 16px;
      padding-left: 32px; }
      .c-hcw-page .container-fluid .c-hcw-sd .c-sd-app ul li .c-btn-store-p {
        padding: 4px 0px; } }

@media only screen and (width: 1366px) {
  .c-hcw-page .container-fluid .c-hcw-header h1 {
    font-size: 2em; }
  .c-hcw-page .container-fluid .c-hcw-step1 {
    margin-top: 48px;
    margin-bottom: 48px; }
    .c-hcw-page .container-fluid .c-hcw-step1 .c-step-typo {
      padding-left: 164px;
      padding-right: 48px;
      padding-top: 0; }
      .c-hcw-page .container-fluid .c-hcw-step1 .c-step-typo h1 {
        text-align: right;
        font-size: 1.7em; }
  .c-hcw-page .container-fluid .c-hcw-step2 {
    padding-top: 48px;
    padding-bottom: 48px; }
    .c-hcw-page .container-fluid .c-hcw-step2 .c-step-typo {
      padding-left: 164px;
      padding-top: 0; }
      .c-hcw-page .container-fluid .c-hcw-step2 .c-step-typo h1 {
        text-align: right;
        font-size: 1.7em; }
  .c-hcw-page .container-fluid .c-hcw-video .c-video-typo {
    text-align: center;
    margin-top: 32px;
    margin-bottom: 32px; }
    .c-hcw-page .container-fluid .c-hcw-video .c-video-typo h5 {
      font-size: 1.3em; }
    .c-hcw-page .container-fluid .c-hcw-video .c-video-typo h1 {
      font-size: 2.5em; }
      .c-hcw-page .container-fluid .c-hcw-video .c-video-typo h1 span {
        font-size: 2.5em; }
  .c-hcw-page .container-fluid .c-hcw-sd {
    margin-top: 64px;
    margin-bottom: 32px; }
    .c-hcw-page .container-fluid .c-hcw-sd .c-sd-signup {
      padding-right: 64px;
      padding-left: 48px; }
      .c-hcw-page .container-fluid .c-hcw-sd .c-sd-signup h1 {
        font-size: 1.3em; }
      .c-hcw-page .container-fluid .c-hcw-sd .c-sd-signup h5 {
        font-size: 1.3vw; }
      .c-hcw-page .container-fluid .c-hcw-sd .c-sd-signup h3 {
        margin-top: 24px;
        font-size: 1em; }
      .c-hcw-page .container-fluid .c-hcw-sd .c-sd-signup ul li button {
        font-size: 1em;
        padding: 8px 32px; }
    .c-hcw-page .container-fluid .c-hcw-sd .c-sd-app ul li .c-btn-store-p {
      padding: 0; } }

@media only screen and (min-width: 992px) and (max-width: 1365px) {
  .c-hcw-page .container-fluid .c-hcw-header h1 {
    font-size: 2em; }
  .c-hcw-page .container-fluid .c-hcw-step1 {
    margin-top: 48px;
    margin-bottom: 48px; }
    .c-hcw-page .container-fluid .c-hcw-step1 .c-step-typo {
      padding-left: 96px;
      padding-right: 32px; }
      .c-hcw-page .container-fluid .c-hcw-step1 .c-step-typo h1 {
        text-align: right;
        font-size: 2em; }
    .c-hcw-page .container-fluid .c-hcw-step1 .c-step-parag p {
      font-size: 1.3em; }
  .c-hcw-page .container-fluid .c-hcw-step2 {
    padding-top: 48px;
    padding-bottom: 48px; }
    .c-hcw-page .container-fluid .c-hcw-step2 .c-step-typo {
      padding-left: 96px;
      padding-right: 32px; }
      .c-hcw-page .container-fluid .c-hcw-step2 .c-step-typo h1 {
        text-align: right;
        font-size: 2em; }
    .c-hcw-page .container-fluid .c-hcw-step2 .c-step-parag p {
      font-size: 1.3em; }
  .c-hcw-page .container-fluid .c-hcw-video .c-video-typo {
    text-align: center;
    margin-top: 32px;
    margin-bottom: 32px; }
    .c-hcw-page .container-fluid .c-hcw-video .c-video-typo h5 {
      font-size: 1.3em; }
    .c-hcw-page .container-fluid .c-hcw-video .c-video-typo h1 {
      font-size: 3em; }
      .c-hcw-page .container-fluid .c-hcw-video .c-video-typo h1 span {
        font-size: 1.7em; }
  .c-hcw-page .container-fluid .c-hcw-sd {
    margin-top: 64px;
    margin-bottom: 32px; }
    .c-hcw-page .container-fluid .c-hcw-sd .c-sd-signup {
      padding-right: 64px;
      padding-left: 48px; }
      .c-hcw-page .container-fluid .c-hcw-sd .c-sd-signup h5 {
        font-size: 1em; }
      .c-hcw-page .container-fluid .c-hcw-sd .c-sd-signup h3 {
        margin-top: 24px;
        font-size: 1.3em; }
      .c-hcw-page .container-fluid .c-hcw-sd .c-sd-signup ul li button {
        width: 140px;
        margin-bottom: 10px;
        font-size: 1em;
        padding: 12px; }
    .c-hcw-page .container-fluid .c-hcw-sd .c-sd-app ul li .c-btn-store-p {
      padding: 0; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .c-hcw-page .container-fluid .c-hcw-header h1 {
    font-size: 3em; }
  .c-hcw-page .container-fluid .c-hcw-step1 {
    margin-top: 64px;
    margin-bottom: 64px; }
    .c-hcw-page .container-fluid .c-hcw-step1 .c-step-typo {
      float: left;
      padding-left: 0px;
      padding-top: 24px; }
      .c-hcw-page .container-fluid .c-hcw-step1 .c-step-typo h5 {
        float: right;
        font-weight: bold; }
      .c-hcw-page .container-fluid .c-hcw-step1 .c-step-typo h1 {
        font-size: 2em; }
    .c-hcw-page .container-fluid .c-hcw-step1 .c-step-parag p {
      font-size: 1.3em; }
  .c-hcw-page .container-fluid .c-hcw-step2 {
    padding-top: 48px;
    padding-bottom: 48px; }
    .c-hcw-page .container-fluid .c-hcw-step2 .c-step-typo {
      padding-left: 0px;
      padding-top: 48px; }
      .c-hcw-page .container-fluid .c-hcw-step2 .c-step-typo h5 {
        font-weight: bold; }
      .c-hcw-page .container-fluid .c-hcw-step2 .c-step-typo h1 {
        font-size: 2em; }
    .c-hcw-page .container-fluid .c-hcw-step2 .c-step-parag p {
      font-size: 1.3em; }
  .c-hcw-page .container-fluid .c-hcw-video .c-video-typo {
    text-align: center;
    margin-top: 32px;
    margin-bottom: 32px; }
    .c-hcw-page .container-fluid .c-hcw-video .c-video-typo h5 {
      font-size: 1.3em;
      color: #101010; }
    .c-hcw-page .container-fluid .c-hcw-video .c-video-typo h1 {
      font-size: 3em;
      color: #101010; }
      .c-hcw-page .container-fluid .c-hcw-video .c-video-typo h1 span {
        font-weight: 300;
        font-size: 1.7em;
        color: #6d6d6d; }
  .c-hcw-page .container-fluid .c-hcw-sd {
    text-align: center;
    margin-top: 64px;
    margin-bottom: 32px; }
    .c-hcw-page .container-fluid .c-hcw-sd .c-sd-signup {
      padding-right: 32px;
      padding-left: 32px;
      padding-bottom: 32px; }
      .c-hcw-page .container-fluid .c-hcw-sd .c-sd-signup h5 {
        font-size: 1.3em; }
      .c-hcw-page .container-fluid .c-hcw-sd .c-sd-signup h3 {
        font-size: 1.7em; }
      .c-hcw-page .container-fluid .c-hcw-sd .c-sd-signup ul li button {
        font-size: 1.3em;
        padding: 8px 32px; }
    .c-hcw-page .container-fluid .c-hcw-sd .c-sd-app {
      border-left: 0 solid transparent; }
      .c-hcw-page .container-fluid .c-hcw-sd .c-sd-app h5 {
        font-size: 1.3em;
        padding-left: 0;
        padding-right: 0; }
      .c-hcw-page .container-fluid .c-hcw-sd .c-sd-app h3 {
        padding-left: 0;
        font-size: 1.7em; }
      .c-hcw-page .container-fluid .c-hcw-sd .c-sd-app ul {
        padding-top: 16px;
        padding-left: 0; }
        .c-hcw-page .container-fluid .c-hcw-sd .c-sd-app ul li .c-btn-store-p {
          width: 160px;
          padding: 0; }
  .c-hcw-page .container-fluid .c-hcw-app .c-app-title h2 {
    font-size: 1.3em; } }

@media only screen and (min-width: 425px) and (max-width: 767px) {
  .c-hcw-page .container-fluid .c-hcw-header {
    padding-top: 32px;
    padding-bottom: 21px; }
    .c-hcw-page .container-fluid .c-hcw-header h1 {
      font-size: 2em; }
  .c-hcw-page .container-fluid .c-hcw-step1 {
    margin-top: 32px;
    margin-bottom: 32px; }
    .c-hcw-page .container-fluid .c-hcw-step1 .c-step-typo {
      float: left;
      padding-left: 16px;
      padding-right: 16px;
      padding-top: 20px; }
      .c-hcw-page .container-fluid .c-hcw-step1 .c-step-typo h5 {
        float: right;
        font-weight: bold; }
      .c-hcw-page .container-fluid .c-hcw-step1 .c-step-typo h1 {
        font-size: 2em; }
    .c-hcw-page .container-fluid .c-hcw-step1 .c-step-parag {
      padding-left: 16px;
      padding-right: 16px; }
      .c-hcw-page .container-fluid .c-hcw-step1 .c-step-parag p {
        font-size: 1.3em; }
  .c-hcw-page .container-fluid .c-hcw-step2 {
    padding-top: 32px;
    padding-bottom: 32px; }
    .c-hcw-page .container-fluid .c-hcw-step2 .c-step-typo {
      padding-left: 16px;
      padding-right: 16px;
      padding-top: 16px; }
      .c-hcw-page .container-fluid .c-hcw-step2 .c-step-typo h5 {
        font-weight: bold; }
      .c-hcw-page .container-fluid .c-hcw-step2 .c-step-typo h1 {
        font-size: 2em; }
    .c-hcw-page .container-fluid .c-hcw-step2 .c-step-parag {
      padding-left: 16px;
      padding-right: 16px; }
      .c-hcw-page .container-fluid .c-hcw-step2 .c-step-parag p {
        font-size: 1.3em; }
  .c-hcw-page .container-fluid .c-hcw-video .c-video-typo {
    text-align: center;
    margin-top: 32px;
    margin-bottom: 32px; }
    .c-hcw-page .container-fluid .c-hcw-video .c-video-typo h5 {
      font-size: 1.7em; }
    .c-hcw-page .container-fluid .c-hcw-video .c-video-typo h1 {
      font-size: 2.5em; }
  .c-hcw-page .container-fluid .c-hcw-sd {
    margin-top: 16px;
    margin-bottom: 16px; }
    .c-hcw-page .container-fluid .c-hcw-sd .c-sd-signup {
      padding-left: 16px;
      padding-right: 16px; }
      .c-hcw-page .container-fluid .c-hcw-sd .c-sd-signup h2 {
        font-size: 2em; }
      .c-hcw-page .container-fluid .c-hcw-sd .c-sd-signup h5 {
        font-size: 1.3em; }
      .c-hcw-page .container-fluid .c-hcw-sd .c-sd-signup h3 {
        font-size: 1.7em; }
      .c-hcw-page .container-fluid .c-hcw-sd .c-sd-signup ul li button {
        font-size: 1.3em;
        padding: 12px 24px; }
    .c-hcw-page .container-fluid .c-hcw-sd .c-sd-app {
      padding-left: 16px;
      padding-right: 16px;
      border-left: 0px solid transparent; }
      .c-hcw-page .container-fluid .c-hcw-sd .c-sd-app h2 {
        padding-left: 0px;
        font-size: 2em; }
      .c-hcw-page .container-fluid .c-hcw-sd .c-sd-app h5 {
        font-size: 1.3em;
        padding-left: 0px;
        padding-right: 16px; }
      .c-hcw-page .container-fluid .c-hcw-sd .c-sd-app h3 {
        padding-left: 0px;
        font-size: 1.7em; }
      .c-hcw-page .container-fluid .c-hcw-sd .c-sd-app ul {
        padding-top: 16px;
        padding-left: 0px; }
        .c-hcw-page .container-fluid .c-hcw-sd .c-sd-app ul li .c-btn-store-p {
          padding: 0; }
  .c-hcw-page .container-fluid .c-hcw-app .c-app-title h2 {
    font-size: 1.3em; } }

@media only screen and (min-width: 375px) and (max-width: 424px) {
  .c-hcw-page .container-fluid .c-hcw-header {
    padding-top: 32px;
    padding-bottom: 21px; }
    .c-hcw-page .container-fluid .c-hcw-header h1 {
      font-size: 2em; }
  .c-hcw-page .container-fluid .c-hcw-step1 {
    margin-top: 32px;
    margin-bottom: 32px; }
    .c-hcw-page .container-fluid .c-hcw-step1 .c-step-typo {
      padding-left: 16px;
      padding-right: 16px;
      padding-top: 20px; }
      .c-hcw-page .container-fluid .c-hcw-step1 .c-step-typo h5 {
        font-weight: bold; }
      .c-hcw-page .container-fluid .c-hcw-step1 .c-step-typo h1 {
        font-size: 1.7em; }
    .c-hcw-page .container-fluid .c-hcw-step1 .c-step-parag {
      padding-left: 16px;
      padding-right: 16px; }
      .c-hcw-page .container-fluid .c-hcw-step1 .c-step-parag p {
        font-size: 1.3em; }
  .c-hcw-page .container-fluid .c-hcw-step2 {
    padding-top: 32px;
    padding-bottom: 32px; }
    .c-hcw-page .container-fluid .c-hcw-step2 .c-step-typo {
      padding-left: 16px;
      padding-right: 16px;
      padding-top: 16px; }
      .c-hcw-page .container-fluid .c-hcw-step2 .c-step-typo h5 {
        font-weight: bold; }
      .c-hcw-page .container-fluid .c-hcw-step2 .c-step-typo h1 {
        font-size: 1.7em; }
    .c-hcw-page .container-fluid .c-hcw-step2 .c-step-parag {
      padding-left: 16px;
      padding-right: 16px; }
      .c-hcw-page .container-fluid .c-hcw-step2 .c-step-parag p {
        font-size: 1.3em; }
  .c-hcw-page .container-fluid .c-hcw-video .c-video-typo {
    text-align: center;
    margin-top: 32px;
    margin-bottom: 32px; }
    .c-hcw-page .container-fluid .c-hcw-video .c-video-typo h5 {
      font-size: 1.3em; }
    .c-hcw-page .container-fluid .c-hcw-video .c-video-typo h1 {
      font-size: 2em; }
      .c-hcw-page .container-fluid .c-hcw-video .c-video-typo h1 span {
        font-size: 1.3em; }
  .c-hcw-page .container-fluid .c-hcw-sd {
    margin-top: 16px;
    margin-bottom: 16px; }
    .c-hcw-page .container-fluid .c-hcw-sd .c-sd-signup {
      padding-left: 16px;
      padding-right: 16px; }
      .c-hcw-page .container-fluid .c-hcw-sd .c-sd-signup h2 {
        font-size: 2em; }
      .c-hcw-page .container-fluid .c-hcw-sd .c-sd-signup h5 {
        font-size: 1.3em; }
      .c-hcw-page .container-fluid .c-hcw-sd .c-sd-signup h3 {
        font-size: 1.3em; }
      .c-hcw-page .container-fluid .c-hcw-sd .c-sd-signup ul li button {
        margin-bottom: 10px;
        width: 160px;
        font-size: 1em;
        padding: 12px 24px; }
    .c-hcw-page .container-fluid .c-hcw-sd .c-sd-app {
      padding-left: 16px;
      padding-right: 16px;
      border-left: 0 solid transparent; }
      .c-hcw-page .container-fluid .c-hcw-sd .c-sd-app h2 {
        font-size: 2em;
        padding-left: 0; }
      .c-hcw-page .container-fluid .c-hcw-sd .c-sd-app h5 {
        font-size: 1.3em;
        padding-left: 0;
        padding-right: 16px; }
      .c-hcw-page .container-fluid .c-hcw-sd .c-sd-app h3 {
        padding-left: 0;
        font-size: 1.3em; }
      .c-hcw-page .container-fluid .c-hcw-sd .c-sd-app ul {
        padding-top: 16px;
        padding-left: 0; }
        .c-hcw-page .container-fluid .c-hcw-sd .c-sd-app ul li .c-btn-store-p {
          padding: 0; }
  .c-hcw-page .container-fluid .c-hcw-app .c-app-title h2 {
    font-size: 1.3em; } }

@media only screen and (min-width: 320px) and (max-width: 374px) {
  .c-hcw-page .container-fluid .c-hcw-header {
    padding-top: 32px;
    padding-bottom: 21px; }
    .c-hcw-page .container-fluid .c-hcw-header h1 {
      font-size: 1.7em; }
  .c-hcw-page .container-fluid .c-hcw-step1 {
    margin-top: 32px;
    margin-bottom: 32px; }
    .c-hcw-page .container-fluid .c-hcw-step1 .c-step-typo {
      float: left;
      padding-left: 4px;
      padding-right: 4px;
      padding-top: 20px; }
      .c-hcw-page .container-fluid .c-hcw-step1 .c-step-typo h5 {
        float: right;
        font-weight: bold; }
      .c-hcw-page .container-fluid .c-hcw-step1 .c-step-typo h1 {
        font-size: 1.3em; }
    .c-hcw-page .container-fluid .c-hcw-step1 .c-step-parag {
      padding-left: 4px;
      padding-right: 4px; }
      .c-hcw-page .container-fluid .c-hcw-step1 .c-step-parag p {
        font-size: 1em; }
  .c-hcw-page .container-fluid .c-hcw-step2 {
    padding-top: 32px;
    padding-bottom: 32px; }
    .c-hcw-page .container-fluid .c-hcw-step2 .c-step-typo {
      padding-left: 4px;
      padding-right: 4px;
      padding-top: 16px; }
      .c-hcw-page .container-fluid .c-hcw-step2 .c-step-typo h5 {
        font-weight: bold; }
      .c-hcw-page .container-fluid .c-hcw-step2 .c-step-typo h1 {
        font-size: 1.3em; }
    .c-hcw-page .container-fluid .c-hcw-step2 .c-step-parag {
      padding-left: 4px;
      padding-right: 4px; }
      .c-hcw-page .container-fluid .c-hcw-step2 .c-step-parag p {
        font-size: 1em; }
  .c-hcw-page .container-fluid .c-hcw-video .c-video-typo {
    text-align: center;
    margin-top: 0px;
    margin-bottom: 0px; }
    .c-hcw-page .container-fluid .c-hcw-video .c-video-typo h5 {
      font-size: 1.3em; }
    .c-hcw-page .container-fluid .c-hcw-video .c-video-typo h1 {
      font-size: 2em; }
      .c-hcw-page .container-fluid .c-hcw-video .c-video-typo h1 span {
        font-size: 1.7em; }
  .c-hcw-page .container-fluid .c-hcw-sd {
    margin-top: 16px;
    margin-bottom: 16px; }
    .c-hcw-page .container-fluid .c-hcw-sd .c-sd-signup {
      padding-left: 4px;
      padding-right: 4px; }
      .c-hcw-page .container-fluid .c-hcw-sd .c-sd-signup h2 {
        font-size: 1.7em; }
      .c-hcw-page .container-fluid .c-hcw-sd .c-sd-signup h5 {
        font-size: 1em; }
      .c-hcw-page .container-fluid .c-hcw-sd .c-sd-signup h3 {
        font-size: 1.3em; }
      .c-hcw-page .container-fluid .c-hcw-sd .c-sd-signup ul li button {
        font-size: 1.3em;
        padding: 12px 24px; }
    .c-hcw-page .container-fluid .c-hcw-sd .c-sd-app {
      padding-left: 4px;
      padding-right: 4px;
      border-left: 0px solid transparent; }
      .c-hcw-page .container-fluid .c-hcw-sd .c-sd-app h2 {
        font-size: 1.7em;
        padding-left: 0px; }
      .c-hcw-page .container-fluid .c-hcw-sd .c-sd-app h5 {
        font-size: 1em;
        padding-left: 0px;
        padding-right: 16px; }
      .c-hcw-page .container-fluid .c-hcw-sd .c-sd-app h3 {
        padding-left: 0px;
        font-size: 1.3em; }
      .c-hcw-page .container-fluid .c-hcw-sd .c-sd-app ul {
        padding-top: 16px;
        padding-left: 0px; }
        .c-hcw-page .container-fluid .c-hcw-sd .c-sd-app ul li .c-btn-store-p {
          padding: 0; }
  .c-hcw-page .container-fluid .c-hcw-app .c-app-title h2 {
    font-size: 1em; } }

.earning-page .container-fluid {
  background-color: #fff; }
  .earning-page .container-fluid .earn-hero-sec .earn-typo {
    background-color: #0786DB;
    padding: 75px 80px; }
    .earning-page .container-fluid .earn-hero-sec .earn-typo h2 {
      font-family: capptin-font-med;
      font-weight: 600;
      color: #fff;
      font-size: 1.7em;
      letter-spacing: 1.3px; }
    .earning-page .container-fluid .earn-hero-sec .earn-typo h3 {
      font-size: 1.3em;
      color: #fff; }
      .earning-page .container-fluid .earn-hero-sec .earn-typo h3 span {
        font-weight: 900; }
      .earning-page .container-fluid .earn-hero-sec .earn-typo h3 span:last-child {
        color: #053F6C; }
  .earning-page .container-fluid .earn-inst-sec {
    text-align: center;
    margin-top: 64px;
    margin-bottom: 64px; }
    .earning-page .container-fluid .earn-inst-sec h1 {
      font-weight: 700;
      color: #000;
      font-size: 1.7em; }
    .earning-page .container-fluid .earn-inst-sec p {
      font-size: 1.3em;
      color: #101010; }
  .earning-page .container-fluid .earn-bonuses-sec {
    text-align: center;
    background-color: #f9f9f9;
    padding-top: 64px;
    padding-bottom: 64px; }
    .earning-page .container-fluid .earn-bonuses-sec .container h1 {
      font-size: 1.7em;
      font-weight: 700;
      color: #000; }
    .earning-page .container-fluid .earn-bonuses-sec .container p {
      font-size: 1.3em;
      color: #101010; }
  .earning-page .container-fluid .earn-tips-sec {
    text-align: center;
    margin-top: 64px;
    margin-bottom: 64px; }
    .earning-page .container-fluid .earn-tips-sec h1 {
      font-weight: 700;
      color: #777; }
    .earning-page .container-fluid .earn-tips-sec p {
      font-size: 1.3em;
      color: #101010; }
  .earning-page .container-fluid .earn-wc-sec {
    text-align: center;
    background-color: #0786DB;
    padding: 40px;
    height: 128px; }
    .earning-page .container-fluid .earn-wc-sec h1 {
      color: #fff;
      font-family: capptin-font-med;
      font-weight: 500;
      font-size: 2em; }
    .earning-page .container-fluid .earn-wc-sec button {
      float: right;
      margin-right: 96px;
      font-weight: 500;
      font-size: 1.3em; }

@media only screen and (min-width: 1367px) and (max-width: 1440px) {
  .earning-page .container-fluid .earn-hero-sec .earn-typo {
    padding: 78px 72px 68.5px 72px; }
    .earning-page .container-fluid .earn-hero-sec .earn-typo h2 {
      font-size: 1.3em; }
    .earning-page .container-fluid .earn-hero-sec .earn-typo h3 {
      font-size: 1em; }
  .earning-page .container-fluid .earn-inst-sec p {
    font-size: 1em; }
  .earning-page .container-fluid .earn-bonuses-sec .container p {
    font-size: 1em; }
  .earning-page .container-fluid .earn-tips-sec p {
    font-size: 1em; } }

@media only screen and (width: 1366px) {
  .earning-page .container-fluid .earn-hero-sec .earn-typo {
    padding: 52px 64px; }
    .earning-page .container-fluid .earn-hero-sec .earn-typo h2 {
      font-size: 2.3em; }
    .earning-page .container-fluid .earn-hero-sec .earn-typo h3 {
      font-size: 1.8em; }
  .earning-page .container-fluid .earn-inst-sec p {
    font-size: 1em; }
  .earning-page .container-fluid .earn-bonuses-sec .container p {
    font-size: 1em; }
  .earning-page .container-fluid .earn-tips-sec p {
    font-size: 1em; } }

@media only screen and (min-width: 992px) and (max-width: 1365px) {
  .earning-page .container-fluid .earn-hero-sec .earn-typo {
    padding: 45.5px 48px; }
    .earning-page .container-fluid .earn-hero-sec .earn-typo h2 {
      font-size: 1.7em; }
    .earning-page .container-fluid .earn-hero-sec .earn-typo h3 {
      font-size: 1.8em; }
  .earning-page .container-fluid .earn-inst-sec h1 {
    font-size: 1.7em; }
  .earning-page .container-fluid .earn-inst-sec p {
    font-size: 1.3em; }
  .earning-page .container-fluid .earn-bonuses-sec .container h1 {
    font-size: 1.7em; }
  .earning-page .container-fluid .earn-bonuses-sec .container p {
    font-size: 1.3em; }
  .earning-page .container-fluid .earn-tips-sec h1 {
    font-size: 1.7em; }
  .earning-page .container-fluid .earn-tips-sec p {
    font-size: 1.3em; }
  .earning-page .container-fluid .earn-wc-sec h1 {
    font-weight: 500;
    font-size: 1.7em; }
  .earning-page .container-fluid .earn-wc-sec button {
    font-weight: 500;
    font-size: 1.3em; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .earning-page .container-fluid .earn-hero-sec .earn-typo {
    padding: 48px; }
    .earning-page .container-fluid .earn-hero-sec .earn-typo h2 {
      font-size: 2em; }
    .earning-page .container-fluid .earn-hero-sec .earn-typo h3 {
      font-size: 1.3em; }
  .earning-page .container-fluid .earn-inst-sec {
    margin: 24px; }
    .earning-page .container-fluid .earn-inst-sec h1 {
      font-size: 1.7em; }
    .earning-page .container-fluid .earn-inst-sec p {
      font-size: 1.3em; }
  .earning-page .container-fluid .earn-bonuses-sec .container h1 {
    font-size: 1.7em; }
  .earning-page .container-fluid .earn-bonuses-sec .container p {
    font-size: 1.3em; }
  .earning-page .container-fluid .earn-tips-sec h1 {
    font-size: 1.7em; }
  .earning-page .container-fluid .earn-tips-sec p {
    font-size: 1.3em; }
  .earning-page .container-fluid .earn-wc-sec {
    text-align: center;
    padding: 24px;
    height: 155px; }
    .earning-page .container-fluid .earn-wc-sec h1 {
      font-weight: 500;
      font-size: 1.7em; }
    .earning-page .container-fluid .earn-wc-sec button {
      font-size: 1.3em;
      float: unset;
      margin-right: 0px;
      font-weight: 500; } }

@media only screen and (min-width: 425px) and (max-width: 767px) {
  .earning-page .container-fluid .earn-hero-sec .earn-typo {
    padding: 24px; }
    .earning-page .container-fluid .earn-hero-sec .earn-typo h2 {
      font-size: 1.7em; }
    .earning-page .container-fluid .earn-hero-sec .earn-typo h3 {
      font-size: 1.3em; }
  .earning-page .container-fluid .earn-sec h1 {
    font-size: 1.7em;
    color: #212121; }
  .earning-page .container-fluid .earn-sec p {
    font-size: 1.3em; }
  .earning-page .container-fluid .earn-inst-sec {
    margin: 32px; }
  .earning-page .container-fluid .earn-bonuses-sec {
    padding: 32px; }
    .earning-page .container-fluid .earn-bonuses-sec .container h1 {
      color: #212121;
      font-size: 1.7em; }
    .earning-page .container-fluid .earn-bonuses-sec .container p {
      font-size: 1.3em; }
  .earning-page .container-fluid .earn-tips-sec {
    margin: 32px; }
  .earning-page .container-fluid .earn-wc-sec {
    text-align: center;
    padding: 24px;
    height: 140px; }
    .earning-page .container-fluid .earn-wc-sec h1 {
      font-size: 1.7em; }
    .earning-page .container-fluid .earn-wc-sec button {
      font-size: 1.3em;
      font-weight: 300;
      float: unset;
      margin-right: 0px; } }

@media only screen and (min-width: 375px) and (max-width: 424px) {
  .earning-page .container-fluid .earn-hero-sec .earn-typo {
    padding: 24px; }
    .earning-page .container-fluid .earn-hero-sec .earn-typo h2 {
      font-size: 1.7em; }
    .earning-page .container-fluid .earn-hero-sec .earn-typo h3 {
      font-size: 1.3em; }
  .earning-page .container-fluid .earn-sec h1 {
    font-size: 1.7em; }
  .earning-page .container-fluid .earn-sec p {
    font-size: 1.3em; }
  .earning-page .container-fluid .earn-inst-sec {
    margin: 32px 16px; }
  .earning-page .container-fluid .earn-bonuses-sec {
    padding: 32px 16px; }
    .earning-page .container-fluid .earn-bonuses-sec .container h1 {
      font-size: 1.7em; }
    .earning-page .container-fluid .earn-bonuses-sec .container p {
      font-size: 1.3em; }
  .earning-page .container-fluid .earn-tips-sec {
    margin: 32px 16px; }
  .earning-page .container-fluid .earn-wc-sec {
    text-align: center;
    padding: 24px;
    height: 140px; }
    .earning-page .container-fluid .earn-wc-sec h1 {
      font-size: 1.7em; }
    .earning-page .container-fluid .earn-wc-sec button {
      font-weight: 300;
      float: unset;
      margin-right: 0px;
      font-size: 1.3em; } }

@media only screen and (min-width: 320px) and (max-width: 374px) {
  .earning-page .container-fluid .earn-hero-sec .earn-typo {
    padding: 24px; }
    .earning-page .container-fluid .earn-hero-sec .earn-typo h2 {
      font-size: 1.7em;
      font-weight: 500; }
    .earning-page .container-fluid .earn-hero-sec .earn-typo h3 {
      font-size: 1.3em; }
  .earning-page .container-fluid .earn-sec h1 {
    font-size: 1.7em; }
  .earning-page .container-fluid .earn-sec p {
    text-align: left;
    font-size: 1.3em; }
  .earning-page .container-fluid .earn-inst-sec {
    margin: 24px 16px; }
  .earning-page .container-fluid .earn-bonuses-sec {
    padding: 24px 16px; }
    .earning-page .container-fluid .earn-bonuses-sec .container h1 {
      font-size: 1.7em; }
    .earning-page .container-fluid .earn-bonuses-sec .container p {
      text-align: left;
      font-size: 1.3em; }
  .earning-page .container-fluid .earn-tips-sec {
    margin: 24px 16px; }
  .earning-page .container-fluid .earn-wc-sec {
    text-align: center;
    padding: 24px;
    height: 172px; }
    .earning-page .container-fluid .earn-wc-sec h1 {
      font-size: 1.7em; }
    .earning-page .container-fluid .earn-wc-sec button {
      font-weight: 300;
      float: unset;
      margin-right: 0px;
      font-size: 1.3em; } }

.c-au-page .container-fluid {
  background-color: #fff; }
  .c-au-page .container-fluid .c-hero-typo {
    text-align: center;
    padding-top: 48px;
    padding-bottom: 24px; }
    .c-au-page .container-fluid .c-hero-typo h1 {
      font-size: 2.5em;
      color: #06375D;
      font-family: capptin-font;
      margin-bottom: 0; }
    .c-au-page .container-fluid .c-hero-typo h6 {
      color: #101010; }
  .c-au-page .container-fluid .c-au-hero-sec .row {
    margin-right: 0;
    margin-left: 0; }
    .c-au-page .container-fluid .c-au-hero-sec .row .c-hero-c1 {
      padding-left: 0;
      padding-right: 0; }
    .c-au-page .container-fluid .c-au-hero-sec .row .c-hero-c2 {
      padding-left: 0;
      padding-right: 0; }
    .c-au-page .container-fluid .c-au-hero-sec .row .c-au-typo {
      background-color: #0786DB;
      padding: 56px; }
      .c-au-page .container-fluid .c-au-hero-sec .row .c-au-typo h2 {
        color: #fff;
        font-size: 0.8em; }
      .c-au-page .container-fluid .c-au-hero-sec .row .c-au-typo h3 {
        font-size: 1.6em;
        color: #fff; }
        .c-au-page .container-fluid .c-au-hero-sec .row .c-au-typo h3 span {
          font-weight: 600; }
        .c-au-page .container-fluid .c-au-hero-sec .row .c-au-typo h3 span:last-child {
          color: #053F6C; }
  .c-au-page .container-fluid .c-au-cl-typo {
    padding-top: 32px;
    padding-bottom: 32px;
    padding-left: 32px; }
    .c-au-page .container-fluid .c-au-cl-typo h1 {
      font-size: 1.7em;
      font-weight: 900;
      color: #081C31; }
    .c-au-page .container-fluid .c-au-cl-typo h5 {
      color: #6d6d6d; }
    .c-au-page .container-fluid .c-au-cl-typo hr {
      margin-top: 0px;
      border: 2px solid #0786DB;
      float: left; }
  .c-au-page .container-fluid .c-au-cl-1 .c-cl-typo-1 {
    padding-top: 80px;
    padding-left: 32px; }
    .c-au-page .container-fluid .c-au-cl-1 .c-cl-typo-1 h6 {
      color: #6d6d6d; }
    .c-au-page .container-fluid .c-au-cl-1 .c-cl-typo-1 h2 {
      font-weight: 900; }
      .c-au-page .container-fluid .c-au-cl-1 .c-cl-typo-1 h2 span {
        color: #0786DB; }
    .c-au-page .container-fluid .c-au-cl-1 .c-cl-typo-1 p {
      font-size: 0.8em;
      color: #6d6d6d; }
  .c-au-page .container-fluid .c-au-cl-1 .c-au-cl-img-sec {
    margin-top: 40px; }
  .c-au-page .container-fluid .c-au-cl-2 .c-cl-typo-2 {
    padding-top: 80px;
    padding-right: 32px; }
    .c-au-page .container-fluid .c-au-cl-2 .c-cl-typo-2 h6 {
      color: #6d6d6d; }
    .c-au-page .container-fluid .c-au-cl-2 .c-cl-typo-2 h2 {
      font-weight: 900; }
      .c-au-page .container-fluid .c-au-cl-2 .c-cl-typo-2 h2 span {
        color: #0786DB; }
    .c-au-page .container-fluid .c-au-cl-2 .c-cl-typo-2 p {
      font-size: 0.8em;
      color: #6d6d6d; }
  .c-au-page .container-fluid .c-au-cl-2 .c-au-cl-img-sec {
    margin-top: 40px; }
  .c-au-page .container-fluid .c-au-blog-typo {
    margin-top: 32px;
    margin-bottom: 32px;
    text-align: center; }
    .c-au-page .container-fluid .c-au-blog-typo h4 {
      font-family: capptin-font;
      font-weight: 600;
      color: #081C31; }
    .c-au-page .container-fluid .c-au-blog-typo p {
      color: #101010;
      font-size: 1em; }
    .c-au-page .container-fluid .c-au-blog-typo h1 {
      font-family: capptin-font;
      font-weight: 600;
      color: #0786DB;
      font-size: 3em; }
  .c-au-page .container-fluid .c-au-career .row {
    margin-right: 0;
    margin-left: 0; }
    .c-au-page .container-fluid .c-au-career .row .c-cr-c1 {
      padding-left: 0;
      padding-right: 0; }
    .c-au-page .container-fluid .c-au-career .row .c-cr-c2 {
      padding-left: 0;
      padding-right: 0; }
  .c-au-page .container-fluid .c-au-career .c-career-img-sec {
    height: 412px;
    background-color: #F3F3F5;
    padding: 32px 0px 0px 0px; }
    .c-au-page .container-fluid .c-au-career .c-career-img-sec .c-career-img {
      z-index: 1;
      position: absolute;
      right: -48px; }
  .c-au-page .container-fluid .c-au-career .c-career-typo {
    z-index: 0;
    padding: 96px 72px;
    background-color: #0786DB; }
    .c-au-page .container-fluid .c-au-career .c-career-typo h2 {
      font-size: 2.5em;
      color: #fff; }
    .c-au-page .container-fluid .c-au-career .c-career-typo h5 {
      font-size: 1.7em;
      color: #fff;
      font-weight: 900; }
    .c-au-page .container-fluid .c-au-career .c-career-typo h6 {
      color: #fff;
      font-size: 1em;
      text-decoration: underline; }
  .c-au-page .container-fluid .c-au-help-typo {
    padding-top: 32px;
    padding-bottom: 32px;
    text-align: center; }
    .c-au-page .container-fluid .c-au-help-typo h3 {
      font-family: capptin-font-med;
      font-weight: 600;
      color: #081C31; }
    .c-au-page .container-fluid .c-au-help-typo p {
      color: #6d6d6d;
      font-size: 0.8em; }
    .c-au-page .container-fluid .c-au-help-typo h1 {
      font-family: capptin-font-med;
      font-weight: 700;
      color: #0786DB;
      font-size: 2.5em; }

@media only screen and (min-width: 1367px) and (max-width: 1440px) {
  .c-au-page .container-fluid .c-hero-typo h1 {
    font-size: 2em; }
  .c-au-page .container-fluid .c-au-hero-sec .row {
    margin-right: 0;
    margin-left: 0; }
    .c-au-page .container-fluid .c-au-hero-sec .row .c-hero-c1 {
      padding-left: 0;
      padding-right: 0; }
    .c-au-page .container-fluid .c-au-hero-sec .row .c-hero-c2 {
      padding-left: 0;
      padding-right: 0; }
    .c-au-page .container-fluid .c-au-hero-sec .row .c-au-typo {
      padding: 48px; }
      .c-au-page .container-fluid .c-au-hero-sec .row .c-au-typo h3 {
        font-size: 1.3em; }
  .c-au-page .container-fluid .c-au-cl-1 .row {
    margin-left: 0;
    margin-right: 0; }
    .c-au-page .container-fluid .c-au-cl-1 .row .c-au-c1 {
      padding-left: 0;
      padding-right: 0; }
    .c-au-page .container-fluid .c-au-cl-1 .row .c-au-c2 {
      padding-left: 0;
      padding-right: 0; }
  .c-au-page .container-fluid .c-au-cl-1 .c-cl-typo-1 {
    padding-top: 32px;
    padding-left: 32px;
    padding-right: 32px; }
    .c-au-page .container-fluid .c-au-cl-1 .c-cl-typo-1 p {
      font-size: 0.8em; }
  .c-au-page .container-fluid .c-au-cl-2 .row {
    margin-left: 0;
    margin-right: 0; }
    .c-au-page .container-fluid .c-au-cl-2 .row .c-au-c1 {
      padding-left: 0;
      padding-right: 0; }
    .c-au-page .container-fluid .c-au-cl-2 .row .c-au-c2 {
      padding-left: 0;
      padding-right: 0; }
  .c-au-page .container-fluid .c-au-cl-2 .c-cl-typo-2 {
    padding-top: 32px;
    padding-left: 32px;
    padding-right: 32px; }
    .c-au-page .container-fluid .c-au-cl-2 .c-cl-typo-2 p {
      font-size: 0.8em; }
  .c-au-page .container-fluid .c-au-blog-typo {
    margin-top: 32px;
    margin-bottom: 32px; }
    .c-au-page .container-fluid .c-au-blog-typo h4 {
      font-size: 0.8em; }
    .c-au-page .container-fluid .c-au-blog-typo p {
      font-size: 1em; }
    .c-au-page .container-fluid .c-au-blog-typo h1 {
      font-size: 2em; }
  .c-au-page .container-fluid .c-au-career .row {
    margin-right: 0;
    margin-left: 0; }
    .c-au-page .container-fluid .c-au-career .row .c-cr-c1 {
      padding-left: 0;
      padding-right: 0; }
    .c-au-page .container-fluid .c-au-career .row .c-cr-c2 {
      padding-left: 0;
      padding-right: 0; }
  .c-au-page .container-fluid .c-au-career .c-career-img-sec {
    height: 438px;
    padding: 40px 0 32px 32px; }
    .c-au-page .container-fluid .c-au-career .c-career-img-sec .c-career-img {
      right: -48px;
      top: 12%; }
  .c-au-page .container-fluid .c-au-career .c-career-typo {
    padding: 80px; }
    .c-au-page .container-fluid .c-au-career .c-career-typo h2 {
      font-size: 1.8em; }
    .c-au-page .container-fluid .c-au-career .c-career-typo h5 {
      font-size: 2em; }
    .c-au-page .container-fluid .c-au-career .c-career-typo h6 {
      font-size: 1em; }
  .c-au-page .container-fluid .c-au-help-typo {
    padding-top: 32px;
    padding-bottom: 32px; }
    .c-au-page .container-fluid .c-au-help-typo p {
      font-size: 1em; }
    .c-au-page .container-fluid .c-au-help-typo h1 {
      font-size: 2em; } }

@media only screen and (width: 1366px) {
  .c-au-page .container-fluid .c-hero-typo h1 {
    font-size: 3em; }
  .c-au-page .container-fluid .c-au-hero-sec .row {
    margin-right: 0;
    margin-left: 0; }
    .c-au-page .container-fluid .c-au-hero-sec .row .c-hero-c1 {
      padding-left: 0;
      padding-right: 0; }
    .c-au-page .container-fluid .c-au-hero-sec .row .c-hero-c2 {
      padding-left: 0;
      padding-right: 0; }
    .c-au-page .container-fluid .c-au-hero-sec .row .c-au-typo {
      padding: 48px; }
      .c-au-page .container-fluid .c-au-hero-sec .row .c-au-typo h3 {
        font-size: 1.7em; }
  .c-au-page .container-fluid .c-au-cl-1 .row {
    margin-left: 0;
    margin-right: 0; }
    .c-au-page .container-fluid .c-au-cl-1 .row .c-au-c1 {
      padding-left: 0;
      padding-right: 0; }
    .c-au-page .container-fluid .c-au-cl-1 .row .c-au-c2 {
      padding-left: 0;
      padding-right: 0; }
  .c-au-page .container-fluid .c-au-cl-1 .c-cl-typo-1 {
    padding-top: 0px;
    padding-left: 32px; }
    .c-au-page .container-fluid .c-au-cl-1 .c-cl-typo-1 p {
      font-size: 1em; }
  .c-au-page .container-fluid .c-au-cl-2 .row {
    margin-left: 0;
    margin-right: 0; }
    .c-au-page .container-fluid .c-au-cl-2 .row .c-au-c1 {
      padding-left: 0;
      padding-right: 0; }
    .c-au-page .container-fluid .c-au-cl-2 .row .c-au-c2 {
      padding-left: 0;
      padding-right: 0; }
  .c-au-page .container-fluid .c-au-cl-2 .c-cl-typo-2 {
    padding-top: 0px;
    padding-left: 16px;
    padding-right: 16px; }
    .c-au-page .container-fluid .c-au-cl-2 .c-cl-typo-2 p {
      font-size: 1em; }
  .c-au-page .container-fluid .c-au-blog-typo {
    margin-top: 32px;
    margin-bottom: 32px; }
    .c-au-page .container-fluid .c-au-blog-typo h4 {
      font-size: 1em; }
    .c-au-page .container-fluid .c-au-blog-typo p {
      font-size: 1em; }
    .c-au-page .container-fluid .c-au-blog-typo h1 {
      font-size: 2em; }
  .c-au-page .container-fluid .c-au-career .row {
    margin-right: 0;
    margin-left: 0; }
    .c-au-page .container-fluid .c-au-career .row .c-cr-c1 {
      padding-left: 0;
      padding-right: 0; }
    .c-au-page .container-fluid .c-au-career .row .c-cr-c2 {
      padding-left: 0;
      padding-right: 0; }
  .c-au-page .container-fluid .c-au-career .c-career-img-sec {
    height: 460px;
    padding: 40px 0 32px 32px; }
    .c-au-page .container-fluid .c-au-career .c-career-img-sec .c-career-img {
      right: -24px;
      top: 8%; }
  .c-au-page .container-fluid .c-au-career .c-career-typo {
    padding: 100px 64px 100px 64px; }
    .c-au-page .container-fluid .c-au-career .c-career-typo h2 {
      font-size: 1.7em; }
    .c-au-page .container-fluid .c-au-career .c-career-typo h5 {
      font-size: 2em; }
    .c-au-page .container-fluid .c-au-career .c-career-typo h6 {
      font-size: 1em; }
  .c-au-page .container-fluid .c-au-help-typo {
    padding-top: 32px;
    padding-bottom: 32px; }
    .c-au-page .container-fluid .c-au-help-typo p {
      font-size: 1em; }
    .c-au-page .container-fluid .c-au-help-typo h1 {
      font-size: 2em; } }

@media only screen and (min-width: 992px) and (max-width: 1365px) {
  .c-au-page .container-fluid .c-hero-typo h1 {
    font-size: 3em; }
  .c-au-page .container-fluid .c-au-hero-sec .row {
    margin-right: 0;
    margin-left: 0; }
    .c-au-page .container-fluid .c-au-hero-sec .row .c-hero-c1 {
      padding-left: 0;
      padding-right: 0; }
    .c-au-page .container-fluid .c-au-hero-sec .row .c-hero-c2 {
      padding-left: 0;
      padding-right: 0; }
    .c-au-page .container-fluid .c-au-hero-sec .row .c-au-typo {
      padding: 36px 56px; }
      .c-au-page .container-fluid .c-au-hero-sec .row .c-au-typo h3 {
        line-height: 1.5;
        font-size: 1.3em; }
  .c-au-page .container-fluid .c-au-cl-1 .row {
    margin-left: 0;
    margin-right: 0; }
    .c-au-page .container-fluid .c-au-cl-1 .row .c-au-c1 {
      padding-left: 0;
      padding-right: 0; }
    .c-au-page .container-fluid .c-au-cl-1 .row .c-au-c2 {
      padding-left: 0;
      padding-right: 0; }
  .c-au-page .container-fluid .c-au-cl-1 .c-cl-typo-1 {
    padding-top: 0px;
    padding-left: 32px; }
    .c-au-page .container-fluid .c-au-cl-1 .c-cl-typo-1 p {
      font-size: 1em; }
  .c-au-page .container-fluid .c-au-cl-2 .row {
    margin-left: 0;
    margin-right: 0; }
    .c-au-page .container-fluid .c-au-cl-2 .row .c-au-c1 {
      padding-left: 0;
      padding-right: 0; }
    .c-au-page .container-fluid .c-au-cl-2 .row .c-au-c2 {
      padding-left: 0;
      padding-right: 0; }
  .c-au-page .container-fluid .c-au-cl-2 .c-cl-typo-2 {
    padding-top: 0px;
    padding-left: 16px;
    padding-right: 16px; }
    .c-au-page .container-fluid .c-au-cl-2 .c-cl-typo-2 p {
      font-size: 1em; }
  .c-au-page .container-fluid .c-au-blog-typo {
    margin-top: 32px;
    margin-bottom: 32px; }
    .c-au-page .container-fluid .c-au-blog-typo h4 {
      font-size: 1em; }
    .c-au-page .container-fluid .c-au-blog-typo p {
      font-size: 1.3em; }
    .c-au-page .container-fluid .c-au-blog-typo h1 {
      font-size: 2em; }
  .c-au-page .container-fluid .c-au-career .row {
    margin-right: 0;
    margin-left: 0; }
    .c-au-page .container-fluid .c-au-career .row .c-cr-c1 {
      padding-left: 0;
      padding-right: 0; }
    .c-au-page .container-fluid .c-au-career .row .c-cr-c2 {
      padding-left: 0;
      padding-right: 0; }
  .c-au-page .container-fluid .c-au-career .c-career-img-sec {
    height: 398px;
    padding: 40px 0 32px 32px; }
    .c-au-page .container-fluid .c-au-career .c-career-img-sec .c-career-img {
      right: -32px;
      top: 10%; }
  .c-au-page .container-fluid .c-au-career .c-career-typo {
    padding: 48px 64px 48px 64px; }
    .c-au-page .container-fluid .c-au-career .c-career-typo h2 {
      font-size: 2.3em; }
    .c-au-page .container-fluid .c-au-career .c-career-typo h5 {
      font-size: 2.5em; }
    .c-au-page .container-fluid .c-au-career .c-career-typo h6 {
      font-size: 2em; }
  .c-au-page .container-fluid .c-au-help-typo {
    padding-top: 32px;
    padding-bottom: 32px; }
    .c-au-page .container-fluid .c-au-help-typo h3 {
      font-size: 1.3em; }
    .c-au-page .container-fluid .c-au-help-typo p {
      font-size: 1.3em; }
    .c-au-page .container-fluid .c-au-help-typo h1 {
      font-size: 2em; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .c-au-page .container-fluid .c-hero-typo h1 {
    font-size: 3em; }
  .c-au-page .container-fluid .c-au-hero-sec .row {
    display: flex;
    flex-direction: column-reverse;
    margin-right: 0;
    margin-left: 0; }
    .c-au-page .container-fluid .c-au-hero-sec .row .c-hero-c1 {
      padding-left: 0;
      padding-right: 0; }
    .c-au-page .container-fluid .c-au-hero-sec .row .c-hero-c2 {
      padding-left: 0;
      padding-right: 0; }
    .c-au-page .container-fluid .c-au-hero-sec .row .c-au-typo {
      width: 70%;
      margin-top: 36px;
      margin-left: 15%;
      padding: 48px; }
      .c-au-page .container-fluid .c-au-hero-sec .row .c-au-typo h3 {
        font-size: 1.7em; }
  .c-au-page .container-fluid .c-au-cl-typo {
    padding-top: 32px;
    padding-bottom: 32px;
    padding-left: 32px; }
    .c-au-page .container-fluid .c-au-cl-typo h1 {
      font-size: 2em; }
    .c-au-page .container-fluid .c-au-cl-typo hr {
      margin-top: 0px; }
  .c-au-page .container-fluid .c-au-cl-1 .row {
    margin-left: 0;
    margin-right: 0; }
    .c-au-page .container-fluid .c-au-cl-1 .row .c-au-c1 {
      padding-left: 0;
      padding-right: 0; }
    .c-au-page .container-fluid .c-au-cl-1 .row .c-au-c2 {
      padding-left: 0;
      padding-right: 0; }
  .c-au-page .container-fluid .c-au-cl-1 .c-cl-typo-1 {
    padding-top: 0px;
    padding-left: 32px; }
    .c-au-page .container-fluid .c-au-cl-1 .c-cl-typo-1 h2 {
      font-size: 2em; }
    .c-au-page .container-fluid .c-au-cl-1 .c-cl-typo-1 p {
      font-size: 1.3em; }
  .c-au-page .container-fluid .c-au-cl-1 .c-au-cl-img-sec {
    margin-top: 20px;
    margin-bottom: 20px; }
  .c-au-page .container-fluid .c-au-cl-2 .row {
    display: flex;
    flex-direction: column-reverse;
    margin-left: 0;
    margin-right: 0; }
    .c-au-page .container-fluid .c-au-cl-2 .row .c-au-c1 {
      padding-left: 0;
      padding-right: 0; }
    .c-au-page .container-fluid .c-au-cl-2 .row .c-au-c2 {
      padding-left: 0;
      padding-right: 0; }
  .c-au-page .container-fluid .c-au-cl-2 .c-cl-typo-2 {
    padding-top: 32px;
    padding-right: 32px;
    padding-left: 32px; }
    .c-au-page .container-fluid .c-au-cl-2 .c-cl-typo-2 h2 {
      font-size: 2em; }
    .c-au-page .container-fluid .c-au-cl-2 .c-cl-typo-2 p {
      font-size: 1.3em; }
  .c-au-page .container-fluid .c-au-cl-2 .c-au-cl-img-sec {
    margin-top: 20px;
    margin-bottom: 20px; }
  .c-au-page .container-fluid .c-au-blog-typo {
    margin-top: 48px;
    margin-bottom: 48px;
    text-align: center; }
    .c-au-page .container-fluid .c-au-blog-typo h4 {
      font-size: 1.3em; }
    .c-au-page .container-fluid .c-au-blog-typo p {
      font-size: 1.7em; }
    .c-au-page .container-fluid .c-au-blog-typo h1 {
      font-size: 3em; }
  .c-au-page .container-fluid .c-au-career .row {
    margin-right: 0;
    margin-left: 0; }
    .c-au-page .container-fluid .c-au-career .row .c-cr-c1 {
      padding-left: 0;
      padding-right: 0; }
    .c-au-page .container-fluid .c-au-career .row .c-cr-c2 {
      padding-left: 0;
      padding-right: 0; }
  .c-au-page .container-fluid .c-au-career .c-career-img-sec {
    height: 520px;
    padding: 40px; }
    .c-au-page .container-fluid .c-au-career .c-career-img-sec .c-career-img {
      position: relative;
      right: 0px; }
  .c-au-page .container-fluid .c-au-career .c-career-typo {
    padding: 48px 96px 48px 96px; }
    .c-au-page .container-fluid .c-au-career .c-career-typo h2 {
      font-size: 2.5em; }
    .c-au-page .container-fluid .c-au-career .c-career-typo h5 {
      font-size: 3em; }
    .c-au-page .container-fluid .c-au-career .c-career-typo h6 {
      font-size: 1.7em; }
  .c-au-page .container-fluid .c-au-help-typo {
    padding-top: 16px;
    padding-bottom: 16px;
    text-align: center; }
    .c-au-page .container-fluid .c-au-help-typo h3 {
      margin-bottom: 0; }
    .c-au-page .container-fluid .c-au-help-typo p {
      font-size: 1.7em;
      margin-bottom: 0; }
    .c-au-page .container-fluid .c-au-help-typo h1 {
      font-size: 3em; } }

@media only screen and (min-width: 425px) and (max-width: 767px) {
  .c-au-page .container-fluid .c-hero-typo {
    text-align: center;
    padding-top: 32px;
    padding-bottom: 24px; }
    .c-au-page .container-fluid .c-hero-typo h1 {
      font-size: 2.5em;
      margin-bottom: 0; }
    .c-au-page .container-fluid .c-hero-typo h6 {
      font-size: 1em; }
  .c-au-page .container-fluid .c-au-hero-sec .row {
    display: flex;
    margin-right: 0;
    margin-left: 0; }
    .c-au-page .container-fluid .c-au-hero-sec .row .c-hero-c1 {
      padding-left: 0;
      padding-right: 0; }
    .c-au-page .container-fluid .c-au-hero-sec .row .c-hero-c2 {
      padding-left: 0;
      padding-right: 0; }
    .c-au-page .container-fluid .c-au-hero-sec .row .c-au-typo {
      padding: 36px; }
      .c-au-page .container-fluid .c-au-hero-sec .row .c-au-typo h3 {
        font-size: 1.7em; }
  .c-au-page .container-fluid .c-au-cl-typo {
    padding-top: 32px;
    padding-bottom: 32px;
    padding-left: 32px; }
    .c-au-page .container-fluid .c-au-cl-typo h1 {
      font-size: 4vh; }
    .c-au-page .container-fluid .c-au-cl-typo hr {
      margin-top: 0px; }
  .c-au-page .container-fluid .c-au-cl-1 .row {
    margin-left: 0;
    margin-right: 0; }
    .c-au-page .container-fluid .c-au-cl-1 .row .c-au-c1 {
      padding-left: 0;
      padding-right: 0; }
    .c-au-page .container-fluid .c-au-cl-1 .row .c-au-c2 {
      padding-left: 0;
      padding-right: 0; }
  .c-au-page .container-fluid .c-au-cl-1 .c-cl-typo-1 {
    padding-top: 0px;
    padding-left: 24px;
    padding-right: 24px; }
    .c-au-page .container-fluid .c-au-cl-1 .c-cl-typo-1 p {
      font-size: 2.5em; }
  .c-au-page .container-fluid .c-au-cl-1 .c-au-cl-img-sec {
    margin-top: 20px;
    margin-bottom: 20px; }
  .c-au-page .container-fluid .c-au-cl-2 .row {
    display: flex;
    flex-direction: column-reverse;
    margin-left: 0;
    margin-right: 0; }
    .c-au-page .container-fluid .c-au-cl-2 .row .c-au-c1 {
      padding-left: 0;
      padding-right: 0; }
    .c-au-page .container-fluid .c-au-cl-2 .row .c-au-c2 {
      padding-left: 0;
      padding-right: 0; }
  .c-au-page .container-fluid .c-au-cl-2 .c-cl-typo-2 {
    padding-top: 32px;
    padding-left: 24px;
    padding-right: 24px; }
    .c-au-page .container-fluid .c-au-cl-2 .c-cl-typo-2 p {
      font-size: 2.5em; }
  .c-au-page .container-fluid .c-au-cl-2 .c-au-cl-img-sec {
    margin-top: 20px;
    margin-bottom: 20px; }
  .c-au-page .container-fluid .c-au-blog-typo {
    margin-top: 32px;
    margin-bottom: 0; }
    .c-au-page .container-fluid .c-au-blog-typo h4 {
      font-size: 1.3em;
      margin-bottom: 0; }
    .c-au-page .container-fluid .c-au-blog-typo p {
      font-size: 1.7em;
      margin-bottom: 0; }
    .c-au-page .container-fluid .c-au-blog-typo h1 {
      padding-bottom: 32px;
      margin-top: 12px;
      font-size: 2.5em; }
  .c-au-page .container-fluid .c-au-career .row {
    margin-right: 0;
    margin-left: 0; }
    .c-au-page .container-fluid .c-au-career .row .c-cr-c1 {
      padding-left: 0;
      padding-right: 0; }
    .c-au-page .container-fluid .c-au-career .row .c-cr-c2 {
      padding-left: 0;
      padding-right: 0; }
  .c-au-page .container-fluid .c-au-career .c-career-img-sec {
    height: 280px;
    padding: 20px; }
    .c-au-page .container-fluid .c-au-career .c-career-img-sec .c-career-img {
      position: relative;
      right: 0px; }
  .c-au-page .container-fluid .c-au-career .c-career-typo {
    padding: 48px;
    background-color: #0786DB; }
    .c-au-page .container-fluid .c-au-career .c-career-typo h2 {
      font-size: 2em; }
    .c-au-page .container-fluid .c-au-career .c-career-typo h5 {
      font-size: 1.7em; }
    .c-au-page .container-fluid .c-au-career .c-career-typo h6 {
      font-size: 1.3em;
      font-weight: 700; }
  .c-au-page .container-fluid .c-au-help-typo {
    padding-top: 32px;
    padding-bottom: 32px; }
    .c-au-page .container-fluid .c-au-help-typo h3 {
      margin-bottom: 0; }
    .c-au-page .container-fluid .c-au-help-typo p {
      font-size: 1.7em;
      margin-bottom: 0; }
    .c-au-page .container-fluid .c-au-help-typo h1 {
      font-size: 2.5em; } }

@media only screen and (min-width: 375px) and (max-width: 424px) {
  .c-au-page .container-fluid .c-hero-typo {
    text-align: center;
    padding-top: 32px;
    padding-bottom: 24px; }
    .c-au-page .container-fluid .c-hero-typo h1 {
      font-size: 2.5em;
      margin-bottom: 0; }
    .c-au-page .container-fluid .c-hero-typo h6 {
      font-size: 1em; }
  .c-au-page .container-fluid .c-au-hero-sec .row {
    display: flex;
    margin-right: 0;
    margin-left: 0; }
    .c-au-page .container-fluid .c-au-hero-sec .row .c-hero-c1 {
      padding-left: 0;
      padding-right: 0; }
    .c-au-page .container-fluid .c-au-hero-sec .row .c-hero-c2 {
      padding-left: 0;
      padding-right: 0; }
    .c-au-page .container-fluid .c-au-hero-sec .row .c-au-typo {
      padding: 30px; }
      .c-au-page .container-fluid .c-au-hero-sec .row .c-au-typo h3 {
        font-size: 1.3em; }
  .c-au-page .container-fluid .c-au-cl-typo {
    padding-top: 32px;
    padding-bottom: 32px;
    padding-left: 32px; }
    .c-au-page .container-fluid .c-au-cl-typo h1 {
      font-size: 4vh; }
    .c-au-page .container-fluid .c-au-cl-typo hr {
      margin-top: 0px; }
  .c-au-page .container-fluid .c-au-cl-1 .row {
    margin-left: 0;
    margin-right: 0; }
    .c-au-page .container-fluid .c-au-cl-1 .row .c-au-c1 {
      padding-left: 0;
      padding-right: 0; }
    .c-au-page .container-fluid .c-au-cl-1 .row .c-au-c2 {
      padding-left: 0;
      padding-right: 0; }
  .c-au-page .container-fluid .c-au-cl-1 .c-cl-typo-1 {
    padding-top: 0px;
    padding-left: 24px;
    padding-right: 24px; }
    .c-au-page .container-fluid .c-au-cl-1 .c-cl-typo-1 p {
      font-size: 2.5em; }
  .c-au-page .container-fluid .c-au-cl-1 .c-au-cl-img-sec {
    margin-top: 20px;
    margin-bottom: 20px; }
  .c-au-page .container-fluid .c-au-cl-2 .row {
    display: flex;
    flex-direction: column-reverse;
    margin-left: 0;
    margin-right: 0; }
    .c-au-page .container-fluid .c-au-cl-2 .row .c-au-c1 {
      padding-left: 0;
      padding-right: 0; }
    .c-au-page .container-fluid .c-au-cl-2 .row .c-au-c2 {
      padding-left: 0;
      padding-right: 0; }
  .c-au-page .container-fluid .c-au-cl-2 .c-cl-typo-2 {
    padding-top: 32px;
    padding-left: 24px;
    padding-right: 24px; }
    .c-au-page .container-fluid .c-au-cl-2 .c-cl-typo-2 p {
      font-size: 2.5em; }
  .c-au-page .container-fluid .c-au-cl-2 .c-au-cl-img-sec {
    margin-top: 20px;
    margin-bottom: 20px; }
  .c-au-page .container-fluid .c-au-blog-typo {
    margin-top: 32px;
    margin-bottom: 0; }
    .c-au-page .container-fluid .c-au-blog-typo h4 {
      font-size: 1.3em;
      margin-bottom: 0; }
    .c-au-page .container-fluid .c-au-blog-typo p {
      font-size: 1.3em;
      margin-bottom: 0; }
    .c-au-page .container-fluid .c-au-blog-typo h1 {
      font-size: 2.5em;
      padding-bottom: 32px; }
  .c-au-page .container-fluid .c-au-career .row {
    margin-right: 0;
    margin-left: 0; }
    .c-au-page .container-fluid .c-au-career .row .c-cr-c1 {
      padding-left: 0;
      padding-right: 0; }
    .c-au-page .container-fluid .c-au-career .row .c-cr-c2 {
      padding-left: 0;
      padding-right: 0; }
  .c-au-page .container-fluid .c-au-career .c-career-img-sec {
    height: 280px;
    padding: 20px; }
    .c-au-page .container-fluid .c-au-career .c-career-img-sec .c-career-img {
      position: relative;
      right: 0px; }
  .c-au-page .container-fluid .c-au-career .c-career-typo {
    padding: 48px;
    background-color: #0786DB; }
    .c-au-page .container-fluid .c-au-career .c-career-typo h2 {
      font-size: 1.7em; }
    .c-au-page .container-fluid .c-au-career .c-career-typo h5 {
      font-size: 1.3em; }
    .c-au-page .container-fluid .c-au-career .c-career-typo h6 {
      font-size: 1em;
      font-weight: 700; }
  .c-au-page .container-fluid .c-au-help-typo {
    padding-top: 32px;
    padding-bottom: 32px; }
    .c-au-page .container-fluid .c-au-help-typo h3 {
      margin-bottom: 0; }
    .c-au-page .container-fluid .c-au-help-typo p {
      font-size: 1.3em;
      margin-bottom: 0; }
    .c-au-page .container-fluid .c-au-help-typo h1 {
      font-size: 2.5em; } }

@media only screen and (min-width: 320px) and (max-width: 374px) {
  .c-au-page .container-fluid .c-hero-typo {
    text-align: center;
    padding-top: 32px;
    padding-bottom: 24px; }
    .c-au-page .container-fluid .c-hero-typo h1 {
      font-size: 2.5em;
      margin-bottom: 0; }
    .c-au-page .container-fluid .c-hero-typo h6 {
      font-size: 1em; }
  .c-au-page .container-fluid .c-au-hero-sec .row {
    display: flex;
    flex-direction: column-reverse;
    margin-right: 0;
    margin-left: 0; }
    .c-au-page .container-fluid .c-au-hero-sec .row .c-hero-c1 {
      padding-left: 0;
      padding-right: 0; }
    .c-au-page .container-fluid .c-au-hero-sec .row .c-hero-c2 {
      display: none;
      padding-left: 0;
      padding-right: 0; }
    .c-au-page .container-fluid .c-au-hero-sec .row .c-au-typo {
      padding: 24px; }
      .c-au-page .container-fluid .c-au-hero-sec .row .c-au-typo h3 {
        font-size: 1.3em; }
  .c-au-page .container-fluid .c-au-cl-typo {
    padding-top: 32px;
    padding-bottom: 32px;
    padding-left: 32px; }
    .c-au-page .container-fluid .c-au-cl-typo h1 {
      font-size: 1.3em; }
    .c-au-page .container-fluid .c-au-cl-typo hr {
      margin-top: 0; }
  .c-au-page .container-fluid .c-au-cl-1 .row {
    margin-left: 0;
    margin-right: 0; }
    .c-au-page .container-fluid .c-au-cl-1 .row .c-au-c1 {
      padding-left: 0;
      padding-right: 0; }
    .c-au-page .container-fluid .c-au-cl-1 .row .c-au-c2 {
      padding-left: 0;
      padding-right: 0; }
  .c-au-page .container-fluid .c-au-cl-1 .c-cl-typo-1 {
    padding-top: 0px;
    padding-left: 24px;
    padding-right: 24px; }
    .c-au-page .container-fluid .c-au-cl-1 .c-cl-typo-1 p {
      font-size: 2.5em; }
  .c-au-page .container-fluid .c-au-cl-1 .c-au-cl-img-sec {
    margin-top: 20px;
    margin-bottom: 20px; }
  .c-au-page .container-fluid .c-au-cl-2 .row {
    display: flex;
    flex-direction: column-reverse;
    margin-left: 0;
    margin-right: 0; }
    .c-au-page .container-fluid .c-au-cl-2 .row .c-au-c1 {
      padding-left: 0;
      padding-right: 0; }
    .c-au-page .container-fluid .c-au-cl-2 .row .c-au-c2 {
      padding-left: 0;
      padding-right: 0; }
  .c-au-page .container-fluid .c-au-cl-2 .c-cl-typo-2 {
    padding-top: 32px;
    padding-left: 24px;
    padding-right: 24px; }
    .c-au-page .container-fluid .c-au-cl-2 .c-cl-typo-2 p {
      font-size: 2.5em; }
  .c-au-page .container-fluid .c-au-cl-2 .c-au-cl-img-sec {
    margin-top: 20px;
    margin-bottom: 20px; }
  .c-au-page .container-fluid .c-au-blog-typo {
    margin-top: 24px;
    margin-bottom: 0; }
    .c-au-page .container-fluid .c-au-blog-typo h4 {
      font-size: 1.3em;
      margin-bottom: 0;
      margin-bottom: 8px; }
    .c-au-page .container-fluid .c-au-blog-typo p {
      margin-bottom: 0; }
    .c-au-page .container-fluid .c-au-blog-typo h1 {
      font-size: 1.7em;
      padding-bottom: 24px; }
  .c-au-page .container-fluid .c-au-career .row {
    margin-right: 0;
    margin-left: 0; }
    .c-au-page .container-fluid .c-au-career .row .c-cr-c1 {
      padding-left: 0;
      padding-right: 0; }
    .c-au-page .container-fluid .c-au-career .row .c-cr-c2 {
      padding-left: 0;
      padding-right: 0; }
  .c-au-page .container-fluid .c-au-career .c-career-img-sec {
    height: 215px;
    padding: 20px; }
    .c-au-page .container-fluid .c-au-career .c-career-img-sec .c-career-img {
      position: relative;
      right: 0px; }
  .c-au-page .container-fluid .c-au-career .c-career-typo {
    padding: 48px;
    background-color: #0786DB; }
    .c-au-page .container-fluid .c-au-career .c-career-typo h2 {
      font-size: 1.7em; }
    .c-au-page .container-fluid .c-au-career .c-career-typo h5 {
      font-size: 1.3em; }
    .c-au-page .container-fluid .c-au-career .c-career-typo h6 {
      font-size: 1em;
      font-weight: 700; }
  .c-au-page .container-fluid .c-au-help-typo {
    padding-top: 32px;
    padding-bottom: 32px; }
    .c-au-page .container-fluid .c-au-help-typo h3 {
      margin-bottom: 0; }
    .c-au-page .container-fluid .c-au-help-typo p {
      font-size: 1.3em;
      margin-bottom: 0; }
    .c-au-page .container-fluid .c-au-help-typo h1 {
      font-size: 2.5em; } }

.c-career-page .container-fluid {
  padding-right: 0 !important;
  padding-left: 0 !important;
  background-color: #fff; }
  .c-career-page .container-fluid .c-cr-header {
    background-color: #0786DB;
    color: #fff;
    text-align: center;
    padding: 48px; }
    .c-career-page .container-fluid .c-cr-header h3 {
      font-weight: 900;
      font-size: 1.3em; }
    .c-career-page .container-fluid .c-cr-header h1 {
      font-weight: 900;
      font-size: 3em; }
    .c-career-page .container-fluid .c-cr-header h4 {
      font-size: 1.3em; }
      .c-career-page .container-fluid .c-cr-header h4 span {
        font-weight: 900; }
  .c-career-page .container-fluid .c-cr-para-sec .c-para-typo {
    float: right;
    padding: 48px 216px 48px 48px; }
    .c-career-page .container-fluid .c-cr-para-sec .c-para-typo h5 {
      font-weight: 900;
      color: #101010; }
    .c-career-page .container-fluid .c-cr-para-sec .c-para-typo h1 {
      font-size: 3em; }
      .c-career-page .container-fluid .c-cr-para-sec .c-para-typo h1 span {
        font-weight: 900;
        color: #0786DB; }
  .c-career-page .container-fluid .c-cr-para-sec .c-para-pg {
    padding: 48px 192px 48px 0;
    float: left; }
    .c-career-page .container-fluid .c-cr-para-sec .c-para-pg p {
      font-size: 1em;
      color: #6d6d6d; }
  .c-career-page .container-fluid .c-cr-hire-sec .c-hire-typo h5 {
    color: #6d6d6d; }
  .c-career-page .container-fluid .c-cr-hire-sec .c-hire-typo h2 {
    color: #101010;
    font-size: 1.7em;
    font-weight: 900; }
    .c-career-page .container-fluid .c-cr-hire-sec .c-hire-typo h2 span {
      color: #0786DB; }
  .c-career-page .container-fluid .c-cr-hire-sec .c-hire-typo p {
    color: #6d6d6d;
    font-size: 1em; }
  .c-career-page .container-fluid .c-cr-hire-sec .c-apply-job a {
    color: #0786DB;
    font-size: 1.3em; }
    .c-career-page .container-fluid .c-cr-hire-sec .c-apply-job a span {
      color: #053F6C !important;
      font-weight: 700; }
  .c-career-page .container-fluid .c-cr-office-sec {
    padding: 64px; }
    .c-career-page .container-fluid .c-cr-office-sec .row {
      margin-left: 0;
      margin-right: 0; }
      .c-career-page .container-fluid .c-cr-office-sec .row .c-img-c1 {
        padding-left: 0;
        padding-right: 0; }
      .c-career-page .container-fluid .c-cr-office-sec .row .c-img-c2 {
        padding-left: 0;
        padding-right: 0; }
    .c-career-page .container-fluid .c-cr-office-sec h2 {
      padding-left: 32px;
      padding-bottom: 32px;
      color: #101010; }
    .c-career-page .container-fluid .c-cr-office-sec .c-office-img-sec {
      position: relative; }
      .c-career-page .container-fluid .c-cr-office-sec .c-office-img-sec .c-office-img {
        opacity: 1;
        display: block;
        width: 100%;
        transition: .5s ease;
        backface-visibility: hidden; }
      .c-career-page .container-fluid .c-cr-office-sec .c-office-img-sec .c-office-detail {
        position: absolute;
        width: 100%;
        padding: 32px;
        bottom: -80px;
        top: 304px;
        left: 0;
        right: 0;
        opacity: 0;
        transition: .5s ease-in; }
        .c-career-page .container-fluid .c-cr-office-sec .c-office-img-sec .c-office-detail h2 {
          font-weight: 900;
          font-size: 1.3em;
          color: #081C31;
          padding-bottom: 0;
          padding-left: 0; }
        .c-career-page .container-fluid .c-cr-office-sec .c-office-img-sec .c-office-detail p {
          margin-top: 0;
          color: #6d6d6d;
          font-size: 0.8em; }
        .c-career-page .container-fluid .c-cr-office-sec .c-office-img-sec .c-office-detail h6 {
          float: right;
          font-weight: 900; }
      .c-career-page .container-fluid .c-cr-office-sec .c-office-img-sec:hover .c-office-detail {
        width: 100%;
        background-color: #fff;
        opacity: 0.9;
        bottom: -16px;
        top: 280px; }

@media only screen and (min-width: 1367px) and (max-width: 1440px) {
  .c-career-page .container-fluid .c-cr-para-sec .c-para-typo {
    padding: 72px 96px 48px 48px; }
  .c-career-page .container-fluid .c-cr-para-sec .c-para-pg {
    padding: 48px 96px 48px 48px; }
  .c-career-page .container-fluid .c-cr-hire-sec {
    padding-left: 64px;
    padding-right: 64px; } }

@media only screen and (width: 1366px) {
  .c-career-page .container-fluid .c-cr-para-sec .row {
    margin-left: 0;
    margin-right: 0; }
    .c-career-page .container-fluid .c-cr-para-sec .row .c-carr-c1 {
      padding-left: 0;
      padding-right: 0; }
    .c-career-page .container-fluid .c-cr-para-sec .row .c-carr-c2 {
      padding-left: 0;
      padding-right: 0; }
  .c-career-page .container-fluid .c-cr-para-sec .c-para-typo {
    padding: 120px 64px; }
    .c-career-page .container-fluid .c-cr-para-sec .c-para-typo h1 {
      font-size: 3em; }
  .c-career-page .container-fluid .c-cr-para-sec .c-para-pg p {
    font-size: 1.3em; }
  .c-career-page .container-fluid .c-cr-hire-sec .c-hire-typo h2 {
    font-size: 3em; }
  .c-career-page .container-fluid .c-cr-hire-sec .c-hire-typo p {
    font-size: 1.3em; }
  .c-career-page .container-fluid .c-cr-office-sec .c-office-img-sec .c-office-detail h2 {
    font-size: 1.7em; }
  .c-career-page .container-fluid .c-cr-office-sec .c-office-img-sec .c-office-detail p {
    font-size: 1em; }
  .c-career-page .container-fluid .c-cr-office-sec .c-office-img-sec:hover .c-office-detail {
    top: 280px; } }

@media only screen and (min-width: 992px) and (max-width: 1365px) {
  .c-career-page .container-fluid .c-cr-para-sec .row {
    margin-left: 0;
    margin-right: 0; }
    .c-career-page .container-fluid .c-cr-para-sec .row .c-carr-c1 {
      padding-left: 0;
      padding-right: 0; }
    .c-career-page .container-fluid .c-cr-para-sec .row .c-carr-c2 {
      padding-left: 0;
      padding-right: 0; }
  .c-career-page .container-fluid .c-cr-para-sec .c-para-typo {
    padding: 100px 96px 48px 48px; }
    .c-career-page .container-fluid .c-cr-para-sec .c-para-typo h1 {
      font-size: 3em; }
  .c-career-page .container-fluid .c-cr-para-sec .c-para-pg {
    padding: 36px 130px 48px 0; }
    .c-career-page .container-fluid .c-cr-para-sec .c-para-pg p {
      font-size: 1.3em; }
  .c-career-page .container-fluid .c-cr-hire-sec .c-hire-typo h2 {
    font-size: 2.5em; }
  .c-career-page .container-fluid .c-cr-hire-sec .c-hire-typo p {
    font-size: 1.3em; }
  .c-career-page .container-fluid .c-cr-office-sec .c-office-img-sec .c-office-detail {
    padding: 16px; }
    .c-career-page .container-fluid .c-cr-office-sec .c-office-img-sec .c-office-detail h2 {
      font-size: 1.7em; }
    .c-career-page .container-fluid .c-cr-office-sec .c-office-img-sec .c-office-detail p {
      font-size: 1em; }
  .c-career-page .container-fluid .c-cr-office-sec .c-office-img-sec:hover .c-office-detail {
    top: 128px; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .c-career-page .container-fluid .c-cr-header h3 {
    font-size: 2.5em; }
  .c-career-page .container-fluid .c-cr-header h1 {
    font-size: 3em; }
  .c-career-page .container-fluid .c-cr-header h4 {
    font-size: 2.5em; }
  .c-career-page .container-fluid .c-cr-para-sec .row {
    margin-left: 0;
    margin-right: 0; }
    .c-career-page .container-fluid .c-cr-para-sec .row .c-carr-c1 {
      padding-left: 0;
      padding-right: 0; }
    .c-career-page .container-fluid .c-cr-para-sec .row .c-carr-c2 {
      padding-left: 0;
      padding-right: 0; }
  .c-career-page .container-fluid .c-cr-para-sec .c-para-typo {
    float: unset;
    padding: 36px 48px; }
    .c-career-page .container-fluid .c-cr-para-sec .c-para-typo h1 {
      font-size: 2.5em; }
  .c-career-page .container-fluid .c-cr-para-sec .c-para-pg {
    padding: 0px 48px;
    float: unset; }
    .c-career-page .container-fluid .c-cr-para-sec .c-para-pg p {
      font-size: 1.3em; }
  .c-career-page .container-fluid .c-cr-hire-sec .c-hire-typo {
    padding: 30px 9px 16px 9px; }
    .c-career-page .container-fluid .c-cr-hire-sec .c-hire-typo h5 {
      font-size: 2em; }
    .c-career-page .container-fluid .c-cr-hire-sec .c-hire-typo h2 {
      font-size: 2.5em; }
    .c-career-page .container-fluid .c-cr-hire-sec .c-hire-typo p {
      font-size: 1.3em; }
  .c-career-page .container-fluid .c-cr-office-sec {
    padding: 32px 64px; }
    .c-career-page .container-fluid .c-cr-office-sec h2 {
      font-size: 1.7em;
      padding-left: 0;
      padding-bottom: 32px; }
    .c-career-page .container-fluid .c-cr-office-sec .c-office-img-sec .c-office-detail {
      padding: 24px; }
      .c-career-page .container-fluid .c-cr-office-sec .c-office-img-sec .c-office-detail h2 {
        font-size: 2em; }
      .c-career-page .container-fluid .c-cr-office-sec .c-office-img-sec .c-office-detail p {
        font-size: 1.3em; }
    .c-career-page .container-fluid .c-cr-office-sec .c-office-img-sec:hover .c-office-detail {
      top: 80px; } }

@media only screen and (min-width: 425px) and (max-width: 767px) {
  .c-career-page .container-fluid .c-cr-header h3 {
    font-size: 2.5em; }
  .c-career-page .container-fluid .c-cr-header h1 {
    font-size: 3em; }
  .c-career-page .container-fluid .c-cr-header h4 {
    font-size: 2.5em; }
  .c-career-page .container-fluid .c-cr-para-sec .row {
    margin-left: 0;
    margin-right: 0; }
    .c-career-page .container-fluid .c-cr-para-sec .row .c-carr-c1 {
      padding-left: 0;
      padding-right: 0; }
    .c-career-page .container-fluid .c-cr-para-sec .row .c-carr-c2 {
      padding-left: 0;
      padding-right: 0; }
  .c-career-page .container-fluid .c-cr-para-sec .c-para-typo {
    padding: 32px 25px 16px 25px;
    float: unset; }
    .c-career-page .container-fluid .c-cr-para-sec .c-para-typo h1 {
      font-size: 3em; }
  .c-career-page .container-fluid .c-cr-para-sec .c-para-pg {
    padding: 16px 25px;
    float: unset; }
    .c-career-page .container-fluid .c-cr-para-sec .c-para-pg p {
      font-size: 1.3em; }
  .c-career-page .container-fluid .c-cr-hire-sec .c-hire-typo {
    padding: 30px 9px 16px 9px; }
    .c-career-page .container-fluid .c-cr-hire-sec .c-hire-typo h2 {
      font-size: 2.5em; }
    .c-career-page .container-fluid .c-cr-hire-sec .c-hire-typo p {
      font-size: 1.3em; }
  .c-career-page .container-fluid .c-cr-office-sec {
    padding: 32px; }
    .c-career-page .container-fluid .c-cr-office-sec h2 {
      font-size: 2.5em;
      padding-left: 0;
      padding-bottom: 32px; }
    .c-career-page .container-fluid .c-cr-office-sec .c-office-img-sec .c-office-detail {
      padding: 24px; }
      .c-career-page .container-fluid .c-cr-office-sec .c-office-img-sec .c-office-detail h2 {
        font-size: 2.5em; }
      .c-career-page .container-fluid .c-cr-office-sec .c-office-img-sec .c-office-detail p {
        font-size: 1.3em; }
    .c-career-page .container-fluid .c-cr-office-sec .c-office-img-sec:hover .c-office-detail {
      top: 80px; } }

@media only screen and (min-width: 375px) and (max-width: 424px) {
  .c-career-page .container-fluid .c-cr-header h3 {
    font-size: 2em; }
  .c-career-page .container-fluid .c-cr-header h1 {
    font-size: 3em; }
  .c-career-page .container-fluid .c-cr-header h4 {
    font-size: 2.5em; }
  .c-career-page .container-fluid .c-cr-para-sec .row {
    margin-left: 0;
    margin-right: 0; }
    .c-career-page .container-fluid .c-cr-para-sec .row .c-carr-c1 {
      padding-left: 0;
      padding-right: 0; }
    .c-career-page .container-fluid .c-cr-para-sec .row .c-carr-c2 {
      padding-left: 0;
      padding-right: 0; }
  .c-career-page .container-fluid .c-cr-para-sec .c-para-typo {
    padding: 32px 25px 16px 25px;
    float: unset; }
    .c-career-page .container-fluid .c-cr-para-sec .c-para-typo h1 {
      font-size: 3em; }
  .c-career-page .container-fluid .c-cr-para-sec .c-para-pg {
    padding: 16px 25px;
    float: unset; }
    .c-career-page .container-fluid .c-cr-para-sec .c-para-pg p {
      font-size: 1.3em; }
  .c-career-page .container-fluid .c-cr-hire-sec .c-hire-typo {
    padding: 30px 9px 16px 9px; }
    .c-career-page .container-fluid .c-cr-hire-sec .c-hire-typo h2 {
      font-size: 2.5em; }
    .c-career-page .container-fluid .c-cr-hire-sec .c-hire-typo p {
      font-size: 1.3em; }
  .c-career-page .container-fluid .c-cr-office-sec {
    padding: 32px; }
    .c-career-page .container-fluid .c-cr-office-sec h2 {
      font-size: 2.5em;
      padding-left: 0;
      padding-bottom: 32px; }
    .c-career-page .container-fluid .c-cr-office-sec .c-office-img-sec .c-office-detail {
      padding: 24px; }
      .c-career-page .container-fluid .c-cr-office-sec .c-office-img-sec .c-office-detail h2 {
        font-size: 2.5em; }
      .c-career-page .container-fluid .c-cr-office-sec .c-office-img-sec .c-office-detail p {
        font-size: 1.3em; }
    .c-career-page .container-fluid .c-cr-office-sec .c-office-img-sec:hover .c-office-detail {
      top: 80px; } }

@media only screen and (min-width: 320px) and (max-width: 374px) {
  .c-career-page .container-fluid .c-cr-header {
    padding: 24px; }
    .c-career-page .container-fluid .c-cr-header h3 {
      font-size: 2em; }
    .c-career-page .container-fluid .c-cr-header h1 {
      font-size: 3em; }
    .c-career-page .container-fluid .c-cr-header h4 {
      font-size: 2.5em; }
  .c-career-page .container-fluid .c-cr-para-sec .row {
    margin-left: 0;
    margin-right: 0; }
    .c-career-page .container-fluid .c-cr-para-sec .row .c-carr-c1 {
      padding-left: 0;
      padding-right: 0; }
    .c-career-page .container-fluid .c-cr-para-sec .row .c-carr-c2 {
      padding-left: 0;
      padding-right: 0; }
  .c-career-page .container-fluid .c-cr-para-sec .c-para-typo {
    padding: 32px 25px 16px 25px;
    float: unset; }
    .c-career-page .container-fluid .c-cr-para-sec .c-para-typo h1 {
      font-size: 3em; }
  .c-career-page .container-fluid .c-cr-para-sec .c-para-pg {
    padding: 0 25px;
    float: unset; }
    .c-career-page .container-fluid .c-cr-para-sec .c-para-pg p {
      font-size: 1.3em; }
  .c-career-page .container-fluid .c-cr-hire-sec .c-hire-typo {
    padding: 30px 9px 16px 9px; }
    .c-career-page .container-fluid .c-cr-hire-sec .c-hire-typo h2 {
      font-size: 2.5em; }
    .c-career-page .container-fluid .c-cr-hire-sec .c-hire-typo p {
      font-size: 1.3em; }
  .c-career-page .container-fluid .c-cr-office-sec {
    padding: 30px 25px 25px 25px; }
    .c-career-page .container-fluid .c-cr-office-sec h2 {
      font-size: 2.5em;
      padding-left: 0;
      padding-bottom: 0; }
    .c-career-page .container-fluid .c-cr-office-sec .c-office-img-sec .c-office-detail {
      padding: 24px; }
      .c-career-page .container-fluid .c-cr-office-sec .c-office-img-sec .c-office-detail h2 {
        font-size: 2.5em; }
      .c-career-page .container-fluid .c-cr-office-sec .c-office-img-sec .c-office-detail p {
        font-size: 1.3em; }
    .c-career-page .container-fluid .c-cr-office-sec .c-office-img-sec:hover .c-office-detail {
      top: 80px; } }

.c-safety-page .container-fluid {
  padding-right: 0 !important;
  padding-left: 0 !important;
  background-color: #fff; }
  .c-safety-page .container-fluid .c-sfty-header {
    background-color: #0786DB;
    color: #fff;
    text-align: center;
    padding: 48px; }
    .c-safety-page .container-fluid .c-sfty-header h3 {
      font-size: 1.3em;
      margin-bottom: 0; }
    .c-safety-page .container-fluid .c-sfty-header h1 {
      font-weight: 900;
      font-size: 3em; }
    .c-safety-page .container-fluid .c-sfty-header h4 {
      font-size: 1.3em; }
  .c-safety-page .container-fluid .c-sfty-sec {
    padding: 64px; }
    .c-safety-page .container-fluid .c-sfty-sec .c-sfty-imp-points h1 {
      padding-top: 16px;
      font-weight: 900;
      font-size: 1.7em; }
    .c-safety-page .container-fluid .c-sfty-sec .c-sfty-imp-points p {
      font-size: 1.3em;
      color: #101010; }
      .c-safety-page .container-fluid .c-sfty-sec .c-sfty-imp-points p span {
        color: #0786DB; }
    .c-safety-page .container-fluid .c-sfty-sec .c-sfty-imp-note h2 {
      font-weight: 900;
      color: #000; }
    .c-safety-page .container-fluid .c-sfty-sec .c-sfty-imp-note p {
      color: #101010;
      font-size: 1.3em; }

@media only screen and (min-width: 1367px) and (max-width: 1440px) {
  .c-safety-page .container-fluid .c-sfty-header {
    text-align: center;
    padding: 48px; }
    .c-safety-page .container-fluid .c-sfty-header h3 {
      font-size: 1.3em;
      margin-bottom: 0; }
    .c-safety-page .container-fluid .c-sfty-header h1 {
      font-size: 2.5em; }
    .c-safety-page .container-fluid .c-sfty-header h4 {
      font-size: 1.3em; }
  .c-safety-page .container-fluid .c-sfty-sec {
    padding: 64px; }
    .c-safety-page .container-fluid .c-sfty-sec .c-sfty-imp-points h1 {
      padding-top: 16px;
      font-size: 1.3em; }
    .c-safety-page .container-fluid .c-sfty-sec .c-sfty-imp-points p {
      font-size: 1em; }
    .c-safety-page .container-fluid .c-sfty-sec .c-sfty-imp-note p {
      font-size: 1em; } }

@media only screen and (width: 1366px) {
  .c-safety-page .container-fluid .c-sfty-header {
    text-align: center;
    padding: 48px; }
    .c-safety-page .container-fluid .c-sfty-header h3 {
      font-size: 1.7em;
      margin-bottom: 0; }
    .c-safety-page .container-fluid .c-sfty-header h1 {
      font-size: 3.5em; }
    .c-safety-page .container-fluid .c-sfty-header h4 {
      font-size: 1.3em; }
  .c-safety-page .container-fluid .c-sfty-sec {
    padding: 64px; }
    .c-safety-page .container-fluid .c-sfty-sec .c-sfty-imp-points h1 {
      padding-top: 16px;
      font-size: 2em; }
    .c-safety-page .container-fluid .c-sfty-sec .c-sfty-imp-points p {
      font-size: 1.3em; }
    .c-safety-page .container-fluid .c-sfty-sec .c-sfty-imp-note p {
      font-size: 0.8em; } }

@media only screen and (min-width: 992px) and (max-width: 1365px) {
  .c-safety-page .container-fluid .c-sfty-header {
    text-align: center;
    padding: 48px; }
    .c-safety-page .container-fluid .c-sfty-header h3 {
      font-size: 1.3em;
      margin-bottom: 0; }
    .c-safety-page .container-fluid .c-sfty-header h1 {
      font-size: 2.5em; }
    .c-safety-page .container-fluid .c-sfty-header h4 {
      font-size: 1.3em; }
  .c-safety-page .container-fluid .c-sfty-sec {
    padding: 64px; }
    .c-safety-page .container-fluid .c-sfty-sec .c-sfty-imp-points h1 {
      padding-top: 16px;
      font-size: 1.7em; }
    .c-safety-page .container-fluid .c-sfty-sec .c-sfty-imp-points p {
      font-size: 1.3em; }
    .c-safety-page .container-fluid .c-sfty-sec .c-sfty-imp-note p {
      font-size: 1.3em; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .c-safety-page .container-fluid .c-sfty-header {
    text-align: center;
    padding: 48px; }
    .c-safety-page .container-fluid .c-sfty-header h3 {
      font-size: 1.7em;
      margin-bottom: 0; }
    .c-safety-page .container-fluid .c-sfty-header h1 {
      font-size: 3em; }
    .c-safety-page .container-fluid .c-sfty-header h4 {
      font-size: 1.7em; }
  .c-safety-page .container-fluid .c-sfty-sec {
    padding: 64px; }
    .c-safety-page .container-fluid .c-sfty-sec .c-sfty-imp-points img {
      width: 20%; }
    .c-safety-page .container-fluid .c-sfty-sec .c-sfty-imp-points h1 {
      padding-top: 16px;
      font-size: 2em; }
    .c-safety-page .container-fluid .c-sfty-sec .c-sfty-imp-points p {
      font-size: 1.3em; }
    .c-safety-page .container-fluid .c-sfty-sec .c-sfty-imp-note h2 {
      font-size: 2em; }
    .c-safety-page .container-fluid .c-sfty-sec .c-sfty-imp-note p {
      font-size: 1.3em; } }

@media only screen and (min-width: 425px) and (max-width: 767px) {
  .c-safety-page .container-fluid .c-sfty-header {
    padding: 16px 48px;
    text-align: center; }
    .c-safety-page .container-fluid .c-sfty-header h3 {
      font-size: 2em;
      margin-bottom: 0; }
    .c-safety-page .container-fluid .c-sfty-header h1 {
      font-size: 3em; }
    .c-safety-page .container-fluid .c-sfty-header h4 {
      font-size: 2em; }
  .c-safety-page .container-fluid .c-sfty-sec {
    padding: 32px; }
    .c-safety-page .container-fluid .c-sfty-sec .c-sfty-imp-points img {
      width: 32%; }
    .c-safety-page .container-fluid .c-sfty-sec .c-sfty-imp-points h1 {
      font-size: 2em; }
    .c-safety-page .container-fluid .c-sfty-sec .c-sfty-imp-points p {
      font-size: 1.3em; }
    .c-safety-page .container-fluid .c-sfty-sec .c-sfty-imp-note h2 {
      font-size: 2em; }
    .c-safety-page .container-fluid .c-sfty-sec .c-sfty-imp-note p {
      font-size: 1.3em; } }

@media only screen and (min-width: 375px) and (max-width: 424px) {
  .c-safety-page .container-fluid .c-sfty-header {
    padding: 16px 48px;
    text-align: center; }
    .c-safety-page .container-fluid .c-sfty-header h3 {
      font-size: 2em;
      margin-bottom: 0; }
    .c-safety-page .container-fluid .c-sfty-header h1 {
      font-size: 3em; }
    .c-safety-page .container-fluid .c-sfty-header h4 {
      font-size: 2em; }
  .c-safety-page .container-fluid .c-sfty-sec {
    padding: 32px; }
    .c-safety-page .container-fluid .c-sfty-sec .c-sfty-imp-points img {
      width: 40%; }
    .c-safety-page .container-fluid .c-sfty-sec .c-sfty-imp-points h1 {
      font-size: 2em; }
    .c-safety-page .container-fluid .c-sfty-sec .c-sfty-imp-points p {
      font-size: 1.3em; }
    .c-safety-page .container-fluid .c-sfty-sec .c-sfty-imp-note h2 {
      font-size: 2em; }
    .c-safety-page .container-fluid .c-sfty-sec .c-sfty-imp-note p {
      font-size: 1.3em; } }

@media only screen and (min-width: 320px) and (max-width: 374px) {
  .c-safety-page .container-fluid .c-sfty-header {
    padding: 16px 48px;
    text-align: center; }
    .c-safety-page .container-fluid .c-sfty-header h3 {
      font-size: 2em;
      margin-bottom: 0; }
    .c-safety-page .container-fluid .c-sfty-header h1 {
      font-size: 3em; }
    .c-safety-page .container-fluid .c-sfty-header h4 {
      font-size: 2em; }
  .c-safety-page .container-fluid .c-sfty-sec {
    padding: 32px; }
    .c-safety-page .container-fluid .c-sfty-sec .c-sfty-imp-points img {
      width: 40%; }
    .c-safety-page .container-fluid .c-sfty-sec .c-sfty-imp-points h1 {
      font-size: 2em; }
    .c-safety-page .container-fluid .c-sfty-sec .c-sfty-imp-points p {
      font-size: 1.3em; }
    .c-safety-page .container-fluid .c-sfty-sec .c-sfty-imp-note h2 {
      font-size: 2em; }
    .c-safety-page .container-fluid .c-sfty-sec .c-sfty-imp-note p {
      font-size: 1.3em; } }

.c-findCity-page .container-fluid {
  background-color: #fff;
  padding-right: 0;
  padding-left: 0; }
  .c-findCity-page .container-fluid .c-hero-typo {
    text-align: center;
    padding-top: 48px;
    padding-bottom: 24px; }
    .c-findCity-page .container-fluid .c-hero-typo h1 {
      font-size: 1.7em;
      color: #06375D;
      font-weight: 900;
      margin-bottom: 0; }
    .c-findCity-page .container-fluid .c-hero-typo h6 {
      color: #6d6d6d; }
    .c-findCity-page .container-fluid .c-hero-typo .c-fc-select {
      position: relative;
      float: left;
      min-width: 120px;
      margin: 0px 20%; }
      .c-findCity-page .container-fluid .c-hero-typo .c-fc-select label {
        position: relative; }
      .c-findCity-page .container-fluid .c-hero-typo .c-fc-select select {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        display: block;
        width: 100%;
        max-width: 320px;
        height: 50px;
        float: right;
        margin: 10px 0px;
        padding: 0px 60px 0px 25px;
        font-size: 32px;
        line-height: 1.75;
        color: #081C31;
        background-color: transparent;
        background-image: none;
        border: 0px solid transparent;
        -ms-word-break: normal;
        word-break: normal; }
        .c-findCity-page .container-fluid .c-hero-typo .c-fc-select select:focus {
          outline: none; }
      .c-findCity-page .container-fluid .c-hero-typo .c-fc-select :after {
        content: '\f078';
        font: normal normal normal 32px/1 FontAwesome;
        color: #0786DB;
        right: 11px;
        top: 6px;
        height: 34px;
        padding: 15px 0px 0px 0px;
        border-left: none;
        position: absolute;
        pointer-events: none; }
    .c-findCity-page .container-fluid .c-hero-typo select::-ms-expand {
      display: none; }
  .c-findCity-page .container-fluid .c-fc-search-sec {
    background-color: #F3F3F5; }
  .c-findCity-page .container-fluid .c-fc-cities .c-cities-names h3 {
    text-align: center;
    margin-top: 16px;
    margin-bottom: 16px;
    font-size: 1em;
    color: #081C31;
    font-weight: 900; }
  .c-findCity-page .container-fluid .c-fc-cities .c-cities-names ul {
    padding-left: 64px;
    padding-top: 16px;
    padding-bottom: 16px; }
    .c-findCity-page .container-fluid .c-fc-cities .c-cities-names ul li {
      color: #0786DB;
      margin-top: 16px;
      margin-bottom: 16px; }

@media only screen and (min-width: 1921px) {
  .c-findCity-page .container-fluid .c-hero-typo .row h1 {
    font-size: 1.8em; }
  .c-findCity-page .container-fluid .c-hero-typo .row h6 {
    font-size: 0.8em; }
  .c-findCity-page .container-fluid .c-fc-cities .c-cities-names h3 {
    font-size: 1em; }
  .c-findCity-page .container-fluid .c-fc-cities .c-cities-names ul li {
    font-size: 0.8em; } }

@media only screen and (width: 1366px) {
  .c-findCity-page .container-fluid .c-hero-typo .row {
    margin-right: 0;
    margin-left: 0; }
    .c-findCity-page .container-fluid .c-hero-typo .row h1 {
      font-size: 2em; }
  .c-findCity-page .container-fluid .c-fc-cities .c-cities-names h3 {
    font-size: 1.3em; } }

@media only screen and (min-width: 992px) and (max-width: 1365px) {
  .c-findCity-page .container-fluid .c-hero-typo .row {
    margin-right: 0;
    margin-left: 0; }
    .c-findCity-page .container-fluid .c-hero-typo .row h1 {
      font-size: 2.5em; }
  .c-findCity-page .container-fluid .c-fc-cities .c-cities-names h3 {
    font-size: 1.8em; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .c-findCity-page .container-fluid .c-hero-typo {
    padding-bottom: 48px; }
    .c-findCity-page .container-fluid .c-hero-typo .row {
      margin-right: 0;
      margin-left: 0; }
      .c-findCity-page .container-fluid .c-hero-typo .row h1 {
        font-size: 3.5em; }
      .c-findCity-page .container-fluid .c-hero-typo .row h6 {
        color: #6d6d6d; }
      .c-findCity-page .container-fluid .c-hero-typo .row .c-fc-select {
        position: relative;
        float: unset;
        min-width: 120px;
        margin: 0px 0%; }
        .c-findCity-page .container-fluid .c-hero-typo .row .c-fc-select label {
          position: relative; }
        .c-findCity-page .container-fluid .c-hero-typo .row .c-fc-select select {
          height: 60px;
          margin: 0px 0px;
          padding: 0px 60px 0px 25px;
          font-size: 48px;
          border: 0px solid transparent; }
          .c-findCity-page .container-fluid .c-hero-typo .row .c-fc-select select:focus {
            outline: none; }
  .c-findCity-page .container-fluid .c-fc-cities .c-cities-names h3 {
    font-size: 2em; }
  .c-findCity-page .container-fluid .c-fc-cities .c-cities-names ul {
    padding-left: 64px;
    padding-top: 16px;
    padding-bottom: 16px; }
    .c-findCity-page .container-fluid .c-fc-cities .c-cities-names ul li {
      margin-top: 16px;
      margin-bottom: 16px;
      font-size: 1.7em; } }

@media only screen and (min-width: 425px) and (max-width: 767px) {
  .c-findCity-page .container-fluid .c-hero-typo {
    padding-bottom: 48px; }
    .c-findCity-page .container-fluid .c-hero-typo .row {
      margin-right: 0;
      margin-left: 0; }
      .c-findCity-page .container-fluid .c-hero-typo .row h1 {
        font-size: 7em; }
      .c-findCity-page .container-fluid .c-hero-typo .row h6 {
        color: #6d6d6d; }
      .c-findCity-page .container-fluid .c-hero-typo .row .c-fc-select {
        position: relative;
        float: unset;
        min-width: 120px;
        margin: 0px 0%; }
        .c-findCity-page .container-fluid .c-hero-typo .row .c-fc-select label {
          position: relative; }
        .c-findCity-page .container-fluid .c-hero-typo .row .c-fc-select select {
          height: 60px;
          margin: 0px 0px;
          padding: 0px 60px 0px 25px;
          font-size: 48px;
          border: 0px solid transparent; }
          .c-findCity-page .container-fluid .c-hero-typo .row .c-fc-select select:focus {
            outline: none; }
  .c-findCity-page .container-fluid .c-fc-cities {
    padding-top: 8px; }
    .c-findCity-page .container-fluid .c-fc-cities .c-cities-names h3 {
      font-size: 4em; }
    .c-findCity-page .container-fluid .c-fc-cities .c-cities-names ul {
      text-align: center;
      padding-left: 0px;
      padding-top: 4px;
      padding-bottom: 4px; }
      .c-findCity-page .container-fluid .c-fc-cities .c-cities-names ul li {
        margin-top: 4px;
        margin-bottom: 4px;
        font-size: 3em; } }

@media only screen and (min-width: 375px) and (max-width: 424px) {
  .c-findCity-page .container-fluid .c-hero-typo {
    padding-bottom: 48px; }
    .c-findCity-page .container-fluid .c-hero-typo .row {
      margin-right: 0;
      margin-left: 0; }
      .c-findCity-page .container-fluid .c-hero-typo .row h1 {
        font-size: 7em; }
      .c-findCity-page .container-fluid .c-hero-typo .row h6 {
        color: #6d6d6d; }
      .c-findCity-page .container-fluid .c-hero-typo .row .c-fc-select {
        position: relative;
        float: unset;
        min-width: 120px;
        margin: 0px 0%; }
        .c-findCity-page .container-fluid .c-hero-typo .row .c-fc-select label {
          position: relative; }
        .c-findCity-page .container-fluid .c-hero-typo .row .c-fc-select select {
          height: 60px;
          margin: 0px 0px;
          padding: 0px 60px 0px 25px;
          font-size: 48px;
          border: 0px solid transparent; }
          .c-findCity-page .container-fluid .c-hero-typo .row .c-fc-select select:focus {
            outline: none; }
  .c-findCity-page .container-fluid .c-fc-cities {
    padding-top: 8px; }
    .c-findCity-page .container-fluid .c-fc-cities .c-cities-names h3 {
      font-size: 4em; }
    .c-findCity-page .container-fluid .c-fc-cities .c-cities-names ul {
      text-align: center;
      padding-left: 0px;
      padding-top: 4px;
      padding-bottom: 4px; }
      .c-findCity-page .container-fluid .c-fc-cities .c-cities-names ul li {
        margin-top: 4px;
        margin-bottom: 4px;
        font-size: 3em; } }

@media only screen and (min-width: 320px) and (max-width: 374px) {
  .c-findCity-page .container-fluid .c-hero-typo {
    padding-bottom: 48px; }
    .c-findCity-page .container-fluid .c-hero-typo .row {
      margin-right: 0;
      margin-left: 0; }
      .c-findCity-page .container-fluid .c-hero-typo .row h1 {
        font-size: 7em; }
      .c-findCity-page .container-fluid .c-hero-typo .row h6 {
        color: #6d6d6d; }
      .c-findCity-page .container-fluid .c-hero-typo .row .c-fc-select {
        position: relative;
        float: unset;
        min-width: 120px;
        margin: 0px 0%; }
        .c-findCity-page .container-fluid .c-hero-typo .row .c-fc-select label {
          position: relative; }
        .c-findCity-page .container-fluid .c-hero-typo .row .c-fc-select select {
          height: 60px;
          margin: 0px 0px;
          padding: 0px 60px 0px 25px;
          font-size: 48px;
          border: 0px solid transparent; }
          .c-findCity-page .container-fluid .c-hero-typo .row .c-fc-select select:focus {
            outline: none; }
  .c-findCity-page .container-fluid .c-fc-cities {
    padding-top: 8px; }
    .c-findCity-page .container-fluid .c-fc-cities .c-cities-names h3 {
      font-size: 4em; }
    .c-findCity-page .container-fluid .c-fc-cities .c-cities-names ul {
      text-align: center;
      padding-left: 0px;
      padding-top: 4px;
      padding-bottom: 4px; }
      .c-findCity-page .container-fluid .c-fc-cities .c-cities-names ul li {
        margin-top: 4px;
        margin-bottom: 4px;
        font-size: 3em; } }

.cap-refer-page .container-fluid {
  padding-left: 0;
  padding-right: 0;
  background-color: #fff; }
  .cap-refer-page .container-fluid .cap-ref-hero-typo {
    text-align: center;
    padding-top: 48px;
    margin-bottom: 25px; }
    .cap-refer-page .container-fluid .cap-ref-hero-typo h1 {
      font-size: 1.7em;
      color: #06375D;
      font-weight: 900;
      margin-bottom: 0; }
    .cap-refer-page .container-fluid .cap-ref-hero-typo h6 {
      color: #6d6d6d; }
  .cap-refer-page .container-fluid .cap-ref-form {
    background-color: #F4F9FF;
    padding: 48px;
    border: 0.1px solid #e9ecef; }
    .cap-refer-page .container-fluid .cap-ref-form .container {
      padding-left: 0;
      padding-right: 0; }
    .cap-refer-page .container-fluid .cap-ref-form h5 {
      font-family: capptin-font-bold; }
      .cap-refer-page .container-fluid .cap-ref-form h5 span {
        color: #0786DB; }
    .cap-refer-page .container-fluid .cap-ref-form .row {
      margin-left: 0;
      margin-right: 0; }
      .cap-refer-page .container-fluid .cap-ref-form .row .col-lg-10 {
        padding-right: 0;
        padding-left: 0; }
      .cap-refer-page .container-fluid .cap-ref-form .row .col-lg-2 {
        padding-right: 0;
        padding-left: 0; }
    .cap-refer-page .container-fluid .cap-ref-form .form-group .form-control {
      border-radius: 0;
      padding: 32px; }
  .cap-refer-page .container-fluid .cap-ref-invite {
    margin-top: 24px; }
    .cap-refer-page .container-fluid .cap-ref-invite .row {
      margin-left: 0;
      margin-right: 0; }
    .cap-refer-page .container-fluid .cap-ref-invite .cap-inv-mail h5 {
      font-family: capptin-font-bold; }
    .cap-refer-page .container-fluid .cap-ref-invite .cap-inv-mail button {
      text-align: right; }
      .cap-refer-page .container-fluid .cap-ref-invite .cap-inv-mail button span {
        font-size: 0.8em;
        font-family: capptin-font-bold;
        font-weight: 500;
        letter-spacing: 4px; }
    .cap-refer-page .container-fluid .cap-ref-invite .cap-inv-social {
      text-align: right; }
      .cap-refer-page .container-fluid .cap-ref-invite .cap-inv-social h5 {
        font-family: capptin-font-bold;
        font-weight: 500; }
      .cap-refer-page .container-fluid .cap-ref-invite .cap-inv-social ul li .c-btn-lb-na {
        padding: 14px; }
  .cap-refer-page .container-fluid .cap-ref-vec {
    margin-top: 32px;
    padding-bottom: 32px; }

@media only screen and (min-width: 320px) and (max-width: 374px) {
  .cap-refer-page .container-fluid .container {
    padding-right: 0;
    padding-left: 0; }
  .cap-refer-page .container-fluid .cap-ref-hero-typo {
    padding-top: 24px; }
    .cap-refer-page .container-fluid .cap-ref-hero-typo h1 {
      font-size: 1.7em;
      font-weight: 900;
      margin-bottom: 0; }
  .cap-refer-page .container-fluid .cap-ref-form {
    padding: 16px; }
    .cap-refer-page .container-fluid .cap-ref-form h5 {
      font-size: 1em; }
    .cap-refer-page .container-fluid .cap-ref-form .c-btn-lb-na {
      padding: 16px 20px; }
    .cap-refer-page .container-fluid .cap-ref-form .form-group .form-control {
      border-radius: 0;
      padding: 32px 16px; }
  .cap-refer-page .container-fluid .cap-ref-invite {
    margin-top: 24px; }
    .cap-refer-page .container-fluid .cap-ref-invite .cap-inv-mail {
      text-align: center; }
      .cap-refer-page .container-fluid .cap-ref-invite .cap-inv-mail button {
        text-align: center; }
        .cap-refer-page .container-fluid .cap-ref-invite .cap-inv-mail button span {
          font-size: 1.3em;
          font-weight: 500;
          letter-spacing: 4px; }
    .cap-refer-page .container-fluid .cap-ref-invite .cap-inv-social {
      margin-top: 16px;
      text-align: center; }
      .cap-refer-page .container-fluid .cap-ref-invite .cap-inv-social h5 {
        font-weight: 500; }
      .cap-refer-page .container-fluid .cap-ref-invite .cap-inv-social ul li .c-btn-lb-na {
        padding: 14px; }
  .cap-refer-page .container-fluid .cap-ref-vec {
    margin-top: 12px;
    padding-bottom: 32px; } }

@media only screen and (min-width: 375px) and (max-width: 424px) {
  .cap-refer-page .container-fluid .container {
    padding-right: 0;
    padding-left: 0; }
  .cap-refer-page .container-fluid .cap-ref-hero-typo {
    padding-top: 24px; }
    .cap-refer-page .container-fluid .cap-ref-hero-typo h1 {
      font-size: 1.7em;
      font-weight: 900;
      margin-bottom: 0; }
  .cap-refer-page .container-fluid .cap-ref-form {
    padding: 16px; }
    .cap-refer-page .container-fluid .cap-ref-form h5 {
      font-size: 1em; }
    .cap-refer-page .container-fluid .cap-ref-form .form-group .form-control {
      border-radius: 0;
      padding: 32px 16px; }
  .cap-refer-page .container-fluid .cap-ref-invite {
    margin-top: 24px; }
    .cap-refer-page .container-fluid .cap-ref-invite .cap-inv-mail {
      text-align: center; }
      .cap-refer-page .container-fluid .cap-ref-invite .cap-inv-mail button {
        text-align: center; }
        .cap-refer-page .container-fluid .cap-ref-invite .cap-inv-mail button span {
          font-size: 1.3em;
          font-weight: 500;
          letter-spacing: 6px; }
    .cap-refer-page .container-fluid .cap-ref-invite .cap-inv-social {
      margin-top: 16px;
      text-align: center; }
      .cap-refer-page .container-fluid .cap-ref-invite .cap-inv-social h5 {
        font-weight: 500; }
      .cap-refer-page .container-fluid .cap-ref-invite .cap-inv-social ul li .c-btn-lb-na {
        padding: 14px; }
  .cap-refer-page .container-fluid .cap-ref-vec {
    margin-top: 12px;
    padding-bottom: 32px; } }

@media only screen and (min-width: 425px) and (max-width: 767px) {
  .cap-refer-page .container-fluid .container {
    padding-right: 0;
    padding-left: 0; }
  .cap-refer-page .container-fluid .cap-ref-hero-typo {
    padding-top: 24px; }
    .cap-refer-page .container-fluid .cap-ref-hero-typo h1 {
      font-size: 1.7em;
      font-weight: 900;
      margin-bottom: 0; }
  .cap-refer-page .container-fluid .cap-ref-form {
    padding: 16px; }
    .cap-refer-page .container-fluid .cap-ref-form h5 {
      font-size: 1.3em; }
    .cap-refer-page .container-fluid .cap-ref-form .c-btn-lb-na {
      padding: 16px 32px; }
    .cap-refer-page .container-fluid .cap-ref-form .form-group .form-control {
      border-radius: 0;
      padding: 32px 16px; }
  .cap-refer-page .container-fluid .cap-ref-invite {
    margin-top: 24px; }
    .cap-refer-page .container-fluid .cap-ref-invite .cap-inv-mail {
      text-align: center; }
      .cap-refer-page .container-fluid .cap-ref-invite .cap-inv-mail button {
        text-align: center; }
        .cap-refer-page .container-fluid .cap-ref-invite .cap-inv-mail button span {
          font-size: 1.7em;
          font-weight: 500;
          letter-spacing: 6px; }
    .cap-refer-page .container-fluid .cap-ref-invite .cap-inv-social {
      margin-top: 16px;
      text-align: center; }
      .cap-refer-page .container-fluid .cap-ref-invite .cap-inv-social h5 {
        font-weight: 500; }
      .cap-refer-page .container-fluid .cap-ref-invite .cap-inv-social ul li .c-btn-lb-na {
        padding: 14px; }
  .cap-refer-page .container-fluid .cap-ref-vec {
    margin-top: 12px;
    padding-bottom: 32px; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cap-refer-page .container-fluid .container {
    padding-right: 0;
    padding-left: 0; }
  .cap-refer-page .container-fluid .cap-ref-hero-typo {
    padding-top: 24px; }
    .cap-refer-page .container-fluid .cap-ref-hero-typo h1 {
      font-size: 1.7em;
      font-weight: 900;
      margin-bottom: 0; }
  .cap-refer-page .container-fluid .cap-ref-form {
    padding: 48px; }
    .cap-refer-page .container-fluid .cap-ref-form .c-btn-lb-na {
      padding: 16px 32px; }
    .cap-refer-page .container-fluid .cap-ref-form .form-group .form-control {
      border-radius: 0;
      padding: 32px 16px; }
  .cap-refer-page .container-fluid .cap-ref-invite {
    margin-top: 24px; }
    .cap-refer-page .container-fluid .cap-ref-invite .cap-inv-mail {
      text-align: center; }
      .cap-refer-page .container-fluid .cap-ref-invite .cap-inv-mail h5 {
        margin-top: 20px; }
      .cap-refer-page .container-fluid .cap-ref-invite .cap-inv-mail button {
        text-align: center; }
        .cap-refer-page .container-fluid .cap-ref-invite .cap-inv-mail button span {
          font-size: 1.3em;
          font-weight: 500;
          letter-spacing: 4px; }
    .cap-refer-page .container-fluid .cap-ref-invite .cap-inv-social {
      margin-top: 16px;
      text-align: center; }
      .cap-refer-page .container-fluid .cap-ref-invite .cap-inv-social h5 {
        font-weight: 500; }
      .cap-refer-page .container-fluid .cap-ref-invite .cap-inv-social ul li .c-btn-lb-na {
        padding: 14px;
        width: 75px; }
        .cap-refer-page .container-fluid .cap-ref-invite .cap-inv-social ul li .c-btn-lb-na img {
          height: 30px; }
  .cap-refer-page .container-fluid .cap-ref-vec {
    margin-top: 12px;
    padding-bottom: 32px; } }

@media only screen and (min-width: 992px) and (max-width: 1365px) {
  .cap-refer-page .container-fluid .cap-ref-hero-typo {
    padding-top: 48px; }
    .cap-refer-page .container-fluid .cap-ref-hero-typo h1 {
      font-size: 1.7em;
      margin-bottom: 0; }
  .cap-refer-page .container-fluid .cap-ref-form {
    padding: 40px 51px 40px 40px; }
    .cap-refer-page .container-fluid .cap-ref-form .container {
      padding-left: 0;
      padding-right: 0; }
    .cap-refer-page .container-fluid .cap-ref-form .form-group .form-control {
      padding: 32px; }
  .cap-refer-page .container-fluid .cap-ref-invite {
    margin-top: 24px; }
    .cap-refer-page .container-fluid .cap-ref-invite .cap-inv-mail button span {
      font-size: 1.3em;
      font-weight: 500;
      letter-spacing: 4px; }
    .cap-refer-page .container-fluid .cap-ref-invite .cap-inv-social h5 {
      font-weight: 500; }
    .cap-refer-page .container-fluid .cap-ref-invite .cap-inv-social ul li .c-btn-lb-na {
      width: 70px;
      padding: 14px; } }

@media only screen and (min-width: 1367px) and (max-width: 1440px) {
  .cap-refer-page .container-fluid .container {
    max-width: 1020px; }
  .cap-refer-page .container-fluid .cap-ref-hero-typo {
    padding-top: 48px; }
    .cap-refer-page .container-fluid .cap-ref-hero-typo h1 {
      font-size: 1.7em;
      margin-bottom: 0; }
  .cap-refer-page .container-fluid .cap-ref-form {
    padding: 48px; }
    .cap-refer-page .container-fluid .cap-ref-form .container {
      padding-left: 0;
      padding-right: 0; }
    .cap-refer-page .container-fluid .cap-ref-form .form-group .form-control {
      padding: 32px; }
  .cap-refer-page .container-fluid .cap-ref-invite {
    margin-top: 24px; }
    .cap-refer-page .container-fluid .cap-ref-invite .cap-inv-mail button span {
      font-size: 1em;
      font-weight: 500;
      letter-spacing: 6px; }
    .cap-refer-page .container-fluid .cap-ref-invite .cap-inv-social h5 {
      font-weight: 500; }
    .cap-refer-page .container-fluid .cap-ref-invite .cap-inv-social ul li .c-btn-lb-na {
      padding: 14px; } }

.cap-contact-page .container-fluid {
  background-color: #fff;
  padding-right: 0;
  padding-left: 0; }
  .cap-contact-page .container-fluid .cap-hero-typo {
    text-align: center;
    padding-top: 48px;
    padding-bottom: 24px; }
    .cap-contact-page .container-fluid .cap-hero-typo h1 {
      font-size: 2.5em;
      color: #06375D;
      font-family: capptin-font-med;
      font-weight: 600;
      margin-bottom: 0; }
    .cap-contact-page .container-fluid .cap-hero-typo h6 {
      font-size: 1em;
      color: #6d6d6d; }
  .cap-contact-page .container-fluid .cap-cont-sec {
    padding-bottom: 72px; }
    .cap-contact-page .container-fluid .cap-cont-sec .row {
      margin-left: 0;
      margin-right: 0; }
      .cap-contact-page .container-fluid .cap-cont-sec .row .cap-img-sec {
        position: relative;
        z-index: 1;
        float: right;
        top: 56px;
        margin-right: -80px; }
      .cap-contact-page .container-fluid .cap-cont-sec .row .cap-contact {
        border: 1px solid #dedede;
        padding: 24px;
        background-color: #f9f9f9; }
        .cap-contact-page .container-fluid .cap-cont-sec .row .cap-contact .cap-cont-typo {
          margin-top: 12px;
          margin-left: 48px; }
          .cap-contact-page .container-fluid .cap-cont-sec .row .cap-contact .cap-cont-typo .cap-info {
            margin-top: 24px; }
        .cap-contact-page .container-fluid .cap-cont-sec .row .cap-contact .cap-sm-icons {
          margin-top: 24px;
          margin-left: 48px; }
          .cap-contact-page .container-fluid .cap-cont-sec .row .cap-contact .cap-sm-icons ul li {
            margin-right: 24px; }
      .cap-contact-page .container-fluid .cap-cont-sec .row .contact-form {
        background-color: #09083F;
        padding: 48px; }

@media only screen and (min-width: 320px) and (max-width: 374px) {
  .cap-contact-page .container-fluid .cap-hero-typo {
    padding-top: 16px;
    padding-bottom: 8px; }
    .cap-contact-page .container-fluid .cap-hero-typo h1 {
      font-size: 2.5em; }
    .cap-contact-page .container-fluid .cap-hero-typo h6 {
      font-size: 1em; }
  .cap-contact-page .container-fluid .cap-cont-sec {
    padding-bottom: 0px; }
    .cap-contact-page .container-fluid .cap-cont-sec .row {
      display: flex;
      flex-direction: column-reverse;
      margin-left: 0;
      margin-right: 0; }
      .cap-contact-page .container-fluid .cap-cont-sec .row .cap-img-sec {
        position: relative;
        z-index: 1;
        float: unset;
        margin-right: 0;
        top: 1px; }
        .cap-contact-page .container-fluid .cap-cont-sec .row .cap-img-sec .cap-cont-illus {
          margin-left: 4px;
          margin-top: -90px; }
      .cap-contact-page .container-fluid .cap-cont-sec .row .cap-contact {
        padding: 8px; }
        .cap-contact-page .container-fluid .cap-cont-sec .row .cap-contact .cap-cont-typo {
          margin-top: 16px;
          margin-left: 40px; }
          .cap-contact-page .container-fluid .cap-cont-sec .row .cap-contact .cap-cont-typo .cap-info {
            margin-top: 24px; }
            .cap-contact-page .container-fluid .cap-cont-sec .row .cap-contact .cap-cont-typo .cap-info h2 {
              font-size: 1.3em; }
            .cap-contact-page .container-fluid .cap-cont-sec .row .cap-contact .cap-cont-typo .cap-info h5 {
              font-size: 1em; }
        .cap-contact-page .container-fluid .cap-cont-sec .row .cap-contact .cap-sm-icons {
          margin-top: 24px;
          margin-left: 110px; }
          .cap-contact-page .container-fluid .cap-cont-sec .row .cap-contact .cap-sm-icons ul li {
            margin-right: 24px; }
      .cap-contact-page .container-fluid .cap-cont-sec .row .contact-form {
        padding: 24px 16px; } }

@media only screen and (min-width: 375px) and (max-width: 424px) {
  .cap-contact-page .container-fluid .cap-hero-typo {
    padding-top: 16px;
    padding-bottom: 8px; }
    .cap-contact-page .container-fluid .cap-hero-typo h1 {
      font-size: 2.5em; }
    .cap-contact-page .container-fluid .cap-hero-typo h6 {
      font-size: 1em; }
  .cap-contact-page .container-fluid .cap-cont-sec {
    padding-bottom: 0px; }
    .cap-contact-page .container-fluid .cap-cont-sec .row {
      margin-left: 0;
      margin-right: 0;
      display: flex;
      flex-direction: column-reverse; }
      .cap-contact-page .container-fluid .cap-cont-sec .row .cap-img-sec {
        position: relative;
        z-index: 1;
        float: unset;
        margin-right: 0;
        top: 1px; }
        .cap-contact-page .container-fluid .cap-cont-sec .row .cap-img-sec .cap-cont-illus {
          margin-left: 0px;
          margin-top: -78px; }
      .cap-contact-page .container-fluid .cap-cont-sec .row .cap-contact {
        padding: 8px; }
        .cap-contact-page .container-fluid .cap-cont-sec .row .cap-contact .cap-cont-typo {
          margin-top: 16px;
          margin-left: 48px; }
          .cap-contact-page .container-fluid .cap-cont-sec .row .cap-contact .cap-cont-typo .cap-info {
            margin-top: 24px; }
            .cap-contact-page .container-fluid .cap-cont-sec .row .cap-contact .cap-cont-typo .cap-info h2 {
              font-size: 1.3em; }
            .cap-contact-page .container-fluid .cap-cont-sec .row .cap-contact .cap-cont-typo .cap-info h5 {
              font-size: 1em; }
        .cap-contact-page .container-fluid .cap-cont-sec .row .cap-contact .cap-sm-icons {
          margin-top: 16px;
          margin-left: 136px; }
          .cap-contact-page .container-fluid .cap-cont-sec .row .cap-contact .cap-sm-icons ul li {
            margin-right: 24px; }
      .cap-contact-page .container-fluid .cap-cont-sec .row .contact-form {
        padding: 24px 16px; } }

@media only screen and (min-width: 425px) and (max-width: 767px) {
  .cap-contact-page .container-fluid .cap-hero-typo {
    padding-top: 16px;
    padding-bottom: 8px; }
    .cap-contact-page .container-fluid .cap-hero-typo h1 {
      font-size: 2.5em; }
    .cap-contact-page .container-fluid .cap-hero-typo h6 {
      font-size: 1em; }
  .cap-contact-page .container-fluid .cap-cont-sec {
    padding-bottom: 0px; }
    .cap-contact-page .container-fluid .cap-cont-sec .row {
      margin-left: 0;
      margin-right: 0;
      display: flex;
      flex-direction: column-reverse; }
      .cap-contact-page .container-fluid .cap-cont-sec .row .cap-img-sec {
        position: relative;
        z-index: 1;
        float: unset;
        margin-right: 0;
        top: 1px; }
        .cap-contact-page .container-fluid .cap-cont-sec .row .cap-img-sec .cap-cont-illus {
          margin-left: 12px;
          margin-top: -80px; }
      .cap-contact-page .container-fluid .cap-cont-sec .row .cap-contact {
        padding: 8px; }
        .cap-contact-page .container-fluid .cap-cont-sec .row .cap-contact .cap-cont-typo {
          margin-top: 0px;
          margin-left: 56px; }
          .cap-contact-page .container-fluid .cap-cont-sec .row .cap-contact .cap-cont-typo .cap-info {
            margin-top: 24px; }
            .cap-contact-page .container-fluid .cap-cont-sec .row .cap-contact .cap-cont-typo .cap-info h2 {
              font-size: 1.3em; }
            .cap-contact-page .container-fluid .cap-cont-sec .row .cap-contact .cap-cont-typo .cap-info h5 {
              font-size: 1em; }
        .cap-contact-page .container-fluid .cap-cont-sec .row .cap-contact .cap-sm-icons {
          margin-top: 16px;
          margin-left: 160px; }
          .cap-contact-page .container-fluid .cap-cont-sec .row .cap-contact .cap-sm-icons ul li {
            margin-right: 24px; }
      .cap-contact-page .container-fluid .cap-cont-sec .row .contact-form {
        padding: 24px 16px;
        margin-top: 36px; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cap-contact-page .container-fluid .cap-hero-typo {
    padding-top: 16px;
    padding-bottom: 8px; }
    .cap-contact-page .container-fluid .cap-hero-typo h1 {
      font-size: 2.5em; }
    .cap-contact-page .container-fluid .cap-hero-typo h6 {
      font-size: 1em; }
  .cap-contact-page .container-fluid .cap-cont-sec {
    padding-bottom: 32px;
    padding-left: 24px;
    padding-right: 24px; }
    .cap-contact-page .container-fluid .cap-cont-sec .row {
      margin-left: 0;
      margin-right: 0; }
      .cap-contact-page .container-fluid .cap-cont-sec .row .cap-img-sec {
        margin-right: -56px;
        top: 0; }
        .cap-contact-page .container-fluid .cap-cont-sec .row .cap-img-sec .cap-cont-illus {
          margin-top: 48px; }
      .cap-contact-page .container-fluid .cap-cont-sec .row .cap-contact {
        padding: 8px; }
        .cap-contact-page .container-fluid .cap-cont-sec .row .cap-contact .cap-cont-typo {
          margin-top: 0px;
          margin-left: 48px; }
          .cap-contact-page .container-fluid .cap-cont-sec .row .cap-contact .cap-cont-typo .cap-info {
            margin-top: 24px; }
            .cap-contact-page .container-fluid .cap-cont-sec .row .cap-contact .cap-cont-typo .cap-info h2 {
              font-size: 1.7em; }
            .cap-contact-page .container-fluid .cap-cont-sec .row .cap-contact .cap-cont-typo .cap-info h5 {
              font-size: 1.3em; }
        .cap-contact-page .container-fluid .cap-cont-sec .row .cap-contact .cap-sm-icons ul li {
          margin-right: 16px; }
      .cap-contact-page .container-fluid .cap-cont-sec .row .contact-form {
        padding: 48px; } }

@media only screen and (min-width: 992px) and (max-width: 1365px) {
  .cap-contact-page .container-fluid .cap-hero-typo {
    padding-top: 48px;
    padding-bottom: 24px; }
    .cap-contact-page .container-fluid .cap-hero-typo h1 {
      font-size: 2.5em; }
    .cap-contact-page .container-fluid .cap-hero-typo h6 {
      font-size: 1em; }
  .cap-contact-page .container-fluid .cap-cont-sec {
    padding-bottom: 72px; }
    .cap-contact-page .container-fluid .cap-cont-sec .col-lg-4 {
      padding: 0; }
    .cap-contact-page .container-fluid .cap-cont-sec .row {
      margin-left: 0;
      margin-right: 0; }
      .cap-contact-page .container-fluid .cap-cont-sec .row .cap-img-sec {
        float: right;
        margin-right: -20px; }
      .cap-contact-page .container-fluid .cap-cont-sec .row .cap-contact {
        padding: 11px 3px; }
        .cap-contact-page .container-fluid .cap-cont-sec .row .cap-contact .cap-cont-typo {
          margin-top: 12px;
          margin-left: 24px; }
          .cap-contact-page .container-fluid .cap-cont-sec .row .cap-contact .cap-cont-typo .cap-info {
            margin-top: 24px; }
            .cap-contact-page .container-fluid .cap-cont-sec .row .cap-contact .cap-cont-typo .cap-info h5 {
              font-size: 1.3em; }
            .cap-contact-page .container-fluid .cap-cont-sec .row .cap-contact .cap-cont-typo .cap-info h2 {
              font-size: 1.7em; }
        .cap-contact-page .container-fluid .cap-cont-sec .row .cap-contact .cap-sm-icons {
          margin-top: 24px;
          margin-left: 24px; }
          .cap-contact-page .container-fluid .cap-cont-sec .row .cap-contact .cap-sm-icons ul li {
            margin-right: 24px; }
      .cap-contact-page .container-fluid .cap-cont-sec .row .contact-form {
        padding: 32px 24px; } }

@media only screen and (width: 1366px) {
  .cap-contact-page .container-fluid .cap-hero-typo {
    padding-top: 48px;
    padding-bottom: 24px; }
    .cap-contact-page .container-fluid .cap-hero-typo h1 {
      font-size: 2.5em; }
    .cap-contact-page .container-fluid .cap-hero-typo h6 {
      font-size: 1.3em; }
  .cap-contact-page .container-fluid .cap-cont-sec {
    padding-bottom: 72px; }
    .cap-contact-page .container-fluid .cap-cont-sec .row {
      margin-left: 0;
      margin-right: 0; }
      .cap-contact-page .container-fluid .cap-cont-sec .row .cap-img-sec {
        float: right;
        margin-right: -28px; }
      .cap-contact-page .container-fluid .cap-cont-sec .row .cap-contact {
        padding: 8px; }
        .cap-contact-page .container-fluid .cap-cont-sec .row .cap-contact .cap-cont-typo {
          margin-top: 12px;
          margin-left: 24px; }
          .cap-contact-page .container-fluid .cap-cont-sec .row .cap-contact .cap-cont-typo .cap-info {
            margin-top: 24px; }
        .cap-contact-page .container-fluid .cap-cont-sec .row .cap-contact .cap-sm-icons {
          margin-top: 24px;
          margin-left: 24px; }
          .cap-contact-page .container-fluid .cap-cont-sec .row .cap-contact .cap-sm-icons ul li {
            margin-right: 24px; }
      .cap-contact-page .container-fluid .cap-cont-sec .row .contact-form {
        padding: 32px 24px; } }

@media only screen and (min-width: 1367px) and (max-width: 1440px) {
  .cap-contact-page .container-fluid .cap-hero-typo {
    padding-top: 48px;
    padding-bottom: 24px; }
    .cap-contact-page .container-fluid .cap-hero-typo h1 {
      font-size: 2.5em; }
    .cap-contact-page .container-fluid .cap-hero-typo h6 {
      font-size: 1.3em; }
  .cap-contact-page .container-fluid .cap-cont-sec {
    padding-bottom: 72px; }
    .cap-contact-page .container-fluid .cap-cont-sec .row {
      margin-left: 0;
      margin-right: 0; }
      .cap-contact-page .container-fluid .cap-cont-sec .row div {
        padding: 0px; }
      .cap-contact-page .container-fluid .cap-cont-sec .row .cap-img-sec {
        float: right;
        margin-right: -28px; }
      .cap-contact-page .container-fluid .cap-cont-sec .row .cap-contact {
        padding: 34px 8px; }
        .cap-contact-page .container-fluid .cap-cont-sec .row .cap-contact .cap-cont-typo {
          margin-top: 12px;
          margin-left: 24px; }
          .cap-contact-page .container-fluid .cap-cont-sec .row .cap-contact .cap-cont-typo .cap-info {
            margin-top: 24px; }
        .cap-contact-page .container-fluid .cap-cont-sec .row .cap-contact .cap-sm-icons {
          margin-top: 24px;
          margin-left: 24px; }
          .cap-contact-page .container-fluid .cap-cont-sec .row .cap-contact .cap-sm-icons ul li {
            margin-right: 24px; }
      .cap-contact-page .container-fluid .cap-cont-sec .row .contact-form {
        padding: 32px 24px; } }

.c-blog-page .c-blog-header {
  background-color: #fff; }
  .c-blog-page .c-blog-header .c-hero-typo {
    text-align: center;
    padding-top: 48px;
    padding-bottom: 24px; }
    .c-blog-page .c-blog-header .c-hero-typo h1 {
      font-size: 1.7em;
      color: #06375D;
      font-weight: 900;
      margin-bottom: 0; }
    .c-blog-page .c-blog-header .c-hero-typo h6 {
      color: #6d6d6d; }

.c-blog-page .c-blog-sec {
  background-color: #0786DB; }
  .c-blog-page .c-blog-sec .c-blog-typo {
    position: absolute;
    z-index: 1;
    padding: 32px;
    background-color: #F3F3F5;
    margin-top: 108px;
    margin-left: 140px;
    margin-right: -270px; }
    .c-blog-page .c-blog-sec .c-blog-typo sub {
      float: right;
      color: #101010;
      font-weight: 900; }
    .c-blog-page .c-blog-sec .c-blog-typo h2 {
      color: #081C31;
      font-weight: 700; }
    .c-blog-page .c-blog-sec .c-blog-typo p {
      color: #101010;
      font-size: 0.8em; }
  .c-blog-page .c-blog-sec .c-blog-img-sec {
    float: right; }

.c-blog-page .c-flex {
  display: inline-grid !important;
  vertical-align: top;
  max-width: 508px;
  margin: 4px 0 4px 12px; }
  .c-blog-page .c-flex .c-blog-post {
    background-color: #fff;
    padding: 24px;
    margin-top: 4px;
    margin-bottom: 4px; }
    .c-blog-page .c-flex .c-blog-post .c-post-header .c-post-header-typo h5 {
      color: #081C31;
      margin-bottom: 0; }
      .c-blog-page .c-flex .c-blog-post .c-post-header .c-post-header-typo h5 sub {
        color: #0786DB; }
    .c-blog-page .c-flex .c-blog-post .c-post-header .c-post-header-typo p {
      margin-top: 0;
      margin-bottom: 0;
      color: #101010; }
    .c-blog-page .c-flex .c-blog-post .c-post-typo {
      margin-top: 24px; }
      .c-blog-page .c-flex .c-blog-post .c-post-typo h3 {
        font-weight: 900;
        color: #081C31; }
      .c-blog-page .c-flex .c-blog-post .c-post-typo p {
        color: #101010; }
      .c-blog-page .c-flex .c-blog-post .c-post-typo .c-sub-post-typo {
        color: #0786DB;
        margin-bottom: 24px; }
        .c-blog-page .c-flex .c-blog-post .c-post-typo .c-sub-post-typo span {
          text-decoration: underline;
          float: right; }

@media only screen and (min-width: 1367px) and (max-width: 1440px) {
  .c-blog-page .c-blog-sec .c-blog-typo {
    margin-top: 44px;
    margin-left: 140px;
    margin-right: -200px; }
    .c-blog-page .c-blog-sec .c-blog-typo p {
      font-size: 0.8em; }
  .c-blog-page .c-flex {
    margin: 4px 0 4px 12px;
    max-width: 500px; }
    .c-blog-page .c-flex .c-blog-post {
      margin-top: 4px;
      margin-bottom: 8px; }
      .c-blog-page .c-flex .c-blog-post .c-post-typo {
        margin-top: 24px; } }

@media only screen and (width: 1366px) {
  .c-blog-page .c-blog-sec .c-blog-typo {
    margin-top: 52px;
    margin-left: 52px;
    margin-right: -200px; }
    .c-blog-page .c-blog-sec .c-blog-typo p {
      font-size: 1em; }
  .c-blog-page .c-flex {
    margin: 4px 0 4px 12px;
    max-width: 434px; }
    .c-blog-page .c-flex .c-blog-post {
      margin-top: 4px;
      margin-bottom: 8px; }
      .c-blog-page .c-flex .c-blog-post .c-post-typo {
        margin-top: 24px; } }

@media only screen and (min-width: 992px) and (max-width: 1365px) {
  .c-blog-page .c-blog-header .c-hero-typo {
    text-align: center;
    padding-top: 48px;
    padding-bottom: 24px; }
    .c-blog-page .c-blog-header .c-hero-typo h1 {
      font-size: 3.5em;
      margin-bottom: 0; }
    .c-blog-page .c-blog-header .c-hero-typo h6 {
      font-size: 1.3em; }
  .c-blog-page .c-blog-sec .row {
    margin-left: 0;
    margin-right: 0; }
    .c-blog-page .c-blog-sec .row .c-blog-c1 {
      padding-left: 0;
      padding-right: 0; }
    .c-blog-page .c-blog-sec .row .c-blog-c2 {
      padding-left: 0;
      padding-right: 0; }
  .c-blog-page .c-blog-sec .c-blog-typo {
    padding: 16px;
    margin-top: 64px;
    margin-left: 48px;
    margin-right: -210px; }
    .c-blog-page .c-blog-sec .c-blog-typo p {
      font-size: 1em; }
  .c-blog-page .c-blog-sec .c-blog-img-sec {
    float: right; }
  .c-blog-page .c-flex {
    max-width: 490px; }
    .c-blog-page .c-flex .c-blog-post {
      padding: 24px;
      margin-top: 4px;
      margin-bottom: 4px; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .c-blog-page .c-blog-header .c-hero-typo h1 {
    font-size: 4em; }
  .c-blog-page .c-blog-header .c-hero-typo h6 {
    font-size: 1.7em; }
  .c-blog-page .c-blog-sec .row {
    margin-left: 0;
    margin-right: 0; }
    .c-blog-page .c-blog-sec .row .c-blog-c1 {
      padding-left: 0;
      padding-right: 0; }
    .c-blog-page .c-blog-sec .row .c-blog-c2 {
      padding-left: 0;
      padding-right: 0; }
  .c-blog-page .c-blog-sec .c-blog-typo {
    position: absolute;
    z-index: 1;
    padding: 24px;
    margin-top: 20px;
    margin-left: 48px;
    margin-right: -290px; }
    .c-blog-page .c-blog-sec .c-blog-typo sub {
      float: right;
      font-weight: 900; }
    .c-blog-page .c-blog-sec .c-blog-typo h2 {
      font-size: 1.7em; }
    .c-blog-page .c-blog-sec .c-blog-typo p {
      font-size: 1.3em; }
  .c-blog-page .c-blog-sec .c-blog-img-sec {
    float: right; }
  .c-blog-page .c-flex {
    max-width: 369px; }
    .c-blog-page .c-flex .c-blog-post {
      background-color: #fff;
      padding: 16px; }
      .c-blog-page .c-flex .c-blog-post .c-post-header .c-post-header-typo h5 {
        color: #081C31;
        margin-bottom: 0; }
        .c-blog-page .c-flex .c-blog-post .c-post-header .c-post-header-typo h5 sub {
          color: #0786DB; }
      .c-blog-page .c-flex .c-blog-post .c-post-header .c-post-header-typo p {
        margin-top: 0;
        margin-bottom: 0;
        color: #101010; }
      .c-blog-page .c-flex .c-blog-post .c-post-typo {
        margin-top: 24px; }
        .c-blog-page .c-flex .c-blog-post .c-post-typo h3 {
          font-weight: 900;
          color: #081C31; }
        .c-blog-page .c-flex .c-blog-post .c-post-typo p {
          color: #101010; }
        .c-blog-page .c-flex .c-blog-post .c-post-typo .c-sub-post-typo {
          color: #0786DB;
          margin-bottom: 24px; }
          .c-blog-page .c-flex .c-blog-post .c-post-typo .c-sub-post-typo span {
            text-decoration: underline;
            float: right; } }

@media only screen and (min-width: 425px) and (max-width: 767px) {
  .c-blog-page .c-blog-header .c-hero-typo h1 {
    font-size: 5em; }
  .c-blog-page .c-blog-header .c-hero-typo h6 {
    font-size: 1.7em; }
  .c-blog-page .c-blog-sec .row {
    margin-left: 0;
    margin-right: 0; }
    .c-blog-page .c-blog-sec .row .c-blog-c1 {
      padding-left: 0;
      padding-right: 0; }
    .c-blog-page .c-blog-sec .row .c-blog-c2 {
      padding-left: 0;
      padding-right: 0; }
  .c-blog-page .c-blog-sec .c-blog-typo {
    position: relative;
    z-index: 0;
    padding: 24px;
    background-color: #F3F3F5;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px; }
    .c-blog-page .c-blog-sec .c-blog-typo sub {
      float: right;
      font-weight: 900; }
    .c-blog-page .c-blog-sec .c-blog-typo h2 {
      font-size: 4em; }
    .c-blog-page .c-blog-sec .c-blog-typo p {
      font-size: 2.5em; }
  .c-blog-page .c-blog-sec .c-blog-img-sec {
    float: unset; }
  .c-blog-page .c-flex {
    max-width: 100%; }
    .c-blog-page .c-flex .c-blog-post {
      padding: 16px; }
      .c-blog-page .c-flex .c-blog-post .c-post-header .c-post-c1 {
        width: 30%; }
      .c-blog-page .c-flex .c-blog-post .c-post-header .c-post-c2 {
        width: 70%; }
      .c-blog-page .c-flex .c-blog-post .c-post-header .c-post-header-typo h5 {
        margin-bottom: 0; }
      .c-blog-page .c-flex .c-blog-post .c-post-header .c-post-header-typo p {
        margin-top: 0;
        margin-bottom: 0; }
      .c-blog-page .c-flex .c-blog-post .c-post-typo {
        margin-top: 24px; }
        .c-blog-page .c-flex .c-blog-post .c-post-typo h3 {
          font-weight: 900; }
        .c-blog-page .c-flex .c-blog-post .c-post-typo .c-sub-post-typo {
          margin-bottom: 24px; } }

@media only screen and (min-width: 375px) and (max-width: 424px) {
  .c-blog-page .c-blog-header .c-hero-typo h1 {
    font-size: 6em; }
  .c-blog-page .c-blog-header .c-hero-typo h6 {
    font-size: 2em; }
  .c-blog-page .c-blog-sec .row {
    margin-left: 0;
    margin-right: 0; }
    .c-blog-page .c-blog-sec .row .c-blog-c1 {
      padding-left: 0;
      padding-right: 0; }
    .c-blog-page .c-blog-sec .row .c-blog-c2 {
      padding-left: 0;
      padding-right: 0; }
  .c-blog-page .c-blog-sec .c-blog-typo {
    position: relative;
    z-index: 0;
    padding: 24px;
    background-color: #F3F3F5;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px; }
    .c-blog-page .c-blog-sec .c-blog-typo sub {
      float: right;
      font-weight: 900; }
    .c-blog-page .c-blog-sec .c-blog-typo h2 {
      font-size: 4em; }
    .c-blog-page .c-blog-sec .c-blog-typo p {
      font-size: 2.5em; }
  .c-blog-page .c-blog-sec .c-blog-img-sec {
    float: unset; }
  .c-blog-page .c-flex {
    max-width: 100%;
    margin: 0; }
    .c-blog-page .c-flex .c-blog-post {
      padding: 16px; }
      .c-blog-page .c-flex .c-blog-post .c-post-header .c-post-c1 {
        width: 30%; }
      .c-blog-page .c-flex .c-blog-post .c-post-header .c-post-c2 {
        width: 70%; }
      .c-blog-page .c-flex .c-blog-post .c-post-header .c-post-header-typo h5 {
        margin-bottom: 0; }
      .c-blog-page .c-flex .c-blog-post .c-post-header .c-post-header-typo p {
        margin-top: 0;
        margin-bottom: 0; }
      .c-blog-page .c-flex .c-blog-post .c-post-typo {
        margin-top: 24px; }
        .c-blog-page .c-flex .c-blog-post .c-post-typo h3 {
          font-weight: 900; }
        .c-blog-page .c-flex .c-blog-post .c-post-typo .c-sub-post-typo {
          margin-bottom: 24px; } }

@media only screen and (min-width: 320px) and (max-width: 374px) {
  .c-blog-page .c-blog-header .c-hero-typo h1 {
    font-size: 6em; }
  .c-blog-page .c-blog-header .c-hero-typo h6 {
    font-size: 2.5em; }
  .c-blog-page .c-blog-sec .row {
    margin-left: 0;
    margin-right: 0; }
    .c-blog-page .c-blog-sec .row .c-blog-c1 {
      padding-left: 0;
      padding-right: 0; }
    .c-blog-page .c-blog-sec .row .c-blog-c2 {
      padding-left: 0;
      padding-right: 0; }
  .c-blog-page .c-blog-sec .c-blog-typo {
    position: relative;
    z-index: 0;
    padding: 24px;
    background-color: #F3F3F5;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px; }
    .c-blog-page .c-blog-sec .c-blog-typo sub {
      float: right;
      font-weight: 900; }
    .c-blog-page .c-blog-sec .c-blog-typo h2 {
      font-size: 4em; }
    .c-blog-page .c-blog-sec .c-blog-typo p {
      font-size: 2.5em; }
  .c-blog-page .c-blog-sec .c-blog-img-sec {
    float: unset; }
  .c-blog-page .c-flex {
    max-width: 100%;
    margin: 0; }
    .c-blog-page .c-flex .c-blog-post {
      padding: 16px; }
      .c-blog-page .c-flex .c-blog-post .c-post-header .c-post-c1 {
        width: 100%; }
      .c-blog-page .c-flex .c-blog-post .c-post-header .c-post-c2 {
        width: 100%; }
      .c-blog-page .c-flex .c-blog-post .c-post-header .c-post-head-img-sec {
        margin-bottom: 8px; }
      .c-blog-page .c-flex .c-blog-post .c-post-header .c-post-header-typo h5 {
        margin-bottom: 0; }
      .c-blog-page .c-flex .c-blog-post .c-post-header .c-post-header-typo p {
        margin-top: 0;
        margin-bottom: 0; }
      .c-blog-page .c-flex .c-blog-post .c-post-typo {
        margin-top: 24px; }
        .c-blog-page .c-flex .c-blog-post .c-post-typo h3 {
          font-weight: 900; }
        .c-blog-page .c-flex .c-blog-post .c-post-typo .c-sub-post-typo {
          margin-bottom: 24px; } }

.c-help-page .container-fluid {
  background-color: #fff;
  padding-right: 0;
  padding-left: 0; }
  .c-help-page .container-fluid .c-hero-typo {
    text-align: center;
    padding-top: 72px;
    height: 200px; }
    .c-help-page .container-fluid .c-hero-typo h1 {
      font-size: 1.7em;
      color: #06375D;
      font-weight: 900;
      margin-bottom: 0; }
    .c-help-page .container-fluid .c-hero-typo h6 {
      font-size: 0.8em;
      color: #6d6d6d; }
    .c-help-page .container-fluid .c-hero-typo .c-help-btn-sec {
      text-align: left;
      float: right;
      margin-right: 64px; }
      .c-help-page .container-fluid .c-hero-typo .c-help-btn-sec p {
        color: #101010;
        margin-bottom: 0;
        font-weight: 500; }
      .c-help-page .container-fluid .c-hero-typo .c-help-btn-sec .btn {
        font-size: 1em !important;
        font-weight: 700; }
  .c-help-page .container-fluid .c-help-search-sec {
    background-color: #F3F3F5; }
  .c-help-page .container-fluid .c-help-search-topics .c-cities-names {
    padding-top: 24px; }
    .c-help-page .container-fluid .c-help-search-topics .c-cities-names h3 {
      text-align: center;
      margin-top: 16px;
      margin-bottom: 16px;
      font-size: 1em;
      color: #081C31;
      font-weight: 900; }
    .c-help-page .container-fluid .c-help-search-topics .c-cities-names ul {
      padding-left: 64px;
      padding-top: 16px;
      padding-bottom: 16px; }
      .c-help-page .container-fluid .c-help-search-topics .c-cities-names ul li {
        color: #0786DB;
        font-size: 0.8em;
        margin-top: 16px;
        margin-bottom: 16px; }
  .c-help-page .container-fluid .c-help-by-topic {
    margin-left: 120px;
    margin-right: 120px; }
    .c-help-page .container-fluid .c-help-by-topic .row.c-r-rev {
      flex-direction: row-reverse; }
    .c-help-page .container-fluid .c-help-by-topic .c-by-topic-heading {
      margin-top: 96px; }
      .c-help-page .container-fluid .c-help-by-topic .c-by-topic-heading .c-txt-algn {
        text-align: right; }
      .c-help-page .container-fluid .c-help-by-topic .c-by-topic-heading h2 {
        font-size: 1.7em;
        font-weight: 700;
        color: #0786DB; }
      .c-help-page .container-fluid .c-help-by-topic .c-by-topic-heading h4 {
        color: #101010;
        font-weight: 700; }
    .c-help-page .container-fluid .c-help-by-topic .c-by-topic-names .c-txt-algn {
      text-align: right; }
    .c-help-page .container-fluid .c-help-by-topic .c-by-topic-names h5 {
      color: #101010;
      font-size: 1em;
      margin-top: 24px; }
    .c-help-page .container-fluid .c-help-by-topic .c-by-topic-content {
      margin-top: 96px;
      margin-bottom: 96px;
      background-color: #F3F3F5;
      height: 450px; }
      .c-help-page .container-fluid .c-help-by-topic .c-by-topic-content .row.c-r-rev {
        flex-direction: row-reverse; }
      .c-help-page .container-fluid .c-help-by-topic .c-by-topic-content .c-topic-img-sec .c-topic-img {
        position: absolute;
        margin-top: -48px;
        border: 10px solid #f4f5f7;
        box-shadow: 0px 10px 30px rgba(60, 60, 60, 0.4); }
      .c-help-page .container-fluid .c-help-by-topic .c-by-topic-content .c-help-text {
        margin-top: 64px; }
        .c-help-page .container-fluid .c-help-by-topic .c-by-topic-content .c-help-text h2 {
          color: #101010;
          font-size: 1.3em; }

@media only screen and (min-width: 1367px) and (max-width: 1440px) {
  .c-help-page .container-fluid .c-hero-typo {
    padding-top: 64px;
    height: 175px; }
    .c-help-page .container-fluid .c-hero-typo .row {
      margin-left: 0;
      margin-right: 0; }
      .c-help-page .container-fluid .c-hero-typo .row .c-hero-c1 {
        padding-left: 0;
        padding-right: 0; }
      .c-help-page .container-fluid .c-hero-typo .row .c-hero-c2 {
        padding-left: 0;
        padding-right: 0; }
    .c-help-page .container-fluid .c-hero-typo h1 {
      font-size: 2em; }
    .c-help-page .container-fluid .c-hero-typo h6 {
      font-size: 1.3em; }
    .c-help-page .container-fluid .c-hero-typo .c-help-btn-sec {
      margin-right: 64px; }
  .c-help-page .container-fluid .c-help-search-topics .c-cities-names {
    padding-top: 24px; }
    .c-help-page .container-fluid .c-help-search-topics .c-cities-names h3 {
      font-size: 1.3em;
      margin-top: 16px;
      margin-bottom: 16px; }
    .c-help-page .container-fluid .c-help-search-topics .c-cities-names ul {
      padding-left: 64px;
      padding-top: 16px;
      padding-bottom: 16px; }
      .c-help-page .container-fluid .c-help-search-topics .c-cities-names ul li {
        font-size: 1em;
        margin-top: 16px;
        margin-bottom: 16px; }
  .c-help-page .container-fluid .c-help-by-topic {
    margin-left: 120px;
    margin-right: 120px; }
    .c-help-page .container-fluid .c-help-by-topic .row.c-r-rev {
      flex-direction: row-reverse; }
    .c-help-page .container-fluid .c-help-by-topic .c-by-topic-heading {
      margin-top: 60px; }
      .c-help-page .container-fluid .c-help-by-topic .c-by-topic-heading .c-txt-algn {
        text-align: left; }
      .c-help-page .container-fluid .c-help-by-topic .c-by-topic-heading h2 {
        font-size: 2.3em; }
      .c-help-page .container-fluid .c-help-by-topic .c-by-topic-heading h4 {
        font-size: 1em; }
    .c-help-page .container-fluid .c-help-by-topic .c-by-topic-names .c-txt-algn {
      text-align: left; }
    .c-help-page .container-fluid .c-help-by-topic .c-by-topic-names h5 {
      font-size: 1em;
      margin-top: 10px; }
    .c-help-page .container-fluid .c-help-by-topic .c-by-topic-content {
      margin-top: 72px;
      margin-bottom: 72px;
      height: 280px; }
      .c-help-page .container-fluid .c-help-by-topic .c-by-topic-content .row.c-r-rev {
        flex-direction: row-reverse; }
      .c-help-page .container-fluid .c-help-by-topic .c-by-topic-content .c-topic-img-sec .c-topic-img {
        margin-top: -38px; }
      .c-help-page .container-fluid .c-help-by-topic .c-by-topic-content .c-help-text {
        margin-top: 32px; }
        .c-help-page .container-fluid .c-help-by-topic .c-by-topic-content .c-help-text h2 {
          font-size: 1.8vw; } }

@media only screen and (width: 1366px) {
  .c-help-page .container-fluid .c-hero-typo {
    padding-top: 64px;
    height: 175px; }
    .c-help-page .container-fluid .c-hero-typo .row {
      margin-left: 0;
      margin-right: 0; }
      .c-help-page .container-fluid .c-hero-typo .row .c-hero-c1 {
        padding-left: 0;
        padding-right: 0; }
      .c-help-page .container-fluid .c-hero-typo .row .c-hero-c2 {
        padding-left: 0;
        padding-right: 0; }
    .c-help-page .container-fluid .c-hero-typo h1 {
      font-size: 2em; }
    .c-help-page .container-fluid .c-hero-typo h6 {
      font-size: 1.3em; }
    .c-help-page .container-fluid .c-hero-typo .c-help-btn-sec {
      margin-right: 64px; }
  .c-help-page .container-fluid .c-help-search-topics .c-cities-names {
    padding-top: 24px; }
    .c-help-page .container-fluid .c-help-search-topics .c-cities-names h3 {
      font-size: 1.3em;
      margin-top: 16px;
      margin-bottom: 16px; }
    .c-help-page .container-fluid .c-help-search-topics .c-cities-names ul {
      padding-left: 64px;
      padding-top: 16px;
      padding-bottom: 16px; }
      .c-help-page .container-fluid .c-help-search-topics .c-cities-names ul li {
        font-size: 1em;
        margin-top: 16px;
        margin-bottom: 16px; }
  .c-help-page .container-fluid .c-help-by-topic {
    margin-left: 120px;
    margin-right: 120px; }
    .c-help-page .container-fluid .c-help-by-topic .row.c-r-rev {
      flex-direction: row-reverse; }
    .c-help-page .container-fluid .c-help-by-topic .c-by-topic-heading {
      margin-top: 60px; }
      .c-help-page .container-fluid .c-help-by-topic .c-by-topic-heading .c-txt-algn {
        text-align: left; }
      .c-help-page .container-fluid .c-help-by-topic .c-by-topic-heading h2 {
        font-size: 2.3em; }
      .c-help-page .container-fluid .c-help-by-topic .c-by-topic-heading h4 {
        font-size: 1em; }
    .c-help-page .container-fluid .c-help-by-topic .c-by-topic-names .c-txt-algn {
      text-align: left; }
    .c-help-page .container-fluid .c-help-by-topic .c-by-topic-names h5 {
      font-size: 1em;
      margin-top: 10px; }
    .c-help-page .container-fluid .c-help-by-topic .c-by-topic-content {
      margin-top: 72px;
      margin-bottom: 72px;
      height: 280px; }
      .c-help-page .container-fluid .c-help-by-topic .c-by-topic-content .row.c-r-rev {
        flex-direction: row-reverse; }
      .c-help-page .container-fluid .c-help-by-topic .c-by-topic-content .c-topic-img-sec .c-topic-img {
        margin-top: -44px; }
      .c-help-page .container-fluid .c-help-by-topic .c-by-topic-content .c-help-text {
        margin-top: 32px; }
        .c-help-page .container-fluid .c-help-by-topic .c-by-topic-content .c-help-text h2 {
          font-size: 1.3em; } }

@media only screen and (min-width: 992px) and (max-width: 1365px) {
  .c-help-page .container-fluid .c-hero-typo {
    height: 160px;
    padding-top: 56px; }
    .c-help-page .container-fluid .c-hero-typo .row {
      margin-left: 0;
      margin-right: 0; }
      .c-help-page .container-fluid .c-hero-typo .row .c-hero-c1 {
        padding-left: 0;
        padding-right: 0; }
      .c-help-page .container-fluid .c-hero-typo .row .c-hero-c2 {
        padding-left: 0;
        padding-right: 0; }
    .c-help-page .container-fluid .c-hero-typo h1 {
      font-size: 2.5em; }
    .c-help-page .container-fluid .c-hero-typo h6 {
      font-size: 1.3em; }
    .c-help-page .container-fluid .c-hero-typo .c-help-btn-sec {
      margin-right: 64px; }
  .c-help-page .container-fluid .c-help-search-topics .c-cities-names {
    padding-top: 24px; }
    .c-help-page .container-fluid .c-help-search-topics .c-cities-names h3 {
      margin-top: 16px;
      margin-bottom: 16px;
      font-size: 1.7em; }
    .c-help-page .container-fluid .c-help-search-topics .c-cities-names ul {
      padding-left: 64px;
      padding-top: 16px;
      padding-bottom: 16px; }
      .c-help-page .container-fluid .c-help-search-topics .c-cities-names ul li {
        font-size: 1.3em;
        margin-top: 16px;
        margin-bottom: 16px; }
  .c-help-page .container-fluid .c-help-by-topic {
    margin-left: 120px;
    margin-right: 120px; }
    .c-help-page .container-fluid .c-help-by-topic .row.c-r-rev {
      flex-direction: row-reverse; }
    .c-help-page .container-fluid .c-help-by-topic .c-by-topic-heading {
      margin-top: 60px; }
      .c-help-page .container-fluid .c-help-by-topic .c-by-topic-heading .c-txt-algn {
        text-align: left; }
      .c-help-page .container-fluid .c-help-by-topic .c-by-topic-heading h2 {
        font-size: 2em; }
      .c-help-page .container-fluid .c-help-by-topic .c-by-topic-heading h4 {
        font-size: 1.3em; }
    .c-help-page .container-fluid .c-help-by-topic .c-by-topic-names .c-txt-algn {
      text-align: left; }
    .c-help-page .container-fluid .c-help-by-topic .c-by-topic-names h5 {
      font-size: 1.3em;
      margin-top: 10px; }
    .c-help-page .container-fluid .c-help-by-topic .c-by-topic-content {
      margin-top: 96px;
      margin-bottom: 96px;
      height: 250px; }
      .c-help-page .container-fluid .c-help-by-topic .c-by-topic-content .row.c-r-rev {
        flex-direction: row-reverse; }
      .c-help-page .container-fluid .c-help-by-topic .c-by-topic-content .c-topic-img-sec .c-topic-img {
        margin-top: -48px; }
      .c-help-page .container-fluid .c-help-by-topic .c-by-topic-content .c-help-text {
        margin-top: 48px; }
        .c-help-page .container-fluid .c-help-by-topic .c-by-topic-content .c-help-text h2 {
          font-size: 1.3em; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .c-help-page .container-fluid .c-hero-typo {
    text-align: center;
    padding-top: 48px;
    height: 280px; }
    .c-help-page .container-fluid .c-hero-typo .row {
      margin-left: 0;
      margin-right: 0; }
      .c-help-page .container-fluid .c-hero-typo .row .c-hero-c1 {
        padding-left: 0;
        padding-right: 0; }
      .c-help-page .container-fluid .c-hero-typo .row .c-hero-c2 {
        padding-left: 0;
        padding-right: 0; }
    .c-help-page .container-fluid .c-hero-typo h1 {
      font-size: 4em;
      margin-bottom: 0; }
    .c-help-page .container-fluid .c-hero-typo h6 {
      font-size: 1.3em; }
    .c-help-page .container-fluid .c-hero-typo .c-help-btn-sec {
      margin-top: 16px;
      margin-bottom: 16px;
      text-align: center;
      float: unset;
      margin-right: 0px; }
      .c-help-page .container-fluid .c-hero-typo .c-help-btn-sec p {
        margin-bottom: 0; }
      .c-help-page .container-fluid .c-hero-typo .c-help-btn-sec .btn {
        font-size: 1.7em !important;
        font-weight: 700; }
  .c-help-page .container-fluid .c-help-search-topics .c-cities-names {
    padding-top: 24px; }
    .c-help-page .container-fluid .c-help-search-topics .c-cities-names h3 {
      text-align: center;
      margin-top: 16px;
      margin-bottom: 16px;
      font-size: 2em; }
    .c-help-page .container-fluid .c-help-search-topics .c-cities-names ul {
      padding-left: 64px;
      padding-top: 16px;
      padding-bottom: 16px; }
      .c-help-page .container-fluid .c-help-search-topics .c-cities-names ul li {
        font-size: 1.7em;
        margin-top: 16px;
        margin-bottom: 16px; }
  .c-help-page .container-fluid .c-help-by-topic {
    margin-left: 0px;
    margin-right: 0px; }
    .c-help-page .container-fluid .c-help-by-topic .row.c-r-rev {
      flex-direction: row; }
    .c-help-page .container-fluid .c-help-by-topic .c-by-topic-heading {
      margin-top: 32px; }
      .c-help-page .container-fluid .c-help-by-topic .c-by-topic-heading.c-txt-algn {
        text-align: right; }
      .c-help-page .container-fluid .c-help-by-topic .c-by-topic-heading h2 {
        font-size: 3em; }
      .c-help-page .container-fluid .c-help-by-topic .c-by-topic-heading h4 {
        font-size: 1.8em; }
    .c-help-page .container-fluid .c-help-by-topic .c-by-topic-names.c-txt-algn {
      text-align: right; }
    .c-help-page .container-fluid .c-help-by-topic .c-by-topic-names h5 {
      font-size: 1.8em;
      margin-top: 16px; }
    .c-help-page .container-fluid .c-help-by-topic .c-by-topic-content {
      margin-top: 96px;
      margin-bottom: 96px;
      height: 250px; }
      .c-help-page .container-fluid .c-help-by-topic .c-by-topic-content .row.c-r-rev {
        flex-direction: row; }
      .c-help-page .container-fluid .c-help-by-topic .c-by-topic-content .c-topic-img-sec .c-topic-img {
        position: absolute;
        margin-top: -48px; }
      .c-help-page .container-fluid .c-help-by-topic .c-by-topic-content .c-help-text {
        margin-top: 32px;
        margin-left: 32px; }
        .c-help-page .container-fluid .c-help-by-topic .c-by-topic-content .c-help-text.c-tab-m {
          margin-left: 200px; }
        .c-help-page .container-fluid .c-help-by-topic .c-by-topic-content .c-help-text h2 {
          font-size: 2.3em; } }

@media only screen and (min-width: 425px) and (max-width: 767px) {
  .c-help-page .container-fluid .c-hero-typo {
    text-align: center;
    padding-top: 32px;
    height: 220px; }
    .c-help-page .container-fluid .c-hero-typo .row {
      margin-left: 0;
      margin-right: 0; }
      .c-help-page .container-fluid .c-hero-typo .row .c-hero-c1 {
        padding-left: 0;
        padding-right: 0; }
      .c-help-page .container-fluid .c-hero-typo .row .c-hero-c2 {
        padding-left: 0;
        padding-right: 0; }
    .c-help-page .container-fluid .c-hero-typo h1 {
      font-size: 5em;
      margin-bottom: 0; }
    .c-help-page .container-fluid .c-hero-typo h6 {
      font-size: 2.5em; }
    .c-help-page .container-fluid .c-hero-typo .c-help-btn-sec {
      margin-top: 16px;
      margin-bottom: 16px;
      text-align: center;
      float: unset;
      margin-right: 0px; }
      .c-help-page .container-fluid .c-hero-typo .c-help-btn-sec p {
        margin-bottom: 0; }
      .c-help-page .container-fluid .c-hero-typo .c-help-btn-sec .btn {
        font-size: 1.7em !important;
        font-weight: 700; }
  .c-help-page .container-fluid .c-help-search-topics .c-cities-names {
    padding-top: 24px; }
    .c-help-page .container-fluid .c-help-search-topics .c-cities-names h3 {
      text-align: center;
      margin-top: 16px;
      margin-bottom: 16px;
      font-size: 3em; }
    .c-help-page .container-fluid .c-help-search-topics .c-cities-names ul {
      padding-left: 64px;
      padding-top: 16px;
      padding-bottom: 16px; }
      .c-help-page .container-fluid .c-help-search-topics .c-cities-names ul li {
        font-size: 2.5em;
        margin-top: 16px;
        margin-bottom: 16px; }
  .c-help-page .container-fluid .c-help-by-topic {
    margin-left: 0px;
    margin-right: 0px; }
    .c-help-page .container-fluid .c-help-by-topic .row {
      margin-left: 0;
      margin-right: 0; }
      .c-help-page .container-fluid .c-help-by-topic .row.c-r-rev {
        flex-direction: row; }
      .c-help-page .container-fluid .c-help-by-topic .row .c-ht-c1 {
        padding-left: 0;
        padding-right: 0; }
      .c-help-page .container-fluid .c-help-by-topic .row .c-ht-c2 {
        padding-left: 0;
        padding-right: 0; }
    .c-help-page .container-fluid .c-help-by-topic .c-by-topic-heading {
      margin-top: 32px;
      margin-bottom: 24px; }
      .c-help-page .container-fluid .c-help-by-topic .c-by-topic-heading.c-txt-algn {
        text-align: center; }
      .c-help-page .container-fluid .c-help-by-topic .c-by-topic-heading h2 {
        font-size: 3.5em; }
    .c-help-page .container-fluid .c-help-by-topic .c-by-topic-names.c-txt-algn {
      text-align: center; }
    .c-help-page .container-fluid .c-help-by-topic .c-by-topic-names h5 {
      font-size: 2.5em;
      margin-top: 16px; }
    .c-help-page .container-fluid .c-help-by-topic .c-by-topic-content {
      margin: 32px;
      height: 570px; }
      .c-help-page .container-fluid .c-help-by-topic .c-by-topic-content .row.c-r-rev {
        flex-direction: row; }
      .c-help-page .container-fluid .c-help-by-topic .c-by-topic-content .c-topic-img-sec {
        text-align: center; }
        .c-help-page .container-fluid .c-help-by-topic .c-by-topic-content .c-topic-img-sec .c-topic-img {
          position: unset;
          margin-top: 32px; }
      .c-help-page .container-fluid .c-help-by-topic .c-by-topic-content .c-help-text {
        margin: 0;
        padding: 24px; }
        .c-help-page .container-fluid .c-help-by-topic .c-by-topic-content .c-help-text h2 {
          font-size: 3em; } }

@media only screen and (min-width: 375px) and (max-width: 424px) {
  .c-help-page .container-fluid .c-hero-typo {
    text-align: center;
    padding-top: 32px;
    height: 220px; }
    .c-help-page .container-fluid .c-hero-typo .row {
      margin-left: 0;
      margin-right: 0; }
      .c-help-page .container-fluid .c-hero-typo .row .c-hero-c1 {
        padding-left: 0;
        padding-right: 0; }
      .c-help-page .container-fluid .c-hero-typo .row .c-hero-c2 {
        padding-left: 0;
        padding-right: 0; }
    .c-help-page .container-fluid .c-hero-typo h1 {
      font-size: 6em;
      margin-bottom: 0; }
    .c-help-page .container-fluid .c-hero-typo h6 {
      font-size: 2.5em; }
    .c-help-page .container-fluid .c-hero-typo .c-help-btn-sec {
      margin-top: 16px;
      margin-bottom: 16px;
      text-align: center;
      float: unset;
      margin-right: 0px; }
      .c-help-page .container-fluid .c-hero-typo .c-help-btn-sec p {
        margin-bottom: 0; }
      .c-help-page .container-fluid .c-hero-typo .c-help-btn-sec .btn {
        font-size: 2em !important;
        font-weight: 700; }
  .c-help-page .container-fluid .c-help-search-topics .c-cities-names {
    padding-top: 24px; }
    .c-help-page .container-fluid .c-help-search-topics .c-cities-names h3 {
      text-align: center;
      margin-top: 16px;
      margin-bottom: 16px;
      font-size: 3em; }
    .c-help-page .container-fluid .c-help-search-topics .c-cities-names ul {
      padding-left: 64px;
      padding-top: 16px;
      padding-bottom: 16px; }
      .c-help-page .container-fluid .c-help-search-topics .c-cities-names ul li {
        font-size: 2.5em;
        margin-top: 16px;
        margin-bottom: 16px; }
  .c-help-page .container-fluid .c-help-by-topic {
    margin-left: 0px;
    margin-right: 0px; }
    .c-help-page .container-fluid .c-help-by-topic .row {
      margin-left: 0;
      margin-right: 0; }
      .c-help-page .container-fluid .c-help-by-topic .row.c-r-rev {
        flex-direction: row; }
      .c-help-page .container-fluid .c-help-by-topic .row .c-ht-c1 {
        padding-left: 0;
        padding-right: 0; }
      .c-help-page .container-fluid .c-help-by-topic .row .c-ht-c2 {
        padding-left: 0;
        padding-right: 0; }
    .c-help-page .container-fluid .c-help-by-topic .c-by-topic-heading {
      margin-top: 32px;
      margin-bottom: 24px; }
      .c-help-page .container-fluid .c-help-by-topic .c-by-topic-heading.c-txt-algn {
        text-align: center; }
      .c-help-page .container-fluid .c-help-by-topic .c-by-topic-heading h2 {
        font-size: 3.5em; }
    .c-help-page .container-fluid .c-help-by-topic .c-by-topic-names.c-txt-algn {
      text-align: center; }
    .c-help-page .container-fluid .c-help-by-topic .c-by-topic-names h5 {
      font-size: 2.5em;
      margin-top: 16px; }
    .c-help-page .container-fluid .c-help-by-topic .c-by-topic-content {
      margin: 0px;
      margin-bottom: 24px;
      height: 500px; }
      .c-help-page .container-fluid .c-help-by-topic .c-by-topic-content .row.c-r-rev {
        flex-direction: row; }
      .c-help-page .container-fluid .c-help-by-topic .c-by-topic-content .c-topic-img-sec {
        text-align: center; }
        .c-help-page .container-fluid .c-help-by-topic .c-by-topic-content .c-topic-img-sec .c-topic-img {
          position: unset;
          margin-top: 32px; }
      .c-help-page .container-fluid .c-help-by-topic .c-by-topic-content .c-help-text {
        margin: 0;
        padding: 24px 24px 0 24px; }
        .c-help-page .container-fluid .c-help-by-topic .c-by-topic-content .c-help-text h2 {
          font-size: 3em; } }

@media only screen and (min-width: 320px) and (max-width: 374px) {
  .c-help-page .container-fluid .c-hero-typo {
    text-align: center;
    padding-top: 24px;
    height: 230px; }
    .c-help-page .container-fluid .c-hero-typo .row {
      margin-left: 0;
      margin-right: 0; }
      .c-help-page .container-fluid .c-hero-typo .row .c-hero-c1 {
        padding-left: 0;
        padding-right: 0; }
      .c-help-page .container-fluid .c-hero-typo .row .c-hero-c2 {
        padding-left: 0;
        padding-right: 0; }
    .c-help-page .container-fluid .c-hero-typo h1 {
      font-size: 6em;
      margin-bottom: 0; }
    .c-help-page .container-fluid .c-hero-typo h6 {
      font-size: 2.5em; }
    .c-help-page .container-fluid .c-hero-typo .c-help-btn-sec {
      margin-top: 16px;
      margin-bottom: 16px;
      text-align: center;
      float: unset;
      margin-right: 0px; }
      .c-help-page .container-fluid .c-hero-typo .c-help-btn-sec p {
        margin-bottom: 0; }
      .c-help-page .container-fluid .c-hero-typo .c-help-btn-sec .btn {
        font-size: 2em !important;
        font-weight: 700; }
  .c-help-page .container-fluid .c-help-search-topics .c-cities-names {
    padding-top: 24px; }
    .c-help-page .container-fluid .c-help-search-topics .c-cities-names h3 {
      text-align: center;
      margin-top: 16px;
      margin-bottom: 16px;
      font-size: 3.5em; }
    .c-help-page .container-fluid .c-help-search-topics .c-cities-names ul {
      padding-left: 64px;
      padding-top: 16px;
      padding-bottom: 16px; }
      .c-help-page .container-fluid .c-help-search-topics .c-cities-names ul li {
        font-size: 3em;
        margin-top: 16px;
        margin-bottom: 16px; }
  .c-help-page .container-fluid .c-help-by-topic {
    margin-left: 0px;
    margin-right: 0px; }
    .c-help-page .container-fluid .c-help-by-topic .row {
      margin-left: 0;
      margin-right: 0; }
      .c-help-page .container-fluid .c-help-by-topic .row.c-r-rev {
        flex-direction: row; }
      .c-help-page .container-fluid .c-help-by-topic .row .c-ht-c1 {
        padding-left: 0;
        padding-right: 0; }
      .c-help-page .container-fluid .c-help-by-topic .row .c-ht-c2 {
        padding-left: 0;
        padding-right: 0; }
    .c-help-page .container-fluid .c-help-by-topic .c-by-topic-heading {
      margin-top: 32px;
      margin-bottom: 24px; }
      .c-help-page .container-fluid .c-help-by-topic .c-by-topic-heading.c-txt-algn {
        text-align: center; }
      .c-help-page .container-fluid .c-help-by-topic .c-by-topic-heading h2 {
        font-size: 6em; }
      .c-help-page .container-fluid .c-help-by-topic .c-by-topic-heading h4 {
        font-size: 3.5em; }
    .c-help-page .container-fluid .c-help-by-topic .c-by-topic-names.c-txt-algn {
      text-align: center; }
    .c-help-page .container-fluid .c-help-by-topic .c-by-topic-names h5 {
      font-size: 4em;
      margin-top: 16px; }
    .c-help-page .container-fluid .c-help-by-topic .c-by-topic-content {
      margin: 0px;
      margin-bottom: 0px;
      height: 540px; }
      .c-help-page .container-fluid .c-help-by-topic .c-by-topic-content .row.c-r-rev {
        flex-direction: row; }
      .c-help-page .container-fluid .c-help-by-topic .c-by-topic-content .c-topic-img-sec {
        text-align: center; }
        .c-help-page .container-fluid .c-help-by-topic .c-by-topic-content .c-topic-img-sec .c-topic-img {
          position: unset;
          margin-top: 0px; }
      .c-help-page .container-fluid .c-help-by-topic .c-by-topic-content .c-help-text {
        margin: 0;
        padding: 24px 24px 0 24px; }
        .c-help-page .container-fluid .c-help-by-topic .c-by-topic-content .c-help-text h2 {
          font-size: 3.5em; } }

.requirements-page .container-fluid {
  padding-right: 0 !important;
  padding-left: 0 !important;
  background-color: #fff; }
  .requirements-page .container-fluid .cap-req-header {
    background-color: #0786DB;
    color: #fff;
    text-align: center;
    padding: 96px 48px; }
    .requirements-page .container-fluid .cap-req-header h3 {
      font-size: 1.3em;
      margin-bottom: 0; }
    .requirements-page .container-fluid .cap-req-header h1 {
      font-weight: 900;
      font-size: 2.5em; }
    .requirements-page .container-fluid .cap-req-header h4 {
      font-size: 1.3em; }
  .requirements-page .container-fluid .cap-req-sec {
    padding: 48px 64px; }
    .requirements-page .container-fluid .cap-req-sec .cap-req-icon {
      margin-top: 24px; }
    .requirements-page .container-fluid .cap-req-sec .cap-req-points {
      color: #101010; }
      .requirements-page .container-fluid .cap-req-sec .cap-req-points h3 {
        font-size: 1em;
        margin-top: 24px;
        margin-bottom: 24px; }
  .requirements-page .container-fluid .cap-bc-typo {
    background-color: #f9f9f9;
    color: #101010;
    text-align: center;
    padding-left: 148px;
    padding-right: 148px;
    padding-top: 64px;
    padding-bottom: 64px; }
    .requirements-page .container-fluid .cap-bc-typo h3 {
      color: #6d6d6d; }
    .requirements-page .container-fluid .cap-bc-typo h1 {
      font-size: 1.7em;
      font-weight: 600; }
      .requirements-page .container-fluid .cap-bc-typo h1 span {
        color: #0786DB; }
    .requirements-page .container-fluid .cap-bc-typo h2 {
      color: #101010; }

.cap-content .container-fluid {
  padding-left: 0;
  padding-right: 0; }

.cap-content .row {
  margin: 0; }
  .cap-content .row .cap-p-0 {
    padding-left: 0;
    padding-right: 0; }

.cap-content .cont-header {
  background-color: #0786DB;
  color: #fff;
  padding: 48px; }
  .cap-content .cont-header h1 {
    font-family: capptin-font-bold;
    font-size: 1.3em;
    color: #fff; }
  .cap-content .cont-header h4 {
    font-family: capptin-font-med;
    font-size: 0.8em;
    color: #fff; }

.cap-content .cont-sec-img {
  padding-top: 7%; }
  .cap-content .cont-sec-img.bgp-top-center {
    background-position: center 30%; }
  .cap-content .cont-sec-img.bgp-btm-center {
    background-position: center 70%; }
  .cap-content .cont-sec-img .cont-sec-typo {
    background-color: #000;
    opacity: 0.7;
    padding: 48px;
    width: 600px;
    margin: 0 auto; }
    .cap-content .cont-sec-img .cont-sec-typo h2 {
      font-family: capptin-font-bold;
      font-size: 2.5em;
      color: #fff; }
    .cap-content .cont-sec-img .cont-sec-typo p {
      font-size: 1.3em;
      color: #fff; }

.cap-content .cont-sec-txt {
  line-height: 2;
  padding: 48px 64px; }
  .cap-content .cont-sec-txt h2 {
    color: #053F6C;
    font-family: capptin-font-bold;
    letter-spacing: 1.5px; }
  .cap-content .cont-sec-txt h5 {
    color: #0786DB;
    font-family: capptin-font-med; }
  .cap-content .cont-sec-txt p {
    color: #101010; }
  .cap-content .cont-sec-txt .mrg-txt {
    margin-left: 56px; }

.cap-content .cont-col-sec .row {
  align-items: center; }

.cap-content .cont-col-sec-1 {
  padding: 48px; }

.cap-content .cont-col-sec-2 {
  padding: 48px; }
  .cap-content .cont-col-sec-2 h2 {
    color: #053F6C;
    font-family: capptin-font-med;
    letter-spacing: 1.5px; }
  .cap-content .cont-col-sec-2 h6 {
    color: #0786DB;
    font-family: capptin-font-med; }
  .cap-content .cont-col-sec-2 p {
    color: #101010; }

.cap-content .cont-lst-sec {
  padding: 48px 64px; }
  .cap-content .cont-lst-sec .row .col-lg-4 {
    text-align: center; }
  .cap-content .cont-lst-sec .mrg-txt {
    margin-left: 32px; }
  .cap-content .cont-lst-sec .row {
    align-items: center; }
  .cap-content .cont-lst-sec .cont-lst-icon {
    margin-top: 24px; }
  .cap-content .cont-lst-sec .cont-lst-points {
    color: #101010; }
    .cap-content .cont-lst-sec .cont-lst-points h3 {
      font-size: 1.3em;
      margin-top: 24px;
      margin-bottom: 24px; }

.cap-content .cont-lst-icn-sec .lst-icon {
  font-size: 64px;
  padding: 24px 0; }

.cap-content .cont-lst-icn-sec .lst-points h4 {
  color: #053F6C;
  font-family: capptin-font-med;
  font-weight: 700;
  padding: 16px 0; }

.cap-content .cont-lst-icn-sec .lst-points h5 {
  line-height: 1.5; }

.cap-content .cont-lst-icn-sec .lst-points a {
  color: #101010; }
  .cap-content .cont-lst-icn-sec .lst-points a:hover {
    color: #0786DB !important;
    text-decoration: underline; }

@media only screen and (min-width: 1921px) {
  .cap-content .cont-sec-img {
    padding-top: 7%; }
  .cap-content .cont-sec-txt {
    padding: 24px; }
    .cap-content .cont-sec-txt p {
      font-size: 1.35rem; }
  .cap-content .cont-col-sec-2 p {
    font-size: 0.8em; } }

@media only screen and (min-width: 1367px) and (max-width: 1440px) {
  .cap-content .cont-sec-img {
    padding-top: 7%; }
  .cap-content .cont-sec-txt {
    padding: 24px; } }

@media only screen and (min-width: 992px) and (max-width: 1365px) {
  .cap-content .cont-header {
    padding: 24px; }
    .cap-content .cont-header h1 {
      font-size: 1.7em; }
    .cap-content .cont-header h4 {
      font-size: 1em; }
  .cap-content .cont-sec-img {
    padding-top: 5%; }
    .cap-content .cont-sec-img .cont-sec-typo {
      padding: 24px; }
      .cap-content .cont-sec-img .cont-sec-typo h2 {
        font-size: 1.7em; }
      .cap-content .cont-sec-img .cont-sec-typo p {
        font-size: 1em; }
  .cap-content .cont-sec-txt {
    line-height: 2;
    padding-top: 24px;
    padding-bottom: 24px; }
    .cap-content .cont-sec-txt h2 {
      letter-spacing: 1.5px; }
  .cap-content .cont-col-sec-1 {
    padding: 24px; }
  .cap-content .cont-col-sec-2 {
    padding: 24px; }
    .cap-content .cont-col-sec-2 h2 {
      letter-spacing: 1.5px; }
    .cap-content .cont-col-sec-2 .ml-5 p {
      font-size: 1.3rem; }
  .cap-content .cont-lst-sec {
    padding: 24px; }
    .cap-content .cont-lst-sec .cont-lst-icon {
      margin-top: 0px; }
    .cap-content .cont-lst-sec .cont-lst-points h3 {
      font-size: 1.3em;
      margin-top: 24px;
      margin-bottom: 24px; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cap-content .cont-header {
    padding: 24px; }
    .cap-content .cont-header h1 {
      font-size: 2em; }
    .cap-content .cont-header h4 {
      font-size: 1.3em; }
  .cap-content .cont-sec-img {
    padding-top: 5%; }
    .cap-content .cont-sec-img .cont-sec-typo {
      padding: 24px; }
      .cap-content .cont-sec-img .cont-sec-typo h2 {
        font-size: 2em; }
      .cap-content .cont-sec-img .cont-sec-typo p {
        font-size: 1.3em; }
  .cap-content .cont-sec-txt {
    line-height: 2;
    padding: 24px; }
    .cap-content .cont-sec-txt h2 {
      letter-spacing: 1.5px; }
    .cap-content .cont-sec-txt .mrg-txt {
      margin-left: 0; }
  .cap-content .cont-col-sec-1 {
    padding: 24px; }
  .cap-content .cont-col-sec-2 {
    padding: 24px; }
    .cap-content .cont-col-sec-2 h2 {
      letter-spacing: 1.5px; }
  .cap-content .cont-lst-sec {
    padding: 24px; }
    .cap-content .cont-lst-sec .mrg-txt {
      margin-left: 0px; }
    .cap-content .cont-lst-sec .cont-lst-icon {
      margin-top: 0px; }
    .cap-content .cont-lst-sec .cont-lst-points h3 {
      font-size: 1.7em;
      margin-top: 24px;
      margin-bottom: 24px; }
  .cap-content .cont-lst-icn-sec .lst-icon {
    padding: 16px 0;
    font-size: 48px; }
  .cap-content .cont-lst-icn-sec .lst-points h4 {
    font-size: 1.7em; }
  .cap-content .cont-lst-icn-sec .lst-points h5 {
    font-size: 1.8em; } }

@media only screen and (min-width: 425px) and (max-width: 767px) {
  .cap-content .cont-header {
    padding: 24px; }
    .cap-content .cont-header h1 {
      font-size: 3em; }
    .cap-content .cont-header h4 {
      font-size: 2em; }
  .cap-content .cont-sec-img {
    padding-top: 5%; }
    .cap-content .cont-sec-img .cont-sec-typo {
      padding: 24px;
      width: 100%; }
      .cap-content .cont-sec-img .cont-sec-typo h2 {
        font-size: 2em; }
      .cap-content .cont-sec-img .cont-sec-typo p {
        font-size: 1.3em; }
  .cap-content .cont-sec-txt {
    line-height: 2;
    padding: 24px; }
    .cap-content .cont-sec-txt h2 {
      letter-spacing: 1.5px; }
    .cap-content .cont-sec-txt .mrg-txt {
      margin-left: 0; }
  .cap-content .cont-col-sec-1 {
    padding: 24px; }
  .cap-content .cont-col-sec-2 {
    padding: 24px; }
    .cap-content .cont-col-sec-2 h2 {
      letter-spacing: 1.5px; }
  .cap-content .cont-lst-sec {
    padding: 24px; }
    .cap-content .cont-lst-sec .mrg-txt {
      margin-left: 0px; }
    .cap-content .cont-lst-sec .cont-lst-icon {
      margin-top: 0px; }
    .cap-content .cont-lst-sec .cont-lst-points h3 {
      font-size: 2em;
      margin-top: 24px;
      margin-bottom: 24px; } }

@media only screen and (min-width: 375px) and (max-width: 424px) {
  .cap-content .cont-header {
    padding: 24px; }
    .cap-content .cont-header h1 {
      font-size: 3em; }
    .cap-content .cont-header h4 {
      font-size: 2em; }
  .cap-content .cont-sec-img {
    padding-top: 5%; }
    .cap-content .cont-sec-img .cont-sec-typo {
      padding: 24px;
      width: 100%; }
      .cap-content .cont-sec-img .cont-sec-typo h2 {
        font-size: 2em; }
      .cap-content .cont-sec-img .cont-sec-typo p {
        font-size: 1.3em; }
  .cap-content .cont-sec-txt {
    line-height: 2;
    padding: 24px; }
    .cap-content .cont-sec-txt h2 {
      letter-spacing: 1.5px; }
    .cap-content .cont-sec-txt .mrg-txt {
      margin-left: 0; }
  .cap-content .cont-col-sec-1 {
    padding: 24px; }
  .cap-content .cont-col-sec-2 {
    padding: 24px; }
    .cap-content .cont-col-sec-2 h2 {
      letter-spacing: 1.5px; }
  .cap-content .cont-lst-sec {
    padding: 24px; }
    .cap-content .cont-lst-sec .mrg-txt {
      margin-left: 32px; }
    .cap-content .cont-lst-sec .cont-lst-icon {
      margin-top: 0px; }
    .cap-content .cont-lst-sec .cont-lst-points h3 {
      font-size: 2.5em;
      margin-top: 24px;
      margin-bottom: 24px; } }

@media only screen and (min-width: 320px) and (max-width: 374px) {
  .cap-content .icon-2x {
    font-size: 20px; }
  .cap-content .cont-header {
    padding: 16px; }
    .cap-content .cont-header h1 {
      font-size: 3em; }
    .cap-content .cont-header h4 {
      font-size: 2em; }
  .cap-content .cont-sec-img {
    padding-top: 5%; }
    .cap-content .cont-sec-img .cont-sec-typo {
      padding: 16px;
      width: 100%; }
      .cap-content .cont-sec-img .cont-sec-typo h2 {
        font-size: 2em; }
      .cap-content .cont-sec-img .cont-sec-typo p {
        font-size: 1.3em; }
  .cap-content .cont-sec-txt {
    line-height: 2;
    padding: 16px; }
    .cap-content .cont-sec-txt h2 {
      letter-spacing: 1.5px; }
    .cap-content .cont-sec-txt .mrg-txt {
      margin-left: 0; }
  .cap-content .cont-col-sec-1 {
    padding: 16px; }
  .cap-content .cont-col-sec-2 {
    padding: 16px; }
    .cap-content .cont-col-sec-2 h2 {
      letter-spacing: 1.5px; }
  .cap-content .cont-lst-sec {
    padding: 16px; }
    .cap-content .cont-lst-sec .mrg-txt {
      margin-left: 0px; }
    .cap-content .cont-lst-sec .cont-lst-icon {
      margin-top: 0px; }
    .cap-content .cont-lst-sec .cont-lst-points h3 {
      font-size: 2.5em;
      margin-top: 24px;
      margin-bottom: 24px; } }

.cap-coming-soon-page {
  background-color: #1B1C35;
  background-image: url(../../assets/img/cs-stars-bg.png);
  background-size: contain;
  background-repeat: repeat;
  margin-left: 0;
  margin-right: 0; }
  .cap-coming-soon-page .container {
    border-radius: 3%;
    /*border: #ADC2E9 solid 0.5px;*/
    /*background-color: $color-white;*/
    text-align: center;
    padding-top: 64px; }
    .cap-coming-soon-page .container .cap-logo {
      height: 70px;
      width: auto;
      margin-bottom: 40px; }
    .cap-coming-soon-page .container .cap-typo h2 {
      font-size: 2em;
      text-transform: uppercase;
      font-weight: bold;
      color: #fff;
      margin: 0; }
    .cap-coming-soon-page .container .cap-typo h4 {
      font-size: 1.3em;
      letter-spacing: 24px;
      color: #FFE200;
      font-weight: 700;
      margin: 0; }
    .cap-coming-soon-page .container .cap-typo p {
      color: #fff;
      font-size: 0.8em; }
    .cap-coming-soon-page .container .cap-illustration-sec .coming-soon-illustration {
      margin-top: -64px;
      background-image: url(../../assets/img/cmng-soon-illus.svg);
      background-size: contain;
      background-repeat: no-repeat;
      height: 400px; }
  .cap-coming-soon-page .cap-illus-btm-sec .btm-illustration {
    width: 100%;
    margin-top: -172px;
    z-index: 1;
    position: relative;
    background-size: contain;
    background-repeat: no-repeat; }

@media only screen and (min-width: 992px) and (max-width: 1365px) {
  .cap-coming-soon-page {
    margin-top: 5%; }
    .cap-coming-soon-page .container .cap-logo {
      height: 48px;
      margin-bottom: 40px; }
    .cap-coming-soon-page .container .cap-typo h2 {
      font-size: 3em;
      margin: 0; }
    .cap-coming-soon-page .container .cap-typo h4 {
      font-size: 2em;
      letter-spacing: 16px;
      margin: 0; }
    .cap-coming-soon-page .container .cap-typo p {
      font-size: 1.3em; }
    .cap-coming-soon-page .container .cap-illustration-sec .coming-soon-illustration {
      margin-top: -16px; }
    .cap-coming-soon-page .cap-illus-btm-sec .btm-illustration {
      margin-top: -175px; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cap-coming-soon-page {
    margin-top: 5%; }
    .cap-coming-soon-page .container .cap-logo {
      height: 56px;
      margin-bottom: 40px; }
    .cap-coming-soon-page .container .cap-typo h2 {
      font-size: 3.5em;
      margin: 0; }
    .cap-coming-soon-page .container .cap-typo h4 {
      font-size: 2em;
      letter-spacing: 16px;
      margin: 0; }
    .cap-coming-soon-page .container .cap-typo p {
      color: #101010;
      font-size: 1.3em; }
    .cap-coming-soon-page .container .cap-illustration-sec .coming-soon-illustration {
      height: 375px; }
    .cap-coming-soon-page .cap-illus-btm-sec .btm-illustration {
      display: none; } }

@media only screen and (min-width: 425px) and (max-width: 767px) {
  .cap-coming-soon-page {
    margin-top: 5%; }
    .cap-coming-soon-page .container .cap-logo {
      height: 56px;
      margin-bottom: 24px; }
    .cap-coming-soon-page .container .cap-typo h2 {
      font-size: 6em;
      margin: 0; }
    .cap-coming-soon-page .container .cap-typo h4 {
      font-size: 3em;
      letter-spacing: 16px;
      margin: 0; }
    .cap-coming-soon-page .container .cap-typo p {
      font-size: 1.7em; }
    .cap-coming-soon-page .container .cap-illustration-sec .coming-soon-illustration {
      height: 210px;
      margin-top: 0; }
    .cap-coming-soon-page .cap-illus-btm-sec .btm-illustration {
      display: none;
      margin-top: 0px; } }

@media only screen and (min-width: 375px) and (max-width: 424px) {
  .cap-coming-soon-page {
    margin-top: 5%; }
    .cap-coming-soon-page .container .cap-logo {
      height: 56px;
      margin-bottom: 24px; }
    .cap-coming-soon-page .container .cap-typo h2 {
      font-size: 6em;
      margin: 0; }
    .cap-coming-soon-page .container .cap-typo h4 {
      font-size: 3em;
      letter-spacing: 16px;
      margin: 0; }
    .cap-coming-soon-page .container .cap-typo p {
      font-size: 1.7em; }
    .cap-coming-soon-page .container .cap-illustration-sec .coming-soon-illustration {
      height: 210px;
      margin-top: 0; }
    .cap-coming-soon-page .cap-illus-btm-sec .btm-illustration {
      display: none;
      margin-top: 0px; } }

@media only screen and (min-width: 320px) and (max-width: 374px) {
  .cap-coming-soon-page {
    margin-top: 5%; }
    .cap-coming-soon-page .container .cap-logo {
      height: 56px;
      margin-bottom: 24px; }
    .cap-coming-soon-page .container .cap-typo h2 {
      font-size: 7em;
      margin: 0; }
    .cap-coming-soon-page .container .cap-typo h4 {
      font-size: 3.5em;
      letter-spacing: 12px;
      margin: 0; }
    .cap-coming-soon-page .container .cap-typo p {
      font-size: 2em; }
    .cap-coming-soon-page .container .cap-illustration-sec .coming-soon-illustration {
      height: 210px;
      margin-top: 0; }
    .cap-coming-soon-page .cap-illus-btm-sec .btm-illustration {
      display: none;
      margin-top: 0px; } }

.earningsDetails-page .cap-content .cont-header {
  background-color: transparent; }

.earningsDetails-page .cap-content .cont-header-alt {
  color: #1793cc; }

.earningsDetails-page .cap-content .cont-lst-sec {
  padding: 48px 0px; }
  .earningsDetails-page .cap-content .cont-lst-sec .img-fluid {
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
    border-radius: 5px; }

@media only screen and (min-width: 1921px) {
  .cont-lst-sec p {
    font-size: 1.4rem; } }

@media only screen and (min-width: 1367px) and (max-width: 1440px) {
  .earningsDetails-page .cap-content .cont-lst-sec {
    padding: 48px 15px; } }

@media only screen and (min-width: 992px) and (max-width: 1365px) {
  .cont-lst-sec .img-fluid {
    height: 300px; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cont-lst-sec .img-fluid {
    height: 200px;
    width: 200px; } }

@media only screen and (min-width: 425px) and (max-width: 767px) {
  .cont-lst-sec .img-fluid {
    height: 180px;
    width: 180px; } }

@media only screen and (min-width: 375px) and (max-width: 424px) {
  .cont-lst-sec .img-fluid {
    height: 150px;
    width: 150px; } }

@media only screen and (min-width: 320px) and (max-width: 374px) {
  .cont-lst-sec .img-fluid {
    height: 150px;
    width: 150px; } }

.cont-col-sec-1 {
  padding: 48px; }

.cap-error-page {
  text-align: center;
  margin-top: 5%; }
  .cap-error-page .err-typo {
    margin-top: 5%; }
    .cap-error-page .err-typo h4 {
      font-family: capptin-font-med;
      font-weight: 700;
      color: #06375D; }
    .cap-error-page .err-typo h1 {
      font-family: capptin-font-bold;
      color: #e35050; }
