* {
    margin: 0;
    padding: 0;
    outline: 0;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

ul,
ol {
    list-style-type: none;
    padding: 0;
    margin: 0
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin-bottom: 0;
}

body {
    font-family: 'Open Sans', sans-serif;
}





.btn-check:focus + .btn,
.btn:focus {
    outline: 0;
    box-shadow: none;
}



/*-===================================================================================
                                Navbar CSS Start
===================================================================================-*/
.navbar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 20px 0;
    z-index: 999;
}
.navbar-brand {
    max-width: 100px;
    width: 100%;
}

.navbar-light .navbar-nav .nav-link {
	font-size: 14px;
	line-height: 24px;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	transition: all linear .3s;
	padding: .5rem 1rem;
}

.navbar-light .navbar-nav .nav-link.active {
    color: #fff;
}

.navbar-light .navbar-nav .nav-item {
    margin: 0 5px;
}

.navbar .navbar-brand img {
    width: 100%;
    max-width: 275px;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #ff0000;
}

.navbar-light .navbar-nav .nav-link:focus {
    color: #fff;
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
}
/*
.nav-item.btn-s1:hover .nav-link {
    color: #fff;
}
*/









.btn-s1 {
    position: relative;
}

.btn-s1::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 10px;
    height: 1px;
    background: #fff;
    z-index: 9;
	transition: all linear .3s;
}

.btn-s1::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 1px;
    height: 10px;
    background: #fff;
    z-index: 9;
	transition: all linear .3s;
}

.btn-s1 .nav-link {
    position: relative;
    text-align: center;
}

.btn-s1 .nav-link::before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    width: 10px;
    height: 1px;
    background: #fff;
    z-index: 9;
	transition: all linear .3s;
}

.btn-s1 .nav-link::after {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    width: 1px;
    height: 10px;
    background: #fff;
    z-index: 9;
	transition: all linear .3s;
}



.btn-s2 {
    position: relative;
}

.btn-s2::before {
    position: absolute;
    content: '';
    bottom: -1px;
    left: 0;
    width: 10px;
    height: 1px;
    background: #fff;
    z-index: 9;
	transition: all linear .3s;
}

.btn-s2::after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 1px;
    height: 10px;
    background: #fff;
    z-index: 9;
	transition: all linear .3s;
}

.btn-s3 {
    position: relative;
}

.btn-s3::before {
    position: absolute;
    content: '';
    bottom: -1px;
    right: 0;
    width: 10px;
    height: 1px;
    background: #fff;
    z-index: 9;
	transition: all linear .3s;
}

.btn-s3::after {
    position: absolute;
    content: '';
    bottom: 0;
    right: 0;
    width: 1px;
    height: 10px;
    background: #fff;
    z-index: 9;
	transition: all linear .3s;
}


.nav-item:hover.btn-s1::before {
    background: #ff0000;
}

.nav-item:hover.btn-s1::after {
    background: #ff0000;
}

.nav-item:hover .btn-s2::before {
    background: #ff0000;
}

.nav-item:hover .btn-s2::after {
    background: #ff0000;
}

.nav-item:hover .btn-s3::before {
    background: #ff0000;
}

.nav-item:hover .btn-s3::after {
    background: #ff0000;
}

.nav-item:hover.btn-s1 .nav-link::before {
    background: #ff0000;
}

.nav-item:hover.btn-s1 .nav-link::after {
    background: #ff0000;
}
















/*--==============================================================================
                                Banner Part CSS Start
==============================================================================--*/

#banner .content {
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
}
#banner .content h2 {
    color: #fff;
    font-size: 56px;
    font-weight: 700;
    padding-top: 40px;
}
#banner .content p {
    color: #fff;
    font-weight: 600;
}


#banner .slider-main {
    position: relative;
}
#banner .slider-main i {
    width: 40px;
    height: 40px;
    background: ;
    text-align: center;
    line-height: 40px;
    color: #fff;
    cursor: pointer;
    font-size: 30px;
}
#banner .slider-main .left {
    position: absolute;
    top: 50%;
    left: 20px;
    z-index: 99;
    transform: translateY(-50%);
}
#banner .slider-main .right {
    position: absolute;
    top: 50%;
    right: 20px;
    z-index: 99;
    transform: translateY(-50%);
}


#banner .slider-item {
    position: relative;
}

#banner .slider-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(20, 16, 16, 0.66);
    z-index: 1;
}

#banner .slider-item img {
    position: relative;
    z-index: 0;
}




/*--==============================================================================
                                Service Part CSS Start
==============================================================================--*/
#service {
    padding-top: 80px;
    padding-bottom: 80px;
    background: #000;
    color: #fff;
}

