@charset "UTF-8";
/* CSS Document */


/* =====================================

PRELOADER

===================================== */

.indicator svg polyline#front {
    stroke: #901d2d !important;
}

.indicator svg polyline#back {
    stroke: rgba(144, 29, 45, 0.3) !important;
}


/* =====================================

BODY

===================================== */

.loader {
    top: 0;
}

section {
	padding: 100px 0 !important;
}

.hrah-100 {
    max-width: 100% !important;
    width: 100% !important;
}

.align-items-center.m-15 {
    margin: 15px 0;
}

h2 {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 800 !important;
    color: #901d2d;
    font-size: 48px !important;
    letter-spacing: 0 !important;
    line-height: 46px !important;
}

h2 .brown {
	color: #c69c6d;
	letter-spacing: -1px;
}

h2 .lineBreak {
	display: inline-block;
}

h3 {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 800 !important;
    color: #901d2d;
    font-size: 30px !important;
    letter-spacing: 0 !important;
    line-height: 30px !important;
    margin-bottom: 15px !important;
}

.main-font {
	font-family: 'Nunito', sans-serif !important;
	font-weight: 700;
	letter-spacing: -0.5px;
}

p.hrah-cta {
	color: #c69c6d !important;
	font-size: 16px !important;
	line-height: 18px !important;
	font-weight: 500;
	padding: 0 0 2px 0;
}

a.hrah-cta:link {
	color: #c69c6d !important;
	font-size: 16px !important;
	line-height: 18px !important;
	font-weight: 500;
	padding: 0 0 2px 0;
	border-bottom: 2px solid transparent;
}

a.hrah-cta:hover {
	color: #a67c52 !important;
	padding: 0 0 2px 0;
	border-bottom: 2px solid;
}

a.hrah-cta:active {
	color: #a67c52 !important;
	padding: 0 0 2px 0;
	border-bottom: 2px solid;
}

a.hrah-cta:focus {
	color: #a67c52 !important;
	padding: 0 0 2px 0;
	border-bottom: 2px solid;
}

a.hrah-cta:visited {
	color: #c69c6d !important;
	padding: 0 0 2px 0;
}

a.hrah-cta:visited:hover {
	color: #a67c52 !important;
	padding: 0 0 2px 0;
	border-bottom: 2px solid;
}

a[href^="tel:"] {
  color: #FFF;
  text-decoration: none;
}

a[href^="tel:"]:hover {
  color: #FFF;
  text-decoration: none;
}

a[href^="tel:"]:active {
  color: #FFF;
  text-decoration: none;
}

a[href^="tel:"]:focus {
  color: #FFF;
  text-decoration: none;
}

a[href^="tel:"]:visited {
  color: #FFF;
  text-decoration: none;
}

a[href^="tel:"]:visited:hover {
  color: #FFF;
  text-decoration: none;
}

.hrahContent {
	max-width: 800px;
	margin: 0 auto;
	text-align: center;
}

.hrahContent p {
    font-family: 'Work Sans', sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #222;
    line-height: 24px;
    margin: 25px 0 0;
	text-align: justify;
	letter-spacing: -0.25px !important;
}

.petClasses {
    font-size: 16px;
    font-weight: 400;
    color: #222;
	text-align: center;
}


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

.hrah-gray-seperator-top {
    height: 32px;
    width: 100%;
    position: relative;
    display: block;
    z-index: 0;
    top: 0;
}

.hrah-gray-seperator-top.m15 {
	/*margin-top: 15px;*/
	margin-top: 0;
}

.hrah-gray-seperator-bottom.m15 {
	/*margin-bottom: 15px;*/
	margin-bottom: 0;
}

.hrah-gray-seperator-top .topBar {
	width: 100%;
	height: 6px;
	background: #cccccc;
}

.hrah-gray-seperator-top .bottomBar {
	width: 100%;
	height: 26px;
	background: #e6e6e6;
}

.hrah-gray-seperator-bottom {
	height: 32px;
	width: 100%;
	position: relative;
	display: block;
	z-index: 0;
}

.hrah-gray-seperator-bottom .topBar {
	width: 100%;
	height: 6px;
	background: #cccccc;
}

.hrah-gray-seperator-bottom .bottomBar {
	width: 100%;
	height: 26px;
	background: #e6e6e6;
}

.hrahBreak {
    display: block;
}


/* =====================================

GOOGLE

===================================== */

.grecaptcha-badge { 
    visibility: hidden; 
}


/* =====================================

NAV

===================================== */

.navbar {
    padding: 50px 1rem !important;
}

.navbar-top-default {
    /*height: 105px !important;*/
	overflow: visible !important;
}

.header-appear .navbar-top-default {
	background: rgb(229,229,229) !important;
    background: -moz-linear-gradient(90deg, rgba(229,229,229,1) 0%, rgba(255,255,255,1) 50%, rgba(229,229,229,1) 100%) !important;
    background: -webkit-linear-gradient(90deg, rgba(229,229,229,1) 0%, rgba(255,255,255,1) 50%, rgba(229,229,229,1) 100%) !important;
    background: linear-gradient(90deg, rgba(229,229,229,1) 0%, rgba(255,255,255,1) 50%, rgba(229,229,229,1) 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e5e5e5",endColorstr="#e5e5e5",GradientType=1) !important;
}

.header-appear .hrahLogo {
    width: 158px !important;
    height: 90px !important;
    background: url(../img/nav/HRAH-logo.png) no-repeat !important;
    background-size: 158px 90px !important;
    background-position: 0 -2px !important;
    visibility: visible;
}
	
/*.nav-radius .navbar-nav .nav-link {
    border-radius: 0 !important;
}*/

.navbar-top-default .navbar-nav .nav-link {
    font-size: 15px !important;
}

.navbar-top-default .navbar-nav .nav-link {
    color: #42210b !important;
}

.nav-radius .navbar-nav .nav-link.active {
    background: #901d2d !important;
}

header a.logo {
    width: 158px;
    height: 90px;
    background: url(../img/nav/HRAH-logo.png) no-repeat;
    background-size: 158px 90px;
	background-position: 0 -2px;
}


/* Dropdown Button */
.dropbtn {
  background-color: #4CAF50;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-menu {
    padding: 15px 0 !important;
	background: #901d2d !important;
    color: #212529;
    border: 0px solid rgba(0,0,0,.15) !important; 
    border-radius: 0 !important;
}

.dropdown-item {
    font-weight: 500 !important;
    color: #FFF !important;
    font-family: 'Poppins', sans-serif !important;
    font-size: 15px !important;
}

.dropdown-item:focus,.dropdown-item:hover{
	color:#fff !important;
	text-decoration:none;
	background-color:#6b1826 !important;
}
.dropdown-item.active,.dropdown-item:active{
	color:#fff !important;
	text-decoration:none;
	background-color:#6b1826 !important;
}

/* --- SIDE MENU --- */

.side-menu .inner-wrapper {
    padding: 3.5rem 3rem !important;
}

.side-menu {
    background: #760012 !important;
}

.side-menu p {
    display: inline-block;
}

.side-menu .logo {
    width: 140px;
    height: 12px;
    background: url(../img/footer/fourzerosix-logo-2x.png) no-repeat;
    background-size: 140px;
    display: inline-block;
    margin: 0 5px;
    visibility: inherit;
}

/* =====================================

SOCIAL

===================================== */

.social-icons-simple.darkcolor li a {
    color: #901d2d !important;
    line-height: 36px !important;
}

.fa-facebook-f:before, .fa-facebook:before {
    content: "\f39e" !important;
}


/* =====================================

SLIDER

===================================== */

.revicon {
    -webkit-transform: translateY(0%) !important;
    -ms-transform: translateY(0%) !important;
    transform: translateY(0%) !important;
    z-index: 23 !important;
    height: 108px !important;
    top: 40% !important;
}

#home {
	background: url("../img/slider/slider-1920x1088-1.jpg");
	background-size: cover;
}

