/*----------------------------------------*/
/* Template default CSS
/*----------------------------------------*/

html,
body {
  height: 100%;
  font-family: "Lexend Deca", sans-serif;
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  color: #353125;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  color: #353125;
  font-weight: 600;
  font-family: "Lexend Deca", sans-serif;
  position: relative;
}

h4,
h5,
h6 {
  margin: 0;
  color: #353125;
  font-weight: 500;
  font-family: "Lexend Deca", sans-serif;
  position: relative;
}

h1 {
  font-size: 46px;
}

h2 {
  font-size: 46px;
}

h3 {
  font-size: 36px;
}

h4 {
  font-size: 28px;

}

h5 {
  font-size: 20px;
  line-height: 30px;
}

h6 {
  font-size: 18px;
  line-height: 30px;
}



img {
  max-width: 100%;
}

input:focus,
select:focus,
button:focus,
textarea:focus {
  outline: none;
}

a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: none;
  color: #2f2f2f;
}

a:hover,
a:focus {
  text-decoration: none;
  outline: none;
  /* color: #fff; */
}

ul,
ol {
  padding: 0;
  margin: 0;
  list-style: none;
}




/*---------------------
  Helper CSS
-----------------------*/
.header-container {
  background: #34c0ca;
}

.back-to-top {
  position: fixed;
  bottom: 75px;
  right: 25px;
  display: none;
  background: #00162d;
  color: #fff;
  border: none;
  border-radius: 8;
}

/* buttons */

.theme_btn {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  padding: 12px 25px 12px;
  color: #af9546;
  text-transform: capitalize;
  border-radius: 40px;
  background: #fff;
  letter-spacing: 0px;
}

.theme_btn:hover {
  background: #fff;
  color: #af9546;
}

.btn_black {
  color: #fff;
  background: #00162d;

}

.btn_black:hover {
  color: #fff;
  background-color: #00162d;
  border-color: transparent;
}

.btn_bgold {
  color: #fff;
  background: #9c8654;
}

.btn_bgold:hover,
.btn_bgold:active {
  color: #fff;
  background: #9c8654;
}



ul.topInfo-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}



.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0em;
  vertical-align: 0em;
  content: "\2b";
  border-top: 0 solid;
  border-right: 0 solid transparent;
  border-bottom: 0;
  border-left: 0 solid transparent;
  color: #0053ad;
}

.bnr-offer-tag {
  margin-left: 70px;
}

.inner-banner .hero-content {
  padding-bottom: 0;
  padding-top: 0px;
}

.invslgn-lndn-sec {
  background: #f3f9ff;

}

.invslgn-srvlist {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  align-content: center;
  gap: 5px;
}

.invslgn-srvlist a {
  background: #fff;
  border: 1px solid #011f40;
  border-radius: 6px;
  font-size: 17px;
  font-weight: 400;
  text-transform: capitalize;
  padding: 12px 20px;
  color: #011f40;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: all 0.5s ease-in-out;
  width: 192px;
  height: 100%;
  text-align: center;
  line-height: 22px;
  min-height: 95px;
  display: flex;
  align-items: center;
}

.invslgn-srvlist a::after {
  content: " ";
  display: block;
  height: 4px;
  width: 100%;
  background: #34c0ca;
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 5px 5px 0 0;
  z-index: -1;
  transition: all 0.5s ease-in-out;
}

.invslgn-srvlist a:hover {
  color: #fff;
}

.invslgn-srvlist a:hover::after {
  height: 100%;
}




.header-logo {}

.logoSec {}

nav.navbar.bg-light {
  background-color: #34c0ca !important;
  height: 54px;
}

nav.navbar .nav-link {
  color: #353125;
  font-size: 16px;
  font-weight: 500;
  font-family: 'Akceler A Demo';
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding: 10px 10px !important;
}

.dropdown-menu {
  background: #fff;
  border: none;
  padding: 10px 15px;
  border-radius: 15px;
}

.dropdown-item {
  color: #353125;
  font-size: 15px;
  line-height: 30px;
  font-family: 'Akceler A Demo';
  padding: 6px 0;
  transition: all 4.ms;
}

.dropdown-item:focus,
.dropdown-item:hover {
  background: none;
  color: #34c0ca;
}

.overlay.active {
    display: block;
    opacity: 1;
    visibility: visible;
  }
.mobile-container .mobile-nav {
  margin-top: 0px;
  background: #1b1a18;
}
.mobile-container .mobile-nav ul li li a:hover {
  background: #9c8654;
  color: #fff;
}


@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
    padding: 0;
    height: 100%;
  }
}

.hero-content {
  padding-bottom: 200px;
  padding-top: 50px;
}


.google-review {
  position: absolute;
  right: 0;
}

.center-of {
  font-size: 30px;
  color: #fff;
}

.hmp-bnr-title {
  font-size: 47px;
  font-family: 'Poppins';
  line-height: 62px;
  margin-bottom: 15px;
  color: #00162d;
  font-weight: 600;
}

.hmp-bnr-title span {
  font-size: 53px;
  font-family: 'Poppins';
  color: #fff;
}

.hero-thumb {
  position: absolute;
  margin-left: -200px;
}

.float-container {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 5;
}

.sidebarInfo .topBtns{
		float: left;
		width: 100%;
	}
.sidebarInfo .topBtns .btn_black{
		width: 100%;
		border-radius: 0;
	}

section {
  padding: 90px 0;
}

.wlcm-glry .row {
  margin-left: -10px;
  margin-right: -10px;
}

.wlcm-glry .row [class*=col-] {
  padding: 0 10px;
}

.wlcm-glry .col-md-5 {
  width: 47.5%;
}

.wlcm-glry .col-md-3 {
  width: 25.5%;
}

