.servicePageDynamic p a {
  color: #0000FF;
}

p a:hover {
  text-decoration: underline;
}

.servicePageDynamic section {
  padding: 100px 0 80px;
}

.servicePageDynamic section.blue-background {
  padding: 85px 0;
  background: linear-gradient(125.14deg, #DFE9FF 0%, #FFFFFF 31.65%, #FBFCFF 70.91%, #DFE9FF 100%);
}

.bannerImage img {

  object-fit: cover;
}

.secTitlewrap {
  text-align: center;
}

.secTitlewrap h2 {
  color: #464860;
  font-weight: 400;
  font-size: 30px;
  line-height: 110%;
  letter-spacing: 0%;
  text-align: center;
  padding-bottom: 12px;
}

.secTitlewrap p {
  font-size: 15px;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
  color: #60738A;
  max-width: 912px;
  width: 100%;
  margin: 0 auto;
}

.serviceBanner.gradiantBg {
  background: linear-gradient(136.79deg, #FEFEFF 24.22%, #EBF7FF 88.85%);

}

.servicePageDynamic .serviceBanner.gradiantBg .bannerImage {
  max-width: 337px;
  width: 100%;
  padding-top: 70px;
}

.servicePageDynamic .serviceBanner.gradiantBg .bannerWrapper {
  border-bottom: unset;
  padding: 0;
  position: relative;
}

.servicePageDynamic .bannerWrapper .eyeBrow {
  width: 100%;
  flex: 0 0 100%;
  text-align: center;

  font-weight: 400;
  font-size: 13px;
  line-height: 100%;
  color: #3B5F8B;
  padding-bottom: 49px;
  animation: fadeInDown 0.8s ease-out;
}

.servicePageDynamic .bannerWrapper .eyeBrow span {
  background: linear-gradient(135deg, #E6F2FF 0%, #D0E7FF 50%, #E0F0FF 100%);
  border: 1.5px solid #0654E6;
  border-radius: 20px;
  padding: 11px 19px;
  min-height: 35px;
  display: inline-block;
  max-width: max-content;
  margin: 0 auto;
  color: #0654E6;
  font-weight: 500;
  letter-spacing: 0.3px;
  box-shadow: 0px 4px 12px rgba(6, 84, 230, 0.15);
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
}

.servicePageDynamic .bannerWrapper .eyeBrow span::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.6), transparent);
  animation: eyebrowShimmer 2.5s infinite;
}

@keyframes eyebrowShimmer {
  0% {
    left: -100%;
  }

  50%,
  100% {
    left: 200%;
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.servicePageDynamic .newbannerText {
  max-width: 685px;
  width: 100%;
}

.servicePageDynamic .newbannerText .head-Text {
  color: #464860;
  font-weight: 500;
  line-height: 130%;
  padding-bottom: 14px;
  max-width: 140%;
  font-size: 35px;
}

.servicePageDynamic .newbannerText .sub-Head {
  font-weight: 400;
  font-size: 15px;
  line-height: 180%;
  letter-spacing: 0%;
  color: #60738A;
  padding-bottom: 40px;
}

.servicePageDynamic .newbannerText .banner__Features ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  row-gap: 25px;
  max-width: 610px;
  width: 100%;
}

.servicePageDynamic .newbannerText .banner__Features ul li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 5.5px;
  max-width: 302px;
  width: 100%;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #4A4A4A;
}

.servicePageDynamic .newbannerText .banner__Features ul li p {
  line-height: 150%;
}

.servicePageDynamic .newbannerText .banner__Features ul li:before {
  content: '';
  background: url(../../templates/new-service-page/banner/images/check.svg);
  display: inline-block;
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  background-size: contain;
  background-repeat: no-repeat;
}

.bannerGroupBtn {
  display: flex;
  gap: 12px;
  align-items: center;
  max-width: max-content;
  width: 100%;
  flex-wrap: wrap;
  padding-top: 50px;
}

.bannerctaText {
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  color: #4A4A4A;
  position: relative;
  padding-top: 18px;
  width: 100%;

}
.custom-btn {
    background: #0654e6;
    border-radius: 10px;
    height: 49px;
    max-width: max-content;
    padding: 0 23px;
    align-items: center;
    display: flex;
    justify-content: center;
    font-weight: 500;
    font-size: 15px;
    line-height: 100%;
    color: #fff;
    text-align: center;
    border: 1px solid #0654e6;
    border-bottom: 4px solid #002770;
    transition: all .3s ease-in
}

