.playback_main h2 {
  color: #fff;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 48px */
  letter-spacing: -1.2px;
}

.playback_main h3 {
  color: #fff;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 38.4px */
  letter-spacing: -0.96px;
}

.playback_main {
  background: #040f27;
}

.playback_main_bg {
  position: relative;
  background: #040f27;
}
.playback_main_bg::after,
.playback_main_bg::before {
  content: "";
  position: absolute;
  background-color: #331464cc;
  filter: blur(62px);
}

.playback_main_bg::after {
  right: 0;
  top: 0;
  width: 560px;
  height: 470px;
}
.playback_main_bg::before {
  left: 0;
  top: 200px;
  width: 360px;
  height: 370px;
}

.playback_main .video_fold {
  padding: 200px 0 34px;
  position: relative;
  z-index: 1;
}
.playback_main .video_fold img {
  margin-bottom: 40px;
}

.playback_main .video_fold .videoBox  iframe {
    width: 100%;
    height: 595px;
    border-radius: 8px;
}

.playback_main .video_fold .videoBox {
    padding: 0 0 40px;
}

.playback_main .video_fold .back_btn {
  color: #c1c7d0;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 18px */
}

.playback_main .video_fold h3 {
  margin: 4px 0 16px;
}

.playback_main .video_fold .video_details {
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.playback_main .video_fold .video_details p {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 16.8px */
  letter-spacing: -0.42px;
  margin: 0;
}
.playback_main .video_fold .video_details .social_icons {
  display: flex;
  align-items: center;
  gap: 16px;
}

.playback_main .video_fold .video_details .social_icons a {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 16.8px */
  letter-spacing: -0.42px;
}


.playback_main .video_fold p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  letter-spacing: -0.16px;
  margin-top: 24px;
}

.playback_main .video_fold p b,
.playback_main .video_fold p strong{
  color: inherit;
  font-size: inherit;
}
.playback_main .video_fold strong{
  color: rgba(255, 255, 255, 0.9);
  font-size: 16px;
  line-height: 150%; /* 24px */
  letter-spacing: -0.16px;
}


.playback_main .video_fold ol,
.playback_main .video_fold ul{
  padding-left: 16px;
}
.playback_main .video_fold ol li,
.playback_main .video_fold ul li
{
  color: rgba(255, 255, 255, 0.9);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}

.playback_main .video_fold ol li a,
.playback_main .video_fold ul li a{
  color:#3ea6ff;
  font-size: 16px;
  font-weight: 400;
}

.playback_main .video_fold .read_more_btn {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: #6d75de;
  letter-spacing: inherit;
}

.playback_main .recommended_videos_sec {
  padding: 30px 0 80px;
}

.recommended_videos_wrap {
  display: flex;
  gap: 16px;
  /* align-items: center; */
  /* justify-content: space-between; */
  flex-wrap: wrap;
  margin-top: 8px;
}

.recommended_videos_wrap .recommended_videos_card {
  width: calc(33% - 10px);
  margin-top: 24px;
}

.recommended_videos_wrap .recommended_videos_card .video_name p {
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 28px */
  letter-spacing: -0.2px;
  margin: 16px 0;
}

.recommended_videos_wrap .recommended_videos_card .video_upload_date p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 14px */
  letter-spacing: -0.42px;
  margin: 0;
}

.video_portal_sec {
  padding: 200px 0 80px;
  position: relative;
  z-index: 1;
}

.video_portal_sec .video_portal_header_txt {
  margin-bottom: 40px;
  max-width: 755px;
}

.video_portal_sec .video_portal_header_txt p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  letter-spacing: -0.16px;
  margin: 20px 0 0;
}

.video_portal_sec .nav-tabs > li {
  border-radius: 4px;
  border: 0.5px solid rgba(193, 199, 208, 0.6);
  margin-right: 10px;
}

.video_portal_sec .nav-tabs > li:hover,
.video_portal_sec .nav-tabs > li:active {
  border-radius: 4px;
  background: #fff;
  border: 0.5px solid rgba(193, 199, 208, 0.6);
  color: #091e42;
}
.video_portal_sec .nav-tabs > li.active > a,
.video_portal_sec .nav-tabs > li.active > a:focus,
.video_portal_sec .nav-tabs > li.active > a:hover,
.video_portal_sec .nav-tabs > li:hover a,
.video_portal_sec .nav-tabs > li:active a {
  color: #091e42 !important;
  background: #fff;
  border-radius: 4px;
  border: 0.5px solid rgba(193, 199, 208, 0.6);
}

