.schedule_demo_button_main_panel{

    position: fixed; 
    display: flex; 
    font-size: 20px; 
    color: #fff; 
    align-items: center; 
    bottom: 30px; 
    right: 25px; 
    padding: 15px 25px; 
    background-color: #0072e1; 
    border-radius: 40px; 
    font-family: sans-serif; 
    z-index: 10; 
    
    -webkit-box-shadow: 0px 6px 12px 0px rgb(29 29 29 / 18%); 
    -moz-box-shadow: 0px 6px 12px 0px rgba(29, 29, 29, 0.18); 
    box-shadow: 0px 6px 12px 0px rgba(29, 29, 29, 0.18);

}

.schedule_demo_button_icon{

    margin-right: 10px;

}


@media only screen and (min-width : 780px) and (orientation: portrait) {

    .schedule_demo_button_main_panel{

        font-size: 35px; 
        bottom: 50px; 
        right: 40px; 
        padding: 25px 45px; 
        border-radius: 60px;

    }

    .schedule_demo_button_icon{

        margin-right: 20px;

    }

}