
/*
@File: Opnix Template Style

* This file contains the styling for the actual template, this
is the file you need to edit to change the look of the
template.

This files table contents are outlined below>>>>>

*******************************************
*******************************************

** - Default CSS
** - Home Demo One CSS
** - Home Demo Two CSS
** - Home Demo Three CSS
** - About Us CSS
** - Doctor Details CSS
** - Service Details CSS
** - Shop CSS
** - Blog Details CSS
** - Contact CSS
** - FAQ CSS
** - Error CSS
** - Rules CSS
** - Go Top CSS
** - Loader CSS
*/
/* @import url("https://fonts.googleapis.com/css2?family=Jost:wght@400;500;600;700&amp;display=swap"); */
/* @import url("https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@400;500;600;700&amp;display=swap"); */
/*----- Default -----*/


h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  color: var(--color-secondary);
  /* font-family: "Roboto Slab", serif; */
}

p {
  line-height: 1.7;
}

p:last-child {
  margin-bottom: 0;
}

a {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
}

.d-table {
  width: 100%;
  height: 100%;
}

.d-table-cell {
  vertical-align: middle;
}

.mtb-100 {
  margin-top: 100px;
  margin-bottom: 100px;
}

.mt-100 {
  margin-top: 100px;
}

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

.ptb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.pt-100 {
  padding-top: 100px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-100 {
  padding-bottom: 100px;
}

button:focus {
  outline: 0;
}

.btn.focus, .btn:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.common-btn {
  display: inline-block;
  color: #fff;
  background-color: var(--color-primary);
  padding: 12px 25px;
  font-weight: 500;
  border: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 1 !important;
  z-index: 1;
  position: relative;
}

.common-btn .one:before {
  position: absolute;
  content: '';
  width: 0;
  height: 2px;
  left: 0;
  top: 0;
  background-color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
}

.common-btn .one:after {
  position: absolute;
  content: '';
  width: 2px;
  height: 0;
  left: 0;
  top: 0;
  background-color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
}

.common-btn .two:before {
  position: absolute;
  content: '';
  width: 0;
  height: 2px;
  right: 0;
  bottom: 0;
  background-color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
}

.common-btn .two:after {
  position: absolute;
  content: '';
  width: 2px;
  height: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
}

.common-btn:hover {
  color: #fff;
  background-color: var(--color-secondary) !important;
}

.common-btn:hover .one:before, .common-btn:hover .two:before {
  opacity: 1;
  visibility: visible;
  width: 15px;
}

.common-btn:hover .one:after, .common-btn:hover .two:after {
  opacity: 1;
  visibility: visible;
  height: 15px;
}

.section-title {
  margin-bottom: 40px;
  text-align: center;
  margin-top: -10px;
  position: relative;
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
}

.section-title .top {
  position: relative;
  display: inline-block;
  margin-bottom: 8px;
}

.section-title .top .top-title {
  font-size: 75px;
  line-height: 75px;
  color: #b6b5b5;
  /* font-family: "Roboto Slab", serif; */
  font-weight: 700;
  display: block;
  opacity: .10;
}

.section-title .top .sub-title {
  display: block;
  font-weight: 600;
  color: var(--color-primary);
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
  font-size: 24px;
}

.section-title h2 {
  font-size: 40px;
  margin-bottom: 0;
  line-height: 1.3;
}

.section-title p {
  margin-top: 10px;
  margin-bottom: 0;
}

/*----- Home Demo One -----*/












.services-item {
  margin-bottom: 30px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.services-item:hover {
  -webkit-transform: translate(0, -5px);
          transform: translate(0, -5px);
}

.services-item:hover .bottom span {
  width: 50px;
  height: 50px;
}

.services-item:hover .bottom .icon {
  color: #fff;
  background-color: var(--color-primary);
}

.services-item .top a {
  display: block;
}

.services-item .top a img {
  border-radius: 10px;
}

.services-item .bottom {
  background-color: #fff;
  border-radius: 10px;
  position: relative;
  padding: 30px 30px 30px 105px;
  max-width: 92%;
  margin-left: auto;
  margin-right: auto;
  margin-top: -40px;
  -webkit-box-shadow: 0px 8px 20px 0px #f5fcfe;
          box-shadow: 0px 8px 20px 0px #f5fcfe;
}

.services-item .bottom span {
  position: absolute;
  width: 15px;
  height: 15px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.services-item .bottom span:nth-child(1) {
  top: 0;
  left: 0;
  border-top-left-radius: 10px;
  border-top: 3px solid var(--color-primary);
  border-left: 3px solid var(--color-primary);
}

.services-item .bottom span:nth-child(2) {
  top: 0;
  right: 0;
  border-top-right-radius: 10px;
  border-top: 3px solid var(--color-primary);
  border-right: 3px solid var(--color-primary);
}

.services-item .bottom span:nth-child(3) {
  bottom: 0;
  right: 0;
  border-bottom-right-radius: 10px;
  border-bottom: 3px solid var(--color-primary);
  border-right: 3px solid var(--color-primary);
}

.services-item .bottom span:nth-child(4) {
  bottom: 0;
  left: 0;
  border-bottom-left-radius: 10px;
  border-bottom: 3px solid var(--color-primary);
  border-left: 3px solid var(--color-primary);
}

.services-item .bottom .icon {
  display: inline-block;
  position: absolute;
  top: 30px;
  left: 30px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 10px;
  text-align: center;
  font-size: 30px;
  color: var(--color-primary);
  background-color: #e0f8fc;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.services-item .bottom h3 {
  font-size: 22px;
  margin-bottom: 10px;
}

.services-item .bottom h3 a {
  color: var(--color-secondary);
}

.services-item .bottom h3 a:hover {
  color: var(--color-primary);
}

.services-item .bottom p {
  margin-bottom: 10px;
}

.services-item .bottom .services-btn {
  display: inline-block;
  color: var(--color-primary);
  font-weight: 500;
}

.services-item .bottom .services-btn i {
  position: relative;
  top: 2px;
}

.services-item .bottom .services-btn:hover {
  color: var(--color-secondary);
}



.doctors-item {
  margin-bottom: 30px;
  -webkit-box-shadow: 0px 0px 20px 0px #e5fafd;
          box-shadow: 0px 0px 20px 0px #e5fafd;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.doctors-item:hover {
  -webkit-transform: translate(0, -5px);
          transform: translate(0, -5px);
}

.doctors-item .top {
  position: relative;
  text-align: center;
  background-color: #e1f4fa;
}

.doctors-item .top ul {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 30%;
  left: 30px;
  display: none;
}

.doctors-item .top ul li {
  list-style-type: none;
  display: block;
  margin-bottom: 15px;
}

.doctors-item .top ul li a {
  display: block;
  width: 45px;
  height: 45px;
  text-align: center;
  border-radius: 5px;
  font-size: 25px;
  color: #fff;
  background-color: var(--color-primary);
}

.doctors-item .top ul li a i {
  line-height: 45px;
}

.doctors-item .top ul li a:hover {
  color: #fff;
  background-color: var(--color-secondary);
}

.doctors-item .bottom {
  padding: 30px 30px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  vertical-align: middle;
}

.doctors-item .bottom .left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  max-width: 20%;
}

.doctors-item .bottom .right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%;
  margin-left: 15px;
}

.doctors-item .bottom i {
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  color: var(--color-primary);
  background-color: #e1f4fa;
  font-size: 35px;
  border-radius: 5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}

.doctors-item .bottom i:hover {
  color: #fff;
  background-color: var(--color-primary);
}

.doctors-item .bottom h3 {
  font-size: 22px;
  margin-bottom: 6px;
}

.doctors-item .bottom h3 a {
  color: var(--color-primary);
}

.doctors-item .bottom h3 a:hover {
  color: var(--color-secondary);
}

.doctors-item .bottom span {
  display: block;
}

.choose-area {
  position: relative;
  z-index: 1;
  background-color: #f6fcfe;
}

.choose-area .choose-shape img {
  position: absolute;
  z-index: -1;
}

.choose-area .choose-shape img:nth-child(1) {
  top: 0;
  right: 0;
}

.choose-area .choose-shape img:nth-child(2) {
  bottom: 0;
  right: 0;
}

.choose-area .choose-shape img:nth-child(3) {
  bottom: 0;
  left: 0;
}

.choose-area .choose-img {
  margin-bottom: 30px;
  text-align: center;
  position: relative;
  z-index: 1;
}

.choose-area .choose-img:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: var(--color-primary);
  z-index: -1;
  -webkit-animation: border-transform-default-two 10s linear infinite alternate forwards;
          animation: border-transform-default-two 10s linear infinite alternate forwards;
}

