/*--------------------------------------------------------------
# Custom Styles for Sun Coast Granny NANNIES
--------------------------------------------------------------*/

.city-map{
	display: block;
	height:400px;
	width:100%;
	background-position:center center;
	background-color:#0B5E64;
	margin-top:10px;
	border: 1px solid #0B5E64;	
}

p.c {
  white-space: white-space: pre-line; /* collapse WS, preserve LB */
}

.B-pad {
	margin-top: 5px;
	margin-bottom: 5px;
}

.Apad {
	margin-bottom: 10px;
}

.u-pad ul li {
	margin-left: 1em;
}

.txt-title {
	font-size: 1.2em;
	font-weight: 700;
}

.txt-italic {
	font-style: italic;
}

.txt-pur {
    color: #9c1a83;	
}

.txt-blue {
    color: #00F;	
}

.txt-bold{
	font-weight: 700;
	font-size: 1.1em;	
}

.txt {
	font-size: 1em;
	color: #333;
}

.txt-sm {
	font-size: .8em;
	color: #333;
}

.questions {
	color: #ac3e97;
	font-weight: 900;
	font-size: 1.2em;
}

.Call {
	color: #333;
	font-weight: 900;
	font-size: 1.2em;
}

.PH {
	color: #00F !important;
	text-decoration: none;
	font-weight: 700;
	white-space: nowrap;
}

.PH:hover {
	color: #9c1a83 !important;
	-webkit-text-decoration-color: #0F0, var(--bs-link-underline-opacity, 1)) !important;
	text-decoration-color: #0F0, var(--bs-link-underline-opacity, 1)) !important;
	text-decoration: none;
}

/*--------------------------------------------------------------
# Suncoast links
--------------------------------------------------------------*/
.SCL {
	color: #000 !important;
	text-decoration: none;
	font-weight: normal;
	white-space: nowrap;
}

.SCL:hover {
	color: #9c1a83 !important;
	-webkit-text-decoration-color: #0F0, var(--bs-link-underline-opacity, 1)) !important;
	text-decoration-color: #0F0, var(--bs-link-underline-opacity, 1)) !important;
	text-decoration: none;
}

/*--------------------------------------------------------------
# Suncoast links end
--------------------------------------------------------------*/


.img-txt-wr {
    float: left;
    margin-right: 15px;
    margin-bottom: 5px;
}

.img-pad {
	padding-right: 6px;
}

.Star{
	position: relative;
	text-align: center;
	color: #fbbc04;
	font-size: 1.7em;
	display: inline-block;
	white-space: nowrap;
	padding-top: .6em;
}

.fa-star:before {
    content: "\f005 \f005 \f005 \f005 \f005";
    letter-spacing: .3em;
}

.btn-outline-success {
    --bs-btn-color: #0B5E64;
    --bs-btn-border-color: #0B5E64;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #0B5E64;
    --bs-btn-hover-border-color: #0B5E64;
    --bs-btn-focus-shadow-rgb: 25, 135, 84;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #0B5E64;
    --bs-btn-active-border-color: #0B5E64;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #0B5E64;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #0B5E64;
    --bs-gradient: none;
	white-space: nowrap;
	font-weight: 700;
}

.btn-center {
  text-align: center;  ;
}



	
hr.white {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	margin-top: .5em;
	margin-bottom: .5em;
	}

hr.major {
	margin: 2em 0;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 1px;
	border-left-width: 0;
	border-bottom-style: solid;
	border-top-color: #333;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #333;
		}


	ul {
	list-style: disc;
	padding-left: 1em;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 2em;
	margin-left: 0;
	}

		ul li {
			padding-left: 0em;
		}

.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 40%;
}

* {
    box-sizing: border-box;
}


a.faq:link{
	color:#ac3e97;
	text-decoration:none;
	display: inline;
}
a.faq:hover{
	color:#017d87;
	text-decoration: underline;
	display: inline;
}

/* Create two equal columns that floats next to each other */
.column {
    float: left;
    width: 50%;
    padding: 10px;    
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}

