.owce-carousel .owl-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #413CF0;
    border-radius: 50px;
    padding: 12px 30px;
    font-size: 16px;
		width: 55%;
		opacity:0;
		visibility: hidden;
		transition: all .3s;
}
.owce-carousel .owl-item:hover .owl-content {
		opacity:1;
		visibility: visible;
}
.owl-theme .owl-nav {
    margin-top: 10px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.owce-carousel .owl-nav i {
	 background-color: #0000!important;
	border-radius: 50px;
	color: #4d7fc0!important;
	font-style: normal;
	border: 1px solid;
}
.owce-carousel .owl-nav i:hover {
	   background-color: #4d7fc0!important;
	color: #fff!important;
}
.owce-carousel .owl-nav .owl-next {
    right: -69px;
}
.owl-thumb::before {
    content: "";
    position: absolute;
    background: rgb(0 0 0 / 72%);
    inset: 0;
		opacity: 0;
	transition: all .3s;
}
.owl-thumb:hover::before {
		opacity: 1;
}
.card-title {
    margin: 0;
}




/* CV Subscription Start*/
.cv-subscription-products h2.product-title {
    margin: 0;
    margin-bottom: 10px;
}
.cv-subscription-products span.woocommerce-Price-amount.amount bdi {
    font-family: "Roboto", Sans-serif;
    font-size: 32px;
    font-weight: 700;
    color: #4D7FC0;
	line-height: 0;
	padding: 0!important;
}
.cv-subscription-products .bwdcv-product {
	background: #ffffff;
    align-items: start;
    border-radius: 16px;
    padding: 28px;
}
.cv-subscription-products .bwdcv-product:hover {
	background: #ffffff;
}
.cv-subscription-products ul {
    list-style: none;
    padding: 0;
    margin: 0;
	order: 1;
}
.cv-subscription-products .cv-plan-name, .cv-subscription-products p.custom-meta.cv-billing-period {
	display: none;
}
.cv-subscription-products a.s-buy-now-btn {
    background-color: #61CE7000;
    font-family: "Roboto", Sans-serif;
    font-size: 18px;
    line-height: 1;
    text-align: center;
    font-weight: 500;
    fill: #4D7FC0;
    color: #4D7FC0;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-radius: 50px 50px 50px 50px;
    padding: 16px 40px 16px 40px;
    width: 100%;
	order: 2;
	margin-top: 20px;
}
.cv-subscription-products a.s-buy-now-btn:hover {
    background: #4D7FC0
}
.cv-subscription-products ul li {
    font-size: 15px;
    margin-bottom: 8px;
}
.cv-subscription-products ul li i {
    color: #4D7FC0;
	margin-right: 5px;
}
/* CV Subscription End*/
.cv-dashboard-container .tabs .tab a {
    color: #4d7fc0;
}
main.site-main.cv.type-cv {
    padding-top: 140px;
    padding-bottom: 60px;
}
.cv-dashboard-container form.cv-user-img-upload button, .bwdcv-loss-pass-wrap #bwdcv-wc-lost-password-ajax button,
.cv-dashboard-container .wpcv-dashboard-wrap a, .cv-dashboard-container .cover-bttn-wrap button, .cv-dashboard-container .tab-col-wrap button#saveTextSignature, .cv-dashboard-container .tab-col-wrap button#saveDrawSignature,
.open-ai-cover-letter #free-user-cover-letter{
    background-color: #4d7fc0;
}
	



















