
body {
  font-family: "Roboto Slab", serif;
}
.bg-image {
  background-image: linear-gradient(rgba(0, 0, 0, 0.857), rgba(0, 0, 0, 0.857)),
    url(../img/atikah-akhtar-XJptUS8nbhs-unsplash.jpg);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  color: white;
}
/* navbar */
.navbar-brand img {
  width: 150px;
  height: 60px;
}
.nav-item {
  position: relative;
}
.nav-item a {
  position: relative;
}
.item a:after {
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  background: #b01f23;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}
.item a:hover:after {
  width: 100%;
  left: 0;
}
.contact {
  border: 1px solid #b01f23;
  border-radius: 20px;
}
.contact:hover {
  background-color: #b01f23;
}
.contact a:hover {
  color: white;
}
.socials {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  list-style: none;
}
.socials li a {
  font-size: 24px;
  color: black;
  text-decoration: none;
}
.socials li a:hover {
  color: #b01f23;
}

/*****************************************/
/*hero*/
.hero {
  position: relative;
}
.logo {
  color: #b01f23;
  font-size: 6rem ;
}
.svgRight {
  height: 300px;
  width: 150px;
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.svgLeft {
  height: 300px;
  width: 150px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.hero a {
  text-decoration: none;
  color: white;
}
.hero a:hover {
  color: #b01f23;
}

label {
  color: black;
}
p,
button,
.accordion-body,
label,
a {
  font-family: "Kanit", sans-serif;
}
.myBtn {
  background-color: #b01f23;
  color: white;
}
.myBtn:hover {
  color: #b01f23;
  background-color: white;
}
svg g {
  fill: white;
}
/* card*/
.card {
  width: 15rem;
  z-index: 1;
  opacity: 0.9;
}
.card img {
  width: 100px;
}
.dental-treatments .card {
  width: 27rem;
  height: 27rem;
}
.dental-treatments .card img {
  width: 400px;
  height: 260px;
}
.pyramids {
  width: 700px;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0;
}
.google-map {
  padding-bottom: 50%;
  position: relative;
  height: 100%;
}

.google-map iframe {
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  position: absolute;
}
.socialsBottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  list-style: none;
}
.socialsBottom li a {
  font-size: 24px;
  color: white;
  text-decoration: none;
}
.fa-quote-left,
.fa-quote-right {
  font-size: 80px;
}
.dental-treatments h1,
.services h1,
.faq h1 {
  font-size: 5rem;
  color: #b01f23;
}
.patients h1 {
  font-size: 5rem;
}
.treat {
  height: 400px;
  width: 500px;
}
span {
    color:black;
}
@media screen and (max-width: 992px) {
  .socials {
    display: none;
  }
  .svgRight,
  .svgLeft {
    height: 200px;
    width: 100px;
  }
  .fa-quote-left,
  .fa-quote-right {
    font-size: 40px;
  }
  .google-map {
    height: 400px;
  }

.dental-treatments h1,
.services h1,
.faq h1,
.patients h1{
    font-size: 4rem;
 }

.dental-treatments .card {
    width: 22rem;
    height: 25rem;
  }
  .dental-treatments .card img {
    width: 20rem;
    height: 16rem;
  }
  .logo {
  color: #b01f23;
  font-size: 4rem ;
}
.treat {
    height: 320px;
    width: 320px;
  }
}
/* .intl-tel-input {
  display: table-cell;
}
.intl-tel-input .selected-flag {
  z-index: 4;
}
.intl-tel-input .country-list {
  z-index: 5;
}
.input-group .intl-tel-input .form-control {
  border-top-left-radius: 4px;
  border-top-right-radius: 0;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 0;
} */
