.tool-title, .tool-megatitle {
	font-weight: 700;
	color: #f72585;
	font-size: 1.4rem;
}
.tool-megatitle {
    font-size: 2rem;
}
.tool-subtitle {
	color: #3a0ca3;
	font-size: 1rem;
}
.tool-description {
	color: #3a0ca3;
	font-size: 0.9rem;
}
.tool-item p {
	font-size: 0.775rem;
	line-height: 1.4;
	color: #666;
}

.btn-custom:hover, .btn-custom:focus, .btn-custom:active, .btn-custom.active, .btn-custom.focus, .btn-custom:active, .btn-custom:focus, .btn-custom:hover, .open>.dropdown-toggle.btn-custom {
    background-color: #d10091;
}
.text-primary {
    color: #d10091 !important;
}
.smaller-font, .smaller-font h1, .smaller-font h2, .smaller-font h3, .smaller-font h4, .smaller-font h5 {
	font-size: 12px !important;
}
.smaller-font h1, .smaller-font h2, .smaller-font h3, .smaller-font h4, .smaller-font h5 {
	font-weight: 800 !important;
}
.boxi-bg {
    background: #7f25f712;
}
.btn-info {
    background: #3a0ca3;
    border-color: #3a0ca3;
}
.btn-info:hover {
    background: #7942f7;
    border-color: #7942f7;
}
.testi_border {
    border-top: 4px solid #3c25f778;
}
.text-info1 {
    color: #3a0ca3;
}
.offerheight {
    max-height: 370px;
}
.desc-size {
    height: 6rem;
}
@media screen and (max-width: 768px) {
    #myVideoBg {
        position: fixed;
        bottom: 0;
        height: 100vh;
        left: -140vw;
        right: auto;
        width: auto;
    }
    .offerheight {
        max-height: max-content;
    }
    .desc-size {
        height: 10rem;
    }
}

