﻿body {
    color: #000;
    line-height: 36px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 24px;
    font-family: 'Poppins';
}
*,
::after,
::before {
    box-sizing: inherit;
}
@font-face {
    font-family: 'GT Super Txt Trial Rg';
    src: url('../fonts/GTSuperTxtTrial-Rg.woff2') format('woff2'),
        url('../fonts/GTSuperTxtTrial-Rg.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Trirong';
    src: url('../fonts/Trirong-Bold.woff2') format('woff2'),
        url('../fonts/Trirong-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Trirong';
    src: url('../fonts/Trirong-Medium.woff2') format('woff2'),
        url('../fonts/Trirong-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Trirong';
    src: url('../fonts/Trirong-Light.woff2') format('woff2'),
        url('../fonts/Trirong-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Trirong';
    src: url('../fonts/Trirong-Regular.woff2') format('woff2'),
        url('../fonts/Trirong-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Trirong';
    src: url('../fonts/Trirong-SemiBold.woff2') format('woff2'),
        url('../fonts/Trirong-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Bold.woff2') format('woff2'),
        url('../fonts/Poppins-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Light.woff2') format('woff2'),
        url('../fonts/Poppins-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Medium.woff2') format('woff2'),
        url('../fonts/Poppins-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Regular.woff2') format('woff2'),
        url('../fonts/Poppins-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-SemiBold.woff2') format('woff2'),
        url('../fonts/Poppins-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}




h1,h2,h3,h4,h5{
    font-family: 'Trirong';
    font-weight: 500;
}
h1 {
    font-size: 62px;
}

.mx-80 {
    margin: 0px 80px;
}

.px-96 {
    padding-left: 96px;
    padding-right: 96px;
}

.px-40 {
    padding-left: 40px;
    padding-right: 40px;
}

a:hover {
    color: #4aa5d3;
    text-decoration: none;
}

a {
    color: #4aa5d3;
    text-decoration: none;
    transition: all 0.3s;
    font-weight: 400;
    font-size: 20px;
}


p {
    line-height: 1.2;
    font-size: 22px;
}
.top-btn .btn{
     background: #00CC83;
    text-transform: uppercase;
  }

.top-btn .btn:hover {
    background: #fff;
    color: #00CC83;
}
.fixed .top-btn .btn {
    background-color: #00CC83;
    border-color: #00CC83;
    padding: 10px 20px;
}
.fixed .top-btn .btn:hover {
    background-color:#fff ;
    border-color: #00CC83;
    color: #00CC83;
}
.btn {
    background: #fff;
    border-radius: 0px;
    padding: 10px 15px;
    width: 150px;
    font-size: 18px;
    border: 1px solid #00CC83;
    color: #fff;
    transition: all .5s;
    font-weight: 500;
}
.btn2 {
    border: 1px solid #204ECF;
    color: #204ECF;
    width:max-content;
        padding: 5px 15px;
}
.btn2:hover {
    background-color:transparent;
    border-color: #000;
    color: #000;
}
.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0;
}


h2 {
    font-size: 50px;
    line-height: 60px;
    font-weight: 500;
}

h3 {
    font-size: 36px;
    line-height: 44px;
}

.h1-main-px {
    padding: 0 96px;
}

.pl-130 {
    padding-left: 5%;
}

.pr-130 {
    padding-right: 5%;
}

.bg-tintsgreen a:hover {
    color: #4aa6ac !important;
}

ul {
    list-style-position: inside;
}

p:empty {
    display: none;
    margin-bottom: 0
}

.cursor-pointer {
    cursor: pointer;
}

.fs-18 {
    font-size: 18px;
}

.fs-20 {
    font-size: 20px;
}

.fs-26 {
    font-size: 1.4vw;
}

.fs-24 {
    font-size: 1.3vw;
}

.fs-40 {
    font-size: 40px;
}

.fs-70 {
    font-size: 4vw;
    line-height: 86px;
}

.fs-30 {
    font-size: 30px;
    line-height: 35px;
}

.fs-35 {
    font-size: 30px;
}

.fs-22 {
    font-size: 18px;
}

.fs-50 {
    font-size: 50px;
    line-height: 60px;
}

.fs-80 {
    font-size: 5vw;
    line-height: 100px;
}
.ls-4{
    letter-spacing: 4px;
}

.mt-100 {
    margin-top: 100px;
}

.mt-200 {
    margin-top: 200px;
}

.mb-100 {
    margin-bottom: 100px;
}

.lh-60 {
    line-height: 60px;
}

.py-130 {
    padding-top: 130px;
    padding-bottom: 130px;
}

.pt-150 {
    padding-top: 150px;
}

.pb-150 {
    padding-bottom: 150px;
}

.pr-12 {
    padding-right: 12%;
}

.mt-75 {
    margin-top: 75px;
}

.pl-lg-50 {
    padding-left: 50px;
}

.pr-lg-50 {
    padding-right: 50px;
}

.bg-gre {
    background: rgb(32 78 207 / 10%);
}

/*** Header Desktop Menu css  ****/
.headertop-contact {
    padding: 15px 98px;
    transition: all 0.3s;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 999;
    background: #fff;
}

.headertop-contact.fixed {
    background: #fff;
    border-bottom: solid 2px #fff;
    transition: all 0.3s;
    box-shadow: 0 1px 3px #fff;
    padding: 10px 98px;
    top: 0px;
}


.fixed .logo {
    padding: 0;
    width: 100%;
}

.logo {
    width: 100%;
    transition: all 0.3s;
    padding: 0px;
    max-width: 165px;
}

.acolor {
    color: #2c2d2b;
    font-weight: 600;
    text-decoration: none;
}


.sidenav ul li {
    padding: 10px 25px;
}



.accordion {
    display: block;

    width: 100%;
}



#linkid {
    position: relative;
}



.fixed .sidenav a.nav-link {
    color: #000000;
}



.sidenav a.nav-link {
    text-decoration: none;
    line-height: 1.1;
    font-size: 20px;
    display: block;
    transition: 0.3s;
    color: #000000;
    padding: 8px 0;
    text-align: center;
    font-weight: 400;
}
#accordion .active{
    color: #004986;
}


.sidenav a.nav-link:focus {
    color: #2D2E29;
}

.bookbtn {
    border: solid 1px #fff;
    font-size: 18px;
    color: #fff;
    padding: 18px 25px;
    margin-left: 30px;
}

.fixed .bookbtn {
    padding: 15px 40px;
}

.fixed .mobile_logo {
    width: 150px;
    display: inline-block;
}

.sidenav .nav-item.active ul li a {
    color: #2D2E29;
    border-bottom: solid 0px #A58F64
}

.sidenav .nav-item.active ul li a:hover {
    color: #004986;
}

.sidenav .nav-item.active ul li.active a {
    color: #4aa5d3;
}

.sidenav .nav-item.active ul li.active {
    background: #2D2E29 !important;
    color: #fff;
}

.nav-px {
    padding: 0 50px;
}

.sidenav ul li a:after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 0px;
    content: '';
    color: transparent;
    background: #4aa5d3;
    height: 2px;
}

.sidenav ul li a:hover:after {
    width: 100%;
}

.sidenav ul li .active:after {
    width: 100%;
}

.sidenav ul li a {
    position: relative;
}

.sidenav ul li a:after,
.sidenav ul li a:before {
    transition: all .5s;
}

 .sidenav a.nav-link:hover {
    color: #4aa5d3;
} 

.sidenav .nav-item.active a {
    color: #4aa5d3;
    border-bottom: solid 2px #4aa5d3;
}


/*** End Header Desktop Menu css  ****/


.cardoursolutions {
    transform: translate(0%,0%);
    overflow: hidden;
    display: inline-block;
    margin-bottom: 0px;
    border-radius: 0px;
    text-align: center;
width: 100%;
}


.cardoursolutions .details {
    width: 100%;
    height: 100%;
    position: absolute;
    box-sizing: border-box;
    transition: .5s;
}
.cardoursolutions .imgBx {
    top: 0;
    left: 0;
}
/* .cardoursolutions:hover .imgBx {
    top: 0;
    left: -100%;
} */
.cardoursolutions .details .details-box{
    padding: 30px;
    border: solid 1px #fff;
    height: 100%;
    width: 100%;
}
.cardoursolutions .details {
    background: rgb(0 0 0 / 50%);
    top: 0;
    left: 100%;
    padding: 30px;
}
.cardoursolutions:hover .details {
    top: 0;
    left: 0%;
}
.cardoursolutions .details h3 {
    color: #fff;
    margin: auto;
    padding: 0 0 10px;
    font-size: 52px;
    line-height: 1.1;
}
.cardoursolutions .details p {
    margin:auto;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
}
.oursolutionsoverlaytext {
	position: absolute;
	top: 50%;
	left: 0;
	text-align: left;
	padding-right: 0;
	right: 0;
	transform: translateY(-50%);
}

/*-------toTop-----------*/
#toTop {
    transition: transform 0.5s ease 0s;
    bottom: 75px;
    padding: 5px;
    position: fixed;
    right: 24px;
    z-index: 9;
    cursor: pointer;
    width: 50px;
    height: 50px;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 2px 4px -1px rgba(0, 0, 0, .2), 0 4px 5px 0 rgba(0, 0, 0, .14), 0 1px 10px 0 rgba(0, 0, 0, .12);
}

#toTop img {
    position: absolute;
    left: 14px;
    z-index: 99;
    margin-top: 10px;
}

#star-svg {
    position: fixed;
    right: 19px;
    bottom: 70px;
    width: 80px;
    height: 80px;
}