.videoWrapper{
	position:relative;
	padding-bottom:56.25%;
	padding-top:25px;
	height:0;
	margin-bottom:25px;
	border: thin solid #ac3e97;
}
.videoWrapper iframe{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

/*--------------------------------------------------------------
# Table
--------------------------------------------------------------*/

	.table-wrapper {
		-webkit-overflow-scrolling: touch;
		overflow-x: auto;
	}

	table {
	width: 100%;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 2em;
	margin-left: 0;
	}

		table tbody tr {
	border-top-width: 1px;
	border-right-width: 0;
	border-bottom-width: 1px;
	border-left-width: 0;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
		}

			table tbody tr:nth-child(2n + 1) {
				background-color: rgba(230, 235, 237, 0.25);
			}

		table td {
			padding: 0.75em 0.75em;
		}

		table th {
	color: #000;
	font-size: 1.2em;
	font-weight: 900;
	text-align: center;
	padding-top: 0.75em;
	padding-right: 0.75em;
	padding-bottom: 0.75em;
	padding-left: 0.75em;
	background-color: #FDF7FC;
		}

		table thead {
			border-bottom: solid 2px rgba(210, 215, 217, 0.75);
		}

		table tfoot {
			border-top: solid 2px rgba(210, 215, 217, 0.75);
		}

		table.alt {
			border-collapse: separate;
		}

			table.alt tbody tr td {
	border-left-width: 0;
	border-top-width: 0;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
			}

				table.alt tbody tr td:first-child {
					border-left-width: 1px;
				}

			table.alt tbody tr:first-child td {
				border-top-width: 1px;
			}

			table.alt thead {
				border-bottom: 0;
			}

			table.alt tfoot {
				border-top: 0;
			}

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Open Sans", sans-serif;
  color: #444444;
}

a {
	color: #00F;
	text-decoration: none;
}

a:hover {
  color: #3291e6;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Raleway", sans-serif;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #1977cc;
  border-top-color: #d1e6f9;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: animate-preloader 1s linear infinite;
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
	position: fixed;
	visibility: hidden;
	opacity: 0;
	left: 15px;
	bottom: 15px;
	z-index: 996;
	width: 40px;
	height: 40px;
	border-radius: 4px;
	transition: all 0.4s;
	background-color: #9c1a83;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
	color: #fff;
	background-color: #0098a5;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

.datepicker-dropdown {
  padding: 20px !important;
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
	height: 40px;
	font-size: 1em;
	transition: all 0.5s;
	z-index: 996;
	font-weight: 700;
	background-color: #9c1a83;
}



#topbar .contact-info a {
  line-height: 1;
  color: #fff;
  transition: 0.3s;
}

#topbar .contact-info a:hover {
  color: #3badb9;
}

#topbar .contact-info i {
  color: #fff;
  padding-right: 4px;
  margin-left: 15px;
  line-height: 0;
}

#topbar .contact-info i:first-child {
  margin-left: 0;
}

#topbar .social-links a {
  color: #fff;
  padding-left: 15px;
  display: inline-block;
  line-height: 1px;
  transition: 0.3s;
}

#topbar .social-links a:hover {
  color: #3badb9;
}

#topbar .social-links a:first-child {
  border-left: 0;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
	background: #fff;
	transition: all 0.5s;
	z-index: 997;
	top: 40px;
	box-shadow: 0px 2px 15px rgba(25, 119, 204, 0.1);
	padding-top: 15px;
	padding-right: 0;	
	padding-left: 0;
}


#header .logo {	
	white-space: nowrap;
}

#header .logo a {
  color: #2c4964;
}

#header .logo img {
  max-height: 100px;
}

@media (max-width: 575px) {
#header .logo img {
    max-height: 70px;	
  }
}

/**
* Appointment Button *
*/
.appointment-btn {
	margin-left: 25px;
	margin-right: 25px;
	color: #fff;
	border-radius: 25px;
	padding: 8px 25px;
	white-space: nowrap;
	transition: 0.3s;
	font-size: 14px;
	display: inline-block;
	background-color: #9c1a83;
}

.appointment-btn:hover {
	color: #fff;
	background-color: #0098a5;
}

@media (max-width: 768px) {
  .appointment-btn {
    margin: 0 15px 0 0;
    padding: 6px 18px;
  }
}




