@charset "utf-8";
/* CSS Document */ 

* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; margin:0; padding:0; }
*:before, *:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
body { margin:0; padding:0; font-family: 'Poppins', sans-serif; font-weight: 400; -webkit-overflow-scrolling: touch;}

:focus { outline:none;}
ul, li, ol { list-style:none; padding: 0; margin: 0;}
a { text-decoration:none; -webkit-transition:0.5s; color: #494949; transition:0.5s;}
input[type="button"],input[type="submit"] { text-decoration:none; -webkit-transition:0.5s; transition:0.5s;}
a:hover{color:#0072ca; text-decoration: none; outline: none;}
a:focus {text-decoration: none; outline: none;}
a img, img { border:none; vertical-align:middle; max-width:100%; width:auto}

h1, h2, h3, h4, h5, h6 {font-family: 'Poppins', sans-serif; font-weight: 700;  margin: 0px; padding: 0px; color: #000;}
p {font-family: 'Poppins', sans-serif;   font-weight: 400;    color: #343537;    font-size: 16px;    line-height: 25px;    margin-bottom: 15px;}

:before, :after { -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box }


input,
button,
select,
textarea { font-family: inherit; font-size: inherit; line-height: inherit; }

button, 
html input[type="button"], 
input[type="reset"], 
input[type="submit"] { -webkit-appearance: button; cursor: pointer;  outline: none !important; text-decoration: none !important;}

button::-moz-focus-inner, 
input::-moz-focus-inner {  padding: 0;  border: 0; }

input[type="checkbox"], 
input[type="radio"] { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 0; }

input[type="search"],
input[type="text"],
textarea { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-appearance: textfield; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {  -webkit-appearance: none;}

table { border-spacing: 0; border-collapse: collapse; }

.row:before, .row:after {display: inline-block !important;}

.container {max-width: 1260px; width: 100%; margin:0 auto;}
.container:before, .container:after { display:table; content:"";}
.container:after { clear:both;}


a.menu-icon { display:none; height:auto; padding:7px 0 7px 0; width:40px; background:rgba(0,0,0,0.2);}
a.menu-icon span { display:block; margin:4px 10px; background:#fff; height:3px;}

.bg {background-size: cover; background-position: center center;  background-repeat: no-repeat;}

.btn.btn-yellow {
	background: #FFB247;
	padding: 0px 10px;
	color: #000;
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	box-shadow: none !important;
	border-radius: 5px;
}
.slider .btn.btn-yellow {
    padding: 0px 10px;
}
.custom-select {
	font-weight: 400;
	font-size: 16px;
	color: #000;
	padding: 10px 15px;
	height: auto;
	box-shadow: none !important;
	border: 1px solid #ccc !important;
	padding-right: 50px;
	background-color: #fff;
}

.form-control {
	font-weight: 400;
	font-size: 16px;
	color: #000;
	/* padding: 10px 15px; */
	height: auto;
	box-shadow: none !important;
	border: 1px solid #ccc !important;
}
textarea.form-control {
	height: 120px;
}

#header {}
#header .header-block {background: #172d44;		position: fixed;	width: 100%;	left: 0px;	top: 0px !important; z-index: 111;}
#header .header-box {display: flex;	align-items: center; justify-content: space-between; padding: 10px 0px;}
#header .logo-box a {display: flex;	align-items: center;}
#header .logo-box a img {width: 100%;	max-width: 60px; margin-right: 15px;}
#header .logo_content {color: #fff;	margin: 0px; letter-spacing: 1px;}

#nav {}
#nav ul {}
#nav ul li {display: inline-flex;	position: relative;	margin: 0px 10px;	padding: 0px 10px;}
#nav ul li a {font-size: 16px;	color: #FFB247;	text-transform: capitalize;	letter-spacing: 0.5px;}
#nav ul li:first-child {margin-left: 0px; padding-left: 0px;}
#nav ul li:last-child {margin-right: 0px; padding-right: 0px;}
#nav ul .dropdown-li{display: none !important;}


#filters {}
#filters .filters-block {z-index: 110;	background: #fff;	border-top: 1px solid #ccc;	border-bottom: 1px solid #ccc;	position: fixed; width: 100%;	left: 0px;}
#filters .filters-block .filters-box {padding: 10px 0px;}
#filters .filterstabs_box ul {margin: 0px !important;	padding: 0 !important;	border: 1px solid #ccc;	display: flex;	border-left: 0px !important;	width: 81px;	flex-wrap: nowrap;}
#filters .filterstabs_box ul li {margin: 0px !important;	padding: 0 !important;	border: none !important;}
#filters .filterstabs_box ul li a {margin: 0px !important;	border: none !important;	background: #fff !important;	border-radius: 0px !important;	text-align: center;	display: block;	border-left: 1px solid #ccc !important;	width: 40px;	height: 40px;	font-size: 20px;	color: #000 !important;	padding: 5px 0px !important;}
#filters .filterstabs_box ul li a.active {background: #172d44 !important;	color: #FFB247 !important;}
#filters .filterstabs_box {display: flex;	align-items: center;}
#filters .search-box {margin-left: 30px;}
#filters .col-md-3 {-ms-flex: 0 0 23.3333%;	flex: 0 0 23.3333%;	max-width: 23.3333%;}
#filters .col-md-3:last-child {-ms-flex: 0 0 30%;	flex: 0 0 30%;	max-width: 30%;}


#appointment {}
#appointment .appointment-block {padding-bottom: 30px;}
#appointment #grid .col-md-3 {margin-top: 30px;}
#appointment #grid .appointment_box {width: 100%;	height: 100%;	box-shadow: 0 0 4px #ccc;	border-radius: 10px;	overflow: hidden; position: relative;}
#appointment #grid .appointment_img {width: 100%;	height: 200px;	position: relative;	overflow: hidden;}
#appointment #grid .appointment_img img {min-height: 100%;	max-width: 150%;	position: absolute;	top: 50%;	left: 50%;	transform: translate(-50%, -50%) scale(1);	transition-duration: 700ms;}
#appointment #grid .appointment_img:hover img {transform: translate(-50%, -50%) scale(1.2);	transition-duration: 700ms;}
#appointment #grid .appointment_content {padding: 20px;	text-align: center;	padding-bottom: 50px; height: 12rem;}
#appointment #grid .button_box {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0px;
}
#appointment .appointment_content h4 {font-size: 20px;	margin-bottom: 15px;	font-weight: 600;}
#appointment .appointmentlist-box {width: 100%;	height: 100%;	box-shadow: 0 0 4px #ccc;	padding: 15px;	position: relative;	border-radius: 10px;	overflow: hidden;	padding-right: 180px;	margin-top: 30px;}
#appointment #list .appointment_img {width: 100%;	height: 100%;	overflow: hidden;	position: relative;	border-radius: 10px;	min-height: 200px;}
#appointment #list .appointment_img img {min-height: 100%;	max-width: 150%;	position: absolute;	top: 50%;	left: 50%;	transform: translate(-50%, -50%) scale(1);	transition-duration: 700ms;}
#appointment #list .appointment_img:hover img {transform: translate(-50%, -50%) scale(1.2);	transition-duration: 700ms;}
#appointment #list .button_box {position: absolute;	right: 15px;	top: 50%;	transform: translate(0%, -50%);}
#appointment #list .btn.btn-yellow {padding: 0px 20px;	border-radius: 70px;}

.form-control, .custom-select {box-shadow: none !important;}

#footer {font-size: small;}
#footer {font-size: small;}
 
#footer .footer-block {background: #172d44;	padding: 20px 0 0 0;}
#footer .footer-logo {margin-bottom: 15px;}
#footer .footer-logo img {max-width: 60px}
 
#footer .footer_box h4 {color: #fff;	text-transform: uppercase;	font-size: 22px;	margin-bottom: 20px;}
#footer .footer_info p {color: #ccc;	margin: 0px;	text-align: justify;	max-width: 97%;}
#footer .footer_box.links ul li {position: relative;	padding-left: 35px;	padding-bottom: 6px;}
#footer .footer_box.links ul li::after {display: block;	position: absolute;	left: 0px;	top: -5px;	border-radius: 50%;	content: ' \2192';	font-size: 22px;	color: #ccc !important;}
/* #footer .footer_box.links ul li a {color: #ccc !important;	font-size: 16px;} */
#footer .footer_box.links ul li a {color: #ccc !important;	font-size: small;}
#footer .footer_box .form-control {height: auto;	padding: 10px 15px;}
#footer .footer_box.social ul li {border: 2px solid #ccc;	color: #ccc !important;	padding: 0px;	border-radius: 50%;	width: 50px;	height: 50px;	text-align: center;	margin-right: 10px;}
#footer .footer_box.social ul li a {color: #ccc !important;	font-size: 22px !important;	padding: 7px 0px !important;	display: block;}
#footer .footer_box.social ul li:last-child {margin-right: 0px;}
#footer #basicaddon {background: #FFB247 !important;	color: #000;	font-weight: 700;	font-size: 16px;}
#footer .copyright_box {padding: 10px 0px;	border-top: 1px solid #FFB247;	margin-top: 20px;}
#footer .copyright_box p {text-align: center;	margin: 0px;	color: #ccc;	font-weight: 500;	font-size: 15px;	letter-spacing: 0.5px;}





.stap_form-block {
	padding: 60px 0px;
}
.stap_form-block #main{
	padding: 10px;
}
.stap_form-block #main .wrapper{
	max-width: 100%;
	margin: 0px;
}
#book-appointment-wizard {
	border-radius: 10px !important;
	overflow: hidden;
	box-shadow: 0 0 4px #ccc !important;
}
#book-appointment-wizard #header{
	display: flex;
	align-items: center;
}
#book-appointment-wizard #steps{
	width: auto !important;
}

