/*
Template Name: PetZ
Author: Ingrid Kuhn
Author URI: themeforest/user/ingridk
Version: 1.0
Last change: 25th februar 2021

	Table of Contents

	#General and Typography
	#Preloader
	#Navigation
	#Logo
	#Index page
	#Adoption page
	#Team page
	#Pricing Page
	#Testimonials Page
    #Gallery page
	#Blog pages
	#Contact page
	#Footer and Credits
	#Miscellaneous
	#Media Queries

===========================
  General and Typography
============================ */

/* Custom Font */
@font-face {
  font-family: MuseoModernoLight;
  src: url(../fonts/webfonts/MuseoModerno-VariableFont_wght.ttf);
  font-weight: 300;
}

@font-face {
  font-family: MuseoModernoReg;
  src: url(../fonts/webfonts/MuseoModerno-VariableFont_wght.ttf);
  font-weight: 400;
}

@font-face {
  font-family: MuseoModernoBold;
  src: url(../fonts/webfonts/MuseoModerno-VariableFont_wght.ttf);
  font-weight: 500;
}

@font-face {
  font-family: BalooChettan2Reg;
  src: url(../fonts/webfonts/BalooChettan2-Regular.ttf);
  font-weight: 400;
}

@font-face {
  font-family: BalooChettan2Bold;
  src: url(../fonts/webfonts/BalooChettan2-Bold.ttf);
  font-weight: 700;
}

@font-face {
  font-family: BalooChettan2Bolder;
  src: url(../fonts/webfonts/BalooChettan2-Bold.ttf);
  font-weight: 800;
}

:root {
  --pinkbordersize: 13px;
}

html {
  width: 100%;
  height: 100%;
}

body {
  width: 100%;
  height: 100%;
  font-size: 16px;
  font-weight: 400;
  color: #757373;
  overflow-x: hidden !important;
  -webkit-font-smoothing: antialiased;
  font-family: "BalooChettan2Reg", sans-serif;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  position: relative;
}

:focus{
  outline: none !important;
}

.btn{
  transition: unset !important;
}

.btn-primary.focus, .btn-primary:focus {
  color: #fff;
  background-color: #0185e6;
  border-color: #122b40;
}

p,
ul,ol {
  font-size: 17px;
  line-height: 34px;
  color: rgb(94, 94, 94);
}

img {
  transition: all 0.2s ease-in-out;
}

/* Headings */

h1 {
  font-size: 75px;
  margin-bottom: 20px;
  line-height: 63px;
  font-family: "BalooChettan2Reg", sans-serif;
  margin-top: 0px;
  color: #222;
  letter-spacing: -0.025em;
}

h2 {
  font-size: 60px;
  font-family: "BalooChettan2Reg", sans-serif;
  margin-bottom: 20px;
  margin-top: 0px;
  color: #282828;
  letter-spacing: -0.025em;
  text-transform: uppercase;
}

h3 {
  font-family: "BalooChettan2Reg", sans-serif;
  font-size: 3em;
  color: #000;
  line-height: 1em;
  letter-spacing: -0.2px;
  margin-bottom: 20px;
  margin-top: 0px;
  position: relative;
}

h4 {
  font-family: "BalooChettan2Reg", sans-serif;
  /* font-family: 'Baloo Thambi', sans-serif; */
  font-size: 1.8em;
  margin-top: 20px;
  margin-bottom: 20px;
  color: #292929;
  font-weight: 600;
}

h5 {
  font-size: 1.8em;
  margin: 0;
  font-family: "BalooChettan2Reg", sans-serif;
  color: #292929;
  letter-spacing: -0.4px;
  margin-bottom: 20px;
  margin-top: 20px;
  text-transform: uppercase;
}

h6 {
  font-size: 1.114em;
  line-height: 1.214em;
  text-transform: uppercase;
  font-family: "BalooChettan2Reg", sans-serif;
  letter-spacing: -0.4px;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  text-transform: none;
  font-family: "Lato", sans-serif;
}

section h1 {
  color: #0185e6;
}

.global-messageBox{
  position:fixed;
  width: 100vw;
  bottom: 0;
  background-color: #0185e6;
  z-index: 3;
  padding: 15px;
  cursor: pointer;
}

.global-messageBox *{
  text-align: center;
  color: #ffffff;
  margin-bottom: 0px;
  margin-top: 0px;
}

/* Links */

a {
  transition: color 0.2s ease-in-out;
}

a:hover,
a:focus {
  text-decoration: none;
}

/* Others */

.subtitle {
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0.3px;
}

.text-light,
.text-light h1,
.text-light h2,
.text-light h3,
.text-light h4,
.text-light h5,
.text-light h6,
.text-light p {
  color: #fff !important;
}

i {
  transition: all 0.2s ease-in-out;
}

.small-heading {
  font-size: 1.1em;
  margin-bottom: 10px;
  font-family: "Baloo Thambi", sans-serif;
  font-weight: 400;
  letter-spacing: 0.2px;
  padding-bottom: 15px;
}

.invis-h3 {
  font-size: 3em;
  line-height: 1em;
}

/* Containers & Rows*/
.container-fullwidth {
  width: 100%;
}

.container-fullwidth .alternating-row {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.flex-img-container {
  flex-basis: 50%;
  overflow-x: hidden;
}

.img-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#main-content.alternating-section .alternating-row {
  border-top: var(--pinkbordersize) solid #ffd9ea;
}

#main-content.alternating-section .alternating-row:last-child {
  border-bottom: var(--pinkbordersize) solid #ffd9ea;
}

.bg-lightcolor0-1 .alternating-content {
  border-left: var(--pinkbordersize) solid #ffd9ea;
  border-right: var(--pinkbordersize) solid #ffd9ea;
}

.bg-lightcolor3 .alternating-content>div:first-child {
  padding: 15px;
  border: var(--pinkbordersize) solid #ffd9ea;
}

.bg-lightcolor3.filled .alternating-content>div:first-child {
  padding: 15px;
  background-color: #ffd9ea;
}

.bg-lightcolor0-1 .alternating-content {
  flex-basis: calc(50% + var(--pinkbordersize));
}

.alternating-content {
  flex-basis: 50%;
  padding: 30px 0 50px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: inherit;
}

.bg-lightcolor0-1 .alternating-content.right {
  flex-basis: calc(50% + var(--pinkbordersize));
  margin-right: 0px;
}

.alternating-content>div {
  width: 85%;
}

.alternating-content .section-heading {
  margin-top: 20px;
  margin-bottom: 0px;
}

.alternating-content .section-heading h2:before,
.alternating-content .section-heading h2:after {
  width: 0px;
}

/* Accordion for FAQs */
#faqs-intro > .container > .row{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#FAQtwo > .accordian-group{
width: 100%;
}

.accordian-group{
  padding-left: 15px;
  padding-right: 15px;
  width: 85%;
}

.faq-question{
  display: flex;
  justify-content: space-between;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 1px;
  border-left-width: 0px;
  border-style: solid;
  border-color: #222;
  margin-bottom: 20px;
}

.faq-question h4{
  margin-bottom: 0px;
}

