@import url('https://fonts.googleapis.com/css2?family=DM+Sans:opsz,wght@9..40,100;9..40,200;9..40,300;9..40,400;9..40,500;9..40,600;9..40,700;9..40,800;9..40,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');

/***Alex Font***/
@font-face {
	font-family: 'Alex Brush';
	src: url('../fonts/AlexBrush-Regular.woff2') format('woff2'),
		url('../fonts/AlexBrush-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}


a {
	text-decoration: none;
}

.bd-brn {
	display: inline-block;
	padding: 12px 32px;
	border: 1px solid #124155;
	border-radius: 40px;
	transition: all .5s ease-in-out;
	background: transparent;
	color: #124155;
}

.bd-brn:hover {
	background: #124155;
	color: #fff;
}

.main-btn {
	display: inline-block;
	padding: 12px 32px;
	border: 1px solid #124155;
	border-radius: 40px;
	transition: all .5s ease-in-out;
	background: #124155;
	color: #fff;
}

.main-btn:hover {
	background: transparent;
	color: #124155;
}

.offer-now {
	display: inline-block;
	padding: 12px 32px;
	border: 1px solid #124155;
	border-radius: 0px;
	transition: all .5s ease-in-out;
	background: #124155;
	color: #fff;
}

.offer-now:hover {
	color: #124155;
	background: #fff;
}

.yellow-btn {
	display: inline-block;
	padding: 12px 32px;
	border: 1px solid #C2A74E;
	border-radius: 40px;
	transition: all .5s ease-in-out;
	background: #C2A74E;
	color: #fff;
}

.yellow-btn:hover {
	background: #fff;
	color: #C2A74E;
}

body {
	font-family: "Inter", sans-serif;
	min-height: 100vh;
	display: flex;
	flex-direction: column;
}

/****Header Section Start****/
.head-logo .logo-card {
	display: inline-block;
}

.head-logo .logo-card img {
	width: 80px;
}

.header-nav ul {
	margin-bottom: 0;
}

/* 
.header-nav ul li {
	display: inline-block;
	margin-right: 30px;
	width: 100%;
} */

.header-nav .nav-link:focus,
.header-nav .nav-link:hover {
	color: #124155;
}

.header-nav ul li a {
	color: #124155;
	text-decoration: none;
	font-size: 17px;
	font-style: normal;
	font-weight: 500;
	display: inline-block;
}

.header-card {
	box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.07);
}

.header-card .navbar-toggler {
	background-color: #124155;
	border: 1px solid #124155;
}

.header-card .navbar-toggler-icon {
	/* background-image: url(../images/header-toggle.png); */
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width: 20px;
	height: 20px;
	filter: invert(1);
}

.header-card .navbar-toggler:focus {
	box-shadow: none;
}

/****Header Section End****/

/****Banneer Section Start****/
.banner-card {
	background: url(../images/banner.png);
	background-size: cover;
	background-position: bottom center;
	min-height: 611px;
	display: flex;
	align-items: center;
}

.banner-captions h1 {
	font-family: "Inter", sans-serif;
	color: #124155;
	font-size: 54px;
	font-style: normal;
	font-weight: 400;
	line-height: 70px;
}

.banner-captions p {
	color: #3C3B3B;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
}

.banner-captions p span {
	color: #9F9F9F;
}

.banner-captions {
	background-color: #fff;
	padding: 12px 20px;
	border-radius: 20px;
	border: 1px solid #333333;
	box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.3);
	z-index: 1;
}

.banner-captions input {
	width: 100%;
	border: 0;
	padding: 5px 12px;
	font-size: 16px;
	color: #3C3B3B !important;
}

.lineheight25 {
	line-height: 25px !important;
}

.banner-captions input:focus-visible {
	border: 0 !important;
	outline: 0;
}

.banner-captions input::placeholder {
	color: #000;
}

.banner-captions .form-control:focus {
	border-color: transparent;
	box-shadow: none;
}

.banner-captions button {
	padding: 10px;
	border: 1px solid #5A5598;
	border-radius: 20px;
	background: #5A5598;
	color: #fff;
	height: 59px;
	width: 69px;
	font-size: 20px;
}

.banner-captions svg {
	width: 30px !important;
	height: 30px;
	min-width: 30px !important;
}

