@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap');

@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(https://example.com/MaterialIcons-Regular.eot);
    /* For IE6-8 */
    src: local('Material Icons'),
        local('MaterialIcons-Regular'),
        url(https://example.com/MaterialIcons-Regular.woff2) format('woff2'),
        url(https://example.com/MaterialIcons-Regular.woff) format('woff'),
        url(https://example.com/MaterialIcons-Regular.ttf) format('truetype');
}


/*=============================================
=           02. Flat Icon         =
=============================================*/

/*
Flaticon icon font: Flaticon
Creation date: 12/10/2019 05:36
*/

@font-face {
    font-family: "Flaticon";
    src: url("../fonts/Flaticon.eot");
    src: url("../fonts/Flaticon.eot?#iefix") format("embedded-opentype"),
        url("../fonts/Flaticon.woff2") format("woff2"),
        url("../fonts/Flaticon.woff") format("woff"),
        url("../fonts/Flaticon.ttf") format("truetype"),
        url("../fonts/Flaticon.svg#Flaticon") format("svg");
    font-weight: normal;
    font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
        font-family: "Flaticon";
        src: url("../fonts/Flaticon.svg#Flaticon") format("svg");
    }
}

[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
    font-family: Flaticon;
    font-style: normal;
}

.flaticon-heart:before {
    content: "\f100";
}

.flaticon-bag:before {
    content: "\f101";
}

.flaticon-star:before {
    content: "\f102";
}

.flaticon-truck:before {
    content: "\f103";
}

.flaticon-money:before {
    content: "\f104";
}

.flaticon-support:before {
    content: "\f105";
}

.flaticon-cross:before {
    content: "\f106";
}



body {
    font-family: 'Quicksand', sans-serif;
    font-size: 14px;
    color: #21242b;
    background: #fff;
}

p {
    margin: 0px;
    font-weight: 500;
}

a:hover {
    text-decoration: none;
}

button:focus {
    outline: 0px dotted;
    outline: 0px auto -webkit-focus-ring-color;
    box-shadow: none !important;
}

.gyarBg {
    background: #f8f8fa;
}

.gyarBg-1 {
    background: #f5f5f5;
}

img {
    max-width: 100%;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Quicksand', sans-serif;
    font-weight: 400;
}

.navigation.navbar-light .navbar-nav .nav-link {
    font-weight: bold;
    font-size: 15px;
    color: #21242b;
    padding: 9px 20px;
}

ul.navbar-nav {
    padding-left: 30px;
}

.container {
    max-width: 1200px;
    width: 100%;
}

.block {
    display: inline-block;
    width: 100%;
}

.p {
    font-size: 16px;
    font-weight: 600;
}

.lm-no-border {
    background: none;
    border: 0;
    color: #444;
    font-weight: bold;
    margin: 0 20px 0 0px;
    cursor: pointer;
}

.lm-button {
/*    background: no-repeat;*/
    border: 1px solid #444;
    border-radius: 0px;
    font-size: 12px;
    font-weight: bold;
    padding: 10px 30px 8px;
    position: relative;
    transition: all 0.3s ease cursor: pointer;
    
    background: #faebeb;
}

.header {
    position: absolute;
    width: 100%;
}

.banner {
    background: url(../img/banner.jpg) center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
}

.vh100 {
    height: 100vh;
    display: flex;
    align-items: center;
}

.white {
    color: #ffffff;
    font-weight: 400;
}

.gray {
    color: #737373;
    font-weight: 500;
}

.red {
    color: #e74652;
}

.lm-button::before {
    content: "";
    display: inline-block;
    width: calc(100% + 2px);
    position: absolute;
    height: calc(100% + 2px);
    border: 1px solid #333;
    left: 0;
    top: 0;
    transition: all 0.3s ease;
    transform: translate(3px, 3px);
    cursor: pointer;

}



.lm-button:hover::before {
    transition: all 0.3s ease;
    transform: translate(0px, 0px);
    cursor: pointer;
}



/* .lm-button::before {
    content: "";
    display: inline-block;
    width: 100%;
    position: absolute;
    height: 100%;
    border: 1px solid #333;
    left: 0;
    top: 0;
} */

.bannerDetail h1 {
    font-size: 50px;
    font-weight: bold;
    margin-bottom: 15px;
    text-shadow: 3px 1px 3px #e2424f78;
    text-transform: uppercase;
}

.bannerDetail p {
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
    margin-bottom: 22px;
}

.subBanner .container {
    position: relative;
    top: -184px;
}

.subBanner {
    background: #f8f8fa;
    height: 150px;
}

.subBannerSt.center {
    background: #fff;
    /*    border: 1px solid #2e3137;*/
    text-align: center;
    padding: 30px 22px 40px;
    margin: 30px 0;
    transition: 0.3s;
    box-shadow: 1px 1px 22px rgba(157, 184, 209, 0.19);
    height: 300px;
}

.subBannerSt.center:hover {
    box-shadow: 1px 1px 19px rgba(28, 61, 94, 0.17);
    border: none;
    transform: translate3d(0px, -10px, 10px);
}

.subBannerSt.center img {
    width: 90px;
    margin: auto;
}

.bHeading {
    font-weight: 600;
    margin: 0 0 4px;
    color: #323639;
}

.subBannerSt p {
    color: #323639;
    font-size: 12px;
    font-weight: 500;
}

.bHeading {
    font-size: 15px !important;
    font-weight: 600 !IMPORTANT;
}

.subBannerSt .lm-button {
    font-size: 12px
}

.sectionAre {
    padding: 60px 0;
}

.lm-heading {
    text-align: center;
    font-size: 45px;
    margin-bottom: 60px;
    line-height: 47px;
}

.lm-heading > span {
    font-weight: 700;
    position: relative;
}

.lm-heading > span::after {
    content: "";
    display: inline-block;
    width: 100%;
    position: absolute;
    height: 8px;
    /*background: #e2424f42;*/
    background: #b7ee5f;
    bottom: 10px;
    z-index: 10;
    left: 0;
}

.lm-heading > span.pinkColor::after {
    content: "";
    display: inline-block;
    width: 100%;
    position: absolute;
    height: 8px;
    background: #e2424f42;
    bottom: 10px;
    z-index: 10;
    left: 0;
}

.lm-heading > span > span {
    position: relative;
    z-index: 30;
}

.chooseUs-detail img {
/*    width: 70px;*/
}

.chooseUs-detail img {
/*    width: 60px;*/
    margin-bottom: 10px;
}

.chooseUs-detail {
    text-align: center;
}

.chooseUs-detail .bHeading {
    font-size: 17px !important;
}

.left {
    text-align: left;
}

.sectionAre.category {
    background: #fff;
}

.sectionAre.category .row {
    margin-right: -8px;
    margin-left: -8px;
}

.sectionAre.category .col-md-3 {
    padding-right: 8px;
    padding-left: 8px;
}

.cat_img {
    width: 50px;
    display: inline-block;
    float: left;
}

.cat_icon .lm-button {
    padding: 6px 7px;
}

.cat_info {
    display: inline-block;
    float: left;
    width: calc(100% - 100px);
    padding: 0 5px;
}

.cat_detail {
/*    background: #fdd7da;*/
    margin-bottom: 16px;
    padding: 16px 10px;
    display: flex;
    width: 100%;
    align-items: center;
    transition: 0.3s;
/*    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .05);*/
    
    background: #fff;
    transition: 0.3s;
    box-shadow: 1px 1px 22px rgb(157 184 209 / 19%);
}

.cat_detail:hover {
    /*    box-shadow: 1px 1px 19px rgba(28, 61, 94, 0.17);*/
/*    background: #fcdee1;*/
/*    box-shadow: 8px 8px 0px rgb(229 186 191);*/
    
    box-shadow: 1px 1px 19px rgb(28 61 94 / 17%);
    transform: translate3d(0px, -10px, 10px);
}


.bHeading {
    margin-bottom: 8px;
}

.cat_info .bHeading {
    margin-bottom: 0px;
    line-height: 17px;
}

.workSt {
    position: relative;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .05);
}

.workSt:hover {
    transition-property: width, height, transform, background, font-size, opacity;
    transition-duration: 1s, 1s, 1s, 1s, 1s, 1s;
    transform: scale(1.1);
}

.workstDetail {
    position: absolute;
    top: 0;
    padding: 16px 12px 16px;
    color: #fff;
    text-align: justify;
}

.workstDetail h3 {
    font-size: 20px;
    font-weight: 500;
}

.workSt p {
    font-size: 13.8px;
    line-height: auto !important;
}

.center {
    text-align: center
}

.invStDet {
    float: left;
    display: inline-block;
    width: calc(100% - 70px);
    padding-left: 10px;
    margin-bottom: 30px;
}

.invStImg {
    display: inline-block;
    width: 60px;
    float: left;
}

.invStDet h3 {
    font-size: 16px;
    font-weight: bold;
}

.invesmentDetailSt {
    padding-left: 10%;
}

.serviceDetail {
    background: #fdd7da;
    padding: 15px;
}

.serciveheadingInfo img {
    float: left;
    width: 70px;
    padding-right: 10px;
}

.serciveheadingInfo {
    display: flex;
    width: 100%;
    /*    padding-bottom: 30px;*/
    margin-bottom: 30px;
    align-items: center;
    position: relative;
}

.serciveheadingInfo h4 {
    font-size: 18px;
    font-weight: 500;
}

.serciveheadingInfo::before {
    content: "";
    width: 30px;
    height: 1px;
    /*    background: rgba(28, 61, 94, 0.10);*/
    position: absolute;
    bottom: 0;
    left: calc(50% - 15px);
}

.serviceDetail {
/*    background: #fcdee1;*/
    padding: 30px 18px;
/*    transition: all 0.3s ease;*/
    cursor: pointer;
/*    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .05);*/
    margin-bottom: 20px;
    
    background: #fff;
    transition: 0.3s;
    box-shadow: 1px 1px 22px rgb(157 184 209 / 19%);
}

.serviceDetail:hover {
    /*
    background: #fddbf2;
    box-shadow: 1px 1px 19px rgba(28, 61, 94, 0.17);
*/
/*    background: #fcdee1;*/
/*    box-shadow: 8px 8px 0px rgb(229 186 191);*/
    
    box-shadow: 1px 1px 19px rgb(28 61 94 / 17%);
/*    transform: translate3d(0px, -10px, 10px);*/
}

.serviceInfoP.center button {
    margin-top: 15px;
}

.serviceInfoP p {
    font-weight: 600;
    padding-bottom: 20px;
    font-size: 13px;
}

.serciveheadingInfo h4 {
    font-size: 17px;
    font-weight: bold;
    color: #202430;
}

.serviceSt {
    background: url(../img/service-banner.jpg) left bottom no-repeat;
    background-size: 605px 96%;
}

.serviceCallSt {
    background: #fddbf2;
    padding: 20px;
    display: flex;
    align-items: center;
    margin-top: 30px;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .05);
}

