
/* Text color classes */
.white {
  color: #ffffff !important;
}
.grey {
  color: #eeeeee !important;
}
.black {
  color: #555555 !important;
}
.red {
  color: #ff1906 !important;
}
.green {
  color: #51d466 !important;
}
.lblue {
  color: #32c8de !important;
}
.blue {
  color: #609cec !important;
}
.orange {
  color: #f78153 !important;
}
.yellow {
  color: #fcd419 !important;
}
.purple {
  color: #cb79e6 !important;
}
.rose {
  color: #ff61e7 !important;
}
.brown {
  color: #d08166 !important;
}
/* Background color classes */
.bg-white {
  background-color: #ffffff !important;
}
.bg-grey {
  background-color: #eeeeee !important;
}
.bg-black {
  background-color: #555555 !important;
}
.bg-red {
  background-color: #ff1906 !important;
}
.bg-green {
  background-color: #51d466 !important;
}
.bg-lblue {
  background-color: #32c8de !important;
}
.bg-blue {
  background-color: #609cec !important;
}
.bg-orange {
  background-color: #f78153 !important;
}
.bg-yellow {
  background-color: #fcd419 !important;
}
.bg-purple {
  background-color: #cb79e6 !important;
}
.bg-rose {
  background-color: #ff61e7 !important;
}
.bg-brown {
  background-color: #d08166 !important;
}
/* Border color classes */
.br-white {
  border: 1px solid #ffffff !important;
}
.br-grey {
  border: 1px solid #eeeeee;
}
.br-black {
  border: 1px solid #555555;
}
.br-red {
  border: 1px solid #f75353;
}
.br-green {
  border: 1px solid #51d466;
}
.br-lblue {
  border: 1px solid #32c8de;
}
.br-blue {
  border: 1px solid #609cec;
}
.br-orange {
  border: 1px solid #f78153;
}
.br-yellow {
  border: 1px solid #fcd419;
}
.br-purple {
  border: 1px solid #cb79e6;
}
.br-rose {
  border: 1px solid #ff61e7;
}
.br-brown {
  border: 1px solid #d08166;
}
/* Button classes */

