﻿
/* UsefulTools/Calculator Module Styling (08/04/2022) */
/**{
    box-sizing:border-box;
    margin:0;
    padding:0;*/
    /*text-transform:capitalize;*/
/*}*/
/*.row1 {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
}*/
#serchposition {
    position: relative;
    top: 12px;
    left: 5px;
}

#intoutput, #fdoutput, #roi {
    display: flex;
    justify-content: center;
}

ul {
    padding: 0
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

#cerror1,#cerror2,#cerror3,#cerror4,#cerror0 {
    color: red;
    width: 100%;
    margin-top: -28px;
    padding-left: 240px;
    font-size: 12px;
    font-weight: bold;
    position: absolute;
    display: block;
}



/*label.error {
    color: red;
    width: 100%;
    margin-top: -28px;
    padding-left: 240px;
    font-size: 12px;
    font-weight: bold;
    position: absolute;
    display: block;
}*/
.calc-heading {
    color: #be023d;
    padding-left: 22px;
    margin-top: 32px;
}

span.calc-line-text {
    background-color: #b8043c;
    display: inline-block;
    width: 95%;
    height: 1px;
    position: initial;
    margin-left: 22px;
}


.field-validation-error {
    padding-left: 243px;
    position: relative;
    color: red;
    font-size: 12px;
    font-weight: 600;
    top: -35px;
}
.toast-center-center {
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.main {
    background-color: white;
    width: 800px;
    /*margin: auto;*/
    margin-left:13px;
    box-shadow: 0px 0px 0px 0px rgb(0 0 0 / 20%);
    border-radius: 8px;
}

.fd-form {
    padding: 10px;
    position: relative;
}
        /* Chrome & Safari */
        /*input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}*/
        /* Firefox */
        /*input[type="number"] {
    -moz-appearance: textfield;
}*/
        .fd-slider {
    /*position: relative;
    left: 30px;*/
    accent-color: #be023d;
    /*width: 800px;*/
}

#slider {
    width: 56%;
    margin-left: 20%;
}

/*input[type=range]:focus::-webkit-slider-runnable-track {
    background: #3071A9;
}*/

input[type="range"] {
    width: 73%;
    top: -47px;
    border: solid 1px #D03D56;
    border-radius: 8px;
    height: 5px;
    outline: none;
    transition: background 450ms ease-in;
   
}

/*input[type="range"] {*/
    /*width: 500px !important;
    top: -47px;*/
    /*-webkit-appearance: none;
    background: lightpink;
    border: solid 1px #D03D56;
    border-radius: 8px;
    height: 9px;
    outline: none;
    transition: background 450ms ease-in;
    -webkit-appearance: none;
}*/

.fd-form .value {
   /* position: absolute;*/
    font-weight: 600;
   /* color: #000;*/
}

/*#outputcal {
    margin-top: 10px;
}*/

/*#rate {
    margin-bottom: 10px;
}*/

/*.fd-form .calculate-btn {*/
    /*background: linear-gradient(to right, #99004d 0%, #ff0080 100%);*/
    /*background-color: #be023d;
    font-size: 17px;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
    position: relative;
    left: 90px;
    top: 40px;
    line-height: 40px;
    padding: 0 2px;
    width: 224px;
    border: 2px solid #be023d;
    transition: all 0.3s ease;
}*/
.fd-form .btnfield .calculate-btn {
    margin-left: 58px;
    margin-top: 50px;
    width: 25%;
    background-color: #a20a39;
    border: none;
    color: white;
    padding: 10px 16px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 5px;
}
.form-control:focus {
    border-color: #be023d !important;
    outline: 0 !important;
    box-shadow: 0 0 0 0.1rem #be023d !important;
}
input[type="range"]:focus {
    border: solid 1px #D03D56;
    outline: none;
    box-shadow: 0 0 0 0.01rem #be023d !important;
    background-color: pink;
}

/*.fd-form .btnfield .calculate-btn:hover {
    background-color: white;
    color: #be023d;*/
    /*border: 2px solid #be023d;*/
    /*line-height: 40px;*/
    /*padding: 0px 0px;
    left: 90px;*/
    /*top: 40px;*/
    /*cursor: pointer;
}*/
.fd-form .btnfield .calculate-btn:focus {
    border-color: #be023d !important;
    outline: 0 !important;
    box-shadow: 0 0 0 0.01rem #be023d !important;
}

.rightDiv {
    background-color: #be023d;
    margin: 50px 50px 0px -56px;
    border-radius: 5px;
    box-shadow: 2px 2px 2px 1px rgba(0, 0,0, .2);
    padding: 5px 5px 5px 5px;
    width: 20%;
    /*height: 384px;*/
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
}

.rightDiv #outputcal, .rightDiv #rate, .rightDiv #intearned {
    font-size: 18px;
    color: #fff;
}
.rightDiv #fdoutput {
    /*margin-left: 0px;*/
    /*width: 73%;*/
}
/*.rightDiv #calcpound {
    font-size: 25px;
    margin-left: 9px;
}*/
.rightDiv #roi {
    /*margin-left: 28px;*/
    /*width: 73%;*/
}

.rightDiv #intoutput {
   /* margin-left: 0px;*/
    /*width: 75%;*/
    font-size: 18px;
    color: #fff;
}
/*.rightDiv #intpound {
    font-size: 25px;
    margin-left: 9px;  
}*/

.rightDiv #fdoutput, .rightDiv #roi, .rightDiv #intoutput {
    font-size: 20px;
    font-weight: bold;
    /* color: #be023d;*/
    color:#fff;
}
.divmore {
    /*margin-bottom: 30px;*/
}

#infospan {
    color: black;
}


.infobtn {
    display: block;
    width: 85%;
    height: 35px;
    background: lightyellow;
    padding: 2px;
    text-align: center;
    border-radius: 3px;
    color: black;
    font-weight: 500;
    line-height: 30px;
    font-size: 18px;
    cursor: pointer;
    /*margin-top: 33px;*/
    border: 1px solid #000000;
    background: linear-gradient(white, lightgrey, grey);
}

.infobtn:hover {
    text-decoration: none;
}

/* Media Queries Styling Starts Here */

@media only screen and (min-width:240px) and (max-width:319px) {
    #searchbtn {
        position: relative;
        top: -25px;
        right: -76px;
    }

    #Text1 {
        margin-left: -9px;
    }

    #Text2 {
        margin-left: 13px;
        max-width: 93.666667% !important;
    }

    #ButtonCenter {
        margin-left: -67px;
    }

    .fd-content {
        width: 32% !important;
        margin-top: 20px;
    }

    .col-md-12.button.text-center {
        margin-top: 3%;
        margin-bottom: 2%;
        margin-left: 60px !important;
    }

    #menu2 {
        height: 100%;
    }

    #er2 {
        margin-left: 35px;
        margin-top: 15px;
    }

    #er3 {
        margin-top: 35px;
    }

    .convert-btn {
        padding: 10px 84px !important;
    }

    #cerror1, #cerror2, #cerror3, #cerror4, #cerror0 {
        color: red;
        width: 100%;
        margin-top: 52px;
        padding-left: 3px;
        font-size: 12px;
        font-weight: bold;
        position: absolute;
        display: block;
    }

    .calc-heading {
        color: #be023d;
        font-size: 1.0rem;
    }

    span.calc-line-text {
        background-color: #b8043c;
        display: inline-block;
        width: 90%;
        height: 1px;
        position: initial;
        margin-left: 22px;
    }

    .row.you-money {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .fd-form .lblfield {
        width: 100%;
        padding: 0;
    }

    .fd-form .txtfield {
        width: 100%;
        padding: 0px;
        margin-bottom: 12px;
        display: flex;
        align-items: center;
    }

    .fd-form .rngfield {
        width: 100%;
        margin: 0;
        padding: 0;
        margin-bottom: 30px;
    }

    .fd-form .lblfield h2.fd {
        font-size: 14px;
        text-transform: capitalize;
    }

    .form-control {
        /* display: block; */
        width: 28%;
        padding: 0.375rem 0.75rem;
        /* font-size: 1rem; */
        /* font-weight: 400; */
        /* line-height: 1.5; */
        /* color: #212529; */
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid #ced4da;
        /* -webkit-appearance: none; */
        -moz-appearance: none;
        appearance: none;
        border-radius: 4px;
        transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
        /*background: linear-gradient(white, white, lightgrey);*/
    }


    input[type="range"] {
        width: 220px !important;
        top: -47px;
        background: lightpink;
        border: solid 1px #D03D56;
        border-radius: 8px;
        height: 5px;
        outline: none;
        transition: background 450ms ease-in;
        
    }

    #slider {
        /* width: 65%; */
        margin-left: 0%;
        width: 50%;
    }

    .fd-form .value.left {
        /*left: 40px;
        top: 85px;*/
        left: 116px;
        color: #be023d;
        font-size: 13px;
        position: absolute;
        top: 111px;
        left: 9px;
    }

    .fd-form .value.right {
        /*right: 480px;
        top: 85px;*/

        color: #be023d;
        font-size: 13px;
        top: 111px;
        padding-left: 32px;
        position: absolute;
        left: 145px;
    }

    .fd-form .btnfield .calculate-btn {
        margin-left: 18px;
        margin-top: 50px;
        width: 23%;
        background-color: #a20a39;
        border: none;
        color: white;
        padding: 10px 16px;
        font-size: 16px;
        cursor: pointer;
        border-radius: 5px;
    }

    .rightDiv #outputcal, .rightDiv #rate, .rightDiv #intearned {
        font-size: 18px;
        color: #fff;
        margin-bottom: 0px;
    }

    .rightDiv #fdoutput, .rightDiv #roi, .rightDiv #intoutput {
        font-size: 16px;
        font-weight: bold;
        color: white;
        margin-top: 0px;
        margin-bottom: 0px;
    }


    .rightDiv {
        background-color: #be023d;
        margin: 0px 30px 0px 55px;
        border-radius: 5px;
        box-shadow: 2px 2px 2px 1px rgb(0 0 0 / 20%);
        padding: 10px 5px 20px 5px;
        width: 26%;
        color: white;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-evenly;
        right: 5%;
        position: relative;
        /* position: absolute;*/
    }


        .rightDiv .matDiv {
            margin-top: 0px;
            margin-bottom: 20px;
            position: relative;
            top: 31px;
        }

        .rightDiv .ratDiv {
            margin-bottom: 20px;
            margin-top: 20px;
            position: relative;
            top: 15px;
        }

        .rightDiv .intDiv {
            margin-bottom: 20px;
            margin-top: 20px;
            position: relative;
            top: -8px;
        }

    .infobtn {
        display: block;
        width: 85%;
        /* height: 35px; */
        background: lightyellow;
        padding: 0px;
        text-align: center;
        border-radius: 3px;
        color: black;
        font-weight: 500;
        /* line-height: 30px; */
        font-size: 18px;
        cursor: pointer;
        margin-top: 0px;
        border: 1px solid #000000;
        background: linear-gradient(white, lightgrey, grey);
    }


    .toast-center-center {
        top: 35%;
        left: 25%;
        transform: translate(-50%, -50%);
    }
}