.banner-captions p a {
	color: #3300FF;
	text-decoration: underline;
}

.location svg {
	width: 60px !important;
}

.search_form {
	height: 100%;
}

.search_form input[type="email"],
.location,
.date {
	border-right: 1px solid #124155;
	border-radius: 0;
	height: 100%;
}

.search_form input[type="email"]:focus {
	border-right: 1px solid #124155 !important;
	border-radius: 0 !important;
}

.input_sub_category img {
	width: 35px;
	height: 35px;
	object-fit: cover;
	border: 1px solid #ccc;
	padding: 5px;
	border-radius: 5px;
}

.time-click-date button {
	font-size: 16px !important;
	width: auto !important;
	height: auto;
	border-radius: 10px !important;
}

.time-click {
	position: absolute;
	bottom: -155px;
	right: 0;
}

.input_sub_category {
	position: absolute;
	top: 53%;
	left: 0;
}

.input_sub_category p {
	cursor: pointer;
}

#placedrop .input_sub_category {
	width: 300px;

}

#placedrop1 .input_sub_category img {
	width: 45px;
	height: 45px;
	object-fit: cover;
	border: 1px solid #ddd;
	padding: 9px;
	border-radius: 10px;
	background: #ddd;
}

#placedrop1 svg {
	width: 35px !important;
	height: 35px !important;
	object-fit: cover;
	border: 1px solid #ddd !important;
	padding: 6px;
	border-radius: 10px;
	background: #ddd;
	min-width: 35px !important;
}

#placedrop1 svg path {
	fill: #3C3B3B;
	stroke: #3C3B3B;
}

.time-click-date {
	position: absolute;
	top: 70px;
	z-index: 1;
}



#placedrop1 a {
	padding: 10px;
	display: block;
}

#placedrop1 a:hover {
	background: #eee;
}

#placedrop1 p {
	cursor: pointer;
	text-align: left;
	font-size: 16px;
}

#placedrop1 .input_sub_category {
	top: 140% !important;
	width: 400px;
	z-index: 2;
	padding: 5px 15px;
}

#placedrop p {
	font-size: 16px;
	font-weight: 400;
}

.toggle_btn #placedrop .input_sub_category {
	top: 160% !important;
	width: 300px;
	z-index: 2;
	padding: 5px 15px;
}

.time-click .nav-link.active,
.time-click-date .nav-link.active {
	background: #124155 !important;
	color: #fff !important;
	padding: 5px 15px !important;
	border-radius: 40px;
}

.time-click-date {
	width: 350px !important;
}

.time-click-date .table-condensed {
	width: 100%;
}

.time-click-date .datepicker-inline {
	width: 100% !important;
}

.time-click-date .datepicker table tr td.active.active,
.datepicker table tr td span.active.active {
	background-color: #124155 !important;
	background-image: unset !important
}

.time-click,
.time-click-date {
	display: none;
	background: #fff;
	width: 500px;
	padding: 30px 15px;
	border-radius: 15px;
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.11);
}

.input_sub_category {
	background: #fff;
	width: 300px;
	padding: 30px 15px;
	border-radius: 15px;
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.11);
}

.time-click .nav-link,
.time-click-date .nav-link {
	color: #124155 !important;
	padding: 5px 15px !important;
}

.time-click .nav-pills .nav-link,
.time-click-date .nav-pills .nav-link {
	border-radius: 40px;
}

.dropshow {
	display: none;
}

.availibility_dropshow {
	display: none;
}

.time-click .form-select:focus {
	box-shadow: none;
	border-color: #124155;
}

.headr-btn .dropdown .dropdown-toggle {
	padding: 10px 14px;
	border: 1px solid #124155;
	border-radius: 40px;
	transition: all .5s ease-in-out;
	background: transparent;
	color: #124155;
}

.headr-btn .dropdown .dropdown-item {
	color: #000;
}

.headr-btn .dropdown .dropdown-menu.show {
	border-color: #124155;
	padding: 0;
}

.headr-btn .dropdown .dropdown-item:focus,
.headr-btn .dropdown .dropdown-item:hover {
	background-color: #124155;
	color: #fff !important;
}

/****Banneer Section End****/

/****Service Card Start****/

.serv-card {
	text-align: center;
	display: block;
	position: relative;
}

