html, body {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

body {
  font-family: "Poppins", sans-serif;
  position: relative;
  font-size: 17px;
  line-height: 28px;
  background: #fff;
}

img {
  width: 100%;
}

a {
  outline: none;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  color: #0088cc;
  cursor: pointer;
}

a:active,
a:focus,
a:hover {
  outline: none;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  color: #333;
}

section {
  padding: 80px 0;
  position: relative;
}
@media (max-width: 500px) {
  section {
    padding: 50px 0;
  }
}

.btn {
  color: #fff;
  background-color: #0088cc;
  border: 0px solid #0088cc;
  font-family: "Poppins", sans-serif;
  padding: 14px 30px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1px;
  transition: all 0.5s ease-in-out;
  border-radius: 4px;
  margin: 15px 0;
}
@media (max-width: 500px) {
  .btn {
    padding: 14px 40px;
  }
}

.btn:hover {
  border-radius: 44px;
  color: #fff;
}

.title-h {
  font-size: 55px;
  font-weight: 300;
  letter-spacing: 0px;
  margin-bottom: 20px;
  font-family: "Urbanist", sans-serif;
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  .title-h {
    font-size: 38px;
  }
}
.little-h {
  font-size: 19px;
  letter-spacing: 3px;
  font-weight: 600;
  text-transform: uppercase;
  color: #0088cc;
  margin-bottom: 10px;
}

@media (max-width: 991px) {
  .little-h {
    font-size: 18px;
    line-height: 27px;
  }
}
.inner-h {
  font-size: 27px;
  line-height: 33px;
  font-weight: 500;
  margin-bottom: 15px;
  font-family: "Poppins", sans-serif;
}
@media screen and (max-width: 768px) {
  .inner-h {
    font-size: 23px;
    line-height: 28px;
  }
}

.title-p {
  font-size: 22px;
  font-weight: 300;
  line-height: 30px;
  padding-bottom: 10px;
  color: #333;
}

@media (max-width: 991px) {
  .title-p {
    font-size: 20px;
    line-height: 26px;
  }
}
.back-img {
  background-size: cover;
  background-position: center;
}

.back {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.mobile-view {
  display: none !important;
}

@media (max-width: 991px) {
  .mobile-view {
    display: block !important;
  }
}
.desctop-view {
  display: block;
}

@media (max-width: 991px) {
  .desctop-view {
    display: none !important;
  }
}
/*****navbar start******/
/******navbar start*******/
.top-bar {
  background-color: #0088cc;
}
.top-bar p, .top-bar a {
  padding-top: 6px;
  margin-bottom: 6px;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 23px;
  letter-spacing: 2px;
}
@media (max-width: 768px) {
  .top-bar p, .top-bar a {
    font-size: 13px;
    line-height: 15px;
    letter-spacing: 1px;
  }
}
.top-bar a:hover {
  color: #333;
}
.top-bar .top-text {
  display: inline-block;
}

@media (min-width: 991px) {
  nav.navbar.bootsnav.no-background {
    background-color: #fff;
    border: none;
  }
}
@media (max-width: 991px) {
  nav.navbar.bootsnav .navbar-toggle {
    margin-top: 25px;
    background-color: transparent;
  }
  .navbar-toggle .svg-inline--fa {
    color: #333;
  }
}
nav.navbar.bootsnav {
  background: #fff;
  border-bottom: solid 1px #eee;
}

.navbar {
  min-height: 78px;
}
@media (max-width: 991px) {
  .navbar {
    min-height: 66px;
  }
}

.navbar-brand {
  padding: 5px 10px 2px 5px;
  height: auto;
}
@media (max-width: 991px) {
  .navbar-brand {
    padding: 7px 0px 0px 0px;
  }
}

.navbar-brand img {
  width: auto;
  height: 86px;
}
@media (max-width: 1150px) {
  .navbar-brand img {
    height: 70px;
  }
}

.caret {
  margin-left: 4px;
}

@media (max-width: 992px) {
  nav.navbar.bootsnav li.dropdown a.dropdown-toggle:before {
    content: "";
    display: none;
  }
  nav.navbar.bootsnav .navbar-nav > li > a {
    border-bottom: none;
    border-top: none;
    color: #222 !important;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 22px;
  }
  nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a {
    border-bottom: none;
    font-family: "Poppins", sans-serif;
    color: #fff;
    font-size: 15px;
    padding: 5px 0;
  }
  nav.navbar.bootsnav .navbar-nav {
    margin: 15px -15px 20px -15px;
  }
  nav.navbar.bootsnav .btn {
    margin-left: 0px !important;
  }
}
@media (min-width: 991px) {
  nav.navbar.bootsnav li.dropdown ul.dropdown-menu {
    border-radius: 0px;
    padding: 0;
    background: #fff;
    border: solid 1px #eee;
    border-top: 4px solid #0088cc;
    margin-top: 0px;
    width: 220px;
  }
  nav.navbar ul.nav > li > a {
    padding: 30px 15px;
    font-weight: 500;
  }
  nav.navbar.bootsnav ul.nav > li > a {
    padding: 21px 12px 26px 8px;
    font-weight: 400;
    font-size: 15px;
    text-transform: uppercase;
    color: #0088cc;
    margin: 14px 0 12px 0;
  }
}
@media (min-width: 991px) and (max-width: 1010px) {
  nav.navbar.bootsnav ul.nav > li > a {
    padding: 26px 7px 10px 7px;
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
  }
}
@media (min-width: 991px) and (max-width: 1199px) {
  nav.navbar.bootsnav ul.nav > li > a {
    padding: 12px 7px 25px 7px;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0px;
  }
}
@media (min-width: 991px) {
  nav.navbar-fixed.bootsnav ul.nav > li > a {
    color: #333;
  }
  nav.navbar-fixed.bootsnav ul.nav > li > a:hover {
    color: #0088cc;
  }
  nav.no-background.bootsnav ul.nav > li > a {
    color: #333;
  }
  nav.navbar.bootsnav ul.nav > li.dropdown > a.dropdown-toggle:after {
    content: "";
    display: none;
  }
  nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li a {
    text-align: left;
  }
  nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a {
    padding: 6px 10px;
    border-bottom: solid 1px #eee;
    color: #333;
    font-weight: 400;
    font-size: 15px;
  }
  nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a:hover {
    color: #0088cc;
  }
}
nav.navbar.bootsnav .btn {
  margin-top: 18px;
  text-transform: none;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0px;
  padding: 5px 15px 5px 0;
  margin-right: 15px;
  margin-left: 5px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
}
@media (max-width: 991px) {
  nav.navbar.bootsnav .btn {
    display: none;
  }
}

nav.navbar-fixed.bootsnav .btn {
  color: #0088cc !important;
  background-color: transparent !important;
  border: 2px solid #0088cc;
  padding: 10px 20px;
}

nav.no-background.bootsnav .btn {
  color: #333 !important;
  background-color: transparent !important;
  border: 2px solid #333;
  padding: 10px 20px;
}

@media (max-width: 991px) {
  #navbar-menu > ul > li.dropdown.on > ul > li > a {
    color: #333;
    line-height: 36px;
    font-size: 18px;
  }
  #navbar-menu > ul > li.dropdown.on > ul {
    list-style: none;
    padding-left: 10px;
  }
}
nav.no-background.bootsnav .logo1 {
  display: inline-block !important;
}

