/*------------------------------------------------
                   Necessary Fonts
/*------------------------------------------------*/
@font-face {
    font-family: gotham-book;
    src: url(../fonts/Gotham-Book.otf);
}
/*------------------------------------------------
                   General Styles
/*------------------------------------------------*/
html,
body {
    height: 100%;
}
body {
    font-family: 'gotham-book', Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #292929;
}
a {
    text-decoration: none;
}
a:focus {
    text-decoration: none;
    color: inherit;
    outline: none;
}
a:active {
    text-decoration: none;
    color: inherit;
}
a:hover {
    text-decoration: none;
}
input[type="text"] {
    font-family: 'gotham-book', Arial, Helvetica, sans-serif;
    font-size: 17px;
}
input:focus,
textarea:focus {
    outline: none;
    border: none;
}
h1,
h2,
h3,
h4 {
    font-family: 'Playfair Display', Arial, Helvetica, serif;
}
p {
    line-height: 40px;
    font-size: 16px;
    margin: 0;
}
ul {
    margin: 0;
    padding: 0;
}
li {
    padding: 0;
    list-style-type: none;
}
.no-side-padding {
    padding-left: 0;
    padding-right: 0;
}
.bigger-width {
    width: 1530px;
    margin: 0 auto;
}

h2.bravi-heading {
    font-size: 60px;
    color: #292929;
    margin: 0 0 30px 0;
    padding: 0 0 20px;
    position: relative;
}
h2.bravi-heading::after {
    content: '';
    display: inline-block;
    width: 240px;
    height: 14px;
    background: url("../images/line-circle.png") left top no-repeat;
    position: absolute;
    bottom: -10px;
    left: 0;
}

/*------------------------------------------------
                   Header Styles
/*------------------------------------------------*/
header {
    position: fixed;
    width: 100%;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    z-index: 999;
}
.header-area {
    height: 140px;
    position: relative;
    margin: 0 auto;
}
.logo {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 40px;
    width: 190px;
}
.logo .svg-logo {
    width: 100%;
}
.logo .svg-logo .st0 {
    fill: #fff;
}
.book-now {
    font-family: 'gotham-book', Arial, Helvetica, sans-serif;
    background: #e7a369;
    color: #fffefe;
}
.book-now:hover {
    background: #ba8340;
    color: #fff;
}
.book-now-small {
    font-size: 14px;
    height: 37px;
    line-height: 37px;
    padding: 0 22px;
    text-transform: uppercase;
}
.book-now-large {
    display: inline-block;
    font-size: 36px;
    font-family: 'Playfair Display', Arial, Helvetica, serif;
    height: 70px;
    padding: 0 40px;
    line-height: 70px;
    text-align: center;
    font-weight: bold;
    background: #e7a369;
    color: #fffefe;
}
.book-now-large:hover {
    background: #092227;
    color: #fff;
}
.header-area .book-now-small {
    position: absolute;
    top: 60px;
    right: 80px;
}
.menu-bars {
    display: inline-block;
    width: 42px;
    height: 37px;
    position: absolute;
    top: 60px;
    right: 17px;
    background: url("../images/main-menu-bars.png") left top no-repeat;
    cursor: pointer;
}
.sticky-header {
    background: rgba(255, 255, 255, 0.8);
    border-bottom: 1px solid #DEE6E8;
}
.sticky-header .header-area {
    height: 70px;
}
.sticky-header .logo {
    width: 112px;
    top: 0;
}
.sticky-header .logo .svg-logo path {
    fill: #092227;
}
.sticky-header .book-now-small {
    top: 16px;
}
.sticky-header .menu-bars {
    background-position: left bottom;
    top: 16px;
}
.menu-nav {
    display: block;
    width: 290px;
    height: 100%;
    background: rgba(9, 34, 39, 0.8);
    position: fixed;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
    right: -290px;
    top: 0;
    padding: 20px 30px 30px;
    z-index: 99999;
}
.menu-nav .close-menu {
    display: inline-block;
    position: absolute;
    top: 42px;
    right: 31px;
    font-size: 24px;
    color: #827971;
    cursor: pointer;
}
.menu-nav .close-menu:hover {
    color: #fff;
}
.show-menu {
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
    right: 0;
}
.menu-title {
    color: #827971;
    font-size: 30px;
    padding-left: 15px;
    margin-bottom: 33px;
}
.menu-nav ul {
    padding: 0;
}
.menu-nav ul li {
    background: none;
    list-style-type: none;
}
.menu-nav ul li a {
    padding: 0 0 0 20px;
    font-size: 13px;
    font-family: 'gotham-book', Arial, Helvetica, sans-serif;
    display: inline-block;
    margin-bottom: 38px;
    color: #fff;
    text-transform: uppercase;
}
.menu-nav ul li a:hover {
    color: #e7a369;
}
/*------------------------------------------------
                  Home Page Styles
/*------------------------------------------------*/
#banner img {
    display: block;
    width: 100%;
    height: auto;
}
.page-banner {
    margin-bottom: 90px;
    position: relative;
    overflow-x: hidden;
}
.page-banner h1 {
    position: absolute;
    left: 0;
    width: 100%;
    top: 50%;
    min-height: 100px;
    margin: -65px 0 0 0;
    font-size: 60px;
    color: #fff;
    text-align: center;
}
.page-banner h1.banner-title-border::after {
    content: '';
    width: 225px;
    height: 14px;
    position: absolute;
    left: 50%;
    margin-left: -116px;
    bottom: 0;
    background: url("../images/heading-bottom-border.png") bottom left no-repeat;
}
.home-page-banner {
    min-height: 100%;
    height: 100%;
    overflow: hidden;
    margin-bottom: 120px;
    position: relative;
}
.home-banner-contents {
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -86px;
    text-align: center;
    z-index: 999;
}
.home-banner-contents .home-banner-title {
    color: #fff;
    font-size: 72px;
    font-weight: bold;
    margin: 0 0 45px 0;
}

.home-page-banner .down-circle {
    display: inline-block;
    width: 48px;
    height: 48px;
    font-size: 30px;
    position: absolute;
    left: 50%;
    bottom: 48px;
    margin-left: -24px;
    background: url("../images/arrow.png") center no-repeat;
    z-index: 999;
    opacity: 0.5;
}

