* {
  margin: 0px;
  padding: 0px;
}

a {
  text-decoration: none !important;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #343434;
}

ul {
  list-style: none;
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  font-family: "Poppins", sans-serif;
  overflow-x: hidden;
}

@font-face {
  font-family: "Century Gothic";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/breeserif-regular-webfontd41dd41d.html?#iefix")
      format("embedded-opentype"),
    url("../fonts/breeserif-regular-webfont.html") format("woff"),
    url("../fonts/Century%20Gothic.html") format("truetype"),
    url("../fonts/breeserif-regular-webfont-2.html#bree_regular") format("svg");
}

.visible {
  display: block !important;
}

.hidden {
  display: none;
}

img {
  max-width: 100%;
}

.loader-mask {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 99999;
}

.loader {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 50px;
  height: 50px;
  font-size: 0;
  color: #00c9d0;
  display: inline-block;
  margin: -25px 0 0 -25px;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
.lead {
  font-size: 13px;
}
.loader div {
  background-color: #d9b06a;
  display: inline-block;
  float: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  opacity: 0.5;
  border-radius: 50%;
  -webkit-animation: ballPulseDouble 2s ease-in-out infinite;
  animation: ballPulseDouble 2s ease-in-out infinite;
}

.loader div:last-child {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

@-webkit-keyframes ballPulseDouble {
  0%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes ballPulseDouble {
  0%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

header {
  position: fixed;
  top: 0;
  float: left;
  width: 100%;
  height: auto;
  z-index: 9999;
  background-color: #fff;
  box-shadow: 0px 0px 50px 1px rgb(0 0 0 / 10%);
  padding-bottom: 10px;
}

.logo01 {
  float: left;
  width: 100%;
  height: auto;
  margin-top: 15px;
}

.logo01 a {
}

.logo01 a img {
  width: 250px;
}

.topright01 {
  float: left;
  width: 100%;
  height: auto;
  margin-top: 22px;
}

.topright01 ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  float: left;
  width: auto;
}

.topright01 ul li {
  display: inline-block;
  margin-left: 20px;
  font-size: 15px;
  font-weight: 500;
}

.topright01 ul li a {
  color: #25373f;
}

.topright01 ul li a:hover {
  color: #ff3d17;
}

.topcall {
  float: right;
  width: auto;
}

.topcall a {
  /* background-color: #fff; */
  /* border: 1px solid #c9c9c9; */
  padding: 9px 15px;
  border-radius: 6px;
  color: #000;
  font-weight: 500;
}

.topcall a img {
  vertical-align: sub;
  margin-right: 5px;
}

.topcall a:hover {
}

.nav-toggle {
  display: none;
  font-size: 24px;
  background: none;
  border: none;
  cursor: pointer;
}

.service-card img {
  max-height: 400px;
}

.banner1 {
  height: 45vh;

  h1 {
    font-size: 60px !important;
  }
}

/* Basic styles for the dropdown */
.dropdown {
  position: relative;
  display: inline-block;
}

.dropbtn {
  background-color: transparent;
  border: none;
  cursor: pointer;
  text-decoration: none;
  color: inherit;
  padding: 0;
  margin: 0;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 200px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  transition: 0.3s ease-in-out;
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
  background-color: #f1f1f1;
  transition: 0.3s ease-in-out;
}

.dropdown:hover .dropdown-content {
  transition: 0.3s ease-in-out;
  display: block;
}

.dropdown:hover .dropbtn {
  color: #555;
}

@media (max-width: 768px) {
  .about-section .container .row .mx-auto h1 {
    font-size: 21px !important;
  }

  .about-section .container .row .mx-auto h4 {
    font-size: 14px !important;
  }

  .dropdown-content {
    position: relative !important;
    min-width: 100% !important;
    background-color: #000000c4;
  }
  h4 {
    font-size: 20px;
  }

  .dropdown:hover .dropdown-content {
    display: none;
  }

  .dropdown.show .dropdown-content {
    display: block;
  }

  .topcall {
    width: 0%;
    background-color: #000000d8;
    position: absolute;
    top: 100%;
    left: 0;
    transition: top 0.5s linear, opacity 0.5s ease;
    opacity: 0;
  }

  .topcall.show {
    top: 100%;
    opacity: 1;
    width: 100%;
  }

  .topcall #ulmenu {
    flex-direction: column;
    /* max-height: 0; */
    overflow: hidden;
    transition: max-height 0.6s linear, opacity 0.5s ease;
    margin-left: -150px;
  }

  .banner1 {
    h1 {
      font-size: 30px !important;
    }
  }

  .about-section {
    padding: 30px 0px !important;

    h1 {
      font-size: 22px;
    }

    p {
      font-size: 16px;
    }
  }

  h1 {
    font-size: 22px;
  }

  .banner1 {
    height: 35vh !important;
  }

  .banner1 .banner1-about {
    transform: translate(-50%, 20%);
    color: #fff;
  }

  .topcall ul.show {
    flex-direction: column;
    margin-left: 0px !important;
  }

  .nav-toggle {
    display: block;
    float: inline-end;
    transform: translate(-3px, -14px);
  }

  .topright01 ul {
    padding-top: 30px;

    li {
      display: block;
      margin-bottom: 20px;

      a {
        color: #ffffff;
        font-size: 18px;
        font-weight: 300;
      }
    }
  }

  .book-appointment {
    height: 1590px;
  }
}
.book-appointment {
  height: 800px;
}
b {
  color: #eb6d2f;
  font-weight: 500;
}

.banner {
  float: left;
  width: 100%;
  height: auto;
  /* border-bottom: 1px solid #ddd; */
  padding-top: 70px;
  background-image: linear-gradient(5deg, #fff 10%, #fff6ee 90%);

  /* background-image: url(../images/bg0021.webp); */
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: bottom right;
}

.banner h3 {
  margin-top: 70px;
  font-size: 35px;
  color: #25373f;
  margin-bottom: 7px;
}

.banner h4 {
  font-size: 50px;
  font-weight: 700;
  color: #ff541e;
  margin-bottom: 20px;
  margin-top: 0px;
  line-height: 60px;
}

.banner h4 span#example {
  display: block;
}

.banner h4 span.typed_cursor {
  font-weight: 300;
  opacity: 0.5;
}

.banner h5 {
  font-size: 20px;
  color: #25373f;
  margin-bottom: 20px;
}

.banner ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  float: left;
  width: 100%;
  height: auto;
}
#ulmenu1 {
  li {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 0px;
    transition: 0.2s ease-in-out;
    &:hover {
      /* border: none; */
      box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 8px;
    }
  }
}

