@charset "UTF-8";

@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Lora:ital,wght@0,400..700;1,400..700&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Rajdhani:wght@300;400;500;600;700&family=Roboto+Serif:ital,opsz,wght@0,8..144,100..900;1,8..144,100..900&family=Special+Gothic&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap");

html,
body {
  overflow-x: hidden;
}

:root {
  --loader-width: 40px;
  --loader-height: 40px;
  --less-margin: -20px;
  --loader-color-primary: #27ae60;
  --loader-color-secondary: #eee;
  --line-width: 2px;
  --animation-duration: 2s;
}

/*===============================================================================
Default Style
==================================================================================*/

body {
  font-size: 14px;
  font-family: "Fira Sans";
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0;
  color: #787878;
}

img {
  max-width: 100%;
}

ul {
  list-style: none;
  padding: 0;
}

li {
  line-height: 30px;
  list-style-type: disc;
  list-style-position: inside;
}

p {
  line-height: 27px;
  /* font-family: var(--uc-general-font); */
}

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

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  /* font-family: var(--uc-accent-font); */
  color: #782f89;
  font-weight: 700;
}

h1,
.h1 {
  font-size: 44px;
  line-height: 45px;
}

h2,
.h2 {
  font-size: 36px;
  line-height: 40px;
}

h3,
.h3 {
  font-size: 30px;
  line-height: 35px;
}

h4,
.h4 {
  font-size: 24px;
  line-height: 30px;
}

h5,
.h5 {
  font-size: 21px;
  line-height: 28px;
}

h6,
.h6 {
  font-size: 18px;
  line-height: 24px;
}

a {
  /* font-family: var(--uc-accent-font); */
  color: #fff;
  text-decoration: none;
}

small {
  font-size: 13px;
}

blockquote {
  /* font-family: "Times New Roman"; */
  font-size: 18px;
  font-style: italic;
  padding-left: 20px;
  border-left: 2px;
  border-left-color: #da5e28;
  border-left-style: solid;
  line-height: 30px;
  color: #12171f;
}

/* Scrollbar track */
::-webkit-scrollbar {
  width: 6px; /* Width of the scrollbar */
}

/* Scrollbar background */
::-webkit-scrollbar-track {
  background: #f1f1f1; /* Light grey track */
}

/* Scrollbar thumb */
::-webkit-scrollbar-thumb {
  background: #529fcb; /* Darker grey scroll handle */
  border-radius: 10px;
}

/* On hover */
::-webkit-scrollbar-thumb:hover {
  background: #782f89; /* Even darker when hovered */
}

.full-row {
  width: 100%;
  padding-top: 50px;
  /*padding-top: 80px;*/
  padding-bottom: 80px;
}

.box-100px {
  width: 100px;
  height: 100px;
}

.box img {
  width: 100%;
  height: 50px;
}

.box-50px {
  width: 50px;
  height: 50px;
}

.tagline,
.tagline-2 {
  text-transform: uppercase;
  /* font-family: var(--uc-primary-font); */
  font-size: 13px;
  color: #da5e28;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 25px;
  position: relative;
  display: table;
}

.tagline-2::before {
  content: "";
  position: absolute;
  width: 40px;
  height: 2px;
  background: #da5e28;
  left: -50px;
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.down-line-white,
.down-line-secondary,
.down-line-dark,
.down-line {
  position: relative;
  overflow: hidden;
  padding-bottom: 20px;
}

.down-line-white::before,
.down-line-secondary::before,
.down-line-dark::before,
.down-line::before {
  position: absolute;
  content: "";
  width: 40px;
  height: 3px;
  left: 0;
  bottom: 0;
}

.text-center.down-line::before {
  left: 50%;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.text-end.down-line::before {
  left: inherit;
  right: 0;
}

.ls-1 {
  letter-spacing: 1px;
}

.ls-2 {
  letter-spacing: 2px;
}

.ls-3 {
  letter-spacing: 3px;
}

.sub-title {
  /* font-family: var(--uc-primary-font); */
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 1px;
  display: inline-block;
  width: 100%;
  line-height: 28px;
}

.paraxify {
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
}

.transation,
.transation-all * {
  -webkit-transition: all 300ms ease-in-out 0s;
  -moz-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
}

.rating {
  display: inline-block;
  unicode-bidi: bidi-override;
  color: #9b9b9b;
  font-size: 25px;
  height: 25px;
  width: auto;
  margin: 0;
  position: relative;
  padding: 0;
}

.rating-upper {
  color: #f95e3b;
  padding: 0;
  position: absolute;
  z-index: 1;
  display: flex;
  top: 0;
  left: 0;
  overflow: hidden;
}

.rating-lower {
  padding: 0;
  display: flex;
  z-index: 0;
}

#page_wrapper {
  background-color: #fff;
  margin-right: auto;
  margin-left: auto;
}

.sidebar-page-wrapper {
  display: flex;
  width: 100%;
}

.content-block {
  width: 80%;
  overflow-x: hidden;
  overflow-y: auto;
  flex-grow: 1;
}

.form-group {
  position: relative;
  display: flex;
  gap: 7px;
}

img.nav-logo {
  width: 140px;
}

.entry-wrapper {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
}

#scroll {
  position: fixed;
  right: -40px;
  bottom: 50px;
  line-height: 30px;
  text-align: center;
  z-index: 100;
  display: none;
  cursor: pointer;
  background-color: white;
  padding: 0 12px;
  color: #12171f;
}

.scroll-top-vertical {
  transform: rotate(-90deg);
  width: auto !important;
  height: auto !important;
  font-size: 14px;
}

.follow-vertical.left {
  left: -75px;
}

.follow-vertical {
  color: var(--theme-secondary-color);
}

.follow-vertical {
  position: fixed;
  bottom: 50%;
  transform: rotate(-90deg);
  z-index: 100;
}

.follow-vertical a {
  padding: 0 10px;
}

/*==========================================================
Color Settings
==========================================================*/

.down-line-white:before,
.bg-white {
  background-color: #fff !important;
}

.down-line:before,
.bg-primary {
  background-color: #0876b5 !important;
}

.down-line-secondary:before,
.bg-secondary {
  background-color: #313145 !important;
}

.bg-light {
  background-color: #f5f5f5 !important;
}

.bg-light-gray {
  background-color: #f8f8f8 !important;
}

.bg-gray {
  background-color: #c0c0c0 !important;
}

.down-line-dark:before,
.bg-dark {
  background-color: #12171f !important;
}

.bg-footer {
  background-color: #0876b5;
}

.copyright {
  background-color: #782f89;
}

.color-white,
.hover-color-white:hover,
.nav-white .navbar-nav li a,
.nav-active-white .navbar-nav li.active > a,
.nav-white .user-panel a,
.nav-hover-white .navbar-nav li a:hover,
.list-color-white li,
.list-color-white li a {
  color: #fff !important;
}

.color-primary,
.hover-color-primary:hover,
.nav-primary .navbar-nav li a,
.nav-active-primary .navbar-nav li.active > a,
.nav-primary .user-panel a,
.nav-hover-primary .navbar-nav li a:hover,
.list-color-primary li,
.list-color-primary li a {
  color: #000 !important;
}

.color-secondary,
.hover-color-secondary:hover,
.nav-secondary .navbar-nav li a,
.nav-active-secondary .navbar-nav li.active > a,
.nav-secondary .user-panel a,
.nav-hover-secondary .navbar-nav li a:hover,
.list-color-secondary li,
.list-color-secondary li a {
  color: #313145 !important;
}

.color-dark,
.hover-color-dark:hover,
.nav-dark .navbar-nav li a,
.nav-active-dark .navbar-nav li.active > a,
.nav-dark .user-panel a,
.nav-hover-dark .navbar-nav li a:hover,
.list-color-dark li,
.list-color-dark li a {
  color: #12171f !important;
}

.color-gray,
.hover-color-gray:hover,
.nav-gray .navbar-nav li a,
.nav-active-gray .navbar-nav li.active > a,
.nav-gray .user-panel a,
.nav-hover-gray .navbar-nav li a:hover,
.list-color-gray li,
.list-color-gray li a {
  color: #b1b1b1;
}

.color-light,
.hover-color-light:hover,
.nav-light .navbar-nav li a,
.nav-active-light .navbar-nav li.active > a,
.nav-light .user-panel a,
.nav-hover-light .navbar-nav li a:hover,
.list-color-light li,
.list-color-light li a {
  color: #f5f5f5;
}

.color-default,
.hover-color-default:hover,
.nav-default .navbar-nav li a,
.nav-active-default .navbar-nav li.active > a,
.nav-default .user-panel a,
.nav-hover-default .navbar-nav li a:hover,
.list-color-default li,
.list-color-default li a {
  color: #787878;
}

.color-accent,
.hover-color-accent:hover,
.nav-accent .navbar-nav li a,
.nav-active-accent .navbar-nav li.active > a,
.nav-accent .user-panel a,
.nav-hover-accent .navbar-nav li a:hover,
.list-color-accent li,
.list-color-accent li a {
  color: #da5e28;
}

.color-plan1 {
  color: var(--uc-text-color);
}

.color-plan2 {
  color: #9b9b9b;
}

.color-plan3 {
  color: #c3c3c3;
}

[class*="overlay-"] {
  position: relative;
}

[class*="overlay-"]::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.overlay-dark::after {
  background-color: rgba(24, 26, 29, 0.8);
}

.overlay-secondary::after {
  background-color: rgba(49, 49, 69, 0.8);
}

[class*="overlay-"] .container,
[class*="overlay-"] .container-fluid {
  position: relative;
  z-index: 10;
}

/*==========================================
Video Play
===========================================*/

.simple-video-play {
  line-height: 70px;
  align-items: center;
}

.simple-video-play a {
  width: 70px;
  height: 70px;
  display: block;
  text-align: center;
  float: left;
  background-color: var(--theme-primary-opacity-color);
}

.simple-video-play a i {
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
}

@-webkit-keyframes sk-bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}