.btn.btn-no-border {
	border: 0px !important;
}
/* Button colors */
.btn.btn-white {
	background: #ffffff;
	color: #666666;
	border: 1px solid #dddddd;
}
.btn.btn-white:hover,
.btn.btn-white:focus,
.btn.btn-white.active,
.btn.btn-white:active {
	background: #f7f7f7;
	color: #666666;
}
.btn.btn-grey {
	background: #eeeeee;
	color: #666666;
	border: 1px solid #d5d5d5;
}
.btn.btn-grey:hover,
.btn.btn-grey:focus,
.btn.btn-grey.active,
.btn.btn-grey:active {
	background: #d5d5d5;
	color: #999;
}
.btn.btn-black {
	color: #ffffff;
	background: #666666;
	border: 1px solid #4d4d4d;
}
.btn.btn-black:hover,
.btn.btn-black:focus,
.btn.btn-black.active,
.btn.btn-black:active {
	background: #4d4d4d;
	color: #ffffff;
}
.btn.btn-red {
	color: #ffffff;
	background: #ff1906;
	border: 1px solid #ff1906;
}
.btn.btn-red:hover,
.btn.btn-red:focus,
.btn.btn-red.active,
.btn.btn-red:active {
	color: #ffffff;
	background: #ff1906;
}
.btn.btn-green {
	color: #ffffff;
	background: #51d466;
	border: 1px solid #30c247;
}
.btn.btn-green:hover,
.btn.btn-green:focus,
.btn.btn-green.active,
.btn.btn-green:active {
	background: #30c247;
	color: #ffffff;
}
.btn.btn-lblue {
	color: #ffffff;
	background: #32c8de;
	border: 1px solid #1faabe;
}
.btn.btn-lblue:hover,
.btn.btn-lblue:focus,
.btn.btn-lblue.active,
.btn.btn-lblue:active {
	background: #1faabe;
	color: #ffffff;
}
.btn.btn-blue {
	color: #ffffff;
	background: #609cec;
	border: 1px solid #3280e7;
}
.btn.btn-blue:hover,
.btn.btn-blue:focus,
.btn.btn-blue.active,
.btn.btn-blue:active {
	background: #3280e7;
	color: #ffffff;
}
.btn.btn-orange {
	color: #ffffff;
	background: #f8a841;
	border: 1px solid #f69110;
}
.btn.btn-orange:hover,
.btn.btn-orange:focus,
.btn.btn-orange.active,
.btn.btn-orange:active {
	background: #f69110;
	color: #ffffff;
}
.btn.btn-yellow {
	background: #fcd419;
	color: #ffffff;
	border: 1px solid #dfb803;
}
.btn.btn-yellow:hover,
.btn.btn-yellow:focus,
.btn.btn-yellow.active,
.btn.btn-yellow:active {
	background: #dfb803;
	color: #ffffff;
}
.btn.btn-purple {
	background: #cb79e6;
	color: #ffffff;
	border: 1px solid #ba4ede;
}
.btn.btn-purple:hover,
.btn.btn-purple:focus,
.btn.btn-purple.active,
.btn.btn-purple:active {
	background: #ba4ede;
	color: #ffffff;
}
.btn.btn-rose {
	background: #ff61e7;
	color: #ffffff;
	border: 1px solid #ff2edf;
}
.btn.btn-rose:hover,
.btn.btn-rose:focus,
.btn.btn-rose.active,
.btn.btn-rose:active {
	background: #ff2edf;
	color: #ffffff;
}
.btn.btn-brown {
	background: #d08166;
	color: #ffffff;
	border: 1px solid #c4613f;
}
.btn.btn-brown:hover,
.btn.btn-brown:focus,
.btn.btn-brown.active,
.btn.btn-brown:active {
	background: #c4613f;
	color: #ffffff;
}
/* Label */
.label {
	border-radius: 2px;
	font-weight: normal;
	padding: 3px 7px;
	font-size: 12px;
	line-height: 18px;
}
/* Label sizes */
.label.label-xs {
	font-size: 10px;
	padding: 1px 5px;
	line-height: 12px;
}
.label.label-sm {
	font-size: 11px;
	padding: 2px 6px;
	line-height: 15px;
}
.label.label-lg {
	font-size: 13px;
	padding: 5px 9px;
	line-height: 23px;
}
/* Label colors */
.label.label-white{
	color: #666666 !important;
	background: #f7f7f7;
}
.label.label-grey {
	color: #666666 !important;
	background: #eeeeee;
}
.label.label-black {
	color: #ffffff;
	background: #666666;
}
.label.label-red {
	color: #ffffff;
	background: #ed5441;
}
.label.label-green {
	color: #ffffff;
	background: #51d466;
}
.label.label-lblue {
	color: #ffffff;
	background: #32c8de;
}
.label.label-blue {
	color: #ffffff;
	background: #609cec;
}
.label.label-orange {
	color: #ffffff;
	background: #f8a841;
}
.label.label-yellow {
	background: #fcd419;
	color: #ffffff;
}
.label.label-purple {
	background: #cb79e6;
	color: #ffffff;
}
.label.label-rose {
	background: #ff61e7;
	color: #ffffff;
}
.label.label-brown {
	background: #d08166;
	color: #ffffff;
}
/* Badges */
.badge {
	min-width: 10px;
	padding: 3px 7px !important;
	font-size: 12px;
	line-height: 12px;
	font-weight: normal;
	display: inline-block;
	color: #fff;
	border-radius: 10px;
}
.badge.badge-white {
	color: #666666;
	background: #ffffff;
}
.badge.badge-grey {
	color: #a2a2a2;
	background: #eeeeee;
}
.badge.badge-black {
	color: #ffffff;
	background: #666666;
}
.badge.badge-red {
	color: #ffffff;
	background: #ed5441;
}
.badge.badge-green {
	color: #ffffff;
	background: #51d466;
}
.badge.badge-lblue {
	color: #ffffff;
	background: #32c8de;
}
.badge.badge-blue {
	color: #ffffff;
	background: #609cec;
}
.badge.badge-orange {
	color: #ffffff;
	background: #f8a841;
}
.badge.badge-yellow {
	color: #ffffff;
	background: #fcd419;
}
.badge.badge-purple {
	color: #ffffff;
	background: #cb79e6;
}
.badge.badge-rose {
	color: #ffffff;
	background: #ff61e7;
}
.badge.badge-brown {
	color: #ffffff;
	background: #d08166;
}
.btn .badge {
	position: absolute;
	top: -13px;
	right: -8px;
}
/* Social Media */
.facebook {	background: #3280e7; }
.facebook:hover { background: #134fa0; }
.twitter { background: #32c8de;}
.twitter:hover {	background: #188392;}
.google-plus {background: #f96f4a;}
.google-plus:hover {	background: #eb6440;}
.linkedin  {	background: #729fda;}
.linkedin:hover {background: #3069b6;}
.pinterest {	background: #ed5441;}
.pinterest:hover { background: #b72411;}
.dropbox {background: #32c8de;}
.dropbox:hover {	background: #188392;}
.bitcoin {background: #f8a841;}
.bitcoin:hover {	background: #cc7607;}
.foursquare {background: #22bed4;}
.foursquare:hover {background: #146f7c;}
.flickr { background: #ff61e7;}
.flickr:hover {	background: #fa00d4;}
.github {background: #666666;}
.github:hover {	background: #333333;}
.instagram {	background: #d6917a;}
.instagram:hover {background: #b35637;}
.skype {background: #32c8de;}
.skype:hover {background: #188392;}
.tumblr {background: #84a1c8;}
.tumblr:hover {background: #476d9f;}
.vimeo {background: #32c8de;}
.vimeo:hover {background: #188392;}
.dribbble{background: #ff2edf;}
.dribbble:hover {background: #c700a9;}
.youtube {background: #ed5441;}
.youtube:hover {	background: #b72411;}
<<<<<<< Updated upstream

/* General CSS */
body{
	background:#f4f8fd;
}
/* UI - X */
.ui-240{
	margin: 10px 0px;
}
/* Column Mobile */
@media(max-width: 500px){
	.ui-240 .col-mob{
		width: 100%;
	}
}
/* Item */
.ui-240 .ui-item{
	max-width: 320px;
	margin: 20px auto;
	border: 1px solid #e7e7e7;
	border-radius: 5px;
	background:#fff;
	box-shadow: 1px 1px 0px 1px rgba(0,0,0,0.07);
}
/* Heading */
.ui-240 .ui-item h3{
	color: #fff;
	margin:0px;
	font-size: 15px;
	line-height: 25px;
	padding: 8px 15px;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
}
.ui-240 .ui-item h3 > a{
	color: #fff;
}
/* Nav Tabs */
.ui-240 .ui-item .ui-nav{
	padding: 10px 8px 15px;
}
/* Unordered Listing */
.ui-240 .ui-item ul{
	padding: 0px;
	list-style-type: none;
}
.ui-240 .ui-item ul > li{
	float: left;
	border: 1px solid #e7e7e7;
	background:#fcfcfc;
	margin: 4px;
	border-radius: 25px;
}
.ui-240 .ui-item ul > li > a{
	display: block;
	width: 100%;
	padding: 0px 8px;
	font-size: 12px;
	line-height: 22px;
	color:#777;
}
/* Tab Content */
.ui-240 .ui-item .tab-content{
	margin: 0px 4px;
}
/* Heading */
.ui-240 .ui-item .tab-content h2{
	margin: 8px 0px;
	font-size: 40px;
	line-height: 40px;
	font-weight: 300;
}
.ui-240 .ui-item .tab-content h2 > a > span{
	float:right;
	font-size: 13px;
	line-height: 23px;
	border-radius: 25px;
	color: #fff;
	text-align: center;
	padding: 5px 12px;
	margin: 5px 0px;
	font-weight: 600;
}
/* Small Heading */
.ui-240 .ui-item .tab-content h4{
	font-size: 14px;
	line-height: 24px;
	margin: 4px 0px 0px 0px;
	color: #777;
}
.ui-240 .ui-item .tab-content h4 > span{
	margin-right: 8px;
}

ui-84{
	margin:50px auto;
}
.ui-84 .ui-item{
	max-width:300px;
	margin:20px auto;
	position:relative;
	z-index:10;
	overflow:hidden;
}
.ui-84 .ui-top{
	padding:30px 10px 70px 10px;
	text-align:center;
	border-top-left-radius:2px;
	border-top-right-radius:2px;
}
.ui-84 .ui-top i{
	color:#fff;
	font-size:40px;
	line-height:60px;
}
.ui-84 .ui-top h3 {
	font-size:14px;
	line-height:28px;
	text-transform:uppercase;
}
.ui-84 .ui-top h3 a{
	color:#fff;
}
.ui-84 .circle{
	position:absolute;
	width:150%;
	margin:0px auto;
	background:#fff;
	height:300px;
	max-height:300px;
	z-index:20;
	border-radius:100%;
	top:155px;
	left:-25%;
}
.ui-84 .ui-bottom{
	position:relative;
	z-index:30;
	border:1px solid #ddd;
	border-top:0px;
	padding:0px 15px 20px 15px;
	text-align:center;
	border-bottom-left-radius:2px;
	border-bottom-right-radius:2px;
}
.ui-84 .ui-bottom p{
	font-size:12px;
	line-height:28px;
	color:#888;
}
.ui-84 .ui-bottom a.btn{
	margin-top:10px;
	font-weight:600;
	border:0px;
	width:50px;
	height:50px;
	line-height:50px;
	border-radius:100%;
	padding:0px;
}

.ui-107 .h-bor{
	margin: 50px 0px;
	padding-bottom: 30px; 
	border-bottom: 1px solid #e8e8e8; 
}
.ui-107 .h-bor .entry {
	position: relative;
	border-radius: 4px;
	border-top-width:3px;
	border-left:1px solid #ddd !important;
	border-right:1px solid #ddd !important;
	border-bottom:1px solid #ddd !important;
	background:#fff;
}
.ui-107 .h-bor .entry:after, 
.ui-107 .h-bor .entry:before {
	position: absolute;
	top: 100%;
	left: 39px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	pointer-events: none;
}
.ui-107 .h-bor .entry:after {
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #fff;
	border-width: 8px;
	margin-left: 1px;
}
.ui-107 .h-bor .entry:before {
	border-color: rgba(0, 0, 0, 0);
	border-top-color: #ccc;
	border-width: 9px;
	margin-left: 0px;
}
.ui-107 .h-bor .entry .entry-content { 
	padding: 15px; 
}
.ui-107 .h-bor .entry .meta { 
	font-size: 12px;
	line-height:20px;
	color:#999;
}
.ui-107 .h-bor .entry .entry-content h4 {
	text-transform: uppercase;
	font-size:14px;
}
.ui-107 .h-bor .entry .entry-content p{
	font-size:12px;
	line-height:25px;
	color:#888;
}
.ui-107 .h-bor .entry .entry-icon {
	position: absolute;
	left: 30px;
	bottom: -50px;
	width: 35px;
	height: 35px;
	font-size: 14px;
	line-height: 30px;
	text-align: center;
	color: #fff;
	border-radius: 50%;
	border: 2px solid #fff;
	box-shadow: 0 0 2px rgba(0,0,0,0.15);
}
@media (max-width: 991px){
	.ui-107 .h-bor {
		margin-left:15px;
		padding-bottom: 0; 
		padding-left: 30px;
		border-bottom: 0; 
		padding-top: 0;
		border-left: 1px solid #e8e8e8;
	}
	.ui-107 .h-bor .entry  { margin-bottom: 30px; }
	.ui-107 .h-bor .entry .entry-icon {
		position: absolute;
		left: -48px;
		bottom: 100%;
		margin-bottom: -45px;
	}
	.ui-107 .h-bor .entry:after, .ui-107 .h-bor .entry:before {
		top: 20px;
		left: -16px;
	}
	.ui-107 .h-bor .entry:after {
		border-top-color: transparent;
		border-right-color: #fff;
		border-width: 8px;
		margin-left: 0px;
		margin-top: 0;
	}
	.ui-107 .h-bor .entry:before {
		border-top-color: transparent;
		border-right-color: #ccc;
		border-width: 9px;
		margin-left: -2px;
		margin-top: -1px;;
	}
}
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Dosis:wght@800&display=swap");

.alert-wrapper {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  margin: 0px auto;
  padding: 0px auto;
  left: 0;
  top: 0;
  overflow: hidden;
  position: fixed;
  background: rgb(0, 0, 0, 0.3);
}

@keyframes open-frame {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(0.95);
  }
  50% {
    transform: scale(0.97);
  }
  75% {
    transform: scale(0.93);
  }
  100% {
    transform: scale(1);
  }
}

.alert-frame {
  background: #fff;
  min-height: 400px;
  width: 300px;
  box-shadow: 5px 5px 10px rgb(0, 0, 0, 0.2);
  border-radius: 10px;
  animation: open-frame 0.3s linear;
}

.alert-header {
  display: flex;
  flex-direction: row;
  height: 175px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.alert-img {
  height: 80px;
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  align-self: center;
}

.alert-close {
  width: 30px;
  height: 30px;
  color: rgb(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Aptos", sans-serif;
  font-weight: 700;
  font-size: 16px;
  cursor: pointer;
  line-height: 30px;
  transition: color 0.5s;
  margin-left: auto;
  margin-right: 5px;
  margin-top: 5px;
}

.alert-close-circle {
  width: 30px;
  height: 30px;
  background: #e4eae7;
  color: #222;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 17.5px;
  margin-top: -15px;
  margin-right: -15px;
  font-family: "Aptos", sans-serif;
  font-weight: 700;
  font-size: 12px;
  cursor: pointer;
  line-height: 30px;
  transition: background 0.5s;
  margin-left: auto;
}

.alert-close-circle:hover {
  background: #fff;
}

.alert-close:hover {
  color: rgb(0, 0, 0, 0.5);
}

.alert-body {
  padding: 30px 30px;
  display: flex;
  flex-direction: column;
  text-align: center;
}

.alert-title {
  font-size: 18px !important;
  font-family: "Aptos", sans-serif;
  font-weight: 700;
  font-size: 15px;
  margin-bottom: 35px;
  color: #222;
  align-self: center;
}

.alert-message {
  font-size: 15px !important;
  color: #666;
  font-family: "Aptos", sans-serif;
  font-weight: 400;
  font-size: 15px;
  text-align: center;
  margin-bottom: 35px;
  line-height: 1.6;
  align-self: center;
}

.alert-button {
  min-width: 140px;
  height: 35px;
  border-radius: 20px;
  font-family: "Aptos", sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: white;
  border: none;
  cursor: pointer;
  transition: background 0.5s;
  padding: 0 15px;
  align-self: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.alert-button:focus {
  outline: 0;
}

.question-buttons {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.confirm-button {
  min-width: 100px;
  height: 35px;
  border-radius: 20px;
  font-family: "Aptos", sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: white;
  border: none;
  cursor: pointer;
  transition: background 0.5s;
  padding: 0 15px;
  margin-right: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.confirm-button:focus {
  outline: 0;
}

.cancel-button {
  min-width: 100px;
  height: 35px;
  border-radius: 20px;
  font-family: "Aptos", sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: white;
  border: none;
  cursor: pointer;
  padding: 0;
  line-height: 1.6;
  transition: background 0.5s;
  padding: 0 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.cancel-button:focus {
  outline: 0;
}

@keyframes open-toast {
  0% {
    transform: scaleX(1) scaleY(1);
  }
  20%,
  45% {
    transform: scaleX(1.35) scaleY(0.1);
  }
  65% {
    transform: scaleX(0.8) scaleY(1.7);
  }
  80% {
    transform: scaleX(0.6) scaleY(0.85);
  }
  100% {
    transform: scaleX(1) scaleY(1);
  }
}

.toast-container {
  top: 15px;
  right: 15px;
  overflow: hidden;
  position: fixed;
  border-radius: 5px;
  box-shadow: 0 0 20px rgb(0, 0, 0, 0.2);
  animation: open-toast 0.3s linear;
	z-index: 99999999;
}

.toast-frame {
  padding: 5px;
  display: flex;
  min-width: 100px;
  height: 60px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  align-items: center;
  flex-wrap: wrap;
}

.toast-img {
  height: 40px;
	width: 10%;
	float: left;
}

.toast-message {
  font-size: 14px !important;
  font-weight: 600;
  font-size: 15px;
  color: #fff;
  margin-left: 15px;
  width: 65%;
  float: left;
}

.toast-close {
  color: rgb(0, 0, 0, 0.2);
  font-weight: 700;
  font-size: 16px;
  cursor: pointer;
  transition: color 0.5s;
  margin-left: 25px;
 color: #fff;
}

@keyframes timer {
  0% {
    width: 100%;
  }
  25% {
    width: 75%;
  }
  50% {
    width: 50%;
  }
  75% {
    width: 25%;
  }
  100% {
    width: 1%;
  }
}

.toast-timer {
  width: 1%;
  height: 5px;
}

.toast-close:hover {
  color: rgb(0, 0, 0, 0.5);
}

.error-bg {
  background: #d85261;
}

.success-bg {
  background: #2dd284;
}

.warning-bg {
  background: #fada5e;
}

.question-bg {
  background: #779ecb;
}

.error-btn:hover {
  background: #e5a4b4;
}

.success-btn:hover {
  background: #6edaa4;
}

.warning-btn:hover {
  background: #fcecae;
}

.info-btn:hover {
  background: #c3e6fb;
}

.question-btn:hover {
  background: #bacee4;
}

.error-timer {
  background: #e5a4b4;
}

.success-timer {
  background: #6edaa4;
}

.warning-timer {
  background: #fcecae;
}

.info-timer {
  background: #c3e6fb;
}

.info-bg {
  background: #88cef7;
}

.room-service-main-view{
	margin:0px;
}
.room-service-main-view .block-content {
	max-width: 400px;
	margin: 0 auto;
	background: #fff;
	border-radius: 6px;
}
.room-service-main-view .ui-head {
	padding: 0 15px;
	text-align: center;
	font-size: 15px;
	line-height: 55px;
	font-weight: 600;
	color: #fff;
	border-bottom: 1px solid rgba(0,0,0,0.15);
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}
.room-service-main-view .ui-head.subtitle {
	line-height: 40px;
}
.room-service-main-view .ui-head small{
	text-align: center;
	font-size: 12px;
	display: inline-block;
	width: 100%;
}
.room-service-main-view .ui-head i { 
	position: relative;
	top: 15px;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 28px;
	background: #fff;
	border: 1px solid rgba(0,0,0,0.1);
	border-radius: 50%;
	float: left;
	font-size: 1.3em;
	box-shadow: 0 0 30px #000;
}
.room-service-main-view ul { margin: 0; }
.room-service-main-view ul li a {
	display: block;
	padding: 16px 18px;
	border: 1px solid rgba(0,0,0,0.15);
	border-top: 0;
}
.room-service-main-view ul li a:hover { background: #fcfcfc; }
.room-service-main-view ul li:last-child a { 
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}
.room-service-main-view ul li a h5 {
	margin-top: 0;
	margin-bottom: 10px;
	margin-left: 80px;
	font-size: 22px;
	font-weight:bold;
	line-height:20px;
	color:#777;
}
.room-service-main-view ul li a .sub-text {
	display: block;
	margin-top: 1px;
	margin-left: 80px;
	font-size: 13px;
	color: #909090;
}
.room-service-main-view ul li a .left-icon {
	position: relative;
	top:3px;
	font-size: 50px;
	float: left;
}
.room-service-main-view ul li a .right-icon i { margin-top: 5px; }
.room-service-main-view ul li a .right-icon {
	position: relative;
	top: 2px;
	font-size: 20px;
	float: right;
	color: #ccc;
}
.room-service-main-view ul li.service a .left-icon {
	font-size: 20px;
}
.room-service-main-view ul li.service  a h5 {
	    margin-left: 40px;
    	font-size: 20px;
}
.room-service-main-view ul li.service a {
	    padding: 10px 18px 0px 18px;
}
.ui-182 .panel-heading {
	padding:0px 0px !important;
}
.ui-182 .panel{
	margin-bottom: 20px;
}
.ui-182 .panel-heading h4{
	font-size:18px;
	line-height:38px;
	margin-bottom: 0px;
}
.ui-182 .panel-heading h4 a i{
	font-size:13px;
	line-height:18px;
	width:18px;
	height:18px;
	margin-right:5px;
	color:#fff;
	text-align:center;
	background:#32c8de;
}
.ui-182 .panel-body{
	padding:0px 0px;
	border-left:1px solid #eee;
	border-right:1px solid #eee;
}
.ui-182 .table-responsive{
	border:0px;
}
.ui-182 .table *{
	border:0px;
}
.ui-182 .table{
	margin:0px;
}
.ui-182 .table tr th:first-child{
	min-width:150px;
	background:#fafafa;
	border-right:1px solid #f4f4f4;
border-bottom: 1px dotted #4c4c4c;
}
.ui-182 .table tr th,
.ui-182 .table tr td{
	padding: 5px 10px;
}
.ui-182 .table tr th{
	border-bottom:1px solid #f4f4f4;
	border-bottom: 1px dotted #4c4c4c;	
}
.ui-182 .table tr td:first-child{
	font-size:12px;
	color:#999;
	padding-top:18px;
	background:#fafafa;
	border-right:1px solid #f4f4f4;
}
.ui-182 .table tr td h4{
	font-size:13px;
	line-height:23px;
	text-transform:uppercase;
}
.ui-182 .table tr td p{
	font-size:12px;
	line-height:28px;
	color:#999;
}
.ui-182 .reqInfo {
	padding: 10px;
	background: #f4f8fd;
	border-bottom: 1px dotted #4c4c4c;
}
.ui-182  .table tr{
	border-bottom: 1px dotted #4c4c4c;
}

.ui-303 .o-timeline{
	border-left:1px solid #e7e7e7;
	margin-left:70px;
	padding:10px 0px;
}
.ui-303 .timeline-item{
	position:relative;
	margin:40px 0px;
}
.ui-303 .timeline-circle{
	width:120px;
	height:120px;
	text-align:center;
	line-height:32px;
	font-size:16px;
	text-transform:uppercase;
	border-radius:100%;
	position:absolute;
	left:-70px;
	top:-15px;
	color:#fff;
	padding-top:25px;
box-shadow:3px 3px 0px 1px rgba(0,0,0,0.06);
}
.ui-303 .timeline-circle span{
	display:block;
	font-size:24px;
	border-bottom: 1px dotted #fff; 
}
.ui-303 .timeline-content{
	margin-left:65px;
	position:relative;
	background:#fff;
	border:1px solid #e8e8e8;
	border-radius:5px;
	padding:5px 10px;
	box-shadow:3px 3px 0px 1px rgba(0,0,0,0.06);
}
.ui-303 .timeline-content:after, 
.ui-303 .timeline-content:before {
	right: 100%;
	top: 35%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.ui-303 .timeline-content:after {
	border-color: rgba(255, 255, 255, 0);
	border-right-color: #ffffff;
	border-width: 13px;
	margin-top: -20px;
}
.ui-303 .timeline-content:before {
	border-color: rgba(238, 238, 238, 0);
	border-right-color: #e4e4e4;
	border-width: 14px;
	margin-top: -21px;
}
.ui-303 .timeline-content p{
	font-size:14px;
	color:#888;
}
@media (max-width:900px){
	.ui-303 .timeline-circle{
		width:90px;
		height:90px;
		font-size:13px;
		left:0px;
		padding-top:15px;
		line-height:25px;
		top:-25px;
	}
	.ui-303 .timeline-circle span{
		font-size:16px;
	}
	.ui-303 .timeline-content{
		margin-left:90px;
	}
	.ui-303 .timeline-content:after, 
	.ui-303 .timeline-content:before {
		top: 15%;
	}
	.ui-303 .timeline-content p{
		font-size:13px;
	}
}
@media (max-width:500px){
	.ui-303 .o-timeline{
		margin-left:0px;
		border:0px;
	}
	.ui-303 .timeline-content{
		padding:0px 10px;
		margin-left:90px;
	}
	.ui-303 .timeline-content:after, 
	.ui-303 .timeline-content:before {
		
	}
}

.avatar {
  /* button */
  border: none;
  font-family: inherit;
  cursor: pointer;
  outline: inherit;
  height: 5rem;
  width: 5rem;
  border-radius: 50%;
  color: #fff;
  
  /* center the data within */
  display: flex;
  align-items: center;
  justify-content: center;
}

/* initials */
.avatar > span[data-letters]::before {
  content: attr(data-letters);
  font-size: 1.3rem;
}

/* background gradients */

.avatar:nth-child(1) {
  background: linear-gradient(to right top, #4B31A1, #B32993)
}

.avatar:nth-child(2) {
  background: linear-gradient(to right top, #970008, #FF6F91)
}

.avatar:nth-child(3) {
  background: linear-gradient(to right top, #008B72, #54FBDD);
}

.avatar:nth-child(4) {
  background-image: linear-gradient(to right top, #2E3192, #1BFFFF)
}

.avatar-container {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  margin: 5px;
}

.avatar-container > * {
  flex: 0 0 auto;
}
.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
	position: absolute;
	right:2px;
	top:2px;
}
.custom-control.custom-radio.custom-control-inline {
    width: auto;
    float: left;
    margin-right: 10px;
}
.select2-container .select2-search--inline .select2-search__field {min-width:200px;}
.select2-container--default .select2-selection--single .select2-selection__rendered {padding:0; line-height:20px;}
.default-form .form-group textarea {height:75px;}