.banner ul li {
  float: left;
  width: 24%;
  margin-right: 1%;
  border: 1px solid #d0d0d0;

  padding: 20px 5px;
  text-align: center;
  border-radius: 8px;
  position: relative;
  min-height: 135px;
  margin-bottom: 20px;
}

/* CSS */
.button-5 {
  align-items: center;
  background-clip: padding-box;
  background-color: #ff541e;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  box-shadow: rgba(0, 0, 0, 0.02) 0 1px 3px 0;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-family: system-ui, -apple-system, system-ui, "Helvetica Neue", Helvetica,
    Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  justify-content: center;
  line-height: 1.25;
  margin: 0;
  min-height: 3rem;
  padding: calc(0.875rem - 1px) calc(1.5rem - 1px);
  position: relative;
  text-decoration: none;
  transition: all 250ms;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: baseline;
  width: auto;
}

.button-5:hover,
.button-5:focus {
  background-color: #fb8332;
  box-shadow: rgba(0, 0, 0, 0.1) 0 4px 12px;
}

.button-5:hover {
  transform: translateY(-1px);
}

.button-5:active {
  background-color: #c85000;
  box-shadow: rgba(0, 0, 0, 0.06) 0 2px 4px;
  transform: translateY(0);
}

.banner ul li img {
}

.banner ul li p {
  color: #000;
  font-weight: 500;
  margin-top: 15px;
  margin-bottom: 0px;
  position: absolute;
  bottom: 15px;
  left: 0;
  width: 100%;
}

.bnrform {
  float: right;
  width: 100%;
  height: auto;
  background-color: #fff;
  border: 1px solid #ddd;
  border-top: 4px solid #ff541e;
  border-radius: 8px;
  max-width: 400px;
  padding: 30px;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 40px;
  margin-right: 15%;
  box-shadow: 0px 0px 23px rgb(0 0 0 / 31%);
}