.btn-dark {
	color: #000 !important;
	background-color: #ffb247 !important;
	border-color: #ffb247 !important;
}

.btn-outline-secondary {
	color: #000;
	border-color: #ffb247;
}

.btn-outline-secondary:hover {
	color: #000 !important;
	background-color: #ffb247 !important;
	border-color: #ffb247 !important;
}

.btn {box-shadow: none !important;}


#book-appointment-wizard #header {
	overflow: auto;
	height: auto;
	padding: 15px;
	background: #172d44 !important;
}
body .ui-widget.ui-widget-content {
	border: 1px solid #172d44;
}
body .ui-datepicker .ui-widget-header {
	border: none;
	background: #172d44;
	border-radius: 0;
}

body .ui-datepicker th {
	background: #172d44;
	color: #fff;
}
body .ui-datepicker td a, body .ui-datepicker td span {	color: #172d44 !important;
}
html body .ui-datepicker td a.ui-state-active {
	background: #FFB247 !important;
}

#book-appointment-wizard #available-hours .selected-hour {
	background-color: #172d44;
	border-color: #172d44;
	color: #fff;
}
body .ui-datepicker td a.ui-state-highlight {
	background: #172d44 !important;
	border-radius: 67px;
	color: #fff !important;
	width: 24px;
	height: 24px;
	line-height: 1.2;
	margin: 4px;
}

