* {
  box-sizing: border-box;
}
body {
  margin: 0;
  background-color: var(--color-black);
}

img {
  width: 100%;
}

:root {
  --color-yellow: #eeee21;
  --color-black: rgba(18, 18, 18, 1);
  --color-white: #ffffff;
  --color-graytone1: #eeeeee;
}

header#main-header {
  padding: 45px 0 0;
  position: fixed;
  width: 100%;
  top: 0px;
  left: 0;
}

.brand-logo img {
  mix-blend-mode: lighten;
  max-width: 208px;
}

header#main-header.fixed-header {
  background-color: #121212;
  z-index: 999;
  padding: 32px 0 25px;
  transition: all ease 0.5s;
}

header#main-header {
  transition: all ease 0.5s;
}

.right-actions {
  color: #fff;
  font-family: "Open Sans";
  font-size: 16px;
}

.right-actions a {
  margin: 0 0px 0 15px;
}

section.banner-main {
  padding: 230px 0 100px;
}

section.banner-main h1 {
  font-family: "Darker Grotesque", sans-serif;
  color: #fff;
  font-weight: 700;
  font-size: 70px;
  line-height: 66px;
  margin: 20px 0 40px 0;
}

section.banner-main {
  text-align: center;
}

section.banner-main span.highlight-blue {
  color: rgba(28, 172, 231, 1);
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.btn-round {
  border-radius: 50px;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  padding: 14px 23px;
  max-width: 100%;
  display: inline-block;
  position: relative;
}

.btn-gradblue {
  background: linear-gradient(214deg, #0e65aa 2.44%, #1cace7 102.75%);
}

.banner-main a.btn-round {
  min-width: 177px;
  text-transform: uppercase;
}

.btn-gradblue:after {
  background: linear-gradient(90.3deg, #0e65aa 2.44%, #1cace7 102.75%);
  content: "";
  width: 95%;
  height: 84%;
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 60px;
  transform: translate(-50%, -50%);
}

header .btn-gradblue:after {
  width: 92%;
}

.btn-gradblue span {
  position: relative;
  z-index: 1;
}

.banner-main a svg {
  margin: 0 0 0 8px;
}

section.banner-main h1 span.txt-blue {
  background: linear-gradient(91.33deg, #e71c1c 30.51%, #e21b1b 77.36%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
a.btn-white-rounded:hover {
    background: linear-gradient(91.33deg, #e71c1c 30.51%, #e21b1b 77.36%) !important;
}
.btn-gradblue:hover, .btn-gradblue:hover::after {
    background: linear-gradient(91.33deg, #e71c1c 30.51%, #e21b1b 77.36%);
}
.form-button a:hover {
    background: linear-gradient(91.33deg, #e71c1c 30.51%, #e21b1b 77.36%) !important;
    border: 1px solid red;
}
.pop-btn a.btn-round.btn-outlined:hover{
  background: linear-gradient(91.33deg, #e71c1c 30.51%, #e21b1b 77.36%) !important;
    border: 1px solid red;
}
.recommended-plan .price-mode p {
  margin-top: -16px !important;
}

.price-box {
  background: rgba(237, 238, 242, 1);
  border-radius: 10px;
  padding: 25px 0;
  overflow: hidden;
  position: relative;
  height: 100%;
  transition: 0.5s;
}
.price-box.first-box-plan {
  box-shadow: 0px 15px 19px 6px #0b284473;
}
/* .price-box:hover {
  background: #121212 !important;
}
.price-box:hover *,
.price-box:hover .plan-content ul li,
.price-box:hover span.current-price {
  color: #fff !important;
}*/
 .price-box:hover span.old-price {
  color: #fff;
  opacity: 0.7;
} 
/* .price-box:hover .price-mode {
  color: #fff;
  opacity: 0.6;
} */ */
/* .price-box.recommended-plan:hover .batch-tier2 {
  background: linear-gradient(90.3deg, #0e65aa 2.44%, #1cace7 102.75%);
} */
.price-box.recommended-plan:hover span.old-price,
.price-box.premium:hover span.old-price,
.price-box.enterprise:hover span.old-price {
  color: #bbbbbb !important;
  opacity: 0.7;
}
/* .price-box.enterprise:hover .price-mode, 
.price-box.recommended-plan:hover .price-mode,
.price-box.premium:hover .price-mode{
  color: #bbbbbb !important;
  opacity: 0.6;
}*/
.price-box:hover .plan-action-btn a {
  /* background: linear-gradient(90.3deg, #0e65aa 2.44%, #1cace7 102.75%); */
  background: linear-gradient(91.33deg, #e71c1c 30.51%, #e21b1b 77.36%) !important;
}
.price-box:hover .plan-action-btn a span{
  color: #fff;
}
.price-box:hover .plan-action-btn a svg path {
  fill: #fff;
}

.price-box.recommended-plan h3 {
  padding-right: 120px;
  margin-top: 8px;
  margin-bottom: 17px;
}

.price-box h3 {
  color: rgba(10, 10, 10, 1);
  font-size: 27px;
  font-family: "Darker Grotesque";
  font-weight: 700;
  line-height: 30px;
}

section.pricing-sec {
  background: rgba(10, 10, 10, 1);
  /* padding: 120px 0; */
  backdrop-filter: blur(345.9800109863281px);
}

.price-box.recommended-plan {
  background: linear-gradient(90.3deg, #0e65aa 2.44%, #1cace7 102.75%);
}

.batch-choice {
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.15);
  background-color: #fff;
  width: 240px;
  text-align: center;
  padding: 6px 5px 6px;
  position: absolute;
  transform: rotate(45deg);
  right: -65px;
  top: 45px;
}
.batch-choice span {
  background: linear-gradient(90.3deg, #0e65aa 2.44%, #1cace7 102.75%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  font-family: "Darker Grotesque";
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.price-box.recommended-plan h3 {
  color: #fff;
}
.price-box.recommended-plan h3 {
  display: inline-block;
}
.price-box.recommended-plan h3 span.batch-tier2 {
  background: rgba(255, 255, 255, 1);
  border-radius: 6px;
  color: rgba(0, 0, 0, 1);
  font-family: "Darker Grotesque";
  font-size: 20px;
  font-weight: 700;
  line-height: 10px;
  padding: 0px 10px 2px;
  /*padding: 10px 12px;
    display: inline-block;*/
}



.price-box .price-plan span.current-price {
  font-size: 64px;
  font-family: "Darker Grotesque";
  font-weight: 700;
  color: rgba(10, 10, 10, 1);
  line-height: 62px;
}

.price-box .price-plan span.old-price {
  text-decoration: line-through;
  font-size: 40px;
  font-weight: 600;
  font-family: "Darker Grotesque";
  padding-top: 5px;
  color: rgb(10 10 10 / 70%);
}

.price-box.recommended-plan span.old-price {
  color: rgba(134, 191, 224, 1);
}

.price-box.recommended-plan .price-mode {
  color: rgb(255 255 255 / 60%);
}

.price-box .price-mode {
  color: rgba(10, 10, 10, 1);
  font-size: 22px;
  font-weight: 500;
  font-family: "Darker Grotesque";
  line-height: 30px;
}

.price-box.recommended-plan span.current-price {
  color: rgba(255, 255, 255, 1);
}

.price-box .price-mode p {
  margin: 10px 0 0 0;
  text-transform: lowercase;
}

.plan-action-btn a {
  background: rgba(255, 255, 255, 1);
  border-radius: 60px;
  color: rgba(0, 0, 0, 1);
  font-family: "Open Sans";
  font-weight: 600;
  display: block;
  text-decoration: none;
  text-align: center;
  padding: 14px 4px;
  font-size: 16px;
  transition: 0.5s;
  text-transform: uppercase;
  width: 100%;
  margin: 0 auto;
}
.enterprise .plan-action-btn a {
  margin: 0;
}
/* .price-box:hover .plan-action-btn a {
  background: linear-gradient(90.3deg, #0e65aa 2.44%, #1cace7 102.75%);
  box-shadow: 0px 1px 17px 9px #1279bb80;
} */
.e-box .price-box:hover a.btn-white-rounded {
  max-width: 52%;
}
.price-box .plan-content h4 {
  color: rgba(10, 10, 10, 1);
  font-family: "Darker Grotesque";
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 0;
}
/* .price-box:hover .batch-choice span {
  background: #121212 !important;
  -webkit-background-clip: text !important;

  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
} */

.price-box .plan-content ul {
  list-style-type: none;
  padding: 0;
  margin: 14px 0 0 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.price-box .plan-content ul li {
  position: relative;
  color: rgba(10, 10, 10, 1);
  font-size: 16px;
  font-weight: 400;
  font-family: "Open Sans";
  margin: 0 0;
  padding-left: 30px;
  line-height: 1.6rem;
}

.price-box .plan-content ul li span.check-circled {
  width: 17px;
  height: 17px;
  display: block;
  position: absolute;
  background: rgba(26, 164, 224, 1);
  border-radius: 50px;
  left: 0px;
  top: 3px;
}

.price-box .plan-content ul li span.check-circled svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.price-box.recommended-plan .plan-content h4 {
  color: #fff;
}

.price-box.recommended-plan .plan-content ul li {
  color: #fff;
}

.price-box.recommended-plan .price-plan {
  margin: 0 0 0 0;
}

.price-box.recommended-plan .price-mode {
  margin: 24px 0 0 0;
}
.price-box h3 {
  padding: 0 25px;
  height: 62px;
  display: inline-flex;
  margin: 6px 0 18px 0;
  align-items: center;
}

.price-box .price-plan {
  padding: 0 25px;
}

.price-box .price-mode {
  padding: 0 25px;
}
.price-box.recommended-plan .plan-action-btn p {
  margin-top: 16px;
}

.price-box.enterprise:hover .plan-action-btn {
  width: 100%;
}

.price-box.enterprise .plan-action-btn {
  width: 100%;
  padding: 0 25px;
}

.plan-content {
  padding: 0 25px;
}

.plan-action-btn {
  width: 89%;
  margin: 0 auto;
  transition: all ease 0.5s;
}

.price-box:hover .plan-action-btn {
  width: 92%;
  transition: all ease 0.5s;
}

.plan-action-btn a svg path {
  fill: #000;
}

.plan-action-btn a svg {
  margin: 0 0 0 7px;
}

span.batch-tier3 {
  background: linear-gradient(90.3deg, #0e65aa 2.44%, #1cace7 102.75%);
  box-shadow: 0px 14px 60px 0px rgba(14, 101, 170, 0.2);
  font-family: "Darker Grotesque";
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  padding: 0px 15px 4px;
  border-radius: 6px;
  margin-left: 10px;
}

.e-box a.btn-white-rounded {
  max-width: 50%;
}

.e-box .plan-content {
  margin: 10px 0 30px 0;
}

.pricing-sec .e-box .price-box:before {
  content: "";
  position: absolute;
  background-image: url("../images/logo-watermark.png");
  width: 300px;
  height: 300px;
  background-repeat: no-repeat;
  top: 50%;
  right: 150px;
  transform: translateY(-50%);
}

.pricing-sec table {
  backdrop-filter: blur(345.9px);
  border-spacing: 0px !important;
}

.pricing-sec table td {
  background: rgba(236, 238, 242, 1);
  border: 1px solid rgba(10, 10, 10, 0.08);
}

.pricing-sec .table {
  margin: 50px 0 0 0;
}

.pricing-sec table thead td {
  font-family: "Darker Grotesque";
  font-weight: 700;
  font-size: 20px;
  text-align: center;
  line-height: 1.3em;
  padding: 30px 15px 22px;
  position: relative;
  width: 20%;
}

.pricing-sec table thead td:first-child {
  color: rgba(236, 238, 242, 1);
  font-size: 22px;
  background-color: rgba(10, 10, 10, 1);
}

.pricing-sec table tbody tr td:first-child {
  text-align: left;
}

.pricing-sec table tbody tr td {
  text-align: center;
  padding: 22px 24px;
  font-family: "Darker Grotesque";
  font-size: 18px;
  font-weight: 700;
}

.pricing-sec table thead td span.custom-choice-txt {
  border: 4px solid rgba(10, 10, 10, 1);
  position: absolute;
  top: -20px;
  right: 9px;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 14px 60px 0px rgba(14, 101, 170, 0.2);
  color: rgba(10, 10, 10, 1);
  font-family: "Darker Grotesque";
  font-size: 15.5px;
  font-weight: 700;
  padding: 5px 8px;
  border-radius: 8px;
  text-transform: uppercase;
}

.pricing-sec table thead tr td:nth-child(3),
.pricing-sec table tbody tr td:nth-child(3) {
  background: linear-gradient(90.3deg, #0e65aa 2.44%, #1cace7 102.75%);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.pricing-sec table td img {
  width: 24px;
  height: 24px;
}

.pricing-sec table thead tr td:nth-child(2) {
  border-top-left-radius: 10px;
}

.pricing-sec table tbody tr:first-child td:first-child {
  border-top-left-radius: 10px;
}

.pricing-sec table tbody tr:last-child td:first-child {
  border-bottom-left-radius: 10px;
}

.pricing-sec table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 10px;
}

.pricing-sec table thead tr:first-child td:last-child {
  border-top-right-radius: 10px;
}

.pricing-sec table thead td span.tier-2-txt {
  background: rgba(255, 255, 255, 1);
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 700;
  font-family: "Darker Grotesque";
  border-radius: 6px;
  padding: 0px 9px 2px;
  display: inline-block;
}

.pricing-sec table thead tr td span.tier-3-txt {
  background: linear-gradient(90.3deg, #0e65aa 2.44%, #1cace7 102.75%);
  border: 4px solid rgba(10, 10, 10, 1);
  box-shadow: 0px 14px 60px 0px rgba(14, 101, 170, 0.2);
  color: rgba(221, 229, 238, 1);
  font-size: 20px;
  font-weight: 700;
  font-family: "Darker Grotesque";
  padding: 3px 12px 5px;
  border-radius: 6px;
  position: absolute;
  top: -20px;
  right: 18px;
}

section.why-tac {
  padding: 80px 0;
}

section.why-tac .head-why {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

section.why-tac h3 {
  color: rgba(255, 255, 255, 1);
  font-weight: 700;
  font-family: "Darker Grotesque";
  font-size: 48px;
  margin: 0;
}

section.why-tac p {
  color: rgba(129, 136, 149, 1);
  font-size: 16px;
  font-weight: 400;
  font-family: "Open Sans";
  line-height: 1.6em;
}

a.btn-outlined {
  border: 1px solid rgba(255, 255, 255, 1);
  border-radius: 60px;
}

section.why-tac .head-why .btn-wrap-y a svg {
  margin: 0 0 0 6px;
}

.btn-wrap-y {
  display: flex;
  gap: 14px;
  justify-content: flex-end;
}

section.why-tac ul.list-number {
  padding: 0;
  margin: 28px 0 0 0;
  list-style-type: none;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

section.why-tac ul.list-number li {
  display: flex;
  align-items: center;
  font-family: "Open Sans";
  font-size: 18px;
  font-weight: 500;
  position: relative;
  padding-left: 40px;
  margin: 0 0 6px 0;
  color: rgba(199, 199, 199, 1);
  text-transform: capitalize;
}

section.why-tac ul.list-number li span {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: rgba(26, 164, 224, 1);
  color: rgba(255, 255, 255, 1);
  font-family: "Darker Grotesque";
  font-size: 17px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.2;
  position: absolute;
  left: 0px;
  top: -3px;
}

section.why-tac ul.list-number li strong {
  font-weight: 700;
  margin: 0 6px 0 0px;
  color: #fff;
}

section.why-tac ul.list-number li span.text-bold {
  position: relative;
  width: auto;
  height: auto;
  background: transparent;
  font-size: 18px;
  top: auto;
  left: 0;
  font-family: "Open Sans";
  line-height: normal;
}

section.logo-sec {
  padding-bottom: 120px;
  padding-top: 120px;
  background-color: rgba(10, 10, 10, 1);
}
section.logo-sec ul.logos-brands {
  display: flex;
  justify-content: space-between;
  list-style-type: none;
  padding: 0;
  margin: 0 auto;
  position: relative;
  width: 100%;
}
.logo-card .title {
  text-align: center;
}
section.logo-sec .words {
  overflow: hidden;
  position: relative;
  height: 170px;
}
section.logo-sec .words .word {
  display: flex;
}
section.logo-sec .words img {
  width: 100px;
  height: 50px;
  object-fit: contain;
  margin: auto;
}
section.logo-sec .words::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    var(--bg-color) 10%,
    transparent 30%,
    transparent 70%,
    var(--bg-color) 90%
  );
  z-index: 20;
}

section.logo-sec .word {
  height: 100%;
  display: block;
  color: #956afa;
  animation: logo_sec_spin 10s infinite;
  animation-delay: var(--delay);
}

@keyframes logo_sec_spin {
  10% {
    -webkit-transform: translateY(-102%);
    transform: translateY(-102%);
  }

  25% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  35% {
    -webkit-transform: translateY(-202%);
    transform: translateY(-202%);
  }

  50% {
    -webkit-transform: translateY(-200%);
    transform: translateY(-200%);
  }

  60% {
    -webkit-transform: translateY(-302%);
    transform: translateY(-302%);
  }

  75% {
    -webkit-transform: translateY(-300%);
    transform: translateY(-300%);
  }

  85% {
    -webkit-transform: translateY(-402%);
    transform: translateY(-402%);
  }

  100% {
    -webkit-transform: translateY(-400%);
    transform: translateY(-400%);
  }
}

section.logo-sec .logos-container {
  /* background-color: #121212; */
  background: url("../images/banner-whytac.webp") no-repeat;
  background-size: cover;
  padding: 55px 40px 40px 40px;
  border-radius: 30px;
}
section.logo-sec .logo-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
section.logo-sec .logo-card .logos {
  width: 80px;
  height: 80px;
  object-fit: contain;
}
section.logo-sec .logo-card .title {
  color: #fff;
  font-family: "Open Sans";
}

section.mngmnt-process-section {
  background-color: #0a0a0a;
  padding: 90px 0;
}
section.mngmnt-process-section h3 {
  font-family: "Darker Grotesque";
  font-size: 48px;
  font-weight: 700;
  color: #fff;
  margin-top: 0px;
  margin-bottom: 34px;
}
section.mngmnt-process-section .process-card {
  background-color: transparent;
  padding: 20px;
}
section.mngmnt-process-section .process-card .number-div {
  padding: 16px;
  border: 3px dotted #fff;
  display: inline-flex;
  border-radius: 50%;
}
section.mngmnt-process-section .process-card .number {
  color: #fff;
  font-size: 48px;
  font-family: "Open Sans";
  font-weight: 600;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.mngmnt-process-section .process-card .title {
  font-family: "Darker Grotesque";
  font-size: 34px;
  font-weight: 600;
  color: #fff;
  margin-top: 18px;
}
section.mngmnt-process-section .process-card .desc {
  color: #bbbbbb;
  font-family: "Open Sans";
  font-size: 18px;
  font-weight: 400;
}

.compliance-process .btn-wrap-y.button-centered a.btn-round.btn-gradblue:after {
  width: 97%;
}

.compliance-process .btn-wrap-y.button-centered a.btn-round.btn-gradblue {
  background: linear-gradient(186deg, #0e65aa 2.44%, #1cace7 102.75%);
}

section.compliance-process {
  background: rgba(10, 10, 10, 1);
  padding: 90px 0 90px;
}

section.compliance-process h3 {
  color: rgba(255, 255, 255, 1);
  font-size: 48px;
  font-family: "Darker Grotesque";
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  margin: 0 0 30px 0;
}

section.compliance-process .box-cp {
  background: rgba(18, 18, 18, 1);
  backdrop-filter: blur(35.97837829589844px);
  border-radius: 10px;
  padding: 25px;
  height: 100%;
}

section.compliance-process .box-cp .content-cp-box {
  margin: 20px 0 0 0;
}

section.compliance-process .box-cp .content-cp-box h4 {
  color: rgba(255, 255, 255, 1);
  font-size: 28px;
  font-weight: 700;
  font-family: "Darker Grotesque";
  margin: 0 0 0 0;
}

section.compliance-process .box-cp .content-cp-box p {
  color: rgba(129, 136, 149, 1);
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

section.compliance-process .box-cp .icon-cp svg {
  width: 65px;
}

.btn-wrap-y.button-centered {
  margin: 40px 0 0 0;
  justify-content: center;
}

.cp-head {
  margin: 0 0 30px 0;
}

section.sla-commitments {
  padding: 90px 0 90px;
}

section.sla-commitments h3 {
  color: rgba(255, 255, 255, 1);
  font-size: 48px;
  font-family: "Darker Grotesque";
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  margin: 0 0 60px 0;
}

.sla-commitments .sla-commitment-list {
  margin: 0 0 40px 0;
}

.sla-commitments .sla-commitment-list .content-sla-commit h4 {
  color: rgba(255, 255, 255, 1);
  margin: 0;
  font-size: 32px;
  font-weight: 600;
  font-family: "Darker Grotesque";
  line-height: normal;
}

.sla-commitments .sla-commitment-list .content-sla-commit p {
  font-size: 18px;
  font-family: "Open Sans";
  font-weight: 400;
  color: rgba(129, 136, 149, 1);
}

.sla-commitments .sla-commitment-list .sla-list-item {
  display: flex;
  gap: 15px;
  border-bottom: 1.02px solid rgba(255, 255, 255, 0.1);
  padding: 18px 22px 12px;
  border-radius: 00px;
}

.icon-sla-commit svg path {
  fill: rgb(28, 172, 231);
}

.sla-commitments .sla-commitment-list .sla-list-item .icon-sla-commit {
  width: 40px;
  height: 40px;
}

.sla-commitments .sla-commitment-list .sla-list-item .icon-sla-commit svg {
  margin: 14px 0 0 0;
}

.sla-commitments .sla-commitment-list .sla-list-item:hover {
  background: linear-gradient(180deg, #0e65aa 0%, #1cace7 100%);
  border-radius: 8px;
}

.sla-commitments .sla-commitment-list .sla-list-item:hover svg path {
  fill: #fff;
}

section.sla-commitments .btn-wrap-y {
  justify-content: flex-start;
}

.sla-commitments .sla-commitment-list .sla-list-item:hover p {
  color: #fff;
}

section.compliance-process .banner-whytac {
  background-image: url("../images/banner-whytac.webp");
  padding: 55px 20px;
  border-radius: 9px;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 50px 0 0 0;
}

section.compliance-process .banner-whytac h3 {
  text-align: center;
  max-width: 790px;
  margin: 0 auto 18px;
  line-height: 1.2;
}

section.compliance-process .banner-whytac .btn-wrap-y {
  justify-content: center;
}

section.compliance-process .banner-whytac .btn-wrap-y a.btn-gradblue {
  background: linear-gradient(
    180deg,
    rgb(117 183 237 / 57%) 0%,
    rgb(119 195 227 / 42%) 10%
  );
  color: rgba(18, 18, 18, 1);
}

section.compliance-process .banner-whytac .btn-wrap-y a.btn-gradblue:after {
  background: #fff;
  width: 96%;
}

section.compliance-process .banner-whytac .btn-wrap-y a.btn-gradblue svg path {
  fill: #000;
}

section.sponsors {
  padding: 100px 0 120px;
}

section.sponsors h3 {
  color: rgba(255, 255, 255, 1);
  font-size: 48px;
  font-family: "Darker Grotesque";
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  margin: 0 0 50px 0;
}
#industry_heading h3 {
  color: rgba(255, 255, 255, 1);
    font-size: 48px;
    font-family: "Darker Grotesque";
    font-weight: 700;
    line-height: 1.3;
    text-align: center;
    margin: 0 0 30px 0;
    text-transform: capitalize;
}
section.sponsors ul.logos-brands {
  display: flex;
  justify-content: space-between;
  gap: 38px;
  list-style-type: none;
  padding: 0;
  margin: 0 auto;
  position: relative;
  /* max-width: 805px; */
}

section.sponsors .words {
  overflow: hidden;
  position: relative;
  height: 50px;
}
section.sponsors .words .word {
  display: flex;
}
section.sponsors .words img {
  width: 100px;
  height: 50px;
  object-fit: contain;
  margin: auto;
}
section.sponsors .words::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    var(--bg-color) 10%,
    transparent 30%,
    transparent 70%,
    var(--bg-color) 90%
  );
  z-index: 20;
}

section.sponsors .word {
  height: 100%;
  display: block;
  padding-left: 6px;
  color: #956afa;
  animation: spin_4991 6s infinite;
  animation-delay: var(--delay);
}

@keyframes spin_4991 {
  10% {
    -webkit-transform: translateY(-102%);
    transform: translateY(-102%);
  }

  25% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  35% {
    -webkit-transform: translateY(-202%);
    transform: translateY(-202%);
  }

  50% {
    -webkit-transform: translateY(-200%);
    transform: translateY(-200%);
  }

  60% {
    -webkit-transform: translateY(-302%);
    transform: translateY(-302%);
  }

  75% {
    -webkit-transform: translateY(-300%);
    transform: translateY(-300%);
  }

  85% {
    -webkit-transform: translateY(-402%);
    transform: translateY(-402%);
  }

  100% {
    -webkit-transform: translateY(-400%);
    transform: translateY(-400%);
  }
}





@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-170px * 7));
    transform: translateX(calc(-170px * 7));
  }
}
@keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-170px * 7));
    transform: translateX(calc(-170px * 7));
  }
}
section.slider {
  box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.125);
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
  padding: 80px 0 120px;
}
section.slider .slide-track {
  -webkit-animation: scroll 40s linear infinite;
  animation: scroll 40s linear infinite;
  display: flex;
  width: calc(400px* 10);
  gap: 20px;
}
section.slider .slide-track:hover {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}
section.slider .slide {
  width: 400px;
  display: flex;
  align-items: center;
}
section.slider h3{
  font-family: "Darker Grotesque";
  font-size: 48px;
  font-weight: 700;
  color: #fff;
  margin-top: 0px;
  margin-bottom: 34px;
  text-align: center;
}
section.slider .feedback{
  color: rgba(28, 172, 231, 1);
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 0;
}
section.slider .feedback-container{
  display: flex;
  flex-direction: column;
  gap: 20px;
}
section.slider .feedback-card{
  padding: 20px;
  background-color: #0a0a0a;
  border: 1px solid #242424;
  border-radius: 16px;
}
section.slider .feedback-card .feedback-text{
  color: #bbbbbb;
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 30px;
}
section.slider .feedback-card .feedback-img{
  width: 200px;
}
section.slider .feedback-card .feedback-user-container{
  display: flex;
  align-items: center;
  gap: 15px;
}
section.slider .feedback-card .feedback-user-container img{
  width: 60px;
}
section.slider .feedback-card .feedback-user-container .name{
  color: #bbbbbb;
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 5px;
}
section.slider .feedback-card .feedback-user-container .desc{
  color: #858585;
  font-family: "Open Sans";
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 0;
}
section.slider::before,
section.slider::after {
  content: "";
  height: 100px;
  position: absolute;
  width: 200px;
  z-index: 2;
}
section.slider::after {
  right: 0;
  top: 0;
  -webkit-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
}
section.slider::before {
  left: 0;
  top: 0;
}


footer {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.056) 0%,
    rgba(255, 255, 255, 0.028) 100%
  );
  backdrop-filter: blur(345.9800109863281px);
  padding: 14px 0;
}

footer .footer-copyright {
  color: rgba(129, 136, 149, 1);
  font-family: "Open Sans";
  font-weight: 400;
  font-size: 16px;
  margin: 0;
}

footer .social-bottom {
  height: 100%;
}

footer .social-bottom ul.social-icons {
  display: flex;
  list-style-type: none;
  margin: 0;
  padding: 0;
  height: 100%;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
}

footer .social-bottom ul.social-icons li a {
  width: 45px;
  height: 45px;
  border: 2.25px solid rgb(255 255 255 / 26%);
  border-radius: 50%;
  position: relative;
  display: block;
}

footer .social-bottom ul.social-icons li a svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

footer .social-bottom ul.social-icons li a:hover {
  background-color: #2d94d0;
}

/** Form CSS **/

body.modal-opened {
  overflow: hidden;
}

div#ModalContact {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000a1;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
}

div#ModalContact .modal {
  position: relative;
}

div#ModalContact .modal .modal-dialog {
  max-width: 500px;
  background: #ffffff;
  width: 100%;
  border-radius: 10px;
}

div#ModalContact .modal .modal-dialog .modal-header {
  padding: 12px 20px 15px;
  border-bottom: 1px solid #e9e9e9;
}

div#ModalContact .modal .modal-dialog .modal-header button#closeModal {
  border-radius: 50%;
  width: 38px;
  height: 38px;
  background: linear-gradient(90.3deg, #0e65aa 2.44%, #1cace7 102.75%);
  color: #fff;
  border: none;
  position: absolute;
  top: -21px;
  right: -21px;
  cursor: pointer;
}

div#ModalContact .modal .modal-dialog .modal-header button#closeModal i {
  font-size: 18px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

div#ModalContact .modal .modal-dialog .modal-header h4.modal-title {
  font-family: "Darker Grotesque";
  font-size: 30px;
  font-weight: 700;
  margin: 0;
}

