* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
/*  
font-family: "Luckiest Guy", cursive;
  font-family: "Roboto", sans-serif;
*/
body {
  background: #fff;
  transition: 0.3s;
  font-size: 1rem;
  font-weight: 400;
  color: #fff;
   font-family: "Roboto", sans-serif;
   overflow-x: hidden;
}
a {
  text-decoration: none;
  background: transparent;
  color: #fff;
  transition: 0.4s all ease;
}
a:hover {
  color: #fff;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
 font-family: "Luckiest Guy", cursive;
}
p {
  margin-top: 0;
  font-size: 18px;
  margin-bottom: 0rem;
  color: #000;
  font-weight: 400;
}
section {
  padding: 80px 0;
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
/* SITE BTN */
.site-btn {
    font-size: 14px;
    line-height: 1;
    text-transform: capitalize;
    color: var(--s-white);
    font-weight: 500;
    text-align: center;
    padding: 13px 25px;
    background-color: var(--s-primary);
    border: 1px solid var(--s-primary);
    border-radius: 100px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    display: inline-block;
    transition: all 0.5s;
    letter-spacing: 1.5px;
}
.site-btn:hover {
  color: var(--s-black);
  border:1px solid var(--s-secondary);
  background-color: var(--s-secondary);
}
.revSite-btn {
  background-color: #fff;
  color: var(--s-primary);
  border-color: #fff;
}
.revSite-btn:hover span {
  color: var(--s-white);
}
.site-outline-btn {
  background-color: transparent;
  border-color: var(--s-primary);
  color: var(--s-primary);
}
.revSite-outline-btn {
  background-color: transparent;
  border-color: var(--s-white);
  color: var(--s-white);
}
.site-btn svg{
  stroke: #fff;
}
/* TITLE BAR */
.titleBar {
  margin-bottom: 25px;
  position: relative !important;
}
.titleBar h6 {
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--s-black);
  margin-bottom: 15px;
  position: relative;
  display: inline-flex;
  align-items: center;
  letter-spacing: 0.5px;
}
.titleBar h3 {
  font-size: 45px;
  font-weight: 500;
  color: var(--s-black);
  margin-bottom: 20px;
  font-family: "Roboto", sans-serif;
}
.iconbg {
  background: var(--s-primary);
  border-radius: 8px;
  width: 75px;
  height: 75px;
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
:root {
  --s-primary: #45020C;
  --s-secondary: #A79C8E;
  --s-third: #6e5084;
  --s-white: #ffffff;
  --s-black: #1c1c1c;
}
.bg-s-primary {
  background-color: var(--s-primary) !important;
}
.text-s-primary {
  color: var(--s-primary) !important;
}
.bg-s-secondary {
  background-color: var(--s-secondary) !important;
}
.text-s-secondary {
  color: var(--s-secondary) !important;
}
.bg-s-third {
  background-color: var(--s-third) !important;
}
.text-s-third {
  color: var(--s-third) !important;
}
.text-s-white {
  color: var(--s-white) !important;
}
.bg-s-white {
  background-color: var(--s-white) !important;
}
.text-s-black {
  color: var(--s-black) !important;
}
.bg-s-black {
  background-color: var(--s-black) !important;
}
/*=========================================  
        HOME PAGE CSS START HERE 
===========================================*/
/* Sticky Header CSS Start */
header .header-scrolled {
  transition: all 0.5s;
  position: fixed;
  left: 0;
  right: 0;
  width: 100%;
  top: 0;
  background-color: var(--s-white);
  z-index: 99;
  border-radius: 0;
  padding: 0px 0px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.header-scrolled .nav-link {
  color: var(--s-black) !important;
  font-size: 15px !important;
}
/*================================
      HEADER CSS START HERE 
==================================*/
header {
  background-color: transparent;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
    z-index: 99;
}
/* TOP SECTION CSS */
.top-section {
  padding: 10px 0;
  /* display: block; */
  background-color: var(--s-primary);
  /* border-bottom: 1px dotted #fff; */
}
.top-location ul li {
  font-weight: 400;
  font-size: 14px;
  margin: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--s-white);
}
.top-location ul li a {
  color: var(--s-white);
  font-weight: 300;
}
.top-location ul li a lord-icon {
  margin-right: 8px;
}
.header-info ul li {
  padding: 0 3px;
}
.header-info ul li a {
  color: var(--s-primary);
  font-weight: 500;
  transition: 0.3s;
  background-color: var(--s-white);
  border-radius: 100px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
}
.header-info ul li a:hover {
  color: var(--s-white       );
  background-color: var(--s-secondary);
}
/* Bottom Header Start Here */
.dropdown-menu {
  left: 15px;
  border-radius: 0;
  border: none;
  background-color: var(--s-white);
  box-shadow: 6px 6px 0px 0px var(--s-primary), 6px 1px 0 1px var(--s-primary);
}
.dropdown-menu li a
{
  color: var(--s-black);
  /* border-bottom: 1px solid var(--s-secondary); */
  padding: 8px 20px;
}
.dropdown-item:hover {
    background-color: var(--s-primary);
    border-color: var(--s-primary);
  color: var(--s-white);
}
@media (min-width: 992px) {
  .dropdown-hover:hover > .dropdown-menu {
    display: block;
    margin-top: 0;
  }
}
.bottom-header {
  background-color: transparent;
  width: 100%;
  border-radius: 0px;
  /* padding: 20px 0px 0 0px; */
}

.navbar-toggler
{
  border: 1PX SOLID #FFF;
}
.bottom-header nav .navbar-brand {
  font-size: 25px;
  font-weight: 700;
  color: var(--s-black);
  margin: 0;
}
/* .navbar-brand  img{
    filter: brightness(0) invert(1);
} */
.bottom-header nav .navbar-nav .nav-item .nav-link.active::after {
  transform: scale(1);
}
.bottom-header nav .navbar-nav .nav-item .nav-link {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  color: var(--s-white);
  padding: 3px 2px;
  margin: 0 15px;
  border-radius: 50px;
  position: relative;
  letter-spacing: 1px;
  font-family: "Roboto", sans-serif;
}
.bottom-header nav .navbar-nav .nav-item .nav-link::after {
  content: "";
  position: absolute;
  bottom: 0%;
  left: 0%;
  right: 0%;
  height: 1px;
  border-radius: 0px;
  border: 0 !important;
  background: currentColor;
  z-index: 1;
  transform: scale(0);
  transition: transform 0.8s cubic-bezier(0.16, 1.08, 0.38, 0.98);
}
.bottom-header nav .navbar-nav .nav-item .nav-link:hover::after {
  transform: scale(1);
}

/*************************************/
/***     Banner CSS Start Here     ***/
/*************************************/

/* Banner section start here */
.banner {
  background-color: #ffffff;
  position: relative;
}
.video-banner {
  padding: 11em 0em 0em 0em;
  position: relative;
  width: 100%;
  height: 1080px;
  overflow: visible;
}
/* .video-banner::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: transparent;
    --background-overlay: '';
    background-image: linear-gradient(116deg, #102955e3 0%, #19197000 110%);
    left: 0;
    top: 0;
    right: 0;
    z-index: 1;
} */
.banner-video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%); /* Centers the video */
  z-index: 1;
  object-fit: cover; /* Ensures the video covers the entire banner area */
}
.bannerContent{
/*   height: 100%; */
  position: relative;
	height: 900px;
}
.bannerContent h5{
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--s-white);
  margin-bottom: 15px;
}
.bannerContent h1{
  font-size: 54px;
  line-height: 55px;
  color: var(--s-white);
  filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.322));
  text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.678);
  margin-bottom: 0px;
  letter-spacing: 1px;
  position: absolute;
  right: -3%;
  bottom: auto;
  left: auto !important;
  top: 110px !important;
  width: 400px;
}
.bannerContent h1 span{
  display: block;
  background-color: var(--s-secondary);
  clip-path: polygon(4% 0, 100% 0, 94% 98%, 0 100%);
  padding: 3px 3px 3px 30px;
  margin-left: -30px;
}
.bannerContent p{
  font-size: 25px;
  font-weight: bold;
  color: var(--s-white);
  filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.322));
  text-shadow: 1px 2px 3px rgba(0, 0, 0, .5);
  margin-bottom: 25px;
  position: absolute;
  right: 0%;
  bottom: auto;
  left: auto !important;
  top: 51% !important;
  width: 400px;
}
.bannerContent a{
  position: absolute;
  right: 1%;
  bottom: auto;
  left: auto !important;
  top: 72% !important;
  font-size: 40px;
}
.banner-image-2{
    right: 45%;
    top: -22px !important;
    bottom: auto;
    left: auto !important;
}
.banner-image-1
{
  left: 0% !important;
  top: 130px !important;
  bottom: auto;
  right: auto !important;
}
.banner-image-3
{
  right: 30%;
  top: 50px !important;
  bottom: auto;
  left: auto !important;
}
.banner-image-4
{
  right: 30%;
  top: auto !important;
  bottom: 19%;
  left: auto !important;
}
.header__title {
  position: absolute;
  transition: transform 0.15s ease-out;
  will-change: transform;
}


