@font-face {
  font-family: arial-rounded-mt;
  src: url("../../../assets/fonts/arial-rounded-mt.ttf");
}

@font-face {
  font-family: arial-rounded-mt-std;
  src: url("../../../assets/fonts/arial-rounded-mt-std.otf");
}

.primaryBg {
  background-color: #47D0CC;
}

.primaryColor {
  color: #47D0CC;
}

.secondaryBg {
  background-color: #419B99;
}

.secondaryColor {
  color: #419B99;
}

.whiteBg {
  background-color: white;
}

.whiteColor {
  color: white;
}

.thirdColor {
  color: #419B99;
}

button {
  padding: 15px 30px;
  border-radius: 50px;
  border: none;
  font-weight: bold;
}

button:hover {
  cursor: pointer;
}

form input, form textarea, form select {
  margin-top: 25px;
  margin-bottom: 25px;
  display: block;
  padding: 15px 30px;
  border-radius: 50px;
  border: none;
  width: 100%;
  background-color: #EAEAEA;
  font-size: 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

form input:focus, form textarea:focus, form select:focus {
  border: none;
  border-radius: 50px;
  outline: none;
  -webkit-transition: .1s;
  transition: .1s;
  -webkit-box-shadow: 0 0 10pt 1pt cornflowerblue;
          box-shadow: 0 0 10pt 1pt cornflowerblue;
}

form textarea {
  border-radius: 25px;
  padding: 30px 30px;
  resize: none;
  height: 250px;
}

form textarea:focus {
  border: none;
  border-radius: 25px;
  outline: none;
  -webkit-transition: .1s;
  transition: .1s;
  -webkit-box-shadow: 0 0 10pt 1pt cornflowerblue;
          box-shadow: 0 0 10pt 1pt cornflowerblue;
}

.icon {
  display: inline;
  width: 24px;
  height: 24px;
  vertical-align: middle;
}

a {
  text-decoration: none;
  color: inherit;
}

header {
  padding: 20px;
}

footer {
  padding: 0 50px;
}

.inner {
  padding: 0 10%;
}

@media only screen and (max-width: 1000px) {
  header {
    padding: 15px;
  }
  footer {
    padding: 0 15px;
  }
}

header {
  position: relative;
  z-index: 1;
}

header nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

header nav img {
  margin-bottom: -70%;
  width: 175px;
}

header nav, header nav button {
  font-size: 18px;
}

header nav ul {
  list-style-type: none;
}

header nav ul li {
  font-weight: bold;
  display: inline-block;
  margin: 0 10px;
}

header nav ul li:first-child {
  margin-left: 0;
}

header nav ul li:last-child {
  margin-right: 0;
}

header nav .sidepanel {
  width: 0;
  position: fixed;
  z-index: 1;
  height: 100vh;
  top: 0;
  right: 0;
  background-color: #47D0CC;
  overflow-x: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding-top: 60px;
}

header nav .sidepanel ul {
  padding-left: 0;
}

header nav .sidepanel ul li {
  display: block;
  margin: 0;
  overflow: hidden;
  white-space: nowrap;
}

header nav .sidepanel a {
  padding: 15px 15px 15px 20px;
  text-decoration: none;
  font-size: 25px;
  color: white;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

header nav .sidepanel a:hover {
  color: #419B99;
}

header nav .sidepanel .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
}

header nav #openBtn {
  display: none;
  font-size: 20px;
  cursor: pointer;
  background-color: white;
  color: black;
  padding: 10px 15px;
  border: none;
}

footer {
  background-color: #E8E8E8;
}

footer nav, footer .copyright {
  padding: 15px 0;
}

footer nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

footer nav img {
  margin-bottom: -70%;
  width: 100px;
}

footer nav, footer nav button {
  font-size: 16px;
}

footer nav ul {
  list-style-type: none;
}

footer nav ul li {
  font-family: arial-rounded-mt-std;
  display: inline-block;
  margin: 0 10px;
}

