body {
	margin: 0px;
	padding: 0px;
	font-family: 'latoregular'!important;
}

p {
	font-size: 15px;
	line-height:28px;
	color: #000000;
	font-family: 'latoregular'!important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'hff_thai_dyeregular';
}
.buttonToggle {
    display: none;
    position: absolute;
    right: 0;
	cursor: pointer;
}
a:hover {
	text-decoration: none!important;
	color: #5c8528!important;
	cursor: pointer;
}

.book_occasion a:hover {
	border: 2px solid #5c8528;
}

#scroll {
	position: fixed;
	right: 10px;
	bottom: 37px;
	cursor: pointer;
	background-color: #5c8528;
	display: none;
	z-index: 9999;
	color: #111;
	color: white;
	padding: 8px 8px 12px;
	outline: 0;
	text-decoration: none;
	border-radius: 4px 4px 0 0;
	box-shadow: 0 3px 3px rgba(0, 0, 0, .1);
}

#scroll:hover {
	color: #fff!important;
}

#scroll .goto {
	font-size: 10px;
	letter-spacing: 1px;
	transition-delay: .2s;
}

#scroll span {
	display: block;
	line-height: 1.2;
	transform: translate(0, 5px);
	transition: all .3s;
}

#scroll .top-text {
	font-size: 16px;
	letter-spacing: 2px;
	font-weight: bold;
	transition-delay: .4s;
}

