@import url(https://use.fontawesome.com/releases/v5.11.2/css/all.css);
logo-slider,
logo-slider div {
  display: flex;
  position: relative;
}

.subsection,
.subsection1 {
  background-color: #fff;
  margin-top: 40px;
  padding: 30px;
  border-bottom: 3px solid #522486;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  transition: box-shadow 0.5s;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
  top: -24%;
  font-size: 50px;
  z-index: 1;
  opacity: 0.5;
  transition: opacity 0.15s;
  outline: 0;
}

.a2a_svg,
.reachbox embed,
logo-slider {
  overflow: hidden;
}

@font-face {
  font-family: "Roboto UI Regular";
  font-style: normal;
  font-weight: 400;
  src: local("Roboto UI Light"),
    url("../font/roboto/Roboto-Light.woff") format("woff");
}

@font-face {
  font-family: "Roboto Regular";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Roboto Regular"),
    url("../font/roboto/Roboto-Regular.woff") format("woff");
}

@font-face {
  font-family: "Roboto UI Bold";
  font-style: normal;
  font-weight: 400;
  src: local("Roboto UI Bold"),
    url("../font/roboto/Roboto-Bold.woff") format("woff");
}

@font-face {
  font-family: "Roboto UI medium";
  font-style: normal;
  font-weight: 400;
  src: local("Roboto UI Medium"),
    url("../font/roboto/Roboto-Medium.woff") format("woff");
}

body {
  font-family: Roboto !important;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5em;
  text-transform: none;
  color: #757575;
  text-decoration: none;
  width: 100%;
  overflow-x: hidden;
}

logo-slider {
  --image-size: 90px;
  padding: 0;
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}

logo-slider:hover div {
  animation-play-state: paused;
}

logo-slider div {
  animation: 50s linear infinite marquee;
  justify-content: space-around;
}

logo-slider img {
  display: block;
  min-width: var(--image-size);
  height: var(--image-size);
  margin: 0 1vw;
}

logo-slider:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

@media (max-width: 900px) {
  logo-slider {
    --image-size: 50px;
    --image-size: min(max(50px, 10vw), 100px);
  }
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

.whatsappchat {
  position: fixed;
  bottom: 90px;
  right: 15px;
}

.whatsappchat img {
  width: 50px;
  height: auto;
}

.ideal .col-md-4 {
  height: 200px;
  padding-top: 2%;
  padding-bottom: 2%;
  border-bottom: 1px dashed #1f1b69;
}

.ideal h1 {
  margin: 5% 0;
}

.brochures-section2 h1 {
  color: #fdc101;
  font-weight: 400;
}

.brochures-section h2,
.brochures-section3 h2,
.brochures-section3 h4,
.subsection h5 {
  color: #522486;
  font-weight: 400;
}

.brochures-section3 img,
.esign img {
  width: 100%;
  height: auto;
}

.subsection h5 {
  font-size: 19px;
  margin-bottom: 20px;
}

.subsection1:hover,
.subsection:hover {
  box-shadow: 0 10px 50px 0 rgba(0, 0, 0, 0.5);
}

.subsection {
  height: 280px;
}

.subsection1 {
  height: 180px;
}

.brochures-section h2 {
  margin-top: 45px;
}

btn-blue {
  background-color: #fdc101 !important;
}

.btn-blue:hover {
  background-color: #522486 !important;
}

.video-image {
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
    url("../images/video-details.png");
  background-repeat: no-repeat;
  background-size: cover !important;
  background-position: top left;
  height: 500px;
  width: 100%;
}

.video-image h1 {
  font-weight: 700;
  color: #fff;
  font-size: 55px;
  margin-top: 10%;
  border-radius: 5px;
}

.mydropdown .nav-link .fas {
  display: none;
}

.row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.clients,
.digital .section1 h1,
.newsboxrow,
.resourcerow {
  /* margin-right: 10%;
  margin-left: 10%; */
  margin:auto;
  width:60%;
}
.btn-contact{
  color: #fff;
    background-color: #1f1b69!important;
    font-size: 14px;
}

.textsection {
  width: 100%;
  height: 300px;
  cursor: pointer;
  opacity: 1;
  z-index: 1000;
  padding-top: 5%;
  padding-left: 8%;
}

.boxshadow {
  box-shadow: 2px 3px 10px 6px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 2px 3px 10px 6px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 2px 3px 10px 6px rgba(0, 0, 0, 0.16);
}

.box1 {
  background-image: url("../images/SME.webp");
  transition: 1s;
}

.imghov:hover {
  transform: scale(1.2);
  cursor: pointer;
  box-shadow: 2px 3px 20px 6px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 2px 3px 20px 6px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 2px 3px 20px 6px rgba(0, 0, 0, 0.16);
}

.box2 {
  background-image: url("../images/Digital.webp");
  transition: 0.5s;
}

.box3,
.box4 {
  transition: 1s;
}

.box3 {
  background-image: url("../images/Bank.webp");
}

.box4 {
  background-image: url("../images/Large.webp");
}

.bankcontact-image h1,
.carousel-item,
.enterprise-image h1,
.faq-image h1,
.imageview3 h4,
.takedemo-image,
.textcolor,
.textsection i {
  color: #fff;
}

.textsection h3 {
  color: #fff;
  font-weight: 600;
}

.textsection p {
  color: #fff;
  font-weight: 400;
  font-size: 20px;
}

.textsection img {
  width: 7%;
}

.videosection img {
  width: 7%;
  position: absolute;
  margin-left: 42px;
  margin-top: 180px !important;
}

.videosection i {
  width: 7%;
  position: absolute;
  margin-top: 206px !important;
  margin-left: 105px;
  color: #fff;
}

.section-1 h2,
.section-2 h1,
.section-3 h1,
.section-4 h4,
.section1 h1 {
  color: #151d45 !important;
  font-weight: 300;
  font-size: 40px;
  line-height: 1.2em;
}

.videosection span {
  margin-top: 202px;
  position: absolute;
  margin-left: 42px;
}

.section-1 h2 {
  margin-right: 8%;
  margin-left: 8%;
}

.section-2 h1,
.section-3 h1,
.section-4 h4,
.section1 h1 {
  margin-right: 15%;
  margin-left: 15%;
}

.leadership-image h1,
.nachfaqbanner h1,
.shareholderbanner h1 {
  font-weight: 700;
  font-size: 55px;
  border-radius: 5px;
}

.scroll_pop {
  z-index: 99 !important;
  position: relative;
}

.sme-image .breadcrumb {
  background-color: transparent;
  color: #fff !important;
  position: fixed;
  top: 50;
  width: 100%;
  margin-top: -32px;
}

.newsicon .a2a_svg,
.newsicon .a2a_svg svg {
  width: 35px !important;
}

.sme-image .breadcrumb a {
  color: #fff !important;
}

.backbtn,
.brochuresmenu,
.news-box .readcolor:hover {
  color: #522486;
}

.aboutus p b,
.backbtn:hover,
.brochureshead1,
.faqCenter a:hover,
.fontcolor i,
.navbar .dropdown-menu a active,
.navbar .dropdown-menu a:hover,
.smartmandatebox a i:hover {
  color: #fdc101;
}

.textsection:hover {
  background-color: transparent;
  opacity: 0;
}

.sharethiscolor {
  color: #585858;
  font-size: 14px;
}

.videosection {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 500;
}

.leadership-image,
.nachfaqbanner {
  height: 500px;
  background-repeat: no-repeat;
  background-size: cover !important;
  width: 100%;
}

.contactbar,
.navbar {
  z-index: 550;
}

.nachfaqbanner h1 {
  color: #fff;
  margin-top: 20%;
}

.nachfaqbanner {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url("../images/nach1.jpg");
  background-image: url(../images/nach1.jpg);
  background-size: cover !important;
  background-position: top center;
}

.news-image h1 {
  border-radius: 5px;
}

.leadership-image h1 {
  color: #fff;
  margin-top: 35%;
  text-align: left;
  margin-left: -90px;
}

.leadership-image {
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
    url("../images/leadership.jpg");
  background-position: center center;
}

.shareholderbanner {
  width: 100%;
  height: 430px;
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
    url("../images/customer3.jpg");
  background-repeat: no-repeat;
  background-size: cover !important;
  background-position: top center;
}

.shareholderbanner h1 {
  color: #fff;
  margin-top: 18%;
  text-align: left;
}

.leaderbanner {
  width: 100%;
  height: 280px;
  background-color: #522486;
  background-repeat: no-repeat;
  background-size: cover !important;
}

.leaderbanner h1 {
  color: #fff;
  font-weight: 400;
}

.customer-image h1,
.emandatefaqbanner h1,
.esignfaqbanner h1 {
  font-weight: 700;
  font-size: 55px;
  color: #fff;
}

.customer-image h1 {
  margin-top: 35%;
  text-align: left;
  margin-left: -50px;
}

.customer-image {
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
    url("../images/customer2.jpg");
  background-repeat: no-repeat;
  background-size: cover !important;
  background-position: top top;
  height: 500px;
  width: 100%;
}

.emandatefaqbanner,
.esignfaqbanner {
  background-size: cover;
  height: 500px;
  background-repeat: no-repeat;
}

.emandatefaqbanner {
  background-image: url("../images/emandate-1.jpg");
  background-position: 50% 45%;
  width: 100%;
}

.emandatefaqbanner h1 {
  margin-top: 20%;
  text-align: left;
}

.esignfaqbanner h1 {
  margin-top: 18%;
  width: 40%;
  padding: 4%;
  text-align: center;
  background-color: #151d45;
  border-radius: 10px;
}

.faq-image h1,
.paperfaqbanner h1 {
  border-radius: 5px;
  font-weight: 700;
  font-size: 55px;
}

.esignfaqbanner {
  background-image: url("../images/esign1.jpg");
  background-position: center center;
  width: 100%;
}

.paperfaqbanner {
  background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)),
    url("../images/paper.jpg");
  background-repeat: no-repeat;
  background-size: cover !important;
  background-position: top top;
  height: 500px;
  width: 100%;
}

