@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');


@font-face {
  font-family: MrsEavesSmallCaps;
  src: url(../font/MrsEavesSmallCaps.otf);
}


@font-face {
  font-family: 'MrsEavesSmallCaps';
  src: url('webfont.eot'); /* IE9 Compat Modes */
  src: url('webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('webfont.woff2') format('woff2'), /* Super Modern Browsers */
       url('webfont.woff') format('woff'), /* Pretty Modern Browsers */
       url('assets/font/MrsEavesSmallCaps.otf')  format('truetype'), /* Safari, Android, iOS */
       url('webfont.svg#svgFontName') format('svg'); /* Legacy iOS */
}

* {
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  transition: background-color 1s ease;
  background-color: #334137;
}

body {
  overflow: hidden;

  color: rgba(255, 255, 255, 0.5);
  font-family: "Raleway", sans-serif;
}

#ScrollPane {
  position: relative;
  width: 100%;
  height: 100%;
}

.scr,
.pane {
  position: relative;
  width: 100%;
  height: 100%;
  font-size: 30px;
}

b {
  font-size: 80px;
  display: block;
  color: #ffffff;
  /* text-shadow: 1px 1px 0 #bbbbbb, 2px 2px 0 #cccccc, 3px 3px 0 #cccccc, 4px 4px 0 #cccccc, 5px 5px 0 #cccccc, 5px 5px 10px rgba(0, 0, 0, 0.3); */
}


.favicon_logo {
  display: flex;
}

.favicon_logo img {
  width: 45px !important;
}

.logo_main_text {
  margin-left: 10px
}

.logo_main_text h3 {
  margin: 0;
  font-family: MrsEavesSmallCaps !important;
  color: #f4dcc1;
  font-weight: 100;
  font-size: 21px;
  /* font-size: 5.2vw; */
}

.logo_main_text h5 {
  margin: 0;
  color: #f4dcc1;
  font-weight: 400;
  font-size: 12px;
}

span.bigger_text {
  display: inline-block;
  font-size: 22px;
}



span {
  display: block;
  text-align: center;
}

.horiz {
  position: relative;
  width: 100%;
  height: 100%;
}

.horiz .spane {
  overflow: hidden;
  font-size: 0;
  position: relative;
  width: 100%;
  height: 100%;
  white-space: nowrap;
}

.horiz .pane {
  display: inline-block;
  width: 100%;
}

.ct {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

/* .an .ct {
  transform: translate3D(0, 20px, 0) rotateX(90deg) scale(0.5);
  opacity: 0;
  transition: all 0.5s cubic-bezier(0.175, 0.885, 0.380, 1.470);
} */

.left,
.right {
  overflow: hidden;
  display: block;
  position: absolute;
  height: 100%;
  width: 50%;
  top: 0;
}

.right {
  left: 50%;
}

.scrollup {
  position: absolute;
  width: 200px;
  top: 10px;
  left: 50%;
  margin-left: -100px;
  z-index: 3000;
  font-size: 20px;
  text-align: center;
}

.scrolldown {
  position: absolute;
  width: 200px;
  bottom: 10px;
  left: 50%;
  /* margin-left: -100px; */
  z-index: 3000;
  font-size: 20px;
  text-align: center;
  margin-right: 0;
}

.an.visible .ct {
  transform: translate3D(0, 0, 0) scale(1);
  opacity: 1;
}

#Helper {
  position: fixed;
  background: #ffffff;
  bottom: 0;
  left: 0;
  padding: 5px;
  z-index: 3000;
  font-size: 12px;
  color: #1e1e1e;
}





.first_slide {
  justify-content: left;
}

.first_data {
  width: 100%;
}

.first_data h3 {
  color: #c29494;
  font-size: 31px;
  font-weight: 500;
  border-bottom: 1px solid #f4dcc159;
  margin: 0;
  padding: 10px 0;

}

.first_data p {
  color: #c29494;
  font-size: 17px;
  font-weight: 400;
}

.first_data {
  padding: 0 10%;
}

.first_data .btn_flex {
  float: left;
  margin-top: 30px;
}

.second_slide .img_part .quote_img {
  position: absolute;
  left: 20%;
  top: 11%;
  width: 50px;
}

.second_slide .img_part .about_me_img {
  width: 35%;
  /* margin-top: -180px; */
  position: absolute;
  top: 10%;
  left: 33%;
}

.second_slide .text_part {
  position: absolute;
  top: 50%;
}

.second_slide .text_part p {
  padding: 0 10%;
  font-size: 14px;
  text-align: center;
  color: #f4dcc1;
}

.second_slide {
  flex-direction: column;
}


.service_img_section {
  background-color: #ac7e65;
  padding: 3% 0px;
  height: 100%;
  margin-top: 25%;
  text-align: center;
  width: 80%;
  margin-left: 0%;
}

.service_img_section h2 {
  font-size: 60px;
  font-weight: 700;
  color: #402020;
  margin: 15px 0;
}

.service_img_section .quote_img {
  position: absolute;
  left: 12%;
  width: 50px;
}

.service_img_section .service_img {
  width: 50%;
  /* margin-bottom: 10%; */
}

.servies_list {
  width: 100%;
  /* height: 100%; */
  margin-right: 20%;
  margin-top: 25%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;

}

.servies_list ul {
  margin: 0;
}

.servies_list ul li {
  list-style: none;
  padding: 15px 30px;
  border-bottom: 1px solid #f4dcc179;
  color: #f4dcc1;
  font-size: 17px;
  font-weight: 200;
}

.gallery_section {
  border-bottom: 1px solid #f4dcc1;
}

.gallery_section h2 {
  font-size: 100px;
  font-weight: 700;
  margin: 0;
  margin-bottom: 10px;
  color: #f4dcc1;
}

.map_section {
  width: 100%;
  padding: 3% 0 3% 10%;
  height: 75%;
  margin-top: 25%;
  margin-bottom: 20%;
  border-right: 1px solid #f4dcc1;
  margin-right: 50px;
}

.map_section .map_btn a {
  /* float: left; */
  text-decoration: none;
  color: #f4dcc1;
  border: 1px solid #f4dcc1;
  padding: 5px 10px;
  border-radius: 20px;
  font-size: 15px;
  margin-top: 30px;
  transition: all 0.3s ease;
}

.map_section .map_btn a:hover {
  background-color: #f4dcc1;
  border: 1px solid #f4dcc1;
  color: #334137;
}

.map_section iframe {
  border: 2px solid #f4dcc1;
  padding: 4px;
  width: 90%;
  height: 90%;
  position: relative;
  z-index: 0;
}

/* .contact_details_section{
  width: 100%;
} */
.contact {
  align-items: flex-start;
  margin-top: 15%;
}

