  *:focus {
    box-shadow: none !important;
}
 body{
	 margin:0;
	 font-family: "Merriweather", serif;
	 background:#fbfbfb;
	 font-size:15px;
 }

/* Navigation Starts */
header {
  background: #fff;
  color: #000;
  -webkit-box-shadow: 0px 0px 5px 1px rgba(41,41,41,.12);
-moz-box-shadow: 0px 0px 5px 1px rgba(41,41,41,.12);
box-shadow: 0px 0px 5px 1px rgba(41,41,41,.12);
}

a {
    color: #ec6840;
    text-decoration: none;
}
.logoImg{
	width:150px;
}
.logoImgMobile{
	width:135px;
}
.menu-container {
  margin: auto;
  padding-top:8px;
  padding-bottom:8px;
}
.menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.menu-logo {
  font-size: 1.5rem;
  font-weight: bold;
}
.menu-links {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
.menu-links li {
  position: relative;
}
.menu-links > li > a {
  display: block;
  padding: 7px 15px;
  color: #000;
  text-decoration: none;
  font-weight: 600;
}
.menu-links > li:hover > a {
  background: #fef7ef;
  border-radius:8px;
  color: #f84d01;
}

.mega-menu {
  background: #fff;
  color: #000;
  padding: 20px 30px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}
.mega-menu h6 {
  font-weight: bold;
  margin-bottom: 10px;
}
.mega-menu a {
  display: block;
  padding: 5px 0;
  text-decoration: none;
  color: #000;
}
.mega-menu a:hover {
  text-decoration: underline;
}

@media (min-width: 992px) {
  .menu-links {
    display: flex !important;
  }
  .mega-menu {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    display: none;
    width: auto;
    min-width: 600px;
    z-index: 999;
  }
  .menu-links li:hover .mega-menu {
    display: block;
  }
}

.menu-toggle {
  display: none;
  font-size: 1.5rem;
  background: none;
  border: none;
  color: #000;
  z-index: 1001;
}
.mobile-drawer {
  position: fixed;
  top: 0;
  left: -280px;
  width: 280px;
  height: 100%;
  background: #fff;
  color: #fff;
  overflow-y: auto;
  transition: left 0.3s ease;
  z-index: 1000;
  padding-top: 20px;
}
.mobile-drawer.show {
  left: 0;
}
.mobile-drawer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mobile-drawer li a {
  display: block;
  padding: 12px 20px;
  border-bottom: 1px solid #f5f5f5;
  color: #000;
  text-decoration: none
}
.mobile-drawer li a:hover {
  background: #f9f9f9;
}
.mobile-drawer .mega-menu {
  background: #f7f7f7;
  color: #000000;
  padding: 10px 0px;
  box-shadow: none;
  display: none;
}
.mobile-drawer .mega-menu a {
  color: #000000;
}
.mobile-drawer li.open .mega-menu {
  display: block;
}
.mobile-drawer-logo{
	padding-left: 20px;
    margin-bottom: 10px;
}
@media (max-width: 991px) {
  .menu-links {
    display: none;
  }
  .menu-toggle {
    display: block;
  }
}
/* Navigation Ends */

.fw700{
	font-weight:800;
}

.blog-block{
	border: 1px solid #e7e7e7;
	border-radius: 10px;
	margin-bottom:15px;
}
.blog-block .blog-block-img img{
	border-radius: 10px 10px 0 0;
}
.blog-block-content{
	background:#fff;
	padding:10px;
	border-radius: 10px;
}
.blog-block-content .blog-category-container{
	margin-bottom:3px;
}
.blog-block-content a.blog-category{
	color: #ec6941;
	font-size:12px;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:600;
}
.blog-block-content h2{
	font-size:18px;
	font-weight:700;
	margin-bottom: 5px;
}
.blog-block-content h2 a{
	color: #000;
	text-decoration:none;
}
.blog-block-content p{
	font-size:14px;
	color: #999999;
	margin-bottom: 8px;
}
.blog-block-content .blog-block-content-date{
	font-size: 11px;
    font-weight: 600;
}

.article-block .article-block-head h1{
	font-size:36px;
	font-weight:700;
	margin-bottom:15px;
}
.article-block .article-block-head p {
	color:#727272;
	font-style: italic;
}
.article-block .article-block-image{
	margin-bottom:20px;
}
.article-block .content h2{
		font-size:26px;
	font-weight:700;
	margin-bottom:10px;
}
.article-block .content h3{
		font-size:26px;
	font-weight:700;
	margin-bottom:10px;
}
.article-block .content p{
	margin-bottom:20px;
}
.discover-breed-section{
	background:#f9f9f9;padding-top:40px;
}
.discover-breed-section h2{
	font-size:28px;
	font-weight:700;
	    margin-bottom: 5px;

}
.searchedDogBlock .metaDetails a{
	color:#000;
	text-decoration: none;
}
.searchedDogBlock p {
	font-weight:700;
}

.hero_section{
	background:#ffe5d0;padding-top:20px;
}
.hero_section_search_b{
	background:#fff;border-radius:8px;    border: 1px solid #efd5c0;
}
.hero_section_label{
	font-size:12px;font-weight:600;margin-bottom: 5px;
}

.why_section{
	padding-top:40px;
	padding-bottom:40px;
	background:#fff;
}

.why_section h2 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 5px;
}