.video_portal_sec .nav-tabs > li a {
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 16px */
  letter-spacing: -0.48px;
  margin-right: 0;
  border-radius: 0;
  border: none;
}

.video_portal_sec .nav-tabs {
  border: none;
}

/* Agency Partnership Program LP | Begins */

.primaryBtn:focus{
  color: #fff;
}
.primaryBtn_outline:focus{
  color: #2f39bf;
}

/* Hero Fold | Begins */

.platform-demo.agency_partnership_prog
  .newVidWithFeatsSec
  .newVidMainWrap
  .newVidLeftWrap
  h1 {
  color: #fcfcfc;
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 76.8px */
  letter-spacing: -1.92px;
}
.platform-demo.agency_partnership_prog .newVidWithFeatsSec p {
  color: #f4f5f7;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 30px */
  letter-spacing: -0.2px;
  margin: 24px 0 32px;
}
.platform-demo.agency_partnership_prog .newVidWithFeatsSec span {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
}

.platform-demo.agency_partnership_prog
  .newVidWithFeatsSec
  .newVidMainWrap
  .newVidLeftWrap {
  width: 63%;
  padding-right: 50px;
}

.contactSalesPg.agency_partnership_prog .newVidWithFeatsSec .newVidMainWrap {
  align-items: center;
}
/* Hero Fold  | Ends */
/* Hero Fold Form| Begins */

.agency_partnership_prog .newVidWithFeatsSec .formOuterWrap {
  border-radius: 10px;
  background: #fff;
}
.platform-demo
  .newVidWithFeatsSec
  .formInnerWrap
  .form-group.web_hosting_budget {
  width: 100%;
}
.agency_partnership_prog .web_hosting_budget {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* position: relative; */
}

.web_hosting_budget_wrapper {
  width: 100%;
}

.contactSalesPg.agency_partnership_prog
  .newVidWithFeatsSec
  .formWrap
  .web_hosting_budget
  label.radio-inline {
  min-width: 85px;
  height: 48px;
  border-radius: 4px;
  border: 1px solid rgba(66, 82, 110, 0.2);
  color: rgba(66, 82, 110, 0.7);
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 48px;
  letter-spacing: -0.7px;
  padding: 0px 12px;
  margin: 0 !important;
}

.agency_partnership_prog .web_hosting_budget input,
.contactSalesPg.agency_partnership_prog
  .newVidWithFeatsSec
  .formWrap
  .web_hosting_budget
  label:hover {
  cursor: pointer;
}

.platform-demo.agency_partnership_prog .newVidWithFeatsSec .formWrap .form-group label{
  text-transform: initial;
}

.agency_partnership_prog .web_hosting_budget div {
  position: relative;
}
.agency_partnership_prog .web_hosting_budget input {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  opacity: 0;
  margin: 0;
}

.contactSalesPg.agency_partnership_prog
  .newVidWithFeatsSec
  .formWrap
  .web_hosting_budget
  input[type="radio"]:checked
  + label {
  color: #2f39bf;
  border: 1px solid #2f39bf;
  background: #f9f9fd;
}
/* Hero Fold Form | Ends */

/* features cards Sec | Begins  */

.agency_partnership_prog .featuredCard .headerText {
  max-width: 700px;
  margin: 0 auto;
}

.agency_partnership_prog .featuredCard .headerText h2 {
  color: #091e42;
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 48px */
  letter-spacing: -1.2px;
  margin-bottom: 16px;
}
.agency_partnership_prog .featuredCard .headerText p {
  color: #253858;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  letter-spacing: -0.16px;
  margin: 0;
}

/* features cards Sec | Ends  */
.agency_partnership_prog .partners_sec {
  padding: 48px 0;
}
.agency_partnership_prog .partners_sec .headerText {
}
.agency_partnership_prog .partners_sec .headerText h4 {
  color: #253858;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 28.8px */
  letter-spacing: -0.72px;
  margin-bottom: 40px;
}

.agency_partnership_prog .partners_sec .headerText h4 .highlighted_text {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  border-radius: 5px;
  background: linear-gradient(
    89deg,
    rgba(255, 255, 255, 0) -5.07%,
    rgba(255, 181, 181, 0.39) 30.61%,
    rgba(231, 178, 236, 0) 109.47%
  );
}

.agency_partnership_prog .partners_sec .partners_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 888px;
  margin: 0 auto;
}

/* table Section | Begins */

.agency_partnership_prog .supp_scp_tbl_sec{
  padding:100px 0 ;
}

