@import url("https://osplabs.com/wp-content/themes/osplabs/assets/css/sol-common.css");
@import url("https://osplabs.com/wp-content/themes/osplabs/assets/css/testimonial.css");
@import url("https://osplabs.com/wp-content/themes/osplabs/assets/css/client-logos.css");
@import url("https://osplabs.com/wp-content/themes/osplabs/assets/css/casestudy-global.css");
@import url("https://osplabs.com/wp-content/themes/osplabs/assets/css/form-global.css");

/*for header changes*/
.headerWrapper {
  background: #fff !important;
}
.navigation-section.headerNav > .menu-my-menu-container > ul > li > a {
  color: #000 !important;
}
.header-call-number {
  border: 1px solid #000 !important;
  background: #000 !important;
  color: #fff !important;
}
.header-call-icon {
  border: 1px solid #000 !important;
}
.header-call .fa-phone,
.headerWrapper .nav_button span i {
  color: #000 !important;
}
.headerWrapper .white-logo {
  display: none !important;
}
.headerWrapper .blue-logo {
  display: block !important;
}
.getStartedBtn:hover {
  border: 1px solid #2571f0 !important;
}
/*End*/

/* banner section css */
.rcm-hero-section {
  overflow: hidden;
}
.rcm-banner-wr {
  padding: 60px 20px;
  padding-top: 10px !important;
  padding-bottom: 70px;
  max-width: 1300px;
  margin: 0 auto;
}
.rcm-banner-wr h1 {
  color: #fff;
  font-family: Montserrat;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 20px !important;
  text-transform: uppercase;
}
.rcm-banner-wr h1 p {
  color: #fff;
  font-family: Montserrat;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 20px !important;
  text-transform: uppercase;
}

.banner-home p.banner-p-info {
  color: #fff;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
}

.banner-right-side {
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.6);
  box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.15);
  padding: 40px 30px;
  max-width: 445px;
  margin-left: auto !important;
}
.banner-right-side .banner-form-heading {
  color: #323232;
  font-family: Montserrat;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  max-width: 380px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 30px;
}
.banner-right-side .rcm-form-group {
  margin-bottom: 30px !important;
}
.banner-right-side .form-btn-wr {
  margin-top: 0 !important;
}
.banner-home .core-btn.rcm-form-white-btn {
  background: #2571f0 !important;
  outline: none !important;
  min-height: 48px;
  color: #fff !important;
  font-family: Montserrat !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  height: 48px !important;
  border-radius: 0 !important;
  padding: 10px 20px !important;
  margin: 0 auto !important;
}
.banner-home .core-btn.rcm-form-white-btn:hover {
  color: #fff !important;
}

/*our services*/
.nav-tabs {
  border-bottom: none;
}
.service-wrap .nav-item {
  flex: 1;
}
.service-wrap .nav-item .nav-link {
  border: none !important;
}
.service-wrap .tab-pane {
  background: linear-gradient(0deg, #f1f6ff, #f1f6ff), #323232;
  border: 2px solid #2571f0;
  padding: 36px 30px;
  border-radius: 10px;
  margin-top: 17px;
}
.service-wrap .tab-pane p {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 30px;
  color: #373640;
}
.service-wrap .tab-content > .active {
  display: flex;
  align-items: center;
}
.service-wrap .tab-pane .core-btn {
  white-space: nowrap;
}

/*focus css*/
.focus-wrap .nav-tabs {
  border-bottom: 3px solid #dfe6f5;
  flex-wrap: nowrap;
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  justify-content: space-between;
}
.focus-wrap p {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #323232;
}
.nav-tabs .nav-item {
  margin-bottom: 0;
}
.focus-wrap .nav-link {
  border: none;
  position: relative;
  padding: 23px 90px 23px 30px;
  display: block;
  width: 100%;
  text-align: left;
  border-bottom: 1px solid rgba(37, 113, 240, 0.5);
  background: transparent;
  border-radius: 0;
}
.focus-wrap .nav-link.active,
.focus-wrap .nav-link:focus {
  background: #ffffff;
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.08);
  border-radius: 5px;
  outline: none;
  border-bottom: 1px solid transparent;
  outline: none;
}
.focus-wrap li:last-child .nav-link {
  border-bottom: none;
}
.focus-wrap .pills-content > ul {
  list-style-position: inside;
  flex-direction: column;
  padding-left: 70px;
  position: relative;
  height: max-content;
}
/*.focus-wrap ul:before{width: 1px;background-color: #2571F0;height: 95%;position: absolute;left: 25px;top: 11px;content: '';bottom: 0;}*/
.focus-wrap.no-icons ul {
  padding-left: 0;
}
.focus-wrap.no-icons ul:before {
  display: none;
}
.focus-wrap ul {
  padding-left: 20px;
}
.focus-wrap ul li {
  font-size: 16px;
  font-family: "Montserrat";
  color: #323232;
  line-height: 1.75;
}
.focus-wrap .tab-left {
  padding: 10px 40px 30px;
  border-radius: 10px;
  height: 100%;
}
.focus-wrap .tab-left a {
  display: inline !important;
}
.focus-image {
  border-radius: 10px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0.14px 3.998px 13.5px 1.5px rgba(218, 218, 218, 0.5);
}
.focus-wrap .nav-link h3 {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 25px;
  text-transform: capitalize;
  color: #323232;
  position: relative;
}
.focus-wrap .nav-link h3 i {
  position: absolute;
  right: -20px;
  left: auto;
  display: none;
}
.focus-wrap .nav-item .nav-link.active h3 {
  color: #2571f0;
  font-weight: 700;
}
.focus-wrap .nav-item .nav-link.active h3 i,
.focus-wrap .nav-item .nav-link:hover h3 i {
  display: block;
}
.icons-wrap {
  position: absolute;
  width: 50px;
  height: 50px;
  left: -70px;
  z-index: 2;
}
/* .focus-wrap .nav-link:before{width: 1px;background-color: #2571F0;height: 50%;position: absolute;left: -45px;top: -1px;content: '';} */
/* .focus-wrap .nav-link:after{width: 1px;background-color: #2571F0;height: 50%;position: absolute;left: -45px;top: 50%;content: '';z-index: 1} */
.focus-wrap ul li:last-child .nav-link:after,
.focus-wrap ul li:first-child .nav-link:before {
  display: none;
}
/* .icons-wrap img{filter: brightness(0.25);} */
/* .focus-wrap .nav-item .nav-link.active .icons-wrap{background-color: #2571F0;transform: scale(1.2);transition: all 0.3s;} */
/* .focus-wrap .nav-item .nav-link.active .icons-wrap img{filter: none} */