/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar>ul>li {
  position: relative;
  white-space: nowrap;
  padding: 8px 0 8px 20px;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1em;
  color: #2c4964;
  white-space: nowrap;
  transition: 0.3s;
  border-bottom: 2px solid #fff;
  padding: 5px 2px;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #1977cc;
  border-color: #1977cc;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 20px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}


.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
	font-size: 14px;
	font-weight: 500;
	text-transform: none;
	color: #082744;
	border: none;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #1977cc;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #2c4964;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;  
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(28, 47, 65, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.mobile-menu-icons .btn-main-menu:after {
	font-size: .5em;
	display: block;
	position: absolute;
	color: #9c1a83;
	text-align: center;
	top: 40px;
	left: 0;
	right: 0;
	content: "Menu";
	padding-top: .2em;
}



.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile>ul>li {
  padding: 0;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #2c4964;
  border: none;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #1977cc;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #1977cc;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Suncoast main page Section
--------------------------------------------------------------*/


#SCM {
	width: 100%;
	height: 90vh;
	background-size: cover;
	margin-bottom: -200px;
	background-position: center top;
	background-image: url(../img/_Suncoast-images/GrannyNANNIES-Home-Care-Main.webp);
	color: #000;
	box-shadow: 0px 5px 10px 0px rgba(172, 62, 151, 0.5);
}

@media (max-width: 575px) {
    #SCM  {
	width: 100%;
	height: 90vh;
	background-size: cover;
	margin-bottom: -200px;
	background-position: center top;
	background-image: url(../img/_Suncoast-images/GrannyNANNIES-Home-Care-Main-sm.webp);
}
}

#SCM .container {
  position: relative;
}

#SCM P {
	color: #000;
	font-weight: 700;
}


@media (max-width: 575px) {
	#SCM div.transbox {		
	margin-bottom: 5px;
	margin-top: 1em;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
		}	   
}

@media (max-width: 575px) {
	#SCM div.transbox p {
  		color: #fff;
  		font-weight: 700;
		margin-bottom: 2px;
		text-align: center;
		}	   
}




#SCM h1 {
	margin: 0;
	font-size: 5em;
	font-weight: 700;
	line-height: 56px;
	color: #9c1a83;
	text-shadow: 2px 2px 4px #fff;
	letter-spacing: 2px;
	white-space: nowrap;
}

/* `sm` applies to x-small devices (portrait phones, less than 576px) */
@media (max-width: 575px) {
    #SCM h1 {
	font-size: 2.2em;
    line-height: 1.2em;
	color: #fff;
    text-shadow: 1px 1px 2px #9c1a83;
    padding-top: 0em;
	margin-top: 0em;
	white-space: normal;
	text-align: center;
    }
}

/* `md` applies to small devices (landscape phones, less than 768px) */
@media (min-width: 768px) {
    #SCM h1 {
	font-size: 2.5em;
    }
}

/* applies to landscape phones */
@media (max-height: 600px) {
  #SCM h1 {	
	font-size: 3em;
	white-space: normal;
  }
}

#SCM h2 {
	margin: 10px 0 0 0;
	font-size: 24px;
	color: #000;
	font-weight: 600;
	word-spacing: .2em;
}

@media (max-width: 575px) {
    #SCM h2 {
    font-size: 1.1em;
    margin-bottom: .5em;
	color: #fff;
	font-weight: 900;
	text-align: center;
  }
}

#SCM .btn-get-started {
	font-family: "Raleway", sans-serif;
	text-transform: capitalize;
	font-weight: 500;
	font-size: 14px;
	letter-spacing: 1px;
	display: inline-block;
	margin-top: 30px;
	border-radius: 25px;
	transition: 0.5s;
	color: #fff;
	padding-top: 12px;
	padding-right: 35px;
	padding-bottom: 12px;
	padding-left: 35px;
	margin-bottom: 0px;
	background-color: #9c1a83;
}

@media (max-width: 575px) {
    #SCM .btn-get-started {
	padding-top: 8px;
	padding-right: 25px;
	padding-bottom: 8px;
	padding-left: 25px;
    margin-top: 5em;
    margin-bottom: 2.5em;
	font-size: 12px;
  }
}

#SCM .btn-get-started:hover {
	background-color: #0098a5;
}

@media (min-width: 1024px) {
  #SCM {
    background-attachment: fixed;
  }
}

