/*
Theme Name: NOIS Landing Pages
Theme URI: https://start.nationalonlineinsuranceschool.com/exam-simulator/
Author: NOIS
Description: Exam Simulator Demo
Version: 1.0
Text Domain: nois-lpt
*/
* {
  box-sizing: border-box;
}

.container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

.flex-inline-row-no-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.link_std {
  padding: 5px;
  font-size: 15px;
}

.link_std.rblue {
  color: #165FFF;
}

.link_std.dblue {
  color: #4A5568;
}

.link_std.green {
  color: 3px;
}

.link_fb {
  display: inline-block;
  padding: 11px 17px;
  border-radius: 3px;
  font-weight: 600;
  text-decoration: none;
  font-size: 15px;
}

.link_fb.rblue {
  color: #E2F1FF;
  background-color: #165FFF;
}

.link_fb.dblue {
  color: #E2F1FF;
  background-color: #4A5568;
}

.link_fb.green {
  color: white;
  background-color: #34c049;
}

.link_gb {
  display: inline-block;
  padding: 9px 15px;
  border-radius: 3px;
  font-weight: 600;
  text-decoration: none;
  font-size: 15px;
}

.link_gb.rblue {
  border: 2px solid #165FFF;
  color: #165FFF;
}

.link_gb.dblue {
  border: 2px solid #4A5568;
  color: #4A5568;
}

.link_gb.green {
  border: 2px solid #34c049;
  color: #34c049;
}

.link_gb.white {
  border: 2px solid white;
  color: white;
}

header.page_header .container {
  display: flex;
  align-content: center;
  align-items: center;
}

header.page_header .container .logo {
  flex: 220px 0 0;
  padding: 0.7rem 0;
}

header.page_header .container .logo img {
  width: 100%;
  height: auto;
}

header.page_header .container .header_nav {
  align-content: flex-end;
  align-items: flex-end;
  justify-items: center;
  /* flex: calc(100% - 200px); */
  text-align: right;
}

.landing_page section.hero .container {
  color: white;
  padding: 4rem 0;
}

.landing_page section.hero .container .content_box {
  padding: 4rem 0;
  width: calc(50%);
  padding-right: 50%;
}

.landing_page section.hero .container .content_box h1,
.landing_page section.hero .container .content_box h2 {
  margin: 0;
}

.landing_page section.hero .container .content_box h1 {
  font-size: 3rem;
}

.landing_page section.hero .container .content_box h2 {
  font-size: 1.5rem;
  font-weight: 500;
}

.landing_page section.hero .container .content_box .details {
  list-style-type: none;
  margin: 0;
  padding: 0;
  padding: 1.5rem 0;
}

.landing_page section.hero .container .content_box .details li {
  display: block;
  margin: 0;
  padding: 0;
  padding: 5px;
}

.landing_page section.hero .container .content_box .details li span {
  vertical-align: middle;
  padding: 7px 10px;
}

.landing_page section.hero .container .content_box .details li::before {
  content: "";
  width: 20px;
  height: 20px;
  display: inline-block;
  background-image: url(img/checked.svg);
  background-position: center;
  background-size: contain;
  vertical-align: middle;
}

.landing_page .scroll {
  padding: 20px;
  text-align: center;
}

.landing_page .scroll a {
  color: #4A5568;
  font-weight: 700;
  text-decoration: none;
}

.landing_page section.features {
  padding: 3rem 0;
  color: #4A5568;
}

.landing_page section.features h2 {
  font-size: 2.5rem;
  color: #4A5568;
  text-align: center;
  padding: 1rem 0;
}

.landing_page section.features .feature_list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
}

.landing_page section.features .feature_list .image {
  flex: 0 0 80px;
}

.landing_page section.features .feature_list .feature_content {
  flex: 1 1 calc(100% - 100px);
  padding: 0 20px;
}

.landing_page section.features .feature_list .feature_content h3 {
  font-size: 1.15rem;
  line-height: 1;
  margin: 0;
}