.faq-question i{
  color: #222;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}

input[id^="faq"]{
  display: none;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s;
  margin-bottom: 20px;
}

.rotate::before{
  -webkit-transition: -webkit-transform 0.3s ease-in;
  transition: transform 0.3s ease-in;
}

.accordian-group > input:checked + .faq-answer {
  max-height: 2000px;
}

.rotate.down::before {
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* Modifier Rules */
.pb-00 {
  padding-bottom: 0px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pt-00 {
  padding-top: 0px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pb-40{
  padding-top: 40px !important;
}

.mb-00 {
  margin-bottom: 0px !important;
}

.w-100 {
  width: 100%;
}

.ml-15 {
  margin-left: 15px !important;
}

.mr-15 {
  margin-right: 15px !important;
}

.white-text {
  color: #ffffff !important;
}

.half-width {
  width: 50%;
}

/*===========================
  Preloader
============================ */

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
}

.spinner {
  text-align: center;
  position: absolute;
  top: 50%;
  width: 10%;
  left: 45%;
  animation: rotate 2s infinite linear;
}

.spinner>div {
  border-radius: 100%;
  display: inline-block;
  animation: bouncedelay 1.4s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */

  animation-fill-mode: both;
}

.spinner .bounce1 {
  animation-delay: -0.32s;
}

/* Preloader icon */

.spinner .bounce1:after {
  content: "\f10a";
  position: absolute;
  font-family: "flaticon";
  font-size: 40px;
  margin-top: -40px;
  margin-left: -10px;
}

@keyframes bouncedelay {

  0%,
  80%,
  100% {
    transform: scale(1);
  }

  40% {
    transform: scale(1.5);
  }
}

/*===========================
  Navigation
============================ */
/* Responsive navbar  */

.navbar-toggle:focus,
.navbar-toggle:active {
  outline: 0;
}

.navbar-toggle {
  font-size: 35px;
  color: #fff;
  transition: all 0.2s ease-in-out;
  position: relative;
  float: right;
  line-height: 35px;
}

.navbar-toggle i:focus,
.navbar-toggle i:active,
.navbar-toggle i:hover {
  color: #fff;
}

/* Shrink navbar on scroll  */

nav .navbar-brand img {
  max-width: 300px;
  /*180px;*/
}

nav .navbar-toggle {
  margin: 13px 15px 13px 0;
}

nav a {
  font-size: 20px;
  /*17px; */
  padding-bottom: 35px !important;
  padding-top: 35px !important;
  transition: all 0.1s ease;
}

nav.navbar.shrink {
  min-height: 35px;
}

nav.navbar.shrink .navbar-brand img {
  max-width: 300px;
  /*120px;*/
}

nav.navbar.shrink .navbar-toggle {
  margin: 8px 15px 8px 0;
  padding: 4px 5px;
}

.navbar-custom .navbar-nav>li>a {
  color: #fff;
  padding: 18px;
  transition: all 0.2s ease-in-out;
}

.navbar-custom ul.nav li a:hover,
.navbar-custom .nav>.active>a {
  color: #fff;
}

.navbar-custom {
  border: 0px;
  font-family: "MuseoModernoReg", sans-serif;
  font-weight: 400;
}

.navbar ul.dropdown-menu>li>a {
  display: block;
  padding: 13px 10px;
  clear: both;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  border-radius: 0px;
  padding-top: 20px !important;
  padding-bottom: 20px !important;
  transition: all 0.2s ease-in-out;
}

nav.navbar.shrink ul.dropdown-menu>li>a {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

/*===========================
  Logo
============================ */

.navbar-brand-centered img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 4px;
  max-width: 180px;
  right: 0;
  margin: auto;
}

/*test logo position*/
.navbar-nav.tall>li>a {
  line-height: 100px;
}

.navbar-brand-centered img.logo-top {
  top: -59px !important;
}

.navbar-brand-centered img.logo-bottom {
  top: 55px !important;
}

nav.navbar.shrink.tall>li>a {
  line-height: 115px;
}

nav.navbar.shrink .navbar-brand img.logo-top {
  max-width: 300px;
  margin-bottom: auto;
  top: -50px !important;
  height: 80px;
}

nav.navbar.shrink .navbar-brand img.logo-bottom {
  max-width: 300px;
  margin-bottom: 24px;
  height: 80px;
}

.banner-text.call-now {
  margin-bottom: 5px;
  margin-top: 10px;
}

.footer-call-now1 {
  margin-top: 10px;
  text-align: center;
  font-size: 38px;
}

.mobile-call {
  display: none;
}


/* =========================== Index page ============================ */
/* Home page Slider */

#slider {
  width: 100% !important;
  height: 700px;
  padding-top: 80px;
}

.header-wrapper {
  width: 100% !important;
}

.header-wrapper .header-text.header-left {
  margin-top: 13%;
}

.header-wrapper .header-text {
  margin-top: 17%;
  white-space: normal;
}

.ls-outline .ls-nav-prev,
.ls-outline .ls-nav-next {
  z-index: 99 !important;
  margin-top: 40px !important;
}

.header-text {
  margin-left: 5%;
  border-radius: 20px;
  max-width: 600px;
  padding: 30px;
  z-index: 99;
}

#slider.slide-style1:before {
  z-index: 0 !important;
}

#slider.slide-style1:before,
.overlay-left .ls-bg-wrap:after,
.overlay-left .ls-slide-transition-wrapper:before {
  transition: 0.8s ease-in-out;
  content: "";
  width: 100%;
  height: 100%;
  z-index: 999;
  top: 0;
  left: 0;
  position: absolute;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100 */
  background: -moz-linear-gradient(left,
      rgba(0, 0, 0, 0.65) 0%,
      rgba(0, 0, 0, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left,
      rgba(0, 0, 0, 0.65) 0%,
      rgba(0, 0, 0, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right,
      rgba(0, 0, 0, 0.65) 0%,
      rgba(0, 0, 0, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=1);
  /* IE6-9 */
}

.header-text.full-width {
  max-width: 100% !important;
  margin-top: 15%;
  text-align: center;
  padding: 60px !important;
}

.header-text span {
  font-weight: 400;
}

.header-p {
  font-size: 22px;
  line-height: 1.2;
  margin-bottom: 20px;
  margin-top: 20px;
}

i.icon-slider1 {
  font-size: 170px;
  opacity: 0.7;
}

#main-content>.container>.row {
  display: flex;
  flex-wrap: nowrap;
}

#intro p {
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
}

/* Franchise Page */
.jumbotron.franchise {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.franchise>.flex-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.franchise>.flex-container.v2,
.franchise>.flex-container .gradient-overlay1 {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.01), rgba(0, 0, 0, 0.4) 7% 7%, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.5) 52% 87%, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.01));
}

.franchise>.flex-container.v2 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.franchise .gradient-overlay1 {
  padding-top: 30px;
  padding-bottom: 30px;
}

#franchise-intro .flex-container [class^="col-"]>p {
  margin-top: 5rem !important;
}

#franchise-intro .flex-container {
  display: flex;
  justify-content: space-evenly;
}

#franchise-intro {
  border-bottom: var(--pinkbordersize) solid #ffd9ea;
}

/* parallax header */

.parallax-header {
  background: url("../img/parallaxheader.jpg") no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

/* services 2 */

.services2.bg-lightcolor2 {
  padding: 40px;
  text-align: center;
}

.services2 p {
  font-size: 17px;
  line-height: 34px;
  color: #5f5f5f;
}

.services2 img {
  transition: all ease-in-out 0.2s;
}

.services2:hover img {
  transform: scale(1.1);
}

.services2-header {
  margin-top: -20px;
  margin-bottom: 30px;
  position: relative;
  display: block;
}

.services2-header h4 {
  margin: 0;
}

/* contact */

#contact-index2 {
  background: url(../img/contactpage2.png) no-repeat;
  background-position: 0% bottom;
  background-color: #fff;
}

#contact_form {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/****** Multistep Form *******/

/*Progress Bar*/
#progressbar, #progressbarF, #progressbarBM {
  margin-bottom: 0px;
  overflow: hidden;
  counter-reset: step;
  padding-inline-start: 0px;
}

#progressbar li, #progressbarF li, #progressbarBM li {
  list-style-type: none;
  color: #333;
  text-transform: uppercase;
  font-size: 9px;
  width: 33.33%;
  float: left;
  position: relative;
  letter-spacing: 1px;
  text-align: center;
  line-height: 1;
  margin-bottom: 15px;
}

#progressbarF li{
  color: #ffffff !important;
}

#progressbarBM li>i,
#progressbar li>i {
  color: #0185e6;
  position: absolute;
  top: 3px;
  left: calc(50% + 15px);
  font-size: 16px;
  display: none;
}

#progressbarF li>i {
  color: #ffa3cc;
  position: absolute;
  top: 3px;
  left: calc(50% + 15px);
  font-size: 16px;
  display: none;
}


#progressbar li:before, #progressbarF li:before,#progressbarBM li:before {
  content: counter(step);
  counter-increment: step;
  width: 24px;
  height: 24px;
  line-height: 26px;
  display: block;
  font-size: 12px;
  color: #333;
  background: #ffa3cc;
  border-radius: 25px;
  margin: 0 auto 10px auto;
  position: relative;
  z-index: 1;
}

#progressbarF li:before{
  background: #ffffff !important;
}


/*progressbar connectors*/
#progressbarBM li:after,
#progressbar li:after {
  content: '';
  width: 100%;
  height: 2px;
  background: #ffa3cc;
  position: absolute;
  left: -50%;
  top: 9px;
  z-index: 0; /*put it behind the numbers*/
}

#progressbarF li:after {
  content: '';
  width: 100%;
  height: 2px;
  background: #ffffff;
  position: absolute;
  left: -50%;
  top: 9px;
  z-index: 0; /*put it behind the numbers*/
}



#progressbar li:first-child:after, #progressbarF li:first-child:after, #progressbarBM li:first-child:after {
  /*connector not needed before the first step*/
  content: none;
}

/*marking active/completed steps*/
/*The number of the step*/
#progressbarBM li.active:before, #progressbarBM li.active:after, 
#progressbar li.active:before, #progressbar li.active:after {
  background: #0185e6;
  color: #ffffff;
}

#progressbarF li.active:before, #progressbarF li.active:after {
  background: #ffa3cc !important;
}


/* Modal Form */

.modal-header {
  position: relative;
}

.modal-title {
  text-align: center;
}

.modal-header>.close {
  position: absolute;
  margin: 0;
  right: 20px;
  top: calc(50% - 20px);
  font-size: 4rem;
}

.modal-dialog {
  top: 60px;
}

.next-container{
  text-align: center;
}

#success1,
#success2 {
  margin-top: 10px;
}

#success1F,
#success2F{
  color: #ffffff;
}

/* Others */

.features .medium-icon i {
  margin-bottom: 20px;
  border: 0;
  padding: 0;
  transition: all 0.2s ease-in-out 0s;
}

.medium-icon {
  font-size: 50px;
}

.margin-list.list-unstyled i,
.margin-list.list-inline i {
  margin-right: 10px;
}

.callout-img {
  margin-top: -180px;
  position: absolute;
}

/* ===========================
 Main Slider
============================ */

.slider-container {
  overflow: hidden;
  position: relative;
  cursor: all-scroll;
}

.slider {
  z-index: 1;
  position: relative;
  height: 900px;
  top: 50px;
}

/*Controls */

.slider-control {
  z-index: 2;
  position: absolute;
  top: 0;
  width: 12%;
  height: 100%;
  transition: opacity 0.3s;
  opacity: 0;
}

.slider-control.inactive:hover {
  cursor: auto;
}

.slider-control:not(.inactive):hover {
  opacity: 1;
  cursor: pointer;
}

.slider-control.left {
  left: 0;
  background: linear-gradient(to right,
      rgba(0, 0, 0, 0.18) 0%,
      rgba(0, 0, 0, 0) 100%);
}

.slider-control.right {
  right: 0;
  background: linear-gradient(to right,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.18) 100%);
}

/* Pagination */

ul.slider-pagi {
  padding-left: 0px;
}

.slider-pagi {
  position: absolute;
  z-index: 999;
  left: 50%;
  bottom: 1rem;
  transform: translateX(-50%);
  font-size: 0;
  list-style-type: none;
  bottom: 8%;
}

.slider-pagi__elem {
  border: 2px solid;
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  margin: 0 0.5rem;
  border-radius: 50%;
  cursor: pointer;
}

.slider-pagi__elem:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  background: #cecece;
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
  transition: transform 0.3s;
  transform: translate(-50%, -50%) scale(0);
}

.slider-pagi__elem.active:before,
.slider-pagi__elem:hover:before {
  transform: translate(-50%, -50%) scale(1);
}

/* Slider Animation */

.slider.animating {
  transition: transform 0.5s;
}

.slider.animating .slide__bg {
  transition: transform 0.5s;
}

.slide {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}

.slide.active .slide__overlay,
.slide.active .slide__text {
  opacity: 1;
  transform: translateX(0);
}

.slide__bg {
  position: absolute;
  top: 0;
  left: -50%;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: top right;
}

.slide__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Slider Overlay */

