/* GLOBAL STYLES
-------------------------------------------------- */

@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700&display=swap");

/* Padding below the footer and lighter body text */

body {
  /* padding-top: 3rem;
  padding-bottom: 3rem;*/
  color: #5a5a5a;
  font-family: "Roboto";
  font-size: 14px;
}

main {
  /* min-height: 435px; */
  min-height: calc(100vh - 185px);
}

.top-header {
  background: #e8ac4c;
  color: #fff;
  padding-top: 10px;
}

.top-header a {
  color: #fff;
}

.top-header ul,
.top-header p {
  margin-bottom: 10px;
}

.top-header li {
  padding-left: 8px;
  padding-right: 8px;
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 1);
  /* font-size: 14.5px; */
  font-size: 13px;
}

.dashboard_main {
  background: #ffffff !important;
}

.ifream_footer {
  width: calc(100% - 30px);
  height: 36px;
  position: absolute;
  bottom: 5px;
  background: #ffffff !important;
}

.share_hide {
  right: 15px;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
  color: #e8ac4c !important;
}

.nav-link.active {
  color: #e8ac4c !important;
}

header .navbar {
  padding-top: 5px;
  padding-bottom: 5px;
}

/* header .navbar li {
  padding-left: 5px;
  padding-right: 5px;
} */
.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: .45rem;
  padding-left: .45rem;
}

/* ------  CSS for footer ------*/

.footer-background {
  background: #e0a346;
  height: 60px;
}

.footer-text {
  padding-top: 18px;
  color: #fff;
}

/*---- CSS For Main ------*/

.page-title {
  font-size: 24px;
  font-weight: 400;
  text-transform: uppercase;
}

.bg-gray {
  background: #646b75;
  padding: 30px;
}

.form-check-label,
.form-check-label a {
  color: #fff;
}

.btn-orange {
  background: #e8ac4c;
  color: #fff;
  font-size: 15px;
  padding: 8px 44px;
}

.page-bg-light-gray {
  background: #e6eaed;
}

.blue-search {
  background: #646b75;
  color: #fff;
}

.blue-search:focus {
  background: #646b75;
  color: #fff;
}

.table-blue thead {
  background: #646b75;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.table-blue tbody {
  background: #ffffff;
  color: #000;
}

.table-blue tr:nth-child(2n) {
  background: #cad4d5;
}

.bg-orange {
  background: #e8ac4c;
}

.bg-orange .btn {
  background: #3e4347;
  color: #fff;
}

.tiles {
  min-height: 300px;
  text-align: center;
  padding: 10px;
  position: relative;
}

.tiles.static-sups {
  height: calc(100% - 1rem);
  position: relative;
}

.tiles.static-sups .checkout-btn {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
}

.tiles h2 {
  color: #000;
  font-size: 16px;
  background: #ecbb6e;
  padding: 10px 15px;
}

.tiles p {
  font-size: 15px;
  color: #fff;
}

.tiles p.font-light-large {
  font-size: 18px;
}

del {
  color: #fe0000;
}

.btn.bg-white {
  color: #000;
  padding: 8px 44px;
}

.text-green {
  color: #447b03;
}

/*----- CSS For New Addition ------------------*/

.only-icon-btn {
  padding: 0;
}

.download-btn-icon {
  margin-left: 10px;
}

.blue-search {
  padding: 22px;
}

.tag-btn {
  padding: 0px 0px 0px 20px !important;
}

.tag-btn:hover {
  color: #fff;
}

.tag-btn .badge {
  left: 20px;
  font-size: 14px;
  font-weight: 400;
  border-radius: 63%;
  padding: 17px 12px;
  background: #4e5357;
  top: -15px;
  color: #fcb74f;
}

.perMonth {
  font-size: 15px;
  font-weight: 500;
}

.modalLine {
  position: relative;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5px;
  padding-right: 5px;
}

.modalLine::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background: #dc3545;
}