div#ModalContact .modal .modal-dialog .modal-body {
  padding: 30px 20px;
}

div#ModalContact .modal .modal-dialog .modal-content .modal-footer {
  padding: 12px 20px 15px;
  border-top: 1px solid #e9e9e9;
}

div#ModalContact
  .modal
  .modal-dialog
  .modal-content
  .modal-footer
  button.btn-submit {
  border: none;
  padding: 14px 32px 15px;
  border-radius: 30px;
  cursor: pointer;
}

div#ModalContact .modal .modal-dialog .modal-body label {
  font-family: "open sans", sans-serif;
  font-weight: 500;
  font-size: 15px;
  margin: 0 0 5px 0;
  display: block;
}

div#ModalContact .modal .modal-dialog .modal-body input {
  height: 48px;
  font-size: 14px;
  font-family: "open sans", sans-serif;
  font-weight: 500;
}

div#ModalContact .modal .modal-dialog .modal-body textarea {
  font-size: 14px;
  font-family: "open sans", sans-serif;
  font-weight: 500;
}

div#ModalContact .modal .modal-dialog .modal-body .form-field {
  margin: 0 0 15px 0;
}

div#ModalContact .modal .modal-dialog .modal-body .form-check {
  padding: 0 0px 0px 22px;
}

div#ModalContact
  .modal
  .modal-dialog
  .modal-body
  .form-check
  label.form-check-label {
  font-size: 14px;
  color: #545454;
  font-weight: 400;
}

