
hr {
    height: 0.5px !important;
}

.custom-range {
    height: 3rem;
}

.whatsapp-btn,
.scrollup,
.floating-btn {
    display: none !important;
}

/* Style 8 ----------------------------- */
.thirteen {    
    padding-top: 105px;
    padding-bottom: 20px;
    text-align: center;
    border: none;
    border-radius: 0;
    background: #F6F5F5;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.thirteen h1 {
    color: #333;
    text-align: center;
    font-family: "Plus Jakarta Sans";
    font-size: 40px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-transform: capitalize;

}


input[type=range]::-webkit-slider-runnable-track {
    -webkit-appearance: none;
    padding-top: 6px;
    height: 0.5rem;
    background: rgba(59, 173, 227, 1);
    background: -moz-linear-gradient(45deg, rgba(59, 173, 227, 1) 0%, rgba(87, 111, 230, 1) 25%, rgba(152, 68, 183, 1) 51%, rgba(255, 53, 127, 1) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(59, 173, 227, 1)), color-stop(25%, rgba(87, 111, 230, 1)), color-stop(51%, rgba(152, 68, 183, 1)), color-stop(100%, rgba(255, 53, 127, 1)));
    background: -webkit-linear-gradient(45deg, rgba(59, 173, 227, 1) 0%, rgba(87, 111, 230, 1) 25%, rgba(152, 68, 183, 1) 51%, rgba(255, 53, 127, 1) 100%);
    background: -o-linear-gradient(45deg, rgba(59, 173, 227, 1) 0%, rgba(87, 111, 230, 1) 25%, rgba(152, 68, 183, 1) 51%, rgba(255, 53, 127, 1) 100%);
    background: -ms-linear-gradient(45deg, rgba(59, 173, 227, 1) 0%, rgba(87, 111, 230, 1) 25%, rgba(152, 68, 183, 1) 51%, rgba(255, 53, 127, 1) 100%);
    background: linear-gradient(45deg, rgba(59, 173, 227, 1) 0%, rgba(87, 111, 230, 1) 25%, rgba(152, 68, 183, 1) 51%, rgba(255, 53, 127, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3bade3 ', endColorstr='#ff357f ', GradientType=1);
    height: 5px;
}

input[type=range]:focus {
    outline: none;
}

input[type=range]::-moz-range-track {
    -moz-appearance: none;
    background: rgba(59, 173, 227, 1);
    background: -moz-linear-gradient(45deg, rgba(59, 173, 227, 1) 0%, rgba(87, 111, 230, 1) 25%, rgba(152, 68, 183, 1) 51%, rgba(255, 53, 127, 1) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(59, 173, 227, 1)), color-stop(25%, rgba(87, 111, 230, 1)), color-stop(51%, rgba(152, 68, 183, 1)), color-stop(100%, rgba(255, 53, 127, 1)));
    background: -webkit-linear-gradient(45deg, rgba(59, 173, 227, 1) 0%, rgba(87, 111, 230, 1) 25%, rgba(152, 68, 183, 1) 51%, rgba(255, 53, 127, 1) 100%);
    background: -o-linear-gradient(45deg, rgba(59, 173, 227, 1) 0%, rgba(87, 111, 230, 1) 25%, rgba(152, 68, 183, 1) 51%, rgba(255, 53, 127, 1) 100%);
    background: -ms-linear-gradient(45deg, rgba(59, 173, 227, 1) 0%, rgba(87, 111, 230, 1) 25%, rgba(152, 68, 183, 1) 51%, rgba(255, 53, 127, 1) 100%);
    background: linear-gradient(45deg, rgba(59, 173, 227, 1) 0%, rgba(87, 111, 230, 1) 25%, rgba(152, 68, 183, 1) 51%, rgba(255, 53, 127, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3bade3 ', endColorstr='#ff357f ', GradientType=1);
    height: 2px;
}

input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: 2px solid;
    border-radius: 50%;
    height: 25px;
    width: 25px;
    max-width: 80px;
    position: relative;
    bottom: 11px;
    background-color: #1d1c25;
    cursor: -webkit-grab;
    -webkit-transition: border 1000ms ease;
    transition: border 1000ms ease;
}

input[type=range]::-moz-range-thumb {
    -moz-appearance: none;
    border: 2px solid;
    border-radius: 50%;
    height: 25px;
    width: 25px;
    max-width: 80px;
    position: relative;
    bottom: 11px;
    background-color: #1d1c25;
    cursor: -moz-grab;
    -moz-transition: border 1000ms ease;
    transition: border 1000ms ease;
}

.proprty-input-group input[type=number] {
    padding: 20px;
    border-radius: 22px;
    border: 1px solid #EAEAEA;
    background: #F8F8F8 !important;
    color: rgb(51 51 51 / 50%);
    font-family: "Work Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    padding: 9px 20px !important;
    height: auto !important;
}

.form-select {
    padding: 8px;
    border-radius: 22px;
    border: 1px solid #EAEAEA;
    background: #F8F8F8 !important;
    color: rgb(51 51 51 / 50%);
    font-family: "Work Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    padding: 9px 20px !important;
    height: auto !important;
}

.proprty-input-group input[type=text] {
    border-radius: 22px;
    border: 1px solid #EAEAEA;
    background: #F8F8F8 !important;
    color: rgb(51 51 51 / 50%);
    font-family: "Work Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    padding: 9px 20px !important;
    height: auto !important;
}

.proprty-input-group .form-control {
    border-radius: 22px;
    border: 1px solid #EAEAEA;
    background: #F8F8F8 !important;
    color: rgb(51 51 51 / 50%);
    font-family: "Work Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    padding: 9px 20px !important;
}

.range.blue::-webkit-slider-thumb {
    border-color: rgb(59, 173, 227);
}

.range.ltpurple::-webkit-slider-thumb {
    border-color: rgb(87, 111, 230);
}

.range.purple::-webkit-slider-thumb {
    border-color: rgb(152, 68, 183);
}

.range.pink::-webkit-slider-thumb {
    border-color: rgb(255, 53, 127);
}

.range.blue::-moz-range-thumb {
    border-color: rgb(59, 173, 227);
}

.range.ltpurple::-moz-range-thumb {
    border-color: rgb(87, 111, 230);
}

.range.purple::-moz-range-thumb {
    border-color: rgb(152, 68, 183);
}

.range.pink::-moz-range-thumb {
    border-color: rgb(255, 53, 127);
}

input[type=range]::-webkit-slider-thumb:active {
    cursor: -webkit-grabbing;
}

input[type=range]::-moz-range-thumb:active {
    cursor: -moz-grabbing;
}


a.animated-button:link,
a.animated-button:visited {
    position: relative;
    display: block;
    margin: 30px auto 0;
    padding: 14px 15px;
    color: #000;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    overflow: hidden;
    letter-spacing: .08em;
    border-radius: 0;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(0, 0, 0, 0.2);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

a.animated-button:link:after,
a.animated-button:visited:after {
    content: "";
    position: absolute;
    height: 0%;
    left: 50%;
    top: 50%;
    width: 150%;
    z-index: -1;
    -webkit-transition: all 0.75s ease 0s;
    -moz-transition: all 0.75s ease 0s;
    -o-transition: all 0.75s ease 0s;
    transition: all 0.75s ease 0s;
}

a.animated-button:link:hover,
a.animated-button:visited:hover {
    color: #000;
    text-shadow: none;
}

a.animated-button:link:hover:after,
a.animated-button:visited:hover:after {
    height: 450%;
}

a.animated-button:link,
a.animated-button:visited {
    position: relative;
    display: block;
    margin: 30px auto 0;
    padding: 14px 15px;
    color: #000;
    font-size: 14px;
    border-radius: 0;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    overflow: hidden;
    letter-spacing: .08em;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(0, 0, 0, 0.2);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}


a.animated-button.gibson-two {
    border: 2px solid #65b37a;
    color: #000000;
}

a.animated-button.gibson-two:after {
    opacity: 0;
    background-image: -webkit-linear-gradient(transparent 50%, rgba(101, 179, 122, 0.2) 50%);
    background-image: -moz-linear-gradient(transparent 50%, rgba(101, 179, 122, 0.2) 50%);
    background-size: 10px 10px;
    -moz-transform: translateX(-50%) translateY(-50%) rotate(-25deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(-25deg);
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-25deg);
    transform: translateX(-50%) translateY(-50%) rotate(-25deg);
}

a.animated-button.gibson-two:hover:after {
    height: 600% !important;
    opacity: 1;
    color: #000;
}

.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #022b3a;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
    z-index: 99;
}

.float:hover {
    color: white;
}

.my-float {
    margin-top: 22px;
}

.modalcontainer {
    position: fixed;
    width: 100%;
    height: 95vh;
    background-color: #e7e7e7;
    transform: translateY(1500px);
    bottom: 0px;
    z-index: 2;
    border-radius: 20px 20px 0 0;
    overflow: hidden;
    transition: all 1s ease;
}

.modalshow {
    transform: translateY(0);
    display: block;
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.modalcontainer .closebtn {
    height: 50px;
    width: 50px;
    position: absolute;
    border-radius: 50%;
    right: 0;
    font-size: 35px;
    justify-content: center;
    display: flex;
    align-items: center;
    margin: 20px;
    background-color: white;
}

.nav-tab-style {
    padding-left: 0px !important;
    /* justify-content: space-between; */
    background: #f4f1e4;
    padding: 16px;
    line-height: var(--mio-theme-v2-title-m-line-height);
    flex-grow: 1;
    align-items: center;
    padding: 0px;
    position: relative;
    border: none;
    border-radius: 40px;
    background: #edf6f9;
    line-height: 49px;
    text-decoration: none;
    text-decoration: initial;
    cursor: pointer;
    vertical-align: middle;
    width: fit-content;
    margin: auto;
}

table tbody tr:last-child td:first-child {
    border-bottom-left-radius: 10px;
}

table tbody tr:last-child td:last-child {
    border-bottom-right-radius: 10px;
}

/* table thead tr:first-child td:last-child {
    border-top-left-radius: 10px;
} */
table thead tr:first-child td:first-child {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.nav-pills .nav-link {
    width: 13rem;
    height: 100%;
    opacity: 1;
    color: black;
    font-size: 1rem;
    transition-duration: .2s;
    transition-property: transform, opacity;
    transition-timing-function: cubic-bezier(.2, 0, 0, 1);
    border-radius: 40px;
    /* background: #e6e4bf; */
    /* content: ""; */
}

.nav-pills .nav-link.active {
    background: #006d77 !important;
}

@media (min-width: 300px) and (max-width: 420px) {
    .nav-pills .nav-link {
        width: 5.47rem;
        font-size: 0.4rem;
    }

    .nav-tab-style {
        line-height: 34px;
    }
}

@media (min-width: 420px) and (max-width: 600px) {
    .nav-pills .nav-link {
        width: 6.26rem;
        font-size: 0.5rem;
    }

    .nav-tab-style {
        line-height: 39px;
    }
}

@media (min-width: 600px) and (max-width: 780px) {
    .nav-pills .nav-link {
        width: 9.7rem;
    }
}

@media (min-width: 780px) and (max-width: 1000px) {
    .nav-pills .nav-link {
        width: 10.85rem;
    }
}

@media (min-width: 1000px) and (max-width: 1200px) {
    .nav-pills .nav-link {
        width: 11.6rem;
    }
}

@media (min-width: 1200px) and (max-width: 1400px) {
    .nav-pills .nav-link {
        width: 12.42rem;
    }
}

input[type=range]::-webkit-slider-thumb {
    background: #022b3a;
}



.tab-pane .active {
    margin-bottom: 60px !important;
}

.form-control {
    border: 1px solid #022b3a;
}

.vodiapicker {
    display: none;
}

#currency_drop {
    padding-left: 0px;
}

#currency_drop img,
.btn-select img {
    width: 12px;

}

#currency_drop li {
    list-style: none;
    padding-top: 5px;
    padding-bottom: 5px;
}

#currency_drop li:hover {
    background-color: #F4F3F3;
}

