body {
    margin: 0px;
    padding: 0px;
    font-family: 'Arima Madurai', cursive;
    color: #333;
}

:focus {
    outline: thin dotted #333333 !important;
    outline: 0px!important;
    outline-offset: 0px;
}

/*	 COMMON	  */

.p0 {
    padding: 0px !important;
}

.p10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.p05 {
    padding: 0px 5px;
}

:focus {
    outline: none !important;
    box-shadow: none !important;
}

ul {
    margin: 0px;
    padding: 0px;
}

.section-title {
    text-align: center;
    padding-bottom: 30px;
}

.section-title .top {
    font-family: 'Lobster Two', cursive;
    font-size: 26px;
    color: #bd9128;
    margin: 0px;
    text-align: left;
    padding-bottom: 5px;
}

.section-title .main {
    font-family: 'Arima Madurai', cursive;
    font-size: 36px;
    color: #722e85;
    padding: 0px 0px 8px;
    position: relative;
    margin: 0px auto;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 600;
    width: 255px;
    border-bottom: 1px solid #bd9128;
}

.section-title .main:before {
    content: "";
    width: 6px;
    position: absolute;
    top: 39px;
    left: 0px;
    height: 6px;
    border-radius: 5px;
    background-color: #bd9128;
}

.section-title .main:after {
    content: "";
    width: 6px;
    position: absolute;
    top: 39px;
    right: 0px;
    height: 6px;
    border-radius: 5px;
    background-color: #bd9128;
}

.section-title .title-underline {
    border-top: 1px solid #bd9128;
    width: 15%;
    margin: 12px auto 0px;
}


/*	Centered Logo	*/

header .navbar-brand-centered {
    background-image: url(../images/logo-bg.png);
    position: absolute;
    left: 39%;
    top: 10px;
    z-index: 10;
    height: 210px;
    width: 320px;
}

header .navbar-brand-centered img {
    margin: auto;
}

header {
    background-color: #fff;
}

header .my-navbar {
    background-color: #722e85;
    border: 0;
    margin: 0px;
    padding: 25px 2px 25px;
    border-radius: 0;
}

header .my-navbar ul li a {
    font-family: 'Arima Madurai', cursive;
    color: #fff !important;
    font-size: 16px;
    font-weight: 700;
    padding: 10px 5px 5px;
    margin: 0px 10px;
    border-bottom: 1px solid #fff;
}

header .my-navbar ul li a::before {
    content: "";
    width: 6px;
    position: absolute;
    top: 33px;
    left: 0px;
    height: 6px;
    border-radius: 5px;
    background-color: #fff;
}

header .my-navbar ul li a::after {
    content: "";
    width: 6px;
    position: absolute;
    top: 33px;
    right: 0px;
    height: 6px;
    border-radius: 5px;
    background-color: #fff;
}

header .my-navbar ul li a:hover {
    border-color: #bd9128;
    color: #bd9128 !important;
}

header .my-navbar ul li:hover a::before,
header .my-navbar ul li:hover a::after {
    background-color: #bd9128;
}

header .my-navbar ul li.active a {
    background-color: transparent !important;
    border-bottom: 1px solid #bd9128;
    color: #bd9128 !important;
}

header .my-navbar ul li.active a::before {
    background-color: #bd9128;
}

header .my-navbar ul li.active a::after {
    background-color: #bd9128;
}


/*	Carousel Section 	*/

.banner-box .carousel .carousel-control {
    background-image: none;
    top: 40%;
    bottom: 50%;
    opacity: 1;
    box-shadow: none;
    width: 6%;
    font-size: 40px;
}

.banner-box .carousel .item {
    background-color: #a1a1a1;
}

.banner-box .carousel .item img {
    opacity: .7;
    width: 100%;
}

