body {
  position: relative;
}
/*---function of common css----*/
.btn-theme {
  color: #000 !important;
  background-size: 100% 200%;
  border: 0;
  line-height: 1.8rem;
  font-weight: 700;
  font-family: brandon_grotesquebold, Calibri, Helvetica, Arial, sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  padding: 0.21rem 1.32rem;
  cursor: pointer;
  font-size: 1rem;
  transition: all 0.2s;
  border-radius: 0;
}
/*--common heading and paragraph tag--*/
h1 {
  font-family: brandon_grotesquebold, Calibri, Helvetica, Arial, sans-serif;
  color: #222731;
  font-size: 1.5rem;
  line-height: 1.7rem;
  letter-spacing: 1px;
  margin: 0 0 1.5rem;
}
h2 {
  font-family: brandon_grotesquebold, Calibri, Helvetica, Arial, sans-serif;
  color: #222731;
  font-size: 1.5rem;
  line-height: 1.7rem;
  margin: 0 0 1.5rem;
}
h3 {
  font-family: brandon_grotesquebold, Calibri, Helvetica, Arial, sans-serif;
  color: #222731;
  line-height: 1.7rem;
  margin: 0 0 1.5rem;
}
h4 {
  font-family: brandon_grotesquebold, Calibri, Helvetica, Arial, sans-serif;
  color: #222731;
}
h5 {
  font-family: brandon_grotesquebold, Calibri, Helvetica, Arial, sans-serif;
  color: #222731;
}
h6 {
  font-family: brandon_grotesquebold, Calibri, Helvetica, Arial, sans-serif;
  color: #222731;
}
p {
  line-height: 1.35rem;
  margin: 0 0 1rem;
  font-family: Georgia, Times, Times New Roman, serif;
  color: #222731;
  font-size: 1rem;
}
a {
  color: #009cde;
}
a:hover {
  color: #009cde;
}
.loader-parent {
  height: 100%;
  width: 100%;
  background-color: #ffffffd6;
  position: absolute;
  z-index: 9;
}
.loader-parent em {
  position: fixed;
  left: 50%;
  top: 40%;
  padding: 0px;
  margin-top: 65px;
  animation: spin 2s linear infinite;
  color: #009cde;
}
.loader-parent em:before {
  font-size: 22px;
  font-weight: 700;
}
.tableloader,
.showMoreBottomloader {
  position: relative;
}
.tableloader .abt-icon {
  animation: spin 2s linear infinite;
  color: #222731;
  font-size: 1.9rem;
  position: absolute;
  left: 45%;
}
.showMoreBottomloader .abt-icon {
  animation: spin 2s linear infinite;
  color: #222731;
  font-size: 1.9rem;
  position: absolute;
  left: 45%;
  bottom: 0;
}
/*------gold button-----*/
.container {
  /*------Green button-----*/
  /*-------------pink button--------*/
}
.container .a-button--primary-v1 {
  display: block;
}
.container .a-button--primary-v1 .btn {
  background-color: #eeb33b !important;
  background-image: linear-gradient(180deg, #eeb33b 50%, #000000 0) !important;
  color: #000 !important;
  background-size: 100% 200%;
  border: 0;
  line-height: 1.8rem;
  font-weight: 700;
  font-family: brandon_grotesquebold, Calibri, Helvetica, Arial, sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  padding: 0.21rem 1.32rem;
  cursor: pointer;
  font-size: 1rem;
  transition: all 0.2s;
  border-radius: 0;
}
.container .a-button--primary-v1 .btn:hover {
  color: #eeb33b !important;
  background-color: #000 !important;
  background-position: 0 -100%;
}
.container .a-button--lg {
  margin-top: 20px !important;
}
.container .a-button--lg .btn {
  width: 100%;
}
.container .a-button--primary-v2 {
  display: block;
}
.container .a-button--primary-v2 .btn {
  background-color: #7ccc6c !important;
  background-image: linear-gradient(180deg, #7ccc6c 50%, #000000 0);
  color: #000 !important;
  background-size: 100% 200%;
  border: 0;
  line-height: 1.8rem;
  font-weight: 700;
  font-family: brandon_grotesquebold, Calibri, Helvetica, Arial, sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  padding: 0.21rem 1.32rem;
  cursor: pointer;
  font-size: 1rem;
  transition: all 0.2s;
  border-radius: 0;
}
.container .a-button--primary-v2 .btn:hover {
  color: #7ccc6c !important;
  background-color: #000 !important;
  background-position: 0 -100%;
}
.container .a-button--secondary {
  display: block;
}
.container .a-button--secondary a {
  background-color: #aa0061;
  background-image: linear-gradient(180deg, #aa0061 50%, #d9d9d6 0);
  color: #000 !important;
  background-size: 100% 200%;
  border: 0;
  line-height: 1.8rem;
  font-weight: 700;
  font-family: brandon_grotesquebold, Calibri, Helvetica, Arial, sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  padding: 0.21rem 1.32rem;
  cursor: pointer;
  font-size: 1rem;
  transition: all 0.2s;
  border-radius: 0;
  color: #fff !important;
}
.container .a-button--secondary a:hover {
  color: #aa0061 !important;
  background-color: #d9d9d6 !important;
  background-position: 0 -100%;
}
/*------anchor Text button-----*/
.a-button--tertiary {
  align-items: center;
}
.a-button--tertiary .btn {
  margin-left: auto;
  display: block;
  font-family: Brandon Grotesque, Calibri, Helvetica, Arial, sans-serif;
  font-size: 1rem !important;
  color: #009cde !important;
  background: none;
  padding: 0 !important;
  -webkit-text-size-adjust: 100%;
  text-transform: capitalize !important;
  text-align: right;
  background-color: transparent !important;
}
.a-button--tertiary .btn span {
  font-weight: normal;
}
.a-button--tertiary .btn:hover {
  text-decoration: underline;
}
/*------checkbox and radio button-----*/
.a-radio input {
  top: 5px !important;
  height: 1rem !important;
  width: 1rem !important;
}
.a-checkbox input {
  top: 3px !important;
  height: 14px !important;
  width: 14px !important;
}
