/*media query*/
/*#1A237E      #1A237E*/
/*#8762cb #9777d2     $purple_rankings*/
/*#7b5bf4     #1A237E  */
/*#9c81ff       #E1D9FF*/
/*#565656       #f9fafb */
/*#565656       #868686 */
/*#d3450d     #D43900*/
/* #f16d26    #f4894f*/
/* #e47400    #fd7043*/
/* #D3450D   #f36d38*/
/* #fd612f     #fd7043*/
/*#1caa64       #67E6A8*/
/* #1caa64 */
/*#178566      #17B88C*/
/* #36b98b */
body .get_matched_horizontal_widget_inner .below-widget span.sponsored-tooltiptext {
  right: 70px;
  left: auto;
}

@media screen and (max-width: 767px) {
  body .get_matched_horizontal_widget_inner .below-widget span.sponsored-tooltiptext {
    right: 0;
  }
}
.is-title-banner {
  width: 1920px;
  max-width: 100%;
  background-size: auto;
  background-repeat: no-repeat;
}

body .gradientAccordian .advgb-accordion-inner .advgb-accordion-header h4 {
  text-transform: capitalize;
}

.with-arrow-button-fill .wp-block-button__link {
  font-weight: 700;
  text-align: left;
  padding: 20px 45px 20px 45px !important;
  position: relative;
  min-width: 420px;
  line-height: normal;
  font-size: 16px;
}

.with-arrow-button-fill .wp-block-button__link::after {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  border-right: 4px solid;
  border-bottom: 4px solid;
  right: 32px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
}

.with-arrow-button-fill .wp-block-button__link:hover {
  opacity: 1;
  color: var(--vtx-primary-color);
  background-color: #efe8fb !important;
}

.three-col-btn .wp-block-buttons.with-arrow-button-fill a.wp-block-button__link {
  width: 100%;
  min-width: auto;
  max-width: 100%;
}

.three-col-btn .wp-block-buttons .wp-block-button {
  width: 100%;
}

.three-col-btn .wp-block-columns .wp-block-column:not(:last-child) {
  margin: 0 15px 10px 0 !important;
}

.three-col-btn .wp-block-columns {
  margin-bottom: 0;
}

