:root{
  --color-white:#fff;
  --color-black:#000000;
   --color-blue:#69bff1;
    --color-ligpinck:#ff5ba9;
}
:root{
  --font-kavoon:'kavoon', sans-serif;
}
/*------------------ Comments BOX ------------------*/
#comments{ margin-top:40px;}
#comments h2.comments-title,#comments h3.comment-reply-title{
  font-size:20px; 
  font-weight:bold;
}
#comments h3.comment-reply-title{clear:both;}
#comments input[type="text"],#comments input[type="email"],#comments textarea{
  width:100%;
  padding:12px 10px; 
  font-size:18px;
  border-radius:0;
}
.post-meta{padding: 25px 0;}
#comments input[type="submit"].submit{
  background:var(--color-ligpinck) !important;
  text-transform:capitalize;
  font-weight:bold; 
  margin-top:20px;
  color:var(--color-white);
  padding: 10px;
}
#comments a.comment-reply-link{
  color:var(--color-white);
  background:var(--color-ligpinck);
  padding:5px 15px;
  border: 2px solid var(--color-ligpinck);
}
#comments a.comment-reply-link:hover{
  background:var(--color-white);
  color:var(--color-ligpinck);
}
#comments a time{
  color:var(--color-black);
  font-weight:bold;
  font-size:12px;
}
#content-tc #comments ol li{
  width:100%;
  background:none;
  list-style:none;
  margin: 0 0 20px; 
  padding: 20px;
  background:var(--color-offwhite); 
  display:inline-block;
}
#content-tc ol li ol li{
  margin:0 0 20px 0;
  padding:0 0 0 35px;
}
#content-tc #comments ul{margin:0 0 0 40px;}
#comments .reply{float:right;}
#comments .comment-metadata,#comments .comment-content{
  width:90%;
  float:left;
}
#comments .comment-metadata{ padding:1% 0 0 0;}
#comments .comment-content{margin-left:7%;}
#comments p {
  width:100%;
  float:left;
}
#comments .comment-author{  
  margin-bottom: 1em;
}
#comments ol.comment-list {
  margin: 0px !important;
}
#comments h2#reply-title {
  display: inline-table;
}
#comments .comment-author.vcard img {
  border: 1px solid var(--color-3black);
  padding: 2px;
}
/* --------- Inner Pages --------- */
.woocommerce span.select2-selection.select2-selection--single,.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button{
    border-radius: unset !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs{
  padding: 0 !important;
}
/* Blog Post */
.blog-icon a i{
  font-size: 14px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  text-align: center;
  padding-top: 10px;
  color:var(--color-white);
  margin: 13px 1px 0 0;
}
.blog-icon a:hover i,.blog-icon a i{
  border: 1px solid var(--color-green);
  background: var(--color-green);
}
.blog-icon span {
  font-family: var(--font-poppins);
  font-size: 19px;
  color: var(--color-black);
}
.pet_service .feature-box img{
  max-width:100%;
}
.services-box {
  font-family: 'kavoon';
  border: 1px solid var(--color-offwhite);
  padding: 15px;
  margin-bottom: 25px;
  border-radius: 5px;
}
.service-image img{ width: 100%;}
.services-box h2 a{color: var(--color-ligpinck);}
.services-box p  {
  color: #6f6e6e;
  font-size: 15px; 
  font-family:var(--font-poppins);
}
.services-box h2 {
  text-align: left;
  font-size: 25px;
  margin: 0;
}
.service-btn a,.service-btn a:hover{border: solid 2px var(--color-ligpinck);}
.service-btn a {
  padding: 7px 15px;
  color: var(--color-ligpinck);
  font-size: 15px;
}
.service-btn a:hover {
  background: var(--color-ligpinck);
  color: var(--color-white);  
}
.service-btn{
  margin-top: 20px;
}
/*---------------- Pagination ----------------*/
.navigation {
  clear:both;
  position:relative;
  font-size:14px; 
  line-height:13px;
  font-weight:bold;
}
.navigation span, .navigation a {
  display:block;
  float:left;
  margin: 2px 2px 2px 0;
  padding:10px 15px;
  text-decoration:none;
  width:auto;
  color:var(--color-white); 
  background: var(--color-ligpinck) ; 
  -webkit-transition: background .15s ease-in-out;
  -moz-transition: background .15s ease-in-out;
  -ms-transition: background .15s ease-in-out;
  -o-transition: background .15s ease-in-out;
  transition: background .15s ease-in-out;
}
.navigation .current{
  padding:10px 15px;
  background: #000; 
  color:var(--color-white);
  font-weight:normal;
}
.nav-previous,.nav-next{
  display: inline-block;
}
/* Sidebar */
#sidebar td#prev a {
  color: #ff5ba9;
}
#sidebar caption {
  font-weight: bold;
  color: #ff5ba9;
  font-size: 20px;
}
#sidebar table,#sidebar th,#sidebar td {
  border: 1px solid #d1d1d1;
  text-align: center;
}
#sidebar td {
  padding: 7px;
  color: #ff5ba9;
}
#sidebar th {
  text-align: center;
  padding: 5px;
  color: #ff5ba9;
}
#sidebar select {
  padding: 10px 5px;
  color: #333;
  width: 100%;
}
#sidebar{
  font-family:Helvetica;
  margin-top: 20px;
    max-width: 100%;
}
#sidebar form{
  display: table;
  width: 100%;
  border: solid 1px #ddd;
}
#sidebar h3 {
  margin: 0 0 15px;
  padding: 0;
  text-transform: none;
  font-weight: normal;
  font-size: 25px;
  font-family: poppins;
  padding: 10px 0px;
  text-align: left;
  color: #ff5ba9;
  letter-spacing: 2px;
  border-bottom: 3px double #bbb;
}
#sidebar ul li::before {
  content: "" !important;
  font-family: 'FontAwesome' !important;
  margin-right: 10px !important;
  height: 8px !important;
  width: 8px !important;
  background: #ff5ba9;
  display: inline-block !important;
  transform: rotate(-45deg) !important;
}
#sidebar input[type="search"] {
  padding:10px 10px;
  border:none;
  font-size:15px;
  color:#000;
  width:97%;
}
#sidebar label{
  width:70%;
  float:left;
  margin-bottom: 0;
}
#sidebar input[type="submit"]{
  background:#ff5ba9;
  border:none;
  color:#fff;
  padding:13px 0;
  width:30%;
  font-size:10px;
  float:left;
  margin:0;
  border-radius: 0px;
}
#sidebar aside {
  margin-bottom: 30px;
}
#sidebar .widget {
  padding: 10px 25px;
  box-shadow: 0px 0px 25px 2px #b9b6b6;
}
#sidebar ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 17px;
}
#sidebar ul li{
  padding: 15px 0 15px 2px;
  border-bottom: 1px solid #bbb;
}
#sidebar ul li a {
    color: #000;
    font-family: poppins;
    letter-spacing: 1px;
    font-size: 15px;
}
#sidebar .tagcloud a{
  background:#eeeeee;
  color:#000;
  font-size:15px !important;
  padding:5px 18px;
  margin:0 0 5px;
  display:inline-block;
}
#sidebar .tagcloud a:hover{
  background:#ff5ba9;
  color: #fff;
}
.nav-previous{
  clear:both;
}
.nav-previous,
.nav-next{
  float:left;
  width:50%;
  margin: 1% 0 0 0;
}
.nav-next{
  text-align:right;
  font-size: 18px;
}
.nav-previous{
  text-align:left;
  font-size: 18px;
}
/* CONTACT Page  */
#contact-box h3{
  color: #ff5ba9;
  font-family: 'kavoon';
}
.contact-msg{text-align: left;}
#contact-box textarea {height: 75px;}
#contact-box p{margin:0 0 15px}
#contact-box input[type="text"],
#contact-box input[type="email"],
#contact-box input[type="tel"],
#contact-box textarea{ 
  width: 100%;
  border: 1px solid #bbb;
  padding: 8px 10px;
  margin-bottom: 10px;
  border:none;
  border-bottom: 1px solid #bbb;
}
#contact-box input[type="submit"]{
  background:#ff5ba9;
  color:#fff;
  padding:10px 50px;
  font-family: 'poppins';
  margin: 0px auto 0;
  border-radius: 0;
  border: none;
}
#contact-box input[type="submit"]:hover{
  background:#333;
  color:#fff;
}
h3.contact-page{
  color: #ff5ba9;
  border-bottom: double 3px #ff5ba9;
  font-family: 'kavoon';
  margin-bottom: 4%;
}
.contact-email i,.contact-call i,.contact-location i{
  text-align: center;
  font-size: 60px;
  color: #ff5ba9;
  margin-right: 4%;
}
.contact-location, .contact-call, .contact-email{
  font-family: 'poppins';
  font-size: 15px;
}
div.wpcf7-validation-errors{ clear: both;}
.content_boxes{padding-top: 20px;}
.topbar{
      background-size: 100% 100%;
    background-repeat: no-repeat;
}
/* ------------ slider -----------*/
#slider .carousel-caption {bottom: 25%; text-align: left;}
#slider img{width: 100%;}
#slider h3{
  font-size: 40px;
