@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+Condensed:wght@100;200;300;400;500;600;700&display=swap");
body {
  font-family: "IBM Plex Sans Condensed", sans-serif;
}
header {
  padding: 36px;
  background: #e1eeff;
}
img {
  max-width: 100%;
}
p {
  color: #2e2e2e;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
}



 .works,
.works * {
   box-sizing: {width: 350px; border: 10px solid black;}
} 
 
/* div {
  width: 700px;
  height: 200px;
  padding: 20px;
  border: 8px solid red;
  background: yellow;
} 

.content-box {
	
  box-sizing: content-box; 
  /* Total width: 160px + (2 * 20px) + (2 * 8px) = 216px
     Total height: 80px + (2 * 20px) + (2 * 8px) = 136px
     Content box width: 160px
     Content box height: 80px */
} */



.btn-primary {
  border-radius: 50px;
  background: #0360d9;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding: 12px 35px;
  border: 1px solid #0360d9;
  transition: all 0.4s ease-in-out;
  text-decoration: none;
  display: inline-block;
}
.btn-primary:hover {
  box-shadow: inset 0px 0px 20px 0 rgba(3, 95, 216, 0.4),
    0px 0px 20px 0 rgba(3, 95, 216, 0.4);
  background-color: #fff;
  color: #0360d9;
}

.home-banner {
  background: #e1eeff;
  padding: 80px 0 30px;
  position: relative;
  height: 200px;
  min-height: 200px;/*moves bottom of box*/
}
.home-banner::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 40px;
  background: #c4e2fb;
  height: 0px; /*the blue line*/
}
.home-banner .left-content {
  padding: 10px 0 120px;
  width: 50%;
}
.home-banner .left-content h1 {
  color: #021526;
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 5px;
  margin-top: -80px; /*Manage text position*/ 
}
.home-banner .left-content p {
  color: #0360d9;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding-bottom: 20px;
  background-image: url("/assets/frontend/images/heading-line.svg");
  background-repeat: no-repeat;
  background-position: bottom;
  display: inline-block;
}
.home-banner .left-content .btn-primary {
  margin-top: 90px;
  display: inline-block;
}
.home-banner figure {
  position: relative;
  text-align: center;
  z-index: 1;
  margin-bottom: 0;
}

/* .top { height: 200px; } */

.quality-health {
  padding: 10px 0 10px;
  position: relative;
}
.quality-health::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30%;
  height: 194px;
  background: #eaf5ff;
}
.quality-health figure {
  position: relative;
  margin-bottom: 0;
}
.quality-health figure img {
  position: relative;
  z-index: 1;
}
.quality-health figure::before {
  content: "";
  position: absolute;
  top: 0;
  right: 50%;
  bottom: 0;
  transform: translateX(50%);
  width: 256px;
  background: #eaf5ff;
}

