/*$font-stack-primary:"SofiaProRegular";
$font-stack-medium:"SofiaProMedium";
$font-stack-bold:"SofiaProBold";

@font-face {
  font-family: 'SofiaProRegular'; 
  src: url(../fonts/SofiaPro/Sofia-Pro-Regular.WOFF) format('WOFF');   
}
@font-face {
  font-family: 'SofiaProMedium'; 
  src: url(../fonts/SofiaPro/Sofia-Pro-Medium.WOFF) format('WOFF');   
}
@font-face {
  font-family: 'SofiaProBold'; 
  src: url(../fonts/SofiaPro/Sofia-Pro-Bold.WOFF) format('WOFF');   
}

*/
.BannerNew
{
	background-image: url(../img/page-header.png);
	width:100%;
	height:120px;
}
h1 {
  color: #333;
  font-family: "sofia-pro", "Helvetica", "Arial", "sans-serif";
  font-size: 72px;
  font-weight: 500;
  line-height: 1.2;
  margin: 0;
  margin-bottom: 20px;
  text-transform: none; }

h2 {
  color: #333;
  font-family: "sofia-pro", "Helvetica", "Arial", "sans-serif";
  font-size: 60px;
  font-weight: 500;
  line-height: 1.2;
  margin: 0;
  margin-bottom: 20px;
  text-transform: none; }

h3 {
  color: #333;
  font-family: "sofia-pro", "Helvetica", "Arial", "sans-serif";
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2;
  margin: 0;
  margin-bottom: 20px;
  text-transform: none; }

h4 {
  color: #333;
  font-family: "sofia-pro", "Helvetica", "Arial", "sans-serif";
  font-size: 40px;
  font-weight: 500;
  line-height: 1.2;
  margin: 0;
  margin-bottom: 20px;
  text-transform: none; }

h5 {
  color: #333;
  font-family: "sofia-pro", "Helvetica", "Arial", "sans-serif";
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  margin: 0;
  margin-bottom: 20px;
  text-transform: none; }

h6 {
  color: #333;
  font-family: "sofia-pro", "Helvetica", "Arial", "sans-serif";
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
  margin-bottom: 16px;
  text-transform: uppercase; }

p,
ol,
ul {
  color: #333;
  font-family: "sofia-pro", "Helvetica", "Arial", "sans-serif";
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  margin: 0;
  margin-bottom: 12px; }
  p a,
  ol a,
  ul a {
    color: #ff0d83;
    text-decoration: underline; }
  p a:hover,
  ol a:hover,
  ul a:hover {
    color: #ff54a8;
    text-decoration: none; }
  p .large-text,
  ol .large-text,
  ul .large-text {
    font-size: 22px; }

ul {
  /*list-style-image: url('../images/angle-right-pink.png');*/
  list-style: none; }

ul li {
  position: relative; }

ul li:before {
  background: url("../images/angle-right-pink.svg") no-repeat center center;
  position: absolute;
  width: 14px;
  height: 20px;
  z-index: 1;
  top: 4px;
  left: -23px;
  content: ''; }

