/* Pricing Page */
/* Style the buttons inside the tab */
.hero-area-4 .hero-slider-item {
    padding-top: 110px;
    padding-bottom: 90px;
}

.hero-area-4 .hero-slider-item {
    padding-top: 110px;
    padding-bottom: 90px;
}

.hero-content,
.hero-content h2 {
    color: #ffffff;
}

.hero-area {
    position: relative;
    height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: linear-gradient(290deg, var(--color1) 50%, var(--color1) 100%)
}

.hero-area::before {
    content: "";
    background-size: cover;
    background-color: black;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.ml1 {
    font-weight: 900;
    font-size: 2.5em;
    color: #fff;
    margin-bottom: 30px
}

.ml1 .letter {
    display: inline-block;
    line-height: 1em;
}

.ml1 .text-wrapper {
    position: relative;
    display: inline-block;
    padding-top: 0.1em;
    padding-right: 0.05em;
    padding-bottom: 0.15em;
}

.ml1 .line {
    opacity: 0;
    position: absolute;
    left: 0;
    height: 3px;
    width: 100%;
    background-color: #fff;
    transform-origin: 0 0;
}

.ml1 .line1 {
    top: 0;
}

.ml1 .line2 {
    bottom: 0;
}

.bestCourse {
    position: relative;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: linear-gradient(290deg, var(--color1) 50%, var(--color1) 100%)
}

.bestCourse::before {
    content: "";
    background-size: cover;
    background-color: black;
    background-position: center center;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.breadcrumb-area {
    position: relative;
    height: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: linear-gradient(290deg, var(--color1) 50%, var(--color1) 100%)
}

.breadcrumb-area::before {
    content: "";
    background-size: cover;
    background-position: center center;
    background-color: black;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

input[type="radio"] {
    -webkit-appearance: none;
    margin-top: 30px;
    margin-left: 20px;
    width: 30px;
    height: 30px;
    border: 1px solid darkgray;
    border-radius: 50%;
    outline: none;
    box-shadow: 0 0 5px 0px gray inset;
}

input[type="radio"]:hover {
    box-shadow: 0 0 5px 0px orange inset;
}

input[type="radio"]:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

input[type="radio"]:checked:before {
    background: green;
}

.answerded .custom-control-input ~ .custom--control-label::before {
    background-color: green;
    border-color: #fff;
}

.answerded .true .custom-control-input ~ .custom--control-label::before {
    background-color: green;
    border-color: #fff;
}

.answerded .false .custom-control-input ~ .custom--control-label::before {
    background-color: red;
    border-color: #fff;
}

.tftf .custom--control-label::before,
.custom--control-label:after {
    height: 50px;
    width: 50px;
}

.trueT .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url(https://upload.wikimedia.org/wikipedia/commons/2/27/White_check.svg);
}

.falseF .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url(https://upload.wikimedia.org/wikipedia/commons/thumb/6/61/Cross_icon_%28white%29.svg/2048px-Cross_icon_%28white%29.svg.png);
}

.trueT .custom-control-input:checked ~ .custom--control-label::before {
    background-color: green;
    border-color: #fff;
}

.falseF .custom-control-input:checked ~ .custom--control-label::before {
    background-color: red;
    border-color: #fff;
}

.tfStyle {
    color: #fff;
    border-radius: 5px;
    height: 50px;
    width: 100%;
    padding-top: 10px;
    margin: 5px;
    box-sizing: border-box;
    padding-top: 60px;
}

.true {
    background-color: green;
}

.false {
    background-color: red;
}

.tab button {
    background-color: #298d68;
    color: #fff;
    float: center;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 8px 16px;
    transition: 0.3s;
    font-size: 17px;
    border-radius: 2px;
    margin: 5px;
}

.tab button:hover {
    background-color: var(--color1);
}

.tab button.active {
    background-color: var(--color2);
    border-radius: 8px;
}

.tabcontent {
    display: none;
    padding: 6px 12px;
    border-top: none;
}

.editor ol,
.editor ul,
.editor dl {
    margin-top: 0;
    margin-bottom: 1rem;
}

.editor ol,
.editor ul {
    padding-left: 2rem;
}

.editor ul li {
    list-style-type: disc;
}

.editor li {
    display: list-item;
    text-align: -webkit-match-parent;
}
