html {
  /* 62.5% of 16px base font size is 10px */
  font-size: 62.5%;
  scroll-behavior: smooth;
}

:root {
  --primary: #02578e;
  --white: #fff;
  --black: #1a1a1a;
  --bs-color: #d47f08;
  --bg-color-grad: radial-gradient(circle, #f2bb69, #d47f08);
  --font-familly: Verdana, Geneva, Tahoma, sans-serif ;
  --font-familly-sec: "Times New Roman", Times, serif;
  --font-familly-arial: Arial, Helvetica, sans-serif;
  --bs-table-bg: none;
}

body {
  margin: 0;
  padding: 0;
  position: relative;
  overflow-x: hidden;
  font-family: var(--font-familly);
  color: var(--black);
}

a {
  color: #0b60a1;
  font-size: 1.3rem;
}
a:hover {
  text-decoration: none;
}

a.a-link {
  text-decoration: none;
}
a.a-link:hover {
  text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

h3,
h4,
h5,
h6 {
  color: #3081BF;
}

section {
  max-width: 100vw;
}

p {
  margin: 0;
  padding: 0;
}

label {
  margin: 0;
  padding: 0;
}

ul,
li {
  padding: 0;
  list-style: none;
  margin: 0px;
}

img {
  max-width: 100%;
  width: 100%;
}

@media (max-width: 575.98px) {
  .mob-row {
    max-width: 98%;
    margin: auto;
  }
}

.hide, .hidden {
  display: none !important;
}

.ta__container {
  max-width: 1100px;
  margin: auto;
}

.desp__content p {
  font-size: 1.3rem;
  color: #3c3c3c;
  line-height: 18px;
}
.desp__content p span {
  color: #0b60a1;
  font-weight: bold;
}

.desp_mb_0 p {
  margin-bottom: 0 !important;
}

.second__title h4 {
  font-size: 1.8rem;
  color: var(--bs-color);
  line-height: 16px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  padding-bottom: 0.7rem;
}

.ta-flex {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
@media (max-width: 767.98px) {
  .ta-flex {
    flex-direction: column;
    align-items: flex-start;
  }
}

.form-group {
  margin-bottom: 1.5rem;
}
.form-group label {
  font-size: 1.3rem;
  font-weight: 600;
}
.form-group input {
  font-size: 1.4rem;
}
.form-group select {
  font-size: 1.4rem;
}
.form-group .form-check-label a {
  color: #5897be;
  display: inline-block;
  text-decoration: underline;
}
.w-in-cs {
    width: 40px;
    text-align: center;
}
.shortlogo {
  display: inline-block;
  text-indent: -3000px;
  margin: 0;
  padding: 0;
  width: 26px;
  height: 18px;
  background: url(../images/shortlogo-46x28.png) no-repeat 0 0;
  margin-top: 5px;
  background-size: contain;
}

.btn-ta {
  outline: none;
  background: none;
  padding: 8px 1.3rem;
  font-size: 1.2rem;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  color: var(--white);
  border: none;
}

.btn-login {
  background-image: url(../image/icons/loginbutton.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
}

.btn-login-inner {
  font-size: 1.4rem;
  border: 2px solid #de8301;
  color: var(--white) !important;
  border-radius: 5px;
  padding: 4px 16px;
  transition: all 0.3s;
  font-weight: bold;
  background: var(--bg-color-grad);
}
.btn-login-inner:hover {
  background: var(--white);
  color: #de8301 !important;
}

.btn-sm-hd-sp {
  font-size: 1.4rem;
  border: 2px solid var(--primary);
  color: var(--primary) !important;
  border-radius: 5px;
  padding: 4px 14px;
  transition: all 0.3s;
  font-weight: bold;
}
@media (max-width: 767.98px) {
  .btn-sm-hd-sp {
    padding: 4px 8px;
    font-size: 1.3rem;
    font-weight: 500;
  }
}
.btn-sm-hd-sp:hover {
  background-color: var(--primary);
  color: var(--white) !important;
}

.btn-sm-hd-lg {
  font-size: 1.5rem;
  border: 2px solid #d47f08;
  color: var(--white) !important;
  border-radius: 5px;
  padding: 4px 8px;
  background: var(--bg-color-grad);
}
@media (max-width: 767.98px) {
  .btn-sm-hd-lg {
    padding: 4px 8px;
    font-size: 1.4rem;
  }
}

.validation-join {
  margin-top: 3px;
  font-size: 1.2rem;
  color: red;
}

p.top a {
  color: #999;
  text-decoration: none;
  font-size: 12.5px;
  transition: color 0.2s;
}
p.top a:hover {
  color: var(--black);
}

.view-available-race {
  font-size: 2rem;
  font-weight: bold;
  font-family: var(--font-familly-arial);
  color: #3081BF;
}

.form-control:focus, .form-select:focus, .form-check-input:focus {
  border-color: var(--primary);
  box-shadow: 0 0 0 0.15rem var(--primary);
}

.form-check-input {
  width: 1.7rem;
  height: 1.7rem;
  margin-right: 8px;
}

label.required::after {
  content: "*";
  color: red;
  margin-left: 2px;
}

.legend-hlgt {
  font-size: 13.5px;
  font-weight: bold;
  background-color: #2870a0;
  padding: 0.9rem 1.5rem;
  color: var(--white);
  margin-bottom: 4rem;
  border-radius: 4px;
  background-image: url(../image/icons/bg-legend.png);
  background-repeat: no-repeat;
  background-position: 0 center;
}

ul.ticks > li {
  background-image: url(../images/layout/icons/tick.png);
  background-repeat: no-repeat;
  padding-left: 2.3rem;
  margin-bottom: 0.5rem;
  font-size: 1.3rem;
  background-position: top left;
  background-size: 16px;
}

.d-f-form-group {
  display: flex;
  align-items: center;
}
@media (max-width: 767.98px) {
  .d-f-form-group {
    flex-direction: column;
    align-items: flex-start;
  }
}
.d-f-form-group label {
  flex: 0 0 260px;
}
@media (max-width: 1199.98px) {
  .d-f-form-group label {
    flex: 0 0 240px;
  }
}
@media (max-width: 767.98px) {
  .d-f-form-group label {
    flex: auto;
  }
}
.d-f-form-group .single-input {
  flex: 1;
}
@media (max-width: 767.98px) {
  .d-f-form-group .single-input {
    width: 100%;
  }
}

select {
  font-size: 1.3rem;
}

/**************************** Site tabs css **************************************/
.tabbed-content-main-wrapper {
  margin-top: 3rem;
}
.tabbed-content-main-wrapper .nav__tab_csm {
  display: flex;
  gap: 1rem;
  margin-bottom: 2rem;
  border-bottom: 3px solid #de8301;
}
@media (max-width: 991.98px) {
  .tabbed-content-main-wrapper .nav__tab_csm {
    flex-direction: column;
    border: none;
  }
}
@media (max-width: 1199.98px) {
  .tabbed-content-main-wrapper .nav__tab_csm {
    gap: 6px;
  }
}
.tabbed-content-main-wrapper .nav__tab_csm li {
  cursor: pointer;
  background: var(--bg-color-grad);
  color: var(--white);
  flex: 1;
  text-align: center;
  font-size: 1.3rem;
  font-weight: bold;
  padding: 1rem 0.7rem;
  color: #3081BF;
  background: url(../images/tabbed-nav.png) no-repeat;
  background-size: cover;
  border-radius: 8px 8px 0 0;
  font-family: var(--font-familly-arial);
}
.tabbed-content-main-wrapper .nav__tab_csm li a {
  color: #3081BF;
  text-decoration: none;
  font-size: 1.4rem;
}
@media (max-width: 1199.98px) {
  .tabbed-content-main-wrapper .nav__tab_csm li a {
    font-size: 1.2rem;
  }
}
@media (max-width: 991.98px) {
  .tabbed-content-main-wrapper .nav__tab_csm li a {
    font-size: 1.4rem;
  }
}
@media (max-width: 1199.98px) {
  .tabbed-content-main-wrapper .nav__tab_csm li {
    font-size: 1.2rem;
  }
}
@media (max-width: 991.98px) {
  .tabbed-content-main-wrapper .nav__tab_csm li {
    font-size: 1.4rem;
    border-bottom: 3px solid #de8301;
  }
}
.tabbed-content-main-wrapper .nav__tab_csm li.current-tab {
  background: url(../images/tabbed-nav-active.png) no-repeat;
  color: var(--white);
  background-size: cover;
}
.tabbed-content-main-wrapper .nav__tab_csm li.current-tab a {
  color: var(--white);
}
.tabbed-content-main-wrapper .nav__tab_csm li.current {
  background: url(../images/tabbed-nav-active.png) no-repeat;
  color: var(--white);
  background-size: cover;
}
.tabbed-content-main-wrapper .nav__tab_csm li.current a {
  color: var(--white);
}
.tabbed-content-main-wrapper .slides-tab-content > li {
  display: none;
}
.tabbed-content-main-wrapper .slides-tab-content > li.current-slide {
  display: block;
}
.tabbed-content-main-wrapper .slides-tab-content > li.current {
  display: block;
}

.nav-tab-icon-img img {
  width: 1.5rem;
  margin-right: 4px;
  margin-top: -2px;
}
@media (max-width: 1199.98px) {
  .nav-tab-icon-img img {
    width: 1.3rem;
  }
}
@media (max-width: 991.98px) {
  .nav-tab-icon-img img {
    width: 1.5rem;
  }
}

/**************************** Site tables css **************************************/
/* Scrollbar Styling */
.table-responsive {
  -webkit-overflow-scrolling: touch; /* Enable smooth scrolling on iOS */
  scrollbar-width: thin; /* For Firefox */
  scrollbar-color: #438fca #ebebeb; /* For Firefox */
}

.table-responsive::-webkit-scrollbar {
  width: 10px;
  height: 6px;
}

.table-responsive::-webkit-scrollbar-track {
  background-color: #ebebeb;
}

.table-responsive::-webkit-scrollbar-thumb {
  background: #438fca;
}

.scroll-body-ta-y {
  -webkit-overflow-scrolling: touch; /* Enable smooth scrolling on iOS */
  scrollbar-width: thin; /* For Firefox */
  scrollbar-color: #438fca #ebebeb; /* For Firefox */
}

.os-theme-dark > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle, .os-theme-dark > .os-scrollbar:hover > .os-scrollbar-track > .os-scrollbar-handle {
  background: #438fca;
}

.scroll-body-ta-y::-webkit-scrollbar {
  width: 8px;
  height: 6px;
}

.scroll-body-ta-y::-webkit-scrollbar-track {
  background-color: #ebebeb;
}

.scroll-body-ta-y::-webkit-scrollbar-thumb {
  background: #438fca;
}

table.pricing th.package {
  width: 260px;
  white-space: nowrap;
}

table.pricing td {
  text-align: center;
}

@media (max-width: 991.98px) {
  .table-scroll th, .table-scroll td {
    white-space: nowrap;
  }
}

.purchase_mukul {
  padding: 5px 10px;
  border-radius: 3px;
  border: 1px solid #3081BF;
}

.reporting-definition th {
  white-space: nowrap;
}
@media (max-width: 767.98px) {
  .reporting-definition th {
    white-space: wrap;
  }
}

table {
  margin: 0 !important;
}
table th, table td {
  border: none;
  padding: 6px 8px !important;
  background: #fff;
  border-right: 1px solid #e5e5e5;
  vertical-align: middle;
}
table a {
  text-decoration: underline !important;
}
table a:hover {
  color: var(--black);
}

.reporting-definition th, .reporting-definition td {
  vertical-align: top;
}

.v-aln-top th, .v-aln-top td {
  vertical-align: top;
}

.table-responsive, .table-rpt-def {
  border: 1px solid #3081bf;
}

a.report, a.pdf, a.icon {
  white-space: nowrap;
  padding-left: 20px;
  display: -moz-inline-stack;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: 0 center;
}

a.pdf {
  background-image: url(../images/layout/icons/page_white_acrobat.png);
  font-size: 11.4px;
}

.table {
  background: none;
}

.ta__table .csm-table-ta {
  caption-side: bottom;
  border-collapse: collapse;
  width: 100%;
}
.ta__table .csm-table-ta thead th {
  background: #3081bf url(../images/title-bg2.gif) repeat-x center center;
  color: #fff;
  text-shadow: #404040 1px 1px;
  border-color: #3081bf;
  padding-bottom: 6px;
  font-size: 1.2rem;
  font-weight: bold;
}
.ta__table .csm-table-ta .th-red-hlts th {
  color: #d48008;
}
.ta__table .csm-table-ta tbody th {
  font-size: 1.2rem;
  font-family: var(--font-familly-arial);
}
.ta__table .csm-table-ta tbody td {
  font-size: 1.2rem;
}
.ta__table .csm-table-ta tbody tr.even td {
  background-color: #f2f2f2 !important;
}
.ta__table .csm-table-ta tbody tr.even th {
  background-color: #f2f2f2 !important;
}
.ta__table .csm-table-ta tbody td a {
  font-size: 1.2rem;
}
.ta__table .csm-table-ta tbody td ul li {
  margin-bottom: 5px;
}
.ta__table .csm-table-ta tbody td ul li:last-child {
  margin-bottom: 0px;
}
.ta__table .csm-table-ta tbody td ul li a {
  font-size: 11.4px;
}

table.tracks-dates ul.dates li {
  display: inline;
  white-space: nowrap;
  font-size: 1.2rem;
  color: #404040;
}

table.tracks-dates span.num-races {
  color: #999;
}

table.tracks-dates thead th {
  width: 98px;
}
table.tracks-dates tbody th {
  font-family: var(--font-familly) !important;
}

.reporting-definition tbody th {
  font-family: var(--font-familly) !important;
}

.title__ta_race_date h4 {
  font-size: 1.8rem;
  font-family: var(--font-familly-arial);
  font-weight: bold;
  margin-bottom: 1.4rem;
}

/**************************** Site Header **************************************/
@media (max-width: 991.98px) {
  .site__header__wrapper_mn {
    text-align: center;
  }
}
.site__header__wrapper_mn .site__logo__wrapper {
  position: relative;
}
@media (max-width: 991.98px) {
  .site__header__wrapper_mn .site__logo__wrapper {
    max-width: 150px;
  }
}
@media (max-width: 767.98px) {
  .site__header__wrapper_mn .site__logo__wrapper {
    max-width: 100px;
  }
}
.site__header__wrapper_mn .site__logo__wrapper::after {
  content: "";
  width: 18px;
  height: 35px;
  background: var(--white);
  position: absolute;
  right: -17px;
  bottom: 6px;
  -webkit-clip-path: polygon(100% 0, 0 0, 0 100%);
          clip-path: polygon(100% 0, 0 0, 0 100%);
}
.site__header__wrapper_mn .social__follow img {
  width: 1.8rem;
}
@media (max-width: 991.98px) {
  .site__header__wrapper_mn .social__follow img {
    width: 25px;
  }
}
.site__header__wrapper_mn .social__follow h6 {
  font-size: 1.3rem;
  margin-right: 2px;
  line-height: 13px;
  color: #999;
  font-family: Arial, Helvetica, sans-serif;
}
@media (max-width: 991.98px) {
  .site__header__wrapper_mn .social__follow h6 {
    display: none;
  }
}
.site__header__wrapper_mn .nav__secondary__mn {
  padding: 1rem 0;
}
@media (max-width: 991.98px) {
  .site__header__wrapper_mn .nav__secondary__mn {
    padding: 0;
    text-align: start;
  }
}
.site__header__wrapper_mn .nav__secondary__mn li {
  background-image: url(../image/icons/lisprtor.jpg);
  background-repeat: no-repeat;
  background-position: right center;
}
@media (max-width: 991.98px) {
  .site__header__wrapper_mn .nav__secondary__mn li {
    background: none;
    padding-bottom: 7px;
  }
}
.site__header__wrapper_mn .nav__secondary__mn li a {
  padding: 0 1rem;
  color: #414141;
  font-size: 1.3rem;
  font-family: Arial, Helvetica, sans-serif;
  transition: color 0.2s;
  text-decoration: none;
}
@media (max-width: 991.98px) {
  .site__header__wrapper_mn .nav__secondary__mn li a {
    padding: 0;
    color: var(--white);
    text-align: center;
    font-size: 16px;
  }
}
.site__header__wrapper_mn .nav__secondary__mn li a:hover {
  text-decoration: underline;
}
.site__header__wrapper_mn .nav__secondary__mn li:last-child {
  background-image: none;
}
.site__header__wrapper_mn .nav__secondary__mn li:last-child a {
  padding-right: 0;
}
.site__header__wrapper_mn .user__login_section {
  padding: 1rem 2rem;
}
@media (max-width: 991.98px) {
  .site__header__wrapper_mn .user__login_section {
    padding: 0;
  }
}
.site__header__wrapper_mn .user__login_section li {
  color: #e0f3ff;
  font-size: 1.2rem;
}
@media (max-width: 991.98px) {
  .site__header__wrapper_mn .user__login_section li {
    font-size: 17px;
  }
}
.site__header__wrapper_mn .user__login_section li a {
  color: #e0f3ff;
  text-decoration: none;
}
.site__header__wrapper_mn .user__login_section .t-dec-unline a {
  text-decoration: underline;
}
.site__header__wrapper_mn .user__login_section .t-dec-unline a:hover {
  text-decoration: none;
}
.site__header__wrapper_mn .toggle-menu {
  width: 25px;
  cursor: pointer;
  margin-left: 1rem;
}
.site__header__wrapper_mn .site__header__top_inner__wrapper {
  position: relative;
  padding-bottom: 2px;
}
.site__header__wrapper_mn .site__header__top_inner__wrapper::after {
  content: "";
  position: absolute;
  height: 43px;
  width: 100%;
  background-image: url(../image/icons/serchbg-sm.png);
  background-size: contain;
  background-position: left;
  bottom: 0;
  z-index: -1;
}
@media (max-width: 991.98px) {
  .site__header__wrapper_mn .site__header__top_inner__wrapper::after {
    display: none;
  }
}
.site__header__wrapper_mn .bg-hide {
  background-color: rgba(0, 0, 0, 0.5960784314);
  position: fixed;
  visibility: hidden;
  opacity: 0;
  z-index: 99;
  inset: 0;
  right: -20px;
  transition: all 0.3s;
}
.site__header__wrapper_mn .bg-hide.show__overlay {
  visibility: visible;
  opacity: 0.5;
}
.site__header__wrapper_mn .site__main_nav__bar__wrapper {
  background-color: var(--primary);
  color: var(--white);
}
.site__header__wrapper_mn .site__main_nav__bar__wrapper .site__main__inner__wrapper {
  transition: all 0.3s;
}
@media (max-width: 991.98px) {
  .site__header__wrapper_mn .site__main_nav__bar__wrapper .site__main__inner__wrapper {
    background-color: var(--primary);
    position: fixed;
    right: -500px;
    top: 0;
    visibility: hidden;
    bottom: 0;
    overflow-y: auto;
    padding: 0 2rem 5.5rem;
    z-index: 9999;
  }
}
.site__header__wrapper_mn .site__main_nav__bar__wrapper .site__main__inner__wrapper.mobile__active {
  width: 500px;
  right: 0;
  visibility: visible;
}
@media (max-width: 767.98px) {
  .site__header__wrapper_mn .site__main_nav__bar__wrapper .site__main__inner__wrapper.mobile__active {
    width: 100%;
  }
}
.site__header__wrapper_mn .site__main_nav__bar__wrapper .site__main__inner__wrapper .nav__footer {
  background-color: var(--primary);
  position: fixed;
  bottom: 0;
  padding: 1rem 1rem 1rem 0;
  right: auto;
  z-index: 99;
}
.site__header__wrapper_mn .site__main_nav__bar__wrapper .close-menu-btn {
  width: 26px;
  cursor: pointer;
}
.site__header__wrapper_mn .site__main_nav__bar__wrapper .site__inner_nav__wrapper {
  display: flex;
  justify-content: center;
  padding: 1rem 1rem 0;
  border-radius: 0 0 8px 8px;
  box-shadow: 0 6px 4px -3px #333055;
}
@media (max-width: 991.98px) {
  .site__header__wrapper_mn .site__main_nav__bar__wrapper .site__inner_nav__wrapper {
    box-shadow: none;
    flex-direction: column;
    padding: 0;
    align-items: flex-start;
    margin-top: 2rem;
  }
}
.site__header__wrapper_mn .site__main_nav__bar__wrapper .site__inner_nav__wrapper > li {
  padding: 0 1rem;
  background-image: url(../image/icons/lisprtor.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  padding-bottom: 1rem;
  background-size: 3px auto;
  position: relative;
}
@media (max-width: 991.98px) {
  .site__header__wrapper_mn .site__main_nav__bar__wrapper .site__inner_nav__wrapper > li {
    background: none;
    padding: 0 0 7px;
    width: 100%;
  }
}
.site__header__wrapper_mn .site__main_nav__bar__wrapper .site__inner_nav__wrapper > li:last-child {
  background-image: none;
}
.site__header__wrapper_mn .site__main_nav__bar__wrapper .site__inner_nav__wrapper > li > a {
  color: #f0f9fe;
  padding: 0px 1.5rem 0 1.2rem;
  display: flex;
  font-size: 1.5rem;
  height: 30px;
  font-family: Arial, Helvetica, sans-serif;
  align-items: center;
  background-size: auto 35px;
  position: relative;
  transition: color 0.3s;
  text-decoration: none;
}
@media (max-width: 1199.98px) {
  .site__header__wrapper_mn .site__main_nav__bar__wrapper .site__inner_nav__wrapper > li > a {
    font-size: 1.3rem;
  }
}
@media (max-width: 991.98px) {
  .site__header__wrapper_mn .site__main_nav__bar__wrapper .site__inner_nav__wrapper > li > a {
    color: var(--white);
    padding: 0;
    font-size: 17px;
    justify-content: space-between;
  }
}
.site__header__wrapper_mn .site__main_nav__bar__wrapper .site__inner_nav__wrapper > li > a .drop-down-icon img {
  width: 15px;
  margin-left: 6px;
  margin-top: -4px;
}
@media (min-width: 992px) {
  .site__header__wrapper_mn .site__main_nav__bar__wrapper .site__inner_nav__wrapper > li:hover > a {
    color: var(--primary);
    background-image: url(../image/icons/righthover.png);
    background-repeat: no-repeat;
    background-position: right center;
  }
  .site__header__wrapper_mn .site__main_nav__bar__wrapper .site__inner_nav__wrapper > li:hover > a::after {
    content: "";
    position: absolute;
    background-image: url(../image/icons/lefthover.png);
    height: 100%;
    width: 10px;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 35px;
    left: -2px;
    bottom: 0;
  }
  .site__header__wrapper_mn .site__main_nav__bar__wrapper .site__inner_nav__wrapper > li > a.active {
    color: var(--primary);
    background-image: url(../image/icons/righthover.png);
    background-repeat: no-repeat;
    background-position: right center;
  }
  .site__header__wrapper_mn .site__main_nav__bar__wrapper .site__inner_nav__wrapper > li > a.active::after {
    content: "";
    position: absolute;
    background-image: url(../image/icons/lefthover.png);
    height: 100%;
    width: 10px;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 35px;
    left: -2px;
    bottom: 0;
  }
}
@media (max-width: 991.98px) {
  .site__header__wrapper_mn .site__main_nav__bar__wrapper .site__inner_nav__wrapper > li > a.active {
    color: var(--primary);
    background-image: none;
    background-color: var(--white);
    padding: 1rem;
    border-radius: 5px;
  }
  .site__header__wrapper_mn .site__main_nav__bar__wrapper .site__inner_nav__wrapper > li > a.active::after {
    display: none;
  }
}
.site__header__wrapper_mn .site__main_nav__bar__wrapper .site__inner_nav__wrapper > li .drop-down-menu {
  position: absolute;
  border: 1px solid #DADADA;
  border: 4px solid #3081BF;
  display: none;
  top: 100%;
  animation: drop-down 0.2s ease-in;
  background-color: var(--white);
  z-index: 99;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}
@media (max-width: 991.98px) {
  .site__header__wrapper_mn .site__main_nav__bar__wrapper .site__inner_nav__wrapper > li .drop-down-menu {
    width: 100%;
    position: relative;
    display: block;
    border: none;
    padding: 0;
    max-height: 0;
    overflow: hidden;
    transition: 0.3s linear;
    background-color: transparent;
  }
  .site__header__wrapper_mn .site__main_nav__bar__wrapper .site__inner_nav__wrapper > li .drop-down-menu.show {
    max-height: 600px;
    border-left: none;
    border-right: none;
    margin-top: 1rem;
    text-align: start;
  }
}
.site__header__wrapper_mn .site__main_nav__bar__wrapper .site__inner_nav__wrapper > li .drop-down-menu li a {
  font-size: 1.3rem;
  color: var(--primary);
  white-space: nowrap;
  padding: 0.7rem 1.2rem;
  display: block;
  transition: all 0.3s;
  text-decoration: none;
}
@media (max-width: 991.98px) {
  .site__header__wrapper_mn .site__main_nav__bar__wrapper .site__inner_nav__wrapper > li .drop-down-menu li a {
    font-size: 14px;
    color: var(--white);
  }
}
@media (min-width: 992px) {
  .site__header__wrapper_mn .site__main_nav__bar__wrapper .site__inner_nav__wrapper > li .drop-down-menu li a:hover {
    color: var(--white);
    background-color: var(--primary);
  }
}
@media (min-width: 992px) {
  .site__header__wrapper_mn .site__main_nav__bar__wrapper .site__inner_nav__wrapper > li:hover .drop-down-menu {
    display: block;
  }
}
@keyframes drop-down {
  from {
    transform: translateY(-12px);
    opacity: 0;
  }
  to {
    transform: translateY(0px);
    opacity: 1;
  }
}

/**************************** Home Slider **************************************/
.ta__banner__slider {
  background-color: var(--primary);
  color: var(--white);
  padding: 5rem 0 14rem;
  background-image: url(../image/BG-Images/banner-bg.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
}
@media (max-width: 991.98px) {
  .ta__banner__slider {
    background-size: cover;
    background-position: center center;
    padding: 4rem 0 3rem;
  }
}
@media (max-width: 767.98px) {
  .ta__banner__slider {
    min-height: auto;
  }
}
@media (max-width: 991.98px) {
  .ta__banner__slider .swiper .swiper-wrapper {
    padding-bottom: 4rem;
  }
}
.ta__banner__slider .swiper .swiper-wrapper .swiper-slide .swiper__inner_wrapper {
  display: flex;
  align-items: flex-start;
  gap: 2rem;
}
@media (max-width: 991.98px) {
  .ta__banner__slider .swiper .swiper-wrapper .swiper-slide .swiper__inner_wrapper {
    flex-direction: column;
    gap: 0rem;
  }
}
.ta__banner__slider .swiper .swiper-wrapper .swiper-slide .swiper__inner_wrapper .ta__banner__desp {
  padding-top: 4rem;
  width: 100%;
}
@media (max-width: 991.98px) {
  .ta__banner__slider .swiper .swiper-wrapper .swiper-slide .swiper__inner_wrapper .ta__banner__desp {
    padding-top: 1rem;
  }
}
.ta__banner__slider .swiper .swiper-wrapper .swiper-slide .swiper__inner_wrapper .ta__banner__desp .content__slide {
  background-image: url(../image/BG-Images/blueline.jpg);
  background-repeat: no-repeat;
  background-position: left bottom;
  padding-bottom: 2.6rem;
  background-size: 100%;
}
@media (max-width: 991.98px) {
  .ta__banner__slider .swiper .swiper-wrapper .swiper-slide .swiper__inner_wrapper .ta__banner__desp .content__slide {
    background-size: 100% 6px;
    background-position: center bottom;
    padding-bottom: 4rem;
  }
}
.ta__banner__slider .swiper .swiper-wrapper .swiper-slide .swiper__inner_wrapper .ta__banner__desp .content__slide h2 {
  font-size: 3rem;
  padding-bottom: 1.5rem;
  font-family: var(--font-familly-sec);
}
.ta__banner__slider .swiper .swiper-wrapper .swiper-slide .swiper__inner_wrapper .ta__banner__desp .content__slide h2 span img {
  width: 5rem;
}
.ta__banner__slider .swiper .swiper-wrapper .swiper-slide .swiper__inner_wrapper .ta__banner__desp .content__slide h2 sup {
  color: #f89600;
  font-weight: bold;
}
.ta__banner__slider .swiper .swiper-wrapper .swiper-slide .swiper__inner_wrapper .ta__banner__desp .content__slide p {
  font-size: 1.5rem;
  color: #d4eefe;
}
.ta__banner__slider .swiper .swiper-wrapper .swiper-slide .swiper__inner_wrapper .ta__banner__desp .content__slide p a {
  color: var(--white);
  font-size: 1.5rem;
  margin-left: 3px;
  font-weight: 500;
  text-decoration: none;
}
.ta__banner__slider .swiper .swiper-wrapper .swiper-slide .swiper__inner_wrapper .ta__banner__desp .content__slide p a:hover {
  text-decoration: underline;
}
.ta__banner__slider .swiper .swiper-wrapper .swiper-slide .swiper__inner_wrapper .ta__banner__desp .content__slide .slider__list li {
  background: url(../image/icons/banner-list.png) no-repeat;
  padding-left: 20px;
  color: #D4EEFE;
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 5px;
  background-position: top left;
}
.ta__banner__slider .swiper .swiper-wrapper .swiper-slide .swiper__inner_wrapper .ta__banner_image {
  width: 100%;
}
@media (max-width: 991.98px) {
  .ta__banner__slider .swiper .swiper-wrapper .swiper-slide .swiper__inner_wrapper .ta__banner_image {
    margin-top: 3.4rem;
  }
}
.ta__banner__slider .swiper .swiper-wrapper .swiper-slide .swiper__inner_wrapper .ta__banner_image img {
  border: 7px solid var(--white);
}
.ta__banner__slider .swiper .swiper-wrapper .swiper-slide .swiper__inner_wrapper > div {
  flex: 1;
}
.ta__banner__slider .swiper .swiper-wrapper .swiper-slide-active .content__slide h2, .ta__banner__slider .swiper .swiper-wrapper .swiper-slide-active .content__slide p {
  animation: fade-in 0.9s ease-in;
}
.ta__banner__slider .swiper .swiper-wrapper .swiper-slide-active .ta__banner_image img {
  animation: zoom-in 0.9s ease-in;
}
@keyframes fade-in {
  from {
    transform: translateY(-15px);
    opacity: 0;
  }
  to {
    transform: translateY(0px);
    opacity: 1;
  }
}
@keyframes zoom-in {
  from {
    transform: scale(0.96);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
.ta__banner__slider .swiper .swiper-pagination {
  text-align: left;
}
.ta__banner__slider .swiper .swiper-pagination .swiper-pagination-bullet {
  width: 15px;
  border-radius: 0;
  height: 5px;
}
.ta__banner__slider .swiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--white);
}

/**************************** Tab section **************************************/
.ta__main__tab__wrapper {
  margin-top: -100px;
  padding-bottom: 1rem;
  margin-bottom: 6rem;
}
@media (max-width: 991.98px) {
  .ta__main__tab__wrapper {
    margin-top: 0;
    margin-bottom: 1rem;
  }
}
.ta__main__tab__wrapper .nav {
  gap: 3rem;
}
@media (max-width: 11199.98px) {
  .ta__main__tab__wrapper .nav {
    gap: 2rem;
  }
}
@media (max-width: 767.98px) {
  .ta__main__tab__wrapper .nav {
    flex-direction: column;
    gap: 1rem;
  }
}
.ta__main__tab__wrapper .nav li {
  flex: 1;
}
.ta__main__tab__wrapper .nav li .nav-link {
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: contain;
  min-height: 100px;
  width: 100%;
}
@media (max-width: 991.98px) {
  .ta__main__tab__wrapper .nav li .nav-link {
    box-shadow: 0px 15px 15px -10px #111;
    border-radius: 5px;
  }
}
.ta__main__tab__wrapper .nav li .nav-link.active {
  min-height: 116px;
}
@media (max-width: 991.98px) {
  .ta__main__tab__wrapper .nav li .nav-link.active {
    min-height: 73px;
  }
}
@media (max-width: 767.98px) {
  .ta__main__tab__wrapper .nav li .nav-link.active {
    min-height: 87px;
  }
}
@media (max-width: 991.98px) {
  .ta__main__tab__wrapper .nav li .nav-link {
    max-width: 305px;
    width: 100%;
    min-height: 63px;
    margin: auto;
  }
}
@media (max-width: 767.98px) {
  .ta__main__tab__wrapper .nav li .nav-link {
    min-height: 70px;
    max-width: 250px;
  }
}
.ta__main__tab__wrapper .nav li:nth-child(1) button {
  background-image: url(../image/icons/whynow.jpg);
}
.ta__main__tab__wrapper .nav li:nth-child(1) button.active {
  background-image: url(../image/icons/whynow-ho.png);
  background-color: transparent;
  box-shadow: 0px 15px 10px -15px #111;
}
.ta__main__tab__wrapper .nav li:nth-child(2) button {
  background-image: url(../image/icons/join-for-free-1.png);
}
.ta__main__tab__wrapper .nav li:nth-child(2) button.active {
  background-image: url(../image/icons/join-for-free.png);
  background-color: transparent;
  box-shadow: 0px 15px 10px -15px #111;
}
.ta__main__tab__wrapper .nav li:nth-child(3) button {
  background-image: url(../image/icons/take-tour.jpg);
}
.ta__main__tab__wrapper .nav li:nth-child(3) button.active {
  background-image: url(../image/icons/take-tour-ho.png);
  background-color: transparent;
  box-shadow: 0px 15px 10px -15px #111;
}
.ta__main__tab__wrapper .tab-content-form {
  position: relative;
}
.ta__main__tab__wrapper .tab-content-form .top__badge {
  position: relative;
}
.ta__main__tab__wrapper .tab-content-form .top__badge::before {
  content: "";
  -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
          clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  background-color: #d47f08;
  width: 2rem;
  height: 2rem;
  position: absolute;
  left: -19.5px;
  z-index: 999;
}
.ta__main__tab__wrapper .tab-content-form .top__badge::after {
  content: "";
  -webkit-clip-path: polygon(100% 100%, 0 0, 0 99%);
          clip-path: polygon(100% 100%, 0 0, 0 99%);
  background-color: #d47f08;
  width: 2rem;
  height: 2rem;
  position: absolute;
  right: -19.5px;
  z-index: 999;
  top: 0;
}
.ta__main__tab__wrapper .tab-content-form .form__main_wrapper {
  box-shadow: 0px 0px 8px 0px rgb(117, 117, 117);
  border-radius: 0 0 5px 5px;
}
.ta__main__tab__wrapper .tab-content-form .top__signup {
  background: var(--bg-color-grad);
  padding: 2rem 0 3rem;
  -webkit-clip-path: polygon(50% 100%, 100% 71%, 100% 0%, 0% 0%, 0% 71%);
          clip-path: polygon(50% 100%, 100% 71%, 100% 0%, 0% 0%, 0% 71%);
  text-align: center;
  color: var(--white);
}
.ta__main__tab__wrapper .tab-content-form .top__signup h2 {
  font-size: 2.7rem;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  font-weight: 600;
}
.ta__main__tab__wrapper .tab-content-form .top__signup p {
  font-size: 1.7rem;
}
.ta__main__tab__wrapper .tab-content-form .ta__form {
  margin-top: 2rem;
  padding: 0 1.5rem 1.5rem;
}
.ta__main__tab__wrapper .tab-content-form .ta__form .form-group .btn-signup {
  background-image: url(../image/icons/button.png);
  width: 155px;
  height: 35px;
  background-repeat: no-repeat;
  background-size: cover;
  margin: auto;
  display: flex;
  margin-top: 2rem;
  text-align: center;
  justify-content: center;
  font-size: 1.4rem;
  font-weight: 600;
}
.ta__main__tab__wrapper .tab-content-form .ta__form .form-group .form-check-label em {
  color: red;
}
.ta__main__tab__wrapper .tab-content-form .ta__form .existing-login {
  text-align: right;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  font-size: 1.3rem;
  color: #5897be;
  margin-top: 2rem;
  text-decoration: underline;
}
.ta__main__tab__wrapper .tab-content-form .ta__form .existing-login:hover {
  text-decoration: none;
}
.ta__main__tab__wrapper .ta__tab_mn__wrapper {
  background-color: #dadada;
  width: 100%;
  padding: 7px;
  border-radius: 7px;
}
.ta__main__tab__wrapper .ta__tab_mn__wrapper .ta__tab__inner {
  box-shadow: 0px 0px 5px 0px rgb(173, 173, 173);
  background-color: var(--white);
  border-radius: 6px;
  position: relative;
}
.ta__main__tab__wrapper .ta__tab_mn__wrapper .ta__tab__inner .title__tabs h3 {
  font-size: 2.5rem;
  color: #1b71a7;
  font-family: var(--font-familly-sec);
  font-weight: 600;
  background-color: var(--white);
  text-align: center;
  padding: 0 1rem;
  min-width: 550px;
  position: absolute;
  left: 50%;
  top: -20px;
  transform: translateX(-50%);
}
@media (max-width: 767.98px) {
  .ta__main__tab__wrapper .ta__tab_mn__wrapper .ta__tab__inner .title__tabs h3 {
    min-width: auto;
    position: static;
    transform: translateX(0);
    font-size: 2rem;
    padding: 1rem 0 0;
  }
}
.ta__main__tab__wrapper .ta__tab_mn__wrapper .ta__tab__inner .title__tabs h3 span {
  color: #727272;
  text-transform: uppercase;
}
.ta__main__tab__wrapper .ta__tab_mn__wrapper .ta__tab__inner .tab-content {
  padding: 2rem 0 2rem 1.2rem;
}
.ta__main__tab__wrapper .ta__tab_mn__wrapper .ta__tab__inner .tab-content .desp__content p {
  padding-right: 1.2rem;
}
.ta__main__tab__wrapper .ta__tab_mn__wrapper .ta__tab__inner .tab-content .list-reports li {
  border-bottom: 1px dashed #b5b5b5;
  padding-bottom: 1rem;
  margin-bottom: 1.5rem;
}
.ta__main__tab__wrapper .ta__tab_mn__wrapper .ta__tab__inner .tab-content .bottom__contant > p {
  margin-bottom: 1.2rem;
}
.ta__main__tab__wrapper .ta__tab_mn__wrapper .ta__tab__inner .tab-content .bottom__contant .content-btm p {
  margin-bottom: 1.2rem;
}
.ta__main__tab__wrapper .ta__tab_mn__wrapper .ta__tab__inner .tab-content .right__our_projects {
  background-color: #ebebeb;
  border-radius: 1.2rem 0 0 1.2rem;
}
@media (max-width: 767.98px) {
  .ta__main__tab__wrapper .ta__tab_mn__wrapper .ta__tab__inner .tab-content .right__our_projects {
    margin-bottom: 1.2rem;
  }
}
.ta__main__tab__wrapper .ta__tab_mn__wrapper .ta__tab__inner .tab-content .right__our_projects h5 {
  padding-left: 10px;
  margin: 0;
  font-size: 19px;
  color: var(--white);
  background: var(--bg-color-grad);
  padding: 0.8rem 1rem;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  border-radius: 1.2rem 0 0 1.2rem;
}
.ta__main__tab__wrapper .ta__tab_mn__wrapper .ta__tab__inner .tab-content .right__our_projects ul {
  padding: 0 1.2rem 1.2rem;
}
.ta__main__tab__wrapper .ta__tab_mn__wrapper .ta__tab__inner .tab-content .right__our_projects ul li {
  border-bottom: 1px dashed #a7a7a7;
  font-size: 1.4rem;
  padding-bottom: 0.8rem;
  margin-top: 0.8rem;
}
.ta__main__tab__wrapper .ta__tab_mn__wrapper .ta__tab__inner .tab-content .right__our_projects ul li:last-child {
  border: none;
  padding-bottom: 0;
}
.ta__main__tab__wrapper .ta__tab_mn__wrapper .ta__tab__inner .tab-content .right__our_projects ul li a {
  text-decoration: none;
  font-weight: bold;
}
.ta__main__tab__wrapper .ta__tab_mn__wrapper .ta__tab__inner .tab-content .right__our_projects ul li a:hover {
  text-decoration: underline;
}
.ta__main__tab__wrapper .ta__tab_mn__wrapper .ta__tab__inner .tab-content .tab__top__title {
  margin: 1rem 0 2rem;
}
.ta__main__tab__wrapper .ta__tab_mn__wrapper .ta__tab__inner .tab-content .tab__top__title h3 {
  color: #1b71a7;
  font-size: 2.2rem;
  line-height: 24px;
  border-bottom: 1px dashed #d4d4d4;
  font-weight: bold;
  padding-bottom: 1.2rem;
  font-family: Arial, Helvetica, sans-serif;
}
@media (max-width: 767.98px) {
  .ta__main__tab__wrapper .ta__tab_mn__wrapper .ta__tab__inner .tab-content .tab__top__title h3 {
    font-size: 1.8rem;
  }
}
.ta__main__tab__wrapper .ta__tab_mn__wrapper .ta__tab__inner .tab-content .cmn-tab-content ul li {
  border: none;
}
.ta__main__tab__wrapper .ta__tab_mn__wrapper .ta__tab__inner .tab-content .why__join {
  margin-top: 3rem;
}
.ta__main__tab__wrapper .ta__tab_mn__wrapper .ta__tab__inner .tab-content .why__join li {
  padding: 5px 0 35px 0;
  width: 100%;
  overflow: hidden;
  display: flex;
  gap: 2rem;
}
@media (max-width: 767.98px) {
  .ta__main__tab__wrapper .ta__tab_mn__wrapper .ta__tab__inner .tab-content .why__join li {
    flex-direction: column;
  }
}
.ta__main__tab__wrapper .ta__tab_mn__wrapper .ta__tab__inner .tab-content .why__join li .left-img-icon {
  flex: 0 0 5rem;
}
@media (max-width: 767.98px) {
  .ta__main__tab__wrapper .ta__tab_mn__wrapper .ta__tab__inner .tab-content .why__join li .left-img-icon {
    flex: 0 0 auto;
    display: flex;
    gap: 2rem;
    align-items: center;
  }
}
@media (max-width: 767.98px) {
  .ta__main__tab__wrapper .ta__tab_mn__wrapper .ta__tab__inner .tab-content .why__join li .left-img-icon img {
    flex: 0 0 4rem;
  }
}

/****************************  Site Footer **************************************/
.site__footer_wrapper {
  padding: 1.5rem 0 2rem;
  background-image: url(../image/BG-Images/footerbg.jpg);
  background-repeat: repeat no-repeat;
  background-size: contain;
  background-position: left bottom;
}
.site__footer_wrapper .title__footer {
  background-color: #4a4a4a;
  padding: 1.5rem 1rem;
}
.site__footer_wrapper .title__footer a {
  color: var(--white);
  font-size: 1.3rem;
  font-weight: 600;
  text-decoration: none;
}
.site__footer_wrapper .title__footer a:hover {
  color: #d6ccc2;
}
@media (max-width: 1399.98px) {
  .site__footer_wrapper .title__footer a {
    font-size: 1.2rem;
  }
}
@media (max-width: 991.98px) {
  .site__footer_wrapper .title__footer a {
    font-size: 1.4rem;
  }
}
.site__footer_wrapper .footer__menu {
  margin-top: 1.2rem;
}
@media (max-width: 991.98px) {
  .site__footer_wrapper .footer__menu {
    margin-top: 1.8rem;
  }
}
.site__footer_wrapper .footer__menu li {
  margin-bottom: 0.5rem;
  padding: 0 1rem;
}
@media (max-width: 991.98px) {
  .site__footer_wrapper .footer__menu li {
    margin-bottom: 1rem;
  }
}
.site__footer_wrapper .footer__menu li a {
  font-size: 1.2rem;
  color: #76aacb;
  text-decoration: none;
}
@media (max-width: 991.98px) {
  .site__footer_wrapper .footer__menu li a {
    font-size: 1.4rem;
  }
}
.site__footer_wrapper .footer__menu li a:hover {
  text-decoration: underline;
}
.site__footer_wrapper .ul__mn_first__chld {
  display: flex;
  align-items: flex-start;
  gap: 13rem;
}
@media (max-width: 1399.98px) {
  .site__footer_wrapper .ul__mn_first__chld {
    gap: 10rem;
  }
}
@media (max-width: 1199.98px) {
  .site__footer_wrapper .ul__mn_first__chld {
    justify-content: space-between;
    padding-right: 18rem;
  }
}
@media (max-width: 991.98px) {
  .site__footer_wrapper .ul__mn_first__chld {
    flex-direction: column;
    justify-content: flex-start;
    gap: 0;
  }
}
.site__footer_wrapper .bottom__footer {
  background-color: var(--white);
  background-image: url(../image/BG-Images/blogbg.jpg);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
}
.site__footer_wrapper .bottom__footer .payment__methods__mn h6 {
  margin-bottom: 1rem;
  font-size: 1.5rem;
  color: #303030;
  padding-left: 0.8rem;
}
.site__footer_wrapper .bottom__footer .footer__logo {
  max-width: 128px;
  margin: auto;
}
@media (max-width: 991.98px) {
  .site__footer_wrapper .bottom__footer .footer__logo {
    display: none;
  }
}
.site__footer_wrapper .bottom__footer .copy__right {
  font-size: 1.4rem;
  text-align: end;
}
@media (max-width: 991.98px) {
  .site__footer_wrapper .bottom__footer .copy__right {
    text-align: start;
    margin-top: 1rem;
    font-size: 1.3rem;
  }
}
.site__footer_wrapper .bottom__footer .copy__right a:hover {
  text-decoration: underline;
}

/****************************  Site All Banner section **************************************/
.top__banner_main__wrapper {
  background-image: url(../image/BG-Images/headerbg1.png);
  background-color: var(--primary);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top center;
}
@media (max-width: 991.98px) {
  .top__banner_main__wrapper {
    background-size: cover;
  }
}
.top__banner_main__wrapper .top__banner_content {
  padding: 2.8rem 0;
}
.top__banner_main__wrapper .top__banner_content h2 {
  font-size: 2.6rem;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--white);
}
@media (max-width: 767.98px) {
  .top__banner_main__wrapper .top__banner_content h2 {
    font-size: 2.3rem;
  }
}
.top__banner_main__wrapper .top__banner_content p {
  font-size: 1.5rem;
  color: #acd6ef;
  padding: 0.5rem 0 0;
  line-height: 1.9rem;
}
.top__banner_main__wrapper .banner__images {
  max-width: 120px;
  display: flex;
  align-items: end;
  height: 100%;
}
@media (max-width: 991.98px) {
  .top__banner_main__wrapper .banner__images {
    display: none;
  }
}
.top__banner_main__wrapper .short-banner-image {
  max-width: 180px;
}

/****************************  Site All content wrapper **************************************/
.site__content__wrapper .site__side_bar__menu {
  height: 100%;
  box-shadow: -9px 0 10px -4px rgb(212, 212, 212) inset;
  border-left: 1px solid #dedede;
}
.site__content__wrapper .site__side_bar__menu .page__title {
  padding: 3rem 1.5rem;
}
.site__content__wrapper .site__side_bar__menu .page__title h4 {
  color: var(--bg-color-grad);
  font-size: 1.6rem;
  font-family: var(--font-familly-arial);
  text-transform: capitalize;
  font-weight: bold;
}
@media (max-width: 1199.98px) {
  .site__content__wrapper .site__side_bar__menu .page__title h4 {
    font-size: 1.4rem;
  }
}
@media (max-width: 991.98px) {
  .site__content__wrapper .site__side_bar__menu .page__title h4 {
    font-size: 1.7rem;
  }
}
.site__content__wrapper .site__side_bar__menu h5 {
  padding: 1.6rem 1.5rem;
  font-size: 1.4rem;
  color: var(--black);
  font-weight: bold;
  font-family: var(--font-familly-arial);
}
@media (max-width: 1199.98px) {
  .site__content__wrapper .site__side_bar__menu h5 {
    font-size: 1.3rem;
    padding: 1.4rem 1rem;
  }
}
@media (max-width: 991.98px) {
  .site__content__wrapper .site__side_bar__menu h5 {
    font-size: 1.4rem;
    padding: 1.6rem 1.5rem;
  }
}
.site__content__wrapper .site__side_bar__menu .nav__menu {
  margin-bottom: 4rem;
}
.site__content__wrapper .site__side_bar__menu .nav__menu li {
  position: relative;
}
.site__content__wrapper .site__side_bar__menu .nav__menu li a {
  display: flex;
  padding: 1.6rem 1.5rem;
  font-size: 12.5px;
  color: #3081bf;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: capitalize;
  border: 1px solid #c8c8c8;
  border-bottom: none;
  border-left: none;
  background-image: url(../image/icons/right-arrow.svg);
  background-repeat: no-repeat;
  background-position: 98.6% center;
  background-size: 2.1rem;
  transition: all 0.3s;
  text-decoration: none;
}
@media (max-width: 1199.98px) {
  .site__content__wrapper .site__side_bar__menu .nav__menu li a {
    font-size: 11.5px;
    padding: 1.4rem 1rem;
  }
}
@media (max-width: 991.98px) {
  .site__content__wrapper .site__side_bar__menu .nav__menu li a {
    font-size: 1.4rem;
    padding: 1.6rem 1.5rem;
  }
}
.site__content__wrapper .site__side_bar__menu .nav__menu li a:hover {
  color: var(--black);
  background-image: url(../image/icons/right-arrow-black.svg);
  background-position: 99.4% center;
}
/* .site__content__wrapper .site__side_bar__menu .nav__menu li.current a {
  background-color: var(--white);
  border-right: none;
  color: var(--bg-color-grad);
  background-image: url(../image/icons/right-arrow-black.svg);
} */
.site__content__wrapper .site__side_bar__menu .nav__menu li > ul li:last-child a {
  border-bottom: 1px solid #c8c8c8;
}
.site__content__wrapper .site__side_bar__menu .nav__menu li > ul li.account-alerts-main {
  border-bottom: 1px solid #c8c8c8;
}
.site__content__wrapper .site__side_bar__menu .nav__menu li > ul li.current a {
  background-color: var(--white);
  border-right: none;
  color: var(--bg-color-grad);
  background-image: url(../image/icons/right-arrow-black.svg);
}

.site__content__wrapper .site__side_bar__menu .nav_secondary_menu_ li.current a {
  background-color: var(--white);
  border-right: none;
  color: var(--bg-color-grad);
  background-image: url(../image/icons/right-arrow-black.svg);
}
.site__content__wrapper .site__side_bar__menu .nav__menu li.account-alerts-main {
  border-bottom: 1px solid #c8c8c8;
}
.site__content__wrapper .site__side_bar__menu .nav__menu li:last-child a {
  border-bottom: 1px solid #c8c8c8;
}
.site__content__wrapper .site__side_bar__menu .side_bar_bottom_image {
  padding: 0 2rem 4rem 2rem;
}
@media (max-width: 991.98px) {
  .site__content__wrapper .site__side_bar__menu .side_bar_bottom_image {
    display: flex;
    gap: 3rem;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
    padding: 0 2rem 3rem 2rem;
  }
}

.site__content__wrapper .site__inner__content__wrapper {
  height: 100%;
  padding: 2rem 0 4rem 2rem;
  min-height: 650px;
}
@media (max-width: 991.98px) {
  .site__content__wrapper .site__inner__content__wrapper {
    padding-left: 0;
    min-height: auto;
  }
}
@media (min-width: 992px) {
  .site__content__wrapper .site__inner__content__wrapper {
    padding-right: 2.2rem;
    border-right: 1px dashed #d9d9d9;
  }
}
.site__content__wrapper .site__inner__content__wrapper .content__top__title {
  padding-bottom: 2rem;
}
.site__content__wrapper .site__inner__content__wrapper .content__top__title h3 {
  font-size: 2.8rem;
  font-family: var(--font-familly-arial);
}
.site__content__wrapper .site__inner__content__wrapper div.highlight {
  background: #f0f0f0;
  border: 1px solid #ccc;
  padding: 16px 16px;
  overflow: hidden;
  margin-top: 3rem;
}
.site__content__wrapper .site__inner__content__wrapper div.highlight .login-links {
  margin-bottom: 2rem;
  background: url(../image/icons/divider-horizontal-light.png) repeat-x 0 100%;
  padding-bottom: 2rem;
}
.site__content__wrapper .site__inner__content__wrapper div.highlight .login-links li {
  background: url(../images/layout/icons/help.png) no-repeat 16px 0;
  background-position: 0 0;
  padding-left: 24px;
  font-size: 1.3rem;
  margin-bottom: 0.4rem;
}
.site__content__wrapper .site__inner__content__wrapper div.highlight h3 {
  font-weight: bold;
  font-family: var(--font-familly-arial);
  margin-bottom: 1.6rem;
}

.d-flex-highlight {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}
@media (max-width: 767.98px) {
  .d-flex-highlight {
    flex-direction: column;
  }
}
.d-flex-highlight > ul {
  flex: 1;
}
.d-flex-highlight > ul .factors {
  margin-bottom: 2rem;
  padding-left: 2rem;
}
@media (max-width: 767.98px) {
  .d-flex-highlight > ul .factors {
    padding-left: 1.2rem;
  }
}

.list-tick-mn li {
  padding-left: 24px;
  background: url(../images/layout/icons/tick.png) no-repeat 0 center !important;
  font-size: 1.2rem;
}

.flex-box-ta {
  display: flex;
  gap: 1rem;
}
@media (max-width: 767.98px) {
  .flex-box-ta {
    flex-direction: column;
  }
}
.flex-box-ta > li {
  flex: 1;
}

.emg-form.jump {
  border: 1px solid #d6ccc2;
  background: #f4f1ee;
  padding: 10px 8px;
  overflow: hidden;
  display: flex;
  align-items: center;
  gap: 1rem;
  justify-content: space-between;
}
@media (max-width: 767.98px) {
  .emg-form.jump {
    flex-direction: column;
    align-items: flex-start;
  }
}

.emg-form.jump fieldset {
  flex: 1;
}
.emg-form.jump fieldset.first-fld-set-mn {
  flex: 2;
}
.emg-form.jump .first-fld-set-mn {
  display: flex;
  align-items: center;
}
@media (max-width: 767.98px) {
  .emg-form.jump .first-fld-set-mn {
    flex-direction: column;
    flex: 0 0 100%;
    width: 100%;
    align-items: flex-start;
    gap: 1rem;
  }
}
.emg-form.jump .first-fld-set-mn .form-select {
  flex: 1;
  font-size: 1.1rem;
}
.emg-form.jump .first-fld-set-mn label {
  flex: 0 0 220px;
  font-size: 1.2rem;
  font-weight: bold;
}
@media (max-width: 1199.98px) {
  .emg-form.jump .first-fld-set-mn label {
    font-size: 1.1rem;
    flex: 0 0 190px;
  }
}
@media (max-width: 991.98px) {
  .emg-form.jump .first-fld-set-mn label {
    font-size: 1.2rem;
    flex: 0 0 220px;
  }
}
@media (max-width: 767.98px) {
  .emg-form.jump .first-fld-set-mn label {
    flex: auto;
  }
}
.emg-form.jump .flr-set-link-p {
  text-align: right;
}
.emg-form.jump .flr-set-link-p a {
  font-size: 1.2rem;
}

.list-tick-mn h4 {
  color: var(--black);
  font-weight: bold;
  font-family: var(--font-familly-arial);
  font-size: 1.4rem;
}

ul.list span {
  color: #2779b8;
  font-size: 12px;
  font-weight: 400;
}

ul.list p {
  font-weight: bold;
  font-family: var(--font-familly-arial);
}

.view-all-stl {
  padding-left: 21px;
  margin-left: 13px;
  font-weight: bold;
  display: block;
  color: #2779b8;
  font-size: 12px;
  background: url(../images/pdf.gif) left 11px no-repeat;
  line-height: 40px;
  text-decoration: none;
}

.main-list-view-wrapper-pakage {
  margin-top: 2rem;
}
.main-list-view-wrapper-pakage .packageBox {
  display: flex;
  align-items: flex-start;
  border: 1px solid #d9d9d9;
  margin-bottom: 2rem;
}
@media (max-width: 767.98px) {
  .main-list-view-wrapper-pakage .packageBox {
    flex-direction: column;
  }
}
.main-list-view-wrapper-pakage .packageBox .left-img {
  flex: 0 0 135px;
  margin: 3px;
  padding: 20px 0 0 0;
  text-align: center;
  background: url(../images/left-bg.gif) top repeat-x;
  height: 100%;
}
@media (max-width: 767.98px) {
  .main-list-view-wrapper-pakage .packageBox .left-img {
    width: 100%;
    flex: auto;
    padding-left: 1rem;
    text-align: left;
    background: none;
  }
}
.main-list-view-wrapper-pakage .packageBox .left-img img {
  padding: 0 1rem;
  margin-bottom: 0.5rem;
}
@media (max-width: 767.98px) {
  .main-list-view-wrapper-pakage .packageBox .left-img img {
    width: 180px;
    display: block;
  }
}
.main-list-view-wrapper-pakage .packageBox .left-img a {
  font-size: 18px;
  color: #000;
  text-decoration: none;
  line-height: 22px;
}
@media (max-width: 767.98px) {
  .main-list-view-wrapper-pakage .packageBox .left-img a br {
    display: none;
  }
}
.main-list-view-wrapper-pakage .packageBox .right-pkg-content {
  padding: 1.5rem;
  border-left: 1px solid #d9d9d9;
}
@media (max-width: 767.98px) {
  .main-list-view-wrapper-pakage .packageBox .right-pkg-content {
    padding: 2rem 1rem;
    border: none;
  }
}
.main-list-view-wrapper-pakage .packageBox .right-pkg-content > p {
  margin-bottom: 1.5rem;
}
.main-list-view-wrapper-pakage .packageBox .right-pkg-content .tp-title-top-btn {
  align-items: flex-start;
  margin-bottom: 2.6rem;
}
.main-list-view-wrapper-pakage .packageBox .right-pkg-content .tp-title-top-btn h3 {
  font-family: var(--font-familly-arial);
  font-weight: bold;
}
.main-list-view-wrapper-pakage .packageBox .right-pkg-content .tp-title-top-btn h3 .shortlogo {
  width: 46px;
  height: 28px;
  background-size: 100%;
}
.main-list-view-wrapper-pakage .packageBox .right-pkg-content .tp-title-top-btn p {
  min-width: 37px;
}
.main-list-view-wrapper-pakage .packageBox .right-pkg-content h4 {
  padding-bottom: 8px;
  font-size: 15px;
  color: #1a1a1a;
  font-weight: normal;
  background: url(../images/devaider.gif) left bottom no-repeat;
  margin-bottom: 1rem;
  font-family: var(--font-familly-arial);
}
.main-list-view-wrapper-pakage .packageBox .right-pkg-content ul {
  padding: 0px 0px 10px;
  width: 100%;
  margin: 0px 0px 10px;
  overflow: hidden;
  background: url(../images/bg.gif) left bottom no-repeat;
}
.main-list-view-wrapper-pakage .packageBox .right-pkg-content ul li {
  padding: 0px 0px 5px 15px;
  width: 95%;
  float: left;
  background: url(../images/icon4.png) left 5px no-repeat;
  padding-bottom: 1rem;
}
.main-list-view-wrapper-pakage .packageBox .right-pkg-content ul.link {
  background: none;
}
.main-list-view-wrapper-pakage .packageBox .right-pkg-content ul.link li {
  font-size: 1.3rem;
  font-weight: bold;
  font-family: var(--font-familly-arial);
  padding-bottom: 0;
  margin-bottom: 0.5rem;
}
.main-list-view-wrapper-pakage .packageBox .right-pkg-content a {
  text-decoration: none;
}
@media (max-width: 767.98px) {
  .main-list-view-wrapper-pakage .packageBox .right-pkg-content a span.view {
    margin-top: 0.7rem;
  }
}
.main-list-view-wrapper-pakage .packageBox .right-pkg-content .purchase-sm-report {
  font-family: var(--font-familly-arial);
}
.main-list-view-wrapper-pakage .packageBox .right-pkg-content .purchase-sm-report a.purchase-button {
  display: block;
  width: 200px;
  line-height: 40px;
  text-align: center;
  font-size: 18px;
  color: #1e6fad;
  font-weight: bold;
  background: url(../images/button1.gif) no-repeat;
}
.main-list-view-wrapper-pakage .packageBox .right-pkg-content .purchase-sm-report a.purchase-button:hover {
  text-decoration: underline;
}

.reportBox a.link, .reportBox h3.link {
  padding-left: 13px;
  margin-bottom: 7px;
  display: block;
  background: url(../images/icon4.png) left 8px no-repeat;
  font-size: 15px;
  color: #2779b8;
  font-weight: bold;
  text-decoration: none;
}

.reportBox {
  border: 1px solid #d9d9d9;
  padding-top: 1rem;
  margin-top: 15px;
}
.reportBox p span {
  color: var(--black);
}
.reportBox .tp-title-top-btn {
  padding: 0 1rem;
}
.reportBox .tp-title-top-btn h3 {
  font-size: 18px;
  color: #de8301;
  font-family: var(--font-familly-arial);
}
.reportBox > p {
  margin-top: 1rem;
  padding: 0 1rem;
}
.reportBox .report-wrapper {
  overflow: hidden;
  background: url(../images/report-bg.gif) left top repeat-x;
}
@media (max-width: 767.98px) {
  .reportBox .report-wrapper {
    background: none;
  }
}
.reportBox .report-wrapper a.button {
  margin-left: 13px;
  text-align: center;
  font-size: 14px;
  color: #1e6fad;
  font-weight: bold;
  background: url(../images/button2.gif) no-repeat;
  display: block;
  width: 144px;
  line-height: 29px;
  text-decoration: none;
}
.reportBox .report-wrapper a.button:hover {
  text-decoration: underline;
}
.reportBox .report-wrapper .report__cols {
  display: flex;
}
@media (max-width: 767.98px) {
  .reportBox .report-wrapper .report__cols {
    flex-direction: column;
  }
}
.reportBox .report-wrapper .report__cols > li {
  flex: 1;
  padding: 0 1rem;
}
.reportBox .report-wrapper .report__cols > li:first-child {
  border-right: 1px solid #d9d9d9;
}
@media (max-width: 767.98px) {
  .reportBox .report-wrapper .report__cols > li:first-child {
    border: none;
  }
}
.reportBox .report-wrapper .report__cols > li p {
  font-size: 12px;
}
.reportBox .report-wrapper .report__cols > li .pkg-dtls-p span {
  color: var(--black);
}
.reportBox .report-wrapper .report__cols > li .single-report {
  padding-bottom: 1rem;
  margin-bottom: 1.5rem;
  overflow: hidden;
  background: url(../images/devaider1.gif) center bottom no-repeat;
}
.reportBox .report-wrapper .report__cols > li .single-report > h3 .shortlogo {
  width: 46px;
  height: 28px;
}
.reportBox .report-wrapper .report__cols > li > h3 {
  font-size: 16px;
  color: #010101;
  margin: 0px;
  font-family: var(--font-familly-arial);
  margin-bottom: 1rem;
  padding: 1rem;
}
@media (max-width: 767.98px) {
  .reportBox .report-wrapper .report__cols > li > h3 {
    background-color: rgb(238, 238, 238);
  }
}
.reportBox .report-wrapper .report__cols > li .description {
  padding-left: 1rem;
}
.reportBox .report-wrapper .report__cols > li .description p {
  font-size: 12px;
}
.reportBox .report-wrapper .report__cols > li .description > p .shortlogo {
  width: 28px;
  height: 20px;
  background-size: contain;
}
.reportBox .report-wrapper .report__cols > li .description .columns {
  display: flex;
  gap: 1rem;
  margin: 1.3rem 0;
}
.reportBox .report-wrapper .report__cols > li .description .columns li {
  flex: 1;
}
.reportBox .report-wrapper .report__cols > li .description .columns li ul li {
  padding-left: 24px;
  background: url(../images/layout/icons/tick.png) no-repeat 0 0;
  margin: 0 0 2px;
  font-size: 12px;
}
.reportBox .starting-price {
  padding: 10px 0px 17px 13px;
  font-size: 12px;
  color: #313131;
  font-weight: bold;
  display: block;
}

.ta-tab-helper a {
  background: url(../images/layout/icons/help.png) no-repeat 16px 0;
  background-position: left;
  font-size: 1.2rem;
  text-decoration: none;
  font-family: var(--font-familly-arial);
  text-transform: uppercase;
  font-weight: bold;
  padding: 0.5rem 0 0.5rem 2.4rem;
}

.ul-divider-ta {
  margin-bottom: 2rem;
  background: url(../image/icons/divider-horizontal-light.png) repeat-x 0 100%;
}

.main__content_inset .single-nav-btn-only {
  margin-top: 2rem;
  margin-bottom: 2rem;
  border-bottom: 3px solid #de8301;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767.98px) {
  .main__content_inset .single-nav-btn-only {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 1rem;
  }
}
.main__content_inset .single-nav-btn-only .single-nav-btn {
  background: url(../images/tabbed-nav-active.png) no-repeat;
  color: var(--white);
  background-size: cover;
  text-align: center;
  font-size: 1.3rem;
  font-weight: bold;
  padding: 1.2rem 2.5rem;
  border-radius: 8px 8px 0 0;
}
@media (max-width: 767.98px) {
  .main__content_inset .single-nav-btn-only .single-nav-btn {
    margin-bottom: 1.8rem;
  }
}
.main__content_inset .w-h-anlcts-tabs .slides-tab-content li > p {
  margin-bottom: 1.5rem;
}
.main__content_inset .w-h-anlcts-tabs .slides-tab-content li .highlight ul li ul li {
  margin-bottom: 5px;
}
@media (max-width: 767.98px) {
  .main__content_inset .w-h-anlcts-tabs .slides-tab-content li .highlight ul li ul li a {
    font-size: 1.4rem;
  }
}
.main__content_inset .w-h-anlcts-tabs .slides-tab-content li .highlight ul li ul li a:hover {
  color: var(--black);
  text-decoration: underline;
}
.main__content_inset .w-h-anlcts-tabs .slides-tab-content li .w-h-anlcts-highlight h4 {
  font-size: 1.3rem;
  color: var(--black);
  font-family: var(--font-familly-arial);
  font-weight: bold;
  margin-bottom: 1rem;
}

.purchase__btn span, .brdr__btn_mn span {
  background: url(../images/tabbed-nav-new.png) no-repeat;
  background-size: cover;
  display: inline-block;
}
.purchase__btn span:hover, .brdr__btn_mn span:hover {
  background-image: url(../images/tabbed-nav.png);
}
.purchase__btn .ta_purchase_btn, .brdr__btn_mn .ta_purchase_btn {
  font-family: var(--font-familly-arial);
  background: url(../images/layout/icons/report_go.png) no-repeat 15px center;
  font-weight: 600;
  color: #3081bf;
  text-decoration: none;
  display: inline-block;
  padding: 1rem 2rem 1rem 4rem;
  border-radius: 5px;
  border: 1px solid #3081bf;
  transition: 0.3s;
  text-transform: uppercase;
  font-size: 1.2rem;
}
.purchase__btn .ta_purchase_btn:hover, .brdr__btn_mn .ta_purchase_btn:hover {
  color: var(--black);
  border-color: var(--black);
}

.brdr__btn_mn.alert_icon .ta_purchase_btn {
  background: url(../images/layout/icons/bell.png) no-repeat 15px center;
}

.desp__p_mb p {
  margin-bottom: 1.6rem;
}

.ta__sub__head h3 {
  font-size: 1.8rem;
  font-weight: bold;
  font-family: var(--font-familly-arial);
  margin-bottom: 1.6rem;
}
.ta__sub__head h3 .shortlogo {
  width: 46px;
  height: 28px;
}

.purchase__btn.go.add span a {
  background-image: url(../images/layout/icons/add.png);
}

div.go.factor-set > span > a, ul.tools.confirm > li.factor-set > span > a {
  background-image: url(../images/layout/icons/shape_ungroup.png);
}

div.go.dimension-set > span > a, ul.tools.confirm > li.dimension-set > span > a {
  background-image: url(../images/layout/icons/shape_group.png);
}

div.go.model-report > span > a, ul.tools.confirm > li.model-report > span > a {
  background-image: url(../images/layout/icons/table.png);
}

div.go.model-set > span > a, ul.tools.confirm > li.model-set > span > a {
  background-image: url(../images/layout/icons/shape_handles.png);
}

div.go.betting-parameters > span > a, ul.tools.confirm > li.betting-parameters > span > a {
  background-image: url(../images/layout/icons/table_edit.png);
}

div.go.purchase > span > a, ul.tools.confirm > li.purchase > span > a {
  background-image: url(../images/layout/icons/cart_go.png);
}

div.go.yes > span > a {
  background-image: url(../images/layout/icons/tick.png);
}

div.go.no > span > a {
  background-image: url(../images/layout/icons/cross.png);
}

div.go.place-order > span > a, ul.tools.confirm > li.place-order > span > a {
  background-image: url(../images/layout/icons/accept.png);
}
div.go.checkout > span > a, ul.tools.confirm > li.checkout > span > a {
    background-image: url(../images/layout/icons/cart_go.png);
}
.num__order_wrapper {
  display: flex;
  gap: 1.5rem;
  margin-top: 2rem;
}
@media (max-width: 767.98px) {
  .num__order_wrapper {
    flex-direction: column;
    margin-top: 1rem;
    gap: 2rem;
  }
}
.num__order_wrapper li:last-child {
  flex: 1;
}
.num__order_wrapper li .num_digit {
  width: 48px;
  height: 48px;
  font-size: 2.6rem;
  line-height: 48px;
  text-align: center;
  font-weight: bold;
  color: #fff;
  background: url(../images/layout/number-bg.png) no-repeat 0 0;
  font-family: var(--font-familly-arial);
}
.num__order_wrapper li h4 {
  margin-bottom: 1.5rem;
  color: var(--black);
  font-size: 1.4rem;
  font-weight: bold;
  font-family: var(--font-familly-arial);
}

.tooltip {
  cursor: help;
  border-bottom: 1px dotted #3081bf;
  opacity: 1;
  display: inline-block;
  font-size: 1.3rem;
  color: #3c3c3c !important;
  font-family: var(--font-familly);
  font-weight: normal !important;
}

.tooltip.ta-term span.tip, .tooltip.dependent-models span.tip, .tooltip.delete span.tip {
  z-index: 1;
  background: #ffffe1;
  border-color: #f0e2aa;
}

a span.tip, .tooltip span.tip {
  padding: 8px 12px;
  background: #fff;
  border: 1px solid #999;
  color: #333;
  max-width: 290px;
  width: 100%;
  font-weight: normal;
  opacity: 0;
  display: block;
  position: absolute;
  font-size: 11.5px;
  visibility: hidden;
}
@media (max-width: 575.98px) {
  a span.tip, .tooltip span.tip {
    left: 50%;
    transform: translateX(-50%);
    padding: 0.7rem 1rem;
  }
}

.tooltip.ta-term:hover span.tip, .tooltip.dependent-models:hover span.tip, .tooltip.delete:hover span.tip {
  opacity: 1;
  visibility: visible;
}
.tip-dmnd {
    position: relative;
        cursor: help;
}
.tip-dmnd .tip {
    background: #ffffe1;
    border: 1px solid #999;
    display: block;
    position: absolute;
    left: -20000em;
    padding: 8px 12px;
    z-index: 99999999;
    bottom: 0;
    display: none;
    width: 200px;
}
.tip-dmnd:hover .tip {
    left: auto;
    display: block;
}
.tip-dmnd p {
    margin-bottom: 0;
}
@media (max-width: 575.98px) {
    .tip-dmnd .tip {
        width: auto;
    }
}

dl dt, dl dd {
  font-size: 1.3rem;
}

.definitions-select {
  max-width: 270px;
}
@media (max-width: 767.98px) {
  .definitions-select {
    max-width: 100%;
  }
}

/************ Handicapping Factor Definitions ********************/
.definition__layout {
  padding-top: 3rem;
}

.border_btm_title {
  border-bottom: 1px solid #ccc;
  padding-bottom: 1.2rem !important;
  margin-bottom: 2.5rem;
}

/************ Racing Statistics & Custom Analytics Reports ********************/
ul.view-types li.list a {
  background-image: url(../images/layout/icons/application_side_boxes.png);
}

ul.view-types li.matrix a {
  background-image: url(../images/layout/icons/application_view_columns.png);
}

ul.view-types li {
  margin-right: 1rem;
}

ul.view-types li a {
  display: block;
  text-decoration: none;
  height: 16px;
  line-height: 16px;
  padding: 0 0 0 18px;
  background-repeat: no-repeat;
  background-position: 0 1px;
  font-size: 1.2rem;
  color: var(--black);
}

ul.view-types li.current a {
  color: #0b60a1;
}

ul.reports {
  margin-top: 2rem;
}
ul.reports > li {
  padding-top: 2rem;
  overflow: hidden;
  background: url(../images/layout/bg-reports-li.png) no-repeat center 0;
  display: flex;
  gap: 1.5rem;
  margin-bottom: 2rem;
}
@media (max-width: 767.98px) {
  ul.reports > li {
    flex-direction: column;
  }
}
ul.reports > li .image {
  margin: 0;
  width: 100%;
  flex: 0 0 200px;
  height: 200px;
  /*background-image: url(../images/package-images/default.jpg);*/
  background-repeat: no-repeat;
  background-position: 0 0;
}
ul.reports > li .image a {
  height: 100%;
  width: 100%;
  display: inline-block;
  background: url(../images/layout/view-sample-image-overlay.png) no-repeat 0 0;
}
ul.reports > li .details .actions {
  display: flex;
}
@media (max-width: 767.98px) {
  ul.reports > li .details .actions {
    flex-direction: column;
  }
}

.visible {
  display: block;
}

.hidden {
  display: none;
}

.cmn-form-stl .simple-title {
  font-size: 1.5rem;
  font-weight: bold;
  font-family: var(--font-familly-arial);
  color: #727272;
  margin-bottom: 1rem;
}
.cmn-form-stl .d-f-form-group label {
  flex: 0 0 230px;
}
@media (max-width: 767.98px) {
  .cmn-form-stl .d-f-form-group label {
    flex: auto;
  }
}
.cmn-form-stl .d-f-form-group .single-input .see-tracks {
  flex: 1;
}
@media (max-width: 767.98px) {
  .cmn-form-stl .d-f-form-group .single-input .see-tracks {
    margin-top: 0.8rem;
  }
}
.cmn-form-stl .d-f-form-group .single-input .see-tracks li a {
  font-family: var(--font-familly-arial);
  text-transform: capitalize;
  display: inline-block;
  background: url(../image/icons/see-traks.png) no-repeat 0 center;
  background-size: contain;
  padding-left: 2.5rem;
}
.cmn-form-stl .d-f-form-group .single-input .sgn-field {
  max-width: 310px;
}
@media (max-width: 1199.98px) {
  .cmn-form-stl .d-f-form-group .single-input .sgn-field {
    max-width: 268px;
  }
}
@media (max-width: 991.98px) {
  .cmn-form-stl .d-f-form-group .single-input .sgn-field {
    max-width: 320px;
  }
}
@media (max-width: 767.98px) {
  .cmn-form-stl .d-f-form-group .single-input .sgn-field {
    max-width: 100%;
  }
}
@media (max-width: 767.98px) {
  .cmn-form-stl .legend-hlgt {
    margin-bottom: 2rem;
  }
}

@media (max-width: 1199.98px) {
  .sign-up-dtls .d-f-form-group label {
    font-size: 1.2rem;
    flex: 0 0 195px;
  }
}
@media (max-width: 767.98px) {
  .sign-up-dtls .d-f-form-group label {
    flex: auto;
  }
}
.sign-up-dtls .d-f-form-group .single-input .see-tracks {
  flex: 1;
}

.ta_modal .modal-header {
  padding: 0.5rem 1.5rem;
  border: none;
}
.ta_modal .modal-header .btn-close {
  width: 70px;
  font-size: 13.5px;
  padding-right: 1rem;
  background-position: 100% center;
  text-transform: uppercase;
  padding: 0;
  line-height: 0;
  text-align: left;
  background-image: url(../image/icons/modal-close-btn.svg);
  background-size: 18px;
  padding: 1rem;
}
.ta_modal .modal-header .btn-close:focus {
  box-shadow: none;
}
.ta_modal .modal-body {
  padding: 1rem 2rem 1.5rem;
}
.ta_modal .modal-body ol {
  padding-left: 4rem;
}
@media (max-width: 767.98px) {
  .ta_modal .modal-body ol {
    padding-left: 3rem;
  }
}
.ta_modal .modal-body ol li {
  font-size: 1.3rem;
  margin-bottom: 1.5rem;
  list-style: lower-alpha;
}
.ta_modal .modal-body .tm-head {
  font-size: 2.2rem;
}

/****************************  my account style starts ****************************/
.user-nav-myac li a {
  font-size: 1.5rem !important;
}

.user-panel-navs {
  margin-top: 4rem;
}
@media (max-width: 767.98px) {
  .user-panel-navs {
    margin-top: 0;
  }
}

@media (max-width: 767.98px) {
  .my-ac-nav-btn {
    border: none !important;
    margin-bottom: 0 !important;
    margin-top: 3rem !important;
  }
}
.my-ac-nav-btn .single-nav-btn {
  max-width: 250px;
  width: 100%;
}
@media (max-width: 767.98px) {
  .my-ac-nav-btn .single-nav-btn {
    margin-bottom: 0 !important;
    max-width: 100%;
  }
}

ul.nav-user-panel {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  flex-wrap: wrap;
}
ul.nav-user-panel > li {
  width: calc(50% - 5px);
}
@media (max-width: 767.98px) {
  ul.nav-user-panel > li {
    width: 100%;
  }
}
ul.nav-user-panel > li > a {
  display: block;
  border: 1px solid #ccc;
  text-decoration: none;
  transition: border-color 0.3s;
}
ul.nav-user-panel > li > a:hover {
  border-color: var(--primary);
}
ul.nav-user-panel > li > a:hover span.title {
  color: var(--black);
}
ul.nav-user-panel > li > a > span {
  padding: 1rem 1.2rem;
}
ul.nav-user-panel > li > a > span.title {
  background-repeat: no-repeat;
  background-position: 10px 12px;
  font-weight: bold;
  display: block;
  padding-left: 3.3rem;
}
ul.nav-user-panel > li > a > span.description {
  font-size: 0.9em;
  color: #808080;
  background: #f0f0f0;
  display: block;
}

ul.nav-user-panel > li.my-handicapping-reports > a > span.title {
  background-image: url(../images/layout/icons/report.png);
}

ul.nav-user-panel > li.my-custom-reports > a > span.title {
  background-image: url(../images/layout/icons/report_user.png);
}

ul.nav-user-panel > li.my-preferred-states-regions > a > span.title {
  background-image: url(../images/layout/icons/star.png);
}

ul.nav-user-panel > li.my-alerts > a > span.title {
  background-image: url(../images/layout/icons/bell.png);
}

ul.nav-user-panel > li.factor-sets > a > span.title {
  background-image: url(../images/layout/icons/shape_ungroup.png);
}

ul.nav-user-panel > li.dimension-sets > a > span.title {
  background-image: url(../images/layout/icons/shape_group.png);
}

ul.nav-user-panel > li.models > a > span.title {
  background-image: url(../images/layout/icons/shape_handles.png);
}

ul.nav-user-panel > li.custom-handicapping-reports > a > span.title {
  background-image: url(../images/layout/icons/table.png);
}

ul.nav-user-panel > li.horse-comparison-reports > a > span.title {
  background-image: url(../images/layout/icons/table_relationship.png);
}

ul.nav-user-panel > li.bet-specifications > a > span.title {
  background-image: url(../images/layout/icons/table_edit.png);
}

ul.nav-user-panel > li.my-orders > a > span.title {
  background-image: url(../images/layout/icons/package.png);
}

ul.nav-user-panel > li.manage-subscriptions > a > span.title {
  background-image: url(../images/layout/icons/package_green.png);
}

ul.nav-user-panel > li.billing-information > a > span.title {
  background-image: url(../images/layout/icons/creditcards.png);
}

ul.nav-user-panel > li.personal-information > a > span.title {
  background-image: url(../images/layout/icons/user.png);
}

ul.nav-user-panel > li.settings > a > span.title {
  background-image: url(../images/layout/icons/cog.png);
}

ul.nav-user-panel > li.update-email > a > span.title {
  background-image: url(../images/layout/icons/email.png);
}


ul.nav-user-panel > li.var-billing-information > a > span.title {
  background-image: url(../images/layout/icons/creditcards.png);
}
ul.nav-user-panel > li.var-personal-information > a > span.title {
  background-image: url(../images/layout/icons/user.png);
}

ul.nav-user-panel > li.update-password > a > span.title {
  background-image: url(../images/layout/icons/key.png);
}

ul.nav-user-panel > li.logout > a > span.title {
  background-image: url(../images/layout/icons/lock.png);
}

.with-selected span {
  font-size: 1.3rem;
}

a.report {
  background-image: url(../images/layout/icons/report.png);
}

a.email-add {
  background-image: url(../images/layout/icons/email_add.png);
}

div.my-ac-panel {
  padding: 0 0 3rem;
  margin-top: 4rem;
  background: url(../images/layout/bg-reports-li.png) no-repeat center bottom;
}
div.my-ac-panel > ul {
  gap: 2rem;
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767.98px) {
  div.my-ac-panel > ul {
    gap: 0rem;
    padding-right: 2rem;
    flex-direction: column;
  }
}
div.my-ac-panel > ul > li {
  flex: 1;
}
div.my-ac-panel > ul > li ul li {
  padding-bottom: 0.5rem;
}
@media (max-width: 767.98px) {
  div.my-ac-panel > ul > li ul li a {
    white-space: wrap;
  }
}
div.my-ac-panel > ul > li ul li a:hover {
  color: var(--black);
  text-decoration: underline;
}

#selected-tracks-container {
  position: relative;
  margin-top: -2rem;
  margin-bottom: 2rem;
  position: sticky;
  top: 0;
}

#selected-tracks-container > .inner {
  overflow: hidden;
  width: calc(100% + 5rem);
  padding: 2rem 2.5rem;
  background: #f0f0f0;
  border: 1px solid #ccc;
  border-width: 0 0 1px;
  margin-left: -2.7rem;
}
@media (max-width: 1199.98px) {
  #selected-tracks-container > .inner {
    padding: 1.5rem;
  }
}
@media (max-width: 991.98px) {
  #selected-tracks-container > .inner {
    width: 100%;
    margin-left: 0;
  }
}
@media (max-width: 767.98px) {
  #selected-tracks-container > .inner {
    padding: 1.3rem 1rem;
  }
}