.the-island-wrap {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 100px;
}
.the-island-image {
    position: relative;
}
.the-island-image figure img {
    display: block;
    width: 100%;
}
.the-island-image .floating-image {
    position: relative;
    height: 305px;
}
.the-island-image .floating-image img {
    width: auto;
    height: auto;
    position: absolute;
    right: -135px;
    top: -94px;
    z-index: 1;
}
.the-island-contents h2 {
    color: #292929;
    font-size: 60px;
    margin: 0 auto 60px;
    background: #fff;
    padding: 0 0 0 30px;
}
.the-island-contents h2::after {
    content: '';
    display: inline-block;
    width: 240px;
    height: 14px;
    background: url("../images/line-circle.png") left top no-repeat;
    margin-left: 15px;
    padding-bottom: 23px;
}
.the-island-contents article {
    padding: 0 0 0 30px;
}
.the-island-contents article p {
    font-size: 17px;
    color: #292929;
    line-height: 40px;
    margin-bottom: 60px;
}
.the-island-contents .book-now {
    margin: 10px 0 0 135px;
}
.bravi-wrap {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    margin-bottom: 90px;
}
.bravi-figure {
    width: 68%;
}
.bravi-figure img {
    display: block;
    width: 100%;
}
.bravi-contents {
    width: 30%;
    margin-right: 25px;
}
.bravi-contents h2 {
    font-size: 60px;
    color: #292929;
    margin: 0 0 30px 0;
    padding: 0 0 20px;
    position: relative;
}
.bravi-contents h2::after {
    content: '';
    display: inline-block;
    width: 240px;
    height: 14px;
    background: url("../images/line-circle.png") left top no-repeat;
    position: absolute;
    bottom: -10px;
    left: 0;
}
.bravi-contents p {
    margin-bottom: 35px;
    line-height: 35px;
}
.dinner-wrap {
    min-height: 650px;
    margin: 0 auto 250px;
    position: relative;
}
.dinner-wrap h2 {
    text-align: center;
    font-size: 60px;
    padding-bottom: 20px;
    color: #292929;
    margin: 0 auto 60px;
    position: relative;
}
.dinner-wrap h2::after {
    content: '';
    display: inline-block;
    width: 233px;
    height: 14px;
    background: url("../images/heading-bottom-border.png") left top no-repeat;
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -116px;
}
.dinner-wrap figure {
    position: relative;
}
.dinner-wrap .dinner-bg {
    display: block;
    width: 100%;
}
.dinner-title-slider {
    background: #fff;
    padding: 25px;
    position: absolute;
    top: 40%;
    left: 29%;
    z-index: 100;
    text-align: center;
    max-width: 450px;
}
.dinner-title-slider ul li h3 {
    font-size: 46px;
    line-height: 46px;
    margin: 0;
}
.dinner-slides li figure {
    max-height: 338px;
    overflow: hidden;
}
.dinner-slides li figure img {
    width: 100%;
    max-height: 338px;
}
div::-webkit-scrollbar {
    width: 10px;
}
div::-webkit-scrollbar-track {
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
div::-webkit-scrollbar-thumb {
    -webkit-border-radius: 5px;
    border-radius: 10px;
    background: #d5d5d5;
}
div::-webkit-scrollbar-thumb:window-inactive {
    background: #d5d5d5;
}
.dinner-slider {
    width: 556px;
    background: #fff;
    height: 690px;
    position: absolute;
    top: 200px;
    left: 55px;
    z-index: 50;
    -webkit-box-shadow: 0 8px 15px #a8a7a3;
    -moz-box-shadow: 0 8px 15px #a8a7a3;
    box-shadow: -1px 1px 9px #a8a7a3;
}
.dinner-slider .flex-control-nav {
    display: none;
}
.dinner-slider .flex-direction-nav {
    height: 25px;
    bottom: -20px;
    position: relative;
}
.dinner-slider .flex-direction-nav li {
    display: inline-block;
}
.dinner-slider .flex-direction-nav a {
    display: inline-block;
    width: 23px;
    height: 16px;
    text-indent: -9999px;
    position: absolute;
}
.dinner-slider .flex-direction-nav .flex-prev {
    right: 100px;
    bottom: -1px;
}
.dinner-slider .flex-direction-nav .flex-next {
    right: 50px;
    bottom: 0;
}
.dinner-slider .flex-direction-nav .flex-prev {
    background: url("../images/slider-previous-arrow.png") left top no-repeat;
}
.dinner-slider .flex-direction-nav .flex-next {
    background: url("../images/slider-next-arrow.png") left top no-repeat;
}
.dinner-slider .slider-contents {
    padding: 40px;
    overflow-y: scroll;
    max-height: 250px;
}
.dinner-slider .slider-contents h3 {
    margin: 0 0 15px 0;
    font-weight: bold;
}
.dinner-slider .slider-contents p {
    margin-bottom: 30px;
}
.home-activity-wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto 90px;
}
.home-activity-wrap .equal-width {
    width: 50%;
}
.home-activity-wrap figure {
    position: relative;
}
.home-activity-wrap figure a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}
.home-activity-wrap figure a span {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #0e0e0e;
    opacity: 0.41;
    z-index: 22;
}
.home-activity-wrap figure img {
    width: 100%;
}
.home-activity-wrap figure h2 {
    display: block;
    font-size: 46px;
    min-height: 76px;
    width: 100%;
    margin: -38px 0 0 0;
    color: #fff;
    line-height: 56px;
    position: absolute;
    text-align: center;
    top: 50%;
    left: 0;
    z-index: 99;
}
.home-activity-wrap figure h2 a {
    color: #fff;
    display: block;
}
.home-activity-wrap figure h3 {
    position: absolute;
    top: 59%;
    left: 0;
    margin: 0;
    text-align: center;
    font-size: 24px;
    width: 100%;
    height: 60px;
    color: #f8ea09;
}
.home-stay-wrap {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 90px;
}
.home-stay-figure {
    width: 68%;
}
.home-stay-figure img {
    display: block;
    width: 100%;
}
.home-stay-contents {
    width: 32%;
    padding-left: 58px;
}
.home-stay-contents h2 {
    font-size: 60px;
    color: #292929;
    margin: 0 0 40px 0;
    padding: 30px 0 20px;
    position: relative;
}
.home-stay-contents h2::after {
    content: '';
    display: inline-block;
    width: 240px;
    height: 14px;
    background: url("../images/line-circle.png") left top no-repeat;
    position: absolute;
    bottom: 0;
    left: 0;
}
.home-stay-contents p {
    margin-bottom: 40px;
    line-height: 35px;
}
.home-stay-container .related-links {
    margin: 0 auto 90px;
}
.home-stay-container .related-links ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.home-stay-container .related-links li {
    margin-bottom: 30px;
    width: 24%;
}
.home-stay-container .related-links li h3 {
    font-size: 20px;
    text-align: center;
    margin: 0;
}
.home-stay-container .related-links li h3 a {
    color: #292929;
}
.home-stay-container .related-links li h3 a:hover {
    color: #e7a369;
}
.home-stay-container .related-links .related-link-figure {
    margin-bottom: 25px;
}
.home-stay-container .related-links .related-link-figure a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}
.home-stay-container .related-links .related-link-figure a span {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #F7F6EC;
    opacity: 0;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.home-stay-container .related-links .related-link-figure a span:after {
    content: '';
    display: inline-block;
    width: 30px;
    height: 31px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -15px;
    margin-top: -15px;
    background: url("../images/search-icon.png") left top no-repeat;
}
.home-stay-container .related-links .related-link-figure a:hover span {
    opacity: 0.9;
}
.home-stay-container .related-links .related-link-figure img {
    width: 100%;
    min-height: 240px;
}
.celebrate-wrap {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    margin-bottom: 90px;
}
.celebrate-figure {
    width: 68%;
    overflow: hidden;
}
.celebrate-figure img {
    display: block;
}
.celebrate-contents {
    width: 30%;
    margin-right: 25px;
}
.celebrate-contents h2 {
    font-size: 60px;
    color: #292929;
    margin: 0 0 40px 0;
    padding: 30px 0 20px;
    position: relative;
}
.celebrate-contents h2::after {
    content: '';
    display: inline-block;
    width: 240px;
    height: 14px;
    background: url("../images/line-circle.png") left top no-repeat;
    position: absolute;
    bottom: 0;
    left: 0;
}
.celebrate-contents p {
    margin-bottom: 50px;
    line-height: 35px;
}
.home-contact-wrap {
    width: 100%;
    margin: 0 auto 30px;
    position: relative;
    background: url("../images/contact-slider-img01.jpg");
    background-size: cover;
    max-height: 780px;
    min-height: 780px;
}
.home-form-container {
    width: 100%;
}
.home-contact-form {
    padding-top: 110px;
}
.home-contact-form h2 {
    color: #fff;
    font-size: 60px;
    margin: 0 auto 50px;
    text-align: center;
    position: relative;
    padding-bottom: 20px;
}
.home-contact-form h2:after {
    content: '';
    width: 225px;
    height: 14px;
    position: absolute;
    left: 50%;
    margin-left: -116px;
    bottom: 0;
    background: url("../images/home-contact-title-border.png") bottom left no-repeat;
}
.home-contact-form .form-input {
    display: block;
    width: 100%;
    height: 76px;
    border: none;
    border-bottom: 2px solid #595b5c;
    background: none;
    padding: 0 5px;
    margin-bottom: 65px;
}
.home-contact-form .input-message {
    display: block;
    width: 100%;
    height: 110px;
    background: none;
    border: none;
    border-bottom: 2px solid #595b5c;
    padding: 5px;
    resize: none;
}
.home-contact-form input[type='text'] {
    color: #adadad;
}
.home-contact-form textarea {
    color: #adadad;
    margin-bottom: 40px;
}
.home-contact-form .home-submit-btn {
    text-align: center;
}
.home-contact-form .submit-btn {
    display: inline-block;
    margin: 0 auto;
    font-family: 'Playfair Display', Arial, Helvetica, serif;
    padding: 0 70px;
    height: 66px;
    line-height: 66px;
    font-size: 24px;
    color: #fff;
    text-align: center;
    background: #e7a369;
    border: none;
}
.home-contact-form .submit-btn:hover {
    background: #000;
}
.form-one #message-delivered {
    color: #fff;
}
.random-images-wrap {
    width: 100%;
    margin: 0 -15px 10px;
}

