@import url("https://fonts.googleapis.com/css2?family=PT+Serif:wght@400;700&family=Roboto:wght@400;700;900&display=swap");

:root {
  --bs-primary-rgb: 69, 131, 194;
  --bs-secondary-rgb: 224, 90, 41;
  --bs-box-shadow: 0 0rem 1rem rgba(0, 0, 0, 0.15);
}
body {
  background: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

.navbar-toggler {
  padding: 10px 12px;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 18px;
  background: linear-gradient(90deg, rgba(69,130,193,1) 0%, rgba(126,124,151,1) 39%, rgba(224,89,39,1) 100%, rgba(126,124,151,1) 139%,  rgba(69,130,193,1) 200%);
  border: none;
  color: white;
}

a {
  color: rgb(var(--bs-secondary-rgb));
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  text-decoration: none;
}

.navbar-toggler i {
  color: #fff;
}

button:focus,
.navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "PT Serif", serif;
  font-weight: bold;
}

h1,
h2,
h3 {
  margin-bottom: 30px;
}

h4,
h5,
h6 {
  margin-bottom: 20px;
}

p {
  font-size: 18px;
  margin-bottom: 30px;
}

.tagline {
  font-family: "PT Serif", serif;
  font-size: 24px;
  font-weight: bold;
  text-decoration: none;
  color: #000;
}

.highlight .value {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 60px;
  letter-spacing: -0.5px;
}

.highlight .text-primary {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 60px;
  letter-spacing: -0.5px;
}

header {
  position: relative;
  background-color: #fff;
  transition: all 0.2s ease-in-out;
}

header .border-top {
  background-color: #fff;
  box-shadow: 0 2px 10px -25px rgba(0,0,0,0.5);
}

.header-fixed .header-nav {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
  border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important;
  animation: smoothScroll 1s forwards;
}

@keyframes smoothScroll {
	0% {
		transform: translateY(-100px);
	}
	100% {
		transform: translateY(0px);
	}
}

.navbar-brand img {
  max-width: 195px;
}

.navbar-nav .nav-item {
  margin: 0 10px;
}

.navbar-nav .nav-link {
  font-size: 18px;
  font-weight: bold;
  color: #21232f;
  display: inline-block;
  text-transform: capitalize;
}

.navbar-nav .nav-link.active {
  color: rgba(var(--bs-secondary-rgb), 1);
}

.dropdown-menu {
  border: 1px solid transparent;
}

.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: -1px;
  border: 1px solid transparent;
}

.dropdown-menu .dropdown-item {
  text-transform: capitalize;
  margin-bottom: 4px;
}

.dropdown-menu.nested .dropdown-item {
  padding-left: 30px;
}

.dropdown-menu .dropdown-item:hover {
  background: linear-gradient(90deg, rgba(69,130,193,1) 0%, rgba(126,124,151,1) 39%, rgba(224,89,39,1) 100%);
  color: #fff;
}

.dropdown-header {
  font-size: 16px;
  color: #363636;
  font-weight: bold;
}