@media screen and (max-width: 1700px) {
  .is-title-banner {
    background-size: cover !important;
  }
}
@media screen and (max-width: 1250px) {
  .is-title-banner::before {
    display: block !important;
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #795bac), to(rgba(0, 0, 0, 0.1)));
    background: -o-linear-gradient(left, #795bac 0, rgba(0, 0, 0, 0.1) 96%);
    background: linear-gradient(to right, #795bac 0, rgba(0, 0, 0, 0.1) 96%);
  }
  .is-title-banner {
    padding: 65px 0 !important;
  }
}
@media screen and (max-width: 992px) {
  .is-title-banner {
    background: #795bac !important;
  }
  body .is-title-banner::before {
    content: "";
    background: -webkit-gradient(linear, left top, right top, color-stop(37%, #4B4175 !important), to(rgba(0, 0, 0, 0.1)));
    background: -webkit-linear-gradient(left, #4B4175 !important 37%, rgba(0, 0, 0, 0.1) 100%);
    background: -o-linear-gradient(left, #4B4175 !important 37%, rgba(0, 0, 0, 0.1) 100%);
    background: linear-gradient(to right, #4B4175 !important 37%, rgba(0, 0, 0, 0.1) 100%);
  }
}
@media screen and (max-width: 767px) {
  .with-arrow-button-fill .wp-block-button__link {
    padding: 20px 35px 20px 30px !important;
    width: 100%;
    max-width: 100%;
    min-width: auto;
  }
  .with-arrow-button-fill .wp-block-button__link::after {
    right: 22px;
  }
  .padd-20.padd-20.padd-20 {
    padding: 20px !important;
  }
  .three-col-btn .wp-block-columns .wp-block-column:not(:last-child) {
    margin: 0 0 10px 0 !important;
  }
  .wp-block-spacer {
    max-height: 30px;
  }
  .is-title-banner {
    padding: 30px 0 !important;
  }
}
.line-height-12,
p[style*="font-size:24px"] {
  line-height: 1.2;
}

.colored-number .wp-block-em-image-with-content {
  margin-bottom: 40px;
}

.colored-number .wp-block-em-image-with-content .img-wrap p {
  line-height: 1;
  margin: -5px 30px 0 0;
}

@media screen and (max-width: 767px) {
  .colored-number .wp-block-em-image-with-content .img-wrap p {
    font-size: 36px !important;
    margin-top: 4px;
    margin-right: 20px;
  }
  .responsive-padd-25 {
    padding: 20px !important;
  }
}
.state-data-table {
  width: 100%;
  padding: 30px 0;
  display: block;
}

.state-data-table tbody,
.state-data-table thead {
  display: block;
}

.state-data-table thead {
  border-bottom: 5px solid #3593cf;
  padding-left: 15px;
  padding-right: 15px;
}

.state-data-table thead tr {
  margin-bottom: 0;
}

.state-data-table thead tr td {
  font-size: 14px;
  color: #3593cf;
}

.state-data-table tr td,
.state-data-table tr th {
  width: 20%;
}

.state-data-table tbody {
  padding: 15px;
  border-width: 6px 1px 1px 1px;
  background-color: #f9fafb !important;
  border-style: solid;
  border-color: #d4d4d4;
  border-top-color: var(--vtx-primary-color);
}

.state-data-table tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  margin-bottom: 15px;
  padding: 15px;
}

.state-data-table tr td {
  color: #666666;
  text-align: left;
}

.state-data-table tr th {
  color: #3593cf;
}

@media (min-width: 768px) {
  .state-data-table tr:first-child td {
    font-weight: 600;
    width: 18%;
    text-align: left;
    color: #666666;
    font-size: 16px;
  }
  .state-data-table tr td:first-child {
    width: 25%;
  }
  .state-data-table tr td:nth-child(2) {
    width: 21%;
  }
  .state-data-table tr td:nth-child(3) {
    width: 21%;
  }
  .state-data-table tr td:nth-child(4) {
    width: 21%;
  }
  .state-data-table tr td:last-child {
    width: 31%;
  }
  .state-data-table tr td:first-child {
    font-size: 16px;
    color: #000;
    font-weight: 700;
    word-break: keep-all;
  }
  .state-data-table tr th:first-child {
    text-align: left;
  }
  .four-col-table.state-data-table tr td:last-child {
    width: 21%;
  }
  .four-col-table.state-data-table tr td:first-child {
    width: 28%;
  }
}
@media (min-width: 981px) and (max-width: 1100px) {
  .state-data-table tbody,
  .state-data-table thead {
    padding-left: 10px;
    padding-right: 10px;
  }
  .state-data-table tr {
    padding-left: 4px;
    padding-right: 4px;
  }
}
@media screen and (max-width: 767px) {
  .state-data-table thead {
    display: none;
  }
  .state-data-table tr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
    border: 1px solid rgba(3, 3, 3, 0.1);
  }
  .state-data-table tr td {
    width: 100%;
    text-align: left !important;
    position: relative;
    padding-left: calc(50% + 10px);
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .state-data-table tbody {
    padding: 10px;
  }
  .state-data-table tr td::before {
    content: attr(data-title);
    position: absolute;
    left: 0;
    right: calc(50% + 5px);
    text-align: right;
    font-size: 12px;
    color: #000;
    font-weight: 700;
    border-right: 1px solid rgba(3, 3, 3, 0.1);
    top: 0;
    bottom: 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-right: 10px;
    word-break: break-word;
    white-space: pre-line;
  }
  .state-data-table tr td:first-child {
    padding: 15px 15px;
    text-align: center !important;
    font-weight: 700;
    color: var(--vtx-primary-color);
    border-bottom: 1px solid rgba(3, 3, 3, 0.1);
  }
  .state-data-table tr td:first-child:before {
    width: 100%;
    text-align: center;
    display: block;
  }
  .state-data-table tr:first-child {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .state-data-table tr td {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 14px;
  }
}
.simple-texts-block ul li:before {
  content: "";
  width: 10px;
  height: 10px;
  background: var(--vtx-primary-color);
  border-radius: 50px;
  position: absolute;
  left: -30px;
  top: 8px;
}

.simple-texts-block ul li {
  position: relative;
  list-style: none;
  margin-bottom: 10px;
}

.simple-texts-block ul li:last-child {
  margin-bottom: 0;
}

.simple-texts-block ul li > strong {
  color: var(--vtx-primary-color);
  font-size: 20px;
}

.simple-texts-block ul li > strong a {
  text-decoration: underline;
}

.simple-texts-block ul.mb-30 li {
  margin-bottom: 30px;
}

.simple-texts-block.no-bulletes {
  padding-left: 0;
}

.simple-texts-block.no-bulletes ul {
  list-style-type: none;
  padding-left: 0;
}

.simple-texts-block.no-bulletes ul li:before {
  display: none;
}

.simple-texts-block .strong-break {
  margin-top: 0;
}

.simple-texts-block .strong-break li > strong {
  display: block;
  margin-bottom: 14px;
}

.simple-texts-block .strong-break li:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .simple-texts-block {
    padding-left: 10px !important;
  }
  body .simple-texts-block.no-bulletes {
    padding-left: 0 !important;
  }
}
.sponsored-tooltip .hover-text {
  cursor: pointer;
}

.sponsored-tooltip .hover-text:hover + span.sponsored-tooltiptext {
  display: block !important;
}

.sortable-ranking-table-slim {
  padding: 0 0 30px 0;
}

.sortable-ranking-table-slim.data-loading {
  position: relative;
  min-height: 50px;
}

.sortable-ranking-table-slim.data-loading::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 30px;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
  border-radius: 20px 20px 0 0;
}

.sortable-ranking-table-slim.data-loading::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  border: 5px solid #f3f3f3;
  border-radius: 50%;
  border-top: 5px solid var(--vtx-primary-color) _2;
  width: 50px;
  height: 50px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  margin: auto;
}

.is-title-banner p {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 500;
  font-style: italic;
  line-height: 36px;
}

.is-title-banner p em {
  font-style: unset;
}

body .is-title-banner {
  padding-top: 108px !important;
}

body .is-title-banner {
  background-repeat: no-repeat;
  background-size: auto 100%;
  width: 1920px;
  max-width: 100%;
}

@media screen and (max-width: 980px) {
  body .is-title-banner.is-title-banner:before {
    display: none !important;
  }
  body .is-title-banner.is-title-banner {
    background-color: #fff !important;
    background-image: none !important;
    padding-top: 110px !important;
  }
  body .is-title-banner p {
    text-align: center;
  }
  body .monetization_horizontal_wrap {
    margin-bottom: 20px;
  }
  body .responsiveStickeyBar {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  body .is-title-banner p {
    font-size: 16px !important;
    line-height: 25px;
  }
  body .is-title-banner.is-title-banner {
    padding-bottom: 20px !important;
  }
}
@media screen and (max-width: 767px) {
  .gradientAccordian .advgb-accordion-inner .advgb-accordion-body .wp-block-em-multipurpose-block {
    padding: 0 !important;
  }
  .padd-20 {
    padding: 20px !important;
  }
}
.three-cols-block {
  margin-bottom: 0;
}

.three-cols-block .wp-block-column {
  margin: 0 25px 10px 0 !important;
}

.three-cols-block .wp-block-column > .wp-block-em-multipurpose-block {
  height: 100%;
}

.three-cols-block .wp-block-column > .wp-block-em-multipurpose-block p {
  padding: 0 0 25px 0;
}

.three-cols-block .wp-block-column > .wp-block-em-multipurpose-block p:last-child {
  padding-bottom: 0;
}

@media screen and (max-width: 767px) {
  .three-cols-block .wp-block-column {
    margin: 0 0 10px 0 !important;
    flex-basis: 100% !important;
  }
}
ul li::marker {
  opacity: 0;
  font-size: 0;
}

.purpleList ul {
  padding-left: 70px;
}

.purpleList ul li {
  position: relative;
  margin-bottom: 20px;
}

.purpleList li::before {
  display: inline-block;
  width: 8px;
  font-size: 0;
  position: absolute;
  left: -28px;
  margin-left: 0;
  height: 8px;
  background: #7c56a3 !important;
  border-radius: 50%;
  top: 8px;
}

.related-program-button-design {
  margin-bottom: 0;
}

.related-program-button-design.wp-block-columns .wp-block-column {
  margin-bottom: 0 !important;
}

.related-program-button-design .wp-block-column:first-child .wp-block-button .wp-block-button__link {
  font-size: 36px;
}

.related-program-button-design .wp-block-button .wp-block-button__link {
  width: 100%;
  border-radius: 20px;
  text-align: left;
  font-size: 18px;
  padding: 5px 80px 5px 22px !important;
  min-height: 87px;
  display: flex;
  align-items: center;
  position: relative;
  line-height: 1.2;
}

.related-program-button-design .wp-block-column .wp-block-button {
  margin-bottom: 0;
}

.related-program-button-design .wp-block-column .wp-block-buttons + .wp-block-buttons {
  margin-top: 17px;
}

.related-program-button-design .wp-block-button .wp-block-button__link:after {
  background-image: url("/wp-content/themes/edumed/images/arrow-icon.svg");
  content: "";
  width: 42px;
  height: 27px;
  background-size: 23px auto;
  background-position: center;
  position: absolute;
  right: 20px;
  background-repeat: no-repeat;
  margin-top: -12px;
  top: 50%;
}

.related-program-button-design .wp-block-column .wp-block-buttons + .wp-block-buttons {
  margin-top: 17px;
}

.related-program-button-design.wp-block-columns .wp-block-column:first-child .wp-block-buttons {
  height: 100%;
}

.related-program-button-design.wp-block-columns .wp-block-column:first-child .wp-block-buttons .wp-block-button {
  height: 100%;
  display: flex;
}

.related-program-button-design.wp-block-columns .wp-block-column:first-child .wp-block-buttons .wp-block-button .wp-block-button__link:after {
  right: 40px;
}

.related-program-button-design.wp-block-columns .wp-block-column {
  margin: 0 20px 10px 0 !important;
}

.related-program-button-design.wp-block-columns .wp-block-column:last-child {
  margin-right: 0 !important;
}

.related-program-button-design.wp-block-columns .wp-block-button__link:hover {
  opacity: 1;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

@media (max-width: 1150px) {
  .related-program-button-design .wp-block-button .wp-block-button__link {
    padding-right: 60px !important;
  }
  .related-program-button-design.wp-block-columns .wp-block-column:first-child .wp-block-buttons .wp-block-button .wp-block-button__link:after {
    right: 20px;
  }
}
@media (max-width: 980px) {
  .related-program-button-design .wp-block-column:first-child .wp-block-button .wp-block-button__link {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .related-program-button-design .wp-block-column:first-child .wp-block-button .wp-block-button__link {
    font-size: 19px;
  }
  .related-program-button-design {
    margin-bottom: 0;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .related-program-button-design.wp-block-columns .wp-block-column {
    margin: 0 !important;
  }
  .related-program-button-design .wp-block-column .wp-block-buttons + .wp-block-buttons {
    margin-top: 0;
  }
  .related-program-button-design .wp-block-column .wp-block-buttons {
    margin-bottom: 20px;
  }
  .related-program-button-design .wp-block-column .wp-block-button {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .four-col-table.state-data-table tr td:first-child {
    width: 35%;
  }
}
.state-data-table tbody {
  border-top-color: var(--vtx-primary-color);
}

@media (max-width: 767px) {
  .state-data-table tr td:first-child {
    color: var(--vtx-primary-color);
  }
}
p a u,
p u a,
p > u {
  text-decoration: none;
}