/*-------toTop-----------*/


.carousel-control-next,
.carousel-control-prev {
    top: 45%;
    height: 50px;
}


.booking-detials {
    padding: 25px 13px;
    max-width: 90%;
    position: absolute;
    left: 0;
    box-shadow: 0px 4px 0px 0px rgb(0 0 0 / 29%);
    -webkit-box-shadow: 0px 3px 3px 1px rgb(4 5 5 / 24%);
    -moz-box-shadow: 0px 4px 0px 0px rgb(0 0 0 / 29%);
    right: 0;
    margin: auto;
    border-radius: 0;
    margin-top: -60px;
}


.mob-nav-booknow .btn {
    padding: 12px 60px 12px;
    border: solid 2px #fff;
}


.booknow-ul {
    display: flex;
}


.head-book ul li label {
    font-size: 20px;
    display: inline-block;
    margin-right: 10px;
}

.head-book ul li img {
    position: absolute;
    bottom: 17px;
    right: 5px;
    width: 20px;
    height: 15px;
}

.number-li {
    display: inline-block !important;
}

.number-li lable {
    font-size: 20px;
}

.book-btn {
    border-radius: 0px;
    color: #ffffff;
    background-color: #004986;
    border-color: #004986;
    text-transform: uppercase;
    vertical-align: bottom;
    padding: 16px 20px;
    letter-spacing: 1px;
    width: 100%;
}

