@font-face {
  font-family: "sFProDisplayBlack";
  src: url("/font/San-Francisco/SF-Pro-Display-Black.otf");
}
@font-face {
  font-family: "sFProDisplayBold";
  src: url("/font/San-Francisco/SF-Pro-Display-Bold.otf");
}
@font-face {
  font-family: "sFProDisplayRegular";
  src: url("/font/San-Francisco/SF-Pro-Display-Regular.otf");
}

body {
  font-family: "sFProDisplayRegular" !important;
}
a {
  text-decoration: none;
  color: initial;
}
a:hover {
  text-decoration: none;
}

/* ------ MY STYLES ------ */

a {
  text-decoration: none !important;
}

ul {
  list-style: none;
}

.logo-veed > img,
.footer-logo-veed > img,
.footer-logo-mobile > img,
.footer-bg-container > img {
  all: unset;
  width: 100%;
  max-width: 100%;
  max-height: inherit;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

i,
button {
  cursor: pointer;
}
button:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}

.container-veed {
  width: 95%;
  max-width: 74rem;
  margin: 0 auto;
  padding: 0 0.7rem;
}

#disabled-veed {
  opacity: 0.6;
  cursor: pointer;
}
.disabled-veed {
  opacity: 0.6;
  cursor: pointer;
}

/* HEADER */
.header-veed {
  all: unset;
  width: 100%;
  height: 5.7rem;
  position: -webkit-sticky;
  position: sticky;
  background-color: #287094;
  top: 0;
  left: 0;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

nav.nav-veed {
  all: unset;
  width: 100%;
  height: 100%;
  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;
}

.logo-veed > img {
  height: 2.4rem;
  width: 104px;
}

.logo-veed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fdfdfd;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 200;
  width: 104px;
}

.logo-veed:hover {
  color: #fdfdfd;
}

/* .logo-text-veed {
      font-size: 1.88rem;
      margin-left: 0.7rem;
    } */

.logo-veed > p {
  all: unset;
  font-size: 1.88rem;
  margin-left: 0.7rem;
}

ul.nav-list-veed {
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  text-transform: uppercase;
}

.menu-icons-veed {
  display: none;
}

.nav-item-veed {
  margin: 0 0.94rem;
  color: #fafafa;
}

.nav-link-veed,
.current {
  color: #fafafa !important;
  position: relative;
  font-size: 0.9rem;
  text-decoration: none !important;
}

.nav-link-veed::before,
.current::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1rem;
  background-color: #e64d45;
  width: 100%;
  height: 3.5px;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  -webkit-transition: -webkit-transform 650ms;
  transition: -webkit-transform 650ms;
  -o-transition: transform 650ms;
  transition: transform 650ms;
  transition: transform 650ms, -webkit-transform 650ms;
}

