
                .quiety2_header{

}
.quiety2_header .ptb-120 {
  padding: 120px 0;
}
.quiety2_header .bg-dark {
  background-color: var(--bsx-color-primary) !important;
}
.quiety2_header h1 {
  font-weight: 700 !important;
  margin-top: 0;
  margin-bottom: 0.625rem;
  line-height: 1.2;
}
.quiety2_header p.lead {
  line-height: 1.75;
  font-size: 1.25rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #fff;
  letter-spacing: normal;
  position: relative;
}
.quiety2_header .rounded-circle {
  border-radius: 50% !important;
}
.quiety2_header .right-5 {
  right: 5%;
}
.quiety2_header .bg-dark-light {
  background-color: var(--bsx-color-primary-light);
}
.quiety2_header .circle-shape-3 {
  bottom: -210px;
  width: 300px;
  min-height: 300px;
  min-width: 300px;
}
.quiety2_header .page-header .header-bg-mask{
  -webkit-mask-image: url(/assets/themes/quiety2/img/page-header-bg.svg);
  mask-image: url(/assets/themes/quiety2/img/page-header-bg.svg);
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: var(--bsx-color-primary-light);
  -webkit-mask-position: center bottom;
  -webkit-mask-repeat: no-repeat;
  mask-position: center bottom;
  mask-repeat: no-repeat;
  top: 0;
}


@media (min-width: 1200px){
  .quiety2_header .display-5 {
    font-size: 3rem;
  }
}
@media (min-width: 320px) and (max-width: 991px){
  .quiety2_header .ptb-120 {
    padding: 60px 0;
  }
  .quiety2_header .circle-shape-2, .quiety2_header .circle-shape-1, .quiety2_header .circle-shape-3 {
    display: none;
  }
}
@media (min-width: 320px) and (max-width: 767px){
  .quiety2_header p.lead {
    font-size: 1.125rem;
  }
}

                .quiety2-custom{

}
.quiety2-custom .table-wrap {
  overflow: auto;
}
.quiety2-custom table {
  display: block;
  margin-bottom: 50px;
  -webkit-box-shadow: 0 5px 20px 0 rgba(210, 210, 245, 0.5);
  box-shadow: 0 5px 20px 0 rgba(210, 210, 245, 0.5);
  background-color: rgba(210, 210, 245, 0.2);
  -webkit-border-radius: 12px;
  border-radius: 12px;
}
.quiety2-custom .scrolling-table {
  overflow-x: auto;
}
.quiety2-custom table.adaptive {
  min-width: 935px;
}
.quiety2-custom table thead, .quiety2-custom table tbody, .quiety2-custom table tfoot {
  display: block;
  width: 100%;
}
.quiety2-custom table tr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  background: #fff;
  border-radius: 0;
  border: 0;
}
.quiety2-custom table thead tr:nth-child(2n+1) {
  background: rgba(255, 255, 245, 0.2);
}
.quiety2-custom table tbody tr:nth-child(2n+2) {
  background: rgba(255, 255, 245, 0.2);
}
.quiety2-custom table tr td {
  width: 50%;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  font-family: "Open Sans",sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  text-align: center;
  color: #777;
  display: flex;
  justify-content: center;
  align-items: center;
}
.quiety2-custom table td, .quiety2-custom table th {
  border: 0;
  padding: 14px 20px;
}
.quiety2-custom table thead tr th {
  width: 50%;
  font-family: "Open Sans",sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
}
.quiety2-custom table thead tr:first-child td, .quiety2-custom table thead tr:first-child th {
  border-top: 1px solid var(--bsx-color-primary-softest);
}
.quiety2-custom table tbody tr td:first-child, .quiety2-custom table thead tr th:first-child, .quiety2-custom table thead tr td:first-child {
  border-left: 1px solid var(--bsx-color-primary-softest);
  width: 100%;
}
.quiety2-custom table tbody tr td:last-child, .quiety2-custom table thead tr td:last-child, .quiety2-custom table thead tr th:last-child {
  border-right: 1px solid var(--bsx-color-primary-softest);
}
.quiety2-custom table tbody tr td:first-child, .quiety2-custom table thead tr td:first-child {
  justify-content: left;
  text-align: left;
}
.quiety2-custom table thead tr:first-child th:first-child {
  border-radius: 15px 0 0 0;
}
.quiety2-custom table thead tr th:last-child {
  border-radius: 0 15px 0 0;
}
.quiety2-custom table tbody tr:last-child td:first-child {
  border-radius: 0 0 0 15px;
}
.quiety2-custom table tbody tr:last-child td:last-child {
  border-radius: 0 0 15px 0;
}
.quiety2-custom table tbody tr:last-child td {
  border-bottom: 1px solid var(--bsx-color-primary-softest);
}
.quiety2-custom table td.highlight-cell, .quiety2-custom table th.highlight-cell{
  background-color: var(--bsx-color-primary);
  color: white;
}
.quiety2-custom table tbody tr:nth-child(2n+1) td.highlight-cell, .quiety2-custom table thead tr:nth-child(2n+2) td.highlight-cell{
  opacity: 0.95;
}
.quiety2-custom table th.highlight-cell{
  color: var(--bsx-color-third);
}
.quiety2-custom .text-green{
  color: green;
}
.quiety2-custom .text-red{
  color: red;
}
.quiety2-custom .btn {
  --bs-btn-padding-x: 1.75rem;
  --bs-btn-padding-y: 0.65rem;
  --bs-btn-font-family: Poppins, sans-serif;
  --bs-btn-font-size: 0.9375rem;
  --bs-btn-font-weight: 500;
  --bs-btn-line-height: 1.75;
  --bs-btn-color: #575757;
  --bs-btn-bg: transparent;
  --bs-btn-border-width: 1px;
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: 0.375rem;
  --bs-btn-box-shadow: unset;
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0 rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  -webkit-transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out, border-color 0.25s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
  transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out, border-color 0.25s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
  transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out, border-color 0.25s ease-in-out, box-shadow 0.2s ease-in-out;
  transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out, border-color 0.25s ease-in-out, box-shadow 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
}
.quiety2-custom .btn {
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 2px solid transparent;
}
.quiety2-custom .btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: var(--bsx-color-secondary);
  --bs-btn-border-color: var(--bsx-color-secondary);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: var(--bsx-color-secondary);
  --bs-btn-hover-border-color: var(--bsx-color-secondary);
  --bs-btn-focus-shadow-rgb: 58, 116, 255;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: var(--bsx-color-secondary);
  --bs-btn-active-border-color: var(--bsx-color-secondary);
  --bs-btn-active-shadow: unset;
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: var(--bsx-color-secondary);
  --bs-btn-disabled-border-color: var(--bsx-color-secondary);
}