.slide__overlay {
  height: 1150px;
  opacity: 0.6 !important;
  width: 1150px;
  top: 0;
  border-radius: 50%;
  margin-left: -500px;
  transition: transform 0.5s 0.5s, opacity 0.2s 0.5s;
  transform: translate3d(-20%, 0, 0);
}

/* Slider Typography */

.slide__text {
  text-align: center;
  position: absolute;
  max-width: 34%;
  bottom: 34%;
  left: 50px;
  color: #fff;
  transition: transform 0.5s 0.5s, opacity 0.2s 0.5s;
  transform: translate3d(-20%, 0, 0);
  opacity: 0;
}

.slide__text h1 {
  color: #fff;
  text-transform: uppercase;
}

.slide__text-heading {
  width: 840px;
  margin-bottom: 1.5rem;
  margin-top: 0;
  text-transform: uppercase;
}

.lead {
  font-size: 2rem;
  font-weight: normal;
  margin: 2.1rem 0;
}

/* slide1 */

.slide:nth-child(1) {
  left: 0;
}

/* slide2 */

.slide:nth-child(2) {
  left: 100%;
}

/* slide3 */

.slide:nth-child(3) {
  left: 200%;
}

/* slide4 */

.slide:nth-child(4) {
  left: 300%;
}

/* slide5 */

.slide:nth-child(5) {
  left: 400%;
}

/* slide6 */

.slide:nth-child(6) {
  left: 500%;
}

/* slide7 */

.slide:nth-child(7) {
  left: 600%;
}

/* slide8 */

.slide:nth-child(8) {
  left: 700%;
}

/* ===========================
 Video Header
============================ */

#header-video video {
  margin-top: 350px;
  position: fixed !important;
  left: 50% !important;
  min-width: 100% !important;
  height: auto !important;
  z-index: -100;
  transform: translateX(-50%) translateY(-50%);
  background: url("img/slide1.jpg") no-repeat;
  background-size: cover;
  transition: 1s opacity;
}

.video-text h1 {
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  top: 70%;
  padding: 20px;
  font-size: 80px;
  right: 10%;
  left: 10%;
  position: absolute;
  text-align: center;
  border-radius: 20px;
}

/* ===========================
 Stats 
============================ */

#stats .numscroller {
  font-size: 65px;
  font-family: "Baloo Thambi", sans-serif;
}

#stats h5 {
  margin-top: 0px;
}

#stats {
  background-image: url(../img/illustrations/bones.png), url(../img/stats.png),
    url(../img/illustrations/bones1.png);
  animation: dog-bones-falling 9s linear infinite;
  animation-direction: normal;
  background-repeat: no-repeat;
}

/* CSS Animation */

@keyframes dog-bones-falling {
  0% {
    background-position: 94% -100px, 96% 100px, 99% -300px;
  }

  100% {
    background-position: 94% 500px, 96% 100px, 99% 500px;
  }
}

/* ===========================
 Features 
============================ */

.features {
  margin-bottom: 20px;
}

.features i {
  border-radius: 50%;
  margin-bottom: 20px;
  padding: 20px 40px;
  border: 5px solid;
  transition: all 0.2s ease-in-out 0s;
}

.features:hover i {
  transform: scale(1.2);
  -webkit-backface-visibility: hidden;
}

/*===========================
  Call to action
============================ */

.bg1 {
  background: url(../img/callout1.jpg) no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

/* ===========================
 Reviews
============================ */

/* #reviews {
    background-image: url(../img/reviews1.png);
    background-repeat: no-repeat;
    background-position: -10% bottom;
} */

/*===========================
  Contact
============================ */

#contact-index {
  background: url(../img/contact1.png) no-repeat;
  background-attachment: fixed;
  background-position: 0% bottom;
  background-color: #fff;
}

#contact-index i,
#contact i {
  font-size: 14px;
  vertical-align: middle;
  margin-right: 8px;
}

.list-contact i {
  color: #0185e6;
}

/* =========================== Adoption page ============================ */

.adopt-header {
  text-align: center;
}

.adopt-header h4 {
  font-weight: 700;
}

.portfolio-item {
  position: relative;
}

/* Isotope */

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  z-index: 1;
}

.isotope,
.isotope .isotope-item {
  transition-duration: 0.8s;
}

.isotope-item {
  margin-right: -1px;
  backface-visibility: hidden;
}

.isotope {
  transition-property: height, width;
}

.isotope .isotope-item {
  transition-property: transform, opacity;
}

/* Adoption Gallery */

.adoption-thumb {
  display: block;
  padding: 25px;
  position: relative;
  overflow: hidden;
  margin-bottom: 50px;
}

.adoption-thumb img {
  margin: 0 auto;
  border: 10px solid;
  transition: border 0.3s ease-in-out;
}

.adoption-thumb:hover img {
  border: 30px dashed;
}

.pet-adopt-info {
  margin-bottom: 20px;
}

.pet-adopt-info h6 {
  display: inline;
}

.pet-adopt-info h6:after {
  content: "\f14a";
  font-family: "flaticon";
  font-size: 20px;
  transform: rotate(20deg);
  opacity: 0.3;
  z-index: 10;
  margin: 10px;
  line-height: 0px;
}

.breadcrumb.adopt {
  text-align: left;
}

/* =========================== Team Page ============================ */

.team-wrap {
  border-radius: 15px;
}

.team-wrap:before {
  content: "\f14a";
  position: absolute;
  font-family: "flaticon";
  font-size: 50px;
  left: 0px;
  transform: rotate(20deg);
  opacity: 0.3;
  z-index: 10;
  margin-top: -10px;
}

.team-wrap .member {
  border-radius: 15px;
  background-clip: padding-box;
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  border-bottom: 10px solid;
}

.team-wrap .member .wrap {
  position: relative;
  transition: all 0.3s ease;
}

.team-wrap .member .wrap img {
  width: 100%;
  transition: all 0.3s ease;
  padding: 20px;
}

.team-wrap .member .wrap .info {
  padding: 20px 0;
  top: 0%;
  width: 100%;
}

.team-wrap .member .wrap .info .name {
  margin: 0;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  margin: 0 0 8px 0;
}

.team-wrap .member .wrap .info .position {
  margin: 0;
  font-size: 16px;
}

.team-wrap .member .more {
  position: absolute;
  bottom: -100%;
  width: 100%;
  padding: 10px;
  transition: all 0.3s ease;
}

.team-wrap .member:hover img {
  opacity: 0;
}

.team-wrap .member:hover .info {
  top: 0;
}

.team-wrap .member:hover .more {
  bottom: 0;
}

/* =========================== Packages Page ============================ */
#pricing-intro{
  padding: 170px 0px 70px;
}

.price-table {
  font-size: 16px;
  display: flex;
  justify-content: space-evenly;
}

.price-table .plan:hover {
  box-shadow: 6px 6px 0px rgba(103, 102, 102, 0.2);
}

.price-table .plan {
  margin-bottom: 20px;
  padding: 0px 0px 30px;
  border-radius: 20px;
  transition: margin 0.5s ease-out, box-shadow 0.5s ease-out;
  background-color: #0185e6;
  position: relative;
}

.plan .text-center {
  position: absolute;
  bottom: 30px;
  width: 100%;
}

.price-table.cats .plan.full-pkg {
  height: 620px;
}

.price-table .plan.full-pkg {
  height: 840px;
}

.price-table .plan.add-on {
  height: 270px;
  width: 75%;
}

.price-table .plan i {
  transition: all 0.5s ease-out;
}

.price-table .plan:hover i {
  transform: scale(1.3);
}

.price-table header {
  position: relative;
  padding: 20px;
  text-align: center;
}

.price-table header i {
  font-size: 66px;
  margin: 0 35px;
  height: 100px;
  display: inline-block;
  color: #ffa3cc;
}

.price-table .plan-title {
  top: 0;
  margin: 0px;
  color: #ffffff;
}

.price-table .plan-cost {
  margin: 0;
}

.price-table .plan-cost h6 {
  color: #ffffff;
  margin-top: 30px;
  margin-bottom: 0px;
}

.price-table .plan-price {
  font-size: 50px;
  font-family: Baloo Thambi;
  color: #ffa3cc;
}

.price-table .plan-features {
  padding: 0;
  text-align: center;
  list-style: none;
}

.price-table .plan-features li {
  padding: 0px 10px 10px 10px;
  color: #ffffff;
}

.price-table .featured {
  margin-top: -10px;
  border: 5px solid;
  z-index: 1;
}

.price-table.add-on>div {
  display: flex;
  justify-content: space-evenly;
}

.btn.reverse {
  border: 1px solid #ffa3cc;
  background-color: #ffa3cc;
  ;
}

.btn.reverse:hover {
  border: 1px solid #ffffff;
  background-color: #ffffff;
  ;
}

#conditions-faq.bg-lightcolor0-1{
  border-top: var(--pinkbordersize) solid #ffd9ea;
}

#conditions-faq ul{
  text-align: left;
  font-weight: bold;
  list-style: "*  ";
}

#conditions-faq .section-heading{
  display: flex;
  flex-direction: column;
  align-items: center;
}

.terms-conditions a,
.terms-conditions span{
  font-weight: 900;
  color: #222;
}

.terms-conditions span {
  font-size: 25px;
  font-weight: 100;
  position: relative;
  bottom: -8px;
}

.terms-conditions a:hover,
.terms-conditions a:hover span{
  color:#0075c1
}

.terms-conditions{
  text-align: center;
  position: absolute;
  bottom: -30px;
  width: 100%;
}
/* =========================== Testimonials page ============================ */

.review {
  position: relative;
  display: inline-block;
  width: 100%;
}

.review blockquote {
  padding: 0px;
}

.review .review-profile-image {
  margin-top: -50px;
}

.review .review-profile-image img {
  max-width: 100px;
  vertical-align: top;
  margin: 20px;
  border-radius: 50%;
  border: 5px solid;
  float: none;
  margin: 0 auto;
}

#reviews.bg-lightcolor0-1,
#pricing.bg-lightcolor0-1,
#map-section.bg-lightcolor0-1,
#gallery.bg-lightcolor0-1 {
  border-top: var(--pinkbordersize) solid #ffd9ea;
  border-bottom: var(--pinkbordersize) solid #ffd9ea;
}

#pricing2.bg-lightcolor0-1 {
  border-bottom: var(--pinkbordersize) solid #ffd9ea;
}