.why_section .why_block{
	border-radius:8px;box-shadow:1px 2px 37px 4px rgb(120 117 117 / 13%)
}
/*

.why_section .why_block.orange{
	background: #ffe5c4;
}
*/
.why_section .why_block.green_sea{
	background: #444444;
	color:#fff;
}
.why_section .why_block.orange{
	background: #ec6840;
	color:#fff;
}
.why_section .why_block h3{
	font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}
.why_section .why_block p{
	font-size: 14px;
}
.hero_section_btn {
    background: #ec6840;
    border-color: #ec6840;
    color: #fff;
    padding: 6px 20px;
    border-radius: 4px;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
}

.home-blog {
	background:#fff;
	padding-bottom: 20px;
}
.home-blog .big-block img,
.home-blog .small-block img{
	border-radius:10px;
}
.home-blog .small-block img{
	max-width:150px;
}
.home-blog .big-block h3{
	font-size:21px;
	font-weight:800;
}
.home-blog .big-block h3 a{
	text-decoration:none;
	color:#000;
}
.home-blog .small-block{

    margin-bottom: 20px;
}

.home-blog .small-block.border-bottom{
	border-bottom: 1px solid #e9e9e9;
}

.home-blog .home-blog-right{
	background: #f7f7f7;
	    padding: 20px 20px 0px 20px;
    border-radius: 8px;
}

.home-blog .small-block h3{
	font-size:18px;
	font-weight:800;
	    margin-bottom: 2px;
}
.home-blog .small-block h3 a{
	text-decoration:none;
	color:#000;
}
.home-blog .small-block p{
	font-size:13px;
}
.pettype_section{
	background: #1c1c1c;
	padding-top: 40px;
    padding-bottom: 40px;
}

.pettype_section h2 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 5px;
	color:#fff;
}

.pettype_section .pettype_heading_p{
	color:#fff;
}
.pettype_h3{
	color:#fff;
	font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px;
	
}

.pettype_h3 a{
	color:#fff;
	text-decoration:none;
}

.pettype_section .pettype_b_content{
	margin-bottom:30px;
}
.home_about_section{
	padding-top: 40px;
    padding-bottom: 40px;
}
.home_about_section h2{
	    font-size: 28px;
    font-weight: 700;
    margin-bottom: 10px;
}

.home_about_section h3{
	    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px;
}
.home_dog_breed_type{
	padding-bottom:30px;
}
.home_dog_breed_type .dog-breed_t-block{
    background: #fff;
    border-radius: 8px;
	padding:15px;
	border: 1px solid #f1f1f1;
	}
.home_dog_breed_type .dog-breed_t-block img{
	width:80px;
	border-radius:8px;
}
.home_dog_breed_type .dog-breed_t-block h3{
	font-size:20px;
	font-weight: 700;
    margin-bottom: 8px;
}
.home_dog_breed_type .dog-breed_t-block h3 a{
	text-decoration: none;
	color:#000;
}
.home_dog_breed_type .dog-breed_t-block .desc{
	font-size:14px;
	margin-bottom: 5px;
}
.home_dog_breed_type .dog-breed_t-block .breeds{
	font-size:14px;
	color:#585858;
	margin-bottom:0px;
}
.home_dog_breed_type .dog-breed_t-block .breeds a{
	font-style: italic;
}

.home_dog_breed_type h2 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 5px;
}

.blockTypeOne{
	border: 1px solid #efefef;
	padding:20px 20px 30px 20px;
	border-radius: 16px;
	background:#fff;
}

.blockTypeOneReadMore {
            position: relative;
            max-height: 160px;
            overflow: hidden;
            transition: max-height 0.3s ease-in-out;
			background:#fff;
        }

.blockTypeOneReadMore.h-450{
			max-height: 320px;
		}
        .blockTypeOneReadMore.expanded {
            max-height: none;
        }
		

        .gradient-overlay {
            position: absolute;
            bottom: 48px;
            left: 0;
            width: 100%;
            height: 60px;
            background: linear-gradient(to bottom, rgba(255, 255, 255, 0.5), white);
            transition: opacity 0.3s;
        }

        .read-more {
			font-size: 12px;
    color: #545454;
            position: absolute;
            bottom: 0px;
            left: 50%;
            transform: translateX(-50%);
            background: #fff;
			width:100%;
            border: none;
            cursor: pointer;
            font-weight: bold;
            padding: 15px 10px;
        }