.serv-card::after {
	border-radius: 30px;
	opacity: 0.4;
	background: #D9D9D9;
	position: absolute;
	right: 0;
	height: 80%;
	width: 2px;
	content: '';
	top: 50%;
	transform: translateY(-50%);
}

.banner-serv-inner {
	border-radius: 30px;
	background: #FFF;
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.11);
	margin-top: -90px;
	padding: 30px;
	position: relative;
	overflow: hidden;
}

.banner-serv-inner::after {
	position: absolute;
	left: 0;
	/* background: url(../images/serv-pattren-lft.png); */
	content: '';
	top: 0;
	width: 101px;
	height: 233px;
}

.banner-serv-inner::before {
	position: absolute;
	right: 0;
	/* background: url(../images/serv-pattren-rt.png); */
	content: '';
	bottom: 0;
	width: 108px;
	height: 236px;
}

.serv-img {
	margin-bottom: 20px;
}

.serv-dis span {
	display: inline-block;
	color: #C2A74E;
	font-family: Alex Brush;
	font-size: 34px;
	font-style: normal;
	font-weight: 400;
}

.serv-dis h4 {
	color: #124155;
	font-family: DM Serif Display;
	font-size: 30px;
	font-style: normal;
	font-weight: 400;
	margin-bottom: 30px;
	position: relative;
}

.serv-dis h4::after {
	position: absolute;
	bottom: -15px;
	/* background: url(../images/zig-zag.png); */
	content: '';
	left: 50%;
	transform: translateX(-50%);
	width: 50px;
	height: 7px;
}

.serv-dis p {
	color: #303F46;
	text-align: center;
	font-family: DM Sans;
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
	width: 60%;
	margin: 0 auto;
}

.serv-card.last-card::after {
	display: none;
}

.banner-service-card {
	padding-bottom: 100px;
}

.dropdown_inner {
	position: unset !important;
}

.dropdown_inner button {
	background: transparent !important;
	color: #000;
	border: 0;
}

.dropdown_inner button:hover {
	color: #000;
}

.dropdown_inner button:focus {
	border-color: transparent;
	box-shadow: none;
	color: #000 !important;
}

.dropdown_inner .dropdown-toggle::after {
	display: none;
}

.dropdown_inner .dropdown-menu.show {
	display: inline-block;
	width: 500px;
	border-radius: 15px;
	transform: unset !important;
	inset: unset !important;
	right: 0 !important;
	top: 80px !important;
}

/****Service Card End****/


/****Book Sec Start****/
.book-sec {
	/* background: url(../images/book-main.png); */
	background-size: cover;
	padding: 100px 0 220px 0;
}

.book-dis {
	width: 40%;
}

.book-dis h4 {
	color: #FFF;
	font-family: DM Serif Display;
	font-size: 42px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
}

.treatment-card-inner {
	/* background: url(../images/treatment-bg.png); */
	background-size: cover;
	padding: 50px;
	position: relative;
	margin-top: -170px;
}

.treat-ment-head {
	text-align: center;
}

.treat-ment-head p {
	color: #C2A74E;
	font-family: Alex Brush;
	font-size: 34px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-bottom: 0px;
}