@media only screen and (min-width:320px) and (max-width:480px) {
    #exchange_rate {
        margin-left: -34px;
        margin-top: 10px;
    }

    .text-center {
        margin-bottom: 16px;
    }

    #searchbtn {
        position: relative;
        top: -28px;
        right: -137px;
    }

    #Text1 {
        margin-left: -14px;
    }

    #Text2 {
        margin-left: 0px;
        max-width: 100.666667% !important;
    }

    #ButtonCenter {
        margin-left: 0px;
    }

    .fd-content {
        width: 35% !important;
        margin-top: 20px;
    }
    #menu2 {
        height: 100%;
    }
    #er2 {
        margin-left: 35px;
        margin-top: 15px;
    }
    #er3 {
        margin-top: 35px;
    }
    .convert-btn {
        padding: 10px 84px !important;
    }
    #cerror1, #cerror2, #cerror3, #cerror4, #cerror0 {
        color: red;
        width: 100%;
        margin-top: 52px;
        padding-left: 3px;
        font-size: 12px;
        font-weight: bold;
        position: absolute;
        display: block;
    }
    .calc-heading {
        color: #be023d;
        font-size: 1.0rem;
    }

    span.calc-line-text {
        background-color: #b8043c;
        display: inline-block;
        width: 90%;
        height: 1px;
        position: initial;
        margin-left: 22px;
    }

    .row.you-money {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .fd-form .lblfield {
        width: 100%;
        padding: 0;
    }
    .fd-form .txtfield {
        width: 100%;
        padding: 0px;
        margin-bottom: 12px;
        display: flex;
        align-items: center;
    }
    .fd-form .rngfield {
        width: 100%;
        margin: 0;
        padding: 0;
        margin-bottom: 30px;
    }
    
    .fd-form .lblfield h2.fd {
        font-size: 14px;
        text-transform: capitalize;
    }
    .form-control {
        /* display: block; */
        width: 35%;
        padding: 0.375rem 0.75rem;
        /* font-size: 1rem; */
        /* font-weight: 400; */
        /* line-height: 1.5; */
        /* color: #212529; */
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid #ced4da;
        /* -webkit-appearance: none; */
        -moz-appearance: none;
        appearance: none;
        border-radius: 4px;
        transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
        /*background: linear-gradient(white, white, lightgrey);*/
    }


    input[type="range"] {
        width: 270px !important;
        top: -47px;
        background: lightpink;
        border: solid 1px #D03D56;
        border-radius: 8px;
        height: 5px;
        outline: none;
        transition: background 450ms ease-in;
        
    }

    #slider {
        /* width: 65%; */
        margin-left: 0%;
        width: 50%;
    }

    .fd-form .value.left {
        /*left: 40px;
        top: 85px;*/
        left: 116px;
        color: #be023d;
        font-size: 13px;
        position: absolute;
        top: 110px;
        left: 9px;
    }
    .fd-form .value.right {
        /*right: 480px;
        top: 85px;*/

        color: #be023d;
        font-size: 13px;
        top: 110px;
        padding-left: 32px;
        position: absolute;
        left: 190px;
    }

    .fd-form .btnfield .calculate-btn {
        margin-left: 40px;
        margin-top: 50px;
        width: 25%;
        background-color: #a20a39;
        border: none;
        color: white;
        padding: 10px 16px;
        font-size: 16px;
        cursor: pointer;
        border-radius: 5px;
    }

    .rightDiv #outputcal, .rightDiv #rate, .rightDiv #intearned {
        font-size: 18px;
        color: #fff;
        margin-bottom: 0px;
    }

    .rightDiv #fdoutput, .rightDiv #roi, .rightDiv #intoutput {
        font-size: 16px;
        font-weight: bold;
        color: white;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .rightDiv {
        background-color: #be023d;
        margin: 0px 30px 0px 55px;
        border-radius: 5px;
        box-shadow: 2px 2px 2px 1px rgb(0 0 0 / 20%);
        padding: 10px 5px 20px 5px;
        width: 28%;
        color: white;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-evenly;
        margin-left: 34px;
        /* position: absolute;*/
    }


        .rightDiv .matDiv {
            margin-top: 34px;
            margin-bottom: 20px;
            position: relative;
            top: 15px;
        }

        .rightDiv .ratDiv {
            margin-bottom: 20px;
            margin-top: 20px;
        }

        .rightDiv .intDiv {
            margin-bottom: 20px;
            margin-top: 20px;
            position: relative;
            top: -20px;
        }

    .infobtn {
        display: block;
        width: 85%;
        /* height: 35px; */
        background: lightyellow;
        padding: 0px;
        text-align: center;
        border-radius: 3px;
        color: black;
        font-weight: 500;
        /* line-height: 30px; */
        font-size: 18px;
        cursor: pointer;
        margin-top: 0px;
        border: 1px solid #000000;
        background: linear-gradient(white, lightgrey, grey);
    }


    .toast-center-center {
        top: 35%;
        left: 25%;
        transform: translate(-50%, -50%);
    }
}
@media only screen and (min-width:481px) and (max-width:541px){
    #searchbtn {
        position: relative;
        top: -25px;
        right: -76px;
    }

    #Text1 {
        margin-left: -33px;
    }

    #Text2 {
        margin-left: 19px;
        max-width: 90.666667% !important;
    }

    #ButtonCenter {
        margin-left: -6px;
    }

    .fd-content {
        margin-top: 371px;
        width: 60% !important;
    }

    .btn {
        background-color: #a20a39;
        border: none;
        color: white;
        padding: 12px 16px;
        font-size: 16px;
        cursor: pointer;
        margin-left: 19px;
        margin-bottom: -19px;
    }

    #menu2 {
        height: 1500px;
    }
    .inner-banner-card {
        height: 90px;
    }
    #er2 {
        margin-left: 35px;
        margin-top: 15px;
    }

    #er3 {
        margin-top: 35px;
    }

    .convert-btn {
        padding: 10px 84px !important;
    }

    #cerror1, #cerror2, #cerror3, #cerror4, #cerror0 {
        color: red;
        width: 100%;
        margin-top: 52px;
        padding-left: 3px;
        font-size: 12px;
        font-weight: bold;
        position: absolute;
        display: block;
    }

    .calc-heading {
        color: #be023d;
        font-size: 1.0rem;
    }

    span.calc-line-text {
        background-color: #b8043c;
        display: inline-block;
        width: 90%;
        height: 1px;
        position: initial;
        margin-left: 22px;
    }

    .row.you-money {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .fd-form .lblfield {
        width: 100%;
        padding: 0;
    }

    .fd-form .txtfield {
        width: 100%;
        padding: 0px;
        margin-bottom: 40px;
        display: flex;
        align-items: center;
    }

    .fd-form .rngfield {
        width: 100%;
        margin: 0;
        padding: 0;
    }

    .fd-form .lblfield h2.fd {
        font-size: 14px;
        text-transform: capitalize;
    }

    .form-control {
        /* display: block; */
        width: 35%;
        padding: 0.375rem 0.75rem;
        /* font-size: 1rem; */
        /* font-weight: 400; */
        /* line-height: 1.5; */
        /* color: #212529; */
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid #ced4da;
        /* -webkit-appearance: none; */
        -moz-appearance: none;
        appearance: none;
        border-radius: 0.4rem;
        transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    }
        
    
    input [type="range"]{
    /*background: linear-gradient(white, white, lightgrey);*/
    width: 280px !important;
    top: -47px;
    background: lightpink;
    border: solid 1px #D03D56;
    border-radius: 8px;
    height: 5px;
    outline: none;
    transition: background 450ms ease-in;
}





    #slider {
        width: 35%;
        margin-left: 0%;
    }

    .fd-form .value.left {
        /*left: 40px;
        top: 85px;*/
        color: #be023d;
        font-size: 13px;
        position: absolute;
        top: 99px;
    }

    .fd-form .value.right {
        /*right: 480px;
        top: 85px;*/
        color: #be023d;
        font-size: 13px;
        top: 99px;
        left: 228px;
        position: absolute;
    }

    .fd-form .btnfield .calculate-btn {
        margin-left: 58px;
        margin-top: 50px;
        width: 25%;
        background-color: #a20a39;
        border: none;
        color: white;
        padding: 10px 16px;
        font-size: 16px;
        cursor: pointer;
        border-radius: 5px;
    }

    .fd-form .calculate-btn:hover {
        background-color: #a20a39;
        color: white;
        /*border: 2px solid #be023d;*/
        line-height: 40px;
        padding: 0 32px;
        left: 65px;
        top: 0px;
        cursor: pointer;
    }

    .rightDiv #outputcal, .rightDiv #rate, .rightDiv #intearned {
        font-size: 18px;
        color: #fff;
        margin-bottom: 0px;
    }

    .rightDiv #fdoutput, .rightDiv #roi, .rightDiv #intoutput {
        font-size: 18px;
        font-weight: bold;
        color: white;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .rightDiv {
        background-color: #be023d;
        margin: 0px 30px 0px 58px;
        border-radius: 5px;
        box-shadow: 2px 2px 2px 1px rgb(0 0 0 / 20%);
        padding: 8px 5px 20px 5px;
        width: 40%;
        color: white;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-evenly;
        position: absolute;
    }

        .rightDiv .matDiv {
            margin-top: 0px;
            margin-bottom: 10px;
            position: relative;
            top: 24px;
        }

        .rightDiv .ratDiv {
            margin-bottom: 10px;
            margin-top: 10px;
            position: relative;
            top: 9px;
        }

        .rightDiv .intDiv {
            margin-bottom: 10px;
            margin-top: 10px;
            position: relative;
            top: -5px px;
        }

    .infobtn {
        display: block;
        width: 85%;
        /* height: 35px; */
        background: lightyellow;
        padding: 0px;
        text-align: center;
        border-radius: 3px;
        color: black;
        font-weight: 500;
        /* line-height: 30px; */
        font-size: 18px;
        cursor: pointer;
        margin-top: 10px;
        border: 1px solid #000000;
        background: linear-gradient(white, lightgrey, grey);
    }


    .toast-center-center {
        top: 35%;
        left: 25%;
        transform: translate(-50%, -50%);
    }
}
@media only screen and (min-width:542px) and (max-width:767px){
    #searchbtn {
        position: relative;
        top: -25px;
        right: -76px;
    }

    #Text1 {
        margin-left: 28px;
    }

    #Text2 {
        margin-left:;
    }

    #ButtonCenter {
        margin-left: -67px;
    }

    #menu2 {
        height: 1075px;
    }

    #cerror1, #cerror2, #cerror3, #cerror4, #cerror0 {
        color: red;
        width: 100%;
        margin-top: 52px;
        padding-left: 3px;
        font-size: 12px;
        font-weight: bold;
        position: absolute;
        display: block;
    }

    .calc-heading {
        color: #be023d;
        font-size: 1.0rem;
    }

    span.calc-line-text {
        background-color: #b8043c;
        display: inline-block;
        width: 90%;
        height: 1px;
        position: initial;
        margin-left: 22px;
    }


    .fd-form .lblfield {
        width: 100%;
        padding: 0;
    }

    .fd-form .txtfield {
        width: 100%;
        padding: 0px;
        margin-bottom: 40px;
        display: flex;
        align-items: center;
    }

    .fd-form .rngfield {
        width: 100%;
        margin: 0;
        padding: 0;
    }

    .fd-form .lblfield h2.fd {
        font-size: 14px;
        text-transform: capitalize;
    }

    .form-control {
        /* display: block; */
        width: 35%;
        padding: 0.375rem 0.75rem;
        /* font-size: 1rem; */
        /* font-weight: 400; */
        /* line-height: 1.5; */
        /* color: #212529; */
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid #ced4da;
        /* -webkit-appearance: none; */
        -moz-appearance: none;
        appearance: none;
        border-radius: 0.4rem;
        transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
        /*background: linear-gradient(white, white, lightgrey);*/
    }


    .fd-form .value.left {
        /*left: 40px;
        top: 85px;*/
        color: #be023d;
        font-size: 13px;
        position: absolute;
        top: 115px;
    }

    .fd-form .value.right {
        /*right: 480px;
        top: 85px;*/
        color: #be023d;
        font-size: 13px;
        top: 115px;
        left: 228px;
        position: absolute;
    }


    .fd-form .btnfield .calculate-btn {
        margin-left: 58px;
        margin-top: 50px;
        width: 25%;
        background-color: #a20a39;
        border: none;
        color: white;
        padding: 10px 16px;
        font-size: 16px;
        cursor: pointer;
        border-radius: 5px;
    }

    .fd-form .calculate-btn:hover {
        background-color: #a20a39;
        color: white;
        /*border: 2px solid #be023d;*/
        line-height: 40px;
        padding: 0 32px;
        left: 65px;
        top: 0px;
        cursor: pointer;
    }

    .rightDiv #outputcal, .rightDiv #rate, .rightDiv #intearned {
        font-size: 18px;
        color: #fff;
        margin-bottom: 0px;
    }

    .rightDiv #fdoutput, .rightDiv #roi, .rightDiv #intoutput {
        font-size: 18px;
        font-weight: bold;
        color: white;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .rightDiv {
        background-color: #be023d;
        margin: 0px 30px 0px 250px;
        border-radius: 5px;
        box-shadow: 2px 2px 2px 1px rgb(0 0 0 / 20%);
        padding: 10px 5px 20px 5px;
        width: 28%;
        color: white;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-evenly;
        position: absolute;
    }

        .rightDiv .matDiv {
            margin-top: 0px;
            margin-bottom: 10px;
        }

        .rightDiv .ratDiv {
            margin-bottom: 10px;
            margin-top: 10px;
        }

        .rightDiv .intDiv {
            margin-bottom: 10px;
            margin-top: 10px;
        }

    .infobtn {
        display: block;
        width: 85%;
        /* height: 35px; */
        background: lightyellow;
        padding: 0px;
        text-align: center;
        border-radius: 3px;
        color: black;
        font-weight: 500;
        /* line-height: 30px; */
        font-size: 18px;
        cursor: pointer;
        margin-top: 10px;
        border: 1px solid #000000;
        background: linear-gradient(white, lightgrey, grey);
    }


    .toast-center-center {
        top: 35%;
        left: 25%;
        transform: translate(-50%, -50%);
    }
}

