body {
    -webkit-font-smoothing: antialiased!important;
    text-rendering: auto;
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    line-height: 1.9;
    color: #777777;
    font-weight: 400;
}
.btn-success {
    pointer-events: auto;
    cursor: pointer;
    background: #49a229;
    border: none;
    padding: 10px 25px;
    font-weight: 500;
    position: relative;
    display: inline-block;
    font-family: 'Poppins', sans-serif;
	overflow: hidden;
    font-size: 14px;
    border-radius: 10px;
	color: #fff;
}
.btn-success span {
	display: block;
	position: relative;
	z-index: 10;
}
.btn-success:hover span {
animation: MoveScaleUpInitial 0.3s forwards, MoveScaleUpEnd 0.3s forwards 0.3s;
}

@keyframes MoveScaleUpInitial {
	to {
		transform: translate3d(0,-105%,0) scale3d(1,2,1);
		opacity: 0;
	}
}
@keyframes MoveScaleUpEnd {
	from {
		transform: translate3d(0,100%,0) scale3d(1,2,1);
		opacity: 0;
	}
	to {
		transform: translate3d(0,0,0);
		opacity: 1;
	}
}

.btn-success::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	content: '';
	background: #000;
	width: 120%;
	height: 0;
	padding-bottom: 120%;
	top: -110%;
	left: -10%;
	border-radius: 50%;
	transform: translate3d(0,68%,0) scale3d(0,0,0);
}
.btn-success:hover::before {
	transform: translate3d(0,0,0) scale3d(1,1,1);
	transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
}
.btn-success::after {
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
    height: 100%;
	content: '';
	background: #000;
	transform: translate3d(0,-100%,0);
	transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
}
.btn-success:hover::after {
	transform: translate3d(0,0,0);
	transition-duration: 0.05s;
	transition-delay: 0.4s;
	transition-timing-function: linear;
}
.btn-success:hover{ color: #fff;background-color: #49a229;  text-decoration: none;}

.btn-white {
    color: #49a229;
    background: transparent;
    border-color: transparent;
    border-radius: 10px;
    border-color: transparent;
    font-size: 15px;
    padding: 0;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}
.btn-white img{
    margin-left: 5px;
    width: 16px;
    margin-top: -2px;
}
.btn-white:hover{color:#000;}
.btn-white:hover img{filter: brightness(0);}

/*button 18*/

.tw-circle {
	padding: 0;
	background: none;
	-webkit-clip-path: circle(50% at 50% 50%);
	clip-path: circle(50% at 50% 50%);
    pointer-events: auto;
    cursor: pointer;
    border: none;
    position: relative;
    display: inline-block;
}
.tw-circle:focus-visible {background: #443ffc;}
.textcircle {
	position: relative;
	display: block;
	width: 140px;
}
.textcircle text {
	font-size: 32px;
	text-transform: uppercase;
	fill: #000;
}
.textcircle textPath {letter-spacing: 17px; /* Firefox needs this */}
.tw-circle:hover .textcircle {animation: rotateIt 7s linear infinite;}



.eye {

	position: absolute;

	z-index: 2;

	width: 60px;

	height: 60px;

	top: calc(50% - 30px);

	left: calc(50% - 30px);

}



.eye__outer,

.eye__inner,

.eye__lashes-up,

.eye__lashes-down {

	stroke: #000;

	fill: none;

	stroke-width: 1.5px;

}



.eye__lashes-down {

	opacity: 0;

}



.tw-circle .eye__lashes-up,

.tw-circle .eye__inner,

.tw-circle .eye__iris {

	animation: blinkHide 2s step-end infinite;

}



.tw-circle .eye__lashes-down {

	animation: blinkShow 2s step-end infinite;

}



@keyframes blinkHide {

	0% {

		opacity: 0;

	}

	10% {

		opacity: 1;

	}

}



@keyframes blinkShow {

	0% {

		opacity: 1;

	}

	10% {

		opacity: 0;

	}

}

@keyframes rotateIt {

    to {

      transform: rotate(-360deg);

    }

  }



.spad {

    padding: 100px 0;

}

.tw-heading {

    color: #000;

    font-size: 54px;

    margin-bottom: 20px;

    font-weight: 700;

    line-height: 65px;

}

.bg-gray{background-color: #f3f3f3;}

h4{line-height: 1.5;}









.navbar {

    padding: 5px 50px;

    background-color: #fff;

}

.navbar.fixed-top {

    padding: 20px 50px;

}

.navbar-nav li a{

    font-family: 'Poppins', sans-serif;

    color: #000;

    font-size: 16px;

    padding-right: 30px!important;

    padding-left: 0px!important;

    font-weight: 500;

    text-decoration: none;

}

.navbar-nav li a:hover,.navbar-nav li.current-menu-item  a{color: #49a229;}

.nav-link {padding: 0!important;}

.navbar-light .navbar-nav .nav-link { color: #000000!important;}

.dropdown-toggle:after {

    content: "\f078";

    font-family: FontAwesome;

    transition: transform .5s;

    padding: 4px 0 7px 3px;

    border-width: 0;

    font-size: 10px;

}

.navbar-nav .dropdown-menu {

    position: static;

    float: none;

    padding: 10px 20px;

    width: 230px;

    box-shadow: 0px 3px 4px #bdbdbd;

    margin: 0;

    border-color: #b9b8b8;

}



#rightsidebar{display: none;}

.ui-datepicker td span, .ui-datepicker td a{
	height:50px !important;
	line-height:50px !important;
}
#fbuilder .ui-datepicker-inline{
	max-width:500px !important;
}
.fieldCalendarfieldname1_1 {
    margin-bottom: 30px !important;
    margin-top: 30px;
}
#field_1-0 label{
	font-weight: 600;
    font-size: 14px;
    cursor: pointer;
}
#field_1-0 label span.r {
    color: #f00;
    margin-left: 5px;
}
#field_1-0 .fieldCalendarServicefieldname1_1 select{
	padding: 5px 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
    font-family: 'Inter', sans-serif;
	font-size: 14px;
	width:50%;
}
#fbuilder .ui-datepicker-calendar th {
    padding: 10px !important;
}
#fbuilder .ui-datepicker-title {
    font-size: 16px;
    padding: 5px;
}
#fbuilder .slots div {
    border: none !important;
}
#fbuilder .slots div a {
    background: #49a229 !important;
    color: #fff;
	padding: 5px 15px !important;
	text-decoration: none;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    border-radius: 10px;
}
#fbuilder .slots div.htmlUsed a {
    color: #fff !important;
    background: #ff685d !important;
}
#fbuilder .slots{
	margin-bottom:30px;
	border:none !important;
	border-radius: 10px;
    padding: 15px !important;
}
.usedSlots .ahb_list {
    padding: 0 15px;
    background: #eee;
}
.usedSlots .ahb_list:first-child {
    padding-top: 10px;
    border-top-left-radius:10px;
	border-top-right-radius:10px;
}
.usedSlots .totalCost {
    padding: 5px 15px 5px;
    border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
	background: #eee;
    font-weight: 700;
    border-top: 1px solid #ccc;
	margin-bottom: 15px;
}
.usedSlots .ahb_list .cancel{
	margin-left:10px;
}
.ahb_list_service{display:none;}
.usedSlots .ahb_list .cancel {
    margin-left: 10px;
    text-decoration: none;
    font-size: 0;
}
.usedSlots .ahb_list .cancel:after {
    color: #f00;
    content: "\ea03";
    font-family: 'Feather';
	font-size: 14px;
}
#fbuilder .form-control-fake .field {
    padding: 5px 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
    font-family: 'Inter', sans-serif;
	font-size: 14px;
}
#fbuilder .top_aligned .fields.form-control-fake label {
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
}
#fbuilder .top_aligned .fields.form-control-fake label span.r {
    color: #f00;
    margin-left: 5px;
}

