@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap');
@import "../css/icons.css";
* {
  padding: 0;
  margin: 0;
}
html, body{
overflow-x: hidden;
}
body {
  font-family: "Figtree", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #111;

}

main {
  padding: 0 0 40px;
  background: #fff;
}
h1 {
  font-size: 32px;
  line-height: 38px;
  font-weight: 700;
  font-family: "Figtree", sans-serif;
}
h2 {
  font-size: 28px;
  line-height: 36px;
  font-weight: 600;
  margin-bottom: 15px;
  font-family: "Figtree", sans-serif;
  color: #c87e3c;
}
h3 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  font-family: "Figtree", sans-serif;
  margin-bottom: 10px;
}
h4 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
}
h5 {
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
}
h6 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}
p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: #333;
  margin-bottom: 1em;
}

img {
  width: 100%;
  border-radius: 8px;
  height: auto;
  vertical-align: middle;
}
iframe {
  border-radius: 8px;
}
a { 
  font-size: 16px;
  line-height: 26px;
  text-decoration: none;
  color: #111;
}
a:hover {
  color: #c87e3c;
}
.theme-color {
  color: #c37838;
}
.title + p {
  margin-bottom: 50px;
}
.d-flex {
  display: flex;
}
.justify-content-center {
  justify-content: center;
}
.justify-content-end {
  justify-content: end;
}
.text-white {
  color: #fff !important;
}
.section-padding {
  padding: 50px 0;
}
.pb-0 {
  padding-bottom: 0;
}
.pt-0 {
  padding-top: 0;
}
.mb-2 {
  margin-bottom: 10px;
}
.mb-0 {
  margin-bottom: 0;
}
.text-center {
  text-align: center;
}
.bg-gray {
  background-color: #f5f6f7;
}
.btn-block {
  width: 100%;
}
.btn {
  padding: 10px 15px;
  border: none;
  border-radius: 4px;
  display: inline-block;
  font-size: 17px;
  cursor: pointer;
}
.btn i {
  vertical-align: middle;
}
.btn-sm {
  padding: 4px 10px;
  border: none;
  border-radius: 4px;
  display: inline-block;
  font-size: 13px;
}
.btn:hover {
  text-decoration: none;
}
.primary-btn {
  background-color: #c87e3c;
  color: #fff !important;
}
.primary-btn:hover {
  text-decoration: none;
  background-color: #bf712f;
}
.transparent-btn {
  border: 1px solid #fff;
  color: #fff;
}
.mobile-btn {
  padding-left: 10px;
  padding-top: 10px;
}
.transparent-btn:hover {
  border: 1px solid #c87e3c;
  background-color: #c87e3c;
  color: #fff !important;
}
.secondary-btn {
  border: 1px solid #111;
  color: #111;
}
.secondary-btn:hover {
  border-color: #c87e3c;
}
.justify-content-end {
  justify-content: end;
}
.align-items-center {
  align-items: center;
}
.position-btn {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
header.header {
  position: relative;
  z-index: 15;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background-color: #fff0;
  box-shadow: 8px 5px 7px rgb(0 0 0 / 10%) !important;
  -moz-box-shadow: 8px 5px 7px rgb(0 0 0 / 0.1) !important;
  -webkit-box-shadow: 8px 5px 7px rgb(0 0 0 / 10%) !important;
}
header.rt-header {
  display: none;
}
header.header {
  display: none;
}
.logo-area {
  width: 150px;
  height: 49px;
}
.logo-area a {
  display: block;
}
.header-menu {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 100;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.header-menu:after {
  clear: both;
  content: "";
  display: block;
}
.header-menu nav.template-main-menu > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.header-menu nav.template-main-menu > ul > li > a {
  transition: all 0.3s ease-out;
}
.mean-bar img {
  width: 150px;
  vertical-align: middle;
}
nav.template-main-menu > ul > li {
  position: relative;
  list-style: none;
}
nav.template-main-menu > ul > li > a {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  display: block;
  color: #333;
  text-transform: capitalize;
  font-family: "Figtree", sans-serif;
  position: relative;
  transition: all 0.3s ease-in-out;
}
nav.template-main-menu > ul > li > a {
  font-size: 12px;
}
nav.template-main-menu > ul > li > a:hover {
  text-decoration: none;
  color: #c87e3c;
}
nav.template-main-menu > ul > li > a:after {
  content: "";
  width: 6px;
  height: 6px;
  transform: rotate(45deg) translate(-3px, 0);
  border: 1px solid #333;
  display: inline-block;
  border-left: none;
  border-top: none;
  margin-left: 8px;
}
nav.template-main-menu > ul > li > a:after {
  right: 0;
  margin-left: 7px;
}
nav.template-main-menu > ul > li > a.active {
  color: #c72832;
}
nav.template-main-menu > ul > li > a.active:after {
  border: 1px solid #c72832;
  transform: rotate(45deg) translate(1px, -4px);
  border-left: none;
  border-top: none;
}
nav.template-main-menu > ul > li > a:before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #c72832;
  position: absolute;
  left: 0;
  bottom: -2px;
  visibility: hidden;
  opacity: 0;
}
nav.template-main-menu > ul > li > a.active:before {
  visibility: visible;
  opacity: 1;
}
nav.template-main-menu > ul > li > a:last-child:after {
  display: none;
}
nav.template-main-menu-2 > ul > li > a {
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  display: block;
  color: #212121;
  text-transform: capitalize;
  position: relative;
  transition: all 0.3s ease-in-out;
}
nav.template-main-menu-2 > ul > li > a {
  font-size: 14px;
}
nav.template-main-menu-2 > ul > li > a:after {
  border: 1px solid #212121;
  border-left: none;
  border-top: none;
}
nav.template-main-menu-2 > ul > li > a:before {
  background-color: var(--rt-primary-color);
}
nav.template-main-menu-2 > ul > li > a.active {
  color: var(--rt-primary-color);
}
nav.template-main-menu-2 > ul > li > a.active:after {
  border: 1px solid var(--rt-primary-color);
  border-left: none;
  border-top: none;
}
nav.template-main-menu-2 > ul > li > a:hover:after {
  color: var(--rt-primary-color);
}
nav.template-main-menu-3 > ul > li > a {
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  display: block;
  color: #212121;
  text-transform: capitalize;
  position: relative;
  transition: all 0.3s ease-in-out;
}
nav.template-main-menu-3 > ul > li > a {
  font-size: 14px;
}
nav.template-main-menu-3 > ul > li > a:after {
  border: 1px solid #212121;
  border-left: none;
  border-top: none;
}
nav.template-main-menu-3 > ul > li > a:before {
  background-color: var(--rt-primary-color);
  bottom: 1px;
}
nav.template-main-menu-3 > ul > li > a.active {
  color: var(--rt-primary-color);
}
nav.template-main-menu-3 > ul > li > a.active:after {
  border: 1px solid var(--rt-primary-color);
  border-left: none;
  border-top: none;
}
nav.template-main-menu-3 > ul > li > a:hover:after {
  color: var(--rt-primary-color);
}
nav.template-main-menu > ul > li ul.dropdown-menu-col-1 {
  border-top: 1px solid var(--rt-primary-color);
  background-color: #fff;
  width: 250px;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 100%;
  left: 0;
  border-radius: 0 0 4px 4px;
  -webkit-transform: translateY(15px);
  -moz-transform: translateY(15px);
  -ms-transform: translateY(15px);
  -o-transform: translateY(15px);
  transform: translateY(15px);
  -webkit-box-shadow: 0 3px 20px 0 rgb(0 0 0 / 0.05);
  -moz-box-shadow: 0 3px 20px 0 rgb(0 0 0 / 0.05);
  box-shadow: 0 3px 20px rgb(0 0 0 / 0.05);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
nav.template-main-menu > ul > li ul.dropdown-menu-col-1 li {
  position: relative;
  list-style: none;
}
nav.template-main-menu > ul > li ul.dropdown-menu-col-1 li a {
  position: relative;
  font-size: 15px;
  font-weight: 400;
  text-transform: capitalize;
  color: #212121;
  padding: 12px 20px;
  display: block;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
nav.template-main-menu > ul > li ul.dropdown-menu-col-1 li a:hover {
  text-decoration: none;
}
nav.template-main-menu > ul > li ul.dropdown-menu-col-1 li a:before {
  content: "";
  font-weight: 600;
  font-size: 6px;
  width: 5px;
  height: 5px;
  border-radius: 10%;
  background-color: #db9957;
  position: absolute;
  top: 19px;
  left: 20px;
  transform: scale(0);
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
nav.template-main-menu > ul > li ul.dropdown-menu-col-1 li a:hover {
  color: #c87e3c;
  padding-left: 31px;
}
nav.template-main-menu > ul > li ul.dropdown-menu-col-1 li a:hover:before {
  transform: scale(1);
}
nav.template-main-menu > ul > li ul.dropdown-menu-col-1 li:after {
  content: "";
  position: absolute;
  top: 0;
  left: 20px;
  right: 20px;
  height: 100%;
  border-bottom: 1px solid #e9e9e9;
  z-index: -1;
}
nav.template-main-menu > ul > li ul.dropdown-menu-col-1 li:last-child:after {
  border-bottom: none;
}



nav.template-main-menu > ul > li .template-mega-menu ul.sub-menu li a {
  font-size: 15px;
  text-transform: capitalize;
  color: #212121;
  padding: 5px 15px 5px 30px;
  display: block;
  -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
  -moz-transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
  -ms-transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
  -o-transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
  transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
  position: relative;
}
nav.template-main-menu > ul > li .template-mega-menu ul.sub-menu li a i {
  color: #000;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
nav.template-main-menu > ul > li .template-mega-menu ul.sub-menu li a:hover {
  color: var(--rt-primary-color);
  padding: 5px 15px 5px 35px;
}
nav.template-main-menu > ul > li .template-mega-menu ul.sub-menu li a:hover i {
  color: var(--rt-primary-color);
  animation: toRightFromLeft10 0.5s;
}
nav.template-main-menu > ul > li:hover ul.dropdown-menu-col-1 {
  opacity: 1;
  visibility: visible;
  transform: translatey(0);
}
nav.template-main-menu > ul > li:hover ul.dropdown-menu-col-2 {
  opacity: 1;
  visibility: visible;
  transform: translatey(0);
}
nav.template-main-menu > ul > li:hover .template-mega-menu {
  opacity: 1;
  visibility: visible;
  transform: translatey(0);
}
.header-menu.menu-layout1 {
  background-color: #fff0;
  padding: 4px 0 4px 0;
}
.header-menu.menu-layout1 {
  padding: 10px 10px;
}
.header-menu.menu-layout1 nav.template-main-menu > ul > li > a {
  padding: 25px 30px;
}
.header-menu.menu-layout1 nav.template-main-menu > ul > li .no-padding {
  padding-left: 3px;
}
.header-menu.menu-layout1 nav.template-main-menu > ul > li > a {
  padding: 10px 6px;
}
.rt-sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  left: 0;
  right: 0;
  background-color: #fff;
}
.rt-sticky nav.template-main-menu > ul > li > a {
  padding: 30px 15px;
}
.sticky-on.sticky #navbar-wrap {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  z-index: 999;
  background-color: #fff;
  box-shadow: 0 5px 5px 0 rgb(0 0 0 / 0.1);
}
.header-menu.menu-layout1.rt-sticky {
  -webkit-box-shadow: 0 5px 5px 0 rgb(0 0 0 / 0.1);
  box-shadow: 0 5px 5px 0 rgb(0 0 0 / 0.1);
  z-index: 150;
  background-color: #fff;
  border-bottom: 2px solid rgb(255 255 255 / 0.1);
}
.header-menu.menu-layout1.rt-sticky nav.template-main-menu > ul > li > a {
  padding: 35px 18px;
}
.header-menu.menu-layout1.rt-sticky nav.template-main-menu > ul > li > a {
  padding: 10px 6px;
}
.header-action-layout1 {
  justify-content: end;
  display: flex;
}
.header-action-layout1 .action-list {
  display: flex;
  align-items: center;
}
.header-action-layout1 .action-item {
  color: #212121;
  margin-right: 20px;
  cursor: pointer;
  position: relative;
}
.header-action-layout1 .action-item {
  margin-right: 20px;
}
.header-action-layout1 .action-item:last-child {
  margin-right: 0;
}
.header-action-layout1 .action-item-style {
  color: #212121;
  margin-right: 20px;
  cursor: pointer;
  position: relative;
  display: flex;
  width: -19%;
}
.header-action-layout1 .action-item-style:last-child {
  margin-right: 0;
}
.header-action-layout1 .left-right-btn {
  position: relative;
}
.header-action-layout1 .left-right-btn a:hover .item-count {
  color: var(--rt-primary-color);
  background-color: #fff;
}
.header-action-layout1 .left-right-btn a i {
  font-size: 16px;
  border: 1px solid #d1e5e0;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}
.header-action-layout1 .left-right-btn a i:before {
  transition: all 0.3s ease-in-out;
  color: #960100;
}
.header-action-layout1 .left-right-btn a i:hover {
  background-color: var(--rt-primary-color);
  border-color: var(--rt-primary-color);
}
.header-action-layout1 .left-right-btn a i:hover:before {
  -webkit-animation: toBottomFromTop 0.5s forwards;
  animation: toBottomFromTop 0.5s forwards;
  color: #fff;
}
.header-action-layout1 .left-right-btn a .icon-round:before {
  color: var(--rt-primary-color);
}
.header-action-layout1 .left-right-btn a .item-count {
  color: #fff;
  font-size: 12px;
  background-color: var(--rt-primary-color);
  border: none;
  border-radius: 50%;
  height: 22px;
  width: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  position: absolute;
  top: -10px;
  right: -3px;
}
.header-action-layout1 .wish-btn {
  position: relative;
}
.header-action-layout1 .wish-btn a:hover .item-count {
  color: var(--rt-primary-color);
  background-color: #fff;
}
.header-action-layout1 .wish-btn a i {
  color: var(--rt-primary-color);
  font-size: 16px;
  border: 1px solid #d1e5e0;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}
.header-action-layout1 .wish-btn a i:before {
  transition: all 0.3s ease-in-out;
  color: #960100;
}
.header-action-layout1 .wish-btn a i:hover {
  background-color: var(--rt-primary-color);
  border-color: var(--rt-primary-color);
}
.header-action-layout1 .wish-btn a i:hover:before {
  -webkit-animation: toBottomFromTop 0.5s forwards;
  animation: toBottomFromTop 0.5s forwards;
  color: #fff;
}
.header-action-layout1 .wish-btn a .icon-round:before {
  color: var(--rt-primary-color);
}
.header-action-layout1 .wish-btn a .item-count {
  color: #fff;
  font-size: 12px;
  background-color: var(--rt-primary-color);
  border: none;
  border-radius: 50%;
  height: 22px;
  width: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  position: absolute;
  top: -10px;
  right: -3px;
}
.header-action-layout1 .my-account i {
  color: #557c70;
  font-size: 16px;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}
.header-action-layout1 .my-account i:before {
  transition: all 0.3s ease-in-out;
  color: #557c70;
}
.header-action-layout1 .my-account i:hover {
  color: #333;
  background-color: #fff;
}
.header-action-layout1 .my-account i:hover:before {
  -webkit-animation: toBottomFromTop 0.5s forwards;
  animation: toBottomFromTop 0.5s forwards;
  color: #070707;
}
.header-action-layout1 .my-account .icon-round:before {
  color: var(--rt-primary-color);
}
.header-action-layout1 .my-account {
  margin-right: 0;
}
.header-action-layout1 .my-account2 {
  display: flex;
  align-items: center;
}
.header-action-layout1 .my-account2:before {
  display: none;
}
.header-action-layout1 .my-account2 i {
  color: var(--rt-primary-color);
  font-size: 16px;
  border: 1px solid #d1e5e0;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}
.header-action-layout1 .my-account2 i:before {
  transition: all 0.3s ease-in-out;
  color: var(--rt-primary-color);
}
.header-action-layout1 .my-account2 i:hover {
  background-color: var(--rt-primary-color);
  border-color: var(--rt-primary-color);
}
.header-action-layout1 .my-account2 i:hover:before {
  -webkit-animation: toBottomFromTop 0.5s forwards;
  animation: toBottomFromTop 0.5s forwards;
  color: #fff;
}
.header-action-layout1 .listing-button {
  position: relative;
}
.header-action-layout1 .listing-button:hover .listing-btn span {
  background-color: var(--rt-primary-color);
}
.header-action-layout1 .listing-button:hover .listing-btn span i {
  transform: rotate(180deg);
}
.header-action-layout1 .listing-button:hover .listing-btn .item-text::after {
  visibility: visible;
  opacity: 1;
  width: 100%;
  left: 0;
}
.header-action-layout1 .listing-button .listing-btn {
  display: flex;
  align-items: center;
  background-color: #fff0;
  justify-content: center;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  border: none;
  border-radius: 30px;
  overflow: hidden;
  border: 1px solid #557c70;
}
.header-action-layout1 .listing-button .listing-btn span {
  color: #fff;
  background-color: rgb(0 0 0 / 0.15);
  padding: 7px 15px;
  border-radius: 30px 0 0 30px;
}
.header-action-layout1 .listing-button .listing-btn span {
  display: none;
}
.header-action-layout1 .listing-button .listing-btn span i {
  transition: all 0.3s ease-in-out;
  color: #fff;
}
.header-action-layout1 .listing-button .listing-btn .item-text {
  color: #557c70;
  background-color: #fff0;
  padding: 6px 34px;
  transition: all 0.3s ease-in-out;
  font-weight: 500;
  position: relative;
  z-index: 1;
  font-size: 16px;
}
.header-action-layout1 .listing-button .listing-btn .item-text::after {
  content: "";
  width: 0;
  height: 100%;
  background-color: rgb(0 0 0 / 0.15);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s;
  border-radius: 0 30px 30px 0;
  z-index: -1;
}
.header-action-layout1 .listing-button2:after {
  left: 208px;
  bottom: -22px;
}
.header-action-layout1 .listing-button2:after {
  display: none;
}
.header-action-layout4 {
  justify-content: flex-end;
}
.header-menu.menu-layout3 {
  position: relative;
  z-index: 99;
  padding: 0;
}
.header-menu.menu-layout3:after {
  content: "";
  height: 1px;
  width: 100%;
  background-color: #e3e6e6;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.header-menu.menu-layout2 {
  background-color: #fff;
  position: relative;
  z-index: 1000;
  padding: 0;
}
.header-menu.menu-layout2:after {
  content: "";
  height: 1px;
  width: 100%;
  background-color: #fff;
  opacity: 0.2;
  position: absolute;
  bottom: 86px;
  left: 0;
  z-index: -1;
}
.header-menu.menu-layout2.rt-sticky {
  position: fixed;
  background-color: #fff;
  z-index: 100;
  left: 0;
  right: 0;
}
.header-menu.menu-layout2 nav.template-main-menu > ul > li > a {
  padding: 35px 18px;
}
.header-menu.menu-layout2 nav.template-main-menu > ul > li > a {
  padding: 30px 10px;
}
.header-menu.menu-layout2.rt-sticky nav.template-main-menu > ul > li > a {
  padding: 31px 15px;
}
.header-menu.menu-layout2.rt-sticky nav.template-main-menu > ul > li > a {
  padding: 30px 10px;
}
.header-menu.menu-layout2 nav.template-main-menu > ul > li .no-padding {
  padding-left: 3px;
}
.header-bottombar-area {
  padding: 15px 0 20px;
}
.header-bottombar-area .rent-form .form-check-box {
  display: flex;
  align-items: center;
}
.header-bottombar-area
  .rent-form
  .form-check-box
  .checkbox-button
  .checkbox-button__label {
  font-size: 14px;
  font-weight: 400;
  color: #878c9f;
}
.header-bottombar-area .map-form {
  margin-bottom: 0;
}
.header-bottombar-area .map-form .control-style .form-control {
  height: 46px;
  border: 1px solid #e3e6e6;
  color: var(--rt-primary-color);
}
.header-bottombar-area .map-form .control-style .form-control:focus {
  box-shadow: none;
  outline: 0;
}
.header-bottombar-area .map-form .control-style ::placeholder {
  color: #878c9f;
  font-size: 15px;
  font-weight: 400;
}
.header-bottombar-area .map-form .rld-single-select .single-select {
  height: 46px;
  line-height: 46px;
  border: 1px solid #e3e6e6;
}
.header-bottombar-area .rld-main-search2 {
  box-shadow: none;
  border-radius: 0;
  margin-bottom: 0;
  background-color: #fff0;
  position: relative;
  margin-right: 0;
}
.header-bottombar-area .rld-main-search2 .dropdown-filter {
  cursor: pointer;
  position: relative;
  text-align: center;
  display: inline-block;
  margin: 0 5px 0 0;
  border: 0;
  font-size: 20px;
}
.header-bottombar-area .rld-main-search2 .dropdown-filter:after {
  display: none;
}
.header-bottombar-area .rld-main-search2 .filter-button .filter-btn1 {
  padding: 10px 25px;
}
.header-bottombar-area .rld-main-search2 .filter-button .search-btn {
  color: #fff;
  border: none;
  margin-right: 0;
  background-color: var(--rt-primary-color);
  transition: all 0.3s ease-in-out;
}
.header-bottombar-area .rld-main-search2 .filter-button .search-btn:hover {
  background-color: var(--rt-primary-dark);
}
.header-bottombar-area .rld-main-search2 .filter-button .search-btn:after {
  display: none;
}
.header-bottombar-area .rld-main-search2 .filter-button .search-btn span {
  display: none;
}
.header-bottombar-area .rld-main-search2 .filter-button .search-btn i {
  margin-left: 5px;
}
.header-bottombar-area .rld-main-search2 .filter-button .reset-btn {
  margin-right: 0;
}
.header-bottombar-area .rld-main-search2 .filter-button .reset-btn:hover i {
  color: #fff;
}
.header-bottombar-area .rld-main-search2 .filter-button .reset-btn i {
  margin-left: 5px;
  transition: all 0.4s ease;
}
.header-bottombar-area .testing-explore {
  position: relative;
}
.header-bottombar-area .explore__form-checkbox-list.full-filter {
  top: initial;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.header-bottombar-area .explore__form-checkbox-list.full-filter.filter-block {
  margin-top: 0;
}
.header-menu.menu-layout3.rt-sticky {
  position: fixed;
  background-color: #fff;
  box-shadow: none;
  z-index: 100;
  left: 0;
  right: 0;
  border-bottom: 0;
}
.header-menu.menu-layout3.rt-sticky nav.template-main-menu > ul > li > a {
  padding: 31px 15px;
}
.header-menu.menu-layout3.rt-sticky nav.template-main-menu > ul > li > a {
  padding: 30px 10px;
}
.header-menu.menu-layout3 nav.template-main-menu > ul > li > a {
  padding: 35px 18px;
}
.header-menu.menu-layout3 nav.template-main-menu > ul > li > a {
  padding: 30px 10px;
}
.header-menu.menu-layout3 nav.template-main-menu > ul > li .no-padding {
  padding-left: 3px;
}
.header-menu.menu-layout4 {
  padding: 0;
}
.header-menu.menu-layout4.rt-sticky {
  padding-top: 0;
}

/*bredcum */
/*.breadcrumb-nav a + span::before {*/
/*    content: ">";*/
/*    margin: 0 6px;*/
/*    color: #454545; */
/*}*/

.breadcrumb-nav a,
.breadcrumb-nav span {
    position: relative;
}

.breadcrumb-nav a:first-child,
.breadcrumb-nav span:first-child {
    padding-left: 0;
}

/* Add > before EVERY item except first */
/*.breadcrumb-nav a::before,*/
/*.breadcrumb-nav span::before {*/
/*    content: ">";*/
/*    position: relative;*/
/*    left: 0;*/
/*    margin: 0 6px;*/
/*    color: #454545;*/
/*}*/

.breadcrumb-nav a::before,
.breadcrumb-nav span::before {
   content: "";
    width: 6px;
    height: 6px;
    transform: rotate(314deg) translate(-3px, 0);
    border: 1px solid #333;
    display: inline-block;
    border-left: none;
    border-top: none;
    position: relative;
    top: -4px;
    left: 0px;
    margin:0 4px;
    color:#454545;
}


/* First breadcrumb should have NO > */
.breadcrumb-nav a:first-child::before {
    content: none;
}


.middle-bar.for-mobile-menu {
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 2px 15px;
}
.middle-bar.for-mobile-menu ul li {
  margin: 3px 8px;
}
.search-wrap.for-mobile-menu form {
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.search-wrap.for-mobile-menu input {
  color: #000;
  border: 0;
  height: 40px;
  padding: 5px 15px;
  background-color: #fff0;
}
.search-wrap.for-mobile-menu input:focus {
  outline: none;
}
.search-wrap.for-mobile-menu .search-btn {
  height: 40px;
  padding: 5px 20px;
  background-color: #fff0;
  border: 0;
  color: #818284;
  font-size: 15px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.search-wrap.for-mobile-menu .search-btn:focus {
  outline: none;
}
.search-wrap.for-mobile-menu .search-btn:hover {
  color: var(--rt-primary-dark);
}
.search-wrap.for-mobile-menu input::-webkit-input-placeholder {
  color: #878c9f;
  font-size: 15px;
  font-weight: 400;
}
.search-wrap.for-mobile-menu input::-moz-placeholder {
  color: #878c9f;
  font-size: 15px;
  font-weight: 400;
}
.search-wrap.for-mobile-menu input:-moz-placeholder {
  color: #878c9f;
  font-size: 15px;
  font-weight: 400;
}
.search-wrap.for-mobile-menu input:-ms-input-placeholder {
  color: #878c9f;
  font-size: 15px;
  font-weight: 400;
}
.btn-ghost.for-mobile-menu {
  border: 1px solid var(--rt-primary-color);
  padding: 8px 20px;
  font-size: 16px;
  font-weight: 500;
  border-radius: 4px;
  color: var(--color_primary);
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn-ghost.for-mobile-menu:hover {
  background-color: var(--color_primary);
  color: #fff;
}
.action-btn.for-mobile-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 100%;
}
.action-btn.for-mobile-menu a {
  color: var(--color_text_heading);
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.action-btn.for-mobile-menu a:after {
  content: "|";
  padding: 0 5px 0 8px;
}
.action-btn.for-mobile-menu a:last-child:after {
  display: none;
}
.action-btn.for-mobile-menu a:hover {
  color: var(--color_primary);
}
nav.menu-main-primary-container {
  padding-top: 50px;
}
.offscreen-navigation .menu > li {
  border-bottom: 1px solid #e9e9e9;
}
.offscreen-navigation .menu > li:last-child {
  border-bottom: 0;
}
.offscreen-navigation .menu > li > a {
  background-color: #f3f3f3;
  padding: 10px 15px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.offscreen-navigation .menu > li > a:hover {
  background-color: #f8f8f8;
}
.offscreen-navigation .menu > li > a.opened {
  background-color: #f8f8f8;
}
.offscreen-navigation .sub-menu {
  display: none;
  background-color: #fff;
}
.offscreen-navigation .sub-menu li a {
  border-top: 1px solid #f1f1f1;
  padding: 10px 10px 10px 25px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.offscreen-navigation .sub-menu li a:hover {
  background-color: rgb(0 113 220 / 0.05);
}
.offscreen-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.offscreen-navigation ul li > a {
  display: block;
  position: relative;
  color: #000;
  font-weight: 400;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.offscreen-navigation ul li > a:hover {
  color: var(--color_primary);
}
.offscreen-navigation ul li.menu-item-has-children > a:after {
  content: "";
  width: 7px;
  height: 7px;
  border: 1px solid #333;
  display: inline-block;
  transform: rotate(45deg) translate(1px, -4px);
  border-left: none;
  border-top: none;
  margin-left: 8px;
  position: absolute;
  right: 27px;
  top: 19px;
}
.offscreen-navigation ul li.menu-item-has-children > a:before {
  color: #999;
  content: "\f068";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  right: 20px;
  position: absolute;
  font-size: 12px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.offscreen-navigation ul li.menu-item-has-children > a.opened:after {
  opacity: 1;
}
.rt-slide-nav {
  position: fixed;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  z-index: 999;
  transition: 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  overflow: auto;
  background: #95bada;
}
.rt-slide-nav.open {
  left: 0;
  background: #f3f3f3;
}
.rt-header-menu {
  padding: 0;
  border-bottom: 1px solid rgb(81 81 81 / 0.15);
  transition: all 0.5s;
}
.rt-header-menu.rt-sticky {
  position: fixed !important;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  z-index: 999;
  -webkit-box-shadow: 0 5px 5px 0 rgb(0 0 0 / 0.2);
  box-shadow: 0 5px 5px 0 rgb(0 0 0 / 0.2);
  padding-top: 0;
  z-index: 150;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.mean-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 5px 15px;
  background-color: #fffdfb;
}
.mean-bar-style-2 {
  background-color: rgb(0 0 0 / 0.8);
}
body .sidebarBtn {
  display: block;
  padding: 12px 0;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: absolute;
  z-index: 9999;
}
body .sidebarBtn .bar {
  background: #c17533;
  height: 2px;
  width: 30px;
  display: block;
  margin-bottom: 5px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
body .sidebarBtn .bar:nth-child(2),
body .sidebarBtn .bar:nth-child(3) {
  width: 25px;
  margin-left: 5px;
}
body .sidebarBtn .bar:last-child {
  margin-bottom: 0;
}
body.slidemenuon .sidebarBtn .bar:nth-child(2),
body.slidemenuon .sidebarBtn .bar:nth-child(3) {
  opacity: 0;
}
body.slidemenuon .sidebarBtn .bar:nth-child(1) {
  -webkit-transform: rotate(45deg) translate(7px, 7px);
  -ms-transform: rotate(45deg) translate(7px, 7px);
  transform: rotate(45deg) translate(7px, 7px);
}
body.slidemenuon .sidebarBtn .bar:nth-child(4) {
  -webkit-transform: rotate(-45deg) translate(8px, -8px);
  -ms-transform: rotate(-45deg) translate(8px, -8px);
  transform: rotate(-45deg) translate(8px, -8px);
}
.mean-bar--right {
  display: flex;
  align-items: center;
  justify-content: end;
}
.mean-bar--right {
  min-width: 100px;
}
.mean-bar--right .actions a {
  color: #100f0f;
  font-size: 20px;
}
.template-search {
  position: fixed;
  top: 10%;
  right: 15%;
  width: 400px;
  height: 200px;
  background-color: #fff;
  transform: translate(0, -100%) scale(0, 0);
  opacity: 0;
  visibility: hidden;
  z-index: 999999;
  transition: all 0.7s ease-in-out;
}
.template-search .search-form {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}
.template-search .search-form input[type="search"] {
  width: 60%;
  color: #000;
  font-size: 40px;
  text-align: left;
  border: none;
  border-bottom: 2px solid;
  margin: 0 auto;
  padding: 10px 0;
  outline: none;
}
.template-search .search-form .search-btn {
  padding: 28px 60px;
  box-shadow: none;
  border: none;
  cursor: pointer;
  font-size: 24px;
  font-weight: 600;
  transform: translateX(-150px) translateY(-10px);
  background-color: #fff0;
  transition: all 0.3s ease-out;
}
.template-search .search-form .search-btn i {
  margin-left: 0;
}
.template-search .search-form .search-btn:focus {
  box-shadow: none;
  outline: none;
}
.template-search .search-form input::-webkit-input-placeholder {
  color: #878c9f;
  font-size: 15px;
  font-weight: 400;
}
.template-search .search-form input::-moz-placeholder {
  color: #878c9f;
  font-size: 15px;
  font-weight: 400;
}
.template-search .search-form input:-moz-placeholder {
  color: #878c9f;
  font-size: 15px;
  font-weight: 400;
}
.template-search .search-form input:-ms-input-placeholder {
  color: #878c9f;
  font-size: 15px;
  font-weight: 400;
}
.template-search .close {
  position: fixed;
  top: 0;
  right: 20px;
  color: #000;
  border: none;
  opacity: 0.7;
  height: 44px;
  line-height: 31px;
  visibility: visible;
  padding: 3px 15px 5px;
  font-size: 37px;
  font-weight: 300;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.template-search .close:focus {
  box-shadow: none;
  border: none;
  outline: none;
}
.template-search .close:hover {
  opacity: 1;
}
.template-search.open {
  transform: translate(0, 0) scale(1, 1);
  opacity: 0.95;
  visibility: visible;
}
.top-header {
  background-color: #f5f6f7;
  padding: 9px 0;
  display: none;
}
.top-header-menu {
  display: none;
  justify-content: end;
}
.top-header-menu li {
  list-style: none;
  display: inline-block;
  margin: 0 11px;
  font-size: 15px;
}
.top-header-menu li a {
  color: #494747;
  font-weight: 500;
  font-size: 14px;
}
.top-header-menu li a:hover {
  text-decoration: none;
  color: #c87e3c;
}
.header-adress li {
  list-style: none;
  display: inline-block;
  margin: 0 5px;
  font-size: 13px;
  color: #494747;
  font-weight: 500;
}
.header-adress {
  text-align: center;
}
.header-adress li span {
  vertical-align: middle;
  margin-left: 5px;
}
.header-adress li a:hover {
  color: #c57a38;
}
.header-adress li a i {
  color: #c57a38;
  font-size: 20px;
  vertical-align: middle;
}
ul.header-adress.for-mobile {
  text-align: left;
}
ul.header-adress.for-mobile li a i {
  margin-right: 5px;
}
.footer {
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  padding-bottom: 50px;
  background-color: #f2f2f2;
}
.footer .container-fluid {
  position: relative;
  z-index: 99;
}
.footer__top {
  padding-top: 60px;
  padding-bottom: 40px;
  position: relative;
}
.footer__bottom {
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left:15px;
}
.icon-footer img {
  width: 140px;
}
.social__icon a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  text-align: center;
  background: #dddd;
  border-radius: 10px;
  color: #111;
  margin-right: 2px;
}
.social__icon {
  margin-bottom: 20px;
}
.social__icon a svg {
  width: 18px;
}
.footer__top::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 100%;
  z-index: 99;
  height: 1px;
  color: #3e3e3e;
  background-image: url(../img/line.png);
}
.footer h4 {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 20px;
  margin-top: 20px;
  text-transform: capitalize;
}
.footer p {
  color: #999;
  font-size: 14px;
  line-height: 20px;
}
.contact__list {
  margin-top: 15px;
  margin-bottom: 32px;
}
.contact__list ul li {
  margin-bottom: 10px;
  list-style: none;
  display: flex;
}
.contact__list ul li i {
  display: inline-block;
  border-radius: 50%;
  line-height: normal;
  text-align: center;
  margin-right: 15px;
  color: #fff;
  vertical-align: middle;
  color: #111;
  font-size: 20px;
}
.contact__list ul li a {
  color: #111;
}
.contact__list ul li a:hover {
  color: #c87e3c;
}
.contact__list ul li span {
  font-size: 14px;
  line-height: 30px;
  display: inline-block;
  color: #111;
}
.contact__list ul li span b {
  color: #fff;
}
.pl-30 {
  padding-left: 0;
}
.footer__list ul {
  overflow: hidden;
  padding-left: 20px;
}
.footer__list.service-list ul li a {
  font-size: 13px;
  margin-bottom: 10px;
  line-height: 1.6;
  display: block;
}
.news__sm--box {
  overflow: hidden;
  margin-bottom: 20px;
}
.news__sm--img {
  float: left;
}
.news__sm--text {
  overflow: hidden;
  padding-left: 16px;
}
.news__sm--meta {
  margin-top: -6px;
}
.news__sm--meta span {
  font-size: 12px;
  line-height: 1;
  color: #999;
}
.news__sm--meta span {
  font-size: 12px;
  line-height: 1;
  color: #999;
}
.news__sm--meta {
  margin-top: -6px;
}
.news__sm--text h5 {
  font-size: 18px;
  line-height: 24px;
  margin-top: 3px;
}
.news__sm--text h5 a {
  color: #fff;
}
.copyright-area {
  position: relative;
  z-index: 9;
  padding: 20px 0;
  border-top: 1px solid #dadada;
  text-align: center;
}
.footer__copyright p {
  text-align: center;
  color: #999;
  font-size: 16px;
  line-height: 24px;
  padding-top: 17px;
  border-top: 1px solid #1b1b1b;
}
.social__icon.d-flex.justify-content-end {
  justify-content: start !important;
}
.footer__copyright {
  margin-top: 0;
}
.footer__copyright ul {
  display: inline-block;
  margin-left: 34px;
}
.footer__copyright ul li {
  display: inline-block;
  padding-right: 10px;
  margin-right: 10px;
}
.footer__copyright ul li:last-child {
  border-right: none;
}
.footer__list.service-list {
  display: flex;
  gap: 30px;
}
.service-list-item h5 {
  font-size: 15px;
  line-height: 18px;
  margin-bottom: 13px;
}
.footer__list.service-list {
  display: flex;
  gap: 30px;
  flex-direction: row;
  flex-wrap: wrap;
}
.service-list-item {
  width: 45%;
}
.banner-main {
  padding: 50px 0;
  background-position: left center;
  height: auto;
  position: relative;
  background-image: url('../img/banner2.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}


.banner-main:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #faf2e4;
}
.banner-main h1 {
  margin-bottom: 20px;
}
.about-main h1 {
  margin-bottom: 20px;
}
.about-main img {
  margin-top: 30px;
}
@media (max-width: 768px) {
  .testimonial-slider {
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 10px; /* for spacing below cards */
  }

  .testimonial-slider::-webkit-scrollbar {
    display: none; /* hide scrollbar for a clean look */
  }

  .testimonial-slider > div {
    flex: 0 0 80%; /* each card takes ~80% width */
    scroll-snap-align: start;
  }

  .testimonial-card {
    min-width: 100%;
    box-sizing: border-box;
  }
}

.testimonial-card {
  background: #fff;
  border-radius: 15px;
  padding: 25px;
  box-shadow: -2px -1px 10px rgb(0 0 0 / 0.08);
  height: auto;
  margin-bottom: 20px;
}
.testimonial-card .stars {
  color: #ffc107;
  margin: 10px 0 0;
  list-style: none;
}
.testimonial-card .stars li {
  display: inline-block;
}
.testimonial-card .stars li i {
  font-size: 16px;
}
.testimonial-card p {
  font-size: 15px;
  line-height: 30px;
  margin-bottom: 0;
  margin-top: 20px;
}
.testimonial-user {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  justify-content: space-between;
}
.testimonial-user img {
  width: 30px;
}
.testimonial-user .left-side img {
  width: 55px;
  height: 55px;
  border-radius: 50%;
}
.testimonial-user .name {
  font-weight: 600;
}
.testimonial-user .time {
  font-size: 13px;
  color: #888;
}
.testimonial-main .swiper-horizontal {
  padding: 40px 5px;
}
.testimonial-main .swiper-button-next,
.testimonial-main .swiper-button-prev {
  color: #ce8644;
}
.testimonial-main .swiper-pagination-bullet-active {
  background: #ce8644;
}
.testimonial-main .swiper-pagination-bullet {
  width: 13px;
  height: 13px;
}
.left-side {
  display: flex;
  gap: 20px;
}
.testimonial-main .btn {
  width: 100%;
}
.service-main .swiper {
  padding-bottom: 40px;
}
.service-main .swiper-slide {
  background: #333;
  border-radius: 10px;
  overflow: hidden;
}
.service-main .swiper-slide.gap {
  width: 40px !important;
  background: #fff0;
}
.service-main .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.service-item {
  position: relative;
}
.service-item:before {
  content: "";
  background-color: rgb(0 0 0 / 0.5);
  background: -webkit-linear-gradient(top, #fff0, rgb(0 0 0 / 60%));
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.3s ease-in-out;
}
.service-main .slide-content {
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: #fff;
}
.service-main .slide-content h4 {
  margin-bottom: 10px;
  font-size: 20px;
}
.service-main .swiper-button-next,
.service-main .swiper-button-prev {
  color: #c17533;
  top: 40%;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 1px solid #c87e3c;
  background: #ffeddd;
  opacity: 1 !important;
}
.service-main .swiper-button-next:hover,
.service-main .swiper-button-prev:hover {
  border: 1px solid #c87e3c;
  background: #c87e3c;
  color: #fff;
}
.service-main .swiper-button-next:after,
.service-main .swiper-button-prev:after {
  font-size: 20px;
}
.service-title .row {
  border-bottom: 1px solid #ddd;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
.service-title .row:last-child {
  border-bottom: 0 solid #ddd;
  padding-bottom: 0;
  margin-bottom: 0;
}
.sub-title {
  margin-bottom: 10px !important;
  text-transform: uppercase;
  letter-spacing: 5px;
}
.other-links ul {
  padding-left: 0;
}
.other-links ul li {
  display: inline-block;
  margin-right: 10px;
}
.blog-slider .blog-item {
  margin: 0 15px 0;
}
.blog-item .blog-content p {
  color: #c87e3c;
}
.blog-swiper .swiper-button-next,
.blog-swiper .swiper-button-prev {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 1px solid #c87e3c;
  background: #ffeddd;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
  top: 35%;
  font-size: 0;
  transition: 0.3s;
}
.blog-swiper .swiper-button-next:hover,
.blog-swiper .swiper-button-prev:hover {
  background: #c87e3c;
  border-color: #c87e3c;
}
.blog-swiper .swiper-button-next:after,
.blog-swiper .swiper-button-prev:after {
  font-size: 18px;
  color: #c17533;
  font-family: "icomoon" !important;
}
.blog-swiper .swiper-button-prev:after {
  content: "\e90b";
}
.blog-swiper .swiper-button-next:after {
  content: "\e909";
}
.blog-swiper .swiper-button-next:hover:after,
.blog-swiper .swiper-button-prev:hover:after {
  color: #fff;
}
.blog-item {
  margin-bottom: 40px;
}
.blog-content {
  margin-top: 10px;
}
.blog-content p {
  font-size: 15px;
  margin-bottom: 0;
  display: flex;
  justify-content: space-between;
}
.blog-content p span {
  text-transform: initial;
  color: #8d8989;
}
.blog-img {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.blog-img img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.5s ease;
}
.blog-img:hover img {
  transform: scale(1.1);
}
.blog-main .btn {
  width: 100%;
}
.btn-sm {
  font-size: 12px;
}
.why-choose h3 {
  font-size: 24px;
}
.why-choose-list .col-md-6 {
  margin-bottom: 10px;
}
.why-choose-list .why-choose-list-item {
  border: 1px solid #e5e3e3;
  background-color: #f9f9f9;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 10px;
  list-style: none;
  background-color: #fff;
  height: 100%;
}
.why-choose-list .col-md-6 h6 {
  font-size: 18px;
}
.why-choose-list .col-md-6 p {
  font-size: 14px;
  color: #898787;
  line-height: 24px;
  margin-bottom: 0;
}
.icon-box {
  width: 70px;
  height: 70px;
  line-height: 70px;
  background-color: #fff;
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 5px 5px 0 rgb(0 0 0 / 0.1);
  border-radius: 5px;
}
.icon-box img {
  width: 40px;
  text-align: center;
}
.why-choose-item-right {
  display: table;
  padding-left: 14px;
}
.video {
  width: 100%;
}
.procedure-item {
  text-align: center;
}
.procedure-item img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  margin: auto;
  border: 5px solid #f0f0f0;
  object-fit: cover;
}
.procedure-item h6 {
  margin-top: 10px;
  font-size: 16px;
}
.procedures .slick-prev,
.procedures .slick-next {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 1px solid #c87e3c;
  background: #ffeddd;
  color: c87e3c;
  display: flex !important;
  align-items: center;
  justify-content: center;
  z-index: 5;
  top: 29%;
  position: absolute;
  font-size: 0;
}
.procedures .slick-prev:before,
.procedures .slick-next:before {
  font-family: "slick";
  font-size: 18px;
  line-height: 1;
  opacity: 1;
  color: #c17533;
}
.procedures .slick-prev:hover:before,
.procedures .slick-next:hover:before {
  color: #fff;
}
.procedures .slick-prev:before {
  content: "\e90b";
  font-family: "icomoon" !important;
}
.procedures .slick-next:before {
  content: "\e909";
  font-family: "icomoon" !important;
}
.procedures .slick-prev {
  left: 0;
}
.procedures .slick-next {
  right: 0;
}
.procedures .slick-prev:hover,
.procedures .slick-next:hover {
  border: 1px solid #c87e3c;
  background: #c87e3c;
  color: #fff;
}
.banner-logo {
  display: flex;
  gap: 30px;
  justify-content: center;
}
.banner-logo .logo-item {
  width: 100%;
}
.banner-logo .logo-item img {
  filter: grayscale(100%);
}
.sidebar {
  padding-left: 20px;
}
.sidebar h5 {
  margin-top: 0;
  margin-bottom: 20px;
}
.recent-post {
  margin-bottom: 15px;
}
.recent-post img {
  width: 70px;
  height: 70px;
  object-fit: cover;
  border-radius: 6px;
  margin-right: 10px;
}
.recent-post h6 {
  font-size: 18px;
  margin: 0;
}
.recent-post small {
  font-size: 14px;
  color: #666;
}
.blog-content h2 {
  font-size: 28px;
  font-weight: 600;
}
.blog-content p {
  line-height: 1.7;
  margin-bottom: 15px;
}
.blog-content img {
  border-radius: 6px;
  margin-bottom: 20px;
}
.post-meta {
  color: #ff5a5f;
  font-size: 14px;
  font-weight: 500;
  justify-content: center !important;
  gap: 10px;
  color: #c87e3c;
}
.post-meta span {
  color: #aeaaaa;
}
.social-icons a {
  margin-right: 10px;
  color: #333;
  font-size: 18px;
  text-decoration: none;
}
.next-post {
  margin-top: 40px;
  border-top: 1px solid #eee;
  padding-top: 15px;
  text-align: right;
}
.adress-item {
  text-align: left;
  margin-bottom: 50px;
}
.adress-item h6 {
  font-weight: 600;
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
}
.adress-item i {
  font-size: 30px;
  margin-bottom: 10px;
  display: inline-block;
}
.adress-item p,
.adress-item a {
  font-size: 18px;
  vertical-align: middle;
}
.upload-box {
  border: 2px dashed #aaa;
  border-radius: 6px;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  transition: 0.3s ease;
  position: relative;
  margin-bottom: 20px;
  padding: 20px 0;
}
.upload-box.dragover {
  border-color: #333;
  background: #fafafa;
}
.upload-box h3 {
  margin: 0;
  font-size: 20px;
  font-weight: 500;
  font-family: "Figtree", sans-serif;
}
.upload-box p {
  margin: 5px 0;
}
.upload-box input {
  display: none;
}
.file-count {
  position: absolute;
  bottom: 5px;
  right: 10px;
  font-size: 12px;
  color: #444;
}
.browse-btn {
  color: #000;
  font-weight: 500;
  cursor: pointer;
  text-decoration: underline;
}
.map iframe {
  width: 100%;
}
.file-list {
  width: 100%;
}
.file-item {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 10px;
  position: relative;
}
.file-icon {
  font-size: 30px;
  margin-right: 10px;
}
.file-details {
  flex: none;
}
.file-details strong {
  font-size: 14px;
}
.file-details span {
  font-size: 13px;
  font-style: italic;
}
.progress-bar {
  width: 100%;
  height: 10px;
  background: #eee;
  border-radius: 5px;
  margin-top: 6px;
  position: relative;
}
.progress {
  height: 100%;
  background: #4caf50;
  border-radius: 5px;
  width: 0;
  text-align: right;
  color: #fff;
  font-size: 10px;
  line-height: 10px;
  padding-right: 3px;
  box-sizing: border-box;
}
.remove-btn {
  cursor: pointer;
  color: #444;
  font-size: 16px;
  margin-left: 10px;
}
.contact-form .form-row {
  display: flex;
  gap: 20px;
  margin-bottom: 25px;
}
.contact-form h3 {
  margin-bottom: 10px;
  margin-top: 20px;
  font-family: "Figtree", sans-serif;
}
.contact-form p {
  font-size: 15px;
  margin-bottom: 30px;
}
.contact-form .form-group {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.contact-form label {
  font-size: 14px;
  margin-bottom: 6px;
  font-weight: 500;
}
.contact-form input,
.contact-form textarea {
  border: 1px solid #a7a4a4;
  outline: none;
  resize: none;
  background-color: #fff0;
  padding: 12px 15px;
  border-radius: 10px;
  font-size: 14px;
  width: 100%;
}
.contact-form textarea {
  min-height: 120px;
  margin-bottom: 25px;
}
.banner-logo.without-grayscale .logo-item img {
  filter: grayscale(0%);
}
.certificate-slider .slick-slide {
  padding: 0 10px;
}
.certificate-slider img {
  width: 100%;
  border-radius: 10px;
  display: block;
}
.certificate-slider .slick-prev,
.certificate-slider .slick-next {
  width: 45px;
  height: 45px;
  border: 1px solid #c87e3c;
  background: #ffeddd;
  color: c87e3c;
  border-radius: 50%;
  z-index: 1000;
}
.certificate-slider .slick-prev:hover,
.certificate-slider .slick-next:hover {
  border: 1px solid #c87e3c;
  background: #c87e3c;
  color: #fff;
}
.certificate-slider .slick-prev:before,
.certificate-slider .slick-next:before {
  font-weight: 900;
  font-size: 20px;
  color: #c87e3c;
  line-height: 45px;
}
.certificate-slider .slick-prev:hover:before,
.certificate-slider .slick-next:hover:before {
  color: #fff;
}
.certificate-slider .slick-prev:before {
  content: "\e90b";
  font-family: "icomoon";
}
.certificate-slider .slick-next:before {
  content: "\e909";
  font-family: "icomoon";
}
.certificate-slider .slick-prev {
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0;
  position: absolute;
}
.certificate-slider .slick-next {
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0;
  position: absolute;
}
.extra-content {
  padding-top: 50px;
}
.lightbox {
  display: none;
  position: fixed;
  z-index: 9999;
  padding-top: 50px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background: rgb(0 0 0 / 0.9);
}
.lightbox-content {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.lightbox img {
  max-width: 30%;
  border-radius: 10px;
}
.close-btn {
  position: absolute;
  top: 20px;
  right: 40px;
  color: #fff;
  font-size: 25px;
  font-weight: 700;
  cursor: pointer;
  transition: 0.3s;
}
.close-btn:hover {
  color: #ff4d4d;
}
.lightbox .prev,
.lightbox .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: #fff;
  font-weight: 700;
  font-size: 30px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  transition: 0.3s;
  z-index: 10000;
}
.lightbox .next {
  right: 20px;
  border-radius: 3px 0 0 3px;
}
.lightbox .prev {
  left: 20px;
}
.lightbox .prev:hover,
.lightbox .next:hover {
  color: #ff4d4d;
}
.about-main p strong {
  color: #6d6969;
}
.breadcrumb {
  padding: 10px 0 0;
}
.breadcrumb span {
  color: #454545;
}
.gallery-main .tabs {
  text-align: center;
  margin-bottom: 20px;
}
.gallery-main .tabs button {
  background: #eee;
  border: none;
  padding: 10px 20px;
  margin: 5px;
  cursor: pointer;
  border-radius: 5px;
  transition: 0.3s;
}
.gallery-main .tabs button.active,
.gallery-main .tabs button:hover {
  background: #fcd7ab;
  color: #060606;
}
.gallery-main .gallery img {
  object-fit: cover;
  border-radius: 8px;
  cursor: pointer;
  transition: transform 0.3s;
}
.gallery .img-box {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  margin-bottom: 20px;
}
.gallery .img-box img {
  width: 100%;
  height: auto;
  transition: transform 0.5s ease;
  display: block;
}
.gallery .img-box:hover img {
  transform: scale(1.2);
}
.gallery-main .lightbox {
  display: none;
  position: fixed;
  inset: 0;
  background: rgb(0 0 0 / 0.9);
  justify-content: center;
  align-items: center;
  z-index: 1000;
}
.gallery-main .lightbox img {
  max-width: 90%;
  max-height: 80%;
  border-radius: 8px;
}
.gallery-main .lightbox .close,
.gallery-main .lightbox .prev,
.gallery-main .lightbox .next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  background: rgb(0 0 0 / 0.6);
  color: #fff;
  border: none;
  cursor: pointer;
  padding: 10px 15px;
  border-radius: 50%;
}
.gallery-main .lightbox .close {
  top: 30px;
  right: 30px;
  transform: none;
}
.gallery-main .lightbox .prev {
  left: 30px;
}
.gallery-main .lightbox .next {
  right: 30px;
}
.our-goal .col-md-6 {
  margin-bottom: 15px;
}
.goal-item {
  background-color: #ffeddd;
  padding: 20px;
  border-radius: 8px;
  display: flex;
  gap: 10px;
  align-items: center;
  height: 100%;
}
.goal-item img {
  width: auto;
}
.goal-item span {
  display: inline-block;
  vertical-align: middle;
  font-weight: 500;
}
.philosophy-list {
  background-color: #ffeddd;
  padding: 30px 20px;
  border-radius: 15px;
  margin-bottom: 30px;
}
.philosophy-list p {
  font-size: 17px;
  margin-bottom: 10px;
  position: relative;
  padding-left: 31px;
}
.philosophy-list p:before {
  content: "\e90d";
  font-family: "icomoon";
  position: absolute;
  top: 8px;
  left: 3px;
  background-color: #c87e3c;
  color: #fff;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 50%;
}
.accordion-item {
  margin-bottom: 20px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgb(0 0 0 / 0.1);
  overflow: hidden;
}
.accordion-header {
  padding: 16px 20px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 500;
  transition: background 0.3s;
}
.accordion-header:hover {
  background: #faeee3;
}
.accordion-header::after {
  content: "\e915";
  font-family: "icomoon";
  font-size: 18px;
  transition: transform 0.3s;
}
.accordion-header.active::after {
  content: "\e916";
  font-family: "icomoon";
  font-size: 20px;
}
.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.3s ease;
  padding: 0 20px;
  background: #fafafa;
}
.accordion-content p {
  margin: 0;
  font-size: 14px;
  padding: 20px 0;
}
.accordion-content.open {
  padding: 12px 20px;
}
.side-bar {
  position: fixed;
  top: auto;
  right: 0;
  transform: translateY(0%);
  z-index: 1000;
  display: flex;
  flex-direction: row;
  bottom: 0;
  left: 0;
}
.button {
  display: block;
  padding: 12px 10px;
  margin: 0;
  text-align: center;
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  border-radius: 0;
  width: 15%;
  text-transform: capitalize;
}
.appointment {
  background-color: #c87e3c;
  width: 55%;
}
.appointment:hover {
  color: #fff;
}
.whatsapp {
  background-color: #25d366;
}
.whatsapp:hover,
.call:hover,
.email:hover {
  color: #fff;
}
.call {
  background-color: #34b7f1;
}
.email {
  background-color: #c62323;
}
.appointment span {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  transform: rotate(0deg);
  display: block;
  height: auto;
  -webkit-transform-origin: 51px 51px 0;
  -moz-transform-origin: 51px 51px 0;
  width: auto;
}
.custom-modal {
  display: none;
  position: fixed;
  inset: 0;
  background: rgb(0 0 0 / 0.6);
  z-index: 1000;
  justify-content: center;
  align-items: center;
}
.custom-modal.active {
  display: flex;
}
.custom-modal .modal-content {
  background: #fff;
  border-radius: 6px;
  max-width: 500px;
  width: 100%;
  padding: 25px;
  position: relative;
  box-shadow: 0 4px 20px rgb(0 0 0 / 0.2);
  animation: fadeIn 0.3s ease;
}
.custom-modal .modal-header {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
}
.custom-modal .close-btn {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 20px;
  cursor: pointer;
  border: none;
  background: none;
  color: #c87e3c;
}
.custom-modal .modal-body {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.custom-modal input,
.custom-modal textarea,
.custom-modal select {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #ddd;
  border-radius: 10px;
  font-size: 14px;
  outline: none;
  color: #5b5a5a;
}
.custom-modal textarea {
  border-radius: 15px;
  resize: none;
  min-height: 100px;
  font-family: "Figtree", sans-serif;
}
.custom-modal button.submit-btn {
  background: linear-gradient(90deg, #c87e3c, #c87e3c);
  border: none;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  padding: 12px;
  border-radius: 10px;
  cursor: pointer;
  transition: 0.3s ease;
}
.custom-modal button.submit-btn:hover {
  opacity: 0.9;
}
@keyframes fadeIn {
  from {
    transform: translateY(-20px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.tabs_wrapper {
  width: 100%;
  margin: 0 auto;
  background: #fff0;
  margin-top: 0;
}
ul.tabs {
  display: none;
}
.tab_container {
  display: block;
  margin: 0 auto;
  width: 100%;
  border-top: none;
  border-radius: 0;
  box-shadow: 2px 2px 10px rgb(239 236 236 / 50%);
}
.tab_content {
  padding: 20px;
  height: 100%;
  display: none;
}
.tab_content h4 {
  font-weight: 500;
  margin-bottom: 10px;
  display: none;
}
.tab_content p {
  font-size: 16px;
  line-height: 24px;
}
.tab_drawer_heading {
  background: #f9f9f9;
  color: #111;
  margin: 0;
  padding: 12px 4px;
  display: block;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-bottom: 1px solid #ddd;
  text-align: left;
  font-size: 18px;
  position:relative;
}
.tab_drawer_heading span {
  border: 1px solid #c17533;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  display: inline-block;
  color: #c17533;
  text-align: center;
  margin-right: 7px;
      width: 30px;
    float: left;
}
.tab_drawer_heading p {
    color: #111;
    font-size: 18px;
    display: table;
    font-weight: 600;
}


.tab_drawer_heading.d_active span {
  background-color: #c17533;
  color: #fff;
}
/*.tab_drawer_heading i {*/
/*  float: right;*/
/*  vertical-align: middle;*/
/*  display: flex;*/
/*  justify-content: center;*/
/*  position: relative;*/
/*  top: -36px;*/
/*}*/

.tab_drawer_heading i {
  float: right;
  vertical-align: middle;
  display: flex;
  justify-content: center;
  position: relative;
  top: 9px;
}
.tab_drawer_heading:hover {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ae0046",endColorstr="#fb0f56",GradientType=0);
}
.d_active {
  background: #fff;
  background: #f9f9f9;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4c001e",endColorstr="#9f0735",GradientType=0);
  color: #111;
}
.service-single-item {
  text-align: center;
  margin-bottom: 40px;
  background-color: #fff;
  padding: 0;
  border-radius: 8px;
}
.service-single-item img {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.service-item-content {
  padding: 20px;
}
.service-single-item h6 {
  font-size: 25px;
  font-family: Figtree;
  margin-bottom: 10px;
}
.service-single-item p {
  font-size: 17px;
  line-height: 27px;
  margin-bottom: 0;
}
.icon-img {
  width: 100px;
  height: 100px;
  margin: auto;
  background-color: #fff;
  padding: 10px;
  border-radius: 10px;
  margin-bottom: 20px;
}
.service-single-item .icon-img img {
  width: 100%;
  height: auto;
  margin-bottom: 0;
}
.counter-box {
  border: 1px solid #000;
  border-radius: 10px;
  padding: 20px 10px;
  text-align: center;
  transition: 0.3s;
  min-height: 100%;
}
.counter-section .col-md-3.col-6 {
  margin-bottom: 10px;
}
.counter-box:hover {
  box-shadow: 0 4px 15px rgb(0 0 0 / 0.1);
}
.counter {
  font-size: 2rem;
  font-weight: 700;
  color: #c17533;
}
.real-sucess {
  position: relative;
}
.real-sucess h2 + p {
  margin-bottom: 20px;
}
.real-sucess:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0%;
  width: 100%;
  height: 67%;
  background-color: #c87e3c;
  border-radius: 10px;
}
.videoSwiper {
  margin-top: 20px;
}
.video-card {
  width: 100%;
  height: 350px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgb(0 0 0 / 0.1);
  background: #000;
}
.video-card iframe {
  width: 100%;
  height: 350px;
}
.video-card video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.videoSwiper .swiper-button-next,
.videoSwiper .swiper-button-prev {
  color: #c17533;
  top: 40%;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 1px solid #c87e3c;
  background: #ffeddd;
}
.videoSwiper .swiper-button-next:after,
.videoSwiper .swiper-button-prev:after {
  font-size: 20px;
}
.videoSwiper .swiper-button-next:hover,
.videoSwiper .swiper-button-prev:hover {
  border: 1px solid #c87e3c;
  background: #c87e3c;
  color: #fff;
}
/*start gynecomastia*/
.grading-system-list{
  padding: 20px 0;
  border-bottom: 1px solid #ddd;
}
.grading-system-list ul li {
    list-style: none;
    margin-bottom: 10px;
    position: relative;
    padding-left: 25px;
}
.grading-system-list ul li:before
 {
    content: "\e90d";
    font-family: 'icomoon';
    position: absolute;
    top: 3px;
    left: 0;
    color: #c87e3c;
}
.grading-system-list ul li:after
 {
    content: "\e90d";
    font-family: 'icomoon';
    position: absolute;
    top: 7px;
    left: 0;
    color: #c87e3c;
}
.grading-system-list h4{
  margin-bottom: 10px;
}
.key-consideration ul li{
   list-style: none;
    margin-bottom: 10px;
    position: relative;
    padding-left: 25px;
}
.key-consideration  ul li:before
 {
    content: "\e90d";
    font-family: 'icomoon';
    position: absolute;
    top: 3px;
    left: 0;
    color: #c87e3c;
}
.key-consideration  ul li:after
 {
    content: "\e90d";
    font-family: 'icomoon';
    position: absolute;
    top: 7px;
    left: 0;
    color: #c87e3c;
}
.benifits-item {
    background-color: #fff6ee;
    padding: 20px;
    border-radius: 10px;
    height: auto;
    margin-bottom: 10px;
}
.benifits-item h5{
  margin-bottom: 10px;
}
.benifits-item p{
  font-size: 17px;
  line-height: 25px;
}
.our-goal{
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  h1 {
    font-size: 40px;
    line-height: 48px;
  }
  h2 {
    font-size: 34px;
    line-height: 44px;
  }
  h3 {
    font-size: 28px;
    line-height: 38px;
  }
  h4 {
    font-size: 24px;
    line-height: 34px;
  }
  h5 {
    font-size: 20px;
    line-height: 30px;
  }
  h6 {
    font-size: 18px;
    line-height: 28px;
  }
  p {
    font-size: 18px;
    line-height: 30px;
  }
  .order-lg-0 {
    order: 0;
  }
  .top-header-menu {
    display: flex;
    justify-content: end;
  }
  .header-adress li {
    margin-right: 10px;
    font-size: 14px;
  }
  .header-adress li a {
    color: #111;
  }
  .header-adress li a:hover {
    text-decoration: none;
  }
  .header-adress {
    text-align: right;
  }
  header.rt-header {
    display: block;
  }
  .banner-main:before{
    display: none;
  }
  .blog-main .btn {
    width: auto;
  }
  .testimonial-main .btn {
    width: auto;
  }
}
@media (min-width: 992px) {
  .big-text {
    font-size: 48px;
    line-height: 56px;
  }
  p {
    font-size: 20px;
    line-height: 34px;
  }
  .rt-header-menu {
    display: none;
  }
  body .sidebarBtn {
    display: none;
  }
  .top-header {
    display: block;
  }
  .mean-bar img {
    width: 130px;
  }
  header.header {
    display: block;
  }
  .breadcrumb {
    padding-top: 20px;
  }
  .pl-30 {
    padding-left: 30px;
  }
  .footer__top {
    padding-top: 100px;
    padding-bottom: 65px;
    position: relative;
  }
  .get-in-touch {
    padding-left: 25px;
  }
  .social__icon.d-flex.justify-content-end {
    justify-content: end !important;
  }
  .footer__list.service-list ul li a {
    margin-bottom: 12px;
  }
  .banner-main {
    display: flex;
    align-items: center;
    justify-content: start;
    background-position: top center;
    height: 700px;
  }
  .footer__list.service-list {
    display: flex;
    gap: 30px;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .service-list-item {
    width: 45%;
  }
  .testimonial-card {
    margin-bottom: 0;
    height: 100%;
  }
  .copyright-area {
    text-align: left;
  }
  .position-btn {
    display: flex;
    text-align: initial;
    justify-content: end;
  }
  .banner-main {
    /*background: #fff0;*/
    background-position: top center;
  }
  .philosophy-list h3 {
    font-size: 30px;
  }
  .side-bar {
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    z-index: 1000;
    display: flex;
    flex-direction: column;
    left: auto;
    display: none;
  }
  .appointment {
    width: 46px;
  }
  .button {
    width: 46px;
  }
  .appointment span {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    transform: rotate(-90deg);
    display: block;
    height: 100px;
    -webkit-transform-origin: 51px 51px 0;
    -moz-transform-origin: 51px 51px 0;
    width: auto;
  }
  ul.tabs {
    display: inline-block;
    vertical-align: top;
    position: relative;
    z-index: 10;
    margin: 0;
    padding: 0;
    width: 40%;
    min-width: 175px;
    list-style: none;
    transition: all 0.3s ease;
  }
  ul.tabs li {
    margin: 0;
    cursor: pointer;
    padding: 22px 5px;
    line-height: 31px;
    color: #000;
    text-align: left;
    font-weight: 700;
    transition: all 0.3s ease;
    border-bottom: 1px solid #bfbcbc;
  }
  ul.tabs li:last-child {
    border-bottom: none;
  }
  ul.tabs li:hover {
    transition: all 0.3s ease;
  }
  ul.tabs li.active {
    color: #191818;
    transition: all 0.3s ease;
  }
  ul.tabs li.active:before,
  ul.tabs li:hover:before {
    content: "\e909";
    font-family: "icomoon" !important;
    font-size: 30px;
    float: right;
    vertical-align: middle;
    top: 7px;
    position: relative;
    font-weight: 300;
    --tw-duration: 0.3s;
    transition-duration: 0.3s;
  }
  ul.tabs li span {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    border: 1px solid #c87e3c;
    display: inline-block;
    color: #c87e3c;
    text-align: center;
    margin-right: 10px;
    float: left;
  }
  ul.tabs li.active span {
    background-color: #c87e3c;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    display: inline-block;
    color: #fff;
    text-align: center;
    margin-right: 10px;
  }
  ul.tabs li P {
    font-size: 20px;
    line-height: 28px;
    margin: 5px 0;
    display: table;
  }
  .tab_container {
    display: inline-block;
    vertical-align: top;
    position: relative;
    z-index: 20;
    left: 0;
    width: 59%;
    min-width: 10px;
    text-align: left;
    background: #fff;
    border-radius: 0;
  }
  .tab_drawer_heading {
    display: none;
  }
  .tab_content h4 {
    display: block;
  }
  .testimonial-slider {
    margin-right: -15px;
    margin-left: -15px;
  }
  .real-sucess:before {
    left: 3%;
    width: 34%;
    height: 100%;
  }
  .videoSwiper {
    margin-top: 0;
  }
  .tab_drawer_heading {
    font-size: 20px;
  }
  .benifits-item{
    height: 100%;
  }
  .our-goal{
    padding-bottom: 50px;
  }
}
@media (min-width: 1200px) {
  .btn {
    padding: 10px 15px;
  }
  .header-menu.menu-layout1 nav.template-main-menu > ul > li > a {
    padding: 10px 7px;
  }
  nav.template-main-menu > ul > li > a {
    font-size: 15px;
  }
  nav.template-main-menu > ul > li > a:after {
    content: "";
    width: 7px;
    height: 7px;
    transform: rotate(45deg) translate(-3px, -3px);
  }
  .certificate-slider .slick-prev {
    left: -55px;
  }
  .certificate-slider .slick-next {
    right: -55px;
  }
  .about-main img {
    margin-top: 0;
  }
  .file-details {
    flex: 1;
  }
  .banner-logo {
    justify-content: start;
  }
  .banner-logo .logo-item {
    width: 15%;
  }
  .service-list-item {
    width: 16%;
  }
  .counter-section .col-md-2.col-6 {
    margin-bottom: 0;
  }
  .blog-swiper .swiper-button-next,
  .blog-swiper .swiper-button-prev {
    display: none;
  }
}



@media (min-width: 1400px) {
  .header-adress li {
    font-size: 15px;
  }
  .header-menu.menu-layout1 nav.template-main-menu > ul > li > a {
    padding: 10px 10px;
  }
  .header-menu.menu-layout1.rt-sticky nav.template-main-menu > ul > li > a {
    padding: 10px 10px;
  }
  nav.template-main-menu > ul > li > a {
    font-size: 17px;
  }
}

.tab_drawer_heading span {
      width: 30px;
    float: left;
}
.tab_drawer_heading p {
    color: #111;
    font-size: 18px;
    display: table;
    font-weight: 600;
}

/*22/01/2026*/

.heading-text {
    margin-top: -35px;
    margin-left: -18px;
}
.service-main.bg-gray.section-padding {
    padding: 0px;
}
.process-step.section-padding.bg-gray {
    padding: 0px;
}
.tabs_wrapper {
    margin-top: 20px;
}
    .title + p {
    margin-bottom: 0px;
    }
.section-padding {
    padding: 50px 0;
    padding-top: 20px;
    
    
}
    .service-title ul{
        margin-left: 35px;
       padding: 10px;
    }
    .service-title ul li{
        margin-bottom: 10px;
        font-size: 18px;
        line-height: 32px;
    }
    .Get-Exact{
    background-color: #c87e3c;
    
    padding: 10px 15px;
    border: none;
    border-radius: 4px;
    display: inline-block;
    
    cursor: pointer;
    }
    .Get-Exact a{
        font-size: 17px;
        color: #fff;
    }
     .Get-Exact i{
        color: #fff;
     }
     .menubox{
        background-color: #ffeddd;
        padding: 20px;
        margin-top: 30px;
        padding-left: 40px;
     }
     .menubox ul li a{
        font-size: 18px;
        font-weight: 500;
     }
     .menubox ul li{
        margin-bottom: 10px;
     }
     .main h2{
         font-size: 22px;
        font-weight: 500;
        color: #c87e3c;
    line-height: 28px;
    margin-top: 10px;
     }
     .main p{
         font-size: 16px;
        font-weight: 400;
        color: #000;
         line-height: 25px;
     }
#Mastering{
display: none;
}

tr {
    background: #ddd;
}
    thead th {
  background-color: #c87e3c;
  color: #fff;
  width: 25%;
  }
  th, td {
  padding: 16px 24px;
  text-align: left;
}
    .title + p {
    margin-bottom: 10px;
    }
    .service-title ul{
        margin-left: 35px;
    }
    .service-title ul li{
        margin-bottom: 10px;
        font-size: 18px;
        line-height: 32px;
    }
    .Get-Exact{
    background-color: #c87e3c;
    
    padding: 10px 15px;
    border: none;
    border-radius: 4px;
    display: inline-block;
    
    cursor: pointer;
    }
    .Get-Exact a{
        font-size: 17px;
        color: #fff;
    }
     .Get-Exact i{
        color: #fff;
     }
     .menubox{
        background-color: #ffeddd;
        padding: 20px;
        margin-top: 30px;
        padding-left: 40px;
     }
     .menubox ul li a{
        font-size: 18px;
        font-weight: 500;
     }
     .menubox ul li{
        margin-bottom: 10px;
     }
     .main h2{
         font-size: 22px;
        font-weight: 500;
        color: #c87e3c;
     }
     .main p{
         font-size: 16px;
        font-weight: 400;
        color: #000;
     }
     
     /*29/01/2026*/
     
     .active a {
    color: #c87e3c;
}
.process-step.section-padding.bg-gray {
    padding: 50px 0px;
    margin-bottom: -20px;
}
.services-btn-box {
    background-color: #ddd;
    padding: 40px 20px;
    border-radius: 10px;
    margin-bottom: 60px;
}

.box-btn {
    gap: 10px;
    height: 77px;
    display: flex;
    align-items: center;
   
}
.menubox .Speak{
    font-size: 22px;
    font-weight: 500;
    color: #c87e3c;
    margin-bottom: 10px;
}
.menubox .Speak{
    margin-top: -27px;
    font-size: 22px;
    font-weight: 500;
    color: #c87e3c;
 margin-bottom: 10px;
}
    thead th {
  background-color: #c87e3c;
  color: #fff;
  width: 25%;
  }
  th, td {
  padding: 16px 24px;
  text-align: left;
}
    .title + p {
    margin-bottom: 10px;
    }
    .service-title ul{
        margin-left: 35px;
    }
    .service-title ul li{
        margin-bottom: 10px;
        font-size: 20px;
        line-height: 32px;
    }
    .Get-Exact{
    background-color: #c87e3c;
    
    padding: 10px 15px;
    border: none;
    border-radius: 4px;
    display: inline-block;
    
    cursor: pointer;
    }
    .Get-Exact a{
        font-size: 17px;
        color: #fff;
    }
     .Get-Exact i{
        color: #fff;
     }
     .menubox{
         padding-top: 40px;
        background-color: #ffeddd;
       border-radius: 8px;
        margin-top: 40px;
        padding-left: 40px;
     }
     .menubox ul li a{
        font-size: 18px;
        font-weight: 500;
     }
     .menubox ul li{
        margin-bottom: 10px;
     }
     .main h2{
         font-size: 22px;
        font-weight: 500;
        color: #c87e3c;
     }
     .main p{
         font-size: 20px;
        font-weight: 400;
        color: #000;
     }
     .Speak {
    font-size: 22px;
    font-weight: 500;
    color: #c87e3c;
}

#Schedule:hover > a {
    color: #fff !important;
}

.cta-section {
    padding: 50px 0px;
    padding-top: 10px;
    background: #ffffff;
}
.main h1 {
    font-size: 22px;
    font-weight: 500;
    color: #c87e3c;
}

.cta-container {
  max-width: 900px;
  margin: auto;
  background: #ffffff;
  border-radius: 16px;
  padding: 50px 40px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.cta-container h2 {
  font-size: 32px;
  font-weight: 600;
  color: #111;
  margin-bottom: 10px;
}

.cta-container p {
  font-size: 16px;
  color: #555;
  margin-bottom: 35px;
}

/* BUTTONS */
.cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.cta-btn {
  padding: 14px 26px;
  font-size: 15px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;
}

/* Individual Buttons */
.call-btn {
  background: #000;
  color: #fff;
}

.whatsapp-btn {
  background: #25D366;
  color: #fff;
}

.book-btn {
    background: #fff;
    border: 1px solid #c87e3c;
    color: #c87e3c;
}

.whatsapp-btn:hover{
    color: #fff;
}
.call-btn:hover {
    color: #fff;
}
/* Hover */
.cta-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 16px rgba(0,0,0,0.15);
}

.Expert-Transformations.pb-20 {
    margin-top: 20px;
}

.hair{
    margin-left: 40px;
    margin-bottom: 10px;
}
#primary-btn-new{
width: 100%;
    display: flex;
    justify-content: center;
    text-align: center;
    line-height: 20px;
    text-transform: capitalize;
}
#menuboxid{
  padding-top: 20px;
  padding-left:0px;
   
}

.footer {
    margin-top: 40px;
}


@media (min-width: 1200px) {
    .breadcrumb {
        padding-top: 20px;
        background-color: #ddd;
        padding: 24px 0px;
        margin-bottom: 32px;
    }
    
    .cta-section {
    padding: 70px 0px;
    padding-top: 10px;
    background: #ffffff;
}
.page-content {
    margin-bottom: 45px;
}
.contact-form-section{
    padding-top: 40px;
}
}

.breadcrumb {
        padding-top: 20px;
        background-color: #c87e3c29;
        padding: 24px 0px;
        margin-bottom: 32px;
    }

.mean-bar {
    padding: 20px;
}
.Chest {
    overflow: hidden;
    margin-bottom: 20px;
}

strong{
    font-weight: 600;
}
.Why-Choose-Us {
    margin-bottom: 30px;
}
.cta-container{
  background-color: #ebdcce;
  
}

.accordion{
  margin-top: 30px;  
}

.accordion-header{
    font-size: 18px;
    font-weight:600;
}

.accordion p{
font-size: 15px !important;
}

.Results {
    margin-bottom: 0px;
    margin-top: -13px;
}

.contact {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 13px;
}
.contact-form-section{
    padding-left: 10px;
    padding-right: 10px;
}

#Our-Philosophy{
    margin-bottom: -6px;
}