h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  line-height: 1.3
}

#main-menu .navbar-nav .nav-item .nav-link.active,
#main-menu .navbar-nav .nav-item.active .nav-link,
#main-menu .navbar-nav .nav-item:hover .nav-link,
.cta-button-wrap a {
  color: var(--color-blue)
}

.hero-content-left .lead,
body {
  font-size: 18px;
  font-weight: 400
}

.banner-contacts a,
.btn-more-info,
.case-list li a,
.cta-button-wrap a,
.header__dropdown--list a,
.home-bpo-offering-link,
.rcm-footer-links ul li a {
  text-decoration: none
}

:root {
  --color-green: #90c739;
  --color-lgreen: #d3f0ad;
  --color-blue: #1174c0;
  --color-dgrey: #1f1f1f;
  --body-font: 'Source Sans Pro', sans-serif;
  --h1-font: 'Mulish', sans-serif;
  --text-14: 14px;
  --text-15: 15px;
  --text-16: 16px;
  --text-18: 18px;
  --text-20: 20px;
  --text-24: 24px;
  --text-30: 30px;
  --text-36: 36px;
  --text-38: 38px;
  --text-40: 40px;
  --text-44: 44px;
  --text-55: 55px;
  --text-62: 62px;
  --text-72: 72px;
  --text-82: 82px
}

.pl-70 {
  padding-left: 70px
}

.pt-70 {
  padding-top: 70px
}

.pt-80 {
  padding-top: 80px
}

.pt-90 {
  padding-top: 90px
}

.pt-100 {
  padding-top: 100px
}

.padding-10,
.pb-100 {
  padding-bottom: 100px
}

.pb-90 {
  padding-bottom: 90px
}

.pb-80 {
  padding-bottom: 80px
}

.pb-70 {
  padding-bottom: 70px
}

.w-85 {
  width: 85%
}

.w-70 {
  width: 70%
}

.w-45 {
  width: 45%
}

.w-55 {
  width: 55%
}

section {
  padding-left: 20px !important;
  padding-right: 20px !important;
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.logo-div p.small-text {
  font-size: 18px !important;
  margin-top: 20px;
  margin-bottom: 0
}

.logo-div p.medium-text {
  font-size: 22px !important;
  margin-bottom: 0;
  font-weight: 700
}

body {
  padding: 0;
  font-family: var(--body-font);
  width: 100%;
  background-color: #fff;
  color: #1f1f1f;
  line-height: 24px
}

p {
  font-size: 16px !important
}

h1 {
  font-weight: 500;
  font-family: var(--h1-font)
}

h2,
h3,
h4,
h5,
h6 {
  font-family: var(--body-font);
  font-weight: 700
}

.btn-primary {
  color: #fff;
  background-color: var(--color-green);
  border-color: var(--color-green);
  padding: 8px 16px;
  transition: .5s;
  font-size: 14px;
  font-weight: 400
}

.btn-primary:focus,
.btn-primary:hover {
  background-color: var(--color-blue);
  border-color: var(--color-blue)
}

@media (min-width:1400px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1200px
  }
}

.text-accent-1 {
  color: var(--color-green)
}

.header-top .navbar-collapse {
  justify-content: end
}

.background-img {
  position: relative;
  width: 100%;
  display: block;
  padding-top: 0;
  padding-bottom: 0
}

.bottom-img {
  position: absolute;
  bottom: 0;
  width: 100%
}

.bottom-img img {
  width: 100%
}

#main-menu .navbar-nav .nav-item {
  margin: 0 10px
}

#main-menu .navbar-nav .nav-item .nav-link {
  color: var(--color-dgrey);
  font-weight: 600
}

#main-menu .navbar-nav .nav-link span {
  margin-left: 30px
}

.btn-more-info {
  background: #8dc63e;
  padding: 10px 20px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 600;
  color: #fff
}

.font-15 {
  font-size: 15px !important
}

.cta-button-wrap {
  background: #fff;
  z-index: 130
}

.banner-contacts a:hover,
.cta-icon {
  background: var(--color-blue)
}

.cta-button-wrap a {
  display: flex;
  flex-direction: row;
  font-size: 22px;
  line-height: 34px;
  padding: 7px 11px 7px 7px;
  align-items: start;
  font-weight: 600;
  border: 2px solid var(--color-blue);
  border-radius: 8px;
  align-items: center
}

.cta-icon {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  margin-right: 10px
}

.navbar .megamenu {
  padding: 1rem
}

