/**
 * @tableofcontents
 *
 * 1. Banner
 * 2. About Program
 * 3. Features With Illustration
 * 4. Agency Tier Table Section
 * 5. Agency Partnership Guid Section
 * 6. Agency Resources Page
 * 7. Agency Partnership Page Revamp
 * 8. Agency Partnership Page Table Sticky Header
 *
 */
h2 {
  font-size: 30px;
  color: #0a1e43;
  margin: 0 0 15px;
  font-weight: 800;
}
h2 + p {
  font-weight: 400;
  font-size: 18px;
  color: #42526e;
}
h2 + p b {
  color: inherit;
  font-size: inherit;
  font-weight: 700;
}

.mainWrap {
  display: flex;
  align-items: center;
}
.mainWrap .txtBox {
  flex: 4;
}
.mainWrap .imgBox {
  flex: 5;
}
.mainWrap .imgBox img {
  margin: 0 0 0 auto;
}

.rowReverse .mainWrap {
  flex-direction: row-reverse;
}
.rowReverse .mainWrap .imgBox img {
  margin: 0 auto 0 0;
}

.bgDark {
  background: #f8f9fb !important;
}

.bgLight {
  background: #ffffff !important;
}

/* @Section 1. Banner */
.agencyPartnerBnrSec {
  background: linear-gradient(259.15deg, #0a1f76 -13.64%, #1728d0 68.04%);
  padding: 200px 0 80px;
}
.agencyPartnerBnrSec .txtBox {
  padding-right: 50px;
  flex: 1;
}
.agencyPartnerBnrSec .txtBox .agncy_prtnr_bnrTag {
  color: #0e134f;
  background: #fbd808;
  border-radius: 50px;
  font-size: 11px;
  font-weight: 700;
  display: inline-block;
  padding: 6px 15px;
  margin-bottom: 15px;
}
.agencyPartnerBnrSec .txtBox h1 {
  font-weight: 700;
  font-size: 54px;
  margin: 0 0 15px;
  color: #ffffff;
}
.agencyPartnerBnrSec .txtBox p {
  font-size: 20px;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 30px;
}
.agencyPartnerBnrSec .txtBox a.btn {
  margin-right: 8px;
  margin-bottom: 15px;
}
.agencyPartnerBnrSec .imgBox {
  flex: 1;
}

.agncy_prtnrStrp_sec {
  background: #0e134f;
  padding: 20px 0;
}
.agncy_prtnrStrp_sec .agncy_prtnrStrp_mainBox {
  display: flex;
  align-items: center;
}
.agncy_prtnrStrp_sec .agncy_prtnrStrp_mainBox .agncy_prtnrStrp_txtBox {
  flex: 2;
}
.agncy_prtnrStrp_sec .agncy_prtnrStrp_mainBox .agncy_prtnrStrp_txtBox h4 {
  color: #fff;
  font-size: 32px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 20px 0 0;
}
.agncy_prtnrStrp_sec .agncy_prtnrStrp_mainBox .agncy_prtnrStrp_txtBox p {
  color: #fff;
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}
.agncy_prtnrStrp_sec .agncy_prtnrStrp_mainBox .agncy_prtnrStrp_ctaBox {
  flex: 1;
  text-align: right;
}

body.modal-open {
  padding: 0 !important;
}

.agencyPartnerModalWrap {
  padding: 0;
}
.agencyPartnerModalWrap .modal-dialog {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: auto;
  transform: translateY(-50%) !important;
}
.agencyPartnerModalWrap .modal-dialog .modal-content {
  border: 0;
  box-shadow: 0 5px 40px rgba(0, 0, 0, 0.2);
  border-radius: 8px !important;
}
.agencyPartnerModalWrap .modal-dialog .modal-header {
  padding: 20px;
  position: relative;
  border: 0;
  box-shadow: none;
}
.agencyPartnerModalWrap .modal-dialog .modal-header .modal-title {
  font-size: 28px;
  font-weight: 700;
  color: #0a1e43;
  text-align: center;
}
.agencyPartnerModalWrap .modal-dialog .modal-header .close {
  position: absolute;
  right: 15px;
  top: 20px;
  font-size: 30px;
  color: rgba(10, 30, 67, 0.3);
  transition: all 0.3s ease-in-out;
  opacity: 1 !important;
}
.agencyPartnerModalWrap .modal-dialog .modal-header .close:hover {
  color: rgba(10, 30, 67, 0.8);
}
.agencyPartnerModalWrap .modal-dialog .modal-body {
  padding: 20px 40px 30px;
}
.agencyPartnerModalWrap .modal-dialog .modal-body .formWrap .formTxt {
  margin-bottom: 40px;
  max-height: 1000px;
  overflow: hidden;
}
.agencyPartnerModalWrap .modal-dialog .modal-body .formWrap .formTxt h2 {
  font-size: 36px;
}
.agencyPartnerModalWrap .modal-dialog .modal-body .formWrap form {
  max-height: 1000px;
  text-align: left;
  max-height: 1000px;
  overflow: hidden;
}
.agencyPartnerModalWrap .modal-dialog .modal-body .formWrap form .submitBtn {
  margin-bottom: 20px;
  min-width: 150px;
}
.agencyPartnerModalWrap .modal-dialog .modal-body .formWrap input:not(.btn),
.agencyPartnerModalWrap .modal-dialog .modal-body .formWrap select,
.agencyPartnerModalWrap .modal-dialog .modal-body .formWrap textarea {
  height: auto;
  padding: 10px 24px;
  box-shadow: none;
  border: 1px solid #eee;
  background-color: #fbfbfb;
  font-size: 16px;
  margin: 0 0 15px;
  color: rgba(0, 0, 0, 0.3);
  opacity: 1;
  font-weight: 500;
  border-radius: 6px !important;
  width: 100%;
  resize: none;
}
.agencyPartnerModalWrap .modal-dialog .modal-body .formWrap input:not(.btn)::-moz-placeholder, .agencyPartnerModalWrap .modal-dialog .modal-body .formWrap select::-moz-placeholder, .agencyPartnerModalWrap .modal-dialog .modal-body .formWrap textarea::-moz-placeholder {
  color: rgba(0, 0, 0, 0.3);
  font-weight: 400;
}
.agencyPartnerModalWrap .modal-dialog .modal-body .formWrap input:not(.btn):-moz-placeholder-shown, .agencyPartnerModalWrap .modal-dialog .modal-body .formWrap select:-moz-placeholder-shown, .agencyPartnerModalWrap .modal-dialog .modal-body .formWrap textarea:-moz-placeholder-shown {
  color: rgba(0, 0, 0, 0.3);
  font-weight: 400;
}
.agencyPartnerModalWrap .modal-dialog .modal-body .formWrap input:not(.btn)::placeholder, .agencyPartnerModalWrap .modal-dialog .modal-body .formWrap input:not(.btn):placeholder-shown, .agencyPartnerModalWrap .modal-dialog .modal-body .formWrap input:not(.btn):-moz-placeholder, .agencyPartnerModalWrap .modal-dialog .modal-body .formWrap input:not(.btn)::-moz-placeholder, .agencyPartnerModalWrap .modal-dialog .modal-body .formWrap input:not(.btn):-ms-input-placeholder, .agencyPartnerModalWrap .modal-dialog .modal-body .formWrap input:not(.btn)::-webkit-input-placeholder,
.agencyPartnerModalWrap .modal-dialog .modal-body .formWrap select::placeholder,
.agencyPartnerModalWrap .modal-dialog .modal-body .formWrap select:placeholder-shown,
.agencyPartnerModalWrap .modal-dialog .modal-body .formWrap select:-moz-placeholder,
.agencyPartnerModalWrap .modal-dialog .modal-body .formWrap select::-moz-placeholder,
.agencyPartnerModalWrap .modal-dialog .modal-body .formWrap select:-ms-input-placeholder,
.agencyPartnerModalWrap .modal-dialog .modal-body .formWrap select::-webkit-input-placeholder,
.agencyPartnerModalWrap .modal-dialog .modal-body .formWrap textarea::placeholder,
.agencyPartnerModalWrap .modal-dialog .modal-body .formWrap textarea:placeholder-shown,
.agencyPartnerModalWrap .modal-dialog .modal-body .formWrap textarea:-moz-placeholder,
.agencyPartnerModalWrap .modal-dialog .modal-body .formWrap textarea::-moz-placeholder,
.agencyPartnerModalWrap .modal-dialog .modal-body .formWrap textarea:-ms-input-placeholder,
.agencyPartnerModalWrap .modal-dialog .modal-body .formWrap textarea::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
  font-weight: 400;
}
.agencyPartnerModalWrap .modal-dialog .modal-body .formWrap input:not(.btn):focus,
.agencyPartnerModalWrap .modal-dialog .modal-body .formWrap select:focus,
.agencyPartnerModalWrap .modal-dialog .modal-body .formWrap textarea:focus {
  color: black;
  background-color: transparent;
  box-sizing: border-box;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.06) !important;
}
.agencyPartnerModalWrap .modal-dialog .modal-body .formWrap textarea {
  height: 150px;
}
.agencyPartnerModalWrap .modal-dialog .modal-body .formWrap label {
  font-size: 16px;
  font-weight: 500;
  color: #0a1e43;
  margin: 10px 0 5px 5px;
}
.agencyPartnerModalWrap .modal-dialog .modal-body .formWrap .thankWrap .icon i,
.agencyPartnerModalWrap .modal-dialog .modal-body .formWrap .thankWrap .icon img {
  font-size: 70px;
  line-height: 70px;
  color: #39dcb1;
}
.agencyPartnerModalWrap .modal-dialog .modal-body .formWrap .thankWrap h3 {
  font-weight: 700;
  font-size: 36px;
  color: #091e42;
  margin: 30px 0 10px;
}
.agencyPartnerModalWrap .modal-dialog .modal-body .formWrap .thankWrap p {
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  color: #42526e;
  margin-bottom: 30px;
}
.agencyPartnerModalWrap .modal-dialog .modal-body .formWrap.submitted form {
  max-height: 0;
  overflow: hidden;
}
.agencyPartnerModalWrap .modal-dialog .modal-body .formWrap.submitted .thankWrap {
  display: block;
  max-height: 1000px;
  margin-top: -60px;
}
.agencyPartnerModalWrap .modal-dialog .modal-body .formWrap.submitted .formTxt {
  max-height: 0;
}
.agencyPartnerModalWrap .modal-dialog .modal-body .formWrap .error,
.agencyPartnerModalWrap .modal-dialog .modal-body .formWrap .success {
  padding: 6px 15px;
  text-align: center;
  margin: 10px 0;
}
.agencyPartnerModalWrap .modal-dialog .modal-body .formWrap span.wpcf7-not-valid-tip {
  position: relative;
  top: -12px;
}

