body,
html {
  overflow-x: hidden;
}

:root {
  /* common form */
  --input-bg: #fff;
  --input-br: #e6e6e6;
  --input-color: var(--sc-2);
  --placeholder-color: var(--input-color);
  --default-bullet: url("../images/bullet.png");
  --default-text-color: #6c789d;
  --site-font-r: "Poppins";
  --sc-1: #992b82;
  --sc-2: #f1287e;
  --sc-3: #f3f3f3;
  --sc-4: #fafafa;
}

:root {
  --fz60: 60px;
  --fz40: 40px;
  --fz30: 30px;
  --fz27: 27px;
  --fz26: 26px;
  --fz20: 20px;
  --fz18: 18px;
  --fz16: 16px;
  --fz15: 15px;
  --fz14: 14px;
  --fz13: 13px;
}

@media (min-width: 1025px) {
  .four-box-container.method-section .four-box-wrapper {
    gap: 10px;
    margin: 20px 0;
  }

  .four-box-container.method-section .four-box-wrapper .item {
    padding: 25px 15px;
    min-width: initial;
    margin: 0;
    flex: 0 0 266px;
  }
}
.pink {
  --color: var(--sc-2);
}

.purple {
  --color: var(--sc-1);
}

.text-blocks {
  position: relative;
}

@media (min-width: 1025px) {
  .text-blocks:not(.MarginTop30) {
    padding-left: 75px;
  }
}
.text-blocks.no-pad {
  padding: 0;
}

.text-blocks > .icon {
  position: absolute;
  left: 0;
  top: -18px;
  --wd: 60px;
  width: var(--wd);
  height: var(--wd);
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color, --sc-2);
  border-radius: 50%;
}

hr.gray-line {
  display: block;
  height: 1px;
  width: 100%;
  margin-top: 30px;
  background-color: #efefef;
}

.fz60 {
  font-size: var(--fz60);
  line-height: 1.2;
}

.fz40 {
  font-size: var(--fz40);
  line-height: 1.2;
}

.fz30 {
  font-size: var(--fz30);
  line-height: 1.2;
}

.fz27 {
  font-size: var(--fz27);
  line-height: 1.2;
}

.fz26 {
  font-size: var(--fz26);
  line-height: 1.2;
}

.fz20 {
  font-size: var(--fz20);
  line-height: 1.2;
}

.fz18 {
  font-size: var(--fz18);
  line-height: 1.2;
}

.fz16 {
  font-size: var(--fz16);
  line-height: 1.2;
}

.fz15 {
  font-size: var(--fz15);
  line-height: 1.2;
}

.fz14 {
  font-size: var(--fz14);
  line-height: 1.2;
}

.fz13 {
  font-size: var(--fz13);
  line-height: 1.2;
}

/*---1. default reset css---*/
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

/*---2. default font-size,font-family,font-color,line-height,bgcolor,ol,ul,blockquote,table,img,* :focus---*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  background: white;
  color: #666666;
  font: 16px/1.85 var(--site-font-r);
  font-family: Arial, sans-serif;
}

ol {
  list-style: decimal;
  margin-left: 30px;
}

ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  border: 0px;
  max-width: 100%;
  height: auto;
}

*:focus {
  outline: none;
}

/*---3. default anchor color, hr, BlackSepLine ---*/
a {
  color: var(--sc-1);
  text-decoration: none;
}

a:hover {
  color: var(--sc-2);
  text-decoration: none;
}

hr {
  border: 0px;
}

/*---4. Wrappers(containers)---*/
.InnerContainWrapper,
.MainWrapper {
  margin: 0 auto;
  width: 1200px;
}

.MainWrapper {
  padding: 0;
}

.InnerContainWrapper {
  padding: 40px 0;
}

/*---5. Container Fonts---*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  font-family: "Poppins";
  line-height: 1.2;
  color: var(--sc-1);
}

h1 {
  font-size: var(--fz60);
}

h2 {
  font-size: var(--fz40);
}

h3 {
  font-size: var(--fz30);
}

h4 {
  font-size: var(--fz27);
}

h5 {
  font-size: var(--fz26);
}

h6 {
  font-size: var(--fz18);
}

/*---7. site selection color---*/
::selection {
  color: #fff;
  background-color: var(--sc-1);
}

/*---8. default UL-Li---*/
ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

