body {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
}

a,
input,
i {
  transition: all 0.5s ease-in-out;
}

@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1100px;
  }
}
p,
ol li,
ul li {
  color: #676767;
  font-weight: 400;
  line-height: 28px;
}
p b,
p strong,
ol li b,
ol li strong,
ul li b,
ul li strong {
  color: #000000;
}

p.note {
  font-size: 12px;
}

p.highlighted {
  color: #29266e;
}
p.highlighted b,
p.highlighted strong {
  color: #29266e;
}

.onlyMobile {
  display: none;
}

.topMiniBar {
  font-size: 12px;
  background: #060606;
  padding: 9px 0;
  color: #ffffff;
}
.topMiniBar .row {
  align-items: center;
}
.topMiniBar a {
  color: #ffffff;
  text-decoration: none;
  padding-right: 10px;
}
.topMiniBar a img {
  padding-right: 5px;
}

.topsocial {
  display: flex;
  justify-content: flex-end;
}

.socialMedia a {
  color: #d9d9d9;
  font-size: 22px;
  padding: 0 7px;
}
.socialMedia a.lock {
  color: #0083B0;
}

.header {
  padding: 10px 0;
}
.header .col-lg-8 {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.header .topMenu ul {
  display: flex;
  justify-content: flex-end;
}
.header .topMenu ul li {
  list-style: none;
  padding: 0 15px;
}
.header .topMenu ul li a {
  text-decoration: none;
  color: #060606;
  font-size: 14px;
  font-weight: 500;
  padding: 25px 0;
  border-bottom: solid 4px #ffffff;
}
.header .topMenu ul li a:hover {
  color: #0083B0;
  border-bottom: solid 4px #0083B0;
}
.header .topMenu ul li a.contactus,
.documents-read-btn a,
.action.primary {
  /*IE6-9*/
  color: #ffffff;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border: none !important;
  padding: 10px 20px;
  box-shadow: 0px 4px 15px rgba(30, 60, 114, 0.3);
  border-radius: 110px;
 /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#00b4db+0,0083b0+100 */
background: #00b4db; /* Old browsers */
background: -moz-linear-gradient(left,  #00b4db 0%, #0083b0 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #00b4db 0%,#0083b0 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #00b4db 0%,#0083b0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b4db', endColorstr='#0083b0',GradientType=1 ); /* IE6-9 */
}
.header .topMenu ul li a.contactus:hover,
.documents-read-btn a:hover,
.action.primary :hover {
   /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0083b0+0,00b4db+100 */
   background: #0083b0; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
   background: linear-gradient(to right, #0083b0 0%, #00b4db 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#0083b0", endColorstr="#00b4db",GradientType=1 ); /* IE6-9 */
}
.header .topMenu ul li.act a {
  color: #0083B0;
  border-bottom: solid 6px #0083B0;
}

.carousel-item {
  position: relative;
  background-size: 100%;
}
.carousel-item .container {
  position: relative;
  z-index: 50;
  height: 100%;
}

.carousel-item::before {
  background: #000000;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  position: absolute;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+5,000000+100&0.65+31,0+100 */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.65) 5%,
    rgba(0, 0, 0, 0.65) 31%,
    rgba(0, 0, 0, 0) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#a6000000", endColorstr="#00000000",GradientType=1 ); /* IE6-9 */
}

.navbar-toggler {
  display: none !important;
}

.sliderText {
  color: #ffffff;
  width: 55%;
  padding: 15% 0 15% 0;
}
.sliderText h1,
.sliderText h2 {
  font-size: 44px;
  font-weight: 700;
  line-height: 65px;
  position: relative;
}
.sliderText h1:after,
.sliderText h2:after {
  background: #0083B0;
  width: 20%;
  content: "";
  display: block;
  height: 4px;
  margin-top: 10px;
  margin-bottom: 20px;
  border-radius: 9px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  -ms-border-radius: 9px;
  -o-border-radius: 9px;
}
.sliderText a.basicBtn {
  margin-top: 15px;
}
.sliderText p {
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
}

a.basicBtn,
input.basicBtn,
button.basicBtn {
  background: #ffffff;
  border: none;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  padding: 12px 30px;
  color: #0083B0;
  text-decoration: none;
  font-size: 14px;
  display: inline-block;
  font-weight: 500;
  box-shadow: 0px 4px 15px rgba(30, 60, 114, 0.3);
  border-radius: 110px;
}
a.basicBtn:hover,
input.basicBtn:hover {
  background: #0083b0; /* Old browsers */
  background: -moz-linear-gradient(left,  #0083b0 0%, #00b4db 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left,  #0083b0 0%,#00b4db 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right,  #0083b0 0%,#00b4db 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0083b0', endColorstr='#00b4db',GradientType=1 ); /* IE6-9 */
  color: #ffffff;
}

a.borderbtn,
input.borderbtn {
  border: solid 1px #060606;
  box-shadow: none;
}

a.darkBtn,
input.darkBtn,
button.darkBtn {
  background: #00b4db; /* Old browsers */
background: -moz-linear-gradient(left,  #00b4db 0%, #0083b0 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #00b4db 0%,#0083b0 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #00b4db 0%,#0083b0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b4db', endColorstr='#0083b0',GradientType=1 ); /* IE6-9 */
  color: #ffffff;
}
a.darkBtn:hover,
input.darkBtn:hover,
button.darkBtn:hover {
  background: #0083b0; /* Old browsers */
  background: -moz-linear-gradient(left,  #0083b0 0%, #00b4db 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left,  #0083b0 0%,#00b4db 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right,  #0083b0 0%,#00b4db 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0083b0', endColorstr='#00b4db',GradientType=1 ); /* IE6-9 */
  
  color: #ffffff;
}

section {
  padding: 90px 0;
}

.secitonTitle h2 {
  font-size: 35px;
  font-weight: 700;
  color: #060606;
  padding-bottom: 20px;
}
.secitonTitle h2 span {
  font-size: 18px;
  font-weight: 600;
  display: block;
  color: #0083B0;
  padding: 0 0 12px 0;
}
.aboutsection .row {
  align-items: center;
}
.aboutsection a.basicBtn {
  margin-top: 15px;
}

h3 {
  font-weight: 600;
  font-size: 22px;
  line-height: 33px;
  color: #060606;
  padding-bottom: 10px;
}

.aboutRight {
  padding-right: 100px;
}

.lightbg {
  background: #f3fbff;
}

.plans .row {
  align-items: center;
}
.plans .planBox {
  width: 90%;
  background: #29266e;
  color: #ffffff;
  border-radius: 15px;
  box-shadow: 0px 4px 15px rgba(30, 60, 114, 0.2);
  padding: 30px;
  position: relative;
}
.plans .planBox p {
  color: #ffffff;
}
/*.plans .planBox a.basicBtn {
  position: absolute;
  right: 30px;
  top: 30px;
}*/
.plans .planBox a.basicBtn {
    position: absolute;
    right: 30px;
    top: 30px;
    width: 125px;
    padding: 10px 0px !important;
    text-align: center;
}
.plans .planBox a.basicBtn:hover {
  background: #0083B0;
}
.plans .planBox p.note {
  opacity: 0.7;
  margin-bottom: 7px;
}
.plans .pricesAmmount {
  font-weight: 700;
  font-size: 35px;
  line-height: 52px;
}
.plans .pricesAmmount span {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.plans .planBoxLeft {
  padding-right: 50px;
}

ol {
  margin: 0;
  padding: 0 0 15px 15px;
}

.content h3 {
  padding-top: 30px;
}

.content > h3:first-of-type {
  padding-top: 0;
}

.supportForm .secitonTitle {
  text-align: center;
}

.formOUter {
  padding: 25px 0 0 0;
}
.formOUter .row {
  margin-bottom: 15px;
}
input.input-text,
.formOUter input[type="text"],
.formOUter input[type="email"],
.formOUter input[type="number"],
input[type="datetime"],
.formOUter input[type="password"],
.formOUter select,
.formOUter textarea {
  border: solid 1px #d9d9d9;
  border: 1px solid #d9d9d9;
  border-radius: 10px;
  width: 100%;
  padding: 20px !important;
  height: inherit !important;
  font-size: 14px !important;
}

input[type="datetime"] {
  border: solid 1px #d9d9d9;
  border: 1px solid #d9d9d9;
  border-radius: 10px;
  width: 100%;
  padding: 20px !important;
  height: inherit !important;
  font-size: 14px !important;
}
.formOUter select {
  color: #8a8a8a;
}
.supportForm .tooltiptext {
  display: none !important;
}
.supportForm label.fieldsetlabel {
  font-size: 14px !important;
  color: #676767 !important;
  font-weight: 600;
  margin: 0 0 8px;
  float: left;
}
.feedback_block.supportForm .amcform-next {
    float: left;
}
.formOUter option:not(:first-of-type) {
  color: #000000;
}

footer {
  background: #060606;
  padding: 30px 0;
}
footer .socialMedia {
  justify-content: flex-end;
  display: flex;
}
footer .row {
  align-items: center;
}
footer ul {
  display: flex;
  padding: 0;
  margin: 0;
  gap: 10px;
}
footer ul li {
  list-style: none;
}
footer ul li a {
  color: #ffffff !important;
  text-decoration: none;
}

section.innerHeader {
  padding: 20px 0;
  /* border-bottom: solid 1px #D9D9D9; */
  border-top: solid 1px #d9d9d9;
  margin-top: 1px;
}
section.innerHeader .pageTitle {
  text-align: center;
}
section.innerHeader .pageTitle h1 {
  font-size: 20px;
  margin: 0;
}

.stepCount ul {
  display: flex;
  width: 60%;
  margin: auto;
  justify-content: center;
}
.stepCount ul li {
  position: relative;
  list-style: none;
  width: 33.33%;
  display: grid;
  grid-template-columns: 42px 1fr;
  align-items: center;
}
.stepCount ul li span {
  content: "";
  background: #d9d9d9;
  display: block;
  height: 5px;
  width: 100%;
}
.stepCount ul li span.complated {
  background: #29266e;
}
.stepCount ul li a {
  background: #d9d9d9;
  color: #8a8a8a;
  padding: 0 15px;
  display: block;
  height: 42px;
  line-height: 42px;
  text-align: center;
  text-decoration: none;
  border-radius: 10px;
  font-weight: 700;
  font-size: 18px;
}
.stepCount ul li:last-child {
  width: initial;
}
.stepCount ul li:last-child span {
  display: none;
}
.stepCount ul li.complated a {
  background: #29266e;
  color: #ffffff;
}

.theme_form {
  font-size: 14px;
}
.theme_form p {
  font-size: 14px;
}
.theme_form .filed-group-list {
  width: 65%;
  padding-top: 0px;
}
.theme_form .formTitle {
  font-weight: 700;
  font-size: 25px;
  padding-top: 50px;
  line-height: 38px;
  padding-bottom: 30px;
    color: #000000;
    text-align: left;
    padding-left: 0;
}
.theme_form .filed-group {
  display: grid;
  gap: 20px;
  align-items: start;
}
.theme_form .grid-2 {
  grid-template-columns: 45px 1fr;
}
.theme_form .grid-2.no_icon {
  grid-template-columns: 1fr 1fr;
}
.theme_form .grid-3 {
  grid-template-columns: 45px 1fr 1fr;
}
.theme_form .grid-3.no_icon {
  grid-template-columns: 1fr 1fr 1fr;
}
.theme_form .grid-4 {
  grid-template-columns: 45px 1fr 1fr 1fr;
}
.theme_form .grid-4.no_icon {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.theme_form label {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #060606;
  padding-bottom: 10px;
}
.theme_form .row {
  margin-bottom: 25px;
}
.theme_form input[type="text"],
.theme_form input[type="email"],
.theme_form input[type="number"],
.theme_form input[type="password"],
.theme_form select,
.theme_form textarea,
.theme_form input[type="date"] {
  border: 1px solid #d9d9d9;
  border-radius: 10px;
  width: 100%;
  padding: 10px;
  height: auto;
}
.theme_form select {
  color: #8a8a8a;
}
.theme_form option:not(:first-of-type) {
  color: #000000;
}
.theme_form .redio-grid {
  border: 1px solid #d9d9d9;
  border-radius: 10px;
  width: 100%;
  padding: 10px;
  /* The Custome Radio Button */
  /* End The Custome Radio Button */
}
.theme_form .redio-grid label {
  padding-bottom: 0;
}
.theme_form .redio-grid input[type="radio"] {
  width: 12px;
  height: 12px;
  float: left;
  margin: 2px 6px 0 10px;
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.theme_form .redio-grid .radioOuter {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 0px;
  cursor: pointer;
  font-size: 16px;
  padding-right: 10px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.theme_form .redio-grid .radioOuter input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.theme_form .redio-grid .checkmark {
  position: absolute;
  top: 2px;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #ffffff;
  border-radius: 50%;
  border: solid 2px #8a8a8a;
}
.theme_form .redio-grid .radioOuter:hover input ~ .checkmark {
  background-color: #ffffff;
  border: solid 2px #29266e;
}
.theme_form .redio-grid .radioOuter input:checked ~ .checkmark {
  background-color: #ffffff;
}
.theme_form .redio-grid .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.theme_form .redio-grid .radioOuter input:checked ~ .checkmark:after {
  display: block;
}
.theme_form .redio-grid .radioOuter .checkmark:after {
  top: 4px;
  left: 4px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #29266e;
}
.theme_form .basicBtn {
  margin-top: 50px;
}

.spacebar {
  height: 40px;
  padding: 0;
}

.term_condition {
  position: relative;
  /* display: grid;
  gap: 10px;
  grid-template-columns: 10% 90% 100%;
  align-items: flex-start; */
}
.term_condition input {
  margin-top: 4px;
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
}
.term_condition label {
  padding-left: 40px;
}

.bottomBtn {
  display: flex;
  justify-content: space-between;
}

.switch-para {
  display: grid;
  grid-template-columns: 1fr 100px;
}

.form-check-input {
  height: 24px;
}

.form-switch .form-check-input {
  width: 48px;
}

.form-check-input:checked {
  background-color: #29266e;
  border-color: #29266e;
}

.form-check-input {
  background-color: #d9d9d9;
  border-color: #d9d9d9;
}

.form-switch .form-check-input {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.choosePlan {
  display: grid;
  grid-template-columns: 1fr;
  justify-content: space-evenly;
  background: #ffffff;
  border: 1px solid #BBE7F5;
  border-radius: 15px;
  padding: 20px;
  height: 100%;

}
.tick_cirle li {
  padding: 0 0 0 30px;
  background: url(/pub/media/images/tick_cricle.svg) no-repeat left 5px;
}
.choosePlan .planName {
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  padding-bottom: 15px;
  color: #212529;
}
.choosePlan .planPrice {
  font-weight: 700;
  font-size: 35px;
  line-height: 52px;
  padding-bottom: 20px;
  color: #212529;
}
.choosePlan .planPrice span {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;

}
.recommend  .planName{
  color:#fff;
}
.recommend .planPrice{
  color:#fff; 
}
.choosePlan .priceDetail ul {
  margin: 0;
  padding: 0;
}
.choosePlan .priceDetail ul li {
  list-style: none;
  display: flex;
  justify-content: space-between;
  color: #060606;
}
.choosePlan .planBtn {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding: 15px 0 10px 0;
}
.choosePlan .planBtn a.basicBtn {
  box-shadow: none;
  border: solid 1px #0083B0;
  padding: 0px 30px;
  height: 50px;
  line-height: 50px;
}
.choosePlan .recommendText {
  color: #ffffff;
  text-align: center;
}
/*hover*/

.choosePlan:hover {
  background: #0083B0;
  color: #ffffff;
  }
.choosePlan:hover .priceDetail ul li {
  color: #ffffff;
}
.choosePlan:hover .planName {
    color: #fff;
}
.choosePlan:hover .planPrice {
    color: #fff;
}
/*close*/
.recommend {
  background: #0083B0;
  color: #ffffff;
}
.recommend .priceDetail ul li {
  color: #ffffff;
}

.createAccount .choosePlan {
  width: 90%;
}
.createAccount .col-lg-5 {
  position: sticky;
  align-self: flex-start;
  top: 20px;
}


.createAccountForm {
  padding: 0;
}
.createAccountForm .filed-group-list {
  width: 100%;
}
.createAccountForm .formTitle {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  padding-top: 0px;
}
.createAccountForm .card {
  border: none;
  box-shadow: 0px 5px 15px rgba(147, 147, 147, 0.1);
  border-radius: 10px;
  margin: 0 0 20px 0;
}
.createAccountForm .card-header {
  background: none;
  padding: 0;
  border: none;
}
.createAccountForm .card-header span.priceshow {
  color: #060606;
  padding-left: 10px;
  font-weight: 700;
  font-size: 18px;
}
.createAccountForm .card-header a {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 15px;
  text-align: left;
}
.createAccountForm .card-header a i {
  opacity: 0.3;
  margin-top: 7px;
}
.createAccountForm .card-header a:focus {
  outline: none;
  border: 0;
  box-shadow: none;
}
.createAccountForm .card-header:focus {
  outline: none;
  border: 0;
}
.createAccountForm .card-header a.collapsed i {
  transform: rotate(180deg);
  margin: 0;
}

ul.two-col {
  margin: 0;
  padding: 0;
}
ul.two-col li {
  display: flex;
  justify-content: space-between;
  line-height: 21px;
  padding: 15px 0;
  border-bottom: solid 1px #d9d9d9;
  align-items: center;
}
ul.two-col li:last-child {
  border-bottom: 0px;
}
ul.two-col li span {
  font-weight: 500;
  font-size: 14px;
  color: #000000;
}

.table3Clm .row {
  border-bottom: solid 1px #d9d9d9;
  border-left: solid 1px #d9d9d9;
  border-right: solid 1px #d9d9d9;
  margin: 0;
  display: grid;
  grid-template-columns: 35% 1fr 1fr;
  gap: 20px;
  padding: 10px 0;
}
.table3Clm .row .tier,
.table3Clm .row .maximum,
.table3Clm .row .mailorder {
  width: 100%;
}
.table3Clm .clm_2 {
  grid-template-columns: 35% 1fr;
}
.table3Clm .headerRow {
  background: #d43c40;
  color: #ffffff;
  font-size: 12px;
}

.table2Clm {
  margin-top: 30px;
}
.table2Clm .row.headerRow {
  grid-template-columns: 1fr;
}
.table2Clm .row {
  border-bottom: solid 1px #d9d9d9;
  border-left: solid 1px #d9d9d9;
  border-right: solid 1px #d9d9d9;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  padding: 10px 0;
}
.table2Clm .row span {
  font-weight: bold;
}
.table2Clm .row .tier,
.table2Clm .row .maximum,
.table2Clm .row .mailorder {
  width: 100%;
}
.table2Clm .clm_2 {
  grid-template-columns: 35% 1fr;
}
.table2Clm .headerRow {
  background: #29266e;
  color: #ffffff;
  font-size: 12px;
}
.PharmacyTable .tier {
  font-weight: 600;
}

.graytext {
  color: #8a8a8a;
}
.graytext b {
  color: #8a8a8a;
  font-weight: 500;
}

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

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

/* new css with new home layout */


.accordion-body p { color: #676767 !important;}

.accordion-item {
  background: #FFFFFF;
  box-shadow: 0px 5px 15px rgba(147, 147, 147, 0.1);
  border-radius: 10px 10px 0px 0px;
  border: none;
  margin: 0 0 20px 0;
  font-weight: 500 !important;
  font-size: 14px !important;
  line-height: 21px !important;
}
.accordion-item .accordion-button {
  border: none;
  outline: none;
}
.accordion-item .accordion-button:focus {
  box-shadow: 0 0 0 0 #FFFBF7;
  outline: none !important;
  background: #fff !important;
  color: #000 !important;
}
.accordion-item .accordion-button {
  border-bottom: solid 1px #D9D9D9;
}
.accordion-item .accordion-button.collapsed {
  color: #000;
  background-color: none !important;
  border-bottom: solid 0px #D9D9D9;
  box-shadow: 0 0 0 0 #FFFBF7;
}
.accordion-item .accordion-button:not(.collapsed) {
  background: none !important;
  box-shadow: 0 0 0 0 #FFFBF7;
  color: #000 !important;
}

.tick_cirle li {
  padding: 0 0 0 30px;
  background: url(/pub/media/images/tick_cricle.svg) no-repeat left 5px;
}

.optionLogo {
  padding-top: 30px;
  padding-bottom: 50px;
}
.delta_dental .choosePlan{
  display: flex;
  justify-content: space-between;
}
.delta_dental .choosePlan .planConent{
  display: flex;
  align-items: center;
  gap: 30px;
}

.snigle_price_table .choosePlan {
  grid-template-columns: 1fr 1fr;
  align-items: center;
}
.snigle_price_table .choosePlan .planConent {
  display: flex;
  align-items: center;
  gap: 30px;
}
.snigle_price_table .choosePlan .planBtn {
  padding-top: 0;
//  justify-content: end;
  padding: 15px 0 10px 0;
}

.supportingSeniorsBox {
  border: solid 1px #BBE7F5;
  padding: 35px;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}
.supportingSeniorsBox .title {
  font-weight: 700;
  font-size: 35px;
  line-height: 52px;
  color: #000000;
  padding-bottom: 7px;
}
.supportingSeniorsBox .medicarefullLogo {
  padding: 15px 0 0 0;
}
.supportingSeniorsBox h4 {
  padding: 20px 0 20px 0;
  font-style: normal;
  font-weight: 600;
  font-size: 25px;
  line-height: 38px;
}

.SupportingSeniorsImg {
  padding-right: 50px;
  padding-top: 30px;
  display: flex;
  justify-content: end;
}

p.black {
  color: #000000 !important;
}

.protection .secitonTitle {
  padding-bottom: 40px;
}
.protection h4 {
  padding: 10px 0 10px 0;
  font-weight: 600;
  font-size: 25px;
  line-height: 38px;
}
.protection .bottombtn {
  display: flex;
  gap: 20px;
}

.resoursceBox {
  text-align: center;
  background: #ffffff;
  border: solid 1px #BBE7F5;
  padding: 30px;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
    margin-bottom: 10px;
    min-height: 420px;
}
.resoursceBox img {
  width: inherit !important;
  display: inline !important;
}
.resoursceBox h4 {
  padding: 15px 0;
}
.resoursceBox .planPrice {
  font-weight: 700;
  font-size: 35px;
  line-height: 42px;
  padding-bottom: 10px;
}
.resoursceBox .planPrice span {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.resoursceBox p.min {
  font-weight: 500;
}
.resoursceBox .planBtn {
  justify-content: center;
  display: flex;
}

.owl-nav {
  display: flex;
  gap: 10px;
  justify-content: center;
  padding: 20px 0;
}
.owl-nav .owl-prev, .owl-nav .owl-next {
  cursor: pointer;
}

.owl-theme .owl-dots .owl-dot span {
  background-color: #89DAF7 !important;
}

.owl-theme .owl-dots .owl-dot.active span {
  background-color: #0083B0 !important;
}


.topMenu
{
    display: flex;
    justify-content: flex-end;
        height: 100%;

}



@media only screen and (min-width: 100px) and (max-width: 999px) {
  .switch-para .mage-error {
    width: 100% !important;
    bottom: -42px !important;
  }
  .onlyMobile,
  .navbar-toggler {
    display: block;
  }
  .aboutsection img {
    width: 100%;
  }
  .header {
    padding-bottom: 0;
  }
  .header .logoOuter {
    display: flex;
    justify-content: space-between;
  }
  .header button.navbar-toggler:focus,
  .header button.navbar-toggler:focus-within {
    outline: none;
    border: none;
    box-shadow: none;
  }
  .header .col-lg-8 {
    display: block;
    padding: 0;
  }
  .header .topMenu ul li {
    border-bottom: solid 1px #d9d9d9;
  }
  .header .topMenu ul li:last-child {
    border: none;
    padding: 0;
  }
  .header .topMenu ul li a {
    display: block;
    padding: 7px 0;
    border: none !important;
  }
  .header .topMenu ul li a.contactus {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
  }
  .plans .planBox a.basicBtn {
    position: relative;
    display: inline-block;
    top: 0 !important;
    right: 0 !important;
    margin-bottom: 30px;
    margin-right: 8px;
  }
  .stepCount ul {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .theme_form {
    padding-left: 5px;
    padding-right: 5px;
  }
  .theme_form .row {
    margin-bottom: 0;
  }
  .theme_form .row .col-lg-4,
  .theme_form .row .col-lg-6 {
    padding-bottom: 15px;
  }
  .theme_form .formTitle {
    font-size: 25px;
    line-height: 35px;
    padding-top: 25px;
  }
  .theme_form .filed-group-list {
    width: 100%;
  }
  .theme_form .filed-group {
    gap: 10px;
  }
  .theme_form .col-lg-6 {
    padding-bottom: 20px;
  }
  .theme_form .redio-grid .radioOuter {
    padding-left: 25px;
  }
  .theme_form .redio-grid .checkmark {
    width: 16px;
    height: 16px;
  }
  .theme_form .redio-grid .radioOuter .checkmark:after {
    top: 3px;
    left: 3px;
    width: 6px;
    height: 6px;
  }
  .theme_form .basicBtn {
    margin-top: 20px;
  }
  .createAccountForm {
    padding: 0 0px;
  }
  .createAccount .choosePlan {
    width: 100%;
  }
  .table3Clm .row {
    display: block;
  }
  .table3Clm .row:nth-child(2) {
    border-top: solid 1px #d9d9d9;
  }
  .table3Clm .headerRow {
    display: none;
  }
  .table3Clm .maximum::before {
    content: "Maximum 30 day supply";
    display: block;
    padding-top: 7px;
    color: #29266e;
    font-weight: 600;
  }
  .table3Clm .mailorder::before {
    content: "Mail order-copayment";
    padding-top: 7px;
    display: block;
    color: #29266e;
    font-weight: 600;
  }
  ul.two-col li {
    display: block;
  }
  ul.two-col li span {
    display: block;
    padding-top: 7px;
  }
   .ans-details {
    width: 100%;
    overflow-y: scroll;
  }
  .topMenu { display: block;}
}
@media only screen and (min-width: 100px) and (max-width: 767px) {
  section.planList {
    margin: 0 -15px;
  }
  .newplanDesing.planList { margin: 0;}
  .topMiniBar .emailPhone {
    display: none;
  }
  .topMiniBar .topsocial {
    justify-content: center;
  }
  .sliderText {
    width: 100%;
    text-align: center;
  }
  .sliderText h1,
  .sliderText h2 {
    font-size: 35px;
    line-height: 55px;
  }
  .sliderText h1:after,
  .sliderText h2:after {
    background: #0083B0;
    width: 20%;
    content: "";
    display: flex;
    height: 4px;
    margin: 15px auto;
    justify-content: center;
  }
  .carousel-item::before {
    background: #000000;
    opacity: 0.7;
  }
  section {
    padding: 40px 0;
  }
  .aboutsection .row {
    flex-direction: column-reverse;
  }
  .aboutsection .row .aboutRight {
    padding: 0;
  }
  .secitonTitle h2 {
    font-size: 30px;
  }
  .planBoxLeft {
    padding-bottom: 30px;
  }
  .plans .pricesAmmount {
    font-size: 30px;
  }
  .plans .planBox {
    padding: 20px;
    width: 100%;
  }
  .formOUter .row {
    margin: 0;
  }
  .formOUter .row .col-lg-6,
  .formOUter .row .col-lg-12 {
    margin-bottom: 15px;
  }
  footer .socialMedia,
  footer ul {
    display: block;
  }
  footer .socialMedia {
    padding: 15px 0 0 0;
  }
  footer ul li a {
    padding: 10px 0;
    display: block;
  }
  .logoOuter .logo {
    left: 25%;
  }
  .minicart-wrapper {
    right: 40px;
  }
  .nav-toggle {
    top: 35%;
  }
  .catalog-product-view .product-info-main {
    width: 100% !important;
  }
  .catalog-product-view .product.media {
    width: 100% !important;
    margin: 15px 0;
  }
  .question-table {    
    width: 100% !important;
    padding: 0;
    margin: 0 !important;
    margin-bottom: 20px !important;
  }
  .planBoxLeft { padding-bottom: 30px;}
      
  .plans .pricesAmmount { font-size: 30px;}
  .plans .planBox { padding: 20px; width: 100%;}
  .formOUter .row { margin: 0;}
  .formOUter .row .col-lg-6, .formOUter .row .col-lg-12 { margin-bottom: 15px;}
  footer .socialMedia, footer ul {display: block;} 
  footer .socialMedia {padding: 15px 0 0 0;}
  footer ul li a { padding: 10px 0 ; display: block;}
  .choosePlan { margin-bottom: 30px; height: auto;}
  .snigle_price_table .choosePlan .planConent, .snigle_price_table .choosePlan { display: block !important;}
  .snigle_price_table .choosePlan .planBtn { justify-content: flex-start !important;}
  .choosePlan .planBtn { padding: 10px 0  !important;}
  .SupportingSeniorsImg { padding: 0 !important;}
.protection  a.basicBtn { margin-bottom: 50px;}       
.protection .bottombtn { 
display: block; }
.protection .bottombtn  a.basicBtn { margin-bottom: 15px;}
.supportingSeniorsBox .title { font-size: 30px; line-height: 40px;}
.supportingSeniorsBox { padding: 20px;}
.accordion {padding: 10px !important;}
.faqbtn{    margin-left: 20px;    width: auto;}
}
@media only screen and (min-width: 768px) and (max-width: 999px) {
  .sliderText {
    width: 70%;
  }
  .supportForm {
    padding-top: 0;
  }
  .choosePlan .planName { font-size: 16px;}
  .snigle_price_table .choosePlan { grid-template-columns: 70% 1fr;}
  .SupportingSeniorsImg { display: block; }
  .SupportingSeniorsImg img { width: 100%;}
  
}
@media only screen and (min-width: 100px) and (max-width: 360px) {
  .sliderText h1,
  .sliderText h2 {
    font-size: 25px;
    line-height: 35px;
  }
  .secitonTitle h2 {
    font-size: 25px;
  }
  h3 {
    font-size: 18px;
  }
} 
/*Override magento css*/
.cms-home .page-main {
  max-width: 100% !important;
  padding: 0 !important;
}
.minicart-wrapper {
  display: inline-block;
  position: absolute !important;
  float: right;
  right: 0 !important;
  top: 32% !important;
}
.switch-para p {
  padding-right: 20px;
}
.nav-sections {
  margin-bottom: 0px !important;
}
.header.content {
  padding: 0 !important;
}
.logoOuter .logo {
  margin: 0 !important;
}
.compare.wrapper {
  display: none;
}
.opc-continue {
  background: #29266e !important;
  color: #ffffff !important;
  text-decoration: none !important;
  font-size: 14px !important;
  display: inline-block !important;
  font-weight: 500 !important;
  box-shadow: 0px 4px 15px rgba(30, 60, 114, 0.3) !important;
  border-radius: 110px !important;
  padding: 12px 30px !important;
}

.breadcrumbs .items {
  display: none !important;
}
.page-layout-1column .product-info-main {
  width: 55%;
}
.page-layout-1column .product.media {
  width: 40%;
}
#block-discount-heading {
  display: none !important;
}
.block-static-block.widget,
.block-cms-link.widget {
  margin-bottom: 0 !important;
}
.oc-comment-form .payment-option-inner {
  display: none !important;
}

.question-table {
  border: 1px solid #d4d4d4;
  margin: 10px;
}
.question-table table td {
  border-bottom: 1px solid #d4d4d4;
border: 0;
}
.feedback_block .left_side_bar {
  width: 100% !important;
}
.amform-form .title {
  display: none !important;
}
.left_side_bar .rendered-form {
  width: 48%;
}

.payment-group .step-title,
.payment-group .payment-method-title {
/*  display: none !important;*/
}
.cms-privacy-policy-cookie-restriction-mode .page-main,
contact-index-index .page-main {
  max-width: 1100px !important;
}
footer ul li a:hover {
  color: #559acc !important;}
.mt-30 {
  margin-top: 30px;
}

/* Three toogle  css  */
.tw-toggle {
  background: #29266e;
  display: inline-block;
  padding: 7px 10px;
  height: 35px;
  border-radius: 20px;
  position: relative;
  border: none;
}
.tw-toggle i {
  font-size: 16px;
}
.tw-toggle .fa-circle {
  font-size: 15px;
}

.tw-toggle label {
  text-align: center;
  font-family: sans-serif;
  display: inline-block;
  color: #95a5a6;
  position: relative;
  z-index: 2;
  margin: 0;
  text-align: center;
  padding: 0px 5px;
  font-size: 15px;
  /* cursor: pointer; */
}

.tw-toggle input {
  /* display: none; */
  position: absolute;
  z-index: 3;
  top: 7;
  width: 25px;
  height: 30px;
  opacity: 0;
  cursor: pointer;
}

.tw-toggle span {
  height: 25px;
  width: 25px;
  line-height: 21px;
  border-radius: 50%;
  background: #fff;
  display: block;
  position: absolute;
  left: 22px;
  top: 2px;
  transition: all 0.3s ease-in-out;
}

.tw-toggle input[value="false"]:checked ~ span {
  background: #e74c3c;
  left: 65px;
  top: 5px;
  color: #fff;
}

.tw-toggle input[value="true"]:checked ~ span {
  background: #27ae60;
  left: 9px;
  top: 5px;
}

.tw-toggle input[value="-1"]:checked ~ span {
  background: #95a5a6;
  left: 37px;
  top: 5px;
}

.tw-toggle input[value="false"]:checked + label,
.tw-toggle input[value="true"]:checked + label {
  color: #fff;
}

.tw-toggle input[value="-1"]:checked + label {
  color: #fff;
} /*# sourceMappingURL=teamplate.css.map */
.bg-blue {
  background: #29266e;
}
.bg-blue h3,
.bg-blue p,
.bg-blue p strong,
.bg-blue p strong a,
.bg-blue li:hover,
.bg-blue ol li {
  color: #ffffff !important;
}
.feedback_block .secitonTitle {
  /*padding-top: 55px;*/
}
.feedback_block .form-control {
  border: none !important;
}

@media only screen and (min-width: 100px) and (max-width: 767px) {
  .left_side_bar .rendered-form {
    width: 100% !important;
  }
  .minicart-wrapper {
    right: 16px !important;
  }
  .page-header {
    margin-bottom: 0px !important;
  }
}
.blueSection {
  background: url(/images/bluebg.jpg) no-repeat left top;
  background-size: cover;
}
.blueSection,
.blueSection h3,
.blueSection h4,
.blueSection ol li,
.blueSection p {
  color: #fff;
}
.blueSection h4 {
  font-size: 14px;
}
.blueSection p b {
  color: #fff;
}
.blueSection p,
.blueSection li {
  opacity: 1;
}
.blueSection ol li span {
  font-size: 12px;
}

.sectionjoin {
  padding-top: 50px;
}

.switch-para label {
  background: #fff;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  cursor: pointer;
  padding: 10px 10px;

  transition: all 0.5s ease;
  margin: 0px;
}
.switch-para input[type="radio"] {
  /* display: none; */
  opacity: 0;
  margin: 0 !important;
  padding: 0 !important;
  width: 0;
  height: 0;
}

.switch-field {
  position: relative;
}
.switch-para .mage-error {
  color: red;
  position: absolute;
  bottom: -24px;
  width: 200px;
}
.switch-para p {
  margin: 0 0 0 0;
}
.switch-para {
  margin: 0 0 25px 0;
}
label[for="question1yes"],
label[for="question2yes"],
label[for="question3yes"],
label[for="question4yes"],
label[for="question5yes"]{
  border: 1px solid #d1d1d1;
  border-radius: 7px 0 0 7px;
  -webkit-border-radius: 7px 0 0 7px;
  -moz-border-radius: 7px 0 0 7px;
  -ms-border-radius: 7px 0 0 7px;
  -o-border-radius: 7px 0 0 7px;
}

label[for="question1no"],
label[for="question2no"],
label[for="question3no"],
label[for="question4no"],
label[for="question5no"]{
  border: 1px solid #d1d1d1;
  border-left: 0;
  -webkit-border-radius: 0 10px 10px 0;
  border-radius: 0 10px 10px 0;
}

.switch-para .switch-field {
  display: flex;
}

input#question1yes:checked ~ label[for="question1yes"],
input#question2yes:checked ~ label[for="question2yes"],
input#question3yes:checked ~ label[for="question3yes"],
input#question4yes:checked ~ label[for="question4yes"],
input#question5yes:checked ~ label[for="question5yes"],
input#question1no:checked ~ label[for="question1no"],
input#question2no:checked ~ label[for="question2no"],
input#question3no:checked ~ label[for="question3no"],
input#question4no:checked ~ label[for="question4no"],
input#question5no:checked ~ label[for="question5no"]{
  background: #29266e;
  border-color: #29266e;
}
input#question1yes:checked ~ label[for="question1yes"],
input#question2yes:checked ~ label[for="question2yes"],
input#question3yes:checked ~ label[for="question3yes"],
input#question4yes:checked ~ label[for="question4yes"],
input#question5yes:checked ~ label[for="question5yes"],
input#question1no:checked ~ label[for="question1no"],
input#question2no:checked ~ label[for="question2no"],
input#question3no:checked ~ label[for="question3no"],
input#question4no:checked ~ label[for="question4no"],
input#question5no:checked ~ label[for="question5no"]{
  color: #fff;
}
.table_title {
  background: #29266e;
  color: white;
  text-align: center;
  padding: 4px;
  font-weight: 400;
  font-size: 12px;
}
.ans-details {
  width: 90%;
}
.rates-form-questions sup {
  color: #e02b27;
}
.mt-15 {
  margin-top: 15px;
}
.switch-para p {
  color: #000000;
  font-size: 16px;
}
.ans-details ul li {
  color: #000000 !important;
}
.product_table_title {
  font-size: 12px !important;
  padding: 5px !important;
  font-weight: 400 !important;
}
.formOUter select,
.formOUter textarea,
select.select,
input.input-text {
  border: 1px solid #d9d9d9;
  border-radius: 10px;
  width: 100%;
  padding: 10px 20px !important;
  height: inherit !important;
  font-size: 14px !important;
}
.form-giftregistry-edit .field.date input {
  border: 1px solid #d9d9d9;
  border-radius: 10px;
  /* width: 100%; */
  padding: 10px;
  height: auto;
}
.field.date input,
select {
  border: 1px solid #d9d9d9;
  border-radius: 10px;
  padding: 10px 20px !important;
  height: inherit !important;
  font-size: 14px !important;
}
.ans-details li {
  cursor: default !important;
  color: #000000 !important;
}
.modal-footer {
    margin-top: auto;
    padding-bottom: 1rem;
    padding-top: 1rem;
    background: white;
}
.action-primary {
    background: rgb(41, 38, 110) !important;
    background: linear-gradient(to right, rgb(41, 38, 110) 0%, rgb(24, 40, 72) 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#29266e", endColorstr="#182848",GradientType=1 );
    color: #ffffff;
    border: none;
    padding: 12px 30px;
    text-decoration: none;
    font-size: 14px;
    display: inline-block;
    font-weight: 500;
    box-shadow: 0px 4px 15px rgba(30, 60, 114, 0.3);
    border-radius: 110px;
}

.action-dismiss{
    background: #ff5501 !important;
    background: linear-gradient(to right, rgb(41, 38, 110) 0%, rgb(24, 40, 72) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#29266e", endColorstr="#182848",GradientType=1 );
    color: #ffffff;
    border: none;
    padding: 12px 30px;
    text-decoration: none;
    font-size: 14px;
    display: inline-block;
    font-weight: 500;
    box-shadow: 0px 4px 15px rgba(30, 60, 114, 0.3);
    border-radius: 110px;
}
.modal-popup.confirm .modal-inner-wrap .modal-content {
    padding: 15px 15px !important;    border: 0;}
.MB-20 {margin-bottom: 20px;}
/*Magento css*/
.block-search .control{display: none !important;}
.cms-index-index .page-main{max-width: 100%;padding:0;}
.header .logo {
     max-width: none;
}
 .tooltip {
     position: absolute;
     z-index: 1080;
     display: block;
     margin: 0;
     font-family: var(--bs-font-sans-serif);
     font-style: normal;
     font-weight: 400;
     line-height: 1.5;
     text-align: left;
     text-align: start;
     text-decoration: none;
     text-shadow: none;
     text-transform: none;
     letter-spacing: normal;
     word-break: normal;
     word-spacing: normal;
     white-space: normal;
     line-break: auto;
     font-size: .875rem;
     word-wrap: break-word;
     opacity: 1;
}
 @media screen and (min-width: 100px) and (max-width: 768px){ .formOUter {
     flex-direction: column;
}
}
 .left_side_bar.formOUter {    
    display: flex !important;
    gap: inherit !important;}
 .amcform-next {
     margin-left: 25px !important;
     border-radius: 40px !important;
     background: linear-gradient(to right, #00b4db 0%,#0083b0 100%) !important;
     border: none !important;
}
.amcform-next:hover {
    background: #0083b0 !important;
    background: -moz-linear-gradient(left, #0083b0 0%, #00b4db 100%) !important;
    background: -webkit-linear-gradient(left, #0083b0 0%,#00b4db 100%) !important;
    background: linear-gradient(to right, #0083b0 0%,#00b4db 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0083b0', endColorstr='#00b4db',GradientType=1 ) !important;
    color: #ffffff !important;
}
 .formOUter {
     padding: 15px 20px !important;
}
 .formOUter textarea {
     padding: 3px !important;
}
.accordion-item .accordion-button {
    font-size: 18px;
    font-weight: 500;
    padding: 20px;}

.product-info-main .product.attribute.sku {
    display: none !important;}
	.product-info-main .product.attribute.overview a strong{	
    text-decoration: underline;
    color: #006bb4;
    font-weight: bold;
    font-size: 18px;}
.product-info-main .product.attribute.overview .value{
    padding: 20px;}
.fieldset .qty {
    display: none;
}
.product-social-links {
    display: none;
}
.item-options .repeatsevery, .item-options .effectivedate, .item-options .member-socialsecuritynumber, .item-options .member-encryptedssn, .item-options .spouse-firstname, .item-options .spouse-lastname, .item-options .spouse-dob, .item-options .spouse-gender, .item-options .spouse-socialsecuritynumber, .item-options .spouse-encryptedssn, .item-options .businessjob, .item-options .businessstreet, .item-options .businessstreet2, .item-options .businesscity, .item-options .businessstate, .item-options .businesszip, .item-options .child1-firstname, .item-options .child1-dob, .item-options .child1-gender, .item-options .child1-socialsecuritynumber, .item-options .child1-encryptedssn, .item-options .child2-firstname, .item-options .child2-dob, .item-options .child2-gender, .item-options .child2-socialsecuritynumber, .item-options .child2-encryptedssn, .item-options .child3-firstname, .item-options .child3-dob, .item-options .child3-gender, .item-options .child3-socialsecuritynumber, .item-options .child3-encryptedssn { 
    display: none;
  }
.product-addto-links {
    display: none !important;
}
.catalog-product-view .column.main , .cms-page-view .page-main, .contact-index-index .page-main, .customer-account-create .page-main,.customer-account-login .page-main, .customer-account-forgotpassword .page-main
.customer-account-index .page-main, .checkout-index-index .page-main, .rates-form-invaliddata .page-main{
    border-top: 1px solid #ededed;
    padding: 50px 20px;}
.copyright {
    display: none !important;
}
.footer.content{padding-top: 0 !important;}

/* -------------------------------- css added by D ----------------------------- */
body.cms-faq .page-title-wrapper { display: none; }
.scroller {
    text-align: center;
    cursor: pointer;
    //display: none;
    padding: 7px;
    padding-top: 11px;
    white-space: no-wrap;
    vertical-align: middle;
}
.scroller-right {
    float: right !important;
}
.scroller-left {
    float: left !important;
}

.faqOuterNew {
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    padding: 5px;
    height: 60px;
}

.tabs-horiz {
    width: 100%;
    height: 74px;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 6px 0;
}

.faqSection #tab_element li {
    display: table-cell;
    position: relative;
    text-align: center;
    cursor: grab;
    cursor: -webkit-grab;
    color: #efefef;
    vertical-align: middle;
}

.faqSection #tab_element li.ui-state-active a {
    background: rgb(41, 38, 110);
    background: linear-gradient( to right, rgb(41, 38, 110) 0%, rgb(24, 40, 72) 100% );
    filter: ;
    progid: DXImageTransform.Microsoft.gradient( startColorstr= "#29266e", endColorstr= "#182848", GradientType=1 );
    color: #fff !important;
    -webkit-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#29266e", endColorstr="#182848",GradientType=1 );
}
.faqSection #tab_element li a {
    -webkit-box-shadow: 0 0 5px 3px #e3e3e3;
    box-shadow: 0 0 5px 3px #e3e3e3;
    border: none;
    background-color: #fff;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    margin: 0 15px;
    color: #000;
    /* display: block; */
    padding: 0.5rem 1rem;
    color: #0d6efd;
    text-decoration: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
    display: block;
    padding: 0.5rem 1rem;
    color: #0d6efd;
    text-decoration: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

.faqSection #tab_element li.ui-state-active a span {
    color: #fff !important;
}
.faqSection #tab_element li a span {
    white-space: nowrap;
  margin: 0 15px;
    color: #000;
    font-weight: 400;
    line-height: 28px;
    font-size: 14px;
}

.accordion {
    padding: 50px;
}

.accordion-item {
    background: #FFFFFF;
    box-shadow: 0px 5px 15px rgba(147, 147, 147, 0.1);
    border: none;
    margin: 0 0 20px 0;
    font-weight: 500 !important;
    font-size: 14px !important;
    line-height: 21px !important;
    border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    -ms-border-radius: 3px 3px 3px 3px;
    -o-border-radius: 3px 3px 3px 3px;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

.faqSection .accordion-header {
    background: none !important;
    box-shadow: 0 0 0 0 #FFFBF7;
    color: #000 !important;
    border-radius: 0;
    width: 100%;
    font-weight: 500;
    line-height: 1.2;
    font-size: 1.6rem;
}

.accordion-item .accordion-button:not(.collapsed) {
    background: none !important;
    box-shadow: 0 0 0 0 #FFFBF7;
    color: #000 !important;
}

.accordion-item .accordion-button {
    outline: none;
    padding: 1.5rem 1.5rem;
    font-size: 1.6rem;
    font-weight: 500;
    border-bottom: solid 1px #D9D9D9;
    width: 100%;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    border-bottom: solid 1px #D9D9D9;
    text-align: left;
}

.accordion-item .accordion-collapse {
    padding: 10px;
}
header.panel>.header.links>li {

    color: white !important;
}
.planlist.bottomBtn {

    margin-top: 50px;
}
.page-footer1.footer.content {
     border-top: none 

}
.product-add-form.form-group {
    margin: 5px -2px;
}
.accordion-item.accordion-button::after {
    width: 2rem;
    height: 2rem;
    background-size: 2rem;
}
.header.panel>.header.links>.authorization-link:after {color: #cdcdcd !important;}
@media only screen and (max-width: 767px) {
.navigation, .breadcrumbs, .page-header .header.panel, .header.content, .footer.content, .page-main, .page-wrapper>.widget, .page-wrapper>.page-bottom, .block.category.event, .top-container {
    border-top: none;
}
}
//.fotorama__stage__frame .fotorama__img {    top: 33% !important;}
.box-tocart .hyperlink-anc {  
    font-weight: bold;
    color: #006bb4;
    text-decoration: none;}
.header.panel>.header.links>li {
    color: #ffffff !important;
    vertical-align: middle !important;}
.customer-welcome .action.switch:after {
    vertical-align: middle !important;}
.planlist.bottomBtn {    margin-top: 50px;}
.product-add-form.form-group {
    margin: 0 -2px;
}
.planList .bottomBtn{margin-top: 50px;}
.table thead th {
    border-bottom: 2px solid #dee2e6;
    font-size: 14px !important;
    font-weight: 500 !important;
    background: #f5f5f5;
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
    border: 0;}
.table td, .table th {
    background: #f5f5f5;
}
.shipping-information .ship-via {
    display: none;
}
.shipping-information .ship-to {
    display: none;
}


.totals .excl { display: none; }
.table-totals .excl {display: none;}
#co-shipping-method-form .rate { display: none; }

  .documents-and-link a{
    display: flex;
    font-weight: 700;
    color: #000;
    font-size: 16px;
    text-decoration: none;
    gap: 10px;
  }
  .documents-and-link a span{
    color: #9548c5;
  }
  .documents-and-link a:hover,
  .documents-and-link a:hover span{
    color: #0d6efd;
  }

  .medical-documents-signature{
    padding: 50px 0;
  }
  .documents-sign-list{
    margin-bottom: 30px;
    border-top: 1px solid #ccc;
  }
  .documents-read-list{
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ccc;
    padding: 12px 0;
  }
  .documents-read-list .form-check{
    max-width: 70px;
    flex-shrink: 0;
    width: 100%;
  }
  .documents-read-list .radio-input {
      opacity: 0;
      cursor: pointer;
  }
  .documents-read-list .form-check .checkcontainer{
    position: relative;
    display: block;
  }
  .documents-read-list .form-check .checkcontainer .checkmark {
      position: relative;
      display: block;
      height: 15px;
      width: 15px;
      border-radius: 100%;
      border: 2px solid #cf3636;
      background-color: #fff;
  }
  .documents-read-list .form-check .checkcontainer .checkmark:after {
    content: '';
    left: 10px;
    top: 6px;
    width: 6px;
    height: 12px;
    border: solid green;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    margin: 0 0 0px 4px;
    display: none;
  }
  .documents-read-list .radio-input:checked ~ .form-check .checkcontainer .checkmark{
    border: 0;
  }
  .documents-read-list .radio-input:checked ~ .form-check .checkcontainer .checkmark:after {
      display: block;
  }
  .documents-read-list .icon{
    max-width: 70px;
    width: 100%;
    font-size: 30px;
    flex-shrink: 0;
    color: #c3c3c3;
  }
  .documents-read-list .documents-read-btn{
    flex-shrink: 0;
    width: auto !important;
  }
  .documents-read-list .documents-read-title{
    padding-right: 15px;
  }
  .documents-read-list .documents-read-title h6{
    margin: 0 0 5px;
    font-size: 16px;
  }
  .documents-read-list .documents-read-title p{
    margin: 0 ;
  }
  .documents-read-list .documents-read-btn .all-btn{
    display: block;
    padding: 12px 30px;
    text-decoration: none;
    background: #2b3558;
  }
  .documents-read-list .documents-read-btn .all-btn:hover{
    background: #0d6efd;
  }
  .medical-documents-signature .bottom-text{
    text-align: center;
  }
  .medical-documents-signature .bottom-text p{
    max-width: 700px;
    margin: 0 auto;
    font-size: 15px;
    font-weight: 300;
    color:#222;
  }
.checkout-agreements .checkout-agreement {
    display: flex;
}

.checkout-agreements .checkout-agreement .action-show {
    text-align: left;
}
.checkout-agreements .checkout-agreement .label span {
    font-size: 13px;
    font-weight: bold;
}
.authorization-show-check {display: none;}
.product-info-main tbody, td, tfoot, th, thead, tr {border: 1px solid #dbdbdb !important;}
.table-order-items tbody, td, tfoot, th, thead, tr {border: 0 !important;}
@media only screen and (max-width: 767px){
.documents-read-list .documents-read-btn {    display: inline-block;}
.mobo_menu {display: block !important;}
}
.createAccountForm .formTitle {
   color: #ffffff;
    text-align: center;
}
.wc-section-heading {
    color: black !important;
}
.payment-option-content .oc-comment-form {
    max-width: 100% !important;
}

.mobo_menu {display: none;}
.faqbtn{
    margin-top: 11%;
    width: 21%;
    text-align: center;}
.medical-documents-signature{
    padding: 0 !important;
    font-size: 14px;
}

.checkout-agreements-block .checkout-agreement.field label:after {
  content: none !important;
}

/*--- 23/08/2023 - for product page table ---*/
@media only screen and (min-width: 100px) and (max-width: 999px) {
  .table2Clm .row{ display: flex !important;}
}

.catalog-product-view .product-info-main tbody, .catalog-product-view .product-info-main td, .catalog-product-view .product-info-main tfoot, .catalog-product-view .product-info-main th, .catalog-product-view .product-info-main thead, .catalog-product-view .product-info-main tr {
    border: 1px solid #dbdbdb !important;
}
.catalog-product-view .product-info-main .product.attribute.overview .value {
    padding: 0;
}
.catalog-product-view table>tbody>tr>td {
    padding: 11px 8px;
}
header.page-header .header.panel>.header.links>.customer-welcome+.authorization-link {
    display: inline-block;
}
span.not-logged-in {
    display: none;
}
body.account.stripe_payments-customer-subscriptions .stripe-subscriptions a.action.cancel {
    display: none;
}
body.account .table-wrapper.orders-history table#my-orders-table th.col.status, body.account .table-wrapper.orders-recent table#my-orders-table th.col.status, body.account .table-wrapper.stripe-subscriptions table#my-orders-table th.col.status{
    display: none;
}
body.account .table-wrapper.orders-history table#my-orders-table td.col.status, body.account .table-wrapper.orders-recent table#my-orders-table td.col.status, body.account .table-wrapper.stripe-subscriptions table#my-orders-table td.col.status {
    display: none;
}
/*.block.block-collapsible-nav.amasty-affiliate-collapsible {
    display: none;
}*/
/*.stripe-payments-elements.no-wrap {
    position: relative;
}
.stripe_custom_class {
    position: absolute;
    right: -1px;
    z-index: 99;
    display: inline-block;
    width: 50%;
    font-size: 0px;
    background: #fff;
    min-height: 72px;
    max-height: 72px;
}
body > .loading-mask {
    z-index: 99999 !important;
}
body.checkout-index-index .stripe-payments-elements.no-wrap {
    display: block !important;
}
body.checkout-index-index .stripe-dropdown.stripe-element-font.stripe-element-border {
    display: none;
}
.minicart-wrapper .product .actions a.action.edit {
    display: none;
}
.cart.table-wrapper .actions-toolbar>.action-edit {
  display: none;
}
@media screen and (max-width: 331px) and (min-width: 320px) {
  .stripe_custom_class {
    min-height: 84px;
    max-height: 84px;
}
}*/
.stripe_custom_class {
	font-size: 0px;
}
@media only screen and (max-width: 767.99px) {
.header .customer-welcome .customer-menu .authorization-link {
    display: block !important;
}
body.checkout-index-index .modal-custom .action-close {
   top: -12px;
}
}
.minicart-items .action.edit, .cart.table-wrapper .actions-toolbar > .action-edit {
	display: none;
}
.stripe-payments-elements.no-wrap {
    position: relative;
}
.stripe_custom_class.yess {
    position: absolute;
    bottom: 54px;
    background: #fff;
    z-index: 999;
    width: 100%;
    height: 46px;
    pointer-events: all;
    cursor: unset !important;
}
@media only screen and (max-width: 442px) {
	.stripe_custom_class.yess {
    height: 65px;
}
}
.stripe_custom_msg {
    display: inline-block;
    color: #f1291b;
    white-space: normal;
}
@media only screen and (min-width: 768px) and (max-width: 844px) {
	.stripe_custom_class.yess {
    bottom: 80px;
}
}
@media only screen and (min-width: 380px) and (max-width: 524px) {
	.stripe_custom_class.yess {
    bottom: 82px;
}
}
@media only screen and (max-width: 379px) {
	.stripe_custom_class.yess {
    bottom: 105px;
}
}
body.checkout-cart-index tr.grand.totals {
    display: none;
}
a.basicBtn.formularybtn {
    top: 96px !important;
}
a.basicBtn.providerbtn {
    top: 160px !important;
}
.planbtn, .formularybtn, .providerbtn {
    right: 30px !important;
}
.stripe-actions-dropdown.active li.cancel {
    display: none;
}
body.account span.order-status {
    display: none;
}