.iframe {
	min-height: 500px !important;
	border: none !important;
}
  .left-form {
    
    width: 100%;
}
html {
    scroll-behavior: smooth;
}

.right-form {
	width: 50%;
	margin-left: 200px;
}
  .form-block-inner{
  	display: flex;
    	display: -webkit-flex;
    display: -ms-flex;
  }

.top-banner {
	position: relative;
	z-index: 0;
}
.top-banner a {
	position: absolute;
	background: #df3427;
	z-index: 1;
	left: 50%;
	transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
	bottom: 22px;
	color: #fff;
	padding: 7px 20px;
	font-weight: bold;
	font-size: 18px;
	border: 2px solid #fff;
	border-radius: 5px;
}
.how-it-work {
	padding: 60px 0px;
  position:relative;
}
.aff-heading {
	color: #df3427;
	text-align: center;
	font-weight: bold;
	font-size: 35px;
  font-family: 'Poppins', sans-serif;
  text-transform: capitalize;
}
#left-form h4, #right-form h4, .aff-program-blk h4 {
	font-family: 'Poppins', sans-serif;
	font-size: 19px;
	line-height: 30px;
	text-transform: unset;
}
.row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}
.col-md-4 {
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
  padding-right: 15px;
padding-left: 15px;
}
.step-box {
	display: -ms-flexbox;
	display: flex;
	align-items: center;
  -ms-align-items: center;
  font-family: 'Poppins', sans-serif;
	padding: 15px;
	height: 100%;
}
.step-box p {
	font-size: 16px;
	line-height: 27px;
	color: #000;
	font-weight: bold;
	width: calc(100% - 60px);
  padding: 15px;
    font-family: 'Poppins', sans-serif;
}
.step-box h3 {
	  font-family: 'Poppins', sans-serif;
	background-color: #df3427;
	text-align: center;
	height: 60px;
	width: 60px;
	border-radius: 50%;
	line-height: 60px;
	color: #fff;
	font-size: 40px;
  font-weight: 600;
}
.form-block,.aff-faq {
	background-color: #f5f5f5;
	padding: 60px 0px;
}
.aff-program-outer {
	padding: 60px 0px;
  text-align:text-center;
}
.col-50{
  -ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
  padding-right: 15px;
padding-left: 15px;
}
.aff-program-blk h4 {
	font-weight: 600;
	font-size: 20px;
	text-transform: capitalize;
}
.aff-program-blk p {
	line-height: 27px;
	color: #000;
	font-size: 16px;
}
.aff-program-outer h5 {
	color: #df3427;
	text-align: center;
	display: block;
	width: 100%;
  font-weight: 600;
}
.aff-faq-title {
	background-color: #fff;
	margin-bottom: 10px;
	padding: 6px 40px;
	cursor: pointer;
	position: relative;
	font-weight: 600;
	font-size: 16px;
}
.aff-faq-content {
	padding: 20px;
  display:none;
}
.aff-faq-title span {
	height: auto;
	font-size: 27px;
	line-height: 30px;
	color: #ddd;
	position: absolute;
	left: 6px;
	top: 4px;
}
.minus {
	display: none;
}

.aff-faq-title.active .minus {
	display: block;
}
.aff-faq-title.active .plus {
	display: none;
}
.plus{display: block;}
.bb-inner {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 50%;
	transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
	top: 50%;
	width: 100%;
	text-align: center;
}
.bb-inner h3 {
	color: #fff;
	font-size: 50px;
	font-weight: bold;
  font-family: 'Poppins', sans-serif
}
.bottom-banner {
	position: relative;
}
.bb-inner a {
	background: #df3427;
	color: #fff;
	padding: 13px 25px;
	font-weight: bold;
	font-size: 18px;
	border: 2px solid #fff;
	border-radius: 5px;
}
.container1 {
	padding: 0 30px;
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
}
/**2-sep*******/
#register-form {
	padding: 0;
}

.b-border {
	border-bottom:1px solid #ddd;
}
.margin-left {
	margin-left: 30px;
	margin-right: 30px;
}
.main-affilate{
  font-family: 'Poppins', sans-serif;
  margin-top: -30px;
}
.login-btn .lb {
	display: block;
	background-color: white;
	padding: 0px 20px;
	border-radius: 30px;
	border: 1px solid #000;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 10px;
	font-family: 'Poppins', sans-serif;
	cursor: pointer;
}
.login-btn .lb:hover{
  background-color: #df3427;
  color:#fff;
}
.login-btn {
	position: absolute;
	right: 30px;
	text-align: center;
}
#form-block h2 {
	max-width: 760px;
	margin: auto;
	margin-bottom: 30px;
}
.login-bttn .btn {
    background: #df3427;
    border-radius: 5px;
    width: 100%;
    font-weight: 900;
    margin-top: 10px;
}
.form-block-inner.full-form {
    flex-wrap: wrap;
}

.full-form .left-form {
    width: 100%;
    margin: auto;
}
.full-form .right-form {
    width: auto;
 	min-width: 28%;
    margin: 0 auto;
}
.b-border.margin-left {
    max-width: 720px;
    margin: auto;
    margin-bottom: 20px;
    text-align: center;
}
.full-form iframe{min-height: 310px !important;}
.container.container--tiny {
    max-width: 100%;
}
.b-border.margin-left h4 {
    max-width: 400px;
    margin: auto;
    margin-bottom: 10px;
}
.b-border.margin-left p {
    max-width: 460px;
    margin: auto;
    margin-bottom: 12px;
}
/*************media****************/
@media (min-width:1600px){
.main-affilate img {
    width: 100%;
}
}
@media (max-width:1199px){
.aff-heading {
	font-size: 30px;
}}
@media (max-width:991px){
  .top-banner a {
	font-size: 16px;
}
.aff-heading {
	font-size: 27px;
}
  .step-box h3 {
	height: 50px;
	width: 50px;
	line-height: 50px;
	font-size: 30px;
}
  .step-box p {
	font-size: 16px;
	width: calc(100% - 50px);
	padding: 10px;
}
  .right-form {
	margin-left: 100px;
}
  .col-md-4 {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;

}
  .login-btn {
	right: 70px;
	bottom: 60px;
}
}

@media (max-width:767px){
.top-banner a {
	font-size: 14px;
	padding: 2px 10px;
	bottom: 10px;
}
  
  .aff-program-outer {
	padding: 30px 15px;
	text-align: text-center;
}
  .how-it-work {
	padding: 30px 15px;
    
}
  .bb-inner h3 {
	font-size: 30px;
}
  .bb-inner a {
	padding: 9px 16px;
	font-size: 14px;
}
  .right-form {
	margin-left: 10px;
}
  .container1 {
	padding: 0 15px;
}
}

@media (max-width:575px){
   .col-md-4,.col-50 {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}
  .bb-inner h3 {
	font-size: 18px;
}
  .left-form {
	width: 100%;
}
  .left-form,.right-form  {
	width: 100%;
	flex: 0 0 100%;
    -ms-flex: 0 0 100%;
}
  .form-block-inner {
	
	display:block;
}
  .login-btn {
	right: unset;
	bottom: 0;
	display: inline-block;
	left: 50%;
	transform: translateX(-50%);
}
 .add-step-block {
	padding-bottom: 40px;
}
}


@media (max-width:479px){

  .aff-heading {
	font-size: 25px;
}
  .aff-faq-title span {
	font-size: 33px;
}
  .bottom-banner img,.top-banner img {
	height: 140px;
	object-fit: cover;
}
}