/*  Captions */

.review .review-caption {
  width: 100%;
  padding: 35px;
  display: inline-block;
  margin-bottom: 15px;
  text-align: center;
  border-radius: 20px;
  position: relative;
}

.review .review-caption.fixed-height {
  height: 490px;
}

.review h5,
.review h6 {
  margin: 0 0 25px;
}

.review p {
  margin-top: 15px;
}

/* =========================== Gallery page ============================ */
#gallery.happypets{
  margin-top: 100px;
  padding-bottom: 70px;
}

#instagram-feed {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#gallery .img-responsive{
  padding-top: 20px;
}

#gallery [class^="col-"]{
  padding-left: 10px;
  padding-right: 10px;
}

.crt-feed-window {
  height: 100% !important;
}

.crt-feed {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
}

.crt-widget.crt-widget-branded .crt-logo {
  right: 2% !important;
}

.crt-widget-grid .crt-grid-post {
  width: 32% !important;
}

.gallery-thumb {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.gallery-thumb img {
  width: 100%;
  height: inherit;
  object-fit: cover;
  object-position: center center;
}

.scrollimation .gallery-thumb {
  transform: translateY(100px);
  opacity: 0;
  transition: opacity 0.4s ease-out, transform 0.4s ease-out;
}

.touch .scrollimation .gallery-thumb,
.scrollimation .gallery-thumb.in {
  transform: translateY(0px);
  opacity: 1;
}

.gallery-thumb .overlay-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  opacity: 0;
  z-index: 1;
  background: #000;
  transition: opacity 0.3s ease-out;
}

.gallery-thumb:hover .overlay-mask {
  opacity: 0.5;
}

.gallery-thumb .link {
  display: inline-block;
  margin: 0;
  font-size: 50px;
  line-height: 50px;
  opacity: 0;
  position: absolute;
  height: 50px;
  width: 64px;
  top: 45%;
  left: 50%;
  text-align: center;
  z-index: 3;
  margin-left: 20px;
  transform: translateX(200px);
  transition: all 0.3s ease-out;
}

.gallery-thumb:hover .link {
  transform: translate(0);
  opacity: 1;
  transition: all 0.3s ease-out 0.3s;
}

.gallery-thumb .link.centered {
  margin-left: -32px;
  transform: translateY(-200px);
  transition-delay: 0s;
}

.gallery-thumb i {
  color: #fff;
  transition: all 0.2s ease-in-out;
}

.gallery-thumb i:hover {
  color: #808080;
}

.gallery-thumb:hover .link.centered {
  transform: translateY(0);
  transition-delay: 0.1s;
}

/* =========================== Blog Pages ============================ */

#blog-page h6 {
  margin-bottom: 10px;
}

#blog-container {
  padding: 0px 40px;
  margin-top: 40px;
}

@media (min-width: 992px) {
  .custom-padding-blog-top {
    padding-top: 4rem; /* Adjust this value as needed */
  }
}


/* date & category badge */

.date-category {
  position: absolute;
  z-index: 10;
  color: #fff;
  padding: 20px;
  right: 50px;
  width: 150px;
  border-radius: 20px;
  margin-top: -40px;
}

.date-category p {
  color: #fff;
  font-family: Baloo Thambi;
  font-size: 18px;
  line-height: 18px;
  margin: 10px 0px 0px 0px;
}

/* Latest posts Widget */

.blog-latest {
  border-bottom: 1px dotted;
  padding: 10px;
  border-radius: 20px;
}

.blog-latest p {
  font-size: 14px;
  line-height: 18px;
}

.blog-latest:last-child {
  border-bottom: 0;
}

.blog-latest h6 {
  margin-bottom: 3px;
}

.blog-latest .col-xs-7 {
  padding: 0px;
}

/* Post info */

.post-info p {
  margin-right: 15px;
  display: inline-block;
  font-weight: 900;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.post-info p+p {
  line-height: 0px !important;
}

.post-info i {
  margin-right: 5px;
}

/* blog post */

.blog-post {
  border-bottom: 1px solid #f5f5f5;
  padding-bottom: 60px;
}

.blog-post:last-child {
  border-bottom: 0px;
}

.blog-post h3 {
  margin-top: 20px;
  transition: all 0.2s ease-in-out;
}

.blog-post i {
  margin-right: 5px;
}

.single-page .blog-post h3 {
  margin-top: 0px;
}

.post-main img {
  margin-bottom: 20px;
}

/* Blog main- images */

.img-blog {
  overflow: hidden;
}

.img-blog img {
  transition: all 0.3s ease-in-out;
  transition: opacity 0.7s, transform 2.5s;
}

.img-blog:hover img {
  transform: scale3d(1.2, 1.2, 1);
}

/* Blog tags */

.blog-tags a {
  border-radius: 0px;
  color: #fff;
  display: inline-block;
  height: 26px;
  line-height: 26px;
  padding: 0 20px 0 23px;
  border-radius: 10px;
  position: relative;
  margin: 0 10px 10px 0;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}

.blog-tags a:hover,
.blog-tags a:focus {
  color: #fff;
}

.blog-tags a::before {
  background: #fff;
  border-radius: 5px;
  box-shadow: inset 0 1px rgba(0, 0, 0, 0.25);
  content: "";
  height: 6px;
  left: 10px;
  position: absolute;
  width: 6px;
  top: 10px;
}
.blog-thumbnail {
  width: 100%;
  max-width: 500px; 
  height: 250px; 
  object-fit: cover; 
  border-radius: 8px; 
}


.post-info .blog-tags {
  margin-top: 20px;
}

/* Comments */

.comment-form.media {
  margin-top: 30px;
}

.comments-block {
  padding: 20px;
  margin: 30px 0px 60px 0px;
}

.comment.media-body {
  margin-right: 10px;
}

.comments-block .btn {
  padding: 10px;
}

.comments-block .media-object {
  max-width: 120px;
  float: left;
  margin-right: 20px;
}

.comment {
  margin: 40px auto 20px;
  padding: 30px;
  position: relative;
}

.nested {
  display: inline-block;
}

/* =========================== Contact Page ============================ */
/* Map */
.z-index2 {
  z-index: 2;
}

#map-canvas {
  max-width: 100%;
  min-height: 350px;
  border-top: 10px solid;
}

#map-section iframe {
  margin-bottom: -6px;
}

#contactUsForm{
  position: relative;
  /*min-height: 365px;*/
}

#hiddenSubmit, #hiddenSubmitBM, #hiddenSubmitF{
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  visibility: hidden;
}

#formStep-1.active,
#formStep-2.active,
#formStep-1BM.active,
#formStep-2BM.active,
#formStep-1F.active,
#formStep-2F.active{
  display: block;
}

#formStep-1, #formStep-1BM, #formStep-1F {
  display: none;
  position: relative;
}

#formStep-2,#formStep-2BM, #formStep-2F {
  width: 100%;
  display: none;
}

.dual-buttons{
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-evenly;
}

/* =========================== Footer and Credits ============================ */
/* footer */

footer {
  background-color: #0185e6;
  padding: 45px 0px;
}

footer p,
footer h6,
footer h5,
footer h4,
footer ul {
  color: #fff!important;
  margin-top: 0px;
}

footer.no-margin {
  margin-top: 0px;
}

footer p {
  margin-top: 20px;
  text-align: center;
  line-height: 24px;
  font-size: 14px;
}

footer i {
  font-size: 12px;
  margin-right: 8px;
}

footer a {
  color: #fff;
}

.credits,
.credits a {
  color: #ffffff;
  font-size: 12px;
}

.credits a {
  color: #0185e6;
}

.footer-logo {
  max-height: 200px;
}

footer>.container:first-child {
  display: flex;
  flex-wrap: none;
  justify-content: space-between;
}

.two-inputs {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0px;
}

.two-inputs>div:first-child,
.two-inputs>input:first-child {
  margin-right: 5px;
}

.two-inputs>input {
  width: 50%;
  margin-bottom: 15px;
}

#footerForm .form-control {
  margin-bottom: 0px;
}

#footerForm .btn {
  margin-top: 10px;
  margin-bottom: 15px;
  background-color: #ffffff;
  color: #0075c1;
}

#footerForm .btn:hover{
  background-color: transparent;
  color: #ffffff;
}

#footerForm .btn:not([disabled]) {
  border: 1px solid #ffffff;
}

#footerForm .help-block {
  color: #ffffff;
}

#successf{
  color: #ffffff;
}

.quick-links {
  width: 15%;
}

.footer-contact {
  width: 22% !important;
}

/* Go to top icon */

.back-to-top {
  display: none;
  position: fixed;
  /*bottom: 58px;*/
  bottom: 38px;
  right: 22px;
  z-index: 119;
}

.back-to-top i {
  display: block;
  width: 44px;
  height: 44px;
  line-height: 40px;
  font-size: 22px;
  border-radius: 50%;
  color: #0185e6;
  border: 2px solid #0185e6;
  text-align: center;
  transition: all 0.3s ease-in-out;
}

.back-to-top i:hover {
  background-color: #0185e6;
  color: #ffffff;
}

/* =========================== Miscellaneous  ============================ */
/* Mailchimp message */

#mce-error-response,
#mce-success-response {
  display: none;
}

/* Parallax objects */

.parallax-object1 {
  position: absolute;
  margin-top: 450px;
  right: 0%;
  z-index: 19;
  width: 100px;
}

.parallax-object2 {
  position: absolute;
  margin-top: -180px;
}

/* Owl-carousel */

.owl-carousel {
  padding: 10px;
}

.owl-carousel .owl-item {
  perspective: 1000px;
}

.owl-thumbs {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
}

.owl-thumb-item {
  width: 100px;
  height: 100px;
  padding: 0;
  border: 0px solid transparent;
}

.owl-thumb-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.owl-thumb-item {
  display: table-cell;
  border: none;
  background: none;
  padding: 0;
  opacity: 0.4;
}

.owl-thumb-item.active,
.owl-thumb-item.active img:focus {
  opacity: 1;
  border: 2px solid #0075c1 !important;
  outline: none;
}

.owl-prev,
.owl-next {
  position: absolute;
  top: 50%;
  margin-top: -50px;
  text-align: center;
}