.wlcm-glry .col-md-4 {
  width: 27%;
}

.wlcm-glry .row [class*=col-] img {
  width: 100%;
  border-radius: 15px;
}

.wlcm-g1 img,
.wlcm-g2-3 img {
  height: 494px;
  object-fit: cover;
}

.wlcm-glry-thumb {
  position: relative;
}

.wlcm-glry-cptn {
  position: absolute;
  bottom: 40px;
  left: 40px;
  right: 40px;
}

.wlcm-glry-cptn h4 {
  margin-bottom: 20px;
  font-size: 30px;
  color: #fff;
}

.wlcm-glry-cptn p {
  margin-bottom: 0px;
  color: #fff;
  line-height: 28px;
}

.wlcm-glry .row [class*="col-"] .more-than-icon img {
  width: auto;
  height: auto;
}

.more-than-15-icon {
  display: flex;
  padding: 15px 28px;
  box-shadow: 12px 0 29px rgba(0, 22, 45, 0.28);
  gap: 20px;
}

.more-than-15-icon {
  background: #34c0ca;
  border: 1px solid #fff;
  max-width: 275px;
  margin-left: auto;
  margin-top: -60px;
  position: relative;
}

.more-than-15-icon p {
  margin: 0px;
  color: #fff;
}

.more-than-icon-cnt h5 {
  color: #fff;
  font-family: 'Poppins';
}

.more-than-icon-cnt p {
  margin-bottom: 0px;
}

.btn_sblue {
  background: #34c0ca;
  color: #fff;
}

.btn_sblue:hover {
  background: #34c0ca;
  color: #fff;
}

.btn-border {
  border: 1px solid #596a7d;
}

.btn-border:hover {
  border: 1px solid #596a7d;
}

.good-life-through {
  background: url(../images/circle-bg-1.webp) no-repeat left top;
}

.nervous-and-anxious {
  margin-top: 100px;
  background: #34c0ca;
  border-radius: 20px;
  overflow: hidden;
}

.nevs-anxtext {
  padding: 0 0 0 70px;
}

.nevs-anxtext h2 {
  color: #fff;
  margin-bottom: 25px;
}

.nevs-anxtext p {
  color: #fff;
}



.anti-snoring-and-jaw-pain {
  background: url(../images/circle-bg-2.webp) no-repeat right bottom;
  padding-bottom: 300px;
}

.bl-b-200 {
  border-radius: 0 0 0 200px;
}

.meet-our-team {
  margin-top: 0px;
  background: #fff;
  position: relative;
  z-index: 1;
}

.meet-our-team .deflt-hdrtitle {
  margin-bottom: 70px;
}

.mot-team-item {
  border: 2px solid #9c8654;
  border-radius: 300px 300px 0 300px;
  transition: all 0.5s ease-in-out;
  padding: 20px;
  height: 100%;
}

.mot-team-item-thumb {
  text-align: center;
  margin-top:0px;
  position: relative;
}

.mot-team-item-thumb img {
  border-radius: 100%;
}
.meet-our-team .owl-carousel .owl-stage {
  display: flex;
}
.meet-our-team .owl-carousel .owl-item {
  display: flex;
  flex: 1 0 auto;
}



.mot-team-item-info {
  text-align: center;
  padding: 26px 25px;
}
.owl-carousel .owl-item .mot-team-item-info > img {
  width: auto;
  margin: 0 auto;
}
.mot-team-item-thumb  .readM {
  position: absolute;
  top: auto;
  bottom: 0px;
  right: 40px;
}




.mot-team-item-info h5 {
  font-size: 20px;
  color: #353125;
  margin: 10px 0;
}

.mot-team-item-info p {
  margin: 0px;
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
}

.mot-team-item-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #d7d7d7;
  height: 65px;
}

.mot-team-rating,
.mot-team-callnow {
  padding: 15px 12px;
  width: 50%;
}

.mot-team-rating {
  border-right: 1px solid #d7d7d7;
}

.mot-team-callnow {
  text-align: center;
}

.mot-team-callnow .callnow-btn {
  background: #34c0ca;
  border-radius: 60px;
  padding: 8px 13px;
  color: #fff;
  font-size: 15px;
}

.meet-our-team .owl-theme .owl-nav [class*="owl-"]{
  width: 46px;
  height: 46px;
  background: #9c8654;
  line-height: 46px;
  border-radius: 46px;
  color: #fff;
}
.owl-theme .owl-nav{
  margin-top: 40px;
}

.meet-our-team .row {
  margin-right: -9px;
  margin-left: -9px;
}

/* .meet-our-team .row [class*=col-] {
  width: 20%;
  padding-left: 9px;
  padding-right: 9px;
} */

.smile-gallery {
  background: #9c8654;
}

.prices-sec .deflt-hdrtitle {
  max-width: 970px;
  margin: 0 auto;
}

.our-pledge .btn_sblue {
  border: 1px solid #fff;
}

.our-pledge .nevs-anxtext {
  padding: 0 60px 0 0px;
}

.our-pledge {
  padding-bottom: 160px;
  padding-top: 180px;
  background-position: 0px center !important;
  margin-top: -180px;
}

.p-items-bg {
  background: #e3f1ff;
  border-radius: 12px;

}

.price-items {
  padding: 80px 60px;
}

.price-numb {
  margin-bottom: 30px;
}

.price-numb span {
  width: 60px;
  height: 60px;
  background: #34c0ca;
  border-radius: 60px;
  display: inline-block;
  font-size: 23px;
  color: #fff;
  line-height: 60px;
}

.price-items h4 {
  margin-bottom: 20px;
}

.price-items p {
  line-height: 28px;
}