.gredient-bg {
  /* background-image: linear-gradient(#768791, #a4b2b5); */
  background-image: linear-gradient(#e6e6e6, #e6e6e6);
}

.height-auto {
  min-height: auto !important;
}

.btn-tool {
  padding: 0;
  background: transparent !important;
  margin-left: 5px;
  color: #5a5a5a !important;
}

.underline-text {
  border-bottom: 5px solid #c6ced0;
  padding-bottom: 13px;
  font-size: 21px;
  font-weight: 600;
}

.height-gredient {
  height: 150px;
}

/*CUSTOM CSS CLASS */
.login_bg {
  /* background: url("../images/login-bg.jpg"); */
  background: url("../images/Bg-Image.jpg");
  background-size: cover;
  min-height: 650px;
}

.no-bg {
  padding: 30px;
}

.head_title_color {
  color: #fff;
}

.btn_border {
  border: #3e4347;
}

.underline {
  text-decoration: underline;
}

.small-p {
  color: #fff;
  font-size: 12px;
}

.inner_page_background {
  background-image: linear-gradient(#768791, #a4b2b5);
}

.left_menu {
  border: 1px solid red;
  margin-top: 10%;
  width: 223px;
  background: #fff;
  color: #000;
  float: left;
  float: right;
  padding: 2px;
}

.left_menu_form {
  display: block;
  padding-left: 3.25rem;
  position: relative;
  text-align: left;
}

.banner_container {
  background: url("../images/Bg-Image.jpg");
  position: relative;
  text-align: center;
  color: white;
  height: 500px;
}

.card_border_padding {
  padding: 20px;
}

.cardTitle {
  color: #000;
}

.card_download_btn {
  float: right;
}

.bold_text {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
}

.bold_text_no_text_transform {
  font-size: 16px;
  font-weight: 700;
}

.home-banner-image {
  min-height: 365px;
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url("../images/Banner.jpg");
  height: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.banner_btn_border {
  border: 1px solid #fff;
}

.search_placeholder {
  color: #fff;
}

.dark-text {
  color: #000;
}

.search-background {
  background: #6c757d;
  color: #fff;
}

.form-check-label,
.custom-label-color a {
  color: #000;
}

.scroll {
  overflow-x: scroll;
  height: 200px;
}

.bold_text {
  font-weight: 600;
  color: #646b75;
}

.drpdownList {
  padding: 6px;
  background: gray;
  padding: 6px;
  background: #646b75;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}

.search-pg-bg {
  background-image: linear-gradient(#768791, #a4b2b5);
}

.white-color-text {
  color: #fff;
}

.gray-bg {
  background: #646b75;
  color: #fff;
}

.accordian-inner-header-color {
  background: #acacac;
}

.dt-buttons.btn-group {
  top: 35px;
}

.loader {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #e8ac4c;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  margin: 0 auto;
  top: 40%;
  position: absolute;
  left: 0;
  right: 0;
}

.btntext {
  font-size: 16px;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.loader-bg {
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 9999;
  background: rgb(44, 44, 43);
  top: 0;
  overflow-x: hidden;
}

.boldFont {
  font-weight: 700;
}

.errMsg {
  /* background: #e73939; */
  color: #fff !important;
  /* margin-bottom: 1em; */
  /* font-size: 13px; */
  /* padding: 8px 10px 10px 10px; */
  /* z-index: 1000; */
  /* width: 100%; */
  /* clear: both; */
  /* text-align: center; */
  list-style: none;
  height: 4px;
  display: block;
  font-weight: 700;
}

.signup-min-height {
  min-height: 700px;
}

table.dataTable.table-sm>thead>tr>th.text-right {
  text-align: right !important;
}

#myModal .modal-body,
#Pharmacy_StanyModal .modal-body {
  height: 300px;
  overflow-y: scroll;
}

.page-item.active .page-link {
  background: #e8ac4c;
  border-color: #e8ac4c;
}

.page-link {
  color: #000;
}

.dataTables_scrollBody {
  max-height: 515px !important;
  min-height: 400px !important;
}

.subscription-bg {
  background-image: linear-gradient(#768791, #a4b2b5);
}

.color-text {
  color: #000;
}

.round-button {
  border-radius: 12px;
}

.Checkoutbutton.bg-white {
  color: #000;
  padding: 8px 44px;
}

.noMargin {
  margin-right: 0px;
  margin-left: 0px;
}

.subscriptionBoxInnerHeader {
  color: #5a5a5a !important;
  font-size: 15px !important;
  background: #ecbb6e;
  padding: 10px 5px !important;
  font-weight: 700 !important;

}

.tiles .subscriptionBoxInnerHeader {
  min-height: 50px;
  display: flex;
  align-items: center;
}

.checkout-btn {
  border-radius: 20px;
}

.file-upload input[type="file"] {
  display: none;
}

.font20 {
  font-size: 20px !important;
}

.accordion .card-header:after {
  font-family: "FontAwesome";
  content: "\f068";
  float: left;
  margin-right: 10px;
}

.accordion .card-header.collapsed:after {
  /* symbol for "collapsed" panels */
  content: "\f067";
}

.text-orange {
  color: #e8ac4c !important;
  font-size: 18px;
}

.bannerFontsize {
  font-size: 22px !important;
}

::placeholder {
  /* /font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif; */
  font-style: italic;
  opacity: 1;
  /* Firefox */
}

.bannerSearchPadding {
  padding: 8px 60px !important;
}

.bannerseachPlaceHoldercolor {
  color: #fff !important;
}

.roundborder {
  border-radius: 25px;
}

.accordion-top-bg {
  background: #666d77;
  color: #fff;
  font-weight: 600;
}

.accordion-top-bg p {
  margin-bottom: 0;
  padding: 7px 10px;
  font-size: 17px;
}

.accordion-step-3-bg {
  background: #9eb0b9;
  color: #fff;
  font-size: 16px;
}

.accordion-step-4-bg {
  background: #fff;
  color: #000;
  font-size: 16px;
}

.no-padding {
  padding: 0;
}

.no-margin {
  margin-left: -15px;
  margin-right: -15px;
}

.rowborder {
  border: 1px solid #e6e6e6;
  padding: 22px;
  border-radius: 25px;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  color: #fff;
  background-color: #e8ac4c;
  color: #fff !important;
}

.nav-pills .nav-link {
  color: #e8ac4c;
  font-weight: bold;
}

.exportBTN {
  float: right;
  margin-right: 31%;
  margin-top: 2%;
  margin-bottom: 1%;
  background: #e8ac4c !important;
  border: 1px #e8ac4c !important;
  border-radius: 25px !important;
  padding: 10px 30px !important;
  font-weight: bold !important;
}

.more-link-a {
  color: #e8ac4c !important;
}

.showhide-section {
  width: 100%;
  margin-left: 15px;
  margin-right: 15px;
}

.border-none {
  border: none !important;
}

.black-gredient-bg {
  background-image: linear-gradient(#778892, #a5b4b6);
}

.white-text {
  color: #fff;
}

.white-bg {
  background: #fff;
  color: #000;
  width: 200px;
}

.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;

  /* Position the tooltip */
  position: absolute;
  z-index: 1;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}

.home-checkbox input[type="checkbox"] {
  background-color: red;
}

.select-70-width {
  width: 70%;
}

.pivotVideoLink {
  font-size: 18px;
  color: orange;
}

.pivotVideoLink hover {
  font-size: 18px;
  color: orange;
  text-decoration: none;
}

a {
  color: gray;
  text-decoration: none;
}

a:hover {
  color: gray;
  text-decoration: none;
  cursor: pointer;
}

.custom_select {
  width: 260px;
}

.msa-dropdown {
  width: 484px !important;
}

.cat-dropdown {
  width: 613px !important;
}

.custom-apply-dropdown {
  color: #eead49;
  font-size: 16px;
  font-weight: 700;
}

/* delete button on check out page */

.redclose {
  color: red;
}

.coupontext {
  width: 60%;
  float: left;
  /* margin-left: 20px */
}

.applybutton {
  float: left;
  margin-left: 13px;
}

.blockletter {
  text-transform: uppercase;
}

.footer-link {
  color: #fff;
}

.upload-bill-footer {
  color: #555;

}

.footer-link a {
  color: #fff;
}

.accuracy-form span {
  color: #000;
  margin-right: 15px;
}

.accuracy-form select {
  width: 67%;
}

.accuracy-submit {
  margin-right: 0;
}

div.dataTables_wrapper div.dataTables_processing {
  background-color: #646b75 !important;
  color: #fff !important;
}

/* #tbl_RxWholesaler .dataTables_empty
{
  text-align: left;
  padding-left: 20%;
} */
/* .table-donated-edi
{
    max-height: 400px;
    overflow-y: auto;
} */
#tbl_donated_edi_wrapper .dataTables_scrollBody {
  height: 350px !important;
  max-height: 350px !important;
}

.profile-welcome {
  position: relative;
}

/* .profile-welcome::after {
  content: '';
  position: absolute;
  bottom: -15px;
  left: 50%;
  width: 31%;
  height: 1px;
  background: #e6e6e6;
  transform: translateX(-50%);
} */
.profile-wlcome-text {
  display: block;
  font-size: 1.9rem;
}

.profile-welcome span:not(.profile-wlcome-text) {
  font-size: 13px;
  vertical-align: middle;
}

.no-subscription {
  font-size: 15px;
}

.edi-link-btn {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  z-index: 99999;
  background: #646b75;
  transition: all .5s ease-in-out;
}

.edi-link-btn:hover {
  background: #e8ac4c;
}

.edi-link-btn .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: fixed;

  bottom: 2rem;
  right: 6rem;
  margin-left: 0;
  opacity: 0;
  transition: opacity 0.3s;
}

.edi-link-btn .tooltiptext::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent transparent #555;
}

.edi-link-btn:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

.about_img {
  display: block;
  width: 300px;
  height: 450px;
  margin: 0 auto;
}

.about_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.priceLineThroue {
  text-decoration: line-through;
  text-decoration-color: #dc3545;
}

.inv-cus-col-1 {
  -ms-flex: 0 0 23%;
  flex: 0 0 23%;
  max-width: 23%;
}

.inv-cus-col-2 {
  -ms-flex: 0 0 38.5%;
  flex: 0 0 38.5%;
  max-width: 38.5%;
}

.oop-filter .form-control {
  height: 100%;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.alert-dismissible .close {
  line-height: 0.6;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.col-cus-zip {
  width: 68px;
}

.cus-ml {
  margin: 0 0 0 -7px;
}

.oop-m {
  margin: 0 -7px !important;
}

.oop-ml-btn {
  float: inherit;
  margin-left: 25% !important;
}

.ext_link {
  display: block;
  margin: 0 0 0.6rem;
  color: #e8ac4c;
  display: flex;
  flex-wrap: wrap;
  width: max-content;
  line-height: 1;
  align-items: center;
  transition: all .5s ease-in-out;
}

.ext_link i {
  font-size: 16px;
}

.ext_link:hover {
  color: #fff;
}

.oopLabel {
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  color: #181818;
  margin: 0 8px 5px 0;
}

.oop_modal {
  max-width: 400px;
}

.oop_modal .close {
  position: absolute;
  top: 0;
  right: 5px;
  font-size: 27px;
}

.custom-control-label {
  color: #000;
  cursor: pointer;
}

.payment_process_modal p {
  font-size: 18px;
  color: #000;
  text-align: center;
  margin: 0;
  line-height: 1.3;
  padding: 5px 30px;
  font-weight: 600;
}

.payment_process_modal .loader {
  width: 40px;
  height: 40px;
  border-width: 7px;
  position: relative;
  margin: 0 auto;
}

.oop_nots {
  font-size: 16px;
  color: #e8ac4c;
}

.e-pivotview .e-grid .e-headertext,
.e-pivotview .e-grid .e-movableheader .e-headercell .e-sortfilterdiv.e-icons {
  color: #ef8787 !important;
}

#buy_low_cost_Modal ol {
  padding: 0;
  margin: 0;
  list-style: none;
}

#buy_low_cost_Modal ol li {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6;
  position: relative;
  counter-increment: ol-counter;
  padding-left: 40px;
  margin-bottom: 15px;
}

#buy_low_cost_Modal ol li::before {
  content: counter(ol-counter);
  width: 30px;
  height: 30px;
  text-align: center;
  border: 2px solid #a7a7a7;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  color: #181818;
}

#buy_low_cost_Modal ol li a,
#Omega_Notes p a {
  color: #1c1c1c;
  text-decoration: underline;
}

.getPhoneNumberBox {
  position: absolute;
  right: 50%;
  bottom: 50px;
  width: 300px;
  padding: 0.5rem;
  border-radius: .5rem;
  background: #e6eaed;
  transform: translateX(50%);
  visibility: hidden;
  opacity: 0;
  transform-origin: bottom;
  -webkit-box-shadow: 3px 2px 9px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 3px 2px 9px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 3px 2px 9px 0px rgba(0, 0, 0, 0.25);
  transition: all .5s ease-in-out;
}

#Surgical_Imaging p,
#Omega_Notes p {
  font-size: 1rem;
  line-height: 1.4;
  font-weight: 500;
}

