/* Theme Name: Cleanfood*
* Developed By: Pratiksha*
* Version: 1.0, 2019*
*/
/*============================================================================================*/
/* 1. SITE STRUCTURE and TYPOGRAPHY */
/*============================================================================================*/
/*-------- 1.1 Typography --------*/
@font-face{
	font-family:"helvetica-neue";
	src:url(../fonts/helvetica-neue.ttf);
}
@font-face{
	font-family:"helvetica-neue";
	font-weight: 700;
	src:url(../fonts/helvetica-neue-bold.ttf);
}
 html {
     -webkit-font-smoothing: antialiased;
     -moz-osx-font-smoothing: grayscale;
	font-size: 16px;
}
 body {
    font-family: 'helvetica-neue', sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: 1.5em;
	text-transform: none;
	color: #4e4e4e;
	transition: all 0.3s ease;
	overflow-x:hidden;
}
 h1, h2, h3, h4, h5, h6 {
	 color: #353535;
	 line-height: 1.5;
	 font-family: 'Lato', sans-serif;
}
p {
	font-family: 'Lato', sans-serif;
	font-size:22px;
}
a {
	color: #00b9c7;
	text-decoration: none;
}
a:hover,
a:focus {
	color: #00b9c7;
	text-decoration: none;
}
label {
     color:#444;
     font-weight:500;
}
.tooltip > .tooltip-inner {
    background-color: #96ce6f;
    
}
.custom-file-label,
.custom-select,
.form-control {
	min-height: 45px;
	border-color: #acacac;
	border-radius: 5px;
	box-shadow: none;
	box-shadow: 0 0 5px rgba(0,0,0,.1);
	font-size: 1rem;
}
.custom-file-label {
    line-height: 1.8;
}
.custom-file-label:focus,
.custom-select:focus,
.form-control:active,
.form-control:focus {
	border-color: #aaa;
	box-shadow: 0 0 5px rgba(0,0,0,.7);
}
.custom-file-label::after {
    min-height: 43px;
    line-height: 1.8;
}
.form-control.input-sm {
	min-height: 36px;
}
.text-primary {
	color: #00bac8 !important;
}
.text-info {
	color: #96ce6f !important;
}
.text-light {
	color: #808080 !important;
}
.bg-primary {
	background-color: #00bac8 !important;
}
.bg-info,
.green {
    background-color: #96ce6f !important;
}
button:focus {
    outline: 0px dotted;
    outline: 0px auto -webkit-focus-ring-color;
}

.btn-theme {
	border-color: #00b9c7 !important;
	background-color: #00b9c7 !important;
	color: #ffffff !important;	
	font-size: 1.1rem;
	font-style: normal;
	line-height: 1.5385em;
	text-decoration: none;
	text-transform:uppercase;
	letter-spacing: .1em;
	border-radius: 7px;
	padding: .8em 2em;
	transition: all 0.3s ease;
}
.btn-theme:hover {	
	background-color: #00b9c7 !important;
}
.btn-primary {
	border-color: #00bac8 !important;
	background-color: #00bac8 !important;
	color: #ffffff !important;
}
.btn-info {
	border-color: #96ce6f !important;
	background-color: #96ce6f !important;
	color: #ffffff !important;
}
.btn-info:hover {
	border-color: #a9d065 !important;
	background-color: #a9d065 !important;
	color: #ffffff !important;
}
.btn-lg {
	border-radius: 10px;
	padding: 1em 2.2em;
	font-size: 18px;
	letter-spacing: 0;
}
.hidden_input {
    border: 0 none !important;
    background: #fff !important;
    box-shadow: none !important;
    width: 100%;
}
.hidden_input::-ms-expand {
  display: none;
}

.hidden_input {
  -webkit-appearance: none;
  -moz-appearance: none;
}
/*-------- 1.2 Structure --------*/
.container-fluid.wide {
	max-width: 1800px;
	margin: 0 auto;
}
.main_section {
	padding: 7rem 0;
	position: relative;
}
.blankdivcntct {
	display: none;
}
.banner-sky {
    background-color: #00bac8;
	padding-top: 5rem;
	padding-bottom: 3rem;
	color: #fff;
	text-align: center;
}
.banner-sky h3 {
    color: #fff;
    font-weight: 300;
    font-size: 2.7rem;
    display: none;
}  
.title {
	font-size: 2.3rem;
	line-height: 1.1;
	color: #4e4e4e;
	margin-top: 1rem;
	margin-bottom: 1rem;
	font-family: 'helvetica-neue', sans-serif;
}
.pac-container {
	z-index: 99999;
}
/*============================================================================================*/
/* 2. HEADER AND NAVIGATION */
/*============================================================================================*/
#header .navbar.fixed-top .navbar-brand img {
    filter: brightness(0) invert(1);
}
#header .navbar.fixed-top.fixed .navbar-brand img {
    filter:none;
}
.navbar .fixed-top .fixed .navbar-toggler-icon {
     filter: brightness(100) invert(0);
    
}

/*-------- 2.1 Header --------*/
#header .navbar.fixed-top.sky {
    background-color: #00b9c7;
	transition: all 0.3s ease;
	padding-top: 1.5em;
	z-index: 999;
}
#header .navbar.fixed-top.fixed {
    padding-top: 8px;
	padding-bottom:8px;
	background: #fff;
        border-bottom: 1px solid #00bac8;
}
/*#header .navbar.fixed-top.fixed.sky {
    padding-top: 0;
    padding-bottom: 0;
    background:#00b9c7;
}*/
#header .navbar.fixed-top .navbar-header {
   position: relative;
   z-index: 999;
}
#header .navbar.fixed-top .navbar-brand img {
	transition: all 0.5s ease;
	max-height: 100px;
}
#header .navbar.fixed-top.fixed .navbar-brand img {
	max-height: 80px;
}
#header .navbar.fixed-top.fixed .navbar-toggler-icon::before, 
#header .navbar.fixed-top.fixed .navbar-toggler-icon::after,
#header .navbar.fixed-top.fixed .navbar-toggler-icon {
	background-color: #00b9c7;
}
#header .navbar-brand span {
    color: #fff;
    font-size: 2rem;
    font-weight: 700;
}
#header li.nav-item {
    font-size: 15px;
	padding: 8px;
}
#header .btn {
	min-height: 10px;
}
#header .headersrchicon {
    position: absolute;
    display: block;
    right: 0px;
    top: 0px;
    width: 30px;
    height: 100%;
    border-radius: 0px 5px 5px 0px;
    background: url("../images/searchicon.png") no-repeat center center /contain;
    background-size:15px;
    border:none;
}
#header .product_link form {
	position:relative;
	top:0px;
	display:inline-block; 
	vertical-align: middle;
}
@media (min-width: 1500px) {
	.navbar.fixed-top .navbar-brand img {
		max-height: 130px;
	}
}