.price-items-center {
  transform: scale(1.2);
  background: #34c0ca;
  box-shadow: 0 12px 29px rgba(0, 22, 45, 0.28);
}

.price-items-center .price-numb span {
  background: #fff;
  color: #34c0ca;
}

.price-items-center.price-items h4 {
  color: #fff;
}

.price-items-center.price-items p {
  color: #fff;
}

.we-hope {
  max-width: 916px;
  margin: 0 auto;
  padding-top: 90px;
}

.smile-gallery .container {
  position: relative;
}

.smile-gallery .wlc-btn {
  /* position: absolute;
  top: 8px;
  right: 15px; */
  text-align: center;
}

.smile-gallery #smlglryTabs {
  justify-content: center;
  border-bottom: none;
  padding-bottom: 2px;
  gap: 10px;
}

.smile-gallery #smlglryTabs .nav-link {
  background: #fff;
  border: 1px solid #011f40;
  border-radius: 6px;
  font-size: 20px;
  font-weight: 400;
  text-transform: capitalize;
  padding: 15px 30px;
  color: #011f40;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: all 0.5s ease-in-out;
}

.smile-gallery .accordion,
.smile-gallery .accordion-item {
  border: none;
}

.smile-gallery #smlglryTabs .nav-link:hover {
  color: #fff;
}

.smile-gallery #smlglryTabs .nav-link::after {
  content: " ";
  display: block;
  height: 6px;
  width: 100%;
  background: #34c0ca;
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 5px 5px 0 0;
  z-index: -1;
  transition: all 0.5s ease-in-out;
}

.smile-gallery #smlglryTabs .nav-link:hover::after {
  height: 100%;
}

.smile-gallery #smlglryTabs .nav-link.active {
  background: #34c0ca;
  color: #fff;
}

.smile-gallery .accordion-body,
.smile-gallery .accordion {
  background: none;
  --bs-accordion-bg: none;
}

.our-pledge .theme_btn img {
  width: 14px;
}

.our-pledge .nevs-anxtext {
  padding: 0 20px 0 0px;
}

.our-pledge .theme_btn {
  font-size: 14px;
}




