@import url("https://fonts.googleapis.com/css2?family=Orbitron:wght@400;500;600;700;800;900&display=swap");

.home-wrapper {
    display: flex;
    align-items: stretch;
    justify-content: flex-end;
    min-height: 100vh;
}
.home-wrapper > div {
    width: 50%;
    padding: 140px 50px 50px;
}
.home-right {
    /* background: linear-gradient(175deg, #3286c4 0%, #010a72 100%); */
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0 !important;
}
.home-right-body {
    min-height: calc(100vh - 35px);
    padding: 140px 50px 50px;
}
.home-left {
    background-size: cover;
    background-position: center;
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
}
.home-badge {
    width: 193px;
}
.tab-row {
    width: auto;
    margin-bottom: 27px;
    position: relative;
}
.tab-row.active {
    padding-bottom: 120px;
}
.tab-row-container {
    display: inline-block;
    position: relative;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    left: 50%;
    transform: translateX(-50%);
}
.tab-row-container.none-center {
    left: 0;
    transform: none;
}
.tab-shape-container {
    position: absolute;
    left: 106%;
    /*top: 10px;*/
    top: 35px;
}
.tab-row.active:last-of-type .tab-shape-container {
    top: auto;
    bottom: -180px;
    left: 130%;
}
.tab-row-wrapper {
    display: flex;
    position: relative;
    cursor: pointer;
}
.tab-card {
    padding: 20px 13px 15px;
    border: 5px solid #fff;
    border-right: none;
    border-radius: 12px 0 0 12px;
    position: relative;
    width: 237px;
}
.tab-card:after {
    content: "";
    height: 27px;
    width: 27px;
    border: 5px solid #fff;
    border-top: none;
    border-left: none;
    position: absolute;
    bottom: -5px;
    right: -13px;
    border-bottom-right-radius: 12px;
}

.tab-card-title {
    text-transform: uppercase;
    border-bottom: 7px solid #00e2ff;
    color: #fff;
    font-weight: bold;
    line-height: 0.9;
    font-size: 30px;
    text-align: center;
    padding-bottom: 7px;
    padding-left: 0;
    padding-right: 0;
}
.tab-card-icons {
    display: flex;
    flex-direction: column;
    align-content: space-between;
    height: 100%;
}
.tab-card-icons > div {
    height: 50%;
}
.tci-logo img {
    height: 60px;
}
.tci-logo {
    position: relative;
}
.tci-logo:after {
    content: "";
    height: 5px;
    width: 30px;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
}
.tci-plus {
    position: relative;
    bottom: -21px;
    right: -15px;
}
.tci-plus .icon {
    font-size: 24px;
    color: #fff;
    display: inline-block;
}
.tab-row.active .tci-plus .icon {
    transform: rotateZ(45deg);
}

.main-outer-border {
    border: 15px solid #3d5173;
}
.main-center-border {
    border: 7px solid #a8b9d9;
}
.shape-circle-border {
    width: 313px;
    height: 313px;
    border: 5px solid #fff;
    border-top: 3px solid transparent;
    border-radius: 50%;
    padding: 10px;
    position: relative;
}
.shape-circle-border-outer,
.shape-circle-border-center,
.shape-circle-content {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: relative;
}
.shape-circle-content {
    padding: 33px 20px;
    background: #728fc2;
    /* border: 1px solid #fff; */
    text-align: center;
    position: relative;
    overflow: hidden;
}
.sc-main-title {
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.2;
}
.sc-line {
    width: 100%;
    height: 4px;
    background: #00c5de;
    border-radius: 50px;
    margin: 8px 0;
}
.sc-main-sub-title {
    font-size: 16px;
    color: #fff;
    font-weight: 600;
}
.sc-icon {
    padding-top: 5px;
}
.shape-circle-border-logo {
    position: absolute;
    top: -11px;
    left: 21px;
}

/* .shape-circle-border-logo {
  transform: rotate(-72deg);
  position: absolute;
  top: -22px;
  left: 2px;
  width: 65px;
  height: 65px;
  border: 4px solid #fff;
  border-radius: 50% 50% 50% 50%;
  border-left: 5px solid transparent;
}
.shape-circle-btn img {
  width: 35px;
  transform: rotate(71deg);
  position: relative;
  right: -13px;
  top: 10px;
} */
.close-circle-res-btn {
    display: none;
}
.tab-shape-circle-container {
    padding: 0;
    display: none;
}
.tab-row.active .tab-shape-circle-container {
    display: block !important;
}
.tab-row:last-of-type .tab-shape-circle-container {
    position: relative;
}
.tic-circle-shape {
    width: 62px;
    margin-left: -6px;
    height: 62px !important;
    border: 5px solid #fff;
    border-radius: 0 50% 50% 50%;
    border-left: 5px solid transparent;
    display: flex;
    justify-content: center;
    align-items: center;
}
.circle-head {
    position: absolute;
    top: -22px;
    left: 50%;
    transform: translateX(-50%);
    width: 185px;
    height: 90px;
    opacity: 1;
    border: 3px solid #fff;
    border-radius: 102px 102px 0 0;
    border-bottom: none;
}
.circle-footer {
    position: absolute;
    bottom: -22px;
    left: 50%;
    transform: translateX(-50%);
    width: 185px;
    height: 90px;
    opacity: 1;
    border: 3px solid #fff;
    border-radius: 0 0 102px 102px;
    border-top: none;
}

.circle-line-right {
    position: absolute;
    height: 67%;
    width: 3px;
    border-right: 3px solid #fff;
    right: -18.2px;
    bottom: 64.5px;
}
.circle-line-left {
    position: absolute;
    height: 148px;
    width: 3px;
    border-right: 3px solid #fff;
    left: -18.1px;
    top: 113px;
}
.cclorange-color {
    background: #f4b305 !important;
    position: relative;
}
.cclorange-color:after {
    content: "BASAL";
    color: #fff;
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 110%;
    width: 100%;
    text-align: center;
}
.cclgray-color {
    background: #d9d9d9 !important;
}
.circle-line-dart {
    position: absolute;
    top: 124px;
    left: -47px;
    width: 50px;
}
.circle-line-retouch {
    position: absolute;
    top: -27%;
    left: -51px;
    width: 51px;
}
.circle-insert-curve {
    position: absolute;
}
.circle-progress-enter-btn {
    position: absolute;
    color: #fff;
    line-height: 1;
    font-size: 13px;
    text-align: left;
    top: 79px;
    left: -63px;
}
.circle-progress-enter-btn:after {
    content: "";
    position: absolute;
    left: -17px;
    top: -11px;
    width: 109%;
    height: 47px;
    border: 3px solid #fff;
    border-right: none;
    border-radius: 50px 0 0 50px;
}
.circle-progress-enter-btn .ent-title {
    font-size: 12px;
    line-height: 1;
    font-weight: 600;
}
.shape-circle-rectangle-card {
    width: 130px;
    height: 130px;
    position: absolute;
}
.scr-title {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    position: absolute;
    line-height: 1;
}
.scrc-tab-1 {
    width: 49%;
    height: 92%;
    background: #54afde;
    top: -18px;
    left: 0;
    transform: rotateZ(33deg);
}
.scrc-tab-1 .scr-title {
    top: 100px;
    transform: rotateZ(-98deg);
}
.scrc-tab-2 {
    width: 75%;
    height: 100%;
    background: #6d84bb;
    top: -55px;
    right: -56px;
    transform: rotateZ(4deg);
}
.scrc-tab-2 .scr-title {
    top: 120px;
    transform: rotateZ(54deg);
    left: 15px;
}

