@font-face {
  font-family: avenir-light;
  src: url(../../assets/fonts/avenir-light.ttf);
}

@font-face {
  font-family: avenir-regular;
  src: url(../../assets/fonts/avenir-regular.ttf);
}

@font-face {
  font-family: avenir-heavy;
  src: url(../../assets/fonts/avenir-heavy.ttf);
}

@font-face {
  font-family: "icomoon";
  src: url("../../assets/fonts/icomoon.eot?8vscpj");
  src: url("../../assets/fonts/icomoon.eot?8vscpj#iefix")
      format("embedded-opentype"),
    url("../../assets/fonts/icomoon.ttf?8vscpj") format("truetype"),
    url("../../assets/fonts/icomoon.woff?8vscpj") format("woff"),
    url("../../assets/fonts/icomoon.svg?8vscpj#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-summary:before {
  content: "\e90f";
}

.icon-education:before {
  content: "\e901";
}

.icon-introduction:before {
  content: "\e907";
}

.icon-welcome:before {
  content: "\e908";
}

body {
  font-family: avenir-light;
}

.bg-gray {
  background: #f5f5f5;
}

.text-red {
  color: #ed174c !important;
}

.text-blue {
  color: #1f3f78 !important;
}

.text-gray {
  color: #798e9a !important;
}

.font-9 {
  font-size: 8px !important;
}

.font-14 {
  font-size: 14px !important;
}

.font-16 {
  font-size: 16px !important;
}

.bg-light {
  background: #efeded69 !important;
}

.text-decoration {
  text-decoration: underline;
}

.btn.btn-outline-primary {
  color: #ed174c !important;
  border: 2px solid #ed174c !important;
  background: #fff;
  padding: 4px 14px !important;
  border-radius: 8px;
  font-weight: 600;
  height: 34px;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.btn.btn-outline-primary i {
  color: #ed174c;
}

.btn.btn-outline-primary:hover i {
  color: #fff;
}

.btn.btn-outline-primary:hover,
.btn.btn-outline-primary:focus,
.btn.btn-outline-primary:active,
.btn.btn-outline-primary:hover:not(.btn-active) {
  border-color: #ed174c !important;
  background-color: #ed174c !important;
  color: #fff !important;
}

.btn-outline-primary {
  color: #ed174c !important;
  border: 1px solid #ed174c !important;
  background-color: #ffffff !important;
}

.btn-outline-primary svg {
  color: #ed174c;
}

.btn-outline-primary:hover svg {
  color: #fff;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:active {
  color: #ffffff !important;
  border-color: #ed174c !important;
  background-color: #ed174c !important;
  color: #fff !important;
}

.btn.btn-danger {
  background: #ed174c;
  font-size: 14px;
  font-weight: 600;
}

.welcome-page h4 {
  color: #1f3f78;
  font-size: 30px;
  line-height: 42px;
  font-family: avenir-regular;
}

.welcome-page .card-body h5 {
  color: #798e9a;
  font-size: 22px;
  line-height: 32px;
  font-weight: 500;
}

.welcome-page .card-body p {
  color: #000000;
  font-size: 16px;
  line-height: 24px;
}

.welcome-page .nav-pills {
  margin-bottom: 30px;
}

.welcome-page .nav-pills .nav-item {
  padding: 5px 30px;
}

.welcome-page .nav-pills .nav-link {
  color: #1f3f78 !important;
  border-radius: 0;
  padding: 5px 5px;
  font-size: 16px;
  text-transform: uppercase;
  position: relative;
}

.welcome-page .nav-pills .nav-link.active {
  font-weight: 800;
  background: transparent;
}

.welcome-page .nav-pills .nav-link.active:before,
.heading-icon:before {
  content: "";
  width: 45px;
  height: 45px;
  background-image: url(../../assets/images/icon-gray.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 0;
  left: -4px;
}

.welcome-page .nav-pills .nav-link.active:after {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 10px;
  width: 120px;
  height: 1px;
  background: #1f3f78;
}

.content-circle-solid {
  width: 225px;
  height: 225px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 3px solid #ed174c;
  padding-top: 40px;
  padding-top: 48px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 14px;
  text-align: center;
  font-weight: 700;
  color: #ed174c;
}

.content-circle-dashed {
  width: 225px;
  height: 225px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 3px dashed #ed174c;
  padding-top: 60px;
  padding-left: 35px;
  padding-right: 35px;
  font-size: 14px;
  position: relative;
  top: -30px;
  margin-left: -30px;
  font-weight: 700;
  color: #ed174c;
}

.content-card-circle {
  height: 40% !important;
}

.content-card-circle p {
  color: #ed174c !important;
  text-align: center !important;
}

.stepper.stepper-pills .stepper-item.completed .stepper-icon .stepper-check {
  color: #fff;
}

.disclaimer-wfh p {
  font-size: 16px;
}

.timeline-label:before {
  width: 2px;
  left: 51px;
  background-color: #d5d7da;
}

.timeline-label .timeline-badge.badge-circle {
  border: 2.2px solid #000000 !important;
  background-color: #fff;
  width: 25px;
  height: 25px;
  margin-left: -0.8rem;
  margin-top: 0px;
}

.timeline-label .timeline-badge.badge-circle.circle-red {
  border: 2.2px solid #ed174c !important;
}

.shared-modal .modal-content {
  border-radius: 12px;
}

.shared-modal .scrollbar-y {
  height: 500px;
  overflow-y: scroll;
}

.shared-modal .modal-header {
  background-image: linear-gradient(
    to right,
    #ed174c,
    #ed174c,
    #273d76,
    #1f3f78,
    #1f3f78
  ) !important;
  border-radius: 12px 12px 0 0;
}

.shared-modal .scrollbar-y::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}

.shared-modal .scrollbar-y::-webkit-scrollbar {
  width: 4px;
  background-color: #f5f5f5;
}

.shared-modal .scrollbar-y::-webkit-scrollbar-thumb {
  background-color: #ed174c !important;
}

.shared-modal .fa-close {
  font-size: 20px;
}

.welcome-page .stepper.stepper-pills .stepper-item .stepper-icon {
  background: #eb4f78;
  border: 1.5px dashed #fff;
  color: #fff;
  border-radius: 5px !important;
  font-size: 26px;
}

.welcome-page .stepper.stepper-pills.stepper-column .stepper-line {
  border-left: 1.5px dashed #fff;
}

.welcome-page .stepper.stepper-pills .stepper-item.current .stepper-icon {
  background: #fff !important;
  color: #ed174c;
}

.welcome-page
  .stepper.stepper-pills
  .stepper-item.current
  .stepper-icon
  .stepper-number {
  color: #000000 !important;
}

.welcome-page .card {
  border-radius: 16px !important;
  background: #fff;
}

.welcome-page .card-body {
  padding: 30px 20px 30px 35px;
}

.welcome-page
  .stepper.stepper-pills
  .stepper-item
  .stepper-label
  .stepper-title,
.welcome-page
  .stepper.stepper-pills
  .stepper-item
  .stepper-label
  .stepper-desc {
  opacity: 1;
}

.bgi-position-center:before {
  content: "";
  width: 190px;
  height: 190px;
  background-image: url(../../assets/images/1.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 0;
  left: 0;
}

.sdm-tool textarea {
  background: #efeded;
  height: 60px;
  resize: none;
  color: #000;
  font-size: 12px;
  border-radius: 4px;
}

.sdm-tool textarea::placeholder {
  color: #000;
}

.sdm-tool label {
  font-weight: 600;
  font-size: 15px;
  color: #000;
}

.bg-gradient {
  background-image: linear-gradient(
    to right,
    #ed174c,
    #273d76,
    #1f3f78,
    #1f3f78
  ) !important;
}

.heading-icon {
  position: relative;
  color: #1f3f78;
  padding-left: 12px;
  font-family: avenir-regular;
}

.heading-icon:before {
  bottom: -6px;
  left: 0;
}

.adu-info {
  background: #efeded;
  box-shadow: 0px 3px 4px #00000029;
  border-radius: 10px;
}

.adu-info .collapsible h3 {
  font-size: 16px;
}

.adu-info .svg-icon i {
  color: #ed174c;
  font-size: 22px;
}

.adu-info .collapsible.active .svg-icon i {
  color: #fff;
}

.adu-info .collapsible {
  background: #efeded;
  border-radius: 8px;
  padding: 5px 20px !important;
  margin-bottom: 0;
  cursor: pointer;
}

.adu-info .collapsible.active {
  background-image: linear-gradient(
    to right,
    #ed174c,
    #273d76,
    #1f3f78,
    #1f3f78
  ) !important;
  border-radius: 8px 8px 0 0;
}

.adu-info .collapsible.active h3 {
  color: #fff !important;
}

.adu-info .text-muted {
  display: block;
  background: #f5f3f3;
  border-radius: 0 0 12px 12px;
  font-size: 16px;
  padding: 10px 15px;
  color: #6c6c6d !important;
}

.welcome-page .challenges-block h5 {
  font-size: 24px;
  line-height: 33px;
}

.welcome-page .challenges-block p {
  font-size: 16px;
  line-height: 22px;
}

.scrollbar-vertical {
  overflow-x: hidden;
  overflow-y: scroll;
  height: 578px;
  padding-right: 15px;
  padding-bottom: 10px;
}

.scrollbar-vertical.title-scrollbar {
  height: 525px;
}

.scrollbar-vertical.scrollbar-shadow::-webkit-scrollbar-track {
  background-color: #e2dddd;
  border-radius: 8px;
  width: 4px;
}

.scrollbar-vertical::-webkit-scrollbar {
  width: 4px;
  border-radius: 8px;
  background-color: transparent !important;
}

.scrollbar-vertical::-webkit-scrollbar-thumb {
  background-color: #798e9a !important;
  border-radius: 8px;
  width: 4px;
}

/*.scrollbar-vertical:hover::-webkit-scrollbar-thumb {
  background-color: #798e9a !important;
}*/

.selection-block .btn-check:checked + .btn.btn-active-light-primary {
  background: #fff !important;
  border: 2px dashed #798e9a !important;
}

.selection-block .btn.btn-outline-dashed {
  border: 2px solid #798e9a !important;
  border-radius: 8px;
}

.selection-block .btn.btn-outline-dashed:hover {
  border: 2px solid #1f3f78 !important;
  background-color: #f5f5f5 !important;
}

.selection-block .hemophilia {
  display: block;
}

.selection-block .hemophilia-active-a {
  display: none;
}

.selection-block .btn.btn-outline-dashed:hover .hemophilia {
  display: none;
}

.selection-block .btn.btn-outline-dashed:hover .hemophilia-active-a {
  display: block;
}

.alphabet-icon {
  position: absolute;
  right: 0px;
  top: 25px;
  width: 45px;
}

.alphabet-icon.mail-icon {
  top: 90px;
}

.custom-checkbox input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 9px;
  width: 8px;
  height: 18px;
  border: solid #ed174c;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

.circle-container {
  position: relative;
  width: 20em;
  height: 20em;
  padding: 0;
  border-radius: 50%;
  list-style: none;
  box-sizing: content-box;
  background: #fff;
  margin: 0 auto;
  border: 7px solid transparent;
  background-image: linear-gradient(#fff, #fff),
    linear-gradient(65deg, #fdb73d 0%, #f77443 50%, #ee1d4b 100%);
  background-origin: border-box;
  background-clip: padding-box, border-box;
  border-radius: 50%;
}

.circle-container > * {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -2em;
}

.circle-container > *:nth-of-type(1) {
  transform: rotate(-70deg) translate(11.5em) rotate(70deg);
}

.circle-container > *:nth-of-type(2) {
  transform: rotate(8deg) translate(7.5em) rotate(-8deg);
}

.circle-container > *:nth-of-type(3) {
  transform: rotate(109deg) translate(8.5em) rotate(-109deg);
}

.circle-container > *:nth-of-type(4) {
  transform: rotate(179deg) translate(13em) rotate(181deg);
}

.circle-container > *:nth-of-type(5) {
  transform: rotate(232deg) translate(14em) rotate(127deg);
}

.circle-container > *:nth-of-type(4) a:hover {
  background: #fdb83c;
}

.circle-container > *:nth-of-type(5) a:hover {
  background: #f77d42;
}

.circle-container a {
  display: block;
  border-radius: 50%;
  box-shadow: 0 0 6px #4641417a;
  background: #ffffffe0;
  height: 120px;
  width: 120px;
  /*    padding: 40px 12px;*/
  color: #1f3f78;
  font-size: 13px;
  text-align: center;
  font-weight: 700;
}

.circle-container a:hover {
  color: #fff;
  background: #fff;
  border: 3px solid #febd3c;
  transition: color 0.1s ease;
}

.circle-container a.active {
  border: 3px solid #febd3c;
}

.circle-container a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.circle-container i {
  display: block;
  padding: 10px;
  box-sizing: border-box;
  vertical-align: middle;
  text-align: center;
  border-radius: 50%;
}

.circle-container .active i {
  color: #f9a732;
}

/* General Rules For Range Slider */

.custom-rangeslider {
  position: relative;
  padding: 0;
  margin-left: 50px;
}

.custom-rangeInput {
  width: 100%;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
  cursor: pointer;
  outline: 0;
  border: 0;
  padding: 0;
  margin: 0;
  background-color: transparent;
}

.custom-rangeInput::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  box-sizing: border-box;
  background-color: #21324f;
  outline: 2px solid #ffffff;
  width: 20px;
  height: 20px;
  border: none;
  border-radius: 50%;
  cursor: move;
  /* fallback if grab cursor is unsupported */
  cursor: grab;
  cursor: -webkit-grab;
  margin-top: -8px;
}

.custom-rangeInput::-webkit-slider-thumb:active {
  cursor: grabbing;
  cursor: -webkit-grabbing;
}

.custom-rangeInput::-moz-range-thumb {
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
  background-color: #21324f;
  outline: 2px solid #ffffff;
  width: 20px;
  height: 20px;
  border: none;
  border-radius: 50%;
  cursor: move;
  /* fallback if grab cursor is unsupported */
  cursor: grab;
  cursor: -webkit-grab;
}

.custom-rangeInput::-moz-range-thumb:active {
  cursor: grabbing;
  cursor: -webkit-grabbing;
}

.custom-rangeInput::-ms-thumb {
  appearance: none;
  box-sizing: border-box;
  background-color: #21324f;
  outline: 2px solid #ffffff;
  width: 20px;
  height: 20px;
  border: none;
  border-radius: 50%;
  cursor: move;
  /* fallback if grab cursor is unsupported */
  cursor: grab;
  cursor: -webkit-grab;
  margin: auto;
}

.custom-rangeInput::-ms-thumb:active {
  cursor: grabbing;
  cursor: -webkit-grabbing;
}

.custom-rangeInput::-webkit-slider-runnable-track {
  -webkit-appearance: none;
  appearance: none;
  box-sizing: border-box;
  height: 5px;
  width: 100%;
  cursor: pointer;
  border: none;
  padding: 0;
  margin: 0;
  background: grey;
}

.custom-rangeInput::-moz-range-track {
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
  height: 5px;
  width: 100%;
  cursor: pointer;
  border: none;
  padding: 0;
  margin: 0;
  background: grey;
}

.custom-rangeInput::-ms-track {
  appearance: none;
  box-sizing: border-box;
  height: 5px;
  width: 100%;
  cursor: pointer;
  border: none;
  padding: 0;
  margin: 0;
  background: grey;
  color: transparent;
  border: none;
  outline: none;
}

.custom-rangeInput:focus,
.custom-rangeInput:active {
  outline: none;
}

.custom-rangeInput::-ms-tooltip {
  display: none;
}

.custom-rangeslider__tooltip {
  background-image: url(../../assets/images/range-slider.svg);
  background-color: unset;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  line-height: 50px;
  position: absolute;
  height: 42px;
  width: 30px;
  /* background-color: #FFF; */
  padding: 3px 3px;
  /* border: 1px #ED174C solid; */
  bottom: 13px;
  left: 0;
  text-align: center;
  transform: translate(-26%, 0);
  border-radius: 100px 100px 80px 80px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  color: #ed174c;
  user-select: none;
  pointer-events: none;
  font-size: 11px !important;
  z-index: 99;
}

.custom-rangeslider__label {
  width: 100%;
  display: block;
}

.custom-rangeslider__label span {
  display: block;
  color: #798e9a;
  font-size: 10px;
  top: 4px;
  position: relative;
}

.custom-rangeslider__label-min {
  float: left;
}

.custom-rangeslider__label-max {
  float: right;
}

.custom-rangeslider__label:after {
  content: "";
  display: table;
  clear: both;
}

.custom-rangeslider input:after {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  height: 5px;
  background: red;

  background-image: linear-gradient(
    to right,
    #ed174c,
    #ba454a,
    #ed174c,
    #ed174c,
    #203f78,
    #1f3f78
  );
  background-image: -moz-linear-gradient(
    to right,
    #ed174c,
    #ba454a,
    #ed174c,
    #ed174c,
    #203f78,
    #1f3f78
  );
  background-image: -webkit-linear-gradient(
    to right,
    #ed174c,
    #ba454a,
    #ed174c,
    #ed174c,
    #203f78,
    #1f3f78
  );
  border-radius: 10px;
  outline: none;
  border-radius: 8px;
}

#range-slider1::-webkit-slider-runnable-track {
  background-size: 5% 100%, 5% 100%, 5% 100%;
  background-position: 0 0, 50% 0, 100% 0;
  background-repeat: no-repeat;
}

.custom-rangeslider {
  position: relative;
  padding-top: 15px;
}

.custom-rangeslider .dot {
  width: 12px;
  height: 12px;
  background: #fff;
  position: absolute;
  border-radius: 50%;
  top: 20px;
  left: -5px;
  border: 1px solid #ed174c;
}

.custom-rangeslider .dot.dot-1 {
  left: 150px;
  background: #cecece;
}

.custom-rangeslider .dot.dot-2 {
  left: 300px;
  background: #cecece;
}

.custom-rangeslider .dot.dot-3 {
  left: 450px;
  background: #cecece;
}

.custom-rangeslider .dot.dot-4 {
  left: 600px;
  background: #cecece;
}

.custom-rangeslider .dot.dot-5 {
  right: -5px;
  left: unset;

  border: 1px solid #1f3f78;
}

.lifestyle-table .table td,
.lifestyle-table .table th,
.lifestyle-table .table tr {
  border-width: 1px;
  border-color: #fff;
  text-align: center;
}

.lifestyle-table .table th:first-child {
  visibility: hidden;
}

.lifestyle-table .table tr:first-child th {
  background: #1f3f78;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  padding: 5px 5px;
  vertical-align: middle;
  line-height: 16px;
  height: 45px;
  word-wrap: normal;
}

.lifestyle-table .table tr:first-child th:nth-child(2) {
  background-image: linear-gradient(
    to right,
    #ed174c,
    #ed174c,
    #ed174c9e,
    #ed174c9e,
    #ed174c9e
  ) !important;
}

.lifestyle-table .table tr:first-child th:nth-child(3) {
  background-image: linear-gradient(
    to right,
    #ed174c,
    #ed174c,
    #ed174cb5,
    #ed174cb5
  ) !important;
}

.lifestyle-table .table tr:first-child th:nth-child(4) {
  background-image: linear-gradient(
    to right,
    #ed174cb5,
    #ed174cb5,
    #ed174c99,
    #ed174c6e
  ) !important;
}

.lifestyle-table .table tr:first-child th:nth-child(5) {
  background-image: linear-gradient(
    to right,
    #ed174c82,
    #ed174c4f,
    #1f3f78,
    #1f3f78,
    #1f3f78
  ) !important;
}

.lifestyle-table .table tr:last-child {
  border-bottom: 2px solid #fff;
}

.lifestyle-table .table tr:last-child th {
  font-size: 9px;
  line-height: 12px;
  font-weight: 700;
  color: #3b3a72;
  vertical-align: middle;
  padding: 3px 4px;
  background: #1f3f7814;
  height: 50px;
  word-wrap: normal;
}

.lifestyle-table .table tr:last-child th:nth-child(2) {
  color: #e4184d;
  /*  background: #1F3F782B;*/
}

.lifestyle-table .table tr:last-child th:nth-child(3) {
  color: #e4184d;
  /*  background: #1F3F782B;*/
}

.lifestyle-table .table tr:last-child th:nth-child(4) {
  color: #b72258;
}

.lifestyle-table .table tr:last-child th:nth-child(5) {
  color: #9a285e;
}

.lifestyle-table .table tbody tr td {
  background: #1f3f7814;
  vertical-align: middle;
  font-size: 12px;
  line-height: 16px;
  color: #000000;
  border: 1px solid #fff;
  padding: 0.3rem 0.4rem;
}

.lifestyle-table .table tbody tr td:first-child {
  background: #fff;
  border: 1px solid #edf0f4;
}

.lifestyle-table .table tbody tr td p {
  font-size: 11px;
  line-height: 14px;
  color: #000000;
  margin-bottom: 0;
  font-weight: 400 !important;
}

.lifestyle-table .table tbody tr td h6 {
  color: #c76e8c;
  font-family: avenir-regular;
  font-size: 16px;
}

.lifestyle-table .table tbody tr td .fa-plus,
.lifestyle-table .table tbody tr td .fa-check-circle,
.lifestyle-table .table tbody tr td .fa-plus-circle,
.lifestyle-table .table tbody tr td .fa-question,
.lifestyle-table .table tbody tr td .fa-circle,
.lifestyle-table .table tbody tr td .fa-minus {
  color: #c76e8c;
  font-size: 16px;
}

.lifestyle-table .table tbody tr td .fa-circle {
  font-size: 10px;
}

.lifestyle-table .table tbody tr td:nth-child(1) {
  background: #fff;
  color: #1f3f78;
  font-weight: 600;
  height: 90px;
  cursor: pointer;
  word-wrap: normal;
}

.lifestyle-table .table tbody tr td:nth-child(2) {
  background: #1f3f7814 !important;
  color: #1f3f78;
  font-weight: 600;
}

.lifestyle-table .table .main-cateogry tr td {
  background: transparent !important;
  border: 1px solid #fff !important;
}

.lifestyle-table .table .main-cateogry tr:hover {
  background: transparent;
  border: 0;
}

.lifestyle-table .table .main-cateogry.expanded-column-comparison-lifestyle {
  padding: 0 !important;
}

.lifestyle-table .table tbody tr td:nth-child(1):hover {
  background: #1f3f78d0;
  color: #fff;
}

.lifestyle-table .table tbody tr td:first-child:hover {
  background: #ed174c4d;
  color: #fff;
  cursor: pointer;
}

.lifestyle-table .table td:first-child,
.lifestyle-table .table th:first-child,
.lifestyle-table .table tr:first-child {
  padding-left: 0.75rem;
}

.lifestyle-table .table tbody td:first-child {
  position: relative;
}

.lifestyle-table .table tbody td:first-child .fa-tag {
  position: absolute;
  top: 5px;
  left: 5px;
}

.lifestyle-table .table .bg-dark {
  background: #1f3f782b !important;
}

.lifestyle-table .table .dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  border: 1px solid #ed174c;
  background: #fff;
  border-radius: 50%;
  margin-right: 2px;
}

.lifestyle-table .table .dot.dot-fill {
  background: #ed174c;
}

.life-style-zoom:hover {
  background: #1f3f788e !important;
  cursor: pointer;
}

.life-style-zoom:hover img {
  opacity: 0.6;
}

.lifestyle-table tbody tr:hover {
  background: #1f3f7821;
  border-width: 2px;
  border-color: #1f3f7882;
  border-top: 2px solid #1f3f7882;
}

.lifestyle-table tbody tr:hover td:first-child {
  border-left: 1px solid #1f3f7882;
}

.lifestyle-table tbody tr:hover td:last-child {
  border-right: 1px solid #1f3f7882;
}

.lifestyle-table tbody tr:hover td:first-child {
  background: #ed174c4d;
}

.life-style-zoom {
  position: relative;
}

.lifestyle-table tbody tr:hover .fa-tag {
  color: #ed174c;
}

#shlModal .lifestyle-table tbody tr:hover {
  background: unset !important;
}

.life-style-zoom .zoom-icon {
  display: none;
}

.life-style-zoom:hover .zoom-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -13px;
  margin-top: -15px;
  display: block;
  opacity: 1;
  z-index: 99;
}