.banner-box .banner-img-box .banner-text {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.banner-box .banner-img-box .banner-text .text {
    position: relative;
    height: 100%;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    display: table;
}

.banner-box .banner-img-box .banner-text .text .middel {
    vertical-align: middle;
}

.banner-box .banner-img-box .banner-text .text .content {
    display: table-cell;
    text-align: center;
}

.select-form {
    display: block;
    width: 100%;
}

.select-form .row {
    margin-top: -70px;
}

.select-form .select-box .bootstrap-select {
    width: 100% !important;
}

.select-form .select-box .dropdown-toggle {
    display: inline-block;
    padding: 0px 18px;
    width: 100%;
    height: 70px;
    border: none;
    background-color: #fff;
    border-radius: 0px;
    font-family: 'Arima Madurai', cursive;
    font-size: 16px;
    font-weight: 600;
    box-shadow: none;
    letter-spacing: 1px;
}

.select-form .select-box .dropdown-toggle :focus{
	outline: 0 !important;
	box-shadow:0 !important;
}

.select-form .select-box .dropdown-toggle:hover {
    background-color: #722e85;
    color: #fff;
}

.select-form .select-box .bootstrap-select.btn-group .dropdown-menu {
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.3);
    border-radius: 0;
    border: none;
    margin: 0;
    padding: 0;
}

.select-form .select-box .bootstrap-select.open .dropdown-toggle {
    background-color: #722e85;
    color: #fff;
}

.select-form .select-box .bootstrap-select.btn-group .dropdown-menu ul {
    background-color: #722e85 !important;
    color: #fff;
}

.select-form .select-box .bootstrap-select.btn-group .dropdown-menu ul li a {
    color: #fff;
    padding: 10px;
}

.select-form .select-box .bootstrap-select.btn-group .dropdown-menu ul li a:hover,
.select-form .select-box .bootstrap-select.btn-group .dropdown-menu ul li a:focus {
    background-color: #4c0f5d;
}

.select-form .check-btn {
    height: 70px;
    width: 100%;
    border-radius: 0px;
    background-color: #722e85;
    border: 0;
    font-family: 'Arima Madurai', cursive;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    overflow: hidden;
}

.select-form .check-btn span {
    left: 50%;
    transform: translateX(-50%);
    -webkit-transition: left 0.4s ease 0s;
    transition: left 0.4s ease 0s;
}

.select-form .check-btn span,
.select-form .check-btn i {
    position: absolute;
    top: 26px;
}

.select-form .check-btn i {
    right: 100%;
    z-index: -1;
    -webkit-transition: right 0.4s ease 0s;
    transition: right 0.4s ease 0s;
}

.select-form .check-btn:hover span {
    left: 100%;
    z-index: -1;
}

.select-form .check-btn:hover i {
    right: 45%;
    z-index: 5;
    font-size: 20px;
}

.banner-box .banner-img-box .banner-text .text .content .slider-box {
    background-color: rgba(114, 46, 133, 0.69);
    padding: 6px 70px 25px;
    display: inline-block;
}

.banner-box .banner-img-box .banner-text .text .content .slider-box .top {
    font-family: 'Lobster Two', cursive;
    color: #ffb867;
    font-size: 45px;
    margin: 10px 0px;
}


/*  About Section  */

.about-section {
    background-color: #fff;
    padding: 30px 0px;
}

.about-section .title-box {
    display: inline-block;
    padding-bottom: 30px;
}

.about-section .title-box .section-title .main {
    text-align: left;
}

.about-section .title-box .section-title .title-underline {
    width: 80%;
}

.about-section .about-content {
    padding: 0px 0 10px;
}

.about-section .about-content .details {
    font-family: 'Arima Madurai', cursive;
    font-size: 14px;
    color: #7d7d7d;
    text-align: justify;
    letter-spacing: 0.5px;
}

.about-section .img-box {
    padding: 35px 20px 0px 15px;
}

.about-section .img-box img {
    border: 2px solid #ffb867;
}


/*	Services   */

.services {
    padding-top: 30px;
    padding-bottom: 30px;
}

.services .img-box {
    background-color: #3e3e3e;
}

.services .img-box img {
    opacity: 7;
    width: 100%;
}

.services .owl-pagination {
    display: none;
}

.services .img-box .img-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.4);
}

.services .img-box:hover .img-overlay {
    background: -webkit-linear-gradient(bottom, rgba(114, 46, 133, 0.84), rgba(114, 46, 133, 0), rgba(114, 46, 133, 0));
    cursor: pointer;
}