@media (min-width: 1200px) {
	.container {
		width: 90%;
		max-width: 1400px;
	}
}

/*-------- 2.2 Navigation Menu --------*/
.navbar-toggler-icon {
	display: inline-block;
	bottom: auto;
	right: auto;
	-webkit-transform: translateX(0%) translateY(-50%);
	transform: translateX(0%) translateY(-50%);
	width: 25px;
	height: 2px;
	background-color: #ffffff;
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s;
	list-style: none;
}
.navbar-toggler-icon::before, 
.navbar-toggler-icon::after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: #ffffff;
	right: 0;
	-webkit-transition: -webkit-transform .3s, top .3s, background-color 0s;
	-webkit-transition: top .3s, background-color 0s, -webkit-transform .3s;
	transition: top .3s, background-color 0s, -webkit-transform .3s;
	transition: transform .3s, top .3s, background-color 0s;
	transition: transform .3s, top .3s, background-color 0s, -webkit-transform .3s;
}
.navbar-toggler-icon::before {
	top: -5px;
}
.navbar-toggler-icon::after {
	top: 5px;
}
#header .navbar.fixed-top.fixed .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon,
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
	background-color: rgba(255, 255, 255, 0);
}
#header .navbar.fixed-top.fixed .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::before, 
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::before {
	top: 0;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	background-color: rgba(255, 255, 255, 1);
}
#header .navbar.fixed-top.fixed .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::after,
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::after {
	top: 0;
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg);
	background-color: rgba(255, 255, 255, 1);
}
#header .navbar-nav .nav-item a {
    color: #fff;
	text-transform:uppercase;
	font-weight: 600;
	letter-spacing: 1px;
	border-bottom: 3px solid transparent;
	transition: all 0.3s ease;
}
#header .navbar-nav .nav-item a:not(.btn):focus,
#header .navbar-nav .nav-item a:not(.btn):hover {
	border-bottom: 3px solid #00bac8;
}
#collapsibleNavbar {
    position: fixed;
    right: -100%;
    top: 0%;
    width: 25%;
    height: 100%;
    text-align: center;
    background:rgba(0,186,200,0.92);
    z-index: 998;
    transition: all 0.3s ease;
    display: flex;
    place-content: center;
}
#collapsibleNavbar.show {
	right:0;
}
/*============================================================================================*/
/* 3. FOOTER */
/*============================================================================================*/
#footer{
    background: #63C9D5;
	padding: 4rem 0 3rem;
	color: #fff;
}
.home #footer {
    background: #00bbc8;
    background: -moz-linear-gradient(top, #00bbc8 0%, #63cad5 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #00bbc8), color-stop(100%, #63cad5));
    background: -webkit-linear-gradient(top, #00bbc8 0%, #63cad5 100%);
    background: -o-linear-gradient(top, #00bbc8 0%, #63cad5 100%);
    background: -ms-linear-gradient(top, #00bbc8 0%, #63cad5 100%);
    background: linear-gradient(to bottom, #00bbc8 0%, #63cad5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00bbc8', endColorstr='#63cad5', GradientType=0 );
}
.p-0.mt-4.footermenu {
	display: table;
	margin: 0 auto;
}
.footer .footermenu li{
	font-size:18px;
	color:#fff;
	display:inline-block;
	list-style:none;
}
.footer .footermenu li a{
	color:#fff;
	font-size:18px;
	display: block;
	margin:.1rem .5rem;
}
.footer .footericons li a{
	color:#63C9D5;
}

p.copyryt {
	color:#fff;
	font-size:15px;
}
.footer input {
	border-color: #fff;
	box-shadow: none;
}
.footer h3 {
	color:#fff;
	font-size:1.6rem;
	font-weight: 300;
}
#toTop {
	position: fixed;
	right: 30px;
	bottom: 30px;
	width: 50px;
	height: 50px;
	color: #fff;
	background: #00BAC8;
	border-radius: 50%;
	font-size: 20px;
	text-align: center;
	line-height: 48px;
}
#toTop i {
	line-height: 48px;
}
#siteseal {
	display: table;
	margin: 0 auto;
}
/*============================================================================================*/
/* 4. INDEX PAGE */
/*============================================================================================*/
/*-------- 4.1 Banner --------*/
.banner {
	position: relative;
	height: 75vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.banner.banner_search_page{
	height: 70vh;
	position: relative;
}
.bannerimg {
	width:100%;
	height:100%;
	position: absolute;
	left: 0;
	right:0;
	top:0;
	bottom:0;
	object-fit: cover;
	z-index: -1;
}
.home .banner {
	min-height: 450px;
}
.home .bannerimg {
	object-fit: cover;
}
.filterext {
	position:relative;
}
.filter {
    background-color:rgba(0,186,200,0.6);
    padding: 1rem;
	position:absolute;
	bottom:100%;
	left:0%;
	right:0%;
}
#filter_collapse {
    background-color:#f4f4f4;
	padding-top: 1rem;
	padding-bottom: .5rem;
}
.custom-control-input:hover ~ .custom-control-label::before,
.custom-control-input:focus ~ .custom-control-label::before {
	border-color: #00bac8;
	box-shadow: none;
}
.custom-control-input:checked ~ .custom-control-label::before {
	color: #fff;
	border-color: #00bac8;
	background-color: #00bac8;
}
.cfficonbgbox h3 {
	font-family: 'Lato', sans-serif;
	font-size:3.5rem;
	font-weight:600;
	color:#fff;
}
.banner_icons {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.banner.banner_search_page .banner_icons {
	margin-top:0rem;
}
.banner_icons .cfficonbg {
	background-color: #fff;
	border-radius: 50%;
	text-align: center;
	padding: 1.5rem 0.6rem;
	margin-right: 1rem;
	display: block;
	width: 130px;
	height: 130px;
}
.banner_search_page .banner_icons .cfficonbg {
	width: 120px;
	height: 120px;
}
.banner_icons .cfficonbg:hover {
	background-color: #00b9c7;
}
.banner_icons .cfficonbg:last-child {
	margin-right: 0;
}
.banner_icons .cfficonbg p {
	font-size:15px;
	color:#000;
}
.banner_search_page .banner_icons .cfficonbg img {
	width:50px;
	height:50px;
}
.banner_icons .cfficonbg img {
	width:auto;
	height:60px;
}
.banner_icons .cfficonbg:hover img {
	filter: brightness(0) invert(1);
}
.filter {
    background-color:rgba(0,186,200,0.6);
}
.result p{
	color:#fff;
	font-size:16px;
}

.result label {
    font-size: 16px;
    color:#fff;
	margin-left:1.5rem;
}
.result select {
    font-size: 16px;
    border-radius: 5px;
	border:1px solid #ccc;
}
.result .custom-select option {
    padding:1.5rem;
}
.result .custom-select {
    background-image:url("../images/angle-arrow-down.png");
	background-size:12px;
}
.result {
	color:#fff;
}
.map-list a{
	color:#fff;
	font-size:18px;
	padding:1rem;
	
}
.midsecsearchpg {
	margin-top:4rem;
}
.midsrchrestcntct a img {
	width:20px;
	margin-right:0.3rem;
}
.midsecsearchpg h5 {
	font-size:14px;
	color:#8b8b8b;
	font-family: 'Lato', sans-serif;
	font-style:regular;
}
.midsrchrestraunt img {
	width:100%;
}
.midsrchrestdt h2 {
	font-size:25px;
	margin:0px;
	padding:0px;
}
.midsrchrestdt h3 {
	font-size:16px;
	margin:0px;
	padding:0px;
	font-weight:600;
}
.midsrchrestdt p {
	font-size:16px;
	line-height:20px;
	color:#5a5a5a;
}
.midsrchrestsp {
	text-transform:uppercase;
}
.midsrchrestrauntleft {
	background:#00b9c7; 
	height:300px;
	margin-bottom: 30px;
}
.midsrchrestrauntleft p{
	font-size:20px;
	text-align:center;
	color:#fff;
	padding:1rem;
	margin: 0 auto;
}
.midsrchrestcntct a {
	background-color:#fff;
	border:1.5px solid #c7c7c7;
	color:#000;
	border-radius:0;
	font-size:20px;
	display:flex;
	align-items:center;
	justify-content:center;
	
}
.srchpagefooter{
	margin-top:12rem;
}
/*============================================================================================*/
/* 5. OTHER PAGES */
/*============================================================================================*/
.indexhdinp {
    height: 2.42rem !important;
    color: #00bac8;
    border: 1px solid #00bac8;
	min-height:40px;
    min-width: 330px;
}
.fixed .indexhdinp {
    border: 1px solid #5f6062;
}
.indexsec2h2p2,
.indexsec2h2p1 {
	font-size:21px;
	margin-top:1.5rem;
	margin-bottom:1.5rem;
	color:#4e4e4e;
	line-height:29px;
	font-family: 'Lato', sans-serif;
}
.indexsec2 {
	overflow: hidden;
}
.indexsec2 h3{
	font-weight: 300;
	color:#000;
	overflow:hidden;
	font-size:35px;
}
.indexsec2 h2{
	font-weight: 300;
	color:#4e4e4e;
	font-size:2.1rem;
	line-height:3rem;
	position: relative;
}

.indexsec2 .indexsec2h2::before {
	content:"";
	display:inline-block;
	width: 406px;
	height: 14px;
	background: url(../images/leftding-bg.png) no-repeat center / cover;
	position: absolute;
	right: 100%;
	top: 40%;
}

.indexsec2 .indexsec2h3::after {
	content:"";
	display:inline-block;
	width: 406px;
	height: 14px;
	background: url(../images/righttding-bg2.png) no-repeat center / cover;
	position: absolute;
	left: 100%;
	top: 40%;
}

.indexsec3sp {
	color:#fff;
	background-color:#00b9c7;
	padding:0.2rem 1rem;
	font-size:15px!important
}
.indexsec3 img {
	width:100%;
	height:200px;
	border-radius:0.5rem;
	object-fit:cover;
	border: 1px solid #eee;

}
.indexsec3 a{
	font-size:25px;
	
}
.indexsec3 h6{
	font-size:15px;
	color:#5b5b5b;

}
.indexsec3 p{
	font-size:16px;
	padding:0px;
	font-style:italic;
	color:#5b5b5b;
	
}
.indexsec4int {
	overflow: hidden;
}
.indexsec4int .indexsec4_div {
    background-color: #fff;
    padding: .5rem 1.5rem 1.5rem;
    position: absolute;
    bottom: -50px;
    left: 10%;
    right: 10%;
	transition: all 0.3s ease;
}
.indexsec4 img {
	width:100%;
	border-radius:12px;
	height:350px;
	object-fit:cover;
}
.indexsec4_divhead {
	color:#00b9c7!important;
	font-size:28px;
	line-height:1;
	display: block;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	margin-top: 20px;
}
.indexsec4_divp {
	color:#00b9c7!important;
	font-size:18px;
	line-height:6px;
	align-items:center!important;
	display:flex;
}
.indexsec4_divp span {
	font-size:30px;
}
.indexsec4int2:hover .indexsec4_div2 {
	bottom:4px;
}
.indexsec4int1:hover .indexsec4_div1 {
	bottom:4px;
}
.indexsec4int:hover .indexsec4_div {
	bottom:4px;
}
.section-head {
	font-size:40px;
	font-weight: 300;
}
.indexsec4 p {
	font-size:18px;
	color:#3e3e3e;
}
.bcurseca {
	font-size:18px;
	color:#96ce6f;
}
.indexiconssec ul {
	padding:0px;
}
.indexiconssec ul li a {
	width:50px;
	height:50px;
	background-color:#96ce6f;
	border-radius:50%;
	font-size:30px;
	line-height:50px;
	color:#fff;
	display: block;
	list-style:none;
}
.imagegallery {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.imagegallery div {
	padding:3px;
	border-right:1px solid #d1d1d1;
	border-top:1px solid #d1d1d1;
	border-bottom:1px solid #d1d1d1;
	width: 12.5%;
	min-width: 150px;
}
.footer {
	background-color:#49cdd7;
	padding:5rem 4rem;
}
.footer .footericons  li{
	width:40px;
	height:40px;
	background-color:#fff;
	border-radius:50%;
	font-size:25px;
	line-height:40px;
	color:#fff;
	display:inline-block;
	list-style:none;
	margin-right:5px;

}
.indexsec2 span {
	font-size:15px;
}

.indexsec4ovrly {
	position:absolute;
	top:0;left:0;
	width:100%;
	height:100%;
	background-color:transparent;
	border-radius:15px;
}
.indexsec4ovrly1 {
	position:absolute;
	top:0;left:0;
	width:100%;
	height:100%;
	background-color:transparent;
	border-radius:15px;
}
.indexsec4ovrly2 {
	position:absolute;
	top:0;left:0;
	width:100%;
	height:100%;
	background-color:transparent;
	border-radius:15px;
}
.indexsec4sec1:hover .indexsec4ovrly {
		background-color:rgba(0,0,0,0.2);
}
.indexsec4sec2:hover .indexsec4ovrly1 {
		background-color:rgba(0,0,0,0.2);
}
.indexsec4sec3:hover .indexsec4ovrly2 {
		background-color:rgba(0,0,0,0.2);
}
.short-description,
.short-description p,
.short-description li,
.lorem-ispum {
	font-size: 15px;
	text-align: justify;
	color:#4e4e4e;
	font-weight: 400;
	line-height: 1.5;
	font-family: 'Lato', sans-serif;
}

.lorem-ispum p {
    color:#4e4e4e;
}
.lorem-ispum img.about_img {
    max-width: 745px;
}
.food-list {
	margin: 20px 0;
}
.food-list img {
    border: 3px solid #eee;
    border-radius: 8px;
    height: 240px;
	width: 100%;
	object-fit: cover;
}
.food-list li,
.food-list p {
    line-height: 1.4;
    font-size: 20px;
	padding-top: 1.2rem;
	text-align: left;
}
.details-list p {
	padding:0;
	text-align: justify;
}
.details-list {
    display: flex;
    justify-content: space-between;
}
.categories{
	background-color:#96ce6f;
	margin: 0;
}
.categories h5 {
	margin: 0;
	line-height: 1;
	color: #4e4e4e;
	text-transform: uppercase;
	font-family: 'helvetica-neue',sans-serif;
}
.privancy {
    list-style: none;
    padding: 0;
	border-top: 1px solid #acacac;
	padding-bottom: 0rem;
}
.nav.nav-pills.privancy::before{
    content: '';
    border: 1px solid #fff;
	position: absolute;
	left: 19px;
	width: 1px;
	height: 420px;
	top: 38px;
	z-index: 1;
}
.privancy li {
    text-align: left;
    padding: 1rem 1.2rem;
	position: relative;
	z-index: 2;
	width: 100%;
	display: block;
}
.blog .privancy li {
    padding: 0.8rem 2.7rem;
}
.privancy li a{
	color:#fff;
}
.blog-category-desktop {
    margin: .5rem 0;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    text-align: center;
}
.blog-category-desktop li {
    display: inline-block;
    vertical-align: middle;
}
.blog-category-desktop li a {
    display: block;
    padding: 1rem;
    text-transform: uppercase;
    color: #7a7a7e;
    font-size: 15px;
}
.icon-clr {
    padding: 0 7px;
    color:#00b9c7;
}
.form-contact .green{
	border:0;
	color:#fff;
	padding: 1rem;
}
.user-profile {
    display: flex;
    align-items: center;
	position: relative;
}
.user-profile h2 {
    color:#00b9c7;
    padding-left: 1rem;
    font-size: 2.6rem;  
}
.my-profiles {
    color:#00b9c7;
    margin: 1.7rem 0;
}
.lorem-ispum .green {
    border: 0;
    color:#fff;
    padding: 0.5rem;
}
.my_timeline {
    background:#e3e3e3;
    padding: 1rem;
    border-radius: 5px;
}
.my_timeline p{
	margin:0;
}
.sokyo {
    margin: 0.6rem;
}
.sokyo p {
    font-size: 0.7rem;
    line-height: 1.6;
}
.sokyo h3{
	margin-top:10px;
	font-size: 1.4rem;
}
.reviews-box img {
    width: 50px;
    height: 50px;
    object-fit: cover;
}
.reviews-box {
    display: flex;
	align-items: center;
}
.rating span {
    background:#00b9c7;
	color:#fff;
    padding: 0.7rem 1rem;
    border-radius: 4px;
}
.dummy-text {
    font-size: 0.9rem;
    font-style: italic;
	line-height: 1.5;
	padding-top: 3rem;
}
.reviews {
    box-shadow: 0 0 30px rgba(0,0,0,0.1);
    padding: 1rem;
}
.rating {
    padding-top: 8px;
}
.form-contact-map {
    display: flex;
    justify-content: space-between;
}
.form-contact-map .green{
	background-color:#00b9c7;
	border-radius:5px;
}
.form-contact-map .form-control {
    border-radius: 8px;
}
.my-trips a {
    position: absolute;
    right: 71px;
    bottom: 8px;
}
.plan_trip {
    box-shadow: 0 0 30px rgba(0,0,0,0.1);
    padding: 1rem;
}
.user-profile .nav-pills .nav-link.active, 
.nav-pills .show > .nav-link {
    color:#fff;
	background:transparent;
	font-weight: bold;
}
.user-profile .nav-pills .nav-link.active i {
	color:#00b9c7;
}
.user-profile .privancy a.nav-link {
	display: block;
	padding: 0rem;
	margin-left: -6px !important;
}
.user-profile .privancy a.nav-link span {
	font-size: 14px;
	padding-right: 0.5rem;
	padding-left:0px;
}
.contact_text p {
    color:#5F6062;
    font-size: 15px;
    line-height: 1.4;
}
/*============================================================================================*/
/* 4. RESTAURANT PAGE */
/*============================================================================================*/
.rppageoverlay {
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;

background: rgba(8,7,7,0);
background: -moz-linear-gradient(top, rgba(8,7,7,0) 0%, rgba(2,2,2,0) 73%, rgba(0,0,0,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(8,7,7,0)), color-stop(73%, rgba(2,2,2,0)), color-stop(100%, rgba(0,0,0,1)));
background: -webkit-linear-gradient(top, rgba(8,7,7,0) 0%, rgba(2,2,2,0) 73%, rgba(0,0,0,1) 100%);
background: -o-linear-gradient(top, rgba(8,7,7,0) 0%, rgba(2,2,2,0) 73%, rgba(0,0,0,1) 100%);
background: -ms-linear-gradient(top, rgba(8,7,7,0) 0%, rgba(2,2,2,0) 73%, rgba(0,0,0,1) 100%);
background: linear-gradient(to bottom, rgba(8,7,7,0) 0%, rgba(2,2,2,0) 73%, rgba(0,0,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#080707', endColorstr='#000000', GradientType=0 );

}
.filterextrp {
	position:relative;
	
}
.filterrp {
	padding:1rem;
}
.categories h5[aria-expanded="false"] i {
    transform: rotate(360deg);
    transition: all 0.5s ease;
}
.categories h5[aria-expanded="true"] i {
    transform: rotate(180deg);
    transition: all 0.5s ease;
}
.filterrp h2 {
	font-size:30px;
	margin:0px;
	padding:0px;
	color:#00bac8;
	font-weight:600;
}
.filterrp h3 {
	font-size:18px;
	margin:0px;
	padding:0px;
	color:#fff;
}
.filterrp p {
	font-size:16px;
	margin:0px;
	padding:0px;
	color:#00bac8;
}
.filterrp a {
	background-color:#69b360;
	border:1px solid #69b360;
	padding: 0.5rem 1.5rem;
	font-size:16px;
	color:#fff!important;
	display:table;
	margin:0 auto;
}
.rppagemenu {
	background-color:#00bac8;
	display:flex;
	color:#fff;
	flex-wrap:wrap;
	justify-content:start;
}
.rppgphotossec h2 {
	font-size:35px;
}
.rppagemenu a{
	font-size:18px;
	color:#fff;
	padding:1rem;
}
.rppageovrview {
	background-color:#fff;
	padding:1rem;
}
.rppageovrview iframe {
	width:100%;
	height:auto;
}
.rppgphotossec img {
	width:100%;
	border-radius:3%;
	object-fit: cover;
}
.rppgphotossec {
	background-color:#fff;
	padding:1rem;
}
.rppgphotossecmnu {
	background-color:#fff;
	padding:1rem;
}
.rppgphotossecmnu img{
		width:100%;
	border-radius:3%;
	object-fit: cover;
}
.rppgphotossecmnu h2{
	font-size:35px;
}
.rppgwrtreview h2{
	font-size:35px;

}
.rppageovrview h2{
	font-size:35px;
	margin:0px;
	padding:0px;
}
.rppageovrview p{
	font-size:16px;
	margin:0px;
	padding:0px;
	line-height:1.3;
}
.rppageovrview p span{
	font-size:20px;
	margin:0px;
	padding:0px;
	line-height:1;
}
.rppgwrtreview {
	background-color:#fff;
	padding:1rem;
}
.rppgwrtreview textarea{
	text-align:left;
	border:0;
	box-shadow:0;
}
.rppgwrtreview button{
	font-size:16px;
	background-color:#aacd67;
	color:#fff;
}
.rppgwrtreview i {
	font-size:30px;
}
.rppgwrtreviewbox {
	border:2px solid #c2c2c2;
	margin:0 auto;
}
.rppgwrtreviewbox .form-control {
	min-height: 45px;
	border-color:transparent;
	box-shadow: none;

}
.rppgwrtreviewbox .form-control:active,
.rppgwrtreviewbox .form-control:focus {
	border-color:#fff;
	box-shadow: 0;
}
.restpagemidryt img{
	height:100%!important;
	width:100%;
}

.restpagemidryt h4 {
	margin:0px;
	padding:0px;
	font-size:20px;
}
.restpagemidryt h5 {
	margin:0px;
	padding:0px;
	font-size:16px;
	font-weight:600;
	margin-bottom:0.5rem;
}
.restpagemidryt p {
	margin:0px;
	padding:0px;
	font-size:13px;
	line-height:1.3;
	color:#5e5e5e;
}
.restpagemidryt {
	background-color:#fff;
	padding:0rem;
}

.login-form .main-div {
	max-width: 600px;
	margin: 4em auto;
}
.form-heading {
	font-weight: 200;
	margin-bottom: 10px;
	line-height: 1;
}
.login-form .main-div .panel {
	padding: 1em;
	box-shadow: 0 0 10px #eee;
}

.login-form .form-control {
	background: #f7f7f7 none repeat scroll 0 0;
	border: 1px solid #d4d4d4;
	border-radius: 4px;
	font-size: 14px; 
	height: 45px;
	line-height: 50px;
}
.btn.btn-block.facebook {
    border: 1px solid #3d548f;
	color:#3d548f;
}
.btn.btn-block.facebook:hover {
    border: 1px solid #3d548f;
	color:#fff;
	background:#3d548f;
}
.btn.btn-block.google {
    border: 1px solid #d64937;
	color:#d64937;
}
.btn.btn-block.google:hover {
    border: 1px solid #d64937;
	color:#fff;
	background:#d64937;
}
.or_divider {
    text-align: center;
    margin-top: 1.4rem;
    margin-bottom: 1.2rem;
    text-transform: uppercase;
    color:#ccc;
    position: relative;
    font-size: 20px;
    line-height: 2;
}
.or_divider::before {
    width: calc(50% - 30px);
    height: 1px;
    border-top: 1px solid #ccc;
    position: absolute;
    left: 0;
    top: 20px;
    content: '';
    display: inline-block;
}
.or_divider::after {
    width: calc(50% - 30px);
    height: 1px;
    border-top: 1px solid #ccc;
    position: absolute;
    left: 0;
    top: 20px;
    content: '';
    display: inline-block;
}
.or_divider::after {
    left: auto;
    right: 0;
}

.connectionform a.active{
	color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}
	

/*======================STAR RATING ======================================================================*/
.rppgrating {
    height: 46px;
    padding: 0 10px;
	display:block;
	text-align:left;
}
.rppgrating:not(:checked) > input {
    position:absolute;
    top:0;
	left:0;
	opacity:0;
}
.rppgrating:not(:checked) > label {
    float:right;
    width:1em;
    overflow:hidden;
    white-space:nowrap;
    cursor:pointer;
    font-size:40px;
    color:#ccc;
}
.rppgrating:not(:checked) > label:before {
    content: '★ ';
}
.rppgrating > input:checked ~ label {
    color: #ffc700;    
}
.rppgrating:not(:checked) > label:hover,
.rppgrating:not(:checked) > label:hover ~ label {
    color: #deb217;  
}
.rppgrating > input:checked + label:hover,
.rppgrating > input:checked + label:hover ~ label,
.rppgrating > input:checked ~ label:hover,
.rppgrating > input:checked  label:hover  label,
.rppgrating > label:hover  input:checked  label {
    color: #c59b08;
}

.lorem-ispum h3 {
    font-size: 30px;
    color:#00BAC8;
}

.btn-remove {
	position: absolute;
	top: -9px;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	right: 6px;
	border: 1px solid #dfdfdf;
	text-align: center;
	background: #fff;
	font-size: 15px;
	line-height: 23px;
}

#timer {
	margin-bottom: 20px;
	color: #5F6062;
}
#timer::before {
	display: inline;
	content: 'Reading Time:';
	color: #000;
}




/*============================================================================================*/
/*========================------===========RESPONSIVE======-----==============================*/
/*============================================================================================*/

@media(max-width:1400px) {
	.indexsec2 .indexsec2h2::before {
		width: 160px;
	}
	.indexsec2 .indexsec2h3::after {
		width:80px;
	}
	.indexsec2 .indexsec2h2::before{
		display:none;
	}
	.indexsec2 .indexsec2h3::after{
		display:none;
	}
}
@media(max-width:1282px) {
	.rppagemenu a {
    padding: 0.8rem;
	font-size:17px;
}
	
}
@media (max-width:1200px){
	.rppagemenu a {
    padding: 0.5rem;
    font-size: 16px;
}
.banner_search_page .banner_icons .cfficonbg p {
    font-size: 12px;
    color: #000;
}
	.indexsec2 .indexsec2h2::before {
		width: 100px;
	}
	.indexsec2 .indexsec2h3::after {
		width:60px;
	}
    .indexsec2 .indexsec2h2::before{
		display:none;
	}
	.indexsec2 .indexsec2h3::after{
		display:none;
	}
}
 @media(max-width:992px) { 
	.cfficonbgbox h3 {
		font-size: 30px;
	}
	.cfficonbgbox p {
		font-size: 12px;
	}
	.nav.nav-pills.privancy::before {
		display: none;
	}
	.banner_search_page .banner_icons .cfficonbg {
    width: 110px;
    height: 110px;
    }
    .banner_icons .cfficonbg p {
    font-size: 12px;
	}
}
 @media(max-width:991px) { 
	body {
		font-size: 13px;
	}
    #header .product_link a {
		padding: .1rem 0.3rem;
    }
    .indexhdinp {
		height: 1.3rem !important;
		min-height:40px;
    }
	img.headersrchicon {
		top: 5px !important;
		position: absolute;
		right: 11px !important;
		width: 15px;
    }
	.filterrp p {
    font-size: 15px;
	}
		.map-list a {
    padding: 0.5rem;
	}
	.result h3 {
    font-size: 1.6rem;
	}
	.rppgrating:not(:checked) > label {
		font-size:32px;
	}
	.footer .footermenu li {
    font-size: 16px;
	}
	.footer h3 {
    font-size: 1.4rem;
	}
 }
 @media(min-width:769px) and (max-width:991px) {
	 .navbar-brand {
    width: 250px;
	}
	.indexhdinp {
    height: 1.9rem!important;
	min-height:40px;
	}
	.indexsec2 .indexsec2h2::before{
		display:none;
	}
	.indexsec2 .indexsec2h3::after{
		display:none;
	}
 }
@media(max-width:768px) {
	html,
	body {
		font-size: 14px;
	}
	#header .product_link form {
	    display:none;
	}
    .footer {
        padding: 5rem 1rem;
    }
    .footer .footermenu li {
        font-size: 16px;
    }
    .footercol3 h3 {
        font-size: 22px;
    }
	.banner {
		height: 90vh;
	}
	.banner.banner_search_page {
    height: 40vh;
	}
	.filter {
    background-color: rgba(0,186,200,0.6);
    padding: 1rem;
    position:static;
	}
	.rppagemenu a {
    font-size: 16px;
	}
	.result h3{
		text-align:center;
	}
	.navbar-brand {
        width:166px!important;
    }
    .banner_icons .cfficonbg img {
    width: 45px;
    height: 45px;
    }
    .banner_icons .cfficonbg {
    padding: 1rem 0.2rem;
    width: 90px;
    height: 90px;
    }
    .banner_icons .cfficonbg p {
    font-size: 12px;
    }
    .btn {
    min-height: 35px;
    }
    .rppgrating:not(:checked) > label {
		font-size:32px;
	}
	.indexsec2 .indexsec2h2::before{
		display:none;
	}
	.indexsec2 .indexsec2h3::after{
		display:none;
	}
	.custom-file{
		margin-bottom:12px;
	}
	.privancy li {
		text-align: left;
		padding: 0.5rem 1.2rem;
		display: inline-block;
		width: auto;
	}
	.food-list li,
    .food-list p,
	.lorem-ispum p {
		color:#4e4e4e;
		font-size: 1.2rem;
	}
	.user-profile .privancy a.nav-link span {
		font-size: 11px;
	}
	.user-profile {
		margin-top: 2rem;
	}
	.user-profile img {
		width: 73px;
	}
	#collapsibleNavbar {
		position: fixed;
		right: -100%;
	}
	.lorem-ispum img {
		width: auto;
	
	}
	.lorem-ispum .reviews-box img {
	    margin-left: 0;
	}
	.lorem-ispum .reviews-box .btn {
    	min-height: 26px;
    }
	#collapsibleNavbar .navbar-nav .nav-item .indexhdinp{
		display:none;
	}
}
@media(max-width:767px) {
      .navbar-brand {
        width:166px!important;
    }

	.footer img {
		max-width: 250px;
		margin: 0 auto 40px;
		display: table;
	}
	.filterrp a {
	padding: 0.2rem 0.3rem;
	font-size: 15px;
	}
	.rppagemenu a {
    font-size: 13px;
	padding: 1rem 0.5rem;
	}
	.result label {
    font-size: 13px;
	}
	.result select {
    font-size: 9px;
	}
	.map-list a {
    font-size: 15px;
	}
	.blankdivcntct {
    display: none;
    }
    	.rstcallsitesep {
		display:none;
	}
	.categories {
    margin:0;
	}
	.result p {
    font-size: 13px;
	}
	.midsrchrestcntct a {
    font-size: 15px;
	}
	.rppagemenu a {
    font-size: 14px !important;
    color:#fff;
    padding: 0.5rem 1.3rem !important;
    margin: 0 auto;
    }
    .filterrp a{
        float: right !important;
    }
    #header .product_link form {
        position: absolute;
        top: 46px;
        left: 15%;
    }
    .indexhdinp {
    	height: 1.8rem !important;
    	min-height: 27px;
    	font-size: 0.9rem;
    }
    .headersrchicon {
        width: 0px !important;
        right: 0px !important;
        top: 1px !important;
    } 
    #header .headersrchicon{
        background-size: 10px;
    }
    .btn-serch {
    	padding: 7px 11px !important;
    	line-height: 0px !important;
    	font-size: 11px !important;
    }
}
@media(max-width:640px) {
    .banner_search_page .banner_icons .cfficonbg img {
        width: 35px;
        height: 35px;
    }
    .banner_search_page .banner_icons .cfficonbg {
        width: 90px;
        height: 90px;
    }
    #collapsibleNavbar {
    width:55%;
    }
    .footer .footermenu li a {
		font-size: 16px;
	}
}
@media(min-width:576px) and (max-width:767px) { 
	.food-list p {
    font-size: 0.9rem;
	}
}
@media(max-width:557px) {
    .filterrp a {
        padding: 0.5rem 0.3rem;
        font-size: 9px;
    }
    .banner.banner_search_page {
    height: 45vh;
    }
    .user-profile h2 {
    font-size: 2.2rem;
    }
    .categories {
        margin: 0px;
    }
    .cfficonbgbox h3 {
    font-size: 22px;
    }
    #footer {
    padding: 0;
    }

}
@media(max-width:527px) {
	html,
	body {
		font-size: 13px;
	}
	.navbar-brand {
		width: 160px !important;
	}
	.rppagemenu a {
    font-size: 14px;
    padding: 0.2rem 0.5rem;
	}
	.banner_search_page .banner_icons .cfficonbg {
    padding: 1rem 0.2rem;
    width: 80px;
    height: 80px;
	}
	.banner_search_page .banner_icons .cfficonbg img {
    width: 30px;
    height: 30px;
	}
	.banner_icons .cfficonbg img {
		width: auto;
		height: 36px;
    }
    .banner_icons .cfficonbg {
        width: 80px;
        height: 80px;
	}
}
@media(max-width:509px) {
    .navbar-brand {
        width:150px!important;
    }
     #header .product_link a {
         font-size:10px;
     }
     .btn-serch {
    padding: 5px 9px !important;
    line-height: 0px !important;
    font-size: 9px !important;
    }
}