.choose-area .choose-img img {
  -webkit-animation: border-transform-default 10s linear infinite alternate forwards;
          animation: border-transform-default 10s linear infinite alternate forwards;
}

.choose-area .choose-content .section-title {
  text-align: start;
}

.choose-area .choose-content .section-title p {
  /* font-weight: 500; */
}

.choose-area .choose-content ul {
  margin: 0;
  padding: 0;
}

.choose-area .choose-content ul li {
  list-style-type: none;
  display: block;
  margin-bottom: 30px;
  padding-left: 70px;
  position: relative;
}

.choose-area .choose-content ul li:hover i {
  color: #fff;
  background-color: var(--color-primary);
}

.choose-area .choose-content ul li i {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 25px;
  border-radius: 10px;
  color: var(--color-primary);
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 20px 0px #e5f9fd;
          box-shadow: 0px 0px 20px 0px #e5f9fd;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  top: 0;
  left: 0;
}

.choose-area .choose-content ul li h3 {
  font-size: 22px;
  margin-bottom: 8px;
}

@-webkit-keyframes border-transform-default {
  0%, to {
    border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
  }
  14% {
    border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
  }
  28% {
    border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
  }
  42% {
    border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
  }
  56% {
    border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
  }
  70% {
    border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
  }
  84% {
    border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
  }
}

@keyframes border-transform-default {
  0%, to {
    border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
  }
  14% {
    border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
  }
  28% {
    border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
  }
  42% {
    border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
  }
  56% {
    border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
  }
  70% {
    border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
  }
  84% {
    border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
  }
}

@-webkit-keyframes border-transform-default-two {
  0%, to {
    border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
  }
  14% {
    border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
  }
  28% {
    border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
  }
  42% {
    border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
  }
  56% {
    border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
  }
  70% {
    border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
  }
  84% {
    border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
  }
}

@keyframes border-transform-default-two {
  0%, to {
    border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
  }
  14% {
    border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
  }
  28% {
    border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
  }
  42% {
    border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
  }
  56% {
    border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
  }
  70% {
    border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
  }
  84% {
    border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
  }
}

.blog-area .section-title h2 {
  max-width: 500px;
  margin: 0 auto;
}








/*----- Home Demo Two -----*/
.banner-bg-two {
  background-image: url("../images/banner/main2.jpg");
}

.banner-bg-three {
  background-image: url("../images/banner/main3.jpg");
}

.banner-bg-four {
  background-image: url("../images/banner/main4.jpg");
}

.banner-area.two .banner-item:before {
  background: -webkit-gradient(linear, left top, right top, color-stop(36%, rgba(255, 255, 255, 0.816969)), color-stop(61%, rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.816969) 36%, rgba(255, 255, 255, 0) 61%);
  opacity: 1;
}

.banner-area.two .banner-content {
  max-width: 720px;
}

.banner-area.two .banner-content h1 {
  margin-bottom: 22px;
}

.banner-area.two .banner-content p {
  margin-bottom: 30px;
  font-weight: 500;
  font-size: 18px;
}

.banner-area.two .owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
}

.banner-area.two .owl-theme .owl-dots .owl-dot span {
  width: 60px;
  height: 6px;
  background: #82dce7;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.banner-area.two .owl-theme .owl-dots .owl-dot.active span, .banner-area.two .owl-theme .owl-dots .owl-dot:hover span {
  background: var(--color-primary);
}

.about-area.two {
  background-image: unset;
  background-color: #fff;
  z-index: 1;
  position: relative;
}

.about-area.two .about-shape img {
  position: absolute;
  z-index: -1;
}

.about-area.two .about-shape img:nth-child(1) {
  top: 0;
  right: 0;
}