@media all and (min-width:992px) {
  .navbar-expand-lg .navbar-nav .dropdown-menu.megamenu {
    position: fixed;
    width: 100%;
    display: flex;
    left: 0;
    top: 85px;
    border-radius: 0;
    border: 0;
    border-top: 0 currentcolor;
    border-top: 1px solid #eeee;
    z-index: 120;
    opacity: 0;
    transform: translateY(-900px);
    transition: transform 0 cubic-bezier(0, 0, 0, 1.26);
    padding: 40px 0;
    box-shadow: 0 17px 20px rgba(0, 0, 0, .1)
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu.megamenu.show {
    opacity: 1;
    transform: translateY(-1px)
  }
}

.navbar-expand-lg .navbar-nav .dropdown-menu.megamenu:before {
  content: "";
  position: absolute;
  height: 100%;
  left: -100%;
  width: 100%;
  background: #fff;
  top: 0;
  border-top: 1px solid #eee
}

.navbar-expand-lg .navbar-nav .dropdown-menu.megamenu:after {
  content: "";
  position: absolute;
  height: 100%;
  right: -100%;
  width: 100%;
  background: #fff;
  top: 0;
  border-top: 1px solid #eee
}

.mega--button:first-child,
.mega--button:nth-child(2),
.mega--button:nth-child(3) {
  --tw-bg-opacity: 1;
  border-color: transparent;
  border-width: 1px
}

.header__dropdown--list li .header__dropdown--item div img {
  position: absolute;
  left: 22px;
  top: 22px;
  width: 35px
}

.col-megamenu {
  display: flex;
  flex-direction: row;
  flex-direction: row;
  justify-content: space-between
}

.header__dropdown--list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  width: 50%
}

.header__dropdown--list-3 {
  width: 33%
}

.header__list li {
  width: auto
}

.header__dropdown--item {
  border-radius: 1rem;
  padding: .5rem 0.7rem
}

.header__dropdown--item div {
  padding-left: 2rem;
  padding-right: .5rem;
  position: relative
}

.header__dropdown--item div h5,
.header__dropdown--item div A,
.header__dropdown--item {
  color: rgb(2 15 28/1);
  font-size: 17px;
  line-height: 22px;
  text-decoration: none;
  font-weight: 700
}

.header__dropdown--item div p {
  color: #4c4c4c;
  font-size: 12px !important;
  font-weight: 400;
  line-height: 1.25rem;
  min-height: 2rem;
  margin: 0
}

.header__dropdown--item-source {
  background-color: rgb(255 243 255/1);
  border-radius: 1rem;
  padding: 1rem
}

.header__dropdown--list li .header__dropdown--item div {
  padding: 14px 20px 20px 70px;
  transition: .5s;
  width: 100%;
  border-radius: 8px;
}

.header__dropdown--list li.active .header__dropdown--item div,
.header__dropdown--list li:hover .header__dropdown--item div {
  background-color: #edf8f6
}

.mega--buttons ul {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0
}

.mega--buttons ul li {
  list-style: none
}

.mega--button {
  border-radius: 6px;
  cursor: pointer
}

.case-list,
.list-style1,
.mega--button p {
  margin: 0;
  padding: 0
}

.mega--button {
  background-color: #fff1e0;
  margin-bottom: 10px;
  background-color: #fff;
  color: var(--color-blue);
}

.mega--button--wrap img {
  position: absolute;
  left: 24px;
  top: 10px;
  width: 32px;
}

.mega--button--wrap {
  position: relative;
  padding: 6px 12px 6px 40px
}

.mega--button--wrap:hover {
  color: var(--color-green)
}

.mega--button--wrap:before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 24px;
  height: 24px;
  background: url(../images/nav-mnu-arrow.png) no-repeat 0 0;
}

.col-megamenu-buttons {
  padding-right: 40px;
  border-right: 1px solid #eee
}

.col-megamenu-buttons h4 {
  font-size: 22px;
  margin-top: 0;
  margin-bottom: 20px
}

.mega--button h5,
.mega--button a,
.mega--button {
  font-family: var(--body-font);
  font-size: 17px;
  font-weight: 600;
  text-decoration: none;
  color: var(--color-blue)
}

.mega--button a:hover {
  color: var(--color-green)
}

.mega--button h5+p {
  font-size: 14px;
  line-height: 22px
}

.hero-section.inner-banner {
  padding: 70px 0;
  position: relative
}

.hero-section.inner-banner .bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .6)
}

.divider {
  width: 245px;
  height: 6px;
  background: var(--color-bgreen)
}

.hero-section.inner-banner h1 {
  line-height: 66px
}

.hero-section.inner-banner h1 span {
  display: block;
  font-size: 40px;
  line-height: 42px;
  font-weight: 500
}

.sidebar-form .col-get-quote-form {
  top: 0
}

.sidebar-form .get-quote-form {
  max-width: 100%;
  border-radius: 30px
}

.sidebar-form .get-quote-form-overlay {
  content: "";
  position: absolute;
  background: var(--color-green);
  width: 90%;
  height: 105%;
  top: -10px;
  border-radius: 30px;
  z-index: 0;
  left: 5%
}

.inner.section-title .sec-sub-title span {
  display: block;
  text-transform: uppercase
}

.main-top-level-menu {
  font-weight: 600;
  font-size: 30px;
  text-align: center;
  text-decoration: none;
  color: var(--color-blue)
}