div#ModalContact
  .modal
  .modal-dialog
  .modal-body
  .form-check
  input#flexCheckChecked {
  position: absolute;
  top: 4px;
  height: 16px;
  width: 16px;
  left: 0;
  margin: 0;
}

div#ModalContact .modal .modal-dialog .modal-body .invalid-feedback {
  font-family: "Open Sans";
  font-size: 13px;
  color: #8a1818;
  margin: 5px 0 0 0;
}


/*form-section*/
section.banner-main.form-section span.highlight-blue svg {
    transform: rotate(180deg);
}
section.banner-main.form-section span.highlight-blue {
    color: #fff;
}

section.banner-main.form-section p {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    font-family: "Open Sans";
    line-height: 1.6em;
}
.col-md-8.box {
    margin: 0 auto;
    background: rgba(237, 238, 242, 1);
    border-radius: 16px;
    padding-bottom: 120px;
    margin-top: 20px;
}

.Message-box {
    text-align: left;
}

.Message-box p {
    color: #000 !important;
}
.files {
    display: flex;
    gap: 20px;
    position: absolute;
    bottom: 0;
}
img.sttach-file {
    width: 26px;
    height: 22px;
    padding-right: 5px;
}
.files p {
    display: flex;
    align-items: center;
}
.files.public {
    right: 25px;
}
.files.public p svg {
    transform: rotate(-90deg);
    background: #000;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    padding: 6px;
    margin-left: 10px;
}
.form-button a.btn-round.btn-outlined {
    text-transform: capitalize;
    border: none;
}
.form-button {
    margin-top: 50px;
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.form-button svg {
    transform: rotate(-90deg);
}

/* Style for the popup */
    .popup {
      display: none; /* Hidden by default */
      position: fixed;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      padding: 20px;
      background-color: #000;
      border: 1px solid #ccc;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
      z-index: 1000;
      width: 550px; /* Set a width for the popup */
      border-radius: 10px;
          max-width: 96%;

    }
.popup-content {
    color: #fff;
    text-align: left;
}
h2.popup-content {
    margin: 0;
}
p.popup-content {
    margin: 0 0 24px 0;
}
.pop-btn a {
    display: block;
    margin-bottom: 15px;
    text-transform: capitalize !important;
    border-radius: 10px;
}

a.btn-round.btn-outlined.free {
    background: linear-gradient(90.3deg, #0e65aa 2.44%, #1cace7 102.75%) !important;
    color: #fff;
}
    .popup-overlay {
      display: none; /* Hidden by default */
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.5);
      z-index: 999;
    }
    h2.popup-content {
    font-family: "Open Sans";
    FONT-SIZE: 19px;
}
/*.form-button a {
background: linear-gradient(90.3deg, #0e65aa 2.44%, #1cace7 102.75%) !important;
}*/
    /* Style for anchor link */
    /*.open-popup {
      color: blue;
      text-decoration: none; 
      cursor: pointer;
    } */ 

    /* Style for the close icon */
    .close-icon {
      position: absolute;   
      top: 10px;
      right: 10px;
      font-size: 30px;
      cursor: pointer;
      color: #fff;
    }
section.banner-main.form-section {
    background: #000;
    padding: 40px 0;
}
.pricing-sec .bottomPlanButton {
  padding: 0px;
  background-color: transparent;
}
.pricing-sec table tbody tr td.bottomPlanButton1 {
  background: transparent !important;
  border: none !important;
}
section.banner-main.form-section {
    background: #000;
}

/*** Responsiveness ***/

@media (max-width: 1500px) {
  section.banner-main h1 {
    font-size: 50px;
    line-height: 1.2;
  }

  .price-box .price-plan span.current-price {
    font-size: 52px;
  }

  .price-box .price-plan span.old-price {
    font-size: 32px;
  }

  .price-box .plan-content ul li {
    font-size: 15px;
  }

  .price-box.recommended-plan h3 {
    padding-right: 75px;
  }

  section.why-tac h3 {
    font-size: 42px;
  }

  section.why-tac p {
    font-size: 15px;
  }

  section.why-tac ul.list-number li,
  section.why-tac ul.list-number li span.text-bold {
    font-size: 16px;
  }

  .btn-wrap-y a.btn-gradblue {
    font-size: 15px;
  }

  .btn-wrap-y a.btn-outlined {
    font-size: 15px;
  }

  section.compliance-process h3 {
    font-size: 42px;
  }

  section.sla-commitments h3 {
    font-size: 42px;
  }

  section.compliance-process .box-cp .content-cp-box h4 {
    font-size: 26px;
  }
}

@media (max-width: 1199px) {
  .price-box.recommended-plan h3 {
    padding-right: 100px;
  }

  section.banner-main h1 {
    font-size: 45px;
    line-height: 1.3;
    margin: 10px 0 30px 0;
  }

  section.banner-main span.highlight-blue {
    font-size: 14px;
  }

  section.banner-main {
    padding: 180px 0 70px;
  }

  section.pricing-sec {
    padding: 45px 0 60px;
  }

  section.pricing-sec table {
    width: 991px;
  }

  section.pricing-sec .table-responsive {
    overflow-y: scroll;
    padding-top: 20px;
  }

  header .right-actions {
    font-size: 15px;
  }

  header button.navbar-toggler {
    display: none;
  }

  header .logo-col {
    width: 200px;
    flex: none;
  }

  header .nav-grid {
    max-width: 120px;
  }

  header .nav-grid span {
    font-size: 10px;
    display: none;
  }

  header .container nav {
    justify-content: space-between;
  }

  header .nav-grid a span {
    display: block;
    font-size: 14px;
  }

  .btn-round {
    font-size: 14px;
  }

  .price-box .price-plan span.current-price {
    font-size: 56px;
  }

  .price-box .price-plan span.old-price {
    font-size: 35px;
  }

  .price-box .price-mode p {
    font-size: 16px;
  }

  .price-box .plan-content ul li {
    font-size: 15px;
  }

  .price-box h3 {
    line-height: 1.3;
    margin: 10px 0 18px;
    display: block;
  }

  span.batch-tier3 {
    font-size: 18px;
    padding: 0 10px 3px;
    display: inline-block;
  }

  section.why-tac {
    padding: 45px 0;
  }

  section.why-tac h3 {
    font-size: 36px;
    line-height: 1.3;
  }

  section.why-tac p {
    font-size: 16px;
  }

  section.why-tac ul.list-number li,
  section.why-tac ul.list-number li span.text-bold {
    font-size: 16px;
  }

  section.why-tac ul.list-number li {
    display: inline;
  }

  section.why-tac ul.list-number li span.text-bold {
    display: contents;
  }

  section.why-tac ul.list-number {
    margin: 30px 0 35px;
  }

  .btn-wrap-y {
    justify-content: flex-start;
  }

  section.compliance-process {
    padding: 40px 0 40px;
  }

  section.compliance-process h3 {
    font-size: 36px;
    margin: 0 auto 15px;
    line-height: 1.3;
    max-width: 640px;
  }

  section.compliance-process h3 br {
    display: none;
  }

  section.compliance-process .box-cp {
    margin: 0 0 30px 0;
    height: auto !important;
  }

  .btn-wrap-y.button-centered {
    margin: 0 0 15px;
  }

  section.sla-commitments {
    padding: 65px 0 65px;
  }

  section.sla-commitments h3 {
    font-size: 40px;
    line-height: 1.3;
    margin: 0 0 35px 0;
  }

  .sla-commitments .sla-commitment-list {
    margin: 0px 0 35px 0;
  }

  .sla-commitments .sla-commitment-list .content-sla-commit h4 {
    font-size: 24px;
  }

  .sla-commitments .sla-commitment-list .content-sla-commit p {
    font-size: 15px;
  }

  section.compliance-process .box-cp .content-cp-box h4 {
    font-size: 28px;
  }

  section.compliance-process .box-cp .content-cp-box {
    margin: 4px 0 0 0;
  }

  section.compliance-process .banner-whytac {
    margin: 0 0 0;
  }

  section.sponsors {
    padding: 60px 0 70px;
  }

  section.sponsors h3 {
    font-size: 36px;
  }

  footer {
    text-align: center;
    padding: 20px 0 20px;
  }

  footer .footer-copyright {
    font-size: 14px;
  }

  footer .social-bottom ul.social-icons {
    justify-content: flex-end;
  }

  .e-box a.btn-white-rounded {
    max-width: 100%;
  }

  .sla-commitments .sla-commitment-list .sla-list-item .icon-sla-commit svg {
    margin: 10px 0 0 0;
  }

  section.sponsors ul.logos-brands li {
    padding: 32px 25px 24px;
  }

  section.sponsors ul.logos-brands li:last-child img,
  section.sponsors ul.logos-brands li:nth-child(3) img {
    width: 74px;
  }

  footer .footer-copyright {
    height: 100%;
    display: flex;
    align-items: center;
  }

  footer .footer-copyright p {
    margin: 0 0 0;
  }
  section.sponsors ul.logos-brands {
    max-width: 680px;
  }
}

@media (max-width: 991px) {
  header#main-header.fixed-header {
    padding: 20px 0 20px;
  }

  .brand-logo img {
    max-width: 100px;
  }

  section.banner-main h1 {
    font-size: 34px;
    line-height: 1.3;
    margin: 10px 0 0 0;
  }

  section.logo-sec {
    padding-bottom: 60px;
    background-color: rgba(10, 10, 10, 1);
  }

  section.mngmnt-process-section {
    padding: 40px 0 20px;
  }
  section.mngmnt-process-section h3 {
    font-size: 30px;
    text-align: center;
  }
  section.mngmnt-process-section .process-card {
    text-align: center;
  }
  section.mngmnt-process-section .process-card .number {
    width: 80px;
    height: 80px;
    font-size: 34px;
  }
  section.mngmnt-process-section .process-card .title {
    font-size: 26px;
    margin-bottom: 10px;
  }
  section.mngmnt-process-section .process-card .desc {
    margin-top: 0px;
    font-size: 16px;
  }
  section.slider {
    padding: 30px 0 40px;
  }

  section.banner-main span.highlight-blue {
    font-size: 14px;
  }

  section.banner-main {
    padding: 160px 0 30px;
  }

  section.pricing-sec {
    padding: 45px 0 60px;
  }

  section.pricing-sec table {
    width: 991px;
  }

  section.pricing-sec .table-responsive {
    overflow-y: scroll;
    padding-top: 20px;
  }

  header .right-actions {
    font-size: 15px;
  }

  header button.navbar-toggler {
    display: none;
  }

  header .logo-col {
    width: 200px;
    flex: none;
  }

  header .nav-grid {
    max-width: 120px;
  }

  header .nav-grid span {
    font-size: 10px;
    display: none;
  }

  header .container nav {
    justify-content: space-between;
  }

  header .nav-grid a span {
    display: block;
    font-size: 14px;
  }

  .btn-round {
    font-size: 14px;
  }

  .price-box .price-plan span.current-price {
    font-size: 40px;
  }

  .price-box .price-plan span.old-price {
    font-size: 22px;
  }

  .price-box .price-mode p {
    font-size: 16px;
  }

  .price-box .plan-content ul li {
    font-size: 15px;
  }

  .price-box h3 {
    line-height: 1.3;
    margin: 10px 0 18px;
    font-size: 23px;
  }

  span.batch-tier3 {
    font-size: 18px;
    padding: 0 10px 3px;
  }

  section.why-tac {
    padding: 45px 0;
  }

  section.why-tac h3 {
    font-size: 35px;
    line-height: 1.3;
  }

  section.why-tac p {
    font-size: 15px;
  }

  section.why-tac ul.list-number li,
  section.why-tac ul.list-number li span.text-bold {
    font-size: 15px;
  }

  section.why-tac ul.list-number li {
    display: inline;
  }

  section.why-tac ul.list-number li span.text-bold {
    display: contents;
  }

  section.why-tac ul.list-number {
    margin: 30px 0 35px;
  }

  .btn-wrap-y {
    justify-content: flex-start;
  }

  section.compliance-process {
    padding: 40px 0 40px;
  }

  section.compliance-process h3 {
    font-size: 35px;
    margin: 0 auto 15px;
    line-height: 1.3;
    max-width: 600px;
  }

  section.compliance-process h3 br {
    display: none;
  }

  section.compliance-process .box-cp {
    margin: 0 0 30px 0;
    height: auto !important;
  }

  .btn-wrap-y.button-centered {
    margin: 0 0 15px;
  }

  section.sla-commitments {
    padding: 40px 0 40px;
  }

  section.sla-commitments h3 {
    font-size: 30px;
    line-height: 1.3;
    margin: 0 0 25px 0;
  }

  .sla-commitments .sla-commitment-list {
    margin: 25px 0 40px 0;
  }

  .sla-commitments .sla-commitment-list .content-sla-commit h4 {
    font-size: 24px;
  }

  .sla-commitments .sla-commitment-list .content-sla-commit p {
    font-size: 15px;
  }

  section.compliance-process .box-cp .content-cp-box h4 {
    font-size: 26px;
  }

  section.compliance-process .box-cp .content-cp-box {
    margin: 4px 0 0 0;
  }

  section.compliance-process .banner-whytac {
    margin: 0 0 0;
  }

  section.sponsors {
    padding: 60px 0 70px;
  }

  section.sponsors h3 {
    font-size: 30px;
  }

  footer {
    text-align: center;
    padding: 20px 0 20px;
  }

  footer .footer-copyright {
    font-size: 14px;
  }

  footer .social-bottom ul.social-icons {
    justify-content: flex-end;
  }

  .e-box a.btn-white-rounded {
    max-width: 100%;
  }

  .sla-commitments .sla-commitment-list .sla-list-item .icon-sla-commit svg {
    margin: 10px 0 0 0;
  }

  section.sponsors ul.logos-brands li {
    padding: 32px 25px 24px;
  }

  section.sponsors ul.logos-brands li:last-child img,
  section.sponsors ul.logos-brands li:nth-child(3) img {
    width: 74px;
  }

  footer .footer-copyright {
    height: 100%;
    display: flex;
    align-items: center;
  }

  footer .footer-copyright p {
    margin: 0 0 0;
  }
  .price-box.recommended-plan h3 span.batch-tier2 {
    padding: 8px 4px;
    display: inline-block;
  }
  .price-box.recommended-plan h3 {
    padding-right: 85px;
  }
}