.about-area.two .about-shape img:nth-child(2) {
  left: 0;
  bottom: 0;
}

.about-area.two .about-img {
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}

.about-area.two .about-img:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: var(--color-primary);
  z-index: -1;
  -webkit-animation: border-transform-default-two 10s linear infinite alternate forwards;
          animation: border-transform-default-two 10s linear infinite alternate forwards;
}

.about-area.two .about-img img {
  -webkit-animation: border-transform-default 10s linear infinite alternate forwards;
          animation: border-transform-default 10s linear infinite alternate forwards;
}

.about-area.two .about-content {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 30px;
}

.about-area.two .about-content ul li i {
  color: var(--color-secondary);
  background-color: #ddf8fb;
}

.about-area.two .about-content ul li:hover i {
  color: #fff;
  background-color: var(--color-primary);
}

.services-area.two {
  background-image: url(../images/testimonials-bg.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}

.services-area.two:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  opacity: .70;
  z-index: -1;
}

.services-area.two .services-item .bottom {
  max-width: 100%;
  margin-top: 0;
}

.counter-area {
  background-image: url(../images/consultation-bg.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}

.counter-area:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  opacity: .70;
  z-index: -1;
}

.counter-item {
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 20px 0px #dddddd;
          box-shadow: 0px 0px 20px 0px #dddddd;
  position: relative;
  padding: 40px 30px 40px 115px;
  margin-bottom: 30px;
}

.counter-item i {
  display: inline-block;
  color: var(--color-primary);
  font-size: 70px;
  line-height: 70px;
  position: absolute;
  top: 40px;
  left: 30px;
}

.counter-item h3 {
  font-size: 40px;
  color: var(--color-primary);
  margin-bottom: 5px;
  margin-top: -10px;
}

.counter-item h3 .target {
  margin-left: -5px;
  position: relative;
  top: 1px;
}

.counter-item p {
  font-weight: 500;
}

img.mfp-img {
  background-color: #e1f4fa;
}



.client-area {
  background-color: #7adfed;
  position: relative;
}

.client-area .client-img img {
  position: absolute;
  bottom: 0;
  right: 30px;
}

.client-area .section-title {
  text-align: start;
}

.client-area .section-title .top .top-title {
  color: #90e4ef;
  opacity: 1;
}

.client-area .section-title .top .sub-title {
  color: #35405c;
}

.client-area .section-title h2 {
  max-width: 500px;
}

.client-area .slider-for {
  max-width: 640px;
}

.client-area .client-item {
  position: relative;
}

.client-area .client-item .icon {
  display: inline-block;
  font-size: 40px;
  line-height: 40px;
  color: #fff;
  margin-bottom: 15px;
}

.client-area .client-item p {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 25px;
}

.client-area .client-item ul {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
}

.client-area .client-item ul li {
  list-style-type: none;
  display: inline-block;
}

.client-area .client-item ul li i {
  display: block;
  color: #fff;
  font-size: 18px;
}

.client-area .client-item ul li i.checked {
  color: #fff;
}

.client-area .slider-nav {
  max-width: 550px;
}

.client-area .top-img {
  opacity: .60;
  cursor: pointer;
}

.client-area .top-img:focus {
  outline: none;
}

.client-area .top-img.slick-current {
  opacity: 1;
}

.client-area .top-img img {
  max-width: 100px;
  border-radius: 50%;
  margin-bottom: 15px;
}

.client-area .top-img h3 {
  font-size: 22px;
  margin-bottom: 5px;
}

.client-area .top-img span {
  display: block;
}

.features-item {
  margin-bottom: 30px;
  border-radius: 10px;
  padding: 30px 30px 25px;
  background-color: #7adfed;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.features-item:hover {
  -webkit-transform: translate(0, -5px);
          transform: translate(0, -5px);
  background-color: #e1f4fa;
}

.features-item:hover .features-btn {
  color: var(--color-primary);
}

.features-item span {
  display: inline-block;
  font-weight: 700;
  font-size: 30px;
  position: absolute;
  top: 30px;
  right: 30px;
}

.features-item i {
  display: inline-block;
  width: 90px;
  height: 90px;
  text-align: center;
  line-height: 90px;
  font-size: 35px;
  color: var(--color-primary);
  background-color: #fff;
  margin-bottom: 22px;
  border-radius: 5px;
}

.features-item h3 {
  font-size: 22px;
  margin-bottom: 15px;
}

.features-item h3 a {
  color: var(--color-secondary);
}

.features-item h3 a:hover {
  letter-spacing: 1px;
}

.features-item p {
  margin-bottom: 13px;
}

.features-item .features-btn {
  font-weight: 600;
  color: #35405c;
  font-size: 16px;
}

.appointment-area {
  background-color: #e1f4fa;
  position: relative;
  z-index: 1;
}

.appointment-area .appointment-shape img {
  position: absolute;
  z-index: -1;
}

.appointment-area .appointment-shape img:nth-child(1) {
  top: 0;
  right: 0;
}

.appointment-area .appointment-shape img:nth-child(2) {
  bottom: 0;
  right: 0;
}