#slider-6-slide-7-layer-8 {
    top: -30px;
}

/* =====================================

CTA

===================================== */

.feature-content .feature-col.one {
    background: rgb(144,29,45) !important;
    background: -moz-radial-gradient(circle, rgba(144,29,45,1) 0%, rgba(118,0,18,1) 100%) !important;
    background: -webkit-radial-gradient(circle, rgba(144,29,45,1) 0%, rgba(118,0,18,1) 100%) !important;
    background: radial-gradient(circle, rgba(144,29,45,1) 0%, rgba(118,0,18,1) 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#901d2d",endColorstr="#760012",GradientType=1) !important;
	-webkit-box-shadow: 3px 3px 6px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 3px 3px 6px 0px rgba(0,0,0,0.3);
	box-shadow: 3px 3px 6px 0px rgba(0,0,0,0.3);
}

.feature-content .feature-col.two {
	background: rgb(144,29,45) !important;
    background: -moz-radial-gradient(circle, rgba(144,29,45,1) 0%, rgba(118,0,18,1) 100%) !important;
    background: -webkit-radial-gradient(circle, rgba(144,29,45,1) 0%, rgba(118,0,18,1) 100%) !important;
    background: radial-gradient(circle, rgba(144,29,45,1) 0%, rgba(118,0,18,1) 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#901d2d",endColorstr="#760012",GradientType=1) !important;
	-webkit-box-shadow: 3px 3px 6px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 3px 3px 6px 0px rgba(0,0,0,0.3);
	box-shadow: 3px 3px 6px 0px rgba(0,0,0,0.3);
}

.feature-content .feature-col.three {
    background: rgb(144,29,45) !important;
    background: -moz-radial-gradient(circle, rgba(144,29,45,1) 0%, rgba(118,0,18,1) 100%) !important;
    background: -webkit-radial-gradient(circle, rgba(144,29,45,1) 0%, rgba(118,0,18,1) 100%) !important;
    background: radial-gradient(circle, rgba(144,29,45,1) 0%, rgba(118,0,18,1) 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#901d2d",endColorstr="#760012",GradientType=1) !important;
	-webkit-box-shadow: 3px 3px 6px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 3px 3px 6px 0px rgba(0,0,0,0.3);
	box-shadow: 3px 3px 6px 0px rgba(0,0,0,0.3);
}


.feature-content .feature-col-1.one-1{
    background: rgb(255,255,255) !important;
    background: -moz-radial-gradient(circle, rgba(255,255,255,1) 50%, rgba(229,229,229,1) 100%) !important;
    background: -webkit-radial-gradient(circle, rgba(255,255,255,1) 50%, rgba(229,229,229,1) 100%) !important;
    background: radial-gradient(circle, rgba(255,255,255,1) 50%, rgba(229,229,229,1) 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#e5e5e5",GradientType=1) !important;
	-webkit-box-shadow: 3px 3px 6px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 3px 3px 6px 0px rgba(0,0,0,0.3);
	box-shadow: 3px 3px 6px 0px rgba(0,0,0,0.3);
}

.feature-content .feature-col-2.two-2{
    background: rgb(255,255,255) !important;
    background: -moz-radial-gradient(circle, rgba(255,255,255,1) 50%, rgba(229,229,229,1) 100%) !important;
    background: -webkit-radial-gradient(circle, rgba(255,255,255,1) 50%, rgba(229,229,229,1) 100%) !important;
    background: radial-gradient(circle, rgba(255,255,255,1) 50%, rgba(229,229,229,1) 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#e5e5e5",GradientType=1) !important;
	-webkit-box-shadow: 3px 3px 6px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 3px 3px 6px 0px rgba(0,0,0,0.3);
	box-shadow: 3px 3px 6px 0px rgba(0,0,0,0.3);
}
.feature-content .feature-col-3.three-3{
    background: rgb(255,255,255) !important;
    background: -moz-radial-gradient(circle, rgba(255,255,255,1) 50%, rgba(229,229,229,1) 100%) !important;
    background: -webkit-radial-gradient(circle, rgba(255,255,255,1) 50%, rgba(229,229,229,1) 100%) !important;
    background: radial-gradient(circle, rgba(255,255,255,1) 50%, rgba(229,229,229,1) 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#e5e5e5",GradientType=1) !important;
	-webkit-box-shadow: 3px 3px 6px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 3px 3px 6px 0px rgba(0,0,0,0.3);
	box-shadow: 3px 3px 6px 0px rgba(0,0,0,0.3);
}

.theme-dark {
    color: #901d2d !important;
}

.who-we-are {
	fill:#C69C6D;
	width: 47px !important;
	height: 56px !important;
}

.what-we-do {
	fill:#C69C6D;
	width: 47px !important;
	height: 56px !important;
}

.what-youre-saying {
	fill:#C69C6D;
	width: 47px !important;
	height: 56px !important;
}


/* =====================================

ABOUT

===================================== */

.bg-counter {
    padding: 0 0 !important;
}

.bg-counter.desktop {
    display: block;
}

.bg-counter.mobile {
    display: none;
}

#google-map {
    border: 8px solid #c69c6d !important;
}

.address-text {
    padding: 150px 0 !important;
}

.mb-3 .hrah-about-icons {
    color: #ddb083 !important;
    margin: 0 10px 0 0 !important;
    display: inline-block;
    vertical-align: top;
    line-height: 26px;
}

.mb-3 .content {
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    display: inline-block;
    vertical-align: middle;
    line-height: 24px;
    font-weight: 500;
}

.mb-3 .content .line-br {
    display: inline-block;
}

a.hrah-email:link {
    color: #FFF;
    text-decoration: none;
    padding-bottom: 1px;
    border-bottom: 1px solid transparent;
}

a.hrah-email:hover {
    border-bottom: 1px solid #FFF;
}

a.hrah-email:active {
    border-bottom: 1px solid #FFF;
}

a.hrah-email:focus {
    border-bottom: 1px solid #FFF;
}

a.hrah-email:visited {
    border-bottom: 1px solid transparent;
}

a.hrah-email:visited:hover {
    border-bottom: 1px solid #FFF;
}

/* ===================================
    Team Section
====================================== */

.team_section {
	padding: 100px 0 0 !important;
}

.swiper-slide {
    width: 33.333% !important;
    margin-top: 30px;
    margin-bottom: 20px;
}

.team_detail h3 {
    margin: 20px 0 5px;
    transition: 1s;
    font-family: 'Nunito', sans-serif !important;
    letter-spacing: -.5px !important;
    color: #901d2d;
    font-size: 1.6rem !important;
    font-weight: 700;
    margin-bottom: 0 !important;
}

.team_detail_inner img{
    width: 100%;
    transition: 300ms;
}

.team_detail_inner li{
    display: inline-block;
    list-style-type: none;
}

.team_detail_inner ul{
    margin: 0;
    padding: 0;
}

.team_detail_inner{
    position: relative;
    width: 200px;
    height: 200px;
    -webkit-border-radius: 190px;
    -moz-border-radius: 190px;
    border-radius: 190px;
    margin: 0 auto;
    overflow: hidden;
    transform: translateX(1px);
}

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

.team_members_list .facebook_team:hover {
    background: #3b5998;
    color: #FFFFFF;
}

.team_members_list .twiiter_team:hover {
    background: #00b2ff;
    color: #FFFFFF;
}

.team_members_list .google_team:hover {
    background: #0077b5;
    color: #FFFFFF;
}

.team_members_list{
    padding:0;
    margin:15px  0 0;
}

.team_members_list li{
    margin: 0 3px;
}

.team_members_list li{
    list-style-type: none;
    display: inline-block;
}

.team_members_icons {
    border-radius: 15px;
    color: #232323;
    width: 31px;
    height: 31px;
    transition: 1s;
    text-align: center;
    display: inline-block;
    line-height: 31px;
}

.team_members_icons:hover {
    color: #232323;
}

.modalDialog {
    position: fixed;
    font-family: Arial, Helvetica, sans-serif;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 99999;
    opacity:0;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    pointer-events: none;
}
.modalDialog:target {
    opacity:1;
    pointer-events: auto;
}
.modalDialog > div {
    width: 50%;
    position: relative;
    margin: 5% auto;
    padding: 20px;
    border-radius: 0;
    background: #fff;
    background: -moz-linear-gradient(#fff, #999);
    /* background: -webkit-linear-gradient(#fff, #999); */
    background: -o-linear-gradient(#fff, #999);
    height: 80vh;
    overflow: scroll;
    border: 2em solid #FFF;
}

.modalDialog p {
    font-family: 'Work Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #222;
    line-height: 22px;
    margin: 0;
    text-align: justify;
    letter-spacing: -0.25px !important;
}
.close {
    background: #901d2d;
    color: #FFFFFF !important;
    line-height: 18px !important;
    position: absolute;
    right: 5%;
    text-align: center;
    top: 5%;
    width: 28px;
    text-decoration: none;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -moz-box-shadow: 1px 1px 3px #000;
    -webkit-box-shadow: 1px 1px 3px #000;
    box-shadow: 1px 1px 3px #000;
    opacity: 1 !important;
    padding: 5px;
    height: 28px !important;
    font-size: 18px !important;
	font-weight: normal !important;
}
.close:hover {
    background: #6c091b;
}

/* ===================================
    Address , Map % Contact
====================================== */

.contact{
    background: url("../img/map-bg.jpg");
}
.col-md-6.mobileBottom {
	position: relative;
}

.col-md-6.mobileTop {
	position: relative;
}

#googleMap {
    border: 10px solid #ffffff;
    height: 400px;
    width: 100%;
}

#googleMap-2 {
    border: 10px solid #ffffff;
    height: 400px;
    width: 100%;
	display: block;
}

.col-map #google-map {
    height: 418px;
}

.map {
    background: url(../img/map.jpg);
}

.bg-overlay {position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.bg-color{
    background-color: rgba(2, 132, 208, 0.71);
}

.address-text{
    padding: 7.5rem 0;
}

.map-text {
    font-family: 'Poppins', sans-serif;
    font-size: 40px;
    font-weight: 400;
}

/* =====================================

SERVICES: 

===================================== */

#what-we-do {
	padding: 100px 0 0 !important;
}

.mobileOff {
    display: block;
}

.mobileOn {
    display: none;
}

.mobileLandscapeOff {
    display: none;
}

.mobileLandscapeOn {
    display: none;
}

.col-md-4.desktop {
    display: block;
}

.col-md-4.mobile {
    display: none;
}

.department-title h2 {
	color: #901d2d !important;
	margin-bottom: 5px !important;
}

.feature-item {
    display: block !important;
    margin: 40px 0 0;
}

.feature-item .servicesIcon {
	fill:#fff;
	width: 70px !important;
	height: 70px !important;
}

.feature-item .feature-heading {
    color: #901d2d !important ;
    font-family: 'Nunito', sans-serif !important;
    font-size: 20px !important;
    line-height: 20px !important;
    font-weight: 700 !important;
    letter-spacing: 0 !important;
	text-align: center !important;
}

.feature-item .feature-heading .lineBreak {
     display: block;   
}

p.servicesContent {
    font-size: 16px !important;
    line-height: 19px !important;
    font-family: 'Work Sans', sans-serif;
    letter-spacing: 0;
    color: #666;
    padding: 0 5px;
    text-align: center;
    height: 55px;
}

p.servicesContentClasses {
    font-size: 16px !important;
    line-height: 19px !important;
    font-family: 'Work Sans', sans-serif;
    letter-spacing: 0;
    color: #666;
    padding: 0 5px;
    margin: 0 0 35px;
    text-align: center;
    height: 80px;
}

.feature-item .icon-3 {
    background: rgb(155,201,231);
    background: -moz-radial-gradient(circle, rgba(155,201,231,1) 0%, rgba(130,191,223,1) 100%);
    background: -webkit-radial-gradient(circle, rgba(155,201,231,1) 0%, rgba(130,191,223,1) 100%);
    background: radial-gradient(circle, rgba(155,201,231,1) 0%, rgba(130,191,223,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#9bc9e7",endColorstr="#82bfdf",GradientType=1);
    width: 70px;
    height: 70px;
    max-width: 70px;
    min-width: 70px;
    text-align: center;
    display: table;
    position: relative;
    border-radius: 50%;
    z-index: 1;
    font-size: 26px;
    line-height: 70px;
    color: #fff;
    /*margin: 0 15px 15px;*/
	margin: 0 auto 15px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -webkit-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
}


.feature-item:hover .icon-3 {
    background: rgb(72,156,211);
    background: -moz-radial-gradient(circle, rgba(72,156,211,1) 0%, rgba(0,125,186,1) 100%);
    background: -webkit-radial-gradient(circle, rgba(72,156,211,1) 0%, rgba(0,125,186,1) 100%);
    background: radial-gradient(circle, rgba(72,156,211,1) 0%, rgba(0,125,186,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#489cd3",endColorstr="#007dba",GradientType=1);
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}

.fearFreeIcon {
    width: 70px;
    height: 70px;
    background: url(../img/services/fearFree_2x.png) no-repeat;
    background-size: 65px 65px;
    background-position: center -1px;
}


/* =====================================

PETPAGE PORTAL 

===================================== */

#petpage-portal {
	padding: 100px 0 !important;
}

.feature-txt {
    text-align: center !important;
    display: block !important;
}

.pp-mobileLandscape-show {
		display: none !important;
}



/* =====================================

REQUEST APPOINTMENT

===================================== */


#appointment {
    margin: 15px 0;
    padding: 100px 0 !important;
    background-size: cover !important;
    background-position: 40% 0px !important;
}

.form-title h2 {
    color: #a87c4f !important;
}

.form-title h2 .red {
    color: #901d2d !important
}

.form-para {
    color: #222 !important;
    font-size: 15px !important;
    line-height: 18px !important;
    letter-spacing: 0 !important;
    padding: 10px 10%;
    font-weight: 400 !important;
    text-align: center !important;
}

.appointment-box {
    max-width: 690px !important;
}

.form-bg {
    /*background: url(../img/form-bg.jpg) no-repeat;*/
    background: url("../img/appointment/request-appointment-1920x682.jpg") no-repeat !important;
}

.form-control {
    background-color: #3e55679a !important;
    padding: 0 0 0 15px !important;
    border: 0 solid #c2c4ca !important;
    border-radius: 0 !important;
    color: #ffffff!important;
    font-size: 16px !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    font-size: 16px !important;
    background-color: #3e55679a !important;
    padding: 0 0 0 15px !important;
}


.select2-container {
    width: 100% !important;
}

.btn.btn-large {
    margin: 30px 0 0 !important;
}

.btn.btn-white-blue {
    background: #901d2d !important;
    border-color: transparent !important;
    color: #fff !important;
    font-size: 16px !important;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 600;
    letter-spacing: 0 !important;
}

.btn.btn-white-blue:hover {
    background: #6c091b !important;
}

.btn.btn-rounded {
    border-radius: 0 !important;
}

/*input:required, textarea:required {
    border-color: red !important;
     border: 1px solid red !IMPORTANT; 
    outline-offset: 2px;
    outline: 2px solid red;
}*/

.alert-danger {
    font-weight: bold;
    text-transform: uppercase;
	color: #fff !important;
    background-color: #ff0000 !important;
    border-color: #ff0000 !important;
}

.alert-success {
    color: #fff !important;
    background-color: #4BB543 !important;
    border-color: #4BB543 !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
	display: none;
}


/* =====================================

CLASSES

===================================== */

section#pampering {
	padding: 100px 0 !important;
}

#classes {
    padding: 100px 0 250px !important;
}

.pampering-img {
    display: block;
    position: relative;
    width: 861px;
    height: 331px;
    background: url(../img/pampering/pamperingImg-861x331.png) no-repeat;
    left: 50%;
    margin-left: -430.5px;
    z-index: 1;
    margin-top: -285px;
    top: 57px;
}

.feature-item.classes {
     margin: 40px 0 60px !important;   
}

.feature-item .feature-heading.classSection {
    height: 40px;
}

a.classesBtn:link {
    background: #901d2d !important;
    border-color: transparent !important;
    color: #fff !important;
    font-size: 16px !important;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 600;
    letter-spacing: 0 !important;
    padding: 10px 20px;
}

a.classesBtn:hover {
    background: #6c091b !important;
}

a.classesBtn:active {
    color: #fff !important;
}

a.classesBtn:focus {
    color: #fff !important;
}

a.classesBtn:visited {
    color: #fff !important;
}

a.classesBtn:visited:hover {
    color: #fff !important;
}

a.classesBtn2:link {
    background: #c69c6d !important;
    border-color: transparent !important;
    color: #fff !important;
    font-size: 16px !important;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 600;
    letter-spacing: 0 !important;
    padding: 10px 20px;
}

a.classesBtn2:hover {
    background: #ba8953 !important;
}

a.classesBtn2:active {
    color: #fff !important;
}

a.classesBtn2:focus {
    color: #fff !important;
}

a.classesBtn2:visited {
    color: #fff !important;
}

a.classesBtn2:visited:hover {
    color: #fff !important;
}

/* =====================================

TESTIMONIALS

===================================== */

.bg-testimonial {
    background-color: transparent !important;
    margin: 15px 0;
    padding: 100px 0 !important;
}

.testimonial-title {
	margin-bottom: 10%;
}

.testimonial-title h2 .brown {
	color: #c69c6d;
	letter-spacing: 0 !important;
}

.drk-blu {
    color: #a87c4f !important;
}

.testimonial-item {
    padding: 50px 30px !important;
    height: 380px;
}

.testimonial-item:hover{
    /*background-color: #a87c4f !important;*/
	background-color: #fff56d !important;
}

.testimonial-item:hover h5 {
    color: #901d2d !important;
}

.testimonial-item:hover p {
    color: #222 !important;
}

.testimonial-item .testimonial-icon {
	color: #a87c4f !important;
}

.testimonial-item:hover .testimonial-icon {
    color: #901d2d !important;
}

.testimonial-item:hover .destination{
    color: #901d2d !important;
}

.mb-4.content {
    font-size: 16px !important;
    line-height: 19px !important;
    color: #222 !important;
    font-family: 'Work Sans', sans-serif;
    font-style: italic;
	letter-spacing: -.3px;
}

.testimonial-item .testimonial-image {
    height: 50px;
    background: #901d2d;
}

.testimonial-item .testimonial-image.Bkgdbrown {
    height: 50px;
    background: #c69c6d;
}

.testimonialIconBrown {
    width: 50px;
    height: 50px;
    margin: -4px -4px;
    fill: #c69c6d;
}

.testimonialIconRed {
    width: 50px;
    height: 50px;
    margin: -4px -4px;
    fill: #901d2d;
}


/* =====================================

GALLERY 

===================================== */

.port {
    max-width: 645px !important;
}

.portfolio-title h2 {
    margin-bottom: 50px !important;
    color: #901d2d !important;
}

.title-clr {
    color: #c69c6d !important;
}

.nav-pills .nav-link {
    font-size: 16px !important;
    font-weight: 700;
    border: 0 solid #e1e1e1 !important;
    font-family: 'Nunito', sans-serif !important;
    color: #901d2d !important;
    letter-spacing: 0 !important;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background-color: #901d2d !important;
    font-family: 'Nunito', sans-serif !important;
    font-size: 16px !important;
    color: #FFF !important;
}

.da-thumbs >li .overlay {
    background: rgb(144,29,45) !important;
    background: -moz-radial-gradient(circle, rgba(144,29,45,0.85) 0%, rgba(118,0,18,0.85) 100%) !important;
    background: -webkit-radial-gradient(circle, rgba(144,29,45,0.85) 0%, rgba(118,0,18,0.85) 100%) !important;
    background: radial-gradient(circle, rgba(144,29,45,0.85) 0%, rgba(118,0,18,0.85) 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#901d2d",endColorstr="#760012",GradientType=1) !important; 
}

.text-center {
    width: 100%;
}

.text-center.width {
    width: auto;
}



/* =====================================

FOOTER 

===================================== */

.hrah-footer {
    padding: 28px 0;
    text-align: center;
    font-family: 'Poppins', sans-serif !important;
    font-size: 14px;
    color: #FFF;
    font-weight: 300;
    background: rgb(118,0,18);
    background: -moz-linear-gradient(90deg, rgba(118,0,18,1) 0%, rgba(144,29,45,1) 50%, rgba(118,0,18,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(118,0,18,1) 0%, rgba(144,29,45,1) 50%, rgba(118,0,18,1) 100%);
    background: linear-gradient(90deg, rgba(118,0,18,1) 0%, rgba(144,29,45,1) 50%, rgba(118,0,18,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#760012",endColorstr="#760012",GradientType=1);
}


.hrah-footer .logo {
    width: 172px;
    height: 15px;
    background: url(../img/footer/fourzerosix-logo-2x.png) no-repeat;
    background-size: 172px;
    display: inline-block;
    margin: 0 5px;
    vertical-align: middle;
}

.google-para {
    color: #222 !important;
    font-size: 13px !important;
    line-height: 15px !important;
    letter-spacing: 0 !important;
    padding: 10px 0;
    font-weight: 400 !important;
    text-align: center !important;
    margin: 25px 0 0 0;
}


a.googleLink:link {
	color: #901d2d !important;
    font-weight: 600;
	padding: 0 0 1px 0;
	border-bottom: 1px solid transparent;
}

a.googleLink:hover {
	padding: 0 0 1px 0;
	border-bottom: 1px solid;
}

a.googleLink:active {
	padding: 0 0 1px 0;
	border-bottom: 1px solid;
}

a.googleLink:focus {
	padding: 0 0 1px 0;
	border-bottom: 1px solid;
}

a.googleLink:visited {
	color: #901d2d !important;
	padding: 0 0 1px 0;
	border-bottom: 1px solid transparent;
    font-weight: 600;
}

a.googleLink:visited:hover {
	padding: 0 0 1px 0;
	border-bottom: 1px solid;
}



/* =====================================

BIG SCREEN 

===================================== */

@media (min-width: 1600px) {
    
  	#appointment {
    	background-position: 35% 0 !important;
	}  
}


/* =====================================

MOBILE PORTRAIT

===================================== */

@media (max-width: 767px) and (orientation: portrait) {
    
    /* --- BODY --- */
    
    .container {
        padding-right: 18px !important;
        padding-left: 18px !important;
    }
    
    .hrahContent p {
        /*font-weight: 400;
        color: #000;*/
        line-height: 22px;
        color: #000;
        padding: 0 10px;
    }
	
	.department-title h2 {
    	margin-bottom: 33px !important;
	}
	
	.hrah-gray-seperator-top .topBar {
        background: #bbb;
    }
	
	.hrah-gray-seperator-bottom .topBar {
        background: #bbb;
    }
	
	h2 .lineBreak {
		display: block;
	}
	
	/* --- NAV --- */
	
	.side-menu .inner-wrapper {
    	padding: 3.5rem 2rem !important;
	}
	
	.side-nav .navbar-nav .nav-link {
    	font-size: 18px !important;
    	line-height: 28px !important;
	}
	
	.navbar {
        padding: 0 1rem !important;
        height: 100px !important;
    }
	
	header a.logo {
        visibility: hidden;
    }
     
    /* --- SLIDER --- */
	
	.hrah-gray-seperator-top {
        top: 0;
    }
	
	
	.hrah-gray-seperator-bottom.m15 {
		margin-bottom: 0;
	}
    
    #slider-6-slide-7-layer-8 {
      top: 10px !important;
    }
	
	#slider-6-slide-7-layer-9 {
        top: -135px;
    }
		
	section {
        padding: 45px 0 !important;
    }
	
	.align-items-center.m-15 {
    	margin: 0 0;
	}
	
	
	/* --- ABOUT --- */
	
	.bg-counter.desktop {
    	display: none;
	}
	
	.bg-counter.mobile {
    	display: block;
	}
	
	#google-map {
        margin-top: 35px !important;
        border: 6px solid #c69c6d !important;
        height: 270px !important;
    }
	
	.col-md-6.mobileBottom {
    	transform: translateY(85%);
	}
	
	.col-md-6.mobileTop {
    	transform: translateY(-100%);
	}
	
	.address-text {
        padding: 35px 0 !important;
        text-align: left !important;
        width: 288px;
        left: 50%;
        margin-left: -144px;
    }
	
	.mb-3 .content .line-br {
    	display: block;
	}
    
    .feature-item .icon {
       width: 80px !important;
      height: 80px !important;
      max-width: 80px !important;
      min-width: 80px !important;
      line-height: 80px !important ; 
    }
	
	.feature-item .icon.feature-item .icon {
      width: 80px !important;
      height: 80px !important;
      max-width: 80px !important;
      min-width: 80px !important;
      line-height: 80px !important;
  	}
	
	.feature-item .icon-2 {
      width: 80px !important;
      height: 80px !important;
      max-width: 80px !important;
      min-width: 80px !important;
      line-height: 80px !important ;
  	}
	
	.feature-item .icon-3 {
        width: 80px !important;
        height: 80px !important;
        max-width: 80px !important;
        min-width: 80px !important;
        line-height: 80px !important;
        margin: 0 auto;
    }
	
	/* ===================================
    TEAM SECTION
	====================================== */
	
	.team_section {
    	padding: 30px 0 0 !important;
	}
	
	.swiper-wrapper {
		display: block !important;
	}
	
	.swiper-slide {
    	width: 100% !important;
    	padding-bottom: 30px;
	}
	
	h3 {
    	font-size: 23px !important;
	}
	
	.modalDialog > div {
    	width: 85%;
    	margin: 10% auto;
    	padding: 0;
    	height: 86vh;
    	overflow: scroll;
    	border: 1.5em solid #FFF;
	}
	
	.modalDialog p {
    	letter-spacing: 0 !important;
	}
	
	.close {
        right: 4%;
        top: 4%;
        z-index: 99999;
    }
	
    /* --- SERVICES --- */
	
	#what-we-do {
    	padding: 45px 0 0 !important;
	}
    
    .mobileOff {
        display: none;
    }

    .mobileOn {
        display: block;
    }
    
    .mobileLandscapeOff {
        display: none;
    }

    .mobileLandscapeOn {
        display: none;
    }
    
    .services.mobileOffOn {
        display: block !important;
    }
    
    .feature-item.mobileOff {
        display: none !important;
    }

    .feature-item.mobileOn {
        display: block !important;
    }
    
	.feature-item .servicesIcon {
        fill: #fff;
        width: 70px !important;
        height: 73px !important;
    }
	
	.feature-item .feature-heading {
		height: auto;
	}
	
	.feature-txt {
    	margin-top: 12px !important;
	}
    
    p.servicesContent {
        padding: 5px 20px;
		height: auto;
    }
	
	.mb-5, .my-5 {
    	margin-bottom: 30px!important;
	}
	
	.mb-5.last {
    	margin-bottom: 0!important;
	}
	
	.mb-5-mobile {
		margin-bottom: 30px !important;
	}
	
	.fearFreeIcon {
    	width: 80px;
    	height: 80px;
    	background-size: 70px;
    	background-position: 5px 1.5px;
	}
	
	
	/* -- PETPAGE PORTAL -- */
	
	#petpage-portal {
    	padding: 45px 0 0 !important;
	}
	
	.feature-item .icon.mobileIconRed {
		background-color: #901d2d !important;
	}
	
	.feature-item .icon-2.mobileIconBrown {
		background-color: #c69c6d !important;
	}
	
	/* -- REQUEST APPOINTMENT -- */
	
	.hrah-gray-seperator-bottom .mobile {
		display: none;
	}
	
	#appointment {
    	margin: 0 0;
		padding: 45px 0 !important;
	}
	
	.form-bg {
		background: url("../img/appointment/request-appointment-420x720.jpg") no-repeat !important; 
	}
	
	.form-title h2 {
        margin-bottom: 20px !important;
    }
	
	.form-para {
        padding: 10px 5%;
    }
	
	/* -- CLASSES -- */
	
	#classes {
        padding: 45px 0 80px !important;
    }
	
	.pampering-img {
        width: 355px;
        height: 137px;
        bottom: 14px;
        margin-left: -177.5px;
        background-size: 355px;
        margin-top: -105px;
        top: 18px;
    }
	
	.ipadPP {
		padding-bottom: 5px;
	}
    
    .feature-item.classes {
        margin: 10px 0 60px !important;
    }
    
    .feature-item .feature-heading.classSection {
        height: auto;
    }
    
    p.servicesContentClasses {
        height: auto;
        padding: 0 20px;
        margin: 0 0 40px;
    }
	
	/* -- PAMPERING -- */
	
	section#pampering {
    	padding: 45px 0 15px !important;
	}
	
	/* -- TESTIMONIALS -- */
	
	.bg-testimonial {
        margin: 0 0;
        padding: 45px 0 !important;
    }
	
	/* -- GALLERY -- */
	
	.da-thumbs>li {
        border: 1px solid #fff !important;
    }
    
    
    .hrah-footer .logo {
        width: 140px;
        height: 12px;
        background-size: 140px;
        margin: 0 1px;
    }
}

