:root {
  --themeBlue: #0B143E;
 
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
    font-family: "Poppins", sans-serif; 
  line-height: 1.2;
  color: var(--themeBlue);
      overflow-x: hidden;
    scroll-behavior: smooth;
}
 

img {
  max-width: 100%;
}
ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  color: var(--themeBlue);
  text-decoration: none;
}

/* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

/**===========new-css==============**/

.PPC-main-heading h2{
  font-size: 44px;
    color: var(--themeBlue);
    font-weight: 600;
    margin-bottom: 10px;
    text-align: center;
}
.PPC-main-heading p{
  font-size: 20px;
      color: var(--themeBlue); 
    font-weight: 500;
    text-align: center;
}
.ppp-ewallet.banner_form .btn_primary {
    padding: 20px;
    text-align: center;
    width: 100%;
    background-image: none;
    border: none;
    border-radius: 10px;
    color: #fff;
    box-shadow:0 10px 10px rgba(0,0,0,.0);
    transition:all .3s;
    -webkit-transition:all .3s;
    position: relative;
}

.ppp-ewallet.banner_form .btn_primary:hover{box-shadow:0 10px 10px rgba(0,0,0,.3); }
 
.banner_form.ppp-ewallet  .wpcf7-spinner {
    position: absolute;
    left: 0;
    right: 0;
    top: 18px;
    margin: auto;
}

.banner_form.ppp-ewallet .enquiry_action {
    position: relative;
}
.themePPCArrowBtn {
    /* background: linear-gradient(45deg, #213DC2, #0F1D5C); */
    border: none;
    font-weight: 600;
    color: #fff;
    padding: 20px 72px 20px 40px;
    border-radius: 100px;
    position: relative;
    flex-shrink: 0;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    transition: all .3s;
}

.themePPCArrowBtn span {
    background: #fff;
    width: 40px;
    height: 40px;
    border-radius: 100px;
    display: inline-flex
;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 5px;
    transition: all 0.3s;
}

.E-wallet-bannerSection {
  /* background-image: url(../images/banner_Background.jpg); */
  background-size: cover;
  padding: 64px 0 40px 0;
  background-repeat: no-repeat;
}

.marquee-slider-item {
  display: flex !important;
  align-items: center;
}

.marquee-slider-item img {
  width: auto !important;
  max-height: 50px;
  flex-shrink: 0;
  max-width: 100px;
}
.marquee-slider-rating {
  padding-left: 20px;
  flex: 1;
}

.marquee-slider-rating strong {
  display: block;
  margin-bottom: 5px;
  font-weight: 600;
  color: #fff;
  font-size:14px;
}

.marquee-slider-rating-block {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}

.marquee-slider-rating-block span {
  vertical-align: middle;
  margin-right: 10px;
  flex-shrink: 0;
}

.E-wallet-formCaption-Row {
  display: flex;
  align-items: center;
  margin-bottom: 64px;
}

.E-wallet-Caption {
  flex: 0 0 56%;
  max-width: 56%;
  color: #fff;
  padding-right: 24px;
}

form.form-Right {
  flex: 0 0 44%;
  max-width: 44%;
}

