* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  font-family: "Public Sans", sans-serif;
}

a {
  text-decoration: none;
}

.form-control:focus {
  box-shadow: none;
}

p {
  font-family: "Roboto", sans-serif;
}



/* top head */

.topHeadBg {
  background:#F19232;
  padding: 10px 0;
}

.tophedLft p {
  margin-bottom: 0;
  color: #fff;
  position: relative;
  padding-left: 33px;
}

.tophedLft p::before {
  content: "\f041";
  position: absolute;
  font-size: 15px;
  left: 0px;
  font-family: fontAwesome;
  background: #fff;
  width: 25px;
  height: 25px;
  border-radius: 20px;
  color: #F19232;
  text-align: center;
  line-height: 25px;
}

.tophedryt {
  text-align: right;
}

.tophedryt .oppnt {
  color: #fff;
  border-bottom: 1px solid #fff;
}

.tophedryt .oppnt:hover {
  color: #009B4C;
  border-bottom: 1px solid #697335;
}

.envlpIcon {
  font-size: 15px;
  background: #fff;
  padding: 5px 8px;
  border-radius: 20px;
  color: #F19232;
  text-align: center;
  line-height: 25px;
  margin-left: 15px;
}

.envlpIcon:hover {
  background: linear-gradient(
    180deg,
    rgba(198, 210, 130, 0.92) -14.83%,
    #009B4C 105.41%
  );
  color: #fff;
}

.envlpIcon1{
  font-size: 15px;
  background: #fff;
  padding: 5px 7.2px;
  border-radius: 20px;
  color: #F19232;
  text-align: center;
  line-height: 25px;
  margin-left: 15px;
}

.envlpIcon1:hover {
  background: linear-gradient(
    180deg,
    rgba(198, 210, 130, 0.92) -14.83%,
    #009B4C 105.41%
  );
  color: #fff;
}


/* end top head */

/* header */

.nav-link {
  color: #232323;
   font-family: "Roboto", sans-serif;
}

.navLink .nav-link:focus,
.navLink .nav-link:hover {
  color: #F19232;
}

.navbar-expand-xl .navbar-nav .nav-link {
  padding-left: 20px;
  padding-right: 20px;
}

.hdrBtn {
  background-color: #009B4C;
  border-radius: 100px;
  padding: 7px 30px !important;
  color: #fff;
  margin-left: 15px;
  border: 1px solid #009B4C;
  transition: ease-out 0.5s;
}

.hdrBtn:hover {
  background-color: #fff;
  color: #F19232;
  border: 1px solid #F19232;
}

.navbar-brand img {
  width: 182px;
}

.navbar-brand:hover {
  color: #000;
}

.navbar {
  --bs-navbar-nav-link-padding-x: 1.5rem;
}

.hdr-Mobile-btn {
  display: none;
}

.mobBtHdr {
  display: inline-block;
}

/* banner */

.bannerBg {
  background: url(../img/banner.png);
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  height: calc(100vh - 120px);
  background-position: center;
  overflow: hidden;
}

.bannerRow {
  margin-top: 60px;
   width:50%;
}

.bnrTxt {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  line-height: 29px;
  color: #232323;
}


.bnrTxt h1 {
  font-size: 48px;
  /* line-height: 67px; */
  line-height: 140%;
}

.bnrTxt h1 b:nth-child(1) {
  color: #F08519;
font-weight: 300;
font-style: Italic;

}

.bnrTxt h1 b:nth-child(2) {
  color: #232323;
  font-family: "Poppins", sans-serif;
font-weight: 700;
}

.bnrTxt h1 b:nth-child(4) {
  color: #232323;
   font-family: "Poppins", sans-serif;
font-weight: 700;
}
.bnrTxt h1 b:nth-child(5) {
  color: #009B4C;
  font-family: "Poppins", sans-serif;
font-weight: 700;
}

.bnrTxt h1 b:nth-child(7) {
  color: #F08519;
    font-family: "Poppins", sans-serif;
font-weight: 700;
}

.bnrTxt h1 b:nth-child(8) {
  color: #232323;
  font-family: "Poppins", sans-serif;
font-weight: 300;
}

.bnrTxt p{
   color: #232323;
  font-family: "Roboto", sans-serif;
font-weight: 400;
font-size: 16px;
line-height: 184%;
margin-bottom: 0;
}

