html {
    scroll-behavior: smooth;
}
body {
    padding: 0;
    margin: 0;
    font-family: "Work Sans" !important;
}
h1, h2, h3, h4, h5, h6 {
    font-family: "Work Sans" !important;
    color: #001522;
}
.main-title {
    font-size: 36px;
    margin-top: 20px;
    font-weight: 700;
    color: #1e4d2b;
}
.blue {
    color: #1e4d2b;
}
.red {
    color: #1e4d2b;
}
p {
    font-family: "Work Sans" !important;
    color: #001522;
    font-size: 18px;
}
a {
    font-family: "Work Sans" !important;
    color: #1e4d2b;
    font-size: 16px;
}
.white-color {
    color: #fff !important;
}
.pb-btn-box {
    text-align: center;
    padding: 40px 0 20px 0;
}
.btn {
    color: #fff;
    border-radius: 3px;
    padding: 6px 15px;
    height: 40px;
    /*line-height: 30px;*/
    text-align: center;
}
.know-more {
    position: relative;
    padding-right: 40px;
}
.know-more:after 
{
    content: '\f11e';
    font-family: 'uicons-solid-straight';
    position: absolute;
    margin-left: 5px;
    font-size: 30px;
    line-height: 1;
}
.btn-primary {
    background-color: #1e4d2b;
    border: 2px solid #1e4d2b;
}
.btn-primary:hover {
    background-color: #1e4d2b;
    border: 2px solid #1e4d2b;
    color: #fff;
}
.btn-secondary {
    background-color: #1e4d2b;
    border: 2px solid #1e4d2b;
}
.btn-secondary:hover {
    background-color: transparent;
    border: 2px solid #3d9acd;
    color: #3d9acd;
}
.main-section {
    padding: 60px 0;
}
ul.navbar-nav .nav-item .nav-link {
    color: #001522 !important;
}
ul.navbar-nav .nav-item .nav-link:hover {
    color: #1e4d2b !important;
}
ul.navbar-nav .nav-item.active .nav-link {
    color: #1e4d2b !important;
}
ul.navbar-nav .dropdown-menu {
    padding: 0;
}
ul.navbar-nav .dropdown-menu .dropdown-divider {
    margin: 0;
}
ul.navbar-nav .dropdown-menu .dropdown-item {
    padding: 10px 15px;
}
ul.navbar-nav .dropdown-menu .dropdown-item.active, ul.navbar-nav .dropdown-menu .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #1e4d2b;
}
ul.navbar-nav .dropdown-menu .dropdown-item:hover, ul.navbar-nav .dropdown-menu .dropdown-item:focus {
    color: #fff;
    text-decoration: none;
    background-color: #1e4d2b;
}
.radio-group {
    text-align: center;
    margin: 30px 0 20px 0 !important;
}
.radio-group .radio-btn {
    display: inline-block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-right: 15px;
}
.radio-group .radio-btn input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.radio-group .radio-btn .checkmark {
    position: absolute;
    top: 2px;
    left: 0;
    height: 18px;
    width: 18px;
    border: 2px solid #001522;
    border-radius: 50%}
.radio-group .radio-btn:hover input ~ .checkmark {
    border: 2px solid #1e4d2b;
}
.radio-group .radio-btn input:checked ~ .checkmark {
    background-color: #fff;
    border: 2px solid #1e4d2b;
}
.radio-group .radio-btn .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.radio-group .radio-btn input:checked ~ .checkmark:after {
    display: block;
}
.radio-group .radio-btn .checkmark:after {
    top: 3px;
    left: 3px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #1e4d2b;
}
.login-model .model-img img {
    width: 100%}
.login-model .modal-dialog {
    max-width: 900px;
    margin: 30px auto;
}
.login-model .modal-title {
    text-transform: uppercase;
    color: #1e4d2b;
    font-size: 24px;
}
.login-model a.forgot-password {
    display: block;
    text-align: right;
    margin: 15px 0 30px 0;
    color: #001522;
    text-decoration: none;
}
.login-model a.forgot-password:hover {
    color: #1e4d2b;
}
.login-model .modal-body {
    padding: 30px 20px;
}
.login-model .modal-header {
    padding: 25px 20px;
}
.login-model .modal-header button.close {
    display: inline-block;
    width: 40px;
    height: 40px;
    border: 2px solid #1e4d2b;
    border-radius: 100%;
    text-align: center;
    line-height: 30px;
    padding: 0 !important;
    color: #1e4d2b;
    opacity: 1;
    margin: 0 !important;
    outline: none;
}
.video-model .model-video video {
    width: 100%;
    padding: 7px 7px 0 7px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 20px 20px 20px 20px;
}
.video-model .modal-dialog {
    max-width: 850px;
    margin: 50px auto;
}
.video-model .modal-title {
    text-transform: uppercase;
    color: #1e4d2b;
    font-size: 24px;
}
.video-model .modal-body {
    padding: 0;
}
.video-model .modal-content {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
}
.video-model .modal-header {
    padding: 15px;
    position: absolute;
    top: -5px;
    right: -5px;
    width: 100%;
    height: 70px;
    z-index: 9999;
    border: none;
    overflow: hidden;
}
.video-model .modal-header button.close {
    display: inline-block;
    width: 40px;
    height: 40px;
    border: 2px solid #1e4d2b;
    border-radius: 100%;
    text-align: center;
    line-height: 30px;
    padding: 0 !important;
    color: #1e4d2b;
    opacity: 1;
    margin: 0 0 0 auto !important;
    outline: none;
}
.video-btn {
    position: absolute;
    width: 100px;
    height: 100px;
    left: 40%;
    top: 160px;
    border-radius: 100%;
    z-index: 999;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.video-btn:after {
    content: '';
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 90px;
    height: 90px;
    background-color: #1e4d2b;
    border-radius: 50%;
    z-index: -1;
    -webkit-animation: pulse-border 1500ms ease-out infinite;
    animation: pulse-border 1500ms ease-out infinite;
}
.video-btn:hover {
    background-color: #1e4d2b;
    color: #fff;
}
.video-btn:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.video-btn i {
    font-size: 52px;
    line-height: 86px;
    margin-left: 15px;
}
@-webkit-keyframes ripple {
    0% {
    opacity: 1;
    -webkit-transform: scale3d(0.75,  0.75,  1);
    transform: scale3d(0.75,  0.75,  1);
}
100% {
    opacity: 0;
    -webkit-transform: scale3d(1.5,  1.5,  1);
    transform: scale3d(1.5,  1.5,  1);
}
}@keyframes ripple {
    0% {
    opacity: 1;
    -webkit-transform: scale3d(0.75,  0.75,  1);
    transform: scale3d(0.75,  0.75,  1);
}
100% {
    opacity: 0;
    -webkit-transform: scale3d(1.5,  1.5,  1);
    transform: scale3d(1.5,  1.5,  1);
}
}@-webkit-keyframes pulse-border {
    0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
}
100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
}
}@keyframes pulse-border {
    0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
}
100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
}
}

