.editor-content ul {
  list-style-type: none;
  padding: 0;
  margin-bottom: 20px;
}
.editor-content ul li {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  position: relative;
  padding-left: 20px;
  margin-bottom: 15px;
}
.editor-content ul li span,
.editor-content ul li strong {
  font-weight: 700;
}
.editor-content ul li i {
  margin-right: 8px;
}

.editor-content .tick-div-green ul li {
  line-height: 25px;
  padding-left: 37px;
  margin-bottom: 12px;
}

.editor-content .tick-div-blue ul li {
  line-height: 25px;
  padding-left: 37px;
  margin-bottom: 12px;
}

.editor-content .cross-div ul li {
  line-height: 25px;
  padding-left: 37px;
  margin-bottom: 12px;
}

.editor-content ul li:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 10px;
  background: #F24436;
  width: 4px;
  height: 5px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}
.editor-content .tick-div-green ul li:before {
  display: inline-block;
  /*transform: rotate(45deg);*/
  transform: translateY(0px);
  height: 26px;
  width: 26px;
  top: 0px;
  /*border-bottom: 3px solid #5ABC5E;
  border-right: 3px solid #5ABC5E;*/
  background: rgba(90,188,94,1) url('../images/tick.svg') no-repeat ;
  border-radius: 100%;
  background-position: center;
  background-size: 14px;
}
.editor-content .tick-div-blue ul li:before {
  display: inline-block;
  /*transform: rotate(45deg);*/
  transform: translateY(0px);
  height: 26px;
  width: 26px;
  top: 1px;
  /*border-bottom: 3px solid #5ABC5E;
  border-right: 3px solid #5ABC5E;*/
  background: rgba(0,132,255,1) url('../images/tick.svg') no-repeat ;
  border-radius: 100%;
  background-position: center;
  background-size: 14px;
}
.editor-content .cross-div ul li:before {
  position: absolute;
 /* content: 'x';*/
  left: 0;
  top: 0;
  transform: translate(0px);
  /*color: #fff;
  font-size: 20px;
  background-color: #fe4646;*/
  background: rgba(254,70,70,1) url('../images/cross.svg') no-repeat ;
  border-radius: 100%;
  background-position: center;
  background-size: 13px;
  /*font-weight: 700;
  font-family: Arial, sans-serif;*/
  width: 26px;
  height: 26px;
  /*display: block;
  line-height: 23px;
  text-align: center;*/
}
.editor-content .image-div ul li:before {
  content: "";
  left: 0px;
  top: 7px;
  width: 11px;
  height: 14px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  position: absolute;
  background: var(--image-url);
  background-size: contain;
}
.editor-content ol {
  list-style-type: none;
  padding: 0;
  margin-bottom: 20px;
  counter-reset: item;
}
.editor-content ol li {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 39px;
  position: relative;
  padding-left: 30px;
  margin-bottom: 0px;
  display: block;
}
.editor-content ol li span,
.editor-content ol li strong {
  font-weight: 700;
}
.editor-content ol li i {
  margin-right: 8px;
}
.editor-content ol li:before {
  position: absolute;
  left: 0px;
  top: 0px;
  content: counter(item) ". ";
  counter-increment: item;
  color: #F24436;
  font-weight: 700;
  width: 21px;
  height: 19px;
  text-align: center;
}

.editor-content .num-cls ol li {
  line-height: 25px;
  padding-left: 37px;
  margin-bottom: 12px;
}

.editor-content .num-cls ol li:before {
  position: absolute;
  left: 0px;
  top: 0px;
  transform: translateY(0px);
  content: counter(item);
  counter-increment: item;
  color: #fff;
  font-weight: 700;
  width: 26px;
  height: 26px;
  text-align: center;
  background: #0084ff;
  line-height: 25px;
  border-radius: 100%;
  font-size: 16px;
}

.custom-font {
  width: 100%;
}