.PPC-ewallet-banner-form {
  padding: 35px 25px 25px;
  max-width: 600px;
  margin: 0 auto; 
  border-radius: 20px;
  background-repeat: no-repeat;
  background: linear-gradient(180deg, #FFFFFF 0%, #B2D6FF 100%);
  position: relative;
}
/* .ppp-ewallet{  background: linear-gradient(180deg, #FFFFFF 0%, #B2D6FF 100%);} */

.PPC-ewallet-banner-form:after{
  content:"";
  height: 107px;
  position: absolute;
  top:0;
  background-image: url(../images/banner_form_bg.png);
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: right;
  background-size: 60%;
}


.PPC-ewallet-banner-form h4 {
  font-size: 24px;
  font-weight: bold;
  color: #000;
}

.PPC-ewallet-banner-form .form-control,.PPC-ewallet-banner-form .form-select {
  border: 1px solid #e4e4e4;
  border-radius: 10px;
  min-height: 50px;
  appearance: auto;
  -moz-appearance: auto;
  -webkit-appearance: auto;
   appearance: none;
  -webkit-appearance: none; /* Chrome, Safari */
  -moz-appearance: none;    /* Firefox */
}

.PPC-ewallet-banner-form label {
  color: #000;
  margin-bottom: 10px;
  font-weight: 500;
}

.caption_Outer strong {
  display: block;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: bold;
}

.caption_Outer h1 {
  font-weight: bold;
  font-size: 50px;
  margin-bottom: 32px;
  line-height: 1.3;
}

.caption_Outer h1 span {
  display: block;
  background: linear-gradient(
    90deg,
    #F78F1E,
    #EE7ED7,
    #263CFF
  ); /* adjust colors to match your image */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text; /* For Firefox */
  color: transparent;
  position: relative;
  padding-bottom: 30px;
}

.caption_Outer p {
    font-size: 24px;
    line-height: 1.4;
}
.tags-List ul{margin:0 -8px;}

.tags-List li {
    padding: 12px 15px;
    border-radius: 100px;
    background: linear-gradient(45deg, #ffffff0f, transparent);
    border: 1px solid #ffffff0f;
    font-size: 16px;
    display: inline-block;
    margin: 8px;
}

/* .tags-List li  span{
     background: linear-gradient(
    90deg,
    #F78F1E,
    #ADA8F8,
    #7E8BFF
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text; 
  color: transparent;
} */

.Global_Clients {
    /* background: linear-gradient(180deg, #DDDDFA 0%, #FFFFFF 100%); */
    padding: 84px 0;
}

.Global_Clients_list li {
    box-shadow: 0px 1px 6px 0px #00000026;
    background: #fff;
    color:var(--themeBlue);
    font-size: 18px;
    font-weight:500;
    display: flex;
    align-items: center;
    border-radius: 100px;
    padding: 10px;
    flex: 0 0 50%;
    max-width: calc(50% - 48px);
    margin: 0 24px 36px; 
    cursor: pointer;
}

.Global_Clients_list li:hover {
  /* background: linear-gradient(90deg, #968AEF 0%, #4B66FF 100%); */
  color: #fff;
}

.circleOuter{
  /* background: linear-gradient(90deg, #968AEF 0%, #4B66FF 100%); */
    box-shadow: 0px 3px 15px 0px #4F68FE4D;
    width: 45px;
    height: 44px;
    border-radius: 100px;
    display: inline-flex;
    flex-shrink: 0;
    margin-right: 15px;
    align-items: center;
    justify-content: center;
}

.Global_Clients_list ul {
    display: flex;
    flex-wrap: wrap;
}

.Requirement_Analysis{
 
padding:74px 0;
 
/* background-image:url(../images/product_strategy.jpg); */
 
background-size:cover;
 
background-repeat: no-repeat;
}

.Requirement_Analysis_Tabs {
  display: flex;
  border: 1px solid #FFFFFF1A;
  background: #FFFFFF0D;
  border-radius: 20px;
  padding: 32px;
}



.Requirement_tabs_vertical {
  flex: 0 0 50%;
  max-width: 50%;
  flex-direction: column;
}

.Requirement_tabs_vertical .nav-link {
  background: transparent!important;
  padding: 15px;
  color: #7F87AE;
  font-weight: bold;
  font-size: 18px;
  border: none;
  width: 100%;
  text-align: left;
  position: relative;
  z-index: 9;
}

.Requirement_tabs_vertical .nav-link.active{
  color:var(--themeBlue);
}


.Requirement_tabs_vertical {
  border: none;
  padding: 15px;
  background: linear-gradient(180deg, #F5F5FF 0%, #FFFFFF 100%);
  border-radius: 14px;
  position: relative;
}


.progress_Tabs {
  padding: 5px;
  height: 55px;
  border: 1px solid #7F87AE;
  border-radius: 100px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  flex-shrink: 0;
  margin-right: 20px;
  font-size: 24px;
  font-weight: bold;
  background: #fff;
  position: relative;
  z-index: 2;
}

.Requirement_tabs_vertical:after {
  position: absolute;
  content: "";
  width: 3px;
  height: calc(100% - 166px);
  background: #7F87AE;
  left: 57px;
  top: 83px;
  z-index: 1;
}

.Requirement_tabs_vertical .nav-link.active .progress_Tabs {
  /* background: linear-gradient(90deg, #213DC2 0%, #0F1D5C 100%); */
  color: #fff;
}

.Requirement_tabs_content {
  flex: 0 0 50%;
  max-width: 50%;
  padding-left: 48px;
}

.Requirement_content {
  color: #fff;
}

.waterMarkNumber {
  font-size: 120px;
  color: #FFFFFF0D;
  font-weight: bold;
}

.Requirement_content article {
  margin-top: -54px;
}

.Requirement_content  h3 {
  font-size: 30px;
  margin-bottom: 20px;
  font-weight: 500;
}

.Requirement_content p {
  font-size: 20px;
  margin-bottom: 20px;
}

.Requirement_content_As_Sots_list li {
  display: flex;
  align-items: center;
  font-size: 22px;
  margin-bottom: 20px;
}

span.as_Dots {
  border: 3px solid #83778D;
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 100px;
  background: #D9D9D9;
  flex-shrink: 0;
  margin-right: 8px;
}

.Requirement_content_As_Sots_list {
  margin-bottom: 39px;
}

.User_Interface_e-wallet{
  padding:64px 0 0 0;
}

.User_Interface_Slider  .item figure {
  transition: all .2s;
  cursor: pointer;
}

.User_Interface_Slider .item figure:hover {
  transform: translateY(-32px);
}

.User_Interface_Slider .owl-stage-outer {
  padding-top: 32px;
}

.User_Interface_CTA {
  /* background: linear-gradient(45deg, #1F0A40, #0B0315); */
  padding: 75px 0;
  margin-top: -175px;
  position: relative;
  z-index: 2;
}

.wallet_feature_Cols {
  /* background: #F9F9FE; */
  border: 1px solid #F6DFE2;
  border-radius: 10px;
  padding: 24px;
  margin-bottom: 20px;
  height: calc(100% - 20px);
}

.wallet_feature_Cols figure img {
  max-height: 72px;
}

.wallet_feature_Cols  figcaption h3 {
  margin-bottom: 12px;
  font-weight: 600;
  font-size: 20px;
}

.wallet_feature_Cols figcaption p {font-size: 17px;line-height: 1.5;}

.wallet_feature_Cols figure {
  margin-bottom: 15px;
}

.E-wallet_feature {
  padding: 64px 0;
}

.From_Cashless_section{
  /* background-image: url(../images/banner_Background.jpg); */
  background-size:cover;
  padding:72px 0;
  background-repeat: no-repeat;
}

.From_Cashless_cols {
  /* background: linear-gradient(180deg, #FFFFFF 0%, #E0E0FF 100%); */
  padding: 24px 32px 0 32px;
  border-radius: 12px;
  margin-bottom: 24px;
  height: calc(100% - 26px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.From_Cashless_cols figure img {
  max-height: 364px;
  margin: auto;
}

.From_Cashless_cols figure {
  text-align: center;
  line-height: 0;
}

.From_Cashless_cols figcaption {
  padding-bottom: 28px;
}

.From_Cashless_cols figcaption h3 {
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 20px;
}

.From_Cashless_cols figcaption {
  font-size: 18px;
}


/* mm */



/* partner */
.Strategic_Partnerships-section {
  /* background: linear-gradient(0deg, #D9EFFE -21.81%, #FFFFFF 69.54%); */
  padding: 94px 0;
}
.partnership_box {
  display: flex;
  align-items: center;
}
.partner_gradient_box {
  height: 170px;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.partnership-partner {
  display: grid;
  row-gap: 34px;
  column-gap: 24px;
  grid-template-columns: auto auto;
  /* align-items: baseline; */
  padding-right: 40px;
}
.partner_gradient_box.blue_partner {
  background: linear-gradient(90deg, rgba(0, 183, 241, 0) 0%, rgba(0, 183, 241, 0.31) 100%);
  position: relative;
  top: 40px;
}
.partner_gradient_box.gold_partner{background: linear-gradient(270deg, rgba(251, 222, 165, 0) 0%, #FFD584 100%);}
.partner_gradient_box.green_partner{background: linear-gradient(268deg, rgba(185, 226, 152, 0) 0%, #DBEBCD 100%);}
.partnership-figcaption h2 {
  font-size: 40px;
  color: #0B143E;
  font-weight: 600;
  margin-bottom: 24px;
}
.partnership-figcaption p {
  font-size: 20px;
  color: #0B143E;
  font-weight: 400;
  margin-bottom: 46px;
  line-height: 1.6;
}

/* industry */

.industry-PPC-section{
padding: 84px 0;
}
.industry_box{
  /* background-image: url(../images/industryBg.svg); */
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  padding: 61px;
  margin-top: 0;}
.e-wallet_wrapper {
  display: grid;
  row-gap: 40px;
  grid-template-columns: auto auto auto;
  column-gap: 40px;
}
.e-wallet_box {
  border: 1px solid #FFFFFF1A;
  background: linear-gradient(103.64deg, rgba(217, 217, 217, 0.05) 0%, rgba(115, 115, 115, 0.05) 125.31%);
  border-radius: 8px;
  padding: 8px 17px;
  display: flex;
  align-items: center;
}
.e-wallet_img{
flex-shrink: 0;
padding-right: 17px;
}
.wallet-content{font-size: 18px;font-weight: 500;color: #fff;line-height: 1.5;}


/* about-us */
.about-us{
background: #F9F9FE;
padding: 67px 0 97px;
}



.testimonial-container {display: flex;background: #fff;border-radius: 10px;overflow: hidden;padding: 30px;gap: 53px;align-items: center;margin: auto;border: 1px solid #CBEFFE;}

.video-section {position: relative;width: 50%;height: 462px;border-radius: 16px;overflow: hidden;}

.video-thumbnail {
width: 100%;
height: 100%;
object-fit: cover;
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  padding: 0;
  font-size: 24px;
  cursor: pointer;
  background: #00000080;
  width: 110px;
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.info-overlay {position: absolute;bottom: 0;width: 100%;background: rgba(0, 0, 0, 0.6);color: #fff;padding: 15px 24px;display: flex;justify-content: space-between;align-items: center;}


.text-section {
flex: 1;
}

.text-section h3 {
  color: #0B143E;
  font-size: 30px;
  margin-bottom: 15px;
  font-weight: 600;
}

.text-section p {
  color: #0B143E;
  line-height: 1.5;
  font-size: 18px;
}

.swiper-button-prev {
  background-image: url(../images/swiper-prev.svg);
  background-repeat: no-repeat;
  width: 68px !important;
  height: 68px !important;
  bottom: 41px;
  top: auto !important;
  right: 148px !important;
  left: auto !important;
}
.swiper-button-next {
  background-image: url(../images/swiper-next.svg);
  background-repeat: no-repeat;
  width: 68px !important;
  height: 68px !important;
  bottom: 41px;
  top: auto !important;
  right: 58px !important;
}

.swiper-button-prev::after,
.swiper-button-next::after {
display: none;
}
.testimonial-slider{
margin-top: 40px;
}
.info-overlay strong {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
  display: inline-block;
}

.themebtn {
  background: linear-gradient(90deg, #1955B2 0%, #2EA0BB 100%);
  border-radius: 35px;
  color: #fff;
  padding: 8px 10px 8px 30px;
  display: inline-flex;
  align-items: center;
}
.themebtn span {
  width: 53px;
  height: 53px;
  display: inline-block;
  border-radius: 50%;
  background: #fff;
  margin-left: 22px;
}
.themebtn:hover{
color: #fff;
}

.partner_gradient_box img {max-height: 120px;max-width: 180px;}

.partnership-figcaption {
    padding-left: 32px;
}

.What_Makes_Section {
  background: #F9F9FE;
  padding: 64px 0;
}

.testimonial-container .info-overlay img {
  width: 60px;
}


#What_Makes_testimonial_slider .owl-nav {
  position: absolute;
  bottom: 24px;
  right: 24px;
}

#What_Makes_testimonial_slider .owl-nav button {
  width: 50px;
  height: 50px;
  border: 2px solid #3333332b;
  border-radius: 100%;
  font-size: 42px;
  line-height: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

#What_Makes_testimonial_slider .owl-nav button:hover{background-color:#eee;}

#What_Makes_testimonial_slider .owl-nav button span {
  color: #333;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  display: inline-block;
  line-height: 0.6;
  transform: translateY(-50%);
}

.PPC-ewallet-banner-form .selectCountry {
  display: flex;
}

.PPC-ewallet-banner-form .selectCountry .form-select {
  width: 100px;
  margin-right: 10px;
}

.PPC-ewallet-banner-form textarea.form-control {
  height: 130px;
}

.themePPCArrowBtn:hover span img {transform: translateX(3px);}

.themePPCArrowBtn:hover span img {
    transition: all cubic-bezier(0, 0, 0.16, 0.92) .3s;
    animation: liner;
}

.themePPCArrowBtn:hover {
    color: #fff;
}

.PPC-contact-form-Section {
  /* background: linear-gradient(45deg, #1F0A40, #0B0315); */
  padding: 64px 0;
} 

.PPC-contact-form-wrapper {
  background: linear-gradient(0deg, rgba(196, 196, 196, 0.05), rgba(196, 196, 196, 0.05)),
linear-gradient(85.96deg, rgba(255, 255, 255, 0) -20.51%, rgba(255, 255, 255, 0.05) 26.82%, rgba(255, 255, 255, 0) 65.65%);
  border-radius: 10px;
  padding: 24px;
  border: 1px solid #FFFFFF1A;
}

.PPC-contact-form {
  background: linear-gradient(0deg, rgba(196, 196, 196, 0.05), rgba(196, 196, 196, 0.05)),
linear-gradient(85.96deg, rgba(255, 255, 255, 0) -20.51%, rgba(255, 255, 255, 0.05) 26.82%, rgba(255, 255, 255, 0) 65.65%);
  padding: 20px;
  border: 1px solid #FFFFFF1A;
  border-radius: 10px;
}

.PPC-contact-form label {
  font-size: 16px;
  color: #fff;
  margin-bottom: 10px;
}

.PPC-contact-form .form-control,.PPC-contact-form .form-select {
  background: #fff;
  padding: 10px;
  border-radius: 8px;
  font-size: 16px;
  border: none;
}

.PPC-contact-form-country {
  display: flex;
}

.PPC-contact-form-country .form-select {flex: 0 0 100px;margin-right: 10px;}

.HeddingBottomLine small {
  position: absolute;
  left: 0;
  bottom: -9px;
  top: auto;
  display: inline-block;
}

.HeddingBottomLine small {
  max-width: 390px;
}

.play-button img {
  width: 36px!important; 
}
.PPC-contact-form-wrapper label {
    color: #fff;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}
.PPC-contact-form-wrapper .select2-container .select2-selection--single{
  height: 50px;
}

.PPC-contact-form-wrapper .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 49px;
}
.PPC-contact-form-wrapper 
.pattern-match label span{
  color: #fff;
}
.PPC-contact-form-wrapper .btn_primary{
  /* background:linear-gradient(45deg, #213DC2, #0F1D5C); */
    border: 1px solid #0F1D5C;

}
.PPC-contact-form-wrapper .btn_primary:hover{
  border: 1px solid #0F1D5C;
}
/* .banner_form .btn_primary{
  background-color: #0F1D5C;
} */
.pattern-match input{
  background: #fff;
}

.wpcf7-not-valid-tip:nth-of-type(2) {
    display: none !important;
}

.ppp-ewallet .wpcf7-response-output {
    color: #dc3232 !important;
    border: 1px solid #dc3232 !important;
    border-radius: 6px;
    font-size: 14px;
}


.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    color: #46b450 !important;
    background: #46b45024;
    border-radius: 5px;
}

.Request-A-Call-wrapper {
    padding-bottom: 15px;
}

.Request-A-Call-wrapper form{padding-top:10px;}

.PPC-contact-form-wrapper .pattern-match label span {
    color: #fff;
}

.PPC-contact-form-wrapper  .wpcf7-form-control-wrap{
      position: relative;
    margin-bottom: 4px !important;
 }

 .PPC-contact-form-wrapper  .row.gy-3{ row-gap: 14px;} 

.PPC-contact-form-wrapper  .wpcf7-not-valid-tip{
    font-size: 15px;
    line-height: 1.2;
    position: absolute;
}

.Requirement_content_As_Sots_list li p {
    margin-bottom: 0;
}



/* ===========new-css======== */
/* ===========new-css======== */

.banner_form h4{
  font-size: 20px;
  font-weight:600;
}

.country_code_box .select2-container--default .select2-selection--single .country-code-flag-name-cls{display:none;}

.ppc_config_outer {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    margin-top: -40px;
    box-shadow: 0px 4px 44px 0px #0000001A;
}

.config_point {
    display: flex;
    align-items: center;
    padding: 10px 20px;
    flex: 1;
    position: relative;
    justify-content: center;
}

.config_point strong {
    margin-right: 10px;
    font-weight: bold;
    font-size: 48px;
    color: #F78F1E;
}

.config_point p {
    font-size: 20px;
    font-weight: 500;
    color: #0B143E;
}

.config_point:after {
    content: "";
    position: absolute;
    background: #D9D9D9;
    width: 1px;
    height: 40px;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.config_point:last-child:after {
    display: none;
}



/* .trusted_brands_section {
    padding: 94px 0;
    background: linear-gradient(179.68deg, #FFFFFF -21.81%, #D9EFFE 69.54%);
} */

.trusted_Logo_outer figure {
    margin: 0;
    padding: 10px;
}

.trusted_Logo_outer  a {
    display: inline-flex;
    background: #fff;
    border: 1px solid #F6DFE2;
    border-radius: 10px;
    padding: 15px;
    align-items: center;
    justify-content: center;
    margin: 6px;
    width: 168px;
}
.trusted_Logo_outer a img {
    max-height: 54px;
    max-width: 116px;
}

.trusted_Logo_outer {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

/* .flexible_engagement {
    padding: 94px 0;
    background: linear-gradient(0deg, #D9EFFE -21.81%, #FFFFFF 69.54%);
} */


.feature_valueStyle {
    display: flex;
}

.feature_valueStyleCols {
    flex: 1;
    background: #fff;
    box-shadow: 0px 0px 45px 0px #0000001A;
    padding: 46px 24px;
}

.feature_valueStyleCols h3 {
    font-size: 28px;
    font-weight: bold;
    color: #F78F1E;
    margin-bottom: 15px;
    padding-bottom: 15px;
    position: relative;
}

.feature_valueStyleCols h3:after {
    position: absolute;
    bottom: 0;
    background: #F78F1E;
    content: "";
    left: 0;
    right: 0;
    height: 2px;
    max-width: 90%;
    margin: auto;
}

.feature_valueStyleCols p {
    font-size: 18px;
    color: #0B143E;
    line-height: 1.5;
}

.feature_valueStyleCols:not(:nth-child(2)) {
    margin-top: 50px;
}

.feature_valueStyleCols:nth-child(2) {
    padding-top: 70px;
    position: relative;
}

.video_modal {
    max-width: 840px;
    position: fixed;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    top: 50%;
    transform: translateY(-50%) scale(0.8);
    z-index: 9999;
    border: 12px solid #ffffff75;
    border-radius: 5px;
   visibility:hidden;
   opacity:0;
   pointer-events:none;
   transition: all .5s;
   -webkit-transition: all .5s;
   -moz-transition: all .5s; 
}
.open_video_modal .video_modal {
     visibility:visible;
   opacity:1;
   pointer-events:all;
   transform: translateY(-50%) scale(1);
}
.open_video_modal{overflow:hidden;}

.open_video_modal:after {
    content: "";
    position: fixed;
    z-index:999;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000000e6;
       transition: all .5s;
   -webkit-transition: all .5s;
   -moz-transition: all .5s; 
}

.removeVideoModal {
    background: #efcfcf;
    border: none;
    width: 35px;
    height: 35px;
    border-radius: 5px;
    position: absolute;
    right: -50px;
    top: -10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.ppc_config_section {
    position: relative;
    top: 100px;
    margin-top:0;
}


#What_Makes_testimonial_slider .owl-nav button {
    border-radius: 100px;
    margin: 10px;
}

#What_Makes_testimonial_slider .owl-nav button span {margin: 0;border: none;border-radius: 100px;}


.ppc-book-Now {
    border: none;
    background: #fff;
    position: fixed;
    top: 40%;
    transform: rotate(-90deg);
    left: -120px; 
    align-items: center;
    padding: 0 20px 0 0;
    border-radius: 0 0 14px 14px;
    overflow: hidden;
    z-index:99;
    box-shadow:0 0 15px rgba(0,0,0,.1);

}

.ppc-book-Now span {
    background: #2764EB;
    padding: 10px;
    margin-right: 18px;
}

.ppc-book-Now span img {
    transform: rotate(95deg);
}


/* 
.call_back_bg_article {
    background-image: url(../images/call_back_background.jpg);
    height: 100%;
    padding: 32px 24px;
    background-size: cover;
    background-position: center;
    color: #fff
} */

.call_back_modal_style .modal-header {
    border: none;
    padding: 0
}

.call_back_modal_style {
    max-width: 854px
}

.call_back_modal_style .modal-header .btn-close {
    position: absolute;
    right: 20px;
    top: 15px;
    z-index: 1;
    background-size: 12px;
    background-color: #ffbf80;
    opacity: 1;
    border-radius: 100px;
    box-shadow: 0 5px 5px rgba(0,0,0,.2)
}

.call_back_modal_style-row {
    display: flex;
    align-items: stretch;
    height: 100%
}

.call_back_modal_style-col {
    flex: 1;
    height: 100%;
    background-color: #fff;
    padding: 36px 30px 20px!important
}

.call_back_modal_style-main .row {
    margin: 0
}

.call_back_modal_style-main .row .col-lg-6 {
    padding: 0
}

.call_back_bg_article h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 30px;
    position: relative
}

.call_back_bg_article p {
    font-size: 16px
}

/* .call_back_bg_article h2 span {
    color: #ffbc7d
} */

.call_back_bg_article h2:after {
    height: 2px;
    width: 100%;
    content: "";
    background: linear-gradient(45deg,#fff,transparent);
    left: 0;
    position: absolute;
    bottom: -15px;
    border-radius: 10px
}

/* .call_back_modal_style .Request-A-Call-wrapper {
    display: block;
    border-radius: 24px;
    overflow: hidden;
    background: 0 0
} */

.Request-A-Call-wrapper .btn_primary {
    width: 100%;
    border-radius: 6px
}

.call_back_modal_style-col .wpcf7-response-output {
    position: relative;
    left: 0;
    font-size: 14px;
    margin-bottom: 0!important;
    display: none
}



.Connect_Sales_Expert {
    background: linear-gradient(178deg, #D9EFFE -21.81%, #FFFFFF 69.54%);
    padding: 64px 0;
}

.Sales_Expert {
    display: flex;
    align-items: center;
    background: #fff;
    padding: 64px;
    border-radius: 12px;
    border: 2px solid #F6DFE2;
}

.Sales_Expert .figure_fream {
    margin: 0;
    width: 130px;
    flex-shrink: 0;
    border-radius: 100px;
    height: 130px;
    overflow: hidden;
}

.Sales_Expert figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.expert_Detail_wrap {
    padding-left: 24px;
    margin-left: 24px;
    border-left: 2px solid #1955B2;
    display: flex;
    align-items: center;
    color: #0B143E;
}
 
.Sales_Expert_contant h3 {
    font-size: 24px;
    font-weight: 500;
}

.sales_post {
    font-size: 20px;
    font-weight: 500;
    padding: 8px 0;
}

.Sales_Expert_contant p {
    font-size: 16px;
}

.Sales_Expert_contant h3 span a {
    margin: 0 5px;
}

.Sales_Expert_contant h3 span {
    padding-left: 15px;
    vertical-align: middle;
}

.Sales_Expert_contant {
    padding-right: 36px;
}


.country_row_section{
  background-color:#fff;
}

.ewallet_action_feature .contactformloader {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    bottom: 5px;
}

.ewallet_action_feature {
    position: relative;
}

.ewallet_action_feature .contactformloader img {
    max-height: 36px;
}.processing-loader-class .btn_primary {
    background: #0f1d5c80!important;
}

.Request-A-Call-wrapper .btn_primary { 
      padding: 12px;
    height: 50px;
}

.PPC-contact-form-wrapper .service_form_action {
    display: inline-block;
    width: auto;
    margin-top: 0;
}

.PPC-contact-form-wrapper .service_form_action .btn_primary {
    padding: 14px 24px;
    border-radius: 10px;
    color: #fff;
    margin-top: -7px;
}



.marque_brand_list {
    display: flex;
    align-items: center;
}

.marque_brand_item {
    width: 20%;
    position: relative;
}

.marquee-slider-item {
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.marquee-slider-item img {
    width: auto !important;
    flex-shrink: 0;
    max-width: 100%;
    position: relative;
    max-height: 100px;
}

.marque_brand_item:after {
    position: absolute;
    content: "";
    width: 2px;
    height: 70px;
    background: #ffffff24;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}




/*Rinku ppc css for specific ppc page*/




 .riyadg_Container {
    background: transparent;
    flex: 0 0 56%;
    padding: 0;
    text-align:center;
    }

    .riyadg_Container h1 {
      font-size: 30px;
      font-weight: bold;
      margin-bottom: 10px;
    }

    .riyadg_Container h1 span {
      color: #1db954; /* Green accent */
    }

    .riyadg_Container .subtitle {
      font-size: 18px;
      color: #fff;
      margin-bottom: 40px;
      line-height: 1.5;
    }

    .riyadg_Container .team {
      display: flex;
      justify-content: center;
      gap: 50px;
      flex-wrap: wrap;
      margin-bottom: 32px;
    }

    .riyadg_Container .member {
      text-align: center;
      max-width: 200px;
    }

    .member .photo_circle {
    width: 150px;
    height: 150px;
    object-fit: cover;
    border-radius: 50%;
    border: 3px solid #222;
    margin: 0 auto 15px auto;
    }
figure.photo_circle img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
    .riyadg_Container .member h3 {
      margin: 5px 0;
      font-size: 20px;
    }

    .riyadg_Container .member p {
      font-size: 16px;
      color: #fff;
      margin: 0;
    }

    .riyadg_Container .dateShape {
      display: inline-flex;
      background: #1db954;
      color: #fff;
      font-weight: bold;
      padding: 12px 30px;
      border-radius: 50px;
      font-size: 16px;
      border: none;
      align-items: center;
    }
    .riyadg_Container .dateShape img {
      margin-right: 6px;
      max-height: 24px;
  }

      .dateShape_outer a {
          display: inline-flex;
          width: 100%;
          /* height: 50px; */
          background: #fff;
          align-items: center;
          justify-content: center;
          border-radius: 100px;
          margin-left: 13px;
      }

      .dateShape_outer {
          display: flex;
          align-items: center;
          justify-content: center;
          max-width:400px;
          margin:auto;
      }

      .dateShape_outer a img {
    max-height: 26px;
}

.social_connection a {
    display: inline-block;
    margin: 0 8px;
}

.social_connection a img {
    max-height: 26px;
}

.social_connection {
    padding-top: 16px;
}
 .phone-btn {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      padding: 10px 25px;
      border: 2px solid #fff;
      border-radius: 50px;
      color: #fff;
      font-size: 16px;
      text-decoration: none;
      font-weight: bold; 
    }
    .call_tag_Fix {
    margin-bottom: 15px;
}

.phone-btn span img {
    max-height: 16px;
}

.phone-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.phone-btn:hover {
    border-color: #1db954;
}
.E-wallet-Caption-Custom-ppc-logoOuter {
    text-align: center;
}

.E-wallet-Caption-Custom-ppc-logoOuter .PPC-logo {
    margin-bottom: 20px!important;
}
 
.meet_our_expert span {
    background: #cfffda;
    color: #000;
    padding: 2px 13px;
    border-radius: 3px;
}

.marque_brand_item:last-child:after {
    display: none;
}



/* banner-form */

 
.banner_form {
    background-size: 256px;
     border-radius: 20px;
    background-repeat: no-repeat;
}

.banner_form {
    padding: 35px 25px 25px;
    background-color: #fff;
    max-width: 600px;
    margin: 0 auto;
    background-image: url(../images/banner_form_bg.png);
    background-position: right top;
}

.banner_form .row.gy-3{
    row-gap: 14px;
    row-gap: 18px;
}

.banner_form label {
    color: #000;
    margin-bottom: 5px;
}

.banner_form .form-control {
    border: 1px solid #e4e4e4;
    border-radius: 10px;
    min-height: 50px;
    appearance: auto;
    -moz-appearance: auto;
    -webkit-appearance: auto;
    font-size:15px;
}

.banner_form .form-control:focus{box-shadow:none; outline:none;}

.country_row_section {
    display: flex;
    border: 1px solid #ced4da;
    border-radius: 6px;
    height: 50px;
}


.banner_form .country_row_section .country_code_box {
       width: 115px;
    flex-shrink: 0;
}

.resourceDrop,
.select2-dropdown {
  min-width: 200px;
}

.select2-container--open .select2-dropdown--above li {
    font-size: 14px;
}

.country_code_box .select2-container--default .select2-selection--single {
    background: 0 0;
    border: none;
    font-size:15px;
}

.banner_form .wpcf7-form-control-wrap {
    position: relative;
    margin-bottom: 4px !important;
}

.country_row_section .contact_number .form-control {
    border: none;
    border-left: 1px solid #ddd;
    border-radius: 0 !important;
    background: 0 0;
}

.banner_form textarea.form-control {
    max-height: 100px;
}


.pattern-match label span {
    font-size: 20px;
    margin-right: 10px;
    font-weight: 600;
    color: #333;
}

.pattern-match input {
    max-width: 100px;
    padding: 10px;
    border: 2px solid #ededed;
    border-radius: 5px;
    background: #f9f9f9;
}


 .banner_form .wpcf7-not-valid-tip {
    font-size: 15px;
    line-height: 1.2;
    position: absolute;
}


/* end-banner-form */

/* contact-form */
.PPC-contact-form-wrapper .form-control {
    height: 49px;
    font-size: 16px;
    padding: 10px 16px;
}

.PPC-contact-form-wrapper .form-control:focus{box-shadow:none; outline:none;}

.PPC-contact-form-wrapper textarea.form-control {
    height: 124px;
}

.PPC-contact-form-wrapper .country_code_box {
    width: 115px;
    height: 50px;
    flex-shrink: 0;
}

.PPC-contact-form-wrapper .contact_number {
    flex: 1;
}

.PPC-contact-form-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 0;
    bottom: 0;
}
/* end-contact-form */

select.form-control{
-webkit-appearance: none !important;
    -moz-appearance: none!important;
    appearance: none !important;
   background-image: url(../images/downArrowSelect.svg)!important;
    background-position: right 15px center !important;
    background-repeat: no-repeat !important;
  }

.partner_logos_left {
    width: 100%;
    padding: 24px 0 0 0;
}

.call_back_bg_article{padding:24px;}


.dot-loader.contactformloader{display:none!important;} 
 

@media (max-width: 575px) {
 
   .member .photo_circle {
        width: 120px;
        height: 120px;
      }
    }