.book-btn:hover {
    background: #fff !important;
}



.head-book ul li {
    text-decoration: none;
    color: #2D2E29;
    position: relative;
    padding: 10px 0px;
    border-bottom: solid 2px #2D2E29;
    margin-bottom: 10px;
    margin-right: 22px;
    display: flex;
    vertical-align: middle;
    text-align: left;
    align-items: baseline;
    width: 100%;
}

.carousel-caption {
    position: absolute;
    right: 10%;
    bottom: 40%;
    left: 10%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center;
}

.carousel-indicators {
    bottom: -47px !important;
    margin-right: 0px !important;
    margin-bottom: 0px !important;
    margin-left: 0px !important;
    align-items: center !important;
}
.accommodations-box .top-content h5{
    width: fit-content;
}
.accommodations-box .top-content h5::after {
    content: '';
    background-color: #000;
    height: 2px;
    width: 71px;
    position: absolute;
    top: 13px;
    right: -85px;
}

.service-slide .content-item .title-head {
    position: absolute;
    
    left: 0;
    text-align: center;
    right: 0;
    transform: translateY(0%);
    transition: all 0.35s;
    background: rgb(255 255 255 / 80%);
    width: 60%;
    margin: auto;
    padding: 10px;
    color: #000;
}

.service-slide .content-item .title-head .title-head-content{
    border: solid 1px #000;
    padding: 45px 10px;
}

.service-slide .content-item .title-head h3{
    padding-bottom: 40px;
}
.service-slide:hover .title-head {
    transform: translateY(-130%);
}

.overlay {
    position: relative;
}

.overlay::before {
    content: '';
        background: rgb(32 78 207 / 30%);
    position: absolute;
    width: 100%;
    height: 100%;
}
.amenities-box ul li{
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 1.2;
    width: 23%;
    vertical-align: text-top;
}
.headiing-bottum-img{
    position: relative;
}
.headiing-bottum-img::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    max-height: 20px;
    max-width: 350px;
    left: 50%;
    transform: translateX(-50%);
    bottom: -30px;
    background: url( ../images/headding-img.png) no-repeat;
}

 /*................FAQ CSS START..................*/
 #faqs{
 background: #FFFDF5 url( ../images/faq-back-img.png) no-repeat;
 background-size: contain !important;
 width: 100%;
 }
