@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&family=Roboto+Condensed:wght@300;400;700&display=swap');



h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, var, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video, ul, ol, li {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
/*  font-weight: normal; */
  vertical-align: top;
  background: transparent;
/*  list-style: none;	*/
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

html,
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
/*  font-family: "Open Sans", sans-serif;*/
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #0a0832;
  line-height: 1.5;
  padding: 0;
  margin: 0;
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
  overflow-x: hidden;
}

*,
:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

a,
span {
  display: inline;
}

a {
  color: #1a0dab;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 0;
  outline: none;
}

a:hover {
  color: #1a0dab;
}

.progs {
    display: block;
}

h1,
.h1 {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2;
    color: #0a0832;
    margin-bottom: 24px;
}
h2,
.h2 {
    font-size: 34px;
    font-weight: 700;
    line-height: 1.2;
    color: #0a0832;
    margin-bottom: 18px;
}
h3,
.h3 {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.2;

}
h4,
.h4 {
    font-size: 26px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 10px;
}
p {
    margin-bottom: 0px;
}
p:last-child {
  margin-bottom: 0;
}

.wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  flex-direction: column;
  min-height: 60vh;
  background-size: cover;
  background-position: right center;
  background-attachment: fixed;
  position: relative;
  z-index: 1;
}

.site-header {
  width: 100%;
  position: relative;
  top: 0px;
  left: 0;
  padding: 24px 0px;
  background: #0a0832;
}
.site-header .logo {
  display: block;
  max-width: 200px;
  margin: 0 auto;
}

.container {
  max-width: 1192px;
  padding-left: 50px;
  padding-right: 50px;
  margin-left: auto;
  margin-right: auto;
}
.s-pt,
.s-py {
    padding-top: 60px;
}
.s-pb,
.s-py {
    padding-bottom: 60px;
}
.s-pt-half,
.s-py-half {
  padding-top: 30px;
}
.s-pb-half,
.s-py-half {
  padding-bottom: 30px;
}
.d-flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}

.space-between {
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
}

.align-center {
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
}

.link {
  color: #1a0dab;
}
.link:hover {
  color: #1a0dab;
  text-decoration: underline;
}

article .title {
  margin-top: 16px;
  margin-bottom: 30px;
  max-width: 900px;
}
article .title h1 {
  margin-bottom: 12px;
}
article .heroimg {
  margin-bottom: 20px;
}
article .heroimg img {
  display: block;
  object-fit: cover;
  width: 100%;
  max-width: 100%;
  max-height: 380px;
}
article .article-info {
  font-size: 12px;
}
article .article-info .separator {
  color: #b4b4b4;
}
article .article-info .article-author a {
  color: #0a0832;
  font-weight: bold;
}
article .article-info .article-author a:hover {
  color: #07D2F5;
}
article .content {
  padding-top: 50px;
}
article .content h2 {
  font-size: 18px;
}
article .content a:hover {
  text-decoration: underline;
}
article .content p {
  margin-bottom: 26px;
}
article .content ol,
article .content ol li {
  list-style-type: decimal;
  list-style-position: inside;
}
article .content ul,
article .content ol {
  margin-bottom: 26px;
}
article .content ul:last-child,
article .content ol:last-child {
  margin-bottom: 0;
}
article .content li {
  margin-bottom: 10px;
  position: relative;
}
article .content li:last-child {
  margin-bottom: 0;
}
article .content ul li {
  padding-left: 10px;
}
article .content ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 4px;
  height: 4px;
  background: #0a0832;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.site-footer {
  margin-top: auto;
  padding: 72px 0 26px 0;
  background: #FFF;
  color: rgba(255, 255, 255, .7);
  font-size: 12px !important;
}
.site-footer .container {
  max-width: 100%;
}
.site-footer .logo {
  width: 200px;
}
.site-footer .disclaimer {
  width: calc(100% - 200px);
  padding-left: 50px;
}
.site-footer .disclaimer p {
  margin-bottom: 12px;
}
.site-footer .disclaimer p:last-child {
  margin-bottom: 0;
}
.site-footer .footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, .15);
  padding-top: 26px;
  margin-top: 72px;
}
.site-footer .footer-bottom .links li {
  display: inline-block;
  position: relative;
}
.site-footer .footer-bottom .links li::after {
  content: "|";
  margin: 0 4px;
}
.site-footer .footer-bottom .links li:last-child::after {
  display: none;
}
.site-footer .footer-bottom .links li a {
  color: rgba(255, 255, 255, .7);
  font-size:12px !important;
}
.site-footer .footer-bottom .links li a:hover {
  color: #fff;
}