.appointment-area .appointment-img {
  background-image: url("../images/appointment-main1.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

.appointment-area .appointment-img img {
  display: none;
}

.appointment-area .appointment-content {
  padding-top: 100px;
  padding-bottom: 100px;
  padding-left: 30px;
  max-width: 645px;
}

.appointment-area .appointment-content h3 {
  font-size: 24px;
  margin-bottom: 20px;
}

.appointment-area .appointment-content span {
  display: block;
  margin-bottom: 30px;
}

.appointment-area .appointment-content .form-group {
  margin-bottom: 15px;
}

.appointment-area .appointment-content .form-group .form-control {
  height: 50px;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #35405c;
  padding-left: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.appointment-area .appointment-content .form-group .form-control:focus {
  border: 0;
  border-bottom: 1px solid var(--color-primary);
  -webkit-box-shadow: none;
          box-shadow: none;
}

.appointment-area .appointment-content .form-group textarea {
  height: auto !important;
}

.appointment-area .appointment-content .common-btn {
  margin-top: 10px;
}

.appointment-area .appointment-content .common-btn span {
  margin-bottom: 0;
}

/*----- Home Demo Three -----*/
.main-nav.two {
  background: var(--color-secondary);
}

.main-nav.two .side-nav .cart a span {
  color: #fff;
  background-color: var(--color-primary);
}

.main-nav.two .side-nav .social {
  margin-right: 0;
}

.banner-area.three {
  background-color: #99e2ec;
  position: relative;
  z-index: 1;
}

.banner-area.three .banner-shape img {
  z-index: -1;
  position: absolute;
}

.banner-area.three .banner-shape img:nth-child(1) {
  top: 0;
  left: 0;
}

.banner-area.three .banner-shape img:nth-child(2) {
  top: 0;
  right: 0;
}

.banner-area.three .banner-shape img:nth-child(3) {
  z-index: 1;
  bottom: 0;
  right: 75px;
  max-width: 530px;
}

.banner-area.three .banner-content {
  max-width: 770px;
}

.banner-area.three .banner-content .title {
  color: #fff;
}

.banner-area.three .banner-content h1 {
  margin-bottom: 22px;
}

.banner-area.three .banner-content p {
  margin-bottom: 30px;
  font-weight: 500;
  font-size: 18px;
}

.banner-area.three .banner-content .common-btn {
  background-color: var(--color-secondary);
}

.banner-area.three .banner-content .banner-btn {
  margin-left: 15px;
  background-color: #fff;
  color: var(--color-secondary);
}

.banner-area.three .banner-content .banner-btn .one:before, .banner-area.three .banner-content .banner-btn .two:before {
  background-color: var(--color-secondary);
}

.banner-area.three .banner-content .banner-btn .one:after, .banner-area.three .banner-content .banner-btn .two:after {
  background-color: var(--color-secondary);
}

.about-area.three .about-img-two {
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}

.about-area.three .about-img-two:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  border-radius: 30px;
  background-color: #bff0f6;
  z-index: -1;
}

.about-area.three .about-img-two img {
  border-radius: 30px;
  position: relative;
  top: -30px;
  left: 40px;
  max-width: 610px;
}

.about-area.three .about-content {
  padding-left: 30px;
}

.about-area.three .about-content .section-title {
  margin-bottom: 30px;
}

.about-area.three .about-content .section-title p {
  margin-bottom: 0 !important;
  border-left: 3px solid var(--color-primary);
  padding-left: 15px;
}

.about-area.three .about-content p {
  margin-bottom: 5px;
}

.about-area.three .about-content ul {
  margin: 0;
  padding: 0;
  margin-top: 30px;
}

.about-area.three .about-content ul li {
  list-style-type: none;
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  padding-left: 0;
  margin-right: 20px;
}

.about-area.three .about-content ul li:hover a i {
  color: var(--color-primary);
  background-color: transparent;
}

.about-area.three .about-content ul li a {
  display: inline-block;
  vertical-align: middle;
}

.about-area.three .about-content ul li a:hover i {
  color: #fff;
  background-color: var(--color-primary);
}

.about-area.three .about-content ul li a i {
  position: relative;
  top: 0;
  width: 70px;
  height: 70px;
  line-height: 68px;
  font-size: 45px;
  color: var(--color-primary);
  background-color: transparent;
  border-radius: 50%;
  border: 2px solid var(--color-primary);
}

.about-area.three .about-content ul li span {
  display: inline-block;
  font-weight: 500;
  vertical-align: middle;
  margin-left: 5px;
}

.about-area.three .about-content ul li .common-btn {
  margin-top: 0;
  color: #fff;
  background-color: var(--color-secondary);
}

.about-area.three .about-content ul li .common-btn span {
  margin-left: 0;
  display: unset;
}

.features-area.two {
  background-color: #e5f9fc;
  position: relative;
  z-index: 1;
}

.features-area.two .features-shape img {
  position: absolute;
  z-index: -1;
}

.features-area.two .features-shape img:nth-child(1) {
  top: 0;
  left: 0;
}

.features-area.two .features-shape img:nth-child(2) {
  top: 0;
  right: 0;
}

.features-area.two .features-item i {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.features-area.two .features-item:hover {
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 20px 0px #b4ecf5;
          box-shadow: 0px 0px 20px 0px #b4ecf5;
}

.features-area.two .features-item:hover i {
  color: #fff;
  background-color: var(--color-primary);
}

.services-area.three {
  background-color: var(--color-secondary);
}

.services-area.three .section-title {
  text-align: start;
}

.services-area.three .section-title h2 {
  color: #fff;
}

.services-area.three .section-title p {
  color: #fff;
  margin: 0;
  position: absolute;
  top: 25px;
  right: 0;
  max-width: 620px;
}

.services-area.three .services-item .bottom {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.counter-area.two {
  background-image: unset;
}

.counter-area.two:before {
  display: none;
}

.counter-area.two .counter-item {
  -webkit-box-shadow: 0px 0px 20px 0px #e6f8fa;
          box-shadow: 0px 0px 20px 0px #e6f8fa;
}

.faq-area {
  background-image: url(../images/faq-bg.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}

.faq-area:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  opacity: .70;
  z-index: -1;
}

.faq-area .container {
  position: relative;
}

.faq-area .container .faq-img img {
  position: absolute;
  left: 0;
  bottom: -100px;
  max-width: 500px;
}

.faq-area .faq-item {
  max-width: 800px;
  border-radius: 10px;
  background-color: #fff;
  margin-left: auto;
  padding: 50px 30px 50px;
}

.faq-area .faq-item .accordion {
  margin: 0;
  padding: 0;
}

.faq-area .faq-item .accordion li {
  position: relative;
  list-style-type: none;
  margin-bottom: 30px;
  display: block;
}

.faq-area .faq-item .accordion li:last-child {
  margin-bottom: 0;
}

.faq-area .faq-item .accordion li .faq-head {
  color: var(--color-secondary);
  font-size: 18px;
  width: 100%;
  display: block;
  cursor: pointer;
  font-weight: 500;
  margin-bottom: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  line-height: 1.4;
  position: relative;
  padding-left: 50px;
}

.faq-area .faq-item .accordion li .faq-head span {
  display: inline-block;
  position: absolute;
  top: -5px;
  left: 0;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 5px;
  color: var(--color-secondary);
  background-color: #d8f6fb;
}

.faq-area .faq-item .accordion li .faq-head:after {
  position: absolute;
  right: 15px;
  content: "+";
  top: -7px;
  color: var(--color-secondary);
  font-size: 25px;
  text-align: center;
}

.faq-area .faq-item .accordion li .faq-head.active {
  color: var(--color-primary);
}

.faq-area .faq-item .accordion li .faq-head.active:after {
  content: '-';
  font-size: 25px;
}

.faq-area .faq-item .accordion li .faq-content {
  display: none;
  background-color: #fff;
  padding-left: 50px;
}

.faq-area .faq-item .accordion li .faq-content .inner-list {
  margin: 0;
  padding: 0;
}

.faq-area .faq-item .accordion li .faq-content .inner-list li {
  list-style-type: none;
  display: block;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
  margin-bottom: 10px;
}

.faq-area .faq-item .accordion li .faq-content .inner-list li:last-child {
  margin-bottom: 0;
}

.faq-area .faq-item .accordion li .faq-content p {
  margin-bottom: 0;
  margin-top: 8px;
}

.faq-area .faq-item .accordion li .faq-content a {
  display: inline-block;
  color: var(--color-secondary);
  font-weight: 600;
}

.faq-area .faq-item .accordion li .faq-content a:hover {
  color: var(--color-primary);
}

.pricing-item {
  margin-bottom: 30px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: #e5f6fc;
  padding: 30px 30px 30px;
  border-radius: 5px;
  text-align: center;
}

.pricing-item:hover {
  -webkit-transform: translate(0, -5px);
          transform: translate(0, -5px);
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 20px 0px #daf7fa;
          box-shadow: 0px 0px 20px 0px #daf7fa;
}

.pricing-item .title {
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 15px;
  display: block;
}

.pricing-item i {
  display: inline-block;
  color: var(--color-primary);
  font-size: 65px;
  line-height: 65px;
  margin-bottom: 15px;
}

.pricing-item h3 {
  margin-bottom: 25px;
  font-size: 40px;
}

.pricing-item ul {
  margin: 0;
  padding: 0;
  margin-bottom: 40px;
}

.pricing-item ul li {
  list-style-type: none;
  display: block;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px dotted #b4c3ce;
}

/*----- About -----*/
.main-nav.three {
  background-color: var(--color-secondary);
}

.main-nav.three .side-nav .cart a span {
  color: #fff;
  background-color: var(--color-primary);
}

.title-bg-one {
  background-image: url("../images/title/1.jpg");
}



.services-area.four .section-title {
  text-align: start;
}

.services-area.four .section-title p {
  margin: 0;
  position: absolute;
  top: 30px;
  right: 0;
  max-width: 650px;
}

.title-bg-two {
  background-image: url("../images/title/2.jpg");
}

/*----- Doctor Details -----*/
.common-social {
  margin: 0;
  padding: 0;
}

.common-social li {
  list-style-type: none;
  display: inline-block;
  margin-right: 5px;
}

.common-social li a {
  display: block;
  border-radius: 5px;
  color: #fff;
  background-color: var(--color-primary);
  width: 35px;
  height: 35px;
  text-align: center;
  font-size: 18px;
}

.common-social li a i {
  line-height: 35px;
}

.common-social li a:hover {
  color: #fff;
  background-color: var(--color-secondary);
}

.doctor-details-area .doctor-info {
  margin-bottom: 30px;
}

.doctor-details-area .doctor-info .top {
  text-align: center;
  background-color: #b1e9f0;
  padding-top: 30px;
}

.doctor-details-area .doctor-info .bottom {
  padding: 30px 30px 30px;
  -webkit-box-shadow: 0px 0px 20px 0px #f2fdfe;
          box-shadow: 0px 0px 20px 0px #f2fdfe;
}

.doctor-details-area .doctor-info .bottom h3 {
  font-size: 22px;
  margin-bottom: 8px;
}

.doctor-details-area .doctor-info .bottom span {
  display: block;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 12px;
  color: var(--color-primary);
}

.doctor-details-area .doctor-info .bottom p {
  margin-bottom: 22px;
}

.doctor-details-area .details-content {
  margin-bottom: 30px;
}

.doctor-details-area .details-content h2 {
  font-size: 45px;
  margin-bottom: 12px;
}

.doctor-details-area .details-content p {
  margin-bottom: 8px;
}

.doctor-details-area .details-content p:last-child {
  margin-bottom: 0;
}

.doctor-details-area .details-content .info {
  padding: 30px 30px;
  background-color: #e6f9fc;
  margin-top: 30px;
  margin-bottom: 30px;
}

.doctor-details-area .details-content .info ul {
  margin: 0;
  padding: 0;
}

.doctor-details-area .details-content .info ul li {
  list-style-type: none;
  display: block;
  position: relative;
  font-weight: 500;
  margin-bottom: 12px;
}

.doctor-details-area .details-content .info ul li:last-child {
  margin-bottom: 0;
}

.doctor-details-area .details-content .info ul li span {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  font-weight: 400;
}

.doctor-details-area .details-content h3 {
  font-size: 22px;
  margin-bottom: 8px;
}

.doctor-details-area .details-content .row {
  margin-top: 30px;
}

.doctor-details-area .details-content .inner {
  margin-bottom: 30px;
  background-color: #f5fbfc;
  position: relative;
  padding-left: 100px;
  padding: 50px 30px 50px 110px;
  border-radius: 5px;
}

.doctor-details-area .details-content .inner i {
  display: inline-block;
  color: var(--color-primary);
  font-size: 60px;
  line-height: 60px;
  position: absolute;
  top: 50px;
  left: 30px;
}

.doctor-details-area .details-content .inner h4 {
  font-size: 20px;
  margin-bottom: 8px;
}

.doctor-details-area .details-content .inner span {
  display: block;
  font-weight: 500;
  font-size: 16px;
  color: var(--color-primary);
}

.doctor-details-area .details-content .list-service {
  margin-top: 25px;
  margin-bottom: 10px;
}

.doctor-details-area .details-content .list-service ul {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.doctor-details-area .details-content .list-service ul li {
  list-style-type: none;
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 15px;
  background-color: #daf8fc;
  font-weight: 500;
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
  max-width: 40%;
  padding: 15px 15px 15px 35px;
}

.doctor-details-area .details-content .list-service ul li:before {
  position: absolute;
  top: 22px;
  left: 15px;
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #35405c;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.doctor-details-area .details-content .list-service ul li:hover:before {
  background-color: var(--color-primary);
}

/* .common-doctor-contact {
  margin-bottom: 30px;
  background-image: url("../images/doctors/bg1.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  padding: 30px 30px 30px;
}

.common-doctor-contact:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: var(--color-primary);
  opacity: .95;
  z-index: -1;
}

.common-doctor-contact .inner {
  position: relative;
  padding-left: 85px;
  margin-bottom: 20px;
}

.common-doctor-contact .inner i {
  width: 65px;
  height: 65px;
  line-height: 65px;
  text-align: center;
  font-size: 35px;
  border-radius: 50%;
  color: var(--color-primary);
  background-color: #fff;
  position: absolute;
  top: 5px;
  left: 0;
  display: inline-block;
}

.common-doctor-contact .inner a {
  font-weight: 700;
  font-size: 30px;
  color: #fff;
  display: block;
}

.common-doctor-contact .inner a:hover {
  color: var(--color-secondary);
}

.common-doctor-contact h4 {
  margin-bottom: 15px;
  color: #fff;
  font-size: 30px;
}

.common-doctor-contact p {
  color: #fff;
  margin-bottom: 20px;
}

.common-doctor-contact .common-btn {
  color: var(--color-primary);
  background-color: #fff;
}

.common-doctor-contact .common-btn .one:before, .common-doctor-contact .common-btn .two:before {
  background-color: var(--color-secondary);
}

.common-doctor-contact .common-btn .one:after, .common-doctor-contact .common-btn .two:after {
  background-color: var(--color-secondary);
} */

.title-bg-three {
  background-image: url("../images/title/3.jpg");
}

/*----- Service Details -----*/
.service-details-area .details-item img {
  margin-bottom: 25px;
}

.service-details-area .details-item h2 {
  font-size: 30px;
  margin-bottom: 10px;
}

.service-details-area .details-item p {
  margin-bottom: 8px;
}

.service-details-area .details-item p:last-child {
  margin-bottom: 0;
}

.service-details-area .details-item h3 {
  font-size: 22px;
  margin-bottom: 8px;
  margin-top: 20px;
}

.service-details-area .details-item ul {
  margin: 0;
  padding: 0;
  margin-top: 12px;
}

.service-details-area .details-item ul li {
  list-style-type: none;
  display: block;
  margin-bottom: 12px;
  position: relative;
  padding-left: 20px;
}

.service-details-area .details-item ul li:before {
  position: absolute;
  content: '';
  width: 10px;
  height: 10px;
  top: 8px;
  left: 0;
  background-color: var(--color-primary);
  border-radius: 50%;
}

.service-details-area .details-item ul li:last-child {
  margin-bottom: 0;
}



.cart-area .cart-content p {
  font-size: 20px;
  font-weight: 500;
  background-color: #f9f9f9;
  padding: 30px 30px 30px 75px;
  margin-bottom: 0;
  position: relative;
  border-bottom: 1px solid var(--color-primary);
  margin-bottom: 30px;
}

.cart-area .cart-content p:before {
  position: absolute;
  content: '';
  width: 30px;
  height: 30px;
  top: 32px;
  left: 30px;
  border: 1px solid var(--color-primary);
}

.checkout-area .top {
  margin-bottom: 30px;
}

.checkout-area .top .form-check {
  background-color: #f5f6f6;
  padding: 25px 25px 25px 60px;
  margin-bottom: 20px;
}

.checkout-area .top .form-check:last-child {
  margin-bottom: 0;
}

.checkout-area .top .form-check .form-check-input {
  border-radius: 0;
  margin-top: 3px;
}

.checkout-area .top .form-check .form-check-input:focus {
  border-color: var(--color-primary);
  -webkit-box-shadow: none;
          box-shadow: none;
}

.checkout-area .top .form-check .form-check-label {
  font-weight: 500;
}

.checkout-area .top .form-check .form-check-label a {
  display: inline-block;
  color: var(--color-primary);
}

.checkout-area .top .form-check .form-check-label a:hover {
  color: #35405c;
}

.checkout-area .billing {
  padding: 30px 30px;
  background-color: #f5f6f6;
  margin-bottom: 30px;
}

.checkout-area .billing h3 {
  font-size: 22px;
  margin-bottom: 30px;
}

.checkout-area .billing .form-group {
  margin-bottom: 20px;
}

.checkout-area .billing .form-group label {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
}

.checkout-area .billing .form-group .form-control {
  height: 50px;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
}

.checkout-area .billing .form-group .form-control:focus {
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.checkout-area .billing .form-group textarea {
  padding-top: 13px;
  height: auto !important;
}

.checkout-area .summery {
  padding: 30px 30px 30px;
  background-color: #f5f6f6;
  margin-bottom: 30px;
}

.checkout-area .summery h3 {
  font-size: 22px;
  margin-bottom: 30px;
}

.checkout-area .summery ul {
  margin: 0;
  padding: 0;
}

.checkout-area .summery ul li {
  list-style-type: none;
  display: block;
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #35405c;
  font-weight: 500;
}

.checkout-area .summery ul li span {
  position: absolute;
  top: 0;
  right: 0;
}

.checkout-area .summery ul li:last-child {
  font-size: 18px;
  font-weight: 600;
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.wishlist-area .table {
  background-color: #f9f9f9;
  margin-bottom: 0;
  text-align: center;
}

.wishlist-area .table thead tr {
  border: 0;
  border-bottom: 2px solid var(--color-primary);
}

.wishlist-area .table thead th {
  padding-top: 25px;
  padding-bottom: 25px;
}

.wishlist-area .table tbody tr {
  vertical-align: middle;
  border: 0;
  border-bottom: 1px solid #ddd;
}

.wishlist-area .table tbody .trash {
  display: inline-block;
  font-size: 40px;
  color: var(--color-primary);
  font-weight: 400;
}

.wishlist-area .table tbody .trash:hover {
  color: var(--color-secondary);
}

.shop-details-area .details-img {
  text-align: center;
  background-color: #e8f8fd;
  margin-bottom: 30px;
}

.shop-details-area .details-img img {
  padding-top: 50px;
  padding-bottom: 50px;
}

.shop-details-area .details-content {
  margin-bottom: 30px;
}

.shop-details-area .details-content h2 {
  font-size: 30px;
  margin-bottom: 12px;
}

.shop-details-area .details-content .reviews {
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
}

.shop-details-area .details-content .reviews li {
  list-style-type: none;
  display: inline-block;
}

.shop-details-area .details-content .reviews li i {
  display: block;
  color: #ddd;
}

.shop-details-area .details-content .reviews li i.checked {
  color: #ffc107;
}

.shop-details-area .details-content h3 {
  font-size: 22px;
  color: var(--color-primary);
  margin-bottom: 8px;
}

.shop-details-area .details-content p {
  margin-bottom: 15px;
}

.shop-details-area .details-content .tag {
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
  max-width: 300px;
}

.shop-details-area .details-content .tag li {
  list-style-type: none;
  display: block;
  margin-bottom: 12px;
  position: relative;
  font-weight: 500;
}

.shop-details-area .details-content .tag li:last-child {
  margin-bottom: 0;
}

.shop-details-area .details-content .tag li span, .shop-details-area .details-content .tag li > a {
  position: absolute;
  top: 0;
  right: 0;
  font-weight: 400;
}

.shop-details-area .details-content .tag li .number {
  margin: 0;
  padding: 0;
  text-align: center;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
}

.shop-details-area .details-content .tag li .number li {
  list-style-type: none;
  display: inline-block;
}

.shop-details-area .details-content .tag li .number li span {
  position: relative;
  display: inline-block;
}

.shop-details-area .details-content .tag li .number li .minus, .shop-details-area .details-content .tag li .number li .plus {
  color: #35405c;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  width: 35px;
  height: 35px;
  line-height: 30px;
  font-size: 20px;
  vertical-align: middle;
  border: 1px solid #35405c;
}

.shop-details-area .details-content .tag li .number li input {
  height: 35px;
  width: 35px;
  line-height: 35px;
  text-align: center;
  border: 0;
  display: inline-block;
  vertical-align: middle;
  color: #35405c;
  border: 1px solid #35405c;
  margin-left: -7px;
  margin-right: -5px;
}

.shop-details-area .details-content .tag li .number li input:focus {
  outline: 0;
}

.shop-details-area .details-content .common-btn {
  margin-bottom: 25px;
}

.shop-details-area .details-content .social-links {
  margin: 0;
  padding: 0;
}

.shop-details-area .details-content .social-links li {
  list-style-type: none;
  display: inline-block;
  margin-right: 8px;
}

.shop-details-area .details-content .social-links li span {
  display: block;
  font-weight: 500;
}

.shop-details-area .details-content .social-links li a {
  color: var(--color-primary);
  display: block;
}

.shop-details-area .details-content .social-links li a:hover {
  color: var(--color-secondary);
}

.shop-details-area .describe-area .nav-pills {
  margin-bottom: 20px;
  border-bottom: 1px dotted #35405c;
  padding-bottom: 15px;
}

.shop-details-area .describe-area .nav-pills .nav-item:first-child .nav-link {
  padding-left: 0;
}

.shop-details-area .describe-area .nav-pills .nav-item:last-child .nav-link {
  border-right: 0;
  padding-right: 0;
}

.shop-details-area .describe-area .nav-pills .nav-link {
  padding: 0;
  font-size: 24px;
  font-weight: 700;
  padding-right: 25px;
  padding-left: 25px;
  border-right: 1px solid var(--color-primary);
  border-radius: 0;
}

.shop-details-area .describe-area .nav-pills .nav-link.active, .shop-details-area .describe-area .nav-pills .show > .nav-link {
  color: var(--color-primary);
  background-color: transparent;
}

.shop-details-area .describe-area .tab-content ul {
  margin: 0;
  padding: 0;
}

.shop-details-area .describe-area .tab-content ul li {
  list-style-type: none;
  display: block;
  margin-bottom: 30px;
  position: relative;
  padding-left: 110px;
}

.shop-details-area .describe-area .tab-content ul li:last-child {
  margin-bottom: 0;
}

.shop-details-area .describe-area .tab-content ul li img {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
  max-width: 90px;
}

.shop-details-area .describe-area .tab-content ul li h3 {
  font-size: 22px;
  margin-bottom: 8px;
}

.shop-details-area .describe-area .tab-content ul li p {
  margin-bottom: 0;
  max-width: 870px;
}

/*----- Blog Details -----*/
.title-bg-four {
  background-image: url("../images/title/4.jpg");
}







.account-area .account-item {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.account-area .account-item .nav-pills {
  text-align: center;
  margin-bottom: 30px;
  display: block;
  width: 100%;
}

.account-area .account-item .nav-pills li {
  display: inline-block;
}

.account-area .account-item .nav-pills li:last-child .nav-link {
  margin-right: 0;
  padding-right: 0;
  border-right: 0;
}

.account-area .account-item .nav-pills li .nav-link {
  padding: 0;
  font-size: 18px;
  font-weight: 500;
  border-right: 1px solid #35405c;
  border-radius: 0;
  margin-right: 20px;
  padding-right: 20px;
}

.account-area .account-item .nav-pills .nav-link.active, .account-area .account-item .nav-pills .nav-pills .show > .nav-link {
  color: var(--color-primary);
  background-color: transparent;
}

.account-area .account-item .form-group {
  margin-bottom: 15px;
}

.account-area .account-item .form-group label {
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: 500;
}

.account-area .account-item .form-group .form-control {
  height: 50px;
  border-radius: 5px;
  border: 0;
  background-color: #eff9fc;
}

.account-area .account-item .form-group .form-control:focus {
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.account-area .account-item .form-group .form-check .form-check-input {
  margin-top: 3px;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.account-area .account-item .common-btn {
  width: 100%;
  display: block;
  margin-bottom: 15px;
}

.account-area .account-item a {
  color: #35405c;
  font-size: 16px;
  font-weight: 500;
  display: block;
}

.account-area .account-item a:hover {
  color: var(--color-primary);
}

.appointment-area.two {
  background-color: #fff;
}

.appointment-area.two .appointment-content {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 30px;
  padding-left: 15px;
}

.appointment-area.two .appointment-content .form-group .form-control {
  border-bottom: 0;
  background-color: #f1f1f1;
  border-radius: 5px;
  padding-left: 15px;
}

.appointment-area.two .appointment-img-two {
  margin-bottom: 30px;
}

.appointment-area.two .appointment-img-two.left:nth-child(1) img {
  margin-top: 45px;
}

.faq-area.two {
  background-image: unset;
}

.faq-area.two .faq-item {
  margin-right: auto;
  -webkit-box-shadow: 0px 0px 20px 0px #f1f1f1;
          box-shadow: 0px 0px 20px 0px #f1f1f1;
}

.faq-area.two .faq-item .accordion li .faq-head {
  background-color: #d8f6fb;
  padding: 10px 25px 10px 40px;
  border-radius: 5px;
}

.faq-area.two .faq-item .accordion li .faq-head:after {
  top: 4px;
}

.faq-area.two .faq-item .accordion li .faq-head span {
  top: 4px;
}

/*----- Error -----*/
.error-area {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  height: 100vh;
  text-align: center;
}

.error-area .error-content i {
  color: var(--color-primary);
  display: inline-block;
  font-size: 100px;
}

.error-area .error-content h1 {
  font-size: 130px;
  color: var(--color-primary);
  margin-bottom: 20px;
}

.error-area .error-content h2 {
  font-size: 25px;
  color: var(--color-secondary);
  margin-bottom: 10px;
}

.error-area .error-content p {
  margin-bottom: 20px;
  font-weight: 500;
}

/*----- Privacy Policy -----*/
.rules-area .top {
  text-align: center;
  margin-bottom: 50px;
}

.rules-area .top h2 {
  font-size: 25px;
  margin-bottom: 5px;
}

.rules-area .top span {
  display: block;
  font-weight: 500;
}

.rules-area .inner {
  margin-bottom: 25px;
}

.rules-area .inner:last-child {
  margin-bottom: 0;
}

.rules-area .inner h3 {
  font-size: 22px;
  margin-bottom: 5px;
}

.rules-area .inner p {
  margin-bottom: 8px;
}

.rules-area .inner p:last-child {
  margin-bottom: 0;
}

.rules-area .inner ul {
  margin: 0;
  padding: 0;
  margin-top: 20px;
}

.rules-area .inner ul li {
  list-style-type: none;
  display: block;
  margin-bottom: 10px;
  position: relative;
  padding-left: 20px;
}

.rules-area .inner ul li:before {
  position: absolute;
  content: '';
  width: 10px;
  height: 10px;
  top: 7px;
  left: 0;
  background-color: var(--color-secondary);
}

.rules-area .inner ul li:last-child {
  margin-bottom: 0;
}


.nice-select{-webkit-tap-highlight-color:transparent;background-color:#fff;border-radius:5px;border:1px solid #e8e8e8;box-sizing:border-box;clear:both;cursor:pointer;display:block;float:left;font-family:inherit;font-size:14px;font-weight:400;height:42px;line-height:40px;outline:0;padding-left:18px;padding-right:30px;position:relative;text-align:left!important;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap;width:auto}.nice-select:hover{border-color:#dbdbdb}.nice-select.open,.nice-select:active,.nice-select:focus{border-color:#999}.nice-select:after{border-bottom:2px solid #999;border-right:2px solid #999;content:'';display:block;height:5px;margin-top:-4px;pointer-events:none;position:absolute;right:12px;top:50%;-webkit-transform-origin:66% 66%;-ms-transform-origin:66% 66%;transform-origin:66% 66%;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);-webkit-transition:all .15s ease-in-out;transition:all .15s ease-in-out;width:5px}.nice-select.open:after{-webkit-transform:rotate(-135deg);-ms-transform:rotate(-135deg);transform:rotate(-135deg)}.nice-select.open .list{opacity:1;pointer-events:auto;-webkit-transform:scale(1) translateY(0);-ms-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}.nice-select.disabled{border-color:#ededed;color:#999;pointer-events:none}.nice-select.disabled:after{border-color:#ccc}.nice-select.wide{width:100%}.nice-select.wide .list{left:0!important;right:0!important}.nice-select.right{float:right}.nice-select.right .list{left:auto;right:0}.nice-select.small{font-size:12px;height:36px;line-height:34px}.nice-select.small:after{height:4px;width:4px}.nice-select.small .option{line-height:34px;min-height:34px}.nice-select .list{background-color:#fff;border-radius:5px;box-shadow:0 0 0 1px rgba(68,68,68,.11);box-sizing:border-box;margin-top:4px;opacity:0;overflow:hidden;padding:0;pointer-events:none;position:absolute;top:100%;left:0;-webkit-transform-origin:50% 0;-ms-transform-origin:50% 0;transform-origin:50% 0;-webkit-transform:scale(.75) translateY(-21px);-ms-transform:scale(.75) translateY(-21px);transform:scale(.75) translateY(-21px);-webkit-transition:all .2s cubic-bezier(.5,0,0,1.25),opacity .15s ease-out;transition:all .2s cubic-bezier(.5,0,0,1.25),opacity .15s ease-out;z-index:9}.nice-select .list:hover .option:not(:hover){background-color:transparent!important}.nice-select .option{cursor:pointer;font-weight:400;line-height:40px;list-style:none;min-height:40px;outline:0;padding-left:18px;padding-right:29px;text-align:left;-webkit-transition:all .2s;transition:all .2s}.nice-select .option.focus,.nice-select .option.selected.focus,.nice-select .option:hover{background-color:#f6f6f6}.nice-select .option.selected{font-weight:700}.nice-select .option.disabled{background-color:transparent;color:#999;cursor:default}.no-csspointerevents .nice-select .list{display:none}.no-csspointerevents .nice-select.open .list{display:block}/*# sourceMappingURL=nice-select.min.css.map */
/*# sourceMappingURL=style.css.map */