/*
Theme Name: lakequeen
*/

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

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

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


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


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

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


@font-face {
    font-family: 'Playfair 9pt SemiCondensed';
    src: url('../lakequeen/assets/fonts/playfair/Playfair9ptSemiCondensed-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Playfair 9pt SemiCondensed';
    src: url('../lakequeen/assets/fonts/playfair/Playfair9ptSemiCondensed-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Playfair 9pt SemiCondensed';
    src: url('../lakequeen/assets/fonts/playfair/Playfair9ptSemiCondensed-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}





body {
    --PrimaryColor: #044c8c;
    --PrimaryColorDark: #021527;
    --YellowColor: #f7a800;

    --LightBg: #e5ecf3;
    --headingColor: #0d0d0d;
    --textcolor: #494b4d;
    --textcolorblack: #b3c9dd;
    --whitecolor: #ffffff;
    --Blackcolor: #0d0d0d;
    --borderColor: #ccd0d4;
    --BgColor: var(--whitecolor);
    --HeadingFont: 'Playfair 9pt SemiCondensed', sans-serif !important;

    font-family: 'Inter 18pt', sans-serif !important;

    background-color: var(--BgColor) !important;
}

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(247, 168, 0, .9);
    -webkit-transition: .6s;
    -moz-transition: .6s;
    -o-transition: .6s;
    transition: .6s
}

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

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

.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;
}

.wpcf7 form.invalid .wpcf7-response-output {
    color: #f7a800;
}

.headerwrapper-div {
    width: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 1020;
    transition-duration: 0.3s;
    background: rgba(255, 255, 255, .9);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

.f-nav .headerwrapper-div {
    -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
}

.f-nav .header-topsection {
    margin-top: -40px;
}

.f-nav .header-menu-wrapper {
    padding: 8px 0px;
}

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

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

.headerwrapper-div .header-topsection {
    width: 100%;
    height: 40px;
    position: relative;
    transition-duration: 0.3s;
    background: var(--PrimaryColor);
}

.headerwrapper-div .header-topsection .col-xl-6:first-child p {
    color: var(--textcolorblack);
    padding: 0;
    margin: 0;
    font-size: 14px;
    line-height: 40px;
}

.headerwrapper-div .header-topsection .col-xl-6:last-child {
    text-align: right;
}

.headerwrapper-div .header-topsection .getquote-btn {
    float: right;
    padding: 0;
    margin: 0;
    background: var(--YellowColor);
    display: inline-block;
    line-height: 40px;
    width: 145px;
    text-align: center;
    color: var(--Blackcolor);
    font-weight: 500;
    font-size: 14px;
}

.headerwrapper-div .header-topsection h6 {
    width: auto;
    display: inline-block;
    padding: 0;
    margin: 0px 30px 0px 0px;
    font-weight: normal;
    font-size: 14px;
    line-height: 40px;
}

.headerwrapper-div .header-topsection h6 svg {
    width: auto;
    height: 18px;
    fill: var(--YellowColor);
    display: inline-block;
    margin-right: 10px;
}


.headerwrapper-div .header-topsection h6 a {
    color: var(--textcolorblack);
}

.header-menu-wrapper .header-logo img {
    width: auto;
    height: 70px;
    display: inline-block;
    transition-duration: 0.3s;
}

.header-menu-wrapper .mega-menu-item a.mega-menu-link {
    font-weight: 500 !important;
}

.button-style {
    width: 145px;
    line-height: 40px;
    background: var(--PrimaryColor);
    color: var(--whitecolor);
    display: inline-table;
    font-size: 15px;
    text-align: center;
    border-radius: 40px;
    font-weight: 500;
    overflow: hidden;
    position: relative;
    isolation: isolate;
}

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

.button-style.whatsappicon svg {
    height: 18px;
    margin-right: 3px;
    fill: var(--whitecolor);
    position: relative;
    top: -1px;
    transition-duration: 0.3s;
}

.button-style.whatsappicon:hover svg {
    fill: var(--Blackcolor);
}

.button-style span {
    position: relative;
    z-index: 2;
    transition: .3s;
}

.button-style::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    background: var(--YellowColor);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: width .4s ease, height .4s ease;
    z-index: 1;
    border-radius: 100%;
}

.button-style:hover::before {
    width: 300px;
    height: 300px;
}

.button-style:hover span {
    color: var(--headingColor);
}

.button-style::before {
    content: "";
    position: absolute;
    left: var(--circle-left);
    top: var(--circle-top);
    width: 0;
    height: 0;
    background: var(--YellowColor);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: width .4s ease, height .4s ease;
    z-index: 1;
}

.menu-div-section {
    width: 100%;
    position: relative;
    padding: 0px 160px 0px 0px;
}

.menu-div-section .button-style {
    position: absolute;
    top: 0px;
    right: 0px;
}

.header-menu-wrapper .col-lg-9 {
    position: relative;
    padding-top: 15px;
}

.header-menu-wrapper {
    width: 100%;
    position: relative;
    padding: 15px 0px;
}

.footer-wrapper-div {
    width: 100%;
    background: url(../lakequeen/assets/img/footer-bg.svg) bottom no-repeat var(--PrimaryColor);
    background-size: 100% auto;
    position: relative;
    padding-bottom: 10px;
    padding-top: 40px;
}

.footer-wrapper-div::before {
    width: 100%;
    overflow: hidden;
    position: absolute;
    left: 0px;
    top: -11px;
    height: 12px;
    background: url(../lakequeen/assets/img/footertop-repeat.svg) repeat-x;
    content: '';
}


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

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

.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;
}

.requestquote-wrapper {
    width: 100%;
    background: var(--whitecolor);
    border-radius: 8px;
    padding: 0px 40px;
    min-height: 120px;
    position: relative;
}

.requestquote-wrapper:after {
    width: 90%;
    height: 4px;
    background: var(--YellowColor);
    position: absolute;
    left: 5%;
    bottom: -4px;
    content: '';
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.requestquote-wrapper .col-lg-5 h4 {
    width: 100%;
    padding: 0px 0px 0px 110px;
    margin: 30px 0px 0px 0px;
    text-transform: uppercase;
    font-size: 28px;
    font-weight: bold;
    color: var(--headingColor);
    line-height: 30px;
    position: relative;
}

.requestquote-wrapper .col-lg-5 h4::before {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: url(../lakequeen/assets/img/req-quote-icon.png) no-repeat var(--PrimaryColor);
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -45px;
    content: '';
}

.requestquote-wrapper .col-lg-7 p {
    line-height: 24px;
    font-size: 15px;
    width: auto;
    display: inline-block;
    padding: 0;
    margin: 36px 0px 0px 0px;
}

.requestquote-wrapper .col-lg-7 a.button-style {
    float: right;
    margin-top: 40px;
}

.footer-wrapper-div .col-lg-3 h3 {
    width: 100%;
    padding: 0;
    margin: 0px 0px 25px 0px;
    color: var(--whitecolor);
    font-size: 22px;
    font-weight: 500;
}


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

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

.footer-wrapper-div .col-lg-3 p b {
    color: var(--YellowColor);
}

.footer-wrapper-div .col-lg-3.footerlinks ul {
    width: 100%;
    padding: 0;
    margin: 0;
}

.footer-wrapper-div .col-lg-3.footerlinks ul li {
    list-style: none;
    padding: 0;
    margin: 0px 0px 10px 0px;
    line-height: normal;
}

.footer-wrapper-div .col-lg-3.footerlinks ul li a {
    font-size: 15px;
    color: var(--textcolorblack);
    line-height: normal;
    width: 100%;
    transition-duration: 0.3s;
    display: block;
}

.footer-wrapper-div .col-lg-3.footerlinks ul li a:hover {
    color: var(--YellowColor);
}

.footer-wrapper-div .col-lg-3 .footerlogo-wrap {
    width: 100%;
    display: block;
    margin-bottom: 20px;
}

.footer-wrapper-div .col-lg-3 .footerlogo-wrap img {
    width: auto;
    height: 80px;
}

.footer-links-wrapper {
    margin-top: 70px;
    margin-bottom: 70px;
}

.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;
}

.banner-wrapper {
    width: 100%;
    height: 620px;
    background: var(--Blackcolor);
    position: relative;
    margin-top: 140px;
    overflow: hidden;
    display: table;
}

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

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

.bannersearch-wrapper {
    width: 100%;
    position: relative;
    overflow: hidden;
    background: rgba(255, 255, 255, .75);
    height: 64px;
    border-radius: 45px;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    padding-right: 75px;
}

.bannersearch-wrapper select {
    width: 100%;
    height: 64px;
    border: none;
    outline: none;
    font-size: 15px;
    background: none;
    color: var(--textcolor);
}

.bannersearch-wrapper .search-btn {
    width: 54px;
    height: 54px;
    position: absolute;
    top: 5px;
    right: 5px;
    background: var(--YellowColor);
    border-radius: 50%;
    border: none;
    transition-duration: 0.3s;
    padding: 0;
    margin: 0;
}

.bannersearch-wrapper .search-btn svg {
    width: auto;
    height: 22px;
    fill: var(--headingColor);
}

.bannersearch-wrapper .search-btn:hover {
    background: var(--PrimaryColor);
}

.bannersearch-wrapper .search-btn:hover svg {
    fill: var(--whitecolor);
}

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

.bannersearch-wrapper .col-6 {
    position: relative;
    padding-left: 50px;
    padding-right: 0px;
}

.bannersearch-wrapper .col-6 svg {
    width: auto;
    position: absolute;
    left: 22px;
    top: 50%;
    margin-top: -10px;
    fill: var(--textcolor);
    height: 20px;
}

.banner-wrapper-middle h1 {
    color: var(--whitecolor);
    padding: 0;
    margin: 0px 0px 50px 0px;
    font-weight: 300;
    font-size: 58px;
    line-height: 64px;
    text-shadow: 4px 3px 6px rgba(0, 0, 0, 0.4);
    font-family: var(--HeadingFont);
}

.banner-wrapper-middle h1 b {
    color: var(--YellowColor);
    font-weight: bold;
}

/*
.banner-wrapper::before{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    bottom: 0px;
    content: '';
    background: linear-gradient(0deg,rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    opacity: 0.0;
    z-index: 10;
}
    */

.bannerbtm-section {
    background: var(--LightBg);
}

.bannerbtm-section .row {
    margin-left: 0px;
    margin-right: 0px;
}

.bannerbtm-section .row .col-lg-3 {
    position: relative;
    text-align: center;
    width: 20%;
    padding: 30px 0px;
}

.bannerbtm-section .row .col-lg-3:nth-child(odd) {
    background: linear-gradient(0deg, rgba(205, 218, 232, 0.6) 0%, rgba(205, 218, 232, 0) 100%);
}

.bannerbtm-section .row .col-lg-3 span {
    width: 115px;
    height: 115px;
    background: var(--PrimaryColor);
    display: table;
    border-radius: 50%;
    text-align: center;
    position: relative;
    left: 50%;
    margin-left: -57px;
}

.bannerbtm-section .row .col-lg-3 span div {
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.bannerbtm-section .row .col-lg-3 span img {
    width: auto;
    height: 80px;
    object-fit: contain;
    display: inline-block;
}

.bannerbtm-section .row .col-lg-3 h6 {
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 10px 0px 0px 0px;
    color: var(--headingColor);
    font-size: 16px;
    font-weight: 500;
}

.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;
}

.faqwrapper-section {
    width: 100%;
    margin-bottom: 100px;
    margin-top: 100px;
}

.heading-style {
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 0px 0px 60px 0px;
    position: relative;
    font-size: 52px;
    line-height: 48px;
    font-weight: 300;
    font-family: var(--HeadingFont);
}

.heading-style:after {
    width: 133px;
    height: 11px;
    position: absolute;
    left: 50%;
    margin-left: -65px;
    bottom: -18px;
    content: '';
    background: url(../lakequeen/assets/img/underline-heading.svg) no-repeat;
    background-size: auto 11px;
    background-position: -9px 0px;
    transition-duration: 0.3s;
    animation: 3s linear infinite headingunderlineanim;
}

@keyframes headingunderlineanim {
    0% {
        background-position: -9px 0px;
    }

    100% {
        background-position: -31px 0px;
    }
}

.packagecategory-itemcon {
    width: 100%;
    background: var(--LightBg);
    border-radius: 5px;
    overflow: hidden;
    text-align: center;
    position: relative;
}

.packagecategory-itemcon .packagecat-image {
    width: 100%;
    background: var(--PrimaryColorDark);
    height: 200px;
    position: relative;
    display: block;
    overflow: hidden;
}

.packagecategory-itemcon .packagecat-image img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    transition-duration: 0.3s;
}