@media (max-width: 992px) {
  #SCM {
    margin-bottom: 0px;    
	margin-top: 5em;
  }

  #SCM .container {
    padding-bottom: 0px;
  }  
}

@media (max-height: 600px) {
  #SCM {
	margin-top: 120px;
    height: 110vh;	
  }
}		


/**
*  Button *
*/
.SC-btn {
	color: #fff;
	border-radius: 5px;
	white-space: nowrap;
	transition: 0.3s;
	display: inline-block;
	background-color: #9c1a83;
	text-align: center;
	padding-top: 8px;
	padding-right: 20px;
	padding-bottom: 8px;
	padding-left: 20px;
	}

.SC-btn:hover {
	color: #fff;
	background-color: #0098a5;
}

@media (max-width: 768px) {
  .SC-btn {
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 0;
	padding-top: 6px;
	padding-right: 18px;
	padding-bottom: 6px;
	padding-left: 18px;
  }
}		

/*--------------------------------------------------------------
# Suncoast main page Why Us
--------------------------------------------------------------*/
.sc-why-us .content {
	width: 100%;
	border-radius: 10px;
	color: #fff;
	background-color: #9c1a83;
	box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
	padding-right: 30px;
	padding-left: 30px;
	padding-top: 20px;
	padding-bottom: 30px;
	font-size: 1.1em;
}

.sc-why-us-txt-sm {
	font-size: 0.7em;
	font-weight: normal;
}

.sc-why-us h2 {
	font-weight: bold;
	color: #2c4964;
}

.sc-why-us .content h3 {
	font-weight: 700;
	font-size: 1.2em;
	margin-bottom: 20px;
	white-space: nowrap;
	text-decoration: underline; 
	text-align: center; 
}

@media (max-width: 575px) {
.sc-why-us .content h3 {	
	font-size: 1.1em;
	margin-bottom: 20px;
	white-space: nowrap;	  
}
}



.sc-why-us .content p {
	margin-bottom: 30px;
	font-weight: 700;
	font-size: 1.2em;	
}

.sc-why-us ul.O li {
	font-size: 1.3em;
	font-weight: bold;
	color: #000;
	line-height: 1.2em;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0em;
	margin-left: 0;
	padding-left: 0px;
	list-style-position: inside;
	list-style-type: disc;
	text-align: left;
}

.sc-why-us .content .more-btn {
  display: inline-block;
  background: rgba(255, 255, 255, 0.2);
  padding: 10px 30px 10px 30px;
  color: #fff;
  border-radius: 20px;
  transition: all ease-in-out 0.4s;
}

.sc-why-us .content .more-btn i {
  font-size: 2em;
}

.sc-why-us .content .more-btn:hover {
	color: #1977cc;
	background-color: #fff;
}

.sc-why-us .icon-boxes .icon-box {
	text-align: center;
	border-radius: 10px;
	box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
	width: 100%;
	background-color: #fff;
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
}

.sc-why-us .icon-boxes .icon-box i {
  font-size: 40px;
  color: #0f8691;
  margin-bottom: 30px;
}

.sc-why-us .icon-boxes .icon-box h4 {
	font-size: 2em;
	font-weight: 700;
	margin: 0 0 30px 0;
	color: #9c1a83;
}


.sc-why-us .icon-boxes .icon-box p {
	font-size: 1.6em;
	color: #000;
	font-weight: 700;
	line-height: 1.3em;
}




@media (max-width: 575px) {
.sc-why-us ul.N li {	
	font-size: 1.1em;
	color: #fff;
	font-weight: 600;		
}
}		


/*--------------------------------------------------------------
# Suncoast Service Pages 
--------------------------------------------------------------*/
.sc-ServicePg {
	overflow: hidden;
	margin-top: 50px;
	padding-top: 120px;
	padding-right: 0;
	padding-bottom: 60px;
	padding-left: 0;
}

@media (max-width: 575px) {
.sc-ServicePg  {
    margin-top: 30px;	
  }
}

.sc-ServicePg h2{
        display:inline; 
        font-size:1em; 
        font-weight:normal;
    }

.sc-ServicePg h1 {
	font-size: 2em;
	font-weight: bold;
	color: #2c4964;
}

.sc-ServicePg .section-title {
  text-align: center;
  padding-bottom: 5px;
}