#currency_drop li img {
    margin: 5px;
}

#currency_drop li span,
.btn-select li span {
    margin-left: 30px;
}

/* item list */

.cur-drop {
    display: none;
    width: 100%;
    max-width: 252px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 5px;
    position: absolute;
    height: 500px;
    overflow: auto;
    z-index: 99;
    background: white;
}

.open {
    display: show !important;
}

.btn-select {
    margin-top: 10px;
    width: 100%;
    max-width: 350px;
    height: 34px;
    border-radius: 5px;
    background-color: #fff;
    border: 1px solid #ccc;

}

.btn-select li {
    list-style: none;
    float: left;
    padding-bottom: 0px;
}

.btn-select:hover li {
    margin-left: 0px;
}

.btn-select:hover {
    background-color: #F4F3F3;
    border: 1px solid transparent;
    box-shadow: inset 0 0px 0px 1px #ccc;


}

.btn-select:focus {
    outline: none;
}

.lang-select {
    margin-left: 50px;
}

.home-btn {
    background: transparent;
    padding: 4px 21px 0px 21px !important;
    border-radius: 10px !important;
    color: black;
    border: 2px solid #5451DE !important;
    font-weight: 500;
}

.home-btn:hover {
    color: white;
    background: #5451DE;
}

.user-case-study {
    padding: 0 !important;
    border: 0 !important;
    background: white !important;
}

