/*common css*/
/*@import url('https://fonts.googleapis.com/css2?family=Mulish&display=swap');*/

body{
	margin:0;
	padding:0;
}

body p, label, td, a, ul, li{
    font-family: 'Mulish', sans-serif;
	font-size:14px;
	font-weight: 400;
    font-style: normal;
    letter-spacing: 0.1em;
}

body h1, h2, h3, h4, h5, h6, blockquote, span{
    font-family: 'Mulish', sans-serif;
	font-weight: 400;
    font-style: normal;
    letter-spacing: 0.1em;
}

html{
	line-height:1.3;
}
html li{
	list-style: none;
}
html li a{
	text-decoration: none;
}
body h2, h3, h4, h1, h5, h6{
	margin:0;
}
.page-wrapper {
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
}


 #myBtn{ display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: 1px solid #fff;
    outline: none;
    background-color: #e565656b;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background: rgba(0, 0, 0, 0.6);
}

#myBtn img{
    width:100%;
}

/*common-css ends*/
body{
	margin:0;
	padding:0;
}
body p, label, td, a{
	font-family: 'Mulish', sans-serif;
	font-size:14px;
	font-weight: 400;
    font-style: normal;
    letter-spacing: 0.1em;
}

body h1, h2, h3, h4, h5, h6 , blockquote{
    font-family: 'Mulish', sans-serif;
	font-weight: 400;
    font-style: normal;
    letter-spacing: 0.1em;
}

html{
	line-height:1.3;
}
html li{
	list-style: none;
}
html li a{
	text-decoration: none;
}

/*common-css ends*/

/*header css starts*/
.booknow {
    position: fixed;
    top: 50%;
    max-width: 170px;
    z-index: 1;
    right: 20px;
}

.top-banner-sec{
	background: #f2f2f2;
	    padding: 10px 30px;
}

.top-banner-sec .top-items{
	margin:0;
	display:flex;
	flex-wrap: nowrap;
	list-style: none;
	column-gap:10px;
	justify-content: end;
	align-items: center;
	padding-inline-start: 0px;
}
.top-banner-sec .top-items li{
	padding: 0px 10px;
	font-size: 14px;
}

.top-banner-sec .top-items li i{
	color: #228ec2;
}

.top-banner-sec .top-items li.top-banner-txt{
	margin-right:auto;
}

.top-banner-sec .top-items li.top-banner-txt p{
	margin:0px;
	margin-left:auto;
}

.top-banner-sec .top-items li a{
	text-decoration: none;
    color: #000;
    padding-left: 10px;
}
.top-banner-sec .top-items li a:hover{
	color:#A52A2A;
}

.top-banner-sec .top-items li.phone_number a{
	 color: #A52A2A;
}

.top-banner-sec .top-items li.phone_number i{
	border: 1px solid #228ec2;
    padding: 5px;
    border-radius: 50px;
}

.r-border{
	border-right:1px solid #000;
}
.header{
	display: flex;
    justify-content: space-between;
    background: #fff;
    align-items: center;
    padding: 0px 10px;
    position: sticky;
    top: 0px;
    z-index: 99;
}

.header .navbar ul.menu{
	display: flex;
    column-gap: 5px;
    justify-content: end;
    padding: 0px 30px;
    font-size: 14px;
}

.header .navbar ul.menu li a{
	color:#000;
}
.navbar .dropdown-parent{
	position: relative;
}

.navbar .dropdown-parent ul.child {
    display: none;
    position:absolute;
    top:28px;
    padding: 10px 10px;
    background: white;
    left: 0px;
}

.navbar li.dropdown-parent:hover>ul {
    display: block;
    right: 0px;
    min-width: 160px;
}

.navbar .dropdown-parent ul.child li.dropdown-list{
	padding: 6px;
}
.navbar .dropdown-parent ul.child li.dropdown-list:hover{
	    background: #228ec2;
}

.navbar .dropdown-parent span.expand{
	font-size: 10px;
    padding-left: 6px;
}

.header #logo{
	padding: 10px;
}
.header #logo .logo-img{
	height: auto;
    max-width: 160px;
    padding: 0px 10px;
}

#toggle-nav {
    display: none;
    margin: auto;
    cursor: pointer;
}
.top-items li span{
    padding:0px 0px 0px 4px;
}
.header .navbar ul.menu li:hover a.main-menu-li {
    background-color: #368dff;
    color: white;
    padding: 10px;
}

.header .navbar ul.menu li a.main-menu-li {
    padding: 10px;
}
.navbar .dropdown-parent ul.child li.dropdown-list  a:hover {
    color: white;
}


/* Booking button */

.bookingg {
    background: #1f4e79;
    position: fixed;
    top: 18%;
    z-index: 1;
    /* right: 2px; */
    right: 51px;
    padding: 7px 10px;
    border-radius: 5px;
    display: flex;
    width: max-content;
}


