@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&amp;display=swap');
body {
	font-size: 14px;
	color: #585754;
	line-height: 28px;
	font-weight: 400;
	background: #ffffff;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-family: 'Poppins', sans-serif;
}
a {
	text-decoration: none;
	cursor: pointer;
}
a:hover, a:focus, a:visited {
	text-decoration: none;
	outline: none;
}
h1, h2, h3, h4, h5, h6 {
	position: relative;
	background: none;
	font-weight: 600;
	line-height: 1.2em;
	font-family: 'Poppins', sans-serif;
}
h1 {
	font-size: 50px;
	color: #0F4D7E;
}
h2 {
	font-size: 40px;
	color: #0F4D7E;
}
h3 {
	font-size: 30px;
	color: #0F4D7E;
}
h4 {
	font-size: 24px;
	color: #0F4D7E;
}
h5 {
	font-size: 20px;
	color: #0F4D7E;
}
h6 {
	font-size: 17px;
	color: #0F4D7E;
}
/*section {
  position: relative;
}
*/
textarea {
	overflow: hidden;
	resize: none;
}
button {
	background-color: transparent;
	outline: none !important;
	cursor: pointer;
	min-width: auto;
}
p, .text {
	font-size: 14px;
	line-height: 30px;
	color: #585754;
	font-weight: 400;
}
.image_box img {
	width: 100%;
	margin-bottom: 5%;
}
.section_heading {
	position: relative;
	margin-bottom: 3%;
}
.section_heading h1 {
	display: block;
	font-size: 28px;
	line-height: 30px;
	color: #0F4D7E;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
}
.section_heading h1::after {
	content: "";
	display: block;
	width: 100px;
	height: 5px;
	background-color: #0F4D7E;
	margin: auto;
	margin-top: auto;
	margin-top: 10px;
}
.section_heading h2 {
	display: block;
	font-size: 28px;
	line-height: 30px;
	color: #dc3571;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
}
.section_heading p {
	text-align: center;
	font-size: 14px;
	color: #333;
}
.btn {
	display: inline-block;
	padding: 5px 15px;
	font-size: 14px;
	color: #fff;
	margin-bottom: 1%;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;/*background-color: #01a858;*/
}
.cust_btn {
	padding: 11px 35px;
	border: 1px solid #fff;
	border-radius: 0;
	background-color: #0F4D7E;
	-webkit-transition: border-color .5s, color .5s, background-color .5s;
	transition: border-color .5s, color .5s, background-color .5s;
	color: #fff;
	font-weight: 600;
	text-align: left;
	text-transform: uppercase;
}
.cust_btn:hover {
	background-color: #fff;
	border: 1px solid #0F4D7E;
	color: #0F4D7E;
}
.bg_grey {
	background-color: #eee;
}
.bg_blue {
	background-color: #0F4D7E;
}
.bg_blue p, .bg_blue h2 {
	color: #fff;
}
.image-box {
	text-align: center;
}
.image-box img {
	margin-bottom: 5%;
}
/*---------- Header Css Starts -----------*/

.navbar {
	background-color: #fff;
	border-top: 2px solid #0F4D7E;
}
.navbar {
	padding: 0;
}
.navbar-light .navbar-nav .nav-link {
	color: #333;
	font-size: 16px;
	font-weight: 600;
}
.navbar-light .navbar-nav .nav-link:hover {
	color: #0F4D7E;
}
/*.navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .show > .nav-link {
  color: #fff;
}*/

