/*
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
*/

#floating-container {
    right: 0;
    top: 0;
    margin-top: 260px;
    /*cursor: pointer;*/
    border: none;
    display: block;
    position: fixed;
    opacity: 1;
    z-index: 9998;
}
#floating-container .custom-floating-button a{
    color: #fff;
}
#floating-container .custom-floating-button{
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    right: 0px;
    background: #0c6031;
    padding: 6px;
    width: 43px;
    height: 43px;
    text-align: center;
    font-size: 20px;
    cursor: pointer;
    margin: 10px;
   
	border-radius: 50%;
}

#floating-container .custom-floating-button:hover{
    color: #222222;
    background: #bd4d1d;
}
#floating-container .custom-floating-button.second{
        margin-top: 48px;
    }
#floating-container .custom-floating-button.third{
        margin-top: 86px;
    }
#floating-container .custom-floating-button.fourty{
	
    margin-top: 120px;
    
}

.to-top-right #toTop{
	right: 15px!important;
	opacity: 100%!important;
}

@media only screen and (max-width: 990px){
    #floating-container .custom-floating-button{
        width: 33px;
    height: 33px;
    margin: 0px;
    font-size: 16px;
    }
}	