/*
Theme Name: Medici
Theme URI: https://min-code.com
Author: MinCode Group
Author URI: https://min-code.com
Version: 1.0
Text Domain: medicidentalinstitute.com
*/

* {
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
  font-size: 62.5%;
}

:root {
  --orange: #CB6D51;
  --dark: #2F2F2F;
}

body {
  font-size: 1.8rem;
  line-height: 150%;
  font-family: "Poppins", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  width: 100%;
  color: var(--dark);
}

.sticky_position {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  align-self: flex-start;
}

.d-flex {
  flex-wrap: wrap;
}

.h1,
h1 {
  font-size: 5.6rem;
  line-height: 120%;
  font-family: "Poppins", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
}

.h2,
h2 {
  font-size: 4rem;
  line-height: 140%;
  font-family: "Poppins", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
}

.h3,
h3 {
  font-size: 3.6rem;
  line-height: 140%;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.h4,
h4 {
  font-size: 2.8rem;
  line-height: 140%;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.h5,
h5 {
  font-size: 2.4rem;
  line-height: 150%;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.h6,
h6 {
  font-size: 2.2rem;
  line-height: 150%;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.h1, .h2, .h3, .h4, .h5, .h6,
h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0
}

p {
  font-size: 1.8rem;
  line-height: 150%;
  margin-bottom: 30px;
  color: var(--dark);
}

a {
  color: var(--orange);
  font-size: 1.8rem;
  line-height: 150%;
  transition: 0.3s;
  text-decoration: none;
}

a:hover {
  color: var(--dark);
  transition: 0.3s;
}

ul {
  margin-bottom: 0;
}

li {
  font-size: 1.8rem;
  line-height: 150%;
  color: var(--dark);
}

b {
  font-weight: 600
}

strong {
  font-weight: 700
}

img {
  width: 100%;
  height: auto;
}

.container {
  width: 100%;
  max-width: 1470px;
  padding: 0 15px;
  margin: auto;
}

.mg-100 {
  margin: 10rem 0;
}

.mt-100 {
  margin-top: 10rem;
}

.mb-100 {
  margin-bottom: 10rem;
}

.mg-80 {
  margin: 8rem 0;
}

.mt-80 {
  margin-top: 8rem;
}

.mb-80 {
  margin-bottom: 8rem;
}

.mg-60 {
  margin: 6rem 0;
}

.mt-60 {
  margin-top: 6rem;
}

.mb-60 {
  margin-bottom: 6rem;
}

.main_button {
  background: var(--orange);
  color: white;
  padding: 12px 30px;
  font-size: 1.7rem;
  font-weight: 400;
  width: fit-content;
  line-height: 26px;
  display: block;
  border: 1px solid var(--orange);
  border-radius: 36px;
  padding-left: 30px;
  padding-right: 14px;
  display: flex;
  align-items: center;
}

.main_button:hover {
  background: #ff987a;
  color: var(--dark);
  border-color: var(--orange);
}

.main_button:hover img {
  transform: rotate(-45deg);
}

.main_menu ul {
  list-style: none;
  display: flex;
  align-items: center;
  padding-left: 0;
}

.main_menu ul li a {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: white;
  transition: 0.3s;
  position: relative;
  padding: 26px 0px;
  position: relative;
}

.main_menu ul li a:after {
  height: 0px;
  width: 0%;
  position: absolute;
  visibility: hidden;
  bottom: 22px;
  left: 0;
  background: #ffcfbf;
  content: '';
  transition: 0.3s ease;
}

.main_menu ul li a:hover:after,
.main_menu ul li.current_page_item a:after {
  height: 2px;
  width: 100%;
  visibility: visible;
}

.main_menu ul li a:hover,
.main_menu ul li.current_page_item a {
  color: #ffcfbf
}

.main_menu ul li.phone_header a:hover:after,
.main_menu ul li.popup-header a:hover:after {
  display: none;
}

.main_menu ul li.phone_header a {
  padding: 10px 30px;
  background: #FAF1EE;
  border-radius: 30px;
  font-size: 16px;
  color: var(--dark);
  border: 1px solid #FAF1EE;
  transition: 0.2s;
}

.main_menu ul li.phone_header a:hover{
  background: var(--orange);
  color: white;
}

.main_menu ul li.popup-header a:hover{
  background: #FAF1EE;;
  color: var(--dark);
}

.main_menu ul li.popup-header a {
  padding: 10px 30px;
  background: var(--orange);
  border-radius: 30px;
  font-size: 16px;
  color: white;
  border: 1px solid white;
  transition: 0.2s;
}

.mobile__nav {
  position: fixed;
  top: 0;
  right: -100%;
  width: 50%;
  height: 100vh;
  backdrop-filter: blur(5px);
  background: rgba(255, 255, 255, 0.6);
  z-index: 9999;
  transition: right 0.3s ease;
  overflow-y: auto;
}

.mobile__nav.active {
  right: 0;
  border-radius: 30px;
}

.mobile__nav__inner {
  padding: 40px 20px;
  padding-top: 80px;
}

.close__mobile {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 24px;
  cursor: pointer;
}

.mobile-menu {
  list-style: none;
  padding: 0;
}

.mobile-menu li {
  margin-bottom: 15px;
}

.mobile-menu a {
  text-decoration: none;
  font-size: 18px;
  color: #333;
}

.logo_header img {
  height: 54px;
  width: auto;
}

.header {
  background: var(--orange);
  position: relative;
}

.header_menu {
  align-items: center;
}

.header_menu ul li {
  padding: 25px 0;
  margin: 0 15px;
}

.header_menu ul li:last-child {
  margin-right: 0;
  margin-left: 0;
}

.header_menu .col-md-10 {
  display: flex;
  justify-content: flex-end;
}


@media (min-width: 1326px) {
  .mobile__menu {
    display: none;
  }
}

@media only screen and (max-width: 1325px) {
  .header_menu .col-md-10 {
    display: none!important
  }
  .mobile__menu {
    position: absolute;
    display: block;
    height: 54px;
    width: 65px;
    background: var(--green);
    left: auto;
    right: 15px;
    margin: auto;
    border-radius: 100%;
    cursor: pointer;
    z-index: 99;
    opacity: 1;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.2s;
    font-size: 12px;
    color: white;
    display: flex;
    align-items: center;
  }
  .mobile__menu span {
    height: 2px;
    width: 20px;
    position: absolute;
    margin-left: 45px;
    margin-bottom: 1px;
    top: 20px;
    border-radius: 0;
    transition: .5s;
    background: white;
  }
  .mobile__menu span:nth-child(2) {
    top: 31px;
  }
  .header_icons {
    position: relative;
    padding-right: 52px;
    margin-top: -8px;
  }
  .menu__primary {
    display: none;
  }
  .header_menu > .d-flex {
    justify-content: space-between;
  }
}

footer {
  background: #404040;
  border-top-left-radius: 36px;
  border-top-right-radius: 36px;
  padding-top: 50px;
  padding-bottom: 50px;
}

.footer_main_menu ul {
  display: flex;
  align-items: center;
  gap: 30px;
  padding-left: 0;
  margin-left: 0;
  list-style: none;
}

.footer_main_menu ul li a {
  color: white;
  font-size: 18px;
}

.footer_main_menu ul li a:hover,
.footer_main_menu ul li.current_page_item a {
  color: var(--orange)
}

.footer_main_menu ul li.popup-header,
.footer_main_menu ul li.phone_header {
  display: none;
}

.footer_logo img {
  height: 70px;
  width: auto;
}

.footer-menu {
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 1px solid #5A5A5A;
  padding-bottom: 30px;
}

.footer_socials {
  display: flex;
  align-items: center;
  gap: 15px;
}

.footer_socials img {
  width: 36px;
  height: 36px;
  transition: 0.3s
}

.footer_socials img:hover {
  opacity: 0.6
}

.footer_contacts p {
  margin-bottom: 0;
}

.footer_phone a {
  font-size: 36px;
  font-weight: 700;
  color: white;
}

.footer_email a {
  font-size: 20px;
  font-weight: 700;
  color: white;
}

.main_footer a:hover {
  color: var(--orange)
}

.footer_contacts .footer_email {
  margin-top: 20px;
  margin-bottom: 30px;
}

.main_footer  {
  margin-top: 50px;
}

.copyrights p,
.copyrights a {
  font-size: 14px;
  margin-bottom: 0;
  color: white;
}

.copyrights span {
  position: absolute;
  width: 0;
  height: 0;
  left: 0;
  visibility: hidden;
}

.copyrights {
  border-top: 1px solid #5A5A5A;
  margin-top: 50px;
  padding-top: 30px;
}

.footer_cols a {
  display: block;
  color: white;
  font-size: 16px;
  line-height: 26px;
}

.footer_cols h6 {
  color: white;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 24px;
}

.subfooter_col1 p {
  margin-bottom: 16px;
  font-size: 16px;
  color: white;
}

.subfooter_col1 b {
  display: block;
  font-size: 18px;
  font-weight: 600;
}

.subfooter_col2 a {
  margin-bottom: 8px;
}

.subfooter_col2 a:last-child,
.subfooter_col1 p:last-child {
  margin-bottom: 0;
}

.subfooter_col1 {
  padding-left: 100px;
}

.subfooter_col2 {
  padding-left: 70px;
}

.subfooter_col3 {
  padding-left: 70px;
}

.map_iframe iframe {
  border-radius: 36px
}

.direction {
  margin-top: 30px
}

.direction a {
  padding: 9px 30px;
  font-size: 15px;
  font-weight: 400;
}

.contact_bottom {
  background: #FAF1EE;
  border-radius: 36px;
  padding: 30px;
  padding-top: 50px;
}

.subtitle span {
  background: white;
  border-radius: 30px;
  padding: 5px 20px;
  color: var(--orange);
  font-size: 16px;
  line-height: 24px;
}

@media (min-width: 768px) {
  .contact_bottom {
    width: calc(41.66666667% - 30px);
    margin-right: 30px;
  }
}

.subtitle {
  margin-bottom: 20px;
}

.contact_bottom h2 {
  margin-bottom: 30px
}

.contact_bottom div p a {
  display: block;
  font-size: 18px;
  color: var(--dakr);
  line-height: 32px;
  font-weight: 700
}

.contact_bottom div p a:hover {
  color: var(--orange)
}

.contact_bottom div p {
  margin-bottom: 20px;
  font-size: 15px;
  line-height: 22px;
}

.contact_bottom div.bottom_media p {
  margin-bottom: 10px
}

.bottom_media .d-flex {
  gap: 5px;
}

.bottom_media img {
  width: 34px;
  height: 34px;
  transition: 0.3s
}

.bottom_media img:hover {
  opacity: 0.7
}

.address_text p {
  margin-bottom: 0;
}

.address_bottom {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 36px;
  position: absolute;
  bottom: 20px;
  width: calc(100% - 40px);
  left: 20px;
  padding: 20px;
  align-items: center;
  gap: 12px;
}

.address_text p a {
  display: block;
  font-size: 20px;
  font-weight: 700;
}

.address_text p span {
  font-size: 16px;
  line-height: 24px;
}

.section1_content img {
  height: 180px;
  width: auto;
  margin-bottom: 50px;
}

.df_hero_button {
  text-align: center;
  display: flex;
  justify-content: center;
}

.df_section1 .d-flex {
  background: #FAF1EE;
  border-radius: 36px;
}

.section1_content p {
  margin-bottom: 20px;
  margin-top: 30px;
}

.section1_content {
  padding: 50px 60px;
}

.section1_content h1 span {
  color: var(--orange)
}

.df_section1 {
  margin-top: 50px;
}

.section1_video a {
  position: relative;
  height: 100%;
}

.section1_video img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-top-left-radius: 36px;
  border-bottom-left-radius: 36px;
}

.play_icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url('/wp-content/uploads/2025/12/keyboard_arrow_down.png');
  height: 70px;
  width: 70px;
  background-position: center;
  background-size: cover;
}

.pulse {
  width: 70px;
  height: 70px;
  background: #cb6d5290;
  border-radius: 50%;
  color: #FFF;
  font-size: 20px;
  text-align: center;
  line-height: 70px;
  font-family: sans-serif;
  text-transform: uppercase;
  animation: animate-pulse 3s linear infinite;
  cursor: pointer
}
@keyframes animate-pulse{
  0%{
      box-shadow: 0 0 0 0 rgba(203,109,81,0.7),  0 0 0 0 rgba(203,109,81,0.7);
  }
  40%{
      box-shadow: 0 0 0 50px rgba(2203,109,81,0.0),  0 0 0 0 rgba(203,109,81,0.7);
  }
  80%{
      box-shadow: 0 0 0 50px rgba(203,109,81,0.0),  0 0 0 30px rgba(203,109,81,0);
  }
  100%{
      box-shadow: 0 0 0 0 rgba(203,109,81,0.0),  0 0 0 30px rgba(203,109,81,0);
  }
}

.grid3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.single_problem {
  border-radius: 36px;
  background: #F6F6F6;
  padding: 20px;
  position: relative;
  min-height: 37rem;
}

.single_problem img {
  height: 180px;
  object-fit: cover;
  border-radius: 36px;
  position: absolute;
  bottom: 20px;
  width: calc(100% - 40px);
  left: 20px;
}

.single_problem p {
  margin-bottom: 0;
  background: var(--orange);
  width: 20px;
  height: 20px;
  border-radius: 100%;
}

.single_problem h6 {
  margin-top: 40px;
  margin-bottom: 20px;
}

.bullets_problems {
  display: flex;
  gap: 10px;
  align-items: center;
}

.block_title {
  margin-bottom: 40px;
  max-width: 72%;
  margin-left: auto;
  margin-right: auto;
}

.grid2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.single_ba {
  background: #FAF1EE;
  border-radius: 36px;
  padding: 0 5px;
}

.single_ba .col-md-6 {
  padding: 10px 5px;
}

.single_ba .col-md-6 img {
  height: 280px;
  object-fit: cover;
}

.before_img img {
  border-radius: 36px 0px 0px 36px;
}

.after_img img {
  border-radius: 0px 36px 36px 0px;
}

.single_ba .col-md-6 p {
  margin-bottom: 0;
  font-size: 14px;
  position: absolute;
  bottom: 25px;
  left: 25px;
  background: white;
  border-radius: 30px;
  padding: 5px 20px;
  font-weight: 600;
}

.single_ba .col-md-6.after_img p {
  left: auto;
  right: 25px;
}

.button_center {
  display: flex;
  justify-content: center;
}

.mt-40 {
  margin-top: 4rem;
}

.main_button img {
  width: 34px;
  height: 34px;
  margin-bottom: 0;
  margin-left: 12px;
  transition: 0.3s
}

.block_title p {
  margin-bottom: 15px;
  font-size: 15px;
  color: var(--orange);
  background: #fbf2ef;
  border-radius: 30px;
  padding: 8px 30px;
  display: flex;
  align-items: center;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

.block_title p img {
  width: 20px;
  margin-right: 8px;
}

.benefit_content img {
  width: 60px;
  height: 60px;
  object-fit: contain;
  object-position: center;
}

.benefit_content h6 {
  margin: 20px 0 12px;
  font-size: 20px;
}

.benefit_content p {
  margin-bottom: 0;
}

.benefit_content {
  margin-bottom: 50px
}

.benefit_content:nth-child(2),
.benefit_content:nth-child(4) {
  margin-bottom: 0;
}

.df_section4 {
  background: #FAF1EE;
  padding: 80px 30px 90px;
}

.benefits .block_title p {
  background: white;
}

.align-center {
  align-items: center;
}

.benefit_img {
  padding: 0 30px;
}

.benefit_img img {
  width: 100%;
  height: 370px;
  object-fit: contain;
}

.steps_video .video_img {
  height: 495px;
  border-radius: 36px;
  object-fit: cover;
}

.single_step p {
  margin-bottom: 0;
}

.single_step {
  display: flex;
  align-items: center;
}

.single_step .nr {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: white;
  border-radius: 100%;
  margin-right: 20px;
  font-size: 16px;
  color: var(--orange);
  font-weight: 600
}

.step_title {
  font-weight: 600;
}

.step-1 {
  background: #CB6D511A;
}

.step-2 {
  background: #CB6D5133;
}

.step-3 {
  background: #CB6D514D;
}

.step-4 {
  background: #CB6D5166;
}

.step-5 {
  background: #CB6D5180;
}

.step-6 {
  background: #CB6D5199;
}

.steps_content {
  padding-left: 36px;
}

.single_step {
  margin-bottom: 15px;
  border-radius: 36px;
  padding: 10px;
}

.single_step:last-child {
  margin-bottom: 0;
}

.comparison_dentures {
  border-radius: 36px;
  padding: 16px;
  background: #F6F6F6;
}

.comparison_minus_list ul,
.comparison_plus_list ul {
  list-style: none;
  padding-left: 0;
}

.comparison_minus_list ul li,
.comparison_plus_list ul li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 6px;
}

.comparison_minus_list ul li:before {
  content: '';
  background: url('/wp-content/uploads/2025/12/minus.svg');
  position: absolute;
  left: 0;
  top: 1px;
  width: 24px;
  height: 24px;
}

.gray_img img {
  border-radius: 36px;
  height: 160px;
  object-fit: cover;
}

.color_img img {
  border-radius: 36px;
  height: 220px;
  object-fit: cover;
}

.comparison_minus_list,
.comparison_plus_list {
  padding-left: 40px;
}

.comparison_minus_list h6,
.comparison_plus_list h6 {
  margin-bottom: 20px;
}

.comparison_minus_list h6,
.comparison_minus_list ul li {
  color: #0B0A0AA0
}

.comparison_plus {
  background: var(--orange);
  border-radius: 20px;
  color: white;
  padding: 30px;
}

.comparison_plus ul li {
  color: white;
}

.transparent_button.main_button {
  background: transparent;
  color: var(--dark);
}

.transparent_button.main_button:hover {
  background: #ffebe5
}

.comparison_plus_list ul li:before {
  content: '';
  background: url('/wp-content/uploads/2025/12/charm_tick.svg');
  position: absolute;
  left: 0;
  top: 1px;
  width: 24px;
  height: 24px;
}

.team_title .block_title {
  max-width: 100%;
}

.member-content {
  background: #CB6D511A;
  border-radius: 36px;
  position: relative;
  transition: 0.2s;
}

.about_member {
  position: absolute;
  background: #FFFFFFe0;
  bottom: 0;
  width: calc(100% - 40px);
  left: 20px;
  bottom: 20px;
  padding: 15px 20px;
  border-radius: 20px;
}

.about_member h6 {
  font-size: 18px;
}

.about_member p {
  margin-bottom: 0;
  margin-top: 0px;
  font-size: 15px;
  visibility: hidden;
  opacity: 0;
  width: 0;
  height: 0
}

.team_slider .swiper-wrapper {
  align-items: flex-end;
  transition: 0.2s;
}

.single_member.swiper-slide-active,
.single_member.swiper-slide-active .member-content {
  height: 57rem;
  transition: 0.2s;
}

.single_member.swiper-slide-active .member-content img {
  height: 57rem;
  object-fit: cover;
}

.single_member.swiper-slide-active .about_member p {
  width: 100%;
  height: 100%;
  opacity: 1;
  visibility: visible;
}

.swiper-button-next:after {
  content: '';
  background: url('/wp-content/uploads/2025/12/arrow-white.svg');
  position: absolute;
  width: 50px;
  height: 50px;
  left: 0;
  top: 25px;
  border: 1px solid var(--orange);
  border-radius: 100%;
  background-position: center;
  background-size: cover;
}

.swiper-button-prev:after {
  content: '';
  background: url('/wp-content/uploads/2025/12/arrow-white.svg');
  position: absolute;
  width: 50px;
  height: 50px;
  left: 0;
  top: 25px;
  border: 1px solid var(--orange);
  border-radius: 100%;
  background-position: center;
  background-size: cover;
  transform: rotate(180deg);
}

.swiper-button-next {
  width: 50px;
  height: 50px;
  right: 0;
  top: 0;
}

.swiper-button-prev {
  width: 50px;
  height: 50px;
  right: 70px;
  top: 0;
  left: auto;
}

.intro_content p {
  margin-bottom: 0;
  margin-top: 20px;
}

.intro_content {
  padding-right: 70px;
}

.intro_img img {
  border-radius: 36px;
  height: 440px;
  object-fit: cover;
}

.page_intro {
  background: #FAF1EE;
  padding: 40px 0;
}

.intro_img .d-flex {
  align-items: flex-end;
}

.breadcrumbs {
  margin-bottom: 50px;
}

.breadcrumbs ul {
  display: flex;
  align-items: center;
  list-style: none;
  gap: 20px;
  padding-left: 0;
}

.breadcrumbs ul li,
.breadcrumbs ul li a {
  font-size: 13px;
}

.breadcrumbs ul li {
  position: relative;
  background: white;
  padding: 3px 15px;
  border-radius: 20px;
}

.breadcrumbs ul li:after {
  content: '';
  background: var(--orange);
  width: 6px;
  height: 6px;
  position: absolute;
  right: -14px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 100%;
}

.breadcrumbs ul li:last-child:after {
  display: none;
}

.single_video_case a,
.single_video_test a {
  display: block;
}

.single_video_case .pulse {
  width: 50px;
  height: 50px;
  line-height: 50px;
}

.single_video_case .video_img {
  border-radius: 36px;
  height: 360px;
  object-fit: cover
}

.single_video_test .video_img {
  border-radius: 36px;
  height: 440px;
  object-fit: cover
}

.video_title {
  margin-bottom: 0;
  font-weight: 600;
  position: absolute;
  bottom: 10px;
  background: #FFFFFFe0;
  padding: 10px;
  text-align: center;
  border-radius: 30px;
  width: calc(100% - 20px);
  left: 10px;
}

.general_testimonials {
  background: #FAF1EE;
  padding: 80px 0;
}

.general_testimonials .block_title p {
  background: white;
}

.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 0!important;
  transform: none!important;
  bottom: 0px;
  top: auto;
  display: flex;
  align-items: flex-start;
}

