.clearfix:after {
    clear:both;
    content:'.';
    display:block;
    visibility:hidden;
    height:0;
}
.clearfix {
    display:inline-block;
}
* html .clearfix {
    height:1%;
}
.clearfix {
    display:block;
}
*+html .clearfix {
    display: inline-block;
}
html, body{
	overflow-x: hidden !important;
}
html.hideScroll,body.hideScroll{overflow:hidden;}
html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body {
	margin: 0;
	font-size: 16px;
	font-family: 'Zoho_Puvi_Regular';
	color:#000;
}
 section *,.popup-testi-vdo *{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
article,
footer,
header,
section {
	display: block;
}
[hidden],
template {
	display: none;
}
a {
	background-color: transparent;
	text-decoration: none!important;
	color: #4CA9F5;
}
a:active,
a:hover {
	outline: 0;
}
abbr[title] {
	border-bottom: 1px dotted;
}
b,
strong {
	font-family: 'Zoho_Puvi_Medium';
}
small {
	font-size: 80%;
}
sub,
sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}
sup {
	top: -.5em;
}
sub {
	bottom: -.25em;
}
img {
	border: 0;
}
svg:not(:root) {
	overflow: hidden;
}
hr {
	height: 0;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
img {
	vertical-align: middle;
	max-width: 100%;
	height:auto;
}
h2{
	font-size: 1.8em;
	margin:0 0 25px;
	line-height:1.4;
	font-family:"Zoho_Puvi_SemiBold";
}
h3{
	margin:0;
}
p {
	margin: 0 0 25px;
    line-height: 1.6;
}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.text-center {
	text-align: center;
}
.text-justify {
	text-align: justify;
}
.text-lowercase {
	text-transform: lowercase;
}
.text-uppercase {
	text-transform: uppercase;
}
.text-capitalize {
	text-transform: capitalize;
}
.text-blue
{
	color: #243A5D;
}
.text-light {
	color: #fff!important;
}
.text-dark {
	color: #000!important;
}
.top-margin {
	margin-top: 25px!important;
}
.bottom-margin {
	margin-bottom: 25px!important;
}
.space-large {
	height: 50px;
}
.space-medium {
	height: 25px;
}
.space-small {
	height: 10px;
}
.margin-0 {
	margin: 0!important;
}
.padding-0 {
	padding: 0!important;
}
.non-click {
	cursor: default;
	pointer-events: none;
}
ol,
ul {
	margin-top: 0;
	margin-bottom:0;
	list-style-type: none;
	padding: 0px;
}
strong,
b {
	font-family: 'Zoho_Puvi_SemiBold';
}
.rows:after,
.rows:before,
section:after,
section:before,
footer:after,
footer:before,
header:before,
header:after,
.container:before,
.container:after,
.clearfix:after,
.clearfix:before {
	display: table;
	content: "";
	clear: both;
}
.rows {
	margin-right: -10px;
	margin-left: -10px;
}
.container,.containermid{
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	max-width: 1400px;
}
.container-fluid {
	width: 100%;
	max-width: 100%;
	position: relative
}
.cols-2,
.cols-25,
.cols-3,
.cols-4,
.cols-6,
.cols-8,
.cols-9,
.cols-10,
.cols-12
{
	float: left;
	position: relative;
	min-height: 1px;
	padding-right: 10px;
	padding-left: 10px;
}
.cols-2 {
	width: 16.6%;
}
.cols-25 {
	width: 20%;
}
.cols-3 {
	width: 25%;
}
.cols-4 {
	width: 33.3%;
}
.cols-6 {
	width: 50%;
}
.cols-8 {
	width: 66.6%;
}
.cols-9 {
	width: 75%;
}
.cols-10 {
	width: 87.5%;
}
.cols-12 {
	width: 100%;
}
.cols-center
{
	    margin: 0 auto;
    float: none;
}
@media (max-width: 992px) {
  .cols-md-12 {
    width: 100%;
  }
  .cols-md-11 {
    width: 91.66666667%;
  }
  .cols-md-10 {
    width: 83.33333333%;
  }
  .cols-md-9 {
    width: 75%;
  }
  .cols-md-8 {
    width: 66.66666667%;
  }
  .cols-md-7 {
    width: 58.33333333%;
  }
  .cols-md-6 {
    width: 50%;
  }
  .cols-md-5 {
    width: 41.66666667%;
  }
  .cols-md-4 {
    width: 33.33333333%;
  }
  .cols-md-3 {
    width: 25%;
  }
  .cols-md-2 {
    width: 16.66666667%;
  }
  .cols-md-1 {
    width: 8.33333333%;
  }
  .md-hidden {
    display: none;
  }
  .md-center {
    text-align: center;
  }
}
@media (max-width: 650px) {
  .cols-sd-12 {
    width: 100%;
  }
  .cols-sd-11 {
    width: 91.66666667%;
  }
  .cols-sd-10 {
    width: 83.33333333%;
  }
  .cols-sd-9 {
    width: 75%;
  }
  .cols-sd-8 {
    width: 66.66666667%;
  }
  .cols-sd-7 {
    width: 58.33333333%;
  }
  .cols-sd-6 {
    width: 50%;
  }
  .cols-sd-5 {
    width: 41.66666667%;
  }
  .cols-sd-4 {
    width: 33.33333333%;
  }
  .cols-sd-3 {
    width: 25%;
  }
  .cols-sd-2 {
    width: 16.66666667%;
  }
  .cols-sd-1 {
    width: 8.33333333%;
  }
  .sd-hidden {
    display: none;
  }
  .sd-center {
    text-align: center;
  }
}
body,html{
  padding:0;
  margin:0;
}
.partners-hero {
  width: 100%;
  background: linear-gradient(180deg, #051F65 0%, #0F42B9 100%);
  padding: 50px 0;
  box-sizing: border-box;
}
.partners-hero-img-wrap {
  position: relative;
  width: 100%;
  border-radius: 18px;
  overflow: hidden;
  display: block;
  padding: 0;
}
.partners-hero-img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 18px;
}
.partners-hero-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  top:15%;
  pointer-events: none;
}
.partners-hero-sub {
  font-family: 'Zoho_Puvi_SemiBold', sans-serif;
  font-size: 1.3em;
  color: #fbbf24;
  letter-spacing: 0.06em;
  margin: 0;
}
.partners-hero-title {
  font-family: 'Zoho_Puvi_Bold', sans-serif;
  font-size: clamp(2.8em, 8vw, 7em);
  color: #fff;
  line-height: 1.05;
  margin: 0;
  text-shadow: 0 2px 24px rgba(0,0,0,0.35);
}
.partners-hero-bottom {
  text-align: center;
  padding: 36px 0 0;
  position: relative;
  margin-top: -80px;
}
.partners-hero-bottom p {
  font-family: 'Zoho_Puvi_Regular', sans-serif;
  font-size: 1em;
  color: rgba(255,255,255,0.88);
  margin: 0 0 28px;
  line-height: 1.6;
}
.partners-hero-bottom .mecommon-btn {
  display: inline-flex;
}
.become-partner h2, .pick-program h2{
    font-family: 'Zoho_Puvi_Bold';
    color:#000000;
}
.become-partner h2 span, .pick-program h2 span{
    color:#014DFF;
}
.become-partner p{
    color:#000000;
}
.become-partner .rows {
    display: flex;
    align-items: flex-start;
}
.become-partner .cols-4{
    float: none;
    width: 33.3%;
    padding: 0;
}
.become-partner .cols-8{
    float: none;
    width: 66.6%;
    padding: 0 0 0 80px;
}
html, body { overflow-x: clip!important; }
.left-become-partner {
    position: sticky;
    top: 90px;
    align-self: flex-start;
}
.left-become-partner img{
    max-height: 300px;
}
.mecommon-btn.mesecondry-btn {
    padding: 5px 8px 5px 15px;
  font-size: 1em;
}
.mecommon-btn {
    display: inline-flex;
    align-items: center;
    background-color: #d0162d;
    color: #fff;
    font-family: "Zoho_Puvi_SemiBold";
    border-radius: 999px;
    text-decoration: none;
    font-size: 1.1rem;
    gap: 15px;
    cursor: pointer;
}
.mecommon-btn.mesecondry-btn .btn-icon {
    width: 25px;
    height: 25px;
}
.mecommon-btn .btn-icon {
    background-color: #fffbe8;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
}
.mecommon-btn .btn-icon svg{
    width: 100%;
    height: 100%;
    stroke: #000;
    stroke-width: 1.2px;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.mecommon-btn:hover{
    background-color: #b01327;
}
.mecommon-btn:hover .btn-icon {
    transform: translateX(4px);
}
.become-partner .partner-cta{
    padding: 0 5px;
}
.partner-cta-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px 16px;
    margin-top: 20px;
}
.partner-cta-links {
    display: flex;
    align-items: center;
    gap: 4px;
}
.partner-cta-links a:hover {
  color: #024dff;
}
.partner-cta-divider {
    color: #000;
    padding: 0 4px;
}
.become-partner .divider{
    margin: 40px 0;
   border-top: 1px solid #000;
}
.accordion-container {
 margin: 0 auto;
        }