.serviceCallSt:hover {
    box-shadow: 1px 1px 19px rgba(28, 61, 94, 0.17);
}

.serviceClSt {
    width: 70%;
    padding: 0 16px 0;
}

.serviceClSt .lm-heading {
    font-size: 32px;
    margin-bottom: 0px;
    line-height: 39px;
}

.serviceCallIcon {
    width: 75px;
}

.owl-dot {
    width: 10px;
    background: #cccccc !important;
    height: 10px;
    margin-right: 6px;
    border-radius: 50%;
}

.owl-dot.active {
    background: #1c232d !important;
}

.owl-dots {
    text-align: center;
}

.blog_detail {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 12px 13px;
    background: rgba(255, 255, 255, 0.6);
}

.blog_listDetail {
    position: relative;
    transition: 0.3s;
}

.blog_listDetail:hover {
    /*    box-shadow: 1px 1px 14px #999;*/
}

.borderAnimation {
    border: 1px solid #000;
    position: relative;
}

.borderAnimation::before {
    content: "";
    width: calc(100% + 1px);
    height: calc(100% + 1px);
    position: absolute;
    border: 1px solid #333;
    transform: translate(4px, 4px);
    transition: all 0.3s ease;
    z-index: 12;
}

.borderAnimation:hover::before {
    transform: translate(0px, 0px);
}

footer.dashboardFooter {
    z-index: 99999;
}

footer {
    background: #2e2e36;
    padding: 60px 0;
    color: #fff;
    position: relative;
}

.footerstList ul {
    padding: 0;
    margin: 0;
}

.footerstList ul li {
    list-style: none;
}

.footerstList ul li a {
    color: #fff;
    display: inline-block;
    width: 100%;
    padding: 4px 0 4px;
    font-size: 13px;
}

.footerstList h4 {
    font-size: 16px;
    font-weight: 600;
}

.social-icon li {
    background-color: #fff;
    box-shadow: 4px 7px 26px rgba(0, 0, 0, 0.03);
    margin-right: 6px;
    display: inline-block;
    width: 45px;
    height: 45px;
    border-radius: 100%;
    line-height: 46px;
    text-align: center;
    transition: 0.2s linear;
}

.social-icon i {
    color: rgba(31, 127, 226, 0.8);
    font-size: 18px;
}

.footer-detail-para {
    opacity: 0.4;
    font-size: 12.54px;
    font-weight: 400;
    margin-top: 3%;
    margin-bottom: 3%;
    line-height: 17.08px;
}

.footer-detail-copyright {
    font-size: 10.25px;
    font-weight: 400;
}

.header.innerHeader {
    position: fixed;
    top: 0px;
    border-bottom: 1px solid #eee;
    background: #fff;
    z-index: 300;
}

.innerBanner {
    padding: 40px 0;
    margin-top: 74px;
}

.navbarlist a img {
    margin-right: 3px;
    margin-bottom: 5px;
}

.navbarlist a {
    color: #333;
}

.navbarlist a span {
    font-weight: 600;
}

.navbarlist {
    margin-bottom: 10px;
}

.banner-headSt .lm-heading {
    margin-bottom: 8px;
}

.bannerList {
    display: flex;
    justify-content: flex-end;
}

.bannerList li {
    padding: 5px 5px;
    list-style: none;
    font-weight: 500;
    position: relative;
}

.bannerList li::before {
    content: "";
    height: 18px;
    width: 16px;
    background: url(../img/right.png) center center no-repeat;
    display: inline-block;
    position: absolute;
    left: -20px;
}

.banner-headSt p {
    margin-bottom: 0px;
    font-size: 16px;
}

.fillter_bar {
    border-top: 1px solid #ebebeb;
    padding: 15px 0 15px;

}

.fillter-barList select {
    padding: 5px 12px 5px;
    background: #fff;
}

.fillter-barList span {
    padding: 0 14px 0;
}

.fillter_bar p {
    margin-bottom: 0;
    margin-top: 4px;
}

.fillter_bar p {
    margin-bottom: 0;
    margin-top: 4px;
    font-weight: 600;
}

.gyarBg {
    background: #f8f8fa;
}

.seaction-are {
    padding: 30px 0;
}

.no-padding {
    padding: 0px;
}

.btn_sml {
    background: #000;
    border: 0px;
    color: #fff;
    padding: 6px 14px;
}

.heading_fillter {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 10px 12px;
    border-bottom: 1px solid #eee;
    justify-content: space-between;
}

.heading_fillter span {
    font-weight: 600;
}

.fillter_list {
    padding: 15px 12px;
    border-bottom: 1px solid #f5f5f5;
}

.fillter_list span {
    width: 100%;
    display: inline-block;
    font-weight: 600;
    padding: 0 0 10px;
}

.fillter_list label {
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 2px 0 10px;
}

.fillter_list label input {
    display: none;
}

.fillter_list label i {
    width: 20px;
    height: 20px;
    display: inline-block;
    border: 1px solid #eee;
    float: left;
    margin-right: 8px;
    background: #eee;
    cursor: pointer;
}

.fillter_list input[type=checkbox]:checked + i {
    background: #181818;
}

.fillter_list input + i::before {
    font-family: 'Material Icons';
    color: #fff;
    font-size: 13px;
    position: relative;
    left: 2px;
    font-weight: 600;
}

.fillter_list input[type=checkbox]:checked + i::before {
    content: "check";
}

.fillter_nav {
    font-size: 13px;
    font-weight: 600;
    background: #fcdee1;
    padding: 10px 15px !important;
    margin-bottom: 5px !important;
}

.fillter_nav:hover {
    font-size: 13px;
    font-weight: 600;
    background-color: #e6bbc0;
    cursor: pointer;
}

.fillter_nav_active {
    background-color: #e6bbc0;
     !important;
}

a:hover {
    color: #21242b;
    text-decoration: none;
}

a {
    color: #21242b;
    text-decoration: none;
}

.graf-list {
    background: #ebebeb;
    padding: 10px 10px;
}

.graf-list_detail {
    width: calc(100% - 60px);
    float: left;
    padding-left: 10px;
}

.graf-list img {
    width: 60px;
    float: left;
}

.graf-list {
/*    background: #ebebeb;*/
    background: #faebeb;
    padding: 10px 10px;
    display: flex;
    width: 100%;
    align-items: center;
    transition: all 0.3s ease;
    cursor: pointer;

}

.graf-list:hover,
.graf-list.active {
    box-shadow: 0px 0px 10px 1px rgba(204, 204, 204, 0.5);
    background: #fcdee1;
}

.graf-list_detail h2 {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 2px;
}

.graf-list_detail p {
    font-size: 12px;
}

.padding6 {
    /*    padding: 0 5px;*/
}

.paddingtb10 {
    padding: 8px 5px;
}

.item_list {
    padding: 0px 12px;
}

.list_search {
    display: flex;
    align-items: initial;
}

.list_search input {
    height: 36px;
    padding: 0px 10px;
    border: 1px solid #eee;
    width: calc(100% - 40px);
    font-size: 11px;
    background: #eee;
}

.list_search button {
    width: 40px;
    background: #333;
    border: 1px solid #333;
}

.flex_space {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.flex_mr_auto {
    display: flex;
}

.icon_btn {
    width: 50px;
    height: 36px;
    border: none;
    background: no-repeat;
    padding: 0;
}

.bt-icon-w {
    width: 20px;
}

.filtter_short {
    width: calc(100% - 76px);
    float: left;
}

.filtter_short select {
    padding: 7px 0;
    border: 0px;
}

.filtter_short {
    width: auto;
    float: right;
    border: 1px solid #333;
    padding: 0px 0px 0 8px;
    font-size: 11px;
    font-weight: 600;
    align-items: center;
}

.filtter_short .bt-border-button {
    border: 0px;
}

.filtter_short .dropdown.bt-dropdown {
    display: inline
}


.pull_right {
    float: right;
}

.listing_addfilter {
    padding: 14px 0 14px;
    border-bottom: 1px solid #f5f5f5;
}

.list_of_fillter {
    display: inline-block;
    float: left;
}

.border_btn {
    border: 1px solid #eee;
    background: #eee;
    padding: 6px 8px;
}

.apply_filtter.listing_addfilter,
.flex_center {
    display: flex;
    align-items: center;
}

.list_of_fillter button {
    margin-right: 10px;
    float: left;
    font-size: 10px;
    font-weight: 600;
}

.border_btn .material-icons {
    font-size: 10px;
}

.b {
    font-weight: 600;
    font-size: 11px;
}

.padding-row6 {
    margin-right: -5px;
    margin-left: -5px;
}

.lm-border {
    border: 1px solid #f2f2f2;
}

.lm-margin-top {
    margin-top: 10px;
}

.iten_listing {
    display: flex;
    padding: 12px;
}

.item-list-deatilSt {
    width: calc(100% - 40px);
    padding: 0 0 0px 12px;
    margin-bottom: 0px;
}

.item-list-tag span {
    border: 1px solid #e6bbc0;
    font-size: 10px;
    padding: 3px 6px;
    font-weight: bold;
    margin-right: 2px;
    background: #fcdee1;
}

.item-list-tag {
    margin-bottom: 10px;
}

.item-list-heading {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 14px;
    color: #21242b;
}

.item-list-heading2 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 14px;
}

.item-list-invest ul {
    padding: 0;
    margin: 0;
    display: inline-block;
    width: 100%;
}

.item-list-invest li {
    list-style: none;
    display: inline-block;
    width: 33.3%;
    line-height: 17px;
    float: left;
    color: #737373
}

.item-list-invest {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
}

.item-list-invest li span {
    display: inline-block;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    color: #21242b;
}

