@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600&display=swap");

body {
  font-family: "Montserrat", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
}

.web-clr {
  color: var(--greencolor) !important;
}

.web-btn {
  padding: 10px 15px;
  background: var(--greencolor);
  color: var(--white);
  border-radius: 5px;
}
.web-btn:hover,
.web-btn:focus {
  background: var(--btn2color);
  color: var(--white);
}

.web-btn2 {
  background: var(--btn2color);
  color: var(--white);
  border-radius: 5px;
  font-size: 12px;
  padding: 10px 15px;
}
.web-btn2:hover,
.web-btn2:focus {
  background: var(--greencolor);
  color: var(--white);
}

.web-btn3 {
  background: white;
  border: 1px solid var(--greencolor);
  color: var(--greencolor);
  border-radius: 5px;
}

.web-btn3:hover,
.web-btn3:focus {
  background: var(--greencolor);
  border: 1px solid var(--greencolor);
  color: var(--white);
}
.web-btn3:hover img,
.web-btn3:focus img {
  filter: brightness(100);
}

.card {
  margin-bottom: 20px;
}

.login-form {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  width: 100%;
}

.login-form .form-image {
  margin-top: 0%;
}

.category-slider .owl-nav,
.category-slider .owl-dots {
  display: none !important;
}

.section {
  padding-left: 0px;
  padding-right: 0px;
}

.appHeader {
  background: var(--greencolor);
  color: #fff;
  min-height: 65px;
  padding: 0px;
  /*    box-shadow: 0px 0px 15px rgba(0,0,0,0.1);*/
}

.appHeader .pageTitle {
  margin: 0px;
  padding: 0px;
}

.appHeader img {
  height: 40px;
}

.appHeader .left,
.appHeader .right {
  position: relative;
  height: auto;
  width: auto;
  left: unset;
  right: unset;
}

.appHeader .left .headerButton,
.appHeader .right .headerButton {
  min-width: auto !important;
  height: auto !important;
  display: block !important;
  padding: 0 !important;
}

#appCapsule {
  padding: 95px 0px 60px;
}

.user-cus-dash .item {
  height: calc(100% - 15px);
  margin-bottom: 15px;
}

.user-cus-dash .card {
  border-radius: 15px;
  box-shadow: 2px 2px 10px rgb(0 0 0 / 5%);
  height: 100%;
  word-wrap: unset;
}

.user-cus-dash .card .card-body {
  padding: 20px 15px !important;
}

.user-cus-dash .card .card-body img {
  padding: 0px 15px;
  margin-bottom: 10px;
}

.user-cus-dash .card h4 {
  font-size: 12px;
  line-height: 14px;
}

.appBottomMenu .item {
  font-size: 7px;
  color: #bdbdbd;
  transition: all 0.2s 0s linear;
}

.appBottomMenu .item:hover,
.appBottomMenu .item:focus,
.appBottomMenu .item:active {
  color: var(--greencolor);
}

#search .searchbox .form-control,
#search .searchbox .input-icon,
.searchbox .close {
  height: 65px !important;
}

.form-group {
  margin-bottom: 10px;
}

.form-control,
.form-control:focus {
  border: none;
  background: #f1f1f1;
  border-radius: 9px !important;
  height: auto !important;
  padding: 10px 15px !important;
  color: black;
}

.custom-control .custom-control-input:checked ~ .custom-control-label:before {
  background: var(--greencolor) !important;
  border-color: var(--greencolor) !important;
}

.common-btn {
  box-shadow: none !important;
  border-radius: 10px !important;
  height: auto !important;
  padding: 5px 15px !important;
}

.login-page-new {
  padding: 0px !important;
  display: flex;
  align-items: center;
  height: 100vh;
}

.login-page-new .login-form {
  top: unset;
  left: 0;
  transform: unset;
  position: relative;
}

.login-page-new .login-form .form-image {
  margin-top: 0px;
}

.login-page-new .how-it-works li {
  margin-top: 10px;
}

.login-page-new .how-it-works li span {
  font-size: 25px;
  position: absolute;
  margin-top: -27px;
  margin-left: 0px;
  color: rgb(168 230 248);
}

.login-page-new .how-it-works li.text-right span {
  right: 0;
  margin-left: 0px;
}

.login-page-new .how-it-works li p {
  font-size: 14px;
  border-radius: 0px 10px 10px 10px;
  padding: 5px 15px;
}

.login-page-new .how-it-works li.text-right p {
  border-radius: 10px 0px 10px 10px;
}

.login-btn {
  box-shadow: none !important;
  border-radius: 10px !important;
  height: auto !important;
  padding: 5px 15px !important;
  width: 100% !important;
}

.banner-img {
  border-radius: 10px;
  border: 1px solid #ddd;
}

