.days, .hours, .minutes, .seconds 
{
		float:left;
		margin: 10px 0px;
		padding: 10px;
		text-align: center;
		font-family: "Inter", sans-serif;
		color: #ffffff;
}

/* START - THEME SETTINGS */
div.timeInformation span.value.dark
{
	color: #ffffff;
}

div.timeInformation span.value.light
{
	color: #000000;
}
/* END - THEME SETTINGS */

/* START - STYLE FOR COLORS */
.purple
{
	color: #cf55f9;
}
/* END - STYLE FOR COLORS */

.vertical
{
	width: 100px;
}

.clearfix
{
	clear:both;
}

/* START - STYLE FOR DEFAULT TYPE - CIRCLE BARS */
.circle-bar
{
	width: 100px;
	height: 100px;
	margin: 10px;
	padding: 0px;
	float: left;
	position: relative;
}

div.circle-bar div.timeInformation
{
	width: 100px;
	height: 100px;
	position: absolute;
	margin: 0px;
	padding: 15px 0px 0px 0px;
}

div.circle-bar div.timeInformation span.value.
{
	line-height: 48px;
	font-size: 24px;
}

div.circle-bar div.timeInformation span.time-unit
{
	line-height: 20px;
	font-size: 18px;
	font-family: "Inter", sans-serif;
}

.empty-circle
{
	position:absolute; 
	width:22px; 
	height:22px; 
	padding: 0px;
	margin: 0px;
	border: 0px;
}

.empty-circle.light
{
	background-image:url("../images/empty_0_light.html");
}

.empty-circle.dark
{
	background-image:url("../images/empty_0_dark.html");
}

.image
{
	position:absolute;
	top:0px;
	left:0px;
	padding: 0px;
	margin: 0px;
	border: 0px;
}

div.block div.timeInformation
{
	width: 100px;
	height: 70px;
	margin: 0px;
}

div.block div.timeInformation span.value
{
	line-height: 48px;
	font-size: 36px;
}

div.block div.timeInformation span.time-unit
{
	line-height: 20px;
	font-size: 18px;
}
.testimonials {
    padding: 50px 0 0;
}
.box_item {
    border: 3px solid #cbc7c7;
    padding: 30px;
    border-radius: 15px;
    min-height: 249px;
    margin-bottom: 30px;
    text-align: center;
        position: relative;
}
.box_item:before {
    content:'';
    position: absolute;
    top: -22px;
    left: -10px;
    width: 20%;
    height: 25%;
    background: url(../img/left_quote.png) no-repeat left top, #ffffff;
}
.box_item:after {
    content:'';
    position: absolute;
    bottom: -22px;
    right: -10px;
    width: 20%;
    height: 25%;
    background: url(../img/left_quote.png) no-repeat left top, #ffffff;
}
.box_item img {
	border-radius: 10px;
    background: #fff464;
    padding: 7px;
    position: relative;
    box-shadow: 0px 0px 20px #ece9e9;
    margin-bottom: 15px;
}
.box_item p {
	
}
.box_item h5 {
	font-weight: 700;
    font-size: 20px;
    margin-bottom: 10px;
    color: #009846;
}

.how-it-works {
      margin-top: 50px;
}

    .how-it-works h2 {
      font-size: 32px;
      margin-top: 40px;
      color: #333;
    }
    .step {
          background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
    padding: 30px 20px;
    transition: transform 0.3s ease;
    text-align: center;
    }

    .step:hover {
      transform: translateY(-5px);
    }

    .step-icon {
      font-size: 40px;
      color: #007bff;
      margin-bottom: 20px;
    }

    .step-title {
          font-size: 18px;
			margin-bottom: 10px;
			color: #009846;
			font-weight: 600;
    }

    .step-desc {
      font-size: 16px;
      color: #555;
    }
		.service_item {
                padding: 15px;
            border-radius: 10px;
            margin-bottom: 30px;
                background: #fff464;
    text-align: center;
		}
		.service_item img {
            border-radius: 10px;
    background: #ffffff;
    padding: 7px;
    position: relative;
    margin-top: -43px;
    box-shadow: 0px 0px 20px #ece9e9;
		}
		.service_item .btn_call a {
		    padding: 4px 10px !important;
            font-size: 11px !important;
		}
		.service_item h4 {
    padding: 10px 0;
    font-size: 22px;
    font-weight: 600;
    color: #009846;
		}
				.service_item p {
					margin:0;
				}