.services .img-box .img-overlay .wrapper-box {
    position: relative;
    top: 75%;
}

.services .img-box .img-overlay .service-name {
    font-family: 'Arima Madurai', cursive;
    font-size: 24px;
    color: #fff;
    display: block;
    margin: 5px 0px;
}


/*  Features  */

.features {
    padding: 30px 0px;
    overflow: hidden;
}

@media (min-width: 992px) {
    .features .col-md-2.col-sm-4.col-xs-12 {
        width: 20%;
    }
}

.features .section-title .main:before,
.features .section-title .main:after {
    top: 39px;
}

.features .feature-box {
    text-align: center;
    margin: 40px 0px 15px;
}

.features .feature-box .icon img {
    margin: 0px auto;
}

.features .feature-box .feature-content .title {
    font-family: 'Arima Madurai', cursive;
    font-size: 20px;
    text-transform: uppercase;
    color: #2a2b49;
    font-weight: 600;
    margin: 15px 0;
}

.features .feature-box .feature-content .details {
    font-family: 'Arima Madurai', cursive;
    color: #7d7d7d;
    font-size: 14px;
}


/* Gallary Section  */

.room-section {
    background-color: #f5f5f5;
    padding: 40px 0px;
}

.room-section .item {
    margin: 10px;
}

.room-section .owl-controls {
    display: none !important;
}

.room-section .rooms-item {
    background-color: #fff;
    box-shadow: 0px 4px 8px 0px rgba(33, 30, 25, 0.1);
    margin-bottom: 15px;
}

.room-section .rooms-item .item-inner .item-desc {
    padding: 15px;
}

.room-section .rooms-item .item-inner .item-desc .titel {
    font-family: 'Arima Madurai', cursive;
    font-size: 20px;
    margin: 0px;
    color: #4a4a4a;
}

.room-section .rooms-item .item-inner .item-desc .room-types {
    list-style: none;
}

.room-section .rooms-item .item-inner .item-desc .room-types li {
    display: inline-block;
    padding: 5px 10px 10px 0;
}

.room-section .rooms-item .item-inner .item-desc .room-types li a {
    color: #8a8a8a;
    font-size: 14px;
    font-family: 'Arima Madurai', cursive;
    text-decoration: none !important;
}

.room-section .rooms-item .item-inner .item-desc .price-rate {
    display: table;
    width: 100%;
    position: relative;
}

.room-section .rooms-item .item-inner .item-desc .price-rate:before {
    content: '';
    background: #722e85;
    height: 2px;
    width: 40px;
    display: block;
    margin-top: 23px;
    margin-bottom: 20px;
}

.room-section .rooms-item .item-inner .item-desc .price-rate .price {
    float: left;
    margin: 0;
    font-family: 'Arima Madurai', cursive;
    font-size: 20px;
    color: #4a4a4a;
}

.room-section .rooms-item .item-inner .item-desc .price-rate .price i {
    font-size: 18px;
    padding-right: 5px;
}

.room-section .rooms-item .item-inner .item-desc .price-rate .rating {
    float: right;
    list-style: none;
}

.room-section .rooms-item .item-inner .item-desc .price-rate .rating li {
    display: inline-block;
}

.room-section .rooms-item .item-inner .item-desc .price-rate .rating li i {
    font-size: 13px;
    color: #ffb606;
}

.testimonial {
    padding: 30px 0px;
}

.testimonial .test-box .test-cont {
    background: rgba(114, 46, 133, 0.08);
    padding: 2em;
    border-radius: 8px;
    position: relative;
    display: block;
}

.testimonial .test-box .test-cont:after {
    width: 0;
    height: 0;
    border-left: 1px solid transparent;
    border-right: 20px solid transparent;
    border-top: 26px solid rgba(114, 46, 133, 0.08);
    position: absolute;
    content: '';
    bottom: -26px;
    left: 30px;
}

.testimonial .test-box .test-cont h3 {
    margin: 0;
    font-family: 'Arima Madurai', cursive;
    font-size: 20px;
    color: #4a4a4a;
}

.testimonial .test-box .test-cont p {
    color: #8a8a8a;
    font-size: 14px;
    font-family: 'Arima Madurai', cursive;
    margin: 10px 0;
}

