html {
	scroll-behavior: smooth;
    line-height: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#body {
    letter-spacing: normal;
    word-spacing: normal;
	font-size: 15px;
	font-family: 'Poppins', sans-serif;
	color:#000000b3;
	text-align:inherit;
}

#toptop {
    /*position: sticky;*/
    background-color: white;
    box-shadow: 0px 0px 3px -2px black;
    top: 0;
    z-index: 700;
}

#logo {
    width: 40%;
}

#pad {
	padding-bottom:80px;
	padding-top:80px;
}

#logo_area {
    padding-top: 10px;
    padding-bottom: 6px;
	background-color:black;
}

.navbar-nav .nav-link {
	margin-right:18px;
	position:relative;
	top:-12px;
	font-family:inherit;
	font-size:15px;
	color:white;
}

#cart_list {
    font-size: 20px;
	position: relative;
    top: 0;
	color:white;
}

#cart_list li {
	display:inline-block;
	padding-right:30px;
	float:right;
}

#index_head {
    font-family: inherit;
    font-size: 40px;
    font-weight: lighter;
	text-transform:capitalize;
}

#index_text_cnt {
    position: relative;
    top: 70px;
}

.carousel .carousel-item {
	height:700px;
	width:100%;
}

.carousel-item img {
	position: absolute;
    object-fit: cover;
    top: 0;
    left: 0;
    height: 700px;
}

#why {
    background-color: black;
    color: white;
	margin-top: -1px;
}

#whytext {
    font-size: 30px;
    font-family: inherit;
}

#galllery_img {
    height: 350px;
    width: 100%;
    object-fit: cover;
}

.zoom {
   /*padding: 50px;*/
    /* background-color: green; */
    transition: transform .2s;
    /* width: 200px; */
    height: auto;
    margin: 0 auto;
}

.zoom:hover {
 transform: scale(1.1); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
  transition:all 1s ease;
}

#servvv_img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

#serv_ttl {
    position: relative;
    top: -60px;
    width: 80%;
    z-index: 123;
    color: white;
    padding: 10px;
    background-color: #0000009e;
}

#cart_list li a {
	text-decoration:none;
}

#badge {
    background-color: black;
    color: white;
    font-size: 9px;
    padding: 5px;
    border-radius: 100%;
    position: relative;
    bottom: 15px;
    right: 5px;
}

a#appt {
    border: 1px solid white;
	border-radius:50px;
	color:white;
}

a#appt:hover {
    border: 1px solid white;
	border-radius:50px;
	background-color:white;
	color:black;
}

#featured_prdts {
    font-size: 30px;
	font-family:inherit;
}

.prodt_cnt {
    background-color: #f8f8f8;
    padding: 35px;
    border-radius: 5px;
}

#prdt_price {
    font-weight: lighter;
}

#cart_btn {
    background-color: #d8bd67;
    color: white;
    border-radius: 50px;
}

#prdt_img {
    height: 220px;
    width: 100%;
    object-fit: contain;
	margin-bottom: 15px;
}

footer {
    background-color: black;
	color:white;
}

#footer_head {
    font-family: inherit;
    font-size: 20px;
    margin-bottom: 40px;
}

#footer_list li {
	padding-bottom:5px;
}

#footer_list li a {
	text-decoration:none;
}

#footer_list_soc li {
	display:inline-block;
	padding-right:40px;
}

#footer_list_soc li:hover {
	color:#d8bd67;
}

#tm {
    color: #ffffff9e;
    position: relative;
    bottom: 40px;
    font-size: 14px;
}

.faq_row_cnt {
    width: 70%;
    margin: auto;
}

#exampleModal {
    background-color: #0000008a;
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    color: var(--bs-modal-color);
    pointer-events: auto;
    background-color: transparent;
    background-clip: padding-box;
    border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
    border-radius: var(--bs-modal-border-radius);
    outline: 0;
}


.modal-footer {
    display: flex;
    flex-shrink: 0;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap)* .5);
    background-color: none;
    /* border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color); */
    /* border-bottom-right-radius: var(--bs-modal-inner-border-radius); */
    border-bottom-left-radius: var(--bs-modal-inner-border-radius);
	border-top: none;
	display:none;
}

.modal-title {
    margin-bottom: 0;
    display: none;
    line-height: var(--bs-modal-title-line-height);
}

.modal-header .btn-close {
    background-color: white;
    padding: calc(var(--bs-modal-header-padding-y)* .5) calc(var(--bs-modal-header-padding-x)* .5);
    margin: calc(-.5* var(--bs-modal-header-padding-y)) calc(-.5* var(--bs-modal-header-padding-x)) calc(-.5* var(--bs-modal-header-padding-y)) auto;
}

