* {
  box-sizing: border-box;
}

html, body, ul, ol, li, form, fieldset, legend {
  margin: 0;
  padding: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

h1, h2, h3, h4, h5, h6, p {
  margin-top: 0;
  margin-bottom: 0;
}

fieldset, img {
  border: 0;
}

ul, ol {
  list-style: none;
}

li {
  margin-left: -4px;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a, a:hover, a:focus, a:active, a:visited {
  text-decoration: none;
  color: #fff;
  cursor: pointer;
}

.clear-fix {
  clear: both;
}

@font-face {
  font-family: "ProximaNova";
  src: url("../webfonts/fonts/ProximaNova/ProximaNova-Regular.eot");
  src: url("../webfonts/fonts/ProximaNova/ProximaNova-Regular.otf");
  src: url("../webfonts/fonts/ProximaNova/ProximaNova-Regular.ttf");
  src: url("../webfonts/fonts/ProximaNova/ProximaNova-Regular.woff");
}
@font-face {
  font-family: "ProximaNovaBold";
  src: url("../webfonts/fonts/ProximaNovaBold/ProximaNova-Bold.eot");
  src: url("../webfonts/fonts/ProximaNovaBold/ProximaNova-Bold.otf");
  src: url("../webfonts/fonts/ProximaNovaBold/ProximaNova-Bold.ttf");
  src: url("../webfonts/fonts/ProximaNovaBold/ProximaNova-Bold.woff");
}
body {
  font-family: "ProximaNovaBold", Arial, sans-serif;
  background-color: #54c0e7;
}
body .contact-form {
  position: relative;
  width: 100%;
  min-height: 100vh;
  display: flex;
  align-items: center;
}
body .contact-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
body .img-col img {
  height: 100vh;
  max-width: 100%;
}
body .form-col {
  padding: 25px;
}
body .form-col .form-container {
  float: right;
  max-width: 400px;
  padding: 15px;
  background-color: #fdd841;
  box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.3);
}
body .form-col .form-container h3 {
  font-weight: bold;
  color: #e91d74;
}
body .form-col .form-container p {
  margin-bottom: 15px;
  font-size: 17px;
  color: #333;
}
body .form-col .form-container form input {
  display: block;
  width: 100%;
  margin-bottom: 15px;
  padding: 10px 15px 8px 15px;
  border: 1px solid #bbb;
  border-radius: 5px;
  font-size: 20px;
  background-color: #fff1ba;
}
body .form-col .form-container form .services h4 {
  margin-bottom: 10px;
  font-size: 20px;
}
body .form-col .form-container form .services .input-group {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
}
body .form-col .form-container form .services .input-group:last-child {
  margin-bottom: 10px;
}
body .form-col .form-container form .services .input-group input {
  width: max-content;
  margin: 0 5px 0 0;
}
body .form-col .form-container form .services .input-group label {
  width: max-content;
  margin: 0 5px 0 0;
}
body .form-col .form-container form input[type=submit] {
  padding: 15px 15px 13px 15px;
  color: #fff;
  background-color: #e91d74;
}
body .thanks-page {
  position: relative;
  width: 100%;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
body .thanks-page .thanks-text {
  font-size: 100px;
  font-weight: 900;
}
body .thanks-page .thanks-text .white-text {
  color: #fff;
}
body .thanks-page .thanks-text .black-text {
  color: #000;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 70%, #fdd841 70%);
  background-size: 100px 1em;
}
body .thanks-page .bottom-page {
  position: relative;
}
body .thanks-page .bottom-page .check-more {
  margin-top: 50px;
}
body .thanks-page .bottom-page .check-more a {
  display: inline-block;
  min-width: 250px;
  padding: 12px;
  text-align: center;
  border-radius: 5px;
  font-size: 20px;
  font-weight: bold;
  color: #e91d74;
  background-color: #fdd841;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.3);
  transition: background-color 0.5s ease-in-out;
}
body .thanks-page .bottom-page .check-more a:hover {
  background-color: #efc003;
}
body .thanks-page .bottom-page .thanks-img {
  position: absolute;
  top: -50px;
  right: 100px;
  text-align: left;
}
body .thanks-page .bottom-page .thanks-img img {
  width: 100%;
  max-width: 300px;
}

@media screen and (max-width: 1025px) {
  body .form-col {
    display: flex;
    justify-content: center;
  }
  body .contact-form .contact-row .img-col img{
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 800px) {
  body .form-col {
    display: flex;
    justify-content: center;
  }
  body .img-col {
    display: none;
  }
  body .thanks-img {
    position: relative !important;
    display: block !important;
    width: 100% !important;
    right: 0 !important;
    top: 0 !important;
    text-align: center !important;
    padding-top: 50px !important;
  }
}
@media screen and (max-width: 415px) {
  body .thanks-text {
    padding: 0 10px;
    font-size: 70px !important;
  }
}

/*# sourceMappingURL=style.css.map */