.page-top {
  background: white;
  padding: 15px 0px;
}

.pregnancy-diary {
  background: white;
  padding: 0px 0px 20px;
}

.inputicon {
  position: relative;
}

.inputicon .fa {
  position: absolute;
  top: 49%;
  transform: translate(0, -50%);
  left: 15px;
  color: #ddd;
}

.inputicon .form-control {
  padding-left: 40px !important;
}

.selecticon {
  position: relative;
}

.selecticon .fa {
  position: absolute;
  top: 49%;
  transform: translate(0, -50%);
  right: 15px;
  color: #000;
}

.selecticon .form-control {
  padding-right: 40px !important;
}

.pregnancy-diary ul {
  margin: 0px;
  padding: 0px;
}

.pregnancy-diary ul li {
  list-style: none;
  margin-top: 10px;
}

.pregnancy-diary ul li a {
  display: flex;
  align-items: center;
  position: relative;
}

.pregnancy-diary ul li a:after {
  content: "\f105";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  position: absolute;
  right: 15px;
  top: 50%;
  color: #eee;
  transform: translate(0px, -50%);
}

.pregnancy-diary ul li:first-child {
  margin-top: 0px;
}

.pregnancy-diary ul li:first-child a {
  background: #f9f9f9;
  border-radius: 10px;
  padding: 15px;
}

.pregnancy-diary ul li:first-child a .icon {
  background: #fff;
}

.pregnancy-diary ul li a .icon {
  background: #f9f9f9;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  margin-right: 10px;
  padding: 5px;
}

.pregnancy-diary ul li a .icon img {
  width: 100%;
}

.pregnancy-diary ul li a p {
  margin: 0px;
  line-height: 18px;
}

.pregnancy-diary ul li a p small {
  color: #ddd;
}

.weekly-health-monitaring {
  padding: 20px 0px;
}

.weekly-health-monitaring .imgbox {
  width: 250px;
  height: 250px;
  border: 5px solid white;
  border-radius: 50%;
  background: #f1fbff;
  margin: 20px auto 0px;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
}