#Surgical_Imaging p a {
  color: #e8ac4c;
}

.getPhoneNumberBox.activepopup {
  visibility: visible;
  opacity: 1;
  bottom: 80px;
}

.getPhoneNumberBox::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 15px 0 15px;
  border-color: #e6eaed transparent transparent transparent;
  position: absolute;
  bottom: -15px;
  right: 50%;
  transform: translateX(50%);
}

.send-me-text {
  margin: 1rem auto 0.5rem;
  display: block;
  /* transition: all .5s ease-in-out; */
  transition: all .5s ease-out;
}

.bannerseachPlaceHoldercolor:focus,
.getPhoneNumberBox button:focus {
  box-shadow: none;
}

.getPhoneNumberBox button {
  background: #e8ac4c !important;
  border-color: #e8ac4c;
  color: #fff;
}

.getPhoneNumberBox button:hover {
  color: #e8ac4c;
  background: transparent !important;
  border-color: #e8ac4c;
}

.oop-actions-btns {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 2rem 1rem .6rem;
}

.oop-actions-btns .exportBTN,
.oop-actions-btns .oop-send-msg-btn {
  margin: 0 1rem !important;
  border-radius: 25px !important;
}

.oop-actions-btns .oop-send-msg-btn {
  padding: 8px 29px;
  font-weight: bold;
}

.oop-send-msg-box {
  position: relative;
}

.oop-send-msg-box .getPhoneNumberBox {
  bottom: 30px;
  right: 1rem;
  transform: none;
}

.oop-send-msg-box .getPhoneNumberBox::after {
  right: 7%;
}

.oop-send-msg-box .getPhoneNumberBox.activepopup {
  bottom: 55px;
}

.btn.disabled,
.btn:disabled,
button:disabled {
  opacity: .65 !important;
}

.needClose,
.oop-actions-btns .oop-send-msg-btn.needClose {
  border-radius: 50%;
  width: 40px;
  padding: 8px;
}

