:root {
  --ft18: 18px;
  --skyblue: #51C5CD;
  --drkblue: #011E40;
  --drkblue2: #052A55;
  --golden: #F99E36;
  --golden2: #DB9D0D;
  --grey1: #A8A8A8;
  --grey2: #6F7477;
  --grey3: #353535;
  --offwhite: #F0F1F2;
  --offwhite2: #EDEDED;
  --red: #FF1717;
}

.pre-loaded-images {
  background: url('https://vatanmed.com/wp-content/uploads/2024/11/Vector-golden.svg') no-repeat,
    url('https://vatanmed.com/wp-content/uploads/2024/11/Vector-2-golden.svg') no-repeat,
    url('https://vatanmed.com/wp-content/uploads/2024/11/cross.svg') no-repeat,
    url('https://vatanmed.com/wp-content/uploads/2024/11/Icon-golden.svg') no-repeat,
    url('https://vatanmed.com/wp-content/uploads/2024/11/hamburger.svg') no-repeat;
  visibility: hidden;
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

/* Preloader Container */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  /* Background color */
  z-index: 9999;
  /* Ensures it's above all other content */
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Loader GIF */
.loader-gif {
  width: 150px;
  /* Adjust size as needed */
  height: auto;
}

.loader {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #02AEEF;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0)
  }

  100% {
    -webkit-transform: rotate(360deg)
  }
}

@keyframes spin {
  0% {
    transform: rotate(0)
  }

  100% {
    transform: rotate(360deg)
  }
}

.loader_bg {
  position: fixed;
  z-index: 999999;
  background: #fff;
  width: 100%;
  height: 100%
}

.loaders {
  border: 0 soild;
  border-radius: 50%;
  width: 150px;
  height: 150px;
  position: absolute;
  top: calc(50vh - 75px);
  left: calc(50vw - 75px)
}

.loader:after,
.loaders:before {
  content: '';
  border: 1em solid #02AEEF;
  border-radius: 50%;
  width: inherit;
  height: inherit;
  position: absolute;
  top: 0;
  left: 0;
  animation: loader 2s linear infinite;
  opacity: 0
}

.loaders:before {
  animation-delay: .5s
}

@keyframes loader {
  0% {
    transform: scale(0);
    opacity: 0
  }

  50% {
    opacity: 1
  }

  100% {
    transform: scale(1);
    opacity: 0
  }
}

@font-face {
  font-family: 'Nexa';
  src: url(../../assets/fonts/Nexa-Heavy.ttf);
  font-style: normal;
  font-weight: 900;
	font-display: swap;
}

@font-face {
  font-family: 'Nexa';
  src: url(../../assets/fonts/Nexa-ExtraLight.ttf);
  font-style: normal;
  font-weight: 300;
	font-display: swap;
}

body {
  max-width: 1920px;
  width: 100%;
  margin-inline: auto;
  overflow-x: hidden;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
	font-display: swap;
}

p {
  margin-bottom: 0;
	font-display: swap;
}

a {
  text-decoration: none;
	font-display: swap;
}

footer a {
  color: #fff;
}

a:hover,
.nav-link:focus,
.nav-link:hover,
.current_page_item>a.nav-link,
.current-menu-item>a.nav-link {
  color: var(--golden);
}

.container {
  /* max-width: 90%; */
}

.btn-style1 {
  position: relative;
  background-color: var(--golden);
  color: #fff;
  text-decoration: none;
  border-radius: 16px;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.5;
  padding: 10px 45px;
  display: block;
  width: max-content;
  border: 1px solid var(--golden);
  transition: 0.3s ease-in-out;
}

.btn-style1:hover {
  background-color: #fff0;
  border: 1px solid var(--golden);
  color: var(--golden);
}

.left-arrow {
  content: "";
  background-image: url('https://vatanmed.com/wp-content/uploads/2024/11/Icon.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  width: 23px;
  height: 23px;
  position: absolute;
  top: 0;
  right: 25px;
  bottom: 0;
  margin-block: auto;
  transition: 0.3s ease-in-out;
  transform: rotate(0deg);
}

.btn-style1:hover .left-arrow {
  background-image: url('https://vatanmed.com/wp-content/uploads/2024/11/Icon-golden.svg');
}

.section-padding {
  padding-block: 100px;
}

.section-padding2 {
  padding-block: 100px;
  padding-top: 35px;
}

.section-padding3 {
  padding-block: 100px;
  padding-top: 60px;
}

.section-title {
  font-family: 'Nexa';
  font-size: 34px;
  font-weight: 900;
  line-height: 1.2;
  color: var(--drkblue);
  text-transform: uppercase;
}

.single-services .title-group .section-title {
  font-size: 34px;
}

.single-services .title-group p {
  width: 61%;
  font-weight: 600;
  line-height: 1.8;
}

.subtitle {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  color: var(--skyblue);
  text-transform: uppercase;
}

.title-group p {
  width: 86%;
  font-size: 16px;
  line-height: 2;
  font-weight: 500;
  margin-inline: auto;
}

.topHeader,
.about,
.location,
.feedback,
.contact-us,
.news-blogs,
.subheader,
.faq-main,
.terms-condition,
.single-services,
#news-blogs-archive,
.info-section,
.company-stats,
.why-us-section,
#patient-experience,
.page-not-found,
.our-branch,
#search-page,
#news-blogs-listing {
  background-color: var(--offwhite);
}

.icon-phone::before {
  content: "";
  background-image: url('https://vatanmed.com/wp-content/uploads/2024/11/Group-11.svg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  left: -25px;
}

.icon-map-marker {
  height: 28px;
  width: 28px;
  display: block;
}

.city-detailed-addr p {
  position: relative;
  width: 85%;
}

.city-detailed-addr p::before {
  content: "";
  background-image: url('https://vatanmed.com/wp-content/uploads/2024/11/Group-32924.svg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 25px;
  height: 25px;
  position: absolute;
  top: -3px;
  left: -20px;
}

.section-content p b,
.section-content p strong {
  color: var(--skyblue);
}

.fancy-title {
  color: var(--golden);
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 15px;
  text-transform: uppercase;
}

/* header */
.topHeader {
  padding-block: 5px;
}

.topHeader a {
  font-size: 14px;
  color: #000;
}

.navbar {
  padding-block: 15px;
}

.navbar .main-logo {
  padding-left: 15px;
  width: 17.4%;
}

.nav-link {
  font-size: 16px;
  line-height: 1.5;
  margin-inline: 20px;
  color: #020100;
}

html[lang="de"] .nav-link,
.translated-ltr .nav-link {
  font-size: 13px;
}

.navbar {
  /* background-color: var(--offwhite); */
}

.navbar-nav {
  padding-right: 10px;
}

.header-contact .btn-style1 {
  font-weight: 300;
  font-size: 14px;
  padding: 11px 42px;
}

html[lang="de"] .header-contact .btn-style1,
html[lang="es"] .header-contact .btn-style1,
html[lang="nl"] .header-contact .btn-style1,
html[lang="pt"] .header-contact .btn-style1,
html[lang="ru"] .header-contact .btn-style1,
html[lang="bs"] .header-contact .btn-style1,
.translated-ltr .header-contact .btn-style1 {
  padding: 10px 20px;
  font-size: 13px;
}

.gt_float_switcher .gt-selected {
  background-color: transparent;
}

.gt_float_switcher img {
  display: none !important;
}

select.gt_selector {
  border: 0;
  background: transparent;
  width: 80px;
  font-size: 15px;
  cursor: pointer;
}

.select.gt_selector:focus-visible {
  outline: 0;
}

.gt_selector.select:focus-visible {
  outline: 0;
}

input:focus-visible {
  outline: 0 !important;
}

.language-switcher {
  margin-inline: 20px;
}

li.menu-item-has-children {
  position: relative;
}

.sub-menu {
  position: absolute;
  background: #fff;
  top: 40px;
  width: 300px;
  padding: 15px 20px;
  list-style: none;
  z-index: 99999;
  display: none;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.3s, opacity 0.3s;
}

li.menu-item-has-children::before {
  content: "";
  background: #fff;
  position: absolute;
  top: 30px;
  left: 18px;
  width: 100px;
  height: 25px;
}

.sub-menu.active {
  display: block;
  visibility: visible;
  opacity: 1;
}

li.menu-item-has-children .arrow-icon {
  position: absolute;
  top: 9px;
  right: 10px;
}

.sub-menu.active li a {
  margin-left: 0;
  padding-left: 0 !important;
}

/* Hero banner */
.main-banner {
  background-color: var(--offwhite);
}

.main-banner .owl-dots {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  margin-block: auto;
}

.main-banner .owl-nav {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 70px;
  z-index: 9;
}

.main-banner .owl-theme .owl-dots .owl-dot span {
  width: 8px;
  height: 25px;
  margin: 5px 7px;
  background: #353535;
}

.custom-prev-icon,
.custom-next-icon {
  position: relative;
  background-image: url('https://vatanmed.com/wp-content/uploads/2024/11/noun-arrow-right-7277478-1.svg');
  width: 36px;
  height: 36px;
  display: block;
}

.custom-next-icon {
  background-image: url('https://vatanmed.com/wp-content/uploads/2024/11/noun-arrow-right-7277478-2.svg');
}

.custom-prev-icon::before,
.custom-next-icon::before {
  content: "";
  background-color: #000;
}

.main-banner .owl-theme .owl-dots .owl-dot.active span,
.main-banner .owl-theme .owl-dots .owl-dot:hover span {
  background: #B9B9B9;
}

.main-banner .bafg-twentytwenty-container img {
  object-fit: contain;
  height: 500px;
  width: 100%;
}

.big-title {
  font-size: 58px;
  font-family: 'Nexa';
  line-height: 1.3;
  font-weight: 900;
  color: var(--drkblue);
  text-transform: capitalize;
}

.translated-ltr .big-title {
  font-size: 50px;
}

.colored-text {
  color: var(--skyblue);
}

.banner-content {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.8;
}

.main-banner .btn-style1 {
  font-weight: 400;
  padding: 15px 25px;
  padding-right: 75px;
  text-transform: uppercase;
}

.testimony {
  text-align: center;
  margin-inline: auto;
}

.testimony img {
  width: 316px;
  height: 55px;
  object-fit: contain;
  text-align: center;
  margin-inline: auto;
}

.testimony p {
  font-size: 15px;
  font-weight: 300;
  line-height: 1.2;
}

.hero-banner.owl-carousel img {
  width: 80%;
  margin-inline: auto;
	    aspect-ratio: 1 / 0.95;
}

.service-slider-main {
  width: 60%;
  margin-inline: auto;
}

.service-custom-prev-icon,
.service-custom-next-icon {
  display: block;
  background-image: url('https://vatanmed.com/wp-content/uploads/2024/11/Vector-1.svg');
  width: 28px;
  height: 28px;
  background-size: contain;
  background-repeat: no-repeat;
  transition: 0.3s ease-in-out;
}

.service-custom-next-icon {
  background-image: url('https://vatanmed.com/wp-content/uploads/2024/11/Vector-2.svg');
}

.service-slider .owl-prev,
.service-slider .owl-next {
  position: absolute;
  top: -43px;
  left: -73px;
  bottom: 0;
  margin-block: auto;
  transition: 0.3s ease-in-out;
}

.service-slider .owl-prev:hover,
.service-slider .owl-next:hover,
.owl-prev:hover,
.owl-next:hover {
  background-color: #fff0 !important;
}

.service-slider .owl-prev:hover .service-custom-prev-icon {
  background-image: url('https://vatanmed.com/wp-content/uploads/2024/11/Vector-golden.svg');
}

.service-slider .owl-next:hover .service-custom-next-icon {
  background-image: url('https://vatanmed.com/wp-content/uploads/2024/11/Vector-2-golden.svg');
}

.service-slider .owl-next {
  left: unset;
  right: -73px;
}

.service-slider-content {
  width: 85px;
  height: 85px;
  border: 1px solid var(--grey3);
  border-radius: 100px;
  padding: 10px;
  display: flex;
  text-align: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-inline: auto;
  align-items: center;
  margin-bottom: 15px;
  transition: 0.3s ease-in-out;
}

.service-slider-content:hover,
.service-slider .tab-active .service-slider-content {
  background-color: var(--drkblue2);
  border-color: var(--drkblue2);
  cursor: pointer;
}

.service-title {
  font-size: 13px;
  line-height: 1.2;
  font-weight: 400;
  color: var(--grey3);
  text-transform: uppercase;
  text-align: center;
  padding-inline: 25px;
}

html[lang="de"] .service-title,
.translated-ltr .service-title {
  word-break: break-all;
}

.services .service-icon img {
  width: 45px;
  height: 45px;
  transition: 0.3s ease-in-out;
}

.service-slider-content:hover img,
.service-slider .tab-active .service-slider-content img {
  filter: invert(1) brightness(2);
}

.service-slider .tab-active .service-title {
  font-weight: 600;
}

#serviceTabs .service-icon img {
  width: 30px;
  height: 30px;
  margin-right: 35px;
}

#serviceTabs {
  grid-template-columns: 1fr;
  display: grid;
  border: 0;
  padding-left: 9%;
  padding-right: 15%;
  min-height: 489px;
  max-height: 489px;
  overflow-y: scroll;
  scrollbar-width: none;
  scroll-behavior: smooth;
}

#serviceTabs li {
  border-bottom: 1px solid #fff0;
}

#serviceTabs li button {
  width: 100%;
  margin-inline: auto;
  background-color: #ededed;
  font-size: 15px;
  line-height: 1.2;
  padding-block: 33px;
  border-radius: 0;
  transition: 0.3s ease-in-out;
  border-bottom: 1px solid #898989;
  text-align: left;
  padding-left: 70px;
  text-transform: uppercase;
}

#serviceTabs li button.active,
#serviceTabs li button:hover {
  font-weight: 600;
  background-color: #CCE2E5;
  color: #000;
}

#youtube-video-container {
  position: relative;
  margin: auto;
  cursor: pointer;
}

.closeModalBtn {
  z-index: 99999999;
  right: 5px;
}

.video-container {
  position: relative;
  margin: auto;
}

#youtube-thumbnail {
  position: relative;
  width: 100%;
  border-radius: 20px;
  height: 489px;
  object-fit: cover;
	aspect-ratio: 16 / 9;
}

#videoModal .modal-body {
  height: 500px;
}

#videoModal .videoWrapper video {
  height: 500px;
  width: 100% !important;
  object-fit: cover;
  border-radius: 7px;
  object-position: center center;
}

.journey-slider #youtube-thumbnail {
  height: 560px;
  object-fit: cover;
  object-position: top center;
}

.video-title {
  display: none;
}

.video-overlay::before {
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgb(0 0 0 / 70%) 75%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  z-index: 9;
  border-radius: 20px;
}

#play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 64px;
  height: 64px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99;
  cursor: pointer;
}

.before-content {
  position: absolute;
  bottom: 50px;
  left: 50px;
  width: 80%;
  font-size: 16px;
  color: #fff;
  z-index: 99;
  font-weight: 300;
}

.service-title-content p {
  margin-bottom: 1rem;
}

.service-title-content .btn-style1 {
  padding-right: 70px;
  /* padding-block: 15px; */
  /* background-color: var(--skyblue); */
  /* border-color: var(--skyblue); */
}

.service-title-content h4 {
  font-size: 16px;
  text-transform: uppercase;
}

.service-title-content .btn-style1:hover {
  background: #fff0;
  border-color: var(--golden);
}

.about-main {
  display: flex;
  justify-content: center;
  align-items: center;
}

.about-stat-box {
  position: relative;
  background-color: var(--drkblue2);
  color: #fff;
  border-radius: 16px;
  padding: 20px;
  margin-bottom: 1.5em;
  width: 219px;
  height: 219px;
  text-align: center;
}

.about-box-wrap {
  position: relative;
}

.before-shadow::before {
  content: "";
  background-color: #99B4D5;
  width: 215px;
  height: 215px;
  filter: blur(38px);
  position: absolute;
  top: 0px;
  left: 0px;
  border-radius: 16px;
}

.about-section-image img {
  position: relative;
  height: 745px !important;
  object-fit: contain;
  transform: scale(1.05);
  z-index: 9;
  padding-top: 35px;
}

.before-about-image {
  margin-right: -100px;
}

.after-about-image {
  margin-left: -100px;
}

.small-icon {
  width: 42px;
  aspect-ratio: 1/1;
}

.stat-count {
  font-size: 54px;
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
}

.stat-title {
  font-family: Poppins;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  width: 80%;
  margin-inline: auto;
}

.location-slider-title {
  width: 80%;
  margin-inline: auto;
}

.location-heads-inner .item {
  color: var(--skyblue);
  font-size: 18px;
  line-height: 1.5;
  padding: 10px 33px;
  text-align: center;
  border: 1px solid #898989;
  border-radius: 4px;
  background: #fff;
  /* width: max-content; */
  transition: 0.3s ease-in-out;
  margin-inline: auto;
  cursor: pointer;
}

.translated-ltr .location-heads-inner .item {
  font-size: 16px;
}

.location-heads-inner .item:hover,
.location-heads-inner .item.active {
  background-color: var(--skyblue);
  color: #fff;
  border-color: var(--skyblue);
}

.location-custom-prev-icon,
.location-custom-next-icon {
  background-image: url('https://vatanmed.com/wp-content/uploads/2024/11/Group-32981.svg');
  display: block;
  width: 45px;
  height: 45px;
  background-size: contain;
}

.location-custom-next-icon {
  transform: rotate(180deg);
}

