@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap");
.borderbluedark {
  border-color: #00aff0 !important;
}

.clrRed {
  color: #fff3f4;
}

.clrRedDark {
  color: #a91d2a;
}

.clrOrange {
  color: #f58025;
}

.clrGreen {
  color: #9fa617;
}

.clrBlueDark2 {
  color: #203455;
}

.bgOrange {
  background-color: #f58025;
}

.bgGreen {
  background-color: #9fa617;
}

.bgRed {
  background-color: #fff3f4;
}

.bgRedDark {
  background-color: #a91d2a;
}

.bgRedDarker {
  background-color: #5e070f;
}

.bgWhite {
  background-color: #fff;
}

.bgGreyDark {
  background-color: #474747;
}

.clrBlueDark3 {
  color: #3eadda;
}

.clrGreenDark {
  color: #40aace;
}

.clrGreenDark2 {
  color: #35b6b4;
}

.clrBlueDark {
  color: #00aff0;
}

.bgGreenDark {
  background-color: #40aace;
}

.bgGreenDark2 {
  background-color: #35b6b4;
}

.bgGreenMid {
  background-color: #40aace;
}

.bgGreenLight {
  background-color: #f4fbff;
}

.bgBlueDark {
  background-color: #00aff0;
}

.bgBlueLight {
  background-color: #f3f7fb;
}

.bgBlueLight2 {
  background-color: #f3f7fb;
}

.bgGreyLight {
  background-color: #acacac;
}

.bgGreyLight2 {
  background-color: #f5f8f8;
}

.bgGreyBlue {
  background-color: #6a8bb2;
}

.bgTransparent {
  background-color: rgba(0, 0, 0, 0);
}

.bg-white {
  background-color: #fff;
}

.clrGreyDark {
  color: #474747;
}

.clrGrey {
  color: #848484;
}

.clrGreyBlue {
  color: #6a8bb2;
}