.btn {
  font-weight: 600;
  padding-left: 20px;
  padding-right: 20px;
  border: none;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.btn-primary {
  background: linear-gradient(90deg, rgba(69,130,193,1) 0%, rgba(126,124,151,1) 39%, rgba(224,89,39,1) 100%, rgba(126,124,151,1) 139%,  rgba(69,130,193,1) 200%);
}

.btn-outline-dark {
  border: 1px solid #000;
}

.btn i {
  margin-right: 8px;
}
#slider {
  background: rgba(0, 0, 0, 0);
}
#slider .slider-item {
  position: relative;
}
#slider .slider-item span {
  display: block;
}
#slider .slider-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#slider .slider-item .slider-content {
  padding: 75px 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0);
  display: flex;
  align-items: center;
}
#slider .slider-item .slider-content .header-content {
  position: relative;
  overflow: hidden;
}
#slider .slider-item .slider-img img {
  filter: brightness(0.7);
}
#slider .slider-item.style2 .slider-content .header-content {
  text-align: center;
  margin: 0 auto;
  color: white;
}
#slider .slider-item .slider-content .header-content .line {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  border: 9px solid #fff;
  -webkit-clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
  clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
}
#slider .slider-item .slider-content .header-content h2 {
  font-weight: 300;
  font-size: 45px;
}
#slider .slider-item .slider-content .header-content h1 {
  font-size: 52px;
  font-weight: 600;
  margin: 5px 0 20px;
  word-spacing: 3px;
  text-shadow: 0 2px 10px rgba(0,0,0,0.3);
}
#slider .slider-item .slider-content .header-content h1 span {
  font-size: 42px;
  margin-bottom: 5px;
}
#slider .slider-item .slider-content .header-content h4 {
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;
}
#slider .slider-img {
  height: 100%;
}
#slider .owl-item.active h1 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.3s;
}
#slider .owl-item.active h2 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}
#slider .owl-item.active h4 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.3s;
}
#slider .owl-item.active .line {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInLeft;
  animation-delay: 0.3s;
}
#slider .owl-nav .owl-prev {
  position: absolute;
  left: 15px;
  top: 43%;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  background: rgba(0, 0, 0, 0.5) !important;
  width: 40px;
  cursor: pointer;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 50% !important;
}
#slider .owl-nav .owl-prev span {
  font-size: 1.6875rem;
  color: #fff;
}
#slider .owl-nav .owl-prev svg path {
  fill: #fff;
}
#slider .owl-nav .owl-prev:focus {
  outline: 0;
}
#slider .owl-nav .owl-prev:hover {
  background: #fff !important;
}
#slider .owl-nav .owl-prev:hover svg path {
  fill: #000 !important;
}
#slider .owl-nav .owl-next {
  position: absolute;
  right: 15px;
  top: 43%;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  background: rgba(0, 0, 0, 0.5) !important;
  width: 40px;
  cursor: pointer;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 50% !important;
}
#slider .owl-nav .owl-next span {
  font-size: 1.6875rem;
  color: #fff;
}
#slider .owl-nav .owl-next svg path {
  fill: #fff;
}
#slider .owl-nav .owl-next:focus {
  outline: 0;
}
#slider .owl-nav .owl-next:hover {
  background: #fff !important;
}
#slider .owl-nav .owl-next:hover svg path {
  fill: #000 !important;
}
header:hover .owl-prev {
  left: 0px;
  opacity: 1;
}
header:hover .owl-next {
  right: 0px;
  opacity: 1;
}

.sec-pd {
  padding-top: 100px;
  padding-bottom: 100px;
}

.sec-pd-sm {
  padding-top: 60px;
  padding-bottom: 60px;
}

#info-panel {
  margin-top: -120px;
  position: relative;
  z-index: 500;
}

#info-panel .box {
  background-image: url("../images/lines.png");
  background-repeat: no-repeat;
  background-position: 790px 100px;
  background-size: 450px;
}

#info-panel ul {
  margin-top: 30px;
  margin-bottom: 0;
  padding-left: 0;
  max-width: 900px;
  margin: 0 auto;
}

#info-panel ul li {
  list-style-type: none;
  display: inline-block;
  padding: 5px 20px;
}

#info-panel ul li a {
  font-size: 18px;
  color: black;
  position: relative;
  text-decoration: none;
}

#info-panel ul li a:before {
  content: "";
  position: absolute;
  width: 0px;
  left: auto;
  right: 0;
  bottom: -5px;
  height: 2px;
  transition: ease all 0.35s;
  background-color: rgba(var(--bs-secondary-rgb), 1);
}

#info-panel ul li a:hover:before {
  width: 100%;
  left: 0;
  right: auto;
}

#info-panel ul li a:hover {
  color: rgba(var(--bs-secondary-rgb), 1);
}

#info-panel ul li a:after {
  position: absolute;
}

.section-image, .sidebar-image {
  margin-bottom: 30px;
  height: 350px;
  object-fit: cover;
}

#abi-leadership .abi-member h5 {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 16px;
}

#abi-leadership .abi-member p {
  font-size: 14px;
  line-height: 1.4;
  margin-top: 10px;
  margin-bottom: 0;
}

.abi-partner {
  display: flex;
  align-items: center;
  justify-content: center;
}

.abi-members img {
  width: 125px;
  height: 125px;
  object-fit: cover;
}

.download-box {
  position: relative;
  border-radius: 20px;
  padding: 30px;
  background-color: white;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
  text-align: center;
}

.download-box img {
  width: 100%;
}

.download-box .btn {
  position: absolute;
  bottom: 60px;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: block;
  max-width: 180px;
}