.packagecategory-itemcon .packagecat-image span {
    position: absolute;
    left: 0px;
    top: 40%;
    margin-top: -12px;
    width: 100%;
    z-index: 100;
    text-align: center;
    transition-duration: 0.3s;
    opacity: 0;
}

.packagecategory-itemcon:hover .packagecat-image span {
    opacity: 1;
    top: 50%;
}

.packagecategory-itemcon .packagecat-image span svg {
    fill: var(--whitecolor);
    width: auto;
    height: 24px;
    display: inline-block;
}

.packagecategory-itemcon:hover .packagecat-image img {
    opacity: 0.25;
    transform: scale(1.2);
}

.packagecategory-itemcon .packagecat-content {
    width: 100%;
    text-align: center;
    padding: 25px 20px 0px 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    min-height: 145px;
}

.packagecategory-itemcon .packagecat-content p {
    padding: 0;
    margin: 0;
    font-size: 15px;
    line-height: 22px;
}

.packagecategory-itemcon .packagecat-content h4 {
    width: 100%;
    padding: 0px 0px;
    margin: 0px 0px 6px 0px;
    text-align: center;
    color: var(--headingColor);
    font-weight: 500;
    font-size: 24px;
    line-height: 24px;
    font-family: var(--HeadingFont);
    text-transform: uppercase;
}

.packagecategory-itemcon .row {
    margin: 0px;
    padding: 0px;
}

.packagecategory-itemcon .row .col-6 {
    position: relative;
    padding: 0px 0px;
    text-align: center;
}

.packagecategory-itemcon .row .col-6:first-child {
    border-right: 1px solid rgba(0, 0, 0, 0.12);
}

.packagecategory-itemcon .row .col-6 a {
    color: var(--headingColor);
    font-weight: 500;
    font-size: 14px;
    position: relative;
    width: 100%;
    display: block;
    line-height: 42px;
    transition-duration: 0.3s;
    z-index: 100;
}

.packagecategory-itemcon .row .col-6 a svg {
    width: auto;
    height: 15px;
    display: inline-block;
    margin-right: 4px;
    position: relative;
    top: -1px;
}

.packagecategory-itemcon .row .col-6 a:hover {
    background: var(--YellowColor);
    color: var(--headingColor);
}

.houseboats-category-wrap {
    margin-top: 90px;
}

.countswrapper-div {
    width: 100%;
    background: var(--PrimaryColor);
    text-align: center;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    margin-top: -100px;
    z-index: 100;
}

.countswrapper-div .row {
    margin-left: 0px;
    margin-right: 0px;
}

.countswrapper-div .row .col-lg-2 {
    padding: 35px 0px;
    text-align: center;
    position: relative;
    border-right: 1px solid rgba(255, 255, 255, .15);
}

.countswrapper-div .row .col-lg-2:last-child {
    border-right: none;
}

.countswrapper-div .row .col-lg-2 h6 {
    width: 100%;
    padding: 0;
    margin: 0;
    color: var(--textcolorblack);
    font-weight: 500;
    font-size: 14px;
}

.countswrapper-div .row .col-lg-2 h4 {
    width: 100%;
    padding: 0;
    margin: 0px 0px 2px 0px;
    color: var(--whitecolor);
    font-weight: 500;
    font-size: 28px;
}

.countswrapper-div .row .col-lg-2 span {
    width: 100%;
    text-align: center;
    display: block;
    margin-bottom: 15px;
}

.countswrapper-div .row .col-lg-2 span img {
    width: auto;
    height: 64px;
}

.welcomewrapper-div {
    width: 100%;
    background: var(--LightBg);
    margin-top: 90px;
    padding-top: 90px;
    padding-bottom: 190px;
}

.welcomewrapper-div .col-lg-7 p {
    text-align: justify;
}

.welcomewrapper-div .col-lg-7 .heading-style {
    text-align: left;
}

.welcomewrapper-div .col-lg-7 .heading-style::after {
    left: 0px;
    margin-left: 0px;
}

.welcomewrapper-div .col-lg-7 .button-style {
    margin-top: 25px;
}

.welcomewrapper-div .welcomeimage-wrapper {
    width: 100%;
    position: relative;
    padding: 0px 0px 0px 90px;
    height: 100%;
}

.welcomewrapper-div .welcomeimage-wrapper .welcomeimage-two {
    width: 100%;
    height: auto;
    position: relative;
}

.welcomewrapper-div .welcomeimage-wrapper .welcomeimage-two img {
    width: 100%;
    border-radius: 5px;
    object-fit: cover;
    height: 515px;
}

.welcomewrapper-div .welcomeimage-wrapper .welcomeimage-one {
    width: 300px;
    height: 300px;
    position: absolute;
    z-index: 200;
    transition-duration: 0.3s;
    background: rgba(255, 255, 255, .8);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    left: 0px;
    top: 50%;
    margin-top: -150px;
    -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
}

.welcomewrapper-div .welcomeimage-wrapper .welcomeimage-one::after {
    width: 24px;
    height: 240px;
    position: absolute;
    top: 50%;
    margin-top: -120px;
    right: 18px;
    content: '';
    background: url(../lakequeen/assets/img/luxhouseboat-txt.png) no-repeat;
}

.welcomewrapper-div .welcomeimage-wrapper .welcomeimage-one span {
    position: relative;
    padding: 0px;
    overflow: hidden;
    border-radius: 3px;
    display: inline-table;
    top: 10px;
    left: 10px;
}

.welcomewrapper-div .welcomeimage-wrapper .welcomeimage-one span img {
    width: 230px;
    height: 280px;
    object-fit: cover;
}

.welcomewrapper-div .welcomeimage-wrapper .welcomeimage-one span a {
    width: 70px;
    height: 70px;
    position: absolute;
    left: 50%;
    margin-left: -35px;
    margin-top: -35px;
    top: 50%;
    z-index: 100;
}

.welcomewrapper-div .welcomeimage-wrapper .welcomeimage-one span a svg {
    fill: var(--YellowColor);
    width: 70px;
    height: 70px;
    transition-duration: 0.3s;
}

.welcomewrapper-div .welcomeimage-wrapper .welcomeimage-one span a:hover svg {
    fill: var(--whitecolor);
}

.lakequeen-wrapper-div .whylakeqeen-wrap {
    width: 100%;
    background: var(--PrimaryColor);
    height: 484px;
    display: table;
    border-radius: 5px;
}

.lakequeen-wrapper-div .whylakeqeen-wrap .whylakeqeen-middlealign {
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    padding: 0px 60px;
}

.lakequeen-wrapper-div .whylakeqeen-wrap .whylakeqeen-middlealign p {
    text-align: justify;
    margin-bottom: 40px;
    color: var(--textcolorblack);

}

.lakequeen-wrapper-div .whylakeqeen-wrap .whylakeqeen-middlealign .button-style {
    background: var(--whitecolor);
    color: var(--PrimaryColor);
}

.lakequeen-wrapper-div .whylakeqeen-wrap .whylakeqeen-middlealign .heading-style {
    font-size: 42px;
    text-align: left;
    color: var(--whitecolor);
    line-height: 48px;
    margin-bottom: 45px;
}

.lakequeen-wrapper-div .whylakeqeen-wrap .whylakeqeen-middlealign .heading-style:after {
    background: url(../lakequeen/assets/img/underline-heading-yellow.svg) no-repeat;
    background-size: auto 11px;
    left: 0px;
    margin-left: 0px;
}

.hotelcab-item-wrap {
    width: 100%;
    border-radius: 5px;
    height: 230px;
    background: var(--LightBg);
    display: table;
    padding: 0px 40px;
    overflow: hidden;
    position: relative;
}

.hotelcab-item-wrap img {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 2;
    opacity: 0.6;
}

.hotelcab-item-wrap.cabsbooking-item-con {
    margin-top: 24px;
}

.hotelcab-item-wrap .hotelcab-item-middlealign {
    width: 100%;
    display: table-cell;
    position: relative;
    vertical-align: middle;
    z-index: 100;
}

.hotelcab-item-wrap .hotelcab-item-middlealign h4 {
    width: 100%;
    padding: 0;
    margin: 0px 0px 15px 0px;
    font-family: var(--HeadingFont);
    font-size: 36px;
    line-height: 36px;
    font-weight: 500;
}

.hotelcab-item-wrap .hotelcab-item-middlealign div {
    position: relative;
    padding-right: 200px;
}

.hotelcab-item-wrap .hotelcab-item-middlealign div p {
    padding: 0;
    margin: 0;
    line-height: 24px;
}

.hotelcab-item-wrap .hotelcab-item-middlealign div a {
    position: absolute;
    top: 5px;
    right: 0px;
}

.hotelcab-item-wrap.hotelbooking-item-con {
    background: #071a2c;
}

.hotelcab-item-wrap.hotelbooking-item-con h4 {
    color: var(--whitecolor);
    font-family: var(--HeadingFont);
    font-size: 36px;
    line-height: 36px;
    font-weight: 500;
}

.hotelcab-item-wrap.hotelbooking-item-con p {
    color: var(--whitecolor);
    opacity: 0.7;
}

.hotelcab-item-wrap.hotelbooking-item-con::before {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    content: '';
    z-index: 10;
    background: linear-gradient(90deg, rgba(7, 26, 44, 1) 0%, rgba(7, 26, 44, 0) 100%);
}

.hotelcab-item-wrap.cabsbooking-item-con::before {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    content: '';
    z-index: 10;
    background: linear-gradient(90deg, rgba(229, 236, 243, 1) 0%, rgba(229, 236, 243, 0) 100%);
}

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

