:root {
  --primary: #001b4c;
  --secondary: #e42e2f;
  --primary-2: #e30613;
  --primary-3: #ea3e3b;
  --primary-4: #F2C63C;
  --white: #ffffff;
  --black: #000000;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  word-wrap: break-word;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Inter", sans-serif;
  font-size: 16px;
}

img {
  vertical-align: middle;
  max-width: 100%;
}

a img {
  border: none;
}

a {
  text-decoration: none;
  color: #434343;
}

ul {
  list-style: none;
}

:focus {
  outline: none;
}

.wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  padding: 0 12px;
  width: 100%;
}

.clr {
  clear: both;
  float: none;
  display: block;
}

.clr:after,
.afclr:after {
  clear: both;
  float: none;
  display: block;
  content: "";
}

input[type="submit"],
button {
  -webkit-appearance: none;
}

select {
  word-wrap: normal;
}

::-webkit-input-placeholder {
  color: #414141;
}

:-moz-placeholder {
  color: #414141;
}

::-moz-placeholder {
  color: #414141;
}

.bottom_white_stripe {
  position: relative;
}

.bottom_white_stripe::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 68px;
  z-index: 1;
  background-color: #fff;
}

.footer {
  background-color: var(--primary);
  padding: 40px 0 0;
  color: #ffffff;
  margin: 0 40px 40px;
  border-radius: 24px;
}

.footer-2 {
  background-color: var(--primary-2);
}

.footer-3 {
  background-color: var(--primary-3);
}

.footer-4 {
  background-color: var(--primary-4);
}

.header {
  background-color: var(--primary);
  color: #fff;
  text-align: center;
  padding: 50px 0;
}

.footer-inn {
  display: flex;
  gap: 30px;
  align-items: flex-end;
}

.footer-left {
  width: 30%;
}

.footer-right {
  width: 70%;
  margin: 20px 0 40px 0;
}

