*, body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Poppins;
  }
  
  @font-face {
    font-family: Poppins;
    src: url(../fonts/Poppins-ExtraBold.ttf);
    font-weight: 900;
    font-display: swap
  }

  @font-face {
    font-family: Poppins;
    src: url(../fonts/Poppins-Bold.ttf);
    font-weight: 700;
    font-display: swap
  }
  
  @font-face {
    font-family: Poppins;
    src: url(../fonts/Poppins-Regular.ttf);
    font-weight: 400;
    font-display: swap
  }
  
  @font-face {
    font-family: Poppins;
    src: url(../fonts/Poppins-Medium.ttf);
    font-weight: 500;
    font-display: swap
  }
  @font-face {
    font-family: Poppins;
    src: url(../fonts/Poppins-SemiBold.ttf);
    font-weight: 600;
    font-display: swap
  }
  @font-face {
    font-family: Poppins;
    src: url(../fonts/Poppins-Light.ttf);
    font-weight: 300;
    font-display: swap
  }
  body p{
    margin-bottom: 0px;
  }
  .progressBar{
    background: #233f8c;
    position: fixed;
    top: 0;
    left: 0;
    width: 0;
    height: 5px;
    z-index: 1000;
  }
  .articleBodyContent table {
    width: 100% !important;
    border-collapse: collapse;
  }
  .articleBodyConten table th, .articleBodyContent table td {
    padding: 10px;
    border: 1px solid #000;
    font-weight: 400;
    color: #1E2532;
    opacity: 0.98;
    font-size: 15px;
  }

  /* .related{
    margin-top: 127px;
  } */
  .update__info .crumbs{
    margin-bottom: 0;
    overflow-x: unset;
  }
  .iconBg,
  .name-icon{
    display: flex;
    width: 40px;
    text-align: center;
    justify-content: center;
    align-items: center;
    background: #233f8c;
    height: 40px;
    border-radius: 100%;
    color: #fff;
    font-size: 15px;
    letter-spacing: 1px;
    font-weight: 400;
  }
  .bolg-p .blog-info-item .infowrap{
    display: flex;
    flex-direction: column;
    gap: 2px;
    margin-left: 8px;
  }
  .iconBg{
    background: #DBFCE7
  }
  .update__info{
    display: flex;
      align-items: center;
      width: 100%;
      justify-content: space-between;
      margin-bottom: 16px;
      overflow-x: auto;
  }
  .update__info .blog-info-item{
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    white-space: nowrap;
    margin-left: 12px;
  }
  .update__info .svg-icon{
    display: flex;
  }
  .update__info .blog-info-item p {
    font-family: 'CircularStd';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    color: #68676A;
    padding-bottom: 0;
    margin-bottom: 0px;
  }
  .update__info .blog-info-item p strong {
    font-weight: 500;
  }
  .update__info::-webkit-scrollbar {
    width: 2px;
    height: 8px;
    cursor: pointer;
  }
  
  .update__info::-webkit-scrollbar{
    width:5px;
    max-height:5px
  }
  .update__info::-webkit-scrollbar-track{
    background:#e5e5e5
  }
  .update__info::-webkit-scrollbar-thumb{
    background:#117bd4;
    border-radius:4px
  }
  .update__infov .blog-info-item {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
  }
  .articleBodyContent img{
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .writerImg img{
    width: 100px;
    height: 100px;
    border-radius: 100%;
  }
  .verifyBadge{
    padding: 4px 12px;
    background-color: #DBFCE7;
    border-radius: 100rem;
    display: inline-flex;
    align-items: center;
    font-size: 12px;
    justify-content: center;
    color: green;
    gap: 2px;
    line-height: normal;
  }
  .text-blue {
    color: #0F5A99;
    font-weight: 300;
    font-size: 13px;
  }
  .bolg-p .blog-info-item p strong {
    font-weight: 300;
    font-size: 13px;
}
  .blop-pWraper .BreadcrumbList {
    padding-left: 0px;
  }
  
  .blop-pWraper .BreadcrumbList a {
    color: #0F5A99;
    font-size: 14px;
    font-weight: 400;
  }
  .blogDataWraper{
    display: flex;
    gap: 25px;
    padding-bottom: 35px;
  }
  .metaDataWrap{
    border-bottom: 1px solid #E7E7E7;
    margin-bottom: 40px;
  }

  .bolg-p .svg-icon{
    margin-right: 4px;
    position: relative;
    top: -1px;
  }
  .blogData-item{
    display: flex;
    column-gap: 2px;
    align-items: center;
  }
  .bolg-p .blog-info {
    flex-wrap: wrap;
    column-gap: 44px;   
    padding-bottom: 25px;
  }
  .bolg-p .blogData-item p{
    padding: 0;
    font-size: 13px;
    color: #2F2F31;
    font-weight: 300;
  }
  .blogData-item p strong{
    font-weight: 300;
    font-size: 13px;
    color: #68676A;
  }
  
  .bolg-p .blog-info-item {
    /* margin-bottom: 25px; */
    position: relative;
  }
  
  .bolg-p .blog-info-item::after {
    content: "";
    height: 43px;
    width: 1px;
    position: absolute;
    background: #E0E0E0;
    right: -22px;
    top: 0;
  }
  
  .bolg-p .blog-info-item:last-child::after {
    display: none;
  }
  
  .bolg-p .blog-info-item:nth-child(4)::after {
    display: none;
  }
   
  
  .bolg-p {
    padding: 34px 0px 40px;
    box-shadow: unset
  }
  
  .feature-image {
    padding-bottom: 35px;
  }
  
  .bolg-p .tableofContents .toc-head {
    font-family: 'CircularStd';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 146%;
    color: #01305C;
    float: unset;
  }
  
  .bolg-p .tableofContents .no-bulletItems {
    list-style: none;
    margin-bottom: 36px;
    position: relative;
    padding-left: 15px;
  }
  
  .no-bulletItems li {
    line-height: 122.5% !important;
  }
  
  .bolg-p .tableofContents .no-bulletItems::before {
    content: "";
    height: 100%;
    width: 4px;
    position: absolute;
    background: #F2F2F2;
    border-radius: 100px;
    left: 0;
  }
  
  .bolg-p .tableofContents .no-bulletItems li+li {
    margin-top: 25px;
  }
  
  .bolg-p .tableofContents .no-bulletItems li span {
    font-family: 'CircularStd';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 17px;
    cursor: pointer;
    color: #4A4E57;
  }
  
  .articleBodyContent .ctaPreview+.pdfsWrapper {
    margin-top: 16px;
  }
  
  .articleBodyContent .ctaPreview img {
    position: absolute;
    display: block;
    left: 40px;
    bottom: 0;
    margin: 0;
  }
  
  /* CTA  */
  .articleBodyContent .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;
  }
  
  .articleBodyContent .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);
    }
  }
  
  .articleBodyContent .addText p {
    font-style: normal;
    font-weight: 500;
    max-width: 467px;
    font-size: 24px !important;
    line-height: 134% !important;
    color: #1E2532 !important;
    padding: 0 !important;
    padding-bottom: 25px !important;
  }
  
  .articleBodyContent .addText a span {
    display: flex;
  }
  
  .articleBodyContent .ctaPreview.light .addText p {
    color: #fff !important;
  }
  
  .articleBodyContent .ctaPreview.light .addText a::before {
    color: rgba(255, 255, 255, .5);
  }
  
  .articleBodyContent .addText a {
    display: flex;
    align-items: center;
    column-gap: 5px;
    max-width: 145px;
    width: 100%;
    background-color: #fff;
    color: #000;
    font-weight: 400;
    font-size: 17px;
    line-height: 16px;
    border-radius: 100px;
    padding: 7px 0;
    justify-content: center;
    position: relative;
    text-decoration: none;
    opacity: unset !important;
  }
  
  .articleBodyContent .addText a svg path {
    fill: #000 !important;
  }
  
  .articleBodyContent .addText {
    position: unset;
    top: 0;
    left: 0;
    background: unset;
    box-shadow: unset;
    max-width: 383px;
    flex: 0 0 383px;
  }
  
  /* .articleBodyContent  .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%;
    } */
  .articleBodyContent .ctaPreview img {
    position: absolute;
    display: block;
    left: 40px;
    bottom: 0;
    margin: 0;
    width: unset;
  }
  
  .addSection .addImage img {
    margin: 0;
  }
  
  .articleBodyContent .addImage {
    position: absolute;
    bottom: 0;
    left: 20px;
  }
  
  .articleBodyContent a.termsBtn::before {
    content: '' !important;
  }
  
  .articleBodyContent .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;
  }
  
  .articleBodyContent .addData {
    max-width: 284px;
    width: 100%;
    margin-left: auto;
  }
  
  .articleBodyContent .addCta {
    max-width: 126px;
    width: 100%;
  }
  
  .articleBodyContent .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;
    text-align: center;
    color: #FFFFFF;
    position: relative;
    opacity: 1;
  }
  
  .articleBodyContent .addData p {
    font-weight: 600;
    font-size: 17px;
    line-height: 28px;
    text-align: center;
    max-width: 188px;
    color: #FFFFFF;
    margin: 0;
    padding: 0;
    opacity: 1;
  }
  
  .articleBodyContent .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;
  }
  
  .writerSec {
    margin-top: 70px;
 
  }
  
  .writerSec .writerWraper {
    padding: 40px 35px 50px;
    background: #FFFFFF;
    border: 1px solid #e5e7eb;
    box-shadow: 0px 0px 8.28211px 0.920234px rgba(112, 112, 112, 0.1);
    border-radius: 11px;
    max-width: 100%;
    margin: 0 auto 50px;
    position: relative;
  }
  
  .writerHeads {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  
  .writerInfoWrap {
    display: flex;
    flex-grow: 1;
    align-items: start;
    -webkit-column-gap: 17px;
    -moz-column-gap: 17px;
    column-gap: 25px;
  }

  
  .writerImg {
    max-width: 100px;
    max-height: 100px;
    width: 100%;
    border-radius: 100%;
 
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
  
  .media-links ul {
    list-style: none;
    display: flex;
  }
  
  .writerSec .media-links ul li+li {
    margin-top: 0;
  }
  
  .writerSec .media-links ul li a {
    margin-right: 10px;
  }
  
  .writerSec .media-links ul li a::after {
    display: none;
  }
  
  .writerSec .writerName {
 
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 32px;
    padding-bottom: 10px;
    color: #222936;
    margin-bottom: 0px;
  }
  
  .writerSec .writerExperties {
    padding-bottom: 0px;
  }
  
  .writerBio {
    padding-top: 0px;
  }
  .expertbadgeWrAP{
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
  }
  span.expertbadge {
    font-size: 13px;
    font-weight: 300;
    line-height: 150%;
    display: inline-block;
    background: #EFF6FF;
    border-radius: 10px;
    padding: 5px 10px;
    color: #233f8c;
    border: 1px solid #BEDBFF;
}
  /* .writerSec::after {
      content: '';
      width: 100%;
      height: 2px;
      background-color: #C8DEF7;
      position: absolute;
      left: 0;
      bottom: -48px;
  } */
  .bolg-p .writerExperties .lableCard {
    padding-bottom:  10px;
    font-weight: 400;
  }
  .reviewBlog {
    background: url('../images/reviewBlog.png');
    background-size: cover;
    text-align: center;
    background-position: center;
    padding: 24px 0;
    margin-top: 55px;
    display: block;
  }
  
  .reviewBlog .helpQues {
    font-family: 'CircularStd';
    color: #fff;
    font-style: normal;
    font-weight: 500;
    font-size: 23px;
    line-height: 29px;
    margin-bottom: 25px;
  }
  
  .reviewBlog .blue-outlineBtn,
  .reviewBlog .white-outlineBtn {
    font-family: 'CircularStd';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
    max-width: 90px;
    height: 30px;
    width: 100%;
    justify-content: center;
    border-radius: 8rem;
    display: flex;
  }
  
  .reviewBlog .white-outlineBtn {
    border: 1px solid #FFFFFF;
  }
  
  .reviewBlog .blue-outlineBtn {
    border: 1px solid #117BD4;
    background: #117BD4;
  }
  
  .btn-group {
    display: flex;
    justify-content: center;
    column-gap: 10px
  }
  
  .pdfBtn p {
    padding-bottom: 0;
    margin-bottom: 0;
  }
  
  .articleBodyContent .pdfsWrapper+.pdfsWrapper {
    margin-top: 20px;
  }
  
  .keepReading .swiper-slide a {
    display: block;
    background: #EFCFB6;
    border-radius: 7px;
    padding: 30px 16px;
    text-decoration: none;
    transition: 0.3s all ease;
  }
  
  .keepReading .keepReadingHead {
    font-family: 'CircularStd';
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 32px;
    color: #231f20;
    margin-top: 20px;
    margin-bottom: 40px;
    line-height: normal;
  }
  .keepReading img{
    width: 100%;
  }
  .blogCardHead {
    display: flex;
    align-items: center;
    column-gap: 6px;
    justify-content: space-between;
    position: relative;
  }
  
  .blogCardHead span {
    font-family: 'CircularStd';
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    color: #003f79;
    display: flex;
  }
  .duration{
    top: 1px;
position: relative;
  }
  .duration::before{
    content:'';
    background: url('../images/clock.svg');
    width: 17px;
    height: 17px;
    position: relative;
    display: inline-block;
    margin-right: 2px;
    top: -1px;

      }
  .blogCardHead span.cate-text{
    background: rgb(184 223 255);
    color: #2F2F31;
    padding: 5px 10px;
    border-radius: 10px;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: normal;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  }
  .cardWrapper.light .blogCardHead span {
    color: rgba(255, 255, 255, .5);
  }
  
  .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: 600;
    font-size: 17px;
    line-height: 22px;
    color: #fff;
    padding-top: 15px;
    margin-bottom: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    padding-bottom: 0;
    
  }
  .keepReading .swiper-slide a:hover{
    transform: translateY(-3px);
  }
  .cardWrapper.light .blogCard p {
    color: #fff;
  }
  
  .keepReading .swiper-button-next:after, .keepReading .swiper-button-prev:after {
    color: white;
    font-size: 14px;
    font-weight: bold;
  }
  
  .keepReading .swiper-button-next, .keepReading .swiper-button-prev {
    position: absolute;
    top: 47px;
    max-width: 29px;
    width: 100%;
    /* background: #117BD4; */
    border-radius: 56%;
    height: 29px;
    border: 1px solid #117bd4;
  }
  .keepReading .swiper-button-next,.keepReading .swiper-button-prev {
    svg {
        height: 14px;
        object-fit: contain;
        transform-origin: center;
        width: 10px;
        fill: currentColor;
        pointer-events: none;
    }
}
  .keepReading .swiper-button-next.swiper-button-disabled,
  .keepReading .swiper-button-prev.swiper-button-disabled {
    background: transparent;
  }
  
  .keepReading .swiper-button-next.swiper-button-disabled:after, .keepReading .swiper-button-prev.swiper-button-disabled:after {
    color: #117BD4;
  }
  
  .keepReading .swiper-button-prev {
    left: auto;
    right: calc(75px - 29px);
  }
  
  .blog-suggestion .list-of-blog li {
    position: relative;
    font-size: 14px;
    text-align: left;
    margin-bottom: 20px;
    padding-left: 25px;
    list-style: none;
  }
  
  .blog-suggestion .list-of-blog li::before {
    position: absolute;
    content: "";
    background-image: url(../images/blog-icon.svg);
    background-repeat: no-repeat;
    width: 17px;
    height: 17px;
    left: 0;
    top: 1px;
  }
  .bolg-p .blog-info-item p{
  margin-bottom: 0px;
  }
  .blog-box {
    background: #fff;
    text-align: center;
    padding: 20px 30px;
    border-radius: 5px;
    box-shadow: 0px 0px 8.28211px 0.920234px rgb(112 112 112 / 10%);
    position: sticky;
    border:unset;
    top: 148px;
    min-height: 500px;
    max-height: 500px;
    overflow-y: auto;
    width: 100%;
    margin: 0 ;
  }
   
  .relatedWraper .col-4{
    padding: 0;
  }
 .colRight{
    padding-top: 87px;
  }
  .blog-box::-webkit-scrollbar {
    width: 3px;
  }
  
  .blog-box::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  }
  
  .blog-box::-webkit-scrollbar-thumb {
    background-color: #213970;
    outline: 1px solid slategrey;
  }
  
  .blog-box .list-of-blog {
    text-align: left;
  }
  
  .blog-box .list-of-blog ul {
    list-style: none;
    padding-left: 0;
  }
  
  .headnav p {
    font-family: 'CircularStd';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 146%;
    color: #01305C;
    margin-bottom: 20px;
    padding: 0;
  }
  
  .list-of-blog ul li+li {
    margin-top: 20px;
  }
  
  .list-of-blog ul li a {
    color: #767D8E;
  }
  
  .aaa {
    max-width: 340px;
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0 4px 10px rgb(119 119 119 / 15%);
    border-radius: 5px;
    padding: 15px 25px;
    position: sticky;
    height: 497px;
    margin-top: 1700%;
    border-radius: 10px;
    transition: 0.3s ease all;
    top: 29%;
  }
  
  .col-4 {
    max-width: 340px;
    width: 100%;
    position: sticky;
    top: 26px;
  }
  
  /* .btmSlider {
    transition: 0.7s ease all;
    transform: translate3d(0, 0, 0);
    animation-name: shakeMe;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    } */
  
  @keyframes shakeMe {
  
    2%,
    18% {
      transform: translate3d(-5px, 0, 0);
    }
  
    4%,
    16% {
      transform: translate3d(5px, 0, 0);
    }
  
    6%,
    10%,
    14% {
      transform: translate3d(-5px, 0, 0);
    }
  
    8%,
    12% {
      transform: translate3d(5px, 0, 0);
    }
  
    18.1% {
      transform: translate3d(0px, 0, 0);
    }
  }
  
  .btm_que {
    font-weight: 700;
    font-size: 18px;
    line-height: 22.9px;
    text-align: center;
    color: #FFFFFF;
    border-radius: 6px;
    background-color: #213970;
    margin: 0 auto 14px;
    max-width: max-content;
    padding: 7px 18px;
  }
  
  .bottom_gif img {
    max-height: 338px;
    height: 100%;
    display: block;
    margin: 0 auto;
  }
  
  .bttom_slider_wraper span {
    font-weight: 500;
    font-size: 18px;
    line-height: 18px;
    text-align: center;
    padding-top: 10px;
    color: #FFFFFF;
  }
  
  .bttom_slider_wraper .pending {
    background-color: #D30000;
    color: #fff;
    font-size: 24px !important;
    line-height: 32px !important;
    padding: 0 2px;
  }
  
  .btm_slider_cta {
    border-radius: 100px;
    width: 100%;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    max-width: 236px;
    text-align: center;
    padding: 12px 0;
    background-color: #DA2A2A;
    display: block;
    margin: 15px auto 22px;
    position: relative;
    transition: all ease .1s;
  }
  .btm_slider_cta:hover{
    transform: scale(1.04);
    color: #fff;
  }
  
  .btm_slider_cta::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(128, 186, 232, 0) 99%, rgba(125, 185, 232, 0) 100%);
    color: #ffffff;
    background-position: -1000px;
    animation: blogShine 2s infinite linear 2s;
    height: 100%;
    background-repeat: no-repeat;
  }
  
  @keyframes blogShine {
    0% {
      background-position: -1000px;
    }
  
    100% {
      background-position: 1000px;
    }
  }
  
  .grey-text {
    display: none !important;
    text-align: center !important;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 12px !important;
    color: #2B2B2B !important;
    font-family: "Quicksand", sans-serif !important;
  }
  
  a.termsBtn::before {
    font-style: italic;
    position: absolute;
    content: '*Terms Applied';
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 11px;
    width: 100%;
    font-weight: 300;
  }
  
  a.btm_slider_cta.termsBtn::before {
    color: #000;
    font-size: 12px;
    bottom: -20px;
  }
  
  .faqWraper .accord-card-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    border: unset;
    padding: 20px 14px;
    background: #fff;
    border-radius: 10px;
  }
  
  .faqWraper h3 {
    font-size: 15px;
    font-weight: 500;
    line-height: 157%;
    padding: 0;
    color: #2F2F31;
    }
    .faqWraper ol li, .faqWraper ul li, .faqWraper a, .faqWraper p {
      font-size: 14px;
      line-height: 30px;
    }
    .faqWraper ul li::before {
      content: '';
      position: absolute;
      top: 8px;
      left: -26px;
      background: url(../images/orderList.svg);
      width: 15px;
      height: 15px;
  }
  span.faq-icon::before {
    content: '';
    position: absolute;
    right: 8px;
    background: url(../images/faqicon.svg);
    width: 15px;
    top: 50%;
    transform: translateY(-50%);
    height: 15px;
  }
   
  .card.show span.faq-icon {
    transform: rotateX(212deg);
    transition: 0.3s 
ease all;
  }
  
  .answerInner {
    padding: 15px 20px;
    background-color: unset;
    border: none;
    border-top: none;
  }
  span.faq-icon {
    position: relative;
    right: unset;
    transform: unset;
    top: unset;
}
  
  .faqWraper  .accordd .card:hover {
    border: 1px solid #233F8C;
    
  }
  
  .accordd .card {
 
    margin-bottom: 30px;
    position: relative;
    background: unset;
    border-radius: 10px;
    border: 1px solid #E8E9EC;
  }
  
  .faqWraper .accord-card-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    border: unset;
    padding: 20px 14px;
    background:unset;
    position: relative;
    border-radius: 10px;
  }
  
  .bolg-p .tableofContents .no-bulletItems::after {
    content: "";
    height: 21px;
    width: 4px;
    position: absolute;
    background: #1276CE;
    border-radius: 100px;
    left: 0;
    top: 0;
  }
  
  img.hero_img {
    width: auto;
    max-height: 100%;
    display: block;
    margin: 0 auto 25px;
  }
  
  .toc_scroll.active span {
    color: #1276CE !important;
  }
  
  h1.text-left {
    font-size: 40px;
    line-height: 130%;
    font-weight: 600;
    margin-bottom: 20px;
    color: #231f20;
  }
  .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-family: 'CircularStd';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 134%;
    color: #656E83;
  }
  
  .tipBody {
    padding-top: 20px;
    margin-bottom: 16px;
  }
  
  .tipBody span {
    font-family: 'CircularStd';
    font-style: normal;
    font-weight: 300;
    font-size: 19px;
    line-height: 148.5%;
    color: #1E2532;
  }
  
  .tipBody p a span,
  .tipBody p a {
    color: #2D96EE;
  }
  
  .blop-pWraper ul  {
    padding: 15px 0 15px 30px;
  }
  
  .blop-pWraper p+.tipCard {
    margin-top: 16px;
  }
  .disc-box{
    box-shadow: 0px 0px 11px 2px #ACACAC40;
    border-radius: 16px;
    padding: 123px 15px 28px;
    position: relative;
    margin: 130px 0 30px;
  
  }
  .discHead{
   
    font-size: 23px;
    font-weight: 700;
    line-height: 40px;
    text-align: center;
    
    color: #121212;
  
  }
  .discHeadDesc{
   
  font-size: 16px;
  font-weight: 450;
  line-height: 22px;
  text-align: center;
  color: #4F4F4F;
  padding-bottom: 30px;
  }
  .discImg{
    max-width: 310px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
  }
  .descText{
  font-size: 14px;
  font-weight: 450;
  line-height: 22px;
  text-align: center;
  color:#4F4F4F;
  padding: 8px 0 32px;
  }
  .discBtn{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    width: 100%;
    background: #1176CA;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 700;
    line-height: 18.97px;
    text-align: center;
    color:#fff;
    margin-bottom: 10px;
  }
  .limitedOnlyText {
    display:block;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    text-align: center;
    text-transform: uppercase;
    animation: blink 1.5s ease infinite;
    color: #1176CA;
  }
  @keyframes blink {
    0%{opacity: 1;}
    50%{opacity: 0;}
    100%{opacity: 1;}
  }
  .disc-box::before{
    content:'';
    background: url('../../../../images/writngHelp.svg');
    position: absolute;
    display: block;
    width: 168px;
    height: 172px;
    top: -78px;
    left: 50%;
    transform: translateX(-50%);
  
  }
  .articleBodyContent .addSection.addSectionNew{
    padding: 17px 34px 14px 37px;
    background: #117BD4 !important;
    border-radius: 5px;
    margin: 0;
    display: block;
    box-shadow: none;
  }
  .articleBodyContent .addSection.addSectionNew::before{
      position: absolute;
      content: '';
      width: 211px;
      height: 100%;
      right: 0;
      left: unset;
      bottom: 0;
      background: url(../images/ctaRipple.svg);
      background-size: cover;
  }
  .articleBodyContent .addSection.addSectionNew .addData{
    margin-left: 0;
    max-width: 100%;
  }
  .articleBodyContent .addSection.addSectionNew p.cahngeText{
    font-size: 22px;
    line-height: 28.6px;
    text-align: left;
    max-width: 351px;
    color: #fff;
    font-weight: 400;
  }
  .articleBodyContent .addSection.addSectionNew .addCta{
    max-width: max-content;
    margin-top: 22px;
  }
  .articleBodyContent .addCta a.termsBtn2{
    padding: 8px 20px;
    background: #FFFFFF;
    border-radius: 4px;
    font-size: 17px;
    font-weight: 600;
    line-height: 20.32px;
    text-align: left;
    color: #117BD4;
    text-decoration: none;
  }
  .articleBodyContent .addCta a.termsBtn2:hover{
    transform: scale(1.04);
  }
  .articleBodyContent .addSectionNew .addImage{
    display: block;
    top: 53%;
    transform: translateY(-50%);
    right: 34px;
    left: unset;
    bottom: unset;
  }
  .articleBodyContent .addSectionNew .addImage img{
    display: block;
    margin: 0;
  }
  .table-container{  
    max-width:100%;
    overflow-x:auto;
    margin-bottom: 15px;
  }
  .table-container::-webkit-scrollbar {
    width: 6px;
    height: 4px;
}
.table-container::-webkit-scrollbar-thumb {
    background: #233f8c;
    border-radius: 8px;
    cursor: grab;
}
  iframe{
    width: 100%;
  }
 
  .featureImg{
    background: #6da7d7;
    border-radius: 15px;
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1), 
    0 8px 10px -6px rgba(0, 0, 0, 0.1);
    margin-bottom: 35px;
  }
  .featureSec{
    border-bottom: 1px solid #E7E7E7;
    margin-bottom: 40px;
    padding-bottom: 35px;

     }
  .coloredBox{
    background: #EFF6FF;
    padding: 30px 27px 20px;
    border-left: 3px solid #233f8c;
  
  }
  /* TOC */
  .tableofContents {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 15px;
    padding: 24px 15px;
    max-width: 280px;
    width: 280px;
    position: sticky;
    top: 170px;
    box-shadow: 0px 0px 3px 2px #f5f5f5;
    transition: all ease-in 0.3s;
  }
  
  .tableofContents .no-margin {
    margin: 0;
  }
  
  .tableofContents .toc-head {
    font-size: 16px;
    font-weight: 600;
    color: #1e293b;
    margin: 0 0 16px 0;
    padding: 0 0 10px;
    border-bottom: 1px solid #e7e7e7;
  }
  
  .tableofContents .no-bulletItems {
    list-style: none;
    padding: 0;
    margin: 0;
    max-height: 410px;
    overflow-y: auto;
  }
  
  .tableofContents .toc_scroll {
    margin: 0;
    padding: 0;
    border-radius: 8px;
    border-left: 3px solid transparent;
    transition: all 0.2s ease;
  }
  
  .tableofContents .toc_scroll .scroll {
    display: block;
    padding: 8px 9px;
    color: #475569;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.5;
    cursor: pointer;
    transition: all 0.2s 
ease;
  }
  
  .tableofContents .toc_scroll.active {
    border-left-color: #2563eb;
    background-color: #eff6ff;
  }
  
  .toc_scroll.active .scroll {
    color: #2563eb;
    font-weight: 500;
    padding: 8px 7px 8px;
  }
  
  .tableofContents .toc_scroll:hover {
    border-left-color: #f8fafc;
    background-color: #f8fafc;
    
  }
  
  .tableofContents .toc_scroll:hover .scroll {
    color: #2563eb;
  }
  /* btn group */
  .button-group {
    display: flex;
    gap: 12px;
    align-items: center;
}

  .btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
  transition: all 0.2s 
