/********** Template CSS **********/

:root {
  --primary: #06a3da;
  --secondary: #000000;
  --light: #eef9ff;
  --dark: #091e3e;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html,
body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
h1,
h2,
.font-weight-bold {
  font-weight: 700 !important;
}

h3,
h4,
.font-weight-semi-bold {
  font-weight: 600 !important;
}

h5,
h6,
.font-weight-medium {
  font-weight: 500 !important;
}

.btn {
  font-family: "Jost", sans-serif;
  font-weight: 600;
  transition: 0.5s;
}
.logo a h2 span {
  font-size: 28px;
  font-weight: 900;
  letter-spacing: 1px;
  color: transparent;
  background: rgba(255, 255, 255);
  background: radial-gradient(circle, rgba(255, 255, 255, 1) 20%, #716f6f);
  -webkit-background-clip: text;
}
@media (max-width: 992px) {
  .logo a h2 span {
    font-size: 15px;
  }
  .logo a h2 {
    font-size: 14px;
  }
}
.btn-primary,
.btn-secondary {
}

.dd {
  height: 1000px;
}

.btn-primary:hover {
  background: var(--secondary);
  border-color: var(--secondary);
}

.btn-secondary:hover {
  background: var(--primary);
  border-color: var(--primary);
}

.btn-square {
  width: 36px;
  height: 36px;
}

.btn-sm-square {
  width: 28px;
  height: 28px;
}

.btn-lg-square {
  width: 46px;
  height: 46px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}

#spinner {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease-out, visibility 0s linear 0.5s;
  z-index: 99999;
}

#spinner.show {
  transition: opacity 0.5s ease-out, visibility 0s linear 0s;
  visibility: hidden;
  opacity: 1;
}

.back-to-top {
  position: fixed;
  display: none;
  right: 10px;
  bottom: 50px;
  z-index: 99;
}

.top-shape::before {
  position: absolute;
  content: "";
  width: 35px;
  height: 100%;
  top: 0;
  left: -17px;
  background: #000000;
  transform: skew(40deg);
}

.navbar-dark .navbar-nav .nav-link {
  font-family: "Jost", sans-serif;
  padding: 15px;
  font-size: 18px;
  color: #bfb8ae;
  outline: none;
  transition: 0.5s;
}

.sticky-top.navbar-dark .navbar-nav .nav-link {
  padding: 20px 15px;
}

/* .navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
  color: #bfb8ae;
  background-color: #594d40 !important;
} */

@media (max-width: 991.98px) {
  .navbar-dark .navbar-nav .nav-link,
  .sticky-top.navbar-dark .navbar-nav .nav-link {
    padding: 10px 0;
  }
}
.smile-works-logo{
  font-size: 35px;
  color: #FDE585;
  padding-left: 10px;
  margin-bottom: 0;
  font-family: 'arimo';
}
.logo .dental-care-logo{
  color: #fff;
  font-size: 25px;
  margin-top: 0;
  font-family: 'arimo';
}
.logo h3{
  color: #fff;
  font-size: 15px;
  margin-block: 0;
  font-family: 'arimo';
}
.logo h4{
  color: #fff;
  font-size: 15px;
  margin-block: 0;
  font-family: 'arimo';
}
.mobile-logo{
  color: #fff;
  font-size: 12px !important;
  margin-block: 0;
  font-family: 'arimo';
}
/* .logo a h2 {
  font-size: 16px;
  letter-spacing: 10px;
  color: white;
  margin: 0;
} */
.logo img {
  width: 280px;
  height: 100%;
}
@media (max-width:992px){
  .logo img {
    width: 130%;
  }
.smile-works-logo{
    font-size: 17px;
  }
  .logo .dental-care-logo{
    font-size: 11px;
  }
  .logo h3{
    font-size: 10px;
  }
  .logo h4{
    font-size: 10px;
    color: #fff;
    font-family: "arimo";
  }
}
@media (max-width:992px){
  .logo-1{
    width: 100%;
  }
}
.logo-2{
  width: 200px;
  padding: 0;
  height: 100%;
}
img {
  vertical-align: middle;
  border-style: none;
}