@keyframes sk-bounce {
  0%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

.double-bounce1,
.double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #7bb441;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2s infinite ease-in-out;
  animation: sk-bounce 2s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

@-webkit-keyframes ball-scale-multiple {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

@keyframes ball-scale-multiple {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

.ball-scale-multiple {
  position: relative;
}

.ball-scale-multiple > div:nth-child(2) {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.ball-scale-multiple > div:nth-child(3) {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

.ball-scale-multiple > div {
  background-color: var(--theme-secondary-color);
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  opacity: 0;
  margin: 0;
  left: -43px;
  top: -38px;
  width: 140px;
  height: 140px;
  -webkit-animation: ball-scale-multiple 3s 0s linear infinite;
  animation: ball-scale-multiple 3s 0s linear infinite;
}

.about-us-img-wrap .simple-video-play {
  position: absolute;
  left: 100px;
  bottom: 100px;
  z-index: 10;
}

/*==========================================================
Header Style
==========================================================*/

.top-header {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #0876b5;
}

.top-header ul li a,
.top-header .navbar-top li a {
  /* font-family: var(--uc-primary-font); */
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 300;
}

.navbar .navbar-nav li {
  list-style: none;
}

.navbar .navbar-nav li a {
  /* font-family: var(--uc-primary-font); */
  font-size: 16px;
  font-weight: 600;
  position: relative;
  letter-spacing: 0.5px;
  color: #000 !important;
}

.dropdown-item:focus,
.dropdown-item:hover {
  background-color: #f5f5f5;
}

.navbar .navbar-nav li .dropdown-item {
  /* font-family: var(--uc-primary-font); */
  font-weight: 500;
  font-size: 15px;
  position: relative;
  color: #12171f !important;
  line-height: 30px;
  padding-left: 20px;
  padding-right: 20px;
}

.navbar.nav-semibold .navbar-nav li a {
  font-weight: 600;
}

.navbar.nav-medium .navbar-nav li a {
  font-weight: 500;
}

.navbar.nav-norlam .navbar-nav li a {
  font-weight: 400;
}

.dropdown.mega-dropdown {
  position: static;
}

.main-header .navbar .btn {
  text-transform: capitalize;
  font-size: 13px;
  letter-spacing: 1px;
  border-radius: 5px;
}
.navbar-brand img {
  width: 150px;
}
/* .main-nav {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #000;
} */

.main-header .navbar .user-panel {
  display: flex;
  padding-left: 15px;
  padding-right: 15px;
}

.main-header .navbar .user-panel a {
  text-decoration: none;
  /* font-family: var(--uc-primary-font); */
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 1px;
}

.navbar-nav > li.dropdown > a.nav-link::after,
.navbar-nav > li.dropdown .dropdown-toggle::after {
  transform: translateY(-50%) rotate(90deg);
  position: absolute;
  content: "\f067";
  font-family: "FontAwesome";
  font-weight: 600;
  font-size: 8px;
  top: 50%;
  right: -10px;
  display: block;
  border: none;
}

.navbar-expand-lg
  .navbar-nav
  > li.dropdown
  > ul.dropdown-menu
  > li.dropdown
  .dropdown-toggle::after {
  transform: translateY(-50%);
  position: absolute;
  content: "\f105";
  font-family: "FontAwesome";
  font-weight: 600;
  font-size: 10px;
  top: 50%;
  right: 20px;
  display: block;
  border: none;
}

.header-absolute {
  position: initial;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}

.header-style-3 {
  width: 100%;
  padding-bottom: 50px;
  background: rgb(0, 0, 0);
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.8) 0%,
    rgba(0, 0, 0, 0) 75%
  );
}

/*==========================================================
Footer Style
==========================================================*/

.footer-logo img {
  width: 200px;
  padding: 8px 0;
}

.bottom-footer-nav {
  display: flex;
  justify-content: end;
  gap: 10px;
}

.copyright {
  letter-spacing: 1px;
  /* font-family: var(--uc-primary-font); */
}

.copyright ul {
  margin: 0;
}

.copyright ul li {
  list-style: none;
}

.copyright ul li a {
  text-decoration: none;
  color: #fff;
}
.copyright img {
  width: 80px;
  margin-top: -16px;
}
/*==========================================================
Layer Slider
==========================================================*/

.video-hero {
  position: relative;
  padding: 0;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  width: 100%;
  max-height: 100vh;
}

.jquery-background-video {
  position: absolute;
  max-width: 100%;
  width: auto;
  height: auto;
  top: 50%;
  left: 50%;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/*==========================================================
Button Style
==========================================================*/

.btn {
  /* font-family: var(--uc-accent-font); */
  font-weight: 400;
  font-size: 14px;
  /*text-transform: uppercase;*/
  letter-spacing: 1px;
  border: none;
  border-radius: 3px;
  padding: 0 20px;
  line-height: 45px;
  display: table;
  -webkit-transition: all 300ms ease-in-out 0s;
  -moz-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
}

.btn:hover {
  background-color: #da5e28;
  border-color: #da5e28;
}

.btn.btn-primary,
.btn.btn-hover-primary:hover {
  background-color: #782f89;
  border-color: #782f89;
}

.btn.btn-secondary,
.btn.btn-hover-secondary:hover {
  background-color: #0876b5;
  border-color: #0876b5;
}

.btn.btn-light,
.btn.btn-hover-light:hover {
  background-color: #f5f5f5;
  border-color: #f5f5f5;
}

.btn.btn-gray,
.btn.btn-hover-gray:hover {
  background-color: #c0c0c0;
  border-color: #c0c0c0;
}

.btn.btn-dark,
.btn.btn-hover-dark:hover {
  background-color: #12171f;
  border-color: #12171f;
}

.btn.hover-default:hover {
  filter: brightness(110%);
}

.btn.hover-flash-move {
  position: relative;
  overflow: hidden;
  display: inline-block;
  z-index: 1;
}

.btn.hover-flash-move:hover {
  filter: brightness(110%);
}

.btn.hover-flash-move:hover::before {
  left: 120%;
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}

.btn.hover-flash-move::before {
  background: #fff;
  content: "";
  height: 155px;
  left: -75px;
  opacity: 0.2;
  position: absolute;
  top: -50px;
  transform: rotate(35deg);
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 50px;
  z-index: -10;
}

.btn-link {
  /* font-family: var(--uc-accent-font); */
  letter-spacing: 1px;
  font-weight: 600;
  text-decoration: none;
  font-size: 14px;
  color: #12171f;
  -webkit-transition: all 300ms ease-in-out 0s;
  -moz-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
}

.btn-link:hover {
  color: #da5e28;
}

.transition-this {
  -webkit-transition: all 300ms ease-in-out 0s;
  -moz-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
}

/*==========================================================
List Style
==========================================================*/

.list-element {
  gap: 10px;
  margin-bottom: 0px;
}

.list-element li,
.list-element li a {
  /* font-family: var(--uc-accent-font); */
  color: #da5e28;
  list-style: none;
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  -moz-transition: all 300ms ease-in-out 0s;
  -webkit-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
}

.list-element li a:hover {
  color: #fff !important;
}

.list-style li {
  position: relative;
  margin-bottom: 10px;
  list-style: none;
}

.list-style li::before {
  position: relative;
  content: "\f00c";
  font-family: "FontAwesome";
  font-weight: 600;
  font-size: 12px;
  color: var(--theme-primary-color);
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: inline-block;
  background-color: var(--theme-light-color);
  margin-right: 10px;
  text-align: center;
}

.list-style-hyphen {
  margin-top: 20px;
}

.list-style-hyphen li {
  position: relative;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 50px;
}

.list-style-hyphen li:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 30px;
  background-color: #da5e28;
  top: 50%;
  left: 0;
}

.dotted-line-list li {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-bottom: 10px;
  align-items: center;
  width: 100%;
  /* font-family: var(--uc-primary-font); */
  letter-spacing: 1px;
}

.dotted-line-list li span {
  background-color: #da5e28;
  display: block;
  position: relative;
  z-index: 10;
}

.dotted-line-list li::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  border-bottom: 1px dashed;
  border-bottom-color: #fff;
  z-index: 1;
}

/*==========================================================
Form Style
==========================================================*/

label {
  font-size: 14px;
  line-height: 24px;
}

.property-search-form.on-slider {
  margin-top: -155px;
  z-index: 99;
  margin-bottom: 40px;
  position: relative;
}

.quick-search {
  padding: 35px;
  border-radius: 3px;
}

.quick-search .field-icon .form-control {
  padding-left: 40px;
}

.quick-search .field-icon i {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.quick-search .form-select,
.quick-search .form-control {
  font-size: 13px !important;
  color: #787878;
  /* font-family: var(--uc-general-font); */
  padding: 0 15px;
  padding-right: 120px;
}

.form-select,
.form-control {
  border-radius: 2px;
  min-height: 45px;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 3px;
  font-size: 14px;
  argin-bottom: 0;
  color: #787878;
  line-height: 1;
}

.form-select option,
.form-control option {
  font-size: 13px;
  argin-bottom: 0;
  color: #c9c9c9;
  /* font-family: var(--uc-general-font); */
}

input::placeholder,
.form-control::placeholder,
input::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder {
  color: #787878;
  font-size: 13px;
  font-weight: 400;
  /* font-family: var(--uc-general-font); */
}

.form-icon-right .icon-font,
.form-icon-right .fas {
  right: 5px;
  top: 50%;
  position: absolute;
  color: #12171f;
}

.price-toggle {
  text-align: left;
}

.header-search-form .quick-search {
  padding: 20px 0;
}

.banner-search-form {
  background: rgba(255, 255, 255, 0.2);
}

.slider-signup input {
  width: 100%;
  background: #fff;
  line-height: 47px !important;
  height: 56px;
  border-radius: 0;
  padding: 8px 130px 8px 20px;
}

.slider-signup button {
  position: absolute;
  line-height: 46px;
  border-radius: 0;
  right: 5px;
  top: 5px;
  width: 120px;
  font-size: 15px;
  text-align: center;
}

.entry-form {
  display: flex;
  flex-direction: column;
  gap: 15px;
  justify-content: start;
  align-items: start;
}

.property-search-form.on-slider {
  position: relative;
  z-index: 100;
  margin-top: -200px;
  margin-bottom: 50px;
}

.banner-search {
  padding-top: 220px;
  padding-bottom: 500px;
}

.form-boder select,
.widget.agent-search select {
  border: 1px solid #c0c0c0;
  padding: 10px 30px 10px 15px;
  width: 100%;
  font-size: 14px;
  color: var(--uc-general-color);
  background-position: calc(100% - 20px);
}

/*==========================================================
# Number Counter
==========================================================*/

.counter-style-1 {
  gap: 20px;
  align-items: center;
}

.counter-style-1 .counter-title {
  letter-spacing: 1px;
  color: #313145;
}

.counter-style-2 .entry-wrapper {
  padding: 24px;
  flex-direction: row;
  gap: 15px;
}

.counter-style-2 .entry-wrapper::before {
  position: absolute;
  content: "";
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: #fff;
  left: 15px;
  top: 35px;
  opacity: 0.3;
}

.counter-style-2 .entry-thumbnail span {
  font-size: 40px;
  color: #fff;
}

.counter-style-2 .counter-num {
  color: #fff;
  font-size: 24px;
  /* font-family: var(--uc-primary-font); */
  font-weight: 600;
}

.counter-style-2 .counter-title {
  font-size: 17px;
  color: #fff;
  letter-spacing: 1px;
  font-weight: 500;
  margin-bottom: 0;
}
.count-img img {
  width: 80px;
}
.counter {
  background: linear-gradient(90deg, #46a6afc2 0%, #da5e28ab 100%),
    url(../images/counter.jpg);
  background-position: center;
  background-size: cover;
  padding: 100px 0px;
}

/* New facilities section starts */
.hex-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  /*max-width: 1000px;*/
  /*margin: 0 auto;*/
}

.hex-box {
    position: relative;
    width: 275px;
    height: 180px;
    /* background: linear-gradient(25deg, #45a6af8f, #da5e28db); */
    clip-path: polygon(15% 0, 85% 0, 100% 50%, 85% 100%, 15% 100%, 0 50%);
    display: flex
;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: white;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease;
    padding: 10px;
    background-color: #782f89;
}
.hex-box:hover {
  transform: translateY(-5px);
}

.hex-box .circle {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: white;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  margin-bottom: 8px;
}

.blue {
  background: #2c82c9;
}
.green {
  background: #a3c644;
}
.orange {
  background: #f39c12;
}
.teal {
  background: #1abc9c;
}
.yellow {
  background: #f1c40f;
}

.hex-box p {
  font-size: 16px;
  margin: 0;
  padding: 0 10px;
  line-height: 1.3;
}

/* Responsive Design */
@media (max-width: 768px) {
  .hex-box {
    width: 90%;
    height: auto;
    clip-path: none;
    border-radius: 12px;
    padding: 20px;
  }

  .hex-box p {
    font-size: 15px;
  }

  .hex-box .circle {
    margin-bottom: 12px;
  }

  .hex-container {
    gap: 15px;
  }
}

/* new facilities section ends */

/*=======================================================
# Box Style
========================================================*/

.box-style-1 .entry-wrapper {
  padding: 40px;
  text-align: center;
  display: flex;
  gap: 20px;
  flex-direction: column;
  -webkit-transition: all 300ms ease-in-out 0s;
  -moz-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
}

.box-style-1 .entry-wrapper:hover {
  -webkit-box-shadow: 0 70px 70px rgba(0, 0, 0, 0.2);
  box-shadow: 0 70px 70px rgba(0, 0, 0, 0.2);
  -webkit-transform: translate(0, -10px);
  -moz-transform: translate(0, -10px);
  transform: translate(0, -10px);
}

.box-style-1 .entry-content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.box-style-1 .entry-content {
  color: #12171f;
  letter-spacing: 1px;
}

.box-style-1 .entry-title,
.box-style-1 .entry-title a {
  text-transform: uppercase;
  color: #12171f;
  letter-spacing: 2px;
  font-size: 15px;
  font-weight: 700;
  margin: 0;
}

.box-style-1 .btn-link {
  color: #da5e28;
}

.iconbox-angle-left .icon-box {
  position: relative;
  width: 70px;
  height: 70px;
  background-color: #da5e28;
  text-align: center;
  line-height: 70px;
  margin-bottom: 30px;
}

.iconbox-angle-left .icon-box i {
  color: #fff;
  font-size: 20px;
}

.iconbox-angle-left .icon-box::before {
  position: absolute;
  content: "";
  border-width: 10px;
  bottom: -10px;
  left: 0;
  border-style: solid;
  border-color: transparent transparent transparent #da5e28;
}

.iconbox-angle-left .entry-wrapper {
  display: flex;
  flex-direction: column;
}

.iconbox-angle-left .entry-title,
.iconbox-angle-left .entry-title a {
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  color: #12171f;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 15px;
  -webkit-transition: all 300ms ease-in-out 0s;
  -moz-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
}

.iconbox-angle-left .entry-title:hover,
.iconbox-angle-left .entry-title a:hover {
  color: #da5e28;
}

.box-link {
  text-decoration: none;
  padding: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
  text-align: center;
  gap: 15px;
  background-color: #da5e28;
  height: 160px;
}

.box-link .entry-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.box-link .box-title,
.box-link .box-title a {
  font-size: 15px;
  color: #fff;
  margin-bottom: 0;
  letter-spacing: 1px;
}

.box-link p {
  color: #787878;
}

.box-link .icon-box {
  width: 50px;
  height: 50px;
}

.box-link .entry-content {
  /* font-family: var(--uc-text-font); */
  color: #787878;
}

.box-link .entry-header .entry-title a,
.box-link .entry-header .entry-title {
  /* font-family: var(--uc-primary-font); */
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  color: #12171f;
}

.hover-fade-other-box:hover .box-link {
  filter: blur(1px);
  opacity: 0.5;
  transform: scale(0.98);
  box-shadow: none;
}

.hover-fade-other-box:hover .box-link:hover {
  transform: scale(1);
  filter: blur(0px);
  opacity: 1;
  box-shadow: 0 8px 20px 0px rgba(0, 0, 0, 0.125);
}

.box-hover-zoomer {
  position: relative;
  height: 100%;
}

.box-hover-zoomer .entry-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  background-color: #f8f8f8;
  padding: 30px;
  height: 100%;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transition: all 300ms ease-in-out 0s;
  -moz-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
}

.box-hover-zoomer .entry-wrapper .icon-box {
  width: 70px;
  height: 70px;
  border-radius: 100%;
  margin: 0 auto;
  background-color: #da5e28;
  color: #fff;
  text-align: center;
  line-height: 70px;
  margin-bottom: 20px;
  font-size: 24px;
}

.box-hover-zoomer .entry-wrapper .entry-title {
  margin-bottom: 0;
}

.box-hover-zoomer .entry-wrapper .entry-title a {
  /* font-family: var(--uc-primary-font); */
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #12171f;
  margin-bottom: 0;
  text-decoration: none;
}

.box-hover-zoomer .entry-content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.box-hover-zoomer .entry-wrapper:hover {
  height: 110%;
  background-color: #da5e28;
}

.box-hover-zoomer .entry-wrapper:hover .entry-footer a,
.box-hover-zoomer .entry-wrapper:hover .entry-content,
.box-hover-zoomer .entry-wrapper:hover .entry-title a {
  color: #fff;
}

.box-hover-zoomer .entry-content-wrapper .entry-content {
  /* font-family: var(--uc-primary-font); */
  letter-spacing: 1px;
}

.box-number-style .entry-wrapper {
  padding: 35px;
  background-color: #fff;
  position: relative;
  overflow: hidden;
  padding-top: 60px;
}

.box-number-style .icon-box span {
  font-size: 80px;
  /* font-family: var(--uc-primary-font); */
  color: #ededed;
  font-weight: 700;
  position: absolute;
  top: 10px;
  left: 20px;
  z-index: 0;
}

.box-number-style .entry-title,
.box-number-style .entry-title a {
  /* font-family: var(--uc-primary-font); */
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #12171f;
  margin-bottom: 0;
  text-decoration: none;
}

.box-number-style .entry-content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: start;
  z-index: 10;
  position: relative;
}

.box-number-style .entry-footer a,
.box-number-style .entry-footer .btn-link {
  font-weight: 600;
  letter-spacing: 2px;
}

.iconbox-simple .entry-wrapper {
  display: flex;
  padding: 35px;
  gap: 20px;
}

.iconbox-simple .entry-wrapper .icon-box {
  font-size: 24px;
  color: #da5e28;
}

.iconbox-simple .entry-wrapper .entry-title,
.iconbox-simple .entry-wrapper .entry-title a {
  /* font-family: var(--uc-primary-font); */
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #12171f;
  text-decoration: none;
}

.iconbox-list .entry-wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
}