.bnrform h3 {
  margin-top: 0px;
  font-size: 22px;
  margin-bottom: 20px;
  font-weight: 600;
  line-height: 26px;
}

.bnrform form {
  float: left;
  width: 100%;
  height: auto;
}

.bnrform form ul {
}

.bnrform form ul li {
  width: 100%;
  min-height: 10px;
  border: 0px;
  padding: 0px;
  border-radius: 0px;
  margin-bottom: 9px;
  margin-right: 0px;
}

.bnrform form ul li input {
  width: 100%;
  height: 45px;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 0px 15px;
  color: #000;
  outline: 0px;
  box-shadow: none;
}

.bnrform form ul li select {
  width: 100%;
  height: 45px;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 0px 15px;
  color: #000;
  outline: 0px;
  box-shadow: none;
}

.bnrform form ul li textarea {
  width: 100%;
  height: 70px;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 15px;
  color: #000;
  outline: 0px;
  box-shadow: none;
}

.bnrform form ul li img {
  margin-bottom: 5px;
}

.bnrform form ul li button {
  background-color: #ff541e;
  color: #fff;
  border: 0px;
  padding: 12px 25px;
  border-radius: 5px;
  font-weight: 500;
}

.bnrform form ul li button:hover {
}

.secion001 {
  float: left;
  width: 100%;
  height: auto;
  padding: 20px 0px;
}