.small-menu .stepper-number {
  font-size: 11px !important;
}

.small-menu .stepper-icon {
  border: 0 !important;
  --kt-stepper-pills-size: 16px;
  margin-left: 15px;
  border-radius: 4px !important;
  margin-right: 35px !important;
}

.small-menu p {
  font-size: 14px !important;
  font-weight: 500;
}

.small-menu p a {
  color: #fff;
}

.small-menu.current p a {
  font-family: avenir-heavy;
}

.lifestyle-table .table tbody tr td .short-content,
.lifestyle-table .table tbody tr td .long-content {
  visibility: hidden;
}

.show-column-content * {
  visibility: visible;
}

th.expanded-column-comparison-lifestyle {
  background: #1f3f782b !important;
  font-size: 13px !important;
  line-height: 18px !important;
}

.sdm-play-icon,
.play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  margin-top: -50px;
  margin-left: -50px;
}

.play-icon {
  margin-top: -70px;
}

.edu-treatment-class .treatment-icon-outer {
  max-width: 160px;
  margin: 0 auto;
}

.edu-treatment-class .justify-content-center .treatment-icon {
  max-width: 150px;
  height: 150px;
  object-fit: contain;
  box-shadow: 0px 0px 8px #00000022;
  border-radius: 8px;
  margin-bottom: 30px;
}