.user-case-study:focus {
    box-shadow: 0px 0px 0px !important;
}

.circle-bg {
    border-radius: 34px;
    background: rgba(255, 255, 255, 0.1);
    color: #FFF;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    transition: 0.3s all;
}

.circle-bg:hover {
    transform: scale(1.1);
    color: #FFF;
}

.main-wrapper {
    padding: 30px 40px;
}

.proprty-input-group .card {
    border-radius: 16px;
    border: 1px solid #E3E3E3;
    background: #FFF;
    padding: 18px !important;
}

.label-text {
    color: #333;
    font-family: "Work Sans", sans-serif;
    font-size: 15px;
    font-weight: 400;
}


.invest-box,
.return-box {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    gap: 20px;
}


.invest-box .img-wrapper,
.return-box .img-wrapper {
    width: 50px;
    height: 50px;
}

.invest-box .img-wrapper img,
.return-box .img-wrapper img {
    width: auto;
    height: 100%;
}

.invest-box .description-text,
.return-box .description-text {
    color: #333;
    font-family: 'Work Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 10px;
    display: block;
}

.return-box .description-text {
    color: #FFF;
}

.danger-bg,
#headerinvested {
    background: #CA0000;
}

.success-bg {
    background: #198754;
}

#headerreturn {
    background: #FFF;
    color: #198754;
}