#selected-tracks-container h3 {
  margin-bottom: 2rem;
  font-weight: bold;
  font-family: var(--font-familly-arial);
}
@media (max-width: 767.98px) {
  #selected-tracks-container h3 {
    margin-bottom: 1.4rem;
  }
}

#selected-tracks-container h3 span {
  /* display: none; */
  color: #999;
  font-weight: normal;
  font-size: 0.8em;
  margin-left: 4px;
}

table.tracks-dates td.remove a.remove {
  display: block;
  margin: 1px 0 0;
  width: 18px;
  height: 18px;
  text-indent: -20000em;
  background: url(../image/icons/close-table.svg) no-repeat center;
  background-size: contain;
  overflow: hidden;
}
table.tracks-dates td.remove a.remove:hover {
  opacity: 0.7;
}

.purchase__btn.go.email > span > a {
  background-image: url(../images/layout/icons/email_go.png);
}

table.tracks-dates.choose-reports th[scope=row] {
  width: 40%;
}

table.tracks-dates td.remove {
  width: 6%;
}

.w-table {
  width: auto !important;
}

.btn-mn-clps p {
  text-align: right;
}
.btn-mn-clps p a {
  font-size: 1.2rem;
  color: #7d6956;
  text-decoration: none;
}

.emg-form label {
  margin: 0 0 6px;
  color: #3d2b1f;
  font-weight: bold;
}