.lm-button-underline {
    background: no-repeat;
    border: 0px;
    font-weight: bold;
    /*    padding: 0;*/
    font-size: 12px;
    cursor: pointer;
    /*    margin-left: 40px;*/
    /*margin-left: 48px;*/
    margin-left: 42px;
}

.lm-button-underline:hover {
    /*    border-bottom: 1px solid #333;*/
}

.item-list-btnSt {
    /*    width: 100% !important;*/
    margin-top: 12px;
}

.iten_listing {
    /*    margin-bottom: 12px;*/
    margin-bottom: 0;
}

.item_del {
        margin-top: -160px;
    }

.subBannerSt .lm-button {
    margin-top: 12px;
    background: #faebeb;
}

.cat_detail .lm-button {
    background: #fff;
}

.cat_detail .lm-button::before {
    background: #faebeb url(../img/arrow.png) center center no-repeat;
}

.blog_headingInfo {
    font-weight: 500;
}

.blog_headingInfo a {
    color: #21242b;
    font-weight: bold;
    border-bottom: 1px solid #333;
}

#blogSlider .item {
    padding: 12px;
}

.blogSt .lm-heading,
.blog_headingInfo {
    margin-bottom: 20px;
}

.testimonial-slider {
    text-align: center;
}

.item-list-img img {
    border: 1px solid #eee;
}

.slider-img span {
    border: 1px solid #e9e7ed;
    display: inline-block;
    border-radius: 50%;
    padding: 14px;
    position: relative;
}

.slider-detail {
    padding: 50px 0;
}

.lm-heading3 {
/*    font-size: 18px;*/
    font-size: 20px;
    font-weight: 500;
/*    margin-bottom: 2px;*/
    margin-bottom: 10px;
}

.slider-detail p {
    margin-top: 10px;
    line-height: 22px;
    color: #666;
/*    font-size: 13px;*/
    font-size: 15px;
}

.slider-img span::before {
    content: "";
    width: 124%;
    height: 124%;
    position: absolute;
    display: inline-block;
    left: -12%;
    top: -12%;
    border-radius: 50%;
    border: 1px solid rgba(238, 238, 238, 0.6);
}

.slider-img span::after {
    content: "";
    width: 27px;
    height: 1px;
    background: #dfe0e5;
    display: inline-block;
    position: absolute;
    left: 42%;
    border-radius: 50%;
    box-shadow: 0px 0px 34px 41px #dfe0e5;
    z-index: 10;
    bottom: 36px;
}

.slider-img img {
    position: relative;
    z-index: 11;
    width: 100px;
    height: 100px;
    border-radius: 60%;
    transition: 0.6s;
}

img#testimonialImg:hover {
    transform: scale(1.2);
    transition: 0.6s;
}

.testimonial-slider {
    position: relative;
}

.tes-item {
    position: absolute;
    top: 0;
    width: 50px;
}

.tesSli2 {
    right: 3%;
    top: 20%;
}

.tesSli3 {
    right: 15%;
    top: 40%;
    width: 70px;
}

.tesSli4 {
    left: 15%;
    top: 40%;
    width: 70px;
}

.tesSli5 {
    right: 8%;
    top: 90%;
}

.tesSli6 {
    left: 8%;
    top: 90%;
}

.tes-item img {
    border-radius: 50%;
    transition: 0.6s;
    filter: grayscale(100%);
}

.tes-item img:hover {
/*    transform: translate3d(10px, 10px, 0px);*/
    transform: scale(1.2);
    transition: 0.6s;
    cursor: pointer;
}

.full-listing .item-list-invest li {
    width: 46%;
}

.item-list-str {
    /*    width: 80%;*/
    width: 100%;
    float: left;
}

.full-listing .item-list-btnSt {
    float: right;
    flex-direction: column;
    align-items: flex-end;
    padding-left: 0px;
    /*    bottom: 60px;*/
    margin-top: 0;
    margin-bottom: -80px;
    bottom: 100px;
}

.full-listing .item-list-btnSt .lm-button-underline {
    margin-bottom: 15px;
}

.detail-right-list {
    float: left;
    width: calc(100% - 80px);
    padding-bottom: 20px;
}

.bt-left-icon {
    display: inline-block;
    width: 80px;
    float: left;
}

.bt-left-icon span {
    background: #f9c5c5;
    display: inline-block;
}

.bt-left-icon span {
    background: #f9c5c5;
    display: flex;
    width: 65px;
    height: 65px;
    align-items: center;
    justify-content: center;
}

.detail-right-list li {
    list-style: none;
    float: left;
}

.detail-right-list > ul > li {
    padding: 30px 50px 0 0;
}

.detail-list-heading {
    font-weight: 500;
    margin-bottom: 0px;
}

.r {
    font-family: arial;
    margin-right: 2px;
    font-style: normal;
}

.full-listing.bt-list5 .item-list-invest li {
    width: 20%;
}

.margin-bottom2 {
    margin-bottom: 20px;
}

.margin-bottom4 {
    margin-bottom: 40px;
}

.bt-padding-45 {
    padding: 40px 50px 0;
}

.bt-padding-50 {
    padding: 15px 50px;
}

.bt-padding {
    padding: 15px;
}

.bt-align-end {
    display: flex;
    justify-content: flex-end;
}

.align-center {
    align-items: center;
}

.flex {
    display: flex;
}

.investment-section > div {
    background: #e2424f42;
    height: 68px;
    display: flex;
    align-items: center;
    transition: 0.3s;
    margin-bottom: 14px;
}

.investment-section > div:hover {
    background: #e2424f6e;
}

.according-list {
    /*    display: inline-block;*/
    width: 100%;
    padding: 0;
    border-bottom: 1px solid #eee;
    display: flex;
    overflow-x: scroll;
}

.according-list::-webkit-scrollbar {
    display: none;
}

.port-scroll {
    height: 320px;
    overflow-y: scroll;
}

.port-scroll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

.port-scroll::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

.port-scroll::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #b7ee5f;
}

.scrollbar::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

.scrollbar::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

.scrollbar::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #D62929;
}

.according-list li {
    float: left;
    list-style: none;
}

.according-list li a {
    font-weight: 600;
    font-size: 14px;
    color: #888 !important;
}

.according-list li a span {
    font-weight: 400;
}

.according-list li a[aria-expanded="true"] {
    color: #000;
}

.according-list li a {
    position: relative;
}

.according-list li a::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -1px;
    left: 0;
}

.according-list li a[aria-expanded="true"]::before {
    background: #b7ee5f;
}

.portfolio-section .card {
    border: 0px solid #333;
}

.portfolio-section {
    padding: 10px 0 0;
}

.bt-heading3 {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 18px;
}

.bt-progress-heading {
    font-weight: 500;
    font-size: 13px;
}

.bt-progress > span {
    width: 20%;
    text-align: center;
    display: inline-block;
    font-size: 13px;
}

.bt-progress .progress {
    width: 80%;
    float: left;
}

.bt-progres-section {
    margin-bottom: 10px;
}

.bt-progres-section.violet .progress-bar {
    background: #90529a
}

.bt-progres-section.progress-red .progress-bar {
    background: #e74652;
}

.bt-progres-section .bt-progress {
    display: flex;
    align-items: center;
}

.bt-progres-section .progress {
    height: 10px;
}

.bt-inner-tab-border > div {
    border-right: 1px solid #eee;
}

.bt-progres-section.progress-red .bt-progress span {
    color: #e74652;
}

.bt-progres-section.violet .bt-progress span {
    color: #90529a
}

.bt-no-data.gray {
    font-size: 10px;
    margin-top: 30px;
    text-align: center;
}

.bg-light-green {
    background: #efb9c0;
}

.bg-content-btn::before {
    content: "";
    display: flex;
    align-items: center;
    justify-content: center;
}

.bt-model-popup {
    padding: 22px;
}

.lm-heading.lm-heading-sm {
    font-size: 24px;
    margin-bottom: 30px;
    line-height: 24px;
}

.lm-heading.lm-heading-sm > span::after {
    height: 4px;
    background: #b7ee5f;
    bottom: 8px;
}

.bt-model-form .row {
    margin-bottom: 20px;
}

.form-control {
    padding: 8px 10px;
    font-size: 14px;
    color: #333;
    border: 1px solid #21242b;
    border-radius: 0px;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #fff;
}

.text-align-end {
    text-align: end;
}

.bt-forgot-section p {
    margin-bottom: 10px;
    font-size: 12px;
}

.bt-forgot-section p a {
    color: #21242b;
    font-weight: bold;
    border-bottom: 1px solid #999;
    padding-bottom: 2px;
}

.bt-model-form .bannerList {
    justify-content: start;
}

.bt-model-form .bannerList ul {
    padding-left: 23px;
    margin: 0;
}

.bt-model-form .bannerList li {
    font-size: 13px;
}

.list-model li {
    float: left;
    list-style: none;
}

.list-model {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 16px 0 6px;
}

.list-model li {
    float: left;
    list-style: none;
    padding: 0 15px;
}

.list-model li img {
    width: 40px;
}

.list-model li span {
    font-weight: 600;
    font-size: 12px;
    margin-right: 2px;
}

.list-model {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 25px 0 10px;
    border-bottom: 1px solid #eee;
}

.bt-model-popup .list-model ul {
    margin: 0;
    display: inline-block;
}

.bt-social-media a {
    display: inline-block;
    padding: 10px 10px;
}

.bt-social-media {
    text-align: center;
    margin: 8px 0 -14px;
}

.modal.fade {
    background: rgba(255, 255, 255, 0.81);
}

.bt-input-right-button a {
    position: absolute;
    right: 16px;
    top: 10px;
    font-size: 10px;
    font-weight: 600;
    color: #444;
    border-bottom: 1px solid #444;
}

.bt-input-right-button input {
    padding-right: 60px;
}

.bt-input-right-button {
    position: relative;
}

.blog_detail p:last-child {
    height: 0px;
    overflow: hidden;
}

.blog_detail {
    transition: 0.6s;
}

.blog_listDetail:hover .blog_detail p:last-child {
    height: auto;
}

.bt-looking-form {
    width: calc(100% - 109px);
    float: left;
    padding-right: 10px;
}

.bt-input-group select {
    margin-bottom: 12px;
}

.bt-input-group .form-control {
    margin-bottom: 12px;
    resize: none;
}