.carousel-caption {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(9, 30, 62, 0.85);
  z-index: 1;
}

.testimonial_img {
  border-radius: 50% !important;
}

@media (max-width: 576px) {
  .carousel-caption h5 {
    font-size: 14px;
    font-weight: 500 !important;
  }

  .carousel-caption h1 {
    font-size: 30px;
    font-weight: 600 !important;
  }
}

.carousel-control-prev,
.carousel-control-next {
  width: 10%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  width: 3rem;
  height: 3rem;
}

@media (min-width: 991.98px) {
  .banner {
    position: relative;
    margin-top: -90px;
    z-index: 1;
  }
}

.section-title h5::before {
  position: absolute;
  content: "";
  width: 45px;
  height: 3px;
  right: -55px;
  bottom: 11px;
  background: #ffffff;
}

.section-title h5::after {
  position: absolute;
  content: "";
  width: 15px;
  height: 3px;
  right: -75px;
  bottom: 11px;
  background: #ffffff;
}

.twentytwenty-wrapper {
  height: 100%;
}

.hero-header {
  background: linear-gradient(rgba(9, 30, 62, 0.85), rgba(9, 30, 62, 0.85)),
    url(../img/carousel-1.jpg) center center no-repeat;
  background-size: cover;
}

.bg-appointment {
  /* background: linear-gradient(rgba(9, 30, 62, 0.85), rgba(9, 30, 62, 0.85)),
    url(../img/carousel-1.jpg) center center no-repeat;
  background-size: cover; */
  background-color: #aeb1b0;
}
.hero-header1 {
  background: linear-gradient(rgba(9, 30, 62, 0.85), rgba(9, 30, 62, 0.85)),
    url(../img/about.bg.jpg) center center no-repeat;
  background-size: cover;
}
.hero-header2 {
  background: linear-gradient(rgba(9, 30, 62, 0.85), rgba(9, 30, 62, 0.85)),
    url(../img/bg-img2.webp) center center no-repeat;
  background-size: cover;
}

.appointment-form {
  background: #6a6c6d;
}

.service-item img,
.service-item .bg-light,
.service-item .bg-light h5,
.team-item .team-text {
  transition: 0.5s;
}

.service-item:hover img {
  transform: scale(1.15);
}

.team-item .team-text::after,
.service-item .bg-light::after {
  position: absolute;
  content: "";
  top: 50%;
  bottom: 0;
  left: 15px;
  right: 15px;
  border-radius: 100px / 15px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: 0.5s;
  z-index: -1;
}

.team-item:hover .team-text::after,
.service-item:hover .bg-light::after {
  opacity: 1;
}

.bg-offer {
  background: url(../img/carousel-1.jpg) center center no-repeat;
  background-size: cover;
}

.offer-text {
  background: #ffc107f5;
}

.price-carousel .owl-nav {
  position: absolute;
  width: calc(100% + 45px);
  height: 45px;
  top: calc(50% - 22.5px);
  left: -22.5px;
  display: flex;
  justify-content: space-between;
  opacity: 0;
  transition: 0.5s;
}

.price-carousel:hover .owl-nav {
  opacity: 1;
}

.price-carousel .owl-nav .owl-prev,
.price-carousel .owl-nav .owl-next {
  position: relative;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: var(--primary);
  border-radius: 2px;
  font-size: 22px;
  transition: 0.5s;
}

.price-carousel .owl-nav .owl-prev:hover,
.price-carousel .owl-nav .owl-next:hover {
  background: var(--secondary);
}

.bg-testimonial {
  background: url(../img/bg-img.webp) center center no-repeat;
  background-size: cover;
}

.testimonial-carousel {
  background: #ffc107f5;
}