.custom-offer {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.custom-offer h3 {
  font-size: 2.1rem;
  line-height: 1.4;
  font-weight: 700;
  color: #5a5a5a;
  position: relative;
}

.custom-offer:before {
  display: block;
  content: "*";
  position: absolute;
  top: 0.1rem;
  left: 0.3rem;
  font-size: 2.3rem;
  line-height: 1;
  font-weight: 700;
  color: #fff;
}

.custom-offer:after {
  display: block;
  content: "*";
  position: absolute;
  bottom: 0.1rem;
  right: 0.3rem;
  font-size: 2.3rem;
  line-height: .5;
  font-weight: 700;
  color: #fff;
}

/* for donaton  */

/* .donation_btn {
  position: fixed;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  right: 56px;
  transform-origin: 100% 0;
  font-size: 1.3rem;
  font-weight: 600;
  color: #141414;
  background: #e8ac4c;
  z-index: 99999;
  padding: 0.8rem 1.8rem;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  cursor: pointer;
  letter-spacing: 0.5;
  box-shadow: 0 10px 10px -10px rgb(0 0 0 / 35%);
  transition: all .5s ease-in-out;
} */
.donation_btn {
  position: fixed;
  top: 20%;
  transform: translateY(-100%) rotate(-90deg);
  right: 45px;
  transform-origin: right 0;
  font-size: 1.1rem;
  font-weight: 600;
  color: #141414;
  background: #e8ac4c;
  z-index: 999;
  padding: 0.6rem 1.5rem;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  cursor: pointer;
  letter-spacing: 0.5px;
  box-shadow: 0 10px 10px -10px rgb(0 0 0 / 35%);
  transition: all .5s ease-in-out;
}

.donation_popup {
  position: fixed;
  bottom: 50%;
  right: -760px;
  width: 500px;
  min-height: 300px;
  background: #fff;
  border-radius: 0.5rem;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.25);
  z-index: 99999;
  transform: translateY(50%);
  transition: all .5s ease-in-out;
}

.donation_popup.active {
  transition: all .5s ease-in-out;
  right: 65px;

}

.donation_header {
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  position: relative;
}

.donation_open {
  position: relative;
  transition: all .5s ease-in-out;
}

.donation_open::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
  transition: all .5s ease-in-out;
}

.donation_header h3 {
  font-size: 1.25rem;
  font-weight: 600;
  color: #5a5a5a;
  line-height: 1;
  margin: 0;
}

.donation_header .close_btn {
  position: absolute;
  top: -15px;
  right: -10px;
  background: #e8ac4c;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: none;
  font-size: 16px;
  cursor: pointer;
}

.donation_header .close_btn:focus {
  outline: none;
  border: none;
}

.donation_content {
  padding: 1rem;

}

.link_color {
  color: blue !important;
}

#tbl_RxWholesaler th {
  white-space: nowrap;
}

.donation_content p {
  font-size: 1rem;
  line-height: 1.4;
  font-weight: 500;
  text-align: justify;
  margin: 0;
}

.donation_content p span,
.donation_content p a {
  font-weight: 600;
  color: #e8ac4c;
  cursor: pointer;
}

.next_search_text {
  color: #ff9d00;
  margin: 0 0 5px;
  transition: all .5s ease-in-out;
}

.next_search_text i {
  font-size: 16px;
}

.area_unclickable {
  width: 100%;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  /* background-color: #f00; */
}

.unclickable_Modal_body {
  text-align: center;
}

.unclickable_Modal_body a {
  font-size: 14px;
  font-weight: 400;
  color: #e8ac4c;
  margin: 0 5px;
}

/* end for donaton  */

/* question slider  */
.hospital_survey_question_wrap {
  list-style: none;
  margin: 0;
  padding: 0;
}

.hospital_survey_question_wrap li {
  padding: 10px 15px;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  margin: 8px 0;
  box-shadow: 0px 1px 5px 0px rgb(0 0 0 / 20%);
  box-sizing: border-box;
}

.hospital_survey_question_wrap li h3 {
  font-size: 1rem;
  line-height: 1.4;
  font-weight: 500;
  color: #181818;
  margin: 0 0 5px;
}

.text-red {
  color: red;
}

.hospital_survey_btn {
  position: fixed;
  top: 72%;
  transform: translateY(-100%) rotate(-90deg);
  right: 45px;
  transform-origin: right 0;
  font-size: 1.1rem;
  font-weight: 600;
  color: #141414;
  background: #e8ac4c;
  z-index: 999;
  padding: 0.6rem 1.5rem;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  cursor: pointer;
  letter-spacing: 0.5px;
  box-shadow: 0 10px 10px -10px rgb(0 0 0 / 35%);
  transition: all .5s ease-in-out;
}

#Hospital_Survey .modal-body {
  max-height: calc(100vh - 125px);
  overflow-y: auto;
}

#tbl_inventory_wrapper table th {
  white-space: pre !important;
}

.medicle_code_search_wrp {
  position: relative;
}

.medicle_code_search {
  position: absolute;
  width: calc(100% - 15px);
  top: 40px;
  left: 0;
  background: #fff;
  border-radius: 5px;
  z-index: 9999;
  right: 0;
  margin: 0 auto;
  max-height: 300px;
  overflow-y: auto;
  display: none;
  box-sizing: border-box;
  box-shadow: 0 0px 5px 1px rgb(0 0 0 / 35%);
  transition: all .5s ease-in-out;
}

.home_search_btn {
  width: calc(50% - 0.5rem);
}

.medicle_code_search.active {
  display: block;
}

select[name="paymentMethod"] {
  text-transform: capitalize !important;
}

.medicle_code_search ul {
  list-style: none;
  margin: 0;
  padding: 0;
  color: #181818;
}

.medicle_code_search ul li:not(:last-child) {
  border-bottom: 1px solid #d1d1d1;
}

.medicle_code_search ul li button {
  width: 100%;
  color: #181818;
  background: #fff;
  border: none;
  outline: none;
  padding: 5px 15px;
  text-align: left;
  font-size: 14px;
  cursor: pointer;
}

.medicle_code_search ul li button:hover {
  background: #f8f8f8;
}

.our_partners_box {
  padding: 1rem;
  width: 100%;
  height: 8rem;
  border: 1px solid #ced4da;
  border-radius: 5px;
  box-shadow: 0 10px 8px -10px rgb(0 0 0 / 35%);
  transition: all .5s ease-in-out;
}

.our_partners_box *:focus {
  outline: none;
}