.accordion-item {
    margin-bottom: 20px;
    text-align: start;
    border: solid 1px #D9D9D9;
    border-radius: 8px !important;
    overflow: hidden;
    box-shadow: 0px 5px 0px rgba(0, 0, 0, 0.1);
}

    .accordion-item h2 button {
        font-size: 30px;
        color: #1E1E1E;
        background-color: #fff;
        
    }

    .accordion-item h2 .accordion-button:not(.collapsed) {
        color: #1E1E1E;
        background-color: #fff;
        box-shadow: none;
        padding-bottom: 0;
    }

    .accordion-item h2 .accordion-button:focus {
        z-index: 3;
        border-color: #D9D9D9;
        outline: 0;
        box-shadow: none;
    }

.accordion-button:not(.collapsed)::after {
    filter: brightness(0.1);
}

.accordion-body {
    font-size: 18px;
    padding-top: 0;
}
/*................FAQ CSS END..................*/

.slider3 .slider__counter2 {
    position: absolute;
    bottom: -100px;
    right: 116px;
    z-index: 1;
    font-size: 16px;
    font-weight: 600;
    /* color: #000; */
    pointer-events: none;
    background: #fff;
     border-radius: 53%; 
    border: 2px solid #4aa5d3;
    width: 59px;
    height: 59px;
    margin: auto;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.slider3 .slick-slide {
    margin: 0 15px;
}

.slider3 .slick-prev {
    right: 180px;
    filter: brightness(0);
}

.slider3 .slick-next {
    right: 80px;
    filter: brightness(0);
}

.slider3 .slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    bottom: -80px;
    display: block;
    width: 21px;
    height: 20px;
    margin-top: -10px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
/* ................................footer css................................ */

footer {
    background-color: #000;
    color: white;
    padding: 40px 0px;
}
footer .footer-logo img {
    max-width: 185px;
}
footer .social-icons a img{
    width: 100%;
    transition: .5s;
}
 footer .social-icons a {
    transition: .5s;
    height: 40px;
    margin-right: 50px;
}

footer .social-icons a:hover .social-icons-img{
filter: brightness(0);
} 

footer a{
    color: #fff;
    transition: .5s;
}

footer a:hover {
    color: #4aa5d3;
}

.footer-bottum-border{
   border-top: solid 1px #ffffff;
}
/* ................................footer css end................................ */
@media (max-width:1600px) {
    h1 {
        font-size: 50px;
    }
  
    .py-130 {
        padding-top: 110px;
        padding-bottom: 110px;
    }
    .sidenav ul li {
        padding: 10px 25px;
    }
    .sidenav a.nav-link {
        font-size: 18px;
    }
    .features li {
        font-size: 22px;
    }
    .footer-location-box p, .footer-location-box a {
        font-size: 22px;
    }
    .cardoursolutions .details h3 {
        font-size: 44px;
    }
    .service-slide:hover .title-head {
        transform: translateY(-105%);
    }
    .fs-50 {
    font-size: 36px;
    line-height: 44px;
}
}


@media (max-width:1366px) {
    .sidenav a.nav-link {
        font-size: 16px;
    }
  .headertop-contact {
    padding: 15px 50px;
}
.headertop-contact.fixed {
    padding: 10px 50px;
}
    .head-book ul li img {
        bottom: 21px;
        width: 16px;
        height: 12px;
    }
    .head-book ul li label {
        font-size: 16px;
    }
    .number-li lable {
        font-size: 16px;
    }

    .fs-50 {
        font-size: 40px;
        line-height: 48px;
    }
    p {
        font-size: 18px;
    }
    .h1-main-px {
        padding: 0 90px;
    }
    .cardoursolutions .details h3 {
        font-size: 40px;
    }
 
    .service-slide .content-item .title-head .title-head-content {
        padding: 26px 10px;
    }
    .service-slide .content-item .title-head h3 {
        padding-bottom: 24px;
    }
    .service-slide:hover .title-head {
        transform: translateY(-118%);
    }
    .booking-detials {
        max-width: 86%;
    }
}

@media (max-width:1240px){
    .booking-detials {
        max-width: 90%;
    }
  .sidenav ul li {
    padding: 10px 20px;
}
    .sidenav a.nav-link {
        font-size: 14px;
    }
    .top-btn .btn {
        font-size: 14px;
    }
  
    .px-96 {
        padding-left: 55px;
        padding-right: 55px;
    }
    h2 {
        font-size: 36px;
        line-height: 1.2;
    }
    .headertop-contact.fixed {
        padding: 10px 55px;
    }
    .headertop-contact {
        padding: 10px 55px;
    }
    .h1-main-px {
        padding: 0 55px;
    }
}

@media (max-width:991px) {
  
    .service-slide:hover .title-head {
        transform: translateY(-200%);
    }
    .amenities-box ul li {
        font-size: 16px;
        width: 47%;
    }

    .footer-links li a {
        padding: 0px 5px;
    }

    .mt-88 {
        margin-top: 65px;
    }
    .py-130 {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    /*--start-Mobile Menu----*/
    .dropdwoen-sec {
        width: 100%;
        position: inherit;
        left: 0;
        top: 0;
        background: none;
        text-align: left;
        padding: 10px 0px;
    }

    .headersubmenu .plus-minus-toggle {
        cursor: pointer;
        height: 24px;
        position: absolute;
        right: 19px;
        top: 16px;
        float: right;
        width: 21px
    }

    .headersubmenu .plus-minus-toggle:before,
    .headersubmenu .plus-minus-toggle:after {
        background: #000;
        content: '';
        height: 2px;
        right: 0;
        position: absolute;
        top: 12px;
        width: 14px;
        transition: transform 500ms ease;
        left: 0
    }

    .headersubmenu .plus-minus-toggle:after {
        transform-origin: center
    }

    .headersubmenu .plus-minus-toggle.collapsed::after {
        transform: rotate(90deg)
    }

    .headersubmenu .plus-minus-toggle.collapsed::before {
        transform: rotate(180deg)
    }

    .myClass #mySidenav {
        overflow-y: auto;
    }

   .logo {
        padding: 0;
    }

    .mobile_logo {
        display: block;
        transition: all 0.3s;
        z-index: 20;
        position: relative;
        width: 180px;
    }

    .sidenav {
        position: absolute;
        right: 0;
        left: 0;
        margin: 0 auto;
        top: 50%;
        transform: translateY(-50%);
    }

    /* .sidenav a.nav-link i {
        color: #000000 !important;
    } */

    .sidenav a.nav-link {
        font-size: 20px;
        line-height: 29px;
        padding: 0px;
        color: #2d3134;
    }

    .sidenav ul li:hover {
        background: transparent;
        border: 0px solid #2D2E29;
    }

    .fixed .mobile_logo {
        margin-top: 5px;
    }

    .nav-icon {
        width: 45%;
    }

    .fixed .nav-phone a {
        color: #2D2E29;
    }


    .sidenav .nav-item.active ul li a {
        border-bottom: solid 1px transparent;
    }

    .top-btn-fixed {
        display: none;
    }

    .top-btn {
        position: relative;
        z-index: 99;
    }
  .top-btn .btn{
    width: 100%;
  }
  .myClass .top-btn .btn{
    background-color: #004986;
    border-color: #004986;
  }
    .sidenav ul li {
        display: flex;
        text-align: left;
        padding-left: 55px;
        flex-direction: column;
        align-items: start;
        border: 0px solid transparent;
    }

    .sidenav {
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 9;
        top: 50%;
        right: 0;
        background-color: #fff;
        transition: 0.5s;
        padding: 120px 0;
        left: inherit;
    }

    .myClass {
        width: 100%;
    }

    .myClass .accordion {
        display: block !important;
    }

    #nav-icon1,
    #nav-icon2,
    #nav-icon3,
    #nav-icon4 {
        width: 39px;
        height: 19px;
        position: relative;
        float: right;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        cursor: pointer;
        z-index: 9;
    }

    .close {
        opacity: 1;
    }

    #nav-icon1 span,
    #nav-icon3 span,
    #nav-icon4 span {
        display: block;
        position: absolute;
        height: 3px;
        width: 100%;
        background: #000000;
        border-radius: 0px;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }
