﻿/*about one class css*/
.chand {
    visibility: hidden;
    position: absolute;
    left: -9999px;
    overflow: hidden;
}

/*index css*/
.feature-carousel-thumb {
    width: 100px;
}

.indicesdtls {
    display: inline-block;
    padding: 5px 10px;
    font-size: 13px;
    font-family: verdana;
    background: #ffffff;
    margin-right: 10px;
    border: #40bd7a solid 1px;
    border-radius: 2px;
    width: 373px;
    text-align: center;
    height: 100px;
}

.stockname {
    color: #fe7a5b;
    font-size: 19px;
    display: block;
    margin: 13px 0 5px 0;
    font-weight: 600;
}

.stock_ltp {
    background: #0a0;
    color: #fff;
    padding: 0 5px;
    line-height: 20px;
    border-radius: 2px;
    font-weight: bold;
}

.stock_change {
    font-weight: normal;
    background: #3dbc79;
    color: #fff;
    width: 100%;
    margin-left: 10px;
    font-size: 19px;
    padding: 3px 4px;
}

.stock_percent {
    color: #000;
    font-size: 20px;
}
.image-div {
    width: 100%;
}

section.card-section {
    width: 100%;
    padding: 40px 0px;
}

.theme-card {
    background: #eee;
    padding: 15px;
    position: relative;
}

.content-div {
    background: #ffffffbf;
    padding: 20px 15px;
    border-radius: 4px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    text-align: center;
}

    .content-div p, .content-div h4 {
        margin-bottom: 0;
    }

.carousel-item img {
    width: 50px;
    margin-bottom: 25px;
}

section.sliderSection {
    width: 100%;
    padding: 40px 0px;
}

.carousel-control-prev-icon {
    /*background-image: url('../../Content/images/pre.png');*/
    background-image: url('images/pre.png');
}

.carousel-control-next-icon {
    /*background-image: url('../../Content/images/next.png');*/
    background-image: url('images/next.png');
}

.carousel-control-next, .carousel-control-prev {
    position: relative !important;
}

.carousel-item p {
    line-height: 30px;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    width: 11px !important;
}

.dots-section {
    padding-top: 39px;
    position: relative;
}

img.dots {
    position: absolute;
    z-index: -1;
    top: -45px;
    left: -64px;
    opacity: 0.6;
}

.dot-up {
    box-shadow: 0px 6px 16px 0px #868686;
    border-radius: 4px;
}

.happy {
    background: #e8e8e8;
}

    .happy h4 {
        font-size: 40px;
        color: #505050;
    }

@media screen and (max-width: 480px) {
    .theme-card {
        margin-bottom: 20px;
    }

    .dots-section {
        padding-top: 8px;
        padding-left: 44px;
    }

    img.dots {
        top: -45px;
        left: -8px;
    }

    .happy {
        background: #e8e8e8;
        width: 100% !important;
        margin: 35px 0 !important;
    }

    div#carouselExampleControls {
        margin-top: 32px;
    }
}