.success-wrapper .carousel-indicators {
  top: 0;
  bottom: auto;
  display: flex;
  width: auto;
}
.success-wrapper .carousel-item {
  padding-bottom: 15px;
}
.success-wrapper .carousel-indicators li {
  flex: 1;
  border-width: 2px;
  border-color: rgb(223, 230, 245);
  border-style: solid;
  height: 0px;
}
.success-wrapper .carousel-indicators li.active {
  border-color: #000000;
}
.story-wrap {
  padding: 65px 65px 65px 130px;
  border-radius: 10px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0.14px 3.998px 13.5px 1.5px rgba(218, 218, 218, 0.5);
  border: 0px;
  border-color: rgb(238, 191, 76);
  border-style: solid;
  max-width: 950px;
  width: 100%;
  margin: 70px 0 0 215px;
}
.o-v {
  overflow: visible;
  overflow-x: hidden;
}
.story-wrap h3 {
  font-size: 20px;
  font-family: "publica-medium";
  color: rgb(1, 23, 60);
  line-height: 20px;
  margin-bottom: 20px;
}
.story-wrap img {
  left: -160px;
  top: 25px;
  content: "";
}
.view-link {
  font-size: 18px;
  font-family: "circularstd";
  color: rgb(37, 113, 240) !important;
  line-height: 1.556;
  margin-top: 40px;
  display: block;
}
.success-wrapper .carousel-control-next,
.success-wrapper .carousel-control-prev {
  top: 0;
  bottom: 0;
}
.success-wrapper .carousel-control-prev {
  left: 0;
}
.success-wrapper .carousel-control-next {
  right: 0;
}
.success-wrapper .test-prev,
.success-wrapper .test-next {
  width: 27px;
  height: 27px;
  background-color: #dfe6f5;
  border-radius: 50%;
}
.success-wrapper .test-prev:hover,
.success-wrapper .test-next:hover {
  background-color: #000;
}
.success-wrapper .test-prev i,
.success-wrapper .test-next i {
  color: #fff;
}

.sol-img {
  background-image: url("../img/solution-image.png");
  width: 89px;
  height: 84px;
}
.sol-box {
  max-width: 300px;
}
.sol-box:nth-child(1),
.sol-box:nth-child(2),
.sol-box:nth-child(3) {
  margin-bottom: 30px;
}
.sol-box .core-box {
  max-width: 300px;
}
/*.core-box:hover .sol-img{background-position-y:-50px;}*/
.col-md-4:nth-child(2) .sol-img {
  background-position-x: -94px;
  width: 84px;
}
.col-md-4:nth-child(3) .sol-img {
  background-position-x: -88px;
  width: 76px;
}
.col-md-4:nth-child(4) .sol-img {
  background-position-x: -266px;
  width: 84px;
}
.col-md-4:nth-child(5) .sol-img {
  background-position-x: -351px;
  width: 97px;
}
.col-md-4:nth-child(6) .sol-img {
  background-position-x: -448px;
  width: 90px;
}

.core-service-wrap.work-wrap {
  padding: 0 20px 75px;
}
.work-with-img-wrap {
  margin: 0px auto 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 91px !important;
  position: relative;
}
.work-with-img-wrap img {
  margin: 0 100px 0 0;
  width: auto !important;
}

.chain-wrapper,
.customers-wrap {
  background-color: #fafafa;
}
.chain-img {
  background-image: url("../img/Clinical-Value-Chain.png");
  width: 77px;
  height: 74px;
}
.core-box:hover .chain-img {
  background-position-y: -74px;
}
.col-md-6:nth-child(2) .chain-img {
  background-position-x: -77px;
  width: 66px;
}
.development-wrap {
  background-color: #f5f7fa;
  max-width: 1543px;
  margin: 100px auto 100px;
}
.development-wrap .core-service-wrap,
.core-service-wrap {
  max-width: 1300px;
  padding: 80px 20px 70px;
}
.development-wrap h4 {
  font-size: 27px;
  font-family: "circularstd";
  color: rgb(1, 23, 60);
  line-height: 1.074;
}

.say {
  position: relative;
}
.say img {
  content: "";
  top: -22px;
  left: 45%;
  z-index: -1;
}
.testimonials .para {
  font-size: 16px;
  font-family: "circularstd";
  color: #536f9f;
  line-height: 1.7;
  text-align: left;
  max-width: 600px;
  margin-bottom: 20px;
}
.client-designation {
  color: #536f9f;
  font-size: 16px;
  font-family: "circularstd";
}
.selita-nm {
  font-size: 24px;
  font-family: "publica-bold";
  color: rgb(1, 23, 60);
  font-weight: bold;
  line-height: 40px;
}
.story-div {
  width: 3px;
  height: 25px;
  background-color: #01173c;
}

a {
  cursor: pointer;
}

.carouselBox {
  width: 100% !important;
}