.weekly-health-monitaring ul {
  margin: 0px;
  padding: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.weekly-health-monitaring ul li {
  list-style: none;
  text-align: center;
}

.weekly-health-monitaring ul li .imgbox {
  width: 90px;
  height: 90px;
  margin: 5px 10px;
  overflow: hidden;
  background-size: cover !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.weekly-health-monitaring ul li h1,
.weekly-health-monitaring ul li p {
  margin: 0px;
}

.weekly-health-monitaring ul li .imgbox.number {
  background: #ffd589;
}

.weekly-health-monitaring .carousel-control-next,
.weekly-health-monitaring .carousel-control-prev {
  width: 30px;
  height: 30px;
  background: #003367;
  border-radius: 50px;
}

.weekly-health-monitaring .carousel-control-next-icon,
.weekly-health-monitaring .carousel-control-prev-icon {
  width: 16px;
  height: 16px;
}

.weekly-health-monitaring .progress {
  height: 10px;
  border-radius: 50px;
  margin-top: 30px;
}

.manage-weight {
  background: white;
  min-height: calc(100vh - 53px);
  padding-bottom: 20px;
}

.manage-weight #manage-weight-chart {
  margin: 0px -10px 0px -18px;
  cursor: crosshair;
}

.manage-weight ul {
  margin: 0px;
  padding: 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.manage-weight ul li {
  list-style: none;
  width: calc(33% - 5px);
  border: 1px dashed #eee;
  margin-top: 15px;
  border-radius: 5px;
  padding: 15px;
  text-align: center;
}

.manage-weight ul li h3 {
  margin-bottom: 5px;
}

.manage-weight ul li p {
  margin: 0px;
  line-height: 18px;
}

.manage-weight .table {
  font-size: 12px;
}

.manage-weight .table tr th,
.manage-weight .table tr td {
  padding: 5px;
}

.counting-contraction {
  padding: 20px 0px;
}

.counting-contraction .card .card-body {
  padding: 20px;
}

.counting-contraction ul {
  margin: 30px 0px;
  padding: 0px;
  display: flex;
  align-content: center;
  justify-content: center;
}

.counting-contraction ul li {
  list-style: none;
  width: 33%;
}

.counting-contraction ul li a {
  border: 1px solid #eee;
  display: block;
  width: 100%;
  padding: 8px 0px;
}

.counting-contraction ul li a:focus {
  background: var(--greencolor);
  border-color: var(--greencolor);
  color: #fff;
}

.counting-contraction ul li:first-child a {
  border-radius: 50px 0px 0px 50px;
  border-right: none;
}

.counting-contraction ul li:last-child a {
  border-radius: 0px 50px 50px 0px;
  border-left: none;
}

.counting-contraction .card-header {
  background: var(--greencolor);
  border-radius: 5px;
}

.counting-contraction .table {
  font-size: 12px;
}

.counting-contraction .table tr th,
.counting-contraction .table tr td {
  padding: 5px;
}

.ecommerce {
  background: white;
  min-height: calc(100vh - 53px);
  padding: 0px 0px 20px;
}

.ecommerce ul {
  margin: 0px;
  padding: 0px;
}

.ecommerce ul li {
  list-style: none;
  border: 1px solid #eee;
  padding: 15px;
  border-radius: 5px;
  margin-bottom: 15px;
}

.ecommerce ul li img {
  width: 80px;
  border-radius: 5px;
}

.ecommerce ul li .content {
  width: calc(100% - 95px);
}

.ecommerce ul li .content h4 {
  margin-bottom: 5px;
  font-size: 14px;
}

.ecommerce ul li .content h2 {
  font-size: 20px;
}

.ecommerce .custom-qty,
.ecommerce .web-btn {
  width: calc(50% - 7.5px);
}

.custom-qty {
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  border-radius: 50px;
}

.custom-qty button {
  background: none;
  border: none;
  padding: 6.61px 15px;
  font-size: 20px;
  color: black;
  font-weight: 500;
}

.custom-qty input {
  background: none;
  border: none;
  width: 100%;
  text-align: center;
  outline: 0;
  font-weight: 500;
}

.counting-kicks {
  padding: 20px 0px;
}

.counting-kicks .card .card-body {
  padding: 20px;
}

.counting-kicks .card .card-body h1 {
  line-height: 24px;
}

.counting-kicks .card .card-body h1 small {
  font-size: 16px;
  color: #cbcbcb;
  font-weight: bold;
}

.counting-kicks .card-header {
  background: var(--greencolor);
  border-radius: 5px;
}

.counting-kicks .table {
  font-size: 12px;
}

.counting-kicks .table tr th,
.counting-kicks .table tr td {
  padding: 5px;
}

.counting-kicks .kick-btn {
  width: 100px;
  height: 100px;
  padding: 20px;
  border: 5px solid var(--greencolor);
  box-shadow: 0px 5px 10px rgb(2 161 227 / 18%);
  border-radius: 50px;
  margin: 25px auto 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translate(0, -5px);
}

.counting-kicks .kick-btn:hover {
  box-shadow: none;
  transform: translate(0, 0px);
}

.counting-kicks .kick-btn img {
  width: 100%;
  filter: invert(43%) sepia(96%) saturate(1924%) hue-rotate(168deg)
    brightness(98%) contrast(98%);
}

.baby-development {
  padding: 20px 0px;
}

.baby-development .col-6 {
  padding-left: 5px;
  padding-right: 5px;
}

.baby-development .box {
  padding: 15px;
  color: white;
  height: calc(100% - 10px);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: white;
  margin-bottom: 10px;
}

.baby-development .box h3,
.baby-development .box small {
  color: inherit;
}

.baby-development .box h3 font {
  font-weight: normal;
}

.baby-development .box.white-box {
  color: black;
}

.baby-development .box.white-box p {
  line-height: 18px;
}

.baby-development .box.white-box img {
  width: 20px;
}

.baby-development .box.white-box ul {
  margin: 0px;
  padding-left: 15px;
}

.baby-development .box.white-box ul li {
  margin-top: 10px;
  line-height: 18px;
}

.nutrition {
  padding: 15px 0px;
}

.nutrition .tabs {
  margin: 0px;
  padding: 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nutrition .tabs li {
  width: calc(33% - 7.5px);
  list-style: none;
}

.nutrition .tabs li a {
  background: var(--greencolor);
  color: white;
  display: block;
  border-radius: 10px;
  text-align: center;
  padding: 10px;
  /*    box-shadow: 0 3px 6px 0 rgb(0 0 0 / 10%), 0 1px 3px 0 rgb(0 0 0 / 8%);*/
}

.nutrition .tabs li a:hover,
.nutrition .tabs li a:focus {
  background: white;
  color: black;
}

.nutrition .box {
  border-radius: 10px;
  overflow: hidden;
  text-align: center;
  margin-bottom: 15px;
  box-shadow: 0 3px 6px 0 rgb(0 0 0 / 10%), 0 1px 3px 0 rgb(0 0 0 / 8%);
}

.nutrition .box img {
  height: 90px;
  object-fit: contain;
}

.nutrition .box .box-name {
  padding: 5px 10px;
  background: #fff;
}

.nutrition .box .box-name p {
  margin: 0px;
}

.symptom_chacker {
  padding: 20px 0px;
}

.symptom_chacker .box {
  background: white;
  box-shadow: 0 3px 6px 0 rgb(0 0 0 / 10%), 0 1px 3px 0 rgb(0 0 0 / 8%);
  border-radius: 10px;
  padding: 15px;
  margin-bottom: 15px;
  height: calc(100% - 15px);
}

.symptom_chacker .box .icon {
  width: 40px;
  height: 40px;
  background: var(--greencolor);
  border-radius: 5px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.symptom_chacker .box .icon img {
  width: 24px;
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(199deg)
    brightness(102%) contrast(102%);
}

.symptom_chacker .box p {
  margin: 0px;
  line-height: 16px;
}

.messagemodal {
  text-align: center;
}

.messagemodal .modal-content {
  border-radius: 20px;
}

.messagemodal .modal-content .modal-body {
  padding: 50px 15px;
}

.messagemodal img {
  margin-bottom: 20px;
  height: 100px;
}

.messagemodal p {
  font-size: 18px;
  line-height: 22px;
  margin: 0px;
  font-weight: 600;
}

.messagemodal .close {
  width: 30px;
  height: 30px;
  background: #ddd;
  position: absolute;
  top: 15px;
  right: 15px;
  border-radius: 50px;
  text-shadow: none;
}

.health-bulletin {
  margin-bottom: 15px;
}

.health-bulletin .heading {
  background: url("../img/health-bulletin.webp");
  background-size: cover;
  text-align: center;
  background-position: center;
  text-transform: uppercase;
  padding: 15px;
  border-radius: 9px;
  margin-bottom: 15px;
}

.health-bulletin .heading h4 {
  color: white;
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
}

.web-checkbox {
  min-width: 60px;
  margin-right: 15px;
}

.web-checkbox label {
  background: #f1f1f1;
  border-radius: 9px;
  margin: 0px;
  text-align: center;
  font-size: 15px;
  line-height: 17px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  cursor: pointer;
  padding: 15px;
  position: relative;
}

.web-checkbox input:checked ~ label {
  background: var(--greencolor);
  color: white;
}

.web-checkbox input:checked ~ label:before {
  content: "\f00c";
  position: absolute;
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  width: 20px;
  height: 20px;
  line-height: 17px;
  font-size: 8px;
  text-align: center;
  border-radius: 50px;
  background: var(--greencolor);
  color: white;
  top: -6px;
  right: -2px;
  border: 2px solid white;
}

.web-checkbox label img {
  margin-bottom: 10px;
  height: 50px;
  object-fit: contain;
}

.web-checkbox label p {
  margin: 0px;
  font-size: 12px;
  text-transform: uppercase;
}

.gender-checkboxes .web-checkbox {
  width: calc(33% - 7.5px);
  margin: 0px;
}

.features-list-slider {
  margin-top: 10px;
  margin-bottom: 35px;
}

.features-list-slider .item {
  text-align: center;
  background: #dfeeff;
  padding: 30px 20px;
  border-radius: 20px;
}

.features-list-slider .item img {
  width: auto !important;
  height: 38px;
  margin: 0 auto 10px;
  filter: invert(46%) sepia(54%) saturate(6250%) hue-rotate(185deg)
    brightness(96%) contrast(101%);
}

.features-list-slider .item p {
  font-size: 12px;
  line-height: 14px;
  margin: 0px;
  font-weight: 600;
}

.features-list-slider .owl-stage-outer {
  padding-bottom: 0px;
}

.owl-nav button {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 30px;
  height: 30px;
  box-shadow: 1px 6px 14px rgb(0 0 0 / 20%);
  border-radius: 50px;
  background: white !important;
}

.owl-nav button:hover {
  background: var(--greencolor) !important;
}

.owl-nav button:hover span {
  color: white;
}

.owl-nav button span {
  font-size: 30px;
  line-height: 25px;
}

.owl-nav button.owl-prev {
  left: -10px;
}

.owl-nav button.owl-next {
  right: -10px;
}

.book-a-lab-test {
  padding: 15px 0px;
  background: #f9f9f9;
}

.book-a-lab-test h2 {
  font-size: 24px;
}

.book-a-lab-test .card {
  box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  border: none;
  margin-bottom: 0px;
}

.book-a-lab-test .card .box {
  padding: 20px;
}

.book-a-lab-test .card .box.border-left {
  border: none !important;
  padding-top: 5px;
}

.book-a-lab-test .card .box h3 {
  font-weight: bold;
  font-size: 14px;
}

.book-a-lab-test .card .box h5 i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50px;
  font-size: 12px;
  margin-right: 5px;
  background: #dfeeff;
}

.book-a-lab-test .card .box ul {
  margin: 5px 0px 0px;
  padding: 0px;
}

.book-a-lab-test .card .box ul li {
  display: inline-block;
  margin-top: 10px;
  width: 100%;
  font-size: 14px;
}

.book-a-lab-test .card .box ul li i {
  width: 20px;
  height: 20px;
  line-height: 19px;
  text-align: center;
  border: 1px solid black;
  border-radius: 50px;
  font-size: 10px;
  margin-right: 5px;
}

.doctors {
  margin-bottom: 20px;
}

.doctors .box:nth-child(1) {
  margin-top: 0px;
}

.doctors .box {
  margin-top: 15px;
  border: 1px solid #eeeeee;
  box-shadow: 0px 5px 4px rgba(235, 235, 235, 0.25);
  border-radius: 9px;
}

.doctors .box .box-body {
  padding: 15px 15px 0px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.doctors .box .box-body .circle-img {
  width: 80px;
  height: 80px;
  background-size: cover !important;
  background-position: center !important;
  border-radius: 50px;
  position: relative;
  margin-bottom: -10px;
}

.doctors .box .box-body .circle-img:after {
  content: "";
  position: absolute;
  width: 104px;
  height: 87px;
  background: url("../img/doctor-circles.png");
  z-index: -1;
  top: -6px;
  left: -4px;
}

.doctors .box .box-body .content {
  width: 65%;
  padding-bottom: 15px;
}

.doctors .box .box-body .content h6 {
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 5px;
}

.doctors .box .box-body .content h6 span {
  text-transform: uppercase;
  color: #adaeaf;
  font-size: 10px;
}

.doctors .box .box-body .content p {
  margin: 0px;
  font-size: 12px;
  color: var(--greencolor);
  margin-bottom: 2px;
}

.doctors .box .box-body .content p b {
  font-size: 12px;
}

.doctors .box .box-footer {
  border-top: 1px solid #eee;
  padding: 15px;
  position: relative;
}

.doctors .box .box-footer ul {
  margin: 0px;
  padding: 0px;
  text-align: center;
}

.doctors .box .box-footer ul li {
  list-style: none;
  font-size: 10px;
  font-weight: 600;
  text-align: center;
  background: #3086c11f;
  border-radius: 9px;
  padding: 2px 5px;
  display: inline-block;
  width: 100%;
  margin-bottom: 5px;
}

.doctors .box .box-footer .btns {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
}

.doctors .box .box-footer .btns .btn {
  width: calc(50% - 4px);
  font-size: 12px;
}

.doctors .box.active {
  border-color: var(--greencolor);
}

.doctors .box.active .box-footer {
  border-color: var(--greencolor);
}

.doctors.lab-test h6 {
  font-size: 14px;
}

.doctors.lab-test .box .box-body .content h6 {
  font-size: 14px;
}

.doctors.lab-test .box .box-body .content p {
  font-size: 14px;
  margin-bottom: 0px;
  font-weight: 500;
}

.doctors.lab-test .box .box-footer ul {
  display: block;
}

.doctors.lab-test .box .box-footer ul li {
  display: inline-block;
  width: 49%;
  margin-top: 5px;
}

.doctors.lab-test .box .box-footer ul li:first-child {
  width: 100%;
  margin-top: 0px;
}

.doctors.lab-test .box .box-footer ul li:last-child {
  margin-left: 1px;
}

.doctors.lab-test .box .box-footer .btns .btn {
  width: 100%;
  border-radius: 9px;
}

.package-profile {
  padding: 10px 0px 0px;
  font-size: 12px;
  line-height: 16px;
}

.package-profile .profile-img {
  border-radius: 9px;
  width: 100%;
}

.package-profile .note {
  border-radius: 9px;
  padding: 15px;
  font-size: 12px;
  line-height: 16px;
  color: red;
  background: #ffeaea;
  margin-bottom: 15px;
  font-weight: 500;
}

.package-profile ul,
.package-profile ol {
  margin: 0px;
  padding-left: 15px;
}

.package-profile mark.mr {
  padding: 10px 15px;
  width: 100%;
  border-radius: 9px;
  margin: 5px 0px;
  display: block;
}

.package-profile .table-box {
  background: #3086c11f;
  border-radius: 9px;
  padding: 5px 20px;
}

.package-profile .table tr td {
  padding: 15px 0px;
  font-size: 12px;
  text-align: left;
  border-top: 1px dashed #00000033;
}

.package-profile .table tr td:last-child {
  text-align: right;
}

.package-profile .table tr:first-child td {
  border: none;
}

.package-profile .test-list mark {
  font-size: 12px;
  font-weight: 600;
  padding: 5px;
  background-color: #eee;
  margin-bottom: 5px;
  display: inline-block;
  border-radius: 5px;
}

.doctors.doctors-lab-test .box .box-body {
  display: block;
}

.doctors.doctors-lab-test .box .box-body .circle-img {
  border-radius: 9px;
  overflow: hidden;
  margin: 0px;
  width: 100%;
  height: auto;
}

.doctors.doctors-lab-test .box .box-body .circle-img img {
  width: 100%;
}

.doctors.doctors-lab-test .box .box-body .content {
  width: 100%;
  padding: 15px 0px;
}

.doctors.doctors-lab-test .box .box-body .content h6 {
  font-size: 14px;
}

.doctors.doctors-lab-test .box .box-body .content p.price {
  font-size: 16px;
}

.field-icon img {
  width: 40px;
  margin-top: 8px;
}

/*products work start*/

.products {
  margin: 0px 0px 15px;
}

.products .box {
  border: 1px solid #eee;
  padding: 15px;
  border-radius: 9px;
  margin-top: 15px;
  position: relative;
  height: calc(100% - 15px);
}

.products .box .offer {
  background: url(../img/off.png);
  background-size: 100% 100%;
  color: white;
  padding: 4px 15px 3px 5px;
  font-size: 12px;
  line-height: 16px;
  position: absolute;
  left: 0;
  top: 5px;
}

.products .box .pharmasy-logo {
  height: 40px;
  position: absolute;
  right: 5px;
  top: 1px;
}

.products .box .product-img {
  width: 110px;
  height: 110px;
  object-fit: contain;
  margin: 30px auto 15px;
  display: block;
}

.products .box h6 {
  font-size: 12px;
  line-height: 16px;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: break-word;
  overflow: hidden;
}

.products .box h6 del {
  color: #989898;
  font-size: 8px;
}

.addtocart-btn .plus-btn {
  width: 28px;
  height: 28px;
  line-height: 30px;
  text-align: center;
  border-radius: 50px;
  background: var(--lightblue);
  color: var(--blue);
  display: block;
}

#field1 {
  display: flex;
  align-items: center;
}

#field1 input {
  width: 30px;
  height: 30px;
  line-height: 32px;
  text-align: center;
  border-radius: 50px;
  background: var(--lightblue);
  color: var(--blue);
  border: none;
  font-weight: bold;
  margin: 0px 2px;
}

#field1 button {
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  border-radius: 50px;
  background: var(--lightblue);
  color: var(--blue);
  border: none;
  padding: 0px;
  outline: 0;
}

/*products work end*/

.qty-plus-minus {
  display: flex;
}

.qty-plus-minus input {
  text-align: center;
}

.qty-plus-minus .btn {
  padding: 0px;
  width: 30px;
  height: 30px;
}

.qty-plus-minus .btn.quantity-left-minus {
  border-radius: 5px 0px 0px 5px;
}
.qty-plus-minus .btn.quantity-right-plus {
  border-radius: 0px 5px 5px 0px;
}

.cart-new .card-title,
.breadcrumb-title {
  font-size: 20px;
}

.page-banner {
  padding-top: 90px;
}
.page-banner h1 {
  font-size: 20px;
}

.fpackages-view {
  padding-bottom: 70px;
}
.fpackages-view .box {
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  padding: 30px 20px;
  text-align: center;
  border-radius: 10px;
  margin: 7.5px 0px;
  position: relative;
  min-height: 130px;
  height: calc(100% - 30px);
  border-bottom: 5px solid var(--greencolor);
  transition: all 0.3s 0s linear;
}
.fpackages-view .box h3 {
  font-size: 14px;
  line-height: 18px;
  font-weight: bold;
  margin-bottom: 20px;
  color: inherit;
}
.fpackages-view .box p {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translate(-50%, 0);
  white-space: nowrap;
  font-size: 14px;
  margin: 0px;
}
.fpackages-view .box:hover {
  background-color: var(--greencolor);
  color: white;
  transform: scale(1.05, 1.05);
}
.fpackages-view .box:hover p {
  color: white;
}

.text-upr {
  text-transform: uppercase;
}
.family-member .tor-btn.common-btn {
  padding: 0px !important;
  height: 41px !important;
}

.web-tabs {
  background-color: #dbdbdb;
  border-radius: 50px;
  overflow: hidden;
  margin-bottom: 15px;
}
.web-tabs li {
  width: 25%;
}
.web-tabs li a {
  padding: 10px 15px;
  display: block;
  border-radius: 50px;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
}
.web-tabs li a.active {
  background-color: var(--greencolor);
  color: var(--white);
}
.new-reward-page {
  padding: 80px 0px 0px !important;
  background-color: var(--white);
}
.new-reward-page .tracker-card {
  margin-top: 5px;
  text-align: center;
}
.new-reward-page .card {
  border-radius: 10px;
  border: 1px solid #bebebe;
  box-shadow: none;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
}
.new-reward-page .card .card-header {
  padding: 10px 20px;
  background-color: #dbdbdb;
  border-radius: 10px 10px 0px 0px;
}
.new-reward-page .card .card-header h4 {
  margin: 0px;
  font-size: 16px;
  font-weight: bold;
}
.new-reward-page .card .card-content {
  padding: 20px;
}
.new-reward-page .card .card-content a {
  color: var(--greencolor);
}
.new-reward-page .card img {
  width: 100%;
  height: 50px;
  object-fit: contain;
}
.new-reward-page .card .book-btn {
  font-size: 10px;
  padding: 8px 5px;
  height: auto;
  margin-top: 5px;
  border-radius: 50px;
  width: 100%;
  font-weight: bold;
  color: white;
}

.new-reward-page .progress-container {
  margin-top: 10px;
}

.new-reward-page .progress-container,
.new-reward-page .progress {
  background-color: #dbdbdb;
  border-radius: 5px;
  position: relative;
  height: 10px;
  width: 100%;
}

.new-reward-page .progress {
  background-color: #6f39b0;
  width: 0;
  transition: width 0.4s linear;
}

.new-reward-page .percentage {
  background-color: #6f39b0;
  border-radius: 5px;
  box-shadow: 0 4px 5px rgb(0, 0, 0, 0.1);
  color: #fff;
  font-size: 12px;
  padding: 4px;
  position: absolute;
  top: 20px;
  left: 0;
  transform: translateX(-50%);
  width: 40px;
  text-align: center;
  transition: left 0.4s linear;
}

.new-reward-page .percentage::after {
  background-color: inherit;
  content: "";
  position: absolute;
  top: -5px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  height: 10px;
  width: 10px;
  z-index: -1;
}

.new-reward-page .card .percent {
  position: relative;
  right: unset;
  margin-top: 0px;
  text-align: center;
}

.new-reward-page .card svg {
  position: relative;
  width: 80px;
  height: 80px;
  transform: rotate(-90deg);
}

.new-reward-page .card svg circle {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: #f0f0f0;
  stroke-width: 10;
  stroke-linecap: round;
}

.new-reward-page .card svg circle:last-of-type {
  stroke-dasharray: 80px;
  stroke-dashoffset: calc(80px - (80px * var(--percent)) / 100);
  stroke: var(--greencolor);
}

.new-reward-page .card .number {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.new-reward-page .card .number h3 {
  font-size: 20px;
  margin: 0px;
}

.new-reward-page .circle-card {
  margin-top: 15px;
  margin-bottom: 0px;
  height: calc(100% - 15px);
}
.new-reward-page .circle-card .percent-h {
  margin: 0px;
  text-align: center;
  margin-top: 10px;
}

.new-reward-page .reward-details .card {
  position: relative;
  overflow: hidden;
}
.new-reward-page .reward-details .card * {
  position: relative;
  z-index: 2;
}
.new-reward-page .reward-details .card:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../img/reward/ribbon.webp") top center;
  background-size: cover;
}
.new-reward-page .reward-details .card img {
  height: 120px;
  margin: 15px 0px;
}
.new-reward-page .reward-details .card .card-body {
  backdrop-filter: saturate(180%) blur(10px);
}
.new-reward-page .reward-details .card .card-body:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 5px;
  top: 0;
  left: 0;
  background: linear-gradient(
    45deg,
    rgba(255, 214, 179, 1) 0%,
    rgba(213, 110, 36, 1) 77%,
    rgba(213, 110, 36, 1) 100%
  );
}
.new-reward-page .reward-details .card h4 {
  margin: 0px;
}
.new-reward-page .reward-details .card h5 {
  margin: 0px;
  font-size: 16px;
  font-weight: 500;
}
.new-reward-page .reward-details .card .prize {
  background: linear-gradient(
    45deg,
    rgba(255, 214, 179, 1) 0%,
    rgba(213, 110, 36, 1) 77%,
    rgba(213, 110, 36, 1) 100%
  );
  color: white;
  padding: 10px 0px;
  margin: 15px -15px 15px;
  text-transform: uppercase;
  font-size: 16px;
}

