* {
  margin: 0px;
  padding: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
  margin: 0px;
  padding: 0px;
}

body {
  font-family: sans-serif;
}

.top_header {
  padding: 15px 0px;
}

.header_info {
  display: flex;
  justify-content: end;
}

.info_item {
  margin-left: 20px;
  display: flex;
  align-items: center;
}

.icon {
  font-size: 28px;
  margin-right: 10px;
  color: rgb(246, 145, 101);
}

.info h4 {
  font-size: 18px;
  font-weight: 600;
}

.info p {
  font-size: 14px;
  color: rgb(160, 160, 160);
}

.main_header {
  background: rgb(0, 204, 225);
  margin-top: 7px;
}

.nav-link {
  color: white;
  text-transform: uppercase;
}

.nav-link:hover {
  color: white;
}

.nav-item {
  padding: 8px 10px;
  transition: all 0.3s ease-in-out 0s;
  position: relative;
  z-index: 0;
}

.nav-item::before {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 0px;
  color: white;
  background-color: rgb(246, 145, 101);
  transition: all 0.4s ease-in-out 0s;
  z-index: -1;
}

.nav-item:hover::before {
  height: 100%;
}

.btn-appoint {
  padding: 15px 30px;
  background: rgb(246, 145, 101);
  color: white;
  border-radius: 0px;
  text-transform: uppercase;
  clip-path: polygon(7% 0px, 100% 0%, 93% 100%, 0% 100%);
}

.btn-appoint:hover {
  color: white;
  background: rgb(189, 110, 76);
}

.btn-appoint i {
  margin-right: 6px;
}

.navbar {
  padding: 0px;
}

.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-lg,
.navbar > .container-md,
.navbar > .container-sm,
.navbar > .container-xl,
.navbar > .container-xxl {
  padding: 0px;
}

.banner {
  background-image: url("../images/header_banner.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  z-index: 0;
}

.banner h2 {
  background: rgb(0, 204, 225);
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  font-size: 25px;
  padding: 5px 10px;
  display: inline-block;
  font-weight: 500;
}

.banner h1 {
  background: rgb(246, 145, 101);
  color: rgb(255, 255, 255);
  font-size: 30px;
  padding: 0px 10px;
  margin: 10px 0px;
  display: inline-block;
  font-weight: 700;
  text-transform: uppercase;
}

.banner p {
  color: rgb(99, 99, 99);
  font-size: 15px;
  margin-top: 8px;
}

.btn_learn {
  border: none;
  padding: 10px 20px;
  background: rgb(246, 145, 101);
  border-radius: 0px;
  margin-top: 25px;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
}

.btn_learn:hover {
  color: white;
  background: rgb(189, 110, 76);
}

.btn_book {
  border: none;
  padding: 10px 20px;
  background: rgb(0, 204, 225);
  border-radius: 0px;
  margin-top: 25px;
  margin-left: 10px;
  color: rgb(255, 255, 255);
}

.btn_book:hover {
  color: white;
  background: rgb(1, 134, 149);
}

#img_width {
  width: 44% !important;
}

.banner img {
  position: absolute;
  right: 7%;
  bottom: 0px !important;
  width: 34% !important;
}

.height {
  min-height: 77vh;
  align-items: center;
}

.banner_carousel {
  position: static;
}

.banner_carousel .owl-dots {
  text-align: center;
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
}

.banner_carousel .owl-dots .owl-dot {
  margin: 3px;
}

.banner_carousel .owl-dots .owl-dot span {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgb(198, 204, 208);
}

.banner_carousel .owl-dots .owl-dot.active span {
  background: rgb(246, 145, 101);
}

.banner_carousel .owl-nav {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  z-index: -1;
}

.banner_carousel .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
}

.banner_carousel .owl-nav .owl-prev span {
  display: block;
  height: 26px;
  width: 24px;
  background: rgb(0, 204, 225);
  color: white;
  font-size: 22px;
  line-height: 22px;
  font-weight: 700;
}

.banner_carousel .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
}

.banner_carousel .owl-nav .owl-next span {
  display: block;
  height: 26px;
  width: 24px;
  background: rgb(246, 145, 101);
  color: white;
  font-size: 22px;
  line-height: 22px;
  font-weight: 700;
}

.welcome-section {
  padding-top: 50px;
}

.welcome {
  position: relative;
}

.welcome-section-img {
  position: absolute;
  bottom: 0px;
  left: -10%;
}

.welcome-section-img img {
  max-width: 76%;
  margin-left: 20px;
}

.welcome-section h2 {
  text-transform: capitalize;
  font-size: 30px;
  font-weight: 700;
  margin: 10px 0px;
}