.bt-border-button {
    font-size: 13px;
    border-radius: 0px;
    background: no-repeat;
    color: #333;
    border: 1px solid #444;
    font-weight: 600;
    cursor: pointer;
}

.bannerList img {
    border: 1px solid #eeee;
}

.animate {
    animation-duration: 0.3s;
    -webkit-animation-duration: 0.3s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
}



@keyframes slideIn {
    0% {
        transform: translateY(1rem);
        opacity: 0;
    }

    100% {
        transform: translateY(0rem);
        opacity: 1;
    }

    0% {
        transform: translateY(1rem);
        opacity: 0;
    }
}

@-webkit-keyframes slideIn {
    0% {
        -webkit-transform: transform;
        -webkit-opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0);
        -webkit-opacity: 1;
    }

    0% {
        -webkit-transform: translateY(1rem);
        -webkit-opacity: 0;
    }
}

.slideIn {
    -webkit-animation-name: slideIn;
    animation-name: slideIn;
}

.bt-dropdown .dropdown-menu.show {
    top: inherit !important;
    left: inherit !important;
    right: 0;
}

.bt-dropdown .dropdown-menu .dropdown-item {
    font-size: 13px;
    padding: 6px 12px;
}

.bt-dropdown.bt-dropdown-checked .dropdown-menu .dropdown-item:hover:after {
    content: "\f00c";
    font-family: FontAwesome;
    float: right;
}

.bt-md-dropdown {
    width: 260px;
    padding: 12px;
}

.bt-buttonlist {
    padding: 10px 0 0;
}

.bt-investment p {
    margin-bottom: 10px;
    font-size: 12px;
}

.according-list li a[aria-expanded="true"] {
    color: #1a1a1a !important;
}

.bt-md-show {
    display: none !important;
}

.bt-btn-border {
    border: 1px solid #444;
    display: flex;
    align-items: center;
    justify-content: center;
}

.progress {
    border-radius: 0px;
}

.tran_btn.bt-btn-border.bt-md-show {
    /*    display: flex !important;*/
    align-items: center;
    height: 40px;
    width: 50px !important;
    padding-top: 6px;
}

.tran_btn.bt-btn-border.bt-md-show .material-icons {
    margin-right: 6px;
}

.bt-md-show {
    display: none !important;
}

.bt-round-fixed {
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 200;
    background: #333 !important;
    box-shadow: 1px 1px 19px rgba(28, 61, 94, 0.17);
    border: none;
}


.bt-round-fixed .material-icons {
    color: #fff
}

.bt-padding.bt-fixed-bottm.bt-md-show {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #fff;
    padding: 15px;
    z-index: 300;
    box-shadow: 1px 1px 10px rgba(36, 36, 37, 0.52);
}

.workSt img {
/*    filter: grayscale(35%);*/
    transition: 0.3s;
    filter: grayscale(20%);
}

.workSt:hover img {
    filter: grayscale(0%);
}

#fixed-onscroll.sticky .bt-fixed-info {
    position: fixed;
    width: 20%;
    top: 80px;
}

#fixed-onscroll.sticky .bt-fixed-info-300 {
    position: fixed;
    width: 300px;
    top: 80px;
}

.dropdown-menu.slideIn.animate.show {
    border-radius: 0;
    box-shadow: 1px 1px 19px rgba(28, 61, 94, 0.17);
    border: none;
    z-index: 99;
}

.bg-shadow {
    box-shadow: 1px 1px 22px rgba(157, 184, 209, 0.19);
}

.bg-shadow-1 {
    box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.1);
}

.bg-shadow-2 {
    box-shadow: 0px 3px 10px 0px rgba(119, 119, 119, 0.1);
}

.bg-shadow-3 {
    box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.07);
}

.cd-top {
    display: inline-block;
    z-index: 99;
    box-shadow: 1px 1px 19px rgba(28, 61, 94, 0.17);
    height: 60px;
    width: 60px;
    position: fixed;
    bottom: 80px;
    right: 10px;
    box-shadow: none;
    /* image replacement properties */
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: url(../img/arrow-top.png) no-repeat center 50%;
    background-size: 40px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
}

.cd-top.cd-is-visible,
.cd-top.cd-fade-out,
.no-touch .cd-top:hover {
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s;
}

.cd-top.cd-is-visible {
    /* the button becomes visible */
    visibility: visible;
    opacity: 1;
}

.cd-top.cd-fade-out {
    /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
    opacity: .335;
}

.cd-top:hover {
    background-color: transparent;
    opacity: 1 !important;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    outline: 0;
    border-color: #1a1a1a;
    box-shadow: none;
}

.bannerList.image {
    display: flex;
}

.modal-content.popup {
    border-radius: 0;
    border: none;
    box-shadow: 1px 1px 19px rgba(28, 61, 94, 0.17);
}

/*blog pages*/
.gdlr-core-blog-thumbnail-wrap .gdlr-core-sticky-banner {
    position: absolute;
    top: 20px;
    bottom: auto;
    left: -15px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0px;
    text-transform: none;
    padding: 13px 17px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
    background: #fff;
}

.gdlr-core-blog-thumbnail-wrap {
    position: relative;
}

.akea-page-wrapper {
    clear: both;
}

.akea-container,
.gdlr-core-container,
body.akea-boxed .akea-body-wrapper,
body.akea-boxed .akea-fixed-footer .akea-footer-wrapper,
body.akea-boxed .akea-fixed-footer .akea-copyright-wrapper {
    max-width: 1180px;
}

.akea-container {
    margin-left: auto;
    margin-right: auto;
}

.akea-sidebar-wrap {
    position: relative;
}

.clearfix {
    zoom: 1;
}

.gdlr-core-column-40 {
    float: left;
    width: 66.6666%;
}

.akea-sidebar-center {
    float: none;
    display: inline-block;
    max-width: 100%;
}

