:root {
    /* --primary: #f87000; */
    --primary: #0a7bb1;
    --secondary: #0080ff;
    /* --primary-hover: #ca6009; */
    --primary-hover: #09638e;
    --light-primary: #edf9fe;
    --black: #1d1e1a;
}

.rc-wrapper {
    font-weight: 600 !important;
    font-size: 18px;
}

.rc-wrapper strong {
    font-weight: 700 !important;
    font-family: 'Poppins', sans-serif !important;
}

.hwtk {
    background-color: #fcfcfc !important;
}

.img-bdr {
    border-radius: 20px;
    border: 1px solid #747867;
}

.hwtk .circle {
    background-color: var(--secondary) !important;
    border-radius: 100% !important;
    width: 100px;
    height: 100px;
    position: relative;
    text-align: center;
}

.hwtk .circle .icon {
    color: #fff;
    font-size: 30px;
    margin-top: 35%;
}

.secondary-hero {
    width: 100%;
    height: 100%;
    display: flex;
    color: #fff;
    background-position: center;
    background-repeat: no-repeat !important;
    background-size: 100% !important;
    padding-top: 50px;
    padding-bottom: 50px;
    background-attachment: fixed !important;
}

@media (max-width: 600px) {
    .secondary-hero {
        background-size: 100% 100% !important;
    }
}

.column-line {
    border-right: 2px solid var(--primary);
    background-position: top center;
    background-repeat: repeat-y;
    left: 18px;
}

span.diamond-wrapper {
    position: absolute;
    left: 7px;
}

@media (max-width: 1024px) {
    .column-line {
        left: 10px;
    }
    span.diamond-wrapper {
        left: 4px;
    }
    span.diamond-wrapper img {
        width: 15px
    }
}

.diamond_ul .ul-header {
    font-weight: 700 !important;
    margin-bottom: 15px !important;
}

.diamond_ul li {
    list-style-type: none;
    margin-bottom: 10px;
}

.diamond_ul li:before {
    content: '';
    display: inline-block;
    background-image: url("../img/svg/rc-diamond.svg");
    background-repeat: no-repeat;
    height: 10px;
    width: 10px;
    position: absolute;
    left: 7%;
}

.link-button {
    text-decoration: underline !important;
    color: var(--secondary)!important;
    font-weight: 700;
}

.rdbg {
    position: absolute;
    bottom: -23px;
    right: -300px;
    z-index: -999999999999999999;
    opacity: 28%;
}

.ldbg {
    position: absolute;
    top: 19%;
    left: -500px;
    z-index: -999999999999999999;
    opacity: 13%;
}

.rdbg img,
.ldbg img {
    width: 700px;
    height: 700px;
}

table.rc {
    margin-bottom: 1px;
    border: 1px solid #222;
}

table.rc tr.even {
    background-color: #feefe2 !important;
}

table.rc .left-column,
table.rc .right-column {
    font-weight: 600 !important;
    font-size: 14px;
}

.vrc-ct-btn {
    font-size: 0.9rem;
    margin-top: 20px;
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .vrc-ct-btn {
        display: block;
        margin: auto;
        margin-top: 8px;
        font-size: 14px;
    }
}

.zx-card {
    height: 260px !important;
}

.tiptext {
    color: var(--primary) !important;
    cursor: pointer;
}

.frame_preview {
    display: none;
    position: absolute;
    border: 1px solid #000;
    width: 400px;
    height: 400px;
}