@media screen and (min-width: 320px) and (max-width: 374px){
    .show-pc{
        display: none;
    }
    .show-pc-large{
        display: none;
    }
/*header start*/
#f-header{
	width: 100%;
	height: 6.5rem;
	position: absolute;
	top: 0;
	left: 0;
	background-color: transparent;
	z-index: 999;
}
#f-header,#f-header nav{
	height: 4.5rem;
	padding: 0 1rem;
}
.navbar-brand img{
	width: 9rem;
}
.nav-item .nav-link{
	color: #1f2e3c;
	padding: 0;
}
.navbar-expand-md .navbar-nav .nav-link{
	display: none;
}
.nav-item .btn-open{
	color: #fff;
	font-family: robotoMedium;
	background-color: #EA3C7B;
	font-size: 1rem;
	margin: 0 1rem;
}
/*header end*/

/*banner start here*/
#f-banner{
	width: 100%;
	min-height: 280px;
	background: url(https://www.forex4you.com/en/wp-content/landing/en/refer-a-friend-2021/img/banner-mobile.png);
	background-repeat: no-repeat;
	background-position: bottom right;
	background-size: cover;
	position: relative;
	z-index: 1;
}
#f-banner .container{
	position: relative;
}
#f-banner .container .banner-content{
	width: auto;
	max-width: 10rem;
	position: absolute;
	top: 5rem;
	left: 2rem;
}
#f-banner .container .banner-content h1{
	font-size: 22px;
	line-height: 1.3;
	font-family: robotoBold;
}
#f-banner .container .banner-content p{
	margin: 0.5rem 0 1rem 0;
    color: #1f2e3c;
    font-size: 14px;
    line-height: 1.3;
}
#f-banner .container .banner-content button{
    width: 8.5rem;
    height: 2.5rem;
    color: #fff;
    background-color: #78BC1E;
    font-size: 12px;
}
/*banner end here*/

/*content start here*/

	/*content 公用*/
	.content-title{
		font-family: robotoBold;
		font-size: 20px;
	}
	.content-detils{
		font-size: 14px;
		padding-top: 0.5rem;

	}
	/*content 公用结束*/
.small-text{
    font-size: 12px !important;
}
#f-content{
	width: 100%;
	height: auto;
	min-height: 100vh;
	overflow: hidden;
    background: url(https://www.forex4you.com/en/wp-content/landing/en/refer-a-friend-2021/img/content-bg-mobile.png);
    background-position: bottom;
    background-size: cover;
}

#f-content i.money{
    display: none;
}
#f-content .big-number {
    font-size: 7rem;
    text-align: right;
    color: #78BC1E;
    margin-right: .5rem;
}
#f-content .content-subtitle {
    color: #1f2e3c;
    margin-top: 1.4rem;
    font-weight: bold;
    font-size: 20px;
}
#f-content .content-subtext {
    margin-top: .5rem;
    font-family: 'Roboto';
    font-size: 14px;
}
 	/*Promotion Period start here*/
 #f-content .f-promotion{
 	padding-top: 2rem;
 }
    
#f-content .f-promotion .content-detils {
    width: 90%;
    margin: auto;
}
	/*Promotion Period end here*/

	/*rewards start here*/
#f-content .f-invite{
    margin-top: 3rem;
	position: relative;
}
#f-content .f-invite .invite {
    margin-top: 2rem;
}
#f-content .invite .row img {
    zoom: 80%;
}
#f-content .invite .row .col-sm-5 {
    width: 35%;
}
#f-content .invite .row .col-sm-6 {
    width: 60%;
}
#f-content .col-md-8.col-lg-6 {
    margin-left: 1rem;
}
.invite-terms {
    width: 95%;
}
	/*rewards end here*/

	/*How to Participate start here*/
#f-content .f-track{
	margin-top: 3rem;
}
    
#f-content .track-text{
    background: url(https://www.forex4you.com/en/wp-content/landing/en/refer-a-friend-2021/img/track-bg-mobile.png);
    min-height: 21rem;
    background-repeat: no-repeat;
    margin: 1rem auto;
    background-size: contain;
    background-position: bottom;
}
#f-content .track-text .content-subtitle {
    padding-top: 0;
}
#f-content .text-content{
    width: 90%;
    margin: auto;
    text-align: center;
}
	/*How to Participate end here*/


	/*Minimum Requirements start here*/
#f-content .f-qualify{
	margin-top: 3rem;
    background: url(https://www.forex4you.com/en/wp-content/landing/en/refer-a-friend-2021/img/qualify-bg-mobile.png);
    min-height: 45rem;
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
}
#f-content .f-qualify .content-subtext {
    text-align: left;
    margin-top: .4rem;
}

#f-content .f-qualify .content-subtitle {
    padding-top: 0;
    text-align: left;
}
    
#f-content .f-qualify .terms {
    position: absolute;
    bottom: 5vh;
    color: #fff;
    text-align: center;
    width: 100%;
    left: 0;
}
#f-content .f-qualify .btn-green {
    margin-top: 1rem;
    position: absolute;
    bottom: 1vh;
    width: 100%;
    left: 0;
}
	/*Minimum Requirements end here*/

/*reliable starts here*/
    #f-reliable .container h3, #f-reliable .container div{
        font-family: 'Roboto';
    }
    #f-reliable{
        margin: 3rem auto;
    }
.w-layout-grid {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    grid-row-gap: 16px;
    grid-column-gap: 16px;
}
#f-reliable .green.center{
    text-align: center;
    color: #78bc1e;
    font-size: 24px;
    font-weight: bold;
}
.wrapper ._5-col-icons.mtop56 {
    margin-bottom: 56px;
}
._5-col-icons.mtop56 {
    margin-top: 35px;
}
._5-col-icons {
    max-width: 1169px;
    margin-right: auto;
    margin-left: auto;
    justify-items: center;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    font-size: 16px;
}  
.icon-block-vertical {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 160px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}  
.icon-subtitle {
    margin-top: 16px;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    text-align: center;
}   
#f-reliable .container button {
    width: 9.5rem;
    height: 3rem;
    color: #fff;
    background-color: #78BC1E;
    margin-top: 2rem;
    font-size: 14px;
}