.carousel-control-next,
.carousel-control-prev {
  top: auto;
  bottom: 0;
  font-size: 18px;
  font-family: "circularstd";
  color: rgb(149, 165, 193);
  line-height: 1.556;
  width: 35px;
}
.carousel-control-next {
  color: #2571f0;
}
.carousel-control-next:hover,
.carousel-control-prev:hover {
  color: #2571f0;
}
.slidervideo {
  position: relative;
  width: 100%;
}
.slidervideo iframe {
  width: 100%;
  position: relative;
  z-index: 99;
  border: 2px solid #1a6df8;
}
.slidervideo:before {
  position: absolute;
  background-color: #cdcfd1;
  left: -15px;
  top: -15px;
  right: -15px;
  bottom: -15px;
  content: "";
  z-index: 1;
  border-radius: 10px;
}

.slidervideo {
  position: relative;
  padding-bottom: 58.25%;
  height: 0;
  max-width: 540px;
  margin: 15px;
}
.slidervideo img {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  cursor: pointer;
}
.slidervideo:after {
  content: "";
  position: absolute;
  display: block;
  background: url(../img/playbtn.png) no-repeat 0 0;
  top: calc(58% - 60px);
  left: calc(58% - 60px);
  width: 65px;
  height: 60px;
  z-index: 99999;
  cursor: pointer;
}
.slidervideo iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* image poster clicked, player class added using js */
.slidervideo.player img {
  display: none;
}
.slidervideo.player:after {
  display: none;
}

.form-group {
  margin-bottom: 30px !important;
  padding: 0 15px !important;
}
.form-group input,
textarea.form-control {
  padding: 24px 30px;
  font-size: 16px;
  font-family: "circularstd";
  color: rgb(196, 209, 231);
  border: none;
  border-radius: 0;
}
textarea.form-control {
  height: 205px;
}
::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgb(196, 209, 231) !important;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: rgb(196, 209, 231) !important;
}
:-ms-input-placeholder {
  /* IE 10+ */
  color: rgb(196, 209, 231) !important;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: rgb(196, 209, 231) !important;
}
.sign-text {
  font-size: 18px;
  font-family: "circularstd";
  color: rgb(1, 23, 60);
  line-height: 25px;
}
.attachbtn,
.contactBtn {
  padding: 14px 34px;
  height: auto;
  background-color: transparent;
  color: #01173c;
  border-radius: 5px;
  font-size: 18px;
  font-family: "circularstd";
  line-height: 1.2;
  border: 1px solid transparent;
  font-weight: 400;
  position: relative;
}
.attachbtn input {
  position: absolute;
  text-indent: -999px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
}
.contactBtn {
  background-color: #2571f0;
  border-color: #2571f0;
  color: #fff;
}
.contactBtn:hover {
  background-color: transparent;
  color: #2571f0;
}
.attachbtn:hover {
  background-color: #2571f0;
  color: #fff;
}

.form-check-input {
  width: 18px;
  height: 18px;
}
.footer-main .core-service-wrap {
  background-color: #152135;
}

.tab-content > .tab-pane.active {
  display: flex;
  height: 100%;
}

/*New section*/
.segment-add-info {
  width: 1177px;
  max-width: 100%;
}
div.core-service-wrap h2,
.pricing-header {
  font-family: "Montserrat" !important;
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 39px; /* identical to box height */
  text-transform: uppercase !important;
  color: #323232 !important;
}
.segment-add-info p {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: #323232;
  text-align: left;
}
form .core-btn,
.core-btn.talent-btn,
button .core-btn {
  background-color: #2571f0;
  color: white !important;
  margin-top: 40px;
  padding: 13px 30px;
  border-radius: 0 !important;
  font-family: "Montserrat" !important;
  font-weight: 500;
  font-size: 13px !important;
  text-transform: uppercase;
  line-height: 16px;
  height: auto;
  border: 1px solid #2571f0;
}
form .core-btn:hover,
.core-btn.talent-btn:hover {
  background-color: transparent !important;
  border: 1px solid #2571f0;
  color: #2571f0 !important;
}
.pills-content {
  display: flex;
}

/*benefits*/
.service-wrap .nav-item {
  padding: 0 10px;
}
.service-wrap .nav-item .nav-link {
  padding: 0;
}
.core-box {
  display: flex;
  align-items: center;
  padding: 50px 30px;
  background: #ffffff;
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.1);
  border-radius: 0;
  border: 0;
}
.core-box img:nth-child(2) {
  display: none !important;
}
.core-box span {
  position: absolute;
  display: none;
  content: "";
  width: 0;
  height: 0;
  border-left: 27px solid transparent;
  border-right: 27px solid transparent;
  border-top: 27px solid #2571f0;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -15px;
}
.core-box:hover span {
  display: block;
}
.core-box:hover,
.service-wrap .nav-item .nav-link.active .core-box {
  background: #2571f0;
}
/*.core-box:hover img:nth-child(1), .service-wrap .nav-item .nav-link.active .core-box img:nth-child(1){display: none;}
.core-box:hover img:nth-child(2), .service-wrap .nav-item .nav-link.active .core-box img:nth-child(2){display: block;}*/
.core-box:hover h3,
.service-wrap .nav-item .nav-link.active .core-box h3 {
  color: #fff;
}
.service-wrap .nav-item .nav-link.active .core-box span {
  display: block;
}
#form-link {
  display: none;
}

/*hanif*/
.core-box .hover-img-one {
  display: block !important;
}

.core-box .hover-img-two {
  display: none !important;
}

.core-box:hover .hover-img-one {
  display: none !important;
}

.core-box:hover .hover-img-two {
  display: block !important;
}

.service-wrap .nav-item .nav-link.active .core-box .hover-img-one {
  display: none !important;
}

.service-wrap .nav-item .nav-link.active .core-box .hover-img-two {
  display: block !important;
}
.temp-latest-talk {
  background-color: #fafafa;
}

/* blue explore section start */
.customers-wrap.accordian-blue-wrap {
  background: #f1f6ff !important;
}
.accordian-blue-wrap .focus-wrap ul li {
  margin-bottom: 16px;
}
.customers-wrap.accordian-blue-wrap .focus-wrap {
  padding: 75px 20px;
}
.explore-icons-wr {
  width: 48px;
  height: 48px;
  min-width: 45px;
}
.focus-wrap .nav-link.explore-nav-link {
  border-bottom: 0 !important;
}
.focus-wrap .nav-link.explore-nav-link.active {
  background-color: transparent !important;
  box-shadow: none !important;
}
.focus-wrap .nav-link.explore-nav-link:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}