.location-heads-inner .owl-nav button.owl-prev,
.location-heads-inner .owl-nav button.owl-next {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -80px;
  margin-block: auto;
}

.location-heads-inner .owl-nav button.owl-next {
  left: unset;
  right: -80px;
}

.location-heads-inner .owl-prev:hover .service-custom-prev-icon {
  background-image: url('https://vatanmed.com/wp-content/uploads/2024/11/Vector-golden.svg');
}

.location-heads-inner .owl-next:hover .service-custom-next-icon {
  background-image: url('https://vatanmed.com/wp-content/uploads/2024/11/Vector-2-golden.svg');
}

.location-clinic-addresses .tab-content {
  display: none;
}

.location-clinic-addresses .tab-content.active {
  display: block;
}

.location1-content {
  /* flex: 0 0 auto; */
  width: 280px;
  text-align: center;
  background: #fff;
  border-radius: 20px;
  padding: 0 25px 64px;
  transition: 0.3s ease-in-out;
}

.phonenumber a {
  color: #000;
  transition: 0.3s ease-in-out;
}

.location1-content:hover {
  background-color: #3170B7;
  color: #fff;
}

.location1-content:hover .phonenumber a {
  color: #fff;
}

.main-img-wrap img {
  margin-top: -60px;
  width: 70%;
  height: 160px;
  margin-inline: auto;
  object-fit: cover;
  border: 3px solid #54B9AD;
  border-radius: 100px;
}

.flag-wrap img {
  width: 46px;
  aspect-ratio: 1/1;
}

.cityname-wrap {
  display: flex;
  column-gap: 10px;
  justify-content: center;
  align-items: center;
  font-size: 17px;
  font-weight: 600;
}

.city-contact-details {
  font-size: 14px;
  font-weight: 500;
}

.city-detailed-addr {
  display: flex;
  justify-content: center;
}

.location-inner-clinics {
  overflow-x: scroll;
  display: flex;
  column-gap: 3em;
  scrollbar-width: thin;
  padding-top: 10em;
  -ms-overflow-style: none;
  scrollbar-width: none;
  scroll-behavior: smooth;
  justify-content: center;
}

.location-inner-clinics::-webkit-scrollbar {
  display: none;
  appearance: none;
}

.why-content-row::before {
  content: "";
  background-color: #0000007a;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 90px;
  right: 0;
  margin-inline: auto;
}

.why-content-row .section-content {
  padding-left: 80px;
}

.why-content p {
  line-height: 2;
  font-size: 14.5px;
}

.why-content-row .btn-style1 {
  margin-top: 25px !important;
}

.why-content-row .btn-style1,
.pateient-journey .btn-style1 {
  padding-right: 70px;
}

/* .why-content-row .btn-style1 {
    background-color: var(--skyblue);
    border: 1px solid var(--skyblue);
} */
/* .why-content-row .btn-style1:hover {
    background-color: transparent;
    border: 1px solid var(--golden);
} */
.pateient-journey .title-group .subtitle,
.news-blogs .title-group .subtitle {
  /* color: var(--golden); */
}

.pateient-journey .title-group p {
  /* width: 40%; */
  width: 75%;
  margin-inline: auto;
  font-weight: 400;
  line-height: 1.8;
}

.pateient-journey .btn-style1 {
  background-color: var(--golden);
}

.pateient-journey .btn-style1:hover {
  background-color: #fff;
}

.journey-video-wrap {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  height: 560px;
  margin-left: 30px;
}

.journey-video-wrap iframe {
  height: 560px !important;
  width: 100% !important;
}

.journey-video-wrap .owl-nav button {
  height: 50px;
  width: 50px;
  background: #000;
  border-radius: 100px;
}

.journey-slider.owl-carousel .owl-nav button span {
  font-size: 48px;
  color: #fff;
  line-height: 1;
}

.journey-slider-main .owl-nav {
  display: flex;
  justify-content: center;
  column-gap: 15px;
}

.journey-custom-prev-icon,
.journey-custom-next-icon {
  background-image: url('https://vatanmed.com/wp-content/uploads/2024/11/Vector-1.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 50px;
  height: 50px;
  display: block;
  transition: 0.3s ease-in-out;
}

.journey-custom-next-icon {
  background-image: url('https://vatanmed.com/wp-content/uploads/2024/11/Vector-2.svg');
}

.journey-custom-prev-icon:hover {
  background-image: url('https://vatanmed.com/wp-content/uploads/2024/11/Vector-golden.svg');
}

.journey-custom-next-icon:hover {
  background-image: url('https://vatanmed.com/wp-content/uploads/2024/11/Vector-2-golden.svg');
}

.video-title {
  position: absolute;
  bottom: 43px;
  background-color: #DB9D0D;
  width: 70%;
  padding: 15px 30px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  border-radius: 0px 20px 20px 0;
  text-align: center;
}

.logo-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 100px;
}

.contact-from-wrapper {
  width: 85%;
  margin-inline: auto;
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
}

.contact-left-bg-wrap {
  background-image: url('https://vatanmed.com/wp-content/uploads/2025/01/Cerrar-en-equipo-medico-listo-para-trabajar-_-Foto-Gratis-2.webp');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: top center;
  height: 100%;
}

.contact-form-wrap {
  padding: 40px 50px;
  padding-right: 30px;
}

.contact-from-wrapper .col-lg-5 {
  padding-right: 0;
}

.contact-us .title-group h3 {
  font-size: 24px;
  font-family: 'Nexa';
  font-weight: 900;
  color: var(--drkblue);
}

.contact-us .title-group h3 span {
  color: var(--skyblue);
}

.contact-form-wrap input::placeholder {
  color: #000;
}

.contact-form-wrap input,
.contact-form-wrap select {
  background-color: #FDFDFD;
  border: 1px solid #b9b9b9;
  border-radius: 10px;
  font-size: 16px;
  padding: 15px 30px;
  padding-left: 0;
  padding-bottom: 5px;
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid #8D8D8D;
  color: #8D8D8D;
}

.contact-form-wrap label {
  font-weight: 500;
}

.contact-form-wrap .wpcf7-form-control-wrap {
  margin-bottom: 1.5rem;
  display: block;
}

.contact-form-wrap select {
  position: relative;
  margin-top: 0;
  margin-block: 30px;
  cursor: pointer;
  padding: 15px 30px;
  padding-left: 0;
  color: #000;
}

.captcha-wrap input {
  width: 15%;
  padding: 10px 15px;
}

.dropdown-wrapper {
  position: relative;
}

.contact-form-wrap .dropdown-wrapper::before {
  content: "";
  background: url('https://vatanmed.com/wp-content/uploads/2024/11/Vector-1.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 11px;
  top: 0;
  bottom: 0;
  margin-block: auto;
  z-index: 99;
  transform: rotate(-90deg);
}

.contact-form-wrap .title-group p {
  width: 100%;
  line-height: 1.8;
}

.contact-form-wrap .wpcf7-form-control.wpcf7-submit {
  position: relative;
  background-color: var(--golden);
  color: #fff;
  text-decoration: none;
  border-radius: 16px;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.5;
  padding: 10px 45px;
  padding-right: 65px;
  display: block;
  width: max-content;
  border: 1px solid var(--golden);
  transition: 0.3s ease-in-out;
}

.contact-form-wrap .wpcf7-form-control.wpcf7-submit:hover {
  background-color: #fff0;
  border: 1px solid var(--golden);
  color: var(--golden);
}

.contact-form-submit {
  position: relative;
  width: max-content;
  height: 45.6px;
  transition: 0.3s ease-in-out;
  z-index: 99;
}

.contact-form-wrap .contact-form-submit::before {
  content: "";
  background-image: url(https://vatanmed.com/wp-content/uploads/2024/11/Icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 15px;
  right: 35px;
  margin-block: auto;
  transition: 0.3s ease-in-out;
  transform: rotate(0deg);
  z-index: 9;
}

.contact-form-submit:hover::before {
  background-image: url('https://vatanmed.com/wp-content/uploads/2024/11/Icon-golden.svg');
}

.contact-us .intl-tel-input {
  display: flex;
  column-gap: 0px;
}

.contact-us .intl-tel-input .flag-container {
  position: relative;
  border-radius: 0px;
  width: max-content;
  border: 0;
  border-bottom: 1px solid #8d8d8d;
}

.contact-us .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 .selected-flag {
  width: 120px;
  border-radius: 10px;
}

.contact-us .intl-tel-input.separate-dial-code .selected-flag {
  background-color: transparent;
  padding: 10px;
  padding-bottom: 0;
  width: max-content !important;
}

.contact-us .intl-tel-input .selected-flag .iti-arrow {
  width: 19px;
  height: 19px;
  background: url('https://vatanmed.com/wp-content/uploads/2024/11/Vector-1.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 100px;
  border: 0;
  transform: rotate(-90deg);
  margin-top: 0;
  left: 45px;
  top: 0;
  bottom: 0;
  margin-block: auto;
  display: none;
}

.contact-us .intl-tel-input.separate-dial-code .selected-dial-code {
  padding-left: 0px;
}

.contact-us .intl-tel-input .selected-flag .iti-flag {
  transform: scale(1.2);
  left: 15px;
  display: none;
}

.contact-us .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input,
.contact-us .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type=tel],
.contact-us .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type=text],
.contact-us .intl-tel-input input,
.contact-us .intl-tel-input input[type=tel],
.contact-us .intl-tel-input input[type=text] {
  padding-left: 0px !important;
}

.contact-us .form-control:focus {
  box-shadow: none !important;
}

.news-blogs-inner {
  display: flex;
  column-gap: 50px;
  flex-wrap: nowrap;
  align-items: center;
  margin-bottom: 100px;
}

.news-blogs-listing {
  position: relative;
}

.news-blogs-listing::before {
  content: "";
  background-color: hwb(0deg 0% 100% / 50%);
  width: 1px;
  height: 100%;
  position: absolute;
  right: 10px;
  top: 0;
}

.news-blogs-inner:last-child {
  margin-bottom: 0px;
}

.news-blog-content {
  padding-right: 35px;
}

.news-blog-thumbnail img {
  width: 360px;
  height: 360px;
  object-fit: cover;
  border-radius: 20px;
}
#pills-blogs .post-title a{
  color: var(--drkblue);
}
.post-title h3 {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 40px;
  color: var(--drkblue);
}

.post-content {
  margin-bottom: 40px;
}

.post-content p {
  line-height: 2;
  font-size: 16px;
}

.read-more-link a {
  position: relative;
  display: block;
  width: max-content;
  padding-right: 70px;
  color: var(--golden);
  transition: 0.3s ease-in-out;
}

.news-blog-content .read-more-link a .left-arrow,
.trending-blogs-news .read-more-link a .left-arrow {
  background-image: url('https://vatanmed.com/wp-content/uploads/2024/11/Icon-golden.svg');
  transition: 0.3s ease-in-out;
}

.read-more-link a:hover {
  padding-right: 90px;
}

.trending-post-content h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.8;
  margin-bottom: 50px;
  color: var(--drkblue);
}

.trending-post-content {
  position: relative;
  margin-bottom: 100px
}

.trending-post-content::after {
  content: "";
  background-color: hwb(0deg 0% 100% / 50%);
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: -50px;
  left: 0;
  display: block;
}

.trending-post-content:last-child::after {
  display: none;
}

.trending-post-content:last-child {
  margin-bottom: 0;
}

.trending-blogs-news .title-group {
  margin-bottom: 100px;
}

.page-title h1 {
  position: relative;
  font-size: 100px;
  font-weight: bold;
  text-transform: uppercase;
  text-shadow: 6px 0 #ACCDF6;
  color: #2E4E9F;
  letter-spacing: 5px;
  width: max-content;
  margin-inline: auto;
}

.page-template-faq .page-title h1 {
  font-size: 160px;
}

.page-title h1::before {
  content: "";
  background-image: url('https://vatanmed.com/wp-content/uploads/2024/11/Vector-3.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  height: 65px;
  width: 80px;
  position: absolute;
  left: -128px;
  right: 0;
  top: -23px;
}

.page-title h1::after {
  content: "";
  background-image: url('https://vatanmed.com/wp-content/uploads/2024/11/Ellipse-6522.svg');
  background-repeat: no-repeat;
  background-position: center;
  height: 16px;
  bottom: 0px;
  left: 0;
  right: 0;
  margin-inline: auto;
  display: block;
  position: absolute;
  width: 100%;
  background-size: contain;
}

.page-title-normal h1 {
  position: relative;
  font-size: 40px;
  font-weight: bold;
  font-family: 'Nexa';
  color: var(--drkblue);
  text-transform: uppercase;
}

.vm-breadcrumb a {
  color: #000;
  font-size: 14px;
}

.vm-breadcrumb a:last-child {
  font-weight: bold;
}

#faq-section {
  width: 87%;
  margin-inline: auto;
}

#faq-section .accordion-item {
  margin-bottom: 0px;
  border: 0;
  position: relative;
  background: transparent;
}

#faq-section .accordion-button::before {
  content: "";
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #000;
}

#faq-section .accordion-button:not(.collapsed)::before {
  background-color: #fff0;
}

#faq-section .accordion-button {
  background: transparent;
  font-size: 24px;
  font-weight: 600;
  padding-inline: 60px;
  display: flex;
  column-gap: 35px;
  color: #000;
  padding-block: 30px;
  padding-bottom: 50px;
}

#faq-section .accordion-button span {
  color: #3c3c3c;
  font-size: 24px;
  opacity: 50%;
  font-weight: bold;
}

#faq-section .accordion-button:not(.collapsed) {
  color: #000;
  background-color: #fff;
  box-shadow: none;
  padding-top: 30px;
  border-radius: 30px 30px 0 0;
  padding-bottom: 5px;
}

.accordion-button:focus {
  box-shadow: none;
}

#faq-section .accordion-body {
  padding-inline: 114px;
  padding-bottom: 30px;
  background-color: #fff;
  border-radius: 0 0 30px 30px;
}

#faq-section .accordion-button::after {
  background-image: url('https://vatanmed.com/wp-content/uploads/2024/11/xmark.svg');
  width: 40px;
  height: 40px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transform: rotate(45deg);
}

#faq-section .accordion-button:not(.collapsed)::after {
  transform: rotate(0);
}

.terms-content h3 {
  position: relative;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
  color: #000;
}

.terms-content h3::before {
  content: "";
  position: absolute;
  top: 0;
  left: -17px;
  width: 2px;
  height: 100%;
  background-color: var(--drkblue);
}

.terms-content {
  padding-left: 15px;
}

.terms-content p {
  margin-bottom: 1rem;
}

.terms-content ol li {
  margin-bottom: 10px;
}

.error-page-main {
  background-color: var(--drkblue);
}

.error-page-main {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  height: 80vh;
  border-radius: 40px;
  text-align: center;
}

.error-page-main h1 {
  font-size: 100px;
  font-weight: bold;
  color: #fff;
}

.page-template-thankyou-subs .error-page-main h1 {
  font-size: 40px;
}

.error-page-main p {
  font-family: 'Nexa';
  font-weight: 900;
  font-size: 30px;
  color: #fff;
}

/* .error404 header,
.error404 footer,
.page-template-thank-you header,
.page-template-thank-you footer {
    display: none;
} */
.page-template-thank-you .navbar,
.error404 .navbar {
  padding-top: 5px;
}

.error404 .page-not-found .btn-style1 {
  padding-right: 60px;
  background-color: #DB9D0D;
}

.error404 .page-not-found .btn-style1:hover {
  background-color: transparent;
}

.page-template-thank-you h1 {
  font-size: 45px;
  font-family: 'Nexa';
  font-weight: 900;
  text-transform: uppercase;
}

.page-template-thank-you .error-page-main {
  height: 80vh;
}

.page-template-thank-you .danger-icon img {
  width: 80%;
}

.page-template-thank-you .error-page-main p {
  font-size: 28px;
}

/* Services Single Page */
.hero-left-content {
  position: relative;
}

.hero-left-content h1 {
  font-size: 50px;
  font-family: 'Nexa';
  text-transform: uppercase;
  font-weight: 900;
  margin-bottom: 45px
}

html[lang="de"] .hero-left-content h1 {
  font-size: 44px;
  word-break: break-all;
}

html[lang="de"] section.single-services .hero-left-content .hero-content-box1 p,
.translated-ltr section.single-services .hero-left-content .hero-content-box1 p {
  max-width: 580px;
}

html[lang="de"] .pointersWrapper .singleItem,
.translated-ltr .pointersWrapper .singleItem {
  font-size: 12px;
}

.hero-left-content p {
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 45px;
}

.hero-content-box1 {
  background-color: #fff;
  padding: 70px 45px;
  padding-right: 100px;
  border-radius: 30px;
}

.hero-image img {
  height: auto;
  object-fit: contain;
}

.contact-info {
  display: grid;
}

.contact-info a {
  position: relative;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  margin-bottom: 10px;
  color: #000;
  padding-left: 40px;
}

.contact-info a:last-child {
  margin-bottom: 0px;
}

.contact-info a .services-icon-phone {
  position: absolute;
  background-image: url('https://vatanmed.com/wp-content/uploads/2024/11/Vector-1-1.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
}

.hero-content-box2 {
  background-color: #C1DDFF;
  padding: 20px 30px;
  width: 260px;
  border-radius: 30px 30px 0 30px;
  margin-left: auto;
  position: absolute;
  /* right: -97px; */
  /* bottom: -55px; */
  right: -167px;
  bottom: -25px;
}

.hero-content-box2 h4 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 20px;
}

.single-services .main-hero .hero-right-content .hero-image {
  position: relative;
  padding-left: 5.5rem;
  z-index: 1;
}

