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


@import url(popup.css);
@import url(header.css);
@import url(datepicker.css);


body.loginpg {
	
	background: #337ab7;
	background-attachment: fixed;
	background-size: cover;
	position:relative;
}
.loginpginner{
	background:rgba(0,0,0,0.5);
	position:fixed;
	width:100%;
	height:100%;
}
.navbar-brand {
	padding: 2px 0 0 10px;
}
.navbar-brand>img {
	height: 45px;
	display: inline-block;
}
.page-header {
	margin-top: 0;
}

.navbar-inverse {
	background: #fff;
}

.form-inline .form-group {
	width: 32%;
	margin-right: 10px;
}

.form-inline .form-group .form-control{
	width: 100%;
}

.add-delete h3 {
	font-size: 14px;
	font-weight: 700;
}

.fileinput,
.c-desc {
	align-items: center;
    flex-wrap: wrap;
    display: flex;
}

.c-desc a {
	display: initial;
	margin-top: 15px;
}

.u-img {
	width: 60px;
	margin-left: 15px;
}

.u-img img {
	width: 100%;
}

h2.heading {
	background-color: #f1f1f1;
	font-size: 17px;
	padding: 10px;
	margin-top: 0;
}
.right{
	font-size:20px;
	color:green;
}
.wrong{
	font-size:20px;
	color:red;
}
.table>tbody>tr>td,.table>thead>tr>th{
	text-align:center;
}
.banner-img {
	height: 360px;
	overflow: hidden;
	margin: 0 auto 15px auto;
}

.banner-img img {
	width: 100%;
}

.form-control,
.btn {
	border-radius: 0;
}

.btn.btn-primary.text-right {
	float: right;
}

.ingredients1,
.instructions {
	margin-bottom: 12px;
}





.panel-red {
    border-color: #d6d6d6;
}

.alignC {
	text-align: center;
}

.successMsg {
	color: #4cae4c;
	padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
	display: none;
}
.ErrorMsg {
	color: #d43f3a;
	padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
	display: none;
}

textarea.form-control {
    height: 100px;
	resize: none;
}
.b-banner {
	width: 100%;
}
.b-banner img {
	width: 100%;
	display: inline-block;
}
.eve-banner {
	width: 150px;
	float: left;
	margin: 2px;
	position:relative;
}

.eve-banner span{
	
	position: absolute;
    right: 0;
    top: 0;
    background: #c70f0f;
    color: #ffffff;
     padding: 5px; 
    border-radius: 50%;
    font-size: 10px;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    z-index: 1;
    cursor: pointer;
}
.eve-banner img {
	width: 150px;
}
.img-banner {
	width: 150px;
	float: left;
	margin: 2px;
	position:relative;
}

.img-banner span{
	
	position: absolute;
    right: 0;
    top: 0;
    background: #c70f0f;
    color: #ffffff;
     padding: 5px; 
    border-radius: 50%;
    font-size: 10px;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    z-index: 1;
    cursor: pointer;
}
.img-banner img {
	width: 150px;
}
.cat-thm img {
	width: 150px;
	height: 150px;
}
.cat-thm.amenities-icon img {
    width: 60px;
    height: 60px;
}
.cat-banner img {
	width: 300px;
}
.amenities-icon img {
	background: #007499;
}
.homebanner {
	margin: 0 0 20px 0;
	position: relative;
}
.homebanner:after {
	position: absolute;
	bottom: 0;
	left: 2%;
	width: 96%;
	height: 1px;
	background: #eee;
	content: '';
	
}

.datepick {
    background: url(image/datepicker-bg.png) no-repeat right center;
    background-position-x: 96%;
}



@media (max-width: 767px) {
	.form-inline .form-group {
		width: 100%;
		margin-right: 0px;
	}

	.form-inline .form-group .form-control{
		width: 80%;
	}
}