.random-image-title {
    text-align: center;
    padding-bottom: 20px;
    color: #292929;
    margin: 15px auto 40px;
    position: relative;
}

.random-image-title:after {
    content: '';
    display: inline-block;
    width: 233px;
    height: 14px;
    background: url("../images/heading-bottom-border.png") left top no-repeat;
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -116px;
}
.random-image {
    padding: 0 15px;
    margin: 0 auto 20px;
    width: 20%;
    float: left;
}
.random-image img {
    width: 100%;
    height: auto;
}

.wp-video {
    width: 100% !important;
}

.home-stay-figure figure iframe {
    width: 1040px !important;
    height: 585px !important;
    max-width: 100%;

}

/*------------------------------------------------
                   About page Styles
/*------------------------------------------------*/
.island-location-wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto 90px;
}
.island-location-image {
    width: 52%;
    margin-right: 56px;
}
.island-location-image figure img {
    width: 100%;
}
.island-location-contents {
    width: 34%;
}
.island-location-contents p {
    line-height: 35px;
    margin-bottom: 50px;
}
.island-location-contents img {
    display: block;
    width: 100%;
}
.about-activity-wrap {
    min-height: 650px;
    margin: 0 auto 70px;
    position: relative;
}
.about-activity-wrap h2 {
    text-align: center;
    font-size: 60px;
    padding-bottom: 20px;
    color: #292929;
    margin: 0 auto 60px;
    position: relative;
}
.about-activity-wrap h2::after {
    content: '';
    display: inline-block;
    width: 233px;
    height: 14px;
    background: url("../images/heading-bottom-border.png") left top no-repeat;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -116px;
}
.about-activity-wrap figure h3 {
    font-size: 46px;
    background: #fff;
    display: inline-block;
    padding: 25px;
    line-height: 46px;
    position: absolute;
    top: 50%;
    right: 30%;
    z-index: 100;
}
.about-activity-wrap .dinner-bg {
    display: block;
    width: 100%;
}
.activity-slider {
    width: 556px;
    background: #fff;
    height: 690px;
    position: absolute;
    top: 330px;
    right: 55px;
    z-index: 50;
    -webkit-box-shadow: 0 8px 15px #e4e3e3;
    -moz-box-shadow: 0 8px 15px #e4e3e3;
    box-shadow: 0 8px 15px #e4e3e3;
}
.activity-slider .slides li figure {
    max-height: 338px;
    overflow: hidden;
}
.activity-slider .slides li figure img {
    width: 100%;
    max-height: 338px;
}
.activity-slider .activity-title-slider {
    background: #fff;
    padding: 25px;
    position: absolute;
    top: 10%;
    left: -56%;
    z-index: 100;
    text-align: center;
    max-width: 450px;
}
.activity-slider .activity-title-slider ul li h3 {
    font-size: 46px;
    line-height: 46px;
    margin: 0;
}
.activity-slider .flex-control-nav {
    display: none;
}
.activity-slider .flex-direction-nav {
    height: 25px;
    position: relative;
}
.activity-slider .flex-direction-nav li {
    display: inline-block;
}
.activity-slider .flex-direction-nav a {
    display: inline-block;
    width: 23px;
    height: 16px;
    text-indent: -9999px;
    position: absolute;
}
.activity-slider .flex-direction-nav .flex-prev {
    right: 100px;
    bottom: -1px;
}
.activity-slider .flex-direction-nav .flex-next {
    right: 50px;
    bottom: 0;
}
.activity-slider .flex-direction-nav .flex-prev {
    background: url("../images/slider-previous-arrow.png") left top no-repeat;
}
.activity-slider .flex-direction-nav .flex-next {
    background: url("../images/slider-next-arrow.png") left top no-repeat;
}
.activity-slider .slider-contents {
    padding: 40px;
    overflow-y: scroll;
    max-height: 265px;
}