.activityitem-wrap .activityitem-img {
    width: 100%;
    height: 250px;
    background: var(--PrimaryColor);
    position: relative;
    overflow: hidden;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.activityitem-wrap .activityitem-img img {
    width: 100%;
    height: 250px;
    transition-duration: 0.3s;
    object-fit: cover;
}

.activityitem-wrap:hover .activityitem-img img {
    opacity: 0.25;
    transform: scale(1.2);
}

.activityitem-wrap .activityitem-content {
    width: 100%;
    border: 1px solid var(--borderColor);
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top: none;
    padding: 30px 30px 0px 30px;
    min-height: 195px;
}

.activityitem-wrap .activityitem-content p {
    padding: 0;
    margin: 0;
    line-height: 24px;
}

.activityitem-wrap .activityitem-content h4 {
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 0px 0px 5px 0px;
    color: var(--headingColor);
    font-size: 28px;
    text-transform: uppercase;
    font-weight: 500;
    font-family: var(--HeadingFont);
}

.activityitem-wrap .activityitem-img span {
    position: absolute;
    left: 0px;
    top: 40%;
    margin-top: -15px;
    width: 100%;
    z-index: 100;
    text-align: center;
    transition-duration: 0.3s;
    opacity: 0;
}

.activityitem-wrap:hover .activityitem-img span {
    opacity: 1;
    top: 50%;
}

.activityitem-wrap .activityitem-img span svg {
    fill: var(--whitecolor);
    width: auto;
    height: 30px;
    display: inline-block;
}

.activity-wrapper-div {
    margin-top: 100px;
}

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

.testimonials-item {
    width: 100%;
    display: block;
    text-decoration: none;
    border: none;
    background: var(--whitecolor);
    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(/wp-content/themes/leddcabs/assets/img/testipropic-icon.png) no-repeat var(--LightBg);
    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(--textcolor);
    font-family: 'Inter 18pt', sans-serif !important
}

.testimonials-item .testimonials-footer h4 {
    width: 100%;
    padding: 0;
    margin: 10px 0 4px 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 20px 30px 20px;
    min-height: 236px
}

.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-content ul {
    width: 100%;
    padding: 0;
    margin: 0 0 12px 0;
    display: block
}

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

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

.testimonials-item .testimonials-content ul li .fa-solid {
    color: var(--YellowColor)
}

.testimonials-item .testimonials-content ul li .fa-regular {
    color: var(--borderColor)
}

.videotestimonials-wrap {
    margin-top: 80px;
}

.videotestimonials-wrap h4 {
    width: 100%;
    padding: 0;
    margin: 0px 0px 15px 0px;
    text-transform: uppercase;
    color: var(--headingColor);
    font-size: 18px;
    font-weight: 600;
}

.videowrapper-section {
    width: 100%;
    position: relative;
    margin-bottom: 200px;

    background: url(../lakequeen/assets/img/video-bg.webp) no-repeat var(--PrimaryColorDark);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.bookhouseboat-wrapper {
    width: 100%;
    min-height: 140px;
    background: var(--YellowColor);
    position: relative;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 0px 40px;
}

.bookhouseboat-wrapper h4 {
    width: 100%;
    padding: 0px 0px 0px 120px;
    margin: 37px 0px 0px 0px;
    color: var(--PrimaryColorDark);
    font-weight: 500;
    font-size: 34px;
    line-height: 32px;
    position: relative;
    text-transform: uppercase;
    font-family: var(--HeadingFont) !important;
}

.bookhouseboat-wrapper h4::before {
    width: 100px;
    height: 100px;
    background: url(../lakequeen/assets/img/houseboat-icon.jpg) no-repeat;
    border-radius: 50%;
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -50px;
    content: '';
}

.bookhouseboat-wrapper .button-style {
    background: var(--whitecolor);
    color: var(--PrimaryColor);
    margin-top: 50px;
    z-index: 1000;
}

.bookhouseboat-wrapper .button-style span svg {
    fill: var(--PrimaryColor);
}

.bookhouseboat-wrapper .button-style:hover {
    color: var(--whitecolor);
    background: var(--PrimaryColor);
}

.bookhouseboat-wrapper .button-style:hover span svg {
    fill: var(--whitecolor);
}

.bookhouseboat-wrapper .button-style:hover span {
    color: var(--whitecolor);
}

.bookhouseboat-wrapper .button-style::before {
    background: var(--PrimaryColor);
}

.bookhouseboat-wrapper .col-xl-6:last-child::after {
    width: 600px;
    height: 400px;
    background: url(../lakequeen/assets/img/boat-image.webp) no-repeat;
    position: absolute;
    top: 50%;
    margin-top: -200px;
    right: -100px;
    content: '';
}

.memoryshared-video {
    margin-top: 90px;
}

.memoryshared-video .heading-style {
    color: var(--whitecolor);
}

.videowrapper-con {
    width: 100%;
    display: block;
    margin-bottom: -200px;
}

.videowrapper-section .heading-style:after {
    background: url(../lakequeen/assets/img/underline-heading-yellow.svg);
    background-size: auto 11px;
}

.lakequeen-wrapper-div {
    margin-top: 60px;
}

.whychooseus-wrapper-div {
    width: 100%;
    margin-top: 100px;
    display: inline-block;
}

.whychooseus-wrapper-div .heading-style {
    text-align: left;
}

.whychooseus-wrapper-div .heading-style::after {
    left: 0px;
    margin-left: 0px;
}

.whychooseus-wrapper-div p {
    padding: 0;
    margin: 0;
    width: auto;
    display: inline-block;
}

.whychooseus-wrapper-div .button-style {
    float: right;
    margin-top: 8px;
}

.whychooseus-wrapper-div .col-lg-6:last-child {
    padding-top: 20px;
}

.whychoose-itemcon {
    width: 100%;
    background: var(--LightBg);
    border-radius: 5px;
    padding: 40px 15px 0px 15px;
    text-align: center;
    margin: 0px 0px;
    min-height: 245px;
}

.whychoose-itemcon p {
    padding: 0px;
    margin: 0px;
    font-size: 15px;
    line-height: 24px;
}

.whychoose-itemcon h4 {
    width: 100%;
    padding: 0;
    margin: 0px 0px 12px 0px;
    text-align: center;
    color: var(--headingColor);
    font-size: 17px;
    font-weight: 600;
}

.whychoose-itemcon span {
    width: 100%;
    display: block;
    text-align: center;
    margin: 0px 0px 20px 0px;
}

.whychoose-itemcon span img {
    width: auto;
    height: 65px;
    object-fit: contain;
    display: inline-block;
}

.ourpackages-wrapper {
    width: 100%;
    margin-top: 100px;
}

.packages-morebtnwrapper {
    width: 100%;
    border-top: 1px solid var(--borderColor);
    border-bottom: 1px solid var(--borderColor);
    padding: 20px 0px;
    margin-top: 25px;
}

.packages-morebtnwrapper p {
    padding: 0;
    margin: 0;
    line-height: 24px;
}

.packages-morebtnwrapper .col-lg-6:first-child {
    text-align: right;
    padding-top: 5px;
}

.packages-item-wrapper {
    width: 100%;
    position: relative;
}

.packages-item-wrapper .packagecode {
    position: absolute;
    left: 10px;
    top: 10px;
    background: var(--whitecolor);
    z-index: 100;
    color: var(--headingColor);
    font-size: 12px;
    font-weight: 500;
    padding: 3px 8px;
    border-radius: 4px;
}

.packages-item-wrapper .packages-item-image {
    width: 100%;
    background: var(--PrimaryColorDark);
    height: 260px;
    overflow: hidden;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    position: relative;
    display: block;
}

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

.packages-item-wrapper .packages-item-content {
    width: 100%;
    border: 1px solid var(--borderColor);
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top: none;
    text-align: center;
}

.packages-item-wrapper .package-buttons {
    padding: 0px 0px;
    margin: 0px;
    background: var(--PrimaryColor);
}


.packages-item-wrapper .package-buttons .col-6 {
    position: relative;
    padding: 0px 0px;
    text-align: center;
}

.packages-item-wrapper .package-buttons .col-6:first-child {
    border-right: 1px solid rgba(255, 255, 255, 0.12);
}

.packages-item-wrapper .package-buttons .col-6 a {
    color: var(--whitecolor);
    font-weight: 500;
    font-size: 14px;
    position: relative;
    width: 100%;
    display: block;
    line-height: 48px;
    transition-duration: 0.3s;
    z-index: 100;
}

.packages-item-wrapper .package-buttons .col-6 a svg {
    width: auto;
    height: 15px;
    display: inline-block;
    margin-right: 4px;
    position: relative;
    top: -1px;
    fill: var(--whitecolor);
    transition-duration: 0.3s;
}

.packages-item-wrapper .package-buttons .col-6 a:hover {
    background: var(--YellowColor);
    color: var(--headingColor);
}

.packages-item-wrapper .package-buttons .col-6 a:hover svg {
    fill: var(--headingColor);
}

.packages-item-wrapper .price-wrapper-div {
    width: 100%;
    background: #fef8eb;
    padding: 0;
    margin: 0;
}

.packages-item-wrapper .price-wrapper-div .col-6 {
    padding: 13px 0px 0px 70px;
    margin: 0;
    position: relative;
    text-align: left;
    min-height: 62px;

}

.packages-item-wrapper .price-wrapper-div .col-6 h6 {
    width: 100%;
    padding: 0;
    margin: 0;
    color: var(--textcolor);
    font-size: 13px;
    font-weight: 500;
}

.packages-item-wrapper .price-wrapper-div .col-6 h5 {
    width: 100%;
    padding: 0;
    margin: 0;
    color: var(--headingColor);
    font-size: 16px;
    font-weight: 600;
}

.packages-item-wrapper .price-wrapper-div .col-6 h5 font {
    font-size: 10px;
}

.packages-item-wrapper .price-wrapper-div .col-6 span {
    width: 42px;
    height: 42px;
    background: var(--YellowColor);
    border-radius: 50%;
    position: absolute;
    left: 15px;
    top: 10px;
    text-align: center;
    line-height: 42px;
    color: var(--whitecolor);
    font-weight: 600;
    font-size: 20px;
}

.packages-item-wrapper .price-wrapper-div .col-6 span svg {
    fill: var(--whitecolor);
    width: auto;
    height: 18px;
}

.packages-item-wrapper .pack-content {
    width: 100%;
    padding: 0px 15px 0px 15px;
    text-align: center;
    margin: 0px 0px;
    height: 145px;
    display: table;
}

.packages-item-wrapper .pack-content span {
    width: 100%;
    display: table-cell;
    vertical-align: middle;
}

.packages-item-wrapper .pack-content p {
    font-size: 15px;
    line-height: 24px;
    padding: 0;
    margin: 0;

    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.packages-item-wrapper .pack-content h4 {
    width: 100%;
    padding: 0;
    margin: 0px 0px 10px 0px;
    color: var(--headingColor);
    font-size: 18px;
    font-weight: 600;
}

.packages-item-wrapper .packages-item-image span {
    position: absolute;
    left: 0px;
    top: 40%;
    margin-top: -12px;
    width: 100%;
    z-index: 100;
    text-align: center;
    transition-duration: 0.3s;
    opacity: 0;
}

.packages-item-wrapper .packages-item-image span svg {
    fill: var(--whitecolor);
    width: auto;
    height: 24px;
    display: inline-block;
}

.packages-item-wrapper:hover .packages-item-image span {
    opacity: 1;
    top: 50%;
}

.packages-item-wrapper:hover .packages-item-image img {
    opacity: 0.25;
    transform: scale(1.2);
}

.whychooseus-swiper,
.testimonials-swiper,
.package-swiper,
.housecategory-swiper,
.activities-swiper {
    width: 100%;
    padding-bottom: 30px;
}

.whychooseus-swiper .swiper-pagination,
.testimonials-swiper .swiper-pagination,
.package-swiper .swiper-pagination,
.housecategory-swiper .swiper-pagination,
.activities-swiper .swiper-pagination {
    position: relative;
    margin-top: 20px;
}

.headerwrapper-section {
    margin-top: 140px;
    height: 280px;
    background: var(--Blackcolor);
    overflow: hidden;
    display: table;
    text-align: center;
    width: 100%;
    position: relative;
}

.headerwrapper-section::before {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    bottom: 0px;
    content: '';
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    z-index: 10;
    opacity: 0.65;
}

.headerwrapper-section img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    object-fit: cover;
    z-index: 0;
    opacity: 0.7;
}

.headerwrapper-section .headerwrapper-middlealign {
    width: 100%;
    display: table-cell;
    vertical-align: bottom;
    position: relative;
    z-index: 100;
}

.headerwrapper-section .headerwrapper-middlealign h2 {
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 0px 0px 45px 0px;
    color: var(--whitecolor);
    position: relative;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 52px;
    line-height: 46px;
    font-family: var(--HeadingFont);
}

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


.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 .col-md-6 {
    margin-top: 4px;
    margin-bottom: 4px;
}

.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 4px 0px;
    font-size: 15px;
    font-weight: bold;
    font-family: 'Inter 18pt', sans-serif !important;
    text-transform: uppercase;
}

.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;
}

.contacttop-section {
    width: 100%;
    margin-top: 100px;
}

.contacttop-section .contact-item-con {
    width: 100%;
    border: 1px solid var(--borderColor);
    text-align: center;
    padding: 45px 25px;
    border-radius: 6px;
}

.contacttop-section .col-lg-4:nth-child(2) .contact-item-con {
    background: var(--LightBg);
    border-color: var(--LightBg);
}

.contacttop-section .col-lg-4:nth-child(3) .contact-item-con {
    background: #cddbe8;
    border-color: #cddbe8;
}

.contacttop-section .contact-item-con p:last-child {
    margin-bottom: 0px;
}

.contacttop-section .contact-item-con p a {
    color: var(--textcolor);
    text-decoration: none;
    font-weight: 500;
}

.contacttop-section .contact-item-con p {
    line-height: 26px;
    margin-bottom: 10px;
}

.contacttop-section .contact-item-con h4 {
    width: 100%;
    padding: 0;
    margin: 15px 0px 10px 0px;
    text-transform: uppercase;
    color: var(--headingColor);
    font-weight: 500;
    font-size: 26px;
    line-height: 26px;
    font-family: var(--HeadingFont);
    text-transform: uppercase;
}

.contacttop-section .contact-item-con span {
    width: 120px;
    height: 120px;
    background: var(--PrimaryColor);
    border-radius: 50%;
    display: inline-block;
}

.contacttop-section .contact-item-con span img {
    width: 120px;
    height: 120px;
}

.contactmiddle-section {
    width: 100%;
    background: var(--LightBg);
    position: relative;
    margin-top: 90px;
    padding: 90px 0px;
}

.contactbottom-section {
    margin-bottom: 100px;
    margin-top: 90px;
}





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

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