.welcome-section p {
  color: rgb(112, 112, 112);
  font-size: 15px;
  font-weight: 500;
  padding-right: 210px;
  margin: 10px 0px;
}

.welcome-content {
  padding: 20px 20px 20px 10px;
}

.welcome-content .welcome-content-img {
  display: inline-block;
  margin: 5px 0px;
}

.welcome-content .welcome-content-img img {
  width: 40px;
  height: auto;
}

.welcome-content h5 {
  text-transform: capitalize;
  font-size: 21px;
  font-weight: 700;
  margin: 10px 0px;
}

.welcome-content p {
  padding: 0px;
  font-weight: 500;
}

.align-item {
  display: block !important;
  text-align: center !important;
  margin: auto !important;
}

.section_title h1 {
  text-transform: capitalize;
  margin-top: 50px;
}

.title_logo img {
  margin: 6px 0px;
}

.section_title p {
  color: rgb(160, 160, 160);
  margin-bottom: 55px;
}

.doctor_section {
  background-color: rgb(249, 249, 249);
  padding: 50px 0px;
}

.doctors_infoArea {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
}

.doctors_info .info_unit {
  width: 90%;
  border-bottom: 5px solid rgb(0, 204, 225);
  padding-bottom: 20px;
  position: relative;
  text-align: center;
  margin-bottom: 30px;
}

.doctors_info .info_unit h6 {
  margin-top: 20px;
  font-weight: 800;
}

.doctors_info .info_unit:hover h6 {
  color: rgb(246, 145, 101);
}

.doctors_info .info_unit p {
  text-transform: capitalize;
  color: rgb(160, 160, 160);
}

.doctors_info .info_unit .images {
  position: relative;
  width: 100%;
}

.doctors_info .info_unit .images img {
  width: 100%;
}

.doctors_info .info_unit .images::after {
  content: "";
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 0px;
  background-color: rgb(0, 0, 0);
  opacity: 0.5;
  transition: all 0.4s ease-in-out 0s;
}

.doctors_info .info_unit:hover ::after {
  height: 100%;
}

.doctors_icon {
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 60%;
  left: 30%;
  z-index: -1;
}

.doctors_info .info_unit:hover {
  border-color: rgb(246, 145, 101);
}

.doctors_info .info_unit:hover .doctors_icon {
  z-index: 0;
}

.social_icon {
  width: 30px;
  height: 30px;
  background: transparent;
  margin: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid rgb(255, 255, 255);
  transition: all 0.01s ease-in-out 0s;
}

.social_icon:hover {
  background-color: rgb(246, 145, 101);
  border: none;
}

.social_icon i {
  color: rgb(255, 255, 255);
}

.align {
  justify-content: center;
  margin-bottom: 50px;
}

.box_services {
  border: 5px solid rgb(235, 235, 235);
  margin: 10px;
  flex-basis: 30%;
  padding: 15px;
}

.box_services p {
  color: rgb(122, 122, 122);
  margin: 5px;
}

.box_services a {
  padding: 0px;
  color: rgb(112, 112, 112);
  margin: 12px;
}

.box_services a i {
  margin-left: 5px;
}

.img img {
  margin: 0px 10px;
  width: 33px;
}

.img_title h1 {
  font-size: 23px;
  font-weight: 600;
}

.box_services:hover .img_title h1 {
  color: rgb(246, 145, 101);
}

.box_services:hover {
  border-color: rgb(246, 145, 101);
}

.box_services:hover .btn_readmore {
  color: rgb(246, 145, 101);
}

.Pricing_section {
  background: rgb(249, 249, 249);
  padding: 50px 0px;
}

.box {
  border: 5px solid white;
  margin: 19px;
  flex-basis: 30%;
  text-align: center;
  padding: 0px;
}

.box_title {
  margin: 14px 0px;
}

.box_title h1 {
  color: rgb(0, 204, 225);
}

.box_title p {
  color: rgb(112, 112, 112);
  margin-bottom: 15px;
}

.price {
  background-color: white;
  padding: 10px 0px;
}

.price h2 {
  color: rgb(0, 204, 225);
  font-weight: 700;
}

.price p {
  color: rgb(0, 204, 225);
  font-weight: 600;
}

.food_item p {
  color: rgb(112, 112, 112);
  line-height: 35px;
}

.btn_singup {
  padding: 8px 32px;
  background: rgb(0, 204, 225);
  border-radius: 0px;
  margin: 30px 0px;
  font-weight: 600;
  color: white !important;
}

.box:hover {
  border-color: rgb(246, 145, 101);
}

.box:hover .box_title h1 {
  color: rgb(246, 145, 101);
}