.booknow-biote { 
    max-width: 170px;
    right: 20px;
    padding: 7px 20px;
    font-size: 14px;
    background: #1f4e79;
    border: none;
    color: #fff;
    border-radius: 3px;
    text-decoration: none;
}

.booknow-M{
    margin-right: 0px;
    text-decoration: none;
    width: 134px;
    text-align: center;
    /* background-color: #fff; */
    color: #fff;
}
.top-items li.facebook-icon, .top-items li.instagram-icon{
    padding: 0px !important;;
}
/*header css ends */


.blog-anchor {
    text-decoration: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;

}

/* Share Button Styles */
.share-container .share-options {
    height: 110px;
    overflow: auto;
}

.share-container {
    position: relative;
    margin-top: 10px;
    z-index: 5;
}

.share-button {
    background: none;
    border: 1px solid #2e6b3b;
    color: #2e6b3b;
    padding: 5px 15px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.share-button i {
    font-size: 16px;
}

.share-options {
    display: none;
    position: absolute;
    top: 35px;
    left: 0;
    background: white;
    border: 1px solid #ccc;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    z-index: 10;
}

.share-options a {
    display: flex;
    align-items: center;
    padding: 8px 15px;
    text-decoration: none;
    color: #333;
    font-size: 14px;
    gap: 8px;
}

.share-options a:hover {
    background: #f0f0f0;
}

.share-options.show {
    display: block;
}
.top-banner-sec .top-items li a{
    padding-left: 0px;
}

.top-banner-sec{
    background-color: transparent;
}
.header{
    background-color: transparent;
}
.header.header-sticky{
    background-color: #fff;
}
.sticky {
	position: fixed;
	top: 0;
}
.header-sticky {
	position: fixed;
	top: 0;
	transition: background-color .5s linear;
	right: 0;
	left: 0;
	background: rgba(255, 255, 255, 0.8);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
	animation: mymove .3s linear;
} 
.header{
	transition: all 0.5s ease-in-out;
}

@keyframes mymove {
	from {top: -20px;}
	to {top: 0px;}
}

@media screen and (max-width:1280px){
    .page-wrapper{
        padding:0px 15px;
    }
}

@media screen and (max-width:1120px){
    .top-banner-sec{
        padding:10px 20px;
    }
    .header #logo{
            padding: 10px 0px;
    }
    .header #logo .logo-img{
        padding:0px;
    }
    .header .navbar ul.menu{
         padding: 0px;
         column-gap: 16px;
    }
}

@media screen and (max-width:1024px){
     header.header .navbar ul.menu{
        display:none;
    }
    #toggle-nav {
    display: block;
    text-align: right;
    font-size: 22px;
    padding-right:40px;
   }
   #navlist {
    display: none;
    background: #151517;
    position: absolute;
    right: 36px;
    z-index: 99;
    top: 66px;
   }
   #navlist li {
    text-align: center;
    padding: 10px 12px;
   }
   .header .navbar ul.menu li a {
    color: white;
   }
   .navbar .dropdown-parent ul.child {
    position:relative;
    top:0px;
    right:100px;
    padding: 10px 10px;
    background: black;
   }
   .main-menu img.mobile-menu-img {
    max-width: 20px;
    width: 100%;
    height: auto;
    }
   .mobile-menu-img{
    height:auto;
    width:30px;
    }
    .top-items li span{
        display:none;
    }
    .top-banner-sec .top-items li a{
        padding:0px;
    }
    .top-banner-sec .top-items li{
        font-size:18px;
    }
    .top-banner-sec .top-items{
        column-gap:0px;
    }
    .top-banner-sec .top-items li.booking i,.top-banner-sec .top-items li.find_us i{
        font-size:17px;
    }
    .top-items li.phone_number i{
        font-size:13px;
    }
    
}

@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    .booknow {
        position: fixed;
        top: 90%;
        max-width: 130px;
        z-index: 1;
        left: 20px;
    }
    .top-banner-sec .top-items li.top-banner-txt p{
        display: none;
    }
    .top-banner-sec .top-items li i{
        font-size: 18px;
        padding-right: 5px;
        padding-left: 10px;
        
    }
}

@media screen and (max-width:576px){
    .top-banner-sec .top-items li.top-banner-txt p{
        font-size:12px;
    }
    .top-banner-sec{
        padding:10px 0px;
    }
        #toggle-nav {
        display: block;
        text-align: right;
        font-size: 22px;
         padding-right: 10px; 
    }
    
}
/*.top-banner-sec .top-items li.phone_number a {*/
/*    color: #A52A2A;*/
   
/*}*/
/*.top-banner-sec .top-items{*/
/*    padding-left:0px;*/
/*} */
/*.top-banner-sec .top-items li a {*/
/*    display:none;*/
/*}*/
/*.top-banner-sec {*/
/*    background: #f2f2f2;*/
/*    padding: 10px;*/
/*}*/
/*}*/