.form-control {
  font-size: 1.4rem;
}

.input-csm-width .form-control {
  min-width: 80px;
}

.form-text-area {
  min-height: 100px !important;
}

.slct-w-cs {
  width: 150px;
}
@media (max-width: 767.98px) {
  .slct-w-cs {
    width: 100%;
  }
}

.emg-form .columns label.radio-label {
  margin-right: 12px;
}

.sett-ul-mn {
  padding-left: 3rem;
}
.sett-ul-mn li {
  list-style: disc;
  font-size: 1.3rem;
}

.update-alg-btn {
  margin-left: 231px;
}
@media (max-width: 767.98px) {
  .update-alg-btn {
    margin-left: 0;
    text-align: center;
  }
}

/**************************** Handicapping Software style starts ****************************/
.flrx-1-pernt li {
  flex: 1;
}
.flrx-1-pernt li .single-li li {
  margin-bottom: 0 !important;
}

.sm_ta_head h4 {
  font-size: 1.4rem;
  color: var(--black);
  font-family: var(--font-familly-arial);
  font-weight: bold;
  margin-bottom: 1.3rem;
}

.a2-the-analyzer .shortlogo {
  margin-top: 0;
}
.a2-the-analyzer sup {
  top: 0;
}

.highlight ul.dimensions .hint {
  color: #808080;
}

