.logo_container img {
	margin: 0 auto;
	width: 120px;
	display: block;
}

.header.scrolled .logo_container img {
	width: 120px;
}

.footer_logo_container img {
	width: 150px;
}

.gallery {
	width: 100%;
	padding-top: 40px;
	padding-bottom: 40px;
}

.home_background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.home_container {
	position: absolute;
	left: 0;
	bottom: 90px;
	width: 100%;
}

.home_title {
	text-align: center;
	font-size: 40px;
	font-weight: 900;
	color: #FFFFFF;
}

.home_title span {
	color: #07f6fa;
}

.breadcrumbs {
	margin-top: -2px;
}

.breadcrumbs ul li {
	display: inline-block;
	position: relative;
}

.breadcrumbs ul li:not(:last-child)::after {
	display: inline-block;
	position: relative;
	content: '/';
	margin-left: 7px;
	margin-right: 2px;
}

.breadcrumbs ul li,
.breadcrumbs ul li a {
	font-size: 14px;
	font-weight: 500;
	color: #FFFFFF;
}

.box {
	width: 100%;
	height: 287px;
	background: #283290;
	padding-left: 42px;
	padding-top: 29px;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.box:not(:last-child) {
	margin-bottom: 34px;
}

.box::after {
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 4px;
	background: #07f6fa;
	content: '';
}

.box:hover {
	box-shadow: 0px 15px 49px rgba(0, 0, 0, 0.59);
}

.box_title {
	font-size: 20px;
	font-weight: 500;
	color: #FFFFFF;
	margin-top: 11px;
}

.box_icon {
	width: 37px;
	height: 37px;
}

.box_icon img {
	max-width: 100%;
}

.box_text {
	font-size: 14px;
	line-height: 2.14;
	color: #FFFFFF;
	font-weight: 400;
	margin-top: 23px;
}

.box_time {
	font-size: 17px;
	line-height: 2;
	color: #FFFFFF;
	font-weight: 600;
	margin-top: 9px;
}

.box_phone {
	font-size: 17px;
	font-weight: 600;
	color: #ffffff;
	margin-top: 20px;
}

.box_appointments {
	padding-right: 30px;
}

.box_emergency {
	padding-right: 30px;
}

.box_emergency_text {
	font-size: 14px;
	line-height: 2.14;
	color: #FFFFFF;
	font-weight: 400;
	margin-top: 18px;
}



/* .boxes_col {
	margin-top: 95px;
} */

.box {
	width: 100%;
	height: 16rem;
	padding-bottom: 40px;
}


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


	.top_bar {
		display: none;
	}

	.logo {
		margin-top: 9px;
	}

	.loader_col:not(:last-child) {
		margin-bottom: 95px;
	}

	.cta_content h2 {
		font-size: 36px;
	}
}

@media only screen and (max-width: 575px) {
	p {
		font-size: 13px;
	}

	.header.scrolled {
		top: 0px !important;
	}

	.header_content,
	.header.scrolled .header_content {
		height: 60px;
	}

	.header.scrolled .logo_container {
		top: 0;
	}

	.header.scrolled .logo_container {
		width: 83px;
		height: 77px;
	}

	.hamburger i {
		font-size: 20px;
	}

	.logo_container img {
		margin: 0 auto;
		width: 90px !important;
		display: block;
	}

	.logo_content {
		padding-left: 20px;
	}

	.header.scrolled .logo_container img {
		width: 80px !important;
	}

	.logo_text {
		font-size: 16px;
	}

	.logo_box {
		width: 12px;
		height: 12px;
		line-height: 12px;
		font-size: 12px;
	}

	.logo_sub {
		font-size: 10px;
		padding-left: 1px;
	}

	.menu {
		top: 90px;
	}

	.menu_close_container {
		top: 20px;
		right: 20px;
	}

	.menu_container {
		width: 100vw;
		right: -100vw;
	}

	.menu_item a {
		font-size: 20px;
	}

	/* .home
{
    height: 230px;
} */
	.home_container {
		bottom: 47px;
	}

	.home_title {
		font-size: 24px;
	}

	.breadcrumbs ul li,
	.breadcrumbs ul li a {
		font-size: 12px;
	}

	.section_title h2 {
		font-size: 24px;
	}
}