ease;
  border: none;
  outline: none;
}

.btn-save {
    background: #EFF6FF;
    color: #2563eb;
}

.btn-save:hover {
    background: #bfdbfe;
}

.btn-save.saved {
    background: #233f8c;
    color: #ffffff;
}

.btn-save.saved:hover {
    background: #2c61bb;
}

.btn-share {
    background: #ffffff;
    color: #374151;
    border: 1px solid #e5e7eb;
}

.btn-share:hover {
    background: #f9fafb;
    border-color: #d1d5db;
}

.btn-icon {
    width: 16px;
    height: 16px;
}
/* side float */
.floating-actions {
  position: fixed;
  left: -90px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 0;
  background: white;
  border-radius: 16px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08), 0 2px 4px rgba(0, 0, 0, 0.06);
  padding: 12px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.floating-actions.show {
  opacity: 1;
  left: 24px;
  visibility: visible;
  z-index: 1;
}

.action-btn {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: none;
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.2s ease;
  color: #6b7280;
}

.action-btn:hover {
  background: #f3f4f6;
}

.action-btn.active {
  background: #2563eb;
  color: white;
}
.action-btn:hover svg{
  filter: brightness(0) saturate(100%) invert(18%) sepia(45%) saturate(3247%) hue-rotate(214deg) brightness(91%) contrast(89%);
}
.action-btn svg {
  width: 20px;
  height: 20px;
}