/*FAQ Section*/
.accordion-card {
  background: #ffffff;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.08);
  border-radius: 0;
  margin-bottom: 25px;
  border: 0;
}
.blue-header {
  background: #ffffff;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.08);
  border-radius: 0;
  border: 0;
}
.accordion-question-body {
  color: #1a1a1a;
  font-size: 1rem;
  font-weight: 500;
  font-family: "Montserrat";
}
.accordion-card li {
  font-size: 1rem;
  font-weight: 500;
  color: #1a1a1a;
  text-align: left;
  font-family: "Montserrat";
  margin-bottom: 8px;
}
.accordion-card ul {
  padding-left: 30px;
  font-size: 1rem;
  font-weight: 500;
  color: #1a1a1a;
  text-align: left;
  font-family: "Montserrat";
}
.accordion-card ol {
  padding-left: 54px;
  font-size: 1rem;
  font-weight: 500;
  color: #1a1a1a;
  text-align: left;
  font-family: "Montserrat";
  position: unset !important;
  margin: 0 !important;
  width: 100%;
}
.accordion-card ol li {
  font-size: 1rem;
  font-weight: 500;
  color: #1a1a1a;
  text-align: left;
  font-family: "Montserrat";
  width: 100%;
}
.btn-link {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  color: #1a1a1a;
  text-decoration: none !important;
  text-transform: none;
  height: auto;
}
.btn-link:hover {
  text-decoration: none !important;
  color: #1a1a1a;
}
.btn-link:focus {
  box-shadow: none;
}
.btn-link .rm-icon {
  display: none;
}
.accordion-icon {
  color: #2571f0;
  margin-left: 15px;
}
.accordion-btn-position {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.accordion-before-puls {
  position: relative !important;
  padding: 0 12px !important;
}
.btn-link[aria-expanded="false"] .accordion-before-puls::before {
  position: absolute;
  content: "+";
  color: #2571f0;
  top: -19px;
  right: 0;
}
.btn-link[aria-expanded="true"] .accordion-before-puls::before {
  position: absolute;
  content: "-";
  color: #2571f0;
  top: -19px;
  right: 0;
}
/*.btn-link[aria-expanded="true"] .rm-icon{ display: block }
.btn-link[aria-expanded="true"] .add-icon{ display: none }*/

/*pre section*/
.pre-section-heading:after {
  display: none;
}
.pre-section {
  margin-bottom: 15px !important;
}
.pre-section:last-child {
  margin: 0 auto;
}
.pre-section-card {
  background: #ffffff;
  box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  border: 0;
  position: relative;
}
.pre-section-card-body {
  padding: 40px 20px;
  padding-bottom: 93px;
}
.pre-img-wrapper {
  background: #eef4ff;
  border-radius: 5px;
  height: 85px;
  width: 90px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 18px;
}
.pre-section-card-body h3 {
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 18px;
  text-align: center;
  text-transform: capitalize;
  color: #323232;
  max-width: 600px;
  margin-bottom: 20px;
}

.accordion-wrapper .card-body {
  text-align: start;
}
.list-wrapper ul {
  text-align: start;
  margin-left: 23px;
  list-style: none;
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 16px;
  text-transform: capitalize;
  color: #323232;
}
.list-wrapper ul li {
  position: relative;
  margin-bottom: 15px;
}
.list-wrapper ul li::before {
  content: "\2022";
  color: #2571f0;
  font-weight: 900;
  display: inline-block;
  width: 22px;
  margin-left: -24px;
  font-size: 29px;
  position: absolute;
  top: -10px;
}
.pre-section-btn {
  position: absolute;
  bottom: 32px;
  right: 0;
  left: 0;
  width: 170px;
  margin-left: auto;
  margin-right: auto;
}

/*braedcrumb*/
.breadcrumb-position {
  position: relative;
}
.new-breadcrumb {
  max-width: 1300px;
  padding: 15px 20px !important;
  margin: 0 auto;
  margin-bottom: 0px !important;
}

/*slider changes */
.swiper-scrollbar {
  display: none !important;
}
.swiper-horizontal > .swiper-pagination-bullets {
  bottom: 8.5px !important;
}
.swiper-pagination-horizontal {
  display: flex !important;
  border-radius: 200px !important;
  flex: 1 1 auto;
  padding-left: 31px;
  padding-right: 31px;
}
.swiper-pagination-bullet {
  flex: 1 1 auto;
  border-radius: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  height: 4px !important;
}
.swiper-horizontal > .swiper-pagination-bullets {
  bottom: 8px !important;
}
.swiper-pagination-bullet:first-child {
  border-top-left-radius: 200px !important;
  border-bottom-left-radius: 200px !important;
}
.swiper-pagination-bullet:last-child {
  border-top-right-radius: 200px !important;
  border-bottom-right-radius: 200px !important;
}
.swiper-fraction {
  color: #000000;
  position: absolute;
  left: 40px;
  bottom: 20px;
  z-index: 10;
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
}
.swiper-fraction:first-child {
  color: blue !important;
}

/*hanif changes for performance */
.test-bann-btn-icon {
  min-width: 7px;
}
/*solution section hide*/
/*.page-id-3915 .rm-page-id-specific{ display: none; }*/
.margin-bottom-lg {
  margin-bottom: 0 !important;
}
/* new css start need css optimization here */

/* common css start */
.core-btn.pills-white-btn {
  padding: 13px 30px !important;
  border: 1px solid #fff !important;
  background: #fff !important;
  color: #2571f0 !important;
  font-family: Montserrat;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  border-radius: 0 !important;
}
.rcm-benifit-p-tag {
  color: #323232;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
.core-btn.pills-white-btn.blue-form-btn {
  color: #2571f0 !important;
  outline: 0 !important;
}
.core-btn.pills-white-btn.blue-form-btn:hover {
  color: #fff !important;
}

/* development section css here  */

/* css for section pading here  */
.core-service-wrap.segment-add-info {
  padding: 75px 20px;
}
.core-service-wrap.study-wrap {
  padding: 75px 20px;
  padding-bottom: 100px;
}
.core-service-wrap.client-test {
  padding: 75px 20px;
  padding-bottom: 130px;
}
.core-service-wrap.faq-rcm-section {
  padding: 75px 20px;
}
/* blue wrapper css start */
.max-width-1300 {
  background: #2571f0;
}
.rcm-blue-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  gap: 20px;
  padding: 30px 30px;
  max-width: 1300px;
  margin: 0 auto;
}
.rcm-blue-wrapper .blue-wr-box {
  max-width: 328px;
  width: 100%;
  text-align: center;
}
.rcm-blue-wrapper .blue-wr-box h3 {
  color: #fff;
  font-family: Montserrat;
  font-size: 42px;
  font-weight: 800;
  margin-bottom: 15px;
}
.rcm-blue-wrapper .blue-wr-box p {
  color: #fff;
  font-family: Montserrat;
  font-size: 24px;
  font-weight: 400;
  line-height: 25px;
  text-transform: uppercase;
}

/* core features and add pn css start */
.core-features-wr {
  background: #fafafa;
  padding: 75px 0;
}
.core-features-div {
  max-width: 1300px;
  margin: 0 auto;
  /* padding:0 20px;			 */
}
.rcm-h2-heading {
  margin-bottom: 50px;
  color: #323232;
  text-align: center;
  font-family: Montserrat;
  font-size: 32px;
  font-weight: 700;
  text-transform: uppercase;
}
.core-features-pills {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  justify-content: center !important;
  align-items: center;
  width: 100%;
  gap: 15px;
  margin-bottom: 16px;
  margin-bottom: 40px;
}
.core-features-pills li {
  width: 100%;
  height: 100%;
}
.core-features-pills li a {
  width: 100%;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.08);
  padding: 20px 25px;
  background: #fff !important;
  height: 100%;
}
.core-features-pills li a span {
  color: #323232;
  font-family: Montserrat;
  font-size: 19px;
  font-weight: 400;
  line-height: 22px;
  text-transform: capitalize;
}
.nav-pills .nav-link.active span {
  color: #2571f0 !important;
  font-weight: 500 !important;
}