.agency_partnership_prog .supp_scp_tbl_sec .headerText{
  max-width: 680px;
  margin: 0 auto 94px;
}

.agency_partnership_prog .supp_scp_tbl_sec .headerText h2 {
  color: #091e42;
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 48px */
  letter-spacing: -1.2px;
  margin-bottom: 16px;
}

.agency_partnership_prog .supp_scp_tbl_sec .headerText p {
  color: #253858;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  letter-spacing: -0.16px;
  margin-bottom: 0;
}




.agency_partnership_prog .supp_scp_tbl_wrap .table tbody .cutom_tbl_heading {
  border: none;
}

.agency_partnership_prog .supp_scp_tbl_wrap .table tbody th .btn {
  margin: 0 auto;
}

.agency_partnership_prog
  .supp_scp_tbl_wrap
  .table
  > thead
  > tr
  > th:nth-of-type(4) {
  border-radius: 0;
}

.agency_partnership_prog.agency_partnership_prog_main .supp_scp_tbl_wrap .table .sticky_cta > th:nth-child(2),
.agency_partnership_prog.agency_partnership_prog_main .supp_scp_tbl_wrap .table .sticky_cta > th:nth-child(3),
.agency_partnership_prog.agency_partnership_prog_main .supp_scp_tbl_wrap .table .sticky_cta > th:nth-child(4),
.agency_partnership_prog.agency_partnership_prog_main .supp_scp_tbl_wrap .table .sticky_cta > th:nth-child(5),
.agency_partnership_prog.agency_partnership_prog_main .supp_scp_tbl_wrap .table > thead > tr > th:nth-child(2),
.agency_partnership_prog.agency_partnership_prog_main .supp_scp_tbl_wrap .table > thead > tr > th:nth-child(3),
.agency_partnership_prog.agency_partnership_prog_main .supp_scp_tbl_wrap .table > thead > tr > th:nth-child(4),
.agency_partnership_prog.agency_partnership_prog_main .supp_scp_tbl_wrap .table > thead > tr > th:nth-child(5) {
  width: 18% !important;
}

.agency_partnership_prog.agency_partnership_prog_main .ppcNavBar .ppc-nav-cta a{
  border-radius: 4px;
    background: #FFF !important;
    border: 1px solid #fff !important;
    display: flex;
    padding: 8px 16px;
    justify-content: center;
    align-items: flex-start;
    gap: 8px;
    border-color: #fff !important;
}

.supp_scp_tbl_wrap tbody tr td:first-child{
  width: unset;
}