nav.navbar-fixed.bootsnav .logo1 {
  display: none;
}

nav.no-background.bootsnav .logo2 {
  display: none !important;
}

nav.navbar-fixed.bootsnav .logo2 {
  display: inline-block;
}

@media (max-width: 992px) {
  nav.no-background.bootsnav .logo1 {
    display: none !important;
  }
  nav.no-background.bootsnav .logo2 {
    display: inline-block !important;
  }
}
nav.navbar.bootsnav.no-full .navbar-collapse {
  height: auto !important;
  max-height: none !important;
}

.mobile-view {
  display: none !important;
}
@media (max-width: 991px) {
  .mobile-view {
    display: block !important;
  }
}

nav.navbar.bootsnav .material-symbols-outlined:hover {
  color: #0088cc;
}

nav.no-background.bootsnav .navbar-brand img.logo-large {
  width: auto;
  height: 110px;
  margin-top: -23px;
}

@media (max-width: 1150px) {
  nav.no-background.bootsnav .navbar-brand img.logo-large {
    height: 85px;
    width: auto;
    margin-top: 0;
  }
}
/******navbar end**********/
.about-img1 {
  height: 500px;
  border-radius: 10px;
}
@media (max-width: 991px) {
  .about-img1 {
    height: 300px;
    margin-top: 15px;
  }
}