/* About Us Section Start Here */
.about_image img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  object-position: top center;
  border-radius: 8px;
}

/* About Details Start Here */
.aboutDetail{
  background-color: var(--s-primary);
}
.detailsABoutHeading h3{
  position: relative;
  background-color: var(--s-primary);
  margin-bottom: 0;
  padding: 10px 30px;
  z-index: 1;
  display: inline-block;
}
.detailsABoutHeading::after{
  position: absolute;
  
  content: "";
  left: 0;
  right: 0;
  top: 50%;
  z-index: 0;
  border-bottom: 1px solid var(--s-secondary);
}

/* Tran Dog Section */
.houseBg{
  background-image: url('https://chihuahuasweelove.com/wp-content/uploads/2026/01/bg-house.jpg');
}
.overlay{
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(#fff, #fff);
  z-index: 1;
  opacity: 0.8;
}

/* Chihuahuas Slider Start Here */
.ChihuahuasSlider
{
  overflow: hidden;
  width: 100%;
  display: block;
}
.ChihuahuasSlider-Box
{
  /* display: flex; */
  position: relative;
  padding-bottom: 20px;
  padding-top: 20px;
}
.ChihuahuasSlider-Box img
{
  height: 450px;
  object-fit: cover;
  border-radius: 10px;
}
#Chihuahuas-slider .item {
  opacity: 0.4;
  transition: .4s ease all;
  margin: 20px;
  transform: scale(0.9);
}
#Chihuahuas-slider .owl-item.active.center .item {
  opacity: 1;
  transform: scale(1.2);
  margin: 40px;
}