@font-face {
	font-family: 'latoregular';
	src: url('../fonts/lato-regular-webfont.woff2') format('woff2'), url('../fonts/lato-regular-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'hff_thai_dyeregular';
	src: url('../fonts/hff_thai_dye-webfont.woff2') format('woff2'), url('../fonts/hff_thai_dye-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
.offcanvas-menu
{
position: fixed;
    width: 250px;
    height: 100%;
    right: 0;
    background-color: #5c8528;
    top: 0;
    z-index: 9999;
}
#offcanvas-toggler>i:hover {
	color: #fff
}

#offcanvas-toggler {
	float: right
}
#offcanvas-toggler>i {
	display: inline-block;
	padding: 0 0 0 10px;
	font-size: 21px;
	background: 0 0;
	margin: 0;
	line-height: 115px;
	cursor: pointer;
	color: #fff;
	-webkit-transition: all .3s;
	transition: all .3s
}
body.offcanvas:before {
	opacity: 1;
	z-index: 999
}
.body-innerwrapper {
	position: relative;
	overflow-x: hidden;
	-webkit-transition: right .35s;
	transition: right .35s;
	-webkit-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
	right: 0
}
body.offcanvas .body-innerwrapper {
	right: 320px
}
.close-offcanvas {
	position: absolute;
	top: 15px;
	right: 15px;
	z-index: 1;
	border-radius: 100%;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	background: rgba(0, 0, 0, .2)
}
.close-offcanvas:hover {
	background: rgba(0, 0, 0, .5);
	color: #fff
}
.offcanvas-menu {
	width: 320px;
	height: 100%;
	position: fixed;
	top: 0;
	right: -320px;
	color: #fff;
	z-index: 99999;
	overflow-y: scroll;
	-webkit-transition: right .35s;
	transition: right .35s;
	-webkit-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out
}
.offcanvas .offcanvas-menu {
	right: 0
}
body.offcanvas {
	width: 100%;
	height: 100%;
	overflow: hidden
}
.offcanvas-menu .offcanvas-inner {
	padding: 20px
}
.offcanvas-menu .offcanvas-inner .title {
text-transform: uppercase;
    font-size: 26px;
}
.offcanvas-menu .offcanvas-inner ul>li {
	border: 0;
	position: relative;
	border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.offcanvas-menu .offcanvas-inner ul>li a {
	-webkit-transition: all .3s;
	transition: all .3s;
	padding: 10px 20px;
	color: #fff;
	text-transform: capitalize;
	display: block;
	font-size: 14px
}
.offcanvas-menu .offcanvas-inner .active>a,
.offcanvas-menu .offcanvas-inner ul>li a:hover {
    background-color: rgba(0, 0, 0,0.2);
    color: #fff!important;
}
.offcanvas-menu .offcanvas-inner ul>li ul>li:last-child {
	border-bottom: none
}
.offcanvas-menu .offcanvas-inner ul>li .offcanvas-menu-toggler {
	display: inline-block;
	position: absolute;
	top: 0;
	right: 0;
	padding: 10px 20px;
	cursor: pointer
}
.offcanvas-menu .offcanvas-inner ul>li .offcanvas-menu-toggler .fa-plus {
	display: none
}

.offcanvas-menu .offcanvas-inner ul>li .offcanvas-menu-toggler .fa-minus {
	display: inline
}

.offcanvas-menu .offcanvas-inner ul>li .offcanvas-menu-toggler.collapsed .fa-plus {
	display: inline
}

.offcanvas-menu .offcanvas-inner ul>li .offcanvas-menu-toggler.collapsed .fa-minus {
	display: none
}

.offcanvas-menu .offcanvas-inner ul>li>a:after {
	display: none
}

.offcanvas-menu .offcanvas-inner ul>li ul {
	background: rgba(0, 0, 0, .1)
}

.offcanvas-menu .offcanvas-inner :first-child {
	margin-top: 0
}

.offcanvas-menu .offcanvas-inner>ul {
	margin: 20px -20px
}
/*----*/

.header {
	position: fixed;
	z-index: 999;
	top: 0;
	right: 0;
	left: 0;
	background: #fff;
	box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}

.inner_banner {
	margin: 90px 0 0 0;
}

.slider {
	margin: 70px 0 0 0;
}

.header .navbar {
	padding: 6px 0 10px 0;
}

.header .navbar .navbar-nav {
	margin-right: 190px;
	margin-top: 6px;
}

.header .navbar .navbar-nav .nav-link {
	color: #000;
	font-size: 16px;
	font-weight: 400;
	line-height: 27px;
}

.bookOcc {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 9;
}

.slider .carousel img {
	width: 100%;
}

.slider .carousel-caption {
	top: 44%;
	bottom: auto;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 80%;
}

.slider .carousel-caption h1 {
	font-size: 50px;
	margin: 0px;
	text-shadow: 2px 3px 3px #000;
}

.slider .carousel-caption p {
	color: #fff;
	font-size: 18px;
	line-height: 28px;
	margin: 0px;
}

.slider .icon {
	padding: 40px 0;
	position: relative;
	display: inline-block;
}

.slider .icon img {
	width: auto;
	max-width: 100%;
}

.slider .icon:before {
	content: "";
	height: 15px;
	width: 160px;
	position: absolute;
	left: -186px;
	top: 50%;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	transform: translateY(-50%);
}

.slider .icon:after {
	content: "";
	height: 15px;
	width: 160px;
	position: absolute;
	right: -186px;
	top: 50%;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	transform: translateY(-50%);
}

.slider .icon:first-child:after {
	border-top: 1px solid #fff;
}

.slider .icon:last-child:after {
	border-bottom: 1px solid #fff;
}

.bookOcc img {
	width: 190px;
}

.navbar-brand img {
	width: 185px;
}

.slider .carousel-indicators {
	position: absolute;
	right: 0;
	bottom: -7px;
}
.slider .carousel-item:last-child .carousel-caption .icon
{
display:none;
}

/*about us section*/

.abt_woodlands {
	background: url(../images/background.jpg) center top no-repeat;
	margin: -37px 0 0 0;
	padding: 110px 0;
	background-size: 100%;
	position: relative;
}

.abt_woodlands .main-heading {
	padding: 0;
}

.item01 {
	position: absolute;
	right: 0;
	width: 45%;
	top: 578px;
	visibility: visible;
	overflow: visible;
	z-index: 1;
	text-align: right;
	-webkit-animation: mymove 1s 1;
	/* Safari 4.0 - 8.0 */
	-webkit-animation-timing-function: linear;
	/* Safari 4.0 - 8.0 */
	animation: mymove 1s 1;
	animation-timing-function: linear;
}


/* Safari 4.0 - 8.0 */

@-webkit-keyframes mymove {
	from {
		top: 0px;
	}
	to {
		top: 578px;
	}
}

@keyframes mymove {
	from {
		top: 0px;
	}
	to {
		top: 578px;
	}
}

.item01 img {
	width: 80%;
}

.main-heading {
	color: #5c8528;
	font-size: 35px;
	text-align: center;
	text-shadow: 0px 0px 0px #000;
	padding: 0 0 50px;
	letter-spacing: 0rem;
	width: 100%;
	position: relative;
	margin: 0 0 30px 0;
}

.border_heading {
	background: url(../images/border_heading.png) center center no-repeat;
	height: 43px;
	/* float: left; */
	width: 100%;
	background-size: 200px;
	margin: 0;
	bottom: 0;
	position: absolute;
	left: 0;
}

.abt_woodlands p {
	text-align: center;
	width: 70%;
	margin: 0 auto;
}

.abt_woodlands .icon:before {
	content: "";
	height: 130px;
	position: absolute;
	left: 50%;
	top: -138px;
	border-left: 1px solid #000;
}

.abt_woodlands .icon:after {
	content: "";
	height: 206px;
	position: absolute;
	left: 50%;
	border-left: 1px solid #000;
	bottom: -235px;
}

.awards {
	background: url(../images/awards-bg.jpg) top left no-repeat;
	background-size: cover;
	padding: 0 0 215px 0;
}

.awards .main-heading {
	text-align: left;
	color: #000000;
	padding: 300px 0 0 0;
}

.awards img {
	position: absolute;
	top: -405px;
	right: 0px;
}

.abt_chettinad {
	background: url(../images/chetinadbg.png) no-repeat;
    background-size: 100% 100%;
    z-index: 1;
    position: relative;
    background-position: center;
    padding: 135px 0;
}

.abt_chettinad .main-heading {
	padding: 0;
}

.abt_chettinad .main-heading {
	text-align: left;
	color: #fff;
}

.abt_chettinad p {
	text-align: left;
	color: #fff;
	width: 75%;
}

.gallery {
	background: url(../images/gallerybg.png) 0px 0px no-repeat;
	background-size: cover;
	margin: -80px 0 0 0;
	padding: 0 0 100px 0;
}

.gallery .main-heading {
	padding: 170px 0 0;
	margin: 0 0 30px 0;
}

.gallery p {
	text-align: center;
}

.gallery .owl-carousel .owl-item img {
	width: 430px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
}

.owl-theme .owl-dots .owl-dot span {
	width: 29px;
	height: 5px;
	margin: 5px 7px;
	background: #D6D6D6;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity .2s ease;
	border-radius: 30px;
}

.txt-cption {
	padding: 135px 0 0 114px;
}

.txt-cption h5 {
	font-size: 2.5rem;
	letter-spacing: -0.2rem;
	text-shadow: 0px 2px 1px #000;
}

.txt-cption p {
	text-align: left;
	color: #fff;
	width: 70%;
	line-height: 20px;
	font-size: 14px;
}

.leaves {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	text-align: left;
	background: url(../images/leaves.png) left top no-repeat;
	height: 440px;
	width: 625px;
	background-size: 100%;
	top: 29px;
}

.book_table {
	background-color:#f0b006;
	padding: 15px 0;
	height: 625px;
	position: relative;
}
.book_table:before {
    background-image: url(../images/mandola.png);
    background-repeat: no-repeat;
    padding: 15px 0;
    background-size: contain;
    height: 100%;
    content: "";
    background-position: left -160px top 0;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.booking_mandola {
	text-align: center;
	padding: 76px 0;
}

.booking_mandola img {
	padding: 0 0 75px 30px;
	margin: 0 0 0 170px;
}

.booking_mandola p {
	color: #fff;
	margin: 0 0 45px 0;
	text-align: right;
}

.booking_mandola a {
	border: 2px solid #fff;
	text-align: right;
	padding: 10px;
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
	margin: 0 0px 0 10px;
	float: right;
}

.booking_mandola a:hover {
	border: 2px solid #5c8528;
	color: #5c8528;
}

.owl-nav {
	display: none;
}

.gallery .owl-theme .owl-dots,
.gallery .owl-theme .owl-nav {
	text-align: left;
	-webkit-tap-highlight-color: transparent;
}

.gallery .owl-theme .owl-dots .owl-dot span {
	width: 30px;
	height: 4px;
	margin: 5px 7px;
	background: #D6D6D6;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity .2s ease;
	border-radius: 0;
}

footer {
	background: url("../images/footer_bg.jpg") center center no-repeat;
	background-size: cover;
	padding: 50px 0;
}

.logo_footer img {
	width: 225px;
	height: auto;
	margin: 0 0 25px 0;
}

footer p {
	color: #fff;
	font-weight: 300;
	font-size: 13px;
}

footer i {
	color: #fff;
}
.socialmedia {
    width: 100%;
    float: left;
}
.socialmedia ul {
margin:0px;
padding:0px;
}
.socialmedia ul li {
display: inline-block;
margin: 0 5px 0 0px;
}
.socialmedia ul li:last-child{
margin:0px;
}
.socialmedia ul li a {
	background: #6d9d31;
	width: 32px;
	border-radius: 50%;
	float: left;
	padding: 3px 0;
	text-align: center;
	border: 1px solid #000;
}

.location_details p {
	margin: 0;
	padding: 0 0 0 26px;
}

.location_details a {
	color: #fff;
}

.location_details>div {
    position: relative;
    margin: 0 0 5px 0;
}

.location_details i {
	/* float: left; */
	font-size: 25px;
	width: 24px;
	position: absolute;
	top: 4px;
	left: 0;
}

.location_details i.fa-envelope {
	font-size: 16px;
}

.table_hrs {
	background: url(../images/table.png) 0 0 no-repeat;
	height: 382px;
	background-size: 255px;
}

.table_hrs p {
    padding: 60px 0 0 0;
    text-align: center;
    font-size: 28px;
    font-family: 'hff_thai_dyeregular' !important;
    width: 100%;
    line-height: 28px;
    color: #fff;
    text-shadow: 0px 2px 1px #ae5d24;
    max-width: 255px;
}

.table_hrs p span {
	font-size: 20px;
	text-shadow: 0px 2px 1px #ae5d24;
}

.col-sm-4.location_details {
	padding: 0 0 0 60px;
}

.navbar-toggler-icon {
	background: url("../images/menu.html") 0px 0px no-repeat!important;
	background-size: 100% !important;
}

.mob_img {
	display: none;
}


/*About us page HTML*/

.about_section {
	background: url("../images/about_us.jpg") 0px 0px repeat-x #fff;
	padding: 75px 0;
	background-size: 945px;
}

.about_section .main-heading {
	text-align: center;
	width: 100%;
}

.about_section p {
	text-align: center;
	width: 100%;
}

.inner_banner {
    height: 450px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top left;
}
.inner_caption {
	width: 100%;
	text-align: center;
}

.inner-heading {
	color: #fff;
	font-size: 80px;
	text-align: center;
	text-shadow: 0px 1px 0px #000;
	margin: 0;
	letter-spacing: -0.3rem;
	padding: 140px 0 0 0;
}

.inner_caption p {
	color: #fff;
	font-size: 20px;
	text-shadow: 0px 1px 0px #000;
}

.bookImages {
	margin: 30px 0 40px 0;
}

.bookImages img:first-child {
	margin: 0 30px 0 0;
}
.bookImages img {
    width: 300px;
}
.book_occasion {
    background: url(../images/book_an_occasion.png) no-repeat;
    width: 100%;
    padding: 85px 0 66px 0;
    text-align: center;
    position: relative;
    background-size: cover;
    background-position: center;
}

.book_occasion .main-heading {
	text-align: center;
	width: 100%;
	color: #fff;
	margin: 0px;
}

.book_occasion p {
	color: #fff;
	width: 100%;
	margin-bottom: 3rem;
}

.book_occasion a {
	color: #fff;
	border: 2px solid #fff;
	padding: 14px 25px;
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: 3px;
	font-weight: 600;
}

.akeed_logo {
	width: 100%;
	text-align: center;
	position: relative;
	left: -10px;
}

.akeed_logo img {
	width: 150px;
}

.dining {
	background-size: cover;
	background: url("../images/background.jpg") 0px 0px no-repeat;
	width: 100%;
	margin: -45px 0 0 0px;
	position: relative;
	z-index: 99;
}

.spicesInner {
padding: 0 0 0px 70px;
    height: 100%;
    display: flex;
}
.spicesInner p {
    justify-content: center;
    align-items: center;
    display: flex;
}
.about_img img {
    width: 100%;
}
.about_img {
    width: 100%;
}

.dining .spices {
	background: url("../images/about_side_imgs.png") no-repeat;
	padding: 100px 0;
	background-size: 18% 100%;
}


/*delivery_section*/

#delvry_secion.inner_banner {
	background: url("../images/delivery_img.png") center center no-repeat;
	height: 450px;
	background-size: cover;
}

.delivery_content p {
	text-align: center;
}

.contentInner {
    margin: 0 0 30px 0;
}

.contentInner p {
	margin: 0;
}

.book_content {
	background: url("../images/about_us.jpg") 0px 0px repeat-x #fff;
	padding: 80px 0 50px;
	background-size: 945px;
}

.book_content p {
	width: 100%;
	float: left;
	text-align: center;
}

.delivery_content.foodMenu .main-heading {
	padding: 0 0 50px 0;
}

.delivery_content.privateDining .main-heading {
	padding: 0 0 50px 0;
}

.delivery_content {
	background: url("../images/about_us.jpg") 0px 0px repeat-x #fff;
	padding: 80px 0 50px;
	background-size: 945px;
}
.delivery_content.wineMenu .main-heading {
    padding: 0 0 50px 0;
}
.delivery_content .main-heading {
	padding: 0;
}

.step_delivery {
	text-align: center;
	width: 100%;
	position:relative;
}

.step_delivery img {
	width: 165px;
    margin: 0 50px 0px 50px;
}

.bordered_line {
height: 1px;
    border-top: 2px dashed #e8e8e8;
    margin: 0;
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    Z-INDEX: -1;
}

.akeed_steps {
	padding: 0 0 40px 0;
}

.akeed_app img {
	width: 165px;
	float: right;
}

.akeed_app {
	width: 100%;
	margin: 68px 0 0 0;
}

#occasion_section {
	background: url("../images/book_occasion.png") center center no-repeat;
	height: 450px;
	background-size: cover;
}

