@font-face {
  font-family: gilroy;
  src: url(images/fonts/Gilroy-Light.otf);
}
@font-face {
  font-family: gilbold;
  src: url(images/fonts/Gilroy-ExtraBold.otf);
}
body{
  background-color: #f9f9f9;
}
* {
  font-family: gilroy;
  padding: 0px;
  margin: 0px;
}
.mainb {
  background-color: #f9f9f9;
}

.brg {
  display: none;
}
.navbar {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 0px;
}
.logo {
  margin-left: 30px;
  filter: drop-shadow(2px 2px 2px gray);

}
.rightside li {
  cursor: pointer;
  display: inline;
  margin-left: 20px;
  font-size: 1.1em;
  font-weight: bold;
}
.nav-btn {
  background-color: #75bf7a;
  border: 0px;
  color: white;
  width: 120px;
  padding: 5px 0px;
  margin-right: 20px;
  margin-left: 30px;
  border-radius: 5px;
}
.slider-main {
  width: 100%;
  display: flex;
  justify-content: space-between;
  background-color: #f9f9f9;
  padding-bottom: 60px;
  padding: 0px 30px;
}

.s-left {
  width: 100%;
  display: inline-flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-end;
  

}
.s-left h3 {
  width: 100%;
  padding: 0px;
  font-family: gilbold;
  font-size: 2.4em;
  filter: drop-shadow(2px 2px 2px gray);
}
.s-left p {

  width: 100%;
  color: #afaeb2ff;
}
/* .sright {
  width: 100%;
} */
.img1{
  /* margin-right: 40px; */
  object-fit: cover;
  height: 400px!important;
  filter: drop-shadow(2px 2px 2px gray);
}
.s .s-car img {
  width: 100%;
}
.s-car .smcarup {
  display: none;
}
.s-car .smcar {
  display: none;
}
.btn-dwnl {
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  display: flex;
  gap: 15px;
  margin: 0px;
  justify-content: flex-start;
}
.btn-dwnl button {

  background-color: black;
  color: white;
  font-size: 1.3em;
  padding: 10px 20px;
  border-radius: 3px;
}
.btn-dwnl > button img {
  border: none !important;
  outline: none !important;
  width: 30px;
  margin-right: 10px;
}
.searchmain {
  margin-top: 60px;
  padding: 0px;
  background-color: #f9f9f9;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.srgeenback {
  padding: 20px;
  display: flex;
  justify-content: space-around;
  width: 95%;
  background-color: #75bf7a;
  border-radius: 10px;
}
.srleft {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  margin-right: 10px;
  margin-top: 20px;
}
.srleft p {
  color: white;
  font-weight: bold;
  font-size: 0.9rem;
}
.srright {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.srright button {
  display: inline-block;
  margin: 2px 20px 0px 0px;
  border: 0px;
  background-color: black;
  color: white;
  width: 150px;
  padding: 13px 10px;
  font-weight: bold;
  
  border-radius: 10px;
}
.srright input {
  padding: 12px 20px;
  margin-right: 30px;
  outline: none;
  border: none;
  border-radius: 5px;
}
.srright input:focus::placeholder {
  color: transparent;
}
.hdntere {
  width: 100%;
  color: black;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin-top: 50px;
}
.hdntere h1 {
  font-family: gilbold !important;
  font-weight: bolder;
}
.hdntere p {
  color: #9e9da2;
  font-weight: bold;
  font-size: 22px;
  text-align: center;
}
.hdntere span {
  color: #75bf7a;
  font-weight: bolder;
}

.middlesection {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 20px;

}
.mleft {
  width: 33.33%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;

}
.mleftres {
  display: none !important;
}

.num1 {
  width: 100%;
  display: flex;
  justify-content: end;
}
.circle1 {
  position: relative;
}

.circle1 p {
  font-family: gilbold !important;
  font-size: 2.2rem;
  position: absolute;
  color: #75bf7a;
  top: 8px;
  left: 23px;
}
.hdn1 {
  text-align: end;
  margin-top: 20px;
}
.hdn1 h5 {
  font-family: gilbold;
  font-weight: bolder;
}
.hdn1 p {
  color: #9e9da2;
  font-size: 22px;
  font-weight: bold;
}
.mcenter {
  width: 33.33%;

}
.mback {
  width: 100%;
  background-image: url(images/m-back.png);
  background-position: center;
  background-repeat: no-repeat;
  background-repeat: no-repeat;
  background-position: 0px;
  background-size: contain;
  /* display: flex;
  justify-content: center; */
  align-items: center;
  margin-top: 60px;
}

.mback .mbackimg {
  width: 80%;
  
}
.mright {
  width: 33.33%;
}
/* -----right-------- */
.num2 {
  width: 100%;
  display: flex;
  justify-content: start;
}
.circle2 {
  position: relative;
}

.circle2 p {
  font-family: gilbold !important;
  font-size: 2.2rem;
  position: absolute;
  color: #75bf7a;
  top: 8px;
  left: 23px;
}
.hdn2 {
  text-align: start;
  margin-top: 20px;
}
.hdn2 h5 {
  font-family: gilbold;
  font-weight: bolder;
}
.hdn2 p {
  color: #9e9da2;
  font-size: 22px;
  font-weight: bold;
}

.response1 {
  display: none;
}
.hdn1res {
  display: none;
}
.circle1res {
  display: none;
}

.tbenefit {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
}

.tbenefit h5 {
  color: #75bf7a;
  font-family: gilbold;
  font-weight: bolder;
  font-size: 2.5rem;
  text-align: center;
}
.tbenefit > h5 span {
  color: black;
  font-family: gilbold;
  font-weight: bolder;
}

/* --------------------------card------------- */
.maincard {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f9f9f9 !important;
  margin-top: 40px;
}
.flexhours {
  width: 80%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
  border-radius: 15px;
}
.leftflex {
  width: 100%;
  background-color: white;
}
.flexhdn {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.flexhdn .p01 {
  margin-left: 30px;
  color: #75bf7a;
  font-family: gilbold;
  font-weight: bolder;
  font-size: 3.2rem;
}
.flexhdn span {
  display: flex;
  align-items: center;
  text-align: center;
}
.flexhdn span h1 {
  color: black;
  font-size: 1.2rem;
  font-family: gilbold;

  text-align: start;
}
.pcont {
  width: 100%;
  color: #9e9da2;

  margin-left: 25px;
}

.rightflex {
  width: 100%;
  background-color: white;
  display: flex;
  justify-content: flex-end;
  border-radius: 15px;
}

.rightflex img {
  width: 50%;
  margin-right: 20px;
  object-fit: cover;
}
.fh2 {
  margin-left: auto;
}
/* --------------------------card------------- */
.footer-main {
  width: 100%;
  margin-top: 100px;
  display: flex;
  justify-content: space-between;
  background-color: white;
}
.footlogo {
  display: flex;
  justify-content: center;
  width: 25%;
  align-self: center;
  filter: drop-shadow(2px 2px 2px gray);

}
.lihdn {
  color: black;
  font: 1.2rem;
  font-family: gilroy;
  font-weight: bold;
  line-height: 50px;
}
.list1 {
  width: 25%;

}
.list1 > li {
  list-style: none;
  cursor: pointer;
  font-size: 1.2rem;
}
.list2 {
  width: 25%;

}
.list2 > li {
  cursor: pointer;
  list-style: none;
    font-size: 1.2rem;
}
.footbuttons {
  width: 25%;
  margin-top: 20px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: end;
  margin-right: 10px;
  justify-content: space-between;
 
}

.fbtn1 {
  background-color: black;
  width: 150px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  cursor: pointer;
  border-radius: 10px;
}
.fdwn img {
  width: 20px;
  margin-right: 10px;
}
.fbtn1 p {
  margin-top: 18px;
  color: white;
  font-size: 1.2rem;

}
.ftend {
  width: 100%;
  background-color: white;
  border-top: 1px solid #afaeb2ff;
}
.ftend p {
  margin-top: 20px;
  color: #75bf7a;
  text-align: center;
  font-size: 1.2rem;
}