.slider_arrow.swiper-button-disabled {
  opacity: 0.6
}

.slider_arrow img {
  border: 1px solid var(--orange);
  width: 48px;
  height: 48px;
  border-radius: 100%;
}

.slider_navigation {
  justify-content: space-between;
  margin-top: 30px;
}

.sliders_arrow {
  gap: 12px;
}

.testimonials-prev img {
  transform: rotate(-180deg)
}

.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
}

.swiper-pagination-bullet-active {
  background: var(--orange)
}

.single_testimonial .video_img {
  height: 400px;
  object-fit: cover;
  border-radius: 36px;
}

.single_video_test .video_title {
  padding: 15px 10px;
}

.video_testimoniale {
  display: block;
}

.single_testimonial .pulse {
  width: 50px;
  height: 50px;
  line-height: 46px;
  background: #62306d
}

.cta_style1_form input {
  width: 100%;
  font-size: 16px;
  background: white;
  border-radius: 36px;
  padding: 12px 20px;
  border: 1px solid #EDF1F3;
}

.contact_form p {
  margin-bottom: 0;
}

.contact_form > div {
  margin-bottom: 15px
}

.cta_style1 .style1 {
  background: #F6F6F6;
  padding: 30px;
  border-radius: 36px;
  align-items: center;
}