#fbuilder .pbSubmit {
    background: #49a229 !important;
    color: #fff !important;
    padding: 5px 25px !important;
    font-family: 'Poppins', sans-serif;
    border: none;
    border-radius: 10px;
	margin-top: 0 !important;
}
#fbuilder .captcha {
    margin: 15px 0 0;
	font-weight: 600;
    font-size: 14px;
}
#fbuilder .captcha input[type=text]{
	border: 1px solid #ccc;
    border-radius: 5px;
    padding: 5px 10px;
}
#fbuilder .ui-datepicker-calendar .ui-state-active{
	background: #49a229;
	color:#fff;
}

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

    .toggle-cu-menu { cursor: pointer;}

    .hamburger-box-close {

        position: relative;

        display: inline-block;

        width: 26px;

        height: 24px;

        cursor: pointer;

        top: 2px;

    }

    .hamburger-box-close{    top: 50%; transform: translate(0px, -50%);}

    body.open-mm .mobile-menu .header-expandable-menu-top {

        position: absolute;

        right: 13px;

        top: 25px;

    }

    .hamburger-box-close .hamburger-inner, .hamburger-box-close .hamburger-inner:after,.hamburger-box-close .hamburger-inner:before{background-color: #000; width: 28px;}

    .hamburger-box-close .hamburger-inner {

        transition-delay: .12s;

        transition-timing-function: cubic-bezier(.215,.61,.355,1);

        transform: rotate(45deg);

    }

    .hamburger-box-close .hamburger-inner:before {

        top: 0;

        transition: top 75ms ease,opacity 75ms ease .12s;

        opacity: 0;

    }

    .hamburger-box-close .hamburger-inner:after {

        bottom: 0;

        transition: bottom 75ms ease,transform 75ms cubic-bezier(.215,.61,.355,1) .12s;

        transform: rotate(-90deg);

    }

    .toggle-cu-menu.toggle-cu-menu-open {

        position: absolute;

        right: -10px;

        top: -10px;

        z-index: 20000000;

    }

    body.open-mm .mobile-base {

        position: fixed;

        left: 0;

        top: 0;

        width: 100vw;

        height: 100vh;

        background: rgba(0,0,0,.5);

        z-index: 10000;

    }

    .mobile-menu {

            text-align: left;

            display: block;

            position: fixed;

            right: 0;

            top: 0;

            width: 300px;

            max-width: 100%;

            height: 100vh;

            max-height: 400vh;

            -webkit-overflow-scrolling: touch;

            transition: transform .5s;

            -ms-transform: translateX(310px);

            transform: translateX(310px);

            z-index: 10000010;

            background-color: #fff;

    }

    body.open-mm .mobile-menu {

        -ms-transform: translate(0,0);

        transform: translate(0,0);

    }

    .hamburger {

        font: inherit;

        display: inline-block;

        overflow: visible;

        margin: 0;

        padding: 0;

        cursor: pointer;

        transition-timing-function: linear;

        transition-duration: .15s;

        transition-property: opacity,filter;

        text-transform: none;

        color: inherit;

        border: 0;

        background-color: transparent;

        z-index: 100;

    }

    .hamburger-box {

        position: relative;

        display: inline-block;

        width: 40px;

        height: 24px;

        top: 3px;

    }

    .hamburger-inner {

        top: 50%;

        display: block;

        margin-top: -2px;

    }

    .hamburger-inner:after, .hamburger-inner:before {display: block; content: "";}

    .hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {

        position: absolute;

        width: 15px;

        height: 2px;

        transition-timing-function: ease;

        transition-duration: .15s;

        transition-property: transform;

        border-radius: 4px;

        background-color: #000;

        right: 0;

    }

    .hamburger-inner:before {

        top: -7px;

        width: 20px;

    }

    .hamburger-inner:after {

        bottom: -7px;

        width: 20px;

    }

    .hamburger-inner {

        transition-timing-function: cubic-bezier(.55,.055,.675,.19);

        transition-duration: 75ms;

    }

    .hamburger-inner:before {

        transition: top 75ms ease .12s,opacity 75ms ease;

    }

    .hamburger-inner:after {

        transition: bottom 75ms ease .12s,transform 75ms cubic-bezier(.55,.055,.675,.19);

    }

    body.expand .hamburger{

        top: 15px;

        margin-top: 0px;

        position: absolute;

    }

    body.expand .hamburger-inner {

        transition-delay: .12s;

        transition-timing-function: cubic-bezier(.215,.61,.355,1);

        transform: rotate(45deg);

    }

    body.expand .hamburger-inner:before {

        top: 0;

        transition: top 75ms ease,opacity 75ms ease .12s;

        opacity: 0;

    }

    body.expand .hamburger-inner:after {

        bottom: 0;

        transition: bottom 75ms ease,transform 75ms cubic-bezier(.215,.61,.355,1) .12s;

        transform: rotate(-90deg);

    }

    .menu { margin-top: 50px;}

    #rightsidebar {

        right: 0;

        top:0px;

        display: block!important;

    }

    #rightsidebar ul.dropdown-menu li {

        padding: 5px 0px 5px 10px;

        font-size: 15px;

    }

    ul.header-menu-mobile {

        padding: 0;

        margin: 0;

        list-style: none;

    }

    ul.header-menu-mobile >li {

        font-size: 18px;

        position: relative;

        padding: 10px 20px;

    }

    ul.header-menu-mobile li a {

        color: #000;

        padding: 0;

        font-weight: 500;

       text-decoration: none;

    }

    ul.header-menu-mobile >li ul{padding: 0;margin: 0;list-style: none;}

    ul.header-menu-mobile >li ul li a{font-size:15px; color: #555;}

    #rightsidebar ul.header-menu-mobile li a {

        position: relative;

        display: block; 

    }

    ul.dropdown-menu3 {

        position: relative;

        right: 0px;

        width: fit-content;

    }

    #rightsidebar .dropdown-toggle::after {

        content: '\f078';

        position: absolute;

        right: 0;

        top: 50%;

        font-family: "FontAwesome";

        font-weight: 400;

        transition: transform .5s;

        padding: 7px 0  7px 3px;

        border-width: 0px;

        font-size: 14px;

        transform: translate(0px, -50%);

    }

    .dropdown-menu{

        float: none;

        border-width: 0px;

        position: relative!important;

        min-width: auto!important;

        padding: 10px 10px 0px;

        transform: translate3d(0px, 0px, 0px)!important;

        border-top: 3px solid rgb(255 255 255)!important;

    }

    .header-part .social-menu {margin-right: 0px;}

    .search-box-wrapper .search-box{display: none;}

    #rightsidebar .search-box {

        display: block;

        padding: 20px;

        width: 100%;

    }

    #rightsidebar .search-box form{position: relative;}

    ul.dropdown-menu2,ul.dropdown-menu3 {

        position: relative!important;

        right: auto!important;

        background-color: #fff!important;

    }



}