footer nav ul li:first-child {
  margin-left: 0;
}

footer nav ul li:last-child {
  margin-right: 0;
}

footer hr {
  background-color: #525252;
}

footer .contact {
  color: #525252;
  padding: 25px 0;
}

footer .contact ul {
  padding-left: 100px;
  list-style-type: none;
}

footer .copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-weight: bold;
}

footer .copyright img {
  height: 32px;
  vertical-align: middle;
}

.banner {
  margin-bottom: -12.5vw;
}

.banner img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 400px;
}

/* The Modal (background) */
.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  padding-top: 50px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: black;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  border: none;
  display: none;
  background-color: #fefefe;
  border-radius: 30px;
  margin: auto;
  width: 80%;
}

/* The Close Button */
.close {
  color: white;
  position: relative;
  top: 20px;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

#portal {
  width: 450px;
}

#portal .buttons-container {
  padding: 25px 0;
}

#portal .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#portal .buttons button {
  font-size: 24px;
  width: 200px;
  display: block;
  margin: 15px 0;
}

.modal h1 {
  margin: 15px 0;
  text-align: center;
}

.modal hr {
  margin: 10px 0;
}

.modal form input, .modal form select, .modal form textarea {
  margin: 10px 0 25px 0;
  font-size: 18px;
}

.modal form h3 {
  text-align: left;
}

.modal #apply .applicant-name {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2fr 1fr 2fr;
      grid-template-columns: 2fr 1fr 2fr;
  gap: 0px 25px;
}

.modal #apply .contact-info, .modal #apply .position {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  gap: 0px 25px;
}

.modal #refer .patient-info {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2fr 1fr 2fr;
      grid-template-columns: 2fr 1fr 2fr;
  gap: 0px 25px;
}

.modal #refer .patient-contact {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  gap: 0px 25px;
}

.modal #refer .check-radio {
  width: unset;
}

.modal #refer #disciplineSection div {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 250px auto;
      grid-template-columns: 250px auto;
}

.modal #review .reviewer-name {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
}

.modal #review .rating {
  text-align: center;
}

.modal #review .star {
  text-align: center;
  font-size: 32px;
}

.modal .modal-header {
  border: none;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  color: white;
  background-color: #47D0CC;
  padding: 10px 25px;
}

.modal .modal-inner {
  padding: 25px;
  overflow-y: auto;
  max-height: 60vh;
}

.modal .modal-footer {
  text-align: right;
}

.modal .modal-footer button {
  margin: 15px 25px;
}

#about-grid {
  display: -ms-grid;
  display: grid;
  gap: 50px 0;
}

#about-grid .odd-row, #about-grid .even-row {
  gap: 0 100px;
}

#about-grid .odd-row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2fr 3fr;
      grid-template-columns: 2fr 3fr;
}

#about-grid .even-row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 3fr 2fr;
      grid-template-columns: 3fr 2fr;
}

#about-grid img {
  width: 100%;
  height: 35vw;
  border-radius: 15%;
  -o-object-fit: cover;
     object-fit: cover;
}

#about-grid div {
  text-align: left;
}

#about-grid div h1 {
  margin: 25px 0;
}

#about-grid div .info div div {
  text-align: justify;
  font-size: 22px;
}

#vision-mission::before {
  content: url("/assets/images/illustration/wave_blue.svg");
}

#vision-mission .inner {
  padding-top: 150px;
  padding-bottom: 150px;
  position: relative;
  z-index: 5;
  margin-top: -7.5vw;
  background-color: #47D0CC;
  display: -ms-grid;
  display: grid;
  /*-ms-grid-columns: 1fr 1fr;*/
  /*grid-template-columns: 1fr 1fr;*/
  gap: 0 100px;
  text-align: center;
  color: white;
}

#vision-mission #vision div, #vision-mission #mission div {
  font-family: arial-rounded-mt-std;
  margin: 25px 0;
  font-size: 20px;
}

#team {
  text-align: center;
}

