* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
}

nav .nav-link {
  font-family: "Poppins", sans-serif !important;
  font-weight: 400;
  line-height: 24px;
  font-size: 16px !important;
  cursor:pointer;
  color: #000;
  font-style: normal;
}
nav button {
  border: 1px solid #0DC8B7;
  background: none;
  padding: 5px 18px;
  font-family: "Poppins", sans-serif !important;
  font-weight: 400;
  line-height: 24px;
  font-size: 16px !important;
  color: #0DC8B7;
  font-style: normal;
  transition: all 100ms ease-in-out;
}
nav button:hover {
  background-color: #0DC8B7;
  color: #fff;
}

/* .page-header {
    background-image: url('../Images/landing-bg.jpg');
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    padding: 120px 0px 30px 0px;
    background-size: cover;
} */
.head-1{
    color:#0C8485;
    font-weight:600!important;
    
}
.head-2{
    color:#d04a4d;
    font-weight:600!important;
}

.head-2-underline{
    border-bottom: 5px solid #d04a4d;
}


#formborder {
    border-top: 8px solid #ffde59;
    border-radius: 15px;
    padding: 30px 20px 30px 20px;
    height: 100%;
}
.bg-darks {
    background-color: #0c8485;
}


.btn-pink{
    background-color:#ec7475!important;
    font-weight:bold!important;
    color:white!important;
}

.btn-pink:hover{
    background-color:#FC6767!important;
}



.share-box {
    position: fixed;
    right: 0;
    z-index: 999;
    top: 50%;
    transform: translate(0, -50%);
}

.share-box .icons {
    display: flex;
    flex-direction: column;
    position: relative;
    transition: all 0.2s ease-in;
    left: 0;
}
.share-box .icons a {
    background: #0c8485;
    color: #fff;
    transition: all 0.2s ease-in;
    height: 50px;
    opacity: 1;
    padding: 14px;
    position: relative;
    top: 0;
    vertical-align: top;
    white-space: nowrap;
    width: 50px;
    text-align: center;
    border: 1px solid #fff;
}

.share-box .icons a:hover{
    background:#096565;
}

.sticky-top {
    position: fixed!important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999999;
    background-color: #fff;
}


.banner{
  margin-top: 82px;
}

@media (max-width:991px) {
  .banner{
    margin-top: 80px;
  }
}