@media only screen and (min-width: 768px) and (max-width: 810px) {
    #exchange_rate {
        margin-left: 10px;
        margin-top: 10px;
    }

    #searchbtn {
        position: relative;
        top: -23px;
        right: -690px !important;
    }

    #breadCrumbs {
        font-size: 13px;
        margin-left: 10px;
        background: white;
    }

    #Text1 {
        margin-left: 5px;
        margin-top: 20px;
    }

    #Text2 {
        margin-left:;
    }

    #ButtonCenter {
        margin-left: -4px;
        background: none;
    }
    .col-md-8 {
        max-width: 69.666667% !important;
        margin-left: 4px;
    }

    section.current-account-section.three .col-md-12 {
        background-color: #fff;
        padding-top: 0px;
        padding-bottom: 4px;
        margin-left: -6px;
        background: none;
    }

    .fd-content {
        margin-top: 251px;
        margin-left: 60px;
    }

    #menu2 {
        height: 1360px;
        width: 800px;
    }

    .col-md-3 {
        /* flex: 0 0 auto; */
        width: 100%;
    }

    .col-md-9 {
        flex: 0 0 auto;
        width: 100%;
    }

    #inr-div {
        width: 100%;
    }

    #cerror1, #cerror2, #cerror3, #cerror4, #cerror0 {
        color: red;
        width: 100%;
        margin-top: 52px;
        padding-left: 3px;
        font-size: 12px;
        font-weight: bold;
        position: absolute;
        display: block;
    }

    .fd-form {
        width: 100%;
        padding: 18px;
        position: relative;
        margin-left: 32px;
    }

        .fd-form .lblfield {
            width: 20%;
            /* padding: 0; */
            float: left;
        }

        .fd-form .txtfield {
            width: 80%;
            padding: 0px;
            margin-bottom: 20px;
            display: flex;
            align-items: center;
            float: left;
        }

        .fd-form .rngfield {
            width: 100%;
            margin: 0;
            padding: 0;
            margin-bottom: 30px;
        }

        .fd-form .lblfield h2.fd {
            font-size: 14px;
            text-transform: capitalize;
        }

    .form-control {
        /* display: block; */
        width: 65%;
        padding: 0.375rem 0.75rem;
        /* font-size: 1rem; */
        /* font-weight: 400; */
        /* line-height: 1.5; */
        /* color: #212529; */
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid #ced4da;
        /* -webkit-appearance: none; */
        -moz-appearance: none;
        appearance: none;
        border-radius: 4px;
        transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
        /*background: linear-gradient(white, white, lightgrey);*/
    }


    #slider {
        width: 52%;
        margin-left: 20%;
    }

    .fd-form .value.left {
        /*left: 40px;
        top: 85px;*/
        color: #be023d;
        font-size: 13px;
        position: absolute;
        top: 101px;
        left: 169px;
    }

    .fd-form .value.right {
        /*right: 480px;
        top: 85px;*/
        color: #be023d;
        font-size: 13px;
        top: 101px;
        left: 513px;
        position: absolute;
    }


    .fd-form .btnfield .calculate-btn {
        margin-left: 219px;
        margin-top: 50px;
        width: 25%;
        background-color: #a20a39;
        border: none;
        color: white;
        padding: 10px 16px;
        font-size: 16px;
        cursor: pointer;
        border-radius: 5px;
    }


    .rightDiv #outputcal, .rightDiv #rate, .rightDiv #intearned {
        font-size: 18px;
        color: #fff;
        margin-bottom: 0px;
    }

    .rightDiv #fdoutput, .rightDiv #roi, .rightDiv #intoutput {
        font-size: 18px;
        font-weight: bold;
        color: white;
        margin-top: 10px;
        margin-bottom: 10px;
    }


    .rightDiv {
        background-color: #be023d;
        margin: 0px 30px 0px 250px;
        border-radius: 5px;
        box-shadow: 2px 2px 2px 1px rgb(0 0 0 / 20%);
        padding: 10px 5px 0px 5px;
        width: 28%;
        color: white;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-evenly;
        position: absolute;
        right: 31%;
    }

        .rightDiv .matDiv {
            margin-top: 0px;
            margin-bottom: 0px;
        }

        .rightDiv .ratDiv {
            margin-bottom: 0px;
            margin-top: 0px;
        }

        .rightDiv .intDiv {
            margin-bottom: 0px;
            margin-top: 0px;
        }

    .infobtn {
        display: block;
        width: 85%;
        /* height: 35px; */
        background: lightyellow;
        padding: 0px;
        text-align: center;
        border-radius: 3px;
        color: black;
        font-weight: 500;
        /* line-height: 30px; */
        font-size: 18px;
        cursor: pointer;
        margin-top: 10px;
        border: 1px solid #000000;
        background: linear-gradient(white, lightgrey, grey);
    }

    .toast-center-center {
        top: 35%;
        left: 25%;
        transform: translate(-50%, -50%);
    }
}
@media only screen and (min-width: 811px) and (max-width: 900px) {
    #searchbtn {
        position: relative;
        top: -25px;
        right: -76px;
    }

    #Text1 {
        margin-left: -28px;
    }

    #Text2 {
        margin-left: 45px;
    }

    #ButtonCenter {
        margin-left: -6px;
    }
    .fd-content {
        margin-top: 242px;
        margin-left: 60px;
    }
    #menu2 {
        height: 1360px;
        width: 800px;
    }

    .col-md-3 {
        /* flex: 0 0 auto; */
        width: 100%;
    }

    .col-md-9 {
        flex: 0 0 auto;
        width: 100%;
    }
    #inr-div {
        width: 100%;
    }

    #cerror1, #cerror2, #cerror3, #cerror4, #cerror0 {
        color: red;
        width: 100%;
        margin-top: 52px;
        padding-left: 3px;
        font-size: 12px;
        font-weight: bold;
        position: absolute;
        display: block;
    }

    .fd-form {
        width: 100%;
        padding: 18px;
        position: relative;
        margin-left: 32px;
    }

        .fd-form .lblfield {
            width: 20%;
            /* padding: 0; */
            float: left;
        }

        .fd-form .txtfield {
            width: 80%;
            padding: 0px;
            margin-bottom: 20px;
            display: flex;
            align-items: center;
            float: left;
        }

        .fd-form .rngfield {
            width: 100%;
            margin: 0;
            padding: 0;
            margin-bottom:30px;
        }

        .fd-form .lblfield h2.fd {
            font-size: 14px;
            text-transform: capitalize;
        }

    .form-control {
        /* display: block; */
        width: 65%;
        padding: 0.375rem 0.75rem;
        /* font-size: 1rem; */
        /* font-weight: 400; */
        /* line-height: 1.5; */
        /* color: #212529; */
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid #ced4da;
        /* -webkit-appearance: none; */
        -moz-appearance: none;
        appearance: none;
        border-radius: 4px;
        transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
        /*background: linear-gradient(white, white, lightgrey);*/
    }


    #slider {
        width: 52%;
        margin-left: 20%;
    }

    .fd-form .value.left {
        /*left: 40px;
        top: 85px;*/
        color: #be023d;
        font-size: 13px;
        position: absolute;
        top:104px;
        left: 169px;
    }

    .fd-form .value.right {
        /*right: 480px;
        top: 85px;*/
        color: #be023d;
        font-size: 13px;
        top:104px;
        left: 513px;
        position: absolute;
    }


        .fd-form .btnfield .calculate-btn {
            margin-left: 219px;
            margin-top: 50px;
            width: 25%;
            background-color: #a20a39;
            border: none;
            color: white;
             padding: 10px 16px; 
            font-size: 16px;
            cursor: pointer;
            border-radius: 5px;
        }

   
    .rightDiv #outputcal, .rightDiv #rate, .rightDiv #intearned {
        font-size: 18px;
        color: #fff;
        margin-bottom: 0px;
    }

    .rightDiv #fdoutput, .rightDiv #roi, .rightDiv #intoutput {
        font-size: 18px;
        font-weight: bold;
        color: white;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .rightDiv {
        background-color: #be023d;
        margin: 0px 30px 0px 250px;
        border-radius: 5px;
        box-shadow: 2px 2px 2px 1px rgb(0 0 0 / 20%);
        padding: 10px 5px 0px 5px;
        width: 28%;
        color: white;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-evenly;
        position: absolute;
        right: 35%;
    }

        .rightDiv .matDiv {
            margin-top: 0px;
            margin-bottom: 0px;
        }
        .rightDiv .ratDiv {
            margin-bottom: 0px;
            margin-top: 0px;
        }
        .rightDiv .intDiv {
            margin-bottom: 0px;
            margin-top: 0px;
        }
    .infobtn {
        display: block;
        width: 85%;
        /* height: 35px; */
        background: lightyellow;
        padding: 0px;
        text-align: center;
        border-radius: 3px;
        color: black;
        font-weight: 500;
        /* line-height: 30px; */
        font-size: 18px;
        cursor: pointer;
         margin-top: 10px; 
        border: 1px solid #000000;
        background: linear-gradient(white, lightgrey, grey);
    }

    .toast-center-center {
        top: 35%;
        left: 25%;
        transform: translate(-50%, -50%);
    }
}
@media only screen and (min-width: 901px) and (max-width: 990px) {
    .faposition {
        position: relative !important;
        left: -9px !important;
    }

    #searchbtn {
        position: relative;
        top: -25px;
        right: -76px;
    }

    #Text1 {
        margin-left: -29px;
    }

    #Text2 {
        margin-left:34px;
    }

    #ButtonCenter {
        margin-left: -3px;
    }
    .fd-content {
        margin-top: 253px;
        margin-left: 60px;
    }

    #menu2 {
        height: 1360px;
        width: 800px;
    }

    .col-md-3 {
        /* flex: 0 0 auto; */
        width: 100%;
    }

    .col-md-9 {
        flex: 0 0 auto;
        width: 100%;
    }

    #inr-div {
        width: 100%;
    }

    #cerror1, #cerror2, #cerror3, #cerror4, #cerror0 {
        color: red;
        width: 100%;
        margin-top: 52px;
        padding-left: 3px;
        font-size: 12px;
        font-weight: bold;
        position: absolute;
        display: block;
    }

    .fd-form {
        width: 100%;
        padding: 18px;
        position: relative;
        margin-left: 32px;
    }

        .fd-form .lblfield {
            width: 20%;
            /* padding: 0; */
            float: left;
        }

        .fd-form .txtfield {
            width: 80%;
            padding: 0px;
            margin-bottom: 20px;
            display: flex;
            align-items: center;
            float: left;
        }

        .fd-form .rngfield {
            width: 100%;
            margin: 0;
            padding: 0;
            margin-bottom: 30px;
        }

        .fd-form .lblfield h2.fd {
            font-size: 14px;
            text-transform: capitalize;
        }

    .form-control {
        /* display: block; */
        width: 65%;
        padding: 0.375rem 0.75rem;
        /* font-size: 1rem; */
        /* font-weight: 400; */
        /* line-height: 1.5; */
        /* color: #212529; */
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid #ced4da;
        /* -webkit-appearance: none; */
        -moz-appearance: none;
        appearance: none;
        border-radius: 4px;
        transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
        /*background: linear-gradient(white, white, lightgrey);*/
    }


    #slider {
        width: 52%;
        margin-left: 20%;
    }

    .fd-form .value.left {
        /*left: 40px;
        top: 85px;*/
        color: #be023d;
        font-size: 13px;
        position: absolute;
        top: 102px;
        left: 169px;
    }

    .fd-form .value.right {
        /*right: 480px;
        top: 85px;*/
        color: #be023d;
        font-size: 13px;
        top: 102px;
        left: 513px;
        position: absolute;
    }


    .fd-form .btnfield .calculate-btn {
        margin-left: 219px;
        margin-top: 50px;
        width: 25%;
        background-color: #a20a39;
        border: none;
        color: white;
        padding: 10px 16px;
        font-size: 16px;
        cursor: pointer;
        border-radius: 5px;
    }


    .rightDiv #outputcal, .rightDiv #rate, .rightDiv #intearned {
        font-size: 18px;
        color: #fff;
        margin-bottom: 0px;
    }

    .rightDiv #fdoutput, .rightDiv #roi, .rightDiv #intoutput {
        font-size: 18px;
        font-weight: bold;
        color: white;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .rightDiv {
        background-color: #be023d;
        margin: 0px 30px 0px 250px;
        border-radius: 5px;
        box-shadow: 2px 2px 2px 1px rgb(0 0 0 / 20%);
        padding: 10px 5px 0px 5px;
        width: 28%;
        color: white;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-evenly;
        position: absolute;
        right: 40%;
    }

        .rightDiv .matDiv {
            margin-top: 0px;
            margin-bottom: 0px;
        }

        .rightDiv .ratDiv {
            margin-bottom: 0px;
            margin-top: 0px;
        }

        .rightDiv .intDiv {
            margin-bottom: 0px;
            margin-top: 0px;
        }

    .infobtn {
        display: block;
        width: 85%;
        /* height: 35px; */
        background: lightyellow;
        padding: 0px;
        text-align: center;
        border-radius: 3px;
        color: black;
        font-weight: 500;
        /* line-height: 30px; */
        font-size: 18px;
        cursor: pointer;
        margin-top: 10px;
        border: 1px solid #000000;
        background: linear-gradient(white, lightgrey, grey);
    }

    .toast-center-center {
        top: 35%;
        left: 25%;
        transform: translate(-50%, -50%);
    }
}

@media only screen and (min-width: 991px) and (max-width: 1024px) {
    #exchange_rate {
        margin-left: 12px;
        margin-top: 10px;
    }
    .faposition {
        position: relative !important;
        left: 13px !important;
    }

    #searchbtn {
        position: relative;
        top: -25px;
        right: -76px;
    }

    #breadCrumbs {
        font-size: 18px;
        margin-left: 10px;
        background: white;
        margin-right: -29px;
    }

    #Text1 {
        margin-left: 7px;
        margin-top: 16px;
    }

    /* #Text2 {
        
    }*/

    #ButtonCenter {
        margin-left: -14px;
        background: none;
    }
    #menu2 {
        margin-left:28px;
    }
    section.current-account-section.three .col-md-12 {
        margin-left: -15px;
        background: none;
    }
    .calc-heading{
        padding-left:0px;
    }
    span.calc-line-text {
        margin-left: 0px;
    }
    #inr-div{
        width:100%;
    }
    #er1 {
        margin-left: -30px;
    }
    #er2 {
        margin-right: 25px;
    }
    .main {
        background-color: white;
        width: 100%;
        /* margin: auto; */
        margin-left: 10px;
        box-shadow: 0px 0px 0px 0px rgb(0 0 0 / 20%);
        border-radius: 8px;
    }

    /*.col-md-3 {*/
    /* flex: 0 0 auto; */
    /*width: 100%;
    }

    .col-md-9 {
        flex: 0 0 auto;
        width: 100%;
    }*/

    #cerror1, #cerror2, #cerror3, #cerror4, #cerror0 {
        color: red;
        width: 100%;
        margin-top: 52px;
        padding-left: 3px;
        font-size: 12px;
        font-weight: bold;
        position: absolute;
        display: block;
    }

    .fd-form {
        width: 100%;
        padding: 0px;
        position: relative;
        margin-left: 0px;
    }

        .fd-form .lblfield {
            width: 20%;
            /* padding: 0; */
            float: left;
        }

        .fd-form .txtfield {
            width: 80%;
            padding: 0px;
            margin-bottom: 20px;
            display: flex;
            align-items: center;
            float: left;
        }

        .fd-form .rngfield {
            width: 100%;
            margin: 0;
            padding: 0;
            margin-bottom: 30px;
        }

        .fd-form .lblfield h2.fd {
            font-size: 14px;
            text-transform: capitalize;
        }

    .fd-form .txtfield .form-control{
        /*z-index:999;*/
        /* display: block; */
        width: 70%;
        padding: 0.375rem 0.75rem;
        /* font-size: 1rem; */
        /* font-weight: 400; */
        /* line-height: 1.5; */
        /* color: #212529; */
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid #ced4da;
        /* -webkit-appearance: none; */
        -moz-appearance: none;
        appearance: none;
        border-radius: 4px;
        transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
        /*background: linear-gradient(white, white, lightgrey);*/
    }

    input[type="range"] {
        width: 77%;
        top: -47px;
        background: lightpink;
        border: solid 1px #D03D56;
        border-radius: 8px;
        height: 5px;
        outline: none;
        transition: background 450ms ease-in;
        
    }

    .fd-form .value.left {
        /*left: 40px;
        top: 85px;*/
        color: #be023d;
        font-size: 13px;
        position: absolute;
        top: 79px;
        left: 106px;
    }

    .fd-form .value.right {
        /*right: 480px;
        top: 85px;*/
        color: #be023d;
        font-size: 13px;
        top: 79px;
        left:349px;
        position: absolute;
    }


    .fd-form .btnfield .calculate-btn {
        margin-left: 144px;
        margin-top: 50px;
        width: 40%;
        background-color: #a20a39;
        border: none;
        color: white;
        padding: 10px 16px;
        font-size: 16px;
        cursor: pointer;
        border-radius: 5px;
    }

    .rightDiv #outputcal, .rightDiv #rate, .rightDiv #intearned {
        font-size: 18px;
        color: #fff;
        margin-bottom: 0px;
    }
    .rightDiv #fdoutput, .rightDiv #roi, .rightDiv #intoutput {
        font-size: 18px;
        font-weight: bold;
        color: white;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    

    .rightDiv {
        background-color: #be023d;
        /* margin: 98px 7px 0px -140px; */
        border-radius: 3px;
        box-shadow: 2px 2px 2px 1px rgb(0 0 0 / 20%);
        padding: 20px 5px 20px 5px;
        width: 21%;
        color: white;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-evenly;
        position: absolute;
        right: 5%;
        margin: 0px 0px 0px 0px;
    }
        .rightDiv .matDiv {
            margin-top: 0px;
            margin-bottom: 0px;
            position: relative;
            top: 2px;
        }

        .rightDiv .ratDiv {
            margin-bottom: 0px;
            margin-top: 0px;
            position: relative;
            top: 10px;
        }

        .rightDiv .intDiv {
            margin-bottom: 0px;
            margin-top: 0px;
            position: relative;
            top: 14px;
        }
        
        .rightDiv .divmore {
            display: block;
            width: 100%;
            height: 100%;
            border-radius: 5px;
            margin-top: 15px;
            z-index: 99;
        }

    .infobtn {
        display: block;
        width: 85%;
        /* height: 35px; */
        background: lightyellow;
        padding: 0px;
        text-align: center;
        border-radius: 3px;
        color: black;
        font-weight: 500;
        /* line-height: 30px; */
        font-size: 18px;
        cursor: pointer;
        /* margin-top: 0px; */
        border: 1px solid #000000;
        background: linear-gradient(white, lightgrey, grey);
    }

    .toast-center-center {
        top: 35%;
        left: 25%;
        transform: translate(-50%, -50%);
    }
    .infobtn:hover {
        cursor: pointer;
    }
}

