* {
    font-family: 'Source Sans Pro', sans-serif;
}
html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}
.section {
    padding: 80px 0;
}
.f-align {
    display: flex;
    align-items: center;
    justify-content: center;
}
h1 {
    font-size: 60px;
    line-height: 1.05;
    color: #fff;
    font-weight: 600;
    margin-bottom: 30px;
}

h2 {
    font-size: 40px;
    line-height: 60px;
    text-align: center;
    font-weight: 600;
    color: #252842;
}

/*FXTM colours*/
.bg-navy {
    background-color: #1a1d30;
}
.bg-grey {
    background-color: #f5f5f5;
}
.bg-light-navy {
    background-color: #1A1D30;
}
.bg-social-navy {
    background-color: #191B29;
}
.txt-white {
    color: #fff;
}
.txt-navy {
    color: #252842
    ;
}

.trademarks-rw{
	text-align: center;
	margin-top: 20px;
	font-size: 12px;
}

/*Hero Banner*/
.hero-banner {
    background: #1a1d30 url("../images/desk-hero.png") no-repeat center top;
    height: 100%;
    position: relative;
    background-size: cover;
    overflow: hidden;
    padding: 40px 0 60px 0;
}
.banner-content {
    padding: 20px;
}
.hero-banner p, ul{
    font-size: 20px;
    line-height: 25px;
    color: #fff;
    font-weight: 300;
}
.hero-banner ul {
    list-style: none;
    margin: 60px 0;
}
.hero-banner li {
    margin: 20px 0;
}
.hero-banner ul li::before {
    content: "\2022"; 
    color: #ff4521; 
    font-weight: bold; 
    display: inline-block; 
    width: 1em; 
    margin-left: -1em; 
    font-size: 26px;
}

  /*Box sections*/
  
.col-box {
    text-align: center;
    min-height: 200px;
    padding: 20px;
}
.col-box-img {
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 5px;
}
.col-box-title {
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    margin-bottom: 20px;
}
.col-box-text {
    font-size: 16px;
    line-height: 22px;
}

/*Enjoy FXTM*/
.enjoy-fxtm p {
    font-size: 14px;
    line-height: 22px;
    font-weight: 300;
    text-align: center;
    color: #fff;
}

/* Button */
.btn {
    margin: auto;
    display: block;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    font-weight: 600;
    background-color: #ff4521;
    border-radius: 40px;
    padding: 10px;
    max-width: 180px;
    margin-top: 60px;
}

.btn:hover {
    color: #fff;
    background-color: #ff6344;
}


/* Risk warning */
.enjoy-fxtm .risk {
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    margin: 10px 0;
}
.over-2-million .risk {
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    margin: 10px 0;
}

.logo {
    max-width: 150px;
    width: 100%;
    margin: auto;
    filter: drop-shadow( 0px 0px 8px rgba(0, 0, 0, 0.2));
    display: block;
}

.social-icons {
    padding: 20px 0;
}

.social-icons img {
    max-width: 45px;
    display: block;
    margin: auto;
}

.disclaimer p {
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    color: rgb(181, 181, 181);
    text-align: center;
    line-height: 22px;
}

/*Indivudual chnage*/
#enjoy-fxtm-boxes {
    margin: 30px 0;
}
#titleTwo {
    max-width: 800px;
    margin: auto;
}

@media (max-width: 1199px) {
    #regform {
        overflow: hidden;
        border-radius: 15px;
    }
}

@media (max-width: 991px) {
    h1 {
        font-size: 50px;
        line-height: 55px;
        color: #fff;
        font-weight: 600;
        margin-bottom: 30px;
    }
    .hero-banner {
        background: #1a1d30 url("../images/tab-hero.png") no-repeat center top;
        height: 100%;
        position: relative;
        background-size: cover;
        overflow: hidden;
        padding: 80px 0;
    }
    .hero-banner ul {
        margin: 40px 0;
    }
    .banner-content {
        padding: 0;
    }
    .banner-content p {
        font-weight: normal;
    }
}

@media (max-width: 767px) {
    .section {
        padding: 40px;
    }
    h1 {
        font-size: 40px;
        line-height: 45px;
        text-align: center;
        margin-bottom: 15px;
    }
    .banner-content p {
        text-align: center;

    }
    .hero-banner ul {
        margin: 20px 0;
    }
    .hero-banner li {
        margin: 10px;
        font-size: 16px;
        line-height: 20px;
    }
    h2 {
        font-size: 30px;
        line-height: 35px;
    }
    #enjoy-fxtm-boxes {
        margin: 0;
    }
    .col-box {
        padding: 10px;
    }
    .btn {
        margin-top: 30px;
    }
    .mobMargin {
        margin: 10px 0;
    }
}