.testimonial .test-box .test-bot {
    margin-top: 35px;
    display: table;
    width: 100%;
}

.testimonial .test-box .test-bot .tst-img {
    float: left;
    margin-right: 18px;
    width: 80px;
}

.testimonial .test-box .test-bot .tst-img img {
    border-radius: 50%;
}

.testimonial .test-box .test-bot .client_name {
    float: left;
}

.testimonial .test-box .test-bot .client_name h5 {
    font-family: 'Arima Madurai', cursive;
    color: #4a4a4a;
    font-size: 16px;
}

.testimonial .test-box .test-bot .client_name ul {
    list-style: none;
}

.testimonial .test-box .test-bot .client_name ul li {
    display: inline-block;
}

.testimonial .test-box .test-bot .client_name ul li i {
    font-size: 13px;
    color: #ffb606;
}


/**/

.offer-section {
    height: 400px;
    background-position: center center;
    background-size: cover;
    position: relative;
    background-attachment: fixed;
    background-image: url(../images/offer-banner.jpg);
    margin: 30px auto;
}

.offer-section .banner-img-box .banner-text {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: rgba(114, 46, 133, 0.66);
}

.offer-section .banner-img-box .banner-text .text {
    position: relative;
    height: 100%;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    display: table;
}

.offer-section .banner-img-box .banner-text .text .content {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.offer-section .banner-img-box .banner-text .text .content .banner-titel h3 {
    font-family: 'Arima Madurai', cursive;
    font-size: 40px;
    color: #fff;
    margin: 15px 0;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2px;
}

.offer-section .banner-img-box .banner-text .text .content .banner-titel h5 {
    color: #fff;
    font-size: 24px;
    font-family: 'Arima Madurai', cursive;
    letter-spacing: 1px;
    margin: 10px 0;
}

.offer-section .banner-img-box .banner-text .text .content .banner-titel p {
    color: #fff;
    font-size: 16px;
    font-family: 'Arima Madurai', cursive;
    letter-spacing: 1px;
}

.offer-section .banner-img-box .banner-text .text .content .banner-titel .btn-default {
    background-color: #722e85;
    color: #fff;
    border: none;
    padding: 11px 30px;
    font-family: 'Arima Madurai', cursive;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 1px solid #fff;
    margin-top: 15px;
}

.offer-section .banner-img-box .banner-text .text .content .banner-titel .btn-default i {
    padding-right: 5px;
}


/**/

.gallery-box {
    padding-top: 30px;
    padding-bottom: 30px;
}

.gallery-box .zoom-img {
    margin-bottom: 20px;
}

.gallery-box .zoom-img img {
    width: 100%;
}

.gallery-box .zoom-img .img-overlay {
    position: absolute;
    width: 95%;
    height: 95%;
    top: 0px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.4);
}

.gallery-box .zoom-img:hover .img-overlay {
    background: -webkit-linear-gradient(top, rgba(114, 46, 133, 0.84), rgba(114, 46, 133, 0), rgba(114, 46, 133, 0));
    cursor: pointer;
}

.gallery-box .zoom-img .img-overlay .wrapper-box {
    position: relative;
    top: 25%;
}

.gallery-box .zoom-img .img-overlay .service-name {
    font-family: 'Arima Madurai', cursive;
    font-size: 24px;
    color: #fff;
    display: block;
    margin: 5px 0px;
}


/* Footer */

footer {
    background-color: #722e85;
    padding: 40px 0px 10px;
}

footer .logo {
    text-align: center;
}

footer .logo-address .address {
    text-align: center;
    margin: 20px 0px 15px;
}

footer .logo-address .address p {
    font-family: 'Arima Madurai', cursive;
    font-size: 13px;
    color: #fbfbfb;
}

footer .logo-address .address p span {
    color: #fbfbfb;
    font-weight: 600;
}

footer .footer-links-section .links-box .title {
    font-family: 'Arima Madurai', cursive;
    font-size: 20px;
    color: #fbfbfb;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 15px;
}

footer .footer-links-section .links-box ul {
    padding-left: 5px;
}