/****************************  Product style starts ****************************/
.product-table .titleborder {
  border-left: 3px solid #2f536f !important;
}

.product-table {
  border: 1px solid #eaeaea !important;
}
.product-table table thead th {
  text-align: center;
}
.product-table table thead th a {
  color: var(--white);
}
.product-table table thead th a:hover {
  text-decoration: none !important;
}
.product-table table tbody td {
  border: 1px solid #eaeaea;
}
.product-table table tbody td img {
  width: 1.9rem;
}
.product-table table tbody td a {
  color: #000;
}
.product-table table tbody td a:hover {
  text-decoration: none !important;
}
.product-table table tbody td:first-child {
  min-width: 240px;
}

.purchaseBtn {
  padding: 8px 10px;
  text-transform: uppercase;
  text-decoration: none !important;
  border: 1.6px solid #3081bf;
  display: block;
  border-radius: 6px;
  background-image: url(../image/BG-Images/btn-prod.gif);
  background-size: cover;
  color: #3081bf !important;
  font-weight: bold;
  transition: all 0.3s;
}
.purchaseBtn:hover {
  color: var(--black) !important;
  border-color: var(--black);
}

.main__content_inset .prod-single-btn {
  margin-top: 3rem;
}
@media (max-width: 767.98px) {
  .main__content_inset .prod-single-btn {
    padding-bottom: 0;
  }
}
.main__content_inset .prod-single-btn li {
  font-family: var(--font-familly-arial);
  font-size: 1.8rem !important;
  padding: 1rem 2rem !important;
}
@media (max-width: 767.98px) {
  .main__content_inset .prod-single-btn li {
    margin-bottom: 0 !important;
  }
}