/******location start*****/
.about-padd {
  height: 80px;
}
@media (max-width: 991px) {
  .about-padd {
    height: 0;
  }
}

/******** services start ********/
.services-left-text {
  padding: 0;
}

.services-left-text .services-img {
  margin-left: 45vw;
}

@media screen and (max-width: 991px) {
  .services-left-text .services-img {
    margin-left: 0;
  }
}
.services-left-text .services-img2 {
  display: none;
}

@media screen and (max-width: 991px) {
  .services-left-text .services-img2 {
    height: 240px;
    display: block;
  }
}
.services-left-text .services-text {
  padding: 110px 100px;
  width: 50vw;
  margin-right: 50vw;
  background-color: #222;
  margin-left: -45vw;
}

@media screen and (max-width: 991px) {
  .services-left-text .services-text {
    margin-right: 0;
    margin-left: 0;
    padding: 50px 15px;
    width: 100%;
  }
}
.services-left-text h3, .services-left-text h5, .services-left-text li, .services-left-text .title-p, .services-left-text p {
  color: #fff;
}

.services-left-text .svg-inline--fa {
  color: #0088cc;
  font-size: 25px;
  margin-right: 8px;
  margin-left: -32px;
  margin-top: 5px;
}

.services-left-text h6 {
  color: #eee;
  margin-left: 32px;
  font-size: 18px;
  line-height: 27px;
  font-weight: 400;
  margin-bottom: 20px;
}

/********* cta start *********/
.cta {
  padding: 250px 0;
  background-attachment: fixed;
}

@media screen and (max-width: 768px) {
  .cta {
    padding: 80px 0;
  }
}
.cta .back {
  background: rgba(13, 13, 13, 0.46);
}

.cta a {
  color: #fff;
  font-size: 55px;
  line-height: 57px;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
}

@media screen and (max-width: 768px) {
  .cta a {
    font-size: 40px;
    line-height: 44px;
    letter-spacing: 0;
  }
}
.cta .little-h {
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
  font-size: 35px;
  line-height: 37px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .cta .little-h {
    font-size: 27px;
    line-height: 30px;
    letter-spacing: 2px;
  }
}

.cta a:hover {
  color: #0088cc;
}

@supports (-webkit-touch-callout: none) {
  @media only screen and (max-width: 990px) {
    .cta {
      background-attachment: scroll !important;
      background-size: auto 100%;
    }
  }
}
/********* cta end *********/
/*****tc-testimonial start******/
.tc-testimonial {
  padding: 100px 0;
}
.tc-testimonial .testimonial-bg {
  padding: 0px;
  position: relative;
}
.tc-testimonial .testimonial {
  padding: 0 15px;
}
@media (max-width: 991px) {
  .tc-testimonial .testimonial {
    padding: 0 0px;
  }
}
.tc-testimonial .testimonial .description {
  font-size: 16px;
  font-weight: 400;
  color: #333;
  line-height: 24px;
  padding-bottom: 20px;
  margin-bottom: 35px;
  padding-top: 0px;
  position: relative;
}
@media (max-width: 991px) {
  .tc-testimonial .testimonial .description {
    font-size: 18px;
    line-height: 24px;
  }
}
.tc-testimonial .testimonial .inner-h {
  margin-top: 30px;
}
.tc-testimonial .testimonial .title {
  font-size: 21px;
  font-weight: 400;
  color: #0088cc;
  text-transform: capitalize;
  margin: 0;
  margin-bottom: 50px;
}

