/**
*****************************************
	Theme Name: True Choice Palliative & Hospice Care
	Author: SyncZer Inc
	Author URL: https://www.synczersolutions.com/
	Version: 1.0
******************************************
**/
/*-- btn-style-1 --*/
.btn-style-1{
  font-family: 'font-5';
  color: var(--white);
  padding: 12px 18px;
  background-color: var(--main-1);
  font-size: 1rem;
  display: inline-block;
  margin: 10px 0 0 0;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.btn-style-1:hover{
  color: var(--white);
  background: linear-gradient(-30deg, var(--main-5) 0%, var(--main-2) 100%); 
  background: -webkit-linear-gradient(-30deg, var(--main-5) 0%, var(--main-2) 100%); 
  box-shadow: 3px 3px 0 0 var(--shadow-1);
}

.btn-style-2{
  font-family: 'font-5';
    background-color: var(--white);
    padding: 8px 18px;
    color: var(--main-1);
    font-size: 1rem;
    display: inline-block;
    margin: 10px 0 0 0;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.btn-style-2:hover{
  background: linear-gradient(-30deg, var(--main-5) 0%, var(--main-4) 100%); 
  background: -webkit-linear-gradient(-30deg, var(--main-5) 0%, var(--main-4) 100%); 
  box-shadow: 3px 3px 0 0 var(--shadow-1);
  color: var(--white);
}
/*-- Slider Styles --*/
.slider-area .carousel-inner .carousel-item img {
  height: 650px;
  object-fit: cover;
}
.slider-area .carousel .carousel-indicators {
  bottom: 25px;
  z-index: 1;
}
.slider-area .carousel-indicators li {
  width: 12px;
  height: 12px;
  margin: 0 5px;
}
.slider-area .carousel-control-next, 
.slider-area .carousel-control-prev {
  opacity: 1;
  top: 0;
  bottom: 0;
  margin: auto;
  color: var(--white);
  font-size: 3rem;
}
.slider-area .carousel-control-prev {
  left: 25px;
}
.slider-area .carousel-control-next {
  right: 25px;
}
.carousel-caption {
    position: absolute;
    top: 33%;
    text-align: center;
    z-index: 1;
}
.carousel-caption h2{
  text-transform: capitalize;
  line-height: 55px;
  margin: 0 0 15px 0;
  color: var(--white);
  font-size: 2.5rem;
  text-shadow: 2px 3px 0 #3a3838;
  font-family: 'font-2';
}
.carousel-caption p{
  font-size: 1rem;
  line-height: 30px;
  color: var(--white);
  text-shadow: 1px 1px 0 #3a3838;
}
.overlay-bg{
  background: var(--gr-2);
}
/* welcome */
.w-text-inner ul li{
  position: relative;
  padding-left: 1rem;
  padding-bottom: 0.6rem;
}
.w-text-inner ul li::before{
  content: "\f054";
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  left: 0;
  color: var(--main-1);
}
.w-contact-box-icon i{
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 1.5rem;
}
/* services */
.s-social-icons{
  position: absolute;
  top: 24px;
  z-index: 1;
  left: 24px;
}
.s-social-icons a i{
  color: var(--white);
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border: 1px solid var(--main-5);
  background: var(--main-5);
  margin-top: 5px;
}
.s-social-icons:hover a i{
  color: var(--white);
  background: var(--main-1);
}
/* testimonial-content */
.testimonial-content blockquote {
  font-family: 'Lora', Arial, sans-serif;
  margin: 0;
  padding: 50px 40px 0;
  font-weight: 500;
  line-height: 1.6em;
  font-style: italic;
}
.testimonial-content .author h6 {
  text-transform: uppercase;
  font-weight: 800;
}
.testimonial-content:before,
.testimonial-content:after {
  font-family: 'FontAwesome';
  content: "\201C";
  position: absolute;
  font-size: 150px;
  line-height: 1em;
  color: #212121;
  font-style: normal;
}
.testimonial-content:before {
  top: -30px;
  left: 20px;
}
.testimonial-content:after {
  content: "\201D";
  right: 20px;
  bottom: -88px;
}
/*  */
.appointment-inner-form{
  margin-top: -150px;
}
label{
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3em;
    margin: 0px 0px 10px 0px;
    font-weight: 600;
    color: #000;
}
.form-control{
    font-size: 14px;
    border: 1px solid #EEEFF2;
    padding: 15px 25px 15px 25px;
    border-radius: 4px;
    height: 50px;
}
/* breadcrumb */
.breadcrumb-area.inner-banner-header,
.breadcrumb-area .page-banner{
    height: 300px;
}
.breadcrumb-area.inner-banner-header .breadcrumb li+li:before {
    content: " / ";
    padding: 0 8px 0 8px;
}
.breadcrumb-area .page-banner h1,
.breadcrumb-area.inner-banner-header .breadcrumb li a,
.breadcrumb-area.inner-banner-header .breadcrumb li+li:before {
    color: var(--white);
    font-weight: 700;
}
/* blog */
.blog-box {
    position: relative;
    margin: 0 0 25px 0;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    background-color: var(--white);
}
.blog-box:hover {
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    transform: translateY(-7px);
}
.blog-date{
  position: absolute;
  background: var(--main-1);
  bottom: 0;
  width: 75px;
}
.blog-slider .owl-nav button.owl-next, 
.blog-slider .owl-nav button.owl-prev {
    border: none;
    padding: 0!important;
    top: 50%;
    position: absolute;
    cursor: pointer;
    margin-top: -50px;
    font-size: 5rem;
    color: var(--main-1);
    line-height: 0;
}
.blog-slider .owl-nav button.owl-next{
	  right: -30px;
}
.blog-slider .owl-nav button.owl-prev{
	  left: -30px;
}
.blog-slider .owl-dots {
    text-align: center;
	  margin: 0;
}
.blog-slider .owl-dots button {
    display: inline-block;
}
.blog-slider .owl-dots button span {
    display: block;
    border-radius: 0;
    width: 15px;
    height: 15px;
    margin: 10px 7px 0 7px;
    border: 1px solid var(--main-1);
    background: none;
    position: relative;
    transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
}
.blog-slider .owl-dots button.active span, 
.blog-slider .owl-dots button:hover span {
    background: none;
    border: 2px solid var(--main-1);
    width: 15px;
    height: 15px;
}
.blog-slider .owl-dots button.active span:after, 
.blog-slider .owl-dots button:hover span:after {
    content: " ";
    width: 5px;
    height: 5px;
    background-color: var(--main-1);
    position: absolute;
    left: 3px;
    top: 3px;
}
.d-blog-inner .blog-img{
    width: 180px;
}
/* newsletter */
.h-text-inner h3{
    text-shadow: 2px 3px 0 #3a3838;
}
.newsletter-inner .newsletter-form {
    background: -webkit-linear-gradient(-30deg, var(--main-1) 0%, var(--main-4) 100%);
    position: relative;
    height: 50px;
    z-index: 2; 
}
.newsletter-inner .newsletter-form:after {
    position: absolute;
    content: '';
    left: -2px;
    right: -2px;
    top: -2px;
    bottom: -2px;
    background: -webkit-linear-gradient(-30deg, var(--main-1) 0%, var(--main-1) 100%);
    z-index: -1; 
}
.newsletter-inner .newsletter-form input {
    width: 100%;
    height: 100%;
    border: none;
    padding: 20px;
    background: #fff;
    color: #000;
}
.newsletter-inner .newsletter-form button {
    position: absolute;
    top: -2px;
    right: -2px;
    bottom: -2px;
    width: 170px;
    background: var(--main-5);
    outline: none;
    border: none;
    color: #fff;
    font-weight: 500;
    cursor: pointer; 
}
.newsletter-inner .newsletter-form button:hover {
    background: -webkit-linear-gradient(-30deg, var(--main-1) 0%, var(--main-4) 100%); 
    background: linear-gradient(-30deg, var(--main-1) 0%, var(--main-4) 100%); 
}
/*  */
.contact-detail li a i{
  position: absolute !important;
  left: -6px;
  font-size: 1.1rem;
  top: 0;
  bottom: 0;
  margin: auto;
  height: fit-content;
}
.w-about-img{
  position: absolute;
  z-index: 1;
  border-radius: 15px 0 0 15px;
  right: -17%;
  left: 0;
  overflow: hidden;
  height: 100%;
}
/* insurance */
.contact-form .custom-file-label::after{
    height: 50px;
    background: #ddd;
    line-height: 40px;
}
/* services accordian */
ul.accordion-list li {
  margin: 0 auto 15px auto;
  cursor: pointer;
}
ul.accordion-list li.active .accordian-title:after {
  transform: rotate(90deg);
}
ul.accordion-list li h3 {
  font-weight: 700;
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  padding: 0 0 0 0;
  margin: 0;
  font-size: 15px;
  letter-spacing: 0.01em;
  cursor: pointer;
}
ul.accordion-list li .accordian-title:after {
  position: absolute;
  right: -8px;
  top: 0;
  color: var(--main-1);
  transition: all 0.3s ease-in-out;
  font-size: 2.5rem;
  font-family: 'IcoFont'!important;
  content: "\ea79";
}
ul.accordion-list li .accordian-content.answer {
  display: block;
  cursor: pointer;
}
/* services */
.living-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: absolute;
  left: 30px;
  bottom: 30px;
  right: 30px;
  z-index: 5;
  background-color: #d3c5b7;
  transition: all .3s ease;
}
.description {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease;
}
.living-post-thumbnail {
  position: relative;
  margin-bottom: 0;
  height: 450px;
  width: 100%;
}
.living-post-thumbnail:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%; 
  height: 100%;
  background: #000;
}
.living-post-thumbnail img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.s-inner-box:hover .description {
  opacity: 1;
  visibility: visible;
  position: relative;
  transition: all 2s ease;
}
/*  */
.w-about-img{
  position: absolute;
  top: 35px;
}