@media (max-width: 575px) {
.sc-ServicePg h1 {
    font-size: 1.7em;
	text-align: center;		
  }
}


.sc-ServicePg h2 {
	font-size: 1.3em;
	font-weight: 700;
}

.sc-ServicePg .content h3 {
	font-size: 1em;
	font-weight: 600;
	margin-top: .5em;
}

.sc-ServicePg .content h4 {
	font-size: 1em;
	font-weight: 500;
	margin-top: .5em;
}

.sc-ServicePg .txt-title {
    font-size: 1.2em;
    font-weight: bold;
	color: #2c4964;
}


.sc-ServicePg .content p:last-child {
  margin-bottom: 0;
}

@media (max-width: 575px) {
.sc-ServicePg .center {    
    width: 100%;
   }
}
		

/*--------------------------------------------------------------
# video Section
--------------------------------------------------------------*/
.video {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: Auto;
  z-index:-100;
}


.G-btn {
	color: #fff;
	border-radius: 25px;
	white-space: nowrap;
	transition: 0.3s;
	display: inline-block;
	background-color: #9c1a83;
	text-align: center;
	padding-top: 8px;
	padding-right: 20px;
	padding-bottom: 8px;
	padding-left: 20px;
	font-weight: 600;
	}

.G-btn:hover {
	color: #fff;
	background-color: #0098a5;
}

@media (max-width: 768px) {
    .G-btn {
        margin-top: 5px;
        margin-right: 15px;
        margin-bottom: 5px;
        margin-left: 0;
        padding-top: 6px;
        padding-right: 18px;
        padding-bottom: 6px;
        padding-left: 18px;
    }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.sc-section {
	overflow: hidden;
	padding-top: 60px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

.section-bg {
  background-color: #f1f7fd;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h1 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: #2c4964;
}

.section-title h1::before {
  content: "";
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

.section-title h1::after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #1977cc;
  bottom: 0;
  left: calc(50% - 20px);
}

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: #2c4964;
}

.section-title h2::before {
  content: "";
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #1977cc;
  bottom: 0;
  left: calc(50% - 20px);
}

.section-title p {
  margin-bottom: 0;
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 100px;
  }
}

@media (max-width: 992px) {
  .breadcrumbs h2 {
    margin: 0 0 10px 0;
  }
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #6c757d;
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }

  .breadcrumbs ol {
    display: block;
  }

  .breadcrumbs ol li {
    display: inline-block;
  }
}

@media (max-width: 575px) {
.why-us .content h3 {	
	font-size: 1em;
	margin-bottom: 20px;
	white-space: nowrap;	  
}
}

@media (max-width: 1024px) {
.why-us .content h3 {	
	font-size: .9em;
	margin-bottom: 5px;
	white-space: nowrap;	  
}
}



@media (max-width: 575px) {
.why-us ul.N li {	
	font-size: 12px;
	color: #fff;		
}
}



/*--------------------------------------------------------------
# About Section
--------------------------------------------------------------*/
.about {
	overflow: hidden;
	margin-top: 50px;
	padding-top: 120px;
	padding-right: 0;
	padding-bottom: 60px;
	padding-left: 0;
}

.about .content h3 {
  font-size: 2rem;
  font-weight: 700;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  display: flex;
  align-items: flex-start;
  margin-top: 40px;
}

.about .content ul i {
  flex-shrink: 0;
  font-size: 48px;
  color: #1977cc; 
  margin-right: 20px;
}

.about .content ul h5 {
  font-size: 18px;
  font-weight: 700;
}

.about .content ul p {
  font-size: 15px;
}

.about .content p:last-child {
  margin-bottom: 0;
}

.about .pulsating-play-btn {
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
}

@media (max-width: 575px) {
.ServicePg  {
    margin-top: 30px;	
  }
}

@media (max-width: 575px) {
.ServicePg h1 {
    font-size: 1.7em;
	text-align: center;		
  }
}

@media (max-width: 575px) {
.ServicePg .center {    
    width: 50%;
   }
}


/*--------------------------------------------------------------
# HCSS - Home Care Specialty Services
--------------------------------------------------------------*/
.HCSS {	
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 5em;
	padding-left: 0;
}