.owl-prev {
  left: -3%;
  /*-15px*/
}

.owl-next {
  right: -3%;
}

.owl-prev:hover,
.owl-next:hover {
  transition: all 0.3s ease-in-out;
}

.owl-prev i,
.owl-next i {
  color: #fff;
  font-size: 25px;
  padding: 10px 10px;
}

.owl-prev i {
  border-radius: 20px 0px 0px 20px;
}

.owl-next i {
  border-radius: 0px 20px 20px 0px;
}

.owl-carousel.owl-loaded {
  display: block;
  clear: both;
  /* Important fix */
}

.owl-dots {
  text-align: center;
  margin-top: 20px;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
}

.owl-theme .owl-dots .owl-dot span {
  border: none;
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  margin: 0 0.5rem;
  border-radius: 50%;
  cursor: pointer;
  color: #333;
}

.owl-theme .owl-dots .owl-dot span:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
  transition: transform 0.3s;
  transform: translate(-50%, -50%) scale(0);
}

.owl-theme .owl-dots .owl-dot span:hover:before {
  transform: translate(-50%, -50%) scale(1);
}

.owl-theme .owl-dots .owl-dot.active span:before {
  transform: translate(-50%, -50%) scale(1);
}

/* Sections */

section {
  background: #fff;
  padding: 60px 0px;
}

section.no-padding {
  padding-bottom: 0px !important;
}

section.small-section {
  padding: 40px 0px;
}

/* Sections heading */

.section-heading {
  margin-bottom: 0px;
  text-align: center;
}

.section-heading hr {
  max-width: 100px;
}

.section-heading h2 {
  z-index: 99;
  text-align: center;
}

.section-heading h2:before,
.section-heading h2:after {
  position: relative;
  content: "";
  opacity: 0.2;
  height: 2px;
  display: inline-block;
  vertical-align: middle;
}

.contact-heading{
  padding-bottom: 40px;
}

@media (max-width: 992px) {
  .contact-heading{
    padding-bottom: 0px!important;
  }
}

/* no padding */

.no-padding {
  padding: 0px;
}

/* curve up svg */

#curveUp {
  margin-top: -99px;
  z-index: 10;
  position: absolute;
}

/* elements page */

#elements .row {
  margin-right: 0px;
  margin-left: 0px;
}

#elements h5.sub-header {
  padding: 10px;
  text-align: center;
  border-bottom: 2px solid;
  border-radius: 20px;
}

#elements h3.sub-header {
  padding: 10px;
  margin-bottom: 30px;
  text-align: center;
  border-radius: 20px;
  color: #fff;
  border-bottom: 2px solid;
}

.glyph {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  padding: 20px;
  width: 24%;
}

.glyph .glyph-icon {
  padding: 10px;
  display: block;
  font-family: "Flaticon";
  line-height: 20px;
  margin-top: 20px;
}

.glyph .glyph-icon:before {
  font-size: 52px;
  color: #2f2f2f;
  margin-left: 0;
}

.page-header {
  border-bottom: 2px solid #eee !important;
  margin-bottom: 50px;
}

.page-header h2 {
  display: inline-table;
}

/* Img Shapes */

.img-outline {
  outline: 2px solid #fff;
  outline-offset: -10px;
}

.img-opacity:hover {
  opacity: 0.7;
}

/* Featured boxes */

.box_icon {
  margin-bottom: 10px;
}

.box_icon>.icon {
  overflow: hidden;
  text-align: center;
  position: relative;
  border-radius: 20px;
  transition: all 0.3s ease-in-out;
  box-shadow: 2px 0px 20px #cecece;
}

.box_icon>.icon>.image {
  position: relative;
  z-index: 2;
  margin: auto;
  vertical-align: middle;
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 20px;
}

.box_icon .image img {
  transition: all 0.3s ease-in-out;
  transition: opacity 0.7s, transform 2.5s;
}

.box_icon:hover img {
  transform: scale3d(1.2, 1.2, 1) rotate(7deg);
}

.box_icon>.icon>.info {
  margin-top: -14px;
  padding: 20px 25px 35px 25px;
}

/* Img shapes */

.img-rounded {
  border-radius: 40px;
  border-bottom: 20px solid;
}

/* Image Zoom Hover effect */

.img-effect {
  overflow: hidden;
}

.img-effect img {
  transition: opacity 0.7s, transform 2.5s;
}

.img-effect:hover img {
  transform: scale3d(1.2, 1.2, 1);
}

/* Image hover */

.img-hover img {
  transition: opacity 0.2s;
  opacity: 1;
}

.img-hover:hover img {
  opacity: 0.8;
}

/* Dropdown */

.dropdown-menu {
  min-width: 180px;
}

.dropdown-menu>li>a {
  display: block;
  padding: 13px 10px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
  border-radius: 0px;
  transition: all 0.2s ease-in-out;
}

/* Pagination */

.pagination>li {
  display: inline-block;
}

.pagination>li>a,
.pagination>li>span {
  margin: 0 1px;
  border: 0;
  padding: 5px 12px;
  color: #fff;
  border-radius: 50%;
  transition: all 0.2s ease-in-out;
}