#book-appointment-wizard .book-step {
	background: #FFB247 !important;
}
#book-appointment-wizard .book-step strong {
	color: #fff !important;
}

#book-appointment-wizard .book-step strong {
	color: #ffb247;
}
#book-appointment-wizard .active-step  {
	background-color: #fff !important;
}
#book-appointment-wizard .active-step strong {
	color: #FFB247 !important;
	font-size: 21px;
}

.btn-success {
	color: #fff;
	background-color: #172d44;
	border-color: #172d44;
}
.btn-success:hover {
	color: #fff;
	background-color: #172d44;
	border-color: #172d44;
}

.btn.btn-success.btn-large:focus {
	color: #000;
	background-color: #ffb247;
	border-color: #ffb247;
}

.frame-container h4 {
	color: #000;
	margin-bottom: 15px;
	font-size: 20px;
}
#book-appointment-wizard .frame-container .frame-title {
	font-weight: 500;
	text-align: center;
	margin-bottom: 30px;
	color: #FFB247;
	font-size: 28px;
}

#book-appointment-wizard #company-name {
	display: inline-block;
	float: left;
	margin: 10px 0px;
	font-size: 20px;
}

.wrapper {
	min-height: auto !important;
}


#thankyou {
	padding: 30px 0px 30px 0px
}