.contact_details_section .contact_logo {
  display: flex;
  align-items: center;
}

.contact_logo {
  margin-bottom: 20px;
}

.contact_logo .fav {
  width: 30px;
  margin-right: 7px;
}




.contact_info {
  display: flex;
  flex-wrap: wrap;
  width: 80%;
}

.contact_info .title {
  display: flex;
  align-items: center;
}

.contact_info .title_icon {
  line-height: 0;
  margin-right: 11px;
}

.contact_info .title_icon svg {
  width: 22px;
}

.contact_info .title_icon svg:hover {
  /* fill: green; */
}

.contact_info .title .heading h5 {
  font-size: 13px;
  margin: 0;
  color: #f4dcc1;
  font-weight: 400;
}

.contact_info .address,
.contact_info .phone,
.contact_info .timing {
  width: 50%;
}

.contact_info .desc {
  margin-left: 33px;
}

.contact_info .desc p {
  font-size: 14px;
  color: #f4dcc1;
  font-weight: 200;
  margin: 5px 0 15px 0;
  /* margin-left: 33px; */
}

.contact_info .desc p a {
  text-decoration: none;
  /* font-size: 13px; */
  color: #f4dcc1;
  font-weight: 200;
  position: relative;
  /* z-index: 999; */
  line-height: 1.3;
}

.contact_info .desc span {
  font-weight: 500;
  text-align: left !important;
}

.vertical_text {
  /* display: flex; */
  transform: rotate(90deg);
  position: absolute;
  right: -115px;
  top: 30%;
}

.vertical_text h2 {
  margin: 0;
  font-size: 65px;
  color: #f4dcc1;
}

.footer_main {
  z-index: 999999999;
}

.footer_main h1 {
  font-size: 70px;
  color: #f4dcc1;
  margin: 30px 0 5px 0;
  text-align: center;
}

.footer_main h5 {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1.2px;
  word-spacing: 3.5px;
  color: #f4dcc1;
  margin: 0;
  text-align: center;
}

.footer_main hr {
  width: 90%;
  height: 1px;
}

.footer_social_media {
  width: 52%;
  display: flex;
  justify-content: space-between;
  margin-right: 5%;
  padding-left: 1%;
}

.footer_social_media .copyright p {
  font-size: 14px;
  color: #f4dcc1;
}

.footer_links_btn {
  display: flex;
  justify-content: space-between;
  margin-left: 7%;
  padding-right: 1%;
  width: 40%;
  border-right: 1px solid #f4dcc13f;
}

.footer_links_btn ul li {
  line-height: 0.7;
}

.footer_links_btn ul li a {
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  color: #f4dcc1;
}

.main_footer_data {
  display: flex;
}

.footer_btn a {

  text-decoration: none;
  color: #f4dcc1;
  border: 1px solid #f4dcc1;
  padding: 5px 10px;
  border-radius: 20px;
  font-size: 15px;
  margin-top: 30px;
  transition: all 0.3s ease;
}

.footer_btn a:hover {
  background-color: #f4dcc1;
  border: 1px solid #f4dcc1;
  color: #4c5a50;
}







#bottomBar {
  position: fixed;
  bottom: 0;
  right: 10%;
  width: 40%;
  background-color: #f4dcc1;
  padding: 1% 2%;
  /* box-shadow: 0px -2px 4px rgba(0, 0, 0, 0.1); */
  transition: transform 0.3s ease;
  z-index: 999;

}

.hidden {
  transform: translateY(140%);
}

#overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1;
  display: none;
}

#closeBtn {
  margin-top: 10px;
}

.content {
  /* Additional styling for the content */
}

.desktop_hospitals_data {
  /* display: flex;
  justify-content: space-evenly; */
}

.hospital_address {
  width: 100%;
}

.hospital_address_section h4 {
  font-size: 24px;
  color: #f4dcc1;
  font-weight: 400;
}

.hospital_address {
  /* padding: 12px 0; */
  border-bottom: 1px solid #465145;
}

.address_title_icon {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.address_title_icon .title {
  margin-top: 10px;
}

.address_title_icon .title h5 {
  color: #465145;
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  margin-right: 10px;
}

.address_title_icon .icon_location {
  display: flex;
  align-items: center;
  margin-top: 10px;
}

.address_title_icon .icon_location img {
  width: 30px;
}

.hospital_address .address_desc p {
  font-size: 14px;
  color: #465145;
  font-weight: 500;
  margin: 4px 0 12px 0;
}

.button_hospital {
  display: flex;
  align-items: center;
}

.button_hospital h6 {
  margin: 0;
  font-size: 19px;
  color: #f4dcc1;
  font-weight: 500;
}

.button_hospital button {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  outline: none;
  border: 1px solid #f4dcc1;
  background-color: transparent;
  cursor: pointer;
  margin: 0;
  margin-left: 10px;
  font-size: 19px;
  color: #f4dcc1;
  transition: all 0.3s ease;
  /* font-weight: 500; */
}

.button_hospital button:hover {
  color: #334137;
  background-color: #f4dcc1;
}

.desktop_hospitals_data #closeBtn {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  outline: none;
  border: 1px solid #f4dcc1;
  background-color: transparent;
  cursor: pointer;
  margin: 0;
  /* margin-left: 10px; */
  font-size: 19px;
  color: #f4dcc1;
  transition: all 0.3s ease;

  position: absolute;
  right: 27px;
  top: -40px;
}

.desktop_hospitals_data #closeBtn:hover {
  color: #334137;
  background-color: #f4dcc1;
}

#toggleBtn1 {
  background: #33413723;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 10%;
  cursor: pointer;
  outline: none;
  border: none;
}

#toggleBtn1:active {
  outline: none;
  border: none;
}

#bottomBar1 {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #4c5a50;
  padding: 1% 2%;
  /* box-shadow: 0px -2px 4px rgba(0, 0, 0, 0.1); */
  transition: transform 0.3s ease;
  z-index: 999;
  height: 63%;
}

.hidden {
  transform: translateY(140%);
}


.desktop_footer_data h1 {
  font-size: 70px;
  color: #f4dcc1;
  margin: 0px 0 5px 0;
  text-align: center;
  padding-top: 30px;
}

.desktop_footer_data h5 {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1.2px;
  word-spacing: 3.5px;
  color: #f4dcc1;
  margin: 0;
  text-align: center;
}

.desktop_footer_data ul {
  margin: 0;
  padding: 0;
  list-style: none;
}











.st-content {
  /* overflow-y: scroll;   */
  background: #00000000;
}

.st-content,
.st-content-inner {
  position: relative;
}

.st-container {
  position: relative;
  overflow: hidden;
}