.pills-img-wr {
  min-width: 38px !important;
}
.pills-img-wr img {
  width: 100%;
  max-width: 45px;
}
/* blue bg css here  */
.pills-info-wrapper {
  background: #2571f0;
}
.pills-w-1300 {
  max-width: 1300px;
  margin: 0 auto;
  padding: 60px 20px;
}
.core-blue-tabs {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.core-blue-tabs .blue-tabs-left-side {
  max-width: 585px;
  margin: 0 auto;
}
.core-blue-tabs .blue-tabs-right-side {
  max-width: 577px;
  margin: 0 auto;
}
.core-blue-tabs .blue-tabs-right-side p a {
  display: inline !important;
  color: #fff !important;
  text-decoration: underline !important;
}
.core-blue-tabs .blue-tabs-right-side p {
  color: #ffffff;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}

/* RCM add on css starts */
.rcm-add-on-feature .core-features-wr {
  background: #fff;
}

/* RCM third party css starts */
.rcm-third-party {
  background: #2571f0;
  padding: 75px 0;
}
.third-party-img-wr {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 20px;
}
.third-party-img-wr a {
  margin-top: 40px;
}

/* rcm benifit section strat */

.page-id-28216 .rcm-benifit-wr {
  background: #fafafa;
  padding: 75px 0;
}

.rcm-benifit-wr {
  background: #ffffff;
  padding: 75px 0;
}

.rcm-w-1300 {
  max-width: 1300px;
  margin: 0 auto;
}
.rcm-benifit-wr .rcm-benifit-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(302px, 1fr));
  margin: 0 auto;
  width: 100%;
  gap: 20px;
  margin-bottom: 40px;
}
.benifit-anchore {
  background: #fff;
  box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.1);
  padding: 15px 25px;
}
.benifit-anchore.active .anchore-text {
  color: #2571f0 !important;
  font-weight: 500 !important;
}
.benifit-anchore .anchore-img {
  min-width: 48px;
  width: 48px;
  margin-right: 20px;
}
.benifit-anchore .anchore-text {
  color: #323232;
  font-family: Montserrat;
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}
.rcm-benifit-wr .tab-content {
  border: 1px solid #2571f0;
  background: #f1f6ff;
  padding: 20px 25px;
}