.contact-icon-wrapper {
  width: 124px;
  height: 124px;
  margin: 0px auto 30px;
  border: 1px dashed #b7b7b7;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.contact-icon {
  border: 1px dashed #b7b7b7;
  width: 100px;
  height: 100px;
  border-radius: 100%;
}

.appointment-inner::after,
.testimonials-area::after{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    content: "";
    z-index: -1;
}
.appointment-inner::after{
    background: var(--gr-2);
}
.career-img-inner{
  position: absolute;
  z-index: -1;
  top: 0;
  opacity: 0.2;
}

/* survey-form */
.survey-form .radio {
  position: relative;
  cursor: pointer;
  line-height: 20px;
  font-size: 14px;
  margin: 7px 15px;
}
.survey-form .radio .label {
  position: relative;
  display: block;
  float: left;
  margin-right: 10px;
  width: 20px;
  height: 20px;
  border: 2px solid var(--main-4);
  border-radius: 100%;
  -webkit-tap-highlight-color: transparent;
}
.survey-form .radio .label:after {
  content: '';
  position: absolute;
  top: 3px;
  left: 3px;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: var(--main-4);
  transform: scale(0);
  transition: all 0.2s ease;
  opacity: 0.08;
  pointer-events: none;
}
.survey-form .radio:hover .label:after {
  transform: scale(3.6);
}
.survey-form input[type="radio"]:checked + .label {
  border-color: var(--main-4);
}
.survey-form input[type="radio"]:checked + .label:after {
  transform: scale(1);
  transition: all 0.2s cubic-bezier(0.35, 0.9, 0.4, 0.9);
  opacity: 1;
}
.o-s-list img{
  width: 100px;
}