/*
 Theme Name:   ApexClinic Child
 Theme URI:    https://themes.radiantthemes.com/apexclinic/
 Description:  ApexClinic Child Theme
 Author:       RadiantThemes.com
 Author URI: https://themeforest.net/user/radiantthemes
 Template:     apexclinic
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
 Text Domain:  apexclinic-child
*/

@media (min-width:300px) and (max-width:790px)
{
.fixed-appointment
{
	display:none;
}
}


.fixed-appointment {
    position: fixed;
    bottom: 8%;
    right: -1px;
    z-index: 1000;
    width: 14% !important;
    transition: 0.5s ease-in;
}

.footer_main_item .widget_media_image {
    margin-bottom: 15px;
}