.paperfaqbanner h1 {
  color: #fff;
  margin-top: 20%;
  text-align: left;
}

.faq-image {
  background-image: url(../images/faq-image.jpg);
  background-size: cover;
  background-position: center center;
  padding-bottom: 150px !important;
  height: 500px;
  width: 100%;
  text-align: left;
}

.faq-image h1 {
  margin-top: 15%;
}

.news-image {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url("../images/newsbanner.jpg");
  background-repeat: no-repeat;
  background-size: cover !important;
  background-position: center;
  height: 500px;
  width: 100%;
}

.faqbox1,
.faqbox2,
.faqbox3,
.faqbox4 {
  transition: 1s;
  background-size: cover;
}

.news-image h1 {
  font-weight: 700;
  color: #fff;
  font-size: 55px;
  text-align: left;
  margin-left: -50px;
  margin-top: 13%;
}

.newsbox {
  -webkit-box-shadow: 1px 16px 22px -5px #c1c1c1;
  -moz-box-shadow: 1px 16px 22px -5px #c1c1c1;
  box-shadow: 1px 16px 22px -5px #c1c1c1;
  border-radius: 10px;
  height: 619px;
  padding: 30px;
}

.newsboxrow img {
  border: 1px solid #000;
  width: 100%;
  height: auto;
}