/* .main-hero .hero-right-content .hero-image::before {
    content: "";
    background-color: #6DAEF9;
    width: calc(100% + 5.5rem);
    height: 1.3px;
    position: absolute;
    bottom: 29px;
    left: 5.6rem;
    filter: blur(0.5px);
    transform: rotate(180deg);
    transform-origin: left;
} */
.desc-service-content {
  display: flex;
  flex-wrap: wrap;
}

.content-boxes {
  column-gap: 25px;
  margin-top: 15px;
  margin-bottom: 45px;
  z-index: 9;
  position: relative;
  background: var(--offwhite);
}

.service-para {
  width: 39%;
  margin-right: 3%;
}

.service-image {
  width: 36%;
}

.detailed-services-para {
  width: 22%
}

.service-para .para-title h4,
.service-para h4 {
  font-size: 18px;
  font-weight: bold;
}

.service-para p {
  font-weight: 300;
  font-size: 17px;
}

.service-image img {
  border-radius: 33px;
}

.number-stat {
  position: relative;
  padding: 38px 30px;
  font-size: 40px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  background: hsl(326.67deg 33.33% 89.41% / 70%);
  border-radius: 20px;
  margin-left: -70px;
  height: 150px;
  width: max-content;
  z-index: 1;
}

.number-stat::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 20px;
  background: linear-gradient(300deg, rgba(15, 245, 218, 1) 0%, rgba(0, 57, 172, 1) 100%);
  z-index: -1;
  padding: 2px;
  -webkit-mask: linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
}

.single-service .title-group p {
  font-size: 18px;
}

.detailed-explaination h4 {
  font-size: 18px;
  font-weight: bold;
  color: #DB9D0D;
}

.detailed-explaination p {
  font-size: 14px;
  font-weight: 300;
  font-style: italic;
}

#excellences-accordion .accordion-item {
  margin-bottom: 90px;
  border-radius: 20px;
  overflow: hidden;
  border-color: #fff;
}

#excellences-accordion .accordion-item:last-child {
  margin-bottom: 0px;
}

.single-services .section-image img {
  border-radius: 40px;
  width: 85%;
}

#excellences-accordion .accordion-button {
  font-size: 28px;
  line-height: 1.5;
  padding: 24px 40px;
  border-radius: 20px 20px 0 0;
}

#excellences-accordion .accordion-button:not(.collapsed) {
  color: #000000;
  background-color: #fff;
  box-shadow: none;
}

#excellences-accordion .accordion-body {
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 40px;
  padding-top: 0;
  font-weight: 300;
  line-height: 1.5;
}

#excellences-accordion .accordion-button::after {
  background-image: url('https://vatanmed.com/wp-content/uploads/2024/11/Vector.svg');
  width: 30px;
  height: 30px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transform: rotate(180deg);
}

#excellences-accordion .accordion-button:not(.collapsed)::after {
  transform: rotate(0);
}

.transplant-techniques {
  display: flex;
  justify-content: space-around;
  width: 95%;
  margin-inline: auto;
}

.transplant-techniques .techniques-content {
  width: max-content;
  z-index: 9;
  background: var(--offwhite);
}

.transplant-techniques .techniques-content .icon {
  position: relative;
  width: 200px;
  border: 1px solid #fff0;
  height: 200px;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
  margin-inline: auto;
}

.transplant-techniques .techniques-content .icon::before {
  content: "";
  background-image: url('https://vatanmed.com/wp-content/uploads/2024/11/Ellipse-6525.svg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 200px;
  height: 200px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.transplant-techniques .techniques-content .icon img {
  width: 80px;
  height: 80px;
}

.transplant-techniques .title p {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

.transplant-techniques .trans-tech-desc p {
  font-size: 14px !important;
  text-align: center !important;
  width: 80%;
  margin-inline: auto;
}

.single-services .pateient-journey {
  background-color: #fff;
}

.connecting-line1,
.connecting-line2,
.connecting-line3,
.connecting-line4 {
  position: relative;
}

.connecting-line1::before,
.connecting-line2::before,
.connecting-line3::before,
.connecting-line4::before {
  content: "";
  background-color: #000;
  width: 1px;
  height: 23rem;
  position: absolute;
  top: -180px;
  right: 22%;
}

.connecting-line2::before {
  right: unset;
  left: 12%;
  top: 98px;
  height: 50rem;
  transform-origin: top;
  transform: rotate(180deg);
}

.connecting-line3::before {
  width: 1px;
  height: 19rem;
  position: absolute;
  top: -197px;
  right: 22%;
}

.connecting-line4::before {
  left: 8%;
  right: unset;
  top: 0;
  height: 26rem;
}

#excellences-accordion,
.single-services .service-para {
  position: relative;
  z-index: 99;
  background: var(--offwhite);
}

.single-services .service-para {
  height: fit-content;
}

.single-services .hero-content-box1 .btn-style1 {
  background-color: var(--drkblue);
  border-color: var(--drkblue);
  padding-right: 70px;
}

.single-services .hero-content-box1 .btn-style1:hover {
  background-color: transparent;
  border-color: var(--drkblue);
  color: var(--drkblue);
}

.single-services .hero-content-box1 .btn-style1:hover .left-arrow {
  background-image: url('https://vatanmed.com/wp-content/uploads/2024/11/left-arrow-blue.svg');
}

/* footer */
footer {
  background-color: var(--drkblue);
  color: #fff;
}

.vm_widget-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 65px;
}

footer ul {
  list-style: none;
  padding-left: 0;
}

footer ul li a {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  margin-bottom: 26px;
  display: block;
}

.newsletter-content p {
  color: var(--grey1);
}

.newsletter-content form {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  font-size: 18px;
}

.newsletter-content form input {
  border-radius: 16px;
  border: 1px solid var(--grey2);
  background-color: #fff0;
  font-size: 14px;
  line-height: 1.5;
  padding-left: 25px;
  padding-right: 141px;
  padding-block: 14px;
  color: #fff;
}

.newsletter-content form input::placeholder {
  color: var(--grey2);
}

.newsletter-content form input.wpcf7-submit {
  position: absolute;
  top: 0;
  right: 0;
  color: var(--drkblue2);
  background-color: #fff;
  border: 1px solid #fff;
  padding-inline: 20px;
  border-radius: 0 16px 16px 0px;
}

/* #nav_menu-4 {
  margin-left: 80px;
} */

/* #nav_menu-3 {
  margin-left: 20px;
} */

.contact-detail-group a {
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
}

.contact-btn-wrap a {
  color: var(--golden) !important;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.5;
}

.social-logos {
  display: flex;
  flex-wrap: wrap;
  column-gap: 30px;
  row-gap: 15px;
}

.copyright-bar {
  border-top: 1px solid #fff;
  padding-top: 32px;
}

.footer-newsletter-wrap .vm_widget-title {
  margin-bottom: 20px !important;
}

.newsletter-content p {
  color: var(--grey1);
  font-size: 15px;
}

#news-blogs-archive .news-blogs-inner {
  display: grid;
}

#news-blogs-archive .news-blog-thumbnail img {
  width: 96%;
  height: 365px;
}

#news-blogs-archive .post-title h3 {
  font-size: 22px;
  margin-bottom: 1rem;
}

#news-blogs-archive .post-content p,
#only-blogs .blogs-inner .post-content p {
  line-height: 1.8;
  font-size: 15px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

#news-blogs-archive .post-content {
  margin-bottom: 1rem;
}

#news-blogs-archive .read-more-link a {
  color: var(--drkblue);
  font-weight: 700;
}

.read-more-link a .left-arrow {
  background-image: url('https://vatanmed.com/wp-content/uploads/2024/11/left-arrow-blue.svg');
  transition: 0.3s ease-in-out;
  width: 18px;
  height: 18px;
}

.blog #news-blogs-archive .read-more-link a .left-arrow {
  background-image: url(https://vatanmed.com/wp-content/uploads/2024/11/left-arrow-blue.svg);
}

#news-blogs-archive .latest-news-wrapper .news-blogs-inner {
  display: flex;
  column-gap: 25px;
  margin-bottom: 50px;
}

#news-blogs-archive .latest-news-wrapper .news-blogs-inner:last-child {
  margin-bottom: 0px;
}

#news-blogs-archive .latest-news-wrapper .news-blog-thumbnail img {
  width: 170px;
  height: 175px;
  object-fit: cover;
}

#news-blogs-archive .latest-news-wrapper .post-title h3 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 1rem;
}

#news-blogs-archive .latest-news-wrapper .post-content p {
  line-height: 1.8;
  font-size: 13px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

#news-blogs-archive .latest-news-wrapper .news-blog-content {
  padding-right: 0;
}

#news-blogs-archive .latest-news-wrapper .read-more-link a {
  font-size: 13px;
  padding-right: 50px;
}

#news-blogs-archive .latest-news-wrapper .read-more-link a .left-arrow {
  width: 12px;
  height: 12px;
}

#news-blogs-archive .latest-news-wrapper .read-more-link a:hover {
  padding-right: 65px;
}

#news-blogs-archive .side-widget-title h4 {
  background: #fff;
  width: max-content;
  border-radius: 10px;
  padding: 10px 10px;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 1.7rem;
  text-transform: uppercase;
}

#news-blogs-archive .col-lg-8 .row {
  padding-right: 35px;
  position: relative;
}

#news-blogs-archive .col-lg-4 {
  position: relative;
  padding-right: 0;
}

#news-blogs-archive .col-lg-4::before {
  content: "";
  background-color: #000;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: -25px;
  right: 0;
}

#only-blogs .post-title h3 {
  font-size: 24px;
  margin-bottom: 1rem;
}

.blogs-inner {
  position: relative;
  padding: 38px 30px;
  font-size: 40px;
  font-weight: bold;
  background: #fff;
  border-radius: 20px;
  height: auto;
  width: 100%;
  z-index: 1;
}

.blogs-inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(1, 30, 64, 1) 0%, rgba(153, 136, 249, 1) 100%);
  z-index: -1;
  padding: 2px;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
}

.post-body-footer .post-date {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  position: relative;
  padding-left: 15px;
}

.post-body-footer .post-date::before {
  content: "";
  background-color: var(--drkblue);
  height: 100%;
  width: 1px;
  position: absolute;
  top: 0;
  left: 0;
}

.read-more-link a {
  font-size: 16px;
}

#only-blogs .blogs-inner .post-content p {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
}

#only-blogs .post-body-footer {
  display: flex;
  justify-content: space-between;
}

#only-blogs .read-more-link a {
  color: var(--drkblue);
  padding-right: 30px;
}

#only-blogs .read-more-link a:hover {
  padding-right: 30px;
}

#only-blogs .read-more-link a .left-arrow {
  right: 0;
}

#only-blogs .read-more-link a:hover .left-arrow {
  right: -15px;
}

.info-section .section-image-wrapper img {
  border-radius: 30px;
  width: 495px;
  max-width: 495px;
}

.info-wrapper {
  background: #fff;
  padding: 60px;
  border-radius: 40px;
  margin-left: -27px;
}

.info-title-wrap h3 {
  font-size: 28px;
  font-weight: bold;
  color: #DB9D0D;
  position: relative;
  width: max-content;
}

.info-title-wrap h3::before {
  content: "";
  background-color: #000;
  width: 80px;
  height: 2px;
  position: absolute;
  bottom: -15px;
  left: 0;
}

.info-wrapper .info-inner {
  display: flex;
  column-gap: 65px;
}

.info-section .title-group p {
  font-weight: 300;
}

.info-content-boxes .icon-wrap,
.info-content-boxes .info-title-wrap {
  margin-bottom: 3.5rem;
}

.info-content-boxes .icon-wrap img {
  width: 50px;
  height: 50px;
}

.info-content-boxes .info-desc-wrap {
  font-weight: 300;
  line-height: 1.8;
  font-size: 15px;
}

.info-content-boxes {
  position: relative;
  padding-bottom: 45px;
  padding-top: 30px;
}

.info-content-boxes::before {
  content: '';
  background-color: #c1c1c1;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  right: -30px;
}

.info-content-boxes:last-child::before {
  display: none;
}

.company-stats .title-wrap h4 {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 20px;
}

.company-stats .desc-wrap {
  font-size: 15px;
  font-weight: 300;
  line-height: 1.8;
}

.company-stats-inner {
  display: flex;
  column-gap: 50px;
}

.company-stats .icon-wrap img {
  width: 50px;
  height: 60px;
  object-fit: contain;
}

.why-us-section .section-image img {
  border-radius: 40px;
}

.section-subpara {
  font-size: 25px;
  font-weight: bold;
  line-height: 1.58;
}

.page-template-about-us .hero-left-content {
  /* margin-bottom: 260px; */
  margin-bottom: 0;
}

.pum-theme-447,
.pum-theme-default-theme {
  background-color: rgb(0 0 0 / 50%) !important;
}

.popup-left-content {
  position: relative;
}

.popup-left-content .title-group {
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  margin-inline: auto;
  text-align: center;
}

.pum-container.pum-responsive .popup-left-content .popup-gif-wrapper img {
  max-width: 100%;
  height: 640px;
  object-fit: cover;
  border-radius: 12px;
}

.pum-theme-447 .pum-container,
.pum-theme-default-theme .pum-container {
  padding: 12px !important;
  border-radius: 10px !important;
  width: 70% !important;
}

.popup-form-wrapper {
  padding-top: 44px;
  padding-inline: 10px;
}

.popup-form-wrapper .select-services-wrap .wpcf7-form-control.wpcf7-checkbox {
  margin-top: 10px;
}

.popup-form-wrapper .title-group .only-title {
  color: var(--drkblue);
  font-size: 24px;
  margin-bottom: 1.5rem;
  font-weight: 700;
}

.popup-form-wrapper label {
  color: #000;
  font-weight: 500;
  width: 100%;
}

form .popup-form-wrapper input {
  border: 0 !important;
  background: transparent;
  border-bottom: 1px solid !important;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  font-size: 14px;
  padding-left: 0;
}

form .popup-form-wrapper input.form-control:focus,
form .popup-form-wrapper textarea.form-control:focus {
  background-color: transparent !important;
  box-shadow: none;
}

form .popup-form-wrapper input.form-control:focus-visible,
form .popup-form-wrapper textarea.form-control:focus-visible {
  outline: none !important
}

form .popup-form-wrapper .wpcf7-radio.form-control,
form .popup-form-wrapper .wpcf7-form-control.wpcf7-checkbox {
  padding: 0;
  background-color: transparent;
  border: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  justify-content: center;
  column-gap: 5px;
  /* row-gap: 25px; */
  row-gap: 5px;
  margin-top: 25px;
  /* display: flex; */
  flex-wrap: wrap;
  justify-content: start;
  column-gap: 8px;
}

.page-template-contact-us form .popup-form-wrapper .wpcf7-form-control.wpcf7-checkbox {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
}

form .popup-form-wrapper .wpcf7-list-item {
  font-size: 13px;
  margin-bottom: 0px;
  margin-left: 0;
}

.wpcf7-not-valid-tip {
  font-size: 12px !important;
}

form .popup-form-wrapper input.btn-style1 {
  background-color: var(--golden);
  color: #fff;
  text-transform: uppercase;
  border-radius: 5px;
  width: 100%;
  padding-inline: 20px;
  font-weight: 500;
  font-size: 16px;
  padding-top: 10px !important;
  border-radius: 5px !important;
  border: 1px solid var(--golden) !important;
}

form .popup-form-wrapper input.btn-style1:hover {
  background-color: #fff0;
  border: 1px solid var(--golden) !important;
  color: var(--golden);
}

.popup-form-wrapper.joint-success {
  width: 85%;
  margin-inline: auto;
}

.popup-form-wrapper.joint-success h2 {
  text-align: center;
  font-size: 36px;
  line-height: 1.2;
  font-family: 'Nexa';
  font-weight: 900;
  color: var(--drkblue);
  text-transform: uppercase;
}

/* form .popup-form-wrapper.joint-success input,
form .popup-form-wrapper.joint-success select,
form .popup-form-wrapper.joint-success textarea.form-control {
  padding: 10px 15px;
  border-radius: 12px !important;
  background: var(--offwhite) !important;
  color: #000 !important;
  font-size: 16px;
  padding: 20px 30px;
  border: 1px solid var(--drkblue) !important;
} */

form .popup-form-wrapper.joint-success .form-group {
  margin-bottom: 1.5rem;
}

form .popup-form-wrapper.joint-success input::placeholder,
form .popup-form-wrapper.joint-success select,
form .popup-form-wrapper.joint-success textarea.form-control::placeholder {
  text-transform: uppercase;
}

form .popup-form-wrapper.joint-success textarea.form-control {
  height: 90px;
}

form .popup-form-wrapper.joint-success input.btn-style1 {
  background-color: var(--golden) !important;
  color: #fff !important;
  text-transform: uppercase;
  border-radius: 12px !important;
  width: max-content;
  padding-inline: 60px;
  font-weight: 500;
  font-size: 16px;
  padding-block: 15px !important;
  border-radius: 12px !important;
  border: 1px solid var(--golden) !important;
  margin-bottom: 0;
  transition: 0.3s ease-in-out;
}

form .popup-form-wrapper.joint-success input.btn-style1:hover {
  background-color: #fff0 !important;
  border: 1px solid var(--golden) !important;
  color: var(--golden) !important;
}

#popmake-456 .pum-close.popmake-close,
#popmake-665 .pum-close.popmake-close {
  top: 12px;
  right: 12px;
  background: #011E40;
  width: 30px;
  height: 30px;
  padding: 0;
  font-size: 16px;
  line-height: 1;
  border-radius: 100px;
}