.st-pusher {
  position: relative;
  left: 0;
  z-index: 99;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
}

.st-pusher::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  background: rgba(0, 0, 0, 0.2);
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
  transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
}

.st-menu-open .st-pusher::after {
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.st-menu {
  position: absolute;
  bottom: 0;
  /* left: 0; */
  z-index: 100;
  visibility: hidden;
  width: 100%;
  height: 60%;
  background: #4c5a50;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.st-menu::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  content: '';
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.st-menu-open .st-menu::after {
  width: 0;
  height: 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
  transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
}

/* content style */

.st-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.st-menu h2 {
  margin: 0;
  padding: 1em;
  color: rgba(0, 0, 0, 0.4);
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
  font-weight: 300;
  font-size: 2em;
}

/* .st-menu ul li a {
	display: block;
	padding: 1em 1em 1em 1.2em;
	outline: none;
	box-shadow: inset 0 -1px rgba(0,0,0,0.2);
	color: #f3efe0;
	text-transform: uppercase;
	text-shadow: 0 0 1px rgba(255,255,255,0.1);
	letter-spacing: 1px;
	font-weight: 400;
	-webkit-transition: background 0.3s, box-shadow 0.3s;
	transition: background 0.3s, box-shadow 0.3s;
}

.st-menu ul li:first-child a {
	box-shadow: inset 0 -1px rgba(0,0,0,0.2), inset 0 1px rgba(0,0,0,0.2);
}

.st-menu ul li a:hover {
	background: rgba(0,0,0,0.2);
	box-shadow: inset 0 -1px rgba(0,0,0,0);
	color: #fff;
} */

/* Individual effects */

/* Effect 1: Slide in on top */
.st-effect-1.st-menu {
  visibility: visible;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}

.st-effect-1.st-menu-open .st-effect-1.st-menu {
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.st-effect-1.st-menu::after {
  display: none;
}


/* Fallback example for browsers that don't support 3D transforms (and no JS fallback) */
.no-csstransforms3d .st-pusher,
.no-js .st-pusher {
  padding-left: 300px;
}

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
/* .clearfix:before,
.clearfix:after {
	display: table;
	content: " ";
}

.clearfix:after {
	clear: both;
}

.codrops-header,
.codrops-top {
	font-family: 'Lato', Arial, sans-serif;
}

.codrops-header {
	margin: 0 auto 3em;
	padding: 3em;
	text-align: center;
}

.codrops-header h1 {
	margin: 0;
	font-weight: 300;
	font-size: 2.625em;
	line-height: 1.3;
}

.codrops-header span {
	display: block;
	padding: 0 0 0.6em 0.1em;
	font-size: 60%;
	color: #aca89a;
} */

/* To Navigation Style */
/* .codrops-top {
	width: 100%;
	text-transform: uppercase;
	font-size: 0.69em;
	line-height: 2.2;
	font-weight: 400;
	background: rgba(255,255,255,0.3);
}

.codrops-top a {
	display: inline-block;
	padding: 0 1em;
	text-decoration: none;
	letter-spacing: 0.1em;
}

.codrops-top a:hover {
	background: rgba(255,255,255,0.4);
	color: #333;
}

.codrops-top span.right {
	float: right;
}

.codrops-top span.right a {
	display: block;
	float: left;
}

.codrops-icon:before {
	margin: 0 4px;
	text-transform: none;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	font-family: 'codropsicons';
	line-height: 1;
	speak: none;
	-webkit-font-smoothing: antialiased;
}

.codrops-icon-drop:before {
	content: "\e001";
}

.codrops-icon-prev:before {
	content: "\e004";
}

.main {
	max-width: 69em;
	margin: 0 auto;
} */

.column {
  /* float: left; */
  width: 100%;
  padding: 0 2em;
  min-height: 5000px;
  position: relative;
  text-align: right;
}

/* .column:nth-child(2) {
	box-shadow: -1px 0 0 rgba(0,0,0,0.1);
	text-align: left;
}

.column p {
	font-weight: 300;
	font-size: 2em;
	padding: 0 0 0.5em;
	margin: 0;
	line-height: 1.5;
} */

.column button {
  border: none;
  padding: 0.6em 1.2em;
  background: #388a5a00;
  color: #fff;
  font-size: 1em;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  display: inline-block;
  margin: 3px 2px;
  border-radius: 2px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 91%;
}

button:hover {
  background: #2c774b00;
}

.info {
  text-align: center;
  font-size: 1.5em;
  margin-top: 3em;
  clear: both;
  padding: 3em 0;
  opacity: 0.7;
  color: #aca89a;
}

.info a {
  font-weight: 700;
  font-size: 0.9em;
}

@media screen and (max-width: 46.0625em) {
  .column {
    width: 100%;
    min-width: auto;
    min-height: auto;
    padding: 2em;
    text-align: center;
  }

  .column p {
    font-size: 1.5em;
  }

  .column:nth-child(2) {
    text-align: center;
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1);
  }
}

@media screen and (max-width: 25em) {

  .codrops-header {
    font-size: 80%;
  }

  .codrops-top {
    font-size: 120%;
  }

  .codrops-icon span {
    display: none;
  }

}
























.dukeBlue {
  color: #ffffff;
}


.button-icon {
  float: left;
  width: 23px;
  height: 23px;
  margin: 5px 15px 5px 0px;
}

/* UNIQUE BUTTON STYLES*/

/* .skyBlue {
	background: #00b4d1;
}

.orange {
	background: orange;
} */


/* UNIQUE PANEL STYLES*/

.panel {
  overflow: hidden;
  position: relative;
  margin-left: 50px;
}

/* .panel0 {
	background: #00b4d1;
}

.panel1 {
	background: orange;
}

.panel2 {
	background: orange;
}

.panel7 {
	background: orange;
} */

/* .right {
	float:right;
}

.left {
	float:left;
} */

.inner-text {
  top: 0;
  z-index: 100;
  /* width: 60%; */
  padding: 20px;
}

.outcomes {
  background: #ffffff;
  padding: 5px 0px 10px 20px;
}

.cccgray {
  background-color: #000000;
}

.icon {
  width: 30%;
  display: inline-block;
  margin-right: 2%;
}


.wrapper {
  position: fixed;
  top: 30%;
}

/* button {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  line-height: 30px;
  font-size: 23px;
  color: #000000;
  cursor: pointer;
  text-align: center;
  outline: none;
  border: none;
  background-color: #f4dcc1;
  color: #4c5a50;
} */


/* /START ART/ */

#Maria {
  padding-right: 10px;
  width: 50%;
}

.art {
  width: 30%;
  margin: 0px;
  padding: 0px;

}

#cloud1,
#cloud2 {
  opacity: .2;
}