letter-spacing: 1px;
line-height: 46px;
color: #ffffff;
font-weight: 400;
font-family: "Kavoon";
padding-top: 0px;
max-width: 100%
}
#slider h6{
font-size: 16px;
letter-spacing: 0px;
color: #ffffff;
font-weight: 400;
font-family: "Poppins";
margin-bottom: 0px;
}
#slider p {
  letter-spacing: 2px;
  font-family: "poppins";
}
#slider .carousel-indicators .active{ background-color:var(--color-ligpinck);}
.carousel-control-prev, .carousel-control-next{
  background: #000;
  width: 30px;
  height: 30px;
}
.carousel-control-prev{
  top: 40%;
  left: 18%;
}
.carousel-control-next{
  position: absolute;
  left: 18%;
  top: 48%;
}
#slider .carousel-indicators{
  position: absolute;
  right: 0;
  bottom: 4em;
  left: 15em;
  justify-content: left;
  padding-left: 0;
  margin-right: 0; 
  margin-left: 0; 
  list-style: none;
  width:10px;
}
#slider .carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000;
    border: 2px solid transparent ;
    border-radius: 10px;
}
.carousel-indicators .active{  background-color:var(--color-ligpinck);}
.carousel-control-next-icon {
  background: none !important;
  font-size: 19px;
}
.carousel-control-prev-icon {
  background: none !important;
  font-size: 19px;
}  
.buttonall{
  background-color: #ffde3f;
   font-size: 15px;
  padding: 17px 22px;
  text-align: center;
  position: relative;
  letter-spacing: 2px;
  font-family: 'kavoon';
  border-radius: 30px;
  border:none;
  top: 10px;
  font-weight: bold;
}