.current::before {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.nav-link-veed:hover::before {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

input.search-veed {
  width: initial;
  padding: initial;
}

.search-veed {
  margin-left: 2.2rem;
  text-align: center;
}
.search-veed,
.submit-search-veed {
  background: transparent;
  border: none;
}
.icon-veed {
  color: #fdfdfd;
}

.search-veed::-webkit-input-placeholder {
  font-style: italic;
  font-size: 14px;
  line-height: 22px;
  color: #fdfdfd;
  opacity: 0.6;
}

.search-veed::-moz-placeholder {
  font-style: italic;
  font-size: 14px;
  line-height: 22px;
  color: #fdfdfd;
  opacity: 0.6;
}

.search-veed:-ms-input-placeholder {
  font-style: italic;
  font-size: 14px;
  line-height: 22px;
  color: #fdfdfd;
  opacity: 0.6;
}

.search-veed::-ms-input-placeholder {
  font-style: italic;
  font-size: 14px;
  line-height: 22px;
  color: #fdfdfd;
  opacity: 0.6;
}

.search-veed,
.search-veed::placeholder {
  font-style: italic;
  font-size: 14px;
  line-height: 22px;
  color: #fdfdfd;
  opacity: 0.6;
}

.submit-search-veed > i {
  color: white;
}

.join-mobile,
.dropdown-mobile {
  display: none;
}

.join-veed {
  background: #e64d45;
  border-radius: 5px;
  padding: 0.7rem 1.9rem;
  font-size: 0.9rem;
  color: #fdfdfd !important;
  cursor: pointer;
}
.join-veed > span {
  margin-left: 0.65rem;
}

.join-veed:hover,
.join-veed:focus {
  background-color: #2980b9;
}

.dropdown-veed {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content-veed {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 140px;
  -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 500;
  right: 0;
  top: 35px;
  border-radius: 5px;
}

.dropdown-content-veed a {
  color: rgba(0, 0, 0, 0.856);
  text-transform: uppercase;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  font-size: 13px;
  font-weight: 600;
}

.dropdown-content-veed a:hover {
  background-color: #ddd;
}

.show-veed,
.show-veed-mobile {
  display: block;
}

/* FOOTER STYLE */

footer.footer-veed {
  background-color: #287094;
  position: relative;
}

.footer-logo-mobile {
  display: none;
  width: 3.13rem;
}

.footer-bg-container {
  max-width: 24rem;
  position: absolute;
  bottom: 0;
  right: 0;
}

.footer-grid-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 2.5rem;
}

.footer-grid-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.contact-veed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1.25rem;
  z-index: 100;
}

.contact-veed h3 {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.88rem;
  font-family: "Open Sans", sans-serif;
}

.follow-us-veed {
  margin-top: 0.94rem;
  width: 15.5rem;
  z-index: 100;
}

.social-veed {
  display: inline-block;
  margin-left: 0.94rem;
}

.social-veed:first-of-type {
  margin-left: 0;
}

.follow-us-veed p {
  font-weight: 600;
  font-size: 1rem;
  line-height: 2rem;
  letter-spacing: 0.04em;
  color: #ecf0f1;
}

.social-link-veed {
  color: #ecf0f1;
  font-size: 1rem;
}
.social-link-veed:hover {
  color: #ecf0f1;
}

.phone-veed {
  margin-left: 0.94rem;
}

.footer-logo-veed {
  width: 3.13rem;
}

.pages-veed h2,
.quick-veed h2,
.terms-veed h2 {
  font-weight: 500;
  font-size: 2rem;
  line-height: 2.2rem;
}

.page-links-veed,
.quick-links-veed,
.term-links-veed {
  height: 9.4rem;
  margin-top: 0.625rem;
}

.page-link-veed a,
.quick-link-veed a,
.term-link-veed a {
  font-size: 1rem;
  line-height: 1rem;
  letter-spacing: 0.04em;
  color: #f6f7d4;
}
.terms-veed {
  z-index: 100;
}

.page-link-veed,
.quick-link-veed,
.term-link-veed {
  margin: 0.94rem 0;
}

.copyright-veed {
  padding-bottom: 1.25rem;
  font-size: 1rem;
  margin-bottom: 0;
}

.location-veed,
.phone-veed {
  font-size: 1rem;
}

.terms-mobile {
  display: none;
}

p.copyright-veed,
.contact-veed,
.pages-veed,
.quick-veed,
.terms-veed {
  color: #f1f1f1;
}

.footer-grid-1 ul,
.footer-grid-2 ul {
  padding: 0;
}

/* MEDIA QUERIES FOR HEADER AND FOOTER */

@media (min-width: 851px) and (max-width: 1120px) {
  .search-veed {
    margin-left: 0;
  }

  .logo-text-veed {
    font-size: 1.1rem;
    margin-left: 0.4rem;
  }

  .nav-item-veed {
    margin: 0 0.6rem;
  }

  .nav-link-veed,
  .current {
    font-size: 0.75rem;
  }

  .join-veed {
    background: #e64d45;
    border-radius: 5px;
    padding: 0.6rem 1.3rem;
    font-size: 0.75rem;
    color: #fdfdfd !important;
    cursor: pointer;
  }
}

@media (max-width: 850px) {
  nav.nav-veed {
    width: 100%;
    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;
    border-bottom: 1px solid rgba(225, 225, 225, 0.2);
  }

  .nav-brand-veed {
    width: 1.25rem;
  }

  .menu-icons-veed {
    display: initial;
  }

  .menu-icons-veed .open-icon-veed,
  .menu-icons-veed .close-icon-veed {
    font-size: 1.88rem;
    color: #fafafa;
    cursor: pointer;
  }

  .fa-bars,
  .fa-bars:before,
  .fa-bars::after,
  .fa-times-circle,
  .fa-times-circle:before {
    color: #fafafa;
  }

  .close-icon-veed {
    color: #fafafa;
  }

  .join-mobile {
    display: initial;
    margin-top: 2.5rem;
  }

  .join-desktop,
  .dropdown-desktop {
    display: none;
  }

  #myDropdown.show-veed-mobile {
    display: block;
  }

  .nav-list-veed {
    width: 100vw;
    height: 100vh;
    background-color: #287094;
    position: fixed;
    top: 0;
    right: -100vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 100;
    -webkit-transition: all 650ms ease-in-out;
    -o-transition: all 650ms ease-in-out;
    transition: all 650ms ease-in-out;
  }

  .nav-list-veed.active {
    right: 0;
  }

  .close-veed {
    position: absolute;
    top: 1.9rem;
    right: 1.6rem;
  }
  .nav-item-veed {
    margin: 1.25rem 0;
  }

  .nav-link-veed {
    font-size: 1rem;
    text-transform: uppercase;
    color: #f1f1f1;
  }

  .search-veed {
    margin-left: unset;
    margin-right: 0.19rem;
    margin-top: 1.25rem;
    margin-bottom: 2.5rem;
  }

  /* FOOTER STYLE */

  .footer-logo-veed {
    display: none;
  }

  .footer-logo-mobile {
    display: block;
    text-align: center;
    width: 100%;
    padding-top: 4.4rem;
    padding-bottom: 3.8rem;
  }
  .footer-logo-mobile img {
    width: 3.13rem;
  }

  .pages-veed h2,
  .quick-veed h2,
  .terms-veed h2 {
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 2.19rem;
  }

  .footer-grid-2 {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 6.25rem 0;
  }

  .follow-us-veed {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .copyright-veed {
    text-align: center;
  }
}

@media (max-width: 600px) {
  .terms-veed {
    display: none;
  }

  .terms-mobile {
    display: block;
    text-align: center;
  }
  .terms-mobile > a {
    color: #f1f1f1;
    font-size: 1.25rem;
    font-weight: 600;
  }

  .footer-grid-1 {
    width: 100%;
    /* max-width: 40rem; */
    margin: 0 auto;
    padding-top: 2.5rem;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
  }
  .pages-veed,
  .quick-veed {
    text-align: center;
  }
}

/* ------ MY STYLES END ------ */

/* for the eligibility heading */
.myTextColor {
  color: #287094;
  font-weight: 700;
  font-style: normal;
  font-size: 48px;
  letter-spacing: -0.02em;
}
.subText {
  color: #3d3d3d;
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.04em;
  line-height: 32px;
}
/* change between biz owner and investor */
#EligibilityChecks .btn-holder-swap {
  background: #fdfdfd;
  /* box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);  /*this box shadow just hides that boxshadow due to commenting that other investors button */
  color: #287094;
  border-radius: 40px;
}
#EligibilityChecks .btn-holder-swap .btn {
  border: none;
}
#EligibilityChecks .btn-holder-swap .btn:first-child {
  border-bottom-left-radius: 40px;
  border-top-left-radius: 40px;
}
#EligibilityChecks .btn-holder-swap .btn:last-child {
  border-bottom-right-radius: 40px;
  border-top-right-radius: 40px;
}
#EligibilityChecks .btn-holder-swap .btn.active {
  border-radius: 40px;
  background-color: #287094;
  color: #fdfdfd;
}
#EligibilityChecks .btn-holder-swap .btn:not(.active) {
  background-color: #fdfdfd;
  color: #287094;
}

