@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap");
body {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  color: #494949;
  margin: 0;
  padding: 0;
}

.maincontainer {
  margin: 0 auto;
  width: 1170px;
}

@media screen and (max-width: 1200px) {
  .maincontainer {
    margin: 0 auto;
    width: 100%;
    padding: 0 15px;
  }
}
.carousel-caption {
  position: absolute;
  height: 200px;
  right: 5%;
  bottom: 20px;
  left: 5%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
}

.new_html_code {
  width: 100%;
  height: 200px;
  min-width: 100%;
  min-height: 200px;
  max-width: 100%;
  max-height: 200px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
}

.carousel-control-next, .carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 20;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  width: 5%;
  padding: 0;
  color: #000;
  text-align: center;
  background: 0 0;
  border: 0;
  opacity: 0.5;
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
  margin-top: -40px;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
  display: inline-block;
  width: 50px;
  height: 50px;
  background: none;
}
.carousel-control-next-icon img, .carousel-control-prev-icon img {
  height: 50px;
}

.carousel-control-prev-icon {
  background-image: none;
}

.carousel-control-next-icon {
  background-image: none;
}

@media screen and (max-width: 768px) {
  .carousel-caption {
    height: 400px;
  }

  .new_html_code {
    height: 400px;
    min-height: 400px;
    max-height: 400px;
  }
}
.header {
  padding: 18px 70px;
  text-align: right;
}
.header h1 {
  margin: 0;
  text-align: right;
  font-size: 18px;
  color: #494949;
  font-weight: bold;
  text-transform: uppercase;
}
.header h1 span {
  color: #21AAB6;
}

@media screen and (max-width: 1200px) {
  .header {
    padding: 18px 15px;
  }
}
.footer {
  background-color: #21AAB6;
  padding: 50px 0;
  color: #fff;
}
.footer h5 {
  font-size: 12px;
  font-weight: bold;
  margin: 0 0 10px 0;
}
.footer a {
  font-size: 11px;
  color: #fff;
  text-decoration: none;
}
.footer a:hover {
  text-decoration: underline;
}

.survey_form {
  background-image: url(../../../images/main_bg.jpg);
  background-size: cover;
  background-color: #21AAB6;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 100px 0;
}
.survey_form .form {
  width: 858px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 30px;
  padding: 30px;
}
.survey_form .form h2 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 50px;
}
.survey_form .form .input_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: normal;
      -ms-flex-pack: normal;
          justify-content: normal;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
  -ms-flex-line-pack: normal;
      align-content: normal;
}

.content {
  padding: 50px 0;
}

.text_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: normal;
      align-content: normal;
  margin: 50px 0;
}
.text_block .text {
  text-align: justify;
  margin-right: 80px;
  width: 65%;
}
.text_block .image {
  width: 35%;
}
.text_block .image img {
  max-width: 100%;
}

.text_block2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: normal;
      align-content: normal;
  margin: 100px 0;
}
.text_block2 .text {
  text-align: justify;
  width: 100%;
}
.text_block2 .image {
  width: 100%;
}
.text_block2 .image img {
  max-width: 100%;
}

.text_block3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: normal;
      align-content: normal;
  margin: 100px 0;
}
.text_block3 .text {
  text-align: justify;
  width: 100%;
}
.text_block3 .text span {
  color: #21AAB6;
}
.text_block3 .image {
  width: 100%;
}
.text_block3 .image img {
  max-width: 100%;
}

.text_block4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: normal;
      align-content: normal;
  margin: 100px 0;
}
.text_block4 .text {
  text-align: justify;
  width: 85%;
  margin-left: 80px;
}
.text_block4 .text span {
  color: #21AAB6;
}
.text_block4 .image {
  width: 15%;
}
.text_block4 .image img {
  max-width: 100%;
}

.text_block5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: normal;
      align-content: normal;
  margin: 50px 0;
}
.text_block5 .text {
  text-align: justify;
  margin-right: 80px;
  width: 65%;
}
.text_block5 .image {
  width: 35%;
}
.text_block5 .image img {
  max-width: 100%;
}

.text_block6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: normal;
      align-content: normal;
  margin: 100px 0;
}
.text_block6 .text {
  text-align: justify;
  width: 100%;
}
.text_block6 .text span {
  color: #21AAB6;
}
.text_block6 .image {
  width: 100%;
  text-align: center;
  margin-top: 30px;
}
.text_block6 .image img {
  max-width: 100%;
}

.text_block7 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: normal;
      align-content: normal;
  margin: 100px 0;
}
.text_block7 .text {
  text-align: justify;
  width: 100%;
}
.text_block7 .text span {
  color: #21AAB6;
}
.text_block7 .image {
  width: 100%;
  text-align: center;
  margin-top: 30px;
}
.text_block7 .image img {
  max-width: 100%;
}