.gdlr-core-page-builder-body {
    overflow: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.gdlr-core-pbf-section:first-child:last-child {
    padding-bottom: 30px;
}

.gdlr-core-pbf-section:first-child {
    padding-top: 60px;
}

.gdlr-core-container {
    margin-left: auto;
    margin-right: auto;
}

.gdlr-core-blog-thumbnail-wrap {
    position: relative;
}

.akea-item-mglr,
.gdlr-core-item-mglr,
.akea-navigation .sf-menu > .akea-mega-menu .sf-mega,
.sf-menu.akea-top-bar-menu > .akea-mega-menu .sf-mega {
    margin-left: 20px;
    margin-right: 20px;
}

.gdlr-core-column-20 {
    float: right;
    width: 33.3333%;
}

.akea-item-pdlr,
.gdlr-core-item-pdlr {
    padding-left: 20px;
    padding-right: 20px;
}

.akea-sidebar-area {
    padding-top: 60px;
}

.gdlr-core-widget-box-shortcode {
    font-size: 13px;
    padding: 40px 35px 10px;
    position: relative;
    background-size: cover;
    background-position: center;
}

.gdlr-core-center-align {
    text-align: center;
}

.akea-sidebar-area .akea-widget {
    margin-bottom: 60px;
}

.gdlr-core-center-align {
    text-align: center;
}

.akea-sidebar-area .akea-widget-title {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 1px;
    position: relative;
    margin-bottom: 28px;
    overflow: hidden;
}

.akea-sidebar-area .akea-widget-head-text {
    display: block;
    float: left;
    margin-right: 15px;
}

.akea-sidebar-area .akea-widget-head-divider {
    display: block;
    border-top-width: 2px;
    border-top-style: solid;
    overflow: hidden;
    margin-top: 0.5em;
    width: 18px;
    border-color: #ec6a2a;
}

ul.gdlr-core-category-background-widget {
    margin-left: 0px;
    list-style: none;
    font-weight: 500;
    font-size: 15px;
    padding-left: 0px;
}

.clear {
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
    zoom: 1;
}

.akea-sidebar-area {
    padding-top: 60px;
}

.akea-sidebar-area a {
    color: #4c4c4c;
}

.tagcloud a {
    font-size: 10px !important;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
    float: left;
    padding: 8px 16px 8px;
    border-width: 1px;
    border-style: solid;
    margin-right: 6px;
    margin-bottom: 6px;
}

ul.gdlr-core-category-background-widget li {
    margin-bottom: 8px;
    background-position: center;
    background-size: cover;
}

ul.gdlr-core-category-background-widget li a {
    display: block;
    padding: 17px 25px;
}

.akea-sidebar-area .akea-widget {
    margin-bottom: 60px;
}

.akea-sidebar-area .akea-widget-head-text {
    display: block;
    float: left;
    margin-right: 15px;
}

.akea-sidebar-area .akea-widget-head-text {
    display: block;
    float: left;
    margin-right: 15px;
}

.gdlr-core-recent-post-widget-wrap.gdlr-core-style-full .gdlr-core-recent-post-widget {
    margin-bottom: 35px;
}

.gdlr-core-media-image {
    line-height: 0;
    position: relative;
}

img {
    max-width: 100%;
    height: auto;
}

.gdlr-core-recent-post-widget-thumbnail .gdlr-core-blog-info-category {
    background: #ec6a2a;
}

.gdlr-core-recent-post-widget-wrap.gdlr-core-style-full .gdlr-core-recent-post-widget-thumbnail .gdlr-core-blog-info-category {
    position: absolute;
    left: 18px;
    top: 16px;
    font-size: 12px;
    line-height: 1;
    padding: 8px 15px;
    text-transform: none;
    letter-spacing: 0px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.gdlr-core-recent-post-widget-wrap.gdlr-core-style-full .gdlr-core-recent-post-widget-thumbnail .gdlr-core-blog-info-category {
    bottom: 0px;
    left: 0px;
    top: auto;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}

.gdlr-core-recent-post-widget-wrap.gdlr-core-style-full .gdlr-core-recent-post-widget-title {
    font-size: 14px;
    font-weight: 700;
}

.gdlr-core-recent-post-widget-wrap.gdlr-core-style-full .gdlr-core-blog-info {
    /* display: inline-block; */
    margin-right: 20px;
    font-size: 11px;
    line-height: 15px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}


/*After Login Screens Start*/
.mt5rem {
    margin-top: .5rem;
}

.pdtb4per {
    padding-top: 4%;
    padding-bottom: 4%;
}

.pddingLeft-50-xs {
    padding-left: 50px;
}

.borderLeftRight-1 {
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
}

.borderBtm0 {
    border-bottom: 0;
}

.marginBtm0 {
    margin-bottom: 0;
}

.fw-bold {
    font-weight: 700 !important;
}

.fw-semibold {
    font-weight: 600;
}

.fw-medium {
    font-weight: 500;
}

.f-11 {
    font-size: 11px;
}

.f-12 {
    font-size: 12px;
}

.f-15 {
    font-size: 12px;
}

.f-17 {
    font-size: 17px;
}

.f-18 {
    font-size: 18px;
}

.f-20 {
    font-size: 20px;
}

.f-34 {
    font-size: 34px;
}

.f-34-xs {
    font-size: 24px;
}

.ptopbtm20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.dashboad-body-bg {
    background: #f8f8fa;
}

.profileImage {
    border: 1px solid rgb(204, 204, 204);
    border-radius: 50%;
    background-color: rgb(255, 255, 255);
    width: 48px;
    height: 48px;
}

.profile-box {
    width: 120px;
    height: 120px;
    line-height: 100px;
    border-radius: 100px;
    background-color: #aaaaaa;
    margin: 0 auto;
    margin-bottom: 10px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.profileUserName {
    color: #21242b;
    font-weight: 600;
}

.sidemenu-listing {
    margin-top: 15px;
}

.sidemenu-listing ul {
    list-style: none;
    padding: 0;
    margin: 0;
    border-bottom: 0;
}

.sidemenu-listing ul li {
    display: block;
    width: 100%;
}

.sidemenu-listing ul li a {
    font-size: 14px;
    color: #21242b;
    display: block;
    font-weight: 600;
    padding: 13px 20px;
}

.sidemenu-listing ul > li:hover > a {
    font-weight: 700;
}

.sidemenu-listing ul > li.active > a {
    border-right: 4px solid #b6ed5f;
    font-weight: 700;
    background-color: #f5f5f5;
}

.dash-heading {
    font-size: 28.29px;
    line-height: 28.29px;
    margin-bottom: 20px;
}

.dash-heading-46 {
    font-size: 46px;
    line-height: 46px;
    margin-top: 30px;
    margin-bottom: 40px;
}

.dash-heading > span {
    position: relative;
    font-weight: 700;
}

.dash-heading > span > span {
    position: relative;
    z-index: 30;
}

.dash-heading > span::after {
    content: "";
    display: inline-block;
    width: 100%;
    position: absolute;
    height: 8px;
    background: #b7ee5f;
    bottom: 10px;
    z-index: 10;
    left: 0;
}

.noInvestment-box {
    min-height: 460px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bt-heading18 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 18px;
}

.text-center-xs {
    text-align: left;
}

.title-12 {
    font-size: 12px;
    color: #21242b;
}

.title-14 {
    font-size: 14px;
    color: #21242b;
}

.title-16 {
    font-size: 16px;
    color: #21242b;
}

.title-18 {
    font-size: 18px;
    color: #21242b;
}

.title-20 {
    font-size: 20px;
    color: #21242b;
}

.title-22 {
    font-size: 22px;
    color: #21242b;
}

.title-36 {
    font-size: 36px;
    color: #21242b;
}

.para-color {
    color: #666666;
}

.item-list-investamount ul {
    padding: 0;
    margin: 0;
    display: inline-block;
    width: 100%;
}

.item-list-investamount li {
    list-style: none;
    display: inline-block;
    width: 50%;
    line-height: 17px;
    float: left;
    color: #737373
}

.item-list-investamount {
    display: inline-block;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
}

.item-list-investamount li span {
    display: inline-block;
    width: 100%;
    font-size: 22px;
    font-weight: 500;
    color: #21242b;
    margin-top: 5px;
}

.item-list-investamount li span > span {
    background: #ccefbb;
    color: #44bc10;
    font-weight: 600;
    font-size: 14px;
    padding: 5px;
    text-align: center;
    display: inline;
    vertical-align: middle;
}

.tableFinancial tr td img {
    padding-right: 10px;
    vertical-align: middle;
}

.table-bordered td.first-left-border {
    border-left: 0;
    border-top: 0;
    font-weight: 600;
    font-size: 15px;
}

.table-bordered td.first-right-border {
    border-right: 0;
    border-top: 0;
    font-weight: 600;
    font-size: 15px;
}

.table-bordered td.bottom-left-border {
    border-left: 0;
    border-bottom: 0;
    font-weight: 600;
    font-size: 15px;
}

.table-bordered td.bottom-right-border {
    border-right: 0;
    border-bottom: 0;
    font-weight: 600;
    font-size: 15px;
}

.lm-border-dark {
    border: 1px solid #e7e7e7;
}

/*Dark Color Placeholder*/
.dark-placeholder ::-webkit-input-placeholder {
    /* Edge */
    color: #202430;
    font-weight: 500;
    font-size: 14px;
}

.dark-placeholder :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #202430;
    font-weight: 500;
    font-size: 14px;
}

.dark-placeholder ::placeholder {
    color: #202430;
    font-weight: 500;
    font-size: 14px;
}

.btn-chooseFile {
    color: #21242b;
/*    background-color: #d4f9c5;*/
    background-color: #faebeb;
    border-color: #21242b;
    border-radius: 0;
}

/*Listing ordered list*/
.bt-model-form .instructionList {
    justify-content: start;
}

.bt-model-form .instructionList ol {
    padding-left: 23px;
    margin: 0;
    margin-bottom: 25px;
}

.bt-model-form .instructionList li {
    font-size: 14px;
    color: #323639;
    font-weight: 600;
}

.reportsBoxHover:hover {
    border-radius: 2px;
    box-shadow: 1px 1px 19px rgba(28, 61, 94, 0.17);
    transition: all 0.3s ease;
}

/*After Login Screens End*/

/*Portfolio Start*/
.collapsible-link::before {
    content: '';
    width: 14px;
    height: 2px;
    background: #cccccc;
    position: absolute;
/*    top: calc(32% - 1px);*/
    top: 22px;
    left: 18px;
    display: block;
    transition: all 0.3s;
}

/* Vertical line */
.collapsible-link::after {
    content: '';
    width: 2px;
    height: 14px;
    background: #cccccc;
    position: absolute;
/*    top: calc(32% - 7px);*/
    top: 16px;
    left: calc(0px + 24px);
    display: block;
    transition: all 0.3s;
}

.collapsible-link[aria-expanded='true']::after {
    transform: rotate(90deg) translateX(-1px);
}

.collapsible-link[aria-expanded='true']::before {
    transform: rotate(180deg);
}

.bt-right-icon {
    display: inline-block;
    width: 80px;
    float: left;
    position: absolute;
    right: -13px;
    top: 0;
}

.shadow-sm h6 a {
    position: inherit !important;
    display: inline-block !important;
    width: 100%;
}

#accordionExample .bg-shadow {
    position: relative;
}

.bt-right-icon span {
    background: #f9c5c5;
    display: inline-block;
}

.bt-right-icon span {
    background: #f9c5c5;
    display: flex;
    width: 67px;
    height: 78px;
    align-items: center;
    justify-content: center;
}

.bt-right-icon span.upArrow-color {
    background: #c5f9c5;
}

/*accordion listing Start*/
.pleft-30 {
    padding-left: 30px;
}

.detail-right-list-accordion {
    float: left;
    width: calc(100% - 26px);
    padding-bottom: 0px;
}

.item-list-accordion ul {
    padding: 0;
    margin: 0;
    display: inline-block;
    width: 100%;
    padding-left: 30px;
}

.item-list-accordion li {
    list-style: none;
    display: inline-block;
    line-height: 17px;
    float: left;
    color: #737373;
    text-transform: capitalize;
}

.item-list-accordion li:nth-child(1) {
    width: 42%;
}

.item-list-accordion li:nth-child(2) {
    width: 20%;
}

.item-list-accordion li:nth-child(3) {
    width: 15%;
}

.item-list-accordion li:nth-child(4) {
    width: 12%;
}

.item-list-accordion li:nth-child(5) {
    width: 10%;
}

.item-list-accordion li div.bt-heading18 {
    font-size: 17px;
    font-weight: 500;
    color: #21242b;
}

.item-list-accordion {
    display: inline-block;
    width: 100%;
    margin-bottom: 0px;
    cursor: pointer;
}

.item-list-accordion li span {
    display: inline-block;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    color: #21242b;
}

/*accordion listing End*/
/*Portfolio End*/

/*Transaction Start*/
.cardname-avatar {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
}

.cardname-avatar img {
    width: 37px;
    height: 37px;
    border-radius: 100px;
    object-fit: cover;
    vertical-align: middle;
    margin-right: 5px;
}

.cardname-avatar .nameAvatar {
    width: 37px;
    height: 37px;
    border-radius: 100px;
    background-color: #aaaaaa;
    vertical-align: middle;
    line-height: 37px;
    text-align: center;
    color: #ffffff;
    font-weight: 600;
    margin-right: 5px;
}

.pending-tag-color {
    color: #dc4139;
}

.success-tag-color {
    color: #35b968;
}

.hold-tag-color {
    color: #fcad3b;
}

.dateTime-color {
    color: #abafb3;
}

.table.transactionsTable {
    border-collapse: separate;
    border-spacing: 0px 8px;
}

.table.transactionsTable td,
.table.transactionsTable th {
    vertical-align: baseline;
    font-weight: 600;
    border-top: 0;
}

.transactionsTable tr.headingTable {
    box-shadow: none;
}

.transactionsTable tr:hover.headingTable {
    box-shadow: none;
}

.transactionsTable tr {
    border-radius: 2px;
    background: #fff;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .05);
    transition: all 0.3s ease;
}

.transactionsTable tr:hover {
    border-radius: 2px;
    background-color: rgb(255, 255, 255);
    box-shadow: 1px 1px 19px rgba(28, 61, 94, 0.17);
    /*    transform: scale(1);*/
}

.transactionsTable tr th {
    color: #464a53;
    font-weight: 600;
}

.table.transactionsTable .transparentHeader th {
    color: #464a53;
    background-color: #f8f8fa;
    border-color: transparent;
}

.frontend-heading-title {
    font-size: 54.03px;
    line-height: 54.03px;
    margin-bottom: 20px;
}

.frontend-heading-title > span {
    position: relative;
    font-weight: 700;
}

.frontend-heading-title > span > span {
    position: relative;
    z-index: 30;
}

.frontend-heading-title > span::after {
    content: "";
    display: inline-block;
    width: 100%;
    position: absolute;
    height: 10px;
    background: #b7ee5f;
    bottom: 12px;
    z-index: 10;
    left: 0;
}

.termsPara p {
    padding-bottom: 25px;
}

/*Transaction End*/

/*Charts Start*/
.chartCustome-dashboard {
    position: relative;
    margin: auto;
    height: 35vh;
    width: 100%;
}

#myChart {
    height: 300px;
    width: 350px;
}