@media only screen and (min-width: 1025px) and (max-width: 1280px) {
    #exchange_rate {
        margin-top: 10px;
    }

    #slider {
        width: 56%;
        margin-left: 20%;
    }

    .faposition {
        position: relative !important;
        left: -4px !important;
    }

    #searchbtn {
        position: relative;
        top: -25px;
        right: -76px;
    }

    #breadCrumbs {
        font-size: 18px;
        margin-left: 10px;
        background: white;
        margin-right: -29px;
    }

    #Text1 {
        margin-left: -3px;
        margin-top: 21px;
    }

    /* #Text2 {
        
    }*/

    #ButtonCenter {
        margin-left: -14px;
        background: none;
    }

    #menu2 {
        margin-left: 28px;
    }

    section.current-account-section.three .col-md-12 {
        margin-left: -15px;
        background: none;
    }

    .calc-heading {
        padding-left: 0px;
    }

    span.calc-line-text {
        margin-left: 0px;
    }

    #inr-div {
        width: 100%;
    }

    #er1 {
        margin-left: -30px;
    }

    #er2 {
        margin-right: 25px;
    }

    .main {
        background-color: white;
        width: 100%;
        /* margin: auto; */
        margin-left: 10px;
        box-shadow: 0px 0px 0px 0px rgb(0 0 0 / 20%);
        border-radius: 8px;
    }

    /*.col-md-3 {*/
    /* flex: 0 0 auto; */
    /*width: 100%;
    }

    .col-md-9 {
        flex: 0 0 auto;
        width: 100%;
    }*/

    #cerror1, #cerror2, #cerror3, #cerror4, #cerror0 {
        color: red;
        width: 100%;
        margin-top: 52px;
        padding-left: 3px;
        font-size: 12px;
        font-weight: bold;
        position: absolute;
        display: block;
    }

    .fd-form {
        width: 100%;
        padding: 0px;
        position: relative;
        margin-left: 0px;
    }

        .fd-form .lblfield {
            width: 20%;
            /* padding: 0; */
            float: left;
        }

        .fd-form .txtfield {
            width: 80%;
            padding: 0px;
            margin-bottom: 20px;
            display: flex;
            align-items: center;
            float: left;
        }

        .fd-form .rngfield {
            width: 100%;
            margin: 0;
            padding: 0;
            margin-bottom: 30px;
        }

        .fd-form .lblfield h2.fd {
            font-size: 14px;
            text-transform: capitalize;
        }

        .fd-form .txtfield .form-control {
            /*z-index:999;*/
            /* display: block; */
            width: 70%;
            padding: 0.375rem 0.75rem;
            /* font-size: 1rem; */
            /* font-weight: 400; */
            /* line-height: 1.5; */
            /* color: #212529; */
            background-color: #fff;
            background-clip: padding-box;
            border: 1px solid #ced4da;
            /* -webkit-appearance: none; */
            -moz-appearance: none;
            appearance: none;
            border-radius: 4px;
            transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
            /*background: linear-gradient(white, white, lightgrey);*/
        }

    input[type="range"] {
        width: 77%;
        top: -47px;
        background: lightpink;
        border: solid 1px #D03D56;
        border-radius: 8px;
        height: 5px;
        outline: none;
        transition: background 450ms ease-in;
        
    }

    .fd-form .value.left {
        /*left: 40px;
        top: 85px;*/
        color: #be023d;
        font-size: 13px;
        position: absolute;
        top: 79px;
        left: 116px;
    }

    .fd-form .value.right {
        /*right: 480px;
        top: 85px;*/
        color: #be023d;
        font-size: 13px;
        top: 79px;
        left: 395px;
        position: absolute;
    }


    .fd-form .btnfield .calculate-btn {
        margin-left: 144px;
        margin-top: 50px;
        width: 40%;
        background-color: #a20a39;
        border: none;
        color: white;
        padding: 10px 16px;
        font-size: 16px;
        cursor: pointer;
        border-radius: 5px;
    }

    .rightDiv #outputcal, .rightDiv #rate, .rightDiv #intearned {
        font-size: 18px;
        color: #fff;
        margin-bottom: 0px;
    }

    .rightDiv #fdoutput, .rightDiv #roi, .rightDiv #intoutput {
        font-size: 18px;
        font-weight: bold;
        color: white;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .btn {
        background-color: #a20a39;
        border: none;
        color: white;
        padding: 12px 16px;
        font-size: 16px;
        cursor: pointer;
        margin-left: -4px;
    }


    .rightDiv {
        background-color: #be023d;
        /* margin: 98px 7px 0px -140px; */
        border-radius: 3px;
        box-shadow: 2px 2px 2px 1px rgb(0 0 0 / 20%);
        padding: 20px 5px 20px 5px;
        width: 21%;
        color: white;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-evenly;
        position: absolute;
        right: 9%;
        margin: 0px 0px 0px 0px;
    }

        .rightDiv .matDiv {
            margin-top: 0px;
            margin-bottom: 0px;
            position: relative;
            top: 2px;
        }

        .rightDiv .ratDiv {
            margin-bottom: 0px;
            margin-top: 0px;
            position: relative;
            top: 10px;
        }

        .rightDiv .intDiv {
            margin-bottom: 0px;
            margin-top: 0px;
            position: relative;
            top: 14px;
        }

        .rightDiv .divmore {
            display: block;
            width: 100%;
            height: 100%;
            border-radius: 5px;
            margin-top: 15px;
            z-index: 99;
        }

    .infobtn {
        display: block;
        width: 85%;
        /* height: 35px; */
        background: lightyellow;
        padding: 0px;
        text-align: center;
        border-radius: 3px;
        color: black;
        font-weight: 500;
        /* line-height: 30px; */
        font-size: 18px;
        cursor: pointer;
        /* margin-top: 0px; */
        border: 1px solid #000000;
        background: linear-gradient(white, lightgrey, grey);
    }

    .toast-center-center {
        top: 35%;
        left: 25%;
        transform: translate(-50%, -50%);
    }

    .infobtn:hover {
        cursor: pointer;
    }
}
@media only screen and (min-width: 1281px) and (max-width: 1300px) {

    #searchbtn {
        position: relative;
        top: -25px;
        right: -89px;
    }

    #Text1 {
        margin-left: -35px;
    }

    #Text2 {
        margin-left: 23px;
    }

    #ButtonCenter {
        margin-left: -67px;
        background: none;
    }

    .fd-content {
        margin-left: 4px;
        max-width: 55.666667% !important;
        margin-top: 15px;
    }

    .col-md-12.button.text-center {
        margin-top: 3%;
        margin-bottom: 2%;
        margin-left: -15px !important;
    }

    .btn {
        background-color: #a20a39;
        border: none;
        color: white;
        padding: 12px 16px;
        font-size: 16px;
        cursor: pointer;
        margin-left: -2px;
    }

    #menu2 {
        margin-left: 28px;
    }

    section.current-account-section.three .col-md-12 {
        margin-left: 0px;
        background: none;
    }

    .calc-heading {
        padding-left: 0px;
    }

    span.calc-line-text {
        margin-left: 0px;
    }

    #inr-div {
        width: 100%;
    }

    #er1 {
        margin-left: -30px;
    }

    #er2 {
        margin-right: 25px;
    }

    .main {
        background-color: white;
        width: 100%;
        /* margin: auto; */
        margin-left: 10px;
        box-shadow: 0px 0px 0px 0px rgb(0 0 0 / 20%);
        border-radius: 8px;
    }

    #cerror1, #cerror2, #cerror3, #cerror4, #cerror0 {
        color: red;
        width: 100%;
        margin-top: 52px;
        padding-left: 3px;
        font-size: 12px;
        font-weight: bold;
        position: absolute;
        display: block;
    }

    .fd-form {
        width: 100%;
        padding: 0px;
        position: relative;
        margin-left: 0px;
    }

        .fd-form .lblfield {
            width: 20%;
            /* padding: 0; */
            float: left;
        }

        .fd-form .txtfield {
            width: 80%;
            padding: 0px;
            margin-bottom: 20px;
            display: flex;
            align-items: center;
            float: left;
        }

        .fd-form .rngfield {
            width: 100%;
            margin: 0;
            padding: 0;
            margin-bottom: 30px;
        }

        .fd-form .lblfield h2.fd {
            font-size: 14px;
            text-transform: capitalize;
        }

        .fd-form .txtfield .form-control {
            /*z-index:999;*/
            /* display: block; */
            width: 70%;
            padding: 0.375rem 0.75rem;
            /* font-size: 1rem; */
            /* font-weight: 400; */
            /* line-height: 1.5; */
            /* color: #212529; */
            background-color: #fff;
            background-clip: padding-box;
            border: 1px solid #ced4da;
            /* -webkit-appearance: none; */
            -moz-appearance: none;
            appearance: none;
            border-radius: 4px;
            transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
            /*background: linear-gradient(white, white, lightgrey);*/
        }

        .fd-form .value.left {
            /*left: 40px;
        top: 85px;*/
            color: #be023d;
            font-size: 13px;
            position: absolute;
            top: 81px;
            left: 118px;
        }

        .fd-form .value.right {
            /*right: 480px;
        top: 85px;*/
            color: #be023d;
            font-size: 13px;
            top: 81px;
            left: 400px;
            position: absolute;
        }

   
    .fd-form .btnfield .calculate-btn {
        margin-left: 128px;
        margin-top: 50px;
        width: 40%;
        background-color: #a20a39;
        border: none;
        color: white;
        padding: 10px 16px;
        font-size: 16px;
        cursor: pointer;
        border-radius: 5px;
    }

    .rightDiv {
        background-color: #be023d;
        /* margin: 98px 7px 0px -140px; */
        border-radius: 3px;
        box-shadow: 2px 2px 2px 1px rgb(0 0 0 / 20%);
        padding: 20px 5px 20px 5px;
        width: 20%;
        color: white;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-evenly;
        position: absolute;
        right: 10%;
        margin: 0px 0px 0px 0px;
    }
        .rightDiv #outputcal, .rightDiv #rate, .rightDiv #intearned {
            font-size: 18px;
            color: #fff;
            margin-bottom: 0px;
        }

        .rightDiv #fdoutput, .rightDiv #roi, .rightDiv #intoutput {
            font-size: 18px;
            font-weight: bold;
            color: white;
            margin-top: 10px;
            margin-bottom: 10px;
        }
    

        .rightDiv .matDiv {
            margin-top: 0px;
            margin-bottom: 10px;
        }

        .rightDiv .ratDiv {
            margin-bottom: 10px;
            margin-top: 10px;
        }

    .rightDiv .intDiv {
        margin-bottom: 10px;
        margin-top: 10px;
    }

  
    .rightDiv .divmore {
        display: block;
        width: 90%;
        /*height: 0%;*/
        border-radius: 5px;
        margin-top: 10px;
        margin-bottom:10px;
        margin-left:0px;
        z-index: 99;
    }

    .infobtn {
        display: block;
        width: 85%;
        /*height: 35px;*/
        background: lightyellow;
        padding: 0px;
        text-align: center;
        border-radius: 3px;
        color: black;
        font-weight: 500;
        /* line-height: 30px; */
        font-size: 18px;
        cursor: pointer;
        /* margin-top: 0px; */
        border: 1px solid #000000;
        background: linear-gradient(white, lightgrey, grey);
    }

    .toast-center-center {
        top: 35%;
        left: 25%;
        transform: translate(-50%, -50%);
    }

    .infobtn:hover {
        cursor: pointer;
    }
}
@media only screen and (min-width: 1301px) and (max-width: 1400px) {
    #exchange_rate {
        margin-left: 33px;
    }

    .faposition {
        position: relative !important;
        left: -1px !important;
    }

    #searchbtn {
        position: relative;
        top: -25px;
        right: -76px;
    }

    #Text1 {
        margin-left: 32px;
        margin-top: 14px;
    }

    #breadCrumbs {
        font-size: 13px;
        margin-left: 10px;
        background: white;
        margin-right: -12px;
    }


    #Text2 {
        margin-left: 47px;
    }

    #ButtonCenter {
        margin-left: 21px;
        background: none;
    }
    #menu2 {
        margin-left: 28px;
    }
    section.current-account-section.three .col-md-12 {
        margin-left: 0px;
        background: none;
    }
    
    .main {
        background-color: white;
        width: 100%;
        /* margin: auto; */
        margin-left: 10px;
        box-shadow: 0px 0px 0px 0px rgb(0 0 0 / 20%);
        border-radius: 8px;
    }

    /*.col-md-3 {*/
    /* flex: 0 0 auto; */
    /*width: 100%;
    }

    .col-md-9 {
        flex: 0 0 auto;
        width: 100%;
    }*/

    #cerror1, #cerror2, #cerror3, #cerror4, #cerror0 {
        color: red;
        width: 100%;
        margin-top: 52px;
        padding-left: 3px;
        font-size: 12px;
        font-weight: bold;
        position: absolute;
        display: block;
    }

    .fd-form {
        width: 100%;
        padding: 0px;
        position: relative;
        margin-left: 0px;
    }

        .fd-form .lblfield {
            width: 20%;
            /* padding: 0; */
            float: left;
        }

        .fd-form .txtfield {
            width: 80%;
            padding: 0px;
            margin-bottom: 20px;
            display: flex;
            align-items: center;
            float: left;
        }

        .fd-form .rngfield {
            width: 100%;
            margin: 0;
            padding: 0;
            margin-bottom: 30px;
        }

        .fd-form .lblfield h2.fd {
            font-size: 14px;
            text-transform: capitalize;
        }

        .fd-form .txtfield .form-control {
            /*z-index:999;*/
            /* display: block; */
            width: 70%;
            padding: 0.375rem 0.75rem;
            /* font-size: 1rem; */
            /* font-weight: 400; */
            /* line-height: 1.5; */
            /* color: #212529; */
            background-color: #fff;
            background-clip: padding-box;
            border: 1px solid #ced4da;
            /* -webkit-appearance: none; */
            -moz-appearance: none;
            appearance: none;
            border-radius: 4px;
            transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
            /*background: linear-gradient(white, white, lightgrey);*/
        }

    input[type="range"] {
        width: 77%;
        top: -47px;
        background: lightpink;
        border: solid 1px #D03D56;
        border-radius: 8px;
        height: 5px;
        outline: none;
        transition: background 450ms ease-in;
       
    }


    #slider {
        width: 56%;
        margin-left: 20%;
    }

    .fd-form .value.left {
        /*left: 40px;
        top: 85px;*/
        color: #be023d;
        font-size: 13px;
        position: absolute;
        top: 82px;
        left: 119px;
    }

    .fd-form .value.right {
        /*right: 480px;
        top: 85px;*/
        color: #be023d;
        font-size: 13px;
        top: 82px;
        position: absolute;
        left: 399px;
    }

    .fd-form .btnfield .calculate-btn {
        margin-left: 128px;
        margin-top: 50px;
        width: 40%;
        background-color: #a20a39;
        border: none;
        color: white;
        padding: 10px 16px;
        font-size: 16px;
        cursor: pointer;
        border-radius: 5px;
    }

    .rightDiv #outputcal, .rightDiv #rate, .rightDiv #intearned {
        font-size: 18px;
        color: #fff;
        margin-bottom: 0px;
    }

    .rightDiv #fdoutput, .rightDiv #roi, .rightDiv #intoutput {
        font-size: 18px;
        font-weight: bold;
        color: white;
        margin-top: 10px;
        margin-bottom: 10px;
    }


    .rightDiv {
        background-color: #be023d;
        /* margin: 98px 7px 0px -140px; */
        border-radius: 3px;
        box-shadow: 2px 2px 2px 1px rgb(0 0 0 / 20%);
        padding: 20px 5px 20px 5px;
        width: 20%;
        color: white;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-evenly;
        position: absolute;
        right:9%;
        margin: 0px 30px 0px 0px;
    }

        .rightDiv .matDiv {
            margin-top: 0px;
            margin-bottom: 10px;
        }

        .rightDiv .ratDiv {
            margin-bottom: 10px;
            margin-top: 10px;
        }

        .rightDiv .intDiv {
            margin-bottom: 10px;
            margin-top: 10px;
        }

        .rightDiv .divmore {
            display: block;
            width: 100%;
            height: 100%;
            border-radius: 5px;
            margin-top: 15px;
            z-index: 99;
        }

    .infobtn {
        display: block;
        width: 85%;
        /* height: 35px; */
        background: lightyellow;
        padding: 0px;
        text-align: center;
        border-radius: 3px;
        color: black;
        font-weight: 500;
        /* line-height: 30px; */
        font-size: 18px;
        cursor: pointer;
        /* margin-top: 0px; */
        border: 1px solid #000000;
        background: linear-gradient(white, lightgrey, grey);
    }


    .toast-center-center {
        top: 35%;
        left: 25%;
        transform: translate(-50%, -50%);
    }
}