/*reliable ends here*/
/*content end here*/
}
@media screen and (min-width: 375px) and (max-width: 575px){
    .show-pc{
        display: none;
    }
    .show-pc-large{
        display: none;
    }
/*header start*/
#f-header{
	width: 100%;
	height: 6.5rem;
	position: absolute;
	top: 0;
	left: 0;
	background-color: transparent;
	z-index: 999;
}
#f-header,#f-header nav{
	height: 4.5rem;
	padding: 0 1rem;
}
.navbar-brand img{
	width: 9rem;
}
.nav-item .nav-link{
	color: #1f2e3c;
	padding: 0;
}
.navbar-expand-md .navbar-nav .nav-link{
	display: none;
}
.nav-item .btn-open{
	color: #fff;
	font-family: robotoMedium;
	background-color: #EA3C7B;
	font-size: 1rem;
	margin: 0 1rem;
}
/*header end*/

/*banner start here*/
#f-banner{
	width: 100%;
	min-height: 350px;
	background: url(https://www.forex4you.com/en/wp-content/landing/en/refer-a-friend-2021/img/banner-mobile.png);
	background-repeat: no-repeat;
	background-position: bottom right;
	background-size: cover;
	position: relative;
	z-index: 1;
}
#f-banner .container{
	position: relative;
}
#f-banner .container .banner-content{
	width: auto;
	max-width: 10rem;
	position: absolute;
	top: 6rem;
	left: 2rem;
}
#f-banner .container .banner-content h1{
	font-size: 22px;
	line-height: 1.3;
	font-family: robotoBold;
}
#f-banner .container .banner-content p{
	margin: 0.5rem 0 1rem 0;
    color: #1f2e3c;
    font-size: 14px;
    line-height: 1.3;
}
#f-banner .container .banner-content button{
    width: 8.5rem;
    height: 2.5rem;
    color: #fff;
    background-color: #78BC1E;
    font-size: 12px;
}
/*banner end here*/

/*content start here*/

	/*content 公用*/
	.content-title{
		font-family: robotoBold;
		font-size: 20px;
	}
	.content-detils{
		font-size: 14px;
		padding-top: 0.5rem;

	}
	/*content 公用结束*/
.small-text{
    font-size: 12px !important;
}
#f-content{
	width: 100%;
	height: auto;
	min-height: 100vh;
	overflow: hidden;
    background: url(https://www.forex4you.com/en/wp-content/landing/en/refer-a-friend-2021/img/content-bg-mobile.png);
    background-position: bottom;
    background-size: cover;
}

#f-content i.money{
    display: none;
}
#f-content .big-number {
    font-size: 7rem;
    text-align: right;
    color: #78BC1E;
    margin-right: .5rem;
}
#f-content .content-subtitle {
    color: #1f2e3c;
    margin-top: 1.4rem;
    font-weight: bold;
    font-size: 20px;
}
#f-content .content-subtext {
    margin-top: .5rem;
    font-family: 'Roboto';
    font-size: 14px;
}
 	/*Promotion Period start here*/
 #f-content .f-promotion{
 	padding-top: 2rem;
 }
    
#f-content .f-promotion .content-detils {
    width: 90%;
    margin: auto;
}
	/*Promotion Period end here*/

	/*rewards start here*/
#f-content .f-invite{
    margin-top: 3rem;
	position: relative;
}
#f-content .f-invite .invite {
    margin-top: 2rem;
}
#f-content .invite .row img {
    zoom: 80%;
}
#f-content .invite .row .col-sm-5 {
    width: 35%;
}
#f-content .invite .row .col-sm-6 {
    width: 60%;
}
#f-content .col-md-8.col-lg-6 {
    margin-left: 1rem;
}
.invite-terms {
    width: 95%;
}
	/*rewards end here*/

	/*How to Participate start here*/
#f-content .f-track{
	margin-top: 3rem;
}
    
#f-content .track-text{
    background: url(https://www.forex4you.com/en/wp-content/landing/en/refer-a-friend-2021/img/track-bg-mobile.png);
    min-height: 21rem;
    background-repeat: no-repeat;
    margin: 1rem auto;
    background-size: contain;
    background-position: bottom;
}
#f-content .track-text .content-subtitle {
    padding-top: 0;
}
#f-content .text-content{
    width: 90%;
    margin: auto;
    text-align: center;
}
	/*How to Participate end here*/


	/*Minimum Requirements start here*/
#f-content .f-qualify{
	margin-top: 3rem;
    background: url(https://www.forex4you.com/en/wp-content/landing/en/refer-a-friend-2021/img/qualify-bg-mobile.png);
    min-height: 45rem;
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
}
#f-content .f-qualify .content-subtext {
    text-align: left;
    margin-top: .4rem;
}

#f-content .f-qualify .content-subtitle {
    padding-top: 0;
    text-align: left;
}
    
#f-content .f-qualify .terms {
    position: absolute;
    bottom: 5vh;
    color: #fff;
    text-align: center;
    width: 100%;
    left: 0;
}
#f-content .f-qualify .btn-green {
    margin-top: 1rem;
    position: absolute;
    bottom: 1vh;
    width: 100%;
    left: 0;
}
	/*Minimum Requirements end here*/

/*reliable starts here*/
    #f-reliable .container h3, #f-reliable .container div{
        font-family: 'Roboto';
    }
    #f-reliable{
        margin: 3rem auto;
    }