/*Charts End*/
.inlineRow-text {
    font-size: 12px;
}

.inlineRow-text img {
    width: 10px;
}

/*Profile Management Start*/
.item-list-investDetails {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
}

.item-list-investDetails ul {
    padding: 0;
    margin: 0;
    display: inline-block;
    width: 100%;
}

.full-listing.bt-list5 .item-list-investDetails li {
    list-style: none;
    display: inline-block;
    width: 50%;
    line-height: 17px;
    float: left;
    color: #737373
}

.full-listing.bt-list5 .item-list-investDetails small {
    font-size: 12px;
    font-weight: 400;
}

.item-list-investDetails li .filtter_short span {
    font-size: 11px;
}

.item-list-investDetails li span {
    display: inline-block;
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    color: #21242b;
    line-height: 20px;
}

.fixedSidebar-menu {
    width: 270px;
    position: fixed;
}

.marginTop-scrolling {
    margin-top: 100px;
}

/*Profile Management End*/

/*Contact Start*/
.list-model-contact ul {
    float: left;
    padding-left: 20px;
}

.list-model-contact li {
    float: left;
    list-style: none;
    padding: 0 25px;
}

.list-model-contact {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 16px 0 6px;
}

.list-model-contact li {
    float: left;
    list-style: none;
    padding: 0 25px;
}

.list-model-contact li img {
    width: 60px;
    margin-right: 10px;
}

.list-model-contact li span {
    font-weight: 600;
    font-size: 12px;
    margin-right: 2px;
}

.list-model-contact {
    display: inline-block;
    width: 100%;
    text-align: left;
    padding: 25px 0 10px;
}

.bt-model-form .bannerList.checkPadding-l50 ul {
    padding-left: 40px;
}

/*Contact End*/

/*about Start*/
.m-border-right {
    border-right: 1px solid #dedede;
}

.m-border-bottom {
    padding-bottom:10px;
    border-bottom: 1px solid #dedede;
}

.management-box {
    text-align: center;
    color: #21242b;
}

.management-box h3 {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 0;
}

.management-box .p-post {
    font-size: 12px;
    font-weight: 700;
}

.management-box p {
    font-size: 14px;
    font-weight: 400;
    margin-top: 20px;
    margin-bottom: 20px;
}

.management-box a {
    color: #21242b;
    font-weight: 600;
}

.about-profile {
    width: 193px;
    height: 192px;
    border-radius: 100px;
    background: #e34755;
    margin: 0 auto;
    margin-bottom: 20px;
}

.about-profile img {
    transition: opacity .3s ease-out, transform .3s ease-out, filter .3s ease-out;
    -moz-transition: opacity .3s ease-out, -moz-transform .3s ease-out, -moz-filter .3s ease-out;
    -o-transition: opacity .3s ease-out, -o-transform .3s ease-out, -o-filter .3s ease-out;
    -webkit-transition: opacity .3s ease-out, -webkit-transform .3s ease-out, -webkit-filter .3s ease-out;
}

.about-profile img {
    width: 193px;
    height: 192px;
    border-radius: 100px;
    object-fit: cover;
}

.about-profile:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

/*about End*/

.contactTalk {
    transition: 0.3s;
}

.contactTalk:hover {
    box-shadow: 1px 1px 19px rgba(28, 61, 94, 0.17);
}

/*Services Start*/
.services-points-box {
    float: left;
    width: 100%;
    clear: both;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.07);
    padding: 20px 30px;
    margin-bottom: 20px;
}

.services-points-box a {
    width: 100%;
}

.services-points-box .collapsible-link::after,
.services-points-box .collapsible-link::before {
    content: none;
}

.services-points-box .invStDet {
    margin-bottom: 10px;
}

.services-points-box .invStDet h3 {
    font-size: 20px;
    margin-bottom: 0;
    font-weight: 500;
}

.services-points-box .invStDet .quoteText {
    font-size: 12px;
    font-weight: 700;
}

.services-points-box .invStDet p {
    font-weight: 400;
    margin-top: 20px;
    margin-bottom: 20px;
}

.servicesbanner {
    padding-top: 60px;
}

.servicesAccordion {
    margin-top: -160px;
}

.service-mtop0 {
    margin-top: 0 !important;
}

.lm-button-36 {
    padding: 8px 26px 8px;
}

/*Services End*/

/*Add to cart Start*/
/*listing 70-50*/
.half-listing.bt-list5 .item-list-investDetails li {
    list-style: none;
    display: inline-block;
    line-height: 17px;
    float: left;
    color: #737373;
    margin-right: 20px;
}

.half-listing.bt-list5 .item-list-investDetails li span {
    display: inline-block;
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    color: #21242b;
    line-height: 20px;
}

/*.half-listing.bt-list5 .item-list-investDetails li span .form-control{
    height: 30px;
}*/
.half-listing.bt-list5 .item-list-investDetails small {
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 10px;
    float: left;
    width: 100%;
    clear: both;
}

.half-listing.bt-list5 .item-list-investDetails li:nth-child(1) {
    width: 32%;
}

.half-listing.bt-list5 .item-list-investDetails li:nth-child(2) {
    width: 19.2%;
}

/*listing 70-50*/

.checkoutBox-section {
    padding: 20px;
    text-align: center;
}

.checkoutBox-section .t-invest {
    color: #737373;
    font-weight: 500;
    font-size: 12px;
    display: block;
}

.checkoutBox-section .lm-button {
    font-size: 12px;
    margin-top: 22px;
    margin-bottom: 22px;
    width: 100%;
}

.checkoutBox-section .t-investprice {
    font-weight: 600;
    font-size: 18px;
}

.checkoutBox-section .t-morefunds {
    font-weight: 700;
    display: block;
    font-size: 13px;
    color: #21242b;
}

.mbtm20-xs {
    margin-bottom: 0;
}

.form-control.form-height-30 {
    font-size: 12px;
}

select.form-control.form-height-30:not([size]):not([multiple]) {
    height: 36px;
}

.mt12px {
    margin-top: 12px;
}

/*Add to cart End*/

/*Goals Detail Design Start*/
.pbottom15 {
    padding-bottom: 12px;
}

.item-list-str.goalDetail-custom {
    width: 95%;
    float: left;
}

.goalDetail-custom .listing_addfilter {
    border-bottom: 0;
    padding-bottom: 0;
}

.goalDetail-custom .list_search {
    display: flex;
    align-items: initial;
    flex-direction: column;
}

.goalDetail-custom .list_search small {
    font-size: 12px;
    font-weight: 400;
}

.goalDetail-custom .list_search span {
    font-size: 18px;
    font-weight: 500;
    color: #21242b;
    line-height: 20px;
}

.portfolioTitles-list.listing_addfilter {
    border-bottom: 0;
}

.portfolioTitles-list .list_search {
    display: flex;
    align-items: initial;
    flex-direction: column;
}

.portfolioTitles-list .list_search small {
    font-size: 12px;
    font-weight: 400;
}

.portfolioTitles-list .list_search span {
    font-size: 18px;
    font-weight: 500;
    color: #21242b;
    line-height: 20px;
}

.filtter_short.filtter_goal-custom {
    float: left;
    background: #ebebeb;
    margin-right: 20px;
    margin-bottom: 20px;
}

.investBtnFloat-xs {
    float: right;
    margin-bottom: 20px;
}

/*Goals Detail Design End*/

/*Dropdown Start*/
.kyc-Dropdown-custom .btn-secondary {
    width: 100%;
    text-align: left;
    height: 39px;
}

.kyc-Dropdown-custom .dropdown-toggle::after {
    text-align: right;
    float: right;
    margin-top: 8px;
}

.kyc-Dropdown-custom .dropdown-menu.slideIn.animate.show {
    width: 100%;
}

/*Dropdown End*/

.portfolioReturn-listing {
    padding: 14px 0 14px;
}

.portfolioReturn-listing ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.portfolioReturn-listing ul li {
    display: inline-block;
    width: 16%;
}

.portfolioReturn-listing ul li small {
    font-size: 12px;
    font-weight: 400;
    display: block;
}

.portfolioReturn-listing ul li span {
    font-size: 18px;
    font-weight: 500;
    color: #21242b;
    line-height: 20px;
}

.zindex1 {
    z-index: 1;
}

.form-error {
    /*background: #FDF6F6;*/
    color: #de2828;
    font-size: 15px;
    /*padding: 10px;*/
    margin-bottom: 15px;
}

.loader-bg {
    background: #ffffffd1 !important;
}

.payment_status {
    margin-bottom: -80px;
    max-width: 30%;
    margin-top: -40px;
}

.status_success {
    color: #02da81;
}

.status_faied {
    color: #ff4d4d;
}