footer .footer-links-section .links-box ul li a {
    font-family: 'Arima Madurai', cursive;
    font-size: 14px;
    color: #fbfbfb;
}

footer .footer-links-section .links-box ul li a:hover,
footer .footer-links-section .links-box ul li a:visited,
footer .footer-links-section .links-box ul li a:focus {
    text-decoration: none;
}

footer .newsletter-box {
    margin: 20px 0px 10px;
}

footer .newsletter-box label {
    font-family: 'Arima Madurai', cursive;
    font-size: 20px;
    text-transform: uppercase;
    color: #fbfbfb;
    margin: 0px;
    display: inline-block;
    float: left;
    margin-right: 15px;
    line-height: 50px;
}

footer .newsletter-box .input-group {
    display: inline-block;
    position: relative;
    width: 100%;
}

footer .newsletter-box .input-group input {
    width: 70%;
    border: 2px solid #2e003c;
    border-radius: 0px;
    height: 50px;
    font-family: 'Arima Madurai', cursive;
    font-size: 15px;
    font-weight: 600;
    background-color: #fff;
    color: #722e85;
}

footer .newsletter-box .input-group input::-webkit-input-placeholder {
    font-size: 14px;
    font-weight: 400;
    color: #2e003c;
}

footer .newsletter-box .input-group input::-moz-placeholder {
    font-size: 14px;
    font-weight: 400;
    color: #2e003c;
}

footer .newsletter-box .input-group input:-ms-input-placeholder {
    font-size: 14px;
    font-weight: 400;
    color: #2e003c;
}

footer .newsletter-box .input-group input:-moz-placeholder {
    font-size: 14px;
    font-weight: 400;
    color: #2e003c;
}

footer .newsletter-box .input-group .input-group-btn button {
    position: absolute;
    right: 15px;
    top: 10px;
    z-index: 10;
    background-color: #722e85;
    color: #fff;
    border: 0;
    height: 30px;
    border-radius: 0;
    width: 125px;
    font-family: 'Arima Madurai', cursive;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
}

footer .newsletter-box .input-group .input-group-btn button:hover {
    border: 1px solid #722e85;
    color: #722e85;
    background-color: #fff;
}

footer .social-media {
    margin: 5px 0px;
    text-align: center;
}

footer .social-media ul li {
    margin: 0px 5px;
}

footer .social-media ul li a {
    font-size: 18px;
    color: #fbfbfb;
}

footer .footer-top {
    padding-bottom: 10px;
    border-bottom: 1px solid #bcbcbc;
}

footer .footer-top .padding-fix {
    padding-left: 65px;
}

footer .footer-top .footer-links-section .links-box ul li {
    margin: 10px 0px;
}

footer .footer-btm {
    margin: 10px 0px;
    text-align: center;
}

footer .footer-btm p {
    color: #fbfbfb;
    font-size: 13px;
    margin: 0px;
    font-family: 'Arima Madurai', cursive;
}

/* Listing Page */

.banner-box .bs-example .carousel .item .carousel-caption,
.banner-box .item .carousel-caption{
	padding-top: 20px;
	padding-bottom: 20px;
	transition: all ease-in-out .4s;
    margin: 150px 0px;
}

.banner-box .bs-example .carousel .item .carousel-caption h3,
.banner-box .item .carousel-caption h3{
	font-family: 'Arima Madurai',cursive;
	font-size: 32px;
    color: #fff;
    text-shadow: 1px 2px 5px #000;
}

.banner-box .bs-example .carousel .item .carousel-caption p,
.banner-box .item .carousel-caption p{
	font-size: 20px;
	color: #fff;
    text-shadow: 0px 0px 5px #000;
}

.sorting-section .select-box .input-group{
	display: block;
    height: 70px;
    padding: 10px 0px;
	border:1px solid transparent;
	transition: all ease-in-out .4s;
}

.sorting-section .select-box .input-group:hover{
	border-color: #722e85;
}

.sorting-section .select-box .input-group input{
    border: 0;
    box-shadow: none;
    border-radius: 0px;
    height: 50px;
    font-family: 'Arima Madurai', cursive;
    font-size: 15px;
    font-weight: 600;
    background-color: #fff;
    color: #722e85;
}

