* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: Raleway, sans-serif;
  width: 100%;
}

.header {
  display: flex;
  justify-content: space-between;
  background-color: #e5fff2;
  padding: 20px 40px 20px 40px;
  width: 100%;
  /* padding-top: 40px;
    padding-bottom: 40px; */
}

.header.welcome {
  width: 100%;
  padding: 14px 16px;
}

.header .bx {
  width: 20px;
  font-weight: 400;
}

.header .span {
  justify-content: space-between;
  list-style: none;
  display: flex;
  gap: 18px;
}

#bx-open {
  font-size: 30px;
  display: none;
}
#bx-close {
  font-size: 30px;
  font-weight: 600;
  display: none;
}

/* -----------NAV BAR--------------- */


.nav_bar {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0 50px;
  text-transform: capitalize;
  width: 100%;
} 


.nav_bar :hover {
  color: rgb(173, 206, 173);
}

li {
  list-style: none;
}
a {
  text-decoration: none;
  color: #0f0101ee;
  font-size: 15px;
  font-weight: 500;
}
header ul {
  display: flex;
  gap: 150px;
  justify-content: center;
  align-content: center;
  position: relative; 
}


.mobile_header {
  display: none;
  background-color: #004D2C;
  width: 100vw; 
  height: 50vh;
  position: absolute;
  top: 120px;
  left: 0;
  border-radius: 15px;
}

.mobile_header ul {
  font-size: 25px;
  display: flex;
  flex-direction: column;
  gap: 60px;
  padding-left: 10px;
  padding-top: 40px;
}
.mobile_header ul li a {
  color: #ffff;
  font-size: 20px;
}


/* ------STYLING THE BUTTON */

.button {
  background-color: #004d2c;
  color: white;
  padding: 12px 22px;
  border-radius: 20px;
}

.button:hover {
  display: flex;
  gap: 10px;
  align-items: center;
  color:  rgb(173, 206, 173);
}
.nav_down_arrow :hover {
  font-size: 18px;
  padding-left: 10px;
  color: rgb(173, 206, 173);
}

/* -------STYLING THE HERO SECTION----------- */

.hero_container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0 30px ;
  width: 100%;
  height: 650px;
  background-image: url("../images/Hero-section.png");
  background-size: cover;
  background-repeat: no-repeat;
  animation: change 16s infinite step-end;
} 

@keyframes change {
  0% {
    background-image: url(../images/Hero-section.png);
  }
  20% {
    background-image: url(../images/slider2/Variant4.png);
  }
  40% {
    background-image: url(../images/slider1/Variant4.png);
  }
}

.hero_container h2 {
  color: #fff;
  font-size: 60px;
  width: 70%;

} 

.booking_appoint {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: -140px;
  z-index: 100;
  gap: 30px;
  padding: 100px;
  width: 100%;
}

.button_help {
  background-color: #248159;
  color: white;
  border-radius: 5px;
  /* border-width: 100px; */
  padding: 30px 30px;
  flex: 1;
}

.button_help :hover {
  color: rgb(173, 206, 173);
}

nav.home :hover {
  color:  rgb(173, 206, 173);
}

.button_help > a {
  color: #fff;
  align-items: center;
  text-transform: capitalize;
  text-align: left;
}

/* -----------STYLING THE ABOUT SECTION----------------- */
.About_unth {
  align-items: center;
  justify-content: center;
  margin-top: 25px;
  padding: 14px 15px;
}

.About {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 80px;
  align-items: center;
  background-image: url(../images/about-background.png);
  background-position: center;
  background-repeat: no-repeat;
  padding: 90px 55px 90px 55px;
  width: 100%;
}

/*----------STYLING E-CONSULTATION SECTION--------------  */

.E_consultation {
  display: flex;
  gap: 150px;
  padding: 120px;
  align-items: center;
  width: 100%;
}

.E_consultation h2 {
  padding-bottom: 20px;
}

.E_consultation p {
  font-weight: 600;
  line-height: 2;
  padding-bottom: 40px;
}

.E_consultation img {
  width: 100%;
}

