@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");

@font-face {
  font-family: "Brittany Signature";
  src: url("../frontassets/fonts/BrittanySignatureRegular.eot");
  src: url("../frontassets/fonts/BrittanySignatureRegular.eot?#iefix") format("embedded-opentype"),
    url("../frontassets/fonts/BrittanySignatureRegular.woff2") format("woff2"),
    url("../frontassets/fonts/BrittanySignatureRegular.woff") format("woff"),
    url("../frontassets/fonts/BrittanySignatureRegular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

:root {
  --sky-blue: #03d7f2;
  --blue: #003B6E;
  --black: #333333;
  --light-grey: #f2f2f2;
  --dark-grey: #e3e0e0;
  --navy-blue: #003B6E;
}

p {
  word-break: break-word;

}

.doc-alx-wrapperStatic {
  background: #ec6c00;
  position: relative;
}

.doc-alx-static-left {
  position: fixed;
  top: 100px;
  display: inline-block;
  left: 0;
  background: #000;
  height: auto;
  width: 100%;
  z-index: 999;
}

.doc-alx-static-left a {
  color: #fff;
}

.doc-alx-static-left .l-col {
  margin: 0px;
  left: -150px;
  position: absolute;
}

.doc-alx-static-left .l-col:hover {
  cursor: pointer;
}

.doc-alx-static-left .prescript {
  top: 0px;
}

.doc-alx-static-left .consult {
  top: 58px;
}

.doc-alx-static-left .imging {
  top: 115px;
}

.doc-alx-static-left .labtst {
  top: 172px;
}

.doc-alx-static-left .stdd {
  top: 229px;
}

.doc-alx-static-left .box-left {
  padding: 0px;
  border-radius: 0 5px 5px 0;
}

.doc-alx-static-left .prescript .box-left {
  background: #ec6c00;
}

.doc-alx-static-left .consult .box-left {
  background: #ec6c00;
}

.doc-alx-static-left .imging .box-left {
  background: #ec6c00;
}

.doc-alx-static-left .labtst .box-left {
  background: #ec6c00;
}

.doc-alx-static-left .stdd .box-left {
  background: #ec6c00;
}

.doc-alx-static-left .l-text {
  height: auto;
  margin: 0 0 -3px 0;
  padding: 0 10px 0px 0px;
  text-align: right;
  width: 190px;
  line-height: 40px;
  font-size: 16px;
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
  display: block;
  text-indent: 0px;
}

.doc-alx-static-left .l-text i {
  font-size: 25px;
  margin-left: 15px;
  float: right;
  margin-top: 7px;
}

.dataTables_length select {
  height: 25px !important;
  padding: 2px 3px !important;
  width: 70px !important;
}

.dataTables_length label {
  font-weight: 400;
}

.dataTables_filter input[type="search"],
.dataTables_filter input[type="text"] {
  box-sizing: content-box;
  height: 18px;
}

.dataTables_filter label {
  font-weight: 400;
}

.dataTables_info {
  float: left;
  font-size: 14px;
  margin-left: 5px;
  margin-top: 5px;
}

.dataTables_paginate .pagination {
  margin: 0 12px;
}

.dataTables_wrapper label {
  display: inline-block;
  font-size: 13px;
}

.dataTables_wrapper input[type="search"],
.dataTables_wrapper input[type="text"],
.dataTables_wrapper select {
  margin-bottom: 0;
  margin-left: 4px;
  margin-right: 4px;
  margin-top: 0;
}

div.dataTables_scrollBody table,
div.dataTables_scrollFoot table {
  border-top: medium none;
  margin-top: 0;
}

.dataTables_wrapper .row {
  margin: 0;
}

.dataTables_wrapper .row:first-child+.dataTable {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}

.dataTables_wrapper .row:last-child {
  padding-bottom: 12px;
  padding-top: 12px;
}

.dataTables_wrapper .dataTables_scroll+.row {
  border-top: 1px solid #e0e0e0;
}

.dataTable {
  margin-bottom: 0;
}

.dataTable>thead>tr>th[class*="sort"] {
  cursor: pointer;
  position: relative;
  vertical-align: top;
}

.dataTable>thead>tr>th[class*="sort"]::after {
  color: #555;
  content: "ïƒœ";
  position: absolute;
  top: 9px;
  right: -5px;
  font-family: FontAwesome;
  font-size: 13px;
  font-weight: 400;
  padding: 0 5px;
}

.dataTable>thead>tr>th.sorting_disabled::after,
.dataTables_scrollHead+.dataTables_scrollBody>.dataTable>thead>tr>th::after,
.fc-state-default .fc-button-effect {
  display: none;
}

.dataTable>thead>tr>th[class*="sort"]:hover {
  color: #547ea8;
}

.dataTable>thead>tr>th[class*="sorting_"] {
  color: #307ecc;
}

.dataTable>thead>tr>th.sorting_asc,
.dataTable>thead>tr>th.sorting_desc {
  background-image: linear-gradient(to bottom, #eff3f8 0px, #e3e7ed 100%);
  background-repeat: repeat-x;
}

.dataTable>thead>tr>th.sorting_desc::after {
  color: #307ecc;
  content: "ïƒ";
  top: -6px;
}

.dataTable>thead>tr>th.sorting_asc::after {
  color: #307ecc;
  content: "ïƒž";
  top: 4px;
}

.dataTable>thead>tr>th.sorting_disabled {
  cursor: inherit;
}

.dataTable>thead {
  background-color: #ddd;
}

.dataTables_scrollHeadInner {
  width: auto;
}

.dataTables_scrollHeadInner>.dataTable>thead>tr>th {
  border-bottom-width: 0;
  background-color: #ddd;
}

.dataTables_borderWrap .dataTables_scrollBody,
.dataTables_borderWrap .dataTables_scrollHead {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #ddd;
  border-image: none;
  border-style: solid;
  border-width: 0 1px;
}

.dataTables_borderWrap .dataTables_scrollBody .table-bordered,
.dataTables_borderWrap .dataTables_scrollHead .table-bordered {
  border-left-width: 0;
  border-right-width: 0;
}

.dataTables_borderWrap .dataTables_scrollBody .table-bordered>tbody>tr>td:first-child,
.dataTables_borderWrap .dataTables_scrollBody .table-bordered>thead>tr>th:first-child,
.dataTables_borderWrap .dataTables_scrollHead .table-bordered>tbody>tr>td:first-child,
.dataTables_borderWrap .dataTables_scrollHead .table-bordered>thead>tr>th:first-child {
  border-left-width: 0;
}

.dataTables_borderWrap .dataTables_scrollBody .table-bordered>tbody>tr>td:last-child,
.dataTables_borderWrap .dataTables_scrollBody .table-bordered>thead>tr>th:last-child,
.dataTables_borderWrap .dataTables_scrollHead .table-bordered>tbody>tr>td:last-child,
.dataTables_borderWrap .dataTables_scrollHead .table-bordered>thead>tr>th:last-child {
  border-right-width: 0;
}

table.dataTable {
  clear: both;
  max-width: none;
}

table.dataTable th:active {
  outline: 0 none;
}

div.dataTables_scrollHead table {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  margin-bottom: 0;
}

div.dataTables_scrollHead table thead tr:last-child td:first-child,
div.dataTables_scrollHead table thead tr:last-child th:first-child {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

div.dataTables_scrollBody table {
  margin-bottom: 0;
}

div.dataTables_scrollBody tbody tr:first-child td,
div.dataTables_scrollBody tbody tr:first-child th {
  border-top: medium none;
}

.dataTable>tbody>tr.selected>td {
  background-color: #dff0d8;
}

.dataTable>tbody>tr.selected:hover>td {
  background-color: #d0e9c6;
}

div.dataTables_processing {
  background-color: rgba(255, 255, 255, 0.66);
  border: 2px solid #ddd;
  font-size: 1.2em;
  height: 60px;
  left: 50%;
  margin-left: -40%;
  margin-top: -25px;
  padding-bottom: 20px;
  padding-top: 20px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 80%;
}

.dataTables_filter,
.dataTables_paginate {
  text-align: right;
  float: right contour;
}

.dataTables_paginate {
  margin-top: 5px;
}

.dataTables_length {
  float: left;
  margin-left: 5px;
  margin-top: 5px;
}

.dataTables_scrollBody {
  overflow-y: visible !important;
  overflow-x: initial !important;
}

.ui-autocomplete {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 10000;
  float: left;
  display: block;
  min-width: 160px;
  _width: 160px;
  padding: 6px 12px;
  margin: 2px 0 0 0;
  list-style: none;
  background-color: #fff;
  border-color: #ccc;
  border-color: rgba(0, 0, 0, 0.2);
  border-style: solid;
  border-width: 1px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  *border-right-width: 2px;
  *border-bottom-width: 2px;
}

.ui-autocomplete .ui-menu-item>a.ui-corner-all {
  clear: both;
  color: #333;
  display: block;
  font-weight: normal;
  line-height: 18px;
  white-space: nowrap;
}

.ui-widget-content li {
  border-bottom: 1px dashed #ccc;
  cursor: pointer;
  padding-left: 10px;
}

.ui-widget-content li a {
  padding: 5px;
}

.ui-widget-content .ui-state-focus {
  color: #fff !important;
  background-color: #2dba02;
}

.ui-menu {
  padding: 5px;
}

.ui-state-active {
  border: none !important;
  font-weight: normal !important;
  color: #ff0030 !important;
  padding: 0 !important;
}

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  margin: 2px;
}

.preloader .loading h2,
.preloader .loading .progress {
  display: none;
}

.preloader {
  position: fixed !important;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #ffffff;
  z-index: 99999;
}

.preloader:after {
  content: "loading..";
  position: absolute;
  top: 45%;
  left: 50%;
  margin: 0;
  text-indent: -9999px;
}

.loading {
  animation: initial;
  height: 70px;
  position: absolute;
  top: 50%;
  left: 0;
  width: 70px;
  background: white;
  border-radius: 50%;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.loading img {
  width: 100%;
  height: auto;
}

@-webkit-keyframes sk-rotateplane {
  0% {
    -webkit-transform: perspective(120px);
  }

  50% {
    -webkit-transform: perspective(120px) rotateY(180deg);
  }

  100% {
    -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg);
  }
}

@keyframes sk-rotateplane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }

  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }

  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}

.rotate {
  animation: rotation 1s infinite linear;
}

@keyframes rotation {

  from,
  0%,
  to {
    transform: scale(1, 1);
  }

  50% {
    transform: scale(1.2, 1.2);
  }
}

@-webkit-keyframes rotation {

  from,
  0%,
  to {
    transform: scale(1, 1);
  }

  50% {
    transform: scale(1.2, 1.2);
  }
}

.doc-alx-main-heading {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 0.6rem;
  margin-bottom: 1.6rem;
  position: relative;
  z-index: 1;
  color: rgb(64, 88, 109) !important;
  font-size: 20px;
  margin-top: 10px;
}

.doc-alx-main-heading::after {
  content: "";
  background-color: #48bdc5;
  width: 5rem;
  height: 2px;
  border-radius: 2px;
  display: block;
  position: absolute;
  bottom: -3px;
  left: 0;
}
.user-image-holder {
    padding: 10px;
    background: rgba(200, 200, 200, 0.2);
    border-radius: 4px;
}
.select2-container .select2-selection--single {
  height: 40px;
}
.patient-detail .table>tbody>tr>th{font-size: 15px;}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 40px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 7px;
}

input[type="number"] {
  -moz-appearance: textfield !important;
  -webkit-appearance: textfield !important;
  appearance: textfield !important;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: textfield !important;
  -moz-appearance: textfield !important;
  appearance: textfield !important;
}

a {
  cursor: pointer;
}

.unread-message {
  background-color: #c3e6cb !important;
  color: #a94442 !important;
}

.btn-file {
  position: relative;
  overflow: hidden;
  vertical-align: middle;
  padding: 4px 8px;
  border: 1px solid #ccc;
}

.btn-file>input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  font-size: 23px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
  direction: ltr;
}

.doc-alx-fileupload {
  margin-bottom: 0px;
}

.doc-alx-fileupload .uneditable-input {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
  cursor: text;
}

.doc-alx-fileupload .thumbnail {
  display: inline-block;
  margin-bottom: 5px;
  overflow: hidden;
  text-align: center;
  vertical-align: middle;
}

.doc-alx-fileupload .thumbnail>img {
  display: inline-block;
  max-height: 100%;
  vertical-align: middle;
}

.doc-alx-fileupload .btn {
  vertical-align: middle;
}

.doc-alx-fileupload-exists .doc-alx-fileupload-new,
.doc-alx-fileupload-new .doc-alx-fileupload-exists {
  display: none;
}

.doc-alx-fileupload-inline .doc-alx-fileupload-controls {
  display: inline;
}

.doc-alx-fileupload-new .input-append .btn-file {
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
}

.thumbnail-borderless .thumbnail {
  padding: 0;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.doc-alx-fileupload-new.thumbnail-borderless .thumbnail {
  border: 1px solid #ddd;
}

.doc-alx-control-group.warning .doc-alx-fileupload .uneditable-input {
  color: #a47e3c;
  border-color: #a47e3c;
}

.doc-alx-control-group.warning .doc-alx-fileupload .doc-alx-fileupload-preview {
  color: #a47e3c;
}

.doc-alx-control-group.warning .doc-alx-fileupload .thumbnail {
  border-color: #a47e3c;
}

.doc-alx-control-group.error .doc-alx-fileupload .uneditable-input {
  color: #b94a48;
  border-color: #b94a48;
}

.doc-alx-control-group.error .doc-alx-fileupload .doc-alx-fileupload-preview {
  color: #b94a48;
}

.doc-alx-control-group.error .doc-alx-fileupload .thumbnail {
  border-color: #b94a48;
}

.doc-alx-control-group.success .doc-alx-fileupload .uneditable-input {
  color: #468847;
  border-color: #468847;
}

.doc-alx-control-group.success .doc-alx-fileupload .doc-alx-fileupload-preview {
  color: #468847;
}

.doc-alx-control-group.success .doc-alx-fileupload .thumbnail {
  border-color: #468847;
}

/* label.container */
label.container {
  display: block;
  position: relative;
  padding-left: 27px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 12px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

label.container input {
  position: absolute;
  opacity: 0 !important;
  cursor: pointer;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 22px;
  width: 22px;
  background-color: #f4f9fe;
  border: 1px solid #ddd;
}

label.container:hover input~.checkmark {
  background-color: #f4f9fe;
}

label.container input:checked~.checkmark {
  background-color: #3688d0;
  border: 1px solid #3688d0;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

label.container input:checked~.checkmark:after {
  display: block;
}

label.container .checkmark:after {
  left: 8px;
  top: 4px;
  width: 6px;
  height: 11px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.radiobutton-inline-list label.container {
  display: inline-block;
  width: auto;
  font-size: 14px;
}

.info-icon {
  margin-right: 12px;
  display: inline-block;
  vertical-align: top;
}

.doc-alx-info-content {
  display: inline-block;
  width: 84%;
}

.doc-alx-contact-info-wrap {
  margin-bottom: 30px;
}

.doc-alx-info-content h4 {
  font-size: 18px;
}

.hidden {
  display: none !important;
}

.doc-alx-limiterBox {
  border: 1px solid #222;
  border-top: none;
  background-color: #333;
  padding: 3px 6px;
  font-size: 13px;
  color: #fff;
  margin-top: 6px;
}

.doc-alx-limiterBox:after {
  display: none;
}

.doc-alx-limiterBox:before {
  display: block;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: -8px;
  left: 50%;
  margin-left: -5px;
  border-color: transparent transparent #333;
  border-style: solid;
  -moz-border-bottom-colors: #333;
  border-width: 0 8px 8px;
}

.clear {
  clear: both;
}

.clear5 {
  clear: both;
  height: 5px;
}

.clear10 {
  clear: both;
  height: 10px;
}

.clear15 {
  clear: both;
  height: 15px;
}

.clear20 {
  clear: both;
  height: 20px;
}

.clear25 {
  clear: both;
  height: 25px;
}

.clear30 {
  clear: both;
  height: 30px;
}

.clear40 {
  clear: both;
  height: 40px;
}

.clear50 {
  clear: both;
  height: 50px;
}

label a {
  color: #fff !important;
}

.red,
.color-red {
  color: #a94442 !important;
}

.blue {
  color: #3c8dbc !important;
}

.navy-blue {
  color: var(--navy-blue);
}

a.links {
  cursor: pointer;
  color: #1ac3d2;
}

a.links:hover {
  color: #222;
}

button {
  cursor: pointer;
}

label.error,
label.errors {
  color: #b94a48;
  font-weight: normal;
  font-size: 13px;
}

.form-control.error {
  border: 1px solid #b94a48;
  font-size: 12px;
}

.form-control.error,
.required {
  border: 1px solid #b94a48;
}

.help-block {
    color: #b94a48;
    text-align: left;
    font-size: 12px;
    line-height: 9px;
    margin-bottom: 5px;
}

.has-error .form-control,
.has-error .chkbox {
  border: 1px solid #b94a48;
}

.invalid-feedback span {
  color: #a94442;
  text-align: left;
  font-size: 12px;
}

.btn-group-sm>.btn,
.btn-sm {
  padding: 5px 10px !important;
  font-size: 12px !important;
  line-height: 1.5 !important;
  border-radius: 3px !important;
}

.bannerImage .bannerImg {
  position: relative;
  display: inline-block;
  z-index: 99;
}

.bannerImage .bannerImg span {
  position: absolute;
  right: 0;
  z-index: 100;
  display: inline-block;
}

.bannerImage .bannerImg span {
  position: absolute;
  right: 0;
  z-index: 9999;
  display: inline-block;
  background: #e5e5e5;
  padding: 0px 2px;
  border: 1px solid #ccc;
  line-height: 16px;
  box-shadow: 0px 1px 4px 1px #ccc;
  cursor: pointer;
}

.bannerCode {
  height: 100px;
  width: 100%;
  border: 1px solid #ccc;
}

.container.radio-inline,
.container.checkbox-inline {
  float: left !important;
  width: auto !important;
}

.doc-alx-time-counter {
  margin: 8px 0 0 !important;
  width: auto !important;
  text-shadow: 1px 2px 1px #ccc;
  color: #b70000 !important;
  float: left;
  background: #f2dede none repeat scroll 0 0;
  font-size: 21px !important;
  padding: 10px;
}

.doc-alx-time-counter span {
  color: #b70000 !important;
  float: left;
  font-size: 21px !important;
  font-weight: normal;
  margin-bottom: 0 !important;
  margin-left: 0 !important;
  margin-right: 3px;
  margin-top: 0 !important;
  text-shadow: 1px 2px 1px #ccc;
  width: auto !important;
}

.green {
  color: #14e11a;
}

.grey {
  color: #c0c0c0;
}

.counterSpan {
  position: absolute;
  left: 17px;
  top: -5px;
}

.btn-sm-sm {
  padding: 1px 3px !important;
  font-size: 12px !important;
  line-height: 1.2 !important;
  border-radius: 3px !important;
}

.frameDiv {
  border: 4px dashed #fff;
  width: 270px;
  height: 155px;
  position: absolute;
  margin-top: 43px;
  margin-left: 25px;
  display: none;
}

.loginBtn {
  background-color: #ef762a !important;
  border-color: #ef762a !important;
}

.modal-footer {
  display: inline-block;
  width: 100%;
  margin-top: 10px;
}

nav.navbar.navbar-default ul.dropdown-menu {
  right: 0;
  left: unset;
}

section.how-we-works.section-sm {
  padding: 50px 0 0;
}

.col-sm-6.accessCam div#my_camera {
  max-width: 100% !important;
}

.col-sm-6.accessCam div#my_camera video {
  width: 100% !important;
}

.datepicker.datepicker-dropdown {
  z-index: 99999999 !important;
}

.sig.doc-alx-sigWrapper.currentPad canvas.pad {
  width: auto;
  margin: 0 auto;
  padding: 0px 2px;
  border: 1px solid;
}

.doc-alx-sigWrapper.currentPad {
  border-color: #666;
  border: none;
}

.select2-container {
  max-width: 100%;
}

.profile-title h2 {
  font-size: 18px;
  text-align: center;
  color: #ec6c00;
  margin: 10px 0 20px;
}

.doc-alx-update-profile span.doc-alx-fileupload-new {
  color: white;
}

.sig.doc-alx-sigWrapper.currentPad canvas.pad {
  width: auto;
  margin: 0 auto;
  max-width: 100%;
  padding: 0px 2px;
  border: 1px solid;
}

.custom-checkbox-square {
  line-height: 23px;
}

.custom-checkbox-square .checkmark {
  border-radius: 4px;
}

.id-card-section {
  max-width: 140px;
  margin-bottom: 30px;
}

.alert-info p {
  margin: 0;
}

.how_it_works_wrap.consultaion-wrap .services-built-card,
.how_it_works_wrap.lab-testing .services-built-card {
  min-height: 319px;
}

.combination-infection-wrap .disease_detail_page .title-head h2 span {
  display: block;
}

.how_it_works_wrap.consultaion-wrap .services-built-card p,
.how_it_works_wrap.lab-testing .services-built-card p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}

@media (max-width: 991px) {
  .popover {
    display: none !important;
  }

  /* #subscribedPlanModal .modal-dialog {
    margin-left: auto;
    margin-right: auto;
  } */

}

@media (max-width: 768px) {
  .medical-conditions-box {
    height: 310px !important;
  }

  .frameDiv {
    display: none !important;
  }

  section#startNow .steps-wrap .row {
    margin: 0;
  }

  .checkmark {
    top: 0;
  }

  .table-responsive>.table>tbody>tr>td,
  .table-responsive>.table>tbody>tr>th,
  .table-responsive>.table>tfoot>tr>td,
  .table-responsive>.table>tfoot>tr>th,
  .table-responsive>.table>thead>tr>td,
  .table-responsive>.table>thead>tr>th {
    white-space: unset !important;
  }

  .how_it_works_wrap.consultaion-wrap .services-built-card,
  .how_it_works_wrap.lab-testing .services-built-card {
    min-height: auto;
  }
}