.newsicon .a2a_svg {
  background-repeat: no-repeat;
  display: block;
  overflow: hidden;
  height: 35px !important;
  line-height: 32px;
  padding: 0;
}

.news-box h2 {
  font-weight: 500;
  color: #000;
}

.leadership p,
.leaderspara p,
.ledertitle,
.smartmandatebox p {
  font-weight: 400;
}

.faqCenter {
  margin: 0;
  position: absolute;
  left: 50%;
  top: 53%;
  width: 90%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.faqCenter p {
  display: block;
  text-align: center;
  width: auto;
}

.faqCenter a {
  color: #fff;
  font-size: 27px;
}

.faqcon {
  height: auto;
}

.faqbox {
  height: 150px;
  position: relative;
  background-color: #2d3043;
  color: #fff;
  border-radius: 8px;
  margin: 20px;
  display: block;
}

.faqbox1 {
  background-image: url("../images/nach.jpg");
}

.faqbox2 {
  background-image: url("../images/emandate.jpg");
}

.faqbox3 {
  background-image: url("../images/esign.jpg");
}

.faqbox4 {
  background-image: url("../images/paper.jpg");
}

.leadership a i,
.leadership a p,
.takedemo {
  color: #151d45;
}

.leaders_email,
.leadersbox .fa:hover,
.leadership a i:hover,
.leadership a p:hover,
.leadership small:hover {
  color: #fec012;
}

.leadersbox {
  position: relative;
  width: 200px;
  margin-left: auto;
  margin-right: auto;
}

.leadersimage {
  display: block;
  height: 200px;
  width: 200px;
  border-radius: 50%;
}

.leaderover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 0.3s;
  background-color: #dbd5d5;
  border-radius: 50%;
}

.socialicon1,
.socialicon2 {
  font-size: 20px;
  top: 50%;
  color: #2d3043;
  text-align: center;
  position: absolute;
}

.leader1,
.navbar {
  width: 100%;
  height: auto;
}

.bg-dark,
.contactbar,
.navbar {
  background-color: #1f1b69 !important;
}

.brochuresbtn,
.leader1,
.socialicon3 {
  border-radius: 20px;
}

.leadersbox:hover .leaderover {
  opacity: 0.5;
}

.leader_1 {
  margin-left: 5% !important;
  margin-right: 5% !important;
}

.socialicon1 {
  left: 40%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.socialicon2 {
  left: 60%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.arrow_alignment {
  top: 10px !important;
}

.leaders-position,
.leadership small {
  color: #2d3043;
}

.ledertitle {
  color: #2d3043;
}

.leader1 {
  margin-left: auto;
  margin-right: auto;
}

.leaderspara p {
  font-size: 19px;
  color: #313131;
  line-height: 30px;
}

.socialicon3 {
  color: #fff;
}

.contactbar,
.contactbar a {
  color: #f2f2f2;
}

.socialicon3 .fa {
  background-color: #fec012;
  padding: 15px;
  border-radius: 50%;
}

.paycorp-breadcrumb .breadcrumb,
.paycorp-breadcrumb1 .breadcrumb {
  right: 5px;
  width: auto;
  position: fixed;
  z-index: 10;
  display: flex;
  padding-bottom: 0;
}

.contactbar div.col-md-6 {
  font-size: 15px;
  font-weight: 400;
}

.navbar {
  position: fixed;
  top: 30px;
  left: 0;
  padding: 0 1rem !important;
  transition: 0.2s ease-in-out;
  box-shadow: none;
  box-shadow: -3px 3px 8px -2px rgba(0, 0, 0, 0.18) !important;
}

.bg-dark {
  box-shadow: -3px 3px 8px -2px rgba(0, 0, 0, 0.18) !important;
  padding: 0.3rem 1rem !important;
}

.paylogo {
  margin-top: -30px;
}

.white-text {
  padding-left: 0;
  margin-left: -18px;
}

.btnblock,
.knowmorebtn {
  color: #fff;
  text-transform: uppercase !important;
  padding: 15px 40px;
  font-size: 12px;
}

.btnblock {
  border-radius: 30px;
  border: 2px solid #fff !important;
}

.btnblock:hover {
  background-color: #fff;
  color: #000 !important;
}

.knowmorebtn {
  border-radius: 30px;
  border: 2px solid #fff !important;
}

.knowmorebtn:hover {
  color: #fdc101;
  border: 2px solid #fdc101 !important;
}

.nav-item .nav-link {
  padding-left: 12px !important;
  padding-right: 30px !important;
  color: #fff;
}

.nav-item .nav-link:hover {
  color: #fdc101 !important;
  text-decoration: underline;
}

.mydropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
  border-radius: 10px;
  width: 230px;
  padding-top: 20px;
}

.card {
  box-shadow: none;
}

.card-body h2 {
  font-weight: 600 !important;
  font-size: 22px;
  color: #151d45;
}

.fontcolor p,
.imageview2 h3,
.imageview3 p {
  font-weight: 400;
}

.fontcolor h3,
.fontcolor p {
  color: #31395c;
}

.card-body p:first-child {
  font-size: 28px !important;
  color: #757575 !important;
  line-height: 1.6;
}

.card-body p:nth-child(2) {
  font-size: 19px !important;
  color: #000 !important;
  line-height: 1.6;
}

.btn {
  text-transform: none;
  box-shadow: none !important;
}

.navbar-nav {
  font-size: 0.9rem;
  font-weight: 700;
  margin-left: 13px;
}

.navbar .dropdown-menu a {
    padding: 0 25px !important;
    font-size: 0.9375rem !important;
    font-weight: 400 !important;
    color: #000 !important;
    background-color: #fff !important;
    line-height: 30px;
}

footer.page-footer a:hover {
  color: #fdc101 !important;
}

.social-icons-list ul li {
  position: relative;
  display: block;
  width: 75px;
  height: 75px;
  border-radius: 100%;
  text-align: center;
  transition: 0.6s;
  background: #fff;
  margin-left: 40%;
}

.social-icons-list ul li a {
  display: block;
  color: #000;
  font-size: 30px;
}

.social-icons-list ul li a i {
  line-height: 80px;
}

.backtotop {
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 10%;
  text-align: center;
  background: #fdc101;
  position: fixed;
  z-index: 999;
  right: 20px;
  bottom: 20px;
  font-size: 40px;
  color: #fff;
  line-height: 1.5;
}

.enterprise-image,
.imageview,
.imageview2 {
  padding-bottom: 150px !important;
  width: 100%;
}

.bankcontact-image,
.enterprise-image,
.imageview,
.imageview2 {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}

.backtotop:hover {
  background-color: #5e0086;
  color: #fff;
}

.social-icons-list1 ul li a {
  display: block;
  color: #fff;
  font-size: 45px;
}

.social-icons-list1 ul li a i {
  line-height: 60px;
}

.boxshape:hover {
  background: #fff;
  border-radius: 10px;
  height: 280px;
  -webkit-box-shadow: 0 0 27px 1px rgba(117, 117, 117, 0.11);
  -moz-box-shadow: 0 0 27px 1px rgba(117, 117, 117, 0.11);
  box-shadow: 0 0 27px 1px rgba(117, 117, 117, 0.11);
}

.imageview {
  background-image: url("../images/homepage-grey.webp");
  height: 630px!important;
}

.imageview2 {
  background-image: url("../images/bg-gradient-left-1.png");
  height: 590px
}

.enterprise-image {
  background-image: url("../images/enterprise.png");
  height: 365px;
}

.a2a_svg svg {
  width: 17px !important;
}

.imageview hr,
.imageview2 hr,
.section-4 hr {
  width: 40px;
  border-top: 4px solid #fdc101;
}

.a2a_svg {
  background-repeat: no-repeat;
  display: block;
  height: 19px !important;
  line-height: 32px;
  padding: 0;
  width: 19px !important;
}

#faqs {
  background-color: #fff;
  height: 100%;
  margin-left: 4%;
}