.new-reward-page .reward-details .card.silver .card-body:before {
  background: linear-gradient(
    45deg,
    rgba(204, 204, 204, 1) 0%,
    rgba(113, 113, 113, 1) 77%,
    rgba(113, 113, 113, 1) 100%
  );
}
.new-reward-page .reward-details .card.silver .prize {
  background: linear-gradient(
    45deg,
    rgba(204, 204, 204, 1) 0%,
    rgba(113, 113, 113, 1) 77%,
    rgba(113, 113, 113, 1) 100%
  );
}

.new-reward-page .reward-details .card.gold .card-body:before {
  background: linear-gradient(
    45deg,
    rgba(247, 225, 161, 1) 0%,
    rgba(193, 154, 99, 1) 77%,
    rgba(193, 154, 99, 1) 100%
  );
}
.new-reward-page .reward-details .card.gold .prize {
  background: linear-gradient(
    45deg,
    rgba(247, 225, 161, 1) 0%,
    rgba(193, 154, 99, 1) 77%,
    rgba(193, 154, 99, 1) 100%
  );
}

.VIpgJd-ZVi9od-l4eHX-hSRGPd {
  display: none;
}

.quiz-page .box {
  border: 1px solid #ddd;
  padding: 0px 15px;
  border-radius: 10px;
  margin-bottom: 15px;
  font-weight: 500;
  overflow: hidden;
}
.quiz-page .box h4 {
  font-weight: bold;
  color: var(--greencolor);
  margin: 15px 0px;
}
.quiz-page .box .alert {
  font-size: 12px;
  line-height: 14px;
  background-color: #eee;
  border-bottom: 1px solid #ddd;
  margin: 0px -15px !important;
  padding: 10px 15px;
  border-radius: 0px;
  font-weight: bold;
  margin-bottom: 10px;
}
.quiz-page .box p {
  font-size: 12px;
  line-height: 14px;
  margin: 0px;
  background-color: var(--greencolor);
  padding: 10px 15px;
  margin: 0px -15px;
  color: white;
}
.quiz-qna-page .box {
  border: 1px solid #ddd;
  padding: 15px;
  border-radius: 10px;
  margin-bottom: 15px;
}
.quiz-qna-page .box h4 {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 15px;
}