.agncy_prtnrForm_sec {
  padding: 80px 0;
}
.agncy_prtnrForm_sec .formWrap * {
  transition: all 0.3s ease-in-out;
}
.agncy_prtnrForm_sec .formWrap .formTxt {
  margin-bottom: 40px;
  max-height: 1000px;
  overflow: hidden;
}
.agncy_prtnrForm_sec .formWrap .formTxt h2 {
  font-size: 36px;
}
.agncy_prtnrForm_sec .formWrap form {
  max-height: 1000px;
  text-align: left;
  max-height: 1000px;
  overflow: hidden;
}
.agncy_prtnrForm_sec .formWrap form .submitBtn {
  margin-bottom: 20px;
  min-width: 150px;
}
.agncy_prtnrForm_sec .formWrap input,
.agncy_prtnrForm_sec .formWrap select {
  height: auto;
  padding: 10px 24px;
  box-shadow: none;
  border: 1px solid #eee;
  background-color: #fbfbfb;
  font-size: 16px;
  margin: 0 0 15px;
  color: rgba(0, 0, 0, 0.3);
  opacity: 1;
  font-weight: 500;
  border-radius: 6px !important;
}
.agncy_prtnrForm_sec .formWrap input::-moz-placeholder, .agncy_prtnrForm_sec .formWrap select::-moz-placeholder {
  color: rgba(0, 0, 0, 0.3);
  font-weight: 400;
}
.agncy_prtnrForm_sec .formWrap input:-moz-placeholder-shown, .agncy_prtnrForm_sec .formWrap select:-moz-placeholder-shown {
  color: rgba(0, 0, 0, 0.3);
  font-weight: 400;
}
.agncy_prtnrForm_sec .formWrap input::placeholder, .agncy_prtnrForm_sec .formWrap input:placeholder-shown, .agncy_prtnrForm_sec .formWrap input:-moz-placeholder, .agncy_prtnrForm_sec .formWrap input::-moz-placeholder, .agncy_prtnrForm_sec .formWrap input:-ms-input-placeholder, .agncy_prtnrForm_sec .formWrap input::-webkit-input-placeholder,
.agncy_prtnrForm_sec .formWrap select::placeholder,
.agncy_prtnrForm_sec .formWrap select:placeholder-shown,
.agncy_prtnrForm_sec .formWrap select:-moz-placeholder,
.agncy_prtnrForm_sec .formWrap select::-moz-placeholder,
.agncy_prtnrForm_sec .formWrap select:-ms-input-placeholder,
.agncy_prtnrForm_sec .formWrap select::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
  font-weight: 400;
}
.agncy_prtnrForm_sec .formWrap input:focus,
.agncy_prtnrForm_sec .formWrap select:focus {
  color: black;
  background-color: transparent;
  box-sizing: border-box;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.06) !important;
}
.agncy_prtnrForm_sec .formWrap label {
  font-size: 16px;
  font-weight: 500;
  color: #0a1e43;
  margin: 10px 0 5px 5px;
}
.agncy_prtnrForm_sec .formWrap .thankWrap {
  display: none;
  max-height: 0;
  overflow: hidden;
  padding-bottom: 20px;
  transition: all 0.6s ease-in-out;
  transition-delay: 0.5s;
}
.agncy_prtnrForm_sec .formWrap .thankWrap .icon i,
.agncy_prtnrForm_sec .formWrap .thankWrap .icon img {
  font-size: 70px;
  line-height: 70px;
  color: #39dcb1;
}
.agncy_prtnrForm_sec .formWrap .thankWrap h3 {
  font-weight: 700;
  font-size: 36px;
  color: #091e42;
  margin: 30px 0 10px;
}
.agncy_prtnrForm_sec .formWrap .thankWrap p {
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  color: #42526e;
  margin-bottom: 30px;
}
.agncy_prtnrForm_sec .formWrap.submitted form {
  max-height: 0;
  overflow: hidden;
}
.agncy_prtnrForm_sec .formWrap.submitted .thankWrap {
  display: block;
  max-height: 1000px;
  margin-top: -60px;
}
.agncy_prtnrForm_sec .formWrap.submitted .formTxt {
  max-height: 0;
}
.agncy_prtnrForm_sec .formWrap .error,
.agncy_prtnrForm_sec .formWrap .success {
  padding: 6px 15px;
  text-align: center;
  margin: 10px 0;
}