/* =====================================

IPHONE 11 PORTRAIT

===================================== */

@media only screen and (device-width: 414px) and (device-height: 896px) and (orientation: portrait) {
	
	
}



	
/* =====================================

TABLET PORTRAIT

===================================== */

@media (min-width: 481px) and (max-width: 1024px) and (orientation: portrait) {
	
	/* ---BODY --- */
	
	section {
    	padding: 60px 0 !important;
	}
	
	.ml-md-5, .mx-md-5 {
    	margin-left: 25px!important;
	}
	
	.department-title h2 {
    	color: #901d2d !important;
    	margin-bottom: 25px !important;
	}
    
    .hrahBreak {
        display: inline;
    }
	
	/* ---NAV --- */
	
	header a.logo {
        visibility: hidden;
    }
	
	.navbar-expand-lg>.container {
    	margin: -45px 0 0 0;
	}
	
	/* ---SLIDER --- */
	
	.hrah-logo {
		width: 233.09px !important;
		height: 196.39px !important;
		margin-top: 10px !important;
		left: 10px;
	}
	
	#slider-6-slide-7-layer-6 {
			top: -70px !important;
			left: 10px;
		}
	
	#hrah-yellow {
		width: 550.42px !important;
		height: 526.78px !important;
	}
	
	#slider-6-slide-7-layer-4 {
		display: none !important;
		position: relative;
		margin-top: 0 !important;
	}
	
	#slider-6-slide-7-layer-5 {
		display: none !important;
		position: relative;
		margin-top: 0 !important;	
	}
	
	/*.rs-parallax-wrap {
		top: 593px !important;
	}*/
	
	/* ---ABOUT --- */
	
	.bg-counter.desktop {
    	display: block;
	}
	
	.bg-counter.mobile {
    	display: none;
	}
	
	.main-font {
		font-size: 1.21rem !important;
	}
	
	#google-map {
    	margin-top: 0 !important;
		height: 300px !important;
		border: 6px solid #c69c6d !important;
	}
	
	.address-text {
        padding: 80px 0 !important;
        left: -30px;
        width: 120%;
    }
	
	.mb-3 .content .line-br {
    	display: block;
	}
	
	/* ===================================
    TEAM SECTION
	====================================== */
	
	.team_section {
    	padding: 50px 0 0 !important;
	}
	
	.team_detail_inner {
    	width: 160px;
    	height: 160px;
	}
	
	.team_detail h3 {
    	font-size: 21px !important;
    	line-height: 21px !important;
	}
	
	.modalDialog > div {
        width: 85%;
        margin: 9% auto;
        padding: 20px;
        height: 87vh;
    }
	
	.close {
      right: 3%;
      top: 3%;
	}
    
    /* --- SERVICES --- */
	
	#what-we-do {
    	padding: 50px 0 0 !important;
	}
    
    .feature-item .feature-heading {
        letter-spacing: -0.35px !important;
    }
    
    .feature-item {
        padding: 25px 10px;
        height: 275px;
        margin: 0 !important;
    }
    
    .feature-item .icon-3 {
        margin: 0 auto;
    }
    
    .iPadlineBreak {
        display: block;
    }
    
    
	/* -- REQUEST APPOINTMENT -- */
	
	.form-bg {
		background: url("../img/appointment/request-appointment-768x1024.jpg") no-repeat !important;
	}
	
	.appointment-box {
    	max-width: 95% !important;
    	margin: 0 auto !important;
	}
    
    .hrahContent p {
        line-height: 20px;
    }
	
	/* -- PETPAGE PORTAL -- */
	
	#petpage-portal {
        padding: 60px 0 35px !important;
    }
	
	.feature-item.pp-bottom {
    	padding: 0 10px 25px;
	}
	
	.feature-item.ipadPP {
        height: 185px;
    }
	
	/* -- CLASSES -- */
	
	#classes {
        padding: 55px 0 370px !important;
    }
    
    p.servicesContentClasses {
        height: 165px;
    }
    .feature-item.classes {
        height: 350px !important;
        margin: 0 0 80px !important;
    }
    
    .feature-item .feature-heading.classSection {
        height: 45px;
    }
	
	.pampering-img {
      width: 666px;
      height: 256px;
      top: 48px;
      margin-left: -333px;
      background-size: 666px;
      margin-top: -256px;
	}
	
	/* -- PET PAMPERING -- */
	
	section#pampering {
		padding: 50px 0 !important;
	}
	
	/* -- TESTIMONIALS -- */
	
	.test {
    	max-width: 100% !important;
	}
	
	
}