@media (max-width: 767px) {
  
  section.slider {
    padding: 30px 0 40px;
  }
  section.slider .slide-track {
    -webkit-animation: scroll 40s linear infinite;
    animation: scroll 40s linear infinite;
    display: flex;
    width: calc(100%* 20);
    gap: 20px;
  }
  section.slider .slide-track:hover {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
  }
  section.slider .slide {
    width: 100%;
    display: flex;
    align-items: center;
  }
  section.slider .feedback-container{
    display: flex;
    flex-direction: row;
    gap: 20px;
  }


  section.banner-main.form-section {
    padding: 80px 0;
}
  .col-md-8.box {
    margin: 20px;
}
  section.banner-main h1 {
    font-size: 25px;
    line-height: 1.3;
    margin: 10px 0 0 0;
  }

  section.logo-sec {
    padding-bottom: 60px;
    background-color: rgba(10, 10, 10, 1);
  }

  section.banner-main span.highlight-blue {
    font-size: 14px;
  }

  section.banner-main {
    padding: 160px 0 30px;
  }

  section.pricing-sec {
    padding: 45px 0 60px;
  }

  section.pricing-sec table {
    width: 991px;
  }

  section.pricing-sec .table-responsive {
    overflow-y: scroll;
    padding-top: 20px;
  }

  header .right-actions {
    font-size: 15px;
  }

  header button.navbar-toggler {
    display: none;
  }

  header .logo-col {
    width: 40%;
  }

  header .nav-grid span {
    font-size: 10px;
    display: none;
  }

  header .container nav {
    justify-content: space-between;
  }

  header .nav-grid a span {
    display: block;
    font-size: 14px;
  }

  .btn-round {
    font-size: 14px;
  }

  .price-box .price-plan span.current-price {
    font-size: 40px;
  }

  .price-box .price-plan span.old-price {
    font-size: 22px;
  }

  .price-box .price-mode p {
    font-size: 16px;
  }

  .price-box .plan-content ul li {
    font-size: 15px;
  }

  .price-box h3 {
    line-height: 1.3;
  }

  .price-box.recommended-plan h3 {
    line-height: 1.3;
    /*padding-right: 74px;*/
    padding-right: 25%;
  }

  span.batch-tier3 {
    font-size: 18px;
    padding: 0 10px 3px;
  }

  section.why-tac {
    padding: 45px 0;
  }

  section.why-tac h3 {
    font-size: 30px;
    line-height: 1.3;
  }

  section.why-tac p {
    font-size: 15px;
  }

  section.why-tac ul.list-number li,
  section.why-tac ul.list-number li span.text-bold {
    font-size: 15px;
  }

  section.why-tac ul.list-number li {
    display: inline;
  }

  section.why-tac ul.list-number li span.text-bold {
    display: contents;
  }

  section.why-tac ul.list-number {
    margin: 30px 0 35px;
  }

  .btn-wrap-y {
    justify-content: flex-start;
  }

  section.compliance-process {
    padding: 40px 0 40px;
  }

  section.compliance-process h3 {
    font-size: 30px;
    margin: 0 0 0 0;
    line-height: 1.3;
  }

  section.compliance-process h3 br {
    display: none;
  }

  section.compliance-process .box-cp {
    height: auto !important;
    margin: 0 0 30px 0;
  }

  .btn-wrap-y.button-centered {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 0 0;
  }

  section.sla-commitments {
    padding: 40px 0 40px;
  }

  section.sla-commitments h3 {
    font-size: 30px;
    line-height: 1.3;
    margin: 0 0 25px 0;
  }

  .sla-commitments .sla-commitment-list {
    margin: 25px 0 40px 0;
  }

  .sla-commitments .sla-commitment-list .content-sla-commit h4 {
    font-size: 24px;
  }

  .sla-commitments .sla-commitment-list .content-sla-commit p {
    font-size: 15px;
  }

  section.sla-commitments .btn-wrap-y {
    align-items: center;
    justify-content: center;
  }

  section.compliance-process .box-cp .content-cp-box h4 {
    font-size: 24px;
  }

  section.compliance-process .box-cp .content-cp-box {
    margin: 4px 0 0 0;
  }

  section.compliance-process .banner-whytac {
    margin: 0 0 0;
  }

  section.sponsors {
    padding: 60px 0 70px;
  }

  section.sponsors h3 {
    font-size: 30px;
  }

  section.sponsors ul.logos-brands {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  section.sponsors ul.logos-brands li img {
    max-width: 85px;
  }

  section.sponsors ul.logos-brands li {
    padding: 30px 40px 30px;
    min-width: 175px;
  }

  section.sponsors ul.logos-brands:before {
    transform: rotate(90deg);
  }

  section.sponsors ul.logos-brands li:last-child img,
  section.sponsors ul.logos-brands li:nth-child(3) img {
    max-width: 65px;
  }

  footer {
    text-align: center;
    padding: 20px 0 30px;
  }

  footer .footer-copyright {
    font-size: 14px;
    justify-content: center;
  }
  footer .footer-copyright p {
    margin: 0 0 18px;
  }

  footer .social-bottom ul.social-icons {
    justify-content: center;
  }
  .batch-choice {
    right: -65px;
    top: 40px;
  }
}

@media (max-height: 710px) {
  body.modal-opened .modal {
    height: 90vh;
  }

  body.modal-opened .modal .modal-dialog {
    height: 100%;
    overflow: scroll;
  }
}

.review-title {
  color: #ffffff;
  font-family: "Open Sans";
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 8px;
  letter-spacing: 0.3px;
}

.review-date{
  color: #fff;
  font-family: "Open Sans";
  font-size: 12px;
  font-weight: 400;
}

.company-list-item-review{
color: #ffffff;
font-family: "Open Sans";
font-size: 16px;
font-weight: 400;

}

.crest-pt-logo{
  width: 36px !important;
}

#pricing-sec {
  scroll-margin-top: 120px;
}