.pagination>li>a:hover,
.pagination>li>a:focus {
  color: #fff;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span,
.pagination>li:first-child>a,
.pagination>li:first-child>span {
  border-radius: 50%;
}

/* Alerts */

.alert {
  padding: 25px;
  margin: 20px 0px;
  border: 1px solid transparent;
  border-radius: 20px;
  font-size: 16px;
}

.alert:before {
  content: "\f12c";
  position: absolute;
  font-family: "flaticon";
  font-size: 50px;
  left: 0px;
  margin-top: -50px;
}

/* Breadcrumbs */

.breadcrumb {
  padding: 8px 25px;
  list-style: none;
  letter-spacing: 0.3px;
  text-align: left;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  background: transparent;
  border-radius: 0px;
}

ul.breadcrumb {
  line-height: 18px !important;
  padding-left: 0px;
  text-align: center;
}

.breadcrumb>li+li:before {
  padding: 0 10px;
  content: "»";
  font-size: 16px;
}

/* Labels */

.label {
  padding: 0.2em 0.6em 0.3em;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.8;
  color: #fff;
  border-radius: 20px;
}

/* Form Labels */

label {
  display: block;
  max-width: 100%;
  margin-bottom: 5px;
}

/* Progress bar */

.progress-bar {
  height: 10px;
  box-shadow: 6px 6px 0px rgba(103, 102, 102, 0.2);
}

.progress {
  box-shadow: none;
}

/* fade tab transition */

.fade {
  opacity: 0;
  transition: opacity 0.55s linear;
}

/* Page  */

section.pages {
  padding: 70px 0px 70px;
}

section.banner2 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.image-page {
  margin: 20px 0;
}

/* Dropdown */

.dropdown-menu {
  font-size: 16px;
  border: 0px;
  color: #fff;
  padding: 0px;
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
  color: #fff;
  transition: all 0.2s ease-in-out;
}

.nav .open>a{
  background-color: transparent!important;
}

.navbar-custom ul.nav ul.dropdown-menu{
  background-color: transparent!important;
}

.navbar-custom ul.nav ul.dropdown-menu li a{
  background-color: rgba(0, 0, 0, 0.6);
}

@media (max-width: 992px){
.navbar-custom ul.nav ul.dropdown-menu li a{
  background-color: transparent!important;
}
.navbar ul.dropdown-menu>li>a{
  padding-top: 5px!important;
  padding-bottom: 5px!important;
  font-size: 18px!important;
}
}

/* Pager */

.pager li>a,
.pager li>span {
  display: inline-block;
  padding: 10px 24px;
  font-size: 18px;
  color: #fff;
  font-family: "Baloo Thambi", sans-serif;
  border-radius: 10px;
  transition: all 0.2s ease-in-out;
}

.pager li>a:hover {
  color: #fff;
}

/* Boxed theme */

.boxed {
  max-width: 1200px;
  margin: 0 auto;
  background: #f5f5f5;
}

.boxed .navbar {
  max-width: 1200px;
  margin: 0 auto;
}

.boxed div.pp_overlay {
  max-width: 100%;
  margin: 0 auto;
}

.boxed div.pp_pic_holder {
  position: absolute;
  left: 0 !important;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

/* tab content */

.tab-content {
  padding: 50px;
  border-radius: 20px;
}

/* Nav-tabs */

.nav-tabs {
  text-align: center;
  border-bottom: 0;
  margin-bottom: -1px;
}

.nav.nav-tabs>li.active>a:hover,
.nav.nav-tabs>li.active>a:focus,
.nav.nav-tabs>li>a:hover {
  border: 0;
}

.nav.nav-tabs>li {
  float: none;
  display: inline-block;
  margin: 0px 10px;
}

.nav.nav-tabs>li>a {
  position: relative;
  font-weight: 800;
  display: block;
  min-height: 50px;
  border: 0;
  padding: 15px 35px;
  color: #fff;
  font-size: 22px;
  border-radius: 20px 20px 0px 0px;
  transition: all 0.2s ease-in-out;
}

.nav.nav-tabs>li>a:hover,
.nav.nav-tabs>li.active>a:hover {
  color: #fff;
}

/* Panels */

.panel {
  border: 0;
  background: transparent;
  box-shadow: none;
}

.panel-title {
  font-size: 18px;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
  border: 0;
}

.panel-heading a {
  display: block;
  text-transform: none;
  padding: 10px;
  color: #fff;
  letter-spacing: 0.5px;
  font-family: "Baloo Thambi", sans-serif;
  border: 0px;
  transition: all 0.2s ease-in-out;
  border-radius: 15px;
}

.panel-group .panel+.panel {
  margin-top: 0px;
}

.panel-group .panel-heading {
  border-bottom: 0px;
}

.panel-group .panel-heading+.panel-collapse>.panel-body {
  border-top: 0px;
}

.panel-heading {
  padding: 10px 0px;
}

.panel-heading [data-toggle="collapse"]:after {
  content: "\f077";
  font-family: FontAwesome;
  float: right;
  font-size: 15px;
  line-height: 20px;
}

.panel-heading [data-toggle="collapse"].collapsed:after {
  transform: rotate(180deg);
}

/* Lists */

ul.no-margin {
  margin: 0px;
  padding: 0;
}

.list-unstyled li {
  line-height: 30px;
}

ul.custom {
  list-style: none;
}

ul.custom li {
  padding: 5px 0px;
  font-size: 16px;
  line-height: 26px;
}

ul.custom li:before {
  content: "\f0da";
  font-family: "fontawesome";
  padding-right: 7px;
}

/* Buttons */

.btn {
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "BalooChettan2Bold", sans-serif;
  font-size: 15px;
  transition: all 0.3s ease-in-out;
  border-radius: 25px;
  margin-top: 10px;
  letter-spacing: 0.1px;
  line-height: 1em;
  padding: 20px 30px;
  text-transform: uppercase;
}

.btn:hover {
  color: #fff;
  box-shadow: none;
}

.btn .fa {
  color: #fff;
}

/* Forms */

.form-control {
  display: block;
  width: 100%;
  height: 44px;
  border: 0;
  border-radius: 10px;
  font-size: 16px;
  outline: 0;
  box-shadow: none;
  border: 2px solid;
  margin-bottom: 15px;
}

.form-horizontal .control-label {
  text-align: left !important;
}

.input-group-btn:last-child>.btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-btn .btn {
  font-size: 14px;
  padding: 15px 30px;
  margin-top: 0px;
}

.input-group-btn span,
.input-group-addon span,
.btn span {
  color: #fff;
}

.form-control.form-control.input-lg {
  margin-top: 0px;
}

.input-group .form-control:focus {
  box-shadow: 0 0 10px rgba(255, 255, 255, 1);
}

.form-group {
  margin-bottom: 0px;
}

.form-control,
.textarea-field:focus,
.input-field:focus {
  outline: 0 none;
}

textarea {
  height: 150px;
  resize: none;
}

textarea.form-control:focus {
  outline: 0 none;
}

/* Icons */

i {
  display: inline-block;
}

.huge-icon {
  font-size: 280px;
}

.big-icon {
  font-size: 80px;
}

/* BG Colors */

div.bg-lightcolor1,
div.bg-lightcolor2,
div.bg-darkcolor {
  padding: 20px;
  border-radius: 20px;
}

/* color background */

.bg-darkcolor p,
.bg-darkcolor ul.custom li,
.bg-darkcolor ul.custom li:before,
.bg-darkcolor h1,
.bg-darkcolor h2,
.bg-darkcolor h3,
.bg-darkcolor h4,
.bg-darkcolor h5,
.bg-darkcolor h6,
.bg-darkcolor small,
.bg-darkcolor i {
  color: #fff;
}

/* BIG Social Media Icons */

.social-media {
  width: 100%;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 20px;
}

.social-media a {
  display: inline-block;
  font-size: 25px;
  text-align: center;
}

.social-media a i:hover {
  transform: scale(1.2);
  background-color: #fff;
  color: #0185e6 !important;
}

.social-media a i {
  font-weight: normal;
  color: #fff;
  transition: all 0.3s ease-in-out;
  margin: 3px;
  padding: 10px;
  width: 50px;
  border: 3px solid;
  border-radius: 50%;
  height: 50px;
}

.social-media i {
  transition: all 0.3s ease-in-out;
}

/* Small Social Media Icons */

.smaller.social-media a i {
  font-size: 22px;
  transition: 0.3s;
  margin: 0px;
  border: 0px;
  background: none;
  padding: 0;
  width: 30px;
  color: #fff;
}

.smaller.social-media a i:hover {
  background: none;
}

.smaller.social-media {
  margin-top: 10px;
  margin-bottom: 10px;
}

.callout-box {
  position: absolute;
  float: right;
  padding: 70px !important;
  margin-top: 30px;
  border-radius: 20px;
  box-shadow: -8px 15px 0px #fff;
}

/* Centered columns */

.col-centered {
  float: none;
  margin: 0 auto;
}

/* Blockquote */

blockquote {
  padding: 30px;
  font-size: 17px;
  line-height: 28px;
  border-radius: 15px;
  border-left: none;
  text-align: center;
  font-family: "Baloo Thambi", sans-serif;
}

blockquote:before {
  content: "\f10d";
  font-family: "Fontawesome";
  font-size: 2.3em;
  line-height: 0.1em;
  margin-right: 0.5em;
  vertical-align: 0.2em;
}

blockquote:after {
  content: "\f10e";
  font-family: "Fontawesome";
  font-size: 2.3em;
  line-height: 0.1em;
  margin-left: 0.5em;
  vertical-align: 0.2em;
  position: absolute;
  bottom: 30px;
  right: 40px;
}

/* Nav-pills */
.nav-pills {
  display: inline-block;
}

.nav-pills>li>a {
  transition: all 0.2s ease-in-out;
  border-radius: 10px;
  font-size: 18px;
  margin: 5px;
  text-transform: uppercase;
  padding: 10px 25px;
  font-family: "Baloo Thambi", sans-serif;
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus,
.nav-pills>li>a:hover,
.nav-pills>li>a,
.nav-pills .nav>li>a:hover {
  color: #fff;
}

/* Remove padding in container fluid */

.container-fluid {
  padding-right: 0px;
  padding-left: 0px;
}

/* Tables */

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid;
}

/* Wells */

.well {
  border: 0;
  box-shadow: none;
  margin-bottom: 0px;
  border-radius: 20px;
  padding: 40px 20px !important;
  background-color: #fff;
}

.well .list-unstyled {
  padding-left: 15px;
  font-size: 16px;
  list-style: none;
  line-height: 30px;
  font-weight: 400;
  font-family: "Baloo Thambi", sans-serif;
}

.call-to-action .well {
  margin-bottom: 0;
}

/* Media */

.media {
  margin-top: 45px;
}

.media-heading small {
  font-weight: 800;
  display: block;
  margin: 10px 0 20px;
  line-height: 20px;
  letter-spacing: 0.6px;
}

/* Margins */

.margin1 {
  margin-top: 50px;
}

/* Jumbotron */

.jumbotron {
  position: relative;
  background-size: cover !important;
  height: 380px;
  color: #fff;
  text-align: center;
  margin-bottom: 12em;
  background: url();
  border-bottom-left-radius: 25%;
  border-bottom-right-radius: 25%;
}

.jumbotron .jumbo-heading {
  position: absolute;
  color: #fff;
  padding: 40px 70px;
  background-image: url(../img/illustrations/pattern.png);
  margin-top: 250px;
  display: inline-block;
  border-radius: 50%;
  border: 10px solid;
  bottom: -81px;
  width: 440px;
  left: calc(50% - 220px);
  z-index: 3;
}

.jumbotron.gallery-page {
  max-height: 900px;
  height: 730px;
  background: url(../img/banners/home-banner-2.webp) no-repeat 50% 66%;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  margin-bottom: 0px;
}

.jumbotron.home-page,
.jumbotron.contact-page {
  height: calc(100vh - env(safe-area-inset-bottom));
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  margin-bottom: 0px;
  position: relative;
}
.jumbotron.inner-page{
  max-height: 100vh;
  height: 850px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  margin-bottom: 0px;
  position: relative;
  background: url(https://mobilepetspa.ca/css/../img/banners/home-banner-2.webp) no-repeat 50% 66%;
}
.jumbotron.blog-inner-page{
  max-height: 100vh;
  height: 850px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  margin-bottom: 0px;
  position: relative; 
}

@media (min-width: 1824px){
.jumbotron.inner-page, .jumbotron.contact-page {
    background: url(https://mobilepetspa.ca/css/./../img/banners/home-banner-2.webp) no-repeat 50% 26%;
}
}
.jumbo-heading h1 {
  margin: 0px;
}

.jumbotron .dark-filter {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 100%;
}

.booknow-section {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: transparent;
 /* background-image: linear-gradient(to bottom,
      rgba(255, 255, 255, 0.3),
      rgba(255, 255, 255, 0.35),
      rgba(255, 255, 255, 0.6),
      rgba(255, 255, 255, 0.7),
      rgba(255, 255, 255, 1));*/
  background-image: linear-gradient(to bottom,
   rgba(0, 0, 0, 0.3),
  rgba(0, 0, 0, 0.35),
  rgba(0, 0, 0, 0.6),
  rgba(0, 0, 0, 0.7),
  rgba(0, 0, 0, 1));
  ;
  padding-top: 10px;
  padding-bottom: 30px;
}
.booknow-section2 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: transparent;
 /* background-image: linear-gradient(to bottom,
      rgba(255, 255, 255, 0.3),
      rgba(255, 255, 255, 0.35),
      rgba(255, 255, 255, 0.6),
      rgba(255, 255, 255, 0.7),
      rgba(255, 255, 255, 1));*/
  background-image: linear-gradient(to bottom,
   rgba(0, 0, 0, 0.2),
  rgba(0, 0, 0, 0.25),
  rgba(0, 0, 0, 0.5),
  rgba(0, 0, 0, 0.6),
  rgba(0, 0, 0, 8));
  ;
  padding-top: 10px;
  padding-bottom: 30px;
}
.booknow-section2 h4 {
  text-shadow: 0px 0px 9px #ffffff, 0px -2px 14px #ffffff;
}

.booknow-section h4 {
  color: white;
  text-shadow: 0px 0px 9px #000000, 0px -2px 14px #ffffff;
}

.jumbotron h1,
.banner-text {
  color: #fff;
  margin: auto;
}

.jumbotron.thanks h1,
.jumbotron.thanks p{
  color: #ffffff;
  margin: unset;
}

.banner2 .jumbotron h1 {
  color: #000000;
}

.banner-text {
  background-color: transparent;
 /* background-image: radial-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0) 70.5%);*/
}

.banner {
  padding: 0px;
}

.banner-inner-page{
  padding: 0px;
}

.banner-title {
  color: #ffffff;
}

.banner-logo {
  margin-left: 35px;
  max-height: 170px;
  margin-top: 30px;
  position: absolute;
  bottom: 25%;
  left: 68.2%;
  height: 125px;
}

.banner-logo-2 {
  margin-left: 35px;
  max-height: 170px;
  margin-top: 30px;
  position: absolute;
  bottom: 7%;
  right: 11.8%;
  height: 95px;
}

.topbar-number {
  font-size: 26px;
  color: #ffffff;
  position: absolute !important;
  left: 0;
  top: 0;
  white-space: nowrap;
  padding-left: 10px !important;
  padding-right: 0px !important;
}

.empty-menuitem {
  width: 185px;
  height: auto;
  position: relative;
}

.serving-area {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.locations-container {
  font-size: 2em;
}

@media (max-width:479px){
  .locations-text{
    font-size: 5.7vw !important
  }
}
  


.banner-video {
  object-fit: cover;
  object-position: center center;
  position: absolute;
  top: 0;
  z-index: 0;
}

/* BG Pattern */

.bg-pattern {
  background-image: url(../img/illustrations/cartoonbones1.png),
    url(../img/illustrations/cartoonbones2.png);
  background-repeat: no-repeat, no-repeat;
  background-position: left, right;
}

/* Sidebar */

.sidebar {
  padding: 20px;
}

.sidebar .well {
  padding: 20px;
  margin-bottom: 40px;
  border-radius: 15px;
}

.sidebar .social-media {
  text-align: left;
}

.sidebar-header {
  color: #fff;
  margin-bottom: 20px;
  border-radius: 10px;
  padding: 6px;
  text-align: center;
  margin-top: 0px;
}

/* divider */

hr {
  margin-top: 10px;
  border-top: 1px solid;
}

/* List group */

.list-group-item {
  position: relative;
  display: block;
  border-radius: 0px;
  padding: 10px 15px;
  margin-bottom: -1px;
  transition: all 0.6s;
}

.list-group-item:first-child {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

a.list-group-item,
button.list-group-item {
  color: #fff;
}

a.list-group-item:focus,
a.list-group-item:hover,
button.list-group-item:focus,
button.list-group-item:hover {
  color: #fff;
  text-decoration: none;
}

.list-hours {
  display: flex;
  justify-content: space-between;
  list-style: none;
  padding-inline-start: 0px;
}

.list-contact {
  display: flex;
  justify-content: space-between;
  list-style: none;
  padding-inline-start: 0px;
}

.list-contact li,
.list-inline strong {
  font-size: 1.4em;
}

.list-inline li.w-100 {
  margin-bottom: 20px;
}

/*===========================
  Media Queries
============================ */

/************ min width 2550px *************/

@media (min-width: 2550px) {
  /* Slider Typography */

  .slide__text {
    max-width: 20%;
  }

  .slide__overlay {
    margin-left: -200px;
  }
}

/************ min width 1824px *************/

@media (min-width: 1824px) {
  .slide__text {
    max-width: 25%;
  }

  .jumbotron {
    height: 450px;
  }

  .jumbotron .jumbo-heading {
    margin-top: 380px;
  }

  #contact-index {
    background-position: 15% bottom;
  }

}

/************ min width 1366px *************/
@media (min-width: 1199px) {
  .navbar-nav {
    width: 415px !important;
  }
}

/************ min width 1199px *************/

@media (min-width: 1199px) {
  .price-table {
    margin: 50px 10px 10px;
  }
}

/************ max width 1199px *************/

@media (max-width: 1199px) {
  /* callout box */

  .callout-box {
    position: relative;
    padding: 40px;
  }

  .alternating-section .alternating-row {
    flex-wrap: wrap;
  }

  .alternating-content {
    text-align: center;
  }

  .alternating-content,
  .flex-img-container {
    flex-basis: 100% !important;
  }

  .bg-lightcolor0-1 .alternating-content {
    border-bottom: var(--pinkbordersize) solid #ffd9ea;
  }

  .bg-lightcolor0-1 .alternating-content.left{
    flex-basis: calc(50% + var(--pinkbordersize));
    margin-right: 0px;
  }

  .alternating-section .alternating-row:last-child .flex-img-container {
    order: 1;
  }

  #franchise-intro .flex-container [class^="col-"]>p {
    margin-top: 0rem !important;
  }

  .list-contact {
    flex-direction: column;
  }
}

/************ (min-width: 1200px) and (max-width: 1365px)*************/
@media (min-width: 1200px) and (max-width: 1365px) {
  .navbar-brand-centered img {
    max-width: 280px !important;
    left: 1%;
  }

  .navbar-custom .navbar-nav>li>a {
    padding-left: 8px;
    padding-right: 8px;
  }

  .navbar-nav {
    width: 375px !important;
  }
}

/************ (min-width: 993px) and (max-width: 1199px)*************/
@media (min-width: 993px) and (max-width: 1199px) {
  .navbar-brand-centered img {
    max-width: min(280px, calc(100% - 775px)) !important;
    left: 1%;
  }

  .navbar-custom .navbar-nav>li>a,
  .navbar-custom .navbar-nav>li>a:active {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }

  .navbar-fixed-top>.container {
    width: 100%;
    padding: 0px 30px 0px 0px;
    margin: 0px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .footer-call-now1 {
    font-size: 28px;
    margin-top: 10px;
  }
}

/************ (min-width: 991px) and (max-width: 1300px)*************/

@media (min-width: 991px) and (max-width: 1300px) {
  /* Jumbotron */

  .jumbotron .jumbo-heading {
    margin-top: 170px;
  }

  .jumbotron {}

  /* Slider */
  .slider {
    height: 700px;
  }
}

@media (min-width: 993px) {
  .navbar-nav {
    display: flex;
    justify-content: space-between;
    width: 353px;
  }
}

@media (min-width: 991px) {

  /* parallax header */
  .parallax-header {
    height: 900px !important;
  }
}


/************ (max-width: 1200px) *************/

@media (max-width: 1200px) {
  #contact-index {
    background-image: none;
  }
}

/************ max width 991px *************/

@media (max-width: 991px) {

  /* layerslider */
  #slider {
    padding-top: 40px;
  }

  .ls-outline .ls-nav-prev,
  .ls-outline .ls-nav-next {
    display: none !important;
  }

  /* callout*/
  .callout-img {
    margin: 0 auto;
    position: relative;
  }

  /* contact */
  #contact-index2 {
    background-size: 50%;
    padding-bottom: 230px;
  }

  footer>.container:first-child {
    flex-wrap: wrap;
  }

  footer>.container:first-child>div:nth-child(-n+3) {
    width: 27%;
  }

  footer>.container:first-child>div:nth-child(4) {
    width: 100%;
  }

  .two-inputs>div {
    width: 50%;
  }

  .footerform-col {
    margin-bottom: 30px;
  }

  .price-table .plan.full-pkg {
    height: 720px;
  }

  .footer-call-now1 {
    font-size: min(40px, 10vw);
    margin-top: 10px;
  }

  #gallery .row {
    padding-left: 5px;
    padding-right: 5px;
  }
}

