@import url('https://fonts.googleapis.com/css2?family=Bai+Jamjuree:wght@400;500;600;700&display=swap');

/* Scss Document */

body {
  font-family: "Bai Jamjuree", sans-serif;
  margin: 0px;
  padding: 0px
  font-size: 18px;
  font-weight: normal;
  background:#fff;
  color: #111;
  line-height: normal;
}


p {
  font-size: 18px;
  color: #555;
}

img {
  max-width: 100%;
  border: 0; }

.clear {
  clear: both;
  float: none;
  width: 100%; }

.clearfix::after {
  display: block;
  content: "";
  clear: both; }

a {
  text-decoration: none !important;
  transition: all 0.2s ease-in;
  color: #D50A07; }

a:hover { color: #000; }

.mt10 {
  margin-top: 10px !important; }

.mb10 {
  margin-bottom: 10px !important; }

.mt15 {
  margin-top: 15px !important; }

.mb15 {
  margin-bottom: 15px !important; }

.mt20 {
  margin-top: 20px !important; }

.mb20 {
  margin-bottom: 20px !important; }

.mt30 {
  margin-top: 30px !important; }

.mb30 {
  margin-bottom: 30px !important; }

.mt40 {
  margin-top: 40px !important; }

.mb40 {
  margin-bottom: 40px !important; }

.mt50 {
  margin-top: 50px !important; }

.mb50 {
  margin-bottom: 50px !important; }

.mb-100 {
  margin-bottom: 100px; }

.mt0 {
  margin-top: 0px !important; }

.pt15 {
  padding-top: 15px; }

.pl-0 {
  padding-left: 0; }

.pr-0 {
  padding-right: 0; }

.no-padding {
  padding: 0px; }

.img-responsive {
  width: 100%;
  height: auto; }

/*------------------common-css-------------------*/

 .common-btn {
    font-size: 18px;
    background:#D50A07;
    color: #fff;
    padding: 18px 30px;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    line-height: 1;
    border-radius:0px;
    font-weight: 600;
    border:2px solid #D50A07;
    text-transform: uppercase;
    min-width: 210px;
    text-align: center;
    
}

.common-btn span{ margin-right: 5px; }

.common-btn:hover {
  background: #fff; 
  color: #D50A07;
  border-color: #D50A07;
  letter-spacing: 1px;
}

.common-btn2{ color: #000; border-color: #000; background: #fff; }
.common-btn2:hover { background: #D50A07; color: #fff; border-color: #D50A07; }


.title-col{ margin-bottom:40px; text-align: center; }

.title {
  position: relative;
  font-size:48px;
  font-weight:bold;
  color:#000;
  margin-bottom:0px;
  display: inline-block;
  text-transform: uppercase;
}

.title span{ color:#D50A07; }

.title-para{ font-size:20px; max-width: 900px; margin:20px auto 50px; width: 100%; }

.form-control {
  border-radius: 0px;
  padding: 1.3rem 1.1rem;
  font-size: 18px;
  height: 50px;
  background-color:#f5f5f5;
  color: #000;
  border: 1px solid #ccc;
}

select.form-control { padding: 0; padding-left:15px; height:50px; -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; 
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 1.3em;
  background-color:#f5f5f5;
  border:1px solid #ccc;
  color: #000 !important;
}

textarea.form-control{ height: auto; }

.form-control:focus {
  box-shadow: none !important;
  outline: none !important;
  background-color: #FBF6E7;
  border: 1px solid #D50A07;
  color: #000 !important;
}

.form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #444;
  opacity: 1; /* Firefox */
}

.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #666;
}

.form-control::-ms-input-placeholder { /* Microsoft Edge */
  color: #666;
}


@media (min-width: 992px){
  .dropdown:hover>.dropdown-menu {
    display: block;
  }
}

/*------------------end common-css-------------------*/

.main-header{ background: #000; padding:10px 0px; }

.main-header .navbar-expand-lg .navbar-nav .nav-link {
  color: #ffffff;
  font-size: 16px;
font-weight:500;
  margin: 0px 15px;
  padding-right: 0.1rem;
  padding-left: 0.1rem;
  text-transform: uppercase;
  position: relative;
}

.main-header .navbar-expand-lg .navbar-nav .nav-link:hover{ color: #D50A07; }
.navbar-toggler{ color: #fff; border: none; }

.nav-link::after {
  content: "";
  border-bottom: solid 1px #D50A07;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.25s;
}
.nav-link:hover::after {
  transform-origin: left;
  transform: scaleX(1);
}
@-webkit-keyframes underline {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}
@keyframes underline {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}

@media (min-width:1200px){
.main-header ul.navbar-nav { max-width: 40%; flex: 0 0 40%; }
.main-header .navbar-brand.d-none.d-lg-block {
  max-width: 20%;
  flex: 0 0 20%;
  text-align: center;
  padding: 0px;
  margin: 0px;
}

.main-header .navbar-collapse ul.navbar-nav:last-child{ margin-left: auto; justify-content: flex-end; }

.container-fluid{ padding-left: 30px; padding-right: 30px; }

}


/*---------------banner--------------------*/

.banner{ position: relative; }

.banner-text{ position: absolute; transform: translate(-50%, -80%); width: 100%; left: 50%; top: 80%; max-width: 1000px; text-align: center; padding: 0px 30px; opacity: 1; z-index: 1; }

.banner-text h1{  text-align: center; color: #fff; font-size:58px; text-transform: uppercase; font-weight:700; margin-bottom:20px; text-shadow: 0px 3px 4px rgba(0, 0, 0, 0.7); }
.banner-text p{ color: #fff; margin-bottom:30px; font-size:30px; max-width: 810px; width: 100%; margin-left: auto; margin-right: auto;  text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.7); }

.banner-pic{ background: #000; overflow: hidden; }
.banner-pic img{ opacity: 0.7; height:calc(100vh - 83px); object-fit: cover; width: 100%; animation: bg-animation 15s linear infinite; }

@keyframes bg-animation {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.25);
  }
  100% {
    transform: scale(1);
  }
}

.banner .owl-nav *{ color: #fff; }

.owl-nav .owl-prev {
  position: absolute;
  color: #fff;
  top: 50%;
  left:2%;
  transform: translateY(-50%);
  text-transform: uppercase;
  font-size: 32px;
}

.owl-nav .owl-next {
  position: absolute;
  color: #fff;
  top: 50%;
  right:2%;
  transform: translateY(-50%);
  text-transform: uppercase;
  font-size: 32px;
}

.banner .common-btn:hover{ background: #fff; border-color: #fff; color: #000; }

.ctastrip{ background: #D50A07; padding:30px 0px; }
.ctastrip h3{ margin-bottom: 0px; font-weight: 600; font-size: 32px; color: #fff; }
.strphone a{ margin-bottom: 0px; font-weight: 600; font-size: 32px; color: #fff; }

.home-service-grid{ padding: 30px 0px; }
.hs-sec { position: relative; overflow:hidden; }
.hs-sec a { display: block; position: relative; z-index: 1; }
.hs-sec a img{ transition: all 0.2s ease-in; }
.hs-sec a:hover img{ transform:scale(1.1); }

.hs-text-col {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
  text-align: center;
  z-index: 1;
  width: 90%;
  margin: auto;
}
.hs-text-col h3{ color: #fff; font-weight: 600; text-transform: uppercase;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical; }
.hs-text-col p{ color: #fff; font-weight:400; margin-bottom: 0px; font-size: 18px; padding-left: 20px; padding-right: 20px;
overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.hs-sec a:after {
  content: "";
  position: absolute;
  width: 100%;
  background-image: linear-gradient(180deg, transparent, #000);
  height: 50%;
  left: 0;
  bottom: 0;
  opacity: 1;
}

.homeexplore-dogs{ padding: 30px 0px 70px; }

.bigdog-content{ padding-right: 50px; }
.bigdog-content .title{ margin-bottom: 30px; }
.bigdog-content p{ margin-bottom: 30px; line-height: 1.5; font-size: 20px; }
.bigdog-price{ font-weight: 700; font-size: 26px; color: #000; text-transform: uppercase; margin-bottom: 40px; }
.bigdog-price span{ color: #D50A07; }

.hdogs-slidesec{ margin-top: 40px; }
.dogs-slide a{ display: block; }
.dogs-slide{ position: relative; }
.dogs-slide h3{ position: absolute; left:50%; top:50%; transform: translate(-50%, -50%); z-index: 1; font-weight: 600; text-transform: uppercase; color: #fff;  text-shadow: 0px 3px 4px rgba(0, 0, 0, 0.7); }

.dogs-butns{ text-align: center; margin-top: 30px;  }
.common-btn-link{ font-weight: 700; text-transform: uppercase; font-size: 24px; border-bottom: 2px solid #000; display: inline-block; color: #000; }
.common-btn-link:hover{ color: #D50A07; border-color: #D50A07; }
.dogs-butns a{ margin: 0px 20px; }

.homeabout2-sec{ padding-bottom: 60px; }
.homeabout-content{ max-width:1100px; margin: auto; width: 100%; text-align: center; }
.homeabout-content p {
  margin-bottom: 30px;
  line-height: 1.5;
  font-size: 19px;
  font-weight: 500;
}


.typedog-points { text-align: center; }
.dog-icon{ margin-bottom: 20px; }
.dog-icon img{ max-height: 100px; }
.typedog-points h3{ font-weight: 600; font-size: 24px; margin-bottom: 15px; }
.typedog-points ul{ padding-left: 16px; padding: 0px; list-style: none; }
.typedog-points ul li {
  margin-bottom: 7px;
  border: 1px dashed #ccc;
  padding: 10px;
}

.typedog-points ul li:hover{ border:1px solid #D50A07; color: #D50A07; }

.home-aboutsec{ background: #D50A07; padding: 60px 0px; }
.home-aboutsec *{ color: #fff; }
.home-aboutsec .title{ font-size: 36px; margin-bottom:20px; }
.home-aboutsec .about-text{ padding: 0px 30px; }
.home-aboutsec p{ line-height: 26px; }

.home-googlereviews{ padding:60px 0px; }

.homeblog-sec{ background: #FBF6E7; padding: 60px 0px 80px; }

.blog-col { height: 100%; }
.blog-col a {
  width: 100%;
  background: #fff;
  display: block;
  height: 100%;
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.06);
}
.blog-col .blog-pic {
  position: relative;
  overflow: hidden;
}
.blog-col .blog-pic img {
  width: 100%;
}
.blog-col .blog-date {
  color: #D50A07;
  font-size: 18px;
  display: inline-block;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.blog-col .blog-content {
  padding:15px 25px;
}

.blog-col .blog-content h3 {
  line-height: 24px;
  font-weight: 700;
  font-size: 20px;
  margin-top:0px;
  color: #000;
  text-transform: uppercase;
}

.blog-col .blog-content p {
  line-height: 24px;
  font-size: 16px;
  margin-top: 5px;
  color: #686868;
  margin-bottom: 0;
}

.faqs-sec{ padding:60px 0px; }

.faq-questions{ max-width: 900px; width: 100%; margin: auto; }

.accordion-header .accordion-button{ font-size:21px; font-weight:500; color: #000; background: none; }
.accordion-item{ border-radius: 10px; border: 2px solid #000 !important; margin-bottom: 15px; }
.accordion-button:not(.collapsed){ border-bottom: 2px solid #000 !important; box-shadow: none; }


footer{ background: #000; padding:80px 0px 40px; }

.footer-details .col-md-4:nth-child(2) .footer-content{ border-left: 1px solid #666; border-right: 1px solid #666; }

.footer-logo{ margin-bottom:20px; }
.footer-logo img { max-height: 150px; }

.footer-content h3{ color: #ccc; }
.footer-content p{ color: #777; }
.footer-content p a{ color: #999; }
.footer-content p a:hover{ color: #D50A07; }

.footer-awards {
  display: flex;
  justify-content: center;
  margin-bottom:40px;
  margin-top: 40px;
}

.footer-awards img{ width: 20%; margin: 0px 20px; }

.copyright {
  display: flex;
  justify-content: space-between;
  color: #9F9F9F;
  font-size: 14px;
  margin-top: 25px;
}

.copyright a{ color: #aaa; }
.copyright a:hover{ color: #fff; }

.accordion-body{ font-size: 16px; line-height: 24px; }

.homeabout-content2 { padding-top: 40px; }

.sub-title{
    position: relative;
    font-size: 32px;
    font-weight: bold;
    color: #000;
    margin-bottom: 0px;
    display: inline-block;
    text-transform: uppercase;
}



/*---------------inner page----------------*/

.inner-banner { background: #000; position: relative; }

.inner-bannerpic{ background: #000; }
.inner-bannerpic img{ opacity: 0.6; max-height: 475px; object-fit: cover; }

.innerbanner-title {
  position: absolute;
  top: 50%;
  left:50%;
  z-index: 1;
  width: 90%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.breadcrumb {
  background: none;
  margin-bottom: 0;
  margin-top: 10px;
  padding: 0px 5px;
  justify-content: center;
}

.innerbanner-title h1 {
  text-transform: uppercase;
  color: #fff;
  font-size: 54px;
  font-weight:600;
  text-align: center;
}

.breadcrumb-item.active, .breadcrumb-item+.breadcrumb-item::before{ color: #fff; }
.breadcrumb-item a:hover{ color: #fff; }

.inner-page{ padding: 60px 0px; }

.available-dogslist{ padding-top:70px; }

.available-dogslist .title-col{ margin-bottom: 50px; }

.dogslist-col{ margin-bottom:60px; padding-left: 5px; padding-right: 5px; }
.dogslist-col a{ display: block; }
.doglist-content{ margin: 0px 25px; box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s; background: #fff; padding: 25px; margin-top: -58px; z-index: 1; position: relative; }

  .doglist-content h2{ font-size: 24px; color: #000; }
  .doglist-content h4{ font-size: 18px; }
  .doglist-content p{ font-size: 16px; margin-bottom:4px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2;    -webkit-box-orient: vertical; }

.dogslist-pic img{ max-height: 290px; object-fit: cover; min-height: 290px; transition: all 0.2s ease-out; width:100%; }
.dogslist-col a:hover img{ transform: translateY(-5px); filter: grayscale(100%); }

.site-breadcrum .breadcrumb{ justify-content: flex-start; }
.site-breadcrum .breadcrumb-item a{ color: #D50A07; }
.site-breadcrum .breadcrumb-item.active{ color: #000; }
.site-breadcrum .breadcrumb-item+.breadcrumb-item::before{ color: #000; }

.promain-content{ padding-left:30px; }
.promain-content .title{ display: block; margin-bottom: 10px; }
.available-bull{ color: #32A94F; font-weight: 500; margin-bottom:10px; }
.available-bull span{ width: 10px; height: 10px; border-radius: 50%; display: inline-block; background:#32A94F; }
.promain-content p{ font-size: 17px; line-height: 24px; }

.promain-content .table td:first-child{ font-weight: 500; }
.promain-content .table tr:last-child td{ border-bottom: none; }
.promain-btn{ margin-top: 26px; }

.dog-gallery{ padding: 60px 0px; }
.site-breadcrum {
  padding-bottom: 25px;
  padding-top: 10px;
}

.gallery img{ min-height: 290px; max-height: 290px; object-fit: cover; width: 100%;object-position: top;}

.faq-ques-content h5{ color: #D50A07; margin-bottom: 20px; }
.faq-ques-content .sub-title{ margin-bottom: 25px; }
.faq-ques-content p{ line-height: 28px; }

.inner-page .faq-questions.mt-5{ max-width: 100%; }

.blog-page .blog-col{ height: auto; margin-bottom: 30px; }
.blog-page .blog-col a{ border: 1px solid #e1e1e1; }

.blog-page .blog-col .blog-pic img{ min-height: 280px; max-height: 280px; object-fit: cover; width: 100%; }

.pagination-col {
  margin-top: 20px;
  width: 100%;
}
.pagination {
  justify-content: center;
}
.page-item:first-child .page-link, .page-item:last-child .page-link {
  border-radius: 0px;
}
.pagination-col .page-link {
  color: #333;
  font-size:18px;
  font-weight:600;
  margin:0 12px;
  text-align: center;
  width:40px;
  height:40px;  
  border-radius:0px;
  background-color: #fff;
  border-color: #aaa;
  line-height:40px;
  padding:0px; 
}

.pagination-col .page-link i{ font-size:20px; transform: translate(0px, 2px); } 

.pagination-col .page-link:hover{ border-color:#000; }

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color:#D50A07;
  border-color:#D50A07;
}

.blog-detail {
max-width:870px;
margin:0px auto 0px;
width:100%; 
padding:30px 0px 70px;
}

.blog-detail-content{ margin:30px 0 0px; }

.blog-detail-content p {
  color: #2A2A2A;
  font-size: 18px;
  line-height: 28px;
}

.blog-detail-content p em{ font-style: normal; border-left:3px solid #f2c103; padding-left:20px; font-weight:600; display: block; margin:30px 0;   }

.blog-detail-content p strong{ border-bottom:1px solid #000; }
.blog-detail-title{ margin-bottom:20px; }
.blog-detail-title h3 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 15px;
}
.blog-detail-title .blog-date{ font-size:16px; font-weight: 500; }


.contact-details .contact-box {
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.contact-details .contact-box .contact-icon {
  width: 42px;
  height: 42px;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.contact-details .contact-box .contact-icon .feather {
  width: 20px;
  stroke: #fff;
  position: relative;
  z-index: 1;
}

.contact-details .contact-box .contact-icon:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color:#D50A07;
  opacity: 1;
  border-radius: 100%;
}

.contact-details .contact-box .contact-title {
  width: calc(100% - 80px);
  margin-left: 18px;
}

.contact-details .contact-box .contact-title h4 {
  margin-bottom: 5px;
  font-weight: 500;
  font-size: 18px;
}

.contact-details .contact-box .contact-title p {
  margin-bottom: 0;
  letter-spacing: 0.6px;
  line-height: 26px;
}

.contactusform{ margin-left: 50px; }
.contactus-innerform .form-group{ margin-bottom:15px; }
.contactus-innerform .form-group label{ margin-bottom:5px; display: block; }
.form-title4{ margin-bottom: 25px; }

.contact-map{ overflow: hidden; margin-top: 35px; }
.contactus-innerform textarea.form-control{ height: auto; }

.social-box p{ margin-top: 10px; }
.social-box a{ margin-right: 10px; color: #000; }
.social-box a i{ font-size: 26px; color: #000; vertical-align: bottom; }

.contactfaq-sec{ padding-top:70px; padding-bottom: 30px; }

.aboutteam-pic{ margin-bottom:20px; }
.aboutteam-video { margin-bottom:30px; padding-left: 20px; padding-right: 20px; }
.aboutteam-video video{ width: 100%; }

.homeabout-sec4{ padding-top:80px; padding-bottom: 30px; }

.aboutmainteam-pic{ background: url(../images/about-teams.jpg) no-repeat; background-size: cover; height:90vh; background-position: center; position: relative; }

.aboutmainteam-content {
  position: absolute;
  left: 50%;
  bottom: 80px;
  transform: translateX(-50%);
  z-index: 1;
  width: 96%;
  text-align: center;
  max-width: 800px;
}

.aboutmainteam-content h2{ 
  text-align: center;
  color: #fff;
  font-size: 42px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 20px;
  text-shadow: 0px 3px 4px rgba(0, 0, 0, 0.7);
 }

 .aboutmainteam-content p{ 
  color: #fff;
    margin-bottom: 30px;
    font-size: 21px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.7);
  }


.feature-block-one{ padding: 0px 10px; }
.icon-box{ font-weight:500; font-size: 68px; color: #D50A07; margin-bottom: 10px; }
.feature-block-one h2{ font-weight:600; font-size: 26px; max-width: 250px; width: 100%; margin-bottom: 20px; }

.dogapplication-sec2{ padding-top: 50px; border-top: 1px solid #ccc; margin-top: 50px; }

.inner-joinform .row {
  margin-bottom: 15px;
}

.form_group_name{ text-align: right; font-weight:500; font-size: 18px; }

.form_group_field input[type="text"], .form_group_field input[type="password"], .form_group_field input[type="date"]{ width:60%; padding: 5px 10px; font-size: 16px; }
.form_group_field textarea{ width:60%; padding: 5px 10px; font-size: 14px; }

.form_group_field .fll {
  float: none;
  display: inline-block;
}

.form_group_field .fll.w-100{ margin-bottom: 10px; }

.form_group_field .fll label{ font-size: 17px; font-weight: 500; }
.form_group_field .fll input{ transform : scale(1.2); vertical-align: middle;  }

.main-header .navbar-expand-lg .navbar-nav .nav-link img{ max-height: 16px; vertical-align: -2px; }

.logo img{ max-height:95px; }
.faqs-sec .feature-block-one p{
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.wpcf7-list-item{ display:block !important; }
.available-dogs1 .available-pic img{ max-height: 900px; object-fit: cover; object-position: bottom; }


.testimonial-wrapper {
  padding-bottom: 60px;
  padding-top: 60px;
  background:#f5f5f5;
}

.testimonial-wrapper .title-col{ margin-bottom: 40px; }

#testimonial-slider .item{ padding:10px; }

.testi{ background:#fff; border-radius:8px; overflow: hidden;  text-align: center; padding:40px 30px;  }
.testi img{ width: auto !important; margin: auto; }
.user-quote { margin-bottom: 20px; }

.testi h4{ font-size:22px; font-weight: 500; margin-top:5px;  } 
.testi h4 small{ font-size:13px; color:#939191; }  
.testi p {
  font-size: 14px;
  color: #626262;
  line-height: 22px;
}
.test-location{ color:#000; margin:10px 0px 0px;  }

#testimonial-slider2 .item { padding: 10px; text-align: center; }
.testi-video h4{ font-size: 17px; min-height: 45px; }
.teststar i {
  color: #ffb800;
  font-size: 12px;
  margin: 0px 1px;
}

#testimonial-slider {
  max-width: 1140px;
  margin: auto;
  width: 100%;
}

.testimonial-wrapper .owl-theme .owl-dots .owl-dot.active span{ background: #D50A07; border-color: #D50A07;  }
.testimonial-wrapper .owl-theme .owl-dots .owl-dot span{ border-color: #000; }


/*---------------media css--------------*/

@media (max-width:1180px){
.navbar-expand-lg .navbar-collapse{ justify-content: space-between !important; }
.banner-pic img{ height: calc(85vh - 83px); }
.container{ max-width: 96%; }
.banner-text h1{ font-size: 48px; }
.banner-text p{ font-size: 28px; }
.ctastrip h3{ font-size: 28px; }
.strphone a{ font-size: 28px; }
.hs-text-col {
  position: static;
  width: 100%;
  margin-top: 20px;
  padding: 5px 10px 30px;
}
.hs-sec a:after{ display: none; }
.hs-text-col *{ color: #111 !important; }
.hs-sec { background: #f5f5f5; height: 100%; }
.typedog-points h3{ min-height: 58px; }
.home-aboutsec .about-text { padding: 0px 10px; }
.form_group_field input[type="text"], .form_group_field input[type="password"], .form_group_field input[type="date"], .form_group_field textarea{ width: 80%; }


}

@media (max-width:1024px){
.main-header .navbar-expand-lg .navbar-nav .nav-link{ margin: 0px 8px; }
.banner-text{ width: 88%; }
.bigdog-content .title { font-size: 40px; display: block; }
.promain-bigpic-sec {
  position: sticky;
  top: 20px;
}
.gallery img{ min-height: 300px; max-height: 300px; }
 .read-testcol1 .user-pic img{ width: 100% !important; max-height:inherit; min-height:inherit; } 
.read-testcol1 .user-pic{ width: 100%; }
.read-testcol1 .test-head{ flex-direction: column; }
.read-testcol1 .user-text {
    margin-left: 0px;
    margin-top: 20px;
}

	

}

@media (max-width:980px){
.navbar-toggler{ font-size: 26px; }
.main-header .navbar-expand-lg .navbar-nav .nav-link { margin: 2px 0px; }
.banner-pic img { height: 500px; }
.banner-text h1 { font-size: 42px; }
.banner-text p { font-size: 26px; }
.banner-text{ transform: translate(-50%, -70%); top: 70%; }
.hs-sec{ margin-bottom: 25px; height: auto; }
.hs-text-col p{ display:block; text-overflow: inherit; }	
.hs-sec a{ display: flex; align-items: center; }	
.hs-sec img{ width: 30%; }
.bigdog-content { padding-right: 0px; }
.highlight-dog > .row{ flex-direction: column-reverse; }
.home-about-pic img{ width: 100%; }
.bigdog-content{ margin-top: 30px; }
.typedog-points ul{ display: flex; flex-wrap: wrap; justify-content: center; }
.typedog-points ul li{ width: 48%; margin: 1%; }
.aboutmainteam-pic{ height: 70vh; }
.copyright{ flex-direction: column; justify-content: center; text-align: center; }
.inner-bannerpic img{ min-height: 375px; }
.homeabout-content{ margin-top: 30px; }
.promain-content { padding-left: 0px; margin-top: 30px; }
.dog-gallery a{ display: block; margin:10px 0px; }
.gallery img { min-height: 400px; max-height: 400px; }
.home-aboutsec .about-text{ margin-bottom: 50px; }
.home-aboutsec{ padding: 60px 0px 0px; }
.contactusform { margin-left: 0px; margin-top: 40px; }
.innerbanner-title h1{ font-size: 48px; }
.typedog-points h3 { min-height: inherit; }

.faq-ques-content{
  margin-top: 47px;
  text-align:center;
  }

  .nav-link::after{
    width:30% !important;
  }

  div#navbarToggle{
  margin-top: 16px !important;
  }

  input.wpcf7-form-control.wpcf7-email.wpcf7-validates-as-required.wpcf7-text.wpcf7-validates-as-email.input {
      width: 80% !important;
  }
  input.wpcf7-form-control.wpcf7-tel.wpcf7-validates-as-required.wpcf7-text.wpcf7-validates-as-tel.input {
      width: 80% !important;
  }	
	
}



@media (max-width:740px){

.ctastrip{ text-align: center; }
.title{ font-size: 36px; }
.home-service-grid{ padding: 30px 0px 0px; }
.aboutmainteam-pic { height: 400px; }
.ctastrip h3{ text-align: left; }
.strphone{ text-align: right; }
.footer-details .col-md-4:nth-child(2) .footer-content {
  border-left: none;
  border-right: none;
  margin: 10px 0px 30px;
}
.aboutmainteam-content{ padding: 0px 30px; }

}

@media (max-width:520px){
.logo img{ max-height:60px; }
.banner-text h1 { font-size: 26px; margin-bottom:10px; }
.banner-text p { font-size: 18px; margin-bottom:10px; }
.common-btn{ font-size: 16px; padding: 14px 20px; }
.ctastrip *{ text-align: center !important; }
.strphone{ margin-top: 10px; }
.ctastrip { padding: 15px 0px; }
.ctastrip h3 { font-size: 22px; }
.strphone a { font-size: 22px; }
.hs-sec{ display: block; }
.hs-sec a{ display: block; }	
.hs-sec img { width: 100%; }
.hs-text-col p{ font-size: 16px; }
.bigdog-content .title { font-size: 30px; display: block; margin-bottom: 10px; }
.bigdog-content p{ font-size: 17px; }
.bigdog-price{ margin-bottom: 25px; }
.dogs-butns a { margin:15px 10px 0px; }
.common-btn-link{ font-size: 18px; }
.homeexplore-dogs { padding: 30px 0px 40px; }
.homeabout2-sec .title-col{ margin-bottom: 0px; }
.homeabout-content { margin-top: 20px; }
.homeabout-content p{ font-size: 17px; }
.homeabout-content2 { padding-top: 0px; }
.typedog-points ul li { width: 100%; margin: 1% 0px; }
.typedog-points{ margin-top: 30px; }
.homeabout2-sec { padding-bottom: 30px; }
.aboutmainteam-content h2{ font-size: 26px; }
.aboutmainteam-content p{ font-size: 18px; }
.aboutmainteam-pic { height: 500px; }
.faqs-sec { padding: 30px 0px; }
.footer-logo img{ max-height: 200px; }
.footer-awards { flex-direction: column; margin-top: 10px; margin-bottom: 20px; }
.footer-awards img {
  width: 70%;
  margin: 10px auto;
  border: 1px solid #333;
  padding: 11px;
}

.copyright span{ margin-top: 10px; }
footer{ padding: 40px 0px 40px; }
.footer-logo { margin-bottom: 30px; }
.innerbanner-title h1 { font-size: 35px; }
.inner-bannerpic img { min-height: 260px; }
.doglist-content{ margin-left: 15px; margin-right: 15px; }
.aboutteam-video{ padding-left: 0px; padding-right: 0px; }
.sub-title{ font-size: 27px; }
.faq-ques-content{ margin-top: 30px; }
.contactus-innerform .form-group label{ margin-bottom: 7px; }
.form_group_name{ text-align: left; margin-bottom: 10px; }
.form_group_field input[type="text"], .form_group_field input[type="password"], .form_group_field input[type="date"], .form_group_field textarea {
  width: 100%;
}

.inner-page { padding: 30px 0px; }

div#navbarToggle{ margin-top: 0px !important; }	
	
}



/*---------------new testimonial--------------------*/

.read-testcol1 { margin: 15px 0px; }
.read-testcol1 .testi-text {
  background: #f1f1f1;
  border-radius: 0px;
  overflow: hidden;
  padding: 40px 30px;
  position: relative;
  border-left: 2px solid #000;
}

.read-testcol1 .quote-icon {
  position: absolute;
  right: 40px;
  top: 40px;
}

.read-testcol1 .test-head {
  display: flex;
  margin-bottom: 15px;
}

.read-testcol1 .user-pic {
flex: 0 0 auto;
width: 25%;
}

.read-testcol1 .user-pic img{ max-height: 410px; min-height: 410px; object-fit: cover; }

.read-testcol1 .user-text { margin-left: 18px; }
.read-testcol1 .testi-text h4 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 5px;
}
.read-testcol1 .rating-star { margin: 10px 0 15px; }
.read-testcol1 .testi-text p {
  font-size: 15px;
  color: #333;
  line-height: 24px;
  margin-bottom:10px;
  font-weight: 400;
}

.hometestimonials-sec .read-testcol1 .testi-text p {
overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;

}   


.pagination-col .page-link i{ font-size: 18px; vertical-align: text-top; } 

.testipgno{ margin-bottom: 50px; }
.testipgno .pagination{ float: none; }

.testimonial-wrapper .testi p{
  font-size: 15px;
  overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}