.sub {
  padding: 10px 0;
}

.contact-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto auto;
      grid-template-columns: auto auto;
  padding: 50px 0;
}

.contact-container .left, .contact-container .right {
  text-align: left;
}

.contact-container .left ul {
  padding: 0;
  list-style-type: none;
}

.contact-container .left ul li {
  font-size: 24px;
  margin: 15px 0;
}

.contact-container .left ul li:first-child {
  margin-top: 0;
}

.contact-container .left ul li:last-child {
  margin-bottom: 0;
}

.contact-container .right {
  padding: 0 30px;
}

#hero {
  margin-bottom: -12.5vw;
  position: relative;
  overflow: hidden;
}

#hero .left {
  width: 65vw;
}

#hero .left img {
  width: 100%;
}

#hero .right {
  bottom: -100px;
  position: absolute;
  right: -100px;
  height: 55vw;
  width: 55vw;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #47D0CC;
  border-radius: 100%;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

#hero .right .l1 {
  font-family: arial-rounded-mt-std;
  font-size: 1.5vw;
  letter-spacing: .25em;
}

#hero .right .l2 {
  font-size: 2.25vw;
  font-weight: bold;
  letter-spacing: .1em;
}

#hero .right div {
  margin: 10px 0;
}

#introduction {
  text-align: center;
  position: relative;
}

#introduction .inner {
  margin-top: -5vw;
  padding: 0 10%;
}

#introduction .inner h3 {
  letter-spacing: 3px;
}

#introduction .inner p {
  font-family: arial-rounded-mt-std;
  font-size: 24px;
  margin: 15px 0;
}

#introduction .inner button {
  margin: 25px 0;
  font-size: 18px;
}

#introduction::before {
  content: url("/assets/images/illustration/wave_white.svg");
}

#home-services {
  text-align: center;
}

#home-services h1 {
  margin: 50px 0;
}

#home-services #service-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  gap: 5vw;
  padding: 0 10%;
}

#home-services #service-grid .card {
  background-color: #47D0CC;
  color: white;
  border-radius: 75px;
  width: 100%;
  margin: auto;
  max-width: 350px;
}

#home-services #service-grid .card img {
  border-top-left-radius: 75px;
  border-top-right-radius: 75px;
  width: 100%;
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
}

#home-services #service-grid .card p {
  font-size: 20px;
  font-weight: bold;
  padding: 35px 0;
}

#home-services button {
  margin: 50px 0;
  font-size: 18px;
}

#home-reviews .inner {
  margin-top: -7.5vw;
  text-align: center;
  padding: 0 5%;
}

#home-reviews .inner h1 {
  color: white;
  padding: 0 0 50px 0;
}

#home-reviews .inner button {
  margin: 50px 0;
}

#home-reviews::before {
  content: url("/assets/images/illustration/wave_blue.svg");
}

.reviewFrame {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 4fr;
      grid-template-columns: 1fr 4fr;
}

.reviewFrame .pfp {
  width: 250px;
  height: 250px;
  border-radius: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.reviewFrame .review {
  padding: 0 10%;
  text-align: left;
}

.reviewFrame .review div, .reviewFrame .review h2, .reviewFrame .review p {
  padding: 15px 0;
}

.reviewFrame .review img {
  display: inline;
  height: 40px;
  width: 40px;
}

/* Slideshow container */
.slideshow-container {
  position: relative;
}

.slideshow-container .inner-slideshow {
  padding: 0 10%;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.prev {
  left: 0;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #419B99;
  border-radius: 50%;
  display: inline-block;
  -webkit-transition: background-color 0.6s ease;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: white;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {
    opacity: .4;
  }
  to {
    opacity: 1;
  }
}

@keyframes fade {
  from {
    opacity: .4;
  }
  to {
    opacity: 1;
  }
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next, .text {
    font-size: 11px;
  }
}

.service-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
  padding: 50px 0;
  gap: 100px 25px;
}

.service-grid img {
  width: 200px;
  height: 200px;
  border-radius: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.service-grid .service-col {
  text-align: left;
  margin: auto;
}

.service-grid h1 {
  margin: 25px 0;
}

.service-grid ul li {
  text-align: left;
}

.service-grid #description {
  text-align: left;
}

.service-grid #description p {
  font-family: arial-rounded-mt-std;
  font-size: 20px;
  line-height: 1.5em;
}