.contactmiddle-section .col-lg-8 .col-lg-6 p,
.contactmiddle-section .col-lg-8 .col-lg-12 p,
.contactmiddle-section .col-lg-8 .col-lg-3 p {
    padding: 0;
    margin: 0;
    position: relative;
}

.contactmiddle-section .col-lg-8 .col-lg-6,
.contactmiddle-section .col-lg-8 .col-lg-12,
.contactmiddle-section .col-lg-8 .col-lg-3 {
    position: relative;
}

.contactmiddle-section .col-lg-8 .col-lg-6,
.contactmiddle-section .col-lg-8 .col-lg-12 {
    margin-bottom: 14px;
}

.contactmiddle-section .col-lg-8 .col-lg-6 input {
    width: 100%;
    height: 44px;
    border: 1px solid var(--borderColor);
    outline: none;
    border-radius: 4px;
    transition-duration: 0.3s;
    font-size: 15px;
    padding: 0px 15px;
    color: var(--textcolor);
}

.contactmiddle-section .col-lg-8 .col-lg-12 textarea {
    width: 100%;
    height: 120px;
    border: 1px solid var(--borderColor);
    outline: none;
    border-radius: 4px;
    transition-duration: 0.3s;
    font-size: 15px;
    padding: 5px 15px 0px 15px;
    margin-bottom: -8px;
    color: var(--textcolor);
}

.contactmiddle-section .col-lg-8 .col-lg-6 input:focus,
.contactmiddle-section .col-lg-8 .col-lg-12 textarea:focus {
    border-color: var(--PrimaryColor);
    -webkit-box-shadow: 0px 0px 15px 0px rgba(4, 76, 140, 0.25);
    box-shadow: 0px 0px 15px 0px rgba(4, 76, 140, 0.25);
}

.contactmiddle-section .col-lg-8 .col-lg-3 .submit-btn {
    background: var(--PrimaryColor);
    text-align: center;
    line-height: 45px;
    display: inline-block;
    color: var(--whitecolor);
    font-size: 14px;
    font-weight: 500;
    min-width: 100%;
    border-radius: 25px;
    transition-duration: 0.3s;
    border: none;
    outline: none;
    text-transform: uppercase;

}

.contactmiddle-section .col-lg-8 .col-lg-3 .submit-btn:hover {
    background: var(--YellowColor);
    color: var(--Blackcolor);
}


.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;
}

.contactmiddle-section .contact-page-heading {
    margin-bottom: 40px;
}

.contactmiddle-section .contact-page-heading p {
    padding: 0;
    margin: 0;
    line-height: 26px;
}

.contactmiddle-section .contact-page-heading h4 {
    width: 100%;
    text-align: left;
    padding: 0;
    margin: 0px 0px 15px 0px;
    position: relative;
    font-size: 36px;
    line-height: 34px;
    font-weight: 500;
    font-family: var(--HeadingFont);
}

.contactmiddle-section .col-lg-4 h5 {
    width: 100%;
    padding: 0;
    margin: 0px 0px 8px 0px;
    font-size: 18px;
    font-weight: 600;
    color: var(--headingColor);
}

.contactmiddle-section .col-lg-4 h6 {
    width: 100%;
    padding: 0;
    margin: 20px 0px 8px 0px;
    font-size: 16px;
    font-weight: 500;
    color: var(--headingColor);
}

.contactmiddle-section .col-lg-4 h6 a {
    font-weight: normal;
    color: var(--textcolor);
    text-decoration: none;
}

.contactmiddle-section .col-lg-4 h6 strong {
    font-weight: 600;
    color: var(--PrimaryColor);
}

.shikaraboats-content p {
    text-align: justify;
}

.shikaraboats-content h4 {
    width: 100%;
    padding: 0;
    margin: 0px 0px 15px 0px;
    font-size: 34px;
    line-height: 32px;
    font-weight: 500;
    font-family: var(--HeadingFont);
}

.shikaraboats-content h5 {
    width: 100%;
    padding: 0;
    margin: 30px 0px 10px 0px;
    font-size: 34px;
    line-height: 32px;
    font-weight: 500;
    font-family: var(--HeadingFont);
}

.shikaraboats-content ul {
    width: 100%;
    padding: 0px 0px 0px 20px;
    margin: 0px 0px 8px 0px;
}

.shikaraboats-content ul li {
    color: var(--textcolor);
    margin: 0px 0px 15px 0px;
}

.shikaraboats-content ul li:last-child {
    margin-bottom: 0px;
}

.shikaraboats-content img {
    width: 100%;
    border-radius: 10px;
    object-fit: cover;
}


.shikaraboats-content .wp-block-columns.is-layout-flex {
    gap: 4em;
}

.shikaraboats-content .wp-block-columns:nth-child(1) .wp-block-column img {
    height: 460px;
}

.shikaraboats-content .wp-block-columns:nth-child(1) .wp-block-column p:last-child {
    margin-bottom: 0px;
}

.shikar-content-table {
    width: 100%;
    height: 100%;
    display: table;
}

.shikar-content-table .shikar-content-middlealign {
    width: 100%;
    display: table-cell;
    vertical-align: middle;
}

.shikar-content-table .shikar-content-middlealign .button-style {
    margin-top: 30px;
}

.shikaraboats-content .wp-block-image {
    margin: 0px !important;
}

.shikaraboats-content .wp-block-columns:nth-child(2) .wp-block-column img {
    height: 460px;
}

.shikaraboats-content .wp-block-columns:nth-child(4) .wp-block-column img {
    height: 400px;
}

.shikaraboats-content .wp-block-columns:nth-child(5) .wp-block-column img {
    height: 400px;
}

.shikaraboats-content .wp-block-columns:nth-child(6) .wp-block-column img {
    height: 400px;
}

.shikaraboats-content .wp-block-columns:nth-child(7) .wp-block-column img {
    height: 400px;
}

.shikaraboats-content .wp-block-columns:nth-child(8) .wp-block-column img {
    height: 400px;
}

.shikaraboats-content .wp-block-columns:nth-child(9) .wp-block-column img {
    height: 400px;
}

.shikaraboats-content .wp-block-columns:nth-child(10) .wp-block-column img {
    height: 400px;
}

.shikar-blue-section {
    width: 100%;
    background: var(--PrimaryColor);
    padding: 80px 45px;
    border-radius: 10px;
    text-align: center;
}

.shikar-blue-section p {
    text-align: center;
    padding: 0;
    margin: 0;
    color: var(--textcolorblack);
}

.shikar-blue-section h2 {
    width: 100%;
    text-align: center;
    padding: 0px 0px;
    margin: 0px 0px 20px 0px;
    color: var(--whitecolor);
    font-weight: 300;
    font-size: 42px;
    line-height: 44px;
    font-family: var(--HeadingFont);
}

.shikaraboats-content .wp-block-columns {
    margin-bottom: 80px;
}




.is-style-stripes.wp-block-table .has-fixed-layout td,
.is-style-stripes.wp-block-table .has-fixed-layout th {
    /*white-space: nowrap;*/
    font-size: 15px;
    padding: 12px 15px;
}

.is-style-stripes.wp-block-table thead {
    border: none;
}

.is-style-stripes.wp-block-table thead tr:nth-child(1) {
    background: var(--PrimaryColor);
    color: var(--whitecolor);
    border: none;
}


.is-style-stripes.wp-block-table thead tr th:nth-child(1) {
    width: 280px;
}



/* Base table */
.wp-block-table table,
.entry-content table {
    width: 100%;
    border-collapse: collapse;
}

/* Desktop */
.wp-block-table th,
.wp-block-table td,
.entry-content th,
.entry-content td {
    padding: 10px;
    border: 1px solid #ddd;
    text-align: center;
}


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

    .wp-block-table table,
    .entry-content table {
        border: 0;
    }

    .wp-block-table thead,
    .entry-content thead {
        display: none;
    }

    .wp-block-table tr,
    .entry-content tr {
        display: block;
        margin-bottom: 15px;
        border-bottom: 3px solid #ddd;
        background: #f8f8f8;
    }

    .wp-block-table td,
    .entry-content td {
        display: block;
        text-align: left;
        font-size: 14px;
        border-bottom: 1px solid #ddd;
        position: relative;
        padding-left: 50%;
    }

    .wp-block-table td::before,
    .entry-content td::before {
        content: attr(data-title);
        position: absolute;
        left: 10px;
        width: 45%;
        text-align: left;
        font-weight: bold;
        text-transform: uppercase;
    }

    .wp-block-table td:last-child,
    .entry-content td:last-child {
        border-bottom: 0;
    }

    .is-style-stripes.wp-block-table tr td:nth-child(1) {
        background: var(--PrimaryColor);
        color: var(--whitecolor);
        border: none;
    }

    .is-style-stripes.wp-block-table .has-fixed-layout td,
    .is-style-stripes.wp-block-table .has-fixed-layout th {
        padding: 8px 15px;
        border-bottom: 1px solid var(--borderColor);
    }
}





.tariffpage-con h3 {
    width: 100%;
    padding: 0;
    margin: 0px 0px 12px 0px;
    color: var(--PrimaryColor);
    font-weight: 500;
    font-size: 38px;
    font-family: var(--HeadingFont);
}

.tariffpage-con h4 {
    width: 100%;
    padding: 0;
    margin: 60px 0px 12px 0px;
    color: var(--headingColor);
    font-weight: 500;
    font-size: 32px;
    font-family: var(--HeadingFont);
}

.tariffpage-con p {
    text-align: justify;
}

.tariffpage-con ul {
    width: 100%;
    padding: 0;
    margin: 0;
}

.tariffpage-con ul li {
    list-style: none;
    padding: 0px 0px 0px 30px;
    margin: 0px 0px 12px 0px;
    color: var(--textcolor);
    position: relative;
    font-weight: 500;
}

.tariffpage-con ul li::before {
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0px;
    top: 2px;
    content: '';
    background: url(../lakequeen/assets/img/tick-icon.png) no-repeat;
}

.foodmenu-bottom-content h4 {
    width: 100%;
    padding: 0;
    margin: 30px 0px 12px 0px;
    font-size: 22px;
    color: var(--PrimaryColor);
    font-weight: 500;
    font-size: 32px;
    font-family: var(--HeadingFont);
}

.foodmenu-bottom-content ol {
    width: 100%;
    padding: 0;
    margin: 0;
    display: inline-table;
}

.foodmenu-bottom-content ol li {
    width: 33.33%;
    display: inline-block;
    padding: 0px 0px 0px 30px;
    margin: 5px 0px;
    color: var(--textcolor);
    position: relative;

    font-size: 15px;
    font-weight: 500;
}

.foodmenu-bottom-content ol li::before {
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0px;
    top: 1px;
    content: '';
    background: url(../lakequeen/assets/img/tick-icon.png) no-repeat;
}

.foodmenu-bottom-content p {
    text-align: justify;
    font-size: 16px;
    line-height: 26px;
}


.foodmenu-bottom-content ul {
    width: 100%;
    padding: 0;
    margin: 0;
    display: inline-table;
}

.foodmenu-bottom-content ul li {
    width: 100%;
    display: inline-block;
    padding: 0px 0px 0px 30px;
    margin: 10px 0px;
    color: var(--textcolor);
    position: relative;
    font-size: 16px;
    font-weight: normal;
    list-style: none;
    text-align: justify;
}

.foodmenu-bottom-content ul li::before {
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0px;
    top: 1px;
    content: '';
    background: url(../lakequeen/assets/img/tick-icon.png) no-repeat;
}

.foodmenu-top-content p {
    text-align: center;
}

.foodmenu-top-content h4 {
    width: 100%;
    padding: 0;
    margin: 0px 0px 12px 0px;
    color: var(--PrimaryColor);
    text-align: center;
    font-weight: 500;
    font-size: 38px;
    font-family: var(--HeadingFont);
}


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

.foodmenu-middle-content .drink-item span {
    width: 100%;
    background: var(--borderColor);
    height: 220px;
    display: block;
}

.foodmenu-middle-content .drink-item span img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.foodmenu-middle-content .drink-item .drink-text-con {
    width: 100%;
    height: 60px;
    display: table;
    padding: 0px 15px;
}

.foodmenu-middle-content .drink-item h6 {
    width: 100%;
    text-align: center;
    color: var(--headingColor);
    font-size: 16px;
    font-weight: 600;
    display: table-cell;
    vertical-align: middle;
    padding: 0;
    margin: 0px 0px;
}