#abi-mission {
  background: rgba(30, 66, 212, 1);
  background: linear-gradient(90deg, rgba(69,130,193,1) 0%, rgba(126,124,151,1) 39%, rgba(224,89,39,1) 100%, rgba(126,124,151,1) 139%,  rgba(69,130,193,1) 200%);
}

#abi-user-statistics h3 {
  font-size: 48px;
  line-height: 1;
  margin-bottom: 10px;
  color: #0092d9;
}

#abi-user-statistics h3 span {
  color: #0092d9;
}

#abi-user-statistics .card {
  background-color: #f7fbff;
}

#abi-works {
  background-color: #0a1c2c;
  background-size: cover;
}

#abi-works h2 {
  margin-bottom: 0;
}

#abi-works a {
  color: #fff;
}

.abi-works-info {
  display: flex;
  align-items: center;
}

.abi-works-title {
  background-color: #17487b;
  border-radius: 50%;
  width: 280px;
  height: 280px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 0 40px rgb(15 67 99 / 34%);
}

.abi-works-title h3 {
  font-size: 62px;
  margin-bottom: 0;
  letter-spacing: 10px;
}

.abi-work-item {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}

.abi-work-item:last-child {
  margin-bottom: 0;
}

.abi-work-item:hover {
  cursor: pointer;
}

.abi-work-item:hover .abi-work-icon {
  animation: animate 2s linear infinite;
}

.abi-work-icon {
  background-color: #17487b;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
}

.abi-work-title {
  font-size: 24px;
  line-height: 1.2;
  max-width: 224px;
  word-wrap: break-word;
}

@keyframes animate {
  0% {
    box-shadow: 0 0 0 0 rgba(5, 143, 255, 0.702);
  }
  40% {
    box-shadow: 0 0 0 50px rgba(255, 193, 7, 0);
  }
  80% {
    box-shadow: 0 0 0 50px rgba(255, 193, 7, 0);
  }
  100% {
    box-shadow: 0 0 0 rgba(255, 193, 7, 0);
  }
}

/* Default height for small devices */
#intro-example {
  height: 400px;
}

#abi-partner-program h3 a {
  font-size: 22px;
  text-transform: capitalize;
  color: black;
  text-decoration: none;
} 

#abi-partner-program .designation {
  font-size: 16px;
  color: rgb(156, 156, 156);
}

#abi-partner-program img {
  width: 200px;
  height: 200px;
  object-fit: cover;
}

#abi-partner-program p {
  font-size: 16px;
}

#abi-testimonials-alt {
  background-position: 50%;
  background-size: cover;
  position: relative;
}

#abi-testimonials-alt:before {
  position: absolute;
  content: "";
  background-color: white;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 1;
}

#abi-testimonials .designation {
  font-size: 14px;
}

#abi-testimonials .testimonial-item img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  margin: 0 auto;
  background-color: #f5f5f5;
}

#abi-testimonials .testimonial-user img {
  width: 150px;
  height: 180px;
  object-fit: cover;
  margin: 0 auto;
  background-color: #f5f5f5;
  border-radius: 10px;
}

#abi-testimonials .testimonial-user .designation {
  font-size: 12px;
}

#abi-testimonials .testimonial-item:last-child {
  margin-bottom: 0;
}

.testimonial-item .fas {
  font-size: 48px;
  background: -webkit-linear-gradient(rgba(29, 38, 113, 1), rgba(195, 55, 100, 1));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#abi-testimonials .card {
  background-color: transparent;
}

#abi-banner {
	background: linear-gradient(rgba(29, 38, 113, 0.6), rgba(195, 55, 100, 0.6)), url(../images/abi.jpg);
  background-size: cover;
  background-position: center;
}

.banner-phone-image img{
	width:300px;
}

.sidebar-image, .advertisement-details {
  position: sticky;
  top: 30px;
}

.list-links li {
  padding-left: 0;
}

.list-links a {
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  color: rgb(var(--bs-secondary-rgb));
}

.list-links a:hover {
  text-decoration: underline;
}

table .table-heading {
  font-family: "PT Serif", serif;
  font-weight: bold;
  vertical-align: middle;
}

table th {
  vertical-align: middle;
}

table tbody tr th:not(.plan-heading) {
  font-weight: normal;
}

