@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

body {
  margin: 0;
  box-sizing: border-box;
  padding: 0;
  font-family: "Poppins", sans-serif;
}
a {
  text-decoration: none;
}
header {
  background: #fff;
}

.logo {
  display: flex;
}
.img_content img {
    width: 100%;
}
.new-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 25px;
}
.main-container {
  max-width: 1340px;
  padding: 0px 15px;
  display: flex;
  margin: auto;
  justify-content: center;
 flex-wrap: wrap;
}
.nav {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav li {
  padding: 10px 15px;
}
.nav a {
  color: #000;
  text-decoration: none;
}
.container {
  background: url("./img/smiley-dental-banner-updated.png") no-repeat;
  background-size: cover;
  padding: 60px 15px;
  height: 400px;
  display: flex;
  justify-content: center;
}
.menu-toggle {
  display: none;
  flex-direction: column;
  cursor: pointer;
}
.menu-toggle div {
  width: 25px;
  height: 2px;
  background-color: #000;
  margin: 3px 0;
}

header .logo img {
  max-width: 300px;
}

h1 {
  font-family: "Poppins", sans-serif;
  font-size: 50px;
  line-height: 60px;
  color: #fff;
  margin: 0;
}
.footer {
  padding: 10px 0px;
}
#location {
    padding: 30px;
    padding-bottom: 40px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.img_content > img {
  object-fit: cover;

  height: 280px;
}

.main-div {
  border-radius: 25px;
  padding: 40px 25px;
  max-width: 1340px;
  height: 100%;
  margin: 0 auto;
}

#location .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    /* padding: 20px; */
    padding-top: 0px;
    gap: 30px;
    padding-bottom: 0;
    margin: 0 auto;
}

.column {
  width: 28%;
  box-shadow: 0 0 44px 0 rgba(0, 0, 0, 0.1);
  padding: 0;
  transition: 0.3s;
  border-radius: 10px;
  padding: 15px 15px 8px 15px;
}

.top-bar {
  background-color: #242424;
  padding: 15px 10px;
}

.top-bar ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.top-bar a {
  font-size: 16px;
  text-transform: uppercase;
}
.two-columns-sec .col-md-6 h6,
.boxes-sec h2 {
  font-size: 35px;
  line-height: 50px;
  margin: 0;
}
.boxes-sec h2 {
  text-align: center;
  margin-bottom: 40px;
}
.column:hover {
  background-color: #4e5aed;
}
.top-bar i {
  padding-right: 3px;
}
.column:hover h3,
.top-bar a,
.top-bar i {
  color: #fff;
}
.column h3 {
  text-align: center;
  font-size: 20px;
  font-family: "Poppins", sans-serif;
  margin: 0;
  font-weight: 500;
  padding: 0px 0px 10px;
  color: rgba(64, 64, 64, 1);
}

.column .img_content > img {
  width: 100%;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
}
.col {
    width: 29.33%;    
    transition: background .3s, border .7s, border-radius .7s, box-shadow .7s;
    margin: 8px;
    --e-column-margin-right: 8px;
    --e-column-margin-left: 8px;
    text-align: center;
    box-shadow: 0 0 44px 0 rgba(0, 0, 0, 0.1);
    padding: 0;
    transition: 0.3s;
    border-radius: 10px;
    padding: 15px 15px 8px 15px;
}
.col img {
  width: 100%;
  max-width: 75px;
  height: 75px;
  object-fit: contain;
  margin-top: 10px;
}
.boxes-sec {
  padding: 60px 0px 0px;
}

.two-columns-sec {
  padding: 60px 0px 60px;
  background-color: #f7f7f7;
}
.two-columns-sec .col-md-6 {
  width: 50%;
}
.two-columns-sec .col-md-6 img {
  width: 100%;
  height: 500px;
  object-fit: contain;
}
#location .column .img_content {
  position: relative;
}

#location .column:hover .overlay {
  opacity: 1;
}

.footer p {
  text-align: center;
  font-size: 24px;
  line-height: 36px;
  color: rgba(108, 108, 108, 0.94);
}

.footer p {
  font-size: 16px;
  margin: 0;
}

.title {
  padding: 20px 15px;
}

