@charset "utf-8";

/* CSS Document */
@font-face {
    font-family: 'SegoeUI';
    src: url('../fonts/SegoeUI.eot');
    src: url('../fonts/SegoeUI.eot') format('embedded-opentype'),
        url('../fonts/SegoeUI.woff2') format('woff2'),
        url('../fonts/SegoeUI.woff') format('woff'),
        url('../fonts/SegoeUI.ttf') format('truetype'),
        url('../fonts/SegoeUI.svg#SegoeUI') format('svg');
}

@font-face {
    font-family: 'SegoeUISemibold';
    src: url('../fonts/SegoeUISemibold.eot');
    src: url('../fonts/SegoeUISemibold.eot') format('embedded-opentype'),
        url('../fonts/SegoeUISemibold.woff2') format('woff2'),
        url('../fonts/SegoeUISemibold.woff') format('woff'),
        url('../fonts/SegoeUISemibold.ttf') format('truetype'),
        url('../fonts/SegoeUISemibold.svg#SegoeUISemibold') format('svg');
}

@font-face {
    font-family: 'SegoeUIBold';
    src: url('../fonts/SegoeUIBold.eot');
    src: url('../fonts/SegoeUIBold.eot') format('embedded-opentype'),
        url('../fonts/SegoeUIBold.woff2') format('woff2'),
        url('../fonts/SegoeUIBold.woff') format('woff'),
        url('../fonts/SegoeUIBold.ttf') format('truetype'),
        url('../fonts/SegoeUIBold.svg#SegoeUIBold') format('svg');
}