.iconbox-list .icon-box {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-color: #f5f5f5;
  color: #da5e28;
  text-align: center;
  line-height: 50px;
  font-size: 15px;
}

.iconbox-list .entry-header .entry-title {
  font-size: 14px;
  color: #12171f;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  margin-bottom: 0;
}

.box-hover-bottom-line .entry-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 35px;
  background-color: #fff;
  gap: 20px;
  position: relative;
}

.box-hover-bottom-line .entry-title,
.box-hover-bottom-line .entry-title a {
  /* font-family: var(--uc-primary-font); */
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #12171f;
  text-decoration: none;
  margin-bottom: 0;
}

.box-hover-bottom-line .icon-box {
  font-size: 24px;
  color: #da5e28;
}

.box-hover-bottom-line .entry-content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.box-hover-bottom-line .entry-wrapper::before {
  content: "";
  position: absolute;
  height: 2px;
  width: 0;
  bottom: 0;
  left: 50%;
  background-color: #da5e28;
  -webkit-transition: all 300ms ease-in-out 0s;
  -moz-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
}

.box-hover-bottom-line .entry-wrapper:hover::before {
  width: 100%;
  left: 0;
  right: 0;
}

/*===============================================================================
Owl Carousel Style Start
==================================================================================*/

.owl-carousel.dot-disable .owl-dots,
.owl-carousel.nav-disable .owl-nav {
  display: none !important;
}

.owl-outer-20 .owl-stage-outer {
  padding: 20px;
  margin: -20px;
}

.owl-carousel .owl-nav button span {
  display: block;
  margin-top: -5px;
}

.owl-carousel.nav-top-right .owl-nav {
  position: absolute;
  right: 0;
  top: -70px;
}

.owl-carousel.nav-top-right .owl-nav button {
  width: 40px;
  height: 40px;
  font-size: 20px;
  line-height: 40px;
  border-radius: 5px;
  background-color: #f5f5f5;
  color: #12171f;
  margin-left: 5px;
}

.owl-carousel.nav-between-in .owl-nav button.owl-prev {
  left: 15px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
}

.owl-carousel.nav-between-in .owl-nav button.owl-next {
  right: 15px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
}

.owl-carousel.nav-between-in .owl-nav button {
  width: 40px;
  height: 40px;
  font-size: 20px;
  line-height: 40px;
  border-radius: 5px;
  background-color: #12171f;
  color: #fff;
  margin-left: 5px;
}

.owl-carousel.nav-top-right .owl-nav button:hover {
  background-color: #da5e28;
  color: #12171f;
}

.owl-carousel button.owl-dot.active {
  width: 10px;
  height: 10px;
  background-color: #12171f !important;
  border-radius: 50%;
  border: 3px solid #e0e2e3;
}

.owl-carousel button.owl-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 0 5px;
  background-color: #e0e2e3;
  border: 3px solid #fff;
}

.testimonial-simple blockquote {
  font-size: 16px;
  color: #fff;
  line-height: 34px;
  padding: 30px 0;
  border: none;
}

.owl-carousel .owl-dots {
  margin-top: 15px;
  display: table;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 20px;
}

/*===============================================================================
Hover Effect
================================================================================*/

.hover-underline-animation::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 0%;
  height: 3px;
  background-color: var(--theme-primary-color);
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  opacity: 0;
  visibility: hidden;
}

.hover-shadow-lg {
  -webkit-transition: all 300ms ease-in-out 0s;
  -moz-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
}

.hover-shadow-lg:hover {
  -webkit-box-shadow: 0 70px 70px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 70px 70px rgba(0, 0, 0, 0.2);
  box-shadow: 0 70px 70px rgba(0, 0, 0, 0.2);
  -webkit-transform: translate(0, -10px);
  -moz-transform: translate(0, -10px);
  transform: translate(0, -10px);
}

.hover-underline-animation:hover::before {
  width: 100%;
  opacity: 1;
  visibility: visible;
}

.hover-img-zoom {
  overflow: hidden;
}

.hover-grayscale img,
.hover-img-zoom img {
  -webkit-transition: all 300ms ease-in-out 0s;
  -moz-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
}

.hover-img-zoom:hover img {
  transform: scale(1.05);
}

.hover-grayscale:hover img {
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}

/*===============================================================================
# Testimonial Block
================================================================================*/

.about-avata .name {
  font-weight: 600;
  color: #12171f;
}

.about-avata {
  /* font-family: var(--uc-primary-font); */
}

.quote-icon img {
  max-width: 50px;
}

.testimonial-block-1 {
  padding: 35px;
  background-color: #f5f5f5;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.testimonial-block-1 .image-avata {
  width: 50px;
}

.testimonial-block-1 p {
  font-size: 17px;
  line-height: 30px;
}

.testimonial-block-1 .quote-icon {
  font-size: 40px;
}

.testimonial-block-2 .item {
  position: relative;
  padding-left: 100px;
  font-size: 18px;
  line-height: 30px;
}

.testimonial-block-2 .quote-icon {
  position: absolute;
  left: 2px;
  top: 2px;
  font-size: 50px;
  color: #da5e28;
}

.testimonial-block-2 .name {
  position: relative;
  padding-left: 100px;
}