.foodmenu-middle-content h4 {
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 0px 0px 0px 0px;
    color: var(--PrimaryColor);
    font-weight: 500;
    font-size: 38px;
    font-family: var(--HeadingFont);
}

.foodmenu-itemrow {
    width: 100%;
    margin: 45px 0px;
}

.timingpage-wrapper .wp-block-columns.is-layout-flex {
    gap: 4em;
}

.timingpage-wrapper .wp-block-columns img {
    width: 100%;
    border-radius: 10px;
    height: 350px;
}

.timingpage-wrapper .wp-block-columns p {
    text-align: justify;
}

.timingpage-wrapper .wp-block-columns h4 {
    width: 100%;
    padding: 0;
    margin: 0px 0px 15px 0px;
    color: var(--PrimaryColor);
    font-weight: 500;
    font-size: 38px;
    font-family: var(--HeadingFont);
}

.timingpage-wrapper h3 {
    width: 100%;
    padding: 0;
    margin: 45px 0px 15px 0px;
    color: var(--PrimaryColor);
    font-weight: 500;
    font-size: 38px;
    font-family: var(--HeadingFont);
}

.timingpage-wrapper h4 {
    width: 100%;
    padding: 0;
    margin: 25px 0px 10px 0px;
    color: var(--headingColor);
    font-weight: 600;
    font-size: 22px;
}

.timingpage-wrapper ul {
    width: 100%;
    padding: 0;
    margin: 0;
    display: inline-table;
}

.timingpage-wrapper ul li {
    width: 100%;
    display: inline-block;
    padding: 0px 0px 0px 30px;
    margin: 6px 0px;
    color: var(--textcolor);
    position: relative;
    font-size: 16px;
    font-weight: normal;
    list-style: none;
    text-align: justify;
}

.timingpage-wrapper ul li::before {
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0px;
    top: 2px;
    content: '';
    background: url(../lakequeen/assets/img/tick-icon.png) no-repeat;
}

.daycruise-page p {
    text-align: justify;
}

.daycruise-page h3 {
    width: 100%;
    padding: 0;
    margin: 0px 0px 15px 0px;
    color: var(--PrimaryColor);
    font-weight: 500;
    font-size: 36px;
    line-height: 34px;
    font-family: var(--HeadingFont);
}

.daycruise-page h4 {
    width: 100%;
    padding: 0;
    margin: 45px 0px 10px 0px;
    color: var(--headingColor);
    font-weight: 500;
    font-size: 30px;
    line-height: 32px;
    font-family: var(--HeadingFont);
}

.daycruise-page ul {
    width: 100%;
    padding: 0;
    margin: 0;
    display: inline-table;
}

.daycruise-page ul li {
    width: 100%;
    display: inline-block;
    padding: 0px 0px 0px 30px;
    margin: 5px 0px;
    color: var(--textcolor);
    position: relative;
    font-size: 16px;
    font-weight: normal;
    list-style: none;
    text-align: justify;
}

.daycruise-page ul li a {
    text-decoration: none;
    color: var(--headingColor);
    font-weight: 500;
}

.daycruise-page ul li::before {
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0px;
    top: 2px;
    content: '';
    background: url(../lakequeen/assets/img/tick-icon.png) no-repeat;
}

.conference-houseboats {
    margin-bottom: 45px;
}

.conference-houseboats .conferece-item-con {
    width: 100%;
    background: var(--LightBg);
    padding: 40px 30px;
    border-radius: 10px;
    position: relative;
    min-height: auto;
    margin: 12px 0px;
}

.conference-houseboats .conferece-item-con h5 {
    width: 100%;
    padding: 0;
    margin: 0px 0px 15px 0px;
    font-size: 18px;
    font-weight: 600;
    color: var(--PrimaryColor);
}

.page-id-3 .innerpage-content-con h4,
.page-id-125 .innerpage-content-con h4 {
    width: 100%;
    padding: 0;
    margin: 30px 0px 8px 0px;
    font-size: 20px;
}

.getquote-text ul {
    width: 100%;
    padding: 0;
    margin: 0;
    display: inline-table;
}

.getquote-text ul li {
    width: 100%;
    display: inline-block;
    padding: 0px 0px 0px 30px;
    margin: 5px 0px;
    color: var(--textcolor);
    position: relative;
    font-size: 16px;
    font-weight: normal;
    list-style: none;
    text-align: justify;
}

.getquote-text ul li a {
    text-decoration: none;
    color: var(--headingColor);
    font-weight: 500;
}

.getquote-text ul li::before {
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0px;
    top: 2px;
    content: '';
    background: url(../lakequeen/assets/img/tick-icon.png) no-repeat;
}

.getquote-text h4 {
    width: 100%;
    padding: 0;
    margin: 30px 0px 10px 0px;
    color: var(--headingColor);
    font-weight: 500;
    font-size: 22px;
}

.getquote-text h4:first-child {
    margin-top: 0px;
}

.getquote-form .col-lg-6 .quoteitem-div input,
.getquote-form .col-lg-4 .quoteitem-div input,
.getquote-form .col-lg-4 .quoteitem-div select {
    width: 100%;
    height: 44px;
    border: 1px solid var(--borderColor);
    outline: none;
    border-radius: 4px;
    transition-duration: 0.3s;
    font-size: 15px;
    padding: 0px 15px;
    color: var(--textcolor);
}

.getquote-form .col-lg-12 .quoteitem-div textarea {
    width: 100%;
    height: 120px;
    border: 1px solid var(--borderColor);
    outline: none;
    border-radius: 4px;
    transition-duration: 0.3s;
    font-size: 15px;
    padding: 5px 15px 0px 15px;
    margin-bottom: -8px;
    color: var(--textcolor);
}

.getquote-form .col-lg-6 .quoteitem-div label,
.getquote-form .col-lg-4 .quoteitem-div label,
.getquote-form .col-lg-4 .quoteitem-div label,
.getquote-form .col-lg-12 .quoteitem-div label {
    width: 100%;
    color: var(--headingColor);
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 4px;
}

.getquote-form .col-lg-4 .button-style {
    width: 100%;
    border: none;
    outline: none;
    text-transform: uppercase;
}

.getquote-form .col-lg-6,
.getquote-form .col-lg-4,
.getquote-form .col-lg-4,
.getquote-form .col-lg-12 {
    margin-bottom: 15px;
}



.getquote-form .col-lg-6 .quoteitem-div input:focus,
.getquote-form .col-lg-4 .quoteitem-div input:focus,
.getquote-form .col-lg-4 .quoteitem-div select:focus,
.getquote-form .col-lg-12 .quoteitem-div textarea:focus {
    border-color: var(--PrimaryColor);
    -webkit-box-shadow: 0px 0px 15px 0px rgba(4, 76, 140, 0.25);
    box-shadow: 0px 0px 15px 0px rgba(4, 76, 140, 0.25);
}

.getquote-heading p {
    text-align: justify;
    margin-bottom: 30px;
}

.getquote-heading h3 {
    font-size: 32px;
    padding: 0;
    margin: 0px 0px 10px 0px;
    color: var(--headingColor);
    font-weight: 500;
}

.houseboats-filter {
    width: 100%;
    background: var(--LightBg);
    position: relative;
    padding: 45px 0px;
    z-index: 1000;
    margin-top: 140px;
}

.houseboats-filter h2 {
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 0px 0px 40px 0px;
    position: relative;
    font-size: 52px;
    line-height: 48px;
    font-weight: 300;
    font-family: var(--HeadingFont);
}

.houseboats-filter .row {
    margin-left: -5px;
    margin-right: -5px;
}

.houseboats-filter .row .col-lg-4,
.houseboats-filter .row .col-lg-2 {
    padding-left: 5px;
    padding-right: 5px;
}

.houseboats-filter .row .col-lg-2 button {
    width: 100%;
    height: 60px;
    border: none;
    text-align: center;
    color: var(--whitecolor);
    background: var(--PrimaryColor);
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    transition-duration: 0.3s;
}

.houseboats-filter .row .col-lg-2 button:hover {
    background: var(--YellowColor);
    color: var(--headingColor);
}

.houseboats-filter select {
    width: 100%;
    height: 60px;
    border: 1px solid var(--borderColor);
    outline: none;
    border-radius: 4px;
    transition-duration: 0.3s;
    font-size: 15px;
    padding: 0px 15px;
    color: var(--textcolor);
}

.houseboats-filter select:focus {
    border-color: var(--PrimaryColor);
    -webkit-box-shadow: 0px 0px 15px 0px rgba(4, 76, 140, 0.25);
    box-shadow: 0px 0px 15px 0px rgba(4, 76, 140, 0.25);
}

.houseboat-lists {
    margin-top: 80px;
}

.houseboat-lists .col-lg-4 {
    margin-top: 12px;
    margin-bottom: 12px;
}

#houseboatResults p.loading-txt {
    text-align: center;
    font-size: 14px;
    padding: 30px;
}

.loader {
    width: 28px !important;
    height: 28px !important;
    border: 3px solid #e5e5e5;
    border-top: 3px solid var(--PrimaryColor);
    border-radius: 50%;
    animation: spin 0.7s linear infinite;
    margin: 0px auto;
}

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

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

.tourinformation-wrapper {
    width: 100%;
    border-radius: 5px;
    background: var(--LightBg);
    display: block;
    padding: 45px 30px;
    position: sticky;
    top: 100px;
}

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

.tourinformation-wrapper .row .col-lg-6,
.tourinformation-wrapper .row .col-lg-12 {
    padding-left: 5px;
    padding-right: 5px;
}

.tourinformation-wrapper .tourinfo-item {
    width: 100%;
    background: var(--whitecolor);
    text-align: center;
    border-radius: 5px;
    margin: 5px 0px;
    padding: 20px 0px;
}

.tourinformation-wrapper .tourinfo-item h6 {
    width: 100%;
    padding: 0;
    margin: 0;
    font-size: 14px;
    color: var(--textcolor);
}

.tourinformation-wrapper .tourinfo-item h4 {
    width: 100%;
    padding: 0;
    margin: 0px 0px 4px 0px;
    font-size: 20px;
    font-weight: bold;
    color: var(--PrimaryColor);
}

.tourinformation-wrapper h3 {
    width: 100%;
    padding: 0;
    margin: 0px 0px 12px 0px;
    color: var(--headingColor);
    font-size: 32px;
    font-weight: 500;
    font-family: var(--HeadingFont);
}

.tourinformation-wrapper .booknow-btn {
    width: 100%;
    background: #39b44c;
    text-align: center;
    display: block;
    border-radius: 5px;
    color: var(--whitecolor);
    font-size: 15px;
    font-weight: 600;
    padding: 15px 0px;
    text-transform: uppercase;
    margin-top: 25px;
    transition-duration: 0.3s;
}

.tourinformation-wrapper .booknow-btn svg {
    fill: var(--whitecolor);
    height: 22px;
    display: inline-block;
    position: relative;
    top: -1px;
    margin-right: 5px;
    transition-duration: 0.3s;
}

.housepackage-content p {
    text-align: justify;
}

.housepackage-content h3 {
    width: 100%;
    padding: 0;
    margin: 35px 0px 0px 0px;
    color: var(--PrimaryColorDark);
    font-weight: 500;
    font-size: 32px;
    font-family: var(--HeadingFont);
    text-transform: uppercase;
}

.housepackage-content h4 {
    width: 100%;
    padding: 0;
    margin: 35px 0px 5px 0px;
    color: var(--PrimaryColor);
    font-weight: 500;
    font-size: 32px;
    font-family: var(--HeadingFont);
}

.housepackage-content h5 {
    width: 100%;
    padding: 0;
    margin: 25px 0px 4px 0px;
    color: var(--headingColor);
    font-weight: 600;
    font-size: 16px;
}

.housepackage-content ul,
.housepackage-content ol {
    width: 100%;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    position: relative;
    display: inline-table;
}

.housepackage-content ul li {
    position: relative;
    color: var(--textcolor);
    padding: 0px 0px 0px 30px;
    margin: 6px 0px;
    width: 100%;
    list-style: none;
    display: inline-block;
}

.housepackage-content ol li {
    position: relative;
    color: var(--textcolor);
    padding: 0px 0px 0px 30px;
    margin: 6px 0px;
    width: 50%;
    list-style: none;
    display: inline-block;
}