.custom-btn:hover {
    transform: translateY(-4px);
    cursor: pointer
}

.custom-btn-inverted {
    background: transparent;
    border-radius: 10px;
    height: 49px;
    max-width: max-content;
    padding: 0 23px;
    align-items: center;
    display: flex;
    justify-content: center;
    font-weight: 500;
    font-size: 15px;
    line-height: 100%;
    color: #0654e6;
    text-align: center;
    border: 1px solid #0654e6;
    transition: all .3s ease-in
}

.custom-btn-inverted:hover {
    transform: translateY(-4px);
    cursor: pointer;
    background: #0654e6;
    color: #fff
}

.bannerctaText::after {
  /* content: '';
    background: url(../../pages/images/arrowDirection.svg);
    width: 47px;
    height: 47px;
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0px 0px 0px 6px; */
  display: none;

}

.bannerGroupBtn .chatBtn,
.bannerGroupBtn .bannerOrderBtn {
  background: #0654E6;
  border: 1px solid #0654E6;
  border-radius: 10px;
  height: 49px;
  max-width: max-content;
  padding: 0px 23px;
  align-items: center;
  display: flex;
  justify-content: center;
  font-weight: 500;
  font-size: 15px;
  line-height: 100%;
  color: #fff;
  text-align: center;
  border-bottom: 4px solid #002770;
  transition: all ease-in 0.3s;
}

.bannerGroupBtn .chatBtn {
  background: transparent;
  border-bottom: 1px solid #0654E6;
  transition: all ease-in 0.3s;
  color: #0654E6;
}

.bannerGroupBtn .chatBtn:hover,
.bannerGroupBtn .bannerOrderBtn:hover {
  transform: translateY(-4px);
  cursor: pointer;
}

.bannerGroupBtn .chatBtn:hover {
  background-color: #0654E6;
  color: #fff;
}

.writerBarimages {
  display: flex;
  align-items: center;
}

.writerBarimages .profile-img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 2px solid #fff;
  background: #EAF7FF;
  text-align: center;
  margin-left: -14px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.writerBarimages .profile-img:first-child {
  margin-left: 0;
  z-index: 4;
}

.writerBarimages .profile-img:nth-of-type(2) {
  z-index: 3;
}

.writerBarimages .profile-img:nth-of-type(3) {
  z-index: 2;
}

.writerBarimages .profile-img img {
  border-radius: 50%;
  width: 60px;
  height: 60px;
}

.writerBarimages .profile-img:last-child {
  font-weight: 600;
  font-size: 10px;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: center;
  color: #0654E6;
  padding-left: 9px;
}

.profile-img::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 20px;
  background-image: url(../../pages/images/verifyBannerbadge.svg);
  bottom: 0;
  right: 0;
  top: 41px;
  left: 39px;
}

.writerBarimages .profile-img:last-child::after {
  display: none;
}

