.banner {
  padding: 130px 0px 65px 0 !important;
  background-color: #eef2f6;
  width: 100%;
  min-height: 100vh;
  position: relative;
  display: flex;
  align-items: center;
  background: url(../images/hero-bg.png) top center no-repeat;
  background-size: cover; }
  .banner .banner-content h1 {
    font-size: 38px;
    font-weight: 700;
    line-height: 65px;
    margin-bottom: 1.5rem;
    color: #262626; }
  .banner .why-choose-content {
    position: relative;
    z-index: 1;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0px 0 10px rgba(0, 0, 0, 0.1);
    padding-bottom: 1rem;
    margin-top: 3rem; }
    .banner .why-choose-content .stat-item {
      display: flex;
      align-items: start;
      gap: 1rem;
      padding: 22px 0px; }
      .banner .why-choose-content .stat-item p {
        line-height: 24px; }
    .banner .why-choose-content .stat-icon {
      flex-shrink: 0;
      border-radius: 50px;
      transition: 0.3s; }
      .banner .why-choose-content .stat-icon i {
        color: #1864ad; }

.image-wrapper {
  position: relative; }
  .image-wrapper .small-image {
    position: absolute;
    top: 20%;
    left: -10%;
    width: 45%;
    border: 8px solid #fff; }

section,
.section {
  padding: 115px 0; }
  section h2,
  .section h2 {
    font-size: 32px;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 15px; }
    section h2::after,
    .section h2::after {
      content: "";
      position: absolute;
      display: block;
      width: 50px;
      height: 3px;
      background: #74bc3c;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto; }
  section h3,
  .section h3 {
    font-size: 18px; }

.why-white-label h2::after {
  left: auto;
  right: auto; }

.why-white-label .feature-list span {
  display: block;
  font-size: 20px;
  font-weight: bold; }

.why-white-label .feature-list i {
  font-size: 32px;
  color: #74bc3c; }
  .why-white-label .feature-list i::before {
    vertical-align: top;
    line-height: 1 !important; }

.why-white-label .feature-list h3 {
  margin-bottom: 5px; }

.call-to-action {
  background: #1864ab;
  color: #fff;
  position: relative;
  overflow: hidden;
  padding: 80px 0; }
  .call-to-action h2 {
    color: #fff; }
  .call-to-action .shape {
    position: absolute;
    pointer-events: none;
    z-index: 1; }
    .call-to-action .shape svg {
      width: 100%;
      height: 100%; }
  .call-to-action .shape-1 {
    width: 300px;
    height: 300px;
    top: -100px;
    right: -50px;
    opacity: 0.1;
    transform: rotate(45deg);
    animation: shapes-float 3s ease-in-out infinite; }

@keyframes shapes-float {
  0%,
  100% {
    transform: scale(0.8) rotate(45deg) translateY(0); }
  50% {
    transform: scale(0.8) rotate(45deg) translateY(-20px); } }
  .call-to-action .shape-2 {
    width: 200px;
    height: 200px;
    bottom: -50px;
    left: -50px;
    opacity: 0.15;
    transform: rotate(-15deg);
    animation: shapes-float 4s ease-in-out infinite; }
  .call-to-action .dots-1 {
    width: 200px;
    height: 200px;
    top: -30px;
    left: 10%;
    opacity: 0.1;
    transform: rotate(15deg);
    animation: shapes-float 4s ease-in-out infinite; }

.service-item {
  position: relative;
  padding: 22px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  align-items: center;
  border: 1px solid #e6e6e6;
  border-radius: 10px;
  min-height: 165px; }
  .service-item h3 {
    margin-bottom: 10px; }
  .service-item .description {
    margin-bottom: 0; }
  .service-item .icon {
    width: 48px;
    height: 48px;
    position: relative;
    margin-right: 22px;
    line-height: 0; }
    .service-item .icon i {
      color: #1864ad;
      font-size: 45px;
      transition: ease-in-out 0.3s;
      z-index: 2;
      position: relative; }

.features-cards .feature-box {
  height: 100%;
  padding: 30px 30px;
  border-radius: 10px; }
  .features-cards .feature-box i {
    font-size: 48px;
    display: inline-block;
    line-height: 0;
    margin-bottom: 25px; }
  .features-cards .feature-box.orange {
    background-color: #fff3e2; }
    .features-cards .feature-box.orange i {
      color: #edb86e; }
  .features-cards .feature-box.blue {
    background-color: #deedfd; }
    .features-cards .feature-box.blue i {
      color: #20a5f8; }
  .features-cards .feature-box.green {
    background-color: #d5f1e4; }
    .features-cards .feature-box.green i {
      color: #48c88a; }
  .features-cards .feature-box.red {
    background-color: #fdeded; }
    .features-cards .feature-box.red i {
      color: #f28484; }
  .features-cards .feature-box.purple {
    background-color: #ecb6ec80; }
    .features-cards .feature-box.purple i {
      color: #a45ee5; }
  .features-cards .feature-box.yellow {
    background-color: #fef9e0; }
    .features-cards .feature-box.yellow i {
      color: #f6c94c; }
  .features-cards .feature-box.maroon {
    background-color: #f6161633; }
    .features-cards .feature-box.maroon i {
      color: maroon; }

.comparison {
  background-color: #edeef5;
  padding: 80px 0; }
  .comparison .table-responsive {
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05); }
  .comparison .bi-check-circle-fill {
    color: #1064ad; }
    .comparison .bi-check-circle-fill::before {
      vertical-align: -3px !important; }
  .comparison .table th {
    padding: 15px 20px;
    font-size: 16px;
    font-weight: normal;
    text-transform: capitalize;
    font-weight: bold;
    border-right: 1px solid #e6e6e6; }
  .comparison .table td {
    vertical-align: middle;
    padding: 15px 20px;
    border-bottom: 0 !important;
    border-right: 1px solid #e6e6e6; }
    .comparison .table td:last-child {
      border-right: 0; }

.contact {
  padding: 80px 0;
  background: #2d2d2d;
  color: #fff; }
  .contact .info-box h3,
  .contact .contact-form h3 {
    font-size: 24px;
    position: relative;
    margin-bottom: 15px; }

.nav-link.active {
  color: #1864ad; }

.btn {
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  background-color: #74bc3c;
  color: #fff;
  padding: 22px 25px;
  border-radius: 4px;
  font-size: 16px;
  justify-content: center;
  line-height: 0px;
  font-weight: 500;
  border: 2px solid transparent;
  width: 195px; }
  .btn:hover {
    color: #74bc3c;
    border-color: #74bc3c; }

.pricing-section {
  padding: 80px 0;
  background-color: #edeef5; }
  .pricing-section .card {
    height: 100%;
    border-radius: 10px;
    transition: all 0.3s ease;
    position: relative; }
  .pricing-section h3 {
    font-size: 20px; }
  .pricing-section h4 {
    margin-bottom: 1rem;
    font-weight: normal;
    font-size: 16px; }
  .pricing-section .features-list li {
    display: flex;
    align-items: start;
    margin-bottom: 10px; }
    .pricing-section .features-list li svg {
      overflow: visible;
      margin-top: 4px; }

@media (min-width: 992px) {
  .w-295 {
    width: 295px; } }

@media (max-width: 1200px) {
  .banner {
    min-height: auto;
    padding-top: 90px !important; }
    .banner .banner-image img {
      height: 350px; } }

@media (max-width: 991.98px) {
  .table-responsive th:first-child,
  .table-responsive td:first-child {
    position: sticky;
    left: 0;
    z-index: 2;
    background-color: #fff;
    text-align: left;
    font-weight: bold;
    width: 235px; }
  .banner .banner-content h1 {
    font-size: 30px;
    line-height: 44px; }
  .table-responsive th:first-child::after,
  .table-responsive td:first-child::after {
    content: "";
    border-right: 1px solid #e6e6e6; }
  .table-responsive th,
  .table-responsive td {
    min-width: 212px;
    width: 215px !important;
    border-left: 1px solid #e6e6e6;
    padding: 15px 13px !important; } }

@media (max-width: 767.98px) {
  .banner-image img {
    height: auto;
    width: 100%; }
  section,
  .section {
    padding: 50px 0 !important; }
    section h2,
    .section h2 {
      font-size: 26px; }
  .contact .info-box h3,
  .contact .contact-form h3 {
    font-size: 20px;
    margin-bottom: 10px; }
  .footer {
    padding: 40px 0 0 !important; }
  .contact-form a {
    width: 100%; } }