@media only screen and (max-width: 1000px) {
  header nav img {
    width: 125px;
  }
  header nav ul {
    display: none;
  }
  header nav #openBtn {
    display: block;
  }
  .banner img {
    height: 200px;
  }
  #introduction .inner {
    padding: 25px;
  }
  footer {
    background-color: #E8E8E8;
  }
  footer nav, footer .copyright {
    padding: 15px 0;
  }
  footer nav img {
    margin-bottom: unset;
  }
  footer nav, footer nav button {
    font-size: 16px;
  }
  footer nav ul {
    list-style-type: none;
  }
  footer nav ul li {
    text-align: right;
    font-family: arial-rounded-mt-std;
    display: block;
    margin: 0 10px;
  }
  footer nav ul li:first-child {
    margin-left: 10px;
  }
  footer nav ul li:last-child {
    margin-right: 10px;
  }
  footer hr {
    background-color: #525252;
  }
  footer .contact {
    color: #525252;
    padding: 25px 0;
  }
  footer .contact ul {
    padding-left: 0;
    list-style-type: none;
  }
  footer .copyright {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    text-align: center;
  }
  footer .copyright img {
    height: 32px;
    vertical-align: middle;
  }
  #portal {
    width: 90%;
    max-width: 450px;
  }
  #portal .buttons-container {
    padding: 25px 0;
  }
  #portal .buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #portal .buttons button {
    font-size: 24px;
    width: 200px;
    display: block;
    margin: 15px 0;
  }
  .modal-content {
    width: 90%;
  }
  .modal h1 {
    margin: 15px 0;
    text-align: center;
  }
  .modal hr {
    margin: 10px 0;
  }
  .modal form input, .modal form select, .modal form textarea {
    margin: 10px 0 25px 0;
    font-size: 18px;
  }
  .modal #apply .applicant-name {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    gap: 0px 25px;
  }
  .modal #apply .contact-info, .modal #apply .position {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    gap: 0px 25px;
  }
  .modal #refer .patient-info {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    gap: 0px 25px;
  }
  .modal #refer .patient-contact {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    gap: 0px 25px;
  }
  .modal #review .reviewer-name {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  .modal #review .rating {
    text-align: center;
  }
  .modal #review .star {
    text-align: center;
    font-size: 32px;
  }
  .modal .modal-header {
    border: none;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    color: white;
    background-color: #47D0CC;
    padding: 10px 25px;
  }
  .modal .modal-inner {
    padding: 25px;
    overflow-y: auto;
    max-height: 60vh;
  }
  .modal .modal-footer {
    text-align: right;
  }
  .modal .modal-footer button {
    margin: 15px 25px;
  }
}

@media only screen and (max-width: 1000px) {
  #hero .left {
    width: 100%;
  }
  #hero .left img {
    height: 400px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #hero .right {
    padding: 0 0 10vw 0;
    bottom: 0;
    right: 0;
    height: unset;
    width: 100%;
    border-radius: 0;
  }
  #hero .right .l1 {
    font-size: 18px;
  }
  #hero .right .l2 {
    font-size: 24px;
  }
  #home-services {
    margin: auto;
  }
  #home-services #service-grid {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    gap: 100px;
  }
  #home-services #service-grid .card {
    margin: auto;
  }
  #home-reviews .inner {
    padding: 0;
  }
  .reviewFrame {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  .reviewFrame .pfp {
    width: 200px;
    height: 200px;
    margin: auto;
    padding: 15px 0;
  }
  .reviewFrame .review {
    padding: 0 10%;
    text-align: center;
  }
  .reviewFrame .review div, .reviewFrame .review h2, .reviewFrame .review p {
    padding: 15px 0;
  }
  .reviewFrame .review p {
    text-align: justify;
  }
  .reviewFrame .review img {
    display: inline;
    height: 40px;
    width: 40px;
  }
  .slideshow-container {
    position: relative;
  }
  .slideshow-container .inner-slideshow {
    padding: 0 5%;
  }
}