ul li {
  background-image: var(--default-bullet);
  background-position: 4px 10px;
  /*R T*/
  background-repeat: no-repeat;
  margin: 0px;
  padding: 0px 0px 0 20px;
}

.NoBullet > li {
  background-image: none;
  background-position: 0px;
  /*R T*/
  background-repeat: no-repeat;
  margin: 0px;
  /*T R B L*/
  padding: 0px;
  /*T R B L*/
}

/*---9 .EditorText default UL-OL css---*/
.EditorText ul {
  display: flow-root;
}

.EditorText ul li {
  background-image: var(--default-bullet);
  background-position: 4px 10px;
  /*R T*/
  background-repeat: no-repeat;
  margin: 0px;
  padding: 0px 0px 0 20px;
  text-align: left;
}

.EditorText ol li {
  border-bottom: 0px solid #d5d5d5;
  list-style: decimal;
  background-repeat: no-repeat;
  margin: 0px;
  padding: 1px 0px 1px 0px;
  border: 0px solid;
  display: list-item;
  text-align: left;
}

/*---10. FullWidth, HideImg, ResImg, MaxWidth100---*/
.FullWidth {
  float: none !important;
  display: block !important;
  margin: 0 auto !important;
  width: 100% !important;
}

.HideImg,
.ResImg {
  display: none !important;
}

.MaxWidth100 {
  max-width: 100%;
}

/*---11. grop ClearBoth , Table, Cell---*/
.group:after {
  content: "";
  display: table;
  clear: both;
}

.ClearBoth {
  clear: both;
  min-height: 1px;
}

.Table {
  display: table;
  margin: 0px auto;
  width: 100%;
}

.Cell {
  display: table-cell;
  vertical-align: middle;
}

/*---12. LeftRightFloat---*/
.flow-root {
  display: flow-root;
}

.LeftFloat,
.left-float {
  float: left;
}

.RightFloat,
.right-float {
  float: right;
}

/*---13. TextColor---*/
.color-1 {
  color: #ffffff;
}

.color-2 {
  color: #000000;
}

.color-3 {
  color: #992b82;
}

.color-4 {
  color: #f1287e;
}

.color-5 {
  color: #f3f3f3;
}

.color-6 {
  color: #fafafa;
}

/*---14. BgColor---*/
.bg-color-1 {
  background-color: #ffffff;
}

.bg-color-2 {
  background-color: #000;
}

.bg-color-3 {
  background-color: #992b82;
}

.bg-color-4 {
  background-color: #f1287e;
}

.bg-color-5 {
  background-color: #f3f3f3;
}

.bg-color-6 {
  background-color: #fafafa;
}

/*---15. TopArrow---*/
.TopArrow {
  text-align: center;
  display: none;
  width: 100%;
  padding: 20px 0 0;
}

.TopArrow a {
  color: var(--sc-1);
  font-size: 1.2rem;
  line-height: 1.6;
  display: inline-block;
  width: 30px;
  height: 30px;
  position: relative;
}

.TopArrow a:hover {
  color: #fff;
}

.TopArrow .fa-stack-2x {
  font-size: 34px;
}

.TopArrow .fa-inverse {
  color: #ffffff;
}

.TopArrow .fa-inverse:hover {
  color: var(--sc-1);
}

/*---17. font-size---*/
.FParagraph p {
  margin-bottom: 15px;
  /*  Paragraph after spacing  */
}

.FParagraph1 p {
  margin-bottom: 20px;
  /*  Paragraph after spacing  */
}

.FParagraph p:last-child,
.FParagraph1 p:last-child {
  margin-bottom: 0px;
}

.TAC {
  text-align: center;
  /*  For Text aling  */
}

.TAL {
  text-align: left;
  /*  For Text aling  */
}

.TAR {
  text-align: right;
  /*  For Text aling  */
}

.FSize12 {
  font-size: 12px;
}

.FSize13 {
  font-size: 13px;
}

.FSize14 {
  font-size: 14px;
}

.FSize15 {
  font-size: 15px;
}

.FSize16 {
  font-size: 16px;
}

.FSize17 {
  font-size: 17px;
}

.FSize18 {
  font-size: 18px;
}

.FSize19 {
  font-size: 19px;
}

.FSize20 {
  font-size: 20px;
}

.FSize22 {
  font-size: 22px;
}

.FSize24 {
  font-size: 24px;
}

.FSize25 {
  font-size: 25px;
}

.FSize28 {
  font-size: 28px;
}

