body {
  font-family: var(--font_family) !important;
  overflow-x: hidden;
}
html{
  overflow-x: hidden;

}
:root {
  --commoncolor: #bf0a30;
  --themecolor: #688f32;
  --paracolor: #333;
  --navachor: #000;
  --bgthemecolor: #688f327d;
  --btn_text: #fff;
  --dropdowncolor: #688f3231;
  --dropshadow: 5px 10px 65px -10px rgba(0, 0, 0, 0.2);
  --offwhite: #f7f7f7;
  --btm_clor: #101010;
  --srcollshadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  --font_family: "Montserrat";
  --open-sans-font: "Open Sans", sans-serif;
  --transition: all 0.3s ease-in-out;

  --clr-primary: #4e6928;
  --clr-accent: #dbe1d4;
  --clamp-title: clamp(1.75rem, 4.8vw, 46px);
  --clamp-sub-title: clamp(1.25rem, 2.5vw, 28px);
  --clr-black: #000;
  --clr-dark: #1e1e1e;
  --clr-body: #4a4a4a;
  --clr-white: #fff;
  --clr-gray: #808080;
  --clr-gray-100: #f8f8f8;
  --clr-gray-200: #ededed;
  --clr-gray-300: #d8d8d8;
  --clr-gray-400: #ccc;
  --clr-gray-500: #bfbfbf;
  --clr-gray-600: #a6a6a6;
  --clr-gray-700: #a1a1a1;
  --clr-gray-800: #9d9d9d;
  --clr-gray-900: #909090;
  --font-title: "Fjalla One", sans-serif;
  --font-body: "Montserrat", sans-serif;
  --smooth-shadow: 0px 0.6px 0.9px rgba(0, 0, 0, 0.006),
    0px 1.4px 2.1px rgba(0, 0, 0, 0.009), 0px 2.3px 3.5px rgba(0, 0, 0, 0.011),
    0px 3.5px 5.2px rgba(0, 0, 0, 0.013), 0px 5px 7.5px rgba(0, 0, 0, 0.015),
    0px 7.1px 10.6px rgba(0, 0, 0, 0.017),
    0px 10.1px 15.1px rgba(0, 0, 0, 0.019),
    0px 14.6px 21.9px rgba(0, 0, 0, 0.021),
    0px 22.5px 33.8px rgba(0, 0, 0, 0.024), 0px 40px 60px rgba(0, 0, 0, 0.03);
  --border-shadow: rgba(9, 30, 66, 0.25) 0px 1px 1px,
    rgba(9, 30, 66, 0.13) 0px 0px 1px 1px;
  --elevation-1: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px,
    rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
  --elevation-2: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px,
    rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
  --elevation-3: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px,
    rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
  --elevation-4: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px,
    rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
  --clamp-btn: clamp(1em, 2.5vw, 1.25em) clamp(1em, 2.5vw, 2em);
  --clamp-box: clamp(1rem, 3vw, 1.25rem);
  --overlay-linear: linear-gradient(hsl(0 0% 0% / 85%), hsl(0 0% 0% / 85%));
  --overlay-secondary-and-dark: linear-gradient(
    hsl(90.87deg 89.61% 30.2% / 50%),
    hsl(0 0% 0% / 85%)
  );
  --section-padding: clamp(40px, 10vw, 80px);
  --fw-title: 400;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Regular.woff2") format("woff2"),
    url("../fonts/Montserrat-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Medium.woff2") format("woff2"),
    url("../fonts/Montserrat-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-SemiBold.woff2") format("woff2"),
    url("../fonts/Montserrat-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Bold.woff2") format("woff2"),
    url("../fonts/Montserrat-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 36px;
  font-weight: 500;
  line-height: normal;
  font-family: "Fjalla One", sans-serif;
  text-transform: capitalize;
}
.object-fit-cover {
  object-fit: cover;
}
h2 {
  font-size: 38px;
}
h3 {
  font-size: 35px;
}
figure {
  margin-bottom: 0 !important;
}
img {
  max-width: 100%;
  height: auto;
}
p {
  color: var(--clr-black);
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  font-family: var(--open-sans-font);
}
.common_pd {
  padding: 70px 0;
}
.primary_btnn {
  border-color: var(--themecolor);
  color: var(--themecolor);
  transition: all 0.5s;
  font-weight: 600;
  line-height: normal;
  font-size: 16px;
  border-radius: 7px;
  filter: var(--filtershadow);
  background-color: transparent;
  padding: 14px 28px;
  text-transform: capitalize;
}
.primary_btnn:hover {
  box-shadow: inset 5em 0 0 0 var(--themecolor),
    inset -5em 0 0 0 var(--themecolor);
  border-color: var(--themecolor);
  color: var(--btn_text);
  background-color: var(--themecolor);
}
.filled_btn {
  box-shadow: inset 5em 0 0 0 var(--themecolor),
    inset -5em 0 0 0 var(--themecolor);
  border-color: var(--themecolor);
  color: var(--btn_text);
  background-color: var(--themecolor);
}
.filled_btn:hover {
  border-color: var(--themecolor);
  color: var(--themecolor);
  transition: all 0.5s;
  background-color: transparent;
  box-shadow: inset 0em 0 0 0 var(--themecolor),
    inset 0em 0 0 0 var(--themecolor);
}
.btn-check:focus + .btn-primary,
.btn-primary:focus {
  background-color: var(--themecolor);
  border-color: var(--themecolor);
  color: var(--btn_text);
  box-shadow: none !important;
}
.secondary_btnn {
  border: 2px solid var(--themecolor);
  color: var(--themecolor);
  background-color: #fff0;
  font-weight: 600;
  line-height: normal;
  font-size: 14px;
  width: 249px;
  border-radius: 7px;
  padding: 15px 0;
  filter: var(--filtershadow);
  padding: 14px 0px;
  transition: var(--transition);
  text-transform: capitalize;
}
.secondary_btnn:hover {
  border: 2px solid transparent;
  color: var(--btn_text);
  background-color: var(--themecolor);
}
.gap_space {
  gap: 30px;
}
.d_block {
  display: block;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: var(--srcollshadow);
  background-color: var(--offwhite);
}

::-webkit-scrollbar {
  width: 5px;
  background-color: transparent;
}

::-webkit-scrollbar-thumb {
  background-color: var(--paracolor);
}

.btn-style {
  border-color: var(--btn_text);
  color: var(--btn_text);
  transition: all 0.5s;
  background-color: transparent;
  width: 150px;
  padding: 11px 0;
  border-radius: 10px;
}
.btn-style:hover {
  box-shadow: inset 5em 0 0 0 var(--themecolor),
    inset -5em 0 0 0 var(--themecolor);
  border-color: var(--themecolor);
  background-color: transparent;
  color: var(--btn_text);
}

.quote-text a.btn.btn-primary.btn-style {
  background: #688f32;
  border-color: #688f32;
}

/*** common css end ***/
header .navbar-nav li.nav-item.megamenu:hover > ul.sub-menu {
  opacity: 1;
  visibility: visible;
  z-index: 99;
}
header .navbar-nav li.nav-item.megamenu.new-ch_mega > ul.sub-menu {
  grid-template-columns: none;
  padding: 30px 0px;
  background: var(--themecolor);
  box-shadow: 9px 10px 16px 11px rgb(0 0 0 / 10%);
}

header .navbar-nav li.nav-item.megamenu > ul.sub-menu {
  width: 100vw !important;
  max-width: 100%;
  top: 88px;
  transition: 0.2s ease all;
  background: rgb(0 0 0 / 90%);
  z-index: -1;
  position: absolute;
  left: 0;
  display: grid;
  grid-template-columns: calc(100% / 3) calc(100% / 3) calc(100% / 3);
}

.sub-menu {
  background: #275ed4;
  position: absolute;
  top: -100px;
  left: 0;
  right: 0;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  transition: 0.5s ease all;
}

.mega-menu-column {
  /* padding: 20px; */
  text-align: left;
}

.new-ch_mega .mega-menu-column.mmcol1 h4 {
  width: 49%;
  display: inline-block;
  padding-bottom: 30px;
}
.mega-menu-column .mg-menuheading {
  font-size: 20px;
  margin-bottom: 0;
}

.new-ch_mega .mega-menu-column .mg-menuheading a {
  color: var(--btn_text);
  padding: 6px 0;
  display: inline-block;
  font-size: 18px;
  position: relative;
  border-radius: 0;
  text-decoration: none;
  background-image: linear-gradient(#fff, #fff);
  background-size: 0 0.0625rem;
  background-position: 100% 100%;
  background-repeat: no-repeat;
  transition: background-size 0.5s;
  transition: color 0.5s, background-size 0.5s;
  font-family: "Montserrat";
  /* transition: var(--transition); */
}
.new-ch_mega .mega-menu-column .mg-menuheading a:hover {
  background-position: 0 100%;
  background-size: 100% 0.0625rem;
}
/* .new-ch_mega .mega-menu-column .mg-menuheading a:hover::before {
    position: absolute;
    content: "";
    top: 35px;
    left: 0;
    background-color: var(--btn_text);
    width: 38px;
    border-radius: 10px;
    height: 3px;
} */
.new-ch_mega {
  position: static;
}
nav.navbar-light .new-ch_mega:hover .lnk {
  color: var(--themecolor) !important;
  position: relative;
}
nav.navbar-light .new-ch_mega:hover .lnk::before {
  position: absolute;
  top: 34px;
  left: 8px;
  content: "";
  background-image: url(https://www.travelclinicnyc.com/wp-content/uploads/2023/12/eco.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 64px;
  height: 28px;
}
/* .new-ch_mega {
    position: relative;
} */
/* .new-ch_mega:hover::before {
    position: absolute;
    top: 34px;
    left: 8px;
    content: "";
    background-image: url(https://www.travelclinicnyc.com/wp-content/uploads/2023/12/eco.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 64px;
    height: 28px;
} */

.outer_mm_img_bx {
  height: 100%;
  padding: 0 20px;
}

div.mega_menu_image {
  background-repeat: no-repeat !important;
  height: 250px;
  background-position: right;
  background-color: var(--themecolor);
  width: 100%;
  margin-left: auto;
  max-width: 400px;
  background-size: cover;
  border-radius: 10px;
}

.nav_bar {
  padding: 0 21px;
  position: unset;
  z-index: 99;
  background-color: rgb(104 143 50 / 70%);
  width: 100%;
  box-shadow: 0px 7px 10px 0px rgba(0, 0, 0, 0.1);
}
.right_bx .burger-icon span {
  background: white;
}

ul#menu-main-menu {
  justify-content: space-around;
  width: 100%;
}

.nav_bar .main-item {
  position: relative;
}
.nav_bar .main-item .lnk {
  /* transition: var(--transition); */
}
.nav_bar .main-item .lnk:hover {
  color: #d7e9be;
}
body header ul#menu-main-menu {
  justify-content: space-around;
  width: 100%;
  margin-bottom: 0 !important;
}

nav.navbar-light .navbar-nav .nav-link {
  font-weight: 500;
  color: white;
  padding: 14px 15px;
  transition: all 0.5s;
}
nav.navbar-light .navbar-nav .nav-link:hover {
  background-color: #2891d3;
}

section.contact-banner.inner-banner {
  background: url("https://www.travelclinicnyc.com/wp-content/uploads/2024/01/contact.png");
  background-size: cover;
  height: 290px;
  position: relative;
  top: 90px;
  padding: 120px 50px;
  margin-top: 50px;
}

section.contact-main {
  background: #f8f8f8;
  padding: 140px 0px 0;
}

.contact-bottom {
  margin-bottom: 80px;
}

.contact-main .sec-header {
  margin-bottom: 30px;
}

.contact-inner .form-group {
  margin-bottom: 20px;
}

.contact-inner .form-group input {
  line-height: 2;
  border-radius: 0;
}

.contact-inner {
  background-color: #fff;
  border-radius: 10px;
  padding: 50px;
  box-shadow: 0px 0.6px 0.9px rgba(0, 0, 0, 0.006),
    0px 1.4px 2.1px rgba(0, 0, 0, 0.009), 0px 2.3px 3.5px rgba(0, 0, 0, 0.011),
    0px 3.5px 5.2px rgba(0, 0, 0, 0.013), 0px 5px 7.5px rgba(0, 0, 0, 0.015),
    0px 7.1px 10.6px rgba(0, 0, 0, 0.017),
    0px 10.1px 15.1px rgba(0, 0, 0, 0.019),
    0px 14.6px 21.9px rgba(0, 0, 0, 0.021),
    0px 22.5px 33.8px rgba(0, 0, 0, 0.024), 0px 40px 60px rgba(0, 0, 0, 0.03);
  color: black;
}

.reach-us li:not(:last-child) {
  margin-bottom: 24px;
}

.reach-us li {
  padding: clamp(1rem, 3vw, 1.25rem);
  color: black;
  background-color: white;
  border-radius: 8px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px,
    rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
  border-left: 4px solid #688f32;
  display: flex;
  gap: 14px;
  align-items: center;
}

.reach-us li .icon > * {
  width: 50px;
  aspect-ratio: 1;
  height: 100%;
  display: grid;
  place-items: center;
  background-color: #688f32;
  color: white;
  border-radius: 50%;
}

.reach-us li a {
  color: black;
  text-decoration: none;
}
.reach-us li address {
  margin-bottom: 0;
}

section.faq-banner.inner-banner {
  background: url("https://www.travelclinicnyc.com/wp-content/uploads/2024/01/faq.png");
  background-size: cover;
  height: 290px;
  position: relative;
  top: 90px;
  padding: 120px 50px;
  color: white;
  margin-top: 50px;
}

section.faq {
  margin: 200px 0px 100px;
}

.faq button.accordion-button {
  background: #688f32;
  color: white;
}

.faq button.accordion-button:after {
  filter: brightness(0) invert(1);
}

.faq .accordion-item {
  margin-bottom: 20px;
}

.blog a.btn.btn-primary.primary_btnn {
  margin-top: 0;
}

.header-main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 15px 0px;
}