.edu-treatment-class .justify-content-center .treatment-icon:hover {
  box-shadow: 0px 0px 8px #ed174c;
}

.edu-treatment-class .video-icon {
  position: absolute;
  top: 20px;
  width: 40px;
  opacity: 0;
}

.edu-treatment-class .pdf-icon {
  position: absolute;
  top: 90px;
  width: 40px;
  opacity: 0;
}

.edu-treatment-class .treatment-icon-outer:hover .video-icon,
.edu-treatment-class .treatment-icon-outer:hover .pdf-icon {
  opacity: 1;
}

.summary-health .d-flex img {
  width: 15px;
}

.summary-health .d-flex {
  border: 1px solid #f5f8fa;
  border-radius: 10px !important;
}

.summary-health .d-flex:hover {
  border: 1px solid #ed174c;
}

.treatment-modal .lifestyle-table .table th:first-child {
  visibility: visible;
}

.treatment-modal .lifestyle-table .table tr:first-child th {
  height: 35px !important;
}

.treatment-modal .lifestyle-table .table tr:nth-child(2) th {
  height: 25px !important;
  background: #1f3f7824 !important;
}

.treatment-modal .lifestyle-table tbody tr:hover {
  background: unset;
}

.treatment-modal .lifestyle-table .table tbody tr td:nth-child(2):hover,
.treatment-modal .lifestyle-table .table tbody tr td:nth-child(2) {
  background: #1f3f7814;
  cursor: default;
  font-weight: 400;
}