*::selection {
  background-color: #ff0d83;
  color: #fff; }

.text-primary {
  color: #fcbd11 !important; }

.text-secondary {
  color: #ff0d83 !important; }

.text-danger {
  color: #da283b !important; }

table {
  font-family: "sofia-pro", "Helvetica", "Arial", "sans-serif"; }

@media (max-width: 1200px) {
  h1 {
    font-size: 50px; }
  h2 {
    font-size: 40px; }
  h3 {
    font-size: 32px; }
  h4 {
    font-size: 24px; }
  h5 {
    font-size: 22px; }
  h6 {
    font-size: 20px; } }

@media (max-width: 992px) {
  h1 {
    font-size: 40px; }
  h2 {
    font-size: 32px; }
  h3 {
    font-size: 28px; }
  h4 {
    font-size: 24px; }
  h5 {
    font-size: 20px; }
  h6 {
    font-size: 18px; }
  p {
    font-size: 16px; }
  p.large-text {
    font-size: 18px; } }

@media (max-width: 768px) {
  h1 {
    font-size: 36px; }
  h2 {
    font-size: 32px; }
  h3 {
    font-size: 30px !important; }
  h3 span {
    font-size: 24px !important; }
  h4 {
    font-size: 26px !important; }
  h5 {
    font-size: 22px !important; }
  h6 {
    font-size: 18px; } }

@media (max-width: 576px) {
  /*h1 { font-size: 30px; }
  h2 { font-size: 28px; }
  h3 { font-size: 24px !important; }
  h4 { font-size: 22px !important; }
  h5 { font-size: 20px !important; }
  h6 { font-size: 18px; }*/
  p {
    font-size: 14px; }
  p.large-text {
    font-size: 16px; } }

.btn {
  font-family: "sofia-pro", "Helvetica", "Arial", "sans-serif";
  text-decoration: none;
  text-transform: uppercase; }
  .btn.btn-primary {
    background-color: #fcbd11;
    border-color: #fcbd11; }
    .btn.btn-primary:hover {
      background-color: #fdd158;
      border-color: #fdd158; }
    .btn.btn-primary:active {
      background-color: #fdd158;
      border-color: #fdd158; }
  .btn.btn-secondary {
    background-color: #ff0d83;
    border-color: #ff0d83; }
    .btn.btn-secondary:hover {
      background-color: #ff54a8;
      border-color: #ff54a8; }
    .btn.btn-secondary:active {
      background-color: #ff54a8;
      border-color: #ff54a8; }
  .btn.btn-danger {
    background-color: #da283b;
    border-color: #da283b; }
    .btn.btn-danger:hover {
      background-color: #e46573;
      border-color: #e46573; }
    .btn.btn-danger:active {
      background-color: #e46573;
      border-color: #e46573; }
  .btn.btn-outline-primary {
    border-color: #fcbd11;
    color: #fcbd11; }
    .btn.btn-outline-primary:hover {
      background-color: #fcbd11;
      color: #fff; }
  .btn.btn-outline-secondary {
    border-color: #ff0d83;
    color: #ff0d83; }
    .btn.btn-outline-secondary:hover {
      background-color: #ff0d83;
      color: #fff; }
  .btn.btn-outline-light {
    border-color: #999;
    color: #999; }
    .btn.btn-outline-light:hover {
      background-color: #999;
      color: #fff; }
  .btn.btn-outline-dark {
    border-color: #333;
    color: #333; }
    .btn.btn-outline-dark:hover {
      background-color: #333;
      color: #fff; }

.form-group {
  font-family: "sofia-pro", "Helvetica", "Arial", "sans-serif"; }
  .form-group input,
  .form-group textarea,
  .form-group select {
    background-color: #f5f5f5;
    border: 1px solid #f5f5f5;
    border-radius: 4px;
    color: #333;
    padding: 12px 16px;
    width: 100%; }
    .form-group input::placeholder,
    .form-group textarea::placeholder,
    .form-group select::placeholder {
      color: #999; }
    .form-group input:hover,
    .form-group textarea:hover,
    .form-group select:hover {
      background-color: #f5f5f5; }
  .form-group select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #f5f5f5;
    background-image: url("../img/select-icon.svg");
    background-repeat: no-repeat;
    background-position: 97% center; }
  .form-group input[type="submit"] {
    background-color: #333;
    border-color: #333;
    color: #fff;
    cursor: pointer;
    width: auto; }
    .form-group input[type="submit"]:hover {
      background-color: #666;
      border-color: #666; }
  .form-group label {
    font-size: 18px;
    font-weight: 700; }
  .form-group .required {
    color: #ff0d83; }

img, a img {
  height: auto;
  max-width: 100%; }
  img.alignright, a img.alignright {
    float: right;
    margin: 0 0 1em 1em; }
  img.alignleft, a img.alignleft {
    float: left;
    margin: 0 1em 1em 0; }
  img.aligncenter, a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  img.alignnone, a img.alignnone {
    display: block; }

.wpcf7-response-output {
  font-family: "sofia-pro", "Helvetica", "Arial", "sans-serif"; }

.wpcf7-form .wpcf7-response-output.wpcf7-validation-errors {
  color: #da283b;
  border: 0;
  padding: 0;
  margin: 0;
  width: 100%; }

span.wpcf7-not-valid-tip {
  color: #da283b; }

.wpcf7-form .wpcf7-response-output.wpcf7-mail-sent-ok {
  animation-name: mailsent;
  animation-duration: 10s;
  animation-iteration-count: 1;
  color: #fff;
  background-color: #ff54a8;
  border: 0;
  margin: 0;
  padding: 20px;
  position: fixed;
  bottom: 0;
  left: 0;
  transform: translateY(100%);
  width: 100%;
  z-index: 30000; }

@keyframes mailsent {
  0% {
    transform: translateY(100%); }
  10% {
    transform: translateY(0%); }
  90% {
    transform: translateY(0%); }
  100% {
    transform: translateY(100%); } }

.site-header {
  height: 100px;
  position: relative;
  z-index: 2; }
  .site-header .masthead {
    background-color: #fff;
    height: 100px;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    transition: all ease 0.5s;
    z-index: 9002; }
    .site-header .masthead .nav-bg {
      background: #DBDBDB;
      padding: 1rem 1rem;
      position: relative; }
      .site-header .masthead .nav-bg:after {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 66%;
        z-index: 0;
        content: '';
        background: #f5f5f5;
        width: 35%;
        border-top: 29px solid #f5f5f5;
        border-bottom: 28px solid #f5f5f5;
        border-right: 19px solid #f5f5f5;
        border-left: 10px solid #dbdbdb; }
      .site-header .masthead .nav-bg ul {
        position: relative;
        z-index: 1; }
        .site-header .masthead .nav-bg ul li a {
          color: #333;
          text-transform: uppercase;
          text-decoration: none;
          padding: 0 1.5em;
          font-size: 16px; }
        .site-header .masthead .nav-bg ul li a:hover {
          color: #ff0d83; }
      .site-header .masthead .nav-bg ul.nav-right {
        list-style: none;
        margin: 0;
        padding: 0; }
        .site-header .masthead .nav-bg ul.nav-right li a {
          color: #ff0d83;
          font-size: 16px;
          font-weight: 600; }
    .site-header .masthead .logo {
      padding: 0px 0 0; }
      .site-header .masthead .logo a {
        color: #333; }
      .site-header .masthead .logo a:hover {
        text-decoration: none; }
      .site-header .masthead .logo img {
        height: 105px;
        margin-top: 2px;
        transition: all ease 0.5s;
        margin-bottom: -7px; }
      .site-header .masthead .logo img:hover {
        transform: scale(1.03);
        transition: all ease 0.5s; }
      .site-header .masthead .logo .tagline {
        font-family: "sofia-pro", "Helvetica", "Arial", "sans-serif";
        font-size: 24px;
        font-style: italic;
        font-weight: 500;
        padding: 0 20px;
        position: relative;
        top: 3px; }
        .site-header .masthead .logo .tagline .color-yellow {
          color: #fcbd11; }
    .site-header .masthead .ctas {
      display: flex;
      align-items: center;
      justify-content: flex-end; }
      .site-header .masthead .ctas .btn {
        font-size: 18px;
        padding: 9px 18px 9px;
        font-family: "sofia-pro", "Helvetica", "Arial", "sans-serif"; }
  .site-header .header-fixed img {
    height: 85px !important; }
  .site-header .top-nav {
    background-color: #dcdcdc;
    display: block;
    position: fixed;
    top: 100px;
    left: 0px;
    height: 50px;
    width: 100%;
    transition: all ease 0.5s;
    z-index: 9001;
    /*display: none;*/ }
    .site-header .top-nav ul {
      display: flex;
      justify-content: space-around;
      list-style: none;
      margin: 0 auto;
      max-width: 1200px;
      padding-left: 0; }
    .site-header .top-nav ul li {
      display: block;
      height: 50px;
      text-align: center; }
      .site-header .top-nav ul li.current-menu-item a {
        border-bottom-color: #ff0d83; }
    .site-header .top-nav ul li a {
      border-bottom: 5px solid #dcdcdc;
      border-top: 5px solid #dcdcdc;
      color: #666;
      display: inline-flex;
      align-items: center;
      font-size: 16px;
      height: 50px;
      text-decoration: none;
      text-transform: uppercase;
      vertical-align: middle; }
      .site-header .top-nav ul li a:hover {
        border-bottom-color: #ff0d83; }
  .site-header.persistent .masthead {
    height: auto; }
  .site-header.persistent .top-nav {
    top: auto; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .site-header .masthead .logo .tagline {
      font-size: 18px;
      padding: 0 10px; } }
  @media (max-width: 992px) {
    .site-header .masthead .ctas .btn {
      font-size: 16px;
      padding: 8px 16px; }
    .site-header .masthead .logo .tagline {
      font-size: 18px;
      padding: 0 10px; }
    .site-header .top-nav ul li a {
      font-size: 14px; } }
  @media (max-width: 768px) {
    .site-header {
      height: 60px; }
      .site-header .masthead .logo .tagline {
        top: 3px; }
      .site-header .masthead {
        height: 80px;
        background: #dcdcdc; }
      .site-header .masthead .logo img {
        height: 80px; }
      .site-header .masthead .ctas .btn {
        font-size: 14px;
        padding: 5px 8px 5px; }
      .site-header .masthead .logo .tagline {
        display: none; }
      .site-header .top-nav {
        height: 40px;
        top: 80px; }
      .site-header .top-nav ul li a {
        font-size: 12px;
        height: 40px; }
      .site-header.persistent .masthead {
        height: auto; }
      .site-header.persistent .top-nav {
        top: auto; }
      .site-header .header-fixed img {
        height: 60px !important; } }
  @media (max-width: 576px) {
    .site-header .masthead .logo {
      padding: 5px 10px 0;
      width: 50%; }
      .site-header .masthead .logo img {
        height: 60px; }
    .site-header .masthead .ctas {
      padding: 5px 10px;
      width: 50%; } }

/*@import 'layout/mobilenav'; */
.bottom-checklist {
  background-color: #fcbd11;
  width: 100%; }
  .bottom-checklist .row {
    margin: 0 auto;
    max-width: 1200px;
    width: 100%; }
  .bottom-checklist .check-item p {
    font-size: 24px;
    font-weight: 500;
    margin: 36px 0;
    text-align: center; }
  .bottom-checklist .check-item p img {
    height: 24px;
    width: auto;
    vertical-align: middle;
    transform: translateY(-2px); }
  @media (max-width: 1200px) {
    .bottom-checklist .check-item p {
      font-size: 20px; }
    .bottom-checklist .check-item p img {
      height: 20px; } }
  @media (max-width: 992px) {
    .bottom-checklist .check-item p {
      font-size: 16px; }
    .bottom-checklist .check-item p img {
      height: 16px; } }
  @media (max-width: 768px) {
    .bottom-checklist .check-item p {
      text-align: center; } }
  @media (max-width: 576px) {
    .bottom-checklist .check-item p {
      margin: 20px 0;
      text-align: center; }
    .bottom-checklist .check-item p img {
      display: block;
      margin: 15px auto; } }

.footer {
  background-color: #333;
  padding: 60px 0;
  line-height: 2; }
  .footer .container {
    max-width: 1280px; }
  .footer .footer-inner {
    display: block; }
    .footer .footer-inner > div {
      display: inline-block;
      vertical-align: top; }
    .footer .footer-inner img {
      width: 182px; }
    .footer .footer-inner .privacy-policy {
      font-size: 12px;
      line-height: 16px;
      font-weight: 500;
      vertical-align: bottom;
      font-family: "sofia-pro", "Helvetica", "Arial", "sans-serif";
      padding-bottom: 5px;
      position: relative;
      top: -13px; }
      .footer .footer-inner .privacy-policy a {
        color: #fff;
        text-decoration: none;
        margin-right: 20px; }
        .footer .footer-inner .privacy-policy a + a {
          margin-right: 0; }
      .footer .footer-inner .privacy-policy span {
        color: #999999; }
    .footer .footer-inner .footer-social-colum h5 {
      color: #fff;
      margin: 0;
      font-family: "sofia-pro", "Helvetica", "Arial", "sans-serif"; }
      .footer .footer-inner .footer-social-colum h5 a {
        color: #fff !important;
        text-decoration: none; }
    .footer .footer-inner .footer-social-colum p.email-link {
      margin: 0;
      font-size: 18px; }
      .footer .footer-inner .footer-social-colum p.email-link a {
        color: #fcbd11;
        text-decoration: none; }
    .footer .footer-inner .footer-social-colum .footer-social {
      padding: 0;
      margin: 23px 0;
      list-style: none; }
      .footer .footer-inner .footer-social-colum .footer-social li {
        width: 40px;
        display: inline-block;
        margin-right: 5px; }
        .footer .footer-inner .footer-social-colum .footer-social li:before {
          display: none; }
    .footer .footer-inner .footer-social-colum p {
      color: #fff;
      margin: 0; }
      .footer .footer-inner .footer-social-colum p a {
        color: #fff !important;
        text-decoration: none; }
  @media (max-width: 991px) {
    .footer .privacy-policy {
      vertical-align: top !important;
      top: 0; }
    .footer .foot-right-colum .footer-social-colum {
      margin-top: 0px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .footer .foot-left-colum {
      max-width: 22%; }
    .footer .footer-inner .privacy-policy {
      max-width: 37%; }
    .footer .foot-right-colum {
      width: 39% !important;
      max-width: 39%; } }
  @media (max-width: 767px) {
    .footer .footer-inner {
      text-align: center;
      flex-wrap: unset;
      display: grid; }
    .footer .foot-left-colum {
      max-width: 100%; }
    .footer .privacy-policy {
      order: 3;
      margin: 0 auto 0; }
    .footer .foot-right-colum {
      margin: 30px 0 15px; }
      .footer .foot-right-colum .footer-social-colum {
        margin-top: 0px; } }

.page-header {
  background-color: #f5f5f5;
  padding: 60px 0;
  text-align: center; }
  .page-header .row {
    margin: 0 auto;
    max-width: 1200px;
    width: 100%; }
  @media (min-width: 1440px) {
    .page-header h1 {
      font-size: 60px; } }
  @media (max-width: 992px) {
    .page-header {
      padding: 50px 0; } }
  @media (max-width: 768px) {
    .page-header {
      padding: 50px 0 40px 0; } }

.single-column {
  padding: 80px 0; }
  .single-column > .row {
    margin: 0 auto;
    max-width: 1000px;
    width: 100%; }
  .single-column .text-lead {
    font-size: 24px; }
  .single-column p, .single-column ul, .single-column ol {
    font-size: 18px;
    line-height: 1.5; }
  .single-column .smart-drivers-clum {
    margin-top: -80px; }
    .single-column .smart-drivers-clum h5 {
      color: #ff0d83; }
    .single-column .smart-drivers-clum p {
      font-family: "sofia-pro", "Helvetica", "Arial", "sans-serif"; }
  @media (max-width: 991px) {
    .single-column .smart-drivers-clum {
      margin-top: -50px; } }
  @media (max-width: 767px) {
    .single-column .smart-drivers-clum {
      margin-top: 0px; }
      .single-column .smart-drivers-clum p {
        margin-bottom: 30px; }
      .single-column .smart-drivers-clum h5 {
        margin-bottom: 10px; }
      .single-column .smart-drivers-clum > div:last-child p {
        margin-bottom: 0px; } }
  @media (max-width: 767px) {
    .single-column .smart-drivers-clum p {
      font-size: 14px; } }

.modal-dialog {
  transform: translate(0, 10%) !important; }
  .modal-dialog .modal-content {
    border: 0;
    border-radius: 0; }
  .modal-dialog .modal-header {
    background: #666;
    border-color: #666;
    border-radius: 0;
    padding: 45px; }
    .modal-dialog .modal-header .modal-title {
      margin: 0 auto;
      font-size: 44px;
      color: #fff;
      font-family: "sofia-pro", "Helvetica", "Arial", "sans-serif";
      line-height: 1; }
  .modal-dialog .modal-body {
    padding: 90px 100px; }
    .modal-dialog .modal-body h3 {
      font-size: 26px;
      font-family: "sofia-pro", "Helvetica", "Arial", "sans-serif"; }
    .modal-dialog .modal-body p {
      font-size: 20px; }
    .modal-dialog .modal-body .btn-secondary {
      padding: 0;
      margin: 10px 0 15px;
      width: 90px;
      height: 50px;
      line-height: 48px;
      font-size: 18px; }
  @media (max-width: 768px) {
    .modal-dialog .modal-header .modal-title {
      font-size: 40px !important; } }
  @media (min-width: 576px) {
    .modal-dialog {
      max-width: 600px !important;
      margin: 1.75rem auto; } }
  @media (max-width: 575px) {
    .modal-dialog .modal-body {
      padding: 50px; }
      .modal-dialog .modal-body hr {
        margin-bottom: 2rem; } }
  @media (max-width: 480px) {
    .modal-dialog .modal-body p {
      font-size: 15px; } }

.video-carousel {
  width: 100%;
  height: 67vh;
  position: relative;
  overflow-x: hidden; }
  .video-carousel .caro-inner {
    width: 100%;
    height: 100%;
    display: flex;
    position: absolute;
    left: 0; }
  .video-carousel .caro-item {
    width: 100%;
    min-width: 100%;
    height: 100%;
    min-height: 100%;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column; }
    .video-carousel .caro-item .background-video {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 100%; }
    .video-carousel .caro-item .background-video-content {
      padding: 20px;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column; }
    .video-carousel .caro-item h1, .video-carousel .caro-item h2, .video-carousel .caro-item h3, .video-carousel .caro-item h4, .video-carousel .caro-item h5, .video-carousel .caro-item h6, .video-carousel .caro-item p {
      max-width: 1000px;
      margin-bottom: 0; }
    .video-carousel .caro-item h1 {
      margin-bottom: 3px; }
    .video-carousel .caro-item p {
      font-size: 24px;
      margin-bottom: 5px; }
  .video-carousel .caro-nav-left,
  .video-carousel .caro-nav-right {
    cursor: pointer;
    position: absolute; }
    .video-carousel .caro-nav-left:hover,
    .video-carousel .caro-nav-right:hover {
      opacity: 0.8; }
  .video-carousel .caro-nav-left {
    top: 50%;
    left: 2%;
    transform: translateY(-50%); }
  .video-carousel .caro-nav-right {
    top: 50%;
    right: 2%;
    transform: translateY(-50%); }
  .video-carousel .caro-txt {
    margin-top: 2%; }
  .video-carousel .carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 25px;
    z-index: 1; }
  .video-carousel .carousel-indicators li {
    width: 83px;
    height: 6px;
    background-color: #FFF;
    margin-left: 9px;
    margin-right: 9px;
    cursor: pointer;
    transition: all ease 0.5s; }
    .video-carousel .carousel-indicators li:hover {
      opacity: 0.6;
      transition: all ease 0.5s; }
    .video-carousel .carousel-indicators li.active {
      background-color: #fcbd11; }
  .video-carousel .slider-btn {
    position: absolute;
    bottom: 20%;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 18px;
    width: 135px;
    display: inline-block;
    left: 0;
    right: 0;
    margin: auto;
    background: #fcbd11;
    color: #333333;
    border-radius: 4px;
    text-align: center;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    line-height: 50px;
    padding: 0;
    border-color: #fcbd11; }
    .video-carousel .slider-btn:hover {
      text-decoration: none;
      background: #ff0d83;
      color: #fff;
      border-color: #ff0d83; }
  @media (min-width: 1441px) {
    .video-carousel {
      min-height: 632px; } }
  @media (max-width: 950px) {
    .video-carousel .caro-nav-left img,
    .video-carousel .caro-nav-right img {
      height: 40px; }
    .video-carousel .caro-txt {
      max-width: 80%; }
    .video-carousel .caro-item h1 {
      /*margin-bottom: 20px;*/
      line-height: 1;
      margin-bottom: 10px; }
    .video-carousel .slider-btn {
      position: absolute;
      bottom: 21%; }
    .video-carousel .carousel-indicators li {
      height: 5px; } }
  @media (min-width: 768px) {
    .video-carousel {
      min-height: 562px; } }
  @media (max-width: 767px) {
    .video-carousel {
      height: 562px; }
      .video-carousel .slider-btn {
        bottom: 22%; }
      .video-carousel .carousel-indicators li {
        width: 63px; } }
  @media (max-width: 700px) {
    .video-carousel .caro-item .background-video {
      height: 100%;
      width: auto;
      left: 50%;
      transform: translate(-50%, -50%); }
    .video-carousel .caro-item form.email-subscribe {
      font-size: 12px; }
      .video-carousel .caro-item form.email-subscribe input[type="submit"] {
        width: 100px; }
    .video-carousel .caro-item p {
      font-size: 14px; } }
  @media (max-width: 480px) {
    .video-carousel {
      height: 120vw; }
      .video-carousel .slider-btn {
        position: absolute;
        line-height: 40px;
        height: 40px; } }
  @media (max-width: 420px) {
    .video-carousel .caro-item h1 {
      font-size: 25px;
      line-height: 1.2;
      margin-bottom: 3px; }
    .video-carousel .slider-btn {
      bottom: 29vw;
      line-height: 35px;
      height: 35px;
      font-size: 15px;
      width: 120px; } }
  @media (max-width: 374px) {
    .video-carousel .slider-btn {
      bottom: 28vw; } }

.hero-carousel .carousel {
  position: relative;
  z-index: 0; }

.hero-carousel div.carousel-caption {
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex-direction: column;
  padding: 25px;
  text-align: left;
  transform: translateY(-50%);
  top: 50%;
  left: 0;
  width: 50%;
  height: 75%; }
  .hero-carousel div.carousel-caption h1, .hero-carousel div.carousel-caption h2, .hero-carousel div.carousel-caption h3, .hero-carousel div.carousel-caption h4, .hero-carousel div.carousel-caption h5, .hero-carousel div.carousel-caption h6, .hero-carousel div.carousel-caption p, .hero-carousel div.carousel-caption ul, .hero-carousel div.carousel-caption ol {
    color: #fff;
    max-width: 600px;
    width: 100%; }

.hero-carousel div.carousel-caption::after {
  content: '';
  background-image: url("../img/hero-after.svg");
  height: 100%;
  width: 100px;
  position: absolute;
  left: 100%;
  top: 0; }

@media (max-width: 992px) {
  .hero-carousel div.carousel-caption::after {
    width: 80px; }
  .hero-carousel div.carousel-caption h1, .hero-carousel div.carousel-caption h2, .hero-carousel div.carousel-caption h3, .hero-carousel div.carousel-caption h4, .hero-carousel div.carousel-caption h5, .hero-carousel div.carousel-caption h6 {
    font-size: 34px; }
  .hero-carousel p, .hero-carousel .large-text {
    font-size: 16px; } }

@media (max-width: 768px) {
  .hero-carousel div.carousel-caption::after {
    width: 60px; }
  .hero-carousel div.carousel-caption h1, .hero-carousel div.carousel-caption h2, .hero-carousel div.carousel-caption h3, .hero-carousel div.carousel-caption h4, .hero-carousel div.carousel-caption h5, .hero-carousel div.carousel-caption h6 {
    font-size: 28px; }
  .hero-carousel p, .hero-carousel .large-text {
    font-size: 14px; } }

@media (max-width: 576px) {
  .hero-carousel div.carousel-caption::after {
    width: 30px; }
  .hero-carousel div.carousel-caption h1, .hero-carousel div.carousel-caption h2, .hero-carousel div.carousel-caption h3, .hero-carousel div.carousel-caption h4, .hero-carousel div.carousel-caption h5, .hero-carousel div.carousel-caption h6 {
    font-size: 20px;
    margin: 0; }
  .hero-carousel p, .hero-carousel ul, .hero-carousel ol {
    display: none; } }

.top-checklist {
  background-color: #333;
  width: 100%; }
  .top-checklist .row {
    margin: 0 auto;
    max-width: 1200px;
    width: 100%; }
  .top-checklist .check-item p {
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    margin: 36px 0;
    text-align: center; }
  .top-checklist .check-item p img {
    height: 24px;
    width: auto;
    vertical-align: middle; }
  @media (max-width: 1200px) {
    .top-checklist .check-item p {
      font-size: 20px; }
    .top-checklist .check-item p img {
      height: 20px; } }
  @media (max-width: 992px) {
    .top-checklist .check-item p {
      font-size: 16px; }
    .top-checklist .check-item p img {
      height: 16px; } }
  @media (max-width: 768px) {
    .top-checklist .check-item p {
      text-align: center; }
    .top-checklist .check-item p img {
      display: block;
      margin: 0 auto 20px auto; } }
  @media (max-width: 576px) {
    .top-checklist {
      padding: 15px 0; }
      .top-checklist .check-item p {
        margin: 15px 0; }
      .top-checklist .check-item p img {
        display: inline-block;
        margin: 0 10px 2px 0; } }

.video-intro {
  padding: 80px 0; }
  .video-intro .row {
    margin: 0 auto;
    max-width: 1200px;
    width: 100%; }
  .video-intro .content p {
    font-size: 24px;
    line-height: 1.6; }
  .video-intro .content ul {
    font-size: 18px;
    line-height: 1.6; }
  .video-intro .video {
    max-width: 100%; }
    .video-intro .video iframe,
    .video-intro .video object,
    .video-intro .video embed {
      width: 100%;
      height: 500px; }
  @media (max-width: 1200px) {
    .video-intro .content p {
      font-size: 20px; }
    .video-intro .video iframe,
    .video-intro .video object,
    .video-intro .video embed {
      width: 100%;
      height: 400px; } }
  @media (max-width: 992px) {
    .video-intro .content p {
      font-size: 20px; }
    .video-intro .video iframe,
    .video-intro .video object,
    .video-intro .video embed {
      width: 100%;
      height: 300px; } }
  @media (max-width: 768px) {
    .video-intro h1, .video-intro h2, .video-intro h3, .video-intro h4, .video-intro h5, .video-intro h6 {
      text-align: center; }
    .video-intro .content-container {
      flex-direction: column-reverse; }
    .video-intro .video iframe,
    .video-intro .video object,
    .video-intro .video embed {
      width: 100%;
      height: 400px; }
    .video-intro .content ul {
      font-size: 16px; } }
  @media (max-width: 768px) {
    .video-intro {
      padding: 60px 0; }
      .video-intro h1, .video-intro h2, .video-intro h3, .video-intro h4, .video-intro h5, .video-intro h6 {
        text-align: center; }
      .video-intro .content-container {
        flex-direction: column-reverse; }
      .video-intro .video iframe,
      .video-intro .video object,
      .video-intro .video embed {
        width: 100%;
        height: 400px; }
      .video-intro .content p {
        font-size: 16px; }
      .video-intro .content ul {
        font-size: 14px; } }
  @media (max-width: 576px) {
    .video-intro {
      padding: 30px 0; }
      .video-intro .video iframe,
      .video-intro .video object,
      .video-intro .video embed {
        width: 100%;
        height: 250px; } }

.three-column-feature .intro {
  margin: 0 auto 40px auto;
  max-width: 1000px;
  width: 100%; }

.three-column-feature .feature-inner {
  background-color: #f5f5f5;
  margin: 0 auto;
  width: 100%; }

.three-column-feature .col-md-4 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  padding: 40px; }

.three-column-feature .feature {
  background-color: #333;
  padding: 50px 20px;
  position: relative; }
  .three-column-feature .feature h1, .three-column-feature .feature h2, .three-column-feature .feature h3, .three-column-feature .feature h4, .three-column-feature .feature h5, .three-column-feature .feature h6, .three-column-feature .feature p, .three-column-feature .feature ul, .three-column-feature .feature ol {
    color: #fff; }

.three-column-feature p {
  line-height: 1.8; }

.three-column-feature ul {
  font-size: 24px;
  line-height: 1.8; }

.three-column-feature em {
  color: #ff0d83;
  font-family: "sofia-pro", "Helvetica", "Arial", "sans-serif";
  font-style: normal;
  font-size: 20px;
  display: block;
  text-transform: uppercase; }

.three-column-feature .ye-list li::before {
  top: 10px; }

@media (max-width: 1200px) {
  .three-column-feature ul {
    font-size: 18px; }
  .three-column-feature em {
    font-size: 16px; } }

@media (max-width: 992px) {
  .three-column-feature {
    line-height: 1.4;
    margin-bottom: 80px; }
    .three-column-feature .feature::after {
      height: 60px; }
    .three-column-feature ul {
      font-size: 16px;
      list-style: none;
      padding-left: 0; }
    .three-column-feature ul li {
      text-align: center !important; }
    .three-column-feature ul li::before {
      content: none; }
    .three-column-feature em {
      font-size: 16px; } }

@media (max-width: 768px) {
  .three-column-feature {
    padding-bottom: 0;
    margin-bottom: 0px; }
    .three-column-feature .feature::after {
      height: 50px; }
    .three-column-feature .col-md-4 {
      padding: 40px; }
    .three-column-feature .col-md-4 img {
      max-height: 120px; }
    .three-column-feature .col-md-4:nth-child(1) {
      order: 2;
      padding-top: 80px;
      padding-bottom: 0; }
    .three-column-feature .col-md-4:nth-child(2) {
      order: 1; }
    .three-column-feature .col-md-4:nth-child(3) {
      order: 3; } }

.feature-carousel {
  margin-bottom: 50px; }
  .feature-carousel .carousel-intro {
    margin: 0 auto;
    max-width: 1200px;
    width: 100%; }
  .feature-carousel .carousel {
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    width: 100%; }
  .feature-carousel .carousel-item {
    padding-bottom: 200px; }
  .feature-carousel div.carousel-caption {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    bottom: 40px;
    left: 10%;
    width: 80%;
    height: 200px; }
  .feature-carousel ol.carousel-indicators li {
    background-color: #666; }
    .feature-carousel ol.carousel-indicators li.active {
      background-color: #ff0d83; }
  .feature-carousel .carousel-control.right,
  .feature-carousel .carousel-control.left {
    color: #999 !important; }
  @media (max-width: 992px) {
    .feature-carousel .next-icon img {
      height: 40px; }
    .feature-carousel .prev-icon img {
      height: 40px; } }
  @media (max-width: 768px) {
    .feature-carousel div.carousel-caption {
      height: 250px; }
    .feature-carousel .carousel-item {
      padding-bottom: 250px; }
    .feature-carousel .next-icon img {
      height: 30px; }
    .feature-carousel .prev-icon img {
      height: 30px; } }
  @media (max-width: 576px) {
    .feature-carousel div.carousel-caption {
      height: 300px; }
    .feature-carousel .carousel-item {
      padding-bottom: 300px; }
    .feature-carousel .next-icon img {
      height: 24px; }
    .feature-carousel .prev-icon img {
      height: 24px; } }

.two-column-left .col-inner {
  margin: 0 0 0 auto;
  max-width: 600px;
  padding: 70px 70px 70px 20px;
  width: 100%;
  position: relative; }
  .two-column-left .col-inner:after {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    right: -40px;
    margin: auto;
    width: 0;
    height: 0;
    border-top: 60px solid transparent;
    border-right: 0px solid transparent;
    border-bottom: 60px solid transparent;
    border-left: 40px solid #333; }
  .two-column-left .col-inner h3 {
    color: #fff;
    font-size: 48px;
    margin: 0;
    padding: 0 0 40px; }
  .two-column-left .col-inner p {
    color: #fcbd11;
    margin: 0;
    padding: 0 0 25px;
    font-family: "sofia-pro", "Helvetica", "Arial", "sans-serif"; }
  .two-column-left .col-inner ul {
    color: #fff;
    padding: 0 20px;
    font-family: "sofia-pro", "Helvetica", "Arial", "sans-serif"; }
    .two-column-left .col-inner ul li:before {
      top: 2px; }

.two-column-left .image {
  min-height: 400px;
  background-image: url(../images/Yellow-Express-Driver-3.jpg);
  background-size: cover;
  background-position: left center; }

.two-column-left .content {
  background-color: #333; }
  .two-column-left .content ul {
    line-height: 2; }
  .two-column-left .content td {
    vertical-align: top; }
  .two-column-left .content td li {
    line-height: 1.4;
    margin-bottom: 20px; }

@media (max-width: 991px) {
  .two-column-left .image {
    min-height: 400px;
    background-image: url(../images/Yellow-Express-Driver-3.jpg);
    background-size: cover;
    background-position: top center; }
  .two-column-left .col-inner {
    max-width: 100%;
    padding: 70px 20px 70px 20px; }
    .two-column-left .col-inner:after {
      display: none; }
  .two-column-left li {
    font-size: 16px; }
  .two-column-left .content {
    order: 2; } }

@media (max-width: 767px) {
  .two-column-left .content-container {
    flex-direction: column-reverse; }
  .two-column-left .col-inner {
    max-width: 100%;
    padding: 50px 8px; }
    .two-column-left .col-inner:after {
      display: none; }
  .two-column-left .content {
    order: 2; } }

@media (max-width: 576px) {
  .two-column-left .image {
    min-height: 250px; }
  .two-column-left li {
    font-size: 14px; }
  .two-column-left td {
    vertical-align: top;
    width: 100%;
    display: block; }
  .two-column-left .col-inner ul li:before {
    top: 0; } }

.six-steps {
  background-color: #f5f5f5;
  padding: 100px 0; }
  .six-steps.white {
    background-color: #fff; }
  .six-steps .intro {
    margin-bottom: 20px; }
  .six-steps .intro p {
    font-size: 24px;
    color: #ff0d83;
    font-family: "sofia-pro", "Helvetica", "Arial", "sans-serif"; }
  .six-steps .step span {
    font-size: 20px;
    font-weight: 700;
    color: #999999; }
  .six-steps img {
    display: block;
    margin: 20px auto 40px; }
  .six-steps em {
    font-size: 20px;
    font-style: normal; }
  @media (max-width: 992px) {
    .six-steps {
      padding: 100px 0; }
      .six-steps .intro p {
        font-size: 20px; } }
  @media (max-width: 768px) {
    .six-steps {
      padding: 80px 0; }
      .six-steps .intro p {
        font-size: 18px; } }

.two-column-carousel .col-inner {
  margin: 0 0 0 auto;
  max-width: 600px;
  padding: 55px 40px 55px 20px;
  width: 100%; }
  .two-column-carousel .col-inner h3 {
    font-size: 40px; }
    .two-column-carousel .col-inner h3 span {
      font-size: 36px;
      line-height: 1.25;
      display: block;
      margin-top: 10px; }
  .two-column-carousel .col-inner p {
    font-family: "sofia-pro", "Helvetica", "Arial", "sans-serif"; }

.two-column-carousel .content {
  background-color: #fcbd11; }

.two-column-carousel .caro-container {
  overflow-x: hidden;
  padding: 0;
  position: relative;
  min-height: 300px; }

.two-column-carousel .caro-inner {
  display: flex;
  width: 100%;
  height: 100%;
  position: relative; }

.two-column-carousel .caro-item {
  height: 100%;
  min-height: 100%;
  width: 100%;
  min-width: 100%; }

.two-column-carousel .caro-nav-left,
.two-column-carousel .caro-nav-right {
  cursor: pointer;
  position: absolute; }
  .two-column-carousel .caro-nav-left img,
  .two-column-carousel .caro-nav-right img {
    max-height: 40px; }
  .two-column-carousel .caro-nav-left:hover,
  .two-column-carousel .caro-nav-right:hover {
    opacity: 0.8; }

.two-column-carousel .caro-nav-left {
  top: 50%;
  left: 5%;
  transform: translateY(-50%); }

.two-column-carousel .caro-nav-right {
  top: 50%;
  right: 5%;
  transform: translateY(-50%); }

.two-column-carousel .carousel-indicators li {
  cursor: pointer;
  transition: all ease 0.5s; }
  .two-column-carousel .carousel-indicators li:hover {
    opacity: 0.6;
    transition: all ease 0.5s; }
  .two-column-carousel .carousel-indicators li.active {
    background-color: #ff0d83; }

@media (max-width: 991px) {
  .two-column-carousel li {
    font-size: 16px; }
  .two-column-carousel .col-inner {
    padding: 40px 40px 40px 20px; } }

@media (max-width: 767px) {
  .two-column-carousel .content {
    order: 2; }
  .two-column-carousel .caro-container {
    height: 300px; }
  .two-column-carousel .content-container {
    flex-direction: column-reverse; }
  .two-column-carousel .col-inner {
    max-width: 100%;
    padding: 30px 0px 30px 0px; } }

@media (max-width: 576px) {
  .two-column-carousel li {
    font-size: 14px; } }

.two-column-right {
  margin: 50px 0; }
  .two-column-right .intro {
    margin-bottom: 30px; }
  .two-column-right .col-inner {
    margin: 0 auto 0 0;
    max-width: 600px;
    padding: 60px 20px;
    width: 100%; }
  .two-column-right .content {
    background-color: #fcbd11; }
  @media (max-width: 1200px) {
    .two-column-right .content p {
      font-size: 16px;
      line-height: 1.5; }
    .two-column-right .content em {
      font-size: 24px; } }
  @media (max-width: 992px) {
    .two-column-right .content em {
      font-size: 20px; } }
  @media (max-width: 768px) {
    .two-column-right .image {
      display: none; }
    .two-column-right .content em {
      font-size: 16px; }
    .two-column-right .content-container {
      flex-direction: column-reverse; }
    .two-column-right .col-inner {
      max-width: 100%; } }
  @media (max-width: 576px) {
    .two-column-right .col-inner {
      text-align: center; } }

.learn-more-cards {
  margin-bottom: 100px; }
  .learn-more-cards .row {
    margin: 0 auto;
    max-width: 1200px;
    width: 100%; }
  .learn-more-cards .intro {
    padding: 20px;
    text-align: center; }
    .learn-more-cards .intro p {
      color: #fcbd11;
      font-size: 30px; }
  .learn-more-cards .learn-more-card .card-image {
    background-color: #f5f5f5;
    height: 300px;
    overflow: hidden;
    position: relative; }
  .learn-more-cards .learn-more-card .card-number {
    background-color: #fcbd11;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "sofia-pro", "Helvetica", "Arial", "sans-serif";
    font-size: 38px;
    font-weight: 500;
    position: absolute;
    left: 0;
    top: 0;
    height: 68px;
    width: 68px; }
  .learn-more-cards .learn-more-card .card-divider {
    position: absolute;
    bottom: -1px;
    left: 0;
    height: auto;
    transform: scale(1.05);
    width: 100%; }
  .learn-more-cards .learn-more-card .card-content {
    background-color: #333;
    padding: 30px 10px;
    text-align: center; }
    .learn-more-cards .learn-more-card .card-content h1, .learn-more-cards .learn-more-card .card-content h2, .learn-more-cards .learn-more-card .card-content h3, .learn-more-cards .learn-more-card .card-content h4, .learn-more-cards .learn-more-card .card-content h5, .learn-more-cards .learn-more-card .card-content h6 {
      color: #fff; }
    .learn-more-cards .learn-more-card .card-content p {
      color: #fcbd11;
      font-size: 18px; }
  @media (max-width: 1200px) {
    .learn-more-cards .learn-more-card .card-content p {
      font-size: 16px; } }
  @media (max-width: 992px) {
    .learn-more-cards {
      margin-bottom: 60px; }
      .learn-more-cards .learn-more-card .card-image {
        height: 200px; } }
  @media (max-width: 768px) {
    .learn-more-cards {
      margin-bottom: 40px; }
      .learn-more-cards .intro p {
        font-size: 20px; }
      .learn-more-cards .learn-more-card {
        display: flex;
        align-items: stretch;
        margin-bottom: 15px;
        flex-direction: row; }
        .learn-more-cards .learn-more-card .card-image {
          flex: 1;
          height: auto; }
        .learn-more-cards .learn-more-card .card-number {
          font-size: 30px;
          height: 50px;
          width: 50px; }
        .learn-more-cards .learn-more-card .card-content {
          flex: 1; }
        .learn-more-cards .learn-more-card .card-divider {
          display: none; } }
  @media (max-width: 400px) {
    .learn-more-cards .intro p {
      font-size: 16px; }
    .learn-more-cards .learn-more-card {
      flex-direction: column; }
      .learn-more-cards .learn-more-card .card-image {
        height: 150px; } }

.testimonials-grid {
  padding: 80px 0 50px; }
  .testimonials-grid .testimonials-grid-colum {
    padding: 80px 0 50px; }
  .testimonials-grid .intro {
    text-align: center; }
    .testimonials-grid .intro h3 {
      margin-bottom: 0; }
  .testimonials-grid .row {
    margin: 0 auto;
    max-width: 2000px;
    width: 100%; }
  .testimonials-grid .grid-image {
    background-color: #dcdcdc;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative; }
  .testimonials-grid .grid-content {
    background-color: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 40px 30px;
    text-align: center; }
    .testimonials-grid .grid-content h5 {
      font-size: 36px;
      font-family: "sofia-pro", "Helvetica", "Arial", "sans-serif"; }
    .testimonials-grid .grid-content p {
      font-family: "sofia-pro", "Helvetica", "Arial", "sans-serif";
      max-width: 100%; }
  .testimonials-grid .arrow-right {
    border-left: 20px solid #f5f5f5;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%); }
  .testimonials-grid .arrow-left {
    border-right: 20px solid #f5f5f5;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%); }
  .testimonials-grid .play-button {
    cursor: pointer;
    transition: all ease 0.5s; }
    .testimonials-grid .play-button:hover {
      transform: scale(1.05);
      transition: all ease 0.5s; }
  .testimonials-grid .video-lightbox {
    background-color: rgba(0, 0, 0, 0.9);
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    z-index: 20000; }
    .testimonials-grid .video-lightbox iframe,
    .testimonials-grid .video-lightbox object,
    .testimonials-grid .video-lightbox embed {
      position: fixed;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      max-width: 90%;
      max-height: 50%; }
    .testimonials-grid .video-lightbox .video-lightbox-close {
      color: #fff;
      cursor: pointer;
      position: fixed;
      top: 10px;
      right: 20px;
      font-size: 40px; }
      .testimonials-grid .video-lightbox .video-lightbox-close:hover {
        transform: scale(1.05); }
  .testimonials-grid .btn {
    font-family: "sofia-pro", "Helvetica", "Arial", "sans-serif";
    font-size: 18px;
    padding: 12px 20px; }
  @media (max-width: 1200px) {
    .testimonials-grid .grid-content {
      padding: 20px; }
    .testimonials-grid p {
      font-size: 14px; } }
  @media (max-width: 992px) {
    .testimonials-grid .arrow-right,
    .testimonials-grid .arrow-left {
      display: none; }
    .testimonials-grid .first-row .col-sm-6:nth-child(1) {
      order: 1; }
    .testimonials-grid .first-row .col-sm-6:nth-child(2) {
      order: 2; }
    .testimonials-grid .first-row .col-sm-6:nth-child(3) {
      order: 4; }
    .testimonials-grid .first-row .col-sm-6:nth-child(4) {
      order: 3; }
    .testimonials-grid .second-row .col-sm-6:nth-child(1) {
      order: 2; }
    .testimonials-grid .second-row .col-sm-6:nth-child(2) {
      order: 1; }
    .testimonials-grid .second-row .col-sm-6:nth-child(3) {
      order: 3; }
    .testimonials-grid .second-row .col-sm-6:nth-child(4) {
      order: 4; } }
  @media (max-width: 576px) {
    .testimonials-grid .grid-image {
      height: 250px; }
    .testimonials-grid .first-row .col-sm-6:nth-child(1) {
      order: 1; }
    .testimonials-grid .first-row .col-sm-6:nth-child(2) {
      order: 2; }
    .testimonials-grid .first-row .col-sm-6:nth-child(3) {
      order: 2; }
    .testimonials-grid .first-row .col-sm-6:nth-child(4) {
      order: 3; }
    .testimonials-grid .first-row .grid-content {
      background: #fff; }
    .testimonials-grid .second-row .col-sm-6:nth-child(1) {
      order: 2; }
    .testimonials-grid .second-row .col-sm-6:nth-child(2) {
      order: 1; }
    .testimonials-grid .second-row .col-sm-6:nth-child(3) {
      order: 4; }
    .testimonials-grid .second-row .col-sm-6:nth-child(4) {
      order: 3; }
    .testimonials-grid .second-row .grid-content {
      background: #fff; } }

.feature-video {
  background-color: #333;
  padding: 80px 0;
  text-align: center; }
  .feature-video h1, .feature-video h2, .feature-video h3, .feature-video h4, .feature-video h5, .feature-video h6 {
    color: #fcbd11; }
  .feature-video p {
    color: #fff;
    font-size: 18px; }
  .feature-video .video {
    margin-bottom: 30px;
    max-width: 100%; }
    .feature-video .video iframe,
    .feature-video .video object,
    .feature-video .video embed {
      width: 100%;
      height: 500px; }
  @media (max-width: 992px) {
    .feature-video {
      padding: 40px 0; }
      .feature-video .video iframe,
      .feature-video .video object,
      .feature-video .video embed {
        height: 400px; } }
  @media (max-width: 768px) {
    .feature-video {
      padding: 40px 0; }
      .feature-video .video iframe,
      .feature-video .video object,
      .feature-video .video embed {
        height: 300px; } }
  @media (max-width: 576px) {
    .feature-video {
      padding: 30px 0; }
      .feature-video .video iframe,
      .feature-video .video object,
      .feature-video .video embed {
        height: 250px; }
      .feature-video p {
        font-size: 14px; } }

.image-overlay {
  background-color: #f5f5f5;
  padding: 110px 0;
  text-align: center; }
  .image-overlay img {
    display: inline-block;
    margin: 0 20px 30px 20px;
    vertical-align: middle; }
  .image-overlay h4 {
    margin-top: 30px; }
  .image-overlay p {
    line-height: 1.5; }
  @media (max-width: 1200px) {
    .image-overlay {
      padding: 90px; }
      .image-overlay h4 {
        font-size: 18px; } }
  @media (max-width: 992px) {
    .image-overlay {
      padding: 70px; }
      .image-overlay img {
        display: block;
        margin: 20px auto !important; } }
  @media (max-width: 768px) {
    .image-overlay {
      padding: 50px; } }

.app h1, .app h2, .app h3, .app h4, .app h5, .app h6, .app p {
  color: #fff; }

.app h4 {
  font-size: 36px;
  margin: 0 0 30px;
  font-family: "sofia-pro", "Helvetica", "Arial", "sans-serif"; }

.app .play-icons {
  margin-top: 30px; }

@media (min-width: 1730px) {
  .app {
    padding: 115px 0;
    background: #ff0688 url(../images/ye-3hrs.jpg) no-repeat center center/90%; } }

@media (max-width: 1729px) {
  .app {
    padding: 115px 0;
    background: #ff0688 url(../images/ye-3hrs.jpg) no-repeat center center/cover; } }

@media (min-width: 992px) {
  .app .md-display-none {
    display: none; } }

@media (max-width: 991px) {
  .app {
    background: #ff0688; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .app {
    padding: 50px 0;
    background: #ff0688 url(../images/ye-3hrs.jpg) no-repeat center center/cover; } }

@media (min-width: 768px) and (max-width: 991px) {
  .app {
    padding: 30px 0; }
    .app img {
      width: 240px; } }

@media (max-width: 768px) {
  .app {
    padding: 50px 0;
    background: #ff0688; }
    .app .mt-30 {
      margin-top: 30px; } }

.founders {
  padding-bottom: 100px; }
  .founders .bio em {
    color: #fcbd11;
    font-size: 20px;
    font-style: normal;
    margin-bottom: 20px; }
  .founders .bio img {
    margin-bottom: 30px; }

.two-column-simple {
  padding: 60px 0; }
  .two-column-simple .row {
    margin: 0 auto;
    max-width: 1200px;
    width: 100%; }
  .two-column-simple .intro {
    margin-bottom: 20px; }
  .two-column-simple h1, .two-column-simple h2, .two-column-simple h3, .two-column-simple h4, .two-column-simple h5, .two-column-simple h6 {
    color: #fcbd11; }
  .two-column-simple p {
    font-size: 24px;
    line-height: 1.5; }
  .two-column-simple ul li {
    list-style: none;
    margin-bottom: 10px;
    position: relative; }
    .two-column-simple ul li::before {
      background-image: url("../img/angle-right-pink.svg");
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain;
      content: '';
      display: block;
      position: absolute;
      height: 18px;
      width: 18px;
      top: 3px;
      left: -30px; }
  .two-column-simple .post-text {
    font-size: 28px;
    text-align: center;
    margin: 30px 0; }
  @media (max-width: 768px) {
    .two-column-simple {
      padding: 60px 0; }
      .two-column-simple p {
        font-size: 20px; }
      .two-column-simple .post-text {
        font-size: 24px; } }
  @media (max-width: 576px) {
    .two-column-simple {
      padding: 40px 0; }
      .two-column-simple p {
        font-size: 18px; }
      .two-column-simple .post-text {
        font-size: 20px; } }

.image-key-points {
  background-color: #d2d4d5;
  background-repeat: no-repeat;
  background-position: center bottom;
  padding: 40px 0;
  margin-bottom: 80px; }
  .image-key-points .row {
    margin: 0 auto;
    max-width: 1200px;
    width: 100%; }
  .image-key-points .intro {
    padding: 40px; }
  .image-key-points .content {
    padding: 30px 10px; }
  .image-key-points ul li {
    list-style: none;
    position: relative;
    margin-bottom: 40px; }
  .image-key-points ul li::before {
    content: url("../img/check-circle.svg;");
    position: absolute;
    top: -10px;
    left: -80px; }
  @media (max-width: 1200px) {
    .image-key-points {
      background-size: 150%; } }
  @media (max-width: 992px) {
    .image-key-points {
      background-image: none !important; }
      .image-key-points .spacer {
        display: none; }
      .image-key-points .col-md-6 {
        padding: 10px; }
      .image-key-points .intro {
        padding-bottom: 0; }
      .image-key-points ul {
        padding-left: 0; }
      .image-key-points ul li {
        text-align: center;
        padding-top: 80px; }
      .image-key-points ul li::before {
        left: 50%;
        top: 10px;
        transform: translateX(-50%); } }
  @media (max-width: 768px) {
    .image-key-points .col-md-6:nth-child(2) {
      padding-top: 0; } }

.six-steps {
  background-color: #f5f5f5;
  padding: 120px 20px; }
  .six-steps.white {
    background-color: #fff; }
  .six-steps .intro {
    margin-bottom: 20px; }
  .six-steps .intro p {
    font-size: 24px;
    color: #ff0d83;
    font-family: "sofia-pro", "Helvetica", "Arial", "sans-serif"; }
  .six-steps .step {
    position: relative; }
    .six-steps .step:before {
      position: absolute;
      content: '';
      width: 29px;
      height: 46px;
      z-index: 1;
      right: 0;
      top: 85px;
      background: url(../images/riht-arrow-yellow.png) no-repeat center center/cover; }
    .six-steps .step:last-child:before {
      display: none; }
    .six-steps .step span {
      font-size: 20px;
      font-weight: 700;
      color: #999999;
      font-family: "sofia-pro", "Helvetica", "Arial", "sans-serif"; }
    .six-steps .step h6 {
      font-family: "sofia-pro", "Helvetica", "Arial", "sans-serif"; }
    .six-steps .step p {
      /*font-family: $font-stack-bold;*/ }
    .six-steps .step a {
      text-decoration: none; }
  .six-steps img {
    display: block;
    margin: 20px auto 40px; }
  @media (max-width: 992px) {
    .six-steps {
      padding: 100px 10px; }
      .six-steps .intro p {
        font-size: 20px; } }
  @media (max-width: 991px) {
    .six-steps .step {
      margin-top: 0;
      margin-bottom: 0; }
      .six-steps .step:before {
        display: none; } }
  @media (max-width: 768px) {
    .six-steps {
      padding: 80px 0; }
      .six-steps .intro p {
        font-size: 18px; } }
  @media (max-width: 650px) {
    .six-steps {
      padding: 60px 10px; }
      .six-steps .intro {
        margin-bottom: 20px; }
      .six-steps .row {
        flex-direction: column; }
      .six-steps .step {
        margin-top: 0;
        margin-bottom: 0; }
        .six-steps .step:before {
          display: none; } }

.simple-checklist {
  padding: 120px 0; }
  .simple-checklist .row {
    margin: 0 auto;
    max-width: 1200px;
    width: 100%; }
  .simple-checklist .intro {
    margin-bottom: 20px; }
  .simple-checklist ul {
    list-style: none;
    padding-left: 80px; }
  .simple-checklist ul li {
    font-size: 24px;
    line-height: 1.5;
    margin-bottom: 40px;
    position: relative; }
  .simple-checklist ul li::before {
    content: url("../img/check-circle.svg;");
    position: absolute;
    top: -5px;
    left: -80px;
    width: 40px; }
  @media (max-width: 1200px) {
    .simple-checklist {
      padding: 100px 0; }
      .simple-checklist ul li {
        font-size: 20px; } }
  @media (max-width: 992px) {
    .simple-checklist .col-lg-4 {
      text-align: center; }
      .simple-checklist .col-lg-4 img {
        max-width: 300px;
        margin-bottom: 40px; }
    .simple-checklist .intro {
      text-align: center; }
    .simple-checklist .content {
      flex-direction: column-reverse; } }
  @media (max-width: 768px) {
    .simple-checklist {
      padding: 80px 0; }
      .simple-checklist ul li {
        font-size: 18px; } }
  @media (max-width: 576px) {
    .simple-checklist {
      padding: 40px 0; }
      .simple-checklist ul li {
        font-size: 16px; }
      .simple-checklist .col-lg-4 img {
        max-width: 200px; } }

.faqs {
  background-color: #f5f5f5;
  padding: 120px 0; }
  .faqs .row {
    margin: 0 auto;
    max-width: 1200px;
    width: 100%; }
  .faqs .faq-question {
    background-color: #dcdcdc;
    cursor: pointer;
    font-size: 24px;
    margin-top: 20px;
    padding: 20px 20px 16px 80px;
    position: relative; }
    .faqs .faq-question p {
      margin-bottom: 0; }
    .faqs .faq-question img {
      margin-right: 40px;
      vertical-align: middle; }
    .faqs .faq-question .faq-icon {
      position: absolute;
      top: 17px;
      left: 20px;
      transition: all ease 0.3s; }
    .faqs .faq-question .faq-icon.open {
      transition: all ease 0.3s;
      transform: rotate(225deg); }
    .faqs .faq-question:hover {
      background-color: #cfcfcf;
      cursor: pointer; }
  .faqs .faq-answer {
    background-color: #fff;
    padding: 20px 20px 8px 80px; }
  @media (max-width: 992px) {
    .faqs {
      padding: 80px 0; } }
  @media (max-width: 768px) {
    .faqs {
      padding: 60px 0; } }
  @media (max-width: 576px) {
    .faqs {
      padding: 40px 0; } }

.simple-table {
  margin: 50px 0; }
  .simple-table .row {
    width: 100%; }
    .simple-table .row.intro {
      margin: 50px auto;
      max-width: 1000px; }
    .simple-table .row.table {
      margin: 50px auto;
      max-width: 1200px; }
  .simple-table .table {
    overflow-x: scroll; }
  .simple-table table {
    font-size: 18px;
    min-width: 600px;
    table-layout: fixed;
    width: 100%; }
    .simple-table table td {
      background-color: #f5f5f5;
      border: 2px solid #fff; }
    .simple-table table tr:first-child {
      color: #fff; }
      .simple-table table tr:first-child td {
        background-color: #333; }
      .simple-table table tr:first-child td:first-child {
        background-color: #fff; }
      .simple-table table tr:first-child td:nth-child(2) {
        color: #fcbd11; }
    .simple-table table td:first-child {
      background-color: #333;
      color: #fff; }
    .simple-table table tr:not(:first-child) td:nth-child(2) {
      background-color: #fcbd11; }
  @media (max-width: 992px) {
    .simple-table table {
      font-size: 16px; } }
  @media (max-width: 768px) {
    .simple-table table {
      font-size: 14px; } }

.card-grid {
  background-color: #f5f5f5;
  padding: 80px 0; }
  .card-grid .intro {
    margin: 0 auto;
    margin-bottom: 24px;
    max-width: 1000px;
    width: 100%; }
  .card-grid .cards {
    margin: 0 auto;
    max-width: 1200px; }
  .card-grid .card {
    background-color: rgba(0, 0, 0, 0);
    border-radius: 0;
    border: none;
    margin-bottom: 20px; }
    .card-grid .card .card-image {
      height: 300px;
      overflow: hidden;
      position: relative; }
    .card-grid .card .card-image-divider {
      position: absolute;
      bottom: -1px;
      left: 0px;
      width: 105%; }
    .card-grid .card .card-content {
      background-color: #333;
      flex: 1;
      padding: 20px; }
    .card-grid .card h1, .card-grid .card h2, .card-grid .card h3, .card-grid .card h4, .card-grid .card h5, .card-grid .card h6 {
      color: #fff; }
    .card-grid .card p {
      color: #fcbd11; }
  @media (max-width: 992px) {
    .card-grid {
      padding: 60px 0; }
      .card-grid .card .card-image {
        height: 200px; } }
  @media (max-width: 768px) {
    .card-grid {
      padding: 40px 0; }
      .card-grid .card {
        display: flex;
        align-items: stretch;
        margin-bottom: 15px;
        flex-direction: row; }
        .card-grid .card .card-image {
          flex: 1;
          height: auto; }
        .card-grid .card .card-number {
          font-size: 30px;
          height: 50px;
          width: 50px; }
        .card-grid .card .card-content {
          flex: 1; }
        .card-grid .card .card-image-divider {
          display: none; } }
  @media (max-width: 400px) {
    .card-grid .intro p {
      font-size: 16px; }
    .card-grid .card {
      flex-direction: column; }
      .card-grid .card .card-image {
        height: 150px; } }

.simple-two-thirds {
  margin: 80px 0; }
  .simple-two-thirds .intro {
    margin: 0 auto 20px auto;
    max-width: 1200px;
    width: 100%; }
  .simple-two-thirds .content {
    margin: 0 auto;
    max-width: 1200px;
    width: 100%; }
  @media (max-width: 992px) {
    .simple-two-thirds {
      margin: 60px 0; } }
  @media (max-width: 768px) {
    .simple-two-thirds {
      margin: 50px 0; } }

.three-column-simple {
  padding: 60px 10px 40px 10px; }
  .three-column-simple.gray {
    background-color: #f5f5f5;
    padding: 80px 0; }
  .three-column-simple .cadrs {
    margin: 15px auto 0; }
    .three-column-simple .cadrs img {
      width: 280px; }
  .three-column-simple .intro {
    margin: 0 auto 20px auto;
    max-width: 1000px;
    width: 100%; }
  .three-column-simple h4, .three-column-simple h5 {
    text-align: center; }
  .three-column-simple h4 {
    margin: 0 0 5px; }
  .three-column-simple h5 {
    /*margin-bottom: 38px;*/ }
  .three-column-simple ul {
    padding: 0 0 0 20px; }
    .three-column-simple ul li {
      padding-bottom: 8px; }
  .three-column-simple .content {
    margin: 0 auto;
    max-width: 1280px;
    width: 100%; }
  .three-column-simple .col-md-4 {
    margin-bottom: 10px; }
  .three-column-simple img.circle {
    border-radius: 50%;
    height: auto;
    width: 100%; }
  .three-column-simple .smd-icon {
    height: 195px;
    width: auto;
    margin: 20px auto 35px; }
.form-control
{
   width:250px;
}


  @media (max-width: 1200px) {
    .three-column-simple img.circle {
      display: block;
      margin: 0 auto;
      max-width: 300px; }
    .three-column-simple .smd-icon {
      height: 180px; } }
  @media (max-width: 992px) {
    .three-column-simple img.circle {
      max-width: 250px; }
    .three-column-simple .smd-icon {
      height: 160px; } }
  @media (max-width: 768px) {
    .three-column-simple img.circle {
      max-width: 250px; }
    .three-column-simple .smd-icon {
      height: 140px; } }
  @media (max-width: 576px) {
    .three-column-simple ul li {
      font-size: 14px; }
      .three-column-simple ul li:before {
        top: 2px; } }

.info-grid .row {
  margin-bottom: 30px; }

.info-grid .content {
  background-color: #f5f5f5; }

.info-grid .content-inner {
  margin: 0 0 0 auto;
  max-width: 600px;
  min-height: 390px;
  padding: 40px 40px 40px 0;
  position: relative;
  width: 100%; }

.info-grid p {
  font-size: 18px;
  line-height: 1.5; }

.info-grid .image::before {
  border-left: 25px solid #f5f5f5;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-30px); }

@media (max-width: 1200px) {
  .info-grid p {
    font-size: 16px; }
  .info-grid .content-inner {
    padding: 30px; } }

@media (max-width: 768px) {
  .info-grid .content-container {
    flex-direction: column-reverse; }
  .info-grid .image {
    height: 250px; }
  .info-grid .image::before {
    display: none; }
  .info-grid .content-inner {
    max-width: 100%;
    min-height: auto;
    padding: 30px; } }

body {
  font-family: "sofia-pro", "Helvetica", "Arial", "sans-serif"; }

.site-wrapper {
  overflow-x: hidden;
  width: 100vw; }

.carousel-indicators li {
  width: 80px;
  height: 5px;
  background-color: white; }

.book-now {
  background: #fcbd11 !important;
  border: #fcbd11 !important;
  height: 45px;
  width: 130px;
  line-height: 45px;
  padding: 0;
  color: #333333;
  font-size: 18px; }

.mobile-tel {
  color: inherit;
  text-decoration: none; }
  @media (max-width: 768px) {
    .mobile-tel {
      color: #ff0d83; } }

/*# sourceMappingURL=style.css.map */