.select-location-wrap {
  margin-bottom: 25px
}

textarea.form-control {
  border: 0;
  background: transparent;
  border-bottom: 1px solid;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

form .popup-form-wrapper .wpcf7-list-item label {
  display: flex;
  column-gap: 4px;
}

.popup-left-content h2 {
  font-size: 36px;
  line-height: 1.2;
  font-family: 'Nexa';
  font-weight: 900;
}

.popup-left-content h4 {
  font-size: 28px;
  line-height: 1.2;
  font-family: 'Nexa';
  font-weight: 900;
  color: var(--golden);
}

.newsletter-content form input.form-control:focus {
  background: transparent;
  box-shadow: none;
  color: #fff;
}

.wpcf7 form .wpcf7-response-output {
  margin: 0em 0.5em 1em;
  padding: 0.2em 1em;
  border: 2px solid #00a0d2;
  font-size: 14px;
}

#wpcf7-f17-o2 .wpcf7-response-output {
  display: none;
}

#patient-experience .row {
  width: 90%;
  margin-inline: auto;
}

.patient-details-footer {
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  padding: 15px 30px;
  border: 1px solid #DADADA;
  border-radius: 0 0 10px 10px;
  align-items: center;
}

.patient-exp-inner img {
  border-radius: 10px 10px 0 0;
  height: 280px;
}

.patient-details-footer .cta-btn-wrapper a {
  background: #2E4E9F;
  color: #fff;
  padding: 10px 28px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  font-size: 14px;
  column-gap: 8px;
}

.patient-details-footer .cta-btn-wrapper a span {
  font-size: 20px;
  font-weight: 600;
}

.paient-details h4 {
  font-size: 18px;
  font-weight: 500;
}

.patient-country {
  display: flex;
  column-gap: 5px;
  align-items: baseline;
}

.patient-country p {
  font-size: 13px;
}

#patient-experience .row .col-lg-4 {
  margin-bottom: 4rem !important;
}

#patient-experience .row .col-lg-4:last-child {
  margin-bottom: 0rem !important;
}

.search .search-form-wrapper {
  background: #ebf4ff;
  height: 190px;
  position: absolute;
  top: 94px;
  right: 0;
  left: 0;
  width: 100%;
  padding-inline: 2%;
  z-index: 999;
  margin-block: auto;
  box-shadow: rgb(37 37 37 / 10%) 0px 9px 4px 0px;
  display: none;
}

.search .search-form-wrapper form {
  margin-top: 70px;
  text-align: center;
}

#is-ajax-search-result-502 {
  width: 62.5% !important;
  right: 18.4% !important;
  left: 0 !important;
  margin-left: auto;
  background: #fff;
  box-shadow: #2525251a 0px 0px 10px 0px;
  margin-top: -10px;
  z-index: 999;
}

/* .is-form-style input.is-search-input {
  position: relative;
  border-color: rgb(132 132 132 / 50%) !important;
  color: #707070 !important;
  font-weight: 300 !important;
  font-size: 16px !important;
  padding: 15px 30px;
  width: 66%;
  height: 60px;
  border-radius: 16px !important;
}

.is-form-style input.is-search-input::before {
  content: "";
  background-image: url('https://vatanmed.com/wp-content/uploads/2024/12/Vector-7.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 100% 100%;
  width: 35px;
  height: 35px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
} */

.close-search-form {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 30px;
  height: 30px;
  cursor: pointer;
}

.mainGallery {
  background-color: #F0F1F2
}

.mainGallery .galleryWrapper .topNav.nav-pills .nav-item .nav-link {
  color: #fff;
  margin-inline: 5px;
  background-color: rgba(53, 53, 53, .27)
}

.mainGallery .galleryWrapper .topNav.nav-pills .nav-item .nav-link img {
  width: 25px;
  height: 25px
}

.mainGallery .galleryWrapper .topNav.nav-pills .nav-item .nav-link.active,
.mainGallery .galleryWrapper .topNav.nav-pills .nav-item .nav-link:hover {
  background-color: #2E4E9F
}

.mainGallery .galleryWrapper .sideNav {
  position: relative
}

@media (min-width:992px) {
  section.single-services .hero-right-content::before {
    display: none !important;
  }

  .mainGallery .galleryWrapper .sideNav .nav-pills {
    position: absolute;
    top: 10px;
    left: 15px
  }

  #about-us-page.section.single-services .hero-right-content::before {
    display: none;
  }
}

.mainGallery .galleryWrapper .sideNav .nav-pills .nav-link {
  color: #8D8D8D;
  margin-inline: 5px;
  background-color: transparent;
  border-bottom: 1.4px solid #8D8D8D;
  padding: 0 0 10px;
  margin-bottom: 20px;
  border-radius: 0;
  text-align: left;
  font-weight: 500;
  font-size: 16px
}

.mainGallery .galleryWrapper .sideNav .nav-pills .nav-link.active,
.mainGallery .galleryWrapper .sideNav .nav-pills .nav-link:hover {
  color: #DB9D0D;
  background-color: transparent;
  border-bottom: 1.4px solid #DB9D0D
}

.mainGallery .galleryWrapper .imageGallery {
  display: flex;
  align-items: center;
  /* justify-content: end; */
  flex-wrap: wrap
}


.mainGallery .galleryWrapper .imageGallery .singleItem {
  margin: 10px;
  height: 100%;
  max-height: 400px;
  flex: 1 0 auto;
}

.placeholder-img {
  box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.08);
}

.mainGallery .galleryWrapper .imageGallery .singleItem .videoOuterWrapper {
  position: relative;
}

.mainGallery .galleryWrapper .imageGallery .singleItem .videoOuterWrapper .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 64px;
  height: 64px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99;
  cursor: pointer;
}

.mainGallery .galleryWrapper .imageGallery .singleItem img {
  width: 100%;
  object-fit: cover;
  height: 400px;
  border-radius: 15px;
  object-position: bottom;
}

/* jasleen kaur css - Start */
.section-paddingtwo {
  padding: 60px 0;
}

.ContactBanner_main {
  background: #F0F1F2;
  padding: 45px 0 35px;
  position: relative;
}

/* .ContactBanner_main .ContactBanner_main_map {
  position: absolute;
  left: 0;
  width: 100%;
  top: 2px;
} */

.ContactBanner_main .ContactBanner_main_map img {
  width: 100%;
}

.ContactBanner_main .contact_formblock {
  position: relative;
  background: #fff;
  padding: 30px 8px;
  border-radius: 10px;
  box-shadow: 1px -1px 8px #aaaaaa;
}

.ContactBanner_main .contact_formblock {
  font-size: 13px;
}

.ContactBanner_main .contact_formblock form .popup-form-wrapper input {
  font-size: 14px;
  padding-top: 0px;
  margin-top: 5px;
  margin-bottom: 0px;
}


.ContactBanner_main .row {
  justify-content: space-between;
}


.ContactBanner_main .contact_formblock form .popup-form-wrapper label {
  color: #020100;
  font-weight: 500;
  font-size: 14px;
  width: 100%;
}

.ContactBanner_main .contact_formblock .select-services-wrap label {
  font-size: 15px !important;
  font-weight: 600 !important;
  color: #011C2A !important;
}

.ContactBanner_main .contact_formblock .popup-form-wrapper {
  padding-top: 0;
}

.ContactBanner_main .contact_formblock .wpcf7-list-item label {
  font-size: 10px !important;
  color: #011C2A !important;
  font-weight: 500 !important;
  margin-right: 10px;
  align-items: center;
  margin-bottom: 12px;
}

.ContactBanner_main .contact_formblock .wpcf7-list-item-label {
  margin-top: 5px;
}

.ContactBanner_main .contact_formblock form .popup-form-wrapper .wpcf7-radio.form-control {
  display: inline-block;
}

.ContactBanner_main .contact_formblock form .popup-form-wrapper .wpcf7-radio.form-control {
  margin-top: 15px;
}

.ContactBanner_main .contact_formblock .select-location-wrap {
  /* margin-top: 12px; */
}

.ContactBanner_main .contact_formblock .country-select {
  margin-top: 12px;
}

.ContactBanner_main .contact_formblock form textarea {
  margin-bottom: 12px;
}

.ContactBanner_main .contact_formblock form [type=submit] {
  border-bottom: none !important;
}


.ContactBanner_main .breadcrumbs {
  position: relative;
}

.ContactBanner_main .breadcrumbs {
  font-size: 16px;
  color: #020100;
}

.ContactBanner_main .breadcrumbs a {
  font-size: 15px;
  color: #020100;
  font-weight: 300;
}

.ContactBanner_main .breadcrumbs .breadcrumbs_title {
  font-size: 32px;
  line-height: normal;
  margin-top: 7px;
  font-weight: 700;
}

.contactInfo_ {
  background: #F0F1F2;
  padding-bottom: 55px;
}

.contactInfo_ .innercontainer {
  background: #011E40;
  color: #fff;
  text-align: center;
  padding: 50px;
  border-radius: 20px;
}

.contactInfo_ .section_title {
  margin-bottom: 45px;
}

.contactInfo_ .section_title .section_title_mian {
  font-size: 35px;
  text-transform: uppercase;
  font-weight: 600;
  color: #DB9D0D;
}

.contactInfo_ .section_title .section_title_txt {
  color: #C9C9C9;
  width: 75%;
  margin: auto;
  margin-top: 8px;
}

/* .contactInfo_cards {
  background: #102c4b;
  padding: 26px 20px;
  border-radius: 25px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90%;
  margin: auto;
} */

.contactInfo_cards .contactInfo_cards_icon img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.contactInfo_cards .contactInfo_cards_txt {
  margin-top: 12px;
  font-size: 12px;
}

.contactInfo_cards .contactInfo_cards_txt a {
  margin-top: 12px;
  font-size: 12px;
  color: #fff;
}

.social_links ul {
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 50px auto 0;
  column-gap: 30px;
}

.social_links ul li img {
  width: 36px;
  height: 36px;
  object-fit: contain;
  margin: 0 12px;
}

.contactInfo_ .col-md-4 {
  padding: 8px;
}

.countryflag img {
  width: 35px !important;
  height: 35px;
}

.countryflag {
  cursor: pointer;
  position: absolute;
  text-align: center;
}

.countryflag .modalpopup {
  display: none;
}

.country_name {
  font-size: 10px;
  font-weight: 600;
  margin-top: -5px;
}

.modalpopup {
  position: absolute;
  width: 310px;
  background: #fff;
  padding: 8px 11px 13PX;
  text-align: left;
  border-radius: 4px;
  box-shadow: 0 0 11px #00000014;
  z-index: 9;
}

.fullwidth {
  width: 100%;
}

/* .modalpopup .modalpopup_name {
  color: #2B6DB3;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 0.5rem;
} */

/* .modalpopup_desc {
  margin-bottom: 1rem;
} */

/* .modalpopup .modalpopup_link {
  color: #020100;
  font-weight: 500;
  font-size: 15px;
  margin: 10px 0;
} */

/* .modalpopup .modalpopup_ctnnum {
  font-size: 13px;
  color: #020100;
  font-weight: 400;
} */

/* .modalpopup .locationbtn button {
  background: #487FBC;
  color: #fff;
  width: 100%;
  border: none;
  padding: 10px;
  margin-top: 30px;
} */

/* .modalpopup .closebtn {
  position: absolute;
  right: 12px;
  font-family: 'FontAwesome';
  font-size: 10px;
  top: 8px;
  cursor: pointer;
} */

.flagone,
.flag1 {
  top: 16px;
  left: 283px;
}

.flagtwo,
.flag2 {
  top: 55px;
  left: 385px;
}

.flagthree,
.flag3 {
  top: 96px;
  left: 354px;
}

.flagfour,
.flag4 {
  top: 149px;
  left: 317px;
}

.flagfive,
.flag5 {
  top: 165px;
  left: 224px;
}

.flagsix,
.flag6 {
  top: 136px;
  left: 641px;
}

.flagseven,
.flag7 {
  top: -4px;
  left: 585px;
}

.flageight,
.flag8 {
  top: 44px;
  left: 585px;
}

.flagnine,
.flag9 {
  top: 94px;
  left: 572px;
}

.flagten,
.flag10 {
  top: 78px;
  left: 690px;
}

.flageleven,
.flag11 {
  top: 175px;
  left: 689px;
}

.flagtwelve,
.flag12 {
  top: 163px;
  left: 691px;
}

.flagthirteen,
.flag13 {
  top: 203px;
  left: 650px;
}

.flagfourteen,
.flag14 {
  top: 285px;
  left: 655px;
}

.mapmobile_ {
  display: none;
}

/* Basic styles for the location dropdown */
.locationdropdown {
  /* position: relative;
  display: inline-block;
  position: absolute;
  top: -25px;
  width: 100%;
  text-align: center;
  z-index: 9; */
}

.locationdropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
  z-index: 1;
  left: 0;
  right: 0;
  margin: auto;
  width: 85%;
  text-align: left;
  height: 450px;
  overflow: scroll;
}

.locationdropdown-content ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.locationdropdown-content ul li {
  padding: 12px 16px;
  cursor: pointer;
}

.locationdropdown-content ul li:hover {
  background-color: #ddd;
}

.locationdropdown:hover .locationdropdown-content {
  display: block;
}

.dropbtn {
  position: relative;
  background-color: #fff;
  border: 0;
  border-bottom: 3px solid #ccc;
  color: #000;
  width: 85%;
  border-radius: 0px;
  text-align: left;
  padding: 14px 25px;
  color: #707070;
  font-weight: 300;
}

.dropbtn::before {
  content: '';
  font-family: 'FontAwesome';
  font-size: 18px;
  position: absolute;
  right: 28px;
  top: 0;
  bottom: 0;
  margin-block: auto;
  width: max-content;
  height: max-content;
  color: #000;
}

.locationdropdown {
  display: none;
}

.singleItem.empty {
  width: 16%;
  height: 400px !important;
}

html[lang="fr"] .singleItem.empty,
html[lang="es"] .singleItem.empty,
html[lang="pt"] .singleItem.empty,
html[lang="nl"] .singleItem.empty,
html[lang="de"] .singleItem.empty,
html[lang="it"] .singleItem.empty,
html[lang="ru"] .singleItem.empty,
.translated-ltr .singleItem.empty {
  width: 24%;
}


#pills-video .singleItem.empty {
  width: 218.72px;
}

html[lang="fr"] #pills-video .singleItem.empty,
html[lang="es"] #pills-video .singleItem.empty,
html[lang="pt"] #pills-video .singleItem.empty,
html[lang="nl"] #pills-video .singleItem.empty,
html[lang="de"] #pills-video .singleItem.empty,
html[lang="it"] #pills-video .singleItem.empty,
html[lang="ru"] #pills-video .singleItem.empty,
.translated-ltr #pills-video .singleItem.empty {
  width: 298.72px;
}

#pills-video .singleItem.box1 {
  width: 656.16px;
}

#pills-video .singleItem.box2 {
  width: 423.77px;
}

.singleItem.box1 {
  width: 48%;
}

html[lang="fr"] .singleItem.box1,
html[lang="es"] .singleItem.box1,
html[lang="pt"] .singleItem.box1,
html[lang="nl"] .singleItem.box1,
html[lang="de"] .singleItem.box1,
html[lang="it"] .singleItem.box1,
html[lang="ru"] .singleItem.box1,
.translated-ltr .singleItem.box1 {
  width: 44%;
}

.singleItem.box2 {
  width: 31%;
}

html[lang="fr"] .singleItem.box2,
html[lang="es"] .singleItem.box2,
html[lang="pt"] .singleItem.box2,
html[lang="nl"] .singleItem.box2,
html[lang="de"] .singleItem.box2,
html[lang="it"] .singleItem.box2,
html[lang="ru"] .singleItem.box2,
.translated-ltr .singleItem.box2 {
  width: 26%;
}

.singleItem.box3 {
  width: 26%;
}

.singleItem.box4 {
  width: 45%;
}

.singleItem.box5 {
  width: 24%;
}

.singleItem.boxcommon {
  width: 31.68%;
}

.location-pointer-box {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  cursor: pointer;
}

.pointer {
  width: 9px;
  height: 9px;
  border-radius: 2px;
  background-color: #487FBC;
  margin: auto;
}

.main-location {
  font-size: 8px;
  font-weight: bold;
  text-transform: uppercase;
  /* margin-left: -10px; */
}

/* .location-pointer-box.box1 {
  left: 65.7%;
  top: 28.3%;
}

.location-pointer-box.box2 {
  left: 68.2%;
  top: 26.3%;
}

.location-pointer-box.box3 {
  left: 70.2%;
  top: 27.5%;
}

.location-pointer-box.box4 {
  left: 72.2%;
  top: 26.3%;
}

.location-pointer-box.box5 {
  left: 69%;
  top: 30.5%;
}

.location-pointer-box.box6 {
  left: 71.2%;
  top: 30.5%;
}

.location-pointer-box.box7 {
  left: 69.9%;
  top: 34%;
}

.location-pointer-box.box8 {
  left: 75.4%;
  top: 34%;
}

.location-pointer-box.box9 {
  left: 75.2%;
  top: 38.6%;
}

.location-pointer-box.box10 {
  left: 79.4%;
  top: 37%;
}

.location-pointer-box.box11 {
  left: 79%;
  top: 68%;
}

.location-pointer-box.box12 {
  left: 80.5%;
  top: 75%;
}

.location-pointer-box.box13 {
  left: 18.5%;
  top: 58.8%;
}

.location-pointer-box.box14 {
  top: 16%;
  left: 67%;
} */