.cta_imgs {
  display: flex;
  align-items: center;
}

.cta_imgs img {
  border-radius: 36px;
  object-fit: cover;
}

.all-img1 {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  padding-left: 15px;
}

.all-img1 img {
  width: calc(50% - 8px);
  height: 220px;
}

.all-img1 img:nth-child(1),
.all-img1 img:nth-child(4) {
  width: calc(60% - 8px);
}

.all-img1 img:nth-child(2),
.all-img1 img:nth-child(3) {
  width: calc(40% - 8px);
}

.img1 img {
  height: 455px;
}

.cta_content {
  padding-right: 50px;
}

.cta_content .h3 {
  margin-bottom: 30px;
  line-height: 130%
}

.contact_form .send_button input {
  background: var(--orange);
  font-weight: 600;
  color: white;
  border-color: var(--orange);
  transition: 0.3s
}

.contact_form .send_button input:hover {
  background: #ff987a;
  color: var(--dark)
}

.acceptance p {
  font-size: 14px;
}

.send_button {
  position: relative;
}

.wpcf7-spinner {
  position: absolute;
  left: 10px;
  top: 15px;
}

.intl-tel-input.separate-dial-code .selected-flag {
  border-top-left-radius: 36px;
  border-bottom-left-radius: 36px;
  background: white;
  border-right: 1px solid #d9d9d9;
  font-size: 16px;
}