/* last form section css start */
.white-form-wr {
  background: #fff;
  padding-bottom: 70px;
}
.blue-form-heading {
  color: #fff;
  font-family: Montserrat;
  font-size: 32px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 40px;
}
.form-left-side {
  max-width: 500px;
  width: 100%;
  margin-right: 30px;
}
.form-right-side {
  max-width: 408px;
  width: 100%;
}
.form-group.rcm-form-group {
  padding: 0 !important;
  margin-bottom: 20px !important;
}
.rcm-form-group .form-control {
  padding: 24px 20px !important;
  color: #323232 !important;
  font-family: Montserrat !important;
  font-size: 16px !important;
  font-style: normal;
  font-weight: 500;
  line-height: 25px;
}
.form-btn-wr {
  margin-top: 40px;
}
.rcm-form-group .form-control::placeholder {
  color: #323232 !important;
  font-family: Montserrat !important;
  font-size: 16px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
}
/* mobile section for carousel here */
.on-mobile-display {
  display: none;
}
.on-mobile-display .carousel-indicators {
  bottom: -19px;
}
.on-mobile-display .carousel-indicators li {
  background-color: #2571f0 !important;
  height: 10px;
  width: 10px;
  border-radius: 50%;
}
.on-mobile-display h5 {
  font-family: "Montserrat" !important;
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 39px;
  text-transform: capitalize !important;
  color: #323232 !important;
  text-align: start;
}
.on-mobile-display .blue-tabs-right-side h5 {
  margin: 12px 0 !important;
}
/* media query start here  */
@media (max-width: 1536px) {
  .core-service-wrap,
  .development-wrap .core-service-wrap {
    padding: 60px 20px;
  }
  .banner-home .core-service-wrap {
    height: 768px;
  }
  .banner-home .core-service-wrap h1 {
    font-size: 34px;
    margin-bottom: 35px;
  }
  .banner-home .core-service-wrap h1 p {
    font-size: 34px;
    margin-bottom: 35px;
  }
  .banner-home p {
    font-size: 22px;
    margin-bottom: 30px;
  }
  .core-service-wrap.work-wrap {
    padding: 0 20px 80px;
  }
  .core-service-wrap h2 {
    font-size: 38px;
    margin-bottom: 45px;
  }
  .development-wrap {
    margin: 80px auto 80px;
  }
  .talk-box {
    width: 400px !important;
  }
  .talk-box .talk-name {
    bottom: 30px;
  }
  .focus-wrap .tab-left {
    padding: 10px 30px 30px;
  }
  div.core-service-wrap h2 {
    font-size: 28px;
    line-height: 32px;
  }
  .rcm-h2-heading {
    font-size: 28px;
    line-height: 32px;
  }
  form .core-btn,
  .core-btn.talent-btn,
  button .core-btn {
    margin-top: 30px;
  }
  .focus-wrap .nav-link {
    padding: 20px 60px 20px 25px;
  }
  .focus-wrap .nav-link h3 {
    font-size: 18px;
    line-height: 22px;
  }
  .service-wrap .tab-pane {
    padding: 25px 20px;
  }
}
@media (max-width: 1366px) {
  .banner-home .core-service-wrap {
    padding: 150px 20px 150px !important;
  }
  .banner-home .core-service-wrap h1 {
    font-size: 30px;
  }
  .banner-home .core-service-wrap h1 p {
    font-size: 30px;
  }
  .development-wrap .col-md-6:nth-child(1),
  .development-wrap .col-md-6:nth-child(3) {
    padding-right: 40px;
  }
  .development-wrap .col-md-6:nth-child(3),
  .development-wrap .col-md-6:nth-child(4) {
    padding-top: 25px;
  }
  .development-wrap .col-md-6:nth-child(1),
  .development-wrap .col-md-6:nth-child(2) {
    padding-bottom: 25px;
  }

  /* new code css start  */
  .rcm-blue-wrapper .blue-wr-box h3 {
    font-size: 37px;
    font-weight: 700;
  }
  .rcm-blue-wrapper .blue-wr-box p {
    font-size: 20px;
    line-height: 24px;
  }
  .rcm-blue-wrapper {
    padding: 20px 15px;
  }
  /* only for padding css  */
  .core-service-wrap.segment-add-info {
    padding: 60px 20px;
  }
  .core-service-wrap.study-wrap {
    padding: 60px 20px;
    padding-bottom: 100px;
  }
  .core-service-wrap.client-test {
    padding: 60px 20px;
    padding-bottom: 120px;
  }
  .core-service-wrap.faq-rcm-section {
    padding: 60px 20px;
  }
  .core-features-wr {
    padding: 60px 20px;
  }
  .rcm-third-party {
    padding: 60px 20px;
  }
  .white-form-wr {
    padding-bottom: 60px;
  }
  .rcm-benifit-wr {
    padding: 60px 20px;
  }
  .customers-wrap.accordian-blue-wrap .focus-wrap {
    padding: 60px 20px;
  }
}