/* general stuff like red-circle div */
.B-red-circle-div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  align-items: center;
}
.B-red-circle-div .B-red-circle {
  background-color: #e64d45;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  color: #fdfdfd;
  font-style: normal;
  font-size: 25px;
  letter-spacing: -0.02em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.B-input-field > label {
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 35px;
  color: #3d3d3d;
}
.B-input-field input {
  border: none;
  border-bottom: 1px solid #b7b7b3;
}
.B-input-field input:hover {
  border-bottom: 2px solid #b7b7b3;
  border-left: 1px solid #b7b7b3;
}
#form-bizOwner button {
  background: #e64d45;
  border-radius: 5px;
}

.B-input-field .btn-outline-info {
  border: 1px solid #287094;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  border-radius: 5px;
  color: #000000;
}
.B-input-field .btn-outline-info:hover {
  background-color: #287094;
}

#form-bizOwner input[type="radio"]:checked + label {
  background-color: #287094;
  color: #fdfdfd;
}

#form-bizOwner .forBtn button:first-child {
  border-radius: 50px 0 0 50px;
  border-right: 1px solid white;
}
#form-bizOwner .forBtn button:last-child {
  border-radius: 0 50px 50px 0;
  border-left: 1px solid white;
}

#B-secondQ,
#B-thirdQ,
#B-fourthQ,
#B-fifthQ,
#result {
  display: none;
}