.sorting-section .select-box .input-group button{
    position: absolute;
    right: 15px;
    top: 3px;
    padding: 10px 0px;
    z-index: 10;
    background-color: #722e85;
    color: #fff;
    border: 0;
    border-radius: 0;
    width: 125px;
    font-family: 'Arima Madurai', cursive;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
}

.sorting-section .select-box .input-group button:hover{
    border: 1px solid #722e85;
    color: #722e85;
    background-color: #fff;
}

.top-filters{
	padding-top: 30px;
	padding-bottom: 30px;
	position: relative;
}

.top-filters .select-box .input-group{
	width: 100%;
}

.top-filters .top{
    display: table;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
    width: 100%;
}

.top-filters .select-form .select-box .dropdown-toggle{
	height: 40px;
	padding: 0px 10px;
}

.top-filters .select-box .input-group input{
    width: 100%;
    border: 1px solid #2e003c;
    border-radius: 0px;
    height: 40px;
    font-family: 'Arima Madurai', cursive;
    font-size: 15px;
    font-weight: 600;
    background-color: #fff;
    color: #722e85;
}

.result-section{
	padding: 30px 0px 30px;
}

.result-section .results-list .result-item{
	min-height: 250px;
    padding: 15px;
	border: 1px solid transparent;
	transition: all ease-in-out .4s;
	position: relative;
	border-bottom-color: #ddd;
}

.result-section .results-list .result-item:last-child{
	border-bottom-color: transparent;
}

.result-section .results-list .result-item:hover{
	border-color: rgba(114, 46, 133, 0.7);
}

.result-section .results-list .result-item .image{
	width: 250px;
}

.result-section .results-list .result-item .owl-carousel .img-box .img-overlay,
.booking-page .room-info .image .owl-carousel .img-box .img-overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.4);	
}

.result-section .results-list .result-item .img-box:hover .img-overlay,
.booking-page .room-info .image .owl-carousel .img-box:hover .img-overlay{
    background: -webkit-linear-gradient(bottom, rgba(114, 46, 133, 0.84), rgba(114, 46, 133, 0), rgba(114, 46, 133, 0));
    cursor: pointer;
}

.result-section .results-list .result-item .result-content .room-name{
	font-weight: 600;
	font-size: 20px;
	color: #722e85;
	margin: 5px 0px;
	font-family: 'Arima Madurai', cursive;
	display: block;
	text-decoration: none;
}

.result-section .results-list .result-item .result-content .room-name:hover,
.result-section .results-list .result-item .result-content .room-name:focus{
	text-decoration: none;
}

.stars{
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd;
}

 .stars li i{
	color: #ffb606;
	font-size: 16px;
}

.result-section .results-list .result-item .result-content .info-container,
.room-info .info-box .info-container{
	display: table;
	width: 100%;
}

.result-section .results-list .result-item .result-content .benefits,
.room-info .info-box .info-container .benefits{
    margin: 10px 0px;
    width: 50%;
    display: inline-block;
    padding: 0px;
    float: left;
    border-right: 1px solid #ddd;
}

.result-section .results-list .result-item .result-content .benefits li:before{
	content: " ";
	width: 6px;
	height: 2px;
}

.result-section .results-list .result-item .result-content .info,
.room-info .info-box .info-container .info{
	display: inline-block;
	width: 48%;
    padding: 0px 10px;
    float: right;
    margin-top: 12px;
}

.result-section .results-list .result-item .result-content .info .btn-wrapper{
	text-align: center;
}

.result-section .results-list .result-item .result-content .info .btn-wrapper button{
    padding: 5px 16px 2px;
    color: #fff;
    font-weight: 600;
    width: 70px;
    margin-top: 10px;
    text-transform: uppercase;
    background-color: #722e85;
    border: 1px solid #722e85;
    transition: all ease-in-out 0.4s;
}

.result-section .results-list .result-item .result-content .info .btn-wrapper button:hover{
    background-color: #fff;
    color: #722e85;
}

.result-section .results-list .result-item .result-content .not-available{
    display: inline-block;
    width: 50%;
    vertical-align: center;
    padding: 10px;
    float: right;
}

