* {
  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, #1cace7 30.51%, #1ba7e2 77.36%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}



.price-box {
  background: rgba(237, 238, 242, 1);
  border-radius: 10px;
  padding: 25px;
  overflow: hidden;
  position: relative;
  height: 100%;
}

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

.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 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;
}

.price-box .price-plan {
  display: flex;
  align-items: center;
  gap: 12px;
}

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

.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;
}

.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;
}

.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 .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;
}

.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;
}


.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;
}


.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: 750px;
  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;
}

section.sponsors ul.logos-brands {
  display: flex;
  justify-content: center;
  gap: 38px;
  list-style-type: none;
  padding: 0;
  margin: 0 auto;
  position: relative;
  max-width: 805px;
}

section.sponsors ul.logos-brands li {
  border: 1.38px solid rgba(31, 33, 41, 1);
  border-radius: 45px;
  padding:36px 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  background-color: #121212;
}

section.sponsors ul.logos-brands:before {
  width: 100%;
  height: 1px;
  position: absolute;
  content: '';
  background: rgba(38, 40, 49, 1);
  top: 50%;
  transform: translateY(-50%);
}



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;
}


/*** 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: 50px;
}

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: 85px;
}


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;
}

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

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.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;
}

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;
}
}


@media (max-width:767px)
{
  section.banner-main h1 {
    font-size: 25px;
    line-height: 1.3;
    margin: 10px 0 0 0;
}

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;
}

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;
}
}