.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: var(--bs-modal-header-padding);
    border-bottom: none;
    border-top-left-radius: var(--bs-modal-inner-border-radius);
    border-top-right-radius: var(--bs-modal-inner-border-radius);
}

#page_heads {
    font-family: inherit;
    font-size: 35px;
}

a#pkupbtn {
    background-color: white;
    color: black;
    border-radius: 100px;
}

#pkupbtn2 {
    color: white;
    border: 1px solid white;
    border-radius: 50px;
}

#gallerybtn {
    color: black;
    border: 1px solid black;
    border-radius: 50px;
}

#gallerybtn:hover {
    color: white;
    border: 1px solid #d8bd67;
    border-radius: 50px;
	background-color:#d8bd67;
}

#pkupbtn2:hover {
    color: white;
    border: 1px solid #d8bd67;
    border-radius: 50px;
	background-color:#d8bd67;
}

#cats_list li {
	padding-bottom:20px;
}

#cats_list li a {
	text-decoration:none;
	text-transform:capitalize;
}

#empty_cat {
    background-color: #00000075;
    color: white;
    padding: 10px;
    text-align: center;
    font-size: 20px;
}

#ttl_cat_prdt {
    float: right;
    color: #0000004a;
}

#toptop li {
	position:relative;
	top:25px;
}

#prdt_dtl_name {
    font-family: inherit;
	margin-bottom:0;
	font-size:30px;
}

#prdt_dtl_price {
    font-size: 20px;
    font-style: italic;
}

.fashare2 {
    width: 70px;
    text-align: center;
    padding: 7px;
    color: white;
    border-radius: 3px;
    font-size: 12px;
}

#danger {
    position: fixed;
    width: 100%;
    z-index: 700;
}

.imgg:hover {
	-webkit-filter: brightness(50%);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

.tems:after {
  content:"";
  display:block;
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
  opacity: 0.5;
  background-image: linear-gradient(360deg, #010101 40%, #01010100 100%);
}

#carocaro {
    color: white;
    z-index: 1;
   /* margin-bottom: 50px;*/
   margin-bottom: 200px;
}

#booking_bg {
    background-image: linear-gradient(rgb(0 0 0 / 71%), rgb(35 31 32 / 85%)), url(../images/appointment_bg.jpg);
    padding: 0;
    background-position: center;
    background-size: cover;
    color: white;
	background-attachment:fixed;
}

#book_bttn {
    background-color: white;
    color: black;
}

.bookform_field {
    height: 50px;
    border-radius: 20px;
}

#book_bttn {
    background-color: transparent;
    color: white;
    border: 1px solid white;
    border-radius: 20px;
    margin: auto;
    position: absolute;
    right: 0;
    width: 30%;
    left: 0;
}

#book_bttn:hover {
	background-color:white;
	color:black;
}

#mob_prdt_img {
    width: 100%;
    height: 250px;
    object-fit: fill;
}

#gallery_img_img {
    width: 100%;
    height: 245px;
    object-fit: cover;
    border: 1px solid white;
    border-radius: 5px;
    object-position: top;
}

#abt_banner {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

#goal_head {
    text-decoration: underline;
    margin-bottom: 0;
	font-size: 20px;
}

#golas_cnt {
	margin-bottom:20px;
}

#main_goal_cont {
    width: 70%;
    margin: auto;
}

#empty_image {
    width: 30%;
    margin: auto;
}

#checkout_form {
    width: 70%;
    margin: auto;
}

.chkout_btn {
    color: white;
    border: 1px solid white;
    border-radius: 30px;
    position: relative;
    top: 30px;
}

.chkout_btn:hover {
	background-color:white;
	color:black;
}

#succ {
    font-size: 80px;
    border: 1px solid #dac16c;
    padding: 35px;
    border-radius: 100%;
}

#mob_cart {
	display:none;
}

#serv_servc {
    position: relative;
    bottom: 30px;
}

#brands_imgs {
    width: 85%;
    height: 100px;
    object-fit: contain;
}

#igtext {
    font-size: 16px;
    position: relative;
    bottom: 20px;
}

#goals-imgz {
    height: 70px;
    width: 12%;
    margin-right: 15px;
}

#map {
	width:100%;
	height:350px;
	border-radius:10px;
}
	

@media screen and (max-width: 990px) {
.navbar-nav .nav-link {
        color: white !important;
        margin-right: 0;
        position: relative;
        top: 0;
        text-transform: uppercase;
        font-family: inherit;
        font-weight: bold;
        font-size: 14px;
        background-color: black;
        padding: 10px;
        margin: 1px;
		float:right;
}

button.navbar-toggler {
   position: absolute;
   right: 0;
   top: -70px;
   background-color: black;
   border: none;
   color: white;
   border-radius: 0;
   padding: 11px;
   font-size: 13px;
}

.bigdisplaynone {
	display:none;
}

#logo {
    width: 10%;
}