.housepackage-content ul li::before,
.housepackage-content ol li::before {
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0px;
    top: 2px;
    content: '';
    background: url(../lakequeen/assets/img/tick-icon.png) no-repeat;
}

.housepackage-content .houseboat-title {
    width: 100%;
    padding: 0;
    margin: 0px 0px 20px 0px;
    color: var(--headingColor);
    font-size: 38px;
    font-weight: 500;
    font-family: var(--HeadingFont);
}

.housepackage-content .carousel {
    margin-bottom: 45px;
    border-radius: 5px;
    overflow: hidden;
}

.housepackage-content .carousel .carousel-item img {
    width: 100%;
    height: 450px;
    object-fit: cover;
}


.testimonials-page .testimonials-item {
    margin: 12px 0px;
    border: 1px solid var(--borderColor);
}

.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;
}


.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 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: 28px;
    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: 600;
    font-family: var(--headingfonttwo) !important;
    color: var(--headingColor);
}

.blogsinge-page .col-lg-8 ul,
.blogsinge-page .col-lg-8 ol {
    width: 100%;
    padding: 0px 0px 0px 20px;
    margin: 0px 0px 20px 0px;
}

.blogsinge-page .col-lg-8 ul li,
.blogsinge-page .col-lg-8 ol li {
    color: var(--textcolor);
    margin: 4px 0px;
}

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

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

.otherpackages-div h4 {
    font-family: var(--headingfont) !important;
    color: var(--headingColor);
    text-transform: uppercase;
    font-size: 26px;
    margin: 0px 0px 14px 0px;
    padding: 0;
    width: 100%;
    text-align: left;
    font-weight: bold;
}

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

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

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

.otherpackages-div ul li::before {
    content: "";
    font-weight: 400;
    position: absolute;
    left: 0;
    top: 7px;
    color: var(--PrimaryColor);
    width: 10px;
    height: 10px;
    border: 2px solid var(--PrimaryColor);
    border-radius: 50%;
}

.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);
}


.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);
    }
}

.housepackage-content .wp-block-separator {
    width: 100%;
    padding: 0px;
    margin: 40px 0px 10px 0px;
}

.houseboat-welcome-text .col-lg-8 {
    padding-right: 80px;
}

.houseboat-welcome-text .col-lg-8 p {
    text-align: justify;
}

.houseboat-welcome-text .col-lg-8 .button-style {
    margin-top: 15px;
}

.houseboat-welcome-text .col-lg-8 h2 {
    width: 100%;
    text-align: left;
    padding: 0px 0px 0px 25px;
    margin: 0px 0px 20px 0px;
    position: relative;
    font-size: 48px;
    line-height: 48px;
    font-weight: 300;
    font-family: var(--HeadingFont);
}

.houseboat-welcome-text .col-lg-8 h2::before {
    width: 4px;
    height: calc(100% - 10px);
    position: absolute;
    left: 0px;
    top: 5px;
    content: '';
    background: var(--PrimaryColor);
}

.houseboat-welcome-text .col-lg-4 img {
    width: 100%;
    margin-top: 10px;
    height: 530px;
    object-fit: cover;
    border-radius: 10px;
}

.houseboat-welcome-text {
    width: 100%;
    margin-top: 100px;
}

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

.trustedpoints-wrapper .heading-style {
    color: var(--whitecolor);
}

.trustedpoints-wrapper .heading-style:after {
    background: url(../lakequeen/assets/img/underline-heading-yellow.svg);
    background-size: auto 11px;
}

.trustedpoints-wrapper .col-xl-9 h2 {
    margin-bottom: 30px;
}

.trustedpoints-wrapper .col-xl-9 p {
    text-align: center;
    color: var(--textcolorblack);
    padding: 0;
    margin: 0px 0px 45px 0px;
}

.trustedpoints-wrapper .trusted-item-div {
    width: 100%;
    text-align: center;
    padding: 30px 15px;
    margin: 0px 0px;
    border: 1px solid rgba(255, 255, 255, .4);
    border-radius: 10px;
    margin: 12px 0px;
}

.trustedpoints-wrapper .trusted-item-div h6 {
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 0px 0px 0px 0px;
    color: var(--textcolorblack);
    font-size: 16px;
}

.trustedpoints-wrapper .trusted-item-div span {
    width: 100%;
    display: block;
    margin-bottom: 15px;
}

.trustedpoints-wrapper .trusted-item-div span img {
    width: auto;
    height: 75px;
    display: inline-block;
}

.houseboats-list-wrapper {
    width: 100%;
    background: var(--LightBg);
    padding: 90px 0px;
    margin: 100px 0px 0px 0px;
}

.houseboats-list-wrapper .col-xl-12 p {
    text-align: center;
    margin-bottom: 45px;
}

.shared-houseboats-item {
    width: 100%;
    position: relative;
    overflow: hidden;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin: 12px 0px;
}

.shared-houseboats-item .sharedhouseboat-image {
    width: 100%;
    display: block;
}

.shared-houseboats-item .sharedhouseboat-image img {
    width: 100%;
    height: 240px;
    object-fit: cover;
}

.shared-houseboats-item .sharedhouseboat-content {
    width: 100%;
    text-align: center;
    display: block;
    border: 1px solid var(--borderColor);
    background: var(--whitecolor);
    padding: 30px 15px 70px 15px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    position: relative;
    min-height: 300px;
}

.shared-houseboats-item .sharedhouseboat-content .booknow-btn {
    width: calc(100% - 30px);
    background: var(--PrimaryColor);
    color: var(--whitecolor);
    padding: 0px 0px;
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 15px;
    border-radius: 6px;
    line-height: 45px;
    position: absolute;
    bottom: 0px;
    left: 15px;
}

.shared-houseboats-item .sharedhouseboat-content .booknow-btn svg {
    width: auto;
    height: 22px;
    display: inline-block;
    fill: var(--whitecolor);
    position: relative;
    margin-right: 5px;
    top: -1px;
}

.shared-houseboats-item .sharedhouseboat-content .booknow-btn:hover {
    background: var(--YellowColor);
}

.shared-houseboats-item .sharedhouseboat-content h4 {
    width: 100%;
    padding: 0;
    margin: 0px 0px 10px 0px;
    font-size: 26px;
    line-height: 26px;
    font-weight: 500;
    font-family: var(--HeadingFont);
}

.shared-houseboats-item .sharedhouseboat-content p {
    padding: 0;
    margin: 0;
    font-size: 16px;
    line-height: 24px;
}

.shared-houseboats-item .sharedhouseboat-content .price h3 {
    font-weight: bold;
    font-size: 24px;
    padding: 0;
    margin: 0px;
    width: 100%;
    text-align: center;
    color: var(--PrimaryColorDark);
}

.shared-houseboats-item .sharedhouseboat-content .price h3 font {
    font-weight: 500;
    font-size: 15px;
    color: var(--textcolor);
}

.shared-houseboats-item .sharedhouseboat-content .price h6 {
    font-weight: 500;
    font-size: 13px;
    padding: 0;
    margin: 25px 0px 4px 0px;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    color: var(--textcolor);
}






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

.whychoose-wrapper .col-lg-7 ul li {
    width: 100%;
    display: inline-block;
    padding: 0px 0px 0px 30px;
    margin: 5px 0px;
    color: var(--textcolor);
    position: relative;
    font-size: 16px;
    font-weight: 500;
    list-style: none;
    text-align: justify;
}

.whychoose-wrapper .col-lg-7 ul li::before {
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0px;
    top: 2px;
    content: '';
    background: url(../lakequeen/assets/img/tick-icon.png) no-repeat;
}

.whychoose-wrapper .col-lg-7 .button-style {
    margin-top: 40px;
}

.whychoose-wrapper .col-lg-7 .heading-style::after {
    left: 0px;
    margin-left: 0px;
}

.whychoose-wrapper .col-lg-7 .heading-style {
    text-align: left;
    margin-bottom: 45px;
}

.whychoose-wrapper .col-lg-5 img {
    width: 100%;
    object-fit: cover;
    margin-top: 10px;
    border-radius: 10px;
    height: 560px;
}

.whychoose-wrapper {
    margin-top: 100px;
}


.bestofaleppy-wrapper .bestofaleppy-item {
    width: 100%;
    background: var(--LightBg);
    display: block;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    margin: 15px 0px;
}

.bestofaleppy-wrapper .bestofaleppy-item img {
    width: 100%;
    height: 240px;
    object-fit: cover;
}

.bestofaleppy-wrapper .bestofaleppy-item p {
    text-align: center;
    padding: 0;
    margin: 0px 0px 25px 0px;
    font-size: 16px;
}

.bestofaleppy-wrapper .bestofaleppy-item h4 {
    text-align: center;
    padding: 0;
    margin: 25px 0px 5px 0px;
    font-size: 20px;
    font-weight: 600;
    color: var(--headingColor);
}

.bestofaleppy-wrapper .col-xl-8 h2 {
    margin-bottom: 40px;
}

.bestofaleppy-wrapper .col-xl-8 p {
    text-align: center;
}

.bestofaleppy-wrapper {
    width: 100%;
    position: relative;
    padding: 75px 40px 0px 40px;
    margin: 75px 0px 0px 0px;
    background: linear-gradient(180deg, rgba(229, 236, 243, 1) 0%, rgba(229, 236, 243, 0) 100%);
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.sharedhouseboat-banner .col-xl-9 p {
    text-align: center;
    padding: 0;
    margin: 0;
    color: var(--whitecolor);
}

.sharedhouseboat-banner .col-xl-9 h1 {
    padding: 0;
    margin: 0px 0px 20px 0px;
    font-size: 52px;
    line-height: 52px;
    font-weight: 500;
}

.sharedhouseboat-banner .col-xl-9 h1 strong {
    color: var(--YellowColor);
    font-weight: bold;
}

.page-id-670 .menu-div-section,
.page-id-670 .footer-mobile-menu,
.page-id-670 .whatsapp-iconbtn {
    display: none;
    visibility: hidden;
}

.footer-booknowmenu {
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 1040;
    background: var(--PrimaryColor);
    -webkit-box-shadow: 0 0 20px 0 rgb(0 0 0 / .2);
    -moz-box-shadow: 0 0 20px 0 rgb(0 0 0 / .2);
    box-shadow: 0 0 20px 0 rgb(0 0 0 / .2);
}

.footer-booknowmenu a {
    width: 100%;
    text-align: center;
    line-height: 45px;
    font-size: 15px;
    color: var(--whitecolor);
    display: inline-block;
    font-weight: 600;
}

.footer-booknowmenu .col-6:first-child {
    border-right: 1px solid rgba(255, 255, 255, .2);
}

.footer-booknowmenu a svg {
    width: auto;
    height: 20px;
    fill: var(--whitecolor);
    margin-right: 5px;
    position: relative;
    top: -1px;
}

.banner-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0px;
    top: 0px;
    filter: brightness(0.8);
    opacity: 1;
}


.downloadmobileapp-wrap {
    width: 100%;
    padding: 45px 40px;
    border-radius: 10px;
    border: 2px 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: 80px;
}

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

.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: 38px;
    line-height: 34px;
    font-weight: 500;
    text-transform: uppercase;
    font-family: var(--HeadingFont);
}

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

.downloadmobileapp-wrap .col-lg-8 div::before {
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 5px;
    width: 118px;
    height: 118px;
    color: var(--YellowColor);
    background: url(../lakequeen/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: 35px;
}

.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;
}

.aboutus-wrapper .col-lg-4 img {
    width: 100%;
    object-fit: cover;
}

.aboutus-wrapper .col-lg-4 .aboutus-image {
    width: 100%;
    display: block;
    border-radius: 5px;
    overflow: hidden;
    position: sticky;
    top: 80px;
}

.aboutus-wrapper .col-lg-8 p {
    text-align: justify;
}

.aboutus-wrapper .col-lg-8 h4 {
    width: 100%;
    padding: 0;
    margin: 40px 0px 10px 0px;
    font-size: 24px;
    font-weight: 500;
    color: var(--headingColor);
}

.aboutus-wrapper .col-lg-8 ul {
    width: 100%;
    padding: 0;
    margin: 0px 0px 20px 0px;
    position: relative;
}

.aboutus-wrapper .col-lg-8 ul li {
    list-style: none;
    padding: 0px 0px 0px 26px;
    margin: 5px 0px;
    width: 100%;
    color: var(--textcolor);
    position: relative;
}