/* .location-pointer-box.box5 .main-location {
  margin-left: -45px;
} */

.location-desc.modalpopup {
  display: none;
}

.our-branch .location-desc.modalpopup {
  position: absolute;
  /* top: -157px; */
  top: -186px;
  left: -151px;
}

.our-branch .location-desc.modalpopup::before {
  content: "";
  background-color: #fff;
  width: 15px;
  height: 15px;
  transform: rotate(45deg);
  position: absolute;
  bottom: -7px;
  left: 0;
  right: 0;
  margin-inline: auto;
}

.locationbtn a {
  background-color: #487FBC;
  border: 1px solid #487FBC;
  width: 100%;
  display: block;
  text-align: center;
  color: #fff;
  border-radius: 4px;
  padding-block: 12px;
  padding-inline: 12px;
  font-weight: 300;
  transition: 0.3s ease-in-out;
}

.locationbtn a:hover {
  color: #487FBC;
  background-color: transparent;
}

.social_links li {
  width: 45px;
  height: 45px;
  background-color: #f6af03;
  border-radius: 100px;
  color: #fff;
  font-size: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s ease-in-out;
}

.social_links li:hover {
  color: #000;
  background-color: #fff;
}

.allservicesWrapper .singleItem .videoImageWrapper::before {
  display: none !important;
}

.allservicesWrapper .singleItem .contentWrap .content {
  overflow-y: hidden !important;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  border-color: red !important;
  margin-top: 15px !important;
}

.service-image video {
  width: 100%;
  height: 860px;
  border-radius: 20px;
  overflow: hidden;
  object-fit: cover;
}

.ratings-wrapper.d-view img {
  width: 80%;
}

.allservicesWrapper .singleItem .videoImageWrapper video,
.videoImageWrapper {
  height: 600px !important;
  object-fit: cover;
}

#news-blogs-listing .nav-pills .nav-link {
  background-color: rgb(53 53 53 / 10%);
  color: rgb(1 30 64 / 80%);
  font-size: 14px;
  font-weight: 300;
  border-radius: 16px;
  padding-block: 12px;
  width: 200px;
  line-height: 2;
  min-height: 57px;
}

#news-blogs-listing .nav-pills .nav-link.active {
  background-color: var(--drkblue);
  color: #fff;
  font-weight: 500;
}

#post-container::before {
  content: "";
  width: 1px;
  height: 100%;
  background: #000;
  position: absolute;
  top: 0;
  right: -7px;
}

.blogs-cat-wrapper {
  background-color: #fff;
  margin-left: 41px;
}

.category-title {
  background: var(--drkblue);
  color: #fff;
  padding: 21px 20px;
}

.category-title h2 {
  font-size: 20px;
  line-height: 1.5;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 0;
}

.blogs-list-cat {
  padding: 32px 20px;
  list-style: none;
  margin-bottom: 0;
}

.blogs-cat-wrapper li {
  cursor: pointer;
  padding-block: 15px;
  border-bottom: 3px solid #8d8d8d;
  transition: color 0.3s, border 0.3s;
  width: 180px;
  color: #8d8d8d;
  font-weight: 500;
  font-size: 15px;
}

.blogs-cat-wrapper li:hover,
.blogs-cat-wrapper li.active {
  color: var(--golden2);
  border-color: var(--golden);
}

.blogs-cat-wrapper li:first-child {
  padding-top: 0
}

#pills-news .trending-post-content::after {
  display: none;
}

#pills-news .news-blog-thumbnail img {
  width: 100%;
}

#pills-news .read-more-link a {
  color: var(--drkblue);
}

#pills-news .read-more-link a .left-arrow {
  background-image: url('https://vatanmed.com/wp-content/uploads/2024/11/left-arrow-blue.svg');
  font-weight: 600;
}

#pills-news .trending-post-content a{
  color: var(--drkblue);
}
#cmplz-manage-consent{
  display: none;
}
#pills-news .trending-post-content h3 {
  line-height: 1.4;
  margin-bottom: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

#pills-blogs .news-blog-thumbnail img {
  width: 385px;
  height: 100%;
  max-height: 334px;
  object-fit: cover;
  border-radius: 16px;
}

#pills-blogs .news-blogs-inner {
  column-gap: 47px;
}

#pills-blogs .post-title h3 {
  margin-bottom: 20px;
  line-height: 1.4;
}

#pills-blogs .news-blog-content {
  padding-right: 25px;
}

#pills-blogs .post-content {
  margin-bottom: 20px;
}

#pills-blogs .read-more-link a,
#pills-news .read-more-link a {
  color: var(--drkblue);
  font-weight: 700;
}

#pills-blogs .read-more-link a .left-arrow {
  background-image: url(https://vatanmed.com/wp-content/uploads/2024/11/left-arrow-blue.svg);
}

.posts-loader {
  display: flex;
  justify-content: center;
  align-items: center;
}

#post-container {
  height: 100%;
}

#pills-news .trending-post-content {
  padding-inline: 20px;
  margin-bottom: 40px;
}

#pills-blogs .post-content p,
.post-content p {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 14px;
  line-height: 1.8;
}

.pagination-wrapper span,
.pagination-wrapper a {
  color: #000;
  border-bottom: 1px solid #000;
  padding-right: 10px;
  margin-right: 5px;
  font-size: 18px;
  font-weight: 500;
  padding-bottom: 4px;
}

.page-numbers.current {
  color: var(--golden);
  border-bottom: 2px solid var(--golden);
}

.next.page-numbers,
.prev.page-numbers {
  display: none;
}

.why-content p {
  margin: 0 0 10px 0;
}

.m-view {
  display: none
}

.d-view {
  display: block;
}

.pum-theme-447 .pum-container,
.pum-theme-default-theme .pum-container {
  width: 50% !important;
}

.allservicesWrapper .btn-style1 {
  padding-right: 65px;
}

.page-template-services-php .main-hero .hero-right-content .hero-image::before {
  height: 1px;
  bottom: 27px;
  left: 1px;
}

.main-banner .owl-nav {
  row-gap: 145px;
}

.service-slider.owl-carousel .owl-dots.disabled,
.service-slider.owl-carousel .owl-nav.disabled {
  display: block !important;
}
.service-slider.owl-carousel .owl-nav button{
  opacity: 1 !important;
} 

.flagsix,
.flagfourteen,
.flagthirteen {
  display: none;
}

.videoWrapper iframe {
  width: 100%;
}

.single-post .imgWrapper {
  width: 100%;
  height: 600px;
  object-fit: cover;
  border-radius: 12px 12px 0 0;
  overflow: hidden;
}
.single-post .imgWrapper img{
  object-fit: cover;
  height: 100%;
}

.select-location-wrap .wpcf7-form-control-wrap {
  margin-top: 10px;
  display: block;
}

#popmake-456 form .popup-form-wrapper .wpcf7-radio.form-control,
#popmake-456 form .popup-form-wrapper .wpcf7-form-control.wpcf7-checkbox {
  column-gap: 50px;
}

.captcha-wrap input {
  padding-left: 0;
}

.page-template-contact-us form .popup-form-wrapper .wpcf7-form-control.wpcf7-checkbox {
  row-gap: 0;
}

#serviceTabs {
  padding-left: 0;
}

#serviceTabs li button {
  padding-left: 100px;
}

.cateory-dropdown {
  background: #fff;
  padding-block: 15px;
}

.cateory-dropdown ul {
  list-style: none;
  padding-left: 10px;
}

.wpcf7-form-control.wpcf7-checkbox label,
.wpcf7-form-control.wpcf7-checkbox input {
  cursor: pointer;
}

#news-blogs-listing .nav-pills .nav-link.active img {
  filter: brightness(10000);
  width: 30px;
  height: 30px
}

section.our-branch .inner-branches .location-pointer-wrap .location-pointer-box.box3 .main-location {
  left: -20px;
}

section.our-branch .inner-branches .location-pointer-wrap .location-pointer-box.box4 .main-location {
  left: 23px;
}

.news-logo-slider .logoWrapper img{
  aspect-ratio: 1 / 1;
  object-fit: contain;
  width: 80%;
}

@media(min-width: 768px) {
  .hero-content-box2 {
    right: 23px;
    bottom: 5px;
  }
}

@media(min-width: 992px) {
  .hero-content-box2 {
    right: -157px;
    bottom: -5px;
  }
}

@media(min-width: 1200px) {
  .hero-content-box2 {
    right: -97px;
    bottom: -55px;
  }

  .section.info-section .title-group-outer {
    padding: 0 50px;
    position: relative;
  }

  .section.info-section .title-group-outer::before {
    content: '';
    height: 150%;
    width: 1px;
    background-color: #000;
    position: absolute;
    right: 45px;
    bottom: 0;
  }

  .service-image video {
    height: 683px;
    object-fit: cover;
  }

  .pum-container.pum-responsive .popup-left-content .popup-gif-wrapper img {
    height: 520px;
  }

  #popmake-456 form .popup-form-wrapper .wpcf7-list-item {
    font-size: 16px;
  }

  .contact-form-wrap select {
    margin-top: 0;
  }

  .contact-form-wrap input,
  .contact-form-wrap select {
    background-color: #Fff;
  }

  #serviceTabs {
    padding-left: 0;
  }

  #serviceTabs li button {
    padding-left: 70px;
  }
}

@media screen and (min-width:1200px) and (max-width:1535px) {
  body {
    font-size: 14px;
  }

  .nav-link {
    font-size: 14px;
    margin-inline: 10px;
  }

  html[lang="de"] .nav-link {
    font-size: 12px;
  }

  .btn-style1 {
    font-size: 14px;
    padding: 10px 35px;
  }

  select.gt_selector {
    width: 76px;
    font-size: 13px;
  }

  .big-title {
    font-size: 50px;
  }

  html[lang="de"] .big-title {
    font-size: 40px;
  }

  .banner-content {
    font-size: 16px;
  }

  .main-banner .btn-style1 {
    padding-right: 65px;
  }

  .left-arrow {
    width: 15px;
    height: 15px;
    right: 35px;
  }

  .subtitle {
    font-size: 22px;
  }

  .section-title {
    font-size: 30px;
  }

  .service-title {
    font-size: 12px;
  }

  .translated-ltr .service-title {
    word-break: break-all;
    font-size: 12px;
  }

  #serviceTabs {
    min-height: 356px;
    max-height: 356px;
    row-gap: 0.5px;
  }

  #serviceTabs li button {
    font-size: 13px;
    padding-left: 50px;
    padding-block: 25px;
  }

  .translated-ltr #serviceTabs li button {
    font-size: 12px;
  }

  #youtube-thumbnail {
    max-height: 356px;
    object-fit: cover;
    border-radius: 20px;
  }

  #serviceTabs .service-icon img {
    width: 20px;
    height: 20px;
    margin-right: 35px;
  }

  .service-title-content .btn-style1 {
    padding-right: 65px;
    padding-block: 10px;
    font-size: 13px;
  }

  .service-title-content h4 {
    font-size: 12px;
  }

  .before-content {
    position: absolute;
    bottom: 20px;
    left: 30px;
    font-size: 12px;
  }

  .title-group p {
    font-size: 14px;
  }

  .location-heads-inner .item {
    font-size: 14px;
  }

  html[lang="de"] .location-heads-inner .item,
  html[lang="fr"] .location-heads-inner .item,
  html[lang="pt"] .location-heads-inner .item,
  html[lang="ru"] .location-heads-inner .item,
  html[lang="es"] .location-heads-inner .item,
  html[lang="nl"] .location-heads-inner .item,
  .translated-ltr .location-heads-inner .item {
    font-size: 12px;
  }

  .cityname-wrap {
    font-size: 14px;
  }

  .why-content p {
    line-height: 2;
    font-size: 12px;
  }

  .video-title {
    width: 80%;
    font-size: 13px;
  }

  .journey-video-wrap iframe,
  .journey-video-wrap {
    height: 420px !important;
  }

  .journey-custom-prev-icon,
  .journey-custom-next-icon {
    width: 40px;
    height: 40px;
  }

  .post-title h3 {
    font-size: 20px;
  }

  .post-content p {
    line-height: 2;
    font-size: 13px;
  }

  .news-blog-thumbnail img {
    width: 310px;
    height: 310px;
  }

  .trending-post-content h3 {
    font-size: 14px;
  }

  .contact-us .title-group h3 {
    font-size: 18px;
  }

  .contact-form-wrap input,
  .contact-form-wrap select {
    font-size: 12px;
  }

  .contact-left-bg-wrap {
    background-size: cover;
  }

  .vm_widget-title {
    font-size: 16px;
    margin-bottom: 40px;
  }

  .wpcf7-not-valid-tip {
    font-size: 12px;
  }

  footer ul li a {
    font-size: 12px;
    margin-bottom: 20px;
  }


  .newsletter-content form input {
    font-size: 12px;
    padding-right: 106px;
    padding-left: 15px;
  }

  .newsletter-content form input.wpcf7-submit {
    padding-inline: 15px;
  }

  .contact-detail-group a,
  .contact-btn-wrap a {
    font-size: 12px;
  }

  .contact-detail-group a img {
    width: 30px;
    height: 30px;
    object-fit: cover;
  }

  .contact-number.column-gap-5,
  .mail-id.column-gap-5 {
    column-gap: 2rem !important;
  }

  .contact-number .icon img,
  .mail-id .icon img {
    width: 20px;
    height: 20px;
  }

  .copyright-bar,
  .newsletter-content p,
  .detailed-explaination p {
    font-size: 12px;
  }

  .footer-logo-wrap img {
    width: 80%;
  }

  .footer-newsletter-wrap .vm_widget-title {
    margin-bottom: 20px !important;
  }

  .hero-content-box1 {
    padding-right: 25px;
    padding-left: 35px;
    padding-block: 60px;
  }

  .hero-left-content h1 {
    font-size: 40px;
    margin-bottom: 30px;
  }

  .hero-left-content p {
    margin-bottom: 30px;
  }

  .hero-content-box2 h4 {
    font-size: 18px;
  }

  .contact-info a,
  .hero-left-content p,
  .detailed-explaination h4,
  .service-para p {
    font-size: 14px;
  }

  .main-hero .hero-right-content .hero-image::before {
    bottom: 24px;
  }

  .hero-content-box1 {
    margin-bottom: 100px !important;
  }

  .single-services.postid-292 .hero-content-box1 {
    margin-bottom: 170px !important;
  }

  .single-services.postid-292 .connecting-line1::before {
    height: 27rem;
    top: -215px;
  }

  .single-services .title-group .section-title {
    font-size: 28px;
  }

  .number-stat {
    position: relative;
    padding: 38px 30px;
    font-size: 28px;
    height: 120px;
    margin-left: -60px;
  }

  #excellences-accordion .accordion-button {
    font-size: 22px;
    padding: 18px 35px;
  }

  #excellences-accordion .accordion-item {
    margin-bottom: 80px;
  }

  #excellences-accordion .accordion-button::after {
    width: 25px;
    height: 25px;
  }

  .transplant-techniques .techniques-content .icon img {
    width: 60px;
    height: 60px;
    margin-top: -40px;
  }

  .transplant-techniques .techniques-content .icon::before {
    width: 150px;
    height: 150px;
    margin-top: 0;
  }

  .transplant-techniques .title p {
    font-size: 20px;
  }

  .transplant-techniques .techniques-content .icon {
    margin-bottom: 0;
  }

  .connecting-line2::before {
    top: 90px;
    height: 44rem;
  }

  .connecting-line4::before {
    left: 9%;
  }

  #news-blogs-archive .news-blog-thumbnail img {
    width: 98%;
    height: 300px;
  }

  #news-blogs-archive .post-title h3 {
    font-size: 18px;
    margin-bottom: 0.8rem;
  }

  #news-blogs-archive .latest-news-wrapper .post-title h3 {
    font-size: 14px;
    margin-bottom: 0.8rem;
  }

  #news-blogs-archive .latest-news-wrapper .post-content p {
    font-size: 12px;
  }

  #news-blogs-archive .latest-news-wrapper .read-more-link a {
    font-size: 12px;
    padding-right: 60px;
  }

  #only-blogs .post-title h3 {
    font-size: 20px;
    margin-bottom: 0.8rem;
  }

  #only-blogs .blogs-inner .post-content p,
  .post-body-footer .post-date,
  #only-blogs .read-more-link a {
    font-size: 14px;
  }

  .blogs-inner {
    padding: 35px 25px;
  }

  .popup-left-content .title-group {
    top: 50px;
  }

  .popup-left-content h2 {
    font-size: 30px;
  }

  .popup-left-content h4 {
    font-size: 24px;
  }

  .popup-form-wrapper label {
    color: #000;
    font-weight: 500;
    font-size: 12px;
  }

  .popup-form-wrapper .wpcf7-form-control.wpcf7-checkbox label {
    font-size: 11px;
  }

  form .popup-form-wrapper input {
    font-size: 12px;
    padding-top: 0;
  }

  form .popup-form-wrapper .wpcf7-radio.form-control {
    row-gap: 15px;
  }

  .popup-form-wrapper {
    padding-top: 20px;
    padding-inline: 10px;
  }

  .popup-form-wrapper .wpcf7-spinner {
    position: absolute;
  }

  form .popup-form-wrapper .wpcf7-radio.form-control {
    grid-template-columns: repeat(2, 1fr);
  }

  .singleItem.box1 {
    width: 47%;
  }

  .singleItem.box2 {
    width: 31%;
  }

  .singleItem.box3 {
    width: 25%;
  }

  .singleItem.box4 {
    width: 45%;
  }

  .singleItem.box5 {
    width: 24%;
  }

  .singleItem.boxcommon {
    width: 31%;
  }

  #pills-video .singleItem.empty {
    width: 218.72px;
  }

  #pills-video .singleItem.box1 {
    width: 642.49px;
  }

  #pills-video .singleItem.box2 {
    width: 423.77px;
  }

  .mainGallery .galleryWrapper .sideNav .nav-pills .nav-link {
    font-size: 13px;
  }

  html[lang="de"] .mainGallery .galleryWrapper .sideNav .nav-pills .nav-link,
  .translated-ltr .mainGallery .galleryWrapper .sideNav .nav-pills .nav-link {
    font-size: 14px;
  }


  .mainGallery .galleryWrapper .imageGallery .singleItem img {
    /* height: 320px; */
  }

  .contact-form-wrap {
    padding: 40px 40px;
    padding-right: 30px;
  }

  .main-location {
    font-size: 6.5px;
    /* margin-left: -8px; */
  }

  .location-pointer-box.box5 .main-location {
    /* margin-left: -36px; */
  }

  .popup-form-wrapper.joint-success h2 {
    font-size: 28px;
  }

  form .popup-form-wrapper.joint-success input,
  form .popup-form-wrapper.joint-success select,
  form .popup-form-wrapper.joint-success textarea.form-control {
    font-size: 14px;
    padding-block: 13px;
  }

  form .popup-form-wrapper.joint-success input.btn-style1 {
    padding-inline: 60px;
    padding-block: 13px !important;
    font-size: 14px;
  }

  .search .search-form-wrapper {
    height: 130px;
    top: 83px;
  }

  .search .search-form-wrapper form {
    margin-top: 30px;
  }

  .is-form-style input.is-search-input {
    font-size: 14px !important;
  }

  .close-search-form {
    width: 20px;
    height: 20px;
  }

  #pills-news .trending-post-content {
    padding-left: 0;
    padding-right: 30px;
    margin-bottom: 40px;
  }

  #pills-blogs .read-more-link a,
  #pills-news .read-more-link a {
    color: var(--drkblue);
    font-weight: 700;
    font-size: 14px;
  }

  #news-blogs-listing .nav-pills .nav-link {
    border-radius: 16px;
    padding-block: 9px;
    min-height: 50px;
  }

  #pills-blogs .news-blog-thumbnail img {
    width: 345px;
    height: 300px;
    height: 100%;
  }

  #pills-blogs .post-title h3 {
    font-size: 20px;
  }

  #pills-blogs .news-blogs-inner {
    column-gap: 40px;
  }

  #pills-blogs .post-content p {
    line-height: 1.6;
  }

  #pills-blogs .news-blog-content {
    padding-right: 10px;
  }

  .blogs-cat-wrapper li {
    font-size: 14px;
    border-bottom: 2px solid #8d8d8d;
  }

  .blogs-list-cat {
    padding: 25px 20px;
  }

  .category-title {
    padding: 18px 20px;
  }

  .category-title h2 {
    font-size: 18px;
  }

  .page-template-services-php .main-hero .hero-right-content .hero-image::before {
    height: 0.8px;
    bottom: 21px;
    left: 1px;
  }

  .news-blog-thumbnail img {
    height: 100%;
  }

  #pills-news .news-blog-thumbnail img {
    height: 341px;
  }

  .post-content p {
    line-height: 2;
    font-size: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .news-blogs-listing::before {
    display: none;
  }

  .trending-blogs-news {
    position: relative;
  }

  .trending-blogs-news::before {
    content: "";
    background-color: hwb(0deg 0% 100% / 50%);
    width: 1px;
    height: 100%;
    position: absolute;
    left: -24px;
    top: 0;
  }

  .page-template-news .trending-blogs-news::before {
    display: none;
  }

  #pills-video .singleItem.empty {
    width: 218.72px;
    width: 200px;
  }

  html[lang="fr"] #pills-video .singleItem.empty,
  html[lang="es"] #pills-video .singleItem.empty,
  html[lang="pt"] #pills-video .singleItem.empty,
  html[lang="nl"] #pills-video .singleItem.empty,
  html[lang="de"] #pills-video .singleItem.empty,
  html[lang="it"] #pills-video .singleItem.empty,
  html[lang="ru"] #pills-video .singleItem.empty,
  .translated-ltr #pills-video .singleItem.empty {
    width: 280.72px;
  }

  html[lang="fr"] .singleItem.box2,
  html[lang="es"] .singleItem.box2,
  html[lang="pt"] .singleItem.box2,
  html[lang="nl"] .singleItem.box2,
  html[lang="de"] .singleItem.box2,
  html[lang="it"] .singleItem.box2,
  html[lang="ru"] .singleItem.box2,
  .translated-ltr .singleItem.box2 {
    width: 318.77px;
  }

  html[lang="fr"] #pills-video .singleItem.box2,
  html[lang="es"] #pills-video .singleItem.box2,
  html[lang="pt"] #pills-video .singleItem.box2,
  html[lang="nl"] #pills-video .singleItem.box2,
  html[lang="de"] #pills-video .singleItem.box2,
  html[lang="it"] #pills-video .singleItem.box2,
  html[lang="ru"] #pills-video .singleItem.box2,
  .translated-ltr #pills-video .singleItem.box2 {
    width: 383.77px;
  }

  li.menu-item-has-children .arrow-icon {
    right: 2px;
  }

  html[lang="fr"] .singleItem.box1,
  html[lang="es"] .singleItem.box1,
  html[lang="pt"] .singleItem.box1,
  html[lang="nl"] .singleItem.box1,
  html[lang="de"] .singleItem.box1,
  html[lang="it"] .singleItem.box1,
  html[lang="ru"] .singleItem.box1,
  .translated-ltr .singleItem.box1 {
    width: 40%;
  }

  html[lang="de"] section.single-services .hero-left-content .hero-content-box1 p,
  .translated-ltr section.single-services .hero-left-content .hero-content-box1 p {
    max-width: 560px;
  }

  .patient-exp-inner img {
    height: 240px;
  }
}