div#ModalSuccess {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000a1;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
}

div#ModalSuccess .modal {
  position: relative;
}

div#ModalSuccess .modal .modal-dialog {
  max-width: 500px;
  background: #ffffff;
  width: 100%;
  border-radius: 10px;
}

div#ModalSuccess .modal .modal-dialog .modal-header {
  padding: 12px 20px 15px;
  border-bottom: 1px solid #e9e9e9;
}

#closeModal2 {
  border-radius: 50%;
  width: 38px;
  height: 38px;
  background: linear-gradient(90.3deg, #0e65aa 2.44%, #1cace7 102.75%);
  color: #fff;
  border: none;
  position: absolute;
  top: -21px;
  right: -21px;
  cursor: pointer;
}

#closeModal2 i {
  font-size: 18px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

div#ModalSuccess .modal .modal-dialog .modal-header h4.modal-title {
  font-family: "Darker Grotesque";
  font-size: 30px;
  font-weight: 700;
  margin: 0;
}

div#ModalSuccess .modal .modal-dialog .modal-body {
  padding: 30px 20px;
}

div#ModalSuccess .modal .modal-dialog .modal-content .modal-footer {
  padding: 12px 20px 15px;
  border-top: 1px solid #e9e9e9;
}

div#ModalSuccess
  .modal
  .modal-dialog
  .modal-content
  .modal-footer
  button.btn-submit {
  border: none;
  padding: 14px 32px 15px;
  border-radius: 30px;
  cursor: pointer;
}