.accordian_tab {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.accordian_tab h3 {
  font-size: 28px;
  font-weight: 300;
  color: #f4dcc1;
  margin: 0;
  margin-right: 20px;
}

.inner-text p {
  font-size: 12px;
  font-weight: 100;
  color: #f4dcc1;
  margin: 0;
  border-bottom: 1px solid #f4dcc1;
  padding: 13px 0;
  /* margin-right: 40px; */
}

.accordian_main {
  padding: 0 5%;
  flex-direction: column;
}

.accordian_tab {
  margin-top: 20px;
}

.accordian_main .dr_data {
  width: 90%;
  padding-right: 5%;
  padding-bottom: 10px;
  border-bottom: 1px solid #f4dcc157;
  position: absolute;
  top: 13%;
  right: 5%;
}

.accordian_main .dr_data h5 {
  font-size: 15px;
  font-weight: 400;
  color: #f4dcc1;
  text-align: right;
  margin: 0;
}

.accordian_main .dr_data p {
  font-size: 11px;
  font-weight: 200;
  color: #f4dcc1;
  text-align: right;
}




/* text animation */

/* .shadow-effect {
  background: #fff;
  padding: 20px;
  border-radius: 4px;
  text-align: center;
  border: 1px solid #ECECEC;
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.10), 0 15px 12px rgba(0, 0, 0, 0.02);
}

#customers-testimonials .shadow-effect p {
  font-family: inherit;
  font-size: 17px;
  line-height: 1.5;
  margin: 0 0 17px 0;
  font-weight: 300;
}

.testimonial-name {
  margin: -17px auto 0;
  display: table;
  width: auto;
  background: #7033f1;
  padding: 9px 35px;
  border-radius: 100px;
  text-align: center;
  color: #fff;
  box-shadow: 0 9px 18px rgba(0, 0, 0, 0.12), 0 5px 7px rgba(0, 0, 0, 0.05);
}

#customers-testimonials .item {
  text-align: center;
  padding: 50px;
  margin-bottom: 80px;
  opacity: .2;
  -webkit-transform: scale3d(0.8, 0.8, 1);
  transform: scale3d(0.8, 0.8, 1);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#customers-testimonials .owl-item.active.center .item {
  opacity: 1;
  -webkit-transform: scale3d(1.0, 1.0, 1);
  transform: scale3d(1.0, 1.0, 1);
}

.owl-carousel .owl-item img {
  transform-style: preserve-3d;
  max-width: 90px;
  margin: 0 auto 17px;
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot.active span,
#customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
  background: #3190E7;
  transform: translate3d(0px, -50%, 0px) scale(0.7);
}

#customers-testimonials.owl-carousel .owl-dots {
  display: inline-block;
  width: 100%;
  text-align: center;
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot {
  display: inline-block;
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot span {
  background: #3190E7;
  display: inline-block;
  height: 20px;
  margin: 0 2px 5px;
  transform: translate3d(0px, -50%, 0px) scale(0.3);
  transform-origin: 50% 50% 0;
  transition: all 250ms ease-out 0s;
  width: 20px;
} */
























.container {
  /* padding: 0 5%; */
}

.header_flex {
  display: flex;
  justify-content: space-between;
}

.menu_logo {
  display: flex;
  align-items: center;
}

.header {
  background-color: #0000004a;
  /* box-shadow: 1px 1px 4px 0 rgba(0,0,0,.1); */
  position: fixed;
  width: 100%;
  z-index: 99999999999999999999999999999999999999999999999;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid #f4dcc12d;
  padding: 0 5%;
}

.btn_flex {
  float: right;
  display: flex;
  align-items: center;
}

.btn_flex a {
  text-decoration: none;
  color: #f4dcc1;
  border: 1px solid #f4dcc1;
  padding: 5px 10px;
  border-radius: 20px;
  font-size: 15px;
  transition: all 0.3s ease;
}

.btn_flex a:hover {

  background-color: #f4dcc1;
  border: 1px solid #f4dcc1;
  color: #334137;
}

a.first_slide_btn:hover {

  background-color: #f4dcc1;
  border: 1px solid #f4dcc1;
  color: #7e1f37;
}


.header ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: auto;
  background-color: #4c5a50;
  padding: 0 5%;
}

.header ul li {
  border-bottom: 1px solid #ffffff;
  padding: 0 6px;
}

.header li a {
  display: block;
  padding: 20px 0 13px 0px;
  text-decoration: none;
  color: #f4dcc1;
  text-transform: uppercase;
  font-weight: 500;
}

/* .header li a:hover,
  .header .menu-btn:hover {
    background-color: #f4f4f4;
  } */

.header .logo {
  display: block;
  float: left;
  /* font-size: 2em; */
  padding: 10px 20px;
  text-decoration: none;
}

.header .logo img {
  width: 100%;
}

/* menu */

.header .menu {
  clear: both;
  max-height: 0;
  transition: max-height .2s ease-out;
}

/* menu icon */

.header .menu-icon {
  cursor: pointer;
  display: inline-block;
  float: left;
  padding: 11px 11px;
  position: relative;
  user-select: none;
  background-color: #f4dcc1;
  border: 1px solid transparent;
  border-radius: 13px;

}

.header .menu-icon .navicon {
  background: #7e1f37;
  display: block;
  height: 2px;
  position: relative;
  transition: background .2s ease-out;
  width: 18px;
}

.header .menu-icon .navicon:before,
.header .menu-icon .navicon:after {
  background: #7e1f37;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transition: all .2s ease-out;
  width: 100%;
}

.header .menu-icon .navicon:before {
  top: 5px;
}

.header .menu-icon .navicon:after {
  top: -5px;
}

/* menu btn */

.header .menu-btn {
  display: none;
}

.header .menu-btn:checked~.menu {
  max-height: 450px;
}

.header .menu-btn:checked~.menu-icon .navicon {
  background: transparent;
}

.header .menu-btn:checked~.menu-icon .navicon:before {
  transform: rotate(-45deg);
}

.header .menu-btn:checked~.menu-icon .navicon:after {
  transform: rotate(45deg);
}

.header .menu-btn:checked~.menu-icon:not(.steps) .navicon:before,
.header .menu-btn:checked~.menu-icon:not(.steps) .navicon:after {
  top: 0;
}

/* 48em = 768px */

@media (max-width: 0em) {
  .header li {
    float: left;
  }

  .header li a {
    padding: 20px 30px;
  }

  .header .menu {
    clear: none;
    float: left;
    max-height: none;
  }

  .header .menu-icon {
    display: none;
  }
}





