.testimonial-block-2 .name::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  width: 80px;
  height: 2px;
  background-color: #da5e28;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.testimonial-block-2 .owl-nav {
  position: absolute;
  top: 30px;
  right: 30px;
}

.testimonial-block-2 .owl-nav button.owl-prev {
  margin-right: 10px;
}

.testimonial-block-2 .owl-nav button span {
  width: 40px;
  height: 40px;
  display: block;
  border: 1px solid #da5e28;
  border-radius: 50%;
  font-size: 20px;
  line-height: 35px;
}

/* banner section css starts */

.breadcrumb-area {
  position: relative;
  display: none;
  z-index: 11;
}

.breadcrumb-area-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-attachment: scroll;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}

.breadcrumb-area-bg:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #0876b5;
  opacity: 0.7;
  content: "";
  z-index: -1;
}

.breadcrumb-area .inner-content {
  position: relative;
  display: block;
  padding: 50px 0px;
  text-align: center;
  z-index: 10;
}

.breadcrumb-area .title {
  position: relative;
  display: block;
  overflow: hidden;
}

.breadcrumb-area .title h2 {
  color: #ffffff;
  font-size: 50px;
  line-height: 1.3em;
  font-weight: 700;
  text-transform: capitalize;
}

.breadcrumb-menu {
  position: absolute;
  left: 0;
  bottom: -25px;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
}

.breadcrumb-menu ul {
  position: relative;
  display: flex;
  align-items: center;
  background: #ffffff;
  padding: 14px 50px 14px;
  border-radius: 25px;
}

.breadcrumb-menu ul li {
  position: relative;
  float: none;
  color: #797989;
  font-size: 14px;
  line-height: 22px;
  font-weight: 700;
  text-transform: uppercase;
  padding-right: 13px;
  margin-right: 13px;
  font-family: var(--thm-font);
}

.breadcrumb-menu ul li:last-child {
  padding-right: 0;
  margin-right: 0;
}

.breadcrumb-menu ul li:before {
  content: "";
  position: absolute;
  top: 5px;
  right: 0;
  bottom: 5px;
  width: 1px;
  background: #797989;
  transform: rotate(25deg);
}

.breadcrumb-menu ul li:last-child:before {
  display: none;
}

.breadcrumb-menu ul li a {
  color: #1b1b1b;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.breadcrumb-menu ul li:hover a,
.breadcrumb-menu ul li.active {
  color: #ff6100;
}

@media screen and (max-width: 426px) {
  .breadcrumb-area .inner-content {
    position: relative;
    display: block;
    padding: 50px 0 50px !important;
    text-align: center;
    z-index: 10;
  }
}
@media screen and (max-width: 426px) {
  .breadcrumb-area .title h2 {
    color: #ffffff;
    font-size: 36px !important;
  }
}

@media screen and (max-width: 426px) {
  .breadcrumb-area .title h6 {
    color: #ffffff;
    font-size: 36px !important;
  }
}

/* banner section css ends */

/* gallery page css starts */
#gallery {
  padding: 40px 0px;
}
/* @media screen and (min-width: 991px) {
    #gallery {
      padding: 60px 30px 0 30px;
    }
  } */

.img-wrapper {
  position: relative;
  margin-top: 15px;
}
.img-wrapper img {
  width: 100%;
}

.img-overlay {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
}
.img-overlay i {
  color: #fff;
  font-size: 3em;
}

#overlay {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#overlay img {
  margin: 0;
  width: 80%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  padding: 5%;
}
@media screen and (min-width: 768px) {
  #overlay img {
    width: 60%;
  }
}
@media screen and (min-width: 1200px) {
  #overlay img {
    width: 50%;
  }
}

#nextButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
}
#nextButton:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  #nextButton {
    font-size: 3em;
  }
}

#prevButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
}
#prevButton:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  #prevButton {
    font-size: 3em;
  }
}

#exitButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
  position: absolute;
  top: 15px;
  right: 15px;
}
#exitButton:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  #exitButton {
    font-size: 3em;
  }
}

/* gallery page css ends */

/*about us section css starts*/

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-about-2-wrapper {
    margin-left: 0;
  }
}
.about-area {
  padding: 60px 0px;
}
.tp-about-2-wrap {
  position: relative;
}

.tp-about-2-thumb img {
  width: 400px;
}

.tp-about-2-thumb-2 {
  position: absolute;
  top: 125px;
  right: 55px;
}
.tp-about-contact-call span {
  display: inline-block;
  background-color: #782f89;
  height: 58px;
  width: 58px;
  line-height: 58px;
  text-align: center;
  border-radius: 50%;
  margin-right: 6px;
}
.mr-60 {
  margin-right: 60px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-10 {
  margin-bottom: 10px;
}
.tp-about-list ul li i {
  margin-right: 5px;
  color: #d82221;
  font-size: 17px;
  flex: 0 0 auto;
  margin-top: 4px;
  display: inline-block;
}
.tp-about-list ul li {
  list-style: none;
  color: #051a53;
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  display: flex;
  margin-bottom: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-about-2-thumb-2 {
    top: 230px;
    right: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-about-2-thumb-2 {
    top: 35px;
    right: 35px;
  }
}

@media (max-width: 767px) {
  .tp-about-2-thumb-2 {
    position: initial;
  }
}

.tp-about-2-thumb-2 img {
  width: 200px;
}

.tp-about-2-counter {
  position: absolute;
  z-index: 1;
  bottom: -95px;
  left: 73px;
  display: inline-block;
  text-align: center;
  height: 170px;
  width: 170px;
  border-radius: 50%;
  line-height: 170px;
  background-color: #d82221;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-about-2-counter {
    bottom: -40px;
    left: auto;
    right: 0;
  }
}

@media (max-width: 767px) {
  .tp-about-2-counter {
    bottom: -20px;
  }
}

.tp-about-2-counter-count {
  margin-top: 30px;
  font-family: var(--tp-ff-heading);
  color: #fff;
  font-size: 40px;
  font-weight: 500;
}
.tp-about-contact-call a {
    font-size: 20px;
    color: #000;
}
.tp-about-2-wrapper p {
  font-size: 16px;
}
.tp-about-2-counter p {
  font-size: 20px;
  color: #fff;
}

.skin-care-img {
  position: relative;
}
.skin-care-img img {
  width: 84%;
}
.skin-care-img img {
  border-radius: 10px;
  z-index: 111;
  position: relative;
}
.skin-care-img img.skin-care-1 {
  margin-top: -109px;
  width: auto;
}
.skin-care-img img.skin-care-1 {
  margin-left: auto;
  margin-top: -189px;
  display: flex;
  z-index: 111;
}
.skin-care-number {
  background-color: #782f89;
  padding: 34px;
  position: absolute;
  top: 14%;
  right: 38px;
  text-align: center;
  border-radius: 20px;
  width: 174px;
  border: 3px solid #fff;
  z-index: 444;
}
.skin-care-number h2 {
  color: #fff;
  font-size: 52px;
  font-weight: 600;
}
.skin-care-number span {
  line-height: 20px;
  display: block;
  color: #fff;
}
.skin-care-img img.dots-img {
  border-radius: 50%;
  position: absolute;
  left: 35%;
  z-index: 0;
  bottom: -6%;
  animation: fa-spin 15s infinite linear;
  width: 120px;
  height: 120px;
}
.skin-care-img img.dots-img-2 {
  top: 9%;
  left: -19%;
  width: auto;
}
.skin-care-img img.dots-img-2 {
  position: absolute;
  top: 9%;
  left: -25%;
  animation: topshap 3s infinite;
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

@keyframes topshap {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(10px);
  }
  0% {
    transform: translateY(0px);
  }
}

/* contact us page css starts */
.grey-bg-13 {
  background: #f8f8f8;
}
.pb-120 {
  padding-bottom: 120px;
}
.pt-120 {
  padding-top: 120px;
}
.contact__form-2 {
  padding: 35px 40px;
}
.white-bg {
  background: #ffffff;
}
.contact__form .contact-form-title {
  font-size: 30px;
  color: #da5e27;
  margin-bottom: 35px;
}
.mb-30 {
  margin-bottom: 30px;
}
.contact__input-2 input,
.contact__input-2 textarea {
  background: #f8f9fc;
}
.contact__input input,
.contact__input textarea,
.contact__input .nice-select {
  width: 100%;
  height: 60px;
  background: #ffffff;
  border: none;
  outline: none;
  padding: 0 20px;
  font-size: 14px;
  line-height: 60px;
  color: #828da5;
}
.contact__input-2 .nice-select {
  background: #f8f9fc;
}
.contact__input .nice-select {
  border-radius: 0;
  float: none;
}
.contact__input .nice-select .list {
  margin-top: 0;
  width: 100%;
  border-radius: 0;
}
.nice-select .list {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.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(0.75) translateY(-21px);
  -ms-transform: scale(0.75) translateY(-21px);
  transform: scale(0.75) translateY(-21px);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25),
    opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
}
.nice-select .option.selected {
  font-weight: bold;
}
.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.contact__input-2 .nice-select::after {
  right: 20px;
  width: 0;
  height: 0;
  border: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #c1c6d6;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}
.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 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  width: 5px;
}
.contact__input-2 textarea {
  height: 150px;
}
.contact__input-2 input,
.contact__input-2 textarea {
  background: #f8f9fc;
}
.contact__input textarea {
  padding: 20px;
  height: 120px;
  line-height: 1.1;
  resize: none;
}
.contact__info {
  padding: 30px 40px 40px;
}
.contact__info h3 {
  font-size: 30px;
  color: #030329;
  margin-bottom: 40px;
}
.mb-20 {
  margin-bottom: 20px;
}
.contact__info ul li:not(:last-child) {
  margin-bottom: 35px;
}
.mr-20 {
  margin-right: 20px;
}
.contact__info-text p {
  margin-bottom: 0;
}
.contact__info-text h5 {
  font-size: 18px;
  font-weight: 500;
  color: #030329;
}
@media (max-width: 360px) {
  .contact__info-text h5 {
    font-size: 14px;
    font-weight: 500;
    color: #030329;
  }
}

/* contact us page css ends */

/* Appointment css starts */
.fz-inner-contact-details {
  padding: 100px 0;
  display: flex;
  gap: 60px;
  align-items: flex-start;
}

@media screen and (max-width: 1399px) {
  .fz-inner-contact-details {
    gap: 40px;
  }
}

@media screen and (max-width: 1199px) {
  .fz-inner-contact-details {
    padding: 50px 0;
  }
}

@media screen and (max-width: 991px) {
  .fz-inner-contact-details {
    flex-direction: column;
    align-items: center;
  }
}

.fz-inner-contact-details .fz-inner-contact-details__title {
  font-size: 24px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  margin-bottom: 20px;
}

@media screen and (max-width: 1199px) {
  .fz-inner-contact-details .fz-inner-contact-details__title {
    font-size: 22px;
  }
}

@media screen and (max-width: 767px) {
  .fz-inner-contact-details .fz-inner-contact-details__title {
    font-size: 20px;
  }
}

.fz-inner-contact-details__left {
  width: 100%;
}

@media screen and (max-width: 1199px) {
  .fz-inner-contact-details__left {
    width: 65%;
  }
}

@media screen and (max-width: 991px) {
  .fz-inner-contact-details__left {
    width: 100%;
  }
}