.heading01 {
  width: 100%;
  height: auto;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.heading01 h3 {
  color: #ff541e;
  font-size: 18px;
  font-weight: 400;
}

.heading01 h4 {
  font-weight: 700;
  color: #25373f;
  font-size: 41px;
}

.about-section {
  padding: 80px 0px;
  /* background-image: url(../images/about/bg.webp);
  background-size: cover;
  background-repeat: no-repeat; */
  h3 {
    font-size: 38px;
    color: #ff541e;
    font-weight: 600;
  }
  h1 {
    font-size: 22px;
  }
  h2,
  h4 {
    font-size: 16px;
    font-weight: 400;
    color: #343434;
  }
  h5,
  h6 {
    font-size: 22px;
    font-weight: 500;
    padding-top: 16px;
  }
  p {
    font-size: 15px;
    text-align: justify;
    font-weight: 400;
  }
}

.brands {
  float: left;
  width: 100%;
  height: auto;
  text-align: center;
}

.brands ul {
  float: left;
  width: 100%;
  height: auto;
  list-style: none;
  margin: 0px;
  padding: 0px;
  margin-bottom: 40px;
}

.brands ul li {
  float: left;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 20px;
  width: 20%;
  text-align: center;
}

.brands ul li img {
  max-height: 100px;
}

.brands ul li:nth-child(5) {
  border-right: 0px;
}

.brands ul li:nth-child(6) {
  border-bottom: 0px;
}

.brands ul li:nth-child(7) {
  border-bottom: 0px;
}

.brands ul li:nth-child(8) {
  border-bottom: 0px;
}

.brands ul li:nth-child(9) {
  border-bottom: 0px;
}

.brands ul li:nth-child(10) {
  border-right: 0px;
  border-bottom: 0px;
}

.brands a {
  background-color: #ff541e;
  color: #fff;
  border: 0px;
  padding: 12px 25px;
  border-radius: 5px;
  font-weight: 500;
}

.brands a:hover {
  background-color: #25373f;
}

.secion002 {
  float: left;
  width: 100%;
  height: 400px;
  background-color: #e87b2b;
  /* margin-top: 30px; */
}

.secion003 {
  float: left;
  width: 100%;
  height: auto;
  padding-bottom: 20px;
}

.secion003 .container {
  background-color: #fff;
  margin-top: -245px;
  padding: 50px;
}

.heading02 {
  float: left;
  width: 100%;
  height: auto;
  text-align: center;
  margin-top: -172px;
}

.heading02 h3 {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
}

.heading02 h4 {
  font-weight: 700;
  color: #fff;
  font-size: 38px;
}

.wishinbox01 {
  float: left;
  width: 100%;
  height: auto;
  margin-bottom: 50px;
}

.wishinbox01 img {
}

.wishinbox01 h3 {
  color: #25373f;
  font-size: 21px;
  font-weight: 600;
  line-height: 29px;
}

.wishinbox01 p {
  color: #000;
  font-size: 15px;
}

.martingbtn {
  float: left;
  width: 100%;
  height: auto;
  text-align: center;
}

.martingbtn a {
  background-color: #ff541e;
  color: #fff;
  border: 0px;
  padding: 12px 25px;
  border-radius: 5px;
  font-weight: 500;
}

.martingbtn a:hover {
}

.secion004 {
  float: left;
  width: 100%;
  height: auto;
  padding: 40px 0px;
  background-image: url(../images/bg003.webp);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: bottom right;
  background-attachment: fixed;
}

.servicebox0001 {
  float: left;
  width: 100%;
  height: auto;
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  min-height: 245px;
  margin-bottom: 20px;
}

.servicebox0001 img {
}

.servicebox0001 h3 {
  font-size: 22px;
  color: #25373f;
  line-height: 27px;
  margin-top: 12px;
}

.servicebox0001 p {
  color: #000;
  font-size: 14px;
  margin-bottom: 0px;
  font-weight: 400;
}

.servicebox0001 p span {
  font-weight: 600;
  color: #ff541e;
}

.servicebox0001hed {
  float: left;
  width: 100%;
  height: auto;
  min-height: 230px;
  margin-bottom: 20px;
}

.servicebox0001hed h3 {
  font-size: 40px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 10px;
}

.servicebox0001hed p {
  color: #fff;
  font-size: 20px;
}

.btnhover {
  float: left;
  width: 100%;
  margin-top: 20px;
  text-align: center;
}

.btnhover a {
  background-color: #ff541e;
  color: #fff;
  border: 0px;
  padding: 12px 25px;
  border-radius: 5px;
  font-weight: 500;
}

.btnhover a:hover {
}

.secion005 {
  float: left;
  width: 100%;
  height: auto;
  padding: 50px 0px;
  background-image: url(../images/bg01.webp);
  background-repeat: no-repeat;
  background-size: 1000px;
  background-position: center bottom;
  padding-bottom: 0px;
}

.secion005 h3 {
  font-weight: 700;
  color: #25373f;
  font-size: 38px;
  text-align: center;
  margin-bottom: 70px;
  margin-top: 0px;
}

.secion005 ul {
  list-style: none;
  margin: 0px auto;
  padding: 0px;
  float: none;
  width: 100%;
  max-width: 1100px;
  position: relative;
  min-height: 380px;
  margin-bottom: 30px;
}

.secion005 ul li {
  float: left;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 300px;
}

.secion005 ul li span {
  position: absolute;
  top: 0;
  right: 0px;
  font-size: 50px;
  font-weight: 700;
  margin-top: 30px;
}

.secion005 ul li p {
  display: block;
  margin-bottom: 0px;
  font-size: 15px;
}

.secion005 ul li p img {
  margin-bottom: 10px;
}

.secion005 ul li p strong {
  color: #25373f;
  font-weight: 600;
  font-size: 16px;
  display: block;
}

.secion005 ul li:nth-child(1) {
  left: 3%;
}

.secion005 ul li:nth-child(1) span {
  color: #fff;
  right: 23px;
}

.secion005 ul li:nth-child(2) {
  top: 13%;
  bottom: auto;
  left: 16%;
}

.secion005 ul li:nth-child(2) p {
  max-width: 194px;
}

.secion005 ul li:nth-child(2) span {
  top: auto;
  color: #fff;
  bottom: -48px;
  right: 35px;
}

.secion005 ul li:nth-child(3) {
  top: -27px;
  left: 44%;
  bottom: auto;
}

.secion005 ul li:nth-child(3) span {
  bottom: -90px;
  top: auto;
  left: 60px;
  color: #fff;
}

.secion005 ul li:nth-child(4) {
  right: 10%;
  float: right;
  left: auto;
  bottom: 50%;
  padding-left: 16%;
}

.secion005 ul li:nth-child(4) span {
  left: 17px;
  top: auto;
  bottom: -19px;
  color: #fff;
}

.secion005 ul li:nth-child(5) {
  right: 2%;
  left: auto;
  float: right;
  padding-left: 100px;
}

.secion005 ul li:nth-child(5) span {
  left: -17px;
  color: #fff;
  top: 19px;
}

.secion006 {
  float: left;
  width: 100%;
  height: auto;
  background-color: #f3f4f6;
  padding: 40px 0px;
  padding-bottom: 50px;
}

.secion006 .heading01 {
  margin-bottom: 30px;
}

.why_choose {
  padding: 30px 0px;
}

.testislider {
  float: left;
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}

.testislider .owl-nav {
  margin: 0px;
  position: absolute;
  top: 35%;
  left: 0;
  width: 100%;
}

.testislider .owl-nav button {
  background-color: #e93d17 !important;
  width: 35px;
  height: 35px;
  font-size: 34px !important;
  color: #fff !important;
  border-radius: 50px !important;
  padding: 0px !important;
  line-height: 0px !important;
}

.testislider .owl-nav button span {
  line-height: 0px;
  padding: 0px;
  height: 26px;
}

.testislider .owl-prev {
  float: left;
  margin-left: -45px !important;
}

.testislider .owl-next {
  right: 0;
  float: right;
  margin-right: -45px !important;
}

.testislider .owl-nav button:hover {
}

.testislider .owl-nav button:hover span {
}

.testivideo {
  float: left;
  width: 100%;
  position: relative;
  margin-top: 40px;
}

.testivideo img {
  border-radius: 10px;
}

.testivideo h3 {
  color: #25373f;
  font-size: 17px;
  font-weight: 600;
}

.testivideo h3 strong {
  display: block;
  font-weight: 400;
  margin-top: 4px;
  font-size: 16px;
}

.testivideo h3 span {
  float: right;
  margin-top: -37px;
}

.testivideo h3 span img {
}

.testivideotext {
  float: left;
  width: 100%;
  height: auto;
  position: relative;
  background-color: #fff;
  padding: 30px;
  margin-top: 40px;
  border-radius: 10px;
  padding-top: 38px;
}

.testivideotextface {
  float: left;
  width: 60px;
  position: absolute;
  top: -36px;
}

.testivideotextface img {
}

.testivideotext p {
  color: #000;
  font-size: 15px;
  line-height: 28px;
  height: 193px;
}

.testivideotext h3 {
  border-top: 1px solid #8b8b8b;
  padding-top: 20px;
  font-size: 15px;
  font-weight: 600;
  color: #25373f;
  margin-bottom: 0px;
}

.testivideotext h3 strong {
  display: block;
  font-weight: 400;
  margin-top: 5px;
}

.testivideotext h3 span {
  float: right;
  margin-top: -40px;
}

/* .testivideotext h3 span img {} */
.brand-slider {
  .owl-carousel .owl-item {
    display: flex;
    justify-items: center;
    align-items: center;
  }
  img {
    /* width: 220px; */
    max-height: 186px;
  }
  .headeing-text {
    padding: 40px 0px 0px 0px;
    h5 {
      color: #eb6d2f;
      line-height: 1.2em;
      font-size: 28px;
      font-weight: 600;
      margin-bottom: 0px;
    }
    h2 {
      line-height: 1.2em;
      font-weight: 600;
      font-size: 40px;
      letter-spacing: -1px;
      margin-bottom: 0px;
      color: #25373f;
    }
  }
}
.footer-link {
  .row {
    padding: 40px 0px;
    .footer-content {
      h2 {
        font-size: 28px;
        font-weight: 600;
      }
    }
    h5 {
      font-weight: 600;
    }
    a {
      color: #25373f;
      font-weight: 500;
      transition: 0.3s ease;
      &:hover {
        color: #ff541e;
      }
    }
  }
}

.headeing-text {
  margin-bottom: 20px;
}

.client-section .client-logo {
  margin-bottom: 50px;
}
.client-section .client-logo .item {
  transition: transform 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86),
    box-shadow 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  margin-bottom: 15px;
  background-color: #fff;
  margin: 10px;
  padding: 30px;
  border: 1px solid #efeeee;
  background-color: #ddd;
}
.client-section .client-logo .item:hover {
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}
.client-section .client-logo img {
  width: 100px;
  margin: 0 auto;
  opacity: 0.8;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.client-section .client-logo img:hover {
  opacity: 1;
  transition: all 0.3s ease-in-out 0s;
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

.testimonials {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 30px 0;
  font-family: "Poppins", sans-serif;
}
.testimonials::before {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  background: #fff3eb;
}
.testimonials .title {
  text-align: center;
  margin-bottom: 50px;
  position: relative;
  padding: 20px 0;
  max-width: 600px;
  margin: 0 auto;
}
.testimonials .title h5 {
  color: #eb6d2f;
  line-height: 1.2em;
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 0px;
}
.testimonials .title h2 {
  line-height: 1.2em;
  font-weight: 600;
  font-size: 41px;
  letter-spacing: -1px;
  margin: 0;
  color: #25373f;
}
.testimonials .title img {
  margin-top: -10px;
}
.testimonials .title p {
  margin: 0 0 10px;
  margin-bottom: 0;
  color: #5a3733;
}
.testimonials .testi .item {
  background: #fff;
  padding: 10px 20px;
  border-radius: 15px;
  min-height: 420px !important;
}
.testimonials .testi .item .profile {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /* padding-left: 15px; */
}
.testimonials .testi .item .profile img {
  /* border-radius: 100%; */
  width: 160px;
  height: 80px;
  object-fit: cover;
}
.testimonials .testi .item .profile .information {
  /* padding-left: 20px; */
  margin-bottom: 5px;
  text-align: center;
}
.testimonials .testi .item .profile .information .stars i {
  color: #ffd832;
}
.testimonials .testi .item .profile .information p {
  font-size: 22px;
  margin: 0px auto 0px;
  color: #5a3733;
  font-weight: 600;
  line-height: 1;
}
.testimonials .testi .item .profile .information span {
  color: #eb6d2f;
  font-weight: 600;
  margin-top: -4px;
  line-height: 1.6em;
  font-size: 14px;
}
.testimonials .testi .item > p {
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 1.6em;
  display: block;
  z-index: 2;
  /* font-style: italic; */
  color: #5a3733;
  text-align: start;
}
.testimonials .testi .item .icon {
  text-align: center;
}
.testimonials .testi .item .icon i {
  font-size: 32px;
  color: #ffd832;
}

footer {
  float: left;
  width: 100%;
  height: auto;
  padding-top: 50px;
}

.workteam01 {
  float: left;
  width: 100%;
  height: auto;
  border-bottom: 1px solid #ddd;
}

.workteam01 img {
  max-height: 350px;
}

.workteam01 h3 {
  color: #25373f;
  margin-top: 70px;
  font-size: 26px;
  font-weight: 400;
  margin-bottom: 30px;
}

.workteam01 h3 strong {
  display: block;
  font-size: 40px;
  margin-top: 7px;
  color: #25373f;
}

.workteam01 a {
  background-color: #ff541e;
  color: #fff;
  border: 0px;
  padding: 12px 25px;
  border-radius: 5px;
  font-weight: 500;
}

.workteam01 a:hover {
}

.fotlocation01 {
  float: left;
  width: 100%;
  height: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}

.fotlocation01 h3 {
  font-weight: 700;
  color: #25373f;
  font-size: 41px;
  text-align: start;
  margin-bottom: 10px;
}

.fotlocation01 ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  float: left;
  width: 100%;
  height: auto;
}

.fotlocation01 ul li {
  float: left;
  width: 19%;
  margin-right: 1%;
  border: 1px solid #ddd;
  padding: 15px;
  border-radius: 7px;
  margin-bottom: 20px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: bottom right;
  min-height: 180px;
}

.fotlocation01 ul li img {
}

.fotlocation01 ul li p {
  margin-top: 15px;
  font-size: 13px;
  line-height: 19px;
  font-weight: 500;
  margin-bottom: 0px;
}

.fotlocation01 ul li p strong {
  display: block;
  margin-bottom: 6px;
  font-size: 16px;
  color: #ff6914;
}


.fotlocation01 ul li:hover {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: #fff;
}

.partne01 {
  float: left;
  width: 100%;
  height: auto;
}

.contact-div {
  padding: 20px;
  height: 300px;
}

.contact-div p {
  margin: 10px auto;
  font-size: 20px;
  i {
    color: #ff541e;
  }
}

@media (max-width: 600px) {
  .partne01 {
    padding: 0px 20px;
  }

  .partne01 h3 {
    margin: 2px 0px !important;
  }

  .contact-div {
    padding: 0px;
    height: auto;
  }

  .contact-div p {
    font-size: 18px;
  }

  .contact-div p i {
    font-size: 25px;
  }
}

.partne01 p {
  color: #000;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0px;
}

.partne01 img {
  max-height: 45px;
  margin-left: 20px;
}

.partne01 .row {
  display: flex !important;
  align-items: center !important;
  justify-content: space-around !important;
}

.partne01 h3 {
  font-size: 16px;
  color: #000;
  font-weight: 400;
  margin: 1px 0px;
}

.partne01 .col-md-8 {
  text-align: right;
}

.mobileshow {
  display: none;
}

.desktopshow {
  display: block;
}

@media (max-width: 768px) {
  .brand-slider {
    & .headeing-text {
      h2 {
        font-size: 20px;
      }
    }
  }
  .testimonials{
    padding: 10px 0;
  }
  .title {
    h2 {
      font-size: 20px !important;
    }
  }
  .topright01 ul {
    display: none;
  }

  .topright01 {
    margin-top: 23px;
  }

  .banner h3 {
    margin-top: 0px;
    font-size: 23px;
  }

  .banner h4 {
    font-size: 30px;
    line-height: 37px;
    margin-bottom: 10px;
  }

  .banner h5 {
    font-size: 16px;
  }

  .banner ul li {
    width: 49%;
    min-height: 60px;
    padding: 10px;
    text-align: left;
    padding-left: 48px;
    border-radius: 2px;
    padding-right: 0px;
    margin-bottom: 10px;
  }

  .banner ul li img {
    float: left;
    height: 28px;
    position: absolute;
    left: 7px;
  }

  .banner ul li p {
    position: relative;
    bottom: 0px;
    margin-top: 0px;
    font-size: 13px;
  }

  .bnrform {
    max-width: 100%;
    width: 100%;

    margin-right: 0px;
    margin-top: 25px;
  }

  .bnrform form ul li img {
    position: relative;
    height: auto;
  }

  .banner {
    border-bottom: 0px;
    margin-top: 0px;
    padding-top: 130px;
  }

  .heading01 h3 {
    font-size: 17px;
    line-height: 23px;
  }

  .heading01 h4 {
    font-size: 22px;
    line-height: 35px;
  }

  .brands ul li {
    width: 33.3%;
    padding: 5px;
    border: 1px solid #ddd !important;
  }

  .brands ul li:nth-child(5) {
  }

  .brands ul li:nth-child(10) {
    display: none;
  }

  .brands ul {
    margin-bottom: 20px;
  }

  .heading02 h3 {
    font-size: 15px;
    line-height: 20px;
  }

  .heading02 h4 {
    font-size: 21px;
  }

  .secion003 .container {
    padding: 15px;
    margin-left: 15px;
    margin-right: 15px;
  }

  .heading02 {
    margin-top: -140px;
  }

  .wishinbox01 img {
    height: 50px;
  }

  .wishinbox01 h3 {
    font-size: 18px;
    line-height: 19px;
    margin-top: 5px;
  }

  .wishinbox01 p {
    font-size: 14px;
  }

  .wishinbox01 {
    margin-bottom: 10px;
    min-height: 180px;
  }

  .martingbtn a {
    padding: 10px 5px;
    font-size: 11.5px;
    width: 100%;
    display: block;
  }

  .secion004 {
    padding: 30px 0px;
    background-size: cover;
    background-position: center top;
    background-attachment: inherit;
    padding-bottom: 50px;
  }

  .servicebox0001 {
    min-height: 100px;
  }

  .servicebox0001 h3 br {
    display: none;
  }

  .mobileshow {
    display: block;
  }

  .desktopshow {
    display: none;
  }

  .servicebox0001hed {
    min-height: 10px;
  }

  .servicebox0001hed h3 {
    font-size: 28px;
  }

  .servicebox0001hed h3 br {
    display: none;
  }

  .servicebox0001hed p {
    font-size: 17px;
  }

  .secion005 {
    background-image: none;
  }

  .secion005 h3 {
    font-size: 26px;
    margin-bottom: 26px;
  }

  .secion005 ul {
  }

  .secion005 ul li {
    position: relative;
    left: 0px;
    width: 100%;
    min-height: 70px;
    margin-bottom: 20px;
  }

  .secion005 ul li span {
    display: none;
  }

  .secion005 ul li p {
    padding-left: 80px;
  }

  .secion005 ul li p img {
    position: absolute;
    top: 0;
    left: 0;
  }

  .secion005 ul li:nth-child(1) {
  }

  .secion005 ul li:nth-child(2) {
    top: 0px;
    left: 0;
    width: 100%;
  }

  .secion005 ul li:nth-child(3) {
    top: 0;
    left: 0;
    width: 100%;
  }

  .secion005 ul li:nth-child(4) {
    right: 0;
    left: 0;
    bottom: 0;
    padding-left: 0px;
  }

  .secion005 ul li:nth-child(5) {
    right: 0;
    left: 0;
    padding-left: 0px;
  }

  .secion005 ul li:nth-child(2) p {
    max-width: 100%;
  }

  .secion005 ul li p strong br {
    display: none;
  }

  .testivideo {
    margin-top: 0px;
  }

  .testislider .owl-prev {
    margin-left: -15px !important;
  }

  .testislider .owl-next {
    margin-right: -15px !important;
  }

  .workteam01 h3 {
    margin-top: 20px;
    font-size: 19px;
    margin-bottom: 18px;
  }

  .workteam01 h3 strong {
    font-size: 29px;
  }

  .workteam01 {
    padding-bottom: 20px;
    margin: auto;
  }

  .fotlocation01 h3 {
    font-size: 29px;
  }

  .fotlocation01 ul li {
    width: 100%;
    margin-right: 0px;
  }

  .fotlocation01 ul li p br {
    display: none;
  }

  .partne01 .col-md-8 {
    text-align: left;
  }

  .partne01 img {
    margin-left: 0px;
    max-height: 45px;
    margin-right: 10px;
    margin-top: 10px;
  }

  .partne01 h3 {
    font-size: 13px;
  }

  /* Thankyou_page */
  .thank_you h1 {
    padding-left: 0px !important;
    padding-right: 0px !important;
    font-size: 25px !important;
  }

  .thank_you {
    top: 61px !important;
    padding: 24px !important;
    height: auto !important;
  }
}

/* Thankyou_page */
.thank_you h1 {
  text-align: center;
  font-weight: 700;
  color: #25373f;
  font-size: 41px;
  padding-left: 62px;
  padding-right: 41px;
}

.thank_you {
  position: relative;
  top: 111px;
  padding: 37px;
  height: 300px;
}

/* WhatsApp Button */

.footer-call-link {
  position: fixed;
  width: 50px;
  height: 50px;
  bottom: 40px;
  right: 58px;
  color: #fff;
  border-radius: 5px;
  text-align: center;
  font-size: 30px;
  z-index: 100;
  box-shadow: 0px -1px 10px 1px rgb(81 202 95);
  animation: glow 1.5s linear infinite alternate;
}

.my-whatsApp {
  margin-top: 16px;
  color: #25d366;
}

.promo-banner button.close {
  border: 3px solid #fff;
  border-radius: 50%;
  padding: 0px 3px;
  position: absolute;
  right: -12px;
  top: -12px;
  background: #727272;
  opacity: 0.8;
  color: #fff;
}

.promo-banner img {
  border-radius: 5px;
}

.owl-carousel .owl-nav {
  display: block !important;
}
@media (min-width: 769px) and (max-width: 1000px) {
  .bnrform {
    margin-right: -12%;
  }
  .secion005 ul li:nth-child(2) {
    top: 13%;
    bottom: auto;
    left: -3%;
  }
  .secion005 ul li:nth-child(4) {
    right: -12%;
    float: right;
    left: auto;
    bottom: 44%;
    padding-left: 14%;
  }
  .secion005 ul li:nth-child(3) {
    top: -18px;
    left: 38%;
    bottom: auto;
  }
  .secion005 ul li:nth-child(5) {
    right: -21%;
    left: auto;
    float: right;
    padding-left: 76px;
    top: 65%;
  }
  .secion005 ul li:nth-child(1) {
    left: -9%;
    padding: 4px;
    width: 200px;
  }
  .banner ul li p {
    font-size: 12px;
  }
  .book-appointment {
    height: 850px;
  }
}