/* footer {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #7D6E83;
    color: #fff;
  }
  
  section {
    height: max-content;
    min-height: 100vh;
    padding-top: 70px;
    padding-bottom: 30px;
    text-align: center;
  }
  
  section:nth-of-type(1),
  section:nth-of-type(1) h2 {
    background: #F8EDE3;
  }
  
  section:nth-of-type(2),
  section:nth-of-type(2) h2 {
    background: #DFD3C3;
  }
  
  section:nth-of-type(3),
  section:nth-of-type(3) h2 {
    background: #D0B8A8;
  }
  
  
  footer {
    height: 100px;
  }
  
  .scroll-item {
    scroll-snap-align: start;
    scroll-snap-stop: always;
  } */











/* #slides {
  width: 100%;
  height: 100%;
  white-space: nowrap;
  font-size: 0;
  transform: translateX(0);
}

.slide {
  width: 100%;
  height: 100%;
  display: inline-block;
  background-size: cover;
  background-position: center;
  background-color: #cccccc;
}

.animate {
  transition: all .5s ease-out;
}

.slide:nth-child(1) {
  background-image: url("/assets/images/gallery/gallery-1.png");
  background-position: center;
  background-size: cover;
}

.slide:nth-child(2) {
  background-image: url("/assets/images/gallery/gallery-2.png");
  background-position: center;
  background-size: cover;
}

.slide:nth-child(3) {
  background-image: url("/assets/images/gallery/gallery-3.png");
  background-position: center;
  background-size: cover;
}

.slide:nth-child(4) {
  background-image: url("/assets/images/gallery/gallery-4.png");
  background-position: center;
  background-size: cover;
}

.slide:nth-child(5) {
  background-image: url("/assets/images/gallery/gallery-5.png");
  background-position: center;
  background-size: cover;
}

.slide:nth-child(6) {
  background-image: url("/assets/images/gallery/gallery-6.png");
  background-position: center;
  background-size: cover;
}

.slide:nth-child(7) {
  background-image: url("/assets/images/gallery/gallery-7.png");
  background-position: center;
  background-size: cover;
} */




.test_box {
  margin-bottom: -60px;
}

.testimonial_slide.carousel-container {
  width: 100%;
  margin: 0;
  overflow: hidden;
  position: relative;
  touch-action: pan-y;
}

 .my-carousel-track13 {
  display: flex;
  transition: transform 0.5s ease;
}


.testimonial_slide .my-carousel-item13 {
  flex: 0 0 auto;
  width: 55%;
  padding: 5% 5% 5% 5%;
  background-color: #334137;
 margin:5px;
  box-shadow: 0 0 5px 0 #00000040;

}

.testimonial_slide .client_name h5 {
  font-size: 14px;
  font-weight: 200;
  color: #f4dcc1;
  margin: 10px 0;
  font-style: italic;
}

.testimonial_slide .client_ratings svg {
  width: 20px;
}

.testimonial_slide .icon img {
  width: 45px;

}

.testimonial_slide .review_part p {
  font-size: 14px;
  font-weight: 400;
  color: #f4dcc1;
  margin: 6px 0;
}

.testimonial_slide .head_title {
  margin: 0 5%;
}

.testimonial_slide .head_title h3 {
  font-size: 65px;
  font-weight: 500;
  color: #f4dcc1;
  margin: 0;
  margin-bottom: 20px;
}


.my-prev-btn13,
.my-next-btn13 {
  margin-top: 10px;
}

.desktop_testimonial_btn {
  text-align: right;
  margin: 1% 4% 4% 0%;
}

.desktop_testimonial_btn img {
  cursor: pointer;
  width: 35px;
}







.gallery_slide_desktop.carousel-container {
  /* margin: 0; */
  width: 100%;
}

.gallery_slider .carousel-item5 {
  flex: 0 0 auto;
  /* width: auto; */
  /* margin-right: 15px; */
  /* Space between items */
  /* border-right: 1px solid #f4dcc18a; */
  padding: 0;
  background-color: transparent;
}

.gallery_slider .gallery_image img {
  /* width: 100%;
  height: 75vh;
  object-fit: cover; */
}





.my-carousel {
  overflow: hidden;
  margin-bottom: -50px;
}

.my-carousel-container {
  display: flex;
  max-width: 1340px;
}

.my-carousel-track {
  display: flex;
  transition: transform 0.3s ease;
  gap: 5px;

}

.my-carousel-item {
  flex: 0 0 auto;
  width: auto;
  /* display: flex; */
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  border-right: 1px solid #f4dcc159;
  margin-right: -18px;
}

.my-prev-btn,
.my-next-btn {
  margin-top: 10px;
}

.my-carousel .award_image img {
  width: 100%;
  height: 210px;
  object-fit: cover;
  object-position: center;
  padding: 15px 20px 0px 38px;
}

.my-carousel .award_title h5 {
  color: #f4dcc1;
  font-size: 15px;
  font-weight: 400;
  padding-left: 20px;
}

.my-carousel .award_title a {
  color: #f4dcc1;
  font-size: 15px;
  font-weight: 500;
}

.my-carousel .award_location p {
  color: #f4dcc1;
  font-size: 12px;
  font-weight: 400;
  margin: 0;
  padding-left: 20px;
}

.my-carousel .award_read_more {
  margin-top: -25px;
  padding-left: 20px;
}

.my-carousel .award_read_more a {
  color: #f4dcc1;
  font-size: 11px;
  font-weight: 400;
  margin: 0;
}

.desktop_awards_btn {
  text-align: right;
  margin: 0 5%;
}

.desktop_awards_btn img {
  cursor: pointer;
  width: 35px;
}

.awards_heading_desktop h2 {
  font-size: 65px;
  font-weight: 700;
  color: #f4dcc1;
  margin: 0;
  margin: 0 5%;
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid #f4dcc159;
}








.desktop_gallery.my-carousel {
  overflow: hidden;
  margin-bottom: -50px;
}

.my-carousel-container11 {
  display: flex;
}

.my-carousel-track11 {
  display: flex;
  transition: transform 0.3s ease;
}

.my-carousel-item11 {
  flex: 0 0 auto;
  width: 100%;
  /* height: 200px; */
  /* background-color: #ccc; */
  /* Adjust background color as needed */
  display: flex;
  justify-content: center;
  align-items: center;
  /* font-size: 24px; */
  /* margin-right: 15px;
  margin-left: 15px; */
  /* border-right: 1px solid #f4dcc159; */
  padding: 0;
  /* Adjust margin as needed */
}

.my-prev-btn11,
.my-next-btn11 {
  margin-top: 10px;
}

.desktop_gallery .my-carousel-item11 img {
  height: 100vh;
  width: 100%;
  object-fit: cover;
}