@media(max-width:500px) {
    .indexsec2 span {
		font-size: 13px;
    }
	.indexsec2 h2 {
		font-size:24px;
	}
	.indexsec2 p {
		font-size:16px;
		line-height:20px;
	}
	.indexsec2 .indexsec2h2::before {
		width:110px;
	}

	.indexsec2 .indexsec2h3::after {
		width:58px;
	}
	.filterrp a img {
		width:12px;
		margin-right:0;
	}
	.banner-sky h3 {
    font-size: 30px;
    margin-top: 5px;
	}
	.rppageovrview p {
    font-size: 14px;
	}
	#header .product_link a {
		font-size: 9px;
	}
	#header .product_link form {
    position: absolute;
    top: 40px;
}
.btn-serch {
    padding: 4px 9px !important;
}
 }
 @media (max-width: 451px) {
     .banner_icons .cfficonbg img {
		width: auto;
		height: 46px;
    }
    .banner_icons .cfficonbg {
        width: 100px;
        height: 100px;
	}
	.btn-serch {
    padding: 4px 4px !important;
}
.navbar-brand {
    width: 140px!important;
}
 }
 @media(max-width:400px) {
	.indexsec2 .indexsec2h2::before {
		width: 110px !important;
	}
	.indexsec2 .indexsec2h3::after {
		width: 57px !important;
	}	
	
	.section-head {
		font-size: 30px;
		font-weight:400;
	}
	.filterrp p {
    font-size: 14px;
    margin: 0px;
    padding: 0px;
    color:#fff;
	}
	.filterrp a {
    padding: 0.5rem 0.1rem;
	font-size: 8px;
	}
	.rppageovrview h2 {
    font-size: 25px;
	}
	.rppageovrview  span {
    font-size:18px;
	font-weight:600;
	}
	.rppageovrview p span {
    font-size: 16px;
	}
	.rppgphotossec h2 {
    font-size: 25px;
	}
	.rppgphotossecmnu h2 {
    font-size: 25px;
	}
	.rppgwrtreview h2 {
    font-size: 25px;
	}
		.result h3 {
    font-size: 1.4rem;
	}
	.result p {
    font-size: 14px;
	}
	.result select {
    font-size: 12px;
	}
	.result .custom-select {
    background-size: 8px;
	}
	.map-list a {
    font-size: 13px;
	}
	.navbar-brand {
    width: 120px !important;
    }
    .indexsec4_divhead {
    font-size: 25px;
    margin-bottom:0.5rem;
    }
    .indexsec4 p {
    font-size: 16px;
    }
    .bcurseca {
    font-size: 16px;
    }
    #header .product_link form {
    	position: absolute;
    	top: 38px;
    	left: 11px;
    }
    .btn-serch {
        padding: 4px 4px !important;
    }
}
@media (max-width: 360px){
    .btn-serch {
    padding: 4px 3px !important;
    }
    .navbar-brand {
        width: 114px !important;
    }
    .navbar-brand{
        margin-right: 0rem !important;
    }
    .btn-serch {
        padding: 4px 3px !important;
    }
    .navbar-brand {
        width: 106px !important;
    }
    .btn-serch {
        padding: 5px 4px !important;
        line-height: 0px !important;
        font-size: 7px !important;
    }
}
.card-product:after {
content: "";
display: table;
clear: both;
visibility: hidden;
}
.card-product .price-new, .card-product .price {
margin-right: 5px;
}
.card-product .price-old {
color: #999;
}
.card-product .img-wrap {
border-radius: 3px 3px 0 0;
overflow: hidden;
position: relative;
height: 220px;
text-align: center;
}
.card-product .img-wrap img {
max-height: 100%;
max-width: 100%;
object-fit: cover;
}
.card-product .info-wrap {
overflow: hidden;
padding: 15px;
border-top: 1px solid #eee;
}
.card-product .action-wrap {
padding-top: 4px;
margin-top: 4px;
}
.card-product .bottom-wrap {
padding: 15px;
border-top: 1px solid #eee;
}
.card-product .title {
margin-top: 0;
}
.btn-overlay {
    display: none;
}
.demo_btn {
    background-color:#00bac8 !important;
    width: 26px;
    height: 26px;
    border-radius: 4px;
}