/* Testimonial Slider */
.testimonial-content{
  padding: 40px 20px 40px 20px;
  border: 1px solid var(--s-primary);
  border-radius: 15px;
}
.testimonial-stars i{
  font-size: 13px;
  margin: 0 2px;
  color: var(--s-primary);
}
.testimonial-text{
  font-size: 17px;
  font-weight: 400;
  margin: 20px 0 35px 0;
  font-style: italic;
  color: var(--s-black);
}
.testimonial-client-info{
  display: flex;
  align-items: center;
  margin-top: 0px;
}
.testimonial-client-image {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 15px;
  border: 1px solid var(--s-primary);
  display: flex;
  align-items: center;
  justify-content: center;
}
.testimonial-client-image h6{
  margin: 0;
  font-size: 20px;
  font-weight: 500;
  color: var(--s-primary);
}
.testimonial-client-details h5{
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  color: var(--s-primary);
  margin-bottom: 5px;
}
.testimonial-client-details p{
  font-size: 13px;
  font-weight: 300;
  margin: 0;
  color: var(--s-black);
  text-transform: uppercase;
}

/* Footer Section Start Here */
footer {
  background-color: var(--s-primary);
  position: relative;
  padding-top: 25px;
}
/* footer:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #222222f5;
  z-index: 0;
} */
.footer-box h2 {
  font-weight: 400;
  font-size: 25px;
  margin-bottom: 17px;
  color: var(--s-white);
}
.footer-box p {
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 15px;
  color: var(--s-white);
}
.footer-box h3 {
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 1px;
  margin-bottom: 25px;
  color: var(--s-white);
  text-transform: uppercase;
}
.footer-box ul li {
  margin-bottom: 0.5rem;
}
.footer-box ul li a {
  font-size: 15px;
  color: var(--s-white);
}
.footer-box ul li a:hover {
  color: var(--s-secondary);
  letter-spacing: 1px;
}
.footer1stRow {
  padding: 2rem 0 1.5rem 0;
  position: relative;
  z-index: 1;
  /* border-top: 1px solid #2525251e; */
}
.socialmediaicon ul li a {
  background-color: var(--s-white);
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  margin-right: 8px;
  padding: 0;
  color: var(--s-primary);
  transition: 0.3s;
  border-radius: 100px;
}
.socialmediaicon ul li a i:hover {
  transform: rotate(360deg);
  background-color: var(--s-secondary);
  color: var(--s-white);
}
.SocialIcon h3 {
  font-size: 17px;
  margin-bottom: 15px;
  display: block;
  font-weight: 400;
}
.copyRight {
  border-top: 1px dotted #ffffff5b;
  padding: 20px 0;
  position: relative;
  z-index: 1;
}

