html {
  scroll-padding-top: 0 !important;
}
a.termsBtn::before {
  position: absolute;
  content: '*Terms Applied';
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 11px;
  width: 100%;
  font-weight: 300;
  font-style: italic;
}
a.cta_slider.termsBtn::before {
  bottom: -15px;
}
.mobile-add-section {
  display: none;
}

.top_slider {
  position: fixed;
  width: 100%;
  top: 0;
  background: #213970;
  z-index: 9;
  padding: 20px 0px;
  left: 0;
  display: none;
}
.writerInfo .writerName {
  max-width: max-content;
  font-weight: 450!important;
  font-size: 16px!important;
  line-height: 20px!important;
  color: #707070!important;
  border-right: 1px solid #707070!important;
  padding-right: 8px;
  margin: 0!important;
}
.writerName a, .verifier a {
  border-bottom: 1px solid #1a73e8;
  color: #1a73e8;
}
.verifier svg {
  margin-right: 7px;
}
p.verifier {
  display: flex;
  align-items: center;
}
.verifier .verfierName {
  display: inline-block;
  margin-left: 7px;
}
span.readTime {
  display: inline-block;
  min-width: max-content;
  padding-left: 8px;
  font-weight: 450;
  font-size: 16px;
  line-height: 26px;
  color: #707070;
  padding-right: 24px;
}
.writerInfo {
  display: flex;
  align-items: center;
  margin: 25px 0 55px;
}
.slider_wraper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.slider_logo {
  max-width: 170px;
  width: 100%;
}
.bttDiv {
  position: absolute;
  left: -83px;
  height: 100%;
  opacity: 0;
  transition: all ease 1s;
  transform: translateY(-510px);
}
.bolg-p p.aj-back-to-top {
  position: sticky;
  transform: rotate(-90deg);
  left: 0;
  top: 240px;
  cursor: pointer;
  color: #fff;
  font-weight: 800;
  box-shadow: 3px 4px 11px rgb(0 0 0 / 25%)!important;
  font-size: 13px!important;
  letter-spacing: 2px;
  background: #213970!important;
  padding: 0 0 0 3px!important;
  display: flex;
  line-height: 120%;
}
.bolg-p span.backScroll {
  display: flex;
  align-items: end;
  font-weight: 600;
  color: #fff;
  padding: 1px 2px!important;
}
.bolg-p .autor-name p {
  color: #000!important;
  font-size: 32px;
  font-weight: 700;
  width: 100%;
  margin: 0;
}
.slider_wraper .cta_slider {
  color: #fff;
  max-width: 170px;
  width: 100%;
  display: block;
  padding: 8px 0;
  background-color: red;
  text-align: center;
  text-decoration: none;
  outline: none;
  border-radius: 50px;
  font-size: 18px;
  font-weight: 700;
  position: relative;
}

.slider_wraper .cta_slider::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: shine 2s infinite linear 2s;
  height: 100%;
  background-repeat: no-repeat;
  border-radius: 100px;
}

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

.slider_wraper p {
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.5px;
  font-size: 20px;
  line-height: 19px;
  color: #FFFFFF;
}

.sameBlogsCat button {
  display: block;
  max-width: 170px;
  width: 100%;
  padding: 10px 0;
  border-radius: 10px;
  border: none;
  outline: none;
  margin: 0 auto 20px;
  font-size: 17px;
  background-color: #f00;
  color: #fff;
  cursor: pointer;
}

.rippleAnim {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
  height: 100%;
  z-index: 0;
  max-width: 300px;
  border-radius: 100px;
}

p.toc-head {
  color: #000 !important;
  font-weight: 600 !important;
}

p.aj-back-to-top a {
  color: #fff !important;
}

a#ftop {
  display: none;
}

.rippleAnim:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  left: 0;
  top: 0;
  border-radius: 100px;
  max-width: 300px;
  background-color: #213970;
  animation: rippleEffect 1.25s cubic-bezier(.215, .61, .355, 1) infinite
}

.rippleAnim:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  max-width: 300px;
  border-radius: 100px;
  background-color: #2d96ee;
  -webkit-box-shadow: 0 0 12.8px rgb(0 0 0 / 30%);
  box-shadow: 0 0 12.8px rgb(0 0 0 / 30%);
  -webkit-box-shadow: 0 0 .8rem rgb(0 0 0 / 30%);
  box-shadow: 0 0 .8rem rgb(0 0 0 / 30%);
  animation: rippleEffect 1.25s cubic-bezier(.455, .03, .515, .955) -.4s infinite;
  opacity: 1%
}