/*footer**/



.footer-part {

    background: #676767;

    padding: 60px 0 50px;

}

.footer-part h5 {

    font-weight: 600;

    font-size: 24px;

    color: #fff;

    margin-bottom: 24px;

}

.footer-part ul{padding: 0;margin: 0;list-style: none;font-weight: 300;}

.footer-part ul li{

padding-bottom: 15px; font-size: 15px;

}

.footer-part ul li a{

    font-weight: 400;

    font-size:15px;

    color: #fff;

    text-decoration: none;

}

.footer-menu {

    width: 100%;

    float: left;

}

.contact-menu li{

    margin-bottom: 10px;display: flex;align-items: center;color: #fff;

}

.footer-part ul li i {

    padding: 9px;

    background:  #49a229;

    height: 34px!important;

    width: 34px;

    margin-right:10px;

    border-radius: 50%;

    color: #fff;

}

ul.social-menu {margin:0; padding: 0;}

ul.social-menu li {

    display: inline-block;

    vertical-align: top;

    padding-left: 20px;

    position: relative;

}

ul.social-menu li a {

    color: #fff;

    text-decoration: none;

    font-size: 22px;

}

.footer-bottom {

    background: #4E4E4E;

    padding: 10px 0 6px;

    color: #fff;

}

.footer-bottom p {

    font-size: 13px;  font-weight: 300;

}