/* =====================================

iPAD PRO PORTRAIT 

===================================== */

@media only screen and (device-width: 1024px) and (device-height: 1366px) and (orientation: portrait) {
	
	/* -- NAV -- */
	
	.navbar-expand-lg .navbar-nav {
		display: none;
	}
	
	.navbar-expand-lg>.container {
    	margin: 0;
	}
	
	.navbar-top-default {
      height: 110px !important;
	}
	
	.side-menu {
    	width: 35% !important;
	}
	
	/*-- SLIDER --*/
	
	#slider-6-slide-7-layer-3 {
		width: 309px !important;
    	height: 247px !important;
	}
	
	#slider-6-slide-7-layer-4 {
		width: 63px !important;
    	height: 1px !important;
		margin-top: 110% !important;
		display: block !important;
	}
	
	#slider-6-slide-7-layer-5 {
        width: 63px !important;
        height: 1px !important;
        margin-top: 110% !important;
		display: block !important;
    }
	
	#slider-6-slide-7-layer-6 {
		font-size: 13px !important;
		top: 40px !important;
	}
	
	#hrah-yellow {
        width: 638px !important;
    	height: 585px !important;
    }
	
	/* -- ABOUT -- */
	
	.mb-3 .content .line-br {
    	display: inline-block;
	}
	
	.address-text {
    	left: 0;
    	width: 100%;
	}
    
    /* -- SERVICES -- */
    
    .feature-item .icon-3 {
        margin: 0 auto 15px;
    }
    
    .feature-item {
        padding: 25px 10px 0;
    }
	
	.feature-item.pp-bottom {
    	padding: 25px 10px;
	}
	
	/* -- REQUEST APPOINTMENT -- */
	
	#appointment {
		margin: 15px 0;
		padding: 50px 0 !important;
		background-size: cover !important;
		background-position: 35% 0px !important;
	}
	
	.form-title h2 {
		text-align: center !important;
	}
	
	.appointment-box {
		max-width: 85% !important;
	}
    
    /* -- CLASSES -- */
    
    #classes {
        padding: 100px 0 310px !important;
    }
    
    .feature-item.classes {
        height: 295px !important;
        margin: 0 0 80px !important;
    }
    
    p.servicesContentClasses {
        height: 120px;
    }
}



