@media (min-width: 767px) {
  .hideDesktop {
    display: none !important;
  }
  .desktop-ph img {
    height: 240px;
    width: 100%;
  }
}
.progress {
  height: 10px;
}
.banner img {
    height:430px;
  background-size: cover;
  background-position: fixed;
  width: 100%;
  background-repeat: no-repeat;
  background-size: auto;
}
.v-center {
  align-items: center;
}
.times {
  background-color: #eef5f7;
}
.gum img {
  width: 100%;
  height: 70%;
}
.card-content {
  text-align: center;
}
.final-logo {
  width: 60%;
  padding-top: 5%;
}
.small img {
  width: 100%;
  height: 100%;
}
.menu {
  color: #fff;
}
.ceramic img {
  width: 100%;
  height: 89%;
}
.hands strong {
  color: #f90;
}
.needs h5 {
  color: orange;
  font-size: 26px;
  font-weight: 600px;
  font-family: Poppins, Arial, Helvetica, sans-serif;
  font-weight: 400;
}
@media only screen and (min-width: 768px) {
  .serv {
    margin-left: 76px;
  }
  .small {
    text-align: justify !important;
  }
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.phone-top {
  border: 4px solid #f90;
  padding: 10px;
  background-color: #fff;
  border-radius: 6px !important;
}
.scroll {
  top: -240px;
  width: 100%;
  transition: top 0.3s;
  z-index: 99999;
}
.scroll .barnav {
  top: 0;
  transition: top 3s;
}
.phone-top {
  text-align: center;
}
@media (min-width: 992px) {
  .menu {
    margin-left: 16%;
  }
  .header .menu > ul > li.menu-item-has-children:hover .new-menus-list-1 {
    margin-left: 55%;
    width: 100%;
  }
  .header .menu > ul > li.menu-item-has-children:hover .new-menus-list-2 {
    margin-left: 55%;
    top: 7%;
    width: 100%;
  }
  .header .menu > ul > li.menu-item-has-children:hover .new-menus-list-3 {
    margin-left: 55%;
    top: 13%;
    width: 100%;
  }
  .header .menu > ul > li.menu-item-has-children:hover .new-menus-list-4 {
    margin-left: 55%;
    top: 43%;
    width: 100%;
  }
  .header .menu > ul > li.menu-item-has-children:hover .new-menus-list-5 {
    margin-left: 55%;
    top: 50%;
    width: 100%;
  }
  .header .menu > ul > li.menu-item-has-children:hover .new-menus-list-6 {
    margin-left: -14%;
    top: 100%;
  }
  .sub-menu {
    display: none;
    top: 100%;
    left: 40%;
    background-color: #fff;
    box-shadow: 0 2px 4px rgb(0 0 0mission p / 0.1);
  }
}
a {
  color: #f8fafc;
  text-decoration: none !important;
}
.column {
  float: left;
  width: 20%;
  padding: 1.5%;
}
.btn {
  position: absolute;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #eee;
  font-size: 10px;
  cursor: pointer;
  transition: 0.1s ease;
}
.btn:hover {
  background-color: #eee;
}
.row:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 600px) {
  .column {
    width: 33%;
    display: block;
    margin-bottom: 10px;
  }
  .card {
    padding: 2px !important;
  }
  .card h3 {
    font-size: 12px;
  }
}
@media (min-width: 992px) {
  .header .menu > ul > li.menu-item-has-children:hover .new-menus-list-6 {
    margin-left: -14%;
    top: 100%;
  }
}
.qdental-logo {
  width: 65%;
  margin-top: -4%;
}
.mobile-logo {
  margin-left: 8% !important;
  width: 43% !important;
}
.card {
  box-shadow: 0 4px 8px 0 rgb(0 0 0 / 0.2);

  text-align: center;
  background-color: #444;
  color: #fff;
}
.card h3 {
  font-size: 14px;
}
.formbold-mb-5 {
  margin-bottom: 20px;
}
.formbold-pt-3 {
  padding-top: 12px;
}
.formbold-main-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.formbold-form-wrapper {
  margin: 0 auto;
  max-width: 550px;
  width: 100%;
  background: #fff;
}
.formbold-form-input {
  width: 100%;
  padding: 12px 24px;
  border-radius: 6px;
  border: 1px solid #e0e0e0;
  background: #fff;
  font-weight: 500;
  font-size: 16px;
  color: #6b7280;
  outline: 0;
  resize: none;
}
.formbold-form-input:focus {
  border-color: #6a64f1;
  box-shadow: 0 3px 8px rgb(0 0 0 / 0.05);
}
.formbold-btn {
  text-align: center;
  font-size: 16px;
  border-radius: 6px;
  padding: 14px 32px;
  border: none;
  font-weight: 600;
  background-color: #6a64f1;
  color: #fff;
  width: 100%;
  cursor: pointer;
}
.formbold-btn:hover {
  box-shadow: 0 3px 8px rgb(0 0 0 / 0.05);
}
.formbold--mx-3 {
  margin-left: -12px;
  margin-right: -12px;
}
.formbold-px-3 {
  padding-left: 12px;
  padding-right: 12px;
}
.flex {
  display: flex;
}
.flex-wrap {
  flex-wrap: wrap;
}
.w-full {
  width: 100%;
}
@media (min-width: 540px) {
  .sm\:w-half {
    width: 50%;
  }
}
.our-team {
  padding: 1.2rem 0.75rem;
  background: #fff;
  border-radius: 1rem;
  text-align: center;
  border: 0.5px solid #fff;
}
.our-team .title {
  display: block;
  font-size: 1.5rem;
  font-weight: 600;
  color: #000;
  margin: 0 0 7px 0;
}
.our-team .post {
  display: block;
  font-size: 1rem;
  color: orange;
  margin-bottom: 1rem;
}
.float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 35px;
  left: 30px;
  color: #fff;
  border-radius: 50px;
  font-size: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header {
  display: block;
  width: 100%;
  position: relative;
  z-index: 99;
  background-color: #f90 !important;
  color: #fff;
}
.header .item-left {
  flex: 0 0 17%;
}
.header .logo a {
  font-size: 30px;
  color: #000;
  font-weight: 700;
  text-decoration: none;
}
.header .item-right {
  flex: 0 0 17%;
  display: flex;
  justify-content: flex-end;
}
.header .item-right a {
  text-decoration: none;
  font-size: 16px;
  color: #555;
  display: inline-block;
  margin-left: 10px;
  transition: color 0.3s ease;
}
.header .menu > ul > li {
  display: inline-block;
  line-height: 50px;
  margin-left: 10px;
}
.header .menu > ul > li > a {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  margin: 10px;
  position: relative;
  text-transform: capitalize;
  transition: color 0.3s ease;
}
@media (min-width: 992px) {
  .root-1:hover .new-menus-list {
    margin-top: 0;
    visibility: visible;
    opacity: 1;
  }
  .new-menus-list {
    display: inline-block;
    opacity: 0;
    position: absolute;
    z-index: 500;
    background-color: #fff !important;
    box-shadow: -2px 2px 70px -25px rgb(0 0 0 / 0.3);
    margin: 20px;
    transition: all 0.5s ease;
    opacity: 0;
    visibility: hidden;
  }
  .header .menu > ul > li .new-menus-list > ul > li > a {
    display: inline-block;
    padding: 10px 0;
    font-size: 14px;
    margin: 6px;
    color: #000;
    transition: color 0.3s ease;
    text-decoration: none;
    text-transform: capitalize;
  }
  .new-menus-list > ul > li > a:hover {
    background-color: #f90 !important;
    color: #fff !important;
  }
  .new-menus-list ul {
    width: 200px;
    background-color: #fff !important;
  }
  .header .menu > ul > li.menu-item-has-children:hover .new-menus-list {
    margin-left: 45px;
  }
}
.header .menu > ul > li .sub-menu {
  position: absolute;
  z-index: 500;
  background-color: #fff !important;
  box-shadow: -2px 2px 70px -25px rgb(0 0 0 / 0.3);
  margin: 20px;
  transition: all 0.5s ease;
  opacity: 0;
  visibility: hidden;
}
.header .menu > ul > li .sub-menu > ul > li > a {
  font-size: 14px;
}
@media (min-width: 992px) {
  .header .menu > ul > li.menu-item-has-children:hover .sub-menu {
    margin-top: 0;
    visibility: visible;
    opacity: 1;
  }
  .header .menu > ul > li > a {
    font-size: 14px;
  }
  .header {
    background-color: #000;
  }
}
.header .menu > ul > li .sub-menu > ul > li {
  line-height: 1;
}
.header .menu > ul > li .sub-menu > ul > li > a {
  display: inline-block;
  padding: 10px 0;
  font-size: 14px;
  margin: 6px;
  color: #000;
  transition: color 0.3s ease;
  text-decoration: none;
  text-transform: capitalize;
}
.header .menu > ul > li .sub-menu > ul > li > a:hover {
  color: #fff;
}
.header .menu > ul > li .sub-menu > ul {
  margin: 10px;
}
.header .menu > ul > li .sub-menu > ul :hover {
  background-color: #f90;
  color: #fff;
}
.header .item-right a:hover,
.header .menu > ul > li .sub-menu > ul > li > a:hover,
.header .menu > ul > li:hover > a {
  color: #ea4636;
}
.mobile-menu-head,
.mobile-menu-trigger {
  display: none;
}
@media (max-width: 991px) {
  .header .menu > ul > li > a {
    color: #fff;
  }
  .header .mobile-menu-trigger {
    margin-top: -15%;
  }
  .header .item-center {
    order: 3;
    flex: 0 0 100%;
  }
  .header .item-left,
  .header .item-right {
    flex: 0 0 auto;
  }
  .v-center {
    justify-content: space-between;
  }
  .header .mobile-menu-trigger {
    display: flex;
    height: 40px;
    width: 55px;
    margin-left: 25px;
    cursor: pointer;
    align-items: center;
    justify-content: center;
  }
  .header .mobile-menu-trigger span {
    display: block;
    height: 3px;
    background-color: #fff;
    width: 24px;
    position: relative;
  }
  .header .mobile-menu-trigger span:after,
  .header .mobile-menu-trigger span:before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
  }
  .header .mobile-menu-trigger span:before {
    top: -6px;
  }
  .header .mobile-menu-trigger span:after {
    top: 6px;
  }
  .header .item-right {
    align-items: center;
  }
  .header .menu {
    position: fixed;
    width: 320px;
    background-color: #f90;
    left: 0;
    height: 100%;
    overflow: hidden;
    transform: translate(-100%);
    transition: all 0.5s ease;
    z-index: 1099;
  }
  .header .menu.active {
    transform: translate(0);
  }
  .header .menu > ul > li {
    line-height: 1;
    margin: 0;
    display: block;
  }
  .header .menu > ul > li > a {
    line-height: 50px;
    height: 50px;
    padding: 0 50px 0 15px;
    display: block;
    border-bottom: 1px solid rgb(0 0 0 / 0.1);
  }
  .header .menu > ul > li > a i {
    position: absolute;
    height: 50px;
    width: 50px;
    top: 0;
    right: 0;
    text-align: center;
    line-height: 50px;
    transform: rotate(-90deg);
  }
  .header .menu > ul > li .sub-menu {
    background-color: #fff !important;
  }
  .header .menu > ul > li .sub-menu > ul > li > a {
    color: #000 !important;
    font-size: 14px;
    font-weight: 700;
    border-bottom: 1px solid rgb(0 0 0 / 0.1);
  }
  .header .menu .mobile-menu-head {
    display: flex;
    height: 50px;
    border-bottom: 1px solid rgb(0 0 0 / 0.1);
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 501;
    position: sticky;
    background-color: #fff;
    top: 0;
  }
  .header .menu .mobile-menu-head .go-back {
    height: 50px;
    width: 50px;
    border-right: 1px solid rgb(0 0 0 / 0.1);
    cursor: pointer;
    line-height: 50px;
    text-align: center;
    color: #000;
    font-size: 16px;
    display: none;
  }
  .header .menu .mobile-menu-head.active .go-back {
    display: block;
  }
  .header .menu .mobile-menu-head .current-menu-title {
    font-size: 15px;
    font-weight: 500;
    color: #000;
  }
  .header .menu .mobile-menu-head .mobile-menu-close {
    height: 50px;
    width: 50px;
    border-left: 1px solid rgb(0 0 0 / 0.1);
    cursor: pointer;
    line-height: 50px;
    text-align: center;
    color: #000;
    font-size: 26px;
    font-weight: 900;
  }
  .header .menu .menu-main {
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #f90;
  }
  .header .menu > ul > li .sub-menu {
    visibility: visible;
    opacity: 1;
    position: absolute;
    box-shadow: none;
    margin: 0;
    padding: 15px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 65px;
    max-width: none;
    min-width: auto;
    display: none;
    transform: translateX(0);
    overflow-y: auto;
  }
  .header .menu > ul > li .sub-menu.active {
    display: block;
  }
  @keyframes slideLeft {
    0% {
      opacity: 0;
      transform: translateX(100%);
    }
    100% {
      opacity: 1;
      transform: translateX(0);
    }
  }
  @keyframes slideRight {
    0% {
      opacity: 1;
      transform: translateX(0);
    }
    100% {
      opacity: 0;
      transform: translateX(100%);
    }
  }
  .header .menu > ul > li .sub-menu > ul > li > a {
    display: block;
  }
  .sub-menu {
    background-color: #fff;
    color: #000;
  }
  .menu-overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1098;
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s ease;
  }
  .menu-overlay.active {
    visibility: visible;
    opacity: 1;
  }
}
.section3 p {
  margin-bottom: 0;
  text-align: justify;
}
.call-box a {
  padding: 0 !important;
}
.txt-400 a {
  color: #000;
  text-decoration: none;
  font-size: 14px;
  line-height: 39px;
}
.co {
  text-decoration: none;
  color: #fff !important;
}
.mobile-map {
  width: 10%;
  margin: 10px;
}
.yadav {
  height: 100%;
}
.num a {
  color: #000 !important;
}
.co a {
  color: #fff !important;
}
.large-top {
  border: 3px solid orange;
  padding: 10px;
  text-align: center !important;
}
.fa-pinterest:hover {
  background-color: #e60023 !important;
  color: #fff !important;
}
.fa,
.fa-brands,
.fa-regular,
.fa-solid,
.fab,
.fas,
.socialiconstop {
  line-height: none !important;
}
.fa-brands {
  line-height: none !important;
}
.socialiconstop i {
  border-radius: 50px;
  text-align: center !important;
  line-height: none !important;
  font-size: 20px !important;
  width: 30px;
  height: 30px;
  background-color: #000 !important;
  color: #fff !important;
}
.mail p {
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.5px;
  display: inline-block;
}
.co {
  text-decoration: none;
}
.mail {
  margin-left: 45%;
}
.bg-blk {
  background-color: #000;
}
.logo {
  float: left;
}
.mobile-logo {
  margin-left: 15%;
  width: 25%;
}
.call-box {
  float: right;
  font-weight: 700;
  font-size: 13px;
  color: #000;
}
.call-box a {
  padding: 0;
}
.phone-icon i {
  color: #000;
}
.txt-400 a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  line-height: 39px;
}
.mobile-map {
  width: 10%;
  margin: 10px;
}
.desktop-logo {
  width: 40%;
}
.main-logo {
  width: 40%;
}
.qdental-logo {
  width: 35%;
}
a {
  text-decoration: none;
}
h1 {
  text-align: center;
  color: orange;
  font-size: 30px;
}
p {
  text-align: justify;
}
.our {
  font-size: 20px !important;
}
.card-link {
  color: orange;
  text-align: center;
  font-size: 24px;
}
.banner img {
  background-size: cover;
  background-position: fixed;
  background-repeat: no-repeat;
  background-size: auto;
}
.needs h3 {
  color: orange;
  margin-bottom: 12px;
  margin-left: 6px;
  font-size: 26px;
  font-weight: 600px;
  font-family: Poppins, Arial, Helvetica, sans-serif;
  font-weight: 400;
}
@media (max-width: 768px) {
  .aspect {
    margin: 10px;
  }
  .banner img{
    height: 200px;
  }
}
@media only screen and (min-width: 768px) {
  .serv {
    margin-left: 76px;
  }
}
@media screen and (min-width: 992px) {
  .services {
    font-size: 20px;
    margin-left: 28% !important;
  }
}
.menuuuuuuuuu ul li a {
  text-decoration: none;
  color: #fff;
}
.menu-item a {
  color: #fff !important;
  line-height: 40px;
}
.icon1 {
  background-color: #3b5998;
}
.icon1,
.icon2,
.icon3,
.icon4,
.icon5 {
  border-radius: 50%;
  color: #fff;
  align-items: center;
  justify-content: center;
  display: flex;
  width: 45px;
  height: 45px;
  margin: 5px;
}
.us {
  display: flex;
}
.mapiee a {
  color: #fff;
}
.us a {
  color: #fff !important;
}
.icon1 {
  background-color: #3b5998;
}
.icon2 {
  background-color: #e4405f;
}
.icon3 {
  background-color: #0077b5;
}
.icon4 {
  background-color: rgb(230 0 35);
}
.icon5 {
  background-color: red;
}
.top {
  display: flex;
}
.txt {
  color: #000;
}
.footer {
  background-color: #000;
  color: #fff;
}
.float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 35px;
  left: 30px;
  color: #fff;
  border-radius: 50px;
  font-size: 30px;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mapiee {
  font-size: 15px;
  line-height: 28px;
  color: #fff;
}
.mapiee {
  color: #fff;
}
.serv {
  font-size: 15px;
  line-height: 34px;
  color: #fff;
  font-family: Montserrat, sans-serif;
}
.time {
  font-size: 16px;
  line-height: 38px;
  color: #fff;
  font-family: Montserrat, sans-serif;
  text-align: justify;
}
@media (min-width: 992px) {
  .header .menu > ul > li.menu-item-has-children:hover .new-menus-list-1 {
    margin-left: 55%;
    top: 0 !important;
    width: 100%;
  }
  .header .menu > ul > li.menu-item-has-children:hover .new-menus-list-2 {
    margin-left: 55%;
    top: 7%;
    width: 100%;
  }
  .header .menu > ul > li.menu-item-has-children:hover .new-menus-list-3 {
    margin-left: 55%;
    top: 13%;
    width: 100%;
  }
  .header .menu > ul > li.menu-item-has-children:hover .new-menus-list-4 {
    margin-left: 55%;
    top: 43%;
    width: 100%;
  }
  .header .menu > ul > li.menu-item-has-children:hover .new-menus-list-5 {
    margin-left: 55%;
    top: 50%;
    width: 100%;
  }
  .header .menu > ul > li.menu-item-has-children:hover .new-menus-list-6 {
    margin-left: -14%;
    top: 100%;
  }
  .menu-item-has-children:hover > .sub-menu {
    display: inline-block;
  }
  .sub-menu {
    display: none;
    top: 100%;
    background-color: #fff;
    box-shadow: 0 2px 4px rgb(0 0 0 / 0.1);
  }
}
@media screen and (min-width: 992px) {
  .services {
    font-size: 20px;
    margin-left: 30%;
  }
  .best {
    font-size: 20px;
  }
  .menuuuuuuuuu {
    margin-right: 60px;
  }
  .serv {
    margin-left: 73px;
  }
}
.best1 {
  font-size: 20px;
}
@media screen and (max-width: 468px) {
  .serv {
    margin-left: 0;
  }
  .services {
    margin-right: 440px;
    padding-left: 0;
  }
  .ssss {
    margin: 10px;
  }
  .mapiee {
    margin-left: 0;
  }
}
@media (min-width: 767px) {
  .hideDesktop {
    display: none;
  }
  .phone {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  .hideMobile {
    display: none;
  }
  .header {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #2a120d !important;
  }
  .best {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
p strong {
  color: orange !important;
}
h4 {
  color: orange;
  text-align: center;
}