.inner-txt.center-txt {
  text-align: left;
  max-width: 1340px;
  margin-right: auto;
  color: rgba(64, 64, 64, 1);
  display: flex;
  align-items: center;
}
icon-content{
margin-bottom:0px;
}
.box-block h3 {
  font-size: 30px;
  margin-bottom: 10px;
  text-transform: capitalize;
  margin-top: 0;
  font-weight: 600;
}
.box-block .content {
    width: 100%;
}
.row.box-block-outer {
    box-shadow: 0 0 44px 0 rgba(0, 0, 0, 0.1);
}
.box-block {
  width: 30%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 15px;
  justify-content: end;
}
.row.box-block-outer {
  margin: 20px auto!important;
  border-radius: 12px;
}
.box-block .img_content > img {
       border-radius: 22px;
}
.box-block {
    padding: 15px;
  }
  a.innerlink {
    color: #4e5aed;
    font-weight: 700;
    text-transform: capitalize;
}
.location-link {
  padding-top: 10px;
}
.location-links a {
  color: #000;
  font-size: 16px;
   margin-bottom: 5px;
  display: inline-block;
}
a.innerlink i {
  padding-left: 5px;
}
ul li {
  list-style: none;
}

ul {
  padding-left: 0;
  margin: 0;
}
.location-link a:hover {
  color: #e13e20d1;
}
.location-link a {
  color: #e13e20;
  font-weight: 700;
}
span.icon i {
  padding-right: 5px;
  color: #000;
  font-size: 18px;
}
ul.location-links a:hover, ul.location-links a:hover i {
  color: #e13e20;
}

ul.location-links li {
  padding-bottom: 5px;
}
html {
  scroll-behavior: smooth;
}
/***form****/
::placeholder {
  font-family: 'Poppins';
}
.form-input:focus-visible, .form-textarea:focus-visible {
  outline: none!important;
  outline-offset: 0px!important;
}
.outer-form {
  box-shadow: 0 0 44px 0 rgba(0, 0, 0, 0.1);
  padding: 0;
  transition: 0.3s;
  border-radius: 10px;
  padding: 15px;
  /* margin: 15px; */
}
form.contact-form,.contact-intro  {
  padding: 0 15px 0 0;
  margin: 15px auto;
  width: 90%;
}
.contact-section {
  width: 100%;
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
  padding: 3rem 1rem;
}

.contact-title {
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
  margin-bottom: 8px;
}
.contact-description {
  color: #000;
  margin-top: 0px!important;
}

.form-group-container {
  display: grid;
  gap: 1rem;
  margin-top: 2rem;
}

.form-group {
  display: flex;
  flex-direction: column;
}

.form-label {
  margin-bottom: 0.5rem;
}

.form-input,
.form-textarea {
  padding: 0.5rem;
  border: 1px solid #e5e7eb;
  display: flex;
  height: 2.5rem;
  width: 100%;
  border-radius: 0.375rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.form-input::placeholder,
.form-textarea:focus-visible {
  color: #6b7280;
}

.form-input:focus-visible,
.form-textarea:focus-visible {
  outline: 2px solid #2563eb;
  outline-offset: 2px;
}

.form-textarea {
  min-height: 120px;
}
.form-submit {
  width: 100%;
  margin-top: 1.2rem;
  background-color: #e13e20;
  color: #fff;
  padding: 13px 5px;
  border-radius: 0.375rem;
  border: solid;
  cursor: pointer;
  font-family: 'Poppins';
  font-size: 15px;
}
h1 span {
  text-transform: capitalize;
}
/**map-sec**/
iframe {
  height: 100%;
  width: 100%;
}

.icon-content h3 {
  text-transform: uppercase;
  margin-top: 3px;
  margin-bottom: 6px!important;
  font-weight: 600;
}
.icon-content p {
  font-size: 15px;
  margin: 0;
  padding-bottom: 20px;
}
.icon-content h3,.icon-content p{
  max-width: 340px;
  margin: 0 auto;
}
div#result {
  font-size: 15px;
  font-weight: 600;
  margin-top: 7px;
}
/****/
body {
  overflow-x: hidden;
}
.slide-sec {
  max-width: 1340px;
  margin: 0 auto;
  overflow: hidden;
  padding: 0 15px;
}
.wrapper {
  padding: 40px 0 20px;
  overflow-x: hidden;
  background: #fff;
}
.slick-slide img {
  display: block;
  max-width: 350px;
  margin: 0 auto;
}