.tc-testimonial .owl-dots .owl-dot.active span, .tc-testimonial .owl-dots .owl-dot:hover span {
  background: #0088cc;
}

.tc-testimonial .owl-controls {
  top: 100%;
}

/*****tc-testimonial end******/
/*****tc- footer start******/
.tc-footer {
  background-position: center;
  background-size: cover;
  position: relative;
  padding-top: 90px;
}
@media (max-width: 991px) {
  .tc-footer {
    padding-top: 20px;
  }
}
.tc-footer .footer-a a, .tc-footer p {
  color: #333;
  font-size: 19px;
  font-weight: 400;
  line-height: 33px;
}
@media (max-width: 991px) {
  .tc-footer .footer-a a, .tc-footer p {
    line-height: 22px;
    font-size: 16px;
  }
}
.tc-footer .footer-a a:hover {
  color: #0088cc;
}
.tc-footer ul {
  list-style: none;
  padding-left: 0px;
}
.tc-footer .footer-social {
  display: inline-block;
}
.tc-footer .footer-align {
  text-align: right;
}
@media (max-width: 991px) {
  .tc-footer .footer-align {
    text-align: left;
  }
}
.tc-footer .footer-logo {
  margin: 20px 0 10px 0;
  width: 90%;
}
@media (max-width: 991px) {
  .tc-footer .footer-logo {
    width: 80%;
  }
}
.tc-footer .footer-padding {
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .tc-footer .footer-padding {
    margin-bottom: 15px;
  }
}
.tc-footer .footer-padd {
  padding-left: 70px;
}
@media (max-width: 991px) {
  .tc-footer .footer-padd {
    padding-left: 15px;
  }
}
.tc-footer .svg-inline--fa {
  margin-right: 5px;
  color: #fff;
  width: 20px;
  height: 20px;
  padding: 7px;
  border: 3px solid #0088cc;
  background-color: #0088cc;
  border-radius: 50%;
  margin-top: 0px;
  font-size: 10px;
  line-height: 20px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 991px) {
  .tc-footer .svg-inline--fa {
    margin-right: 6px;
    margin-left: 0;
  }
}
.tc-footer .svg-inline--fa:hover {
  border-radius: 4px;
}
.tc-footer .back {
  background: rgba(242, 242, 242, 0.86);
}

.footer-copyright {
  padding: 20px 0 10px 0;
}
.footer-copyright p {
  color: #333;
  font-size: 15px;
  font-weight: 400;
}
.footer-copyright a {
  color: #0088cc;
}

/*****tc-footer end******/
.services-index .back {
  background-color: rgba(235, 240, 250, 0.9);
}

.step-box {
  background-color: rgba(242, 242, 242, 0.46);
  padding: 10px;
  border-radius: 10px;
  margin-top: 30px;
}
@media (max-width: 768px) {
  .step-box {
    padding: 15px;
    margin-top: 15px;
  }
}
.step-box p {
  font-size: 18px;
  line-height: 27px;
}
@media (max-width: 768px) {
  .step-box p {
    font-size: 15px;
    line-height: 24px;
  }
}
.step-box h3 {
  font-weight: 400;
  color: #0088cc;
  font-size: 36px;
  margin-bottom: 25px;
}
@media (max-width: 768px) {
  .step-box h3 {
    font-size: 25px;
    margin-bottom: 15px;
  }
}
.step-box img {
  border-radius: 10px;
  margin-bottom: 0px;
}

.step-text {
  padding: 40px;
}
@media (max-width: 768px) {
  .step-text {
    padding: 15px 0;
  }
}

.step-box-img {
  height: 400px;
  border-radius: 10px;
  margin-bottom: 0px;
}
@media (max-width: 768px) {
  .step-box-img {
    height: 200px;
  }
}

.paw-img {
  position: absolute;
  bottom: 1px;
  right: 20px;
  width: 120px;
  opacity: 0.1;
}

