.list-of-vivamus li {
    min-height: 210px;
}

.list-of-vivamus li:hover .frb-hover-desc {
    opacity: 1;
    display: block;
}

.__web-inspector-hide-shortcut__ .frb-hover-desc {
    visibility: visible;
    display: block;
}

.knowledge-card-sec {
    padding-top: 35px;
    padding-bottom: 60px;
}

.knowledge-card-sec .heading-paragraph h2 {
    font-weight: bold;
    font-size: 20px;
    line-height: 25px;
    color: #fff;
    margin-bottom: 20px;
}

.knowledge-card-sec .heading-paragraph p {
    font-size: 13px;
    line-height: 20px;
    color: #fff;
    margin-bottom: 25px;
}

.Knowledge-card-list {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}

.Knowledge-card-list .Knowledge-card {
    color: #971C34;
    margin-right: 45px;
    margin-bottom: 18px;
    width: calc(50% - 45px);
    position: relative;
    display: block;
    background: #EFEFEF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.6);
    border-radius: 0px 0px 20px 0px;
}

.Knowledge-card-list .Knowledge-card a {
    display: block;
    padding: 15px 15px;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #971C34;
}

.Knowledge-card:nth-child(3),
.Knowledge-card:nth-child(4) {
    left: 20px;
}

.Knowledge-card:nth-child(5),
.Knowledge-card:nth-child(6) {
    left: 40px;
}

.Knowledge-card:nth-child(7),
.Knowledge-card:nth-child(8) {
    left: 60px;
}

@media (min-width: 300px) and (max-width: 600px) {
    .Knowledge-card-list .Knowledge-card {
        width: calc(100% - 0px);
        margin-right: 0px;
        left: 0 !important;
    }
}



.service-slider-features-dot {
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    position: relative;
    padding-top: 0px;
    padding-bottom: 20px;
}

.service-slider-features-dot button {
    margin: 0 5px;
    padding: 5px;
    border: 0;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: hsl(0deg 0% 85.1%) !important;
    cursor: pointer;
}

.service-slider-area {
    background: #fff;
    overflow: hidden;
}

.service-slider-features-dot button.active {
    background: #034985 !important;
}

.service-slider-features-content {
    display: flex;
    align-self: flex-start;
    position: relative;
    /* height: 450px; */
}

.service-slider-feature-content-item {
    min-width: 100%;
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    background: #fff;
}

.service-slider-feature-content-item-bg {
    position: relative;
}

.service-slider-feature-content-item-bg svg {
    width: 1em;
    height: 1em;
    font-size: 80px;
    position: relative;
    margin-top: 39px;
}

.service-slider-feature-content-item-bg svg path {
    fill: hsl(0deg 0% 85.1%);
}

.service-slider-features {
    flex-wrap: wrap;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 15px;
}

.service-slider-feature-item {
    background: hsl(0deg 0% 85.1%);
    border-radius: 0px 30px 0px 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
    padding: 15px 20px;
    margin-bottom: 20px;
}

.service-slider-feature-item button {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.service-slider-feature-item p {
    width: 100%;
    text-align: center;
    color: #971C34;
    margin-top: 10px;
}

.service-slider-feature-item.active {
    background: #034985;
}

.service-slider-feature-item.active svg path {}

.service-slider-feature-item.active p {
    color: #fff;
}

.service-slider-feature-content-item-header {
    width: 100%;
}

.service-slider-feature-content-item-body {
    width: 100%;
    position: relative;
    padding: 0px 0;
}

.service-slider-feature-content-item-header p {
    margin: 0 !important;
    font-size: 18px;
    font-weight: 400;
}

.service-slider-feature-content-item-header h2 {
    font-size: 30px;
    color: #931133;
    font-weight: 600;
    margin-bottom: 15px;
}

.service-slider-feature-content-item-body h2 {
    font-size: 33px;
    color: #034985;
    font-weight: 600;
    position: relative;
    z-index: 1;
}

.service-slider-feature-content-item-body .th-soondf {
    position: relative;
    text-align: center;
    color: #931133;
    font-size: 18px;
    padding: 50px 0;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.service-slider-feature-content-item-body .th-soondf span {
    font-size: 35px;
    line-height: 70px;
    font-weight: 700;
    color: hsl(0deg 0% 85.1%);
    display: none;
}

.service-slider-feature-content-item.service-0 {
    z-index: 2;
}

/* game  */
.service-dot-slider-area {
    display: flex;
    align-self: flex-start;
    position: relative;
    transition: .4s;
    overflow-y: hidden;
}

.service-dot-slider-items {
    min-width: 100%;
    position: absolute;
    height: auto;
    left: 0;
    top: 0;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}

.service-dot-slider-items:nth-child(1) {
    z-index: 1;
}

.service-slider-feature-item svg {
    width: 1em;
    height: 1em;
    font-size: 32px;
}

.service-slider-feature-content-item-body .th-soondf strong {
    font-weight: 700;
}

@media (min-width: 300px) and (max-width: 500px) {
    .service-slider-feature-item svg {
        display: none;
    }

    .service-slider-feature-item {
        max-width: 100%;
        width: 47%;
        margin-bottom: 0;
    }
}

.Knowledge-card:nth-child(9),
.Knowledge-card:nth-child(9) {
    left: 90px;
}

.service-slider-feature-content-item-bg .svg-path-problem path {
    fill: transparent;
}
.home-banner picture + picture {
    display: none;
}

@media (min-width: 300px) and (max-width: 767px) {
	.home-banner .dex-img {
		display: none;
	}
	.home-banner picture + picture {
		display: block;
	}
	.top-search-bar .top-search-content {
		flex-wrap: wrap;
		justify-content: center !important;
		gap: 12px;
	}
	.top-search-bar .frb-login-left + div {
		width: max-content;
	}
}