.w-layout-grid {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    grid-row-gap: 16px;
    grid-column-gap: 16px;
}
#f-reliable .green.center{
    text-align: center;
    color: #78bc1e;
    font-size: 24px;
    font-weight: bold;
}
.wrapper ._5-col-icons.mtop56 {
    margin-bottom: 56px;
}
._5-col-icons.mtop56 {
    margin-top: 35px;
}
._5-col-icons {
    max-width: 1169px;
    margin-right: auto;
    margin-left: auto;
    justify-items: center;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    font-size: 16px;
}  
.icon-block-vertical {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 160px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}  
.icon-subtitle {
    margin-top: 16px;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    text-align: center;
}   
#f-reliable .container button {
    width: 9.5rem;
    height: 3rem;
    color: #fff;
    background-color: #78BC1E;
    margin-top: 2rem;
    font-size: 14px;
}

/*reliable ends here*/
/*content end here*/
}

@media screen and (min-width: 576px) and (max-width: 767px){
    .show-pc{
        display: none;
    }
    .show-pc-large{
        display: none;
    }
    /*header start*/
#f-header{
	width: 100%;
	height: 6.5rem;
	position: absolute;
	top: 0;
	left: 0;
	background-color: transparent;
	z-index: 999;
}
#f-header,#f-header nav{
	height: 6.5rem;
	padding: 0 1rem;
}
.navbar-brand img{
	width: 11.25rem;
}
.nav-item .nav-link{
	color: #fff;
}
.navbar-expand-md .navbar-nav .nav-link{
	display: none;
}
.nav-item .btn-open{
	color: #fff;
	font-family: robotoMedium;
	background-color: #EA3C7B;
	font-size: 1rem;
	margin: 0 1rem;
}
/*header end*/

/*banner start here*/
#f-banner{
	width: 100%;
	min-height: 60vh;
	background: url(https://www.forex4you.com/en/wp-content/landing/en/refer-a-friend-2021/img/banner-mobile.png);
	background-repeat: no-repeat;
	background-position: bottom right;
	background-size: cover;
	position: relative;
	z-index: 1;
}
#f-banner .container{
	position: relative;
}
#f-banner .container .banner-content{
	width: auto;
	max-width: 17rem;
	position: absolute;
	top: 6rem;
	left: 0;
}
#f-banner .container .banner-content h1{
	font-size: 30px;
	line-height: 1;
	font-family: robotoBold;
}
#f-banner .container .banner-content p{
	margin: 0.5rem 0 1rem 0;
    color: #1f2e3c;
    font-size: 16px;
    line-height: 1.1;
}
#f-banner .container .banner-content button{
	width: 8.5rem;
    height: 2.5rem;
    color: #fff;
    background-color: #78BC1E;
}
/*banner end here*/

/*content start here*/

	/*content 公用*/
	.content-title{
		font-family: robotoBold;
		font-size: 25px;
		color: #78BC1E;
	}
	.content-detils{
		font-size: 16px;
		padding-top: 0.5rem;

	}
	/*content 公用结束*/
.small-text{
    font-size: 15px !important;
}
#f-content{
	width: 100%;
	height: auto;
	min-height: 100vh;
	overflow: hidden;
    background: url(https://www.forex4you.com/en/wp-content/landing/en/refer-a-friend-2021/img/content-bg.png);
}

#f-content i.money{
    display: none;
}
#f-content .big-number {
    font-size: 7rem;
    text-align: right;
    color: #78BC1E;
    margin-right: .5rem;
}
#f-content .content-subtitle {
    color: #1f2e3c;
    margin-top: 1.2rem;
    font-weight: bold;
    font-size: 1.56rem;
}
#f-content .content-subtext {
    margin-top: .5rem;
    font-family: 'Roboto';
    font-size: 20px;
}
 	/*Promotion Period start here*/
 #f-content .f-promotion{
 	padding-top: 2rem;
 }
    
#f-content .f-promotion .content-detils {
    width: 85%;
    margin: auto;
}
	/*Promotion Period end here*/

	/*rewards start here*/
#f-content .f-invite{
    margin-top: 3rem;
	position: relative;
}
#f-content .f-invite .invite {
    margin-top: 2rem;
}
#f-content .invite .row img {
    zoom: 80%;
}
#f-content .col-md-8.col-lg-6 {
    margin-left: 1rem;
}
    
#f-content .f-qualify .terms {
    position: absolute;
    bottom: 6rem;
}
#f-content .f-qualify .btn-green {
    margin-top: .5rem;
    display: block;
    position: absolute;
    bottom: 3rem;
}
	/*rewards end here*/

	/*How to Participate start here*/
#f-content .f-track{
	margin-top: 3rem;
}
    
#f-content .track-text{
    background: url(https://www.forex4you.com/en/wp-content/landing/en/refer-a-friend-2021/img/track-bg.png);
    min-height: 3rem;
    background-repeat: no-repeat;
    margin: 2rem auto;
    background-size: cover;
}
#f-content .track-text .content-subtitle {
    padding-top: 2rem;
}
#f-content .text-content{
    width: 45%;
    margin-left: 50%;
}
	/*How to Participate end here*/


	/*Minimum Requirements start here*/
#f-content .f-qualify{
	margin-top: 3rem;
    background: url(https://www.forex4you.com/en/wp-content/landing/en/refer-a-friend-2021/img/qualify-bg.png);
    min-height: 10rem;
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
}

#f-content .f-qualify .content-subtitle {
    padding-top: 2rem;
}
	/*Minimum Requirements end here*/

/*reliable starts here*/
    #f-reliable .container h3, #f-reliable .container div{
        font-family: 'Roboto';
    }
    #f-reliable{
        margin: 5rem auto;
    }