/****************************  Resources style starts ****************************/
.resources-tabbed-content {
  margin-top: 0;
}
.resources-tabbed-content .nav__tab_csm {
  margin-top: 3rem;
}
.resources-tabbed-content .nav__tab_csm li:hover a {
  color: var(--black);
  transition: color 0.3s;
}
.resources-tabbed-content ul.resrc-img-main-wrapper {
  display: flex;
  gap: 3rem;
  flex-wrap: wrap;
  justify-content: start;
}
@media (max-width: 767.98px) {
  .resources-tabbed-content ul.resrc-img-main-wrapper {
    gap: 1rem;
  }
}
.resources-tabbed-content ul.resrc-img-main-wrapper li {
  width: calc(33.3333333333% - 20px);
}
@media (max-width: 767.98px) {
  .resources-tabbed-content ul.resrc-img-main-wrapper li {
    width: calc(33.3333333333% - 7px);
  }
}
.resources-tabbed-content ul.resrc-img-main-wrapper li .resrc-single-img {
  display: flex;
  align-items: center;
  height: 100%;
}
.resources-tabbed-content ul.resrc-img-main-wrapper li .resrc-single-img a {
  width: 100%;
  display: block;
}

.qs-head h3 {
  font-size: 2.2rem;
  font-family: var(--font-familly-arial);
  font-weight: bold;
}