.title h3 {
    text-transform: uppercase;
    font-weight: 700;
    padding-bottom: 10px;
}
.title p {
	font-weight: 500;
	font-size: 12px;
	padding-right: 30px;
	line-height: 22px;
	padding-bottom: 25px;
}
#service .accordion-button {
	color: #fff;
	font-size: 30px;
	font-weight: 600;
	text-align: center;
	background: #000;
    padding: 1rem 0;
    padding-right: 5px;
}
#service .accordion-button span {
    color: #ff0000;
    font-size: 30px;
    font-weight: 500;
    padding-right: 150px;
}
.accordion-button:focus {
	z-index: 3;
	border-color: #ddd;
	outline: 0;
	box-shadow: 0 0 0 0;
}
#service .img-box {
	padding-left: 10px;
	padding-right: 10px;
}
#service .accordion-body {
	padding: 20px 10px;
    padding-bottom: 0px;
	border-top: 1px solid #3c3c3c;
	border-left: 1px solid #3c3c3c;
	border-right: 1px solid #3c3c3c;
	background: #000;
}
#service .img-title {
	font-size: 24px;
	font-weight: 600;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
}
#service .accordion-button:not(.collapsed) {
	color: #fff;
	background-color: #000;
	box-shadow: inset 0 -1px 0 rgba(0,0,0,.125);
}

#service .accordion-button:not(.collapsed)::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
	transform: rotate(-180deg);
}
#service .accordion-item:last-of-type .accordion-button.collapsed {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}
#service .accordion-item {
	background-color: #fff;
	border-bottom: 1px solid #3c3c3c;
}











/*--==============================================================================
                                Feedback Part CSS Start
==============================================================================--*/
#feedback {
    padding-top: 80px;
    padding-bottom: 100px;
    background: #464646;
    color: #fff;
}

#feedback .slide-item {
    margin: 0 10px;
}
#feedback .icon i {
    background: #333;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    line-height: 50px;
    color: #fff;
    font-size: 25px;
    text-align: center;
}
#feedback .feedback-box {
    padding: 20px;
    box-shadow: 0px 0px 3px 1px rgba(221, 221, 221, 0.15);
    margin: 5px;
    background: #000;
}
#feedback .feedback-box .text p {
    font-size: 12px;
}
#feedback .ratings {
	padding-top: 25px;
	padding-bottom: 10px;
	color: #fff;
}
#feedback .client-r {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-right: 10px;
}
#feedback .users-dtls p {
    font-size: 12px;
    font-weight: 700;
    line-height: 12px;
}
#feedback .users-dtls span {
    font-size: 10px;
    font-weight: 400;
}

#feedback .feedback-slider {
    position: relative;
}
#feedback .feedback-slider .left2 {
    position: absolute;
    top: 50%;
    left: -35px;
    z-index: 99;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    box-shadow: 0px 0px 3px 1px rgba(221, 221, 221, 0.15);
    border-radius: 50%;
    cursor: pointer;
	background: #333;
	color: #fff;

}
#feedback .feedback-slider .right2 {
	position: absolute;
	top: 50%;
	right: -35px;
	z-index: 99;
	transform: translateY(-50%);
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	box-shadow: 0px 0px 3px 1px rgba(221, 221, 221, 0.15);
	border-radius: 50%;
	cursor: pointer;
	background: #333;
	color: #fff;
}






#feedback .slick-dots li {
    width: 10px;
    height: 10px;
    display: inline-block;
    margin: 0 5px;
    text-align: center;
    line-height: 29px;
    border-radius: 50%;
    background: #000;
}

#feedback .slick-dots {
    position: absolute;
    left: 50%;
    bottom: -60px;
    transform: translateX(-50%);
}

#feedback .slick-dots li button {
    color: transparent;
    width: 10px;
    height: 10px;
    border: 0;
    opacity: 0;
    background: #fff;
    transition: all linear .3s;
    border-radius: 50%;
}

#feedback .slick-dots li.slick-active button {
    opacity: 1;
}







/*--==============================================================================
                                footer Part CSS Start
==============================================================================--*/
#equipments {
    padding-top: 80px;
    padding-bottom: 60px;
    background: #000;
    color: #fff;
}
#equipments .sec-title {
	text-align: center;
	padding-bottom: 25px;
	font-weight: 700;
}
#equipments .equipments-item {
    padding: 20px;
    box-shadow: 0px 0px 3px 1px rgba(221, 221, 221, 0.15);
    margin-bottom: 25px;
}