@media (max-width: 481px) {

  .kbw-signature,
  .kbw-signature canvas {
    width: 100% !important;
  }

  label.container .checkmark:after {
    left: 6px;
    top: 3px;
  }

  .col-sm-12.medication label.container .checkmark:after,
  .radiobutton-inline-list label.container .checkmark:after {
    left: 8px;
    top: 5px;
  }
}

.mar-left-3 {
  margin-left: 3px;
}

.col-md-5.pull-right.custoom {
  width: 100%;
}

.col-md-5.pull-right.custoom h4.doc-alx-main-heading {
  margin-top: 35px;
}

.doc-alx-sigPad .btn.btn-danger:hover,
.doc-alx-sigPad .btn.btn-danger:focus {
  background-color: #ee2d20;
}

.form-footer-buttons .btn {
  display: inline-block;
  vertical-align: top;
}

.speciality-select-holder .select2-selection__clear {
  position: absolute;
  right: 0;
  top: 0;
}

.speciality-select-holder .select2-selection__rendered {
  padding: 0 20px 0 5px;
}

@media only screen and (max-width: 1049px) {
  .table.doc-alx-pati-detail-table {
    min-width: 647px;
  }
}

@media only screen and (max-width: 849px) {
  .table.doc-alx-pati-detail-table {
    min-width: 738px;
  }
}

#register-form p.small.sign-agreement {
  font-size: 14px !important;
}

/* new-design-css */
*,
::after,
::before {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Lato", serif !important;
  font-size: 18px;
  color: #151515;
  text-align: left;
  scroll-behavior: smooth !important;
}