#table_section {
	background: url("../images/book_table.jpg") center center no-repeat;
	height: 450px;
	background-size: cover;
}

#bookTable {
	background: url(../images/book-a-table.jpg) center center no-repeat;
	height: 450px;
	background-size: cover;
}

#galleryBanner {
background: url(../images/gallery.jpg) left top no-repeat;
    height: 450px;
    background-size: cover;
}

#foodMenu {
	background: url(../images/menu.jpg) center center no-repeat;
	height: 450px;
	background-size: cover;
}
.pad0{
padding:0px!important;
}
.form_bg {
	background: #fcfcfc;
	width: 100%;
}
.form_bg img {
    width: 100%;
}
.form_table h2 {
	font-size: 30px;
	color: #5c8528;
	margin: 35px 0 20px 0px;
}

.form_table form {
	width: 100%;
	float: left;
}

.book_a_table .input_feild input {
	border-radius: 5px;
	border: 1px solid #ddd;
	background: #fcfcfc;
	width: 100%;
	padding: 10px 12px;
	font-size:14px;
}

.book_a_table .input_feild select {
	border-radius: 5px;
	border: 1px solid #ddd;
	padding: 10px 12px;
	font-size:14px;
	width: 100%;
}

.book_a_table .input_feild textarea {
	border-radius: 5px;
	border: 1px solid #ddd;
	background: #fcfcfc;
	padding: 10px 12px;
	font-size:14px;
	width: 100%;
	height: 110px;
}