#row-3 .TCHeader {
  color: #287094;
  font-weight: 700;
  font-style: normal;
  font-size: 48px;
  letter-spacing: -2%;
}
#row-3 .TCBody {
  color: #333333;
  font-weight: 300;
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 4%;
}

#row-3 a.btn-outline-primary {
  color: #287094;
  border-color: #287094;
}
#row-3 a.btn-outline-primary:hover {
  color: #fdfdfd;
  background-color: #287094;
}

#row-4 > div > h3 {
  color: #b7b7b3;
  font-weight: 700;
  font-size: 48px;
  line-height: 57px;
  font-style: normal;
  letter-spacing: -0.02em;
}

#row-4-1 {
  -webkit-box-shadow: 0px 4px 32px 4px rgba(149, 215, 254, 0.3);
  box-shadow: 0px 4px 32px 4px rgba(149, 215, 254, 0.3);
  border-radius: 12px;
}
#row-4-1 {
  height: 300px;
}
#row-4-1 .navSide {
  padding-left: 0;
  padding-right: 0;
  border-radius: 12px;
  overflow-y: auto;
  overflow-x: hidden;
}
.navSide > div.nav {
  background-color: #287094;
  border-radius: 12px;
}
.navSide > div.nav a {
  color: #fdfdfd;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 0.04em;
  width: 100%;
}
.navSide > div.nav a:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #fdfdfd;
  margin: 0 auto;
  /* margin-top: 15px; */
  /* border-bottom: 0.3px solid #FDFDFD; */
}

.navSide .nav-pills .nav-link.active {
  background-color: #333333;
  padding-top: 15px;
  /* margin-bottom: 15px; */
}
.navSide .nav-pills .nav-link:not(.active) {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 15px;
}
.navSide .nav-pills .nav-link:not(.active):last-child {
  padding-bottom: 15px;
}
.navSide .nav-pills .nav-link.active:last-child {
  margin-bottom: 0;
}

#row-4-1 > .contentSide > .tab-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#row-4-1 > .contentSide > .tab-content > div.tab-pane {
  height: 100%;
}
#row-4-1 > .contentSide > .tab-content > div.tab-pane > p {
  color: #333333;
  line-height: 32px;
  letter-spacing: 0.04em;
  font-size: 20px;
  margin: 0 auto;
  padding-bottom: 20px;
  padding-top: 20px;
}

/* #row-4-1 > .contentSide > .tab-content > div.tab-pane button{
    background-color: #e64d45;
    
} */

#videoWrapper {
  background: #f6f6f6;
  border-radius: 12px;
}
#row-5-1 .toBeRelative {
  background: #f6f6f6;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}
