/*  Progress bar color  */
/* loader color */
.inner3.button {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
}

.content-1 {
  background-color: rgb(255, 255, 255);
  color: rgb(46, 46, 47);
  padding: 20px 40px;
  border: none;
  border-radius: 14px;
 
  font-family: bold;
  cursor: pointer;
}

.content-1:hover {
  border: 2px solid rgb(0, 140, 255);
}

.content-2 {
  background-color: rgb(255, 255, 255);
  color: rgb(46, 46, 47);
  padding: 20px 40px;
  border: none;
  border-radius: 14px;
  font-family: bold;
  margin: 9px;
  cursor: pointer;
}

.content-2:hover {
  border: 2px solid rgb(0, 140, 255);
}

@font-face {
  font-family: bold;
  src: url("../sass/fonts/bold.ttf");
}
@font-face {
  font-family: regular;
  src: url("../sass/fonts/regular.ttf");
}
.paragraph--2 {
  width: 79%;
  padding: 10px;
  margin-top: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  font-weight: 400;
  font-family: bold;
  color: black;
  letter-spacing: -0.33px;
}

@media (max-width: 576px) {
  .paragraph--2 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    font-size: 21px;
  }
}
@media (max-width: 380px) {
  .paragraph--2 {
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
}
@media (max-width: 280px) {
  .paragraph--2 {
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
}
.Sub-section {
  row-gap: 5px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  max-width: 600px;
  margin: 10px auto;
}

img.small-body {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35%;
  height: auto;
  text-align: center;
  margin-left: 40px;
}

@media (max-width: 480px) {
  img.small-body {
    margin-left: 20px;
  }
}
@media (max-width: 380px) {
  img.small-body {
    margin-left: 10px;
  }
}
.bodyimg {
  width: 35%;
  height: auto;
  margin-left: 35px;
  align-items: center
}
@media (max-width: 576px) {
  .bodyimg {
    margin-left: 35px;
  }
}
@media (max-width: 480px) {
  .bodyimg {
    margin-left: 10px;
  }
}
@media (max-width: 280px) {
  .bodyimg {
    margin-left: 10px;
  }
}
.Small-text {
  font-size: 20px;
  font-family: regular;
  width: 380px;
  margin-left: 35px;
  cursor: pointer;
}

@media (max-width: 576px) {
  .Small-text {
    margin-left: 20px;
    font-size: 16px;
  }
}
@media (max-width: 380px) {
  .Small-text {
    margin-left: 5px;
    font-size: 14px;
  }
}
.Small-text-1 {
  font-size: 20px;
  font-family: regular;
  text-align: center;
  width: 380px;
  cursor: pointer;
}

.selected {
  background-color: #3B00D1 !important;
  color: rgb(255, 255, 255) !important;
  margin-right: 10px;
}

.paragraph--3 {
  width: 79%;
  padding: 20px;
  margin-top: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  font-weight: 400;
  font-family: bold;
  color: black;
  letter-spacing: -0.33px;
}

@media (max-width: 576px) {
  .paragraph--3 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    font-size: 21px;
  }
}
@media (max-width: 380px) {
  .paragraph--3 {
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
}
@media (max-width: 280px) {
  .paragraph--3 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    font-size: 16px;
  }
}
.small-form--section {
  margin-top: 70px;
}

.Input--Field {
  display: flex;
  justify-content: center;
  align-Items: center;
  margin-top: 36px;
  cursor: pointer;
}

.Input--Field input[type=text] {
  display: flex;
  justify-content: center;
  padding: 15px;
  margin: 1px 0;
  width: 330px;
  border-radius: 10px;
  border: none;
  outline: none;
  padding: 15px;
  font-family: regular;
  color: rgb(46, 46, 47);
  cursor: pointer;
}

/* .Input--Field input:hover {
  border: 2px solid rgb(0, 140, 255);
} */

::-webkit-input-placeholder {
  color: rgb(46, 46, 47);
  text-align: center;
  font-size: 20px;
  font-family: "Nokora";
  font-weight: 500;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

:focus::-webkit-input-placeholder {
  opacity: 0.9;
}

:focus::-webkit-input-placeholder:hover {
  color: rgb(255, 255, 255);
}

input:hover {
  /* border: 2px solid rgb(0, 140, 255); */
  background-color: rgb(255, 255, 255);
}

*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

@font-face {
  font-family: bold;
  src: url("../sass/fonts/bold.ttf");
}
@font-face {
  font-family: regular;
  src: url("../sass/fonts/regular.ttf");
}
body::-webkit-scrollbar {
  display: none;
}

section {
  background: #EFFEFF;
  width: 100%;
  height: 2620px;
}
.PainArea{
  background: #EFFEFF;
  width: 100%;
  height: 2500px;
}



@media (max-width: 480px) {
  .PainArea {
    height: auto;
  }
}
.paragraph {
  width: 77%;
  padding: 10px;
  margin-top: 70px;
  display: flex;
  justify-content: center;
  font-size: 24px;
  font-weight: 400;
  font-family: bold;
  color: black;
  letter-spacing: -0.33px;
}

@media (max-width: 576px) {
  .paragraph {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    font-size: 20px;
  }
}
@media (max-width: 380px) {
  .paragraph {
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
}
@media (max-width: 280px) {
  .paragraph {
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
}
.image-content {
  position: relative;
  width: 100%;
  padding: 10px;
  text-align: center;
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}

.btn-on-image {
  position: absolute;
  justify-content: center;
  margin-right: 150px;
  margin-bottom: 140px;
  transform: translateY(-50%);
  padding: 10px 30px;
  background-color: white;
  color: rgb(116, 116, 116);
  border: none;
  font-family: bold;
  font-size: 20px;
  text-align: center;
  font-weight: 300;
  cursor: pointer;
  border-radius: 5px;
}

.form-btn {
  padding: 10px 30px;
    /* background-color: white; */
    font-size: 20px;
    /* text-align: center; */
    font-weight: 300;
    cursor: pointer;
    border: none;
    width: 58%;
    margin-left: 10px;
    font-family: Regular;
}
@media (max-width: 480px) {
  .form-btn {
    font-size: 16px;
    padding: 10px 5px;
  }
}

@media (max-width: 380px) {
  .form-btn {
    font-size: 12px;
    padding: 10px 5px;
}
  }

@media (max-width: 380px) {
  .btn-on-image {
    padding: 5px 20px;
    font-size: 16px;
    margin-right: 120px;
    margin-bottom: 90px;
    border-radius: 5px;
  }
}
.selected {
  background-color: #3B00D1;
  color: rgb(255, 255, 255);
}

font-face {
  font-family: medium;
  src: url("../sass/fonts/medium.ttf");
}

.button-selected {
  background-color: blue !important;
  color: white !important;
}
.Dignos-footer {
  position: absolute;
  background-color: rgba(31, 31, 31, 0.8);
  width: 100%;
  height: 80px;
  display: flex;
  justify-content: center;
  align-self: center;
}

footer {
  position: absolute;
  bottom: 0;
  background-color: rgba(31, 31, 31, 0.8);
  width: 100%;
  height: 80px;
  display: flex;
  justify-content: center;
  align-self: center;
}


footer .copyright p {
  color: rgb(255, 255, 255);
  font-size: 20px;
  font-weight: 200;
  font-family: medium;
  letter-spacing: -0.33px;
  text-align: center;
  margin-top: 7px;
  display: flex;
  justify-content: center;
  align-self: center;
}

@font-face {
  font-family: bold;
  src: url("../sass/fonts/bold.ttf");
}
@font-face {
  font-family: regular;
  src: url("../sass/fonts/regular.ttf");
}
.main-section {
  width: 100%;
  height: 900px; 
  background-color: #EFFEFF;

}
@media (min-width:1500px){
  .main-section{
    height: 1460px;
  }
}

@media (max-width:375px){
  .main-section{
    height: 700px;
  }
}
.container {
  display: flex;
  width: 100%;
  height: 80px;
  flex-wrap: wrap;
}

.mainheading {
  width: 25%;
  line-height: 80px;
  text-align: center;
  float: left;
  font-family: bold;
  font-size: 20px;
  font-weight: 700;
  cursor: pointer;
  padding: 10px;
  text-align: center;
}

.subheading {
  width: 50%;
  line-height: 80px;
  text-align: center;
  font-size: 20px;
  font-family: regular;
  font-weight: 400;
  justify-content: center;
  padding: 10px;
}

@media (max-width: 992px) {
  .mainheading {
    display: flex;
    text-align: left;
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .mainheading {
    width: 100%;
    text-align: left;
    height: 10px;
  }
}
@media (max-width: 768px) {
  .subheading {
    width: 100%;
    text-align: left;
    font-size: 17px;
    height: 8px;
  }
}
.question-heading {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

@media (max-width: 768px) {
  .question-heading {
    display: flex;
    justify-content: center;
    text-align: center;
    padding-top: 50px;
  }
}
.short-para1 {
  font-family: bold;
  font-weight: 400;
  font-size: 24px;
}

@media (max-width: 576px) {
  .short-para1 {
    display: flex;
    justify-content: center;
    text-align: center;
  }
}
@media (max-width: 375px) {
  .short-para1 {
    display: flex;
    justify-content: center;
    text-align: center;
    font-size: 20px;
  }
}
@media (max-width: 280px) {
  .short-para1 {
    display: flex;
    justify-content: center;
    text-align: center;
    font-size: 12px;
  }
}
.question-content {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

@media (max-width: 480px) {
  .question-content {
    display: flex;
    justify-content: center;
    text-align: center;
    margin-top: 30px;
    font-size: 18px;
  }}


  

.short-para2 {
  margin-top: 0px;
  font-family: regular;
  font-weight: 400;
  font-size: 24px;
}

@media (max-width: 1100px) {
  .short-para2 {
    display: flex;
    justify-content: center;
    text-align: center;
   
    width: 800px;
  }
}
@media (max-width: 992px) {
  .short-para2 {
    display: flex;
    justify-content: center;
    text-align: center;
    font-size: 22px;
    width: 500px;
  }
}
@media (max-width: 480px) {
  .short-para2 {
    display: flex;
    justify-content: center;
    text-align: center;
    font-size: 18px;
    width: 400px;
  }
}
@media (max-width: 390px) {
  .short-para2 {
    display: flex;
    justify-content: center;
    text-align: center;
    font-size: 14px;
    width: 250px;
  }
}
@media (max-width: 380px) {
  .short-para2 {
    display: flex;
    justify-content: center;
    text-align: center;
    font-size: 14px;
    width: 300px;
  }
}
@media (max-width: 280px) {
  .short-para2 {
    display: flex;
    justify-content: center;
    text-align: center;
    font-size: 12px;
    width: 250px;
  }
}
.short-para3 {
  justify-content: center;
  display: flex;
  margin-top: 40px;
  font-family: regular;
  font-weight: 400;
  font-size: 24px;
}

@media (max-width: 768px) {
  .short-para3 {
    display: flex;
    justify-content: center;
    text-align: center;
  }
}
.short-para4 {
  padding: 30px 60px;
  margin-left: 30px;
  margin-top: 40px;
  font-family: regular;
  font-weight: 400;
  font-size: 24px;
}

@media (max-width: 768px) {
  .short-para4 {
    justify-content: center;
    display: flex;
  }
}
.White-button {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.yes-button {
  font-family: "Nokora";
  font-size: 20px;
  font-weight: 400;
  color: rgb(46, 46, 47);
  background-color: rgb(255, 255, 255);
  padding: 26px 45px;
  height: 20px;
  margin: 9px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  offset: 0px, 4px;
  border-radius: 4px;
  border: none;
  cursor: pointer;
}

.yes-button:hover {
  border: 2px solid rgb(0, 140, 255);
}
@media (max-width:576px) {
  .yes-button {
    padding: 17px 30px;
    font-size: 16px;
  }
}
.No-button {
  font-size: 20px;
  font-family: "Nokora";
  font-weight: 400;
  color: rgb(46, 46, 47);
  background-color: rgb(255, 255, 255);
  padding: 26px 45px;
  height: 20px;
  margin: 9px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  offset: 0px, 4px;
  border-radius: 4px;
  border: none;
  cursor: pointer;
}

.No-button:hover {
  border: 2px solid rgb(0, 140, 255);
}
@media (max-width:576px) {
  .No-button {
    padding: 17px 30px;
    font-size: 16px;
  }
}

.ques-Img {
margin-top: 20px;
width: 20%;
}


@media(max-width:768px){
  .ques-Img {
    width: 30%;

}
}
@media(max-width:576px){
  .ques-Img {
    width: 38%;

}
}
  @media(max-width:480px){
    .ques-Img {
      width: 43%;

  }
}
@media(max-width:375px){
  .ques-Img {
    width: 40%;

}
}
.end1--button {
  position: relative;
  margin-top: 670px;
}

@media (max-width: 992px) {
  .end1--button {
    margin-top: 450px;
  }
}
@media (max-width: 768px) {
  .end1--button {
    margin-top: 400px;
  }
}
@media (max-width: 576px) {
  .end1--button {
    margin-top: 420px;
  }
}
@media (max-width: 480px) {
  .end1--button {
    margin-top: 580px;
  }
}
@media (max-width: 390px) {
  .end1--button {
    margin-top: 610px;
  }
}
@media (max-width: 380px) {
  .end1--button {
    margin-top: 680px;
  }
}
@media (max-width: 280px) {
  .end1--button {
    margin-top: 730px;
  }
}
.previous2-button {
  position: absolute;
  text-decoration: none;
  font-size: 20px;
  font-family: bold;
  font-size: 16px;
  background-color: rgb(255, 255, 255);
  color: rgb(46, 46, 47);
  border-radius: 14px;
  padding: 15px 25px;
  font-weight: 400;
  outline: none;
  border: none;
  cursor: pointer;
}

.previous2-button:hover {
  border: 2px solid rgb(0, 140, 255);
}

.next2-button {
  text-decoration: none;
  font-size: 20px;
  font-family: bold;
  font-size: 16px;
  background-color: rgb(255, 255, 255);
  color: rgb(46, 46, 47);
  border-radius: 14px;
  padding: 15px 30px;
  font-weight: 400;
  outline: none;
  border: none;
  float: right;
  cursor: pointer;
}

.next2-button:hover {
  border: 2px solid rgb(0, 140, 255);
}

@media (max-width: 576px) {
  .previous2-button {
    font-size: 14px;
    padding: 9px 9px;
  }
}
@media (max-width: 576px) {
  .next2-button {
    font-size: 14px;
    padding: 9px 18px;
  }
}
@font-face {
  font-family: bold;
  src: url("../sass/fonts/bold.ttf");
}
@font-face {
  font-family: regular;
  src: url("../sass/fonts/regular.ttf");
}
.box {
  width: 100%;
  height: 100vh;
}

.form-container {
  background: #EFFEFF;
  display: flex;
}

.input-field {
  display: flex;
  justify-content: center;
  align-Items: center;
  margin-top: 30px;
}

.form-group {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
}

@media (max-width: 912px) {
  .form-group {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 60px;
  }
}
@media (max-width: 820px) {
  .form-group {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 50px;
  }
}
input.description {
  display: flex;
  justify-content: center;
  padding: 15px;
  margin: 1px 0;
  width: 330px;
  border-radius: 10px;
  border: 2px solid rgb(255, 255, 255);
  outline: none;
  margin-top: 1px;

}

@media (max-width: 280px) {
  input.description {
    padding: 13px;
    margin: 1px 0;
    width: 220px;
    margin-left: 5px;
  }
}
.inputfield-form label {
  font-size: 20px;
  font-family: bold;
  display: flex;
  border: none;
  outline: none;
  margin-top: 2px;
}

@media (max-width: 280px) {
  .inputfield-form label {
    font-size: 16px;
    margin-left: 5px;
  }
}
input.description:hover {
  border: 2px solid rgb(0, 140, 255);
}

select.selectform {
  display: flex;
  justify-content: center;
  font-size: 16px;
  padding: 14px;
  margin: 1px 0;
  width: 330px;
  border-radius: 10px;
  border: none;
  outline: none;
  font-family: bold;
}

@media (max-width: 280px) {
  select.selectform {
    padding: 13px;
    margin: 1px 0;
    width: 220px;
    margin-left: 5px;
  }
}
/* select.selectform:hover {
  border: 2px solid rgb(0, 140, 255);
} */

.fieldoption {
  background-color: rgb(255, 255, 255);
  color: rgb(46, 46, 47);
  font-family: regular;
  font-size: 20px;
  font-family: regular;
  border: none;
  outline: none;
  padding: 14px;
  margin: 1px 0;
  width: 330px;
}
/* .fieldoption:hover {
  background-color: rgb(0, 140, 255);
  color: rgb(255, 255, 255);
} */

@media (max-width: 280px) {
  .fieldoption {
    font-size: 16px;
    padding: 13px;
    margin: 1px 0;
    width: 220px;
    margin-left: 5px;
  }
}
.button-content {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

.previous-btn {
  background-color: rgb(255, 255, 255);
  color: rgb(46, 46, 47);
  padding: 20px 40px;
  border: none;
  border-radius: 14px;
  font-family: bold;
  margin: 11px;
  cursor: pointer;
}

@media (max-width: 280px) {
  .previous-btn {
    padding: 12px 18px;
    margin: 9px;
  }
}
.previous-btn:hover {
  border: 2px solid rgb(0, 140, 255);
}

.submit-btn {
  background-color: rgb(255, 255, 255);
  color: rgb(46, 46, 47);
  padding: 20px 40px;
  border: none;
  border-radius: 14px;
  font-family: bold;
  cursor: pointer;
}

@media (max-width: 280px) {
  .submit-btn {
    padding: 12px 18px;
  }
}
.submit-btn:hover {
  border: 2px solid rgb(0, 140, 255);
}

p.error {
  color: #D8000C;
  font-size: 14px;
  margin-top: 2px;
  font-family: regular;
}

.--form_footer {
  bottom: 0;
  background-color: rgba(31, 31, 31, 0.8);
  width: 100%;
  height: 80px;
  display: flex;
  justify-content: center;
  align-self: center;
}
.Dignos_footer {
  bottom: 0;
  background-color: rgba(31, 31, 31, 0.8);
  width: 100%;
  height: 80px;
  display: flex;
  justify-content: center;
  align-self: center;
}

.copyright p {
  color: rgb(255, 255, 255);
  font-size: 20px;
  font-weight: 200;
  font-family: medium;
  letter-spacing: -0.33px;
  text-align: center;
  margin-top: 7px;
  display: flex;
  justify-content: center;
  align-self: center;
}
.Copy-right{
  color: rgb(255, 255, 255);
  font-size: 20px;
  font-weight: 200;
  font-family: medium;
  letter-spacing: -0.33px;
  text-align: center;
  margin-top: 7px;
  display: flex;
  justify-content: center;
  align-self: center;
}
@font-face {
  font-family: b;
  src: url("../sass/fonts/bold.ttf");
}
@font-face {
  font-family: r;
  src: url("../sass/fonts/regular.ttf");
}
.Intro-section {
  background: #EFFEFF;
  position: fixed;
  padding: 5% 0px;
}

.Intro-heading {
  display: flex;
  justify-content: center;
  margin-top: 60px;
  font-family: "Montserrat";
  font-size: 20px;
  font-weight: 400;
}

@media (max-width: 1280px) {
  .Intro-heading {
    padding-top: 40px;
  }
  .Intro-section {
    padding: 2% 0px;
  }
}
@media (max-width: 912px) {
  .Intro-heading {
    padding-top: 40px;
  }
}
@media (max-width: 820px) {
  .Intro-heading {
    padding-top: 40px;
  }
}
@media (max-width: 480px) {
  .Intro-heading {
    font-size: 16px;
  }
}
@media (max-width: 280px) {
  .Intro-heading {
    font-size: 14px;
  }
}
.Intro-Subheading {
  display: flex;
  justify-content: center;
  margin-top: 60px;
  font-family: bold;
  font-size: 18px;
  letter-spacing: 0.5px;
}

@media (max-width: 1280px) {
  .Intro-Subheading {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding-top: 60px;
  }
}
@media (max-width: 912px) {
  .Intro-Subheading {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding-top: 60px;
  }
}
@media (max-width: 820px) {
  .Intro-Subheading {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding-top: 60px;
  }
}
@media (max-width: 480px) {
  .Intro-Subheading {
    margin-top: 80px;
  }
}
@media (max-width: 280px) {
  .Intro-Subheading {
    font-size: 14px;
  }
}
.nav-list {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}

nav li {
  margin-left: 30px;
  padding: 5px;
  font-size: regular;
  font-size: 18px;
}

.beginbutton {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}

.intro-btn {
  font-family: bold;
  font-size: 15px;
  font-weight: 500;
  color: rgb(255, 255, 255);
  background-color: #3B00D1;
  padding: 10px 25px;
  display: inline-flex;
  border-radius: 40px;
  border: none;
  outline: none;
  cursor: pointer;
}

@font-face {
  font-family: bold;
  src: url("../sass/fonts/bold.ttf");
}
@font-face {
  font-family: regular;
  src: url("../sass/fonts/regular.ttf");
}
.Welcome-section {
  background: #EFFEFF;
  width: 100%;
  height: 100vh;
}

.Welcome-para {
  display: flex;
  justify-content: center;
}

.sub-head {
  display: flex;
  font-size: 24px;
  font-family: regular;
  margin-top: 60px;
}

@media (max-width: 576px) {
  .sub-head {
    padding-top: 60px;
  }
}
.bold-head {
  font-weight: 700;
}

.Second-part {
  display: flex;
  justify-content: center;
}

.second-para {
  font-size: 24px;
  text-align: center;
  font-family: regular;
  padding: 70px;
}

@media (max-width: 992px) {
  .second-para {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .second-para {
    font-size: 18px;
    width: 100%;
  }
}
@media (max-width: 576px) {
  .second-para {
    font-size: 18px;
    width: 100%;
    text-align: center;
    padding: 60px;
  }
}
@media (max-width: 380px) {
  .second-para {
    font-size: 17px;
    width: 100%;
    text-align: center;
    padding: 60px;
  }
}
.Bottom {
   display: flex;
  justify-content: center;
  text-align: center;
  margin-top: 70px;
}
@media (max-width:1024px) {
  .Bottom {
    margin-top: 30px;
  }
}
@media (max-width:992px) {
  .Bottom {
    margin-top: 40px;
  }
}

  @media (max-width:480px) {
    .Bottom {
      margin-top: 40px;
    }
    button {
      margin-left: 6px;
    }
  }
  @media (max-width:412px) {
    .Bottom {
      margin-top: 80px;
    }
    button {
      margin-left: 6px;
      margin-right: 6px;
    }
  }
  @media (max-width:375px) {
    .Bottom {
      margin-top: 40px;
    }
    button {
      margin-left: 6px;
      margin-right: 6px;
    }
  }
  @media (max-width: 280px) {
    .Bottom {
      margin-top: 25px;
    }
    button {
      margin-left: 6px;
      margin-right: 6px;
    }
  }


button {
  margin-left: 10px;
}

button {
  margin-right: 10px;
}

.previous-button {
  text-decoration: none;
  font-size: 20px;
  font-family: bold;
  font-size: 16px;
  background-color: rgb(255, 255, 255);
  color: rgb(46, 46, 47);
  border-radius: 14px;
  padding: 15px 25px;
  font-weight: 400;
  outline: none;
  border: none;
  cursor: pointer;
}

.previous-button:hover {
  border: 2px solid rgb(0, 140, 255);
}

@media (max-width: 576px) {
  .previous-button {
    font-size: 14px;
    padding: 9px 9px;
  }
}
.next-button {
  text-decoration: none;
  font-size: 20px;
  font-family: bold;
  font-size: 16px;
  background-color: rgb(255, 255, 255);
  color: rgb(46, 46, 47);
  border-radius: 14px;
  padding: 15px 30px;
  font-weight: 400;
  outline: none;
  border: none;
  cursor: pointer;
}

.next-button:hover {
  border: 2px solid rgb(0, 140, 255);
}

@media (max-width: 576px) {
  .next-button {
    font-size: 14px;
    padding: 9px 18px;
  }
}
@font-face {
  font-family: bold;
  src: url("../sass/fonts/bold.ttf");
}
@font-face {
  font-family: regular;
  src: url("../sass/fonts/regular.ttf");
}
.loadingsection {
  height: 100vh;
  width: 100%;
  background: #EFFEFF;
}

.container--2 {
  display: flex;
  width: 100%;
  height: 80px;
  flex-wrap: wrap;
}

.mainheading {
  width: 25%;
  line-height: 80px;
  text-align: center;
  float: left;
  font-family: bold;
  font-size: 20px;
  font-weight: 700;
  cursor: pointer;
  padding: 10px;
  text-align: center;
}

.subheading {
  width: 50%;
  line-height: 80px;
  text-align: center;
  font-size: 20px;
  font-family: regular;
  font-weight: 400;
  justify-content: center;
  padding: 10px;
}

@media (max-width: 992px) {
  .mainheading {
    display: flex;
    text-align: left;
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .mainheading {
    width: 100%;
    text-align: left;
    height: 10px;
  }
}
@media (max-width: 768px) {
  .subheading {
    width: 100%;
    text-align: left;
    font-size: 17px;
    height: 8px;
  }
}
.Estudio_paragraph {
  margin-top: 120px;
  display: flex;
  align-items: center;
  font-size: 20px;
  justify-content: center;
  font-family: regular;
  letter-spacing: -0.1px;
}

@media (max-width: 768px) {
  .Estudio_paragraph {
    font-size: 18px;
  }
}
@media (max-width: 576px) {
  .Estudio_paragraph {
    font-size: 18px;
    width: 100%;
    display: flex;
    justify-content: center;
    text-align: center;
  }
}
@media (max-width: 414px) {
  .Estudio_paragraph {
    font-size: 16px;
    display: flex;
    justify-content: center;
    text-align: center;
  }
}
@media (max-width: 390px) {
  .Estudio_paragraph {
    font-size: 16px;
    width: 85%;
    margin-left: 30px;
  }
}
@media (max-width: 393px) {
  .Estudio_paragraph {
    font-size: 16px;
    width: 85%;
    margin-left: 30px;
  }
}
@media (max-width: 360px) {
  .Estudio_paragraph {
    font-size: 16px;
    width: 85%;
    margin-left: 30px;
  }
}
@media (max-width: 280px) {
  .Estudio_paragraph {
    font-size: 16px;
    width: 85%;
    margin-left: 25px;
  }
}
.paragraph_2 {
  margin-top: 40px;
  font-size: 20px;
  font-family: regular;
  display: flex;
  justify-content: center;
}

@media (max-width: 576px) {
  .paragraph_2 {
    font-size: 16px;
    display: flex;
    justify-content: center;
    text-align: center;
  }
}
@media (max-width: 360px) {
  .paragraph_2 {
    font-size: 16px;
    width: 85%;
    margin-left: 30px;
  }
}
@media (max-width: 390px) {
  .paragraph_2 {
    font-size: 16px;
    width: 85%;
    margin-left: 30px;
  }
}
@media (max-width: 393px) {
  .paragraph_2 {
    font-size: 16px;
    width: 85%;
    margin-left: 30px;
  }
}
.bottom---button {
  display: flex;
  justify-content: space-between;
  position: absolute;
  bottom: 90px;
  width: 100%;
}

button {
  margin-left: 10px;
}

button {
  margin-right: 10px;
}

.previous-button {
  text-decoration: none;
  font-size: 20px;
  font-family: bold;
  font-size: 16px;
  background-color: rgb(255, 255, 255);
  color: rgb(46, 46, 47);
  border-radius: 14px;
  padding: 15px 25px;
  font-weight: 400;
  outline: none;
  border: none;
  cursor: pointer;
}

.previous-button:hover {
  border: 2px solid rgb(0, 140, 255);
}

@media (max-width: 576px) {
  .previous-button {
    font-size: 14px;
    padding: 9px 9px;
  }
}
.next-button {
  text-decoration: none;
  font-size: 20px;
  font-family: bold;
  font-size: 16px;
  background-color: rgb(255, 255, 255);
  color: rgb(46, 46, 47);
  border-radius: 14px;
  padding: 15px 30px;
  font-weight: 400;
  outline: none;
  border: none;
  cursor: pointer;
}

.next-button:hover {
  border: 2px solid rgb(0, 140, 255);
}

@media (max-width: 576px) {
  .next-button {
    font-size: 14px;
    padding: 9px 18px;
  }
}
@font-face {
  font-family: bold;
  src: url("../sass/fonts/bold.ttf");
}
@font-face {
  font-family: regular;
  src: url("../sass/fonts/regular.ttf");
}
.Dignosis-disclaimer {
 
  height: 100vh;
  padding-bottom: 90px;
  width: 100%;
  background: #EFFEFF;
}

@media (min-width:2000px) {
  .Dignosis-disclaimer {
    height: 100vh;
  }
}
.container--3 {
  display: flex;
  width: 100%;
  height: 80px;
  flex-wrap: wrap;
}

.left-heading {
  font-size: 24px;
  font-family: bold;
  margin-left: 80px;
}

@media (min-width: 2000px) {
  .left-heading {
    
    margin-left: 120px;
    margin-top: 70px;
  }
}

@media (max-width: 576px) {
  .left-heading {
    margin-left: 10px;
    margin-top: 20px;
  }
}
.information--heading {
  font-size: 24px;
  font-family: bold;
  margin-top: 80px;
  margin-left: 30px;
}
@media (min-width: 2000px) {
  .information--heading {
    font-size: 40px;
   
  }
}
@media (min-width: 1600px) {
  .information--heading {
    margin-top: 80px;
    margin-left: 500px;

  }
}

@media (max-width: 992px) {
  .information--heading {
    margin-left: 30px;
    margin-top: 30px;
  }
}
@media (max-width: 768px) {
  .information--heading {
    margin-left: 10px;
    margin-top: 30px;
    font-size: 20px;
  }
}
@media (max-width: 576px) {
  .information--heading {
    display: flex;
    margin-top: 30px;
    justify-content: center;
    margin-left: 20px;
  }
}
.dignosis_long_paragraph {
  font-size: 24px;
  font-family: regular;
  font-weight: 300;
  margin-left: 30px;
}



@media (min-width: 2000px) {
  .dignosis_long_paragraph   {
    
    margin-left: 500px;
    
  
   
  }
}
@media (max-width: 1024px) {
  .dignosis_long_paragraph {
    font-size: 20px;
  }
}

@media (max-width: 992px) {
  .dignosis_long_paragraph {
    margin-left: 20px;
  }
}
@media (max-width: 768px) {
  .dignosis_long_paragraph {
    margin-left: 10px;
    font-size: 20px;
  }
}
@media (max-width: 576px) {
  .dignosis_long_paragraph {
    display: flex;
    justify-content: center;
    font-size: 18px;
  }
}
@media (max-width: 412px) {
  .dignosis_long_paragraph {
    margin-left: 1px;
    font-size: 16px;
  }
}
@media (max-width: 390px) {
  .dignosis_long_paragraph {
    margin-left: 2px;
    font-size: 15px;
  }
}
@media (max-width: 375px) {
  .dignosis_long_paragraph {
    font-size: 16px;
    margin-left: 3px;
  }
}
@media (max-width: 340px) {
  .dignosis_long_paragraph {
    font-size: 14px;
    margin-left: 4px;
  }
}
@font-face {
  font-family: bold;
  src: url("../sass/fonts/bold.ttf");
}
@font-face {
  font-family: regular;
  src: url("../sass/fonts/regular.ttf");
}
.Progress {
  height: 100%;
}

.barbox {
  width: 520px;
  margin-top: 120px;
  margin-left: 120px;
  height: 210px;
  display: flex;
  background-color: #EFF3FF;
  border-bottom-right-radius: 15px;
  border-top-left-radius: 13px;
  box-shadow: 18px 10px 15px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
}

.barbox:hover {
  border: 3px solid rgb(59, 0, 209);
}

.barbox:hover > .barheading {
  opacity: 1;
  font-weight: 700;
}
.barbox:hover > .bartext {
  opacity: 1;
  font-weight: 500;
}

@media (max-width: 576px) {
  .barbox {
    width: 400px;
    height: 190px;
    margin-left: 90px;
  }
}
@media (max-width: 480px) {
  .barbox {
    width: 350px;
    height: 190px;
    margin-left: 30px;
  }
}
@media (max-width: 380px) {
  .barbox {
    width: 330px;
    height: 180px;
    margin-left: 20px;
  }
}
@media (max-width: 280px) {
  .barbox {
    width: 240px;
    height: 130px;
  }
}
.barbox-1 {
  border: none;
  width: 520px;
  margin-top: 120px;
  margin-left: 120px;
  height: 210px;
  display: flex;
  background-color: #EFF3FF;
  border-bottom-right-radius: 15px;
  border-top-left-radius: 13px;
  box-shadow: 18px 10px 15px rgba(0, 0, 0, 0.25);
}

.barbox-1:hover {
  border: 3px solid rgb(0, 140, 255);
}

@media (max-width: 576px) {
  .barbox-1 {
    width: 400px;
    height: 190px;
    margin-left: 90px;
  }
}
@media (max-width: 480px) {
  .barbox-1 {
    width: 350px;
    height: 190px;
    margin-left: 70px;
  }
}
@media (max-width: 380px) {
  .barbox-1 {
    width: 320px;
    height: 180px;
    margin-left: 20px;
  }
}
@media (max-width: 280px) {
  .barbox-1 {
    width: 240px;
    height: 130px;
  }
}
.barbox-2 {
  border: none;
  width: 520px;
  margin-top: 120px;
  margin-left: 120px;
  height: 210px;
  display: flex;
  background-color: #EFF3FF;
  border-bottom-right-radius: 15px;
  border-top-left-radius: 13px;
  box-shadow: 18px 10px 15px rgba(0, 0, 0, 0.25);
}

.barbox-2:hover {
  border: 3px solid rgb(0, 140, 255);
}

@media (max-width: 576px) {
  .barbox-2 {
    width: 400px;
    height: 190px;
    margin-left: 90px;
  }
}
@media (max-width: 480px) {
  .barbox-2 {
    width: 350px;
    height: 190px;
    margin-left: 70px;
  }
}
@media (max-width: 380px) {
  .barbox-2 {
    width: 330px;
    height: 180px;
    margin-left: 20px;
  }
}
@media (max-width: 280px) {
  .barbox-2 {
    width: 240px;
    height: 130px;
  }
}
.loader {
  position: relative;
  width: 350px;
  height: 15px;
  background-color: rgb(221, 221, 221);
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  margin: 40px;
}

.loader:hover {
  border: 3px solid rgb(0, 140, 255);
}

@media (max-width: 576px) {
  .loader {
    width: 280px;
    height: 14px;
  }
}
@media (max-width: 480px) {
  .loader {
    width: 230px;
    height: 14px;
  }
}
@media (max-width: 380px) {
  .loader {
    width: 180px;
    height: 14px;
  }
}
@media (max-width: 280px) {
  .loader {
    width: 132px;
    height: 10px;
  }
}
.loader::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgb(239, 243, 255), rgb(73, 109, 178), rgb(1, 180, 41));
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  width: 300px;
}

@media (max-width: 576px) {
  .loader::before {
    width: 230px;
    height: 14px;
  }
}
@media (max-width: 480px) {
  .loader::before {
    width: 190px;
    height: 14px;
  }
}
@media (max-width: 380px) {
  .loader::before {
    width: 150px;
    height: 14px;
  }
}
@media (max-width: 280px) {
  .loader::before {
    width: 120px;
    height: 10px;
  }
}
.loader-1 {
  position: relative;
  width: 350px;
  height: 15px;
  background-color: rgb(221, 221, 221);
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  margin: 40px;
}

.loader-1:hover {
  border: 3px solid rgb(0, 140, 255);
}

@media (max-width: 576px) {
  .loader-1 {
    width: 280px;
    height: 14px;
  }
}
@media (max-width: 480px) {
  .loader-1 {
    width: 230px;
    height: 14px;
  }
}
@media (max-width: 380px) {
  .loader-1 {
    width: 180px;
    height: 14px;
  }
}
.loader-1::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(239, 243, 255, 0.7), rgba(73, 109, 178, 0.7), rgba(1, 180, 41, 0.7));
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  width: 260px;
}

@media (max-width: 576px) {
  .loader-1::before {
    width: 230px;
    height: 14px;
  }
}
@media (max-width: 480px) {
  .loader-1::before {
    width: 170px;
    height: 14px;
  }
}
@media (max-width: 380px) {
  .loader-1::before {
    width: 140px;
    height: 14px;
  }
}
@media (max-width: 280px) {
  .loader-1::before {
    width: 120px;
    height: 10px;
  }
}
.loader-2 {
  position: relative;
  width: 350px;
  height: 15px;
  background-color: rgb(221, 221, 221);
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  margin: 40px;
}

.loader-2:hover {
  border: 3px solid rgb(0, 140, 255);
}

@media (max-width: 576px) {
  .loader-2 {
    width: 280px;
    height: 15px;
  }
}
@media (max-width: 480px) {
  .loader-2 {
    width: 230px;
    height: 14px;
  }
}
@media (max-width: 380px) {
  .loader-2 {
    width: 180px;
    height: 14px;
  }
}
@media (max-width: 280px) {
  .loader-2::before {
    width: 120px;
    height: 10px;
  }
}
.loader-2::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(239, 243, 255, 0.7), rgba(73, 109, 178, 0.7), rgba(1, 180, 41, 0.7));
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  width: 240px;
}

@media (max-width: 576px) {
  .loader-2::before {
    width: 230px;
    height: 15px;
  }
}
@media (max-width: 480px) {
  .loader-2::before {
    width: 150px;
    height: 14px;
  }
}
@media (max-width: 380px) {
  .loader-2::before {
    width: 140px;
    height: 14px;
  }
}
.number {
  float: right;
  margin-right: -60px;
  font-size: 20px;
  font-weight: 700;
  font-family: 'bold';
  width: 20%;
  text-align: center;
}

.number2 {
  float: right;
  margin-right: -60px;
  font-size: 20px;
  font-weight: 400;
  margin-top: -8px;
  opacity: 0.6;
}

.barheading {
  margin-top: 25px;
  font-size: 20px;
  font-weight: 400;
  font-family: regular;
  line-height: 20px;
  margin-left: 25px;
  opacity: 0.5;
}

@media (max-width: 480px) {
  .barheading {
    font-size: 16px;
  }
}
@media (max-width: 380px) {
  .barheading {
    font-size: 15px;
  }
}
@media (max-width: 280px) {
  .barheading {
    font-size: 15px;
    margin-top: 30px;
  }
}
.barheading2 {
  margin-top: 50px;
  font-size: 22px;
  font-family: bold;
  font-weight: 700;
  line-height: 20px;
  opacity: 0.6;
}

@media (max-width: 480px) {
  .barheading2 {
    font-size: 16px;
  }
}
@media (max-width: 380px) {
  .barheading2 {
    font-size: 15px;
  }
}
@media (max-width: 280px) {
  .barheading2 {
    font-size: 15px;
    margin-top: 30px;
  }
}
.bartext {
  font-size: 18px;
  font-family: "Nokora";
  margin-top: 10px;
  margin-left: 25px;
  opacity: 0.5;
}

@media (max-width: 480px) {
  .bartext {
    font-size: 14px;
  }
}
@media (max-width: 380px) {
  .bartext {
    font-size: 13px;
  }
}
.end--button {
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 20px;
  margin-top: 90px;
}

.previous1-button {
  text-decoration: none;
  font-size: 20px;
  font-family: bold;
  font-size: 16px;
  background-color: rgb(255, 255, 255);
  color: rgb(46, 46, 47);
  border-radius: 14px;
  padding: 15px 25px;
  font-weight: 400;
  outline: none;
  border: none;
  float: left;
  cursor: pointer;
}

.previous1-button:hover {
  border: 2px solid rgb(0, 140, 255);
}

@media (max-width: 576px) {
  .previous1-button {
    font-size: 14px;
    padding: 9px 9px;
    margin-top: 60px;
  }
}
@media (max-width: 375px) {
  .previous1-button {
    font-size: 14px;
    padding: 9px 9px;
    margin-top: 50px;
  }
}
@media (max-width: 280px) {
  .previous1-button {
    font-size: 12px;
    padding: 9px 9px;
    margin-top: 93px;
  }
}
.next1-button {
  text-decoration: none;
  font-size: 20px;
  font-family: bold;
  font-size: 16px;
  background-color: rgb(255, 255, 255);
  color: rgb(46, 46, 47);
  border-radius: 14px;
  padding: 15px 30px;
  font-weight: 400;
  outline: none;
  border: none;
  float: right;
}

.next1-button:hover {
  border: 2px solid rgb(0, 140, 255);
}

@media (max-width: 576px) {
  .next1-button {
    font-size: 14px;
    padding: 9px 18px;
    margin-top: 73px;
  }
}
@media (max-width: 380px) {
  .next1-button {
    font-size: 14px;
    padding: 9px 9px;
    margin-top: 103px;
  }
}
@font-face {
  font-family: bold;
  src: url("../sass/fonts/bold.ttf");
}
@font-face {
  font-family: regular;
  src: url("../sass/fonts/regular.ttf");
}
.Home-page {
  background: #EFFEFF;
  position: fixed;
  width: 100%;
  height: 100%;
}

select {
  border: 2px solid rgb(255, 255, 255);
  margin-top: 10px;
  font-size: 14px;
  font-family: regular;
  text-decoration: none;
  margin-left: 15px;
}

/* select:hover {
  border: 2px solid #3B00D1;
} */

li {
  text-decoration: none;
  list-style: none;
}

option {
  background-color: rgb(255, 255, 255);
  color: rgb(46, 46, 47);
}

option:hover {
  background: rgb(0, 140, 255);
}

.logo-heading {
  margin-top: 10px;
}
.Home-Logo {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}

.flag-icon {
  font-size: 1.5em; /* adjust the font size as needed */ 
}
.intro-header{
  margin-top: 60px;
}

.Logo {
  display: flex;
  justify-content: center;
  font-size: 60px;
  font-family: "Montserrat";
}

.logo-title {
  display: flex;
  justify-content: center;
  font-family: regular;
  font-size: 24px;
  text-align: center;
}

.main_Section {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 55%;
}

.textside {
  width: 40%;
  /* padding-left: 80px; */
}

.textside p {
  font-size: 20px;
  font-family: regular;
  text-align: center;
  /* margin-left: 80px; */
}

.radiusBox {
  width: 100%;
  display: flex;
  justify-content: space-around;
  margin-top: 30px;
}

.blue {
  font-family: bold;
  font-size: 18px;
  color: rgb(255, 255, 255);
  background-color: #3B00D1;
  padding: 12px 25px;
  border-radius: 30px;
  border: none;
  outline: none;
  cursor: pointer;
}

.imgContainer {
  width: 50%;
}

.imgContainer img {
  width: 50%;
  margin-right: 40px;
  display: block;
}

@media (max-width: 1100px) {
  .textside {
    width: 50%;
  }
  .radiusBox {
    width: 100%;
  }
  .imgContainer img {
    width: 70%;
    margin: 0 auto;
    display: block;
  }
}
@media (max-width: 900px) {
  .textside {
    width: 50%;
    padding-left: 10px;
  }
}
@media (max-width: 768px) {
  .Logo {
    font-size: 45px;
  }
  .logo-title {
    font-size: 18px;
  }
  .main_Section {
    flex-direction: column;
    margin-top: 10px;
    flex-direction: column-reverse;
  }
  .textside {
    width: 60%;
    margin: 0 auto;
    text-align: center;
    padding-left: 30px;
  }
  .textside P {
    margin-left: 30px;
  }
  .radiusBox {
    margin-top: 10px;
  }
  .blue {
    padding: 12px 25px;
    font-size: 16px;
    display: inline-block;
  }
  .imgContainer {
    width: 75%;
    margin-top: 10px;
  }
  .imgContainer img {
    width: 55%;
    margin: 0 auto;
    display: block;
  }
}
@media (max-width: 594px) {
  .Logo {
    font-size: 40px;
  }
  .logo-title {
    font-size: 16px;
  }
  .lang {
    display: flex;
    margin-right: 200px;
  }
  .main_Section {
    flex-direction: column;
    flex-direction: column-reverse;
  }
  .textside {
    width: 75%;
    margin: 0 auto;
    text-align: center;
    padding-left: 6px;
  }
  .textside P {
    margin-left: 40px;
  }
  .radiusBox {
    margin-top: 5px;
  }
  .blue {
    padding: 12px 25px;
    font-size: 14px;
    display: inline-block;
    margin-top: 5px;
  }
  .imgContainer {
    width: 85%;
  }
  .imgContainer img {
    margin-top: 10px;
  }
}
@media (max-width: 480px) {
  .Logo {
    font-size: 40px;
  }
  .logo-title {
    font-size: 15px;
  }
  .main_Section {
    flex-direction: column;
    flex-direction: column-reverse;
  }
  .lang {
    display: flex;
    margin-right: 150px;
  }
  .textside {
    width: 78%;
    margin: 0 auto;
    text-align: center;
  }
  .textside p {
    font-size: 16px;
  }
  .blue {
    padding: 11px 20px;
    font-size: 12px;
    display: inline-block;
  }
  .imgContainer {
    width: 95%;
    margin-top: 20px;
  }
  .imgContainer img {
    margin-top: 30px;
  }
}
@media (max-width: 380px) {
  .main_Section {
    flex-direction: column;
    flex-direction: column-reverse;
  }
  .lang {
    display: flex;
    margin-right: 100px;
  }
  .textside {
    width: 90%;
    margin: 0 auto;
    text-align: center;
    margin-top: 10px;
  }
  .blue {
    padding: 10px 20px;
    font-size: 12px;
    display: inline-block;
    text-align: center;
    margin-left: 30px;
  }
  .imgContainer {
    width: 120%;
    margin-top: 40px;
  }
}/*# sourceMappingURL=main.css.map */