/* @Section 2. About Program */
.abtProgramSec {
  padding: 90px 0;
}
.abtProgramSec .txtBox h2 {
  margin: 0 0 25px;
  font-size: 36px;
}
.abtProgramSec .txtBox p {
  font-size: 20px;
}
.abtProgramSec .stagesCardsWrap {
  display: flex;
  margin: 80px -20px 0;
}
.abtProgramSec .stagesCardsWrap .stagesCard {
  padding: 50px 30px;
  margin: 0 20px;
  background: #ffffff;
  box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  transition: all 0.2s ease-in-out;
  flex: 1;
}
.abtProgramSec .stagesCardsWrap .stagesCard:hover {
  box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.2);
}
.abtProgramSec .stagesCardsWrap .stagesCard .img img {
  max-height: 110px;
  margin: 0 auto;
}
.abtProgramSec .stagesCardsWrap .stagesCard .txt {
  margin-top: 30px;
  text-align: left;
}
.abtProgramSec .stagesCardsWrap .stagesCard .txt h3 {
  font-weight: 700;
  font-size: 24px;
  color: #0a1e43;
  margin: 0 0 8px;
}
.abtProgramSec .stagesCardsWrap .stagesCard .txt p {
  font-size: 16px;
  font-weight: 400;
  color: #42526e;
  margin: 0;
}

/* @Section 3. Features With Illustration */
.partnershipFtrsSec {
  padding: 110px 0;
}
.partnershipFtrsSec .mainWrap .txtBox {
  padding-right: 80px;
}
.partnershipFtrsSec .mainWrap .txtBox h2 {
  margin: 0 0 20px;
}
.partnershipFtrsSec .mainWrap .txtBox p {
  margin: 0 0 30px;
}
.partnershipFtrsSec.rowReverse .mainWrap .txtBox {
  padding-left: 80px;
  padding-right: 0;
}

/* @Section 4. Agency Tier Table Section */
.agencyTierTableSec {
  padding: 110px 0;
}
.agencyTierTableSec .totTxt {
  max-width: 850px;
  margin: 0 auto 40px;
}
.agencyTierTableSec .totTxt h2 {
  font-size: 36px;
  margin: 0 0 20px;
}
.agencyTierTableSec .tableWrap {
  margin-top: 70px;
}
.agencyTierTableSec .tableWrap thead th {
  font-weight: 700;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  padding: 15px;
  border: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}
