
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
body {
  margin: 0;
  overflow-x: hidden;
  font-size: 18px;
  font-weight: 400;
  font-family: "Barlow", sans-serif;
  color: #000;
}

:root {
  --orange:#ffbd4c;
  --black:#000;
  --brown:#bd7800;
  --white:#fff;
  --green:#00a08f;
  --gradient-color-1: radial-gradient(circle at 0% 0%, #000000, #3533cd);
  --linear-bg: linear-gradient(135deg, #0004b0, #a941c6);

  }
img {
  max-width: 100%;
  width: auto;
  height: auto;
}
p {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 0px;
}

h1 {
    font-size: 65px;
    font-weight: 700;
}
h2 {
    font-size: 32px;
    line-height:1.4;
    font-weight: 700;
  margin-bottom: 0px;

}
h3 {
    font-size:26px;
    line-height: 1.4; 
    font-weight: 700;
    margin-bottom: 0px;
  }

h4 {
  font-size:22px;
  line-height: 1.3;
  font-weight: 700; 
  margin-bottom: 0px;

}
h5 {
    font-size:20px;
    line-height: 1.3;
    font-weight: 700;
  margin-bottom: 0px;

}
h6 {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 0px;

}
ul {
  padding: 0px;
  margin: 0px;
  list-style-type:none;
}
a {
  text-decoration: none;
}
.container {
  max-width: 1770px;
  margin: 0 auto;
  padding: 0px;
}

.custom-py {
  padding-left: 40px;
  padding-right: 40px;
}

.container {
  max-width: 1360px;
  margin: 0 auto;
}

.header-area {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #fff;
}
.header-area .logo {
  max-width: 200px;
}

.common-btn img {
  max-width: 20px !important
}

.free-btn {
    max-width: 70px;
    transform: rotate(29deg);
}
.common-btn {
  background:var(--brown);
  border-radius: 0px;
  font-weight: 600;
  font-size: 18px;
  color:var(--white);
  display: flex;
  justify-content: center;
  align-items:center;
  gap: 10px;
  padding: 5px 20px;
  transition: all .3s ease;
  min-width: 240px;
}
.common-btn:hover {
  background:var(--orange);
}
.header-btns  {
  gap:20px;
}
.phone-btn {
  background: #27227a;
}
.phone-btn:hover {
  background: #27227a;

}

.banner-rating h5 {
  color: var(--white);
  font-size: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-weight: 500;
  padding-top: 20px
}
.banner-rating h5 img {
  max-width: 140px;
}
.bannar-reviews-start ul li {
  color: #ffbd4c;
  font-size: 14px;
}
.bannar-reviews-start span {
  font-size: 12px;
  color: var(--white);
}
.bannar-reviews-start strong {
    color: var(--white);
    font-size: 22px;
    font-weight: 600;
}
.google-icon {
    max-width: 35px;
    min-width: 35px;
    height: 35px;
    border-radius: 100%;
    padding: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.banner-rating {
  padding-top: 20px
}

.iso-certified-area .container {
  border-radius: 0px;
  padding:30px;
  background: #25006d;
}

.iso-certified-text {
  width: 45%;
}
.iso-certified-text p {
  font-size: 18px;
  font-weight: 600;
  line-height: 130%;
  color: var(--white);
}
.iso-certified-logo-items {
  width: 55%;
  padding-left: 20px;
}
.iso-certified-content {
  gap: 30px;
}
.iso-certified-logo-items  {
  gap:30px;
}
.space {
  height: 30px;
  width: 100%;
  background: #fff;
}
.providers-trust-area {
  padding-top: 60px;
  padding-bottom: 60px;
}
.common-title h2 {
  font-size: 32px;
  color:var(--black);
  line-height: 130%;
}
.common-title h3 {
  font-size: 24px;
  line-height: 1.3;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}
.common-title h3 span {
  color: var(--brown);
}
.common-title .bannar-reviews-start strong {
  color: #000;
  font-size: 25px;
}
.bannar-reviews-start ul li {
  color: #ffbd4c;
}
.providers-trust-bg {
  border-radius:0px;
  padding: 40px;
  box-shadow: 0 0 0 0.5px #00004d;
}
.providers-trust-inner  {
  background: #eef3ff;
  border-radius: 20px;
  border: 1px solid #fafbff;
  overflow: hidden;
  padding-top: 20px;
}
.common-title .bannar-reviews-start {
  padding-bottom: 30px;
}

.providers-trust-info {
    width: 80%;
    padding: 20px 40px 20px 20px;
}
.providers-trust-photo {
    width: 330px;
    min-width: 330px;
    margin-top: auto;
}
.providers-trust-info p {
    color: #00004d;
    font-size: 22px;
    line-height: 150%;
    font-weight: 400;
    padding-top: 4px
}
.trust-author-icon {
    max-width: 170px;
}
.trust-author-info h6 {
  font-weight: 500;
  color: #00004d;
  font-size: 20px;
  line-height: 130%;
}
.trust-author-info span {
  display: block;
  color: #00004d;
  line-height: 130%;
  font-size: 18px;
}
.providers-trust-author {
    padding-top: 10px;
}
.btn-box {
    display: flex;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}
.fancybox-item {
  width: 115px;
  height: 115px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;

}
.fancybox-item  img {
  opacity: 0.6
}    
.missed-watcing-area {

}  
.common-title h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}                 

.common-title img {
  max-width: 38px;
}
.missed-watcing-area .common-title {
  padding-bottom: 20px;
}
.missed-watcing-area .providers-trust-bg {
  background: rgb(255 239 215 / 40%);
}
.missed-watcing-video {
    max-width: 950px;
    margin: 0 auto;
    border-radius: 14px;
    position: relative;
    border: 3px solid #8c52ff;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
} 
.missed-watcing-video img {
  border-radius: 10px;
}
.missed-watcing-area .fancybox-item {
  width: 150px;
  height: 150px;
  cursor: pointer;
}

/*banner css start*/
.hero-area {
  background: var(--linear-bg);
  padding-top: 42px;
  padding-bottom: 0px;
}

.banner-text-info h1 {
  font-size: 66px;
  color: var(--white);
  padding-bottom: 30px;
}
.banner-text-info h2 {
  font-size: 56px;
  line-height: 1.3;
  padding-bottom: 5px;
  color: var(--white);
}
.banner-text-info h3 {
  font-size: 40px;
  line-height: 1.3;
  color:var(--orange);
  padding-bottom: 8px;
}
.banner-text-info h3 span {
  color: var(--orange);
}

.banner-text-info {
  padding-top: 12px;
  padding-bottom: 80px;
  text-align: center;
}
.banner-text-info h6 {
  font-size: 20px;
  line-height: 130%;
  font-weight: 500;
  color: var(--orange);
  padding-bottom: 10px
}
.banner-text-info p {
  font-size: 22px;
  color: var(--white);
  line-height: 34px;
  padding-bottom: 30px;
  font-weight: 300;
}
.banner-text-info p a {
  font-weight: 600;
  color: var(--orange);
}
.book-btn {
  background: var(--brown);
  border-radius: 0px;
  font-weight: 600;
  font-size: 20px;
  color: var(--white);
  gap: 10px;
  padding: 10px 20px;
  transition: all .3s ease;
}
.book-btn:hover {
  background: var(--orange);
}
.book-btn img {
  max-width: 25px !important;
}
.hero-area  .book-btn-wrap {
  position: relative;
  z-index: 1;
}
.book-btn-wrap {
  width: fit-content;
  margin: 0 auto;
}
.watch-demo-btn {
  background: transparent;
  font-weight: 400;
}
.watch-demo-btn:hover {
  background: transparent;
  color: var(--orange);
}
.common-title .google-icon img {
  max-width: 30px;
}
.common-title .quote-icon {
    max-width: 60px;
    opacity: 0.3;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}
.video-box {
  padding-bottom: 30px
}

.book-btn-wrap  .auth-mess-btn {
  background: #293682;
}/*
/*========new css add========*/
.iso-certified-area  {
  padding-top: 40px;
}
.client-report-content {
  padding-top: 0px;
}
.client-report-content .container {
    background: linear-gradient(90deg, #f7f9ff, #f7faff);
}
.client-report-content .iso-certified-text p {
  color: var(--black);
  font-weight: 600;
  font-size: 30px;
}
.clock-icon {
    max-width: 66px; 
}
.client-report-content .iso-certified-text {
  width: 60%;
}
.client-report-content .iso-certified-content {
  gap: 20px;
}
.qute-title  .batch-icon {
  width: 50px;
  min-width: 50px;
  margin-right: 10px;
}
.qute-title  .batch-icon img {
  opacity: 1;
  margin: 0;
  max-width: 50px;
}
.qute-title  {
  padding-bottom: 30px;
}
.specialists-handle-area  .providers-trust-info{
  padding-right: 50px;
  padding-bottom: 0px;
}
.providers-trust-list p {
    padding-bottom: 30px;
    line-height: 160%;
}
.providers-trust-list p:last-child {
  padding-bottom: 0px;
}
.authorization-process-area .common-title img {
  max-width: 55px;
}
.authorization-process-area .common-title p {
  font-size: 24px;
}
.authorization-process-area .common-title {
  padding-bottom: 30px;
}
.authorization-photo-box {
  border-radius: 20px;
  /*border: 1px solid var(--brown);*/
  margin-top: 30px;
}
.authorization-photo-box img {
  /*border-radius: 20px;*/
}
.lets-talk-area .common-title h2 {
  font-size: 42px;
  justify-content: center;
}
.lets-talk-area .common-title h2 img {
    max-width: 44px;
}
.lets-talk-area .providers-trust-list li {
  font-size: 28px;
  background-position: left top 9px;
  padding-bottom: 15px;
}
.lets-talk-form p {
  text-align: center;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  padding: 0px 24px;
  padding-top: 10px;
}
.lets-talk-area {
  padding-top: 0px;
}
.educated-icon {
  width: 80px;
  margin-right: 20px;
}
.providers-trust-info .educated-icon img {
  max-width: 100%;
}


/*faq*/
.faq-full-area {
  padding-top: 40px;
  padding-bottom: 40px
}
.faq-full-area  .providers-trust-bg {
    background: linear-gradient(90deg, #fff8f2, #f8f2ff);
    position: relative;
    border: none;
}
.faq-full-area .providers-trust-bg::after {
    content: "";
    position: absolute;
    inset: 0;
    padding: 1px;
    border-radius: 20px;
    background: linear-gradient(180deg, #0037b2, #a941c6);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}
.faq-icon {
    width: 85px;
    margin-right: 15px;
}
.faq-icon img {
  max-width: 85px;
}
.faq-full-area .common-title  {
  gap: 20px;
  padding-bottom: 30px
}
.faq-full-area .common-title h2 {
  margin-bottom: 4px;
  justify-content: start;
}
.accordion-header {
  line-height: 1;
}
.accordion-item {
  margin-bottom: 10px;
  border-radius: 0px !important;
  border:none;
  box-shadow: 0 0 0 0.5px #96999c;
}
.accordion-button:not(.collapsed) {
  background: transparent;
  box-shadow: none;
}
.faq-full-area  .accordion-button {
  font-size: 20px;
  font-weight: 500;
  color: #000;
  background: transparent;
  box-shadow: none;
  padding: 20px 16px;
}
.accordion-body p {
    font-size: 20px;
    line-height: 30px;
    width: 90%;
}
.accordion-body {
  padding:0px 40px  20px 55px;
}
.faq-full-area {
  padding-top: 0px
}
.contact-text {
  width: 90%;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 30px;
}
.contact-text p {
  font-size: 38px;
  line-height: 130%;
}
.authorization-workflow  .providers-trust-bg{
  background: #fffbf5;
}
.authorization-workflow  .common-title h2 {
  justify-content: center;
  padding-bottom: 10px;
}
.authorization-workflow  .common-title {
  max-width: 940px;
  margin: 0 auto;
}
.authorization-workflow p {
  font-size: 22px;
  line-height: 130%;
}
.authorization-workflow .book-btn-wrap {
  margin: 0 auto;
}


/**/

.stop-paying-title {
  padding-bottom:25px;
}
.stop-paying-info {
  padding: 34px;
  border-radius: 0px;
  background: #f8f2ff;
}
.stop-paying-info h4 {
  font-size: 28px;
  line-height: 1.3;
  padding-bottom: 8px
}

.stop-paying-info p {
  font-size: 24px;
  line-height: 37px;
  margin-bottom: 0px;
  font-weight: 300;
}
.digital-infrastructure h4 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}
.digital-infrastructure h4 img {
  max-width: 60px;
}
.digital-infrastructure {
  background: #fff9c4;
}
.thum-image {
  width: 100%;
  height: 372px;
  border-radius: 0px;
  object-fit: cover;
}
.patients-search-area {
  background: #e3f2fd;
  padding-top: 40px;
  padding-bottom: 40px;
}
.patients-search-content h2 {
  color: #00207f;
  margin-bottom: 0px;
  line-height: 1.3;
}
.common-btn.scan-btn {
  background: #ffefd7;
  color: #00207f;
  box-shadow: 0 0 0 0.5px #00004d;
}
.common-btn.scan-btn img {
  max-width: 30px !important; 
}
.patients-search-content h2 {
  display: initial;
}
.patients-search-content h2 span {
  color: var(--brown);
}
.patients-search-content .common-title {
  padding-bottom: 10px
}
.patients-search-content h4 {
  color: #4b4b4b;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.3;
}
.brand-slider-area {
  background: #fff6e8;
  padding-top: 40px;
  padding-bottom: 40px;
}

.brand-slider-area .swiper-slide {
    width: auto !important;
}

.logo-container {
  width: fit-content;
  background: white;
  max-width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0px;
  padding:10px 20px;
  height: 80px;
}
.logo-container img {
  max-width: 124px;
  filter: grayscale(1);
}
.logo-container:hover img {
  filter: initial;
}

.logo-container.chatgtp-logo img {
    max-width: 50px;
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after,
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    width: 40px;
    height: 40px;
    border: 1px solid #000;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    position: absolute;
    right: -72px;
    color: var(--black);
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after{
  right: initial;
  left: -72px;
}
.top-review-sites {
  padding-top: 40px;
  padding-bottom: 40px;
}
.top-review-single {
  width: calc((100% - 40px) / 2);

}
.top-review-content {
  gap: 60px 40px;
}
.top-review-bg {
  background: linear-gradient(90deg, #f7f9ff, #f7faff);
  border-radius: 0px;
  padding: 30px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;

}
.top-review-bg h5 {
  text-align: center;
  color: #00004d;
  font-size: 22px;
  line-height: 1.4;
  padding-bottom: 30px;
}
.top-review-bg ul li a {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 20px;
  color: var(--black);
  padding: 12px 14px;
  border-radius: 0px;
  /*box-shadow: 0 0 0 0.5px #00004d;*/
  background: #fff;
}
.top-review-bg ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-wrap: wrap;
  height: 310px;
}
.top-review-bg ul li a img {
  max-width: 22px;
}
.top-directories .top-review-bg {
  background: #fff9c4;
}
.top-social-media .top-review-bg{
  background: #ffefd7;
}
.top-map .top-review-bg {
  background: #f8f2ff;
}
.hero-icons {
  position: absolute;
  left: 0;
  right: 0;
  max-width: 1070px;
  margin: 0 auto;
  bottom: 60px;
}

.client-report-content .bannar-reviews-start strong {
  color: var(--black);
  font-size: 26px;
}
.iso-certified-area.client-report-content {
  padding-bottom: 60px
}
.zero-extra-work {
  padding-top: 60px;
  padding-bottom: 70px;
  background: #e3f2fd;
}
.zero-extra-content .zero-extra-item {
  width: calc((100% - 60px) / 4);
}
.zero-extra-content {
  gap: 20px;
}
.zero-extra-item-bg {
  background: var(--white);
  padding: 20px;
  border-radius: 0px;
  text-align: center;
  box-shadow: rgb(0 0 0 / 9%) 3px 3px 5px;
}
.zero-extra-icon {
    max-width: 50px;
    margin: 0 auto;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.zero-extra-item-bg  h5 {
  font-size: 22px;
  line-height: 1.4;
  color: var(--black);
  padding-top: 10px;
  font-weight: 600;
}
.zero-extra-work  .common-title {
  padding-bottom: 40px;
}
.zero-extra-work  .common-title h2{
  color: #00207f;
  padding-bottom: 10px;
}
.zero-extra-work  .common-title h2 img {
  max-width: 60px;
}
.zero-extra-work  .common-title p {
  font-size: 22px;
}
.zero-extra-work  .common-title h2 span {
  color: var(--brown);
}
.iso-certified-logo-area {
  background: #293682;
  padding-top: 40px;
  padding-bottom: 40px;
}

.iso-certified-logo-area  .container {
  background: transparent;
  padding: 0px;
  border-radius: 0;
  max-width: 1920px;
}
.iso-certified-logo-area   .iso-certified-logo-items {
  width:100%;
  padding-left: 0px;
  gap: 45px;
}
.hi-logo {
    max-width: 210px;
}
.agencies-charge-area {
  padding-top: 40px;
  padding-bottom: 40px;
}
.agencies-charge-bg {
  background: #f8f2ff;
  border-radius: 0px;
  padding: 40px;
}
.green-start {
    max-width: 40px;
}
.agencies-charge-area .bannar-reviews-start strong {
  color: var(--black);
}
.agencies-charge-area .bannar-reviews-start {
  padding-bottom: 15px;
}
.agencies-charge-area .common-title h2 {
  color: #00207f;
  padding-bottom: 8px;
  display: block;
}
.agencies-charge-area .common-title h2 span {
  color: var(--brown);
}
.agencies-charge-area .common-title p {
  font-size: 20px;
  line-height: 1.4;
}
.agencies-charge-area .common-title {
  max-width: 1130px;
  margin: 0 auto;
  padding-bottom: 30px;
}
.agencies-charge-area .common-title h6 {
  font-size: 20px;
  line-height: 1.3
}
.agencies-charge-video img {
  border-radius: 0px;
}
.growth-engine-btn .book-btn {
  font-size: 24px;
}
.growth-engine-btn {
  padding-bottom: 45px;
}
.growth-gngine-area .common-title h2 {
  color: #00207f;
}
.growth-gngine-area .common-title img {
    max-width: 60px;
}
.growth-gngine-area .common-title {
  padding-bottom: 30px;
}
.growth-gngine-list-item {
  border-radius: 0px;
  background: #f8f2ff;
  padding: 30px;
  gap: 15px;
}
.growth-icon {
  width: 50px;
  min-width: 50px;
}
.growth-gngine-info h5 {
    font-size: 24px;
    line-height: 1.4;
    color: #00004d
}
.growth-gngine-info p {
  font-size: 20px;
  line-height: 30px;
}
.growth-gngine-list-item {
  margin-bottom: 30px;
}
.growth-gngine-list-item:last-child {
  margin-bottom: 0px;
}

.light-orange-bg {
    background: #fff6e8;
}
.light-azurw-bg {
    background: #edf8ff;
}
.growth-gngine-area .book-btn-wrap .auth-mess-btn {
  background: #293682;
}
.practice-growth-area .book-btn-wrap .book-btn,
.growth-gngine-area .book-btn-wrap .book-btn {
  min-width: 260px;
}
.video-box-area {
  padding-top: 40px;
  padding-bottom: 40px;
}
.video-box-area .fancybox-item img {
  opacity: 0.8;
}
.practice-growth-area  {
  padding-top: 40px;
  padding-bottom: 40px;
}
.practice-growth-area .common-title h2 {
  padding-bottom: 10px;
}
.practice-growth-area .common-title {
  padding-bottom: 10px;
}
.practice-growth-area .common-title p {
  font-size: 20px;
}
.practice-growth-area .bannar-reviews-start strong {
  color: var(--black);
}
.review-profile-area {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #fffdf0;
  box-shadow: rgb(33 35 38 / 4%) 0px 10px 10px 10px;
}
.review-profile-bg {
  background: var(--white);
  padding: 20px;
  border-radius: 0px;
  height: 100%;
}
.review-post img {
  max-width: 20px;
}
.review-author-photo {
  width: 40px;
  height: 40px;
  min-width: 40px;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  background: var(--orange);
}

.review-author-name h6 {
  font-size: 17px;
  font-weight: 600;
}
.review-profile-top  {
  padding-bottom: 10px;
}
.review-post span{
  font-size: 16px;
}
.review-profile-info p {
  font-size: 16px;
  line-height: 22px;
  padding-top: 6px
}
.review-profile-info img {
  max-width: 130px;
}
.proud-maintain-area {
  background: var(--white);
  padding-top: 40px;
  padding-bottom: 40px;
}
.proud-maintain-area .container {
  background: linear-gradient(90deg, #fff8f2, #f8f2ff);
  padding: 20px 30px;
  box-shadow: 0 0 0 0.5px #cfcfcf;
    
}
.trusted-logo {
    max-width: 100px;
}
.proud-maintain-area .proud-membar-logo {
    max-width: 170px;
}
.proud-maintain-area .iso-certified-text p {
  font-size: 24px;
  color: var(--black);
}
.proud-maintain-area .iso-certified-text {
    width: 65%;
}


/*footer*/
.footer-area {
    background: #293682;
    padding-top: 40px;
}
.footer-logobox {
    padding-bottom: 40px;
}
.copyright-wrap ul li {
    width: 33px
}
.footer-logobox ul {
    display: flex;
    align-items: center;
    gap: 30px;
    justify-content: center;
}
.footer-logobox ul li:last-child {
  max-width: 250px;
}
.footer-logobox ul li:nth-child(5) {
    max-width: 180px;
}
.footer-busniess-box {
    gap: 40px;
    padding-bottom: 20px;
}
.footer-busniess-item {
  border: 1px solid var(--orange);
  border-radius: 0px;
  padding: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: calc((100% - 80px) / 2);
  gap: 10px;
}

.footer-busniss-icon {
  width: 60px;
  min-width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer-busniss-info h3 {
  font-weight: 700;
  font-size: 22px;
  color: #fff;
  line-height: normal;
  padding-bottom: 10px;
  text-align: center;
}
.footer-busniess-item p {
  margin-bottom: 0 !important;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  color: var(--white);
} 
.footer-about-company h3 {
  text-align: center;
  font-size: 28px;
  font-weight: 600;
  padding-bottom: 10px;
  line-height: 1.4;
  color: var(--white);
}
.footer-about-company p {
  font-size: 20px;
  color: var(--white);
  line-height: 30px;
  padding-bottom: 15px;
}
.office-location  h5 {
  text-align: center;
  font-size: 22px;
  color: var(--orange);
  padding-bottom: 3px;
  font-weight: 600;
}
.office-location p {
  font-size: 18px;
  line-height: 1.4
}
.copyright-wrap {
    gap: 5px 20px;
    padding: 20px 0px;
    border-top: 1px solid var(--white);
}
.copyright-wrap span {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}
.footer-logo {
    max-width: 180px;
    margin: 0 auto;
}
.media-link ul {
  gap: 12px;
  display: flex;
}
.copyright-wrap ul li {
    width: 33px;
}
.footer-about-company {
    padding-bottom: 24px;
}
.stop-paying-add .common-title h2 {
  color: #00207f;
  flex-wrap: wrap;
}
.common-title img {
    max-width: 60px;
}
.py-60 {
  padding-top: 60px;
  padding-bottom: 60px;
} 
.practice-growth-area  .common-title h4 {
  font-size: 25px;
  color: #62369b;
}
.practice-growth-area  .common-title {
  padding-bottom: 40px;
}
.practice-growth-area  .watch-demo-btn {
  color: var(--black);
}
.practice-growth-area  .watch-demo-btn:hover {
  color:var(--orange);
}
.top-review-sites  h4 {
  text-align: center;
  color: #00207f;
  font-size: 25px;
  line-height: 1.3;
  padding-bottom: 24px;
}
.practice-growth-bg {
  background: linear-gradient(135deg, #f7f9ff, #f7f9ff);
  padding:24px;
  height: 100%;
}
.practice-growth-icon {
    max-width: 50px;
    margin-bottom: 20px;
    height: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.practice-growth-bg h6 {
  font-size: 22px;
  line-height: 30px;
  color: #00004d;
  padding-bottom: 10px;
}
.practice-growth-bg p {
  font-size: 18px;
  line-height: 28px;
  color: #00004d;
}
.video-box-area  .fancybox-item {
  width: 150px;
  height: 150px;
}

.skip-ads-area .common-title h2 {
  display:block;
  padding-bottom: 10px;
  color: #00207f
}
.skip-ads-area .common-title h2 span {
  color: var(--brown);
}
.skip-ads-area .common-title {
  max-width: 1100px;
  padding-bottom: 40px;
  margin: 0 auto;
}
.skip-ads-area .common-title p {
  font-size: 22px;
  line-height: 1.4;
}
.skip-ads-bg {
  padding: 40px;
  box-shadow: 0 0 0 0.5px #00004d;
}
.skip-ads-info {
  padding: 40px;
  background: #ffefd7;
}
.skip-ads-info h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 32px;
  line-height: 1.3;
  color: #00207f;
  gap: 10px;
  padding-bottom: 24px;
  flex-wrap: wrap;
}
.skip-ads-info h3 img {
  max-width: 60px;
}
.skip-ads-info p {
  font-size: 20px;
  line-height: 32px;
}
.skip-ads-info p strong {
  font-weight: 600;
}
.skip-ads-info {
  margin-bottom: 30px;
}
.skip-ads-info:last-child {
  margin-bottom: 0px;
}
.skip-ads-info-2 {
  background: #fff9c4;
}
.faq-full-area  .book-btn-wrap  {
  padding-top: 30px;
}

.faq-full-area .watch-demo-btn {
  color: var(--black);
}
.faq-full-area .watch-demo-btn:hover {
  color: var(--orange);
}
.office-location {
    padding-top: 15px;
}