.aboutus-wrapper .col-lg-8 ul li::before {
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0px;
    top: 2px;
    content: '';
    background: url(../lakequeen/assets/img/tick-icon.png) no-repeat;
}

.aboutus-wrapper .col-lg-8 h2 {
    width: 100%;
    padding: 0;
    margin: 0px 0px 20px 0px;
    font-size: 28px;
}

.foodmenu-content-con {
    margin-bottom: 50px;
}

.foodmenu-content-con .tab-pane {
    background: var(--LightBg);
    padding: 40px 30px;
}

.foodmenu-content-con .nav-item {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.foodmenu-content-con .nav-item:last-child {
    border-right: none;
}

.foodmenu-content-con .nav-item button {
    border-radius: 0px;
    font-size: 15px;
    font-weight: 500;
    padding: 15px 0px;
    text-align: center;
    background: var(--PrimaryColor);
    color: var(--whitecolor);
    box-shadow: none !important;
    line-height: 18px;
}

.foodmenu-content-con .nav-item button.active {
    background: var(--YellowColor);
    color: var(--Blackcolor);
}

.foodmenu-content-con .tab-pane h3 {
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    padding: 0px 0px 15px 0px;
    margin: 0px 0px 30px 0px;
    color: var(--headingColor);
    border-bottom: 2px solid var(--PrimaryColor);
    font-size: 18px;
    font-weight: 600;
}

.foodmenu-content-con .tab-pane ul {
    width: 100%;
    padding: 0px 0px 15px 0px;
    margin: 0px 0px 15px 0px;
    display: inline-table;
    border-bottom: 1px dashed var(--borderColor);
}

.foodmenu-content-con .tab-pane ul:last-child {
    border-bottom: none;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.foodmenu-content-con .tab-pane ul li {
    width: 50%;
    display: inline-block;
    padding: 0 0 0 30px;
    margin: 5px 0;
    color: var(--textcolor);
    position: relative;
    font-size: 15px;
    font-weight: 500
}

.foodmenu-content-con .tab-pane ul li::before {
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 1px;
    content: '';
    background: url(/lakequeen/wp-content/themes/lakequeen/assets/img/tick-icon.png) no-repeat
}

.foodmenu-content-con .tab-pane h5 {
    width: 100%;
    padding: 0;
    margin: 0px 0px 10px 0px;
    font-weight: 600;
    font-size: 18px;
    color: var(--PrimaryColor);
}

.foodmenu-package-con {
    width: 100%;
    background: var(--LightBg);
    border-radius: 10px;
    height: 100%;
    padding: 45px 25px;
}

.foodmenu-package-con h5 {
    width: 100%;
    padding: 0;
    margin: 0 0 10px 0;
    font-weight: 600;
    font-size: 18px;
    color: var(--PrimaryColor);
}

.foodmenu-package-con ul {
    width: 100%;
    padding: 0 0 15px 0;
    margin: 0 0 15px 0;
    display: inline-table;
    border-bottom: 1px dashed var(--borderColor)
}

.foodmenu-package-con ul:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0
}

.foodmenu-package-con ul li {
    width: 50%;
    display: inline-block;
    padding: 0 0 0 30px;
    margin: 5px 0;
    color: var(--textcolor);
    position: relative;
    font-size: 15px;
    font-weight: 500
}

.foodmenu-package-con ul li::before {
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 1px;
    content: '';
    background: url(/lakequeen/wp-content/themes/lakequeen/assets/img/tick-icon.png) no-repeat
}

.foodmenu-package-con h3 {
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    padding: 0 0 15px 0;
    margin: 0 0 30px 0;
    color: var(--headingColor);
    border-bottom: 2px solid var(--PrimaryColor);
    font-size: 20px;
    font-weight: 600
}

.singlefood-menu {
    margin-top: 45px;
    margin-bottom: 45px;
}

.single.single-houseboats-foodmenu .headerwrapper-div,
.single.single-houseboats-foodmenu .footer-wrapper-div,
.single.single-houseboats-foodmenu .downloadmobileapp-wrap,
.single.single-houseboats-foodmenu .footer-mobile-menu {
    display: none;
    visibility: hidden;
}


.single-luxuryhouseboats .downloadmobileapp-wrap {
    display: none;
    visibility: hidden;
}

.landingpage-packages .col-lg-4 .packages-item-wrapper {
    margin: 12px 0px;
}


.banner-wrapper-landingpage {
    width: 100%;
    height: 420px;
    background: var(--Blackcolor);
    position: relative;
    margin-top: 140px;
    overflow: hidden;
    display: table;
}

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

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

.banner-wrapper-landingpage .banner-wrapper-middle h1 {
    font-size: 48px;
    line-height: 50px;
    text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.45);
}

.banner-wrapper-landingpage .banner-wrapper-middle .button-style {
    width: auto;
    padding: 0px 25px;
}

.packages-item-wrapper.landingpage-item .price-wrapper-div .col-6:last-child {
    padding: 0px 0px;
}

.packages-item-wrapper.landingpage-item .price-wrapper-div .col-6:last-child a {
    width: 100%;
    height: 100%;
    background: var(--PrimaryColor);
    color: var(--whitecolor);
    text-align: center;
    display: block;
    font-size: 15px;
    font-weight: 500;
    line-height: 62px;
    transition-duration: 0.3s;
}

.packages-item-wrapper.landingpage-item .price-wrapper-div .col-6:last-child a:hover {
    background: var(--YellowColor);
    color: var(--Blackcolor);
}

.packages-item-wrapper.landingpage-item .packages-item-content h4 {
    padding: 0;
    margin: 0;
}

.packages-item-wrapper.landingpage-item .pack-content {
    height: 100px;
}

.single-luxuryhouseboats .menu-div-section,
.single-luxuryhouseboats .footer-mobile-menu {
    display: none;
    visibility: hidden;
}

