@font-face {
    font-family: 'Ubuntu';
    src: url('../fonts/Ubuntu/Ubuntu-Regular.ttf')
}

@font-face {
    font-family: 'Ubuntu-Medium';
    src: url('../fonts/Ubuntu/Ubuntu-Medium.ttf')
}

@font-face {
    font-family: 'Ubuntu-Bold';
    src: url('../fonts/Ubuntu/Ubuntu-Bold.ttf')
}



body,
nav,
.h6,
h6,
h4,
h2 {
  /* background-color: green; */
  /* background-color: transparent !important; */
  font-family: "Ubuntu", sans-serif !important;
  font-style: normal !important;
  /* font-weight: 400 !important; */
  letter-spacing: 0.2px;
}


.hs_doctors {
  padding: 25px;

}

.w-90 {
  width: 90% !important;
}

/* .bg-gradient-dark {
  background-image: linear-gradient(7deg, #7f1717 0%, #000000 100%);
} */

.mask {
  position: absolute;
  background-size: cover;
  background-position: center center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
}

.opacity-6 {
  opacity: 0.6 !important;
}

html {
  background: transparent;
}

.body3 {
  background: url('../images/vega_bg.jpg');
  /* background: linear-gradient(45deg, #fcfcfc17 0%, #fcfcfc5d 100%), url('../images/vega.jpg'); */
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

body {
  background: url('../images/pledge/1bg.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  font-family: "Ubuntu", sans-serif !important;
   
}

.body2 {
  background: url('../images/pledge/bg3.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  font-family: "Ubuntu", sans-serif !important;
 
}

.header-top {
  position: absolute;
  top: 3%;
}


.logo {
  width: 150px;
}

.footer-line {
  width: 100%;
  background: linear-gradient(90deg, rgb(34 179 107) 0%, rgb(49 115 66) 100%);
  padding: 10px;
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  box-shadow: rgb(166 205 179) 1px -5px;
}

.footer-logo {
  width: 187px;
  position: fixed;
  bottom: 0%;
  right: 0;
  opacity: 0.4;
}

.ipad {
  display: block;
}

.mobileee {
  display: none;
}

@media only screen and (orientation: portrait) {
  .sub-main-field {
    overflow-x: scroll;
  }

  .ipad {
    display: none !important;
  }

  .mobileee {

    height: 100vh;
    display: flex !important;
    align-items: center;
    /* margin-top: 42%; */
    background: white;
  }

  .nav-pills {
    width: max-content;
  }

  .hs_doctors {
    padding: 2px !important;

  }

  .steps input,
  .steps textarea,
  .steps select {
    font-size: 13px
  }

}


.header-name {
  text-align: center;
  color: #d38339;
  border-bottom: 1px dashed #a0b6cf;
  width: fit-content;
  margin: auto;
  padding: 6px 20px;
}

.steps a,
button,
input,
.progress-text {
  font-family: "Ubuntu", sans-serif !important;
  font-style: normal !important;
  font-weight: 400 !important;
  border: none;
  background-color: transparent;
}

.mobile {
  border: 2px solid #ccc !Important;
  border-radius: 30px;
  padding: 50px 15px 50px 15px;
  background: #fdfdfd;
  max-width: 350px;
  position: relative;
}

.textarehid {
  visibility: hidden;
  position: absolute;
  width: 5px !important;
  height: 2px !important;
}


.table td,
.table th {
  vertical-align: middle;
}

.fill-container:nth-child(even) {
  background: #f8f9ff
}

.steps {
  margin: 0px auto;
}

.btn-block {
  position: absolute;
  right: 0;
  left: 0;
}

.steps .doctor-container {


  border-radius: 10px;
  padding: 12px !important;
  width: 80%;
  left: 0;
  right: 0;
  margin: auto;
  background: #ffffff !important;
  border: 1px solid #d8d8d8;
  position: relative;
  box-shadow: rgb(214 214 214) 8px 10px 0px 0px;

}

.steps fieldset:not(:first-of-type) {
  display: none;
}

.steps fieldset.info {
  border: none;
  border-radius: 0;
  background: none;
}

.steps input,
.steps textarea,
.steps select {
  box-shadow: inset 0 0 5px 2px #f0f0f0;
}

.box {
  background: #FFFFFF;
  border-radius: 25px;
  padding: 20px;
  margin-bottom: 40px;
}

.box .count {
  color: #d38339;
  font-size: 75px;
}


.effect2 {
  position: relative;
}

.effect2:before,
.effect2:after {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 25px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width: 300px;
  background: #777;
  -webkit-box-shadow: 0 35px 20px #777;
  -moz-box-shadow: 0 35px 20px #777;
  box-shadow: 0 35px 20px #777;
  -webkit-transform: rotate(-8deg);
  -moz-transform: rotate(-8deg);
  -o-transform: rotate(-8deg);
  -ms-transform: rotate(-8deg);
  transform: rotate(-8deg);
}

.effect2:after {
  -webkit-transform: rotate(8deg);
  -moz-transform: rotate(8deg);
  -o-transform: rotate(8deg);
  -ms-transform: rotate(8deg);
  transform: rotate(8deg);
  right: 10px;
  left: auto;
}


a {
  text-decoration: none !important;
}

.search {
  width: 100%;
  height: 60px;
  border: 1px solid #e1f2fc;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
  padding-left: 12px;
  background: #fff;
}

.search i {
  font-size: 40px;
  cursor: pointer;
}

.search #myInput {
  width: 100% !important;
  height: 100% !important;
  border: none !important;
  font-size: 28px !important;
  outline: none !important;
  margin: 0;
  background: transparent;
  border-radius: 18px;
  box-shadow: none;
}

.search:focus-within {
  border: 2px solid #fff;
  box-shadow: rgb(0 0 0 / 9%) 0 10px 12px 3px, rgb(0 0 0 / 8%) 0 5px 16px 4px, rgb(0 0 0 / 12%) 0 7px 7px -5px;
}

.inline {
  display: inline-block;
  float: right;
  margin: 20px 0px;
}

tbody,
td,
tfoot,
th,
thead,
tr {}


.pagination-outer {
  text-align: center;
  padding: 15px 0;
}

.pagination {
  font-family: "Ubuntu", sans-serif !important;
  display: inline-flex;
  position: relative;
  align-items: baseline;
}

.pagination li a.page-link {
  color: #444;
  background-color: transparent;
  font-size: 15px;
  font-weight: 600;
  line-height: 42px;
  height: 42px;
  width: 42px;
  padding: 0;
  margin: 0 7px;
  border: none;
  border-radius: 50%;
  position: relative;
}

.required {
  color: red !important
}

.pagination {
  justify-content: center !important;
}

.pagination li.active a.page-link {
  color: #ffffff;
  background: -webkit-linear-gradient(123deg, #d38339, #e9c9aa);
}

.page-item.active .page-link {
  border-radius: 50% !important;
}

.pagination li.active a.page-link:before,
.pagination li a.page-link:hover:before {
  top: -17px;
  opacity: 1;
}

.pagination li:first-child a.page-link:first-child,
.pagination li:last-child a.page-link:last-child {
  color: #181818;
  width: 100%;
  cursor: pointer !important;
  padding: 10px 20px;
  border: none !important;
  font-weight: 500 !important;
  border-radius: 0px !important;
  box-shadow: none !important;
}

.disabled-btn .page-link {
  background-color: #a6a6a6 !important;
}

.pagination li:first-child a.page-link:before,
.pagination li:last-child a.page-link:before {
  display: none;
}



@media only screen and (max-width: 480px) {
  .pagination {
    display: block;
    margin: 0;
  }

  .pagination li {
    margin: 10px 2px;
    display: inline-block;
  }
}

.page-item:not(:first-child) .page-link {
  margin-left: 0px !important;
  text-align: center;
  border: 1px dashed #9c9c9c
}

.heading-title {
  color: black;
  padding: 1.1rem;
}

.card-container {
  background: #fff;
  padding: calc(var(--bs-gutter-x) * .5);
  border-radius: 20px;
  box-shadow: 0 10px 20px rgb(0 0 0 / 19%), 0 6px 6px rgb(0 0 0 / 23%);
}

.card-header {
  border: none !important;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #ebfaff !important;
  background-clip: border-box;
  border: 1px solid rgb(254 254 254) !important;
  border-radius: 0.80rem;
  background-image: url('../images/baner-dec-left.png');
  background-repeat: no-repeat;
  background-position: unset;
  background-size: auto;
  height: auto;
  padding: 1.1rem;
}


table {
  text-align: center;
  border-collapse: unset;
  border-spacing: 0;
  background: #fff !important;
}

.th-tr {
  background: transparent !important;
}

.table-thead {
  background: -webkit-linear-gradient(123deg, #bb2830, #671515) !important;
}

.table thead th {
  border: none !important;
  border-top: 0;
  background: transparent !important;
  color: #ffffff;
  padding: 13px 25px !important;
  vertical-align: middle;
  padding: 18px 10px !important;
  text-align: center !important;
  font-weight: 400;
  /* border-right: 1px solid #000000 !important; */
}

.table thead .head {
  border-bottom: 1px solid #929292 !important;
  border-top: 0;
  background: transparent !important;
  color: #ffffff;
  padding: 15px 25px !important;
  vertical-align: middle;
  font-weight: 500;
}

.table thead th:last-child {
  border-right: unset !important;
}

.table-container-div {
  padding: 0px !important;
  /* margin: 10px !important; */
  border: 1px solid #e9e9e9
}

.table-container-div .table {
  margin: 0px !important;
}

.table td,
.table th {
  border: none !important;
  padding: 12px 0px;
  border-left: 0;
  border-bottom: 0;
}

.table>:not(:first-child) {
  border: 0px !important;
}

.table td:last-child,
.table th:last-child {
  border-right: unset !important;
}

.navbar {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  background-color: #d38339 !important;
  padding-top: 0.8rem !important;
  padding-bottom: 0.8rem !important;
  border-radius: 10px;
  margin-top: 10px;
  box-shadow: rgb(213 218 225) 0px 10px 0px 0px;
  font-family: "Ubuntu", sans-serif !important;
}


#preloader {
  background-color: #fff;
  padding: 0;
  margin: 0;
  height: 100%;
  position: fixed;
  z-index: 99999;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

[data-theme-version=dark] #preloader {
  background-color: #151C2C;
}


.fs-title label {
  color: #6be5d2;
  line-height: 25px;
}

#progress-bar {
  background-color: #000;
  color: #FFFFFF;
  width: 0%;
  -webkit-transition: width .3s;
  -moz-transition: width .3s;
  transition: width .3s;
}

#progress-div {
  border: 1px solid #6be5d2;
  padding: 5px 0px;
  margin: 0px;
  border-radius: 4px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 10%;
  width: 80%;
}

#progress-text {
  text-align: center;
  position: absolute;
  width: 100%;
  top: 35%;
  font-size: 20px;
  color: #000;
}

