/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/
.fusion-page-title-bar .fusion-breadcrumbs {
    font-size: 14px;
    color: #ffffff;
}

.fusion-page-title-bar .fusion-breadcrumbs a{
    font-size: 14px;
    color: #ffffff;
}
p.entry-title {
    font-size: 19px !important;
    color: #fff !important;
}


.cta-call {
    position: fixed;
    color: #fff;
    bottom: 0;
    right: 0;
    margin: 8px;
    border-radius: 32px;
    width: 65px;
    height: 65px;
    text-align: center;
    padding-top: 15px;
    background-color: #4c8f01;
    border: 2px solid #fff;
    z-index: 9999;
    margin-bottom: 14px !important;
}
.cta {
    position: fixed;
    color: #fff;
    bottom: 0;
    left: 0;
    margin: 20px;
    border-radius: 45px;
    width: 60px;
    height: 60px;
    text-align: center;
    padding-top: 1px;
    background: #fff;
    border: 2px solid #fff;
    z-index: 9999;
    font-size: 23px;
}

.fusion-post-wrapper{
	border-radius: 50px !important;
}

p.ads {
    font-size: 17px;
    text-transform: uppercase;
    margin-bottom: -10px !important;
    font-weight: 600;
    color: #000;
}

.fusion-blog-layout-grid .fusion-post-wrapper .fusion-image-wrapper img {
    border-radius: 21px 21px 0px 0px !important;
}

.vbg1 {
    box-shadow: 0 0 15px rgb(0 0 0 / 10%), 0 30px 45px rgb(0 0 0 / 5%);
    margin-top: -5% !important;
    background: #fff;
    padding: 30px 0px 30px 0px;
    border-radius: 11px;
}

p.wel {
    font-size: 16px;
    text-transform: uppercase;
    color: #FFFFFF;
    background-color: #FFFFFF1A;
    border-style: dashed;
    border-width: 1px 1px 1px 1px;
    border-color: #FFFFFF;
    width: 36%;
    text-align: center;
    border-radius: 52px;
}

p.tstser {
    text-align: center;
    text-transform: uppercase;
    font-size: 20px;
    color: #66ab4c;
}

p.why {
    text-transform: uppercase;
    font-size: 20px;
    color: #66ab4c;
}


.liscroll{
	overflow-y: scroll;
max-height: 111px;
padding-right: 20px;
}
.liscroll::-webkit-scrollbar {
width: 2px;
}
.liscroll::-webkit-scrollbar-thumb {
background: #ddd;
border-radius: 10px;
}
.liscroll::-webkit-scrollbar-track {
box-shadow: inset 0 0 5px grey;
border-radius: 10px;
}


.mnv {
    border: 1px solid;
    padding: 1px 15px;
    border-radius: 11px;
    box-shadow: 0 0 1px rgb(0 0 0 / 10%), 0 30px 45px rgb(0 0 0 / 5%);
}
@media only screen and (max-width: 900px) {

p.wel {
            width: 96%;
	}
	.img{
	}
}
.cont{
	margin-top:-5%;
}