.accordion-heading {
    font-size: 18px;
    font-family: 'Zoho_Puvi_Regular';
    color: #1a1a1a;
    margin-bottom: 24px;
    line-height: 1.4;
}
 .accordion-item {
   background: #ffffff;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    margin-bottom: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
}
        .accordion-item:hover {
            border-color: #d0d0d0;
        }
        .accordion-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 20px 24px;
            cursor: pointer;
            user-select: none;
            background: #fcfcfc;
            transition: background-color 0.2s ease;
        }
        .accordion-title {
            font-family: 'Zoho_Puvi_Regular';
            color: #1a1a1a;
            line-height: 1.5;
            padding-right: 16px;
        }
        .accordion-icon {
            flex-shrink: 0;
            width: 24px;
            height: 24px;
            position: relative;
            transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        }
        .accordion-icon::before,
        .accordion-icon::after {
            content: '';
            position: absolute;
            background: #2563eb;
            border-radius: 1px;
            transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        }
        .accordion-icon::before {
            width: 14px;
            height: 2.5px;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
        }
        .accordion-icon::after {
            width: 2.5px;
            height: 14px;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%) rotate(0deg);
            opacity: 1;
        }
        .accordion-item.active .accordion-icon {
            transform: rotate(0deg);
        }
        .accordion-item.active .accordion-icon::after {
            opacity: 0;
            transform: translate(-50%, -50%) rotate(90deg);
        }
        .accordion-content {
            overflow: hidden;
            transition: max-height 0.4s ease, opacity 0.4s ease;
            max-height: 0;
            opacity: 0;
        }
        .accordion-content-inner {
            padding: 0 24px 20px 24px;
            font-size: 15px;
            color: #4a4a4a;
            background-color: #fcfcfc;
            line-height: 1.6;
        }
        .accordion-item.active .accordion-content {
            opacity: 1;
        }