@media (min-width:1300px) {
  .ContactBanner_main .contact_formblock form .popup-form-wrapper label {
    font-size: 15px;
  }

  .ContactBanner_main .contact_formblock .select-services-wrap label {
    font-size: 16px !important;
  }

  .ContactBanner_main .contact_formblock .wpcf7-list-item label {
    font-size: 11px !important;
  }

  .ContactBanner_main .contact_formblock form .popup-form-wrapper label {
    font-size: 16px;
  }

  .ContactBanner_main .contact_formblock .country-select {
    margin-top: 15px;
  }

  .ContactBanner_main .contact_formblock form [type=submit] {
    border-bottom: none !important;
    padding: 13px 0 !important;
  }

  .ContactBanner_main .breadcrumbs {
    font-size: 17px;
  }

  .ContactBanner_main .breadcrumbs a {
    font-size: 16px;
  }

  .ContactBanner_main .breadcrumbs .breadcrumbs_title {
    font-size: 34px;
    margin-top: 9px;
  }

  .contactInfo_ .section_title {
    margin-bottom: 50px;
  }

  .contactInfo_ .section_title .section_title_mian {
    font-size: 37px;
  }

  .contactInfo_ .section_title .section_title_txt {
    width: 65%;
    margin-top: 8px;
    font-size: 15px;
  }

  .contactInfo_cards .contactInfo_cards_txt {
    margin-top: 14px;
    font-size: 14px;
  }

  .contactInfo_cards .contactInfo_cards_txt a {
    margin-top: 14px;
    font-size: 14px;
  }

  .contactInfo_cards .contactInfo_cards_icon img {
    width: 22px;
    height: 22px;
  }

  .social_links ul li img {
    width: 37px;
    height: 38px;
    margin: 0 14px;
  }

  .countryflag img {
    width: 38px !important;
    height: 38px;
  }

  .flagone,
  .flag1 {
    top: 8px;
    left: 327px;
  }

  .flagtwo,
  .flag2 {
    top: 63px;
    left: 439px;
  }

  .flagthree,
  .flag3 {
    top: 108px;
    left: 400px;
  }

  .flagfour,
  .flag4 {
    top: 170px;
    left: 370px;
  }

  .flagfive,
  .flag5 {
    top: 189px;
    left: 244px;
  }

  .flagsix,
  .flag6 {
    top: 157px;
    left: 720px;
  }

  .flagseven,
  .flag7 {
    top: -4px;
    left: 652px;
  }

  .flageight,
  .flag8 {
    top: 41px;
    left: 654px;
  }

  .flagnine,
  .flag9 {
    top: 106px;
    left: 648px;
  }

  .flagten,
  .flag10 {
    top: 90px;
    left: 779px;
  }

  .flageleven,
  .flag11 {
    top: 200px;
    left: 783px;
  }

  .flagtwelve,
  .flag12 {
    top: 189px;
    left: 784px;
  }

  .flagthirteen,
  .flag13 {
    top: 232px;
    left: 740px;
  }

  .flagfourteen,
  .flag14 {
    top: 325px;
    left: 750px;
  }

  .service-image video {
    height: 781px;
    object-fit: cover;
  }

  .pum-container.pum-responsive .popup-left-content .popup-gif-wrapper img {
    height: 550px;
  }

  #serviceTabs li button {
    padding-left: 90px;
  }
}

@media (min-width:1400px) {
  .ContactBanner_main .contact_formblock form .popup-form-wrapper label {
    font-size: 18px;
  }

  .ContactBanner_main .contact_formblock .select-services-wrap label {
    font-size: 19px !important;
  }

  .ContactBanner_main .contact_formblock .wpcf7-list-item label {
    font-size: 13px !important;
  }

  .ContactBanner_main .contact_formblock form .popup-form-wrapper label {
    font-size: 18px;
  }

  .ContactBanner_main .contact_formblock .country-select {
    margin-top: 17px;
  }

  .ContactBanner_main .contact_formblock form [type=submit] {
    border-bottom: none !important;
    padding: 15px 0 !important;
  }

  .ContactBanner_main .breadcrumbs {
    font-size: 19px;
  }

  .ContactBanner_main .breadcrumbs a {
    font-size: 18px;
  }

  .ContactBanner_main .breadcrumbs .breadcrumbs_title {
    font-size: 40px;
    margin-top: 10px;
  }

  .contactInfo_ .section_title {
    margin-bottom: 35px;
  }

  .contactInfo_ .section_title .section_title_mian {
    font-size: 42px;
  }

  .contactInfo_ .section_title .section_title_txt {
    width: 60%;
    margin-top: 10px;
    font-size: 17px;
  }

  .contactInfo_cards .contactInfo_cards_txt {
    margin-top: 16px;
    font-size: 16px;
  }

  .contactInfo_cards .contactInfo_cards_txt a {
    margin-top: 16px;
    font-size: 16px;
  }

  .contactInfo_cards .contactInfo_cards_icon img {
    width: 25px;
    height: 25px;
  }

  .social_links ul li img {
    width: 45px;
    height: 45px;
    margin: 0 18px;
  }

  .social_links ul {
    margin: 65px auto 0;
  }

  .ContactBanner_main .contact_formblock {
    padding: 35px 15px 0;
  }

  .ContactBanner_main {
    padding: 45px 0 50px;
  }

  .countryflag img {
    width: 42px !important;
    height: 42px;
  }

  .flagone,
  .flag1 {
    top: 17px;
    left: 365px;
  }

  .flagtwo,
  .flag2 {
    top: 68px;
    left: 489px;
  }

  .flagthree,
  .flag3 {
    top: 118px;
    left: 455px;
  }

  .flagfour,
  .flag4 {
    top: 186px;
    left: 413px;
  }

  .flagfive,
  .flag5 {
    top: 210px;
    left: 265px;
  }

  .flagsix,
  .flag6 {
    top: 170px;
    left: 791px;
  }

  .flagseven,
  .flag7 {
    top: -5px;
    left: 725px;
  }

  .flageight,
  .flag8 {
    top: 56px;
    left: 724px;
  }

  .flagnine,
  .flag9 {
    top: 117px;
    left: 719px;
  }

  .flagten,
  .flag10 {
    top: 98px;
    left: 861px;
  }

  .flageleven,
  .flag11 {
    top: 218px;
    left: 861px;
  }

  .flagtwelve,
  .flag12 {
    top: 205px;
    left: 866px;
  }

  .flagthirteen,
  .flag13 {
    top: 252px;
    left: 824px;
  }

  .flagfourteen,
  .flag14 {
    top: 360px;
    left: 826px;
  }

  .pum-container.pum-responsive .popup-left-content .popup-gif-wrapper img {
    max-width: 100%;
    height: 640px;
  }

  #serviceTabs li button {
    padding-left: 100px;
  }
}

@media (min-width:1700px) {

  .flagone,
  .flag1 {
    top: 26px;
    left: 415px;
  }

  .flagtwo,
  .flag2 {
    top: 84px;
    left: 549px;
  }

  .flagthree,
  .flag3 {
    top: 138px;
    left: 505px;
  }

  .flagfour,
  .flag4 {
    top: 215px;
    left: 469px;
  }

  .flagfive,
  .flag5 {
    top: 241px;
    left: 295px;
  }

  .flagsix,
  .flag6 {
    top: 190px;
    left: 890px;
  }

  .flagseven,
  .flag7 {
    top: 0px;
    left: 825px;
  }

  .flageight,
  .flag8 {
    top: 67px;
    left: 809px;
  }

  .flagnine,
  .flag9 {
    top: 137px;
    left: 798px;
  }

  .flagten,
  .flag10 {
    top: 114px;
    left: 973px;
  }

  .flageleven,
  .flag11 {
    top: 247px;
    left: 966px;
  }

  #serviceTabs li button {
    padding-left: 120px;
  }
  .connecting-line2::before {
    left: 16%;
  }
}

@media (min-width:1900px) {
  .connecting-line2::before {
    left: 19%;
}

  .flagone,
  .flag1 {
    top: 29px;
    left: 475px;
  }

  .flagtwo,
  .flag2 {
    top: 93px;
    left: 619px;
  }

  .flagthree,
  .flag3 {
    top: 154px;
    left: 565px;
  }

  .flagfour,
  .flag4 {
    top: 238px;
    left: 529px;
  }

  .flagfive,
  .flag5 {
    top: 271px;
    left: 335px;
  }

  .flagsix,
  .flag6 {
    top: 220px;
    left: 1000px;
  }

  .flagseven,
  .flag7 {
    top: 3px;
    left: 915px;
  }

  .flageight,
  .flag8 {
    top: 75px;
    left: 904px;
  }

  .flagnine,
  .flag9 {
    top: 152px;
    left: 898px;
  }

  .flagten,
  .flag10 {
    top: 128px;
    left: 1083px;
  }

  .flageleven,
  .flag11 {
    top: 278px;
    left: 1076px;
  }

  #serviceTabs li button {
    padding-left: 120px;
  }

}