@media (max-width: 992px) {
  /* Headers */

  h1 {
    font-size: 42px !important;
    line-height: 42px;
  }

  h2 {
    font-size: 35px !important;
  }

  h3 {
    font-size: 35px;
  }

  h4 {
    font-size: 28px;
  }

  h5 {
    font-size: 22px;
  }

  h6 {
    font-size: 20px;
  }

  /* Responsive margin*/

  .res-margin,
  .margin1 {
    margin-top: 30px;
  }

  /*navbar */

  .nav>li {
    text-align: center;
    font-size: 20px;
  }

  /* NO Shrink navbar on scroll  */

  .navbar-brand {
    padding: 10px 10px;
  }

  nav .navbar-brand img,
  nav.navbar.shrink .navbar-brand img {
    max-width: 280px;
    bottom: 0px;
  }

  nav.navbar.shrink a,
  nav a {
    font-size: 18px;
    padding-bottom: 20px !important;
    padding-top: 34px !important;
  }

  nav .navbar-toggle,
  nav.navbar.shrink .navbar-toggle {
    margin: 8px 15px 8px 0;
    padding: 4px 5px;
  }

  /* navbar collapse at 991px */

  .navbar-header {
    float: none;
    margin-top: -2px;
  }

  .navbar-toggle {
    display: block;
  }

  .navbar-collapse.collapse {
    display: none !important;
  }

  .navbar-collapse.collapse.in {
    display: block !important;
    max-height: 80vh !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
  }

  .navbar-collapse::-webkit-scrollbar {
    width: 20px;
  }

  .navbar-collapse::-webkit-scrollbar-track {
    background-color: lightgray;
  }

  .navbar-collapse::-webkit-scrollbar-thumb {
    background-color: darkgray;
  }

  .navbar-right {
    line-height: 0px;
    position: relative;
  }

  .navbar-nav li {
    float: none;
  }

  .navbar-nav li>.dropdown-menu {
    border: 0;
    float: none;
    width: auto;
    position: static;
    box-shadow: none;
    background: inherit;
  }

  .navbar-brand-centered img {
    position: relative;
    top: 0%;
    bottom: 7px;
  }

  .navbar-nav,
  .navbar-right {
    float: none !important;
    margin-right: 0px;
  }

  .container>.navbar-collapse {
    margin-right: 0px;
    margin-left: 0px;
  }

  /* Space between sections */

  .section-heading {
    margin-bottom: 30px;
  }

  /* miscelaneous */
  .sidebar {
    border: 0px;
  }

  .back-to-top {
    display: none;
  }

  .img-paragraph {
    margin: 0px 0px 20px 0px;
  }

  .price-table .plan {
    margin-bottom: 50px;
  }

  .call-to-action {
    background-attachment: scroll !important;
    background-position: bottom !important;
  }

  /* Main Slider */

  .slider {
    height: 600px;
    top: 60px;
  }

  .slide .slide__text {
    background-color: rgba(0, 0, 0, 0.4);
  }

  .slide__text {
    left: 0;
    top: 55%;
    max-width: 100%;
    text-align: center;
    position: relative;
    transform: translateY(50%);
    transition: transform 0.5s 0.5s, opacity 0.5s 0.5s;
    padding: 0 1rem;
  }

  .slide__overlay {
    display: none;
  }

  .slide__text-heading {
    font-size: 3.2rem;
  }

  .slider-pagi {
    bottom: -4%;
  }

  .hidden-mobile {
    display: none;
  }

  #curveUp {
    display: none;
  }

  /* Jumbotron */

  .jumbotron {
    background-position: bottom !important;
  }

  #reviews,
  .bg-pattern {
    background-image: none;
  }

  #header-video video {
    margin-top: 350px;
  }
}