.activity-slider .slider-contents h3 {
    margin: 0 0 15px 0;
    font-weight: bold;
}
.activity-slider .slider-contents p {
    margin-bottom: 30px;
}
.activity-tabs-wrap .tabs-menu {
    text-align: center;
    margin-bottom: 60px;
}
.activity-tabs-wrap .tabs-menu li {
    display: inline-block;
    text-align: center;
}
.activity-tabs-wrap .tabs-menu li a {
    display: inline-block;
    height: 68px;
    font-size: 24px;
    color: #31383c;
    line-height: 68px;
    padding: 0 39px 0 27px;
    margin-right: 50px;
}
.activity-tabs-wrap .tabs-menu li.current a {
    color: #fff;
    background: #ccb99a;
}
.activity-tabs-wrap .tab-content {
    display: none;
}
.activity-tabs-wrap #tab-1 {
    display: block;
}

.bravi-contents .activity-tabs-title {
    font-size: 40px;
}
.manasa-foundation-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto 90px;
}
.manasa-foundation-wrap .manasa-left-side {
    width: 49%;
}
.manasa-foundation-wrap .manasa-left-side figure {
    position: relative;
}
.manasa-foundation-wrap .manasa-left-side figure img {
    display: block;
    width: 100%;
}
.manasa-foundation-wrap .manasa-left-side figure h2 {
    width: 100%;
    font-size: 40px;
    color: #fff;
    min-height: 100px;
    margin-top: -50px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 50%;
}
.manasa-foundation-wrap .manasa-right-side {
    width: 49%;
}

.manasa-foundation-wrap .manasa-right-side h2 {
    font-size: 60px;
    margin: 0 0 30px 0;
    padding-bottom: 20px;
    position: relative;
}

.manasa-foundation-wrap .manasa-right-side h2:after {
    content: '';
    display: inline-block;
    width: 240px;
    height: 14px;
    background: url("../images/line-circle.png") left top no-repeat;
    position: absolute;
    bottom: -10px;
    left: 0;

}

.manasa-foundation-wrap .manasa-right-side h2 br {
    display: none;
}

.manasa-foundation-wrap .manasa-right-side p {
    line-height: 35px;
    margin-bottom: 40px;
}
.manasa-foundation-wrap .contribute {
    width: 100%;
    margin: 0 auto;
    min-height: 91px;
    background: #f2f2f2;
}
.manasa-foundation-wrap .contribute p {
    padding: 25px 38px;
    font-size: 17px;
    margin: 0;
}
.manasa-foundation-wrap .contribute p a {
    color: #e7a369;
}
.manasa-foundation-wrap .contribute p a:hover {
    text-decoration: underline;
}
/*------------------------------------------------
                   Stay page Styles
/*------------------------------------------------*/
.stay-intro {
    margin-bottom: 90px;
}
.stay-intro p {
    line-height: 40px;
    margin-bottom: 40px;
}
.home-bures ul li {
    margin-bottom: 90px;
}
.home-bures ul li p {
    line-height: 40px;
}
.bure-contents figure {
    position: relative;
}
.bure-contents figure a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}
.bure-contents figure a span {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #F7F6EC;
    opacity: 0;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.bure-contents figure a span:after {
    content: '';
    display: inline-block;
    width: 30px;
    height: 31px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -15px;
    margin-top: -15px;
    background: url("../images/search-icon.png") left top no-repeat;
}
.bure-contents figure a:hover span {
    opacity: 0.9;
}
.bure-contents figure a img {
    display: block;
    width: 100%;
    height: auto;
}
.bure-contents .bure-title {
    margin-bottom: 50px;
}
.bure-contents .bure-title a {
    display: inline-block;
    color: #292929;
    font-size: 36px;
    padding-bottom: 32px;
    position: relative;
}

.bure-contents .bure-title a::after {
    content: '';
    width: 240px;
    height: 14px;
    background: url("../images/line-circle.png") left top no-repeat;
    position: absolute;
    left: 0;
    bottom: 0;
}

.bure-contents a.read-more {
    color: #000;
    font-weight: bold;
    text-transform: capitalize;
    padding: 0 5px;
}
.home-bures li:nth-child(even) .floating-image {
    float: right;
}
/*------------------------------------------------
            Stay Single Page Styles
/*------------------------------------------------*/
.stay-single-banner {
    min-height: 100%;
    height: 100%;
    margin-bottom: 90px;
    overflow: hidden;
}
.big-slider-wrap {
    overflow: hidden;
}
.big-slider {
    min-height: 100%;
    height: 100%;
}
.big-slider .slides li img {
    width: 100%;
    display: block;
    max-height: 100%;
}
.big-slider .flex-control-nav, .home-big-slider .flex-control-nav {
    display: none;
}
.big-slider .flex-direction-nav , .home-big-slider .flex-direction-nav {
    width: 100%;
}


.big-slider .flex-direction-nav li a, .home-big-slider .flex-direction-nav li a {
    display: inline-block;
    width: 40px;
    height: 104px;
    position: absolute;
    top: 50%;
    margin-top: -52px;
    text-indent: -9999px;
    z-index: 9999;
    opacity: .5;
}

.home-big-slider .flex-direction-nav li a {
    opacity: 1;
}
.big-slider .flex-direction-nav li a:hover{
    background-position: top left;
    opacity: .9;
}
.home-big-slider .flex-prev {
    background: url("../images/home-prev-arrow.png") center no-repeat;
    left: 0;
}
.big-slider .flex-prev {
    background: url("../images/big-slider-prev-arrow.png") top left no-repeat;
    left: 0;
}
.home-big-slider .flex-next {
    background: url("../images/home-next-arrow.png") center no-repeat;
    position: absolute;
    right: 0;
}
.big-slider .flex-next{
    position: absolute;
    right: 0;
    background: url("../images/big-slider-next-arrow.png") top left no-repeat;
}
.single-post-content {
    text-align: center;
    margin-bottom: 30px;
}
.single-post-content h2 {
    font-size: 36px;
    color: #292929;
    position: relative;
    margin: 0 auto 70px;
    padding-bottom: 30px;
}
.single-post-content h2::after {
    content: '';
    display: inline-block;
    width: 233px;
    height: 14px;
    background: url("../images/heading-bottom-border.png") left top no-repeat;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -116px;
}
.single-post-content p {
    color: #292929;
    margin-bottom: 40px;
}
.single-post-content img {
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
}
.single-bure-images {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 90px;
}
.single-bure-images img {
    display: block;
    width: 100%;
}
.bure-facilities-wrap {
    margin: 0 auto 60px;
    padding-bottom: 80px;
    border-bottom: 1px solid #e0e1e1;
}
.single-bure-plans {
    margin-bottom: 80px;
}
.single-bure-plans h2 {
    font-size: 36px;
    color: #292929;
    position: relative;
    margin: 0 auto 50px;
    padding-bottom: 20px;
}
.single-bure-plans h2::after {
    content: '';
    display: inline-block;
    width: 240px;
    height: 14px;
    background: url("../images/line-circle.png") left top no-repeat;
    position: absolute;
    bottom: 0;
    left: 0;
}
.single-bure-plans .plans-container figure img {
    max-width: 100%;
}
.single-bure-plans ul {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.single-bure-plans ul li {
    width: 50%;
    line-height: 40px;
    font-size: 16px;
    margin: 0 0 30px 0;
    padding: 0 30px;
    text-transform: capitalize;
    background: url("../images/circle-with-ok.png") left center no-repeat;
    flex: auto;
}
.book-plan-container {
    text-align: center;
    margin-bottom: 90px;
}

.book-plan-container br {
    display: none;
}


.single-bure-plans .book-plan-container a {
    height: 76px;
    line-height: 76px;
    padding: 0 29px;
}

.book-plan-container h2{
    font-size: 40px;
    color: #292929;
    margin: 0 0 30px 0;
    padding: 0 0 20px;
    position: relative;
    text-align: center;
}
.book-plan-container h2:after{
    content: '';
    display: inline-block;
    width: 233px;
    height: 14px;
    background: url("../images/heading-bottom-border.png") left top no-repeat;
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -116px;
}
.trip-advisor {
    margin-bottom: 40px;
}

.trip-advisor #CDSWIDPER.border {
    margin: 0 auto 20px;
}

.trip-advisor #CDSWIDTC.widTC2015 {
    margin: 0 auto 20px;
}