.our_partners_box a {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}

.our_partners_box:hover {
  box-shadow: none;
}

.our_partners_box img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.dashboard_box {
  position: relative;
  background: #eaeaea;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #ced4da;
  box-shadow: 0 10px 8px -10px rgb(0 0 0 / 35%);
  margin-bottom: 25px;
}

.dashboard_box .rts___btn {
  border-radius: 0 !important;
  border: none !important;
  border-bottom: 2px solid #eaeaea !important;
  outline: none !important;
  transition: all .5s ease-in-out;
}

.dashboard_box .rts___tab {
  padding: 5px 20px !important;
  outline: none !important;
}

.dashboard_box .dashboard_tabs_list {
  position: absolute;
  bottom: 8px;
  left: 0;
  width: 100%;
  background: #eaeaea !important;
}

.dashboard_box .rts___tabs {
  padding: 0 !important;
}

.dashboard_box .rts___tab___selected,
.dashboard_box .rts___btn:hover {
  background: transparent;
  border-color: #ed9406 !important;
  box-shadow: none !important;
  color: #ed9406 !important;
}

.dashboard_box .rts___nav___btn:hover svg {
  color: #ed9406 !important;
  stroke: #ed9406 !important;
}

.dashboard_box .rts___tabs___container {
  justify-content: center;
}

.report-style-class {
  height: 600px;
  width: 100%;
  position: relative;
}

.report-style-class::before {
  content: '';
  position: absolute;
  top: 0;
  left: 2px;
  width: calc(100% - 2px);
  height: 43px;
  background: #EAEAEA;
}

.App {
  text-align: center;
}

.btn-toggle {
  margin: 0;
  padding: 0;
  position: relative;
  border: none;
  height: 1.5rem;
  width: 3rem;
  border-radius: 1.5rem;
  color: #6b7381;
  background: #bdc1c8;
}

.btn-toggle:focus,
.btn-toggle.focus,
.btn-toggle:focus.active,
.btn-toggle.focus.active {
  outline: none;
  box-shadow: none;
}

.btn-toggle:before,
.btn-toggle:after {
  line-height: 1.5rem;
  width: 4rem;
  text-align: center;
  font-weight: 600;
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: absolute;
  bottom: 0;
  transition: opacity 0.25s;
}

.btn-toggle:before {
  content: 'Off';
  left: -4rem;
}

.btn-toggle:after {
  content: 'On';
  right: -4rem;
  opacity: 0.5;
}

.btn-toggle>.handle {
  position: absolute;
  top: 0.1875rem;
  left: 0.1875rem;
  width: 1.125rem;
  height: 1.125rem;
  border-radius: 1.125rem;
  background: #fff;
  transition: left 0.25s;
}

.btn-toggle.active {
  transition: background-color 0.25s;
}

.btn-toggle.active>.handle {
  left: 1.6875rem;
  transition: left 0.25s;
}

.btn-toggle.active:before {
  opacity: 0.5;
}

.btn-toggle.active:after {
  opacity: 1;
}

.btn-toggle.btn-sm:before,
.btn-toggle.btn-sm:after {
  line-height: -0.5rem;
  color: #fff;
  letter-spacing: 0.75px;
  left: 0.4125rem;
  width: 2.325rem;
}

.btn-toggle.btn-sm:before {
  text-align: right;
}

.btn-toggle.btn-sm:after {
  text-align: left;
  opacity: 0;
}

.btn-toggle.btn-sm.active:before {
  opacity: 0;
}

.btn-toggle.btn-sm.active:after {
  opacity: 1;
}

.btn-toggle:before,
.btn-toggle:after {
  color: #6b7381;
}

.btn-toggle.active {
  background-color: #1e7e34;
}

.my-subscriptions .card-body {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: space-between;
}

.auto-renewal {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.auto-renewal h6 {
  margin: 0;
  font-size: 0.8rem;
}

.renew-loader {
  border: 5px solid #f3f3f3;
  border-top: 5px solid #1e7e34;
  width: 20px;
  height: 20px;
  position: relative;
  margin: 0 0 auto;
}

.new-invdeopdown-filters .inventory-filter-col.row {
  margin: 0;
}

.new-invdeopdown-filters select.drpdownList {
  width: 100%;
  flex: 1 1;
}

.subscription-col p 
{
  margin-bottom: 0.5rem !important;
}


.tiles.bg-orange-stretch {
  /* display: flex;
  flex-direction: column;        */
  /* justify-content: space-between;  */
  align-items: center;          
  text-align: center;
  width: 100%;
  padding: 1rem;
  position: relative;
}

/* .tiles.bg-orange-stretch > * {
  white-space: nowrap;         
  width: 100%;                 
  margin: 0;                   
} */
.bg-orange-stretch .center-divider {
  position: absolute;
  top: 50%;               
  left: 0;
  width: 100%;
  height: 1rem;
  background: #fff;
  transform: translateY(-50%); 
  border-radius: 2px;
}
/* Optional styling for better visuals */
.bg-orange-stretch {
 height: calc(100% - 1rem);
}

.bg-orange-stretch .checkout-btn {
  width: fit-content;
}
.checkout-btn:not(.bg-orange-stretch .checkout-btn):not(.table .checkout-btn) 
{
  margin-top: 1.2rem;
  position: absolute;
  bottom: 1rem;
  left: 50%;
  transform: translateX(-50%);
}
#tbl_inc_inventory_wrapper .dataTables_scrollBody {
    height: auto !important;
    min-height: 300px !important;
  }

/* question slider end  */

@media only screen and (max-width:1199px) {
  .navbar-light .navbar-nav .nav-link {
    font-size: 11px;
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .msa-dropdown {
    width: calc(100% - 70px) !important;
  }

  #tbl_inventory_wrapper table th,
  #tbl_RxWholesaler_wrapper table th,
  #tbl_donated_edi_wrapper table th {
    font-size: 13px;
  }

  .subscriptionBoxInnerHeader {
    font-size: 14px !important;
    min-height: 100px;
    display: flex;
    align-items: center;
  }

  .bg-orange.tiles .text-body {
    min-height: 45px;
  }

  .cat-dropdown {
    width: calc(100% - 110px) !important;
  }

  .e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-filters,
  .e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-rows,
  .e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-columns,
  .e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-values {
    padding-top: 0 !important;
  }

  .e-btn.e-round,
  .e-css.e-btn.e-round {
    background-color: #e0a346 !important;
    border-color: #e0a346 !important;
  }

  .home-video {
    height: 100%;
  }

  .tiles {
    min-height: 380px;
  }

  .tiles .btn.bg-white {
    padding: 8px 35px;
  }

  .ratesPivotTable .col-md-12 {
    padding: 0 !important;
  }

  .ratesPivotTable .e-pivotview {
    width: 70%;
  }

  .ratesPivotTable .e-pivotfieldlist {
    width: 30%;
  }

  .donation_btn {
    top: 18%;
  }

  .floting_btn {
    font-size: 1rem !important;
    padding: 0.6rem 1.2rem;
    right: 42px;
  }
}