#thankyou #success-frame {
	border: none !important;
	box-shadow: 0 0 4px #ccc;
	border-radius: 10px;
	max-width: 870px;
	width: 100%;
	margin: 0 auto !important;
	padding: 40px 15px !important;
}

#thankyou h3 {
	font-size: 24px;
	margin-bottom: 10px;
}

#shop_detail .shop_detail_block {
    padding: 60px 0px;
}
#shop_detail .col-md-3 {
    margin-top: 30px;
}

.gallary_img {
    border: 1px solid #ccc;
    border-radius: 10px;
    overflow: hidden;
    width: 100%;
    height: 180px;
    position: relative;
}

.gallary_img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    max-width: 150%;
}

#page_wapper{
	margin-top: 5rem;
}

.home-1 .images{
	gap: 2rem;
}

.home-1 .images img{
	width: 6rem;
}

.home-1 #home-form{
	width: 60%;
}

.home-3 .answers img{
	width: 3rem;
}

.home-3 .answers > div{
	display: flex;
	align-items: center;
        margin-bottom: 1rem;
	/* gap: 1rem; */
}
.home-3 .answers > div > * + * {
	margin-left: 1rem;
}

#page_wapper .home-section{
	/* height: calc(100vh - 5rem); */
	position: relative;
}
#page_wapper .home-1{
        /*height: calc(100vh - 5rem);*/
	height: max(600px, calc(100vh - 5rem));
	height: max(600px, calc(100vh - 5rem));
}

#page_wapper .home-section > img{
	width: 100% !important;
}

.slider {
	width: 100%;
	display: flex;
	align-items: center;
}

.slider > .btn{
	font-size: 30px;
}

.h1, h1{
	font-size: min(40px, 8vw);
}

.swiper{
	flex: 1;
}

.swiper .swiper-wrapper .swiper-slide {
	width: calc(100% / 3);
}

.slider .appointment_box{
	height: 14rem;
	border-radius: 10%;
	overflow: hidden;
	margin: 20px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.slider .appointment_box .appointment_img{
	height: 6rem;
	background-color: black;
	border-bottom: 1px solid rgba(152, 152, 152, 0.251);
}

.slider .appointment_box .appointment_img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.slider .appointment_box .appointment_content{
	height: 5rem;
	padding: 5px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	overflow: hidden;
	margin-top: 0;
	background-color: white;
}

.slider .appointment_box .appointment_content *{
	font-size: 80%;
	line-height: 14pt;
}

.slider .appointment_box .button_box a{
	height: 3rem;
}
.filters-box .filter-btn{
	display: none !important;
	text-align: center;
        text-align: center;
}
#filterModal .row{
	gap: 1rem;
}
.modal .modal-header{
	background-color: #172d44;
}
.modal .modal-header *{
	color: white;
}
input[type='radio']:checked {
    accent-color: #b5884a;
}
.fc-unthemed .fc-content, .fc-unthemed .fc-divider,
.fc-unthemed .fc-list-heading td, .fc-unthemed .fc-list-view,
.fc-unthemed .fc-popover, .fc-unthemed .fc-row,
.fc-unthemed tbody, .fc-unthemed td, .fc-unthemed th, .fc-unthemed thead {
	font-size: min(2.7vw, 14px);
}
.dataTables_processing{
	display: inline;
    padding: 6px 20px;
    background: #FFB247;
    color: white;
    border-radius: 20px;
    position: absolute;
    top: 170px;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 11;
}
.dataTables_empty{text-align: center;padding: 3rem !important;padding: 3rem !important;}
.dataTables_paginate a{
	background-color: #FFB247;
    padding: 5px 10px;
    cursor: pointer;
	margin-right: 5px;
}
.dataTables_paginate a:hover{
	background-color: #b5884a;
}