.w-layout-grid {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    grid-row-gap: 16px;
    grid-column-gap: 16px;
}
#f-reliable .green.center{
    text-align: center;
    color: #78bc1e;
    font-size: 36px;
    font-weight: bold;
}
.wrapper ._5-col-icons.mtop56 {
    margin-bottom: 56px;
}
._5-col-icons.mtop56 {
    margin-top: 56px;
}
._5-col-icons {
    max-width: 1169px;
    margin-right: auto;
    margin-left: auto;
    justify-items: center;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    font-size: 16px;
}  
.icon-block-vertical {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 160px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}  
.icon-subtitle {
    margin-top: 16px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    text-align: center;
}   
#f-reliable .container button {
    width: 19.5rem;
    height: 3rem;
    color: #fff;
    background-color: #78BC1E;
    margin-top: 2rem;
}

/*reliable ends here*/
/*content end here*/
    
    
}

@media screen and (min-width: 768px) and (max-width: 991px){
    .show-mobile{
        display: none;
    }
    .show-pc-large{
        display: none;
    }
    /*header start*/
#f-header{
	width: 100%;
	height: 6.5rem;
	position: absolute;
	top: 0;
	left: 0;
	background-color: transparent;
	z-index: 999;
}
#f-header,#f-header nav{
	height: 6.5rem;
	padding: 0;
}
.navbar-brand img{
	width: 12rem;
}
.nav-item .nav-link{
	color: #fff;
}
.nav-item .btn-open{
	color: #fff;
	font-family: robotoMedium;
	background-color: #EA3C7B;
	font-size: 1rem;
	margin: 0 1rem;
}
/*header end*/

/*banner start here*/
#f-banner{
	width: 100%;
	min-height: 55vh;
	background: url(https://www.forex4you.com/en/wp-content/landing/en/refer-a-friend-2021/img/banner-tablet.png);
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: cover;
	position: relative;
	z-index: 1;
}
#f-banner .container{
	position: relative;
}
#f-banner .container .banner-content{
	width: auto;
	max-width: 22rem;
	position: absolute;
	top: 8rem;
	left: 15px;
}
#f-banner .container .banner-content h1{
	font-size: 2.5rem;
	line-height: 1;
	font-family: robotoBold;
}
#f-banner .container .banner-content p{
	margin: 1.5rem 0 2rem 0;
    color: #1f2e3c;
    font-size: 1.3rem;
    line-height: 1.1;
}
#f-banner .container .banner-content button{
	width: 12.5rem;
    height: 3rem;
    color: #fff;
    background-color: #78BC1E;
}
/*banner end here*/

/*content start here*/

	/*content 公用*/
	.content-title{
		font-size: 2rem;
	}
	.content-detils{
		font-size: 1rem;
		padding-top: 1rem;

	}
	/*content 公用结束*/

.small-text{
    font-size: 15px !important;
}
#f-content{
	width: 100%;
	height: auto;
	min-height: 100vh;
	overflow: hidden;
    background: url(https://www.forex4you.com/en/wp-content/landing/en/refer-a-friend-2021/img/content-bg.png);
}

#f-content i.money{
    display: none;
}
#f-content .big-number {
    font-size: 7rem;
    text-align: right;
    color: #78BC1E;
    margin-right: .5rem;
}
#f-content .content-subtitle {
    color: #1f2e3c;
    margin-top: 1.2rem;
    font-weight: bold;
    font-size: 22px;
    font-family: 'robotoBold';
}
#f-content .content-subtext {
    margin-top: .2rem;
    font-family: 'Roboto';
    font-size: 20px;
}
 	/*Promotion Period start here*/
 #f-content .f-promotion{
 	padding-top: 2rem;
 }
    
#f-content .f-promotion .content-detils {
    width: 85%;
    margin: auto;
}
	/*Promotion Period end here*/

	/*rewards start here*/
#f-content .f-invite{
    margin-top: 3rem;
	position: relative;
}
#f-content .f-invite .invite {
    margin-top: 2rem;
}
#f-content .invite .row img {
    zoom: 80%;
}
#f-content .col-md-8.col-lg-6 {
    margin-left: 1rem;
}
    
#f-content .f-qualify .terms {
    
}
#f-content .f-qualify .btn-green {
    margin-top: .5rem;
    display: block;
}
	/*rewards end here*/

	/*How to Participate start here*/
#f-content .f-track{
	margin-top: 3rem;
}
    
#f-content .track-text{
    background: url(https://www.forex4you.com/en/wp-content/landing/en/refer-a-friend-2021/img/track-bg.png);
    min-height: 12rem;
    background-repeat: no-repeat;
    margin: 1rem auto;
    background-size: contain;
    background-position: bottom;
}
#f-content .track-text .content-subtitle {
    padding-top: 2rem;
}
#f-content .text-content{
    width: 60%;
    margin-left: 40%;
}
	/*How to Participate end here*/


	/*Minimum Requirements start here*/
#f-content .f-qualify{
	margin-top: 3rem;
    background: url(https://www.forex4you.com/en/wp-content/landing/en/refer-a-friend-2021/img/qualify-bg-tablet.png);
    min-height: 26rem;
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
}

#f-content .f-qualify .content-subtitle {
    padding-top: .5rem;
}
	/*Minimum Requirements end here*/

/*reliable starts here*/
    #f-reliable .container h3, #f-reliable .container div{
        font-family: 'Roboto';
    }
    #f-reliable{
        margin: 5rem auto;
    }
.w-layout-grid {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    grid-row-gap: 16px;
    grid-column-gap: 16px;
}
#f-reliable .green.center{
    text-align: center;
    color: #78bc1e;
    font-size: 36px;
    font-weight: bold;
}
.wrapper ._5-col-icons.mtop56 {
    margin-bottom: 56px;
}
._5-col-icons.mtop56 {
    margin-top: 56px;
}
._5-col-icons {
    max-width: 1169px;
    margin-right: auto;
    margin-left: auto;
    justify-items: center;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    font-size: 16px;
}  
.icon-block-vertical {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 160px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}  
.icon-subtitle {
    margin-top: 16px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    text-align: center;
}   
#f-reliable .container button {
    width: 19.5rem;
    height: 3rem;
    color: #fff;
    background-color: #78BC1E;
    margin-top: 2rem;
}
    
  #icon_4th {
    grid-column: 1/span 2;
    grid-row: 2;
  }
  #icon_5th {
    grid-column: 2/span 2;
    grid-row: 2;
  }

    
