/*
Theme Name: leddhotels
*/

@font-face {
    font-family: 'Gilda Display';
    src: url('../leddhotels/assets/fonts/GildaDisplay-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter 18pt';
    src: url('../leddhotels/assets/fonts/Inter18pt-Bold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter 18pt';
    src: url('../leddhotels/assets/fonts/Inter18pt-Italic.woff2') format('woff2');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Inter 18pt';
    src: url('../leddhotels/assets/fonts/Inter18pt-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter 18pt';
    src: url('../leddhotels/assets/fonts/Inter18pt-LightItalic.woff2') format('woff2');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Inter 18pt';
    src: url('../leddhotels/assets/fonts/Inter18pt-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter 18pt';
    src: url('../leddhotels/assets/fonts/Inter18pt-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter 18pt';
    src: url('../leddhotels/assets/fonts/Inter18pt-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}


body {
    --PrimaryColor: #044c8c;
    --PrimaryColorDark: #013a6d;
    --YellowColor: #cb935d;
    --YellowColorDark: #ba8049;
    --LightBg: #e5edf3;
    --LightBg2: #f8eee6;
    --headingColor: #1e1919;
    --textcolor: #464141;
    --textcolorblack: #cbcdcf;
    --whitecolor: #ffffff;
    --Blackcolor: #001425;
    --borderColor: #dddddd;
    --BgColor: #fff;
    font-family: 'Inter 18pt', sans-serif !important;
    --headingfont: 'Gilda Display', sans-serif !important;
    background: var(--whitecolor);
}

p {
    font-size: 16px;
    line-height: 28px;
    color: var(--textcolor);
    font-family: 'Inter 18pt', sans-serif !important;
    font-weight: normal;
}

.container {
    max-width: 1340px !important
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--headingColor);
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none !important;
    transition-duration: 0.3s;
}

a:hover {
    text-decoration: none !important;
}

::selection {
    background: var(--PrimaryColor);
    color: #fff;
}

::-moz-selection {
    background: var(--PrimaryColor);
    color: #fff;
}

::-webkit-scrollbar {
    width: 8px;
    height: 0px;
}

::-webkit-scrollbar-track {
    border-radius: 0
}

::-webkit-scrollbar-thumb {
    border-radius: 0;
    background-color: rgba(0, 72, 142, .9);
    -webkit-transition: .6s;
    -moz-transition: .6s;
    -o-transition: .6s;
    transition: .6s
}

::-webkit-scrollbar-thumb:hover {
    background-color: rgba(0, 72, 142, 1);
}

.grecaptcha-badge {
    visibility: hidden !important;
    display: none !important;
}

.aligncenter {
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.alignleft {
    float: left;
    margin-right: 1.5em;
}

.alignright {
    float: right;
    margin-left: 1.5em;
}

.alignnone {
    clear: both;
}

.bypostauthor {}


/* WordPress gallery */
.gallery-caption {}

.gallery {
    margin-bottom: 1.6em;
}

.gallery-item {
    display: inline-block;
    padding: 1.79104477%;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-icon img {
    margin: 0 auto;
}

.gallery-caption {
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    display: block;
    font-family: "Noto Sans", sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
    padding: 0.5em 0;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
    display: none;
}


/* 
Text meant only for screen readers. 
copied from https://codex.wordpress.org/CSS
*/
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
    /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}


.sticky {}

.wp-caption {
    border: 1px solid #ccc;
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 1.2% auto 0;
    max-width: 98%;
}

.wp-caption-text {
    text-align: center;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.banner-wrapper-con {
    width: 100%;
    background: #000;
    height: 730px;
    position: relative;
    overflow: hidden;
    display: table;
    padding-top: 135px;
    padding-bottom: 55px;
}

.banner-wrapper-con .banner-middle-align {
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    position: relative;
    z-index: 100;
    text-align: center;
}

.banner-wrapper-con .banner-middle-align h1 {
    color: var(--whitecolor);
    font-size: 48px;
    font-family: var(--headingfont);
    margin-bottom: 15px;
    text-shadow: 4px 4px 8px rgba(0, 0, 0, 0.45);
}

.banner-wrapper-con .banner-middle-align h1 strong {
    font-weight: normal;
    color: var(--YellowColor);
}

.banner-wrapper-con .banner-middle-align p {
    color: var(--whitecolor);
    padding: 0;
    margin: 0px 0px 40px 0px;
    font-size: 16px;
    opacity: 0.75;
}

.banner-wrapper-con .banner-middle-align .booknow-btn {
    display: inline-block;
    width: 170px;
    text-align: center;
    border: 1px solid var(--YellowColor);
    border-radius: 4px;
    line-height: 48px;
    color: var(--YellowColor);
    font-size: 15px;
    font-weight: 600;
    background: rgba(0, 0, 0, 0.6);
    transition-duration: 0.3s;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);

}

.banner-wrapper-con .banner-middle-align .booknow-btn:hover {
    background: var(--YellowColor);
    color: var(--whitecolor);
}

.banner-wrapper-con::before {
    width: 100%;
    height: 80%;
    position: absolute;
    left: 0px;
    top: 0px;
    content: '';
    background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    z-index: 10;
    opacity: 0.8;
}

.banner-wrapper-con img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0px;
    top: 0px;
    opacity: 0.8;
}

.header-fixed-wrap {
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 1020;
    transition-duration: 0.3s;
    width: 100%;
}

.header-wrapper {
    width: 100%;
    background: rgba(255, 255, 255, .95);
    display: block;
    border-radius: 5px;
    position: relative;
    transition-duration: 0.3s;
    padding: 15px 30px 15px 30px;
}

.header-wrapper .header-logo img {
    width: auto;
    height: 66px;
    transition-duration: 0.3s;
}

.header-wrapper .col-lg-9 {
    padding-top: 13px;
    padding-right: 140px;
    transition-duration: 0.3s;
}

.header-wrapper .col-lg-9 .booknow-btn {
    position: absolute;
    top: 28px;
    right: 30px;
    height: 40px;
    border-radius: 4px;
    background: var(--YellowColor);
    color: var(--whitecolor);
    font-size: 14px;
    line-height: 40px;
    width: 120px;
    text-align: center;
    outline: none;
}

.header-wrapper .col-lg-9 .booknow-btn:hover {
    background: var(--YellowColorDark);
}

.headertop-section {
    transition-duration: 0.3s;
}

.headertop-section .container {
    padding-left: 45px;
    padding-right: 45px;
}

.headertop-section .col-lg-7 .socialmedia-icons {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin: 0px 0px 0px 0px;
    padding: 0;
    width: auto;
}

.headertop-section .col-lg-7 .socialmedia-icons li {
    list-style: none;
    display: flex;
    align-items: center;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.headertop-section .col-lg-7 .socialmedia-icons li:last-child {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.headertop-section .col-lg-7 .socialmedia-icons li a {
    width: 44px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition-duration: 0.3s;
}

.headertop-section .col-lg-7 .socialmedia-icons li a svg {
    height: 14px;
    fill: var(--whitecolor);
    transition: 0.3s;
}

.headertop-section .col-lg-7 .socialmedia-icons li a:hover {
    background: var(--PrimaryColor);
}

.headertop-section .col-lg-5 h6 {
    color: #b1b1b1;
    width: auto;
    padding: 0;
    margin: 11px 0px 0px 0px;
    font-size: 13px;
    font-weight: normal;
}

.headertop-section .col-lg-7 {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.headertop-section .col-lg-7 h6 {
    color: #b1b1b1;
    margin: 0px 15px 0px 0px;
    font-size: 13px;
    font-weight: normal;
    padding: 0px 0px 0px 0px;
}

.headertop-section .col-lg-7 h6 svg {
    display: inline-block;
    height: 16px;
    fill: var(--YellowColor);
    margin-right: 10px;
}

.headertop-section .col-lg-7 h6 a {
    color: #b1b1b1;
    text-decoration: none;
}

.headertop-section .col-lg-7 .socialmedia-icons {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
}

.headertop-section .col-lg-7 .socialmedia-icons li {
    list-style: none;
    display: flex;
    align-items: center;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.headertop-section .col-lg-7 .socialmedia-icons li:last-child {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.findyourstay-wrapper {
    width: 100%;
    background: var(--YellowColor);
    position: relative;
    border-radius: 4px;
    padding: 0px 20px;
    z-index: 100;
    margin-top: -40px;
}

.findyourstay-wrapper .row {
    margin-left: -5px;
    margin-right: -5px;
}

.findyourstay-wrapper .col-lg-8,
.findyourstay-wrapper .col-lg-4,
.findyourstay-wrapper .col-lg-9,
.findyourstay-wrapper .col-lg-3,
.findyourstay-wrapper .col-lg-2,
.findyourstay-wrapper .col-lg-10 {
    padding-left: 5px;
    padding-right: 5px;
}

.findyourstay-wrapper .col-lg-10 select {
    width: 100%;
    height: 60px;
    border: 1px solid rgba(255, 255, 255, .45);
    background: transparent;
    font-size: 15px;
    transition-duration: 0.3s;
    box-shadow: none;
    border-radius: 4px;
    padding: 0px 15px;
    outline: none;

    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
    opacity: 1 !important;
}

.findyourstay-wrapper .col-lg-10 select option {
    background: #fff;
    color: var(--textcolor);
}

.findyourstay-wrapper .col-lg-10 select:focus {
    border: 1px solid rgba(255, 255, 255, .9);
    -webkit-box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.2);
}

.findyourstay-wrapper .col-lg-2 .search-btn {
    width: 100%;
    height: 60px;
    background: var(--whitecolor);
    color: var(--headingColor);
    border-radius: 4px;
    border: none;
    outline: none;
    font-size: 15px;
    font-weight: 600;
    transition-duration: 0.3s;
}


.findyourstay-wrapper .col-lg-2 .search-btn:hover {
    color: var(--YellowColor);
}

.findyourstay-wrapper .col-lg-9 {
    padding-top: 18px;
    padding-bottom: 18px;
}

.findyourstay-wrapper .col-lg-3 h4 {
    width: 100%;
    position: relative;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    color: var(--whitecolor);
    line-height: 47px;
    padding: 0px 0px 0px 65px;
    margin-top: 22px;
}

.findyourstay-wrapper .col-lg-3 h4::before {
    width: 47px;
    height: 47px;
    position: absolute;
    left: 0px;
    top: 0px;
    content: '';
    background: url(../leddhotels/assets/img/find-icon.png) no-repeat;
}

.findstay-con {
    position: relative;
}

.findstay-con::before {
    width: 100%;
    position: absolute;
    left: 0px;
    top: -15px;
    background: var(--whitecolor);
    content: '';
    height: 100%;
    border-radius: 5px;
}

.f-nav .headertop-section {
    margin-top: -40px;
}

.f-nav .header-fixed-wrap {
    background: rgba(255, 255, 255, .95);
    -webkit-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.15);
}

.f-nav .header-fixed-wrap .header-wrapper {
    background: rgba(255, 255, 255, .0);
    padding-top: 8px;
    padding-bottom: 8px;
}

.f-nav .header-wrapper .header-logo img {
    height: 50px;
}

.f-nav .header-wrapper .col-lg-9 {
    padding-top: 6px;
}

.f-nav .header-wrapper .col-lg-9 .booknow-btn {
    top: 14px;
}


.whatsapp-iconbtn {
    width: 50px;
    height: 50px;
    background: #11bb19;
    color: #fff !important;
    position: fixed;
    right: 40px;
    bottom: 40px;
    z-index: 1010;
    border-radius: 50%;
    text-align: center;
    font-size: 24px;
    line-height: normal;
    -webkit-animation: puls 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: puls 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: puls 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: puls 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    box-shadow: 0 0 0 0 rgba(103, 184, 81, 0.5);
    padding-top: 8px;
    padding-left: 1px;
}

.whatsapp-iconbtn svg {
    width: auto;
    height: 22px;
    fill: var(--whitecolor);
}

@-webkit-keyframes puls {
    to {
        box-shadow: 0 0 0 20px rgba(25, 153, 204, 0);
    }
}

@-moz-keyframes puls {
    to {
        box-shadow: 0 0 0 20px rgba(25, 153, 204, 0);
    }
}

@-ms-keyframes puls {
    to {
        box-shadow: 0 0 0 20px rgba(25, 153, 204, 0);
    }
}

@keyframes puls {
    to {
        box-shadow: 0 0 0 20px rgba(25, 153, 204, 0);
    }
}



.footer-wrapper-div {
    width: 100%;
    background: url(../future/assets/img/future-bg.jpg) no-repeat center center fixed var(--Blackcolor);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
    padding-bottom: 12px;
    overflow: hidden;
}

.footer-wrapper-div .footer-credits {
    width: 100%;
    background: var(--whitecolor);
    position: relative;
    padding: 20px 0px;
}

.footer-wrapper-div .footer-credits p {
    padding: 0;
    margin: 0;
    color: var(--textcolor);
    font-size: 15px;
}

.footer-wrapper-div .footer-credits p font {
    margin: 0px 20px;
}

.footer-wrapper-div .footer-credits p a {
    color: var(--textcolor);
    text-decoration: none;
}

.footer-wrapper-div .footer-credits p a:hover {
    color: var(--PrimaryColor);
}

.footer-wrapper-div .footer-credits .col-lg-6:last-child {
    text-align: right;
}

.footer-wrapper-div .footer-credits .col-lg-6:last-child span {
    margin: 0px 20px;
}

.footer-wrapper-div .footertop-contact-wrap {
    width: 100%;
    background: var(--whitecolor);
    margin-top: 40px;
    display: inline-block;
    position: relative;
    min-height: 120px;
    border-radius: 10px;
    padding: 0px 40px 0px 40px;
}

.footer-wrapper-div .footertop-contact-wrap::after {
    width: 90%;
    height: 6px;
    position: absolute;
    left: 5%;
    bottom: -6px;
    background: var(--YellowColor);
    content: '';
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.footer-wrapper-div .footertop-contact-wrap p {
    width: auto;
    display: inline-block;
    padding: 0;
    margin: 32px 0px 0px 0px;
    line-height: 26px;
}

.footer-wrapper-div .footertop-contact-wrap .button-style {
    float: right;
    margin: 34px 0px 0px 0px;
}

.footer-wrapper-div .footertop-contact-wrap h4 {
    font-size: 26px;
    padding: 0px 0px 0px 115px;
    margin: 28px 0px 0px 0px;
    position: relative;
    text-transform: uppercase;
    font-weight: bold;
    color: var(--headingColor);
}

.footer-wrapper-div .footertop-contact-wrap h4::before {
    width: 90px;
    height: 90px;
    background: url(../leddhotels/assets/img/perfectstay-icon.png) no-repeat;
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -45px;
    content: '';
}

.footer-middlesection .col-lg-3:first-child p {
    text-align: justify;
}

.footer-wrapper-div .footer-middlesection h4 {
    width: 100%;
    color: var(--whitecolor);
    padding: 0;
    margin: 0px 0px 20px 0px;
    font-size: 20px;
    font-weight: 500;
}

.footer-wrapper-div .footer-middlesection p {
    color: var(--textcolorblack);
    font-size: 15px;
    padding: 0;
    margin: 0px 0px 16px 0px;
    line-height: 24px;
}

.footer-wrapper-div .footer-middlesection p:last-child {
    margin-bottom: 0px;
}

.footer-wrapper-div .footer-middlesection p a {
    text-decoration: none;
    color: var(--textcolorblack);
}

.footer-wrapper-div .footer-middlesection p b {
    color: var(--whitecolor);
    font-weight: 500;
}

.footer-wrapper-div .footer-middlesection .quicklinks ul {
    width: 100%;
    padding: 0;
    margin: 0;
}

.footer-wrapper-div .footer-middlesection .quicklinks ul li {
    width: 100%;
    padding: 0;
    margin: 0px 0px 6px 0px;
    display: block;
    list-style: none;
}

.footer-wrapper-div .footer-middlesection .quicklinks ul li:last-child {
    margin-bottom: 0px;
}

.footer-wrapper-div .footer-middlesection .quicklinks ul li a {
    color: var(--textcolorblack);
    width: 100%;
    transition-duration: 0.3s;
    display: block;
    font-size: 15px;
}

.footer-wrapper-div .footer-middlesection .quicklinks ul li a:hover {
    color: var(--YellowColor);
}

.footer-wrapper-div .footer-middlesection .footer-logo {
    margin-bottom: 25px;
}

.footer-wrapper-div .footer-middlesection .footer-logo img {
    width: auto;
    height: 75px;
}

.footer-wrapper-div .footer-middlesection {
    margin-top: 80px;
    margin-bottom: 80px;
}

.footer-wrapper-div .socialmedia-icons {
    width: auto;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    display: block;
    text-align: left;
    float: left;
}

.footer-wrapper-div .socialmedia-icons li {
    list-style: none;
    padding: 0;
    margin: 0px 5px 0px 0px;
    display: inline-block;
}

.footer-wrapper-div .socialmedia-icons li:last-child {
    margin-right: 0px;
}

.footer-wrapper-div .socialmedia-icons li a {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    text-decoration: none;
}

.footer-wrapper-div .socialmedia-icons li a svg {
    width: auto;
    height: 15px;
    display: block;
}

.footer-wrapper-div .socialmedia-icons li a svg path {
    fill: var(--whitecolor);
}

.footer-wrapper-div .socialmedia-icons li a:hover {
    color: #fff !important;
    text-decoration: none;
}

.footer-wrapper-div .socialmedia-icons li a.fb {
    background: #3f64ac;
}

.footer-wrapper-div .socialmedia-icons li a.tw {
    background: #000000;
}

.footer-wrapper-div .socialmedia-icons li a.li {
    background: #0e72a3;
}

.footer-wrapper-div .socialmedia-icons li a.in {
    background: #f6523f;
}

.footer-wrapper-div .socialmedia-icons li a.em {
    background: #ec4134;
}


.button-style {
    position: relative;
    border-radius: 4px;
    background: var(--YellowColor);
    color: var(--whitecolor);
    font-size: 14px;
    line-height: 52px;
    min-width: 170px;
    padding: 0px 15px;
    text-align: center;
    outline: none;
    font-weight: 500;
}

.button-style:hover {
    background: var(--YellowColorDark);
    color: var(--whitecolor);
    text-decoration: none;
}

.quicklinksone ul {
    display: inline-table;
}

.quicklinksone ul li {
    width: 50% !important;
    display: inline-block !important;
}

.pageheading-style h2 {
    color: var(--headingColor);
    font-size: 44px;
    font-family: var(--headingfont);
    margin-bottom: 0px;
    text-align: center;
    width: 100%;
}

.pageheading-style {
    width: 100%;
    display: block;
    margin-bottom: 30px;
}

.pageheading-style h6 {
    width: 100%;
    text-transform: uppercase;
    padding: 0;
    margin: 0px 0px 5px 0px;
    color: var(--YellowColor);
    text-align: center;
    font-size: 14px;
    font-weight: 600;
}

.pageheading-style h6 font {
    position: relative;
}

.pageheading-style h6 font::after {
    width: 52px;
    height: 13px;
    position: absolute;
    right: -70px;
    top: 2px;
    content: '';
    background: url(../leddhotels/assets/img/underline.svg);
}

.pageheading-style h6 font::before {
    width: 52px;
    height: 13px;
    position: absolute;
    left: -70px;
    top: 2px;
    content: '';
    background: url(../leddhotels/assets/img/underline.svg);
    transform: rotate(180deg);
}

.pageheading-style.heading-leftalign h2 {
    text-align: left;
}

.pageheading-style.heading-leftalign h6 {
    text-align: left;
}

.pageheading-style.heading-leftalign h6 font::before {
    display: none;
    visibility: hidden;
}


.hotelresearch-wrapper {
    margin-top: 90px;
    background: url(../leddhotels/assets/img/hotelsearch-bg.jpg) no-repeat bottom;
    padding-bottom: 90px;
}

.hotelsearch-item {
    width: 100%;
    display: block;
    text-align: center;
    text-decoration: none;
}

.hotelsearch-item h6 {
    width: 100%;
    text-align: center;
    color: var(--textcolor);
    font-size: 16px;
    margin-top: 8px;
    transition-duration: 0.3s;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.hotelsearch-item:hover h6 {
    color: var(--headingColor);
}

.hotelsearch-item .hotelsearch-image {
    width: 140px;
    height: 140px;
    background: var(--YellowColor);
    display: inline-block;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
}

.hotelsearch-item .hotelsearch-image img {
    width: 100%;
    height: 140px;
    object-fit: cover;
    transition-duration: 0.3s;
}

.hotelsearch-item:hover .hotelsearch-image img {
    opacity: 0.3;
    transform: scale(1.2);
}

.hotelsearch-item .hotelsearch-image svg {
    width: auto;
    height: 30px;
    position: absolute;
    left: 50%;
    margin-left: -15px;
    top: 30%;
    margin-top: -15px;
    z-index: 100;
    transition-duration: 0.3s;
    fill: var(--whitecolor);
    opacity: 0;
}

.hotelsearch-item:hover .hotelsearch-image svg {
    top: 50%;
    opacity: 1;
}

.hotelsearch-swiper .swiper-pagination,
.package-swiper .swiper-pagination {
    position: relative;
    margin-top: 15px;
}


.rooms-item-wrap {
    width: 100%;
    position: relative;
    display: block;
}

.rooms-item-wrap .rooms-image {
    width: 100%;
    height: 260px;
    background: var(--Blackcolor);
    display: inline-table;
    overflow: hidden;
    position: relative;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.rooms-item-wrap .rooms-image img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    transition-duration: 0.3s;
}

.rooms-item-wrap .rooms-image svg {
    width: auto;
    height: 30px;
    position: absolute;
    left: 50%;
    margin-left: -21px;
    top: 40%;
    margin-top: -17px;
    z-index: 100;
    fill: var(--YellowColor);
    transition-duration: 0.3s;
    opacity: 0;
}

.rooms-item-wrap:hover .rooms-image svg {
    opacity: 1;
    top: 50%;
}

.rooms-item-wrap:hover .rooms-image img {
    opacity: 0.2;
    transform: scale(1.1);
}

.rooms-item-wrap .rooms-content {
    width: 100%;
    border: 1px solid var(--borderColor);
    display: inline-table;
    text-align: center;
    border-top: none;
    padding: 0px 10px 0px 10px;
    min-height: 285px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.rooms-item-wrap .rooms-content .footerbtns {
    width: calc(100% - 20px);
    background: var(--PrimaryColor);
    position: absolute;
    left: 10px;
    bottom: 10px;
    border-radius: 5px;
    overflow: hidden;
}

.rooms-item-wrap .rooms-content .footerbtns a {
    width: 100%;
    line-height: 48px;
    text-align: center;
    font-size: 15px;
    color: var(--whitecolor);
    font-weight: 500;
    display: inline-block;
    transition-duration: 0.3s;
}

.rooms-item-wrap .rooms-content .footerbtns a:hover {
    background: var(--PrimaryColorDark);
    color: var(--whitecolor);
}

.rooms-item-wrap .rooms-content .footerbtns .col-6:first-child {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.rooms-item-wrap .rooms-content h4 {
    width: 100%;
    padding: 0;
    margin: 0px 0px 10px 0px;
    font-size: 20px;
    color: var(--headingColor);
    font-weight: 600;
}

.rooms-item-wrap .rooms-content p {
    font-size: 15px;
    line-height: 25px;
    padding: 0;
    margin: 0px 0px 0px 0px;
    text-align: center;
    color: var(--textcolor);
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;
}


.rooms-item-wrap .rooms-content .roomscontent-text {
    width: 100%;
    display: table;
    padding: 0px 0px 0px 0px;
    height: 150px;
}

.rooms-item-wrap .rooms-content .roomscontent-text span {
    width: 100%;
    display: table-cell;
    vertical-align: middle;
}

.rooms-item-wrap .rooms-content hr {
    width: 100%;
    padding: 0;
    margin: 0px 0px 14px 0px;
    border: none;
    border-bottom: 1px solid var(--borderColor);
    opacity: 1;
}

.rooms-item-wrap .rooms-content .row.price-con {
    padding: 0;
    margin: 0;
}

.rooms-item-wrap .rooms-content .row.price-con .col-6 {
    padding: 0px 0px 0px 60px;
    margin: 0px;
    position: relative;
    text-align: left;
}

.rooms-item-wrap .rooms-content .row.price-con .col-6 span {
    width: 48px;
    height: 48px;
    background: var(--LightBg2);
    position: absolute;
    left: 0px;
    top: 0px;
    border-radius: 50%;
    text-align: center;
    line-height: 48px;
}

.rooms-item-wrap .rooms-content .row.price-con .col-6 span svg {
    width: auto;
    height: 20px;
    display: inline-block;
    fill: var(--YellowColor);
}

.rooms-item-wrap .rooms-content .row.price-con .col-6 h5 {
    width: 100%;
    text-align: left;
    padding: 0;
    margin: 3px 0px 3px 0px;
    font-weight: 600;
    font-size: 18px;
    color: var(--headingColor);
}

.rooms-item-wrap .rooms-content .row.price-con .col-6 h5 font {
    position: relative;
    font-size: 13px;
    font-weight: normal;
    color: var(--textcolor);
    padding: 0px 4px;
    top: -2px;
    margin-left: 3px;
}

.rooms-item-wrap .rooms-content .row.price-con .col-6 h5 font::before {
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0px;
    background: var(--textcolor);
    content: '';
    top: 8px;
}

.rooms-item-wrap .rooms-content .row.price-con .col-6 p {
    padding: 0;
    margin: 2px 0px 0px 0px;
    text-align: left;
    font-size: 13px;
    line-height: normal;
}

.rooms-item-wrap .rating-icon {
    position: absolute;
    left: 10px;
    top: 10px;
    background: #006c36;
    color: var(--whitecolor);
    font-size: 12px;
    z-index: 10;
    padding: 3px 8px;
    font-weight: 500;
    border-radius: 4px;
    line-height: normal;
}

.rooms-item-wrap .rating-icon svg {
    position: relative;
    height: 11px;
    display: inline-block;
    z-index: 10;
    padding: 0;
    margin: 0;
    fill: var(--whitecolor);
    float: left;
    left: 0px !important;
    opacity: 1 !important;
    top: 0px !important;
    margin: 2px 5px 0px 0px !important;
}

.rooms-item-wrap .packoffercon {
    padding-left: 12px !important;
}

.rooms-item-wrap .packoffercon .packoffer {
    width: 100%;
    background: none;
    height: auto;
    display: block;
    border: 1px dashed var(--YellowColor);
    border-radius: 5px;
    padding: 7px 10px;
    animation: borderBlink 1s infinite;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

@keyframes borderBlink {
    0% {
        border-color: var(--YellowColor);
    }

    50% {
        border-color: #ff0000;
    }

    100% {
        border-color: var(--YellowColor);
    }
}

.rooms-item-wrap .packoffercon .packoffer h6 {
    padding: 0;
    margin: 0;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    color: var(--textcolor);
}

.rooms-item-wrap .offerprice {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 10;
    background: #ffbf00;
    color: var(--headingColor);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    font-weight: 600;
    font-size: 12px;
    line-height: 38px;
    -webkit-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    box-shadow: 0 0 0 0 rgba(255, 191, 0, 0.5);

}


@-webkit-keyframes pulse {
    to {
        box-shadow: 0 0 0 15px rgba(25, 153, 204, 0);
    }
}

@-moz-keyframes pulse {
    to {
        box-shadow: 0 0 0 15px rgba(25, 153, 204, 0);
    }
}

@-ms-keyframes pulse {
    to {
        box-shadow: 0 0 0 15px rgba(25, 153, 204, 0);
    }
}

@keyframes pulse {
    to {
        box-shadow: 0 0 0 15px rgba(25, 153, 204, 0);
    }
}

.homepage-rooms-wrap .col-lg-11 p {
    text-align: center;
    padding: 0;
    margin: 0px 0px 45px 0px;
}

.homepage-rooms-wrap .col-lg-11 ul {
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 0px 0px 35px 0px;
}

.homepage-rooms-wrap .col-lg-11 ul li {
    list-style: none;
    padding: 0px 5px;
    margin: 0;
    display: inline-block;
}

.homepage-rooms-wrap .col-lg-11 ul li button {
    display: inline-block;
    padding: 8px 0px;
    margin: 0;
    border: 1px solid var(--YellowColor);
    border-radius: 3px;
    background: var(--whitecolor);
    color: var(--YellowColor);
    font-size: 14px;
    font-weight: 500;
    width: 110px;
    transition-duration: 0.3s;
}

.homepage-rooms-wrap .col-lg-11 ul li button:hover {
    background: var(--LightBg2);
}

.homepage-rooms-wrap .col-lg-11 ul li button.active {
    background: var(--YellowColor);
    color: var(--whitecolor);
}

.bluebar-sectionwrap {
    width: 100%;
    background: var(--PrimaryColor);
    position: relative;
}

.bluebar-sectionwrap .row {
    margin-left: 0px;
    margin-right: 0px;
}

.bluebar-sectionwrap .row .col-lg-2 {
    padding: 45px 0px;
    text-align: center;
    border-left: 1px solid rgba(255, 255, 255, .2);
}

.bluebar-sectionwrap .row .col-lg-2:last-child {
    border-right: 1px solid rgba(255, 255, 255, .2);
}

.bluebar-sectionwrap .row .col-lg-2 h6 {
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 0;
    text-transform: uppercase;
    color: var(--whitecolor);
    font-size: 14px;
    opacity: 0.8;
    font-weight: normal;
}

.bluebar-sectionwrap .row .col-lg-2 h3 {
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 0px 0px 6px 0px;
    text-transform: uppercase;
    color: var(--whitecolor);
    font-size: 28px;
    font-weight: 600;
}

.welcometext-wrapper {
    width: 100%;
    background: var(--LightBg);
    position: relative;
    overflow: hidden;
    margin-top: 60px;
    padding: 90px 0px;
}

.welcometext-wrapper .col-lg-6:last-child p {
    text-align: justify;
}

.learnmore-btn-style {
    background: #464141;
    width: 170px;
    line-height: 48px;
    border-radius: 5px;
    text-align: center;
    display: inline-block;
    transition-duration: 0.3s;
    color: var(--whitecolor);
    font-size: 15px;
    font-weight: 500;
}

.learnmore-btn-style:hover {
    background: var(--YellowColor);
}


.welcometext-wrapper .col-lg-6:last-child .learnmore-btn-style {
    margin-top: 20px;
}

.welcometext-wrapper .col-lg-6:first-child {
    padding-right: 110px;
}

.welcomeimage-section {
    width: 100%;
    height: 100%;
    position: relative;
}

.welcomeimage-section::before {
    width: 160px;
    height: 320px;
    border: 2px solid var(--YellowColor);
    border-radius: 5px;
    position: absolute;
    left: 240px;
    content: '';
    transition-duration: 0.3s;
}

.welcomeimage-section .welcomeimage-one {
    position: absolute;
    right: 0px;
    bottom: 0px;
    border-radius: 5px;
    overflow: hidden;
    z-index: 100;
}

.welcomeimage-section .welcomeimage-one img {
    width: 350px;
    height: 450px;
    object-fit: cover;
}

.welcomeimage-section .welcomeimage-two {
    position: absolute;
    left: 0px;
    top: 70px;
    border-radius: 5px;
    overflow: hidden;
    z-index: 90;
}

.welcomeimage-section .welcomeimage-two img {
    width: 350px;
    height: 450px;
    object-fit: cover;
}


.scrollingtext-wrap {
    width: 100%;
    width: 100%;
    overflow: hidden;
    display: flex;
    white-space: nowrap;
    padding: 0px 0px 0px 0px;
    margin: 90px 0px 0px 0px;
    left: 0px;
    margin-left: 0%;
}

.scrollingtext-wrap .text {
    text-transform: inherit;
    animation: animate_topscrolls 90s linear infinite;
}

.scrollingtext-wrap .text span {
    width: auto;
    height: auto;
    line-height: normal;
    display: inline-block;
    padding: 0px 145px 0px 0px;
    margin: 0px 0px 0px 0px;
    color: var(--headingColor);
    font-size: 58px;
    font-weight: normal;
    position: relative;
    text-transform: uppercase;
    line-height: 100px;
    font-family: var(--headingfont);
}

@keyframes animate_topscrolls {
    from {
        transform: translate3d(0, 0, 0);
    }

    to {
        transform: translate3d(-100%, 0, 0);
    }
}

.scrollingtext-wrap .text span img {
    position: absolute;
    top: 5px;
    right: 30px;
    width: 76px;
    height: 76px;
    object-fit: cover;
    border-radius: 50%;
}


.downloadmobileapp-wrap {
    width: 100%;
    padding: 45px 45px;
    border-radius: 10px;
    border: 1px solid var(--PrimaryColor);
    position: relative;
    z-index: 100;
    background: var(--whitecolor);
    -webkit-box-shadow: 0px 0px 30px -5px rgba(0, 72, 142, 0.6);
    box-shadow: 0px 0px 30px -5px rgba(0, 72, 142, 0.6);
    margin-bottom: 100px;
    margin-top: 90px;
}

.downloadmobileapp-wrap .col-lg-8 p {
    padding: 0;
    margin: 0px;
    font-size: 16px;
    line-height: 26px;
}

.downloadmobileapp-wrap .col-lg-8 h4 {
    width: 100%;
    position: relative;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 15px 0px;
    color: var(--headingColor);
    font-size: 42px;
    line-height: 44px;
    font-weight: 500;
    font-family: var(--headingfont);
}

.downloadmobileapp-wrap .col-lg-8 div {
    width: 100%;
    position: relative;
    padding-left: 200px;
}

.downloadmobileapp-wrap .col-lg-8 div::before {
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 0px;
    width: 155px;
    height: 155px;
    color: var(--YellowColor);
    background: url(../leddhotels/assets/img/downloadapp-icon.png) var(--PrimaryColor);
    content: '';
    text-align: center;
    line-height: 118px;
    border-radius: 50%;
    font-size: 42px;
}

.downloadmobileapp-wrap .col-lg-4 div {
    width: 100%;
    text-align: right;
    display: inline-table;
    margin-top: 50px;
}

.downloadmobileapp-wrap .col-lg-4 div a {
    display: inline-block;
    position: relative;
}

.downloadmobileapp-wrap .col-lg-4 div a:last-child {
    margin-left: 15px;
}

.downloadmobileapp-wrap .col-lg-4 div a img {
    width: auto;
    height: 56px;
    display: inline-block;
}


.accordion-button {
    box-shadow: none;
    font-size: 16px;
    font-weight: 500;
    color: var(--headingColor);
    outline: none !important;
    box-shadow: none !important;
}

.accordion-body p:last-child {
    margin-bottom: 0px;
}

.accordion-button:not(.collapsed) {
    background: var(--LightBg);
    color: var(--PrimaryColor);
}

.accordion ul li {
    color: var(--textcolor);
    margin: 4px 0px;
}

.faqheading-wrapper {
    margin-top: 90px;
}

.faqheading-wrapper .faqheadings {
    text-align: center;
    margin-bottom: 25px;
}

.homevideosection {
    width: 100%;
    height: 440px;
    border-radius: 5px;
    margin-top: 90px;
    display: table;

    background: url(../leddhotels/assets/img/video-bg.jpg) no-repeat center center fixed var(--Blackcolor);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.homevideosection span {
    width: 100%;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}

.homevideosection span h2 {
    color: var(--whitecolor);
    font-size: 44px;
    font-family: var(--headingfont);
    margin-bottom: 30px;
    text-align: center;
    width: 100%;
}

.homevideosection span .playbutton {
    width: 120px;
    height: 120px;
    background: var(--YellowColor);
    border: none;
    outline: none;
    text-align: center;
    line-height: 120px;
    transition-duration: 0.3s;
    border-radius: 50%;

    -webkit-animation: puls 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: puls 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: puls 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: puls 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    box-shadow: 0 0 0 0 rgba(203, 147, 93, 0.5);
}

.homevideosection span .playbutton svg {
    height: 45px;
    fill: var(--whitecolor);
}

.homevideosection span .playbutton:hover {
    background: var(--YellowColorDark);
}


.ourstays-item-con {
    width: 100%;
    border-radius: 5px;
    background: var(--LightBg2);
    display: block;
    position: relative;
    padding: 15px 15px 65px 15px;
    text-align: center;
    min-height: 525px;
}



.ourstays-item-con .footerbtns {
    width: calc(100% - 30px);
    background: var(--YellowColor);
    position: absolute;
    left: 15px;
    bottom: 15px;
    border-radius: 5px;
    overflow: hidden;
}

.ourstays-item-con .footerbtns a {
    width: 100%;
    line-height: 48px;
    text-align: center;
    font-size: 15px;
    color: var(--whitecolor);
    font-weight: 500;
    display: inline-block;
    transition-duration: 0.3s;
}

.ourstays-item-con .footerbtns a:hover {
    background: var(--YellowColorDark);
    color: var(--whitecolor);
}

.ourstays-item-con .footerbtns .col-6:first-child {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.ourstays-item-con .ourstays-item-image {
    width: 100%;
    height: 240px;
    background: var(--Blackcolor);
    display: block;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 35px;
    position: relative;
}

.ourstays-item-con .ourstays-item-image img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    transition-duration: 0.3s;
}

.ourstays-item-con h4 {
    width: 100%;
    padding: 0;
    margin: 0px 0px 10px 0px;
    color: var(--headingColor);
    font-size: 20px;
    font-weight: 600;
}

.ourstays-item-con p {
    padding: 0;
    margin: 0;
    line-height: 26px;
}

.ourstays-item-con .ourstays-item-image svg {
    width: auto;
    height: 30px;
    position: absolute;
    left: 50%;
    margin-left: -21px;
    top: 40%;
    margin-top: -17px;
    z-index: 100;
    fill: var(--YellowColor);
    transition-duration: 0.3s;
    opacity: 0;
}

.ourstays-item-con:hover .ourstays-item-image svg {
    opacity: 1;
    top: 50%;
}

.ourstays-item-con:hover .ourstays-item-image img {
    opacity: 0.2;
    transform: scale(1.1);
}

.ourstays-wrapper-div {
    width: 100%;
    margin-top: 90px;
}





.bookyourstay-wrap .footertop-contact-wrap {
    width: 100%;
    background: var(--PrimaryColor);
    margin-top: -85px;
    display: block;
    position: relative;
    min-height: auto;
    border-radius: 5px;
    padding: 40px 45px 40px 45px;
    z-index: 100;
}

.bookyourstay-wrap .footertop-contact-wrap p {
    width: auto;
    display: inline-block;
    padding: 0;
    margin: 20px 0px 0px 0px;
    line-height: 26px;
    color: #dde3eb;
}

.bookyourstay-wrap .footertop-contact-wrap .button-style {
    float: right;
    margin: 20px 0px 0px 0px;
    background: var(--whitecolor);
    color: var(--PrimaryColor);
}

.bookyourstay-wrap .footertop-contact-wrap .button-style:hover {
    color: var(--PrimaryColorDark);
}

.bookyourstay-wrap .footertop-contact-wrap h4 {
    font-size: 26px;
    padding: 0px 0px 0px 115px;
    margin: 0px 0px 0px 0px;
    position: relative;
    color: var(--whitecolor);
    font-size: 38px;
    font-family: var(--headingfont);
}

.bookyourstay-wrap .footertop-contact-wrap h4::before {
    width: 90px;
    height: 90px;
    background: url(../leddhotels/assets/img/bookyourstay.jpg) no-repeat var(--whitecolor);
    border-radius: 50%;
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -45px;
    content: '';
}

.middlesection-wrapper {
    width: 100%;
    background: var(--LightBg);
    position: relative;
    margin-top: 90px;
    padding-bottom: 85px;
}

.middlesection-wrapper .row {
    margin-left: 0px;
    margin-right: 0px;
}

.middlesection-wrapper .row .col-lg-3 {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 60px;
    padding-bottom: 60px;
    text-align: center;
    border-left: 1px solid #cedde8;
}

.middlesection-wrapper .row .col-lg-3:last-child {
    border-right: 1px solid #cedde8;
}

.middlesection-wrapper .row .col-lg-3 p {
    padding: 0;
    margin: 0;
    font-size: 15px;
    line-height: 24px;
}

.middlesection-wrapper .row .col-lg-3 h4 {
    width: 100%;
    text-align: center;
    color: var(--headingColor);
    font-size: 18px;
    padding: 0;
    margin: 0px 0px 8px 0px;
}

.middlesection-wrapper .row .col-lg-3 span {
    margin-bottom: 22px;
    display: block;
    text-align: center;
}

.middlesection-wrapper .row .col-lg-3 span img {
    width: auto;
    height: 65px;
    display: inline-block;
}

.whychooseus-wrapper .col-lg-7 ul {
    width: 100%;
    padding: 0;
    margin: 0px 0px 45px 0px;
    display: inline-table;
}

.whychooseus-wrapper .col-lg-7 ul li {
    width: 50%;
    display: inline-block;
    list-style: none;
    padding: 0px 0px 0px 25px;
    margin: 5px 0px;
    color: var(--textcolor);
    position: relative;
}

.whychooseus-wrapper .col-lg-7 ul li::before {
    width: 14px;
    height: 14px;
    background: url(../leddhotels/assets/img/tick.png) no-repeat;
    position: absolute;
    left: 0px;
    top: 6px;
    content: '';
}

.whychooseus-wrapper .col-lg-5 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}

.whychooseus-wrapper {
    margin-top: 90px;
}

.testimonials-wrapper {
    margin-top: 90px;
}



.testimonials-item {
    width: 100%;
    display: block;
    text-decoration: none;
    border: none;
    background: var(--LightBg);
    transition-duration: 0.3s;
    border-radius: 10px
}

.testimonials-item .testimonials-footer {
    width: 100%;
    position: relative;
    border-top: 1px solid var(--borderColor);
    padding: 10px;
    min-height: 80px;
    padding-left: 90px;
    transition-duration: 0.3s
}

.testimonials-item .testimonials-footer span {
    width: 60px;
    height: 60px;
    background: url(../leddhotels/assets/img/testimonial-icon.png) no-repeat var(--whitecolor);
    background-size: 100%;
    border-radius: 50%;
    position: absolute;
    left: 15px;
    top: 10px;
    overflow: hidden
}

.testimonials-item .testimonials-footer span img {
    width: 100%;
    height: 60px;
    object-fit: cover
}

.testimonials-item .testimonials-footer h6 {
    width: 100%;
    padding: 0;
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    color: var(--headingColor);
    font-family: 'Inter 18pt', sans-serif !important
}

.testimonials-item .testimonials-footer h4 {
    width: 100%;
    padding: 0;
    margin: 8px 0 2px 0;
    font-size: 16px;
    font-weight: 600;
    color: var(--headingColor);
    font-family: 'Inter 18pt', sans-serif !important
}

.testimonials-item .testimonials-content {
    width: 100%;
    padding: 30px 25px 30px 25px;
    min-height: 205px
}

.testimonials-item .testimonials-content p {
    font-size: 16px;
    line-height: 28px;
    padding: 0;
    margin: 0;
    font-style: italic;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    line-clamp: 5;
    -webkit-box-orient: vertical;
    color: var(--textcolor)
}

.testimonials-item .testimonials-footer ul {
    width: 100%;
    padding: 0;
    margin: 0 0 0px 0;
    display: block
}

.testimonials-item .testimonials-footer ul li {
    list-style: none;
    padding: 0;
    margin: 0 5px 0 0;
    display: inline-block;
    color: var(--textcolor);
    font-size: 15px
}

.testimonials-item .testimonials-footer ul li svg {
    fill: var(--YellowColor);
    width: auto;
    height: 12px;
}


.footer-mobile-menu {
    width: 100%;
    position: fixed;
    left: 0px;
    bottom: 0px;
    z-index: 1040;
    background: var(--PrimaryColor);

    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);

}

.footer-mobile-menu .container,
.footer-mobile-menu .container .row,
.footer-mobile-menu .container .col-3 {
    padding: 0px;
    margin: 0;
}

.footer-mobile-menu .container .col-3 {
    width: 20%;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    position: relative;
}

.footer-mobile-menu .container .col-3:last-child {
    border-right: none;
}

.footer-mobile-menu .container .col-3 button.footer-btn,
.footer-mobile-menu .container .col-3 a.footer-btn {
    width: 100%;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    color: var(--whitecolor);
    font-size: 12px;
    height: 40px;
    transition-duration: 0.3s;
    background: none;
    text-align: center;
    line-height: 40px;
    display: block;
    font-weight: 600;
}

.footer-mobile-menu .container .col-3 button.footer-btn i,
.footer-mobile-menu .container .col-3 a.footer-btn i {
    font-size: 11px;
    margin-right: 4px;
}

.footer-mobile-menu .barclose-btn {
    position: absolute;
    left: 50%;
    margin-left: -25px;
    bottom: 5px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: var(--YellowColor);
    display: inline-block;
    border-radius: 50%;
    padding: 0px;
    text-align: center;
    color: var(--headingColor);
    border: none;
    outline: none;

    -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.3);

}

.footer-mobile-menu .barclose-btn svg {
    width: auto;
    height: 25px;
    fill: var(--whitecolor);
    position: relative;
    margin-bottom: 2px;
}

.footer-mobile-menu .barclose-btn i {
    padding: 0;
    margin: 0px !important;
    font-size: 20px !important;
}

.mobilemenu-wrapper {
    width: 100%;
    position: fixed;
    left: 0px;
    bottom: -100vh;
    height: 100vh;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1030;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    display: table;
    padding-bottom: 40px;
    transition-duration: 0.3s;
}

.mobilemenu-middlealign {
    width: 100%;
    display: table-cell;
    vertical-align: bottom;
}

.mobilemenu-middlealign .mobilemenu-con {
    width: 100%;
    background: var(--LightBg);
    padding: 20px 0px;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
}

.mobilemenu-middlealign .mobilemenu-con .row {
    margin-left: -5px;
    margin-right: -5px;
}

.mobilemenu-middlealign .mobilemenu-con .col-md-6 {
    margin-top: 4px;
    margin-bottom: 4px;
    padding-left: 5px;
    padding-right: 5px;
}

.mobilemenu-middlealign .mobilemenu-con .col-md-6 a {
    padding: 15px 15px 15px 15px;
    border-radius: 5px;
    position: relative;
    background: var(--whitecolor);
    border: 1px solid var(--borderColor);
    color: var(--headingColor);
    white-space: normal;
}

.mobilemenu-middlealign .mobilemenu-con .col-md-6 a h6 {
    width: 100%;
    padding: 0;
    margin: 0px 0px 0px 0px;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
}

.mobilemenu-middlealign .mobilemenu-con .col-md-6 a h6 font {
    display: inline-block;
    background: #3ea325;
    color: var(--whitecolor);
    font-size: 10px;
    font-weight: 600;
    padding: 3px 8px;
    border-radius: 10px;
    position: relative;
    top: -1px;
}

.mobilemenu-middlealign .mobilemenu-con .col-md-6 a p {
    padding: 0px 0px;
    margin: 0px 0px 0px 0px;
    font-size: 13px;
    color: var(--textcolor);
    line-height: normal;
}

.mobilemenu-wrapper {
    display: none;
    visibility: hidden;
}

.innerpage-heading-con {
    width: 100%;
    position: relative;
    height: 450px;
    overflow: hidden;
    background: #000;
    text-align: center;
    display: table;
    padding-top: 135px;
}

.innerpage-heading-con .innerpage-middlealign {
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    position: relative;
    z-index: 100;
}

.innerpage-heading-con img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.8;
    position: absolute;
    left: 0px;
    top: 0px;
}

.innerpage-heading-con::before {
    width: 100%;
    height: 80%;
    position: absolute;
    left: 0px;
    top: 0px;
    content: '';
    background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    z-index: 10;
    opacity: 0.8;
}

.innerpage-heading-con h2 {
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 0px 0px 10px 0px;
    color: var(--whitecolor);
    text-shadow: 4px 4px 8px rgba(0, 0, 0, 0.45);
    font-family: var(--headingfont);
    font-size: 48px;
}

.innerpage-content-con {
    width: 100%;
    margin-top: 90px;
    margin-bottom: 90px;
    display: inline-block;
}

.innerpage-heading-con .breadcrumb {
    width: 100%;
    text-align: center;
    display: block;
    color: var(--whitecolor);
}

.innerpage-heading-con .breadcrumb li {
    color: var(--whitecolor);
    display: inline-block;
    font-size: 14px;
}

.innerpage-heading-con .breadcrumb li::before {
    color: var(--whitecolor);
    opacity: 0.4;
}

.innerpage-heading-con .breadcrumb li a {
    font-weight: 500;
    color: var(--YellowColor);
}

.innerpage-heading-con .breadcrumb li a:hover {
    color: var(--YellowColorDark);
    text-decoration: underline !important;
}

.innerpage-heading-con .breadcrumb li:first-child a svg {
    width: auto;
    height: 14px;
    position: relative;
    top: -3px;
    margin-right: 4px;
    fill: var(--YellowColor);
}

.contact-topsection .contacttop-box-item {
    width: 100%;
    background: var(--LightBg);
    border-radius: 5px;
    display: block;
    text-align: center;
    padding: 45px 25px;
    min-height: 385px;
}

.contact-topsection .contacttop-box-item p {
    padding: 0;
    margin: 5px 0px 0px 0px;
}

.contact-topsection .contacttop-box-item p a {
    color: var(--textcolor);
    text-decoration: none;
}

.contact-topsection .contacttop-box-item h4 {
    width: 100%;
    padding: 0;
    margin: 0px 0px 10px 0px;
    color: var(--headingColor);
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}

.contact-topsection .contacttop-box-item span {
    width: 100%;
    text-align: center;
    display: block;
    margin-bottom: 20px;
}

.contact-topsection .contacttop-box-item span svg {
    display: inline-block;
    width: auto;
    height: 40px;
    fill: var(--PrimaryColor);
}

.contact-topsection {
    margin-top: 90px;
}

.pagetopstyle {
    text-align: center;
}

.pagetopstyle h2 {
    color: var(--headingColor);
    font-size: 38px;
    font-family: var(--headingfont);
    margin-bottom: 15px;
    text-align: center;
    width: 100%;
}

.pagetopstyle h2 strong {
    font-weight: normal;
    color: var(--YellowColor);
}

.pagetopstyle {
    margin-bottom: 30px;
}

.googlemap-wrapper {
    position: relative;
    padding-bottom: 420px;
    height: 0;
    overflow: hidden;
    margin: 90px 0px 100px 0px;
}

.googlemap-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.contact-middlesection {
    margin-top: 90px;
}

.contact-middlesection .contactform-heading h2 {
    color: var(--headingColor);
    font-size: 42px;
    font-family: var(--headingfont);
    margin-bottom: 10px;
    text-align: left;
    width: 100%;
}

.contact-middlesection .contactform-heading {
    margin-bottom: 40px;
}

.contact-middlesection .contactform p {
    width: 100%;
    padding: 0;
    margin: 0;
    position: relative;
}

.contact-middlesection .contactform .col-lg-6 input {
    width: 100%;
    height: 46px;
    border: 1px solid var(--borderColor);
    padding: 0px 15px;
    border-radius: 4px;
    outline: none;
    transition-duration: 0.3s;
}

.contact-middlesection .contactform .col-lg-12 textarea {
    width: 100%;
    height: 120px;
    border: 1px solid var(--borderColor);
    padding: 8px 15px 0px 15px;
    border-radius: 4px;
    outline: none;
    transition-duration: 0.3s;
}

.contact-middlesection .contactform .col-lg-6 input:focus,
.contact-middlesection .contactform .col-lg-12 textarea:focus {
    border-color: var(--YellowColor);
    -webkit-box-shadow: 0px 0px 15px 0px rgba(203, 147, 93, 0.25);
    box-shadow: 0px 0px 15px 0px rgba(203, 147, 93, 0.25);
}

.contact-middlesection .contactform .col-lg-3 .submit-btn {
    position: relative;
    border-radius: 4px;
    background: var(--YellowColor);
    color: var(--whitecolor);
    font-size: 14px;
    line-height: 45px;
    width: 100%;
    text-align: center;
    outline: none;
    text-transform: uppercase;
    font-weight: 500;
    border: none;
    outline: none;
    transition-duration: 0.3s
}

.contact-middlesection .contactform .col-lg-3 .submit-btn:hover {
    background: var(--YellowColorDark);
}

.contact-middlesection .contactform .col-lg-6 {
    margin-bottom: 15px;
}

.contact-middlesection .contactform .col-lg-12 {
    margin-bottom: 8px;
}

.wpcf7-not-valid-tip {
    font-size: 11px;
    padding: 0;
    margin: 5px 0px 0px 0px;
    line-height: normal;
}

.wpcf7-response-output {
    text-align: center;
    font-size: 13px;
    padding: 4px 10px !important;
    margin: 10px 0px 0px 0px !important;
    font-weight: 500;
}

.wpcf7-spinner {
    padding: 0px;
    margin: 0px 0px 0px -12px;
    position: absolute;
    left: 50%;
    top: 10px;
}

.contactaddress-con {
    width: 100%;
    border-radius: 5px;
    height: 100%;
    display: table;
    background: var(--PrimaryColor);
    padding: 0px 45px;
}

.contactaddress-con .contactaddress-middle {
    width: 100%;
    display: table-cell;
    vertical-align: middle;
}

.contactaddress-con p {
    padding: 0;
    margin: 12px 0px 0px 0px;
    color: var(--textcolorblack);
}

.contactaddress-con p a {
    color: var(--textcolorblack);
}

.contactaddress-con p b {
    color: var(--YellowColor);
}

.contactaddress-con h4 {
    width: 100%;
    padding: 0;
    margin: 0;
    color: var(--whitecolor);
    font-size: 28px;
    font-weight: 600;
}

.hotelsearch-wrap {
    width: 100%;
    background: var(--YellowColor);
    padding: 0px 0px;
    position: sticky;
    overflow: hidden;
    top: 64px;
    z-index: 100;
}

.hotelsearch-wrap .row {
    margin-left: -5px;
    margin-right: -5px;
}

.hotelsearch-wrap .col-lg-8,
.hotelsearch-wrap .col-lg-4,
.hotelsearch-wrap .col-lg-9,
.hotelsearch-wrap .col-lg-3,
.hotelsearch-wrap .col-lg-2,
.hotelsearch-wrap .col-lg-10 {
    padding-left: 5px;
    padding-right: 5px;
}

.hotelsearch-wrap .col-lg-10 select {
    width: 100%;
    height: 45px;
    border: 1px solid rgba(255, 255, 255, .45);
    background: transparent;
    font-size: 15px;
    transition-duration: 0.3s;
    box-shadow: none;
    border-radius: 4px;
    padding: 0px 15px;
    outline: none;

    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
    opacity: 1 !important;
}

.hotelsearch-wrap .col-lg-10 select option {
    background: #fff;
    color: var(--textcolor);
}

.hotelsearch-wrap .col-lg-10 select:focus {
    border: 1px solid rgba(255, 255, 255, .9);
    -webkit-box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.2);
}

.hotelsearch-wrap .col-lg-2 .search-btn {
    width: 100%;
    height: 45px;
    background: var(--whitecolor);
    color: var(--headingColor);
    border-radius: 4px;
    border: none;
    outline: none;
    font-size: 15px;
    font-weight: 600;
    transition-duration: 0.3s;
}


.hotelsearch-wrap .col-lg-2 .search-btn:hover {
    color: var(--YellowColor);
}

.hotelsearch-wrap .col-lg-9 {
    padding-top: 14px;
    padding-bottom: 14px;
}

.hotelsearch-wrap .col-lg-3 h4 {
    width: 100%;
    position: relative;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    color: var(--whitecolor);
    line-height: 36px;
    padding: 0px 0px 0px 50px;
    margin-top: 20px;
}

.hotelsearch-wrap .col-lg-3 h4::before {
    width: 35px;
    height: 35px;
    position: absolute;
    left: 0px;
    top: 0px;
    content: '';
    background: url(../leddhotels/assets/img/find-icon.png) no-repeat;
    background-size: 100% 100%;
}


.blog-item-div {
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    display: block;
    background: var(--LightBg);
    margin: 12px 0px;
}

.blog-item-div .blog-image-con {
    width: 100%;
    height: 240px;
    background: var(--headingColor);
    display: block;
    overflow: hidden;
    position: relative;
}

.blog-item-div .blog-image-con .moreye-link {
    width: 100%;
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 100;
    text-align: center;
    transition-duration: 0.3s;
    opacity: 0;
    top: 40%;
    margin-top: -15px;
}

.blog-item-div .blog-image-con .moreye-link svg {
    width: auto;
    display: inline-block;
    height: 30px;
    fill: var(--YellowColor);
}

.blog-item-div:hover .blog-image-con .moreye-link {
    top: 50%;
    opacity: 1;
}

.blog-item-div .blog-image-con img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    transition-duration: 0.3s;
}

.blog-item-div:hover .blog-image-con img {
    opacity: 0.2;
}

.blog-item-div .blog-image-con span {
    position: absolute;
    left: 15px;
    top: 15px;
    background: var(--whitecolor);
    color: var(--PrimaryColor);
    font-size: 13px;
    font-weight: 600;
    padding: 3px 15px;
    border-radius: 20px;
    z-index: 100;
}

.blog-item-div .blog-image-con i {
    position: absolute;
    left: 50%;
    font-size: 24px;
    color: var(--whitecolor);
    z-index: 100;
    top: 40%;
    margin-left: -15px;
    margin-top: -12px;
    transition-duration: 0.3s;
    opacity: 0;
}

.blog-item-div:hover .blog-image-con i {
    top: 50%;
    opacity: 1;
}

.blog-item-div .blog-heading-con {
    width: 100%;
    height: 90px;
    display: table;
    padding: 0px 25px;
}

.blog-item-div .blog-heading-con h5 {
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    padding: 0;
    margin: 0;
    color: var(--headingColor);
    font-family: var(--headingfonttwo) !important;
    display: table-cell;
    vertical-align: middle;
    line-height: 24px;
    transition-duration: 0.3s;
}

.blog-item-div:hover .blog-heading-con h5 {
    color: var(--PrimaryColor);
}

.blogsinge-page .col-lg-4 img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    margin-bottom: 30px;
}

.blogsinge-page .col-lg-8 p {
    text-align: justify;
}

.blogsinge-page .col-lg-8 .blogtitle {
    font-family: var(--headingfont) !important;
    color: var(--headingColor);
    font-size: 36px;
    margin: 0px 0px 20px 0px;
    padding: 0;
    width: 100%;
    text-align: left;
}

.blogsinge-page .col-lg-8 .blogdate {
    padding: 0;
    margin: 0px 0px 10px 0px;
    font-size: 13px;
}

.blogsinge-page .col-lg-8 .blogdate span {
    background: var(--PrimaryColor);
    font-size: 14px;
    font-weight: 600;
    color: var(--whitecolor);
    padding: 4px 20px;
    border-radius: 20px;
}

.blogsinge-page .col-lg-8 h4,
.blogsinge-page .col-lg-8 h5,
.blogsinge-page .col-lg-8 h6,
.blogsinge-page .col-lg-8 h3,
.blogsinge-page .col-lg-8 h2,
.blogsinge-page .col-lg-8 h1 {
    width: 100%;
    padding: 0;
    margin: 30px 0px 6px 0px;
    font-weight: 500;
    font-family: var(--headingfonttwo) !important;
    color: var(--headingColor);
}

.blogsinge-page .col-lg-8 ul {
    width: 100%;
    display: block;
    padding-left: 20px;
    margin: 0 0 20px 0;
    list-style: disc;
}

.blogsinge-page .col-lg-8 ul li {
    color: var(--textcolor);
    margin: 5px 0;
    padding: 0;
    display: list-item;
    list-style: disc;
}

.blogsidebarsticky {
    width: 100%;
    position: sticky;
    top: 70px;
}


.otherpackages-div {
    width: 100%;
    border-radius: 10px;
    background: var(--LightBg);
    padding: 45px 30px;
}

.otherpackages-div h4 {
    color: var(--headingColor);
    font-size: 24px;
    margin: 0px 0px 14px 0px;
    padding: 0;
    width: 100%;
    text-align: left;
    font-weight: 600;
}

.otherpackages-div ul {
    width: 100%;
    padding: 0;
    margin: 0;
}

.otherpackages-div ul li {
    list-style: none;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 0px;
    position: relative;
}

.otherpackages-div ul li:last-child {
    margin-bottom: 0px;
}

.otherpackages-div ul li a {
    display: block;
    position: relative;
    color: var(--textcolor);
    font-style: 15px;
    transition-duration: 0.3s;
    font-weight: 500;
}

.otherpackages-div ul li a:hover {
    color: var(--PrimaryColor);
}

.selectfaq-con select {
    width: 100%;
    color: var(--headingColor);
    height: 52px;
    border-radius: 5px;
    padding: 0px 15px;
    margin-bottom: 20px;
    transition-duration: 0.3s;
    outline: none;
    background: var(--whitecolor);
    border-color: var(--YellowColor);
    -webkit-box-shadow: 0px 0px 15px 0px rgba(203, 147, 93, 0.45);
    box-shadow: 0px 0px 15px 0px rgba(203, 147, 93, 0.45);
}

.selectfaq-con select:focus {
    background: var(--whitecolor);
    border-color: var(--PrimaryColor);
    -webkit-box-shadow: 0px 0px 15px 0px rgba(4, 76, 140, 0.45);
    box-shadow: 0px 0px 15px 0px rgba(4, 76, 140, 0.45);
}

.search-btn .searchicon {
    display: none;
    visibility: hidden;
}

.page-id-22 .innerpage-content-con p,
.page-id-3 .innerpage-content-con p,
.page-id-874 .innerpage-content-con p {
    text-align: justify;
}

.page-id-22 .innerpage-content-con h5,
.page-id-3 .innerpage-content-con h5 {
    width: 100%;
    margin: 20px 0px 8px 0px;
    font-size: 18px;
}

.page-id-3 .innerpage-content-con h4,
.page-id-22 .innerpage-content-con h4,
.page-id-874 .innerpage-content-con h4 {
    width: 100%;
    margin: 25px 0px 8px 0px;
    font-size: 22px;
}

.page-id-3 .innerpage-content-con h3,
.page-id-22 .innerpage-content-con h3 {
    width: 100%;
    margin: 30px 0px 0px 0px;
    font-size: 26px;
}

.page-id-3 .innerpage-content-con ul li,
.page-id-874 .innerpage-content-con ul li {
    color: var(--textcolor);
    margin: 4px 0px;
}


.testimonials-page .testimonials-item {
    margin: 12px 0px;
}

.testimonials-page .testimonials-item .testimonials-content {
    min-height: auto;
}

.testimonials-page .testimonials-item .testimonials-content {
    min-height: auto;
    margin-bottom: 0px;
}

.testimonials-page .testimonials-item .testimonials-content p {
    overflow: visible;
    display: block;
}

.grecaptcha-badge {
    visibility: hidden !important;
    display: none !important;
}

.resortssingle-page .col-lg-6:first-child img {
    width: 100%;
    border-radius: 5px;
    object-fit: cover;
    height: 580px;
}

.resortssingle-page .col-lg- p {
    text-align: justify;
}

.enquiryform-wrap .enquiryform-heading h4 {
    width: 100%;
    padding: 0;
    margin: 0px 0px 10px 0px;
    font-size: 24px;
}

.enquiryform-wrap .enquiryform-heading {
    margin-bottom: 25px;
}


.enquiryform-wrap .col-lg-6 p,
.enquiryform-wrap .col-lg-4 p {
    width: 100%;
    padding: 0;
    margin: 0;
    position: relative;
}

.enquiryform-wrap .col-lg-6 input,
.enquiryform-wrap .col-lg-4 input {
    width: 100%;
    height: 46px;
    border: 1px solid var(--borderColor);
    padding: 0px 15px;
    border-radius: 4px;
    outline: none;
    transition-duration: 0.3s;
}

.enquiryform-wrap .col-lg-12 textarea {
    width: 100%;
    height: 120px;
    border: 1px solid var(--borderColor);
    padding: 8px 15px 0px 15px;
    border-radius: 4px;
    outline: none;
    transition-duration: 0.3s;
}

.enquiryform-wrap .col-lg-6 input:focus,
.enquiryform-wrap .col-lg-4 input:focus,
.enquiryform-wrap .col-lg-12 textarea:focus {
    border-color: var(--YellowColor);
    -webkit-box-shadow: 0px 0px 15px 0px rgba(203, 147, 93, 0.25);
    box-shadow: 0px 0px 15px 0px rgba(203, 147, 93, 0.25);
}

.enquiryform-wrap .col-lg-3 .submit-btn {
    position: relative;
    border-radius: 4px;
    background: var(--YellowColor);
    color: var(--whitecolor);
    font-size: 14px;
    line-height: 45px;
    width: 100%;
    text-align: center;
    outline: none;
    text-transform: uppercase;
    font-weight: 500;
    border: none;
    outline: none;
    transition-duration: 0.3s
}

.enquiryform-wrap .col-lg-3 .submit-btn:hover {
    background: var(--YellowColorDark);
}

.enquiryform-wrap .col-lg-6,
.enquiryform-wrap .col-lg-4 {
    margin-bottom: 15px;
    position: relative;
}

.enquiryform-wrap .col-lg-12 {
    margin-bottom: 0px;
}

.enquiryform-wrap .col-lg-3 {
    position: relative;
}

.enquiryform-wrap .col-lg-6 label,
.enquiryform-wrap .col-lg-4 label,
.enquiryform-wrap .col-lg-12 label {
    width: 100%;
    padding: 0;
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    color: var(--headingColor);
}

.resortssingle-page .col-lg-6 .hotelheading {
    width: 100%;
    padding: 0;
    margin: 0px 0px 0px 0px;
    font-size: 28px;
    font-weight: 500;
}

.resortssingle-page .col-lg-6 .hotellocation {
    width: 100%;
    padding: 0;
    margin: 6px 0px 25px 0px;
    position: relative;
    font-size: 13px;
}

.resortssingle-page .col-lg-6 .hotellocation span {
    width: auto;
    display: inline-block;
    background: var(--PrimaryColor);
    color: var(--whitecolor);
    padding: 4px 10px;
    border-radius: 4px;
}

.resortssingle-page .col-lg-6 .hotellocation span svg {
    width: auto;
    height: 12px;
    fill: var(--whitecolor);
    position: relative;
    top: -1px;
    margin-right: 5px;
}

.resortssingle-page .col-lg-6 .hotelstar {
    width: 100%;
    padding: 0px 0px 0px 20px;
    margin: 0px 0px 5px 0px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    color: var(--YellowColor);
    position: relative;
}

.resortssingle-page .col-lg-6 .hotelstar svg {
    width: auto;
    height: 12px;
    position: absolute;
    left: 0px;
    top: 2px;
    fill: var(--YellowColor);
}

.resortssingle-page .col-lg-6 .price-wrap {
    width: 100%;
    border-bottom: 1px dashed var(--borderColor);
    position: relative;
    padding: 2px 0px 35px 65px;
    margin-bottom: 45px;
    margin-top: 45px;
    display: block;
}

.resortssingle-page .col-lg-6 .price-wrap p {
    width: 100%;
    padding: 0;
    margin: 0;
    font-size: 13px;
    color: var(--textcolor);
    line-height: normal;
}

.resortssingle-page .col-lg-6 .price-wrap h5 {
    width: 100%;
    text-align: left;
    padding: 0;
    margin: 0px 0px 2px 0px;
    font-weight: 600;
    font-size: 22px;
    line-height: normal;
    color: var(--headingColor);
}

.resortssingle-page .col-lg-6 .price-wrap h5 font {
    position: relative;
    font-size: 13px;
    font-weight: normal;
    color: var(--textcolor);
    padding: 0px 4px;
    top: -2px;
    margin-left: 3px;
}

.resortssingle-page .col-lg-6 .price-wrap h5 font::before {
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0px;
    background: var(--textcolor);
    content: '';
    top: 8px;
}

.resortssingle-page .col-lg-6 .price-wrap span {
    width: 48px;
    height: 48px;
    background: var(--LightBg2);
    position: absolute;
    left: 0px;
    top: 0px;
    border-radius: 50%;
    text-align: center;
    line-height: 48px;
}

.resortssingle-page .col-lg-6 .price-wrap span svg {
    width: auto;
    height: 20px;
    display: inline-block;
    fill: var(--YellowColor);
}

.resortssingle-page .col-lg-6 .price-wrap .enquiry-btn {
    width: 100%;
    padding: 0;
    margin: 0;
    text-align: center;
    position: relative;
    display: block;
    background: #11bb19;
    color: var(--whitecolor);
    line-height: 48px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 5px;
    transition-duration: 0.3s;
}

.resortssingle-page .col-lg-6 .price-wrap .enquiry-btn svg {
    width: auto;
    height: 22px;
    display: inline-block;
    fill: var(--whitecolor);
    margin-right: 6px;
}

.resortssingle-page .col-lg-6 .price-wrap .enquiry-btn:hover {
    background: #03890a;
}

.testimonialson-hotelpage {
    width: 100%;
    background: var(--LightBg);
    padding: 80px 0px 100px 0px;
    margin-top: 80px;
}

.testimonialson-hotelpage .testimonials-item {
    background: var(--whitecolor);
}

.testimonialson-hotelpage .testimonials-item .testimonials-footer span {
    background: url(../leddhotels/assets/img/testimonial-icon.png) no-repeat var(--LightBg);
}

.innerpage-content-hotels {
    margin-top: 100px;
}

.resortssingle-page .stycky-image-con {
    position: sticky;
    top: 100px;
}

.ajax-loader-wrap {
    padding: 60px 0px;
    text-align: center;
    width: 100%;
}

.ajax-loader {
    width: 30px;
    height: 30px;
    border: 2px solid var(--LightBg);
    border-top: 2px solid var(--PrimaryColor);
    border-radius: 50%;
    display: inline-block;
    animation: hotelspin 0.8s linear infinite;
}

@keyframes hotelspin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.innerpage-content-con .col-lg-4 .rooms-item-wrap {
    margin: 10px 0px;
}


.booknow-form p {
    width: 100%;
    padding: 0;
    margin: 0;
    position: relative;
}

.booknow-form .col-lg-6 input {
    width: 100%;
    height: 46px;
    border: 1px solid var(--borderColor);
    padding: 0px 15px;
    border-radius: 4px;
    outline: none;
    transition-duration: 0.3s;
}

.booknow-form .col-lg-12 textarea {
    width: 100%;
    height: 120px;
    border: 1px solid var(--borderColor);
    padding: 8px 15px 0px 15px;
    border-radius: 4px;
    outline: none;
    transition-duration: 0.3s;
}

.booknow-form .col-lg-6 input:focus,
.booknow-form .col-lg-12 textarea:focus {
    border-color: var(--YellowColor);
    -webkit-box-shadow: 0px 0px 15px 0px rgba(203, 147, 93, 0.25);
    box-shadow: 0px 0px 15px 0px rgba(203, 147, 93, 0.25);
}

.booknow-form .col-lg-3 .submit-btn {
    position: relative;
    border-radius: 4px;
    background: var(--YellowColor);
    color: var(--whitecolor);
    font-size: 14px;
    line-height: 45px;
    width: 100%;
    text-align: center;
    outline: none;
    text-transform: uppercase;
    font-weight: 500;
    border: none;
    outline: none;
    transition-duration: 0.3s
}

.booknow-form .col-lg-3 .submit-btn:hover {
    background: var(--YellowColorDark);
}

.booknow-form .col-lg-6 {
    margin-bottom: 15px;
}

.booknow-form .col-lg-12 {
    margin-bottom: 8px;
}

.booknow-form .col-lg-6 label,
.booknow-form .col-lg-12 label {
    width: 100%;
    padding: 0;
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    color: var(--textcolor);
}

.getapp-btn {
    float: right;
    height: 40px;
    border-radius: 4px;
    background: var(--PrimaryColor);
    color: var(--whitecolor);
    font-size: 14px;
    line-height: 40px;
    width: 45px;
    text-align: center;
    outline: none;
    margin-top: 4px;
    margin-left: 8px;
}

.getapp-btn svg {
    fill: var(--whitecolor);
    width: auto;
    height: 20px;
}

.header-wrapper .getapp-btn {
    display: none;
    visibility: hidden;
}

.findstaywrapper-con .trusted-hotels {
    color: var(--headingColor);
    font-size: 26px;
    font-family: var(--headingfont);
    margin-bottom: 0px;
    text-align: center;
    width: 100%;
    display: none;
    visibility: hidden;
    position: relative;
    z-index: 100;
}

.findstaywrapper-con .trusted-hotels b {
    font-weight: normal;
    color: var(--YellowColor);
}

@media(min-width:768px) {

    .custom-location-select,
    .location-modal {
        display: none !important;
    }

    #homeLocation {
        display: block !important;
    }

}





/* =========================
   MOBILE MODAL SELECT
========================= */

@media(max-width:767px) {

    #homeLocation {
        display: none !important;
    }

    .custom-location-select {
        display: flex;
    }

}






.custom-location-select {
    width: 100%;
    height: 60px;
    line-height: 58px;
    border: 1px solid rgba(0, 0, 0, 0.3);
    background: transparent;
    font-size: 15px;
    transition-duration: 0.3s;
    box-shadow: none;
    border-radius: 4px;
    padding: 0px 15px;
    outline: none;
    color: var(--textcolor) !important;
    -webkit-text-fill-color: var(--textcolor) !important;
    opacity: 1 !important;
}

.custom-location-select:hover {
    border-color: #0d6efd;
}


.location-modal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 999999;
    display: none;
    overflow: hidden;
}

.location-modal-content {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.location-search-top {
    padding: 12px;
    border-bottom: 1px solid #eee;
    background: #fff;
    position: sticky;
    top: 0;
    z-index: 20;
}

.location-modal-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
    font-size: 16px;
    font-weight: 600;
}

.location-back-btn {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: none;
    background: var(--LightBg2);
    color: var(--YellowColor);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}

.location-back-btn:hover {
    background: #e5e7eb;
}

.location-search-top input {
    width: 100%;
    height: 52px;
    border: 1px solid var(--YellowColor);
    border-radius: 5px;
    padding: 0 15px;
    outline: none;
    font-size: 15px;
}

.location-list {
    flex: 1;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 40px;
}

.location-item {
    padding: 16px 18px;
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 15px;
    color: #1f2937;
    cursor: pointer;
    transition: 0.2s;
}

.location-item:hover {
    background: #f7f7f7;
}

.location-item i {
    color: #6b7280;
    font-size: 14px;
}

body.modal-open {
    overflow: hidden;
}

.ameneties-serives-wrap {
    margin-top: 45px;
}

.ameneties-serives-wrap .nav-link,
.room-price-tabs .nav-link {
    color: var(--textcolor);
    font-weight: 500;
}

.ameneties-serives-wrap .nav-link.active,
.room-price-tabs .nav-link.active {
    color: var(--YellowColor);
}

.room-price-tabs .nav-link {
    background: var(--PrimaryColor);
    border-radius: 0px;
    color: #b3c9dc;
    box-shadow: none;
    padding: 14px 0px;
}



.room-price-tabs .nav-link.active {
    background: var(--PrimaryColorDark);
    color: var(--whitecolor);
}

.ameneties-wrapper {
    margin-top: 20px;
    display: block;
}

.ameneties-wrapper ul {
    width: 100%;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}

.ameneties-wrapper ul li {
    width: 33.33%;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0;
    margin: 10px 0;
    list-style: none;
    color: var(--textcolor);
    position: relative;
    font-size: 16px;
}

.ameneties-wrapper ul li img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.ameneties-wrapper ul li span {
    display: block;
    line-height: 1.5;
}



.custom-price-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 0px;
}

.custom-price-table thead th {
    background: var(--PrimaryColor);
    color: var(--whitecolor);
    font-size: 15px;
    font-weight: 600;
    padding: 10px 14px;
    border: none;
}

.custom-price-table thead th:first-child {
    text-align: left;
}

.custom-price-table thead th:nth-child(2),
.custom-price-table thead th:nth-child(3) {
    text-align: center;
    width: 200px;
}

.custom-price-table tbody tr {
    background: #f2f2f2;
    border-bottom: 1px solid #d8d8d8;
}

.custom-price-table tbody td {
    padding: 12px 16px;
    vertical-align: middle;
}

.custom-price-table tbody td:first-child {
    font-size: 15px;
    font-weight: 600;
    color: var(--headingColor);
}

.custom-price-table tbody td:nth-child(2),
.custom-price-table tbody td:nth-child(3) {
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    color: var(--textcolor);
    width: 200px;
}

.custom-price-table tbody td:nth-child(4) {
    width: 100px;
}

.custom-price-table tbody td:nth-child(2) b {
    color: var(--headingColor);
}

.custom-price-table thead th p {
    color: var(--whitecolor);
    padding: 0;
    margin: 0;
    font-size: 12px;
    width: 100%;
    text-align: center !important;
    display: block;
    line-height: normal;
    opacity: 0.6;
}



.tableprice-style {
    background: var(--LightBg);
}

.tableprice-style .custom-price-table {
    background: var(--Blackcolor);
}

.tableprice-style .custom-price-table tbody tr td {
    background: var(--LightBg);
}

.tableprice-style .custom-price-table tbody tr {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.custom-price-table tbody tr:last-child {
    border-color: var(--LightBg);
}

.pricetable-wrapper {
    margin-top: 0px;
    border-top: 1px dashed var(--borderColor);
    padding: 35px 0px 0px 0px;
    margin: 30px 0px 0px 0px;
}

.pricetable-wrapper h4 {
    width: 100%;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 15px 0px;
    font-size: 20px;
}

.tableprice-style td button {
    position: relative;
    top: 0px;
    right: 0px;
    height: 40px;
    border-radius: 4px;
    background: var(--YellowColor);
    color: var(--whitecolor);
    font-size: 14px;
    line-height: 40px;
    width: 110px;
    text-align: center;
    outline: none;
    border: none;
    line-height: normal;
    float: right;
    transition-duration: 0.3s;
}

.tableprice-style td button:hover {
    background: var(--YellowColorDark);
}




.booking-wrapper {
    width: 100%;
    position: fixed;
    left: 0px;
    bottom: -100vh;
    height: 100vh;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1030;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    display: table;
    padding-bottom: 0px;
    transition-duration: 0.3s;
}


.booking-wrapper.active-popup {
    bottom: 0;
}

.booking-step {
    display: none;
}

.booking-step.active-step {
    display: block;
}

.booking-container {
    background: #fff;
    border-radius: 20px 20px 0 0;
    padding: 60px 20px;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.inputfields {
    margin-top: 30px;
}

.inputfields label {
    width: 100%;
    margin-bottom: 10px;
    font-weight: 600;
}

.inputfields input,
.inputfields select {
    width: 100%;
    height: 55px;
    border: 1px solid #ddd;
    padding: 0 15px;
    border-radius: 10px;
}

.booksubmit-btn,
.bookcancel-btn {
    width: 100%;
    height: 55px;
    border: none;
    border-radius: 10px;
}

.btnclass {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 45px;
    height: 45px;
    border: none;
    border-radius: 50%;
}


.success-modal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 99999;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.success-modal.active-success {
    display: flex;
}

.success-modal-content {
    background: #fff;
    max-width: 500px;
    width: 100%;
    padding: 50px 30px;
    border-radius: 20px;
    text-align: center;
    position: relative;
}

.success-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #198754;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    font-size: 40px;
    font-weight: 700;
}

.success-close {
    position: absolute;
    right: 20px;
    top: 15px;
    font-size: 30px;
    cursor: pointer;
}

.field-error {
    border: 1px solid red !important;
}

.validation-text {
    color: red;
    font-size: 12px;
    margin-top: 5px;
    display: block;
    line-height: 12px;
}





.booking-middlealign {
    width: 100%;
    display: table-cell;
    vertical-align: bottom;
}

.booking-middlealign .booking-container {
    width: 100%;
    background: var(--LightBg);
    padding: 80px 0px;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    height: auto;
}

.reg-footer-con .booksubmit-btn {
    background: var(--PrimaryColor);
    width: 160px;
    line-height: 48px;
    border-radius: 5px;
    text-align: center;
    display: inline-block;
    transition-duration: 0.3s;
    color: var(--whitecolor);
    font-size: 15px;
    font-weight: 500;
    padding: 0;
    margin: 0;
    border: none;
}

.reg-footer-con .booksubmit-btn:hover {
    background: var(--PrimaryColorDark);
}

.reg-footer-con .bookcancel-btn {
    background: rgba(0, 0, 0, 0.3);
    width: 160px;
    line-height: 48px;
    border-radius: 5px;
    text-align: center;
    display: inline-block;
    transition-duration: 0.3s;
    color: var(--whitecolor);
    font-size: 15px;
    font-weight: 500;
    padding: 0;
    margin: 0;
    border: none;
    float: right;
}

.reg-footer-con .bookcancel-btn:hover {
    background: var(--YellowColor);
}

.booking-form-wrapp .col-lg-3 select,
.booking-form-wrapp .col-lg-3 input {
    width: 100%;
    height: 44px;
    border: 1px solid rgba(0, 0, 0, 0.3);
    outline: none;
    border-radius: 5px;
    font-size: 15px;
    padding: 0px 15px;
    color: var(--textcolor);
    transition-duration: 0.3s;
    background: var(--whitecolor);
}

.booking-form-wrapp .col-lg-3 select:focus,
.booking-form-wrapp .col-lg-3 input:focus {
    border-color: var(--YellowColor);
    -webkit-box-shadow: 0px 0px 15px 0px rgba(203, 147, 93, 0.25);
    box-shadow: 0px 0px 15px 0px rgba(203, 147, 93, 0.25);
}

.booking-form-wrapp .col-lg-3 label {
    width: 100%;
    padding: 0;
    margin: 0px 0px 4px 0px;
    color: var(--headingColor);
    font-size: 14px;
    font-weight: 500;
}

.booking-form-wrapp .col-lg-7 h4 {
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 0px 0px 8px 0px;
    font-size: 26px;
    color: var(--headingColor);
}

.booking-form-wrapp .col-lg-7 p {
    text-align: center;
    padding: 0;
    margin: 0px 0px 25px 0px;
}

.booking-form-wrapp .inputfields .col-lg-3 {
    padding-top: 12px;
    padding-bottom: 12px;
}

.booking-form-wrapp .inputfields {
    margin-bottom: 20px;
}

.booking-wrapper .btnclass {
    position: absolute;
    top: 20px;
    right: 20px;
    border: none;
    background: var(--whitecolor);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    outline: none;
    padding: 0px 0px 0px 0px;
    margin: 0;
    text-align: center;
    transition-duration: 0.3s;
}

.booking-wrapper .btnclass svg {
    width: auto;
    height: 14px;
    padding: 0;
    margin: 0;
    fill: var(--headingColor);
    position: relative;
    top: -2px;
}

.booking-wrapper .btnclass:hover {
    background: var(--PrimaryColor);
}

.booking-wrapper .btnclass:hover svg {
    fill: var(--whitecolor);
}

.services-wrapper ul li {
    width: 50%;
    padding-left: 24px;
}

.services-wrapper ul li::before {
    width: 14px;
    height: 14px;
    background: url(../leddhotels/assets/img/tick.png) no-repeat;
    position: absolute;
    left: 0px;
    top: 6px;
    content: '';
}

.notes-wrapperdiv {
    border-top: 1px dashed var(--borderColor);
    padding: 30px 0px 0px 0px;
    margin: 40px 0px 0px 0px;
}

.notes-wrapperdiv h4 {
    width: 100%;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 6px 0px;
    font-size: 20px;
}

.notes-wrapperdiv ul {
    width: 100%;
    padding: 0;
    margin: 0;
}

.notes-wrapperdiv ul li {
    width: 100%;
    padding-left: 24px;
    position: relative;
    font-size: 16px;
    color: var(--textcolor);
    padding: 0px 0px 0px 24px;
    margin: 6px 0px;
    list-style: none;
}

.notes-wrapperdiv ul li::before {
    width: 14px;
    height: 14px;
    background: url(../leddhotels/assets/img/tick.png) no-repeat;
    position: absolute;
    left: 0px;
    top: 6px;
    content: '';
}

.validation-error {
    border: 1px solid red !important;
    -webkit-box-shadow: 0px 0px 15px 2px rgba(231, 7, 7, 0.2) !important;
    box-shadow: 0px 0px 15px 2px rgba(231, 7, 7, 0.2) !important;
}



.pricetable-wrapper .offseasontext-wrap,
.pricetable-wrapper .seasontext-wrap {
    width: 100%;
    margin-top: 0px;
    padding: 0px 0px;
}

.pricetable-wrapper .offseasontext-wrap p,
.pricetable-wrapper .seasontext-wrap p {
    padding: 0;
    margin: 8px 0px;
    text-align: left;
    font-size: 15px;
    line-height: normal;
    color: var(--textcolor);
}

.price-table-wrap .open-booking-popup {
    position: relative;
    top: 0px;
    right: 0px;
    height: 40px;
    border-radius: 4px;
    background: var(--PrimaryColor);
    color: var(--whitecolor);
    font-size: 14px;
    line-height: 40px;
    width: 100%;
    text-align: center;
    outline: none;
    border: none;
    line-height: normal;
    float: right;
    transition-duration: 0.3s;
}

.price-table-wrap .open-booking-popup:hover {
    background: var(--PrimaryColorDark);
}

.price-table-wrap tbody td:nth-child(1) {
    font-size: 15px;
    font-weight: 600;
    color: var(--headingColor);
    line-height: 40px;
}

.price-table-wrap tbody td:nth-child(2) {
    font-size: 15px;
    font-weight: 600;
    color: var(--headingColor);
    line-height: 40px;
    width: 160px;
}

.price-table-wrap tbody td:nth-child(3) {
    width: 145px;
}

.price-table-wrap table {
    margin-bottom: 0px;
    margin-top: 15px;
}

.price-table-wrap tr:last-child td {
    border-bottom: none;
}

.price-table-wrap,
.price-table-wrap tr td {
    background: var(--LightBg);
}

.price-table-wrap {
    padding: 0px 10px 20px 10px;
}

.about-top-section {
    margin-top: 100px;
}

.about-top-section p {
    text-align: justify;
}

.about-top-section p:last-child {
    margin-bottom: 0px;
}

.about-top-section .col-lg-4 img {
    width: 100%;
    border-radius: 5px;
    height: 485px;
    object-fit: cover;
    margin-top: 4px;
}

.about-top-section .col-lg-8 {
    padding-right: 80px;
}

.ourmission-vision-wrap {
    width: 100%;
    background: var(--PrimaryColor);
    margin-top: 80px;
    padding: 60px 0px;
}

.ourmission-vision-wrap p {
    text-align: center;
    padding: 0;
    margin: 0;
    color: var(--whitecolor);
    opacity: 0.8;
}

.ourmission-vision-wrap h4 {
    width: 100%;
    text-align: center;
    padding: 0px;
    margin: 0px 0px 14px 0px;
    color: var(--whitecolor);
    font-weight: 600;
}

.ourvisionmission {
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.4);
    margin: 0px 0px;
    padding: 45px 40px;
    position: relative;
    display: inline-block;
    border-radius: 5px;
    height: 100%;
}

.whychoosus-wrapper {
    width: 100%;
    background: var(--LightBg);
    position: relative;
    padding: 80px 0px;
    margin-top: 80px;
}

.whychoosus-wrapper .col-lg-7 ul {
    width: 100%;
    padding: 0;
    margin: 0;
    display: inline-table;
}

.whychoosus-wrapper .col-lg-7 ul li {
    width: 100%;
    color: var(--textcolor);
    display: inline-block;
    list-style: none;
    padding: 0px 0px 0px 25px;
    margin: 5px 0px;
    position: relative;
}

.whychoosus-wrapper .col-lg-7 ul li::before {
    width: 14px;
    height: 14px;
    background: url(../leddhotels/assets/img/tick.png) no-repeat;
    position: absolute;
    left: 0px;
    top: 6px;
    content: '';
}

.whychoosus-wrapper .col-lg-7 p {
    text-align: justify;
}

.whychoosus-wrapper .col-lg-7 {
    padding-right: 80px;
}

.whychoosus-wrapper .col-lg-7 h4 {
    width: 100%;
    text-align: left;
    padding: 0px;
    margin: 0px 0px 10px 0px;
    color: var(--headingColor);
    font-weight: 600;
    font-size: 28px;
}

.whychoosus-wrapper .col-lg-5 img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    border-radius: 5px;
}

.about-bottomsection {
    width: 100%;
    text-align: center;
    margin-top: 80px;
    margin-bottom: 100px;
}

.resorts-villas-row,
.transportcab-row {
    margin-left: -25px;
    margin-right: -25px;
}

.resorts-villas-row .col-lg-4,
.transportcab-row .col-lg-6 {
    padding-left: 25px;
    padding-right: 25px;
}

.resorts-villas-row .col-lg-4 img {
    width: 100%;
    border-radius: 5px;
    height: 240px;
    object-fit: cover;
}

.resorts-villas-row .col-lg-4 p {
    text-align: justify;
    margin: 0px;
}

.resorts-villas-row .col-lg-4 h4 {
    width: 100%;
    padding: 0;
    margin: 25px 0px 10px 0px;
    font-size: 22px;
    color: var(--headingColor);
    font-weight: 600;
}

.transportcab-row .col-lg-6 h4 {
    width: 100%;
    padding: 0;
    margin: 0px 0px 10px 0px;
    font-size: 22px;
    color: var(--headingColor);
    font-weight: 600;
}

.transportcab-row .col-lg-6 p {
    text-align: justify;
    padding: 0;
    margin: 0;
}

.transport-item-wrapper {
    width: 100%;
    border: 1px solid var(--borderColor);
    padding: 45px 40px;
    border-radius: 5px;
    height: 100%;
}

.transportcab-row {
    margin-top: 60px;
}

.hospitality-heading {
    text-align: center;
    margin-bottom: 20px;
    margin-top: 80px;
}

.hospitality-heading h3 {
    width: 100%;
    padding: 0;
    margin: 0px 0px 10px 0px;
    font-size: 26px;
}

.hotellocation-div {
    width: 100%;
    height: 48px;
    display: table;
    padding-left: 45px;
}

.hotellocation-div h6 {
    display: table-cell;
    vertical-align: middle;
    font-size: 14px;
    font-weight: normal;
}



@media screen and (max-width: 1024px) {

    .header-fixed-wrap .header-mail,
    .bookyourstay-wrap .footertop-contact-wrap h4 br,
    .footer-wrapper-div .footertop-contact-wrap h4 br {
        display: none;
        visibility: hidden;
    }

    #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link {
        padding: 0px 8px;
    }

    .welcometext-wrapper .col-lg-6:first-child {
        padding-right: 60px;
    }

    .ourstays-item-con {
        min-height: 545px;
    }

    .bookyourstay-wrap .footertop-contact-wrap {
        padding: 40px 30px;
    }

    .bookyourstay-wrap .footertop-contact-wrap h4 {
        font-size: 32px;
    }

    .bookyourstay-wrap .footertop-contact-wrap p {
        margin-top: 0px;
    }

    .bookyourstay-wrap .footertop-contact-wrap .button-style {
        float: none;
        clear: both;
        display: inline-block;
    }

    .downloadmobileapp-wrap .col-lg-4 div a img {
        height: auto;
        width: 200px;
    }

    .downloadmobileapp-wrap .col-lg-4 div a {
        margin: 5px 0px;
    }

    .downloadmobileapp-wrap .col-lg-4 div {
        margin-top: 16px;
    }

    .footer-wrapper-div .footertop-contact-wrap h4 {
        font-size: 22px;
    }

    .footer-wrapper-div .footertop-contact-wrap p {
        margin-top: 0px;
    }

    .footer-wrapper-div .footertop-contact-wrap .button-style {
        float: none;
        clear: both;
        display: inline-block;
        margin-top: 15px;
    }

    .footer-wrapper-div .footertop-contact-wrap {
        padding: 25px 40px;
    }

    .contactaddress-con {
        padding: 0px 30px;
    }
}

@media screen and (max-width: 980px) {

    #mega-menu-wrap-primary,
    .welcomeimage-section::before,
    .welcomeimage-section .welcomeimage-one,
    .bookyourstay-wrap .footertop-contact-wrap p br,
    .footer-middlesection .col-lg-3:nth-child(2),
    .footer-middlesection .col-lg-3:nth-child(3),
    .downloadmobileapp-wrap .col-lg-8 div::before {
        display: none;
        visibility: hidden;
    }

    .findyourstay-wrapper {
        margin-top: 0px;
    }

    .banner-wrapper-con {
        padding-bottom: 0px;
    }

    .welcomeimage-section .welcomeimage-two {
        position: relative;
        top: 0px;
        margin-bottom: 60px;
    }

    .welcometext-wrapper .col-lg-6:first-child {
        padding-right: 12px;
    }

    .welcomeimage-section .welcomeimage-two img {
        width: 100%;
        height: auto;
    }

    .pageheading-style.heading-leftalign h2 {
        text-align: center;
    }

    .pageheading-style.heading-leftalign h6 {
        text-align: center;
    }

    .pageheading-style.heading-leftalign h6 font::before {
        display: inline-block;
        visibility: visible;
    }

    .bluebar-sectionwrap .row .col-lg-2:nth-child(3) {
        border-right: 1px solid rgba(255, 255, 255, .2);
    }

    .bluebar-sectionwrap .row .col-lg-2:nth-child(3),
    .bluebar-sectionwrap .row .col-lg-2:nth-child(2),
    .bluebar-sectionwrap .row .col-lg-2:nth-child(1) {
        border-bottom: 1px solid rgba(255, 255, 255, .2);
    }

    .whychooseus-wrapper .col-lg-5 img {
        height: auto;
        margin-top: 60px;
    }

    .middlesection-wrapper .row .col-lg-3:nth-child(1),
    .middlesection-wrapper .row .col-lg-3:nth-child(2) {
        border-bottom: 1px solid #cedde8;
    }

    .bookyourstay-wrap .footertop-contact-wrap {
        text-align: center;
    }

    .bookyourstay-wrap .footertop-contact-wrap p {
        width: 100%;
        display: block;
    }

    .bookyourstay-wrap .footertop-contact-wrap h4,
    .footer-wrapper-div .footertop-contact-wrap h4 {
        padding: 100px 0px 0px 0px;
        margin: 0px 0px 20px 0px;
        display: block;
        position: relative;
    }

    .bookyourstay-wrap .footertop-contact-wrap h4::before,
    .footer-wrapper-div .footertop-contact-wrap h4::before {
        left: 50%;
        margin-left: -45px;
        top: 0px;
        margin-top: 0px;
    }

    .bookyourstay-wrap .footertop-contact-wrap p {
        margin-bottom: 15px;
    }

    .footer-wrapper-div .footer-credits p {
        text-align: center;
    }

    .footer-wrapper-div .footertop-contact-wrap {
        text-align: center;
    }

    .footer-wrapper-div .footertop-contact-wrap p {
        width: 100%;
        display: block;
        text-align: center;
    }

    .downloadmobileapp-wrap .col-lg-8 div {
        padding: 0px;
        text-align: center;
    }

    .downloadmobileapp-wrap .col-lg-4 div {
        text-align: center;
        margin-top: 40px;
    }

    .downloadmobileapp-wrap .col-lg-4 div a img {
        width: auto;
        height: 60px;
    }

    .mobilemenu-wrapper {
        display: table;
        visibility: visible;
    }

    .contact-middlesection .contactform-heading {
        text-align: center;
        margin-top: 60px;
    }

    .contact-middlesection .contactform-heading h2 {
        text-align: center;
    }

    .contactaddress-con {
        padding: 45px 30px;
        text-align: center;
    }

    .contact-topsection .col-lg-4:last-child .contacttop-box-item {
        min-height: auto;
        margin-top: 20px;
    }

    .innerpage-heading-con h2 {
        font-size: 38px;
    }

    .blogsidebarsticky {
        top: 0px;
        margin-top: 45px;
    }

    .rooms-item-wrap .rooms-content .row.price-con .col-6 p {
        font-size: 11px;
    }

    .rooms-item-wrap .rooms-content .row.price-con .col-6 span {
        width: 40px;
        height: 40px;
        line-height: 38px;
    }

    .rooms-item-wrap .rooms-content .row.price-con .col-6 span svg {
        height: 16px;
    }

    .rooms-item-wrap .rooms-content .row.price-con .col-6 h5 {
        font-size: 16px;
    }

    .rooms-item-wrap .rooms-content .row.price-con .col-6 h5 font {
        font-size: 12px;
    }

    .rooms-item-wrap .rooms-content .row.price-con .col-6 {
        padding-left: 48px;
    }

    .resortssingle-page .stycky-image-con {
        margin-bottom: 45px;
    }

    .booking-middlealign .booking-container {
        padding: 80px 0px 120px 0px;
    }

    .about-top-section .col-lg-4 img {
        height: auto;
        margin-top: 45px;
    }

    .about-top-section .col-lg-8 {
        padding-left: 12px;
        padding-right: 12px;
    }

    .ourvisionmission {
        height: auto;
        margin: 12px 0px;
    }

    .transport-item-wrapper {
        height: auto;
        margin: 12px 0px;
        text-align: center;
    }

    .transportcab-row .col-lg-6 p {
        text-align: center;
    }

    .whychoosus-wrapper .col-lg-5 img {
        height: auto;
        margin-top: 45px;
    }

    .resorts-villas-row .col-lg-4 {
        margin-top: 18px;
        margin-bottom: 18px;
    }
}

@media(max-width:767px) {

    .location-search-top {
        padding: 12px;
    }

    .location-search-top input {
        height: 52px;
        font-size: 15px;
    }

    .location-item {
        padding: 15px;
        font-size: 15px;
    }

}

@media screen and (max-width: 540px) {

    .headertop-section .container .col-lg-7,
    .banner-wrapper-con .banner-middle-align h1 br,
    .banner-wrapper-con .banner-middle-align p,
    .findyourstay-wrapper .col-lg-3 h4::before,
    .pageheading-style h2 br,
    .footer-wrapper-div .footertop-contact-wrap p br,
    .pagetopstyle h2 br,
    .hotelsearch-wrap .col-lg-3 h4,
    .headertop-section,
    .header-wrapper .col-lg-9 .booknow-btn,
    .homepage-rooms-wrap .col-lg-11 p,
    .welcometext-wrapper,
    .banner-wrapper-con,
    .findstay-con::before,
    .findyourstay-wrapper .col-lg-3 h4,
    .hotelresearch-wrapper .pageheading-style h2,
    .ourstays-wrapper-div .pageheading-style h2,
    .whychooseus-wrapper .pageheading-style,
    .testimonials-wrapper .pageheading-style h2,
    .faqheading-wrapper .pageheading-style h2,
    .ourstays-item-con p,
    .testimonials-swiper-two,
    .middlesection-wrapper .row .col-lg-3 p,
    .pageheading-style h6 font::before,
    .pageheading-style h6 font::after,
    .faqheadings p,
    .single-hotels_resorts .innerpage-heading-con {
        display: none;
        visibility: hidden;
    }

    .headertop-section .container {
        padding-left: 12px;
        padding-right: 12px;
        text-align: center;
    }

    .headertop-section .container h6 {
        line-height: 40px;
        margin: 0px;
    }

    .header-wrapper,
    .f-nav .header-fixed-wrap .header-wrapper {
        padding: 0px 0px !important;
        background: none;
    }

    .header-wrapper .col-lg-9 .booknow-btn {
        right: 15px;
    }

    .banner-wrapper-con .banner-middle-align h1 {
        font-size: 32px;
        margin-bottom: 25px;
        line-height: 42px;
    }

    .banner-wrapper-con {
        height: 520px;
    }



    .f-nav .headertop-section {
        margin-top: 0px;
    }

    .f-nav .header-fixed-wrap .header-wrapper {
        padding: 10px 15px;
    }

    .findyourstay-wrapper .col-lg-3 h4 {
        padding: 0;
        margin: 25px 0px 0px 0px;
        text-align: center;
        line-height: normal;
    }

    .findyourstay-wrapper .col-lg-10 .col-lg-4 {
        margin-bottom: 10px;
    }

    .pageheading-style h2 {
        font-size: 28px;
    }

    .hotelresearch-wrapper .container {
        padding-left: 0px;
        padding-right: 0px;
    }

    .hotelsearch-item h6 {
        font-size: 12px;
        margin-top: 4px;
    }

    .hotelsearch-item .hotelsearch-image,
    .hotelsearch-item .hotelsearch-image img {
        width: 45px;
        height: 45px;
    }

    .homepage-rooms-wrap .col-lg-11 ul {
        display: inline-table;
    }

    .homepage-rooms-wrap .col-lg-11 ul li {
        padding: 0px 3px;
        margin: 0;
        width: 33.33%;
    }

    .homepage-rooms-wrap .col-lg-11 ul li button {
        width: 100%;
    }

    .hotelresearch-wrapper {
        margin-top: 35px;
    }

    .homepage-rooms-wrap .packcontainer {
        padding-left: 0px;
        padding-right: 0px;
    }

    .welcometext-wrapper {
        padding: 70px 0px;
        margin-top: 60px;
    }

    .bluebar-sectionwrap .row .col-lg-2:nth-child(3) {
        border-right: none;
    }

    .bluebar-sectionwrap .row .col-lg-2:nth-child(2),
    .bluebar-sectionwrap .row .col-lg-2:nth-child(4) {
        border-right: 1px solid rgba(255, 255, 255, .2);
    }

    .bluebar-sectionwrap .row .col-lg-2:nth-child(4) {
        border-bottom: 1px solid rgba(255, 255, 255, .2);
    }

    .scrollingtext-wrap .text span {
        font-size: 52px;
        padding-right: 120px;
        line-height: 65px;
    }

    .scrollingtext-wrap .text span img {
        width: 60px;
        height: 60px;
    }

    .scrollingtext-wrap {
        margin-top: 60px;
    }

    .ourstays-wrapper-div,
    .middlesection-wrapper,
    .whychooseus-wrapper,
    .testimonials-wrapper,
    .faqheading-wrapper,
    .contact-topsection {
        margin-top: 45px;
    }

    .ourstays-wrapper-div .container {
        padding-left: 0px;
        padding-right: 0px;
    }

    .middlesection-wrapper .row .col-lg-3 {
        padding: 45px 12px;
        border-left: none !important;
        border-right: none !important;
        border-bottom: 1px solid #cedde8;
    }

    .welcometext-wrapper .col-lg-6:last-child .learnmore-btn-style,
    .bookyourstay-wrap .footertop-contact-wrap .button-style,
    .whychooseus-wrapper .learnmore-btn-style {
        width: 100%;
    }

    .bookyourstay-wrap .footertop-contact-wrap h4 {
        font-size: 26px;
    }

    .whychooseus-wrapper .col-lg-7 ul li {
        width: 100%;
    }

    .homevideosection span h2 {
        font-size: 24px;
    }

    .downloadmobileapp-wrap .col-lg-8 h4 {
        font-size: 28px;
        line-height: 30px;
    }

    .downloadmobileapp-wrap {
        padding: 45px 20px;
    }

    .downloadmobileapp-wrap .col-lg-4 div a {
        width: auto;
        padding: 0px;
        margin: 0px 5px !important;
        display: inline-block;
    }

    .downloadmobileapp-wrap .col-lg-4 div a img {
        width: auto;
        height: 45px;
        display: inline-block;
    }

    .downloadmobileapp-wrap {
        margin-top: 60px;
        margin-bottom: 80px;
    }

    .footer-wrapper-div .footertop-contact-wrap .button-style {
        width: 100%;
    }

    .footer-wrapper-div .footertop-contact-wrap {
        padding: 45px 20px;
    }

    .footer-wrapper-div .footer-credits p {
        line-height: 22px
    }

    .footer-middlesection .col-lg-3 {
        text-align: center;
    }

    .footer-wrapper-div .footer-middlesection p:last-child {
        text-align: center;
    }

    .footer-wrapper-div .socialmedia-icons {
        width: 100%;
        text-align: center;
    }

    .footer-middlesection .col-lg-3:first-child {
        margin-bottom: 45px;
    }

    .whatsapp-iconbtn {
        right: 12px;
        bottom: 52px;
    }

    .rooms-item-wrap .rooms-content .row.price-con .col-6 span {
        width: 40px;
        height: 40px;
        line-height: 38px;
    }

    .rooms-item-wrap .rooms-content .row.price-con .col-6 span svg {
        height: 16px;
    }

    .rooms-item-wrap .rooms-content .row.price-con .col-6 h5 {
        font-size: 16px;
    }

    .rooms-item-wrap .rooms-content .row.price-con .col-6 h5 font {
        font-size: 12px;
    }

    .rooms-item-wrap .rooms-content .row.price-con .col-6 {
        padding-left: 48px;
    }

    .rooms-item-wrap .rooms-content .row.price-con .col-6 p {
        font-size: 12px;
    }

    .rooms-item-wrap .rooms-content .row.price-con .col-6 h5 {
        font-size: 16px;
    }

    .rooms-item-wrap .rooms-content .row.price-con .col-6 h5 font {
        font-size: 11px;
    }

    .rooms-item-wrap .rooms-content .row.price-con .col-6 h5 font::before {
        top: 7px;
    }

    .footer-wrapper-div {
        padding-bottom: 50px;
    }

    .contact-topsection .col-lg-4:nth-child(2) .contacttop-box-item {
        min-height: auto;
        margin-top: 20px;
    }

    .contact-topsection .contacttop-box-item {
        min-height: auto;
    }

    .pagetopstyle h2,
    .contact-middlesection .contactform-heading h2 {
        font-size: 28px;
    }


    .contact-middlesection {
        margin-top: 20px;
    }

    .contactaddress-con h4 {
        font-size: 24px;
    }

    .googlemap-wrapper {
        margin-top: 60px;
        margin-bottom: 80px;
    }

    .innerpage-heading-con h2 {
        font-size: 28px;
    }

    .blogsinge-page .col-lg-8 .blogtitle {
        font-size: 28px;
    }

    .hotelsearch-wrap .row {
        margin-left: -5px;
        margin-right: -5px;
    }

    .hotelsearch-wrap .row .col-lg-3,
    .hotelsearch-wrap .row .col-lg-9,
    .hotelsearch-wrap .row .col-lg-10,
    .hotelsearch-wrap .row .col-lg-2,
    .hotelsearch-wrap .row .col-lg-6 {
        padding-left: 5px;
        padding-right: 5px;
        position: relative;
    }

    .search-btn .searchtext {
        display: none;
        visibility: hidden;
    }

    .search-btn .searchicon {
        visibility: visible;
        display: inline-block;
        position: absolute;
    }

    .search-btn .searchicon svg {
        width: auto;
        height: 18px;
        fill: var(--YellowColor);
        display: inline-block;
    }

    .hotelsearch-wrap .search-btn {
        position: absolute;
        top: -45px;
        right: 5px;
        width: 50px !important;
        text-align: center;
        padding: 0;
    }

    .hotelsearch-wrap .col-lg-10 {
        padding-right: 65px !important;
    }

    .hotelsearch-wrap .col-lg-10 select {
        padding: 0px 5px;
        font-size: 13px;
        height: 35px;
    }

    .hotelsearch-wrap .col-lg-2 .search-btn {
        height: 35px;
        top: -35px;
    }

    .search-btn .searchicon svg {
        height: 15px;
    }

    .search-btn .searchicon {
        position: absolute;
        left: 50%;
        margin-left: -9px;
        top: 50%;
        margin-top: -11px;
    }

    .hotelsearch-wrap {
        top: 64px;
    }

    .hotelsearch-wrap .col-lg-9 {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .innerpage-content-con {
        margin-top: 75px;
        margin-bottom: 75px;
    }

    .innerpage-content-hotels {
        margin-top: 80px;
    }

    .resortssingle-page .col-lg-5 img {
        height: 340px;
    }

    .resortssingle-page .col-lg-6 .hotelheading,
    .enquiryform-wrap .enquiryform-heading h4 {
        font-size: 22px;
    }

    .resortssingle-page .col-lg-6 .price-wrap {
        padding-left: 0px;
    }

    .resortssingle-page .col-lg-6 .price-wrap .col-lg-8 {
        padding-left: 75px;
    }

    .resortssingle-page .col-lg-6 .price-wrap .enquiry-btn {
        margin-top: 30px;
    }

    .testimonialson-hotelpage {
        padding: 60px 0px;
        margin-top: 60px;
    }

    .header-wrapper .header-logo img {
        height: 48px !important;
    }

    .header-wrapper .header-logo {
        display: inline-block;
    }

    .header-fixed-wrap {
        background: rgba(255, 255, 255, .0);
        padding: 8px 0px;
    }

    .f-nav .header-fixed-wrap {
        background: rgba(255, 255, 255, .98);
        padding: 8px 0px;
    }

    .header-wrapper .col-lg-9 {
        padding: 0px 12px 0px 12px !important;
    }

    .findstaywrapper-con {
        background: var(--LightBg);
        padding: 95px 10px 25px 10px;
        position: relative;
    }

    .findstaywrapper-con::before {
        width: 100%;
        background: url(../leddhotels/assets/img/banner-bg.jpg) no-repeat;
        height: 100%;
        position: absolute;
        left: 0px;
        top: 0px;
        content: '';
        z-index: 0;
        opacity: 0.8;
    }

    .findstaywrapper-con::after {
        width: 100%;
        height: 80%;
        background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
        opacity: 0.8;
        position: absolute;
        left: 0px;
        top: 0px;
        content: '';
        z-index: 2;
    }

    .header-wrapper .getapp-btn {
        display: block;
        visibility: visible;
    }

    .findyourstay-wrapper {
        padding: 10px 20px;
    }

    .findyourstay-wrapper {
        background: none;
        background: rgba(255, 255, 255, .6);
        position: relative;
        z-index: 500;
        margin-top: 15px;
        border-radius: 5px;
        -webkit-box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, 0.1);
        padding: 5px 5px;
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px);
    }

    .findyourstay-wrapper .col-lg-9 {
        padding: 8px 12px;
    }

    .findstaywrapper-con .trusted-hotels {
        display: block;
        visibility: visible;
    }

    .findyourstay-wrapper .col-lg-2 .search-btn {
        background: var(--YellowColor);
        color: var(--whitecolor);
        height: 45px;
    }

    .findyourstay-wrapper .col-lg-10 select {
        border: 1px solid rgba(0, 0, 0, 0.3);
        color: var(--textcolor) !important;
        -webkit-text-fill-color: var(--textcolor) !important;
        opacity: 1 !important;
        height: 45px;
    }

    .custom-location-select {
        height: 45px;
        line-height: 44px;
    }

    .findyourstay-wrapper .col-lg-10 select:focus {
        border-color: var(--YellowColor);
    }

    .bluebar-sectionwrap .row .col-lg-2 h6 {
        font-size: 13px;
    }

    .bluebar-sectionwrap .row .col-lg-2 {
        padding: 30px 0px;
    }

    .bluebar-sectionwrap {
        padding: 40px 0px;
        margin-top: 45px;
    }

    .bluebar-sectionwrap .row .col-lg-2:nth-child(5),
    .bluebar-sectionwrap .row .col-lg-2:nth-child(6) {
        border-bottom: 1px solid rgba(255, 255, 255, .2);
    }

    .bluebar-sectionwrap .row .col-lg-2:nth-child(1),
    .bluebar-sectionwrap .row .col-lg-2:nth-child(2) {
        border-top: 1px solid rgba(255, 255, 255, .2);
    }

    .ourstays-item-con {
        min-height: 405px;
    }

    .ourstays-item-con h4 {
        font-size: 18px;
        padding: 0;
        margin: 0;
    }

    .hotelresearch-wrapper {
        background-image: none;
        background: linear-gradient(180deg, rgba(203, 147, 93, 0) 0%, rgba(203, 147, 93, 0.2) 100%);
        padding-bottom: 20px;
        margin-bottom: 40px;

    }

    .middlesection-wrapper .row .col-lg-3 h4 {
        font-size: 15px;
        margin: 0px;
    }

    .middlesection-wrapper .row .col-lg-3:nth-child(1),
    .middlesection-wrapper .row .col-lg-3:nth-child(3) {
        border-right: 1px solid #cedde8 !important;
    }

    .middlesection-wrapper .row .col-lg-3 {
        padding: 30px 20px;
    }

    .whychooseus-wrapper p {
        text-align: center;
    }

    .homevideosection span .playbutton {
        width: 100px;
        height: 100px;
        line-height: 100px;
        padding: 0px 0px 5px 5px;
    }

    .homevideosection span .playbutton svg {
        height: 35px;
        padding: 0;
        margin: 0;
    }

    .homevideosection {
        height: 360px;
    }

    .innerpage-heading-con {
        margin-top: 66px;
    }

    .innerpage-heading-con {
        padding: 0px;
        height: 220px;
    }

    .middlesection-wrapper .row .col-lg-3 span img {
        height: 45px;
    }

    .pageheading-style h6 {
        text-align: left;
        color: var(--PrimaryColor);
    }

    .hotelresearch-wrapper .pageheading-style,
    .ourstays-wrapper-div .pageheading-style {
        margin-bottom: 15px;
        padding: 0px 15px;
    }


    .testimonials-wrapper .pageheading-style {
        margin-bottom: 20px;
    }

    .homevideosection {
        margin-top: 45px;
    }

    .faqheading-wrapper .faqheadings {
        margin-bottom: 0px;
    }

    .faqheading-wrapper .pageheading-style,
    .faqheading-wrapper .pageheading-style h6 {
        margin-bottom: 10px;
        text-align: center;
    }

    .reg-footer-con .booksubmit-btn,
    .reg-footer-con .bookcancel-btn {
        width: 100%;
    }

    .booking-form-wrapp .col-lg-7 p {
        font-size: 15px;
        line-height: 24px;
    }

    .booking-form-wrapp .col-lg-7 h4 {
        font-size: 20px;
    }

    .booking-form-wrapp .inputfields .col-lg-3 {
        padding-top: 6px;
        padding-bottom: 6px;
    }

    .ameneties-wrapper ul li {
        width: 100%;
    }

    .price-table-wrap tbody td:nth-child(3) {
        width: 130px;
    }

    .price-table-wrap tbody td:nth-child(2) {
        width: 80px;
    }

    .whychoosus-wrapper,
    .ourmission-vision-wrap,
    .about-top-section,
    .ecosystem-wrapper {
        width: 100%;
        overflow: hidden;
    }

    .about-top-section {
        margin-top: 80px;
    }

    .hospitality-heading {
        margin-top: 60px;
    }

    .transport-item-wrapper {
        padding: 45px 20px;
    }

    .whychoosus-wrapper .col-lg-7 {
        padding-left: 12px;
        padding-right: 12px;
    }

    .about-bottomsection {
        margin-top: 60px;
        margin-bottom: 80px;
    }

    .resortssingle-page .col-lg-6:first-child img {
        height: 340px;
    }


}