/************ min (min-width: 768px) and (max-width: 992px) *************/

@media screen and (min-width: 768px) and (max-width: 992px) {

  .jumbotron .h1,
  .jumbotron h1 {
    font-size: 50px;
  }

  /* Main Slider */

  .slider {
    height: 450px;
  }
}

/************ min (min-width: 300px) and (max-width: 992px) *************/
@media screen and (min-width: 300px) and (max-width: 992px) {

  .mobile-hide{
    display: none !important;
  }
  .navbar-fixed-top>.container {
    width: 100%;
  }

  nav.navbar.shrink a,
  nav a {
    padding-bottom: 0px !important;
    padding-top: 0px !important;
  }

  nav .navbar-toggle,
  nav.navbar.shrink .navbar-toggle {
    margin: 8px 10px 8px 0px;
    top: 5px;
  }

  .navbar-right {
    margin-bottom: 25px;
    margin-top: 0px;
  }

  .navbar-collapse .navbar-nav:first-child {
    margin-bottom: 0px;
  }

  .navbar-nav>li>a,
  nav.navbar.shrink a {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }

  .empty-menuitem {
    display: none !important;
  }

  .navbar {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.55) 40%, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.7)) !important;
  }

  .navbar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .mobile-call {
    display: block;
    transform: translate(0px, 5px);
  }

  .mobile-call>a>i {
    font-size: 36px;
  }

  .mobile-call>a i {
    color: #ffffff;
  }

  .mobile-call:hover>a i {
    color: #0075c1;
  }

  .review .review-caption.fixed-height {
    height: auto;
  }

  .price-table {
    flex-wrap: wrap;
  }
}

/************ min (min-width: 300px) and (max-width: 767px) *************/
@media screen and (min-width: 300px) and (max-width: 767px) {

  /*footer*/
  footer>.container:first-child>div {
    width: 100% !important;
    text-align: center;
  }

  .social-media {
    text-align: center !important;
  }

  .owl-prev i,
  .owl-next i {
    display: none;
  }

  #reviews>.container>.col-md-12,
  .review>.col-xs-12 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .review .review-caption {
    padding-left: 10px;
    padding-right: 10px;
  }

  #franchise-intro .flex-container {
    flex-wrap: wrap;
  }

  #franchise-intro .flex-container p {
    text-align: center;
  }
}

/************ min (min-width: 300px) and (max-width: 480px) *************/
@media screen and (min-width: 300px) and (max-width: 480px) {

  .navbar-fixed-top>.container {
    padding: 0px !important;
  }

  nav .navbar-brand img,
  nav.navbar.shrink .navbar-brand img {
    max-width: 98%;
  }

  .navbar-header {
    padding-left: 15px;
    padding-right: 15px;
    margin: 0px !important;
  }

  .navbar-brand-centered img {
    position: unset;
  }

  nav .navbar-toggle,
  nav.navbar.shrink .navbar-toggle {
    margin: 8px 0px 8px 0px;
    top: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }

  .navbar-brand {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .mobile-call {
    transform: translate(0px, 2px);
  }

  .jumbotron .jumbo-heading {
    bottom: -45px;
    width: 260px;
    left: calc(50% - 130px);
  }

  .banner-text.call-now {
    font-size: min(7.5vw, 32px);
  }

  .price-table.cats .plan.full-pkg {
    height: 630px !important;
  }

  .price-table.cats .plan.add-on {
    height: 350px !important;
  }

  .price-table .plan.full-pkg {
    height: 745px !important;
  }

  .price-table .plan.add-on {
    height: 250px !important;
    width: 100%;
  }

  .list-hours {
    flex-direction: column;
  }

  .list-inline,
  .list-hours .text-right {
    text-align: center;
  }

  #contact-form h3 {
    text-align: center;
  }

  .list-contact li,
  .list-inline strong {
    font-size: 21px;
  }

  .crt-widget-grid .crt-grid-post {
    width: 48% !important;
  }

  .alternating-content>div{
    width: 90%;
  }

  .faq-question h4{
    font-size: min(5vw, 24px);
  }
}

/************ max width 767px *************/

@media (max-width: 767px) {

  /* layerslider */
  .header-wrapper .header-text {
    white-space: normal;
    max-width: 100%;
    text-align: center;
    padding: 30px;
  }

  .header-wrapper .header-text.header-left {
    max-width: 60% !important;
  }

  .ls-bottom-nav-wrapper {
    bottom: -10px !important;
    transform: scale(0.8);
  }

  /* parallax header */
  .parallax-header {
    height: 300px !important;
  }

  .parallax-header h1 {
    margin-bottom: 0px;
  }

  /* contact */
  #contact-index2 {
    background-size: 50%;
    padding-bottom: 130px;
  }

  /* Main Slider */

  .slider {
    height: 380px;
  }

  .slider-pagi {
    bottom: -6%;
  }

  /* Jumbotron */

  .jumbotron .jumbo-heading {
    margin-top: 140px;
  }

  .jumbotron {
    height: 250px;
    margin-bottom: 9em;
  }

  #stats {
    background-image: none;
  }

  /* Miscelaneous */

  .nav-tabs>li {
    margin-bottom: 10px !important;
  }

  .breadcrumb>li+li:before {
    padding: 0 4px;
  }

  h1 {
    font-size: 2.998em;
  }

  .section-heading h2:before,
  .section-heading h2:after {
    display: none;
  }

  .nav-pills>li>a {
    font-size: 16px;
    margin: 5px;
    line-height: 18px;
    padding: 10px;
  }
}

@media (min-width: 767px) {

  /* parallax header */
  .parallax-header {
    height: 500px;
  }
}

/************ max width 480px *************/

@media (max-width: 480px) {
  /* Jumbotron */

  .jumbotron .jumbo-heading {
    background-image: none;
    padding: 20px;
    margin-top: 110px;
  }

  .jumbotron {
    margin-bottom: 5em;
    padding: 10px;
    height: 150px;
  }

  .slider-pagi__elem {
    width: 1rem;
    height: 1rem;
  }

  /* Headers */

  h1 {
    font-size: 22px !important;
    text-transform: uppercase;
    line-height: 24px;
  }

  h2 {
    font-size: 28px !important;
  }

  h3 {
    font-size: 26px;
  }

  h4 {
    font-size: 24px;
  }

  h5 {
    font-size: 22px;
    text-transform: uppercase;
  }

  h6 {
    font-size: 18px;
  }

  .jumbo-heading h1 {
    text-shadow: none !important;
  }

  /* section */

  .section-heading h2 {
    border: 0;
    line-height: 28px;
    letter-spacing: 0px;
    font-size: 26px;
  }

  .section-heading {
    margin-bottom: 2rem;
  }

  .block {
    padding: 10px;
  }

  h1 span {
    font-size: 38px;
  }

  .date-category i {
    display: none;
  }

  .date-category {
    position: absolute;
    color: #fff;
    min-width: 0px;
    padding: 10px;
    left: 0px;
    margin-top: -20px;
  }

  .date-category p {
    margin: 0px;
    line-height: 12px;
  }

  .breadcrumb {
    font-size: 11px;
  }

  /* Miscellaneous */

  .glyph {
    width: 100%;
  }

  .post-info p {
    line-height: 13px;
  }

  .comments-block {
    padding: 0px;
  }

  .panel-heading [data-toggle="collapse"]:after {
    display: none;
  }

  #blog-container {
    padding: 20px;
    margin-top: 20px;
  }

  section,
  section.pages {
    padding: 40px 0px;
  }

  footer p {
    line-height: 20px;
    word-wrap: break-word;
  }

  .input-group-btn:last-child>.btn,
  .input-group .form-control:first-child {
    border-radius: 20px;
    margin-top: 10px;
  }

  .input-group .form-control,
  .input-group-btn {
    display: inline-table;
  }

  .navbar.navbar-custom.navbar-fixed-top {
    margin-bottom: 30px;
  }

  .nav-pills>li.active:after,
  .nav-pills>li.active:before {
    top: -45%;
  }

  .nav-pills>li {
    float: none;
  }

  .owl-carousel {
    padding: 0px 0px;
  }

  .comment {
    padding: 10px;
    text-align: center;
  }

  .callout-box {
    padding: 20px !important;
  }

  .comments-block .media-object {
    max-width: 100%;
    float: none;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
  }

  .comment.media-body {
    margin-right: 0px;
  }

  .tab-pane h3 {
    margin-top: 10px;
  }

  .btn {
    font-size: 13px;
    margin: 10px 0px;
    padding: 15px 20px;
  }

  .btn.active.focus,
  .btn.active:focus,
  .btn.focus,
  .btn:active.focus,
  .btn:active:focus,
  .btn:focus {
    outline: none !important;
  }

  .box_icon>.icon>.info {
    padding: 20px;
  }

  .spinner {
    left: 42%;
  }

  .adoption-thumb {
    padding: 0px;
  }

  /* Main Slider and video header */

  .slider {
    height: 220px;
  }

  .slider-pagi {
    display: none;
  }

  #video-header video {
    margin-top: 30px;
  }

  .video-text h1 {
    padding: 10px;
    right: 5%;
    left: 5%;
  }
}

/************ max width 320px *************/

@media (max-width: 320px) {
  /* Reviews */

  .review .review-icons {
    padding: 0px;
    text-align: center;
    margin-top: 20px;
  }

  /* Nav-tabs */

  .nav.nav-tabs>li>a {
    min-height: 30px;
    font-size: 16px;
    padding: 15px 15px;
    line-height: 15px;
  }

  /* Miscellaneous */
  footer .table .text-left {
    font-weight: 900;
  }

  .small-section .well {
    padding: 25px 13px;
    outline: 0;
  }

  .label,
  .table {
    font-size: 14px;
  }

  .table table,
  .table thead,
  .table th,
  .table td,
  .table tr {
    display: block;
  }

  #video-header video {
    height: 200px;
  }

  #video-header.embed-responsive-16by9 {
    padding: 100px;
  }

  /* Main Slider */

  .slider {
    height: 180px;
  }

  .slide__text {
    top: 50%;
  }
}