.testimonial-carousel .owl-nav {
  position: absolute;
  width: calc(100% + 46px);
  height: 46px;
  top: calc(50% - 23px);
  left: -23px;
  display: flex;
  justify-content: space-between;
  z-index: 1;
}
.whatsapp {
  position: fixed;
  bottom: 10px;
  left: 10px;
  z-index: 999;
}

.whatsapp a i {
  color: #ffffff;
  font-size: 35px;
  background-color: #00b451;
  border-radius: 50%;
  padding: 10px;
  animation: wh 2s linear infinite;
  box-shadow: 2px 3px 4px white;
}

.whatsapp-icon {
  color: #ffffff;
  font-size: 20px;
  background-color: #00b451;
  border-radius: 50%;
  margin-top: 10px;
  padding: 6px;
}

@keyframes wh {
  0%,
  100% {
    transform: scale(0.9);
  }

  50% {
    transform: scale(1);
  }
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
  position: relative;
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background-color: #000000;
  border-radius: 2px;
  font-size: 22px;
  transition: 0.5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
  background: var(--secondary);
}

.testimonial-carousel .owl-item img {
  width: 120px;
  height: 120px;
}

.abt_sections {
  position: relative;
  padding: 50px 0 50px;
}

.abt_sections::before {
  content: "";
  position: absolute;
  width: 300px;
  height: 300px;
  left: -126px;
  border-radius: 50%;
  top: -93px;
}

.know_abt {
  position: relative;
  text-align: center;
}

.know_abt::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 91%;
  height: 128%;
  bottom: -84px;
  z-index: -1;
}

.know_abt::after {
  left: initial;
  top: initial;
  right: 0px;
  bottom: 0;
}

.know_abt span {
  display: inline-block;
  color: #e31a1a;
  font-size: 27px;
  padding: 0 11px;
  font-weight: 400;
}

.know_abt h2 {
  text-transform: uppercase;
  font-size: 40px;
  font-weight: 500;
  color: var(--heading-color);
  margin: 12px 0 8px;
  line-height: 40px;
}

.know_abt h3 {
  font-size: 25px;
  margin: 0 0 18px;
  color: rgb(116, 59, 18);
  display: inline-block;
  text-transform: uppercase;
  padding: 9px 9px;
  font-weight: 600;
}

.know_abt p {
  display: block;
  line-height: 29px;
  text-align: center;
  padding: 0 20px;
  color: var(--font-color);
}

.know_abt a {
  color: var(--primary-color);
  margin-left: 6px;
}

.hospital_pic {
  position: relative;
  padding: 7px;
  background: #fff;
  box-shadow: 0px 2px 19px #afafaf;
  margin-bottom: 20px;
}

.about_pic img {
  padding: 10px;
  background: #fff;
  margin: 33px 0 0;
  box-shadow: 0px 2px 19px #afafaf;
}

._exp_row .col-md-6 {
  padding: 14px 10px;
}

._exp_row .col-md-6:nth-child(1) {
  border-right: 1px dashed;
}

._exp_row .col-md-6 {
  border-bottom: 1px dashed #142446;
}

._exp_row .col-md-6:nth-child(3) {
  border-bottom: 0px;
}

.exp_list {
  position: relative;
  text-align: center;
  z-index: 10;
}

.exp_list h3 {
  display: inline-block;
  width: 114px;
  height: 114px;
  border: 6px solid #d1d1d1;
  border-radius: 50%;
  font-size: 31px;
  line-height: 94px;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  color: #142446;
  background: #fff;
}

.exp_list p {
  margin: 0px;
  font-size: 17px;
}

.mvv_list_row .col-md-4:nth-child(1)::before,
.mvv_list_row .col-md-4:nth-child(2)::before {
  content: "";
  position: absolute;
}

.mvv_list {
  position: relative;
  margin: 24px auto 0;
  text-align: center;
  padding: 43px 52px 19px;
  border: 1px solid black;
  background: #aeb1b0;
  box-shadow: 0px 4px 3px #000000;
  width: 350px;
  height: 350px;
  border-radius: 50%;
}