.under-hero {
  margin-top: 0px;
  padding: 40px 0;
  z-index: 4;
}
.under-hero .icon-box {
  background-color: rgba(242, 242, 242, 0.46);
  border-radius: 8px;
  display: flex;
  padding: 25px 25px;
}
@media (max-width: 1200px) {
  .under-hero .icon-box {
    padding: 25px 15px;
  }
}
@media (max-width: 991px) {
  .under-hero .icon-box {
    padding: 15px 20px;
    margin-bottom: 15px;
  }
}
.under-hero .icon, .under-hero .text {
  display: inline;
}
.under-hero .icon h2, .under-hero .text h2 {
  margin-top: 5px;
  text-transform: uppercase;
  color: #4d4e4e;
  font-size: 30px;
  line-height: 30px;
  font-family: "Urbanist", sans-serif;
  font-weight: 600;
}
@media (max-width: 991px) {
  .under-hero .icon h2, .under-hero .text h2 {
    font-size: 22px;
    line-height: 22px;
  }
}
@media (max-width: 768px) {
  .under-hero .icon h2, .under-hero .text h2 {
    font-size: 28px;
    line-height: 28px;
    margin-top: 10px;
  }
}
.under-hero .icon h4, .under-hero .text h4 {
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
}
@media (max-width: 991px) {
  .under-hero .icon h4, .under-hero .text h4 {
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0;
  }
}
.under-hero .icon {
  width: 90px;
}
.under-hero .text {
  flex: 1;
}
.under-hero img {
  width: 75px;
  vertical-align: center;
}

/*********services start*******/
.services-index .testimonial {
  padding: 10px;
}
@media (max-width: 991px) {
  .services-index .testimonial {
    padding: 5px;
  }
}

.service-img {
  background-size: cover;
  background-position: center;
  height: 250px;
  border-radius: 10px 10px 0 0;
}

.service-box {
  position: relative;
  box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  margin-top: 10px;
}
@media only screen and (max-width: 768px) {
  .service-box {
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  }
}

.service-text {
  position: relative;
  border-radius: 10px;
  background-color: #fff;
  padding: 1px 10px 5px 10px;
  min-height: 150px;
}
@media (max-width: 991px) {
  .service-text {
    min-height: auto;
  }
}
.service-text h3 {
  font-weight: 600;
  font-size: 28px;
  font-family: "Poppins", sans-serif;
  color: #0088cc;
}
.service-text a {
  font-size: 15px;
  text-transform: uppercase;
}
.service-text p {
  font-size: 14px;
  line-height: 15px;
  margin-bottom: 4px;
}
.service-text img {
  position: absolute;
  width: auto !important;
  height: 50px;
  opacity: 0.15;
  bottom: 5px;
  right: 5px;
}
.service-text .btn {
  margin-top: 10px;
  padding: 12px 30px;
}

.service-box:hover {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

.services-index .owl-nav {
  position: absolute;
  top: 43%;
  left: -35px;
  right: -35px;
}
@media (max-width: 768px) {
  .services-index .owl-nav {
    left: 5px;
    right: 5px;
  }
}
.services-index .owl-theme .owl-controls .owl-nav [class*=owl-] {
  margin: 3px;
  padding: 4px 2px;
  display: inline-block;
  cursor: pointer;
  width: 16px;
  background: transparent;
  opacity: 1;
}
@media (max-width: 768px) {
  .services-index .owl-theme .owl-controls .owl-nav [class*=owl-] {
    width: 14px;
  }
}
.services-index .owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
  opacity: 0.7;
}
.services-index .owl-prev {
  float: left;
}
.services-index .owl-next {
  float: right;
}
.services-index .owl-theme .owl-dots .owl-dot.active span, .services-index .owl-theme .owl-dots .owl-dot:hover span {
  background: #0088cc;
}

.top-inner {
  padding: 50px 0;
  height: 80px;
}

.tc-header {
  position: relative;
  height: 50vh;
}
@media (max-width: 991px) {
  .tc-header {
    height: 40vh;
  }
}

.tc-header .back {
  background: rgba(20, 31, 26, 0.5);
}