.result-section .results-list .result-item .result-content .not-available i{
    font-size: 45px;
    color: #722e85;
    display: block;
    text-align: center;
    margin: 15px auto;	
}

.result-section .results-list .result-item .result-content .not-available p{
	font-family: 'Arima Madurai', cursive;
	font-size: 20px;
	color: #722e85;
	text-align: center;
}

.result-section .results-list .result-item .result-content .hide{
	display: none;
}

.result-section .results-list .result-item .result-content .info-container .select-form .select-box .dropdown-toggle{
	height: 40px;
	padding: 0px 7px;
}
   
.result-section .results-list .result-item .result-content .benefits li,
.room-info .info-box .info-container .benefits li{
	font-size: 15px;
	font-family: 'Arima Madurai', cursive;
	position: relative;
	padding-left: 10px;
}

.room-info .info-box .info-container .benefits li{
	font-size: 16px;
}

.result-section .results-list .result-item .result-content .benefits li:not(:last-child):before,
.room-info .info-box .info-container .benefits li:not(:last-child):before{
	content: '\f105';
	font-family: 'FontAwesome';
	margin-right: 5px;
	color: #722e85;
}

.result-section .result-content .info-container .price-box,
.room-info .info-box .info-container .price-box{
	margin: 10px 0px;
}

.result-section .result-content .info-container .price-box i,
.room-info .info-box .info-container .price-box i{
	margin-right: 5px;
    margin-left: 5px;
}

.result-section .result-content .info-container .price-box .current-price,
.room-info .info-box .info-container .price-box p{
	font-family: 'Arima Madurai', cursive;
	font-size: 16px;
	color: #722e85;
	font-weight: 600;
}

.room-info .info-box .select-box .dropdown-toggle{
	height: 40px;
    padding: 0px 5px;
}

.room-info .info-box .select-box .dropdown-toggle ul li a{
	padding: 5px;
	text-align: center !important;
}

.result-section .result-content .info-container .price-box .prev-price{
	text-decoration: line-through;
	font-family: 'Arima Madurai', cursive;
	font-size: 16px;
	color: #707070;
}

.summary-section {
	padding: 15px;
	border: 1px solid #722e85;
}

.summary-section .title{
	margin-top: 0px;
	font-family: 'Arima Madurai', cursive;
	font-size: 18px;
	font-weight: 600;
	color: #722e85;
	padding-bottom:4px;
	border-bottom: 1px solid #ddd;
}

.summary-section .name{
	font-family: 'Arima Madurai', cursive;
	font-size: 16px;
	font-weight: 500;
	color: #722e85;
}

.result-section .summary-section .select-box .dropdown-toggle{
    height: 30px;
    margin: 0px 0px 10px;
    font-weight: 100;
    padding: 0px 5px;
}

.result-section .summary-section .select-box .dropdown-menu ul li a{
	display: block;
}

.summary-section p{
    font-family: 'Arima Madurai', cursive;
    font-size: 16px;
}

.summary-section p span{
	font-weight: 600;
}

.result-section .summary-section .price i{
	font-size: 14px;
}

.result-section .summary-section a,
.booking-page .summary-section a{
    padding: 7px 15px 2px;
    color: #fff;
    font-weight: 600;
    display: inline-block;
    text-transform: uppercase;
    background-color: #722e85;
    border: 1px solid #722e85;
    transition: all ease-in-out 0.4s;
}

.result-section .summary-section a:hover,
.result-section .summary-section a:focus,
.booking-page .summary-section a:hover,
.booking-page .summary-section a:focus{
	text-decoration:none;
	background-color: #fff;
	color: #722e85;
}

/* Booking Page */

.booking-page{
	padding-bottom: 30px;
	padding-top: 30px;
}

.banner-box .item{
    background-color: #a1a1a1;
}

.banner-box .item img{
    opacity: .7;
    width: 100%;
}

.booking-page .room-info{
    padding-bottom: 3px;
    border-bottom: 1px solid #ddd;
}

.booking-page .name{
	font-family: 'Arima Madurai', cursive;
	font-size: 22px;
	color: #722e85;
	margin: 10px 0px;
}

.booking-page .user-info{
	margin: 15px 0px;
}