/*============================================================================================*/
/*========================------===========SINGLE_PRODUCT======-----==============================*/
/*============================================================================================*/


/* Shop Detail */
.shop-detail-slider #sync1 {
border: 1px solid #eeeeee;
border-radius: 12px;
margin-bottom: 15px;
overflow: hidden;
}
.shop-detail-slider {
position: relative;
}
.favourite-icon a {
background: red none repeat scroll 0 0;
border-radius: 50px;
color: #fff;
font-size: 17px;
height: 35px;
line-height: 34px;
position: absolute;
right: 20px;
text-align: center;
top: 20px;
width: 35px;
z-index: 9;
}
.shop-detail-slider #sync2 img {
border: 2px solid #eeeeee;
border-radius: 12px;
cursor: pointer;
margin: 26px 0 8px;
width: 67px;
}
.shop-detail-slider #sync2 .item {
text-align: center;
}
.shop-detail-right {
background: #fff none repeat scroll 0 0;
border: 1px solid #eeeeee;
border-radius: 12px;
padding: 32px;
}
.shop-detail-slider #sync2 .synced img, .shop-detail-slider #sync2 img:hover {
border-color: #1c2224;
}
.shop-detail-slider #sync2 {
padding: 0 70px;
}
.shop-detail-right .badge {
background: #f07226 none repeat scroll 0 0;
border: 1px solid #f07226;
border-radius: 2px;
color: #fff;
font-size: 14px;
font-weight: 500;
padding: 6px 13px;
}
.shop-detail-right h2 {
font-size: 24px;
font-weight: 100;
margin: 10px 0 5px;
}
.shop-detail-right > h6 {
color: #666;
font-size: 14px;
margin: 0 0 19px;
}
.shop-detail-right .btn {
font-weight: 500;
margin: 29px 0;
padding: 15px 50px;
text-transform: uppercase;
}
.short-description {
background: #fff none repeat scroll 0 0;
border: 1px solid #eeeeee;
border-radius: 2px;
padding: 22px;
}
.shop-detail-right .regular-price {
font-size: 17px;
font-weight: 100;
margin: 0 0 8px;
color: #17a2b8 !important;
}
.shop-detail-right .offer-price {
font-size: 20px;
font-weight: 300;
}
.shop-detail-right .offer-price .text-success {
font-size: 30px;
font-weight: 500;
}
.shop-detail-right .feature-box .mdi {
background: #23bd5b none repeat scroll 0 0;
border: medium none;
color: #fff;
}
.shop-detail-right .feature-box h6 {
font-weight: 400;
}
.shop-detail-right .feature-box {
margin: 4px 0;
}
/* Cart Page */
.cart_product img {
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
-moz-border-right-colors: none;
-moz-border-top-colors: none;
border-color: #ececec #ececec #dcdcdc;
border-image: none;
border-radius: 2px;
border-style: solid;
border-width: 1px 1px 3px;
box-shadow: 0 0 3px #ececec;
float: left;
height: 88px;
margin: 0px;
object-fit: scale-down;
width: 72px;
}
.cart_summary td {
vertical-align: middle;
}
.cart_summary > thead, .cart_summary > tfoot {
background: #f7f7f7 none repeat scroll 0 0;
}
.cart_summary {
border: medium none !important;
}
.qty .form-control {
border-radius: 2px !important;
margin: 0 2px;
text-align: center;
width: 18px;
}
.qty .btn {
background:#5a6268 none repeat scroll 0 0;
background-color: rgb(90, 98, 104);
border-radius: 2px !important;
color: #fff;
font-size: 23px;
height: 33px;
line-height: 15px;
padding: 8px;
text-align: center !important;
vertical-align: baseline;
width: 33px;
}
.btn.btn-primary.h-100.rounded-0.cart {
    font-size:13px;
}
.cart_description h5 {
font-size: 15px;
margin: 0 0 5px;
}
.cart_description h6 {
font-size: 12px;
font-weight: 100;
}
.availability .badge {
font-size: 11px;
padding: 6px 11px;
}
.cart-table {
border-top: medium none;
padding: 0;
}
.cart-table .table {
margin-bottom: 0;
}
.cart-table .btn-secondary {
border-radius: 0 !important;
font-size: 16px;
padding: 11px;
padding-bottom: 11px;
text-transform: uppercase;
padding-bottom: 2.2rem;
}