@media only screen and (min-width: 1401px) and (max-width: 1439px) {
    #searchbtn {
        position: relative;
        top: -25px;
        right: -76px;
    }

    #Text2 {
        margin-left:0px;
    }
    #Text1 {
        margin-left: 28px;
    }

    #ButtonCenter {
        margin-left: -67px;
        background: none;
    }
    #menu2 {
        margin-left: 28px;
    }

    section.current-account-section.three .col-md-12 {
        margin-left: 0px;
        background: none;
    }

    .main {
        background-color: white;
        width: 100%;
        /* margin: auto; */
        margin-left: 10px;
        box-shadow: 0px 0px 0px 0px rgb(0 0 0 / 20%);
        border-radius: 8px;
    }

    /*.col-md-3 {*/
    /* flex: 0 0 auto; */
    /*width: 100%;
    }

    .col-md-9 {
        flex: 0 0 auto;
        width: 100%;
    }*/

    #cerror1, #cerror2, #cerror3, #cerror4, #cerror0 {
        color: red;
        width: 100%;
        margin-top: 52px;
        padding-left: 3px;
        font-size: 12px;
        font-weight: bold;
        position: absolute;
        display: block;
    }

    .fd-form {
        width: 100%;
        padding: 0px;
        position: relative;
        margin-left: 0px;
    }

        .fd-form .lblfield {
            width: 20%;
            /* padding: 0; */
            float: left;
        }

        .fd-form .txtfield {
            width: 80%;
            padding: 0px;
            margin-bottom: 20px;
            display: flex;
            align-items: center;
            float: left;
        }

        .fd-form .rngfield {
            width: 100%;
            margin: 0;
            padding: 0;
            margin-bottom: 30px;
        }

        .fd-form .lblfield h2.fd {
            font-size: 14px;
            text-transform: capitalize;
        }

        .fd-form .txtfield .form-control {
            /*z-index:999;*/
            /* display: block; */
            width: 70%;
            padding: 0.375rem 0.75rem;
            /* font-size: 1rem; */
            /* font-weight: 400; */
            /* line-height: 1.5; */
            /* color: #212529; */
            background-color: #fff;
            background-clip: padding-box;
            border: 1px solid #ced4da;
            /* -webkit-appearance: none; */
            -moz-appearance: none;
            appearance: none;
            border-radius: 4px;
            transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
            /*background: linear-gradient(white, white, lightgrey);*/
        }

    input[type="range"] {
        width: 77%;
        top: -47px;
        background: lightpink;
        border: solid 1px #D03D56;
        border-radius: 8px;
        height: 5px;
        outline: none;
        transition: background 450ms ease-in;
        
    }


    #slider {
        width: 56%;
        margin-left: 20%;
    }

    .fd-form .value.left {
        /*left: 40px;
        top: 85px;*/
        color: #be023d;
        font-size: 13px;
        position: absolute;
        top: 108px;
        left: 139px;
    }

    .fd-form .value.right {
        /*right: 480px;
        top: 85px;*/
        color: #be023d;
        font-size: 13px;
        top: 108px;
        position: absolute;
        left: 476px;
    }

    .fd-form .btnfield .calculate-btn {
        margin-left: 198px;
        margin-top: 50px;
        width: 40%;
        background-color: #a20a39;
        border: none;
        color: white;
        padding: 10px 16px;
        font-size: 16px;
        cursor: pointer;
        border-radius: 5px;
    }

    .rightDiv #outputcal, .rightDiv #rate, .rightDiv #intearned {
        font-size: 18px;
        color: #fff;
        margin-bottom: 0px;
    }

    .rightDiv #fdoutput, .rightDiv #roi, .rightDiv #intoutput {
        font-size: 18px;
        font-weight: bold;
        color: white;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    

    .rightDiv {
        background-color: #be023d;
        /* margin: 98px 7px 0px -140px; */
        border-radius: 3px;
        box-shadow: 2px 2px 2px 1px rgb(0 0 0 / 20%);
        padding: 20px 5px 20px 5px;
        width: 20%;
        color: white;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-evenly;
        position: absolute;
        right: 7%;
        margin: 0px 30px 0px 0px;
    }

        .rightDiv .matDiv {
            margin-top: 0px;
            margin-bottom: 10px;
        }

        .rightDiv .ratDiv {
            margin-bottom: 10px;
            margin-top: 10px;
        }

        .rightDiv .intDiv {
            margin-bottom: 10px;
            margin-top: 10px;
        }

        .rightDiv .divmore {
            display: block;
            width: 100%;
            height: 100%;
            border-radius: 5px;
            margin-top: 15px;
            z-index: 99;
        }

    .infobtn {
        display: block;
        width: 85%;
        /* height: 35px; */
        background: lightyellow;
        padding: 0px;
        text-align: center;
        border-radius: 3px;
        color: black;
        font-weight: 500;
        /* line-height: 30px; */
        font-size: 18px;
        cursor: pointer;
        /* margin-top: 0px; */
        border: 1px solid #000000;
        background: linear-gradient(white, lightgrey, grey);
    }


    .toast-center-center {
        top: 35%;
        left: 25%;
        transform: translate(-50%, -50%);
    }
}

@media only screen and (min-width: 1440px) and (max-width:1500px) {
    #exchange_rate {
        margin-left: 5px;
        margin-top: 10px;
    }

    #searchbtn {
        position: relative;
        top: -25px;
        right: -76px;
    }

    #Text1 {
        margin-left: 6px;
        margin-top: 14px;
    }

    #breadCrumbs {
        font-size: 20px;
        margin-top: -15px;
        background: white;
        margin-right: -18px;
    }

    #ButtonCenter {
        margin-left: -11px;
        background: none;
    }
    section.current-account-section.three .col-md-12 {
        background-color: #fff;
        padding-top: 0px;
        padding-bottom: 4px;
        margin-left: -7px;
        background: none;
    }
    .main {
        background-color: white;
        width: 800px;
        /* margin: auto; */
        margin-left: 130px;
        box-shadow: 0px 0px 0px 0px rgb(0 0 0 / 20%);
        border-radius: 8px;
    }

    #cerror1, #cerror2, #cerror3, #cerror4, #cerror0 {
        color: red;
        width: 100%;
        margin-top: 52px;
        padding-left: 3px;
        font-size: 12px;
        font-weight: bold;
        position: absolute;
        display: block;
    }

    .fd-form {
        width: 100%;
        padding: 0px;
        position: relative;
        margin-left: 0px;
    }

        .fd-form .lblfield {
            width: 20%;
            /* padding: 0; */
            float: left;
        }

        .fd-form .txtfield {
            width: 80%;
            padding: 0px;
            margin-bottom: 20px;
            display: flex;
            align-items: center;
            float: left;
        }

        .fd-form .rngfield {
            width: 100%;
            margin: 0;
            padding: 0;
            margin-bottom: 30px;
        }

        .fd-form .lblfield h2.fd {
            font-size: 14px;
            text-transform: capitalize;
        }

    .fd-form .txtfield .form-control {
        /* display: block; */
        width: 70%;
        padding: 0.375rem 0.75rem;
        /* font-size: 1rem; */
        /* font-weight: 400; */
        /* line-height: 1.5; */
        /* color: #212529; */
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid #ced4da;
        /* -webkit-appearance: none; */
        -moz-appearance: none;
        appearance: none;
        border-radius: 0.4rem;
        transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
        /*background: linear-gradient(white, white, lightgrey);*/
    }

    input[type="range"] {
        width: 72%;
        top: -47px;
        background: lightpink;
        border: solid 1px #D03D56;
        border-radius: 8px;
        height: 5px;
        outline: none;
        transition: background 450ms ease-in;
    }

    .fd-form .value.left {
        /*left: 40px;
        top: 85px;*/
        color: #be023d;
        font-size: 13px;
        position: absolute;
        top: 84px;
        left: 20%;
    }

    .fd-form .value.right {
        /*right: 480px;
        top: 85px;*/
        color: #be023d;
        font-size: 13px;
        top: 84px;
        left: 395px;
        position: absolute;
    }

    .fd-form .btnfield .calculate-btn {
        margin-left: 186px;
        margin-top: 50px;
        width: 25%;
        background-color: #a20a39;
        border: none;
        color: white;
        padding: 10px 16px;
        font-size: 16px;
        cursor: pointer;
        border-radius: 5px;
    }

    .rightDiv #outputcal, .rightDiv #rate, .rightDiv #intearned {
        font-size: 18px;
        color: #fff;
        margin-bottom: 0px;
    }

    .rightDiv #fdoutput, .rightDiv #roi, .rightDiv #intoutput {
        font-size: 18px;
        font-weight: bold;
        color: white;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    

    .rightDiv {
        background-color: #be023d;
        /* margin: 98px 7px 0px -140px; */
        border-radius: 3px;
        box-shadow: 2px 2px 2px 1px rgb(0 0 0 / 20%);
        padding: 20px 5px 20px 5px;
        width: 20%;
        color: white;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-evenly;
        position: absolute;
        right: 5%;
        margin: 0px 30px 0px 0px;
    }

    .btn {
        background-color: #a20a39;
        border: none;
        color: white;
        padding: 12px 16px;
        font-size: 16px;
        cursor: pointer;
        margin-left:1px;
    }


        .rightDiv .matDiv {
            margin-top: 0px;
            margin-bottom: 10px;
        }

        .rightDiv .ratDiv {
            margin-bottom: 10px;
            margin-top: 10px;
        }

        .rightDiv .intDiv {
            margin-bottom: 10px;
            margin-top: 10px;
        }

        .rightDiv .divmore {
            display: block;
            width: 100%;
            height: 100%;
            border-radius: 5px;
            margin-top: 15px;
            z-index: 99;
        }

    .infobtn {
        display: block;
        width: 85%;
        /* height: 35px; */
        background: lightyellow;
        padding: 0px;
        text-align: center;
        border-radius: 3px;
        color: black;
        font-weight: 500;
        /* line-height: 30px; */
        font-size: 18px;
        cursor: pointer;
        /* margin-top: 0px; */
        border: 1px solid #000000;
        background: linear-gradient(white, lightgrey, grey);
    }


    .toast-center-center {
        top: 35%;
        left: 25%;
        transform: translate(-50%, -50%);
    }
    section.current-account-section.three ul.nav.nav-tabs {
        border-bottom: 0px;
        padding-top: 64px;
    }
}
@media only screen and (min-width: 1501px) and (max-width:1600px) {
    #exchange_rate {
        margin-top: 10px;
    }

    #searchbtn {
        position: relative;
        top: -25px;
        right: -76px;
    }

    #Text1 {
        margin-left: 4px;
        margin-top: 20px;
    }

    #breadCrumbs {
        font-size: 13px;
        margin-left: 10px;
        background: white;
        margin-right: -10px;
    }


    #Text2 {
        margin-left: 38px;
    }

    #ButtonCenter {
        margin-left: 5px;
        background: none;
    }
    section.current-account-section.three .col-md-12 {
        background-color: #fff;
        padding-top: 0px;
        padding-bottom: 4px;
        margin-left: 0px;
        background:none;
    }

    .main {
        background-color: white;
        width: 800px;
        /* margin: auto; */
        margin-left: 130px;
        box-shadow: 0px 0px 0px 0px rgb(0 0 0 / 20%);
        border-radius: 8px;
    }

    .btn {
        background-color: #a20a39;
        border: none;
        color: white;
        padding: 12px 16px;
        font-size: 16px;
        cursor: pointer;
        margin-left: 4px;
    }

    #cerror1, #cerror2, #cerror3, #cerror4, #cerror0 {
        color: red;
        width: 100%;
        margin-top: 52px;
        padding-left: 3px;
        font-size: 12px;
        font-weight: bold;
        position: absolute;
        display: block;
    }

    .fd-form {
        width: 100%;
        padding: 0px;
        position: relative;
        margin-left: 0px;
    }

        .fd-form .lblfield {
            width: 20%;
            /* padding: 0; */
            float: left;
        }

        .fd-form .txtfield {
            width: 80%;
            padding: 0px;
            margin-bottom: 20px;
            display: flex;
            align-items: center;
            float: left;
        }

        .fd-form .rngfield {
            width: 100%;
            margin: 0;
            padding: 0;
            margin-bottom: 30px;
        }

        .fd-form .lblfield h2.fd {
            font-size: 14px;
            text-transform: capitalize;
        }

        .fd-form .txtfield .form-control {
            /* display: block; */
            width: 70%;
            padding: 0.375rem 0.75rem;
            /* font-size: 1rem; */
            /* font-weight: 400; */
            /* line-height: 1.5; */
            /* color: #212529; */
            background-color: #fff;
            background-clip: padding-box;
            border: 1px solid #ced4da;
            /* -webkit-appearance: none; */
            -moz-appearance: none;
            appearance: none;
            border-radius: 0.4rem;
            transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
            /*background: linear-gradient(white, white, lightgrey);*/
        }


    input[type="range"] {
        width: 72%;
        top: -47px;
        border: solid 1px #D03D56;
        border-radius: 8px;
        height: 5px;
        outline: none;
        transition: background 450ms ease-in;
        
    }

    .fd-form .value.left {
        /*left: 40px;
        top: 85px;*/
        color: #be023d;
        font-size: 13px;
        position: absolute;
        top:81px;
        left: 118px;
    }

    .fd-form .value.right {
        /*right: 480px;
        top: 85px;*/
        color: #be023d;
        font-size: 13px;
        top: 81px;
        left: 396px;
        position: absolute;
    }

    .fd-form .btnfield .calculate-btn {
        margin-left: 219px;
        margin-top: 50px;
        width: 25%;
        background-color: #a20a39;
        border: none;
        color: white;
        padding: 10px 16px;
        font-size: 16px;
        cursor: pointer;
        border-radius: 5px;
    }

  
    .rightDiv #outputcal, .rightDiv #rate, .rightDiv #intearned {
        font-size: 18px;
        color: #fff;
        margin-bottom: 0px;
    }

    .rightDiv #fdoutput, .rightDiv #roi, .rightDiv #intoutput {
        font-size: 18px;
        font-weight: bold;
        color: white;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    

    .rightDiv {
        background-color: #be023d;
        /* margin: 98px 7px 0px -140px; */
        border-radius: 3px;
        box-shadow: 2px 2px 2px 1px rgb(0 0 0 / 20%);
        padding: 20px 5px 20px 5px;
        width: 20%;
        color: white;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-evenly;
        position: absolute;
        right: 5%;
        margin: 0px 90px 0px 0px;
    }

        .rightDiv .matDiv {
            margin-top: 0px;
            margin-bottom: 10px;
        }

        .rightDiv .ratDiv {
            margin-bottom: 10px;
            margin-top: 10px;
        }

        .rightDiv .intDiv {
            margin-bottom: 10px;
            margin-top: 10px;
        }

        .rightDiv .divmore {
            display: block;
            width: 100%;
            height: 100%;
            border-radius: 5px;
            margin-top: 15px;
            z-index: 99;
        }

    .infobtn {
        display: block;
        width: 85%;
        /* height: 35px; */
        background: lightyellow;
        padding: 0px;
        text-align: center;
        border-radius: 3px;
        color: black;
        font-weight: 500;
        /* line-height: 30px; */
        font-size: 18px;
        cursor: pointer;
        /* margin-top: 0px; */
        border: 1px solid #000000;
        background: linear-gradient(white, lightgrey, grey);
    }


    .toast-center-center {
        top: 35%;
        left: 25%;
        transform: translate(-50%, -50%);
    }

    section.current-account-section.three ul.nav.nav-tabs {
        border-bottom: 0px;
        padding-top: 64px;
    }
}
@media only screen and (min-width: 1601px) and (max-width:1800px) {
    #searchbtn {
        position: relative;
        top: -25px;
        right: -76px;
    }

    #Text1 {
        margin-left: 28px;
    }

    #Text2 {
        margin-left:;
    }

    #ButtonCenter {
        margin-left:-4px;
        background: none;
    }
    #menu2, #menu1 {
        margin-top: 65px;
    }
    section.current-account-section.three .col-md-12 {
        margin-left: 0px;
        background: none;
    }
    /*.col-md-3 {*/
    /* flex: 0 0 auto; */
    /*width: 100%;
    }

    .col-md-9 {
        flex: 0 0 auto;
        width: 100%;
    }*/
    .main {
        background-color: white;
        width: 92%;
        /* margin: auto; */
        margin-left: 85px;
        box-shadow: 0px 0px 0px 0px rgb(0 0 0 / 20%);
        border-radius: 8px;
    }

    #cerror1, #cerror2, #cerror3, #cerror4, #cerror0 {
        color: red;
        width: 100%;
        margin-top: 52px;
        padding-left: 3px;
        font-size: 12px;
        font-weight: bold;
        position: absolute;
        display: block;
    }

    .fd-form {
        width: 100%;
        padding: 0px;
        position: relative;
        margin-left: 0px;
    }

        .fd-form .lblfield {
            width: 20%;
            /* padding: 0; */
            float: left;
        }

        .fd-form .txtfield {
            width: 80%;
            padding: 0px;
            margin-bottom: 20px;
            display: flex;
            align-items: center;
            float: left;
        }

        .fd-form .rngfield {
            width: 100%;
            margin: 0;
            padding: 0;
            margin-bottom: 30px;
        }

        .fd-form .lblfield h2.fd {
            font-size: 14px;
            text-transform: capitalize;
        }

        .fd-form .txtfield .form-control {
            /* display: block; */
            width: 70%;
            padding: 0.375rem 0.75rem;
            /* font-size: 1rem; */
            /* font-weight: 400; */
            /* line-height: 1.5; */
            /* color: #212529; */
            background-color: #fff;
            background-clip: padding-box;
            border: 1px solid #ced4da;
            /* -webkit-appearance: none; */
            -moz-appearance: none;
            appearance: none;
            border-radius: 4px;
            transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
            /*background: linear-gradient(white, white, lightgrey);*/
        }

    input[type="range"] {
        width: 75%;
        top: -47px;
        background: lightpink;
        border: solid 1px #D03D56;
        border-radius: 8px;
        height: 5px;
        outline: none;
        transition: background 450ms ease-in;
       
    }

    .fd-form .value.left {
        /*left: 40px;
        top: 85px;*/
        color: #be023d;
        font-size: 13px;
        position: absolute;
        top: 100px;
        left:19px;
    }

    .fd-form .value.right {
        /*right: 480px;
        top: 85px;*/
        color: #be023d;
        font-size: 13px;
        top: 100px;
        left: 436px;
        position: absolute;
    }

    /*.fd-form .btnfield {*/
    /* background: linear-gradient(to right, #99004d 0%, #ff0080 100%); */
    /*background-color: #a20a39;*/
    /*font-size: 17px;
        color: #fff;
        border-radius: 5px;
        cursor: pointer;
        position: relative;
        left: 175px;
        top: 0px;
        line-height: 40px;
        padding: 0 32px;
        width: 175px;*/
    /*border: 2px solid #be023d;*/
    /*transition: all 0.3s ease;
    }*/

    .fd-form .btnfield .calculate-btn {
        margin-left: 219px;
        margin-top: 50px;
        width: 25%;
        background-color: #a20a39;
        border: none;
        color: white;
        padding: 10px 16px;
        font-size: 16px;
        cursor: pointer;
        border-radius: 5px;
    }

    /*.fd-form .calculate-btn:hover {
        background-color: white;
        color: #a20a39;
        border: 2px solid #be023d;*/
        /*line-height: 40px;*/
        /*left: 65px;*/
        /*top: 0px;
        margin-top: 50px;
        cursor: pointer;
        margin-left: 128px;
        width: 40%;
        padding: 10px 16px;
        font-size: 16px;
        border-radius: 5px;
    }*/

    .rightDiv #outputcal, .rightDiv #rate, .rightDiv #intearned {
        font-size: 18px;
        color: #fff;
        margin-bottom: 0px;
    }

    .rightDiv #fdoutput, .rightDiv #roi, .rightDiv #intoutput {
        font-size: 18px;
        font-weight: bold;
        color: white;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    

    .rightDiv {
        background-color: #be023d;
        /* margin: 98px 7px 0px -140px; */
        border-radius: 3px;
        box-shadow: 2px 2px 2px 1px rgb(0 0 0 / 20%);
        padding: 20px 5px 20px 5px;
        width: 15%;
        color: white;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-evenly;
        position: absolute;
        right: 15%;
        margin: 0px 0px 0px 0px;
    }

        .rightDiv .matDiv {
            margin-top: 0px;
            margin-bottom: 10px;
        }

        .rightDiv .ratDiv {
            margin-bottom: 10px;
            margin-top: 10px;
        }

        .rightDiv .intDiv {
            margin-bottom: 10px;
            margin-top: 10px;
        }

        .rightDiv .divmore {
            display: block;
            width: 100%;
            height: 100%;
            border-radius: 5px;
            margin-top: 15px;
            z-index: 99;
        }

    .infobtn {
        display: block;
        width: 85%;
        /* height: 35px; */
        background: lightyellow;
        padding: 0px;
        text-align: center;
        border-radius: 3px;
        color: black;
        font-weight: 500;
        /* line-height: 30px; */
        font-size: 18px;
        cursor: pointer;
        /* margin-top: 0px; */
        border: 1px solid #000000;
        background: linear-gradient(white, lightgrey, grey);
    }


    .toast-center-center {
        top: 35%;
        left: 25%;
        transform: translate(-50%, -50%);
    }

    section.current-account-section.three ul.nav.nav-tabs {
        border-bottom: 0px;
        padding-top: 64px;
    }

    .row.you-money {
        width: 79%;
        margin: 0 auto;
        margin-top: 5%;
        margin-bottom: 0%;
    }

    #er3 {
        margin-left: 0px;
    }
}   