.scrc-tab-3 {
    width: 85%;
    height: 75%;
    background: #1e2d5d;
    bottom: -150px;
    left: 50%;
    transform: rotateZ(37deg) translateX(-50%);
}
.scrc-tab-3 .scr-title {
    transform: rotate(-37deg);
    top: 54px;
    left: 29px;
}
.shape-circle-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    font-size: 15px;
    font-weight: 600;
    border-radius: 50%;
    padding: 26px;
    color: #0079c2;
    text-align: center;
    line-height: 1;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
}
.tab-child-card-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 20;
    background: #728fc2;
    padding: 28px;
    border-radius: 50%;
    display: none;
}
.tab-child-card-wrapper.active {
    display: block !important;
}
.tab-child-card-wrapper .title {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.1;
    text-transform: uppercase;
}
.tab-child-card-wrapper .title sup {
    line-height: 1;
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
}
.circle-convertor-wrapper {
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 20px;
    position: relative;
}
.circle-convertor {
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50%;
    padding: 5px 4px;
    position: relative;
    z-index: 4;
}
.switchon-text {
    font-weight: 500 !important;
    text-transform: none !important;
}

.circle-convertor input {
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 17px;
    background: transparent;
    /* font-weight: 600; */
}
.circle-convertor-center {
    font-size: 18px;
    color: #fff;
    font-weight: bold;
}
.arrow-curve {
    position: absolute;
    height: 61px;
    left: 37px;
    top: -4px;
    z-index: 2;
}
.shape-circle-tab-title {
    position: absolute;
    /*bottom: 90%;*/
    bottom: 90%;
    right: 61px;
    /*border-bottom: 3.5px solid #fff;*/
    line-height: 1;
    color: #fff;
    padding: 3px 0;
    display: none;
    min-width: 110px;
    max-width: 110px;
    width: auto;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
}
.shape-circle-tab-title.active {
    display: block !important;
    text-align: left;
}

/* Progress Bar */
.circle-progress-bar-wrapper {
    width: 148px;
    height: 148px;
    border: 4px solid #616365;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    background: #fff;
    box-shadow: 0 3px 6px #00000016;
}
.circle-progress-bar-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70%;
    height: 70%;
    background: linear-gradient(175deg, #aaa9a9 -7%, #0d0d0d 61%) !important;
    border-radius: 50%;
    z-index: 10;
    border: 4px solid #616365;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 5px;
    box-shadow: 0 3px 6px #00000066;
}
.circle-progress-bar-center input {
    font-size: 32px;
    width: 100%;
    height: 100%;
    color: #19b0ff;
    text-align: center;
    font-family: "Orbitron", sans-serif !important;
    margin-top: -10px;
}
.circle-progress-value {
    stroke-width: 15px;
    stroke: #19b0ff;
    /* stroke-dasharray: 0.6 3; */
}
.progress-bar-2 .circle-progress-value {
    stroke: #dc9946;
}
.progress-bar-3 .circle-progress-value {
    stroke: #9fc306;
}
.progressbar-container-2 input {
    color: #dc9946 !important;
}
.progressbar-container-3 input {
    color: #9fc306 !important;
}
.circle-progress-circle {
    stroke-width: 15px;
    stroke: #fff;
    /* stroke-dasharray: 0.6 3; */
    /* stroke-dashoffset: 1.6; */
}

.circle-progress-text {
    fill: hsl(39, 100%, 50%);
}
.circle-progress {
    width: 100%;
    height: 100%;
}
.progress-bar {
    width: 100%;
    height: 100%;
    position: relative;
}
.progress-step {
    position: absolute;
    width: 2px;
    height: 12px;
    background: #282829;
}
.progress-step-0 {
    top: 5px;
    left: 49%;
}
.progress-step-10 {
    top: 17px;
    left: 24%;
    transform: rotateZ(-35deg);
}
.progress-step-20 {
    top: 45.5px;
    left: 8.6%;

    transform: rotateZ(-73deg);
}
.progress-step-30 {
    top: 82.6px;
    left: 8.7%;
    transform: rotateZ(-105deg);
}
.progress-step-40 {
    bottom: 16px;
    left: 24.4%;
    transform: rotate(35deg);
}
.progress-step-50 {
    bottom: 4.5px;
    left: 49%;
    transform: none;
}
.progress-step-60 {
    bottom: 15.5px;
    left: 75%;
    transform: rotateZ(-37deg);
}
.progress-step-70 {
    top: 82.6px;
    right: 8.7%;
    transform: rotateZ(105deg);
}
.progress-step-80 {
    top: 46px;
    right: 8.6%;
    transform: rotateZ(73deg);
}
.progress-step-90 {
    top: 17px;
    right: 23%;
    transform: rotateZ(35deg);
}
/* Progress Bar */

.circle-progress-bar-container {
    margin-bottom: 11px;
    position: relative;
}
.circle-progress-insert-btn {
    position: absolute;
    top: 76px;
    right: -52px;
    line-height: 1;
    border: 2px solid #616365;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 0 10px 10px 0;
}
.circle-progress-insert-btn:after {
    content: "";
    position: absolute;
    top: -12px;
    left: 23px;
    width: 52px;
    height: 47px;
    border: 3px solid #fff;
    border-radius: 0 50px 50px 0;
    border-left: none;
}
.circle-progress-bar-container .title {
    color: #fff;
    line-height: 1;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 600;
    text-align: center;
    margin-top: 5px;
}
.circle-bolus-convertor-container {
    display: flex;
    align-items: center;
    justify-content: center;
}
.cbc-input-group {
    width: 58%;
    background: #fff;
    margin-left: -11px;
    background: #fff;
    border-radius: 0 50px 50px 0;
    overflow: hidden;
    z-index: 10;
    display: flex;
    justify-content: flex-start;
}
.cbc-input-group input {
    width: 100%;
    /*background-image: linear-gradient(to top, #c4c5c7 0%, #dcdddf 52%, #ebebeb 100%);*/
    padding: 10px 15px 10px;
    border-radius: 0 40px 40px 0;
    position: relative;
    color: #f5821f;
    font-size: 20px;
    text-align: center;
    /*box-shadow: 0 3px 6px #00000016;*/
}
.cbc-input-group input::placeholder {
    color: #f5821f;
}
.cbc-input-group input.active {
    color: #61b05a;
}
.cbc-btn {
    border: 3px solid #9b9b9b;
    border-radius: 50%;
    background: #c7c4c4;
    padding: 6px;
    width: 65px;
    height: 65px;
    position: relative;
    z-index: 13;
}
.cbc-btn-outer:hover {
    background: #51a449;
}
.cbc-btn-outer:active {
    background: #43953b;
}
.cbc-btn-outer {
    background: #61b05a;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    color: #fff;
    font-size: 10px;
    padding: 8px;
    line-height: 1;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}
.back-cricle {
    display: none;
    width: 53px;
}
.tab-shape-circle-container.active .retouch-circle-n-bk {
    display: none !important;
}
.tab-shape-circle-container.active .back-cricle {
    display: block !important;
}
.tab-row:first-of-type .tic-circle-shape img {
    margin-top: 4px;
    margin-left: 2px;
    width: 45px;
    transform: rotateZ(-5deg);
}
.tab-row:nth-of-type(2) .tic-circle-shape img {
    margin-top: 10px;
    margin-left: 3px;
    width: 45px;
    transform: rotateZ(-9deg);
}
.shape-circle-border-logo .back-cricle {
    margin-top: -2px;
}