.quality-health .content {
  display: flex;
  height: 100%;
  align-items: center;
}
.quality-health .child {
  width: 100%;
}
.quality-health .content h4 {
  font-size: 36px;
  font-weight: 500;
  line-height: 56px;
  letter-spacing: 0em;
  text-align: left;
  color: #2e2e2e;
}
.quality-health .content h2 {
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  letter-spacing: 0em;
  text-align: left;
  color: #0360d9;
  margin-bottom: 0;
  margin-top: -40px; //A1C Estimator
}
.estimate-form-container {
  position: relative;
}
.estimate-form-container .description-box {
  background: #c4e2fb;
  padding: 56px 0 190px;
}
.estimate-form-container .description-2 {
  padding-bottom: 180px;
}
.estimate-form-container .description-box .banner-2 {
  position: relative;
}
.estimate-form-container .description-box .banner-2 .description-content {
  max-width: 664px;
  position: relative;
  z-index: 1;
}
.estimate-form-container .description-box .banner-2::before,
.estimate-form-container .description-box .banner-2::after {
  content: "";
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
}
.estimate-form-container .description-box .banner-2::before {
  width: 130px;
  height: 133px;
  left: 0;
  top: -30px;
  background-image: url("/assets/frontend/images/double-hand.png");
}
.estimate-form-container .description-box .banner-2::after {
  content: "";
  position: absolute;
  width: 118px;
  height: 137px;
  right: 0;
  bottom: -30px;
  background-image: url("/assets/frontend/images/counter.png");
}
.estimate-form-container .description-box .description-content {
  text-align: center;
  max-width: 1000px;
  margin: auto;
}
.estimate-form-container .description-box .description-content p {
  line-height: 40px;
  letter-spacing: 0em;
  text-align: center;
  margin-bottom: 40px;
}
.estimate-form-container .description-box .description-content p b {
  font-weight: 500;
}
.estimate-form-container .description-box .description-content p a {
  /* text-decoration: underline; */
  /* text-underline-position: under; */
}
.estimate-form-container .description-box .description-content h6 {
  font-size: 24px;
  font-weight: 600;
  line-height: 40px;
  letter-spacing: 0em;
  text-align: center;
}
.estimate-form-container.home-page .description-box {
  padding-bottom: 68px;
}
.estimate-form-container.home-page .description-box .description-content {
  text-align: left;
  display: flex;
  height: 100%;
  align-items: center;
}
.estimate-form-container.home-page
  .description-box
  .description-content
  .child {
}
.estimate-form-container.home-page .description-box .description-content p,
.estimate-form-container.home-page .description-box .description-content h6 {
  text-align: left;
}
.estimate-form-container .description .description-content .btn-primary {
  margin-top: 40px;
}
.estimate-form-container.home-page
  .description-box
  .description-content
  .btn-primary {
  margin-top: 10px;
}
.estimate-form {
  margin-top: -90px;
  margin-bottom: -212px;
}
.estimate-form-box {
  position: relative;
  padding: 48px 40px;
  background: #eaf5ff;
  min-height: 200px;
}
.estimate-form .form-content {
  max-width: 693px;
  margin: auto;
  text-align: center;
}
.estimate-form .form-content p {
  color: #4d5c69;
  margin-bottom: 32px;
}
.estimate-form .form-content a {
  margin-top: 0px;
}
.estimate-form .figure {
  background-color: #fff;
  padding: 36px;
  width: 100%;
  margin: 24px 0 48px;
}
.estimate-form .figure img {
  width: 100%;
}
.estimate-form .form-content h3 {
  color: #1379b1;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
  margin-top: 30px;
}

.disclaimer {
  background: #0360d9;
  padding: 270px 0 36px;
}
.disclaimer .disclaimer-content {
  text-align: center;
  padding: 0 30px;
}
.disclaimer .disclaimer-content h6 {
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
  color: #fff;
  margin-top: -50px;
}
.disclaimer .disclaimer-content p {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  
}
.form-group {
  margin-bottom: 24px;
}
.form-group label {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: inline-block;
  margin-bottom: 12px;
}

.form-group .form-control {
  border-radius: 9px;
  border: 1px solid #c4e2fb;
  background: #fff;
  padding: 17px 18px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #4d5c69;
}
.form-group textarea.form-control {
  height: 160px;
}
.form-group .form-control:focus {
  box-shadow: inset 0px 0px 10px 0 rgba(3, 95, 216, 0.4),
    0px 0px 10px 0 rgba(3, 95, 216, 0.4);
}
.form-group .form-control::placeholder {
  color: rgba(77, 92, 105, 0.4000000059604645);
}

.contact-us h2 {
  color: #021526;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 32px;
}
.contact-us .btn-primary {
  border-radius: 10px;
}
.contact-us .estimate-form {
  margin-top: -100px;
  margin-bottom: -100px;
}
.contact-us figure {
  text-align: center;
}
.form-container {
  position: relative;
}
.estimate-form .h2 {
  color: #1379b1;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
  display: block;
}
.action-button {
  display: flex;
  flex-flow: wrap;
  gap: 16px;
  max-width: 802px;
  margin: auto;
}
.button4 {
  border-radius: 10px;
  background: #c4e2fb;
  border: 1px solid #c4e2fb;
  flex: 0 0 auto;
  width: calc(25% - 16px);
  padding: 13px 20px;
  color: #1379b1;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.action-button button:focus {
  box-shadow: inset 0px 0px 20px 0 rgba(3, 95, 216, 0.4),
    0px 0px 20px 0 rgba(3, 95, 216, 0.4);
}

