.hbooking .nav-tabs {
    border-bottom: none;
	    margin-bottom: 40px;
}	

.tabs-ct .nav-link {
    box-sizing: border-box;
    border: 1px solid rgb(100, 120, 255) !important;
    border-radius: 500px  !important;
    color: rgb(68, 81, 221) !important;
    font-family: Manrope;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
	
	}
	.tabs-ct .nav-item {
    margin-right:20px;
	}
	.tabs-ct .nav-item:last-child {
    margin-right:0px;
	}
	.tabs-ct .nav-link.active {
    background: rgb(100, 120, 255) !important;
	color: rgb(255, 255, 255) !important;
	border: 1px solid rgb(100, 120, 255) !important;
	}
	.tabs-ct .nav-link:hover {
    background: rgb(100, 120, 255);
	color: rgb(255, 255, 255) !important;
	border: 1px solid rgb(100, 120, 255) !important;
	}
	.tabs-ct {
    text-align: center;
    display: flex;
    justify-content: center;
	margin-bottom:40px !important;
	border: none !important;
	}
	.hbooking .badge {
    color: rgb(0, 0, 0);
    font-family: Manrope;
    font-size: 20px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: 0%;
    text-align: left;
	box-sizing: border-box;
	border: 0.5px solid rgb(0, 0, 0,0.5);
	width: 40px;
	height: 40px;
	border-radius:40px;
	}
	.hbooking .badge-ico {
    background: rgb(208, 213, 255);
    opacity: 0.5;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 40px;
	    aspect-ratio: 1 / 1;
	}
	.hbooking .d-flex > div {
    width: 84%;
	color: rgb(0, 0, 0);
	font-family: Manrope;
	font-size: 20px;
	font-weight: 600;
	line-height: 27px;
	letter-spacing: 0%;
	text-align: left;
	margin-bottom:15px;
	}
	.hbooking .border {
    border-radius: 20px !important;
    background: rgb(255, 255, 255);
    border: none !important;
	padding: 30px 40px !important;
	}
	.hbooking .border > p {
    color: rgb(0, 0, 0);
    font-family: Manrope;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0%;
    text-align: left;
	}
	.hbooking .border .btn {
    border-radius: 500px;
	background: rgb(0, 182, 170);
	width: 100%;
	max-width: 288px;
	height: 60px;
	color: rgb(255, 255, 255);
	font-family: Manrope;
	font-size: 16px;
	font-weight: 600;
	line-height: 48px;
	text-align: center;
	}
	
	.hbooking .border .btn:hover {
		background: rgb(68, 81, 221);
    color: rgb(255, 255, 255);
	}
	
	
	@media (max-width: 768px) {
		
		.hbooking .border {
        padding: 20px 15px !important;
}
		
	}