.plan-heading {
  background-color: #e5e5e5 !important;
}

.table-header-sticky {
  position: sticky;
  height: auto;
  padding-top: 10px;
}

.fa-check {
  color: green;
}

.fa-xmark {
  color: red;
}

.partner-details-list span {
  display: block;
  margin-bottom: 10px;
}

.partner-image {
  min-width: 200px;
}

.abi-features {
  text-align: left !important;
  margin: 10px auto;
  font-size: 18px;
}

.abi-site img {
  width: 100%;
  height: 228px;
  object-fit: cover;
  object-position: top center;
}

.abi-site.medium img {
  height: 295px;
}

.abi-site.big img {
  height: 528px;
}

.abi-site p {
  font-size: 16px;
}

.help-blocks .card {
  transition: color 0.2s ease;
}

.help-blocks .card:hover {
  background-color: rgb(var(--bs-secondary-rgb));
  color: white;
}

.help-blocks .card:hover a {
  color: white;
}

.owl-carousel .nav-button {
  width: 36px;
  cursor: pointer;
  position: absolute;
  top: 50%;
}
.owl-carousel .owl-prev.disabled,
.owl-carousel .owl-next.disabled {
  pointer-events: none;
  opacity: 0.25;
}
.owl-carousel .owl-prev {
  left: 0;
  border-radius: 3px !important;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.owl-carousel .owl-next {
  right: 0;
  border-radius: 3px !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.owl-theme .owl-nav [class*=owl-] {
  color: #ffffff;
  font-size: 39px;
  background: #000;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  transition: all 0.3s ease-in-out;
}
.owl-theme .owl-dots .owl-dot span {
  background: rgba(224,89,39,1);
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #000f31;
}
.owl-carousel .prev-carousel:hover {
  background-position: 0px -53px;
  background-color: rgb(var(--bs-secondary-rgb));
}
.owl-carousel .next-carousel:hover {
  background-position: -24px -53px;
  background-color: rgb(var(--bs-secondary-rgb));
}
.owl-theme .owl-nav [class*='owl-']:hover {
  background: rgb(var(--bs-secondary-rgb));
  color: #FFF;
  text-decoration: none;
}

#abi-footer {
  background: #001731;
  /* background: linear-gradient(90deg, rgba(69,130,193,1) 0%, rgba(126,124,151,1) 39%, rgba(224,89,39,1) 100%); */
}

#abi-footer h3 a {
  color: rgba(255, 255, 255, 1);
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
  font-size: 24px;
}
#abi-footer a, #abi-footer .nav-link {
  color: rgba(255, 255, 255, 0.6);
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
  font-size: 16px;
  text-transform: capitalize;
}
#abi-footer .nav-link:hover {
  color: rgba(255, 255, 255, 1);
}
.footer-brand {
  display: inline-block;
  margin-bottom: 28px;
}
.footer-text {
  font-size: 14px;
}

.fs-17 {
  font-size: 1.125rem !important;
}

table.pricing-table {
  border-collapse: separate;
  border-spacing: 0;
}

ol.gradient-list {
  counter-reset: gradient-counter;
  list-style: none;
  padding-left: 1rem;
}
ol.gradient-list > li {
  background: white;
  border-radius: 0.5rem;
  counter-increment: gradient-counter;
  min-height: 3rem;
  padding: 1rem 1rem 1rem 3rem;
  position: relative;
  box-shadow: 0 0rem 1rem rgba(0, 0, 0, 0.15);
  font-weight: 600;
  line-height: 1.4;
}
ol.gradient-list > li a {
  color:#212529;
}
ol.gradient-list > li a:hover {
  color: rgb(var(--bs-secondary-rgb));
}
ol.gradient-list > li ul {
  margin-top: 10px;
}
ol.gradient-list > li li {
  list-style-type: square;
  line-height: 1.5;
  font-weight: 400;
}
ol.gradient-list > li::before, ol.gradient-list > li::after {
  background: linear-gradient(rgba(29, 38, 113, 0.6), rgba(195, 55, 100, 0.6));
  border-radius: 1rem;
  content: "";
  height: 2rem;
  left: -1rem;
  overflow: hidden;
  position: absolute;
  top: 30px;
  width: 2rem;
  transform: translateY(-50%);
}
ol.gradient-list > li::before {
  align-items: flex-end;
  content: "\f00c";
  color: white;
  display: flex;
  font-family: "Font Awesome 6 Free";
  font-weight: bold;
  justify-content: flex-end;
  padding: 2px 7px;
  z-index: 1;
}
ol.gradient-list > li:not(:last-child) {
  margin-bottom: 1.75rem;
}
ol.gradient-list.link-list {
  text-transform: capitalize;
  font-size: 20px;
}
ol.gradient-list.link-list li a {
  position: relative;
}
ol.gradient-list.link-list li a:before {
  content: "";
  position: absolute;
  width: 0px;
  left: auto;
  right: 0;
  bottom: -5px;
  height: 2px;
  transition: ease all 0.35s;
  background-color: rgba(var(--bs-secondary-rgb), 1);
}
ol.gradient-list.link-list li a:hover:before {
  width: 100%;
  left: 0;
  right: auto;
}