.navbar-expand-lg .navbar-nav .nav-link {
	padding: 1rem 1rem;
}
.dropdown-menu {
	position: absolute;
	top: 97%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 10rem;
	padding: 0 0;
 margin: .125rem 0 0;
	font-size: 1rem;
	color: #fff;
	text-align: left;
	list-style: none;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0,0,0,.15);
	border-radius: 0rem;
}
.dropdown-menu .dropdown-item {
	color: #777;
	font-size: 16px;
	font-weight: 400;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.dropdown-item:focus, .dropdown-item:hover {
	color: #fff;
	text-decoration: none;
	background-color: #0F4D7E;
}
.dropdown-submenu {
	position: relative;
}
.dropdown-submenu>.dropdown-menu {
	top: 15%;
	left: 100%;
	margin-top: -6px;
	margin-left: -1px;
	-webkit-border-radius: 0 6px 6px 6px;
	-moz-border-radius: 0 6px 6px;
	border-radius: 0 6px 6px 6px;
}
.dropdown:hover>.dropdown-menu {
	display: block;
}
.dropdown-submenu:hover>.dropdown-menu {
	display: block;
}
.dropdown-submenu>a:after {
	display: block;
	content: " ";
	float: right;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	border-left-color: #ccc;
	margin-top: 5px;
	margin-right: -10px;
}
.dropdown-submenu:hover>a:after {
	border-left-color: #fff;
}
.header_icon {
	margin: 0;
	padding: 0;
}
.header_icon li {
	list-style: none;
	padding: 0px 15px;
	cursor: pointer;
}
.header_icon {
	position: relative;
}
.header_icon li, .header_icon li a {
	font-size: 18px;
	color: #fff;
}
.header_icon .search-box {
	background: #0F4D7E;
	position: absolute;
	top: 45px;
	right: 0px;
	width: 350px;
	padding: 5px;
	display: none;
	z-index: 999;
}
.header_icon .search-box input {
	position: relative;
}
.search_btn {
	display: inline-block;
	padding: 8px 15px;
	border-radius: 0px;
	font-size: 14px;
	color: #fff;
	margin-bottom: 0%;
	background-color: #0f4d7e;
}
/*---------- Header Css Ends -----------*/



/* ---- Banner CSS Starts ------*/


.banner {
	/*background-color: #001f65;*/
	background: url(../images/banner-bg.png);
	background-color: #efefef;
}
.banner_carousel {
	padding-top: 15%;
}
.banner_caption h2 {
	text-transform: uppercase;
	font-size: 22px;
	letter-spacing: 0.7px;
	margin-bottom: 10px;
	font-weight: 700;
	color: #333;
}
.banner_caption p {
	color: #333;
	font-weight: 600;
}
.banner_caption p i {
	background-color: #dd1c6e;
	border-radius: 50%;
	padding: 5px;
	color: #fff;
	margin-right: 5px;
}
.banner_form {
	margin-top: 10%;
	margin-bottom: 15%;
	text-align: center;
	background-color: #fcfcfc;
	border-radius: 16px;
	box-shadow: 0 0 20px rgb(0 0 0 / 14%);
	padding: 15px 25px 25px 25px;
}
.banner_form .form_heading {
	margin-bottom: 1%;
}
.banner_form .form_heading h5 {
	color: #2B2B2B;
	font-size: 14px;
	margin-top: 0;
}
.banner_form .form_heading h4 {
	color: #cf0e4a;
	font-size: 18px;
	margin-bottom: 10px;
}
.banner_form .form_heading p {
	font-size: 0.8rem;
	color: #666;
}
.banner_form .book-now-btn {
	width: 100%;
	border-radius: 0.25rem;
	font-weight: 500;
	background-image: linear-gradient(to right, #dc3545, #6f040f);
	color: #fff;
	line-height: 1.2;
	font-size: 1.5rem;
	font-weight: 600;
	padding: 0.6rem 1rem;
}
.breadcrumb-background-image {
	/*background: url(../images/banner1.jpg);
  background-size: cover;
  background-position: bottom;   
  background-repeat: no-repeat;
  position: relative;*/
	background-color: #001f65;
}
.breadcrumb-background-image h2 {
	text-align: center;
	color: #fff;
	padding-top: 5%;
	font-weight: 700;
	text-transform: uppercase;
}
.breadcrumb {
	border-radius: 0;
	background-color: transparent;
	padding: 1% 0 1% 0;
}
.breadcrumb li, .breadcrumb li a {
	font-size: 15px;
	color: #fff;
	text-decoration: none;
}
.breadcrumb-item + .breadcrumb-item::before {
	display: inline-block;
 padding-right: .5rem;
 padding-left: .5rem;
	color: #fff;
	content: "/";
}
/* ---- Banner CSS Ends ------*/

/* About Us CSS Starts */

.about_us {
	padding: 3% 0%;
	background-color: #F3F7FB;
}
.about_content {
	padding-top: 10%;
}
.about_content p {
	margin-bottom: 10px;
	font-weight: 600;
}
.about_content p i {
	background-color: #dd1c6e;
	border-radius: 50%;
	padding: 5px;
	color: #fff;
	margin-right: 5px;
}
.about_image {
	padding: 5%;
}
/* About Us CSS Ends */

/* Our Services CSS Starts */

.our_services {
	padding: 3% 0%;/*background-color: #F3F7FB;*/
}
.service_list ul {
	margin: 0 -15px;
	display: flex;
	flex-wrap: wrap;
}
.service_list li {
	padding: 0 15px;
	margin-bottom: 30px;
	width: 20%;
	list-style: none;
}
.service_list .service_list_wrap {
	border-radius: 5px;
	background-color: #F3F7FB;
	/* box-shadow: 0px 0px 6.65px 0.35px rgb(0 0 0 / 35%); */
	height: 100%;
	padding: 25px 10px;
}
.service_list .service_icon {
	width: 80px;
	height: 80px;
	margin: 0 auto 20px;
}
.service_list .service_icon img {
	width: 100%;
}
.service_list_wrap h5 {
	text-align: center;
	margin: 0;
}
.service_list_wrap p {
	text-align: center;
	margin: 0;
}
/* Our Services CSS Ends */

/* Testimonial CSS Starts */

.testimonial {
	padding: 3% 0%;
	background-color: #F3F7FB;
}
.testimonial_box {
	padding: 50px;
	background-color: #fff;
	border-radius: 10px;
	overflow: hidden;
}
.testimonial_info {
	border-top: 1px solid #DAE5F0;
	padding-top: 10px;
}
.testimonial_info h3 {
	font-size: 16px;
	margin: 0;
}
/* Testimonial CSS Ends */


/* Book Appointment CSS Starts */

.book_appointment {
	padding: 3% 0%;
	/*background-color: #F3F7FB;*/
	background-color: #ad1e2b;
}
/* Book Appointment CSS Ends */


/*---------- Footer Css Starts -----------*/

.footer {
	/*background: #f0f0f0;*/
	background-color: #eee;
	padding: 2% 0%;
}
.footer .footer_logo {
	/*text-align: center;*/
	margin-top: 30px;
}
.footer .footer_logo img {
	width: auto;
	margin-bottom: 5%;
}
.footer p {
	color: #333;
}
.footer .footer_title h3 {
	font-size: 14px;
	line-height: 30px;
	font-weight: 600;
	color: #333;
	letter-spacing: 0;
	position: relative;
	margin-top: 30px;
	margin-bottom: 30px;
	text-transform: uppercase;
	padding-bottom: 14px;
}
.footer .footer_title h3:after {
	content: "";
	width: 50px;
	height: 4px;
	background: #2c4b80;
	position: absolute;
	bottom: -4px;
	right: 0;
	left: 0;
	margin-left: 0;
	border-radius: 0;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	z-index: 0;
}
.footer ul {
	margin: 0;
	padding: 0;
}
.footer ul li {
	list-style: none;
	color: #333;
	padding: 2% 0%;
}
.footer .footer_links li {
	margin-bottom: 0px;
}
.footer .footer_links li a {
	font-size: 15px;
	color: #333;
	text-decoration: none;
}
.footer .footer_links li a:hover {
	color: #2c4b80;
}
.footer .address li {
	padding: 0px 0px 16px 40px;
	position: relative;
}
/*.footer .address li i {
    color: #ea7329;
    position: absolute;
    left: 0px;
    top: 0px;
    font-size: 22px;
    width: 35px;
    height: 35px;
    text-align: center;
    border: 1px solid #ea7329;
    padding: 5px;
}*/

.footer .address li i {
	color: #333;
	position: absolute;
	left: 0px;
	top: 0px;
	font-size: 22px;
	width: 35px;
	height: 35px;
	text-align: center;
	border: 1px solid #666;
	padding: 5px;
}
.footer .address li .desc a {
	color: #333;
	text-decoration: none;
}
.footer .address li .desc a:hover {
	color: #2c4b80;
}
.footer_social ul {
	margin: 0;
	padding: 0;
}
.footer_social li {
	display: block;
	margin-right: 5px;
}
.footer_social li a {
	color: #333;
	transition: all 0.3s ease;
	text-decoration: none !important;
	outline: none !important;
}
.footer_social li a:hover i {
	color: #2c4b80;/*background: #fb5e75;*/
}
.footer_social li a:hover {
	color: #2c4b80;/*background: #fb5e75;*/
}
.footer_social li a i {
	padding: 0 0px 0 0;
	font-size: 15px;
	margin-right: 3px;
	transition: all .8s ease;
	/*background: #1c2024;
  width: 35px;
  height: 35px;*/
	line-height: 35px;
	border-radius: 0;
	color: #333;
	text-align: center;
}
/*---------- Footer Css Ends -----------*/



/*---------- Copyright Css Starts -----------*/

.copyright {
	padding: 10px 0;
	background: #2e2e2e;
	text-align: center;
}
.copyright h6 {
	padding-top: 5px;
	margin: 0;
	font-size: 14px;
	color: #fff;
}
/*---------- Copyright Css Ends -----------*/


/*---------- Copyright Social Css Starts -----------*/


.copyright_social {
	float: right;
}
.copyright_social ul {
	margin: 0;
	padding: 0;
}
.copyright_social ul li {
	list-style: none;
	display: inline-block;
	padding: 0px 10px;
}
.copyright_social ul li a i {
	color: #fff;
	transition: all 0.1s;
}
.copyright_social ul li a i:hover {
	transform: scale(1.2);
}
/*---------- Copyright Social Css Ends -----------*/



/*---------- Back to Top Css Starts -----------*/

#button {
	position: fixed;
	bottom: 50px;
	right: 30px;
	transition: background-color .3s,  opacity .5s, visibility .5s;
	opacity: 0;
	visibility: hidden;
	z-index: 1000;
}
#button i {
	text-align: center;
	height: 40px;
	font-size: 24px;
	width: 42px;
	border-radius: 4px;
	color: #fff;
	line-height: 36px;
	transition: all 0.3s ease 0s;
	background: #333;
	margin-left: 2px;
	box-shadow: 0 0 2px #54595f;
}
#button i:hover {
	cursor: pointer;
	background-color: #0d1a2f;
	border-radius: 4px;
}
#button:active {
	background-color: #0d1a2f;
}
#button.show {
	opacity: 1;
	visibility: visible;
}
/*---------- Back to Top Css Ends -----------*/