.intl-tel-input .selected-flag .iti-flag {
  display: none;
}

.intl-tel-input.separate-dial-code .selected-dial-code {
  padding-left: 12px;
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input,
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type=tel],
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type=text] {
  padding-left: 100px;
}

.intl-tel-input.separate-dial-code .selected-dial-code {
  padding-right: 20px;
  margin-right: 10px;
}

.cta_style2 .style2 {
  background: #FAF1EE;
  border-radius: 36px;
  padding: 30px;
}

.cta_style2 img {
  object-fit: cover;
  border-radius: 36px;
}

.page-template-testimonials-template .contact_bottom {
  background: #F6F6F6
}

.style2 .cta_form .col-md-9 {
  padding: 0 40px;
}

.d-flex.style2,
.cta_style2 .cta_form {
  align-items: flex-end;
}

.contact_form > div.send_button {
  margin-bottom: 0;
}

.style2 .cta_form .col-md-9 h2 {
  margin-bottom: 30px;
}

.cta_style2 .contact_form {
  display: flex;
  flex-wrap: wrap;
}

.cta_style2 .contact_form .input_name {
  width: 50%;
  padding-right: 5px;
}

.cta_style2 .contact_form .input_phone {
  width: 50%;
  padding-left: 5px;
}

.cta_style2 .acceptance {
  padding-left: 5px;
}