.gallery img {
	transition: transform .5s;
	height: 200px;
	width: 100%;
}

.gallery img:hover {
	transform: scale(1.1);
}
.text-name-box{
	margin: 0;
    display: flex;
    padding: 0;
}
.text-name-box li{
	margin: 0 0.5rem;
}
.testbutton a {
    line-height: 3.5 !important;}
#bottom_top {
	display: inline-block;
	background-color: #0055fd;
	width: 50px;
	height: 50px;
	text-align: center;
	border-radius: 4px;
	position: fixed;
	bottom: 30px;
	right: 30px;
	transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
	opacity: 0;
	visibility: hidden;
	z-index: 1000;
  }
  #bottom_top::after {
	content: "\f077";
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	font-size: 2em;
	line-height: 50px;
	color: #fff;
  }
  #bottom_top:hover {
	cursor: pointer;
	background-color: #333;
  }
  #bottom_top:active {
	background-color: #555;
  }
  #bottom_top.show {
	opacity: 1;
	visibility: visible;
  }

.service:hover .service_icon img {
	border-radius: 50%;
	background-color: rgb(255, 255, 255);
}

.breadcrumb-tab {
	background: #01084c;
	text-align: center;
	margin-top: 5rem;
	height: 150px;
}

.service_box {
	height: 510px;
	width: 100%;
	background: #f5f7fa;
	padding: 20px 10px;
}

.service_box:hover {
	background: #e0e0e0;
}

.educ {
	list-style: inside;
}

.button2 {
	display: inline-block;
	height: 51px;
	background: #fff;
}

.button2 a {
	display: block;
	position: relative;
	line-height: 51px;
	font-size: 14px;
	font-weight: 900;
	color: #283290;
	padding-left: 39px;
	padding-right: 45px;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	z-index: 10;
}

.bs li {
	font-weight: 400;
}

.bs p {
	font-weight: 600;
	font-size: 20px;
	color: #f5840b;
}

.hd-line {
	color: #f5840b;
	font-weight: 600;
	font-size: 20px;
}

.bg-serv {
	background-color: #f1f1f1;
}

.read_more a {
	text-align: center;
	background-color: #283290;
	;
	width: 100%;
	display: block;
	position: relative;
	line-height: 51px;
	font-size: 14px;
	font-weight: 900;
	color: #ffffff;
	padding-left: 39px;
	padding-right: 45px;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	z-index: 10;
}

.stock_list {
	list-style: auto;
}

.stock_list li {
	margin: 15px 0;
	font-weight: 400;
	line-height: 2;
}

.read_more a:hover {
	text-align: center;
	background-color: #07f6fa !important;
	width: 100%;
	display: block;
	position: relative;
	line-height: 51px;
	font-size: 14px;
	font-weight: 900;
	color: #000000 !important;
	padding-left: 39px;
	padding-right: 45px;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	z-index: 10;
}

.contact-container {
	display: flex;
	flex-direction: row;
	width: 100%;
	margin: 50px 48px;
	border-radius: 4px;
	background-color: #01084c;
}

.contact-form {
	position: relative;
	flex-grow: 1;
	padding: 0px 100px;
	background-color: #ffffff;
}

.contact-logo {
	width: 250px;
}

.contact-form::before {
	position: absolute;
	content: "";
	top: -96px;
	left: 0;
	width: 100%;
	height: calc(100% + 192px);
	background-color: #ffffff;
	border-radius: 4px;
	z-index: -100;
}

.contact-form .heading {
	margin-bottom: 48px;
}

.contact-form .heading h2 {
	margin-bottom: 8px;
	color: #27272a;
	font-size: 36px;
}

.contact-form .heading p {
	color: #4b5563;
	font-size: 16px;
}


.contact-form .input input,
.contact-form .input textarea {
	width: 100%;
	padding: 8px 8px 8px 42px;
	border: 1px solid #d4d4d8;
	border-radius: 4px;
	background-color: #fafafa;
	font-size: 14px;
}