.FSize30 {
  font-size: 30px;
}

.FSize32 {
  font-size: 32px;
}

.FSize34 {
  font-size: 34px;
}

.FSize35 {
  font-size: 35px;
}

.FSize40 {
  font-size: 40px;
}

.FSize42 {
  font-size: 42px;
}

.FSize45 {
  font-size: 45px;
}

.FSize48 {
  font-size: 48px;
}

.FSize50 {
  font-size: 50px;
}

/*---19. Padding---*/
.Padding5 {
  padding: 5px;
}

.Padding10 {
  padding: 10px;
}

.Padding15 {
  padding: 15px;
}

.Padding20 {
  padding: 20px;
}

.Padding25 {
  padding: 25px;
}

.Padding30 {
  padding: 30px;
}

.PaddingTB2 {
  padding-top: 2px;
  padding-bottom: 2px;
}

.PaddingTB5 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.PaddingTB {
  padding-top: 10px;
  padding-bottom: 10px;
}

.PaddingTB15 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.PaddingTB20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.PaddingTB25 {
  padding-top: 25px;
  padding-bottom: 25px;
}

.PaddingTB40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.PaddingLR5 {
  padding-left: 5px;
  padding-right: 5px;
}

.PaddingLR {
  padding-left: 10px;
  padding-right: 10px;
}

.PaddingLR15 {
  padding-left: 15px;
  padding-right: 15px;
}

.PaddingLR20 {
  padding-left: 20px;
  padding-right: 20px;
}

.PaddingLR25 {
  padding-left: 25px;
  padding-right: 25px;
}

.PaddingLR40 {
  padding-left: 40px;
  padding-right: 40px;
}

/*---20. margin---*/
.MarginBottom5 {
  margin-bottom: 5px;
}

.MarginBottom10 {
  margin-bottom: 10px;
}

.MarginBottom15 {
  margin-bottom: 15px;
}

.MarginBottom20 {
  margin-bottom: 20px;
}

.MarginBottom25 {
  margin-bottom: 25px;
}

.MarginBottom30 {
  margin-bottom: 30px;
}

.MarginBottom35 {
  margin-bottom: 35px;
}

.MarginBottom40 {
  margin-bottom: 40px;
}

.MarginBottom45 {
  margin-bottom: 45px;
}

.MarginBottom50 {
  margin-bottom: 50px;
}

.MarginTop5 {
  margin-top: 5px;
}

.MarginTop10 {
  margin-top: 10px;
}

.MarginTop15 {
  margin-top: 15px;
}

.MarginTop20 {
  margin-top: 20px;
}

.MarginTop25 {
  margin-top: 25px;
}

.MarginTop30 {
  margin-top: 30px;
}

.MarginTop35 {
  margin-top: 35px;
}

.MarginTop40 {
  margin-top: 40px;
}

.MarginTop45 {
  margin-top: 45px;
}

.MarginTop50 {
  margin-top: 50px;
}

/*---21. LineHeight---*/
.Caps {
  text-transform: uppercase;
}

.Capitalize {
  text-transform: capitalize;
}

.LineHeightNormal {
  line-height: normal;
}

.LineHeight18 {
  line-height: 18px;
}

.LineHeight22 {
  line-height: 22px;
}

.LineHeight24 {
  line-height: 24px;
}

.LineHeight27 {
  line-height: 27px;
}

.LineHeight30 {
  line-height: 30px;
}

.LineHeight32 {
  line-height: 32px;
}

.LineHeight34 {
  line-height: 34px;
}

.LineHeight35 {
  line-height: 35px;
}

.LineHeight36 {
  line-height: 36px;
}

.LineHeight38 {
  line-height: 38px;
}

.LineHeight40 {
  line-height: 40px;
}

.LineHeight42 {
  line-height: 42px;
}

.LineHeight48 {
  line-height: 48px;
}

.LineHeight52 {
  line-height: 52px;
}

.LineHeight55 {
  line-height: 55px;
}

.flex-grid-container {
  --width: 300px;
  --mx: 20px;
  --my: var(--mx);
}

.flex-grid-container .WithoutSlider > ul.NoBullet,
.flex-grid-container > ul.NoBullet {
  display: flex;
  flex-wrap: wrap;
  margin: calc(var(--my) * -1) calc(var(--mx) * -1);
}