ul.share-buttons {
  list-style: none;
  padding: 0;
  width: 178px;
  margin: 5px auto;
}

ul.share-buttons li {
  display: inline;
}

ul.share-buttons .sr-only {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.navbar-expand-lg .navbar-collapse {
  justify-content: end;
}

.loader-spin {
  position: absolute;
  top: 50%;
  left: 50%;
  border: 16px solid #e9e9e9;
  border-radius: 50%;
  border-top: 16px solid #e9a15d;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  /* Safari */
  animation: spin 2s linear infinite;
  margin-left: -60px;
  margin-top: -60px;
}


/* Safari */

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}


.fs-title label {
  color: #8d307d;
  line-height: 25px;
}

#progress-bar {
  background-color: #db1d1d;
  color: #FFFFFF;
  width: 0%;
  -webkit-transition: width .3s;
  -moz-transition: width .3s;
  transition: width .3s;
}

#progress-div {
  border: 1px solid #db1d1d;
  padding: 5px 0px;
  margin: 0px;
  border-radius: 4px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 10%;
  width: 80%;
}

#progress-text {
  text-align: center;
  position: absolute;
  width: 100%;
  top: 35%;
  font-size: 20px;
  color: #000;
}

.fa-chevron-circle-right {
  margin-right: 10px !important;
}