/*reliable ends here*/
/*content end here*/
}

@media screen and (min-width: 992px) and (max-width: 1199px){
    .show-mobile{
        display: none;
    }
    .show-pc-large{
        display: none;
    }
    /*header start*/
#f-header{
	width: 100%;
	height: 6.5rem;
	position: absolute;
	top: 0;
	left: 0;
	background-color: transparent;
	z-index: 999;
}
#f-header,#f-header nav{
	height: 6.5rem;
	padding: 0;
}
.navbar-brand img{
	width: 12rem;
}
.nav-item .nav-link{
	color: #fff;
}
.nav-item .btn-open{
	color: #fff;
	font-family: robotoMedium;
	background-color: #EA3C7B;
	font-size: 1rem;
	margin: 0 1rem;
}
/*header end*/

/*banner start here*/
#f-banner{
	width: 100%;
	min-height: 36vh;
	background: url(https://www.forex4you.com/en/wp-content/landing/en/refer-a-friend-2021/img/banner-tablet.png);
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: cover;
	position: relative;
	z-index: 1;
}
#f-banner .container{
	position: relative;
}
#f-banner .container .banner-content{
	width: auto;
	max-width: 22rem;
	position: absolute;
	top: 8rem;
}
#f-banner .container .banner-content h1{
	font-size: 2.5rem;
	line-height: 1;
	font-family: robotoBold;
}
#f-banner .container .banner-content p{
	margin: 1.5rem 0 2rem 0;
    color: #1f2e3c;
    font-size: 1.3rem;
    line-height: 1.1;
}
#f-banner .container .banner-content button{
	width: 12.5rem;
    height: 3rem;
    color: #fff;
    background-color: #78BC1E;
}
/*banner end here*/

/*content start here*/

	/*content 公用*/
	.content-title{
		font-size: 2rem;
	}
	.content-detils{
		font-size: 1rem;
		padding-top: 1rem;

	}
	/*content 公用结束*/
.small-text{
    font-size: 15px !important;
}
#f-content{
	width: 100%;
	height: auto;
	min-height: 100vh;
	overflow: hidden;
    background: url(https://www.forex4you.com/en/wp-content/landing/en/refer-a-friend-2021/img/content-bg.png);
	background-size: cover;
    background-position: bottom;
}

#f-content i.money-1{
    width: 123px;
    height: 144px;
    top: 10%;
    left: 0;
}
#f-content i.money-2{
    width: 156px;
    height: 242px;
    top: 7%;
    right: 0;
}
#f-content i.money-3{
    width: 171px;
    height: 182px;
    bottom: 30%;
    left: 0;
}
#f-content i.money-4{
    width: 179px;
    height: 189px;
    top: 50%;
    right: 0;
}
#f-content i.money-5{
    width: 117px;
    height: 139px;
    bottom: 15%;
    right: 0;
}
i.master.money {
    zoom: 70%;
}
#f-content .big-number {
    font-size: 7rem;
    text-align: right;
    color: #78BC1E;
    margin-right: .5rem;
}
#f-content .content-subtitle {
    color: #1f2e3c;
    margin-top: 1.2rem;
    font-weight: bold;
    font-size: 1.56rem;
}
#f-content .content-subtext {
    margin-top: .5rem;
    font-family: 'Roboto';
    font-size: 20px;
}
 	/*Promotion Period start here*/
 #f-content .f-promotion{
 	padding-top: 2rem;
 }
    
#f-content .f-promotion .content-detils {
    width: 70%;
    margin: auto;
}
	/*Promotion Period end here*/

	/*rewards start here*/
#f-content .f-invite{
    margin-top: 3rem;
	position: relative;
}
#f-content .f-invite .invite {
    margin-top: 2rem;
}

#f-content .f-qualify .terms {
    margin-top: 1rem;
    position: absolute;
    bottom: 5rem;
}
#f-content .f-qualify .btn-green {
    margin-top: .5rem;
    display: block;
    position: absolute;
    bottom: 2rem;
}
	/*rewards end here*/

	/*How to Participate start here*/
#f-content .f-track{
	margin-top: 3rem;
}
    
#f-content .track-text{
    background: url(https://www.forex4you.com/en/wp-content/landing/en/refer-a-friend-2021/img/track-bg.png);
    min-height: 15rem;
    background-repeat: no-repeat;
    margin: 1rem auto;
    background-size: 80%;
    background-position: center;
}
#f-content .track-text .content-subtitle {
    padding-top: 2rem;
}
#f-content .text-content{
    width: 55%;
    margin-left: 40%;
}
	/*How to Participate end here*/


	/*Minimum Requirements start here*/
#f-content .f-qualify{
	margin-top: 3rem;
    background: url(https://www.forex4you.com/en/wp-content/landing/en/refer-a-friend-2021/img/qualify-bg-tablet.png);
    min-height: 30rem;
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
}

#f-content .f-qualify .content-subtitle {
    padding-top: 1rem;
}
	/*Minimum Requirements end here*/

/*reliable starts here*/
    #f-reliable .container h3, #f-reliable .container div{
        font-family: 'Roboto';
    }
    #f-reliable{
        margin: 5rem auto;
    }