@media only screen and (max-width:1100px) {
  header .navbar li {
    padding-left: 1px;
    padding-right: 1px;
  }
}

@media only screen and (max-width:991px) {
  .container {
    max-width: 92%;
  }

  .navbar-light .navbar-nav .nav-link {
    font-size: 13px;
  }

  header .navbar li {
    padding-left: 0;
    padding-right: 0;
  }

  .bold_text_no_text_transform {
    font-size: 15px;
  }

  .navbar-toggler {
    padding: 0;
    border: none;
  }

  .navbar-toggler:focus {
    outline: none;
  }

  .navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgb(232, 172, 76)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
  }

  .navbar-collapse {
    position: absolute;
    top: 80px;
    right: 0;
    width: 250px;
    z-index: 999;
    background: #e6eaed;
    transition: all .5s ease-in-out;
  }

  .navbar-collapse::before {
    content: '';
    position: absolute;
    top: -13px;
    right: 20px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 14px 10px;
    border-color: transparent transparent #e8ac4c transparent;
    transition: all .5s ease-in-out;
  }

  .navbar-light .navbar-nav .nav-link {
    padding: 0.4rem 0.5rem !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  }

  .navbar-light .navbar-nav li:last-child .nav-link {
    border-bottom: none;
  }

  #tbl_inventory_wrapper table th,
  #tbl_RxWholesaler_wrapper table th,
  #tbl_donated_edi_wrapper table th {
    white-space: nowrap;
  }

  .bg-orange.tiles .btn.bg-white {
    padding: 8px 20px;
    width: 100%;
    text-align: center;
  }

  .navbar-brand {
    width: 100px;
  }

  .navbar-brand img {
    width: 100%;
  }

  .OOPPg_filter .gray-bg {
    margin: 0;
  }

  .OOPPg_filter .gray-bg .col-md-6 {
    padding-left: 0 !important;
  }

  .bold_text {
    font-size: 15px;
  }

  .oop-ml-btn.exportBTN {
    float: right;
    margin-right: 0 !important;
  }

  .exportBTN {
    margin-right: 3.5% !important;
  }

  .subscription-bg .bg-gray {
    min-height: 155px;
    padding: 25px;
  }

  .subscription-state {
    width: 100%;
  }

  .bg-orange.tiles .btn.bg-white {
    width: 85%;
  }

  .coupontext {
    width: 100%;
  }

  .ratesPivotTable .e-pivotview {
    width: 75%;
  }

  .ratesPivotTable .e-pivotfieldlist {
    width: 25%;
  }

  .e-pivotfieldlist-wrapper {
    min-width: 100% !important;
  }

  .mob-pg-pt {
    padding-top: 0 !important;
  }

  .our-mission .mb-5 {
    margin-bottom: 1.3rem !important;
  }

  #tbl_donated_edi_wrapper .dataTables_scrollBody{
    height: auto !important;
    margin-bottom: 1rem !important;
  }

  .oop-actions-btns {
    padding-top: 0.6rem !important;
  }

  /* .donation_btn {
    top: inherit;
    bottom: 65%;
    transform: translateY(0) rotate(-90deg);
  } */

  .donation_popup {
    transform: none;
    bottom: 10%;
  }

  #Hospital_Survey .modal-dialog {
    max-width: 80%;
  }

  .dashboard_box h3 {
    font-size: 1.2rem;
  }

  .dashboard_box .rts___tabs___container {
    padding: 0 5px !important;
  }
}

@media only screen and (max-width:900px) {
  .bannerFontsize {
    font-size: 18px !important;
  }

  .card-text.pl-5 {
    padding: 0 !important;
  }

  .msa-dropdown {
    width: 100% !important;
  }

  .bold_text {
    padding-bottom: 0 !important;
  }

  #tbl_inventory_wrapper {
    margin-top: 15px;
  }

  .subscriptionBoxInnerHeader {
    font-size: 13px !important;
  }

  .pivotFilter-box {
    padding-top: 0.8rem;
    align-items: center;
  }

  .pivotFilter-box .d-flex {
    flex-wrap: wrap;
    margin: 0 0 1rem !important;
  }

  .pivotFilter-box .d-inline-block.bold_text.col-md-5,
  .pivotFilter-box .d-inline-block.bold_text.col-md-4,
  .pivotFilter-box .d-inline-block.bold_text.col-md-3,
  .pivotFilter-box .custom_select.col-md-7,
  .pivotFilter-box .custom_select.col-md-8,
  .pivotFilter-box .custom_select.col-md-9 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .pivotFilter-box .d-inline-block.bold_text.col-md-4,
  .pivotFilter-box .d-inline-block.bold_text.col-md-3 {
    padding-left: 0 !important;
  }

  .pivotFilter-box label {
    margin-bottom: 5px !important;
  }

  .cat-dropdown {
    width: calc(100% - 130px) !important;
  }

  .OOPPg_filter .gray-bg .col-md-6 {
    padding-left: 15px !important;
  }

  .pivotFilter-box .d-inline-block.bold_text.col-md-1 {
    flex: 0 0 130px;
    max-width: 130px;
    margin: 0 !important;
    padding-left: 0 !important;
  }

  .e-pivotview .e-headertext {
    font-size: 14px !important;
  }

  .e-pivotview,
  .e-pivotfieldlist {
    width: 100% !important;
    height: auto !important;
  }

  .e-pivotfieldlist {
    margin-top: 15px;
  }

  .e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button .e-content {
    font-size: 15px !important;
  }

  .Ooprates .e-grid.e-default tr th.e-headercell.e-columnsheader.e-gtot.e-movablefirst:first-child .e-headercelldiv .e-headertext,
  .Ooprates .e-grid.e-default tr th.e-headercell.e-columnsheader.e-gtot.e-lastcell .e-headercelldiv .e-headertext,
  .ratesPivotTable .e-grid.e-default tr th.e-headercell.e-columnsheader.e-gtot.e-movablefirst .e-headercelldiv .e-headertext {
    visibility: hidden;
    position: relative;
  }

  .Ooprates .e-grid.e-default tr th.e-headercell.e-columnsheader.e-gtot.e-movablefirst:first-child .e-headercelldiv .e-headertext:after,
  .ratesPivotTable .e-grid.e-default tr th.e-headercell.e-columnsheader.e-gtot.e-movablefirst .e-headercelldiv .e-headertext:after {
    visibility: visible;
    position: absolute;
    top: 0;
    left: 0;
    content: "Negot. Rate ($)";
  }


  .Ooprates .e-grid.e-default tr th.e-headercell.e-columnsheader.e-gtot.e-lastcell .e-headercelldiv .e-headertext:after {
    visibility: visible;
    position: absolute;
    top: 0;
    left: 0;
    content: "OOP Cost";
  }

  .subscription-col {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .tiles {
    min-height: 341px;
  }

  .tiles .subscriptionBoxInnerHeader {
    min-height: 50px;
    justify-content: center;
  }

  .mob-pg-pt .gray-bg {
    padding-top: 0 !important;
  }

  .ratesPivotTable .exportBTN {
    margin-right: 2% !important;
  }

  /* .donation_btn {
    font-size: 1.1rem;
    right: 3rem;
  } */
}