.authmodel .modal-dialog {
	max-width: 500px;
	position: absolute !important;
	top: 50% !important;
	left: 50% !important;
	transform: translate(-50%, -50%) !important;
	margin: 0 !important;
	padding: 0 !important;
	width: calc(100% - 40px) !important;
	background-color: transparent !important;
}
.authmodel .close-model {
	position: absolute;
	top: -14px;
	right: -14px;
	background-color: #ffb247;
	width: 46px;
	height: 46px;
	border-radius: 50%;
	text-align: center;
	line-height: 46px;
	font-size: 21px;
	color: #fff;
	z-index: 111111;
	pointer-events: all !important;
	border: none !important;
}
.authmodel .modal-dialog .modal-content {
	padding: 20px;
	background-color: #fff;
	border-radius: 23px;
}
.authmodel .modal-body {
	max-height: 80vh;
	width: 100%;
	overflow-y: auto;
}
.authmodel .modal-dialog .modal-body h4 {
	font-size: 20px;
	color: #000;
	margin-bottom: 15px;
}

.authmodel .modal-dialog .form-group.input_icons {
	position: relative;
}
.authmodel #pssfild_login {
	position: relative;
}
.authmodel .form-group #password {
	padding-right: 55px;
}
.authmodel .modal-dialog .svg-inline--fa {
	position: absolute;
	top: 11px;
	left: 15px;
	font-size: 20px;
	color: red;
}
.authmodel .pass_icons {
	position: absolute;
	top: 1px;
	right: 1px;
	font-size: 25px;
	height: 50px;
	width: 50px;
	text-align: center;
	cursor: pointer;
}
.authmodel .modal-dialog i, 
.authmodel .modal-dialog .svg-inline--fa {
	position: absolute;
	top: 13px;
	left: 15px;
	font-size: 20px;
	color: #ffb247;
}

.authmodel i, 
.authmodel .svg-inline--fa {
	position: absolute;
	top: 13px;
	left: 15px;
	font-size: 20px;
	color: #ffb247;
}

.authmodel .modal-dialog .button_box {
	margin: 20px 0px;
	justify-content: space-between;
	align-items: center;
	display: flex;
}

.authmodel .modal-dialog .modal-body p {
	font-weight: 400;
	font-size: 16px;
	color: #757575;
	text-align: center;
}
.authmodel .modal-dialog .modal-body p a {
	text-decoration: underline;
	font-weight: 400;
	font-size: 16px;
	color: #172d44;
}
.authmodel .modal-dialog .button_box .link {
	display: inline-block;
	text-decoration: underline;
	font-weight: 400;
	font-size: 16px;
	color: #172d44;
	margin: 0;
	padding: 0;
}
.authmodel .modal-dialog .form-control {
	font-weight: 400;
	font-size: 16px;
	color: #000;
	padding: 10px 15px;
	height: auto;
	box-shadow: none !important;
	border: 1px solid #ccc;
}
.authmodel .modal-dialog .input_icons .form-control {
	padding: 10px 15px 10px 50px;
}
.authmodel .close-model .svg-inline--fa {
	position: relative;
	top: auto;
	left: auto;
	color: #000 !important;
}