.w-layout-grid {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    grid-row-gap: 16px;
    grid-column-gap: 16px;
}
#f-reliable .green.center{
    text-align: center;
    color: #78bc1e;
    font-size: 36px;
    font-weight: bold;
}
.wrapper ._5-col-icons.mtop56 {
    margin-bottom: 56px;
}
._5-col-icons.mtop56 {
    margin-top: 56px;
}
._5-col-icons {
    max-width: 1169px;
    margin-right: auto;
    margin-left: auto;
    justify-items: center;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    font-size: 16px;
}  
.icon-block-vertical {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 160px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}  
.icon-subtitle {
    margin-top: 16px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    text-align: center;
}   
#f-reliable .container button {
    width: 19.5rem;
    height: 3rem;
    color: #fff;
    background-color: #78BC1E;
    margin-top: 2rem;
}    
    
/*reliable ends here*/
/*content end here*/
}

@media screen and (min-width: 1200px) and (max-width: 1365px){
    .show-mobile{
        display: none;
    }
    .hide-for-large-pc{
        display: none;
    }
    /*header start*/
#f-header{
	width: 100%;
	height: 6.5rem;
	position: absolute;
	top: 0;
	left: 0;
	background-color: transparent;
	z-index: 999;
}
#f-header,#f-header nav{
	height: 6.5rem;
	padding: 0;
}
.navbar-brand img{
	width: 14.25rem;
}
.nav-item .nav-link{
	color: #fff;
}
.nav-item .btn-open{
	color: #fff;
	font-family: robotoMedium;
	background-color: #EA3C7B;
	font-size: 1rem;
	margin: 0 1rem;
}
/*header end*/

/*banner start here*/
#f-banner{
	width: 100%;
	min-height: 87vh;
	background: url(https://www.forex4you.com/en/wp-content/landing/en/refer-a-friend-2021/img/banner-pc.png);
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: cover;
	position: relative;
	z-index: 1;
}
#f-banner .container{
	position: relative;
}
#f-banner .container .banner-content{
	width: auto;
	max-width: 28rem;
	position: absolute;
	top: 11rem;
	left: 0;
    padding-left: 15px;
}
#f-banner .container .banner-content h1{
	font-size: 50px;
	font-family: robotoBold;
}
#f-banner .container .banner-content p{
	margin:2rem 0; 
	color: #1f2e3c;
	font-size: 22px;
}
#f-banner .container .banner-content button{
	width: 19.5rem;
    height: 3rem;
    color: #fff;
    background-color: #78BC1E;
}
/*banner end here*/

/*content start here*/

	/*content 公用*/
	.content-title{
		font-size: 2.5rem;
	}
	.content-detils{
		font-size: 1.56rem;
		padding-top: 2rem;
	}
	/*content 公用结束*/
.small-text{
    font-size: 15px !important;
}
#f-content{
	width: 100%;
	height: auto;
	min-height: 100vh;
	overflow: hidden;
    background: url(https://www.forex4you.com/en/wp-content/landing/en/refer-a-friend-2021/img/content-bg.png);
	background-size: cover;
    background-position: bottom;
}

#f-content i.money-1{
    width: 123px;
    height: 144px;
    top: 10%;
    left: 0;
}
#f-content i.money-2{
    width: 156px;
    height: 242px;
    top: 7%;
    right: 0;
}
#f-content i.money-3{
    width: 171px;
    height: 182px;
    bottom: 30%;
    left: 0;
}
#f-content i.money-4{
    width: 179px;
    height: 189px;
    top: 50%;
    right: 0;
}
#f-content i.money-5{
    width: 117px;
    height: 139px;
    bottom: 15%;
    right: 0;
}
#f-content .big-number {
    font-size: 7rem;
    text-align: right;
    color: #78BC1E;
    margin-right: .5rem;
}
#f-content .content-subtitle {
    color: #1f2e3c;
    margin-top: 1.2rem;
    font-weight: bold;
    font-size: 1.56rem;
}
#f-content .content-subtext {
    margin-top: .5rem;
    font-family: 'Roboto';
    font-size: 20px;
}
 	/*Promotion Period start here*/
 #f-content .f-promotion{
 	padding-top: 2rem;
 }
    
#f-content .f-promotion .content-detils {
    width: 70%;
    margin: auto;
}
	/*Promotion Period end here*/

	/*rewards start here*/
#f-content .f-invite{
    margin-top: 3rem;
	position: relative;
}
#f-content .f-invite .invite {
    margin-top: 2rem;
}

	/*rewards end here*/

	/*How to Participate start here*/
#f-content .f-track{
	margin-top: 3rem;
}
    
#f-content .track-text{
    background: url(https://www.forex4you.com/en/wp-content/landing/en/refer-a-friend-2021/img/track-bg.png);
    min-height: 15rem;
    background-repeat: no-repeat;
    
    margin: 2rem auto;
    background-size: 80%;
    background-position: center;
}
#f-content .track-text .content-subtitle {
    padding-top: 2rem;
}
#f-content .text-content{
    width: 45%;
    margin-left: 45%;
}
	/*How to Participate end here*/


	/*Minimum Requirements start here*/
#f-content .f-qualify{
	margin-top: 3rem;
    background: url(https://www.forex4you.com/en/wp-content/landing/en/refer-a-friend-2021/img/qualify-bg.png);
    min-height: 45rem;
    background-repeat: no-repeat;
    background-position: top;
    background-size: contain;
}

#f-content .f-qualify .content-subtitle {
    padding-top: 2rem;
}
    
#f-content .f-qualify .terms {
    position: absolute;
    bottom: 6rem;
}
#f-content .f-qualify .btn-green {
    margin-top: .5rem;
    display: block;
    position: absolute;
    bottom: 3rem;
}
	/*Minimum Requirements end here*/

/*reliable starts here*/
    #f-reliable .container h3, #f-reliable .container div{
        font-family: 'Roboto';
    }
    #f-reliable{
        margin: 5rem auto;
    }