.slick-next:before, .slick-prev:before {
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: #000!important;
}
.my-slider{
  padding: 0 70px;
}
.slick-initialized .slick-slide {
  background-color: #f4f4f4;
  color: #FFF;
  height: 200px;
  margin: 0 15px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
}


.slick-next, .slick-prev{
  z-index: 5;
}
.slick-next{
  right: 15px;
}
.slick-prev{
  left: 15px;
}
.slick-next:before, .slick-prev:before{
  color: #000;
  font-size: 26px;
}
/* =============================== media ================= */
@media (max-width: 1024px) {
  .container {
    height: auto;
  }
  .box-block {
    width: 40%;
    justify-content: start;
}
.row.box-block-outer  .box-block:first-child {
  width: 100%;
}
}
@media (max-width: 768px) {
.new-header {
    position: relative;
}
.boxes-sec h2 {
       margin-bottom: 20px;
}
.row.box-block-outer  .box-block:first-child {
    width: 100%;
    text-align: center;
}
  .slick-slide img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}
  .my-slider {
    padding: 0;
}
  .row.box-block-outer  .box-block:first-child {
    width: 100%;
}
.main-div.outer {
    max-width: 100%;
    width: 90%;
}
  ul.nav.active {
    margin-top: 45px;
}
  .location-links a {
       font-size: 14px;
  }
  .main-div {
       padding: 40px 15px;
  }
  .box-block .content {
    width: 100%;
    padding: 1px;

}
  .img_content > img {
    object-fit: cover;
    height: 200px;
    max-width: 100%;
}
.box-block {
    width: 40%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 15px;
}
 .nav {
    display: none;
    flex-direction: column;
    width: 100%;
    background-color: #fff;
    position: absolute;
    top: 31%;
    left: 0;
    border-top: solid 1px #eee;
}
  .two-columns-sec .col-md-6 h6,
  .boxes-sec h2, .two-columns-sec p {
    text-align: center;
  }

  .two-columns-sec .col-md-6 img {
    height: unset;
  }
  .two-columns-sec .col-md-6 {
    width: 100%;
  }
  .nav.active,
  .logo,
  .menu-toggle {
    display: flex;
  }
  .main-container {
    gap: 20px;
    flex-wrap: wrap;
  }
  .two-columns-sec,
  .boxes-sec {
    padding: 30px 0px 30px;
  }
  .para p {
    margin-top: 0;
  }

  .column {
    width: 100%;
  }
  #location .row {
    padding: 0;
  }
  .col {
    width: 40%;
  }
  .main-div {
    border-radius: 0;
    padding-top: 0;
    padding-bottom: 0px;
    margin-top: 0;
  }

  .logo img {
    width: 100%;
  }

  header h1 {
    font-size: 26px;
    line-height: 35px;
    margin-bottom: 15px;
    text-align: center;
  }

  header {
    height: auto;
  }

  .footer p {
    font-size: 15px;
    padding-bottom: 10px;
  }
  #location {
    padding: 15px;
  }
  .column h3 {
    font-size: 18px;
  }
}

@media (max-width: 575px) {
  header .logo img {
    max-width: 220px;
  }
  .two-columns-sec .col-md-6 h6,
  .boxes-sec h2 {
    font-size: 26px;
    line-height: 40px;
  }
  .container {
    background: url("img/mobile-banner.png") no-repeat;
    background-size: cover;
    background-position: center;
      }
  .inner-txt.center-txt {
    align-items: flex-start;
  }

  .col {
    width: 100%;
  }
}


@media (max-width: 420px) {
   .box-block {
    width: 100%;
    justify-content: center;
}
}
@media screen and (min-width: 769px) and (max-width: 1300px) {
  .column h3 {
    font-size: 16px;
  }
  #location .row {
    padding: 20px;
  }
  .column {
    width: 44%;
  }
}
@media(min-width:1023px){
  .slick-list.draggable {
    margin-top: -59px;
}
.my-slider.slick-initialized.slick-slider.slick-dotted {
  max-width: 70%;
  margin-left: auto;
  padding: 0;
}
  iframe#bfpublish {
    position: absolute;
}
.outer-form, .map-sec {
  width: 48.8%;
}
section#review {
  padding-top: 56px;
}
}
@media(max-width:767px){
.top-bar {
     padding: 4px 0px;
}
.top-bar i, .top-bar a {
    font-size: 13px;
}
.top-bar ul {
       gap: 0px;
}
.top-bar ul li {
    width: 100%;
    text-align: center;
}
}