.authmodel .modal-dialog .btn.btn-yellow {
	background: #FFB247;
	padding: 9px 20px;
	color: #000;
	line-height: normal;
	font-size: 16px;
	height: auto;
	font-weight: 500;
	box-shadow: none !important;
	min-width: 120px;
}
.form-group {
	position: relative;
	margin-bottom: 20px;
}
.authmodel #pssfild .pass_icons {
	top: 32px;
}


.content-title {
	padding-bottom: 30px;
}
.content-title h1 {
	position: relative;
	font-size: 25px;
	padding-bottom: 12px;
}
.content-title h1::after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	background: #ffb247;
	width: 70px;
	height: 4px;
}
#contactus .contactus-block {
	padding: 40px 0;
}

.contactus-map {
	position: relative;
	width: 100%;
	height: 100%;
	min-height: 200px;
	overflow: hidden;
}
#contactus .contactus-map iframe {
	/* position: absolute; */
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

#pagebanner h1 {
	color: #fff;
	text-align: center;
	font-size: 35px;
	font-weight: 500;
}
.pagebanner-block {
	padding: 40px 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.filters_boxs ul {
	display: flex;
	align-items: center;
	margin: 0px -10px;
	justify-content: center;
}
.filters_boxs ul li{
	padding: 0 10px;
	flex: 0 0 250px;
	max-width: 250px;
}

.filters_boxs ul li:last-child {
	flex: 0 0 150px;
	max-width: 150px;
}
.filters_boxs {
	padding: 50px 0;
}
.icons_list {
	max-width: 700px;
	padding: 0 10px;
	margin: 0 auto;
	display: block;
}
.icons_list ul {
	margin: 0px -10px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.icons_list ul li {
	flex: 0 0 15%;
	max-width: 15%;
	padding: 0 10px;
}

#awaits {}

#awaits .appointment_box {
	width: calc(100% - 30px);;
	height: 100%;
	box-shadow: 0 0 4px #ccc;
	border-radius: 10px;
	overflow: hidden;
	position: relative;
	margin: 0 auto;
}
#awaits .appointment_content h4 {
	font-size: 20px;
	margin-bottom: 15px;
	font-weight: 600;
}
#awaits .appointment_content {
	padding: 20px;
	text-align: center;
	padding-bottom: 50px;
	height: 12rem;
}
#awaits .button_box {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0px;
}
#awaits .awaits-block {
	padding: 20px 0;
}
.appointment_box .btn.btn-yellow {
	padding: 12px !important;
	border-radius: 0px !important;
}
.section-title {
	text-align: center;
	padding-bottom: 20px;
}
.section-title h1 {
	font-size: 30px;
}
.section-title h5 {
	font-size: 20px;
	font-weight: 400;
	margin-top: 12px;
}