.blue-grad {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(28.28%, #ffffff), color-stop(253.09%, #94dbff));
  background: linear-gradient(180deg, #ffffff 28.28%, #94dbff 253.09%);
}

.nowrap {
  white-space: nowrap;
}

.as-e {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

@media (max-width: 768px) {
  .bgSmBlueLight {
    background-color: #f3f7fb !important;
  }
  .bgSmGreenDark2 {
    background-color: #35b6b4;
  }
}

* {
  font-family: "Roboto", sans-serif;
}

p {
  font-size: 17px;
}

h2 {
  font-size: 44px;
  line-height: 30px;
}

h3 {
  font-size: 22px;
  font-weight: 700;
}

h3 span {
  display: inline-block;
}

h4 {
  font-size: 18px;
}

.sub-head {
  font-size: 17px;
  color: #848484;
}

.line-heading {
  border-bottom: 1px solid #00aff0;
}

@media (max-width: 768px) {
  h2 {
    font-size: 22px;
    line-height: 16px;
  }
  h3 {
    font-size: 20px;
  }
  p {
    font-size: 15px;
  }
}

.fw-300 {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.fw-800 {
  font-weight: 800;
}

.fw-900 {
  font-weight: 900;
}

.lh-24 {
  line-height: 24px;
}

.lh-50 {
  line-height: 50px;
}

.lh-40 {
  line-height: 40px;
}

.lh-44 {
  line-height: 44px;
}

.lh-42 {
  line-height: 42px;
}

.lh-19 {
  line-height: 19px;
}

.lh-30 {
  line-height: 30px;
}

.f-10 {
  font-size: 10px;
}

.f-11 {
  font-size: 11px;
}

.f-12 {
  font-size: 12px;
}

.f-13 {
  font-size: 13px;
}

.f-14 {
  font-size: 14px;
}

.f-15 {
  font-size: 15px;
}

.f-16 {
  font-size: 16px;
}

.f-17 {
  font-size: 17px;
}

.f-18 {
  font-size: 18px;
}

.f-19 {
  font-size: 19px;
}

.f-20 {
  font-size: 20px;
}

.f-21 {
  font-size: 21px;
}

.f-22 {
  font-size: 22px;
}

.f-23 {
  font-size: 23px;
}

.f-24 {
  font-size: 24px;
}

.f-25 {
  font-size: 25px;
}

.f-26 {
  font-size: 26px;
}

.f-27 {
  font-size: 27px;
}

.f-28 {
  font-size: 28px;
}

.f-29 {
  font-size: 29px;
}

.f-30 {
  font-size: 30px;
}

.f-31 {
  font-size: 31px;
}

.f-32 {
  font-size: 32px;
}

.f-33 {
  font-size: 33px;
}

.f-34 {
  font-size: 34px;
}

.f-35 {
  font-size: 35px;
}

.f-38 {
  font-size: 38px;
}

.f-40 {
  font-size: 40px;
}

.f-44 {
  font-size: 44px;
}

.f-45 {
  font-size: 45px;
}

.f-48 {
  font-size: 48px;
}

.f-50 {
  font-size: 50px;
}

.l-13 {
  line-height: 13px;
}

.l-14 {
  line-height: 14px;
}

.l-15 {
  line-height: 15px;
}

.l-16 {
  line-height: 16px;
}

.l-17 {
  line-height: 17px;
}

.l-18 {
  line-height: 18px;
}

.l-19 {
  line-height: 19px;
}

.l-20 {
  line-height: 20px;
}

.l-21 {
  line-height: 21px;
}

.l-22 {
  line-height: 22px;
}

.l-23 {
  line-height: 23px;
}

.l-24 {
  line-height: 24px;
}

.l-25 {
  line-height: 25px;
}

.l-26 {
  line-height: 26px;
}

.l-40 {
  line-height: 40px;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

.no-underline {
  text-decoration: none !important;
}

.text-no-wrap {
  white-space: nowrap;
}

.text-one-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 768px) {
  .p-sm-x-0 {
    padding-left: 0;
    padding-right: 0;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .f-sm-9 {
    font-size: 9px;
  }
  .f-sm-10 {
    font-size: 10px;
  }
  .f-sm-11 {
    font-size: 11px;
  }
  .f-sm-12 {
    font-size: 12px;
  }
  .f-sm-13 {
    font-size: 13px;
  }
  .f-sm-14 {
    font-size: 14px;
  }
  .f-sm-15 {
    font-size: 15px;
  }
  .f-sm-16 {
    font-size: 16px;
  }
  .f-sm-17 {
    font-size: 17px;
  }
  .f-sm-18 {
    font-size: 18px;
  }
  .f-sm-19 {
    font-size: 19px;
  }
  .f-sm-20 {
    font-size: 20px;
  }
  .f-sm-21 {
    font-size: 21px;
  }
  .f-sm-22 {
    font-size: 22px;
  }
  .f-sm-23 {
    font-size: 23px;
  }
  .f-sm-23 {
    font-size: 24px;
  }
  .f-sm-25 {
    font-size: 25px;
  }
  .f-sm-26 {
    font-size: 26px;
  }
  .f-sm-27 {
    font-size: 27px;
  }
  .f-sm-28 {
    font-size: 28px;
  }
  .f-sm-29 {
    font-size: 29px;
  }
  .f-sm-30 {
    font-size: 30px;
  }
  .f-sm-34 {
    font-size: 34px;
  }
  .f-sm-35 {
    font-size: 35px;
  }
  .f-sm-40 {
    font-size: 40px;
  }
  .l-sm-13 {
    line-height: 13px;
  }
  .l-sm-14 {
    line-height: 14px;
  }
  .l-sm-15 {
    line-height: 15px;
  }
  .l-sm-16 {
    line-height: 16px;
  }
  .l-sm-17 {
    line-height: 17px;
  }
  .l-sm-18 {
    line-height: 18px;
  }
  .l-sm-19 {
    line-height: 19px;
  }
  .l-sm-20 {
    line-height: 20px;
  }
  .l-sm-21 {
    line-height: 21px;
  }
  .l-sm-22 {
    line-height: 22px;
  }
  .l-sm-23 {
    line-height: 23px;
  }
  .l-sm-24 {
    line-height: 24px;
  }
  .l-sm-25 {
    line-height: 25px;
  }
  .l-sm-26 {
    line-height: 26px;
  }
  .l-sm-36 {
    line-height: 36px;
  }
  .order-mob-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-mob-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-mob-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-mob-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .h-sm-100 {
    height: 100%;
  }
}

.pointer {
  cursor: pointer;
}

.pt-1px {
  padding-top: 1px;
}

.banner-sec {
  /* .coi
   */
  background-repeat: no-repeat;
  background-color: #fff3f4;
  background-size: contain;
  background-position-x: 30px;
}

.banner-sec form {
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.12);
}

.banner-sec form .form-control {
  padding: 0.415rem 0.75rem;
}

.banner-sec form .form-group {
  position: relative;
}

.banner-sec form .form-group label {
  position: absolute;
  margin: 0;
  font-size: 10px;
  top: -8px;
  left: 10px;
  background-color: #fff;
}

.banner-sec form .form-group input,
.banner-sec form .form-group textarea {
  background-color: #fff;
  border-radius: 5px;
  resize: none;
}

/* @media (min-width: 768px) {
  header,
  section,
  footer {
    padding-left: 60px;
    padding-right: 60px;
  }
} */

.treatment-sec {
  background: -webkit-gradient(linear, left top, left bottom, from(#35b6b4), to(#008aba));
  background: linear-gradient(180deg, #35b6b4 0%, #008aba 100%);
}

.faq .card-header {
  background-color: #f4fbff;
}

.faq .card-header > a {
  font-size: 17px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.faq .card-body {
  padding: 6px 17px;
  padding-top: 0;
  line-height: 21px;
  background-color: #f4fbff;
}

.faq .card-body ul {
  padding-left: 20px;
  margin-bottom: 12px;
  list-style-type: none;
}

.faq .card-body ul li {
  margin-bottom: 8px;
  font-size: 16px;
}

.faq .card {
  margin-bottom: 10px;
  border: 0;
  border-bottom: 1px solid #e9e9e9;
}

.faq .card a:hover {
  color: #848484;
}

.faq .card:last-child {
  border-bottom: 0;
}

.faq .card-header > a::before {
  content: "\2b";
  position: absolute;
  top: 25px;
  right: 0.8rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  font-family: "FontAwesome";
  font-size: 30px;
  font-weight: 700;
  color: #797979;
}

.faq .card-header > a[aria-expanded="true"]::before {
  content: "\f068";
  font-size: 16px;
}

header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background-color: #fff3f4;
  z-index: 3;
}

header a:hover {
  color: #a91d2a;
}

.header-shadow {
  -webkit-box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.15);
}

img.logo-img {
  width: 170px;
}

@media (max-width: 768px) {
  header {
    z-index: 1060 !important;
  }
  header img.logo-img {
    width: 120px;
  }
  .faq .card-header {
    padding: 4px 0px;
  }
  .faq .card-header > a {
    font-size: 14px;
    line-height: 18px;
    padding: 0.2rem 0rem 0.2rem 00rem;
  }
  .faq .card-body {
    padding: 8px 17px 3px 0px;
    font-size: 14px;
    line-height: 18px;
  }
  .faq .card-body ul li {
    font-size: 14px;
  }
  .faq .card {
    margin-bottom: 10px;
  }
  .faq .card-header > a::before {
    top: 20px;
    font-size: 20px;
  }
  .faq .card-header > a[aria-expanded="true"]::before {
    content: "\f068";
    font-size: 10px;
  }
}

.fac-sec span img {
  position: relative;
  bottom: 2px;
}

.test-sec .form-control:focus {
  border-right: 0;
  border: 1px solid #00aff0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.test-sec .form-control:focus + span {
  border-right: 0;
  border: 1px solid #00aff0;
}

.test-sec .form-control + span {
  cursor: pointer;
}

.test-sec .test-card {
  border: 0.93px solid #bfbfbf;
  border-radius: 10px;
  margin-bottom: 25px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.test-sec .test-card .row {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.test-sec .test-card p {
  line-height: 19px;
}

.test-sec .test-card button {
  border: 1px solid #f58025;
  border-radius: 20px;
  height: 25px;
  font-size: 13px;
  font-weight: 700;
  background-color: #fff;
  color: #f58025;
  padding: 0px 12px 0;
  white-space: nowrap;
}

.test-sec .test-card:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(28.28%, #ffffff), color-stop(253.09%, #94dbff));
  background: linear-gradient(180deg, #ffffff 28.28%, #94dbff 253.09%);
  -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.14);
          box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.14);
  -webkit-transition: -webkit-box-shadow 0.5s linear;
  transition: -webkit-box-shadow 0.5s linear;
  transition: box-shadow 0.5s linear;
  transition: box-shadow 0.5s linear, -webkit-box-shadow 0.5s linear;
  cursor: pointer;
}

.test-sec .test-card:hover button {
  background-color: #f58025;
  color: #fff;
  -webkit-transition: background-color 0.6s linear;
  transition: background-color 0.6s linear;
}

.test-steps-sec .test-steps-box {
  border: 2px dotted #00aff0;
  border-radius: 8px;
  -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.14);
          box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.14);
  padding: 13px 10px 10px;
  width: 150px;
}

.test-steps-sec .test-steps-box p {
  line-height: 23px;
  margin-top: 10px;
}

.certi {
  border: 1px solid #00aff0;
  border-radius: 10px;
}

.branch-line {
  border-right: 1px solid #adadad;
}

.copyright-sec {
  background: #424242;
}

button {
  -webkit-transition: -webkit-box-shadow 0.3s linear !important;
  transition: -webkit-box-shadow 0.3s linear !important;
  transition: box-shadow 0.3s linear !important;
  transition: box-shadow 0.3s linear, -webkit-box-shadow 0.3s linear !important;
}

button:hover {
  -webkit-box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12) !important;
          box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12) !important;
}

@media (max-width: 768px) {
  .branch-line {
    border-right: none;
  }
  .location-d-box {
    border: 1px solid #acacac;
    padding: 10px 10px;
    border-radius: 5px;
  }
  footer {
    position: relative !important;
    border-radius: 8px;
    z-index: initial !important;
  }
  .test-sec .test-card {
    margin-bottom: 15px;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .test-sec .test-card button {
    padding: 0px 8px 0;
  }
  .assis-box {
    border-radius: 0 !important;
  }
  .copyright-sec {
    margin-bottom: 52px !important;
  }
  .certi-box {
    padding: 0 15px;
  }
  .test-steps-sec .test-steps-box {
    padding: 10px 3px 4px;
    width: 95px;
    height: 98px;
  }
  .test-steps-sec .test-steps-box img {
    width: 35px;
  }
  .test-steps-sec .test-steps-box p {
    line-height: 18px;
    margin-top: 7px;
    font-weight: 500;
  }
  .test-steps-sec .test-steps-arrow img {
    width: 30px;
  }
  h3 {
    font-size: 18px;
  }
  h3 span {
    padding-bottom: 0px;
    margin-bottom: 0px;
  }
  .sub-head {
    font-size: 14px;
  }
}

.call-mob {
  position: fixed;
  bottom: -70px;
  left: 0;
  right: 0;
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.15);
  -webkit-transition: bottom 0.6s linear;
  transition: bottom 0.6s linear;
}

.call-mob.show-btn {
  bottom: 0;
}

/* @media (min-width: 1450px) {
  header,
  section,
  footer {
    max-width: 1450px;
    margin: 0 auto;
  }
} */

.banner-pointers p {
  margin-bottom: 0px;
}

.mb-0-c {
  margin-bottom: 0 !important;
}

.side-rules-txt {
  background-color: #fff;
  z-index: 1;
  padding: 0 20px;
}

.pos-relative {
  position: relative;
}

.pos-absolute {
  position: absolute;
}

.side-rules {
  left: 0;
  right: 0;
  margin: 0;
  top: 50%;
  border-top: 1px solid #00aff0;
}

.topic-pills > div {
  border: 1px solid rgba(0, 143, 197, 0.4);
  border-radius: 13px;
  padding: 4px 10px 4px;
  font-size: 12px;
  line-height: 1;
  text-decoration: none;
  color: #848484;
  white-space: nowrap;
  margin-bottom: 8px;
  margin-left: 3px;
  margin-right: 3px;
  font-weight: 300;
}

.close-footer i {
  font-size: 18px;
  position: relative;
  top: 2px;
}

.rotate-footer-close-arrow {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

@media (max-width: 768px) {
  .banner-sec form {
    border-radius: 16px;
  }
  .topic-pills > div {
    font-size: 11px;
    padding: 4px 8px 4px;
    text-transform: lowercase;
  }
}

footer {
  z-index: 1051 !important;
}

.footer-close {
  background-color: #fff;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  cursor: pointer;
  color: #008fc5;
  font-size: 20px;
  position: absolute;
  right: 25px;
  top: -20px;
  text-align: center;
  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;
}

.notification_img {
  position: absolute;
  top: -140px;
  left: 420px;
}

.banner-points-box-sec {
  position: relative;
  bottom: 50px;
}

.banner-points-box-sec .banner-points-box {
  padding: 28px 0;
}

.banner-points-box-sec .banner-points-box img {
  margin-bottom: 14px;
}

.banner-points-box-sec .banner-points-box p {
  color: #7e7e7e;
  margin-bottom: 0;
  line-height: 17.58px;
}

.banner-points-box-sec .banner-points-box > div {
  border-right: 1px solid #dfdfdf;
  width: 25%;
}

.banner-points-box-sec .banner-points-box > div:last-child {
  border-right: 0;
}

.treatment-a .card-header {
  background-color: #fff;
}

.treatment-a .card-header > a {
  font-size: 17px;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0 0;
  position: relative;
}

.treatment-a .card-body {
  padding: 6px 0px 6px 0;
  line-height: 21px;
  background-color: #fff;
}

.treatment-a .card-body ul {
  padding-left: 00px;
  margin-bottom: 0px;
}

.treatment-a .card-body ul li {
  margin-bottom: 0px;
  font-size: 15px;
  list-style-type: none;
}

.treatment-a .card {
  margin-bottom: 20px;
  padding: 10px 8px 10px 25px;
  border: 1px solid #dbdbdb;
  border-radius: 5px;
}

.treatment-a .card a:hover {
  color: #848484;
}

.treatment-a .card-header > a::after {
  content: "";
  position: absolute;
  top: -3px;
  right: 0rem;
  display: block;
  width: 28px;
  height: 28px;
  background-color: #e5f8ff;
  border-radius: 50%;
}

.treatment-a .card-header > a::before {
  z-index: 1;
  content: "\2b";
  position: absolute;
  top: 10px;
  right: 6px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  font-family: "FontAwesome";
  font-size: 26px;
  font-weight: 700;
  color: #00aff0;
}

.treatment-a .card-header > a.package-details::before {
  content: "\f068";
  font-size: 14px;
  right: 7px;
  top: 11px;
}

.treatment-a .card::before {
  position: absolute;
  left: 0;
  top: 10px;
}

.treatment-a .card-header {
  border: 0;
  padding: 0;
}

.banner-points-box-sec.why-choose {
  background-image: url("../img/whychoose.png");
  background-size: cover;
  position: static;
}

.banner-points-box-sec.why-choose .banner-points-box {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0;
}

.banner-points-box-sec {
  bottom: 70px;
}

.banner-points-box-sec .banner-points-box {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-radius: 6px;
  padding: 15px 20px;
  -webkit-box-shadow: 0px 1px 36px 0px rgba(0, 0, 0, 0.13);
          box-shadow: 0px 1px 36px 0px rgba(0, 0, 0, 0.13);
}

.banner-points-box-sec .banner-points-box img {
  margin-bottom: 20px;
  margin-top: 10px;
}

.banner-points-box-sec .banner-points-box p {
  color: #7e7e7e;
  margin-bottom: 0;
  line-height: 17.58px;
}

.banner-points-box-sec .banner-points-box > div {
  width: 50%;
  padding-bottom: 15px;
  padding-top: 15px;
}

.banner-points-box-sec .banner-points-box > div:nth-child(2) {
  border-right: 0;
}

.banner-points-box-sec .banner-points-box > div:last-child {
  border-right: 0;
  border-top: 1px solid #dfdfdf;
}

.banner-points-box-sec .banner-points-box > div:nth-last-child(2) {
  border-top: 1px solid #dfdfdf;
}

.hp-sec {
  background-image: url("../img/happy-patient-bg.png");
  background-size: cover;
}

.hp-sec .hp-sym {
  color: #959595;
}

.patients-slider .slick-list {
  padding: 25px 0;
}

.patients-slider .slick-slide {
  margin-right: 20px;
  border: 0.79px solid #a91d2a;
  border-radius: 15px;
  padding: 0;
}

.patients-slider .slick-slide svg {
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
}

.patients-slider iframe {
  width: 100%;
  height: 275px;
  border-radius: 15px 15px 0px 0px;
}

.patients-slider .slick-dots {
  bottom: -45px;
}

.patients-slider .slick-dots button {
  border-radius: 50%;
}

.patients-slider .hp-slide-txt {
  padding: 13px 25px 10px;
}

.patients-slider .hp-slide-txt p {
  margin-bottom: 5px;
}

.patients-slider .hp-slide-txt h6 {
  color: #737373;
}

@media (max-width: 768px) {
  .hp-sym img {
    width: 17px;
  }
  .patients-slider .slick-slide {
    margin-right: 15px;
    border: 0.79px solid silver;
    border-radius: 15px;
  }
  .patients-slider iframe {
    width: 100%;
    height: 170px;
    border-radius: 15px 15px 0px 0px;
  }
  .patients-slider .slick-dots {
    bottom: -25px;
  }
  .patients-slider .hp-slide-txt {
    padding: 5px 12px 5px;
    height: 155px;
  }
  .patients-slider .hp-slide-txt p {
    margin-bottom: 5px;
  }
  .patients-slider .hp-slide-txt h6 {
    color: #737373;
  }
  .banner-points-box-sec .banner-points-box {
    padding: 0;
  }
  .treatment-a .card-header {
    background-color: #fff;
  }
  .treatment-a .card-header > a {
    font-size: 14px;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 0 0;
    position: relative;
  }
  .treatment-a .card-body {
    padding: 6px 0px 6px 0;
    line-height: 21px;
    background-color: #fff;
  }
  .treatment-a .card-body ul {
    padding-left: 00px;
    margin-bottom: 0px;
  }
  .treatment-a .card-body ul li {
    margin-bottom: 0px;
    font-size: 13px;
    list-style-type: none;
  }
  .treatment-a .card {
    margin-bottom: 15px;
    padding: 10px 8px 10px 10px;
    border: 1px solid #dbdbdb;
    border-radius: 5px;
  }
  .treatment-a .card a:hover {
    color: #848484;
  }
  .treatment-a .card-header > a::after {
    content: "";
    position: absolute;
    top: -3px;
    right: 0rem;
    display: block;
    width: 24px;
    height: 24px;
    background-color: #e5f8ff;
    border-radius: 50%;
  }
  .treatment-a .card-header > a::before {
    z-index: 1;
    content: "\2b";
    position: absolute;
    top: 8px;
    right: 6px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    display: block;
    font-family: "FontAwesome";
    font-size: 22px;
    font-weight: 700;
    color: #00aff0;
  }
  .treatment-a .card-header > a.package-details::before {
    content: "\f068";
    font-size: 12px;
    right: 7px;
    top: 9px;
  }
  .treatment-a .card::before {
    position: absolute;
    left: 0;
    top: 10px;
  }
  .treatment-a .card-header {
    border: 0;
    padding: 0;
  }
}

.dr-details ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.dr-details ul li {
  position: relative;
  padding-left: 25px;
  text-transform: capitalize;
  margin-bottom: 10px;
  color: #595959;
  font-size: 15px;
}

.dr-details ul li strong {
  text-transform: uppercase;
}

.dr-details ul li::before {
  content: url(../img/polygon.svg);
  position: absolute;
  left: 3px;
  top: 1px;
}

.head-bar {
  border-radius: 15px 0px;
  padding: 2px 22px;
}

.btn-custom {
  border: 1px solid #fff3f4;
  color: #fff3f4;
  border-radius: 8px;
  text-decoration: none;
  text-align: center;
  width: 100%;
  display: block;
  padding: 7px 5px;
}

.btn-custom:hover {
  color: #fff;
  background-color: #fff3f4;
}

.box-dr {
  -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.16);
  height: 100%;
}

@media (max-width: 768px) {
  .dr-details ul li {
    font-size: 14px;
  }
  .banner-ext .col-md-3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .banner-ext .col-md-3:nth-of-type(3) {
    border-left: 1px solid #dee2e6 !important;
  }
  .banner-ext img {
    width: 33px;
  }
  .banner-ext p {
    line-height: 16px;
  }
}

.outer-px {
  padding: 0 15px;
}

.dr-slider {
  margin: 0 -10px;
}

.dr-slider .slick-slide {
  margin-right: 12px;
  margin-left: 12px;
}

.dr-slider .slick-dots {
  bottom: -45px;
}

.dr-slider .slick-dots button {
  border-radius: 50%;
}

.form-close {
  background-color: #fff;
  z-index: 1051;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  cursor: pointer;
  color: #008fc5;
  font-size: 20px;
  position: fixed;
  right: 25px;
  top: 20px;
  text-align: center;
  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;
  display: none;
}

.no-overflow {
  overflow: hidden;
}

.form-high {
  z-index: 1051;
}

.shadow-head {
  text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.3);
}

.fly {
  position: relative;
}

.fly::after {
  content: url("../img/fly.svg");
  position: absolute;
  right: -34px;
  top: -14px;
}

.bg-fl {
  background-image: url("../img/fl-2.png");
  background-repeat: no-repeat;
  background-position: bottom right;
}

.coi {
  position: absolute;
  top: -17px;
  left: 20px;
}

.right-house {
    text-align: right;
    border-radius: 180px;
    overflow: hidden;
    max-width: 330px;
    float: right;
    margin:30px;
}
.left-house{
    text-align: right;
    border-radius: 180px;
    overflow: hidden;
    max-width: 330px;
    float: left;
    margin:30px;
}
.house-div p span {
    color: #A91D2A;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 29px;
    line-height: 34px;
    text-align: center;
}
.bottom-house-div.house-div {
    position: absolute;
    z-index: -1;
    left: 190px;
    top: 225px !important;
    padding: 20px 20px 20px 180px;
    width: 590px;
    border-radius: 0px 0px 80px;
    text-align: center;
    font-family: 'Roboto';
    font-size: 20px;
    color: #2d2d2d;
}
.top-house-div.house-div {
    position: absolute;
    z-index: -1;
    right: 210px;
    top: 40px !important;
    padding: 20px 180px 20px 20px;
    width: 590px;
    border-radius: 0px 0px 0px 80px;
    text-align: center;
    font-family: 'Roboto';
    font-size: 20px;
    color: #2d2d2d;
}
.house-div{
    background:#ffeef1;
}

@media (max-width: 768px) {
    .house-div p span {
    color: #A91D2A;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 19px;
    line-height: 24px;
    text-align: center;
}
    
.bottom-house-div.house-div {
    position: absolute;
    z-index: -1;
    left: 5%;
    top: 13px !important;
    padding: 20px 20px 20px 35%;
    width: 90%;
    border-radius: 80px;
    text-align: center;
    font-family: 'Roboto';
    font-size: 20px;
    color: #2d2d2d;
}

.top-house-div.house-div {
    position: absolute;
    z-index: -1;
    right: 5%;
    top: 13px !important;
    padding: 20px 39% 20px 20px;
    width: 90%;
    border-radius: 80px;
    text-align: center;
    font-family: 'Roboto';
    font-size: 20px;
    color: #2d2d2d;
}

    .left-house {
        text-align: right;
        border-radius: 180px;
        overflow: hidden;
        max-width: 140px;
        float: left;
        margin: 0px;
        max-height: 140px;
    }
    .right-house {
    text-align: right;
    border-radius: 180px;
    overflow: hidden;
    max-width: 140px;
    float: right;
    margin: 0px;
    max-height: 140px;
}
  .banner-sec {
    background-image: none;
  }
  .bg-fl {
    background-image: none;
  }
  .shadow-head {
    letter-spacing: 1px;
    text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.3);
  }
  .form-close {
    top: 197px;
    border: 1px solid #00aff0;
  }
}
/*# sourceMappingURL=custom.css.map */


.button {
  font-size: 16px;
  padding: 14px 18px;
  background-image: none;
  border: 1px solid #a91d2a;
  background-color: #a91d2a;
  border-radius: 6px;
  color: #fff !important;
  transition: .3s;
  line-height: 20px;
}
.button:hover {
  background-color: #fff;
  color: #a91d2a !important;
}
.callBtn img {
  filter: invert(1) brightness(90.5);
  animation-name: trin;
  animation-duration: 2.5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.callBtn:hover img {
  filter: none;
}
@keyframes trin {

  from {
      transform:rotate3d(0, 0, 1, 0deg);
  }
  20%, 32%, 44%, 56%, 68% {
      transform: rotate3d(0, 0, 1, 0deg);
  }
  23%, 35%, 47%, 59%, 71% {
      transform: rotate3d(0,0,1,15deg);
  }
  26%, 38%, 50%, 62%, 74% {
      transform: rotate3d(0,0,1,0deg);
  }
  29%, 41%, 53%, 65%, 77% {
      transform: rotate3d(0,0,1,-15deg);
  }
  80% {
      transform:rotate3d(0, 0, 1, 0deg);
  }

}
.service-box {
  padding: 30px 30px 20px;
  box-shadow: 0 1px 16px #7272723b;
  border-radius: 8px;
  transition: .3s;
  background-color: #fff;
  position: relative;
  height: 100%;
  text-align: center;
}
.service-slider .slick-item {
  height: 100%;
  padding: 10px;
} 
.service-slider .slick-slide > div {
  height: 100%;
}
.service-slider .slick-track {
  display: flex;
}
.service-box-icon {
  width: 80px;
  height: 80px;
  object-fit: contain;
  background-color: #fbf0f2;
  border-radius: 50%;
  margin: auto;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.service-box-icon img {
  width: 50px;
  height: 50px;
  object-fit: contain;
}
.service-slider .slick-initialized .slick-slide {
  display: block;
  height: auto;
}
.service-paragraph::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 4px;
}
.service-paragraph::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 4px;
}
.service-paragraph::-webkit-scrollbar {
  width: 4px;
  border-radius: 4px;
}
.service-paragraph {
  max-height: 250px;
  overflow-y: auto;
  padding: 0 10px;
}
.slider-with-arrow button {
  border-radius: 100px;
}
.slick-dots li button:before {
  top: 1px !important;
}
.slider-with-arrow .slick-prev, .slider-with-arrow .slick-next {
  width: 40px;
  height: 40px;
  background: #a91d2a !important;
  transition: .3s !important;
}
.slider-with-arrow .slick-prev:before {
  content: "";
  width: 30px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../img/left-arrow-angle.svg);
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: 70%;
  filter: invert(1);
}
.slider-with-arrow .slick-next:before {
  content: "";
  width: 30px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../img/right-arrow-angle.svg);
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: 90%;
  filter: invert(1);
}
.home-slider .slick-item {
  padding: 0 10px;
} 
.icons-row img {
  width: 60px;
  height: 60px;
  object-fit: contain;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
}
.our-homes-img {
  border: #A91D2A 1px solid;
  border-radius: 50%;
  width: 300px;
  height: 300px;
  object-fit: cover;
  margin: auto;
}
.house-design {
  border-radius: 0px 68px;
  border: 0.25px solid #A91D2A;
  background: #FFFAFB;
  padding: 12px;
}
.slick-slide div:first-child {
  height: 100%;
}
.client-speaks-box {
  padding: 50px 30px 30px;
  border-radius: 20px;
}
.service-icon-box {
  background-color: #ffffff;
  border-radius: 0;
  box-shadow: 0 10px 10px #00000012;
  border-bottom: 3px solid #dfdfdf;
  padding: 10px 0;
  transition: .3s;
}
.service-icon-box:hover {
  border-color: #a91d2a;
  transform: translateY(-4px);
}
.why-epoch-conent {
  width: 50% !important;
  margin: auto;
}
@media screen and (max-width:1199px) and (min-width:768px){
  .our-homes-img {
      width: 200px;
      height: 200px;
      min-width: 200px;
  }
}
@media screen and (min-width:992px){
  .row-cols-lg-7 > * {
      flex: 14%;
  }
}
@media screen and (max-width:767px){
  .service-box {
      padding: 20px 30px 0px;
  }
  .service-slider {
      padding: 0;
  }
  .slider-with-arrow .slick-prev {
      left: 5px;
  }
  .slider-with-arrow .slick-next {
      right: 5px;
  }
  .our-homes-img {
      min-width: 240px;
      width: 240px;
      height: 240px;
  }
  .callBtn {
      width: 45px;
      height: 45px;
      display: inline-flex;
      justify-content: center;
      padding: 0;
      align-items: center;
      border-radius: 50%;
  }
  .callBtn img{
    width:25px;
  }
  body .mob_img {
      height: 210px;
      object-fit: contain;
      object-position: left;
  }
  .service-box-icon {
      margin-bottom: 20px;
  }
  /* .slider-with-arrow {
      padding: 0 13%;
  }  */
  .icons-row img {
      width: 40px;
      height: 40px;
  }
  .house-design  br {
      display: none;
  }
  .client-speaks-box {
      padding: 40px 20px 20px;
      border-radius: 15px;
  }
  .f-sm-24  {
    font-size: 24px;
  }
  .lh-sm-120{
    line-height: 120%;
  }
  .house-design {
      border-radius: 0;
      border: none;
      padding: 0;
  }
}