.bnrPra2 {
  font-family: "Public Sans", sans-serif;
  color: #232323;
  font-size: 20px;
  font-weight: 400;
  margin:10px 0 20px!important;
}

.bnrPra2 b {
  color: #00A2E9;
  font-size: 20px;
  font-weight: 900;
  line-height: 37px;
}

.bnrPra2 b:nth-child(2) {
  color: #009B4C;
}


/* end banner */

.bannerbotmBg {
  background:#00A2E9;
 padding:22px;
}

.bnrBtom{
  display: flex;
  align-items: center;
}

.bnrBtomTxt{
  margin-left: 10px;
  color: #fff;
  font-family: "Poppins", sans-serif;
font-weight: 600;
font-size: 24px;
}

.bnrBtomImg{
  display: inline-block;
  width:66px;
  height: 66px;
  border-radius: 100%;
  border:3px solid #F19232;
  background: #fff;
  text-align: center;
  line-height: 55px;
}

.bnrBtomImg img {
  width:38px;
}


/* end banner bottom */

/* about */


.aboutWrap {
  padding: 90px 0;
}

.aboutHdr{
  font-family: "Poppins", sans-serif;
font-size: 48px;
}

.marginHdrBtm{
margin-bottom:50px;
}

.aboutHdr :nth-child(1){
font-weight: 300;
color: #232323;
}
.aboutHdr :nth-child(2){
font-weight: 700;
color: #009B4C;
}

.aboutPraBdr{
  position: relative;
}

.aboutPraBdr::before{
  content: "";
  position: absolute;
  top:20%;
  left:-1px;
  width: 1px;
  height: 100px;
  background: #000000;
}

.aboutPraBdr::after{
  content: "";
  position: absolute;
  top:20%;
  right: 0;
  width: 1px;
  height: 100px;
  background: #000000;
}

.aboutNo1{
  display: inline-block;
  background: #009B4C;
  color: #fff;
  width: 62px;
    height: 62px;
    line-height:62px;
    text-align: center;
    font-family: "Poppins", sans-serif;
font-weight: 600;
font-size: 24px;
margin-bottom: 20px;
}
.aboutNo1.aboutNo2{
background: #00A2E9;
}
.aboutNo1.aboutNo3{
background: #F19232;
}

.aboutPra{
  text-align: center;
}

.aboutPra p {
  color:#232323;
  font-family: "Poppins", sans-serif;
font-weight: 400;
font-size: 16px;
padding: 0 60px;
}


/* end about */
 
/* taem */

.marginHdrBtm1{
margin-bottom:20px;
}
.teamPraBox {
  background: #fff;
  border: 1px solid #8B8B8C;
  padding: 30px 15px 10px;
  border-radius: 20px;
  margin-top: 20px;
  position: relative;
  transition: all 0.2s;
}

.teamPraBox:hover {
  border: 1px solid #00A2E9;
}

.teamPraBox.slick-slide {
  min-height:430px !important;
}

.teamPraBox h5 {
 font-family: "Poppins", sans-serif;
  color: #232323;
  font-size: 24px;
  font-weight: 300;
  line-height: 34px;
      margin-bottom:16px;
}

.teamPraBox h5 img {
  display: inline-block;
}

.teamPraBox p {
  color: #232323;
 font-family: "Roboto", sans-serif;
font-weight: 300;
font-size: 16px;
}

.teamPraBox p strong{
font-weight:600;
}

.teamBoxLink {
  position: absolute;
  bottom: 30px;
  padding-right: 30px;
  width: 100%;
}

.teamBoxLink a:nth-child(1) {
  font-size: 16px;
  color:#009B4C;
  font-weight: 700;
  line-height: 27px;
  text-decoration: underline;
 font-family: "Poppins", sans-serif;
}

.teamBoxLink a:nth-child(2) {
  color:#00A2E9;
  line-height: 27px;
  padding-bottom: 2px;
  border-bottom: 0.8px solid #00A2E9;
 font-family: "Roboto", sans-serif;
font-weight: 500;
font-size: 16px;
}

/* testimonial */

.teamBg {
  background:#E9FFF4;
  padding: 80px 0 160px;
  z-index: 9;
}

.slidrCustm .slick-prev,
.slidrCustm .slick-next {
  width: 45px;
  height: 45px;
  border-radius: 100%;
  border: 1px solid #009B4C;
  top: inherit;
  bottom: -23%;
}