.book_a_occasion .input_feild input {
	border-radius: 5px;
	border: 1px solid #ddd;
	background: #fcfcfc;
	padding: 10px 12px;
	font-size:14px;
	width: 100%;
}

.book_a_occasion .input_feild input::placeholder,
.book_a_occasion .input_feild textarea::placeholder,
.book_a_table .input_feild input::placeholder,
.book_a_table .input_feild textarea::placeholder {
	color: #000;
	opacity: 1;
}

.book_a_occasion .input_feild select {
	border-radius: 5px;
	border: 1px solid #ddd;
	padding: 10px 12px;
	font-size:14px;
	width: 100%;
	color: #000;
}

.book_a_occasion .input_feild textarea {
	border-radius: 5px;
	border: 1px solid #ddd;
	background: #fcfcfc;
	padding: 10px 12px;
	font-size:14px;
	width: 100%;
	height: 150px;
}

.select-style {
overflow: hidden;
    background: url(../images/drop_arrow.png);
    background-repeat: no-repeat;
    background-position: right -8px top 17px;
}

.select-style select {
	width: 130%;
	border: none;
	box-shadow: none;
	background: transparent;
	background-image: none;
	-webkit-appearance: none;
}

.select-style select:focus {
	outline: none;
}

.book_a_table .input_feild textarea {
	border-radius: 5px;
	border: 1px solid #ddd;
	background: #fcfcfc;
	padding: 13px;
	width: 100%;
	margin: 0 0 20px 0;
}