ul.share-buttons {
  list-style: none;
  padding: 0;
  width: 180px;
  margin: 5px auto;
}

ul.share-buttons li {
  display: inline;
}

.steps label,
.fs-title {
  color: #000000;
  font-size: 17px;
  font-weight: 500;
}

.btn-check:active+.btn-outline-danger,
.btn-check:checked+.btn-outline-danger,
.btn-outline-danger.active,
.btn-outline-danger.dropdown-toggle.show,
.btn-outline-danger:active {
  color: #f2f8f2;
  background-color: #007f43;
  border-color: #f2f8f2;
  box-shadow: none !important;
}


.btn:hover {
  color: #fff !important;
}

.download-btn {

  padding: 12px 40px !important;

  background: -webkit-linear-gradient(123deg, #1e6937, #2f9d55) !important;
  color: rgb(255, 255, 255) !important;
  border-radius: 10px !important;
  font-family: "Ubuntu", sans-serif !important;
  letter-spacing: 0.6px;
  font-weight: 500 !important;
  height: 46px;
  width: auto !important;

  border: none !important;

}

.fs-title {
  font-size: 25px;
  margin: 0 0 35px;
  line-height: 1.6;
}

ul.share-buttons .sr-only {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.radio-container {
  width: 100%;
}

.checkbox-container {
  display: block !important;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkbox-container .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #d8cfe5;
  border: 1px solid #d38339;
}

.checkbox-container:hover input~.checkmark {
  background-color: #ccc;
}


.checkbox-container input:checked~.checkmark {
  background-color: #d38339;
}


.checkbox-container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}


.checkbox-container input:checked~.checkmark:after {
  display: block;
}

.checkbox-container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}


#progressbar {
  width: 50%;
  margin: auto;
  padding: 0;
}

#progressbar li {
  width: 25% !important;
}

.filter-block {
  background: #f3f6f9;
  padding: 20px 10px;
  border-radius: 10px;
  border-left: 7px solid #d38339 !important;
  border-right: 7px solid #d38339 !important;
  border-top: 1px solid #e1e1e1 !important;
  border-bottom: 1px solid #e1e1e1 !important;
}

input,
textarea,
select {
  border-radius: 8px !important;
  border: none;
  box-shadow: none;
  border: none;
  box-shadow: none;
  background: #ffffff !important;
  height: 60px;
  color: #000;
  margin-bottom: 0;
  font-family: "Ubuntu", sans-serif !important;
  border-left: 7px solid #d38339 !important;
  border-right: 7px solid #d38339 !important;
  border-top: 1px solid #e1e1e1 !important;
  border-bottom: 1px solid #e1e1e1 !important;
}

.search-input {
  height: auto !important;
  border: 1px solid #e1e1e1 !important
}

::placeholder {
  font-family: "Ubuntu", sans-serif !important;
}