.qs-wrapper {
  padding: 0;
}
.qs-wrapper li {
  font-size: 1.3rem;
  font-weight: bold;
  color: var(--black);
  margin-bottom: 6px;
  display: flex;
  gap: 5px;
}
.qs-wrapper li a {
  font-size: 1.3rem;
  color: #3081BF;
  font-weight: 600;
  transition: color 0.3s;
}
.qs-wrapper li a:hover {
  color: var(--black);
}

.ans-numberd-wrap .num__order_wrapper {
  margin-top: 0;
  padding-top: 2rem;
}

.who-we-are h4 {
  color: var(--black);
  font-size: 1.4rem;
  font-family: var(--font-familly-arial);
  font-weight: bold;
  margin-bottom: 0.8rem;
}
.who-we-are .analytics.team.degrees {
  margin-bottom: 1.5rem;
  padding-left: 3.2rem;
}
.who-we-are .analytics.team.degrees li {
  list-style: disc;
  font-size: 1.3rem;
}

.contact-form .single-input {
  max-width: 360px;
}
@media (max-width: 767.98px) {
  .contact-form .single-input {
    max-width: 100%;
  }
}

.contact-btn-mn {
  margin-left: 262px;
}
@media (max-width: 1199.98px) {
  .contact-btn-mn {
    margin-left: 242px;
  }
}
@media (max-width: 767.98px) {
  .contact-btn-mn {
    margin-left: 0;
    text-align: center;
  }
}