@media only screen and (max-width: 767px) {
    .f-34-xs {
        font-size: 24px;
    }

    .bottom-p8-xs {
        padding-bottom: 8px;
    }

    .footerstList {
        margin-bottom: 20px;
    }

    .mbtm20-xs {
        margin-bottom: 20px;
    }

    #myChart {
        width: 250px;
        overflow: scroll;
        padding-right: 50px;
        height: auto;
    }

    .text-center-xs {
        text-align: center;
    }

    .item-list-deatilSt.fullWidth-form100 {
        width: 100%;
        padding: 0;
    }

    .fullWidth-form100 .bt-model-form .row {
        margin-bottom: 10px;
    }

    .mrgn-btm-10 {
        margin-bottom: 10px;
    }

    .item-list-accordion li:nth-child(1) {
        width: 90%;
    }

    .item-list-accordion li:nth-child(2) {
        width: 65%;
        margin-bottom: 8px;
    }

    .item-list-accordion li:nth-child(3) {
        width: 35%;
        margin-bottom: 8px;
    }

    .item-list-accordion li:nth-child(4) {
        width: 50%;
        margin-bottom: 8px;
    }

    .item-list-accordion li:nth-child(5) {
        width: 50%;
        margin-bottom: 8px;
    }

    .bt-right-icon {
        right: -13px;
    }

    .inlineLinks-sip a {
        display: inline-block;
        float: left;
    }

    .inlineLinks-sip a img {
        width: 19px;
    }

    .collapsible-link::before {
/*        top: calc(14% - 1px);*/
        top: 22px;
    }

    .collapsible-link::after {
/*        top: calc(14% - 7px);*/
        top: 17px;
    }

    .cardname-avatar {
        display: none;
    }

    table.transactionsTable-xs tr td:first-child,
    table.transactionsTable-xs tr th:first-child {
        display: none;
    }

    .tableFinancial tr td img {
        padding-right: 0;
        vertical-align: middle;
        width: 16px;
    }

    .tableFinancial tr td img {
        padding-right: 0px;
        vertical-align: middle;
    }

    .table-bordered td.first-left-border,
    .table-bordered td.first-right-border,
    .table-bordered td.bottom-left-border,
    .table-bordered td.bottom-right-border {
        font-size: 13px;
        padding: 8px 0px 6px 3px;
    }

    .ptfont-xs {
        padding-top: 0 !important;
        font-size: 18px !important;
    }

    .full-listing.bt-list5 .item-list-investDetails li {
        width: 100%;
        margin-bottom: 10px;
    }

    .borderLeftRight-1 {
        border-left: 0;
        border-right: 0;
    }

    .pddingLeft-50-xs {
        padding-left: 15px;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .list-model-contact li {
        padding: 15px 25px;
        width: 50%;
        text-align: center;
    }

    .bt-model-form .bannerList.checkPadding-l50 ul {
        padding-left: 50px;
    }

    .m-border-right {
        border-right: 0;
    }

    .management-box {
        margin-bottom: 40px;
    }

    .servicesbanner {
        /*padding-top: 80px;*/
        padding-top: 15px;
    }

    .servicesAccordion {
        margin-top: -80px !important;
    }

    .half-listing.bt-list5 .item-list-investDetails li:nth-child(1) {
        width: 100%;
        margin-bottom: 20px;
        margin-right: 0;
    }

    .half-listing.bt-list5 .item-list-investDetails li:nth-child(2) {
        width: 100%;
        margin-right: 0;
    }

    .filtter_short.filtter_goal-custom {
        float: left;
        background: #ebebeb;
        margin: 0px 6px;
        margin-bottom: 20px;
        text-align: center;
        width: 46%;
        display: inline-block;
    }

    .investBtnFloat-xs {
        float: none;
        margin-bottom: 20px;
        text-align: center;
    }

    .bt-dropdown .dropdown-menu.show {
        right: 0;
    }

    .goalDetail-xs {
        flex-direction: initial !important;
    }

    .goalDetail-xs .list_search {
        display: inline-flex;
    }

    .goalDetail-xs .list_search small {
        font-size: 10px;
    }

    .goalDetail-xs .list_search span {
        font-size: 14px;
    }

    .goalDetail-xs .filtter_short {
        padding: 0 0 0 5px;
    }

    .goalDetail-xs .filtter_short span {
        display: inline-block;
    }

    .portfolioReturn-listing ul li {
        display: inline-block;
        width: 50%;
        float: left;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 768px) {


    body {
        font-size: 13px;
    }

    .header {
        position: relative;
    }

    .vh100 {
        height: auto;
    }

    .subBanner .container {
        top: 0;
    }

    .navbar-brand img {
        width: 100%;
    }

    .navbar-nav {
        padding-left: 0px;
    }

    .navigation.navbar-light .navbar-nav .nav-link {
        font-size: 14px;
        padding: 11px 0px;
    }

    .banner {
        background-size: cover;
/*        padding: 80px 0;*/
        padding: 64% 0;
    }

    .bannerDetail h1 {
        font-size: 28px;
    }

    .bannerDetail p br {
        display: none;
    }

    .bannerDetail p {
        font-size: 16px;
        font-weight: 600;
    }

    .subBanner {
        height: auto;
    }

    .lm-heading {
        font-size: 28px;
        margin-bottom: 30px;
        line-height: 30px;
    }

    .frontend-heading-title {
        font-size: 30px;
        line-height: 30px;
        margin-bottom: 20px;
    }

    .chooseUs-detail img {
/*        width: 40px;*/
        margin-bottom: 10px;
        width: 20%;
    }

    .bHeading {
        margin-bottom: 2px;
    }

    .chooseUs-detail .bHeading {
        font-size: 16px !important;
    }

    .chooseUs-detail {
        margin-bottom: 24px;
/*        text-align: left;*/
    }

    .sectionAre {
        padding: 20px 0;
    }

    .workSt {
        margin-bottom: 0px;
    }

    .workSt:hover {
        transition-property: width, height, transform, background, font-size, opacity;
        transition-duration: 1s, 1s, 1s, 1s, 1s, 1s;
        transform: scale(1.0);
    }

    .workstDetail {
        position: absolute;
        top: 0;
        padding: 36px 22px 16px;
        display: block;
        color: #fff;
    }

    .workstDetail h3 {
        font-size: 26px;
        font-weight: 500;
    }

    .invesmentDetailSt {
        padding-left: 0;
    }

    .services-points-box.invesmentDetailSt {
        padding: 20px 30px;
    }

    .invStImg {
        width: 50px;
    }

    .invStDet h3 {
        font-size: 14px;
        margin-bottom: 2px;
    }

    .serciveheadingInfo h4 {
        font-size: 15px;
    }

    .serciveheadingInfo img {
        width: 50px;
    }

    .serciveheadingInfo {
        padding-bottom: 10px;
        margin-bottom: 5px;
    }

    .serviceDetail {
        padding: 24px 18px;
        margin-bottom: 20px;
    }

    .serviceSt {
        background: none;
    }

    .serviceCallSt {
        margin-top: 0;
    }

    .serviceClSt .lm-heading {
        font-size: 18px;
        line-height: 20px;
    }

    .blog_detail p:last-child {
        height: auto;
        overflow: inherit;
    }

    .slider-img img {
        position: relative;
        z-index: 11;
/*        width: 60px;*/
        width: 100px;
        border-radius: 50%;
    }

    .slider-img span::before {
        width: 104%;
        height: 104%;
        left: -2%;
        top: -2%;
        border: 1px solid rgba(238, 238, 238, 0.2);
    }

    .slider-img span {
        padding: 9px;
    }

    .slider-img span::after {
        width: 17px;
        box-shadow: 0px 0px 24px 31px #dfe0e5;
        bottom: 26px;
    }

    .tes-item img {
        width: 32px;
    }

    .tesSli2 {
        top: 12%;
        right: 9%;
    }

    .tesSli3 {
        right: -5%;
        top: -6%;
    }

    .tesSli4 {
        left: 14%;
        top: 12%;
    }

    .tesSli5 {
        right: -2%;
        top: 31%;
    }

    .tesSli6 {
        left: 8%;
        top: 33%;
    }

    .slider-detail p br {
        display: none
    }

    .bt-model-popup .list-model ul {
        padding-left: 0;
    }

    .list-model li {
        margin-bottom: 20px;
    }

    .lm-button {
        font-size: 11px;
        padding: 8px 24px;
    }

    .lm-button::before {
        width: calc(100% + 1px);
        height: calc(100% + 1px);
        left: -1px;
        top: -1px;
    }

    .bt-menu-nav {
        right: -10px;
        position: relative;
    }

    .modalNav .modal-dialog {
        margin: 0;
        border: 0;
        width: 70%;
        float: right;
        height: 100%;
        background: #fff;
    }

    .modalNav.modal.fade .modal-dialog {
        -webkit-transform: translate(111%, 0);
        transform: translate(111%, 0);
    }

    .modalNav.modal.fade.show .modal-dialog {
        -webkit-transform: translate(0%, 0);
        transform: translate(0%, 0);
    }

    .bt-nav-section li {
        list-style: none;
    }

    .modalNav .modal-body {
        padding: 0px;
    }

    .bt-nav-section {
        padding: 0;
    }

    .bt-nav-section li a {
        display: inline-block;
        width: 100%;
        padding: 12px 22px;
        font-size: 13px;
        color: #444;
        font-weight: 600;
        transition: 0.3s;
    }

    .bt-nav-section li a:hover {
        background: #e6bbc0;
    }

    .bt-nav-section li a:active {
        background: #e6bbc0;
    }

    .modalNav .modal-content {
        border: 0px;
    }

    .lm-no-border {
        margin: 0 5px 0 0px;
    }

    .navbar-toggler-icon {
        font-size: 18px;
        filter: invert(1);
    }

    .navigation.navbar-light .navbar-toggler {
        border-radius: 0px;
        border: none;
        background-image: linear-gradient(to right, #8c5097, #e2424f);
    }

    .bannerList {
        justify-content: start;
        margin-top: 12px;
        margin-left: -15px;
    }

    .graf-list {
        margin-bottom: 12px;
    }

    .flex_space.listing_addfilter {
        flex-direction: column;
    }

    .list_search {
        margin-bottom: 12px;
    }

    .filtter_short {
        padding-right: 0;
    }

    .list_of_fillter button {
        margin-bottom: 6px;
    }

    .item-list-tag span {
        margin-bottom: 2px;
        display: inline-block;
    }

    .full-listing .item-list-btnSt .lm-button-underline {
        margin-bottom: 0;
    }

    .full-listing .item-list-btnSt {
        flex-direction: row;
        width: 100%;
    }

    .bt-left-icon span {
        width: 50px;
        height: 50px;
        padding: 13px;
    }

    .detail-right-list > ul > li {
        padding: 16px 10px 0 0;
        width: 100%;
    }

    .detail-list-heading {
        font-size: 22px;
    }

    .full-listing.bt-list5 .item-list-invest li {
        width: 50%;
        margin-bottom: 12px;
    }

    .bt-left-icon {
        width: 62px;
    }

    .detail-right-list {
        width: calc(100% - 63px);
    }

    .fillter-barList.bt-align-end > * {
        float: left;
        margin: 6px 0;
    }

    .fillter-barList.bt-align-end {
        display: inline-block;
        width: 100%;
    }

    .investment-section.flex {
        display: inline-block;
    }

    .bt-padding {
        padding: 20px 20px 10px;
    }

    .portfolio-section {
        padding: 0px 0 0;
    }

    .according-list li {
        /*        width: 33.3%;*/
        width: 100%;
    }

    #accordion .lm-button-underline {
        margin-bottom: 20px;
        display: inline-block;
    }

    .navFormSet {
        display: none;
    }

    .modalNav .modal-footer {
        display: inline-block;
        width: 100%;
        position: fixed;
        bottom: 0;
        left: 0;
        background: #efb9c08a;
    }

    .modalNav .modal-footer > div {
        margin-bottom: 20px;
    }

    .modalNav .lm-button {
        width: 100%;
        margin: 0;
    }

    .subBannerSt.center {
        padding: 40px 12px 40px;
    }

    .workSt img {
        width: 100%;
    }

    .invesrmentSection .lm-heading.center {
        text-align: left
    }

    .lm-heading > span {
        display: inline-block;
    }

    .lm-heading > span::after {
        height: 6px;
        bottom: 3px;
    }

    .serviceInfoP.center {
        text-align: left;
    }

    .lm-heading.center {
        text-align: left;
    }

    .serviceCallSt {
        flex-direction: column;
    }

    .serviceCallSt > * {
        text-align: left;
        width: 100%;
        margin: 0px 0 12px;
    }

    .serviceCallIcon img {
        width: 60px;
    }

    .serviceClSt {
        padding: 0 0px 0;
    }

    .serviceSt .lm-button {
        text-align: center;
    }

    .blogSt .flex_space {
        display: inline-block;
    }

    .short_st .pull_right {
        display: none;
    }

    .apply_filtter.listing_addfilter,
    .flex_center {
        display: inline-block;
    }

    .apply_filtter.listing_addfilter,
    .flex_center .b {
        margin-bottom: 10px;
    }

    .item-list-btnSt .lm-button {
        margin-left: 30px;
        margin-bottom: 15px;
    }

    .item-list-btnSt.flex_space {
        display: inline-block;
        bottom: 0;
        margin-bottom: 0px;
        margin-right: -40px;
    }

    .item-list-btnSt.flex_mr_auto {
        display: inline-block;
    }

    .bt-looking-form {
        width: 100%;
    }

    .fillter-barList span {
        display: none;
    }

    .fillter-barList.bt-align-end > * {
        margin: 6px 11px -1px 0;
    }

    .fillter-barList.bt-align-end > * :last-child {
        margin-right: 0px;
    }

    .bt-md-hide {
        display: none !important;
    }

    .bt-md-show {
        display: block !important;
    }

    .header {
        position: absolute;
        /*    background: #ffff !important;*/
        z-index: 300;
        top: 0;
    }

    .innerBanner {
        padding: 30px 0;
        margin-top: 59px;
    }

    .workSt img {
        filter: none;
    }

    .workSt p {
        font-size: 15px;
        line-height: auto;
    }

    .bannerList.image {
        display: none;
    }

    .popupField {
        display: block;
    }

    .Field-p {
        padding-bottom: 10px;
    }

    .link-p {
        padding: 18px 16px 0px;
    }

    .fixedSidebar-menu {
        width: auto;
        position: relative;
    }

    .servicesbanner {
        padding-top: 15px;
    }

    .servicesAccordion {
        margin-top: -190px;
    }

    .payment_status {
        margin-bottom: -50px;
        max-width: 50%;
        margin-top: 0px;
    }

    .dropdown-menu.show {
        /*    display: contents;*/
        display: block;
        background: #fff !important;
    }

    /*14/01/2021*/
    .goal-dropdown {
        float: right;
        display: flex;
        margin-right: -20px;
    }

    /*21/01/2021*/
    .mini-cart-btn {
        float: right;
        right: 0;
        z-index: 99;
        margin-top: 1px;
        padding-left: 10px;
        padding-bottom: 0px;
        background: #ffffffc4 !important;
        padding-top: 0px;
        /*margin-left: 148px;*/
        display: block !important;
        margin-left: 48px;
    }

    /*    25/01/2021*/
    .iten_listing {
        display: grid;
    }

    .item_del {
        margin-top: -240px;
    }

    .item-list-deatilSt {
        width: 100%;
        padding: 10px 0px 0px 1px;
    }

    .item-list-str {
        width: 100%;
        float: left;
    }

    .plan-invest {
        float: right;
        padding-left: 0px;
        margin-left: -4px;
    }

    .fillter-barList {
        display: flex;
        float: right;
        margin-right: -28px;
    }

    .invest-return-m {
        display: block !important;
    }
    
    .bt-right-icon span {
    height: 60px;
    }
    
    .goal-btn {
    right: 0 !important;
}
    
}

@media (min-width: 1200px) {
    #fixed-onscroll.sticky .bt-fixed-info-300 {
        position: fixed;
        width: 270px;
        top: 80px;
    }

    /*div#dvSchemeGridView {
    display: flex !important;
}*/
    .goal-dropdown {
        float: left;
        display: flex;
        margin-right: -20px;
    }

    /*21/01/2021*/
    .mini-cart-btn {
        z-index: 99;
        padding-left: 10px;
        padding-bottom: 3px;
        padding-top: 2px;
        background: #ffffffc4 !important;
    }

}