.flex-grid-container .WithoutSlider > ul.NoBullet > li,
.flex-grid-container > ul.NoBullet > li {
  flex: 0 1 var(--width);
  margin: var(--my) var(--mx);
}

body {
  overflow-x: hidden;
}

.FooterLogo,
.Logo {
  line-height: 0;
}

.img,
.icon {
  line-height: 0;
}

.MainWrapper {
  margin: 0 auto;
}

.TopHeader {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  padding: 20px 0 25px;
}

@media (min-width: 1025px) {
  .TopHeader {
    z-index: 10;
  }

  .TopHeader::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 105%;
    background: var(--sc-1);
    z-index: -1;
    transform-origin: left bottom;
    transform: rotate(-3deg);
    right: 0px;
  }

  .TopHeader::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -40px;
    height: 100%;
    width: 105%;
    background: var(--sc-2);
    z-index: -2;
    transform-origin: left bottom;
    transform: rotate(-4deg);
  }
}
.Logo {
  font-size: initial;
}

.Logo a {
  display: inline-block;
  line-height: 0;
}

.FooterWrap {
  background: #f3f3f3;
}

.FooterWrap .InnerContainWrapper {
  max-width: 1100px;
  padding: 20px 0 15px;
}

.FooterLogo a {
  display: inline-block;
  line-height: 0;
}

.about-container .img {
  width: 100%;
}

.about-container .img img {
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.about-container .desc {
  line-height: 1.875;
}

.about-container h3.title {
  line-height: 1.5;
  margin-bottom: 5px;
}

.about-container h2.title {
  line-height: 1.1;
  margin-bottom: 15px;
}

.about-container .InnerContainWrapper {
  flex-wrap: wrap;
}

.about-container .full-width {
  flex: 0 0 100%;
}

@media (min-width: 1025px) {
  .about-container .InnerContainWrapper {
    position: relative;
    z-index: 2;
    display: flow-root;
    padding: 0px 20px 70px;
    border-bottom: 5px solid var(--sc-2);
    box-shadow: 0px 5px 0 0px var(--sc-1);
    /* margin-top: -130px;  */
  }

  .about-container .InnerContainWrapper .left {
    max-width: 545px;
    margin: 0 50px 50px 0;
    float: left;
  }
}
@media (max-width: 1025px) {
  .about-container .InnerContainWrapper {
    margin-top: -15%;
  }

  .about-container .left {
    margin: 0 auto 20px;
  }
}
.four-box-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -21px;
}

.four-box-wrapper .text {
  font-size: 14px;
  line-height: 1.5;
  color: #666666;
  font-family: "Arial";
}

.four-box-wrapper .icon {
  line-height: 0;
  min-width: 36px;
  text-align: center;
}

.four-box-wrapper .item {
  flex: 0 0 calc(33% - 38px);
  margin: 21px;
  background-color: #fafafa;
  padding: 35px;
  min-width: 290px;
}