.mvv_list::before {
  content: "";
  position: absolute;
  z-index: -1;
}

.mvv_icon {
  display: inline-block;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  bottom: -37px;
  width: 64px;
  background: #041a27;
  padding: 13px;
  border-radius: 50%;
}

.mvv_icon img {
  display: block;
  filter: invert(1);
}

.mvv_list_info h3 {
  text-transform: uppercase;
  font-weight: 600;
  margin: 17px 0 11px;
  display: inline-block;
  border-bottom: 2px dotted;
  font-size: 30px;
  color: black;
}

.mvv_list_info p {
  margin: 0px;
  color: white;
}

.mvv_list_info a {
  display: block;
  color: white;
  font-weight: 700;
}
.mvv_list1 {
  position: relative;
  padding: 20px 20px;
}
.mvv_list_row1 .row-md-4 {
  margin: 10px;
}
.mvv_list1 h3 {
  text-decoration: dotted;
  border-bottom: 2px dotted;
  color: #e31a1a;
  width: 100px;
}
#ftco-loader.fullscreen {
  padding: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  background-color: #fff;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#ftco-loader {
  position: fixed;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  visibility: hidden;
  z-index: 10000;
}
.list-icon li i {
  color: #555555;
  font-size: 14px;
  height: 28px;
  line-height: 28px;
  margin: 5px 10px 5px 0;
  text-align: center;
  width: 28px;
}

.text-theme-colored {
  color: #bf4208 !important;
}
.bg-primary2 {
  background-color: #000000 !important;
}
.box {
  width: 400px;
  height: 400px;
  margin: 10px;
}
.pl-3 {
  padding: 0 3rem !important;
}

.services-container {
  margin-bottom: 100px;
}

/*  */
.dental-parag {
  color: #ffffff;
  display: inline-block;
  /* text-align: justify; */
  font-size: 1.1rem;
}

.text-grey {
  color: #bfb8ae !important;
}

.brown-btn {
  background-color: #bf935f;
  padding: 20px;
  border: none;
  font-weight: 600;
  letter-spacing: 2px;
  font-size: 16px;
}
.bg-brown {
  background-color: #fbeeb8;
}
.text-chocolate {
  color: rgb(255, 123, 29);
}
.fine {
  font-family: sans-serif;
  font-size: 24px;
  line-height: 31px;
  color: #594d41;

  @media (max-width: 992px) {
    text-align: center;
    font-size: 20px;
  }
}

.check-icon {
  color: #594d40;
  font-weight: bolder;
  font-size: 30px;
  padding-right: 10px;
  margin-top: 10px;
  /* padding-top: 17px; */
}

.point {
  font-weight: bolder;
  font-size: 13px;
}

.para {
  font-weight: bold;
  color: #594d41;
  letter-spacing: 1px;
  font-size: 14px;

  @media (max-width: 992px) {
    text-align: center;
  }
}

.color {
  color: #ffff;
  font-size: 15px;
}

.color ul {
  list-style-type: none;
  padding-left: 10px;
}

.hero-img {
  position: relative;
}

.hero-img .main-image {
  max-width: 100%;
  min-height: 500px;
  margin-top: 65px;

  /* margin-right: 200px; */
  @media (max-width: 992px) {
    margin-top: 0;
    padding-top: 0;
  }
}