button.back-to-top {
  position: fixed;
  right: 15px;
  bottom: 15px;
  background: rgba(var(--bs-primary-rgb), 1);
  border: unset;
  width: 30px;
  height: 30px;
  z-index: 10;
  border-radius: 50%;
  display: none;
  padding: 4px;
}
button.back-to-top  i {
  color: #fff;
}

/* Height for devices larger than 992px */
@media (min-width: 992px) {
  #intro-example {
    height: 600px;
  }
  .dropdown:hover .dropdown-menu {
    display: block;
  }
  #info-panel ul li a:after {
    position: absolute;
    content: "";
    right: -22px;
    height: 18px;
    width: 1px;
    background-color: grey;
    top: 50%;
    transform: translateY(-50%) rotate(20deg);
  }
  #info-panel ul li:last-child a:after,
  #info-panel ul li:nth-child(4n) a:after {
    display: none;
  } 
  .table-header-sticky {
    top: 60px;
  }
  .table-header-sticky.is-pinned {
    background: #ffffff;
  }
  table.pricing-table tr i {
    font-size: 20px;
  }
  #abi-testimonials .testimonial-item {
    margin-bottom: 80px;
  }
}

/* Responsive */
@media (max-width: 767.98px) {
  .abi-works-info {
    flex-direction: column;
  }
  #abi-works h2 {
    margin-bottom: 0;
  }
  .testimonial-item {
    flex-direction: column;
  }
}

@media (min-width: 768px) {
  .downloads {
    min-width: 195px;
  }
  .abi-works-list {
    margin-left: 100px;
  }
  .abi-work-item:nth-child(1),
  .abi-work-item:nth-child(5) {
    margin-left: -140px;
  }
  .abi-work-item:nth-child(2),
  .abi-work-item:nth-child(4) {
    margin-left: -50px;
  }
}

@media (max-width: 991.98px) {
  .navbar-brand {
    font-size: 30px;
  }
  .navbar-toggler {
    display: flex;
    justify-content: space-between;
  }
  .navbar-brand {
    font-size: 30px;
  }
  .navbar-brand img {
    width: 120px;
  }
  header .tagline {
    display: none;
  }
  .sec-pd, .sec-pd-sm {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .table-header-sticky {
    top: 55px;
  }
  table.pricing-table tr {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: -webkit-min-content 1fr;
    grid-template-rows: min-content 1fr;
  }
  table.pricing-table thead tr th:nth-child(1), table.pricing-table tbody tr th {
    grid-column: span 3;
    grid-row: 1;
    padding: 10px 0;
    width: auto;
    line-height: 1.2;
  }
  table.pricing-table tbody tr th.plan-heading { 
    text-align: center;
  }
  table.pricing-table tr i {
    font-size: 20px;
  }
  .download-box {
    margin-top: 30px;
  }
  #abi-user-statistics {
    background-size: 50px;
  }
  .abi-works-title {
    width: 180px;
    height: 180px;
    margin-top: 20px;
    margin-bottom: 30px;
  }  
  .abi-work-title {
    font-size: 18px;
  }
  .abi-works-title h3 {
    font-size: 42px;
  }
  .abi-work-icon {
    width: 60px;
    height: 60px;
  }
  .abi-work-icon img {
    width: 28px;
    height: auto;
  }
  .partner-program-team {
    flex-direction: column;
  }
  #info-panel ul {
    margin-top: 0;
  }
  table h5 {
    font-size: 15px;  
  }
  .table>:not(caption)>*>*, .table-header-sticky.is-pinned th h6 {
    font-size: 14px;
  }
  table.pricing-table thead tr th:nth-child(1) {
    font-size: 18px;
    text-align: center;
  }
  #abi-works h2 {
    margin-bottom: 40px;
  }
  #abi-user-statistics .content p {
    font-size: 14px;
  }
  .partner-program-team .team-info .d-flex {
    margin-top: 20px;
  }
  .advertisement-details h3 {
    margin-top: 30px;
  }
  .table-header-sticky.is-pinned {
    background-image: linear-gradient(rgba(29, 38, 113, 1), rgba(195, 55, 100, 1));
  } 
  .table-header-sticky.is-pinned .table-heading, .table-header-sticky.is-pinned th {
    background-color: transparent;
    color: white;
    text-align: center;
    padding: 10px !important;
  }
  .table-header-sticky.is-pinned th h6 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  #abi-testimonials .testimonial-item {
    margin-bottom: 60px;
  }
  #abi-testimonials .testimonial-user {
    margin-bottom: 20px;
  }
}