.bottom-scroller.active .scroller {
    background-color: #1e4d2b;
    display: block;
    width: 40px;
    height: 40px;
    color: #fff;
    font-size: 24px;
    text-align: center;
    line-height: 50px;
    border-radius: 5px;
    position: fixed;
    right: 20px;
    bottom: 30px;
    text-decoration: none;
}
.bottom-scroller.active .scroller:hover {
    background-color: #ea3a30;
}
i.fi-ss-paper-plane {
    margin-left: 3px;
    vertical-align: middle;
    font-size: 14px;
}
.home-slider {
    /*background-image: url(../images/banner1.jpg);*/
    /*background-repeat: no-repeat;*/
    /*background-size: cover;*/
    /*background-position: center;*/
    /*min-height: 600px;*/
}
.home-slider .banner-text {
    padding: 150px 0;
}
.home-slider .banner-text .banner-title {
    font-weight: 700;
    line-height: 58px;
    color: #fff;
}
.home-slider .banner-text .banner-title .blue {
    display: block;
}
.home-slider .banner-text a.btn.btn-primary {
    margin-top: 30px;
}
.home-slider .banner-text i {
    font-size: 30px;
    vertical-align: middle;
}
.main-header {
    background-color: #fff;
    padding: 10px;
    width: 100%;
    left: 0;
    top: 0;
    right: 0;
    -webkit-transition: 0.3s ease-in-out 0s all;
    transition: 0.3s ease-in-out 0s all;
}
.main-header ul.navbar-nav {
    margin-left: auto;
}
.main-header ul.navbar-nav a.nav-link {
    padding: 10px 15px !important;
    text-transform: uppercase;
    font-weight: 500;
}
.main-header img {
    /*width: 100%*/
    width: 100%;
    /*margin: 20px;*/
}
.main-header .button_area {
    text-align: right;
}
.main-header .login-btn {
    text-transform: uppercase;
    width: 130px;
    font-size: 18px;
    line-height: 24px;
    margin: 17px 0;
    margin-top: 37px;
}
.main-header.stickyhead .login-btn {
    margin:5px 0;
    margin-top: 12px;
}
.main-header .header-menu
{
    margin-top: 0px;
}
.main-header .login-btn i {
    margin-left: 5px;
    vertical-align: middle;
}
.main-header.stickyhead {
    background-color: #fff;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    -webkit-transition: 0.3s ease-in-out 0s all;
    transition: 0.3s ease-in-out 0s all;
    -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
    z-index: 99999;
}
.main-header.stickyhead .logo img {
    width: 100%;
}
.main-header.stickyhead .login-btn {
    text-transform: uppercase;
    width: 130px;
    font-size: 18px;
    line-height: 25px;
    padding: 5px;
    height: 40px;
}
.main-header .header-menu {
    padding: 22px 0;
    margin-top: 10px;
}
.main-header.stickyhead .header-menu {
    padding: 5px 0;
}
.header-menu nav.navbar {
    padding: 0;
}
.owl-dot span {
    width: 25px !important;
    height: 4px !important;
    margin: 5px 3px !important;
}
.owl-dot.active span {
    background: #1e4d2b !important;
    outline: none;
}
.owl-dot.active .owl-dot:hover span {
    background: #1e4d2b !important;
    outline: none;
}
.home-about .about-image {
    text-align: center;
}
.home-about .about-image img {
    width: 70%}