.treatment-modal .lifestyle-table .table tr:nth-child(2) th:first-child {
  color: #e7194e;
}

.treatment-modal .lifestyle-table .table h6 {
  font-size: 14px;
  margin-bottom: 0;
}

.treatment-modal .shl-factor {
  border-radius: 0 !important;
}

.treatment-modal .shl-factor .card-body {
  padding: 10px 15px !important;
}

.treatment-modal .lifestyle-table .table tr:first-child th:first-child.bg-blue {
  background-image: linear-gradient(to right, #3b3971, #1f3f78) !important;
}

.treatment-modal .lifestyle-table .table tr:first-child th {
  font-size: 16px;
}

.treatment-block-full {
  max-width: 100% !important;
  padding: 20px;
  height: 210px !important;
}

.treatment-block-full .video-icon,
.treatment-block-full .pdf-icon {
  right: -40px;
  margin-top: 10px;
}

.treatment-block-full img {
  width: 150px;
}

@media (min-width: 992px) {
  .treatment-modal .modal-dialog {
    --bs-modal-width: 850px;
  }
}

.treatment-modal .lifestyle-table .table tbody tr td {
  font-size: 11px;
  line-height: 12px;
}

.treatment-modal .lifestyle-table .table tr:first-child th:first-child {
  background-image: linear-gradient(
    to right,
    #eb184d,
    #e11a4f,
    #b72157
  ) !important;
}

.treatment-modal .lifestyle-table .table tr:first-child th:nth-child(2) {
  background-image: linear-gradient(
    to right,
    #ad2359,
    #b72157,
    #a6245b
  ) !important;
}

.treatment-modal .lifestyle-table .table tr:first-child th:nth-child(3) {
  background-image: linear-gradient(to right, #613269, #3b3971) !important;
}

/*.treatment-modal .lifestyle-table .table tr:first-child th {
  background-image: linear-gradient(to right, #eb184d, #ad2359) !important;
}*/

.treatment-modal .lifestyle-table .table tbody tr td:first-child {
  background: #1f3f7814;
  border: 1px solid #ffffff;
}

/*.treatment-modal .lifestyle-table .table tr th.bg-blue {
  background: #1f3f78 !important;
  background-image: linear-gradient(to right, #1f3f78, #1f3f78) !important;
}
*/
.smd-journey-top {
  position: absolute;
  top: 30px;
  left: 50%;
  max-width: 380px;
  padding: 10px;
  border-radius: 6px;
  margin-left: -150px;
}

.smd-journey-top:hover {
  background: #f5f5f5;
  margin-left: -200px;
  top: 0;
}

.smd-journey-top h6 {
  color: #d5537c;
  font-size: 14px;
}

.smd-journey-top:hover p {
  display: block;
}

.smd-journey-top p {
  font-size: 12px !important;
  margin-bottom: 0;
  line-height: 18px !important;
  display: none;
}

.smd-journey-top.left {
  left: 80px;
  top: 45%;
  max-width: 150px;
}

.smd-journey-top.left:hover {
  margin-left: -150px;
}

.smd-journey-top.right {
  left: unset;
  right: 50px;
  top: unset;
  bottom: 10px;
  max-width: 300px;
}

.introduction-block .accordion .accordion-item {
  margin-bottom: 10px;
  border: 0;
  box-shadow: 0px 3px 4px #00000029;
  border-radius: 10px;
}

.introduction-block .accordion .accordion-button {
  color: #fff;
  background-image: linear-gradient(
    to right,
    #ed174c,
    #273d76,
    #1f3f78,
    #1f3f78
  ) !important;
  border-radius: 8px 8px 0 0;

  padding: 8px 20px;
  font-size: 16px;

  font-weight: 600;
}

.introduction-block .accordion .accordion-button.collapsed {
  /* background: #EFEDED;*/
  background-image: linear-gradient(to right, #efeded, #efeded) !important;
  color: #000000;
  border-radius: 10px;
}

.introduction-block .accordion .accordion-body {
  background: #f5f3f3;
  border-radius: 0 0 12px 12px;
  font-size: 16px;
  padding: 10px 15px;
  color: #6c6c6d !important;
}

.accordion-button.collapsed::after {
  content: "\f107";
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900);
  background-image: none;
  color: #ed174c;
  font-size: 18px;
  position: relative;
  top: -2px;
}

.accordion-button:not(.collapsed)::after {
  content: "\f106";
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900);
  background-image: none;
  transform: rotate(0deg);
  font-size: 18px;
  position: relative;
  top: -2px;
}

.footer {
  margin-top: 15px;
}

.footer p,
.footer p a {
  color: #fff;

  margin-bottom: 0;
}

.footer p a {
  text-decoration: underline;
}

.footer p a:hover {
  color: #ed174c;
}

.stepper.stepper-pills .stepper-item .stepper-label .stepper-title {
  letter-spacing: 1px;
  font-family: avenir-regular;
  font-size: 1.5rem !important;
  margin-bottom: 0;
}

.stepper.stepper-pills .stepper-item .stepper-label .stepper-title a {
  color: #fff;
}

.shl-factor {
  background: #1f3f7814 !important;
}

.shl-factor ul {
  list-style: none;
  padding: 0;
  margin: 0;

  text-align: left;
}

.shl-factor ul li {
  margin-top: 15px;
}

.shl-factor ul p {
  display: flex;
  font-size: 12px;
  margin: 0;
}

.shl-factor ul p img {
  margin-right: 6px;
  width: 20px;
}

.shl-factor .dot {
  display: inline-block;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #ed174c;
  border: 1px solid #ed174c;
  margin-right: 3px;
}

.shl-factor .dot.bg-warning {
  background: #febd3c !important;
  border: 1px solid #febd3c;
}

.shl-factor .dot.bg-success {
  background: #66a351 !important;
  border: 1px solid #66a351;
}

.summary-sdm-tool h5 {
  font-size: 18px !important;
}

.status-block {
  margin-top: -30px;
}

.status-block p {
  font-size: 12px;
}

.gear-block {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 400px;
}

.gear-block h4 {
  color: #1f3f78;
  font-weight: 900;
  position: relative;
  top: 163px;
  padding-left: 6px;
  font-size: 22px;
  line-height: 26px;
  font-family: avenir-regular;
}

.gear-block .health-text {
  position: relative;
  margin-left: 455px;
  top: -12px;
  font-size: 13px !important;
  color: #ed174c !important;
  line-height: 18px !important;
  font-family: avenir-regular;
}

.gear-block .right-text {
  position: relative;
  top: 132px;
  font-size: 13px !important;
  margin-right: 449px;
  color: #ed174c !important;
  line-height: 18px !important;
  font-family: avenir-regular;
}

.life-style-zoom:hover .zoom-icon.hidden-zoom {
  display: none;
}

.word-counter {
  font-size: 13px;
}

.round {
  position: relative;
}

.round label {
  padding-left: 10px;
  font-size: 16px !important;
  color: #000000;
  background: #efeded69;
  padding: 6px 35px;
  border-radius: 10px;
  margin-bottom: 10px;
  width: 100%;
  border: 1px solid #efeded69;
  cursor: pointer;
}

.round label:hover {
  border: 1px solid #ed174c;
}

.round label:before,
.round label:after {
  content: "";
  background-color: #fff;
  border: 2px solid #ed174c;
  border-radius: 50%;
  cursor: pointer;
  width: 16px;
  height: 16px;
  left: 9px;
  position: absolute;
  top: 10px;
}

.round input[type="checkbox"] {
  display: none;
}

.round input[type="checkbox"]:checked + label:after {
  background-color: #ed174c;
  border-color: #ed174c;
}

.round input[type="checkbox"]:checked + label:after {
  opacity: 1;
}

.life-style-zoom:hover .zoom-icon.hidden-zoom {
  display: none;
}

@keyframes expandWidth {
  from {
    width: 100px;
  }

  to {
    width: 250px;
  }
}

.expanded-column-comparison-lifestyle {
  animation: expandWidth 0.4s linear;
}

@media (min-width: 992px) {
  .quality-life .modal-dialog {
    --bs-modal-width: 900px;
  }

  .quality-life .modal-dialog.modal-sm {
    --bs-modal-width: 600px;
  }
}

.journey-text {
  position: absolute;
  font-weight: 600;
  font-size: 14px !important;
  line-height: 18px !important;
}

.text1 {
  left: 300px;
  top: 45%;
  text-align: right;
  max-width: 120px;
  color: #ed174c !important;
}

.smd-journey-top.text1:hover {
  top: 20%;
  margin-left: -160px;
}

.text2 {
  top: unset;
  bottom: 20px;
  width: 150px;
  left: 250px;
  color: #ed174c !important;
}

.smd-journey-top.text2:hover {
  top: unset;
  bottom: 0px;
  margin-left: -160px;
}

.text3 {
  top: 170px;
  width: 120px;
  left: unset;
  right: 210px;
  color: #1f3f78 !important;
}

.smd-journey-top.text3:hover {
  top: 27px;
  bottom: unset;
  margin-left: -155px;
  width: 136px;
}

.text4 {
  top: 0px;
  width: 200px;
  right: 20px;
  left: unset;
}

.smd-journey-top.text4:hover {
  width: 328px;
  top: -20px;
}

.text5 {
  top: 185px;
  width: 110px;
  right: 30px;
  left: unset;
  color: #1f3f78 !important;
}

.smd-journey-top.text5:hover {
  top: 140px;
  width: 155px;
  bottom: unset;
  margin-left: -284px;
  right: 2px;
}

#shlModal .lifestyle-table .table tbody tr td:nth-child(2) {
  background: #1f3f7814;
}