.contact-form .input i {
	position: absolute;
	top: 10px;
	left: 12px;
	color: #4b5563;
}


.contact-form .button:active {
	box-shadow: inset 0 0 4px 2px #304ffe;
}

.contact-info {
	width: 700px;
	padding: 30px 48px;
	color: #e4e4e7;
}

.contact-info .heading {
	margin-bottom: 48px;
	font-size: 24px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.contact-info .contacts li {
	padding-left: 24px;
	margin-bottom: 3rem;
	font-size: 14px;
}

.contact-info .contacts li i {
	border-radius: 50px;
	padding: 0 11px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #01084c;
	height: 2rem;
	width: 2rem;
	background: white;
	position: absolute;
	font-size: 20px;
	padding-right: 12px;
	margin: -9px -43px;
}

.contact-logo img {
	margin: 20px auto;
	padding: 11px 6px 0 8px;
	background: white;
	width: 156px;
	position: relative;
	border-radius: 50%;
	display: block;
}

@media screen and (max-width: 1024px) {
	.contact-container {
		flex-direction: column;
		margin: 0;
	}

	.contact-form {
		padding: 96px 48px;
	}
}


@media (max-width:768px) {
	.contact-logo {
		display: none;
	}
}

.button-sub {
	display: inline-block;
	height: 51px;
	background: #283290;
	display: block;
	position: relative;
	line-height: 51px;
	font-size: 14px;
	font-weight: 600;
	padding-top: 0;
	padding-left: 39px;
	padding-right: 45px;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	z-index: 10;
	border: none;
	color: #FFFFFF !important;
}

.button-sub:hover::after {
	height: 100%;
}

.button-sub::after {
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 3px;
	background: #f78605;
	content: '';
	z-index: -1;
	-webkit-transition: all 400ms cubic-bezier(.33, .68, .59, .99);
	-moz-transition: all 400ms cubic-bezier(.33, .68, .59, .99);
	-ms-transition: all 400ms cubic-bezier(.33, .68, .59, .99);
	-o-transition: all 400ms cubic-bezier(.33, .68, .59, .99);
	transition: all 400ms cubic-bezier(.33, .68, .59, .99);
}

.contacts p {
	line-height: 12px;
	color: white;
}

.content {
	display: none;
}

.noContent {
	color: #ffffff !important;
}

.link_list li a {
	color: white;
}

.adress {
	margin-top: 20px;
}

.adress p {
	line-height: 30px;
	word-spacing: 2px;
}

.link_list {
	list-style: inside;
	color: white;
}

.text-sky {
	color: #08f9fc !important;
}

.counter {
	padding: 3% 0;
}

.counter .item {
	width: 100%;
	height: 100%;
	text-align: center;
}

.counter .item i {
	color: rgba(25, 25, 25, 0.9);
	font-size: 4em;
	text-shadow: 1px 1px 1px #ccc;
}

.counter .item p.number {
	font-weight: 900;
	margin: 0;
	padding: 0;
	color: rgba(21, 21, 21, 1.0);
	font-size: 3em;
	text-shadow: 1px 1px 1px #ccc;
}

.number::after {
	content: "+";
	position: absolute;
	top: -4%;
	font-size: 3rem;
}

.counter .item p.label {
	font-weight: 600;
	margin-left: 25px;
	font-size: 20px;
}

.counter .item:hover i,
.counter .item:hover p {
	color: rgba(10, 10, 10, 1.0);
}

@media (max-width: 786px) {
	.counter .item {
		margin: 0rem 0;
	}

	.gallery {
		width: 100%;
		padding-top: 5px;
		padding-bottom: 5px;
	}
}

.errorMsgArrow {
	color: red;
}

.box-div {
	margin: 0 3rem;
	padding: 3rem;
	box-shadow: 15px 15px 9px 0 #dfdfdf;
}

.fast {
	list-style: inside;
}

.fast li {
	font-weight: 400;
}

.ist li {
	margin-bottom: 1rem;
	list-style: disc;
}

.tr-image {
	margin: 6.5rem 0rem;
	width: 100%;
}

.bg-primary-subtle {
	padding: 10px;
	background-color: #cfe2ff;
}

.ist_1 li {
	margin-bottom: 1rem;
	list-style: inside;
}

.bg-warning-subtle {
	padding: 10px;
	background-color: #fff3cd;
}

.bg-warning-subtle:hover {
	background-color: #bbe9ec;
}

.bg-primary-subtle:hover {
	background-color: #bbe9ec;
}

.tr-sty-image {
	width: 100%;
}

.cnadd li {
	list-style: disc;
	margin-bottom: 1rem;
}

.bg-body-secondary {
	background-color: #e9ecef;
}
.breadcrumb-tab nav{
	display: block;
	text-align: center;
}
@media (max-width:768px) {
	.breadcrumb-tab {
		height: 145px;
	}
	.breadcrumb-tab nav {
		display: block;
	text-align: center;
	}
	.breadcrumb-tab h1{
		margin-top: 1rem;
    font-size: 25px;
	}
	.breadcrumb-tab {
		background: #01084c;
		text-align: center;
		margin-top: 2rem;
		height: 150px;
	}
	.cnadd li {
		margin-left: 10px;
	}
}

.slid-mrg {
	margin-top: 8rem;
}

@media only screen and (max-width: 767px) {
	.testimonial {
		padding: 20px;
		text-align: center;
	}

	.testimonial .pic {
		display: block;
		position: static;
		margin: 0 auto 15px;
	}

	.home_slider_background {
		height: 240px;
	}

	.about {
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.footer_about_list li p {
		padding-right: 0;
	}

	.slid-mrg {
		margin-top: 5rem;
	}
}

.testimonial-profile img {
	border-radius: 50%;
	width: 100px;
	border: 2px solid #aeb4b7;
	display: block;
	margin: 2rem auto;
}

.testimonial-profile {
	text-align: justify;
	padding: 0 13rem;
}

.testimonial-name {
	margin: 1rem 0;
	border-top: 1px solid white;
	padding-top: 10px;
}

.testimonial-name span {
	margin: 0;
	padding: 0;
	color: white;
}

.testimonial_arrow i {
	color: #f77807;
	font-size: 3rem;
}

@media (max-width:768px) {
	.testimonial-profile {
		padding: 0 2rem;
	}

	.testimonial_arrow i {
		font-size: 2rem;
	}

	.footer_container {
		padding: 0 10px;
	}
}

.nav_active {
	color: #f87c06 !important;
	font-weight: 600 !important;
}

.content img {
	border-radius: 10px;
	width: 50px;
}

.content {
	padding: 1rem;
	width: 628px;
	margin: 1rem;
}

.testimonial-div {
	margin: 1rem 0;
	border-top: 1px solid white;
	padding-top: 10px;
}

.testimonial-div h5 {
	font-size: 16px;
	margin: 0;
	padding: 4px 0;

}

.testimonial-div span {
	margin: 0;
	padding: 0;
}

.float {
	position: fixed;
	width: 60px;
	height: 60px;
	bottom: 90px;
	right: 30px;
	background-color: #25d366;
	color: #FFF;
	border-radius: 50px;
	text-align: center;
	font-size: 30px;
	box-shadow: 2px 2px 3px #999;
	z-index: 100;
}

.red_btm a {
	line-height: 3.5 !important;
}

.my-float {
	margin-top: 16px;
}

.main_nav .sub_drop li {
	margin-left: 0px;
	border-bottom: 1px dotted #b5b2b2;
	width: 100%;
}

.dropdown-menu {
	padding-right: 2rem;
	margin-top: 1rem;
	border: none;
}

@media (max-width:768px) {
	.service_box {
		height: auto;
		width: 100%;
	}

	.testimonial_arrow i {
		opacity: 0;
	}

	.footer_about_list {
		margin-top: 0px;
	}.content {
		padding: 1rem;
		width: 100%;
		margin: 0;
	}
}