.home-service {
    background-image: url(../images/line-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 600px;
}
.home-service .service-box {
    background-color: #f1f7ed;
    position: relative;
    border-radius: 3px;
    padding-top: 65px;
    margin: 85px 10px 0 10px;
}
.home-service .service-box .icon {
    position: absolute;
    z-index: 9999;
    background-color: #f1f7ed;
    width: 150px;
    height: 150px;
    border-radius: 100%;
    padding: 10px;
    overflow: hidden;
    border: 5px solid #fff;
    text-align: center;
    top: -75px;
    left: 28%}
.home-service .service-box .icon img {
    width: 90px !important;
    text-align: center;
    margin: 12px auto;
}
.home-service .service-box .text {
    text-align: center;
    padding: 25px 15px 20px 15px;
}
.home-service .service-box .text .blue {
    font-size: 24px;
}
.home-service .service-box .text p {
    font-size: 18px;
    margin-bottom: 25px;
    min-height: 135px;
}
.home-SIP-graph .main-title {
    font-size: 28px;
}
.home-SIP-graph .main-title span.blue {
    display: block;
}
.home-SIP-graph .SIP-image {
    overflow: hidden;
}
.home-SIP-graph .SIP-image img {
    width: 100%}


.theme_bg{
    background-color: #1e4d2b !important;
}
.theme_bg .main-title {
    color: #fff !important;
}
.theme_bg p,
.theme_bg a{
    color: #fff !important;
}

.home-why-choose{
    padding-bottom: 120px;
}
/*.home-why-choose {
    background-color: #1e4d2b;
}
.home-why-choose .main-title {
    color: #fff;
}*/
.boxes-main {
    position: relative;
}
.boxes-main .why-box {
    background-color: #fff;
    padding: 10px;
    border-radius: 10px;
    width: 230px;
    height: 190px;
    -webkit-box-shadow: 1px 2px 5px 3px rgba(0, 0, 0, 0.06);
    box-shadow: 1px 2px 5px 3px rgba(0, 0, 0, 0.06);
    display: grid;
    position: absolute;
    align-items: center;
}
.boxes-main .why-box .box-text .number {
    display: inline-block;
    width: 45px;
    height: 45px;
    vertical-align: top;
    position: relative;
}
.boxes-main .why-box .box-text .number img {
    width: 45px;
}
.boxes-main .why-box .box-text .number i {
    width: 45px;
    position: absolute;
    z-index: 99;
    left: 15px;
    top: 0px;
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    color: #1e4d2b;
}
.boxes-main .why-box .box-text h3 {
    display: inline-block;
    width: calc(100% - 51px);
}
.boxes-main .why-box.box1 {
    top: 60px;
}
.boxes-main .why-box.box2 {
    left: 250px;
    top: 10px;
}
.boxes-main .why-box.box3 {
    left: 250px;
    top: 220px;
}
.boxes-main .why-box.box4 {
    left: 0px;
    top: 270px;
}
.home-investor-education {
    background-image: url(../images/line-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 600px;
}
.home-investor-education .main-title {
    margin-bottom: 35px;
}
.home-investor-education .education-accordian .ui-accordion-header.ui-state-default {
    height: 50px;
    background-color: #e3fdc4;
    position: relative;
    color: #001522;
    border-radius: 2px;
    border-color: #e3fdc4;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 5px;
}
.home-investor-education .education-accordian .ui-accordion-header.ui-state-default:after {
    content: "\f1e9";
    position: absolute;
    font-family: uicons-solid-straight;
    right: 15px;
    top: 10px;
    color: #001522;
}
.home-investor-education .education-accordian .ui-accordion-header.ui-state-active {
    background-color: #1e4d2b;
    color: #fff;
    height: 50px;
    border-radius: 2px;
    border-color: #1e4d2b;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 0;
}
.home-investor-education .education-accordian .ui-accordion-header.ui-state-active:after {
    content: "\f1ce";
    position: absolute;
    font-family: uicons-solid-straight;
    right: 15px;
    top: 10px;
    color: #fff;
}
.home-investor-education .education-accordian .ui-accordion-header.ui-state-active.ui-state-focus {
    outline: none;
}
.home-investor-education .education-accordian .ui-accordion-content {
    padding: 15px;
    background-color: #ecfdd7;
    border-color: #e3fdc4;
    margin-bottom: 10px;
}
.home-investor-education .video-part {
    border-radius: 15px;
    background-color: #1e4d2b;
    position: relative;
    text-align: center;
}
.home-investor-education .video-part:before {
    content: "";
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 15px;
    z-index: 99;
}
.home-investor-education .video-part img {
    width: 90%}
.home-investor-education .video-part .bg-shadow:after {
    content: "";
    background-color: rgba(98, 182, 5, 0.5);
    position: absolute;
    right: -12px;
    top: 12px;
    width: 100%;
    height: 100%;
    border-radius: 15px;
    z-index: -1;
}
.home-testimonials {
    background-color: #f3ffe5;
}
.home-testimonials #home_testimonials {
    margin: 40px auto 10px auto;
}
.home-testimonials #home_testimonials .investor-info .img {
    border-radius: 10px;
    overflow: hidden;
}
.home-testimonials #home_testimonials .investor-info .name h5 {
    text-align: center;
    color: #1e4d2b;
    margin-bottom: 0px;
    font-weight: 600;
    font-size: 18px;
}
.home-testimonials #home_testimonials .investor-info .name p {
    text-align: center;
    color: #fff !important;
    margin-bottom: 0px;
    font-size: 16px;
}
.home-testimonials .test-img-section {
    overflow: hidden;
}
.home-testimonials .test-img-section img {
    width: 100%}
.form-custom .form-group {
    margin-bottom: 5px;
}
.form-custom .form-group .form-control {
    background-color:#e2edf3;
    height: 40px;
    border: 1px solid #e2edf3;
    outline: none;
}
.form-custom .form-group input.form-control:focus {
    border: 1px solid #1e4d2b;
}
.form-custom .form-group textarea.form-control {
    height: 80px;
}
.form-custom .form-group .btn.btn-primary {
    width: 100%;
    height: 40px;
}
#captcha {
    width: calc(100% - 153px);
    display: inline-block;
}
#fcaptcha {
    width: calc(100% - 160px);
    display: inline-block;
}
#wcaptcha {
    width: calc(100% - 160px);
    display: inline-block;
}
#captcha_code {
    height: 40px !important;
}
.btnRefresh {
    height: 40px !important;
}
.main-footer {
    position: relative;
    padding-top: 100px;
    margin-top: 100px;
    background-color: #1e4d2b;
}
.main-footer .top-info {
    background-color: #1e4d2b;
    padding: 20px 30px 20px 30px;
    border-radius: 15px;
    color: #fff;
    margin-top: -170px;
    margin-bottom: 20px;
}
.main-footer .top-info .info-items {
    color: #fff;
    font-size: 20px;
    position: relative;
    margin: 0;
}
.main-footer .top-info .info-items i {
    /*position: absolute;*/
    /*left: 0px;*/
    display: initial;
    margin-right: 5px;
}
.main-footer .footer-bars .logo img {
    width: 310px;
    margin-bottom: 15px;
}
.main-footer .footer-bars ul {
    padding-left: 10px;
    list-style-type: none;
}
.main-footer .footer-bars ul li a {
    color: #fff;
    text-decoration: none;
    margin-bottom: 5px;
    display: block;
}
.main-footer .footer-bars ul li a:hover {
    color: #fff;
}
.main-footer .footer-bars .foot-title {
    color: #1e4d2b;
    margin-bottom: 25px;
}
.main-footer .footer-bottom {
    padding: 10px 0 3px 0;
    margin-top: 20px;
    border-top: 1px solid #001522;
}
.main-footer .footer-bottom .social-media {
    text-align: right;
}
.main-footer .footer-bottom .social-media a.items {
    background-color: #fff;
    width: 32px;
    height: 32px;
    display: inline-block;
    color: #1e4d2b;
    border-radius: 100%;
    text-align: center;
    font-size: 18px;
    line-height: 32px;
}
.main-footer .footer-bottom .social-media a.items:hover {
    background-color: #1e4d2b;
}
.home-partner-section .partner-logos img {
    /*-webkit-filter: grayscale(1);*/
    /*filter: grayscale(1);*/
}