.fixed #mySidenav #nav-icon4 span{
    background: #000;
}

    /* Icon 4 */

    #nav-icon4.open span {
        background: #000;
    }

    #nav-icon4 span:nth-child(1) {
        top: 0px;
        -webkit-transform-origin: left center;
        -moz-transform-origin: left center;
        -o-transform-origin: left center;
        transform-origin: left center;
    }

    #nav-icon4 span:nth-child(2) {
        top: 10px;
        -webkit-transform-origin: left center;
        -moz-transform-origin: left center;
        -o-transform-origin: left center;
        transform-origin: left center;
    }

    #nav-icon4 span:nth-child(3) {
        top: 20px;
        -webkit-transform-origin: left center;
        -moz-transform-origin: left center;
        -o-transform-origin: left center;
        transform-origin: left center;
    }

    #nav-icon4.open span:nth-child(1) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        top: -3px;
        left: 8px;
    }

    #nav-icon4.open span:nth-child(2) {
        width: 0%;
        opacity: 0;
    }

    #nav-icon4.open span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: 25px;
        left: 8px;
    }

    /*--End-Mobile Menu----*/

    .booknow-ul {
        display: inline-block;
        width: 100%;
        padding: 10px 20px;
    }

    .head-book ul li {
        padding: 10px 0px;
        margin-bottom: 10px;
        margin-right: 0px;
    }

    .slider-text-box {
        padding: 20px 0px 0px;
    }