.banner .form-box {
  background: #0DC8B7;
  padding: 20px;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.banner .form-box h3 {
  font-size: 28px;
  font-style: normal;
  color: #000;
  line-height: 34px;
  font-weight: 500;
  font-family: "Poppins", sans-serif !important;
}
.banner .form-box input {
  width: 100%;
  padding: 10px;
  border: none;
  background-color: #fff;
  font-size: 14px;
  font-style: normal;
  color: #000;
  font-weight: 500;
  font-family: "Poppins", sans-serif !important;
}
.banner .form-box select {
  width: 100%;
  padding: 10px;
  border: none;
  background-color: #fff;
  font-size: 14px;
  font-style: normal;
  color: #000;
  font-weight: 500;
  font-family: "Poppins", sans-serif !important;
}
.banner .form-box textarea {
  width: 100%;
  padding: 10px;
  border: none;
  background-color: #fff;
  font-size: 14px;
  font-style: normal;
  color: #000;
  font-weight: 500;
  font-family: "Poppins", sans-serif !important;
}
.banner .form-box button {
  background-color: #fff;
  padding: 5px 20px;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  border: none;
  font-family: "Poppins", sans-serif !important;
  color: #0DC8B7;
}

.services {
  padding: 80px 0px;
  background: #E4FAF9;
}
.services h2 {
  font-size: 20px;
  font-style: normal;
  color: #00C5B3;
  line-height: 24px;
  font-weight: 500;
  font-family: "Poppins", sans-serif !important;
}
.services p {
  font-size: 16px;
  font-style: normal;
  color: rgb(106, 106, 106);
  line-height: 24px;
  font-weight: 400;
  font-family: "Poppins", sans-serif !important;
}
.services .col-box {
  background: #fff;
  height: 100%;
  padding: 14px;
}
.services .col-box h3 {
  font-size: 20px;
  font-style: normal;
  color: #000;
  line-height: 24px;
  font-weight: 600;
  font-family: "Poppins", sans-serif !important;
}

.about-us {
  padding: 80px 0px;
}
.about-us h6 {
  font-size: 16px;
  font-style: normal;
  color: rgb(0, 197, 179);
  line-height: 24px;
  font-weight: 600;
  font-family: "Poppins", sans-serif !important;
}
.about-us h2 {
  font-size: 28px;
  font-style: normal;
  color: #000;
  line-height: 24px;
  font-weight: 500;
  font-family: "Poppins", sans-serif !important;
}
.about-us p {
  font-size: 16px;
  font-style: normal;
  color: #212529;
  line-height: 24px;
  font-weight: 400;
  font-family: "Poppins", sans-serif !important;
}
.about-us .button {
  border: 1px solid #0DC8B7;
  text-decoration:none;
  background: none;
  padding: 5px 18px;
  font-family: "Poppins", sans-serif !important;
  font-weight: 400;
  line-height: 24px;
  font-size: 16px !important;
  color: #0DC8B7;
  font-style: normal;
  transition: all 100ms ease-in-out;
}
.about-us .button:hover {
  background-color: #0DC8B7;
  color: #fff;
}

.choose {
  padding: 50px 0px;
  background-color: #E4FAF9;
}
.choose h6 {
  font-family: "Poppins", sans-serif !important;
  font-weight: 500;
  line-height: 26px;
  font-size: 16px !important;
  color: #00c5b3;
  font-style: normal;
}
.choose h2 {
  font-family: "Poppins", sans-serif !important;
  font-weight: 600;
  line-height: 36px;
  font-size: 30px !important;
  color: #000;
  font-style: normal;
}
.choose p {
  font-family: "Poppins", sans-serif !important;
  font-weight: 400;
  line-height: 24px;
  font-size: 16px !important;
  color: #212529;
  font-style: normal;
}
.choose .col-box {
  background-color: #fff;
  height: 100%;
  padding: 15px;
}
.choose .col-box h3 {
  font-family: "Poppins", sans-serif !important;
  font-weight: 600;
  line-height: 22px;
  font-size: 18px !important;
  color: #212529;
  font-style: normal;
}
.choose .col-box h5 {
  font-family: "Poppins", sans-serif !important;
  font-weight: 400;
  line-height: 22px;
  font-size: 14px !important;
  color: #00c5b3;
  font-style: normal;
}

.faq {
  padding: 50px 0px;
}
.faq h2 {
  font-size: 32px;
  font-weight: 600;
  line-height: 38px;
  color: #000;
  font-style: normal;
  font-family: "Poppins", sans-serif !important;
}

.testimonials {
  padding: 80px 0px;
  background-color: #E4FAF9;
}
.testimonials h5 {
  font-family: "Poppins", sans-serif !important;
  font-weight: 600;
  line-height: 26px;
  font-size: 22px !important;
  color: #000;
  font-style: normal;
}
.testimonials p {
  font-size: 16px;
  color: #212529;
  font-family: "Poppins", sans-serif !important;
  font-weight: 400;
  font-style: normal;
  line-height: 24px;
}
.testimonials h6 {
  font-family: "Poppins", sans-serif !important;
  font-weight: 400;
  line-height: 19px;
  font-size: 16px !important;
  color: #000;
  font-style: normal;
}

footer .foot {
  padding: 50px 0px;
  background-color: #00C5B3;
}
footer .foot p {
  font-family: "Poppins", sans-serif !important;
  font-weight: 400;
  line-height: 21px;
  font-size: 14px !important;
  color: #fff;
  font-style: normal;
}
footer .foot li {
  list-style: none;
}
footer .foot a {
  text-decoration: none;
  font-family: "Poppins", sans-serif !important;
  font-weight: 400;
  line-height: 24px;
  font-size: 16px !important;
  color: #fff;
  font-style: normal;
}
footer .foot h3 {
  font-family: "Poppins", sans-serif !important;
  font-weight: 600;
  line-height: 24px;
  font-size: 20px !important;
  color: #fff;
  font-style: normal;
}/*# sourceMappingURL=style.css.map */