.whychoose-block {
	padding: 40px 0;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.contents h1 {
	font-size: 32px;
	margin-bottom: 30px;
	color: #fff;
}

.list_choose ul {
	display: flex;
	align-items: center;
	margin: 0px -10px 10px -10px;
}
.list_choose ul li {
	padding: 0 10px;
}
.list_choose ul li img {
	width: 55px;
}
.list_choose ul li p {
	color: #fff;
	font-weight: 500;
	margin: 0;
}

a.login-register {
	width: 100px;
    background: #FFB247;
    padding: 10px 10px;
    color: #000 !important;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    box-shadow: none !important;
    border-radius: 5px;
	min-width: 90px !important;
    display: inline-block;
}

.profile_name {
	white-space: nowrap;
    max-width: 130px !important;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    vertical-align: middle;
}
input[invalid=true]{
	border: 1px solid var(--danger)!important;
	color: var(--danger)!important;
}
input[invalid=true]::placeholder{
	color: #d54c59cb!important;
}
form .error{
	font-size: small;
	padding-left: 5px;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

#form_contact input.btn.btn-yellow {
    padding: 10px;
}

body .popover{
	z-index: 1;
}

.change_password {
	font-weight: bold;
    text-decoration: underline;
}

#contactus .cards .card{height: 100%; border: none; background-color: #faf8ff;}
#contactus .cards .card .card-subtitle{color: var(--primary);}
/* #contactus .cards .card .card-subtitle{color: #172d44;} */
.esh-products-box img{width: 50%;}
.esh-products-box .product-card img{max-width: 200px;}
.esh-products-box .product-card img:hover{transition: transform 330ms; transform: scale(1.2);}

.pagewrapper {
    min-height: calc(100vh - 300px);
}
.fc-head th.fc-widget-header{padding-top: 10px;padding-bottom: 10px;}

.notice_text {
    color: #899499;
    font-size: 11px;
}

.appointment-information .h3 {
    font-size: 1.5rem;
}
.appointment-information .answer {
    font-size: 1rem;
	margin-left: 0.8rem !important;
}
.appointment_box .swiper2_img {
	max-width: 200px;
}

.bento-menu {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, 1fr);
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    /* height: 22px; */
    /* width: 22px; */
    position: fixed;
    right: 0;
    /* margin: 10px; */
    background: #172d44;
    padding: 10px;
    border-radius: 10px 0px 0px 10px;
	margin-top:10px;
	cursor: pointer !important;
    z-index: 2;
}
  
  .bento-dot {
	width : 6px;
	height: 6px;
	border-radius: 999px;
	background:#FFB247;
	overflow: hidden;
  }

#sidebar-right.modal.fade:not(.in).left .modal-dialog {
	-webkit-transform: translate3d(-25%, 0, 0);
	transform: translate3d(-25%, 0, 0);
}
#sidebar-right.modal.fade:not(.in).right .modal-dialog {
	-webkit-transform: translate3d(25%, 0, 0);
	transform: translate3d(0%, 0, 0);
}
#sidebar-right.modal.fade:not(.in).bottom .modal-dialog {
	-webkit-transform: translate3d(0, 25%, 0);
	transform: translate3d(0, 25%, 0);
}

#sidebar-right.modal.right .modal-dialog {
	position:absolute;
	top:0;
	right:0;
	margin:0;
}
#sidebar-right.modal-content, .modal.right .modal-content {
	min-height:100vh;
	border:0;
}

.popup-items {
	padding: 20px;
}

.open-chat-button {color: #000 !important;padding: 10px 20px;background-color: #FFB247;color: white;font-size: 17px;max-width: 300px;border-radius: 20px;border: none;cursor: pointer;position: fixed;bottom: 10px;right: 10px;font-weight: 600;}

.chat-popup {display: none;position: fixed;bottom: 0;right: 15px;z-index: 9;}
  
/* Add styles to the form container */
.form-chat-container {max-width: 350px;padding: 10px;border-radius:20px;background-color: white;color:#777;}

/* Full-width textarea */
.form-chat-container textarea {width: 100%;padding: 15px;margin: 5px 0 22px 0;border: none;border-radius:20px;background: #ddd;resize: none;min-height: 200px;color:#777;}

/* When the textarea gets focus, do something */
.form-chat-container textarea:focus {background-color: #ddd;outline: none;}

/* Set a style for the submit/send button */
.form-chat-container .btn {background-color: #04AA6D;color: white;font-size:17px;padding: 10px 20px;border: none;
border-radius:20px;cursor: pointer;width: 100%;margin-bottom:10px;}

/* Add a red background color to the cancel button */
.form-chat-container .cancel-chat-box {background-color: #FFB247;color: #000 !important;font-weight: 600;} 

#chatBox {box-shadow: 0px 0px 10px 5px gray;border-radius:20px}