.slidrCustm .slick-prev:hover,
.slidrCustm .slick-prev:focus,
.slidrCustm .slick-next:hover,
.slidrCustm .slick-next:focus,
.slidrCustm .slick-prev:active,
.slidrCustm .slick-next:active {
  color: #fff;
  outline: none;
  background: #009B4C;
}


.teamSldr.slidrCustm .slick-prev:before,
.teamSldr.slidrCustm .slick-next:before {
  color: #009B4C;
      font-size: 29px;
          line-height: 20px;
}

.teamSldr.slidrCustm .slick-next:active:before {
  color: #fff;
}

.teamSldr.slidrCustm .slick-prev:active:before {
  color: #fff;
}

.teamSldr.slidrCustm .slick-next:focus:before {
  color: #fff;
}

.teamSldr.slidrCustm .slick-prev:focus:before {
  color: #fff;
}
.teamSldr.slidrCustm .slick-next:hover:before {
  color: #fff;
}

.teamSldr.slidrCustm .slick-prev:hover:before {
  color: #fff;
}

.slidrCustm .slick-prev {
  left: 46%;
}

.slidrCustm .slick-next {
  right: 46%;
}

.slidrCustm .slick-slide {
  margin-left: 20px;
  margin-right: 20px;
}

.slidrCustm .slick-list {
  margin-left: -20px;
  margin-right: -20px;
}

.teamWrape {
  position: relative;
}

/* Appointment */

.appointWrap {
  background: #ffce9d;
  padding: 20px 0 0;
  position: relative;
  z-index: 9;
  overflow: hidden;
}

.appointText {
  margin-top: -20px;
}

.appointText h1 {
  color: #232323;
  font-size: 48px;
  font-weight: 800;
  line-height: 56px;
}

.appointText p {
  line-height: 30px;
  color: #232323;
}

.appointImg img {
  width: 86%;
}

