.mt-0 {
  margin-top: 0;
}

.spacer-10 {
  max-height: 10px;
}

.heading-h2.heading-h2 {
  color: #666;
  font-size: 42px;
  line-height: 45px;
  font-family: 'Poppins-Regular', sans-serif;
  font-weight: 400;
  margin: 0 0 28px;
}

.heading-h3.heading-h3 {
  font-size: 32px;
  line-height: 38px;
  font-family: 'Poppins-Regular', sans-serif;
  font-weight: 400;
  margin: 0 0 17px;
}

.heading-h4.heading-h4 {
  margin: 0 0 25px 0;
  font-size: 24px;
}

h2 strong,
h3 strong,
h4 strong,
h6 strong {
  font-weight: 400;
  font-family: 'Poppins-SemiBold', sans-serif;
}

@media screen and (max-width: 767px) {
  .heading-h2.heading-h2 {
    font-size: 36px;
    line-height: 40px;
  }
  .heading-h3.heading-h3 {
    font-size: 24px;
    line-height: normal;
  }
  .heading-h4.heading-h4 {
    font-size: 20px;
  }
}
body .mdwes-banner-content {
  width: 690px;
}

.page-top-banner.is-image-banner::before {
  background: -webkit-linear-gradient(left, #fff 32%, #fff 63%, rgba(255, 255, 255, 0) 84%);
  background: linear-gradient(to right, #fff 32%, #fff 63%, rgba(255, 255, 255, 0) 84%);
}

.heading-h2 + p {
  margin-top: 0;
}

ul.check-fill-icons.mdwes-list-design.mdwes-blue-list {
  margin: 10px 0 0 30px;
  padding-left: 60px;
}

ul.check-fill-icons.mdwes-list-design.mdwes-blue-list li strong {
  color: var(--vtx-primary-color);
  font-size: 20px;
  font-weight: 400;
  font-family: 'Poppins-SemiBold', sans-serif;
}

ul.check-fill-icons.mdwes-list-design.mdwes-blue-list li {
  position: relative;
  text-indent: 0;
}

ul.check-fill-icons.mdwes-list-design.mdwes-blue-list li br {
  content: '';
  display: block;
  margin-bottom: 10px;
}

ul.check-fill-icons.mdwes-list-design.mdwes-blue-list li:not(:last-child) {
  margin-bottom: 40px;
}

ul.mdwes-list-design.check-fill-icons li::before {
  width: 19px;
  height: 19px;
  background-size: 19px;
  left: -47px;
  position: absolute;
  top: 3px;
}

@media screen and (max-width: 767px) {
  ul.check-fill-icons.mdwes-list-design.mdwes-blue-list {
    margin: 0;
    padding-left: 48px;
  }
}
ul.mdwes-list-design.simple-blue-bullet li::before {
  background-image: none;
  background-color: var(--vtx-primary-color);
  width: 7px;
  height: 7px;
  border-radius: 50%;
  position: absolute;
  left: -25px;
  top: 9px;
}

ul.mdwes-list-design.simple-blue-bullet li strong {
  color: var(--vtx-primary-color);
  font-size: 20px;
  margin-bottom: 30px;
}

ul.mdwes-list-design.simple-blue-bullet {
  margin: 10px 0 0 30px;
  padding-left: 53px;
}

ul.mdwes-list-design.simple-blue-bullet li {
  text-indent: 0;
  position: relative;
}

@media screen and (max-width: 767px) {
  body ul.mdwes-list-design.simple-blue-bullet {
    margin: 10px 0 0 18px;
    padding-left: 35px;
  }
}
.square-number-box {
  border-left: 5px solid var(--vtx-primary-color);
  background-color: #f2faff;
  padding: 20px 30px 40px;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.square-main-wrap .square-number-box:last-child {
  margin-bottom: 0;
}

.square-number-box .wp-block-em-right-column.img-wrap {
  margin-right: 30px;
}

.square-number-box .img-wrap p {
  font-family: 'Poppins-Regular', sans-serif;
  margin: 0;
  line-height: 70px;
  font-size: 42px;
  width: 70px;
  height: 70px;
  background: var(--vtx-link-color);
  text-align: center;
  color: #fff;
}

.square-number-box .red-square-number {
  margin: 0;
  line-height: 70px;
  font-size: 42px;
  width: 70px;
  height: 70px;
  background: var(--vtx-link-color);
  text-align: center;
  color: #fff;
}

.square-number-box .box-title-text {
  margin: 0 0 36px;
}

@media screen and (max-width: 767px) {
  .square-number-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .square-number-box .wp-block-em-right-column.img-wrap {
    margin: 0 0 15px;
  }
  .square-number-box .box-title-text {
    margin: 0 0 10px;
  }
  .square-number-box .box-title-text + p {
    margin-top: 0;
  }
  .square-number-box .box-title-text ~ p:last-child {
    margin-bottom: 0;
  }
  .after-banner-page-design .wp-block-spacer {
    max-height: 30px;
  }
}
.simple-accordion-with-full-header .advgb-accordion-inner {
  padding-top: 0;
}

.simple-accordion-with-full-header .advgb-accordion-header::before {
  right: 20px !important;
}

.simple-accordion-with-full-header.simple-accordion-with-full-header .advgb-accordion-header {
  display: block;
  width: 100%;
}

.simple-accordion-with-full-header.simple-accordion-with-full-header
  .advgb-accordion-header
  h4.advgb-accordion-header-title {
  width: 100%;
  display: block;
}

@media screen and (max-width: 767px) {
  .simple-accordion.simple-accordion-with-full-header
    .advgb-accordion-inner
    .advgb-accordion-header
    .advgb-accordion-header-title {
    font-size: 20px !important;
  }
}
.List-Expand-Big.simple-accordion-with-full-header.simple-accordion-with-full-header
  .advgb-accordion-header
  h4.advgb-accordion-header-title {
  font-size: 32px;
}

.List-Expand-Big.simple-accordion-with-full-header
  .advgb-accordion-inner
  .advgb-accordion-header::before {
  font-size: 38px;
  right: 20px;
}

@media screen and (max-width: 767px) {
  .simple-accordion.simple-accordion-with-full-header
    .advgb-accordion-inner
    .advgb-accordion-header
    .advgb-accordion-header-title {
    font-size: 20px !important;
  }
  .List-Expand-Big.simple-accordion-with-full-header
    .advgb-accordion-inner
    .advgb-accordion-header::before {
    font-size: 22px;
  }
  .padd-15 {
    padding: 20px 15px !important;
  }
  .padd-0 {
    padding: 0 !important;
  }
}
.Que-Answer-accordion .mdwes-accordion-design .advgb-accordion-inner .advgb-accordion-header {
  background: 0 0 !important;
}

.Que-Answer-accordion .mdwes-accordion-design .advgb-accordion-inner .advgb-accordion-header h4 {
  color: var(--vtx-primary-color) !important;
  display: inline-block;
  position: relative;
  padding: 0 0 0 22px;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
}

.Que-Answer-accordion
  .mdwes-accordion-design
  .advgb-accordion-inner
  .advgb-accordion-header
  h4::after {
  top: 6px;
  margin: 0;
}

.Que-Answer-accordion
  .mdwes-accordion-design
  .advgb-accordion-inner
  .advgb-accordion-body
  p:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .Que-Answer-accordion {
    padding: 5px !important;
  }
  .Que-Answer-accordion .mdwes-accordion-design .advgb-accordion-inner .advgb-accordion-body {
    padding: 0 15px 20px 35px;
  }
}
body .view--bio-btn a {
  display: inline-block;
  background-color: #0693e3;
  color: #fff;
  padding: 5px 10px 3px;
  border-radius: 20px;
  line-height: 14px;
  margin-top: 0;
  font-size: 12px;
  text-decoration: none;
  cursor: pointer;
  text-transform: uppercase;
  font-family: 'Poppins-SemiBold', sans-serif;
}

body .view--bio-btn a:hover {
  background-color: #0693e3;
  color: #fff;
  text-decoration: none;
}

.wp-block-em-image-with-content .wp-block-em-right-column.img-wrap {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 15px;
}

.wp-block-em-image-with-content .wp-block-em-right-column.content-wrap .expert-bio {
  display: none;
}

.wp-block-em-image-with-content.meet-the-expert h6 em {
  font-style: normal;
  display: block;
  line-height: normal;
  font-size: 12px;
  font-weight: 400;
  color: #999;
  font-family: 'Poppins-SemiBold', sans-serif;
  margin: 0;
}

.wp-block-em-image-with-content.meet-the-expert .wp-block-em-right-column.content-wrap h6 strong {
  font-family: 'Poppins-SemiBold', sans-serif;
}

.wp-block-em-image-with-content.meet-the-expert p.view--bio-btn {
  margin: 0;
}

.wp-block-em-image-with-content.meet-the-expert figure.wp-block-image img {
  max-width: 60px;
  height: auto;
}

.wp-block-em-image-with-content.meet-the-expert .wp-block-em-right-column.content-wrap h6 {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  color: #333;
  font-family: 'Poppins-Regular', sans-serif;
}

.wp-block-em-image-with-content.meet-the-expert
  .wp-block-em-right-column.content-wrap
  .expert-designation {
  line-height: normal;
  font-size: 12px;
  font-weight: 400;
  color: #999;
  font-family: 'Poppins-SemiBold', sans-serif;
  margin: 0;
}

.wp-block-em-image-with-content.meet-the-expert
  .wp-block-em-right-column.content-wrap
  .view--bio-btn
  a {
  display: inline-block;
  background-color: #0693e3;
  color: #fff;
  padding: 5px 10px 3px;
  border-radius: 20px;
  line-height: 14px;
  margin-top: 0;
  font-size: 12px;
  text-decoration: none;
  cursor: pointer;
  text-transform: uppercase;
  font-family: 'Poppins-SemiBold', sans-serif;
}

.wp-block-em-image-with-content.meet-the-expert {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 60px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.wp-block-em-image-with-content.meet-the-expert .wp-block-em-right-column.img-wrap img {
  margin: 0;
}

.profile-bio .wp-block-image figure {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
}

.expert-bio-inner.wp-block-em-image-with-content .wp-block-em-right-column.content-wrap h6 {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  color: #333;
  font-family: 'Poppins-Regular', sans-serif;
}

.expert-bio-inner.wp-block-em-image-with-content
  .wp-block-em-right-column.content-wrap
  .expert-designation {
  font-size: 12px;
  font-weight: 400;
  color: #999;
  font-family: 'Poppins-SemiBold', sans-serif;
  margin: 0;
}

.expert-bio-inner.wp-block-em-image-with-content
  .wp-block-em-right-column.content-wrap
  .view--bio-btn
  a {
  display: inline-block;
  background-color: #0693e3;
  color: #fff;
  padding: 5px 10px 3px;
  border-radius: 20px;
  line-height: 14px;
  margin-top: 0;
  font-size: 12px;
  text-decoration: none;
  cursor: pointer;
  text-transform: uppercase;
  font-family: 'Poppins-SemiBold', sans-serif;
}

.expert-bio-inner.wp-block-em-image-with-content.meet-the-expert {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -ms-grid-row-align: flex-start;
  align-items: flex-start;
  margin-bottom: 60px;
}

.expert-bio-inner.wp-block-em-image-with-content .wp-block-em-right-column.img-wrap img {
  margin: 0;
}

.expertPopupOuter {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.56);
  z-index: 4;
  width: 100%;
  height: 100%;
}

.expertPopupOuter .expertPopup {
  background: #fff;
  width: 1030px;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0 auto;
  padding: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 94%;
  position: relative;
}

.expertPopupOuter .expertPopup .closeIcon {
  position: absolute;
  right: 20px;
  top: 15px;
  font-weight: 700;
  color: var(--vtx-primary-color);
  font-size: 20px;
  cursor: pointer;
}

.expertPopupOuter .expertPopup img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.expertPopupOuter .expertPopup .expertImageWrap {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-item-align: start;
  align-self: flex-start;
  margin-right: 45px;
  width: 130px;
  height: 130px;
  overflow: hidden;
  border-radius: 50%;
}

.expertPopupOuter .expertPopup .expertContentWrap h6 {
  font-size: 30px;
  color: var(--vtx-primary-color);
  cursor: auto;
  font-weight: 700;
  margin: 0;
  padding-bottom: 0;
}

.expertPopupOuter .expertPopup .expertContentWrap h6 br {
  display: none;
}

.expertPopupOuter .expertPopup .expertContentWrap h6 strong {
  font-weight: 400;
  font-family: 'NotoSans-SemiBold', sans-serif;
}

.expertPopupOuter .expertPopup .expertContentWrap h6 em {
  font-style: normal;
  color: #191919;
  font-size: 18px;
  display: block;
}

.expertPopupOuter .expertPopup .expertContentWrap h6 + p {
  margin-top: 0;
  color: #333;
  font-family: 'Poppins-SemiBold', sans-serif;
}

.expertPopupOuter .expertPopup .expertContentWrap h6 + p br {
  display: none;
}

.expertPopupOuter .expertPopup .expertContentWrap p a {
  color: var(--vtx-link-color);
}

.expertPopupOuter .expertPopup .expertContentWrap p a:hover {
  text-decoration: underline;
}

.expertPopupOuter .expertPopup .expertContentWrap p:last-child {
  padding-bottom: 0;
  margin: 15px 0 0;
  color: #666;
  font-family: 'Poppins-Regular', sans-serif;
}

.profile-bio .expert-bio {
  display: none;
}

.profile-bio p {
  margin: 0;
  font-family: 'Poppins-Regular', sans-serif;
}

.expert-bio-inner .content-wrap p:first-child {
  margin-top: 0;
}

.expert-bio-details {
  margin-top: 0;
}

.expert-bio-details strong {
  margin-bottom: 0;
  font-weight: 400;
  font-family: 'Poppins-Regular', sans-serif !important;
  color: var(--vtx-primary-color);
  font-size: 16px;
}

.profile-bio p.profile-name {
  color: #333;
  font-family: 'Poppins-Regular', sans-serif;
  font-size: 16px;
  margin-bottom: 0;
}

.profile-bio p.description {
  font-size: 13px;
}

.profile-bio {
  padding: 18px 0 0;
}

.profile-bio .wp-block-image img {
  pointer-events: none;
  width: 150%;
  height: 150%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: -13px -12px;
  object-position: -13px -12px;
  display: inline-block;
}

body .profile-bio .wp-block-image figure {
  margin-bottom: 5px;
}

.Expert-interview-bio .expert-bio-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.Expert-interview-bio .expert-bio-inner .img-wrap {
  min-width: 275px;
}

.Expert-interview-bio .expert-bio-inner .img-wrap .expert-bio-details {
  margin-bottom: 0;
}

.Expert-interview-bio .expert-bio-inner .img-wrap figure {
  margin: 0;
}

.Expert-interview-bio .expert-bio-inner .content-wrap p:last-child {
  margin-bottom: 0;
}

.mdwes-accordion-design .advgb-accordion-inner .advgb-accordion-header {
  background: 0 0 !important;
}

@media screen and (max-width: 767px) {
  .expert-bio-inner.expert-bio-inner .wp-block-em-right-column.img-wrap {
    min-width: auto;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-right: 0;
    padding: 0 20px;
  }
  body .Expert-interview-bio .expert-bio-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .expertPopupOuter .expertPopup {
    display: block;
    padding: 15px;
    overflow: auto;
    max-height: 80vh;
  }
  .expertPopupOuter .expertPopup .expertImageWrap {
    margin: 0 auto 10px;
    text-align: center;
  }
  .expertPopupOuter .expertPopup .expertContentWrap {
    text-align: center;
  }
  .wp-block-em-image-with-content.meet-the-expert {
    margin-bottom: 40px;
  }
  .mdwes-accordion-design .advgb-accordion-inner .advgb-accordion-body {
    padding: 0 15px 20px 35px;
  }
  .Que-Answer-accordion {
    padding: 20px 0 25px 0 !important;
  }
}
@media screen and (max-width: 980px) {
  div.mdwes-circle-icon {
    left: 0;
    right: 0;
  }
  .mdwes-left-sidebar {
    background: 0 0;
    width: 100%;
    padding-bottom: 0;
  }
  .mdwes-left-sidebar::after {
    content: none;
  }
  .container.md-has-2-columns.has-left-layout {
    position: relative;
  }
  .wp-block-em-right-side-bar-column.mdwes-right-content {
    position: static;
    padding-top: 10px !important;
  }
}
.square-box-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 0 0 0;
  margin: 0 0 15px;
}

.square-box-main.square-box-main p {
  margin-bottom: 0 !important;
}

.square-box-main p.square-box {
  font-family: 'Poppins-Regular', sans-serif;
  margin: 0 15px 0 0 !important;
  width: 40px;
  height: 40px;
  background: var(--vtx-link-color);
  text-align: center;
  color: #fff;
  max-width: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 40px;
  padding: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  body .square-box-main {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start;
  }
  .square-box-main p.square-box {
    margin: 6px 0 0 !important;
  }
}
.visiable767 {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .hidden767 {
    display: none !important;
  }
  .visiable767 {
    display: block !important;
  }
}
.state-wrapper button {
  display: none !important;
}

.map-section {
  padding: 15px 0 10px 0;
}

.map-section .map-img svg {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.map-img svg path,
.map-section svg rect {
  fill: var(--vtx-primary-color);
}

.map-img svg path.small-city,
.map-img svg path:hover,
.map-section svg rect:hover {
  fill: var(--vtx-link-color);
}

.map-section svg rect {
  cursor: pointer;
}

.map-section svg rect.no_click {
  pointer-events: none;
}

.map-img svg text[class^='sm_label_'] {
  pointer-events: none;
}

.map-section tbody tr:not(.open-tr) {
  display: none;
}

.state-data-table {
  width: 100%;
  padding: 0 0 30px;
  display: block;
  font-size: 14px;
}

.load-more {
  cursor: pointer;
  background-color: #f9fafb !important;
  text-align: center;
  margin-bottom: 0 !important;
}

.load-more td {
  width: 100% !important;
  font-size: 16px !important;
}

tr.open-tr + .load-more {
  display: none;
}

tr.highlighted {
  border: 1px solid #2b81e3;
}

tr.highlighted td {
  color: var(--vtx-link-color) !important;
}

.mdwes-white-bg.page-table {
  background: #e7f5fe;
  border-radius: 5px;
  border: 0;
  padding: 10px 20px;
  margin: 0;
}

.mdwes-white-bg.page-table table {
  border: 0;
}

.mdwes-white-bg.page-table table th {
  background: 0 0;
  color: var(--vtx-primary-color);
  border-bottom: 1px solid #ccc;
  font-family: 'Poppins-SemiBold', sans-serif;
  padding: 15px 20px 10px 15px;
  text-align: left;
  text-transform: uppercase;
  vertical-align: initial;
}

.mdwes-white-bg.page-table table td {
  color: #333;
  border: 0;
  border-bottom: 1px solid #ccc;
  vertical-align: top;
  padding: 10px 10px 10px 15px;
  font-size: 14px;
}

.mdwes-white-bg.page-table table tr:last-child td {
  border-bottom: 0;
}

.mdwes-white-bg.page-table table td > a {
  display: inline;
  text-decoration: none;
}

body .load-more {
  cursor: pointer;
  background-color: transparent;
  text-align: center;
  margin-bottom: 0 !important;
  max-width: 100%;
}

body .load-more td {
  text-align: center;
  margin: 0 auto;
  max-width: 100%;
  position: relative;
  left: -52px;
  width: 100%;
  color: var(--vtx-link-color) !important;
  font-family: 'Poppins-Regular', sans-serif;
  height: 50px;
  padding-top: 30px !important;
}

.load-more td::after {
  content: '';
  height: 3px;
  width: 188px;
  background: var(--vtx-link-color);
  position: absolute !important;
  bottom: 0 !important;
  left: 0 !important;
  right: 0;
  margin: 0 auto;
  top: auto !important;
}

tr.load-more::before {
  background: #fff;
  content: '';
  position: absolute;
  left: 0;
  height: 111px;
  width: 100%;
  right: 0;
  top: auto;
  bottom: auto;
  margin-top: -3px;
}

@media screen and (min-width: 768px) {
  .mdwes-white-bg.page-table table th:last-child {
    max-width: 33.3333333333%; /* Set maximum width to 33.33% of total table width */
  }
}
@media screen and (max-width: 360px) {
  .mdwes-white-bg.page-table {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  body .mdwes-white-bg tr:first-child {
    display: block;
  }
  .state-data-table thead {
    display: none;
  }
  tr.highlighted {
    border: 1px solid #ff5722;
  }
  .state-data-table tr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
    background-color: #f9fafb;
    margin-bottom: 0;
  }
  .state-data-table tr td {
    width: 100%;
    text-align: left !important;
    position: relative;
    padding-left: calc(50% + 10px);
    border-bottom: 1px solid rgba(3, 3, 3, 0.1);
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .state-data-table tbody {
    padding: 0;
    border-top-width: 1px;
  }
  body .state-data-table tr td::before {
    text-transform: inherit;
    content: attr(data-title);
    position: absolute;
    left: 0;
    right: calc(50% + 5px);
    font-size: 14px;
    color: #2b81e3;
    text-align: right !important;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    font-weight: 600;
    top: 35px;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 50px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .mdwes-white-bg table tr td:first-child {
    color: #333;
    font-weight: 400;
    font-family: 'NotoSans-Regular', sans-serif;
  }
  .state-data-table tr td:first-child {
    padding-top: 30px;
  }
  .state-data-table tr td:first-child::before {
    padding-top: 36px;
  }
  .state-data-table tr.load-more td {
    padding-left: 10px !important;
    text-align: center !important;
    padding-bottom: 25px !important;
    min-height: 65px !important;
  }
  .state-data-table tr.load-more td::before {
    content: none;
  }
  .state-wrapper .dropdown-wrapper label {
    display: block;
    color: #2b81e3;
    font-size: 20px;
    font-weight: 400;
    text-transform: capitalize;
    margin-bottom: 5px;
    position: absolute;
    background: #e7f5fe;
    width: 100%;
    top: 0;
    bottom: 0;
    pointer-events: none;
    font-family: 'Poppins-SemiBold', sans-serif;
    letter-spacing: 0;
    border-bottom: 1px solid rgba(112, 112, 112, 0.4);
    min-height: 45px;
  }
  .state-wrapper .dropdown-wrapper select {
    display: block;
    width: 100%;
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    line-height: 1;
    height: 40px;
    font-size: 16px;
    color: #a2a2a2;
    border-radius: 4px;
    background: 0 0;
    border: 0 solid rgba(3, 3, 3, 0.1);
    padding: 0 10px;
    margin-bottom: 20px;
    outline: 0 !important;
  }
  .state-wrapper {
    margin-bottom: 20px;
    background: #e7f5fe;
    padding: 30px 15px 7px;
    border-width: 5px 0 0;
    border-style: solid;
    border-color: rgba(3, 3, 3, 0.1);
    border-top-color: #2b81e3;
  }
  .state-wrapper button {
    text-align: center;
    background-color: #ff5722;
    color: #fff;
    display: block;
    font-size: 16px;
    font-weight: 600;
    padding: 15px 0;
    cursor: pointer;
    width: 100%;
    border: 0;
  }
  .dropdown-wrapper {
    position: relative;
  }
  .dropdown-wrapper::before {
    content: '';
    background-image: url(/wp-content/themes/publicservicedegrees/images/brown-arrow.png);
    width: 22px;
    height: 19px;
    display: inline-block;
    right: 10px;
    background-position: center;
    top: 7px;
    background-size: 10px;
    background-repeat: no-repeat;
    position: absolute;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    z-index: 1;
    pointer-events: none;
  }
  .mdwes-white-bg table tr,
  .mdwes-white-bg table tr:nth-child(odd) {
    background: 0 0;
  }
  body .mdwes-white-bg table tr td {
    border: 0 solid #ccc !important;
  }
  .mdwes-white-bg table tbody tr {
    border-bottom: 1px solid #ccc;
    border-width: 0 0 1px 0;
  }
  body .load-more td {
    left: 0;
  }
}
@media screen and (max-width: 600px) {
  body .mdwes-white-bg.page-table table td:last-child {
    min-height: 90px;
    line-height: 15px;
  }
}