/* New Edits */
.shape-circle-border-logo {
    display: none;
}
.shape-circle-border {
    border: none !important;
}
.circle-shape-border,
.circle-shape-border-back {
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    width: 335px;
    height: 394px;
    position: absolute;
    top: -51px;
    left: -6px;
}
.csbb-btn {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 20px;
    left: 33px;
}
/* New Edits */

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
}

/* Extra small devices (portrait phones, less than 767px) */
@media (max-width: 767.98px) {
    .home-wrapper {
        display: block;
    }
    .csbb-btn {
        width: 54px;
        height: 46px;
        top: 4px;
        left: 57px;
    }
    .home-wrapper > div {
        width: 100%;
        padding: 10px 15px;
    }
    .home-badge {
        width: 118px;
    }
    .shape-circle-border-logo .back-cricle {
        margin-top: -1.5px;
    }
    .home-left .sub-title {
        font-size: 11px;
    }
    .home-left {
        position: static;
        padding: 140px 50px 50px;
        height: 145px;
        background-size: cover;
        /*background-position-y: -47px;*/
    }
    .home-wrapper {
        padding-top: 50px;
    }
    .home-right-body {
        padding: 30px 50px 10px;
        min-height: auto;
    }
    .tab-card-title {
        font-size: 21px;
        border-bottom: 5px solid #00e2ff;
    }
    .tab-card {
        padding: 15px 13px 14px;
        width: 200px;
    }
    .tab-row {
        text-align: center;
    }
    .tab-row-container {
        left: auto;
        position: static;
        transform: none;
    }
    .tci-logo img {
        margin-top: -2px;
    }
    .tci-logo {
        display: none;
    }

    .tab-row {
        margin-bottom: 22px;
        margin-left: -7px;
    }
    .shape-circle-border {
        width: 260px;
        height: 260px;
    }
    .main-outer-border {
        border: 10px solid #3d5173;
    }
    .shape-circle-border {
        padding: 8px;
    }
    .shape-circle-content {
        padding: 19px 15px;
    }
    .sc-main-title {
        font-size: 16px;
        line-height: 1.1;
    }
    .sc-line {
        height: 3px;
        margin: 5px 0;
    }
    .sc-main-sub-title {
        font-size: 13px;
    }
    .tab-shape-container {
        position: static;
    }
    .tab-shape-circle-container {
        padding-top: 40px;
        margin-top: 10px;
    }
    .shape-circle-border-logo {
        position: absolute;
        /*  top: -20px;*/
        /*left: 4px;*/
        top: -25px;
        left: -2px;
    }
    .shape-circle-border-logo img {
        width: 60px;
    }
    .tab-row.active {
        padding-bottom: 0;
    }
    .shape-circle-center {
        width: 50px;
        height: 50px;
        font-size: 11px;
        font-weight: bold;
    }
    .scrc-tab-1 {
        top: -17px;
        left: -7px;
        transform: rotateZ(20deg);
        height: 104%;
    }
    .scrc-tab-3 {
        bottom: -125px;
        left: 50%;
        transform: rotateZ(37deg) translateX(-50%);
    }
    .scrc-tab-2 {
        top: -23px;
        right: -50px;
        transform: rotateZ(1deg);
    }
    .scr-title {
        font-size: 16px;
    }
    .scrc-tab-2 .scr-title {
        top: 79px;
        transform: rotateZ(58deg);
        left: 9px;
    }
    .scrc-tab-3 .scr-title {
        top: 42px;
        left: 22px;
    }
    .scrc-tab-1 .scr-title {
        top: 85px;
        transform: rotateZ(-85deg);
        left: 5px;
    }
    .tab-row.active-res {
        display: none;
    }
    .tab-row.active.active-res {
        display: block !important;
    }
    .shape-circle-tab-title {
        font-size: 14px;
        min-width: 92px;
        text-align: left;
        right: 81px;
    }
    .tab-child-card-wrapper .title {
        font-size: 18px;
    }
    .circle-convertor-wrapper {
        padding-left: 17px;
        padding-right: 17px;
        padding-top: 15px;
    }
    .arrow-curve {
        height: 27px;
        left: 22px;
    }
    .arrow-curve img {
        width: 105px;
    }
    .cbc-btn {
        width: 51px;
        height: 51px;
        border: 2px solid #9b9b9;
        padding: 5px;
    }
    .cbc-btn-outer {
        padding: 8px;
        font-size: 9px;
    }
    .cbc-input-group input {
        width: 92%;
        padding: 10px 8px 10px 15px;
        font-size: 15px;
    }
    .circle-convertor-center {
        font-size: 15px;
    }
    .circle-convertor {
        width: 38px;
        height: 38px;
    }
    .tab-child-card-wrapper .title sup {
        font-size: 10px;
    }
    .circle-progress-bar-wrapper {
        width: 125px;
        height: 125px;
    }
    .tab-row.active.active-res:last-of-type .tab-row-wrapper {
        display: none;
    }
    .circle-progress-bar-center input {
        margin-top: -5px;
        font-size: 20px;
    }
    .circle-head {
        top: -16px;
        width: 153px;
        height: 88px;
    }
    .circle-progress-insert-btn:after {
        top: -8.5px;
        /* left: 20.5px; */
        left: 47%;
        width: 36px;
        height: 35px;
    }
    .circle-progress-enter-btn {
        font-size: 10px;
        top: 75px;
        left: -43px;
    }
    .ent-title {
        font-size: 11px;
    }
    .circle-progress-enter-btn:after {
        height: 35px;
        /* left: -13px; */
        left: -28%;
        top: -6px;
        width: 100%;
    }
    .circle-line-left {
        left: -14.1px;
        top: 101px;
    }
    .circle-progress-bar-container {
        margin-bottom: 7px;
    }
    .circle-line-retouch {
        top: -28%;
        left: -34.6%;
    }
    .circle-progress-insert-btn {
        top: 77px;
        right: -37.6px;
        font-size: 13px;
        font-weight: 600;
        padding: 3px 7px;
    }
    .circle-footer {
        width: 153px;
        height: 88px;
        bottom: -17px;
    }
    .circle-line-right {
        height: 65%;
        right: -11%;
        bottom: 50px;
    }
    .tab-row:last-of-type .tab-shape-circle-container {
        padding-top: 0;
    }
    .circle-progress-bar-container .title {
        font-size: 13px;
    }
    .circle-progress-circle {
        stroke-width: 23px;
    }
    .circle-progress-value {
        stroke-width: 23px;
    }
    .circle-progress-bar-center {
        width: 62%;
        height: 62%;
        padding: 10px 3px;
    }
    .tci-plus {
        position: relative;
        bottom: -14px;
        right: -9px;
    }
    .tci-plus .icon {
        font-size: 19px;
    }
    .tic-circle-shape {
        width: 52px;
        height: 52px !important;
    }
    .tic-circle-shape img {
        width: 76%;
    }
    .tab-row:first-of-type .tic-circle-shape img {
        margin-top: 0px;
        margin-left: -1px;
        width: 38px;
        transform: rotateZ(-10deg);
    }
    .tab-row:nth-of-type(2) .tic-circle-shape img {
        margin-top: 6px;
        margin-left: 3px;
        width: 37px;
    }
    .tab-row.active.active-res .close-circle-res-btn {
        display: block;
    }
    .close-circle-res-btn {
        position: absolute;
        bottom: -16px;
        left: 30px;
    }
    .close-circle-res-btn img {
        width: 31px;
    }
    .sc-icon {
        width: 69px;
        margin: auto;
    }
    .tab-row-wrapper {
        justify-content: center;
    }
    .home-right-body {
        padding-left: 20px;
        padding-right: 20px;
    }
    .progress-step-10 {
        top: 15px;
        left: 26%;
    }
    .progress-step-20 {
        top: 38.5px;
        left: 10.6%;
    }
    .progress-step-30 {
        top: 67.6px;
        left: 10.7%;
    }
    .progress-step-40 {
        bottom: 15px;
        left: 25.4%;
    }
    .progress-step-60 {
        bottom: 14px;
        left: 72.5%;
    }
    .progress-step-70 {
        top: 67.6px;
        right: 10.7%;
    }
    .progress-step-80 {
        top: 38px;
        right: 10.6%;
    }
    .progress-step-90 {
        top: 15px;
        right: 26%;
        transform: rotateZ(35deg);
    }
    .circle-shape-border,
    .circle-shape-border-back {
        width: 340px;
        height: 303px;
        top: 8px;
        left: -38.5px;
    }
}