.header-address address {
  margin-bottom: 0px;
  font-weight: 600;
}

.header-address li span.icon {
  margin-right: 15px;
}

.header-address li:last-child {
  margin-right: 0px;
  color: black;
  display: flex;
  font-size: 21px;
  font-weight: 600;
  margin-top: 8px;
  justify-content: flex-end;
  float: right;
  position: relative;
  left: 75px;
}
.header-address li {
  display: flex;
  margin-right: 70px;
}

.header-address li:last-child span a {
  color: black;
  text-decoration: none;
}
.header-top {
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
}

.header-address {
  color: black;
  display: flex;
}

.sec_fif a {
  border-color: white;
  color: white;
  background: transparent;
  box-shadow: none;
}

.sec_fif a:hover {
  background: white;
  color: black;
}

nav.navbar.navbar-expand-lg.navbar-light.nav_bar.fixed-top {
  position: fixed;
}
.nav_bar.fixed-top {
  background-color: #688f32;
}

.st_img_1 {
  background-image: url(https://www.travelclinicnyc.com/wp-content/uploads/2023/12/151.jpg);
}

.st_img_2 {
  background-image: url(https://www.travelclinicnyc.com/wp-content/uploads/2023/12/152.jpg);
}

.st_bx {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  height: 700px;
  padding-bottom: 30px;
}

.st_bx .trvel_lft_b {
  background: transparent;
  position: sticky;
  top: 150px;
  text-align: center;
  padding: 0px;
  overflow: inherit;
  height: auto;
}

.trvel_lft_b h2 {
  color: white;
  padding: 64px 0 30px;
  position: relative;
}

.trvel_lft_b p {
  color: white;
  margin-bottom: 20px;
  padding: 0 68px;
  margin-top: 24px;
}

.banner .item .item_content {
  position: absolute;
  top: 0;
  left: 10%;
  right: 0px;
  z-index: 99;
  padding: 33px 27px;
  display: flex;
  margin: 20px 0;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  max-width: 600px;
  transform: translateX(-25%);
}

.banner .item .item_content h1 {
  margin-bottom: 32px;
  color: #000;
  text-transform: none;
  font-family: "Fjalla One", sans-serif;
  font-size: 54px;
  line-height: 1.3;
  letter-spacing: 1.1px;
}

.right_bx {
  display: flex;
  align-items: center;
  gap: 26px;
}
.burger-icon {
  width: 30px;
  cursor: pointer;
}
.burger-icon span {
  display: block;
  height: 2px;
  margin: 5px 0;
  transition: background-color 0.3s ease-in, opacity 0.3s ease-in,
    transform 0.3s ease-in;
  width: 83.33333333%;
  background: var(--themecolor);
  transition: all 400ms ease-in-out;
}
.burger-icon span:nth-child(1) {
  -webkit-animation: burger-hover 1s infinite ease-in-out alternate forwards
    200ms;
  animation: burger-hover 1s infinite ease-in-out alternate forwards 200ms;
}
.burger-icon span:nth-child(2) {
  width: 100%;
  -webkit-animation: burger-hover 1s infinite ease-in-out alternate forwards
    400ms;
  animation: burger-hover 1s infinite ease-in-out alternate forwards 400ms;
}
.burger-icon span:nth-child(3) {
  width: 58.33333333%;
  transition: all 100ms ease-in-out;
  -webkit-animation: burger-hover 1s infinite ease-in-out alternate forwards
    600ms;
  animation: burger-hover 1s infinite ease-in-out alternate forwards 600ms;
}
@keyframes burger-hover {
  0% {
    width: 100%;
  }
  50% {
    width: 50%;
  }
  100% {
    width: 100%;
  }
}

.banner .item {
  position: relative;
}

.banner .item img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

.banner .owl-carousel .owl-nav {
  display: block !important;
  position: absolute;
  right: 15px;
  bottom: 18px;
}

.banner .owl-carousel .owl-nav .owl-prev,
.banner .owl-carousel .owl-nav .owl-next {
  padding: 0px 15px !important;
  background-color: var(--btn_text);
  border-radius: 7px;
  font-size: 37px;
  height: 42px;
  transition: var(--transition);
}
.banner .owl-carousel .owl-nav .owl-next {
  opacity: 0.4;
  transition: var(--transition);
}
.banner .owl-carousel .owl-nav .owl-next:hover {
  opacity: 1;
}
.banner .owl-carousel .owl-nav .owl-prev:hover,
.banner .owl-carousel .owl-nav .owl-next:hover {
  background-color: var(--themecolor);
  color: var(--btn_text);
}
/* .banner .owl-carousel .owl-nav .owl-prev:hover span {
    color: var(--navachor);
} */
.banner .owl-carousel .owl-nav .owl-prev span,
.banner .owl-carousel .owl-nav .owl-next span {
  position: relative;
  top: -9px;
}

.banner .item .item_content h2 {
  color: var(--btn_text);
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.banner .item .item_content p {
  color: var(--btn_text);
  max-width: 530px;
}

.banner button.btn.btn-primary {
  background: #688f32;
  border-color: #688f32;
}
.banner .item .item_content p {
  margin-bottom: 20px;
}

.banner .owl-dots {
  position: absolute;
  top: 0;
  transform: rotate(90deg);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  left: -14px;
}
.banner .owl-theme .owl-dots .owl-dot span {
  width: 25px;
  height: 5px;
  background: var(--btn_text);
}
.banner .owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  border: 1px solid var(--btn_text);
  background: transparent;
  opacity: 0.6;
}
.wlm_banner .wlcm_left figure {
  width: 500px;
  height: auto;
  margin-inline: auto;
}
.wlm_banner .wlcm_left figure img {
  transition: var(--transition);
}
.wlm_banner .wlcm_left figure img:hover {
  cursor: pointer;
}
.wlm_banner.wtc_img .wlcm_left figure {
  width: 350px;
  height: auto;
  margin-inline: auto;
}

.wlm {
  font-size: 32px;
  color: var(--navachor);
  position: relative;
  text-align: center;
  /* padding-bottom: 70px; */
}
.wlm:before {
  position: absolute;
  top: 130px;
  left: 0px;
  content: "";
  background-image: url(https://www.travelclinicnyc.com/wp-content/uploads/2023/12/eco.png);
  background-repeat: no-repeat;
  background-size: 100%;
  right: 0;
  margin: auto;
  width: 88px;
  height: 38px;
}
.ab_cn {
  text-align: center;
}
.wlm_banner h2 {
  font-size: 32px;
  color: var(--navachor);
  position: relative;
  padding-bottom: 45px;
}
.wlm_banner h2:before {
  position: absolute;
  bottom: 0;
  left: 0px;
  content: "";
  background-image: url(https://www.travelclinicnyc.com/wp-content/uploads/2023/12/eco.png);
  background-repeat: no-repeat;
  background-size: 100%;
  right: 0;
  width: 88px;
  height: 38px;
}
.section_title h2 {
  font-size: 32px;
  color: var(--navachor);
  position: relative;
  padding-bottom: 45px;
}
.section_title h2:before {
  position: absolute;
  bottom: 0;
  left: 0px;
  content: "";
  background-image: url(https://www.travelclinicnyc.com/wp-content/uploads/2023/12/eco.png);
  background-repeat: no-repeat;
  background-size: 100%;
  right: 0;
  max-width: 100px;
  margin-inline: auto;
  height: 33px;
}

section.common_pd.container.wlm_banner.wtc_img h2:before {
  margin: auto;
}

.wlm_banner .wlcm_ryt {
  text-align: left;
}
.wlm_banner .wl_content {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.wlm_banner .wlcm_ryt button {
  width: 150px;
  border-radius: 10px;
  font-size: 15px;
  margin-top: 23px;
}
.wlm_banner .wlcm_ryt h6 {
  position: relative;
  font-size: 24px;
  color: var(--themecolor);
  margin-bottom: 14px;
  display: inline-block;
  padding-right: 50px;
}
.wlm_banner .wlcm_ryt h6:after {
  position: absolute;
  content: "";
  top: 7px;
  right: 0;
  left: auto;
  width: 43px;
  height: 20px;
  background-image: url(https://www.travelclinicnyc.com/wp-content/uploads/2023/12/eco.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

.cta p a {
  color: var(--btn_text);
  font-weight: 600;
}
.cta p a:hover {
  text-decoration: none;
}

.cta .cta_bx {
  position: relative;
  background: rgb(104, 143, 50);
  background: -moz-linear-gradient(
    82deg,
    rgba(104, 143, 50, 1) 0%,
    rgba(113, 177, 24, 1) 100%
  );
  background: -webkit-linear-gradient(
    82deg,
    rgba(104, 143, 50, 1) 0%,
    rgba(113, 177, 24, 1) 100%
  );
  background: linear-gradient(
    82deg,
    rgba(104, 143, 50, 1) 0%,
    rgba(113, 177, 24, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#688f32",endColorstr="#71b118",GradientType=1);
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  padding: 78px 41px;
  max-width: 1142px;
}
.cta .cta_bx::before {
  content: "";
  position: absolute;
  width: 546px;
  top: 70px;
  background-image: url(https://www.travelclinicnyc.com/wp-content/uploads/2023/12/wave.png);
  background-repeat: no-repeat;
  height: 218px;
  right: 10px;
}
.cta .cta_bx figure {
  width: 100%;
}
.cta .cta_bx figure img {
  min-width: 281px;
  position: absolute;
  right: -14px;
  top: auto;
  bottom: -78px;
}
.cta_content p {
  color: var(--btn_text);
  font-size: 16px;
  width: 90%;
}
.trvel .wlcm_ryt h6:after {
  left: 119px;
}
.trvel .wl_content {
  flex-direction: row-reverse;
}
.trvel .wlcm_left figure {
  margin: 0 0 0 auto;
}
.trvel a {
  color: var(--themecolor);
  font-weight: 600;
}
.trvel a:hover {
  text-decoration: none;
}

.trvel_lft_b {
  background-color: #2791d4;
  position: relative;
  overflow: hidden;
  text-align: center;
  /* height: 100vh; */
  padding: 0;
}
.trvel_lft_b figure {
  width: 100%;
  position: relative;
  top: 29px;
  max-width: 500px;
  margin-inline: auto;
}
/* .trvel_lft_b figure img {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
} */
.trvel_lft_b h2 {
  color: var(--btn_text);
  padding: 64px 0 30px;
  position: relative;
}
.trvel_lft_b h2:before {
  position: absolute;
  top: 114px;
  left: 0px;
  content: "";
  background-image: url(https://www.travelclinicnyc.com/wp-content/uploads/2023/12/w_eco.png);
  background-repeat: no-repeat;
  background-size: 100%;
  right: 0;
  margin: auto;
  width: 88px;
  height: 38px;
}
.trvel_lft_b p {
  color: var(--btn_text);
  margin-bottom: 20px;
  padding: 0 68px;
  margin-top: 24px;
}
.trvel_lft_b .primary_btnn {
  /* position: absolute; */
  bottom: 60px;
  z-index: 9;
  left: 0;
  right: 0;
  margin: auto;
}
.trvel_ryt_g {
  background-color: #437300;
}
.trvel_lft_b button {
  width: 150px;
  border-radius: 10px;
  font-size: 15px;
}
.to_pd {
  padding: 0;
}
.blog figure {
  width: 100%;
  height: 328px;
  object-fit: cover;
}
.blog figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.blog .blog_bx {
  box-shadow: 0px 7px 10px 0px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  padding: 23px 20px;
  position: relative;
  border-radius: 10px;
  margin: -80px 14px 0 14px;
  min-height: 260px;
}
.blog .blog_bx h2 {
  font-size: 22px;
  line-height: 1.3;
  margin-bottom: 12px;
}
.blog .hd {
  margin-bottom: 85px;
}
.blog .blog_bx a {
  font-size: 18px;
  font-weight: 600;
  color: var(--themecolor);
  text-decoration: none;
  transition: var(--transition);
}
.blog .blog_bx a:hover {
  color: var(--navachor);
}
.blog .col-lg-4 {
  cursor: pointer;
  /* overflow: hidden; */
  margin-bottom: 0;
}
.blog .section_title {
  margin-bottom: 50px;
}
section.blog-banner.inner-banner {
  background: url(https://www.travelclinicnyc.com/wp-content/uploads/2024/02/blog-banner.png);
  background-size: cover;
  height: 290px;
  position: relative;
  top: 90px;
  padding: 120px 50px;
  color: black;
  margin-top: 50px;
}

.blogs-all {
  margin-top: 100px;
}

.blog .col-lg-4 .blog_bx {
  transition: var(--transition);
}
.blog .col-lg-4:hover .blog_bx {
  transform: translate(0, -8px);
  cursor: pointer;
}
/* .blog .col-lg-4 figure img {
    transform: scale(100%);
    transition: all 0.5s;
}
.blog .col-lg-4:hover figure img {
    transform: scale(105%);
} */
.blog .col-lg-4 .blog_bx h2 {
  transition: var(--transition);
  min-height: 54px;
  width: 294px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin: 0px auto 16px;
  overflow: hidden;
}
.blog .col-lg-4:hover .blog_bx h2 {
  color: var(--themecolor);
}
.blog .col-lg-4 .blog_bx p {
  width: 294px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  margin: auto;
}
.blog .col-lg-4:hover .blog_bx a {
  color: var(--navachor);
}
.blog button,
.testimonial button {
  width: 150px;
  border-radius: 10px;
  font-size: 15px;
  margin-top: 50px;
}
.testimonial .hd {
  margin-bottom: 136px;
}
.testimonial .item {
  text-align: left;
  position: relative;
  padding-top: 32px;
  cursor: pointer;
}
.testimonial .item:before {
  position: absolute;
  content: "";
  background-color: #5b5b5b33;
  height: 2px;
  left: 0;
  width: 100%;
  top: 0;
}
.testimonial .item:after {
  position: absolute;
  content: "❝";
  font-size: 116px;
  left: -8px;
  top: -70px;
  color: var(--themecolor);
}
.testimonial .item p {
  font-weight: 400;
  font-size: 16px;
  color: var(--btn_clor);
  margin-bottom: 20px;
  min-height: 106px;
}
/* .testimonial .owl-carousel .owl-stage-outer {
    overflow: inherit;
} */

.testimonial .testi_pic {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.testimonial .testi_pic h2 {
  font-size: 18px;
  color: var(--themecolor);
}
.testimonial .testi_pic h3,
.testimonial .testi_pic h4 {
  font-size: 16px;
}

.testimonial .testi_pic h3 {
  color: #999;
  font-weight: 300;
  margin-top: 6px;
}
.testimonial .testi_pic h4 {
  color: #d7a201;
}
.testimonial button {
  margin-top: 40px;
  width: 160px;
}

.testimonial .owl-dot {
  width: inherit;
}
.testimonial .owl-dot.active span {
  width: 30px !important;
  height: 8px !important;
  background-color: var(--themecolor) !important;
}
.testimonial .owl-dot span {
  width: 30px !important;
  height: 8px !important;
}

.conatct_sec {
  background: url(https://www.travelclinicnyc.com/wp-content/uploads/2023/12/testi.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 20;
  height: 100%;
  overflow: visible;
  background-attachment: fixed;
  padding-bottom: 90px;
  position: relative;
  z-index: 9;
}
.conatct_sec::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  content: "";
  height: 100%;
  z-index: 0;
  background: rgba(0, 0, 0, 0.8);
}
.conatct_sec h2 {
  position: relative;
  z-index: 9;
  color: var(--btn_text);
}
.conatct_sec h2:after {
  position: absolute;
  top: 52px;
  left: 0px;
  content: "";
  background-image: url(https://www.travelclinicnyc.com/wp-content/uploads/2023/12/w_eco.png);
  background-repeat: no-repeat;
  background-size: 100%;
  right: 0;
  margin: auto;
  width: 88px;
  height: 38px;
}
.testimonal_sec .item {
  margin-top: 70px;
}

.re-form-inner {
  position: relative;
  z-index: 9;
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* flex-wrap: wrap; */
  flex-direction: row-reverse;
  max-width: 1000px;
  margin: auto;
  margin-top: 75px;
}
.re-form-inner .cta-left-form {
  width: 30%;
}
.re-form-inner .form-right {
  width: 70%;
  background-color: var(--btn_text);
  padding: 32px 30px;
  border-radius: 10px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.re-form-inner .form-right h4 {
  color: var(--themecolor);
  margin-bottom: 30px;
}
.re-form-inner .form-right input {
  padding: 17px 8px;
  margin-bottom: 20px;
}
.submit_btn {
  margin-top: 30px;
  width: 150px;
  margin-bottom: 0 !important;
}
.re-form-inner .form-control {
  color: var(--navachor);
  resize: none;
}
.re-form-inner .form-control:focus {
  border: 1px solid var(--themecolor);
  box-shadow: none;
}
.re-form-inner .form-control {
  transition: var(--transition);
}

.cta-left-form {
  width: 450px;
  padding: 30px;
  background: url(https://www.travelclinicnyc.com/wp-content/uploads/2023/12/doc.jpg)
    center center no-repeat;
  background-size: cover;
  position: relative;
  display: flex;
  height: 555px;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.cta-left-form::before {
  border-radius: 10px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.9;
  width: 100%;
  height: 100%;
  background: rgb(54, 151, 187);
  background: -moz-linear-gradient(
    0deg,
    rgba(54, 151, 187, 1) 0%,
    rgba(39, 145, 212, 1) 100%
  );
  background: -webkit-linear-gradient(
    0deg,
    rgba(54, 151, 187, 1) 0%,
    rgba(39, 145, 212, 1) 100%
  );
  background: linear-gradient(
    0deg,
    rgba(54, 151, 187, 1) 0%,
    rgba(39, 145, 212, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3697bb",endColorstr="#2791d4",GradientType=1);
}

.cta-left-form .cta-text {
  position: relative;
  z-index: 9;
}

/*--------------------------------------------------------------
 # Sidebar Css
--------------------------------------------------------------*/

.side-bar {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: -100%;
  width: 100%;
  max-width: 374px;
  padding: 50px 36px;
  height: 100%;
  display: block;
  background-color: white;
  backdrop-filter: blur(7px);
  z-index: 1900;
  transition: all 600ms ease;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  overflow: visible;
}
.side-bar .inner {
  padding: 40px 20px 0 0;
}
.side-bar .inner-main-wrapper-desk figure {
  margin-bottom: 40px !important;
}
.block h3 {
  font-size: 26px;
}
.cta.block h3 {
  font-size: 35px;
}

.cta_sec_2 button.btn.btn-primary a:hover {
  color: white;
}
.cta_sec_2 button.btn.btn-primary a {
  text-decoration: none;
}
.wlm_banner .wlcm_ryt button a:hover,
.wlm_banner .wlcm_ryt button:hover a {
  color: white;
}
.testimonials-all .test-box {
  margin-bottom: 30px;
}
.wlm_banner .wlcm_ryt button a {
  color: #688f32;
  text-decoration: none;
}

#menu-main-menu li:hover ul.sub-menu {
  /* display: block !important; */
  visibility: visible;
  opacity: 1;
  top: 50px;
  padding: 0;
  list-style-type: none;
}

#menu-main-menu li ul.sub-menu {
  top: 100px;
  list-style-type: none;
  padding-left: 0;
  width: 1170px;
  left: 0;
  text-align: center;
  column-gap: 0px;
  column-count: 3;
  display: flex;
  flex-wrap: wrap;
  background: #333;
}

ul#menu-main-menu .menu-item-has-children button {
  position: absolute;
  right: -25px;
  top: 12px;
  border: none;
  background: none;
}

ul#menu-main-menu .menu-item-has-children button:after {
  content: "\f078";
  font-family: "FontAwesome";
  color: white;
}

ul#menu-main-menu .menu-item-has-children button span {
  display: none;
}
#menu-main-menu li ul.sub-menu li {
  width: 100%;
  flex: 0 0 32%;
  text-align: left;
  border-bottom: 1px solid #666;
  margin: 0 7px;
}

#menu-main-menu li ul.sub-menu li a img {
  width: 50px !important;
  height: 50px !important;
  max-width: 36px;
  object-fit: cover;
}

.inner_banner {
  margin-top: 141px;
}

.header-top button a {
  color: white;
  text-decoration: none;
}
.banner button a {
  color: white;
  text-decoration: none;
}

.travel-info ul.styled-list {
  margin-top: 11px;
  margin-left: 5px;
}

.wlm_banner.travel-tips h2 {
  padding-bottom: 36px;
}

footer .single-cta a {
  text-decoration: none;
}

section.container.common_pd.wlm.blog.blogs-all:before {
  display: none;
}

.experts-blog {
  float: left;
  width: 40%;
  margin-right: 20px;
  border: 1px solid #e1e1e1;
}

.blog-details a {
  color: #688f32;
}
.experts-blog img {
  width: 100%;
}

.side-bar .inner-main-wrapper-desk .thumbnail {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 25px;
}
#side_bar_overlay.bgshow {
  background: #0e1013;
  opacity: 70%;
  visibility: visible;
  pointer-events: visible;
  z-index: 999;
  top: 0;
}
#side_bar_overlay {
  cursor: url(https://www.travelclinicnyc.com/wp-content/uploads/2023/12/banner/shape/close.png),
    auto;
  background: #0e1013;
  position: fixed;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 500ms ease-in-out;
  pointer-events: none;
  z-index: 50;
}

.side-bar.header-one {
  background-color: var(--btn_text);
}
.side-bar.show {
  right: 0;
  overflow-y: auto;
}
.side-bar button {
  max-width: 100%;
  height: 40px;
  width: 40px;
  position: absolute;
  left: 0;
  top: 0;
  background: #688b37;
  padding: 6px;
  border: 1px solid #688f36;
  transition: var(--transition);
  color: #fff;
}
.side-bar button svg {
  color: var(--btn_text);
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  padding-left: 6px;
}
.side-bar button:hover {
  opacity: 0.7;
}
.side_bar_menu ul {
  list-style: none;
  margin-top: 67px;
  padding: 0;
}
.side-bar .side_bar_menu ul li {
  padding-bottom: 33px;
}
.side-bar .side_bar_menu ul li:last-child {
  padding-bottom: 0;
}
.side-bar .side_bar_menu ul li a {
  text-decoration: none;
  color: var(--navachor);
  transition: var(--transition);
  font-weight: 600;
}
.side-bar .side_bar_menu ul li a:hover {
  color: var(--themecolor);
}
.side-bar figure {
  cursor: pointer;
}
.side-bar .adress {
  border-top: 1px dashed var(--themecolor);
  padding-top: 16px;
  margin-top: 0;
}
.side-bar .adress h2 {
  font-size: 23px;
  margin-bottom: 8px;
}
.side-bar .adress p {
  color: #000000;
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dashed var(--themecolor);
}
.travel_vacc {
  /*  background: url(https://www.travelclinicnyc.com/wp-content/uploads/2023/12/vaccine.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; */
  position: relative;
  height: 100%;
  overflow: visible;
  /* background-attachment: fixed; */
  padding-bottom: 90px;
  position: relative;
  z-index: 0;
  background: #eff3eb;
}

.appoint-btn button.btn.btn-primary.primary_btnn.filled_btn:hover {
  border-color: #2891d3;
  color: white;
  background-color: #2891d3;
}

/* .travel_vacc::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    content: "";
    height: 100%;
    z-index: 0;
    background: rgba(0, 0, 0, 0.8);
} */
.wtc_img {
  padding-bottom: 0;
}

.wlcm_ryt {
  padding-bottom: 70px;
}
.travel_vacc h2.hd {
  color: #000;
  position: relative;
  z-index: 9;
  margin-bottom: 0;
}
.travel_vacc h2.hd:after {
  position: absolute;
  top: 58px;
  left: 0px;
  content: "";
  background-image: url(https://www.travelclinicnyc.com/wp-content/uploads/2023/12/w_eco.png);
  background-repeat: no-repeat;
  background-size: 100%;
  right: 0;
  margin: auto;
  width: auto;
  height: auto;
}

.travel_vacc button {
  position: relative;
  z-index: 9;
  width: 150px;
}
.travel_vacc p {
  margin-top: 62px;
  color: #000;
  position: relative;
  z-index: 9;
}
.travel_vacc .item {
  position: relative;
  transition: var(--transition);
}
.travel_vacc .item figure {
  width: 100%;
  height: 100%;
}
.travel_vacc .item figure img {
  height: 378px;
  object-fit: cover;
  border-radius: 15px;
}
.travel_vacc .travel_text {
  position: absolute;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  left: 0;
  right: 0;
  display: none;
  z-index: 99;
}
.travel_vacc .item {
  transition: var(--transition);
  cursor: pointer;
  border-radius: 15px;
  overflow: hidden;
}
.travel_vacc .item:hover .outer_heading {
  display: none;
}
.travel_vacc .item img {
  transform: scale(100%);
  transition: var(--transition);
}
.travel_vacc .item:hover img {
  transform: scale(110%);
}
.travel_vacc .item:hover {
  box-shadow: 0px 7px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
}
.travel_vacc .item:hover .travel_text {
  display: flex;
}
.travel_vacc .item:hover .travel_text h2,
.travel_vacc .item:hover .travel_text button {
  position: relative;
  z-index: 9;
  /* transform: translate(0, -42px); */
}
.travel_vacc .item:hover .travel_text {
  transition: var(--transition);
}
.travel_vacc .item:hover .travel_text:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  content: "";
  height: 100%;
  z-index: 2;
  background: rgb(255 255 255 / 91%);
  border-radius: 12px;
}
.travel_vacc .travel_text h2 {
  font-size: 24px;
  transition: var(--transition);
}
.travel_vacc .travel_text button {
  width: 150px;
  border-radius: 10px;
  font-size: 15px;
  margin-top: 23px;
  transition: var(--transition);
}
.travel_vacc #carousel-3 {
  margin-top: 50px;
  padding: 0 15px;
}
.travel_vacc.testimonial .item {
  padding-top: 0;
}
.travel_vacc.testimonial .item:after,
.travel_vacc.testimonial .item:before {
  display: none;
}
.outer_heading {
  position: relative;
}
.outer_heading:before {
  content: "";
  position: absolute;
  top: auto;
  bottom: 0;
  width: 100%;
  height: 111px;
  background: rgb(255, 255, 255);
  background: -moz-linear-gradient(
    360deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(113, 177, 24, 0) 100%
  );
  background: -webkit-linear-gradient(
    360deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(113, 177, 24, 0) 100%
  );
  background: linear-gradient(
    360deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(113, 177, 24, 0) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#71b118",GradientType=1);
}
.outer_heading h2 {
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  bottom: 16px;
  font-size: 24px;
  margin: auto;
  text-align: center;
  z-index: 9;
}
.travel-vaccines-bx a.btn-arrow {
  justify-content: space-between;
}
.travel-shots .vaccines-swiper a {
  text-decoration: none;
}
.travel-shots .card .action {
  margin-top: 15px;
}
.travel-shots-img img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.travel-shots .vaccines-swiper {
  padding-left: 50px;
}
.travel-shots {
  position: relative;
  background: rgb(104 143 50 / 9%);
}

.trvel {
  padding-bottom: 0;
}
.conatct_sec {
  display: none;
}

.travel-shots .card {
  border: 0;
  text-align: start;
  padding: 0;
  border-radius: 0;
  position: relative;
  margin-bottom: 30px;
  background: transparent;
  border-bottom: 1px solid #ffffff42;
}

.travel-shots .card .title > * {
  font-size: 25px;
  font-weight: 500;
  margin-block-end: 0.5em;
  color: #ffffff;
}
.travel-shots .card .action span {
  border-color: #fff;
  color: #fff;
}
.vaccines-swiper .text p {
  color: #fff;
}
.travel-shots .card .card-body {
  padding: 0 0 30px;
}
.vaccines-swiper.b_n .card {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.travel-shots-img.active {
  display: block;
}
.vaccines-swiper img {
  display: none;
  margin: 0 auto;
  text-align: center;
}
.travel-shots {
  position: relative;
  background: #2891d3;
}
.travel-shots-img {
  width: 50%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}
/* =====================================
# Travel Vaccines Swiper
===================================== */
.travel-vaccines {
  background-color: var(--clr-dark);
  color: var(--clr-white);
  background-image: url(https://www.travelclinicnyc.com/wp-content/uploads/2023/12/img_15.jpeg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  position: relative;
}
.travel-vaccines:after {
  content: "";
  background: linear-gradient(
    to bottom,
    rgb(104 142 57) 10%,
    rgba(0, 0, 0, 0) 100%
  );
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: auto;
  z-index: 0;
}
.travel-vaccines .container {
  position: relative;
  z-index: 1;
}
.travel-vaccines .section-title {
  margin-bottom: 25px;
}

.travel-vaccines-swiper .card-hover {
  box-shadow: var(--border-shadow);
  overflow: hidden;
  position: relative;
  isolation: isolate;
  width: 100%;
  aspect-ratio: 1 / 1.15;
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -o-border-radius: 1rem;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  border-radius: 0;
  height: 100%;
}
.travel-vaccines-swiper .card-hover::before {
  content: "";
  position: absolute;
  background-image: linear-gradient(to top, hsl(0 0% 0% / 1), transparent);
  height: 100%;
  z-index: -1;
  width: 100%;
  left: 0;
}
.travel-vaccines-swiper .card-hover {
  position: relative;
}
.travel-vaccines-swiper .card-hover:hover .content {
  padding: 15px;
  height: auto;
  display: grid;
  align-content: end;
  position: absolute;
  width: 100%;
  top: 50%;
  transition: all 0.5s;
  text-align: center;
}
.travel-vaccines-swiper .card-hover:hover::after {
  content: "";
  position: absolute;
  background: #000;
  z-index: -1;
  left: 0;
  opacity: 0.6;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.travel-vaccines-swiper .card-hover:hover {
  box-shadow: var(--elevation-4);
}

.travel-vaccines-swiper .card-hover .thumbnail img {
  position: absolute;
  z-index: -2;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: ease all 300ms;
  -webkit-transition: ease all 300ms;
  -moz-transition: ease all 300ms;
  -ms-transition: ease all 300ms;
  -o-transition: ease all 300ms;
}
.travel-vaccines-swiper .card-hover:hover img {
  scale: 1.095;
}

.travel-vaccines-swiper .card-hover .content {
  padding: 15px;
  height: 100%;
  display: grid;
  align-content: end;
}
.travel-vaccines-swiper .swiper-wrapper {
  display: block;
  height: 450px;
}
.travel-vaccines-swiper .card-hover .content .title > * {
  font-size: 22px;
  margin-bottom: 3px;
  font-weight: 500;
  color: #fff;
  text-align: left;
}
.travel-vaccines-swiper .card-hover .action {
  margin: 0;
}

.travel-vaccines-swiper .card-hover .action a img {
  max-width: 30px;
}
.travel-vaccines-swiper .btn-arrow {
  color: #688e39;
  display: flex;
  align-items: center;
  font-size: 16px;
  text-decoration: none;
  font-weight: 500;
  justify-content: flex-start;
  gap: 15px;
}
a.btn-arrow:hover span {
  color: #688e39;
}
.btn-arrow {
  color: #688e39;
  display: flex;
  align-items: center;
  font-size: 16px;
  text-decoration: none;
  font-weight: 500;
}
.btn-arrow span {
  font-weight: 500;
  color: #fff;
}
.btn-arrow .arrow-icon {
  width: 30px;
  margin-inline-start: 1rem;
  border-radius: 50%;
  aspect-ratio: 1;
  display: inline-block;
  background-color: #688e39;
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

.btn-arrow .arrow-icon::before,
.btn-arrow .arrow-icon::after {
  content: "";
  position: absolute;
  inset: 0;
  background: no-repeat
    url("https://www.travelclinicnyc.com/wp-content/uploads/2023/12/long-arrow.png")
    center / 75%;
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
  background-size: 50%;
}

.btn-arrow .arrow-icon::before {
  translate: -100%;
}

.btn-arrow:hover .arrow-icon::before {
  translate: 0;
}

.btn-arrow:hover .arrow-icon::after {
  translate: 100%;
}
.we_help_sec {
  background-image: url(https://www.travelclinicnyc.com/wp-content/uploads/2023/12/img_15.jpeg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  position: relative;
  padding: 80px 0;
  margin: 0;
}
section.cta_sec_2 {
  background: #000;
  padding: 80px 0;
  background: url(https://www.travelclinicnyc.com/wp-content/uploads/2023/12/slide40.jpeg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  background-attachment: fixed;
}
.cta_sec_2::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  content: "";
  height: 100%;
  z-index: 0;
  background: rgba(0, 0, 0, 0.8);
}
.cta_sec_2 .container {
  position: relative;
  z-index: 1;
}
.sticky-icon {
  z-index: 99;
  position: fixed;
  top: 55%;
  right: 0%;
  width: 220px;
  display: flex;
  flex-direction: column;
  transform: translate(100%, -50%);
  -webkit-transform: translate(100%, -50%);
  -moz-transform: translate(100%, -50%);
  -ms-transform: translate(100%, -50%);
  -o-transform: translate(100%, -50%);
  transition: 200ms all cubic-bezier(0.37, 0, 0.63, 1);
  -webkit-transition: 200ms all cubic-bezier(0.37, 0, 0.63, 1);
  -moz-transition: 200ms all cubic-bezier(0.37, 0, 0.63, 1);
  -ms-transition: 200ms all cubic-bezier(0.37, 0, 0.63, 1);
  -o-transition: 200ms all cubic-bezier(0.37, 0, 0.63, 1);
}

.sticky-icon.inView {
  transform: translate(160px, -50%);
  -webkit-transform: translate(160px, -50%);
  -moz-transform: translate(160px, -50%);
  -ms-transform: translate(160px, -50%);
  -o-transform: translate(160px, -50%);
  transition: 1s all cubic-bezier(0.87, 0, 0.13, 1);
  -webkit-transition: 1s all cubic-bezier(0.87, 0, 0.13, 1);
  -moz-transition: 1s all cubic-bezier(0.87, 0, 0.13, 1);
  -ms-transition: 1s all cubic-bezier(0.87, 0, 0.13, 1);
  -o-transition: 1s all cubic-bezier(0.87, 0, 0.13, 1);
}

.sticky-icon a {
  border-radius: 50px 0px 0px 50px;
  text-align: left;
  margin: 2px;
  text-decoration: none !important;
  text-transform: capitalize;
  padding: 10px;
  font-size: 16px;
  color: #fff;
  transition: all 0.8s;
  background: #688f32;
  display: flex;
  align-items: center;
}
.sticky-icon a i {
  background-color: #fff;
  width: 40px;
  display: grid;
  place-items: center;
  aspect-ratio: 1;
  color: #688f32;
  text-align: center;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.5s;
}

.sticky-icon a:hover {
  color: #fff;
  transform: translate(-120px, 0px);
}
/*--------------------------------------------------------------
#	testimonials Section
--------------------------------------------------------------*/
.testimonials-sec {
  padding: 70px 0;
}
.testimonials-sec .section-title {
  margin-bottom: 50px;
}

.testimonials .section-title {
  margin-bottom: 50px;
}
.rating-star li {
  margin-right: 4px;
  color: gold;
}

.test-box-white {
  padding: 20px;
  border: 1px solid #ededed !important;
  background-color: #f7f7f7 !important;
  position: relative;
  margin-bottom: 20px;
}

.test-box-inner h5 {
  font-weight: 500;
  font-size: 18px;
  color: #000000;
  text-transform: capitalize;
}

.g-logo {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 30px;
}

.g-logo img {
  width: 100%;
  padding: 5px;
  background: #eff3eb;
  border-radius: 5px;
}

.test-box-inner {
  position: relative;
}

.test-box-inner::before {
  content: "";
  height: 24px;
  left: 10px;
  top: 24px;
  width: 24px;
  background: url("https://www.travelclinicnyc.com/wp-content/uploads/2024/02/quotes-img.png")
    0 0 no-repeat;
  background-size: 100%;
  position: absolute;
  z-index: 2;
  /* filter: brightness(1.5); */
}

.test-box-white:after,
.test-box-white:before {
  top: 100%;
  left: 30px;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.test-box-white:after {
  border-color: rgba(250, 250, 250, 0);
  border-top-color: #f7f7f7;
  border-width: 10px;
  margin-left: -10px;
}

.test-box-white .rating-star {
  padding-left: 22px;
}
.test-box-white:before {
  border-color: rgba(237, 237, 237, 0);
  border-top-color: #f7f7f7;
  border-width: 12px;
  margin-left: -12px;
}
.test-box p {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #000;
  font-size: 16px;
  margin: 0;
}

.test-box {
  padding: 0;
}

.rating-star {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px;
  list-style: none;
  padding: 0;
}

.travel_vacc_2 {
  background: rgb(40 145 211 / 19%);
}
.travel_head_tx h2 {
  margin-bottom: 10px;
  color: #000;
}
.travel_head_tx p {
  margin-bottom: 10px;
}
.travel-vaccines-bx {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 15px;
  padding: 70px 15px 40px 15px;
}
.col-lg-12.redmsg {
  padding-bottom: 30px;
}
.trvel .wlcm_left figure img {
  transform: translate(0px, 15px);
}
.travel-vaccines-bx .thumbnail img {
  height: 300px;
  width: 100%;
  object-fit: cover;
}
.travel-vaccines-bx .content .title {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
}
.travel-vaccines-bx .content .title span {
  color: #fff;
}
.travel-vaccines-bx .content h5 {
  font-size: 22px;
  color: #fff;
}
.travel-vaccines-bx .thumbnail {
  position: relative;
}
.travel-vaccines-bx .thumbnail::before {
  content: "";
  position: absolute;
  background-image: linear-gradient(to top, hsl(0deg 0% 0%), transparent);
  height: 100%;
  z-index: 1;
  width: 100%;
  left: 0;
}
.travel_head {
  text-align: left;
  background: #2891d3;
  padding: 70px 25px;
  height: 100%;
  box-shadow: 0 0 5px #5e5e5e;
}
.travel_head_tx {
  position: sticky;
  top: 80px;
}
.travel_head * {
  color: #fff;
}
.travel_head a {
  border: 1px solid #fff;
  margin-top: 15px;
}
.travel-vaccines-bx .card-hover .content {
  width: 100%;
  padding: 15px;
  display: grid;
  align-content: end;
  position: absolute;
  bottom: 0;
  z-index: 2;
  left: 0;
}
.col-wrapper.card-hover {
  position: relative;
  width: 100%;
}

.col-wrapper.card-hover .overlay {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  height: 100%;
  width: 0;
  background-color: #008cba;
  overflow: hidden;
  transition: 0.5s;
}
.col-wrapper.card-hover:hover .overlay {
  width: 100%;
}

.col-wrapper.card-hover .overlay {
  position: absolute;
  bottom: 0;
  right: 0;
  text-decoration: none;
  left: 0;
  height: 100%;
  width: 0;
  background-color: #008cba;
  overflow: hidden;
  transition: 0.5s;
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.col-wrapper.card-hover:hover .overlay h5 {
  font-size: 22px;
  color: #fff;
}
.col-wrapper.card-hover .overlay h5 {
  font-size: 22px;
  color: #fff;
  margin-bottom: 8px;
}
.col-wrapper.card-hover .overlay span {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
}
.col-wrapper.card-hover .overlay span {
  padding: 10px 15px;
  font-size: 14px;
  color: #fff;
  border-color: #fff;
}
/* =====================================
# Footer
===================================== */

.footer-section {
  background: #111;
  position: relative;
  padding-top: 80px;
}

.footer-cta {
  border-bottom: 1px solid rgb(104 142 57 / 50%);
  padding-bottom: 60px;
}

.get-touch ul {
  display: inline-block;
}

.get-touch ul li {
  display: flex !important;
  width: 100% !important;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 15px;
  border-bottom: 1px dashed #fff;
  margin-bottom: 15px !important;
  color: #ffff;
}

.get-touch ul li {
  display: flex !important;
  width: 100% !important;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 15px;
  border-bottom: 1px dashed #fff;
  margin-bottom: 15px !important;
}

.get-touch ul li span {
  color: #fff;
  font-weight: 500;
}

.single-cta i {
  color: #688e39;
  font-size: 30px;
  float: left;
  margin-top: 8px;
}
.cta-sec {
  background-image: url(https://www.travelclinicnyc.com/wp-content/uploads/2023/12/img_17.jpeg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  position: relative;
  padding: 80px 0;
}
.cta_bx * {
  color: #fff;
}
.cta-sec:after {
  content: "";
  background: linear-gradient(
    to bottom,
    rgb(0 0 0 / 70%) 100%,
    rgb(0 0 0 / 70%) 100%
  );
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: auto;
  z-index: 0;
}
.cta-sec .container {
  z-index: 1;
  position: relative;
}
.cta-text {
  padding-left: 15px;
  display: inline-block;
}

.cta-text h4 {
  color: #fff;
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 2px;
}

.cta-text span {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}
.cta-text ul {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0;
  gap: 15px;
  margin-top: 15px;
}
.cta-text ul li a {
  border: 1px solid #688f32;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
}
.cta-text ul li a:hover {
  background-color: #688f32;
  color: #fff;
}
.cta-text ul li a:hover i {
  color: #fff;
}
.cta-text ul li a i {
  font-size: 16px;
  margin: 0;
}
.cta_bx {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cta_bx .section-title {
  max-width: 600px;
}
.cta_bx .action {
  margin-top: 0;
}
.footer-content {
  position: relative;
  z-index: 2;
  margin: 60px 0;
}

.footer-pattern img {
  position: absolute;
  top: 0;
  left: 0;
  height: 330px;
  background-size: cover;
  background-position: 100% 100%;
}

.footer-logo {
  margin-bottom: 30px;
}

.footer-logo img {
  max-width: 200px;
}

.footer-text p {
  margin-bottom: 25px;
  font-size: 14px;
  color: #fff;
  line-height: 28px;
}

.footer-social-icon span {
  color: #fff;
  display: block;
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 20px;
  font-family: "Arapey", serif;
}

.footer-social-icon a {
  color: #fff;
  font-size: 16px;
  margin-right: 15px;
  border: 1px solid #fff;
  width: 50px;
  height: 50px;
  display: inline-block;
  text-align: center;
  line-height: 50px;
}

.footer-social-icon i {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 38px;
  border-radius: 50%;
}

.footer-widget-heading h3 {
  color: #fff;
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 45px;
  position: relative;
}

.footer-widget-heading h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  height: 4px;
  width: 50px;
  background: var(--clr-primary);
}

.footer-widget ul {
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  row-gap: 2rem;
}

.footer-widget ul li:last-child {
  margin-bottom: 15px;
}

.footer-widget ul li a:hover {
  color: #fff;
}

.footer-widget ul li a {
  color: #fff;
  text-transform: capitalize;
  text-decoration: none;
}

.footer-widget ul li i {
  margin-right: 15px;
}

.subscribe-form {
  position: relative;
  overflow: hidden;
}

.subscribe-form input {
  width: 100%;
  padding: 14px 28px;
  background: #2e2e2e;
  border: 1px solid #2e2e2e;
  color: #fff;
}

.subscribe-form button {
  position: absolute;
  right: 0;
  background: #fff;
  padding: 13px 20px;
  border: 1px solid #fff;
  top: 0;
}

.subscribe-form button i {
  color: #000;
  font-size: 22px;
  transform: rotate(-6deg);
}

.copyright-area {
  background: #111;
  padding: 25px 0;
  border-top: 1px solid rgb(104 142 57 / 50%);
}

.copyright-text p {
  margin: 0;
  font-size: 16px;
  color: #fff;
}

.copyright-text p a {
  color: #fff;
}

.footer-menu li {
  display: inline-block;
  margin-left: 20px;
}

.footer-menu li:hover a {
  color: #fff;
}

.footer-menu li a {
  font-size: 14px;
  color: #878787;
}
.lines {
  position: absolute;
  inset: 0;
  max-width: 1520px;
  margin-inline: auto;
  z-index: -1;
}

.lines .line:nth-child(1) {
  margin-left: -21%;
}
.lines .line {
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  left: 50%;
  background: rgb(104 142 57 / 50%);
  overflow: hidden;
}
.lines .line:nth-child(1)::after {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.lines .line::after {
  content: "";
  display: block;
  position: absolute;
  height: 15vh;
  width: 100%;
  top: -50%;
  left: 0;
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0%,
    rgb(104 142 57) 100%
  );
  -webkit-animation: run 7s 0s infinite;
  animation: run 7s 0s infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
  animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
}
.lines .line:nth-child(3)::after {
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;
}
.lines .line:nth-child(2) {
  left: 63%;
}
.lines .line:nth-child(3) {
  left: 72%;
}
@keyframes run {
  0% {
    top: -50%;
  }
  100% {
    top: 110%;
  }
}
@keyframes run {
  0% {
    top: -50%;
  }
  100% {
    top: 110%;
  }
}
.call-buton .cc-calto-action-ripple {
  z-index: 99999;
  position: fixed;
  left: 2rem;
  bottom: 2rem;
  background: var(--themecolor);
  width: 4rem;
  height: 4rem;
  padding: 1rem;
  border-radius: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: var(--btn_text);
  -webkit-animation: cc-calto-action-ripple 0.6s linear infinite;
  animation: cc-calto-action-ripple 0.6s linear infinite;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  justify-content: center;
}
@keyframes cc-calto-action-ripple {
  0% {
    -webkit-box-shadow: 0 4px 10px rgba(104, 143, 50, 0.2),
      0 0 0 0 rgba(104, 143, 50, 0.2), 0 0 0 5px rgba(104, 143, 50, 0.2),
      0 0 0 10px rgba(104, 143, 50, 0.2);
    box-shadow: 0 4px 10px rgba(104, 143, 50, 0.2),
      0 0 0 0 rgba(104, 143, 50, 0.2), 0 0 0 5px rgba(104, 143, 50, 0.2),
      0 0 0 10px rgba(104, 143, 50, 0.2);
  }
  100% {
    -webkit-box-shadow: 0 4px 10px rgba(104, 143, 50, 0.2),
      0 0 0 5px rgba(104, 143, 50, 0.2), 0 0 0 10px rgba(104, 143, 50, 0.2),
      0 0 0 20px rgba(104, 143, 50, 0);
    box-shadow: 0 4px 10px rgba(104, 143, 50, 0.2),
      0 0 0 5px rgba(104, 143, 50, 0.2), 0 0 0 10px rgba(104, 143, 50, 0.2),
      0 0 0 20px rgba(104, 143, 50, 0);
  }
}
.call-buton .cc-calto-action-ripple i {
  transition: var(--transition);
  font-size: 24px;
}
.call-buton .cc-calto-action-ripple:hover i {
  -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
  animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
}
@keyframes phonering-alo-circle-img-anim {
  0% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}

.quote-slider-wrapper {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.quote-slider {
  height: 100%;
}

.quote-text-wrap {
  display: flex;
  height: 100%;
}
.quote-text {
  max-width: 550px;
  align-self: center;
  font-size: 24px;
}

.quote-text {
  transition: all 0.3s;
}
.swiper-slide.swiper-slide-next .quote-text,
.swiper-slide.swiper-slide-prev .quote-text {
  opacity: 0;
}
.swiper-slide.swiper-slide-active .quote-text {
  opacity: 1;
}

.image-slider-wrapper {
  position: relative;
  max-width: 100%;
  background-color: #f1f1f1;
}
.image-slider,
.banner .image-slider-wrapper .swiper-slide {
  height: 100vh;
}

.banner .swiper-slide {
  position: relative;
  overflow: hidden;
}
.banner .swiper-slide-inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.banner .swiper-slide img {
  width: 100%;
  /*   height: 100%;
  object-fit: cover;
  object-position: 50% 50%; */
}
.banner .swiper-slide img {
  width: 100%;
  min-height: 700px;
  object-position: 75% 100%;
  object-fit: cover;
}

section.banner {
  position: relative;
}
.quote-slider-wrapper {
  position: absolute;
  top: 60%;
  transform: translate(-15%, -50%);
  z-index: 2;
  left: 15%;
  height: 345px;
}
.quote-text h1,
.quote-text h2 {
  text-transform: capitalize;
  margin-bottom: 32px;
  color: #000;
  font-family: "Fjalla One", sans-serif;
  font-size: 54px;
  line-height: 1.3;
  letter-spacing: 1.1px;
}
.banner .swiper-pagination {
  left: 0;
  right: 0;
  bottom: 15px;
}

.banner .swiper-pagination-bullet {
  width: 30px;
  height: 10px;
  display: inline-block;
  border-radius: 0;
  background: #688f32;
  opacity: 0.2;
  margin: 0 5px;
}
.banner .swiper-pagination-bullet-active {
  opacity: 1;
  background: #688f32;
}

/*--------------------------------------------------------------
# Inner Banner
--------------------------------------------------------------*/
.inner_banner {
  position: relative;
  min-height: 25vh;
  min-height: 25dvh;
  padding-block: var(--section-padding);
  display: grid;
  place-items: center;
  grid-template-areas: "stacked";
  overflow: hidden;
}

.inner_banner.styled {
  place-items: unset;
  padding-block: 0;
}

.inner_banner.styled .row {
  height: 100%;
}

.inner_banner > * {
  grid-area: stacked;
}

.inner_banner-image img {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

.inner_banner-content .banner-title > * {
  font-weight: 500;
  margin: 0;
  font-size: var(--clamp-title);
  color: var(--clr-white);
}
.inner_banner-content .text {
  margin-top: 1.25rem;
}
.inner_banner-content .text p {
  color: #fff;
  margin: 0;
}
.overlay-dark {
  position: relative;
  isolation: isolate;
  background-size: cover;
  background-attachment: fixed;
}

.overlay-dark::before {
  content: "";
  inset: 0;
  position: absolute;
  z-index: -1;
  background-image: linear-gradient(hsl(0 0% 0% / 75%), hsl(0 0% 0% / 75%));
}

.row-gap {
  row-gap: 24px;
}

.block {
  padding-block: var(--section-padding);
}

.bg-accent {
  background-color: var(--clr-accent);
}

.wlm_banner.block h3 {
  font-size: 26px;
  margin-block: 0.5rem 1rem;
  color: var(--clr-black);
}

section.fluid-block.wlm_banner.bg-accent h3 {
  font-size: 26px;
}

.blog-details .blog-image {
  position: relative;
  color: black;
  margin-top: 141px;
}

.vaccin-prize h4 {
  margin-top: 20px;
  color: #000000;
  font-size: 25px;
}

.travel-info p {
  font-size: 17px;
  margin-bottom: 0;
}

.vaccin-prize {
  margin: 0px 0px;
}

.blog-details .blog-image .title.text-center {
  position: absolute;
  top: 50%;
}

.blog-image img {
  width: 100%;
}

.blog-details .content.align-self-center {
  padding: 60px 30px;
}

.blog-image img {
  width: 100%;
  max-height: 250px;
  object-fit: cover;
}

.blog-details .blog-image:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgb(255 255 255 / 80%);
  top: 0;
  z-index: 0;
}

.blog-details .blog-image .title.text-center {
  position: absolute;
  top: 40%;
  z-index: 1;
  left: 0;
  right: 0;
}
.styled-list {
  padding: 0;
  list-style: none;
}

.styled-list li {
  display: flex;
  align-items: first baseline;
  gap: 1rem;
  font-weight: 500;
  font-family: var(--open-sans-font);
  position: relative;
  padding-left: 25px;
}

.styled-list li::before {
  content: "";
  display: inline-block;
  width: 10px;
  min-width: 10px;
  aspect-ratio: 1;
  background-color: var(--clr-primary);
  outline: 2px solid var(--clr-primary);
  outline-offset: 2px;
  border: 1px solid #dbe1d4;
  position: absolute;
  left: 4px;
  top: 7px;
  border-radius: 100px;
}
.styled-list li:not(:last-child) {
  margin-block-end: 1em;
}

.styled-list li i {
  color: var(--clr-secondary);
  margin-right: 8px;
}

section.cta.block {
  background: url(https://www.travelclinicnyc.com/wp-content/uploads/2023/12/visa-application-form-laptop.jpg);
  background-size: cover;
  background-attachment: fixed;
  color: white;
  position: relative;
  z-index: 0;
}
section.cta.block:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: -1;
}

section.cta.block .action a {
  color: white;
  border-color: white;
}

section.cta.block .text p {
  color: white;
}

.travel-info {
  padding: 0 50px;
}

.vaccin-prize .row {
  align-items: center;
  background: #d7f1d7;
}

.about-diseases,
.vaccine-expectation {
  padding: 70px 0px;
}

.about-diseases .travel-info {
  padding: 0 120px;
}

.yellow-fever:after {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.yellow-fever {
  background: url(https://www.travelclinicnyc.com/wp-content/uploads/2023/12/doctor-holds-vaccine-syringe-his-hands-close-up-vaccination-diseases.jpg);
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
  padding: 140px 0px;
  margin-bottom: 50px;
  color: white;
  text-align: center;
  position: relative;
  z-index: 0;
}

.yellow-fever .travel-info h4,
.yellow-fever .travel-info p {
  color: white;
}

.typhiod_img img {
  height: 600px;
  object-fit: cover;
}

.sticky-top .header-main {
  display: none;
}

.sticky-top .inner_banner {
  margin-top: 111px;
}

.travel-info h4 {
  color: var(--clr-black);
}

.accordion-body {
  font-family: var(--open-sans-font);
}

.ib-text h1 {
  font-size: var(--clamp-title);
}

.custom-content-tab .text a {
  color: #688f32;
  text-decoration: none;
}
.btn_bx {
  text-align: center;
  margin-top: 50px;
}
span.error {
  background: red;
  width: 100%;
  display: block;
  color: #fff;
  padding: 0 6px;
  text-align: start;
}

.g-recaptcha {
  max-height: 60px;
}
.blog .row {
  row-gap: 1.5rem;
}

.cptch-sect {
  max-width: max-content;
}
.error404 .inner-banner h1 {
  color: #fff;
}
.error404 .contact-main {
  padding-block-end: clamp(30px, 7vw, 50px);
}
.side-bar .adress a {
  color: #000;
  text-decoration: none;
}
:is(.reach-us, .footer-section, .side-bar .adress) a:hover {
  color: #688f32 !important;
}
.footer-section a:hover span {
  color: #688f32 !important;
}

section.banner .btn {
  box-shadow: inset 5em 0 0 0 var(--themecolor),
    inset -5em 0 0 0 var(--themecolor) !important;
}
section.banner .btn:hover {
  background-color: transparent !important;
  box-shadow: none !important;
  color: #688f32 !important;
}
.home .blog_bx {
  text-align: center;
}
.home .blog_bx a {
  display: inline-block;
  margin-block-start: 1rem;
}
@media screen and (min-width: 1366px) {
  .image-slider,
  .banner .image-slider-wrapper .swiper-slide {
    height: calc(100vh - 60px);
    min-height: 700px;
  }
}
@media (min-width: 1280px) and (max-width: 1366px) {
  section.contact-banner.inner-banner,
  section.faq-banner.inner-banner {
    height: 215px;
  }

  .vaccin-prize .travel-info {
    padding: 0 15px;
  }

  .vaccin-prize.rabies .row {
    align-items: unset;
  }
  .rabies .row .travel-figure,
  .rabies .row .travel-figure img {
    height: 100%;
    object-fit: cover;
  }
  .rabies .travel-info p {
    margin-bottom: 30px;
  }

  .vaccin-prize h4,
  .vaccine-expectation h4,
  .about-diseases h4 {
    font-size: 30px;
  }

  section.block.wlm_banner .col-wrapper,
  section.block.wlm_banner .col-wrapper img {
    height: 100%;
    object-fit: cover;
  }

  .header-address {
    position: relative;
    left: 90px;
  }

  .header-address li:last-child {
    left: 0;
  }
  .banner .item .item_content {
    left: 12%;
  }

  .banner .item .item_content h1 {
    font-size: 40px;
  }
}
@media (max-width: 1280px) {
  nav.navbar-light .navbar-nav .nav-link {
    font-size: 15px;
  }
  .primary_btnn {
    font-size: 15px;
  }
  .lines .line:nth-child(2) {
    left: 71% !important;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  .header-address li:last-child {
    margin-right: 0px;
    color: black;
    display: flex;
    font-size: 18px;
    font-weight: 600;
    margin-top: 8px;
    justify-content: flex-end;
    float: right;
    position: relative;
    left: 0;
  }

  section.blog-details .blog-image .title.text-center {
    top: 50%;
  }

  .blog-details .blog-image {
    margin-top: 0px !important;
  }

  div.mob-menu-header-holder {
    margin-top: 0;
  }

  .inner-banner.blog h1 {
    font-size: 30px;
  }

  div.inner_banner-content .banner-title > * {
    font-size: 30px;
  }
  .appoint-btn button.btn.btn-primary {
    font-size: 14px;
  }
  .blog .col-lg-4 .blog_bx h2 {
    width: auto;
  }
  .lines .line:nth-child(2) {
    left: 65% !important;
  }
  .wlm_banner h2 {
    font-size: 25px;
  }

  .travel_vacc_2 .travel_head {
    padding: 70px 15px;
  }
  section.block.wlm_banner .col-wrapper,
  section.block.wlm_banner .col-wrapper img {
    height: 100%;
    object-fit: cover;
  }
  .reach-us li:last-child {
    word-break: break-all;
  }

  ul.reach-us {
    padding-left: 0;
  }

  section.fluid-block
    .row
    > *:first-child:not(:is(.fluid-image, .fluid-content)) {
    padding-inline-start: 40px !important;
  }
  .cta.block h3 br {
    display: none;
  }

  .vaccin-prize .col-md-6 {
    width: 100%;
  }

  .header-top {
    display: none;
  }
  .inner_banner {
    margin-top: 60px;
  }
  .vaccin-prize .col-md-6:nth-of-type(1) {
    order: 2;
  }
  .vaccin-prize .col-md-6:nth-of-type(2) {
    order: 1;
  }

  .vaccin-prize .col-md-6:nth-of-type(3) .travel-figure {
    margin-top: 0px;
  }
  .vaccin-prize .travel-info p {
    font-size: 16px;
    margin-bottom: 25px;
  }

  section.faq-banner.inner-banner {
    top: 0;
    padding: 120px 50px 50px;
    height: auto;
  }
  section.faq {
    margin: 35px 0;
  }
  section.contact-banner.inner-banner {
    top: 60px;
  }
  #mobmenuright li.menu-item-has-children {
    position: relative;
  }
  #mobmenuright button.sub-menu-toggle {
    position: absolute;
    right: 0px;
    top: 5px;
    border: none;
    background: no-repeat;
  }
  ul#menu-main-menu .menu-item-has-children button {
    right: 0px;
  }
  #mobmenuright button.sub-menu-toggle span {
    display: none;
  }
  .mobmenu-content li a img {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .sticky-top .mob-menu-header-holder.mobmenu {
    margin-top: 16px;
  }
}
@media (max-width: 991.95px) {
  .fluid-block .row > *:not(:is(.fluid-image, .fluid-content)) {
    order: 2;
  }

  .fluid-block :is(.fluid-image, .fluid-content) {
    order: 1;
    margin-bottom: 24px;
  }

  .fluid-block .fluid-image img {
    border-radius: 10px;
    box-shadow: var(--elevation-3);
  }
}

@media (min-width: 992px) {
  .blog .section_title {
    margin-bottom: 25px;
  }
  .cta_sec_2 .action {
    margin-bottom: 0;
  }
  .fluid-block {
    padding-block: 0;
  }

  .fluid-block .fluid-image {
    position: relative;
    overflow: hidden;
  }

  .fluid-block .fluid-image img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .fluid-block
    .container-fluid
    .row
    > *:not(:is(.fluid-image, .fluid-content)) {
    max-width: 660px;
    padding: clamp(25px, 4vw, 50px);
  }

  .fluid-block
    .container-fluid
    .row
    > *:first-child:not(:is(.fluid-image, .fluid-content)) {
    margin-left: auto;
  }

  .fluid-block .row > *:first-child:not(:is(.fluid-image, .fluid-content)) {
    padding-inline-start: 0 !important;
  }

  .fluid-block .row > *:last-child:not(:is(.fluid-image, .fluid-content)) {
    padding-inline-end: 0 !important;
  }
  .list-col-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 991px) {
  .vaccines-swiper .action {
    margin-bottom: 0;
  }
  .vaccines-swiper .card-body {
    padding-bottom: 0 !important;
  }
  .ab_cn {
    text-align: left;
  }
  .ab_cn .section_title h2:before {
    margin-inline: 0;
  }
  .section_title h2 {
    font-size: 30px;
  }
  .text-left.cptch-sect {
    margin-bottom: 15px;
  }
  .contact-bottom {
    margin-bottom: 35px;
  }
  .inner_banner-image {
    display: none;
  }
  .block {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .action {
    margin-bottom: 35px;
  }
  .footer-content {
    margin: 35px 0;
  }
  .footer-cta {
    padding-bottom: 10px;
  }
  .travel-vaccines-bx {
    padding: 35px 0 15px 0;
  }
  .travel_vacc_2 p.text-center {
    margin: 0;
  }
  body section.banner,
  body section.banner .ipad-slider,
  body section.banner img,
  body section.banner .image-slider-wrapper {
    position: relative;
    max-height: 100%;
    min-height: 100% !important;
  }
  .about-diseases,
  .vaccine-expectation {
    padding: 35px 0px;
  }
  .common_pd {
    padding: 35px 0px;
  }
  .wlcm_ryt {
    padding-bottom: 35px;
  }
  .travel_head {
    padding: 35px 15px;
  }
  .side-bar .inner {
    padding: 40px 0 0 0;
  }
  .inner_banner-image img {
    object-position: center right;
  }
  .inner_banner-image:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background: rgb(0 0 0 / 49%);
    z-index: -1;
  }
  section.blog-details .blog-image {
    position: relative;
    color: black;
    margin-top: 0;
  }

  section.cta_sec_2 {
    text-align: center;
  }

  .experts-blog {
    float: left;
    width: 100%;
    margin-right: 0;
    border: 1px solid #e1e1e1;
    margin-bottom: 15px;
  }

  section.blog-details .blog-image .title.text-center {
    top: 50%;
  }

  section.blog-details .content.align-self-center {
    padding: 40px 0px;
  }

  #mobmenuright li {
    border-bottom: 1px solid #fff;
  }
  .sticky-top .inner_banner {
    margin-top: 0;
  }
  section.blog-banner.inner-banner,
  section.contact-banner.inner-banner,
  section.faq-banner.inner-banner,
  .inner_banner {
    text-align: center;
    background: #000000;
    margin-top: 0;
    padding-top: 130px;
    height: auto;
    top: 0;
    padding-bottom: 70px;
  }

  section.blog-banner.inner-banner h1 {
    color: white;
    margin: 0;
  }

  .blogs-all {
    margin-top: 0;
    padding: 35px 15px;
  }

  .inner-banner.blog h1 {
    font-size: 20px;
    padding: 0 10px;
  }

  .footer-social a:last-child {
    margin-right: 0;
  }

  .header-top {
    display: none;
  }
  .col-wrapper.card-hover a:first-child {
    display: inline-block;
    width: 100%;
  }

  .footer-content .col-xl-4:first-child,
  .footer-content .col-xl-4:nth-of-type(2) {
    display: none;
  }

  .col-wrapper.card-hover {
    position: unset !important;
  }

  .col-wrapper.card-hover:hover .overlay {
    display: none;
  }

  /* body section.banner, body section.banner .ipad-slider, body section.banner img, body section.banner .image-slider-wrapper {
    position: relative;
    max-height: 500px;
    min-height: 500px !important;
} */

  section.faq {
    margin: 60px 0px 60px;
  }

  .vaccin-prize .col-md-6 {
    width: 100%;
  }

  .vaccin-prize .col-md-6:nth-of-type(1) {
    order: 2;
  }
  .vaccin-prize .col-md-6:nth-of-type(2) {
    order: 1;
  }

  .vaccin-prize .col-md-6:nth-of-type(3) .travel-figure {
    margin-top: 0px;
  }

  .about-diseases,
  .vaccine-expectation {
    padding: 35px 0px;
  }

  .vaccin-prize .travel-info p {
    font-size: 17px;
    margin-bottom: 25px;
  }

  body .about-diseases .travel-info {
    padding: 0 10px;
  }

  .vaccin-prize .travel-info {
    padding: 0 10px;
  }

  .about-diseases h4,
  .vaccin-prize h4,
  .vaccine-expectation h4,
  .vaccine-expectation .travel-info h3 {
    font-size: 25px;
  }
  .vaccine-expectation .travel-info {
    padding: 0 10px;
  }

  .inner_banner {
    margin-top: 0;
  }

  #mobmenuright button.sub-menu-toggle span {
    display: none;
  }

  span.menu-image-title-after.menu-image-title {
    display: block;
    width: 100%;
    text-align: left;
    padding-left: 0;
    padding-top: 0;
  }

  .mobmenu-content li a img {
    display: none;
  }

  #mobmenuright li.menu-item-has-children {
    position: relative;
  }
  #mobmenuright button.sub-menu-toggle {
    position: absolute;
    right: 0px;
    top: 8px;
    border: none;
    background: no-repeat;
  }

  ul#menu-main-menu .menu-item-has-children button {
    right: 0px;
  }

  section.wlm_banner.block h3 {
    font-size: 20px;
  }
  .cta.block h3,
  .block h3 {
    font-size: 24px;
  }
  section.block.wlm_banner.bg-accent img {
    margin-top: 0;
    margin-bottom: 0;
  }
  .travel_head_tx h2 {
    font-size: 30px;
  }
  section.contact-main {
    padding: 35px 0px 0;
  }
  .contact-inner h2 {
    font-size: 30px;
  }
  .contact-inner {
    padding: 25px;
  }
  section.contact-banner.inner-banner {
    background: #000;
    height: auto;
    position: relative;
    padding: 80px 15px;
    margin-top: 50px;
    top: 0;
  }
  .image-slider,
  .banner .image-slider-wrapper .swiper-slide {
    height: 70vh;
  }
  .wlm_banner h2 {
    font-size: 25px;
  }
  .footer-social {
    display: flex;
    margin-top: 20px;
    justify-content: center;
  }

  .footer-social a {
    border-radius: 50px;
    text-align: left;
    width: 40px;
    height: 40px;
    justify-content: center;
    margin: 2px;
    text-decoration: none !important;
    text-transform: capitalize;
    font-size: 16px;
    color: #fff;
    transition: all 0.8s;
    background: #688f32;
    display: flex;
    align-items: center;
    margin-right: 15px;
  }

  div.sticky-icon {
    display: none;
  }

  footer .cta-text h4 {
    font-size: 20px;
    color: #688f32;
  }
  .copyright-area {
    padding: 15px 0;
  }
  .footer-widget-heading h3 {
    font-size: 25px;
  }
  .inner_banner {
    background-color: #000;
    text-align: center;
  }

  .wlm_banner h2:before {
    bottom: 0;
    top: auto;
  }

  .contact-inner {
    margin-bottom: 40px;
    padding: 20px;
  }

  ul.reach-us {
    padding-left: 0;
  }

  .wlm_banner img {
    margin-top: 0;
    margin-bottom: 25px;
  }
  .wlm_banner.trvel .wlcm_ryt {
    padding-bottom: 0;
  }
  .testimonials-sec {
    padding: 35px 0;
  }
  .testimonials-sec .section-title {
    margin-bottom: 25px;
  }
  .footer-section {
    padding-top: 35px;
  }
  .header-address {
    color: black;
    display: none;
  }
  .header-logo {
    margin-right: 15px;
  }
  .appoint-btn button {
    padding: 14px 28px;
    font-size: 16px;
    width: 100%;
    border-radius: 0px;
  }

  .sticky-top .mob-menu-header-holder.mobmenu {
    margin-top: 0px;
  }

  .appoint-btn button a {
    color: white;
    text-decoration: none;
  }

  .nav_bar button.navbar-toggler {
    border: none;
  }
  .nav_bar button.navbar-toggler span.navbar-toggler-icon {
    filter: brightness(0) invert(1);
  }
  .nav_bar button.navbar-toggler:focus {
    box-shadow: none;
  }
  nav .right_bx {
    display: none;
  }
  .ipad-slider .quote-slider-wrapper {
    max-width: 100%;
  }
  .banner .swiper-slide:first-child img {
    opacity: 1;
    object-position: 51%;
  }
  .banner .swiper-slide img {
    opacity: 0.5;
  }

  section.common_pd.container.wlm_banner.wtc_img h2:before {
    margin: auto;
    bottom: 0px;
    top: auto;
  }
  .wlm_banner h2 {
    padding-bottom: 35px;
  }

  .wlm_banner .wl_content {
    padding: 0 10px;
  }

  .quote-slider-wrapper .quote-text h2,
  .quote-slider-wrapper .quote-text h1 {
    font-size: 35px;
  }

  .travel_vacc_2 .travel-vaccines-bx {
    display: block;
  }
  .travel-vaccines-bx .swiper-wrapper {
    margin-bottom: 20px;
  }
  .trvel .wlcm_left figure {
    width: auto;
  }

  .trvel .wlcm_left figure img {
    transform: unset;
    margin-bottom: 25px;
  }

  section.travel-shots.common_pd .travel-shots-img {
    width: 100%;
    position: unset;
    margin-bottom: 25px;
  }

  section.travel-shots.common_pd {
    padding-top: 0;
  }
  section.travel-shots.common_pd .vaccines-swiper {
    padding-left: 0;
  }

  .lines {
    display: none;
  }
  .footer-section .single-cta {
    margin-bottom: 25px;
  }

  section.common_pd.container.wlm_banner.trvel,
  section.common_pd.container.wlm_banner.wtc_img,
  [data-aos^="fade"][data-aos^="fade"].aos-animate,
  [data-aos^="fade"][data-aos^="fade"].aos-animate,
  [data-aos][data-aos][data-aos-duration="400"],
  body[data-aos-duration="400"] [data-aos] {
    overflow: hidden;
  }

  section.cta_sec_2 .cta_bx {
    display: block;
  }
}
@media (min-width: 992px) {
  #contact-form .row > :last-child {
    text-align: end;
  }
}

/* #only_moblie{
    display: none;
}


@media (max-width: 575.98px) {
    #only_moblie{
        display: none !important;
    }
    #only_desktop{
        display: none !important;
    }


    #only_moblie   img {
        opacity: 1.5;
    }
} */

/* .banner-wrapper {
  display: none;
}
@media (max-width: 575.98px) {
  .quote-slider .swiper-wrapper .swiper-slide:first-child,
  .image-slider .swiper-wrapper .swiper-slide:first-child {
    display: none;
  }

  .banner-wrapper {
    display: block;
  }
  .banner-wrapper img {
    width: 100%;
  }
} */