.my-carousel {
  overflow: hidden;
  margin-bottom: -50px;
}

.my-carousel-container12 {
  display: flex;
}

.my-carousel-track12 {
  display: flex;
  transition: transform 0.3s ease;
}

.my-carousel-item12 {
  flex: 0 0 auto;
  width: 100%;
  /* height: 200px; */
  /* background-color: #ccc; */
  /* Adjust background color as needed */
  display: flex;
  justify-content: center;
  align-items: center;
  /* font-size: 24px; */
  /* margin-right: 15px;
  margin-left: 15px; */
  /* border-right: 1px solid #f4dcc159; */
  padding: 0;
  /* Adjust margin as needed */
}

.my-prev-btn12,
.my-next-btn12 {
  margin-top: 10px;
}

.desktop_service_btn {
  text-align: start;
  margin: 4% 10%;
}

.desktop_service_btn img {
  cursor: pointer;
  width: 35px;
}













@media (min-width: 1400px) {
  .desktop_main {
    display: block;
  }

  .mobile_main {
    display: none;
  }
}

/*  */
@media (max-width: 1400px) {
  .desktop_main {
    display: block;
  }

  .mobile_main {
    display: none;
  }
}

@media (max-width: 576px) {

  html,
  body {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    transition: background-color 1s ease;
    overflow-x: hidden;
    scroll-behavior: smooth;
  }

  .desktop_main {
    display: none;
  }

  .mobile_main {
    display: block;
  }

  body {
    overflow: scroll;
    overflow-x: hidden !important;
    /* background-color: #7e1f37; */
    font-family: "Raleway", sans-serif;
  }

  .mobile_main .header .menu-icon {
    padding: 13px 7px;
    border-radius: 50%;
  }

  .mobile_main .header .logo {
    padding: 10px 20px 6px 10px;
  }

  .mobile_main .header .logo img {
    width: 85%;
  }

  .mobile_main .header .menu-icon .navicon {
    width: 15px;
  }


  .logo_main_text h3 {
    margin: 0;
    font-family: MrsEavesSmallCaps !important;
    color: #f4dcc1;
    font-weight: 100;
    /*font-size: 21px;*/
    font-size: 4.7vw;
  }

  .hero_section {
    height: 100vh;
  }

  /* .about_section {
    height: 100vh;
  } */

  .hero_half_text {
    height: 60%;
  }

  .hero_data {
    position: absolute;
    left: 5%;
    top: 67%;
    transform: translate(0%, -50%);
    width: 90%;
  }

  .hero_data h3 {
    color: #c29494;
    font-size: 29px;
    font-weight: 500;
    margin: 0;
  }

  .hero_data p {
    color: #c29494;
    font-size: 19px;
    font-weight: 400;
    margin: 10px 0 20px 0;
    padding-bottom: 20px;
    border-bottom: 1px solid #c294943d;
  }

  .mobile_main .btn_flex {
    float: left;
    display: flex;
    align-items: center;
  }

  .mobile_main .btn_flex a {
    text-decoration: none;
    color: #f4dcc1;
    border: 1px solid #f4dcc1;
    padding: 5px 10px;
    border-radius: 20px;
    font-size: 15px;
    transition: all 0.3s ease;
  }

  .mobile_main .btn_flex a:hover {
    background-color: #f4dcc1;
    border: 1px solid #f4dcc1;
    color: #7e1f37;
  }


  .about_section .about_data {
    text-align: center;
  }

  .about_section .about_data h2 {
    margin: 0;
    font-size: 37px;
    font-weight: 400;
    color: #f4dcc1;
    border-bottom: 1px solid #f4dcc1;
    display: inline;
  }

  .about_half_text {
    height: 70vh;
  }


  .about_content .img_part .quote_img {
    width: 45px;
    position: absolute;
    left: 10%;
    top: 7%;
  }

  .about_content .img_part .about_me_img {
    width: 65%;
    /* position: absolute;
    left: 20%; */
  }

  .about_content .img_part {
    padding: 70px 0;
    text-align: center;
    position: relative;
  }

  .about_content {
    position: relative;


  }

  .text_part1 {
    /* background-image: url("/assets/images/about-me.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-size: 60%; */


    margin-top: -200px;
    position: relative;
    z-index: 999999;
    margin-bottom: 30px;

  }

  .about_content .text_part {
    position: absolute;
    top: 55%;
  }

  .about_content .text_part1 p {
    padding: 0 5%;
    font-size: 14px;
    text-align: center;
    color: #f4dcc1;
  }








  /* .toggle-text{
  background-color: #7e1f37;
} */
  .toggle-text {
    display: none;
  }

  .uk-container .toggle-text-button {
    color: #f4dcc1;
    cursor: pointer;
    font-size: 13px;
    text-decoration: underline;
  }

  .uk-container {
    /* width: 60%;
    margin-left: 20%; */
    text-align: center;
  }

  .about_accordion_section .dr_data {
    padding: 10% 0 6% 0;
    border-bottom: 1px solid #f4dcc1;
    margin: 0 5%;
  }

  .about_accordion_section .dr_data h5 {
    font-family: MrsEavesSmallCaps !important;
    margin: 0;
    font-size: 20px;
    font-weight: 100;
    color: #f4dcc1;
  }

  .about_accordion_section .dr_data p {
    font-size: 14px;
    font-weight: 300;
    color: #f4dcc1;
  }

  .first_accordion {
    padding: 10% 0;
  }

  .first_accordion .heading {
    position: relative;
  }

  .first_accordion .heading h1 {
    overflow: hidden;
    color: #465145;
    font-size: 90px;
    margin: 0;
    margin-bottom: 35px;
  }

  .first_accordion .heading h3 {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 30px;
    transform: translate(-50%, -50%);
    margin: 0;
    font-weight: 400;
    color: #f4dcc1;
  }

  .first_accordion .inner_text ul {
    list-style: none;
    padding: 0;
  }

  .first_accordion .inner_text li:first-child {
    border-top: 1px solid #f4dcc149;
  }

  .first_accordion .inner_text li {
    font-size: 13px;
    font-weight: 300;
    color: #f4dcc1;
    padding: 12px 5%;
    border-bottom: 1px solid #f4dcc149;
  }

  .first_accordion .inner_text li p {
    font-size: 13px;
    font-weight: 300;
    color: #f4dcc1;
    margin: 0;
  }

  /* .testimonail_banner {
    position: relative;
  } */

  .testimonial_heading {
    height: 50vh;
    display: flex;
    align-items: end;
    justify-content: center;
  }

  .testimonial_section h2 {
    margin: 0 0 20px 0;
    font-size: 37px;
    font-weight: 400;
    color: #f4dcc1;
    /* border-bottom: 1px solid #f4dcc1; */
    display: inline;
  }

  .services_heading {
    margin-bottom: 25px;
  }

  .services_heading h2 {
    font-size: 37px;
    font-weight: 400;
    color: #f4dcc1;
    /* border-bottom: 1px solid #f4dcc1; */
    display: inline;
  }

  .services_upper {
    text-align: center;
    padding: 10% 0;
  }


  .services_details .heading {
    position: relative;
    padding: 5% 0;
  }

  .services_details {
    padding: 10% 0;
  }

  .services_details .heading h1 {
    overflow: hidden;
    color: #c2949445;
    font-size: 90px;
    margin: 0;
    /* margin-bottom: 35px; */
    border-top: 1px solid #7e1f37;
  }

  .services_details .heading h3 {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 30px;
    transform: translate(-50%, -50%);
    margin: 0;
    font-weight: 400;
    color: #7e1f37;
    width: 100%;
    text-align: center;
  }

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

  .servies_list_data ul li {
    list-style: none;
    padding: 10px 30px;
    border-bottom: 1px solid #7e1f3782;
    color: #7e1f37;
    font-size: 15px;
    font-weight: 400;
  }

  /* .awards_section {
    height: 85vh;
  } */

  .awards_heading {
    padding: 10% 5% 0 5%;
  }

  .awards_section h2 {
    font-size: 35px;
    font-weight: 400;
    color: #f4dcc1;
    display: inline;
  }


  .contact_section .contact_heading {
    position: relative;
    text-align: center;
    padding: 10% 0;
  }

  .contact_section .contact_heading h1 {
    overflow: hidden;
    color: #465145;
    font-size: 90px;
    margin: 0;
  }

  .contact_section .contact_heading h3 {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 30px;
    transform: translate(-50%, -50%);
    margin: 0;
    font-weight: 400;
    color: #f4dcc1;
    width: 100%;
  }















  .wrapper {
    position: relative;
  }

  /* .wrapper:before, .wrapper:after {
    position: absolute;
    top: 0;
    z-index: 1;
    content: "";
    display: block;
    width: 20px;
    height: 100%;
  }
  .wrapper:before {
    left: 0;
    background: linear-gradient(90deg, #222, transparent);
  }
  .wrapper:after {
    right: 0;
    background: linear-gradient(-90deg, #222, transparent);
  }
   */

  .wrapper ul {
    padding: 0;
  }


  .wrapper li {
    list-style: none;
  }


  .items {
    position: relative;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    font-size: 0;
    cursor: pointer;
  }

  .items1 {
    position: relative;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    font-size: 0;
    cursor: pointer;
  }

  .items.active {
    cursor: grab;
  }

  .items1.active {
    cursor: grab;
  }

  .item {
    display: inline-block;
    margin-left: 20px;
    user-select: none;
    background: #f4dcc1;
    width: 85%;
    height: 70vh;
    padding: 5%;
  }

  .item1 {
    display: inline-block;
    margin-left: 20px;
    user-select: none;
    background: #f4dcc1;
    width: 85%;
    height: 70vh;
    padding: 5%;
  }

  .item:last-child {
    margin-right: 20px;
  }

  .item1:last-child {
    margin-right: 20px;
  }

  .item .map {
    text-align: center;
    height: 90vh;
    /* display: flex;
    align-items: center;
    justify-content: center; */
    position: relative;
  }

  .item .map iframe {
    width: 100%;
    height: 70%;
    border: 1px solid #465145;
  }


  .item .logo {
    text-align: center;
  }

  .info_contact .title {
    display: flex;
    align-items: center;
  }

  .title .title_icon {
    margin-right: 15px;
  }

  .title .title_icon svg {
    width: 25px;
  }

  .info_contact .title .heading h5 {
    font-size: 16px;
    color: #465145;
    margin: 0;
  }

  .info_contact .desc {
    margin-left: 37px;
  }

  .info_contact .address,
  .info_contact .timing,
  .info_contact .phone {
    margin-bottom: 25px;
  }

  .info_contact .desc p {
    margin: 0;
    font-size: 15px;
    color: #465145;
  }

  .info_contact .desc p a {
    text-decoration: none;
    font-size: 15px;
    color: #465145;
  }

  .info_contact .timing .desc p span {
    font-size: 15px;
    font-weight: 600;
    color: #465145;
    text-align: left;
  }

  .info_contact {
    margin-top: 30px;
  }

  .book_appointment_btn {
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .book_appointment_btn a {

    text-decoration: none;
    color: #f4dcc1;
    border: 1px solid #f4dcc1;
    padding: 7px 12px;
    border-radius: 20px;
    font-size: 15px;
    margin-top: 30px;
    transition: all 0.3s ease;
  }

  .book_appointment_btn a:hover {

    background-color: #f4dcc1;
    border: 1px solid #f4dcc1;
    color: #334137;
  }





  .hospital_address_section {
    padding: 5%;
  }

  .hospital_address_section .all {
    background-color: #f4dcc1;
    padding: 7% 5%;
  }

  .hospital_address_section h4 {
    font-size: 24px;
    color: #f4dcc1;
    font-weight: 400;
  }

  .hospital_address {
    padding: 12px 0;
    border-bottom: 1px solid #465145;
  }

  .address_title_icon {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .address_title_icon .title h5 {
    color: #465145;
    font-size: 17px;
    font-weight: 600;
    margin: 0;
  }

  .address_title_icon .icon_location img {
    width: 30px;
  }

  .hospital_address .address_desc p {
    font-size: 15px;
    color: #465145;
    font-weight: 500;
  }

  .footer_title {
    text-align: center;
    border-top: 1px solid #f4dcc1;
    border-bottom: 1px solid #f4dcc1;
    padding: 8% 0%;
    margin: 0 5%;
  }

  .footer_title h2 {
    font-family: MrsEavesSmallCaps !important;
    font-size: 25px;
    color: #f4dcc1;
    font-weight: 200;
    margin: 0;
    margin-bottom: 6px;
  }

  .footer_title h4 {
    font-size: 13px;
    color: #f4dcc1b9;
    font-weight: 600;
    margin: 0;
  }

  .footer_desc {
    padding: 7% 5%;
  }

  .footer_desc p {
    color: #f4dcc1b9;
    font-weight: 200;
  }

  .footer_book_btn {
    margin-top: 25px;
  }

  .footer_book_btn a {
    text-decoration: none;
    color: #f4dcc1;
    border: 1px solid #f4dcc1;
    padding: 7px 12px;
    border-radius: 20px;
    font-size: 15px;
    transition: all 0.3s ease;
  }

  .footer_book_btn a:hover {
    background-color: #f4dcc1;
    border: 1px solid #f4dcc1;
    color: #4c5a50;
  }

  .footer_copyright {
    text-align: right;
    border-bottom: 1px solid #f4dcc1;
    margin-top: 50px;
  }

  .footer_copyright p {
    font-size: 14px;
    font-weight: 400;
  }

  .mobile_footer_social_media {
    text-align: right;
    margin-top: 14px;
  }













  .border_span {
    border-bottom: 1px solid #f4dcc1;
    margin: 0 6% 40px 6%;
  }

  .carousel-container {
    width: 95%;
    margin: 0 5%;
    overflow: hidden;
    position: relative;
    touch-action: pan-y;
  }

  .carousel-track {
    display: flex;
    transition: transform 0.5s ease;
  }

  .testimonial_slide .carousel-item {
    flex: 0 0 auto;
    width: 80%;
    margin-right: 15px;
    /* Space between items */
    border: 1px solid #f4dcc18a;
    padding: 7% 7% 15%;
    background-color: #334137;
  }

  .testimonial_slide .client_name h5 {
    font-size: 14px;
    font-weight: 200;
    color: #f4dcc1;
    /* margin: 0; */
    font-style: italic;
  }

  .testimonial_slide .icon img {
    width: 45px;

  }

  .testimonial_slide .review_part p {
    font-size: 15px;
    font-weight: 400;
    color: #f4dcc1;
    margin: 0;
  }

  .nav_buttons {
    margin: 7% 5% 0 5%;
    text-align: right;

  }

  .nav_buttons img {
    width: 35px;
    height: 35px;
  }







  .awards_slider {
    padding-bottom: 40px;
  }

  .awards_slider .carousel-container {
    margin: 0;
  }

  .awards_slider .carousel-item1 {
    flex: 0 0 auto;
    border-right: 1px solid #f4dcc18a;
    padding: 15% 7% 5% 7%;
    background-color: transparent;
  }

  .awards_slider .first_award {
    width: 90%;
  }

  .awards_slider .third_award {
    width: 85%;
  }

  .awards_slider .fourth_award {
    width: 92%;
  }

  .awards_slider .ninth_award {
    width: 95%;
  }

  .awards_slider .award_image img {
    width: 100%;
    height: 280px;
    object-fit: contain;
  }

  .awards_slider .award_title h5 {
    color: #f4dcc1;
    font-size: 17px;
    font-weight: 400;
  }

  .awards_slider .award_title a {
    color: #f4dcc1;
    font-size: 17px;
    font-weight: 500;
  }

  .awards_slider .award_location p {
    color: #f4dcc1;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
  }

  .awards_slider .award_read_more {
    margin-top: -20px;
  }

  .awards_slider .award_read_more a {
    color: #f4dcc1;
    font-size: 11px;
    font-weight: 400;
    margin: 0;
  }





  .gallery_slider {
    position: relative;
  }

  .gallery_slider .carousel-container {
    margin: 0;
    width: 100%;
  }

  .gallery_slider .carousel-item2 {
    flex: 0 0 auto;
    width: 100%;
    /* margin-right: 15px; */
    /* Space between items */
    /* border-right: 1px solid #f4dcc18a; */
    padding: 0;
    background-color: transparent;
  }

  .gallery_slider .gallery_image img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
  }

  .gallery_slider .title {
    position: absolute;
    top: 40%;
    left: 5%;
    transform: translate(0%, 50%);
    border-bottom: 1px solid #f4dcc1;
    width: 90%;
    z-index: 99999;
  }

  .gallery_slider .title h3 {
    font-size: 25px;
    color: #f4dcc1;
    font-weight: 400;
    margin: 0;
    margin-bottom: 10px;
  }

  .gallery_slider .nav_buttons {
    position: absolute;
    top: 55%;
    left: 5%;
    transform: translate(0%, 50%);
    width: 90%;
    z-index: 99999;
    text-align: center;
    margin: 0;
  }

  .gallery_slider .nav_buttons img {
    width: 40px;
    height: 40px;
  }









  .contact_details .carousel-container {
    margin: 0;
    width: 100%;
  }

  .contact_details .carousel-item3 {
    flex: 0 0 auto;
    width: 85%;
    margin-left: 20px;
    padding: 8% 5%;
    background-color: #f4dcc1;
  }

  .contact_details .map_box {
    height: 100%;
    display: flex;
    align-items: center;
  }

  .contact_details .map_box iframe {
    width: 100%;
    height: 300px;
    margin-top: -50px;
    border: none;
  }

  .contact_details .map {
    position: relative;
    width: 100%;
  }

  .map_icon img {
    width: 45px;
    position: absolute;
    top: -75px;
    right: 10px;
  }

  .carousel_box .logo {
    /* text-align: center; */
  }


  .carousel_box .logo .favicon_logo {
    /* display: flex; */
  }

  .carousel_box .logo .favicon_logo img {
    width: 40px !important;
  }

  .carousel_box .logo .logo_main_text {
    margin-left: 10px
  }

  .carousel_box .logo .logo_main_text h3 {
    margin: 0;
    font-family: MrsEavesSmallCaps !important;
    color: #334137;
    font-weight: 100;
    font-size: 19px;
  }






  .my-carousel-container14 {
    display: flex;
  }

  .my-carousel-track14 {
    display: flex;
    transition: transform 0.3s ease;
  }

  .my-carousel-item14 {
    flex: 0 0 auto;
    width: 100%;
    /* height: 200px; */
    /* background-color: #ccc; */
    /* Adjust background color as needed */
    display: flex;
    justify-content: start;
    align-items: center;
    /* font-size: 24px; */
    /* margin-right: 15px;
    margin-left: 15px; */
    /* border-right: 1px solid #f4dcc159; */
    padding: 0;
    /* Adjust margin as needed */
  }

  .my-prev-btn14,
  .my-next-btn14 {
    margin-top: 10px;
  }

  /* button {
  margin-top: 10px;
} */



  /* @media screen and (min-width: 500px) {
    .item {
      width: 33%;
    }
  }
  @media screen and (min-width: 800px) {
    .item {
      width: 25%;
    }
  }
  @media screen and (min-width: 1200px) {
    .wrapper {
      margin-left: -20px;
    }
  
    .item {
      width: 20%;
    }
  } */


  .map_btn {
    margin-top: 20px;
  }

  .map_btn a {
    text-decoration: none;
    color: #334137;
    border: 1px solid #334137;
    padding: 5px 10px;
    border-radius: 20px;
    font-size: 15px;
    transition: all 0.3s ease;
  }

  .map_btn a:hover {
    background-color: #334137;
    border: 1px solid #334137;
    color: #f4dcc1;
  }

}