.fz-inner-contact-details__left .fz-blog-details__comment-form {
  padding: 0;
  background: none;
  border: none;
}

.fz-inner-contact-details__left .fz-blog-details__comment-form form input,
.fz-inner-contact-details__left .fz-blog-details__comment-form form textarea {
  border-radius: 5px;
}

.fz-inner-contact-details__info-card {
  width: 30%;
  padding: 30px;
  background-color: #f8f8f8;
}

@media screen and (max-width: 1199px) {
  .fz-inner-contact-details__info-card {
    width: 35%;
  }
}

@media screen and (max-width: 991px) {
  .fz-inner-contact-details__info-card {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .fz-inner-contact-details__info-card {
    width: 70%;
  }
}

@media screen and (max-width: 479px) {
  .fz-inner-contact-details__info-card {
    width: 100%;
    padding: 20px;
  }
}

.fz-inner-contact-details__info-card ul li {
  display: flex;
  gap: 20px;
  margin-bottom: 25px;
}

.fz-inner-contact-details__info-card ul li .contact-numbers {
  display: flex;
  flex-direction: column;
}

.fz-inner-contact-details__info-card ul li .contact-numbers a:hover {
  color: #b8860b;
}

.fz-inner-contact-details__info-card .fz-single-contact-info {
  font-size: 17px;
  color: #777;
}

@media screen and (max-width: 767px) {
  .fz-inner-contact-details__info-card .fz-single-contact-info {
    font-size: 15px;
  }
}

.fz-inner-contact-details__info-card .fz-single-contact-info i {
  font-size: 22px;
  color: #222222;
  padding-top: 4px;
}

.fz-inner-contact-details__info-card .contact-socials {
  margin-bottom: 0;
  margin-top: 30px;
}

.fz-inner-contact-details__info-card .contact-socials__title {
  font-size: 18px;
  font-family: "Poppins", sans-serif;
}

.fz-inner-contact-details__info-card .contact-socials ul {
  display: flex;
  gap: 15px;
}

.fz-inner-contact-details__info-card .contact-socials ul li {
  margin-bottom: 0;
}

.fz-inner-contact-details__info-card .contact-socials ul li a {
  color: #777;
}

.fz-inner-contact-details__info-card .contact-socials ul li a:hover {
  color: #b8860b;
}

.fz-contact-location-map iframe {
  min-height: 600px;
  min-width: 100%;
  vertical-align: top;
}

@media screen and (max-width: 1399px) {
  .fz-contact-location-map iframe {
    min-height: 450px;
  }
}

@media screen and (max-width: 991px) {
  .fz-contact-location-map iframe {
    min-height: 330px;
  }
}

@media screen and (max-width: 575px) {
  .fz-contact-location-map iframe {
    min-height: 280px;
  }
}

.faq-accordion-area {
  padding: 100px 0;
}

@media screen and (max-width: 1199px) {
  .faq-accordion-area {
    padding: 50px 0;
  }
}

@media screen and (max-width: 991px) {
  .faq-accordion-area > .container > .row {
    --bs-gutter-y: 30px;
  }
}
.fz-blog-details__shares > span {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.fz-blog-details__shares > button {
  color: #c4c4c4;
}

.fz-blog-details__shares > button:hover {
  color: #222222;
}

.fz-blog-details__user-comments {
  padding: 50px 0 30px;
}

.fz-blog-details__user-comments .fz-blog-details__comments-title {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}

@media screen and (max-width: 575px) {
  .fz-blog-details__user-comments .fz-blog-details__comments-title {
    font-size: 18px;
  }
}

.fz-blog-details__user-comments .single-comment {
  border-radius: 10px;
}

.fz-blog-details__user-comments .comment-date {
  font-size: 14px;
  font-weight: 400;
  color: #777;
  font-family: "Roboto", sans-serif;
}

.fz-blog-details__user-comments .reply-btn {
  margin-top: 15px;
  background: #ebebeb;
  padding: 0 20px;
  height: 35px;
  border-radius: 30px;
  line-height: 35px;
  font-size: 15px;
}

.fz-blog-details__user-comments .reply-btn:hover {
  color: #ffffff;
  background-color: #222222;
}

.fz-blog-details__user-comments .reply-btn:hover i {
  color: #ffffff;
}

.fz-blog-details__user-comments .reply-btn i {
  margin-left: 5px;
  color: #b8860b;
}

.fz-blog-details__comment-form {
  border: 1px solid #eaeaea;
  border-radius: 10px;
  padding: 20px;
  background-color: #f8f8f8;
}

@media screen and (max-width: 479px) {
  .fz-blog-details__comment-form {
    padding: 15px 10px;
  }
}

.fz-blog-details__comment-form .fz-comment-form__title {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}

@media screen and (max-width: 575px) {
  .fz-blog-details__comment-form .fz-comment-form__title {
    font-size: 18px;
  }
}

.fz-blog-details__comment-form form label {
  color: #777;
  margin-bottom: 5px;
  display: block;
}

@media screen and (max-width: 575px) {
  .fz-blog-details__comment-form form label {
    font-size: 14px;
  }
}

.fz-blog-details__comment-form form input,
.fz-blog-details__comment-form form textarea {
  border: 1px solid #eaeaea;
  padding: 10px 15px;
  width: 100%;
  background-color: #ffffff;
  font-weight: 300;
}

@media screen and (max-width: 1199px) {
  .fz-blog-details__comment-form form input,
  .fz-blog-details__comment-form form textarea {
    padding: 10px;
  }
}

@media screen and (max-width: 767px) {
  .fz-blog-details__comment-form form input,
  .fz-blog-details__comment-form form textarea {
    padding: 8px 10px;
  }
}

.fz-blog-details__comment-form form textarea {
  height: 200px;
}

.fz-blog-details__comment-form .fz-comment-form__btn {
  border-radius: 5px;
  height: 45px;
  line-height: 43px;
  font-size: 16px;
  padding: 0 30px;
  margin-top: 20px;
  background-color: #0876b5 !important;
  color: #ffffff;
  border: 1px solid #0876b7;
}

.fz-blog-details__comment-form .fz-comment-form__btn:hover {
  color: #0876b5;
  background-color: #782f89 !important;
}

.fz-blog-details__comment-form .fz-comment-form__btn::before {
  border-radius: 5px;
  background-color: #ffffff;
}
.fz-inner-contact-details {
  padding: 100px 0;
  display: flex;
  gap: 60px;
  align-items: flex-start;
}

@media screen and (max-width: 1399px) {
  .fz-inner-contact-details {
    gap: 40px;
  }
}

@media screen and (max-width: 1199px) {
  .fz-inner-contact-details {
    padding: 50px 0;
  }
}

@media screen and (max-width: 991px) {
  .fz-inner-contact-details {
    flex-direction: column;
    align-items: center;
  }
}

.fz-inner-contact-details .fz-inner-contact-details__title {
  font-size: 24px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  margin-bottom: 20px;
}

@media screen and (max-width: 1199px) {
  .fz-inner-contact-details .fz-inner-contact-details__title {
    font-size: 22px;
  }
}

@media screen and (max-width: 767px) {
  .fz-inner-contact-details .fz-inner-contact-details__title {
    font-size: 20px;
  }
}

.fz-inner-contact-details__left {
  width: 100%;
}

@media screen and (max-width: 1199px) {
  .fz-inner-contact-details__left {
    width: 65%;
  }
}

@media screen and (max-width: 991px) {
  .fz-inner-contact-details__left {
    width: 100%;
  }
}

.fz-inner-contact-details__left .fz-blog-details__comment-form {
  padding: 0;
  background: none;
  border: none;
}

.fz-inner-contact-details__left .fz-blog-details__comment-form form input,
.fz-inner-contact-details__left .fz-blog-details__comment-form form textarea {
  border-radius: 5px;
}

.fz-inner-contact-details__info-card {
  width: 30%;
  padding: 30px;
  background-color: #f8f8f8;
}

@media screen and (max-width: 1199px) {
  .fz-inner-contact-details__info-card {
    width: 35%;
  }
}

@media screen and (max-width: 991px) {
  .fz-inner-contact-details__info-card {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .fz-inner-contact-details__info-card {
    width: 70%;
  }
}

@media screen and (max-width: 479px) {
  .fz-inner-contact-details__info-card {
    width: 100%;
    padding: 20px;
  }
}

.fz-inner-contact-details__info-card ul li {
  display: flex;
  gap: 20px;
  margin-bottom: 25px;
}

.fz-inner-contact-details__info-card ul li .contact-numbers {
  display: flex;
  flex-direction: column;
}

.fz-inner-contact-details__info-card ul li .contact-numbers a:hover {
  color: #b8860b;
}

.fz-inner-contact-details__info-card .fz-single-contact-info {
  font-size: 17px;
  color: #777;
}

@media screen and (max-width: 767px) {
  .fz-inner-contact-details__info-card .fz-single-contact-info {
    font-size: 15px;
  }
}

.fz-inner-contact-details__info-card .fz-single-contact-info i {
  font-size: 22px;
  color: #222222;
  padding-top: 4px;
}

.fz-inner-contact-details__info-card .contact-socials {
  margin-bottom: 0;
  margin-top: 30px;
}

.fz-inner-contact-details__info-card .contact-socials__title {
  font-size: 18px;
  font-family: "Poppins", sans-serif;
}

.fz-inner-contact-details__info-card .contact-socials ul {
  display: flex;
  gap: 15px;
}

.fz-inner-contact-details__info-card .contact-socials ul li {
  margin-bottom: 0;
}

.fz-inner-contact-details__info-card .contact-socials ul li a {
  color: #777;
}

.fz-inner-contact-details__info-card .contact-socials ul li a:hover {
  color: #b8860b;
}

.fz-contact-location-map iframe {
  min-height: 600px;
  min-width: 100%;
  vertical-align: top;
}

@media screen and (max-width: 1399px) {
  .fz-contact-location-map iframe {
    min-height: 450px;
  }
}

@media screen and (max-width: 991px) {
  .fz-contact-location-map iframe {
    min-height: 330px;
  }
}

@media screen and (max-width: 575px) {
  .fz-contact-location-map iframe {
    min-height: 280px;
  }
}

.faq-accordion-area {
  padding: 100px 0;
}
.appointment-section {
  /* padding: auto; */
}

/* appoint css ends */

/*==============================================================
# Widget Style
==============================================================*/

.widget {
  margin-bottom: 24px;
  color: #12171f;
  /* font-family: var(--uc-primary-font); */
  font-weight: 500;
  letter-spacing: 0.5px;
  font-size: 14px;
  padding: 35px;
}

.listing-sidebar .widget {
  background-color: #fff;
}

.listing-sidebar .quick-search {
  padding: 0;
}

.property-carousel-widget .property-grid-1 .entry-content-wrapper {
  padding-left: 0;
  padding-right: 0;
}

.widget-listing li {
  display: flex;
  gap: 10px;
  align-items: center;
}

.widget-listing li .listing-title,
.widget-listing li .listing-title a {
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 600;
  margin-bottom: 0;
}

.widget-listing li .listing-price {
  display: flex;
  gap: 5px;
  color: #da5e28;
  /* font-family: var(--uc-primary-font); */
  font-weight: 600;
}

.widget-listing li .property-info li {
  color: #12171f;
  font-size: 14px;
}

.widget-listing li .listing-price small {
  font-size: 13px;
  color: #9b9b9b;
}

.widget-listing li img {
  width: 80px;
  height: 80px;
  border-radius: 3px;
}

.widget.footer-widget {
  color: #fff;
  /* font-family: var(--uc-primary-font); */
  font-weight: 400;
  letter-spacing: 0.5px;
  font-size: 14px;
  padding: 0;
}

.widget-title {
  font-size: 17px;
  text-transform: uppercase;
  color: #12171f;
  letter-spacing: 2px;
  /* font-family: var(--uc-primary-font); */
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 30px;
}

.footer-widget .widget-title {
  color: #fff;
  font-size: 17px;
  margin-bottom: 12px;
  margin-top: 15px;
}

.footer-light .footer-widget .widget-title {
  color: #12171f;
  font-weight: 600;
}

.footer-widget ul {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.widget ul {
  margin: 0;
}

.widget ul li {
  line-height: 25px;
  list-style: none;
}

.widget ul li a {
  text-decoration: none;
}

.widget .widget-listing {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.social-widget {
  display: flex;
  gap: 20px;
}

.social-widget li a,
.social-widget a {
  font-size: 16px;
  text-decoration: none;
  color: #12171f;
  width: 35px;
  height: 35px;
  background-color: #fff;
  border-radius: 50px;
  line-height: 35px;
}
.social-widget i {
  margin-left: 12px;
}

.footer-widget.social-widget li a,
.footer-widget.social-widget a {
  color: #000;
}

.footer-light .footer-widget.social-widget li a,
.footer-light .footer-widget.social-widget a {
  color: #787878;
}

.widget ul li a {
  text-decoration: none;
  color: #12171f;
  -webkit-transition: all 300ms ease-in-out 0s;
  -moz-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
}

.widget.footer-widget ul li a {
  color: #fff;
  font-size: 16px;
}

.footer-light .widget.footer-widget ul li a {
  color: #787878;
}

.footer-light .widget ul li a:hover,
.widget ul li a:hover {
  color: #fff;
}

.widget-sidebar-nav {
  background-color: #fff;
}

.widget-sidebar-nav ul li {
  padding: 10px 0;
}

.widget-sidebar-nav ul li:not(:last-child) {
  border-bottom: 1px;
  border-bottom-style: dashed;
  border-bottom-color: #c0c0c0;
}

.widget-category ul li {
  padding: 10px 0;
}

.widget-category ul li a span {
  color: #da5e28;
}

.widget-category ul li:not(:last-child) {
  border-bottom: 1px;
  border-bottom-style: dashed;
  border-bottom-color: #c0c0c0;
}

.blog-sidebar .widget {
  background-color: #fff;
}

.widget_search .search-field {
  border: 1px solid;
  border-color: #c0c0c0;
  font-size: 14px;
  color: #12171f;
  height: 50px;
  padding: 12px 15px;
  border-radius: 3px;
  width: 100%;
}

.widget_search .search-field:focus,
.widget_search .search-field:focus-visible {
  border: none;
}

.widget_search input[type="submit"] {
  display: none;
}

.widget_categories ul li {
  padding: 10px 0;
  color: #da5e28;
}

.widget_categories ul li a {
  color: #12171f;
}

.widget_categories ul li:not(:last-child) {
  border-bottom: 1px;
  border-bottom-style: dashed;
  border-bottom-color: #c0c0c0;
}

.widget_recent_entries ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.widget_recent_entries ul li a {
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
}

.widget_recent_entries .post-meta {
  display: flex;
  gap: 15px;
}

.widget_recent_entries .post-meta a {
  color: #b1b1b1;
  font-size: 13px;
  position: relative;
  padding: 0;
}

.widget_recent_entries .post-meta a:not(:last-child)::after {
  content: "|";
  position: absolute;
  color: #b1b1b1;
  right: -7px;
  top: -1px;
  height: 100%;
  width: 1px;
}

.widget_tag_cloud ul {
  display: flex;
  gap: 3px;
  flex-wrap: wrap;
}

.widget_tag_cloud ul li a {
  background-color: #f5f5f5;
  color: #b1b1b1;
  padding: 0 7px;
  font-size: 13px;
  display: block;
  line-height: 2;
}

.widget_tag_cloud ul li a:hover {
  color: #fff;
  background-color: #da5e28;
}

/*==========================================================
Modal Popup
==========================================================*/

.modal-content {
  border-radius: 0;
}

.quick-email-modal,
.quick-view-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99992;
  width: 100%;
  height: 100%;
}

.view-close {
  cursor: pointer;
  position: absolute;
  right: 1px;
  top: 1px;
  z-index: 99;
  background-color: #12171f;
  display: block;
  width: 35px;
  height: 35px;
  line-height: 33px;
  text-align: center;
  color: #fff;
}

.entry-thumbnail-modal {
  position: relative;
  overflow: hidden;
}

.modal-body .entry-title a {
  font-size: 18px;
  text-decoration: none;
  color: #12171f;
}

.modal-body .entry-title a:hover {
  color: #da5e28;
}

.modal-body .product-status {
  background-color: #313145;
  color: #fff;
  font-size: 12px;
  letter-spacing: 1px;
  /* font-family: var(--uc-primary-font); */
  padding: 0 12px;
}

.entry-thumbnail-modal,
.modal-body .entry-title a {
  -webkit-transition: all 300ms ease-in-out 0s;
  -moz-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
}

/* counter section starts */
.counter-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  margin: 50px auto;
  gap: 40px;
  padding: 20px;
  flex-wrap: wrap;
}

.counters {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  flex: 1 1 500px;
}

.counter-card {
  background: #fff;
  padding: 30px 20px;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.07);
  transition: transform 0.3s ease;
  text-align: center;
}

.counter-card:hover {
  transform: translateY(-5px);
}

.counter-icon {
  font-size: 36px;
  color: #00b894;
  margin-bottom: 15px;
}

.counter-number {
  font-size: 40px;
  font-weight: bold;
  color: #2d3436;
}

.counter-label {
  font-size: 16px;
  color: #636e72;
  margin-top: 10px;
}

.image-container {
  flex: 1 1 222px;
}

.image-container img {
  max-width: 100%;
  border-radius: 12px;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
}

@media (max-width: 900px) {
  .counter-section {
    flex-direction: column;
    text-align: center;
  }

  .counters {
    grid-template-columns: 1fr;
  }
}

/* counter section ends */

/*==========================================================
Tab Block Style
==========================================================*/

.tab-style-1 {
  position: relative;
}

.tab-filter-nav {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  margin: 0;
}

.tab-filter-nav li {
  color: #12171f;
  /* font-family: var(--uc-primary-font); */
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  list-style: none;
}

.tab-filter-nav li.mixitup-control-active {
  color: #da5e28;
  text-decoration: line-through;
}

.tab-style-2 {
  width: max-content;
  max-width: 100%;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 50px;
  background: #fff;
  border-radius: 60px;
}

.tab-style-2 .tab-filter-nav li a.nav-link {
  /* font-family: var(--uc-primary-font); */
  font-size: 14px;
  letter-spacing: 1px;
  color: #12171f;
  font-weight: 600;
  text-transform: uppercase;
  display: block;
  position: relative;
  padding: 0;
  -webkit-transition: all 300ms ease-in-out 0s;
  -moz-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
}

.tab-style-2 .tab-filter-nav li a.nav-link:hover {
  color: #da5e28;
}

.tab-style-2 .tab-filter-nav li a.nav-link.active {
  color: #da5e28;
  text-decoration: line-through;
}

.nav-tab-line {
  display: flex;
  gap: 25px;
  /* font-family: var(--uc-primary-font); */
  font-weight: 600;
  margin-bottom: 20px;
  letter-spacing: 1px;
}

.nav-tab-line li {
  cursor: pointer;
}

.nav-tab-line li:hover {
  color: #da5e28 !important;
}

.tab-simple {
  display: flex;
  gap: 30px;
}

.tab-simple li {
  color: #12171f;
  cursor: pointer;
  list-style: none;
  /* font-family: var(--uc-primary-font); */
  font-weight: 500;
  font-size: 15px;
}

.tab-simple li.active {
  color: #da5e28;
}

.submit-property .tab-simple {
  padding: 30px;
  border-bottom: 1px solid #ddd;
}

.submit-property .tab-element {
  padding: 30px;
}

/*==========================================================
Modal Popup
==========================================================*/

.modal-content {
  border-radius: 0;
}

.quick-email-modal,
.quick-view-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99992;
  width: 100%;
  height: 100%;
}

.view-close {
  cursor: pointer;
  position: absolute;
  right: 1px;
  top: 1px;
  z-index: 99;
  background-color: #12171f;
  display: block;
  width: 35px;
  height: 35px;
  line-height: 33px;
  text-align: center;
  color: #fff;
}

.entry-thumbnail-modal {
  position: relative;
  overflow: hidden;
}

.modal-body .entry-title a {
  font-size: 18px;
  text-decoration: none;
  color: #12171f;
}

.modal-body .entry-title a:hover {
  color: #da5e28;
}

.modal-body .product-status {
  background-color: #313145;
  color: #fff;
  font-size: 12px;
  letter-spacing: 1px;
  /* font-family: var(--uc-primary-font); */
  padding: 0 12px;
}

.entry-thumbnail-modal,
.modal-body .entry-title a {
  -webkit-transition: all 300ms ease-in-out 0s;
  -moz-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
}

.quick-view-modal.show .modal-dialog {
  position: relative;
  z-index: 100;
}

.user-login-form {
  padding: 30px;
}

.modal-footer,
.modal-header {
  padding-left: 30px;
  padding-right: 30px;
}

.modal-header {
  border-radius: 0;
}

.modal-title {
  /* font-family: var(--uc-primary-font); */
  font-size: 15px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #12171f;
  font-weight: 600;
}

.user-login-form .form-control {
  padding-left: 40px;
}

.user-login-form .access-field {
  position: relative;
  display: flex;
  align-items: center;
}

.user-login-form .access-field i {
  position: absolute;
  font-size: 13px;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

/* services section css starts */
.gap {
  padding-top: 60px;
  padding-bottom: 60px;
}
.heading-two.two {
  width: 63%;
  margin: auto;
  text-align: center;
}
.heading-two {
  padding-bottom: 50px;
}
.heading-two span {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 24px;
  font-weight: 600;
  color: #782f89;
  margin-bottom: 10px;
}
.heading-two.two span {
  justify-content: center;
}
.heading-two span img {
  width: 22px;
}
.heading-two h2 {
  color: #000;
  font-size: 35px;
  font-weight: 600;
}
.skin-care {
    background-color: #fff;
    padding-top: 130px !important;
    position: relative;
    padding: 30px;
    height: 816px;
    margin-bottom: 40px;
}
.skin-care:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 0%;
  background-color: #0876b5;
  bottom: 0;
  right: 0;
  transition: 0.4s ease-in-out;
}
.skin-care > img {
  width: 81%;
}
.skin-care img {
  transition: 0.4s ease-in-out;
}
.skin-care > img {
  position: absolute;
  right: 0;
  top: 0;
}
.skin-care img {
  border-bottom-left-radius: 350px;
  border-bottom-right-radius: 350px;
}
.skin-care > i {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 1px solid;
  position: relative;
  transition: 0.4s ease-in-out;
}
.skin-care > i img {
  border-radius: 0;
  transition: 0.4s ease-in-out;
  width: 50px;
}
.skin-care h3 {
  font-size: 22px;
  font-weight: 600;
  padding-top: 24px;
  padding-bottom: 14px;
  color: #000;
  position: relative;
}
.skin-care a {
  display: flex;
  align-items: center;
  gap: 15px;
  color: #000;
  position: relative;
  transition: 0.4s ease-in-out;
}
.skin-care p {
    /* padding-bottom: 20px; */
    position: relative;
    color: #000;
    margin: 0px;
}
.skin-care:hover:before {
  height: 100%;
}
.skin-care a:hover {
  color: #fff;
}
.skin-care p:hover {
  color: #fff;
}
ul.skin-care-list li:hover i img,
ul.acne-treatment li:hover img,
.skin-care:hover > i img {
  transform: rotate3d(1, 1, 1, 360deg);
}
.skin-care:hover > i img {
  filter: brightness(0) invert(1);
}
.skin-care:hover > i {
  background-color: #000;
}

/* services section css ends */

.ul-section-spacing {
  padding: 60px 0px;
}

.ul-2-cta-card-1 {
  background-color: #fff;
  border: 3px solid #782f89;
}
.ul-2-cta-card {
  padding: clamp(24px, 2.52vw, 48px) clamp(20px, 2.1vw, 40px);
  border-radius: 16px;
  position: relative;
  z-index: 1;
  height: 100%;
}

.ul-2-cta-card-title {
  color: #000 !important;
  font-weight: 800;
  font-size: clamp(20px, 1.26vw, 24px);
  display: block;
  line-height: 133%;
  letter-spacing: 0.5px;
  border-bottom: 1px solid rgba(206, 207, 208, 0.4);
  padding-bottom: clamp(14px, 1.26vw, 24px);
  margin-bottom: clamp(16px, 1.68vw, 32px);
  text-align: center;
}
.ul-2-cta-card-descr {
  font-weight: 400;
  font-size: clamp(13px, 0.84vw, 16px);
  line-height: 150%;
  color: #000;
  font-size: 16px;
  /* opacity: 0.7; */
}
.ul-2-cta-card-contact {
  display: flex;
  align-items: center;
  gap: clamp(9px, 0.63vw, 12px);
  /*margin-bottom: clamp(24px, 2.52vw, 48px);*/
}
.ul-2-cta-card-contact-icon {
  width: clamp(46px, 2.94vw, 56px);
  aspect-ratio: 1 / 1;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(25px, 1.47vw, 28px);
}

.ul-2-cta-card-contact-info .title {
  display: block;
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
  color: #000;
  /* opacity: 0.8; */
  margin-bottom: clamp(5px, 0.42vw, 8px);
}
.ul-2-cta-card-contact-info .number {
  font-weight: 600;
  font-size: clamp(17px, 1.05vw, 20px);
  line-height: 140%;
  color: #000;
}
.ul-2-cta-card-2 {
  background-color: #fff;
  border: 3px solid #782f89;
}
.ul-2-cta-card-3 {
  background-color: #fff;
  border: 3px solid #782f89;
}
.ul-2-cta-card-hours {
  font-weight: 400;
  font-size: clamp(13px, 0.84vw, 16px);
  line-height: 150%;
  color: #000;
}
.ul-2-cta-card-hour:first-child {
  padding-top: 0;
  border-top: none;
}
.ul-2-cta-card-hour {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: clamp(12px, 1.05vw, 20px) 0 clamp(7px, 0.63vw, 12px);
  border: solid rgba(206, 207, 208, 0.08);
  border-width: 1px 0;
}
.ul-2-cta-card-doctors {
  margin-bottom: clamp(16px, 1.68vw, 32px);
}
.ul-2-cta-card-doctors-img {
  display: flex;
  margin-bottom: clamp(14px, 1.26vw, 24px);
}
.ul-2-cta-card-doctors-img img {
  border: 2px solid #fff;
  width: clamp(50px, 2.94vw, 56px);
  aspect-ratio: 1 / 1;
  border-radius: 50%;
}
.ul-2-cta-card-doctors-img img:not(:first-child) {
  margin-left: -25px;
}
.ul-2-cta-card-doctors .sub-title {
  font-weight: 400;
  font-size: clamp(13px, 0.84vw, 16px);
  line-height: 150%;
  color: #000;
  opacity: 0.8;
  display: block;
  margin-bottom: 2px;
}
.ul-2-cta-card-doctors .title {
  font-weight: 800;
  font-size: clamp(24px, 1.68vw, 32px);
  line-height: 125%;
  letter-spacing: 0.5px;
  color: #000;
  display: block;
}
.ul-2-cta-card-3 .ul-2-cta-card-vector {
  right: 0;
}
.ul-2-cta-card-vector {
  position: absolute;
  right: clamp(12px, 1.16vw, 22px);
  bottom: 0;
  z-index: -1;
}

/* testimonial section css starts */
.demo {
  padding: 40px 0px;
}

.testimonial {
  padding: 20px;
  margin: 20px 10px;
}
.testimonial .pic {
  width: 122px;
  height: 122px;
  float: left;
  margin-right: 50px;
  position: relative;
}
.testimonial .pic:before,
.testimonial .pic:after {
  content: "";
  display: block;
  height: 50%;
  width: 50%;
  position: absolute;
}
.testimonial .pic:before {
  bottom: -10%;
  left: -10%;
  border-bottom: 3px solid #e16b47;
  border-left: 3px solid #e16b47;
}
.testimonial .pic:after {
  top: -10%;
  right: -10%;
  border-top: 3px solid #e16b47;
  border-right: 3px solid #e16b47;
}
.testimonial .pic img {
  width: 100%;
  height: auto;
}
.testimonial .testimonial-content {
  display: table;
  position: relative;
}
.testimonial .testimonial-content:before {
  content: "\f10d";
  font-family: "FontAwesome";
  font-weight: 900;
  position: absolute;
  top: -30px;
  left: -15px;
  font-size: 60px;
  color: #d8dad6;
  z-index: -1;
}
.testimonial .testimonial-title {
  font-size: 24px;
  color: #e16b47;
  text-transform: capitalize;
}
.testimonial .post {
  font-size: 13px;
  font-weight: 600;
  color: #585f62;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  margin-left: 5px;
  padding-left: 5px;
}
.testimonial .description {
  font-size: 13px;
  color: #7c7c7c;
  line-height: 22px;
  margin-top: 12px;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  background-color: #e16b47;
}
@media only screen and (max-width: 980px) {
  .testimonial {
    padding: 20px 0;
    margin: 20px 15px;
  }
  .testimonial .pic {
    float: none;
  }
  .testimonial .testimonial-content {
    display: block;
    margin-top: 30px;
  }
  .testimonial .testimonial-content:before {
    z-index: 1;
    top: -200px;
  }
}

/* facilities section css starts */
.facilities-section {
  max-width: 1200px;
  margin: 50px auto;
  text-align: center;
  padding: 0 20px;
}

.facilities-section h2 {
  font-size: 32px;
  color: #782f89;
  margin-bottom: 10px;
}

.facilities-section p {
  color: #fff;
  font-size: 16px;
  margin-bottom: 40px;
}

.cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.card {
  background: #fff;
  padding: 25px;
  border-radius: 12px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-align: left;
}

.card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 20px rgba(0, 0, 0, 0.1);
}