#row-5 .carousel-indicators {
  bottom: unset;
  top: 5px;
}
#row-5 .carousel-indicators li {
  height: 10px;
  width: 40px;
}
.toBeRelative {
  /*for the slide animation*/
  position: relative;
}
.toBeRelative div.videoDetails {
  /*for the slide animation*/
  position: absolute;
  left: -300px;
  opacity: 0;
}
.toBeRelative .videoDetails.active {
  /*for the slide animation*/
  -webkit-animation: slide 0.9s forwards;
  animation: slide 0.9s forwards;
}
@-webkit-keyframes slide {
  /*for the slide animation*/
  0% {
    opacity: 0;
    left: -200;
  }
  50% {
    opacity: 0;
    left: 0;
  }
  100% {
    opacity: 1;
    left: 15px;
  }
}
@keyframes slide {
  /*for the slide animation*/
  0% {
    opacity: 0;
    left: -200;
  }
  50% {
    opacity: 0;
    left: 0;
  }
  100% {
    opacity: 1;
    left: 15px;
  }
}
.videoDetails h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 35px;
  color: #3d3d3d;
}
.videoDetails h6 {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
}
.videoDetails p {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  color: #000000;
}

#row-6 > #row-6-1 {
  border-radius: 12px;
  background: #287094;
  position: relative;
}
#row-6 {
  color: #fdfdfd;
  margin-top: 250px;
}
#row-6 h3 {
  font-weight: 500;
  font-size: 32px;
  line-height: 35px;
}
#row-6 ::-webkit-input-placeholder {
  color: rgba(51, 51, 51, 0.5);
  font-size: 14px;
  line-height: 22px;
}
#row-6 ::-moz-placeholder {
  color: rgba(51, 51, 51, 0.5);
  font-size: 14px;
  line-height: 22px;
}
#row-6 :-ms-input-placeholder {
  color: rgba(51, 51, 51, 0.5);
  font-size: 14px;
  line-height: 22px;
}
#row-6 ::-ms-input-placeholder {
  color: rgba(51, 51, 51, 0.5);
  font-size: 14px;
  line-height: 22px;
}
#row-6 ::placeholder {
  color: rgba(51, 51, 51, 0.5);
  font-size: 14px;
  line-height: 22px;
}
#row-6 select {
  color: rgba(51, 51, 51, 0.5);
}

#row-6 .caveat h6,
#row-6 .caveat p {
  font-size: 80%;
  margin-bottom: 0;
}

#row-6 button {
  font-size: 14px;
}
.row-6-Overlay {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  border-radius: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: white;
  -webkit-box-shadow: 0px 4px 32px 4px rgba(149, 215, 254, 0.3);
  box-shadow: 0px 4px 32px 4px rgba(149, 215, 254, 0.3);
  visibility: hidden;
}
.row-6-Overlay .answer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.row-6-Overlay .answer h5 {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 0.04em;
  color: #000000;
}
.row-6-Overlay .answer h1 {
  font-style: normal;
  font-weight: bold;
  font-size: 48px;
  line-height: 57px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  letter-spacing: -0.02em;
  color: #000000;
}
.row-6-Overlay .answer button {
  background: #e64d45;
  color: #fdfdfd;
}

