.innerbanner{
    height: 650px !important;
  }
 .contact.innerbanner{
    height: 450px !important;
  } 
.innerbanner .hero-style1{
    padding: 250px 0 230px !important;
}
.pt-100{
  padding-top: 100px !important;
}
.list-style-none{
  list-style: none;
}
.list-style-none li{
  list-style: none;
}

  .sub-title3 {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 28px;
    margin-top: -0.24em;
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    top: -0.24em;
    border-radius: 48px;
    padding: 3px 18px;
    color: var(--title-color);
  }
  .sub-title3:before {
    content: "";
    position: relative;
    background-image: url(../img/icon/service-icon.png);
    background-size: 100% 100%;
    width: 16px;
    height: 16px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .sub-title3.text-bg-white{
    background: #fff !important;
  }
  .sub-title3.text-bg-color7{
    background:#fff7e3 !important;
  }
  .p-100{
    padding: 100px 0;
  }
    .service-link-btn3 {
    padding: 16px 24px;
    color: var(--white-color);
    font-size: 16px;
    font-weight: 500;
    line-height: 2px;
    min-width: 125px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    background:#0969b3;
    border-radius: 48px;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    border: 0;
    margin-top: 20px;
  }
   .service-link-btn3:after {
    content: "";
    position: relative;
    background-image: url(../img/icon/arrow-right.svg);
    background-size: 100% 100%;
    width: 16px;
    height: 16px;
    left: 2px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    -webkit-filter: brightness(1) invert(1);
    filter: brightness(1) invert(1);
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .service-link-btn3::before{
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    height: 100%;
    width: 56px;
    background: var(--black-color6);
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.feature-card{
  text-align: center;
}
.service-logo{
  width: 100px;
  height: 100px;
  margin: 0 auto;
}
.service-logo img{
  border-radius: 10px;
}
.feature-card .btn-group{
  margin: 0 auto;
}




/*=========================== Under Construction Page Style Sheet Start Here ===========================*/
.under-construction-bdy-sec{
  font-family: "Satoshi";
  position: relative;
  width: 100%;
  min-height: 100vh;
  text-align: center;
  background: url(../img/hero/hero_bg_1_2.jpg) no-repeat 0 0;
  background-size: cover;
}
.under-construction-bdy-sec::before{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.9);
}
.under-construction-bdy-sec .container{
  position: relative;
  z-index: 2;
}
.under-construction-content-prt{
  position: relative;
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.under-construction-content-prt .logo img{
  max-width: 170px;
  border-radius: 10px;
}
.under-construction-content-prt h1{
  font-size: 40px;
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: 100px;
  padding-bottom: 40px;
}
.under-construction-content-prt h1 span{
  color: #0969b3;
}
.countDown-timer-prt{
  margin-bottom: 20px;
  margin-top: 0;
}
.countDown-timer-prt ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
}
.countDown-timer-prt ul li{
  font-size: 26px;
  color: #c5c5c5;
  text-align: center;
  text-transform: capitalize;
  margin: 0 15px;
}
.countDown-timer-prt ul li span{
  display: block;
  margin-bottom: 25px;
  font-size: 60px;
  color: #ffffff;
  font-weight: 500;
}
/*=========================== Under Construction Page Style Sheet End Here ===========================*/



/*=========================== About Us Page Style Sheet Start Here ===========================*/
.about-bdy-sec{
  position: relative;
  padding: 0 0 70px;
}
.about-row{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: 50px 0;
}
.about-img{
  position: relative;
  width: 35%;
}
.about-img img{
  width: 100%;
  max-height: 500px;
  object-fit: cover;
  border: 10px solid #ffffff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border-radius: 20px;
}
.about-img .auth-dtls{
  position: absolute;
  bottom: 25px;
  right: 10px;
  background-color: rgba(0, 0, 0, 0.85);
  padding: 15px 20px 15px 40px;
  text-align: right;
}
.about-img .auth-dtls h3{
  font-size: 26px;
  color: #ffffff;
  font-weight: 600;
}
.about-img .auth-dtls h4{
  font-size: 16px;
  color: #0969b3;
  font-weight: 400;
  margin-top: 6px;
}
.about-text{
  width: 60%;
}
.about-text.text-left{
  text-align: left;
}
.footerabout-text{
  width: 80%;
}
.about-text h4{
  font-size: 15px;
  color: #0969b3;
}
/*=========================== About Us Page Style Sheet End Here ===========================*/

.bannerLogo{
  display: flex; 
  list-style: none; 
  margin: 0;
  padding: 0;
  margin-top: 50px;
}
.bannerLogo li{
  margin-right: 10px;
}
.bannerLogo li img{
  width: 100px;
  height: 87%;
  border-radius: 10px;
}
.bannerLogo li.logoactive img{
  border: solid 3px #0969b3;
  border-radius: 10px;
}
.logo-color{
  color: #ed3828 !important;
}



/*=========================== Pest Control ===========================*/
.pest-card.feature-card {
  height: 100%;
}
.style-pest.pest-card{
  border: 1px solid var(--th-border-color);
}
.elderly-about-img img{
  border-radius: 25px;
}

.elderly-card {
  height: 100%;
  padding: 32px;
  background: var(--white-color);
  border-radius: 24px;
}
.elderly-item-icon-bg {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}
.elderly-card  h3 {
  text-align: center;
  font-size: 24px;
  line-height: 1.2;
  color: var(--title-color);
  margin-bottom: 22px;
}
.elderly-card ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.elderly-card ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 12px;
  color: var(--title-color);
  font-weight: 500;
  font-size: 17px;
  line-height: 24px;
  font-family: var(--title-font);
}
.elderly-card ul li span{
  position: absolute;
  left: 0px;
  line-height: 1;
  top: 5px;
  font-size: 24px;
  color: #0969b3;
}
.elderly-serice-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.gryBG{
    background: var(--gray-color);
    border-radius: 24px;   
    padding-top: 20px; 
  }
  .imgBox2{
    width:auto !important;
    margin:0 20px !important;
    background: none !important;
    padding: 0 !important;
  }
.elderly-box-top {
  border-radius: 24px;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.gryBG:after{
  display: none !important;
}
.elderly-box-top .box-image img {
  width: 100%;
}
.price-card .elderly_card .checklist li {
  font-size: 18px;
  padding-bottom: 10px;
}
.loved-bg img {
  border-radius: 24px;
}
.aboList li{
  font-size: 20px;
  color: #000;
  padding: 10px 0;
}












  /*=========================== services ===========================*/
.car-step-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  column-gap: 25px;
}
.car-details-row {
  max-width: 700px;
  margin: 0 auto;
  padding-bottom: 30px;
}
.car-details-row h2 {
  margin-bottom: 20px;
}
.car-card.feature-card {
  height: 100%;
  position: relative;
  background: #fff;
  /* padding-bottom: 100px; */
}
.car-card.feature-card::after {
  display: none;
}
.car-card.feature-card .box-img{
  margin-bottom: 0;
}
.img-box3 {
  border-radius: 20px;
  border: 1px solid #e8e8e8;
  background: var(--white-color);
  padding: 10px;
  position: relative;
}
.img-box3 img {
  border-radius: 20px;
  width: 100%;
}
.car-checklist ul {
  padding: 0;
  margin: 15px 0 0;
  list-style: none;
}
.car-checklist ul li{
  text-align: left;
  color: var(--title-color);
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  font-family: var(--title-font);
  padding-left: 25px;
  margin-bottom: 15px;
  position: relative;
}
.car-checklist ul li::before {
  position: absolute;
  left: 0;
  top: 10px;
  content: '';
  width: 8px;
  height: 8px;
  background: var(--gray-color3);;
  border-radius: 100%;
}
.car-card.feature-card .btn-group{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 25px;
  text-align: center;
}
.step-wrapper-bg {
  background-color: rgba(238, 242, 249, 0.84);
}

.process-card2 {
  position: relative;
  border-radius: 20px;
  background: var(--white-color);
  box-shadow: 0px 13px 44px 6px rgba(0, 0, 0, .1);
  margin-top: 50px;
  padding: 10px;
  padding-top: 0;
}
.process-icon {
 z-index: 1;
}
.process-icon img {
  max-width: 50px;
}
.process-card2 .box-number {
  z-index: auto;
  font-size: 52px;
  line-height: 70px;  
}
.process-card2 h3 {
  font-size: 17px;
  min-height: 42px;
  text-align: center;
}
.process-card2 .box-content{
  position: relative;
  z-index: 1;
}
.process-card2 .box-content p {
  margin-bottom: 0;
}
/* .Step-col:hover .step-box {
  background: #0969b3;
} */


.srvc-list ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
  margin: 0;
}
.srvc-list ul li{
  width: 31.3%;
  margin: 15px 1%;
  background-color: #ffffff;
  overflow: hidden;
  border-radius: 15px;
  padding: 10px 10px 25px 10px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
  text-align: center;
}
.srvc-list ul li img{
  width: 100%;
  max-height: 250px;
  object-fit: cover;
  margin-bottom: 30px;
}
/* salon */
.salon-feature{
  background: #F8F5F0;
}
.salon-feature h2 {
  margin-bottom: 30px;
}
.salon-feature .about-wrap3 {
  padding-top: 30px;
}
.salon-feature .about-wrap3 ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.salon-feature .about-wrap3 ul li {
  width: auto;
}
.salon-feature .about-wrap3 ul li a{
  color: #000;
}
.salon-feature .about-wrap3 ul li:hover a{
  color: #fff;
}
.step-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 25px;
}