.paycorp-breadcrumb a,
.paycorp-breadcrumb1 a {
  font-size: 13px;
  color: #522486;
}

.paycorp-breadcrumb .breadcrumb {
  background-color: #fdc101;
  padding-top: 15px;
}

.paycorp-breadcrumb1 .breadcrumb {
  background-color: #fdc101;
  padding-top: 0;
}

.breadcrumb-item + .breadcrumb-item::before {
  font-size: 12px;
  color: #522486;
}

.accordion .card .card-header {
  background: 0 0;
  padding-top: 7px;
  padding-bottom: 7px;
  border-radius: 0;
}

.accordion .card-header h2 {
  font-size: 1rem;
}

.bankcontact-image {
  background-image: url("../images/ach-collections-repeat-recurring-payments-UPI-retail-mandate-esign-api-destination-banks-paper-mandate-bank-contact.html.png");
  padding-bottom: 150px !important;
  height: 365px;
  width: 100%;
}

.accordion .card-header .btn {
  color: #2d3043 !important;
  width: 100%;
  text-align: left;
  padding-left: 0;
  padding-right: 40px;
  font-size: 18px;
}

.accordion .card-header i {
  font-size: 1.3rem;
  position: absolute;
  top: 15px;
  right: 1rem;
}

.accordion .card-body,
.readcolor span {
  color: #757575;
}


.imageview2 h3 {
  color: #2a3256;
}

.boxshape p:nth-child(2) {
  font-weight: 600;
  color: #2a3256;
  font-size: 28px;
}

.boxshape p:nth-child(3) {
  font-size: 20px;
  color: #000;
  text-align: center;
  line-height: 1.4;
}

.imageview2 hr {
  text-align: center;
  margin-top: 150px;
}

.imageview hr {
  margin-top: 100px;
  margin-left: 39px;
}

.section-4 hr {
  text-align: center;
  margin-top: 70px;
}

.footer1 hr {
  text-align: left;
  width: 35px;
  border-top: 4px solid #fdc101;
  margin-left: 0;
}

.customersbtn {
  background-color: #522486;
  color: #fff !important;
  border-radius: 25px!important;
  text-transform: uppercase !important;
}

.customersbtn:hover {
  background-color: #fdc101;
  color: #fff;
}

.whypay {
  margin-top: -90px;
}

.owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  bottom: 0;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #000;
  text-align: center;
  left: 0;
  display: inline-block;
  margin-left: -3%;
  border: none;
}

.owl-carousel .owl-nav button.owl-next {
  position: absolute;
  bottom: 0;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #000;
  text-align: center;
  display: block;
  right: 0;
  margin-right: -3%;
}

.carousel-control-next,
.carousel-control-prev {
  position: unset;
  top: 0;
  bottom: 0;
  display: inline-block;
  align-items: center;
  font-size: 40px;
  opacity: 1;
  line-height: 3;
}

.main-timeline,
.timeline {
  position: relative;
}

.carousel-control-next i:hover,
.carousel-control-prev i:hover {
  font-weight: 900;
  color: #fdc101;
  border-radius: 100%;
  background-color: #fff;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
  background: #fff;
  color: #000;
  text-decoration: none;
}

.section-1 hr,
.section-2 hr,
.section1 hr,
.yellowline {
  text-align: center;
  width: 40px;
  border-top: 4px solid #fdc101;
}