.w-layout-grid {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    grid-row-gap: 16px;
    grid-column-gap: 16px;
}
#f-reliable .green.center{
    text-align: center;
    color: #78bc1e;
    font-size: 36px;
    font-weight: bold;
}
.wrapper ._5-col-icons.mtop56 {
    margin-bottom: 56px;
}
._5-col-icons.mtop56 {
    margin-top: 56px;
}
._5-col-icons {
    max-width: 1169px;
    margin-right: auto;
    margin-left: auto;
    justify-items: center;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    font-size: 16px;
}  
.icon-block-vertical {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 160px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}  
.icon-subtitle {
    margin-top: 16px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    text-align: center;
}   
#f-reliable .container button {
    width: 19.5rem;
    height: 3rem;
    color: #fff;
    background-color: #78BC1E;
    margin-top: 2rem;
}    
    
/*reliable ends here*/
/*content end here*/

}

@media screen and (min-width: 1366px){
    .show-mobile{
        display: none;
    }
    .hide-for-large-pc{
        display: none;
    }
    /*header start*/
#f-header{
	width: 100%;
	height: 6.5rem;
	position: absolute;
	top: 0;
	left: 0;
	background-color: transparent;
	z-index: 999;
}
#f-header,#f-header nav{
	height: 6.5rem;
	padding: 0;
}
.navbar-brand img{
	width: 14.25rem;
}
.nav-item .nav-link{
	color: #fff;
}
.nav-item .btn-open{
	color: #fff;
	font-family: robotoMedium;
	background-color: #EA3C7B;
	font-size: 1rem;
	margin: 0 1rem;
}
/*header end*/

/*banner start here*/
#f-banner{
	width: 100%;
	min-height: 87vh;
	background: url(https://www.forex4you.com/en/wp-content/landing/en/refer-a-friend-2021/img/banner-pc.png);
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: cover;
	position: relative;
	z-index: 1;
}
#f-banner .container{
	position: relative;
}
#f-banner .container .banner-content{
	width: auto;
	max-width: 28rem;
	position: absolute;
	top: 11rem;
	left: 0;
    padding-left: 15px;
}
#f-banner .container .banner-content h1{
	font-size: 50px;
	font-family: robotoBold;
}
#f-banner .container .banner-content p{
	margin:2rem 0; 
	color: #1f2e3c;
	font-size: 22px;
}
#f-banner .container .banner-content button{
	width: 19.5rem;
    height: 3rem;
    color: #fff;
    background-color: #78BC1E;
}
/*banner end here*/

/*content start here*/

	/*content 公用*/
	.content-title{
		font-size: 2.5rem;
	}
	.content-detils{
		font-size: 1.56rem;
		padding-top: 2rem;
	}
	/*content 公用结束*/
.small-text{
    font-size: 15px !important;
}
#f-content{
	width: 100%;
	height: auto;
	min-height: 100vh;
	overflow: hidden;
    background: url(https://www.forex4you.com/en/wp-content/landing/en/refer-a-friend-2021/img/content-bg.png);
	background-size: cover;
    background-position: bottom;
}

#f-content i.money-1{
    width: 123px;
    height: 144px;
    top: 10%;
    left: 0;
}
#f-content i.money-2{
    width: 156px;
    height: 242px;
    top: 7%;
    right: 0;
}
#f-content i.money-3{
    width: 171px;
    height: 182px;
    bottom: 30%;
    left: 0;
}
#f-content i.money-4{
    width: 179px;
    height: 189px;
    top: 50%;
    right: 0;
}
#f-content i.money-5{
    width: 117px;
    height: 139px;
    bottom: 15%;
    right: 0;
}
#f-content .big-number {
    font-size: 7rem;
    text-align: right;
    color: #78BC1E;
    margin-right: .5rem;
}
#f-content .content-subtitle {
    color: #1f2e3c;
    margin-top: 1.2rem;
    font-weight: bold;
    font-size: 28px;
}
#f-content .content-subtext {
    margin-top: .5rem;
    font-family: 'Roboto';
    font-size: 20px;
}
 	/*Promotion Period start here*/
 #f-content .f-promotion{
 	padding-top: 2rem;
 }
    
#f-content .f-promotion .content-detils {
    width: 70%;
    margin: auto;
}
	/*Promotion Period end here*/

	/*rewards start here*/
#f-content .f-invite{
    margin-top: 3rem;
	position: relative;
}
#f-content .f-invite .invite {
    margin-top: 2rem;
}

	/*rewards end here*/

	/*How to Participate start here*/
#f-content .f-track{
	margin-top: 3rem;
}
    
#f-content .track-text{
    background: url(https://www.forex4you.com/en/wp-content/landing/en/refer-a-friend-2021/img/track-bg.png);
    min-height: 15rem;
    background-repeat: no-repeat;
    margin: 2rem auto;
    background-size: 80%;
    background-position: center;
}
#f-content .track-text .content-subtitle {
    padding-top: 2rem;
}
#f-content .text-content{
    width: 45%;
    margin-left: 45%;
}
	/*How to Participate end here*/


	/*Minimum Requirements start here*/
#f-content .f-qualify{
	margin-top: 3rem;
    background: url(https://www.forex4you.com/en/wp-content/landing/en/refer-a-friend-2021/img/qualify-bg.png);
    min-height: 40rem;
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
}

#f-content .f-qualify .content-subtitle {
    padding-top: 2rem;
}
#f-content .f-qualify .terms {
   position: absolute;
    bottom: 6rem;
}
#f-content .f-qualify .btn-green {
    margin-top: .5rem;
    display: block;
    position: absolute;
    bottom: 3rem;
}
	/*Minimum Requirements end here*/

/*reliable starts here*/
    #f-reliable .container h3, #f-reliable .container div{
        font-family: 'Roboto';
    }
    #f-reliable{
        margin: 5rem auto;
    }