@media (max-width: 575.98px) {
  #slider .slider-item {
    height: 68vh;
  }
  #slider .slider-item .slider-content .header-content h2 {
    font-size: 25px;
  }
  #slider .slider-item .slider-content .header-content h1 {
    font-size: 28px;
  }
  #slider .slider-item .slider-content .header-content h1 span {
    font-size: 22px;
    margin-bottom: 5px;
  }
  #slider .slider-item .slider-content .header-content h4 {
    font-size: 24px;
  }
  #slider .owl-nav .owl-prev, #slider .owl-nav .owl-next {
    top: 65%;
  }
  .highlight .value, .highlight .text-primary {
    font-size: 50px;
  }
  #abi-user-statistics h3 {
    font-size: 38px;
  }
  .download-box .btn {
    bottom: 30px;
  }
  .partner-program-team .team-info .d-flex {
    flex-direction: column;
    margin-top: 30px;
  }
  #abi-partner-program .team-image  {
    width: 100%;
  }
  #abi-partner-program .team-image img {
    width: 100%;
    height: auto;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  #slider {
    min-height: 100vh;
  }
  #slider .slider-item {
    height: 100vh;
  }
  #slider .slider-item .slider-content .header-content {
    max-width: 400px;
  }
  #slider .slider-item .slider-content .header-content h2 {
    font-size: 25px;
  }
  #slider .slider-item .slider-content .header-content h1 {
    font-size: 28px;
  }
  #slider .slider-item .slider-content .header-content h1 span {
    font-size: 22px;
    margin-bottom: 5px;
  }
  #slider .slider-item .slider-content .header-content h4 {
    font-size: 24px;
  }
  #slider .owl-nav .owl-prev, #slider .owl-nav .owl-next {
    top: 65%;
  }
  .highlight .value, .highlight .text-primary {
    font-size: 50px;
  }
  #abi-user-statistics h3 {
    font-size: 38px;
  }
  #abi-partner-program .team-image  {
    width: 100%;
  }
  #abi-partner-program .team-image img {
    width: 100%;
    height: auto;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  #slider {
    min-height: 70vh;
  }
  #slider .slider-item {
    height: 70vh;
  }
  #abi-user-statistics h3 {
    font-size: 30px;
  }
  #slider .slider-item .slider-content .header-content {
    max-width: 400px;
  }
  #abi-partner-program .team-image  {
    margin-right: auto;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  #slider {
    min-height: 100vh;
  }
  #slider .slider-item {
    height: 100vh;
  }
  #slider .slider-item .slider-content .header-content {
    max-width: 500px;
  }
  #abi-works h2 {
    margin-bottom: 60px;
  }
  .table-header-sticky {
    background-color: white;
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  #slider {
    min-height: 110vh;
  }
  #slider .slider-item {
    height: 110vh;
  }
  #slider .slider-item .slider-content .header-content {
    max-width: 500px;
  }
}

@media (min-width: 1400px) {
  #slider {
    min-height: 100vh;
  }
  #slider .slider-item {
    height: 100vh;
  }
  #slider .slider-item .slider-content .header-content {
    max-width: 1000px;
    padding: 0 110px;
  }
  #abi-works h2 {
    font-size: 40px;
  }
}