.divider {
  width: 32px;
  height: 1px;
  background: #e5e7eb;
  margin: 8px auto;
}
.relatedWraper h4,
.relatedWraper h3,
.relatedWraper h2{
  font-weight: 500;
}
.blop-pWraper ul li{
  /* list-style: none; */
  position: relative;
}
.blop-pWraper ul li::marker{
  color: #1276CE;
}
/* .blop-pWraper ul li::before{
    content: '';
    position: absolute;
    top: 50%;
    left: -16px;
    background: #1276CE;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    transform: translateY(-50%);
} */
.articleLinksbyAutor{
  font-weight: 300!important;
  color: #1A73E8!important;
  margin-top: 30px;
  display: inline-block;
  text-decoration: underline;
}
.articleLinksbyAutor:hover{
text-decoration: none!important;
}

/* Demo Button */
.demo-btn {
  background: #4169E1;
  color: white;
  border: none;
  padding: 14px 32px;
  font-size: 16px;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 600;
  transition: all 0.3s ease;
  display: block;
  margin: 0 auto;
}

.demo-btn:hover {
  background: #315bb5;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(65, 105, 225, 0.3);
}

/* Share Article Modal - Overlay */
.share-article-modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9998;
  animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

/* Share Article Modal - Container */
.share-article-modal {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.95);
  background: white;
  border-radius: 12px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
  z-index: 9999;
  width: 90%;
  max-width: 460px;
  animation: slideUpModal 0.3s ease forwards;
}