.steps .action-button,
.action-button {
    color: rgb(255, 255, 255) !important;
      border-radius: 28px !important;
      font-family: "Ubuntu", sans-serif !important;
      letter-spacing: 0.6px;
      width: fit-content;
      padding: 5px 55px;
      border: 1px solid #d38339;
      background: linear-gradient(90deg, #d38339 0%, #d38339 100%);
      font-size: 25px;
      box-shadow: inset rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.steps .action-button:hover,
.steps .action-button:focus,
.action-button:hover,
.action-button:focus {
  background: #fdfdfd !important;
  color: #d38339 !important;
  border: 1px solid #d38339 !important
}

@media (max-width: 768px) {
  .action-button {
    width: 100% !important;
    /* auto adjust width */
    padding: 8px 12px;
    /* padding reduce */
    font-size: 16px;
    /* text fit rahe */
    min-width: 0;
    /* IMPORTANT: overflow fix */
  }
}

#progressbar li.active:before,
#progressbar li.active:after {
  background: black !important;
  color: black !important;
}

.steps label {
  color: #3d3d3d;
}

.radio-container input:checked~.checkmark {
  background-color: #de3029;
}

.table-responsive {
  padding: 15px;
  background: #ffffff;
  border-radius: 10px !important;
}

.fill-content {
  background: #fff3f3;
  padding: 15px !important
}

.null-content {
  padding: 4px !important;
}

.checkbox-container {
  font-weight: 500 !important;
  padding-left: 35px !important;
}

#preloader-new {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: #7f1e23;
  z-index: 11111;
}

#preloader-new>div {
  position: relative;
  width: 160px;
  height: 160px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

#preloader-new>div>h1 {
  color: white;
  font-weight: 100;
  font-size: 1.2rem;
  font-family: sans-serif;
  text-align: center;
}

.inscription {
  width: 13ch;
  display: flex;
}

.inscription>i {
  color: #3a3a3a;
  padding-right: 0.3rem;
  padding-left: 0.7rem;
  font-family: monospace;
  font-style: italic;
}

.inscription>span {
  color: #3a3a3a;
  font-family: monospace;
  width: 4ch;
  font-size: 0.9rem;
  white-space: nowrap;
  overflow: hidden;
  animation: slashes 4s steps(4) infinite;
}

.rectangles {
  align-self: center;
  width: 80px;
  height: 80px;
  position: relative;
  justify-content: center;
}

.rect {
  position: absolute;
  width: 45px;
  height: 45px;
  border: 4px double black;
  border-radius: 10px;
  animation: spinner 3s ease-in-out infinite;
}

.rect.q {
  top: 0;
  left: 0;
  border-color: rgb(255, 255, 255);
}

.rect.w {
  top: 0;
  right: 0;
  border-color: rgb(255, 255, 255);
}

.rect.e {
  bottom: 0;
  left: 0;
  border-color: rgb(255, 255, 255);
}

.rect.r {
  bottom: 0;
  right: 0;
  border-color: rgb(255, 255, 255);
}

@keyframes spinner {
  45% {
    border-color: white;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  55% {
    border-color: white;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(1turn);
  }

  100% {
    transform: rotate(1turn);
  }
}

@keyframes slashes {
  0% {
    width: 0;
  }
}

.checkbox-container .checkmark {
  position: absolute;
  top: 5px;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border: 2px solid #0e696b;
  border-radius: 4px !important;
}

.checkbox-container .checkmark:after {
    left: 8px;
      top: 0px;
      width: 7px;
      height: 18px;
      border: solid #2e7546;
      border-width: 0 4px 4px 0;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
}

.form-control:focus {
  border: 1px dashed #e9a15d !important;
  box-shadow: none !important;
}

.checkbox-container input:checked~.checkmark {
  background-color: #e7ffec;
}

.mobile {
  border: 2px solid #ccc !Important;
  border-radius: 30px !important;
  padding: 50px 15px 50px 15px;
  background: #fdfdfd;
  max-width: 350px;
  position: relative;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  filter: invert(54%) sepia(25%) saturate(1016%) hue-rotate(143deg)
}

.mobile::before {
  content: '';
  background: #fdfdfd;
  display: inline-block;
  top: 20px;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  width: 50px;
  height: 8px;
  border: 1px solid #dddddd;
  border-radius: 6px;
}

.mobile::after {
  content: '';
  height: 45px !Important;
  width: 45px;
  background: radial-gradient(#fdfeff, #fdfdfd, #000000);
  border-radius: 50%;
  display: inline-block;
  bottom: 6px;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
}

.header-dash {
  border-bottom: 3px double #c9a7a9;
  width: fit-content;
  padding: 0px 50px;
}

.header-dash h2 {
  color: #a2474c;
  font-weight: 600;
}

.nav-link {
  color: white !important;
  font-size: 18px;
}

.active {
  color: #2f2f30 !important;
  font-weight: bold;

}

.dropdown-menu {
  min-width: 7rem !important;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  background-color: black !important;
}

.container-custom {
  border: 1px solid #e9e9e9;
  border-radius: 10px;
  padding: 15px;
  background: #ffffff;
  box-shadow: rgb(98 98 103 / 20%) 0px 0px 5px 0px;
}

.label-container {
  position: fixed;
  bottom: 48px;
  right: 90px;
  display: table;
  visibility: hidden;
  z-index: 1111;
}

.float {
  position: fixed;
  width: 55px;
  height: 55px;
  bottom: 40px;
  right: 40px;
  background-color: #008f48 !important;
  color: #f8f8f8;
  border-radius: 50px !important;
  text-align: center;
  box-shadow: 2px 2px 3px #999;
  z-index: 1000;
  animation: bot-to-top 2s ease-out;
}

.label-container {
  position: fixed;
  bottom: 48px;
  right: 105px;
  display: table;
  visibility: hidden;
}

.label-text {
  color: #ffffff;
  background: #008f48;
  display: table-cell;
  vertical-align: middle;
  padding: 8px 23px;
  border-radius: 15px;
}

.label-arrow {
  display: table-cell !important;
  vertical-align: middle;
  color: #034b53;
  opacity: 0.5;
}

a.float+div.label-container {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.5s ease;
}

a.float:hover+div.label-container {
  visibility: visible;
  opacity: 1;
}

.my-float {
  font-size: 24px !important;
  margin-top: 17px;
}

a#menu-share+ul {
  visibility: hidden;
}

@media (max-width: 768px) {

  #flip-button,
  #rotate-right-button {
    width: 100% !important;
    padding: 8px 12px;
    font-size: 16px;
    min-width: 0;
    /* flexbox overflow fix */
  }
}