/**/

.hm-banner .banner-caption {

    position: absolute;

    top: 50%;

    transform: translate(0 , -50%);

    left: 0;

    right: 0;

    margin: 0 auto;

    text-align: center;

    width: 80%;

}

.hm-banner .banner-caption h1 {
    font-weight: 700;
    font-size: 65px;
    color: #fff;
    margin-bottom: 25px;
    text-shadow: 0 2px 10px #0000009c;
}
.hm-banner .banner-caption p{color: #fff;
    text-shadow: 0 2px 10px #0000009c;}
.main-heading{
    font-weight: 700;
    font-size: 65px;
    color: #000000;
}

#about-heading{
font-size: 56px!important	;
}

.tw-subheading{

    font-weight: 700;

    font-size: 18px;

    color: #555151;

    line-height: 1.6;

}





.hm-client {

    padding-top: 50px;

}

.hm-client ul{

    text-align: center;

    padding: 0;

    margin: 0;

    list-style: none;

}

.hm-client ul li{

    display: inline-block;

    padding: 0 23px;

}

.hm-client img {

    filter: grayscale(1);

    transition: 0.5s all;

    opacity: 0.5;

    height: 30px;

}

.hm-client img:hover{ filter: grayscale(0); opacity: 1;}



.hm-about .tw-heading{

    margin-bottom: 35px;

}