.main-top-level-menu2 {
  font-weight: 600;
  font-size: 22px;
  text-align: center;
  text-decoration: none;
  color: #0f467a;
  display: inline-block;
  padding: 0 0 20px;
}

.main-top-level-menu2 img {
  width: 38px
}

.mega--buttons ul.colum-50 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.mega--buttons ul.colum-50 li {
  width: 50%;
}

@media(max-width:991px) {

  .navbar.fixed-top .navbar-collapse,
  .navbar.sticky-top .navbar-collapse {
    overflow-y: auto;
    max-height: 90vh;
    margin-top: 10px
  }
}

.hero-content-left h1 {
  font-size: 38px;
  line-height: 48px;
  position: relative;
  margin-top: 10px;
  color: #414040
}

.hero-content-left .lead {
  line-height: 26px;
  padding-top: 10px;
  padding-bottom: 5px
}

.hero-caption {
  color: var(--color-bblue);
  font-size: 22px;
  font-weight: 600
}

.banner-contacts {
  display: flex;
  align-items: center
}

.banner-contacts a {
  margin-right: 20px;
  color: #fff;
  transition: .5s
}

.link-phone {
  font-size: 36px;
  color: #fff;
  font-weight: 600
}

.btn-chat,
.btn-email {
  font-size: 26px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 8px 18px;
  border-radius: 8px;
  display: inline-flex;
  flex-direction: row;
  align-items: center
}

.banner-contacts .btn-chat,
.banner-contacts .btn-email,
.banner-contacts .link-phone {
  background: #8dc63e;
  padding: 10px 20px;
  border-radius: 4px;
  font-size: 20px;
  font-weight: 600
}

.banner-contacts a img {
  margin-right: 7px;
  max-width: 24px
}

.btn-email img {
  margin-right: 10px
}

.col-get-quote-form {
  z-index: 100;
  top: 0;
  justify-content: right;
  display: flex
}