div#ModalSuccess .modal .modal-dialog .modal-body label {
  font-family: "open sans", sans-serif;
  font-weight: 500;
  font-size: 15px;
  margin: 0 0 5px 0;
  display: block;
}

div#ModalSuccess .modal .modal-dialog .modal-body input {
  height: 48px;
  font-size: 14px;
  font-family: "open sans", sans-serif;
  font-weight: 500;
}

div#ModalSuccess .modal .modal-dialog .modal-body textarea {
  font-size: 14px;
  font-family: "open sans", sans-serif;
  font-weight: 500;
}

div#ModalSuccess .modal .modal-dialog .modal-body .form-field {
  margin: 0 0 15px 0;
}

div#ModalSuccess .modal .modal-dialog .modal-body .form-check {
  padding: 0 0px 0px 22px;
}

div#ModalSuccess
  .modal
  .modal-dialog
  .modal-body
  .form-check
  label.form-check-label {
  font-size: 14px;
  color: #545454;
  font-weight: 400;
}

div#ModalSuccess
  .modal
  .modal-dialog
  .modal-body
  .form-check
  input#flexCheckChecked {
  position: absolute;
  top: 4px;
  height: 16px;
  width: 16px;
  left: 0;
  margin: 0;
}

div#ModalSuccess .modal .modal-dialog .modal-body .invalid-feedback {
  font-family: "Open Sans";
  font-size: 13px;
  color: #8a1818;
  margin: 5px 0 0 0;
}