.custom-head h2,
.custom-head h3,
.custom-head h4,
.custom-head h5,
.custom-head h6 {
  font-size: 28px;
}
/*.custom-font p,
.custom-font ul,
.custom-font li,
.custom-font a {
  font-family: var(--paragraph-font) !important;
}*/
.custom-font a {
  color: #222222;
  text-decoration: underline;
  cursor: pointer;
}
@media (max-width: 576px) {
  .max-content-area iframe {
    height: auto;
    width: auto;
  }

  .custom-head h2,
  .custom-head h3,
  .custom-head h4,
  .custom-head h5,
  .custom-head h6 {
    font-size: 22px;
  }
}
.cas-term a,
.terms-conditions a {
  color: #9b9b9b;
}
.block-content-light div,
.block-content-light h1,
.block-content-light h2,
.block-content-light h3,
.block-content-light h4,
.block-content-light h5,
.block-content-light h6 {
  color: #fff !important;
}
.block-content-light div p,
.block-content-light h3 p,
.block-content-light div ul,
.block-content-light h3 ul,
.block-content-light div li,
.block-content-light h3 li,
.block-content-light div a,
.block-content-light h3 a {
  color: #fff !important;
}
.block-content-light div a,
.block-content-light h3 a {
  text-decoration: underline;
  cursor: pointer;
}
.block-content-light p,
.block-content-light ul,
.block-content-light li,
.block-content-light a {
  color: #fff !important;
}
.block-content-light a {
  text-decoration: underline;
  cursor: pointer;
}
.block-content-dark div,
.block-content-dark h1,
.block-content-dark h2,
.block-content-dark h3,
.block-content-dark h4,
.block-content-dark h5,
.block-content-dark h6 {
  color: #222222 !important;
}
.block-content-dark div p,
.block-content-dark h3 p,
.block-content-dark div ul,
.block-content-dark h3 ul,
.block-content-dark div li,
.block-content-dark h3 li {
  color: #222222 !important;
}
.block-content-dark div a,
.block-content-dark h3 a {
  color: #9b9b9b !important;
  text-decoration: underline;
  cursor: pointer;
}
.block-content-dark p,
.block-content-dark ul,
.block-content-dark li {
  color: #222222 !important;
}
.block-content-dark a {
  color: #9b9b9b !important;
  text-decoration: underline;
  cursor: pointer;
}
.fw-bold {
  font-weight: bold !important;
}
.widget-title br {
  display: inline-block;
}
@media (min-width: 420px) {
  .widget-title br {
    display: none;
  }
}
.white-bg-block .accord-wrapper,
.white-bg-block .accord-content,
.white-bg-block .accord-header {
  color: #fff;
  background: var(--praimry-bg);
}
.white-bg-block .accord-wrapper h3,
.white-bg-block .accord-content h3,
.white-bg-block .accord-header h3,
.white-bg-block .accord-wrapper p,
.white-bg-block .accord-content p,
.white-bg-block .accord-header p {
  color: #fff;
}
.promotion-card-content .pimg {
  border-radius: 10px;
  height: 90px;
  width: 90px;
  max-height: 90px;
}
.vm--container .custom-modal {
  max-width: 80vw !important;
  border-radius: 12px !important;
  height: max-content !important;
}
@media (max-width: 992px) {
  .vm--container .custom-modal {
    left: 10vw !important;
  }
}
.tab-right h2 {
  width: 78%;
}