#equipments .equipments-item .text h6 {
    font-weight: 700;
    padding-bottom: 20px;
}
#equipments .equipments-item .text p {
    font-size: 12px;
    font-weight: 400;
    padding-bottom: 20px;
}
#equipments .equipments-item .text a {
    font-size: 18px;
    font-weight: 700;
    text-transform: capitalize;
    color: #fff;
    transition: all linear .3s;
}
#equipments .equipments-item .text a:hover i {
    color: #ff0000;
}
#equipments .equipments-item .text a i {
    padding-left: 10px;
}
#equipments .equipments-item img {
    border-radius: 5px;
}








/*--==============================================================================
                                Doctors Part CSS Start
==============================================================================--*/
#doctors {
	padding-top: 80px;
	padding-bottom: 60px;
	background: #464646;
	color: #fff;
}
#doctors .doctors-list-item {
    position: relative;
    margin-bottom: 25px;
}
#doctors .doctors-list-item p {
    font-size: 12px;
    padding-top: 20px;
    padding-bottom: 20px;
}
#doctors .doctor-details {
    background: #000;
    padding: 25px;
    position: relative;
    clip-path: polygon(0 17%, 100% 30%, 100% 100%, 0% 100%);
    padding-top: 100px;
    margin-top: -100px;
}
#doctors .doctor-picture {
    width: 80px;
    border-radius: 50%;
    position: absolute;
    top: 136px;
    left: 25px;
    z-index: 999;
}
#doctors .d-position {
	color: #0d6efd;
	font-size: 12px;
	padding-top: 10px;
}
#doctors .all-btn .btn {
    width: 50%;
    height: 40px;
    text-align: center;
    padding: 5px 10px;
    border: 1px solid #0d6efd;
    color: #0d6efd;
    border-radius: 0px;
    text-transform: uppercase;
    margin-right: 10px;
    transition: all linear .3s;
}
#doctors .all-btn .btn:hover {
    border: 1px solid #ff0000;
    color: #ff0000;
}
#doctors .all-btn {
    display: flex;
}
#doctors .all-btn a {
	width: 50%;
	text-align: center;
	padding: 5px 10px;
	border: 1px solid #0d6efd;
	color: #0d6efd;
	border-radius: 0px;
	text-transform: uppercase;
	display: block;
	margin-left: 10px;
	line-height: 27px;
    transition: all linear .3s;
}
#doctors .all-btn a:hover {
    border: 1px solid #ff0000;
    color: #ff0000;
}



/*--==============================================================================
                                Choose us Part CSS Start
==============================================================================--*/
#choose-us {
    padding-top: 80px;
    padding-bottom: 60px;
    background: #000;
    color: #fff;
}
#choose-us .item {
    padding-bottom: 25px;
}
#choose-us .item .icon {
    width: 70px;
    background: #fff;
    height: 70px;
    text-align: center;
    line-height: 70px;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
}
#choose-us .item .icon img {
    width: 50px;
}
#choose-us .item h4 {
    font-size: 24px;
    font-weight: 600;
    padding-top: 30px;
    padding-bottom: 20px;
}
#choose-us .item p {
    font-size: 14px;
    font-weight: 400;
    padding-bottom: 40px;
}
#choose-us .item a {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    transition: all linear .3s;
}
#choose-us .item a:hover {
    color: #ff0000;
}
#choose-us .item a i {
    padding-right: 10px;
}








/*--==============================================================================
                                Gallery Part CSS Start
==============================================================================--*/
#gallery {
	padding-top: 80px;
	padding-bottom: 80px;
	background: #464646;
	color: #fff;
}
#gallery .slider-item {
    padding: 0 12px;
}
#gallery .slider-item img {
    border-radius: 5px;
}
#gallery .gallery-slider-main {
    position: relative;
}
#gallery .gallery-slider-main .left3 {
    position: absolute;
	bottom: -70px;
    right: 75px;
    z-index: 99;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    box-shadow: 0px 0px 3px 1px rgba(221, 221, 221, 0.15);
    border-radius: 50%;
    cursor: pointer;
	background: #000;
	color: #fff;

}
#gallery .gallery-slider-main .right3 {
	position: absolute;
	bottom: -70px;
	right: 25px;
	z-index: 99;
	transform: translateY(-50%);
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	box-shadow: 0px 0px 3px 1px rgba(221, 221, 221, 0.15);
	border-radius: 50%;
	cursor: pointer;
	background: #000;
	color: #fff;
}