.reset-form {
  margin-top: 3rem;
}
.reset-form .form-label {
  flex: 0 !important;
  margin-right: 3rem;
  white-space: nowrap;
}
.reset-form .reset-btn-snd {
  margin-left: 8.6rem;
}
@media (max-width: 767.98px) {
  .reset-form .reset-btn-snd {
    margin-left: 0;
  }
}

/****************************  Modal style starts ****************************/
@media (min-width: 576px) {
  .purchasing-options-dialog {
    max-width: 600px;
    margin-inline: auto;
  }
}

.auto-renewal-dialog {
  padding: 8px;
}
@media (min-width: 576px) {
  .auto-renewal-dialog {
    max-width: 800px;
    margin-inline: auto;
  }
}

@media (min-width: 576px) {
  .checkout-dialog {
    max-width: 700px;
    margin-inline: auto;
  }
}

.sm-modal-dialog {
  padding: 8px;
}
@media (min-width: 576px) {
  .sm-modal-dialog {
    max-width: 400px;
    margin-inline: auto;
  }
}

.modal-dialog .modal-body h2 {
  font-size: 2.1rem;
  color: #3081BF;
}
.modal-dialog .modal-body h3 {
  font-size: 1.5rem;
  font-weight: bold;
}
.modal-dialog .modal-body h2, .modal-dialog .modal-body h3 {
  margin-bottom: 1.5rem;
}
.modal-dialog .modal-body h2, .modal-dialog .modal-body h3, .modal-dialog .modal-body h4, .modal-dialog .modal-body h5, .modal-dialog .modal-body h6 {
  font-family: var(--font-familly-arial);
}
.modal-dialog .modal-body h4 {
  color: var(--black);
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 0.7rem;
}

ul.purchasing.options li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: url(../images/layout/bg-reports-li.png) no-repeat;
  background-position: bottom center;
  padding-bottom: 4rem;
  margin-bottom: 1.5rem;
  gap: 1rem;
}
@media (max-width: 767.98px) {
  ul.purchasing.options li {
    flex-direction: column;
    align-items: flex-start;
  }
}
ul.purchasing.options li:last-child {
  background: none;
  margin-bottom: 0;
  padding-bottom: 2rem;
}
ul.purchasing.options li .left-dtls-sm-title {
  flex: 1;
}
ul.purchasing.options li .auto-rnv-mdn-mn {
  text-align: right;
}
@media (max-width: 767.98px) {
  ul.purchasing.options li .auto-rnv-mdn-mn {
    text-align: left;
    margin-top: 1.3rem;
  }
}
ul.purchasing.options li .auto-rnv-mdn-mn em {
  color: red;
  font-size: 1.1rem;
  display: block;
  margin-top: 6px;
}

.modl-form-ta .form-label {
  min-width: 80px;
}

.ta_modal .page-links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  /*margin-bottom: 1.5rem;*/
  gap: 5px;
  justify-content: space-between;
}
.ta_modal .page-links .links {
  display: flex;
  padding: 0;
  margin: 0;
  gap: 5px;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}
.ta_modal .page-links .links li {
  list-style: none;
  margin-bottom: 0;
}
.ta_modal .page-links .links li.current a {
  border: 1px solid #666;
}
.ta_modal .page-links .links li.ellipsis {
  padding: 0 9px;
}
.ta_modal .page-links .links li a {
  display: block;
  padding: 6px 10px;
  border: 1px solid #ccc;
  text-decoration: none;
  font-size: 1rem;
}
.ta_modal .input-md-w {
  width: 3rem;
  padding: 6px;
  border: 1px solid #ccc;
  font-size: 1rem;
}
.ta_modal p.results {
  margin-bottom: 1rem;
}

ul.nav-user-panel.nav-welcome li {
  width: 100%;
}

.welcome-message .or {
  text-align: center;
  font-weight: bold;
  color: #bfbfbf;
  margin: 1rem 0;
}

ul.nav-user-panel > li.account > a > span.title {
  background-image: url(../images/layout/icons/user.png);
}

ul.nav-user-panel > li.home > a > span.title {
  background-image: url(../images/shortlogo.png);
  padding-left: 4rem;
}

ul.sample-reports {
  margin-top: 1.5rem;
}
ul.sample-reports li {
  background: url(../images/layout/bg-heading.png) repeat-x 0 0;
}
ul.sample-reports li a {
  display: block;
  border: 1px solid #ccc;
  background-position: 8px center;
  padding: 10px 8px 10px 32px;
  text-decoration: none;
  margin-bottom: 1rem;
}

.modal-cart-wrapper .header .logo-img {
  max-width: 160px;
}
.modal-cart-wrapper .table-responsive {
    border: none;
}
.modal .modal-cart-wrapper .table-responsive {
        border: 1px solid #3081bf;
}
@media (max-width: 991.98px) {
  .modal-cart-wrapper .header .logo-img {
    max-width: 140px;
  }
}
@media (max-width: 767.98px) {
  .modal-cart-wrapper .header .logo-img {
    max-width: 110px;
  }
}
.modal-cart-wrapper .cart-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.modal-cart-wrapper .cart-actions li a {
  display: block;
  font-family: var(--font-familly-arial);
  text-decoration: none;
  font-weight: bold;
  background-size: 14px !important;
  text-transform: uppercase;
  font-size: 1.8rem;
  transition: all 0.3s;
  line-height: 1;
}
.modal-cart-wrapper .cart-actions li a:hover {
  color: var(--black);
}
.modal-cart-wrapper .cart-actions .checkout a {
  background: url(../image/icons/ta_Right_Arrow.svg) no-repeat right center;
  padding-right: 2rem;
}
.modal-cart-wrapper .cart-actions .checkout a:hover {
  background: url(../image/icons/ta_Right_Arrow_hover_c.svg) no-repeat right center;
}
.modal-cart-wrapper .cart-actions .continue-shopping a {
  background: url(../image/icons/ta_Left_Arrow.svg) no-repeat left center;
  padding-left: 1.8rem;
}
.modal-cart-wrapper .cart-actions .continue-shopping a:hover {
  background: url(../image/icons/ta_Left_Arrow_hover_c.svg) no-repeat left center;
}

.view-cart-table thead th:first-child {
  width: 60%;
}
.view-cart-table tbody td:first-child {
  width: 60%;
}
.view-cart-table td {
  border: none;
  text-align: left !important;
}
.view-cart-table.head-foot thead th:first-child {
  text-align: right;
  width: 90%;
}

/****************************  Check Out style starts ****************************/
.check-out-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767.98px) {
  .check-out-flex {
    flex-direction: column;
    align-items: flex-start;
    flex-wrap: wrap;
  }
}

.checkout-container ol {
  padding: 0;
  margin: 0;
}
.checkout-container .checkout-steps-wrapper .checkout-steps li {
  border: 1px solid #ccc;
  border-top: none;
  margin-bottom: 1.7rem;
  position: relative;
}
.checkout-container .checkout-steps-wrapper .checkout-steps .inner {
  padding: 15px 8px;
}
.checkout-container .checkout-steps-wrapper .checkout-steps .inner h4 {
  font-weight: bold;
  color: #d48008;
  font-size: 1.5rem;
}
@media (max-width: 767.98px) {
  .checkout-container .checkout-steps-wrapper .checkout-steps .inner h4 {
    margin-bottom: 1rem;
  }
}
.checkout-container .checkout-steps-wrapper .checkout-steps .inner p.email, .checkout-container .checkout-steps-wrapper .checkout-steps .inner p {
  font-size: 1.3rem;
}
.checkout-container h3 {
  padding: 10px 8px;
  background: url(../images/title-bg2.gif) repeat-x 0 center;
  color: #fff;
  font-family: var(--font-familly-arial);
  font-weight: bold;
}
.checkout-container h3 span.step.number {
  color: #71bbe4;
}

#checkout-steps p.edit, p.cancel-edit {
  padding: 4px 8px;
  background: #eee;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
}
@media (max-width: 767.98px) {
  #checkout-steps p.edit, p.cancel-edit {
    margin-top: 1rem;
  }
}
#checkout-steps p.edit a, p.cancel-edit a {
  font-size: 1.2rem;
}
#checkout-steps p.edit a:hover, p.cancel-edit a:hover {
  color: var(--black);
}
@media (max-width: 767.98px) {
  #checkout-steps p.edit a, p.cancel-edit a {
    font-size: 1.4rem;
  }
}

.cart-csm-table {
  width: 100%;
  background-color: red;
}
.cart-csm-table td {
  border: none;
  font-size: 1.2rem;
  font-weight: bold;
}
.cart-csm-table td p {
  font-size: 1.2rem;
}
.cart-csm-table td.amount {
  text-align: end;
}
.cart-csm-table tbody tr.total th, .cart-csm-table tbody tr.total td {
  font-size: 1.4rem !important;
  color: var(--black) !important;
}
.cart-csm-table th {
  border: none;
  font-size: 1.2rem;
  font-weight: bold;
}
.cart-csm-table .item-options {
  margin-top: 0.4rem;
}
.cart-csm-table .item-options dt, .cart-csm-table .item-options dd {
  font-weight: normal;
  font-size: 1.2rem;
}
.cart-csm-table .even th, .cart-csm-table .even td {
  background-color: #f2f2f2;
}

.checkout-cart .ttl-and-shpin-crt-mn {
  border: 1px solid #ccc;
  border-top: none;
  margin-bottom: 1.7rem;
}

.emg-cart .cart-form p.remove a {
  display: block;
  outline: none;
  height: 15px;
  background: url(../images/layout/modal-x.png) no-repeat 0 -30px;
  padding: 0 0 0 16px;
  font-size: 1.1rem;
}

.emg-cart .cart-form p.remove a:hover {
  background-position: 0 -45px;
}

#checkout-cart table.checkout.totals th {
  color: #808080;
}

.cart-radio-btn-mn {
  margin-left: 232px;
}
@media (max-width: 767.98px) {
  .cart-radio-btn-mn {
    margin-left: 0;
  }
}
.cart-radio-btn-mn input, .cart-radio-btn-mn label {
  margin-bottom: 8px;
}

.cart-form-billing {
  padding-inline: 0.5rem;
}

/****************************  Overview style starts ****************************/
ul.reports-overview li {
  gap: 2rem;
}

ul.reports li .overview-img {
  background: none;
}
@media (max-width: 767.98px) {
  ul.reports li .overview-img img {
    width: 200px;
  }
}
ul.reports li .details h3 a {
  color: #4d8020;
  font-size: 1.8rem;
  text-decoration: none;
}

ul.analysis.areas.analytics-reports {
  padding-left: 2rem;
}

ul.analysis.areas.analytics-reports > li {
  background-image: url(../images/layout/icons/report.png);
  padding-left: 20px;
  background-repeat: no-repeat;
  font-size: 1.2rem;
  margin-bottom: 4px;
}

.race-dates-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
@media (max-width: 575.98px) {
  .race-dates-inner {
    gap: 10px 0;
  }
}
.race-dates-inner li {
  width: calc(33.3333333333% - 8px);
}
@media (max-width: 767.98px) {
  .race-dates-inner li {
    width: calc(50% - 8px);
  }
}
@media (max-width: 575.98px) {
  .race-dates-inner li {
    width: 100%;
  }
}
.race-dates-inner li a {
  display: flex;
  align-items: center;
  text-decoration: none;
  border: 1px solid #ccc;
  background: url(../images/layout/bg-heading.png) repeat-x 0 center;
  transition: border-color 0.3s;
}
.race-dates-inner li a > span {
  padding: 1.5rem 1rem;
  font-size: 1.3rem;
  font-family: var(--font-familly-arial);
}
.race-dates-inner li a .short {
  background: #427515 url(../images/layout/bg-th-green.png) repeat-x 0 center;
  font-size: 1.6rem;
  font-weight: bold;
  color: var(--white);
}
.race-dates-inner li a .long {
  flex: 1;
}
.race-dates-inner li a:hover {
  border-color: var(--primary);
}
.race-dates-inner li a:hover .long {
  background: url(../images/layout/icons/tick.png) no-repeat 94% center;
}