.home-partner-section .item {
    margin: 20px;
}

.financial-tools .boxes-main {
    display: flex;
}
.financial-tools .boxes-main .tool-box {
    width: calc(20% - 20px);
    text-align: center;
    background-color: #fff;
    border-radius: 10px;
    padding: 10px;
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 10%);
    margin: 0 10px;
    transition: all 0.2s ease-in-out;
}
.financial-tools .boxes-main .tool-box:hover {
    transition: all 0.2s ease-in-out;
    background-color:#1e4d2b;
}

.financial-tools .boxes-main .tool-box .icon i::before {
    font-size: 60px;
    color: #1e4d2b;
}
.financial-tools .boxes-main .tool-box:hover .icon i::before{
    color: #fff;
}
.financial-tools .boxes-main .tool-box a {
    font-size: 22px;
    text-decoration: none;
    color: #000;
}
.financial-tools .boxes-main .tool-box:hover a{
    color: #fff;
}


.news .nav.nav-tabs {
    text-align: center;
    margin: 0 auto;
    display: block;
}
.news .nav-tabs .nav-item {
    text-align: center;
    display: inline-block;
    width: 49%;
}
.news .nav-tabs .nav-item .nav-link {
    background-color: #d7efe0;
    height: 50px;
    line-height: 28px;
    font-size: 20px;
}
.news .nav-tabs .nav-item .nav-link.active {
    background-color: #1e4d2b !important;
    color: #fff;
}
.news .tab-content {
    padding: 25px 20px;
    background-color: #fff;
}

.inner-banner {
    background-image: url(../images/banner-inn.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 300px;
    position: relative;
}
.inner-banner .banner-text {
    position: absolute;
    bottom: 40px;
}
.inner-banner .banner-text h2 {
    font-size: 36px;
    font-weight: 700;
    color:#1e4d2b;
}


.contact-info .infobar {
    position: relative;
    margin-bottom: 45px;
}
.contact-info .infobar i {
    font-size: 24px;
    color: #fff;
    background-color:#1e4d2b;
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    text-align: center;
    line-height: 48px;
}
.contact-info .infobar .fi-ss-marker {
    line-height: 58px !important;
}
.contact-info .infobar b {
    font-size: 20px;
    color: #1e4d2b;
    padding-left: 5px;
    display: inline-block;
    vertical-align: text-bottom;
}
.contact-info .infobar span {
    left: 60px;
    position: absolute;
}


.about-main {
    padding: 80px 0 0 0;
}
.tabs-part {
    border: none !important;
}
.tabs-part .ui-tabs-nav {
    background: transparent;
    border: none;
}
.tabs-part .ui-tabs-nav .ui-tabs-tab {
    width: calc(50% - 5px);
    padding: 0;
    text-align: center;
    border: 1px solid #c6e0ef;
    background-color: #c6e0ef;
}
.tabs-part .ui-tabs-nav .ui-tabs-tab:hover {
    border: 1px solid #1e4d2b;
    background-color: #1e4d2b;
}
.tabs-part .ui-tabs-nav .ui-tabs-tab:hover .ui-tabs-anchor{
    color: #fff !important;
}
.tabs-part .ui-tabs-nav .ui-tabs-tab.ui-tabs-active {
    color: #fff;
    border: 1px solid #1e4d2b;
    background-color: #1e4d2b;
}
.tabs-part .ui-tabs-nav .ui-tabs-tab.ui-tabs-active a{
    color: #fff;
}
.tabs-part .ui-tabs-nav .ui-tabs-tab .ui-tabs-anchor {
    float: none;
    padding: 15px 10px;
    text-decoration: none;
    display: block;
    font-size: 18px;
    text-transform: uppercase;
}
.bluebar {
    background-color: #1e4d2b;
    padding: 10px;
    color: #fff;
    font-size: 24px;
    margin-top: 30px;
}
.bluebar_dark {
    background-color: #1e4d2b;
    padding: 10px;
    color: #fff;
    font-size: 24px;
    margin-top: 30px;
}
.content-card {
    background-color: #fff;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 10%);
    min-height: 215px;
}

.team {
    background-color: #fff;
    border-radius: 10px;
    position: relative;
}
.team img {
    width: 100%;
    border-radius: 10px;
}
.team .text {
    background-color: rgba(7,175,80,0.7);
    position: absolute;
    width: 100%;
    bottom: 0;
    padding: 5px 10px;
    border-radius: 0 0 10px 10px;
}
.team .text h4 {
    color: #fff;
    margin-bottom: 0;
}
.team .text p {
    color: #fff;
    margin-bottom: 0;
}
.team .text a {
    color: #1e4d2b;
    background-color: #fff;
    padding: 5px;
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    line-height: 30px;
    text-decoration: none;
    text-align: center;
}

.team-modal .modal-dialog {
    max-width: 700px;
}

.team-modal .modal-header {
    display: block;
}
.team-modal .modal-title {
    display: block;
    width: 100%;
}
.team-modal .close {
    position: absolute;
    top: 25px;
    right: 25px;
    color: #1e4d2b;
    opacity: 1;
    box-shadow: none;
    font-weight: 500;
    font-size: 30px;
    border: 2px solid;
    border-radius: 100%;
    width: 45px;
    height: 45px;
    line-height: 10px;
    text-align: center;
    padding: 5px !important;
}

.founder-section .text {
    min-height: 60px;
}


.fund-performance {
    padding: 40px 0;
}
.financial-tools.mf-page .tool-box {
    width: calc(25% - 20px) !important;
}

.mf-calculator .mf-calculators {
    display: inline-block;
    width: 12%;
    min-height: 90px;
    background-color: #fff;
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 10%);
    border-radius: 5px;
    padding: 10px 10px 0 10px;
    margin: 10px;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
}
.financial-service-tools.mf-calculator .mf-calculators {
    width: 14.4%;
}
.mf-calculator .mf-calculators:hover {
    background-color: #1e4d2b;
}
.mf-calculator .mf-calculators i {
    font-size: 30px;
}
.mf-calculator .mf-calculators:hover i {
    color: #fff ;
}
.mf-calculator .mf-calculators span {
    display: block; 
}
.mf-calculator .mf-calculators:hover span{
    color: #fff;
}

