#hero-component {
    background-color: #fff;
}

h1#hero-component__heading {
 opacity: 1!important;
 animation: fadeIn-left .7s both ease-in-out!important;
}

#hero-component__heading {
    color: #00338d !important;
}
#hero-component .hero-component__heading {
    color: #00338d !important;
}
#hero-component .hero-component__subheading {
    color: #00338d !important;
}
   /* #success_message h1 {
   color: #fff;
   opacity: 1 !important;
   animation: fadeIn-left 0.7s both ease-in-out !important;
   }
   #success_message h3 {
   color: #fff;
   opacity: 1 !important;
   animation: fadeIn-left 0.7s both ease-in-out !important;
   }
   #success_message {
   background: #00338d;
   text-align: center;
   padding: 5% 0%;
   color: #fff;
   position: inherit;
   width: 100%;
   } */
   .hero-component__content .btn {
   background-color: #0091da;
   border-radius: 2px;
   font-size: 16px;
   line-height: 18px;
   color: #fff !important;
   font-weight: 600;
   text-align: center;
   min-width: 200px;
   padding: 17px 16px 16px;
   display: inline-block;
   transition: all 250ms ease-out;
   margin-right: 10px;
   position: relative;
   margin-bottom: 5px;
   z-index: 1;
   margin-top: 12px;
   }
   .btn.btn-secondary {
   background-color: transparent;
   border: 2px solid #0091da;
   border-radius: 2px;
   padding-top: 15px;
   padding-bottom: 14px;
   color: #0091da !important;
   }
   .flip-card{
   width:100%;
   height:300px;
   background:transparent;
   perspective:500px;
   margin-bottom: 5% !important;}
   .flip-card-inner{
   position: relative;
   width: 100%;
   height: 100%;
   text-align: center;
   transition: transform 0.9s;
   transform-style: preserve-3d;
   box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
   }
   .flip-card:hover .flip-card-inner{
   transform:rotateY(180deg);
   }
   .flip-card-back , .flip-card-front{
   position: absolute;
   width: 100%;
   height: 100%;
   -webkit-backface-visibility: hidden;
   backface-visibility: hidden;
   }
 
   .flip-card-back p , .flip-card-front p{
   color: #fff !important;
   }
   .flip-card-front {
   background-color: #00338d;
   color: #fff;
   justify-content: center;
   align-items: center;
   display: flex;
   padding: 5%;
   }
   /* .flip-card-front:hover {
   background-color: #aceaff;
   } */
   .flip-card-back{
   background-color: #0091da;
   transform:rotateY(180deg);
   justify-content: center;
   align-items: center;
   display: flex;
   padding: 5%;
   }
   main#kpmg-lease-hub {
   background-color: #0091da;
   padding: 55px 0 94px;
   }
   /* #kpmg-lease-hub .flip-card-section {
   padding-top: 56.25%;
   background-color: #fff;
   } */
   section.flip-card-section {
   padding: 0;
   }
   
   .table {
   width: 100%;
   border-collapse: collapse;
   }
   .table td,
   .table th {
   padding: 12px 15px;
   border: 1px solid #ddd;
   text-align: center;
   font-size: 16px;
   }
   .table th {
   background-color: #fff;
   color: #ffffff;
   }
   .table tbody tr:nth-child(even) {
   background-color: #fff;
   }
   /*responsive*/
   @media (max-width: 500px) {
   /* .table thead {
   display: none;
   } */
   .table,
   .table tbody,
   .table tr,
   .table td {
   display: block;
   width: 100%;
   }
   .table tr {
   margin-bottom: 15px;
   }
   .table td {
   padding-left: 50%;
   text-align: left;
   position: relative;
   }
   .table td::before {
   content: attr(data-label);
   position: absolute;
   left: 0;
   width: 50%;
   padding-left: 15px;
   font-size: 15px;
   font-weight: bold;
   text-align: left;
   }
   }
   .module-htmlcontainer div.btn-wrapper{
   margin: 0;
   text-align: center;
   }

   main#kpmg-lease-hub {
    background-color: #0091da;
    padding: 55px 0 94px;
}