/* Back To Top CSS Start Here */
.button {
  height: 50px;
  width: 50px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  background-color: transparent;
  cursor: pointer;
  border: 2px solid var(--s-primary);
  mix-blend-mode: multiply;
  overflow: hidden;
  border-radius: 30px;
  color: var(--s-primary);
  transition: all 0.5s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}
.btn-txt {
  z-index: 1;
}
.type1::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.5s ease-in-out;
  background-color: var(--s-primary);
  border-radius: 30px;
  visibility: hidden;
  height: 10px;
  width: 10px;
  z-index: -1;
}
.button:hover {
  box-shadow: 1px 1px 200px var(--s-white);
  color: #fff;
  border: none;
}
.type1:hover::after {
  visibility: visible;
  transform: scale(100) translateX(2px);
}







/*=========================================  
       Inner PAGES CSS START HERE 
============================================*/
.innerPagesBanner
{
  background-color: var(--s-black);
  background-image: url(https://chihuahuasweelove.com/wp-content/uploads/2026/01/inner-banner.webp);
  background-position: 0% 70%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 450px;
  display: flex;
  align-items: end;
  justify-content: center;
}
.innerPagesBanner::after
{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #00000079;
}
.innerpage-title
{
  position: relative;
  z-index: 2;
  margin-top: 50px;
}
.innerpage-title h1 {
  font-size: 60px;
  font-style: normal;
  font-weight: 500;
  line-height: 78px;
  position: relative;
  display: block;
  color: var(--s-white);
  margin-bottom: 0px;
}
.breadcrumb-content ul li {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  color: var(--s-white);
  margin: 0 5px;
}
.breadcrumb-content ul li a{
  position: relative;
  display: inline-block;
  vertical-align: middle;
  color: var(--s-white);
  margin-right: 5px;
}
.info-list{
  list-style: disc;
  padding-left: 30px;
}
.info-list li{
  color: #000;
  margin-bottom: 10px;
  font-size: 18px;
}

/* Available Page */
.dog-price-box{
  border: 1px solid var(--s-primary);
  border-radius: 15px;
  overflow: hidden;
  padding: 15px;
  background-color: #a79c8e27;
  height: 100%;
}
.dog-image img{
  height: 350px;
  object-fit: cover;
  width: 100%;
  border-radius: 15px;
}
.dog-content{
  padding: 8px;
}
.dog-content h2{
  color: var(--s-primary);
  font-size: 28px;
  margin-bottom: 15px;
}
.dog-content p{
  margin-bottom: 20px;
}
.dog-content ul{
  list-style: disc;
  padding-left: 20px;
  margin-bottom: 20px;
}
.dog-content ul li{
  color: var(--s-black);
  font-size: 17px;
  margin-bottom: 10px;
}

.accordion-header .accordion-button
{
  font-size: 19px;
  background-color: var(--s-secondary);
  color: var(--black);
  /* padding: 17px 25px 17px 25px; */
  border-radius: 30px !important;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  font-weight: 700;
  font-family: "Roboto", sans-serif;

}
.accordion-button:not(.collapsed)
{
  color: var(--s-black);
  background-color: var(--s-secondary);
}
.accordion-item
{
  background-color: transparent;
}



/*========================================
     Blog Page CSS STart Here
========================================*/
/* .sec-pad {
  padding: 80px 0px;
} */
.news-block-two:hover .blog-image{
  transform: skew(1.1);
  transition: all .4s ease;
}
.image-box {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  transition: all .4s ease;
}
.blog-image{
  height: 250px;
  object-fit: cover;
  width: 100%;
  transition: all .4s ease;
}
.news-block-two .inner-box .image-box .post-date {
  position: absolute;
  left: 0px;
  bottom: -1px;
  display: inline-block;
  font-size: 15px;
  font-weight: 400;
  color: var(--s-black);
  line-height: 34px;
  text-align: center;
  padding: 3.5px 25px;
  clip-path: polygon(0% 0%, 100% 0%, 90% 100%, 0% 100%, 0px 0px);
  background-color: var(--s-white);
}
.sidebar-page-container .news-block-two .inner-box .lower-content {
  padding-top: 10px;
}
.post-info {
  margin: 0;
  padding: 0;
  list-style: none;
}
.news-block-two .inner-box .lower-content .post-info li {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  color: var(--s-white);
  margin-right: 22px;
  margin-bottom: 20px;
}
.news-block-two .inner-box .lower-content .post-info li a {
  color: var(--s-white);
  margin-left: 5px;
  font-size: 12px;
}
.news-block-two .inner-box .lower-content .post-info li i {
  font-size: 12px;
}
.inner-box {
  background: var(--s-primary);
  padding: 15px;
  border-radius: 10px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.news-block-two .inner-box .lower-content h2 a {
  position: relative;
  display: block;
  font-size: 25px;
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 10px;
  color: var(--s-white);
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
.lower-content p {
  font-size: 15px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  color: var(--s-white);
}

.page-item:last-child .page-link,
.page-item:first-child .page-link {
  background-color: var(--s-secondary);
  color: var(--s-white);
}
.page-link {
  color: var(--s-secondary);
}
.page-link:hover {
  background-color: var(--s-secondary);
  color: var(--s-white);
}

.video-box{
  position: relative;
  padding-top: 56.25%; /* 16:9 */
}
.video-box iframe{
  position: absolute;
  top:0; left:0;
  width:100%;
  height:100%;
  border-radius: 15px;
}



/*============================================
    Responsive CSS STart Here 
=============================================*/
@media (max-width: 991px){
  .top-section{
    display: none;
  }
  header{
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
  }
  .bottom-header{
    /* position: relative; */
    background-color: var(--s-primary) !important;
  }
  .bottom-header .container
  {
    padding: 0 5px !important;
  }
  section
  {
    padding: 80px 0;
  }
  .header-btn
  {
    display: none;
  }
  .navbar-brand img{
    width: 90px;
  }
  .navbar-nav
  {
    align-items: self-start !important;
    border-top: 1px dotted #ffffff7e;
    margin-top: 10px;
    padding: 8px 0;
  }
  .bottom-header nav .navbar-nav .nav-item .nav-link {
    font-size: 15px;
    padding: 6px 2px;
    margin: 0px 0; 
    color: var(--s-white) !important;
  }
  .site-btn {
    padding: 15px 30px 15px 30px;
    font-size: 14px;
  }
  .titleBar h3{
    font-size: 25px;
  }
  .titleBar h6{
    font-size: 13px;
  }
  p{
    font-size: 14px;
  }

  /* Banner */
	.bannerContent{
		height: 250px;
	}
  .video-banner{
    height: 370px;
    padding: 10px 0 0;
    margin: 0 0 -1px;
    padding: 4em 0em 3em 0em;
  }
  .banner-image-1
  {
    width: 70px;
    left: -7px !important;
    top: 56px !important;
    bottom: auto;
    right: auto !important;
  }
  .banner-image-2{
    width: 185px;
    right: 48%;
    top: 9px !important;
    bottom: auto;
    left: auto !important;
  }
  .banner-image-3
  {
    display: none;
  }
  .banner-image-4
  {
    display: none;
  }
  .bannerContent a {
    right: 2%;
    bottom: auto;
    left: auto !important;
    top: 83% !important;
    font-size: 13px;
  }
  .bannerContent h1 {
    font-size: 22px;
    line-height: 30px;
    letter-spacing: 0.5px;
    right: -2%;
    bottom: auto;
    left: auto !important;
    top: 0px !important;
    width: 200px;
  }
  .bannerContent h1 span {
    padding: 3px 3px 3px 13px;
    margin-left: -12px;
  }
  .bannerContent p
  {
    font-size: 15px;
    position: absolute;
    right: -3%;
    bottom: auto;
    left: auto !important;
    top: 45% !important;
    width: 200px;
  }

  /* ABout Page */
  .about_image img {
    height: 300px;
  }

  /* Inner Services Pages */
  .innerPagesBanner{
    height: 180px;
    align-items: center;
    padding: 50px 0;
  }
  .innerpage-title {
    margin-top: 0;
  }
  .innerpage-title h1
  {
    font-size: 25px;
    line-height:25px;
  }
  .breadcrumb-content ul li{
    font-size: 13px;
  }
  .innerServicesImage img {
    height: 350px;
  }
  .accordion-header .accordion-button {
    font-size: 14px;
  }
  .contactUSPage{
    margin-top: 30px;
    padding: 30px 20px !important;
  }
  .innerservicescontent {
    padding: 0px 0;
  }
}