.cta_style2 .send_button {
  width: 100%;
}

.cta_background img {
  height: 360px;
}

.reviews_back img {
  border-radius: 36px;
  object-fit: cover;
}

.reviews_gb {
  padding-left: 50px;
}

.reviews_back {
  position: relative;
}

.review_intro {
  position: absolute;
  bottom: 10px;
  left: 10px;
  width: calc(100% - 20px);
  background: #FFFFFFe0;
  border-radius: 30px;
  padding: 12px 20px;
}

.review_intro p {
  margin-bottom: 0;
  font-size: 16px;
}

.reviews_back .review_intro img {
  width: 20px;
  height: 20px;
  object-fit: cover;
  margin-bottom: 10px;
}

ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	width: 100%;
}

ul.tabs li {
	float: left;
	margin: 0;
	cursor: pointer;
	padding: 8px 30px;
	overflow: hidden;
	position: relative;
  margin-right: 24px;
  border-radius: 36px;
  border: 1px solid;
  transition: 0.3s
}

.tab_last { border-right: 1px solid #333; }

ul.tabs li:hover {
	background-color: var(--orange);
	color: white;
}

ul.tabs li.active {
	background-color: var(--orange);
	color: white;
	border-bottom: 1px solid #fff;
	display: block;
}

.tab_container {
	border-top: none;
	clear: both;
	float: left;
	width: 100%;
	background: #fff;
	overflow: auto;
}

.tab_content {
	display: none;
}

.reviews_tab {
  margin-top: 50px;
}

.reviews_tab .tabs {
  margin-bottom: 24px;
}

.tab_drawer_heading { display: none; }

.reviews_tab ul li img {
  width: 10px;
}

@media screen and (max-width: 480px) {
	.tabs {
		display: none;
	}
	.tab_drawer_heading {
		background-color: #ccc;
		color: #fff;
		border-top: 1px solid #333;
		margin: 0;
		padding: 5px 20px;
		display: block;
		cursor: pointer;
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		-khtml-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
	}
	.d_active {
		background-color: #666;
		color: #fff;
	}
}