.w-layout-grid {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    grid-row-gap: 16px;
    grid-column-gap: 16px;
}
#f-reliable .green.center{
    text-align: center;
    color: #78bc1e;
    font-size: 36px;
    font-weight: bold;
}
.wrapper ._5-col-icons.mtop56 {
    margin-bottom: 56px;
}
._5-col-icons.mtop56 {
    margin-top: 56px;
}
._5-col-icons {
    max-width: 1169px;
    margin-right: auto;
    margin-left: auto;
    justify-items: center;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    font-size: 16px;
}  
.icon-block-vertical {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 160px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}  
.icon-subtitle {
    margin-top: 16px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    text-align: center;
}   
#f-reliable .container button {
    width: 19.5rem;
    height: 3rem;
    color: #fff;
    background-color: #78BC1E;
    margin-top: 2rem;
}    
    
/*reliable ends here*/
/*content end here*/

}




/***footer***/
.forex-footer {
    width: 100%;
    padding-top: 40px;
    color: #fff;
    background-color: #202F3D;
    font-family: Roboto, sans-serif;
}
.forex-footer h4, .forex-footer h5 {
    color: #fff;
    font-weight: 800;
}
.forex-footer h4 {
    font-size: 18px;
    line-height: 24px;
}
.forex-footer h5 {
    font-size: 14px;
    line-height: 20px;
    margin-top: 10px;
}
.forex-footer p {
    font-family: sans-serif;
}

.forex-footer a {
    color: #149ecc;
    text-decoration: none;
}

.forex-footer a:hover {
    color: #9ae13a;
    text-decoration: none;
}

.forex-footer hr{
    border-color: #58636E;
}

.forex-footer .footer-container {
    max-width: 1172px;
    margin: 0 auto;
    padding: 0 15px;
}

.forex-footer .footer-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.forex-footer .footer-column {
    position: relative;
    width: 100%;
    padding: 0 15px;
}
.forex-footer .footer-top {
    margin: 0 auto;
}

.forex-footer .footer-logo {
    margin-bottom: 15px;
}

.forex-footer .footer-apps-title {
    margin: 25px 0;
    padding: 0;
}

.forex-footer .footer-app-links a {
    margin-right: 5px;
    max-width: 45%;
    display: inline-block;
}

.forex-footer .footer-socials {
    text-align: right;
    padding-top: 20px;
}

.forex-footer .footer-socials a {
    margin-left: 25px;
}
.forex-footer .footer-socials a:first-child {
    margin-left: 0;
}
.forex-footer .footer-socials img {
    width: 30px;
    height: 30px;
}

.forex-footer .footer-disclaimer {
    margin: 25px 0 50px;
}

.forex-footer .footer-disclaimer p {
    margin: 0 0 20px;
    color: #9099A3;
    font-family: sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.2rem;
}

.forex-footer .footer-column.one .footer-disclaimer p {
    
    max-width: 80%;
}
.forex-footer .footer-support {
    margin: 25px 0;
    font-size: 24px;
    font-weight: 600;
}

.forex-footer .footer-support img{
    width: 25px;
    margin-top: -4px;
}

.forex-footer .footer-support span {
    margin-left: 5px;
    color: #9ae13a;
    font-size: 24px;
    font-weight: 800;
}

.forex-footer .footer-support-title {
    font-size: 14px;
    margin-bottom: 10px;
}

.forex-footer .footer-menu {
    margin: 25px 0 0;
    padding: 0;
    text-decoration: none;
}
.forex-footer .footer-menu li {
    display: inline;
    padding-right: 25px;
    text-decoration: none;
}

.forex-footer .footer-chat-links {
    text-align: right;
    padding-top: 20px;
}
.forex-footer .footer-chat-links li {
    display: inline-block;
}
.forex-footer .footer-chat-links li a{
    display: block;
    text-align: center;
}
.forex-footer .footer-chat-links li a img {
    width: 30px;
    height: 30px;
}
.forex-footer .footer-chat-links .footer-green-text {
    font-size: 22px;
    color: #8cc63e;
    font-weight: 600;
}

.forex-footer .footer-container.darker {
    background-color: #12202d;
    max-width: 100%;
}

.forex-footer .footer-container.darker .footer-row {
    padding: 20px 0 10px;
    max-width: 1172px;
    margin: auto;
}
.forex-footer .footer-container.darker p {
    color: #9099A3;
    font-size: 13px;
}

@media (min-width: 1024px) {
    .forex-footer .footer-column {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .forex-footer .footer-column.one {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .forex-footer .footer-column.two {
        max-width: 25%;
    }
    
    .forex-footer .footer-chat-links li:first-child {
        margin-right: 35px;
    }
}

@media (min-width: 768px) {
    .forex-footer .footer-container {
        max-width: 90%;
    }
    .forex-footer .footer-column {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .forex-footer .footer-column.one {
        flex: 0 0 60%;
        max-width: 60%;
    }
    .forex-footer .footer-column.two {
        max-width: 40%;
    }
    
    .forex-footer .footer-chat-links li:first-child {
        margin-right: 35px;
    }
}
@media (max-width: 767px) {
    .forex-footer .footer-column:nth-child(n+2) {
        
    }
    .forex-footer .footer-app-links {
        text-align: center;
    }
    .forex-footer .footer-app-links a {
        margin-bottom: 20px;
    }
    .forex-footer .footer-apps-title {
        text-align: center;
        font-size: 16px;
    }
    .forex-footer .footer-support {
        text-align: center;
    }
    .forex-footer .footer-chat-links {
        text-align: center;
        padding-left: 0;
        padding-top: 0;
    }
    .forex-footer .footer-chat-links li:first-child {
        margin-right: 35px;
    }
    .forex-footer .footer-socials {
        text-align: center;
        padding-bottom: 20px;
        padding-top: 0;
    }
    .forex-footer .footer-disclaimer {
        margin-bottom: 0;
    }
    .forex-footer .footer-column.two .footer-menu{
        margin-top: 0;
    }
    .forex-footer .footer-column.two .footer-disclaimer p:nth-child(2){
        text-align: center;
    }

}