.book_a_occasion .input_feild textarea {
	border-radius: 5px;
	border: 1px solid #ddd;
	background: #fcfcfc;
	padding: 13px;
	width: 100%;
	margin: 0 0 20px 0;
}

.input_feild {
    float: left;
    width: 100%;
    margin: 0 0 40px 0;
    position: relative;
}
.input_feild label {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: -21px;
    margin: 0;
}
.error {
    font-size: 13px;
    color: #ff0000;
}
.book_a_table .input_feild .btn_book {
	background-image: url("../images/arrow.png");
	background-color: #5c8528;
	width: 42px;
	height: 42px;
	position: absolute;
	margin: -70px 44px 0 0px;
	right: 0;
	border-radius: 30px;
	border: 1px solid #5c8528;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 18px;
	text-indent: -9999px;
}
.book_a_table .input_feild .btn_book:focus {
	outline:none;
}
.book_a_occasion .input_feild .btn_book {
	background-image: url("../images/arrow.png");
	background-color: #5c8528;
	width: 42px;
	height: 42px;
	position: absolute;
	margin: -70px 44px 0 0px;
	right: 0;
	border-radius: 30px;
	border: 1px solid #5c8528;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 18px;
	text-indent: -9999px;
}
.book_a_occasion .input_feild .btn_book:focus {
	outline:none;
}
.alertBox {
    position: absolute;
    top: auto;
    bottom: auto;
    font-size: 14px;
}
.font_different {
	font-size: 35px;
	font-family: 'hff_thai_dyeregular';
	line-height: 40px;
}

.form_div {
	margin: 40px 0 0 0;
}

.heading_cuisine1 .nav-tabs .nav-link {
    border:0px solid;
}
.heading_cuisine1 .nav-tabs .nav-link.active{
    color: #5c8528;	
}
.heading_cuisine1 ul.nav.nav-tabs {
    border: 0;
    margin: 0 0 30px 0;
}
.heading_cuisine1 ul li {
    font-size: 24px;
    font-family: 'latoregular';
    color: #000;
    width: 24%;
    display: inline-block;
    position: relative;
    height: 100px;
    text-align: center;
}
.heading_cuisine1 ul li:before
{
    background-image: url(../images/border_heading.png);
    background-size: contain;
    position: absolute;
    height: 50px;
    content: "";
    left: 50%;
    top: auto;
    bottom: 0;
    background-repeat: no-repeat;
    transform: translateX(-50%);
    width:180px;
}
.heading_cuisine1 ul li a {
color: #000;
}
.chettinad_cuisine {
width: 100%;
    float: left;
    background: #fff;
    box-shadow: 2px 0px 6px rgba(0, 0, 0, 0.2);
    margin: 0 0 30px 0;
}

.dish_img img {
	width: 100%;
}

.dish_text h3 {
	font-size: 21px;
	font-family: 'latoregular';
	font-weight: bold;
	padding: 30px 0 0 0;
}

.col-sm-6.dish_text {
	margin: 0 0 0 -15px;
	float: left;
}
.dish_text {
height: 630px;
    overflow: auto;
    padding: 0 15px;
}
.dish_01 span {
	float: left;
	width: 100%;
	color: #5c8528;
	font-size: 14px;
	font-weight: 500;
}

.drink_01 h2 {
font-family: 'latoregular';
    font-size: 26px;
}
.drink_01 h3{
    font-family: 'latoregular';
    font-size: 17px;
    margin: 0 0 12px 0;
}
.dish_01 p {
	font-size: 13px;
	float: left;
	text-align: left;
	color: #818181;
	line-height: 17px;
}

.dish_01 {
	width: 100%;
	float: left;
	margin: 10px 0 0px 0;
	border-bottom: 1px dashed #d6d6d6;
	padding: 0;
}

.dish_01:last-child {
	border-bottom: 0px dashed #d6d6d6;
}

#wine_section {
	background: url("../images/wine_menu.jpg") center center no-repeat;
	height: 450px;
	background-size: cover;
}

.wine_menu01 {
    border: 3px solid #d4af37;
    text-align: center;
    padding: 35px 20px;
	height: 500px;
    overflow: auto;
}

