/*
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
*/

@media only screen and (max-width: 900px) {
	.imgzs {
    border-radius: 21px  !important;
    margin-right: -35px !important;
    margin-left: -35px !important;
   margin-top: -17% !important;
}
	.tetx {
		margin-bottom: 5px !important;
	}
	
	button.avada-menu-mobile-menu-trigger.no-text {
    border-radius: 4px !important;
}

}

.imgzs{
	border-radius:38px;
	margin-right:12px;
	margin-left:12px;
}
.tetx {
	border-style:dashed;
	background-color:#2f5773;
	border-width: 1px 1px 1px 1px;
	font-size: 16px;
	width: 263px;
    border-radius: 20px;
    padding-left: 10px;
    padding-right: 10px;
    color:white;
}
.asad{
	margin-top:-37px;
}
.conte{
	color:white;
}

.cta-call {
    position: fixed;
    color: #fff;
    bottom: 0;
    right: 0;
    margin: 10px;
    border-radius: 32px;
    width: 65px;
    height: 65px;
    text-align: center;
    padding-top: 19px;
    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;
}