@media only screen and (max-width:840px) {
  .navbar-light .navbar-nav .nav-link {
    font-size: 12px;
  }

  .bannerFontsize {
    font-size: 18px !important;
  }

  .subscriptionBoxInnerHeader {
    min-height: 70px;
  }

  .bg-orange.tiles .text-body {
    min-height: auto;
  }

  .e-grid.e-responsive .e-headercelldiv {
    text-overflow: inherit !important;
  }

  .e-btn.e-flat.e-primary {
    margin: 0;
  }

  .coupontext {
    width: 100%;
  }

  .subscription-bg .bg-gray p {
    padding-left: 0 !important;
  }

  .tiles {
    min-height: 324px;
  }

  .tiles.static-sups .checkout-btn {
    bottom: 15px;
  }

  .new-invdeopdown-filters select.drpdownList {
    width: 100%;
    flex: auto;
  }

}

@media only screen and (max-width:800px) {
  .navbar-light .navbar-nav .nav-link {
    font-size: 11px;
  }

  .top-header ul.list-inline li {
    font-size: 13px;
  }

  /* .bannerFontsize
  {
    font-size: 20px !important;
  } */
  .blue-search {
    padding: 15px 22px;
  }

  .subscription-state .col-4 {
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
  }

  .subscription-state .col-8 {
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
  }

  .my-subscriptions p .font-weight-bold {
    padding-bottom: 0 !important;
  }

  .home-video {
    height: auto;
  }

  .card-text:last-child {
    padding-left: 0 !important;
  }

  .tag-btn .badge {
    padding: 13px 8px;
    font-size: 13px;
  }

  .underline-text {
    font-size: 18px;
  }

  .home-about-sec .col-md-6 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .page-bg-light-gray iframe {
    width: 80%;
  }

  .subscription-bg .bg-gray {
    min-height: 145px;
    padding: 20px !important;
  }

  .our-mission h4 {
    font-size: 1.3rem;
  }

  .our-mission h5 {
    font-size: 1.1rem;
  }

  .bold_text_no_text_transform {
    font-size: 15px;
    margin: 5px 0;
  }
}

@media only screen and (max-width:768px) {
  .footer-background {
    height: auto;
  }

  /* .inventory-filter-col {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  } */

  .page-bg-light-gray h3 {
    font-size: 1.5rem;
  }

  .subscription-bg .bg-gray {
    min-height: 167px;
  }

  .subscription-bg h4.alert-info {
    font-size: 1.2rem;
  }

  .custom-offer h3 {
    margin: 0;
    width: 100%;
    font-size: 1.5rem;
  }

  .custom-offer h3:before {
    top: -5px;
  }

  .custom-offer h3 span:after {
    bottom: -5px;
  }

  #Hospital_Survey .col-12 {
    margin: 0 0 10px !important;
  }

  #Hospital_Survey .modal-dialog {
    max-width: 95%;
  }
}

@media only screen and (max-width:700px) {
  .drpdownList {
    width: 100%;
  }

  .modal-body p {
    text-align: justify;
    font-size: 0.9rem;
    line-height: 1.2;
  }

  #buy_low_cost_Modal ol li {
    font-size: 0.9rem;
    line-height: 1.4;
    text-align: justify;
    padding-left: 35px;
  }

  #buy_low_cost_Modal ol li::before {
    width: 25px;
    height: 25px;
    font-size: 0.8rem;
    line-height: 1.5;
    text-align: center;
  }

  .subscription-state .col-4 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }

  .subscription-state .col-8 {
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%;
  }

  .subscriptionBoxInnerHeader {
    min-height: auto;
  }

  .bg-orange.tiles .btn.bg-white {
    padding: 8px 25px;
    width: fit-content;
    text-align: center;
  }

  .alert-info.text-center.pt-3.pb-3 {
    font-size: 1.2rem;
  }

  .pivotFilter-box .d-inline-block.bold_text.col-md-1 {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 9px !important;
  }

  .cat-dropdown {
    width: 100% !important;
  }

  .exportBTN {
    margin-right: 4.5% !important;
  }

  .Ooprates .e-grid .e-headercontent {
    display: flex;
    overflow: auto;
  }

  .Ooprates .e-grid .e-content {
    overflow: auto !important;

  }

  .Ooprates .e-grid .e-movableheader,
  .Ooprates .e-grid .e-movablecontent {
    flex: 0 0 264px;
  }

  .tiles,
  .subscription-bg .bg-gray {
    min-height: inherit;
  }

  .tiles.static-sups .checkout-btn {
    position: relative;
    top: inherit;
    bottom: inherit;
    left: inherit;
    transform: inherit;
  }

  .checkout-table .table thead th {
    white-space: nowrap;
  }

}

