@media (min-width: 576px) {
    .rounded-nav {
        border-radius: 50rem !important;
    }
}

@media (min-width: 576px) {
    .rounded-nav .nav-link {
        border-radius: 50rem !important;
    }
}

/* With arrow tabs */

.with-arrow .nav-link.active {
    position: relative;
}

.with-arrow .nav-link.active::after {
    content: '';
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #2b90d9;
    position: absolute;
    bottom: -6px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
}

/* lined tabs */

.lined .nav-link {
    border: none;
    border-bottom: 3px solid transparent;
}

.lined .nav-link:hover {
    border: none;
    border-bottom: 3px solid transparent;
}

.lined .nav-link.active {
    background: none;
    color: #555;
    border-color: #2b90d9;
}

/*
*
* ==========================================
* FOR DEMO PURPOSE
* ==========================================
*
*/

/*body {
    background: #304352;
    background: -webkit-linear-gradient(to right, #304352, #d7d2cc);
    background: linear-gradient(to right, #304352, #d7d2cc);
    min-height: 100vh;
}*/

.nav-pills .nav-link {
    color: #555;
}

.text-uppercase {
    letter-spacing: 0.1em;
}

.containerwidth {
    width: 100%;
}

.wrapper {
    background-color: #ffffff;
    padding: 10px 20px;
    margin-bottom: 20px;
    border-radius: 5px;
    -webkit-box-shadow: 0 15px 25px rgba(0, 0, 50, 0.2);
    box-shadow: 0 15px 25px rgba(0, 0, 50, 0.2);
}

.toggle,
.content {
    font-family: "Poppins", sans-serif;
}

.toggle {
    width: 100%;
    background-color: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 16px;
    color: #111130;
    font-weight: 600;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 10px 0;
}

.content {
    position: relative;
    font-size: 14px;
    text-align: justify;
    line-height: 30px;
    height: 0;
    overflow: hidden;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.oprName {
    border: none;
    outline: none;
}




/*//=== Start SIP Calculator CSS ===///*/
.credit {
        position: absolute;
        bottom: 5px;
        right: 10px;
        opacity: 0.8;
        font-size: 12px
    }
    #myChart {
        max-height: 350px;
    }
    .chartDiv {
        max-height: 493px;
        background-color: #ededed;
        display: flex;
        align-items: center;
        padding: 10px;
        position: relative;
        font-size: 18px;
        letter-spacing: 1px;
    }
    .display_result {
        font-size: 22px;
        color: #327077;
    }
    .form-range {
        width: inherit !important;
        margin: 10px 0;
    }
    .text_input {
        height: 40px;
        float: right;
        outline: 0;
        text-align: center;
        border: 1px solid #ccc;
        background-color: #d1d1d185;
    }
    .outer_div {
        min-height: 100px;
        background-color: #ededed;
        padding: 20px;
        margin-bottom: 2px;
    }
    .outer_div2 {
        padding: 20px 70px 20px 30px;
    }
    .hide-span {
        opacity: 0; z-index: -9
    }
    .inner_div {
        /* border-left: 5px solid #0ebeff; */
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        padding-left: 10px;
        position: relative;
    }
    .row {
        --bs-gutter-x: 0 !important;
    }
    input[type="range"]:focus {
        outline: none;
    }
    input[type="range"]::-webkit-slider-thumb {
        -webkit-appearance: none;
        border: 1px solid #fff;
        height: 30px;
        width: 15px;
        border-radius: 3px;
        background: #327077;
        cursor: pointer;
        margin-top: -10px;
        box-shadow: 0px 0px 0px #000000, 0px 0px 3px #0d0d0d;
        outline: 0;
    }
    #showValue,
    #showValue2, #showValue3 {
        position: absolute;
        border: 1px solid #9ccaff;
        width: 40px;
        height: 30px;
        background: #ffffff;
        font-size: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #00a1ff;
        top: 45px;
        left: 0px;
    }
    #showValue:before, #showValue2:before, #showValue3:before {
        content: '';
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 5px solid transparent;
        border-bottom: 7px solid #4895ef;
        height: 0px;
        width: 0px;
        position: absolute;
        /* left: 0; */
        top: -12px;
    }
    .thisthis {
        font-weight: 300;
        font-size: 11px;
        float: right;
        line-height: 2;
    }
    .text-center {
        text-align: center;
        padding: 10px 0;
    }
    @media only screen and (max-width: 500px) {
        .text_input {
            margin-left: 10px;
            font-size: 18px;
            padding: 5px;
            width: 100px;
        }
        #textValue, #textValue2 {
            font-size: 16px;
            padding: 2px;
        }
        .outer_div2, .outer_div {
            padding: 10px;
        }
        .inner_div {
            margin: 0;
        }
        .slider_box {
            padding-right: 0;
        }
        .inner_div {
            padding: 0;
        }
        .thisthis {
            width: 95px;
            line-height: 2;
        }
        .result_text {
            font-size: 12px
        }
        .display_result {
            font-size: 16px;
        }
    }
    @media only screen and (max-width: 300px) {
        .result_text {
            font-size: 10px
        }
        .display_result {
            font-size: 13px;
        }
        #textValue, #textValue2, #textValue3 {
            font-size: 12px;
        }
        .col-4 {
            font-size: 12px;
        }
    }
/*//=== Close Start SIP Calculator CSS ===///*/