.dogBreedGroupContent h1{
	font-weight: 800;
	font-size:24px;
	margin-bottom:15px;
}

.dogBreedGroupContent h2{
	font-weight: 800;
	font-size:20px;
	margin-bottom:15px;
}

.dogBreedGroupContent h3 {
    font-weight: 800;
    font-size: 18px;
    margin-bottom: 15px;
}

.swiper-button-next, .swiper-button-prev{
	color: #ec6840;
}

.primary-border-color{
	border-color: #f84d01;
}
.characteristics-star{
	width:16px;
}
.characteristics-left{
	font-size:14px;
	font-weight: 700;
	    margin-bottom: 0px;
}
.characteristics-tag{
	font-size:10px;
	    margin-bottom: 0px;
}
.characteristics-box{
	padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #e9e9e9;
}
.highlightBox{
	background: #fff3e9;
    border-radius: 8px;
	padding:12px 15px;
	margin-bottom:10px;
}
.highlightBoxTitle{
font-size: 11px;
    font-weight: 600;
	color:#ec6840;
	margin-bottom: 5px;
}
.highlightBoxValue{
font-size: 14px;
    font-weight: 600;
	margin-bottom: 0px;
}
.dogBreedH1{
	    font-weight: 800;
    font-size: 28px;
    margin-bottom: 15px;
}
.highlightBoxUl{
	font-size: 13px;
    padding-left: 15px;
    line-height: 17px;
    margin-bottom: 0px;
}
.pl-0{
	padding-left:0 !important;
}

.swiper-button-next,
.swiper-button-prev {
    background: #fff;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    box-shadow: 0 0 10px rgba(0,0,0,0.15);
    color: #000; /* arrow icon color */
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 20px; /* arrow size */
    font-weight: bold;
}
.white-blog-side{
	border: 1px solid #efefef;
	background:#fff;
    padding: 20px 20px 0px 20px;
	border-radius:8px;
}
.white-blog-side img{
max-width:90px;	
border-radius:8px;

}
.white-blog-side h3 {
	line-height: 16px;
    font-weight: 500;
}
.white-blog-side h3 a{
	color:#000;
	font-size: 16px;
}
.mega-menu.small {
    min-width: 215px;
}
.mega-menu.small a{
	font-size: 16px;
}
.footer-form{
	background:#fff;
	padding-top:40px;
	padding-bottom:40px;
}
.form-control:focus, .form-select:focus{
	border-color:#dee2e6;
}
.footer_form_btn {
	width:100%;
    background: #ec6840;
    border-color: #ec6840;
    color: #fff;
    padding: 6px 20px;
    border-radius: 4px;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
}

.footer ul{
	padding-left:0;
}
.footer ul li{
	line-height:32px;
}
.footer ul li a{
	color:#6e6e6e;
}
.upper-footer{
	background:#1c1c1c;
	padding-top:40px;
	padding-bottom:20px;
}
.bottom-footer{
	padding-top:30px;
	padding-bottom:10px;
	background:#000;
}
.bottom-footer-p, .bottom-footer-p a{
	color: #525252;
}
.static-pages{
	padding-top:40px;
	padding-bottom:40px;
}
.static-pages h1{
	font-size:26px;
	margin-bottom:15px;
}
.static-pages h2{
	font-size:20px;
	margin-bottom:15px;
}
.contact-page-form{
	background:#fff;
	padding: 30px;
    border-radius: 8px;
    border: 1px solid #ebebeb;
}
.padding-0{
	padding:0px !important;
}
.max-width-450{
	max-width:450px !important;
}
.modal-header-custom{
	padding:15px 20px 8px  20px;
}
.modal-body-custom{
	padding-left:20px;
	padding-right:20px;
}
img.modal-bottom-image{
	border-radius:8px !important;
}
.modal-interested{
	    font-size: 21px;
    font-weight: 700;
	padding-bottom:0;
	margin-bottom:0;
}
.w-btn-container{
	padding: 4px 15px 5px 15px;
}
.btn-w-text-container{
	padding-top: 4px;
    padding-bottom: 4px;
}
.whatsappButtonLead{
	    background: #27ae60;
    border-radius: 8px;
}
.callButtonLead{
	    background: #ec6840;
    border-radius: 8px;
}
.wtsappLine {
	color:#ffffff;
	margin-bottom:0;
	font-size: 18px;
}
.wtsappPara {
	color:#ffffff;
	margin-bottom:0;
	font-size:12px;
}