.facter-sub-title {
  color: #808080;
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 1rem;
}

ul.single-input li .form-check-input {
  margin-top: 0;
}

.highlight .order-highlight {
  background: none !important;
  padding: 0 !important;
  margin-bottom: 0 !important;
}

.address-colplete {
  line-height: 2rem !important;
}

.complete-order-mail {
  font-family: var(--font-familly-arial);
  font-size: 1.4rem !important;
}

.check-box-vr-label .form-check-label {
  cursor: pointer;
}
.form-select-ta-stl .form-select {
  font-size: 1.1rem;
  min-width: 170px;
}
.fnt-black {
  font-size: 1.4rem;
  font-weight: bold;
   font-family: var(--font-familly-arial);
  color: var(--black);
}
.modl-form-ta-xl .form-label {
  min-width: 110px;
}
.modal-xl-sbmt-btn {
    margin-left: 140px;
}
@media (max-width: 767.98px) {
    .modal-xl-sbmt-btn {
        margin-left: 0;
    }
}
.modal-mn-form .form-label {
    margin-right: 2rem;
    white-space: normal !important;
}
.emg-form.jump fieldset.jump {
    visibility: hidden;
    display: none;
}

.emg-form.jump fieldset.visible {
    visibility: visible;
    display: flex;
}

/**************  Modal date picker  *****************/
.ta__table .bg-hide-clder-thead tr.month th {
    background: none;
    color: #000;
    text-shadow: none;
    text-align: center;
    border: none;
}
.mdl-cldr-tabl tbody td {
    text-align: center;
}
.cldr-label {
    flex: 0 0 85px !important;
}
#calendar thead th {
    padding: 4px 0;
}
#calendar tr.days td a span.day {
    padding: 16px 0;
    display: block;
}
#calendar tr.days td {
    border: 1px solid #ddd;
    padding : 0 !important;
}
.modal-body {
    overflow-x: hidden;
}
ol.nav-calendar {
   padding : 0 !important; 
   margin: 0;
}
ol.nav-calendar li {
    padding-right: 6px;
    border-right: 1px solid #ccc;
    margin-right: 6px;
    list-style: none !important;
    margin-bottom: .5rem !important;
}
ol.nav-calendar li.last {
    padding: 0;
    border: none;
    margin: 0;
}
ol.nav-calendar li a {
    font-size: 1.2rem;
}
#calendar tr.days td.no-day {
    /* border-color: #fff; */
    border-width: 1px 0 0;
}
.account-info li a {
    text-decoration: underline !important;
}
.account-info li a:hover {
    text-decoration: none !important;
}
.go-dsng-mn label {
    flex: 0 0 auto !important;
}

.modal .modal-body .border_btm_title {
    padding-bottom: 0 !important;
    border: none; 
    margin-bottom: 0 !important;
}
.modal .modal-body .content__top__title h3 {
    font-size: 2rem;
    font-weight: 500;
}
.modal .modal-body .mdl-sm-label-dsgn .form-group .form-label {
    flex: 0 0 155px !important;
}
.float-align-mn {
    float: right;
    padding-bottom: 4rem;
}
/*.page-links.bottom {*/
/*    margin-bottom: 4rem;*/
/*}*/
.ta__table .csm-table-ta.cart tfoot td {
    background: #3081bf url(../images/title-bg2.gif) repeat-x center center;
    color: #fff;
    text-shadow: #404040 1px 1px;
    border-color: #3081bf;
    padding-bottom: 6px;
    font-size: 1.2rem;
    font-weight: bold;
    text-align: right !important;
}
.ta__table .csm-table-ta.cart td {
    vertical-align: middle;
}
.ta__table .csm-table-ta.cart p {
    margin-bottom: 0;
    font-size: 1.2rem;
}
.checkout-dialog .modal-body {
    padding: 0;
}

.mbl-spcs-aln {
    padding: 0 1.5rem;
}
.bottom-check-out-cntnue-btns {
    padding: 2rem 1.5rem;
}
.dmnsn-ul-mn  {
    padding-left: 2.3rem;
}
.dmnsn-ul-mn li {
    font-size: 1.3rem;
    list-style: disc;
}

td#empty-cart {
    text-align: center !important;
    padding: 2rem .8rem !important;
    font-size: 1.2rem !important;
    color: #999;
    font-family: var(--font-familly-arial);
} 
.terms-lower-letter {
    padding-left: 4rem;
}
.terms-lower-letter li {
    font-size: 1.3rem;
    margin-bottom: 1.5rem;
    list-style: lower-alpha;
}
/*#cart {*/
/*    z-index: 9999999;*/
/*}*/
.modal .container {
    max-width: 100% !important;
}
#calendar a:hover {
    color: var(--black);
}

.clr-rvrt-hesd {
    color: var(--black) !important; 
    font-family: var(--font-familly-arial);
    font-weight: bold;
}

@media (max-width: 767.98px) {
    .cldr-label, .modal .modal-body .mdl-sm-label-dsgn .form-group .form-label  {
    flex: 0 0 auto !important;
    }
    .float-align-mn {
        float: none;
        padding-bottom: 1rem;
    }
    .checkout-dialog .modal-body {
        padding: 0 1.5rem;
    }
    .mbl-spcs-aln {
        padding: 0;
    }
    .bottom-check-out-cntnue-btns {
        padding: 1.8rem 0;
    }
}
#social-nav {
	float: right;
	margin: 12px 24px 0 0;
	height: 16px;
	font: 0.9em/16px Arial, Helvetica, sans-serif;
	color: #999;
	text-transform: uppercase;
}
#social-nav p {
	float: left;
	margin: 0;
}
#social-nav ul {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
}
#social-nav ul li {
	float: left;
	margin-left: 4px;
}
#social-nav ul li a {
	display: block;
	outline: none;
	text-indent: -2000em;
	width: 16px;
	height: 16px;
	background-repeat: no-repeat;
	background-position: 0 0;
}
#social-nav ul li.twitter a {
	background-image: url("../images/layout/icons/social/twitter-16x16.png");
}
#social-nav ul li.facebook a {
	background-image: url("../images/layout/icons/social/facebook-16x16.png");
}
.ta__main__tab__wrapper .nav li .nav-link
{
    display: block !important;
}
.ul-with-login{
	margin-top: 1rem;
	flex-wrap: wrap;
}
.ul-with-login li{
	margin-right: .6rem;
}
.ul-with-login li a{
	font-size: 1.3rem;
	color: white;
	text-decoration: none;
}
.welcome-user{
	font-size: 1.3rem;
}
p.user-success, p.user-error {
	padding: 12px 16px 12px 40px;
	margin: 12px 0;
	background-repeat: no-repeat;
	background-position: 16px center;
	border-width: 1px;
	border-style: solid;
	max-width: 1100px;
    margin-inline: auto;
}
p.user-success{
	background-color: #efd;
	background-image: url("../images/layout/icons/accept.png");
	border-color: #693;
	color: #060;
}
p.user-error {
	background-color: #fee;
	background-image: url(../images/layout/icons/exclamation.png);
	border-color: #c66;
	color: #c00;
}
.hide.hide{
	display: none;
}
.cmn-form-stl .d-f-form-group .single-input .see-tracks li a{
    background: url(../images/layout/icons/magnifier.png) no-repeat 0 center;
}

div.breadcrumbs {
    font-size: 0.8em;
    overflow: hidden;
    height: 38px;
    background: url(../images/npbox.jpg) left top repeat-x;
}

div.breadcrumbs ol {
    /*margin: 0;*/
    /*padding: 0;*/
    /*list-style: none;*/
    overflow: hidden;
    display:flex;
    align-items:flex-start;
}

div.breadcrumbs li {
    padding: 0 23px 0 16px;
    line-height: 38px;
    background: url(../images/npleft.jpg) right center no-repeat;
}

div.breadcrumbs li a {
    font-size: 12px;
    color: #434343;
    text-decoration: none;
}
div.breadcrumbs li:hover a {
    text-decoration: underline;
} 
div.breadcrumbs li.current a {
    color: #0b60a1;
}
.site__content__wrapper .site__side_bar__menu .nav__menu li {
    width:100%;
}
.tab-img-icon{
    width: 1.5rem;
    margin-right: 4px;
    margin-top: -2px;
}
.tabbed-content-main-wrapper .nav__tab_csm li{
    padding:0;
}
.tabbed-content-main-wrapper .nav__tab_csm li a{
    padding:1rem 0.7rem;
    display:block;
}
.site__content__wrapper .site__side_bar__menu .nav__menu li:last-child a{
    border-bottom:none;
}
.page__title{
    padding: 0 1.5rem !important;
    color: var(--bg-color-grad);
    font-size: 1.6rem;
    font-family: var(--font-familly-arial);
    text-transform: capitalize;
    font-weight: bold;
}
#aside ul.nav {
    padding-top:3rem;
}
#aside ul.nav__account {
    padding-top:0rem;
}
.ta__table .csm-table-ta tbody td ul li{
    line-height:17px;
}
.reportBox .report-wrapper .report__cols > li > h3{
    font-weight:bold;
}

.right-pkg-content ul.list li {
    font-weight: bold;
    font-family: var(--font-familly-arial);
    font-size:1.3rem;
}
ul.nav-reports {
    display: none;
}

ul.list-matrix-views > li {
    display: none;
}

ul.list-matrix-views > li.current {
    display: block;
}
.ta__table .csm-table-ta tbody td a{
    line-height: 1.5;
}
.list-tick-ov li ul li {
  padding-left: 24px;
  background: url(../images/layout/icons/tick.png) no-repeat 0 center !important;
  font-size: 1.2rem;
}
div.my-ac-panel > ul {
  gap: 0 2rem;
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
}
div.my-ac-panel > ul li{
     width: calc(100% / 2 - 1.3rem);
     padding-bottom:0.6rem;
     flex:auto;
}
/*.fixed {*/
/*    position: absolute !important;*/
/*    top: 0;*/
/*    z-index: 99;*/
/*}*/
.gifloader{
    max-width:200px;
}
.expanded .summary{
    display:none;
}
.collapsed .summary{
    display:block;
}
.expanded .collapse{
    display:block;
}
.expanded .expand{
    display:none;
}
.collapsed .choose-reports-table{
    display:none;
}
#selected-tracks-container{
    z-index:98;
}
.ps-ta {
    padding-left: 2rem !important;
}
.modal-btn-left-al {
    margin-left: 110px;
}
.tooltip-ta {
    font-weight: bold !important;
    border-bottom: 1px dotted #3081bf;
    padding-bottom: 4px;
}
.tooltip-ta .tip {
    position: absolute;
    padding: 8px 12px;
    background: #fff;
    border: 1px solid #999;
    color: #333;
    max-width: 280px;
    font-weight: normal;
    font-size: 1.2rem;
    top: 0;
    visibility: hidden;
    width: 100%;
    z-index: 1;
}
.tooltip-ta:hover .tip {
    visibility: visible;
}
.gif-loader{
    text-align:center;
    position:fixed;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
    z-index:99999;
    background-color:white;
    padding:10px;
    border-radius:6px;
    box-shadow: 0 0 5px #333;
}
.tooltip-label-mn:hover .tip {
    opacity: 1;
    visibility: visible;
    width: fit-content;
}
ul.reports li[data-report] div.image {
    background-image: var(--data-report-image);
}
.item-options-list-mn{
    margin-bottom:0 !important;
    line-height:5px !important;
}
tr.even th, tr.even td, table.order.details tr.tax th, table.order.details tr.tax td {
    background: #f2f2f2;
}

table.order.details tbody tr td {
    border-bottom: 1px solid #e5e5e5;
}
.emg-cart td.subtotal, table.order.details th[scope="row"] {
    text-align: right;
    font-size: 1.2rem;
}
.emg-cart td.subtotal, table.order.details td {
    font-size: 1.2rem;
}
.cmn-span-gbl p span{
    color: var(--black) !important;
    font-weight: normal !important;
}
.order-details-ta-table .item-options {
    margin-top: 6px !important;
}
.order-details-ta-table .item-options-list-mn {
        line-height: 17px !important; 
}
.order-details-ta-table .item-options-list-mn dl dt {
    font-weight: normal;
}
.check-out-iframe {
    height: 500px;

}
.pwd-toggle{
    position:relative;
}
.pwd-toggle img{
    position:absolute;
    right:6px;
    top:5px;
    max-width:2rem;
    cursor:pointer;
}
.max-input-checkout{
    max-width:310px;
}
@media (max-width: 1199.98px) {
    .page__title {
        font-size:1.4rem;
        padding: 0 1rem !important;
    }
  }
@media (max-width: 991.98px) {
    #social-nav ul li a {
      width: 23px;
      height: 23px;
      background-size: cover;
    }
    .page__title {
        font-size:1.6rem;
        padding: 0 1.5rem !important;
    }
    div.my-ac-panel > ul li {
        width:100%;
    }
    .check-out-iframe {
        height: 1200px;

    }
  }
@media (max-width: 767.98px) {
  .table-responsive {
    padding-bottom: 1rem;
  }
  .modal-btn-left-al {
    margin-left: 0;
}
.tooltip-ta .tip {
    left: 50%;
    transform: translateX(-50%);
}
.max-input-checkout{
    max-width:100%;
}
}
@media (max-width: 575.98px) {
    p.user-error {
        max-width:95%;
    }
  }
@media (min-width: 576px) {
  .xs-modal-dialog {
    max-width: 300px;
    margin-inline: auto;
  }
}

table tbody tr td a.view {
    background-image: url(../images/layout/icons/fugue/ui-radio-buttons.png);
    height: 16px;
    width: 16px;
    display: block;
}
.report-details-df{
    border: 1px solid #3081bf;
}
.report-details-df th, .report-details-df td
{
    border:none;
}
.ta_pagination_mn .page-links .links {
    display: flex;
    padding: 0;
    margin: 0;
    gap: 5px;
    flex-wrap: wrap;
    margin-bottom: 1rem;
}
.ta_pagination_mn .page-links .links li.current a {
    border: 1px solid #666;
}
.ta_pagination_mn .page-links .links li a {
    display: block;
    padding: 6px 10px;
    border: 1px solid #ccc;
    text-decoration: none;
    font-size: 1rem;
}

/*# sourceMappingURL=style.css.map */