.statement-bar {
  position: relative;
}

.statement-bar ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 40px 0;
}

.statement-outer {
  position: relative;
}

.statement-outer:before,
.statement-outer:after {
  content: "";
  width: 12px;
  height: 12px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  bottom: 39px;
  border: 1px solid #ec184d;
  left: -1px;
  z-index: 9;
}

.statement-outer:after {
  left: unset;
  right: -1px;
  border: 1px solid #1f3f78;
}

.statement-bar {
  overflow-x: auto;
  overflow-y: hidden;
  padding: 20px 0 30px;
}

.statement-bar ul {
  min-width: 1300px;
}

.statement-bar ul li {
  width: 15%;
  height: 6px;
  background: #2a3d76;
  position: relative;
  text-align: right;
}

.statement-bar ul li:nth-child(1) {
  background: #e31a4f;
}

.statement-bar ul li:nth-child(2) {
  background-image: linear-gradient(to right, #e31a4f, #de1a4f, #dc1b50);
}

.statement-bar ul li:nth-child(3) {
  background-image: linear-gradient(to right, #d91c51, #cf1e53, #b52358);
}

.statement-bar ul li:nth-child(4) {
  background-image: linear-gradient(to right, #a4265c, #832c63, #6a3168);
}

.statement-bar ul li:nth-child(5) {
  background-image: linear-gradient(to right, #5a346b, #3f3971, #2a3d76);
}

/*.statement-bar ul li:after {
  content: "";
  width: 8px;
  height: 8px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: -1px;
  right: 0;
}

.statement-bar ul li:first-child:before {
  left: 0;
  right: unset;
}
*/

.statement-bar ul li:after:last-child {
  border: 1px solid #ec184d;
}

.statement-bar ul li .dot {
  color: #ed174c;
  width: 20px;
  height: 20px;
  display: inline-block;
  line-height: 19px;
  border-radius: 50%;
  border: 2px solid #ed174c;
  top: -28px;
  position: relative;
  background: #fff;
  text-align: center;
  left: 2px;
  font-size: 10px;
  font-weight: 600;
}

.statement-bar ul li .dot.blue-circle {
  border: 2px solid #1f3f78;
  color: #1f3f78;
}

.progress-bar-bottom {
  position: relative;
  top: -53px;
  font-size: 12px;
}

.video-play-button {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  box-sizing: content-box;
  display: block;
  width: 32px;
  height: 44px;
  background: #fa183d;
  border-radius: 50%;
  padding: 18px 20px 18px 28px;
}

.video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 90px;
  height: 90px;
  background: #ed174c;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
}

.video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #ed174c;
  border-radius: 50%;
  transition: all 200ms;
}

.video-play-button:hover:after {
  background-color: darken(#fa183d, 10%);
}

.video-play-button img {
  position: relative;
  z-index: 3;
  max-width: 100%;
  width: auto;
  height: auto;
}

.video-play-button span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 32px solid #fff;
  border-top: 22px solid transparent;
  border-bottom: 22px solid transparent;
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

.video-overlay {
  position: fixed;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  transition: all ease 500ms;
}

.video-overlay.open {
  position: fixed;
  z-index: 1000;
  opacity: 1;
}

.video-overlay-close {
  position: absolute;
  z-index: 1000;
  top: 15px;
  right: 20px;
  font-size: 36px;
  line-height: 1;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  transition: all 200ms;
}

.video-overlay-close:hover {
  color: #fa183d;
}

.video-overlay iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.75);
  max-width: 600px !important;
  min-width: 600px;
  height: 330px;
}

.quality-modal .modal-dialog {
  --bs-modal-width: 900px;
}

.download-sheet h4 {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 20px;
}

.download-sheet .modal-dialog {
  --bs-modal-width: 700px;
}

.download-sheet .modal-dialog p {
  font-weight: 500;
  color: #000;
}

.download-sheet hr {
  border-top: 1px solid #ed174c;
  opacity: 1;
}

.thank-you p {
  font-size: 18px;
  margin-bottom: 20px;
}

.thank-you h5 {
  font-size: 24px !important;
}

.bg-pink {
  background: #c76e8c80 !important;
}

.bg-blue {
  background: #1f3f78d0 !important;
}

.shared-desicion-img {
  height: 480px;
}

.video-intro {
  max-width: 880px;
  height: 500px;
  border-radius: 12px;
}

.video-iframe {
  width: 100%;
  height: 480px;
  border-radius: 12px;
}

.summary-sdm-tool .lifestyle-table tbody tr:hover {
  background: unset;
}

.download-sheet .scrollbar-vertical {
  height: 500px;
  overflow-x: hidden;
  padding-right: 15px;
}

.footer-logo {
  width: 100px;
}

.action-btn {
  padding-right: 15px;
}

.vp-sidedock {
  display: none !important;
}

.compare-table table {
  table-layout: fixed;
}

.compare-table .table tbody tr td {
  height: 105px;
}

.compare-table table thead th.active {
  width: 325px;
}

.expanded-column-comparison-lifestyle {
  width: 325px;
  transition: all 1s;
}

.shl-factor-zoom:hover,
.shl-factor-zoom.expanded-column-comparison-lifestyle:hover,
.lifestyle-table .table .main-cateogry tr td.shl-factor-zoom:hover {
  background: #1f3f788e !important;
  cursor: pointer;
}

.zoom-icon {
  opacity: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -15px;
  margin-top: -13px;
}

.shl-factor-zoom {
  position: relative;
}

.shl-factor-zoom:hover .zoom-icon {
  opacity: 1;
}

.treatement-video-bg {
  border: 1px solid #c7c1c1;
  border-radius: 12px;
  padding: 15px;
  width: 100%;
  max-height: 480px;
}

.language-modal {
  margin-top: 50px;
}

.language-modal .btn-secondary {
  color: #fff;
  background-color: #ffffff2e;
  width: 130px;
  padding: 6px 10px !important;
  border-radius: 4px !important;
}

.language-modal .btn-secondary .fa-angle-down {
  color: #fff !important;
  margin-left: 3px;
}

.language-modal .btn-secondary:focus,
.language-modal .btn-secondary:hover,
.language-modal .btn-secondary:active,
.language-modal .btn-secondary.show,
.language-modal .btn-secondary:focus:not(.btn-active),
.language-modal .btn-secondary:hover:not(.btn-active) {
  color: #fff;
  background-color: #ffffff2e !important;
}

.language-modal .btn-secondary img,
.language-modal .dropdown-item img {
  width: 30px;
  margin-right: 5px;
}

.language-modal .dropdown-menu {
  background: #eb5c80;
}

.language-modal .dropdown-menu a {
  color: #fff;
}

.language-modal .dropdown-menu a:hover {
  background: transparent;
}

.download-sheet a {
  color: #1f3f78;
  text-decoration: underline;
}

.table-pdf {
  text-align: center;
}

.table-pdf tbody tr:nth-child(odd) {
  background: #ede9e9;
}

.table-pdf tr td {
  padding: 5px 15px;
}

.short-content table {
  width: 100%;
}

.short-content table tbody tr td {
  background: transparent !important;
  border: 1px solid #ffffff !important;
  height: 65px !important;
  padding: 0.3rem 0.4rem !important;
}

.short-content table tbody tr:hover {
  background: transparent !important;
  border: 0 !important;
}

.short-content table tbody tr td:hover {
  color: #000 !important;
}

.expanded-column-comparison-lifestyle {
  padding: 0.3rem 0.4rem !important;
}

.main-cateogry table tr td {
  background: #1f3f7833 !important;
  padding: 0.3rem 0.4rem !important;
  color: #1f3f78 !important;
  font-weight: 600;
}

.main-cateogry table {
  height: 100% !important;
}

.main-cateogry table {
  width: 100%;
}

.compare-table .table tbody tr td a {
  color: #1f3f78;
  font-weight: 600;
}

.stepper [data-kt-stepper-element="content"].current {
  flex-direction: column;
}

.lifestyle-table .table tbody tr td:nth-child(2) {
  background: #1f3f7833 !important;
  color: #1f3f78 !important;
}

.lifestyle-table .table tbody tr td:nth-child(2) tr td:hover:nth-child(1),
.lifestyle-table .table tbody tr:nth-child(n + 2) td:hover:nth-child(2) {
  background: #1f3f78d0 !important;
  color: #fff !important;
  cursor: pointer;
}

.lifestyle-table .table tbody tr:nth-child(n + 2) td:hover:nth-child(2) a {
  color: #fff !important;
}

.lifestyle-table .table tbody tr td:nth-child(2) tr td:nth-child(2) {
  background: transparent !important;
}

/* Media query */

@media (min-width: 992px) {
  .welcome-page .max-lg-650px {
    max-width: 650px !important;
  }

  .offcanvas.offcanvas-start {
    background: transparent;
    position: relative;
    visibility: visible;
    transform: inherit;
    box-shadow: none;
  }

  .offcanvas-body {
    padding: 0;
  }

  /*.info-icon {
    position: absolute;
    left: 129px;
    top: 53px;
  }*/
}

@media (min-width: 1200px) {
  .welcome-page .max-xl-850px {
    max-width: 850px !important;
  }
}

@media only screen and (max-width: 1200px) {
  .welcome-page h4 {
    font-size: 28px;
    line-height: 40px;
  }

  .welcome-page .card-body h5 {
    font-size: 22px;
    line-height: 30px;
  }

  .welcome-page .card-body p {
    font-size: 16px;
    line-height: 24px;
  }

  .custom-rangeslider .dot.dot-1 {
    left: 110px;
  }

  .custom-rangeslider .dot.dot-2 {
    left: 217px;
  }

  .custom-rangeslider .dot.dot-3 {
    left: 328px;
  }

  .custom-rangeslider .dot.dot-4 {
    left: 445px;
  }

  .compare-table table {
    table-layout: auto;
  }
}

@media only screen and (max-width: 991px) {
  .bg-gradient {
    background-image: linear-gradient(
      to bottom,
      #ed174c,
      #ed174c,
      #1f3f78,
      #1f3f78
    ) !important;
  }

  .bgi-position-center:before {
    display: none;
  }

  .offcanvas.offcanvas-start {
    max-width: 335px;

    background-image: linear-gradient(
      to bottom,
      #ed174c,
      #ed174c,
      #1f3f78,
      #1f3f78
    ) !important;
  }

  .offcanvas-body {
    padding-top: 0;
  }
}

@media only screen and (max-width: 768px) {
  .status-block {
    margin-top: 10px;
  }

  .edu-treatment-class .justify-content-center .treatment-icon {
    max-width: 115px;
    height: 115px;
  }

  .treatment-block-full {
    height: auto !important;
  }

  .edu-treatment-class .video-icon {
    width: 25px;
    z-index: 99;
  }

  .edu-treatment-class .pdf-icon {
    top: 65px;
    width: 25px;
    z-index: 99;
  }

  .treatment-block-full .video-icon,
  .treatment-block-full .pdf-icon {
    right: -26px;
    margin-top: 10px;
  }
}

@media (max-width: 576px) {
  .content-circle-dashed {
    margin-left: 0px;
    top: -25px;
  }

  .welcome-page .nav-pills {
    margin-bottom: 32px;
  }

  .welcome-page .nav-pills .nav-item {
    padding: 5px 5px;
  }

  .disclaimer-wfh p {
    font-size: 14px;
  }

  .sdm-tool label {
    font-size: 13px;
  }

  .welcome-page .nav-pills .nav-link {
    font-size: 14px;
  }

  .welcome-page h4 {
    font-size: 24px;
    line-height: 32px;
  }

  .circle-container {
    transform: scale(0.7);
  }

  .custom-rangeslider .dot {
    display: none;
  }

  .custom-rangeslider {
    margin-left: 0px;
  }

  .welcome-page .card-body p {
    font-size: 14px;
    line-height: 20px;
  }

  .alphabet-icon {
    width: 30px;
  }

  .alphabet-icon.mail-icon {
    top: 68px;
  }
}