.insurance-main ul.nav.nav-pills li {
    display: inline-block;
}
.insurance-main ul.nav.nav-pills li a{
    background-color: #d7efe0;
    text-decoration: none;
    padding: 15px;
    text-align: center;
    border-radius: 5px;
    display: block;
    margin: 0 2px;
}
.insurance-main ul.nav.nav-pills li a.active{
    background-color: #07af50;
    color: #fff;
}
.radio-group .input-in {
    display: inline-block;
}

.TabbedPanelsTabGroup {
    background-color: #1e4d2b !important;
}
.TabbedPanelsTab {
    padding: 15px 30px !important;
    width: 20% !important;
    color: #fff !important;
    font-size: 18px !important;
}
.TabbedPanelsTabSelected {
    background: #1e4d2b !important;
    color: #fff !important;
}

.tab.pay-premium img {
    width: 100%;
    margin-bottom: 25px;
    border: 1px solid #9d9d9d5c;
    padding: 6px;
}
.buy_mf p {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 30px;
}
.blog-post-main .post-card {
    padding: 0;
    overflow: hidden;
    position: relative;
    margin-bottom: 25px;
}
.blog-post-main .post-card .time {
    position: absolute;
    top: 133px;
    left: 10px;
}
.blog-post-main .post-card .time a {
    height: 30px;
    border-radius: 40px;
    line-height: 10px;
    color: #fff !important;
    font-size: 12px;
    padding: 8px 10px;
}
.btn.btn-primary.ripple-surface {
    min-width: 188px;
    height: auto;
}
.btn-primary span {
    position: relative;
    z-index: 9;
    left: 0;
    right: 0;
}
.blog-post-main .post-card .info {
    padding: 25px 15px 15px;
}
.blog-post-main .post-card .info h4 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    max-height: 70px;
}
.blog-post-main .post-card .info .text-truncate {
    overflow: auto;
    text-overflow: inherit;
    white-space: inherit;
    width: 100%;
    /*max-height: 30px;*/
}
.main-section p, .main-section ul li {
    text-align: justify;
}
.blog-post-main .post-card .btn-primary.post_link {
    display: inline-block;
    width: 150px;
    border-radius: 30px;
    padding: 8px;
    line-height: 22px;
    height: auto;
    margin: 0px 0 25px 10px;
    background-color: #f6831a;
    border: 2px solid #f6831a;
}
.btn-primary span {
    position: relative;
    z-index: 9;
    left: 0;
    right: 0;
}
.box-heading {
    background: #1e4d2b;
    color: white;
    padding: 11px 0px;
    position: relative;
    /*z-index: 99999;*/
    margin-bottom: 0px;
    text-align: center;
    font-size: 18px;
    border-radius: 10px 10px 0px 0px;
}
.content .box {
    padding: 15px 15px;
    min-height: 285px;
}
.box {
    background: #f5f5f5;
}
.grayBox {
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 99999999;
    -moz-opacity: 0.7;
    opacity: 0.7;
    filter: alpha(opacity=70);
}
.box_content {
    background-color: #FFFFFF;
    border: 2px solid #dddddd;
    left: 35%;
    overflow: hidden;
    padding: 15px;
    position: fixed;
    top: 25%;
    width: 430px;
    z-index: 999999999;
    height: 240px;
}.imgs {
    top: 0;
    right: 0px;
    position: absolute;
    font-size: 20px;
    color: white;
    font-weight: bold;
    width: 30px;
    height: 30px;
    background: red;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
}
#exampleModal
{
    z-index: 999999999999999999;
}
.main-section .tab-content .tab-pane p span , .main-section .tab-content .tab-pane ul li span 
{
    font-size: 14px !important;
}
.main-section .tab-content div span
{
    font-size: 16px !important;
}


/* SLIDER CSS */
/*---- Slider ---*/
.slider-section{
    position: relative;
    overflow: hidden;
}
.hero-slider-01{
    position: relative;
}
.single-slide.bg-img{
    background-position: center center;
    background-size: cover;
    position: relative;
    z-index: 5;
    height: 550px;
}

.slider-content{
    position: relative;
    z-index: 9;
    padding: 0 0;
}
.slider-content .sub-title {
    color: #1e4d2b;
    font-size: 42px;
    line-height: 42px;
    text-transform: inherit;
    font-weight: 500;
    position: relative;
    margin-bottom: 5px;
}