#lease-hub .video-section h2 {
    font-family: 'Open Sans Condensed',Arial,Helvetica,sans-serif;
    font-size: 3.8rem;
    line-height: 1.3;
    font-weight: bold;
}

@media (min-width: 641px) {
#lease-hub .video-section h2 {
    margin: 0 0 57px;
}
}

#lease-hub .video-section h2 {
    text-align: center;
    color: #fff;
    margin: 0 0 30px;
}

.video-wrap > * {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.video-wrap {
    width: 100%;
    height: 0;
    padding-top: 56.25%;
    position: relative;
}

.text-video-section {
    padding: 36px 0 18px;
    text-align: left; }
    @media (min-width: 641px) {
      .text-video-section {
        padding: 48px 0 85px; } }
    .text-video-section .custom-inner-container {
      padding: 0 20px; }
      @media (min-width: 641px) {
        .text-video-section .custom-inner-container {
          padding: 0 40px;
          display: flex;
          flex-direction: row;
          flex-wrap: nowrap;
          justify-content: space-between; } }
    .text-video-section .text-wrap {
      margin-bottom: 80px; }
      @media (min-width: 641px) {
        .text-video-section .text-wrap {
          margin-bottom: 0;
          width: calc(50% - 16px); } }
      .text-video-section .text-wrap h3 {
        font-weight: 600;
        color: #333333;
        margin: 0 0 28px; }
        @media (min-width: 641px) {
          .text-video-section .text-wrap h3 {
            margin: 0 0 22px; } }
      .text-video-section .text-wrap p {
        margin: 0.625em 0; }
      .text-video-section .text-wrap .btn {
        margin: 40px 0 80px; }
        @media (min-width: 641px) {
          .text-video-section .text-wrap .btn {
            margin: 50px 0 0px; } }
    .text-video-section .image-area {
      padding: 0px 0 72px;
      font-size: 0; }
      @media (min-width: 641px) {
        .text-video-section .image-area {
          width: calc(50% - 16px);
          padding: 0px 0 0; } }
      .text-video-section .image-area img {
        width: 100%;
        height: auto; }
  .video-section {
    background-color: #0091da;
    padding: 55px 0 94px; }
    @media (min-width: 641px) {
      .video-section {
        padding-bottom: 123px; } }
    .video-section .custom-inner-container {
      padding: 0 20px; }
      @media (min-width: 641px) {
    .video-section .custom-inner-container {
          padding: 0 40px;
          max-width: 800px; } }
   #lease-hub .video-section h2 {
      text-align: center;
      color: #fff;
      margin: 0 0 30px; }
      @media (min-width: 641px) {
    #lease-hub .video-section h2 {
          margin: 0 0 57px; } }

    section.flip-card-section {
    background: #fff;
}

.CustomHTML .btn-table {
    width: 100%;
    display: block;
    background: #00B8F5;
    color: #fff;
    padding: 2%;
    border-radius: 15px;
    cursor: inherit;
}

small {
    font-size: 12px;
}

.module-htmlcontainer table>thead>tr>th {
    color: #00B8F5;
    font-weight: bold;
    font-size: 18px;
    border: 0px solid #00B8F5;
}

table>tbody>tr>td {
    font-size: 20px;
}

.table-content {
    background: #ACEAFF;
    padding: 2%;
}

.module-htmlcontainer table {
    border-top: 2px solid #00B8F5;
    border-left: 0px solid #00B8F5;    
    border-right: 0px solid #00B8F5;
    border-bottom: 0px solid #00B8F5;
    margin-bottom: 3%;
}

.module-htmlcontainer table>tbody>tr>td {
    border: 0px solid #00B8F5;
}

@media only screen and (min-width: 992px) {
.CustomHTML .navigator-slider__image {
 width: 40% !important;
}
}

.module-htmlcontainer div {
    margin: 0 auto;
    } 