.quiz-qna-page .custom-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}

.quiz-qna-page .custom-radio .item > input {
  display: none;
}

.quiz-qna-page .custom-radio .item {
  width: 50%;
}

.quiz-qna-page .custom-radio .item > input + label {
  border: 1px solid #ddd;
  background-color: #eee;
  border-radius: 5px;
  padding: 10px 15px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 0;
  cursor: pointer;
  width: 100%;
  text-align: center;
}

.quiz-qna-page .custom-radio .item > input:checked + label {
  background: #000000cc;
  color: #fff;
}

.quiz-qna-page .custom-radio .item.correct > input + label {
  background: #00a86b;
  border-color: #00a86b;
  color: #fff;
}

.quiz-qna-page .custom-radio .item.incorrect > input + label {
  background: #a52a2a;
  border-color: #a52a2a;
  color: #fff;
}

.fitpass {
  padding-top: 85px;
}
.fitpass .card .card-header h5 {
  display: flex;
  align-items: center;
  margin: 0px;
  font-size: 14px;
}
.fitpass .card .card-header img.icon {
  width: 35px;
  margin-right: 10px;
}
.fitpass .card .card-body .box {
  border: 1px solid #ddd;
  padding: 15px;
  border-radius: 10px;
  display: flex;
  align-items: start;
  font-size: 12px;
  line-height: 16px;
  gap: 10px;
}
.fitpass .card .card-body .box input {
  width: 30px;
  height: 21px;
}