.wine_menu02 {
	border: 3px solid #d4af37;
	text-align: center;
	padding: 35px 20px;
	height: 500px;
    overflow: auto;
}

.wine_cuisine {
	padding: 30px 15px;
	box-shadow: 0px 0px 7px #d6d6d6;
}

.wine_menu01 p,
.wine_menu02 p {
    text-align: center;
    margin: 0 0 11px 0;
    line-height: 24px;
    font-size: 14px;
    color: #828282;
}

.drink_01 {
    background: url(../images/border_golden.png) center bottom no-repeat;
    background-size: 197px;
    padding: 20px 0 40px 0;
}

#contact_section {
	background: url("../images/contact.jpg") center center no-repeat;
	height:450px;
	background-size: cover;
}

#awards_section {
	background: url("../images/awards_page.jpg") center center no-repeat;
	height: 450px;
	background-size: cover;
}

.oman_awards img {
    width: 100%;
}

.oman_awards {
width: 100%;
    float: left;
    text-align: center;
    margin: 50px 0 0 0;
}

.delivery_content.awards_page .main-heading {
	padding-bottom: 50px;
}

.green_bg {
	background: url("../images/awards_green.png") 0px 0px no-repeat;
    width: 100%;
    padding: 120px 0 81px;
    text-align: center;
    position: relative;
    /* z-index: 999; */
    background-size: cover;
}

.green_bg .main-heading {
    color: #ffe654;
    padding: 0;
}

.awards_rating {
	background: url(../images/ratings.png) center top no-repeat;
	width: 100%;
	background-size: 870px;
	text-align: center;
	height: 164px;
}

.awards_rating p {
	color: #254202;
	font-size: 25px;
	font-weight: 600;
	padding: 112px 0 0 0;
}

.logo_img {
    width: 230px;
	margin:0 0 15px 0;
}
.logo_footer img {
    width: 100%;
    /* height: auto; */
    margin: 0;
}
.logo_footer {
    padding: 47px 0 0 0;
}

.location_details {
	padding: 47px 0 0 0;
}

.restaurant_awards {
	background: url("../images/about_us.jpg") 0px 0px repeat-x #fff;
    padding: 50px 0 50px;
    background-size: 945px;
    margin: 0;
    text-align: center;
}

.restaurant_awards p {
	width: 100%;
	float: left;
	text-align: center;
}

.contact_map iframe {
	width: 100%;
	height: 450px;
}

.green_contact {
	background: #5c8528;
	float: left;
	top: 0;
	padding: 65px 15px;
	margin: 0;
}

.contact_info {
	position: relative;
	width: 100%;
	float: left;
}

.green_contact h5 {
	text-align: center;
	color: #fff;
}

.green_contact span img {
	float: left;
	width: 25px;
	margin: 0 10px 0 0;
}

.social_icons {
	width: 100%;
	float: left;
	margin: 0 0 0 16px;
}

.social_icons img {
	width: 25px;
	margin: 0 10px 0 0;
}

.green_contact span {
	color: #fff;
	font-size: 16px;
	float: left;
	margin: 0 0 30px 15px;
}

.green_contact .border_heading {
	background: url("../images/white_border.png") center center no-repeat;
	height: 43px;
	float: left;
	width: 100%;
	background-size: 205px;
	margin: 15px 0 20px 0;
	position: relative;
}

.contact_map iframe {
	box-shadow: 0px 0px 5px #aaa;
}

.dropdown-submenu {
	position: relative;
}

.dropdown-submenu a::after {
	transform: rotate(-90deg);
	position: absolute;
	right: 6px;
	top: .8em;
}

.dropdown-submenu .dropdown-menu {
	top: 0;
	left: 100%;
	margin-left: .1rem;
	margin-right: .1rem;
}

.dropdown-menu-menu {
	display: none;
	visibility: hidden;
	position: absolute;
	background: #6d9d31;
	z-index: 99;
	margin: 0;
	padding: 0;
	width: 145px;
}

.dropdown-menu-menu li {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.dropdown-menu-menu li a {
	color: #fff;
	padding: 9px 20px 9px;
}

.dropdown-menu-menu .dropdown-item.active,
.dropdown-menu-menu .dropdown-item:active {
	color: #fff!important;
	text-decoration: none;
	background-color: #6d9d31;
}

.drop_hover:hover .dropdown-menu-menu {
	display: inline-block;
	visibility: visible;
}

.nav-pills {
	width: 100%;
}

.galleryFilter #pills-tab {
	text-align: center;
	justify-content: center;
	padding: 25px 0;
}

.galleryFilter #pills-tab li {
	font-weight: bold;
	margin: 0 21px 0 0;
}

.galleryFilter #pills-tab li a.active {
	background-color: #111907;
	color: #fff;
}

.galleryFilter #pills-tab li a {
	color: #111907;
}

.galleryFilter #pills-tabContent .portfolio {
	position: relative;
}

.portfolio .entry-hover {
	position: absolute;
	top: 20px;
	right: 20px;
	bottom: 20px;
	left: 20px;
	background-color: rgba(0, 0, 0, 0.6);
	text-align: center;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	transition: all 0.25s ease;
}