#logo_area {
    padding-top: 10px;
    padding-bottom: 0;
}

#book_bttn {
    background-color: transparent;
    color: white;
    border: 1px solid white;
    border-radius: 20px;
    margin: auto;
    position: absolute;
    right: 0;
    width: 50%;
    left: 0;
}

#main_goal_cont {
    width: 100%;
    margin: auto;
}

#checkout_form {
    width: 100%;
    margin: auto;
}

#mob_cart {
    position: fixed;
    bottom: 80px;
    right: 20px;
    z-index: 99;
    font-size: 18px;
    border: none;
    color: black;
    outline: none;
    background-color: white;
    color: black;
    cursor: pointer;
    border-radius: 10px;
    width: 60px;
    padding: 10px;
	display:inline-block;
}

a#pkupbtn {
    background-color: white;
    color: black !important;
    border-radius: 100px;
}

#gallery_img_img {
    width: 100%;
    height: 205px;
    object-fit: cover;
    border: 1px solid white;
    border-radius: 5px;
    object-position: top;
}
}

@media screen and (max-width: 768px) {
#index_text_cnt {
    position: relative;
    top: 0;
}

.faq_row_cnt {
    width: 100%;
    margin: auto;
}

.navbar-nav .nav-link {
        color: white !important;
        margin-right: 0;
        position: relative;
        top: 0;
        text-transform: uppercase;
        font-family: inherit;
        font-weight: bold;
        font-size: 14px;
        background-color: black;
        padding: 10px;
        margin: 1px;
		float:right;
}

button.navbar-toggler {
   position: absolute;
   right: 0;
   top: -50px;
   background-color: black;
   border: none;
   color: white;
   border-radius: 0;
   padding: 11px;
   font-size: 13px;
}

.bigdisplaynone {
	display:none;
}

#logo {
	width: 22%;
}

.col-xs-6 {
	width:50%;
}

#cats_list {
	list-style: none;
    white-space: nowrap;
    overflow-x: auto;
    width:100%; /* <  uncomment to check with fix width*/
	text-align:center;
}

#cats_list li {
	display:inline-block;
	padding-right:40px;
}

#galllery_img {
    height: 150px;
    width: 100%;
    object-fit: cover;
}

#empty_cat {
    background-color: #00000075;
    color: white;
    padding: 10px;
    text-align: center;
    font-size: 20px;
    width: 95%;
    margin: auto;
}

#toptop li {
	position:relative;
	top:0;
}

#logo_area {
    padding-top: 10px;
    padding-bottom: 0;
}

#index_head {
    font-family: inherit;
    font-size: 20px;
}

.carousel .carousel-item {
	height:300px;
	width:100%;
}

.carousel-item img {
	position: absolute;
    object-fit: cover;
    top: 0;
    left: 0;
    height: 300px;
}

#book_bttn {
    background-color: transparent;
    color: white;
    border: 1px solid white;
    border-radius: 20px;
    margin: auto;
    position: absolute;
    right: 0;
    width: 50%;
    left: 0;
}

#abt_banner {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

#main_goal_cont {
    width: 100%;
    margin: auto;
}

#empty_image {
    width: 50%;
    margin: auto;
}

#checkout_form {
    width: 100%;
    margin: auto;
}

#mob_cart {
    position: fixed;
    bottom: 80px;
    right: 20px;
    z-index: 99;
    font-size: 18px;
    border: none;
    color: black;
    outline: none;
    background-color: white;
    color: black;
    cursor: pointer;
    border-radius: 10px;
    width: 60px;
    padding: 10px;
	display:inline-block;
}

a#pkupbtn {
    background-color: white;
    color: black !important;
    border-radius: 100px;
}

#brands_imgs {
  width: 100%;
  height: 50px;
  object-fit: contain;
}

.col-xs-33 {
	width:33.333%;
}

.col-center-small {
	text-align:center;
}

#carocaro {
    color: white;
    z-index: 1;
   margin-bottom: 50px;
}

#gallery_img_img {
    width: 100%;
        height: 100px;
        object-fit: cover;
        border: 1px solid white;
        border-radius: 5px;
        object-position: top;
}

#goals-imgz {
    width: 17%;
    margin-right: 10px;
	height: 80px;
}

#footer_head {
    font-family: inherit;
    font-size: 20px;
    margin-bottom: 20px;
}

#footer_list_soc li {
	display:inline-block;
	padding-right:0;
	padding:20px;
}










}