/* =====================================

MOBILE LANDSCAPE

===================================== */

@media (max-width: 767px) and (orientation: landscape) {
    
    /* --- BODY --- */
    
    section {
        padding: 60px 0 50px !important;
    }
    
    .department-title h2 {
        margin-bottom: 25px !important;
    }
    
    .hrahContent p {
        /*font-weight: 400;
        color: #000;*/
        line-height: 22px;
        color: #000;
    }
	
	.hrah-gray-seperator-top .topBar {
        background: #bbb;
    }
	
	.hrah-gray-seperator-bottom .topBar {
        background: #bbb;
    }
	
	/* --- NAV --- */
	
	.side-menu .inner-wrapper {
    	padding: 3.5rem 2rem !important;
	}
	
	.side-nav .navbar-nav .nav-link {
    	font-size: 18px !important;
    	line-height: 28px !important;
	}
	
	.navbar {
        padding: 0 1rem !important;
        height: 100px !important;
    }
	
	header a.logo {
        visibility: hidden;
    }
    
    /* --- SLIDER --- */
    
    #slider-6-slide-7-layer-8 {
      top: 0;
     }
    
    .hrah-logo {
        width: 212px !important;
        height: 170px !important;
    }
    
    #slider-6-slide-7-layer-4 {
        width: 41px !important;
        height: 2px !important;
        margin: 70px 0 0 0 !important;
    }
    
    #slider-6-slide-7-layer-5 {
        width: 41px !important;
        height: 2px !important;
        margin: 70px 0 0 0 !important;
    }
    
    #slider-6-slide-7-layer-6 {
        margin: 90px 0 0 0 !important;
        font-size: 13px !important;
    }
    
    .hrah-stroke {
        font-size: 13px !important;
    }
    
    .hrah-break {
        font-size: 13px !important;
    }
    
    #hrah-yellow {
        width: 508px !important;
        height: 466px !important;
        top: 20px !important;
    }
	
	/* --- ABOUT --- */
	
	.bg-counter.desktop {
    	display: none;
	}
	
	.bg-counter.mobile {
    	display: block;
	}
	
	.align-items-center.m-15 {
    	margin: 0 0 !important;
	}
	
	.hrah-gray-seperator-top.m15 {
		margin-top: 0;
	}
	
	.hrah-gray-seperator-bottom.m15 {
		margin-bottom: 0;
	}
	
	#google-map {
        margin-top: 35px !important;
        border: 6px solid #c69c6d !important;
        height: 270px !important;
    }
	
	.col-md-6.mobileBottom {
    	transform: translateY(85%);
	}
	
	.col-md-6.mobileTop {
    	transform: translateY(-100%);
	}
	
	.address-text {
        padding: 35px 0 !important;
        text-align: left !important;
        width: 288px;
        left: 50%;
        margin-left: -144px;
    }
	
	.mb-3 .content .line-br {
    	display: block;
	}
	
	/* ===================================
    TEAM SECTION
	====================================== */
	
	.team_section {
    	padding: 30px 0 0 !important;
	}
	
	.swiper-wrapper {
		display: block !important;
	}
	
	.swiper-slide {
    	width: 100% !important;
    	padding-bottom: 30px;
	}
	
	h3 {
    	font-size: 23px !important;
	}
	
	.modalDialog > div {
    	width: 85%;
    	margin: 4% auto;
    	padding: 0;
    	height: 86vh;
    	overflow: scroll;
    	border: 2em solid #FFF;
	}
	
	.modalDialog p {
    	letter-spacing: 0 !important;
	}
	
	.close {
    	right: 2%;
    	top: 3%;
    	z-index: 99999;
	}
    
	/* --- SERVICES --- */
	
	#what-we-do {
    	padding: 60px 0 0 !important;
	}
    
    .mobileOff {
        display: none;
    }

    .mobileOn {
        display: none;
    }
    
    .mobileLandscapeOff {
        display: none;
    }

    .mobileLandscapeOn {
        display: block;
    }
    
    .col-md-4.desktop {
        display: none;
    }
    
    .col-md-4.mobile {
        display: block;
    }
    
    .container.services {
        max-width: 667px !important;
    }
    
    .feature-item {
        margin: 0 auto !important;
        display: inline-block !important;
        width: 49% !important;
    }
    
    .feature-item .feature-heading {
        margin-top: 10px;
		height: auto;
    }
    
	.feature-item .servicesIcon {
        fill: #fff;
        width: 70px !important;
        height: 73px !important;
    }
	
	.feature-item .icon .mobileIcon {
		background-color: #901d2d !important;
	}
	
	.feature-txt {
        margin-top: 12px !important;
        display: block !important;
    }
    
    .feature-item .feature-heading .lineBreak {
        display: inline-block;   
    }
    
    p.servicesContent {
        padding: 5px 32px 0;
        height: auto;
        text-align: center;
        letter-spacing: 0;
    }
	
	.mb-5, .my-5 {
    	margin-bottom: 30px!important;
	}
	
	.mb-5-mobile {
		margin-bottom: 0!important;
	}
    
    .feature-item .icon-3 {
        margin: 0 auto;
    }
	
	.fearFreeIcon {
    	width: 80px;
    	height: 80px;
    	background-size: 70px;
    	background-position: 5px 1.5px;
	}
	
	
	/* -- PETPAGE PORTAL -- */
	
	#petpage-portal {
    	padding: 30px 0 !important;
	}
	
	.pp-desktop {
		display: none !important;
	}
	
	.pp-mobileLandscape-show {
		display: inline-block!important;
	}
	
	.feature-item .icon-2.mobileIconBrown {
		background-color: #c69c6d !important;
	}
	
	.feature-item .icon.mobileIconRedLandscape {
		background-color: #901d2d !important;
	}
	
	
	/* -- REQUEST APPOINTMENT -- */
	
	.hrah-gray-seperator-bottom .mobile {
		display: none;
	}
	
	#appointment {
    	margin: 0 0;
		padding: 45px 0 !important;
	}
	
	.form-bg {
		background: url("../img/appointment/request-appointment-720x420.jpg") no-repeat !important;
	}
	
	.form-title h2 {
        margin-bottom: 20px !important;
    }
	
	/* -- PAMPERING -- */
	
	section#pampering {
    	padding: 45px 0 15px !important;
	}
	
	/* -- CLASSES -- */
	
	#classes {
        padding: 45px 0 105px !important;
    }
	
	.pampering-img {
        width: 355px;
        height: 137px;
        bottom: 14px;
        margin-left: -177.5px;
        background-size: 355px;
        margin-top: -137px;
        top: 18px;
    }
    
    .feature-item.classes {
        margin: 0 0 50px !important;
    }
    
    p.servicesContentClasses {
        padding: 0 20px;
        margin: 0 0 50px;
        height: 95px;
    }
	
	/* -- TESTIMONIALS -- */
	
	.bg-testimonial {
        margin: 0 0;
        padding: 45px 0 !important;
    }
	
	/* -- GALLERY -- */
	
	.da-thumbs>li {
        border: 1px solid #fff !important;
    }
    
    
    /* -- FOOTER -- */
    
    .hrah-footer .logo {
        width: 140px;
        height: 12px;
        background-size: 140px;
        margin: 0 1px;
    }
}


