/*
    Theme: Call Now Dental
    Theme Author: Md Yunus
    Company: Fexpink Limited
    Phone: +8801303260848
    Mail: yunus.a.polash@gmail.com
*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}
:root {
  --font: "Poppins", sans-serif;
  --primary-color: #79c367;
  --secondary-color: #084b8e;
  --secondary-color-deep: #03376b;
  --black-color: #07060e;
  --white-color: #ffffff;
}
body {
  font-family: "Poppins", sans-serif;
  background: #f7f7f7;
}

.nav-top {
  background: var(--white-color);
}

.navbar {
  background: var(--white-color);
  margin: 0;
  padding: 0;
}

.navbar .navbar-brand img {
  width: 220px;
}

.call_nav_btn {
  display: flex;
  background: var(--primary-color);
  padding: 15px 15px;
  gap: 10px;
  align-items: center;
  text-decoration: none;
}

.call_nav_btn .icon {
  width: 40px;
}

.call_nav_btn .text {
  font-size: 14px;
  line-height: 1.4;
  color: var(--white-color);
}

p {
  font-size: 18px;
  color: #232323;
  line-height: 1.5;
}

#hero_section {
  background: url(/images/heor-banner.jpg);
  padding: 120px 0px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

#hero_section .hero_content h1 {
  font-size: 60px;
  font-weight: 800;
  color: var(--secondary-color);
  margin-bottom: 15px;
  line-height: 1.1;
}

#hero_section .hero_content h5 {
  font-size: 20px;
  font-weight: 700;
  color: #444444;
  line-height: 1.3;
}

.call_now {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--primary-color);
  border-color: var(--primary-color);
  padding: 15px 20px;
  border-radius: 10px;
  transition: 0.5s;
}

.call_now:hover {
  background: var(--secondary-color-deep);
  border-color: var(--secondary-color-deep);
  transform: translateY(-2px);
}

.call_now .icon {
  width: 45px;
}

.call_now .txt div {
  text-align: left;
  font-size: 16px;
  color: var(--white-color);
}

.call_now .txt div.number {
  font-size: 24px;
  font-weight: 700;
  color: var(--white-color);
}

#affordable_sec {
  padding: 70px 0px;
  background: #79c36726;
}

.def_title_sec {
  margin-bottom: 40px;
}

.def_title_sec h2 {
  font-size: 36px;
  font-weight: 800;
  color: var(--black-color);
  line-height: 1.2;
  margin-bottom: 50px;
}

.def_title_sec h2::after {
  content: "";
  display: block;
  width: 200px;
  height: 3px;
  background-color: var(--secondary-color);
  margin: 0 auto;
  position: relative;
  top: 23px;
}

.benifits_wraper {
  margin-bottom: 20px;
}

.benifits_wraper .benifit_item {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 10px;
}

.benifits_wraper .benifit_item.type_2 {
  align-items: flex-start;
  margin-bottom: 25px;
}

.benifits_wraper .benifit_item.type_2 .icon {
  min-width: 100px;
  height: 100px;
  font-size: 60px;
  border-radius: 20px;
}

.benifits_wraper .benifit_item .icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  background: var(--white-color);
  border-radius: 8px;
  color: var(--secondary-color);
  border: 2px solid var(--secondary-color);
}

.benifits_wraper .benifit_item .b_text {
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  color: var(--secondary-color);
}

.benifits_wraper .benifit_item.type_2 .b_text h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 5px;
}

.benifits_wraper .benifit_item.type_2 .b_text p {
  font-size: 14px;
  color: var(--black-color);
}

.callNowCta {
  padding: 70px 0px;
  background: linear-gradient(#0000009c, #0000009c),
    url("./../images/header-blue-dad-son-brushing.jpg");
}

.callNowCta h2 {
  font-size: 44px;
  font-weight: bold;
  color: var(--white-color);
  margin-bottom: 15px;
}

#openning_hour {
  padding: 70px 0px;
}
.map_small h3,
#openning_hour .openning_hour h2 {
  font-size: 24px;
  color: var(--black-color);
  margin-bottom: 20px;
  font-weight: 700;
}

#openning_hour table {
  width: 70%;
}

#openning_hour table tr td {
  font-size: 14px;
}

.hour__text h4 {
  font-size: 20px;
  font-weight: bold;
  color: var(--black-color);
}
#text {
  padding: 40px 0px;
  background: #f0f0f0;
}
#text p {
  font-size: 14px;
}

footer {
  padding: 50px 0px;
  background: var(--white-color);
}

footer .footer_logo img {
  width: 250px;
}

footer .footer_links {
  text-align: center;
}

footer .footer_links a {
  font-size: 16px;
  color: #444444;
  text-decoration: none;
}

footer .footer_links a:hover {
  color: var(--secondary-color);
}

footer p {
  font-size: 14px;
}

.footer_link {
  font-size: 16px;
  text-decoration: none;
}

.footer_link:hover {
  color: var(--secondary-color) !important;
}

.call_now_btn_over {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: var(--primary-color);
  padding: 15px 20px;
  border-radius: 10px;
  display: flex;
  gap: 10px;
  text-decoration: none;
  align-items: center;
  color: var(--white-color);
}

.call_now_btn_over .icon {
  width: 35px;
}

.call_now_btn_over .txt .top_text {
  font-size: 20px;
  color: var(--white-color);
  font-weight: bold;
}
.call_now_btn_over .txt .number {
  display: none;
}

@media only screen and (max-width: 1440px) {
  .navbar .navbar-brand img {
    width: 290px;
  }
  .call_nav_btn {
    padding: 10px 15px;
  }
  #hero_section {
    background-position: right;
    padding: 100px 0px;
  }
  #hero_section .hero_content h1 {
    font-size: 55px;
  }
  #hero_section .hero_content h5 {
    font-size: 18px;
  }
  .call_now .txt div.number {
    font-size: 20px;
  }
  #affordable_sec {
    padding: 60px 0px;
  }
  .callNowCta h2,
  .def_title_sec h2 {
    font-size: 32px;
  }
  .def_title_sec p {
    width: 80%;
    margin: 0 auto;
    margin-bottom: 15px;
  }
  .def_title_sec p br {
    display: none;
  }
}

@media only screen and (max-width: 1120px) {
  #hero_section {
    padding: 70px 0px;
  }
  .navbar .navbar-brand img {
    width: 250px;
  }
  #hero_section .hero_content h1 {
    font-size: 48px;
  }
  .call_now .txt div.number {
    font-size: 18px;
  }
  .call_now {
    padding: 15px 15px;
  }
  .callNowCta h2,
  .def_title_sec h2 {
    font-size: 28px;
  }
  .def_title_sec h2::after {
    width: 150px;
  }
  .def_title_sec p {
    width: 100%;
  }
  .benifits_wraper .benifit_item {
    gap: 10px;
    margin-bottom: 15px;
  }
  .benifits_wraper .benifit_item .b_text {
    font-size: 16px;
    line-height: 1.5;
  }
  .benifits_wraper .benifit_item .icon {
    min-width: 40px;
  }
  .callNowCta {
    padding: 50px 0px;
    background-position: right;
  }
  .map_small h3,
  #openning_hour .openning_hour h2 {
    font-size: 22px;
  }
  #openning_hour table {
    width: 100%;
  }
  .benifits_wraper .benifit_item.type_2 .icon {
    width: 80px;
    height: 80px;
    min-width: 80px;
    font-size: 40px;
  }
  .benifits_wraper .benifit_item.type_2 .b_text p br {
    display: none;
  }
}

@media only screen and (max-width: 992px) {
  #hero_section .hero_content h1 {
    font-size: 38px;
  }
  #hero_section {
    padding: 50px 0px;
  }
  #hero_section .hero_content h5 {
    font-size: 16px;
    margin-bottom: 15px !important;
  }
  .call_now {
    padding: 15px 20px;
  }
  .call_now .txt div.number {
    font-size: 16px;
  }
  .callNowCta h2,
  .def_title_sec h2 {
    font-size: 24px;
  }
  .def_title_sec p {
    font-size: 16px;
  }
  .benifits_wraper .benifit_item.type_2 .b_text h3 {
    font-size: 18px;
  }
  #text {
    padding: 30px 0px;
  }
  footer .footer_logo img {
    width: 200px;
  }
  .call_now_btn_over .txt .top_text {
    font-size: 18px;
  }
  .call_now_btn_over {
    padding: 10px 15px;
    gap: 5px;
    border-radius: 5px;
  }
}

@media only screen and (max-width: 768px) {
  .navbar .navbar-brand img {
    width: 170px;
  }
  #hero_section {
    background-position: -380px 0px;
  }
  .callNowCta h2,
  .def_title_sec h2 {
    font-size: 22px;
  }
  .def_title_sec p {
    font-size: 14px;
  }
  .benifits_wraper .benifit_item {
    margin-bottom: 10px;
  }
  .benifits_wraper .benifit_item .icon {
    width: 30px;
    height: 30px;
    min-width: 30px;
    font-size: 20px;
  }
  #affordable_sec {
    padding: 40px 0px;
  }
  #openning_hour,
  .callNowCta {
    padding: 40px 0px;
  }
  .openning_hour {
    margin-bottom: 20px;
  }
  .hour__text h4,
  .map_small h3,
  #openning_hour .openning_hour h2 {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .benifits_wraper .benifit_item.type_2 .b_text h3 {
    font-size: 16px;
  }
  .footer_logo {
    text-align: center;
    margin-bottom: 15px;
  }
  .footer_links {
    text-align: center;
  }
  .footer_link_wrap {
    text-align: center;
  }
  .call_now_btn_over .txt .top_text {
    font-size: 16px;
  }
}

@media only screen and (max-width: 550px) {
  .navbar .navbar-brand img {
    width: 150px;
  }
  .call_nav_btn .text {
    font-size: 12px;
  }
  #hero_section .hero_content h1 {
    font-size: 28px;
  }
  #hero_section {
    background-position: -570px 0px;
  }
  #hero_section .hero_content h5 {
    font-size: 14px;
    margin-bottom: 8px;
  }
  .call_now {
    padding: 10px 15px;
    border-radius: 5px;
  }
  .call_now .txt div {
    font-size: 14px;
  }
  .call_now .txt div.number {
    font-size: 16px;
  }
  .call_now .icon {
    width: 30px;
  }
  .callNowCta h2,
  .def_title_sec h2 {
    font-size: 20px;
    margin-bottom: 40px;
  }
  .def_title_sec h2::after {
    top: 18px;
  }
  .callNowCta {
    background-position: center;
  }
  .callNowCta h2 br,
  .def_title_sec h2 br {
    display: none;
  }
  .callNowCta h2 {
    margin-bottom: 10px;
  }
  .benifits_wraper .benifit_item.type_2 .icon {
    width: 70px;
    height: 70px;
    min-width: 70px;
    font-size: 35px;
  }
  footer {
    padding-bottom: 80px;
  }
}