.portfolio:hover .entry-hover {
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	opacity: 1;
	visibility: visible;
}

.portfolio .entry-hover .entry-meta {
	position: absolute;
	z-index: 10;
	padding-left: 40px;
	padding-right: 40px;
	top: 50%;
	left: 0px;
	width: 100%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
}

.portfolio .entry-hover .entry-meta h3 {
	font-size: 20px;
	margin: 0px;
	color: #fff;
	margin-bottom: 20px;
	font-family: 'latoregular';
}

.portfolio .entry-hover .entry-meta .entry-actions {
	display: block;
	margin-bottom: 0px;
}

.portfolio .entry-hover .entry-meta .entry-actions i {
	width: 46px;
	height: 46px;
	line-height: 46px;
	font-size: 16px;
	text-align: center;
	display: inline-block;
	color: #fff;
	border: 1px solid #fff;
	border-radius: 50%;
	margin-left: 3px;
	margin-right: 3px;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	transition: all 0.25s ease;
}


/*--Responisve css start --*/

@media (max-width: 1199px) {
	.container {
		max-width: 100%!important;
	}
	.navbar-expand-md .navbar-nav .nav-link {
		padding: 0 10px!important;
	}
	.slider .carousel-caption h1 {
		font-size: 35px;
	}
	.abt_woodlands {
		padding: 110px 0 50px 0;
	}
	.awards {
		padding: 0 0 40px 0;
	}
	.awards img {
		width: 80%;
		top: -350px;
	}
	.main-heading {
		font-size: 30px;
		margin: 0 0 15px;
	}
	.booking_mandola {
    text-align: center;
    padding: 76px 0 76px 50px;
    }
	.booking_mandola img {
    margin: 0;
    padding: 0 0 40px 30px;
    }
	.booking_mandola p {
    margin: 0 0 20px 0;
    }
	.font_different {
    font-size: 27px;
    line-height: 36px;
    }
	.booking_mandola a {
    margin: 0 0px 15px 10px;
    }
	.book_table:before {
    background-position: left -200px top 0;
    }
	.step_delivery img {
    margin: 0 25px 0px 25px;
    }
	.heading_cuisine1 ul li {
    font-size: 20px;
   }
}
@media (max-width: 1024px)
{
	.drink_01 h2 {
		font-family: 'latoregular';
		font-size: 22px;
	}
	.header .navbar .navbar-nav .nav-link {
    font-size: 14px;
   }
}
@media (max-width: 991px) {
	.book_table {
    height: auto;
     }
	.booking_mandola a {
		margin: 0 0px 15px 10px;
		font-size: 10px;
	}
	.booking_mandola p {
		margin: 0 0 25px 0;
	}
	.font_different {
		font-size: 27PX;
	}
	.leaves {
		width: 560px;
	}
	.gallery .owl-carousel .owl-item img {
		width: 400px;
	}
	.green_contact {
    padding: 60px 6px;
     }
	.green_contact span {
    font-size: 14px;
     }
	.green_contact span img {
    width: 19px;
    position: relative;
    top: 3px;
    }
	.contact_map iframe {
    width: 100%;
    height: 428px;
    }
	.delivery_content { 
    padding: 40px 0 50px;
    }
	.main-heading {
    margin: 0 0 40px;
    }
	.table_hrs p span {
    font-size: 16px; 
     }
	#contact_section {
    height:300px;
    }
	.form_bg img {
     display:none;
     }
	.step_delivery img {
     width: 120px;
    }
	.collapse.navbar-collapse{
    display: none!important;
    }
	.bookOcc {
    display: none;
    }
	.buttonToggle {
    display: block;
   }
	.navbar-brand img {
    width: 120px;
    }
	.buttonToggle img {
    width: 22px;
    }
	.slider {
    margin: 55px 0 0 0;
    }    
	.inner_banner {
    margin: 69px 0 0 0;
    }
	#abt_section.inner_banner {
    height: 250px;
   }
    .item01
	{
	display:none;
	}
		.heading_cuisine1 ul li {
    font-size: 17px;
    height: 46px;
		width:50%;
   }
	.heading_cuisine1 ul li:before {
    display:none;
  }
}
@media (max-width:767px)
{
	.akeed_app {
        margin: 20px 0 0 0;
    }
    .akeed_app img {
        width: 135px;
    }
    .book_table:before {
    display:none;
    }	
	.booking_mandola {
    padding: 20px;
    }
	.booking_mandola img {
    padding: 0 0 36px 0;
    }
	.booking_mandola p {
    text-align: center;
    }
	.booking_mandola a {
    font-size: 10px;
    float: none;
   }
	.restaurant_awards {
    padding: 30px 0 30px;
   }
	.awards_rating p {
    font-size: 19px;
   }
	.step_delivery img {
        width:115px;
		margin: 0 15px 0px 15px;
    }
	.about_img {
    width: 66%;
    margin: 27px auto 0;
   }
	.dining .spices {
    background:none;
    padding: 50px 0;
    }
	.spicesInner {
        background: none;
        padding: 0;
    }  
	.about_section {
    padding: 40px 0 0px;
    }
	.book_occasion .main-heading {
    padding: 0 0 20px 0;   
    }
	.main-heading {
    font-size: 23px;
     }
	.form_div {
    margin: 20px 0 0 0;
     }
	.book_content {
    padding: 40px 0 50px;
     }
	.logo_footer {
    padding: 0;
    text-align: center;
     }
	.logo_img {
    width: 290px;
    margin: 0 auto 15px;
    }
	.location_details {
    padding: 47px 0;
    width: 254px;
    margin: 0 auto;
    }
	.table_hrs {
    margin: 0 auto;
    width: 250px;
    }
	.location_details>div {
    position: relative;
    margin: 0 0 5px 0;
   }
	.location_details i.fa-envelope {
    margin: 0;
    }
	.slider .carousel-caption h1 {
    font-size: 28px;
    }
	.slider .carousel-caption p {
    font-size: 15px;
    line-height: 21px;
   }
	.slider .icon{
	padding:20px 0;
	}
	.slider .icon img{
	width:32px;
	}
	.slider .carousel-caption
	{
	padding:0px;
	}
	.abt_woodlands .icon:before {
    height: 85px;
    top: -95px;
    border-left: 1px solid #000;
     }
	.abt_woodlands .icon:after {
    height: 108px;
    border-left: 1px solid #000;
    bottom: -132px;
    }   
	.abt_woodlands {
    padding: 75px 0 50px 0;
	margin:0px;
    }
	.slider .carousel-indicators {;
    display: none;
    }
	.abt_woodlands p {
    width: 90%;
    }
	.awardsImage .web_img {
    display: none;
    }
	.awardsImage {
    width: 290px;
    margin: 0 auto;
    }
	.awardsImage .mob_img
	{
	    display: block;
    position: relative;
    top: 0px;
    width: 100%;
	}
	.awards .main-heading {
    text-align: center;
    padding: 100px 0 0 0;
    }
	.awards p
	{
		text-align:center;
	}
	.awards{
	background:none;
	}
	.abt_chettinad {
    background-size: auto;
    padding: 104px 0;
   }
	.abt_chettinad p {
    text-align: center;
    width: 100%;
    }
	.abt_chettinad .main-heading {
    text-align: center;
    color: #fff;
   }
	.gallery {
    background-size: 100%;
    margin: 0;
    padding: 50px 0 50px 0px;
     }
	.gallery .main-heading {
    padding: 0;
    margin: 0 0 30px 0;
    }
	.gallery .owl-carousel .owl-item img {
    width: 350px;
    }
	.leaves {
    width: 450px;
    } 
	.txt-cption h5 {
    font-size: 26px;
    }
	.txt-cption {
    padding: 73px 0 0 114px;
    }
	.txt-cption p {
    line-height: 20px;
    font-size: 14px;
    }  
	.gallery{
	    background-size: cover;
	}
	.bookImages img:first-child {
    margin: 0 0 22px 0;
    }
	.book_occasion a {
    padding: 22px 20px;
    text-transform: capitalize;
    font-size: 17px;
    letter-spacing: 1px;
}
	.interior_gallery {
    display: none;
}

}
@media (max-width:640px)
{
	.form_bg img {
		display: none;
	}
	p {
    line-height: 26px;
  }
	.step_delivery img {
        width: 90px;
		margin: 0 15px 0px 15px;
    }
	.font_different {
    font-size: 24PX;
   }
	.spicesInner p {
    text-align: center;
    }
	.green_contact span {
    width: 100%;
    margin-left: 0;
		padding: 0 0 0 40px;
    }
	.social_icons {
    margin: 0;
    padding: 0 0 0 40px;
  }
}
@media (max-width:576px)
{
.booking_mandola a {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 14px;
}
  .awards_rating p {
    padding: 105px 0 0 0;
   }
	.step_delivery img {
    width: 80px;
    margin: 0 5px 0px 5px;
}
	.slider .icon
	{
	display:none;
	}
	.slider .carousel-caption p br {
    display: none;
    } 
	.slider .carousel-caption h1 {
    font-size: 28px;
    margin: 0 0 26px 0;
    }
	.abt_chettinad {
    padding: 45px 0;
    }
	.gallery .owl-carousel .owl-item img {
    width: 250px;
    }
	.txt-cption {
    padding: 28px 0 0 83px;
    }
	.gallery .owl-carousel .owl-stage-outer {
    padding: 0 0 0px 0;
    margin: 0 0 45px 0;
    }
	.leaves {
    width: 355px;
    }
	.heading_cuisine1 ul li {
    font-size: 17px;
    height: 46px;
		width:50%;
   }
	.heading_cuisine1 ul li:before {
    display:none;
  }
   .dish_text {
    padding: 15px;
   }
}
@media (max-width:480px)
{
	.slider .carousel-caption h1 {
		font-size: 18px;
		margin: 0 0 26px 0;
	}
	.slider .carousel-caption p {
    font-size: 12px;
    line-height: 17px;
   }
	.abt_woodlands .icon:after {
    height: 90px;
    bottom: -100px;
   }
	.step_delivery img {
    width: 60px;
   }
}
@media (max-width:400px)
{
	
}