@media (max-width: 1199px) {
  .container {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (max-width: 1023px) {
  h1,
  .h1 {
    font-size: 28px;
  }
  h2,
  .h2 {
    font-size: 24px;
  }
  h3,
  .h3 {
    font-size: 20px;
  }
  h4,
  .h4 {
    font-size: 17px;
  }

  .site-header {
    padding: 14px 0;
  }

  article .heroimg {
    margin-left: -24px;
    margin-right: -24px;
  }
  article .heroimg img {
    max-height: 300px;
  }
  article .content {
    padding-top: 20px;
  }

  .site-footer {
    padding: 40px 0 26px 0;
  }
  .site-footer .logo {
    margin: 0 auto 30px auto;
  }
  .site-footer .disclaimer {
    width: 100%;
    padding: 0;
  }
  .site-footer .footer-bottom {
    margin-top: 30px;
  }
  .footer-bottom .footer-left,
  .footer-bottom .footer-right {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 767px) {
  article .heroimg img {
    max-height: 138px;
  }
}




/* new styles added by indy */

.compare-widget{
  position: relative;
  width: 100%;
  max-width:100%;
  margin-inline: auto;
  padding: 38px 20px 23px;
  border: 1px solid #C8C8C8;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
  flex-wrap: wrap;
  .top-title{
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%,-50%) skewX(-15deg);
    background-color:#FCFCFC;
 border: 1px solid #C8C8C8;
    background-size: cover;
    padding: 8px 20px;
    width: 90%;
    max-width: 450px;
    p{
      font-size: 14px;
      color: #000;
      font-weight: 600;
      margin: 0;
      transform: skewX(15deg);
      line-height: 20px;
      text-align: center;
    }
  }
  .img-cont{
    flex: 1 1 100px;
    width: 100%;
    height: 93px;
    max-width: 200px;
    /* box-shadow: 0px 0px 6px #00000030; */
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    img{
      position: relative;
      display: block;
      max-width: 100%;
      object-fit: contain;
      width: 100%;
    }
  }
  .text-cont{
    flex: 1 1 400px;
    h2{
      font-size: 20px;
      line-height: 25px;
      font-weight: 600;
      margin-bottom: 15px;
    }
    ul {
      padding: initial;
      padding-left: 16px;
      li{
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 5px;
        color: #606060;
        list-style: disc !important;
        &::marker {
          color: #4c4770;
        }
      }
    }
    a.comp-btn{
      position: relative;
      display: block;
      padding: 10px 25px;
      background: #4c4770;
      color: #fff;
      font-size: 16px;
      text-decoration: none;
      max-width: fit-content;
      width: 100%;
      margin-top: 15px;
    }
  }
}

@media screen and (width <= 768px) {
  .compare-widget{
   max-width:97%;
    align-items: center;
    justify-content: center;
    padding-left: 30px;
    padding-right: 30px;
    .top-title{
      padding: 8px 10px;
      width: 100%;
      max-width: 300px;
      p{
        text-align: center;
        font-size: 10px;
      }
    }
    .text-cont {
      h2 {
        text-align: center;
      }
      a.comp-btn{
        margin-inline: auto;
      }
    }
  }
}

.compare-widget:first-of-type {
  margin-top: 50px;
}

/* end new styles added by indy */


/* download wwidget styles */
.download-widgets{
  margin-bottom: 40px;
  .download-widget{
    position: relative;
    width: 100%;
    padding: 17px 24px;
    border: 1px solid #E0E5E8;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 30px;
    flex-wrap: wrap;
    margin-bottom: 20px;
    .img-cont{
      position: relative;
      display: grid;
      place-items: center;
      padding: 45px 18px 45px 0px;
      border-right: 1px solid #E2E2E2;
      min-width: 188px;
      img{
        position: relative;
        display: block;
        max-width: 170px;
        width: 100%;
        object-fit: contain;
      }
      .rating{
        position: relative;
        display: flex;
        gap: 5px;
        margin-top: 8px;
        align-items: center;
        justify-content: center;
        h2{
          font-size: 14px;
          font-weight: 600;
          color: #4c4770;
          margin: 0;
        }
        img{
          object-fit: contain;
        }
      }
    }
    .text-cont{
      max-width: 420px;
      h2{
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 5px;
      }
      p{
        font-size: 14px;
        line-height: 26px;
      }
    }
    .btn-cont{
      position: relative;
      display: flex;
      align-items: center;
      justify-content: space-between;
      flex-direction: row-reverse;
      flex-wrap: wrap;
      gap: 10px;
      margin-top: 20px;
      div{
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        p{
          margin-right: 6px;
          font-size: 14px;
          line-height: 19px;
          font-weight: 500;
        }
      }
        a.btn{
          position: relative;
          display: flex;
          align-items: center;
          justify-content: center;
          width: 190px;
          max-width: 100%;
          padding: 10px 5px;
          border-radius: 5px;
          background-color: #4c4770;
          color: #fff;
          font-weight: 600;
          text-decoration: none;
          font-size: 14px;
          transition: 0.4s ease;
          &:hover{
            transform: scale(0.98);
          }
        }
    }
    @media screen and (max-width:768px) {
      justify-content: center;
      .img-cont{
        border-right: 0px;
        border-bottom: 1px solid #E0E5E8;
        padding-right: 0px;
        padding: 0px 20px 20px;
      }
      .btn-cont{
        flex-direction: column-reverse;
      }
    }
  }
  @media screen and (max-width:768px){
    padding: 0px 10px;
  }
}

.download-widgets.widget-type-2{
  display: none;
  @media screen and (max-width:768px){
    display: block;
    .download-widget{
      padding: 15px;
      gap: 10px;
      justify-content: space-between;
      .img-cont{
        border-right: 0px;
        border-bottom: 0px;
        padding: 0px;
        min-width: 140px;
        img{
          max-width: 140px;
        }
      }
      .text-cont{
        display: none;
      }
      .btn-cont{
        flex-direction: column-reverse;
      }
    }
  }
}

.earn-widget{
  position: relative;
  width: 100%;
  margin-bottom: 40px;
  border: 1px solid #E2E2E2;
  .top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px;
    flex-wrap: wrap;
    @media screen and (width<=820px){
      justify-content: center;
    }
    .img-cont{
      position: relative;
      padding: 30px 0px;
      @media screen and (width<=820px){
        border: 0;
        border-bottom: 1px solid #E2E2E2;
        padding: 20px;
      }
      img{
        max-width: 120px;
        width: 100%;
        @media screen and (width<=820px){
          max-width: 100%;
        }
      }
    }
    .cont{
      padding: 0px 5px;
      max-width: 480px;
      border-left: 1px solid #E2E2E2;
      padding-left: 20px;
      @media screen and (width<=820px){
        margin: 30px auto;
        border-left:0;
        padding-left: 0px;
      }
      h2{
        font-size: 22px;
        line-height: 28px;
        font-weight: 600;
        color: #000000;
        margin-bottom: 5px;
      }
      ul{
        padding: initial;
        padding-left: 15px;
        li{
          &::marker{
            color: #000000;
          }
          list-style: disc;
          font-size: 14px;
          line-height: 23px;
          color: #000;
          margin-bottom: 5px;
        }
      }
    }
    a.btn{
      display: flex;
      position: relative;
      text-decoration: none;
      padding: 12px 25px;
      border-radius: 3px;
      background-color: #4c4770;
      color: #fff;
      font-size: 14px;
      max-width: fit-content;
      margin-top: 20px;
    }
    .info {
      position: absolute;
      top: 0;
      left: 0;
      border-radius: 0px 0px 22px 0px;
      background-color: #FDC94E;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 10px 20px;
      font-size: 11px;
      line-height: 18px;
      font-weight: 500;
      color: #000000;
    }
  }
  .bottom{
    border-top: 1px solid #E2E2E2;
    background-color: #F8F8F8;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    padding: 22px 30px;
    flex-wrap: wrap;
    img{
      flex: 1 1 300px;
      position: relative;
      max-width: 300px;
      width: 100%;
      display: block;
    }
  }
}


header {
box-shadow:unset;
}

footer p {
color:#000 !important;
}

footer .links, footer .links a, footer p, .footer-left {
color:#000 !important;
}


.inner-content, .placement, .compare-widget, .download-widgets
{
width:700px !important;
max-width:100% !important;
}


@media (max-width: 767px) {
  .main-banner {

    width: 100vw;
    max-width: 100vw;
    margin-left: 50%;
    transform: translateX(-50%);

  }
}


.writer
{
font-size:18px; display:block; margin-top:-5px; margin-bottom:15px;
line-height:35px;
text-align:center;
color:#727272;
font-weight:600;
}

.bi
{
font-size:17px;
}



.writer br {
  display: none;
}


.space{
width:10px;
display:inline-block;
}

.disclaimer
{
	text-align:left;font-size:11px;line-height:13px;color:#A4A4A4;margin:0 auto; max-width:100%;margin-bottom:20px !important;
}



@media (max-width: 768px) {
  .writer br {
    display: inline;
  }

.space, .progs{
display:none;
}


section.content h1 * {
font-size:2.5rem;
line-height:1.1;
}

header img {
max-width:150px !important;
}

.disclaimer
{
max-width:90%;
}

}




section.content > ol {
  margin: 1em 0;
  padding-left: 1.5em;
}