.hero-img .stamp-img {
  position: absolute;
  top: 85%;
  right: 1%;
  width: 151px;
  height: 151px;
  margin-top:-10px;
}
@media (max-width: 768px) {
  .hero-img .stamp-img {
    width: 25%;
    height: auto;
    top: 77%;
    margin-top: 0;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .hero-img .stamp-img {
    top: 50%;
  }
}

.promise-container {
  background-color: #686c6d;
  /* margin-top: -50px; */
  /* height: 300px; */
}

.promise-container br {
  @media (max-width: 992px) {
    display: none !important;
  }
}

.review-img {
  @media (min-width: 992px) {
    justify-content: flex-start !important;
  }
}

.dentistry-heading {
  color: #594d41;
  /* padding-bottom: 10px; */
  font-size: 50px;
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
    "Lucida Sans Unicode", "Geneva", Verdana, sans-serif;

  @media (max-width: 992px) {
    text-align: center;
    font-size: 25px;
  }
}
/* .bg-grey{
  background-color: #4a5764;
} */
.service-mobile-bg-container {
  background-color: #beb8b0;
  padding: 0;
}
.service-sub-heading {
  @media (max-width: 992px) {
    font-size: 20px !important;
  }
}

.servicebg-container {
  background-image: url("../img/service-mb-img.png");
  background-size: cover;
  background-repeat: no-repeat;
  height: 550px;
  background-position: top center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.promise-desc {
  color: #ffffff;
  text-align: center;
  font-size: 20px;
  @media (max-width: 992px) {
    font-size: 15px;
  }
}

.service-heading {
  color: #594d41;
  font-size: 61px !important;
  line-height: 63px !important;
  font-family: "nydcmain" !important;
  padding-top: 150px;

  @media (max-width: 992px) {
    padding-top: 20px;
    padding: 20px;
    font-size: 33px !important;
    line-height: 40px !important;
  }
}

.align-item {
  display: flex;
  justify-content: flex-end !important;
  margin-top: -100px;
  padding-right: 100px;
}

.stamp-img {
  width: 100%;
}

img {
  overflow-clip-margin: content-box;
  overflow: clip;
}
.service-mb-img {
  width: 100%;
  height: 250px;
}
.stamp-mb-img {
  margin-top: 100px;
}

.full-mouth-heading {
  color: #ffffff;
  font-weight: 900 !important;
  font-family: 'serif' !important;
  font-size: 39px;
  line-height: 40px;
  /* position: fixed; */
}

@media (max-width:992px){
  .full-mouth-heading{
    font-size: 35px;
    /* line-height: 25px; */
  }

}

.service-item-card {
  background-color: #fde686;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 7px;
  max-width: calc(100% - 10px);
  margin: 0 auto;
  /* margin: 12px; */
}

/* .service-item-card img{
  width: 200px !important;
} */

.yellow-btn {
  background-color: #fde686;
  color: #594d40 !important;
  padding: 20px;
  border: none;
  font-weight: 600;
  letter-spacing: 2px;
  font-size: 16px;
  justify-content: center;
  align-items: center;
}

.grey-btn {
  background-color: #6a6c6d;
  color: #ffffff !important;
  padding: 20px;
  border: none;
  font-weight: 600;
  letter-spacing: 2px;
  font-size: 16px;
}

.grey-rounded-corners {
  border-top-right-radius: 100px;
  border-top-left-radius: 100px;
  border-bottom-right-radius: 100px;
  border-bottom-left-radius: 100px;
  margin-top: 20px;
}

.text-brown {
  color: #594d41 !important;
}

.bg-light-grey {
  background-color: #aeb1b0 !important;
}
.bg-light-yellow {
  background-color: #fbeeb8 !important;
}
.lifelong-bg-container {
  /* background-image: url("/img/life-long.png");
  background-size: cover;
  background-position: center; */
  height: 400px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.lifelong-bg-container h3 {
  font-size: 45px;
}
.lifelong-bg-container p {
  font-weight: bold;
}

@media (max-width:992px){
  .lifelong-bg-container h3{
    font-size: 25px;
    text-align: center !important;
  }
  .lifelong-bg-container p {
    font-size: 12px;
    text-align: center;
  }
}
.charminar-img {
  width: 100%;
  height: 250px;
}

.bottom-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #6a6c6d;
  color: #ffffff;
  text-align: center;
  z-index: 10;
  /* padding-top: 15px; */
}
.phone {
  display: inline-block;
  margin-top: 12px;
}
@media (max-width: 992px) {
  .bottom-footerbar {
    margin-bottom: 30px;
  }
}


.serif-font{
  font-family: "serif" !important;
}
.nav-link i{
  font-size: 12px;
  padding-left: 3px;
}
.doctor-card{
  border-radius: 10px;
  padding: 20px;
  background-color: #fde686;
  margin: 10px;
  flex: 1; /* Ensure the cards take up equal space */
  display: flex;
  flex-direction: column; /* Ensure the inner contents are arranged vertically */
  justify-content: center;
  /* align-items: center; */
  min-height: 200px;
}
.doctor-card img{
  width: 100%;
  height: 250px;
}

.service-card-name {
  color: #594d41;
  font-weight: 700;
  font-size: 20px;
  text-align: center;
 
}

@media (min-width:576px) and (max-width:992px) {
  .service-card-name {
    font-size: 17px;
  }
  .doctor-card img{
    height: auto;
  }
}

@media (max-width:576px) {
  .service-card-name {
    font-size: 22px;
  }
}

.doctor-phd{
  font-size: 17px;
  flex-shrink: 0;
  /* white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; */
}
.error-container{
  display: grid;
  place-items: center;
  height: 100vh;
}
.error-btn{
  background-color: #6a6c6d;
  color: #fff;
  padding: 20px;
  border: 0;
  border-radius: 10px;
  font-size: 30px;
}

.error-text{
  color: #594d41;
  font-size: 100px;
}
@media (max-width:992px){
  .error-container{
    height: 100vh;
  }
  .error-text{
    font-size: 30px;
  }
  .error-btn{
    font-size: 20px;
  }
}
/***********/
/**** FAQs CSS *****/
/***********/
.faqs {
  position: relative;
  width: 100%;
  padding: 45px 0;
}

.faqs .row {
  position: relative;
}

.faqs .row::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  top: 0;
  left: calc(50% - .5px);
  background: #fbeeb8;
}

.faqs #accordion-1 {
  padding-right: 15px;
}

