/*-----------------------------------------------------------------------------------

    Template Name: Petcar petcare service landing page template
    Version: 1.0

-----------------------------------------------------------------------------------

    CSS INDEX
    ===================

    01. Common
    02. Header
    03. Hero-area
    04. Service-area
	05. About
	06. Appointment
	07. our-pet-gallery
	08. Counter
	09. Doctors
	10. Pricing
	11. testimonial
	12. faq
	13. blog
	15. Contact

-----------------------------------------------------------------------------------*/
/*===========================
     01.COMMON CSS 
===========================*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  outline: none;
}

html,
body {
  font-family: "Titillium Web", sans-serif;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

a,
input,
button,
textarea {
  outline: none;
  border: none;
}
a:focus,
input:focus,
button:focus,
textarea:focus {
  outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Titillium Web", sans-serif;
  font-weight: 700;
}

h1 {
  line-height: 74px;
  font-size: 64px;
}
@media only screen and (max-width: 767px) {
  h1 {
    font-size: 48px;
    line-height: 64px;
  }
}
@media only screen and (max-width: 767px) {
  h1 {
    font-size: 40px;
    line-height: 55px;
  }
}
@media only screen and (max-width: 400px) {
  h1 {
    font-size: 36px;
    line-height: 48px;
  }
}

h2 {
  font-size: 48px;
}
@media only screen and (max-width: 767px) {
  h2 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 540px) {
  h2 {
    font-size: 28px;
  }
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 24px;
}

h6 {
  font-size: 18px;
  color: #65b530;
}

img {
  max-width: 100%;
}

a,
ul,
ol {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

p {
  margin: 0;
  color: #565555;
  line-height: 30px;
  font-family: "Titillium Web", sans-serif;
  font-weight: 600;
}

a,
a:hover {
  text-decoration: none;
  font-family: "Titillium Web", sans-serif;
  cursor: pointer;
}

input,
select,
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
  font-family: "Titillium Web", sans-serif;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

.section-spacing {
  padding: 120px 0;
}
@media only screen and (max-width: 540px) {
  .section-spacing {
    padding: 80px 0;
  }
}

.section-title {
  text-align: center;
}
.section-title h6 {
  color: #65b530;
}

.flex-center, .doctors-area .doctor .card .doc-details, .appointment-area .right-image, .appointment-area .col-xl-6:first-child, .about-area .right-images .right-image:first-child .play-btn a, .appointment-area .right-images .right-image:first-child .play-btn a, .about-area .right-images .right-image:first-child .play-btn, .appointment-area .right-images .right-image:first-child .play-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media only screen and (max-width: 991px) {
  .od-1 {
    order: 1;
  }
}
@media only screen and (max-width: 767px) {
  .container,
  .container-sm {
    max-width: 600px;
  }
}
@media only screen and (max-width: 540px) {
  .container,
  .container-sm {
    max-width: 460px;
  }
}
.main-btn, .main-btn-dark-primary-bg, .main-btn-dark, .main-btn-white, .main-btn-hover-dark {
  position: relative;
  display: inline-block;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  padding: 15px 40px;
  background: #65b530;
  border-radius: 100px;
  overflow: hidden;
  z-index: 1;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media only screen and (max-width: 400px) {
  .main-btn, .main-btn-dark-primary-bg, .main-btn-dark, .main-btn-white, .main-btn-hover-dark {
    padding: 10px 25px;
    font-size: 14px;
    font-weight: 600;
  }
}
.main-btn:before, .main-btn-dark-primary-bg:before, .main-btn-dark:before, .main-btn-white:before, .main-btn-hover-dark:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: -110%;
  height: 110%;
  width: 110%;
  background-color: #fff;
  z-index: -1;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.main-btn:hover, .main-btn-dark-primary-bg:hover, .main-btn-dark:hover, .main-btn-white:hover, .main-btn-hover-dark:hover {
  color: #070e30;
}
.main-btn:hover::before, .main-btn-dark-primary-bg:hover::before, .main-btn-dark:hover::before, .main-btn-white:hover::before, .main-btn-hover-dark:hover::before {
  bottom: 0;
}

.main-btn-hover-dark::before {
  background: #070e30;
}
.main-btn-hover-dark:hover {
  color: #fff;
}

.main-btn-white {
  background: #fff;
  color: #070e30;
}
.main-btn-white::before {
  background: #65b530;
}
.main-btn-white:hover {
  color: #fff;
}

.main-btn-dark {
  background: #080808;
  color: #fff;
}
.main-btn-dark::before {
  background: #fff;
}
.main-btn-dark:hover {
  color: #0a0a0a;
}

.main-btn-dark-primary-bg {
  background: #080808;
  color: #fff;
}
.main-btn-dark-primary-bg::before, .main-btn-dark-primary-bg.active {
  background: #65b530;
}
.main-btn-dark-primary-bg:hover, .main-btn-dark-primary-bg.active {
  color: #fff;
}

/*********** Start Preloader CSS **********/
.preloader {
	background: #65b530;
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 99999; 
	width: 100%;
	height: 100%;

}
.status-mes{
    width: 60px;
    height: 60px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -37px 0 0 -35px;
	text-align: center;
}
.bigSqr {
	position: relative;
	display: inline-block;
	width: 40px;
	height: 40px;
	overflow: hidden;
	-webkit-transform-origin: bottom left;
	transform-origin: bottom left;
	-webkit-animation: bigSqrShrink 1s linear infinite;
	animation: bigSqrShrink 1s linear infinite;
}