@media only screen and (min-width: 1801px) and (max-width:1920px) {

            /* #inr-div {
            margin-left: 176px;
        }*/
            


            #Text2 {
                margin-left: 39px;
                margin-left:;
            }


            #searchbtn {
                position: relative;
                top: -25px;
                right: -76px;
            }

    #Text1 {
        margin-left: 11px;
    }

            #Text2 {
                margin-left:;
            }

            #ButtonCenter {
                margin-left: 9px;
                background: none;
            }

            #menu2, #menu1 {
                margin-top: 65px;
            }

            section.current-account-section.three .col-md-12 {
                margin-left: 0px;
                background: none;
            }

    #er3 {
        margin-left: 0px !important;
    }
            /*.col-md-3 {*/
            /* flex: 0 0 auto; */
            /*width: 100%;
    }

    .col-md-9 {
        flex: 0 0 auto;
        width: 100%;
    }*/
            .main {
                background-color: white;
                width: 92%;
                /* margin: auto; */
                margin-left: 85px;
                box-shadow: 0px 0px 0px 0px rgb(0 0 0 / 20%);
                border-radius: 8px;
            }

            #cerror1, #cerror2, #cerror3, #cerror4, #cerror0 {
                color: red;
                width: 100%;
                margin-top: 52px;
                padding-left: 3px;
                font-size: 12px;
                font-weight: bold;
                position: absolute;
                display: block;
            }

            .fd-form {
                width: 100%;
                padding: 0px;
                position: relative;
                margin-left: 0px;
            }

                .fd-form .lblfield {
                    width: 20%;
                    /* padding: 0; */
                    float: left;
                }

                .fd-form .txtfield {
                    width: 80%;
                    padding: 0px;
                    margin-bottom: 20px;
                    display: flex;
                    align-items: center;
                    float: left;
                }

                .fd-form .rngfield {
                    width: 100%;
                    margin: 0;
                    padding: 0;
                    margin-bottom: 30px;
                }

                .fd-form .lblfield h2.fd {
                    font-size: 14px;
                    text-transform: capitalize;
                }

                .fd-form .txtfield .form-control {
                    /* display: block; */
                    width: 70%;
                    padding: 0.375rem 0.75rem;
                    /* font-size: 1rem; */
                    /* font-weight: 400; */
                    /* line-height: 1.5; */
                    /* color: #212529; */
                    background-color: #fff;
                    background-clip: padding-box;
                    border: 1px solid #ced4da;
                    /* -webkit-appearance: none; */
                    -moz-appearance: none;
                    appearance: none;
                    border-radius: 4px;
                    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
                    /*background: linear-gradient(white, white, lightgrey);*/
                }

            input[type="range"] {
                width: 75%;
                top: -47px;
                background: lightpink;
                border: solid 1px #D03D56;
                border-radius: 8px;
                height: 5px;
                outline: none;
                transition: background 450ms ease-in;
            }

            .fd-form .value.left {
                color: #be023d;
                font-size: 13px;
                position: absolute;
                top: 83px;
                left: 129px;
            }

            .fd-form .value.right {
                color: #be023d;
                font-size: 13px;
                top: 83px;
                left: 445px;
                position: absolute;
            }
            /*.fd-form .btnfield {*/
            /* background: linear-gradient(to right, #99004d 0%, #ff0080 100%); */
            /*background-color: #a20a39;*/
            /*font-size: 17px;
        color: #fff;
        border-radius: 5px;
        cursor: pointer;
        position: relative;
        left: 175px;
        top: 0px;
        line-height: 40px;
        padding: 0 32px;
        width: 175px;*/
            /*border: 2px solid #be023d;*/
            /*transition: all 0.3s ease;
    }*/

            .fd-form .btnfield .calculate-btn {
                margin-left: 219px;
                margin-top: 50px;
                width: 25%;
                background-color: #a20a39;
                border: none;
                color: white;
                padding: 10px 16px;
                font-size: 16px;
                cursor: pointer;
                border-radius: 5px;
            }

            /*.fd-form .calculate-btn:hover {
        background-color: white;
        color: #a20a39;
        border: 2px solid #be023d;*/
            /*line-height: 40px;*/
            /*left: 65px;*/
            /*top: 0px;
        margin-top: 50px;
        cursor: pointer;
        margin-left: 128px;
        width: 40%;
        padding: 10px 16px;
        font-size: 16px;
        border-radius: 5px;
    }*/

            .rightDiv #outputcal, .rightDiv #rate, .rightDiv #intearned {
                font-size: 18px;
                color: #fff;
                margin-bottom: 0px;
            }

            .rightDiv #fdoutput, .rightDiv #roi, .rightDiv #intoutput {
                font-size: 18px;
                font-weight: bold;
                color: white;
                margin-top: 10px;
                margin-bottom: 10px;
            }


            .rightDiv {
                background-color: #be023d;
                /* margin: 98px 7px 0px -140px; */
                border-radius: 3px;
                box-shadow: 2px 2px 2px 1px rgb(0 0 0 / 20%);
                padding: 20px 5px 20px 5px;
                width: 15%;
                color: white;
                display: flex;
                flex-direction: column;
                align-items: center;
                justify-content: space-evenly;
                position: absolute;
                right: 17%;
                margin: 0px 0px 0px 0px;
            }

                .rightDiv .matDiv {
                    margin-top: 0px;
                    margin-bottom: 10px;
                }

                .rightDiv .ratDiv {
                    margin-bottom: 10px;
                    margin-top: 10px;
                }

                .rightDiv .intDiv {
                    margin-bottom: 10px;
                    margin-top: 10px;
                }

                .rightDiv .divmore {
                    display: block;
                    width: 100%;
                    height: 100%;
                    border-radius: 5px;
                    margin-top: 15px;
                    z-index: 99;
                }

            .infobtn {
                display: block;
                width: 85%;
                /* height: 35px; */
                background: lightyellow;
                padding: 0px;
                text-align: center;
                border-radius: 3px;
                color: black;
                font-weight: 500;
                /* line-height: 30px; */
                font-size: 18px;
                cursor: pointer;
                /* margin-top: 0px; */
                border: 1px solid #000000;
                background: linear-gradient(white, lightgrey, grey);
            }


            .toast-center-center {
                top: 35%;
                left: 25%;
                transform: translate(-50%, -50%);
            }

            section.current-account-section.three ul.nav.nav-tabs {
                border-bottom: 0px;
                padding-top: 64px;
            }

    

    .row.you-money {
        width: 79%;
        margin: 0 auto;
        margin-top: 5%;
        margin-bottom: 0%;
    }
        }
    

    @media only screen and (min-width: 1920px) and (max-width:1981px) {


        #convert {
            height: 52.5px;
            margin-left: 43px;
        }

        #searchbtn {
            position: relative;
            top: -25px;
            right: -76px;
        }

        #Text1 {
            margin-left: -20px;
        }

        #breadCrumbs {
            font-size: 13px;
            margin-left: 10px;
            background: white;
            margin-right: -14px;
        }

        #Text2 {
            margin-left: 64px;
        }

        #ButtonCenter {
            margin-left: -24px;
            background: none;
        }

        #menu2, #menu1 {
            margin-top: 65px;
            margin-left: 30px;
        }

        section.current-account-section.three .col-md-12 {
            margin-left: 0px;
            background: none;
        }

        #er3 {
            margin-left: -12px;
        }
        /*.col-md-3 {*/
        /* flex: 0 0 auto; */
        /*width: 100%;
    }

    .col-md-9 {
        flex: 0 0 auto;
        width: 100%;
    }*/
        .main {
            background-color: white;
            width: 92%;
            /* margin: auto; */
            margin-left: 85px;
            box-shadow: 0px 0px 0px 0px rgb(0 0 0 / 20%);
            border-radius: 8px;
        }

        #cerror1, #cerror2, #cerror3, #cerror4, #cerror0 {
            color: red;
            width: 100%;
            margin-top: 52px;
            padding-left: 3px;
            font-size: 12px;
            font-weight: bold;
            position: absolute;
            display: block;
        }

        .fd-form {
            width: 100%;
            padding: 0px;
            position: relative;
            margin-left: 0px;
        }

            .fd-form .lblfield {
                width: 20%;
                /* padding: 0; */
                float: left;
            }

            .fd-form .txtfield {
                width: 80%;
                padding: 0px;
                margin-bottom: 20px;
                display: flex;
                align-items: center;
                float: left;
            }

            .fd-form .rngfield {
                width: 100%;
                margin: 0;
                padding: 0;
                margin-bottom: 30px;
            }

            .fd-form .lblfield h2.fd {
                font-size: 14px;
                text-transform: capitalize;
            }

            .fd-form .txtfield .form-control {
                /* display: block; */
                width: 70%;
                padding: 0.375rem 0.75rem;
                /* font-size: 1rem; */
                /* font-weight: 400; */
                /* line-height: 1.5; */
                /* color: #212529; */
                background-color: #fff;
                background-clip: padding-box;
                border: 1px solid #ced4da;
                /* -webkit-appearance: none; */
                -moz-appearance: none;
                appearance: none;
                border-radius: 4px;
                transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
                /*background: linear-gradient(white, white, lightgrey);*/
            }

        input[type="range"] {
            width: 75%;
            top: -47px;
            background: lightpink;
            border: solid 1px #D03D56;
            border-radius: 8px;
            height: 5px;
            outline: none;
            transition: background 450ms ease-in;
        }

        .fd-form .value.left {
            /*left: 40px;
        top: 85px;*/
            color: #be023d;
            font-size: 13px;
            position: absolute;
            top: 82px;
            left: 174.5px;
        }

        .fd-form .value.right {
            /*right: 480px;
        top: 85px;*/
            color: #be023d;
            font-size: 13px;
            top: 82px;
            left: 69.5%;
            position: absolute;
        }

        /*.fd-form .btnfield {*/
        /* background: linear-gradient(to right, #99004d 0%, #ff0080 100%); */
        /*background-color: #a20a39;*/
        /*font-size: 17px;
        color: #fff;
        border-radius: 5px;
        cursor: pointer;
        position: relative;
        left: 175px;
        top: 0px;
        line-height: 40px;
        padding: 0 32px;
        width: 175px;*/
        /*border: 2px solid #be023d;*/
        /*transition: all 0.3s ease;
    }*/

        .fd-form .btnfield .calculate-btn {
            margin-left: 219px;
            margin-top: 50px;
            width: 25%;
            background-color: #a20a39;
            border: none;
            color: white;
            padding: 10px 16px;
            font-size: 16px;
            cursor: pointer;
            border-radius: 5px;
        }

        /*.fd-form .calculate-btn:hover {
        background-color: white;
        color: #a20a39;
        border: 2px solid #be023d;*/
        /*line-height: 40px;*/
        /*left: 65px;*/
        /*top: 0px;
        margin-top: 50px;
        cursor: pointer;
        margin-left: 128px;
        width: 40%;
        padding: 10px 16px;
        font-size: 16px;
        border-radius: 5px;
    }*/

        .rightDiv #outputcal, .rightDiv #rate, .rightDiv #intearned {
            font-size: 18px;
            color: #fff;
            margin-bottom: 0px;
        }

        .rightDiv #fdoutput, .rightDiv #roi, .rightDiv #intoutput {
            font-size: 18px;
            font-weight: bold;
            color: white;
            margin-top: 10px;
            margin-bottom: 10px;
        }


        .rightDiv {
            background-color: #be023d;
            /* margin: 98px 7px 0px -140px; */
            border-radius: 3px;
            box-shadow: 2px 2px 2px 1px rgb(0 0 0 / 20%);
            padding: 20px 5px 20px 5px;
            width: 15%;
            color: white;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: space-evenly;
            position: absolute;
            right: 15%;
            margin: 0px 0px 0px 0px;
        }

            .rightDiv .matDiv {
                margin-top: 0px;
                margin-bottom: 10px;
                position: relative;
                top: 12px;
            }

            .rightDiv .ratDiv {
                margin-bottom: 10px;
                margin-top: 10px;
                position: relative;
                top: 10px;
            }

            .rightDiv .intDiv {
                margin-bottom: 10px;
                margin-top: 10px;
            }

            .rightDiv .divmore {
                display: block;
                width: 100%;
                height: 100%;
                border-radius: 5px;
                margin-top: 15px;
                z-index: 99;
            }

        .infobtn {
            display: block;
            width: 85%;
            /* height: 35px; */
            background: lightyellow;
            padding: 0px;
            text-align: center;
            border-radius: 3px;
            color: black;
            font-weight: 500;
            /* line-height: 30px; */
            font-size: 18px;
            cursor: pointer;
            /* margin-top: 0px; */
            border: 1px solid #000000;
            background: linear-gradient(white, lightgrey, grey);
        }


        .toast-center-center {
            top: 35%;
            left: 25%;
            transform: translate(-50%, -50%);
        }

        section.current-account-section.three ul.nav.nav-tabs {
            border-bottom: 0px;
            padding-top: 64px;
        }
    }

    @media only screen and (min-width: 1981px) and (max-width:2024px) {
        #searchbtn {
            position: relative;
            top: -25px;
            right: -76px;
        }

        #Text1 {
            margin-left: 0px;
        }

       

        #ButtonCenter {
            margin-left: -67px;
            background: none;
        }

        #menu2, #menu1 {
            margin-top: 65px;
        }

        section.current-account-section.three .col-md-12 {
            margin-left: 0px;
            background: none;
        }

        #er3 {
            margin-left: -132px;
        }
        /*.col-md-3 {*/
        /* flex: 0 0 auto; */
        /*width: 100%;
    }

    .col-md-9 {
        flex: 0 0 auto;
        width: 100%;
    }*/
        .main {
            background-color: white;
            width: 92%;
            /* margin: auto; */
            margin-left: 85px;
            box-shadow: 0px 0px 0px 0px rgb(0 0 0 / 20%);
            border-radius: 8px;
        }

        #cerror1, #cerror2, #cerror3, #cerror4, #cerror0 {
            color: red;
            width: 100%;
            margin-top: 52px;
            padding-left: 3px;
            font-size: 12px;
            font-weight: bold;
            position: absolute;
            display: block;
        }

        .fd-form {
            width: 100%;
            padding: 0px;
            position: relative;
            margin-left: 0px;
        }

            .fd-form .lblfield {
                width: 20%;
                /* padding: 0; */
                float: left;
            }

            .fd-form .txtfield {
                width: 80%;
                padding: 0px;
                margin-bottom: 20px;
                display: flex;
                align-items: center;
                float: left;
            }

            .fd-form .rngfield {
                width: 100%;
                margin: 0;
                padding: 0;
                margin-bottom: 30px;
            }

            .fd-form .lblfield h2.fd {
                font-size: 14px;
                text-transform: capitalize;
            }

            .fd-form .txtfield .form-control {
                /* display: block; */
                width: 70%;
                padding: 0.375rem 0.75rem;
                /* font-size: 1rem; */
                /* font-weight: 400; */
                /* line-height: 1.5; */
                /* color: #212529; */
                background-color: #fff;
                background-clip: padding-box;
                border: 1px solid #ced4da;
                /* -webkit-appearance: none; */
                -moz-appearance: none;
                appearance: none;
                border-radius: 4px;
                transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
                /*background: linear-gradient(white, white, lightgrey);*/
            }

        input[type="range"] {
            width: 75%;
            top: -47px;
            background: lightpink;
            border: solid 1px #D03D56;
            border-radius: 8px;
            height: 5px;
            outline: none;
            transition: background 450ms ease-in;
        }

        .fd-form .value.left {
            /*left: 40px;
        top: 85px;*/
            color: #be023d;
            font-size: 13px;
            position: absolute;
            top: 78px;
            left: 186px;
        }

        .fd-form .value.right {
            /*right: 480px;
        top: 85px;*/
            color: #be023d;
            font-size: 13px;
            top: 78px;
            left: 70%;
            position: absolute;
        }


        .fd-form .btnfield .calculate-btn {
            margin-left: 219px;
            margin-top: 50px;
            width: 25%;
            background-color: #a20a39;
            border: none;
            color: white;
            padding: 10px 16px;
            font-size: 16px;
            cursor: pointer;
            border-radius: 5px;
        }

        .rightDiv #outputcal, .rightDiv #rate, .rightDiv #intearned {
            font-size: 18px;
            color: #fff;
            margin-bottom: 0px;
        }

        .rightDiv #fdoutput, .rightDiv #roi, .rightDiv #intoutput {
            font-size: 18px;
            font-weight: bold;
            color: white;
            margin-top: 10px;
            margin-bottom: 10px;
        }


        .rightDiv {
            background-color: #be023d;
            /* margin: 98px 7px 0px -140px; */
            border-radius: 3px;
            box-shadow: 2px 2px 2px 1px rgb(0 0 0 / 20%);
            padding: 20px 5px 20px 5px;
            width: 15%;
            color: white;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: space-evenly;
            position: absolute;
            right: 15%;
            margin: 0px 0px 0px 0px;
        }

            .rightDiv .matDiv {
                margin-top: 0px;
                margin-bottom: 10px;
            }

            .rightDiv .ratDiv {
                margin-bottom: 10px;
                margin-top: 10px;
            }

            .rightDiv .intDiv {
                margin-bottom: 10px;
                margin-top: 10px;
            }

            .rightDiv .divmore {
                display: block;
                width: 100%;
                height: 100%;
                border-radius: 5px;
                margin-top: 15px;
                z-index: 99;
            }

        .infobtn {
            display: block;
            width: 85%;
            /* height: 35px; */
            background: lightyellow;
            padding: 0px;
            text-align: center;
            border-radius: 3px;
            color: black;
            font-weight: 500;
            /* line-height: 30px; */
            font-size: 18px;
            cursor: pointer;
            /* margin-top: 0px; */
            border: 1px solid #000000;
            background: linear-gradient(white, lightgrey, grey);
        }


        .toast-center-center {
            top: 35%;
            left: 25%;
            transform: translate(-50%, -50%);
        }

        section.current-account-section.three ul.nav.nav-tabs {
            border-bottom: 0px;
            padding-top: 64px;
        }
    }

    @media only screen and (min-width: 2025px) and (max-width:2048px) {
        #searchbtn {
            position: relative;
            top: -25px;
            right: -76px;
        }

        #Text1 {
            margin-left: 28px;
        }

        #Text2 {
            margin-left:;
        }

        #ButtonCenter {
            margin-left: -67px;
            background: none;
        }

        #menu2, #menu1 {
            margin-top: 65px;
        }

        section.current-account-section.three .col-md-12 {
            margin-left: 0px;
            background: none;
        }

        #er3 {
            margin-left: -132px;
        }
        /*.col-md-3 {*/
        /* flex: 0 0 auto; */
        /*width: 100%;
    }

    .col-md-9 {
        flex: 0 0 auto;
        width: 100%;
    }*/
        .main {
            background-color: white;
            width: 92%;
            /* margin: auto; */
            margin-left: 85px;
            box-shadow: 0px 0px 0px 0px rgb(0 0 0 / 20%);
            border-radius: 8px;
        }

        #cerror1, #cerror2, #cerror3, #cerror4, #cerror0 {
            color: red;
            width: 100%;
            margin-top: 52px;
            padding-left: 3px;
            font-size: 12px;
            font-weight: bold;
            position: absolute;
            display: block;
        }

        .fd-form {
            width: 100%;
            padding: 0px;
            position: relative;
            margin-left: 0px;
        }

            .fd-form .lblfield {
                width: 20%;
                /* padding: 0; */
                float: left;
            }

            .fd-form .txtfield {
                width: 80%;
                padding: 0px;
                margin-bottom: 20px;
                display: flex;
                align-items: center;
                float: left;
            }

            .fd-form .rngfield {
                width: 100%;
                margin: 0;
                padding: 0;
                margin-bottom: 30px;
            }

            .fd-form .lblfield h2.fd {
                font-size: 14px;
                text-transform: capitalize;
            }

            .fd-form .txtfield .form-control {
                /* display: block; */
                width: 70%;
                padding: 0.375rem 0.75rem;
                /* font-size: 1rem; */
                /* font-weight: 400; */
                /* line-height: 1.5; */
                /* color: #212529; */
                background-color: #fff;
                background-clip: padding-box;
                border: 1px solid #ced4da;
                /* -webkit-appearance: none; */
                -moz-appearance: none;
                appearance: none;
                border-radius: 4px;
                transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
                /*background: linear-gradient(white, white, lightgrey);*/
            }

        input[type="range"] {
            width: 75%;
            top: -47px;
            background: lightpink;
            border: solid 1px #D03D56;
            border-radius: 8px;
            height: 5px;
            outline: none;
            transition: background 450ms ease-in;
        }

        .fd-form .value.left {
            /*left: 40px;
        top: 85px;*/
            color: #be023d;
            font-size: 13px;
            position: absolute;
            top: 105px;
            left: 186px;
        }

        .fd-form .value.right {
            /*right: 480px;
        top: 85px;*/
            color: #be023d;
            font-size: 13px;
            top: 105px;
            left: 68%;
            position: absolute;
        }

        /*.fd-form .btnfield {*/
        /* background: linear-gradient(to right, #99004d 0%, #ff0080 100%); */
        /*background-color: #a20a39;*/
        /*font-size: 17px;
        color: #fff;
        border-radius: 5px;
        cursor: pointer;
        position: relative;
        left: 175px;
        top: 0px;
        line-height: 40px;
        padding: 0 32px;
        width: 175px;*/
        /*border: 2px solid #be023d;*/
        /*transition: all 0.3s ease;
    }*/

        .fd-form .btnfield .calculate-btn {
            margin-left: 219px;
            margin-top: 50px;
            width: 25%;
            background-color: #a20a39;
            border: none;
            color: white;
            padding: 10px 16px;
            font-size: 16px;
            cursor: pointer;
            border-radius: 5px;
        }

        /*.fd-form .calculate-btn:hover {
        background-color: white;
        color: #a20a39;
        border: 2px solid #be023d;*/
        /*line-height: 40px;*/
        /*left: 65px;*/
        /*top: 0px;
        margin-top: 50px;
        cursor: pointer;
        margin-left: 128px;
        width: 40%;
        padding: 10px 16px;
        font-size: 16px;
        border-radius: 5px;
    }*/

        .rightDiv #outputcal, .rightDiv #rate, .rightDiv #intearned {
            font-size: 18px;
            color: #fff;
            margin-bottom: 0px;
        }

        .rightDiv #fdoutput, .rightDiv #roi, .rightDiv #intoutput {
            font-size: 18px;
            font-weight: bold;
            color: white;
            margin-top: 10px;
            margin-bottom: 10px;
        }


        .rightDiv {
            background-color: #be023d;
            /* margin: 98px 7px 0px -140px; */
            border-radius: 3px;
            box-shadow: 2px 2px 2px 1px rgb(0 0 0 / 20%);
            padding: 20px 5px 20px 5px;
            width: 15%;
            color: white;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: space-evenly;
            position: absolute;
            right: 15%;
            margin: 0px 0px 0px 0px;
        }

            .rightDiv .matDiv {
                margin-top: 0px;
                margin-bottom: 10px;
            }

            .rightDiv .ratDiv {
                margin-bottom: 10px;
                margin-top: 10px;
            }

            .rightDiv .intDiv {
                margin-bottom: 10px;
                margin-top: 10px;
            }

            .rightDiv .divmore {
                display: block;
                width: 100%;
                height: 100%;
                border-radius: 5px;
                margin-top: 15px;
                z-index: 99;
            }

        .infobtn {
            display: block;
            width: 85%;
            /* height: 35px; */
            background: lightyellow;
            padding: 0px;
            text-align: center;
            border-radius: 3px;
            color: black;
            font-weight: 500;
            /* line-height: 30px; */
            font-size: 18px;
            cursor: pointer;
            /* margin-top: 0px; */
            border: 1px solid #000000;
            background: linear-gradient(white, lightgrey, grey);
        }


        .toast-center-center {
            top: 35%;
            left: 25%;
            transform: translate(-50%, -50%);
        }

        section.current-account-section.three ul.nav.nav-tabs {
            border-bottom: 0px;
            padding-top: 64px;
        }
    }

    @media only screen and (min-width: 2049px) and (max-width:2094px) {
        #searchbtn {
            position: relative;
            top: -25px;
            right: -76px;
        }

        #Text1 {
            margin-left: 28px;
        }

        #Text2 {
            margin-left:;
        }

        #ButtonCenter {
            margin-left: -67px;
            background: none;
        }

        #menu2, #menu1 {
            margin-top: 65px;
        }

        section.current-account-section.three .col-md-12 {
            margin-left: 0px;
            background: none;
        }

        #er3 {
            margin-left: -132px;
        }
        /*.col-md-3 {*/
        /* flex: 0 0 auto; */
        /*width: 100%;
    }

    .col-md-9 {
        flex: 0 0 auto;
        width: 100%;
    }*/
        .main {
            background-color: white;
            width: 800px;
            /* margin: auto; */
            margin-left: 331px;
            box-shadow: 0px 0px 0px 0px rgb(0 0 0 / 20%);
            border-radius: 8px;
        }

        #cerror1, #cerror2, #cerror3, #cerror4, #cerror0 {
            color: red;
            width: 100%;
            margin-top: 52px;
            padding-left: 3px;
            font-size: 12px;
            font-weight: bold;
            position: absolute;
            display: block;
        }

        .fd-form {
            width: 100%;
            padding: 0px;
            position: relative;
            margin-left: 0px;
        }

            .fd-form .lblfield {
                width: 20%;
                /* padding: 0; */
                float: left;
            }

            .fd-form .txtfield {
                width: 80%;
                padding: 0px;
                margin-bottom: 20px;
                display: flex;
                align-items: center;
                float: left;
            }

            .fd-form .rngfield {
                width: 100%;
                margin: 0;
                padding: 0;
                margin-bottom: 30px;
            }

            .fd-form .lblfield h2.fd {
                font-size: 14px;
                text-transform: capitalize;
            }

            .fd-form .txtfield .form-control {
                /* display: block; */
                width: 70%;
                padding: 0.375rem 0.75rem;
                /* font-size: 1rem; */
                /* font-weight: 400; */
                /* line-height: 1.5; */
                /* color: #212529; */
                background-color: #fff;
                background-clip: padding-box;
                border: 1px solid #ced4da;
                /* -webkit-appearance: none; */
                -moz-appearance: none;
                appearance: none;
                border-radius: 4px;
                transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
                /*background: linear-gradient(white, white, lightgrey);*/
            }

        input[type="range"] {
            width: 72%;
            top: -47px;
            background: lightpink;
            border: solid 1px #D03D56;
            border-radius: 8px;
            height: 5px;
            outline: none;
            transition: background 450ms ease-in;
        }

        .fd-form .value.left {
            /*left: 40px;
        top: 85px;*/
            color: #be023d;
            font-size: 13px;
            position: absolute;
            top: 105px;
            left: 122px;
        }

        .fd-form .value.right {
            /*right: 480px;
        top: 85px;*/
            color: #be023d;
            font-size: 13px;
            top: 105px;
            left: 66%;
            position: absolute;
        }


        .fd-form .btnfield .calculate-btn {
            margin-left: 219px;
            margin-top: 50px;
            width: 25%;
            background-color: #a20a39;
            border: none;
            color: white;
            padding: 10px 16px;
            font-size: 16px;
            cursor: pointer;
            border-radius: 5px;
        }


        .rightDiv #outputcal, .rightDiv #rate, .rightDiv #intearned {
            font-size: 18px;
            color: #fff;
            margin-bottom: 0px;
        }

        .rightDiv #fdoutput, .rightDiv #roi, .rightDiv #intoutput {
            font-size: 18px;
            font-weight: bold;
            color: white;
            margin-top: 10px;
            margin-bottom: 10px;
        }


        .rightDiv {
            background-color: #be023d;
            /* margin: 98px 7px 0px -140px; */
            border-radius: 3px;
            box-shadow: 2px 2px 2px 1px rgb(0 0 0 / 20%);
            padding: 20px 5px 20px 5px;
            width: 13%;
            color: white;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: space-evenly;
            position: absolute;
            right: 20%;
            margin: 98px -78px 0px -21px;
        }

            .rightDiv .matDiv {
                margin-top: 0px;
                margin-bottom: 10px;
            }

            .rightDiv .ratDiv {
                margin-bottom: 10px;
                margin-top: 10px;
            }

            .rightDiv .intDiv {
                margin-bottom: 10px;
                margin-top: 10px;
            }

            .rightDiv .divmore {
                display: block;
                width: 100%;
                height: 100%;
                border-radius: 5px;
                margin-top: 15px;
                z-index: 99;
            }

        .infobtn {
            display: block;
            width: 85%;
            /* height: 35px; */
            background: lightyellow;
            padding: 0px;
            text-align: center;
            border-radius: 3px;
            color: black;
            font-weight: 500;
            /* line-height: 30px; */
            font-size: 18px;
            cursor: pointer;
            /* margin-top: 0px; */
            border: 1px solid #000000;
            background: linear-gradient(white, lightgrey, grey);
        }


        .toast-center-center {
            top: 35%;
            left: 25%;
            transform: translate(-50%, -50%);
        }

        section.current-account-section.three ul.nav.nav-tabs {
            border-bottom: 0px;
            padding-top: 64px;
        }
    }

    @media only screen and (min-width: 2095px) and (max-width:2559px) {
        #searchbtn {
            position: relative;
            top: -25px;
            right: -76px;
        }

        #Text1 {
            margin-left: 28px;
        }

        #Text2 {
            margin-left:;
        }

        #ButtonCenter {
            margin-left: -67px;
            background: none;
        }

        #menu2, #menu1 {
            margin-top: 65px;
        }

        section.current-account-section.three .col-md-12 {
            margin-left: 0px;
            background: none;
        }

        #er3 {
            margin-left: -132px;
        }
        /*.col-md-3 {*/
        /* flex: 0 0 auto; */
        /*width: 100%;
    }

    .col-md-9 {
        flex: 0 0 auto;
        width: 100%;
    }*/
        .main {
            background-color: white;
            width: 800px;
            /* margin: auto; */
            margin-left: 331px;
            box-shadow: 0px 0px 0px 0px rgb(0 0 0 / 20%);
            border-radius: 8px;
        }

        #cerror1, #cerror2, #cerror3, #cerror4, #cerror0 {
            color: red;
            width: 100%;
            margin-top: 52px;
            padding-left: 3px;
            font-size: 12px;
            font-weight: bold;
            position: absolute;
            display: block;
        }

        .fd-form {
            width: 100%;
            padding: 0px;
            position: relative;
            margin-left: 0px;
        }

            .fd-form .lblfield {
                width: 20%;
                /* padding: 0; */
                float: left;
            }

            .fd-form .txtfield {
                width: 80%;
                padding: 0px;
                margin-bottom: 20px;
                display: flex;
                align-items: center;
                float: left;
            }

            .fd-form .rngfield {
                width: 100%;
                margin: 0;
                padding: 0;
                margin-bottom: 30px;
            }

            .fd-form .lblfield h2.fd {
                font-size: 14px;
                text-transform: capitalize;
            }

            .fd-form .txtfield .form-control {
                /* display: block; */
                width: 70%;
                padding: 0.375rem 0.75rem;
                /* font-size: 1rem; */
                /* font-weight: 400; */
                /* line-height: 1.5; */
                /* color: #212529; */
                background-color: #fff;
                background-clip: padding-box;
                border: 1px solid #ced4da;
                /* -webkit-appearance: none; */
                -moz-appearance: none;
                appearance: none;
                border-radius: 4px;
                transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
                /*background: linear-gradient(white, white, lightgrey);*/
            }

        input[type="range"] {
            width: 72%;
            top: -47px;
            background: lightpink;
            border: solid 1px #D03D56;
            border-radius: 8px;
            height: 5px;
            outline: none;
            transition: background 450ms ease-in;
        }

        .fd-form .value.left {
            /*left: 40px;
        top: 85px;*/
            color: #be023d;
            font-size: 13px;
            position: absolute;
            top: 105px;
            left: 122px;
        }

        .fd-form .value.right {
            /*right: 480px;
        top: 85px;*/
            color: #be023d;
            font-size: 13px;
            top: 100px;
            left: 390px;
            position: absolute;
        }


        .fd-form .btnfield .calculate-btn {
            margin-left: 219px;
            margin-top: 50px;
            width: 25%;
            background-color: #a20a39;
            border: none;
            color: white;
            padding: 10px 16px;
            font-size: 16px;
            cursor: pointer;
            border-radius: 5px;
        }


        .rightDiv #outputcal, .rightDiv #rate, .rightDiv #intearned {
            font-size: 18px;
            color: #fff;
            margin-bottom: 0px;
        }

        .rightDiv #fdoutput, .rightDiv #roi, .rightDiv #intoutput {
            font-size: 18px;
            font-weight: bold;
            color: white;
            margin-top: 10px;
            margin-bottom: 10px;
        }


        .rightDiv {
            background-color: #be023d;
            /* margin: 98px 7px 0px -140px; */
            border-radius: 3px;
            box-shadow: 2px 2px 2px 1px rgb(0 0 0 / 20%);
            padding: 20px 5px 20px 5px;
            width: 13%;
            color: white;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: space-evenly;
            position: absolute;
            right: 20%;
            margin: 98px -78px 0px -21px;
        }

            .rightDiv .matDiv {
                margin-top: 0px;
                margin-bottom: 10px;
            }

            .rightDiv .ratDiv {
                margin-bottom: 10px;
                margin-top: 10px;
            }

            .rightDiv .intDiv {
                margin-bottom: 10px;
                margin-top: 10px;
            }

            .rightDiv .divmore {
                display: block;
                width: 100%;
                height: 100%;
                border-radius: 5px;
                margin-top: 15px;
                z-index: 99;
            }

        .infobtn {
            display: block;
            width: 85%;
            /* height: 35px; */
            background: lightyellow;
            padding: 0px;
            text-align: center;
            border-radius: 3px;
            color: black;
            font-weight: 500;
            /* line-height: 30px; */
            font-size: 18px;
            cursor: pointer;
            /* margin-top: 0px; */
            border: 1px solid #000000;
            background: linear-gradient(white, lightgrey, grey);
        }


        .toast-center-center {
            top: 35%;
            left: 25%;
            transform: translate(-50%, -50%);
        }

        section.current-account-section.three ul.nav.nav-tabs {
            border-bottom: 0px;
            padding-top: 64px;
        }
    }

    @media only screen and (min-width: 2560px) {
        #exchange_rate {
            margin-left: 25px;
        }

        #convert {
            height: 52px;
            margin-left: 18px !important;
        }

        .faposition {
            position: relative;
            left: -9px;
        }

        #searchbtn {
            position: relative;
            top: -25px;
            right: -76px;
        }

        #breadCrumbs {
            font-size: 20px;
            margin-top: 119px;
            background: white;
            margin-right: -86px;
        }

        #Text1 {
            margin-left: 28px;
        }

        #Text2 {
            margin-left: 186px;
        }

        #ButtonCenter {
            margin-left: -67px;
        }

        #menu2, #menu1 {
            margin-top: 98px;
        }

        #Text1 {
            margin-left: 28px;
        }

        #ButtonCenter {
            margin-left: -67px;
            background: none;
        }

        section.current-account-section.three .col-md-12 {
            margin-left: -75px;
            background: none;
        }

        #er3 {
            margin-left: -132px;
        }

        .main {
            background-color: white;
            width: 800px;
            /* margin: auto; */
            margin-left: 331px;
            box-shadow: 0px 0px 0px 0px rgb(0 0 0 / 20%);
            border-radius: 8px;
        }

        #cerror1, #cerror2, #cerror3, #cerror4, #cerror0 {
            color: red;
            width: 100%;
            margin-top: 52px;
            padding-left: 3px;
            font-size: 12px;
            font-weight: bold;
            position: absolute;
            display: block;
        }

        .fd-form {
            width: 100%;
            padding: 0px;
            position: relative;
            margin-left: 0px;
        }

            .fd-form .lblfield {
                width: 20%;
                /* padding: 0; */
                float: left;
            }

            .fd-form .txtfield {
                width: 80%;
                padding: 0px;
                margin-bottom: 20px;
                display: flex;
                align-items: center;
                float: left;
            }

            .fd-form .rngfield {
                width: 100%;
                margin: 0;
                padding: 0;
                margin-bottom: 30px;
            }

            .fd-form .lblfield h2.fd {
                font-size: 14px;
                text-transform: capitalize;
            }

            .fd-form .txtfield .form-control {
                /* display: block; */
                width: 70%;
                padding: 0.375rem 0.75rem;
                /* font-size: 1rem; */
                /* font-weight: 400; */
                /* line-height: 1.5; */
                /* color: #212529; */
                background-color: #fff;
                background-clip: padding-box;
                border: 1px solid #ced4da;
                /* -webkit-appearance: none; */
                -moz-appearance: none;
                appearance: none;
                border-radius: 4px;
                transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
                /*background: linear-gradient(white, white, lightgrey);*/
            }

        input[type="range"] {
            width: 75%;
            top: -47px;
            background: lightpink;
            border: solid 1px #D03D56;
            border-radius: 8px;
            height: 5px;
            outline: none;
            transition: background 450ms ease-in;
        }

        .fd-form .value.left {
            /*left: 40px;
        top: 85px;*/
            color: #be023d;
            font-size: 13px;
            position: absolute;
            top: 78px;
            left: 117px;
        }

        .fd-form .value.right {
            /*right: 480px;
        top: 85px;*/
            color: #be023d;
            font-size: 13px;
            top: 78px;
            left: 395px;
            position: absolute;
        }


        .fd-form .btnfield .calculate-btn {
            margin-left: 188px;
            margin-top: 50px;
            width: 25%;
            background-color: #a20a39;
            border: none;
            color: white;
            padding: 10px 16px;
            font-size: 16px;
            cursor: pointer;
            border-radius: 5px;
        }

        .rightDiv #outputcal, .rightDiv #rate, .rightDiv #intearned {
            font-size: 18px;
            color: #fff;
            margin-bottom: 0px;
        }

        .rightDiv #fdoutput, .rightDiv #roi, .rightDiv #intoutput {
            font-size: 18px;
            font-weight: bold;
            color: white;
            margin-top: 10px;
            margin-bottom: 10px;
        }


        .rightDiv {
            background-color: #be023d;
            /* margin: 98px 7px 0px -140px; */
            border-radius: 3px;
            box-shadow: 2px 2px 2px 1px rgb(0 0 0 / 20%);
            padding: 20px 5px 20px 5px;
            width: 13%;
            color: white;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: space-evenly;
            position: absolute;
            right: 20%;
            margin: 0px 0px 0px 0px;
        }


            .rightDiv .matDiv {
                margin-top: 0px;
                margin-bottom: 10px;
            }

            .rightDiv .ratDiv {
                margin-bottom: 10px;
                margin-top: 10px;
            }

            .rightDiv .intDiv {
                margin-bottom: 10px;
                margin-top: 10px;
            }

            .rightDiv .divmore {
                display: block;
                width: 100%;
                height: 100%;
                border-radius: 5px;
                margin-top: 15px;
                z-index: 99;
            }

        .infobtn {
            display: block;
            width: 85%;
            /* height: 35px; */
            background: lightyellow;
            padding: 0px;
            text-align: center;
            border-radius: 3px;
            color: black;
            font-weight: 500;
            /* line-height: 30px; */
            font-size: 18px;
            cursor: pointer;
            /* margin-top: 0px; */
            border: 1px solid #000000;
            background: linear-gradient(white, lightgrey, grey);
        }


        .toast-center-center {
            top: 35%;
            left: 25%;
            transform: translate(-50%, -50%);
        }

        section.current-account-section.three ul.nav.nav-tabs {
            border-bottom: 0px;
            padding-top: 64px;
        }

        .contactusimg-text {
            width: 100%;
        }
    }
/* Media Queries Styling Ends */