body,
* {
  font-family: 'Inter';
}

.flexWidget {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.blogHead::after {
  content: "";
  background: url(../guidevector.html);
  width: 544px;
  height: 100%;
  background-size: contain;
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: 100%;
}

section {
  position: unset;
  overflow: unset;
}

.flex-end {
  align-items: flex-end;
}

header.mpw-navbar.fixed-header {
  transform: translateY(-100px);
}

header.mpw-navbar.sticked {
  transform: translateY(0px);
  top: 0;
  left: 0;
  background-color: #fff;
  box-shadow: 0 4px 10px rgb(119 119 119 / 15%);
  z-index: 8;
}

.brdr {
  background-color: #c9daf8;
  padding: 10px;
  border: 1px solid #000;
}

.nav-toggel svg path {
  fill: #000;
}

.light {
  color: white !important;
}

header .container {
  max-width: 1170px;
}

.blogHead {
  position: relative;
  z-index: 1;
  background-color: #000;
}

.breadcrum {
  padding-top: 30px;
  padding-bottom: 5px;
  display: flex;
  align-items: center;
}

.breadcrum a {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #3d3d3d;
}

.breadcrum p {
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #3d3d3d;

}

.breadcrum span {
  display: block;
  padding: 0 10px;
  color: #3d3d3d;
}

.blogHeadWrapper.light .readTime span svg path {
  fill: #3d3d3d;
}

.breadcrum .BreadcrumbList {
  display: flex;
}

.breadcrum .BreadcrumbList p {
  margin-bottom: 0px;
  margin-top: 0;
  white-space: nowrap;
}

.crumbs {
  max-width: 100%;
  margin-bottom: 0px;
}

/* .crumbs::-webkit-scrollbar {
    width: 2px;
    height: 8px;
    cursor: pointer;
  }
  
  .crumbs::-webkit-scrollbar{
    width:5px;
    max-height:5px
  }
  .crumbs::-webkit-scrollbar-track{
    background:#e5e5e5
  }
  .crumbs::-webkit-scrollbar-thumb{
    background:#9e9e9e;
    border-radius:4px
  }
  .breadcrum.light .crumbs::-webkit-scrollbar-thumb{
    color: rgba(255,255,255,.5)!important;
  } */
.blogBodyContent img {
  display: block;
  margin: 16px;
  width: 100%;
}

.breadcrum.light p, .breadcrum.light a, .breadcrum.light span {
  color: #fff;
}

.breadcrum.light a:hover {
  color: #fff;
}

.breadcrum a:hover {
  color: #1e2532;
}

.blogHeadWrapper {
  display: flex;
  align-items: center;
  column-gap: 85px;
  padding-bottom: 58px;
}

.blogHeadWrapper.light .writerInfo label,
.blogHeadWrapper.light .readTime p {
  color: #fff;
}

.blogHeadWrapper.light .writerInfo span,
.blogHeadWrapper.light h1 {
  color: #fff;
}

.writerInfo .avatar {
  background: linear-gradient(180deg, #24C7BD -4.09%, #046761 100%);
  position: relative;
  padding: 2px;
  border-radius: 100%;
  height: 40px;
}

.blogHead .blog-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 23px;
  -moz-column-gap: 23px;
  column-gap: 23px;
  padding: 25px 0 27px;
}

.blogHead .blog-info .readTime {
  padding-top: 0px !important;
  font-size: 16px !important;
  width: unset;
}

.blogHead .blog-info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.blogHead .blog-info-item p {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 23px;
  /* identical to box height */
  color: #3d3d3d;
  padding-bottom: 0;
}

.blogHeadWrapper.light .blog-info-item p {
  color: #fff;
}

.blogHead .blog-info-item p strong {
  font-weight: 400;
}

.blogHead .svg-icon {
  display: flex;
  margin-right: 5px;
}

.blogHead .svg-icon svg path {
  fill: #3d3d3d;
}

.blogHeadWrapper.light .readTime svg path,
.blogHeadWrapper.light .svg-icon svg path {
  fill: #fff;
}

.blogHeadWrapper.light .readTime svg path,
.blogHeadWrapper.light .svg-icon.stroke svg path {
  stroke: #C3D7F2;
}

.skeleton__img {
  width: 40px;
  height: 36px;
  border-radius: 100%;
  /* position: absolute; */
  top: 0;
  left: 0;
  background: linear-gradient(90deg, #EEEEEE 47.92%, #F6F6F6 60.42%, #EEEEEE 72.92%);
  animation: shine-header 1s 0s infinite linear;
  background-size: 650px;
}

@keyframes shine-header {
  0% {
    background-position: 0px;
  }

  50% {
    background-position: 325px;
  }

  100% {
    background-position: 630px;
  }
}

.blogHeadWrapper.light .readTime span svg path {
  fill: #C3D7F2;
}

.blogHeadWrapper.light .readTime span {
  display: flex;
}

.blogHeadWrapper .readTime span {
  display: flex;
}

.innerHead {
  max-width: 693px;
  width: 100%;
}

.innerHead h1 {

  font-style: normal;
  font-weight: 400;
  font-size: 38px;
  line-height: 140%;
  color: #0F141E;
}

.writerInfo {
  display: flex;
  align-items: center;
  column-gap: 7px;
  width: 100%;
}

.writerInfo label {
  display: block;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #3d3d3d;
}

.blogHeadWrapper .writerInfo {
  margin-bottom: 25px !important;
}

.writerInfo span {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #0F141E;
  line-height: 23px;
}

.writerInfo .avatar img {
  max-width: 38px;
  max-height: 38px;
  width: 100%;
  height: 100%;
}

.readTime {
  padding-top: 20px;
  display: flex;
  align-items: center;
  column-gap: 8px;
  width: 100%;
}

.readTime p {

  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #3d3d3d;
}


.blogImage img {
  display: block;
  width: 100%;
  height: 100%;
}


.blogBodyWrapper {
  padding-top: 60px;
  display: flex;
  column-gap: 27px;
  width: 100%;
}

.tableofContents {
  max-width: 254px;
  width: 100%;
  position: sticky;
  top: 110px;
  align-self: flex-start;
  margin-bottom: 32px;
}

.blogBodyWrapper .tableofContents .toc-head {

  position: relative;
  padding-bottom: 9px;
  border-bottom: 1px solid #E8E9EC;
  word-spacing: 2px;
  opacity: 0.9
}

.blogBodyWrapper .tableofContents .toc-head .tocHeading-mob-none {

  font-style: normal;
  font-weight: 400 !important;
  font-size: 19px !important;
  line-height: 24px;
  color: #1E2532 !important;
  position: relative;

  word-spacing: 2px;
  opacity: 0.9
}

.blogBodyWrapper .tableofContents .toc-head .tocHeading {

  font-style: normal;
  font-weight: 400 !important;
  font-size: 19px !important;
  line-height: 24px;
  color: #1E2532 !important;
  position: relative;

  word-spacing: 2px;
  opacity: 0.9
}

.progress_toc {
  position: absolute;
  width: 3%;
  height: 1px;
  background-color: #0F141E;
  bottom: -1px;
  left: 0;
  max-width: 280px;
  overflow: hidden;
  -webkit-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition: .3s ease all;
  -o-transition: .3s ease all;
  transition: .3s ease all;
}

.toc_scroll.active span {
  background: #dffffd;
  color: #0f141e !important;
  font-weight: 400;

  opacity: 0.85;
}

.no-bulletItems {
  padding-top: 12px;
  list-style: none;
  margin: 0 -8px;
  padding-right: 10px;
}

.no-bulletItems li span {
  display: block;
  font-style: normal;
  font-weight: 400;
  padding: 8px;
  font-size: 16px;
  line-height: 24px;
  color: #656e83;
  border-radius: 6px;
  text-decoration: none;
  cursor: pointer;
  text-transform: capitalize;
}

.no-bulletItems li:hover span {
 
  font-weight: 400;

  opacity: 0.85;
  background: #dffffd;
  color: #0f141e !important;
}

.blogBodyContentWraper {
  max-width: 580px;
  width: 100%;
}

.blogBodyContent>p:first-child,
.blogBodyContent>p:first-child strong,
.blogBodyContent>p:first-child span,
.blogBodyContent>p:first-child a,
.blogBodyContent>h2:first-child,
.blogBodyContent>h3:first-child {

  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 30px;
  color: #1E2532;
  padding-bottom: 40px;
  -webkit-font-smoothing: antialiased;
  opacity: 0.9;
}

.blogBodyContent>p:first-child a {
  color: #1E43FF;
  border-bottom: 1px solid #c4e2f5;
  padding-bottom: 1px;
  opacity: unset;
}

.blogBodyContent>p:first-child a:hover {
  border-bottom: 1px solid #95B2D1;
}

.samplePdf p,
.faqWraper p,
.blogBodyContent p,
.blogBodyContent em,
.blogBodyContent p span {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #1E2532;
  padding-bottom: 16px;
  opacity: 0.98
}

.blogBodyContent em {
  font-style: italic;
}

.blogBodyContent iframe {
  padding: 0 20px;
}

.blogBodyContent table {
  width: 100%;
  border-collapse: collapse;
 
}

.blogBodyContent .mce-object-iframe {
  display: flex;
  justify-content: center;
  margin: 20px 0 0;
  padding: 0px;
}

.blogBodyContent iframe {
  border-radius: 15px;
  box-shadow: 1px 5px 14px 9px rgb(0 0 0 / 10%);
}

/* .blogBodyContent table tr:first-child th {
      color: #fff;
      background: #0000FF;
  } */
.blogBodyContent table+p,
.blogBodyContent .table-responsive+p {
  padding-top: 20px;
}


tbody tr:first-child td{
  border-top: transparent;
   
}
tbody tr td:first-child{
  border-left: transparent;
}
tbody tr td:last-child{
  border-right: transparent;
}
tbody tr:last-child td{
  border-bottom: transparent;
   
}
.blogBodyContent .table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  border: 1px solid transparent;
  background: linear-gradient(to right, white, white), linear-gradient(86.65deg, #FF51D7 -14.23%, #FF4848 40.8%, #6248FF 77.66%, #1862FF 115.44%),#ffffff;
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  border-radius: 5px;
}

.blogBodyContent .box {
  padding: 10px;
  border: 1px solid #000;
}
.blogBodyContent .gradiantBox{
  padding: 17px 20px 0;
  border: 1px solid transparent;
  background: linear-gradient(to right, white, white), linear-gradient(33.57deg, #FF51D7 -10.09%, #FF4848 30.85%, #6248FF 70.32%, #1862FF 104.05%), #FFFFFF;
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  border-radius: 5px;
  margin-bottom: 20px;
}
.gradiantBox>strong{
  font-size: 20px;
  padding-bottom: 16px;
  display: block;
  color: #1E2532;
  font-weight: 600;
  opacity: 0.98;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 20px;
}
.gradiantBox p strong.head:first-child {
  color:#1E43FF;
}
.blogBodyContent .gradiantBox p,
.blogBodyContent .gradiantBox p strong{
  font-size: 15px;
}
.blogBodyContent table th, .blogBodyContent table td {
  padding: 20px;
  border: 1px solid  #DEDEDE;

  font-weight: 400;
  color: #1E2532;
  opacity: 0.98;
  font-size: 15px;
  vertical-align: top;
}
.blogBodyContent table th strong, .blogBodyContent td strong {
  font-weight: 600;
  font-size: 17px;
}
.blogBodyContent table .tick{
  display: inline-block;
  position: relative;
  padding-left: 25px;
}
.blogBodyContent table .tick::before{
  content:"";
  background: url(../tickicon.html);
  position: absolute;
  width: 16px;
  height: 13px;
  background-size: contain;
  left: 0;
  top: 4px;
}
.blogBodyContent table span{
  font-weight: 400;
  color: #1E2532;
  opacity: 0.98;
  font-size: 15px;
  vertical-align: top;
}
.blogBodyContent table span + span{
  margin-top: 15px;
}

.samplePdf a,
.faqWraper a,
.blogBodyContent a {
  color: #0938C2;
  text-decoration: none;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  border-bottom: 1px solid #CFE2F5;
  opacity: unset;
  position: relative;
  margin-right: unset;
}

.faqWraper a:hover,
.blogBodyContent a:hover {
  border-bottom: 1px solid #95B2D1;
}

/* .samplePdf a[target="_blank"]:only-of-type,
.faqWraper a[target="_blank"]:only-of-type,
.blogBodyContent a[target="_blank"]:only-of-type{
  margin-right: 15px;
} */

.blogBodyContent .expertTipLink[target="_blank"]:only-of-type{
  margin-right: unset;
}
 
.writerLink::after,
.samplePdf a[target="_blank"]:only-of-type::after,
.faqWraper a[target="_blank"]:only-of-type::after,
.blogBodyContent a[target="_blank"]:only-of-type::after,
.blogBodyContent p a[target="_blank"]::after,
.blogBodyContent ul li p a[target="_blank"]::after,
.blogBodyContent ul li a[target="_blank"]::after{
  content: "";
  position: relative;
  display: inline-block;
  right: -3px;
  top: 8px;
  background-image: url(../svg/target-blank.svg);
  width: 13px;
  height: 13px;
  background-repeat: no-repeat;
  transform: translateY(-50%);
  margin-right: 5px; 
}
.pdfsWrapper a[target="_blank"]:only-of-type::after{
  display: none;
}

.blogBodyContent a.cta__btn[target="_blank"]:only-of-type::after {
  content: unset !important;
}

/* .blogBodyContent a.expertTipLink[target="_blank"]:only-of-type::after {
  content: unset !important;
}

.blogBodyContent a.expertTipLink::after {
  content: unset !important;
} */

.blogBodyContent a.boldHeadingAnchor{
  font-weight: 500;
}


.samplePdf h2,
.faqWraper h2,
.blogBodyContent h2 {

  font-style: normal;
  font-weight: 700;
  font-size: 27px;
  line-height: 122.5%;
  padding-top: 32px;
  padding-bottom: 32px;
  color: #1E2532;
  opacity: 0.98;

}

.samplePdf h4,
.samplePdf h3,
.faqWraper h4,
.faqWraper h3,
.blogBodyContent h4,
.blogBodyContent h3 {

  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 122.5%;
  padding-top: 16px;
  padding-bottom: 20px;
  color: #1E2532;
  opacity: 0.98;
}

.blogBodyContent p strong {
  font-size: 18px;
  line-height: 28px;
  color: #1E2532;
  font-weight: 600;
  opacity: 0.98;
}

.box p strong {
  font-size: 22px;
  line-height: 28px;
  color: #1E2532;

  opacity: 0.98;
  font-weight: 500;
}

.blogBodyContent h4 {
  font-size: 22px;
}

.tipCard {
  background: #F7F9FC;
  border-radius: 6px;
  padding: 20px 22px;
  margin-bottom: 16px;
}

.tipHead {
  display: flex;
  align-items: center;
  column-gap: 10px;
  padding-bottom: 20px;
  border-bottom: 1px solid #E7EAF4;
}

.tipHead span {
  display: block;

  font-style: normal;
  font-weight: 400;
  font-size: 19px;
  line-height: 134%;
  color: #656E83;
}

.tipBody {
  padding-top: 20px;
  margin-bottom: 16px;
}

.tipBody span {
  font-family: 'TT Tricks';
  font-style: normal;
  font-weight: 300;
  font-size: 19px;
  line-height: 148.5%;
  color: #1E2532;
}

.tipBody p a span,
.tipBody p a {
  color: #1E43FF;
}

.blogBodyContent ul {
  margin-bottom: 20px;
  padding-left: 40px;
}

.blogBodyContent p+.tipCard {
  margin-top: 16px;
}

.blogBodyContent ol li strong+p,
.blogBodyContent ul li strong+p {
  padding-top: 16px;
}

.blogBodyContent ul li .pdfsWrapper {
  padding-top: 16px;
}

.blogBodyContent ul li, .blogBodyContent ul li span, .faqWraper ul li, .faqWraper ol li {

  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #1E2532;
  /* padding-top: 8px; */
  opacity: 0.98
}

.faqWraper ol li+li,
.faqWraper ul li+li {
  padding-top: 8px;
}

.blogBodyContent ul li strong,
.faqWraper ul li strong,
.faqWraper ol li strong {

  font-style: normal;
  font-size: 17px;
  font-weight: 600;
  line-height: 28px;
  color: #1E2532;
  padding-top: 8px;
  opacity: 0.98
}
.blogBodyContent ul li p {
  padding-bottom: 0px;
}
.blogBodyContent ul li p:last-child{
  padding-bottom: 8px;
}
.blogBodyContent ul li p + P{
  padding-top: 8px;
}
.blogBodyContent ol li::marker,
.blogBodyContent ul li::marker,
.faqWraper ul li::marker,
.faqWraper ol li::marker {
   color: #05ada3;
  font-size: 19px;
  font-weight: 700;
  font-family: 'TT Tricks Bold';
}

.add-Section {
  background-color: #FFE84D;
  margin-top: 16px;
  border-radius: 6px;
  padding: 25px 20px 40px;
  background-image: url(../cta-bg.html);
  background-repeat: no-repeat;
  background-position: 100% 100%;
  margin-bottom: 32px;
}

.add-Data p {

  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 134%;
  color: #1E2532;
  padding-bottom: 25px;
}

.add-Cta {
  position: relative;
  max-width: 150px;
  width: 100%;
}

.add-Cta a {
  background-color: #1E43FF;
  display: flex;
  width: 100%;
  padding: 7px 0;
  align-items: center;
  color: #fff;
  text-align: center;
  text-decoration: none;
  justify-content: center;
  font-weight: 400;
  font-size: 13px;
  column-gap: 7px;
  line-height: 1;
  position: relative;
}
.blogBodyContent .gradiantBox + .ctaSec{
   margin-top: 50px;
}
 
.add-Cta::before {
  display: block;
  position: absolute;
  bottom: -25px;
  font-weight: 400;
  font-size: 13px;
  line-height: 134%;
  left: 0;
  color: rgba(30, 37, 50, 0.44);
  right: 0;
  width: 100%;
  content: '* Terms Applied';
  text-align: center;
}
.ctaSec{
  position: relative;
  padding: 16px 15px;
  border: 2px solid transparent;
  background: linear-gradient(to right, white, white), linear-gradient(86.65deg, #FF51D7 -14.23%, #FF4848 40.8%, #6248FF 77.66%, #1862FF 115.44%), #FFFFFF;
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  border-radius: 5px;
  margin: 20px 0px;
}
.ctaSec::after{
  content: " ";
  background: url(../robo.html);
  position: absolute;
  width: 138px;
  height: 192px;
  background-repeat: no-repeat;
  right: -7px;
  top: -27px;
  background-size: cover;
}
.ctaSec .ctaWrap{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-right: 25%;
}
.ctaSec .ctaHead{
  font-weight: 600;
  font-size: 15px;
  line-height: 165.5%;
  color: #000000;
  padding-bottom: 7px;
}
.ctaSec .ctaDesc{
  font-weight: 400;
  font-size: 13px;
  line-height: 165.5%;
  color: #000000;
  padding-bottom: 0;
}
.Contentbody{
  max-width: 387px;
  width: 100%;
  padding-bottom:45px ;
}
.ctaSec .cta__btn{
  max-width: max-content;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(81.22deg, #1862FF -14.08%, #7731FF 29.91%, #D012FF 77.88%);
  border-radius: 3px;
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 0.03em;
  color: #FFFFFF;
  gap:4px;
  padding:0 10px;
  text-decoration: none;
  border-bottom: unset;
}
.ctaSec .cta__btn:hover{
border-bottom: unset!important;
background: linear-gradient(81.22deg, #516EFF -14.08%, #B44DFF 77.88%);
}
.expertTipSec{
  position: relative;
  border: 1px solid transparent;
  background: linear-gradient(to right, white, white), linear-gradient(86.65deg, #FF51D7 -14.23%, #FF4848 40.8%, #6248FF 77.66%, #1862FF 115.44%), #FFFFFF;
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  border-radius: 5px;
  padding: 20px 15px;
  margin: 20px 0;
}
.expertTipSec .tip_Head{
  font-weight: 500;
  font-size: 15px;
  line-height: 140.5%;
  /* identical to box height, or 21px */
  color: #1E2532;
  padding-bottom: 17px;
}
.expertTipSec .tipDesc{
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #1E2532;
}
.expertTipSec .tipDesc + .tipDesc{
  padding-top: 20px;
}
.expertTipSec p + p{
  padding-top: 20px;
}
.expertTipSec a{ 
  color:#1E43FF;
  text-decoration: none;
  font-weight: 400;
  font-size: 14px;
  border-bottom: unset;
}
.titleWrap{
  position: relative;
  margin-bottom: 16px;
}
.titleWrap::before{
content:"";
background: url('../light-bulb.html');
position: absolute;
width: 47px;
height: 47px;
background-size: contain;
right: 0;
top: -13px;
background-repeat: no-repeat;
}
.titleWrap::after{
  content:"";
  background: url('../seprator.html');
  position: absolute;
  width: 100%;
  height: 1px;
  background-size: contain;
  left: 0;
 
  background-repeat: no-repeat;
  }
.blogBodyContent ol {
  padding-left: 40px;
}

.blogBodyContent ol li {
  padding-bottom: 8px;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #1E2532;
  opacity: 0.98;
}

.blogBodyContent ol li:last-child {
  padding-bottom: 16px;
}

.blogBodyContent ol li b,
.blogBodyContent ol li strong {
  font-weight: 500;
  font-size: 17px;
  line-height: 122.5%;
  color: #1E2532;

  opacity: 0.98;
}


.blogBodyContent .add-Section+h3,
.blogBodyContent .add-Section+h4 {
  padding-top: 0px;
}

.blogBodyContent a[href$=".pdf"] {
  padding: 10px 20px 10px 20px;
  border: 2px solid #e4e4e4;
  border-radius: 4px;
  background-color: #fff;
  transition: all ease .1s;
  width: 100%;
  margin-bottom: 0px;
  display: block;
  font-weight: 400;
  font-size: 16px;
  line-height: 143%;
  position: relative;
  color: #1E43FF !important;
  text-decoration: none;

  font-weight: 500;
}

.blogBodyContent .ctaPreview+.pdfsWrapper {
  margin-top: 16px;
}

.pdfsWrapper div.text-center {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.blogBodyContent a[href$=".pdf"]:hover {
  border: 2px solid #367fd3;
}

.blogBodyContent a[href$=".pdf"]:hover:after,
.blogBodyContent a[href$=".pdf"]:after {
  content: '';
  background-image: url('../pdfdownloadicon.html');
  position: absolute;
  z-index: 111;
  width: 20px;
  height: 24px;
  background-size: contain;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  display: none
}

.blogBodyContent .samplePdf a[href$=".pdf"]:after,
.blogBodyContent .samplePdf a[href$=".pdf"]:hover:after {
  content: '';
  background-image: unset !important;
  display: none;
}

.pdfsWrapper {
  /* padding: 10px 20px;
  border: 2px solid #e4e4e4; */
  border-radius: 4px;
  background-color: #fff;
  transition: all .1s ease;
  width: 100%;
  margin-bottom: 0;
  display: block;
  font-size: 16px;
  line-height: 143%;
  position: relative;
  color: #2d96ee;
  font-weight: 500;
}

.pdfsWrapper:hover{
  border-color: #1E2532;
}

.pdfsWrapper .pdfBtn p,
.blogBodyContent .samplePdf .pdfBtn p {
  padding-bottom: 0px !important;

}

.pdfsWrapper .pdfBtn p {

  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  color: #595959;
  opacity: unset;
  line-height: 150%;
}

.blogBodyContent .samplePdf {
  padding-bottom: 30px;
  margin-top: 32px;
}

.blogBodyContent a[href$=".pdf"]:hover:after {
  content: '';
  background-image: url('../pdfdownloadiconhover.html');
}

/* PDF Section */
.samplePdf {
  margin-top: 29px;
  border-top: 1px solid #E8E9EC;
}

.samplePdf a p {
  color: #1E43FF;

  font-style: normal;
  font-weight: 400;
  font-size: 19px;
  padding-bottom: 0px;
}

.pdfBtn:hover svg path,
.pdfBtn:hover svg rect {
  fill: #367fd3 !important;
}

/* FAQ Section  */
.faqWraper {
  margin-top: 29px;
  border-top: 1px solid #E8E9EC;
}

.faqWraper h2,
.faqWraper h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 28px;
  line-height: 122.5%;
  color: #1E2532;
  padding: 48px 0 22px;
  opacity: 0.98;
}

.faqWraper ul {
  padding-left: 20px;
}

.faqWraper ol li,
.faqWraper ul li,
.faqWraper a,
.faqWraper p {
  font-size: 16px;
  line-height: 30px;
}

.faqWraper h3 {
  font-size: 18px;
  padding: 3px 0 3px;
}

.answerInner {
  padding-right: 55px;
}

.faqWraper .accord-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  padding: 0 0 30px;
}

.accordd .card {
  border-bottom: 1px solid #E8E9EC;
  margin-bottom: 30px;
}

.accordd .card:last-child {
  border-bottom: unset;
  margin-bottom: 0px;
}

span.faq-icon {
  /* position: absolute; */
  right: 0;
  transform: rotate(180deg);
  top: 0;
}

.faqWraper h2 {

  padding: 48px 0 40px;
  opacity: 0.98;
}

.card.show span.faq-icon {
  transform: rotate(0deg);
  transition: 0.3s ease all;
}

.card .accord-card-head:hover span.faq-icon svg circle {
  stroke: #01305c;
  fill: #F6F6F6;
}

.card .accord-card-head:hover span.faq-icon svg path {
  fill: #01305c;
}

.card.show .accord-card-head:hover span.faq-icon svg circle {
  stroke: #05ada3;
  fill: #05ada3;
}

.card.show .accord-card-head span.faq-icon svg circle {
  stroke: #05ada3;
  fill: #05ada3;
}

.card.show .accord-card-head:hover span.faq-icon svg path,
.card.show span.faq-icon svg path {
  fill: #fff;
}

/* Writer Section */
.writerWrapper {
  margin-top: 15px;
  margin-bottom: 50px;
  border-top: 1px solid #E8E9EC;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 29px;
  -moz-column-gap: 29px;
  column-gap: 29px;
  padding-top: 29px;
}

.writerProfile {
  width: 87px;
  height: 87px;
  flex: 0 0 87px;
}

.writerProfile img {
  width: 100%;
  object-fit: cover;
  height: 100%;
  border-radius: 100%;
}

.writerAbout .writtenBy {

  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.11em;
  color: #3d3d3d;
  padding-bottom: 8px;
}

.media-links ul {
  list-style: none;
  column-gap: 10px;
  margin-bottom: 3px;
}

.media-links ul li a {
  display: flex;
}

.writerAbout .writerbio {

  font-style: normal;
  font-weight: 600;
  font-size: 23px;
  line-height: 140.5%;
  color: #1E2532;
  padding-bottom: 0;
  opacity: 0.98;
}
.writerbio:hover a{
  border-bottom: 1px solid #000;
}
.writerAboutLeft {
  width: 100%;
}

.writerAbout .writerAboutcontent {
  font-style: italic;
  font-weight: 400;
  font-size: 17px;
  line-height: 28px;
  color: #495163;
  opacity: 0.98;
  margin-top: 10px;
}

/* Blog Sidbar Widget */
.blogSideBar {
  max-width: 280px;
  width: 100%;
  flex: 1;
  position: sticky;
  top: 110px;
  align-self: flex-start;
  margin-bottom: 32px;
}

.relatedBlogsWidget {
  border: unset;
  border-radius: 6px;
  padding: 0px 9px 20px 12px;
  max-width: 280px;
  width: 100%;
  margin-bottom: 32px;
}

.relatedBlogsWidget p {

  font-style: normal;
  font-weight: 400;
  font-size: 19px;
  line-height: 122.5%;
  color: #474D57;
  padding-bottom: 9px;
  border-bottom: 1px solid #E8E9EC;
  margin-bottom: 20px;
}

.relatedblogwrap {
  /* max-height: 350px;
  overflow-y: auto; */
  padding-right: 10px;
}

.otherBlogsWrapper::-webkit-scrollbar,
.relatedblogwrap::-webkit-scrollbar {
  width: 5px;
}

.otherBlogsWrapper::-webkit-scrollbar {
  height: 5px;
}

/* Track */
.otherBlogsWrapper::-webkit-scrollbar-track,
.relatedblogwrap::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #cec8c8;
  border-radius: 10px;
}

/* Handle */
.otherBlogsWrapper::-webkit-scrollbar-thumb,
.relatedblogwrap::-webkit-scrollbar-thumb {
  background: #05ada3;
  border-radius: 10px;
}

.relatedBlogsWidget ul {
  list-style: none;
  padding-left: 0px;
}
.subItem{
  padding-left: 25px;
}
.subItem-item{
  padding-left: 35px;
}
.relatedBlogsWidget ul li+li {
  padding-top: 16px;
}

.relatedBlogsWidget ul li a {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #888F9F;
  display: flex;
  align-items: flex-start;
  -webkit-column-gap: 9px;
  -moz-column-gap: 9px;
  column-gap: 9px;
  text-decoration: none;
}

.relatedBlogsWidget ul li a span {
  padding-top: 3px;
}

.relatedBlogsWidget ul li.active a,
.relatedBlogsWidget ul li.active a svg path,
.relatedBlogsWidget ul li a:hover svg path,
.relatedBlogsWidget ul li a:hover {
  color: #05ada3;
  fill: #05ada3;
  text-decoration: underline;
}

.relatedBlogsWidget ul li.active a:hover,
.relatedBlogsWidget ul li.active a:hover svg path {
  text-decoration: underline;
}

.relatedBlogsWidget ul li.active a,
.relatedBlogsWidget ul li.active a svg path {
  pointer-events: none;
  text-decoration: none;
}

.relatedBlogsWidget ul li a svg path,
.relatedBlogsWidget ul li a {
  color: #656e83;
  fill: #656e83;
}
.ShareArticle{
  margin-top: 35px;
}
.ShareArticle p {

  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 122.5%;
  color: #3d3d3d;
  text-align: center;
  padding-bottom: 10px;
}

.ShareArticle ul {
  display: flex;
  align-items: center;
  list-style: none;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  justify-content: center;
}

.ShareArticle ul li a {
  border: 1px solid #DADFEB;
  max-width: 48px;
  min-height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  border-radius: 50%;
  transition: all 0.4s ease-in;
}

.ShareArticle ul li a:hover {
  background: #eff2f9;
}

.d-none,
.toc_Close {
  display: none;
}


/* ReadingSection */


.keepReading {
  padding-top: 21px;
  width: 100%;
  padding-bottom: 50px;
}

.cate-text {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  max-width: 140px;
}

.otherBlogsWrapper {
  width: 100%;
  display: flex;
  column-gap: 20px;
  padding-bottom: 24px;
  white-space: nowrap;
  overflow-x: auto;
}

.otherBlogsWrapper a {
  display: block;
  background: #000101;
  border-radius: 7px;
  padding: 12px 16px;
  text-decoration: none;
  max-width: 27%;
  width: 100%;
  flex: 0 0 27%;
}

.keepReading h2 {

  font-style: normal;
  font-weight: 450;
  font-size: 32px;
  line-height: 122.5%;
  color: #1E2532;
  padding-bottom: 24px;
}

.blogCardHead {
  display: flex;
  align-items: center;
  column-gap: 6px;
  position: relative;
}

.blogCardHead span {

  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 23px;
  color: rgba(15, 20, 30, 0.44);
}

.keepReading .blogCard {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.imageWraper {
  /* position: absolute;
    bottom: 0;
    left: 0; */
}

.blogCard p {

  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 33px;
  color: #0F141E;
  padding-top: 8px;
  margin-bottom: 13px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: break-spaces;
}

.browseBtn {

  font-style: normal;
  font-weight: 500;
  font-size: 19px;
  line-height: 23px;
  color: #656E83;
  display: block;
  text-decoration: none;
}


.blogCard img {
  display: block;
  width: 100%;
  min-height: 282px;
  height: 100%;
  object-fit: cover;
}

.cardWrapper.light .blogCardHead span {
  color: rgba(255, 255, 255, .5);
}

.cardWrapper.light .blogCard p {
  color: #fff;
}

/* CTA  */
.blogBodyContent .ctaPreview {
  max-width: 100%;
  width: 100%;
  background: #FFE84D;
  border-radius: 6px;
  padding: 40px 20px 35px;
  position: relative;
  margin-top: 16px;
  margin-bottom: 24px;
  display: flex;
  justify-content: end;
}

.blogBodyContent .addText a::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 100px;
  animation-name: cta-animation;
  animation-duration: 2s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@keyframes cta-animation {

  0% {
    box-shadow: 0 0 0 0px #fff;
  }

  100% {
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }
}

.blogBodyContent .addText p {

  font-style: normal;
  font-weight: 500;
  max-width: 467px;
  font-size: 18px !important;
  line-height: 134% !important;
  color: #1E2532 !important;
  padding: 0 !important;
  padding-bottom: 25px !important;
}

.blogBodyContent .addText a span {
  display: flex;
}

.blogBodyContent .ctaPreview.light .addText p {
  color: #fff !important;
}

.blogBodyContent .ctaPreview.light .addText a::before {
  color: rgba(255, 255, 255, .5);
}

.blogBodyContent .addText a {
  display: flex;

  align-items: center;
  column-gap: 5px;
  max-width: 128px;
  width: 100%;
  background-color: #fff;
  color: #000;
  font-weight: 400;
  font-size: 15px;
  line-height: 16px;
  border-radius: 100px;
  padding: 7px 0;
  justify-content: center;
  position: relative;
  text-decoration: none;
  opacity: unset !important;
}

.blogBodyContent .addText a svg path {
  fill: #000 !important;
}

.blogBodyContent .addText {
  position: unset;
  top: 0;
  left: 0;
  background: unset;
  box-shadow: unset;
  max-width: 300px;
  flex: 0 0 300px;
}

/* .blogBodyContent .addText a::before{
    width:100%;
    
    position: absolute;
    content: '* Terms Applied';
    text-align: center;
    bottom:-25px;
    font-weight: 400;
    font-size: 13px;
    color: rgba(30, 37, 50, 0.44);
    line-height: 134%;
  } */
.blogBodyContent .ctaPreview img {
  position: absolute;
  display: block;
  left: 40px;
  bottom: 0;
  margin: 0;
}

.addSection .addImage img {
  margin: 0;
}

.blogBodyContent .addImage {
  position: absolute;
  bottom: 0;
  left: 20px;
}

.blogBodyContent a.termsBtn::before {
  content: '' !important;
}

.blogBodyContent .addSection {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  padding: 20px;
  box-shadow: 0px 0px 11px 2px rgb(172 172 172 / 25%);
  border-radius: 4px;
  max-width: 692px;
  width: 100%;
  min-width: unset;
  margin: 100px 0 24px;
  transform: unset;


  max-height: unset;
  height: unset;
}

.blogBodyContent .addData {
  max-width: 284px;
  width: 100%;
  margin-left: auto;
}

.blogBodyContent .addCta {
  max-width: 126px;
  width: 100%;
}

.blogBodyContent .addCta a {
  display: block;
  width: 100%;
  padding: 9px 0px;
  background-color: #117BD4;
  border: 2px solid #FFFFFF;
  border-radius: 25.5px;
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;

  font-weight: 600 !important;
  text-align: center;
  color: #FFFFFF;
  position: relative;
  opacity: 1;
}

.blogBodyContent .addData p {
  font-weight: 600 !important;
  font-size: 17px !important;
  line-height: 28px !important;
  text-align: left !important;
  color: #FFFFFF !important;
  margin: 0 !important;
  padding: 0;

  opacity: 1 !important;
}

.blogBodyContent .addSection::before {
  position: absolute;
  content: 'Ad';
  left: 0;
  top: 0;
  background-color: #DEDEDE;
  border-radius: 4px 0px 0px 0px;
  padding: 0 5px;
  font-weight: 400;
  font-size: 13px;
}

@media(max-width:1400px) {
  .container {
    padding: 0 40px;
  }

  .tableofContents {
    max-width: 257px;
  }

  .blogBodyWrapper {
    column-gap: 25px;
  }

  .blogBodyContentWraper {
    max-width: 540px;
    width: 100%;
  }

  .blogBodyContent .addImage img {
    width: 80%;
  }

  .blogBodyContent .addText {
    max-width: 370px;
    flex: 0 0 370px;
  }

  /* .blogHeadWrapper {
      padding-bottom: 13px;
  } */
  .blogSideBar {
    max-width: 257px;
  }

  .blogBodyContent .addData {
    padding: 0 6px 0px 11px;
  }
  .ctaSec .ctaWrap {
     
    padding-right: 21%;
}
}

@media(max-width:1200px) {
  .container {
    padding: 0 32px;
  }

  .otherBlogsWrapper {
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 20px;
  }

  .blogBodyContent .addData p {
    font-size: 16px !important;
    line-height: 26px !important;
  }

  .blogBodyContent .addCta a {
    font-size: 17px;
    margin-left: auto;
    max-width: 116px;
  }

}


@media(max-width:1100px) {
  .add-Section {
    background-size: 35%;
  }

  .blogHead .blog-info {

    -webkit-column-gap: 9px;
    -moz-column-gap: 9px;
    column-gap: 9px;

  }
}

@media(max-width:991px) {
  .blogHeadWrapper {
    flex-direction: column-reverse;
  }

  .blogBodyContentWraper {
    max-width: 100%;
    width: 100%;
  }

  .blogBodyContent .addSection {
    max-width: 670px;
    width: 100%;
    margin: 22px auto 24px;
  }

  .writerInfo {
    justify-content: center;
  }

  .innerHead h1 {
    font-size: 36px;
    text-align: center;
    padding-top: 15px;
  }

  .innerHead {

    padding-top: 29px;
  }

  .readTime {
    justify-content: center;
  }

  .blogBodyWrapper {
    flex-direction: column-reverse;
    padding-top: 0;
  }
.ShareArticle{
  display: none;
}
  .tableofContents {
    max-width: 100%;
    padding-top: 18px;
    top: 52px;
    z-index: 1;
    background-color: #fff;
    transition: all ease .2s;
  }

  .progress_toc {

    max-width: 100%;

  }

  .d-none {
    display: block;
  }

  .flex {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
  }

  .tocHeading-mob-none {
    display: none;

  }

  /* .tocToggel,
  .toc_Close{
     position: absolute;
      width: 100%;
      flex: 1;
      max-width: 100%;
      z-index: 11;
  } */
  .no-bulletItems li span {
    color: #373737;
    padding: 8px 19px;
    border-radius: 0px;
  }

  .toc-head {
    display: flex;
    align-items: center;
    column-gap: 17px;
  }

  .toc-head::before {
    display: none;
  }

  .toc-head.show .toc_Close {
    display: block;
  }

  .toc-head.show .tocToggel {
    display: flex;
  }

  .toc-head.show .arrow-down {
    transform: rotateX(180deg);
  }

  .no-bulletItems {
    border-bottom: 1px solid #E8E9EC;
    box-shadow: 0px 5px 13px 0px #efefef;
    margin: 0 -18px;
  }

  .blogBodyContent {
    max-width: 100%;
    padding-top: 30px;
    overflow-x: scroll;
  }

  .blogBodyContent>p:first-child {
    font-size: 22px;
  }

  .blogBodyContent em,
  .samplePdf p, .faqWraper p, .blogBodyContent p, .blogBodyContent p span {
    font-size: 16px;
  }


  .blogBodyContent h2 {
    font-size: 26px;
  }

  .tipBody span {
    font-size: 17px;
  }

  .blogBodyContent ul li {
    font-size: 17px;
  }

  .add-Cta::before {
    text-align: left;
  }

  .relatedBlogsWidget {
    display: none;
  }

  .add-Section {
    background-size: unset;
  }

  .otherBlogsWrapper a {
    max-width: 48%;
    flex: 0 0 48%;
  }

  .tableofContents p.toc-head {

    font-size: 19px;
    font-weight: 400;
    color: #656E83 !important;
    -webkit-column-gap: 11px;
    -moz-column-gap: 11px;
    column-gap: 11px;
  }

  .tableofContents {
    margin-bottom: 0px;
  }

  .blogBodyContent>p:first-child, .blogBodyContent>p:first-child strong, .blogBodyContent>p:first-child a, .blogBodyContent>p:first-child span, .blogBodyContent>h2:first-child, .blogBodyContent>h3:first-child {
    font-size: 22px;
    padding-bottom: 32px;
    line-height: 28px;
    opacity: .77;
  }

  .blogBodyContent>p:first-child a {
    padding-bottom: 2px;
  }

  .breadcrum span {
    padding: 0px 6px;
  }

  .samplePdf h4, .samplePdf h3, .faqWraper h4, .faqWraper h3, .blogBodyContent h4, .blogBodyContent h3 {

    font-size: 18px;
    padding-bottom: 8px;
    line-height: 150%;
  }

  .blogBodyContent ol li {
    padding-bottom: 8px;
    font-weight: 400;
    font-size: 17px;
  }

  .samplePdf h2, .faqWraper h2, .blogBodyContent h2 {
    padding-bottom: 25px;
    font-size: 26px;
  }

  .samplePdf a p {
    color: #1E43FF;

    line-height: 143.5%;
    font-weight: 500;
    font-size: 14px;
  }

  .writerAbout .writtenBy {
    padding-bottom: 10px;
  }

  .samplePdf a, .faqWraper a, .blogBodyContent a {

    font-size: 16px;

  }

  .writerAbout .writerAboutcontent {
    font-size: 16px;
  }
p
  .pdfsWrapper .pdfBtn p {
    font-size: 14px;
  }
}

@media(max-width:767px) {
  .container {
    padding: 0 20px;
    max-width: 570px;
    margin: 0 auto;
  }

  .blogHeadWrapper {
    padding-bottom: 24px;
  }

  .breadcrum {
    padding-bottom: 0;
    padding-top: 15px;
  }

  .blogHead .blog-info {
    flex-direction: column;
    padding-bottom: 0;
  }

  .blogHead .blog-info .blog-info-item,
  .blogHead .blog-info .readTime {
    padding-bottom: 10px;
  }

  .readTime p,
  .blogHead .blog-info-item p {
    font-size: 15px;
  }

  .readTime {

    column-gap: 5px;

  }

  .blog-info svg {
    width: 21px;
    height: 21px;
  }

  .blogHead .blog-info .writerInfo {
    margin: 10px 0 35px !important;
  }

  .blogBodyContent .addSection {
    padding: 15px;
  }

  .blogBodyContent .addData {
    max-width: 227px;
  }

  .blogBodyContent .addData p {
    font-size: 14px !important;
    line-height: 23px !important;
    letter-spacing: .5px;
  }

  .blogBodyContent .addCta {
    max-width: 107px;
  }

  .blogBodyContent .addCta a {
    font-size: 16px;
    margin-left: auto;
    padding: 6px 0;
  }

  .blogBodyContent .addImage {
    left: 12px;
  }

  .blogBodyContent .ctaPreview img {
    left: 30px;
    max-width: 150px;
  }

  .blogBodyContent .ctaPreview {
    padding: 25px 20px 22px;
  }

  .blogBodyContent .addText p {
    font-size: 19px !important;
  }

  .blogBodyContent .addText {
    max-width: 270px;
    flex: 0 0 270px;
  }

  .writerAbout .writerbio {
    font-size: 22px;
  }
  .ShareArticle p {
    
    font-size: 17px;
    
}
}

.write-desk {
  display: block;
}

.write-mob {
  display: none;
}

@media(max-width:575px) {
  .blogBodyContent iframe {

    width: 95% !important;
  }

  .blogHead::after {
    content: "";
    background: url(../vectormob.html);
    width: 299px;
    height: 473px;
    background-size: contain;
    position: absolute;
    z-index: -1;
    top: 243px;
    right: 0;
  }

  .blogBodyContent .addText a {

    font-size: 14px;

  }

  .BreadcrumbList>p:last-child {
    text-overflow: ellipsis;
    overflow: hidden;
  }

  .blogBodyContent .addImage img {
    max-width: 100%;
    width: 66%;
    height: unset;
  }

  .blogBodyContent .addSection {
    margin: 22px auto 5px;
  }

  .blogBodyContent .addData p {
    font-size: 15px !important;
  }

  .blogBodyContent>p:first-child a {
    padding-bottom: 2px;
  }

  .write-desk {
    display: none;
  }

  .write-mob {
    display: block;
  }

  .d-col {
    flex-direction: column;
  }

  .faqWraper {
    margin-top: 15px;

  }

  .innerHead h1 {
    max-width: 90%;
    margin: 0 auto;
  }

  .faqWraper h2, .faqWraper h3 {
    padding: 15px 0 20px;
  }

  .breadcrum p,
  .breadcrum a {

    font-size: 14px;

  }

  .blogBodyContent ol,
  .blogBodyContent ul,
  .faqWraper ol,
  .faqWraper ul {
    padding-left: 32px
  }

  .blogBodyContent ul li, .blogBodyContent ul li span, .faqWraper ul li, .faqWraper ol li {
    line-height: 24px;
  }

  .blogBodyContent ol li::marker, .blogBodyContent ul li::marker, .faqWraper ul li::marker, .faqWraper ol li::marker {
    font-size: 17px;
  }
 
  .writerProfile {
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
  }

  .add-Cta a {
    font-size: 13px !important
  }

  .writerInfo {
    display: flex !important;
    margin-bottom: 0 !important;
  }

  .blogImage img {
    display: block !important;
    max-height: 437px;
    height: 100%;
    padding-top: 40px;
  }

  .blogCard img {
    min-height: 157px;
  }

  .writerProfile img {
    height: 100%
  }

  .writerWrapper {
    -webkit-column-gap: 12px;
    -moz-column-gap: 12px;
    column-gap: 12px;
    margin-bottom: 3px;
    padding-top: 20px;
  }

  .writerAbout .writerbio {
    font-size: 17px;
    line-height: 24px;
  }

  .writerAbout .writtenBy {
    padding-bottom: 3px;
  }


  .ShareArticle {
    padding-top: 30px;
    padding-bottom: 36px;
  }

  .blogSideBar {
    max-width: 100%;
  }

  .blogBodyContent ul li strong, .faqWraper ul li strong, .faqWraper ol li strong {
    font-size: 17px;
    line-height: 24px;
  }

  .innerHead h1 {
    font-size: 22px;
    text-align: center;
  }

  .tipCard {
    padding: 16px 14px;
  }

  .tipHead {
    padding-bottom: 16px;
  }

  .tipBody span {
    font-size: 16px;
  }

  .tipBody {

    margin-bottom: 0px;
  }

  .add-Section {
    background-image: url(../cta-mob-bg.html);
  }

  .blogCard p {
    font-size: 16px;
    line-height: 19px;
  }

  .blogCardHead span {
    font-size: 14px;
    line-height: 16px;
  }

  .otherBlogsWrapper {
    column-gap: 18px;
    white-space: unset;
    overflow-x: unset;
  }

  .otherBlogsWrapper a {
    max-width: 47%;
  }

  .blogCardHead span:nth-child(2) {
    display: none;
  }

  .blogBodyWrapper .tableofContents .toc-head .tocHeading {

    font-size: 17px !important;
    line-height: 24px !important;
    color: #3d3d3d !important;
    opacity: 0.9;
    position: relative;

  }

  /* CTA Card Responsive*/
  .blogBodyContent .ctaPreview {
    max-width: 100%;
    padding: 26px 14px 15px;
    justify-content: unset;
    padding-left: 42%;
  }

  .blogBodyContent .addText p {
    font-size: 17px !important;
    padding-bottom: 8px !important;
    max-width: 250px;
    text-align: center;
  }

  .blogBodyContent .addText a::before {
    text-align: left;
  }

  .blogBodyContent .addText a {
    max-width: 143px;
    align-items: center;
    margin: 0 auto;
  }

  .blogBodyContent .addText a span {
    display: flex;
  }

  .blogBodyContent .ctaPreview img {
    max-width: 126px;
    left: 8px;
  }

  .blogBodyContent .addText {
    max-width: unset;
    flex: unset;
  }

  .blogBodyContent .addImage {
    left: 23px;
  }

  .blogBodyContent .addCta {
    position: absolute;
    bottom: -26px;
    right: 82px;
  }

  .faqWraper h3 {
    font-size: 19px;
    padding-right: 12px;
    padding-bottom: 10px;
  }

  .accordd .card {
    border-bottom: 1px solid #E8E9EC;
    margin-bottom: 15px;
  }

  .faqWraper ol li,
  .faqWraper ul li,
  .faqWraper a,
  .faqWraper p {
    font-size: 16px;
    line-height: 27px;
  }

  .faqWraper .accord-card-head {
    padding: 0 0 12px;
  }

  .answerInner {
    padding-right: 20px;
  }

  .faq-icon svg {
    width: 30px;
    height: 30px;
  }

  .writerWrapper {
    margin-top: 5px;
  }

  .writerAbout {
    width: 100%;
  }

  .media-links ul {
    column-gap: 6px;
  }

  .writerAboutLeft {
    width: 100%;
  }

  .media-links.write-mob ul {
    justify-content: flex-start;
  }

  .writerInfo label {
    font-size: 15px;
  }

  .writerInfo span {
    font-size: 15px;
  }
  .Contentbody {
  
    padding-bottom: 28px;
    padding-right: 21%;
}
.ctaSec .ctaHead {
 
  font-size: 14px;
 
}
.ctaSec .ctaWrap {
  padding-right: unset;
}
.ctaSec .cta__btn{
  font-size: 12px;
}
.ctaSec::after {
  content: " ";
  background: url(../rob-mob.html);
  position: absolute;
  width: 71px;
  height: 100px;
  background-repeat: no-repeat;
  right: -14px;
  top: unset;
  bottom: 21px;
  background-size: cover;

}
}

@media(max-width:475px) {
  .blogBodyContent .addSection {
    max-width: 299px;
    margin: 10px auto 5px;
    padding: 11px 11px 22px;
  }

  .blogBodyContent .addImage img {
    max-width: 112px;
    width: 100%;
  }

  .blogBodyContent .addImage {
    left: 14px;
  }

  .blogBodyContent .addData p {
    font-size: 14px !important;
    line-height: 16px !important;
    text-align: center !important;
  }

  .blogBodyContent .addData {
    max-width: 162px;
  }

  .blogBodyContent .addCta {
    bottom: -26px;
    right: 47px;
  }

  .blogBodyContent .addCta a {
    font-size: 14px;
    margin-left: auto;
    padding: 1.5px 0;
  }

  .blogBodyContent .addCta {
    max-width: 89px;
    position: absolute;
    bottom: -20px;
    right: 39px;
  }

  .blogBodyContent .addSection::before {
    font-size: 11px;
  }
}

@media(max-width:430px) {
  .blogBodyContent .ctaPreview {
    padding: 12px 14px 15px;
    padding-left: 43%;
  }
  /* .ctaSec::after {
    content: " ";
    background: url(../images/rob-mob.webp);
    position: absolute;
    width: 103px;
    height: 145px;
    background-repeat: no-repeat;
    right: -7px;
    top: unset;
    bottom: 9px;
    background-size: cover;
} */
}