/* =====================================

IPHONE 11 PRO MAX LANDSCAPE

===================================== */

@media only screen and (device-width: 414px) and (device-height: 896px) and (orientation: landscape) {
	
	
	
}


/* =====================================

TABLET LANDSCAPE 

===================================== */
    
@media (min-width: 1024px) and (max-width: 1365px) and (orientation: landscape) {
	
	/* --- SLIDER --- */
	
	#slider-6-slide-7-layer-4 {
		display: none !important;
		position: relative;
		margin-top: 30px !important;
	}
	
	#slider-6-slide-7-layer-5 {
		display: none !important;
		position: relative;
		margin-top: 30px !important;
	}
	
	.hrah-logo {
		top: 15px !important;
	}
	
}


/* =====================================

IPAD LANDSCAPE

===================================== */
    
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
	
	/* --- BODY --- */
	
	section {
    	padding: 70px 0 !important;
	}
    
    .hrahBreak {
        display: inline;
    }
    
    .hrahContent p {
      line-height: 20px;
    }
	
	/* --- NAV --- */
	
	.ml-auto,.mx-auto{
		margin-left:0 !important;
	}
	
	.navbar-top-default .navbar-nav .nav-link {
    	font-size: 14px !important;
	}
	
	.nav-radius .navbar-nav .nav-link {
    	padding: 0.6rem 16px !important;
	}
	
	/* --- SERVICES --- */
	
	.department-title h2 {
    	margin-bottom: 10px !important;
	}
    
    .feature-item .icon-3 {
        margin: 0 auto 15px;
    }
	
	/* -- REQUEST APPOINTMENT -- */
	
	#appointment {
        background-size: 100% !important;
        background-position: 0 20% !important;
		padding: 70px 0 !important;
    }
	
	.form-title h2 {
        text-align: center !important;
    }
	
	.form-bg {
		background: url("../img/appointment/request-appointment-768x1024.jpg") no-repeat !important;
	}
	
	.appointment-box {
        max-width: 85% !important;
        margin: 0 auto !important;
    }
	
	/* -- CLASSES -- */
	
	#classes {
        padding: 100px 0 230px !important;
    }
    
    p.servicesContentClasses {
        height: 110px;
    }
	
	.pampering-img {
      width: 666px;
      height: 256px;
      top: 48px;
      margin-left: -333px;
      background-size: 666px;
      margin-top: -256px;
	}
	
	/* -- TESTIMONIALS -- */
	
	.bg-testimonial {
        padding: 70px 0 !important;
    }
	
	.test {
    	max-width: 100% !important;
	}
}



/* =====================================

iPAD PRO LANDSCAPE

===================================== */

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation:landscape) {
	
	/* -- PETPAGE PORTAL -- */
	
	.feature-item {
    	margin: 15px 0 0;
	}
	
	/* -- APPOINTMENT -- */
	
	#appointment {
    	margin: 0 0 15px;
	}
	
}



/* =====================================

IPHONE 11 & 12 PRO LANDSCAPE

===================================== */

@media only screen and (min-device-width: 414px) and (max-device-width: 428px) and (orientation: landscape) {
	
	
	
}