body {
    font-family: open sans,sans-serif;
    color: #6a6a8e;
    font-weight: 400;
    font-style: normal;
    line-height: 1;
    font-size: 17px;
    outline: 0;
    overflow-x: hidden;
}
.pad-tb {
    padding-top: 100px;
    padding-bottom: 100px;
}
.login-page {
    background: url(img/bg-rectangles-.png),#101010;
    display: flex;
    height: 100vh;
}
.v-center {
    align-self: center;
    align-items: center;
}
.m-auto {
    margin: auto!important;
}
html .mb30 {
    margin-bottom: 30px;
}
a {
    text-decoration: auto;
}
.login-form-div {
    max-width: 460px;
    margin: 0 auto;
    background: #fff;
    padding: 40px;
    border-radius: 8px;
}
h1, h2, h3, h4, h5, h6 {
    font-family: Poppins,sans-serif;
    color: #050748;
    font-weight: 600;
}
html .mb40 {
    margin-bottom: 40px;
}
h4 {
    font-size: 22px;
    line-height: 32px;
}
.form-block {
    overflow: hidden;
}
.form-block .form-group {
    margin-bottom: 0;
}
.form-block input {
    width: 100%;
    height: 50px;
    padding: 0 15px;
    margin: 0 0 15px;
    color: #172b43;
    font-size: 16px;
    outline: 0;
    background: #fff;
    border: 0;
    border-bottom: 2px solid #e6e6e6;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.form-block button {
    width: 100%;
}
.bg-btn {
    background: #ffbd84;
    background: -moz-linear-gradient(left,#ffbd84 0,#ff1f8e 100%);
    background: -webkit-linear-gradient(left,#ffbd84 0,#ff1f8e 100%);
    background: linear-gradient(to right,#ffbd84 0,#ff1f8e 100%);
    -webkit-box-shadow: 0 10px 15px 0 rgb(175 0 87 / 20%);
    box-shadow: 0 10px 15px 0 rgb(175 0 87 / 20%);
}
.btn-main {
    font-size: 16px;
    font-weight: 400;
    font-family: Poppins,sans-serif;
    padding: 0 32px;
    line-height: 56px;
    text-align: center;
    outline: 0;
    color: #fff;
    background-color: #ff1f8e;
    border: none;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    display: inline-block;
    position: relative;
    -webkit-box-shadow: 0 10px 15px 0 rgb(233 30 99 / 15%);
    box-shadow: 0 10px 15px 0 rgb(233 30 99 / 15%);
}
.lnk {
    position: relative;
    overflow: hidden;
}
span.circle {
    background: rgba(255,255,255,.2);
    display: block;
    position: absolute;
    top: -10%;
    right: -130px;
    width: 200px;
    height: 200px;
    border-radius: 50%;
}
.animation, .circle, .circle2, .clients-logo, .custom-btn, .dropdown-toggle, .hoshd, .hover-scale img, .icon-set, .isotope_item, .link-hover, .main-header, .main-header.sticky, .navbar, .s-block, .sticky, .sub-menu-sec a, a, button, input {
    -webkit-transition: 1.2s cubic-bezier(.17,.85,.438,.99);
    -o-transition: 1.2s cubic-bezier(.17,.85,.438,.99);
    transition: 1.2s cubic-bezier(.17,.85,.438,.99);
}
.form-block .form-group {
    margin-bottom: 0;
}
p {
    font-size: 17px;
    line-height: 28px;
}
.lnk:hover span.circle {
    top: -10%;
    right: -80px;
}
.text-center {
    text-align: center!important;
}

.d-block {
    display: block!important;
}
.error {
    font-size: 13px;
    margin: 0px 0 12px;
    color: red;
}
.bg-btn3 {
    background: #673ab7;
    background: -moz-linear-gradient(left,#673ab7 0,#2196f3 100%);
    background: -webkit-linear-gradient(left,#673ab7 0,#2196f3 100%);
    background: linear-gradient(to right,#673ab7 0,#2196f3 100%);
    -webkit-box-shadow: 0 10px 15px 0 rgb(56 0 189 / 20%);
    box-shadow: 0 10px 15px 0 rgb(56 0 189 / 20%);
}
.btn-centeralign{
    margin: auto!important;
    display: flex!important;
    justify-content: center;
    float: none!important;
}
.hero-section {
    position: relative;
    overflow: hidden;
    padding-top: 100px;
    padding-bottom: 100px;
    height: 100vh;
    align-items: center;
    display: grid;
}
.hero-bg-bg1:before {
    content: "";
    background: url(../image/banner-shap-2.png);
    position: absolute;
    height: 100vh;
    right: 0;
    left: 0;
    top: 0;
    width: 100%;
    background-position: left 0;
    background-size: contain;
    background-repeat: no-repeat;
}
.bg-gradient {
    background: #c7ecff;
    background: -moz-linear-gradient(top,#c7ecff 0,#f9efff 100%);
    background: -webkit-linear-gradient(top,#c7ecff 0,#f9efff 100%);
    background: linear-gradient(to bottom,#c7ecff 0,#f9efff 100%);
}
img.loginpg-logo{
    width: 200px;
}
/*Ends Login page*/
/*Index page*/
.clients-section {
    background: #fffaf5;
    background: -moz-linear-gradient(top,#fffaf5 0,#f8ecff 100%);
    background: -webkit-linear-gradient(top,#fffaf5 0,#f8ecff 100%);
    background: linear-gradient(to bottom,#fffaf5 0,#f8ecff 100%);
}
.justify-content-center {
    justify-content: center!important;
}
.opl ul {
    display: contents;
}
.opl ul li {
    width: 33.33%;
    float: left;
    position: relative;
}
.clients-logo {
    background: #fff;
    padding: 0 15px;
    max-height: 150px;
    min-height: 150px;
    margin: 0 15px;
    border: 1px solid #d4f0ff;
    align-items: center;
    text-align: center;
    display: block;
    position: relative;
    border-radius: 8px;
    -webkit-box-shadow: -20px 20px 40px #ece0f2, 20px -20px 40px #fff8ff;
    box-shadow: -20px 20px 40px #ece0f2, 20px -20px 40px #fff8ff;
}
.clients-logo img {
    margin: 0 auto;
    display: block;
    width: 160px;
}
.common-heading h2 {
    margin-bottom: 60px;
}
h2 {
    font-size: 40px;
    line-height: 52px;
}
ul {
    list-style: none;
}
h1, h2, h3, h4, h5, h6 {
    font-family: Poppins,sans-serif;
    color: #050748;
    font-weight: 600;
}
.common-heading {
    padding: 0;
    text-align: center;
    position: relative;
    z-index: 10;
}
.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
}
.counter{
    border-bottom: 1px solid #dadada;
}
.fullheight{
    height: 100vh;
}
span.small-font {
    font-size: 20px;
}
.navbar-inverse {
    background-color: #fff;
    border-color: #fdf7f7;
}

button.dt-button.buttons-html5 {
    line-height: 35px;
    color: #fff;
    border-radius: 8px;
    padding: 0 20px;
    border: 0;
    background: #2196f3;
/*    background: -moz-linear-gradient(left,#673ab7 0,#2196f3 100%);
    background: -webkit-linear-gradient(left,#673ab7 0,#2196f3 100%);
    background: linear-gradient(to right,#673ab7 0,#2196f3 100%);*/
    /*-webkit-box-shadow: 0 10px 15px 0 rgb(56 0 189 / 20%);*/
    /*box-shadow: 0 10px 15px 0 rgb(56 0 189 / 20%);*/
    position: relative;
    overflow: hidden;
}
button.dt-button:hover {
    background: #673ab7!important;
    -webkit-box-shadow: 0 10px 15px 0 rgb(56 0 189 / 20%);
    box-shadow: 0 10px 15px 0 rgb(56 0 189 / 20%);
}
table.dataTable{
    padding-top: 20px;
}
table.dataTable tbody th, table.dataTable tbody td {
    padding: 8px 10px;
    font-size: 15px;
    text-align: left;
}
.btn-common{
    color: #fff;
    background-color: #2196f3;
    border-color: #2196f3;
}
.form-floating {
    position: relative;
}

.form-control {
    display: block;
    width: 100%;
    /* padding: 0.375rem 0.75rem; */
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    height: calc(3.5rem + 2px);
    line-height: 1.25;
    /* padding: 1rem 0.75rem; */
}
.btn-cn{
    line-height: 40px;
    color: #fff;
    border-radius: 8px;
    padding: 0 64px;
    border: 0;
    background: #2196f3;
    /*-webkit-box-shadow: 0 10px 15px 0 rgb(56 0 189 / 20%);*/
    /*box-shadow: 0 10px 15px 0 rgb(56 0 189 / 20%);*/
    position: relative;
    overflow: hidden;
}