.form-container {
  background: #fff;
  padding: 30px;
  margin-top: 30px;
}
.form-labels {
  display: flex;
  margin-bottom: 12px;
  gap: 12px;
}
.form-labels label {
  width: 120px;
  color: #1379b1;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}
.form-labels label:nth-child(4) {
  width: 64px;
}
.input-group form {
  display: flex;
  gap: 12px;
  margin-bottom: 12px;
  width: 100%;
}
.form-container input {
  border: 1px solid #e1eeff;
  background: rgba(225, 238, 255, 0.2);
  padding: 14px 8px;
  width: 120px;
  color: #4d5c69;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}
.form-container input:last-child {
  width: calc(100% - 524px);
  text-align: left;
}
.form-container .button2 {
  background: #1379b1;
  color: #fff;
  width: 64px;
  display: grid;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 20px;
  flex: 0 0 auto;
}
.form-content .label {
  color: #2e2e2e;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
  display: block;
  margin-bottom: 16px;
}
.avg-form {
  position: relative;
  text-align: left;
  margin-top: 60px;
}
.avg-form .label {
  text-align: left;
  color: #1379b1;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.avg-form form {
  display: flex;
  border-radius: 9px;
  border: 1px solid #c4e2fb;
  background: #fff;
  padding: 8px;
}
.avg-form form input {
  border: 0;
  width: calc(100% - 102px);
  padding: 7px;
  color: #4d5c69;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: left;
}
.avg-form form input::placeholder {
  color: rgba(77, 92, 105, 0.4000000059604645);
}
.avg-form form input:focus {
  outline: none;
  box-shadow: none;
}
.avg-form form button {
  padding: 10px 35px;
  border-radius: 10px;
  background: #0360d9;
  border: 0;
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.form-content .nav-pills {
  border-radius: 50px;
  background: #fff;
  display: inline-flex;
  justify-content: center;
  margin-bottom: 40px;
}
.form-content .nav-pills li {
  position: relative;
}
.form-content .nav-pills li .nav-link {
  color: #0360d9;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  border-radius: 50px;
  padding: 13px 65px;
  margin-top: 0;
}
.form-content .nav-pills li .nav-link.active {
  background-color: #0360d9;
  color: #fff;
}
.comment-box {
}
.comment-box .heading-area {
  max-width: 566px;
}
.comment-box .heading-area h3 {
  color: #021526;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.comment-box .heading-area p {
}
.comment-box .white-box {
  border-radius: 8px;
  background: #fff;
  padding: 24px;
}
.comment-box .single-comment {
  margin-bottom: 20px;
}
.comment-box .comment-form .circle,
.comment-box .single-comment .circle {
  width: 32px;
  height: 32px;
  border-radius: 32px;
  background: #95a4f9;
  margin-right: 12px;
}
.comment-box .comment-form .circle {
  background-color: #66c2f5;
  width: 40px;
  height: 40px;
}
.comment-box .single-comment .text {
  color: #334253;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}
.comment-box .single-comment .name {
  color: #67727e;
}
.comment-box .single-comment .date {
  margin-left: 12px;
}

.comment-box .single-comment .btn-reply {
  background-color: transparent;
  border: 0;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  color: #5357b6;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.comment-box .single-comment .btn-reply svg {
  margin-right: 4px;
}
.comment-box .single-comment .btn-reply.btn-delete {
  color: #ed6368;
}
.comment-box .single-comment .btn-edit,
.comment-box .single-comment .btn-delete {
  display: none;
}
.comment-box .single-comment:hover .btn-edit,
.comment-box .single-comment:hover .btn-delete {
  display: inline-flex;
}
.comment-box .single-comment .comment-desc {
  max-width: 95%;
}
.comment-box .reply-comment-box {
  padding-left: 10%;
  position: relative;
}
.comment-box .reply-comment-box::before {
  content: "";
  position: absolute;
  left: 4%;
  top: 0px;
  bottom: 0px;
  background: #c4e2fb;
  width: 2px;
}
.comment-form textarea {
  border-radius: 8px;
  border: 1px solid #e9ebf0;
  background: #fff;
  height: 96px;
  padding: 12px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  color: #67727e;
  width: 100%;
  height: 100%;
}
.comment-form textarea:focus {
  outline: none;
}
.comment-form .btn-send {
  border-radius: 8px;
  width: 104px;
  height: 48px;
  font-size: 16px;
  font-weight: 500;
}
.comment-form .left-side {
  width: calc(100% - 320px);
}
.comment-form .right-side {
  width: 320px;
  padding-left: 20px;
}
.comment-form .right-side .btn-primary {
  margin-top: auto;
  margin-left: auto;
}
.accordion {
  padding: 16px 32px;
}
.accordion-item:first-of-type,
.accordion-item {
  border: 0;
  background-color: transparent;
}
.accordion-item:not(:last-child) {
  margin-bottom: 32px;
}
.accordion-button:not(.collapsed),
.accordion-item:first-of-type .accordion-button,
.accordion-button {
  background-color: #fff;
  border-radius: 15px;
  background: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: #000;
  border: 0;
  padding: 24px;
  text-decoration: none;
}
.accordion-button:hover {
  color: #000;
}
.accordion-button::after {
  background: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="20" height="20" viewBox="0 0 24 24"%3E%3Cpath fill="currentColor" d="M18 12.998h-5v5a1 1 0 0 1-2 0v-5H6a1 1 0 0 1 0-2h5v-5a1 1 0 0 1 2 0v5h5a1 1 0 0 1 0 2z"%2F%3E%3C%2Fsvg%3E');
}
.accordion-button:not(.collapsed)::after {
  background: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="20" height="20" viewBox="0 0 24 24"%3E%3Cpath fill="currentColor" d="M18 12.998H6a1 1 0 0 1 0-2h12a1 1 0 0 1 0 2z"%2F%3E%3C%2Fsvg%3E');
}
.accordion-button:focus {
  box-shadow: none;
}
.accordion .accordion-body {
  position: relative;
}
.accordion .accordion-body p {
  font-size: 16px;
  color: #555;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.16px;
}
.accordion .accordion-body ul {
}
.accordion .accordion-body ul li {
  font-size: 16px;
  color: #555;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.16px;
}
.footer {
  padding: 16px 15px 24px;
  display: flex;
  justify-content: center;
}
.footer p {
  margin: 0;
  line-height: normal;
}
.btn-disclaimer {
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  background-color: transparent;
  border: 0;
}
.footer button.hint-button {
  color: #0360d9;
}
.disclaimer-modal {
  position: fixed;
  top: 0;
  bottom: 66px;
  left: 0;
  right: 0;
  z-index: 99;
  background: rgba(2, 21, 38, 0.6);
  transition: all 0.4s ease-in-out;
  display: none;
  overflow-y: auto;
  padding: 15px;
}
.disclaimer-modal.show-modal {
  display: flex;
}
.disclaimer-modal-body {
  width: 900px;
  margin: auto auto 12px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(25px);
  position: relative;
  padding: 48px 60px;
  text-align: center;
  transition: all 0.4s ease-in-out;
  transform: translateY(calc(100% + 100px));
}
.disclaimer-modal.show-modal .disclaimer-modal-body {
  transform: none;
}
button.close-btn {
  color: #021526;
  text-align: center;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  position: absolute;
  left: 10px;
  top: 10px;
  border: 0;
  background-color: transparent;
  padding: 0;
}

.disclaimer-modal-body h2 {
  color: #021526;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
}

.disclaimer-modal-body p {
  color: #021526;
  text-align: center;
  font-size: 16px;
  line-height: 26px;
}
.captcha {
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  p {
    font-size: 16px;
    line-height: 24px;
  }
  header {
    padding: 10px 0;
  }
  header .logo img {
    max-width: 100px;
  }
  .btn-primary {
    padding: 6px 20px;
    font-size: 12px;
  }
  .home-banner {
    padding: 0px 0 40px;
  }
  .home-banner .col {
    width: 100%;
    flex: 0 0 auto;
  }
  .home-banner .d-flex {
    flex-flow: wrap;
  }
  .home-banner .left-content {
    padding-bottom: 0px;
  }
  .home-banner .left-content h1 {
    font-size: 28px;
  }
  .home-banner .left-content p {
    font-size: 18px;
  }
  .home-banner .left-content .btn-primary {
    margin-top: 20px;
  }
  .quality-health .row {
    flex-flow: wrap-reverse;
  }
  .quality-health .content h2 {
    font-size: 28px;
    line-height: 40px;
  }
  .quality-health .content h4 {
    font-size: 24px;
  }
  .estimate-form-container .description-box .description-content p {
    line-height: 30px;
  }
  .estimate-form-container .description-box .description-content h6 {
    font-size: 20px;
    line-height: 30px;
  }
  .estimate-form-container .description-box .description-content .btn-primary {
    margin-top: 30px;
  }
  .estimate-form-container .description-box {
    padding: 56px 0 220px;
  }
  .estimate-form .form-content h3 {
    font-size: 22px;
    line-height: 30px;
  }
  .estimate-form-box {
    padding: 20px 15px;
  }
  .disclaimer .disclaimer-content {
    padding: 0;
  }
  .estimate-form-container .description-box .banner-2::before {
    width: 54px;
    height: 55px;
    top: -40px;
  }
  .estimate-form-container .description-box .banner-2::after {
    width: 60px;
    height: 65px;
    bottom: -70px;
  }
  .form-content .nav-pills li .nav-link {
    font-size: 12px;
    padding: 8px 30px;
  }
  .estimate-form h2 {
    line-height: 20px;
    font-size: 18px;
  }
  .action-button {
    gap: 8px;
  }
  .action-button button {
    font-size: 12px;
    width: calc(33% - 8px);
    padding: 8px 10px;
    font-weight: 400;
  }
  .form-container {
    padding: 15px;
    overflow-x: auto;
  }
  .form-labels label {
    font-size: 12px;
    width: 70px;
  }
  .form-container input {
    padding: 8px 10px;
    font-size: 10px;
    width: 70px;
  }
  .responsive-form {
    min-width: 530px;
  }
  .form-container .button2 {
    width: 40px;
    font-size: 10px;
  }
  .form-labels label:nth-child(4) {
    width: 40px;
  }
  .form-container input:last-child {
    width: calc(100% - 350px);
  }
  .form-content .label {
    font-size: 12px;
  }
  .avg-form {
    margin-top: 30px;
  }
  .avg-form form {
    padding: 5px;
  }
  .avg-form form input {
    width: calc(100% - 70px);
    font-size: 11px;
    padding: 7px;
  }
  .avg-form form button {
    padding: 8px 21px;
    font-size: 12px;
  }
  .comment-box .white-box {
    padding: 15px;
  }
  .comment-box .comment-form .circle,
  .comment-box .single-comment .circle {
    height: 24px;
    width: 24px;
    margin-right: 6px;
  }
  .comment-box .single-comment .text {
    font-size: 12px;
    line-height: 20px;
  }
  .comment-box .single-comment .date {
    margin-right: 6px;
  }
  .comment-box .single-comment .btn-reply {
    padding: 0;
  }
  .comment-box .single-comment .btn-reply span {
    display: none;
  }
  .comment-box .single-comment .btn-reply svg {
    max-width: 12px;
    max-height: 12px;
  }
  .comment-box .single-comment .gap-2 {
    gap: 5px !important;
  }
  .comment-form .d-flex {
    flex-flow: wrap;
  }

  .comment-form textarea {
    width: calc(100% - 30px);
    font-size: 12px;
    height: 80px;
  }
  .comment-form .btn-send {
    padding: 8px 21px;
    font-size: 12px;
    margin: 15px 0 0 30px;
    height: auto;
  }
  .form-group {
    margin-bottom: 12px;
  }
  .form-group label {
    font-size: 12px;
  }
  .form-group .form-control {
    padding: 14px 12px;
    font-size: 12px;
  }
  .contact-us figure {
    margin-top: 40px;
  }
  .form-group textarea.form-control {
    height: 120px;
  }
  .estimate-form {
    margin: -90px 0 -160px;
  }
  .disclaimer {
    padding-top: 200px;
  }
  .accordion {
    padding: 0;
  }
  .accordion-item:not(:last-child) {
    margin-bottom: 15px;
  }
  .accordion-button:not(.collapsed),
  .accordion-item:first-of-type .accordion-button,
  .accordion-button {
    font-size: 12px;
    padding: 15px;
    border-radius: 10px;
  }
  .accordion .accordion-body p,
  .accordion .accordion-body ul li {
    font-size: 12px;
    line-height: 22px;
  }
  .comment-form .left-side {
    width: 100%;
  }
  .comment-form .right-side {
    width: 100%;
    padding-left: 0;
    margin-top: 15px;
  }
  .contact-us .btn-primary {
    margin-top: 15px;
  }
}