.digital-image,
.imageview3 {
  height: auto;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.customers hr,
.imageview3 hr {
  text-align: center;
  width: 40px;
  border-top: 4px solid #fdc101;
  margin-top: 120px;
}

.imageview3 {
  background-image: url("../images/bgn-1.png");
  background-position: top right;
  padding-bottom: 90px !important;
}

.customers {
  margin-top: 3%;
  margin-left: 10px;
  margin-right: 10px;
}

.customers .btn {
  background-color: #522486;
  color: #fff;
  padding: 10px;
  border-radius: 8px;
}

.customerbox:hover {
  color: #fff;
  -webkit-box-shadow: 1px 16px 22px -5px #c1c1c1;
  -moz-box-shadow: 1px 16px 22px -5px #c1c1c1;
  box-shadow: 1px 16px 22px -5px #c1c1c1;
  border-radius: 10px;
}

.address i,
.brochureshead,
.customers h4 {
  color: #000;
}

.imageview3 p {
  color: #fff;
  font-size: 18px;
}

.imageview h1 {
  font-size: 55px;
  font-weight: 500 !important;
}

.digital-image h2 {
  font-size: 45px;
  font-weight: 700 !important;
}

.digital-image p {
  font-size: 23px;
  font-weight: 400 !important;
  line-height: 1.5;
}

.navbar.navbar-dark .navbar-nav .nav-item.active > .nav-link {
  color: #fdc101;
  background-color: transparent;
  text-decoration: underline;
}

.dropdown-item.active {
  color: #fdc101 !important;
  text-decoration: none;
  background-color: #fff;
}

.imageview h2 {
  font-size: 45px;
  font-weight: 600 !important;
  margin-left: 39px;
}

.imageview h3 {
  color: #fff;
  margin-top: 74px;
  font-weight: 500;
}

.imageview p {
  font-size: 25px;
  margin-left: 39px;
}

.digital-image {
  background-image: url("../images/digital-lenders-grey.png");
  background-position: top left;
  padding-bottom: 150px !important;
}

.digital-image h2 {
  margin-bottom: 0.5rem;
  line-height: 1.1;
  margin-right: 12%;
}
.card {
  box-shadow: none!important;
}

.section3 h2 {
  color: #121b43;
  font-size: 26px;
  font-weight: 600;
}

.section3 p {
  color: #000;
  font-weight: 400 !important;
  font-size: 19px;
  line-height: 1.5;
}

.section3 hr {
  border-top: 1px dotted #000;
}

.navbar-brand {
  margin-left: 41px;
}

.card-image {
  height: 1000px;
}

.imageview4,
.imageview5 {
  background-image: url("../images/quate-2.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  height: 150px;
  width: 100%;
}

.bank-image,
.large-image,
.section5,
.sme-image {
  background-repeat: no-repeat;
  background-size: cover !important;
  background-position: top left;
  width: 100%;
}

.imageview4 p {
  margin-left: 15%;
  margin-right: 15%;
  color: #fff;
  font-size: 21px;
  margin-top: 4%;
}

.imageview5 p {
  margin-left: 8% !important;
  margin-right: 8% !important;
  color: #fff;
  font-size: 21px;
  margin-top: 5%;
}

.aboutus-image h1,
.aboutus-image1 h1 {
  font-weight: 700;
  font-size: 55px;
  margin-top: 25%;
  margin-left: -50px;
  color: #fff;
  text-align: left;
}

.section5 {
  background-image: url("../images/bgn-1.png");
  height: auto;
}

.bank-image {
  background-image: url("../images/bank-grey.png");
  height: 650px;
}

.large-image {
  background-image: url("../images/large-enterprises-sky.png");
  height: 630px;
}

.sme-image {
  background-image: url("../images/small-enterprises-sky.png");
  height: 600px;
}

.aboutus-image,
.aboutus-image1 {
  background-repeat: no-repeat;
  background-size: cover !important;
  background-position: top center;
  height: 500px;
}

.aboutus-image1 {
  background-image: url("../images/about-us.webp");
  width: 100%;
}

.aboutus-image {
  background-image: url("../images/about-us.png");
  width: 100%;
}

.emandate-image,
.upi-mandate-image {
  height: 520px;
  margin-top: 3%;
  background-position: center;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover !important;
}

.upi-mandate-image {
  background-image: url("../images/upi.png");
}

.emandate-image {
  background-image: url("../images/digital-lenders-grey.png");
}

.takedemo-image {
  background-image: url("../images/take-a-demo.png");
  background-repeat: no-repeat;
  background-size: cover !important;
  background-position: center;
  height: 390px;
  width: 100%;
}

.smartmandateimg,
.transform_img {
  background-position: bottom left;
}

.smartmandateimg {
  background-image: url("../images/smart.png");
  background-repeat: no-repeat;
  background-size: cover !important;
  height: 350px;
  width: 100%;
  top: 63px;
}

.esignmandateimg,
.transform_img {
  height: 385px;
  top: 63px;
  background-repeat: no-repeat;
  background-size: cover !important;
  width: 100%;
}

.transform_img {
  background-image: url("../images/trans-header.png");
}

.esignmandateimg {
  background-image: url("../images/esign-mandate.png");
}

.smart-mandate {
  padding: 0.3rem !important;
  background-color: #1f1b69;
  box-shadow: none;
}

.smartmandatebox a i {
  color: #5e0086;
}

.brochuresbtn1 .btn {
  background-color: #522486;
  color: #fff;
  border-radius: 16px;
  padding: 7px 20px;
}

.brochuresbtn1 .btn:hover,
.brochuresbtn:hover,
.leaderbtn:hover,
.smartbtn .btn:hover {
  background-color: #fdc101;
}

.reachbox button:hover,
.smartbtn .btn {
  background-color: #522486;
  color: #fff;
}

.broclosebtn {
  padding: 7px 22px;
  border-radius: 16px;
  background-color: #b9b4b4;
  color: #fff;
}

.smartmandatebox .fa-angle-left::before {
  margin-right: 7px !important;
}

.brochuresbtn {
  background-color: #5e0086;
  color: #fff;
  padding: 10px 20px;
  border: none;
}

.reachbox,
.smesignupform {
  border-radius: 10px;
  height: auto;
}

.bank-image h2,
.large-image h2,
.sme-image h2 {
  font-size: 45px;
  margin-top: 6%;
  font-weight: 600 !important;
}

.aboutus p {
  font-size: 20px;
  font-weight: 400;
  color: #3d3c3c;
  line-height: 30px;
  text-align: left;
}

.aboutus h1,
.resourcebox h2 {
  color: #000;
  font-weight: 400;
}

.aboutus h3,
.reachus {
  color: #151d45;
  font-weight: 400;
}

.smesignupform {
  -webkit-box-shadow: 1px 3px 8px -1px #c1c1c1;
  -moz-box-shadow: 1px 3px 8px -1px #c1c1c1;
  box-shadow: 1px 3px 8px -1px #c1c1c1;
  padding: 50px;
}

.reachbox {
  -webkit-box-shadow: 1px 3px 8px -1px #c1c1c1;
  -moz-box-shadow: 1px 3px 8px -1px #c1c1c1;
  box-shadow: 1px 3px 8px -1px #c1c1c1;
  padding-bottom: 30px;
  padding-left: 20px;
}

.aboutus .fas,
.aboutus .fas:hover {
  box-shadow: rgba(45, 45, 45, 0.05) 0 2px 2px, rgba(49, 49, 49, 0.05) 0 4px 4px,
    rgba(42, 42, 42, 0.05) 0 8px 8px, rgba(32, 32, 32, 0.05) 0 16px 16px,
    rgba(49, 49, 49, 0.05) 0 32px 32px, rgba(35, 35, 35, 0.05) 0 64px 64px;
}

.reachbox h4 {
  margin-top: 30px;
  margin-bottom: 20px;
  padding-left: 10px;
}

.smartbtn .btn {
  border-radius: 25px;
  padding: 7px 17px;
}

.aboutus .fas,
.getstartedbtn:hover,
.smartbtn .closebtn {
  background-color: #fff;
}

.smartbtn .closebtn {
  border-radius: 25px;
  padding: 3px 17px;
  color: #757575;
  border-color: #757575;
}

.reachbox button {
  border-radius: 20px;
  background-color: #fdc101;
  color: #fff;
  padding: 10px 20px;
}

.reachbox label small {
  color: #000;
  font-weight: 500;
}

.reachbox span {
  color: red;
}

.reachbox .invalid-feedback {
  color: #fdc101;
  font-size: 12px;
  font-weight: 400;
}

.was-validated .form-control:invalid {
  border-color: #fdc101;
}

.address p small {
  color: #151d45;
  font-weight: 500;
}

.address p {
  color: #000;
  font-weight: 400;
  font-size: 18px;
  line-height: 29px;
}

.bank-image p,
.large-image p,
.sme-image p {
  font-size: 24px;
  font-weight: 400;
}

.aboutus .fas {
  color: #000;
  height: 90px;
  width: 90px;
  border-radius: 50%;
  text-align: center;
  padding-top: 20px;
}

.aboutus .fas:hover {
  transform: translate(0, -4px);
}

.bank-image p {
  line-height: 1.2;
}

.clients h2,
.clients h4 {
  font-weight: 400;
  color: #151d45;
}

.points p:first-child,
.points p:nth-child(3),
.points p:nth-child(5) {
  font-size: 32px !important;
  color: #757575 !important;
  line-height: 1.2;
}

.points p:nth-child(2),
.points p:nth-child(4),
.points p:nth-child(6) {
  font-size: 16px !important;
  color: #757575 !important;
  line-height: 1.6;
}

.ideal p:first-child {
  font-size: 24px !important;
  color: #757575 !important;
  line-height: 1.2;
}

.ideal p:nth-child(2) {
  font-size: 16px !important;
  color: #757575 !important;
  line-height: 1.2;
}

.resourcebanner h1 {
  font-weight: 700;
  color: #fff;
  font-size: 55px;
  margin-top: 25%;
  border-radius: 5px;
}

.resourcebanner {
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
    url("../images/resources1.png");
  background-repeat: no-repeat;
  background-size: cover !important;
  background-position: top center;
  height: 500px;
  width: 100%;
}

.resourcebox hr {
  width: 40px;
  border-top: 4px solid #fdc101;
  margin-top: 50px;
  margin-left: 0;
}

.resourcerow img {
  border: 1px solid #000;
  width: 100%;
  height: 200px;
}

.resourcebox {
  -webkit-box-shadow: 1px 16px 22px -5px #c1c1c1;
  -moz-box-shadow: 1px 16px 22px -5px #c1c1c1;
  box-shadow: 1px 16px 22px -5px #c1c1c1;
  border-radius: 10px;
  height: 330px;
}

.resource input {
  width: 100%;
}

.brochuresimg img {
  width: 100%;
  max-width: 800px;
  height: auto;
}

.brochuresimg {
  height: 300px;
}

.resourcebox1 {
  visibility: hidden;
}

.modal-header {
  text-align: center;
}

.readcolor {
  color: #fa0177;
}

.section5 h1 {
  color: #fff;
  margin-left: 13%;
  margin-right: 13%;
}

.digital .section1 h1 {
  color: #151d45 !important;
  font-weight: 300;
  font-size: 40px;
  line-height: 1.2em;
}

.section5 hr {
  margin-top: 100px;
}

.getstartedbtn {
  font-size: 12px;
  border-radius: 30px;
  text-transform: uppercase !important;
  padding: 15px 45px;
  background-color: #fdc101;
  color: #000;
}

.copyright,
footer.page-footer a {
  font-size: 15px;
  font-weight: 400;
}

.leaderbtn,
.page-footer {
  background-color: #5e0086;
}

#st-1.st-has-labels .st-btn.st-remove-label {
  min-width: 32px !important;
}

.carousel-item p {
  font-size: 20px;
  font-weight: 400;
}

.carousel-item h3 {
  font-weight: 500;
  font-size: 25px;
}

.main-timeline::after,
.timeline::after {
  content: "";
  position: absolute;
  background-color: #939597;
}

.leaderbtn {
  border-radius: 23px;
  color: #fff;
  padding: 5px 15px;
  border: none;
}

.modalbox {
  border-radius: 10px !important;
}

.page-footer {
  padding-left: 0;
}

footer.page-footer a {
  color: #fff;
  line-height: 2.1;
}

footer.page-footer p {
  margin-top: 0;
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .imageview2 {
    height: auto;
  }
}

@media only screen and (max-width: 480px) {
  .imageview,
  body {
    overflow-x: hidden;
  }
  .boxshape p,
  img {
    text-align: center;
  }
  .imageview2 h3,
  .section3 h2,
  h1 {
    font-size: 20px;
  }
  h2 {
    font-size: 30px;
  }
  .brochureshead,
  .page-footer p,
  p {
    font-size: 15px;
  }
  .carousel-item p,
  h3 {
    font-size: 18px;
  }
  .aboutus-image h1,
  .aboutus-image1 h1,
  .customer-image h1,
  .emandatefaqbanner h1,
  .esignfaqbanner h1,
  .faq-image h1,
  .leadership-image h1,
  .nachfaqbanner h1,
  .paperfaqbanner h1,
  .resourcebanner h1,
  .shareholderbanner h1 {
    font-size: 50px;
    margin-top: 67%;
    margin-left: 0;
  }
  .boxshape p {
    font-size: 16px !important;
    color: #000;
    margin-left: 12%;
    margin-right: 12%;
    line-height: 1.5;
  }
  .navbar img {
    width: 125px;
  }
  .card-body h2 {
    font-weight: 600 !important;
    font-size: 20px;
    color: #151d45;
}
  .nav-item img {
    height: auto;
    width: 310px !important;
  }
  .imageview {
    background-image: url("../images/homeback_mobile.webp");
    height: 630px;
  }
  /* .imageview2 {
    background-image: url("../images/bg-gradient_mobile.webp");
    height: 780px !important;
  } */
  .bank-image,
  .imageview,
  .imageview3,
  .large-image,
  .resourcebox,
  .sme-image {
    height: auto;
  }
  .imageview4,
  .imageview5 {
    height: auto;
    width: 100%;
  }
  .imageview h1 {
    font-size: 30px;
    font-weight: 500 !important;
    line-height: 40px;
  }
  .bank-image h2,
  .digital-image h2,
  .imageview h2,
  .large-image h2,
  .sme-image h2 {
    font-size: 25px;
    margin-top: 40px;
    font-weight: 600 !important;
    margin-left: 0;
    line-height: 1.1em;
  }
  .white-text {
    padding-left: 0;
    margin-left: 10px;
  }
  .points p:first-child,
  .points p:nth-child(3),
  .points p:nth-child(5) {
    font-size: 22px !important;
    color: #757575 !important;
    line-height: 1.2;
  }
  .bank-image p,
  .imageview p,
  .large-image p,
  .sme-image p {
    font-size: 25px;
    margin-left: 0;
    font-weight: 400;
    line-height: 1.5;
  }
  .imageview3 p {
    font-size: 16px;
  }
  .bank-image .btnblock,
  .digital-image .btnblock,
  .imageview .btnblock,
  .large-image .btnblock,
  .sme-image .btnblock {
    padding: 10px 20px;
    margin-top: 25px;
  }
  .imageview3 button {
    padding: 10px 35px;
    margin-top: 25px;
    text-align: center;
  }
  .digital .section1 h1,
  .heading h1,
  .imageview2 h1,
  .imageview3 h1,
  .section-1 h1,
  .section-2 h1,
  .section-3 h1,
  .section-4 h1,
  .section1 h1,
  .section5 h1,
  .section6 h1 {
    font-size: 23px;
  }
  .btnblock {
    font-size: 13px;
    border: 1px solid #fff !important;
  }
  .section2 h1 {
    font-size: 2rem;
  }
  .section3 {
    margin-left: 40px;
    margin-right: 40px;
  }
  .section3 p {
    font-size: 17px;
  }
  .page-footer {
    padding-left: 26px;
    background-color: #5e0086;
  }
  .page-footer .nav-item img {
    height: auto !important;
    width: 150px !important;
  }
  .social-icons-list ul li {
    margin-left: 30%;
  }
  .box1 {
    background-image: url("../images/sme_mobile.webp");
    transition: 1s;
  }
  .box2 {
    background-image: url("../images/digital_mobile.webp");
    transition: 0.5s;
  }
  .box3 {
    background-image: url("../images/banks_mobile.webp");
  }
  .box4 {
    background-image: url("../images/large_mobile.webp");
  }

  .imageview hr {
    width: 35px;
    border-top: 4px solid #fdc101;
    margin-top: 70px;
    margin-left: 0;
    margin-bottom: 0;
  }
  .boxshape:hover,
  .smartmandatebox img {
    width: 100%;
    height: auto;
  }
  .carousel-item h3 {
    font-weight: 400;
    font-size: 23px;
  }
  .boxshape:hover {
    border-radius: 10px;
    -webkit-box-shadow: 0 0 27px 1px rgba(117, 117, 117, 0.11);
    -moz-box-shadow: 0 0 27px 1px rgba(117, 117, 117, 0.11);
    box-shadow: 0 0 27px 1px rgba(117, 117, 117, 0.11);
  }
  .imageview4 p,
  .imageview5 p {
    font-size: 19px;
  }
  .owl-theme .owl-dots {
    display: none;
  }
  .mydropdown .nav-link .fas {
    display: flex;
  }
  .resourcebox p {
    font-size: 18px;
    line-height: 15px;
  }
  .readcolor {
    font-size: 12px;
  }
  .smartmandatebox p {
    font-size: 14px;
  }
  .esignmandateimg,
  .smartmandateimg,
  .transform_img {
    background-image: none;
    height: auto;
  }
  .news-image h1 {
    font-weight: 700;
    color: #fff;
    font-size: 44px !important;
    text-align: left;
    margin-left: 0 !important;
    margin-top: 26%;
  }
  .newsbox {
    -webkit-box-shadow: 1px 16px 22px -5px rgb(193 193 193);
    -moz-box-shadow: 1px 16px 22px -5px #c1c1c1;
    box-shadow: 1px 16px 22px -5px rgb(193 193 193);
    border-radius: 10px;
    height: 456px !important;
    padding: 30px;
  }
}

.main-timeline::after {
  width: 6px;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
}

.timeline {
  background-color: inherit;
  width: 50%;
}

.timeline::after {
  width: 25px;
  height: 25px;
  right: -13px;
  border: 5px solid #f5df4d;
  top: 15px;
  border-radius: 50%;
  z-index: 1;
}

.left::before,
.right::before {
  content: " ";
  position: absolute;
  top: 18px;
  z-index: 1;
}

.left {
  padding: 0 40px 20px 0;
  left: 0;
}

.right {
  padding: 0 0 20px 40px;
  left: 50%;
}

.left::before {
  right: 30px;
  border: solid #fff;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #fff;
}

.right::before {
  left: 30px;
  border: solid #fff;
  border-width: 10px 10px 10px 0;
  border-color: transparent #fff transparent transparent;
}

.right::after {
  left: -12px;
}

.dropdown-megamenu {
  position: static;
}

/* .dropdown-menu {
  left: 55%;
  right: 100px;
  top: 100%;
} */

.drop_menu {
  left: 44% !important;
  right: 100px !important;
  top: 100%;
}

.megamenu-content {
  padding: 1rem;
}

.drop_heading {
  font-size: 18px;
  font-weight: 400;
  color: #2a3256;
}

.dropdown-megamenu:hover .drop_menu,
.dropdown-megamenu:hover .dropdown-menu {
  display: block;
  left: 55%;
  right: 100px;
  top: 100%;
}

.navbar .dropdown-menu .drop_do {
  padding: 7px 0 0 !important;
  font-size: 15px;
  font-weight: 400;
  color: #2a3256;
  background-color: #fff !important;
}

@media screen and (max-width: 600px) {
  .section-1 h2,
  .section-4 h4 {
    color: #151d45 !important;
    font-weight: 300;
    line-height: 1.2em;
  }
  .left,
  .timeline {
    padding-left: 55px;
  }
  .leadership-image h1 {
    font-size: 50px;
    margin-top: 120%;
  }
  .aboutus-image h1,
  .customer-image h1,
  .emandatefaqbanner h1,
  .esignfaqbanner h1,
  .faq-image h1,
  .nachfaqbanner h1,
  .paperfaqbanner h1,
  .resourcebanner h1,
  .shareholderbanner h1 {
    font-size: 50px;
    margin-top: 100%;
  }
  .aboutus-image1 h1 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
    font-size: 50px;
    margin-top: 120%;
  }
  .aboutus-image h1,
  .customer-image h1 {
    font-size: 50px;
    margin-top: 32%;
  }
  .main-timeline::after {
    left: 31px;
  }
  .section-1 h2 {
    margin-right: 8%;
    margin-left: 8%;
    font-size: 20px;
  }
  .section-4 h4 {
    margin-right: 15%;
    margin-left: 15%;
    font-size: 20px;
  }
  .contactbar,
  .contactbar a {
    color: #1f1b69;
  }
  .contactbar {
    background-color: #1f1b69 !important;
  }
  .paycorp-breadcrumb .breadcrumb {
    display: none;
  }
  h2.xmtext {
    font-size: 30px;
    padding-top: 30%;
  }
  .timeline {
    width: 100%;
  }
  .left {
    padding-right: 0;
  }
  .textsection p {
    color: #fff;
    font-weight: 400;
    font-size: 18px;
}
  .card-body p:first-child {
    font-size: 20px !important;
    color: #757575 !important;
    line-height: 1.6;
  }
  .card-body p:nth-child(2) {
    font-size: 14px !important;
    color: #000 !important;
    line-height: 1.6;
  }
  .timeline::before {
    left: 45px;
    border: solid #fff;
    border-width: 10px 10px 10px 0;
    border-color: transparent #fff transparent transparent;
  }
  .left::after,
  .right::after {
    left: 18px;
  }
  .left::before {
    right: auto;
  }
  .right {
    left: 0;
  }
  .drop_menu,
  .dropdown-menu {
    width: 75%;
    left: 18% !important;
    right: 100px !important;
  }
  .dropdown-megamenu {
    position: static;
  }
  .dropdown-menu {
    top: 42%;
  }
  .drop_menu {
    top: 26%;
  }
  .megamenu-content {
    padding: 1rem;
  }
  .drop_heading {
    font-size: 13px;
    font-weight: 400;
    color: #2a3256;
  }
  .navbar .dropdown-menu .drop_do {
    padding: 0 !important;
    font-size: 12px;
    font-weight: 400;
    color: #2a3256;
    background-color: #fff !important;
  }
}