@media only screen and (max-width: 1000px) {
  #about-grid {
    display: -ms-grid;
    display: grid;
    gap: 50px 0;
  }
  #about-grid .odd-row, #about-grid .even-row {
    gap: 0 100px;
  }
  #about-grid .odd-row {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  #about-grid .even-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  #about-grid img {
    width: 100%;
    height: 35vw;
    border-radius: 100px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #about-grid div {
    text-align: center;
  }
  #about-grid div .info div div {
    text-align: justify;
  }
  #vision-mission .inner {
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
    z-index: 5;
    margin-top: -7.5vw;
    background-color: #47D0CC;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    gap: 50px;
    text-align: center;
    color: white;
  }
  #vision-mission .inner #vision div, #vision-mission .inner #mission div {
    font-family: arial-rounded-mt-std;
    margin: 25px 0;
    font-size: 22px;
  }
}

@media only screen and (max-width: 1000px) {
  .service-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    padding: 50px 0;
    gap: 100px 25px;
  }
  .service-grid .service-col {
    text-align: center;
  }
  .service-grid h1 {
    margin: 25px 0;
  }
  .service-grid ul li {
    text-align: left;
  }
  .service-grid #description {
    text-align: left;
  }
  .service-grid #description p {
    font-family: arial-rounded-mt-std;
    font-size: 20px;
    line-height: 1.5em;
  }
}

@media only screen and (max-width: 1000px) {
  .sub {
    padding: 10px 0;
  }
  .contact-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 25px 0;
  }
  .contact-container .left, .contact-container .right {
    text-align: left;
    padding: unset;
  }
  .contact-container .left {
    padding: 25px 0;
  }
  .contact-container .left ul {
    padding: 0;
    list-style-type: none;
  }
  .contact-container .left ul li {
    font-size: 24px;
    margin: 15px 0;
  }
  .contact-container .left ul li:first-child {
    margin-top: 0;
  }
  .contact-container .left ul li:last-child {
    margin-bottom: 0;
  }
  .contact-container .right h3 {
    text-align: center;
  }
}

@media only screen and (max-width: 1000px) {
  button {
    padding: 15px 30px;
    border-radius: 50px;
    border: none;
    font-weight: bold;
  }
  button:hover {
    cursor: pointer;
  }
  form {
    text-align: center;
  }
  form input, form textarea, form select {
    margin-top: 25px;
    margin-bottom: 25px;
    padding: 10px 20px;
    border: none;
    background-color: #EAEAEA;
    font-size: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  form input:focus, form textarea:focus, form select:focus {
    border: none;
    border-radius: 50px;
    outline: none;
    -webkit-transition: .1s;
    transition: .1s;
    -webkit-box-shadow: 0 0 10pt 1pt cornflowerblue;
            box-shadow: 0 0 10pt 1pt cornflowerblue;
  }
  form textarea {
    border-radius: 25px;
    padding: 10px 20px;
    resize: none;
    height: 250px;
  }
  form textarea:focus {
    border: none;
    border-radius: 25px;
    outline: none;
    -webkit-transition: .1s;
    transition: .1s;
    -webkit-box-shadow: 0 0 10pt 1pt cornflowerblue;
            box-shadow: 0 0 10pt 1pt cornflowerblue;
  }
  .icon {
    display: inline;
    width: 20px;
    height: 20px;
    vertical-align: middle;
  }
}

* {
  margin: 0;
  font-family: arial-rounded-mt;
}
/*# sourceMappingURL=style.css.map */