/* Button CSS Starts */

.btn {
	padding: 12px 25px;
	font-weight: 500;
	background: none;
	color: #111121;
	border-radius: 5px;
	border: none;
	position: relative;
	overflow: hidden;
	/* z-index: 9; */
	box-shadow: 0px 15px 35px rgb(0 0 0 / 10%);
	cursor: pointer;
}
.btn:hover {
	-webkit-animation-name: jello;
	animation-name: jello;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.btn.btn-theme {/* background: rgb(255,83,81); */
	background: linear-gradient(90deg, rgba(255,83,81,1) 0%, rgba(252,42,126,1) 90%);
	color: #ffffff;
}
.btn.btn-theme:hover {/* background: rgb(255,83,81); */
	background: linear-gradient(90deg, rgba(252,42,126,1) 0%, rgba(255,83,81,1) 90%);
}
.insideText {
	color: rgba(255,0,0,0.040);
	font-size: 100px;
	font-weight: 900;
	left: 50%;
	line-height: 200px;
	overflow: hidden;
	position: absolute;
	text-align: center;
	text-transform: uppercase;
	top: 50%;
	white-space: nowrap;
	width: 100%;
	z-index: 0;
}
/*--translate-XY--*/
.insideText {
	transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
}
 @keyframes jello {
 from, 11.1%, to {
 transform: none;
}
 22.2% {
 transform: skewX(-12.5deg) skewY(-12.5deg);
}
 33.3% {
 transform: skewX(6.25deg) skewY(6.25deg);
}
 44.4% {
 transform: skewX(-3.125deg) skewY(-3.125deg);
}
 55.5% {
 transform: skewX(1.5625deg) skewY(1.5625deg);
}
 66.6% {
 transform: skewX(-0.78125deg) skewY(-0.78125deg);
}
 77.7% {
 transform: skewX(0.390625deg) skewY(0.390625deg);
}
 88.8% {
 transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
}
}
/* Button CSS Ends */


/* Treatment CSS Starts */

.our_services .accordion-button {
	padding: 0px 25px;
	font-size: 14px;
	font-weight: 600;
	color: #0F4D7E;
}
.accordion-button::after {
	background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M8 0a1 1 0 0 1 1 1v6h6a1 1 0 1 1 0 2H9v6a1 1 0 1 1-2 0V9H1a1 1 0 0 1 0-2h6V1a1 1 0 0 1 1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
	transform: scale(.7) !important;
}
.accordion-button:not(.collapsed)::after {
	background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M0 8a1 1 0 0 1 1-1h14a1 1 0 1 1 0 2H1a1 1 0 0 1-1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
}
/* Treatment CSS Ends */



/*------------ Whatsapp Css Starts-----------------------
-----------------------------------------------------------*/

.whatsapp {
	position: fixed;
	bottom: 1%;
	left: 1%;
	z-index: 999;
	background: #18c139;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	text-align: center;
	padding: 7px 1px 1px 1px;
}
.whatsapp .wapp i {
	color: #fff;
	background: #18c139;
	font-size: 35px;/* padding: 15%;
  border-radius: 50%; */
}

.consult_fixed_btn {
	position: fixed;
    bottom: 1%;
    right: 1%;
    z-index: 999;
    background: linear-gradient(to right, #dc3545, #6f040f);
    border-radius: 5%;
    text-align: center;
    padding: 5px 10px;
}
.consult_fixed_btn a{
	color:#FFFFFF;
}

/*------------ Whatsapp Css Ends-----------------------
-----------------------------------------------------------*/


/* Visit Us CSS Starts */

.visit_us {
	background-color: #F3F7FB;
	padding: 5% 0%;
}
.visit_wrap {
	background-color: #fff;
	padding: 10%;
	margin-bottom: 5%;
}
.visit_wrap h2 {
	font-size: 22px;
	text-align: center;
	font-weight: 700;
	margin-bottom: 5%;
	color: #0F4D7E;
}
.visit_wrap h5 {
	color: #333;
	text-align: left;
	font-size: 16px;
	margin-bottom: 5%;
}
.visit_wrap h5 i {
	padding-right: 5px;
	color: #333;
	font-size: 18px;
}
.visit_image {
	text-align: center;
	margin-bottom: 5%;
}
.visit_image img {
	width: 30%;
}

/* Visit Us CSS Ends */

.breadcrumb-background-image {
  background-image: linear-gradient( rgb(51, 122, 183), rgba(0,0,0,0.5) ), url(../images/breadcrumb-bg.jpg);
  background-size: cover;
  background-position: center;   
  background-repeat: no-repeat;
  position: relative;
}

.breadcrumb-background-image h3{
  text-align: center;
  color: #fff;
  padding-top: 5%;
}

.breadcrumb-background-image h4{
  color: #fff;
  padding: 5% 0% 2% 0%;
}

.breadcrumb {
  border-radius: 0;
  background-color: transparent;
  padding: 3% 0 3% 0;

}
.breadcrumb li, .breadcrumb li a {
  font-size: 15px;
  color: #fff;
  text-decoration: none;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: .5rem;
  padding-left: .5rem;
  color: #fff;
  content: "/";
}

.align-left{
	text-align:left;
}

.contact_us, .gallery {
    padding: 3% 0%;
    background-color: #F3F7FB;
}
.contact_us h4{
	margin-bottom:20px;
}
.contact_us input, .contact_us textarea{
	margin-bottom:15px;
}
.contact-address li {
    list-style: none;
}
.contact-address.style1 i {
    float: left;
    margin-top: 3px;
}
.contact-address i {
    font-size: 1.1667em;
    background: #dc3571;
    width: 2.5em;
    height: 2.5em;
    line-height: 2.5em;
    border-radius: 50% 50% 50% 50%;
    color: #fff;
    text-align: center;
}
.contact-address .style1 .details {
    border-bottom: 1px solid #edf6ff;
    margin-left: 50px;
    padding-bottom: 15px;
}
.details h5 {
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 10px;
    margin-top: 10px;
}
.details p {
    margin: 0 0 10px;
}

.gal-box{
	border: 2px solid #dc3571;
    padding: 5px;
	margin-bottom:30px;
}
.gal-box img{
	width:100%;
}

.our_service {
    background-color:#dd1c6ebd;
}
.content_box {
    padding: 3% 0%;
}
.section_heading h5 {
    text-align: center;
    font-size: 14px;
    color: #FFFFFF;
    font-weight: 600;
}
.section_heading h2 {
    display: block;
    font-size: 28px;
    line-height: 30px;
    color: #000;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
}
.service_heading h2 {
    display: block;
    font-size: 28px;
    line-height: 30px;
    color: #000;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
}
.service_wrap {
    text-align: center;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 20px 0px #dddddd;
    box-shadow: 0px 0px 20px 0px #dddddd;
    padding: 24px;
    margin-bottom: 30px;
    background: #F7F7F7;
    min-height: 290px;
}
.service_wrap img {
    width: 100%;
}
.service_wrap h3 {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 12px;
	margin-top:20px;
}
.service_wrap h3 a {
    color: #000000;
}

.success{
	color: green;
    line-height: 20px;
    margin-top: 12px;
}