.cart-list-product {
background: #fff none repeat scroll 0 0;
border-radius: 5px;
box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.06);
margin-bottom: 16px;
overflow: hidden;
padding: 12px;
position: relative;
}
.cart-list-product img {
background: #fff none repeat scroll 0 0;
border: 1px solid #efefef;
border-radius: 5px;
box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.06);
float: left;
height: 99px;
margin: 0 15px 0 0;
object-fit: scale-down;
width: 82px;
}
.cart-list-product h5 a {
font-size: 14px;
color: #0cc5b7;
}
.cart-list-product h5 {
margin: -2px 0 8px 0;
}
.cart-list-product h6 {
font-size: 11px;
}
.cart-list-product > h6 span {
color: #ff253a;
}
.remove-cart {
position: absolute;
right: 18px;
top: 12px;
}
.cart-list-product .badge {
background: #f2fef2 none repeat scroll 0 0;
border: 1px solid #4eda92;
border-radius: 2px;
color: #4eda92;
font-size: 11px;
font-weight: 500;
padding: 3px 6px;
}
.cart-sidebar-footer {
background: #ffffff none repeat scroll 0 0;
padding: 14px 20px;
}
.cart-store-details p {
margin: 0 0 3px;
}
.cart-store-details h6 {
margin: 10px 0 19px;
}
.cart-sidebar-footer .btn {
padding: 15px 17px;
}
/* Checkout Page */
.checkout-step .card {
margin: 0 0 -1px;
}
#headingTwo span {
    border: 2px solid #23bd5b;
    color:#23bd5b;
    border-radius: 50%;
    padding: 0.4rem 0.8rem;
    margin-right: 1rem;

}
.checkout-step .card .card-header .btn {
color: #333;
font-size: 17px;
font-weight: 500;
padding: 9px 0;
text-align: left;
text-decoration: none;
width: 100%;
}
.checkout-step .card .card-header .btn .number {
border-radius: 50px;
color: #fff;
display: inline-block;
font-weight: bold;
height: 34px;
line-height: 28px;
margin: 0 8px 0 0;
text-align: center;
text-decoration: none;
vertical-align: 0;
width: 34px;
border: 2px solid;
}
.checkout-step .card .card-header .btn.collapsed .number {
border: 2px solid #23bd5b;
color: #23bd5b;
}
.checkout-step .card .card-header .btn .number {
border: 2px solid #51aa1b;
color: #51aa1b;
}
.order-done .mdi {
font-size: 135px;
line-height: 161px;
}
.content_pages > .container > img {
	margin: 0 auto;
	display: table;
}
.content_pages p {
	font-size: 15px;
	text-align: justify;
}
.content_pages ol,
.content_pages ul {
	font-size: 15px;
}
.content_pages h4 {
	color: #222;
	font-size: 19px;
}
.content_pages .note-float-left {
	max-width: 320px;
	margin-right: 70px;
}

.plan-sel p {
    text-align: center;
}
.box-text,
.box-text_2,
.box-text_3 {
    background:#00bac8;
    border-radius: 20px;
    padding: 3rem 3rem 4.5rem;
    height: 100%;
    margin-bottom:1rem;
    position: relative;
}
.box-text_3 span,
.box-text_2 span,
.box-text span {
    font-size: 4rem;
    font-weight: 600;
    color:#fff;
}
.box-text_3 h3,
.box-text_2 h3,
.box-text h3{
    font-size:1rem;
    color:#fff;
}
.box-text_2 h6,
.box-text_3 h6,
.box-text h6 {
    color: #fff;
}
.box-text_2 {
    background:#96ce6f;
}
.box-text_3 span {
    font-size: 2.4rem;
}
.box-text .btn,
.box-text_2 .btn,
.box-text_3 .btn {
    position: absolute;
    bottom: 30px;
    left: 3rem;
    width: calc(100% - 6rem);
}
.btn-serch {
    padding: 3px 6px;
    line-height: 0px;
    font-size: 10px;
}
.bt-scarch {
    display: inline-block;
} 