.agencyTierTableSec .tableWrap thead th:last-child {
  border: none !important;
}
.agencyTierTableSec .tableWrap thead th:not(:first-child) {
  width: 200px;
}
.agencyTierTableSec .tableWrap thead th.basic {
  background: #42526e;
  border-radius: 8px 0px 0px 0px;
}
.agencyTierTableSec .tableWrap thead th.silver {
  background: #0e134f;
  border-radius: 0px;
}
.agencyTierTableSec .tableWrap thead th.gold {
  background: #141b6c;
  border-radius: 0px;
}
.agencyTierTableSec .tableWrap thead th.platinum {
  background: #2f39bf;
  border-radius: 0px 8px 0px 0px;
}
.agencyTierTableSec .tableWrap tbody tr {
  background: #f8f9fb;
  border-radius: 0px;
}
.agencyTierTableSec .tableWrap tbody tr.heading th {
  background: rgba(237, 235, 243, 0.7);
  font-weight: 700;
  font-size: 16px;
  font-variant: small-caps;
  color: #0a1e43;
}
.agencyTierTableSec .tableWrap tbody tr.heading:first-child th {
  border-radius: 8px 0px 0px 0px;
}
.agencyTierTableSec .tableWrap tbody tr .Tooltip {
  color: #959ba8;
  font-size: 10px;
  font-weight: 300;
  padding: 3px;
  position: relative;
  width: 16px;
  height: 16px;
  line-height: 11px;
  text-align: center;
  margin-left: 5px;
}
.agencyTierTableSec .tableWrap tbody tr .Tooltip::after {
  position: absolute;
  content: "";
  border-radius: 50px;
  border: 1px solid #959ba8;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.agencyTierTableSec .tableWrap tbody tr .tooltip-arrow {
  border-right-color: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.15) !important;
}
.agencyTierTableSec .tableWrap tbody tr .tooltip-inner {
  background-color: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.15) !important;
  color: #42526e;
}
.agencyTierTableSec .tableWrap tbody tr th,
.agencyTierTableSec .tableWrap tbody tr td {
  padding: 16px;
  font-size: 16px;
  color: #42526e;
  border: 0;
  border-bottom: 3px solid #fff;
}
.agencyTierTableSec .tableWrap tbody tr th {
  font-weight: 500;
  vertical-align: middle;
}
.agencyTierTableSec .tableWrap tbody tr td {
  text-align: center;
  font-weight: 400;
  border-left: 1px solid rgba(66, 82, 110, 0.1);
}
.agencyTierTableSec .tableWrap tbody tr td ul {
  padding: 0 0 0 15px;
  margin: 0;
  list-style: disc;
  text-align: left;
}
.agencyTierTableSec .tableWrap tbody tr td ul li {
  font-size: 15px;
  font-weight: 400;
  color: inherit;
  margin-bottom: 10px;
}
.agencyTierTableSec .tableWrap .note {
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  color: #42526e;
}
.agencyTierTableSec .tableWrap.activateFlow .table-responsive {
  overflow: visible;
}
.agencyTierTableSec .tableWrap.activateFlow thead th.active {
  position: relative;
}
.agencyTierTableSec .tableWrap.activateFlow thead th.active::before {
  position: absolute;
  content: attr(data-text);
  left: 0;
  right: 0;
  top: -25px;
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
  text-align: center;
  background: inherit;
  border-radius: 8px 8px 0 0;
  padding: 15px 0 0;
}
.agencyTierTableSec .tableWrap.activateFlow tbody tr td {
  opacity: 0.4;
  background-color: #fff;
}
.agencyTierTableSec .tableWrap.activateFlow.activeBasic tbody tr td:nth-child(2) {
  opacity: 1;
  background: transparent;
}
.agencyTierTableSec .tableWrap.activateFlow.activeSilver tbody tr td:nth-child(3) {
  opacity: 1;
  background: transparent;
}
.agencyTierTableSec .tableWrap.activateFlow.activeGold tbody tr td:nth-child(4) {
  opacity: 1;
  background: transparent;
}
.agencyTierTableSec .tableWrap.activateFlow.activePlatinum tbody tr td:nth-child(5) {
  opacity: 1;
  background: transparent;
}

/* @Section 5. Agency Partnership Guid Section */
.agncyPtnrGuideSec {
  padding: 40px 0;
}
.agncyPtnrGuideSec .mainWrap .txtBox {
  padding-left: 80px;
}
.agncyPtnrGuideSec .mainWrap .txtBox h2 {
  margin: 0 0 20px;
}
.agncyPtnrGuideSec .mainWrap .txtBox p {
  margin: 0 0 30px;
}
.agncyPtnrGuideSec .mainWrap .txtBox .formWrap {
  position: relative;
}
.agncyPtnrGuideSec .mainWrap .txtBox .formWrap .error,
.agncyPtnrGuideSec .mainWrap .txtBox .formWrap .success {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: auto;
  bottom: -50px;
  padding: 6px 15px;
  text-align: center;
  margin: 10px 0;
}
.agncyPtnrGuideSec .mainWrap .txtBox .formWrap form {
  display: flex;
}
.agncyPtnrGuideSec .mainWrap .txtBox .formWrap form input[type=email] {
  background: #f4f3f9;
  border-radius: 6px !important;
  border: 0 !important;
  box-shadow: none !important;
  outline: none !important;
  padding: 10px 24px;
  color: #192072 !important;
  font-size: 15px;
  height: auto;
  margin-right: -10px;
}
.agncyPtnrGuideSec .mainWrap .txtBox .formWrap form a#csioSubmitBtn2 {
  box-shadow: none !important;
}

.agncyPrtnr_cta21_sec {
  background: linear-gradient(259.15deg, #0a1f76 -13.64%, #1728d0 68.04%);
  padding: 80px 0;
}
.agncyPrtnr_cta21_sec .agncyPrtnr_cta21_mainBox {
  display: flex;
  flex-flow: row-reverse;
  align-items: center;
}
.agncyPrtnr_cta21_sec .agncyPrtnr_cta21_imgBox,
.agncyPrtnr_cta21_sec .agncyPrtnr_cta21_txtBox {
  flex: 1;
}
.agncyPrtnr_cta21_sec .agncyPrtnr_cta21_txtBox h2 {
  color: #fff;
  font-size: 36px;
  font-weight: 700;
}
.agncyPrtnr_cta21_sec .agncyPrtnr_cta21_txtBox p {
  color: #fff;
  font-size: 20px;
  margin: 10px 0 30px;
}
.agncyPrtnr_cta21_sec .agncyPrtnr_cta21_txtBox .cw-glb-btn {
  font-size: 16px;
  text-transform: capitalize;
}
.agncyPrtnr_cta21_sec .agncyPrtnr_cta21_imgBox {
  text-align: right;
}
.agncyPrtnr_cta21_sec .agncyPrtnr_cta21_imgBox img {
  display: inline-block;
}

/* @Section 6. Agency Resources Page */
.agencyResourcesBnrSec {
  padding: 140px 0 100px;
  background: #F8F9FB;
  position: relative;
}
.agencyResourcesBnrSec .circle {
  background: rgba(254, 177, 85, 0.6);
  opacity: 0.4;
  box-shadow: inset 0px 4px 50px rgba(0, 0, 0, 0.25);
  filter: blur(50px);
  border-radius: 50%;
  width: 300px;
  height: 300px;
  position: absolute;
  left: 0;
  right: auto;
  top: 50%;
  transform: translate(-50%, -50%);
}
.agencyResourcesBnrSec .circle.blue {
  background: #B764D8;
  opacity: 0.28;
  box-shadow: inset 0px 4px 50px rgba(0, 0, 0, 0.25);
  right: 0;
  transform: translate(50%, -50%);
  left: auto;
  top: 0;
}
.agencyResourcesBnrSec .mainWrap {
  justify-content: space-between;
}
.agencyResourcesBnrSec .txt {
  padding-right: 70px;
  flex: 1;
}
.agencyResourcesBnrSec .txt h1 {
  font-weight: 800;
  font-size: 56px;
  letter-spacing: -0.02em;
  color: #0E134F;
  margin: 0 0 10px;
}
.agencyResourcesBnrSec .txt p {
  font-weight: 400;
  font-size: 20px;
  letter-spacing: -0.02em;
  color: #42526E;
  margin: 0;
}
.agencyResourcesBnrSec .txt .formWrap {
  margin-top: 40px;
  position: relative;
}
.agencyResourcesBnrSec .txt .formWrap .form {
  display: flex;
}
.agencyResourcesBnrSec .txt .formWrap .form input {
  background: #fff;
  border: 1px solid rgba(66, 82, 110, 0.21);
  box-sizing: border-box;
  border-radius: 6px;
  box-shadow: none !important;
  outline: none !important;
  padding: 10px;
  color: #192072 !important;
  font-size: 15px;
  height: auto;
  margin-right: 10px;
}
.agencyResourcesBnrSec .txt .formWrap .form button#csioSubmitBtn {
  box-shadow: none !important;
}
.agencyResourcesBnrSec .txt .formWrap label {
  margin-top: 8px;
}
.agencyResourcesBnrSec .txt .formWrap label a {
  font-size: inherit;
  color: #2F39BF;
  font-weight: inherit;
  display: inline-block;
}
.agencyResourcesBnrSec .txt .formWrap .error,
.agencyResourcesBnrSec .txt .formWrap .success {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: auto;
  bottom: -50px;
  padding: 6px 15px;
  text-align: center;
  margin: 10px 0;
  font-size: 16px;
  font-weight: 500;
  color: red;
}
.agencyResourcesBnrSec .txt .formWrap .success {
  color: #fdb054;
}
.agencyResourcesBnrSec .img {
  flex: 1;
}
.agencyResourcesBnrSec .img .videoFrame {
  position: relative;
  padding-top: 40px;
  box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.1);
  border-radius: 8px 8px 0 0;
  overflow: hidden;
}
.agencyResourcesBnrSec .img .videoFrame::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  background: url(../../img/landing/glb-plt_video-bg2.png) no-repeat top left transparent;
  background-size: cover;
  height: 40px;
  background-color: #fff;
}
.agencyResourcesBnrSec .img .videoFrame iframe {
  width: 100%;
  margin-bottom: -6px;
}