.appoint-fix-img {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

/* end Appointment */



/* We Serve */

.weSrveWrap {
  padding: 60px 0;
}

.servIcon span{
  width: 55px;
  height: 55px;
  border: 2px solid #F19232;
  display: inline-block;
  text-align: center;
  line-height:48px;
  border-radius: 100%;
}

.servIcon img {
  width: auto;
}

.servTxtBox {
  margin-left: 15px;
  margin-top: 10px;
}

.servTxtBox h5 {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}

.servTxtBox p {
  color: #232323;
font-family: "Roboto", sans-serif;
font-weight: 300;
font-size: 16px;
}

.servTxtBox a {
  color: #232323;
   font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 18.75px;
}
.servTxtBox a:hover {
  color: #a7b55c;
}

.servMrgn {
  margin-bottom: 30px;
}

.servImgBox {
  text-align: center;
}
.servImgBox img {
  width: 100%;
  border-radius: 16px;
}

.operatingHrsBox {
  background: #00A2E9;
  padding:50px 100px;
  border-radius: 15px;
  margin-top: 20px;
}

.operatingHrsBox h3 {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
}

.operatingHrsBox p {
  color: #fff;
  font-family: "Roboto", sans-serif;
font-weight: 300;
font-size: 16px;
}

.operatingHrsBox a {
  color: #fff;
  border-bottom: 1px solid #fff;
    font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 500;
}

/* end We Serve */

/* Frequently Asked Questions */

.askQesBg {
  background:#E9FFF4;
  padding: 60px 0 80px;
  position: relative;
}

.faqImgFix{
  position: absolute;
  right: 0;
  bottom: 0;
  width: auto;
}

/* Custom style */
.accordion-button::after {
  color: #F6AE45;
  content: "\f067 ";
  font-family: fontAwesome;
  background-image: none;
  background-color: #fff;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.accordion-button:not(.collapsed)::after {
  content: "\f068 ";
  font-family: fontAwesome;
  background-image: none;
   color: #fff;
   background-color: #009B4C;
}

.accordion-button:not(.collapsed) {
  color: #232323!important;
  background-color: #fff!important;
  box-shadow: none;
}

.accordianQues .accordion-item {
  margin-bottom: 25px;
  border: none;
  border: 1px solid #fff;
  background: #fff;
  border-radius: 10px;
  transition: all 0.5s;
}

.accordion-button.accordianBtn {
  background: #009B4C;
  color: #fff;
  border-radius: 10px;
  line-height: 25px;
  padding: 14px 20px;
 font-family: "Poppins", sans-serif;
font-weight: 500;
font-size: 16px;
}

.accordianQues .accordion-item:hover {
  border: 1px solid #e17100;
}

.accordion-button.accordianBtn:focus {
  border: none;
  box-shadow: none;
}

.cardBody {
  padding:0 20px 20px;
}

.cardBody p{
  color: #232323;
   font-family: "Roboto", sans-serif;
font-weight: 300;
font-style: Light;
font-size: 16px;
}

/* end Frequently Asked Questions */


/* Book An Appointment */

.bokAppBg {
  background:#00A2E9;
  padding: 40px 0;
}

.bookApintImgFxd{
  display: none;
}

.bookApntBox {
  align-items: center;
      justify-content: center;
}

.bookApntHdr h1 {
  color: #fff;
  font-weight: 300;
  font-family: "Poppins", sans-serif;
  font-size: 48px;
}

.bookApntHdr h1 b {
  font-weight: 700;
}

.bookApntBtn {
  font-size: 16px;
  background:#fff;
  border-radius: 100px;
  padding: 9px 30px !important;
  color: #00A2E9;
  margin-left: 15px;
  border: 2px solid #fff;
  transition: ease-out 0.5s;
  margin-left:140px;
}

.bookApntBtn:hover {
  background: #fff;
  color: #697335;
  border: 2px solid #979e6f;
}

/* end Book An Appointment */



/* footer */

.ftrBg {
  background:#E9FFF4;
  padding: 90px 0;
}

.ftrLogo {
  width: auto;
  margin-bottom:25px;
}

.ftrImgLogo img{
  width: auto;
}

.ftrAddTxt {
  color: #232323;
font-family: "Roboto", sans-serif;
font-weight: 400;
font-size: 16px;
}


.ftrmidle h3 {
  color:#232323;
  font-size: 24px;
  line-height: 34px;
font-family: "Poppins", sans-serif;
font-weight:600;
font-size: 32px;
margin-bottom:20px;
}

.ftrmidle h3 span {
  color: #232323;
  font-weight: 300;
}

.ftrmidle ul {
  padding-left: 0;
  margin-top: 15px;
}

.ftrmidle ul li {
  list-style: none;
}

.whatspIcon {
  font-size: 22px;
  left: 0px;
  font-family: fontAwesome;
  border: 1px solid #009B4C;
  padding: 11px 13px;
  border-radius: 30px;
  color: #009B4C;
  background: #fff;
  text-align: center;
  line-height: 30px;
  transition: all 0.5s;
}

.whatspIcon:hover {
  color: #fff;
    border: 1px solid #F19232;
  background: #F19232;
}

.whatspIcon.whatspIcon1 {
  padding: 11px 14px;
}

.socialIcon {
  font-size: 22px;
  left: 0px;
  font-family: fontAwesome;
  border: 1px solid #009B4C;
  padding: 11px 16px;
  border-radius: 30px;
  color: #fff;
  background: #009B4C;
  text-align: center;
  line-height: 30px;
  transition: all 0.5s;
}

.socialIcon:hover {
   border: 1px solid #F19232;
  color: #fff;
  background: #F19232;
}

.socialIcon1 {
  color: #009B4C;
  font-size: 30px;
  margin-left: 20px;
}

.socialIcon1:hover {
  color: #F19232;
}

.socialIcon1.socialTwiter img{
width: 23px;
}

.ftrmidle .socialM {
  margin-top: 30px;
  margin-bottom: 0;
}


.hdrBtn.ftrBtn1 {
    padding: 11px 30px !important;
    margin-top:0px;
    display: inline-block;
}

.hdrBtn.ftrBtn {
    padding: 11px 30px !important;
    margin-top:25px;
    display: inline-block;
}

.socialM .hdrBtn.ftrBtn {
    padding: 11px 30px !important;
    margin-top:0px;
    display: inline-block;
}



/* end footer */

/* last content */

.ftrEnd {
   font-family: "Roboto", sans-serif;
  background:#009B4C;
  text-align: center;
  margin-bottom: 0;
  padding: 10px;
  color:#E9FFF4;
font-weight: 400;
font-size: 16px;
}

.endftrLnk {
  color: #ddd;
}

.endftrLnk:hover {
  color: #fff;
}
