@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans&display=swap');

html,
body {
  max-width: 100%;
  overflow-x: hidden;
}
.banner-h2 {
  font-family: 'Gill Sans Nova';
  font-size: 40px;
  font-weight: 700;
  /* line-height: 62px; */
  letter-spacing: 0em;
  text-align: left;
  /* position: absolute;
margin-top: -40%; */
  text-transform: uppercase;
}
a {
  text-decoration: none;
}
a.button-1 {
  background: #eb6e24;
  padding: 12px;
  border: 1px #eb6e24;
  color: #ffff;
  font-weight: 500;
  /* position: absolute;
    margin-top: -17%; */
  font-family: 'Gill Sans Nova';
  text-decoration: none;
}
a.button-1:hover {
  color: #181149;
}
a.btn.section-btn:hover {
  color: #181149;
}
.top-p:hover {
  color: #eb6e24;
}
.top-location {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  color: #ffff;
  padding-top: 10px;
  margin-left: -4px;
}
#carouselExampleCaptions p {
  /* position: absolute;
margin-top: -26%; */
  font-family: Open Sans;
  font-size: 24px;
  font-weight: 700;
  line-height: 33px;
  letter-spacing: 0em;
  color: #ffff;
}
.carousel-caption {
  bottom: 90px;
  left: 60px;
  color: #fff;
  text-align: center;
}
/* @media (min-width: 1900px) {
  .carousel-caption {
    bottom: 0;
    top: 200px;
  }
} */

.about-section {
  background-image: url(../img/About-Us.png);
  background-position: center;
  background-size: cover;
}
.bestskin-section {
  background-image: url(../img/what-makes.png);
  background-position: center;
  background-size: cover;
  padding: 30px;
}

.services-section {
  background-image: url(../img/Our-Services.png);
  background-position: center;
  background-size: cover;
  /* height: 683px; */
}
.combine {
  display: inline-flex;
}
.trailicondiv {
  border: 5px solid #fff;
  border-radius: 50%;
  position: absolute;
  text-align: center;
  top: 2%;
  padding: 9px;
  display: block;
  margin-top: -98px;
  left: 25%;
}
/* border: 5px solid #fff;
    border-radius: 50%;
    position: absolute;
    text-align: center;
    top: 2%;
    padding: 20px;
    display: block;
    margin-top: -88px;
    left: 25%; */

.service-h2 {
  font-family: 'Gill Sans Nova';
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: center;
  padding-top: 35px;
}
.service-p {
  font-family: 'Open Sans';
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0em;
  text-align: center;
  padding: 10px;
}
.service-button {
  font-family: 'Open Sans';
  font-size: 14px;
  font-weight: 600;
  line-height: 17px;
  letter-spacing: 0em;
  color: #eb6e24;
  text-decoration: none;
}
.service-button:hover {
  color: #eb6e24;
}
.box-division {
  width: 100%;
  height: 250px;
  position: relative;
}
.icon-img {
  border-radius: 50%;
}
.button-div {
  margin-top: 12px;
  margin-left: 33%;
}
.owl-services .item {
  margin-top: 100px !important;
}
.button-1:hover {
  cursor: pointer;
  color: #ffffff;
}
a:hover {
  color:#3c3c3c !important;
}
.testimonials-section {
  background-image: url(../img/testimonial.png);

  background-size: cover;
  height: 485px;
}

.form-p {
  font-family: 'Open Sans';
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0em;
  text-align: left;
}
select.form-control.form-select {
  font-family: 'Gill Sans Nova';
  font-size: 16px;
  font-weight: 500;
  line-height: 17px;
  letter-spacing: 0em;
  text-align: left;
}
input.form-control {
  font-family: 'Gill Sans Nova';
  font-size: 16px;
  font-weight: 500;
  line-height: 17px;
  letter-spacing: 0em;
  text-align: left;
}
.owl-carousel .owl-item img {
  display: block;
  width: auto !important;
}
.testi-h6 {
  font-family: 'Gill Sans Nova';
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: center;
}
.award-section {
  /* background-image: url(../img/About-Us.png); */
  background-position: center;
  background-size: cover;
}
.award-img {
  width: 100%;
  /* height: 260px; */
}
.contact-section {
  background-image: url(../img/Contact-us.png);
  background-position: center;
  background-size: cover;
}
.form-division {
  background-color: #fff;
  padding: 61px;
  /* border-radius: 28px; */
  margin-top: 25px;
  margin-bottom: 22px;
}
a.btn.section-btn {
  background: #eb6e24 !important;
  color: #fff !important;
  padding: 8px 25px !important;
  font-family: 'Gill Sans Nova' !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 19px !important;
  letter-spacing: 0em;
  text-align: left !important;
}
.submit-btn {
  background: #eb6e24;
  color: #fff;
  font-family: 'Gill Sans Nova';
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  letter-spacing: 0em;
  text-align: left;
  border: 1px solid #eb6e24;
  padding: 10px 20px;
}
.submit-btn:hover {
  background: #eb6e24;
  color: #fff;
}
.footer-section {
  background: #181149;
}
.top-p {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  color: #ffff;
  padding-top: 10px;
  margin-left: -4px;
  /* margin-left: 10px; */
}

.top-n {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  color: #ffff;
  padding-top: 10px;

  margin-left: 20px;
}
.top-header {
  background: #181149;
}

.milestone {
  color: #181149;
  font-family: 'Gill Sans Nova';
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
}

.count-p {
  font-weight: 700;
  font-size: 20px;
  line-height: 27px;
  color: #2a2934;
  font-family: 'Open Sans';
}