.px-ipad-0{
    padding: 0px;
}
    /* .cta-slider-h .owl-dots {
        left: 65px;
    }

    .carousel2+.counter,
    .carousel3+.counter,
    .carouselrooms+.counter {
        left: 25px;
    } */

    .pr-130 {
        padding-left: 0%;
        padding-right: 0%;
    }

    .pl-130 {
        padding-left: 0%;
        padding-right: 0%;
    }

   .booking-detials {
        margin-top: -240px;
    }

    .amenities-box ul li img{
        max-width: 80px;
    }
.headiing-bottum-img::after {
    background: url( ../images/headding-img-mob.png) no-repeat;
    background-position: center;
}
}

@media (max-width:767px) {
    .demo-gallery > ul > li{
        padding: 0px;
    }
    .service-slide:hover .title-head {
        transform: translateY(-100%);
    }
    .nav-icon {
        width: 38%;
    }
    .mobile_logo {
        width: 150px;
    }
    .fixed .mobile_logo {
        width: 120px;
    }
    .fixed .top-btn .btn {
        padding: 8px 10px;
    }
    .btn {
        padding: 12px 20px;
        width: 168px;
        font-size: 16px;
    }

    .headertop-contact {
        padding: 10px 20px;
    }
 
    .headertop-contact.fixed {
        padding: 10px 20px;
    }
    .sidenav ul li {
        padding-left: 20px;
    }
    p {
        font-size: 17px;
    }
    .px-96 {
        padding-left: 20px;
        padding-right: 20px;
    }
    h1 {
        font-size: 34px;
    }
    h2 {
        font-size: 24px;
        line-height: 32px;
    }
    .fs-50 {
        font-size: 24px;
        line-height: 32px;
    }
   
    .pt-150 {
        padding-top: 30px;
    }
 
    a {
        font-size: 18px;
    }
    .mx-80 {
        margin: 0px 25px;
    }
 
    .book-btn{
        width: 100%;
        padding: 12px 20px;
    }
    .booking-detials {
        padding: 25px 40px;
        max-width: 95%;
    }
    .bottom-part {
        margin-top: 40px !important;
    }
    .accordion-body {
        font-size: 16px;
    }
 
    .amenities-box ul li {
        font-size: 14px;
        width: 45%;
    }
  
    .cardoursolutions .details h3 {
        font-size: 36px;
    }
    .fs-20 {
        font-size: 17px;
    }
    .footer-links a{
        margin-right: 20px;
    }
}
@media (max-width:540px){
    .nav-icon {
        width: 24%;
    }
  
    .top-btn-box{
        width: 30%;
    }
    .service-slide:hover .title-head {
        transform: translateY(-114%);
    }
    .btn {
        padding: 10px;
    }
}


@media (max-width:430px) {
    .mobile_logo {
        width: 120px;
    }
    .top-btn-box {
        width: 34%;
    }
    .nav-icon {
        width: 30%;
    }
    .fs-50 {
        font-size: 24px;
        line-height: 32px;
    }
    a {
        font-size: 16px;
    }
   
    .bottom-part {
        padding-top: 15px;
    }
   
    .btn {
        font-size: 14px;
    }

    .booking-detials {
        max-width: 90%;
        padding: 25px 10px;
    }

}

@media (max-width:375px) {
    .mobile_logo {
        width: 90px;
    }

    .booking-detials {
        margin-top: -190px;
        padding: 25px 30px;
    }
    a {
        font-size: 12px;
    }
    .top-btn-box {
        width: 36%;
    }
    .top-btn .btn {
        font-size: 12px;
    }
    p {
        font-size: 14px;
    }

    .fs-50 {
        font-size: 22px;
        line-height: 32px;
    }
    h2 {
        font-size: 22px;
    }
    h1 {
        font-size: 30px;
    }

}