.bannerTrustBar {
  position: absolute;
  box-shadow: 0px 4px 7.3px 0px #DAEAFE;
  border: 2px solid #CFDEF0;
  border-radius: 20px;
  padding: 25px 33px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
  background: linear-gradient(180deg, #EEF5FA 17%, #FFFFFF 98%, #EEF5FA 100%);
  bottom: -105px;
  left: 50%;
  transform: translateX(-50%);
}

.trustBaralist {
  max-width: 1024px;
  width: 100%;
  display: flex;
  gap: 15px;
  row-gap: 10px;
  min-width: max-content;
}

.trustBaralist .bannerList {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: max-content;
  width: 100%;
  font-weight: 400;
  font-size: 14px;
  gap: 6px;
  color: #4A4A4A;
  white-space: nowrap;
  line-height: 100%;
}

.microCopy {
  display: flex;
  justify-content: center;
  border-top: 1px solid #E3F0FF;
  padding-top: 30px;
  margin: 55px auto 0;
  max-width: 987px;
  width: 100%;
}

.microCopy .text p {

  font-weight: 400;
  font-size: 15px;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
  color: #60738A;
}

.ctaService {
  margin: 100px 0 130px;
}

.ctaserviceWraper {
  background: linear-gradient(101.41deg, #1176CA 3.07%, #064377 100%);
  max-width: 1012px;
  width: 100%;
  margin: auto;
  border-radius: 30px;
  text-align: center;
  padding: 45px 20px;
}

.ctaserviceWraper .ctaEyebrow p {
  text-align: center;
  max-width: max-content;
  width: 100%;
  padding: 11px 13px;
  border-radius: 100rem;
  margin: 0 auto 33px;
  background-color: #3469EF;
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  line-height: 120%;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.ctaserviceWraper .ctaserviceTitle {

  font-weight: 500;
  font-style: Medium;
  font-size: 28px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #FFFFFF;
  padding-bottom: 8px;
}

.ctaserviceWraper .ctaserviceDesc p {

  font-weight: 400;
  font-size: 16px;
  max-width: 780px;
  line-height: 170%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #FFFFFF;
  padding: 36px 0 40px;
  margin: auto;
}

.ctaserviceBtn {
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  max-width: max-content;
  padding: 14px 20px;
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #0A64AE;
  border-radius: 100rem;
  margin: 0 auto;
  transition: all ease-in 0.3s;
}

.ctaserviceBtn:hover {
  transform: translateY(-4px);
}

@media (max-width:1199px) {
  .trustBaralist {
    max-width: 590px;
    overflow-x: scroll;
  }

  .servicePageDynamic .newbannerText {
    max-width: 653px;
  }

  .servicePageDynamic .serviceBanner.gradiantBg .bannerImage {
    max-width: max-content;
  }

  .bannerImageSkeleton {
    width: 200px;
    height: 196px;
  }

  .bannerTrustBar {
    bottom: -133px;
  }
}

@media (max-width:991px) {
  .bannerTrustBar {
    bottom: unset;
    position: relative;
    left: unset;
    transform: unset;
  }

  .servicePageDynamic .bannerWrapper {
    align-items: center;
  }

  .servicePageDynamic .serviceBanner.gradiantBg .bannerImage {
    padding: 40px 0;
  }
}

@media (max-width: 767px) {}

@media (max-width:575px) {
  .bannerImage {
    display: none;
  }

  .servicePageDynamic .serviceBanner {
    padding: 75px 0 35px;
  }

  .servicePageDynamic .bannerWrapper {
    gap: 30px;
  }

  .servicePageDynamic .bannerWrapper .eyeBrow {
    font-size: 11px;
    padding-bottom: 15px;
  }

  .bannerGroupBtn .chatBtn,
  .bannerGroupBtn .bannerOrderBtn {
    font-size: 14px;
    height: 45px;
    padding: 0px 20px;
  }

  .bannerTrustBar {
    width: 100%;
  }

  .servicePageDynamic .newbannerText .head-Text {
    color: #464860;
    padding-bottom: 12px;
    font-size: 26px;
    line-height: 150%;
  }

  .secTitlewrap p {
    font-weight: 400;
    font-size: 13px;
    width: 95%;
  }

  .servicePageDynamic .newbannerText .sub-Head {
    font-size: 14px;
    padding-bottom: 20px;
  }

  .servicePageDynamic .newbannerText .banner__Features ul {
    row-gap: 16px;
  }

  .bannerGroupBtn {
    padding-top: 40px;
  }

  .trustBaralist {
    max-width: 100%;
    font-size: 13px;
    min-width: unset;
  }


  .contentVideo {
    width: 100% !important;
    height: 100%;
  }

  .servicePageDynamic section {
    padding: 80px 0;
  }

  .secTitlewrap h2 {
    font-size: 24px;
    padding-bottom: 12px;
    line-height: 140%;
  }

  .microCopy .text p {
    line-height: 150%;
    font-size: 14px;
  }

  .microCopy {
    margin: 46px auto 0;
    font-size: 14px;
  }

  .servicePageDynamic section.blue-background {
    padding: 65px 0;
    background: linear-gradient(125.14deg, #DFE9FF 0%, #FFFFFF 31.65%, #FBFCFF 70.91%, #DFE9FF 100%);
  }

  .ctaService {
    margin: 80px 0;
  }

  .ctaserviceWraper .ctaserviceTitle {


    font-size: 19px;
    line-height: 140%;

    color: #FFFFFF;

  }

  .ctaserviceWraper .ctaserviceDesc p {

    font-size: 14px;


    line-height: 170%;

    padding-bottom: 26px;

  }

  .ctaserviceWraper .ctaEyebrow p {
    margin: 0 auto 23px;
  }

  .ctaserviceBtn {
    height: 42px;
    font-size: 14px;
  }


  .bannerctaText {
    padding-top: 12px;
  }

}