.faqs #accordion-2 {
  padding-left: 15px;
}

@media(max-width: 767.98px) {
  .faqs .row::after {
      display: none;
  }
  
  .faqs #accordion-1,
  .faqs #accordion-2 {
      padding: 0;
  }
  
  .faqs #accordion-2 {
      padding-top: 15px;
  }
}

.faqs .card {
  margin-bottom: 15px;
  border: none;
  border-radius: 0;
}

.faqs .card:last-child {
  margin-bottom: 0;
}

.faqs .card-header {
  padding: 0;
  border: none;
  background: #ffffff;
}

.faqs .card-header a {
  display: block;
  padding: 10px 25px;
  width: 100%;
  color:#594d41;
  font-size: 16px;
  line-height: 40px;
  border: 1px solid rgba(0, 0, 0, .1);
  transition: .5s;
}

.faqs .card-header [data-toggle="collapse"][aria-expanded="true"] {
  background:#2078a4;
}

.faqs .card-header [data-toggle="collapse"]:after {
  font-family: 'font Awesome 5 Free';
  content: "\f067";
  float: right;
  color:#594d41;
  font-size: 12px;
  font-weight: 900;
  transition: .5s;
}
.collapse{
  display: none;
}
.collapse.show{
  display: block !important;
  /* background-color: black; */
}
.faqs .card-header [data-toggle="collapse"][aria-expanded="true"]:after {
  font-family: 'font Awesome 5 Free';
  content: "\f068";
  float: right;
  color: #594d41;
  font-size: 12px;
  font-weight: 900;
  transition: .5s;
}

.faqs .card-body {
  padding: 20px 25px;
  font-size: 16px;
  background: #fbeeb8;
  border: 1px solid rgba(0, 0, 0, .1);
  border-top: none;
  color:#594d41;
}