.button_consult {
  background-color: #004d2c;
  color: white;
  padding: 12px 22px;
  border-radius: 20px;
}

/* -------------------STYLING THE FOOTER SECTION------------------ */

.footer {
  /* display: grid;
  grid-template-columns: repeat(3, 1fr); */
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  align-content: center;
  padding: 90px 20px 90px 20px;
  background-color: #248159;
  margin-top: 80px;
  color: #fff;
  width: 100%;
}
.footer_unth {
  width: 30%;
}
.footer_unth p {
  line-height: 3;
}
.footer h4 {
  padding-bottom: 20px;
  display: flex;
  text-align: center;
}
.footer_img {
  width: 40%;
  display: flex;
  flex-direction: column;
}
.footer_img img {
  margin-right: 22px;
  float: left;
  border-radius: 50px;
 /
}
.footer_img .text {
  margin-bottom: 45px;
  text-align: left;
  margin-right: 10px;
}

.footer_img .shadow {
  background: #79b79c;
  color: #ffff;
  padding: 3px;
  border: 1px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  display: inline-block;
  position: relative;
  left: 60px;
  right: 10px;
  bottom: -6%;
  width: 25px;
  line-height: 15px;
  text-align: center;
  font-weight: bold;
  z-index: 100;
  margin-bottom: -30px;
}
.footer_contact {
  width: 30%;
}
.contact {
  line-height: 3;
  gap: 100px;
}
.footer_contact .bx {
  font-size: 20px;
  font-weight: bold;
  padding-right: 10px;
}

.footer_copyright h4 {
  display: flex;
  align-content: center;
  justify-content: center;
  color: #fff;
  padding: 20px;
  background-color: black;
  width: 100%;
}



/* -------------------STYLING THE APPOINTMENT PAGE---------------------- */

.container {
  background-color: #EFFFF7;
  padding: 60px 0;
  width: 100%;
}
#form {
    width: 500px;
    height: 100vh;
    margin: 20vh auto 0 auto;
    padding: 50px;
    background-color:#248159;
    border-radius: 4px;
    font-size: 12px;
    margin-top: 5px;
}

#form h1 {
    color: white;
}

#line {
  padding: 20px 0;
}

#line p {
color: #248159;
}


form p{
    color: white;
    font-size: medium;
}


form .line {
  background-color: #fff;
  width: 10%;
  height: 4px;
  border-radius: 30px;
  color: white;
}

#form button {
    padding: 10px;
    margin-top: 10px;
    width: 100%;
    color:black;
    background-color: white;
    border: none;
    border-radius: 4px;
}

.input-control {
    display: flex;
    flex-direction: column;
}

.input-control input {
 
    border: none;
	font-size: 12px;
	padding: 10px ;
    margin: 10px 0;
	width: 100%;
    color:white ;
}

.input-control select {
  color:white ;
  background-color: #004c2c;
  border: none;
	font-size: 12px;
	padding: 10px;
	width: 100%;
  margin: 10px 0;
  
    
}

.input-control select option {
   border: none;
   overflow: hidden;
}


.input-control textarea {
    background-color: #004c2c;;
    color: white;
    border: none;
	margin: 10px 0;
	font-size: 12px;
	padding: 20px;
	width: 100%;
}


.input-control input{
   color: white;
   background-color: #004c2c;
}

.input-control input:focus {
    outline: 0;
}

.input-control.success input {
    border-color: #09c372;
}



/* ---------------------------CONTACT PAGE--------------------- */

.main_gallary img {
  width: 100%;
}

.main_gallary {
  background-position: center;
  text-align: center;
  padding: 30px 0;
}

.main_info {
  padding: 20px 0 20px 0;
  display: flex;
  justify-content: center;
  gap: 200px; 
  width: 100%;
}

.main_info .line {
  background-color: green;
  width: 10%;
  height: 4px;
  border-radius: 30px;
  color: white;
}

.phoneinfo,
.addressinfo {
  padding: 20px 0;
}

.phone {
  padding: 5px;
  justify-content: center;
  align-items: center;
}

.phone .bx {
  font-size: 20px;
}

 
