/*
Theme Name: Maxcare
Theme URI: https://maxcare.casethemes.net/
Author: Case-Themes
Author URI: https://casethemes.net/
Description: Maxcare is a Premium WordPress theme that has built-in support for popular Page Builders, slider with swipe gestures, and is SEO- and Retina-ready. The unique system of inheritance and override options allows setting up individual parameters for different sections of your site and supported plugins.
Version: 1.0.0
License: ThemeForest
Requires PHP: 7.4
Tested up to: 6.0
License URI: https://themeforest.net/licenses
Text Domain: Maxcare
Tags: Blog, E-Commerce, Portfolio, Grid Layout, One Column, Two Columns, Three Columns, Four Columns, Left Sidebar, Right Sidebar, Custom Background, Custom Colors, Custom Header, Custom Logo, custom-menu, Editor Style, Featured Image Header, Featured Images, flexible-header, Footer Widgets, Full Width Template, microformats, Post Formats, Sticky Post, Theme Options, threaded-comments, translation-ready, Block Editor Styles, Wide Blocks
Copyright (c) 2025 Case-Themes. All rights reserved.
This theme is licensed under the GPL-2.0+ license.
*/


.float {
    position: fixed;
    width: 55px;
    top: auto;
    height: 55px;
    bottom: 15%;
    right: 25px;
    background-color: #25d366;
    color: #FFF !important;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    transition: bottom 0.3s ease;
    z-index: 100;
    display: flex;
    justify-content: center;
    align-items: center;
}



#inner-bnner{
	display:block !important;
	    padding: 260px 0px 140px 0px !important;
	background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  position:relative;
}
#inner-bnner .pxl-page-title {
    font-size: 60px !important;
	color:#fff !important;
	font-style: normal;
    font-weight: 400;
    line-height: 1.2;
    margin: 0;
    text-transform: capitalize;
    word-break: break-word;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}


 #inner-bnner .pxl-ptitle-content {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
#inner-bnner .ptitle-content {
    display: block !important;
}

@media (max-width: 1366px) {
   #inner-bnner {
        padding: 200px 0px 140px 0px !important;
    }
	#inner-bnner .pxl-page-title{
	    font-size:45px !important;	
	}

}

@media (max-width: 1200px) {
    #inner-bnner{
        padding: 100px 0px !important;
    }
	#inner-bnner .pxl-page-title{
	    font-size:30px !important;	
	}
}

@media (max-width: 767px) {
	#inner-bnner {
    background-position: 70%;
}
}