.hm-about p {

    margin-bottom: 50px;width: 80%;



}

.hm-about p a{font-weight: 600;text-decoration: underline;color: #676767;}

.circle-button-tw{margin-top: 80px;}





.room-facilities{

    background: #f3f3f3;

    padding: 50px 60px;

}

.facility-details {

    margin-top: 30px;

}

.facility-details img {

    width: 33px;

    margin-right: 14px;

}

.facility-details h5 {

    margin: 3px 0 0 0;

    font-weight: 700;

    font-size: 20px;

    color: #292929;

}

.facility-details p {

    font-weight: 500;

    color: #676767;

    line-height: 1.7;

    margin-top: 13px;

    width: 95%;

}







.hm-services h3{

    font-weight: 700;

    font-size: 40px;

    color: #000000;

}

.hm-services .d-flex.mt-5{    flex-wrap: wrap;}

.hm-services .flex-column{

    flex: 0 0 auto;

    width: 25%;

}

.hm-services .tab-content {

    flex: 0 0 auto;

    width: 75%;

}

.nav-pills .nav-link {

    font-weight: 600;

    font-size: 24px;

    text-transform: capitalize;

    color: #000000;

    padding: 0;

    text-align: left;

    margin-bottom: 45px;

  

}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {

    color: #49a229;

    background-color: #fbfbfb;

}

.nav-pills .nav-link:last-child {

    margin-bottom: 0;

}

.tab-content {

    background: #f3f3f3;

    padding: 0 30px 30px;

 

}

.sub-service-box{margin-top: 30px;}

.sub-service-box h5 {

    margin: 0 0 10px;

    font-weight: 700;

    font-size: 20px;

    color: #292929;

}

.sub-service-box p {

    font-weight: 400;

    color: #676767;

    line-height: 1.7;

    margin-bottom: 5px;

}

.sub-service-box .btn-white {

    padding: 0;

    background-color: transparent;

    font-size: 14px;

    font-weight: 500;

}

.sub-service-box .btn-white img{    width: 13px;}



.info-section ul {

    padding: 0px 0 0 35px;

    margin: 0px 0 0;

    list-style: none;

    position: relative;

}

.info-section ul:after{

    background: rgb(73 162 41); /* Old browsers */

    background: -moz-linear-gradient(top,  rgb(73 162 41) 25%, rgba(219,219,219,1) 25%); /* FF3.6-15 */

    background: -webkit-linear-gradient(top,  rgb(73 162 41) 25%,rgba(219,219,219,1) 25%); /* Chrome10-25,Safari5.1-6 */

    background: linear-gradient(to bottom,  rgb(73 162 41) 25%,rgba(219,219,219,1) 25%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#49a229', endColorstr='#dbdbdb',GradientType=0 ); /* IE6-9 */

    content: '';

    position: absolute;

    width: 3px;

    height: calc(100% - 14px);

    left: 4px;

    top: 7px;

}

.info-section ul li {

    margin-bottom: 30px;

}

.info-section .tw-heading{margin-bottom: 45px;}

.info-section .btn-white{margin-top: 20px;}

.info-section .img-box{

    width: 85%;

}



.hm-testimonial .gray-box {

    margin-top: 20px;

    padding: 30px;

    height: calc(100% - 20px);

    position: relative;

    background: #f3f3f3;

box-shadow: 4px 10px 13px rgba(192, 192, 192, 0.25);

}

.hm-testimonial p{

    color: #4E4E4E;

    line-height: 1.6;

    font-size: 16px;

}

.hm-testimonial p.desc{min-height: 155px;}

.hm-testimonial h5 {

    font-weight: 600;

    font-size: 19px;

    color: #000;

}

.hm-testimonial p.city {

    font-size: 13px;

    margin: 0;

}

.hm-testimonial .gray-box .d-flex img{width: 65px;border-radius: 100%;}





/**********************contact**********************/

.contact-form .form-line {

    position: relative;

    width: 100%;

    

    margin-bottom: 30px;

 }

 .contact-form .form-control ,.contact-form .form-date{

    border-top: none;

    border-left: 0;

    border-right: 0;

    border-radius: 6px;

    background-color: transparent;

    border: 0 solid #ced4da;

    border: 1px solid #d0d0d0;

    position: relative;

    z-index: 1;

    padding: 15px 10px;

 }

 :focus-visible {

    outline: none;

}

 .contact-form .form-date{

    display: block;

    width: 100%;

    padding: 0.375rem 0.75rem;

    font-size: 1rem;

    font-weight: 400;

    line-height: 1.5;

    color: #212529;

    background-clip: padding-box;

    appearance: none;

    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;

}

 .contact-form .form-line.focused .form-label {

    bottom: calc(100% - 22px);

    font-size: 14px;

    color: #212529;

    background: #fff;

    z-index: 2;

 

 }

 .contact-form .form-label {

    position: absolute;

    bottom: 2px;

    cursor: text;

    -moz-transition: .4s;

    -o-transition: .4s;

    -webkit-transition: .4s;

    transition: .4s;

    color: #777777;

    font-size: 17px;

    letter-spacing: .5px;

    z-index: 0;

    left: 10px;

    padding: 0 5px;

 }

 .contact-form textarea {

    height: 90px !important;

 }

 .form-control:focus {

    color: #212529;

    background-color: #fff;

    border-color: #49a229;

    outline: 0;

    box-shadow:none;

}





.contact-icon {

    float: left;

    margin-bottom: 30px;

    margin-right: 15px;

}



.contact-icon i {

    font-size: 20px;

    color: #49a229;

    height: 50px;

    width: 50px;

    border: 1px solid #49a229;

    border-radius: 50%;

    line-height: 50px;

    text-align: center;

    -webkit-transition: .3s;

    transition: .3s;

}

.single-contact:hover .contact-icon i {

    color: #fff;

    border: 1px solid #49a229;

    -webkit-transition: .3s;

    transition: .3s;

    font-size: 25px;

    background: #49a229;

}



.single-contact h2 {

    font-size: 18px;

    margin-top: 20px;

    text-transform: capitalize;

    font-weight: 600;

    -webkit-transition: .3s;

    transition: .3s;

    color: #000000;;

}

.single-contact p a ,.single-contact p{

    text-decoration: none;color: #000000;;

}



@media only screen and (max-width: 1399px) {
    .info-section .img-box { width: 90%;}
  }

  @media only screen and (max-width: 1199px) {
    .tw-heading {
        font-size: 50px;
        line-height: 55px;
    }
    .hm-about .ps-5 { padding-left: 0rem!important;}
    .hm-about .tw-heading {margin-bottom: 25px; }
    .hm-about p { margin-bottom: 35px; }
    .circle-button-tw {margin-top: 60px;}
    .facility-details img { margin-right: 10px;}
    .facility-details h5 {font-size: 19px; }


  }


  @media only screen and (max-width: 991px) {
    .spad {
        padding: 60px 0;
    }
    .tw-heading {
        font-size: 40px;
        line-height: 45px;
    }
    .tw-heading br{display: none;}
    .circle-button-tw {
        bottom: 0;
        right: 0;
    }
    .circle-button-tw{
        position: absolute;
        right: 0;
        bottom: 0;
    }
    .textcircle {width: 125px; }
    .hm-services h3 {  font-size: 30px; }
    .nav-pills .nav-link { font-size: 20px;      margin-bottom: 45px;
    }
    .hm-services .flex-column {
        width: 27%;
    }
    .hm-services .tab-content {
        width: 73%;
    }
    .hm-services .sub-service-box h5 {
        font-size: 18px;
    }
    .info-section .tw-heading {
        margin-bottom: 30px;
    }
    .footer-part img{margin-top: 30px;}

    .page-template-about-template .info-section .img-box ,.page-template-service-template .info-section .img-box{
        width: 100%;
        margin-bottom: 20px;
    }
    .main-heading {
        font-size: 50px;
    }
    #rightsidebar a.btn.btn-success {
        margin-left: 20px;
    }
  }


  @media only screen and (max-width: 767px){
    .hm-banner .banner-caption h1 {
        font-size: 55px;
        margin-bottom: 15px;
    }
    .circle-button-tw {
        bottom: auto;
        top: 0;
    }
    .navbar .btn{display: none;}
  }

  @media only screen and (max-width: 575px){
        .navbar-brand img{ width: 120px;}
        .navbar { padding: 5px 0px;}
        .hm-banner .banner-caption h1 {font-size: 50px;}
        .hm-banner img {
            height: 220px;
            object-fit: cover;
        }
        .hm-about p {
            margin-bottom: 30px;
            width: 100%;
        }
        .textcircle { width: 98px;}
        .hm-about .tw-heading { padding-top: 120px;}
        .circle-button-tw {
            bottom: auto;
            top: 0;
            margin: 0;
            right: auto;
            left: 0;
        }
        .tw-subheading {font-size: 17px;}
        .room-facilities {padding: 30px 30px;}

        .facility-details p {
            margin-top: 10px;
            width:100%;
        }
        .facility-details {
            margin-top: 20px;
        }
        .hm-services .tab-content {
            width: 100%;
        }
        .hm-services div#v-pills-tab {
            flex-direction: row!important;
            margin-right: 0!important;
            margin-bottom: 15px;
        }
        .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
            border-bottom: 1px solid;
            border-radius: 0;
        }
        .nav-pills .nav-link {
            width: auto;
            margin-right: 20px;
            margin-bottom: 10px;
            font-size: 18px;
        }
        .hm-services .d-flex {
            display: block!important;
        }
        .hm-services div#v-pills-tab{width: auto;}
        .nav-pills .nav-link:last-child{margin-bottom: 10px;}
        .hm-testimonial p.desc {
            min-height: auto;
        }
        .footer-bottom .text-end {
            text-align: left!important;
        }
        .footer-bottom ul.social-menu li {
            padding-left: 0;
            padding-right: 20px;
        }
  }


  @media only screen and (max-width: 420px){
    .hm-banner .banner-caption h1 {
        font-size: 35px;
    }
    .hm-banner .banner-caption p {
        font-size: 16px;
    }
    .room-facilities {
        padding: 20px 20px;
    }
    .tab-content {
        padding: 1px 30px 30px;
    }
  }


  .smbtn-fx {
    width: auto;
    height: auto;
    float: left;
    position: relative;
    z-index: 99999;
}

a.btn-whatsapp {
    position: fixed;
    bottom: 30px;
    right: 30px;
    padding: 5px 5px;
    border-radius: 50%;
    text-decoration: none;
    background-color: #fff;
    box-shadow: 0px 3px 13px #00000059;
}

a.btn-whatsapp img {
    width: 50px;
    height: 50px;

}

@media only screen and (max-width: 767px){
    a.btn-whatsapp {
        bottom: 15px;
        right: 15px;
        padding: 0;
        background-color: transparent;
        box-shadow: none;
    }}