.get-quote-form {
  /* min-width: 300px; */
  border-radius: 10px;
  position: relative;
  padding: 20px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, .2);
  background: #27a8e8;
  background: -moz-linear-gradient(top, #27a8e8 0, #127ebd 100%);
  background: -webkit-linear-gradient(top, #27a8e8 0, #127ebd 100%);
  background: linear-gradient(to bottom, #27a8e8 0, #127ebd 100%)
}

.middle {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}

.middle input[type=radio] {
  display: none
}

.middle input[type=radio]:checked+.box {
  background-color: #e7f7f4;
  border: 1px solid #e7f7f4;
  color: var(--color-green)
}

.middle input[type=radio]:checked+.box span {
  color: var(--color-green);
  transform: translateY(70px)
}

.middle input[type=radio]:checked+.box span:before {
  transform: translateY(0);
  opacity: 1
}

.middle .box {
  transition: 250ms;
  will-change: transition;
  text-align: center;
  cursor: pointer;
  position: relative;
  font-weight: 900;
  background: #fff;
  border: 1px solid #d3d3d3;
  padding: 5px 22px;
  border-radius: 50px
}

.middle .box:active {
  transform: translateY(10px)
}

.middle .box span {
  transition: .3s;
  font-size: 14px;
  user-select: none;
  color: #000;
  font-weight: 400
}

.middle .box span:before {
  font-size: 1.2em;
  font-family: FontAwesome;
  display: block;
  transform: translateY(-80px);
  opacity: 0;
  transition: .3s ease-in-out;
  font-weight: 400;
  color: #fff
}

.middle label {
  max-width: 31%;
  width: 31%;
  margin-bottom: 15px
}

.get-quote-form .title {
  font-size: 14px;
  text-align: center;
  color: #fff;
  font-family: var(--heading-font);
  margin-bottom: 10px;
  font-weight: 400
}

.slick-next::before,
.slick-prev::before {
  font-family: 'Material Symbols Outlined'
}

.get-quote-form .sub-title {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  color: #555;
  margin-bottom: 50px
}

.get-quote-form .form-group {
  margin-bottom: 8px
}

.get-quote-form textarea.form-control {
  min-height: 90px
}

.get-quote-form .form-control {
  border: 0;
  font-size: 14px;
  padding: 8px 15px
}

.section-title h2,
.section-title h3 {
  font-family: var(--body-font);
  font-size: 30px;
  font-weight: bolder;
  color: #0f467a
}

.seprator.left.white {
  width: 30px;
  height: 2px;
  position: relative;
  background: #fff;
  display: inline-block
}

.seprator.left.white:after {
  content: "";
  position: absolute;
  right: -8px;
  top: -1px;
  width: 4px;
  height: 4px;
  background: #fff
}

.seprator.center,
.seprator.left {
  width: 30px;
  height: 2px;
  position: relative;
  background: var(--color-blue);
  display: inline-block
}

.seprator.center:after,
.seprator.left:after {
  content: "";
  position: absolute;
  right: -8px;
  top: -1px;
  width: 4px;
  height: 4px;
  background: var(--color-blue)
}

.section-title.center {
  text-align: center
}

.section-title.center .seprator {
  width: 5px;
  height: 5px;
  background: var(--color-blue)
}

.section-title.center .seprator:before {
  content: "";
  position: absolute;
  width: 30px;
  height: 2px;
  background: var(--color-blue);
  left: -36px;
  top: 1px
}

.section-title.center .seprator:after {
  content: "";
  position: absolute;
  width: 30px;
  height: 2px;
  background: var(--color-blue);
  right: -36px;
  top: 1px
}

.mb-20 {
  margin-bottom: 20px
}

.home-counter,
.home-services {
  padding: 70px 0
}

.list-style1 li {
  list-style: none;
  color: var(--color-blue);
  font-weight: 600;
  font-family: var(--h1-font);
  margin-bottom: 30px;
  position: relative;
  padding-left: 65px;
  padding-top: 12px
}

.list-style1 li img {
  position: absolute;
  left: 0;
  top: 0
}

.home-bpo-offering {
  padding: 70px 0;
  background: url(https://cdn.medbillingexperts.com/assets/images/section-bg3.webp) 0 0/cover no-repeat #f7f7f7
}

.home-bpo-offering-link {
  position: relative;
  padding-left: 24px;
  color: var(--color-green);
  font-weight: 600;
  font-size: 13px;
  margin-top: auto
}

.offering-box,
.offering-contact-box {
  padding: 20px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, .04);
  height: 100%;
  border-radius: 10px;
  display: flex
}

.home-bpo-offering-link:before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 16px;
  height: 17px;
  background: url(https://cdn.medbillingexperts.com/assets/images/icon-more-about-white.webp) no-repeat
}

.offering-box {
  background: #fff;
  flex-direction: column;
  align-items: start;
  position: relative
}

.offering-box .img-posabs {
  position: absolute;
  z-index: 999;
  bottom: 0;
  right: 0;
  width: 100px;
  height: 100px
}

.offering-box h3 {
  font-size: 16px;
  margin: 15px 0;
  color: var(--color-blue)
}

.offering-box p {
  font-size: 14px;
  line-height: 20px
}

.offering-contact-box {
  background: #f7f7f7;
  flex-direction: column;
  align-items: center;
  justify-content: center
}

.offering-contact-box .h3 {
  text-align: center;
  color: var(--color-blue);
  font-size: 22px
}

.offering-contact-box .banner-contacts {
  flex-direction: column;
  width: 100%
}

.offering-contact-box .banner-contacts a {
  margin: 0 0 10px;
  width: 81%;
  font-size: 16px
}

.offering-box.active,
.offering-box:hover,
.testimonial-box:hover {
  background: #102951;
  background: -moz-linear-gradient(45deg, #102951 0, #3b8e49 100%);
  background: -webkit-linear-gradient(45deg, #102951 0, #3b8e49 100%);
  background: linear-gradient(45deg, #102951 0, #3b8e49 100%)
}

.offering-box.active .home-bpo-offering-link:after,
.offering-box:hover .home-bpo-offering-link:after {
  content: "";
  position: absolute;
  left: 20px;
  bottom: 0;
  width: 50px;
  height: 1px;
  background: #fff
}

.offering-box.active .img-posabs,
.offering-box:hover .img-posabs {
  opacity: .2
}

.about-wrap *,
.footer a,
.footer-social-links li:hover a,
.offering-box.active *,
.offering-box:hover *,
.testimonial-box:hover * {
  color: #fff !important
}

.home-about {
  background: url(https://cdn.medbillingexperts.com/assets/images/bg-about.webp) top right no-repeat;
  padding: 70px 0
}

.about-wrap {
  background: var(--color-blue);
  padding: 30px 70px 30px 40px;
  border-radius: 10px;
  margin-right: -80px;
  position: relative
}

.about-wrap:before {
  content: "";
  width: 257px;
  height: 286px;
  background: url(https://cdn.medbillingexperts.com/assets/images/about-dots-bg.webp) no-repeat;
  position: absolute;
  bottom: 100px;
  left: -50px;
  z-index: -1
}

.img-about-2004 {
  position: relative;
  display: flex;
  margin-left: auto;
  top: 35px;
  z-index: 99
}

.counter-wrap {
  background: #e8f8ff;
  border-radius: 10px;
  padding: 25px 22px;
  position: relative
}

.counter-wrap img {
  position: absolute;
  right: 30px;
  top: 30px
}

.counter-title {
  color: var(--color-blue);
  font-weight: 400
}

.counter-wrap .counter {
  font-size: 90px;
  font-weight: 700;
  line-height: 90px;
  color: var(--color-blue)
}

.home-casestudies {
  padding: 70px 0;
  background: url(https://cdn.medbillingexperts.com/assets/images/section-bg2.webp) bottom left/100% no-repeat
}

.case-list li {
  list-style: none;
  border-bottom: 1px solid #c3c3c3;
  padding-bottom: 15px;
  margin-bottom: 15px
}

.case-list li:last-child,
.fcontact form .col .form-control {
  border: 0
}

.case-list li a {
  font-weight: 600;
  color: var(--color-blue)
}

.testimonial-box {
  padding: 40px;
  border-radius: 10px;
  margin-top: 40px;
  margin-left: 35px;
  background: #f7f7f7;
  min-height: 440px;
  display: flex;
  flex-direction: column;
  transition: .5s
}

.testimonial-box img.quote-icon {
  width: auto;
  position: relative;
  margin: 0 auto 20px
}

.testimonial-box .testi-photo img {
  width: auto;
  border-radius: 50%
}

.fcontact form,
.testi-info {
  display: flex;
  justify-content: space-between
}

.testi-photo {
  width: 260px;
  margin-right: 20px
}

.testi-content {
  font-size: 15px;
  line-height: 24px;
  text-align: center
}

.meta-info {
  border-top: 1px solid #ddd;
  padding-top: 20px;
  margin-top: auto
}

.testimonial-slide .slick-active {
  opacity: 1
}

.meta-info .testi-name {
  font-size: 16px;
  color: #000;
  font-weight: 600;
  text-align: center
}

.meta-info .testi-design {
  font-size: 14px;
  text-align: center
}

.testimonial-slide .slick-next,
.testimonial-slide .slick-prev {
  border: 2px solid #000;
  border-radius: 50%;
  top: -72px;
  width: 36px;
  height: 36px;
  display: none
}

.testimonial-slide .slick-prev {
  right: 65px;
  left: auto
}

.testimonial-slide .slick-dots {
  text-align: left;
  margin-top: 60px;
  bottom: 0;
  position: static;
  margin-left: 80px
}

.sp.contact-icon-1,
.sp.contact-icon-2,
.sp.contact-icon-3,
.sp.contact-icon-4 {
  position: absolute;
  width: 54px;
  height: 54px;
  top: 0;
  left: 0
}

.testimonial-slide .slick-dots li {
  position: relative;
  display: inline-block;
  width: 45px;
  height: 34px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  border-bottom: 2px solid #ddd;
  text-align: center
}

.testimonial-slide .slick-dots .slick-active {
  opacity: 1;
  border-bottom: 2px solid #000
}

.sec-home-testimonial {
  position: relative;
  padding: 70px 0
}

.quote-icon {
  background: url(https://cdn.medbillingexperts.com/assets/images/icon-testimonial2.webp) 0 0/contain no-repeat;
  width: 92px;
  height: 106px;
  margin: 0 auto 20px
}

.testimonial-box:hover .quote-icon {
  background: url(https://cdn.medbillingexperts.com/assets/images/icon-testimonial1.webp) no-repeat
}

.feature-slide .slick-next,
.feature-slide .slick-prev {
  border: 2px solid #ddd;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .07);
  top: 50%
}

.feature-slide .slick-prev {
  right: auto;
  left: -30px
}

.feature-slide .slick-next {
  right: -60px
}

.feature-slide .slick-next:before,
.feature-slide .slick-prev:before {
  color: #000
}

.slick-next::before {
  content: "navigate_next"
}

.slick-prev::before {
  content: "chevron_left"
}

.footer {
  color: #fff;
  background-color: #222;
  padding: 40px 40px 0
}

body.home .footer {
  background-color: #222;
  padding: 120px 40px 0
}

.contact-info-list-item p {
  font-weight: lighter;
  color: #c1c1c1 !important;
  font-size: 14px !important
}

.contact-info-list-item span {
  color: #f26c4f;
  font-size: 80px;
  margin-right: 0;
  margin-top: 5px
}

.contact-info-list-item .section-sub-heading {
  font-weight: 400;
  color: #fff;
  font-size: 30px;
  line-height: 20px
}

.contact-info-list-item.pdt-50:last-child span {
  margin-right: 50px
}

.contact-info-list-warpper {
  margin-left: 0
}

.contact-info-list-item {
  position: relative;
  padding-left: 50px;
  margin-bottom: 15px
}

.sp.contact-icon-4 {
  background-position: -699px -232px
}

.footer-social-links {
  margin: 10px 0 0;
  padding: 0;
  font-size: 0;
  display: flex;
  justify-content: end
}

.footer-bottom,
.rcm-footer-links ul.list-resources {
  margin-top: 15px
}

.copyright,
.rcm-footer-links ul li a {
  color: #919191;
  font-size: 14px
}

.footer-social-links li {
  list-style: none;
  display: inline-block;
  margin-right: 4px
}

.footer-social-links li a {
  font-size: 20px;
  background: 0 0;
  display: block;
  border-radius: 50%;
  padding: 6px;
  width: 46px;
  height: 46px;
  line-height: 31px;
  text-align: center;
  color: #888;
  transition: .5s;
  border: 2px solid #888
}

.rcm-certifications+.h3,
.rcm-certifications+.h3+p {
  color: #888
}

.footer-social-links li.scm-facebook:hover a {
  background: #38529a
}

.footer-social-links li.scm-twitter:hover a {
  background: #1da1f2
}

.footer-social-links li.scm-linkedin:hover a {
  background: #0073b0
}

.footer-social-links li.scm-youtube:hover a {
  background: red
}

.rcm-certifications {
  border-bottom: 1px solid #363636;
  padding-bottom: 30px;
  margin-bottom: 30px
}

.rcm-footer-links h4 {
  color: #8dc63f;
  font-size: 18px;
  margin-bottom: 4px
}

.rcm-footer-links ul {
  margin: 0 0 10px;
  padding: 0;
  display: flex;
  width: 100%;
  flex-wrap: wrap
}

.rcm-footer-links ul li {
  list-style: none;
  display: block;
  transition: .5s;
  position: relative;
  padding-left: 14px;
  padding-right: 14px
}

.rcm-footer-links ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  width: 3px;
  height: 3px;
  background: #fff
}

.rcm-footer-links ul li a {
  display: block;
  transition: .5s
}

.rcm-footer-links ul li:hover a {
  color: #8dc63f
}

.footer hr {
  border-top: 1px solid rgba(255, 255, 255, .1);
  margin-top: 1.5rem;
  margin-bottom: 1.5rem
}

.font-14 {
  font-size: 14px !important
}

.rcm-footer-links ul.list-resources li {
  list-style: none;
  padding: 0;
  margin-right: 10px;
  margin-bottom: 7px
}

.rcm-footer-links ul.list-resources li:before {
  content: "";
  background: 0 0
}

.rcm-footer-links ul.list-resources li a {
  background: #f3f5f8;
  padding: 8px 15px;
  color: #888;
  font-weight: 600;
  font-size: 14px;
  transition: .5s
}

.rcm-footer-links ul.list-resources li:hover a {
  background: #8dc63f
}

.contact-info-content .address .section-sub-heading,
.contact-info-content .section-sub-heading a {
  color: #c1c0c0;
  text-decoration: none;
  font-weight: 600;
  font-size: 21px
}

.contact-info-content .address .section-sub-heading {
  line-height: 30px
}

.footer-bottom {
  border-top: 1px solid #888;
  padding-top: 15px
}

.fcontact {
  background: #102a51;
  background: -moz-linear-gradient(left, #102a51 5%, #144288 100%);
  background: -webkit-linear-gradient(left, #102a51 5%, #144288 100%);
  background: linear-gradient(to right, #102a51 5%, #144288 100%);
  padding: 40px 30px;
  border-radius: 11px;
  margin-bottom: -70px
}

.fcontact form .col {
  width: 23%;
  margin: 0 7px
}

.fcontact form .col input {
  width: 100%;
  height: 48px
}

.contact-form-pp {
  font-size: 14px;
  color: #fff;
  text-align: center;
  margin-top: 5px
}

.contact-form-pp a {
  color: #fff;
  text-decoration: underline
}

@media only screen and (max-width:767px) {

  .header__dropdown--item div p,
  .header__dropdown--list li .header__dropdown--item div img,
  .login-wrap-left,
  .mega--button h5+p,
  .mega--button--wrap img {
    display: none
  }

  .pl-70 {
    padding-left: 0
  }

  .box-orange {
    padding-top: 50px
  }

  .home-service-box {
    margin-right: 0;
    margin-top: 0
  }

  .sec-home-services {
    padding: 60px 20px 50px
  }

  .hero-content-left h1 {
    font-size: 38px
  }

  .hero-content-left .lead {
    font-size: 1.2rem
  }

  .home-casestudies {
    background: none;
  }

  .get-quote-form {
    max-width: 100%
  }

  .middle label {
    max-width: 48%;
    width: 48%
  }

  .get-quote-form-overlay {
    width: 85%;
    left: 8%;
    right: 8%
  }

  .col-get-quote-form {
    top: 36px
  }

  .get-quote-form .title {
    font-size: 26px
  }

  .get-quote-form .sub-title {
    font-size: 16px;
    margin-bottom: 20px
  }

  .banner-contacts a,
  .mega--button:first-child,
  .mega--button:nth-child(2) {
    margin-bottom: 10px
  }

  .bottom-img {
    bottom: -2px
  }

  .cta-button-wrap {
    margin-top: 10px;
    width: 100%
  }

  .bradius-blr-100 {
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px
  }

  .btn-br {
    position: absolute;
    right: 20%;
    bottom: -20px;
    left: 20%
  }

  .navbar-toggler span.material-symbols-outlined {
    font-size: 36px
  }

  .navbar-toggler:focus {
    box-shadow: none
  }

  .header-top #navbarNav {
    position: absolute;
    width: 100%;
    top: 70px;
    z-index: 999;
    background: #fff;
    padding: 20px;
    transition: .5s
  }

  .about-wrap {
    margin-right: 0
  }

  .home-casestudies,
  .home-counter {
    padding-top: 0
  }

  .counter-wrap {
    margin-bottom: 20px
  }

  .feature-slide .slick-prev {
    left: 0;
    z-index: 999
  }

  .feature-slide .slick-next {
    right: 0
  }

  .testimonial-box {
    margin: 0
  }

  .banner-contacts,
  .col-megamenu,
  .fcontact form,
  .login-wrap {
    flex-direction: column
  }

  .fcontact form .col {
    width: 100%;
    margin: 0 7px 10px
  }

  .sidebar-form .get-quote-form .middle label {
    max-width: 48% !important;
    width: 48% !important;
    margin-bottom: 15px
  }

  .footer {
    padding: 60px 20px 0
  }

  .contact-info-content .address .section-sub-heading,
  .contact-info-content .section-sub-heading a {
    font-size: 16px
  }

  .banner-contacts a {
    margin-right: 0;
    color: #fff;
    width: 100%
  }

  .get-quote-form {
    border-radius: 30px;
    margin: 0
  }

  .login-wrap-right {
    width: 100%
  }

  #popupModel .modal-content {
    width: auto
  }

  .banner-bottom-contact2 ul {
    flex-direction: column;
    padding-bottom: 30px
  }

  .banner-bottom-contact2 ul li {
    margin-bottom: 15px
  }

  .home-banner {
    padding: 150px 0 60px
  }

  .header__dropdown--item {
    padding: 0
  }

  #navbarNav .dropdown-menu.megamenu {
    border: 0;
    padding: 0
  }

  #navbarNav .dropdown-menu.megamenu .container {
    padding-right: 0;
    padding-left: 0
  }

  .header__dropdown--list {
    width: 100%
  }

  .header__dropdown--list li .header__dropdown--item div {
    padding: 0 20px 10px 0;
    color: var(--color-blue)
  }

  .header__dropdown--item div h5 {
    font-size: 14px
  }

  .col-megamenu-buttons {
    border-left: 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 15px 0
  }

  .col-megamenu-buttons h4 {
    font-size: 25px;
    margin-top: 0
  }

  .mega--button--wrap {
    padding: 15px
  }

  .header__dropdown--list li.active .header__dropdown--item div,
  .header__dropdown--list li:hover .header__dropdown--item div {
    background: 0 0
  }

  .mega--button h5 {
    font-size: 16px
  }

  .main-top-level-menu {
    font-size: 20px;
  }

  .main-top-level-menu img {
    width: 32px;
  }

  .main-top-level-menu2 {
    text-align: left;
    font-size: 18px;
  }

  .mega--button--wrap {
    padding: 4px 12px 4px 40px;
  }

  .mega--button--wrap:before {
    top: 4px;
  }

  .mega--buttons ul.colum-50 li {
    width: 100%;
  }
}

@media only screen and (min-width:768px) and (max-width:991px) {

  .header__dropdown--item div p,
  .header__dropdown--list li .header__dropdown--item div img,
  .mega--button h5+p,
  .mega--button--wrap img {
    display: none
  }

  .col-get-quote-form {
    justify-content: stretch
  }

  .hero-content-left h1 {
    font-size: 45px
  }

  .hero-content-left .lead {
    font-size: 1.5rem
  }

  .get-quote-form {
    max-width: 95%;
    border-radius: 30px;
    padding-left: 16px;
    padding-right: 16px
  }

  .footer-top .h2,
  .get-quote-form .title {
    font-size: 28px
  }

  .get-quote-form .sub-title {
    font-size: 16px;
    margin-bottom: 20px
  }

  .middle .box {
    padding: 5px 14px
  }

  .get-quote-form-overlay {
    width: 84%;
    left: 8%;
    right: 8%
  }

  .contact-link2,
  .header__dropdown--list {
    width: 100%
  }

  .sec-home-services .pl-70 {
    padding-left: 30px
  }

  .certification-logo li {
    width: 38%;
    margin-bottom: 20px
  }

  .home-service-box {
    margin-right: 0;
    padding: 25px 10px
  }

  .home-about-box {
    max-width: 75%;
    padding: 40px 123px 30px 30px
  }

  .section-title h2 {
    font-size: 30px;
    line-height: 34px
  }

  .stats-counter li .counter-value {
    font-size: 20px;
    margin-bottom: 0;
    margin-top: 10px
  }

  .stats-counter li {
    height: 180px;
    text-align: center
  }

  .stats-counter li img {
    max-width: 40px
  }

  .stats-counter li .counter-desc {
    font-size: 12px;
    padding: 0 15px;
    line-height: 18px
  }

  .sec-feature-bg {
    max-width: 26%
  }

  .case-box {
    padding: 25px 20px
  }

  .case-box h3 {
    font-size: 17px
  }

  .sec-home-testimonial p.pb-70 {
    padding-bottom: 30px
  }

  .footer-top .contact-info a:first-child {
    font-size: 24px;
    line-height: 36px
  }

  .country-address {
    font-size: 10px;
    line-height: 17px
  }

  #popupModel .modal-dialog {
    max-width: 95%
  }

  .header__dropdown--item {
    padding: 0
  }

  #navbarNav .dropdown-menu.megamenu {
    border: 0;
    padding: 0
  }

  #navbarNav .dropdown-menu.megamenu .container {
    padding-right: 0;
    padding-left: 0
  }

  .col-megamenu {
    flex-direction: column
  }

  .header__dropdown--list li .header__dropdown--item div {
    padding: 0 20px 10px 0
  }

  .header__dropdown--item div h5 {
    font-size: 14px
  }

  .col-megamenu-buttons {
    border-left: 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 15px 0
  }

  .col-megamenu-buttons h4 {
    font-size: 25px;
    margin-top: 0
  }

  .mega--button--wrap {
    padding: 15px
  }

  .header__dropdown--list li.active .header__dropdown--item div,
  .header__dropdown--list li:hover .header__dropdown--item div {
    background: 0 0
  }

  .mega--button h5 {
    font-size: 16px
  }

  .mega--button:first-child,
  .mega--button:nth-child(2) {
    margin-bottom: 10px
  }

  .mega--buttons ul {
    display: flex
  }

  .mega--buttons ul li {
    height: 100%;
    margin-right: 15px
  }

  .header-top #navbarNav {
    position: absolute;
    width: 100%;
    top: 70px;
    z-index: 999;
    background: #fff;
    padding: 20px;
    transition: .5s
  }
}

@media only screen and (min-width:992px) and (max-width:1366px) {
  .contact-link2 {
    width: 100%
  }

  #main-menu .navbar-nav .nav-link {
    font-size: 16px;
    padding: 0
  }

  .bottom-img {
    bottom: -2px
  }

  .footer-middle:before,
  .footer-top:before {
    left: -99%
  }

  #popupModel .modal-dialog {
    max-width: 95%
  }
}

.sec-middle {
  width: 65%;
  /* width: 80%; */
  margin: 0 auto
}

.auto-height {
  height: auto !important
}

.w-90 {
  width: 90%
}

.over-lap-middle-div {
  margin: -144px auto 0;
  width: 80%;
  text-align: center;
  padding: 30px;
  background-color: #fff;
  box-shadow: .3em .3em 1em rgba(0, 0, 0, .3)
}

.over-lap-middle-div .font-v3 {
  font-size: 30px
}

.w-80 {
  width: 80% !important
}

@media (max-width: 767px) {
  .hero-section {
    background: none !important
  }

  .w-75,
  .w-45,
  .w-70,
  .w-85 {
    width: auto !important;
  }
}

.sec-breadcrum {
  background: #f3fbfe;
  padding: 10px 0;
}

.sec-breadcrum ul {
  margin: 0;
  padding: 0;
  display: flex;
}

.sec-breadcrum ul li {
  list-style: none;
  font-size: 14px;
  position: relative;
  margin: 0 10px;
}

.sec-breadcrum ul li:before {
  content: "/";
  position: absolute;
  right: -10px;
  top: 0
}

.sec-breadcrum ul li:last-child:before {
  display: none;
}

.sec-breadcrum ul li a {
  text-decoration: none;
}

.sec-service-cta .container h3 {
  font-size: 27px;
  font-weight: 700;
}

.sec-sevice-testmi section {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.hero-section.inner-page {
  padding-top: 85px !important;
  padding-bottom: 85px !important;
}

.sec-service-cta .container {
  background: url(../images/rcm/CTA-bg.webp) 0 0/100% no-repeat !important;
  padding: 60px 0 60px 70px !important;
  /* padding: 55px !important; */
  /* padding: 37px 0 60px 70px !important; */
}


.sec-service-cta .btn-wrap {
  justify-content: left !important;
}

.cardss {
  color: #034B82;
}

.cardss:hover {
  color: white;
}

.cardss img {
  width: 7px !important;
  height: 11px !important;
}

.section-services-whitebox .container {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  padding: 20px;
}

.sec-service-cta .container h3 {
  font-size: 22px !important;
}

.padding-banner-left-20{
  padding: 0px 20px 0px 20px !important;
}

.case-list li a:hover{
  color : #0f467a;
}
.testimonial-layout-box{
  min-height: 400px !important;
}

.sec-service-cta .container h3, .sec-service-cta .container h3 + div {
  color: #fff !important;
}

.btn-cta2 {
  position: relative;
  padding-right: 70px;
  border: 0 none;
  overflow: hidden;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  padding-left: 30px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.sec-service-cta .btn-wrap {
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: right;
}
.btn-cta2 span {
  background: #fff;
  position: absolute;
  top: 0;
  right: 0;
  color: var(--color-green);
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 12px;
}