.reviews-page .reviews-box {
  border: 1px solid #eee;
  padding: 30px;
  position: relative;
  margin-top: 20px;
  border-radius: 10px;
}
@media only screen and (max-width: 990px) {
  .reviews-page .reviews-box {
    padding: 30px 15px;
    margin-top: 15px;
  }
}
.reviews-page .reviews-box .inner-h {
  margin-bottom: 20px;
}
.reviews-page .reviews-box img {
  width: auto;
  height: 48px;
}
@media only screen and (max-width: 990px) {
  .reviews-page .reviews-box img {
    height: 40px;
  }
}
.reviews-page .reviews-box h4 {
  margin: 30px 0px 10px 0;
  color: #0088cc;
  text-align: right;
  margin-right: 20px;
}
@media only screen and (max-width: 990px) {
  .reviews-page .reviews-box h4 {
    margin-right: 0;
  }
}

.pagination {
  margin-top: 50px;
}

.pagination > li > a, .pagination > li > span {
  position: relative;
  float: left;
  padding: 3px 12px 3px 12px;
  margin-left: -1px;
  line-height: 2;
  color: #0088cc;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #eee;
}

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
  z-index: 2;
  color: #0088cc;
  background-color: rgba(242, 242, 242, 0.46);
  border-color: rgb(249, 246, 233);
}

.contact-padd h3 {
  font-family: "Poppins", sans-serif;
}
.contact-padd p {
  margin-bottom: 5px;
}
.contact-padd .contact-box {
  border-radius: 10px;
  background-color: rgba(242, 242, 242, 0.46);
  padding: 40px;
}
@media (max-width: 768px) {
  .contact-padd .contact-box {
    padding: 20px 10px;
    margin-bottom: 15px;
  }
}
.contact-padd .svg-inline--fa {
  background: #0088cc;
  color: #fff;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  font-size: 20px;
  padding: 10px;
}

input, textarea {
  width: 100%;
  background: #fff;
  margin: 7px 0;
  padding: 16px 15px;
  border: 1px solid rgba(242, 242, 242, 0.96);
  border-radius: 7px;
}

select {
  width: 100%;
  padding: 13px 20px;
  border: 1px solid rgba(250, 82, 79, 0.2);
  margin: 10px 0;
  outline: none;
  border-radius: 7px;
  font-size: 15px;
  background-color: #fff;
  height: 54px;
  color: #333;
}
@media (max-width: 768px) {
  select {
    padding: 13px 15px;
  }
}

::-moz-placeholder {
  font-size: 15px;
  color: #333;
}

::placeholder {
  font-size: 15px;
  color: #333;
}

#accordion .panel {
  border: none;
  border-radius: 0;
  margin-bottom: 12px;
  box-shadow: none;
}

#accordion .panel-heading {
  padding: 0;
  border: rgba(250, 82, 79, 0.2);
  border-radius: 0;
  position: relative;
  background-color: #fff;
}

#accordion .panel-title a {
  display: block;
  padding: 20px 15px;
  margin: 0;
  background: #fff;
  border: 1px solid #eee;
  font-size: 17px;
  border-radius: 5px;
  font-weight: 500;
  color: #444;
  position: relative;
}
@media (max-width: 768px) {
  #accordion .panel-title a {
    padding: 20px 36px 20px 12px;
  }
}

#accordion .panel-title a:before,
#accordion .panel-title a.collapsed:before {
  content: "";
  width: 20px;
  height: 2px;
  background: #0088cc;
  position: absolute;
  top: 29px;
  right: 30px;
}
@media (max-width: 768px) {
  #accordion .panel-title a:before,
  #accordion .panel-title a.collapsed:before {
    right: 15px;
  }
}

#accordion .panel-title a:after,
#accordion .panel-title a.collapsed:after {
  content: "";
  width: 2px;
  height: 20px;
  background: #0088cc;
  position: absolute;
  top: 21px;
  right: 39px;
  transition: all 0.3s ease 0s;
}
@media (max-width: 768px) {
  #accordion .panel-title a:after,
  #accordion .panel-title a.collapsed:after {
    right: 24px;
  }
}

#accordion .panel-title a:after {
  height: 0;
}