.landing_page section.features .feature_list .feature_content .content p {
  margin: 7px 0;
}

.landing_page section.features .feature_list .feature {
  display: inline-flex;
  flex: 30%;
  margin: 1.5%;
}

.landing_page section.features .grp_button {
  text-align: center;
  padding: 1rem 0;
  padding-top: 3rem;
}

.landing_page section.staggered .container {
  width: 100%;
}

.landing_page section.staggered .container .section {
  background-size: 80%;
  background-position: right;
  background-repeat: no-repeat;
  padding: 10rem 4rem;
  margin: 4rem 0;
  display: flex;
}

.landing_page section.staggered .container .section .block {
  background-color: white;
  padding: 4rem 3rem;
  flex: 0 0 500px;
  border-top: #165FFF 14px solid;
  border-radius: 3px;
  box-shadow: rgba(31, 55, 81, 0.21) 0px 0px 20px;
}

.landing_page section.staggered .container .section .block h2 {
  font-size: 2.25rem;
  color: #4A5568;
  line-height: 1;
  margin: 0;
  margin-bottom: 14px;
}

.landing_page section.staggered .container .section .block h3 {
  font-size: 1.25rem;
  color: #165FFF;
  line-height: 1;
  margin: 0;
  margin-bottom: 14px;
}

.landing_page section.staggered .container .section .block div.content {
  color: #4A5568;
  margin-top: 14px;
}

.landing_page section.staggered .container .section .block div.content p {
  margin-bottom: 0;
}

.landing_page section.staggered .container .section:nth-of-type(even) {
  background-position: left;
}

.landing_page section.staggered .container .section:nth-of-type(even)::before {
  content: "";
  display: block;
  flex: calc(100% - 500px - 4rem);
}

.landing_page .bottom_cta .container {
  color: #4A5568;
  text-align: center;
  padding: 4rem 0;
  padding-bottom: 7rem;
}

.landing_page .bottom_cta .container h2,
.landing_page .bottom_cta .container h3 {
  margin: 0;
  padding: 0;
}

.landing_page .bottom_cta .container h2 {
  font-size: 2.25rem;
  padding-bottom: 11px;
}

.landing_page .bottom_cta .container h3 {
  font-size: 1.5rem;
  color: #165FFF;
  padding-bottom: 50px;
}

/* .practice-exam-container > .select_test {
  display: flex;
  height: 100vh;
  align-content: stretch;
  align-items: stretch;
  justify-content: stretch;
}
.practice-exam-container > .select_test > div,
.practice-exam-container > .select_test > form {
  flex: 0 0 calc(50%);
  padding: 3rem;
}
.practice-exam-container > .select_test .intro {
  background: white;
  border-right: 1px solid #E2E8F0;
}
.practice-exam-container > .select_test .intro .container {
  padding: 5rem;
  width: auto;
  height: auto;
}
.practice-exam-container > .select_test .intro a.logo {
  display: block;
}
.practice-exam-container > .select_test .intro a.logo img {
  width: 250px;
  height: auto;
  margin-bottom: 3rem;
}
.practice-exam-container > .select_test .intro h1 {
  font-size: 2rem;
  color: #2F313B;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
}
.practice-exam-container > .select_test .intro .content {
  padding: 2rem 0;
}
.practice-exam-container > .select_test .question_select {
  background: #FBFCFC;
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
  justify-content: center;
}
.practice-exam-container > .select_test .question_select h2 {
  color: #2F313B;
  font-weight: 700;
  font-size: 1.5rem;
  margin-top: 0;
} */
.practice-exam-container {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding-top: 0.125rem;
  text-align: left;
}

#build-exam .question_select select {
  padding: 0.375rem 0.5rem;
  min-width: 10rem;
}