.agenciesResourcesSec {
  padding: 100px 0;
}
.agenciesResourcesSec .topTxt {
  max-width: 850px;
  margin: 0 auto;
}
.agenciesResourcesSec .topTxt h2 {
  font-size: 36px;
}
.agenciesResourcesSec .topTxt p {
  font-size: 20px;
}
.agenciesResourcesSec .mainWrap {
  flex-wrap: wrap;
  justify-content: space-between;
}
.agenciesResourcesSec .mainWrap .box {
  display: flex;
  align-items: center;
  width: calc(50% - 50px);
  margin-top: 80px;
}
.agenciesResourcesSec .mainWrap .box .img {
  flex-shrink: 0;
  position: relative;
  margin-right: 30px;
}
.agenciesResourcesSec .mainWrap .box .img .tag {
  background: #FFFFFF;
  box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.25);
  border-radius: 50px;
  padding: 8px 16px;
  position: absolute;
  top: 15px;
  right: 15px;
  font-weight: 700;
  font-size: 14px;
  line-height: 12px;
  color: #2F39BF;
}
.agenciesResourcesSec .mainWrap .box .txt h3 {
  font-weight: 700;
  font-size: 24px;
  letter-spacing: -0.01em;
  color: #0E134F;
  margin: 0 0 10px;
}
.agenciesResourcesSec .mainWrap .box .txt p {
  font-weight: 400;
  font-size: 16px;
  color: #42526E;
  margin: 0;
}
.agenciesResourcesSec .mainWrap .box .txt .info {
  margin-top: 25px;
}
.agenciesResourcesSec .mainWrap .box .txt .info .name {
  font-weight: 500;
  font-size: 18px;
  line-height: 18px;
  color: #2F39BF;
}
.agenciesResourcesSec .mainWrap .box .txt .info .desc {
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  color: #42526E;
}
.agenciesResourcesSec .mainWrap .box .txt .info .download {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: -0.02em;
  text-decoration-line: underline;
  color: #2F39BF !important;
  display: flex;
  align-items: center;
}
.agenciesResourcesSec .mainWrap .box .txt .info .download i {
  font-size: inherit;
  color: inherit;
  font-weight: 300;
  margin-right: 8px;
}

.cwvs_signUp_wrap {
  position: relative;
  padding: 100px 0;
  background: url("../../img/cloudways_vs/dot-img-2.png") no-repeat 95% 90px;
}

.cwvs_signUp_wrap {
  padding: 80px 0;
  background: #0A1E43;
}
.cwvs_signUp_wrap::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(../../img/alternatives/cw-alternatives-new-bg.png) no-repeat center transparent;
  background-size: cover;
  mix-blend-mode: difference;
}
.cwvs_signUp_wrap .cwvs_signUp_mainBox {
  position: relative;
  max-width: 850px;
  margin: 0 auto;
}
.cwvs_signUp_wrap .cwvs_signUp_mainBox h2 {
  color: #fff;
  margin: 0 auto 30px;
  font-size: 44px;
}
.cwvs_signUp_wrap .cwvs_signUp_mainBox p {
  color: #fff;
  margin: 0 auto 25px;
  font-weight: 300;
  font-size: 20px;
}
.cwvs_signUp_wrap .cwvs_signUp_mainBox span {
  color: #fff;
}
.cwvs_signUp_wrap .cwvs_signUp_mainBox .btn {
  margin-top: 20px;
}