.trip-advisor #CDSWIDCOE {
    margin:0 auto 20px;
}

/*------------------------------------------------
               Wedding Page Styles
/*------------------------------------------------*/

.wedding-contents-wrap {
    margin: 0 auto 90px;
}

.wedding-contents-wrap h2 {
    text-align: center;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 30px;
}

.wedding-contents-wrap h2::after {
    content: '';
    display: inline-block;
    width: 233px;
    height: 14px;
    background: url("../images/heading-bottom-border.png") left top no-repeat;
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -116px;
}

.wedding-slider-wrap {
    margin-bottom: 30px;
}

#wedding-slider .slides img {
    max-width: 100%;
}

#wedding-carousel .slides li {
    margin-right: 12px;
}

#wedding-carousel .slides img {
    width: 100%;
    height:115px;

}

/*------------------------------------------------
               Rate Page Styles
/*------------------------------------------------*/

.rate-page-contents {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #d6d7d8;
}

/*------------------------------------------------
               Contact Page Styles
/*------------------------------------------------*/
.contact-page-banner img {
    display: block;
    width: 100%;
}
.contact-form-wrap {
    margin-bottom: 90px;
}
.contact-form-wrap h2 {
    font-size: 36px;
    color: #292929;
    text-align: center;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 60px;
}
.contact-form-wrap h2::after {
    content: '';
    display: inline-block;
    width: 233px;
    height: 14px;
    background: url("../images/heading-bottom-border.png") left top no-repeat;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -116px;
}
.contact-form-wrap .contact-form-input {
    display: block;
    width: 100%;
    height: 76px;
    border: none;
    color: #292929;
    border-bottom: 1px solid #d6d7d8;
    background: none;
    padding: 0 5px;
    margin-bottom: 65px;
}
.contact-form-wrap .contact-textarea {
    display: block;
    width: 100%;
    height: 110px;
    color: #292929;
    background: none;
    border: none;
    border-bottom: 1px solid #d6d7d8;
    padding: 5px;
    resize: none;
}
.contact-form-wrap input[type='text'] {
    color: #292929;
}
.contact-form-wrap ::-webkit-input-placeholder {
    color: #292929;
}
.contact-form-wrap :-moz-placeholder {
    /* Firefox 18- */
    color: #292929;
}
.contact-form-wrap ::-moz-placeholder {
    /* Firefox 19+ */
    color: #292929;
}
.contact-form-wrap :-ms-input-placeholder {
    color: #292929;
}
.contact-form-wrap .contact-textarea {
    color: #292929;
    margin-bottom: 40px;
}
.contact-form-wrap .send-message {
    text-align: center;
}
.contact-form-wrap .contact-submit-btn {
    display: inline-block;
    margin: 0 auto;
    font-family: 'Playfair Display', Arial, Helvetica, serif;
    padding: 0 70px;
    height: 66px;
    line-height: 66px;
    font-size: 24px;
    color: #fff;
    text-align: center;
    background: #e7a369;
    border: none;
}
.contact-form-wrap .contact-submit-btn:hover {
    background: #000;
}
.contact-map-area {
    margin-bottom: 150px;
}
.contact-map-area .location-container {
    position: relative;
}
.contact-map-area h2 {
    font-size: 36px;
    color: #292929;
    text-align: center;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 60px;
}
.contact-map-area h2::after {
    content: '';
    display: inline-block;
    width: 233px;
    height: 14px;
    background: url("../images/heading-bottom-border.png") left top no-repeat;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -116px;
}
.location-container .address-wrap {
    width: 358px;
    height: 336px;
    padding: 32px 0 32px 22px;
    background: #fff;
    position: absolute;
    top: 173px;
    right: 53px;
    box-shadow: -3px 3px 8px rgba(105, 105, 105, 0.84);
}
.location-container .address-wrap p {
    font-size: 16px;
    margin-bottom: 30px;
    line-height: 35px;
}
.location-container .address-wrap p i {
    display: inline-block;
    width: 36px;
    float: left;
    margin-right: 18px;
    height: 36px;
    font-size: 18px;
    line-height: 36px;
    border: 1px solid #cdcdcd;
    border-radius: 360px;
    text-align: center;
}
/*--------------------*/
/* Toggle Button
/*--------------------*/
.wrapper-toggle-button {
    position: relative;
    margin-top: 52px;
}
.wrapper-toggle-button input {
    position: absolute;
    opacity: 0;
}
#toggle-button {
    margin-left: 15px;
    display: inline-block;
    background: #95c022;
    height: 38px;
    width: 92px;
    border-radius: 42px;
    color: #ffffff;
    text-align: center;
    position: relative;
    cursor: pointer;
    transition: 0.2s all ease-in-out;
    line-height: 38px;
}
#toggle-button span.circle {
    background: #ffffff;
    height: 25px;
    width: 25px;
    border-radius: 25px;
    display: inline-block;
    position: absolute;
    right: 8px;
    top: 6px;
    transition: 0.2s all ease-in-out;
}
#toggle-button span.yes {
    opacity: 1;
    visibility: visible;
    transition: 0.2s all ease-in-out;
}
#toggle-button span.no {
    opacity: 0;
    visibility: hidden;
    transition: 0.2s all ease-in-out;
}
#toggle-button.inverse {
    background: #a62328;
}
#toggle-button.inverse span.circle {
    right: 59px;
}
#toggle-button.inverse span.yes {
    opacity: 0;
    visibility: hidden;
}
#toggle-button.inverse span.no {
    opacity: 1;
    visibility: visible;
}
/*------------------------------------------------
              Form Validation Styles
/*------------------------------------------------*/
label.error {
    display: none !important;
}
input.error {
    border-bottom: 1px solid red !important;
}
textarea.error {
    border-bottom: 1px solid red !important;
}
#contact-loader {
    display: none;
}
/*------------------------------------------------
              Gallery Page Styles
/*------------------------------------------------*/
.gallery-posts-container {
    margin-bottom: 90px;
}
.wrapper-gallery-items,
.alm-reveal {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.wrapper-gallery-items .gallery-single-item,
.alm-reveal .gallery-single-item {
    padding: 15px;
    margin: 0 auto;
    flex: auto;
}
.wrapper-gallery-items .gallery-single-item .image-wrapper,
.alm-reveal .gallery-single-item .image-wrapper {
    position: relative;
}
.wrapper-gallery-items .gallery-single-item img,
.alm-reveal .gallery-single-item img {
    width: 100%;
    height: auto;
}
.posts-container {
    margin-bottom: 40px;
}
.alm-btn-wrap {
    text-align: center;
}
button.alm-load-more-btn {
    font-family: 'Playfair Display', Arial, Helvetica, serif;
    font-size: 36px;
    font-weight: normal;
    height: 78px;
    line-height: 78px;
    background: #e7a369;
    color: #fff;
    border: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 0;
    margin: 0;
    padding: 0 40px;
    display: inline-block;
    position: relative;
    cursor: pointer;
}
button.alm-load-more-btn:focus {
    outline: none;
}
button.alm-load-more-btn:hover {
    background: #092227;
}
button.alm-load-more-btn.done {
    cursor: default;
    opacity: 0.2;
    filter: alpha(opacity=20);
}
.swipebox span {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #F7F6EC;
    opacity: 0;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.swipebox span:after {
    content: '';
    display: inline-block;
    width: 30px;
    height: 31px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -15px;
    margin-top: -15px;
    background: url("../images/search-icon.png") left top no-repeat;
}
.swipebox:hover span {
    opacity: 0.9;
}

/*------------------------------------------------
                Default Page Styles
/*------------------------------------------------*/

.default-page-contents h1 {
    font-size: 50px;
}

.default-page-contents img {
    max-width: 100%;
    margin-bottom: 20px;
}

/*------------------------------------------------
                   Footer Styles
/*------------------------------------------------*/
footer {
    text-align: center;
}
.footer-contents {
    margin-bottom: 30px;
}
.footer-contents .footer-logo {
    display: inline-block;
    width: 175px;
    height: 83px;
    margin-bottom: 25px;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}
.footer-contents .footer-logo .svg-logo {
    width: 100%;
}
.footer-contents .footer-logo .svg-logo .st0 {
    fill: #28313D;
}
.footer-contents .footer-logo:hover .svg-logo {
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.footer-contents .social-icons a {
    font-size: 17px;
    color: #adadad;
    margin-right: 20px;
}
.footer-contents .social-icons a:last-child {
    margin-right: 0;
}
.footer-contents .social-icons a:hover .fa-facebook {
    color: #5083d0;
}
.footer-contents .social-icons a:hover .fa-twitter {
    color: #59cdef;
}
.footer-contents .social-icons a:hover .fa-google-plus {
    color: #ea7171;
}
.footer-contents .social-icons a:hover .fa-pinterest {
    color: #e64949;
}

.footer-contents .social-icons a:hover .fa-instagram {
    color: #3f729b;
}

.copy-rights {
    width: 100%;
    margin: 0 auto;
    height: 61px;
    background: #F7F6EC;
    text-align: center;
}
.copy-rights p {
    color: #4f4f4f;
    line-height: 60px;
    margin: 0;
}
/*-----------------------------------------------------------------------------------*/
/* Responsive Stylesheets
/*-----------------------------------------------------------------------------------*/

@media (max-width: 1850px){
    #banner img {
        width: auto;
    }
}

@media (max-width: 1600px) {
    .bigger-width {
        width: 100%;
        padding: 0 15px;
    }
    .logo {
        left: 20px;
    }
    .bravi-contents h2 {
        font-size: 50px;
        margin: 0 0 30px 0;
        padding: 30px 0 20px;
    }
    .bravi-contents p {
        margin-bottom: 40px;
        line-height: 32px;
    }
    .contact-carousel .slides li {
        margin: 0 6px;
    }
    .the-island-contents h2 {
        font-size: 45px;
    }
    .the-island-contents h2::after {
        top: 22px;
        left: 293px;
    }
    .the-island-image .floating-image img {
        width: 52%;
        height: auto;
        position: absolute;
        right: -100px;
        top: -47px;
        z-index: 1;
    }
    .the-island-contents article p {
        font-size: 17px;
        color: #292929;
        line-height: 33px;
    }
}
@media (max-width: 1410px) {
    .menu-nav {
        overflow-y: scroll;
    }

    .menu-nav ul li a {
        margin-bottom: 26px;
    }
    p {
        font-size: 15px;
        line-height: 32px;
    }
    h2 {
        font-size: 38px !important;
    }
    .header-area {
        height: 90px;
    }
    .header-area .logo {
        width: 111px;
        top: 2px;
    }
    .header-area .logo img {
        width: 100%;
    }
    .header-area .book-now-small {
        top: 25px;
    }
    .sticky-header .book-now-small {
        top: 16px;
    }
    .menu-bars {
        top: 25px;
    }
    .home-page-banner {
        margin-bottom: 90px;
    }
    .page-banner {
        margin-bottom: 90px;
    }
    #banner {
        overflow: hidden;
    }
    #banner img {
        width: 100%;
        height: auto;
    }
    .home-banner-contents .home-banner-title {
        font-size: 60px;
    }
    .book-now-large {
        font-size: 30px;
        height: 60px;
        padding: 0 35px;
        line-height: 60px;
    }
    .the-island-wrap {
        margin-bottom: 90px;
    }
    .the-island-wrap .floating-image {
        display: none;
    }
    .bravi-wrap {
        margin-bottom: 90px;
    }
    .bravi-contents {
        width: 30%;
        margin-right: 20px;
    }
    .bravi-contents h2 {
        font-size: 40px;
        margin: 0 0 25px 0;
        padding: 0 0 20px 20px;
    }
    .dinner-wrap h2 {
        font-size: 45px;
    }
    .dinner-slider {
        width: 476px;
        height: 550px;
    }
    .dinner-title-slider {
        padding: 20px;
    }
    .dinner-slider .slider-contents {
        padding: 20px 25px;
        max-height: 160px;
    }
    .dinner-slider .flex-direction-nav {
        bottom: -10px;
    }
    .dinner-wrap {
        min-height: 650px;
        margin: 0 auto 150px;
        position: relative;
    }
    .home-stay-wrap {
        margin-bottom: 90px;
    }
    .home-stay-figure {
        width: 63%;
    }
    .home-stay-contents {
        width: 30%;
        padding-left: 50px;
    }
    .home-stay-contents h2 {
        font-size: 45px;
    }
    .home-stay-container .related-links ul {
        justify-content: space-around;
    }
    .home-activity-wrap {
        margin: 0 auto 90px;
    }
    .home-stay-container .related-links {
        margin: 0 auto 90px;
    }
    .celebrate-wrap {
        margin-bottom: 90px;
    }
    .celebrate-contents {
        width: 30%;
        margin-right: 30px;
        padding: 0 15px;
    }
    .celebrate-contents h2 {
        font-size: 40px;
        color: #292929;
        margin: 0 0 20px 0;
        padding: 0 0 20px;
        position: relative;
    }
    .celebrate-figure img {
        display: block;
        width: 100%;
        height: auto;
    }
    .home-contact-form h2 {
        font-size: 45px;
    }
    .celebrate-contents p {
        margin-bottom: 39px;
        line-height: 32px;
    }
    .celebrate-figure {
        width: 63%;
    }
    .island-location-wrap {
        margin: 0 auto 90px;
    }
    .dinner-slider .flex-direction-nav .flex-prev {
        right: auto;
        bottom: -1px;
        left: 77%;
    }
    .manasa-foundation-wrap {
        margin: 0 auto 90px;
    }
    .activity-slider .flex-direction-nav .flex-prev {
        right: auto;
        bottom: -1px;
        left: 77%;
    }
    .big-slider .slides li img {
        width: 100%;
        height: auto;
        display: block;
        max-height: 100%;
    }
    button.alm-load-more-btn {
        font-size: 30px;
        height: 60px;
        line-height: 60px;
        padding: 0 35px;

    }
}