.agency_partnership_prog .supp_scp_tbl_wrap .table tbody .new-tag{
  border-radius: 14.909px;
    background: var(--Gradient-2, linear-gradient(129deg, #705AFE -9.82%, #CA7CFB 107.85%));
    font-size: 10px;
    font-weight: 500;
    color: #fff;
    padding: 2px 8px;
    width: fit-content;
    margin-left: 4px;
}

.agency_partnership_prog .supp_scp_tbl_wrap .table tbody .new-tag-wrap{
 display: flex;
 align-items: center;
}

.platform-demo.agency_partnership_prog .newVidWithFeatsSec .agency-g2-badges{
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: flex-start;
  margin-top: 32px;
}

.agency_partnership_prog .supp_scp_tbl_wrap .spacing,
.agency_partnership_prog .supp_scp_tbl_wrap .thead_spacing {
  width: 355px;
}

.agency_partnership_prog
  .supp_scp_tbl_wrap
  .table
  > thead
  > tr
  > th:nth-of-type(5) {
  background-color: #5961cc;
  color: #f4f5f7;
  border-radius: 0 10px 0 0;
  width: 18%;
}


.agency_partnership_prog .supp_scp_tbl_sec .note p{
  color: #5E6C84;
text-align: center;
font-size: 14px;
font-style: italic;
font-weight: 400;
line-height: 150%; /* 21px */
letter-spacing: -0.28px;
margin: 24px auto;
max-width: 840px;
}

.agency_partnership_prog .supp_scp_tbl_sec .pricingCtaContainer{
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 4px;
border: 1px solid #DFE1E6;
background:  #FFF;
padding: 24px 50px;
}

.agency_partnership_prog .supp_scp_tbl_sec .pricingCtaContainer h3{
  color:  #253858;
text-align: center;
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: 150%; /* 24px */
letter-spacing: -0.48px;
}
/* table Section | Ends */



/* migration fold  */

.agency_partnership_prog .ctaMigrationSec .migrateWrapper{
  flex-direction: row-reverse;
  gap: 0;
}
.agency_partnership_prog .ctaMigrationSec .migrate_image{
  margin-top: 0 !important;
}
.agency_partnership_prog .ctaMigrationSec .migrate_content{
  padding: 125px 0 !important;
}
/* last fold  */

.agency_partnership_prog .affliatec_cta_fold{
  padding: 80px 0;
}


.agency_partnership_prog .affliatec_cta_fold .affliatec_cta_fold_wrapper{
  max-width: 760px;
  margin: 0 auto;

}
.agency_partnership_prog .agency_os.php_uplifting .affliatec_cta_fold h2{
  color:#FFF;
text-align: center;
font-size: 40px;
font-style: normal;
font-weight: 600;
line-height: 120%; /* 48px */
letter-spacing: -1.2px;
margin: 0;
}
.agency_partnership_prog .agency_os.php_uplifting .affliatec_cta_fold p{
  color: #F4F5F7;
text-align: center;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 150%; /* 30px */
letter-spacing: -0.2px;
margin: 12px auto 28px;
max-width: 100%;

}

.agency_partnership_prog .agency_os.php_uplifting .affliatec_cta_fold .btn{
  margin: 0 auto;
}
.agency_partnership_prog .ctaMigrationSec .migrate_content a{
  background-color: #fff;
    color: #091e42;
}
.agency_partnership_prog .ctaMigrationSec .migrate_content a:hover{
  background-color: #dfe1e6;
  color: #091e42;
}
.agency_partnership_prog #glb-nfaq-wrap.globle_faq{
background: #fff;
}
.agency_partnership_prog .ctaMigrationSec .migrateWrapper img{


max-width: 760px;
max-height: 400px;
}
@media (max-width: 1200px) {
  .platform-demo.agency_partnership_prog .newVidWithFeatsSec .newVidMainWrap .newVidLeftWrap{
      width: 100%;
      padding: 0px;
      margin-bottom: 60px;
  }
  .contactUpliftPage.platform-demo.agency_partnership_prog .newVidWithFeatsSec {
    padding: 200px 0px 100px;
}
}

@media (max-width: 992px) {
.platform-demo.agency_partnership_prog .newVidWithFeatsSec .newVidMainWrap .newVidLeftWrap h1{
  font-size: 40px;
}
.platform-demo.agency_partnership_prog .newVidWithFeatsSec p{
  font-size: 16px;
  margin-bottom: 24px;
}
.agency_partnership_prog .agency_os.php_uplifting .affliatec_cta_fold h2,
.agency_partnership_prog .supp_scp_tbl_sec .headerText h2,
.agency_partnership_prog .featuredCard .headerText h2{
  font-size: 32px;
}
.agency_partnership_prog .ctaMigrationSec .migrateWrapper{
  flex-direction: column-reverse !important;
}
.agency_partnership_prog .ctaMigrationSec .migrate_content{
  padding: 80px 0 0 0 !important;
}
}

@media (max-width: 767px) {
  .platform-demo.agency_partnership_prog .newVidWithFeatsSec .newVidMainWrap .newVidLeftWrap h1 {
      font-size: 32px;
  }
  .platform-demo.agency_partnership_prog .newVidWithFeatsSec p{
    font-size: 14px;

  }
  .platform-demo.agency_partnership_prog .newVidWithFeatsSec span{
    font-size: 12px;
  }
  .agency_partnership_prog .web_hosting_budget{
    flex-direction: column;
  }
  .agency_partnership_prog .web_hosting_budget div{
    width: 100%;
    margin-bottom: 12px;
  }

  .agency_partnership_prog .web_hosting_budget div:last-child{
    margin-bottom: 0;
  }
  .agency_partnership_prog .agency_os.php_uplifting .affliatec_cta_fold h2,
  .agency_partnership_prog .supp_scp_tbl_sec .headerText h2,
  .agency_partnership_prog .featuredCard .headerText h2{
    font-size: 24px;
  }
  .agency_partnership_prog .agency_os.php_uplifting .affliatec_cta_fold p{
    font-size: 16px;
  }

  .agency_partnership_prog .supp_scp_tbl_sec .pricingCtaContainer{
    flex-direction: column;
  }
  .agency_partnership_prog .supp_scp_tbl_sec .pricingCtaContainer .priHeroCtaBtn{
    margin-top: 24px;
  }
 
}
@media (max-width: 676px) {
.agency_partnership_prog .partners_sec .partners_wrapper{
flex-direction: column;
}

.agency_partnership_prog .partners_sec .partners_wrapper img{
  margin-bottom: 20px;
}
}
/* Agency Partnership Program LP | Ends */