@media (max-width: 991px){
.quiety2-custom table thead tr td, .quiety2-custom table thead tr th {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    font-size: 14px;
  }
}

                .quiety2_inset-description {
}
.quiety2_inset-description .bg-dark {
  background-color: var(--bsx-color-primary) !important;
}
.quiety2_inset-description .ptb-120 {
  padding: 120px 0;
}
.quiety2_inset-description .z-2 {
  z-index: 2;
}
.quiety2_inset-description [data-aos="fade-up"] {
  -webkit-transform: translate3d(0, 100px, 0);
  transform: translate3d(0, 100px, 0);
}
.quiety2_inset-description .section-heading {
  margin-bottom: 50px;
}
.quiety2_inset-description [data-aos^="fade"][data-aos^="fade"] {
  opacity: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}
.quiety2_inset-description [data-aos][data-aos][data-aos-duration="500"],
body[data-aos-duration="500"] .quiety2_inset-description [data-aos] {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.quiety2_inset-description [data-aos][data-aos][data-aos-easing="ease-in-out"],
body[data-aos-easing="ease-in-out"] .quiety2_inset-description [data-aos] {
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.quiety2_inset-description [data-aos^="fade"][data-aos^="fade"].aos-animate {
  opacity: 1;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.quiety2_inset-description [data-aos][data-aos][data-aos-delay="50"],
body[data-aos-delay="50"] .quiety2_inset-description [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}
.quiety2_inset-description
  [data-aos][data-aos][data-aos-delay="50"].aos-animate,
body[data-aos-delay="50"] .quiety2_inset-description [data-aos].aos-animate {
  -webkit-transition-delay: 50ms;
  transition-delay: 50ms;
}
.quiety2_inset-description [data-aos][data-aos][data-aos-delay="100"],
body[data-aos-delay="100"] .quiety2_inset-description [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}
.quiety2_inset-description
  [data-aos][data-aos][data-aos-delay="100"].aos-animate,
body[data-aos-delay="100"] .quiety2_inset-description [data-aos].aos-animate {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.quiety2_inset-description .h5,
.quiety2_inset-description h5 {
  margin-bottom: 0.375rem;
  font-weight: 600;
  color: var(--bsx-color-third) !important;
}
.quiety2_inset-description .h6,
.quiety2_inset-description h6 {
  margin-bottom: 0.375rem;
  font-weight: 600;
}
.quiety2_inset-description .h2,
.quiety2_inset-description h2 {
  font-weight: 700;
  color: #fff;
  margin-top: 0;
  margin-bottom: 0.625rem;
  line-height: 1.2;
}
.quiety2_inset-description p {
  color: #d9d9d9;
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  line-height: 1.75;
  font-weight: 400;
}
.quiety2_inset-description .mw-60 {
  max-width: 60% !important;
}
.quiety2_inset-description .btn {
  --bs-btn-padding-x: 1.75rem;
  --bs-btn-padding-y: 0.65rem;
  --bs-btn-font-family: Poppins, sans-serif;
  --bs-btn-font-size: 0.9375rem;
  --bs-btn-font-weight: 500;
  --bs-btn-line-height: 1.75;
  --bs-btn-color: #575757;
  --bs-btn-bg: transparent;
  --bs-btn-border-width: 1px;
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: 0.375rem;
  --bs-btn-box-shadow: unset;
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0 rgba(var(--bs-btn-focus-shadow-rgb), 0.5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  -webkit-transition: color 0.25s ease-in-out,
    background-color 0.25s ease-in-out, border-color 0.25s ease-in-out,
    -webkit-box-shadow 0.2s ease-in-out;
  transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out,
    border-color 0.25s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
  transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out,
    border-color 0.25s ease-in-out, box-shadow 0.2s ease-in-out;
  transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out,
    border-color 0.25s ease-in-out, box-shadow 0.2s ease-in-out,
    -webkit-box-shadow 0.2s ease-in-out;
}
.quiety2_inset-description .btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: var(--bsx-color-secondary);
  --bs-btn-border-color: var(--bsx-color-secondary);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: var(--bsx-color-secondary-light);
  --bs-btn-hover-border-color: var(--bsx-color-secondary-light);
  --bs-btn-focus-shadow-rgb: 58, 116, 255;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: var(--bsx-color-secondary-light);
  --bs-btn-active-border-color: var(--bsx-color-secondary-light);
  --bs-btn-active-shadow: unset;
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: var(--bsx-color-secondary);
  --bs-btn-disabled-border-color: var(--bsx-color-secondary);
}
.quiety2_inset-description .btn {
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 2px solid transparent;
}
.quiety2_inset-description .navbar-light.sticky-header.affix .btn,
.quiety2_inset-description .navbar-dark.sticky-header.affix .btn,
.quiety2_inset-description .bg-dark .btn,
.quiety2_inset-description .coming-soon-section .btn,
.quiety2_inset-description .bg-gradient .btn,
.quiety2_inset-description .coming-soon-section .btn,
.quiety2_inset-description .navbar-dark .btn-primary {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.quiety2_inset-description .link-text,
.quiety2_inset-description .watch-now-btn {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}
.quiety2_inset-description .watch-now-btn {
  font-size: 0.875rem;
  color: #b3b3b9;
  text-align: center;
}
.quiety2_inset-description .watch-now-btn i {
  width: 40px;
  height: 40px;
  line-height: 38px;
  font-size: 12px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: 2px solid #fff;
  margin-right: 10px;
  border-radius: 50%;
  color: #c0c0c5;
}
.quiety2_inset-description .rounded-circle {
  border-radius: 50% !important;
}
.quiety2_inset-description .left-5 {
  left: 5%;
}
.quiety2_inset-description .circle-shape-3 {
  bottom: -210px;
  width: 300px;
  min-height: 300px;
  min-width: 300px;
  background-color: var(--bsx-color-primary-light) !important;
}
.quiety2_inset-description .right-5 {
  right: 5%;
}
.quiety2_inset-description .circle-shape-1 {
  top: -240px;
  width: 356px;
  min-height: 356px;
  min-width: 356px;
  background-color: var(--bsx-color-third) !important;
}
.quiety2_inset-description .watch-now-btn:hover {
  color: #fff;
  opacity: 1;
}
.quiety2_inset-description .watch-now-btn:hover i {
  background: #fff;
  color: var(--bsx-color-secondary);
}
.quiety2_inset-description .btn-primary:hover,
.quiety2_inset-description .btn-primary:active,
.quiety2_inset-description .btn-primary:focus,
.quiety2_inset-description .btn-primary.active,
.quiety2_inset-description .btn-primary.show {
  border-color: var(--bsx-color-secondary-light);
  background-color: var(--bsx-color-secondary-light);
}
.quiety2_inset-description .subscribe-feature-list li span {
  margin: 0 15px;
  font-size: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #d9d9d9;
}
.quiety2_inset-description .subscribe-feature-list li span i {
  font-size: 16px;
}
.quiety2_inset-description .bg-dark .subscribe-feature-list li span i {
  color: #a5a5ad !important;
}

@media (min-width: 1200px) {
  .quiety2_inset-description .h2,
  .quiety2_inset-description h2 {
    font-size: 2.5rem;
  }
}
@media (min-width: 320px) and (max-width: 991px){
  .quiety2_inset-description .ptb-120 {
    padding: 60px 0;
  }
  .quiety2_inset-description .circle-shape-2, .quiety2_inset-description .circle-shape-1, .quiety2_inset-description .circle-shape-3 {
    display: none;
  }
}
@media (max-width: 991px) {
  .quiety2_inset-description .section-heading {
    margin-bottom: 30px;
  }
}
@media (min-width: 320px) and (max-width: 575px){
  .quiety2_inset-description .mw-60 {
    max-width: 100% !important;
  }
  .quiety2_inset-description .watch-now-btn {
    margin-left: 10px;
  }
}