.text_block8 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: normal;
      align-content: normal;
  margin: 50px 0;
}
.text_block8 .text {
  text-align: justify;
  margin-right: 80px;
  width: 65%;
}
.text_block8 .image {
  width: 35%;
}
.text_block8 .image img {
  max-width: 100%;
}

.comment h4 {
  color: #494949;
  font-size: 10px;
  text-transform: uppercase;
  text-align: center;
  font-weight: normal;
}
.comment h2 {
  color: #21AAB6;
  font-size: 32px;
  text-align: center;
  line-height: 2;
  font-weight: normal;
  padding: 0 150px;
}

@media screen and (max-width: 900px) {
  .survey_form .form {
    width: 100%;
    padding: 15px;
  }
}
@media screen and (max-width: 768px) {
  .text_block {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .text_block .text {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-right: 0;
    width: 100%;
  }
  .text_block .image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 30px;
    width: 100%;
    text-align: center;
  }
  .text_block .image img {
    max-width: 100%;
  }

  .text_block4 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .text_block4 .text {
    width: 100%;
    margin-left: 0;
  }
  .text_block4 .text span {
    color: #21AAB6;
  }
  .text_block4 .image {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
  }
  .text_block4 .image img {
    max-width: 100%;
  }

  .text_block5 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .text_block5 .text {
    text-align: justify;
    margin-right: 0;
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .text_block5 .image {
    margin-bottom: 15px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    text-align: center;
    width: 100%;
  }
  .text_block5 .image img {
    max-width: 100%;
  }

  .text_block6 .text {
    text-align: justify;
    width: 100%;
  }
  .text_block6 .text span {
    color: #21AAB6;
  }
  .text_block6 .image {
    width: 100%;
    text-align: center;
    margin-top: 30px;
  }
  .text_block6 .image img {
    max-width: 100%;
  }

  .text_block7 .text {
    text-align: justify;
    width: 100%;
  }
  .text_block7 .text span {
    color: #21AAB6;
  }
  .text_block7 .image {
    width: 100%;
    text-align: center;
    margin-top: 30px;
  }
  .text_block7 .image img {
    max-width: 100%;
  }

  .text_block8 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-line-pack: normal;
        align-content: normal;
    margin: 50px 0;
  }
  .text_block8 .text {
    text-align: justify;
    margin-right: 0;
    width: 100%;
  }
  .text_block8 .image {
    width: 100%;
  }
  .text_block8 .image img {
    max-width: 100%;
  }

  .comment h4 {
    color: #494949;
    font-size: 10px;
    text-transform: uppercase;
    text-align: center;
    font-weight: normal;
  }
  .comment h2 {
    color: #21AAB6;
    font-size: 24px;
    text-align: center;
    line-height: 1.2;
    font-weight: normal;
    padding: 0;
  }
}
/* Customize the label (the container) */
.input_container {
  display: block;
  position: relative;
  padding-left: 45px;
  margin-bottom: 25px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.input_container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 2px;
  left: 0;
  height: 17px;
  width: 17px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.input_container:hover input ~ .checkmark {
  background-color: #CBDCDE;
}

/* When the checkbox is checked, add a blue background */
.input_container input:checked ~ .checkmark {
  background-color: #CBDCDE;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.input_container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.input_container .checkmark:after {
  left: 5px;
  top: -1px;
  width: 5px;
  height: 12px;
  border: solid #21AAB6;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.input_label {
  display: block;
  margin-bottom: 15px;
}

textarea {
  border: none;
  padding: 15px;
  background-color: #CBDCDE;
  width: 100%;
  height: 105px;
  resize: none;
}

.btn {
  text-transform: uppercase;
  background-color: #21AAB6;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  padding: 10px 30px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
}

.button_box {
  text-align: right;
  margin: 20px 0;
}

.checkbox_group {
  overflow: auto;
}

p.result {
  padding: 100px 0;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}

.error_text {
  color: red;
  margin: 30px 0;
  border: 2px solid red;
  padding: 15px;
  display: none;
}

.error_text.active {
  display: block;
}

.comment_content {
  height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: normal;
      align-content: normal;
  margin: 0 auto;
  width: 100%;
  font-size: 18px;
  color: #21AAB6;
  margin: 0;
  text-align: center;
  padding: 0 50px;
}
.comment_content a {
  font-size: 18px;
  color: #21AAB6;
  margin: 0;
  text-decoration: none;
  cursor: pointer;
}
.comment_content a:hover {
  text-decoration: none;
}

.comment {
  margin-bottom: 100px;
}

@media screen and (max-width: 768px) {
  .comment_content {
    height: 400px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-line-pack: normal;
        align-content: normal;
    margin: 0 auto;
    width: 100%;
    font-size: 16px;
    color: #21AAB6;
    margin: 0;
    text-align: center;
    padding: 0 20px;
  }
  .comment_content a {
    font-size: 16px;
    color: #21AAB6;
    margin: 0;
    text-decoration: none;
    cursor: pointer;
  }
  .comment_content a:hover {
    text-decoration: none;
  }
}