/*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 */
.simple-texts-block ul li:before {
  content: "";
  width: 10px;
  height: 10px;
  background: var(--vtx-primary-color);
  border-radius: 50px;
  position: absolute;
  left: -30px;
  top: 10px;
}

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

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

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

.simple-texts-block ul li > a {
  display: block;
  margin-bottom: 10px;
  font-size: 20px;
  text-decoration: none;
}

.simple-texts-block ul li > br {
  display: none;
}

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

.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: 10px;
}

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

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

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

.expertsPageContent h6 {
  font-size: 18px;
  font-weight: 400;
  padding-bottom: 10px;
}

.expertsPageContent .wp-block-em-multipurpose-block.wp-block-column {
  margin-left: 0 !important;
}

.expertsPageContent .authorDesc {
  display: none;
}

.expertsPageContent .viewBio {
  cursor: pointer;
}

.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%);
  -ms-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) _2;
  font-size: 20px;
  cursor: pointer;
}

.expertPopupOuter .expertPopup img {
  width: 130px;
}

.expertPopupOuter .expertPopup .expertImageWrap {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-item-align: start;
  align-self: flex-start;
  margin-right: 45px;
}

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

.expertPopupOuter .expertPopup .expertContentWrap p:last-child {
  padding-bottom: 0;
}

.line-height-12,
p[style*="font-size:24px"] {
  line-height: 1.2;
}

.simple-texts-block ul.orange-bullets li > strong {
  color: #D43900;
}

.simple-texts-block ul.orange-bullets li::before {
  background: #D43900;
}

.simple-texts-block ul.bold-bullest-lists li a u {
  text-decoration: none;
}

@media screen and (max-width: 980px) {
  .responsive-padd-25 {
    padding: 25px !important;
  }
  .wp-block-em-multipurpose-block.is-title-banner {
    background: #795bac !important;
  }
}
@media screen and (max-width: 767px) {
  .expertPopupOuter .expertPopup {
    display: block;
    padding: 15px;
    overflow: auto;
    max-height: 80vh;
  }
  .expertPopupOuter .expertPopup .expertImageWrap {
    margin-right: 0;
    text-align: center;
  }
  .expertPopupOuter .expertPopup .expertContentWrap {
    text-align: center;
  }
  .simple-texts-block {
    padding-left: 10px !important;
  }
  body .simple-texts-block.no-bulletes {
    padding-left: 0 !important;
  }
}
.is-title-banner {
  width: 1920px;
  max-width: 100%;
  background-size: auto 100%;
  background-repeat: no-repeat;
}

.is-title-banner::before {
  background: -webkit-gradient(linear, left top, right top, color-stop(40%, #795bac), to(rgba(0, 0, 0, 0.1)));
  background: -o-linear-gradient(left, #795bac 40%, rgba(0, 0, 0, 0.1) 100%);
  background: linear-gradient(to right, #795bac 40%, rgba(0, 0, 0, 0.1) 100%);
}

.expertsPageContent h6 {
  font-size: 18px;
  font-weight: 400;
  padding-bottom: 10px;
}

.expertsPageContent .wp-block-em-multipurpose-block.wp-block-column {
  margin-left: 0 !important;
}

.expertsPageContent .authorDesc {
  display: none;
}

.expertsPageContent .viewBio {
  cursor: pointer;
}

.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%);
  -ms-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) _2;
  font-size: 20px;
  cursor: pointer;
}

.expertPopupOuter .expertPopup img {
  width: 130px;
}

.expertPopupOuter .expertPopup .expertImageWrap {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-item-align: start;
  align-self: flex-start;
  margin-right: 45px;
}

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

.expertPopupOuter .expertPopup .expertContentWrap p:last-child {
  padding-bottom: 0;
}

ul.bold-bullest-lists {
  list-style-type: none;
  margin-bottom: 0;
  padding-left: 50px;
}

ul.bold-bullest-lists li {
  position: relative;
  margin-bottom: 35px;
}

ul.bold-bullest-lists li:last-child {
  margin-bottom: 0;
}

ul.bold-bullest-lists li::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50px;
  top: 10px;
  left: -30px;
  background: var(--vtx-primary-color);
}

ul.bold-bullest-lists li > a {
  display: block;
  font-size: 18px;
  margin-bottom: 8px;
  text-decoration: underline;
}

ul.bold-bullest-lists li {
  padding-bottom: 0;
  margin-bottom: 45px;
}

ul.bold-bullest-lists li a {
  text-decoration: underline;
}

ul.bold-bullest-lists li > strong {
  display: block;
  margin-bottom: 15px;
  font-size: 20px;
  color: var(--vtx-primary-color);
}

@media screen and (max-width: 980px) {
  .wp-block-em-multipurpose-block.is-title-banner {
    background: #795bac !important;
  }
  .responsive-padd-25 {
    padding: 25px !important;
  }
}
@media screen and (max-width: 767px) {
  .expertPopupOuter .expertPopup {
    display: block;
    padding: 15px;
    overflow: auto;
    max-height: 80vh;
  }
  .expertPopupOuter .expertPopup .expertImageWrap {
    margin-right: 0;
    text-align: center;
  }
  .expertPopupOuter .expertPopup .expertContentWrap {
    text-align: center;
  }
}
.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;
  }
}
