
html {
  scroll-behavior: smooth;
}

img {
  max-width: 100%;
}

:root {
  --details: #3a9ced;
  --hover: #8abee9;
}

#home {
  background-color:  #cfd2db;
  padding-bottom: 160px !important;
  min-height: 100vh;
}

.header {
  background-color: #f4f5fa;
  box-shadow: 0 10px 33px rgba(0, 0, 0, .1) !important;
  padding: 10px 0px;
  position: fixed;
  z-index: 1000;
  width: 100%;
}

.header p {
  color: #333333;
  margin-bottom: 0;
}

.shaded {
  border-radius: 20px;
  -webkit-box-shadow: 0px 0px 60px 37px rgba(246, 232, 218, 0.4);
  -moz-box-shadow: 0px 0px 60px 37px rgba(246, 232, 218, 0.4);
  box-shadow: 0px 0px 60px 37px rgba(246, 232, 218, 0.4);
}


.header .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  align-items: center;
}

.header img {
  display: block;
  max-width: 200px;
}

.header::before, .header::after {
  display: none;

}



.sub {
  font-size: 20px;
  line-height: 20px;
}

.wrapper {
  padding: 170px 0;
}

.wrapper h1 {
  text-align: center;
  margin-bottom: 16px;
  font-size: calc(1rem + 1.5vw);
  color: #333;
}

.wrapper p:last-child {
  margin-bottom: 0;
}

.wrapper p:not(:last-child) {
  margin-bottom: 16px;
}

.wrapper a {
  text-decoration: none;
  cursor: pointer;
}


.footer {
  background-color: #445475;
  padding: 50px 0;
  text-align: left;
  color: #eeebeb;
}

.wrapper a {
  color: var(--details);
}

.wrapper a:hover {
  color: var(--hover);
}


.footer .row {
  align-items: flex-start !important;
}

.footer a {
  text-decoration: none;
  color: var(--hover);
}

.footer a:hover {
  color: var(--details);
}

.footer li {
  margin-bottom: 15px;
}

.footer ul {
  list-style-type: none !important;
  padding-left: 0;
}

.footer img {
  max-width: 200px;
}

.copyright {
  text-align: center;
}


@media (max-width: 767.98px) {
  .header .container {
    flex-direction: column;
  }

  .header p {
    text-align: center;
  }

  .hero-section {
    margin-top: 150px;
  }
}


.submitBnt {
  border-radius: 10px;
  text-align: center;
  width: 50%;
  padding: 20px 10px;
  font-size: 20px;
  background-color: var(--details);
  color: rgba(255, 255, 255, 1);
  border: 1px solid var(--de);
}

.submitBnt:hover,
.submitBnt:active {
  background-color: #FFF;
  color: var(--details);
  border: var(--hover);
  border: 1px solid var(--details);
}

.custom-form-group label a {
  color: var(--details);
}

.custom-form-control {
  margin-bottom: 15px;
  padding-left: 16px;
  border: 1px solid #dfe9f1;
  font-size: 14px;
  height: 45px;
  display: block;
  width: 100%;
  box-sizing: border-box;
  color: #9197b5;
  border-radius: 30px;
}


.custom-form-group label {
  color: #000;
  margin-left: 8px;
  text-align: left;
  font-weight: 300;
  font-family: inherit;
  font-size: 14px;
  cursor: pointer;
  font-style: italic;
  display: inline-block;
}


.custom-form-group {
  display: flex;
  margin: 12px 0;
  padding-bottom: 0 !important;
}

.custom-form-group input {
  border: 1px solid #CCC;
  background: #FFF;
  padding: 0 12px;
  line-height: 38px;
  margin: 0 0 10px 0;
  box-shadow: inset 0 3px 2px #EEE;
  border-radius: 2px;
  width: 13px !important;
  height: 13px !important;
}

.form-control:focus{
 border-color: var(--details) !important;
}

/*thanks*/

.thanksWrapper {
  position: relative;
  padding: 80px 0;
}

.thanksLogoWrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

.thanksLogo {
  max-width: 250px;
  width: 100%;
}

.thanksTextContent {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 0 auto 100px;
  padding: 0 15px;
  max-width: 800px;
  text-align: center;
}

.thanksText {
  font-size: 18px;
  line-height: 30px;
}


.rounded {
  min-height: 290px;
  padding: 20px 25px;
}

.client-review {
  min-height: 370px;
}