@keyframes slideUpModal {
  to {
      transform: translate(-50%, -50%) scale(1);
  }
}

/* Share Article Modal - Header */
.share-article-modal .share-article-modal-header {
  padding: 24px 24px 16px 24px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.share-article-modal .share-article-modal-header .share-article-modal-title {
  font-size: 20px;
  color: #1a1a1a;
  font-weight: 600;
  line-height: 1.3;
}

.share-article-modal .share-article-modal-header .share-article-modal-close-btn {
  background: transparent;
  border: none;
  width: 32px;
  height: 32px;
  border-radius: 4px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  color: #6b7280;
  font-size: 24px;
  line-height: 1;
  flex-shrink: 0;
}

.share-article-modal .share-article-modal-header .share-article-modal-close-btn:hover {
  background: #f3f4f6;
  color: #1a1a1a;
}

/* Share Article Modal - Body */
.share-article-modal .share-article-modal-body {
  padding: 0 24px 24px 24px;
}

.share-article-modal .share-article-modal-body .share-article-modal-description {
  color: #6b7280;
  font-size: 14px;
  margin-bottom: 24px;
  line-height: 1.5;
}

/* Share Article Modal - URL Container */
.share-article-modal .share-article-modal-body .share-article-url-container {
  display: flex;
  gap: 12px;
  margin-bottom: 24px;
  align-items: center;
}

.share-article-modal .share-article-modal-body .share-article-url-container .share-article-url-input {
  flex: 1;
  padding: 11px 16px;
  border: 1px solid #d1d5db;
  background: #f3f4f6;
  font-size: 13px;
  color: #4b5563;
  border-radius: 6px;
  font-family: monospace;
}

.share-article-modal .share-article-modal-body .share-article-url-container .share-article-url-input:focus {
  outline: none;
  border-color: #2563eb;
}

.share-article-modal .share-article-modal-body .share-article-url-container .share-article-copy-btn {
  background: #2563eb;
  color: white;
  border: none;
  padding: 11px 20px;
  border-radius: 6px;
  cursor: pointer;
  font-weight: 500;
  font-size: 14px;
  transition: all 0.2s ease;
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}

.share-article-modal .share-article-modal-body .share-article-url-container .share-article-copy-btn:hover {
  background: #1d4ed8;
}

.share-article-modal .share-article-modal-body .share-article-url-container .share-article-copy-btn.copied {
  background: #10b981;
}

.share-article-modal .share-article-modal-body .share-article-url-container .share-article-copy-btn .share-article-copy-icon {
  width: 16px;
  height: 16px;
}

/* Share Article Modal - Share Section */
.share-article-modal .share-article-modal-body .share-article-share-section {
  padding-top: 24px;
  border-top: 1px solid #e5e7eb;
}

.share-article-modal .share-article-modal-body .share-article-share-section .share-article-share-label {
  color: #6b7280;
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 16px;
}

.share-article-modal .share-article-modal-body .share-article-share-section .share-article-share-buttons {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.share-article-modal .share-article-modal-body .share-article-share-section .share-article-share-buttons .share-article-share-button {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  background: white;
  cursor: pointer;
  transition: all 0.2s ease;
  font-size: 15px;
  font-weight: 500;
  color: #1a1a1a;
}

.share-article-modal .share-article-modal-body .share-article-share-section .share-article-share-buttons .share-article-share-button:hover {
  background: #f9fafb;
  border-color: #d1d5db;
}

.share-article-modal .share-article-modal-body .share-article-share-section .share-article-share-buttons .share-article-share-button svg {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

/* Share Article Modal - Social Media Icon Colors */
.share-article-modal .share-article-modal-body .share-article-share-section .share-article-share-buttons .share-article-share-button.twitter svg {
  color: #1a1a1a;
}

.share-article-modal .share-article-modal-body .share-article-share-section .share-article-share-buttons .share-article-share-button.facebook svg {
  color: #1877F2;
}

.share-article-modal .share-article-modal-body .share-article-share-section .share-article-share-buttons .share-article-share-button.linkedin svg {
  color: #0A66C2;
}

.share-article-modal .share-article-modal-body .share-article-share-section .share-article-share-buttons .share-article-share-button.whatsapp svg {
  color: #25D366;
}

.share-article-modal .share-article-modal-body .share-article-share-section .share-article-share-buttons .share-article-share-button.email svg {
  color: #6b7280;
}

/* Share Article Modal - Full width email button */
.share-article-modal .share-article-modal-body .share-article-share-section .share-article-share-buttons .share-article-share-button.email {
  grid-column: 1 / -1;
}

/* Share Article Modal - Success Message */
.share-article-success-message {
  display: none;
  position: fixed;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  background: #10b981;
  color: white;
  padding: 12px 20px;
  border-radius: 8px;
  font-weight: 500;
  font-size: 14px;
  box-shadow: 0 10px 30px rgba(16, 185, 129, 0.3);
  animation: slideUpMessage 0.3s ease;
  z-index: 10000;
}
.share-article-share-button.email{
  width: 49%;
}
@keyframes slideUpMessage {
  from {
      opacity: 0;
      transform: translate(-50%, 20px);
  }
  to {
      opacity: 1;
      transform: translate(-50%, 0);
  }
}
.arrow-down{
  display: none;
}
/* Responsive */
@media (max-width: 640px) {
  .share-article-modal {
      width: 95%;
  }

  .share-article-modal .share-article-modal-header {
      padding: 20px 20px 12px 20px;
  }

  .share-article-modal .share-article-modal-body {
      padding: 0 20px 20px 20px;
  }

  .share-article-modal .share-article-modal-body .share-article-url-container {
      flex-direction: column;
  }

  .share-article-modal .share-article-modal-body .share-article-url-container .share-article-copy-btn {
      width: 100%;
      justify-content: center;
  }
}
  @media(max-width:1440px) {
    .disc-box{
      display: none;
    }
  
    .articleBodyContent .addText {
      max-width: 370px;
      flex: 0 0 370px;
    }
  
    .aaa {
      height: 420px;
      padding: 18px 13px 9px;
      margin-top: 1700%;
    }
    
    .bottom_gif img {
      margin: 0 auto;
      max-width: 240px;
      max-height: 264px;
      display: block;
    }
    .aaa {
      top: 20%;
    }
    /* .blogHeadWrapper {
       padding-bottom: 13px;
   } */
    .blogSideBar {
      max-width: 257px;
    }
  
    .articleBodyContent .addData {
      padding: 0 6px 0px 11px;
    }
  }
  
  @media(max-width:1200px) {
  
    .articleBodyContent .addData p {
      font-size: 16px;
      line-height: 26px;
    }
  
    .articleBodyContent .addCta a {
      font-size: 17px;
      margin-left: auto;
      max-width: 116px;
    }
  
  }
  
  @media(max-width:1100px) {
    .add-Section {
      background-size: 35%;
    }
  
    .aaa {
      display: none;
    }
  
  }
@media(max-width:991px){
  .related {
    padding-top: 107px;
  }
  .colRight {
    padding-top: 87px;
    position: absolute;
    top: 96px;
    width: calc(100% - 30px);
  }
  .tableofContents{
    max-width: unset;
    border: none;
    width: 100%;
    box-shadow: none;
    border-radius: 0;
    padding: 24px 0px 0;
    transition: all  ease 0.2s;
  }
  .colRight.stickyTOC {
    position: fixed;
    top: 3px;   /* height of your purple + white navbar */
    
  }
  .arrow-down{
    display: inline-block;
    position: absolute;
    right: 0px;
    top: 27px;
    transition: all  ease 0.2s;
    height: 23px;
    width: 23px;
  }
  .toc-head.show .arrow-down svg{
    transform: rotateX(180deg);
  }
  .tableofContents .no-bulletItems{
    max-height: 398px;
    box-shadow: 0px 5px 13px 0px #efefef;
  }
  h1.text-left {
    line-height: 150%;
  }
  .bolg-p {
    padding: 58px 0px 0 !important;
}
}
  @media(max-width:768px) {
    .articleBodyContent .addSection {
      padding: 15px;
    }
  
    .articleBodyContent .addData {
      max-width: 227px;
    }
  
    .articleBodyContent .addData p {
      font-size: 14px;
      line-height: 23px;
      letter-spacing: .5px;
    }
  
    .articleBodyContent .addCta {
      max-width: 107px;
    }
  
    .articleBodyContent .addCta a {
      font-size: 16px;
      margin-left: auto;
      padding: 6px 0;
    }
  
    .articleBodyContent .addImage {
      left: 12px;
    }
  
    .articleBodyContent .ctaPreview img {
      left: 30px;
      max-width: 150px;
    }
  
    .articleBodyContent .ctaPreview {
      padding: 25px 20px 22px;
    }
  
    .articleBodyContent .addText p {
      font-size: 19px !important;
    }
  
    .articleBodyContent .addText {
      max-width: 270px;
      flex: 0 0 270px;
    }
  }
  
  @media(max-width:575px) {
    .tableofContents{
      margin: 0 auto;
    }
    .blop-pWraper .cta2Points li::before{
      top: 13px !important;
    }
    .share-article-success-message{
      font-size: 13px;
    }
    .writerSec .writerWraper {
      padding: 30px 20px 40px;
      background: #FFFFFF;
      border: 1px solid #e5e7eb;
      box-shadow: 0px 0px 8.28211px 0.920234px rgba(112, 112, 112, 0.1);
      border-radius: 11px;
      max-width: 100%;
      margin: 0 auto 50px;
      position: relative;
  }
  .keepReading .keepReadingHead {
   
    font-weight: 500;
    font-size: 27px;
    
    margin-top: 10px;
    margin-bottom: 36px;
   
}
  .writerSec .writerName{
    font-size: 20px;
    padding-bottom: 6px;
  }
    .writerImg,
    .writerImg img{
      width: 80px;
 height: 80px;
    }
    h1.text-left{
      font-size: 28px;
    }
    .blogDataWraper {
      display: flex;
      gap: 11px;
      padding-bottom: 35px;
  }
     
    .pdfBtn p {
      max-width: 278px;
      width: 100%;
  }
    .update__info .svg-icon{
      display: flex;
    }
    .update__info .svg-icon svg{
      width: 20px;
      height: 20px;
    }
    .update__info .blog-info-item p {
     
      font-size: 14px;
   
    }
    .keepReading .swiper-button-next, .keepReading .swiper-button-prev {
      top: 34px;
  }
    .articleBodyContent img{
      width: 100%;
      height: 100%;
    }
    .bolg-p .blog-info-item {
      margin-bottom: 20px;
  }
  .bolg-p .blog-info-item:last-child {
    margin-bottom: 0px;
  }
    img.hero_img {
      width: 100%;
      height: 100%;
      }
   .articleBodyContent .addText a{
       font-size: 14px;
     }
     .blog-box.blog-suggestion {
      visibility: unset!important;
      display: none!important;
  }
  
    .bolg-p .blog-info-item::after {
      display: none;
    }
  
    .faq-icon svg {
      width: 100%;
      height: 100%;
    }
  
    .bolg-p {
      padding: 21px 0px;
    }
  
    .writerHeads {
      flex-direction: column;
    }
  
    .writerInfoWrap {
      margin-bottom: 20px;
      flex-direction: column;
      gap: 20px;
    }
    .articleLinksbyAutor{
      font-size: 15px;
    }
    .articleLinksbyAutor svg{
      height: 10px;
    }
    .faqWraper h3 {
      max-width: 90%;
      ;
    }
    .floating-actions.show{
      display: none;
    }
    .add-Section {
      background-image: url(../images/cta-mob-bg.png);
    }
  
    .articleBodyContent .ctaPreview {
      max-width: 100%;
      padding: 26px 14px 15px;
      justify-content: unset;
      padding-left: 42%;
    }
  
    .articleBodyContent .addText p {
      font-size: 17px;
      padding-bottom: 8px;
      max-width: 250px;
      text-align: center;
    }
  
    .articleBodyContent .addText a::before {
      text-align: left;
    }
  
    .articleBodyContent .addText a {
      max-width: 143px;
      align-items: center;
      margin: 0 auto;
    }
  
    .articleBodyContent .addText a span {
      display: flex;
    }
  
    .articleBodyContent .ctaPreview img {
      max-width: 126px;
      left: 8px;
    }
  
    .articleBodyContent .addText {
      max-width: unset;
      flex: unset;
    }
  
    .articleBodyContent .addImage {
      left: 23px;
    }
  
    .articleBodyContent .addCta {
      position: absolute;
      bottom: 10px;
      right: 82px;
    }
    .articleBodyContent .addSection {
      max-width: 299px;
      margin: 10px auto 5px;
      padding: 11px 11px 45px;
    }
  }
  
  @media(max-width:475px) {
    .articleBodyContent .addSection {
      max-width: 349px;
      margin: 10px auto 5px;
      padding: 11px 11px 42px;
    }
  
    .articleBodyContent .addImage img {
      max-width: 112px;
      width: 100%;
    }
  
    .articleBodyContent .addImage {
      left: 14px;
    }
  
    .articleBodyContent .addData p {
      font-size: 14px;
      line-height: 16px;
      text-align: center;
    }
  
    .articleBodyContent .addData {
      max-width: 200px;
    }
  
    .articleBodyContent .addCta {
      bottom: 10px;
      right: 47px;
    }
  
    .articleBodyContent .addCta a {
      font-size: 14px;
      margin-left: auto;
      padding: 1.5px 0;
    }
  
    .articleBodyContent .addCta {
      max-width: 89px;
      position: absolute;
      bottom: 10px;
      right: 60px;
    }
  
    .articleBodyContent .addSection::before {
      font-size: 11px;
    }
    .articleBodyContent .addSection.addSectionNew{
      display: flex;
      flex-direction: column;
      padding: 17px 15px 14px;
    }
    .articleBodyContent .addSection.addSectionNew::before{
      background: none;
    }
    .articleBodyContent .addSectionNew .addImage{
      display: inline-block;
      top: unset;
      transform: none;
      right: unset;
      order: 1;
      text-align: center;
      position: relative;
    }
    .articleBodyContent .addSectionNew .addImage img{
      margin: auto;
      max-width: unset;
    }
    .articleBodyContent .addData{
      order: 0;
    }
    .articleBodyContent .addSection.addSectionNew p.cahngeText{
      text-align: center;
      margin-bottom: 20px;
      font-size: 18px;
    }
    .articleBodyContent .addSection.addSectionNew  .addCta{
      margin: 0 auto 20px;
      position: relative;
      left: unset;
      top: unset;
      right: unset;
      bottom: unset;
    }
    .articleBodyContent .addSection.addSectionNew  .addCta a{
      max-width: max-content;
    }
  }
  
  @media(max-width:430px) {
    .articleBodyContent .ctaPreview {
      padding: 12px 14px 15px;
      padding-left: 43%;
    }
  }