.box:hover .price {
  background: rgb(246, 145, 101);
}

.box:hover .price h2 {
  color: white;
}

.box:hover .price p {
  color: white;
}

.box:hover .btn_singup {
  background: rgb(246, 145, 101);
  color: white;
}

.brand_section {
  background-image: url("../images/bg_happy_client.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0px;
  z-index: 1;
}

#brand_heading {
  color: white;
  margin: 10px;
}

#brand_p {
  color: white;
}

.brand_carousel div img {
  margin: auto;
  width: 100px !important;
}

.tired_logo {
  width: 80px;
}

.fifth_logo {
  width: 70px;
}

.brand_carousel .owl-stage {
  display: flex;
  align-items: center;
}

.brand_carousel .owl-nav {
  display: block !important;
}

.brand_carousel .owl-nav .owl-next span {
  display: block;
  height: 26px;
  width: 24px;
  background: rgb(246, 145, 101);
  color: white;
  font-size: 22px;
  line-height: 22px;
  font-weight: 700;
  border-radius: 3px;
}

.brand_carousel .owl-nav .owl-prev span {
  display: block;
  height: 26px;
  width: 24px;
  background: rgb(0, 204, 225);
  color: white;
  font-size: 22px;
  line-height: 22px;
  font-weight: 700;
  border-radius: 3px;
}

.brand_carousel .owl-nav {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  z-index: -1;
}

.brand_carousel .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  left: -3%;
  transform: translateY(-50%);
}

.brand_carousel .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  right: -3%;
  transform: translateY(-50%);
}

.footer {
  background: rgb(27, 27, 27);
}

.footer_part1 {
  margin-top: 30px;
}

.footer_heading img {
  margin-bottom: 30px;
}

.footer_part1 p {
  color: rgb(180, 180, 180);
  margin-bottom: 28px;
}

.location i {
  color: rgb(1, 201, 221);
  font-size: 34px;
  padding-right: 8px;
  margin-right: 8px;
}

.location p {
  color: rgb(180, 180, 180);
  font-size: 15px;
}

.contact i {
  color: rgb(1, 201, 221);
  font-size: 34px;
  padding-right: 8px;
  margin-right: 8px;
}

.contact p {
  color: rgb(180, 180, 180);
  font-size: 15px;
}

.mail i {
  color: rgb(1, 201, 221);
  font-size: 34px;
  padding-right: 8px;
  margin-right: 8px;
}

.mail p {
  color: rgb(180, 180, 180);
  font-size: 15px;
}

.footer_heading h1 {
  margin: 30px 0px;
  color: white;
}

.client {
  margin-bottom: 28px;
}

.client_img img {
  width: 80px;
  height: 80px;
  padding: 5px;
  margin-right: 10px;
}

.client p {
  color: rgb(180, 180, 180);
  font-size: 15px;
}

.client p span {
  color: rgb(119, 119, 119);
  font-size: 13px;
}

.footer_part3 p {
  color: rgb(180, 180, 180);
  font-size: 15px;
  margin-bottom: 20px;
}

.footer_part3 form input {
  background: transparent;
  padding: 8px;
  position: relative;
  color: white;
  border: 3px solid rgb(37, 37, 37);
}

.footer_part3 form input:focus {
  outline: none;
}

.footer_part3 form input[type="email"]::placeholder {
  color: rgb(61, 61, 61);
}

.footer_part3 form input a {
  position: absolute;
}

.footer_part3 form {
  margin-bottom: 45px;
}

.btn_footer {
  border: none;
  background-color: #f69165;
  position: absolute;
  color: white;
  font-weight: 600;
  border-radius: 0px;
  padding: 11px;
}

.btn_footer:hover {
  color: white;
  background-color: #ad4619;
}

.social_link {
  display: flex;
  align-items: center;
}
.social_link a {
  text-decoration: none;
  color: white;
  font-weight: 600;
  margin-right: 10px;
}

.footer_icon2 {
  text-decoration: none;
  font-size: 15px;
  background: rgb(50, 50, 50);
  color: white;
  transition: 0.3s all ease-in-out;
  height: 38px;
  width: 38px;
  margin: 5px;
  text-align: center;
  padding: 10px;
}
.footer_icon2:hover {
  background-color: #f69165;
}

#facebook_icon {
  padding: 10px 14px;
}

#linkedin_icon {
  padding: 10px 14px;
}

/* footer_bottom */
.footer_bottom {
  background-color: #161616;
  padding: 20px;
  text-align: center;
}
.footer_bottom p {
  color: #777777;
}
.footer_bottom p span {
  color: #00cce1;
}

/* The End */