.icon-circle {
  background: #da5e28;
  color: #fff;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 26px;
  margin-bottom: 15px;
}

.card h3 {
  font-size: 18px;
  color: #222;
  margin-bottom: 10px;
}

.card p {
  font-size: 14px;
  color: #666;
  margin: 0;
}

@media (max-width: 600px) {
  .icon-circle {
    margin: 0 auto 15px;
  }
  .card {
    text-align: center;
  }
}

/*==========================================================
Responsive Code
==========================================================*/

@media screen and (min-width: 1200px) {
  .box-layout {
    width: 85%;
  }
}

@media screen and (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-item {
    padding: 10px 20px;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding: 0;
  }
  .navbar .navbar-nav li > ul.dropdown-menu {
    visibility: hidden;
    min-width: 180px;
    display: block;
    background-color: #fff;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
    opacity: 0;
    border: 0;
    border-radius: 0;
    left: 10px;
    top: 100%;
    margin-top: 8px;
    -moz-transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
  }
  .navbar .navbar-nav li > ul.dropdown-menu.mega-dropdown-menu {
    width: 100%;
    left: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: -10px;
  }
  .navbar .navbar-nav li:hover > ul.dropdown-menu {
    visibility: visible;
    opacity: 1;
  }
  .navbar .navbar-nav li:hover > ul.dropdown-menu {
    left: 0px;
  }
  .navbar .navbar-nav li > ul.dropdown-menu ul.dropdown-menu {
    left: 110%;
    top: -16px;
  }
  .navbar .navbar-nav li > ul.dropdown-menu li:hover ul.dropdown-menu {
    left: 100%;
  }
  .mobile-login {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .comments-title {
    flex-direction: column;
    gap: 10px;
    text-align: left;
    align-items: start;
  }
  .single-content-wrapper .property-info li {
    width: 50%;
  }
  .top-header {
    display: none;
  }
  .main-header .navbar .user-panel {
    display: none;
  }
  .header-style-1 {
    background-color: #fff;
  }
  .header-style-1.header-absolute {
    position: static;
    background-color: #fff;
  }
  .header-style-3.header-absolute {
    position: static;
    background: #313145;
    padding-bottom: 0;
  }
  .navbar-nav > li.dropdown > a.nav-link::after,
  .navbar-nav > li.dropdown .dropdown-toggle::after {
    right: 20px;
  }
  .header-style-1 .navbar-toggler-icon,
  .header-style-1 .navbar-toggler,
  .header-style-2 .navbar-toggler-icon,
  .header-style-2 .navbar-toggler,
  .header-style-3 .navbar-toggler-icon,
  .header-style-3 .navbar-toggler {
    background-color: #fff;
    border-radius: 0;
    padding: 5px 10px;
  }
  .navbar-toggler:focus {
    box-shadow: none;
  }
  .navbar-nav .dropdown-menu {
    border-radius: 0;
    border: 0;
    background-color: #f5f5f5;
  }
  .field-search {
    padding-top: 3px;
    padding-bottom: 3px;
  }
  .property-search-form.on-slider {
    margin-top: 50px;
  }
  .price-range-toggle {
    width: 100%;
  }
  .mobile-login {
    margin-left: auto;
    border: 0;
    background-color: #da5e28;
    color: #fff;
    text-align: center;
    margin-right: 5px;
    width: 42px;
    height: 42px;
  }
  .navbar-brand {
    width: 130px;
  }
  .main-header .navbar .btn {
    width: 100%;
  }
  .left-sidebar-block {
    flex: 0 0 250px;
  }
  .navbar .navbar-nav li a {
    color: #000 !important;
  }
  .navbar-collapse {
    border-top: 1px solid #fff;
    padding: 20px 0px;
  }
  .banner-search {
    padding-top: 90px !important;
  }
  .bnt {
    margin-top: 30px !important;
  }
  .heading-two.two {
    width: 100%;
  }
  .heading-two h2 {
    font-size: 27px;
  }
  .gap {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .skin-care {
    padding-top: 165px !important;
    margin-top: 0px;
  }
}

@media screen and (max-width: 767px) {
  .booking-shedule-tour,
  .single-property-calculator,
  .single-property-details,
  .single-property-description,
  .single-property-overview,
  .leave-feedback-wrapper {
    padding: 20px;
  }
  .single-content-wrapper .property-feature li,
  .single-content-wrapper .property-address li {
    width: 100%;
  }
  .comment-head {
    flex-direction: column;
    align-items: start;
  }
  .single-content-wrapper .update-on {
    position: static;
  }
  .single-property-page .entry-single-wrapper .entry-single-header {
    flex-direction: column;
    gap: 15px;
  }
  .entry-property-price-wrapper {
    align-items: start;
  }
  .single-content-wrapper .property-info li {
    width: 100%;
  }
  .tab-style-1 .tab-filter-nav {
    position: static;
    flex-direction: column;
    gap: 10px;
  }
  .copyright {
    text-align: center;
  }
  .bottom-footer-nav {
    justify-content: center;
  }
  .listing-filter-bar {
    flex-direction: column;
    justify-content: start;
    align-items: start;
  }
  .overflow-mobile-scroll {
    overflow-x: scroll;
  }
  .xs-mx-none {
    display: none !important;
  }
  .banner-search {
    padding-top: 90px !important;
  }
  .sidebar-page-wrapper {
    flex-direction: column;
  }
  .dashboard-header .navbar-collapse {
    flex-direction: column;
    align-items: start;
  }
  .dashboard-header sup {
    top: 0;
  }
  .dropdown-toggle {
    padding-right: 40px;
  }
  .testimonial-block-2 .owl-nav {
    top: inherit;
    right: 50%;
    transform: translateX(50%);
    bottom: -50px;
  }
  .heading-two {
    padding-bottom: 0px;
  }
  .tp-about-2-thumb-2 img {
    width: 100%;
  }
  .tp-about-2-thumb img {
    width: 100%;
  }
  .tp-about-2-thumb {
    margin-bottom: 10px;
  }
  .tp-about-2-thumb-2 {
    margin-bottom: 15px;
  }
  .skin-care-number {
    display: none;
  }
  .skin-care-img img.skin-care-1 {
    margin-left: 0px;
    margin-top: 0px;
  }
  .skin-care-img img {
    width: 100%;
  }
  .skin-care-img img.skin-care-1 {
    width: 100%;
  }
  .copyright ul {
    margin: 10px 26% 0 0;
  }
}

/* services section starts */

.container1 {
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 40px auto;
  padding: 20px;
  gap: 30px;
}

.left {
  flex: 2;
  min-width: 300px;
}

.left img {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 20px;
}

.left p {
  line-height: 1.6;
  font-size: 16px;
}

.right {
  flex: 1;
  min-width: 250px;
}

.right h3 {
  color: #1976d2;
  font-size: 20px;
  margin-bottom: 10px;
  border-left: 3px solid #f06292;
  padding-left: 10px;
}

.service-box {
  background: #f1f5ff;
  padding: 12px 16px;
  margin-bottom: 10px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  font-size: 15px;
  cursor: pointer;
  transition: background 0.3s;
}

.service-box:hover {
  background: #e0ebff;
}

.service-box i {
  color: #ec407a;
  margin-right: 10px;
}

@media (max-width: 768px) {
  .container {
    flex-direction: column;
  }

  .right {
    margin-top: 30px;
  }
}

/* services section ends */

.appointment-box {
  background-color: #529fcb;
  width: 100%;
  padding: 25px 20px;
  border-radius: 8px;
  color: white;
  margin: 50px 0;
}

.appointment-box h2 {
  margin: 0;
  font-size: 18px;
  font-weight: bold;
}

.appointment-box hr {
  border: none;
  border-top: 1px solid white;
  margin: 10px 0 20px;
}

.form-label {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 5px;
  display: block;
}

.form-input {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  border: none;
  border-radius: 6px;
  font-size: 14px;
}

.submit-button {
  width: 100%;
  padding: 12px;
  background-color: #8a52cb;
  border: none;
  border-radius: 6px;
  color: white;
  font-weight: bold;
  font-size: 14px;
  cursor: pointer;
}

.submit-button:hover {
  background-color: #782f89;
}

.container2 {
  margin: 0px 87px;
}
@media (max-width: 768px) {
  .container2 {
    margin: 0px 10px;
  }
}
.about-area1 {
  padding: 20px 0;
}
@media (max-width: 768px) {
  .about-area1 {
    padding: 20px 10px;
  }
}
.pediatric {
  margin: 19px 0;
}

/*About doctors css*/

.our-team {
  position: relative;
  padding: 100px 0 70px;
  /* background: #eff8ff url('../images/our-team-bg.svg') no-repeat;
	background-position: top center;
	background-size: auto; */
}
.section-title {
  text-align: center;
}
.section-title p {
  color: #000;
  font-size: 18px;
  font-weight: 500;
}
.our-team .icon-star-image {
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  transform: translate(-30px, -50%);
}
.team-member-item {
  position: relative;
  height: calc(100% - 30px);
  margin-bottom: 30px;
  z-index: 1;
  background-color: #ff6000;
  border-radius: 31px;
}

.team-image {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  /* margin-bottom: 20px; */
}

.team-image img {
  width: 100%;
  aspect-ratio: 1/1.2;
  object-fit: cover;
  transition: all 0.5s ease-in-out;
}

.team-member-item:hover .team-image img {
  transform: scale(1.1);
}

.team-content {
  text-align: center;
  padding: 20px 0px;
}

.team-content h3 {
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 5px;
  color: #fff;
}

.team-content p {
  text-transform: capitalize;
  margin: 0;
  color: #fff;
}

.team-social-icon {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  transform: translateY(101%);
  text-align: center;
  z-index: 1;
  transition: all 0.5s ease-in-out;
}

.team-member-item:hover .team-social-icon {
  transform: translateY(-20px);
}

.team-social-icon ul {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
}

.team-social-icon ul li {
  display: inline-block;
  text-align: center;
  margin-right: 10px;
}

.team-social-icon ul li:last-child {
  margin-right: 0;
}

.team-social-icon ul li a {
  height: 38px;
  width: 38px;
  background-color: #fb8c09;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}

.team-social-icon ul li a i {
  color: #fff;
  font-size: 18px;
  transition: all 0.3s ease-in-out;
}

.team-social-icon ul li a:hover {
  background: #198754;
}

/************************************/
/***      10. Our Team Css	      ***/
/************************************/

.our-team {
  position: relative;
  padding: 35px 0px;
  /* background: #eff8ff url('../images/our-team-bg.svg') no-repeat;
	background-position: top center;
	background-size: auto; */
}
.section-title {
  text-align: left;
  padding-bottom: 30px;
}
.section-title p {
  color: #000;
  font-size: 18px;
  font-weight: 500;
}
.our-team .icon-star-image {
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  transform: translate(-30px, -50%);
}
.team-member-item {
  position: relative;
  height: calc(100% - 30px);
  margin-bottom: 30px;
  z-index: 1;
  background-color: #782f89;
  border-radius: 31px;
}

.team-image {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  /* margin-bottom: 20px; */
}

.team-image img {
  width: 100%;
  aspect-ratio: 1/1.2;
  object-fit: cover;
  transition: all 0.5s ease-in-out;
}

.team-member-item:hover .team-image img {
  transform: scale(1.1);
}

.team-content {
  text-align: center;
  padding: 20px 0px;
}

.team-content h3 {
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 5px;
  color: #fff;
}

.team-content p {
  text-transform: capitalize;
  margin: 0;
  color: #fff;
}

.team-social-icon {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  transform: translateY(101%);
  text-align: center;
  z-index: 1;
  transition: all 0.5s ease-in-out;
}

.team-member-item:hover .team-social-icon {
  transform: translateY(-20px);
}

.team-social-icon ul {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
}

.team-social-icon ul li {
  display: inline-block;
  text-align: center;
  margin-right: 10px;
}

.team-social-icon ul li:last-child {
  margin-right: 0;
}

.team-social-icon ul li a {
  height: 38px;
  width: 38px;
  background-color: #fb8c09;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}

.team-social-icon ul li a i {
  color: #fff;
  font-size: 18px;
  transition: all 0.3s ease-in-out;
}

.team-social-icon ul li a:hover {
  background: #198754;
}
.review
{
    height: 190px ;
}
/*faqs starts*/
.faq {
  margin: 0 auto;
  padding: 4rem;
  width: 100%;;
}

.accordion .accordion-item {
  border-bottom: 1px solid #e5e5e5;
}

.accordion .accordion-item button[aria-expanded='true'] {
  border-bottom: 1px solid #03b5d2;
}

.accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 0.5em 0;
  color: #7288a2;
  font-size: 1.15rem;
  font-weight: 400;
  border: none;
  background: none;
  outline: none;
}

.accordion button:hover,
.accordion button:focus {
  cursor: pointer;
  color: #03b5d2;
}

.accordion button:hover::after,
.accordion button:focus::after {
  cursor: pointer;
  color: #03b5d2;
  border: 1px solid #03b5d2;
}

.accordion button .accordion-title {
  padding: 1em 1.5em 1em 0;
}

.accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 18px;
  right: 0;
  width: 22px;
  height: 22px;
  border: 1px solid;
  border-radius: 22px;
}

.accordion button .icon::before {
  display: block;
  position: absolute;
  content: '';
  top: 9px;
  left: 5px;
  width: 10px;
  height: 2px;
  background: currentColor;
}
.accordion button .icon::after {
  display: block;
  position: absolute;
  content: '';
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  background: currentColor;
}

.accordion button[aria-expanded='true'] {
  color: #03b5d2;
}
.accordion button[aria-expanded='true'] .icon::after {
  width: 0;
}
.accordion button[aria-expanded='true'] + .accordion-content {
  opacity: 1;
  max-height: 9em;
  transition: all 200ms linear;
  will-change : opacity, max-height;
}
.accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content p {
  font-size: 1rem;
  font-weight: 300;
  margin: 2em 0;
}
.accordion-item h2 {
    text-align: left;
    color: #7288a2;
    font-size: 1.15rem;
    margin: 0px;
    padding: 0 !important;
    font-weight: 400;
}

/* Overlay */
    .video-overlay {
      display: none;
      position: fixed;
      top: 60px; 
      left: 0;
      width: 100%; height: 100%;
      
      justify-content: center;
      align-items: center;
      z-index: 1000;
    }

    /* Popup wraps video tightly */
    .video-popup {
      position: relative;
      background: #000;
      border-radius: 8px;
      display: inline-block;
      max-width: 90vw;   /* responsive */
      max-height: 80vh;
    }

    /* Close button */
    .close-btn {
      position: absolute;
      top: 10px;
      right: 15px;
      font-size: 28px;
      color: #000;
      cursor: pointer;
      font-weight: bold;
      z-index: 1001;
    }

    video {
         display: block;
    max-width: 77vw;
    max-height: 67vh;
    }
    
    .ss-pic {
    text-align: right;
    color: #fff;
    font-size: 23px;
}
.blink-text {
    animation: blink 2s infinite;
    font-weight: bold;
    font-size: 23px;
    margin: 0px !important;
    text-decoration: none;
}
@keyframes blink{
    0% {
    color: yellow;
}
50% {
    color: #fff;
}
100% {
    color: red;
}
}
    