.footer_section .text-right {
	text-align: right;
}
.brudcrumb {
    background: #009846;
    padding: 125px 0 50px;
    color: #fff;
    text-align: center;
}
.brudcrumb h2 {
    font-size: 30px;
    font-weight: 600;
}
.btn_call a {
    background: #009846;
    line-height: 30px;
    display: inline-block;
    padding: 10px 15px;
    border-radius: 10px;
    font-size: 18px;
    color: #ffffff;
    font-weight: 500;
}
.nav-link:focus, .nav-link:hover {
    color: #009846 !important;
}
.btn_call a i {
    color: #fff;
}
.gall_item {
    box-shadow: 0 0 10px #b1a9a9;
    padding: 10px;
    margin-top: 30px;
    border-radius: 10px;
    text-align: center;
}
.gall_item img {
    width: 100%;
        height: 260px;
    object-fit: cover;
    border-radius: 10px;
}
.gall_item p {
    margin: 0;
    padding: 10px;
    font-size: 18px;
    color: #000;
}
.top_footer {
    background: #000000;
    padding: 50px 0;
}
.top_footer p {
    color: #fff;
    margin-bottom: 10px;
}
.top_footer ul {
    color: #fff;
}
.top_footer ul li a {
    color: #fff;
    display: block;
    margin-top: 10px;
}
.top_footer h4 {
    font-size: 22px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 10px;
}
@media (max-width:767px) {
    .hero_banner_slide {
            height: auto !important;
    }
.top_footer ul {

    margin-bottom: 20px;
}
.nav-link {
        margin: 10px 15px;
}
.banner_hero {
    padding: 150px 0 100px !important;
}
.reservation form {
    margin-bottom: 30px;
}
    .top_header p {
        font-size: 12px !important;
    }
    .top_header a {
        font-size: 13px !important;
    }
    .banner_hero .data_hero span {
        font-size: 16px !important;
    }
    .banner_hero .data_hero h3 {
        font-size: 26px !important;
        line-height: 35px !important;
    }
    .btn_call a {
        line-height: 26px !important;
        padding: 3px 14px 3px 3px !important;
        font-size: 13px !important;
     
    }
    .btn_call a i {
            height: 25px !important;
        width: 25px !important;
        margin-right: 5px !important; 
    }
    .service_item {
        padding: 10px !important;
        margin-bottom: 60px !important;
    }
   
    .tb-borders h1 {
        line-height: 39px;
        font-size: 24px !important;
    }
    .logo_footer {
     margin-bottom: 20px;   
    }
    .footer_section {
        text-align: center !important;
    }
    .footer_section .text-right {
        text-align: center !important;
        margin-top: 10px;
    }
    .form_banner {
        margin-top: 30px;
        padding: 10px !important;
    }
    .banner_middle_single img {
    height: 200px !important;
    }
    .form-check {
        margin-left: 15px;
    }
    .step {
        margin-top: 30px;
    }

}
.logo-header {
    position: fixed;
    width: 100%;
    z-index: 1111;
    background: #000000;
}
.banner_middle_single {
    
}
.banner_middle_single img {
        width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 10px;
}
.navbar-toggler-icon {
        filter: brightness(500);
}
button:active, .button:active {
    background: transparent;
}
.tari_data {
    
}
.tari_data h2,
.tari_data h2 strong {
        font-size: 22px;
    font-weight: 600;
}
.tari_data ul {
    
}
.tari_data ul li {
    line-height: 30px;
    font-weight: 500;
    border: 1px solid;
    margin-bottom: 5px;
    padding: 5px;
}