/*--==============================================================================
                                Our Work Part CSS Start
==============================================================================--*/
#our-work {
    padding-top: 80px;
    padding-bottom: 80px;
    background: #000;
    color: #fff;
}
#our-work img {
    border-radius: 5px;
    box-shadow: 0px 0px 3px 1px rgba(221, 221, 221, 0.15);
    margin-bottom: 25px;

}
#our-work .btn {
	padding: 10px 30px;
	text-align: center;
	border: 1px solid #fff;
	color: #fff;
	border-radius: 0px;
	text-transform: uppercase;
	margin-right: 0px;
	transition: all linear .3s;
}
#our-work .btn:hover {
	border: 1px solid #ff0000;
	color: #ff0000;
}




/*--==============================================================================
                                Appoinment Part CSS Start
==============================================================================--*/
#faq {
	padding-top: 80px;
	padding-bottom: 80px;
	background: #464646;
	color: #fff;
}
#faq .accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
  transition: all 0.5s;
}
#faq .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
}
#faq .accordion-button::after {
  transition: all 0.5s;
}
#faq .accordion-button::after {
	left: 10px;
	position: absolute;
}
#faq .accordion-item {
	background-color: transparent;
	border: 1px solid rgba(0,0,0,.125);
    margin-bottom: 25px;
}
#faq .accordion-button:not(.collapsed) {
	color: #fff;
	border: 1px solid rgba(72, 72, 72, 0.3);
	background-color: #000;
	box-shadow: inset 0 -1px 0 rgba(0,0,0,.125);
}
#faq .accordion-button {
    color: #fff;
	padding: 1rem 1.25rem;
    padding-left: 50px;
	background-color: #000;
	border: 1px solid rgba(144, 144, 144, 0.3);
    font-weight: 600;
}
#faq .accordion-body {
	padding: 1rem 1.25rem;
	box-shadow: 0px 0px 4px 0px #dddddd36;
	color: #ddd;
	background-color: #000;
}

.accordion-button:focus {
	border-color: rgba(72, 72, 72, 0.3);
}
/*--==============================================================================
                                Appoinment Part CSS Start
==============================================================================--*/
#appoinment {
    padding-top: 80px;
    padding-bottom: 80px;
    background: #000;
    color: #fff;
}
#appoinment input::placeholder {
    color: #ddd;
    font-size: 12px;
}

#appoinment .form-control {
	padding: .375rem .75rem;
	color: #fff;
	background-color: #464646;
	border: 0;
}
#appoinment textarea {
	width: 100%;
	padding: .375rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #fff;
	background-color: #464646;
	border: 1px solid #464646;
	border-radius: .25rem;
}
textarea::placeholder {
    color: white;
}
#appoinment .btn {
    padding: 10px 30px;
	text-align: center;
	border: 1px solid #0d6efd;
	color: #0d6efd;
	border-radius: 0px;
	text-transform: uppercase;
	margin-right: 0px;
	transition: all linear .3s;
}
#appoinment .btn:hover {
	border: 1px solid #ff0000;
	color: #ff0000;
}
#appoinment .form-select {
	color: #fff;
	background-color: #464646;
    font-size: 12px;

}
.form-control:focus {
	color: #212529;
	background-color: #fff;
	border-color: #86b7fe;
	outline: 0;
	box-shadow: 0 0 0 0;
}

/*--==============================================================================
                                about us section
==============================================================================--*/
#aboutus{
    padding-top: 80px;
    padding-bottom: 80px;
    background: #000;
    color: #fff;
}
/*--==============================================================================
                                Our Location Part CSS Start
==============================================================================--*/
#our-location {
	padding-top: 80px;
	padding-bottom: 80px;
	background: #464646;
	color: #fff;
}
#our-location iframe {
    width: 100%;
    height: 400px;
}




/*--==============================================================================
                                footer Part CSS Start
==============================================================================--*/
#footer {
    padding-top: 80px;
    padding-bottom: 60px;
    background: #000;
    color: #fff;
}

#footer .footer-logo {
    max-width: 122px;
}

#footer .footer-logo p {
    font-size: 12px;
    line-height: 14px;
}

#footer .footer-logo img {
    padding-bottom: 50px;
}

#footer .footer-item {
    max-width: 250px;
}

#footer .footer-item h6 {
	margin-bottom: 25px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 5px;
}
#footer .footer-item p {
    padding-bottom: 10px;
}

#footer .footer-item p a {
    color: #E7E7E7;
    font-size: 14px;
    transition: all linear .3s;
}

#footer .footer-item p a:hover {
    color: #ff0000;
}

#footer .footer-item p a i {
    font-size: 24px;
    margin-right: 20px;
}
#footer .bold {
    font-weight: 700;
}
