
.mainlogo{
}
.mainlogo img{
width:250px;
height:auto;
}
.page_cont{
width:100%;
}
.page_bgclr{
background: linear-gradient(rgba(255, 72, 128, 0.01), rgba(255, 72, 128, 0.2)) !important;
}
.page_cont p{
color: #393d72 !important;
font-weight: 600 !important;
font-size: 15px !important;
line-height:28px;
}
.page_cont p{
color: #393d72 !important;
font-weight: 600 !important;
font-size: 15px !important;
line-height:28px;
}
.text_weight600{
font-weight:600 !important;
}

.font_size15{
font-size:15px !important;
}
.font_size14{
font-size:14px !important;
}
.footlogo img{
width:260px;
height:auto;
}
.quicklinks ul{
list-style: none;
}
.quicklinks ul li{
	line-height:35px;
	font-size:14px;
}
.quicklinks ul li i {
  color: #F4364C;
  padding-right: 7px;
}
.quicklinks ul li a{
	color:#393d72;
}

.quicklinks ul li a:hover{
color: var(--bs-secondary) !important;
}	
.foot_cont span{
color:#393d72 !important;
font-weight:600 !important;
font-size:13px !important;
}
.foot_cont span:hover{
color: var(--bs-secondary) !important;
}
.cont_div{
width:100%;
text-align:center;
}
.cont_div .cont_icon{
width:100%;
}
.cont_div .cont_icon i{
width:100%;
font-size:40px;
padding-bottom:15px;
}
.cont_div .cont_text{
width:100%;
}
.cont_div .cont_text p{
margin-bottom:0px !important;
}
/*---- Fixed Side Contact ----*/
.support{
    background: #f97210;
    width: 42px !important;
    height: 42px !important;
    color: #333;
    font-size: 20px;
    position: fixed;
    right: 15px;
    bottom: 60px;
    cursor: pointer;
    z-index: 999;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 300ms ease-in-out;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.16), 0px 3px 10px rgba(0, 0, 0, 0.16);
}
.support:hover{
  cursor: pointer;
}
.support img{
  transition: all 300ms ease-in-out;
  width: 60%;
}
.inner-fabs a{
    background: #81b304;
    width: 42px;
    height: 42px;
    color: #fff;
    font-size: 29px;
    position: fixed;
    right: 15px;
    bottom: 60px;
    cursor: pointer;
    z-index: 99;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 300ms ease-in-out;
	padding-left: 1px;
}
.inner-fabs a i{
font-size:22px;
}
.inner-fabs a:hover{
    text-decoration: none;
}
.inner-fabs.show a{
  transition: all 300ms ease-in-out;
}
.inner-fabs.show a:nth-child(1) {
  bottom: 110px;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.16), 0px 3px 10px rgba(0, 0, 0, 0.16);
  background: #3b5998;
}
.inner-fabs.show a:nth-child(2) {
  bottom: 160px;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.16), 0px 3px 10px rgba(0, 0, 0, 0.16);
  background: #f502be;
}
.inner-fabs.show a:nth-child(3) {
  bottom: 210px;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.16), 0px 3px 10px rgba(0, 0, 0, 0.16);
  background: #e53c29;
}
.inner-fabs.show a:nth-child(4) {
  bottom: 260px;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.16), 0px 3px 10px rgba(0, 0, 0, 0.16);
  background: #28a745;
}
.inner-fabs.show a:nth-child(5) {
  bottom: 310px;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.16), 0px 3px 10px rgba(0, 0, 0, 0.16);
  background: #03e7e7;
}
.returntotop {
background: #81b304;
width: 42px !important;
height: 42px !important;
color: #fff;
font-size: 18px;
position: fixed;
right: 15px !important;
bottom: 10px !important;
cursor: pointer;
z-index: 999;
border-radius: 100%;
display: flex;
align-items: center;
justify-content: center;
transition: all 300ms ease-in-out;
box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.16), 0px 3px 10px rgba(0, 0, 0, 0.16);
opacity:1;
}
.returntotop i {
font-size:24px;
display: block;
color: #fff;
}
.returntotop.show {
opacity: 1;
}
/*---- Fixed Side Contact ----*/
/*---- Footer Links ----*/
.foot_social{
width:100%;
}
.social-nav {
    padding: 0;
    list-style: none;
    display: inline-block;
    margin: 10px 0 0;
}
.social-nav li {
    display: inline-block;
    margin: 0 7px 0 0;
}
.social-nav a {
    display: inline-block;
    float: none;
    width: 40px;
    height: 40px;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
    background: #000;
    position: relative;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.model-3d-0 a {
    background:#5C5B5B;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.model-3d-0 .front, .model-3d-0 .back {
    width: 40px;
    height:40px;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translateZ(25px);
    -moz-transform: translateZ(25px);
    -ms-transform: translateZ(25px);
    -o-transform: translateZ(25px);
    transform: translateZ(25px);
    -webkit-backface-visibility: visible;
    -moz-backface-visibility: visible;
    -ms-backface-visibility: visible;
    -o-backface-visibility: visible;
    backface-visibility: visible;
	color:#212121;
	font-size:12px;
	padding-top: 8px;
}
.model-3d-0 .back {
    -webkit-transform: rotateX(90deg) translateZ(25px);
    -moz-transform: rotateX(90deg) translateZ(25px);
    -ms-transform: rotateX(90deg) translateZ(25px);
    -o-transform: rotateX(90deg) translateZ(25px);
    transform: rotateX(90deg) translateZ(25px);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}
a.twitter .front {
    background: #00acee;
}
a.facebook .front {
    background: #3b5998;
}
a.instagram .front {
    background: #f502be;
}
a.pinterest .front {
    background: #bd081c;
}
.twitter .back,.facebook .back,.instagram .back,.pinterest .back{
    background:#333;
}
.model-3d-0 a:hover {
    -webkit-transform: rotateX(-90deg);
    -moz-transform: rotateX(-90deg);
    -ms-transform: rotateX(-90deg);
    -o-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
}
.model-3d-0 a:hover .back {
    -webkit-backface-visibility: visible;
    -moz-backface-visibility: visible;
    -ms-backface-visibility: visible;
    -o-backface-visibility: visible;
    backface-visibility: visible;
}
.w3_agile_social .front i{
	color: #fff;
    font-size: 22px;
}
.w3_agile_social .back i{
	color: #fff;
    font-size: 22px;
}
.w3ls_team_grid img {
    background: #e4e3e3;
    padding: 7px;
}
.textcentre h5{
text-align:center;
}
.facebook{
    background: #3b5998;
}
.twitter{
    background: #00acee;
}
.google-plus{
	background:#dd4b39;
}
.rss{
	background:#f26522;
}
.social-icon-w3-agile {
    width: 25%;
    float: left;
    text-align: center;
    padding:1.5em 0;
}
.social-icon-w3-agile i {
    color: #fff;
    font-size:28px;
}
.social-agileinfo a:hover {
    opacity: 0.8;
}
li.share {
    vertical-align: top;
	padding-top:5px;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 1px;
	color:#06A3DA;
}
.fb-like{
margin-top:30px;
}
/*---- Footer Links ----*/
/*--------Load More Photo---------*/
.load_morediv{
width:100%;
text-align:center;
}
.show_more_main {
width: 200px;
margin: 20px auto;
}
.loding {
    background-color: transparent;
    border: 0px solid;
    color: #F4364C;
    font-size: 14px;
    display: block;
    text-align: center;
    padding: 10px 0;
    outline: 0;
    font-weight:bold;
}
.loding_txt {
    background-image: url(../img/loading.gif);
    background-position: left;
    background-repeat: no-repeat;
    border: 0;
    display: inline-block;
    height: 16px;
    padding-left: 30px;
}
/*--------Load More Photo---------*/
.fact_div{
text-align:center;
height:172px;
width:100%;
}
.homeenqry{
text-decoration:none !important;
color:#FFFFFF !important;
font-weight:600;
}
.fact_div .fact-icon img{
width:65px;
height:65px;
}
.fact_div .fact-icon i{
font-size:50px !important;
font-weight:600 !important;
color:#FFFFFF !important;
}
.fact_div h3{
font-family: 'Fredoka', sans-serif;
font-size: 26px;
}
.fact_div p{
font-size:17px !important;
font-weight:600 !important;
margin-bottom:0px !important;
}
.copyright{
font-size: 14px;
font-weight: 600;
}
.gmap11{
width:100%;
height:422px;
}
.gmap11 p{
margin-bottom:0px !important;
}
/*-------- Banner Video Section --------*/
.hero-header {
  position: relative;
  overflow: hidden;
  height: calc(530px - 51px);
}
.hero-header .container {
  position: relative;
  z-index: 2;
  height: 100%;
  text-align:center;
}
.hero-header h1{
text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.9);
}
.hero-header .bnrtitle{
font-size:25px !important;
}
.video-wrap {
  z-index: -100;
}
.custom-video {
position: absolute;
top: 0;
left: 0;
object-fit: cover;
width: 100%;
height: 100%;
}
/*-------- Banner Video Section --------*/
.about_us p{
color: #393d72 !important;
font-weight: 600 !important;
font-size: 15px !important;
line-height: 28px;
margin-bottom:20px;
}
.facility_font{
font-size: 13px !important;
}
.about_title{
font-size: 33px !important;
font-family: 'Fredoka', sans-serif;
}