.single-luxuryhouseboats .whatsapp-iconbtn {
    bottom: 15px;
}




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

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

    .bookhouseboat-wrapper .col-xl-6:last-child::after,
    .header-topsection .email,
    .whychooseus-wrapper-div .col-lg-4,
    .requestquote-wrapper .col-lg-5 h4 br,
    .houseboat-welcome-text .col-lg-8 h2 br {
        display: none !important;
        visibility: hidden !important;
    }

    .header-menu-wrapper #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link {
        padding-left: 8px;
        padding-right: 8px;
    }

    .bannerbtm-section .row .col-lg-3 h6 {
        font-size: 15px;
    }

    .activityitem-wrap .activityitem-content {
        min-height: 225px;
    }

    .bookhouseboat-wrapper .col-lg-3 {
        text-align: right;
    }

    .whychooseus-wrapper-div .heading-style {
        text-align: center;
    }

    .whychooseus-wrapper-div .heading-style::after {
        left: 50%;
        margin-left: -65px;
    }

    .requestquote-wrapper .col-lg-5 h4 {
        font-size: 26px;
    }

    .shared-houseboats-item .sharedhouseboat-content h4 {
        font-size: 20px;
    }

    .shared-houseboats-item .sharedhouseboat-content {
        min-height: 345px;
    }

    .bestofaleppy-wrapper .bestofaleppy-item p {
        line-height: 24px;
    }

    .bestofaleppy-wrapper .bestofaleppy-item {
        min-height: 370px;
    }

    .trustedpoints-wrapper .trusted-item-div {
        min-height: 192px;
    }

    .downloadmobileapp-wrap .col-lg-4 div a img {
        height: auto;
        width: 190px;
        margin: 5px 0px;
    }

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

    .banner-wrapper-middle h1 {
        font-size: 46px;
        line-height: 48px;
        margin-bottom: 30px;
    }


}

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

    .headerwrapper-div .header-topsection .col-xl-6:first-child p,
    .footer-wrapper-div .col-lg-3 p br,
    .footer-links-wrapper .col-md-4:nth-child(2),
    .downloadmobileapp-wrap .col-lg-8 div::before {
        display: none !important;
        visibility: hidden !important;
    }

    .banner-wrapper-middle h1 {
        font-size: 42px;
        margin-bottom: 30px;
    }

    .banner-wrapper .banner-wrapper-middle {
        padding-bottom: 45px;
    }

    .banner-wrapper {
        height: 440px;
    }

    .bannerbtm-section .row .col-lg-3 {
        padding: 30px 8px;
    }

    .heading-style {
        font-size: 38px;
        line-height: 40px;
    }

    .houseboats-category-wrap,
    .activity-wrapper-div,
    .whychooseus-wrapper-div,
    .faqwrapper-section {
        margin-top: 80px;
    }

    .ourpackages-wrapper,
    .testimonials-wrapper {
        margin-top: 60px;
    }

    .faqwrapper-section {
        margin-bottom: 80px;
    }

    .welcomewrapper-div .col-lg-7 {
        margin-top: 60px;
    }

    .welcomewrapper-div .col-lg-7 .heading-style {
        text-align: center;
    }

    .welcomewrapper-div .col-lg-7 .heading-style::after,
    .lakequeen-wrapper-div .whylakeqeen-wrap .whylakeqeen-middlealign .heading-style:after {
        left: 50%;
        margin-left: -65px;
    }

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

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

    .bookhouseboat-wrapper {
        padding: 0px 25px;
    }

    .lakequeen-wrapper-div .whylakeqeen-wrap {
        height: auto;
        padding: 60px 0px;
        text-align: center;
    }

    .lakequeen-wrapper-div .whylakeqeen-wrap .whylakeqeen-middlealign .heading-style {
        text-align: center;
        line-height: 44px;
    }

    .lakequeen-wrapper-div .whylakeqeen-wrap {
        margin-bottom: 24px;
    }

    .lakequeen-wrapper-div .whylakeqeen-wrap .whylakeqeen-middlealign p {
        text-align: center;
    }

    .requestquote-wrapper .col-lg-7 p,
    .requestquote-wrapper .col-lg-7 {
        width: 100%;
        text-align: center;
    }

    .requestquote-wrapper .col-lg-7 a.button-style {
        float: none;
        clear: both;
        margin-top: 25px;
    }

    .requestquote-wrapper .col-lg-5 h4 {
        padding: 60px 0px 0px 0px;
        margin: 45px 0px 0px 0px;
        width: 100%;
        text-align: center;
    }

    .requestquote-wrapper .col-lg-7 p {
        margin-top: 10px;
    }

    .requestquote-wrapper .col-lg-5 h4::before {
        left: 50%;
        margin-left: -45px;
        top: 0px;
    }

    .requestquote-wrapper {
        padding: 45px 20px;
    }

    .welcomewrapper-div .col-lg-7 {
        text-align: center;
    }

    .contacttop-section .col-lg-4:nth-child(3) {
        margin-top: 20px;
    }

    .contactmiddle-section .col-lg-8 {
        margin-top: 45px;
    }

    .foodmenu-bottom-content ol li {
        width: 50%;
    }

    .timingpage-wrapper .wp-block-columns {
        display: flex;
        flex-direction: column;
    }

    .timingpage-wrapper .wp-block-columns:nth-child(3) .wp-block-column:first-child {
        order: 2;
    }

    .timingpage-wrapper .wp-block-columns:nth-child(3) .wp-block-column:last-child {
        order: 1;
    }

    .timingpage-wrapper .wp-block-columns.is-layout-flex {
        gap: 2em;
    }

    .getquote-heading h3 {
        text-align: center;
    }

    .getquote-text {
        padding-top: 45px;
    }

    .getquote-heading h3 br {
        display: none;
        visibility: hidden;
    }

    .tourinformation-wrapper {
        margin-top: 60px;
    }

    .houseboat-welcome-text .col-lg-8 h2::before {
        display: none;
        visibility: hidden;
    }

    .houseboat-welcome-text .col-lg-8 h2 {
        text-align: center;
        padding: 0px;
    }

    .houseboat-welcome-text .col-lg-8 {
        padding-right: 12px;
    }

    .houseboat-welcome-text .col-lg-4 img,
    .whychoose-wrapper .col-lg-5 img {
        margin-top: 45px;
    }

    .whychoose-wrapper .col-lg-7 .heading-style {
        text-align: center;
    }

    .whychoose-wrapper .col-lg-7 p {
        text-align: center;
    }

    .whychoose-wrapper .col-lg-7 .heading-style::after {
        left: 50%;
        margin-left: -65px;
    }

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

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

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

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

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

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

    .headerwrapper-div #mega-menu-wrap-primary,
    .bannerbtm-section .col-lg-3:last-child,
    .banner-wrapper-middle h1 br,
    .welcomewrapper-div .welcomeimage-wrapper .welcomeimage-one,
    .footer-links-wrapper .col-md-4:nth-child(3),
    .shikar-blue-section h2 br,
    .shikaraboats-content .wp-block-columns:nth-child(2) .wp-block-column:first-child,
    .shikaraboats-content .wp-block-columns:nth-child(5) .wp-block-column:first-child,
    .shikaraboats-content .wp-block-columns:nth-child(7) .wp-block-column:first-child,
    .shikaraboats-content .wp-block-columns:nth-child(9) .wp-block-column:first-child,
    .sharedhouseboat-banner .col-xl-9 p {
        display: none !important;
        visibility: hidden !important;
    }

    .headerwrapper-div .header-topsection .col-xl-6:last-child {
        text-align: left;
    }

    .bannerbtm-section .row .col-lg-3 {
        width: 50%;
    }

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

    .footer-wrapper-div .footer-credits {
        padding: 12px 0px;
    }

    .hotelcab-item-wrap .hotelcab-item-middlealign div {
        padding: 0px 0px;
    }

    .hotelcab-item-wrap .hotelcab-item-middlealign div a {
        position: relative;
        top: 0px;
    }

    .hotelcab-item-wrap {
        padding: 0px 20px;
    }

    .hotelcab-item-wrap .hotelcab-item-middlealign h4 {
        font-size: 28px;
        line-height: 30px;
        margin: 0px 0px 8px 0px;
    }

    .hotelcab-item-wrap .hotelcab-item-middlealign div p {
        font-size: 15px;
        margin-bottom: 15px;
    }

    .lakequeen-wrapper-div .whylakeqeen-wrap .whylakeqeen-middlealign {
        padding: 0px 15px;
    }

    .banner-wrapper-middle h1 {
        font-size: 28px;
        line-height: 30px;
        margin-bottom: 25px;
    }

    .banner-wrapper {
        height: 380px;
    }

    .bannersearch-wrapper select {
        font-size: 14px;
    }

    .bannersearch-wrapper .col-6 svg {
        height: 16px;
        margin-top: -8px;
        left: 15px;
    }

    .bannersearch-wrapper .col-6 {
        padding-left: 35px;
    }

    .bannersearch-wrapper select,
    .bannersearch-wrapper {
        height: 48px;
    }

    .bannersearch-wrapper .search-btn {
        width: 38px;
        height: 38px;
    }

    .bannersearch-wrapper .search-btn svg {
        height: 16px;
        margin-bottom: 4px;
    }

    .bannersearch-wrapper {
        padding-right: 50px;
    }

    .banner-wrapper .banner-wrapper-middle {
        padding-bottom: 25px;
    }

    .bannerbtm-section .row .col-lg-3 {
        background: none !important;
    }

    .bannerbtm-section .row .col-lg-3:nth-child(1),
    .bannerbtm-section .row .col-lg-3:nth-child(2) {
        border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    }

    .bannerbtm-section .row .col-lg-3:nth-child(1),
    .bannerbtm-section .row .col-lg-3:nth-child(3) {
        border-right: 1px solid rgba(0, 0, 0, 0.12);
    }

    .heading-style {
        font-size: 30px;
        line-height: 30px;
    }

    .houseboats-category-wrap,
    .activity-wrapper-div,
    .whychooseus-wrapper-div,
    .faqwrapper-section {
        margin-top: 60px;
    }

    .houseboats-category-wrap,
    .ourpackages-wrapper,
    .activity-wrapper-div,
    .whychooseus-wrapper-div {
        width: 100%;
        overflow: hidden;
    }

    .houseboats-category-wrap .container,
    .ourpackages-wrapper .container,
    .activity-wrapper-div .container,
    .testimonials-wrapper .testimonials-container,
    .whychooseus-wrapper-div .container {
        padding-left: 0px;
        padding-right: 0px;
    }

    .testimonials-wrapper {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .packages-item-wrapper .pack-content p {
        line-height: 20px;
    }

    .packages-item-wrapper .price-wrapper-div .col-6 h6 {
        font-size: 12px;
    }

    .packages-item-wrapper .price-wrapper-div .col-6 h5 {
        font-size: 15px;
    }

    .packages-item-wrapper .price-wrapper-div .col-6 {
        padding-left: 65px;
        padding-top: 15px;
    }

    .packages-morebtnwrapper .col-lg-6 {
        text-align: center !important;
    }

    .packages-morebtnwrapper .col-lg-6:first-child {
        padding-top: 0px;
        margin-bottom: 15px;
    }

    .welcomewrapper-div .welcomeimage-wrapper {
        padding: 0px 0px;
    }

    .welcomewrapper-div .welcomeimage-wrapper .welcomeimage-two img {
        height: auto;
    }

    .welcomewrapper-div {
        margin-top: 80px;
        padding-top: 80px;
        padding-bottom: 160px;
    }

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

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

    .videotestimonials-wrap {
        margin-top: 45px;
    }

    .bookhouseboat-wrapper .col-lg-3 {
        text-align: center;
    }

    .bookhouseboat-wrapper .button-style {
        margin-top: 0px;
    }

    .bookhouseboat-wrapper h4 {
        padding: 115px 0px 25px 0px;
        margin: 0;
        text-align: center !important;
        font-size: 26px;
        line-height: 24px;
    }

    .bookhouseboat-wrapper h4::before {
        left: 50%;
        margin-left: -50px;
        top: 0px;
        margin-top: 0px;
    }

    .bookhouseboat-wrapper {
        padding: 45px 20px;
    }

    .memoryshared-video {
        margin-top: 70px;
    }

    .requestquote-wrapper .col-lg-5 h4 {
        font-size: 22px;
        line-height: 24px;
    }

    .footer-links-wrapper {
        text-align: center;
    }

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

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

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

    .headerwrapper-section {
        height: 200px;
    }

    .headerwrapper-section .headerwrapper-middlealign h2 {
        font-size: 36px;
        margin-bottom: 30px;
    }

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

    .contacttop-section .col-lg-4:nth-child(2) {
        margin-top: 20px;
    }

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

    .contactmiddle-section {
        margin-top: 80px;
        padding: 80px 0px;
    }

    .contactbottom-section {
        margin-top: 80px;
        margin-bottom: 80px;
    }

    .contactmiddle-section .contact-page-heading h4 {
        font-size: 32px;
        line-height: 32px;
        text-align: center;
    }

    .contactmiddle-section .contact-page-heading p {
        text-align: center;
    }

    .shikaraboats-content h4,
    .shikar-blue-section h2 {
        font-size: 28px;
        line-height: 30px;
    }

    .shikaraboats-content h5 {
        font-size: 28px;
        line-height: 30px;
    }

    .shikaraboats-content .wp-block-columns:nth-child(1) .wp-block-column img,
    .shikaraboats-content .wp-block-columns:nth-child(4) .wp-block-column img,
    .shikaraboats-content .wp-block-columns:nth-child(6) .wp-block-column img,
    .shikaraboats-content .wp-block-columns:nth-child(8) .wp-block-column img,
    .shikaraboats-content .wp-block-columns:nth-child(10) .wp-block-column img {
        height: auto;
    }

    .shikar-blue-section {
        padding: 45px 20px;
    }

    .tariffpage-con h3 {
        font-size: 30px;
        line-height: 32px;
    }

    .tariffpage-con h4 {
        font-size: 24px;
        line-height: 26px;
    }

    .foodmenu-itemrow .row {
        margin-left: -5px;
        margin-right: -5px;
    }

    .foodmenu-itemrow .row .col-lg-3 {
        padding-left: 5px;
        padding-right: 5px;
    }

    .foodmenu-middle-content .drink-item span,
    .foodmenu-middle-content .drink-item span img {
        height: 160px;
    }

    .foodmenu-middle-content .drink-item {
        margin: 6px 0px;
    }

    .foodmenu-middle-content h4 {
        margin-bottom: 8px;
    }

    .foodmenu-bottom-content ol li {
        width: 100%;
    }

    .foodmenu-top-content h4,
    .foodmenu-middle-content h4,
    .foodmenu-bottom-content h4 {
        font-size: 28px;
        line-height: 32px;
    }

    .timingpage-wrapper .wp-block-columns img {
        height: auto;
    }

    .timingpage-wrapper h3,
    .daycruise-page h3 {
        font-size: 28px;
        line-height: 28px;
    }

    .timingpage-wrapper h4,
    .daycruise-page h4 {
        font-size: 28px;
        line-height: 28px;
    }

    .getquote-heading h3 {
        font-size: 26px;
    }

    .housepackage-content .houseboat-title {
        font-size: 34px;
        line-height: 30px;
        text-align: center;
    }

    .housepackage-content .carousel .carousel-item img {
        height: 300px;
    }

    .housepackage-content ol li {
        width: 100%;
    }

    .housepackage-content h4 {
        font-size: 26px;
    }

    .housepackage-content h3 {
        font-size: 28px;
    }


    .tourinformation-wrapper {
        padding: 40px 20px;
    }

    .tourinformation-wrapper h3 {
        text-align: center;
    }

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

    .otherpackages-div h4 {
        font-size: 22px;
    }

    .whatsapp-iconbtn {
        right: 10px;
        bottom: 50px;
    }

    .sharedhouseboat-banner .col-xl-9 h1 {
        font-size: 28px;
        line-height: 32px;
        padding: 0;
        margin: 0;
    }

    .houseboat-welcome-text .col-lg-8 h2 {
        font-size: 32px;
        line-height: 32px;
        line-height: normal;
    }

    .shared-houseboats-item .sharedhouseboat-content h4 {
        font-size: 26px;
        line-height: 26px;
    }


    .houseboat-welcome-text,
    .whychoose-wrapper {
        margin-top: 80px;
    }

    .houseboat-welcome-text .col-lg-4 img,
    .whychoose-wrapper .col-lg-5 img {
        height: auto;
    }

    .houseboats-list-wrapper {
        padding: 60px 0px;
        margin-top: 80px;
    }

    .whychoose-wrapper .col-lg-7 ul li {
        text-align: left;
    }

    .bestofaleppy-wrapper {
        margin-top: 60px;
        padding: 45px 15px 0px 15px;
    }

    .bestofaleppy-wrapper .col-xl-8 h2 br {
        display: none;
        visibility: hidden;
    }

    .bestofaleppy-wrapper .bestofaleppy-item {
        min-height: auto;
    }

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

    .trustedpoints-wrapper .trusted-item-div h6 {
        font-size: 15px;
    }

    .lakequeen-wrapper-div .whylakeqeen-wrap .whylakeqeen-middlealign .heading-style {
        text-align: center;
        line-height: 34px;
        font-size: 32px;
    }

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

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

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

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

    .houseboats-filter .col-lg-2 {
        display: none;
        visibility: hidden;
    }

    .houseboats-filter h2 {
        font-size: 34px;
        line-height: 34px;
        margin-bottom: 15px;
    }

    .timingpage-wrapper .wp-block-columns h4,
    .timingpage-wrapper h3 {
        font-size: 32px;
        line-height: 30px;
    }

    .aboutus-wrapper .col-lg-8 h2 {
        font-size: 22px;
    }

    .aboutus-wrapper .col-lg-8 h4 {
        font-size: 20px;
    }

    .foodmenu-content-con .tab-pane ul li {
        width: 100%;
    }

    .foodmenu-content-con .tab-pane .col-lg-6:last-child {
        margin-top: 45px;
    }

    .foodmenu-content-con .tab-pane h5 {
        margin-bottom: 8px;
        margin-top: 20px;
    }

    .foodmenu-package-con ul li {
        width: 100%;
    }

    .foodmenu-package-con {
        margin: 12px 0px;
        display: inline-block;
        height: auto;
    }

    .singlefood-menu {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .banner-wrapper-landingpage .banner-wrapper-middle h1 br {
        display: none;
        visibility: hidden;
    }

    .banner-wrapper-landingpage .banner-wrapper-middle h1 {
        font-size: 32px;
        line-height: 34px;
    }

    .banner-wrapper-landingpage {
        height: 300px;
    }

    .landingpage-packages .container {
        padding-left: 12px;
        padding-right: 12px;
    }

}