@media (max-width: 1250px) {
    .home-stay-figure figure iframe {
        height: 500px !important;
    }

    .home-stay-contents h2 {
        padding-top: 0;
    }
}
@media (max-width: 1200px) {
    .the-island-contents h2::after {
        top: 55px;
        left: 34px;
    }
    .bravi-figure {
        width: 67%;
    }
}
@media (max-width: 1024px) {
    .home-page-banner {
        min-height: inherit;
        height: auto;
    }
    p {
        font-size: 14px;
    }
    .home-banner-contents .home-banner-title {
        font-size: 40px;
    }
    .home-banner-contents {
        margin-top: -50px;
    }
    .book-now-large {
        font-size: 25px;
        height: 55px;
        padding: 0 30px;
        line-height: 55px;
    }
    .header-area {
        height: 70px;
    }
    .sticky-header .header-area {
        height: 70px;
    }
    .header-area .logo {
        position: relative;
        left: 0;
        top: 0;
    }
    .logo .svg-logo {
        padding-top: 5px;
    }
    .the-island-contents h2 {
        font-size: 40px;
        padding: 30px 30px 33px;
    }
    .the-island-contents h2::after {
        left: 40px;
        top: 75px;
    }
    .the-island-contents article p {
        font-size: 15px;
        line-height: 32px;
    }
    .bravi-figure {
        width: 50%;
    }
    .bravi-contents {
        width: 45%;
        margin-right: 30px;
        padding-left: 15px;
    }
    .bravi-contents h2 {
        font-size: 35px;
        margin: 0 0 25px 0;
        padding: 0 0 20px;
    }
    .bravi-contents p {
        margin-bottom: 25px;
        line-height: 27px;
        font-size: 14px;
    }
    .dinner-title-slider {
        max-width: 400px;
    }
    .dinner-title-slider ul li h3 {
        font-size: 32px;
        line-height: 36px;
        margin: 0;
    }
    .dinner-title-slider {
        top: 51%;
        left: 40%;
    }
    .home-activity-wrap figure h2 {
        display: block;
        font-size: 36px;
        min-height: 138px;
        width: 100%;
        margin: -69px 0 0 0;
        color: #fff;
        line-height: 40px;
    }
    .home-stay-figure {
        width: 50%;
    }
    .home-stay-contents {
        width: 45%;
        padding-left: 40px;
    }
    .home-stay-contents h2 {
        font-size: 40px;
        color: #292929;
        margin: 0 0 20px 0;
        padding: 0 0 20px;
        position: relative;
    }
    .home-stay-contents p {
        margin-bottom: 35px;
        line-height: 30px;
    }
    .home-stay-wrap {
        margin-bottom: 50px;
    }
    .home-stay-container .related-links .related-link-figure img {
        width: 100%;
        min-height: 208px;
    }
    .home-stay-figure figure iframe {
        height: 400px !important;
    }
    .celebrate-figure {
        width: 50%;
    }
    .celebrate-contents {
        width: 45%;
        margin-right: 20px;
        padding: 0 15px;
    }
    .celebrate-contents h2 {
        font-size: 40px;
        color: #292929;
        margin: 0 0 25px 0;
        padding: 0 0 20px;
    }
    .celebrate-contents p {
        margin-bottom: 40px;
        line-height: 30px;
    }
    .home-contact-wrap {
        max-height: 100%;
        min-height: 780px;
    }
    .home-contact-form .submit-btn {
        padding: 0 50px;
        height: 55px;
        line-height: 55px;
        font-size: 22px;
    }
    /*****************************************************
            About Page
    ***************************************************/
    .island-location-image {
        width: 100%;
        margin: 0 auto 20px;
    }
    .island-location-contents {
        width: 100%;
    }
    .island-location-contents p {
        line-height: 30px;
        margin-bottom: 30px;
    }
    .island-location-contents img {
        display: block;
        width: auto;
        margin: 0 auto;
        max-width: 100%;
    }
    .activity-tabs-wrap .tabs-menu li a {
        height: 60px;
        font-size: 20px;
        line-height: 60px;
        padding: 0 25px 0 25px;
        margin-right: 40px;
    }
    .activity-slider {
        width: 500px;
        height: 600px;
        top: 266px;
    }
    .activity-slider .slider-contents {
        padding: 24px 30px;
        max-height: 200px;
    }
    .activity-slider .flex-direction-nav {
        bottom: -15px;
    }
    .activity-slider .activity-title-slider {
        padding: 20px;
        max-width: 420px;
    }
    .activity-slider .activity-title-slider ul li h3 {
        font-size: 40px;
        line-height: 40px;
    }
    .manasa-foundation-wrap {
        margin: 0 auto 80px;
    }
    .manasa-foundation-wrap .manasa-left-side {
        width: 100%;
        margin: 0 auto 20px;
    }
    .manasa-foundation-wrap .manasa-right-side {
        width: 100%;
        margin: 0 auto;
        padding: 0 15px;
    }

    button.alm-load-more-btn {
        font-size: 25px;
        height: 55px;
        line-height: 55px;
        padding: 0 30px;

    }
}
@media (max-width: 991px) {
    #banner h1 {
        font-size: 40px;
    }
    .the-island-contents h2 {
        font-size: 40px;
        padding: 30px 30px 0 0;
    }
    .the-island-wrap {
        margin-bottom: 80px;
    }
    .the-island-contents h2::after {
        left: 0;
        top: 80px;
    }
    .the-island-contents article {
        padding: 0;
    }
    a.book-now.book-now-large {
        margin: 0 auto;
    }
    .bravi-wrap {
        margin-bottom: 80px;
    }
    .bravi-figure {
        width: 100%;
        margin-bottom: 20px;
    }
    .bravi-contents {
        width: 100%;
        margin: 0 auto;
        padding: 0 15px;
    }
    .dinner-slider {
        top: 129px;
    }
    .dinner-title-slider {
        top: 40%;
        left: 40%;
    }
    .home-stay-container .related-links .related-link-figure img {
        width: 100%;
        min-height: 150px;
        height: auto;
    }
    .home-stay-container .related-links .related-link-figure {
        margin-bottom: 20px;
    }
    .home-stay-container .related-links li h3 {
        font-size: 16px;
    }
    .celebrate-figure {
        width: 100%;
        margin: 0 auto 20px;
    }
    .celebrate-contents {
        width: 100%;
        margin: 0 auto;
        padding: 0 15px;
    }
    .home-contact-form {
        padding-top: 40px;
    }
    .home-stay-figure {
        width: 100%;
        margin: 0 auto 20px;
    }
    .home-stay-contents {
        width: 100%;
        padding-left: 15px;
        margin: 0 auto;
    }
    .home-contact-form .form-input {
        height: 60px;
    }
    /***************************************************
         About Page
    ****************************************************/
    .activity-tabs-wrap .tabs-menu li a {
        height: 60px;
        font-size: 18px;
        line-height: 60px;
        padding: 0 20px 0 20px;
        margin-right: 10px;
        font-weight: bold;
    }
    .activity-slider .activity-title-slider {
        top: 23%;
        left: 0;
        max-width: 100%;
    }
    .activity-slider .activity-title-slider ul li h3 {
        font-size: 30px;
        line-height: 30px;
        display: block;
    }
    /***************************************************
         About Page
    ****************************************************/
    .home-bures li:nth-child(even) .floating-image {
        float: none;
    }
    .home-bures ul li {
        margin-bottom: 100px;
    }
    .contact-form-wrap .contact-form-input {
        height: 60px;
        margin-bottom: 50px;
    }
    .wrapper-toggle-button {
        position: relative;
        margin-top: 0;
        margin-bottom: 40px;
    }
    .location-container .address-wrap {
        width: 100%;
        height: 336px;
        padding: 32px 0 32px 22px;
        position: relative;
        max-width: 720px;
        margin: 0 auto;
        top: auto;
        right: auto;
    }
    .plans-container {
        margin-bottom: 40px;
    }
    .plans-container figure {
        text-align: center;
    }
    .single-bure-plans ul li {
        width: 100%;
    }

    /*------------------------------------------------
                    Default Page Styles
    /*------------------------------------------------*/

    .default-page-contents h1 {
        font-size: 40px;
    }
}
@media (max-width: 767px) {


    .big-slider .flex-direction-nav li a, .home-big-slider .flex-direction-nav li a {
        display: none;
    }
    .home-page-banner .down-circle{
        display: none;
    }

    .home-stay-container .related-links .related-link-figure img {
        width: 100%;
        min-height: 122px;
        height: auto;
        max-height: 200px;
    }
    .home-activity-wrap .equal-width {
        width: 100%;
    }
    .bigger-width {
        padding: 0 15px;
    }
    .dinner-title-slider {
        top: 129px;
        left: 53%;
        padding: 15px 5px;
    }
    .dinner-title-slider ul li h3 {
        font-size: 25px;
        line-height: 26px;
        margin: 0;
    }
    .home-stay-container .related-links ul {
        justify-content: space-around;
    }
    .home-stay-container .related-links li {
        width: 46%;
    }
    .random-image {
        width: 50%;
        float: left;
    }
    /*****************************************************
            About Page
    ***************************************************/
    .about-activity-wrap {
        min-height: 800px;
        margin: 0 auto 250px;
    }
    .activity-tabs-wrap .tab {
        display: block;
        position: relative;
    }
    .activity-tabs-wrap .tabs-menu li {
        display: block;
        text-align: center;
    }
    .activity-slider {
        width: 476px;
        height: 550px;
        top: 0;
    }
    .activity-slider .slider-contents {
        padding: 24px 30px;
        max-height: 160px;
    }
    iframe {
        height: 370px;
        margin-bottom: 20px;
    }

    /*------------------------------------------------
                    Default Page Styles
    /*------------------------------------------------*/

    .default-page-contents h1 {
        font-size: 36px;
    }
}