.cont-p {
  font-weight: 600;
  font-size: 20px;
  line-height: 29px;
  color: #2a2934;
  font-family: 'Gill Sans Nova';
  margin-top: -15px;
}

/*.section-margin {*/
/*  margin-top: -4%;*/
/*}*/
.section-margin {
    margin-top: -1%;
    margin-bottom: 25px;

}
.about-content-2 {
  padding-left: 35px;
}
.b-color {
  background: #ffffff;
  box-shadow: 0px 27px 239px rgba(0, 0, 0, 0.07), 0px 3.38082px 29.9265px rgba(0, 0, 0, 0.035);
  z-index: 9;
}
.about-ul {
  padding-top: 48px;
}
li {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 220%;
  color: #44434c;
}

.heading {
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  color: #181149;
  font-family: 'Gill Sans Nova';
}

.skin-content p {
  font-family: 'Gill Sans Nova';
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
}

.team-img {
  position: relative;
}

.overlay {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.team-img:hover .overlay {
  display: block;
}

.overlay img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.owl-services .item {
  margin: 0 10px;
}

.owl-services .item img {
  width: 100%;
}
.testi-p {
  font-family: 'Open Sans';
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: center;
}
.head-1 {
  font-weight: 600;
  font-size: 24px;
  color: #44434c;
  font-family: 'Gill Sans Nova';
}
.mobile {
  display: none;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  color: #eb6e24 !important;
  width: 4%;
  font-size: 32px;
}

.top-icon {
  margin-bottom: 50px;
  background: #110b3a;
  opacity: 64% !important;
  width: 28%;
}
.banner-icon {
  margin-top: -7px;
}
.banner-iconp {
  font-family: 'Gill Sans Nova' !important;
  font-style: normal !important;
  font-weight: 600 !important;
  font-size: 16px !important;
  line-height: 27px !important;
}
.clock-mobile {
  justify-content: end;
}

@media screen and (min-width: 991px) and (max-width: 1190px) {
  .top-icon {
    width: 40%;
  }
  /* .carousel-caption {
    top: 40px;
  } */
  .box-division {
    width: 100%;
    height: 310px !important;
    position: relative;
    padding: 10px;
  }
}

@media (min-width: 768px) {
  .owl-services .item {
    width: 100%;
    float: left;
  }
}

@media screen and (min-width: 1366px) {
  .box-division {
    width: 100%;
    height: 220px;
    position: relative;
  }
  .button-div {
    margin-top: -13px;
    margin-left: 33%;
  }
  .serve-button {
    margin-right: 55px;
    margin-top: 14px;
    margin-left: -25px;
  }
  .top-icon {
    width: 30%;
  }
}

@media screen and (max-width: 768px) {
  .pad-1 {
    margin-left: 10px;
  }
  .clock-mobile {
    justify-content: left;
  }
  .heading {
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    color: #181149;
    font-family: 'Gill Sans Nova';
    text-align: center;
  }
  .mobile-submit-button {
    margin-left: 18%;
  }
  button.btn.section-btn {
    margin-bottom: -43px;
  }
  .testimonials-section {
    height: 1070px;
  }
  .serve-button {
    margin-right: 55px;
    margin-top: 14px;
    margin-left: -29px;
  }
  .box-division {
    width: 100%;
    height: 300px;
    position: relative;
  }
  /* .services-section {
    height: 729px;
  } */
  .mobilecontent {
    display: none;
  }
  .carousel-control-prev {
    left: -17px !important;
  }
}
/* new css */
.description {
  height: 250px;
}
.call {
  font-family: 'Open Sans';
  color: #181149;
  font-weight: 600;
}
.call-p {
  color: #3c3c3c;
  font-family: 'Open Sans';
  font-size: 16px;
}
::placeholder {
  color: #c0c0c3 !important;
  opacity: 1; /* Firefox */
}
.doc-name {
  color: #181149;
  font-weight: 700;
  font-size: 20px;
}
.doc-designation {
  font-size: 16px;
  margin-top: -10px;
}
.line {
  margin-top: -15px;
}
.parsley-errors-list,
.parsley-required,
.parsley-pattern,
.parsley-type {
  color: red !important;
}
@media (min-width: 769px) and (max-width: 1200px) {
  .call-p {
    font-size: 12px;
  }
  .carousel-caption {
    bottom: 55px;
    left: 45px;
  }
}
@media (max-width: 768px) {
  .call-p {
    font-size: 10px;
  }
  .carousel-caption {
    bottom: 35px;
    left: 35px;
  }
  .service-h2 {
    font-size: 14px;
  }
  .service-p {
    font-size: 12px;
    line-height: 18px;
  }
  .description {
    height: 270px;
  }
  .head-1 {
    font-size: 20px;
  }
  a.button-1,
  a.btn.section-btn {
    font-size: 10px !important;
    padding: 8px 12px !important;
  }
  .logo {
    width: 125px;
  }
  .top-p,
  .top-location,
  .top-n {
    font-size: 12px;
  }
  .cont-p {
    font-size: 16px;
  }
}
@media (max-width: 426px) {
  .form-division {
    padding: 20px;
  }
  .call-p {
    font-size: 14px;
  }
  .mobilecontent {
    display: block !important;
  }
  .carousel-caption {
    bottom: 65px;
    left: 65px;
  }
  .mobile-w {
    width: 100%;
  }
  .desktop {
    display: none;
  }
  .mobile {
    display: block;
  }
  .about-content-2 {
    padding-left: unset;
  }
}