.description-header {
    border-radius: 10px;
    padding: 13px 20px;
    color: #FFF;
    font-family: "Work Sans", sans-serif;
    font-size: 18px;
    font-weight: 600;
}

.para-fill {
    color: #333;
    font-family: "Work Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
}

.para-fill {
    color: rgba(51, 51, 51, 0.5);
}

.danger-bg-outline {
    border-radius: 22px;
    border: 1px solid #CA0000;
    background: #FFE7E7;
    padding: 13px 20px;
    color: #CA0000;
    font-family: "Work Sans", sans-serif;
    font-size: 18px;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 180px;
    display: block;
}

.success-bg-outline {
    border-radius: 22px;
    border: 1px solid #198754;
    background: #E7FFE7;
    padding: 13px 20px;
    color: #198754;
    font-family: "Work Sans", sans-serif;
    font-size: 18px;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 180px;
    display: block;
}

.blue-title {
    color: #5451DE;
    font-family: "Work Sans", sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 20px;
}

.border-box {
    border-radius: 16px;
    border: 1px solid #E3E3E3;
    background: #FFF;
}

.table-outline-bg-white {
    border-radius: 16px;
    border: 1px solid #EAEAEA;
    background: #FFF;
    border-collapse: separate;
    border-spacing: 0px;
}

table {
    border-color: #EAEAEA !important;
}

.table thead td {
    color: #333;
    font-family: "Work Sans", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
}

.table-bordered>thead>tr {
    border-bottom-width: 2px !important;
}

.table td {
    vertical-align: middle;
    text-align: left;
    padding: 10px 20px;
    color: rgba(51, 51, 51, 0.8);
    font-family: "Work Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
}

.border-badge-success {
    border-radius: 50px;
    border: 0.8px solid #198754;
    background: #E7FFE7;
    padding: 5px 10px;
    color: #198754;
    font-family: "Work Sans", sans-serif;
    font-size: 16px;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 180px;
    display: block;
    text-align: center;
}


.number-wrapper .number {
    color: #5451DE;
    font-family: "Work Sans", sans-serif;
    font-size: 48px;
    font-weight: 700;
}

.number-wrapper sub {
    bottom: 20px;
    padding: 0px 5px;
    color: #5451DE;
    font-family: "Work Sans", sans-serif;
    font-size: 17.297px;
    font-weight: 700;
}

.submit-btn {
    border-radius: 50px;
    background: #5451DE;
    padding: 10px 20px;
    color: #FFF;
    font-family: "Work Sans", sans-serif;
    font-size: 16px;
    font-weight: 500;
}

.submit-btn:hover {
    color: #FFF;
    background: #8987FF;
}

@media (max-width: 1200px) {

    .invest-box .img-wrapper,
    .return-box .img-wrapper {
        width: 40px;
        height: 40px;
    }

    .invest-box,
    .return-box {
        gap: 7px;
    }


    .invest-box .danger-bg-outline,
    .invest-box .success-bg-outline {
        max-width: 130px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .thirteen h1 {
        font-size: 62px;
    }
}

@media (max-width: 992px) {

    .invest-box .img-wrapper,
    .return-box .img-wrapper {
        width: 50px;
        height: 50px;
    }

    .invest-box,
    .return-box {
        gap: 20px;
    }


    .invest-box .danger-bg-outline,
    .invest-box .success-bg-outline {
        max-width: 200px;
    }

    .thirteen h1 {
        font-size: 52px;
    }

    .main-wrapper {
        padding: 30px 20px;
    }
}

@media (max-width: 767px) {

    .invest-box .danger-bg-outline,
    .invest-box .success-bg-outline {
        max-width: 160px;
    }
}

@media (max-width: 576px) {
    .col-sm-6.invest-box {
        margin: 10px 0px;
    }

    .proprty-input-group .card {
        padding: 15px !important;
    }

    .thirteen h1 {
        white-space: normal;
    }

    .main-wrapper {
        padding: 30px 10px;
    }

    .blue-title {
        font-size: 22px;
    }
}

@media (max-width: 479px) {
    .thirteen h1 {
        font-size: 40px;
    }
}