.footer-title {
  font-size: 19px;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.footer-links {
  display: flex;
  gap: 25px;
  margin-bottom: 24px;
}

.footer-logo {
  width: 250px;
}

.footer-logo img {
  width: 100%;
}

.footer-menu-link li a {
  display: block;
  color: #fff;
  font-weight: 300;
  margin-bottom: 9px;
  letter-spacing: -0.16px;
  transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
}

.footer-menu-link li a:hover {
  color: var(--secondary);
}

.site-2 .footer-menu-link li a:hover {
  color: var(--black);
}

.site-3 .footer-menu-link li a:hover {
  color: var(--black);
}

.site-4 .footer-menu-link li a:hover {
  color: var(--black);
}

.site-4 .search-btn:hover {
    border-color: var(--primary-4);
}
.site-4 .home-btn:hover {
    border-color: var(--primary-4);
}

.footer-menu-link .sub-menu {
  display: none !important;
}

.address {
  letter-spacing: -0.16px;
  font-weight: 300;
  width: 90%;
  font-size: 16px;
  margin-bottom: 24px;
}

.contact-method-text {
  color: #ffffff;
  font-weight: 300;
}

.contact-method {
  margin-bottom: 12px;
  display: flex;
  gap: 12px;
}

.contact-method-icon {
  max-width: 21px;
}

.contact-method-icon img {
  width: 100%;
}

.social-media {
  display: flex;
  gap: 20px 30px;
  align-items: center;
  flex-wrap: wrap;
}

.social-media img {
  width: 100%;
}

.social-media li {
  max-width: 40px;
  width: 34px;
}

.footer-3 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.partner-logo {
  width: 200px;
  position: relative;
  left: -14px;
}

.partner-logo img {
  width: 100%;
}

.footer-copyright p {
  font-size: 12px;
  color: #faf9f680;
  line-height: 1.6em;
}

.footer-copyright {
  width: 55%;
}

.partner-logo-sec {
  position: relative;
  bottom: -10px;
}

.header-inn {
  display: flex;
  width: 100%;
  max-width: 942px;
  gap: 10px;
  justify-content: space-between;
  margin: 0 auto;
  background: #ffffff;
  padding: 15px 35px;
  border-radius: 128px;
  border: 0.5px solid #e2e2e2;
  box-shadow: 0px 0px 4px 1px #00000012;
}

.header-left {
  display: flex;
  gap: 10px;
  /* width: 76%; */
  align-items: center;
}

.header-2 .header-left {
  justify-content: space-between;
}

.header-right {
  /* width: 24%; */
  display: flex;
  justify-content: flex-end;
}

.header-sec {
  position: sticky;
  top: 20px;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 2;
  height: 30px;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 9px;
}

.my-account-btn {
  background-color: var(--primary);
  padding: 11px 15px;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: 1px solid #eeeeee;
}

.header-2 .my-account-btn {
  background-color: var(--primary-2);
}

.header-3 .my-account-btn {
  background-color: var(--primary-3);
}

.header-4 .my-account-btn {
  background-color: var(--primary-4);
}

.header-action img {
  width: 100%;
}

.search-btn {
  background-color: var(--white);
  padding: 9px 13px;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: 1px solid #eeeeee;
  transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
}

.search-btn:hover {
  border-color: var(--primary);
}

.site-2 .search-btn:hover {
  border-color: var(--primary-2);
}

.site-3 .search-btn:hover {
  border-color: var(--primary-3);
}

.home-btn {
  background-color: var(--white);
  padding: 11px 15px;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: 1px solid #eeeeee;
  transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
}

.home-btn:hover {
  border-color: var(--primary);
}

.site-2 .home-btn:hover {
  border-color: var(--primary-2);
}

.site-3 .home-btn:hover {
  border-color: var(--primary-3);
}

.header-logo {
  width: 60px;
  min-height: 63px;
  display: flex;
  align-items: center;
}

.header-4 .header-logo {
    width: 90px;
}


.header-logo img {
  width: 100%;
}

/* haeder menu  */
.site-menu {
  display: inline-block;
}

.menu_expand {
  padding: 5px 5px;
  color: #000;
  transition: all 0.2s ease;
  text-decoration: none;
}

.menu_expand i {
  height: 3px;
  background: var(--primary);
  display: block;
  width: 35px;
  border-radius: 19px;
}

.menu_expand i:nth-child(2) {
  margin: 6px 0;
}

.nav-menu>li {
  margin: 0 8px;
  position: relative;
  display: inline-block;
}

.nav-menu>li>a {
  position: relative;
  display: block;
  padding: 12px 5px 12px 5px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  font-size: 16px;
  line-height: 1.2;
  text-transform: capitalize;
  /* color: var(--primary); */
  color: var(--black);
  font-weight: 500;
}

/* .header-2 .nav-menu>li>a {
    color: var(--primary-2);
} */

/* .header-3 .nav-menu>li>a {
    color: var(--primary-3);
} */

/* .nav-menu>li:hover>a,
.nav-menu>li.current-menu-item>a {
    color: var(--primary);
}

.header-2 .nav-menu>li:hover>a,
.header-2 .nav-menu>li.current-menu-item>a {
    color: var(--primary-2);
}

.header-3 .nav-menu>li:hover>a,
.header-3 .nav-menu>li.current-menu-item>a {
    color: var(--primary-3);
} */

.nav-menu .sub-menu {
  position: absolute;
  top: 100%;
  left: 4px;
  width: 180px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  z-index: 1000;
  /* visibility: visible; */
  filter: alpha(opacity=0);
  visibility: hidden;
  opacity: 0;
  box-shadow: 0px 0px 4px 1px #00000012;
  border-radius: 0 0 12px 12px;
  background: #fff;
}

.nav-menu .sub-menu li {
  float: none;
  /* background: #fff; */
  border-bottom: 1px solid #f1eded;
  border-left: none;
  padding: 0;
  display: block;
  /* border-radius: 0 0 12px 12px; */
  position: relative;
}

.nav-menu .sub-menu li:last-child {
  border-radius: 0 0 12px 12px;
}

/* .nav-menu .sub-menu li:first-child {
    border-top: 2px solid var(--primary)
}

.header-2 .nav-menu .sub-menu li:first-child {
    border-top-color: var(--primary-2)
}

.header-3 .nav-menu .sub-menu li:first-child {
    border-top-color: var(--primary-3)
} */

.nav-menu .sub-menu a {
  padding: 10px;
}

.nav-menu .sub-menu li a {
  font-size: 15px;
  display: block;
  font-weight: 500;
  color: var(--tertiary);
}

.nav-menu .sub-menu ul {
  position: absolute;
  top: 0px;
  left: 100%;
  border-top: 0;
  padding-left: 0px;
  padding-top: 0;
  filter: alpha(opacity=0);
  width: 180px;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translate(40px, 0);
}

.nav-menu .sub-menu li:last-child {
  border-bottom: none;
}


.nav-menu li:hover>.sub-menu {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}

.nav-menu .sub-menu li:hover>ul {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate(0px, 0);
}

.nav-menu .sub-menu li:last-child:hover>a {
  border-radius: 0 0 12px 12px;
}

.nav-menu .sub-menu ul li:first-child {
  border-top: none;
}

.nav-menu .sub-menu ul li {
  background: #fff;
}

.nav-menu .sub-menu li a:hover {
  background-color: var(--primary);
}

.nav-menu .sub-menu li:hover>a {
  color: var(--white);
  background-color: var(--secondary);
}

.site-2 .nav-menu .sub-menu li:hover>a {
  background-color: var(--primary-2);
}

.site-3 .nav-menu .sub-menu li:hover>a {
  background-color: var(--primary-3);
}

.site-4 .nav-menu .sub-menu li:hover>a {
  background-color: var(--primary-4);
}

.header-4 .mobile-nav-menu>li>a {
    color: var(--primary-4);
}
.cross_button {
  display: none;
}

.nav-menu>.menu-item-has-children>a {
  padding-right: 20px;
  position: relative;
}

.nav-menu>.menu-item-has-children>a::before {
  position: absolute;
  content: "";
  display: block;
  height: 6px;
  width: 6px;
  right: 5px;
  top: 14px;
  transition: all 0.5s ease-in-out;
  transition: all 0.3s ease;
  border-top: 2px solid var(--black);
  border-left: 2px solid var(--black);
  transform: rotate(225deg);
  background: #fff;
}

/* .header-2 .nav-menu>.menu-item-has-children>a::before {
    border-top-color: var(--primary-2);
    border-left-color: var(--primary-2);
}

.header-3 .nav-menu>.menu-item-has-children>a::before {
    border-top-color: var(--primary-3);
    border-left-color: var(--primary-3);
} */

.menu-expand-btn {
  display: none;
  margin: 0 0 0 20px;
}

.mobile-menu-sec {
  display: none;
}

.nav_menu_container {
  display: block;
  position: fixed;
  top: 0;
  left: -100%;
  bottom: 0;
  z-index: 100;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0;
  visibility: hidden;
  overflow-y: auto;
  text-align: left;
  margin-right: 0px;
  background: var(--white);
  width: 100%;
  padding: 20px 20px 45px 0;
  max-width: 600px;
}

.nav_menu_container.state-active {
  clear: both;
  left: 0;
  opacity: 1;
  visibility: visible;
}

.cross_button {
  margin-top: 20px;
  display: block;
  text-align: center;
  position: absolute;
  top: 0px;
  right: 20px;
  display: none;
}

.expand_plus,
.cross_button {
  display: block;
}

.cross_button a {
  font-size: 22px;
  color: #242323;
  cursor: pointer;
  border: 1px solid #242323;
  border-radius: 3px;
  padding: 4px;
  display: inline-block;
  text-align: center;
  width: 35px;
  height: 35px;
  line-height: 1.2;
}

.m_close_icon:before,
.m_close_icon:after {
  display: block;
  content: "";
  position: absolute;
  width: 25px;
  height: 2px;
  background: #000000;
  top: 17px;
  left: 5px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.m_close_icon:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.haeder_mobile_menu_top {
  display: inline-block;
  width: 100%;
  padding-left: 20px;
  margin-bottom: 20px;
}

.header_mobile_logo {
  max-width: 68px;
}

.header-4 .header_mobile_logo {
  max-width: 90px;
}

.site-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.site-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.mobile-nav-menu a {
  width: 100%;
}

.mobile-nav-menu .sub-menu li a {
  text-align: left;
  font-weight: 500;
  color: var(--black);
  font-size: 15px;
  line-height: 1.2;
  display: block;
  padding: 9px 35px 9px 10px;
  transition: all 0.3s ease;
}

.mobile-nav-menu>li>a {
  position: relative;
  font-weight: 600;
  color: var(--primary);
  text-transform: capitalize;
  font-size: 16px;
  padding: 8px 7px;
  line-height: 1;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  display: inline-block;
}

.header-2 .mobile-nav-menu>li>a {
  color: var(--primary-2);
}

.header-3 .mobile-nav-menu>li>a {
  color: var(--primary-3);
}

.mobile-nav-menu>li.current-menu-item>a,
.mobile-nav-menu .sub-menu li a,
.mobile-nav-menu>li>a {
  padding: 10px 20px;
  font-size: 16px;
  text-transform: capitalize;
  line-height: 1.2em;
}

.mobile-nav-menu li {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 0;
  margin: 0;
}

.mobile-nav-menu .sub-menu li ul,
.mobile-nav-menu .sub-menu {
  padding-left: 20px;
  width: auto;
  position: relative;
  display: none;
  visibility: visible;
  opacity: 1;
  box-shadow: none;
  left: 0;
  transform: translate(0, 0);
  top: 0;
  transition: none;
}

.mobile-nav-menu .sub-menu li {
  border: none;
  background-color: transparent !important;
}

.nav_menu_overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: #0000008f;
  z-index: 20;
  width: 100%;
  height: 100%;
  display: none;
  opacity: 0;
  visibility: hidden;
}

.nav_menu_overlay.active {
  display: block;
  opacity: 1;
  visibility: visible;
}

.no_overflow {
  overflow: hidden;
}

.expand_plus.active:after {
  transform: translate(-50%, -50%) rotate(45deg);
}

.mobile-nav-menu>li.current-menu-item>a,
.mobile-nav-menu .sub-menu li a,
.mobile-nav-menu>li>a {
  padding: 10px 20px;
  font-size: 16px;
  text-transform: capitalize;
  line-height: 1.2em;
}

.mobile-nav-menu .sub-menu li a {
  font-size: 16px;
  color: var(--primary);
}

.header-2 .mobile-nav-menu .sub-menu li a {
  color: var(--black);
}

.header-3 .mobile-nav-menu .sub-menu li a {
  color: var(--black);
}

.search_bar {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgb(0 27 76 / 85%);
  z-index: 100000;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
  height: 100vh;
  width: 100%;
  display: block;
}

.footer-2~.search_bar {
  background-color: rgb(227 6 19 / 66%);
}

.footer-3~.search_bar {
  background-color: #ea3e3bd9;
}

.footer-4~.search_bar {
  background-color: #f2c63ceb;
}

.search_bar.active {
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}

.search_bar_inner {
  height: 100vh;
}

.search_bar_inner .wrapper {
  height: 100vh;
}

.search_bar_inner .wrapper {
  height: 100vh;
}

.close_outer {
  position: relative;
  display: inline-block;
  text-align: right;
  float: right;
  top: 22%;
  right: -65px;
}

.close_btn {
  padding: 5px;
  cursor: pointer;
  filter: invert(1);
}

.f_outer {
  height: 100vh;
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}

.f_outer h3 {
  font-weight: 500;
  font-size: 32px;
  line-height: 1.2;
  color: var(--white);
  text-align: center;
  padding-bottom: 30px;
}

.f_outer form {
  position: relative;
}

input[type="text"].search_field {
  border: none;
  border-bottom: 1.5px solid var(--white);
  padding: 20px 73px 13px 30px;
  background: none;
  width: 100%;
  font-family: inherit;
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  line-height: 1.3;
  color: var(--white);
  text-align: center;
}

input[type="submit"].sbtn {
  background: rgba(255, 255, 255, 0) url("../images/search-bar-icon.svg") no-repeat center;
  border: none;
  height: 60px;
  width: 60px;
  cursor: pointer;
  position: absolute;
  top: 4px;
  right: -8px;
}

.overlay_search {
  padding-right: 17px;
}

.search_bae_inner {
  position: relative;
  width: 60%;
  margin: 0 auto;
  height: 100vh;
}

input[type="text"].search_field::placeholder {
  color: var(--white);
  opacity: 0.5;
}

.sub-menu-toggle {
  display: none !important;
}

.home-btn a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.box_inn {
  height: 100%;
}

.box_img {
  padding-top: 74%;
  overflow: hidden;
  position: relative;
  border-radius: 14px;
  transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transform: scale(1);
}

.box_img:hover {
  transform: scale(1.01);
}

.box_img a {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

.box_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.box {
  padding: 18px;
  background-color: #f7f7f7;
  border-radius: 22px;
  overflow: hidden;
  height: 100%;
  border: 1px solid #cccccc00;
  box-shadow: 0px 0px 4px 0px #00000000;
  transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
}

.box:hover {
  border-color: #cccccc;
  box-shadow: 0px 0px 4px 0px #00000014;
}

.box_content {
  padding: 15px 0 0;
}

.box_type {
  margin-bottom: 10px;
}

.box_type a {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #000;
  padding: 0 5px 5px 0;
}

.box_title h2,
.box_title a {
  font-size: 19px;
  color: #000;
  font-weight: 700;
  line-height: 1.2em;
}

.box_action_btn {
  margin: 15px 0 0;
}

.site_btn {
  display: inline-block;
  background-color: var(--secondary);
  color: var(--white);
  font-size: 16px;
  font-weight: 400;
  padding: 12px 17px;
  text-align: center;
  border-radius: 32px;
  transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
}

.site_btn:hover {
  background-color: var(--primary);
}

.news_newsletter_inn {
  position: relative;
}

.newsAndNewsletterNavBtn::after,
.newsAndNewsletterNavBtn::before {
  display: none !important;
}

.newsAndNewsletterNavBtn {
  background: url("../images/arrow-left.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
}

.newsAndNewsletterNextBtn {
  right: -70px !important;
  background-image: url("../images/arrow-right.svg");
}

.newsAndNewsletterPrevBtn {
  left: -70px !important;
  background-image: url("../images/arrow-left.svg");
}

.site-action-bar {
  position: fixed;
  right: 0;
  top: 40%;
  z-index: 10;
}

.site-actions {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-end;
}

.site-action {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #8a8a8a;
  width: 57px;
  height: 57px;
  border-radius: 16px 0 0 16px;
  transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
}

.site-action:hover {
  width: 67px;
}

.site-action a {
  display: block;
  padding: 15px 9px 15px 15px;
}

.site-action img {
  width: 100%;
}

.elementor-element.elementor-widget-text-editor ol {
  list-style: decimal !important;
}

.elementor-element.elementor-widget-text-editor ul {
  list-style: disc !important;
}

.elementor-element.elementor-widget-text-editor ul ul {
  list-style: circle !important;
  padding-left: 20px;
  margin: 7px 0 12px;
}

.elementor-element.elementor-widget-text-editor ul li,
.elementor-element.elementor-widget-text-editor ol li {
  margin-bottom: 10px;
}

.membership-benefits-content.elementor-widget-text-editor ul li,
.membership-benefits-content.elementor-widget-text-editor ol li {
  margin-bottom: 0;
}

.elementor-element.elementor-widget-text-editor a {
  text-decoration: underline !important;
  color: var(--secondary) !important;
}

.elementor-element.elementor-widget-text-editor a:hover {
  color: var(--primary) !important;
}

.dark--bg .elementor-element.elementor-widget-text-editor a:hover {
  color: var(--white) !important;
}

.membership-options-card-title a {
  width: 100% !important;
}

.page-not-found {
  background-color: var(--primary);
  padding: 140px 0 100px 0;
  color: #ffffff;
  margin: 0 40px 40px;
  border-radius: 24px;
  min-height: 70vh;
  display: flex;
  align-items: center;
}

.pnf-content {
  text-align: center;
}

.pnf-title {
  font-size: 10rem;
}

.pnf-subtitle {
  font-size: 5rem;
}

.no_found_btn {
  margin-top: 20px;
  border: 1px solid var(--secondary);
}

.footer-box-1 {
  width: 25%;
}

.footer-box-2 {
  width: 35%;
}

.footer-box-3 {
  width: 35%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.header-2 .menu-sec {
  /* padding-right: 65px; */
}

.site-2 .site_btn {
  border: 1px solid var(--primary-2);
  background-color: var(--primary-2);
}

.site-2 .site_btn:hover {
  background-color: transparent;
  color: var(--black);
  border-color: var(--black);
}

.site-3 .site_btn {
  border: 1px solid var(--primary-3);
  background-color: var(--primary-3);
}

.site-3 .site_btn:hover {
  background-color: transparent;
  color: var(--black);
  border-color: var(--black);
}

/* .header-3 .header-inn {
  width: 84%;
} */

.header-3 .header-left {
  gap: 25px;
}

.header-search-sec {
  background-color: var(--primary);
  padding: 150px 0 80px 0;
  color: #ffffff;
  margin: 0 40px 40px;
  border-radius: 24px;
  display: flex;
  align-items: center;
}

.site-2 .header-search-sec {
  background-color: var(--primary-2);
}

.site-3 .header-search-sec {
  background-color: var(--primary-3);
}

.search-sec {
  margin: 50px 0 100px;
}

.search-results-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.search-results-list li {
  padding: 18px;
  background-color: #f7f7f7;
  border-radius: 22px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.search-results-list img {
  border-radius: 16px;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

.search-results-list a {
  color: var(--black);
  font-weight: 500;
  font-size: 20px;
}

.search-results-list a:hover {
  color: var(--primary);
}

.navigation {
  margin: 80px 0 80px 0;
  text-align: center;
}

.nav-links {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  justify-content: center;
}

.nav-links .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.nav-links .page-numbers:hover {
  color: var(--primary);
}

.nav-links .page-numbers.current {
  font-weight: 500;
  color: var(--primary);
}

.nav-links .page-numbers.next,
.nav-links .page-numbers.prev {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.navigation .screen-reader-text {
  display: none;
}

.header-search-content h1 {
  font-size: 32px;
}

.header-search-content h3 {
  font-weight: 300;
  margin-top: 7px;
}

.not-found-result {
  display: block;
  text-align: center;
}

.screen-reader-text {
  position: absolute;
  top: -10000em;
}

.edit-link {
  display: none;
}

.fellow-list-table table {
  overflow: hidden;
  font-family: inherit;
  border-collapse: collapse;
  width: 100%;
}

.fellow-list-table td,
.fellow-list-table th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
}

.fellow-list-table tr:nth-child(even) {
  background-color: #dddddd;
}

.news-boxs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.page-header {
  background-color: var(--primary);
  padding: 200px 0 100px 0;
  color: var(--white);
  margin: 0 40px 40px;
  border-radius: 24px;
}

.page-header-content h1 {
  font-size: 42px;
  font-weight: 600;
  line-height: 1.2em;
  color: var(--white);
  margin-bottom: 5px;
}

.news_sec {
  margin: 100px 0;
}

.load-more-sec {
  margin-top: 60px;
  text-align: center;
}

.loaderTxt2::after {
  content: "";
  display: inline-block;
  animation: dots 1.5s steps(3, end) infinite;
}

@keyframes dots {
  0% {
    content: "";
  }

  33% {
    content: ".";
  }

  66% {
    content: "..";
  }

  100% {
    content: "...";
  }
}

.loadMoreBtn {
  min-width: 200px;
  padding: 8px 17px 10px;
}

.box_title {
  margin-bottom: 6px;
}

.box_subtitle {
  margin-bottom: 12px;
}

.box_description {
  margin-bottom: 6px;
}

.box_subtitle h3 {
  font-weight: 400;
  font-size: 16px;
}

.box_description p {
  font-size: 15px;
  font-weight: 300;
}

.home-card-hover-effect {
  position: relative;
  overflow: hidden;
  border-radius: 22px;
}

.overlay_link_div {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.overlay_link_div a {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: var(--primary) !important;
  opacity: 0;
  transition: 0.3s all ease-in-out;
  -webkit-transition: 0.3s all ease-in-out;
  -ms-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
}

.home-card-hover-effect:hover .overlay_link_div a {
  opacity: 1;
}

.home-card-hover-effect._2 .overlay_link_div a {
  background-color: var(--primary-2) !important;
}

.home-card-hover-effect._3 .overlay_link_div a {
  background-color: var(--primary-3) !important;
}

.home-card-hover-effect .elementor-widget-icon {
  position: relative;
  z-index: 2;
}

.home-card-hover-effect .elementor-widget-heading {
  position: relative;
  z-index: 2;
}

.home-actions-card-hover-effect {
  transition: 0.3s all ease-in-out;
  -webkit-transition: 0.3s all ease-in-out;
  -ms-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
}

.home-actions-card-hover-effect:hover {
  background-color: #ededed7a;
  box-shadow: 0px 0px 13.7px 0px #00000014;
}

.my-account-btn a {
  position: relative;
  top: -2px;
}

.nav-menu>li>a:not([href]) {
  cursor: default;
  /* or 'auto' */
}

.search-input-wrapper {
  text-align: center;
  margin-bottom: 48px;
}

#search-input {
  width: 100%;
  padding: 20px 30px;
  background: #eeeeee;
  border: none;
  border-radius: 16px;
  font-size: 20px;
}

#search-results .search-item {
  display: flex;
  margin-bottom: 48px;
  background: #fbf9f7;
  gap: 50px;
  align-items: center;
  border-radius: 12px;
  box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px,
    rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}

.no-results {
  text-align: center;
  margin-bottom: 20px;
}

.search-image {
  width: 25%;
  overflow: hidden;
  border-radius: 12px 0 0 12px;
}

.search-content {
  width: 75%;
  padding: 15px 50px 15px 0;
}

.search-image img {
  width: 100%;
  height: 100%;
  max-height: 282px;
  object-fit: cover;
  object-position: top;
}

.search-content h3 {
  margin: 0 0 10px;
  color: var(--primary);
  font-size: 32px;
}

.search-content a {
  color: var(--primary);
}

.search-content p {
  margin: 0;
  color: #282828;
  font-size: 16px;
  line-height: 1.4em;
}

.hm-skeleton-list {
  display: none;
}

.hm-skeleton-box {
  margin-bottom: 48px;
}

.hm-skeleton-container {
  display: flex;
  gap: 50px;
  max-width: 100%;
  margin: 0 auto;
  background-color: #fbf9f7;
  align-items: center;
  border-radius: 12px;
}

.hm-skeleton-left,
.hm-skeleton-title,
.hm-skeleton-line {
  position: relative;
  overflow: hidden;
  background-color: #e0e0e0;
}

.hm-skeleton-left {
  width: 25%;
  aspect-ratio: 1 / 1;
  border-radius: 8px;
}

.hm-skeleton-right {
  width: 75%;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-right: 50px;
}

.hm-skeleton-title {
  width: 70%;
  height: 20px;
  border-radius: 4px;
}

.hm-skeleton-line {
  width: 100%;
  height: 12px;
  border-radius: 4px;
}

.hm-skeleton-line.short {
  width: 60%;
}

.hm-skeleton-left::after,
.hm-skeleton-title::after,
.hm-skeleton-line::after {
  content: "";
  position: absolute;
  top: 0;
  left: -150px;
  height: 100%;
  width: 150px;
  background: linear-gradient(90deg,
      rgba(224, 224, 224, 0) 0%,
      rgba(245, 245, 245, 0.8) 50%,
      rgba(224, 224, 224, 0) 100%);
  animation: hm-shimmer 1.5s infinite;
}

@keyframes hm-shimmer {
  0% {
    left: -150px;
  }

  100% {
    left: 100%;
  }
}

.search-results-actions {
  text-align: center;
  margin-bottom: 20px;
}

.scroll_main_btn {
  width: 30%;
  text-align: right;
}

.scroll-top {
  height: 55px;
  width: 55px;
  border-radius: 50%;
  background-color: var(--white);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  transition: 0.3s all;
  position: fixed;
  bottom: 50px;
  right: 64px;
  z-index: 95;
}

.scroll-top svg {
  width: 33px;
}

.scroll_main_btn._1 .scroll-top {
  color: var(--primary);
}

.scroll_main_btn._2 .scroll-top {
  color: var(--primary-2);
}

.scroll_main_btn._3 .scroll-top {
  color: var(--primary-3);
}

.news_newsletter_inn .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
  visibility: hidden;
  transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
}

.category_ac_title {
  cursor: pointer;
  position: relative;
  padding-right: 50px !important;
}

.category_ac_title::before {
  position: absolute;
  content: "";
  display: block;
  height: 14px;
  width: 14px;
  right: 18px;
  top: 13px;
  transform-origin: center;
  transition: all 0.5s ease-in-out;
  transition: all 0.3s ease;
  border-top: 2px solid var(--black);
  border-left: 2px solid var(--black);
  transform: rotate(45deg);
  background: #fff;
}

.category_ac_title.active::before {
  transform: rotate(225deg);
}


.alignleft {
  float: left;
  margin-right: 15px;
  margin-bottom: 5px;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 7px;
}

.alignright {
  float: right;
  margin-left: 15px;
  margin-bottom: 5px;
}

.nav-menu .sub-menu li.menu-item-has-children a {
  padding-right: 16px;
}

.nav-menu .sub-menu li.menu-item-has-children>a:after {
  position: absolute;
  content: "";
  display: block;
  height: 6px;
  width: 6px;
  right: 14px;
  top: 15px;
  border-top: 1px solid var(--black);
  border-left: 1px solid var(--black);
  transform: rotate(135deg);
  background: transparent;
}

.site-2 .nav-menu .sub-menu li:hover>a:after {
  border-top: 1px solid var(--white);
  border-left: 1px solid var(--white);
}

.nav-menu .sub-menu li:hover>a:after {
  border-top: 1px solid var(--white);
  border-left: 1px solid var(--white);
}

.site-3 .nav-menu .sub-menu li:hover>a:after {
  border-top: 1px solid var(--white);
  border-left: 1px solid var(--white);
}












@media screen and (max-width: 1500px) {
  .newsAndNewsletterNextBtn {
    right: -35px !important;
  }

  .newsAndNewsletterPrevBtn {
    left: -35px !important;
  }
}

@media screen and (max-width: 1280px) {
  .footer-logo {
    width: 200px;
  }

  .footer-left {
    width: 25%;
  }

  .footer-right {
    width: 75%;
  }

  .footer-right {
    margin: 0px 0 20px 0;
  }

  .footer {
    margin: 0 12px;
    padding: 40px 10px 0;
  }

  .header-inn {
    justify-content: space-between;
    width: 85%;
  }

  .header-left {
    gap: 15px;
  }

  .header-4 .header-left {
    gap: 20px;
  }

  .page-not-found {
    margin: 0 10px 40px;
  }

  .header-search-sec {
    margin: 0 10px 40px;
  }

  .pnf-title {
    font-size: 9rem;
  }

  .pnf-subtitle {
    font-size: 4rem;
  }

  .header-3 .header-left {
    gap: 15px;
    width: 80%;
  }

  .header-3 .nav-menu>li {
    margin: 0 6px;
  }

  .header-3 .header-right {
    width: 20%;
  }

  .submit-your-abstract-sec {
    margin-bottom: -25px;
  }

}

@media screen and (max-width: 1024px) {
  .menu-sec {
    display: none;
  }

  .menu-expand-btn {
    display: block;
  }

  .expand_plus {
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
    height: 35px;
    padding: 25px 10px 2px;
    cursor: pointer;
    z-index: 100;
    display: block;
  }

  .expand_plus i {
    display: block;
    position: relative;
    width: 12px;
    height: 10px;
    top: -8px;
  }

  .expand_plus:after {
    margin-right: -2px;
    transform: translate(-50%, -50%) rotate(-135deg);
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px;
    margin-left: -2px;
    box-sizing: border-box;
    border-top: 2px solid #000;
    border-left: 2px solid #000;
    transform-origin: center;
  }

  .header-2 .expand_plus:after {
    border-top-color: var(--primary-2);
    border-left-color: var(--primary-2);
  }

  .header-3 .expand_plus:after {
    border-top-color: var(--primary-3);
    border-left-color: var(--primary-3);
  }

  .mobile-menu-sec {
    display: block;
  }

  .site-menu {
    display: block;
  }

  .header-3 .header-inn {
    width: 85%;
  }

  .page-header {
    margin-top: -18px;
    margin-left: 12px;
    margin-right: 12px;
    padding: 150px 0 60px 0;
  }

  .page-header-content h1 {
    font-size: 32px;
  }

  .partners_sec_outer {
    overflow: hidden;
    overflow-x: auto;
    flex-wrap: nowrap;
  }

  .partners_sec_outer>.elementor-element {
    min-width: 18%;
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 992px) {
  .footer-links {
    flex-wrap: wrap;
    gap: 0;
  }

  .footer-logo {
    width: 154px;
  }

  .social-media li {
    width: 28px;
  }

  .footer-title {
    font-size: 18px;
  }

  .footer-right {
    margin: 0px 0 30px 0;
  }

  .f_outer h3 {
    font-size: 22px;
    line-height: 28px;
  }

  input[type="text"].search_field {
    padding: 16px 50px 15px 20px;
    font-size: 22px;
    line-height: 1.2;
  }

  input[type="submit"].sbtn {
    height: 53px;
    width: 57px;
  }

  .overlay_search {
    padding-right: 0px;
  }

  .footer-box-1 {
    width: 50%;
    padding-right: 20px;
  }

  .footer-box-2 {
    width: 50%;
  }

  .footer-box-3 {
    width: 100%;
    margin-top: 30px;
    gap: 30px;
  }

  .search-results-list {
    grid-template-columns: repeat(3, 1fr);
  }

  .header-search-content h1 {
    font-size: 28px;
  }

  .header-search-content h3 {
    font-size: 16px;
  }

  .fellow-list-table {
    overflow-x: auto;
  }

  .fellow-list-table table {
    width: 992px;
  }

  .page-header {
    padding: 165px 0 70px 0;
  }

  .news_sec {
    margin: 80px 0;
  }

  .search-image {
    width: 40%;
  }

  .search-content {
    width: 60%;
  }

  .hm-skeleton-left {
    width: 40%;
  }

  .hm-skeleton-right {
    width: 60%;
  }

  .scroll-top {
    bottom: 38px;
    height: 50px;
    width: 50px;
  }

  .scroll-top svg {
    width: 27px;
  }

  .header-logo {
    min-height: 57px;
  }


}

@media screen and (max-width: 767px) {
  .footer-inn {
    align-items: flex-end;
    flex-direction: column-reverse;
  }

  .footer-right {
    width: 100%;
  }

  .footer-left {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    margin-top: -150px;
  }

  .footer-box-3 {
    width: 100%;
  }

  .social-media {
    width: 70%;
  }

  .footer-copyright {
    width: 60%;
  }

  .footer {
    margin-bottom: 30px;
    overflow: hidden;
  }

  .footer-logo {
    width: 240px;
    right: -52px;
    position: relative;
  }

  .bottom_white_stripe::after {
    display: none;
  }

  .header-inn {
    width: 96%;
  }

  .close_outer {
    right: -21px;
    top: 7%;
  }

  input[type="text"].search_field {
    padding: 20px 35px 8px 11px;
    font-size: 20px;
    line-height: 1.3;
  }

  .search_bae_inner {
    width: 80%;
  }

  .close_btn img {
    width: 27px;
  }

  .header-inn {
    padding: 12px 35px;
  }

  .boxs .box {
    display: none;
  }

  .boxs .box:nth-child(1),
  .boxs .box:nth-child(2) {
    display: block;
  }

  .box {
    margin-bottom: 20px;
  }

  .site-action {
    width: 48px;
  }

  .site-action:hover {
    width: 60px;
  }

  .pnf-title {
    font-size: 6rem;
  }

  .pnf-title {
    font-size: 6rem;
  }

  .social-media {
    width: 100%;
  }

  .site-2 .boxs .box {
    display: block;
  }

  .site-3 .boxs .box {
    display: block;
  }

  .header-2 .header-inn {
    width: 96%;
  }

  .header-3 .header-inn {
    width: 96%;
  }

  .header-search-sec {
    padding: 140px 0 70px 0;
  }

  .search-results-list {
    grid-template-columns: repeat(2, 1fr);
  }

  .news-boxs .site_btn {
    padding-top: 9px;
    padding-bottom: 11px;
  }

  .boxs.news-boxs .box {
    display: block;
  }

  .news-boxs {
    grid-template-columns: repeat(2, 1fr);
  }

  #search-results .search-item {
    flex-wrap: wrap;
    gap: 15px;
  }

  .search-image {
    width: 100%;
  }

  .search-image.placeholder {
    display: none;
  }

  .search-content {
    width: 100%;
    padding: 20px;
  }

  .search-content h3 {
    font-size: 24px;
  }

  .search-content p {
    margin-bottom: 10px;
  }

  .search-image {
    border-radius: 12px 12px 0 0px;
  }

  #search-results .search-item {
    margin-bottom: 25px;
  }

  .hm-skeleton-right {
    width: 100%;
  }

  .hm-skeleton-left {
    width: 100%;
    height: 200px;
  }

  .hm-skeleton-container {
    flex-wrap: wrap;
    gap: 0;
  }

  .hm-skeleton-right {
    padding: 20px;
  }

  .hm-skeleton-box {
    margin-bottom: 25px;
  }

  .search-image img {
    max-height: 350px;
  }

  .partners_sec_outer>.elementor-element {
    min-width: 25%;
  }

  .scroll-top {
    bottom: 55px;
    right: 45px;
    height: 42px;
    width: 42px;
  }

  .scroll-top svg {
    width: 21px;
  }
  .header-4 .header_mobile_logo {
    max-width: 80px;
}
}

@media screen and (max-width: 479px) {
  .social-media {
    width: 88%;
  }

  .social-media li {
    width: 34px;
  }

  .footer-copyright {
    width: 70%;
  }

  .footer {
    padding-top: 45px;
  }

  .menu-expand-btn {
    margin: 0 0 0 7px;
  }

  .home-btn {
    padding: 9px 13px;
    width: 48px;
    height: 48px;
  }

  .search-btn {
    width: 48px;
    height: 48px;
  }

  .my-account-btn {
    padding: 10px 13px;
    width: 48px;
    height: 48px;
  }

  .header-logo {
    width: 56px;
    min-height: 53px;
  }

  .header-4 .header-logo {
    width: 80px;
}

  .search_bae_inner {
    width: 99%;
  }

  .close_outer {
    right: -4px;
    top: 7%;
    z-index: 10;
  }

  .pnf-title {
    font-size: 4rem;
  }

  .pnf-subtitle {
    font-size: 2rem;
  }

  .page-not-found {
    min-height: 60vh;
  }

  .footer-box-1 {
    width: 100%;
    padding: 0;
    margin-bottom: 30px;
  }

  .footer-box-2 {
    width: 100%;
    margin-bottom: 40px;
  }

  .footer-box-3 {
    margin: 0;
  }

  .social-media {
    width: 100%;
  }

  .search-results-list a {
    font-size: 16px;
  }

  .search-results-list p {
    font-size: 13px;
  }

  .search-results-list li {
    padding: 20px 10px;
  }

  .search-results-list {
    gap: 12px;
  }

  .news-boxs {
    grid-template-columns: repeat(1, 1fr);
  }

  .news_sec {
    margin: 60px 0;
  }

  .my-account-btn a {
    top: 0;
  }

  .header-action img {
    position: relative;
    top: -1px;
  }

  .header-action .search-btn img {
    top: 0;
  }

  .partners_sec_outer>.elementor-element {
    min-width: 40%;
  }

  .category_ac_title {
    padding-right: 40px !important;
  }

  .category_ac_title::before {
    height: 12px;
    width: 12px;
    right: 15px;
  }

  .header-inn {
    padding: 12px 25px 12px 20px;
  }
}

@media screen and (max-width: 320px) {}