.HCSS .Service {
	overflow: hidden;
	text-align: center;
	border-radius: 5px;
	background: #fff;
	box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
	transition: 0.3s;
	margin-top: 1em;
}

.HCSS .Service .Service-img {
  position: relative;
  overflow: hidden;
}

.HCSS .Service .Service-img:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background: url(../img/HCSS-shape.svg) no-repeat center bottom;
  background-size: contain;
  z-index: 1;
}



.HCSS .Service .Service-info {
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}

.HCSS .Service .Service-info h2 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 20px;
  color: #9c1a83;
}

.HCSS .Service .Service-info p {
	font-style: normal;
	font-size: 14px;
	padding-top: 15px;
	line-height: 26px;
	color: #444;	
}

@media (max-width: 575px) {
.Locations  {
    margin-top: 30px;	
  }
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  text-align: center;
  border: 1px solid #d5e1ed;
  padding: 80px 20px;
  transition: all ease-in-out 0.3s;
}

.services .icon-box .icon {
  margin: 0 auto;
  width: 64px;
  height: 64px;
  background: #9c1a83;
  border-radius: 5px;
  transition: all 0.3s ease-out 0s;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transform-style: preserve-3d;
  position: relative;
  z-index: 2;
}

.services .icon-box .icon i {
  color: #fff;
  font-size: 28px;
  transition: ease-in-out 0.3s;
}

.services .icon-box .icon::before {
  position: absolute;
  content: "";
  left: -8px;
  top: -8px;
  height: 100%;
  width: 100%;
  background: rgba(156, 26, 131, 0.1);
  border-radius: 5px;
  transition: all 0.3s ease-out 0s;
  transform: translateZ(-1px);
  z-index: -1;
}

.services .icon-box h3 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 24px;
}

.services .icon-box h3 a {
  color: #2c4964;
}

.services .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.services .icon-box:hover {
	border-color: #d5e1ed;
	background-color: #0f8691;
}

.services .icon-box:hover .icon {
  background: #fff;
}

.services .icon-box:hover .icon i {
  color: #9c1a83;
}

.services .icon-box:hover .icon::before {
  background: rgba(255, 255, 255, 0.3);
}

.services .icon-box:hover h3 a,
.services .icon-box:hover p {
  color: #fff;
}


.services .icon-box:hover h3 {
    color: #fff; /* White text on hover */
}


/*--------------------------------------------------------------
# What We Do Section
--------------------------------------------------------------*/
.WhatWeDo {
  overflow: hidden;
}

.WhatWeDo .nav-tabs {
  border: 0;
}

.WhatWeDo .nav-link {
	padding: 12px 15px 12px 0;
	transition: 0.3s;
	color: #2c4964;
	border-radius: 0;
	font-weight: 600;
	font-size: 15px;
	border-top-width: 0;
	border-right-width: 2px;
	border-bottom-width: 0;
	border-left-width: 0;
	border-right-style: solid;
	border-right-color: #ebf1f6;
}

.WhatWeDo .nav-link:hover {
  color: #1977cc;
}

.WhatWeDo .nav-link.active {
  color: #1977cc;
  border-color: #1977cc;
}

.WhatWeDo .tab-pane.active {
  animation: fadeIn 0.5s ease-out;
}

.WhatWeDo .details h3 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #2c4964;
}

.WhatWeDo .details p {
	color: #333;
}

.WhatWeDo .details p:last-child {
  margin-bottom: 0;
}

@media (max-width: 992px) {
  .WhatWeDo .nav-link {
    border: 0;
    padding: 15px;
  }

  .WhatWeDo .nav-link.active {
    color: #fff;
    background: #1977cc;
  }
}

/*--------------------------------------------------------------
# Meet the Team
--------------------------------------------------------------*/
.team {
	overflow: hidden;
	margin-top: 50px;
	padding-top: 120px;
	padding-right: 0;
	padding-bottom: 60px;
	padding-left: 0;	
}


.team .member {
  position: relative;
  box-shadow: 0px 2px 15px rgba(44, 73, 100, 0.08);
  padding: 30px;
  border-radius: 10px;
}

.team .member .pic {
  overflow: hidden;
  width: 180px;
  border-radius: 50%;
}

.team .member .pic img {
  transition: ease-in-out 0.3s;
}

.team .member:hover img {
  transform: scale(1.1);
}