@media (min-width: 1300px) {
    #fixed-onscroll.sticky .bt-fixed-info-300 {
        position: fixed;
        width: 270px;
        top: 80px;
    }

}

@media (min-width: 1400px) {
    #fixed-onscroll.sticky .bt-fixed-info-300 {
        position: fixed;
        width: 270px;
        top: 80px;
    }

}

@media (min-width: 2500px) {
    #fixed-onscroll.sticky .bt-fixed-info-300 {
        position: fixed;
        width: 265px;
        top: 80px;
    }

}

/*Loader*/

.preloader {
    /*			background-color: rgb(255 255 255 / 0.80);*/
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: flex;
    align-items: center;
    overflow: hidden;
    outline: 0;
    overflow-y: hidden;
    "

}

.preloader img {
    height: auto;
    width: 50px;
    box-shadow: 0px 0px 10px rgb(186 186 186 / 62%);
}

.ui-autocomplete {
    z-index: 215000000 !important;
}

/*11/03/2020*/
.toolbar-btn i {
    font-size: 24px;
    color: #dc3545;
}

.toolbar-btn i:hover {
    font-size: 24px;
    color: #e2424f;
}

.mini-cart-btn__count {
    color: #dc3545;
}

.mini-cart-btn__count {
    /*
    width: 30px;
    height: auto;
*/
    line-height: 20px;
    text-align: center;
    font-size: 12px;
    top: -3px;
    /*    margin-left: -18px;*/
    margin: 45% -55%;
    vertical-align: text-top;
    font-weight: bold;
}

/*.mini-cart-btn {
    margin-right: 0;
    z-index: 999;
}*/

.dropdown-item.active,
.dropdown-item:active {
    color: #1a1a1a;
    text-decoration: none;
    background-color: #efb9c0;
}

td.inlineLinks-sip {
    padding: 5px;
}

body.offcanvas-active {
    overflow: hidden;
}

.offcanvas-header {
    display: none;
}

.screen-overlay {
    width: 0%;
    height: 100%;
    z-index: 30;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(34, 34, 34, 0.6);
    transition: opacity .2s linear, visibility .1s, width 1s ease-in;
}

.screen-overlay.show {
    transition: opacity .5s ease, width 0s;
    opacity: 1;
    width: 100%;
    visibility: visible;
}

/*01/13/2021*/
.btn-secondary:not(:disabled):not(.disabled):active,
.show > .btn-secondary.dropdown-toggle {
    color: #1a1a1a;
    background-color: #fcdee1;
    border-color: #e6bbc0;
}

.btn-secondary:hover {
    color: #1a1a1a;
    background-color: #fcdee1;
    border-color: #e6bbc0;
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1;
    color: #cccccc;
    opacity: .5;
}

.dropdown-menu {
    /*    min-width: 14rem;*/
    min-width: 100%;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #1a1a1a;
    background-color: #e6bbc0;
}

.dashboard-hr {
    padding-bottom: 80px;
    color: red;
    border: #f8f8fa;
}

.small,
small {
    font-size: 92%;
    font-weight: 400;
}

.plan-invest {
    padding: 1px;
    vertical-align: middle;
    padding-bottom: 10px;
}

.fillter-barList {
    display: flex;
    float: right;
    margin-right: -24px;
}

.invest-return-m {
    display: none;
}

.p-image {
    position: relative;
    top: -16px;
    left: 30px;
    text-align: center;
    padding: 0;
    color: #666666;
    transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
}

.p-image:hover {
    transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
}

.upload-button {
    font-size: 1.2em;
    cursor: pointer;
}

.upload-button:hover {
    transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
    color: #999;
}

.file-upload {
    display: block;
}

/*
.profile-pic {
    max-width: 200px;
    max-height: 200px;
display: block;
}
*/

#pic {
    padding: 25px;
    background: url(../img/login-profile2.png);
    background-repeat: no-repeat;
    background-size: 100%;
}

/*
.file-upload {
    display: none;
}
*/

.circle {
    border-radius: 1000px !important;
    overflow: hidden;
    width: 128px;
    height: 128px;
    position: relative;
    margin: auto;
}

img {
    max-width: 100%;
    height: auto;
}

.mt6 {
    margin-top: 6px;
}

small.gray.sortCategory {
    border: 1px solid #e6bbc0;
    font-size: 9px;
    padding: 2px 6px;
    font-weight: bold;
    margin-right: 2px;
    margin-bottom: 18px;
    background: #fcdee1;
}

.goal-btn {
    right: 116px;
}

.error-heading {
    font-size: 28px;
    line-height: 10px;
    font-weight: 500;
    margin-bottom: 16px;
}

.title-18 {
    font-size: 18px;
    color: #21242b;
}


@media all and (max-width:992px) {

    .offcanvas-header {
        display: block;
    }

    .mobile-offcanvas {
        visibility: hidden;
        transform: translateX(-100%);
        border-radius: 0;
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        height: 100%;
        z-index: 1200;
        width: 80%;
        overflow-y: scroll;
        overflow-x: hidden;
        transition: visibility .2s ease-in-out, transform .2s ease-in-out;
    }

    .mobile-offcanvas.show {
        visibility: visible;
        transform: translateX(0);
    }

}