.booking-page .summary-section p:last-child{
	margin-bottom: 0px;
}

.booking-page .info .price-box table{
	width: 100%;
}

.form-box{
	margin: 15px 10px;
}

.form-box textarea{
	resize: vertical;
}

.form-box .form-group label,
.booking-page .user-info .radios label{
	font-size: 15px;
	font-family: 'Arima Madurai', cursive;
	color: #333;
}

.form-box .form-group .form-control{
    border-color: #c9c9c9;
	font-weight: 600;
	border-radius: 0px;
	font-size: 14px;
	color: #333;
	font-family: 'Arima Madurai', cursive;
	transition: all ease-in-out .4s;
}

.form-box .form-group .form-control:focus{
    color: #722e85;
    border-color: #722e85;
}

.form-box .form-group .my-btn{
    padding: 7px 15px 2px;
    color: #fff;
    font-weight: 600;
    display: inline-block;
    text-transform: uppercase;
    background-color: #722e85;
    border: 1px solid #722e85;
    transition: all ease-in-out 0.4s;
}

.form-box .form-group .my-btn:hover{
    background-color: #fff;
    color: #722e85;
}

.booking-page .booking-btn-wrapper{
	text-align: center;
}

.booking-page .booking-btn-wrapper .book-btn{
    padding: 7px 15px 2px;
    color: #fff;
    font-weight: 600;
    display: inline-block;
    text-transform: uppercase;
    background-color: #722e85;
    border: 1px solid #722e85;
    transition: all ease-in-out 0.4s;	
}

.booking-page .booking-btn-wrapper .book-btn:hover{
    text-decoration: none;
    background-color: #fff;
    color: #722e85;
}

.room-info .info-box .table thead tr th,
.room-info .info-box .table td{
	width: 20%;
	vertical-align: middle;
}

.room-info .info-box .table td p{
	margin: 0px;
}

.room-info .info-box .table td .price-total p{
	margin-bottom: 5px;
    font-size: 16px;
    font-weight: 600;
}

/*  Static Page  */

.static-page{
    margin: 30px 0px;
}

.static-page .contact-box .title{
	color: #722e85;
	font-size: 20px;
	font-family:'Arima Madurai', cursive;
	text-align: center;
    margin-bottom: 25px;
}

.static-page .contact-box .title:after{
    content: " ";
    width: 130px;
    height: 1px;
    background-color: #bd9128;
    position: absolute;
    left: 226px;
    top: 30px;
}

.static-page .contact-box .title p{
	margin: 0px;
	position: relative;
}

.static-page .contact-box .title p:before{
    content: "";
    width: 6px;
    position: absolute;
    top: 28px;
    left: 205px;
    height: 6px;
    border-radius: 5px;
    background-color: #bd9128;
}

.static-page .contact-box .title p:after{
    content: "";
    width: 6px;
    position: absolute;
    top: 28px;
    right: 209px;
    height: 6px;
    border-radius: 5px;
    background-color: #bd9128;
}

.static-page .info-right{
	border-left: 1px solid #ddd;
}

.static-page .contact-box ul{
	width: 80%;
	display: block;
	margin: 10px auto;
}

.static-page .contact-box ul li{
    width: 100%;
    display: inline-block;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
}

.static-page .contact-box ul li i{
    float: left;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 2px solid #722e85;
    text-align: center;
    line-height: 42px;
    color: #722e85;
    font-size: 18px;
    background-color: #fff;
}

.static-page .contact-box ul li span{
    font-family: 'Arima Madurai', cursive;
    font-size: 14px;
    color: #333;
    display: inline-block;
    font-weight: 500;
    margin-left: 15px;
    padding-top: 15px;
}

.static-page .contact-box ul li:first-child span{ 
    padding-top: 5px;
    float: right;
    width: 86%;
}

.static-page .content p{
	font-family: 'Arima Madurai', cursive;
    font-size: 15px;
    color: #333;
    line-height: 30px;
}

.static-page .section-two{
	margin-top: 20px;
}


.static-page .section-two .side-title{
	font-family: 'Arima Madurai', cursive;
	font-size: 16px;
	font-weight: 500;
	color: #722e85;
}













