.div_popular {

    display: flex;
    justify-content: flex-end;
    margin-right: -9px;
    margin-top: 1rem;
    position: relative;
}

/*.popular {*/

/*    width: 171px;*/
/*    height: 40px;*/
/*    background-image: linear-gradient(77deg, #09f, #93f 86%);*/
/*    margin-bottom: -1.5rem;*/
/*    border-top-left-radius: 4px;*/
/*    border-bottom-left-radius: 4px;*/
/*    font-weight: bold;*/
/*    text-align: center;*/
/*    top: 1rem;*/
/*    padding-top: 0.4rem;*/
/*    color: white;*/

/*}*/

.shade {
    width: 10px;
    height: 10px;
    margin: 6px 0 0 159px;
    background-color: #999ca9;
    transform: rotate(0.37turn);
    z-index: -1;
    position: absolute;
    top: 30px;
}

.oxygen_bg_pricing.row .pos_img {
    right: 10px!important;
}

.round-up {
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
}

.specs-list ul {
    float: none;
    padding: 0;
    margin: 0;
}

.specs-list li {
    list-style: none;
    line-height: 22px;
    font-size: 15px;
    border-bottom: solid 1px #ededed;
    padding-bottom: 10px;
    padding-top: 10px;
}

.specs-list li.last-item {
    border-bottom: 0;
}

.text-blue {
    color: blue;
}

.li-box-1 {
    width: 20px;
    height: 20px;
    transform: rotateY(0deg) rotate(45deg);
    background-color: #d4d9df;
    margin-right: auto;
    margin-left: auto;
    margin-top: 15px;
    margin-bottom: 10px;
}

.price-box {
    background-color: #f7f7f7;
    padding-top: 25px;
}

/* custom tabs */
.clickTabBtn {
    position: relative;
    padding: 13px 24px 13px 24px;
    background-color: #b5bdc1;
    color: white;
    font-size: 17px;
    cursor: pointer;
}

.clickTabBtn:hover {
    background-color: #7ea9bb;
}

.clickTabBtn.active {
    background-color: #2aa3d5;
}

.borderTopRadius {
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
}

.borderBottomRadius {
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
}


.pr-circle {
    position: relative;
    width: 32px;
    height: 32px;
    text-align: center;
    cursor: pointer;
    background-color: #f7f7f7;
    border-radius: 50%;
    border: 3px solid #b7bfc2;
    float: left;
    margin-right: 100px;
}

.pr-circle:hover {
    transform: scale(1.3);
    border: 2px solid #b7bfc2;
    background-color: #c7eac8;
}

.pr-circle.active {
    border: 2px solid #39ab3c;
    background-color: #46cf4a;
}

.pr-circle-dot {
    top: 3px;
    height: 23px;
    border-radius: 50%;
    background-color: #00a8cc;
}

.pr-number {
    position: absolute;
    top: 40px;
    left: -50px;
    width: 130px;
    border: solid 0 red;
    text-align: center;
    line-height: 22px;
    border-radius: 8px;
    padding: 5px;
}

.pr-number-title {
    font-size: 12px;
    font-weight: 700;
}

.pr-price {
    display: none;
    position: absolute;
    top: -130px;
    left: 20px;
    background-color: #46cf4a;
    padding: 15px;
    border-radius: 8px;
    color: white;
}

.pr-circle:hover .pr-number {
    background-color: #f7f7f7;
    box-shadow: 1px 0 3px #dcdcdc;
}

.pr-circle:hover .pr-number-title {
    font-size: 17px;
}

.pr-circle:hover .pr-price {
    display: block;
}

@media (min-width: 320px) and (max-width: 420px) {

    .amount_present {
        right: 25px !important;
        top: 92px !important;
        width: 100%;
    }
}

@media (min-width: 421px) and (max-width: 767px) {

    .amount_present {
        right: 55px !important;
        top: 80px !important;
        width: 100%;
    }
}

@media (max-width: 991px) {
    .clickTabBtn {
        display: inline-block;
        margin-bottom: 3px;
        border-radius: 8px;
    }
}