a#menu-share:hover+ul {
  visibility: visible;
  animation: scale-in 0.5s;
}

a#menu-share i {
  animation: rotate-in 0.5s;
}

a#menu-share:hover>i {
  animation: rotate-out 0.5s;
  color: #ffffff !important;
}

a#menu-share:hover {
  background-color: #008f48 !important
}

@keyframes bot-to-top {
  0% {
    bottom: -40px
  }

  50% {
    bottom: 40px
  }
}

@keyframes scale-in {
  from {
    transform: scale(0);
    opacity: 0;
  }

  to {
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes rotate-in {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@keyframes rotate-out {
  from {
    transform: rotate(360deg);
  }

  to {
    transform: rotate(0deg);
  }
}

.containerrr {
  width: 283px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .col-md-3 {
    flex: 0 0 auto;
    width: 29% !important;
  }
}


.report-btn:after,
.report-btn:before {
  content: "\f019" !important;
}

.four b {
  color: #ffffff;
  font-weight: 700;
}

.fourr:hover:after {
  -webkit-transform: rotate(3000deg);
  transform: rotate(3000deg);
}

.fourr:hover:before {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

.fourr:after,
.fourr:before {
  content: "\f067";
}

.fourr b {
  color: #fff;
  font-weight: 700;
}

.pledge-fieldset {
  height: 100vh !important;

  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.fieldset-div {
  background-size: 100%;
  background-repeat: no-repeat;
  background-color: transparent !important;
  padding: 18px;
  border-radius: 15px;
  background-position: bottom;
}

.main-container {
  padding: 18px;
}

.sub-container {
  padding: 15px;
}

.table-container {
  padding: 15px 0px;
  background-position: bottom;
  background-size: cover;
  border-radius: 20px;
  margin-bottom: 20px;
}

#progressbar li:before {
  width: 30px;
  line-height: 30px;
  background: #ffcbb9;
}

#progressbar li:after {
  background: #ffcbb9;
  top: 14px;
  font-family: "Ubuntu", sans-serif !important;
}

#progressbar li.active:before,
#progressbar li.active:after {
  background: black !important;
  color: #fff !important;
}

.icons {
  margin-right: 10px;
  color: black;
}

.threee h1 {
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.5em;
  padding-bottom: 15px;
  position: relative;
}

.threee h1:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 5px;
  width: 55px;
  background-color: black;
}

.threee h1:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  height: 1px;
  width: 95%;
  max-width: 255px;
  background-color: black;
}

.threee {
  position: relative;
  width: 100%;
  max-width: 100%;
  padding: 1em;
  color: black;
}

#photograph {
  padding: 11px 15px !important;
}

@media only screen and (max-width: 600px) {
  .fieldset-div {
    padding: 10px;
  }
  .radio-container {
    width: 100%;
  }
}

.fieldset-block {
  border-radius: 20px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.3);
  width: 100%;
  padding: 50px;
  position: relative;
  z-index: 10;
  transform-style: preserve-3d;
}

.backgroundSlab {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  transform: translateZ(-1px);
}

.backgroundSlab::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(44 124 75);
  border-radius: 20px;
  z-index: 1;
  transform: rotate(-1.5deg);
}

.backgroundSlab::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(90 175 123);
  border-radius: 20px;
  z-index: 2;
  transform: rotate(1.5deg);
}

.select2-container--default .select2-selection--single {
  background-color: transparent !important;
  border: 0px solid #aaa !important;
  border-radius: 4px !important;
  outline: none !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 48px !important;
}

.select2-container .select2-selection--single {
  height: 48px !important;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #212529 !important;
  padding-left: 5px !important;
  font-size: 17px !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  height: 48px !important;
  align-items: center !important;
  font-family: "Ubuntu", sans-serif !important;
  line-height: 48px !important;
  background: #f9f9f9 !important;
  border-radius: 10px !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 12px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 7px !important;
  right: 11px !important;
}

.select2-container {
  width: 100% !important;
  border: 1px solid #c2d8c2 !important;
  border-radius: 10px;
}

.search-filter {
  background: #f2f8f2;
  padding: 10px;
  border-radius: 10px;
  color: #07803f;
}

.me .select2-container .select2-selection--single .select2-selection__rendered {
  background: white !important;
  color: #009545;
  text-align: center;
  font-family: "Ubuntu", sans-serif !important;
  letter-spacing: 0.9px;
}