@keyframes content-opacity {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes content-rotate-y {
  from {
    -moz-transform: rotateY(90deg);
    -ms-transform: rotateY(90deg);
    -webkit-transform: rotateY(90deg);
    transform: rotateY(90deg);
  }

  to {
    opacity: 1;
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
}

@keyframes content-rotate-x {
  from {
    -moz-transform: rotateX(90deg);
    -ms-transform: rotateX(90deg);
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg);
  }

  to {
    opacity: 1;
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
  }
}

@keyframes content-rotate-both {
  from {
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -moz-transform-origin: 0% 50% 50%;
    -ms-transform-origin: 0% 50% 50%;
    -webkit-transform-origin: 0% 50% 50%;
    transform-origin: 0% 50% 50%;
  }

  to {
    opacity: 1;
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -moz-transform-origin: 0% 50% 50%;
    -ms-transform-origin: 0% 50% 50%;
    -webkit-transform-origin: 0% 50% 50%;
    transform-origin: 0% 50% 50%;
  }
}

@keyframes content-pop-out {
  0% {
    opacity: 1;
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    opacity: 1;
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    opacity: 1;
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes content-pop-in {
  from {
    opacity: 1;
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  to {
    opacity: 1;
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes content-slide-bot {
  from {
    top: 20px;
    opacity: 0;
  }

  to {
    top: 0px;
    opacity: 1;
  }
}

@keyframes content-slide-top {
  from {
    top: -20px;
    opacity: 0;
  }

  to {
    top: 0px;
    opacity: 1;
  }
}

/* used for wrapper animation after the load of the page */
@keyframes show {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.tabs-wrapper {
  margin: 5% 0 0;
  text-align: center;
}

.tabs-wrapper input[type="radio"] {
  display: none;
}

.tabs-wrapper label {
  background: none;
  border: none;
  border-radius: 20px 20px 0 0;
  font-size: 20px;
  font-weight: 400;
  text-transform: capitalize;
  padding: 12px 24px;
  color: #fff;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: all 0.5s ease-in-out;
  
}

/* .tabs-wrapper label:last-of-type {
  border-bottom: none;
} */
.tabs-wrapper label:hover {
  background: #1b1a18;
  /*@include transform (translate(0,-0.2em));*/
}

/* .tabs-wrapper label::after {
  content: " ";
  display: block;
  height: 6px;
  width: 100%;
  background: #34c0ca;
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 5px 5px 0 0;
  z-index: -1;
  transition: all 0.5s ease-in-out;
}

.tabs-wrapper label:hover::after {
  height: 100%;
} */

.angle-icon {
  width: 29px;
  height: 47px;
  background: #fff;
  border-radius: 29px;
  display: flex;
  align-items: center;
  font-size: 12px;
  padding: 0 5px;
  margin-left: -12px;
}

.tab-body-wrapper .row {
  margin: 0px;
}






@media screen and (max-width: 1600px) {
  .tabs-wrapper label {
    width: 15%;
  }
}



@media screen and (max-width:767px) {
  .tabs-wrapper label {
    width: 100%;
    display: block;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 600px) {
  .tabs-wrapper {
    margin: 0;
    position: relative;
  }
}

#tab1:checked+label,
#tab2:checked+label,
#tab3:checked+label,
#tab4:checked+label,
#tab5:checked+label,
#tab6:checked+label {
  background: #1b1a18;
  color: #fff;
}

.tab-body {
  position: absolute;
  top: -9999px;
  opacity: 0;
  padding: 30px 0;
}

.tab-body-wrapper {
  /* background: #f7eec6;
  border-top: #b8b63e 5px solid;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-right-radius: 3px; */
  animation-delay: 0.2s;
  animation-duration: 1.5s;
  animation-name: show;
  animation-fill-mode: forwards;
  border-top: 1px solid #dac689;
  margin-top: -9px;
}

@media screen and (max-width: 600px) {
  .tab-body-wrapper {
    border: none;
    border-radius: 0;
  }
}

#tab1:checked~.tab-body-wrapper #tab-body-1,
#tab2:checked~.tab-body-wrapper #tab-body-2,
#tab3:checked~.tab-body-wrapper #tab-body-3,
#tab4:checked~.tab-body-wrapper #tab-body-4,
#tab5:checked~.tab-body-wrapper #tab-body-5,
#tab6:checked~.tab-body-wrapper #tab-body-6 {
  position: relative;
  top: 0px;
  /* Choose one - modify .tab-body opacity to 1 if you don't want any animation or set opacity to 1 here */
  /* @include animation(0.2s,0.8s,content-rotate-y); */
  /* @include animation(0.2s,0.8s,content-rotate-both); */
  animation-delay: 0.1s;
  animation-duration: 0.4s;
  animation-name: content-pop-out;
  animation-fill-mode: forwards;
  /* @include animation(0.1s,1s,content-slide-bot); */
}

.before-after-slider {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 50rem;
  margin: 0 auto 2.5rem;
  border-radius: 0.75rem;
}

.before-after-slider img {
  display: block;
  width: 100%;
  max-width: unset;
  border-radius: 0;
  height: 360px;
  object-fit: cover;
}

.before-after-slider__after-image {
  display: block;
}

.before-after-slider__before-image {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 50%;
  height: 100%;
}

.before-after-slider__resizer {
  position: absolute;
  top: 0;
  left: 50%;
  display: flex;
  width: 2px;
  height: 100%;
  align-items: center;
  background: #fcfcfc;
  /*Stop vertical scrolling on touch*/
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.before-after-slider__resizer svg {
  position: absolute;
  width: 2.5rem !important;
  height: 2.5rem;
  padding: 0.5rem;
  border: 2px solid #fcfcfc;
  margin: 0 0 0 -1.75rem;
  background: #784ba0;
  border-radius: 50%;
  color: #fcfcfc;
}

.smile-gallery .deflt-hdrtitle {
  text-align: center;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.smile-gallery .deflt-hdrtitle h2 {
  color: #fff;
}
.btn_w-bord{
  border: 1px solid #fff;
  background: none;
  color: #fff;
}
.btn_w-bord:hover{
  border: 1px solid #fff;
  background: none;
  color: #fff;
}

.logoSec > a {
  background: #fff;
  display: block;
  border-radius: 100%;
  width: 175px;
  height: 175px;
  margin-top: -30px;
  padding-top: 13px;
}

ul.topInfo-list li {
  font-size: 16px;
  color: #fff;
}
ul.topInfo-list li a {
  color: #fff;
}
.top-o7dw-btn .btn_black{
  background: none;
  border: 1px solid #dbcc9e;
}
.hdrtop-info a.btn-customized{
    width: 54px;
    height:54px;
    border-radius: 55px;
    background: rgba(255,255,255,0.3);
    font-size: 24px;
    text-align: center;
    padding: 0;
    line-height:54px;
    color: #fff;
  }
.hdrtop-info a.btn-customized:active {
  color: #9c8654 !important;
}

.topInfo {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.home-bannere > img {
  width: 100%;
  height: 1136px;
  object-fit: cover;
}

.hdrtop-info {
  position: absolute;
  width: 100%;
  top: 0;
}
.header-container {
  background: #f6f6f6;
  position: relative;
}
.banner-container {
  background-color:transparent;
}
.special-invisalign-offer-tag {
  display: inline-block;
  position: relative;
  top: -179px;
  left: 98px;
}
.header-banner-container .theme_btn{
  border: 1px solid transparent;
}
.header-banner-container .theme_btn.btn_white{
  border: 1px solid #af9546;
}

.banner-container {
  position: absolute;
  width: 100%;
  top:46%;
}
.header-banner-container {
  margin-top: -160px;
}
.hbc-box {
  width: 531px;
  height: 531px;
  border-radius: 531px;
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 50px;
  outline: 25px solid rgba(255, 255, 255, 0.20);
  margin-left: -80px;
}
.hbc-box h3{
  text-align: center;
  font-size: 40px;
}
.hbc-box h3 span{
  color: #af9546;
  display: block;
}
.hbc-box p {
  text-align: center;
  font-weight: 400;
  line-height: 40px;
}

.hdr-gle-revw {
  background:rgba(0, 0, 0, 0.5) ;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 12px 12px;
  max-width: 210px;
  border-radius: 20px 20px 20px 0;
  margin-bottom: 80px;
  
}
.hdr-gle-revw img{
  display: block;
}
.hdr-gle-revw p {
  color: #fff;
  font-size: 13px;
  line-height: 1;
  margin-top: 5px;
}

.wlcm-before {
  position: relative;
}
.tsmile-service::before {
  content: " ";
  display: block;
  background: url('../images/r-h-instrument.webp') no-repeat;
  background-size: 100%;
  width: 228px;
  height: 441px;
  position: absolute;
  right:0;
  top: -100px;
}
.wlcm-before::before{
  content: " ";
  display: block;
  background: url('../images/l-h-instrument.webp') no-repeat;
  background-size: 100%;
  width: 252px;
  height: 367px;
  position: absolute;
  top: -221px;
  left: -15px;
}



.float-sec {
  background: #fff;
  border-radius: 400px 0 0 400px;
  border: 2px solid #d1c29d;
  border-right: 0;
  text-align: center;
  overflow: hidden;
}
.open-7text {
  padding: 10px 15px 10px 50px;
  line-height: 20px;
  font-size: 15px;
  margin: 0px;
}
.emerg-text {
  padding: 6px 15px 5px 50px;
  line-height: 22px;
  font-size:18px;
  color: #fff;
  text-transform: uppercase;
  margin: 0px;
  background: #9c8654;
}
.dental-serv-7text {
  padding: 6px 15px 5px 50px;
  margin: 0px;
  font-size: 20px;
  color: #353125;
  text-transform: uppercase;
}

.tab-content.accordion{
  background: none;
  --bs-accordion-bg:none;
}
.bg-f6f6f6 {
  background: #f6f6f6;
}
.tsmile-service #myTab{
  margin-bottom: 30px;
}
.bysw-service-item {
  background: #fff;
  border-radius: 0px 300px 300px;
  padding: 25px;
  height: 100%;
}

.csmtc-dntsty-slider .owl-carousel .owl-stage {
  display: flex;
}
.csmtc-dntsty-slider .owl-carousel .owl-item {
  display: flex;
  flex: 1 0 auto;
  justify-content: center;
}
.csmtc-dntsty-slider .owl-carousel .bysw-service-item {
  display: flex;
  flex-direction: column;
}
.csmtc-dntsty-slider .owl-carousel .bysw-serv-thumb {
  margin-top: auto;
}



.bysw-serv-thumb img {
  border-radius: 10px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.bysw-serv-title {
  text-align: center;
  padding: 30px 20px 50px;
}

.bysw-serv-title h4 {
  font-size: 26px;
  color: #353125;
  transition: all 0.5s ease-in-out;
  text-align: left;
}

.bysw-serv-thumb {
  position: relative;
}
.bysw-serv-thumb img{
  border-radius: 100%;
}
/* .bysw-serv-thumb img:hover {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transform: scale(1.01);
} */
.bysw-service-item{
  transition: all 0.4ms;
}
.bysw-service-item:hover{
  background: #1b1a18;
}
.bysw-service-item:hover .bysw-serv-title h4{
  color: #fff;
} 

/* .bysw-service-item:hover .bysw-serv-thumb img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
} */

.tsmile-service .row [class*=col-] {
  width: 20%;
}
.readM{
  position: absolute;
  top: 12px;
  right:12px;
}
.readM > a{
  width: 56px;
  height: 56px;
  background: #9c8654;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 56px;
  border-radius: 56px;
}
.tsmile-service #myTab {
  justify-content: center;
  border-bottom: 1px solid #9c8654;
  padding-bottom:0px;
  gap: 0px;
  max-width: 818px;
  margin: 0 auto 35px;
}

.tsmile-service #myTab.nav-tabs .nav-link {
  background:none;
  border: none;
  border-radius:20px 20px 0 0;
  font-size: 20px;
  font-weight: 400;
  text-transform: capitalize;
  padding: 20px 50px;
  color: #353125;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: all 0.5s ease-in-out;
}

.tsmile-service .accordion,
.tsmile-service .accordion-item {
  border: none;
}

.tsmile-service #myTab.nav-tabs .nav-link:hover {
  color: #fff;
  background: #9c8654;
}
/* 
.tsmile-service #myTab.nav-tabs .nav-link::after {
  content: " ";
  display: block;
  height: 6px;
  width: 100%;
  background: #34c0ca;
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 5px 5px 0 0;
  z-index: -1;
  transition: all 0.5s ease-in-out;
}

.tsmile-service #myTab.nav-tabs .nav-link:hover::after {
  height: 100%;
} */

.tsmile-service #myTab.nav-tabs .nav-link.active {
  background: #9c8654;
  color: #fff;
}

.bg-9c8654 {
  background: #9c8654;
}
.wt-thousand-smile h2 {
  font-size: 60px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 30px;
}
.wt-thousand-smile h2 span{
  font-size: 40px;
  display: block;
}
.wt-thousand-smile p {
  color: #fff;
}
.wt-thousand-thumb {
  position: relative;
}
.yof-experience {
  width: 154px;
  height: 154px;
  border-radius: 154px;
  background: #1b1a18;
  position: absolute;
  bottom:120px;
  left: -35px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  outline: 10px solid rgba(255, 255, 255, 0.20);
}
.yof-experience h4 {
  font-size: 54px;
  color: #fff;
  line-height: 55px;
}
.yof-experience p {
  margin: 0px;
  line-height: 20px;
}
.yof-experience p span{
  font-weight: 300;
  display: block;
}
.wt-thousand-smile .row{
  align-items: end;
}
.wt-thousand-thumb {
  text-align: right;
}
.wt-thousand-thumb img.smile-thumb-01 {
  border-radius: 60px 60px 0 0;
  margin-right: 30px;
}
.wt-thousand-thumb img.smile-thumb-02 {
  border-radius: 60px 0px 0 60px;
  margin-top: -300px;
}
.wt-img img{
  margin-top: -250px;
}
.ants-ajp-content{
  padding-right: 100px;
  max-width: 836px;
  margin-left: auto;
  padding-bottom: 80px;
}
.ants-ajp-content h5 {
  margin-bottom: 25px;
  font-size: 32px;
  color: #fff;
}
.br-3 {
  border-radius: 0 0 200px 0;
}
.br-blb-3 {
  border-radius: 0 0 0 200px;
}
.mt-200 {
  margin-top: -200px;
}
.pt-300 {
  padding-top: 300px;
}
.btn_white-bord {
  border: 1px solid #9c8654;
  background: none;
}
.btn_white-bord:hover {
  border: 1px solid #9c8654;
}
.gdlf-bg {
  background: url('../images/good-life-bg.webp') no-repeat center bottom;
}

.mt-thumb-140 {
  margin-top: -140px;
}
.tsmile-bres{
  margin-bottom: -50px;
}
.bg-9c8654 {
  background: #9c8654;
}
.dntl-impts-thumb{
  position: relative;
}
.dntl-impts-img-01 {
  text-align: center;
}
.dntl-impts-img-01 img{
  border-radius:  300px 0 300px 300px;
}
.dntl-impts-img-02{
  position: absolute;
  bottom: 0;
  left: 0;
}
.dntl-impts-img-02 img {
  border-radius: 100%;
  outline: 10px solid rgba(0, 22, 45, 0.20);
}






.csmd-thumb img {
  border-radius: 60px;
}

h2 span{
  font-weight: 300;
}
.clrb-round img {
  border-radius: 0 400px 400px 400px;
}
.ask-before {
  position: relative;
}
.ask-before::before{
  content: " ";
  display: block;
  background: #f3f3f3;
  width: 100%;
  height: 50%;
  position: absolute;
  bottom: 0;
  z-index: -1;
}


.dflt-block p{
  font-weight: 300;
}
.link{
  font-weight: 600;
  color: #353125;
  transition: all 0.4s;
}
.link:hover{
  color: #9c8654;
}

b, strong {
  font-weight: 600;
}
.bg-f3f3f3 {
  background: #f3f3f3;
}

.take-the-first-step {
  border-radius:500px;
}

.bg-1b1a18 {
  background: #1b1a18;
}
.tktf-space {
  margin-bottom: -200px;
  position: relative;
}
.before-bg::before{
  content: " ";
  display: block;
  background: #f3f3f3;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: -1;
}
.tktf-step-info {
  color: #fff;
}
.tktf-step-info h4 {
  font-weight: 300;
  font-size: 46px;
  line-height: 60px;
  color: #fff;
}
.bs-text {
  margin-top: 35px;
  margin-bottom: 0px;
}
.tktf-step-info h4 span{
  font-weight: 600;
}


.error-banner > img {
  width: 100%;
  object-fit: cover;
  height: 156px;
  object-position: 0 -113px;
}
.inner-banner-container {
  position: absolute;
  width: 100%;
  top: 50%;
}
.inner-banner-title h2 {
  color: #fff;
  text-transform: uppercase;
}
.inner-banner > img{
  width: 100%;
  object-fit: cover;
  height: 564px;
}
h1 span{
  font-weight: 300;
}
.prct-phlp-item {
  height: 100%;
  border-radius: 80px;
  overflow: hidden;
}
.prct-icon-box {
  text-align: right;
}
.prct-icon {
  background: #fff;
  border-radius: 70px;
  display: inline-block;
  margin: 10px;
}
.prct-content{
  padding: 20px 50px 70px;
}
.prct-content h2 {
  font-size: 46px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 20px;
}
.prct-content p {
  color: #fff;
  font-weight: 400;
}

.compr-treatment .row{
  margin-top: 100px;
  justify-content: center;
}
.compr-treatment-service {
  padding: 0 35px 60px;
  border-radius: 150px 150px 150px 0;
  height: 100%;
}
.compr-treatment-service > img{
  border-radius: 100%;
  margin-top: -55px;
}
.compr-treatment-service h4{
  margin: 30px 0 25px;
}
.compr-treatment .row [class*=col-]:nth-child(4),
.compr-treatment .row [class*=col-]:last-child{
  margin-top: 85px;
}
.border-radius-lt {
  border-radius: 200px 0 0 0;
}

.lveMsgbox .form-control {
  height: 62px;
  border-radius:6px;
  box-shadow: none;
  border: none;
  padding: 10px 20px;
}
.lveMsgbox textarea.form-control {
  height: 162px;
}
.leaveMsg__botton .btn.btn-danger {
  position: relative;
  font-size: 18px;
  line-height: 28px;
  padding: 15px 50px;
  font-weight: 400;
  text-transform: uppercase;
  color: #ffffff;
  background: #9c8654;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  border-radius:100px;
  border: none;
}
.ftr-info-list {
    display: flex;
    align-items: center;
    gap: 20px;
}
.ftr-icon {
    width:62px;
    height: 62px;
    background: #9c8654;
    border-radius:62px;
    margin: 0;
    flex: 0 0 auto;
}
.ftr-info-list a {
    color: #353125;
    font-size: 24px;
    font-weight: 400;
}
.ftr-info-list p {
    color: #353125;
    font-size: 24px;
    font-weight: 400;
    line-height: 34px;
}
.contact-us-sec .dflt-title img{
  height: 1px;
}




ul.ts-listing li {
  margin: 0px 0 10px;
  padding: 0px 0 0 30px;
  color: #353125;
  font-size: 16px;
  position: relative;
}
ul.ts-listing li::before {
  content: " ";
  display: inline-block;
  background: url(../images/list-icon.png) no-repeat left top;
  width: 19px;
  height: 19px;
  position: absolute;
  top: 6px;
  left: 0;
}
.links{
  font-weight: 600;
  color: #9c8654;
  transition: all 0.4s;
}
.strg-clr strong{
  font-weight: 600;
  color: #9c8654;
}
ul.ts-listing.strg-clr li{
  padding-left: 0px;
}
ul.ts-listing.strg-clr li::before{display: none;}

.bnft-item {
  background: #ececec;
  padding: 40px 26px;
  height: 100%;
}
.benefits-of-invisalign .row{
  margin: 0 -5px;
}
.benefits-of-invisalign .row [class*=col] {
  width: 20%;
  padding: 0 5px;
  
}
.bg-ececec {
  background: #ececec;
}
.border-bottom-right img {
  border-radius: 300px 300px 0 300px;
}
.list-sclr strong{
  color: #9c8654;
}
.inv-border-60 img {
  border-radius: 100px;
}
.aftr-rtnbx {
  background: #9c8654;
  padding: 60px 50px;
  text-align: center;
  height: 100%;
}
.aftr-rtnbx h3{
  color: #fff;
  font-size: 30px;
}
.bg_9c8654 {
  background: #9c8654;
}
.bl-t-200 {
  border-radius: 200px 0 0 0;
}
.pb-260{
  padding-bottom: 260px;
}
.frequently-asked-questions .dflt-title h2 {
  color: #fff;
}
.frqt-ask h5 {
  background: #726139;
  border-radius: 80px;
  display: inline-block;
  color: #fff;
  padding: 6px 30px;
  margin-bottom: 15px;
}
.frqt-ask p {
  color: #fff;
}
.mt-260 {
    margin-top: -260px;
}
.bg_white {
  background: #fff;
}

.do-teeth-lose-their .dntl-impts-img-01 {
  text-align: left;
}
.do-teeth-lose-their .dntl-impts-img-02 {
  position: absolute;
  bottom: -36px;
  right: 30px;
  left: auto;
}
.do-teeth-lose-their .dntl-impts-img-02 img{
  outline: none;
  border: 10px solid #fff;
}

ul.list-dots li {
  position: relative;
  padding-left: 10px;
}
ul.list-dots li::before{
  content: " ";
  display: block;
  width: 5px;
  height: 5px;
  background: #1b1a18;
  border-radius: 5px;
  position: absolute;
  top: 13px;
  left: 0;
}
.usl-text {
  font-size: 20px;
  color: #fff;
}
.inv-border-20 img {
  border-radius: 20px;
}
.wis-tws-sec .d-sec-thumb {
  position: relative;
}
.wis-tws-sec .d-sec-thumb::before{
  content: " ";
  display: block;
  width: 222px;
  height: 222px;
  position: absolute;
  top: -300px;
  right: 0;
  background: url("../images/ts-circle-logo.webp") no-repeat;
}



.cmpt-be-aware p{
  color: #FFF;
}
.cmpt-be-aware ul.ts-listing li{
      color: #fff;
}
.cmpt-be-aware .aftr-rtnbx{
  text-align: left;
}

.cmpt-be-aware .list-sclr strong{
  color: #fff;
}
.cmpt-be-aware ul.ts-listing li::before{
  background: url(../images/w-list-icon.webp) no-repeat left top;
}


/* Faq */

.faq .faq-list {
  padding: 0 100px;
}

.faq .faq-list ul {
  padding: 0;
  list-style: none;
}

.faq .faq-list li+li {
  margin-top: 15px;
}

.faq .faq-list li {
  padding: 20px;
  background: #ececec;
  border-radius: 4px;
  position: relative;
}

.faq .faq-list a {
  display: block;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  padding: 0 0px;
  outline: none;
  cursor: pointer;
  text-decoration: none;
}

.faq .faq-list .icon-help {
  font-size: 24px;
  position: absolute;
  right: 0;
  left: 20px;
  color: #9c8654;
}

.faq .faq-list .icon-show,
.faq .faq-list .icon-close {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 11px;
}

.faq .faq-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}

.faq .faq-list .icon-show {
  display: none;
}

.faq .faq-list a.collapsed {
  color: #000;
  transition: 0.3s;
}

.faq .faq-list a.collapsed:hover {
  color: #9c8654;
}

.faq .faq-list a.collapsed .icon-show {
  display: inline-block;
}

.faq .faq-list a.collapsed .icon-close {
  display: none;
}

@media (max-width: 1200px) {
  .faq .faq-list {
    padding: 0;
  }
}
.cmpt-be-aware p.text-clr-w {
  color: #2f2f2f;
}



.myaccordion .card,
.myaccordion .card:last-child .card-header {
  border: none;
}

.myaccordion .card-header {
  background: #fff;
  padding: 30px 0px 30px 0;
  border-radius: 0;
  box-shadow: none;
}
.myaccordion .card-body{
  padding: 0;
}
.myaccordion .fa-stack {
  font-size: 14px;
  
}
.myaccordion .fa-stack-1x, .myaccordion .fa-stack-2x{
  left: 0px;
}
/* .myaccordion .btn {
  width: 100%;
  font-family: 'Love Story Self Made';
  font-weight: 600;
  font-size: 24px;
  line-height: 26px;
  color:#FFF;
  letter-spacing: 3px;
  padding: 0;
  text-decoration: none;
} */
.myaccordion .btn {
  width: 100%;
  font-family: 'Poppins';
  font-weight: 400;
  font-size: 22px;
  line-height: 26px;
  color: rgba(0,0,0,.65);
  letter-spacing: 0;
  padding: 0;
  text-decoration: none;
}



.myaccordion .btn-link:hover,
.myaccordion .btn-link:focus {
  text-decoration: none;
  color:#9c8654;
}

.myaccordion li + li {
  margin-top: 10px;
}

.myaccordion .fa-stack {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 0;
  left: auto;
  top: 50%;
  margin-top: -15px;
  border: 2px solid #888;
  border-radius: 30px 30px;
  -ms-transition: border-color 0.15s ease;
  transition: border-color 0.15s ease;
  -webkit-transition: border-color 0.15s ease;
}
.myaccordion .fa-stack .fa{
  color: #888;
}
.dbfioo_sec .table > :not(caption) > * > * {
  padding: 12px 20px;
}
/* .dbfioo_sec .table th{
  background-color: #9d8958;
  color: #FFF;
	font-family: 'Love Story Self Made';
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
	letter-spacing:1px;
	vertical-align:middle;
} */
.dbfioo_sec .table th {
  background-color: #9d8958;
  color: #FFF;
  font-family: 'Poppins';
  font-weight: 600;
  font-size: 22px;
  line-height: 26px;
  letter-spacing: 0;
  vertical-align: middle;
}



.tabbable-responsive {
  display: block;
  min-width: 100%;
  margin:30px 0 0;
}
.tabbable {
  min-width: 100%;
}
.tabbable .nav-tabs {
  white-space: nowrap;
  display: inline-block;
  min-width: 100%;
  padding: 0px 21px;
	border:none;
}
.tabbable .nav-tabs .nav-item {
	display: inline-block;
	background: #e8e8e8;
	font-size: 30px;
	font-weight: 700;
	color: #7a7a7a;
	font-family: 'Poppins';
	padding: 0;
	margin:0 13px;
}
.tabbable .nav-tabs .nav-item .nav-link {
  display: inline-block;
	color:#7a7a7a !important;
	border: none !important;
	width: 63px;
	height: 63px;
	background: #e8e8e8;
	font-weight:700;
	text-align: center;
	line-height: 60px;
}

.tabbable .nav-tabs .nav-item.show .nav-link, 
.tabbable .nav-tabs .nav-link.active {
  color: #495057 !important;
  background-color: #fff;
	border:none !important;
	background: #9d8958;
	color: #fff !important;
	border-radius: 0;
}
.cbtcnt {
	padding:40px 0 0;
}


small {
  font-size: 12px;
}
.card {
  box-shadow: none;
}
a,.sygf_sec p a,.ed_btmn a {
  color: var(--gold);
}
a:hover {
  color: var(--gold);
	text-decoration:underline;
}
.text-dark {
  text-decoration: none !important;
}
ul.priceList{
  margin: 0;
}
ul.priceList li{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
}
ul.priceList li:nth-child(even){
  background-color: #f4f4f4;
}




/* Footer Section
============================== */
.footerUpear {
  background: #7a683f;
  padding: 0;
}
.pl-60 {
  padding-left: 60px;
}
.ftr-right-sec {
  background: url('../img/footer-right-bg.webp') no-repeat;
  height: 100%;
  padding-left:0px;
  overflow: hidden;
}
.google-map {
  padding-right: 0px;
}
.footer-adrs-info {
  padding: 300px 0 0 0px;
  max-width: 800px;
}
ul.ftr-adrs-listing {
  margin: 0px 0 35px;
  width: 100%;
  clear: both;
  float: left;
}
ul.ftr-adrs-listing li {
  display: flex;
  align-items: center;
  gap: 15px;
  width: 50%;
  float: left;
  margin-bottom: 20PX;
  font-size: 18px;
}
ul.ftr-adrs-listing li:first-child{
  width: 100%;
}
.ftrcnt-icon {
  width: 57px;
  height: 57px;
  background: #1b1a18;
  border-radius:57px;
  text-align: center;
  line-height: 53px;
}
ul.ftr-adrs-listing li a {
  color: #fff;
}
.ftr-gdc-list {
  clear: both; 
  padding: 40px 0 40px 60px;
  margin-top: 35px;
  display: flex;
  justify-content: space-between;
  background: #9c8654;
  position: relative;
}
.ftr-gdc-list::after{
  content: " ";
  display: block;
  background: #9c8654;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 100%;
}
.l-social{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 35px 0 35px 60px;
}
.footerUpear h3 {
  color: #fff;
  font-size: 22px;
  margin-bottom: 25px;
}

ul.opening-hours-list {}

ul.opening-hours-list li {
  display: flex;
  justify-content: space-between;
  color: #fff;
  font-size: 15px;
  gap:40px;
}

ul.opening-hours-list {}

ul.opening-hours-list li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 5px;
}

ul.opening-hours-list li::before {
  content: " ";
  display: block;
  width: 7px;
  height: 7px;
  background: #000;
  border-radius: 8px;
  position: absolute;
  top: 12px;
  left: 0;
}

.ftr-treatments ul li a {
  color: #fff;
}
ul.ftr-navbar {
  margin-top:0px;
}
ul.ftr-navbar li {
  display: inline-block;
  margin: 0 12px;
}
ul.ftr-navbar li:first-child {
  margin-left: 0px;
}
ul.ftr-navbar li a {
  font-size: 16px;
  color: #fff;
  transition: all 0.4s;
  padding: 10px 0;
  display: block;
}
ul.ftr-adrs-listing li p {
  margin: 0px;
  color: #fff;
}
.copyright {
  border-top: 1px solid #9c8654;
  padding: 25px 0 0px 60px;
}
.foot_last {
  padding: 0px 0 0px 60px;
  color:#fff;
}
ul.ftrSocial li {
  display: inline-block;
}
ul.ftrSocial li a {
  display: inline-block;
  margin: 0 8px;
  width:46px;
  height: 46px;
  border-radius: 55px;
  background: #9c8654;
  font-size: 18px;
  line-height: 46px;
  transition: all 0.4s;
  color: #fff;
  text-align: center;
}
ul.ftrSocial li a:hover{
  background: #000;
}
.copyright {
  display: flex;
  gap: 20px;
}
.copyright p {
  color: #fff;
  font-weight: 400;
  margin: 0px;
  font-size: 15px;
}
.copyright p a {
  color: #fff;
}
.copyright p a.ftrcprLink {
  color: #000000;
}








.team-pg .mot-team-item{
  max-width: 330px;
  margin: 0 auto;
}

.teamSec .etade_thumb.etdbrd img {
    width: 100%;
    border: 6px solid #fff;
    border-radius: 30px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.12);
}
.teamSec .dftpg_style h3 {
    font-weight: 400;
    margin-bottom: 15px;
}
.teamSec.dftpg_style h4 {
    font-size: 18px;
    color: #9d8958;
}