.siteLogo img {
  display: block;
  width: 100%;
}

.paymentsBy-footer img {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 195px;
  max-height: 23px;
  height: 100%;
}

.payment img {
  width: 100%;
  height: 100%;
  max-height: 55px;
  max-width: 405px;
}

.bottom_gif {
  max-width: 298px;
  width: 100%;
  margin: 0 auto;
}

.bottom_gif img {
  width: 100%;
  display: block;
  border-radius: 10px 10px 0px 0px;
  height: 100%;
  max-width: 298px;
  max-height: 373px;
}

@keyframes rippleEffect {
  0% {
    transform: scale(.33)
  }
  80%,
  to {
    opacity: 0
  }
}

.aaa {
  max-width: 340px;
  width: 100%;
  background: #FFFFFF;
  border: 2px solid #D30000;
  box-shadow: 3px 4px 21px rgb(0 0 0 / 25%);
  border-radius: 25px;
  padding: 23px 13px 86px;
  position: sticky;
  height: 542px;
  max-width: 340px;
  margin: 300% auto 0;
  border-radius: 10px;
  transition: 0.7s ease all;
  top: 25%;
  margin-bottom: 60px;
}
a.btm_slider_cta.termsBtn::before {
  color: #000;
  font-size: 12px;
  bottom: -20px;
}
/* .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;
} */
/* .aaa::before {
content: "";
position: absolute;
bottom: 196px;
left: 0;
background-image: url(../images/exclusive-img.svg);
background-repeat: no-repeat;
background-size: contain;
width: 100%;
height: 100%;
min-width: 340px;
animation-name: shakeMe;
transition: 0.7s ease all;
transform: translate3d(0, 0, 0);
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: 20px;
  line-height: 22.9px;
  text-align: center;
  color: #FFFFFF;
  border-radius: 6px;
  padding: 0 15px;
  background-color: #213970;
  margin: 0 auto 14px;
  max-width: max-content;
}

.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: 18px;
  color: #fff;
  font-weight: 600;
  text-align: center;
  padding: 12px 0;
  background-color: red;
  display: block;
  margin: 18px auto 22px;
  position: relative;
}

.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: shine 2s infinite linear 2s;
  height: 100%;
  background-repeat: no-repeat;
}

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

.after_feedback {
  display: none;
  max-width: 300px;
  width: 100%;
  padding: 10px 0;
  background-color: #f00;
  text-align: center;
  font-size: 20px;
  color: #fff;
  border-radius: 100px;
  margin: 0 auto;
}

.pulseanim {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100px;
  animation-name: pulse-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 pulse-animation {
  0% {
    box-shadow: 0 0 0 0px #fff;
  }
  100% {
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
  }
}

.pulseanim1 {
  position: absolute;
  max-width: 320px;
  width: 100%;
  height: 100%;
  border-radius: 58px;
  animation-name: pulse-animation1;
  animation-duration: 1.25s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@keyframes pulse-animation1 {
  0% {
    box-shadow: 0 0 0 0px #bb3636;
  }
  100% {
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
  }
}

.pulseanim2 {
  position: absolute;
  max-width: 200px;
  width: 100%;
  height: 100%;
  border-radius: 58px;
  animation-name: pulse-animation2;
  animation-duration: 2s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@keyframes pulse-animation2 {
  0% {
    box-shadow: 0 0 0 0px #fff;
  }
  100% {
    box-shadow: 0 0 0 20px rgb(0 0 0 / 0%);
  }
}

.dsktop_only {
  display: block;
}

.top_slider .mob-only {
  display: none;
}

.intent-head {
  max-width: 772px;
  width: 100%;
  margin: 0 auto;
  border-radius: 30px;
  z-index: 5;
}

.intent-head p.intent-heading {
  font-size: 50px !important;
  line-height: 36px !important;
  font-weight: 700 !important;
  padding-bottom: 40px !important;
  color: #117bd4;
}

.intent-head p {
  font-size: 26px;
  line-height: 18px;
  padding-bottom: 42px;
  color: #000;
}

.intent-a a {
  padding: 15px 0px;
  background-color: #e41717;
  color: #fff;
  display: block;
  margin: 0 auto;
  font-size: 20px;
  z-index: 9;
  font-weight: 700;
  cursor: pointer;
  border-radius: 40px;
  text-align: center;
  max-width: 320px;
  width: 100%;
  position: relative;
}

.intent-a {
  position: relative;
}

.ThankYou-a a {
  padding: 15px 0px;
  background-color: #1787E4;
  color: #fff;
  display: block;
  margin: 0 auto;
  font-size: 20px;
  z-index: 9;
  font-weight: 700;
  cursor: pointer;
  border-radius: 40px;
  text-align: center;
  max-width: 377px;
  width: 100%;
}

.ThankYou-a {
  position: relative;
}

.exit-intent {
  padding: 82px 0;
  text-align: center;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  position: fixed;
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  transition: all ease .4s;
}

.ThankYou {
  padding: 82px 0;
  text-align: center;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  z-index: 1;
  width: 100%;
  display: none;
  height: 100%;
  left: 0;
  top: 0;
  transition: all ease .4s;
}

header.mpw-navbar {
  padding: 13 0;
}

.header.mpw-navbar {
  background-color: #fff;
}

.MainThankYou {
  position: relative;
  width: 100%;
  height: 100%;
  margin-top: -180px;
}

.intent-wraper {
  position: relative;
  width: 100%;
  height: 100%;
  margin-top: -180px;
}

.intent-head {
  position: absolute;
  padding: 100px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  background-color: #fff;
}

.InnerThankYou {
  position: absolute;
  padding: 100px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  background-color: #fff;
  width: 613px;
  height: 435px;
}

.InnerThankYou img {
  width: 166px;
  height: 166px;
}

.ThankHeading {
  color: #1787E4;
  font-weight: 700;
  font-size: 38px;
  line-height: 51px;
  padding-bottom: 5px;
}

.normal-p {
  font-weight: 500;
  font-size: 22px;
  line-height: 25px;
  text-align: center;
  color: #000;
}

.outer-img {
  position: relative;
  margin: 0 auto;
}

.outer-img img,
.inner-img img {
  max-width: 300px;
  width: 100%;
}

.inner-img {
  position: absolute;
  top: -8px;
  right: 29%;
}

.exit-intent .closeBtn {
  position: absolute;
  left: 94%;
  top: 10%;
  margin: -10px 0 0 -10px;
  width: 20px;
  height: 20px;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
  text-decoration: none;
  max-width: 20px;
  z-index: 5;
  height: 20px;
}

.exit-intent .closeBtn svg path {
  fill: #000;
}

.overlayModel {
  position: fixed;
  z-index: 2;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  display: none;
  top: 0;
  left: 0;
}

.overlayModel.show {
  display: block;
}

.read-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 30px 0px;
}

.author-div {
  width: 100%;
  max-width: 205px;
  display: flex;
  align-items: center;
}

.post__author-img img {
  width: 50px;
  height: 50px;
  margin-right: 20px;
  margin: 0px 20px 0px 0px;
  border-radius: 50%;
}

.post__author-img img {
  object-fit: cover !important;
}

.bolg-p .author-detail .writen {
  padding-bottom: 0px;
  font-size: 16px;
  margin-bottom: 0;
  line-height: 20px;
  color: #35414B;
  font-weight: 400;
}

.bolg-p .author-name {
  margin-bottom: 0;
}

.read {
  padding-bottom: 0px;
  font-size: 16px;
  line-height: 22px;
  color: #4a4e57!important;
  font-weight: 400;
  display: block;
  position: relative;
  align-self: center;
}

.read::before {
  position: absolute;
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #92ABC9;
  top: 7px;
  left: -15px;
}

.bolg-p {
  box-shadow: 3px 4px 21px rgb(0 0 0 / 25%);
  border-radius: 8px;
  margin-top: 10px;
  margin-bottom: 60px;
  width: 100%;
}

.blogtemp .bolg-p h1 {
  color: #000 !important;
  position: relative !important;
  display: block !important;
  font-size: 32px;
  font-weight: 700;
  line-height: 42px;
  top: 0;
  left: 0;
  width: 100%;
}

.jfb {
  margin-top: 15px;
  border: 1px solid #dadce0;
  width: 772px;
  border-radius: 8px 8px 0 0;
  padding-bottom: 40px;
  border-bottom: none;
  z-index: -1;
  position: relative;
  display: none;
}

section.blogtemp .breadcrum {
  width: 100%;
  background-color: #fff;
  z-index: 5;
  max-width: 770px !important;
}

section.blogtemp .breadcrum .container {
  padding: 0;
}

section.blogtemp {
  padding-top: 0;
}

.progressBar {
  position: fixed;
  width: 0;
  top: 78px;
  height: 4px;
  background: red;
  z-index: 55;
}

.autor-sec {
  width: 100%;
  padding-top: 10px;
  border-top: 1px solid #000;
  margin-top: 30px;
  margin-bottom: 50px;
}

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

.aj-wraper {
  padding: 30px 15px;
  box-shadow: 0 3px 5px -1px rgb(0 0 0 / 20%), 0 6px 10px 0 rgb(0 0 0 / 14%), 0 1px 18px 0 rgb(0 0 0 / 12%);
  margin-top: 30px;
  border-radius: 15px;
}

.author-wraper {
  display: flex;
  align-items: flex-start;
}

.autor-img {
  margin-right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.autor-img img {
  max-width: 90px;
  height: 90px;
  WIDTH: 100%;
  border-radius: 100%;
}

.author-social-icon img {
  margin-right: 16px;
  max-width: 30px;
  max-height: 30px;
  width: 100%;
  height: 100%;
}

.author-content {
  width: 100%;
  background-color: #fff;
  flex: 1;
}

.author-info {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
  align-items: center;
}

.autor-speciality p {
  font-size: 20px;
  margin-bottom: 15px;
  line-height: 150%;
  color: #4a4e57;
}

.autor-speciality span {
  display: block;
  font-weight: 400;
  font-size: 18px;
  line-height: 161%;
  color: #4a4e57;
  text-align: justify;
}

p a.scroll {
  display: none;
}

.blogtemp .blog-p .autor-name p {
  color: #000 !important;
  font-size: 32px;
  font-weight: 700;
  width: 100%;
  margin: 0;
}

.no-bullets ul {
  list-style: none;
}

.blogtemp .sidenav {
  width: 85%;
  margin: 60px auto 60px;
  border-radius: 8px;
  box-shadow: 3px 4px 21px rgb(0 0 0 / 25%);
  position: relative;
  top: 55px;
}

.article-content {
  padding: 60px 60px 30px;
  width: 100%;
  border-bottom: none;
  position: relative;
}

.blogtemp .blog-p p,
.blogtemp,
.blogtemp .sidenav p a,
.blogtemp .sidenav .headnav p {
  margin: 4px 0 12px;
  width: 100%;
  display: block;
  font-weight: 400;
  font-size: 18px;
  line-height: 161%;
  color: #4a4e57;
}

.blogtemp .sidenav p a {
  margin: 0;
}

.blogtemp .sidenav .headnav p {
  margin-bottom: 0;
  font-weight: 800;
  color: #000;
}

.sameBlogsCat {
  padding-top: 0;
}

.blogtemp .sidenav .sameBlogsCat p {
  background-position-y: 5px;
}

.blogtemp .blog-p .example h2 {
  margin-bottom: 10px;
}

.bttDiv {
  position: absolute;
  left: -83px;
  height: 100%;
  opacity: 0;
  transition: all ease 1s;
  transform: translateY(-510px);
}

.bttDiv.show {
  opacity: 1;
  transform: translateY(0);
}

.blog-p p.aj-back-to-top {
  position: sticky;
  transform: rotate(-90deg);
  left: 0;
  top: 240px;
  cursor: pointer;
  color: #fff;
  font-weight: 800;
  box-shadow: 3px 4px 11px rgb(0 0 0 / 25%) !important;
  font-size: 13px !important;
  letter-spacing: 2px;
  background: #213970 !important;
  padding: 0 0 0 3px !important;
  display: flex;
  line-height: 120%;
}

.blog-p span.backScroll {
  display: flex;
  align-items: end;
  color: #fff;
  padding: 1px 2px !important;
}

.blog-p span.backScroll {
  display: flex;
  align-items: end;
  color: #fff;
  padding: 1px 2px !important;
}

p.aj-back-to-top svg {
  background-color: #fff;
  width: 18px;
  height: 18px;
}

span.backScroll svg path {
  fill: red;
}

.blog-p .helpful-section p {
  text-align: center;
  font-size: 25px !important;
  color: #213970 !important;
  padding-top: 20px !important;
}

.blog-p .helpful-section button {
  display: block;
}

.blog-p  .helpful-section {
  flex-direction: column;
}
.helpful-section{
  padding: 30px 60px;
  display: flex;
  align-items: center;
  width: 100%;
  flex-direction: column;
}
p.aj-title {
  font-weight: bold;
  color: #000!important;
  text-align: center!important;
  font-size: 25px!important;
  color: #213970!important;
  padding-top: 20px!important;
}
.feedback_btns {
  width: 100%;
  display: flex;
  align-items: center;
  margin: 0 auto;
  justify-content: center;
}

.feedback_btns button.yesbtn {
  background-color: #f00;
  color: #fff;
  max-width: 120px;
  width: 100%;
  border-radius: 20px;
  font-size: 20px;
}

.feedback_btns button.nobtn {
  color: #fff;
  background-color: #213970;
  max-width: 120px;
  width: 100%;
  border-radius: 20px;
  font-size: 20px;
}

.blog-p .helpful-section p.title {
  font-weight: bold;
  color: #000 !important;
}

.showBottomSlider {
  position: fixed;
  bottom: 53%;
  right: -100%;
  transition: 0.3s;
  cursor: pointer;
  padding: 10px;
  background-color: #117bd4;
}

.blogtemp ul.no-bullets li a {
  font-size: 16px !important;
}

.showBottomSlider svg {
  transform: rotate(180deg);
}

.blogtemp .sidenav p a {
  margin: 0;
  font-size: 15px;
  line-height: 150%;
  max-width: fit-content;
}

.addSection {
  background-color: #003F79;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  background-position: left;
  padding: 20px;
  min-width: calc(100% + 80px);
  margin-top: 150px;
  width: 100%;
  max-height: 110px;
  height: 100%;
  transform: translateX(-40px);
  box-shadow: 0px 0px 11px 2px rgb(172 172 172 / 25%);
  border-radius: 4px;
}

.addImage {
  position: absolute;
  bottom: 0;
  left: 0;
}

.addData {
  max-width: 304px;
  width: 100%;
}

.addData p {
  font-weight: 600 !important;
  font-size: 20px !important;
  line-height: 33px !important;
  text-align: center !important;
  color: #FFFFFF !important;
}

.addCta a {
  max-width: 143px;
  width: 100%;
  padding: 13px 25px;
  background-color: #D30000;
  border: 2px solid #FFFFFF;
  border-radius: 25.5px;
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  color: #FFFFFF;
  position: relative;
}

.addCta a::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: shine 1.5s infinite linear 2s;
  height: 100%;
  background-repeat: no-repeat;
  border-radius: 100px;
}

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

.addText {
  position: absolute;
  top: 0;
  left: 0;
  background: #DEDEDE;
  box-shadow: 0px 0px 11px 2px rgba(172, 172, 172, 0.25);
}

.addText p {
  font-size: 12px !important;
  color: #000 !important;
  margin: 0 !important;
  padding: 2px !important;
  line-height: 1 !important;
}

.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;
}

header.mpw-navbar {
  background: #0F3870;
  top: 0;
  z-index: 50;
}

.backToTop {
  display: none;
}

.cokkieWrapper img {
  width: 30px;
  height: 30px;
}
a.bread {
  color: #1a73e8 !important;
}
p.bread {
  font-size: 16px!important;
  padding-bottom: 20px;
  letter-spacing: 0.5px;
}
.sharethis-inline-share-buttons{
  display: none!important;
}
.inner-category-pages p,.inner-category-pages li {
  font-size: 16px;
  color: #000;
  line-height: normal;
  margin-top: 0;
  letter-spacing: .5px
}
.blogPdfs {
  padding: 20px 0
}
.blogPdfs a {
  display: inline-block
}
.blogmain h1 {
  color: #000!important;
  position: relative!important;
  display: block!important;
  font-size: 32px;
  font-weight: 700;
  line-height: 42px;
  top: 0;
  left: 0;
  width: 100%;
}
.blogimg2 {
  width: 768px;
  background-color: #00aeee;
  height: 480px
}
.blogmain h1 {
  font-weight: 600
}
.blogmain .blogpost {
  border: 1px solid #eee;
  width: 85%;
  border-radius: 0;
  margin: 0 !important;
  box-shadow: 0 6px 8px 0 rgba(50, 53, 70, .4)
}
.text-left {
  text-align: left !important
}
p.bread a {
  font-size: 16px;
  color: #1a73e8 !important;
  font-weight: 400;
  padding-bottom: 10px;
  margin: 0 5px;
  cursor: pointer;
}

.breadcrum span {
  font-size: 16px;
  color: #4a4e57;
}

.blogpost.single-post {
  margin: 0 !important;
  width: 768px !important;
  display: none;
}

.bolg-p li, .bolg-p p {
  font-size: 16px;
  text-align: justify
}

.bolg-p {
  padding: 60px 60px 30px;
  width: 100%;
  border-bottom: none;
  position: relative;
  box-shadow: 3px 4px 21px rgb(0 0 0 / 25%);
  border-radius: 8px;
}
.blog-box {
  background: #f0f0f0;
  text-align: center;
  padding: 25px 40px;
  width: 85%;
  margin: 11px auto;
  border-radius: 8px;
  box-shadow: 0 -1px 17px 5px rgba(50, 53, 70, .3);
  position: relative
}
.blog-box p {
  font-size: 16px;
  padding-bottom: 5px;
  text-align: left
}
.mti0 .row:nth-child(2) {
  display: flex;
  flex-wrap: wrap
}
#imagemodal .modal-dialog {
  width: 865px !important;
  display: none;
  margin: 25px auto
}

#imagemodal .modal-content {
  overflow-y: scroll;
  height: 100vh
}
#toc_container {
  padding: 20px;
  position: relative;
  margin-bottom: 30px;
  width: 100%
}

#toc_container:before {
  content: "";
  height: 100%;
  background-color: #3aaeee;
  width: 3px;
  position: absolute;
  left: 0;
  top: 0;
}

.toc_title {
  font-weight: 600 !important;
}
#toc_container li a {
  color: #1a73e8;
  font-size: 16px !important
}

.mybars {
  cursor: pointer
}
.bolg-p h2, .bolg-p h2.h2-sm {
  width: 100%;
  margin-top: 10px;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  margin: 32px 0 8px;
  color: #000 !important
}
.bolg-p p.text-center {
  color: #000
}



#toc_container li, #toc_container ul, #toc_container ul li {
  list-style: outside none none !important;
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0;
}

.category-pages p,.category-pages li {
  font-size: 16px;
  color: #000;
  line-height: normal;
  line-height: 1.5;
  margin-top: 0;
  letter-spacing: .5px;
  text-align: left;
}
.bolg-p p {
  margin: 4px 0 12px;
  width: 100%;
  display: block;
  font-weight: 400;
  font-size: 18px;
  line-height: 161%;
  color: #4a4e57;
}
.bolg-p li{
  margin: 4px 0 12px;
  width: 100%;
  font-weight: 400;
  font-size: 18px;
  line-height: 161%;
  color: #4a4e57;
}

.mti0 {
  margin-top: 0 !important
}

.mtdis {
  margin-top: 75px
}

.bolg-p li {
  margin: 0.25rem 0 0.75rem;
  width: 100%;
  padding-bottom: 10px;
}

ul {
  padding-left: 40px;
}
.bolg-p h3{
  padding: 15px 0;
  font-weight: 600;
}
@media (max-width:1500px) {
  .intent-wraper {
    margin-top: 0;
  }
  .bolg-p h2 {
    font-size: 21px;
  }
  .bolg-p h3 {
    font-size: 18px;
  }
  .bolg-p p,
  .bolg-p .sidenav p a,
  .bolg-p .sidenav .headnav p {
    font-size: 16px;
    line-height: 200%;
  }
  .aaa {
    top: 38% !important;
    height: 390px;
  }
  .aaa {
    top: 50% !important;
        height: 415px;
        max-width: 290px;
        padding: 18px 13px 9px;
        margin: 300% auto 0;
        margin-bottom: 10px;
        transform: translateY(-50%);
  }
  .btm_que {
    font-size: 16px;
    margin: 0px auto 14px;
  }
  .bottom_gif img {
    margin: 0 auto;
    max-width: 240px;
    max-height: 264px;
  }
  .btm_slider_cta {
    max-width: 228px;
    font-size: 14px;
    padding: 11px 0;
    margin: 9px auto 22px;
  }
  p.toc-head {
    font-size: 18px !important;
  }
  .bolg-p ul li a {
    font-size: 16px;
  }
  .blogtemp .sidenav .sameBlogsCat p {
    background-position-y: 10px;
  }
}

@media (max-width:1300px) {
  .bttDiv {
    left: -73px !important;
  }
}

@media (max-width:1200px) {
  .btm_que {
    font-size: 16px !important;
  }
  .addImage img {
    height: 135px !important;
  }
  .aaa::before {
    bottom: 162px;
    min-width: 290px;
  }
  .slider_wraper p {
    font-size: 16px;
  }
  .bttDiv {
    display: none;
  }
  .btm_que {
    font-size: 16px !important;
  }
  .aaa {
    max-width: 290px !important;
    height: 410px;
  }
  .addImage img {
    max-width: 162px;
    width: 100%;
  }
  nav {
    padding-top: 0
  }
  .blogimg2 {
    width: 768px;
    background-color: #00aeee;
    height: 480px
  }

}

@media (max-width:991px) {
  .addSection{
    margin-top: 25px;
    min-width: auto;
    transform: translateX(-3px);
  }
  .slider_logo {
    display: none;
  }
  .slider_wraper .cta_slider {
    max-width: 180px;
  }
  .exit-intent {
    display: none !important;
  }
  .jfb {
    width: 100%;
  }
  .bolg-p{
    padding: 15px;
  }
  section.blogtemp .breadcrum .bread {
    min-width: 100%;
  }
  .btmSlider {
    display: none;
  }
  .blogtemp .sidenav {
    width: 100%;
  }
}

@media (max-width:767px) {
  .slider_wraper .cta_slider {
    margin-top: 20px;
  }
  .progressBar {
    display: none;
  }
  .slider_wraper p {
    font-size: 13px;
  }
  .addData p {
    font-size: 13px !important;
    line-height: 20px !important;
  }
  .addData {
    max-width: 214px;
  }
  .blog-box{
    width: 100%;
  }
}

@media (max-width:575px) {


  .bolg-p .autor-name p {
    font-size: 14px;
  }
  .blogImage img {
    display: none;
  }
  #toc_container li a {
    font-size: 14px !important;
  }
  ul {
    padding-left: 15px;
  }
  .bolg-p li a {
    font-size: 14px;
  }
  .blogmain {
    padding-top: 20px!important;
  }
  .btmFooterWrapper img {
    width: 90%;
    height: 100%;
  }
  .addCta a {
    max-width: 113px;
    padding: 5px 8px;
    border-radius: 100px;
    font-weight: 700;
    font-size: 13px;
    line-height: 21px;
    color: #FFFFFF;
    display: block;
  }
  .blogtemp .sidenav {
    margin: 0 auto 30px !important;
  }
  .blogtemp .blog-p {
    margin-bottom: 10px;
  }
  .blogtemp .sidenav .headnav p {
    text-align: center;
    font-size: 16px !important;
  }
  .blogtemp .sidenav .sameBlogsCat p {
    margin-bottom: 5px;
  }
  .addSection {
    padding: 10px;
    min-width: calc(100% + 20px);
    transform: translateX(-10px);
  }
  .addData {
    max-width: 191px;
  }
  .addImage img {
    max-width: 119px;
    width: 100%;
    height: 140px;
  }
  .example.no-margin p.toc-head {
    font-size: 15px !important;
  }
  .addSection {
    margin-top: 50px;
  }
  span.read {
    font-size: 14px;
  }
  .bolg-p ol li,
  .bolg-p ul li {
    font-size: 14px;
  }
  header.mpw-navbar {
    padding: 10px 0;
  }
  .slider_wraper .cta_slider {
    margin-top: 12px !important;
  }
  .bolg-p h1 {
    padding-top: 20px;
    font-size: 21px !important;
  }
  .bolg-p .helpful-section p.title {
    font-size: 16px !important;
  }
  .breadcrum {
    padding: 20px 0;
  }
  .top_slider {
    padding-top: 15px;
    padding-bottom: 20px;
  }
  .breadcrum {
    top: 58px;
  }
  .bolg-p {
    padding: 15px;
  }
  .blogtemp ul.no-bullets,
  .blogtemp ul.no-bullets ul {
    padding: 0;
  }
  .blogtemp .blog-p p,
  .blogtemp,
  .blogtemp .sidenav p a,
  .blogtemp .sidenav .headnav p {
    font-size: 14px;
  }
  .bolg-p h3 {
    font-size: 15px!important;
  }
  .bolg-p h2 {
    font-size: 16px!important;
  }
  .bolg-p h1 {
    padding-top: 20px!important;
    font-size: 21px !important;
  }
  .jfb {
    display: none !important;
  }
  .btm_slider_cta {
    max-width: 170px;
    margin: 20px auto 0;
    font-size: 14px;
  }
  .dsktop_only {
    display: block;
  }
  .top_slider .mob-only {
    display: none;
    font-weight: bold;
  }
  .slider_wraper .cta_slider {
    margin-top: 0px;
    max-width: 170px;
    padding: 7px 10px;
    font-size: 15px;
  }
  .autor-speciality span {
    font-size: 14px;
    text-align: justify;
  }
  .bolg-p .autor-name p {
    font-size: 14px;
  }
  .author-wraper {
    flex-direction: column;
  }
  .bolg-p h1 {
    font-size: 25px;
  }
  .progressBar {
    top: 62px;
  }
  .bttDiv.show {
    display: none;
  }
  .writerInfo {
    flex-wrap: wrap;

  }
}

@media (max-width:425px) {
  .addSection {
    display: none;
  }
  .author-social-icon img {
    margin-right: 10px;
  }
  .autor-sec {
    width: calc(100% + 30px);
    margin-top: 30px;
    margin-left: -15px;
    padding: 10px 15px 0;
  }
  .slider_wraper p {
    font-size: 13px;
  }

  .slider_wraper .cta_slider {
    margin-top: 0px;
    max-width: 103px;
    padding: 7px 10px;
    font-size: 13px;
    margin-top: 5px !important;
    letter-spacing: 0.5px;
    font-weight: 500;
  }
  .mobile-add-section {
    width: 100%;
    max-width: 360px;
    display: block;
    background-color: #213970;
    height: 100px;
    position: relative;
    margin-top: 80px;
  }
  a.termsBtn::before{
    bottom: -19px;
    left: 50%;
  }

  .addImage {
    left: 16px;
  }
  .addmobData p {
    font-style: normal;
    font-weight: 500;
    font-size: 13px !important;
    line-height: 15px !important;
    color: #FFFFFF !important;
    width: 195px !important;
    margin-left: auto !important;
    text-align: center !important;
    padding-top: 7px;
    padding-right: 5px;
  }
  .grey-text{
    text-align: left!important;
  }
  .bolg-p .addmobData p {
    font-size: 13px !important;
  }
  .mobile-add-section .addImage img {
    max-width: 145px;
    width: 100%;
  }
  .bolg-p p,
  .bolg-p li,
  .sidenav p a,
  .sidenav .headnav p {
    font-size: 14px;
  }
  .addText p {
    font-size: 12px !important;
  }
  .mobile-add-section .addCtamobile {
    padding: 8px 12px;
    background: red;
    border: 2px solid #FFFFFF;
    border-radius: 25.5px;
    width: 100%;
    max-width: 99px;
    position: relative;
    top: -4px;
    left: 59%;
  }
  .addCtamobile {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .mobile-add-section .addCtamobile a {
    color: #fff;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 15px;
  }
  .addCtamobile a::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: shine 1.5s infinite linear 2s;
    height: 100%;
    background-repeat: no-repeat;
    border-radius: 100px;
  }
  @keyframes shine {
    0% {
      background-position: -1000px;
    }
    100% {
      background-position: 1000px;
    }
  }
}


@media (max-width:400px) {
  .mobile-add-section .addImage img {
    max-width: 100px !important;
  }
  .mobile-add-section .addCtamobile {
    left: 50% !important;
  }
}

@media (max-width:369px) {
  .progressBar {
    top: 68px;
  }
  .mobile-add-section .addmobData p {
    font-size: 11px !important;
  }
  .mobile-add-section .addImage img {
    max-width: 120px;
    width: 100%;
  }
}