.me .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #5ca662 transparent transparent transparent;
  border-style: solid;
  border-width: 8px 8px 0 8px;
  height: 0;
  left: 50%;
  margin-left: -11px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.me .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: #5ca662 transparent #fff transparent;
  border-width: 0 8px 8px 8px;
  border-radius: 35px !important;
}

.label-span {
  color: black;
  background: #e6ece6;
  padding: 12px;
  border-radius: 6px;
}

.btn-outline-danger {
  width: 100%;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f2f8f2;
  color: green;
  border-color: #cfd5cf;
  box-shadow: none !important;
}

.download-btnn {
  background: -webkit-linear-gradient(123deg, #1e6937, #2f9d55) !important;
  color: #ffffff !important;
  border-color: #f0dad3 !important;
  display: inline-block;
  border-radius: 10px;
}

.not-list-btn {
  background: grey !important;
  color: #ffffff !important;
  border-color: #f0dad3 !important;
  display: inline-block;
  border-radius: 10px;
  box-shadow: none;
}

.not-list-btn:hover {
  box-shadow: none;
  background: grey !important;
}

#edit-status:checked {
  box-shadow: none !important;
}

#edit-status:checked+.not-list-btn {
  box-shadow: none;
  background: -webkit-linear-gradient(123deg, #1e6937, #2f9d55) !important;
}

.not-list-btn:focus,
.not-list-btn.focus {
  box-shadow: none !important;
}

.download-btnn:hover {
  background: -webkit-linear-gradient(300deg, #971b22, #ff3a46) !important;

}

.btn-check:checked+.download-btnn {
  background: #e31f25 !important;
  color: #fff !important;
  display: inline-block;
  border-radius: 10px;
}

.upload-btn-wrapper input[type=file] {
  font-size: 32px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

.upload__img-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}

.upload__img-box {
  width: 200px;
  padding: 0 10px;
  margin-bottom: 12px;
}

.img-bg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  padding-bottom: 100%;
}

.upload__img-close {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 10px;
  right: 10px;
  text-align: center;
  line-height: 24px;
  z-index: 1;
  cursor: pointer;
}

.upload__img-close:after {
  content: "\2716";
  font-size: 14px;
  color: white;
}

.cropper-block {
  height: 250px;
}

.custom_c_btn {
  font-family: "Ubuntu", sans-serif !important;
  border-radius: 5px !important;
  background: -webkit-linear-gradient(123deg, #5e2e00, #d38339) !important;
  color: white;
  border: none;
  box-shadow: rgba(0, 0, 0, 0.45) 0px 10px 20px -20px !important;
  margin: 0px 10px;
}

.nine h1 {
  text-align: center;
  font-size: 40px;
  text-transform: uppercase;
  color: #494646;
  letter-spacing: 1px;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
}

.nine h1 span {
  margin-top: 5px;
  font-size: 15px;
  color: #444;
  word-spacing: 1px;
  font-weight: normal;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  display: grid;
  grid-template-columns: 1fr max-content 1fr;
  grid-template-rows: 25px 0;
  grid-gap: 20px;
  align-items: center;
}

.nine h1 span:after,
.nine h1 span:before {
  content: " ";
  display: block;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  height: 5px;
  background-color: #e9e9e9;
}

.custom-table-container2 {
  border-radius: 10px !important;
  border: 1px solid #e6e1e1;
}

.custom-table-container2 .table td,
.custom-table-container2 .table th {
  padding: 15px;
  text-align: left !important;
  border: 1px solid #ddd;
  border-top: none;
  border-left: none;
}

:root {
  --dd-overlay: rgba(0, 0, 0, .75);
  --dd-background: #FFFFFF;
  --dd-text1: #333333;
  --dd-text2: #FFFFFF;
  --dd-primary: #FD4741;
  --dd-gradient: linear-gradient(45deg, #032643 0%, black 100%) !important;
  --dd-radius: .35em;
  --dd-shadow: 0 0 2.5em rgba(0, 0, 0, 0.1);
  --dd-range: rgba(0, 0, 0, 0.05);
  --dd-monthBackground: var(--dd-gradient);
  --dd-monthText: var(--dd-text2);
  --dd-monthBorder: transparent;
  --dd-confirmButtonBackground: var(--dd-gradient);
  --dd-confirmButtonText: var(--dd-text2);
  --dd-selectedBackground: var(--dd-gradient);
  --dd-selectedText: var(--dd-text2);
  --dd-borderColor: rgba(0, 0, 0, 0.1);
}

#searchInput {
  background-image: url(../images/search.png) !important;
  background-position: 12px 13px !important;
  background-size: 21px !important;
  background-repeat: no-repeat !important;
  width: 100%;
  font-size: 16px;
  padding: 12px 20px 12px 47px;
  border: 1px solid #ddd;
  margin-bottom: 28px;
  border-radius: 10px !important;
  box-shadow: 0 10px 20px rgb(0 0 0 / 10%), 0 0px 6px rgb(0 0 0 / 5%);
}

.steps input:focus,
.steps textarea:focus {
  color: #333333;
  border: 1px solid #d2d7d4 !important;
}

.ql-container {
  border: 1px dashed #ababab !important;
  border-radius: 10px !important;

}

.cta {
  padding: 11px 18px;
  text-decoration: none;
  font-size: 25px;
  color: white;
  background: linear-gradient(107deg, #d38339 0%, #6e3df8 80%);
  transition: 1s;
  border-radius: 10px;
  border: none;
  cursor: pointer;
  box-shadow: 0 0 0px 2px #ffffff, 0 0 0px 3px #7241f3, 5px 6px 5px 2px #e2d9d9;
}

.cta:focus {
  outline: none;
}

.cta:hover {
  transition: 0.5s;
}

.cta .second {
  transition: 0.5s;
  margin-right: 0px;
}

.cta:hover .second {
  transition: 0.5s;
  margin-right: 45px;
}

.second {
  width: 20px;
  margin-left: 30px;
  position: relative;
  top: 12%;
}

.one,
.two {
  transition: 0.4s;
  transform: translateX(-60%);
}

.cta:hover .three {
  animation: color_anim 1s infinite 0.2s;
}

.cta:hover .one {
  transform: translateX(0%);
  animation: color_anim 1s infinite 0.6s;
}

.cta:hover .two {
  transform: translateX(0%);
  animation: color_anim 1s infinite 0.4s;
}

@keyframes color_anim {
  0% {
    fill: white;
  }

  50% {
    fill: #fbc638;
  }

  100% {
    fill: white;
  }
}

.doctor-imgg {
  width: 100%;
}

.alembic-log {
  width: 100%
}

.zoom-in-zoom-out {
  animation: zoom-in-zoom-out 2s ease-out infinite;
}


@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }

  50% {
    transform: scale(1.1, 1.1);
  }

  100% {
    transform: scale(1, 1);
  }
}