.four-box-wrapper li {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.four-box-wrapper li + li {
  margin-top: 18px;
}

@media (max-width: 1025px) {
  .four-box-wrapper {
    margin: 0 auto;
  }

  .four-box-wrapper .item {
    margin: 5px;
    flex: 0 1 calc(50% - 20px);
    min-width: 300px;
  }

  .text-blocks > .icon {
    position: static;
    margin: 0 auto 10px;
  }

  .FParagraph li {
    text-align: left;
  }
}
@media (max-width: 1025px) and (min-width: 769px) {
  .four-box-wrapper .item {
    margin: 5px;
    flex: 0 1 calc(50% - 20px);
    min-width: 300px;
    max-width: 400px;
  }
}
.LegendWrap .LegendListWrap {
  box-sizing: border-box;
  width: 1012px;
  margin: 40px auto 0;
  padding: 60px;
}

.LegendWrap ul.LegendUL {
  position: relative;
}

.LegendWrap ul.LegendUL::after {
  content: "";
  position: absolute;
  background-color: #fff;
  width: 1px;
  height: 100%;
  top: 0;
  right: 0;
}

.LegendWrap ul.li_cont3.LegendUL::after {
  display: none;
}

.LegendWrap ul.li_cont3.NoBullet.LegendUL {
  width: 215px !important;
}

.LegendWrap ul.li_cont1.NoBullet.LegendUL {
  width: 265px !important;
  margin-right: 40px;
  padding-right: 40px;
}

.LegendWrap ul.li_cont2.LegendUL {
  margin-right: 40px;
  padding-right: 40px;
}

.LegendWrap.ResLegendWrap .LegendListWrap {
  width: 100%;
  overflow-y: scroll;
  height: 205px;
  display: block;
}

.LegendWrap.ResLegendWrap .LegendListWrap ul li a .Col {
  transition: all 0.6s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.LegendWrap.ResLegendWrap .LegendListWrap ul li a.active {
  background: var(--sc-1);
}

.LegendWrap.ResLegendWrap .LegendListWrap ul li .FilterBtn {
  font-family: var(--site-font-r);
  font-weight: 600;
  color: white;
  font-size: var(--fz16);
  line-height: 1;
}

.TableWrap .InnerContainWrapper {
  padding: 40px 0;
}

.TableWrap .TableContentWrap {
  overflow: hidden;
}

.TableWrap table {
  width: 100%;
  text-align: center;
}

.TableWrap .Icon {
  display: inline-block;
}

.TableWrap .city {
  min-width: 80px;
  box-sizing: border-box;
}

.TableWrap .country,
.TableWrap .state {
  min-width: 90px;
  box-sizing: border-box;
}

.TableWrap tr.TopTR th {
  padding: 17px 5px 15px;
  font-size: 15px;
  line-height: 1.2;
  color: #ffffff;
  font-weight: 500;
}

.TableWrap tr.IconTR th {
  font-size: var(--fz13);
  font-weight: 500;
  text-transform: uppercase;
  color: white;
  padding: 25px 10px 30px;
}

.TableWrap tr.IconTR th .sprite {
  margin: 0 auto 10px;
}

.TableWrap tr.IconTR th:last-child .tooltip-toggle::before {
  left: auto;
  right: -20px;
  margin-left: auto;
}

.TableWrap tr th,
.TableWrap tr td {
  min-width: 50px;
  max-width: 50px;
}

.TableWrap tr th:first-child,
.TableWrap tr td:first-child {
  --wd: 35px;
  width: var(--wd);
  min-width: var(--wd);
}

.TableWrap tr th:last-child,
.TableWrap tr td:last-child {
  width: 70px;
  min-width: 70px;
}

.TableWrap .tablesorter-header {
  background-image: url(data:image/gif;base64,R0lGODlhFQAJAIAAAP///////yH5BAEAAAEALAAAAAAVAAkAAAIXjI+AywnaYnhUMoqt3gZXPmVg94yJVQAAOw==);
  background-repeat: no-repeat;
  background-position: 50% 88%;
  white-space: normal;
  cursor: pointer;
}

.TableWrap .tablesorter-headerDesc {
  background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAAP///////yH5BAEAAAEALAAAAAAVAAQAAAINjB+gC+jP2ptn0WskLQA7);
}

.TableWrap .tablesorter-headerAsc {
  background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAAP///////yH5BAEAAAEALAAAAAAVAAQAAAINjI8Bya2wnINUMopZAQA7);
}

.TableWrap .sorter-false.tablesorter-header {
  background-image: none;
}

.TableContentWrap th {
  font-family: var(--site-font-r);
  font-weight: 800;
  color: #fff;
  font-size: 12px;
  line-height: 14px;
  padding: 10px 5px;
  box-sizing: border-box;
  border: 1px solid #fff;
  vertical-align: middle;
}

.TableContentWrap td {
  color: #333;
  border-collapse: collapse;
  padding: 15px 3px;
  border: 1px solid #fff;
  background-color: #f3f3f3;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 1.3;
  font-weight: bold;
  vertical-align: middle;
  text-align: center;
  position: relative;
  z-index: 1;
}

.TableContentWrap td:first-child {
  font-family: var(--site-font-r);
  font-weight: 800;
}

.TableContentWrap tr:nth-child(odd) td {
  background-color: #fafafa;
}

.TableContentWrap table tr td .sprite {
  text-indent: -99999px;
}

.tooltip-toggle {
  position: relative;
}

.tooltip-toggle:focus::before {
  opacity: 1;
  transition: all 0.75s ease;
}

.tooltip-toggle:focus::after {
  opacity: 1;
  transition: all 0.75s ease;
}

.tooltip-toggle:hover::before {
  opacity: 1;
  transition: all 0.75s ease;
}

.tooltip-toggle:hover::after {
  opacity: 1;
  transition: all 0.75s ease;
}

.tooltip-toggle::before {
  color: #ffffff;
  font-size: 13px;
  line-height: 1.2;
  opacity: 0;
  pointer-events: none;
  text-align: center;
  font-family: var(--site-font-r);
  font-weight: 800;
  position: absolute;
  top: 35px;
  left: 50%;
  margin-left: -75px;
  background-color: var(--sc-1);
  border-radius: 3px;
  content: attr(aria-label);
  text-transform: none;
  transition: all 0.5s ease;
  width: 150px;
  padding: 8px 5px;
  box-sizing: border-box;
  z-index: 9999;
}

.tooltip-toggle::after {
  color: #ffffff;
  font-size: 15px;
  line-height: 1.2;
  opacity: 0;
  pointer-events: none;
  text-align: center;
  font-family: var(--site-font-r);
  font-weight: 800;
  position: absolute;
  top: 30px;
  left: 50%;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid var(--sc-1);
  content: " ";
  margin-left: -5px;
  width: 0;
  z-index: 99;
}

.sorter-false {
  cursor: default !important;
}

.ResLegendWrap {
  display: none;
}

.ResLegendWrap .TableCol1,
.ResLegendWrap .TableCol2,
.ResLegendWrap .TableCol3,
.ResLegendWrap .TableCol4,
.ResLegendWrap .TableCol5,
.ResLegendWrap .TableCol6,
.ResLegendWrap .TableCol7,
.ResLegendWrap .TableCol8,
.ResLegendWrap .TableCol9,
.ResLegendWrap .TableCol10,
.ResLegendWrap .TableCol11,
.ResLegendWrap .TableCol12,
.ResLegendWrap .TableCol13,
.ResLegendWrap .TableCol14,
.ResLegendWrap .TableCol15,
.ResLegendWrap .TableCol16,
.ResLegendWrap .TableCol17,
.ResLegendWrap .TableCol18,
.ResLegendWrap .TableCol19,
.ResLegendWrap .TableCol20 {
  display: block !important;
}

.ResLegendWrap h5.SubTitle {
  color: #fff;
  font-size: var(--fz25);
  line-height: 1.2;
  font-family: var(--site-font-r);
  font-weight: 800;
  background-color: var(--sc-1);
  padding: 12px 10px;
  letter-spacing: 1px;
}

.blue {
  background-color: var(--sc-1) !important;
}

.purple {
  background-color: var(--sc-1) !important;
}

.pink {
  background-color: var(--sc-2) !important;
}

.dodge-blue {
  background-color: #495d75 !important;
}

.tablesorter-sticky-wrapper {
  background: white;
}

.flex {
  display: flex;
}

.item h6.title {
  flex: 1 1 100%;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 20px;
  font-family: Arial;
}

.TableTabWrapper ul {
  display: flex;
  justify-content: center;
  border-bottom: 5px solid var(--sc-2);
}

.TableTabWrapper ul li {
  width: 33.33%;
  background-color: var(--sc-1);
  margin: 0px 3px;
  border-radius: 5px 5px 0px 0px;
}

.TableTabWrapper ul li:first-child {
  margin-left: 0;
}

.TableTabWrapper ul li:last-child {
  margin-right: 0;
}

.TableTabWrapper ul li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  padding: 10px;
  border-radius: 5px 5px 0px 0px;
  transition: all 0.3s ease-in-out;
  position: relative;
}

.TableTabWrapper ul li a.on,
.TableTabWrapper ul li a:hover {
  background-color: var(--sc-2);
}

.TableTabWrapper ul li a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  bottom: -25px;
  left: 50%;
  margin-left: -20px;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid var(--sc-2);
  transition: all 0.3s ease-in-out;
  opacity: 0;
}

.TableTabWrapper ul li a:hover::after,
.TableTabWrapper ul li a.on::after {
  opacity: 1;
}

.TableTabWrapper ul li h5 {
  color: #fff;
  font-size: 20px;
  line-height: 1.5;
}

.TableTabWrapper ul li h5 span {
  display: block;
  font-size: 16px;
}

.TebSliderWrap .InnerContainWrapper {
  position: relative;
}

.TebSliderWrap {
  position: relative;
  z-index: 9;
}

.menuNew-link {
  display: block;
}

.MenuNewStyle {
  background-color: var(--sc-1);
  padding: 10px 45px 10px 20px;
  font-weight: 700;
  font-family: "Poppins";
  color: #fff;
  font-size: 18px;
  line-height: 26px;
  vertical-align: middle;
  border-bottom: 5px solid var(--sc-2);
  position: relative;
}

.MenuNewStyle i {
  font-size: 26px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 12px;
}

.menuNew,
.menuNew > ul ul {
  overflow: hidden;
  max-height: 0;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -ms-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-outt;
  transition: all 0.8s ease-in-out;
  position: absolute;
  z-index: 111;
  width: 100%;
}

.menuNew.active,
.menuNew > ul ul.active {
  max-height: 880px;
}

.menuNew ul li {
  border-bottom: 1px solid #6f1a5d;
}

.menuNew ul li a {
  display: block;
  padding: 8px 20px;
  background-color: var(--sc-1);
}

.menuNew ul li a.on {
  background-color: var(--sc-2);
}

.menuNew ul li .Col h5.title {
  color: #fff;
  font-size: 18px;
  line-height: 1.5;
  text-align: left;
}

.menuNew ul li .Col h5.title span {
  font-size: 14px;
  display: block;
  font-weight: 400;
  line-height: 1.5;
}

.menuNew ul li .Col {
  position: relative;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .TebSliderWrap {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  .TableTabWrapper {
    display: none;
  }

  .TebSliderWrap {
    display: block;
  }
}
@media (min-width: 1025px) {
  .four-box-container .InnerContainWrapper {
    padding: 70px 0 50px;
  }

  .four-box-container .four-box-wrapper {
    margin-top: 28px;
  }

  .four-box-container .four-box-wrapper .item {
    padding: 30px 20px;
    flex: 0 0 295px;
    margin: 3px;
  }

  .method-container .InnerContainWrapper {
    width: 1096px;
    padding: 40px 0 60px;
  }

  .TableWrap .InnerContainWrapper {
    padding: 30px 0 60px;
  }

  .TableWrap + .method-container .InnerContainWrapper {
    padding-top: 0;
  }
}
.TableWrap + .TableWrap .InnerContainWrapper {
  padding-top: 20px;
}

@media (max-width: 1025px) {
  .TableWrap .heading {
    text-align: center;
  }

  .MainWrapper,
.Footer,
.TopMainWrapper,
.IdxContainWrapper,
.InnerContainWrapper {
    width: 94% !important;
    margin: 0 auto;
  }

  h1.title {
    text-align: center;
  }

  :root {
    --fz60: clamp((60px/1.6), 5vw, 60px);
    --fz40: clamp((40px/1.5), 5vw, 40px);
    --fz30: clamp((30px/1.3), 5vw, 30px);
    --fz27: clamp((27px/1.3), 5vw, 27px);
    --fz26: clamp((26px/1.1), 5vw, 26px);
    --fz20: clamp((20px/1.1), 5vw, 20px);
    --fz18: clamp((18px/1.2), 5vw, 18px);
    --fz16: 16px;
    --fz15: 15px;
    --fz14: 14px;
    --fz13: 13px;
  }

  body {
    margin: 0;
  }

  .TopHeader {
    position: static;
    text-align: center;
    padding: 20px 0 25px;
    background: var(--sc-2);
  }

  .TopTR,
.TableCol0,
.TableCol1,
.TableCol2,
.TableCol3,
.TableCol4,
.TableCol5,
.TableCol6,
.TableCol7,
.TableCol8,
.TableCol9,
.TableCol10,
.TableCol11,
.TableCol12,
.TableCol13,
.TableCol14,
.TableCol15,
.TableCol16,
.TableCol17,
.TableCol18,
.TableCol19,
.TableCol20 {
    display: none;
  }

  .TopTR.active,
.TableCol0.active,
.TableCol1.active,
.TableCol2.active,
.TableCol3.active,
.TableCol4.active,
.TableCol5.active,
.TableCol6.active,
.TableCol7.active,
.TableCol8.active,
.TableCol9.active,
.TableCol10.active,
.TableCol11.active,
.TableCol12.active,
.TableCol13.active,
.TableCol14.active,
.TableCol15.active,
.TableCol16.active,
.TableCol17.active,
.TableCol18.active,
.TableCol19.active,
.TableCol20.active {
    display: table-cell;
  }

  .LegendWrap ul.li_cont3.NoBullet.LegendUL,
.LegendWrap ul.li_cont2.NoBullet.LegendUL,
.LegendWrap ul.li_cont1.NoBullet.LegendUL,
.LegendWrap ul.LegendUL {
    position: relative;
    float: none !important;
    width: 100% !important;
    margin-right: 0;
    padding-right: 0;
  }

  .LegendWrap {
    display: none;
  }

  .LegendWrap ul.LegendUL::after {
    display: none;
  }

  .LegendWrap .LegendListWrap {
    box-sizing: border-box;
    width: 100%;
    margin: 30px auto 0;
    background-color: var(--sc-2);
    padding: 0;
  }

  .LegendWrap.ResLegendWrap {
    display: block;
  }

  .LegendWrap.ResLegendWrap h5.SubTitle {
    text-transform: uppercase;
  }

  .LegendWrap.ResLegendWrap .LegendListWrap {
    margin-top: 0;
  }

  .LegendWrap.ResLegendWrap .LegendListWrap ul li {
    margin: 0;
  }

  .LegendWrap.ResLegendWrap .LegendListWrap ul li a {
    padding: 12px 20px;
    border-bottom: 1px solid #cacaca;
    display: flex;
    align-items: center;
  }

  .LegendWrap.ResLegendWrap .LegendListWrap ul li:last-child:not(:only-child) a {
    border-bottom: 0 solid #cacaca;
  }

  .LegendWrap.ResLegendWrap .InstructionsWrap {
    margin-bottom: 40px;
  }

  .LegendWrap.ResLegendWrap .InnerContainWrapper {
    padding: 0px;
    /*0px 0 40px*/
  }

  .LegendListWrap li .group {
    display: flex;
    align-items: center;
  }

  .LegendListWrap li .Icon {
    min-width: 35px;
    vertical-align: middle;
    line-height: 0;
    text-align: center;
  }

  .LegendListWrap li .Text {
    width: calc(100% - 35px);
    font-size: 18px;
    margin-left: 10px;
    line-height: 1;
    color: white;
  }

  .LegendListWrap li .Text:only-child {
    text-align: center;
  }

  .four-box-container .heading {
    text-align: center;
    margin: 0 auto 30px;
  }

  .header-container .flex {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .header-container .flex .right {
    margin-bottom: 30px;
    order: -1;
  }

  .about-container {
    text-align: center;
  }

  .four-box-container .flex {
    display: block;
  }

  .four-box-container .flex .four-box-wrapper + .four-box-wrapper {
    margin-top: 20px;
  }

  .four-box-container .flex .four-box-wrapper h6.title {
    flex: 0 0 100%;
    text-align: center;
    margin-bottom: 10px;
  }

  .four-box-container .flex .four-box-wrapper h6.title:only-child {
    margin-bottom: 0;
  }

  .method-container {
    text-align: center;
  }

  .FooterWrap {
    text-align: center;
  }

  .LegendWrap.ResLegendWrap .LegendListWrap ul li h6.title {
    display: block !important;
    padding: 10px 20px;
    border-bottom: 1px solid #cacaca;
    align-items: center;
    font-family: var(--site-font-r);
    font-weight: 600;
    color: black;
    background: var(--sc-2);
    line-height: 1;
    text-align: center;
  }
}
@media (max-width: 480px) and (min-width: 320px) {
  .TableWrap tr th:last-child,
.TableWrap tr td:last-child {
    min-width: 80px;
  }

  .TableWrap tr.IconTR th {
    padding: 25px 5px 30px;
    min-width: initial;
  }

  .TableWrap tr th,
.TableWrap tr td {
    min-width: initial;
    padding: 25px 5px 30px;
  }

  .TableWrap .InnerContainWrapper {
    width: 100% !important;
    padding: 40px 5px;
  }

  .TableWrap + .TableWrap .InnerContainWrapper {
    padding-top: 0;
  }

  .TableWrap .country,
.TableWrap .city {
    min-width: 40px;
    max-width: 50px;
  }

  .four-box-wrapper .item {
    padding: 30px 15px;
  }

  .LegendWrap.ResLegendWrap .LegendListWrap ul li h6.title {
    font-size: 18px;
  }

  .menuNew ul li a {
    padding: 8px 12px;
  }

  .MenuNewStyle {
    padding: 10px 45px 10px 12px;
  }

  .menuNew ul li .Col h5.title {
    font-size: 16px;
  }

  .menuNew ul li .Col h5.title span {
    font-size: 13px;
  }

  .TebSliderWrap h5.title {
    font-size: 20px;
  }
}