@media (min-width: 435px) and (max-width: 767.98px) {
    .home-left {
        background-position: top;
        height: 170px;
    }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
    .home-badge {
        width: 182px;
    }
    .home-wrapper > div {
        padding: 140px 20px 50px;
    }
    .csbb-btn {
        width: 56px;
        height: 50px;
        top: 27px;
        left: 23px;
    }
    .home-left {
        background-position: left;
    }
    .tab-card-title {
        font-size: 23px;
    }
    .tab-card {
        padding: 13px;
    }
    .shape-circle-border-logo .back-cricle {
        margin-top: 2px;
    }
    .tab-row {
        margin-bottom: 20px;
        text-align: center;
    }

    .tic-circle-shape {
        width: 44px;
        margin-left: -6px;
        height: 44px !important;
    }
    .tic-circle-shape img {
        width: 25px;
    }
    .tci-plus .icon {
        font-size: 20px;
    }
    .tci-plus {
        bottom: -20px;
    }
    .tab-row.active-res {
        display: none;
    }
    .tab-row.active {
        padding-bottom: 0;
    }
    .tab-row.active.active-res {
        display: block !important;
    }
    .tab-shape-container {
        position: static;
    }
    .tab-shape-circle-container {
        margin: 48px auto 0;
    }
    .shape-circle-border {
        width: 250px;
        height: 250px;
        margin: auto;
        padding: 6px;
    }
    .tab-row-container {
        left: 0;
        transform: none;
    }
    .shape-circle-border-logo {
        top: -23px;
        left: 4px;
    }
    .shape-circle-content {
        padding: 18px 12px;
    }
    .main-outer-border {
        border: 12px solid #3d5173;
    }
    .sc-main-title {
        font-size: 13px;
    }
    .sc-line {
        height: 3px;
        margin: 5px 0;
    }
    .sc-main-sub-title {
        font-size: 13px;
    }
    .tab-row.active .close-circle-res-btn {
        display: block;
        width: 40px;
        position: absolute;
    }
    .tab-row.tab-row:last-of-type .close-circle-res-btn {
        left: -80px;
    }
    .close-circle-res-btn img {
        height: 36px;
    }
    .shape-circle-center {
        width: 60px;
        height: 60px;
        padding: 13px;
        font-size: 13px;
        font-weight: bold;
    }
    .scrc-tab-2 {
        width: 84%;
        height: 100%;
        top: -41px;
        right: -62px;
        transform: rotateZ(-1deg);
    }
    .scrc-tab-3 {
        bottom: -123px;
        left: 50%;
        transform: rotateZ(37deg) translateX(-50%);
    }
    .scr-title {
        font-size: 15px;
    }
    .scrc-tab-1 .scr-title {
        top: 86px;
        transform: rotateZ(-101deg);
        left: 5px;
    }
    .scrc-tab-2 .scr-title {
        top: 96px;
        transform: rotateZ(59deg);
        left: 10px;
    }
    .scrc-tab-3 .scr-title {
        transform: rotate(-40deg);
        top: 41px;
        left: 24px;
    }
    .shape-circle-tab-title {
        font-size: 14px;
        min-width: 92px;
        bottom: 84%;
        right: 48px;
    }
    .tab-child-card-wrapper .title {
        font-size: 14px;
    }
    .circle-convertor-wrapper {
        padding-left: 23px;
        padding-right: 23px;
        padding-top: 18px;
        margin-bottom: 3px;
    }
    .cbc-btn {
        width: 55px;
        height: 55px;
        border: 2px solid #9b9b9b;
    }
    .cbc-btn-outer {
        font-size: 9px;
    }
    .cbc-input-group input {
        padding: 8px 15px 8px 8px;
    }
    .circle-convertor {
        width: 37px;
        height: 37px;
    }
    .arrow-curve {
        height: 29px;
        left: 26px;
        top: -4px;
    }
    .arrow-curve img {
        width: 98px;
    }
    .tab-child-card-wrapper {
        padding: 18px;
    }
    .tab-row.active:last-of-type .tab-row-wrapper {
        display: none !important;
    }
    .tab-row:last-of-type .tab-shape-circle-container {
        margin: 0;
    }
    .circle-progress-bar-wrapper {
        width: 110px;
        height: 110px;
    }
    .tab-row.active:last-of-type {
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
    .circle-progress-bar-center input {
        font-size: 22px;
        margin: 0;
    }
    .circle-progress-bar-center {
        border: 3px solid #616365;
    }
    .circle-head {
        width: 138px;
        height: 72px;
        top: -15px;
    }
    .circle-footer {
        width: 138px;
        height: 72px;
        bottom: -15px;
    }
    .circle-progress-bar-container .title {
        margin-top: 4px;
        font-size: 14px;
    }
    .circle-progress-bar-container {
        margin-bottom: 7px;
    }
    .circle-progress-insert-btn:after {
        top: -8px;
        left: 23px;
        width: 48px;
        height: 38px;
    }
    .circle-progress-enter-btn:after {
        top: -7px;
        height: 38px;
        left: -15px;
    }
    .circle-progress-insert-btn {
        top: 62px;
        right: -43%;
    }
    .circle-line-right {
        height: 62.9%;
        right: -14px;
        bottom: 14%;
    }
    .circle-progress-enter-btn {
        top: 64px;
        left: -59px;
    }
    .circle-line-left {
        left: -14.1px;
        top: 93px;
    }
    .tab-child-card-wrapper .title sup {
        font-size: 75%;
    }
    .progress-step {
        width: 2px;
        height: 8px;
    }
    .progress-step-0 {
        top: 4px;
        left: 49%;
    }
    .progress-step-10 {
        top: 12.5px;
        left: 24.5%;
    }
    .progress-step-20 {
        top: 33.5px;
        left: 8.6%;
        transform: rotateZ(-71deg);
    }
    .progress-step-30 {
        top: 61px;
        left: 8.7%;
        transform: rotateZ(-107deg);
    }
    .progress-step-40 {
        bottom: 12px;
        left: 23.4%;
        transform: rotate(35deg);
    }
    .progress-step-60 {
        bottom: 11.5px;
        left: 74%;
        transform: rotateZ(-37deg);
    }
    .progress-step-70 {
        top: 60.6px;
        right: 8.7%;
        transform: rotateZ(105deg);
    }
    .progress-step-80 {
        top: 33.5px;
        right: 9%;
        transform: rotateZ(73deg);
    }
    .progress-step-90 {
        top: 12.5px;
        right: 24.5%;
        transform: rotateZ(35deg);
    }
    .circle-line-retouch {
        top: -33%;
        left: -51px;
    }
    .tab-row:first-of-type .tic-circle-shape img {
        margin-top: 1px;
        margin-left: -2px;
        width: 29px;
        transform: rotateZ(-10deg);
    }
    .tab-row:nth-of-type(2) .tic-circle-shape img {
        margin-top: 6px;
        margin-left: 0px;
        width: 28px;
    }
    .circle-shape-border,
    .circle-shape-border-back {
        width: 270px;
        height: 345px;
        top: -58px;
        left: 4px;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {
    .tab-card {
        padding: 14px 12px 12px;
    }
    .circle-shape-border,
    .circle-shape-border-back {
        width: 335px;
        height: 370px;
        position: absolute;
        top: -40px;
        left: -9px;
    }
    .csbb-btn {
        width: 66px;
        height: 57px;
        top: 6px;
        left: 30px;
    }
    .tab-card-title {
        font-size: 26px;
    }
    .shape-circle-btn img {
        width: 53.48px !important;
        height: 50.55px !important;
    }
    .shape-circle-border-logo .back-cricle {
        margin-top: 0px;
        margin-left: -1px;
    }
    .tab-row {
        margin-bottom: 20px;
    }
    .tab-row.active {
        padding-bottom: 0;
    }
    .tab-row-container {
        left: 0;
        transform: none;
        position: static;
    }
    .tci-plus {
        bottom: -9px;
        right: -7px;
    }
    .tab-row {
        text-align: center;
    }
    .tci-plus .icon {
        font-size: 21px;
    }
    .tab-shape-container {
        position: static;
    }
    .tab-row.active-res {
        display: none;
    }
    .tab-row.active.active-res {
        display: block !important;
    }
    .home-right-body {
        padding: 120px 50px 50px;
    }
    .tab-shape-circle-container {
        /*margin-top: 27px;*/
        margin-top: 51px;
    }
    .tab-row.active .close-circle-res-btn {
        display: block;
        position: absolute;
        left: 0;
    }
    .close-circle-res-btn img {
        width: 40px;
    }
    .tab-row:last-of-type.active .tab-row-wrapper {
        display: none;
    }
    .shape-circle-border-logo {
        top: -18px;
        left: 18px;
    }
    .circle-line-retouch {
        top: -27%;
        left: -52px;
    }
    .circle-progress-enter-btn:after {
        left: -16px;
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) and (max-width: 1399.98px) {
    .tab-card {
        padding: 14px 12px 12px;
    }
    .csbb-btn {
        width: 66px;
        height: 57px;
        top: 6px;
        left: 30px;
    }
    .shape-circle-btn img {
        width: 53.48px !important;
        height: 50.55px !important;
    }
    .circle-shape-border,
    .circle-shape-border-back {
        width: 335px;
        height: 370px;
        position: absolute;
        top: -42px;
        left: -9px;
    }
    .tab-card-title {
        font-size: 26px;
    }
    .tab-row {
        margin-bottom: 20px;
    }
    .tab-row.active {
        padding-bottom: 0;
    }
    .tab-row-container {
        left: 0;
        transform: none;
        position: static;
    }
    .tci-plus {
        bottom: -9px;
        right: -7px;
    }
    .tab-row {
        text-align: center;
    }
    .tci-plus .icon {
        font-size: 21px;
    }
    .tab-shape-container {
        position: static;
    }
    .tab-row.active-res {
        display: none;
    }
    .tab-row.active.active-res {
        display: block !important;
    }
    .home-right-body {
        padding: 120px 50px 50px;
    }
    .tab-shape-circle-container {
        margin-top: 50px;
    }
    .tab-row.active .close-circle-res-btn {
        display: block;
        position: absolute;
        left: 0;
    }
    .close-circle-res-btn img {
        width: 40px;
    }
    .tab-row:last-of-type.active .tab-row-wrapper {
        display: none;
    }
    .shape-circle-border-logo {
        top: -14px;
        left: 13px;
    }
    .shape-circle-border-logo .back-cricle {
        margin-top: -1px;
    }
}
@media (min-width: 1400px) {
    .tab-row:last-of-type .tab-shape-container {
        margin-bottom: 21px;
    }
}

@media (min-width: 1400px) and (max-width: 1599.98px) {
    .shape-circle-border {
        width: 320px !important;
        height: 320px !important;
    }
    .shape-circle-btn img {
        width: 53.48px !important;
        height: 50.55px !important;
    }
    .shape-circle-border-logo {
        position: absolute;
        top: -14px;
        left: 16px;
    }
    .circle-progress-enter-btn {
        top: 77px;
        left: -61.5px;
    }
    .circle-line-left {
        top: 111px;
    }
}

@media (min-width: 1600px) and (max-width: 1799.98px) {
    .shape-circle-border {
        width: 390px !important;
        height: 390px !important;
        z-index: 10;
    }
    .csbb-btn {
        width: 80px;
        height: 65px;
        top: 20px;
        left: 38px;
    }
    .circle-shape-border,
    .circle-shape-border-back {
        width: 413px;
        height: 477px;
        position: absolute;
        top: -60px;
        left: -10px;
    }
    .shape-circle-border-logo {
        top: -5px;
        left: 28px;
    }
    .sc-main-title {
        font-size: 23px;
    }
    .sc-main-sub-title {
        font-size: 18px;
    }
    .sc-icon img {
        width: 109px;
    }
    .shape-circle-tab-title {
        right: 101px;
        font-size: 18px;
    }
    .tab-child-card-wrapper .title {
        font-size: 29px;
    }
    .circle-convertor {
        width: 71px;
        height: 71px;
    }
    .arrow-curve img {
        width: 177px;
    }
    .circle-convertor-center {
        font-size: 28px;
    }
    .shape-circle-border-logo {
        top: -6px !important;
        left: 29px !important;
    }
    .shape-circle-border-logo .back-cricle {
        margin-top: 0px;
    }
    .scrc-tab-3 {
        bottom: -195px;
    }
    .scrc-tab-2 {
        right: -71px;
        transform: rotateZ(-2deg);
    }
    .scr-title {
        font-size: 23px;
    }
    .scrc-tab-1 .scr-title {
        top: 132px;
        transform: rotateZ(-100deg);
        left: 8px;
    }
    .scrc-tab-2 .scr-title {
        top: 144px;
        transform: rotateZ(60deg);
        left: 22px;
    }
    .scrc-tab-3 .scr-title {
        top: 71px;
        left: 46px;
    }
    .tab-row.active:last-of-type .tab-shape-container {
        left: 146%;
    }
    .circle-progress-bar-wrapper {
        width: 165px;
        height: 165px;
    }
    .circle-head {
        width: 197px;
        height: 103px;
        top: -20px;
    }
    .circle-footer {
        width: 197px;
        height: 103px;
    }
    .circle-progress-insert-btn {
        top: 91px;
        right: -49px;
    }
    .circle-line-right {
        right: -16.2px;
        bottom: 66.5px;
    }
    .circle-progress-enter-btn {
        top: 93px;
        left: -59.1px;
    }
    .circle-line-left {
        left: -16.1px;
        top: 127px;
        height: 180px;
    }
    .circle-line-dart {
        top: 155px;
        left: -47px;
    }

    .progress-step {
        height: 14px;
    }
    .progress-step-10 {
        left: 24.5%;
    }
    .progress-step-20 {
        top: 50.5px;
        left: 8.6%;
        transform: rotateZ(-71deg);
    }
    .progress-step-30 {
        top: 92px;
        left: 8.7%;
        transform: rotateZ(-105deg);
    }
    .progress-step-40 {
        bottom: 17px;
        left: 24%;
    }
    .progress-step-60 {
        bottom: 17.5px;
        left: 74.2%;
    }
    .progress-step-70 {
        top: 92px;
        right: 9.2%;
        transform: rotateZ(108deg);
    }
    .progress-step-80 {
        top: 50.5px;
        right: 8.6%;
        transform: rotateZ(71deg);
    }
    .progress-step-90 {
        top: 18px;
        right: 24.5%;
        transform: rotateZ(35deg);
    }
    .circle-line-retouch {
        top: -25%;
        left: -52px;
    }
    .circle-line-left {
        left: -14.1px !important;
        top: 128px !important;
    }
}

@media (min-width: 1800px) and (max-width: 1999.98px) {
    .shape-circle-border {
        width: 430px !important;
        height: 430px !important;
    }
    .csbb-btn {
        width: 87px;
        height: 72px;
        top: 9px;
        left: 51px;
    }
    .circle-shape-border,
    .circle-shape-border-back {
        width: 478px;
        height: 511px;
        position: absolute;
        top: -57px;
        left: -22px;
    }
    .shape-circle-border-logo {
        top: -3.5px !important;
        left: 38px !important;
    }
    .sc-main-title {
        font-size: 24px !important;
    }
    .sc-icon img {
        width: 116px !important;
    }
    .scrc-tab-3 {
        bottom: -215px !important;
    }
    .scr-title {
        font-size: 28px !important;
    }
    .scrc-tab-3 .scr-title {
        top: 78px !important;
        left: 49px !important;
    }
    .scrc-tab-2 {
        transform: rotateZ(-2deg) !important;
        right: -85px !important;
    }
    .shape-circle-center {
        width: 110px !important;
        height: 110px !important;
        font-size: 19px !important;
    }
    .scrc-tab-1 .scr-title {
        top: 141px !important;
        transform: rotateZ(-78deg) !important;
    }
    .scrc-tab-2 .scr-title {
        top: 150px !important;
        transform: rotateZ(58deg) !important;
        left: 17px !important;
    }
    .shape-circle-tab-title {
        right: 110px !important;
        min-width: 135px !important;
        max-width: 189px !important;
        font-size: 19px !important;
    }
    .tab-child-card-wrapper .title {
        font-size: 25px !important;
    }
    .arrow-curve img {
        width: 206px !important;
    }
    .circle-convertor-center {
        font-size: 26px !important;
    }
    .cbc-btn {
        width: 80px !important;
        height: 80px !important;
    }
    .cbc-input-group {
        margin-left: -27px;
    }
    .cbc-btn-outer {
        font-size: 13px;
    }
    .circle-bolus-convertor-container {
        padding-top: 8px;
    }
    .cbc-input-group input {
        padding: 16px 15px 16px;
    }
    .shape-circle-border-logo .back-cricle {
        margin-top: 0px;
    }
}

@media (min-width: 1700px) and (max-width: 1999.98px) {
    .tab-card {
        width: 286px;
    }
    .tab-card-title {
        font-size: 37px;
    }
    .shape-circle-border {
        /*390px*/
        width: 330px;
        height: 330px;
    }
    .sc-main-title {
        font-size: 22px;
    }
    .sc-line {
        height: 6px;
    }
    .sc-main-sub-title {
        font-size: 18px;
    }
    .sc-icon img {
        width: 83px;
    }
    .shape-circle-border-logo {
        position: absolute;
        top: -5px;
        left: 27px;
    }
    .scrc-tab-3 {
        bottom: -196px;
    }
    .scrc-tab-2 {
        transform: rotateZ(-2deg);
        right: -70px;
    }
    .scrc-tab-1 {
        top: -18px;
        left: 2px;
        transform: rotateZ(12deg);
    }
    .scr-title {
        font-size: 25px;
    }
    .scrc-tab-1 .scr-title {
        top: 124px;
        transform: rotateZ(-79deg);
    }
    .scrc-tab-2 .scr-title {
        top: 139px;
        transform: rotateZ(58deg);
        left: 17px;
    }
    .scrc-tab-3 .scr-title {
        transform: rotate(-37deg);
        top: 68px;
        left: 42px;
    }
    .tab-child-card-wrapper .title {
        font-size: 20px;
    }
    .sc-line {
        margin: 13px 0;
    }
    .circle-convertor {
        width: 70px;
        height: 70px;
    }
    .circle-convertor-center {
        font-size: 24px;
    }
    .arrow-curve {
        left: 50px;
    }
    .arrow-curve img {
        width: 160px;
    }
    .tab-shape-container {
        z-index: 10;
    }
    .circle-progress-bar-wrapper {
        width: 183px;
        height: 183px;
    }
    .tab-row.active:last-of-type .tab-shape-container {
        left: 140%;
        bottom: -253px;
    }
    .circle-progress-bar-center input {
        margin: 0;
        font-size: 36px;
    }
    .circle-head {
        width: 212px;
        height: 106px;
    }
    .circle-footer {
        width: 212px;
        height: 106px;
    }
    .circle-line-right {
        right: -14.2px;
        bottom: 81px;
    }
    .circle-progress-insert-btn {
        top: 93px;
        right: -47px;
    }
    .circle-progress-enter-btn {
        top: 94px;
        left: -58px;
    }
    .circle-line-left {
        left: -14.1px;
        top: 127px;
    }
    .circle-line-retouch {
        top: -24%;
        left: -51px;
    }
    .progress-step-0 {
        top: 7px;
        left: 49.5%;
    }
    .progress-step {
        width: 2px;
        height: 15px;
    }
    .progress-step-10 {
        top: 21px;
        left: 24.5%;
    }
    .progress-step-20 {
        top: 57.5px;
        left: 8.6%;
    }
    .progress-step-30 {
        top: 102.6px;
        left: 8.7%;
    }
    .progress-step-40 {
        bottom: 20px;
        left: 24.4%;
    }
    .progress-step-60 {
        bottom: 20px;
        right: 24.4%;
    }
    .progress-step-70 {
        top: 102.6px;
        right: 8.7%;
    }
    .progress-step-80 {
        top: 57.5px;
        right: 8.6%;
    }
    .progress-step-90 {
        top: 21px;
        right: 24.5%;
    }
}

@media (min-width: 2000px) and (max-width: 2299.98px) {
    .tab-card {
        width: 340px;
    }
    .csbb-btn {
        width: 93px;
        height: 77px;
        top: 7px;
        left: 46px;
    }
    .tab-row:first-of-type .tic-circle-shape img {
        margin-top: 5px;
        margin-left: 3px;
        width: 56px;
        transform: rotateZ(-5deg);
    }
    .shape-circle-border-logo .back-cricle {
        margin-top: 1px;
    }
    .tab-row:nth-of-type(2) .tic-circle-shape img {
        margin-top: 13px;
        margin-left: 3px;
        width: 52px;
    }
    .circle-shape-border,
    .circle-shape-border-back {
        width: 480px;
        height: 523px;
        position: absolute;
        top: -60px;
        left: -17px;
    }
    .tab-card-title {
        font-size: 40px;
    }
    .shape-circle-border {
        width: 440px;
        height: 440px;
    }
    .sc-main-title {
        font-size: 27px;
    }
    .sc-line {
        height: 6px;
    }
    .sc-main-sub-title {
        font-size: 18px;
    }
    .sc-icon {
        padding-top: 11px;
    }
    .sc-icon img {
        width: 98px;
    }
    .shape-circle-border-logo {
        position: absolute;
        top: -2px;
        left: 39px;
    }
    .scrc-tab-3 {
        bottom: -225px;
    }
    .scrc-tab-2 {
        transform: rotateZ(-2deg);
        right: -79px;
    }
    .scrc-tab-1 {
        top: -18px;
        left: 2px;
        transform: rotateZ(12deg);
    }
    .scr-title {
        font-size: 28px;
    }
    .scrc-tab-1 .scr-title {
        top: 144px;
        transform: rotateZ(-76deg);
    }
    .scrc-tab-2 .scr-title {
        top: 155px;
        transform: rotateZ(62deg);
        left: 31px;
    }
    .scrc-tab-3 .scr-title {
        transform: rotate(-37deg);
        top: 87px;
        left: 53px;
    }
    .tab-child-card-wrapper .title {
        font-size: 25px;
    }
    .sc-line {
        margin: 13px 0;
    }
    .circle-convertor {
        width: 90px;
        height: 90px;
    }
    .circle-convertor-center {
        font-size: 30px;
    }
    .arrow-curve {
        left: 75px;
    }
    .tab-child-card-wrapper {
        padding: 34px 20px;
    }
    .arrow-curve img {
        width: 163px;
    }
    .tab-shape-container {
        z-index: 10;
    }
    .shape-circle-tab-title {
        right: 97px;
        min-width: 150px;
        max-width: 170px;
        font-size: 22px;
    }
    .circle-progress-bar-wrapper {
        width: 210px;
        height: 210px;
    }
    .tab-row.active:last-of-type .tab-shape-container {
        left: 140%;
        bottom: -306px;
    }
    .circle-progress-bar-center input {
        margin-top: -10px;
        font-size: 46px;
    }
    .circle-head {
        width: 256px;
        height: 128px;
        top: -29px;
        border-radius: 138px 138px 0 0;
    }
    .circle-footer {
        width: 256px;
        height: 128px;
        border-radius: 0 0 138px 138px;
    }
    .circle-line-right {
        right: -22.2px;
        bottom: 95px;
        height: 66.7%;
    }
    .circle-progress-insert-btn {
        top: 109px;
        right: -61px;
        font-size: 17px;
    }
    .circle-progress-enter-btn {
        top: 104px;
        left: -80px;
    }
    .circle-line-left {
        left: -24.1px;
        top: 141px;
        height: 255px;
    }
    .circle-line-dart {
        left: -47px;
        top: 231px;
    }
    .tci-plus {
        bottom: -27px;
    }
    .tci-plus .icon {
        font-size: 30px;
    }
    .tic-circle-shape {
        width: 74px;
        height: 74px !important;
    }
    .shape-circle-center {
        width: 120px;
        height: 120px;
        font-size: 22px;
        line-height: 1;
    }
    .circle-convertor input {
        font-size: 21px;
        font-weight: bold;
    }
    .circle-progress-enter-btn .ent-title {
        font-size: 17px;
    }
    .circle-progress-enter-btn {
        font-size: 16px;
    }
    .circle-progress-enter-btn:after {
        top: -7px;
    }
    .circle-line-retouch {
        top: -18%;
        left: -51px;
    }
    .progress-step {
        height: 19px;
    }
    .progress-step-0 {
        top: 6px;
        left: 49.5%;
    }
    .progress-step-10 {
        top: 23px;
        left: 24.5%;
    }
    .progress-step-20 {
        top: 64.5px;
        left: 9%;
    }
    .progress-step-30 {
        top: 117.6px;
        left: 8.7%;
        transform: rotateZ(-105deg);
    }
    .progress-step-40 {
        bottom: 22px;
        left: 24.4%;
    }
    .progress-step-60 {
        bottom: 22px;
        right: 24.4%;
        transform: rotate(-35deg);
    }
    .progress-step-70 {
        top: 117.6px;
        right: 9%;
        transform: rotateZ(107deg);
    }
    .progress-step-80 {
        top: 64.5px;
        right: 9%;
        transform: rotateZ(71deg);
    }
    .progress-step-90 {
        top: 23px;
        right: 24.5%;
        transform: rotateZ(35deg);
    }
}

/*@media (min-width: 2300px) {*/
/*  .tab-card {*/
/*    width: 380px;*/
/*  }*/
/*  .tab-card-title {*/
/*    font-size: 43px;*/
/*  }*/
/*  .shape-circle-border {*/
/*    width: 440px;*/
/*    height: 440px;*/
/*  }*/
/*  .sc-main-title {*/
/*    font-size: 27px;*/
/*  }*/
/*  .sc-line {*/
/*    height: 6px;*/
/*  }*/
/*  .sc-main-sub-title {*/
/*    font-size: 23px;*/
/*  }*/
/*  .sc-icon {*/
/*    padding-top: 11px;*/
/*  }*/
/*  .sc-icon img {*/
/*    width: 98px;*/
/*  }*/
/*  .shape-circle-border-logo {*/
/*    position: absolute;*/
/*    top: -2px;*/
/*    left: 39px;*/
/*  }*/
/*  .scrc-tab-3 {*/
/*    bottom: -225px;*/
/*  }*/
/*  .scrc-tab-2 {*/
/*    transform: rotateZ(-2deg);*/
/*    right: -79px;*/
/*  }*/
/*  .scrc-tab-1 {*/
/*    top: -18px;*/
/*    left: 2px;*/
/*    transform: rotateZ(12deg);*/
/*  }*/
/*  .scr-title {*/
/*    font-size: 28px;*/
/*  }*/
/*  .scrc-tab-1 .scr-title {*/
/*    top: 144px;*/
/*    transform: rotateZ(-76deg);*/
/*  }*/
/*  .scrc-tab-2 .scr-title {*/
/*    top: 155px;*/
/*    transform: rotateZ(62deg);*/
/*    left: 31px;*/
/*  }*/
/*  .scrc-tab-3 .scr-title {*/
/*    transform: rotate(-37deg);*/
/*    top: 87px;*/
/*    left: 53px;*/
/*  }*/
/*  .tab-child-card-wrapper .title {*/
/*    font-size: 34px;*/
/*  }*/
/*  .sc-line {*/
/*    margin: 13px 0;*/
/*  }*/
/*  .circle-convertor {*/
/*    width: 90px;*/
/*    height: 90px;*/
/*  }*/
/*  .circle-convertor-center {*/
/*    font-size: 31px;*/
/*  }*/
/*  .arrow-curve {*/
/*    left: 75px;*/
/*  }*/
/*  .tab-child-card-wrapper {*/
/*    padding: 34px 20px;*/
/*  }*/
/*  .arrow-curve img {*/
/*    width: 163px;*/
/*  }*/
/*  .tab-shape-container {*/
/*    z-index: 10;*/
/*  }*/
/*  .shape-circle-tab-title {*/
/*    bottom: 90%;*/
/*    left: 80.2%;*/
/*    min-width: 130px;*/
/*    font-size: 19px;*/
/*  }*/
/*  .circle-progress-bar-wrapper {*/
/*    width: 230px;*/
/*    height: 230px;*/
/*  }*/
/*  .tab-row.active:last-of-type .tab-shape-container {*/
/*    left: 140%;*/
/*    bottom: -370px;*/
/*  }*/
/*  .circle-progress-bar-center input {*/
/*    margin-top: -10px;*/
/*    font-size: 46px;*/
/*  }*/
/*  .circle-head {*/
/*    width: 267px;*/
/*    height: 141px;*/
/*    top: -21px;*/
/*    border-radius: 138px 138px 0 0;*/
/*  }*/
/*  .circle-footer {*/
/*    width: 267px;*/
/*    height: 141px;*/
/*    border-radius: 0 0 138px 138px;*/
/*  }*/
/*  .circle-line-right {*/
/*    right: -18.2px;*/
/*    bottom: 104px;*/
/*    height: 66.7%;*/
/*  }*/
/*  .circle-progress-insert-btn {*/
/*    top: 129px;*/
/*    right: -58px;*/
/*    font-size: 17px;*/
/*  }*/
/*  .circle-progress-enter-btn {*/
/*    top: 125px;*/
/*    left: -77px;*/
/*  }*/
/*  .circle-line-left {*/
/*    left: -18.1px;*/
/*    top: 162px;*/
/*    height: 307px;*/
/*  }*/
/*  .circle-line-dart {*/
/*    left: -47px;*/
/*    top: 286px;*/
/*  }*/
/*  .tci-plus {*/
/*    bottom: -27px;*/
/*  }*/
/*  .tci-plus .icon {*/
/*    font-size: 30px;*/
/*  }*/
/*  .tic-circle-shape {*/
/*    width: 74px;*/
/*    height: 74px !important;*/
/*  }*/
/*  .shape-circle-center {*/
/*    width: 120px;*/
/*    height: 120px;*/
/*    font-size: 22px;*/
/*    line-height: 1;*/
/*  }*/
/*  .circle-convertor input {*/
/*    font-size: 21px;*/
/*    font-weight: bold;*/
/*  }*/
/*  .circle-progress-enter-btn .ent-title {*/
/*    font-size: 17px;*/
/*  }*/
/*  .circle-progress-enter-btn {*/
/*    font-size: 16px;*/
/*  }*/
/*  .circle-progress-enter-btn:after {*/
/*    top: -7px;*/
/*  }*/
/*  .circle-progress-bar-container .title {*/
/*    font-size: 21px;*/
/*    margin-top: 6px;*/
/*  }*/
/*  .circle-progress-bar-container {*/
/*    margin-bottom: 16px;*/
/*  }*/
/*}*/

@media (min-width: 2300px) {
    .shape-circle-border {
        width: 480px;
        height: 480px;
        z-index: 10;
    }
    .csbb-btn {
        width: 103px;
        height: 83px;
        top: 21px;
        left: 45px;
    }
    .circle-shape-border,
    .circle-shape-border-back {
        width: 517px;
        height: 597px;
        position: absolute;
        top: -78px;
        left: -16px;
    }
    .scrc-tab-3 {
        left: 46%;
        transform: rotateZ(39deg) translateX(-50%);
    }
    .shape-circle-border-logo {
        top: 0 !important;
        left: 50px !important;
    }
    .sc-main-title {
        font-size: 29px !important;
    }
    .sc-main-sub-title {
        font-size: 25px !important;
    }
    .sc-icon img {
        width: 131px;
    }
    .scr-title {
        font-size: 32px !important;
    }
    .scrc-tab-1 .scr-title {
        top: 163px;
        transform: rotateZ(-98deg);
    }
    .scrc-tab-2 .scr-title {
        top: 156px;
        transform: rotateZ(54deg);
        left: 35px;
    }
    .scrc-tab-3 .scr-title {
        transform: rotate(-37deg);
        top: 89px;
        left: 65px;
    }
    .scrc-tab-2 {
        top: -55px;
        right: -91px;
        transform: rotateZ(0deg);
    }
    .scrc-tab-2 .scr-title {
        top: 161px;
        transform: rotateZ(60deg);
        left: 32px;
    }
    .scrc-tab-1 {
        top: -24px;
    }
    .tab-child-card-wrapper .title {
        font-size: 20px;
    }
    .arrow-curve img {
        width: 207px;
    }
    .circle-convertor-center {
        font-size: 39px;
    }
    .cbc-btn {
        width: 100px;
        height: 100px;
    }
    .cbc-btn {
        border: 5px solid #9b9b9b;
        padding: 8px;
    }
    .cbc-btn-outer {
        font-size: 17px;
    }
    .circle-bolus-convertor-container {
        padding-top: 13px;
    }
    .cbc-input-group {
        width: 54%;
        margin-left: -19px;
    }
    .cbc-input-group input {
        font-size: 32px;
        padding: 10px 24px 10px;
    }
    .shape-circle-tab-title {
        min-width: 164px;
        font-size: 25px;
        right: 100px;
    }
    .circle-progress-enter-btn .ent-title {
        font-size: 18px;
    }
    .circle-progress-enter-btn {
        font-size: 17px;
        top: 93px;
        left: -81px;
    }
    .circle-line-left {
        height: 183px;
        left: -19.1px;
        top: 131px;
    }
    .circle-line-dart {
        top: 161px;
    }
    .circle-line-right {
        right: -19.2px;
        bottom: 78.5px;
    }
    .circle-progress-enter-btn:after {
        top: -7px;
    }
    .circle-progress-bar-container .title {
        font-size: 21px;
        margin-top: 6px;
    }
    .circle-progress-bar-container {
        margin-bottom: 16px;
    }
    .tab-shape-container {
        position: absolute;
        left: 134%;
        top: 55px;
    }
    .tab-row.active:last-of-type .tab-shape-container {
        bottom: -230px !important;
        left: 170% !important;
    }
    .shape-circle-center {
        width: 120px;
        height: 120px;
        font-size: 23px;
        left: 48%;
    }
    .scrc-tab-3 {
        bottom: -238px;
    }
    .circle-convertor {
        width: 90px;
        height: 90px;
    }
    .arrow-curve {
        left: 62px;
    }
    .circle-progress-bar-wrapper {
        width: 175px;
        height: 175px;
    }
    .circle-progress-bar-center input {
        margin-top: -6px;
    }
    .circle-head {
        width: 213px;
        height: 112px;
        border-radius: 127px 127px 0 0;
    }
    .circle-footer {
        width: 213px;
        height: 112px;
        border-radius: 0 0 127px 127px;
    }
    .circle-progress-insert-btn {
        font-size: 18px;
        top: 94px;
        right: -59px;
    }
    .circle-progress-insert-btn:after {
        top: -10px;
    }
    .circle-line-retouch {
        top: -20%;
    }
    .progress-step {
        height: 15px;
    }
    .progress-step-0 {
        top: 5px;
    }
    .progress-step-10 {
        top: 19px;
        left: 24.5%;
    }
    .progress-step-20 {
        top: 54px;
        left: 9%;
    }
    .progress-step-30 {
        top: 97.6px;
        left: 9%;
    }
    .progress-step-40 {
        bottom: 18px;
        left: 24%;
    }
    .progress-step-60 {
        bottom: 18px;
        right: 24%;
        transform: rotate(-35deg);
    }
    .progress-step-70 {
        top: 97.6px;
        right: 9%;
        transform: rotateZ(105deg);
    }
    .progress-step-80 {
        top: 54px;
        right: 9%;
        transform: rotateZ(70deg);
    }
    .progress-step-90 {
        top: 19px;
        right: 24.5%;
        transform: rotateZ(35deg);
    }
    .sc-icon {
        padding-top: 24px;
    }
    .shape-circle-btn img {
        width: 53.48px !important;
        height: 50.55px !important;
    }
}