img {
  vertical-align: middle;
  border-style: none;
  max-width: 100%;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* navbar start css */
header {
  position: sticky;
  top: 0;
  z-index: 9991;
}

.custom-container {
  max-width: 100%;
  padding: 0 140px;
}

.custom-nav nav ul li ul li {
  padding-right: 0;
}

.custom-nav {
  min-height: 110px;
  background: #fff;
  box-shadow: 0px 0px 13px #0000001a;
  padding: 0px 140px;
  position: sticky;
  top: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  border-top: 4px solid #003B6E;
}

.custom-nav .nav-dropdown {
  display: none;
  position: absolute;
  z-index: 1;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
  padding: 15px !important;
  background: white;
}

.custom-nav .nav-dropdown a {
  font-size: 16px;
}

/* .custom-nav .brand {position: absolute; float: left;line-height: 70px;text-transform: uppercase;font-size: 1.4em;} */
.custom-nav nav {
  padding: 3px 0;
  width: 100%;
}

.custom-nav nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.custom-nav nav ul li {
  position: relative;
  padding-right: 40px;
}

.custom-nav nav ul li a {
  display: block;
  line-height: 30px;
  font-size: 20px;
  font-weight: 600;
  background: #fff;
  color: var(--black);
  text-decoration: none;
  position: relative;
}

.custom-nav nav ul li a::before {
  transition: 300ms;
  height: 3px;
  content: "";
  position: absolute;
  background-color: var(--sky-blue);
  width: 0%;
  bottom: 0px;
}

.custom-nav nav ul li a:hover::before {
  width: 33px;
}

.custom-nav nav ul li a:not(:only-child):after {
  padding-left: 4px;
  content: "";
  font-size: 12px;
  top: 1px;
  position: relative;
  background: url(../frontassets/img/droup_down.svg);
  width: 18px;
  position: absolute;
  right: -16px;
  height: 17px;
  background-size: cover;
  top: 50%;
  transform: translateY(-50%);
}

.nav-item.dropdown>.nav-link:hover {
  color: var(--blue) !important;
}

.custom-nav nav ul li a:not(:only-child):hover:after {
  filter: brightness(0) saturate(100%) invert(27%) sepia(83%) saturate(748%) hue-rotate(192deg) brightness(92%) contrast(104%);
}

.footer-box h5.f24 {
  color: black;
  margin-bottom: 18px;
}

.custom-nav nav a.dropdown-item:after {
  display: none;
}

.nav-item.dropdown:hover .dropdown-menu {
  overflow: hidden;
}

.custom-nav nav ul li ul li {
  min-width: 190px;
}

.lab-testing-details {
  padding: 60px 0;
}

.lab-testing-details a.theme_btn_white.blue {
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

/* profile menu */
.profile {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  text-align: end;
}

.profile .img-box {
  position: relative;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  overflow: hidden;
}

.navbar-expand-lg .navbar-nav .nav-link:hover,
.navbar-nav .nav-item.active .nav-link {
  color: var(--sky-blue);
}

/* menu (the right one) */
.menu {
  position: absolute;
  top: 103px;
  right: 0;
  width: 200px;
  min-height: auto;
  background: #fff;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  opacity: 0;
  transform: translateY(-10px);
  visibility: hidden;
  transition: 300ms;
  z-index: 999;
}

.menu::before {
  content: "";
  position: absolute;
  top: -10px;
  right: 14px;
  width: 20px;
  height: 20px;
  background: #fff;
  transform: rotate(45deg);
  z-index: -1;
}

.menu.active {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}

/* menu links */
.custom-nav nav ul li a i {
  margin-right: 10px;
}

.custom-nav nav ul li a:hover {
  color: var(--blue);
}

.menu ul {
  position: relative;
  display: flex;
  flex-direction: column;
  z-index: 10;
  background: #fff;
}

.menu ul li {
  list-style: none;
  padding-left: 0;
  padding-right: 0 !important;
}

.menu ul li:hover {
  background: #eee;
}

.menu ul li a {
  text-decoration: none;
  color: #000;
  display: flex;
  align-items: center;
  padding: 10px 10px;
  gap: 6px;
}

/* search-wrap */
.search-wrap {
  position: relative;
  display: inline-flex;
  align-items: center;
}

/* Initially hide the search bar */
.search-bar {
  display: none;
  position: absolute;
  top: 0;
  right: 20px;
  width: 30rem !important;
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.3s ease;
  border-radius: 50px 0px 0px 50px;
  height: 50px;
  padding-right: 26px;
}

.search-bar.show {
  opacity: 1;
  transform: translateX(0);
  display: inline-block;
}

.search-icon {
  font-size: 18px;
}

.btn-search,
.btn-search-mb {
  position: relative;
  z-index: 10;
}

/* Button icon */
.search-icon {
  font-size: 18px;
}

/* Icon Styling */
.search-box {
  padding-left: 16px;
}

.search-box .btn-search,
.search-box .btn-search-mb {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  background: var(--light-grey);
  border: none;
  outline: none;
}

.search-box .btn-search i,
.search-box .btn-search-mb i {
  color: #003b6e;
}

.search-box .btn-search:hover i,
.search-box .btn-search-mb:hover i {
  color: white;
}

.search-box .btn-search:hover,
.search-box .btn-search-mb:hover {
  background: #03d7f2;
}

.search-icon {
  font-size: 20px;
  color: var(--dark-grey);
}

.search-wrap.show .btn-search,
.search-wrap.show .btn-search-mb {
  background: #03d7f2;
}

.search-wrap.show .search-icon {
  color: white;
}

.btn-login {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background: var(--navy-blue);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  margin-left: 20px;
  font-size: 22px;
  border: none;
}

.btn-login img {
  width: 22px;
}

/* sugest-items-list */
.sugest-items-list li {
  padding-right: 0 !important;
}

.sugest-items-list {
  max-width: 500px;
  margin-right: 0;
  right: 75px !important;
  left: auto !important;
  z-index: 999 !important;
  height: 300px;
  overflow: auto !important;
}

/* theme_button design */
.theme_btn_white {
  position: relative;
  padding: 15px;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  text-transform: capitalize;
  font-size: 20px;
  max-width: 197px;
  width: 100%;
  border-radius: 12px;
  font-weight: 500;
  border: none;
  min-height: 63px;
  color: #fff;
  overflow: hidden;
  background-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid transparent;
}

/* .theme_btn_white:active {transform: scale(0.8);} */
.theme_btn_white.blue {
  background-color: var(--blue);
  color: white !important;
}

/* .theme_btn_white.blue:hover {color: #fff;z-index: 3;transition-delay: 1s;} */
.theme_btn_white.white:hover {
  background: #39d8eb !important;
  color: white !important;
}

.theme_btn_white.blue:hover {
  background: var(--navy-blue);
  border-color: var(--navy-blue);
  color: white;
}

/* .theme_btn_white.blue:before {content: "";position: absolute;left: 60px;top: 50%;transform: translateY(-50%) scale(0.6);width: 10px;height: 10px;border-radius: 50%;z-index: 1;transition-property: left, transform;transition-delay: 1s, 1s;transition-duration: 1s, 1s;opacity: 0;} */
/* .theme_btn_white.blue:hover:before {left: 10px;transform: translateY(-50%) scale(50);transition-delay: 0s, 1s;opacity: 1;background:var(--navy-blue);z-index: -1;} */
/* .theme_btn_white.blue:after {content: "";position: absolute;right: 50px;top: 50%;transform: translateY(-50%) scale(0.6);width: 10px;height: 10px;border-radius: 50%;z-index: 1;transition-property: right, transform;transition-delay: 1s, 1s;transition-duration: 1s, 1s;opacity: 0; } */
/* .theme_btn_white.blue:hover:after {right: 10px;transform: translateY(-50%) scale(50);transition-delay: 0s, 1s; opacity: 1; background:var(--navy-blue); z-index: -1;} */
.theme_btn_white.blue:hover {
  color: white !important;
}

.theme_btn_white.white {
  background-color: white;
  color: #003B6E;
  border-radius: 33px;
}

.theme_btn_white.white:hover {
  color: #fff;
  z-index: 3;
}

/* .theme_btn_white.white:before {content: "";position: absolute;left: 60px;top: 50%;transform: translateY(-50%) scale(0.6);width: 10px;height: 10px;border-radius: 50%;z-index: 1;transition-property: left, transform;transition-delay: 1s, 1s;transition-duration: 1s, 1s;opacity: 0; }
.theme_btn_white.white:hover:before {left: 10px;transform: translateY(-50%) scale(50);transition-delay: 0s, 1s;opacity: 1;background: var(--navy-blue);z-index: -1;} */
/* .theme_btn_white.white:after {content: "";position: absolute;right: 50px;top: 50%;transform: translateY(-50%) scale(0.6);width: 10px;height: 10px;border-radius: 50%;z-index: 1;transition-property: right, transform;transition-delay: 1s, 1s;transition-duration: 1s, 1s;opacity: 0;} */
/* .theme_btn_white.white:hover:after {right: 10px;transform: translateY(-50%) scale(50);transition-delay: 0s, 1s;opacity: 1;background: var(--navy-blue);z-index: -1;} */

/* heading */
.f16 {
  font-weight: normal;
  font-size: 16px !important;
}

.f18 {
  font-weight: normal;
  font-size: 18px;
  line-height: 28px;
}

.theme-text {
  font-size: 22px;
  line-height: 37px;
  font-weight: normal;
  color: #333333;
}

.f20 {
  font-size: 20px !important;
  font-weight: bold !important;
}

.f24 {
  font-weight: bold !important;
  font-size: 24px !important;
  line-height: 26px !important;
  color: var(--black);
}

.f32 {
  font-weight: bold;
  font-size: 32px;
  line-height: 39px;
}

.f25 {
  font-size: 25px;
  line-height: 30px;
  font-weight: 900;
}

.f40 {
  font-weight: normal;
  font-size: 60px;
  line-height: 72px;
}

.f48 {
  font-weight: bold;
  font-size: 48px;
  line-height: 57px;
}

.f73 {
  font-weight: 900;
  font-size: 106px;
  line-height: 128px;
}

.f80 {
  font-weight: bold;
  font-size: 80px;
  line-height: 96px;
}

p {
  font-size: 20px;
  color: var(--black);
}

/* colors */
.txt-light {
  color: var(--dark-grey);
}

.txt-blue {
  color: var(--blue);
}

.txt-black {
  color: var(--black);
}

/* margin */
.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-40 {
  margin-top: 48px;
}

.mt-80 {
  margin-top: 80px;
}

.mb-150 {
  margin-bottom: 150px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-14 {
  margin-right: 14px;
}

.section-padding {
  padding: 120px 0;
}

.w-150 {
  max-width: 150px;
}

.w-144 {
  max-width: 144px;
}

.w-174 {
  max-width: 174px;
}

.max-width {
  max-width: max-content;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.treatment-wrap.mb-80 {
  margin-bottom: 80px;
}

/* title-head */
.title-head {
  margin-bottom: 20px;
}

.title-head h6 {
  font-weight: bold;

  /* font-size: 50px; */
  /* color: #fff; */
}

.about-us-content .title-head,
.about-us-content .f50 {
  margin-bottom: 26px;
}

/* home-banner */
.home-banner {
  background: transparent linear-gradient(115deg, #295FBE 0%, #2156B1 100%) 0% 0% no-repeat padding-box;
  position: relative;
  padding: 250px 0 0px;
  overflow: hidden;
  min-height: 965px;
}

.home-banner::after {
  /* content: ""; */
  position: absolute;
  top: 0;
  right: 0;
  background: url(../frontassets/img/banner-bg-shap.svg);
  height: 875px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: right;
  width: 597px;
}

.home-banner-inner .banner-content {
  max-width: 662px;
  color: #fff;
}

.banner-content a {
  margin-top: 57px;
  max-width: 204px;
}

.home-banner-inner .theme-text {
  color: #fff !important;
}

/* review */
.review-item h4 {
  font-weight: bold;
  margin-bottom: 0;
}

.review-item p {
  margin-bottom: 0;
  color: #8e8e8e !important;
}

span.icon-box i {
  position: absolute;
  right: 15px;
  top: 0;
  font-size: 25px;
  color: #0065cb;
  font-weight: bold;
}

.review-item {
  background: white;
  border-radius: 10px;
  min-height: 92px;
  display: flex;
  align-items: start;
  flex-direction: column;
  justify-content: flex-end;
  padding: 15px;
  position: relative;
}

.review-wrap {
  position: absolute;
  top: 5%;
  max-width: 624px;
  right: 144px;
  z-index: 99;
  z-index: 10;
}

.review-inner {
  position: relative;
}

.review-inner::before {
  content: "";
  position: absolute;
  background-image: url("../frontassets/img/online-consultation.png");
  width: 887px;
  height: 388px;
  bottom: 0;
  right: 50%;
}

.review-inner .review_list {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

/* helpful-text */
.helpful-text {
  position: absolute;
  display: none;
}

.helpful-text h5 {
  font-size: 130px;
  text-transform: uppercase;
  font-weight: 900;
  color: #0f6ece;
  z-index: 9;
}

.helpful-text {
  position: absolute;
  top: 31%;
  transform: rotate(90deg);
  z-index: 9;
  right: 26px;
}

.profile-container {
  display: flex;
  align-items: center;
  position: absolute;
  top: 6px;
  right: 11px;
}

.profile-image {
  width: 29px;
  height: 29px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid #fff;
  position: relative;
  margin-left: -15px;
}

.profile-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.profile-image:first-child {
  margin-left: 0;
}

/* our_vision_wrap */
.inner-wrap {
  background: transparent linear-gradient(90deg, #ffffff 0%, #e6ebef 100%) 0% 0% no-repeat padding-box;
  padding: 50px;
}

.our_vision_wrap {
  position: relative;
  z-index: 9;
  margin-top: 350px;
}

.brand-logo ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 250px;
  margin: 0 auto;
}

.our_vision_main {
  padding-right: 0;
}

.brand-logo-wrap {
  background: transparent linear-gradient(90deg, #cfd6e1 0%, #ffffff 100%) 0% 0% no-repeat padding-box;
}

.certified {
  font-size: 49px;
  font-family: "Brittany Signature";
  transform: matrix(0.99, -0.14, 0.14, 0.99, 0, 0);
  position: relative;
  top: -15px;
}

.brand-logo ul li img {
  max-width: 100px;
}

/* about-us */
.about-us-inner {
  display: flex;
  align-items: center;
}

.about-us-wrap.section-padding {
  padding-bottom: 0;
}

.about-us-content {
  background: #003B6E;
  color: #fff;
  padding: 60px 62px 60px 74px;
  border-radius: 16px;
  margin-left: -4%;
  margin-top: 40px;
  margin-bottom: 40px;
  width: calc(100% + 4%);
  border-radius: 16px 0 0 16px;
  color: #ffffff;
}

.about-us-content .theme_btn_white.white:hover {
  background: #39d8eb !important;
}

.about-us-img {
  min-width: 952px;
  border-radius: 0px 16px 16px 0;
  overflow: hidden;
  min-height: 658px;
  width: 100%;
  position: relative;
  z-index: -1;
}

.about-us-content p {
  /* max-width: 707px; */
  color: #fff;
  line-height: 35px;
  margin-bottom: 40px;
  font-weight: normal;
}

.about-us-content p.mb-45 {
  margin-bottom: 45px;
}

/* services-built */
.services-built-card {
  padding: 25px;
  border-radius: 4px;
  min-height: 321px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 18px #0000000F;
  border: 1px solid #ECECEC;
  min-height: 346px;
  border-radius: 16px;
}

.services-built-icon {
  width: 90px;
  height: 85px;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

/* .card-bg1 {
  background: #f3f2ff;
}
.card-bg2 {
  background: #fff2ee;
}
.card-bg3 {
  background: #e6f6ff;
}
.card-bg4 {
  background: #f8f8ec;
} */
.disease_detail_inner .services-built-card {
  margin-bottom: 25px;
}

.mini-text {
  font-size: 20px;
  color: #333333;
  font-weight: normal;
}

.services-built-card h5 {
  /* font-size: 25px;
  font-weight: 900; */
  color: #003B6E;
  margin-bottom: 13px;
}

.understanding-steps-item h4,
.understanding-steps-item h5 {
  color: #333333;
}

.understanding-steps-item h4 {
  font-size: 25px;
  font-weight: 900;
}

.services-built-wrap h4,
.understanding-steps-wrap h4,
.testimonials-wrap .title-head h4,
.treatment-wrap h4 {
  color: #003B6E;
}

.understanding-steps-wrap {
  padding: 124px 0 90px;
}

.services-built-wrap {
  margin-bottom: 120px;
}

.testimonials-wrap .testimonials_inner .owl-prev img {
  margin-right: 0;
}

.steps-clr {
  padding: 9px 24px 9px 36px;
  background: #06CAE1;
  color: #fff;
  position: relative;
}

.steps-clr::before {
  content: "";
  position: absolute;
  width: 39px;
  height: 100%;
  left: -28px;
  top: 56%;
  transform: translateY(-50%) rotate(45deg);
  z-index: 1;
}

.step-item-2 .steps-clr {
  background: #fafffb
}

.step-item-2 .steps-clr {
  background: #E8A25C;
}

.step-item-3 .steps-clr {
  background: #AA79DB;
}

.step-item-1 .steps-clr::before {
  background: #fafffb;
}

.step-item-2 .steps-clr::before {
  background: #FFFCFA;
}

.step-item-3 .steps-clr::before {
  background: #FDFAFF;
}

.step-clr-wrap {
  position: absolute;
  right: 0;
  top: 45px;
}

.services-built {
  margin-top: 59px;
}

.f50 {
  font-size: 50px;
  line-height: 60px;
  font-weight: bold;
}

/* understanding-steps */
/* .understanding-steps-content .title-head {
  max-width: 800px;
} */
.understanding-steps-icon {
  flex: 0 0 80px;
  margin-right: 56px;
  min-height: 167px;
}

.testimonials_inner .owl-nav {
  top: 45%;
  padding-right: 0;
  position: unset !important;
}

.testimonials_inner .owl-nav .owl-prev {
  position: absolute;
  left: -3%;
  top: 44%;


}

.testimonials_inner .owl-nav .owl-prev img {
  transform: unset;
}

.testimonials_inner .owl-nav .owl-next {
  position: absolute;
  right: -3%;
  top: 44%;
  transform: rotate(180deg);

}

.understanding-steps:after {
  /* content: ""; */
  position: absolute;
  width: 2px;
  height: calc(100% - 50px);
  background: #d0d0d0;
  top: 0;
  left: 35px;
}

.understanding-steps-item {
  display: flex;
  margin-bottom: 30px;
  flex-direction: column;
  box-shadow: 0px 0px 18px #0000000F;
  border-radius: 16px;
  padding: 25px 30px 36px;
  position: relative;
  align-items: start;
  max-width: 513px;
}

.step-item-1 {
  background: #FAFFFB 0% 0% no-repeat padding-box
}

.step-item-2 {
  background: #FFFCFA 0% 0% no-repeat padding-box;
}

.step-item-3 {
  background: #FDFAFF 0% 0% no-repeat padding-box;
}

.understanding-steps {
  position: relative;
  margin-top: 60px;
}

.understanding-steps-icon img {
  position: relative;
  z-index: 9;
  margin-bottom: 44px;
  /* border-radius: 50px;
  outline-style: solid;
  outline-width: 10px;
  outline-color: white; */
  max-width: 164px;
  max-height: 160px;
  min-height: 90px;

}

/* .understanding-steps-content {
  max-width: 800px;
} */
.understanding-steps-content p {
  margin-bottom: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

/* uncomplicated */
.tel-link {
  color: var(--navy-blue);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.uncomplicated-wrap .title-head {
  max-width: 1504px;
  margin: 0 auto;
}

.btnLink {
  color: var(--navy-blue);
}

.btnLink:hover {
  color: var(--blue);
}

.tel-link img {
  margin-right: 10px;
}

.uncomplicated-wrap {
  background: url(../frontassets/img/uncomplicated-bg.png);
  padding: 56px 0 65px;
  background-size: cover;

}

/* our_satisfied_card */
.our_satisfied_card {
  padding: 15px 32px 32px 35px;
  background: #F2F2F2 0% 0% no-repeat padding-box;
  border-radius: 15px;
}

.our_satisfied_wrap .owl-carousel .owl-dots.disabled,
.our_satisfied_wrap .owl-carousel .owl-nav.disabled {
  display: block;
}

.comma-wrap {
  margin-bottom: 16px;
}

.our_satisfied_wrap {
  /* background: #f8fcfd; */
  padding: 57px 0 10px 0px;
}

/* .testimonials-wrap .custom-container {
  padding-right: 0;
} */

.testimonials-wrap .title-head p {
  max-width: 1312px;
  margin: auto;
}

.testimonials-wrap .rating_star i {
  margin-right: 3px;
  color: #8e8e8e;
  font-size: 15px;
}

.testimonials-wrap .rating_star i:last-child {
  margin-right: 0;
}

.testimonials-wrap .rating_star i.active {
  color: #ef9f00;
}

.our_satisfied_content .rating_wrap p {
  color: #07091C;
  text-transform: lowercase;
}

.rating_wrap {
  margin-bottom: 16px;
  padding-top: 6px;
}

.rating_wrap .client_title {
  font-weight: bold;
  color: #07091C;
}

.our_satisfied_content .client_title {
  margin-top: 45px;
  text-align: right;
  margin-bottom: 0;
  line-height: 27px;
}

/* .testimonials-wrap .title-head p {
  max-width: 500px;
} */
.testimonials_inner button:hover img {
  filter: invert(16%) sepia(40%) saturate(7367%) hue-rotate(168deg) brightness(75%) contrast(102%);
}

.testimonials-wrap .title-head h4 {
  text-transform: capitalize;
}

/* treatment */
.treatment-wrap {
  background: var(--light-grey);
  padding: 90px 0 120px;
}

.treatment-wrap .title-head {
  max-width: 1110px;
  margin: 0 auto;
}

.tabs-wrap .nav-tabs {
  border-bottom: none;
  background: #F2F2F2;
}

.tabs-wrap {
  padding: 5px;
  background: #ffffff;
  margin-top: 82px;
}

.tabs-wrap .nav-tabs .nav-link:after {
  content: "";
  width: 1px;
  height: calc(100% - 20px);
  background: #696969;
  position: absolute;
  right: 0;
}

.tabs-wrap .nav-tabs ul li:last-child .nav-link:after {
  display: none;
}

.tab-content {
  padding: 30px 35px 57px;
}

.tabs-wrap .nav-tabs .nav-link.active:after {
  display: none;
}

.tabs-wrap .nav-tabs .nav-link {
  border: 1px solid transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  /* border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important; */
  font-size: 22px;
  min-height: 90px;
  padding: 0 22px;
  position: relative;
  color: black;
  background: #F2F2F2;
  font-weight: bold;
  /* border-radius: 22px 22px 0 0 !important; */
}

.tabs-wrap .nav-tabs .nav-link.active {
  color: white;
  background-color: var(--navy-blue);
  margin-right: 0px;
  border-radius: 22px 22px 0 0 !important;
}

.tabs-wrap .nav-tabs {
  border-bottom: none;
}

.tabs-wrap .nav-link:focus,
.tabs-wrap .nav-link:hover {
  text-decoration: none;
  outline: none;
  background: #03d7f2;
}

/* .tabs-wrap .nav-tabs .nav-link.active img { filter: brightness(12);} */
/* .tabs-wrap .nav-tabs .nav-link.active img { filter: brightness(12);} */
.tabs-wrap .nav-tabs .nav-link img {
  max-width: 36px;
  margin-right: 13px;
  filter: invert(-132);
  filter: brightness(0);
}

.tabs-list {
  display: flex;
  justify-content: center;
  margin: 0 auto;
}

.grid-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px 30px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.grid-item {
  background-color: #ffffff;
  border: 1px solid #d8d8d8;
  border-radius: 4px;
}

.grid-container .grid-item li a {
  display: flex;
  justify-content: space-between;
  padding: 13px;
  color: var(--navy-blue);
  position: relative;
}

.grid-container .grid-item li a::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 2px;
  height: calc(100% - 4px);
  background: var(--navy-blue);
  border-radius: 4px;
  display: none;
}

.grid-container .grid-item li a:hover {
  color: var(--navy-blue);
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.grid-container .grid-item li a:hover::after {
  display: inline;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.grid-item span {
  display: flex;
  align-items: center;
  justify-content: center;
}

.grid-container .grid-item li a svg {
  display: none;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.grid-container .grid-item li span.content {
  width: 220px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  justify-content: start;
}

.grid-container .grid-item li a:hover .price-text {
  color: var(--navy-blue);
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.grid-container .grid-item li a:hover svg {
  display: inline;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.grid-container .grid-item li a:hover svg path {
  stroke: var(--navy-blue);
  transition: all 0.3s ease-in-out;
}

.nav-tabs .nav-item:last-child .nav-link:after {
  display: none;
}

.nav-tabs .nav-item {
  background: white;
}

.grid-item svg {
  margin-left: 5px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  display: none;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.grid-container .grid-item li:hover a span {
  padding-right: 23px;
}

.grid-container .grid-item li:hover svg {
  display: inline;
}

button.navbar-toggler {
  outline: none;
}

/* disease_detail_page */
.disease_detail_page {
  background: transparent linear-gradient(111deg,
      #edf1f4 0%,
      #f4f7fa 3%,
      #dce4ed 34%,
      #d6e0ea 70%,
      #f2f7fa 100%) 0% 0% no-repeat padding-box;
  padding: 71px 0;
}

.disease_detail_page .title-head {
  max-width: 764px;
}

.disease_detail_page .title-head p {
  max-width: 741px;
}

.disease_detail_page_img img {
  max-width: 100% !important;
  border-radius: 30px;
  outline-offset: -19px;
  outline-width: 6px;
  outline-color: white;
  outline-style: solid;
  height: auto !important;
}

.disease_detail_page .title-head a {
  max-width: max-content;
  margin-top: 40px;
}

.disease_detail_page .title-head a {
  background: var(--navy-blue);
}

.disease_detail_page .title-head h4 {
  font-weight: 300;
  /* color: var(--blue); */
}

.disease_detail_page .title-head h2 span {
  color: var(--navy-blue);
}

.acne_page_img {
  position: sticky;
  top: 100px;
  text-align: end;
}

.inner-page-content {
  max-width: 780px;
}

.disease_detail_page a.theme_btn_white:hover {
  background: transparent !important;
  color: var(--navy-blue) !important;
  border-color: var(--navy-blue) !important;
}

.disease_detail_inner .title-head h4 {
  max-width: 576px;
  color: #fff;
}

.disease_detail_inner .title-head p {
  max-width: 663px;
}

.inner-page-wrap {
  box-shadow: 0px 0px 16px #0000001a;
}

.inner-page-card {
  background: white;
  padding: 30px;
  border-radius: 16px;
  max-width: 1380px;
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
}

.inner-page-card:last-child {
  margin-bottom: 0;
}

.acne-card-wrap {
  background: var(--light-grey);
}

.custom-list ul li {
  position: relative;
  font-size: 20px;
  margin-bottom: 20px;
  padding-left: 25px;
  color: var(--black);
}

.custom-list ul li:last-child {
  margin-bottom: 0;
}

.custom-list ul li::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50px;
  background: var(--navy-blue);
  left: 0;
  top: 11px;
}

.inner-page-card h4 {
  margin-bottom: 22px;
}

.recommended_treatment_card {
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #ececec;
  border-radius: 16px;
  border-top: 10px solid #03d7f2;
  padding: 80px 40px;
}

.recommended_treatment_wrap {
  margin-top: -60px;
}

.recommended_treatment_wrap ul li {
  margin-bottom: 15px;
}

.ready_to_start_wrap .ready_to_start_inner {
  background: rgb(0, 101, 203);
  background: linear-gradient(77deg,
      rgba(0, 101, 203, 1) 0%,
      rgba(47, 128, 209, 1) 53%,
      rgba(0, 101, 203, 1) 100%);
  border-radius: 16px;
}

.ready_to_start_wrap .ready_to_start_inner .content {
  max-width: 1110px;
  margin: 0 auto;
  text-align: center;
  padding: 100px 0;
}

.ready_to_start_wrap {
  margin-bottom: 150px;
}

.ready_to_start_wrap .ready_to_start_inner .content .theme_btn_white.white {
  max-width: max-content;
  margin: 0 auto;
}

/* .how_it_works_wrap.lab-testing .services-built-card {
  min-height: 323px;
} */
.how_it_works_wrap.re_fill .services-built-card {
  min-height: 291px;
}

/* login-page */
.main-login-wrap {
  background: var(--light-grey);
  padding: 75px 0;
  min-height: 100vh;
}

.blob-shaped-img img {
  width: 500px;
  max-width: 500px;
}

.login-parent {
  background: var(--light-grey) !important;
}

.main-login {
  position: relative;
  max-width: 100%;
  margin: auto;
  min-height: 650px;
  /* background-color: #fff; */
  margin: 0 auto;
  border-radius: 16px;
}

.login-screen-wraper {
  padding: 56px 196px 0 56px;
  position: relative;
  /* overflow-x: hidden; */
  max-width: 100%;
  margin: auto;
  border-radius: 14px;
  background: #fff;
  min-height: 650px;
}

.login-screen-wraper::before {
  content: "";
  position: absolute;
  width: 532px;
  min-height: 100%;
  background-color: #0065cb;
  display: block;
  border-top-left-radius: 18%;
  border-bottom-left-radius: 18%;
  border-top-right-radius: 14px;
  border-bottom-right-radius: 16px;
  right: 0;
  top: 0;
  /* z-index: -1; */
}

.link-forgot {
  display: block;
  text-align: right;
  font-size: 18px;
  color: var(--navy-blue);
}

.login-screen-wraper h1 {
  text-align: left;
  font: normal normal bold 48px/57px Lato;
  letter-spacing: 0px;
  color: #151515;
}

.form-wraper {
  margin-top: 35px;
  position: relative;
}

.form-wraper input {
  max-width: 520px;
  width: 100%;
  min-height: 56px;
  background: #f5f5f5 0% 0% no-repeat padding-box;
  border: 0;
  padding: 15px 0 15px 21px;
  border-radius: 8px;
  font: normal normal normal 18px/26px Lato;
  outline: none;
  position: relative;
}

.inner-content {
  min-width: 520px;
  width: 100%;
}

.form-wraper .custom-form-group {
  margin-bottom: 8px;
  position: relative;
}

.login-screen-wraper {
  display: flex;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.form-wraper form {
  width: 100%;
  max-width: 526px;
}

.blob-shaped-img {
  position: relative;
  margin-left: auto;
  margin-top: 0;
  display: flex;
  align-items: center;
}

.icon-field {
  position: relative;
}

.icon-field .eye-img {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.custom-form-group+span {
  color: #e41e36;
  font: normal normal normal 18px/26px Lato;
  display: block;
  text-align: right;
  margin-bottom: 5px;
}

img.eyes-svg {
  position: absolute;
  top: 40%;
  right: 18px;
}

.custom-checkbox {
  position: relative;
  display: inline-block;
}

.custom-checkbox input[type="checkbox"] {
  display: none;
}

.custom-checkbox label {
  width: 24px;
  height: 24px;
  display: inline-block;
  border-radius: 4px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease;
  background-image: url("./tick-unchecked.svg");
}

.custom-checkbox input[type="checkbox"]:checked+label::after {
  content: "";
  position: absolute;
  border-top: 0;
  border-right: 0;
  left: 0px;
  top: 0px;
  background-image: url("./tick-img.svg");
  width: 24px;
  height: 24px;
}

.not-robot-box {
  max-width: 260px;
  width: 100%;
  padding: 15px 14px;
  display: flex;
  border: 1px solid #ececec;
  justify-content: space-between;
  align-items: center;
  border-radius: 16px;
  margin-bottom: 45px;
}

.not-robot-box span {
  font: normal normal normal 16px/26px Lato;
  color: #8e8e8e;
  padding-left: 12px;
}

.not-robot-box .robot-img-wrap {
  margin-left: 44px;
}

.d_flex {
  display: flex;
  align-items: center;
}

.theme-btn {
  max-width: 124px;
  width: 100%;
  border: 0;
  padding: 23px 10px;
  background-color: #0065cb;
  border-radius: 12px;
  font: normal normal bold 18px/22px Lato;
  color: #ffffff;
  border: 1px solid transparent;
}

.theme-btn:hover {
  background-color: transparent;
  border: 1px solid #0065cb;
  color: #0065cb;
}

.login-text {
  font: normal normal 900 158px / 190px Lato;
  text-transform: uppercase;
  transform: matrix(0, 1, -1, 0, 0, 0);
  color: #ffffff;
  opacity: 0.06;
  position: absolute;
  right: -64px;
  z-index: 999;
  top: 36%;
}

.Donot-have-account h5 {
  color: #151515;
  font: normal normal normal 17px/26px Lato;
}

.Donot-have-account h5 span {
  color: #e41e36;
}

.Donot-have-account {
  background: #f2f7fa;
  max-width: 576px;
  width: 100%;
  padding: 10px 10px;
  min-height: 87px;
  display: flex;
  align-items: center;
  padding-left: 56px;
  margin-top: 14px;
  border-radius: 0px 0px 0px 16px;
  position: absolute;
  bottom: 0;
  left: 6%;
}

.mb__show {
  display: none;
}

.list-unstyled li a {
  font-weight: normal !important;
}

/* lab-tasting-page */
.how_it_works_wrap .services-built-card {
  min-height: 293px;
}

/* .how_it_works_wrap .services-built-card p {
  max-width: 435px;
} */
.static-wrap {
  padding: 100px 0;
}

.lab-test-wrap {
  background: var(--light-grey);
  padding: 100px 0 145px;
}

.lab-testing-head img {
  max-width: 50px;
  margin-right: 13px;
  filter: brightness(0.5);
}

.lab-testing-head h5 {
  display: flex;
  align-items: center;
  margin: 0;
  padding-bottom: 20px;
  color: var(--blue);
  border-bottom: 1px solid var(--blue);
}

.lab-testing-head {
  text-align: left;
  margin-bottom: 40px;
}

.lab-tasing-inner {
  padding: 48px 30px;
  background: white;
  margin-top: 74px;
}

.custom_radio label {
  cursor: pointer;
  position: relative;
  font-size: 17px !important;
  background: transparent;
  width: 100%;
  min-height: 54px;
  font-family: Arial;
  font-weight: normal;
  border-radius: 4px;
  text-align: center;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0px;
  border: 1px solid #d8d8d8;
}

.custom_radio label::before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  background: #fff;
  border: 1px solid #c7c7c7;
  border-radius: 50%;
  top: 50%;
  left: 14px;
  transform: translateY(-50%);
  transition: border-color 400ms ease;
}

.custom_radio input[type="checkbox"] {
  position: absolute;
  opacity: 0;
}

.custom_radio label::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  background-color: var(--blue);
  border: 1px solid var(--blue);
  border-radius: 50%;
  top: 50%;
  left: 14px;
  transform: translateY(-50%) scale(0);
  transition: transform 400ms ease;
}

.custom_radio_inner:after {
  content: "";
  height: 0;
  position: absolute;
  top: 2px;
  left: 2px;
  width: 2px;
  background: #0065cb;
  border-radius: 50px;
}

.custom_radio .price-text svg {
  display: none;
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
}

.custom_radio:hover .price-text {
  padding-right: 25px;
  transition: all 0.3s ease-in-out;
}

.custom_radio:hover .price-text svg {
  display: inline;
  transition: all 0.3s ease-in-out;
}

.custom_radio_inner:hover:after {
  display: inline;
  height: calc(100% - 4px);
  transition: all 0.3s ease-in-out;
}

.custom_radio_inner {
  position: relative;
  width: 100%;
  display: flex;
  min-height: 54px;
  padding-left: 37px;
  padding-right: 15px;
  align-items: center;
  justify-content: space-between;
}

.custom_radio_inner:hover .price-text {
  color: var(--navy-blue);
}

.custom_radio input[type="checkbox"]:checked+label .custom_radio_inner:after {
  display: inline;
}

.custom_radio_inner:hover .price-text svg path {
  stroke: var(--navy-blue);
  fill: var(--navy-blue);
}

.custom_radio input[type="checkbox"]:checked+label::before {
  border-color: var(--blue);
}

.custom_radio input[type="checkbox"]:checked+label::after {
  transform: translateY(-50%) scale(0.55);
}

.lab-tasing-inner .theme_btn_white.blue:hover {
  background: transparent;
  color: var(--navy-blue) !important;
  border-color: var(--navy-blue);
}

label.container.checkbox_consult {
  padding: 0;
}

.custom_radio.medical-condition label:hover {
  color: unset;
}

.custom_radio label small {
  font-size: 18px !important;
}

/* Faq's page */
.panel-group .panel {
  border-radius: 0;
  box-shadow: none;
  border-color: #eeeeee;
}

.panel-default>.panel-heading {
  padding: 0;
  border-radius: 0;
  color: #212121;
  background-color: #fafafa;
  border-color: #eeeeee;
}

.panel-title {
  font-size: 14px;
}

.panel-title>a {
  display: block;
  padding: 15px;
  text-decoration: none;
}

.more-less {
  float: right;
  color: #212121;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #eeeeee;
}

.sign-up-wrap .form-wraper select {
  max-width: 520px;
  width: 100%;
  min-height: 56px; 
  background-color: #f5f5f5;
  border: 0;
  padding: 15px 0 15px 21px;
  border-radius: 8px;
  font: normal normal normal 18px / 26px Lato;
}

/* .start-now-screen .form-wraper .doc-select-holder:after {
  top: 15px;
  right: 23px;
  z-index: 999;
} */

.start-now-screen .custom-radio-label {
  font-size: 17px;
}

.static-wrap.refund-poicy-dynamic {
  padding: 36px 0;
}

.main-login-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.main-login-wrap .login-screen-wraper {
  max-width: 88%;
}

/* .icon-field input[aria-invalid="true"]~.fa-eye,.icon-field input[aria-invalid="true"]~.fa-eye-slash {
  top: 39% !important;
  top: 29% !important;
} */

/* media queries */
@media (max-width: 1680px) {
  .blob-shaped-img img {
    width: 430px;
    height: 430px;
  }

  .inner-content {
    min-width: unset;
    max-width: 520px;
  }

  .form-wraper {
    margin-top: 36px;
  }

  .login-screen-wraper::before {
    width: 35%;
  }

  .Donot-have-account {
    min-height: 61px;
  }

  .login-screen-wraper h1 {
    font-size: 44px;
  }

  .login-text {
    font-size: 110px;
    right: -11px;
  }

  .main-login {
    min-height: 600px;
  }

  /* .login-screen-wraper::before {min-height: 600px;} */
  .login-screen-wraper {
    min-height: 600px;
  }

  .site-contact-info ul li:last-child {
    margin-top: 26px;
  }
}

@media (max-width: 1480px) {
  .blob-shaped-img img {
    width: 350px;
    height: 350px;
  }

  /* .login-screen-wraper::before {
      min-height: 705px;
  } */
  .main-login {
    min-height: 535px;
  }

  /* .login-screen-wraper::before {min-height: 535px;} */
  .login-screen-wraper {
    min-height: 535px;
  }

  #RefundPolicy b>span {
    font-size: 30px !important;
    line-height: normal !important;
  }


}

@media (max-width: 991px) {
  .blob-shaped-img {
    display: none;
  }

  .login-screen-wraper::before {
    /* width: -40px; */
    line-height: normal;
  }

  .login-text {
    right: -3px;
    font-size: 79px;
    top: 37%;
  }

  .inner-content {
    max-width: 520px;
  }

  .inner-content {
    max-width: 100%;
    width: 100%;
  }

  .login-screen-wraper {
    padding: 30px;
  }

  .form-wraper {
    margin-top: 29px;
  }

  .login-screen-wraper h1 {
    font-size: 35px;
  }

  .Donot-have-account {
    max-width: 100%;
  }

  .Donot-have-account {
    min-height: 55px;
    justify-content: center;
    left: 0;
    margin: 0;
    padding: 0;
  }

  .form-wraper input {
    min-height: 47px;
    padding: 12px 40px 12px 16px;
  }

  .main-login-wrap {
    padding: 60px 0;
  }

  .theme-btn {
    max-width: 105px;
    padding: 14px 10px;
  }

  .not-robot-box {
    padding: 8px 14px;
  }

  /* .login-screen-wraper::before { min-height: 547px;}  */
  .login-screen-wraper {
    min-height: 547px;
  }

  .main-login {
    min-height: 547px;
  }

  .lab-tasing-inner .theme_btn_white.blue {
    margin-bottom: 36px;
  }

  .lab-testing-head h5 {
    padding-bottom: 10px;
    border-bottom: 1px solid var(--blue);
  }

  .lab-testing-head img {
    max-width: 35px;
  }

  .lab-test-wrap {
    padding: 60px 0 80px;
  }

  .lab-tasing-inner {
    padding: 30px 20px;
    margin-top: 35px;
  }

  .static-wrap {
    padding: 50px 0;
  }

  .mb-150 {
    margin-bottom: 100px;
  }

  .start-now-screen .login-screen-wraper h1 {
    position: relative;
    line-height: normal;
  }

  #RefundPolicy b>span {
    font-size: 26px !important;
    display: block;
  }

  .static-wrap.refund-poicy-dynamic {
    padding: 13px 0;
  }

  .main-login-wrap .login-screen-wraper {
    max-width: 100%;
  }

  .footer-bdges-inner {
    border-top-width: 2px;

  }

  .mb__none {
    display: none;
  }

}

@media (max-width: 480px) {
  .login-text {
    right: -27px;
    line-height: NORMAL;
    font-size: 63px;
  }

  .not-robot-box {
    background: #fff;
  }

  .custom-form-group+span {
    text-align: left;
    margin-bottom: 17px;
  }

  .custom-form-group+span {
    font-size: 16px;
  }

  .login-screen-wraper {
    padding: 25px 15px;
    min-height: 490px;
  }

  .Donot-have-account h5 {
    font-size: 16px;
  }

  .login-screen-wraper h1 {
    font-size: 29px;
  }

  .form-wraper {
    margin-top: 15px;
  }

  img.eyes-svg {
    top: 36%;
  }

  /* .login-screen-wraper::before {min-height: 490px;} */
  .main-login {
    min-height: 490px;
  }

  .form-wraper input {
    font-size: 17px;
  }
    #subscribedPlanModal .subscription_list {
    font-size: 14px;
  }
}

@media (max-width: 395px) {
  .login-text {
    right: -29px;
    font-size: 60px;
  }
}

/* custom-footer */
.site-contact-info ul {
  max-width: 400px;
}

/* .custom-footer .footer-wrapper:after {
  content: "";
  position: absolute;
  width: 100%;
  background: var(--navy-blue);
  height: 10px;
  top: -5px;
  max-width: 1146px;
  margin: 0 auto;
  left: 0;
  right: 0;
  border-radius: 40px;
} */
.custom-footer .footer-wrapper {
  padding: 100px 0 80px;
  position: relative;
  background: #F6F6F6;
}

.custom-footer {
  background: #ffffff;
  /* box-shadow: 0px -9px 20px #0000000a; */
}

.custom-footer .copyright-info {
  background: var(--navy-blue);
  padding: 15px 0;
}

.custom-footer .copyright-info p {
  color: white !important;
  font-size: 18px;
}

.footer-menu-list .navbar-nav {
  column-count: 1 !important;
}

.footer-logo img {
  max-width: 280px;
}

.footer-menu-list li a {
  color: var(--navy-blue) !important;
  font-weight: normal;
}

.social-icon-wraper a:not(:last-child) {
  margin-right: 10px;
}

.custom-footer ul li a,
.custom-footer ul li span {
  color: var(--navy-blue);
}

.custom-footer ul li {
  margin-top: 27px;
}

.site-contact-info ul li:last-child {
  margin-top: 39px;
}

.footer-wrapper .footer-menu-list li {
  margin: 0 0 12px;

}

.footer-wrapper .subscribe p {
  color: #000;
}

.social-icons a {
  color: #fff;
  display: inline-block;
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  text-align: center;
  line-height: 40px !important;
  font-size: 16px !important;
  border-radius: 50%;
  margin: 0 5px 0 0 !important;
}

.custom-footer h5 {
  margin-bottom: 18px;
  color: #003B6E;
  font-weight: bold;
}

.site-contact-info h5 {
  margin-bottom: 0;
}

.site-contact-info li span b {
  font-weight: 900;
}

.custom-footer a.ic-fb {
  border-color: #3b5998;
  color: #3b5998;
}

.input-group-append {
  position: absolute;
  right: 0;
  max-width: 110px;
  width: 100%;
}

.copyright-info .copy-text {
  display: flex;
  justify-content: space-between;
}

.input-group-append .theme_btn_white.blue {
  background: var(--navy-blue);
  min-height: 50px;
  font-size: 20px;
  font-weight: 500;
  max-height: 50px;
  border-radius: 0 12px 12px 0;
}

.input-group-append .theme_btn_white.blue:hover {
  background-color: var(--sky-blue);
  border-color: var(--navy-blue);
  color: var(--navy-blue) !important;
}

form.footer-subscribe-form {
  margin-top: 30px;
}

.footer-wrapper .row>div:last-child {
  /* align-self: center; */
}

.custom-footer a.ic-twt {
  border-color: #55acee;
  color: #55acee;
}

.custom-footer a.ic-in {
  border-color: #007bb5;
  color: #007bb5;
}

.custom-footer a.ic-yt {
  border-color: red;
  color: red;
}

.custom-footer a.ic-pt {
  border-color: #cb1f24;
  color: #cb1f24;
}

.footer-menu-list li a:hover,
.site-contact-info a:hover {
  color: var(--sky-blue) !important;
}

.site-contact-info .item .icon-box {
  display: inline-block;
  margin-right: 15px;
  width: 47px;
  height: 47px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.get_in_touch .form-control {
  background: #fff 0% 0% no-repeat padding-box;
  min-height: 50px;
  font-size: 16px !important;
  padding: 0 20px;
  border: 1px solid #ECECEC;
  border-radius: 12px !important;
  padding-right: 140px;
}

.custom-site-footer .subscribe .get_in_touch .btn-primary {
  background-color: #f5f5f5;
  border-color: transparent;
  border-radius: 0 8px 8px 0px !important;
  padding: 0 16px 0 16px;
}

.google-btn {
  margin-top: 66px;
}

.google-btn ul li img {
  max-width: 200px;
  margin-right: 16px;
}

.google-btn ul {
  display: flex;
}

.btn-primary:active:focus,
.btn-primary:focus,
.btn-primary:hover,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active {
  background-color: var(--blue);
  color: #fff;
  border-color: var(--blue);
  box-shadow: none;
}

.mb_show {
  display: none;
}

.navbar-toggler img {
  max-width: 33px;
}

/* placeholder */
.form-control::placeholder {
  color: #8e8e8e !important;
  opacity: 1;
  /* Firefox */
}

.form-control::-ms-input-placeholder {
  /* Edge 12 -18 */
  color: #8e8e8e !important;
}

/* preloader */
.loading img {
  max-width: 56px;
  object-fit: none;
}

/* .loading {display: flex; animation: initial;height: 90px;position: absolute;top: 50%;left: 50%;margin: -20px 0 0 -20px;-webkit-animation-name: shake 1.2s infinite ease-in-out;animation-name: shake 1.2s infinite ease-in-out;background: white;width: 90px;align-items: center;justify-content: center;background: white;border-radius: 50%;} */
.preloader {
  background: #0c0c0ca1 !important;
}

.back-to-login {
  color: var(--navy-blue);
}

.sign-up-wrap .login-screen-wraper::before {
  min-height: 100%;
}

.recommended_treatment_wrap .custom-container {
  margin-top: -62px;
}

.uncomplicated-wrap .custom-list li {
  text-align: left;
}

.Refund_Policy .title-head {
  max-width: 100%;
}

.Refund_Policy h5 {
  color: var(--navy-blue);
}

.custom-list {
  margin-top: 40px;
}

.Refund_Policy .theme_btn_white {
  margin-left: 0 !important;
  margin-top: 43px !important;
}

.prescription-refill-list.grid-container {
  grid-template-columns: repeat(3, 1fr);
}

.grid-item .custom_radio.medical-condition {
  all: unset;
}

.grid-item .custom_radio.medical-condition:hover {
  all: unset;
}

.medical-condition .custom_radio_inner {
  padding-left: 18px;
}

.item-vision {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  max-width: 1200px;
  margin: 0 auto;
}

.custom_radio.medical-condition label:before,
.custom_radio.medical-condition label:after {
  display: none;
}

.icon-wrap img {
  max-width: 57px;
}

.icon-wrap {
  width: 90px;
  height: 90px;
  border-radius: 20px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.icon-wrap img {
  max-width: 47px;
  margin-bottom: 0;
  object-fit: contain;
}

.our-vision-wrap_tow {
  padding-top: 100px;
}

.our-vision-wrap {
  margin-top: 59px;
}

.item-vision-inner {
  margin-bottom: 30px;
}

.custom_radio.medical-condition input:checked+label {
  color: black !important;
}

.faq_wrap .accordion-holder {
  max-width: 1106px;
  margin: 0 auto;
}

.faq_wrap .panel-heading a {
  padding: 16px !important;
  font-weight: bold;
}

.faq_wrap .panel-heading a.accordion-toggle,
.faq_wrap .panel-heading a.collapsed {
  color: #272727 !important;
  border: solid;
  border-color: transparent transparent transparent #3688d0 !important;
  border-width: 1px 1px 1px 4px;
}

.faq_wrap .panel-heading a.collapsed:hover {
  background: #3688d0;
  color: #fff !important;
}

.nav-item.active .nav-link {
  color: var(--navy-blue);
  font-weight: bold;
}

.nav-item.active .nav-link:before::before {
  width: 70%;
}

.cms-page-wrap {
  padding: 60px 0;
  min-height: 400px;
}

.cms-page-wrap .custom-list {
  margin: 0;
}

.my-20 {
  margin: 20px 0 20px;
}

.cms-page-wrap ul li {
  margin: 8px 0;
}

.cms-page-wrap ul {
  padding-left: 18px;
  margin: 20px 0px;
}

.doc-contact-form .info-icon {
  /* float: left; */
  margin: 0 10px 0 0;
  font-size: 25px;
  line-height: 28px;
  background: #f2f2f2;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
}

.signup-wrapper-sty .doc-alx-selection-box:hover h4 {
  color: var(--blue) !important;
}

.signup-wrapper-sty .doc-alx-selection-box:hover {
  border-color: var(--blue) !important;
}

.signup-wrapper-sty .doc-alx-selection-box:hover .doc-alx-select-icon {
  background: var(--blue);
}

.submit-btn .theme_btn_white {
  margin-left: auto;
}

.contact-us-wrap {
  padding: 40px 30px;
  background: #f1f1f19e;
  border-radius: 8px;
}

.contact-us-wrap .form-control {
  background: #fff 0% 0% no-repeat padding-box;
  min-height: 56px;
  border: 1px solid #00000075 !important;
  border: none;
  border-radius: 8px;
  font-size: 16px !important;
  padding: 10px 20px;
}

.login-block {
  max-width: 750px;
  background: white !important;
  margin: 0 auto;
  border: 1px solid #e5e5e5;
  padding: 20px 35px !important;
  position: relative;
}

.custom-theme-form .form-group i {
  background: var(--blue) !important;
}

.login-block p {
  font-size: 15px !important;
  color: #00000096 !important;
}

.custom_form_wrap .logo-holder {
  width: 198px !important;
}

span.logo-holder {
  position: absolute;
  top: -60px;
  left: -1px;
  right: 0;
  background: white;
  padding: 7px 22px;
  margin: 0 !important;
  border: 1px solid #e5e5e5;
  border-bottom: 0;
}

.custom_form_wrap .wizard-card .choice:hover {
  border-color: var(--blue);
}

.custom_form_wrap .wizard-card .choice:hover .icon {
  background: var(--blue);
  border-color: var(--blue);
}

.custom_form_wrap .wizard-card .choice:hover h6 {
  color: var(--blue);
}

.tabs-wrap label.container.checkbox_consult {
  max-width: 100% !important;
}

.inner-page-wrap .custom-list {
  margin-top: 17px;
  margin-bottom: 25px;
}

.inner-page-wrap ul li {
  margin-bottom: 15px;
}

.how_it_works_wrap .services-built-card {
  min-height: 265px;
}

.bronchitis-infection-wrap .mt-80 {
  margin-top: 0;
}

.accordion_wrap .card-body {
  padding: 25px;
}

.accordion_wrap .custom-list {
  margin-top: 20px;
}

.wraper-page .custom-list ul {
  margin-left: 20px;
}

/* accordion */
.accordion_wrap .card-header:after {
  font-family: "FontAwesome";
  content: "\f068";
  float: right;
}

.accordion_wrap .card-header.collapsed:after {
  /* symbol for "collapsed" panels */
  content: "\f067";
}

.accordion_wrap .card {
  border-radius: 0;
  margin-bottom: 0px;
}

.accordion_wrap a.card-title {
  margin-bottom: 0;
  width: 100%;
}

.accordion_wrap .card {
  border: none;
}

.accordion_wrap .card-header {
  width: 100%;
  justify-content: space-between;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
  border-radius: 0;
  text-align: left;
  transition: all 0.3s;
  color: black;
  padding: 0px 20px;
  background: white;
  /* border-bottom: 1px solid #000; */
  display: flex;
  align-items: center;
  box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
  min-height: 70px;
}

.accordion_wrap>.card .card-header {
  margin-bottom: 0px;
}

.accordion_wrap a.card-title {
  margin-bottom: 0;
}

.accordion_wrap {
  max-width: 1000px;
  margin: 0 auto;
  margin-top: 44px;
}

.disease_detail_page_img {
  text-align: right;
}

.faqs-section {
  padding: 80px 0;
}

.custom-nav a.nav-link {
  color: #003B6E;
}

.disease_detail_page_img a {
  margin-left: auto;
  display: block;
  text-align: center;
}

.sinus-infection-wrap .faqs-section,
.acne-infection-wrap .faqs-section {
  margin-top: 80px;
}

.mt-80 {
  margin-top: 80px;
}

.custom-btn a.theme_btn_white {
  max-width: max-content;
  margin-top: 30px;
}

.sinus-infection-wrap .recommended_treatment_card {
  text-align: center;
}

.sinus-infection-wrap .custom-btn a {
  text-align: center;
  margin: 30px auto 0;
}

.disease_detail_page .title-head h2 {
  text-transform: capitalize;
  color: var(--navy-blue);
}

.google-btn {
  display: none;
}

.inner-page-content a.theme_btn_white {
  margin-left: 0;
}

.faq-accordion-sty .panel-heading a span {
  color: white !important;
}

p.small.sign-agreement {
  font-size: 14px !important;
}

/* rated-area */
.rated-area {
  padding: 0px 0px;
  transform: translateY(-84px);
  margin-bottom: 28px;
}

.rated-content {
  display: flex;
  align-items: center;
  position: relative;
  justify-content: center;
  border-left: 1px solid #c9c9c9;
  padding-left: 0px;
}

.rated-content.border-rated {
  border-left: 0;
}

.header-new .input-popup-box.box-show {
  min-height: 58px;
  overflow-y: auto;
  height: 100%;
  max-height: 300px;
}

.hs-form__field-row__column {
  align-self: flex-start;
  flex: 1 1 100%;
  padding: 0 10px;
  width: 100%;
}

#form-target {
  padding: 40px;
}

.custom-container.loaded {
  background: #fff;
  box-shadow: 0 4px 8px 0 rgba(53, 105, 128, 0.3), 0 6px 20px 0 rgba(165, 200, 213, 0.41);
  max-width: 800px;
  padding: 0 0 !important;
}

.hs-form__field__input[type="file"] {
  padding: initial;
  border: initial;
  line-height: initial;
  box-shadow: none;
  background: none;
  margin-top: 10px;
}

.hs-form__field__input {
  display: inline-block;
  width: 100%;
  height: 40px;
  padding: 9px 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: #33475b;
  background-color: #f5f8fa;
  border: 1px solid #959494;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

.hs-form__field__label {
  font-size: 14px;
  color: #33475b;
}

.hs-form__field,
.hs-form__field__label {
  font-size: 14px;
  color: #212d3a;
  display: block;
  float: none;
  width: auto;
  font-weight: 500;
  padding-top: 0;
}

.hs-form__row {
  margin-bottom: 18px;
}

.hs-form__field-row {
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
  flex-grow: 1;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: row;
}

.hs-form__field__label {
  font-size: 14px;
  color: #33475b;
}

.hs-form__field,
.hs-form__field__label {
  font-size: 19px;
  color: #212d3a;
  display: block;
  float: none;
  width: auto;
  font-weight: 500;
  padding-top: 0;
}

.hs-form__row {
  margin-bottom: 19px;
}

.hs-form-12bc52d8-6071-4947-b4ec-26290c2952b6 .hs-form__actions__submit,
.hs-form__actions__next {
  background: #ff7a59;
  border-color: #ff7a59;
  color: #ffffff;
  font-family: arial, helvetica, sans-serif;
  line-height: 12px;
  font-size: 12px;
}

.hs-form__actions__next,
.hs-form__actions__previous,
.hs-form__actions__submit {
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  line-height: 12px;
  position: relative;
  text-align: center;
  background-color: #ff7a59;
  border: 1px solid #ff7a59;
  color: #fff;
  border-radius: 3px;
  font-size: 14px;
  padding: 12px 24px;
}

.job-form-application {
  padding: 80px 20px;
  background-color: #003b6e;
}

.job-form-application .thank-tagline {
  text-align: center;
  color: #ff7a59;
}

.job-form-application .user-form.container {
  max-width: 1400px;
  padding: 0;
}

.job-form-application .form-label {
  font-size: 19px;
}

.job-form-application .cv-custom-file .form-control {
  border: none;
  border-bottom: 1px solid #d8d5d5;
  height: 39px;
}

.job-form-application .user-form-content::before {
  display: none;
}

.job-form-application span.thank-line {
  display: block;
  font-size: 45px;
}

.job-form-application button {
  width: 100%;
  margin-top: 30px;
}

#mainSection {
  scroll-margin-top: 9rem;
}

#services {
  scroll-margin-top: 23rem;
}

.job-form-application h4 {
  font-size: 35px;
  text-transform: uppercase;
  margin-top: 10px;
  text-align: center;
  margin-top: 24px;
  color: #000;
}

.rated-content-img {
  background-color: #ebebeb;
  border-radius: 50%;
  height: 100px;
  min-width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  margin-right: 34px;
}

.rated-content h4 {
  font-size: 40px;
  color: #003b6e;
  font-weight: 900;
  margin-bottom: 0;
}

.rated-content p {
  color: #707070;
  font-weight: 500;
  margin-bottom: 0;
}

.rated-area-inner {
  border-radius: 16px;
  box-shadow: 0px 0px 16px #0000001A;


  background: #fff;
}

.rated-area-border {
  border-bottom: 6px solid #003B6E;
  padding: 40px 10px 34px 0px;
  border-radius: 8px;
}

.blue-blob-wraper p {
  color: #fff;
  font-size: 35px !important;
  font-weight: bold;
  transform: translate(7px, -14px);
}

.blue-blob-wraper span {
  font-size: 69px;
  display: block;
  line-height: 76px;
}

.blue-blob-wraper small {
  font-size: 25px;
  display: block;
}

.blue-blob-wraper {
  background: url(../frontassets/img/blue-blob.png) no-repeat;
  width: 295px;
  height: 300px;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  left: 7%;
  top: 10%;
}

.footer-badges-wrapper {
  background-color: #fff;
  box-shadow: 0px 0px 16px #0000001A;
  border-radius: 16px;
  max-width: 1273px;
  margin: 0 auto;
  position: relative;
  bottom: -37px;
  text-align: center;
  z-index: 9;

}

.input-group>.custom-file .custom-file-input:focus~.custom-file-label,
.input-group>.custom-select:focus,
.input-group>.form-control:focus {
  z-index: unset !important;
}

.footer-badges-img img {
  object-fit: contain;
  max-width: 135px;
  height: auto;
  max-height: 135px;
}

.footer-badges-img {
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-badges-img:not(:last-child) {
  border-right: 1px solid #C9C9C9;
}

.footer-bdges-inner {
  border-top: 6px solid #003B6E;
  display: grid;
  grid-template-columns: 33% 33% 33%;
  padding: 20px 0px;
  border-radius: 9px
}

.f72 {
  font-size: 72px;
  line-height: 86px;
  font-weight: normal;
}

.uncomplicated-wrap h5 {
  font-weight: 300;
  color: #fff;
  margin-bottom: 0;
}

.uncomplicated-wrap h4 {
  margin-bottom: 28px;
  color: #ffffff;
}

.uncomplicated-wrap h4 span {
  color: #F6D503;
}

.uncomplicated-wrap {
  color: #fff;
}

.uncomplicated-wrap p span {
  color: #fff !important;
  font-size: 22px;
  line-height: 36px !important;
  opacity: 0.8;
}

.uncomplicated-wrap .tel-link {
  color: #fff;
  font-weight: normal;
}

.footer-logo .doctor-img {
  margin-bottom: 13px;
}

.read-more {
  color: #003B6E;
  font-weight: 500;
}

.read-more a {
  color: #003B6E;
}

.about-us-wrap .custom-container {
  padding-left: 0;
}

.footer-flex {
  display: flex;
  justify-content: center;
  /* margin-top: 11px; */

}

.social-icons {
  /* display: none; */
}

.uncomplicated-wrap .theme-text {
  color: #ffff;
  margin-bottom: 0;
}

.uncomplicated-wrap p:nth-of-type(3) {
  display: none;
}

.services-built-card .mini-text {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
}

.our_satisfied_content>p {
  min-height: 90px;
}

.custom-site-footer.custom-footer .mini-text {
  font-weight: normal;
}

.forgot-screen-wrap button {
  max-width: fit-content;
  padding: 12px;
}

.uncomplicated-wrap p {
  color: #ffffff;
}

.section-padding.consultaion-wrap,
.section-padding.lab-testing {
  margin-bottom: 0;
}

.services-built-wrap.disease_detail_inner.our-vision-wrap_tow {

  margin-bottom: 0;
}

section.services-built-wrap.disease_detail_inner {
  margin-bottom: 0;
}

.lab-test-wrap h4,
.static-wrap h2,
.treatment_box h3,
.our-vision-wrap_tow h5,
.faq-accordion-sty h3,
.sinus-infection-wrap .custom-sect-par h3,
.acne-card-wrap h4,
.cms-page-wrap h5,
.static-wrap h5,
.cms-page-wrap h5,
.contact-us-wrap h3,
.recommended_treatment_card h4,
.acne-infection-wrap h3,
.flu-infection-wrap h3,
.dental-infection-wrap h3,
.weight-infection-wrap h3,
.quit-infection-wrap h3,
.bronchitis-infection-wrap h3,
.Conjunctivitis-infection-wrap h3,
.urgent-infection-wrap h3,
.sick-infection-wrap h3,
.psoriasis-infection-wrap h3,
.poison-infection-wrap h3,
.oral-candidiasis-infection-wrap h3,
.hermorrhoids-infection-wrap h3,
.hermorrhoids-infection-wrap h3,
.balanitis-infection-wrap h3,
.antibiotics-infection-wrap h3,
.general-infection-wrap h3,
.sick-infection-wrap h3,
.cold-infection-wrap h3,
.urinary-infection-wrap h3,
.quit-infection-wrap h3,
.nail-infection-wrap h3,
.urethritis-infection-wrap h3,
.doxy-infection-wrap h3,
.chlamydia-gonorrhea-infection-wrap h3,
.Gonorrhea-infection-wrap h3,
.chlamydia-infection-wrap h3,
.Mycoplasma-infection-wrap h3,
.unknown_std h3,
.combination-infection-wrap h3,
.doxy-infection-wrap h3,
.Trichomoniasis-infection-wrap h3,
.Genital-infection-wrap h3,
.schizophrenia-infection-wrap h3,
.bipolar-infection-wrap h3,
.gad-infection-wrap h3,
.sad-infection-wrap h3,
.panic-infection-wrap h3,
.Depression-infection-wrap h3,
.panic-infection-wrap h3,
.eyelash-infection-wrap h3,
.Vaginal-infection-wrap h3,
.bacterial-infection-wrap h3,
.birth-infection-wrap h3,
.hairloss-infection-wrap h3,
.erectile-dysfunction-infection-wrap h3,
.Premature-infection-wrap h3 {
  color: var(--navy-blue);
}

.understanding-steps-item h5 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}

.understanding-steps-wrap+.testimonials-wrap {
  padding-top: 80px;
}

/* responsiveness */
@media (max-width: 1830px) {
  .f80 {
    font-size: 72px;
    line-height: 80px;
  }

  .custom-container,
  .custom-nav {
    padding: 0 100px;
  }

  .home-banner::after {
    right: -28px;
  }

  /* .review-wrap {
    right: 311px;
  } */
  .helpful-text {
    right: -32px;
  }

  .f32 {
    font-size: 26px;
  }

  .custom-list ul li {
    font-size: 18px;
  }

  /* .section-padding {padding: 100px 0;} */
  .tabs-wrap .nav-tabs .nav-link {
    font-size: 16px;
    min-height: 75px;
    padding: 0 18px;
  }

  .grid-container {
    gap: 18px 18px;
  }

  .custom_radio label {
    font-size: 16px !important;
  }

  .f32 {
    font-size: 28px;
    line-height: normal;
  }

  .about-us-content {
    margin-top: 30px;
    padding: 56px 57px 57px 60px;

  }

  .section-padding {
    padding: 100px 0;
  }
}

@media (max-width: 1780px) {
  .f32 {
    font-size: 24px;
  }

  .services-built-card {
    padding: 20px;
    min-height: 310px;
  }

  .main-login-wrap {
    padding: 35px 0;
  }

  .rated-content {
    padding-left: 0px;
  }

  .review-wrap {
    max-width: 500px;
    right: 107px;
  }

  .review-inner::before {

    width: 600px;
    height: 300px;
    bottom: 0;
    right: 50%;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .f73 {
    font-size: 96px;
    line-height: 100px;
  }

  .f40 {
    font-size: 57px;
    line-height: 62px;
  }

  .banner-content a {
    margin-top: 38px;
  }

  .home-banner {
    min-height: 791px;
    padding-top: 200px;
  }

  .about-us-img {
    max-width: 100%;
    width: 100%;
    min-width: unset;
  }

  .about-us-content {
    padding: 40px 39px 40px 50px;
    max-height: max-content;

  }

  .about-us-content p {
    margin-bottom: 15px;
    line-height: 30px;
  }

  .f50 {
    font-size: 45px;
    line-height: 53px
  }

  .blue-blob-wraper {

    background-size: 88%;
  }

  .blue-blob-wraper span {
    font-size: 53px;

  }

  .about-us-img {
    min-height: auto;
  }

  .f72 {
    font-size: 60px;
    line-height: 71px;
  }

  .uncomplicated-wrap h4 {
    margin-bottom: 14px;
  }

  .comma-wrap {
    max-width: 50px;
  }

  .rated-content h4 {
    font-size: 33px;
  }

  .rated-content-img {
    margin-right: 25px;
  }

  .rated-area-border {
    padding: 30px 10px 30px 0px;
  }

  .rated-area {
    margin-bottom: 5px;
  }

  .mb-20 {
    margin-bottom: 12px;
  }

  .services-built {
    margin-top: 45px;
  }

  .services-built-card .mini-text {
    margin-bottom: 0;
  }

  .services-built-icon {
    width: 79px;
    height: 79px;
    margin-bottom: 23px;
  }

  .services-built-wrap {
    margin-bottom: 79px;
  }

  .tabs-wrap {
    margin-top: 60px;
  }

  .theme-text {
    line-height: 30px;
  }

  .treatment-wrap {
    padding: 79px 0 90px;
  }

  .section-padding {
    padding: 90px 0;
  }

  .theme_btn_white {
    padding: 11px;
    font-size: 19px;
    min-height: 55px;

  }

  .about-us-content p.mb-45 {
    margin-bottom: 29px;

  }

  .understanding-steps-wrap {
    padding: 92px 0 70px
  }

  .mt-30 {
    margin-top: 24px;
  }

  .section-padding {
    padding: 79px 0;
  }

  .comma-wrap {
    max-width: 56px;
  }

  .understanding-steps-icon img {
    max-width: 164px;
    max-height: 100px;
    min-height: 100px;
    margin-bottom: 30px;
  }

  .steps-clr {
    padding: 9px 17px 9px 32px;
  }

  .f25 {
    font-size: 22px;
  }

  .custom-footer ul li {
    margin-top: 20px;
  }

  .custom-footer h5 {
    margin-bottom: 15px;

  }

  .blue-blob-wraper p {
    transform: translate(0px, -14px);
  }

  .about-us-inner {
    align-items: center;
  }

  .understanding-steps-icon {
    min-height: 120px;
  }

  .custom-footer .footer-wrapper {
    padding: 100px 0 60px;
  }

  .understanding-steps-item {
    max-width: 100%;
  }

  .banner-content a {
    max-width: fit-content;
    padding: 6px 18px;
  }

  .how_it_works_wrap.consultaion-wrap .services-built-card,
  .how_it_works_wrap.lab-testing .services-built-card {
    min-height: 296px;
  }

  .services-built-card h5 {
    margin-bottom: 8px;

  }

  .understanding-steps-wrap+.testimonials-wrap {
    padding-top: 60px;
  }
}

@media (max-width: 1580px) {
  .home-banner::after {
    right: -90px;
  }

  .our_satisfied_wrap {
    padding: 60px 0 60px 60px;
  }

  .f80 {
    font-size: 62px;
    line-height: 68px;
  }

  .tabs-wrap .nav-tabs .nav-link img {
    max-width: 25px;
    margin-right: 5px;
  }

  .grid-container {
    grid-template-columns: repeat(3, 1fr);
    gap: 25px 25px;
  }

  .disease_detail_page_img img {
    max-width: 100%;
  }

  .f32 {
    font-size: 24px;
  }

  .treatment-wrap {
    padding: 60px 0;
  }

  .custom-nav nav ul li {
    padding-right: 17px;
  }

  .custom-nav nav ul li a {
    font-size: 18px;
  }

  .home-banner-inner .banner-content {
    max-width: 574px;
  }

  .f73 {
    font-size: 85px;
  }

  .f40 {
    font-size: 47px;
    line-height: 55px;
  }

  .banner-content .mb-30 {
    margin-bottom: 15px;
  }

  .review-wrap {
    top: 5%;
    max-width: 439px;
  }

  .home-banner {
    min-height: 675px;
    padding-top: 160px;
  }

  .review-inner::before {
    height: 200px;
    right: 24%;
  }

  .about-us-content {
    padding: 25px 30px 35px 37px;
  }

  .about-us-content p {
    margin-bottom: 15px;
  }

  .f50 {
    font-size: 36px;
    line-height: 44px;
  }

  .about-us-content .title-head,
  .about-us-content .f50 {
    margin-bottom: 12px;
  }

  .understanding-steps-wrap {
    padding: 79px 0 79px;
  }

  .services-built-wrap {
    margin-bottom: 79px;
  }

  .section-padding {
    padding: 79px 0;
  }

  .f72 {
    font-size: 54px;
    line-height: 62px;
  }

  .uncomplicated-wrap p span {
    font-size: 19px;
    line-height: 29px !important;
  }

  .our_satisfied_wrap {
    padding: 60px 0 0px 0px;
  }

  .theme-text {
    font-size: 20px;
  }

  .custom-nav {
    min-height: 95px;
  }

  .logo-item img {
    max-width: 200px
  }

  .footer-logo .doctor-img {
    max-width: 200px;
  }

  .theme_btn_white {
    padding: 9px;
    font-size: 18px;
    min-height: 50px;
  }

  .rated-content-img {
    height: 85px;
    min-width: 85px;
  }

  .rated-content h4 {
    font-size: 30px;
  }

  .rated-area-border {
    padding: 20px 10px 20px 0px;
  }

  .rated-area {
    transform: translateY(-55px);
  }

  .f25 {
    font-size: 22px;
  }

  .tabs-wrap {
    margin-top: 50px;
  }

  .understanding-steps {
    margin-top: 45px;
  }

  .mb-15 {
    margin-bottom: 10px;
  }

  .footer-wrapper .subscribe p {
    color: #000;
  }

  .footer-flex:has(.site-contact-info) {
    padding-left: 0;
    padding-right: 0;
  }

  .mr-14 {
    margin-right: 9px;
  }

  .mini-text {
    font-size: 18px;

  }

  p {
    font-size: 18px;
  }

  .custom-footer .copyright-info p {
    font-size: 17px;
  }

  .custom-footer .footer-wrapper {
    padding: 100px 0 46px;
  }

  .our_satisfied_content>p {
    min-height: 81px;
  }

  .how_it_works_wrap.consultaion-wrap .services-built-card,
  .how_it_works_wrap.lab-testing .services-built-card {
    min-height: 279px;
  }
}

@media (max-width: 1480px) {
  .home-banner::after {
    right: -190px;
  }

  .helpful-text {
    right: -160px;
  }

  .social-icons a {
    width: 39px;
    height: 39px;
  }

  .social-icons a {
    line-height: 39px !important;
    font-size: 16px;
  }

  .site-contact-info ul li img {
    max-width: 40px;
  }

  .google-btn ul li img {
    max-width: 151px;
  }

  .ready_to_start_wrap .ready_to_start_inner .content {
    padding: 55px 27px;
  }

  .lab-test-wrap {
    padding: 70px 0 80px;
  }

  .rated-content h4 {
    font-size: 29px;
  }

  .rated-content-img {
    height: 79px;
    min-width: 79px;
  }

  .rated-area-border {
    padding: 27px 10px 27px 0px;
    border-bottom: 4px solid #003B6E;
  }

  .home-banner-inner .theme-text {
    line-height: 28px;
  }

  .f25 {
    font-size: 21px;
    line-height: 27px;
  }

  .services-built-icon {
    width: 65px;
    height: 65px;
    margin-bottom: 14px;
  }

  .services-built-card {
    min-height: 282px;
  }

  .f72 {
    font-size: 48px;
    line-height: 53px;
  }

  .blue-blob-wraper {
    width: 260px;
    height: 260px;
  }

  .blue-blob-wraper p {
    font-size: 25px !important;
    transform: translate(-3px, -15px);

  }

  .blue-blob-wraper span {
    font-size: 39px;
    line-height: normal;
  }

  .blue-blob-wraper small {
    font-size: 21px;
  }

  .footer-badges-img img {
    max-width: 128px;
    max-height: 123px;

  }

  .custom-footer h5 {
    margin-bottom: 17px;
    margin-top: 19px;
  }

  .mb-30 {
    margin-bottom: 15px !important;

  }


  .get_in_touch .form-control {
    min-height: 55px;
  }

  .input-group-append .theme_btn_white.blue {
    min-height: 55px;
    font-size: 19px;
    max-height: 55px;

  }

  .input-group-append {
    max-width: 120px;
  }

  .how_it_works_wrap.consultaion-wrap .services-built-card,
  .how_it_works_wrap.lab-testing .services-built-card {
    min-height: 255px;
  }

.dashboard-main-table th {
  font-size: 16px;
}

}

@media (max-width: 1399px) {

  .custom-container,
  .custom-nav {
    padding: 0 55px;
  }

  .f73 {
    font-size: 72px;
    line-height: 68px;
  }

  .custom-nav nav ul li a {
    font-size: 16px;
  }

  .home-banner::after {
    right: -250px;
  }

  .review-wrap {
    right: 95px;
  }

  .helpful-text {
    right: -230px;
  }

  .custom-nav nav {
    padding: 10px 0;
  }

  .custom-nav nav ul li {
    padding-right: 18px;
  }

  .helpful-text {
    right: -164px;
  }

  .helpful-text h5 {
    font-size: 100px;
  }

  .disease_detail_page .title-head {
    max-width: 570px;
  }

  .site-contact-info ul li img {
    max-width: 36px;
  }

  .f40 {
    font-size: 40px;
  }

  .review-wrap {
    max-width: 366px;
  }

  .review-inner::before {
    height: 182px;
    right: 0%;
  }

  .home-banner {
    min-height: 556px;
    padding-top: 145px;
  }

  .rated-area {
    transform: translateY(-39px);
  }

  .services-built-card .mini-text {
    margin-bottom: 0;
  }

  .theme-text {
    line-height: 28px;
  }

  .f50 {
    font-size: 30px;
    line-height: normal;
  }

  .about-us-content p {
    line-height: 29px;
  }

  .theme_btn_white {
    min-height: 50px;
    padding: 9px;
  }

  .section-padding {
    padding: 65px 0;
  }

  .understanding-steps-wrap {
    padding: 60px 0 60px
  }

  .understanding-steps {
    margin-top: 30px;
  }

  .title-head {
    margin-bottom: 5px;
  }

  .footer-badges-wrapper {
    max-width: 80%;
  }

  .services-built-wrap {
    margin-bottom: 65px;
  }


  .blue-blob-wraper {
    width: 234px;
    height: 234px;

  }

  .testimonials-wrap .testimonials_inner .owl-prev img,
  .testimonials-wrap .testimonials_inner .owl-next img {
    max-width: 13px;
  }

  .testimonials_inner .owl-nav .owl-prev {
    left: -3%;
  }

  .testimonials_inner .owl-nav .owl-next {
    right: -3%;
  }

  section.testimonials-wrap.section-padding {
    padding-bottom: 25px;
  }

  .custom-footer h5 {
    font-size: 21px;
  }

  .about-us-content {
    padding: 25px 30px 35px 30px;
    margin-bottom: 30px;
  }

  .custom-footer h5 {
    margin-bottom: 15px;
  }

  .custom-footer .copyright-info p {
    font-size: 16px;
  }

  .services-built-card h5 {
    margin-bottom: 8px;
  }

  .f32 {
    font-size: 22px;
  }

  .how_it_works_wrap.consultaion-wrap .services-built-card,
  .how_it_works_wrap.lab-testing .services-built-card {
    min-height: 249px;

  }

  .understanding-steps-wrap+.testimonials-wrap {
    margin-bottom: 30px;
    padding-top: 30px;
  }

}

@media (max-width: 1199px) {
  .f80 {
    font-size: 60px;
    line-height: 67px;
  }

  .about-us-img {
    margin: 0 auto;
    margin-top: 50px;
  }

  .our_satisfied_wrap {
    padding: 30px 32px 70px;
  }

  .testimonials-wrap .custom-container {
    padding-right: 55px;
  }

  .home-banner {
    padding: 152px 0 0px;
  }

  .home-banner::after {
    height: 749px;
    width: 46%;
    background-size: cover;
  }

  .services-built-card {
    margin-bottom: 25px;
  }

  .f48 {
    font-size: 40px;
    line-height: 46px;
    font-weight: bold;
  }

  .mb_none {
    display: none;
  }

  .mb_show {
    display: block;
    margin-top: 30px;
  }

  .custom-footer .footer-wrapper {
    padding: 60px 0 60px;
  }

  .disease_detail_page_img img {
    max-width: 100%;
    border-radius: 12px;
    outline-offset: -12px;
    outline-width: 2px;
    height: auto !important;
  }

  .theme_btn_white {
    padding: 13px;
    font-size: 15px;
    min-height: 50px;
  }

  .disease_detail_inner .title-head p,
  .disease_detail_inner .title-head h4 {
    max-width: 100%;
  }

  .uncomplicated-wrap {
    padding: 50px 0;
  }

  .menu {
    top: 90px;
  }

  .prescription-refill-list.grid-container {
    grid-template-columns: repeat(2, 1fr);
  }

  .treatment-wrap {
    padding: 60px 0;
  }

  /* .custom-nav nav ul li { padding-right:30px;} */
  .custom-nav nav ul li a {
    font-size: 16px;
  }

  .footer-box h5.f24 {
    display: none;
  }

  .blob-shaped-img img {
    width: 250px;
    height: 250px;
  }

  .home-banner {
    min-height: 555px;
  }

  .rated-content h4 {
    font-size: 25px;
  }

  .f72 {
    font-size: 38px;
    line-height: 48px;
  }

  .about-us-content {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .footer-logo .doctor-img {
    max-width: 159px;
  }

  .uncomplicated-wrap .theme_btn_white {
    max-width: fit-content;
    padding: 8px 15px;
  }

  .understanding-steps-item h5 {
    display: block;
  }
}

@media (max-width: 1480px) {
  .home-banner::after {
    right: -190px;
  }

  .helpful-text {
    right: -160px;
  }

  .social-icons a {
    width: 39px;
    height: 39px;
  }

  .social-icons a {
    line-height: 39px !important;
    font-size: 16px;
  }

  .site-contact-info ul li img {
    max-width: 40px;
  }

  .google-btn ul li img {
    max-width: 151px;
  }

  .ready_to_start_wrap .ready_to_start_inner .content {
    padding: 55px 27px;
  }

  .lab-test-wrap {
    padding: 70px 0 80px;
  }

  .refund-poicy-dynamic h1 {
    font-size: 32px !important;
  }

  .services-built {
    margin-top: 40px;
  }

  .tabs-wrap {
    margin-top: 50px;
  }
}

@media (max-width: 1399px) {

  .custom-container,
  .custom-nav {
    padding: 0 55px;
  }

  /* .f73 { font-size: 62px;line-height: 68px;} */
  .custom-nav nav ul li a {
    font-size: 16px;
  }

  .home-banner::after {
    right: -250px;
  }

  .review-wrap {
    right: 66px;
  }

  .helpful-text {
    right: -230px;
  }

  .custom-nav nav {
    padding: 10px 0;
  }

  /* .custom-nav nav ul li { padding-right: 13px;} */
  .helpful-text {
    right: -164px;
  }

  .helpful-text h5 {
    font-size: 100px;
  }

  .disease_detail_page .title-head {
    max-width: 570px;
  }

  .our_vision_wrap {
    margin-top: 180px;
  }

  .understanding-steps-icon img {
    margin-bottom: 20px;
    max-width: 150px;
    max-height: 90px;
    min-height: 90px;
  }

  .banner-content a {
    margin-top: 29px;

  }

  .tabs-wrap {
    margin-top: 37px;
  }
}

@media (max-width: 1199px) {
  .f80 {
    font-size: 60px;
    line-height: 67px;
  }

  .about-us-img {
    margin: 0 auto;
    margin-top: 0px;
  }

  .our_satisfied_wrap {
    padding: 30px 32px 25px;
  }

  .testimonials-wrap .custom-container {
    padding-right: 55px;
  }

  .home-banner {
    padding: 152px 0 0px;
  }

  .home-banner::after {
    height: 749px;
    width: 46%;
    background-size: cover;
  }

  .services-built-card {
    margin-bottom: 25px;
  }

  .f48 {
    font-size: 40px;
    line-height: 46px;
  }

  .mb_none {
    display: none;
  }

  .mb_show {
    display: block;
    margin-top: 30px;
  }

  .custom-footer .footer-wrapper {
    padding: 60px 0 60px;
  }

  .disease_detail_page_img img {
    max-width: 100%;
    border-radius: 12px;
    outline-offset: -12px;
    outline-width: 2px;
    height: auto !important;
  }

  .theme_btn_white {
    padding: 13px;
    font-size: 15px;
    min-height: 50px;
  }

  .disease_detail_inner .title-head p,
  .disease_detail_inner .title-head h4 {
    max-width: 100%;
  }

  .uncomplicated-wrap {
    padding: 50px 0;
  }

  .menu {
    top: 90px;
  }

  .prescription-refill-list.grid-container {
    grid-template-columns: repeat(2, 1fr);
  }

  .lab-tasing-inner .grid-container {
    grid-template-columns: repeat(2, 1fr);
  }

  .understanding-steps-item {
    margin-bottom: 25px;
  }

  .understanding-steps:after {
    /* content: ""; */
    height: calc(100% - 106px);
  }

  .logo-item img {
    max-width: 125px;
  }

  .custom-nav {
    min-height: 80px;
  }

  .review-item p {
    font-size: 16px !important;
  }

  .services-built-card {
    min-height: 250px;
  }

  a.navbar-brand {
    padding-top: 0;
  }
}

@media (max-width: 1080px) {
  .doctor-img img {
    display: none;
  }

  .review-inner::before {
    content: unset;
  }

  .review-inner .review_list {
    position: relative;
    top: unset;
    right: unset;
  }

  .review-wrap {
    position: relative;
    right: unset;
    top: unset;
    margin-top: 66px;
    width: 100%;
    max-width: 100%;
  }

  .home-banner {
    padding: 100px 0 0px;
  }

  .home-banner::after {
    height: 749px;
    width: 409px;
    background-size: cover;
    border-radius: 50px;
  }

  .helpful-text {
    right: -164px;
    top: 27%;
  }

  .our_vision_wrap {
    margin-top: 208px;
  }

  .brand-logo ul li img {
    max-width: 100px;
  }

  .brand-logo ul {
    max-width: 245px;
  }

  .certified {
    font-size: 40px;
  }

  .f32 {
    font-size: 27px;
  }

  .inner-wrap {
    padding: 26px;
  }

  .about-us-img {
    max-width: 100%;
    margin: 0px auto 0;
  }

  .f80 {
    font-size: 48px;
    line-height: 62px;
  }

  .about-us-content p {
    max-width: 100%;
    line-height: 25px;
  }

  .section-padding {
    padding: 75px 0;
  }

  .grid-container {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px 25px;
  }

  .treatment-wrap {
    padding: 49px 0;
  }

  .tabs-wrap {
    margin-top: 30px;
  }

  .navbar-toggler img {
    max-width: 24px;
  }

  .custom-nav {
    min-height: 80px;
  }

  .tabs-wrap .nav-tabs .nav-link {
    font-size: 15px;
    min-height: 60px;
    padding: 0px 13px;
  }

  .f48 {
    font-size: 35px;
    line-height: 44px;
  }

  .home-banner {
    min-height: 481px;
  }

  .custom-nav nav ul li {
    padding-right: 12px;
  }

  .rated-content {
    padding-left: 0px;
  }

  .rated-content-img {
    height: 64px;
    min-width: 64px;
    margin-right: 20px;
  }

  .footer-box .doctor-img img {
    display: block;
  }

  .f73 {
    font-size: 60px;
    line-height: 68px;
  }

  .about-us-inner {
    flex-direction: column;
    width: 100%;
    margin-left: 0;
  }

  .about-us-content {
    transform: translateY(-10%);
    margin: auto;
    margin-left: 0;
    width: 100%;
    border-radius: 16px;
  }

  .about-us-wrap .custom-container {
    padding-left: 55px;

  }

  .about-us-img {
    max-height: 386px;
    border-radius: 16px;
  }

  .about-us-img img {
    width: 100%;
  }
}

@media (max-width: 991px) {
  .menu {
    right: 50px;
  }

  .disease_detail_inner .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .custom-footer h5 {
    margin-top: 20px;
  }

  .our_satisfied_wrap {
    padding: 15px;
  }

  .custom-container,
  .custom-nav {
    padding: 0 20px;
  }

  .custom-nav {
    min-height: 78px;
    border-top: 2px solid #003B6E;
  }

  /* .f73 {font-size: 43px;line-height: 47px;} */
  .f40 {
    font-size: 26px;
    line-height: 32px;
  }

  .home-banner {
    padding: 57px 0 0px;
    min-height: auto;
  }

  .our_vision_wrap {
    margin-top: 106px;
  }

  .our_vision_main {
    padding-right: 15px;
  }

  .section-padding {
    padding: 60px 0;
  }

  .testimonials-wrap .custom-container {
    padding-right: 15px;
  }

  /* .custom-footer .footer-wrapper:after {
    content: "";
    width: calc(100% - 40px);
    height: 6px;
    top: -3px;
    margin: 0 20px;
  } */
  .custom-footer .footer-wrapper {
    padding: 50px 0 30px;
  }

  .testimonials_inner .owl-nav {
    padding-right: 0 !important;
    left: 0;
    right: 0;
    margin: 0 auto;
  }

  .custom-footer .copyright-info {
    padding: 11px 0;
  }

  p {
    font-size: 17px;
  }

  .mini-text {
    font-size: 17px;
  }

  .recommended_treatment_card {
    border-top: 5px solid #e41e36;
    padding: 50px 22px;
  }

  .disease_detail_page {
    padding: 40px 0;
  }

  .disease_detail_page_img {
    margin-top: 40px;
  }

  .disease_detail_inner .title-head {
    margin-bottom: 40px;
  }

  .inner-page-card h4 {
    line-height: normal;
  }

  .contact-us-wrap {
    margin-bottom: 40px;
  }

  .login-block.custom_form_wrap {
    width: calc(100% - 25px) !important;
  }

  .login-parent .w-100.h-100.d-table {
    min-height: 700px !important;
    height: auto !important;
  }

  .login-parent {
    padding-top: 50px;
  }

  .brand-logo-wrap {
    background: unset;
  }

  .brand-logo {
    background: transparent linear-gradient(90deg, #cfd6e1 0%, #ffffff 100%) 0% 0% no-repeat padding-box;
    padding-bottom: 40px;
  }

  .acne_page_img {
    position: inherit;
    margin-top: 20px;
    top: auto;
  }

  .disease_detail_page_img {
    text-align: center;
  }

  .disease_detail_page .row .col-lg-7,
  .disease_detail_page .row .col-lg-5 {
    width: 50%;
  }

  .understanding-steps-img {
    text-align: center;
  }

  .row_rev {
    flex-direction: column-reverse;
  }

  .accordion_wrap .card-header {
    font-size: 17px;
    padding: 10px 19px;
    min-height: 60px;
  }

  .accordion_wrap .card-header.collapsed:after {
    font-size: 14px;
  }

  .rated-area {
    transform: translateY(-20px);
  }

  .rated-area-border {
    padding: 27px 10px 10px 0px;
  }

  .theme-text {
    line-height: 26px;
  }

  .services-built-wrap {
    margin-bottom: 39px;
  }

  .f50 {
    font-size: 28px;

  }

  .rated-content h4 {
    font-size: 22px;
  }

  .mb-20 {
    margin-bottom: 10px;
  }

  .logo-item img {
    max-width: 181px;
  }

  .footer-logo .doctor-img {
    max-width: 203px;
    margin-top: 20px;
  }

  .mb-30 {
    margin-bottom: 10px !important;
  }

  .services-built {
    margin-top: 28px;
  }

  .rated-content {
    padding-left: 20px;
    justify-content: start;
  }

  .our_satisfied_content p {
    margin-bottom: 6px;
  }

  .services-built-wrap {
    margin-bottom: 50px;
  }

  .about-us-wrap .custom-container {
    padding-left: 20px;

  }

  .testimonials_inner .owl-nav .owl-prev {
    left: -3%;
  }

  .testimonials_inner .owl-nav .owl-next {
    right: -3%;
  }

  .footer-flex:has(.site-contact-info) {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-badges-wrapper {
    border-radius: 15px;
  }

  .footer-bdges-inner {
    border-top: 3px solid #003B6E;
  }

  .rated-area-inner {
    border-radius: 10px;
  }

  .copyright-info .copy-text {
    flex-direction: column-reverse;
  }

  .footer-badges-img img {
    max-height: 103px;
    max-width: 103px;
  }

  .uncomplicated-wrap h4 {
    margin-bottom: 5px;

  }

  .our_satisfied_content>p {
    min-height: 77px;
  }

  .understanding-steps-wrap {
    padding: 30px 0 60px;
  }

  .how_it_works_wrap.consultaion-wrap .services-built-card,
  .how_it_works_wrap.lab-testing .services-built-card {
    min-height: 240px;
  }

  .subcription_free_consultation {
    margin: 20px 20px 0;

  }
  .feedback-container {
    min-height: auto!important;

  }
}

@media (max-width: 768px) {
  .mb__show {
    display: flex;
  }

  .mb__none {
    display: none;
  }

  .login-block {
    padding: 18px 20px !important;
  }

  .signup-wrapper-sty [class*="col-"] .doc-alx-selection-box {
    margin-bottom: 17px;
  }

  span.logo-holder {
    display: none !important;
  }

  .contact-us-wrap {
    padding: 25px 20px;
    border-radius: 0;
    margin-bottom: 54px;
  }

  .contact-us-wrap .theme-section-title {
    text-align: center;
  }

  .disease_detail_page_img img,
  .menu {
    right: 27px;
    top: 81px;
  }

  .our_satisfied_card {
    padding: 20px;
  }

  .f32 {
    font-size: 24px;
  }

  .brand-logo ul li img {
    max-width: 69px;
  }

  .mb-15 {
    margin-bottom: 8px;
  }

  .inner-wrap {
    padding: 20px;
  }

  .our_vision_wrap {
    margin-top: 25px;
  }

  .our_vision-content {
    margin-bottom: 25px;
  }

  .home-banner::after {
    display: none;
  }

  .review-inner .review_list {
    grid-template-columns: repeat(3, 1fr);
  }

  /* .banner-listing li:last-child {grid-column: 1 / -1;}  */
  .helpful-text {
    right: -101px;
    top: 13%;
  }

  .helpful-text h5 {
    font-size: 58px;
    opacity: 0.1;
  }

  .review-item {
    min-height: 74px;
    padding: 12px;
  }

  .f80 {
    font-size: 40px;
    line-height: normal;
  }

  .f48 {
    font-weight: bold;
    font-size: 32px;
  }

  .section-padding {
    padding: 50px 0;
  }

  .mt-80 {
    margin-top: 40px;
  }

  .custom-nav nav ul li a {
    font-size: 15px;
    line-height: 29px;
  }

  .profile-image {
    width: 23px;
    height: 23px;
    border-radius: 50%;
    margin-left: -15px;
  }

  .certified {
    font-size: 31px;
  }

  .tabs-wrap .nav-tabs .nav-item {
    width: 100%;
  }

  .tabs-wrap .nav-tabs .nav-link.active {
    margin-right: 0;
  }

  .tabs-wrap .nav-tabs .nav-link {
    font-size: 15px;
    min-height: 55px;
    width: 100%;
    justify-content: start;
  }

  .tabs-wrap .nav-tabs .nav-link:after {
    content: "";
    width: 100%;
    height: 2px;
    background: #ffffff94;
    position: absolute;
    right: 0;
    bottom: 0;
  }

  .tab-content {
    padding: 15px;
  }

  .grid-container {
    gap: 14px 14px;
    grid-template-columns: repeat(1, 1fr);
  }

  .tabs-wrap .nav-tabs .nav-link img {
    max-width: 25px;
    margin-right: 15px;
  }

  .btn-login img {
    max-width: 15px;
  }

  .btn-login {
    width: 35px;
    height: 35px;
    margin-left: 12px;
  }

  .search-icon {
    font-size: 14px;
  }

  .search-box .btn-search,
  .search-box .btn-search-mb {
    width: 35px;
    height: 35px;
  }

  .search-bar {
    right: 9px;
    width: 17rem !important;
    height: 35px;
    font-size: 14px;
  }

  .navbar-toggler {
    padding: 0;
    margin-left: 10px;
  }

  .custom-container,
  .custom-nav {
    padding: 0 15px;
  }

  .custom-nav {
    min-height: 71px;
  }

  .services-built-icon {
    width: 55px;
    height: 55px;
    margin-bottom: 10px;
  }

  .services-built-card {
    min-height: auto;
    margin-bottom: 15px;
    padding: 18px 15px;

  }

  .disease_detail_inner .col-lg-6 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .how_it_works_wrap .services-built-card {
    min-height: auto;


  }

  .item-vision {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }

  .lab-tasing-inner .grid-container {
    grid-template-columns: repeat(2, 1fr);
  }

  .theme_btn_white {
    padding: 8px;
    font-size: 15px;
    min-height: 45px;
    font-size: 15px;

  }

  .disease_detail_page_img img {
    height: auto !important;
  }

  .inner-page-content h3.f48.mb-30,
  .inner-page-card h4 {
    margin-bottom: 15px;
  }

  .inner-page-wrap {
    padding: 40px 0 !important;
  }

  .disease_detail_page .row .col-lg-7,
  .disease_detail_page .row .col-lg-5 {
    width: 100%;
  }

  .disease_detail_page_img {
    display: none;
  }

  .wraper-page .custom-list ul {
    margin-left: 12px;
  }

  .mask-image img {
    height: auto !important;
    width: auto !important;
  }

  /* .how_it_works_wrap.lab-testing .services-built-card {
    min-height: auto;
  } */
  /* .how_it_works_wrap.lab-testing .services-built-card {
    min-height: auto;
  } */
  .f73 {
    font-size: 51px;
    line-height: 60px;
  }

  .banner-content .mb-30 {
    margin-bottom: 8px;
  }

  .services-built-card .mini-text {
    margin-bottom: 0;
  }

  .custom-footer .footer-logo {
    max-width: 100%;
    margin-bottom: 7px;
  }

  .footer-box .doctor-img img {
    max-width: 237px;
    margin-top: 35px;
  }

  .custom-footer h5 {
    margin-top: 0px;

  }

  .custom-footer .subscribe {
    margin-top: 24px;
  }

  .site-contact-info ul li:last-child {
    margin-top: 20px;
  }

  .copyright-info .copy-text {
    justify-content: space-between;
    flex-direction: column-reverse;
    gap: 4px;
  }

  /* .footer-bdges-inner {

    grid-template-columns: unset;
  }
  .footer-badges-wrapper {
    max-width: 65%;
  } */
  .footer-badges-img img {
    max-width: 120px;
  }

  .theme-text {
    font-size: 19px;

  }

  .comma-wrap {
    max-width: 40px;
    margin-bottom: 8px;
  }

  .rated-content {
    border-left: 0;
  }

  .footer-flex {
    display: flex;
    justify-content: start;
    margin-top: 15px;
  }

  .testimonials-wrap .testimonials_inner .owl-prev img,
  .testimonials-wrap .testimonials_inner .owl-next img {
    max-width: 10px;
  }

  .steps-clr {
    padding: 9px 12px 9px 27px;
  }

  .step-clr-wrap {
    top: 27px;
  }

  .how_it_works_wrap.consultaion-wrap .services-built-card,
  .how_it_works_wrap.lab-testing .services-built-card {
    min-height: auto;


  }

  .how_it_works_wrap.consultaion-wrap .services-built-card p,
  .how_it_works_wrap.lab-testing .services-built-card p {
    display: block;
  }

  .custom-list ul li {
    font-size: 16px;
  }
}

@media (max-width: 568px) {
  .prescription-refill-list.grid-container {
    grid-template-columns: repeat(1, 1fr);
  }

  .google-btn {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    display: none;
  }

  .social-box {
    text-align: center;
  }

  .understanding-steps-item {
    display: block;
    margin-bottom: 30px;
    /* text-align: center; */
    padding: 20px 20px 20px;
  }

  /* .understanding-steps-content {
    text-align: center;
  }
  .testimonials-wrap .title-head {
    text-align: center;
  } */
  .f80 {
    font-size: 30px;
  }

  .f18 {
    font-size: 16px;
  }

  .understanding-steps-icon {
    margin-right: 0;
    margin-bottom: 16px;
  }

  .understanding-steps:after {
    display: none;
  }

  .grid-container {
    grid-template-columns: 1fr;
    /* 1 column for very small screens */
  }

  .f48 {
    font-size: 29px;
    line-height: normal;
  }

  .f32 {
    font-size: 20px;
  }

  .item-vision {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .grid-container {
    grid-template-columns: repeat(1, 1fr);
  }

  .lab-tasing-inner .grid-container {
    grid-template-columns: repeat(1, 1fr);
  }

  .about-us-img {
    border-radius: 10px;
    margin-top: 0;
  }

  .review-inner .review_list {
    grid-template-columns: repeat(2, 1fr);
  }

  .banner-listing li:last-child {
    grid-column: 1 / -1;
  }

  .testimonials-wrap .rating_star i {
    font-size: 20px;
  }

  .f73 {
    font-size: 42px;
    line-height: 50px;
  }

  .footer-badges-img img {
    max-height: 74px;
    min-width: auto;
  }

  .footer-bdges-inner {
    padding: 14px 0px;
    border-radius: 10px;

  }

  .blue-blob-wraper {
    width: 160px;
    height: 160px;
  }

  .blue-blob-wraper p {
    font-size: 17px;
    margin-bottom: 0;
  }

  .blue-blob-wraper span {
    font-size: 28px;
  }

  .blue-blob-wraper small {
    font-size: 16px;
  }

  .about-us-content {
    padding: 25px 20px 35px 20px;

  }

  .about-us-content .theme_btn_white {
    max-width: fit-content;
    min-height: 45px;
    padding: 6px 16px;
  }

  .understanding-steps-icon img {
    max-width: 117px;
    max-height: 75px;
    min-height: 75px;
    margin-bottom: 0px;


  }

  .understanding-steps-wrap {
    padding: 25px 0 25px;
  }

  .f72 {
    font-size: 30px;
    line-height: 42px;
  }


  .custom-footer h5 {
    margin-bottom: 10px;

  }

  .custom-footer ul li {
    margin-top: 16px;
  }


  .testimonials_inner .owl-nav .owl-prev {
    left: -5%;
  }

  .testimonials_inner .owl-nav .owl-next {
    right: -5%;
  }

  section.testimonials-wrap.section-padding {
    padding-bottom: 20px;
  }

  .footer-box .doctor-img img {
    max-width: 200px;
    margin-top: 0;
  }

  .rating_wrap {
    margin-bottom: 8px;
  }

  .footer-badges-wrapper {
    max-width: 100%;
    bottom: -14px;

  }

  .uncomplicated-wrap p span {
    font-size: 17px;
    line-height: 29px !important;
  }

  .mt-20 {
    margin-top: 10px;
  }

  .about-us-content {
    transform: translateY(-5%);
  }

  .logo-item img {
    max-width: 170px;
  }

  .footer-logo .doctor-img {
    max-width: 170px;
  }

  .understanding-steps-icon {
    min-height: auto;
  }

  p {
    font-size: 16px;
  }

  .mini-text {
    font-size: 16px;
  }

  .section-padding {
    padding: 42px 0;
  }

  .f50 {
    font-size: 26px;
  }

  .about-us-content .title-head,
  .about-us-content .f50 {
    margin-bottom: 8px;
  }

  .theme-text {
    font-size: 18px;
  }

  .mb-15 {
    margin-bottom: 5px;
  }

}

.menu {
  display: none;
}

.menu.active {
  display: block;
}

.search-wrap.show .search-bar {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.search-wrap .search-bar {
  opacity: 0;
  transform: translateY(-10px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

button:focus {
  outline: none !important;
  outline: none !important;
}

.theme_btn_white.white:hover {
  background: white;
  color: #e41e36;
}

.tabs-wrap .nav-tabs .nav-link img {
  filter: brightness(0);
}

.tabs-wrap .nav-tabs .nav-link.active img {
  filter: invert(1);
}

.our_satisfied_content p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  color: #686767;
}

.recommended_treatment_card .custom-list,
.inner-page-card .custom-list {
  margin-top: 10px;
  margin-bottom: 24px;
}

/* .acne-card-icon {display: none;} */
.wraper-page .custom-list ul li {
  margin-bottom: 12px !important;
}

.detail_content h2 {
  text-transform: capitalize;
}

.acne-card-wrap.section-padding {
  padding-bottom: 120px;
  padding-top: 70px;
}

.faqs-section {
  padding: 70px 0;
}

.image-shap-wrap::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../frontassets/img/circles.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.image-shap-wrap svg {
  display: block;
  max-width: 100%;
  height: auto;
}

.mask-image img {
  height: auto !important;
}

.image-shap-wrap img {
  height: auto !important;
}

/* .mask-image */
.mask-image img {
  height: 650px !important;
  width: 650px !important;
  object-fit: cover;
  -webkit-mask-image: url(#mask);
  mask-image: url(#mask);
}

.services-built-wrap.disease_detail_inner.our-vision-wrap_tow {
  background: #f1f6ff;
  padding: 100px 0px;
  margin-top: 76px;
}

.mask-image {
  max-width: 648px;
  margin-left: auto;
}

.mask-image:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../frontassets/img/circles.svg);
  background-repeat: no-repeat;
}

.faq_wrap .panel-title {
  font-size: 20px !important;
}

.faq_wrap .panel-body {
  font-size: 17px !important;
}

.subscription_checkbox .checkmark {
  height: 18px;
  width: 18px;
  border-radius: 4px;
  top: 0;
}

.subscription_checkbox label.container .checkmark:after {
  left: 5px;
  top: 1px;
}

.subscription-card {
  border-radius: 20px;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  background: #fff;
  margin-bottom: 0px;


}

/* For WebKit browsers like Chrome, Safari */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0 !important;
}

/* For Firefox */
input[type="number"] {
  -moz-appearance: textfield !important;
}

.subscription-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
}

.subcription_free_consultation {

  align-self: center;
  border: 1px solid #747272;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  padding: 10px;
  border-radius: 5px;
  border-left: 5px solid #28a745
}

.subcription_free_consultation p {
  margin-bottom: 0;
}

.bg-gradient {
  background: #003B6E;
  padding: 14px 0;
  font-weight: bold;
  text-transform: capitalize;
  font-size: 20px;

}

.subscription-card ul.card-list-unstyled {
  min-height: 132px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
}

.custom-btn {
  background: #14cee4;
  color: #fff;
  font-weight: bold;
  border: none;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
  border-radius: 4px;
}

.custom-btn:hover {
  background: #003B6E;
  color: white;
}

.theme_clr {
  color: #003B6E;
  margin-bottom: 30px;
}

.subscription-card .card-list-unstyled li {
  display: flex;
  justify-content: space-between;

}

.subscription_list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
  font-size: 16px;
}

.divider-subs {
  border-bottom: 1px solid #ddd;
}

.subscription_checkboxs {
  display: grid;
  gap: 0px 9px;
  grid-template-columns: repeat(2, 1fr);
  font-size: 16px;
  align-items: center;
  min-height: 64px;
}

.subscription_checkboxs label {

  display: flex;
  align-items: center;
  gap: 3px;
}

.subscription-card p.text-muted {

  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 16px;
  min-height: 54px;
  font-size: 17px;
}

.subscription-card-model .modal-header {
  background: #003B6E;
}

.subscription-card-model .modal-header .fa-times {
  color: #fff;
}

.subscription-card-model button {
  opacity: 1;
}

.subscription-card-model .subscription-card ul.card-list-unstyled {
  min-height: 152px;

}

.subscription-card-model .modal-footer .btn-danger:hover {
  color: red !important;
}

#subscribedPlanModal .modal-footer .btn-danger:hover {
  background: #fff;
}

.subscription-bg {
  background: #f2f2f2;
}

.subscription_checkboxs .custom-radio {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  gap: 8px;
  font-size: 16px;
  color: #333;
  user-select: none;
  position: relative;
  max-width: fit-content;
}

.subscription_checkboxs .custom-radio input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  border: 2px solid #999;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  background-color: #fff;
  transition: border-color 0.3s;
}

.subscription_checkboxs .custom-radio input[type="radio"]:checked {
  border-color: #003B6E;
}

.subscription_checkboxs .custom-radio input[type="radio"]::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  background-color: #003B6E;
  border-radius: 50%;
  opacity: 0;
  transition: opacity 0.2s;
}

.subscription_checkboxs .custom-radio input[type="radio"]:checked::before {
  opacity: 1;
}

.divider-subs strong {
  font-size: 18px;
}

.subscription_list .fa-dollar-sign+strong {
  margin-left: 10px;
}

@media (max-width: 1780px) {
  .mask-image:after {
    content: "";
    width: 106%;
  }
}

@media (max-width: 1480px) {
  .mask-image:after {
    content: "";
    width: 119%;
  }

  .mask-image {
    width: 119%;
  }
}

/* @media(max-width:1367px){

  .divider-subs {
    min-height: 94px;
}


} */
@media (max-width: 1280px) {
  .inner-page-wrap .col-lg-6.col-12 {
    flex: 0 0 42%;
    max-width: 42%;
  }
}

@media (max-width: 1200px) {

  .inner-page-wrap .col-lg-6.col-12,
  .inner-page-wrap .col-lg-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .inner-page-content {
    max-width: 100%;
  }

  .mask-image {
    margin: 0 auto;
  }

  .disease_detail_inner .title-head {
    margin-bottom: 30px;
  }
}

@media (max-width: 1200px) {
  .mask-image:after {
    content: "";
    width: 105%;
    background-size: cover;
    background-position: center;
  }

  .acne_page_img {
    position: inherit;
    top: 0px;
  }
}

@media(max-width:991px) {
  .subscription-card-model .subscription_checkboxs {
    min-height: auto;
  }
}

@media (max-width: 768px) {
  .mask-image:after {
    display: none;
  }

  .mask-image img {
    mask-image: unset;
    border-radius: 100px 0px 100px 0px;
    outline-offset: 8px;
    outline-width: 3px;
    outline-color: #f2f2f2;
    outline-style: solid;
    width: 100%;
    height: auto !important;
  }

  .mask-image {
    width: 100%;
    margin-top: 34px;
  }

  .custom-list ul li::after {
    width: 6px;
    height: 6px;
    top: 9px;
  }

  .custom-list ul li {
    padding-left: 19px;
  }

  .faq_wrap .panel-title {
    font-size: 18px !important;
  }

  .faq_wrap .panel-body {
    font-size: 16px !important;
  }

  .custom-footer .copyright-info p {
    font-size: 15px;
  }

  .link-forgot {
    text-align: left;
    margin-bottom: 29px;
  }

  .rated-content-img {
    height: 50px;
    min-width: 50px;
    width: 50px
  }

  .divider-subs {
    min-height: auto;
  }

  .subscription-card {
    /* max-height: max-content; */
    margin-bottom: 0;
  }

  .subscription_checkboxs {
    min-height: auto;
  }

}

.main-content {
  min-height: 550px;
}

p.errorPad {
  font-size: 15px !important;
  color: red !important;
}

/* .wizard-card[data-color="orange"] .moving-tab { background-color: #0065cb   !important;} */
.align-img-msg {
  min-width: 60px;
  vertical-align: middle;
}

.footer-logo {
  margin-bottom: 34px;
  max-width: 430px;
}

.social-box.mt-40.mb_none {
  margin-top: 0;
}

.recommended_treatment_card .custom-btn {
  display: none;
}

.nav-item.dropdown:hover .dropdown-menu a {
  font-size: 16px;
  color: black;
}

.book_now_btn a {
  transform: rotate(90deg);
  border-radius: 0;
}

.book_now_btn {
  position: fixed;
  z-index: 99;
  right: -50px;
  display: none;
  bottom: 147px;
  /* transform: rotate(90deg); */
  top: 60%;
  transform: translateY(-50%);
}

.pulse-effect-purple {
  -webkit-animation: pulse-effect-purple 1s infinite;
  animation: pulse-effect-purple 1s infinite;
}

@keyframes pulse-effect-purple {
  0% {
    box-shadow: 0 0 0 0 rgb(99 54 221);
    -webkit-box-shadow: 0 0 0 0 rgb(111 70 224);
  }

  100% {
    box-shadow: 0 0 0 12px rgb(99 54 221 / 6%);
    -webkit-box-shadow: 0 0 0 12px rgb(99 54 221 / 19%);
  }
}

@keyframes pulse-effect {
  0% {
    box-shadow: 0 0 0 0 rgba(46, 224, 135, 0.6);
    -webkit-box-shadow: 0 0 0 0 rgba(46, 224, 135, 0.6);
  }

  100% {
    box-shadow: 0 0 0 12px rgba(46, 224, 135, 0.2);
    -webkit-box-shadow: 0 0 0 12px rgba(46, 224, 135, 0.2);
  }
}

/* .Refund_Policy {
  display: none;
} */

.inner-page-wrap .custom-btn {
  display: none;
}

.login-parent {
  height: auto !important;
  padding-bottom: 80px;
  padding-top: 140px;
}

.about_us_padding .row_rev {
  flex-direction: row;
}

@media (max-width: 1200px) {
  .login-parent {
    height: auto !important;
    padding-bottom: 80px;
    padding-top: 80px;
  }
}

@media (max-width: 991px) {
  .about-us-wrap.about_us_padding.pt-5 {
    padding-top: 0 !important;
  }

  .about_us_padding .title-head {
    margin-bottom: 0;
  }

  .main-login-wrap.sign-up-wrap .sign-agreement {
    color: #00000091 !important;
  }

  .mb__show {
    display: flex;
  }

  .uncomplicated-wrap {
    padding: 40px 0;
  }

  .services-built-card h5 {
    margin-bottom: 5px;
  }
}

@media (max-width: 768px) {
  .about_us_padding .row_rev {
    flex-direction: column-reverse;
  }

  .about_us_padding .about-us-img {
    margin-bottom: 25px;
    margin-top: 0;
  }

  .refund-poicy-dynamic h1 {
    font-size: 26px !important;
  }
}

@media (max-width: 480px) {
  .login-parent {
    padding-bottom: 50px;
    padding-top: 50px;
  }

  .testimonials_inner .owl-nav .owl-prev {
    left: -7%;
  }

  .testimonials_inner .owl-nav .owl-next {
    right: -6%;
  }

  .theme-text {
    font-size: 17px;
  }

  .banner-content a {
    margin-top: 22px;
  }

  .home-banner {
    padding: 48px 0 0px;

  }

  .f25 {
    font-size: 20px;
    line-height: 25px;
  }

}

.understanding-steps-wrap .row {
  align-items: center;
}

.login-screen-wraper h1 {
  text-transform: capitalize;
}
.sweet-alert p {
    color: #003B6E !important;
    font-size: 22px !important;
}
#register-form p.small.sign-agreement {
  font-size: 15px !important;
}
.sigunp-agreement-row input{width: 25px;max-width: unset;margin-right: 10px;min-height: 35px;}
.sigunp-agreement-row {
    display: inline-flex;
    flex-wrap: nowrap;
    align-items: start;
}
.sigunp-agreement-row  p.small.sign-agreement {
    width: calc(100% - 45px);
}
/* 
li.nav-item.has-sub-menu.active {
  background: #379683 !important;
}
.sidebar .sidebar-wrapper .nav .nav-item [data-toggle="collapse"] ~ div .nav .nav-item.active .nav-link {
  background: white;
} */
.btn-login.desktop_icon {
  width: 106px;
  font-size: 16px;
  font-weight: 600;
}

.btn-login.desktop_icon img {
  width: 15px;
  margin-right: 7px;
}

.btn-login.desktop_icon:hover {
  background: #03d7f2;
}

.certificate-image img {
  width: 100px;
  margin-top: 20px;
  height: auto;
}

.certificate-image {
  text-align: center;
}

.subscription-card-model .text-white {
  color: #fff;
}

.subscribed-custom-plan {
  display: flex;
  justify-content: center;
}

.subscribed-custom-plan .card-header {
  border-radius: 7px 7px 0 0;
}
.custom_flex_box {
  display: flex;
  gap: 4px;
}
.dashboard-main-table th{
  min-width: 100px;
}
.subscribed_plan_box{
  max-width: 365px;
  width: 100%;
}
.dashboard-main-table .min_w_230{
min-width: 150px;
}
.custom_treatment_history .table.dataTable{
  width: 100%!important;
}

.custom_treatment_history .dataTable>thead>tr>th[class*="sort"]:hover ,.custom_treatment_history .dataTable>thead>tr>th[class*="sort"] {
  color: #fff;

}
.custom_treatment_history .dataTable>thead>tr>th[class*="sort"]::after{
  display: none;
}
.custom_treatment_history .dataTables_filter{
  margin-bottom: 10px;
}
.custom_treatment_history .dataTable>thead>tr>th.sorting_asc,.custom_treatment_history .dataTable>thead>tr>th.sorting_asc:hover{
color: #003b6e;
}
.custom_img_holder {
  max-width: 150px;
  margin: auto;

}
.custom_img_holder img{
  border-radius: 50%;
}
.sidebar.right_counter .sidebar-wrapper .nav .nav-link p {
  width: 100%;
}

::-webkit-scrollbar {
  width: 5px; 
  height: 5px; 
}


::-webkit-scrollbar-thumb {
  background-color: #003b6e;
  border-radius: 4px;
}

::-webkit-scrollbar-track {
  background-color: #f1f1f1;
}


.testimonial_image {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
}

.testimonial_image .image-display {
  width: 74px;
  min-width: 74px;
  height: 74px;
  object-fit: contain;
  border-radius: 50%;
  border: 3px solid #00c6af;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease;
  padding: 5px;
}

  .testimonial_image   .comma-wrap{
margin-bottom: 0;
  }

  .eye-btn {
    background: none;
    border: none;
    color: #007bff;
    cursor: pointer;
    margin-top: 0px;
    display: flex;
        justify-content: center;
        width: auto;
        font-size: 22px;
        padding: 0;
        position: relative;
        top: 19px;
}



/* Vertically center modal */
#feedbackModal .modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100vh - 60px); 
  justify-content: center;
}

#feedbackModal .modal-header{
background: #003B6E;
    color: #fff;
}
#feedbackModal .modal-header span{
  color: #fff;
}


.feedback-container {
  min-height: 105px;
}