@font-face {
    font-family: 'bebas_kairegular';
    src: url('../fonts/bebaskai-webfont.woff2') format('woff2'),
        url('../fonts/bebaskai-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'bebas_neueregular';
    src: url('../fonts/bebasneue-regular-webfont.woff2') format('woff2'),
        url('../fonts/bebasneue-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'HelveticaNeueeTextW01-Bold';
    src: url('../fonts/HelveticaNeueeTextW01-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/HelveticaNeueeTextW01-Bold.woff') format('woff'),
        url('../fonts/HelveticaNeueeTextW01-Bold.ttf') format('truetype'),
        url('../fonts/HelveticaNeueeTextW01-Bold.svg#HelveticaNeueeTextW01-Bold') format('svg');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'HelveticaNeueeTextW01Light';
    src: url('../fonts/HelveticaNeueeTextW01Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/HelveticaNeueeTextW01Light.woff') format('woff'),
        url('../fonts/HelveticaNeueeTextW01Light.ttf') format('truetype'),
        url('../fonts/HelveticaNeueeTextW01Light.svg#HelveticaNeueeTextW01Light') format('svg');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'HelveticaNeueeTextW01Medium';
    src: url('../fonts/HelveticaNeueeTextW01Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/HelveticaNeueeTextW01Medium.woff') format('woff'),
        url('../fonts/HelveticaNeueeTextW01Medium.ttf') format('truetype'),
        url('../fonts/HelveticaNeueeTextW01Medium.svg#HelveticaNeueeTextW01Medium') format('svg');
    font-weight: 400;
    font-style: normal
}

* {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

body {
    background-color: #fff;
    font-family: 'Roboto', sans-serif;
}

p {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #235d8e;
}

li {
    list-style: none;
    margin: 0;
    padding: 0;
}

img {
    max-width: 100%;
    height: auto;
    display: inline-block;
}

.desktop-hide {
    display: none !important;
}

.full {
    float: left;
    width: 100%;
}

.theme-btn {
    display: inline-block;
    width: auto;
    vertical-align: top;
    color: #fff;
    font-size: 12px;
    line-height: 20px;
    text-decoration: none;
    height: 34px;
    padding: 7px 12px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    text-align: center;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    border: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    cursor: pointer;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffbc06+0,ff9200+100 */
    background: #ffbc06;
    /* Old browsers */
    background: -moz-linear-gradient(left, #ffbc06 0%, #ff9200 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #ffbc06 0%, #ff9200 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #ffbc06 0%, #ff9200 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffbc06', endColorstr='#ff9200', GradientType=1);
    /* IE6-9 */

}

.theme-btn.blue {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#29bbb9+0,255e8f+100 */
    background: #29bbb9;
    /* Old browsers */
    background: -moz-linear-gradient(left, #29bbb9 0%, #255e8f 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #29bbb9 0%, #255e8f 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #29bbb9 0%, #255e8f 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#29bbb9', endColorstr='#255e8f', GradientType=1);
    /* IE6-9 */
}

.theme-btn:hover {
    color: #fff;
    text-decoration: none;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffbc06+0,ff9200+100 */
    background: #ff9200;
    /* Old browsers */
    background: -moz-linear-gradient(left, #ff9200 0%, #ffbc06 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #ff9200 0%, #ffbc06 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #ff9200 0%, #ffbc06 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9200', endColorstr='#ffbc06', GradientType=1);
    /* IE6-9 */
}

.theme-btn.blue:hover {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#29bbb9+0,255e8f+100 */
    background: #255e8f;
    /* Old browsers */
    background: -moz-linear-gradient(left, #255e8f 0%, #29bbb9 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #255e8f 0%, #29bbb9 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #255e8f 0%, #29bbb9 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#255e8f', endColorstr='#29bbb9', GradientType=1);
    /* IE6-9 */
}

.theme-btn.border-btn {
    background: transparent;
    border: 2px solid #235d8e;
    color: #235d8e;
    padding-top: 5px;
}

.theme-btn.border-btn:hover {
    background-color: #235d8e;
    color: #fff;
}

.theme-btn.border-btn.white-border {
    border-color: #fff;
    color: #fff;
}

.theme-btn.border-btn.white-border:hover {
    background-color: #fff;
    color: #235d8e;
}

.main-container {
    float: left;
    width: 100%;
    overflow: hidden;
    padding-top: 90px;
}

.container {
    max-width: 990px;
    position: relative;
}

header {
    float: left;
    width: 100%;
    box-shadow: 0 2px 16px 0 rgba(0, 0, 0, .6);
    -moz-box-shadow: 0 2px 16px 0 rgba(0, 0, 0, .6);
    -webkit-box-shadow: 0 2px 16px 0 rgba(0, 0, 0, .6);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#29bbb9+0,255e8f+100 */
    background: #29bbb9;
    /* Old browsers */
    background: -moz-linear-gradient(left, #29bbb9 0%, #255e8f 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #29bbb9 0%, #255e8f 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #29bbb9 0%, #255e8f 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#29bbb9', endColorstr='#255e8f', GradientType=1);
    /* IE6-9 */
}

.filter-show header {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

header .main-logo {
    float: left;
    width: 25%;
    position: relative;
    height: 100%;
    height: 90px;
}

header .main-logo a {
    display: inline-block;
    vertical-align: top;
    position: relative;
    z-index: 2;
    max-width: 200px;
    margin: 35px 0 0 0;
}

header .main-logo:before {
    position: absolute;
    right: 0;
    top: 0;
    width: 4000px;
    height: 100%;
    z-index: 1;
    background-color: #123655;
    content: "";
}

header .main-logo:after {
    position: absolute;
    right: -35px;
    top: 0;
    width: 70px;
    height: 100%;
    z-index: 1;
    background-color: #123655;
    content: "";
    transform: skewX(-30deg);
    -moz-transform: skewX(-30deg);
    -webkit-transform: skewX(-30deg);
}

header .main-navigation {
    float: right;
    width: 75%;
}

.main-navigation .navbar {
    float: right;
    padding: 0;
    background-color: transparent !important;
    margin-top: 42px;
}

.main-navigation .navbar .navbar-nav li {
    margin: 0 0 0 25px;
}

.main-navigation .navbar .navbar-nav li a.nav-link {
    padding: 0;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
}

.main-navigation .navbar .navbar-nav li:hover a.nav-link,
.main-navigation .navbar .navbar-nav li a.nav-link:focus,
.main-navigation .navbar .navbar-nav li.active a.nav-link {
    color: #ffbc06;
}

.main-navigation .navbar .try-ra-btn {
    float: right;
    margin: 0 0 0 30px;
    font-weight: 500;
    text-decoration: none;
}

.main-navigation .navbar .try-ra-btn .social-link {
    display: none;
}

.top-video-section {
    padding: 45px 0 0 0;
    display: flex;
    position: relative;
    z-index: 2;
}

.video-block {
    float: left;
    width: 45%;
    position: relative;
    padding-bottom: 50px;
    margin-top: 4px;
}

.video-block:after {
    position: absolute;
    left: 18%;
    bottom: 0;
    width: 64%;
    height: 30px;
    z-index: 1;
    content: "";
    background-image: url("../../../img/front/new-affiliated/video-box-shadow.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    opacity: 0.5;
}

.video-block .video {
    float: left;
    width: 100%;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border: 1px solid #4a79a1;
    position: relative;
}

.video-block .video img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
}

.video-block .video iframe {
    border: none;
    display: block;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    left: 10px;
    top: 10px;
    position: absolute;
    z-index: 1;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
}

.video-block .video-btn {
    float: left;
    width: 100%;
    margin: 15px 0 0 0;
}

.video-block .video-btn .theme-btn {
    width: 100%;
    margin-top: 10px;
}

.video-cnt {
    float: left;
    width: 55%;
    padding: 0 0 0 30px;
}

.video-cnt .video-heading {
    float: left;
    width: 100%;
}

.video-cnt .video-heading h1 {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin: 0;
    font-size: 34px;
    line-height: 34px;
    font-weight: 300;
    color: #235d8e;
    text-transform: uppercase;
    letter-spacing: 12px;
}

.video-cnt .video-heading .sub-heading {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin: 0;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: #2bbcb6;
}

.video-cnt p {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    color: #235d8e;
    padding: 15px 0 0 0;
    margin: 0;
    font-weight: 400;
}

.video-cnt p strong {
    font-weight: 500;
}

.video-cnt ul.cnt-link {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin: 25px 0 10px 0;
    padding: 0;
}

.video-cnt ul.cnt-link li {
    float: left;
    width: auto;
    padding: 0 0 0 12px;
    margin: 0 0 0 12px;
    position: relative;
}

.video-cnt ul.cnt-link li:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 24px;
    background-color: #2bbcb6;
    content: "";
}

.video-cnt ul.cnt-link li:first-child {
    margin-left: 0;
    padding-left: 0;
}

.video-cnt ul.cnt-link li:first-child:before {
    display: none;
}

.video-cnt ul.cnt-link li a {
    font-size: 12px;
    line-height: 16px;
    color: #235d8e;
    font-weight: 500;
    display: inline-block;
    vertical-align: top;
    padding: 4px 0;
    text-decoration: none;
}

.video-cnt ul.cnt-link li a:hover,
.video-cnt ul.cnt-link li a:focus {
    color: #2bbcb6;
}

.deal-section {
    margin-top: -30px;
}

.deal-section .top-image {
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.deal-section .top-image img {
    display: block;
    width: 100%;
}

.deal-section .top-image:before {
    position: absolute;
    left: 0;
    top: -35px;
    height: 150px;
    width: 140%;
    z-index: 1;
    background-color: #fff;
    content: "";
    transform: rotate(2deg);
    -moz-transform: rotate(2deg);
    -webkit-transform: rotate(2deg);
}

.top-image .image-arrow {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.down-arrow {
    position: absolute;
    left: 90px;
    top: 86px;
    z-index: 4;
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 30px solid #fff;
    display: block;
}

.heading-block {
    float: left;
    width: 100%;
    position: relative;
    min-height: 220px;
    z-index: 1;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#29bbb9+0,255e8f+100 */
    background: #29bbb9;
    /* Old browsers */
    background: -moz-linear-gradient(left, #29bbb9 0%, #255e8f 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #29bbb9 0%, #255e8f 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #29bbb9 0%, #255e8f 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#29bbb9', endColorstr='#255e8f', GradientType=1);
    /* IE6-9 */
}

.heading-block:after {
    position: absolute;
    left: 0;
    bottom: -65px;
    height: 150px;
    width: 140%;
    z-index: 1;
    background-color: #fff;
    content: "";
    transform: rotate(-2deg);
    -moz-transform: rotate(-2deg);
    -webkit-transform: rotate(-2deg);
}

.heading-block.reverse:after {
    transform: rotate(2deg);
    -moz-transform: rotate(2deg);
    -webkit-transform: rotate(2deg);
    left: -10px;
    bottom: -115px;
}

.heading-block h2 {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    background-color: #123655;
    color: #fff;
    text-align: center;
    padding: 25px 10px 15px;
    margin-top: -30px;
    font-size: 30px;
    line-height: 30px;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 10px;
    position: relative;
    box-shadow: 0 2px 16px 0 rgba(0, 0, 0, .6);
    -moz-box-shadow: 0 2px 16px 0 rgba(0, 0, 0, .6);
    -webkit-box-shadow: 0 2px 16px 0 rgba(0, 0, 0, .6);
}

.heading-block h2:after {
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 1;
    width: 0;
    height: 0;
    border-left: 480px solid transparent;
    border-right: 480px solid transparent;
    border-top: 15px solid #123655;
    display: block;
    content: "";
}

.heading-block .sub-heading {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin: 28px 0 0 0;
    padding: 0;
    font-size: 30px;
    line-height: 40px;
    color: #fff;
    font-weight: 300;
    text-align: center;
}

.deal-section .cnt-block {
    float: left;
    width: 100%;
    position: relative;
    z-index: 2;
}

.cnt-block .cnt {
    column-count: 2;
    column-gap: 30px;
}

.cnt-block .cnt p {
    color: #235d8e;
}

.cnt-block .cnt p strong {
    font-weight: 500;
}

.cnt-block .cnt p .bold {
    font-weight: 900;
}

.btn-block {
    margin-top: 20px;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    width: 100%;
}

.btn-block .theme-btn {
    margin: 0 12px;
    min-width: 130px;
}

.earn-section {
    background-color: #123655;
    position: relative;
    margin-top: 50px;
    z-index: 2;
}

.earn-section .down-arrow {
    top: 0;
    left: 50%;
    margin-left: -30px;
}

.earn-section h2 {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin: 70px 0 0 0;
    padding: 0;
    text-align: center;
    font-size: 30px;
    line-height: 30px;
    color: #fff;
    font-weight: 300;
    letter-spacing: 8px;
}

.earn-section .inner-content {
    width: 100%;
    max-width: 760px;
    margin: 0 auto;
}

.earn-section .earn-box {
    float: left;
    width: 100%;
    background-color: #fff;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    padding: 10px;
    position: relative;
    margin-top: 40px;
}

.earn-section .earn-box.red {
    background-color: #ff4848;
}

.earn-section .earn-box.yellow {
    background-color: #ffa700;
}

.earn-section .earn-box p {
    line-height: 16px;
}

.earn-section .earn-box.red p,
.earn-section .earn-box.yellow p {
    color: #fff;
}

.earn-section .earn-box .earn-count {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    background-color: #fff;
    text-align: center;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    padding: 6px;
    font-weight: 600;
    font-size: 22px;
    line-height: 24px;
    color: #848484;
    margin-top: 10px;
}

.earn-count .earn-txt {
    float: left;
    width: 100%;
    height: 24px;
    text-align: center;
    background-color: transparent;
    border: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    font-weight: 600;
    font-size: 22px;
    color: #848484;
    outline: none !important;
}

.earn-section .earn-box.white:before {
    position: absolute;
    right: calc(25% - 24px);
    bottom: 100%;
    z-index: 2;
    width: 0;
    height: 0;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-bottom: 16px solid #fff;
    display: block;
    content: "";
}

.earn-section .earn-box.white p {
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    font-style: italic;
    color: #010101;
    text-align: center;
    margin: 0;
    padding: 0;
    float: left;
}

.earn-section .earn-box.white .commission-price {
    width: 100%;
    font-size: 40px;
    line-height: 40px;
    font-weight: 900;
    color: #235d8e;
    text-align: center;
    float: left;
    margin: 10px 0;
}

.earn-section .earn-box.white p.small {
    font-size: 10px;
    line-height: 16px;
    color: #2bbcb6;
}

.earn-section .btn-block {
    margin-top: 30px;
}

.marketing-section {
    margin-top: -50px;
    position: relative;
    z-index: 1;
}

.marketing-section .top-image {
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.marketing-section .top-image img {
    display: block;
    width: 100%;
}

.marketing-section .top-image:before {
    position: absolute;
    left: 0;
    top: -35px;
    height: 150px;
    width: 140%;
    z-index: 1;
    background-color: #123655;
    content: "";
    transform: rotate(2deg);
    -moz-transform: rotate(2deg);
    -webkit-transform: rotate(2deg);
}

.marketing-section .top-image .image-arrow .down-arrow {
    left: auto;
    right: 0;
    top: 116px;
    border-top-color: #123655;
}

.marketing-section .cnt-block {
    position: relative;
    z-index: 2;
}

.marketing-uses {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin: 30px 0 0 0;
}

.marketing-uses h2 {
    float: left;
    width: 100%;
    padding: 15px 20px;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    margin: 0;
    position: relative;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#29bbb9+0,255e8f+100 */
    background: #29bbb9;
    /* Old browsers */
    background: -moz-linear-gradient(left, #29bbb9 0%, #255e8f 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #29bbb9 0%, #255e8f 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #29bbb9 0%, #255e8f 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#29bbb9', endColorstr='#255e8f', GradientType=1);
    /* IE6-9 */
}

.marketing-uses h2:before {
    position: absolute;
    left: 15px;
    bottom: 100%;
    z-index: 2;
    width: 0;
    height: 0;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-bottom: 16px solid #29bbb9;
    display: block;
    content: "";
}

.marketing-uses ul {
    float: left;
    width: 100%;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .2);
    padding: 15px 20px 10px;
}

.marketing-uses ul li {
    float: left;
    width: 29%;
    padding: 0 5px 0 30px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #235d8e;
    position: relative;
    margin: 0 0 15px 0;
}

.marketing-uses ul li.width50 {
    width: 42%;
}

.marketing-uses ul li:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 24px;
    height: 20px;
    content: "";
    background-image: url("../../../img/front/new-affiliated/right-arrow.png");
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center left;
}

.marketing-section .btns {
    margin-top: 20px;
}

.marketing-section .btns .theme-btn {
    width: 100%;
}

.resources-section {
    margin-top: 70px;
}

.resources-section .video-section {
    position: relative;
    z-index: 2;
    margin-top: -40px;
}

.resources-section .video-cnt {
    padding: 0 30px 0 0;
}

.video-section .video-cnt .btn-block {
    text-align: left;
    margin-top: 20px;
}

.video-section .video-cnt .btn-block .theme-btn {
    margin: 0 10px 0 0;
}

.video-section .video-block {
    margin-top: -20px;
}

.progress-section {
    margin-bottom: 40px;
}

.progress-section .down-arrow {
    top: 80px;
}

.progress-section .top-image {
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.progress-section .top-image img {
    display: block;
    width: 100%;
}

.progress-section .top-image:before {
    position: absolute;
    left: -20px;
    top: -90px;
    height: 150px;
    width: 140%;
    z-index: 1;
    background-color: #fff;
    content: "";
    transform: rotate(-2deg);
    -moz-transform: rotate(-2deg);
    -webkit-transform: rotate(-2deg);
}

.progress-section .heading-block:after {
    bottom: -95px;
}

.progress-section .video-section {
    position: relative;
    z-index: 2;
    margin-top: -40px;
}

.contact-section {
    background-color: #123655;
}

.contact-section .container {
    padding-top: 100px;
    padding-bottom: 100px;
    overflow: hidden;
}

.contact-section .down-arrow {
    top: 0;
    left: auto;
    right: 15px;
}

.contact-section .contact-heading {
    float: left;
    width: 100%;
    margin: 0 0 30px 0;
}

.contact-section .contact-heading h2 {
    font-size: 30px;
    line-height: 30px;
    color: #fff;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin: 0;
}

.contact-section .contact-cnt {
    float: left;
    width: 33%;
}

.contact-section .contact-cnt p {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin: 0 0 20px 0;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
}

.contact-section .contact-cnt p a {
    color: #fff;
    text-decoration: none;
}

.contact-section .contact-cnt p a:hover {
    color: #ffbc06;
}

.contact-section .contact-cnt .social-link {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin: 20px 0 0 0;
}

.social-link a {
    float: left;
    width: 26px;
    height: 26px;
    background-color: #fff;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    text-decoration: none;
    margin: 0 7px 0 0;
    text-align: center;
}

.social-link a i {
    font-size: 14px;
    color: #003b6e;
}

.social-link a:hover {
    background-color: #ffbc06;
}

.social-link a img {
    display: block;
    width: 14px;
    margin: 6px auto
}

.contact-section .contact-form {
    float: left;
    width: 67%;
    padding-left: 15px;
    position: relative;
}

.contact-section .contact-form .success_msg {
    position: absolute;
    left: 0;
    bottom: 100%;
    padding: 0 0 15px 15px;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
}

.contact-form .contact-left {
    float: left;
    width: calc(45% - 6px);
}

.contact-form .contact-left.right {
    float: right;
    width: calc(55% - 6px);
}

.contact-form .contact-left .form-group {
    float: left;
    width: 100%;
    margin: 0 0 12px;
}

.contact-form .contact-left .form-group .form-control {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    font-size: 12px;
    line-height: 20px;
    height: 34px;
    outline: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    border: none;
    color: #000;
}

.contact-form .contact-left .form-group textarea.form-control {
    height: 126px;
    resize: none;
}

.contact-form .contact-left .form-group .form-control::placeholder {
    color: #999;
    opacity: 1;
}

.contact-form .contact-left .form-group .form-control:-ms-input-placeholder {
    color: #999;
    opacity: 1;
}

.contact-form .contact-left .form-group .form-control::-ms-input-placeholder {
    color: #999;
    opacity: 1;
}

.contact-form .contact-left .form-group .form-control:focus::placeholder {
    opacity: 0;
}

.contact-form .contact-left .form-group .form-control::focus-ms-input-placeholder {
    opacity: 0;
}

.contact-form .contact-left .form-group .form-control:focus::-ms-input-placeholder {
    opacity: 0;
}

.contact-section .theme-btn {
    width: 100%;
    height: 34px;
}

footer {
    float: left;
    width: 100%;
    padding: 20px 0;
}

footer .footer-logo {
    float: left;
    width: 25%;
}

footer .footer-logo a {
    display: block;
    width: 100%;
    max-width: 200px;
}

footer .footer-link {
    float: right;
    width: auto;
    margin: 5px 0 0 0;
}

footer .footer-link ul {
    float: left;
    width: auto;
    margin: 0;
    padding: 0;
}

footer .footer-link ul li {
    float: left;
    width: auto;
    margin: 0 0 0 50px;
}

footer .footer-link ul li:first-child {
    margin-left: 0;
}

footer .footer-link ul li a {
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    color: #123655;
    font-weight: 500;
    text-decoration: none;
}

footer .footer-link ul li a:hover,
footer .footer-link ul li a:focus {
    color: #ffbc06;
}

.banner-section {
    background-color: #eaeaea;
    padding: 40px 0;
}

.banner-section .video-block:after {
    opacity: 0.3;
}

.banner-section .video {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border: none;
}

.banner-section .video img {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}

.banner-section .video-cnt {
    padding-left: 40px;
}

.banner-section .video-cnt .video-heading h1 {
    letter-spacing: 6px;
}

.banner-section .video-cnt .video-heading .sub-heading {
    color: #666;
    letter-spacing: 1px;
}

.banner-section .video-cnt p {
    font-weight: 300;
    color: #000;
}

.banner-section .video-cnt .video-btn {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin: 30px 0 0 0;
}

.banner-section .video-cnt .video-btn .theme-btn {
    width: 100%;
    margin-top: 10px;
}

.left-video-section {
    float: left;
    width: 100%;
    background-color: #f0f0f0;
    padding: 40px 0 50px;
}

.left-video-section:nth-child(even) {
    background-color: #f7f7f7;
}

.left-video-section .video {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border: none;
}

.left-video-section .video img {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}

.left-video-section .video-block {
    margin-top: 0;
    width: 300px;
    padding-bottom: 0;
}

.left-video-section .video-block:after {
    display: none;
}

.left-video-section .video-cnt {
    width: calc(100% - 300px);
    padding-left: 15px;
}

.left-video-section .video-cnt h2 {
    float: left;
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    color: #2294e3;
    margin: 0;
    padding: 0;
    min-height: 26px;
    text-transform: uppercase;
}

.left-video-section .video-cnt p {
    font-weight: 300;
    color: #000;
}

.banner-section .video-block .video iframe,
.left-video-section .video-block .video iframe {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.main-container.filter-show {
    padding-top: 134px;
}

.filter-block {
    float: left;
    width: 100%;
    height: 44px;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    display: flex;
    position: fixed;
    left: 0;
    top: 90px;
    z-index: 5;
    box-shadow: 0 2px 16px 0 rgba(0, 0, 0, .6);
    -moz-box-shadow: 0 2px 16px 0 rgba(0, 0, 0, .6);
    -webkit-box-shadow: 0 2px 16px 0 rgba(0, 0, 0, .6);
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffae00+0,ff8e00+100 */
    background: #ffae00;
    /* Old browsers */
    background: -moz-linear-gradient(top, #ffae00 0%, #ff8e00 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffae00 0%, #ff8e00 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffae00 0%, #ff8e00 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffae00', endColorstr='#ff8e00', GradientType=0);
    /* IE6-9 */
}

.filter-block .filter-heading {
    width: 135px;
    float: left;
    height: 100%;
    background-color: #ff6200;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    font-weight: 400;
    padding: 10px 0 0 0;
    position: relative;
}

.filter-block .filter-heading span {
    display: inline-block;
    vertical-align: top;
    position: relative;
    z-index: 2;
    white-space: nowrap;
}

.filter-block .filter-heading:after {
    position: absolute;
    right: -13px;
    top: 0;
    width: 30px;
    height: 100%;
    z-index: 1;
    background-color: #ff6200;
    content: "";
    transform: skewX(-30deg);
    -moz-transform: skewX(-30deg);
    -webkit-transform: skewX(-30deg);
}

.filter-block .filter-heading:before {
    position: absolute;
    right: 100%;
    top: 0;
    width: 4000px;
    height: 100%;
    z-index: 1;
    background-color: #ff6200;
    content: "";
}

.filter-block .filter-list {
    float: left;
    width: calc(100% - 320px);
    height: 100%;
    padding: 8px 10px 0 30px;
}

.filter-block .mobile-filter,
.filter-block .filter-list h2,
.filter-block .filter-btn {
    display: none;
}

.filter-block .filter-list ul {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}

.filter-block .filter-list ul li {
    float: left;
    width: auto;
    margin: 0 0 0 12px;
    padding: 0;
}

.filter-block .filter-list ul li:first-child {
    margin-left: 0;
}

.filter-block .filter-search {
    float: right;
    width: 180px;
}

.filter-search .search-block {
    width: 100%;
    height: 28px;
    background-color: #fff;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    position: relative;
    margin-top: 6px;
}

.filter-search .search-block input {
    float: left;
    width: calc(100% - 30px);
    height: 28px;
    background-color: transparent;
    outline: none;
    box-shadow: none;
    border: none;
    font-size: 13px;
    line-height: 20px;
    font-family: 'Roboto', sans-serif;
    padding: 0 5px 0 15px;
    color: #000;
    font-weight: 400;
}

.filter-search .search-block input::placeholder {
    color: #666;
    opacity: 1;
    font-style: italic;
}

.filter-search .search-block input:-ms-input-placeholder {
    color: #666;
    opacity: 1;
    font-style: italic;
}

.filter-search .search-block input::-ms-input-placeholder {
    color: #666;
    opacity: 1;
    font-style: italic;
}

.filter-search .search-block input:focus::placeholder {
    opacity: 0;
}

.filter-search .search-block input::focus-ms-input-placeholder {
    opacity: 0;
}

.filter-search .search-block input:focus::-ms-input-placeholder {
    opacity: 0;
}

.filter-search .search-block .search-btn {
    float: right;
    width: 30px;
    height: 28px;
    border-radius: 0 30px 30px 0;
    -moz-border-radius: 0 30px 30px 0;
    -webkit-border-radius: 0 30px 30px 0;
    border: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    background-color: transparent;
    cursor: pointer;
    outline: none;
    background-image: url("../../../img/front/new-affiliated/search-btn.png");
    background-size: 17px auto;
    background-repeat: no-repeat;
    background-position: 2px center;
}

.custom-checkbox {
    display: inline-block;
    width: auto;
    vertical-align: top;
    position: relative;
}

.custom-checkbox input[type="checkbox"] {
    position: absolute;
    right: 0;
    top: 2px;
    width: 20px;
    height: 20px;
    z-index: 2;
    cursor: pointer;
    opacity: 0;
}

.custom-checkbox label {
    padding: 0 23px 0 0;
    font-size: 13px;
    line-height: 20px;
    color: #fff;
    font-weight: 500;
}

.custom-checkbox label:after {
    position: absolute;
    right: 0;
    top: 2px;
    width: 20px;
    height: 20px;
    background-color: #fff;
    border: 1px solid #ff6200;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    content: "";
}

.custom-checkbox label:before {
    position: absolute;
    right: 2px;
    top: 4px;
    width: 16px;
    height: 16px;
    content: "";
    background-image: url("../../../img/front/new-affiliated/checkbox-checked.png");
    background-size: 86% auto;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.custom-checkbox input[type="checkbox"]:checked+label:before {
    opacity: 1;
}

.mob-heading {
    display: none;
}

.top-reg-section {
    min-height: 500px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#29bbb9+0,255e8f+100 */
    background: #29bbb9;
    /* Old browsers */
    background: -moz-linear-gradient(left, #29bbb9 0%, #255e8f 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #29bbb9 0%, #255e8f 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #29bbb9 0%, #255e8f 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#29bbb9', endColorstr='#255e8f', GradientType=1);
    /* IE6-9 */
}

header.new-header {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

header.new-header .main-logo:after,
header.new-header .main-logo:before {
    display: none;
}

header.new-header .header-inner {
    border-bottom: 1px solid #fff;
    float: left;
    width: 100%;
}

.top-reg-section {
    padding-top: 30px;
    position: relative;
    overflow: hidden;
}

.top-reg-section:after {
    position: absolute;
    left: 0;
    bottom: -65px;
    height: 150px;
    width: 140%;
    z-index: 1;
    background-color: #f0f0f0;
    content: "";
    transform: rotate(-2deg);
    -moz-transform: rotate(-2deg);
    -webkit-transform: rotate(-2deg);
}

.top-reg-section .reg-left-section {
    float: left;
    width: 45%;
}

.top-reg-section .reg-left-section h1 {
    font-size: 34px;
    line-height: 40px;
    color: #123655;
    font-weight: 500;
    float: left;
    width: 100%;
    margin: 0 0 15px 0;
    padding: 0;
    letter-spacing: 1px;
}

.top-reg-section .reg-left-section ul {
    float: left;
    width: 100%;
    margin: 15px 0;
    padding: 0 0 0 10px;
}

.top-reg-section .reg-left-section ul li {
    float: left;
    width: 100%;
    height: auto;
    margin: 0 0 15px 0;
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    font-weight: 400;
    padding: 0 0 0 26px;
    position: relative;
    letter-spacing: 0.5px;
}

.top-reg-section .reg-left-section ul li:before {
    position: absolute;
    left: 0;
    top: 4px;
    content: "";
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 12px solid #fff;
}

.top-reg-section .reg-left-section p {
    float: left;
    width: 100%;
    height: auto;
    font-size: 16px;
    line-height: 22px;
    color: #235d8e;
    margin: 15px 0 15px 0;
    padding: 0;
}

.top-reg-section .reg-right-section {
    float: right;
    width: 55%;
    padding-left: 15px;
}

.reg-right-section .reg-form {
    float: left;
    width: 100%;
    background-color: #f0f0f0;
    border-radius: 15px 15px 12px 12px;
    -moz-border-radius: 15px 15px 12px 12px;
    -webkit-border-radius: 15px 15px 12px 12px;
    position: relative;
    z-index: 2;
    box-shadow: 0 2px 16px 0 rgba(0, 0, 0, .2);
    margin-bottom: 15px;
}

.reg-right-section .reg-form form {
    float: left;
    width: 100%;
}

.reg-right-section .reg-form .form-heading {
    float: left;
    width: 100%;
    border-radius: 12px 12px 0 0;
    -moz-border-radius: 12px 12px 0 0;
    -webkit-border-radius: 12px 12px 0 0;
    margin: -1px 0 0 0;
    padding: 12px 20px 12px 20px;
    color: #fff;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: 1px;
    font-weight: 400;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffbc06+0,ff9200+100 */
    background: #ffbc06;
    /* Old browsers */
    background: -moz-linear-gradient(left, #ffbc06 0%, #ff9200 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #ffbc06 0%, #ff9200 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #ffbc06 0%, #ff9200 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffbc06', endColorstr='#ff9200', GradientType=1);
    /* IE6-9 */
}

.reg-right-section .reg-form .form-inner {
    float: left;
    width: 100%;
    padding: 15px 20px 0;
}

.reg-right-section .row {
    margin-left: -7px;
    margin-right: -7px;
}

.reg-right-section .row .col-xs-12 {
    padding-left: 7px;
    padding-right: 7px;
}

.reg-form .form-inner .form-group {
    margin-bottom: 10px;
}

.reg-form .form-inner .form-group label {
    float: left;
    width: 100%;
    font-size: 13px;
    line-height: 20px;
    color: #000;
    font-weight: 500;
    margin-bottom: 5px;
}

.reg-form .form-inner .form-group .form-control {
    border: 1px solid #bcbcbc;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 0 10px;
    height: 34px;
    background-color: #fff;
    font-size: 13px;
    line-height: 20px;
    color: #333;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    outline: none;
}

.reg-form .form-inner .form-group .form-control::placeholder {
    color: #bcbcbc;
    opacity: 1;
}

.reg-form .form-inner .form-group .form-control:-ms-input-placeholder {
    color: #bcbcbc;
    opacity: 1;
}

.reg-form .form-inner .form-group .form-control::-ms-input-placeholder {
    color: #bcbcbc;
    opacity: 1;
}

.reg-form .form-inner .form-group .form-control:focus::placeholder {
    opacity: 0;
}

.reg-form .form-inner .form-group .form-control::focus-ms-input-placeholder {
    opacity: 0;
}

.reg-form .form-inner .form-group .form-control:focus::-ms-input-placeholder {
    opacity: 0;
}

.reg-form .form-inner .form-group .theme-btn {
    width: 100%;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin-top: 0;
    font-size: 14px;
    height: 38px;
}

.reg-right-section .reg-form .thankyou-block {
    float: left;
    width: 100%;
    padding: 5px 20px 30px;
    text-align: center;
}

.reg-right-section .reg-form .thankyou-block h2 {
    float: left;
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    color: #000;
    font-weight: 600;
    padding: 0;
    margin: 0 0 10px 0;
}

.reg-right-section .reg-form .thankyou-block p {
    float: left;
    width: 100%;
    font-size: 13px;
    line-height: 18px;
    color: #a5a5a5;
    font-weight: 400;
    padding: 0;
    margin: 0;
}

.top-reg-section .container {
    overflow: hidden;
}

.top-reg-section .down-arrow {
    top: auto;
    bottom: 30px;
    left: 40px;
    border-top-color: #28a1ad;
}

.load-more-section {
    padding: 30px 0;
    text-align: center;
    min-height: 98px;
}

.load-more-section .theme-btn {
    width: 100%;
    max-width: 400px;
    font-size: 14px;
    line-height: 20px;
    padding: 10px 10px;
    height: 38px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

header.new-header.stick {
    box-shadow: 0 2px 16px 0 rgba(0, 0, 0, .6);
    -moz-box-shadow: 0 2px 16px 0 rgba(0, 0, 0, .6);
    -webkit-box-shadow: 0 2px 16px 0 rgba(0, 0, 0, .6);
}

header.new-header.stick .header-inner {
    border-bottom: none;
}

.static-page-section .banner-image img {
    height: 200px;
    width: 100%;
    object-fit: cover;
    display: block;
}

.faq-section {
    float: left;
    width: 100%;
    position: relative;
    z-index: 2;
    margin-bottom: 40px;
}

.faq-section .faq-block {
    float: left;
    width: 100%;
    border: 1px solid #f0f0f0;
    margin-bottom: 2px;
}

.faq-section .faq-block .question {
    float: left;
    width: 100%;
    background-color: #f7f7f7;
    padding: 10px 30px 10px 54px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    position: relative;
    cursor: pointer;
}

.faq-section .faq-block.open .question {
    background-color: #f0f0f0;
}

.faq-section .faq-block .question:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 44px;
    height: 100%;
    border-right: 1px solid #f0f0f0;
    content: "Q";
    font-size: 18px;
    line-height: 24px;
    color: #29bbb9;
    font-weight: 600;
    padding: 8px 0 0 16px;
}

.faq-section .faq-block .question:after {
    position: absolute;
    right: 11px;
    top: 15px;
    width: 0px;
    height: 0px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 10px solid #ccc;
    content: "";
}

.faq-section .faq-block.open .question:after {
    border-bottom: 10px solid #ccc;
    border-top: none;
}

.faq-section .faq-block .answer {
    float: left;
    width: 100%;
    padding: 10px 15px 10px 54px;
    font-size: 14px;
    line-height: 20px;
    position: relative;
    display: none;
}

.faq-section .faq-block .answer:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 44px;
    height: 100%;
    border-right: 1px solid #f0f0f0;
    content: "A";
    font-size: 18px;
    line-height: 24px;
    color: #255e8f;
    font-weight: 600;
    padding: 8px 0 0 16px;
}

.reg-form .g-recaptcha-custom {
    transform: scale(0.76);
    -moz-transform: scale(0.76);
    -webkit-transform: scale(0.76);
    transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    margin: 10px 0 0 0;
}

.password-form-group {
    position: relative;
}

.password-show {
    position: absolute;
    right: 8px;
    top: 30px;
    width: 24px;
    height: 24px;
    z-index: 1;
    background-image: url(../../../img/front/new-affiliated/password-show.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 14px auto;
    text-decoration: none !important;
}

.password-hide {
    position: absolute;
    right: 8px;
    top: 30px;
    width: 24px;
    height: 24px;
    z-index: 1;
    background-image: url(../../../img/front/new-affiliated/password-hide.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 14px auto;
    text-decoration: none !important;
}

.reg-form .form-inner .form-group.password-form-group .form-control {
    padding-right: 30px;
}

.reg-form .help-block {
    font-size: 12px;
    line-height: 20px;
    float: left;
    width: 100%;
    margin: 2px 0 0 0;
    color: #ff0000;
    font-weight: 400;
    display: none;
}

.load-more-section .theme-btn img {
    display: none;
    margin: 5px auto;
    width: 80px;
    position: relative;
}

.load-more-section .image-loading.theme-btn span {
    display: none;
}

.load-more-section .image-loading.theme-btn {
    pointer-events: none;
}

.load-more-section .image-loading.theme-btn img {
    display: block;
}

/* new landing page css start 12-02-2020*/
.new-advert-page {
    overflow-x: hidden;
    width: 100%;
}

.new-advert-page .theme-btn {
    font-size: 14px;
}

.advert-header .main-logo:after,
.advert-header .main-logo:before {
    display: none;
}

.advert-header {
    background: #0d2133;
}

.advert-header .main-logo a {
    max-width: 220px;
}

.advert-header .try-ra-btn .theme-btn {
    border-radius: 40px;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    min-width: 130px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2be8b5+0,1d937e+100 */
    background: #2be8b5;
    /* Old browsers */
    background: -moz-linear-gradient(left, #2be8b5 0%, #1d937e 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #2be8b5 0%, #1d937e 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #2be8b5 0%, #1d937e 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2be8b5', endColorstr='#1d937e', GradientType=1);
    /* IE6-9 */
}

.signup-tagline {
    text-align: center;
    padding: 20px 0;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 30px;
    color: #000;
    letter-spacing: 5px;
    font-weight: 400;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffb100+0,ffc321+100 */
    background: #ffb100;
    /* Old browsers */
    background: -moz-linear-gradient(left, #ffb100 0%, #ffc321 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #ffb100 0%, #ffc321 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #ffb100 0%, #ffc321 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffb100', endColorstr='#ffc321', GradientType=1);
    /* IE6-9 */
}

.signup-tagline span {
    font-weight: 900;
}

.signup-tagline a {
    font-weight: 900;
    color: #000;
    text-decoration: none;
}

.top-risk-app-block {
    padding: 50px 0 20px 0;
    position: relative;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#235a8d+0,28a1ad+100 */
    background: #235a8d;
    /* Old browsers */
    background: -moz-linear-gradient(left, #235a8d 0%, #28a1ad 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #235a8d 0%, #28a1ad 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #235a8d 0%, #28a1ad 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#235a8d', endColorstr='#28a1ad', GradientType=1);
    /* IE6-9 */
}

.top-risk-app-block:after {
    position: absolute;
    left: -10%;
    bottom: -40px;
    width: 120%;
    height: 100px;
    background: #d6d6d6;
    z-index: 1;
    content: "";
    transform: rotate(-2deg);
    -moz-transform: rotate(-2deg);
    -webkit-transform: rotate(-2deg);
}

.top-risk-app-block .container {
    z-index: 2;
}

.top-risk-app-block .left-cnt-block {
    float: left;
    width: 53%;
    padding-right: 15px;
    padding-top: 15px;
}

.top-risk-app-block .img-block {
    float: right;
    width: 47%;
    padding-left: 25px;
}

.top-risk-app-block h1 {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    color: #fff;
    font-size: 34px;
    line-height: 40px;
    letter-spacing: 2px;
    font-weight: 500;
    margin: 0;
    padding: 0 0 30px 0;
}

.top-risk-app-block .left-cnt-block p {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    color: #fff;
    margin: 0;
    padding: 0 0 15px 0;
}

.top-risk-app-block .app-block {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-top: 20px;
    margin-bottom: 70px;
}

.top-risk-app-block .app-block a {
    display: inline-block;
    width: auto;
    vertical-align: top;
    margin-right: 5px;
}

.top-risk-app-block .app-block a img {
    max-width: 145px;
}

.com-working-block {
    background: #d6d6d6;
    position: relative;
    z-index: 3;
    padding: 30px 0 0 0;
    position: relative;
}

.com-working-block:after {
    position: absolute;
    left: -20%;
    bottom: -40px;
    width: 140%;
    height: 110px;
    background: #e6e6e6;
    z-index: 1;
    content: "";
    transform: rotate(2deg);
    -moz-transform: rotate(2deg);
    -webkit-transform: rotate(2deg);
}

.com-working-block .container {
    z-index: 2;
    display: flex;
}

.com-working-block .img-block {
    float: left;
    width: 50%;
    padding-right: 20px;
    padding-top: 25px;
}

.com-working-block .cnt-block {
    float: right;
    width: 50%;
    padding-left: 20px;
    padding-bottom: 70px;
    position: relative;
}

.com-working-block h2 {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    color: #235d8e;
    font-size: 28px;
    line-height: 34px;
    letter-spacing: 1.5px;
    font-weight: 500;
    margin: 0;
    padding: 0 0 30px 0;
}

.com-working-block .cnt-block p {
    color: #000;
    margin: 0;
    padding-bottom: 15px;
}

.com-working-block .cnt-block p span {
    font-weight: 500;
}

.com-working-block .cnt-block .btn-block {
    text-align: left;
    margin-top: 0;
    position: absolute;
    left: 20px;
    bottom: 0;
    z-index: 1;
}

.com-working-block .cnt-block .btn-block a {
    margin-left: 0;
}

.ra-report-block {
    background-color: #123655;
    padding: 100px 0 0 0;
    position: relative;
}

.ra-report-block:after {
    position: absolute;
    left: -20%;
    bottom: -30px;
    width: 140%;
    height: 110px;
    background: #235d8e;
    z-index: 1;
    content: "";
    transform: rotate(-2deg);
    -moz-transform: rotate(-2deg);
    -webkit-transform: rotate(-2deg);
}

.ra-report-block .container {
    z-index: 2;
    overflow: hidden;
    padding-bottom: 50px;
}

.ra-report-block .cnt-block {
    float: left;
    width: 50%;
    padding-right: 30px;
    padding-top: 15px;
    padding-bottom: 40px;
}

.ra-report-block .img-block {
    float: right;
    width: 50%;
    padding-left: 0;
    text-align: center;
}

.ra-report-block h2 {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    color: #fff;
    font-size: 28px;
    line-height: 34px;
    letter-spacing: 1.5px;
    font-weight: 500;
    margin: 0;
    padding: 0 0 30px 0;
}

.ra-report-block .cnt-block p {
    color: #fff;
    margin: 0;
    padding-bottom: 15px;
}

.ra-report-block .btn-block {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    text-align: left;
}

.com-working-block .cnt-block p a,
.ra-report-block .cnt-block p a {
    color: #2294e3;
    text-decoration: none;
}

.com-working-block .cnt-block p a:hover,
.ra-report-block .cnt-block p a:hover {
    opacity: 0.7;
}

.video-container {
    padding-top: 80px;
    background-color: #f0f0f0;
}


.dropdown .dropdown-nav {
    position: absolute;
    left: 0;
    top: 41px;
    width: 100%;
    min-width: 180px;
    padding: 0 15px;
    margin: 0;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .2);
    transform: translate3d(0, 30px, 0);
    -moz-transform: translate3d(0, 30px, 0);
    -webkit-transform: translate3d(0, 30px, 0);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#235d8a+0,279aaa+100 */
    background: #235d8a;
    /* Old browsers */
    background: -moz-linear-gradient(top, #235d8a 0%, #279aaa 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #235d8a 0%, #279aaa 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #235d8a 0%, #279aaa 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#235d8a', endColorstr='#279aaa', GradientType=0);
    /* IE6-9 */
}

.dropdown .dropdown-nav:after {
    position: absolute;
    width: 0px;
    height: 0px;
    top: -14px;
    left: 20px;
    content: "";
    border-style: solid;
    border-width: 0 16px 16px 16px;
    border-color: transparent transparent #235d8a transparent;
}

.dropdown .dropdown-sapce {
    position: absolute;
    left: 0;
    top: 22px;
    width: 100%;
    height: 24px;
}

.dropdown:hover .dropdown-nav {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
}

.main-navigation .navbar .navbar-nav .dropdown-nav li {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #fff;
}

.main-navigation .navbar .navbar-nav .dropdown-nav li:last-child {
    border-bottom: none;
}

.main-navigation .navbar .navbar-nav .dropdown-nav li a.nav-link {
    padding: 10px 0;
    color: #fff;
}

.main-navigation .navbar .navbar-nav .dropdown-nav li:hover a.nav-link,
.main-navigation .navbar .navbar-nav .dropdown-nav li a.nav-link:focus,
.main-navigation .navbar .navbar-nav .dropdown-nav li.active a.nav-link {
    color: #ffbc06;
}

/*new advert faq css start here*/
.advert-faq-section {
    padding: 50px 0 100px;
}

.advert-faq-section .faq-title {
    font-size: 54px;
    line-height: 60px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.advert-faq-section .panel-default {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    border-bottom: 1px solid rgba(24, 24, 24, .2);
}

.advert-faq-section .panel-default>.panel-heading {
    padding: 30px 15px;
    transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    background-color: transparent;
    margin-bottom: 2px;
    cursor: pointer;
}

.advert-faq-section .panel-default>.panel-heading:hover {
    background-color: #f0f1f3;
}

.advert-faq-section .panel-default>.panel-heading .panel-title {
    font-size: 18px;
    line-height: 24px;
    color: rgba(104, 104, 104, 1);
    margin-bottom: 0;
    margin-top: 0;
}

.advert-faq-section .d-accordion .panel-heading .fa-angle-up {
    margin-top: 3px;
}

.advert-faq-section .d-accordion .panel-heading.collapsed .fa-angle-up:before {
    content: '\f107';
    transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
}

.advert-faq-section .panel-default>.panel-heading+.panel-collapse>.panel-body {
    padding: 15px 0;
}

.advert-faq-section .panel-default>.panel-heading+.panel-collapse>.panel-body>div {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 16px;
    line-height: 22px;
    color: rgba(162, 162, 162, 1);
}

.faq-heading {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-top: 40px;
    margin-bottom: 40px;
    font-size: 44px;
    line-height: 50px;
}

.top-risk-app-block .app-block .theme-btn {
    height: 43px;
    padding: 10px 15px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #ccc;
}

.dropdown .dropdown-nav a.nav-link {
    font-size: 12px !important;
}