@media (max-width: 1280px) {
  .story-wrap {
    margin: 70px 0 0 190px;
  }
}
@media (max-width: 1240px) {
  .testimonials {
    margin-left: 40px;
  }
}
@media (max-width: 1200px) {
  .partner-number:after {
    top: 34%;
  }
  .story-wrap {
    margin: 40px auto 0;
    padding: 40px;
    max-width: 90%;
  }
  .story-wrap img {
    left: 0;
    display: block;
    top: 0;
    text-align: center;
    margin: 0 auto;
    position: relative !important;
  }
}
@media (max-width: 1024px) {
  .header-call .fa-phone,
  .headerWrapper.header-nav-section .nav_button span i {
    color: #000 !important;
  }
  .banner-home .core-service-wrap {
    padding: 130px 20px 130px !important;
  }
  .core-service-wrap,
  .development-wrap .core-service-wrap {
    padding: 50px 20px;
  }
  .core-service-wrap.work-wrap {
    padding: 0 20px 60px;
  }
  .core-service-wrap h2 {
    font-size: 32px;
    margin-bottom: 35px;
  }
  .service-wrap .core-box h3 {
    font-size: 17px;
  }
  .core-box {
    padding: 20px;
  }
  .form-group input,
  textarea.form-control {
    padding: 20px 20px;
    font-size: 14px;
  }
  textarea.form-control {
    height: 180px;
  }
  .sign-text {
    font-size: 16px;
    line-height: 28px;
  }
  .core-btn,
  .attachbtn,
  .contactBtn {
    padding: 8px 20px;
    font-size: 14px;
  }
  .carouselBox {
    width: 100% !important;
  }
  .development-wrap {
    margin: 60px auto 60px;
  }
  .development-wrap .col-md-6:nth-child(1),
  .development-wrap .col-md-6:nth-child(3) {
    padding-right: 30px;
  }
  .partner-number:after {
    left: 47.2%;
    top: 43%;
  }
  .focus-wrap .tab-left {
    padding: 10px 20px 20px;
  }
  .view-link {
    margin-top: 20px;
  }
  .focus-wrap p {
    font-size: 16px;
    line-height: 28px;
  }
  .focus-wrap .nav-link {
    padding: 20px 40px 20px 20px;
  }
  .focus-wrap .nav-link h3 {
    font-size: 16px;
    line-height: 20px;
  }

  /* new css for rcm page  */
  .core-blue-tabs .blue-tabs-left-side {
    min-width: 300px;
  }
  .pills-w-1300 {
    padding: 30px 14px;
  }
  .core-features-pills li a {
    padding: 15px;
  }
  .pills-img-wr {
    margin-right: 12px !important;
  }
  .core-features-pills li a span {
    font-size: 16px !important;
  }
  .rcm-blue-wrapper {
    padding: 16px 12px;
  }
  .rcm-blue-wrapper .blue-wr-box h3 {
    font-size: 32px;
    margin-bottom: 7px !important;
    line-height: normal;
    font-weight: 700;
    align-items: start;
  }
  .rcm-blue-wrapper .blue-wr-box p {
    font-size: 18px;
    line-height: 22px;
  }
  .form-right-side {
    max-width: 259px;
    min-width: 150px;
  }
  .rcm-banner-wr h1 {
    margin-bottom: 10px !important;
    font-size: 34px !important;
  }
  .rcm-banner-wr h1 p {
    margin-bottom: 10px !important;
    font-size: 34px !important;
  }
  .banner-home p.banner-p-info {
    font-size: 16px !important;
    line-height: 22px !important;
    margin-bottom: 8px !important;
  }
}
@media (max-width: 991px) {
  .development-wrap .col-md-6 p {
    font-size: 15px;
  }
  .partner-number:after {
    top: 31%;
  }
  /*hanif*/
  .btn-link {
    font-size: 19px;
    font-weight: 600;
  }
}
@media (max-width: 768px) {
  .banner-home {
    background-color: transparent !important;
  }
  .core-service-wrap {
    padding: 45px 20px;
  }
  .development-wrap .core-service-wrap,
  .core-services-wrap .banner {
    padding: 45px 20px !important;
  }
  .core-service-wrap h2 {
    font-size: 28px;
    margin-bottom: 20px;
  }
  .development-wrap {
    margin: 45px auto 45px;
  }
  .banner-home p {
    margin-bottom: 20px;
    font-size: 18px;
  }
  .banner-home .core-service-wrap h1 {
    font-size: 26px;
    line-height: 40px;
    margin-bottom: 30px;
  }
  .banner-home .core-service-wrap h1 p {
    font-size: 26px;
    line-height: 40px;
    margin-bottom: 30px;
  }

  .banner-home .core-service-wrap {
    height: auto;
    padding: 100px 20px 100px !important;
  }
  .banner-home .carousel-indicators {
    bottom: 20px;
  }
  .banner-home .carousel-indicators li {
    height: 40px;
    font-size: 16px;
  }
  .service-wrap .tab-pane {
    padding: 20px 25px;
  }
  .partner-number:after {
    top: 32%;
  }
  .slidervideo:after {
    width: 40px;
    height: 35px;
  }
  .talk-box {
    width: 250px !important;
  }
  .latesttalk {
    height: 270px !important;
  }
  .talk-box h5 {
    left: 20px;
    font-size: 14px;
    padding: 3px;
    line-height: 14px;
    bottom: 70px;
  }
  .talk-box .talk-name {
    left: 20px;
    right: 20px;
    bottom: 24px;
    font-size: 14px;
  }
  .talk-box.cycle-slide-active {
    width: 300px !important;
  }
  div.core-service-wrap h2 {
    font-size: 24px;
    line-height: 30px;
  }
  form .core-btn,
  .core-btn.talent-btn,
  button .core-btn {
    margin-top: 25px;
  }
  /*breadcrumbs*/
  .banner-home .core-service-wrap.breadcrumb-wrap {
    height: auto;
    padding: 100px 20px 100px !important;
  }

  .rcm-h2-heading {
    font-size: 24px !important;
  }
}
@media (max-width: 767px) {
  /* mobile section for carousel here */
  .on-desktop-display {
    display: none;
  }
  .on-mobile-display {
    display: block;
  }
  /* mobile section for carousel here */
  .banner-home .core-service-wrap {
    padding: 80px 20px !important;
  }
  .banner-home .col-md-6.text-left {
    padding-left: 15px;
  }
  .banner-home .core-service-wrap h1 {
    font-size: 22px;
    line-height: 33px;
  }
  .banner-home .core-service-wrap h1 p {
    font-size: 22px;
    line-height: 33px;
  }
  .banner-home p {
    font-size: 16px;
  }
  .core-service-wrap .col-md-6,
  .core-service-wrap .col-md-3 {
    margin-bottom: 0 !important;
  }
  .development-wrap .col-md-6:nth-child(1),
  .development-wrap .col-md-6:nth-child(3) {
    border-right: none !important;
    border-bottom: 1px solid #dee2e6 !important;
  }
  .development-wrap h4 {
    font-size: 24px;
  }
  .development-wrap .col-md-6:nth-child(1),
  .development-wrap .col-md-6:nth-child(2),
  .development-wrap .col-md-6:nth-child(3),
  .development-wrap .col-md-6:nth-child(4) {
    padding-bottom: 10px;
    text-align: center !important;
    padding-top: 0;
    margin-bottom: 15px !important;
  }
  .development-wrap .col-md-6:nth-child(4) {
    border-bottom: none !important;
    text-align: center !important;
    margin-bottom: none !important;
  }
  .partner-number:after {
    display: none;
  }
  .slidervideo {
    margin: 15px auto;
    padding-bottom: 34.25%;
    max-width: 420px;
  }
  .testimonials {
    margin-left: 0;
  }
  .confused {
    margin-top: 10px !important;
  }
  .banner-home .carousel-indicators li {
    width: 75px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    height: auto;
    padding: 6px 10px;
  }
  textarea.form-control {
    margin-bottom: 20px;
  }
  .sol-box:nth-child(4),
  .sol-box:nth-child(5) {
    margin-bottom: 30px;
  }
  .service-wrap .nav-tabs {
    flex-wrap: nowrap;
    overflow-y: hidden;
    overflow-x: auto;
    white-space: nowrap;
    margin-bottom: 10px;
  }
  .service-wrap .tab-content > .active {
    flex-wrap: wrap;
    justify-content: center;
    padding: 20px 25px;
  }
  .service-wrap .tab-content .core-btn {
    margin-top: 10px;
  }
  .service-wrap .nav-item .nav-link {
    padding: 0;
    border-bottom: 2px solid #f5f7fa;
  }
  .service-wrap .nav-item {
    margin-bottom: 0;
  }
  .service-wrap .core-box {
    box-shadow: none;
    padding: 15px;
    width: max-content;
  }
  .service-wrap .core-box h3 {
    font-size: 16px;
    white-space: nowrap;
    margin-left: 15px;
  }
  .service-wrap .nav-item .nav-link.active {
    border-bottom: 2px solid #1a6df8 !important;
  }
  .focus-image {
    margin-top: 30px;
  }
  .focus-wrap .nav-link h3 {
    font-size: 16px;
    line-height: 17px;
  }
  .story-wrap {
    padding: 25px 25px 60px;
    max-width: 85%;
  }
  .success-wrapper .carousel-control-next,
  .success-wrapper .carousel-control-prev {
    top: auto;
    bottom: 30px;
  }
  .success-wrapper .carousel-control-next {
    right: 35%;
  }
  .success-wrapper .carousel-control-prev {
    left: 38%;
  }
  .pills-content {
    flex-wrap: wrap;
  }
  .focus-wrap .pills-content > ul {
    padding-left: 0;
    list-style-position: inside;
    flex-direction: column;
    white-space: nowrap;
    flex-direction: row;
    overflow: auto;
    flex-wrap: nowrap;
    padding-left: 0;
  }
  .focus-wrap.no-icons ul {
    padding-left: 0;
    padding-top: 0;
  }
  .focus-wrap .nav-link.active,
  .focus-wrap .nav-link.focus {
    box-shadow: none;
    border-radius: 5px 5px 0 0;
    border-bottom: 1px solid rgba(37, 113, 240, 0.5);
  }
  .tab-content {
    margin-top: 0;
  }
  .focus-wrap li:last-child .nav-link {
    border-bottom: 1px solid rgba(37, 113, 240, 0.5);
  }
  .tab-content .col-md-12 {
    padding: 0;
  }
  .focus-wrap .nav-link {
    padding: 20px 20px 20px 65px;
  }
  .icons-wrap {
    top: auto;
    left: 10px;
    width: 40px;
    height: 40px;
  }
  .focus-wrap ul:before {
    width: 100%;
    height: 1px;
    left: 25px;
    top: 45px;
    display: none;
  }
  .focus-wrap .nav-link h3 i {
    display: none !important;
  }
  /* .focus-wrap .nav-link:before{display: none;} */
  .icons-wrap img {
    width: 60%;
  }
  /* .focus-wrap .nav-item .nav-link.active .icons-wrap{transform: scale(1)} */
  .form-blue-wrap .core-service-wrap .col-md-6.pre-section {
    margin-bottom: 15px !important;
  }
  .form-blue-wrap .core-service-wrap .col-md-6.pre-section:last-child {
    margin-bottom: 0 !important;
  }
  .adjust-for-crumb {
    padding-top: 12px;
    padding-bottom: 25px;
  }

  /* new added css start from here */
  /* banner feature  */
  .banner-right-side {
    max-width: 100%;
  }
  .banner-right-side .banner-form-heading {
    font-size: 28px;
    max-width: 440px;
  }
  .banner-right-side {
    padding: 30px 16px;
  }

  /* only for padding css  */
  .core-service-wrap.segment-add-info {
    padding: 40px 20px;
  }
  .core-service-wrap.study-wrap {
    padding: 40px 20px;
    padding-bottom: 120px;
  }
  .core-service-wrap.client-test {
    padding: 40px 20px;
    padding-bottom: 100px;
  }
  .core-service-wrap.faq-rcm-section {
    padding: 40px 20px;
  }
  .customers-wrap.accordian-blue-wrap .focus-wrap {
    padding: 40px 20px;
  }
  .core-features-wr {
    padding: 40px 20px;
  }
  .rcm-third-party {
    padding: 40px 20px;
  }
  .white-form-wr {
    padding-bottom: 40px;
  }
  .rcm-benifit-wr {
    padding: 40px 20px;
  }
  .rcm-banner-wr {
    padding-bottom: 40px !important;
    padding-top: 0 !important;
  }
  .core-blue-tabs {
    flex-wrap: wrap;
  }
  .core-blue-tabs .blue-tabs-left-side {
    min-width: 150px;
    max-width: 350px;
  }
  .rcm-h2-heading {
    margin-bottom: 30px !important;
  }
  .adjust-for-crumb {
    padding-top: 0 !important;
  }
  /* blue line css  */
  .rcm-blue-wrapper .blue-wr-box h3 {
    font-size: 20px !important;
    line-height: normal !important;
    margin-bottom: 8px !important;
  }
  .rcm-blue-wrapper .blue-wr-box p {
    font-size: 14px !important;
    line-height: 16px !important;
    margin-bottom: 0 !important;
  }
  .rcm-blue-wrapper {
    padding: 10px 15px;
    align-items: start !important;
  }
  .blue-form-heading {
    margin-bottom: 30px;
    font-size: 28px;
  }
  .form-right-side {
    display: none;
  }
  .form-left-side {
    margin-right: 0 !important;
    width: 100%;
    max-width: 100% !important;
  }
  .third-party-img-wr {
    padding: 0 !important;
  }
  .banner-home .core-btn.rcm-form-white-btn {
    font-size: 16px !important;
  }
  .blue-rounded-form {
    padding: 35px 20px;
  }
  .accordian-blue-wrap .focus-wrap ul li {
    margin-bottom: 0;
  }
}