@media only screen and (max-width:667px) {
  .profile-wlcome-text {
    font-size: 1.5rem;
  }

  .profile-welcome {
    font-size: 1.2rem;
  }

  .property-section .exportBTN {
    float: inherit;
    margin: 5px auto !important;
    display: block;
  }

  .e-headercontent .e-frozenheader .e-table {
    width: 412px !important;
  }

  .e-grid .e-gridcontent .e-frozencontent #PivotViewFieldList_grid_content_table {
    width: 412px !important;
  }

  /* .donation_btn {
    padding: 0.5rem 1.2rem;
    right: 2.5rem;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
  } */
  .floting_btn {
    padding: 0.5rem 1.2rem;
    right: 39px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
  }

  #Hospital_Survey .modal-header {
    padding: 0.5rem 1rem;
  }

  .our_partners_box {
    padding: .6rem;
    height: 7rem;
  }
}

@media only screen and (max-width:600px) {

  .footer-background .col-5,
  .footer-background .col-7 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .subscription-state .col-4 {
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
  }

  .subscription-state .col-8 {
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%;
  }

  .profile-welcome span:not(.profile-wlcome-text) {
    font-size: 12px;
  }

  .text-center.font-weight-bold.mb-3 {
    font-size: 1.5rem;
  }

  .page-bg-light-gray iframe {
    width: 100%;
  }

  .check-mobile-pad {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .property-section .exportBTN {
    float: inherit;
    margin: 5px 30px 5px auto !important;
  }

  .ratesPivotTable .property-section .exportBTN {
    margin-right: 23px !important;
  }

  .donation_popup {
    width: calc(100vw - 4rem);
  }

  .donation_popup.active {
    right: 2.7rem;
  }
}

@media only screen and (max-width:540px) {
  header .navbar {
    padding: 2px 0;
  }

  .home-banner-image .py-5 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .footer-background .col-5,
  .footer-background .col-7 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center !important;
  }

  .footer-background .list-inline {
    margin-bottom: 0;
  }

  .footer-text {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .modal-dialog {
    margin: .5rem auto;
    width: 98%;
  }

  .navbar-collapse {
    top: 74px;
  }

  .navbar-collapse::before {
    right: 0;
  }

  .page-bg-light-gray .text-center.text-dark.boldFont.pb-3.pt-3 {
    font-size: 1.5rem;
  }

  .productandservices-row .card.border-none .card-body {
    padding: 0 !important;
  }

  .text-orange {
    font-size: 16px;
  }

  .e-grid .e-headercontent {
    display: flex !important;
    overflow: auto !important;
  }

  .e-grid .e-content {
    overflow: auto !important;
  }

  .e-grid .e-movablecontent,
  .e-grid .e-movableheader {
    flex: 0 0 150px !important;
  }

  .Ooprates .e-grid .e-movableheader,
  .Ooprates .e-grid .e-movablecontent {
    flex: 0 0 275px !important;
  }

  .hospital_survey_btn {
    top: 63%;
  }

  .donation_btn:not(.hospital_survey_btn) {
    transform: none;
    width: 90%;
    top: inherit;
    bottom: 0;
    right: 0;
    left: 0;
    text-align: center;
    margin: 0 auto;
    box-shadow: 0 -10px 10px -5px rgb(0 0 0 / 35%);
  }

  .is-bottom {
    bottom: 68px !important;
    box-shadow: 0 -10px 10px -10px rgb(0 0 0 / 35%) !important;
  }

  #Hospital_Survey .modal-body *,
  #Hospital_Survey .bold_text {
    font-size: 100% !important;
  }

  .our_partners_last {
    margin-bottom: 2rem;
  }

  /* .donation_btn {
    font-size: 1rem;
    line-height: 1.3;
    right: 2.3rem;
    bottom: 55%;
  } */
}

@media only screen and (max-width:500px) {
  .top-header li.list-inline-item:not(:last-child) {
    margin-right: 0 !important;
  }

  h3.text-center.mb-5.text-dark.text-bold.boldFont.pt-3 {
    margin-bottom: 1.5rem !important;
  }

  .oop-actions-btns .exportBTN {
    margin: 0 !important;
  }



  .donation_popup {
    width: calc(100vw - 2rem);

  }

  .donation_popup.active {
    left: 0;
    right: 0 !important;
    margin: 0 auto;
  }
}

@media only screen and (max-width:460px) {
  .top-header .col-12 {
    padding: 0 !important;
    text-align: center !important;
  }

  .ext_link {
    width: 100%;
    flex-wrap: nowrap;
  }

  .ext_link i {
    margin: 0 5px 0 0;
  }

  .rowborder {
    padding: 15px 10px;
  }

  .oop-actions-btns {
    justify-content: flex-end;
    padding: 2rem 0 0.6rem;
  }

  .mob_partner_col {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: .5rem !important;
    margin-bottom: .5rem !important;
  }
}

@media only screen and (max-width:440px) {
  .top-header ul.list-inline li {
    font-size: 12px;
  }

  .subscription-state .col-4 {
    -ms-flex: 0 0 35%;
    flex: 0 0 35%;
    max-width: 35%;
  }

  .subscription-state .col-8 {
    -ms-flex: 0 0 65%;
    flex: 0 0 65%;
    max-width: 65%;
  }

  .rowborder {
    padding: 18px 10px;
  }
}

@media only screen and (max-width:420px) {
  .top-header li {
    padding-left: 5px;
    padding-right: 5px;
  }

  .drpdownList {
    font-size: 12px;
  }

  .bold_text {
    font-size: 14px;
  }

  .page-bg-light-gray .text-center.text-dark.boldFont.pb-3.pt-3 {
    font-size: 1.3rem;
  }

  .no-bg {
    padding: 0;
  }

  .profile-welcome {
    word-break: break-all;
  }

  .text-center.font-weight-bold.mb-3 {
    font-size: 1.1rem;
  }

  .profile-wlcome-text {
    font-size: 1.3rem;
  }

  .check-mobile-pad .btn-orange {
    padding: 8px 30px;
  }

  .page-link {
    padding: .5rem !important;
  }

  .container {
    max-width: 100%;
  }

  .ratesPivotTable .col-md-12 {
    padding: 0 10px !important;
  }
}

@media only screen and (max-width:399px) {
  .top-header ul {
    text-align: center;
  }

  .top-header li.list-inline-item:first-child {
    display: block;
  }

  .top-header li.list-inline-item:nth-child(2) {
    display: none;
  }

  .oop-actions-btns .exportBTN,
  .oop-actions-btns .oop-send-msg-btn {
    margin: 0 .5rem !important;
    font-size: 14px;
    border-radius: 25px !important;
  }
}