/* .practice-exam-container > .select_test .question_select select {
  color: #333333;
  border: #D1D5DB 1px solid;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 11px 21px;
  font-weight: 500;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 40px;
  background-image: url("img/down-arrow.svg");
  background-size: 15px 15px;
  background-position: calc(100% - 13px) center;
  background-repeat: no-repeat;
}
.practice-exam-container > .select_test .question_select input[type="submit"] {
  display: inline-block;
  padding: 11px 17px;
  border-radius: 3px;
  font-weight: 600;
  text-decoration: none;
  font-size: 15px;
  background: #165FFF;
  color: white;
  margin-top: 20px;
  border: none;
  cursor: pointer;
  transition: 0.2s;
}
.practice-exam-container > .select_test .question_select input[type="submit"]:hover {
  background: #004EF9;
} */
.page.test {
  margin: 0 auto;
  padding: 0;
}

.page.test header {
  margin: 2rem 0 1rem 0;
}

.page.test header .logo {
  display: block;
  /* width: 1200px; */
  margin: 0 auto 3rem auto;
}

.page.test header .logo img {
  width: 250px;
  height: auto;
}

.page.test header .progress {
  width: 100%;
  height: 10px;
  background: #E2F1FF;
  margin: 11px 0;
}

@keyframes pulsate {
  0% {
    opacity: 0.5;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0.5;
  }
}

.page.test header .progress span {
  background: #165FFF;
  width: 90%;
  height: 10px;
  padding: 0;
  margin: 0;
  display: block;
  animation: pulsate 3s infinite;
  transition: all 1s;
}

.page.test header .progress_details {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #333333;
}

h3.header-title {
  font-size: 1.5rem;
  line-height: 1.875rem;
  font-weight: 700;
  color: #2F313B;
}

.page.test header .progress_details .questions {
  color: #4A5568;
}

.time_remaining_container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  color: #165FFF;
}

.time_remaining_container svg {
  margin-right: 0.5rem;
}

.page.test header .progress_details .time {
  width: 7rem;
  color: #333333;
}

.question,
.question {
  /* margin-bottom: 2rem; */
  margin-bottom: 1rem;
  border: 1px solid #ddd;
  border-radius: 0.25rem;
  padding: 1.25rem;
  background: white;
  box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.1);
}

.question.unanswered {
  border: 1px solid #FB4557;
  background-color: #FFFDFD;
}

.question .q_num {
  color: #4D4F59;
  font-size: 0.875rem;
  margin-bottom: 0.25rem;
}

.question .q_title {
  color: #333333;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
}

.answers fieldset {
  padding-top: 0.5rem;
  border: none;
}

.answer label {
  display: flex;
  align-items: center;
  /* max-width: 92%; */
  margin: 0;
  padding: 0.5rem;
  border-radius: 5px;
  cursor: default;
  transition: all 0.2s;
}

.test.active .answer label {
  cursor: pointer;
}

.test.active .answer label:hover {
  background-color: #F5F7F8;
}

.answer label input[type="radio"] {
  flex-shrink: 0;
  margin: 0;
  vertical-align: middle;
}

.answer span {
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #333333;
  font-weight: 500;
}

.answer.null {
  display: none;
}

.page.test form.questions input[type="submit"] {
  background: #165FFF;
  color: white;
  padding: 1rem;
  border: none;
  margin: 1.5rem 0 5rem 0;
  border-radius: 0.25rem;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: 0.2s;
}

.page.test form.questions input[type="submit"]:hover {
  background: #004EF9;
}

.page.score {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 2rem auto;
}

.page.score .exam-summary {
  margin-bottom: 2rem;
}

.page.score .exam-summary p {
  margin-bottom: 0.25rem;
}

.report-graph-container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  align-items: center;
  margin-bottom: 1rem;
}

.report-graph-container .graph-container,
.report-graph-container .report-text-container {
  display: flex;
  align-items: center;
  width: 50%;
  margin-bottom: 1rem;
}

.report-graph-container .report-text-container {
  margin: 0;
  padding: 0 0 0 1.5rem;
}