.treat-ment-head h4 {
	color: #124155;
	font-family: DM Serif Display;
	font-size: 42px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.treatment-card-list {
	display: flex;
	flex-flow: wrap;
	gap: 40px;
}

.treatment-inner-card {
	flex: calc(20% - 40px);
	max-width: calc(20% - 40px);
	height: 161px;
	background: #fff;
	padding: 30px;
	position: relative;
	text-align: center;
}

.treatment-inner-card::after {
	position: absolute;
	top: 0;
	left: 0;
	/* background: url(../images/spa-pattren.png); */
	content: '';
	width: 161px;
	height: 75px;
}

.treatment-inner-card h4 {
	color: #303F46;
	text-align: center;
	font-family: DM Serif Display;
	font-size: 18px;
	font-weight: 400;
}

.treatment-inner-card img {
	margin-bottom: 20px;
}

/****Book Sec End****/

/****Why Choose Sec Start****/
.massage-tabs {
	background: rgba(194, 167, 78, 0.88);
}

.massage-lnks {
	display: block;
	text-align: center;
	color: #FFF;
	text-align: center;
	font-family: DM Serif Display;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.96px;
	transition: all .5s ease-in-out;
}

.massage-lnks:hover {
	color: #fff;
}

.whychoose-sec {
	/* background: url(../images/why-choose-bg.png); */
	background-size: cover;

}

.why-choose-card {
	padding: 80px 0 150px 0;
}

.why-choose-dis h4 {
	color: #FFF;
	font-family: DM Serif Display;
	font-size: 42px;
	font-style: normal;
	font-weight: 400;
	text-transform: uppercase;
}

.why-choose-dis p {
	color: #FFF;
	text-align: justify;
	font-family: DM Sans;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
}

.expert-card-sec {
	display: flex;
	flex-flow: wrap;
	gap: 20px;
	background: #000000;
	padding: 20px;
	position: relative;
	justify-content: center;
	align-items: center;
}

.expert-card-sec::after {
	position: absolute;
	left: 50%;
	width: 1px;
	border-radius: 4px;
	opacity: 0.38;
	background: #FFF;
	height: 90%;
	content: '';
	transform: translateX(-50%);
}

.expert-card-sec::before {
	position: absolute;
	top: 50%;
	width: 90%;
	border-radius: 4px;
	opacity: 0.38;
	background: #FFF;
	height: 1px;
	content: '';
	transform: translateY(-50%);
}

.expert-card {
	flex: calc(50% - 20px);
	max-width: calc(50% - 20px);
	padding: 14px;
}

.expert-card .expert-card-hd {
	color: #FFF;
	text-align: justify;
	font-family: DM Serif Display;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	margin-bottom: 12px;
}

.check-card {
	width: 43px;
	height: 43px;
	display: inline-block;
	background: #C2A74E;
	border-radius: 50%;
	text-align: center;
	line-height: 43px;
	margin-right: 12px;
}

.expert-card h4 {
	margin-bottom: 0;
}

.expert-card p {
	color: #FFF;
	text-align: justify;
	font-family: DM Sans;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	margin-bottom: 0;
}

/****Why Choose Sec End****/


/****Counter Sec Start****/
.counter-sec-inr {
	background: url(../images/counter-bg.png);
	background-size: cover;
	padding: 45px;
	border-radius: 4px;
	margin-top: -100px;
}

.count-sec-icon {
	display: inline-block;
	width: 77px;
	height: 79px;
	background: #C2A74E;
	text-align: center;
	border-radius: 4px;
	line-height: 69px;
	margin-bottom: 10px;
}

.counter-sec-inr .item.wow p {
	color: #124155;
	text-align: justify;
	font-family: DM Sans;
	font-size: 32px;
	font-style: normal;
	font-weight: 500;
	margin-bottom: 10px;
}

.counter-sec-inr .item.wow h5 {
	color: #303F46;
	text-align: justify;
	font-family: DM Sans;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
}

.counter-sec-inr .item.wow {
	position: relative;
	padding-left: 35px;
}

.counter-sec-inr .item.wow::after {
	border-radius: 30px;
	opacity: 0.61;
	background: #D9D9D9;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	content: '';
	position: absolute;
	height: 100%;
	width: 1px;
}

.counter-sec-inr .bd-card::after {
	display: none !important;
}

/****Counter Sec End****/


/****Download App Sec. Start****/
.download-app-sec {
	padding: 100px 0;
}

.download-app-dis h4 {
	color: #124155;
	font-family: DM Serif Display;
	font-size: 40px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.download-app-dis p {
	color: #303F46;
	font-family: DM Sans;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
}

.app-download a {
	display: inline-block;
}

.downloap-inr-sec {
	/* background: url(../images/app-bg.png); */
	background-size: cover;
	border-radius: 30px;
}

.download-app-dis {
	padding: 50px;
}

.download-app-imd {
	position: relative;
	text-align: center;
	margin-top: -100px;
}

.download-app-sec {
	padding: 160px 0 100px 0;
}

/****Download App Sec. End****/

/***Offer Sec Start***/
.offer-card {
	padding: 20px;
}

.offer-card-inr {
	border: 1px solid #fff;
	padding: 40px 30px;
}

.offer-card-inr p {
	color: #C2A74E;
	font-family: Alex Brush;
	font-size: 34px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-bottom: 0px;
}

.offer-card-inr h4 {
	color: #000;
	font-family: DM Serif Display;
	font-size: 40px;
	font-style: normal;
	font-weight: 400;
	margin-bottom: 30px;
	position: relative;
	width: 60%;
	text-transform: uppercase;
}

/***Offer Sec Start***/


/****Footer Sec. Start****/
footer {
	margin-top: auto;
}

.footer-card {
	background: #124155;
}

.Copyright {
	padding: 8px 0;
	border-top: 1px solid rgba(255, 255, 255, .9);
}

.Copyright p {
	margin-bottom: 0;
	color: #fff;
}

.Copyright p a {
	color: #fff;
}

.footer-logo {
	margin-bottom: 25px;
}

.ftr-hd {
	color: #FFF;
	font-family: DM Sans;
	font-size: 17px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-bottom: 20px;
}

.ftr-links {
	padding-left: 0;
	list-style: none;
}

.ftr-links li {
	color: #FFF !important;
	font-family: DM Sans;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	display: block;
	margin-bottom: 14px;
	position: relative;
	padding-left: 20px;
}

.ftr-links li::after {
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	/* background: url(../images/double-arrow.png); */
	width: 18px;
	height: 18px;
}

.ftr-links li a {
	color: #fff;
}

.ftr-dis p {
	color: #FFF;
	text-align: justify;
	font-family: DM Sans;
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
	line-height: 26px;
	margin-bottom: 45px;
}

.ftr-dis .ml {
	margin-right: 90px;
}

.social-link ul {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}

.social-link ul li {
	display: inline-block;
	margin-right: 10px;
}

.social-link ul li a {
	display: inline-block;
}



.cntct-no svg {
	margin-right: 10px;
}

.cntct-no p {
	color: #FFF;
	font-family: DM Sans;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
}

/****Footer Sec. End****/


/* static page css start */
.breadcrum-card {
	/* background-image: url('/static/admin-assets/images/breadcrumb_bg.jpg'); */
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.breadcrumb_overlay {
	background: linear-gradient(180deg, #12415569 0%, rgb(0 38 51 / 61%) 57.04%);
	padding: 100px 0px 100px 0px;
}

.bfreadcrum-inner h2 {
	color: #fff;
	font-size: 40px;
	line-height: 50px;
}

.bfreadcrum-inner p {
	color: #fff;
	font-size: 20px;
	line-height: 30px;
}

/* static page css end */

/* about us */
.about-main {
	padding: 80px 0;
}

.left_img_1 img {
	width: 400px;
	height: 400px;
	border-radius: 5px;
	object-fit: cover;
}

.left_img_2 img {
	width: 300px;
	height: 300px;
	object-fit: cover;
	border-radius: 5px;
	position: absolute;
	bottom: 50px;
	right: 50px;
}

.heading_left h5 {
	color: #124155;
	font-weight: 600;
	font-size: 23px;
	line-height: 33px;
}

.heading_left h3 {
	font-size: 35px;
	line-height: 45px;
	color: #000;
	font-weight: 600;
}

.about_page_about_text ul li {
	list-style-type: none;
}

.about_page_about_text .common_btn {
	background-color: #124155;
	color: #fff;
	text-transform: capitalize;
	padding: 10px 30px;
	border-radius: 50px;
	margin-top: 20px;
	display: inline-block;
}

.vision-main {
	padding-bottom: 80px;
}

.about_page_about_text h6 {
	font-weight: 600;
	margin-bottom: 0;
	padding: 10px 0;
}

/* about us */

/* blog css start */
.blog_main {
	padding: 80px 0;
}

.blog_main .featured_blog {
	margin-top: 25px;
}

.blog_main .featured_blog_img {
	height: 400px;
	border-radius: 5px;
	overflow: hidden;
	position: relative;
	z-index: -1;
}

.blog_main .featured_blog_text {
	box-shadow: 5px 8px 30px rgba(5, 13, 54, 0.05);
	background: #fff;
	width: 85%;
	margin: 0 auto !important;
	padding: 20px;
	margin-top: -50px !important;
	border-radius: 5px;
}

.blog_main .featured_blog_text ul li {
	font-size: 16px;
	font-weight: 400;
	text-transform: capitalize;
	color: #000;
}

.blog_main .featured_blog_text .title {
	color: #000;
	font-size: 24px;
	font-weight: 600;
	text-transform: capitalize;
	margin: 15px 0px;
	overflow: hidden;
}

.blog_main .featured_blog_text {
	font-size: 16px;
	font-weight: 400;
	margin: 0;
	color: #303F46;
}

.blog_main .featured_blog_text .read_more_btn {
	margin-top: 15px;
	padding-top: 15px;
	border-top: 2px solid #eee;
	font-size: 16px;
	text-transform: capitalize;
	color: #124155;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	font-weight: 700;
}

.blog_main .featured_blog_text ul {
	padding-left: 0;
}

.blog_main .featured_blog_text ul li {
	font-size: 16px;
	font-weight: 400;
	text-transform: capitalize;
	color: #000;
	list-style-type: none;
}

.blog_main .featured_blog_text ul li i,
.blog_main .blog_details_text .header_info li i {
	margin-right: 5px;
	color: #124155;
}

.blog_main .pt_25 {
	padding-top: 25px !important;
}

.blog_main .sidebar_item {
	background: #124155;
	border-radius: 5px;
	padding: 25px;
}

.blog_main .mb_25 {
	margin-bottom: 25px !important;
}

.blog_main .sidebar_item h3 {
	font-weight: 600;
	font-size: 24px;
	padding-left: 20px;
	text-transform: capitalize;
	position: relative;
	margin-bottom: 30px;
	text-align: left;
	color: #fff;
}

.blog_main .sidebar_item h3::after {
	position: absolute;
	content: "";
	width: 5px;
	height: 26px;
	background: #fff;
	border-radius: 30px;
	top: 1px;
	left: 0;
}

.blog_main .sidebar_search form {
	position: relative;
}

.blog_main .sidebar_search form input {
	border: 0;
	border-radius: 5px;
}

.blog_main .sidebar_search form input,
.blog_main .sidebar_search form textarea {
	width: 100%;
	padding: 12px 67px 12px 20px;
	outline: none;
	resize: none;
	font-size: 16px;
	font-weight: 300;
}

.blog_main .sidebar_search form button {
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #124155;
	color: #fff;
	border-radius: 5px;
	position: absolute;
	top: 50%;
	right: 6px;
	-webkit-transform: translateY(-50%);
	border-color: #124155;
	border: 0;
}

.blog_main .sidebar_category ul,
.blog_main .sidebar_blog ul,
.blog_main .blog_details_text .header_info {
	padding-left: 0;
}

.blog_main .sidebar_category ul li,
.blog_main .blog_details_text .header_info li,
.blog_main .sidebar_blog ul li {
	list-style-type: none;
}

.blog_main .sidebar_category ul li a {
	font-size: 16px;
	font-weight: 400;
	text-transform: capitalize;
	color: #000;
	background: #fff;
	padding: 10px 20px 10px 20px;
	border-radius: 5px;
	margin-bottom: 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
}


.blog_main .sidebar_blog ul li a {
	display: flex;
	flex-wrap: wrap;
	align-items: start;
	justify-content: space-between;
	margin-bottom: 20px;
}

.blog_main .sidebar_blog ul li a .img {
	width: 90px;
	height: 90px;
	border-radius: 5px;
	overflow: hidden;
}

.blog_main .sidebar_blog ul li a .text {
	width: 72%;
}

.blog_main .sidebar_blog ul li a .text span {
	text-transform: capitalize;
	display: flex;
	align-items: center;
}

.blog_main .sidebar_blog ul li a .text p {
	font-weight: 500;
	text-transform: capitalize;
	color: #fff;
	margin-top: 0;

}

.blog_main .sidebar_blog ul li a .img img {
	height: 100%;
	object-fit: cover;
}

.blog_main .sidebar_blog ul li a .text span i {
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	background: #fff;
	color: #124155;
	font-size: 11px;
	border-radius: 50%;
	margin-right: 10px;
}

.blog_main .sidebar_blog ul li a .text span {
	color: #fff;
}

.blog_main .blog_details_text .header_info {
	margin-top: 20px;
	padding: 0;
}

.blog_main .blog_details_text p {
	color: #303F46;
}

.blog_main .blog_details_text h2 {
	color: #000;
	font-size: 24px;
	font-weight: 600;
	text-transform: capitalize;
}

.blog_main .blog_details_img img {
	border-radius: 5px;
}

.sidebar_category.sidebar_item .active {
	background-color: #C2A74E !important;
	color: #fff !important;
}

/* blog css end */

/* invoice css start */

.invoice_main {
	background: #e7e9ed;
	min-height: 100vh;
	padding: 30px 0;
}

.invoice_main .text-4 {
	font-size: 18px;
	line-height: 28px;
}

.invoice_main p {
	font-size: 15px;
	line-height: 25px;
}

.invoice_main .invoice-bg {
	padding: 70px;
	max-width: 850px;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 6px;
}

.invoice_main table tr.bg-light td {
	background-color: #f8f9fa !important;
}

.invoice_main .table>:not(caption)>*>* {
	padding: 15px 10px;
}

.invoice_main tr.bg-light strong {
	font-size: 14px;
	line-height: 24px;
}

.invoice_main .table>:not(:first-child) {
	border-top: 1px solid #f8f9fa;
}

/* invoice css end */

.blog-not-found {
	margin-left: 33%;
}

.input_sub_category input[type="checkbox"] {
	width: auto !important;
}

.input_sub_category input[type="radio"] {
	width: auto !important;
}

#placedrop1 {
	display: none;
}

/*  radio look like checkbox  */

.input_sub_category-width {
	height: 250px;
	overflow-y: scroll;
}

.input_sub_category-width::-webkit-scrollbar {
	width: 3px;
}

.input_sub_category-width::-webkit-scrollbar-button {
	background: #fff;
}

.input_sub_category-width::-webkit-scrollbar-thumb {
	background: #124155;
}



/*  google translator  */
.goog-te-gadget-icon {
	display: none;
}


.goog-te-gadget-simple {
	background-color: #ecebf0 !important;
	border: 0 !important;
	font-size: 10pt;
	font-weight: 800;
	display: inline-block;
	padding: 10px 10px !important;
	cursor: pointer;
	zoom: 1;
}

.goog-te-gadget-simple span {
	color: #3e3065 !important;
}

/* hididng top bar google translator */
body {
	top: 0px !important;
}

body>.skiptranslate>iframe.skiptranslate {
	display: none !important;
	visibility: hidden !important;
}

/* google translator loader */
.VIpgJd-ZVi9od-aZ2wEe-wOHMyf-ti6hGc {
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	left: 50% !important;
	top: 50% !important;
	text-align: center !important;
}

/* for hiding feedback promt  */
#goog-gt-tt {
	display: none !important;
}

.VIpgJd-yAWNEb-VIpgJd-fmcmS-sn54Q {
	background-color: #fff !important;
	box-shadow: none !important;

}

/*  google translator end */


/* service type  */
.service_img img {
	width: 100%;
	height: 400px;
	object-fit: cover;
}

/* service type end */


/* neww css strat */
.banner-main {
	background-color: #0c0c20;
	height: calc(100vh - 40px);
	display: flex;
	align-items: center;
	justify-content: center;
}

.banner-main .bg-vector {
	z-index: 1;
}

.banner-main .bg-vector:before {
	content: '';
	background-image: url('../images/bg-Vector.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	width: 175px;
	height: 74px;
	position: absolute;
	top: -6px;
	right: 0;
	z-index: -1;
}

.header-card {
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
}

.bg-dark-blue {
	background-color: #215F9A !important;
	border: 1px solid #215F9A;
	border-radius: 100px;
	color: #fff !important;
	padding: 12px 50px !important;
}

.bg-dark-blue:hover {
	background-color: #fff !important;
	border-color: #fff;
	color: #215F9A !important;
}

.left-img {
	position: absolute;
	top: 124%;
	left: 0;
}

.top-img {
    top: -90%;
    position: absolute;
    left: 45%;
}

.right-img {
    position: absolute;
    right: 0;
    top: 124%;
}

.left-img img,
.top-img img,
.right-img img {
	width: 50px;
	height: 50px;
}

footer {
	margin-top: auto;
	background: #0c0c20;
	color: #fff;
}

.text-dark-blue{
	color:#215F9A;
}
/* neww css end */