@media screen and (max-width:767px) {
  .allservicesWrapper .singleItem .contentWrap .content {
    overflow-y: scroll !important;
  }

  body {
    font-size: 16px;
  }

  .navbar {
    padding: 10px 15px;
  }

  .navbar .container {
    /* padding-inline: 0; */
    padding-block: 7px;
  }

  .navbar .main-logo {
    padding-left: 0px;
  }

  .navbar .container>a.main-logo {
    width: 60%;
  }

  .nav-link {
    margin-inline: 0;
    font-size: 18px;
    margin-bottom: 10px;
  }

  .nav-item:last-child .nav-link {
    /* margin-bottom: 0px; */
  }

  #navbarSupportedContent {
    height: 100vh;
  }

  #navbarSupportedContent {
    padding-inline: 25px;
    padding-block: 15px;
    position: fixed;
    top: 80px;
    left: 0;
    background: #fff;
    width: 100%;
    max-height: 0;
    z-index: 9999;
    overflow-x: hidden;
    overflow-y: auto;
    transition: max-height 0.5s ease-in-out, transform 0.5s ease-in-out;
  }

  #navbarSupportedContent.open {
    transition: max-height 0.2s ease-in-out;
    max-height: calc(100vh - 160px);
    transform: translateY(0);
  }

  #navbarSupportedContent.closed {
    transform: translateY(0%);
  }

  #navbarSupportedContent .btn-style1 {
    width: 100%;
    text-align: center;
    font-size: 18px;
  }

  .navbar-toggler .navbar-toggler-icon {
    background-image: url('https://vatanmed.com/wp-content/uploads/2024/11/hamburger.svg') !important;
    transition: background-image 0.3s ease-in-out;
  }

  .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    background-image: url('https://vatanmed.com/wp-content/uploads/2024/11/cross.svg') !important;
    transition: background-image 0.3s ease-in-out;
  }

  .navbar-toggler {
    border-color: #000;
  }

  button.navbar-toggler:focus:not(:focus-visible) {
    outline: 0;
    box-shadow: none;
  }

  .section-padding,
  .section-padding2 {
    padding-block: 50px;
  }

  .big-title,
  .translated-ltr .big-title {
    font-size: 36px;
    text-align: center;
    word-break: break-all;
  }

  .banner-content {
    font-size: 16px;
    text-align: center;
  }

  .subtitle {
    font-size: 20px;
  }

  .section-title {
    font-size: 30px;
  }
  .translated-ltr .section-title {
    word-break: break-all;
  }
  .patient-exp-inner img {
    border-radius: 10px 10px 0 0;
    height: 100%;
}

  /* .main-banner .bafg-twentytwenty-container img {
        height:100%;
    } */
  .official-partner .section-title {
    font-size: 24px;
  }

  .service-slider-main {
    margin-bottom: 25px !important;
    width: 100%;
  }

  .service-slider .owl-prev,
  .service-slider .owl-next {
    left: 0;
    top: -10px;
    height: max-content;
    margin-block: auto !important;
  }

  .service-slider .owl-next {
    left: unset;
    right: 0;
  }

  #serviceTabs {
    display: none;
    /* overflow-x: scroll;
        flex-wrap: nowrap;
        margin-bottom: 25px;
        min-height: auto;
        padding-left: 0;
        padding-right: 0; */
  }

  #serviceTabs li button {
    width: max-content;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    font-size: 16px;
    padding-left: 15px;
  }

  #serviceTabs .service-icon img {
    width: 30px;
    height: 30px;
    margin-right: 20px;
  }

  #youtube-thumbnail {
    object-fit: cover;
    position: relative;
    width: 100%;
    border-radius: 8px;
    height: 500px;
  }

  .before-content {
    bottom: 25px;
    left: 25px;
    width: 90%;
    font-size: 14px;
    z-index: 99;
  }

  .about .title-group p {
    width: 100%;
    font-size: 14px;
    line-height: 1.8;
  }

  .location-heads-inner .item {
    font-size: 16px;
    line-height: 1.5;
    padding: 10px 30px;
    width: max-content;
  }

  .location1-content {
    width: 100%;
  }

  .location-heads-inner .owl-nav button.owl-prev,
  .location-heads-inner .owl-nav button.owl-next {
    left: -20px;
    margin-block: auto;
  }

  .location-heads-inner .owl-nav button.owl-next {
    left: unset;
    right: -20px;
  }

  .location-inner-clinics {
    padding-top: 8em;
  }

  .why-content-row .section-content {
    padding-left: 0;
  }

  /* .why-content-row  .col-lg-6{
        padding-inline: 0;
    } */
  #news-blogs-archive .latest-news-wrapper .read-more-link a {
    font-size: 16px;
  }

  .why-content-row::before {
    display: none;
  }

  .pateient-journey .title-group p {
    width: 100%;
  }

  .journey-video-wrap {
    height: 400px;
    margin-left: 0;
  }

  .contact-form-wrap {
    padding: 30px 20px;
  }

  .contact-form-wrap .title-group {
    margin-bottom: 25px !important;
  }

  .newsletter-content form input {
    font-size: 14px;
    line-height: 1.5;
    padding-left: 20px;
    padding-right: 131px;
  }

  /* #nav_menu-4 {
    margin-left: 0;
  } */

  footer ul li a {
    font-size: 14px;
    margin-bottom: 15px;
  }

  .translated-ltr ul li a {
    font-size: 13px;
    word-wrap: break-word;
  }

  .translated-ltr .vm_widget-title {
    font-size: 16px;
  }

  .copyright-bar,
  .news-blogs-inner,
  .logo-wrappe {
    flex-wrap: wrap;
    margin-inline: auto;
    text-align: center;
    justify-content: center !important;
  }

  .news-blogs-listing {
    margin-bottom: 60px;
  }

  .news-blog-thumbnail img {
    width: 100%;
    height: 100%;
  }

  .news-blogs-listing::before {
    width: 100%;
    height: 1px;
    right: 0;
    top: unset;
    bottom: -30px;
  }

  .trending-blogs-news .title-group {
    margin-bottom: 50px;
  }

  .trending-post-content h3 {
    margin-bottom: 25px;
  }

  .trending-post-content {
    margin-bottom: 50px;
  }

  .trending-post-content::after {
    bottom: -25px;
  }

  .contact-from-wrapper {
    width: 100%;
  }

  .contact-us .title-group h3 {
    font-size: 20px;
  }

  .cityname-wrap,
  .city-contact-details {
    font-size: 16px;
  }

  .why-us .section-img {
    margin-bottom: 25px;
  }

  .page-title h1::after {
    width: 100%;
    background-size: contain;
  }

  #faq-section .accordion-button:not(.collapsed) {
    padding-top: 25px;
  }

  #faq-section .accordion-button {
    padding-inline: 25px;
  }

  .accordion-body,
  #faq-section .accordion-body {
    padding-inline: 25px;
    padding-left: 67px !important;
  }

  #faq-section .accordion-body {
    font-size: 14px;
  }

  #faq-section .accordion-button {
    column-gap: 15px;
  }

  #faq-section .accordion-button {
    font-size: 16px;
  }

  .terms-content h3 {
    font-size: 20px;
  }

  .page-template-thank-you .error-page-main p {
    font-size: 18px;
  }

  .page-template-thank-you .error-page-main br {
    display: none;
  }

  .hero-content-box1 {
    padding: 50px 25px;
    padding-right: 25px;
  }

  .hero-left-content h1 {
    font-size: 24px;
  }

  html[lang="de"] .hero-left-content h1,
  .translated-ltr .hero-left-content h1 {
    font-size: 30px;
    word-break: break-all;
  }

  .hero-content-box2 {
    margin-top: 25px;
    width: 100%;
    margin-left: 0;
    position: relative;
    right: unset;
    left: 0;
    bottom: 0;
  }

  .single-services .main-hero .hero-right-content .hero-image {
    padding-left: 0;
    margin-bottom: 25px;
  }

  .service-para,
  .service-image,
  .detailed-services-para {
    width: 100%;
    margin-right: 0;
  }

  .transplant-techniques {
    flex-wrap: wrap;
    width: 100%;
    flex-direction: column;
    align-items: center;
    row-gap: 15px;
  }

  .transplant-techniques .techniques-content .icon::before {
    background-position: center center;
    width: 150px;
    height: 150px;
    position: absolute;
    top: 0;
    left: 0px;
    right: 0;
    bottom: 0;
    margin-inline: auto;
    margin-block: auto;
  }

  .connecting-line1::before,
  .connecting-line2::before,
  .connecting-line3::before,
  .connecting-line4::before,
  .main-hero .hero-right-content .hero-image::before {
    display: none;
  }

  .number-stat {
    margin-left: 0;
    padding: 28px 20px;
    font-size: 30px;
    height: 100px;
  }

  .single-services .title-group p {
    width: 100%;
    font-size: 14px;
    line-height: 1.5;
  }

  .service-image {
    margin-block: 25px;
  }

  .single-services .section-image img {
    width: 100%;
    margin-bottom: 25px;
  }

  #excellences-accordion .accordion-button {
    font-size: 17px;
    line-height: 1.5;
    padding: 20px 25px;
  }

  #excellences-accordion .accordion-body {
    padding-left: 25px !important;
    padding-right: 25px;
    font-size: 14px;
  }

  #excellences-accordion .accordion-item {
    margin-bottom: 35px;
  }

  .techniques-content .title {
    margin-top: -30px;
  }

  .single-services .title-group.mb-5 {
    margin-bottom: 1.5rem !important;
  }

  .content-boxes:last-child {
    margin-bottom: 0px;
  }

  .single-services .hero-content-box1 .btn-style1 {
    padding-right: 60px;
    font-size: 14px;
    width: 100%;
  }

  .hero-left-content p,
  .hero-left-content h1,
  .whyus-content-inner {
    margin-bottom: 25px;
  }

  .single-services .title-group .section-title {
    font-size: 28px;
  }

  .translated-ltr .single-services .title-group .section-title {
    font-size: 21px;
  }

  .service-para p {
    font-weight: 300;
    font-size: 15px;
  }

  .detailed-explaination h4 {
    font-size: 16px;
  }

  .content-boxes {
    column-gap: 15px;
    margin-bottom: 25px;
  }

  .hero-content-box1 {
    margin-bottom: 0 !important;
  }

  #news-blogs-archive .col-lg-8 .row {
    padding-right: 0;
  }

  #news-blogs-archive .news-blog-thumbnail img,
  #news-blogs-archive .latest-news-wrapper .news-blog-thumbnail img {
    width: 100%;
    height: 100%;
  }

  .news-blog-content {
    padding-right: 0;
    margin-bottom: 25px;
  }

  #news-blogs-archive .news-blogs-inner {
    margin-bottom: 25px;
  }

  #news-blogs-archive .side-widget-title h4 {
    margin-inline: auto;
  }

  #news-blogs-archive .latest-news-wrapper .post-title h3 {
    font-size: 18px;
  }

  #news-blogs-archive .latest-news-wrapper .post-content p {
    font-size: 14px;
  }

  .news-blog-content .post-title h3 {
    font-size: 20px;
  }

  .news-blog-content .post-content p {
    font-size: 14px;
  }

  #news-blogs-archive .latest-news-wrapper .news-blog-content {
    padding-top: 20px;
    padding-inline: 10px;
  }

  #news-blogs-archive .col-lg-4 {
    padding-right: calc(var(--bs-gutter-x)* .5);
  }

  #only-blogs .post-title h3 {
    font-size: 20px;
  }

  .blogs-inner {
    margin-bottom: 25px;
  }

  .post-body-footer .post-date {
    font-size: 14px;
    padding-left: 10px;
  }

  #only-blogs .read-more-link a {
    font-size: 14px;
  }

  .info-section .section-image-wrapper img {
    width: 100%;
  }

  .info-wrapper {
    padding: 30px;
    margin-left: 0;
    margin-top: 25px;
  }

  .info-wrapper .info-inner,
  .company-stats-inner {
    display: flex;
    flex-wrap: wrap;
    column-gap: 65px;
  }

  .info-content-boxes::before {
    width: 100%;
    height: 1px;
    top: 98%;
    right: 0;
  }

  .info-section .title-group p {
    font-size: 14px;
    width: 100%;
  }

  .info-section .row>*,
  .company-stats .row>*,
  .section.why-us-section .row>*,
  footer .row>*,
  .contact_formblock .popup-form-wrapper .row>* {
    /* padding-inline: 0 !important; */
  }

  .info-content-boxes .info-desc-wrap,
  .copyright-bar {
    font-size: 14px;
  }

  .info-title-wrap h3 {
    font-size: 24px;
  }

  .section-subpara {
    font-size: 16px;
    margin-bottom: 20px !important;
  }

  .company-stat-boxes {
    margin-bottom: 25px;
  }

  .info-content-boxes .icon-wrap,
  .info-content-boxes .info-title-wrap {
    margin-bottom: 2rem;
  }

  .company-stats .icon-wrap img {
    margin-bottom: 20px;
  }

  .page-template-about-us .hero-left-content {
    margin-bottom: 0px;
  }

  .pum-theme-447 .pum-container,
  .pum-theme-default-theme .pum-container {
    width: 100% !important;
  }

  form .popup-form-wrapper .wpcf7-radio.form-control {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 10px;
    row-gap: 15px;
    margin-top: 25px;
  }

  .popup-left-content h2 {
    font-size: 30px;
  }

  .popup-left-content .title-group {
    top: 30px;
  }

  .popup-left-content h4 {
    font-size: 24px;
  }

  .select-services-wrap {
    margin-top: 20px;
  }

  #faq-section {
    width: 100%;
    margin-inline: auto;
    padding-inline: 0;
  }

  .terms-content ol li {
    margin-bottom: 10px;
    word-wrap: break-word;
  }

  .vm_widget-title {
    margin-bottom: 30px;
  }

  .footer-logo-wrap {
    text-align: center;
  }

  .footer-logo-wrap {
    text-align: center;
    margin-bottom: 25px !important;
  }

  .footer-logo-wrap img {
    margin-inline: auto;
    width: 50%;
    text-align: center;
  }

  .contact-btn-wrap,
  .mail-id {
    margin-bottom: 1.5rem !important;
  }

  .contact-btn-wrap a {
    color: var(--golden);
  }

  .contact-number,
  .mail-id {
    column-gap: 1.5rem !important
  }

  .contact-detail-group a {
    color: #fff;
    font-size: 14px;
  }

  #patient-experience .row {
    width: 100%;
    margin-inline: auto;
  }

  #patient-experience .row .col-lg-4 {
    margin-bottom: 2rem !important;
  }

  #patient-experience .row .col-lg-4:last-child {
    margin-bottom: 0rem !important;
  }

  .page-template-faq .page-title h1 {
    font-size: 70px;
  }

  /* footer .col-6{
        padding-inline: 0;
    } */
  #faq-section .accordion-button::after {
    background-image: url(https://vatanmed.com/wp-content/uploads/2024/11/xmark.svg);
    width: 30px;
    height: 30px;
  }

  .language-switcher {
    margin-left: 0;
    margin-block: 20px;
    margin-top: 5px;
  }

  select.gt_selector {
    left: -5px;
    width: 90px;
    font-size: 18px;
    position: relative;
  }

  .translated-ltr select.gt_selector {
    font-size: 14px;
  }

  .translated-ltr #navbarSupportedContent .btn-style1 {
    width: 100%;
    text-align: center;
    font-size: 14px;
  }

  .copyright-bar {
    margin-bottom: 0 !important;
  }

  /* #menu-quicklinks{
        padding-left: 13px;
    } */
  #nav_menu-3 {
    margin-left: 0;
  }

  footer .row>* {
    margin-bottom: 25px;
  }

  footer .row> :nth-last-child(2),
  footer .row> :last-child {
    margin-bottom: 0px;
  }

  .patient-details-footer {
    padding: 10px 15px;
  }

  .patient-details-footer .cta-btn-wrapper a span {
    font-size: 16px;
    font-weight: 600;
  }

  .patient-details-footer .cta-btn-wrapper a {
    font-size: 12px;
  }

  .paient-details h4 {
    font-size: 16px;
  }

  .menu-primary-header-menu-container {
    position: relative;
  }

  .search .search-form-wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0px;
    left: -7%;
    width: 100%;
    margin-left: unset;
    display: none;
  }

  #is-ajax-search-result-502 {
    right: 23px !important;
    left: 0 !important;
    margin-left: auto;
    width: 85% !important;
    z-index: 9999;
  }

  .close-search-form {
    top: 80px;
    z-index: 99;
  }

  .is-form-style input.is-search-input {
    padding-left: 4rem !important;
    /* box-shadow: 0 0 0 1px #7691ad; */
    padding: .5rem 1rem;
    margin: 0;
    border: 1px solid #7691ad;
    background-color: #f6f9fc;
    border-radius: 4px;
    color: #707070 !important;
    width: 96vw;
    display: block;
    text-overflow: ellipsis;
    height: 50px;
    font-family: 'poppins';
    font-size: 18px !important;
  }

  #search-trigger {
    z-index: 9999999999;
    position: relative;
  }

  .inner-navbar-content {
    flex-direction: column;
    align-items: flex-start !important;
  }

  .search {
    order: 1;
    margin-block: 15px;
  }

  .menu-primary-header-menu-container {
    order: 2;
  }

  .language-switcher {
    order: 3;
  }

  .header-contact {
    order: 4;
    width: 100%;
  }

  .post-content {
    margin-bottom: 20px;
  }

  .why-content-row,
  .why-content-row .col-lg-6 {
    padding-right: 0;
  }

  .contact-us .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input,
  .contact-us .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type=tel],
  .contact-us .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type=text],
  .contact-us .intl-tel-input input,
  .contact-us .intl-tel-input input[type=tel],
  .contact-us .intl-tel-input input[type=text] {
    padding-left: 0px !important;
  }

  .contact-us .intl-tel-input .selected-flag .iti-arrow {
    display: none;
  }

  .contact-us .intl-tel-input.separate-dial-code .selected-dial-code {
    padding-left: 0px;
  }

  .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 .selected-flag {
    width: 80px;
  }

  .contact-form-wrap input,
  .contact-form-wrap select {
    font-size: 14px;
    padding: 15px 20px;
    padding-bottom: 5px;
    padding-left: 0;
  }

  .contact-form-wrap select {
    margin-block: 0;
  }

  .contact-form-wrap .wpcf7-form-control.wpcf7-submit {
    font-size: 14px;
  }

  .main-banner .btn-style1 {
    margin-bottom: 25px;
    width: max-content;
    padding-block: 10px;
    padding-right: 60px;
    font-size: 13px;
    margin-inline: auto;
  }

  .main-banner .owl-nav {
    display: none;
  }

  .main-banner .owl-dots {
    flex-direction: row;
    position: relative;
    right: 0;
    top: 10px;
  }

  .main-banner .owl-theme .owl-dots .owl-dot span {
    width: 23px;
    height: 7px;
    margin: 0px 7px;
    background: #353535;
  }

  .search {
    position: relative;
    width: calc(100% + 14%);
  }

  .mainGallery .galleryWrapper .imageGallery .singleItem {
    width: 100% !important;
    margin-inline: 0;
  }

  .mainGallery .galleryWrapper .imageGallery .singleItem.empty {
    margin: 0;
  }

  .mainGallery .galleryWrapper .sideNav {
    position: relative;
    flex-wrap: wrap;
  }

  .mainGallery .galleryWrapper .imageGallery .singleItem img {
    height: 100%;
  }

  .v-pills-tab,
  #v-pills-tab-vid {
    overflow-x: scroll;
    width: auto;
    /* display: flex; */
    flex-direction: row !important;
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

  .service-title-content .btn-style1 {
    padding-block: 10px;
  }

  .why-content p {
    line-height: 2;
    font-size: 16px;
  }

  .journey-slider-main .owl-nav {
    column-gap: 20px;
  }

  .journey-custom-prev-icon,
  .journey-custom-next-icon {
    width: 30px;
    height: 30px;
  }

  .video-title {
    width: 75%;
    font-size: 15px;
    padding: 10px 30px;
  }

  .journey-video-wrap iframe {
    height: 400px !important;
    width: 100% !important;
  }

  .main-hero .row {
    flex-direction: column-reverse;
    align-items: unset !important;
  }

  .main-location {
    font-size: 16px;
    /* margin-left: 0; */
  }

  .ContactBanner_main_map .locationdropdown {
    top: -70px;
  }

  textarea.form-control {
    height: 80px;
  }

  .captcha-wrap input {
    width: 30%;
  }

  #popmake-456,
  #popmake-665 {
    top: 0 !important
  }

  .popup-form-wrapper.joint-success h2 {
    text-align: center;
    font-size: 24px;
  }

  form .popup-form-wrapper.joint-success input,
  form .popup-form-wrapper.joint-success select,
  form .popup-form-wrapper.joint-success textarea.form-control {
    font-size: 14px;
    padding: 13px 20px;
  }

  #v-pills-tab,
  #-pills-tab-vid {
    flex-direction: row !important;
    flex-wrap: nowrap;
    overflow-x: auto;
    column-gap: 20px;
    margin-bottom: 15px;
    margin-inline: auto;
    margin-right: 0 !important;
  }

  .mainGallery .galleryWrapper .sideNav .nav-pills .nav-link {
    flex: 1 0 auto;
  }

  .page-template-thankyou-subs .error-page-main h1 {
    font-size: 30px;
    line-height: 1.4;
  }

  .page-template-thankyou-subs .error-page-main p {
    font-size: 16px;
    width: 75%;
    margin-inline: auto;
    line-height: 1.5;
  }

  .singleItem.empty {
    height: 100% !important;
  }

  .service-image video {
    height: 100%;
    object-fit: cover;
  }

  .social-logos {
    justify-content: center;
  }

  .allservicesWrapper .singleItem .videoImageWrapper video,
  .videoImageWrapper {
    height: 100% !important;
    object-fit: cover;
  }

  #news-blogs-listing .nav-pills .nav-link {

    padding-block: 12px;

    padding-inline: 35px;

    width: max-content;

    min-height: 57px;

  }



  #news-blogs-listing #pills-tab {

    justify-content: space-between !important;

  }



  #pills-blogs .news-blog-thumbnail img {

    width: 100%;

    height: 270px;

  }



  .blogs-cat-wrapper {

    margin-left: 0;

    margin-bottom: 25px;

  }



  .blogs-listing-wrapper .row {

    flex-direction: column-reverse;

  }



  .blogs-list-cat {

    display: flex;

    flex-wrap: nowrap;

    overflow-x: scroll;

    justify-content: start;

    align-items: baseline;

    width: 100%;

  }



  .blogs-cat-wrapper li {

    width: max-content;

    flex: 1 0 auto;

    padding-right: 30px;

  }



  #post-container::before {

    display: none;

  }



  #pills-news .news-blog-thumbnail img {

    width: 100%;

    height: 250px;

  }

  .transplant-techniques .techniques-content,
  .menu-primary-header-menu-container {
    width: 100%;
  }

  li.menu-item-has-children .arrow-icon {
    position: absolute;
    top: 9px;
    right: 0px;
    width: 25px;
    height: 25px;
    margin: auto;
    text-align: center;
  }

  .sub-menu {
    position: relative;
    top: -10px;
    width: 300px;
    padding: 15px 20px;
    padding-block: 0;
    padding-left: 10px;
  }

  .sub-menu.active li a {
    font-size: 15px;
    padding-block: 5px;
  }

  .translated-ltr .sub-menu.active li a {
    font-size: 12px;
  }
}