/* Section 7. Agency Partnership Page Revamp */
.agencyPrtnrRevamp .agencyDirectorySec .mainWrap {
  flex-direction: row-reverse;
}
.agencyPrtnrRevamp .agencyDirectorySec .partnershipFtrsSec .mainWrap .txtBox {
  padding: 0 0 0 80px;
}
.agencyPrtnrRevamp .agencyDirectorySec .mainWrap .imgBox img {
  margin: 0;
}
.agencyPrtnrRevamp .agencyTierTableSec .tableWrap tbody tr.heading th {
  background: #EAF0FF;
}
.agencyPrtnrRevamp .agencyTierTableSec .tableWrap tbody tr {
  background: #FFFFFF;
}
.agencyPrtnrRevamp .agencyTierTableSec .tableWrap tbody tr th, .agencyPrtnrRevamp .agencyTierTableSec .tableWrap tbody tr td {
  border-bottom: 1px solid rgba(66, 82, 110, 0.1);
}
.agencyPrtnrRevamp .agencyPartnerBnrSec {
  position: relative;
}
.agencyPrtnrRevamp .agencyPartnerBnrSec::before {
  position: absolute;
  content: "";
  background: linear-gradient(143.38deg, #001468 17.39%, #071AD3 93.68%);
  background-size: cover;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.agencyPrtnrRevamp .agencyPartnerBnrSec .mainWrap {
  position: relative;
}
.agencyPrtnrRevamp .agencyPartnerBnrSec .txtBox h1, .agencyPrtnrRevamp .abtProgramSec .txtBox h2 {
  font-weight: 800;
}
.agencyPrtnrRevamp .abtProgramSec .txtBox p {
  font-size: 18px;
}
.agencyPrtnrRevamp .partnershipFtrsSec .mainWrap .txtBox h2, .agencyPrtnrRevamp .agncyPtnrGuideSec .mainWrap .txtBox h2 {
  font-size: 36px;
}
.agencyPrtnrRevamp .agncyPtnrGuideSec {
  padding: 110px 0;
}
.agencyPrtnrRevamp .agencyPartnerBnrSec .txtBox a.btn {
  margin: 0 5px 10px;
}
.agencyPrtnrRevamp .credtTxt {
  display: flex;
  vertical-align: top;
}
.agencyPrtnrRevamp .credtTxt span.noCredtTxt {
  display: block;
  font-weight: 400;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
  margin-bottom: 10px;
}
.agencyPrtnrRevamp .hm-new-sgnup-prc-ctaBox .cw-glb-btn_blank {
  display: none;
}

.joinedPrtnrShpPrgrmSec {
  padding: 80px 0;
}
.joinedPrtnrShpPrgrmSec .joinedPrtnrShpHeadWrap {
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
}
.joinedPrtnrShpPrgrmSec .joinedPrtnrShpHeadWrap h2 {
  font-weight: 800;
  font-size: 36px;
  color: #0E134F;
  margin: 0;
}
.joinedPrtnrShpPrgrmSec .joinedPrtnrShpHeadWrap p {
  font-weight: 400;
  font-size: 18px;
  color: #42526E;
  margin: 20px 0 0;
}
.joinedPrtnrShpPrgrmSec .joinedPrtnrShpContentWrap {
  margin-top: 60px;
}
.joinedPrtnrShpPrgrmSec .joinedPrtnrShpContentWrap .joinedPrtnrShpMainWrap {
  display: flex;
  justify-content: space-between;
}
.joinedPrtnrShpPrgrmSec .joinedPrtnrShpContentWrap .joinedPrtnrShpMainWrap .prtnrShpcard {
  width: calc(25% - 30px);
}
.joinedPrtnrShpPrgrmSec .joinedPrtnrShpContentWrap .joinedPrtnrShpMainWrap .prtnrShpcard .prtnrShpCardHead img {
  max-width: 50px;
}
.joinedPrtnrShpPrgrmSec .joinedPrtnrShpContentWrap .joinedPrtnrShpMainWrap .prtnrShpcard .prtnrShpCardBody {
  margin-top: 30px;
}
.joinedPrtnrShpPrgrmSec .joinedPrtnrShpContentWrap .joinedPrtnrShpMainWrap .prtnrShpcard .prtnrShpCardBody h3 {
  font-weight: 700;
  font-size: 20px;
  color: #0E134F;
  margin: 0;
}
.joinedPrtnrShpPrgrmSec .joinedPrtnrShpContentWrap .joinedPrtnrShpMainWrap .prtnrShpcard .prtnrShpCardBody p {
  font-weight: 400;
  font-size: 18px;
  color: #42526E;
  margin: 10px 0 0;
}

.directoryListedSec {
  padding: 100px 0;
  background: linear-gradient(96.05deg, #001468 9.2%, #071AD3 108.02%), #FFFFFF;
}
.directoryListedSec .directoryListedmainWrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.directoryListedSec .directoryListedmainWrap .directoryListedLeftWrap {
  max-width: 550px;
}
.directoryListedSec .directoryListedmainWrap .directoryListedLeftWrap h3 {
  font-weight: 800;
  font-size: 36px;
  color: #FFFFFF;
  margin: 0;
}
.directoryListedSec .directoryListedmainWrap .directoryListedLeftWrap ul {
  margin-top: 25px;
  padding-left: 15px;
}
.directoryListedSec .directoryListedmainWrap .directoryListedLeftWrap ul li {
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
}
.directoryListedSec .directoryListedmainWrap .directoryListedLeftWrap a {
  margin-top: 40px;
}

.leadingAgenciesSec {
  padding: 80px 0;
}
.leadingAgenciesSec .leadingAgenciesHeader {
  text-align: center;
}
.leadingAgenciesSec .leadingAgenciesHeader h2 {
  font-weight: 800;
  font-size: 36px;
  color: #0E134F;
}
.leadingAgenciesSec .leadingAgenciesBody {
  margin-top: 70px;
}
.leadingAgenciesSec .leadingAgenciesBody .agenciesCardsWrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.leadingAgenciesSec .leadingAgenciesBody .agenciesCardsWrap .agenciesCards {
  background: #F2F4F9;
  border-radius: 6px;
  padding: 45px 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: calc(25% - 15px);
  margin-bottom: 30px;
  max-height: 120px;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.leadingAgenciesSec .leadingAgenciesBody .agenciesCardsWrap .agenciesCards a {
  display: none;
}
.agencyTestimonialCardWrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #FFFFFF;
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  max-width: 900px;
  margin: 0 auto;
  padding: 40px;
}
.agencyTestimonialCardWrap .agencyTestiCardLeftWrap {
  animation: fadeIn 1s linear both;
}
.agencyTestimonialCardWrap .agencyTestiCardRightWrap {
  animation: fadeIn 1s linear both;
  max-width: 400px;
}
.agencyTestimonialCardWrap .agencyTestiCardRightWrap p {
  font-weight: 400;
  font-size: 20px;
  color: #42526E;
  margin: 0;
}
.agencyTestimonialCardWrap .agencyTestiCardRightWrap h3 {
  font-weight: 700;
  font-size: 20px;
  color: #0E134F;
  margin: 30px 0 0;
}
.agencyTestimonialCardWrap .agencyTestiCardRightWrap h4 {
  font-weight: 400;
  font-size: 16px;
  color: #42526E;
  margin: 5px 0 0;
}

/* Section 8 : Agency Partnership Page Table Sticky Header */
.stickyHeader {
  position: fixed;
  top: 0;
}
.stickyHeader tr th:first-child {
  width: 300px;
}
.DigitalOceanOffer ul.nav.nav-tabs{
  display: none;
}
.DigitalOceanOffer .wt_prc25_main_wrap .wt_prc25_v1 .upperTabs .mainTabs .server_pricing_tabs{
  display: none;
}
.DigitalOceanOffer .wt_prc25_main_wrap .wt_prc25_v1 .wt_prc25_upper_tabs_header{
  display: none;
}
@media (max-width: 1200px) {
  .agencyTierTableSec .tableWrap thead th:not(:first-child) {
    width: 160px;
  }
  .stickyHeader tr th {
    width: 168px !important;
  }
  .stickyHeader tr th:first-child {
    width: 269px !important;
  }
}
@media (max-width: 992px) {
  h2 {
    font-size: 24px;
  }
  h2 + p {
    font-size: 16px;
  }
  .agencyPartnerBnrSec {
    padding: 140px 0 80px;
  }
  .agencyPartnerBnrSec .mainWrap .txtBox h1 {
    font-size: 32px;
  }
  .agencyPartnerBnrSec .mainWrap .txtBox p {
    font-size: 16px;
  }
  .abtProgramSec {
    padding: 60px 0;
  }
  .abtProgramSec .txtBox h2 {
    font-size: 28px;
  }
  .abtProgramSec .txtBox p {
    font-size: 16px;
  }
  .abtProgramSec .stagesCardsWrap {
    margin: 30px 0 0;
  }
  .abtProgramSec .stagesCardsWrap .stagesCard {
    padding: 30px 20px;
    margin: 0 10px;
  }
  .abtProgramSec .stagesCardsWrap .stagesCard .img img {
    max-height: 80px;
  }
  .abtProgramSec .stagesCardsWrap .stagesCard .txt h3 {
    font-size: 22px;
  }
  .partnershipFtrsSec {
    padding: 50px 0;
  }
  .agencyTierTableSec {
    padding: 60px 0;
  }
  .agencyTierTableSec .totTxt h2 {
    font-size: 28px;
  }
  .agencyTierTableSec .totTxt p {
    font-size: 16px;
  }
  .agencyTierTableSec .tableWrap tbody tr th,
  .agencyTierTableSec .tableWrap tbody tr td {
    padding: 12px;
  }
  .agencyTierTableSec .tableWrap thead th:not(:first-child) {
    width: 140px;
  }
  .agencyPartnerModalWrap .modal-dialog .modal-body .formWrap .formTxt h2 {
    font-size: 28px;
  }
  .agencyPartnerModalWrap .modal-dialog .modal-body .formWrap .formTxt p {
    font-size: 16px;
  }
  .agencyPartnerModalWrap .modal-dialog .modal-body .formWrap .thankWrap h3 {
    font-size: 26px;
  }
  .agencyPartnerModalWrap .modal-dialog .modal-body .formWrap .thankWrap p {
    font-size: 16px;
  }
  .mainWrap .imgBox {
    max-width: 300px;
  }
  .agncyPtnrGuideSec .mainWrap .txtBox {
    padding-left: 30px;
  }
  .agncy_prtnrStrp_txtBox h4 {
    margin: 0 0 10px !important;
  }
  .agncy_prtnrForm_sec {
    padding: 60px 0 40px;
  }
  .agncy_prtnrForm_sec .formWrap .formTxt h2 {
    font-size: 28px;
  }
  .agncy_prtnrForm_sec .formWrap .formTxt p {
    font-size: 16px;
  }
  .agncyPrtnr_cta21_sec .agncyPrtnr_cta21_txtBox h2 {
    font-size: 28px;
  }
  .agncyPrtnr_cta21_sec .agncyPrtnr_cta21_txtBox p {
    font-size: 16px;
  }
  /* @Section 6. Agency Resources Page */
  .agencyResourcesBnrSec {
    padding: 100px 0 60px;
  }
  .agencyResourcesBnrSec .mainWrap {
    flex-direction: column-reverse;
  }
  .agencyResourcesBnrSec .mainWrap .txt {
    text-align: center;
    padding: 0;
  }
  .agencyResourcesBnrSec .mainWrap .txt h1 {
    font-size: 36px;
  }
  .agencyResourcesBnrSec .mainWrap .txt p {
    font-size: 16px;
  }
  .agencyResourcesBnrSec .mainWrap .txt .formWrap .form {
    max-width: -moz-max-content;
    max-width: max-content;
    margin: 0 auto;
  }
  .agencyResourcesBnrSec .mainWrap .img {
    width: 100%;
    margin-bottom: 40px;
  }
  .agencyResourcesBnrSec .mainWrap .img img {
    margin: 0 auto;
  }
  .agencyResourcesBnrSec .mainWrap .img .videoFrame iframe {
    height: 400px;
  }
  .agenciesResourcesSec {
    padding: 60px 0;
  }
  .agenciesResourcesSec .topTxt h2 {
    font-size: 28px;
  }
  .agenciesResourcesSec .topTxt p {
    font-size: 16px;
  }
  .agenciesResourcesSec .mainWrap .box {
    flex-direction: column;
    align-items: initial;
    margin-top: 40px;
  }
  .agenciesResourcesSec .mainWrap .box .img {
    margin: 0 0 15px;
    text-align: left;
    max-width: -moz-max-content;
    max-width: max-content;
  }
  .agenciesResourcesSec .mainWrap .box .txt .info {
    margin-top: 15px;
  }
  .cwvs_signUp_wrap {
    padding: 60px 0;
  }
  .cwvs_signUp_wrap .cwvs_signUp_mainBox h2 {
    font-size: 28px;
  }
  .cwvs_signUp_wrap .cwvs_signUp_mainBox p {
    font-size: 16px;
  }
  .agencyPrtnrRevamp .abtProgramSec .txtBox p {
    font-size: 16px;
  }
  .joinedPrtnrShpPrgrmSec, .directoryListedSec, .leadingAgenciesSec {
    pad: 60px 0;
  }
  .joinedPrtnrShpPrgrmSec .joinedPrtnrShpHeadWrap h2, .directoryListedSec .directoryListedmainWrap .directoryListedLeftWrap h3, .leadingAgenciesSec .leadingAgenciesHeader h2 {
    font-size: 28px;
  }
  .joinedPrtnrShpPrgrmSec .joinedPrtnrShpHeadWrap p, .directoryListedSec .directoryListedmainWrap .directoryListedLeftWrap ul li {
    font-size: 16px;
  }
  .joinedPrtnrShpPrgrmSec .joinedPrtnrShpContentWrap .joinedPrtnrShpMainWrap {
    flex-wrap: wrap;
  }
  .joinedPrtnrShpPrgrmSec .joinedPrtnrShpContentWrap .joinedPrtnrShpMainWrap .prtnrShpcard {
    width: calc(50% - 30px);
    margin-bottom: 30px;
  }
  .leadingAgenciesSec .leadingAgenciesBody {
    margin-top: 40px;
  }
  .agencyTestimonialCardWrap .agencyTestiCardRightWrap p {
    font-size: 16px;
  }
  .stickyHeader {
    display: none;
  }
}
@media (max-width: 767px) {
  .partnershipFtrsSec .mainWrap .txtBox {
    padding-right: 30px;
  }
  .partnershipFtrsSec.rowReverse .mainWrap .txtBox {
    padding-left: 30px;
    padding-right: 0;
  }
  .agencyTierTableSec .tableWrap .table-responsive {
    border: 0;
    overflow-x: scroll;
  }
  .agencyTierTableSec .tableWrap.activateFlow .table-responsive {
    overflow-x: scroll;
  }
  .agencyTierTableSec .tableWrap.activateFlow thead th.active::before {
    top: -14px;
    background: transparent;
  }
  .agncyPtnrGuideSec .mainWrap .txtBox {
    padding-left: 30px;
  }
  .agencyTierTableSec .tableWrap tbody tr th,
  .agencyTierTableSec .tableWrap tbody tr td {
    vertical-align: middle;
    white-space: normal;
  }
  .agencyPartnerModalWrap .modal-dialog .modal-content {
    margin: 0 15px;
  }
  .agncy_prtnrStrp_sec .agncy_prtnrStrp_mainBox {
    display: block;
    text-align: center;
  }
  .agncy_prtnrStrp_sec .agncy_prtnrStrp_mainBox .agncy_prtnrStrp_txtBox h4 {
    font-size: 24px;
    display: block;
  }
  .agncy_prtnrStrp_sec .agncy_prtnrStrp_mainBox .agncy_prtnrStrp_txtBox p {
    font-size: 16px;
  }
  .agncy_prtnrStrp_sec .agncy_prtnrStrp_mainBox .agncy_prtnrStrp_ctaBox {
    text-align: center;
    margin-top: 10px;
  }
  .agncyPrtnr_cta21_sec .agncyPrtnr_cta21_mainBox {
    display: block;
  }
  .agncyPrtnr_cta21_sec {
    padding: 50px 0;
  }
  .agncyPrtnr_cta21_sec .agncyPrtnr_cta21_mainBox,
  .agncyPrtnr_cta21_sec .agncyPrtnr_cta21_imgBox {
    text-align: center !important;
  }
  .agncyPrtnr_cta21_txtBox {
    margin-top: 25px;
  }
  .directoryListedSec .directoryListedmainWrap {
    flex-direction: column-reverse;
  }
  .directoryListedSec .directoryListedmainWrap .directoryListedLeftWrap {
    max-width: 100%;
    margin-top: 40px;
  }
  .leadingAgenciesSec .leadingAgenciesBody .agenciesCardsWrap .agenciesCards {
    width: calc(50% - 15px);
  }
  .agencyTestimonials .abtUsNewsSec .abtUsNewsMainWrap .abtUs_new-rvw-sldr-wrap .carousel-inner {
    min-height: 100%;
  }
  .agencyTestimonialCardWrap {
    flex-direction: column;
    text-align: center;
    padding: 20px;
  }
}
@media (max-width: 600px) {
  .mainWrap {
    flex-direction: column-reverse;
  }
  .mainWrap .txtBox {
    padding-right: 0;
    margin-top: 30px;
    text-align: center;
  }
  .mainWrap .txtBox a.btn {
    width: 100%;
  }
  .mainWrap .imgBox img {
    max-width: 400px;
    margin: 0 auto;
  }
  .rowReverse .mainWrap {
    flex-direction: column-reverse;
  }
  .partnershipFtrsSec .mainWrap .txtBox,
  .partnershipFtrsSec.rowReverse .mainWrap .txtBox,
  .agncyPtnrGuideSec .mainWrap .txtBox {
    padding: 0;
  }
  .mainWrap .imgBox img {
    max-width: 100%;
  }
  .agncyPtnrGuideSec {
    padding: 40px 0 60px;
  }
  .abtProgramSec .txtBox {
    text-align: center;
  }
  .abtProgramSec .stagesCardsWrap {
    flex-direction: column;
  }
  .abtProgramSec .stagesCardsWrap .stagesCard {
    margin: 0 0 20px;
  }
  .abtProgramSec .stagesCardsWrap .stagesCard .txt {
    text-align: center;
  }
  .agencyPartnerModalWrap .modal-dialog .modal-body .formWrap .col-xs-6,
  .agncy_prtnrForm_sec .formWrap .col-xs-6 {
    width: 100%;
  }
  .agencyPartnerModalWrap .modal-dialog .modal-body {
    padding: 20px 15px;
  }
  .agencyPartnerModalWrap .modal-dialog {
    margin: 60px 0;
  }
  /* @Section 6. Agency Resources Page */
  .agencyResourcesBnrSec .mainWrap .txt .formWrap .form {
    flex-direction: column;
    max-width: 100%;
  }
  .agencyResourcesBnrSec .mainWrap .txt .formWrap .form input {
    width: 100%;
    margin: 0 0 10px;
  }
  .agenciesResourcesSec .mainWrap {
    flex-direction: column;
  }
  .agenciesResourcesSec .mainWrap .box {
    margin: 40px auto 0;
    width: 100%;
    align-items: center;
    max-width: 400px;
    text-align: center;
  }
  .agenciesResourcesSec .mainWrap .box .info .download {
    justify-content: center;
  }
  .agencyPrtnrRevamp .agencyDirectorySec .mainWrap {
    flex-direction: column-reverse;
  }
  .agencyPrtnrRevamp .agencyDirectorySec .partnershipFtrsSec .mainWrap .txtBox {
    padding: 0;
  }
  .agencyPrtnrRevamp .credtTxt {
    display: block;
  }
  .joinedPrtnrShpPrgrmSec .joinedPrtnrShpContentWrap .joinedPrtnrShpMainWrap .prtnrShpcard {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 500px) {
  .leadingAgenciesSec .leadingAgenciesBody .agenciesCardsWrap .agenciesCards {
    width: 100%;
  }
}/*# sourceMappingURL=agency_partnership.css.map */