/*Fonts*/

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800');
body {
    font-family: 'Open Sans';
    font-size: 14px;
    line-height: 1.5;
}

img {
    max-width: 100%;
}

P {
    color: #5C5C5B;
    font-size: 16px;
    line-height: 1.9;
}

.nopadding {
    padding: 0;
}

.text-color {
    color: #014c8d;
}

.white-bg {
    background-color: #fff;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
}

a:hover {
    text-decoration: none;
}

* body .form-control:focus {
    border-color: #0c5285 !important;
    box-shadow: none;
}

a {
    color: #014c8d;
}

button:focus {
    outline: none;
}

.navbar-dark .navbar-toggler {
    color: rgb(134, 169, 194);
    border-color: rgb(134, 169, 194);
}
/**Remove dot -moz css here**/
.dropdown-toggle::after {
    display: none;
}

input::-moz-focus-inner {
    border: 0;
}

a, a:visited, a:focus, a:active, a:hover {
    outline: 0 none !important;
}

select::-ms-expand {
    display: none !important;
}



select:-moz-focusring {
    color: transparent !important;
    text-shadow: 0 0 0 #495057 !important;
}

input[type="radio"] {
    outline: none;
}

/******login form************/

section.main-page, .bg-color {
    background: rgb(0, 76, 140);
    background: -moz-linear-gradient(45deg, rgb(0, 76, 140) 27%, rgb(0, 76, 140) 39%, rgb(0, 76, 140) 69%);
    background: -webkit-linear-gradient(45deg, rgb(0, 76, 140) 27%, rgb(0, 76, 140) 39%, rgb(0, 76, 140) 69%);
    background: linear-gradient(45deg, rgb(0, 76, 140) 27%, rgb(0, 76, 140) 39%, rgb(0, 76, 140) 69%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#004c8c', endColorstr='#004c8c', GradientType=1);
}

.form-group input.form-control, textarea.form-control {
    height: 48px;
    border-radius: 0;
    border-color: #c2c2c2;
    padding: 9px 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
}

textarea.form-control {
  height: auto;
}

.form-group label {
    font-size: 16px;
    font-weight: 600;
    color: #014c8d;
}

.log-form p a {
    color: #014c8d;
    font-size: 16px;
}

.log-form p {
    font-size: 16px;
}

.remeber-password {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.remeber-password label, .remeber-password a {
    margin: 0;
    font-size: 16px;
    color: #5c5c5c;
    display: flex;
    align-items: center;
}

.remeber-password a {
    color: #014c8d;
}

* body button.custom-btn {
    background: #468c68;
    background: rgb(71, 140, 104);
    background: -moz-linear-gradient(left, rgb(71, 140, 104) 0%, rgb(88, 181, 133) 47%, rgb(88, 181, 133) 47%, rgb(88, 181, 133) 54%);
    background: -webkit-linear-gradient(left, rgb(71, 140, 104) 0%, rgb(88, 181, 133) 47%, rgb(88, 181, 133) 47%, rgb(88, 181, 133) 54%);
    background: linear-gradient(to right, rgb(71, 140, 104) 0%, rgb(88, 181, 133) 47%, rgb(88, 181, 133) 47%, rgb(88, 181, 133) 54%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#478c68', endColorstr='#58b585', GradientType=1);
    border: none;
}

button.custom-btn {
    height: 48px;
    width: 100%;
    margin: 28px 0;
    color: #fff;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 24px;
    text-transform: uppercase;
    padding: 0;
    text-align: center;
}

button.custom-btn:hover {
    color: #fff;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#58b686+0,50a278+63,468a67+100,1e5799+100 */
    background: rgb(88, 182, 134);
    /* Old browsers */
    background: -moz-linear-gradient(left, rgb(88, 182, 134) 0%, rgb(80, 162, 120) 63%, rgb(70, 138, 103) 100%, rgb(30, 87, 153) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgb(88, 182, 134) 0%, rgb(80, 162, 120) 63%, rgb(70, 138, 103) 100%, rgb(30, 87, 153) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgb(88, 182, 134) 0%, rgb(80, 162, 120) 63%, rgb(70, 138, 103) 100%, rgb(30, 87, 153) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#58b686', endColorstr='#1e5799', GradientType=1);
    /* IE6-9 */
}

.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: none;
}

select.form-control {
    border-radius: 0;
    height: 48px;
    padding: 0 15px;
    -webkit-appearance: none;
}

.form-group select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

/* IE11 hide native button (thanks Matt!) */

select::-ms-expand {
    display: none;
}

.selectdiv:after {
    content: '\f107';
    color: #333;
    right: 11px;
    top: 40px;
    padding: 0 0 2px;
    position: absolute;
    pointer-events: none;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 20px;
}

.selectdiv {
    position: relative;
}

h1.heading-title {
    font-size: 34px;
}

.form-group {
    margin-bottom: 32px;
    text-align: left;
}

p.text-bold {
    font-weight: 600;
    color: #5C5C5B;
}

p.text-bold.text-black, .sign-up p.text-bold {
    color: #000;
}

.remeber-password input[type=checkbox] {
    box-sizing: border-box;
    padding: 0;
    width: 18px;
    height: 18px;
    margin-right: 7px;
}

section.main-page {
    padding: 40px 0 80px 0;
    position: relative;
}

.left-side-image {
    display: flex;
    justify-content: center;
    align-items: center;
}

section.main-page:before {
    position: absolute;
    content: '';
    width: 165px;
    height: 190px;
    bottom: 0;
    background: url(../images/shape-left.png);
    left: 0;
}

section.main-page:after {
    position: absolute;
    content: '';
    width: 175px;
    height: 199px;
    top: 0;
    background: url(../images/shape-right.png);
    right: 0;
}

.log-form p.text-left, .sign-up p:last-child {
    font-size: 15px;
}

.login-header {
    margin-bottom: 24px;
}

/** register page silder **/

.do-you-agree-info label {
    font-size: 15px;
    margin-bottom: 20px;
    display: flex;
    padding-left: 24px;
    position: relative;
}

.do-you-agree-info label input[type="checkbox"] {
    width: 18px;
    height: 18px;
    position: absolute;
    top: 4px;
    margin-right: 5px;
    left: 0;
}

.do-you-agree-info label a {
    margin: 0 3px;
    color: #014c8d;
    font-weight: 600;
}

.radio-btn {
    margin-bottom: 20px;
}

.radio-btn h6 {
    font-weight: 600;
    margin-top: 24px;
}

.radio-btn input[type="radio"] {
    width: 18px;
    height: 18px;
    position: relative;
    top: 4px;
    margin-right: 5px;
}

.radio-btn label {
    margin: 0;
    width: 60px;
}

.custom-form .slider .slick-dots li button:before {
    color: #468c68;
    font-size: 16px;
}

.custom-form .slider .slick-prev, .custom-form .slider .slick-next {
    display: none;
}

/** forgot password **/

button.custom-btn.reset-btn {
    font-size: 18px;
}

/**Header css here **/

.main-header {
    padding: 20px 0;
}

.menu-left-center {
    width: 460px;
    display: flex;
    justify-content: space-between;
    padding-left: 36px;
}

.navbar-dark .navbar-nav .nav-link {
    color: #f9f9f9;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    border-radius: 3px;
    padding: 9px 15px;
}

.navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show>.nav-link, .navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: #ffffff;
    background: #29699e;
}

ul.navbar-nav.pull-right.ml-auto.nav-right-side a.nav-link:hover {
    background: #fff;
    color: #05447a;
}

ul.navbar-nav.pull-right.ml-auto.nav-right-side {
    width: 240px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

ul.navbar-nav.pull-right.ml-auto.nav-right-side a.nav-link.social-icon {
    background: #3172a8;
    padding: 5px 14px;
    font-size: 20px;
}

ul.navbar-nav.pull-right.ml-auto.nav-right-side a.nav-link.social-icon:hover {
    color: #ffffff;
    opacity: 0.9;
}

/** footer css here**/

footer.footer-bg {
    width: 100%;
    background: url(../images/footer.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 100% 100%;
    padding: 300px 0 0;
    margin-top: -200px;
}

h2.sub-title {
    margin: 30px 0;
}

button.send-message {
    max-width: 220px;
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 60px;
}

p.copy-right-p {
    margin: 0;
    font-size: 14px;
    color: #939fae;
    font-weight: 600;
}

ul.footer-nav {
    display: flex;
    align-items: center;
}

ul.footer-nav li {
    margin: 0 4px;
}

ul.footer-nav li a {
    padding: 9px 12px;
    color: #939fae;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
}

.copy-right {
    border-top: 1px solid #14466d;
    padding: 40px 0;
    font-weight: 600;
    margin-top: 60px;
}

footer span {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
    display: block;
}

footer p.text-white {
    font-size: 20px;
    margin-bottom: 40px;
}

ul.footer-nav li a:hover {
    color: #fff;
}

.full-width-mobile {
    display: flex;
    align-items: center;
}

section.main-page.forgot-password {
    height: 100vh;
}

ul.footer-nav {
    margin: 0;
    list-style: none;
    padding: 0;
}

footer.footer-bg .form-group input.form-control {
    border: none;
}

/** banner section css here**/

section.banner {
    background: url(../images/banner-bg.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: bottom center;
    padding: 100px 0 240px;
    position: relative;
}

h2.subtitle {
    font-size: 26px;
    color: #001f3c;
    margin-bottom: 24px;
    width: 100%;
    text-transform: capitalize;
}

h3.below-subtitle {
    font-size: 20px;
    color: #001f3c;
    margin: 20px 0 12px;
    text-transform: capitalize;
    line-height: 1.4;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    max-height: 55px;
}

.information-contant p {
    line-height: 1.6;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    font-size: 16px;
}

.banner-contant {
    padding-right: 60px;
}

.banner h1 {
    font-size: 36px;
    margin-bottom: 30px;
    text-transform: capitalize;
}

.banner h5 {
    font-size: 22px;
    font-weight: 600;
}

.display-flex-full {
    align-items: center;
}

.btn-group-flex {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.py-100 {
    padding: 100px 0 40px;
}

.ptop-60 {
    padding-top: 60px;
}

section.banner:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 300px;
    left: 0;
    right: 0;
    bottom: 9px;
    background: url(../images/wave.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.info-succeed .info-make-to-succeed p {
    line-height: 1.9;
    font-size: 16px;
    text-align: left;
}

.info-succeed .info-make-to-succeed {
    padding-left: 7%;
    text-align: left;
}

.info-succeed .info-make-to-succeed button.btn.default-btn.custom-btn {
    width: auto;
    font-size: 14px;
    padding: 0 24px;
    letter-spacing: .5px;
}

.info-succeed .info-make-to-succeed span {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    width: auto;
    padding: 14px 32px;
    color: #001f3c;
}

.info-succeed .info-make-to-succeed p strong {
    color: #001f3c;
}

.pb-80 {
    padding-bottom: 80px;
}

.py-40 {
    padding: 40px 0;
}

.bottom-top-space {
    margin-top: 80px
}

/**2nd**/

section.grey-bg {
    background: #fbfbfc;
    padding: 80px 0;
    position: relative;
}

section.grey-bg p {
    line-height: 1.9;
    font-size: 16px;
}

ul.list-style-flex {
    margin: 0;
    padding: 0;
    display: block;
    text-align: left;
}

ul.list-style-flex li {
    display: inline-block;
    width: 33%;
    text-align: left;
    font-size: 16px;
    font-weight: 600;
    padding: 30px 0 0 36px;
    position: relative;
    color: #001f3c;
}

ul.list-style-flex li:before {
    position: absolute;
    content: '';
    width: 24px;
    height: 18px;
    left: 0;
    top: 34px;
    background: url(../images/tick-icon.png);
    background-repeat: no-repeat;
    background-size: auto;
}

a.view-btn {
    width: auto;
    font-size: 14px;
    letter-spacing: .5px;
    background: rgb(71, 140, 104);
    background: -moz-linear-gradient(left, rgb(71, 140, 104) 0%, rgb(88, 181, 133) 47%, rgb(88, 181, 133) 47%, rgb(88, 181, 133) 54%);
    background: -webkit-linear-gradient(left, rgb(71, 140, 104) 0%, rgb(88, 181, 133) 47%, rgb(88, 181, 133) 47%, rgb(88, 181, 133) 54%);
    background: linear-gradient(to right, rgb(71, 140, 104) 0%, rgb(88, 181, 133) 47%, rgb(88, 181, 133) 47%, rgb(88, 181, 133) 54%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#478c68', endColorstr='#58b585', GradientType=1);
    padding: 12px 20px;
    border-radius: 3px;
    margin: 60px auto 40px;
    color: #fff;
    font-weight: 700;
    min-width: 160px;
    text-transform: uppercase;
}

a.view-btn:hover {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#58b686+0,50a278+63,468a67+100,1e5799+100 */
    background: rgb(88, 182, 134);
    /* Old browsers */
    background: -moz-linear-gradient(left, rgb(88, 182, 134) 0%, rgb(80, 162, 120) 63%, rgb(70, 138, 103) 100%, rgb(30, 87, 153) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgb(88, 182, 134) 0%, rgb(80, 162, 120) 63%, rgb(70, 138, 103) 100%, rgb(30, 87, 153) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgb(88, 182, 134) 0%, rgb(80, 162, 120) 63%, rgb(70, 138, 103) 100%, rgb(30, 87, 153) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#58b686', endColorstr='#1e5799', GradientType=1);
    /* IE6-9 */
}

section.white-bg {
    background: #fff;
    padding: 80px 0;
}

ul.list-img-list {
    display: block;
    padding: 0;
    margin: 0;
}

ul.list-img-list li {
    color: #001f42;
    width: 33%;
    display: inline-block;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    margin-top: 60px;
}

ul.list-img-list li img {
    display: block;
    margin: 9px auto 15px;
}

img.img-bio {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    object-fit: fill;
}

/** LIBRARY INNER PAGES CSS HERE**/

.cus-inner-page {
    margin: 40px 0 0;
    z-index: 99;
    background: #fff;
}

.cus-inner-page p {
    color: #5c5c5c;
    font-size: 16px;
    text-align: left;
}

.cus-inner-page ul li {
    margin-bottom: 10px;
    line-height: 1.7;
}

.cus-inner-page ul.inner-list li {
    margin: 20px 0;
}

.cus-img-card {
    align-items: flex-start;
}

.cus-img-card .card-body {
    padding: 0;
}

.cus-img-card img.card-img-top {
    height: 190px;
}

.cus-img-body .card-title {
    font-weight: bold;
    font-size: 22px;
}

.cus-inner-page a {
    color: #001f3c;
}

.cus-inner-page a:hover {
    opacity: 0.8;
}

.cus-inner-page .cus-underline-para {
    text-decoration: underline;
}

.cus-inner-page .bg-color {
    background-color: #001f3c;
}

.img-candle img {
    max-height: 200px;
}

.cus-inner-page .bg-color .text-candle h3, .cus-inner-page .bg-color .text-candle p {
    color: #fff;
}

.cus-inner-page .charts-img img {
    margin-top: 10px;
}

.cus-inner-page .pd-bottom {
    padding: 30px 0 40px;
    align-items: center;
}

.cus-inner-page .text-candle {
    padding: 30px;
}

.cus-inner-page .text-candle a {
    background: #fff;
    padding: 6px 16px;
    border-radius: 3px;
    font-size: 15px;
}

/**FEATURE INNER PAGES CSS HERE**/

section.cus-inner-page {
    margin: 20px 0 100px;
}

.cus-inner-page.features-box {
    margin-bottom: 0px;
}

.cus-inner-page .feature-wrap {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    padding: 28px 10px;
}

.cus-inner-page.features-box p {
    line-height: 1.6;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    font-size: 16px;
}

.cus-inner-page.features-box ul {
    display: flex;
    list-style: none;
    padding-left: 0;
    justify-content: space-between;
}

.cus-inner-page.features-box ul li {
    display: inline-block;
}

.cus-inner-page.features-box hr {
    border-color: #ececec;
    max-width: 100px;
    margin: 20px 0;
    border-width: 1px;
}

.cus-inner-page.features-box ul li span {
    color: #004c8c;
    font-weight: bold;
}

.cus-inner-page.features-box button.btn.default-btn.custom-btn {
    width: auto;
    font-size: 14px;
    padding: 0 24px;
    letter-spacing: .5px;
}

.cus-inner-page features-box button.custom-btn {
    margin-bottom: 0;
}

.cus-inner-page.features-box .range-color {
    display: inline-block;
}

.cus-inner-page.features-box .range-color span {
    color: #004c8c;
    font-weight: bold;
}

.cus-inner-page .feature-wrap i {
    color: #024c89;
    padding-right: 10px;
}

.cus-inner-page.features-box p strong {
    font-size: 16px;
}

.cus-inner-page.features-box ul.asx-analysis-list {
    display: inline-block;
    list-style: none;
    padding-left: 0;
    justify-content: space-between;
    width: 100%;
}

.cus-inner-page ul li, .cus-inner-page.features-box .range-color, .cus-inner-page ul.inner-list li, .cus-inner-page ol, .cus-inner-page.features-box ul li, .cus-inner-page.features-box .range-color, .cus-inner-page.features-box ul.asx-analysis-list li {
    color: #5c5c5c;
    font-size: 16px;
}

.cus-inner-page.features-box ul.asx-analysis-list li {
    width: 25%;
    float: left;
    padding-bottom: 10px;
}

.cus-inner-page h2, .privacy-inner-page h2 {
    font-size: 28px;
    text-align: center;
    margin: 0 0 20px;
}

.cus-inner-page h3, .privacy-inner-page h3 {
    font-size: 22px;
    margin: 0px 0 20px;
}

h2.main-title {
    font-size: 26px;
    margin: 40px 0;
}

h3.box-title {
    font-size: 20px;
    margin: 0 0 20px;
}

.privacy-inner-page h4 {
    font-size: 18px;
    margin-bottom: 20px;
    color: #024c89;
    font-weight: 600;
}

h3.box-title, h2.main-title, .cus-inner-page h3, .cus-inner-page h2 {
    color: #024c89;
    line-height: 1.7;
}

body.featuers-inner p {
    font-size: 16px;
    line-height: 1.7;
}

.featuers-inner .feature-wrap img {
    min-height: 260px;
    max-height: 260px;
    height: 100%;
}

/**innerpage-15may***/

.cus-inner-page .variation-box {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.cus-inner-page .variation-content {
    padding: 30px;
}

.cus-inner-page .variation-content h3 {
    color: #001f3b;
    margin-bottom: 10px;
}

.cus-inner-page .variation-content ul {
    display: inline-block;
    width: 100%;
}

.cus-inner-page .variation-content ul li {
    width: 50%;
    margin-bottom: 15px;
    float: left;
}

.cus-inner-page .variation-content hr {
    min-width: 75px;
    max-width: 75px;
}

.cus-inner-page .variation-content ul li:nth-child(2) {
    text-align: right;
}

.cus-inner-page .variation-content ul li:last-child {
    margin-bottom: 0;
}

/** after ::before using images css here **/

.inner-page {
    position: relative;
}

.inner-page:after {
    position: absolute;
    top: 0;
    right: 0;
    content: '';
    width: 140px;
    height: 314px;
    background-image: url(../images/right-top.png);
    background-repeat: no-repeat;
    z-index: -2;
}

.inner-page:before {
    position: absolute;
    top: 35%;
    left: 0;
    content: '';
    width: 180px;
    height: 280px;
    background-image: url(../images/left-top.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index: -2;
}

section.pb-5.grey-bg.realtime-scans:after {
    position: absolute;
    width: 170px;
    height: 170px;
    content: '';
    top: 0;
    right: 0;
    background-image: url(../images/right-bottom.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

/** Library page css here**/

ul.inner-list {
    list-style: none;
}

.cus-inner-page ol li {
    line-height: 1.7;
    margin-bottom: 12px;
}

.library-summary {
    display: flex;
    align-items: center;
}

.library-summary.info-succeed .info-make-to-succeed span {
    padding: 14px 0;
    color: #001f3c;
}

.trading-like-a-business strong {
    color: #001f3c;
}

.library-summary.info-succeed p strong {
    color: #5C5C5B;
}

ul.list-style-flex.getting-start-list li:before {
    content: '\f101';
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 22px;
    top: 0;
    color: #96b4ce;
    background: none;
}

ul.list-style-flex.getting-start-list li {
    float: left;
    margin: 0 0 20px;
    padding-top: 0;
    height: 45px;
    padding: 0 20px;
    font-weight: 700;
}

.candle-contant p.below-subtitle {
    color: #014c8d;
    font-size: 16px;
    font-weight: 700;
    margin: 30px 0 0;
    line-height: 1.4;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    max-height: 55px;
}

.magin-bottom-space {
    margin-bottom: 40px;
}

ul.bio-list-view {
    display: flex;
    justify-content: space-between;
    list-style: none;
    align-items: center;
    padding: 0;
}

/**Bio section  css here**/

ul.bio-list-view {
    display: flex;
    list-style: none;
    padding: 0;
}

ul.bio-list-view li {
    flex: 1 1 auto;
    text-align: center;
}

ul.bio-list-view li a {
    display: block;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    margin: 24px 0;
}

h2.subtitle.under-line-border {
    border-bottom: 1px solid #014c8d;
    padding-bottom: 12px;
    display: inline;
}

/*******feature**************/

.cus-inner-page.features-box ul.asx-analysis-list {
    display: inline-block;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
}

.cus-inner-page.features-box ul.asx-analysis-list li {
    display: inline-block;
    font-size: 14px;
    color: #5c5c5c;
    width: 100%;
    float: left;
    padding-bottom: 10px;
    position: relative;
    text-align: left;
    padding-left: 30px;
}

.cus-inner-page.features-box ul.asx-analysis-list li:before {
    position: absolute;
    content: '';
    width: 20px;
    height: 14px;
    left: 0;
    top: 5px;
    background: url(../images/tick-icon.png);
    background-repeat: no-repeat;
    background-size: 17px;
}

.cus-inner-page.features-box ul.width-manage-list li {
    width: 25%;
    padding-left: 25px;
}

.scan-sec p {
    line-height: 1.7;
    font-size: 16px;
}

.py-40 {
    padding: 40px 0;
    align-items: center;
}

.info-succeed .top-20-movers {
    text-align: center;
}

.info-succeed .top-20-movers p {
    text-align: center;
}

.info-succeed .info-make-to-succeed ul.asx-analysis-list {
    display: inline-block;
    list-style: none;
    padding: 0;
    margin: 0;
    justify-content: space-between;
    width: 100%;
}

.info-succeed .info-make-to-succeed ul.asx-analysis-list li:before {
    position: absolute;
    width: 10px;
    height: 10px;
    background: #0074bb;
    content: '';
    top: 6px;
    left: 0;
    right: 0;
}

.info-succeed .info-make-to-succeed ul.asx-analysis-list li {
    display: inline-block;
    font-size: 14px;
    color: #5c5c5c;
    width: 50%;
    float: left;
    padding: 0 0 10px 20px;
    position: relative;
}

.d-flex img {
    width: 100%;
}

/**Billing, Terms & Privacy policy**/

section.cus-inner-page.privacy-inner-page i {
    color: #0c5285;
    font-size: 18px;
    padding-right: 8px;
}

/**accordion css here**/

.card-header {
    background-color: transparent;
    border-bottom: none;
    padding: 15px 15px 15px 40px;
    position: relative;
}

.card-header a {
    color: #001f3c;
}

i.fa.fa-angle-down.rotate-icon {
    float: right;
    font-size: 30px;
    color: #c3c3c3;
}

.card-header h5 {
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.card P {
    color: #5C5C5B;
    font-size: 16px;
    line-height: 1.7;
}

.card-body ol li {
    font-size: 15px;
    margin-bottom: 7px;
    color: #5C5C5B;
}

.card-body ol li i {
    font-weight: 700;
    color: #071f3c;
}

.card {
    border: none;
    position: relative;
}

.card-header:before {
    position: absolute;
    content: '';
    width: 26px;
    height: 26px;
    top: 18px;
    background: #fff;
    left: 0;
    border-radius: 50%;
    border: 6px solid #dce6ef;
}

.card-header.active:before {
    background: #0c5285;
}

.card:before {
    position: absolute;
    content: '';
    background: #dce6ef;
    height: 100%;
    width: 4px;
    left: 11px;
    top: 0;
}

.card-body {
    padding: 0 40px;
}

.accordion>.card:first-of-type:before {
    position: absolute;
    content: '';
    background: #dce6ef;
    top: 20px;
}

.accordion>.card:last-of-type::before {
    position: absolute;
    content: '';
    background: #dce6ef;
    height: 50%;
}

.card-body h6 {
    color: #001f3c;
    font-size: 20px;
    margin: 15px 0 10px;
}

.card-body ol {
    padding: 0 30px;
}

.md-accordion .card .card-header a:not(.collapsed) .rotate-icon {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    color: #071f3c;
}

.py-80 {
    padding: 80px 0;
}

.card P strong {
    color: #001f3c;
    margin-right: 4px;
}

/**contact  us page**/

.contact-us-form {
    margin: 40px auto;
}

.contact-us-form label {
    color: #fff;
}

* body .contact-us-form .form-control:focus {
    border-color: #ffffff;
}

.contact-us-form p {
    font-size: 16px;
}

button.btn.contact-us-btn {
    background: #fff;
    padding: 9px 40px;
    height: 46px;
    font-weight: 600;
    text-transform: uppercase;
    width: auto;
    font-size: 16px;
    margin-bottom: 0;
    color: #3172a8;
}

button.btn.contact-us-btn.default-btn.custom-btn.close-btn {
    background: #3172a8;
    color: #ffffff;
}

button.btn.contact-us-btn.default-btn.custom-btn.close-btn:hover {
    background: #fff;
    color: #3172a8;
}

* body a.view-btn.custom-btn.btn-white {
    background: transparent;
    border: 2px solid #fff;
    text-align: center;
}

.info-succeed .info-make-to-succeed a.view-btn {
    margin-top: 15px;
    display: inline-block;
}

* body li.nav-item.active-btn a.nav-link {
    background: #fff;
    color: #05447a;
}

li.nav-item.active-btn a.nav-link:hover {
    opacity: .8;
}

section.pb-5.Fundamental-Analysis {
    width: 100%;
    text-align: center;
}

section.cus-inner-page.Fundamental-Analysis-page h2 {
    margin-bottom: 20px;
}

section.cus-inner-page.Fundamental-Analysis-page a.view-btn.btn-danger {
    background: #cc0f0f;
    color: #fff;
}

section.pb-5.Fundamental-Analysis h2.subtitle {
    text-align: left;
}

a.view-btn.btn-danger.mt-2 {
    display: inline-block;
}

section.pb-5.Fundamental-Analysis h2, section.pb-5.Fundamental-Analysis h3, section.pb-5.Fundamental-Analysis h4 {
    color: #001f3c;
}

section.pb-5.Fundamental-Analysis p {
    font-size: 16px;
}

section.pb-5.Fundamental-Analysis p a {
    padding: 4px 10px;
    background: #004c8c;
    border-radius: 4px;
    color: #fff;
    margin-left: 9px;
    font-size: 14px;
}

.cus-inner-page.features-box a.view-btn.text-white {
    display: inline-block;
    margin: 0;
}

.contact-us-form .nav.nav-tabs.nav-fill a.nav-item.nav-link.active {
    color: #004c8c;
    font-weight: 600;
}

.contact-us-form .nav.nav-tabs.nav-fill {
    height: 48px;
    font-size: 20px;
}

.contact-us-form .nav.nav-tabs.nav-fill a {
    color: #fff;
}

.contact-us-form nav.user-setting-nav {
    margin: 36px 0 14px;
}

/**custom checkbox css**/

.styled-checkbox {
    position: absolute;
    opacity: 0;
}

.styled-checkbox+label {
    position: relative;
    cursor: pointer;
    padding: 0;
}

.styled-checkbox+label:before {
    content: "";
    margin-right: 10px;
    display: inline-block;
    vertical-align: text-top;
    width: 25px;
    height: 25px;
    background: white;
}

.styled-checkbox:hover+label:before {
    background: rgb(88, 182, 134);
}

.styled-checkbox:focus+label:before {
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}

.styled-checkbox:checked+label:before {
    background: rgb(88, 182, 134);
}

.styled-checkbox:disabled+label {
    color: #b8b8b8;
    cursor: auto;
}

.styled-checkbox:disabled+label:before {
    box-shadow: none;
    background: #ddd;
}

.styled-checkbox:checked+label:after {
    content: "";
    position: absolute;
    left: 7px;
    top: 12px;
    background: white;
    width: 2px;
    height: 2px;
    box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.unstyled {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.form-group .unstyled label {
    font-size: 16px;
}

.unstyled li {
    width: 33%;
    float: left;
    margin-bottom: 20px;
}

.contact-flex-btn {
    display: inline-block;
    width: 100%;
}

/**table css here**/

.subscription-list {
    color: black;
    background-color: white;
    padding: 20px 10px;
}

.image-left {
    overflow: hidden;
    object-fit: cover;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.image-left:hover {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(0.9);
}

/**top to return css here**/

#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgb(0, 76, 140);
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#return-to-top:hover {
    background: rgb(0, 76, 140);
}

#return-to-top:hover i {
    color: #fff;
}

.footer-contant {
    margin-top: 20px;
}

section.cus-inner-page {
    padding-top: 20px;
}

/**responsive**/

@media screen and (min-width:1681px) {
    section.main-page.forgot-password .left-imge {
        width: 480px;
        margin: 20px auto 0;
    }
    .log-form.custom-form {
        width: 605px;
        margin: 0 auto;
    }
    .left-side-image .left-imge {
        width: 586px;
        margin: 0 0 0 auto;
    }
    footer.footer-bg {
        background-size: 100% 100%;
        padding: 300px 0 0;
    }
    section.banner {
        background-size: 100% 100%;
    }
    .card-header h5 {
        font-size: 22px;
    }
}

@media screen and (max-width:1680px) {
    * body .log-form.custom-form {
        width: 560px;
        margin: 0 auto;
        padding: 2rem;
    }
    .left-side-image .left-imge {
        width: 480px;
    }
    section.main-page.forgot-password .left-imge {
        width: 480px;
        margin: 20px auto 0;
    }
    h1.heading-title {
        font-size: 32px;
    }
    .log-form p {
        font-size: 14px;
        margin-bottom: 9px;
    }
    * body form.mt-5 {
        display: block;
        margin-top: 1rem !important;
    }
    .form-group {
        margin-bottom: 20px;
        text-align: left;
    }
    button.custom-btn {
        margin: 20px 0;
    }
    section.main-page {
        padding: 20px 0 40px 0;
    }
    .form-group input.form-control, textarea.form-control {
        height: 42px;
    }
    select.form-control {
        height: 42px;
    }
    .remeber-password label, .remeber-password a, .form-group label, .form-group label {
        font-size: 14px;
    }
    .log-form p.text-left {
        font-size: 14px;
        line-height: 1.8;
    }
}

@media screen and (max-width: 1320px) {
    .card-header h5 {
        font-size: 20px;
    }
    * body .log-form.custom-form {
        width: 100%;
        margin: 0 auto;
        padding: 2rem!important;
    }
}

@media screen and (max-width: 1199px) {
    * body .left-imge {
        width: 90%;
        margin: 0 auto;
    }
    .p-5 {
        padding: 2rem!important;
    }
    .mt-5, .my-5 {
        margin-top: 1rem!important;
    }
    .log-form p, .log-form p.text-left, body.featuers-inner p, .remeber-password label, .remeber-password a, .form-group label, .log-form p a, .do-you-agree-info label, .info-succeed .info-make-to-succeed p, .information-contant p {
        font-size: 14px;
    }
    h1.heading-title {
        font-size: 30px;
    }
    button.btn.default-btn.custom-btn.reset-btn {
        font-size: 16px;
    }
    .banner-contant {
        padding-right: 0;
    }
    .banner h1 {
        font-size: 28px;
    }
    .banner h5, h3.below-subtitle {
        font-size: 18px;
    }
    .banner img {
        width: 320px;
        float: right;
    }
    h2.subtitle {
        font-size: 24px;
    }
    .info-succeed .info-make-to-succeed span {
        padding: 14px 6px;
    }
    img.footer-img {
        width: 50px;
    }
    img.img-bio {
        width: 100px;
        height: 100px;
    }
    ul.bio-list-view li a {
        font-size: 14px;
    }
    .btn-group-flex a.view-btn {
        padding: 12px 1px;
        width: 49%;
        text-align: center;
        font-size: 13px;
    }
    .cus-inner-page .features-box ul.width-manage-list li {
        width: 33%;
    }
    P {
        font-size: 14px
    }
}

@media screen and (max-width: 991px) {
    .mobile-hide {
        display: none;
    }
    .row.full-width-mobile {
        margin: 40px 0 0;
        padding: 0 80px;
    }
    .login-header {
        margin-bottom: 10px;
        text-align: center;
    }
    .menu-left-center {
        width: auto;
        display: block;
        padding-left: 0;
        margin: 9px 0 0
    }
    .menu-left-center li.nav-item {
        margin: 0 0 7px;
    }
    ul.navbar-nav.pull-right.ml-auto.nav-right-side {
        width: auto;
        display: block;
        float: none;
    }
    li.nav-item {
        text-align: center;
    }
    .navbar-toggler {
        padding: 1px 2px;
    }
    .cus-inner-page h2 {
        font-size: 22px;
        margin: 0 0 20px;
    }
    .cus-inner-page h3, footer span {
        font-size: 18px;
    }
    .cus-inner-page ul.inner-list li, section.grey-bg p, ul.list-style-flex li, .cus-inner-page ol, .cus-inner-page p, .cus-inner-page ul li, .card P {
        font-size: 14px;
    }
    .cus-img-body .card-title {
        font-size: 18px;
        margin-top: 20px;
    }
    .menu-left-center li.nav-item {
        max-width: 100%;
        min-width: 100%;
    }
    ul a.nav-link.social-icon {
        display: inline-block;
    }
    .cus-inner-page h3.box-title {
        margin-bottom: 0;
        margin-top: 15px;
    }
    ul.list-style-flex li, .cus-inner-page.features-box ul.asx-analysis-list li, ul.list-img-list li {
        width: 50%;
        float: left;
    }
    .info-succeed .info-make-to-succeed {
        text-align: center;
        padding: 0 15px;
        margin-top: 50px;
    }
    .py-100 {
        padding: 60px 0 0;
    }
    ul.list-style-flex li:before {
        background-size: 70%;
    }
    h2.sub-title {
        margin: 24px 0 16px;
        font-size: 28px;
    }
    footer span {
        margin-bottom: 0px;
    }
    footer p.text-white {
        font-size: 16px;
        margin-bottom: 30px;
    }
    .banner img {
        display: none;
    }
    section.banner {
        background: url(../images/banner-bg.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        background-position: bottom center;
        padding: 50px 0 240px;
        position: relative;
    }
    .inner-page:before {
        top: 40%;
        width: 180px;
        height: 260px;
        background-size: 100%;
        z-index: -1;
    }
    .inner-page:after {
        width: 100px;
        height: 236px;
        background-size: 100%;
        z-index: -1;
    }
    section.pb-5.grey-bg.realtime-scans:after {
        width: 100px;
        height: 120px;
        background-size: 100%;
    }
    .img-library {
        text-align: center;
    }
    .library-summary.info-succeed .info-make-to-succeed {
        text-align: left;
    }
    ul.bio-list-view {
        display: inline-block;
    }
    ul.bio-list-view li {
        float: left;
        width: 33.333%;
    }
    .card-header h5 {
        font-size: 18px;
    }
    .card-header:before {
        width: 20px;
        height: 20px;
        top: 18px;
        left: 3px;
        border: 4px solid #dce6ef;
    }
    i.fa.fa-angle-down.rotate-icon {
        font-size: 24px;
    }
    .card-header {
        background-color: transparent;
        border-bottom: none;
        padding: 12px 12px 12px 30px;
        position: relative;
    }
    .py-80 {
        padding: 40px 0;
    }
    .py-100 {
        padding: 40px 0;
    }
    .cus-inner-page .pd-bottom {
        padding: 0 0 20px;
        margin: 0;
    }
    * body .row.py-40.mb-5.info-succeed {
        margin: 0 !important;
        padding: 0;
    }
    .log-form.custom-form {
        width: 100%;
    }
    .info-succeed .info-make-to-succeed a.view-btn {
        margin-bottom: 0;
    }
    * body section.grey-bg {
        padding: 40px 0 0;
    }
    .information-contant {
        margin-bottom: 40px;
    }
    .cus-inner-page.features-box ul.asx-analysis-list li {
        width: 100%;
    }
    .cus-inner-page .features-box ul.width-manage-list li {
        width: 50%;
    }
    .info-succeed .info-make-to-succeed ul.asx-analysis-list li {
        display: flex;
    }
    li.nav-item.active-btn a.nav-link {
        max-width: 180px;
        margin: 0 auto;
    }
    li.nav-item {
        margin-bottom: 15px;
    }
    .navbar-dark .navbar-nav .nav-link {
        max-width: 180px;
        margin: 0 auto;
    }
    section.py-5 {
        padding: 28px 0 !important;
    }
    .row.text-center {
        display: inline-block;
        width: 100%;
        margin: 0px 0;
    }
    .row.text-center a.view-btn {
        display: inline-block;
    }
}

@media screen and (max-width: 767px) {
    .row.full-width-mobile {
        padding: 0 40px;
    }
    .form-group input.form-control {
        height: 42px;
    }
    .form-group {
        margin-bottom: 24px;
        text-align: left;
    }
    .do-you-agree-info label {
        display: block;
    }
    h2.sub-title {
        margin: 16px 0;
        font-size: 24px;
    }
    footer p.text-white {
        font-size: 16px;
        margin-bottom: 30px;
    }
    button.custom-btn {
        font-size: 14px;
    }
    p.copy-right-p {
        font-size: 14px;
        text-align: center;
    }
    ul.footer-nav {
        float: none;
        text-align: center;
        justify-content: center;
        margin-top: 14px;
    }
    .copy-right {
        margin: 0;
    }
    p.copy-right-p {
        font-size: 12px;
    }
    ul.footer-nav li a {
        font-size: 12px;
    }
    /**innerpage**/
    .cus-inner-page h2 {
        font-size: 22px;
    }
    .cus-inner-page h3, .cus-img-body .card-title {
        font-size: 18px;
    }
    .cus-inner-page ul.inner-list li, .cus-inner-page ul li, .cus-inner-page.features-box ul li, .cus-inner-page.features-box p, .cus-inner-page ol, .cus-inner-page p, .contact-us-form p {
        font-size: 14px;
    }
    .cus-inner-page ol {
        color: #5c5c5c;
    }
    .cus-img-body .card-title {
        margin-top: 20px;
    }
    .cus-inner-page .features-box ul {
        display: inline-block;
    }
    .cus-inner-page .features-box ul li {
        display: block;
        padding-bottom: 10px;
    }
    ul.list-style-flex li:before {
        top: 8px;
    }
    ul.list-style-flex li {
        width: 50%;
        float: left;
        height: 60px;
        padding-top: 0;
        margin-bottom: 14px;
        font-size: 16px;
    }
    section.pb-5.grey-bg.realtime-scans:after {
        width: 60px;
        height: 100px;
        background-size: 100%;
    }
    ul.list-style-flex {
        margin: 20px auto 0;
    }
    a.view-btn {
        margin: 30px auto 0px;
    }
    h2.subtitle {
        font-size: 22px;
    }
    ul.list-img-list li {
        width: 50%;
        float: left;
        font-size: 14px;
    }
    footer.footer-bg, section.banner {
        width: 100%;
        background-position: center;
        background-size: cover;
        padding: 20px 0 0;
        margin-top: 0;
        background: rgb(5, 68, 122);
        background: -moz-linear-gradient(45deg, rgb(5, 68, 122) 27%, rgb(11, 84, 137) 39%, rgb(12, 82, 133) 69%);
        background: -webkit-linear-gradient(45deg, rgb(5, 68, 122) 27%, rgb(11, 84, 137) 39%, rgb(12, 82, 133) 69%);
        background: linear-gradient(45deg, rgb(5, 68, 122) 27%, rgb(11, 84, 137) 39%, rgb(12, 82, 133) 69%);
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#05447a', endColorstr='#0c5285', GradientType=1);
    }
    section.banner {
        padding: 40px 0px;
    }
    .ptop-60 {
        padding-top: 0;
    }
    .banner h1 {
        font-size: 24px;
        margin-bottom: 14px;
    }
    .info-succeed .info-make-to-succeed button.btn.default-btn.custom-btn {
        padding: 0 18px;
        letter-spacing: 0;
    }
    section.banner:after {
        content: none;
    }
    .card-header h5 {
        font-size: 16px;
        align-items: baseline;
    }
    .cus-inner-page .text-candle {
        padding: 15px 0;
    }
    section.cus-inner-page {
        margin: 20px 0 40px;
    }
    section.py-5.inner-page {
        padding-bottom: 20px !important;
    }
    h2.main-title {
        font-size: 22px;
        margin: 0px 0 20px;
    }
    .btn-group-flex a.view-btn {
        padding: 12px 1px;
        width: 48%;
        margin-top: 23px;
        margin-bottom: 0;
    }
    * body section.realtime-scans {
        padding: 40px 0;
    }
    .cus-inner-page.features-box ul {
        display: inline-block;
    }
    .cus-inner-page.features-box ul li {
        display: block;
    }
    .unstyled li {
        width: 100%;
    }
    .contact-us-form .nav.nav-tabs.nav-fill a.nav-item.nav-link.active {
        font-size: 18px;
    }
    section.pb-5.Fundamental-Analysis h2 {
        font-size: 22px;
    }
    section.pb-5.Fundamental-Analysis h4 {
        font-size: 20px;
    }
    a.view-btn.btn-danger.mt-2 {
        margin-bottom: 20px;
    }
    .bottom-top-space {
        margin-top: 40px;
    }
    .pb-80 {
        padding-bottom: 20px;
    }
    .featuers-inner {
        padding-top: 28px;
    }
    .main-header {
        padding: 0px 0;
    }

}

@media screen and (max-width: 580px) {
    .row.full-width-mobile {
        padding: 0 20px;
    }
    button.btn.default-btn.custom-btn.reset-btn {
        height: auto;
        line-height: normal;
        padding: 11px 0;
    }
    .img-candle img {
        padding: 30px 0;
    }
    ul.list-style-flex li, ul.list-img-list li {
        width: 100%;
        float: left;
        height: auto;
        margin-bottom: 14px;
        font-size: 14px;
        margin-top: 6px;
    }
    .btn-group-flex {
        width: 100%;
        display: block;
    }
    .banner button.custom-btn {
        width: 100% !important;
        padding: 0 12px;
        letter-spacing: 0;
        margin-right: 15px;
        max-width: 280px;
        min-width: 280px;
        margin: 9px auto;
    }
    .inner-page:after, section.pb-5.grey-bg.realtime-scans:after, .inner-page:before {
        content: none;
    }
    ul.list-style-flex {
        max-width: 320px;
    }
    ul.list-style-flex.getting-start-list {
        max-width: 100%;
    }
    ul.list-style-flex.getting-start-list li {
        width: 50%;
    }
    * body .magin-bottom-space {
        -ms-flex: 0 0 100%;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
    ul.bio-list-view {
        display: block;
    }
    ul.bio-list-view li {
        width: 50%;
        float: left;
    }
    img.img-bio {
        width: 100px;
        height: 100px;
    }
    ul.bio-list-view li {
        width: 50%;
        float: left;
    }
    ul.bio-list-view li a {
        font-size: 14px;
        margin: 11px 0 20px;
    }
    .cus-inner-page.features-box ul.asx-analysis-list li {
        width: 100%;
    }
    .cus-inner-page .order-left {
        order: 1;
    }
    .cus-inner-page .order-right {
        order: 2;
    }
    .img-candle img {
        padding: 30px 0 20px;
    }
    .info-succeed .info-make-to-succeed br {
        display: none;
    }
    .btn-group-flex a.view-btn {
        padding: 12px 1px;
        width: 100%;
        font-size: 14px;
        margin-top: 23px;
        margin-bottom: 0;
        display: inline-block;
    }
    .info-succeed .info-make-to-succeed a.view-btn {
        margin-top: 15px;
        display: inline-block;
        margin-bottom: 10px;
        width: 100%;
    }
    * body .cus-inner-page .feature-wrap {
        margin: 0;
    }
    .form-group .unstyled label {
        font-size: 14px;
    }
    h1.heading-title {
        font-size: 28px;
    }
    .contact-us-form {
        width: 94%;
    }
    .remeber-password {
        display: block;
    }
    .remeber-password a {
        margin-top: 15px;
    }

}

@media screen and (max-width: 480px) {
    .row.full-width-mobile {
        padding: 0 0px;
    }
    h1.heading-title {
        font-size: 24px;
    }
    footer p.text-white {
        font-size: 14px;
    }
    a.navbar-brand.default-logo img {
        width: 204px;
    }
    .banner h5, h3.below-subtitle, footer span {
        font-size: 16px;
    }
    h2.subtitle, h2.sub-title {
        font-size: 20px;
    }
    .info-succeed .info-make-to-succeed button.btn.default-btn.custom-btn {
        width: 100%;
    }
    section.white-bg, section.grey-bg {
        padding: 40px 0;
    }
    ul.list-style-flex.getting-start-list li {
        width: 100%;
        height: auto;
    }
    .info-succeed .info-make-to-succeed ul.asx-analysis-list li {
        width: 100%;
    }
    button.btn.contact-us-btn {
        padding: 0 30px;
        height: 40px;
        width: auto;
        font-size: 14px;
        margin: 0;
    }
    .cus-inner-page.features-box a.view-btn.text-white {
        display: inline-block;
        margin: 0;
        font-size: 14px;
        width: 100%;
        text-align: center;
        padding: 11px 6px;
    }
    * body .log-form.custom-form {
        padding: 1rem!important;
    }
}

@media screen and (max-width: 400px) {
    .p-5 {
        padding: 1rem!important;
    }
    .magin-bottom-space {
        -ms-flex: 0 0 100%;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
}

.g-recaptcha {
  display: inline-block;
}