.graph-container {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.radial-graph {
  display: block;
  width: 300px;
}

.radial-checkmark {
  display: block;
  width: 350px;
  margin-top: -1.5rem;
  stroke: var(--primary-green);
  stroke-width: 0.75;
}

.pass-report-cards-container .radial-checkmark {
  display: block;
  width: 110px;
  margin-top: -0.5rem;
}

.radial-bg {
  fill: none;
  stroke: #eee;
  stroke-width: 1;
}

.radial-stroke {
  fill: none;
  stroke-width: 1;
  stroke-linecap: butt;
  filter: url(#glow);
  animation: progress 2s cubic-bezier(0.83, 0, 0.17, 1) forwards;
}

@keyframes progress {
  0% {
    stroke-dasharray: 0 100;
  }
}

.radial-stroke-checkmark {
  fill: none;
  filter: url(#glow);
}

.radial-graph text {
  font-size: 0.45rem;
  font-weight: 600;
  text-anchor: middle;
}

.radial-graph tspan {
  font-size: 0.3rem;
}

.radial-graph .percent-type {
  font-size: 0.15rem;
}

.radial-stroke.primary-red {
  stroke: var(--primary-red);
}

.radial-stroke.primary-green {
  stroke: var(--primary-green);
}

.flex-button-container {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
  margin-bottom: 2rem;
}

/* .page.score header {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: space-between;
  padding: 1rem 0;
  border-bottom: #E2F1FF 1px solid;
}
.page.score header div.logo {
  flex: 0 0 220px;
}
.page.score header div.logo img {
  width: 100%;
  height: auto;
}
.page.score header .grp_button {
  flex: 0 0 calc(100% - 220px);
  text-align: right;
}
.page.score h1.performance_title {
  font-size: 2rem;
  text-align: center;
  color: #165FFF;
  font-weight: 300;
  padding: 2rem 0;
}
.page.score .score {
  border-top: #E2F1FF 1px solid;
  border-bottom: #E2F1FF 1px solid;
  padding: 1rem 0;
  text-align: center;
}
.page.score .score div {
  display: inline-block;
  color: #4A5568;
}
.page.score .score .title {
  font-weight: 300;
  font-size: 2rem;
  padding: 11px;
  padding-right: 0;
}
.page.score .score .percent {
  font-weight: 300;
  font-size: 2rem;
  padding: 11px;
} */
/* .page.score .score_breakdown .question {
  margin: 25px 0;
  padding: 25px 0;
  border-top: #E2F1FF 1px solid;
} */
/* .page.score .score_breakdown .question h2 {
  font-weight: 300;
  font-size: 2rem;
} */

/* Start Likely Comment Out */
/* .page.score .score_breakdown .question .answer {
  transition: all 0.2s;
  padding: 7px 0;
  height: 20px;
  vertical-align: middle;
  display: flex;
}
.page.score .score_breakdown .question .answer span {
  vertical-align: middle;
  padding-left: 7px;
}
.page.score .score_breakdown .question .answer::before {
  content: "";
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
}
.page.score .score_breakdown .question .answer.correct {
  background: lightgreen;
}
.page.score .score_breakdown .question .answer.correct::before {
  background-size: contain;
}
.page.score .score_breakdown .question .answer.corrected {
  background-color: lightgreen;
}
.page.score .score_breakdown .question .answer.incorrect {
  background: indianred;
  color: black;
}
.page.score .score_breakdown .question .answer.corrected::before {
  background-image: url(img/checked.svg);
  background-size: contain;
}
.page.score .score_breakdown .question .answer.incorrect::before {
  background-image: url(img/error.svg);
  background-size: contain;
}
.page.score .score_breakdown .reason {
  background: #F1F8FF;
  padding: 7px 21px;
  margin: 10px 0;
  margin-top: 30px;
  color: #4A5568;
  border: 1px solid #165FFF;
}
.mobile {
  display: none;
} */
/* End Likely Comment Out */

.feedback-icons {
  display: block;
  height: 2rem;
  width: 2rem;
}

.question .answers label.correct span {
  color: #04BD76;
}

.question .answers label.incorrect span {
  color: #FB4557;
}

.question .answers label.correct-highlight span {
  color: #04BD76;
}

.answer-feedback {
  margin-top: 1rem;
  font-weight: bold;
  text-align: center;
}

/* .answer-feedback .correct {
  color: #04BD76;
}

.answer-feedback .incorrect {
  color: #FB4557;
} */

.score_breakdown .reason {
  background: #F9FAFB;
  border: 1px solid #DDDDDD;
  border-radius: 0.25rem;
  padding: 1rem;
  margin: 1.5rem 0.25rem 0;
  color: #4A5568;
  text-align: left;
}

.score_breakdown .reason p {
  margin: 0;
}

.score_breakdown .reason .fb_ln {
  font-weight: 700;
}

@media screen and (max-width: 1200px) {
  .container {
    /* width: calc(100% - 2rem); */
    padding: auto 1rem;
  }

  .landing_page section.features .feature_list .feature {
    flex-direction: column;
    text-align: center;
  }

  .landing_page section.features .feature_list .feature div.image {
    padding: 1rem;
  }

  .landing_page section.features .feature_list .feature div.image img {
    margin: auto;
    max-width: 70px;
    height: auto;
  }

  .mobile {
    display: none;
  }

  /* .practice-exam-container>.select_test>div,
  .practice-exam-container>.select_test>form {
    font-size: 14px;
  } */

  .practice-exam-container>.select_test .intro {
    position: relative;
  }

  .practice-exam-container>.select_test .intro .container {
    position: absolute;
    padding: 2rem;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    /* width: calc(100% - 6rem); */
    height: auto;
  }

  .practice-exam-container>.select_test .intro h1 {
    font-size: 2rem;
  }
}

@media screen and (max-width: 1000px) {
  .landing_page section.staggered .container .section {
    padding-top: 20rem;
    background-position-y: top;
    padding-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .mobile {
    display: block;
  }

  img.mobile {
    width: 100%;
    height: auto;
  }

  .desktop {
    display: none;
  }

  .practice-exam-container>.select_test {
    flex-direction: column;
  }

  .practice-exam-container>.select_test .question_select {
    background: white;
  }

  .practice-exam-container>.select_test .intro .container {
    position: relative;
  }

  .practice-exam-container>.select_test>div,
  .practice-exam-container>.select_test>form {
    padding: 2rem;
    /* width: calc(100% - 4rem); */
  }

  /* .page form.questions .question .q_num {
    font-size: 0.75rem;
  } */

  /* .question .q_title {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }

  .page form.questions .question .answers fieldset div.answer span {
    font-size: 1rem;
  } */

  .page.score .score_breakdown .question h2 {
    font-size: 1.25rem;
  }

  .page.score h1.performance_title {
    font-size: 1.25rem;
  }

  .page.score .score .title,
  .page.score .score .percent {
    font-size: 1.5rem;
  }

  header .link_gb,
  header .link_fb {
    font-size: 12px;
  }

  header.page_header .container .logo {
    flex: 0 0 140px;
  }

  .link_std,
  .link_fb,
  .link_gb {
    font-size: 12px;
  }

  .link_fb {
    padding: 7px 13px;
  }

  .link_gb {
    padding: 6px 12px;
  }

  .landing_page section.hero .container .content_box h1 {
    font-size: 1.5rem;
  }

  .landing_page section.hero .container .content_box h2 {
    margin-top: 11px;
    font-size: 1rem;
  }

  .landing_page section.features .feature_list .feature_content .content p {
    font-size: 13px;
  }

  .landing_page section.hero .container .content_box {
    width: 100%;
  }

  .section.hero {
    background-position: 72% 30% !important;
  }

  .landing_page section.staggered .container .section {
    background: none !important;
    padding: 0;
    flex-direction: column;
    margin: 0;
  }

  .landing_page section.staggered .container .section .block {
    flex: auto;
  }

  .landing_page section.staggered .container .section .block h2 {
    font-size: 1.75rem;
  }

  .landing_page section.staggered .container .section .block h3 {
    font-size: 1rem;
  }

  .landing_page section.features .feature_list .feature {
    flex: 47%;
  }

  .landing_page .bottom_cta .container h2 {
    font-size: 1.75rem;
  }

  .landing_page .bottom_cta .container h3 {
    font-size: 1rem;
  }

  .landing_page .bottom_cta .container {
    padding: 5rem 2rem;
    /* width: calc(100% - 4rem); */
  }
}

@media screen and (max-width: 640px) {
  .report-graph-container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .report-graph-container .graph-container,
  .report-graph-container .report-text-container {
    width: 100%;
  }

  .report-graph-container .report-text-container {
    justify-content: center;
  }
}

@media screen and (max-width: 500px) {

  .practice-exam-container>.select_test>div,
  .practice-exam-container>.select_test>form {
    padding: 1rem;
    /* width: calc(100% - 2rem); */
  }

  .practice-exam-container>.select_test .question_select {
    background: white;
  }

  .practice-exam-container>.select_test .question_select h2 {
    font-size: 1.1rem;
  }

  /* .practice-exam-container > .select_test .question_select input[type="submit"],
  .practice-exam-container > .select_test .question_select select {
    font-size: 12px;
  } */
  .landing_page section.features .feature_list .feature {
    flex: 97%;
  }

  .landing_page section.features .grp_button .link_gb,
  .landing_page section.features .grp_button .link_fb,
  .landing_page section.features .grp_button .link_std {
    margin: 4px 0;
  }

  header.page_header .container .header_nav .link_std {
    display: none;
  }

  /* .page.test form.questions .question {
    padding: 0.5px;
    width: calc(100% - 0.5rem);
    padding-top: 2rem;
  } */
}

.signup_overlay .signup_container {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 2rem;
}

.signup_overlay .signup_container h1 {
  font-size: 1.5rem;
  text-align: center;
  color: #3B5998;
}

.signup_overlay .signup_container .mc-field-group {
  padding: 0.5rem 0;
}

.signup_overlay .signup_container .mc-field-group label {
  display: block;
}

.signup_overlay .signup_container .mc-field-group input {
  /* width: calc(100% - 2rem); */
  padding: 0.5rem 1rem;
  border: 1px solid #899aaa;
}

.signup_overlay .signup_container .disclaimer {
  color: gray;
  font-size: 12px;
  letter-spacing: 0.2px;
  padding: 1rem 0;
}

.signup_overlay .signup_container #mc-embedded-subscribe {
  display: none;
}

.signup_overlay .signup_container .buttons {
  padding-top: 20px;
}

.signup_overlay .signup_container .buttons a {
  padding: 0.5rem 1rem;
  margin: 0.5rem 0;
  text-decoration: none;
}

.signup_overlay .signup_container .buttons a:nth-of-type(1) {
  background: #30CA8C;
  color: white;
}

.signup_overlay .signup_container .buttons a:nth-of-type(2) {
  color: #C91F1F;
}

.buy_modal {
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(0, 0, 0, 0.9);
}

.buy_modal .buy_container {
  background: white;
  padding: 1.5rem;
  margin: 1rem auto;
  /* max-width: calc(100% - 4rem); */
  width: 370px;
  z-index: 999;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.buy_modal .buy_container select {
  padding: 1rem;
  width: 100%;
  background: linear-gradient(#fff, #f1f1f1);
  border: 1px solid #ddd;
  border-radius: 3px;
}

.buy_modal .buy_container .btn {
  display: inline-block;
  margin: 1rem auto;
  text-align: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #165FFF;
  color: white;
  padding: 0.5rem 1rem;
  cursor: pointer;
  text-decoration: none;
}

.buy_modal .buy_container .btn.close {
  background: #E2F1FF;
  border: none;
  color: #165FFF;
  float: right;
}

.explain {
  text-align: center;
  color: gray;
}

.try.grp_button {
  padding: 2rem 0;
  text-align: center;
}