/*---function of common css----*/
.btn-theme {
  color: #000 !important;
  background-size: 100% 200%;
  border: 0;
  line-height: 1.4rem;
  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;
}
@media (max-width: 767px) {
  .btn-theme {
    width: auto !important;
  }
}
/*--common heading and paragraph tag--*/
/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'brandon_grotesquebold', Calibri, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: normal;
}
h1,
h2 {
  font-size: 1.875rem;
  line-height: 2.075rem;
  margin: 0 0 1.5rem;
}
@media screen and (min-width: 1024px) {
  h1,
  h2 {
    font-size: 3.75rem;
    line-height: 3.95rem;
  }
}
h3 {
  font-size: 1.5rem;
  line-height: 1.7rem;
  margin: 0 0 1.25rem;
}
@media screen and (min-width: 1024px) {
  h3 {
    font-size: 2.25rem;
    line-height: 2.45rem;
  }
}
h4 {
  font-size: 1rem;
  line-height: 1.2rem;
  margin: 0 0 1rem;
}
@media screen and (min-width: 1024px) {
  h4 {
    font-size: 1.5rem;
    line-height: 1.7rem;
  }
}
h5 {
  font-size: .9375rem;
  line-height: 1.1375rem;
  margin: 0 0 1rem;
}
@media screen and (min-width: 1024px) {
  h5 {
    font-size: 1.25rem;
    line-height: 1.45rem;
  }
}
h6 {
  font-size: .875rem;
  line-height: 1.2rem;
  margin: 0 0 0.5rem;
}
@media screen and (min-width: 1024px) {
  h6 {
    font-size: 1rem;
    line-height: 1.2rem;
  }
}
p {
  font-size: .875rem !important;
  line-height: 1.35rem !important;
  margin: 0 0 1rem;
  font-family: Georgia, Times, Times New Roman, serif;
  color: #222731 !important;
}
@media screen and (min-width: 1024px) {
  p {
    font-size: 1rem !important;
    line-height: 1.5rem !important;
  }
}
ul li {
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 1rem;
}
@media (max-width: 767px) {
  ul li {
    font-size: 14px;
  }
}
a {
  color: #009cde;
}
a:hover {
  color: #009cde;
}
/*------blue button-----*/
.container {
  /*-------------black button--------*/
  /*---------------yellow color button--------------*/
  /*--------------For green color button-------------------*/
  /*--------------For gray color button-------------------*/
  /*--------------For Violet color button-------------------*/
  /*--------------For White color button-------------------*/
  /*--------------For Medium Blue color button-------------------*/
  /*--------------For Magenta color button-------------------*/
  /*--------------For Medium Green color button-------------------*/
  /*--------------For Primary Blue color button-------------------*/
}
.container .a-button--primary-v1 {
  display: inline;
  margin-right: 3px;
}
.container .a-button--primary-v1 .btn {
  display: inline-block;
  background-color: #5bc2e7;
  background-image: linear-gradient(to bottom, #5bc2e7 50%, #000000 50%);
  color: #000 !important;
  background-size: 100% 200%;
  border: 0;
  line-height: 1.4rem;
  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;
}
@media (max-width: 767px) {
  .container .a-button--primary-v1 .btn {
    width: auto !important;
  }
}
.container .a-button--primary-v1 .btn:hover {
  color: #5bc2e7 !important;
  background-color: #000 !important;
  background-position: 0 -100%;
}
@media (max-width: 767px) {
  .container .a-button--primary-v1 .btn {
    margin-bottom: 2%;
    padding: 5px 18px;
  }
}
@media (min-width: 768px) {
  .container .a-button--primary-v1 .btn {
    padding: 5px 23px;
    margin-bottom: 1%;
  }
}
.container .a-button--primary-v2 {
  display: block;
}
.container .a-button--primary-v2 .btn {
  background-color: #222731;
  background-image: linear-gradient(to bottom, #222731 50%, #d9d9d6 50%);
  color: #000 !important;
  background-size: 100% 200%;
  border: 0;
  line-height: 1.4rem;
  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: #d9d9d6 !important;
}
@media (max-width: 767px) {
  .container .a-button--primary-v2 .btn {
    width: auto !important;
  }
}
.container .a-button--primary-v2 .btn:hover {
  color: #222731;
  background-color: #d9d9d6;
  background-position: 0 -100%;
}
.container .a-button--primary {
  display: inline;
  margin-right: 3px;
}
.container .a-button--primary .btn {
  display: inline-block;
  background-color: #eeb33b;
  background-image: linear-gradient(to bottom, #eeb33b 50%, #000000 50%);
  color: #000 !important;
  background-size: 100% 200%;
  border: 0;
  line-height: 1.4rem;
  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;
}
@media (max-width: 767px) {
  .container .a-button--primary .btn {
    width: auto !important;
  }
}
.container .a-button--primary .btn:hover {
  color: #eeb33b !important;
  background-color: #000 !important;
  background-position: 0 -100%;
}
@media (max-width: 767px) {
  .container .a-button--primary .btn {
    margin-bottom: 2%;
    padding: 5px 18px;
  }
}
@media (min-width: 768px) {
  .container .a-button--primary .btn {
    padding: 5px 20px;
    margin-bottom: 1%;
  }
}
.container .a-button--secondary {
  display: inline;
  margin-right: 3px;
}
.container .a-button--secondary .btn {
  display: inline-block;
  background-color: #7ccc6c;
  background-image: linear-gradient(to bottom, #7ccc6c 50%, #000000 50%);
  color: #000 !important;
  background-size: 100% 200%;
  border: 0;
  line-height: 1.4rem;
  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;
}
@media (max-width: 767px) {
  .container .a-button--secondary .btn {
    width: auto !important;
  }
}
.container .a-button--secondary .btn:hover {
  color: #7ccc6c !important;
  background-color: #000 !important;
  background-position: 0 -100%;
}
@media (max-width: 767px) {
  .container .a-button--secondary .btn {
    margin-bottom: 2%;
    padding: 5px 18px;
  }
}
@media (min-width: 768px) {
  .container .a-button--secondary .btn {
    padding: 5px 20px;
    margin-bottom: 1%;
  }
}
.container .a-button--tertiary {
  display: inline;
  margin-right: 3px;
}
.container .a-button--tertiary .btn {
  display: inline-block;
  background-color: #222731;
  background-image: linear-gradient(to bottom, #222731 50%, #d9d9d6 50%);
  color: #000 !important;
  background-size: 100% 200%;
  border: 0;
  line-height: 1.4rem;
  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--tertiary .btn span {
  color: #d9d9d6 !important;
}
.container .a-button--tertiary .btn:hover {
  background-color: #d9d9d6 !important;
  background-position: 0 -100%;
}
.container .a-button--tertiary .btn:hover span {
  color: #222731 !important;
}
@media (max-width: 767px) {
  .container .a-button--tertiary .btn {
    width: auto !important;
  }
}
@media (max-width: 767px) {
  .container .a-button--tertiary .btn {
    margin-bottom: 2%;
    padding: 5px 18px;
  }
}
@media (min-width: 768px) {
  .container .a-button--tertiary .btn {
    padding: 5px 20px;
    margin-bottom: 1%;
    vertical-align: baseline;
  }
}
.container .a-button--md {
  margin-right: 3px;
}
.container .a-button--md .btn {
  display: inline-block;
  background-color: #462D7F;
  background-image: linear-gradient(to bottom, #462d7f 50%, #ffffff 50%);
  color: #000 !important;
  background-size: 100% 200%;
  border: 0;
  line-height: 1.4rem;
  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--md .btn span {
  color: #fff !important;
}
.container .a-button--md .btn:hover {
  background-color: #fff !important;
  background-position: 0 -100%;
}
.container .a-button--md .btn:hover span {
  color: #462D7F !important;
}
@media (max-width: 767px) {
  .container .a-button--md .btn {
    width: auto !important;
  }
}
@media (max-width: 767px) {
  .container .a-button--md .btn {
    margin-bottom: 2%;
    padding: 5px 18px;
  }
}
@media (min-width: 768px) {
  .container .a-button--md .btn {
    padding: 5px 20px;
    margin-bottom: 1%;
  }
}
.container .a-button--sm {
  display: inline;
  margin-right: 3px;
}
.container .a-button--sm .btn {
  display: inline-block;
  background-color: #fff;
  background-image: linear-gradient(to bottom, #ffffff 50%, #000000 50%);
  color: #000 !important;
  background-size: 100% 200%;
  border: 0;
  line-height: 1.4rem;
  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--sm .btn span {
  color: #000 !important;
}
.container .a-button--sm .btn:hover {
  background-color: #000 !important;
  background-position: 0 -100%;
}
.container .a-button--sm .btn:hover span {
  color: #fff !important;
}
@media (max-width: 767px) {
  .container .a-button--sm .btn {
    width: auto !important;
  }
}
@media (max-width: 767px) {
  .container .a-button--sm .btn {
    margin-bottom: 2%;
    padding: 5px 18px;
  }
}
@media (min-width: 768px) {
  .container .a-button--sm .btn {
    padding: 5px 20px;
    margin-bottom: 1%;
  }
}
.container .a-button--mediumblue {
  margin-right: 3px;
}
.container .a-button--mediumblue .btn {
  display: inline-block;
  background-color: #004f71;
  background-image: linear-gradient(to bottom, #004f71 50%, #ffffff 50%);
  color: #000 !important;
  background-size: 100% 200%;
  border: 0;
  line-height: 1.4rem;
  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--mediumblue .btn span {
  color: #fff !important;
}
.container .a-button--mediumblue .btn:hover {
  background-color: #fff !important;
  background-position: 0 -100%;
}
.container .a-button--mediumblue .btn:hover span {
  color: #004f71 !important;
}
@media (max-width: 767px) {
  .container .a-button--mediumblue .btn {
    width: auto !important;
  }
}
@media (max-width: 767px) {
  .container .a-button--mediumblue .btn {
    margin-bottom: 2%;
    padding: 5px 18px;
  }
}
@media (min-width: 768px) {
  .container .a-button--mediumblue .btn {
    padding: 5px 20px;
    margin-bottom: 1%;
  }
}
.container .a-button--magenta {
  margin-right: 3px;
}
.container .a-button--magenta .btn {
  display: inline-block;
  background-color: #aa0061;
  background-image: linear-gradient(to bottom, #aa0061 50%, #ffffff 50%);
  color: #000 !important;
  background-size: 100% 200%;
  border: 0;
  line-height: 1.4rem;
  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--magenta .btn span {
  color: #fff !important;
}
.container .a-button--magenta .btn:hover {
  background-color: #fff !important;
  background-position: 0 -100%;
}
.container .a-button--magenta .btn:hover span {
  color: #aa0061 !important;
}
@media (max-width: 767px) {
  .container .a-button--magenta .btn {
    width: auto !important;
  }
}
@media (max-width: 767px) {
  .container .a-button--magenta .btn {
    margin-bottom: 2%;
    padding: 5px 18px;
  }
}
@media (min-width: 768px) {
  .container .a-button--magenta .btn {
    padding: 5px 20px;
    margin-bottom: 1%;
  }
}
.container .a-button--mediumgreen {
  margin-right: 3px;
}
.container .a-button--mediumgreen .btn {
  display: inline-block;
  background-color: #00b140;
  background-image: linear-gradient(to bottom, #00b140 50%, #ffffff 50%);
  color: #000 !important;
  background-size: 100% 200%;
  border: 0;
  line-height: 1.4rem;
  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--mediumgreen .btn span {
  color: #fff !important;
}
.container .a-button--mediumgreen .btn:hover {
  background-color: #fff !important;
  background-position: 0 -100%;
}
.container .a-button--mediumgreen .btn:hover span {
  color: #00b140 !important;
}
@media (max-width: 767px) {
  .container .a-button--mediumgreen .btn {
    width: auto !important;
  }
}
@media (max-width: 767px) {
  .container .a-button--mediumgreen .btn {
    margin-bottom: 2%;
    padding: 5px 18px;
  }
}
@media (min-width: 768px) {
  .container .a-button--mediumgreen .btn {
    padding: 5px 20px;
    margin-bottom: 1%;
  }
}
.container .a-button--primaryblue {
  margin-right: 3px;
}
.container .a-button--primaryblue .btn {
  display: inline-block;
  background-color: #009cde;
  background-image: linear-gradient(to bottom, #009cde 50%, #ffffff 50%);
  color: #000 !important;
  background-size: 100% 200%;
  border: 0;
  line-height: 1.4rem;
  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--primaryblue .btn span {
  color: #fff !important;
}
.container .a-button--primaryblue .btn:hover {
  background-color: #fff !important;
  background-position: 0 -100%;
}
.container .a-button--primaryblue .btn:hover span {
  color: #009cde !important;
}
@media (max-width: 767px) {
  .container .a-button--primaryblue .btn {
    width: auto !important;
  }
}
@media (max-width: 767px) {
  .container .a-button--primaryblue .btn {
    margin-bottom: 2%;
    padding: 5px 18px;
  }
}
@media (min-width: 768px) {
  .container .a-button--primaryblue .btn {
    padding: 5px 20px;
    margin-bottom: 1%;
  }
}
@media (max-width: 767px) {
  .container #section-find-out-more .a-container__content .cmp-container {
    background-size: cover !important;
  }
}
.container #section-find-out-more .a-button--primary-v1 {
  margin-right: 3px;
}
.loader-parent {
  height: 100%;
  width: 100%;
  background-color: #ffffffd6 !important;
  position: fixed;
  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;
}
.loader-body {
  position: relative;
}
.loader-body .loader-parent {
  height: 100%;
  width: 100%;
  background-color: #ffffffd6;
  position: absolute;
  z-index: 9;
}
.loader-body .loader-parent em {
  position: fixed;
  left: 50%;
  top: 40%;
  padding: 0px;
  margin-top: 65px;
  animation: spin 2s linear infinite;
  color: #009cde;
}
.loader-body .loader-parent em:before {
  font-size: 22px;
  font-weight: 700;
}
.modal-open .loader-parent {
  z-index: 9999;
}
#section-find-out-more {
  text-align: center;
}
@media (max-width: 767px) {
  #section-find-out-more {
    margin: 0 -15px 0 -15px;
  }
}
#section-find-out-more .a-title--fg-light .cmp-title {
  border-bottom: 0;
}
#section-find-out-more .a-title--fg-light .cmp-title .cmp-title__text {
  width: 100%;
}
#section-find-out-more .text.text-color-Reversed-white p {
  color: #ffffff !important;
}
#section-find-out-more .a-button--primary-v1 {
  margin-right: 3px !important;
}
.generic-modal__content-body .a-button {
  display: inline-block !important;
}
.a-spacer--container {
  display: inline-block;
}
/*------radio button-----*/
.a-radio input {
  top: 3px !important;
  height: 16px !important;
  width: 16px !important;
}