.hollowCircle {
  position: absolute;
  border: 5px solid rgba(230, 77, 69, 0.5);
  width: 80px;
  height: 80px;
  background: #f6f6f6;
  z-index: -1;
  border-radius: 50%;
  top: -40px;
  right: -40px;
}
.gridDots {
  position: absolute;
  z-index: 1;
  width: 120px;
  height: 150px;
  bottom: -45px;
  right: -60px;
}
.gridDots .row {
  height: 150px;
  width: 120px;
  margin: 0;
}
.gridDots .dot {
  color: #287094;
  font-size: 40px;
  padding: 0;
  height: 30px;
  width: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.gridDots .innerDot {
  color: #fdfdfd;
}

#row-7 .toTheLeft .theHeadng h2 {
  font-weight: 500;
  font-size: 40px;
  line-height: 25%;
  color: #333333;
  font-style: normal;
}
#row-7 .toTheLeft .theHeading p {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 0.04em;
  color: rgba(51, 51, 51, 0.5);
}
#row-7 .toTheLeft .locationPhone h3 {
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 30px;
  color: #333333;
}
#row-7 .toTheLeft .locationPhone h3 span {
  font-size: 16px;
  line-height: 8px;
  font-weight: normal;
  letter-spacing: 0.04em;
}
#row-7 .toTheLeft .followSocial p {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 0.04em;
  color: #333333;
}
#row-7 .toTheLeft .followSocial p a {
  color: #333333;
  margin-right: 10px;
}
#row-7 .toTheRight {
  -webkit-box-shadow: 0px 4px 32px 4px rgba(149, 215, 254, 0.3);
  box-shadow: 0px 4px 32px 4px rgba(149, 215, 254, 0.3);
  border-radius: 5px;
}
#row-7 .toTheRight:hover {
  -webkit-box-shadow: 0px 4px 32px 4px rgba(149, 215, 254, 1);
  box-shadow: 0px 4px 32px 4px rgba(149, 215, 254, 1);
}
#row-7 .toTheRight .theHeading h2 {
  font-weight: 500;
  font-size: 25px;
  line-height: 35px;
  color: #333333;
  font-style: normal;
}
#row-7 .toTheRight .theHeading p {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 0.04em;
  color: rgba(51, 51, 51, 0.5);
}
#row-7 .toTheRight form p {
  font-style: italic;
  font-weight: 300;
  font-size: 13px;
  line-height: 15px;
  color: rgba(51, 51, 51, 0.5);
}
#row-7 .hollowCircle {
  top: 60px;
  width: 60px;
  height: 60px;
}
#row-7 input,
#row-7 select {
  border-color: #287094;
}
#row-7 ::-webkit-input-placeholder {
  color: rgba(51, 51, 51, 0.5);
  font-size: 14px;
  line-height: 22px;
}
#row-7 ::-moz-placeholder {
  color: rgba(51, 51, 51, 0.5);
  font-size: 14px;
  line-height: 22px;
}
#row-7 :-ms-input-placeholder {
  color: rgba(51, 51, 51, 0.5);
  font-size: 14px;
  line-height: 22px;
}
#row-7 ::-ms-input-placeholder {
  color: rgba(51, 51, 51, 0.5);
  font-size: 14px;
  line-height: 22px;
}
#row-7 ::placeholder {
  color: rgba(51, 51, 51, 0.5);
  font-size: 14px;
  line-height: 22px;
}
#row-7 select {
  color: rgba(51, 51, 51, 0.5);
}

.form-control.is-valid,
.was-validated .form-control:valid {
  background-image: none;
  border-color: green;
}
.form-control.is-invalid,
.was-validated .form-control:invalid {
  background-image: none;
  border-color: red;
}

#replyPage {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#replyPage h1 {
  font-style: normal;
  font-weight: 300;
  font-size: 56px;
  line-height: 62px;
  color: #000000;
}
#replyPage h6 {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 0.04em;
  color: #000000;
}
#replyPage a {
  background: #e64d45;
  border-radius: 5px;
}

/* TO TOP BUTTON STYLING */
#back-to-top-btn {
  display: none;
  position: fixed;
  z-index: 3;
  bottom: 20px;
  right: 20px;
  font-size: 26px;
  width: 50px;
  height: 50px;
  background-color: #fff;
  color: #333;
  cursor: pointer;
  outline: none;
  border: 3px solid #333;
  border-radius: 50%;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-property: background-color, color;
  -o-transition-property: background-color, color;
  transition-property: background-color, color;
}
#back-to-top-btn:hover,
#back-to-top-btn:focus {
  background-color: #333;
  color: #fff;
}

/* Animations */
.btnEntrance {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: btnEntrance;
  animation-name: btnEntrance;
}

@-webkit-keyframes btnEntrance {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes btnEntrance {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.btnExit {
  -webkit-animation-duration: 0.25s;
  animation-duration: 0.25s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: btnExit;
  animation-name: btnExit;
}

@-webkit-keyframes btnExit {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes btnExit {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@media (max-width: 992px) {
  #back-to-top-btn {
    font-size: 22px;
    width: 40px;
    height: 40px;
    bottom: 18px;
    right: 18px;
  }
}
@media (max-width: 768px) {
  #back-to-top-btn {
    font-size: 18px;
    width: 32px;
    height: 32px;
    bottom: 10px;
    right: 10px;
  }
}