.square {
	position: absolute;
	width: 20px;
	height: 20px;
	background: #fff;
}

.first {
  left: 0px;
  top: 20px;
}

.second {
	left: 20px;
	top: 20px;
	-webkit-animation: drop2 1s linear infinite;
	animation: drop2 1s linear infinite;
}

.third {
	left: 0px;
	top: 0px;
	-webkit-animation: drop3 1s linear infinite;
	animation: drop3 1s linear infinite;
}

.fourth {
	left: 20px;
	top: 0px;
	-webkit-animation: drop4 1s linear infinite;
	animation: drop4 1s linear infinite;
}

.text_loading {
	line-height: 16px;
	font-weight: 400;
	color: #fff;
	display: block;
	margin: 5px auto;
	padding: 3px;
	text-transform: Capitalize;
	font-size: 17px;
	letter-spacing: 1px;
}

@-webkit-keyframes bigSqrShrink {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  90% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
}

@keyframes bigSqrShrink {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  90% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
}
@-webkit-keyframes drop2 {
  0% {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }
  25% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  100% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
@keyframes drop2 {
  0% {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }
  25% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  100% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
@-webkit-keyframes drop3 {
  0% {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }
  50% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  100% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
@keyframes drop3 {
  0% {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }
  50% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  100% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
@-webkit-keyframes drop4 {
  0% {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }
  75% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  100% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
@keyframes drop4 {
  0% {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }
  75% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  100% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}




/*=========02. Header area start =======*/
.header-main-block {
  position: absolute;
  left: 0;
  right: 0;
  padding: 10px 0;
  background: transparent;
}
.header-main-block.header-scrolled {
  background: rgba(10, 10, 10, 0.8);
  backdrop-filter: blur(15px);
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 9999;
  -webkit-box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.08);
  -o-box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.08);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 991px) {
  .header-main-block {
    top: 0;
    padding: 5px 0;
  }
  .header-main-block .navbar {
    width: 100%;
    margin: 0 auto;
    top: 0;
    z-index: 9999;
  }
  .header-main-block .navbar .navbar-nav {
    background: rgba(10, 10, 10, 0.8);
    backdrop-filter: blur(15px);
    padding-top: 10px;
    margin-top: 10px;
    border-radius: 15px;
  }
  .header-main-block .navbar .nav-item {
    padding-bottom: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .header-main-block .navbar {
    padding: 15px 0;
  }
}
@media (orientation: landscape) and (max-height: 450px) {
  .header-main-block .navbar-collapse.show {
    height: 100%;
    max-height: calc(100vh - 50px);
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .header-main-block .navbar-nav {
    max-height: 100%;
    padding-bottom: 20px;
  }
}
.header-main-block .navbar-brand {
  margin-top: -5px;
}
.header-main-block .nav-item {
  padding-left: 32px;
}
@media only screen and (max-width: 991px) {
  .header-main-block .nav-item {
    text-align: center;
    padding-left: 0;
  }
}
.header-main-block .nav-link {
  font-size: 16px;
  font-weight: 600;
  white-space: nowrap;
  color: #fff;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.header-main-block .nav-link:hover {
  color: #65b530;
}
.header-main-block .nav-link.active-nav {
  color: #65b530;
}
.header-main-block .navbar-toggler {
  border: none;
  font-size: 20px;
  color: #fff;
  cursor: pointer;
}
.header-main-block .navbar-toggler:focus, .header-main-block .navbar-toggler:active {
  outline: none;
  border: none;
  box-shadow: none;
}

/*========Header area end============*/
/*========03. Hero area start============*/
.hero-area {
  background-image: url("../../../img/hero-bg.jpg");
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 991px) {
  .hero-area {
    background-size: cover;
    background-position: 70% -100px;
  }
  .hero-area.section-spacing {
    padding: 240px 0;
  }
}
.hero-area .left-content {
  padding: 50px 10px;
}
@media only screen and (max-width: 991px) {
  .hero-area .left-content {
    padding: 80px 10px;
  }
}
@media only screen and (max-width: 540px) {
  .hero-area .left-content {
    padding: 80px 10px;
  }
}
.hero-area .left-text-content h6 {
  color: #65b530;
}
.hero-area .left-text-content h1 {
  color: #fff;
  padding-top: 14px;
}
.hero-area .left-text-content p {
  color: #909090;
  padding-top: 26px;
  width: 80%;
}
@media only screen and (max-width: 991px) {
  .hero-area .left-text-content p {
    width: 100%;
  }
}
.hero-area .left-buttons {
  padding-top: 30px;
}
.hero-area .left-buttons a:last-child {
  margin-left: 30px;
}
@media only screen and (max-width: 400px) {
  .hero-area .left-buttons a:last-child {
    margin-left: 10px;
  }
}
.hero-area .right-image {
  text-align: center;
}
.hero-area .right-image img {
  max-width: 400px;
}
@media only screen and (max-width: 991px) {
  .hero-area .right-image img {
    margin: 0;
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .hero-area {
    background-position: 67% -80px;
  }
  .hero-area.section-spacing {
    padding: 240px 0 180px 0;
  }
}
@media only screen and (max-width: 540px) {
  .hero-area {
    background-position: 64% -70px;
  }
}
@media only screen and (max-width: 400px) {
  .hero-area {
    background-position: 64% -50px;
  }
}

/*========Hero area end============*/
/*========04. Service area start============*/
.service-area .service-slider {
  padding: 80px 15px;
}
.service-area .service-slider .service-slide {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.service-area .service-slider .service-slide.card {
  border: none;
  border-radius: 16px;
  -webkit-box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.12);
  -ms-box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.12);
  -o-box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.12);
}
.service-area .service-slider .service-slide .w-25 {
  margin-left: 68%;
  margin-top: 6%;
}
.service-area .service-slider .service-slide .w-50 {
  margin-top: -28%;
  padding-bottom: 28px;
}
.service-area .service-slider .service-slide p {
  padding-bottom: 10px;
  font-size: 18px;
}
.service-area .service-slider .service-slide a {
  color: #65b530;
  font-weight: 700;
}
.service-area .service-slider .service-slide a img {
  content: url(../../../img/services/arrow-green.png);
  margin-left: 8px;
}
.service-area .service-slider .service-slide:hover, .service-area .service-slider .service-slide.active {
  background: #65b530;
}
.service-area .service-slider .service-slide:hover .w-25, .service-area .service-slider .service-slide.active .w-25 {
  content: url("../../../img/services/top-white.png");
}
.service-area .service-slider .service-slide:hover h3, .service-area .service-slider .service-slide.active h3 {
  color: #fff;
}
.service-area .service-slider .service-slide:hover p, .service-area .service-slider .service-slide.active p {
  color: #fef2f2;
}
.service-area .service-slider .service-slide:hover a, .service-area .service-slider .service-slide.active a {
  color: #fff;
}
.service-area .service-slider .service-slide:hover a img, .service-area .service-slider .service-slide.active a img {
  content: url(../../../img/services/arrow-white.png);
}
.service-area .service-slider .swiper-pagination .swiper-pagination-bullet {
  background: #070e30;
  opacity: 1;
  height: 6px;
  width: 40px;
  border-radius: 0;
}
.service-area .service-slider .swiper-pagination .swiper-pagination-bullet-active {
  background: #65b530;
}
.service-area.section-spacing {
  padding: 50px 0 120px 0;
}

/*========Service area end============*/
/*========05. About area end============*/
.about-area, .appointment-area {
  background: url("../../../img/about/about-bg.svg");
  background-size: cover;
  background-position: 50% center;
  background-repeat: no-repeat;
}
.about-area .left-about-text p, .appointment-area .left-about-text p {
  padding: 10px 0 25px 0;
  width: 85%;
}
.about-area .left-about-text .about-list, .appointment-area .left-about-text .about-list {
  padding-bottom: 20px;
}
.about-area .left-about-text .about-list li, .appointment-area .left-about-text .about-list li {
  color: #565555;
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 15px;
}
.about-area .left-about-text .about-list li img, .appointment-area .left-about-text .about-list li img {
  margin-right: 15px;
}
.about-area .right-images, .appointment-area .right-images {
  display: flex;
  align-items: center;
}
.about-area .right-images .right-image, .appointment-area .right-images .right-image {
  padding: 20px;
}
.about-area .right-images .right-image:first-child, .appointment-area .right-images .right-image:first-child {
  position: relative;
  flex-basis: auto;
}
.about-area .right-images .right-image:first-child .play-btn, .appointment-area .right-images .right-image:first-child .play-btn {
  position: absolute;
  top: 42%;
  left: 42%;
  padding: 10px;
  height: 75px;
  width: 75px;
}
@media only screen and (max-width: 540px) {
  .about-area .right-images .right-image:first-child .play-btn, .appointment-area .right-images .right-image:first-child .play-btn {
    transform: scale(0.9);
  }
}
.about-area .right-images .right-image:first-child .play-btn::after, .appointment-area .right-images .right-image:first-child .play-btn::after, .about-area .right-images .right-image:first-child .play-btn::before, .appointment-area .right-images .right-image:first-child .play-btn::before {
  content: "";
  width: 80%;
  height: 80%;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  animation: wave 3s linear infinite;
  opacity: 0;
}
@keyframes wave {
  0% {
    width: 80%;
    height: 80%;
    opacity: 0;
  }
  25% {
    width: 100%;
    height: 100%;
    opacity: 0.25;
  }
  50% {
    width: 110%;
    height: 110%;
    opacity: 0.5;
  }
  75% {
    width: 120%;
    height: 120%;
    opacity: 0.75;
  }
  100% {
    width: 130%;
    height: 130%;
    opacity: 0;
  }
}
.about-area .right-images .right-image:first-child .play-btn::after, .appointment-area .right-images .right-image:first-child .play-btn::after {
  animation-delay: 1.5s;
}
.about-area .right-images .right-image:first-child .play-btn a, .appointment-area .right-images .right-image:first-child .play-btn a {
  background: #65b530;
  position: relative;
  z-index: 2;
  height: 50px;
  width: 50px;
  border-radius: 50%;
}
.about-area .right-images .right-image:first-child .play-btn a i, .appointment-area .right-images .right-image:first-child .play-btn a i {
  color: #fff;
}
.about-area .right-images .right-image:last-child, .appointment-area .right-images .right-image:last-child {
  flex-basis: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media only screen and (max-width: 540px) {
  .about-area .right-images .right-image, .appointment-area .right-images .right-image {
    padding: 15px;
  }
}

/*========About area end============*/
/*========06. Appointment area start============*/
.appointment-area {
  background: url("../../../img/appointment/appointment-bg.svg");
  background-position: center center;
}
.appointment-area h2,
.appointment-area h6 {
  color: #fff;
  text-align: left;
}
.appointment-area .col-xl-6:first-child {
  flex-direction: column;
  align-items: start;
  padding: 60px 2% 60px 8%;
}
@media only screen and (max-width: 991px) {
  .appointment-area .col-xl-6:first-child {
    padding: 100px 0;
    align-items: center;
  }
}
@media only screen and (max-width: 767px) {
  .appointment-area .col-xl-6:first-child {
    padding: 100px 5%;
  }
}
.appointment-area .book-form {
  padding-top: 20px;
}
.appointment-area .book-form .form-control,
.appointment-area .book-form .form-select {
  color: #565555;
  border-radius: 50px;
  padding: 10px 25px;
  margin-bottom: 20px;
  outline: none;
  border: none;
  box-shadow: none;
}
.appointment-area .book-form .form-control:focus, .appointment-area .book-form .form-control:active,
.appointment-area .book-form .form-select:focus,
.appointment-area .book-form .form-select:active {
  outline: none;
  border: none;
  box-shadow: none;
}
.appointment-area .book-form .form-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* Remove default arrow */
  background-image: url(../../../img/appointment/oui_arrow-up.svg);
  /* Add custom arrow */
  background-size: 16px;
  background-position: 96% center;
}
.appointment-area .book-form .personal-info, .appointment-area .book-form .date-info {
  display: flex;
  gap: 20px;
}
.appointment-area .book-form .date-info .date-input {
  background-image: url("../../../img/appointment/uiw_date.png");
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: 93% center;
}
.appointment-area .book-form .date-info .time-input {
  background-image: url("../../../img/appointment/uiw_time-o.png");
  background-repeat: no-repeat;
  background-size: 14px;
  background-position: 93.7% center;
}
.appointment-area .right-image {
  height: 100%;
}
.appointment-area .right-image img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

/*========Appointment area end============*/
/*========07. our-pet-gallery area start============*/
.pet-gallery-section .col {
  margin-bottom: 20px;
}
.pet-gallery-section h2 {
  margin-bottom: 30px;
}
.pet-gallery-section .gallery-item {
  border-radius: 8px;
  position: relative;
  cursor: pointer;
}
.pet-gallery-section .gallery-item::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  border-radius: 8px;
  background-size: 78px;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.pet-gallery-section .gallery-item:hover::before, .pet-gallery-section .gallery-item.active::before {
  background-image: url("../../../img/gallery/ph_plus-thin.svg");
  background-color: rgba(101, 181, 48, 0.8);
  background-size: 78px;
  background-repeat: no-repeat;
  background-position: center center;
}
.pet-gallery-section .gallery-item img {
  width: 100%;
  transition: transform 0.3s ease;
}

/*========our-pet-gallery area end============*/
/*========08. Counter area start============*/
.counter-area {
  background-image: url("../../../img/counter-icons/counter-bg.png");
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 991px) {
  .counter-area {
    background-size: cover;
    background-position: center;
  }
}
@media only screen and (max-width: 767px) {
  .counter-area {
    background-position: 92% top;
    padding-top: 200px;
  }
}
.counter-area .col img {
  padding-top: 30px;
}
.counter-area .col h3 {
  color: #fff;
  padding: 20px 0 0px 0;
}
.counter-area .col h3::after {
  content: "+";
}
.counter-area .col p {
  color: #65b530;
  font-size: 16px;
  font-weight: 700;
}

/*========Counter area end============*/
/*========09. Doctors area start============*/
.doctors-area h2 {
  padding-bottom: 40px;
}
.doctors-area .doctor .card {
  position: relative;
  cursor: pointer;
}
.doctors-area .doctor .card .doc-details {
  position: absolute;
  visibility: hidden;
  border-radius: 16px;
  justify-content: end;
  flex-direction: column;
  padding-bottom: 45px;
  top: 50%;
  left: 49.99%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  text-align: center;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.doctors-area .doctor .card .doc-details h3,
.doctors-area .doctor .card .doc-details p {
  color: #fff;
}
.doctors-area .doctor .card .doc-details p {
  padding-bottom: 10px;
}
.doctors-area .doctor .card .doc-details .social-icons {
  display: flex;
  flex-direction: row;
  gap: 20px;
}
.doctors-area .doctor .card .doc-details .social-icons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  background: #fff;
  color: #65b530;
  border-radius: 5px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.doctors-area .doctor .card .doc-details .social-icons a:hover {
  background: #0a0a0a;
  color: #fff;
}
.doctors-area .doctor .card:hover .doc-details, .doctors-area .doctor .card.active .doc-details {
  visibility: visible;
  background-color: rgba(101, 181, 48, 0.8);
  opacity: 1;
  pointer-events: auto;
}
.doctors-area .doctor .card .card-img img {
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .doctors-area .doctor .card {
    margin-bottom: 20px;
  }
}

/*========Doctors area end============*/
/*========10. Pricing area start============*/
.pricing-area {
  background-image: url("../../../img/pricing/pricing-bg.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.pricing-area .text-center h2 {
  padding-bottom: 35px;
}
.pricing-area .card {
  border: none;
}
@media only screen and (max-width: 991px) {
  .pricing-area .card {
    margin-bottom: 20px;
  }
}
.pricing-area .card h2,
.pricing-area .card h6 {
  text-align: center;
}
.pricing-area .card h2 span,
.pricing-area .card h6 span {
  font-weight: 400;
  font-size: 24px;
}
.pricing-area .card .card-body {
  -webkit-box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.12);
  -ms-box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.12);
  -o-box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.12);
  text-align: center;
  padding: 30px 10px;
  border-radius: 16px;
}
.pricing-area .card .card-body .features {
  text-align: left;
  padding: 30px 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pricing-area .card .card-body .features {
    padding: 30px 0px;
  }
}
.pricing-area .card .card-body .features li {
  padding-bottom: 17px;
  font-size: 18px;
  font-weight: 600;
  color: #565555;
}
.pricing-area .card .card-body .features li img {
  margin-left: 16px;
  padding-right: 10px;
}
@media only screen and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .pricing-area .card .card-body .features li {
    font-size: 16px;
  }
}

/*========Pricing area end============*/
/*========11. testimonial area start============*/
.testimonial-area {
  background-image: url("../../../img/testimonials/testimonial-bg.svg");
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 991px) {
  .testimonial-area.section-spacing {
    padding: 65px 0;
  }
}
.testimonial-area .title h2 {
  color: #fff;
}
.testimonial-area .title-area {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .testimonial-area .title-area {
    justify-content: center;
    text-align: center;
  }
}
.testimonial-area .title-area .navigation {
  display: flex;
  align-items: end;
  justify-content: center;
  gap: 20px;
  padding-top: 20px;
}
.testimonial-area .title-area .navigation .previous-btn,
.testimonial-area .title-area .navigation .next-btn {
  background: #fff;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
@media only screen and (max-width: 991px) {
  .testimonial-area .title-area .navigation .previous-btn,
  .testimonial-area .title-area .navigation .next-btn {
    display: none;
  }
}
.testimonial-area .title-area .navigation .next-btn img {
  content: url("../../../img/testimonials/btn-next.png");
}
.testimonial-area .title-area .navigation .next-btn:hover, .testimonial-area .title-area .navigation .next-btn.active {
  background: #65b530;
}
.testimonial-area .title-area .navigation .next-btn:hover img, .testimonial-area .title-area .navigation .next-btn.active img {
  content: url("../../../img/testimonials/btn-next-white.png");
}
.testimonial-area .title-area .navigation .previous-btn img {
  content: url("../../../img/testimonials/btn-prev.png");
}
.testimonial-area .title-area .navigation .previous-btn:hover, .testimonial-area .title-area .navigation .previous-btn.active {
  background: #65b530;
}
.testimonial-area .title-area .navigation .previous-btn:hover img, .testimonial-area .title-area .navigation .previous-btn.active img {
  content: url("../../../img/testimonials/btn-prev-white.png");
}
@media only screen and (max-width: 400px), only screen and (max-width: 540px) {
  .testimonial-area .testimonial-slider {
    padding: 0 5px;
  }
}
.testimonial-area .testimonial-slider .card-img img:first-child {
  width: 70px;
}
.testimonial-area .testimonial-slider .card-img img:nth-child(2) {
  width: 45px;
}
.testimonial-area .testimonial-slider .card-body p {
  line-height: 28px;
  font-size: 16px;
  font-weight: 600;
  word-spacing: 0.1px;
  letter-spacing: -0.2px;
}
.testimonial-area .testimonial-slider .card-body h6 {
  font-weight: 600;
}

/*========testimonial area end============*/
/*========12. faq area start============*/
.faq-area {
  background-image: url("../../../img/faq/faq-bg.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.faq-area .text-center h2 {
  padding-bottom: 30px;
}
@media only screen and (max-width: 991px) {
  .faq-area .faq-container .col-8 {
    width: 100%;
  }
}
.faq-area .faq-container .list-group {
  margin: 0 20px;
  text-align: center;
  padding-bottom: 20px;
}
@media only screen and (max-width: 540px) {
  .faq-area .faq-container .list-group {
    flex-direction: column !important;
  }
}
.faq-area .faq-container .list-group .list-group-item {
  background: none;
  color: #000000;
  border: none;
  position: relative;
  font-size: 18px;
  font-weight: 600;
}
@media only screen and (max-width: 540px) {
  .faq-area .faq-container .list-group .list-group-item {
    border-radius: 5px;
    border: 1px solid #65b530;
    margin-bottom: 10px;
  }
  .faq-area .faq-container .list-group .list-group-item.active {
    background: #65b530;
  }
}
@media only screen and (max-width: 767px) {
  .faq-area .faq-container .list-group .list-group-item {
    font-size: 16px;
  }
}
.faq-area .faq-container .list-group .list-group-item.active {
  color: #65b530;
}
@media only screen and (max-width: 540px) {
  .faq-area .faq-container .list-group .list-group-item.active {
    color: #fff;
  }
}
.faq-area .faq-container .list-group .list-group-item.active::after {
  content: "";
  height: 2px;
  width: 60%;
  background: #65b530;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  animation: faqwidth 0.4s ease;
}
@keyframes faqwidth {
  0% {
    width: 0;
  }
  100% {
    width: 60%;
  }
}
.faq-area .faq-container .accordion-item {
  margin: 30px 0;
  border: none;
  border-radius: 5px;
  box-shadow: 0px 2px 24px 0px rgba(0, 0, 0, 0.12);
}
.faq-area .faq-container .accordion-item:has(.accordion-collapse.show) {
  border: 1px solid #65b530;
}
.faq-area .faq-container .accordion-item:has(.accordion-collapse.show) .accordion-button {
  color: #65b530;
}
.faq-area .faq-container .accordion-item .accordion-body {
  padding-top: 0;
  color: #565555;
  font-size: 16px;
  font-weight: 600;
}
.faq-area .faq-container .accordion-button {
  background: #fff;
  border: none;
  outline: none;
  box-shadow: none;
  border-radius: 5px;
  font-size: 18px;
  font-weight: 700;
  color: #070e30;
}
.faq-area .faq-container .accordion-button:focus, .faq-area .faq-container .accordion-button:active {
  border: none;
  outline: none;
  box-shadow: none;
}
.faq-area .faq-container .accordion-button::after {
  background-image: url("../../../img/faq/plus.png");
}
.faq-area .faq-container .accordion-button:not(.collapsed)::after {
  background-image: url("../../../img/faq/minus.png");
}
.faq-area .faq-container .load-more a {
  border-radius: 10px;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
}

/*========faq area end============*/
/*========13. blog area start============*/
.blog-area {
  background-image: url("../../../img/blog/blog-bg.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.blog-area .text-center h2 {
  padding-bottom: 35px;
}
.blog-area .card {
  border-radius: 12px;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.09);
}
@media only screen and (max-width: 991px) {
  .blog-area .card {
    margin-bottom: 25px;
  }
}
.blog-area .card .card-body {
  padding: 16px 30px 30px 30px;
}
.blog-area .card .card-body p {
  font-size: 16px;
  padding-bottom: 0;
  line-height: 28px;
  letter-spacing: 0.5px;
}
.blog-area .card .card-body .author {
  padding-top: 17px;
}
.blog-area .card .card-body .author img {
  padding-right: 13px;
}
.blog-area .card .card-body .author h5 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: -2px;
}

/*========14. blog area end============*/
/*========15. Contact area start============*/
.contact-area {
  background-image: url("../../../img/contact/contact-bg.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.contact-area .left-top {
  padding-bottom: 35px;
}
.contact-area .left-top img {
  padding-bottom: 25px;
}
.contact-area .left-top p {
  width: 85%;
}
.contact-area .contact-info ul li {
  display: flex;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}
.contact-area .contact-info ul li img {
  padding-right: 20px;
  padding-bottom: 20px;
}
@media only screen and (max-width: 540px) {
  .contact-area .contact-info ul li {
    font-size: 16px;
  }
}
.contact-area .social-icons {
  padding-top: 45px;
  display: flex;
  justify-content: start;
  gap: 20px;
}
.contact-area .social-icons a {
  height: 42px;
  width: 42px;
  background: #fff;
  color: #65b530;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.contact-area .social-icons a:hover, .contact-area .social-icons a.active {
  background: #65b530;
  color: #fff;
}
.contact-area .form-box {
  padding: 0 20px;
  padding-top: 20px;
}
@media only screen and (max-width: 540px) {
  .contact-area .form-box {
    padding: 0;
  }
}
.contact-area .form-box .contact-sub-title {
  color: #fff;
}
@media only screen and (max-width: 991px) {
  .contact-area .form-box .contact-sub-title {
    padding-top: 30px;
  }
}
.contact-area .form-box .form-control {
  background: transparent;
  border: 1px solid rgba(217, 217, 217, 0.25);
  color: #fff;
  outline: none;
  box-shadow: none;
  padding: 16px 30px;
  border-radius: 8px;
  caret-color: #fff;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.contact-area .form-box .form-control::placeholder {
  color: #fff;
}
.contact-area .form-box .form-control:active, .contact-area .form-box .form-control:focus {
  outline: none;
  box-shadow: none;
  border: 1px solid #65b530;
}
.contact-area .form-box .main-btn, .contact-area .form-box .main-btn-hover-dark, .contact-area .form-box .main-btn-white, .contact-area .form-box .main-btn-dark, .contact-area .form-box .main-btn-dark-primary-bg {
  border-radius: 8px;
  margin-top: 35px;
}
.contact-area .form-box .formStatus {
  display: block;
  padding-top: 15px;
  text-align: center;
}

/*======== Contact area end============*/
/*========Footer copyright area end============*/
footer {
  margin-top: -1px;
  padding: 20px 0;
  background: #070707;
}
footer p {
  color: #fff;
}
footer p span {
  color: #65b530;
}

/*========Footer copyright area end============*//*# sourceMappingURL=style.css.map */