#accordion .panel-body {
  padding: 20px 10px;
  background: #fff;
  border-top: none;
  color: #333;
}

.accordian-title {
  margin: 0 0 25px 0;
}
@media (max-width: 600px) {
  .accordian-title {
    margin: 15px 0 15px 0;
  }
}

.giant-page .service-box {
  display: inline-block;
  width: calc(49% - 20px);
  margin: 7px;
  vertical-align: top;
}
@media (max-width: 800px) {
  .giant-page .service-box {
    width: calc(100% - 0px);
    margin: 15px 0;
  }
}
.giant-page .service-box:hover .service-text a {
  letter-spacing: 2px;
}
.giant-page .service-box:hover .service-text img {
  opacity: 0;
}
.giant-page .service-img {
  height: 350px;
}
@media (max-width: 800px) {
  .giant-page .service-img {
    height: 250px;
  }
}

.puppies-page .service-box {
  display: inline-block;
  width: calc(33% - 20px);
  margin: 7px;
  vertical-align: top;
}
@media (max-width: 800px) {
  .puppies-page .service-box {
    width: calc(100% - 0px);
    margin: 15px 0;
  }
}
.puppies-page .service-box:hover .service-text a {
  letter-spacing: 2px;
}
.puppies-page .service-box:hover .service-text img {
  opacity: 0;
}
.puppies-page .service-img {
  height: 250px;
}
@media (max-width: 800px) {
  .puppies-page .service-img {
    height: 250px;
  }
}

.color-box {
  margin: 0 0 30px 0;
  background-color: rgba(242, 242, 242, 0.56);
  padding: 20px;
}
.color-box p {
  margin: 0;
}

input[type=checkbox], input[type=radio] {
  width: auto !important;
}

label {
  font-weight: 500;
}

form p {
  font-size: 15px;
  margin-top: 15px;
}

.selecting .btn {
  margin-left: 5px;
  margin-right: 5px;
  min-width: 210px;
}
@media (max-width: 800px) {
  .selecting .btn {
    margin-left: 0px;
    margin-right: 0px;
    margin: 5px 0;
    min-width: 210px;
  }
}

.top-inner2 {
  background-color: #eee;
  padding: 0;
  height: 130px;
}
@media screen and (max-width: 1165px) {
  .top-inner2 {
    height: 120px;
  }
}
@media screen and (max-width: 700px) {
  .top-inner2 {
    height: 111px;
  }
}

.giant-stats {
  padding: 10px 0;
}
.giant-stats img {
  width: 30px;
  margin-top: 5px;
}
.giant-stats .icon {
  width: 50px;
}
.giant-stats .text h2 {
  margin-top: 5px;
  text-transform: capitalize;
  color: #4d4e4e;
  font-size: 22px;
  line-height: 30px;
  font-family: "Urbanist", sans-serif;
  font-weight: 500;
}

.example-image {
  background-size: cover;
  background-position: center;
  border-radius: 5px;
  height: 250px;
  margin: 5px 5px;
  width: calc(33% - 15px);
  display: inline-block;
}
@media screen and (max-width: 999px) {
  .example-image {
    height: 250px;
    margin: 5px 5px;
    width: calc(50% - 15px);
  }
}
@media screen and (max-width: 500px) {
  .example-image {
    height: 250px;
    margin: 5px 0px;
    width: calc(100% - 0px);
  }
}

.giant-detail {
  padding-left: 20px;
  padding-top: 20px;
}
@media screen and (max-width: 991px) {
  .giant-detail {
    padding-left: 0px;
    padding-top: 0px;
  }
}
.giant-detail li {
  margin-bottom: 10px;
}

.blog-page .service-text h3 {
  color: #333;
  font-weight: 400;
  font-size: 25px;
  line-height: 32px;
  min-height: 64px;
}
@media screen and (max-width: 991px) {
  .blog-page .service-text h3 {
    min-height: auto;
  }
}

.video-blog iframe {
  width: 100%;
  height: 500px;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .video-blog iframe {
    height: 220px;
    margin-top: 20px;
  }
}/*# sourceMappingURL=style.css.map */