.testi_text p{
color: #393d72 !important;
font-weight: 600 !important;
font-size: 13px !important;
line-height: 23px;
}
.test_name{
font-size: 17px !important;
}
.testi_detail{
color: #06A3DA;
font-weight: 600 !important;
font-size: 14px !important;
}
.foot_logo p{
margin-bottom:0px !important;
}

.service_details{
width:100%;
padding-bottom: 35px;
}
.service_title{
  font-size: 33px !important;
  font-family: 'Fredoka', sans-serif;
}
.service_image{
width: 100%;
border:1px solid #F4364C;
padding:5px;
border-radius:10px;
}
.service_image img {
width: 100%;
height:auto;
border-radius:10px;
}
.service_details p
{
margin-top:5px;
margin-bottom:0px !important;
}
.pagelitext li a{
font-weight:600 !important;
font-size:17px !important;
}
/*-------- Booking Page --------*/
.booking_div{
width:100%;
margin-top:20px;
}
.selectprodctdiv{
width:100%;
margin-top:15px;
margin-bottom:15px;
}
.addpet_btn i{
padding-right:7px;
}
.pet_tbl{
border-color: #faaab3;
}
.pet_tbl tr th{
color: #393d72 !important;
font-weight: 600 !important;
font-size: 14px !important;
background-color: #fcd6db;
}
.pet_tbl tr td{
color: #393d72 !important;
font-weight: 600 !important;
font-size: 15px !important;
}
.midportion_div{
width:100%;
border: 1px solid #06A3DA;
}
.midportion_divtitle{
background: none repeat scroll 0 0 #06A3DA;
color: #fff !important;
padding: 4px 0px 6px 10px;
font-size:17px;
font-weight:600;
}
.midportion_area{
margin:5px 0 5px 5px;
width:98.5%;
}
.remove_div{
width:100%;
text-align:center;
padding-left: 10px;
}
.button-remove{
cursor:pointer;
background:none;
border: none !important;
outline: none !important;
}
.button-remove i{
font-size:35px;
color:#FF0000;
}
.slnum{
color:#06A3DA;
font-size:22px;
font-family:Arial, Helvetica, sans-serif;
font-weight:700;
border: 2px solid #06A3DA;
border-radius: 100%;
width: 35px;
display: block;
height: 35px;
float: left;
}
.rmv_div {
float: right;
}
.addmoreclass{
width:100%;
text-align:center;
margin-top:10px;
}
/*-------- Booking Page --------*/
/*---- Alert ----*/
.alert-fail{
color: #FF0000;
background-color: #FFD9D9;
border-color:#FFCECE; 
width:100%;
border: 1px solid #FFCECE;
border-radius: 3px;
font-size:13px;
font-weight:600;
padding:6px 35px 6px 14px;
text-shadow: 0 1px 0 rgba(255,255,255,0.5);
}
.alert-success{
color:#468847;
background-color:#dff0d8;
border-color:#d6e9c6; 
width:100%;
border: 1px solid #d6e9c6;
border-radius: 3px;
font-size:13px;
font-weight:600;
padding:6px 35px 6px 14px;
text-shadow: 0 1px 0 rgba(255,255,255,0.5);
}
/*---- Alert ----*/