.pick-program h2, .partner-testimonials h2,.partner-testimonials .partner-testimonials-content p{
    text-align: center;
}  
.pick-program .partner-programs h3{
    text-align: left;
    font-family: "Zoho_Puvi_SemiBold";
    margin: 14px 0;
}
.pick-program ul {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    justify-content: center;
}
.pick-program ul li {
    width: calc(33.33% - 16px);
    display: flex;
    flex-direction: column;
}
.pick-program .partner-programs{
    padding: 45px 30px;
    border: 1px solid #BFD2FF;
    border-radius:7px;
    color: #000;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex: 1;
    transition: background-color 0.3s ease, color 0.3s ease;
}
.pick-program .partner-program-img {
    border-radius: 3px;
    margin-bottom: 20px;
    background: linear-gradient(75deg, #0E62FD, #069BC2, #01BF9D, #00CD8F);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 10px;
    box-sizing: border-box;
}
.pick-program .partner-program-img img {
    max-height: 120px;
    width: 38px;
    height: 38px;
    object-fit: contain;
    display: block;
}
.pick-program .partner-programs .mecommon-btn.mesecondry-btn{
    padding: 5px 8px 5px 12px;
    font-size: 0.9em;
    margin-top: auto;
}
.pick-program .partner-programs .partner-program-content{
    flex: 1;
}
.partner-program-content .program-question {
    font-style: italic;
}
section{
    padding: 50px 0;
}
.pick-program .partner-programs:hover{
   background-color:#0045D3;
   color: #fff;
}
.partner-programs:hover > h3 {
  color: #fff;
}
.growth-sec {
    width: 100%;
  background: linear-gradient(to bottom, #000 70%, #0045d3 70%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
    padding: 60px 0 0;
    position: relative;
}
.growth-sec::before {
  content: '';
  position: absolute;
  top: 0;
  background-image: url("../images/partnersgrowing-bg.png");
  background-size: cover;
  background-position: 0 -30px;
  background-repeat: no-repeat;
  pointer-events: none;
  width: 100%;
  height: 35%;
}
.growth-sec h2,.growth-sec p {
    text-align: center;
}
.growth-sec p {
    color: #FFCA00;
    margin: 0;
    font-family: 'Zoho_Puvi_Medium';
    letter-spacing: 0.02em;
}
.growth-sec h2 {
    color: #fff;
    margin: 15px 0 25px;
    font-size: 2em;
    font-family: 'Zoho_Puvi_Bold';
}
.growth-rates-content {
    width: 80%;
    border: 1px solid #146EF4;
    margin: 0 auto;
    background: linear-gradient(to bottom, #E5EFFF 0%, #ffffff 100%);
    border-radius: 8px;
    padding: 60px 40px;
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 60px;
}
.growth-rates-content .growth-rates-item {
    flex: 1;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.growth-rates-content .growth-rates-item p {
    font-size: 2em;
    font-family: 'Zoho_Puvi_Bold';
    color: #0045D3;
    margin: 0 0 12px 0;
    line-height: 1;
}
.count-num {
    font-family: 'Zoho_Puvi_SemiBold';
    background: linear-gradient(to bottom, #BBBBBB, #555555);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-size: 1.6em;
    color: transparent;
}
.growth-rates-content .growth-rates-item h3 {
    font-family: 'Zoho_Puvi_SemiBold';
    color: #1a1a1a;
    margin: 0;
    line-height: 1.4;
    max-width: 200px;
}
.partner-testimonials {
background: linear-gradient(to bottom, #0045D3 100%, #00246D 0%);
}
.partner-testimonials h2, .partner-testimonials .partner-testimonials-content p{
    color: #fff;
}
.partner-testimonials h2 span{
    color: #FFCE45;
}
.partner-testimonials .quotes-2{
    transform: rotate(180deg);
}
.me-sales,
.mobile-thumbs {
  --thumb-timer-duration: 4s;
}
@property --thumb-timer-angle {
  syntax: '<angle>';
  inherits: false;
  initial-value: 0deg;
}
.me-sales .cols-2 {
  position: relative;
  border-radius: 50%;
}
.me-sales .cols-2 img {
  border-radius: 50%;
  border: 3px solid transparent;
  opacity: 0.5;
  filter: grayscale(60%);
  transition: border-color 0.3s, opacity 0.3s, transform 0.3s, filter 0.3s;
  display: block;
  width: 50px;
}
.me-sales .cols-2::after {
  content: '';
  position: absolute;
  inset: -4px;
  border-radius: 50%;
  pointer-events: none;
  opacity: 0;
  --thumb-timer-angle: 0deg;
  background: conic-gradient(
    #FFCE45 0deg,
    #FFCE45 var(--thumb-timer-angle),
    rgba(255, 206, 69, 0.25) var(--thumb-timer-angle),
    rgba(255, 206, 69, 0.25) 360deg
  );
  -webkit-mask: radial-gradient(farthest-side, transparent calc(100% - 3px), #000 calc(100% - 2px));
  mask: radial-gradient(farthest-side, transparent calc(100% - 3px), #000 calc(100% - 2px));
}
.me-sales .cols-2.is-active img {
  opacity: 1;
  filter: none;
  transform: scale(1.18);
}
.me-sales .cols-2.is-active::after {
  opacity: 1;
  animation: thumb-ring-progress var(--thumb-timer-duration) linear forwards;
}
@keyframes thumb-ring-progress {
  from { --thumb-timer-angle: 0deg; }
  to { --thumb-timer-angle: 360deg; }
}
.partner-testimonials-details{
    margin-top:30px;
}
.partner-testimonials-details .data{
    color: #fff;
    text-align: left;
}
.partner-testimonials-details .data h3, .partner-testimonials-details .data p{
    margin: 0;
}
.partner-testimonials-details .data p{
    margin-top: 5px;
}
.testimonial-slider:not(.slick-initialized) > div + div,
.author-slider:not(.slick-initialized) > div + div,
.details-slider:not(.slick-initialized) > div + div {
  display: none;
}
.page-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  box-sizing: border-box;
}
.rp-modal-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.85);
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  box-sizing: border-box;
  animation: fadeIn 0.2s ease;
}
@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }
.rp-modal-box {
  position: relative;
  width: 100%;
  max-width: 860px;
  background: #000;
  border-radius: 16px;
  overflow: visible;
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.6);
  animation: scaleIn 0.22s ease;
}
@keyframes scaleIn { from { transform: scale(0.94); opacity: 0; } to { transform: scale(1); opacity: 1; } }
.rp-modal-close {
  position: absolute;
  top: -38px;
  right: -18px;
  z-index: 10;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  border: none;
  cursor: pointer;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.18s ease;
}
.rp-modal-close:hover { background: rgba(255, 255, 255, 0.28); }
.rp-modal-video {
  width: 100%;
  height: 80vh;
  display: block;
  background: #000;
  border-radius: 16px;
  border: none;
}
.rp-resp { display: none; }
.rp-duplicate {
  width: 100%;
  background: #ffffff;
  padding: 80px 0;
  box-sizing: border-box;
}
.rpd-outer {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 12px;
}
.rpd-side-col {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-width: 0;
  align-self: flex-start;
}
.rpd-middle {
  flex: 3.2;
  display: flex;
  flex-direction: column;
  gap: 15px;
  min-width: 0;
}
.rpd-header {
  text-align: center;
  padding: 0 4px;
}
.rpd-title {
  margin: 0 0 12px;
  font-size: 2em;
  font-family: 'Zoho_Puvi_Bold';
  color: #0f172a;
  line-height: 1.2;
  position: relative;
}
.rpd-inner-grid {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 12px;
}
.rpd-inner-col {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-width: 0;
}
.rpd-inner-col-center {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 0;
}
.rpd-inner-col-center .rpd-thumb { width: 100%; }
.rpd-thumb {
  position: relative;
  width: 100%;
  border-radius: 14px;
  overflow: hidden;
  cursor: pointer;
  background: #e8eaf0;
  border: none;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.10);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.rpd-thumb:hover {
  transform: scale(1.02);
  box-shadow: 0 10px 32px rgba(0, 0, 0, 0.18);
}
.rpd-thumb-media {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  pointer-events: none;
}
.rpd-thumb-frame {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
  background: #000;
  object-fit: cover;
}
.rpd-thumb-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.18);
  transition: background 0.2s ease;
}
.rpd-thumb:hover .rpd-thumb-overlay {
  background: rgba(0, 0, 0, 0.36);
}
.rpd-resp { display: none; }
.rpd-outer{
    height: 545px;
}
.img-col-com{
    width: calc(20% - 12px);
    height: 100%;
    display: flex;
}
.rpd-thumb iframe{
    object-fit: cover;
    height: 100%;
    width: 100%;
    transform: scale(1.2);
    backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1.2);
}
.video-thumb{
    height: 74%;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.rp-duplicate .rpd-vimeo-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 3;
  display: block;
  pointer-events: none;
}
.rp-duplicate .rpd-thumb-frame {
  position: absolute;
  inset: 0;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.35s ease;
}
.rp-duplicate .rpd-thumb-frame.is-ready {
  opacity: 1;
}
.img-col2, .img-col4{
justify-content: flex-end;
}
.img-col3{
    justify-content: center;
    margin: 40px 0 0;
}
.rpd-title{
    position: relative;
    margin-bottom: -50px;
}
.side-col-img{
  height: calc(100% - (74% + 12px));
}
.slick-slider {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  overflow: hidden;
}
.slick-list,
.slick-slider,
.slick-track {
  position: relative;
  display: block;
}
.slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  top: 0;
  left: 0;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