.tab-right p {
  display: none;
}
@media (min-width: 768px) {
  .tab-right p {
    color: #222222;
    margin-bottom: 20px;
    display: block;
  }
}
.tab-right ul {
  list-style: none;
  /* Remove default bullets */
  column-count: 0;
  -webkit-column-count: 0;
  -moz-column-count: 0;
  padding-top: 20px;
}
@media (min-width: 768px) {
  .tab-right ul {
    column-count: 2;
    -webkit-column-count: 2;
    -moz-column-count: 2;
  }
}
.tab-right li {
  margin-bottom: 0px;
  padding-inline-start: 22px;
  font-size: 16px;
  line-height: 250%;
  color: #E8321D;
  color: var(--link-color) !important;
  text-decoration: underline;
  border-bottom: 1px solid #ececec;
}
@media (min-width: 768px) {
  .tab-right li {
    border-bottom: 0;
    line-height: 21px;
    color: #ea4734;
    padding-inline-start: 17px;
    margin-bottom: 5px;
  }
}
.tab-right li::before {
  content: "\2022";
  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: red;
  color: var(--link-color);
  /* Change the color */
  font-weight: bold;
  /* If you want it to be bold */
  display: inline-block;
  /* Needed to add space between the bullet and the text */
  width: 1em;
  /* Also needed for space (tweak if needed) */
  margin-left: -1em;
  /* Also needed for space (tweak if needed) */
}
blockquote {
  position: relative;
  padding-left: 95px;
  margin: 40px 0 64px;
  display: block;
  border: none !important;
}
@media (min-width: 768px) {
  blockquote {
    display: block;
  }
}
blockquote p {
  font-size: 16px;
  line-height: 160%;
  color: #222222;
  margin-bottom: 10px;
  font-style: italic;
}
blockquote h6 {
  margin-bottom: 0;
}
/* blockquote:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  background: url("../images/svg-icons/comma.svg") no-repeat top left;
  width: 65px;
  height: 55px;
  -webkit-filter: brightness(0.95) invert(0);
  filter: brightness(0.95) invert(0);
} */
.show-read-more p {
  font-size: 16px;
  line-height: 160%;
  min-height: auto;
}
@media (max-width: 576px) {
  .show-read-more p {
    display: -webkit-box;
    line-clamp: 6;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
.selection-inner h2 {
  margin-bottom: 20px;
  color: #222222;
}
@media (min-width: 992px) {
  .selection-inner h2 {
    margin: 0 0 10px 0;
    color: #222222;
  }
}
.selection-inner p {
  margin-bottom: 20px;
  color: #222222;
}
@media (min-width: 992px) {
  .selection-inner p {
    color: #222222;
  }
}
.promotion-bottom-content p {
  color: #222222;
  margin-bottom: 28px;
}

.selection-list-box:hover h1 {
  color: #fff;
}
.selection-list-box:hover h2 {
  color: #fff;
}
.selection-list-box:hover h3 {
  color: #fff;
}
.selection-list-box:hover h4 {
  color: #fff;
}
.selection-list-box:hover h5 {
  color: #fff;
}
.selection-list-box:hover h6 {
  color: #fff;
}

.selection-list-box:hover p {
  position: relative;
  color: #fff;
  z-index: 1;
}
.selection-list-box:hover p a {
  color: #fff !important;
}
.selection-list-box:hover li {
  color: #fff;
}
.selection-list-box:hover li a {
  color: #fff !important;
}
@media (max-width: 576px) {
  .selection-list-box:hover h1 {
    color: #222222;
  }
  .selection-list-box:hover h2 {
    color: #222222;
  }
  .selection-list-box:hover h3 {
    color: #222222;
  }
  .selection-list-box:hover h4 {
    color: #222222;
  }
  .selection-list-box:hover h5 {
    color: #222222;
  }
  .selection-list-box:hover h6 {
    color: #222222;
  }

  .selection-list-box:hover p {
    position: relative;
    color: #222222;
    z-index: 1;
  }
  .selection-list-box:hover p a {
    color: #9b9b9b;
  }
  .selection-list-box:hover li {
    color: #222222;
  }
  .selection-list-box:hover li a {
    color: #9b9b9b;
  }
}

.wp-block-quote {
  text-align: center;
  padding-left: 0 !important;
}
.wp-block-quote p {
  position: relative;
}

.wp-block-quote p::before {
  position: relative;
  content: "\201C";
  font-size: 96px;
  top: 30px;
  right: 8px;
}
@media (max-width: 576px) {
  .wp-block-quote p::before {
    font-size: 60px;
    top: 15px;
  }
}
.wp-block-quote p::after {
  position: absolute;
  content: "\201E";
  font-size: 96px;
  bottom: 40px;
  margin-left: 8px;
}
@media (max-width: 576px) {
  .wp-block-quote p::after {
    font-size: 60px;
    bottom: 26px;
  }
}

.wpvcb-custom-table-block {
  overflow: hidden;
}

.wpvcb-custom-table-block a {
  position: relative;
  top: 5px;
}

.wp-block-table thead {
  border-bottom: none !important;
}

.wpvcb-custom-table-block thead tr th {
  /*background: #e6e8ea;*/
  border: none;
  padding: 15px;
  font-weight: 700;
  text-align: center;
}

.wpvcb-custom-table-block thead tr th:first-child {
  padding: 15px;
}

.wpvcb-custom-table-block tbody tr td {
  border: none;
  background: white;
  padding: 9px;
  border-bottom: 1px solid #e6e8ea;
  text-align: left;
  vertical-align: middle;
}

.wpvcb-custom-table-block tbody tr td:first-child {
  padding-left: 20px;
}

.wpvcb-custom-table-block tbody tr td img{
  display: block;
  margin: auto;
}

.wpvcb-custom-table-block tbody tr:last-child td {
  border: none;
}

.wpvcb-custom-table-block thead tr:first-child th:first-child {
  border-top-left-radius: 12px;
}

.wpvcb-custom-table-block thead tr:first-child th:last-child {
  border-top-right-radius: 12px;
}

.wpvcb-custom-table-block tbody tr:last-child td:first-child {
  border-bottom-left-radius: 12px;
}

.wpvcb-custom-table-block tbody tr:last-child td:last-child {
  border-bottom-right-radius: 12px;
}

.arrow-cls {
  display: none;
}

@media (max-width: 576px) {
  .wpvcb-custom-table-block {
    position: relative;
    width: 100vh;
    width: max-content;
    width: -moz-max-content;
    width: -webkit-max-content;
    width: -o-max-content;
    width: -ms-max-content;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 30px;
  }

  .wpvcb-custom-table-block a {
    margin: 0;
  }

  .wpvcb-custom-table-block tbody tr {
    display: flex;
    flex-wrap: wrap;
  }

  .wpvcb-custom-table-block tbody tr td {
    padding-left: 11px;
    width: 115px;
  }

  .wpvcb-custom-table-block tbody tr td:first-child {
    padding-left: 14px;
    width: 145px;
  }

  .wpvcb-custom-table-block thead tr {
    display: flex;
    flex-wrap: wrap;
  }

  .wpvcb-custom-table-block thead tr th {
    width: 115px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
  }

  .wpvcb-custom-table-block thead tr th:first-child {
    width: 145px;
  }

  .arrow-cls {
    position: absolute;
    top: 0px;
    width: 410px;
    display: none;/*flex*/
    justify-content: space-around;
  }

  .left-arrow-cls {
    width: 60%;
    transform: rotateY(180deg);
  }

  .right-arrow-cls {
  }

  #cust-tbl {
    position: relative;
  }
}

@media (max-width: 376px) {
  .arrow-cls {
    width: 356px;
  }
}

@media (max-width: 320px) {
  .arrow-cls {
    width: 320px;
  }

  .left-arrow-cls {
    width: 40%;
  }
}

.wpvcb-custom-table-block a i img {
  margin: 0;
  margin-left: 5px;
  margin-bottom: 1px;
}

@media (max-width: 576px) {
  .custom-ratio {
    width: auto !important;
    height: auto !important;
    padding-bottom: 56.25%;
  }

  .custom-ratio iframe {
    position: absolute;
    height: 100% !important;
    width: 100% !important
  }
}

body .vp-center {
  justify-content: left !important;
}

.icon-blue_tick {
  position: relative;
  display: inline-block;
  height: 26px;
  width: 26px;
  min-width: 26px;
  top: 0;
  background: rgba(0,132,255,1) url('../images/tick.svg') no-repeat ;
  border-radius: 100%;
  background-position: center;
  background-size: 14px;
  margin-right: 10px;
}

.icon-green_tick {
  position: relative;
  display: inline-block;
  height: 26px;
  width: 26px;
  min-width: 26px;
  top: 0;
  background: rgba(90,188,94,1) url('../images/tick.svg') no-repeat ;
  border-radius: 100%;
  background-position: center;
  background-size: 14px;
  margin-right: 10px;
}

.icon-blue_number {
  display: inline-block;
  transform: translateY(0px);
  color: #fff;
  font-weight: 700;
  width: 26px;
  height: 26px;
  min-width: 26px;
  text-align: center;
  background: #0084ff;
  line-height: 25px;
  border-radius: 100%;
  font-size: 16px;
  margin-right: 10px;
}

.icon-green_number {
  display: inline-block;
  transform: translateY(0px);
  color: #fff;
  font-weight: 700;
  width: 26px;
  height: 26px;
  min-width: 26px;
  text-align: center;
  background: rgba(90,188,94,1);
  line-height: 25px;
  border-radius: 100%;
  font-size: 16px;
  margin-right: 10px;
}