.tattoo-box {
  background: #f0f0f0;
  border-radius: 8px;
  padding: 10px;
}
.tattoo-img {
  height: 270px;
}
.tattoo-img img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  object-fit: cover;
}
.tattoo-box h4 {
  text-align: center;
  margin-top: 15px;
  font-size: 20px;
  line-height: 1.2;
}
.radius-img {
  border-radius: 8px;
}
.trending-content {
  padding-left: 50px;
}
.trending-content ul {
  padding: 0;
  margin: 30px 0 0;
  list-style: none;
}
.trending-content ul li{
  text-align: left;
  color: var(--title-color);
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  font-family: var(--title-font);
  padding-left: 25px;
  margin-bottom: 15px;
  position: relative;
}
.trending-content ul li::before {
  position: absolute;
  left: 0;
  top: 10px;
  content: '';
  width: 8px;
  height: 8px;
  background: var(--gray-color3);;
  border-radius: 100%;
}


.contFlex{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.contFlexLeft{
    width: 40%;
}
.contFlexLeft h3{
    font-size: 30px;
    font-weight: 600;
}
.contFlexLeft h3 span{
    display: block;
    font-style: italic;
    font-size: 20px;
    font-weight: 500;
}
.contFlexLeft p{
    padding: 20px 0;
}
.contFlexRight{
    width: 53%;
}
.conInfoBox{
    background: #fff;
    border-radius: 7px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    width: 45%;
    padding: 20px;
    margin-bottom: 20px;
    min-height: 150px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.conInfoBoxIcon{
    border:solid 1px #000;
    border-radius: 100%;
    width: 35px;
    height: 35px;
    display: inline-flex;
    margin: 0 auto 10px;
    align-items: center;
    justify-content: center;
}
.conInfoBox h3{
    font-size: 16px;
    font-weight: 600;
    color: #000;
}
.conInfoBox h4{
    font-size: 30px;
    font-weight: 700;
    color: #000;
    padding-bottom: 10px;
}
.conInfoBox p{
    font-size: 15px;
    font-weight: 600;
    color: #4e4e4e;
    padding: 0;
    line-height: 20px;
    margin-bottom: 0;
}
.conInfoBox p.strongerText{
    font-size: 17px;
    font-weight: 600;
    color: #4e4e4e;
    padding: 0;
    line-height: 20px;
    margin-bottom: 0;
}
.conInfoBox p a{
    color: #1468d2;
    padding: 0;
}
.fullWith{
    width: 100% !important;
}
.formFlex {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    margin-bottom: 20px;
}
.formCol {
    width: 48.5%;
    text-align: left;
}
.action-button {
    border: none;
    padding: 12px 30px !important;
    color: #fff !important;
    font-size: 15px;
    font-weight: 600;
    background: #1468d2;
    border-radius: 100px;
    width: auto;
    height: auto;
    float: left;
}
.formCol select, .formCol .form-control, .formCol .form-select, .formCol textarea, .formCol input{
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}


.gaddiserviceBg{
  background: url(../img/gaddi-servicebg.jpg) 0 0 no-repeat;
  background-size: cover;
  position: relative;
}
.gaddiserviceBg:after{
  content: "";
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.gaddiserviceBg h2{
  color: #fff;
}
.gaddiserviceBg .container{
  position: relative;
  z-index: 1;
}
.gaddiserviceBg .gaddicar-card{
  position: relative;
}
.gaddiserviceBg .gaddicar-card .box-img{
  width: 100%;
  height: 230px;
  border-radius: 10px;
}
.gaddiserviceBg .gaddicar-card .box-img img{
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.gaddiserviceBg .gaddicar-card .box-title{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 45px;
  background: rgba(9, 105, 179, 0.5);
  margin: 0;
  border-radius: 0 0 10px 10px;
  padding-left: 20px;
  line-height: 45px;
  color: #fff;
  font-size: 20px;
}
.packageBox .price_card-wrap:after{
  display: none;
}
.price-card.packageBox:after{
  display: none;
}
.price-card.packageBox .box-image{
  background: var(--gray-color) !important;
  width: 100% !important;
  margin-right: 0 !important;
  padding-left: 10px !important;
  border-radius: 0 !important;
  border-top-right-radius: 24px !important;
  border-top-left-radius: 24px !important;  
}
.packageBox .box-image img{
  width: 100%;
}
.price-card.packageBox .price_card-wrap{
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  padding: 30px;
}
.price-card.packageBox .price_card-wrap .price-card_price{
    font-size: 32px;
}
.packageBox .box-image{
 position: relative;
}
.price-card.packageBox .box-subtitle{
    position: absolute;
    top: 20px;
    right: 20px;
}
.price-card.packageBox{
  padding-top: 0;
}


.gaddiserviceBg2{
  background: url(../img/gaddi-servicebg2.jpg) 0 0 no-repeat;
  background-size: cover;
  position: relative;
}
.gaddiserviceBg2:after{
  content: "";
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.gaddiserviceBg2 h2{
  font-size: 56px;
  font-weight: 800;
  color: #000;
}
.gaddiserviceBg2 h3{
  font-size: 40px;
  font-weight: 800;
  color: #000;
}
.gaddiserviceBg2 .process-box-itm{
    border: 1px solid #000;
}
.gaddiserviceBg2 .process-box-itm .checklist h3 {
    font-size: 24px;
    color: #000;
    margin-bottom: 20px;
}
.gaddiserviceBg2 .process-box-itm .checklist p {
    font-size: 16px;
    color: #000;
    margin-bottom: 20px;
}
.gaddiserviceBg2 .process-box-itm .checklist li {
    font-size: 16px;
    color: #000;
}














  @media (max-width: 575px) {
    .hero-2 .hero-style1 {
      padding: 120px 0 70px;
    }
    .innerbanner .hero-style1 {
      padding: 120px 0 70px !important;
    }
    .contact.innerbanner {
      height: auto !important;
    }
    .innerbanner{
      height: auto !important;
      background-position: right center;
    }
    .about-img {
      width: 100%;
      margin-bottom: 30px;
      order: 1;
    }
    .about-text {
      width: 100%;
      order: 2;
    }
    .footerabout-text{
        width: 100%;
    }
    .footer-layout1 .widget-area{
      padding-bottom: 30px;
      padding-top: 30px;
    }
    .mobLeftCol{
      width: 50%;
    }
    .mobRightCol{
      width: 50%;
    }
    .contFlexLeft {
      width: 100%;
    }
    .contFlexRight{
      width: 100%;
    }
    .conInfoBox{
      width: 100%;
    }
    .formFlex{
      flex-wrap: wrap;
      margin: 0;

    }
    .formFlex.mt-4{      
      margin-top: 0 !important;
    }
    .formCol{
      width: 100%;
      margin-bottom: 20px;
    }
    .car-step-grid{
      display: block;
    }
    .process-card2{
      margin-top: 90px;
    }

    .salon-feature .about-wrap3 ul{
      grid-template-columns: repeat(1, 1fr);
    }
    .salon-feature .about-wrap3 ul li{
      width: 100% !important;
    }
    .feature-area-2 .radius-img{
      margin-bottom: 20px;
    }
    .trending-content{
      padding-left: 0;
    }
    ul{
      padding-left: 0;
    }




  }