@media (max-width: 600px) {
    .home-stay-figure figure iframe {
        height: 355px !important;
    }
}

@media (max-width: 550px) {
    #banner h1 {
        font-size: 26px;
    }
    .page-banner h1 {
        min-height: 47px;
        margin: -22px 0 0 0;
        font-size: 22px;
    }
    .dinner-slider {
        width: 90%;
        left: 6%;
        height: auto;
        padding-bottom: 30px;
    }
    .about-activity-wrap {
        min-height: 800px;
        margin: 0 auto 150px;
    }
    .activity-slider {
        width: 90%;
        height: auto;
        top: 0;
        right: 6%;
        padding-bottom: 30px;
    }
    iframe {
        height: 300px;
    }
}
@media (max-width: 500px) {
    .dinner-title-slider {
        top: 228px;
        left: auto;
        right: 0;
        padding: 13px 0;
    }
    .dinner-title-slider ul li h3 {
        font-size: 20px;
        line-height: 25px;
    }
    .related-links ul {
        justify-content: space-around;
    }
    .home-stay-container .related-links li {
        width: 46%;
    }
    .home-stay-container .related-links .related-link-figure img {
        width: 100%;
        height: auto;
        max-height: 140px;
    }

    .home-stay-figure figure iframe {
        height: 313px !important;
    }
    .home-contact-form .form-input {
        margin-bottom: 30px;
    }
}
@media (max-width: 479px) {
    .header-area {
        height: 70px;
    }
    .sticky-header .header-area {
        height: 70px;
    }
    .header-area .logo {
        position: relative;
        padding: 0;
    }
    .header-area .book-now-small {
        display: none;
    }
    #banner h1 {
        font-size: 22px;
    }

    .home-page-banner .down-circle {
        display: none;
    }

    .page-banner h1 {
        min-height: 47px;
        margin: -22px 0 0 0;
        font-size: 22px;
    }
    .dinner-slider .flex-direction-nav .flex-prev {
        bottom: -1px;
        left: auto;
        right: 84px;
    }
    .home-stay-container .related-links .related-link-figure img {
        width: 100%;
        min-height: inherit;
    }
    .activity-slider .flex-direction-nav .flex-prev {
        bottom: -1px;
        left: auto;
        right: 84px;
    }
    iframe {
        height: auto;
    }
    .location-container .address-wrap {
        height: 295px;
        padding: 32px 0 30px 10px;
    }
    .location-container .address-wrap p {
        margin-bottom: 20px;
        font-size: 14px;
    }
    .location-container .address-wrap p i {
        margin-right: 8px;
    }
}

@media (max-width: 380px) {
    .home-stay-figure figure iframe {
        height: 227px !important;
    }
}