.slick-initialized .slick-active {
  display: block;
}
.slider-nav {
  margin: 0;
  text-align: center;
	padding-top:50px;
	display:none;
}
.slick-prev.slick-arrow,
.slick-prev.slick-disabled {
  background: url("https://cdn.manageengine.com/images/usm-slider-right-arrow.svg") center / 12px no-repeat transparent;
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
  margin: 0 15px 0 0;
}
.slick-arrow {
  -moz-appearance: none;
  -webkit-appearance: none;
  width: 50px;
  height: 40px;
  text-indent: -9999em;
  cursor: pointer;
  outline: none;
  border: 0;
}
.slider-nav .slick-list {
  display: inline-block;
  vertical-align: middle;
}
.slick-next.slick-arrow,
.slick-next.slick-disabled {
  background: url("https://cdn.manageengine.com/images/usm-slider-right-arrow.svg") center / 12px no-repeat transparent;
  margin: 0 0 0 15px;
}
.slick-prev.slick-disabled,.slick-next.slick-disabled{opacity:0.6;pointer-events:none;}
.slider-nav .slick-list .slick-track {
  width: 100% !important;
  text-align: center;
  transform: none !important;
}
.slider-nav .slick-list .slick-track li.slick-active {
  background: #212F8D;
  color: #fff;
}
.slider-nav .slick-list .slick-track li {
 width: 35px !important;
    padding: 0;
    height: 35px;
    color: #000;
    cursor: pointer;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 7px;
}
.slick-initialized .slick-slide {
  display: block;
}
.partners-img-sec{
  padding: 0 !important;
}
.partner-testimonials {
    background: linear-gradient(to bottom, #0045D3 100%, #00246D 0%);
    padding: 50px 0 !important;
}
.partner-testimonials h2,
.partner-testimonials .partner-testimonials-content p {
    color: #fff;
}
.partner-testimonials h2 {
    font-family: 'Zoho_Puvi_Bold';
    font-size: 1.8em;
    margin: 0 0 25px;
    line-height: 1.4;
}
.partner-testimonials h2 span {
    color: #FFCE45;
}
.partner-testimonials .quotes-2 {
    transform: rotate(180deg);
}
.partner-testimonials .cols-3 img {
    width: 100%;
    height: 300px;
    object-fit: contain;
}
.partner-testimonials-content p {
    line-height: 1.6;
    margin: 0 0 25px;
}
.mobile-author { display: none; }
.desktop-author {
    margin-top: 30px;
    display: flex;
    align-items: center;
    gap: 24px;
}
.partner-testimonials-author {
    float: none;
    width: 120px;
    flex-shrink: 0;
}
.author-img-wrap {
    position: relative;
    display: inline-block;
    width: 120px;
    height: 120px;
}
.author-slider .slick-slide img {
    display: block;
}
.play-button {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 36px;
    height: 36px;
    background: rgba(255,255,255,0.7);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    z-index: 2;
}
.play-button::after {
    content: '';
    width: 0;
    height: 0;
    border-left: 11px solid #0045D3;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    margin-left: 3px;
}
.partner-testimonials-details {
    flex: 1;
    margin-top: 0;
}
.partner-testimonials-details .data {
    color: #fff;
    text-align: left;
}
.partner-testimonials-details .data h3 {
    font-family: 'Zoho_Puvi_SemiBold';
    font-size: 1.1em;
    margin: 0;
    color: #fff;
}
.partner-testimonials-details .data p {
    margin: 5px 0 0;
    color: rgba(255, 255, 255, 0.85);
}
.partner-testimonials-details .divider {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    margin: 20px 0;
}
.partner-testimonials-details .me-sales {
    margin-top: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: flex-start;
}
.me-sales .cols-2 {
  flex: 0 0 auto;
  width: auto;
  padding: 0;
}
.testimonial-slider .slick-slide,
.author-slider .slick-slide,
.details-slider .slick-slide {
    outline: none;
}
.testimonial-slider .slick-list,
.author-slider .slick-list,
.details-slider .slick-list {
    overflow: hidden;
}
.slick-slide {
    transition: opacity 0.3s ease;
}
.slick-slide:not(.slick-active) {
    opacity: 0;
}
.slick-slide.slick-active {
    opacity: 1;
}
.partner-kickstart {
    background: linear-gradient(135deg, #0045D3 0%, #0035A8 100%);
    text-align: center;
}
.partner-kickstart h2 {
    color: #fff;
    font-family: 'Zoho_Puvi_SemiBold';
    line-height: 1.25;
    margin: 0 0 30px;
    text-align: center;
}
.partner-contact-bar {
    background: #111111;
    padding: 22px 0;
    text-align: center;
}
.partner-contact-bar p {
    margin: 0;
    color: rgba(255, 255, 255, 0.75);
    font-family: 'Zoho_Puvi_Regular';
    line-height: 1.6;
}
.partner-contact-bar a {
    color: #FFCE45;
    text-decoration: none;
    font-family: 'Zoho_Puvi_Medium';
    transition: color 0.2s ease;
}
.partner-contact-bar a:hover {
    color: #ffe170;
    text-decoration: underline;
}
.partners-nav {
  position: sticky;
  top: 0;
  z-index: 100;
  background: #0E40B4;
  height: 56px;
  border-bottom: 1px solid #5267B2;
}
.partners-nav-hamburger {
  display: none;
}
.partners-nav-inner {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 24px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.partners-nav-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  flex-shrink: 0;
}
.partners-nav-logo-img {
  height: 36px;
  width: auto;
  display: block;
}
.partners-nav-links {
  display: flex;
  align-items: center;
  gap: 28px;
}
.partners-nav-link {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: #fff;
  text-decoration: none;
  font-family: 'Zoho_Puvi_Regular', sans-serif;
  white-space: nowrap;
  transition: opacity 0.15s;
}
.partners-nav-link::after {
  content: '';
  width: 16px;
  height: 16px;
  background: url('../images/partners-arrow.png') center / 16px 16px no-repeat;
  display: inline-block;
  vertical-align: middle;
  flex: 0 0 16px;
}
.partners-affiliate {
  color: #00DAFF;
}
.partners-nav-link:hover {
  text-decoration: none;
}
.partners-nav-link:hover::after {
  animation: partners-arrow-bob 0.7s ease-in-out infinite;
}
@keyframes partners-arrow-bob {
  0% { transform: translate(0, 0); }
  50% { transform: translate(1px, -2px); }
  100% { transform: translate(0, 0); }
}
#header-mainsec .headerinner.fixed{
    position:static;
}
/* form css */
.partner-popup-bg{
	position: fixed;
    left: 0;
    top: 0;
    z-index: 9999999;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.8);
    display: none;	
}
.partner-popup-bg *{
	box-sizing:border-box;
}
.popup {
    position: fixed;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    width: 800px;
	max-width: 95%;	
    max-height: 90vh;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 0 10px #00000042;
    border-radius: 4px;
    padding: 35px;
	z-index: 99;
	display: none;
}
.popup-content {
    overflow: scroll;
    height: 100%;
	max-height: 90vh;
}
.popup-content form {
    width: 100%;
    margin: 0 auto;
}
span.close {
    position: absolute;
    z-index: 999;
    top: 14px;
    right: 12px;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    background: #0f42b9;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
}
/* form css */
.form-control {
    display: block;
    width: 100%;
    height:55px;
    padding: 6px 12px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
   box-shadow: none;
	position: relative;
	margin-bottom: 20px;
	transition: border ease 1.5s;
	-webkit-transition: border ease 1.5s;
	-moz-transition: border ease 1.5s;
}
.form-control.active-row {
    border: 1px solid #FFF;
}
.form-control.form-comments {
    height:85px;
	display:inline-block;
	margin-bottom:10px;
}
.form-control.rowfullwidth{
	display:inline-block;
	width:100%;
}
.form-control:after, .form-control:before {
    box-sizing: inherit;
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    z-index: 1;
    border: 2px solid transparent;
    border-radius: 5px;
    pointer-events: none;
}
.form-control:before {
    top: 0px;
    left: 0px;
}
.form-control:after {
    bottom: 0;
    right: 0;
}
.form-control .error {
    position: absolute;
    bottom: -8px;
    left: 30px;
    transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -webkit-transition: all ease 0.4s;
    font-size: 1em;
    z-index: 8;
    opacity: 1;
    background: #fff;
    padding: 5px;
    line-height: 0.5;
    color: red;
    display: none;
}
.form-control * {
    -webkit-appearance: none;
    -moz-appearance: none;
}
.form-control .label {
    position: absolute;
    transform: translate(0%, -50%);
    top: 50%;
    left: 30px;
    transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -webkit-transition: all ease 0.4s;
    font-size: 1.2em;
    z-index: 8;
    opacity: 0.5;
}
.form-comments.form-control .label{
	top: 35%;
}
.form-control input, .form-control select, .form-control textarea {
    width: 100%;
    outline: none;
    border: none;
    height: 100%;
    background: transparent;
    padding-left: 20px;
    font-size: 1.4em;
    position: relative;
    z-index: 9;
    opacity: 0.5;
    resize: none;
}
.btn-box button {
    border-radius: 5px;
    font-size: 1.2em;
    font-weight: 500;
    text-transform: uppercase;
	border:0;
    background: #0f42b9;
    color: #fff;
    cursor: pointer;
    outline: none;
    display: inline-block;
	padding: 15px 40px;
    margin: 20px 0;
}
.btn-box button:hover,span.close:hover{
	  background: #00227e;
}		
.btn-box{
	border: none;
    text-align: center;
    margin-bottom: 40px;	
}
.form-control textarea {
    font-family:"Zoho_Puvi_Regular";
}
.active-row.form-control::before {
        border-top-color: #0f42b9;
    border-right-color: #0f42b9;
    transition: width 0.15s ease-out, height 0.15s ease-out 0.15s;
    width: 100%;
    height: 100%;
}
.active-row.form-control::after {
    border-bottom-color: #0f42b9;
    border-left-color: #0f42b9;
    transition: border-color 0s ease-out 0.3s, width 0.15s ease-out 0.3s, height 0.15s ease-out 0.45s;
    width: 100%;
    height: 100%;
}
.form-control.active-row .label {
    top: 0;
    background: #fff;
    padding: 0 6px;
    left: 15px;
    font-size: 1em;
    opacity: 1;
}
.uscountry.form-control {
    height: auto;
}
.uscountry select#contact_country, .uscountry select#COBJCF3 {
    height: 60px;
    border-bottom: 1px solid #f2f2f2;
}
.uscountry select#country_state,.uscountry select#ukcountry_region {
    height: 60px;
}
.partner-success-msg {
  position: fixed;
  inset: 0;
  z-index: 10000000;
  background: rgba(2, 8, 24, 0.58);
  display: none;
}
.partner-success-msg .success-msg-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
/*
  max-width: 500px;
  width: calc(100% - 30px);
*/
  border-radius: 18px;
  background: linear-gradient(180deg, #051F65 0%, #0F42B9 100%);
  box-shadow: 0 26px 60px rgba(0, 0, 0, 0.45);
  padding: 90px 52px 52px;
  text-align: center;
  overflow: visible;
}
.partner-success-msg .success-msg-container::before {
  content: '';
  position: absolute;
  top: -58px;
  left: 50%;
  transform: translateX(-50%);
  width: 106px;
  height: 106px;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 25%, #1b8ef0 0%, #0d53bf 70%);
  border: 5px solid #083190;
  box-shadow: 0 8px 0 #04286e;
}
.partner-success-msg .success-msg-container .success-msg-close {
  position: absolute;
  top: 20px;
  right: 26px;
  border: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.75);
  font-size: 1em;
  font-family: 'Zoho_Puvi_Regular';
  line-height: 1;
  cursor: pointer;
  padding: 0;
}
.partner-success-msg .success-msg-container .success-msg-close:hover {
  color: #ffffff;
}
.partner-success-msg .success-msg-container .success-msg-icon {
  position: absolute;
  top: -58px;
  left: 50%;
  transform: translateX(-50%);
  width: 106px;
  height: 106px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.partner-success-msg .success-msg-container .success-msg-icon img {
  width: 58px;
  height: 59px;
  display: block;
}
.partner-success-msg .success-msg-container .success-msg-title {
  margin: 0 0 28px;
  color: #ffffff;
  font-size: 1.3em;
  font-family: 'Zoho_Puvi_Bold';
  line-height: 1.2;
}
.partner-success-msg .success-msg-container p {
  margin: 0;
  background: #0055e5;
  border-radius: 12px;
  padding: 34px 24px;
  color: #ffffff;
  font-size: 1.2em;
  line-height: 1.35;
}
h2.popup-title {
    text-align: center;
    font-weight: 500;
    font-size: 1.4em;
    margin: 0 0 15px 0;
    color: #ef1042;
}
.left-field {
    width: 48%;
    float: left;
    margin-right: 2%;
}
.left-field.state-province.rightmove{margin:0 0 0 2%;}
.right-field {
    width: 48%;
    float: left;
	margin-left:2%;
}		
.contact-dp{
	text-align: left;
    font-weight: 500;
    font-size: 1.2em;
    margin: 0 0 15px 0;
    color: #ef1042;
	display:inline-block;
	width:100%;
}		
.partnercaptcha-input.form-field{
	height:50px;
}		
p.privacy-policy {
    display: inline-block;
	color:#9da3ab;
	font-size:14px;
}
p.privacy-policy a{
	color:#0f42b9;
}
#meGDPRMessage, p.privacy-policy{
	display:inline-block;
	width: 100%;
	font-size:14px;
	margin:12px 0 0;
	line-height:1.6;
}
.partner-captchaWrap{
	margin:0 0 0 25px;
}
.captchareload{margin:5px;height: auto;}
/* captcha css	*/
.partner-captchagroup.form-group:after{display:none}		
.partnercaptcha-input,div.form-group .form-field{position:relative}
.partnercaptcha-input.form-field{margin:0}
.partnercaptcha-input{margin:0}		
.form-group.partner-captchagroup{margin:0 0 10px 0}		
#partnercaptchaerror{position:relative;top:-4px;line-height:1;left:14px;transition: all ease 0.3s;-moz-transition: all ease 0.3s;-webkit-transition: all ease 0.4s;
font-size: 1em;z-index: 8;opacity: 1;background: #fff;padding: 5px;color: red;display: none;}		
.partner-captchaWrap{position:relative;}
#PartnerCaptchaImage{text-align:center;padding:0 0;width:100%;overflow:hidden}
.PartnerCaptchaTxtField{display:block;box-sizing:border-box}
.partner-captchaWrap:after,.partner-captchaWrap:before,.partnercaptcha-input:after,.partnercaptcha-input:before{content:"";display:table;clear:both}
.partnercapcode{font-size:46px;display:block;-moz-user-select:none;-webkit-user-select:none;user-select:none;cursor:default;letter-spacing:1px;color:#ccc;font-family:'Roboto Slab',serif;font-weight:100;font-style:italic}
div.form-group input.CaptchaReloadBtn{background:url(../images/captcha-reload.svg) left top no-repeat;background-size:100%;width:22px;height:22px;position:relative;left:7px;top:8px;border:0;outline:0;cursor:pointer;transition:all ease .5s;-webkit-transition:all ease .5s;-moz-transition:all ease .5s}.eval-popup div.form-group.zc-submitandreset-group{margin:5px 0 5px 0}		
.partner-captchagroup:after,.partner-captchagroup:before{content:"";display:table;clear:both}
.partner-captchagroup:after,.partner-captchagroup:before{content:"";display:table;clear:both}
.partner-captchaWrap{width:250px;float:left;margin:0 0 0 15px}.captchareload{width:8%;float:left;margin:0}
.partnercaptcha-input.form-field{width:42%;float:left;padding-right:2%}
div.form-group.group-half{width:49%;float:left;clear:none}.form-row>.group-half:first-child{padding-right:1%}.form-row>.group-half:last-child{padding-left:1%}
.partner-captchaWrap{width:250px;float:left;margin:0 0 0 15px}.captchareload{width:8%;float:left;margin:0}
.partnercaptcha-input.form-field{width:42%;float:left;padding-right:2%}	
.zsiq_floatmain{
  display: none !important;
}
/* Responsive CSS */
@media (max-width: 1550px) {
    .container {
        max-width: 1200px !important;
    }
}
@media only screen and (min-width: 1500px) {
   .rpd-title{
    margin: 0 0 12px;
   }
}
@media only screen and (max-width: 1450px) {
	.container{width:94%;}
}
@media (max-width: 1250px) {
    .container {
        width: 90% !important;
    }
}
@media only screen and (max-width: 1200px) {
    #commonHeader {
        display: none;
    }
}
@media (max-width: 1100px) {
.rpd-thumb iframe{
  transform: scale(1.3);
}
}
@media only screen and (max-width:1025px){
	#header-mainsec .headerinner{position:fixed;}
	.hide-br br{
		display:none;
	}
	h2{
		line-height:1.4;
	}
	.abheader .prdLogo img, .abheader .prdLogo.newcodelogo svg{width:170px;margin:7px 0 0 0;bottom:0;}
  .partners-nav-hamburger {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 36px;
    height: 36px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 4px;
    flex-shrink: 0;
  }
  .partners-nav-hamburger span {
    display: block;
    width: 22px;
    height: 2px;
    background: #fff;
    border-radius: 2px;
    transition: transform 0.25s, opacity 0.25s;
    transform-origin: center;
  }
  .partners-nav--open .partners-nav-hamburger span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }
  .partners-nav--open .partners-nav-hamburger span:nth-child(2) {
    opacity: 0;
  }
  .partners-nav--open .partners-nav-hamburger span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }
  .partners-nav-links {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 56px;
    right: 30px;
    width:50%;
    background: #ffffff;
    gap: 0;
    padding: 8px 0;
    border-top: 1px solid #5267B2;
    box-shadow: 0 6px 16px rgba(0,0,0,0.18);
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-8px);
    transition: opacity 0.22s ease, transform 0.22s ease, visibility 0.22s;
  }
  .partners-nav--open .partners-nav-links {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  .partners-nav-link {
    padding: 14px 24px;
    border-bottom: 1px solid rgb(0 0 0 / 8%);
    width: 85%;
    color: #000;
  }
  .partners-nav-link:last-child {
    border-bottom: none;
  }
}
@media (max-width: 998px) {
  .pick-program ul li {
    width: calc(70% - 12px);
  }
    .partner-cta-links {
        width: 100%;
    }
    .growth-rates-content {
    width: 100%;
    }
    .partners-hero-bottom{
        margin-top: -70px;
    }
    .partners-hero-sub{
        font-size: 1.1em;
    }
}
@media only screen and (max-width:992px){
	h1{
		font-size:26px;
		margin: 0px 0 20px;
	}
	p{
		font-size:15px;
	}
	.hide-mobile-img{
		display:none;
	}
	.show-mobile-img{
		display:block;
	}
	.img-box {
		margin: 0 0 30px 0;
		text-align:center;
	}
	.img-box img {
		width: 60%;
	}
	img.alliance-image{
		width:75%;
	}
  .outer-desk { display: none; }
  .rpd-outer { height: auto; }
  .rpd-resp  { display: block; }
  .rpd-title{
    margin-bottom: 25px;
  }
  .rpd-resp-header {
    text-align: center;
    margin-bottom: 28px;
  }
  .rpd-resp-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
  }
  .rpd-resp-grid .rpd-thumb {
    flex: 1 1 calc(50% - 6px);
    max-width: calc(50% - 6px);
  }
  .rp-duplicate .video-thumb{
    height: 600px;
  }
  .rpd-thumb iframe{
    transform: scale(1.3);
    margin-top: -26px;
  }
  .rp-resp-grid .rp-thumb {
    flex: 1 1 calc(50% - 6px);
    max-width: calc(50% - 6px);
    aspect-ratio: 4 / 3;
  }
}	
@media only screen and (max-width: 952px) {
  .rpd-thumb iframe{
    transform: scale(1.2);
  }
}
@media only screen and (max-width:768px){
 .growth-sec{
    background: linear-gradient(to bottom, #000 60%, #0045d3 60%);
  }
   .partner-success-msg .success-msg-container {
    width: 80%;
    padding: 70px 28px 28px;
    border-radius: 14px;
  }
  .partner-success-msg .success-msg-container::before {
    width: 82px;
    height: 82px;
    top: -44px;
  }
  .partner-success-msg .success-msg-container .success-msg-close {
    top: 14px;
    right: 18px;
  }
  .partner-success-msg .success-msg-container .success-msg-icon {
    width: 82px;
    height: 82px;
    top: -44px;
  }
  .partner-success-msg .success-msg-container .success-msg-icon img {
    width: 46px;
    height: auto;
  }
  .partner-success-msg .success-msg-container .success-msg-title {
    font-size: 1.55em;
    margin-bottom: 18px;
  }
  .partner-success-msg .success-msg-container p {
    font-size: 1.2em;
    padding: 22px 18px;
  }
  .partners-hero-title {
    font-size: clamp(2em, 10vw, 3.5em);
  }
  .partners-hero-sub {
    font-size: 1em;
  }
  .partners-hero-bottom p br {
    display: none;
  }
  .become-partner .rows {
        display: block;
    }
    .become-partner .cols-4,
    .become-partner .cols-8 {
        float: none;
        width: 100%;
        padding: 0;
    }
    .left-become-partner {
        position: static;
    }
    .left-become-partner img {
        width: 50%;
        display: block;
        margin: 0 auto 20px;
    }
    .partner-cta-links {
        width: auto;
    }
    .growth-rates-content {
        flex-direction: column;
        gap: 40px;
        padding: 40px 20px;
        align-items: center;
    }
    .growth-sec {
        padding: 40px 0 0;
    }
    .growth-sec h2 {
        font-size: 2em;
    }
    .partners-hero-overlay{
        top: 13%;
    }
	.become-partner h2 br{
		display:none;
	}
  .partner-testimonials .container {
        padding: 0 20px;
    }
    .partner-testimonials .rows {
        display: flex;
        flex-direction: column;
        margin: 0;
    }
    .partner-testimonials .cols-3,
    .partner-testimonials .cols-6,
    .partner-testimonials .cols-12 {
        width: 100%;
        padding: 0;
        float: none;
    }
     .partner-testimonials .cols-6{
      margin: 20px auto 0;
      width: 90%;
      max-width: 600px;
     }
    .partner-testimonials h2 {
        font-size: 1.5em;
        text-align: center;
        margin: 0 0 30px;
    }
    .partner-testimonials .cols-3:first-of-type {
        order: 1;
        text-align: center;
        margin-bottom: 20px;
    }
    .partner-testimonials .cols-3:first-of-type img {
      max-width: 180px;
      margin: 0 auto;
    }
    .partner-testimonials .cols-6 {
        order: 2;
    }
    .partner-testimonials-content {
        margin-bottom: 30px;
    }
    .partner-testimonials-content p {
        text-align: center;
        line-height: 1.7;
        padding: 0 10px;
    }
    .desktop-author { display: none !important; }
    .mobile-author  { display: block; width: 70%;
    margin: 0 auto;}
.mobile-author-row {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 16px;
        margin-top: 20px;
    }
    .mobile-author-img {
        position: relative;
        flex: 0 0 80px;
        width: 80px;
        height: 80px;
    }
    .mob-slide {
        display: none;
    }
    .mob-slide.mob-active {
        display: block;
    }
    .mob-img-slides img {
        object-fit: cover;
        display: block;
        position: relative;
        margin-top: -10px;
    }
    .mobile-author-img .play-button {
        position: absolute;
        bottom: 0;
        right: 0;
        width: 28px;
        height: 28px;
        z-index: 3;
    }
    .mobile-author-img .play-button::after {
        border-left: 8px solid #0045D3;
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent;
        margin-left: 2px;
    }
    .mobile-author-info {
        flex: 1;
    }
    .mobile-author-info h3 {
        font-family: 'Zoho_Puvi_SemiBold';
        color: #fff;
        margin: 0;
    }
    .mobile-author-info p {
        color: rgba(255,255,255,0.85);
        margin: 5px 0 0;
    }
    .mobile-divider {
        border-top: 1px solid rgba(255,255,255,0.3);
        margin: 16px 0;
    }
    .mobile-thumbs {
        display: flex;
        align-items: center;
        gap: 8px;
        flex-wrap: wrap;
        justify-content: center;
    }
    .mobile-thumbs .cols-2 {
        flex: 0 0 auto;
        width: auto;
        padding: 0;
      position: relative;
      border-radius: 50%;
    }
    .mobile-thumbs .cols-2 img {
        width: 44px;
        height: 44px;
        border-radius: 50%;
        border: 3px solid transparent;
        opacity: 0.5;
        filter: grayscale(60%);
        cursor: pointer;
        display: block;
        transition: border-color 0.3s, opacity 0.3s, transform 0.3s, filter 0.3s;
    }
      .mobile-thumbs .cols-2::after {
        content: '';
        position: absolute;
        inset: -4px;
        border-radius: 50%;
        pointer-events: none;
        opacity: 0;
        --thumb-timer-angle: 0deg;
        background: conic-gradient(
          #FFCE45 0deg,
          #FFCE45 var(--thumb-timer-angle),
          rgba(255, 206, 69, 0.25) var(--thumb-timer-angle),
          rgba(255, 206, 69, 0.25) 360deg
        );
        -webkit-mask: radial-gradient(farthest-side, transparent calc(100% - 3px), #000 calc(100% - 2px));
        mask: radial-gradient(farthest-side, transparent calc(100% - 3px), #000 calc(100% - 2px));
      }
    .mobile-thumbs .cols-2.is-active img {
        opacity: 1;
        filter: none;
        transform: scale(1.12);
    }
      .mobile-thumbs .cols-2.is-active::after {
        opacity: 1;
        animation: thumb-ring-progress var(--thumb-timer-duration) linear forwards;
      }
    .partner-testimonials .quotes-2 {
        order: 3;
        text-align: left;
        margin-top: 30px;
    }
    .partner-testimonials .quotes-2 img {
      max-width: 180px;
      margin: 0 auto;
    }
     .partner-testimonials .cols-3 img{
      max-width: 130px;
      height: auto;
     }
}
@media (max-width: 730px) {
.rp-duplicate .video-thumb{
  height: 400px;
}
.rpd-thumb iframe{
  transform: scale(1.4);
}
}
@media only screen and (max-width:650px){
	h1{
		margin-bottom:20px;
		line-height:1.4;
	}
	.img-box img {
		width: 80%;
	}
	img.alliance-image{
		width:100%;
	}
	.alliance-img-sec li{
		width:50%;
		text-align:center;
	}
	.right-field,.left-field{
		width: 100%;
		float:none;
		margin-left:0;
		margin-right: 0;
	}
	.partner-captchaWrap{
		margin:20px 0 0 25px;
	}
	.captchareload{
		margin:15px 0 0 120px;
	}
	.partnercaptcha-input.form-field{width:100%};
	.partner-captchaWrap{width:90%;margin:15px 0 0 0}
	.left-field.state-province.rightmove{margin:0 0 20px;}
  .partner-btns{display:flex;align-items:center;justify-content:center;flex-wrap: wrap;}
	.partner-btns li{width:48%;margin:0 auto 15px;} 
	.partner-btns li a{display:block;text-align:center;}
	.partner-btns li:last-child{margin-bottom:0;}
  .mobile-author { width: 100%; }
}
@media (max-width: 640px) {
     .accordion-header {
     padding: 18px 20px;
    }
    .accordion-content-inner {
    padding: 0 20px 18px 20px;
    }
    .partners-hero-overlay{
    position: static;
    margin: 0 0 5px;
    }
}
@media (max-width: 600px) {
   .partners-nav-links {
    width: calc(100% - 48px);
  }
  .pick-program ul li {
    width: 100%;
  }
  .become-partner,
  .become-partner h2 ,
  .become-partner p,
  .become-partner .right-become-partner {
    text-align: center;
  }
  .partner-cta-wrap {
    justify-content: center;
  }
  .partner-cta-links {
    justify-content: center;
  }
  .partners-hero-bottom{
    margin-top: -55px;
  }
  .rp-duplicate .video-thumb{
    height: 250px;
  }
    .partner-testimonials {
        padding: 40px 0 !important;
    }
    .partner-testimonials h2 {
        font-size: 1.3em;
        margin: 0 0 25px;
    }
    .partner-testimonials-content p {
        padding: 0 5px;
    }
    .author-slider {
        max-width: 150px;
    }
    .play-button {
        width: 42px;
        height: 42px;
    }
    .play-button::after {
        border-left: 12px solid #0045D3;
        border-top: 8px solid transparent;
        border-bottom: 8px solid transparent;
    }
    .me-sales .cols-2 img {
        width: 48px;
        height: 48px;
    }
    .partner-testimonials-details .me-sales {
        gap: 10px;
    }
    .partner-testimonials .cols-3:first-of-type img,
    .partner-testimonials .quotes-2 img {
      max-width: 130px;
    }
}
@media only screen and (max-width: 550px) {
  .rp-duplicate { padding: 48px 16px 56px; }
  .rpd-resp-grid .rpd-thumb {
    flex: 1 1 100%;
    max-width: 100%;
  }
  .rpd-resp-grid .rpd-thumb.video-thumb {
    flex: 1 1 calc(50% - 6px);
    max-width: calc(50% - 6px);
  }
}
@media only screen and (max-width:490px){
	.partner-btns{flex-direction: column;}	
	.partner-btns li{width:100%;} 
	.partner-btns li a{padding:12px 30px;}
}
@media (max-width: 480px) {
    .partner-contact-bar {
        padding: 18px 16px;
    }
}