.slider-content h2 {
    font-size: 44px;
    line-height: 44px;
    color: #fd0302;
    margin: 0 0 38px;
    font-weight: bold !important;
}
.slider-content p {
    font-size: 18px;
    line-height: 26px;
    color: #fff;
    margin: -15px 0 0;
}
.slider-content .grap-btn {
    height: 60px;
    padding: 15px 20px;
    background-color: #1e4d2b;
    color: #fff;
    font-size: 18px;
    border-radius: 2px;
    text-decoration: none;
}
.slider-content .to_bottom{
    margin-left: 14px;
    background: transparent;
    border: 2px solid rgba(255, 255, 255, .2);
    color: #ffff;
}
.slider-content .to_bottom:hover{
    border-color: #1e4d2b;
}
.slider-content .to_bottom::before{
    background: #1e4d2b;
    border-radius: 0;
}
.slider-section .owl-dots{
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    text-align: center;
    bottom: 40px;
    z-index: 3;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.slider-section .owl-dots button{
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 50%;
    outline: none;
    position: relative;
    margin: 0 5px;
    background: #fff;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.slider-section .owl-dots button.active,
.slider-section .owl-dots button:hover{
    background: #1e4d2b;
}
.owl-carousel .owl-dots button span{
    display: none;
}
.slider-section .owl-carousel .owl-nav{
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;;
    width: 1140px;
    text-align: right;
    position: absolute;
    outline: none;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.slider-section .owl-carousel .owl-nav button{
    text-align: center;
    z-index: 5;
    font-size: 28px;
    line-height: 54px;
    width: 50px;
    height: 50px;
    margin: 10px 0 5px auto;
    background: #1e4d2b;
    color: #fff;
    position: relative;
    border: none;
    outline: none;
    z-index: 1;
    border-radius: 50%;
    display: block;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.slider-section .owl-carousel .owl-nav button:after{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    content: '';
    background: #0f1a2c;
    border-radius: 50%;
    text-align: center;
    width: 0;
    height: 0;
    z-index: -1;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.slider-section .owl-carousel .owl-nav button:hover:after{
    width: 100%;
    height: 100%;
}
.slider-section .owl-item.active .slider-content .sub-title{
    animation-delay: 1.4s;
    animation-name: fadeInUp;
}
.slider-section .owl-item.active .slider-content h2 {
    animation-delay: 1.7s;
    animation-name: fadeInUp;
}
.slider-section .owl-item.active .slider-content .grap-btn{
    animation-delay: 1.9s;
    animation-name: fadeInUp;
}


.service_item {
    transition: all 0.3s ease-in-out;
    margin-top: 20px;
}
.service_item:hover {
    box-shadow: 0px 2px 10px #999;
    transition: all 0.3s ease-in-out;
}
.image-view {
    display: block;
    width: 100%;
    height: 248px;
    object-fit: cover;
}
.service_item .service_text {
    background: #1e4d2b;
    padding: 10px;
    transition: all 0.3s ease-in-out;
    min-height: 220px;
}
.service_item .service_text h2 {
    font-size: 22px;
    text-align: left;
    font-weight: 600;
}
.service_item .service_text p {
    color: #fff;
}
.service_item .service_text h2 a{
    color: #fff;
    font-size: 22px;
}
.service_item:hover .service_text {
    background: #e92114;
}
.service_item .serv_text h2 {
    font-size: 20px;
    font-family: 'poppins';
    text-align: left;
    font-weight: 600;
}
.service_item .read-more {
    color: #e92114;
    font-size: 16px;
    padding: 2px 5px;
    transition: all 0.3s ease-in-out;
}
.service_item:hover .read-more {
    color: #fff;
    transition: all 0.3s ease-in-out;
}

.home-SIP .SIP-image img {
    width: 100%;
}

.map {
    margin-bottom: -107px;
}

.sip-calculator-section .grow_gif {
    text-align: center;
    margin-top: 45px;
}
.sip-calculator-section .grow_gif img {
    width: 90%;
    margin: -70px auto 0 auto;
}
.sip-calculator-section #chart_div {
    margin-top: -40px !important;
}

.sip-calculator-section .ui-widget.ui-widget-content {
    border-radius: 30px;
    height: 6px;
    background: #9c9fa1;
    border: 1px solid #9c9fa1;
}

.sip-calculator-section .ui-state-default, .sip-calculator-section .ui-widget-content .ui-state-default, .sip-calculator-section .ui-widget-header .ui-state-default {
    border: 1px solid #1e4d2b;
    background: #1e4d2b;
    font-weight: normal;
    border-radius: 100%;
    width: 13px;
    height: 13px;
    top: -5px;
}
.sip-calculator-section .ui-slider .ui-slider-range {
    background: #1e4d2b;
    border: 1px solid #1e4d2b !important;
}

.useful_links .links_items {
    list-style-type: none;
    padding: 0;
}
.useful_links .links_items li {
    display: inline-block;
    width: 24%;
}
.useful_links .links_items li a {
    display: block;
    background-color: #53afe0;
    padding: 10px;
    margin-bottom: 10px;
    color: #fff;
    transition: 0.2s;
    text-decoration: none;
}
.useful_links .links_items li a:hover {
    background-color: #1e4d2b;
    transition: 0.2s;
}
.markrt-view.fund_performance_area .cal-name {
    background-color: #1e4d2b;
    font-size: 22px;
    font-weight: 500;
    margin-top: 10px;
}

.home-slider {
    background-color: #2b2b69;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    min-height: 600px;
    position: relative;
    overflow: hidden;
    z-index: 9;
}

.home-slider {
    background-image: url(../images/banner-bg.png);
    background-image: none;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    min-height: 600px;
    position: relative;
    overflow: hidden;
    background-color: #206ee2;
    background: #112651 !important;
}

.main-section.home-slider {
    padding: 30px 0px;
}
.main-section.home-slider
{
    padding: 0px;
}
.wave.wave1 {
    animation: wave 8s linear infinite;
        animation-delay: 0s;
    z-index: 99;
    opacity: 1;
    animation-delay: 0s;
    bottom: 0;
    /*background: #2b2b69;*/
}
.wave {
    background: url(../images/partner/wave2.png);
        background-size: auto;
    background-size: 1000px 100px;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 85px;
    animation: wave 6s cubic-bezier( 0.36, 0.45, 0.63, 0.53) infinite;
    transform: translate3d(0, 0, 0);
}
.wave.wave2 {
    animation: wave2 7s linear infinite;
        animation-delay: 0s;
    z-index: 9;
    opacity: 0.5;
    animation-delay: -3s;
    bottom: 10px;
    background: #2b2b69;
}
.wave.wave3 {
    animation: wave2 3s linear infinite;
        animation-delay: 0s;
    z-index: 9;
    opacity: 0.3;
    animation-delay: -2s;
    bottom: 15px;
    background: #2b2b69;
}
.home-slider .banner-text {
    /*padding: 208px 0;*/
    padding-top: 426px;
    padding-left: 77px;
}
.home-slider .banner-text .banner-title1 {
    color: #fff;
    font-size: 32px;
    text-transform: uppercase;
}
.home-slider .banner-text .banner-title2 {
    color: #fff;
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 700;
}
.pink {
    color: #e75e3a;
}
.home-slider .banner-img {
    margin-top: 100px;
    position: absolute;
    right: 0;
    bottom: 20%;
    width: 100%;
}
.home-slider .banner-img .logos {
    position: absolute;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    bottom: -195px;
}
.home-slider .banner-img .logos img:nth-child(1) {
    -webkit-animation-delay: 1.6s;
    animation-delay: 1.6s;
    width: 50% !important;
}
.home-slider .banner-img .logos img {
    width: 80px !important;
    -webkit-animation: bubble 7s linear infinite;
        animation-delay: 0s;
    animation: bubble 7s linear infinite;
}
.home-slider .banner-img .logos img:nth-child(2) {
    -webkit-animation-delay: 4.5s;
    animation-delay: 4.5s;
    width: 90px !important;
}
.home-slider .banner-img .logos img:nth-child(3) {
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
    width: 80px !important;
}

.home-slider .banner-img .logos img:nth-child(4) {
    -webkit-animation-delay: 7s;
    animation-delay: 7s;
    width: 90px !important;
}

.home-slider .banner-img .logos img:nth-child(5) {
    -webkit-animation-delay: 4.7s;
    animation-delay: 4.7s;
    width: 80px !important;
}

.home-slider .banner-img .logos img:nth-child(6) {
    -webkit-animation-delay: 8s;
    animation-delay: 8s;
    width: 65px !important;
}

.home-slider .banner-img .logos img:nth-child(7) {
    -webkit-animation-delay: 5.56s;
    animation-delay: 5.56s;
    width: 70px !important;
}

.home-slider .banner-img .logos img:nth-child(8) {
    -webkit-animation-delay: 6.9s;
    animation-delay: 6.9s;
    width: 55px !important;
}

.home-slider .banner-img .logos img:nth-child(9) {
    -webkit-animation-delay: 3.5s;
    animation-delay: 3.5s;
    width: 85px !important;
}

.home-slider .banner-img .logos img:nth-child(10) {
    -webkit-animation-delay: 7.3s;
    animation-delay: 7.3s;
    width: 60px !important;
}

.home-slider .banner-img .logos img:nth-child(11) {
    -webkit-animation-delay: 4.4s;
    animation-delay: 4.4s;
    width: 70px !important;
    margin-right: 40px;
}


@-webkit-keyframes bubble {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  90% {
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translateY(-650px);
            transform: translateY(-650px);
    opacity: 0;
  }
}

@keyframes bubble {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  90% {
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translateY(-650px);
            transform: translateY(-650px);
    opacity: 0;
  }
}


.home-slider::after {
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(../images/banner.png);
    position: absolute;
    top: 0;
    z-index: -1;
    background-size: 100%;
    background-repeat: no-repeat;
}
.color-green
{
    color: #1e4d2b;
}
.services
{
     background-image: url(../images/services.png);
}

.why_redcorel .info_box {
    background: #ecf6fb;
    padding: 15px;
    text-align: center;
    border: 1px solid #eee;
    margin-bottom: 70px;
    min-height: 235px;
}
.why_redcorel .info_box .icon {
    display: block;
    text-align: center;
    width: 100px;
    height: 100px;
    margin: -60px auto 0 auto;
    background-color: #f2f7ed;
    border-radius: 100%;
    padding: 20px;
    position: relative;
    z-index: 9999;
    transition: 0.4s;
}
.why_redcorel .info_box .icon .icon2 {
    position: absolute;
    width: 100%;
    padding: 20px;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s;
}
.why_redcorel .info_box .info {
    position: relative;
    z-index: 999;
    color: #000;
    min-height: 180px;
}
.info {
    font-size: .8em;
    color: #FF6600;
    letter-spacing: 2px;
    padding-left: 5px;
}
.why_redcorel .info_box .info h3 {
    margin-top: 20px;
    font-size: 20px;
    text-transform: uppercase;
}
.why_redcorel .info_box .info p {
    text-align: center !important;
    letter-spacing: 0;
    font-size: 16px;
}
.why_redcorel .info_box::after {
    content: "";
    position: absolute;
    background-color: #1e4d2b;
    width: calc(100% - 30px);
    height: 0;
    top: 0;
    left: 15px;
    transition: 0.4s;
    z-index: 0;
}

.why_redcorel .info_box:hover .icon {
    background-color: #fff;
    border: 1px solid #eee;
    transition: 0.4s;
}

.why_redcorel .info_box:hover .icon .icon2 {
    opacity: 1;
    visibility: visible;
    transition: 0.4s;
}

.why_redcorel .info_box:hover::after {
    height: calc(100% - 70px);
}
.why_redcorel .info_box:hover p , .why_redcorel .info_box:hover h3
{
    color: #fff;
}
#services .item
{
    margin-top: 50px;
}


.collapsible {
  background-color: #1e4d2b;
  color: white;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  margin-bottom: 10px;
}

/*.active, .collapsible:hover {*/
/*  background-color: #555;*/
/*}*/

.collapsible:after {
  content: '\002B';
  color: white;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

/*.active:after {*/
/*  content: "\2212";*/
/*}*/

.content {
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  background-color: #f1f1f1;
}
.content.form-content
{
     max-height: 100% !important;
    overflow: auto;
}
.home-investor
{
    background: none;
}
.home-investor hr
{
  margin-bottom: 40px;  
  border: 0;
}
.footer-bars p , .footer-bottom p
{
    color: #fff;
}
#mission ul li
{
    font-size: 16px;
}
.info_box a:hover
{
    text-decoration: none;
}
.banner-text .btn {
  background: #fff;
  color: #000;
}

.steps-progress {
  /*width: 70%;*/
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #000;
}
.steps-progress-head {
  display: flex;
  justify-content: center;
  margin-bottom: 1rem;
}
.steps-progress-head .head-item {
  padding: 0.5rem 0.5rem;
  margin: 0.3rem;
  letter-spacing: 2px;
  cursor: pointer;
}
.steps-progress .steps-list {
  width: 100%;
  position: relative;
  list-style: none;
}
.steps-progress .steps-list::before {
  display: inline-block;
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 10px;
  height: 100%;
  border-left: 3px solid #fff;
}
.steps-progress .steps-list .steps-item {
  position: relative;
  width: 50%;
}
.steps-progress .steps-list .steps-item:hover:nth-child(even)::before {
  height: 100%;
}
.steps-progress .steps-list .steps-item:hover:nth-child(odd)::before {
  height: 100%;
}
.steps-progress .steps-list .steps-item:nth-child(even) {
  padding-right: 20px;
  text-align: left;
  float: left;
  clear: both;
}
.steps-progress .steps-list .steps-item:nth-child(even)::before {
  content: "";
  position: absolute;
  top: 0;
  right: -3px;
  width: 3px;
  height: 0;
  background-color: #52c234;
  display: inline-block;
  transition: all 255ms ease-in-out;
  height: 100%;
}
.steps-progress .steps-list .steps-item:nth-child(even)::after {
  content: "";
  position: absolute;
  top: 0;
  right: -9px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #fff;
  display: inline-block;
}
.steps-progress .steps-list .steps-item:nth-child(odd) {
  float: right;
  padding-left: 20px;
  clear: both;
}
.steps-progress .steps-list .steps-item:nth-child(odd)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 0;
  background-color: #52c234;
  display: inline-block;
  transition: all 255ms ease-in-out;
  height: 100%;
}
.steps-progress .steps-list .steps-item:nth-child(odd)::after {
  content: "";
  position: absolute;
  top: 0;
  left: -6px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #fff;
  display: inline-block;
}
.steps-progress .steps-list .steps-item:not(:last-child) {
  padding-bottom: 5rem;
}
.steps-progress .steps-list .steps-item .location {
  margin-top: 0.2rem;
}
.steps-progress .steps-list .steps-item .periode {
  margin-top: 1rem;
  font-size: 0.8rem;
}
.box_about
{
    border: 1px solid #1e4d2b;
    padding: 30px;
    border-radius: 3px;
    min-height: 116px;
    margin-top: 27px;
    background: #1e4c2b;
    text-align: center;
}
.box_about q , .box_about h4
{
    color: #fff;
}
.box_about img {
  width: 90px;
  margin: 33px auto;
  display: block;
}
.steps-item p
{
    position: absolute;
    top: 0;
    left: -87%;
}
.steps-item2 p
{
    right: -87%;
    left: 642px;
}
.steps-item3 p
{
    position: absolute;
    top: 0;
    left: -74%;
}
.ticker-area .tickers {
    padding: 0;
    list-style-type: none;
    display: flex;
    justify-content: space-around;
    position: relative;
}
.tickers .ticker_item {
    position: relative;
    box-shadow: 0 1px 4px 1px rgb(37 46 40 / 11%);
    background-color: #fff;
    border-radius: 8px;
    width: 100%;
    padding: 8px 10px;
    margin: 0 5px;
}
.tickers .ticker_item .name {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    display: block;
    letter-spacing: 1px;
}
.tickers .ticker_item .price {
    display: block;
    font-size: 15px;
    padding-top: 5px;
    line-height: 18px;
}
.tickers .ticker_item .difference_percent.negative {
    color: #d33f3f;
}
.tickers .ticker_item .difference_percent.negative::after {
    content: "\f25f";
}
.tickers .ticker_item .difference_percent {
    position: relative;
    color: #39b559;
    display: block;
    line-height: 18px;
    font-size: 12px;
    font-weight: 500;
}
.tickers .ticker_item .difference_percent::after {
    content: "\f262";
    position: absolute;
    font-family: Ionicons;
    font-size: 18px;
    bottom: 1px;
    right: -5px;
}
.news {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 2px 2px 2px 3px rgb(17 150 211 / 19%);
}
.news .nav.nav-pills {
    display: inline-block;
    width: 30%;
}
.news .nav.nav-pills li {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    margin-bottom: 1px;
}
.news .nav.nav-pills li:first-child a {
    border-radius: 8px 0 0 0;
}
.news .nav.nav-pills li a.active {
    background-color: #1e4d2b;
    color: #fff;
}
.news .nav.nav-pills li a {
    height: 100%;
    border-radius: 0;
    line-height: 54px;
    font-size: 17px;
    /*background-color: #e6eff3;*/
    color: #000;
padding: 21px;
padding: 0 19px;
width: 100%;
display: block;
}
.news .tab-content {
    display: inline-block;
    width: 59%;
    vertical-align: top;
    padding: 0 20px;
    position: relative;
}
.rss img
{
    display: none;
}
#tools .info_box .icon
{
    margin: 0px auto;
}
.google_link li {
    list-style-type: none;
    display: inline-block;
}
.google_link li img {
    width: 150px;
}
@media only screen and (max-width: 600px) 
{
    .steps-progress .steps-list .steps-item 
    {
        width: 100%;
    }
    .main-header.stickyhead .logo img 
    {
        /*width: 31%;*/
    }
    .steps-item p
    {
        display: none;
    }
    .steps-progress .steps-list
    {
        padding: 0px;
    }
    .ticker-area .tickers
    {
            flex-direction: column;
    }
    .navbar-toggler
    {
            top: 0px !important;
    }
    .main-header.stickyhead .login-btn
    {
        width: 93px;
        font-size: 13px;
        margin-top: 4px;
    }
}