@media (max-width:992px) {
  .vm_widget-title {
    margin-bottom: 25px;
  }

  .contactInfo_cards {
    padding: 25px 18px 25px;
    border-radius: 17px;
    /* width: 88%; */
  }

  .contactInfo_ .section_title .section_title_mian {
    font-size: 25px;
  }

  .contactInfo_ .section_title .section_title_txt {
    width: 90%;
    margin-top: 2px;
    font-size: 13px;
  }

  .contactInfo_ {
    padding-bottom: 40px;
  }

  .social_links ul {
    margin: 25px auto 10px;
    flex-wrap: wrap;
    row-gap: 15px;
  }

  .ContactBanner_main .contact_formblock {
    font-size: 13px;
  }

  .ContactBanner_main .row .col-md-5 {
    width: 100%;
  }

  .popup-form-wrapper {
    padding: 0;
    padding-top: 25px;
  }

  .contact_formblock .col-md-12 {
    padding: 0;
  }

  .ContactBanner_main {
    padding: 45px 0 14px;
  }

  /* .contact_formblock .col-md-6 {
        width: 50%;
    } */
  .ContactBanner_main .contact_formblock .wpcf7-list-item label {
    font-size: 13px !important;
  }

  .ContactBanner_main .contact_formblock {
    background: transparent;
    padding: 20px;
    box-shadow: none;
    padding-top: 20.5rem;
    padding-bottom: 0;
  }

  .mapmobile_ {
    display: block !important;
  }

  .ContactBanner_main .ContactBanner_main_map {
    /* position: absolute;
    left: 0;
    width: 100%;
    top: 140px; */
  }

  .countryflag {
    display: none;
  }

  .mapdesk_ {
    display: none !important;
  }

  .contactInfo_ .innercontainer {
    padding: 20px;
  }

  .contactInfo_ .section_title {
    margin-bottom: 20px;
  }

  /* .breadcrumbs_title {
    position: absolute;
    top: 305px;
    width: 100%;
    text-align: center;
    right: 0;
    margin: auto;
    font-size: 20px !important;
  } */

  .ContactBanner_main .breadcrumbs {
    font-size: 15px;
    color: #020100;
    margin-top: -15px;
    position: initial;
  }

  .locationdropdown {
    display: block !important;
  }

  .dropitem {
    display: block;
    position: relative;
    text-align: left;
    top: 0;
    left: 0;
  }

  .dropitem .modalpopup {
    display: block;
    width: 100%;
    margin-top: 10px;
    position: relative;
  }

  .modalpopup .closebtn {
    display: none;
  }

  .main-img-wrap img {
    width: 200px;
    height: 200px;
  }

  .m-view {
    display: block
  }

  .d-view {
    display: none;
  }

  .copyright-bar,
  .news-blogs-inner,
  .logo-wrappe {
    text-align: left !important;
    margin-bottom: 20px;
  }

  .logo-wrapper {
    column-gap: 20px;
  }

  .contactInfo_cards .contactInfo_cards_txt {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .pum-theme-447 .pum-container,
  .pum-theme-default-theme .pum-container {
    width: 95% !important;
  }

  #popmake-456 {
    top: 40px !important;
  }

  .select-location-wrap {
    margin-top: 20px;
  }

  #popmake-456 form .popup-form-wrapper .wpcf7-radio.form-control,
  #popmake-456 form .popup-form-wrapper .wpcf7-form-control.wpcf7-checkbox {
    column-gap: 10px !important;
    grid-template-columns: 1fr 1fr;
    align-items: baseline;
  }

  .popup-form-wrapper label {
    font-size: 13px;
  }

  form .popup-form-wrapper input {
    font-size: 13px;
  }

  .translated-ltr .wpcf7-form-control.wpcf7-checkbox label {
    font-size: 12px;
    word-break: break-all;
  }

  textarea.form-control {
    height: 50px;
  }

  .select-location-wrap {
    margin-bottom: 5px;
  }

  form .popup-form-wrapper .dscf7captcha {
    font-size: 13px;
  }

  .social-logos {
    justify-content: start;
  }

  #news-blogs-listing #pills-tab {
    justify-content: center !important;
    column-gap: 15px;
  }

  .single-post .imgWrapper {
    width: 100%;
    height: 100%;
  }

  .journey-video-wrap {
    height: 500px;
    margin-left: 0;
  }

  .journey-slider #youtube-thumbnail {
    height: 500px;
  }

  .journey-video-wrap iframe {
    height: 500px !important;
  }

  form .popup-form-wrapper.joint-success input,
  form .popup-form-wrapper.joint-success select,
  form .popup-form-wrapper.joint-success textarea.form-control {
    font-size: 13px;
    padding: 5px 15px;
  }

  form .popup-form-wrapper.joint-success textarea.form-control {
    height: 50px;
  }

  form .popup-form-wrapper.joint-success input.btn-style1 {
    padding-inline: 50px;
    font-size: 14px;
    padding-block: 12px !important;
  }

  #v-pills-tab-vid.m-view {
    margin-right: 0 !important
  }

  .error-page-main {
    width: 95%;
    margin-inline: auto;
  }

  .translated-ltr .page-title-normal h1 {
    position: relative;
    font-size: 30px;
    word-wrap: break-word;
  }

  .translated-ltr input {
    margin-top: 4px;
    margin-bottom: auto;
    word-break: break-all;
    font-size: 10px;
  }
}

@media(min-width: 992px) {
  .ContactBanner_main .col-lg-7 {
    display: flex;
    align-items: flex-end;
  }

  .ContactBanner_main .row .col-lg-5 {
    width: 38.666667%;
  }

  #nav_menu-4 {
    margin-left: 80px;
  }

  #nav_menu-3 {
    margin-left: 20px;
  }

  form .popup-form-wrapper .wpcf7-radio.form-control,
  form .popup-form-wrapper .wpcf7-form-control.wpcf7-checkbox {
    grid-template-columns: repeat(2, 1fr);
  }

}

@media (min-width: 992px) {

  html[lang="de"] .singlePostsContent h1 strong,
  html[lang="de"] .singlePostsContent h2 strong,
  html[lang="de"] .singlePostsContent h3 strong,
  html[lang="de"] .singlePostsContent h4 strong,
  html[lang="de"] .singlePostsContent h5 strong,
  html[lang="de"] .singlePostsContent h6 strong,
  .translated-ltr.singlePostsContent h6 strong {
    font-size: 33px;
  }

}

#lightbox {
  position: fixed;
  top: 0 !important;
  left: 0 !important;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.95);
  flex-direction: column-reverse;
}

input[type="checkbox"]:focus {
  box-shadow: 0 1px 1.5px #007bff;
}

input[type="submit"]:focus {
  box-shadow: 0 0 1px 1.2px #007bff;
}

.whatsappIconWrapper {
  position: fixed;
  right: 5px;
  bottom: 10px;
  z-index: 9;
}

.terra-chat.tscw-d-none {
  display: none !important;
}

.terra-chat {
  position: relative;
  overflow: hidden;
}

.terra-chat .widget-container {
  position: fixed;
  bottom: -800px;
  right: 10px;
  width: 80px;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(1, 0, 0, 0.3);
  border-radius: 10px;
  transition: all 500ms ease-in-out;
  transform: translate(0, 0);
  opacity: 0;
  z-index: 99999;
  background: #fff;
}


.terra-chat .widget-container {
  max-width: 80px;
}

.terra-chat.live-chat .widget-container,
.terra-chat.inner-live-chat-open .widget-container {
  max-width: var(--max-widget-container-width) !important;
  max-height: calc(100% - 120px);
  width: 100%;
  height: 100%;
}

.terra-chat .widget-container .inner-live-chat {
  display: none;
}

.terra-chat.inner-live-chat-open .widget-container .ch-options {
  display: none;
}

.terra-chat.inner-live-chat-open .widget-container .inner-live-chat {
  display: block;
  width: 100%;
  height: 100%;
}

.terra-chat.inner-live-chat-open .widget-header,
.terra-chat.inner-live-chat-open .widget-footer {
  display: none !important;
}

.terra-chat.live-chat .live-container iframe,
.terra-chat .widget-container .inner-live-chat iframe {
  border: none !important;
}

.terra-chat .widget-container.theme-dark {
  background: var(--tscw-color-dark);
}

.terra-chat .widget-container .fill-svg-bg {
  fill: var(--tscw-color-light) !important;
}

.terra-chat .widget-container.theme-dark .fill-svg-bg {
  fill: var(--tscw-color-dark) !important;
}

.terra-chat .widget-container.show {
  transform: translate(0, -900px);
  opacity: 1;
}

.terra-chat #tscw-btn-toggle {
  position: fixed;
  display: flex;
  width: 64px;
  height: 64px;
  bottom: 20px;
  right: 20px;
  background: #333333;
  color: var(--tscw-color-light);
  border: none;
  padding: 15px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 999999;
  vertical-align: middle;
}

.terra-chat #tscw-btn-toggle i,
.terra-chat #tscw-btn-toggle span,
.terra-chat #tscw-btn-toggle svg {
  pointer-events: none !important;
}

.terra-chat #tscw-btn-toggle svg {
  width: 35px;
}

.terra-chat.tscw-position-left #tscw-btn-toggle {
  left: 20px;
  right: unset;
}

.terra-chat.tscw-position-left .widget-container {
  left: 10px;
  right: unset;
}

.terra-chat #tscw-btn-toggle.fg-light {
  color: var(--tscw-color-light);
}

.terra-chat #tscw-btn-toggle.fg-dark {
  color: var(--tscw-color-dark);
}

.terra-chat .widget-container.theme-dark #tscw-btn-toggle {
  color: var(--tscw-color-dark);
}

.terra-chat:not(.open) #tscw-btn-toggle.animation-pulse {
  animation: pulse 1.5s infinite;
}

.terra-chat:not(.open) #tscw-btn-toggle.animation-ripple::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: 50%;
  z-index: -1;
  animation: ripple 1.5s ease-out infinite;
}

@keyframes pulse {
  0% {
      transform: scale(1);
  }
  50% {
      transform: scale(1.25);
  }
  100% {
      transform: scale(1);
  }
}

@keyframes ripple {
  from {
      opacity: 1;
      transform: scale(0);
  }
  to {
      opacity: 0;
      transform: scale(2);
  }
}

#tscw-btn-toggle i {
  font-size: 24px;
}

.terra-chat .widget-header {
  padding: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: var(--tscw-color-dark);
}

.terra-chat .widget-header,
.terra-chat .widget-footer {
  background-color: var(--tscw-color-light);
}

.terra-chat .widget-container.theme-dark .widget-header,
.terra-chat .widget-container.theme-dark .widget-footer {
  background-color: var(--tscw-color-dark);
}

.terra-chat .widget-container.theme-dark .widget-header {
  color: var(--tscw-color-light);
}

.terra-chat .widget-header.theme-dark,
.terra-chat .widget-footer.theme-dark {
  background-color: var(--tscw-color-dark);
}

.terra-chat.live-chat .widget-header {
  display: none !important;
}

.terra-chat .widget-header img {
  max-width: 50px;
  margin: 5px 0;
}

.terra-chat .widget-header span {
  font-size: 12px;
  text-align: center;
  margin-top: 10px;
}

.terra-chat .widget-footer {
  position: relative;
  text-align: center;
  line-height: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.terra-chat .widget-footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 70%;
  border-top: 1px solid #cccccc;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.terra-chat .widget-footer p {
  margin: 0 !important;
  line-height: 1;
}

.terra-chat .widget-footer a {
  text-decoration: none;
  font-weight: bold;
  color: var(--tscw-color-dark);
}

.terra-chat .widget-footer,
.terra-chat .widget-footer a,
.terra-chat .widget-footer a small {
  font-size: 0.75rem !important;
}

.terra-chat .widget-container.theme-dark .widget-footer a {
  color: var(--tscw-color-light);
}

.terra-chat .tscw-content {
  padding: 10px;
}

.terra-chat .tscw-content,
.terra-chat .tscw-content .ch-options {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.terra-chat.live-chat .tscw-content,
.terra-chat.inner-live-chat-open .tscw-content {
  padding: 0;
  height: 100%;
}

.terra-chat .widget-container .tscw-content {
  background-color: var(--tscw-color-light);
}

.terra-chat .widget-container.theme-dark .tscw-content {
  background-color: var(--tscw-color-dark);
}

.terra-chat #tscw-close-inner-live-chat {
  position: absolute;
  width: 40px;
  top: 10px;
  right: 5px;
  color: var(--tscw-color-dark) !important;
}

.terra-chat #tscw-close-inner-live-chat svg {
  width: 30px;
  pointer-events: none;
}

.terra-chat:not(.live-chat) .tscw-content a,
.terra-chat:not(.live-chat) .tscw-content button {
  color: var(--tscw-color-dark);
  font-size: 24px;
  margin: 2px 0;
  transition: all 250ms ease-in-out;
  border: none;
  background: none;
}

.terra-chat:not(.live-chat) .tscw-content button {
  padding: 0;
}

.terra-chat .tscw-content .ch-options .tscw-option {
  width: 24px;
}

.terra-chat .tscw-content .ch-options .tscw-option svg {
  width: 100%;
  pointer-events: none;
}

.terra-chat:not(.live-chat) .widget-container.theme-dark .tscw-content a,
.terra-chat:not(.live-chat) .widget-container.theme-dark .tscw-content button {
  color: var(--tscw-color-light);
}

.terra-chat:not(.live-chat) .widget-container .tscw-content a:hover,
.terra-chat:not(.live-chat) .widget-container .tscw-content button:hover {
  opacity: 60%;
}

.terra-chat:not(.live-chat) .widget-container .tscw-content .tscw-channel-option-icon {
  position: relative;
  display: block;
  width: 30px;
  height: 30px;
  background: var(--tscw-color-dark);
}

.terra-chat:not(.live-chat) .widget-container.theme-dark .tscw-content .tscw-channel-option-icon {
  background: var(--tscw-color-light);
}

@media (min-width: 620px) {
  .terra-chat .widget-container {
      max-width: 80px;
  }

  .terra-chat.live-chat .widget-container,
  .terra-chat.inner-live-chat-open .widget-container {
      max-width: var(--max-widget-container-width-md) !important;
      max-height: 350px;
      width: 100%;
      height: 100%;
  }
}