.alembic-log2 {
  width: 8%;
}


.dr-name {
  font-weight: 900 !important;
  color: #6abf4a;
  border-bottom: 2px dashed #9b9c9b;
  padding-bottom: 10px;
}

.dr-name2 {
  font-weight: 900 !important;
  color: #6abf4a;
  border-bottom: 2px dashed #9b9c9b;
  padding-bottom: 10px;
}

.options-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
  padding: 20px;
}

.image-radio {
  position: relative;
  display: inline-block;
  cursor: pointer;
  width: 25%;

  border-radius: 12px;
}

.image-radio input[type="radio"] {
  display: none;
}

.image-radio img {
  width: 85%;

}

.image-radio input[type="radio"]:checked+img {
  border-color: #42b5e3;
  transform: scale(1.03);
  filter: drop-shadow(0px 1px 6px #42b5e3);
}

@media (max-width: 768px) {}


textarea {
  border: 1px solid #bbb1d9;
}

textarea:hover,
textarea:focus {
  border-color: #bbb1d9 !important;
}


.skip-btn {
  padding: 9px 14px;
  border-radius: 33px;
  color: white;
  opacity: 1;
  animation: shadow-pulse 2s infinite;
  background: linear-gradient(#00aeef, #0078a6);
  width: 100px;
}

.skip-block {
  position: fixed !important;
  bottom: 5%;
  right: 2%;
  text-align: end;
}

@keyframes shadow-pulse {
  0% {
    box-shadow: 0px 0px 0px 2px #c0e0ec;
  }

  100% {
    box-shadow: 0 0 0px 7px #d7f4ff
  }
}

.green-text {
  color: #66be53
}

.delete-fafa {
  font-size: 24px !important;
  color: #d38339
}

.start-btnn {
  width: auto;
  padding: 10px 15px 10px 15px;
  border-radius: 7px;
  font-size: 35px;
  color: white;
  opacity: 1;
  animation: shadow-pulse 2s infinite;
  background: linear-gradient(#00aeef, #0078a6);
}

.center-block {
  height: 100vh;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.start-btn-dash {
  font-size: 18px;
  padding: 5px 30px 5px 25px;
  text-align: center;
  border: 1px solid #d38339 !important
}

.counter {
  border: 1px solid #c6d0dc;
  margin: auto;
  text-align: center;
  width: 180px;
  border-radius: 3px 50px 3px 50px;

  padding: 10px 1px 0px 1px;
  box-shadow: #d38339 0px 0px, rgb(213 218 225) 0px -7px, #d38339 -7px -1px, rgb(213 218 225) 0px 7px, #d38339 7px 0px;
  padding: 13px;
}

.counter-value {
  font-size: 35px;
}

.circle-counter {
  border: 1px solid #ebebeb;
  border-radius: 10px;
  position: relative;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: #fff;
  padding: 20px 35px;
  width: fit-content;
}

.counter-content {
  position: relative;
  z-index: 2;
}

.counter-span {
  font-size: 14px;
}

.counter-icon {
  color: #204b7d;
  background: #f9e5d3;
  width: fit-content;
  margin: auto;
  padding: 7px;
  border-radius: 57%;
}

.counter-title {
  font-size: 15px;
  color: #666666;
}

.counter-number {
  font-size: 32px;
  font-weight: 700;
  color: #a2474c;
  margin-top: 5px;
}


.loader-round {
  position: fixed;

  top: 0;
  width: 100%;
  bottom: 0;
  background: #f5f5f5;
  height: 100%;
  z-index: 111111111111111;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.loader-round svg {
  overflow: visible;
  width: 300px;
}

.loader-round svg path#line {
  fill: none;
  stroke: #e00000;
  stroke-width: 2;
  stroke-linecap: butt;
  stroke-linejoin: round;
  stroke-miterlimit: 4;
  stroke-dasharray: none;
  stroke-opacity: 1;
  stroke-dasharray: 1;
  stroke-dashoffset: 1;
  animation: dash 3s linear infinite;
}

.loader-round svg path#heart {
  transform-origin: 50% 50%;
  animation: blink 3s linear infinite;
}

@keyframes dash {
  0% {
    stroke-dashoffset: 1;
  }

  80% {
    stroke-dashoffset: 0;
  }

  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes blink {
  0% {
    opacity: 0;
    transform: scale(0);
  }

  60% {
    opacity: 0;
    transform: scale(0);
  }

  70% {
    opacity: 1;
    transform: scale(1.2);
  }

  75% {
    opacity: 1;
    transform: scale(1.0);
  }

  80% {
    opacity: 1;
    transform: scale(1.2);
  }

  85% {
    opacity: 1;
    transform: scale(1.0);
  }

  100% {
    opacity: 0;
    transform: scale(1.0);
  }
}

.wheel-wrapper {
  position: relative;
  width: 100%;
  max-width: 450px;
  margin: 0 auto;
}

.wheel-ring {
  position: absolute;
  width: 130%;
  z-index: 0;
  bottom: -15%;
  left: -15.5%;
  margin: auto;
}

.wheel {
  width: 100%;
  height: auto;
}

.wheel-center {
  position: absolute;
  top: 47%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.sWheel-marker {
  display: none !important;
}

.video-container {
  position: relative;
  padding-bottom: 38%;

  border: 2px solid #ffdbdb;

  border-radius: 10px;
  background: #ffffff;
  box-shadow: rgb(127 0 0) 0px 0px 15px 0px;
}

#iframe-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  right: 0;
  margin: auto;
  text-align: center;
  padding: 0px 10px;
}

.btn-check:focus+.btn,
.btn:focus {
  box-shadow: none !important;
}

.header-last-btn {
  position: absolute;
  z-index: 11;
  bottom: 5%;
}

.fullscreenBtn {
  position: fixed;
  bottom: 10px;
  left: 10px;
  z-index: 9999999;
  background: #ffffff;
  color: #da1821;
  border: none;
  padding: 10px 15px;
  cursor: pointer;
  border-radius: 28px;
}

.pledge-fieldset34 {
  position: absolute;
  top: 45%;
  right: 0;
  left: 0;
}

.superWheel .sWheel>.sWheel-txt-wrap>.sWheel-txt>div {
  width: 45% !important;
}

.superWheel .sWheel>.sWheel-txt-wrap>.sWheel-txt>div img {
  max-width: 22% !important;
}

.swal2-title {
  font-weight: 500 !important;
}



.doctorname-block h2 {
  color: #fff400;
  width: fit-content;
  margin: auto;
  padding: 10px 50px;
  border-bottom: 2px dashed #e2e2dc;
  font-weight: 900;
}

.doctor-block {
  background: linear-gradient(178deg, #dd8f47 0%, #d38339 100%);
  box-shadow: inset rgba(0, 0, 0, 0.35) 0px 5px 15px, rgb(196, 123, 63) 0px 0px 0px 3px;
  border-radius: 15px;
}

.h3,
h3 {
  font-size: calc(1rem + .5vw) !important;

}

.h33 {
  font-weight: 900;
}

@media (min-width: 1200px) {

  .h3,
  h3 {
    font-size: 1.75rem !important;
  }
}

.left-fieldset {
  max-width: 500px;
  text-align: center;
  margin-left: auto;
  margin-right: 3rem;
}

fieldset:not(:first-of-type) {
  display: none;
}

.delete-btn {
  background: #e9cbcb;
  border: 1px solid #f6f5f5;
  color: #dd3849;
}

thead {
  background: #d38339;
}

th {
  color: white
}

.form-label {
  font-size: 18px;
}

.custom-file:hover {
  background: #d38339
;
}

.custom-file:focus {
  background: #d38339
;
}

input.custom-file[type="file"] {
  padding: 16px 23px 4px 17px
}

input.custom-file[type="file"]:focus {
  box-shadow: none;
  outline: none;
}

input.custom-file[type="file"]::-webkit-file-upload-button,
input.custom-file[type="file"].invalid::-webkit-file-upload-button,
input.custom-file[type="file"].valid::-webkit-file-upload-button {
  color: #fff;
  font-size: 13px;
  border: 0;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  -ms-border-radius: 35px;
  border-radius: 10px;
  padding: 8px 10px 8px 10px;
  background: #d38339 !important;
  outline: none;
}

input.custom-file[type="file"]::-webkit-file-upload-button:focus,
input.custom-file[type="file"].invalid::-webkit-file-upload-button:focus,
input.custom-file[type="file"].valid::-webkit-file-upload-button:focus {
  box-shadow: none;
  outline: none;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .doctorname-block h2 {
font-size: 20px;
}
}
.referec{
  display: flex;
  justify-content: center;
  align-items: center;

}
.referec img{
  width: 20%;
  bottom: -40px;
  position: absolute;
}