.team .member .member-info {
	padding-left: 30px;
	padding-top: 2em;	
}

.team .member h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 20px;
  color: #2c4964;
}

.team h2{
        display:inline; 
        font-size:1em; 
        font-weight:normal;
    }

.team h1 {
	font-size: 2em;
	font-weight: bold;
	color: #2c4964;
}

.team h2 {
	font-size: 1.3em;
	font-weight: 700;
}

.team .member span {
  display: block;
  font-size: 15px;
  padding-bottom: 10px;
  position: relative;
  font-weight: 500;
}

.team .member span::before {
  content: "";  
  display: block;  
  height: 1px;
  background: #b2c8dd;
  bottom: 0;
  left: 0;
}

.team .member p {
  margin: 10px 0 0 0;
  font-size: 14px;
}





/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.faq .faq-list {
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}

.faq .faq-list ul {
  padding: 0;
  list-style: none;
}

.faq ul.b {
	list-style: disc;
	padding-left: 2em;
	display: block;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-top: .5em;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.faq ul.b li {
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.faq .faq-list li+li {
  margin-top: 10px;
}

.faq .faq-list li {
	padding: 20px;
	background: #fff;
	border-radius: 4px;
	position: relative;
	border: 1px solid #CCC;
}

.faq .faq-list a {
	display: block;
	position: relative;
	font-family: "Poppins", sans-serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
	outline: none;
	cursor: pointer;
	padding-top: 0;
	padding-right: 30px;
	padding-bottom: 5px;
	padding-left: 30px;
}

.faq .faq-list .icon-help {
  font-size: 24px;
  position: absolute;
  right: 0;
  left: 20px;
  color: #76b5ee;
}

.faq .faq-list .icon-show,
.faq .faq-list .icon-close {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

.faq .faq-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}

.faq .faq-list .icon-show {
  display: none;
}

.faq .faq-list a.collapsed {
  color: #343a40;
}

.faq .faq-list a.collapsed:hover {
  color: #1977cc;
}

.faq .faq-list a.collapsed .icon-show {
  display: inline-block;
}

.faq .faq-list a.collapsed .icon-close {
  display: none;
}

@media (max-width: 1200px) {
  .faq .faq-list {
    padding: 0;
  }
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info {
  width: 100%;
  background: #fff;
}

.contact .info i {
  font-size: 20px;
  color: #1977cc;
  float: left;
  width: 44px;
  height: 44px;
  background: #d6e9fa;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #2c4964;
}

.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: #4b7dab;
}

.contact .info .email,
.contact .info .phone {
  margin-top: 40px;
}

.contact .info .email:hover i,
.contact .info .address:hover i,
.contact .info .phone:hover i {
  background: #1977cc;
  color: #fff;
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
	color: #000;
	font-size: 14px;
	background-color: #f1f7fd;
}

#footer .title {
	color: #000;
	font-size: 1.2em;
	font-weight: 700;
	line-height: 4;
}

#footer .footer-top {
	padding: 60px 0 30px 0;
	box-shadow: 0px 2px 15px rgba(25, 119, 204, 0.1);
	background-color: #fff;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact h4 {
  font-size: 22px;
  margin: 0 0 30px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top .footer-contact p {
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 0;
	font-family: "Raleway", sans-serif;
	color: #333;
}

#footer .footer-top h4 {
	font-size: 16px;
	font-weight: bold;
	color: #333;
	position: relative;
	padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #1c84e3;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
	color: #333;
	transition: 0.3s;
	display: inline-block;
	line-height: 1.5;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #1977cc;
}


#footer .credits {
	padding-top: 5px;
	font-size: 13px;
	color: #333;
}

#footer .social-links a {
	font-size: 18px;
	display: inline-block;
	color: #fff;
	line-height: 1;
	padding: 8px 0;
	margin-right: 4px;
	border-radius: 50%;
	text-align: center;
	width: 36px;
	height: 36px;
	transition: 0.3s;
	background-color: #0f8691;
}

#footer .social-links a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #9c1a83;
}

	#footer .copyright {
	color: #660;
	font-size: 12px;
	text-align: center;
	font-weight: 500;
	line-height: 2em;
	}

	#footer .copyright a {
	color: inherit;
	padding-left: 1em;
}
		