/* webapp-order-detail-new */

.webapp-order-detail-new .box {
  background-color: white;
  margin-bottom: 15px;
  border-radius: 10px;
  border: 1px solid #ddd;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.05);
  padding: 15px;
  margin-top: 20px;
}

.webapp-order-detail-new .box.bg-light {
  background-color: #eee !important;
}

.webapp-order-detail-new .box.bg-light span {
  font-size: 12px;
}

.webapp-order-detail-new .box p {
  margin-bottom: 7px;
}

/* blog-details page  */
.user-doctor-blogpage h1,
.user-doctor-blogpage h2,
.user-doctor-blogpage h3,
.user-doctor-blogpage h4,
.user-doctor-blogpage h5,
.user-doctor-blogpage h6 {
  font-size: 16px;
  margin: 0;
}
.user-doctor-blogpage p{
  font-size:14px;
  font-weight: 400;
}
.user-doctor-blogpage img{
  margin: 15px 0px 10px;
  border-radius: 10px;
  height: 200px;
  object-fit: cover;
}
.user-doctor-blogpage  .card .card-body{
  padding:15px;

}
.user-doctor-blogpage .blog-heading{
  font-size:18px;
}

/* Blog Design Start */
.card .card-body {
  padding: 15px;
}
.blog-heading {
  font-size: 18px;
  margin-bottom: 20px;
}
.blog-img {
  border-radius: 10px;
}
.blog-content h1,
.blog-content h2,
.blog-content h3,
.blog-content h4,
.blog-content h5,
.blog-content h6 {
  font-size: 16px;
}
/* Blog Design End */

/* Desktop View Start */
.appBottomMenu,
.appHeader {
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
@media (min-width: 576px) {
  body,
  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 400px; 
    margin: 0 auto;
    position: relative;
  }
  .appBottomMenu,
  .appHeader {
    max-width: 400px;
  }
}
/* Desktop View End */