@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');

@font-face {
  font-family: "Poppins-Regular";
  font-style: normal;
  src: url(/fonts/Poppins-Regular.ttf) format("truetype");
}

@font-face {
  font-family: "Poppins-Bold";
  font-style: normal;
  src: url(/fonts/Poppins-Bold.ttf) format("truetype");
}

@font-face {
  font-family: "Poppins-Medium";
  font-style: normal;
  src: url(/fonts/Poppins-Medium.ttf) format("truetype");
}

@font-face {
  font-family: "Poppins-ExtraBold";
  font-style: normal;
  src: url(/fonts/Poppins-ExtraBold.ttf) format("truetype");
}

@font-face {
  font-family: "Poppins-SemiBold";
  font-style: normal;
  src: url(/fonts/Poppins-SemiBold.ttf) format("truetype");
}

@font-face {
  font-family: "Poppins";
  font-style: normal;
  src: url("/fonts/Poppins-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Poppins";
  font-style: normal;
  src: url("/fonts/Poppins-Bold.ttf") format("truetype");
}

/*Header*/
body,
html {
  height: 100%;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  overflow-x: hidden;
  background: white;
  font-family: Poppins-medium !important;
  font-style: italic !important;
}

body > div {
  flex: 1;
}

h2 {
  font-family: Poppins-Bold;
  font-size: 24px;
  color: #2a317c;
  margin-top: 0;
  margin-bottom: 0;
  text-align: left;
}

h3 {
  font-family: Poppins-Bold !important;
  font-size: 18px !important;
  color: #2a317c !important;
}

.header-nav {
  padding: 25px 60px;
  min-height: 125px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#header {
  box-shadow: 2px 3px 10px 2px rgb(195 193 193 / 20%);
}

.header-left {
  float: left;
  display: flex;
  align-items: center;
}

.header-left-inner {
  float: left;
  display: flex;
  align-items: center;
  justify-content: right;
}

.header-right {
  float: right;
  padding: 20px 0;
  display: flex;
  align-items: center;
}

#wrapper {
  overflow: hidden;
  min-height: calc(100vh - 306px);
}

.header-top .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
  display: none;
  color: #fff;
}

.header-top {
  background: #2a317c;
}

ul.navbar-nav {
  position: relative;
}

.logo {
  display: inline-block;
  vertical-align: top;
}

.logo img.img-responsive {
  max-height: 70px;
}

.navbar-nav li.nav-item {
  display: inline-block;
  position: relative;
  padding-right: 50px;
}

.navbar-nav li.nav-item div.dropdown-menu {
  display: none;
  flex-direction: column;
  align-items: flex-start;
  flex-wrap: nowrap;
  gap: 10px;
  font-size: 16px;
  padding: 15px 20px;
}

.navbar-nav li.nav-item:hover div.dropdown-menu {
  display: flex;
}

.navbar-nav li.nav-item:last-child {
  padding-right: 0;
}

ul.navbar-nav {
  position: relative;
  text-align: center;
  padding: 0;
  margin: 0;
}

.dropdown-menu {
  position: absolute;
  background: #fff;
  top: 51px;
  padding: 28px 10px;
  width: 255px;
  left: 0;
  margin: 0 auto;
  right: 0;
}

.sub_menu {
  padding: 0;
}

.sub_menu li {
  list-style: none;
  text-align: center;
  margin-bottom: 15px;
}

.sub_menu li:last-child {
  margin-bottom: 0;
}

.sub_menu li a {
  font-size: 14px;
  color: #808080;
  font-family: Poppins-Regular;
  white-space: nowrap;
}

.sub_menu li a:hover {
  color: #333;
}

.navbar .navbar-nav .nav-link {
  color: #c0c0c0;
  font-size: 18px;
  font-family: Poppins-Medium !important;
  padding: 7px 0;
  display: inline-block;
}

.navbar .navbar-nav .nav-link:hover {
  color: #fff;
}

.user-info a {
  font-size: 13px;
  text-transform: uppercase;
  color: #8fbf21;
  font-family: Poppins-Regular;
}

.connection-database {
  color: #808080;
  font-family: Poppins-Regular;
  font-size: 14px;
}

.communities-connection {
  display: inline-block;
  vertical-align: top;
  line-height: 63px;
}

.community-logo {
  margin: 0 0 0 25px;
}

.community-logo>a>img {
  max-height: 75px;
}

.divider {
  display: inline-block;
  background: #808080;
  width: 1px;
  height: 46px;
  position: relative;
  top: 0px;
  margin: 0 25px;
}

.user-info a:hover {
  color: #2a317c;
}

.user-info a i {
  position: relative;
  top: 2px;
  font-size: 20px !important;
  margin-right: 1px;
}

.user-info a i.fa-user {
  top: 1px;
  margin-right: 3px;
}

.community .header-top {
  background: var(--primary-color);
}

/*.community .navbar .navbar-nav .nav-link.active {
  color: var(--secondary-color);
}
.community .navbar .navbar-nav .nav-link {
  color: #fff;
} 
.community .navbar .navbar-nav .nav-link:hover {
  color: var(--secondary-color);
}*/
.community .user-info a i.myaccount {
  background: url(/images/community-user-icon.png) no-repeat 0 0;
}

.community .user-info a:hover i,
.community .user-info a:hover i.myaccount {
  background-position: 0 -15px;
}

.community .user-info a {
  color: var(--link-color);
}

.community .user-info a:hover {
  color: #cacaca;
}

.search_block button.btn.btn-primary {
  font-size: 12px;
  font-family: "Poppins-Medium";
  color: #fff;
  background: var(--primary-color);
  border: none;
  padding: 7px 10px;
  cursor: pointer;
  border-radius: 5px;
  vertical-align: top;
}

.search_block button.btn.btn-primary:hover {
  opacity: 0.8;
}

input::-webkit-input-placeholder {
  color: var(--primary-color) !important;
  /* opacity: 1; */
  font-size: 12px;
  font-style: italic;
  /* font-weight: 500; */
  font-family: "Poppins-Medium";
}


.form-control::placeholder,
.form-control::-webkit-input-placeholder,
.form-control:-ms-input-placeholder,
.form-control::-ms-input-placeholder {
  color: var(--primary-color) !important;
  /* opacity: 1; */
  font-size: 14px;
  font-style: italic;
  font-family: "Poppins-Medium";
}

textarea::placeholder {
  color: var(--primary-color) !important;
  opacity: 1;
  font-size: 14px;
  font-style: italic;
  font-family: "Poppins-Medium";
}

textarea::-webkit-input-placeholder {
  color: var(--primary-color) !important;
  font-family: "Poppins-Medium";
}

textarea:-ms-input-placeholder {
  color: var(--primary-color);
  font-family: "Poppins-Medium";
}

textarea::-ms-input-placeholder {
  color: var(--primary-color);
  font-family: "Poppins-Medium";
}



#search_widget {
  margin-right: 32px;
}

.search_block input.form-control {
  font-family: "Poppins-Medium";
  font-size: 14px;
  color: #b1b1b1;
  background: #e3e3e3;
  border: none;
  border-radius: 5px;
  width: 230px;
  display: inline-block;
  height: 32px;
  margin-right: 4px;
}

/* End Header*/

/* Banner */
.banner-caption-inner h2 {
  font-family: Poppins-Bold;
  font-size: 40px;
  font-weight: normal;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 25px;
  color: #2a317c;
}

.banner-caption-inner .description p {
  font-family: Poppins-Regular;
  font-size: 16px;
  color: #666;
  margin-bottom: 45px;
}

.banner-caption-inner .description {
  width: 28%;
  margin: 0 auto;
}

.homepage-banner {
  position: relative;
}

.banner-caption-inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  padding: 115px 0px 0;
}

.community-banner {
  position: relative;
}

.banner-image img.img-responsive {
  width: 100%;
}

.community-banner h1 {
  font-size: 40px;
  color: #fff;
  text-transform: uppercase;
  font-family: Poppins-ExtraBold;
  font-weight: 400;
}

.community-banner .banner-caption-inner {
  top: 33%;
  padding: 0;
}

.database-search {
  background: url(/images/community_search_banner.jpg) no-repeat 0 0;
  padding: 45px 0;
}

.database-search.contact-search {
  background: url(/images/search-bg.jpg) no-repeat 0 0;
  margin-bottom: 40px;
  background-size: cover;
}

.database-search h1,
.database-search h2 {
  color: var(--primary-color);
  font-size: 22px;
  text-transform: uppercase;
  font-family: Poppins-Bold;
  font-weight: 400;
  text-align: center;
  margin-bottom: 33px;
}

.community-field {
  display: inline-block;
  vertical-align: top;
  margin-right: 26px;
}

.community-field label {
  font-size: 15px;
  color: var(--secondary-color);
  font-family: Poppins-SemiBold;
  display: block;
}

.community-field input {
  font-size: 13px;
  color: var(--text-color);
  font-family: Poppins-Regular;
  border-radius: 5px;
  width: 200px;
  padding: 6px 12px;
  border: 1px solid var(--text-color);
}

.community-search {
  background: #fff;
  border: 1px solid #e4e4e4;
  padding: 28px 23px;
  border-radius: 5px;
  margin: 0 auto;
  width: 60%;
}

#communitysearch {
  display: flex;
}

/* #communitysearch .community-field:nth-child(4), */
#communitysearch .community-field:nth-child(5) {
  display: none;
}



input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none !important;
}

.community-search button.btn.btn-primary {
  font-size: 14px;
  font-family: "Poppins-Medium";
  color: #fff;
  background: var(--primary-color);
  border: none;
  padding: 7px 17px;
  cursor: pointer;
  margin-top: 25px;
  border-radius: 5px;
}

.community-search button.btn.btn-primary:hover {
  opacity: 0.8;
}

/* Banner End*/

/*Community */
.about-community {
  padding: 45px 0;
}

.about-community h2 {
  color: var(--primary-color);
  font-size: 22px;
  text-transform: uppercase;
  font-family: Poppins-Bold;
  font-weight: 400;
  text-align: center;
  margin-bottom: 35px;
}

.community-description p {
  font-family: Poppins-Regular;
  font-size: 16px;
  color: var(--text-color);
  text-align: center;
  margin-bottom: 12px;
}

.community-description {
  width: 65%;
  margin: 0 auto;
}

.community-footer .footer-menu ul li a {
  color: #c0c0c0;
}

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

/*Community End*/

/* About us*/
.about-us {
  background: url(/images/about-us-bg.jpg) no-repeat 0 0;
  padding: 30px 0px 75px 0px;
  background-size: cover;
}

.about-us h2 {
  font-family: Poppins-Bold;
  font-size: 24px;
  color: #2a317c;
  text-align: center;
  text-transform: uppercase;
  margin-top: 45px;
  margin-bottom: 45px;
}

.about-us-right p,
.about-list li {
  font-family: Poppins-Regular;
  font-size: 15px;
  color: #878787;
  text-align: justify;
  line-height: 24px;
}

ul.about-list {
  list-style: none;
}

ul.about-list li::before {
  content: "\2022";
  color: #8fbf21;
  display: inline-block;
  width: 17px;
  margin-left: -17px;
  font-size: 25px;
  position: relative;
  top: 2px;
}

img.img-responsive {
  max-width: 100%;
}

.about-us-left {
  display: inline-block;
  width: 35%;
  vertical-align: top;
}

.about-us-right {
  display: inline-block;
  width: 63%;
  vertical-align: top;
  padding: 3px 20px;
  border: 1px solid #e4e4e4;
  background: #fff;
  margin-left: 15px;
  border-radius: 5px;
}

/* About us End*/

/* Our partners*/
.our-partners h2,
.legal-notice h1 {
  font-family: Poppins-Bold;
  font-size: 24px;
  color: #2a317c;
  text-align: center;
  text-transform: uppercase;
  margin-top: 42px;
  margin-bottom: 27px;
}

.our-partners h2,
.privacy-policy h1 {
  font-family: Poppins-Bold;
  font-size: 24px;
  color: #2a317c;
  text-align: center;
  text-transform: uppercase;
  margin-top: 42px;
  margin-bottom: 27px;
}

.legal-notice h2 {
  font-family: Poppins-Bold;
  font-size: 20px;
  color: #2a317c;
  text-transform: uppercase;
  margin-top: 42px;
  margin-bottom: 27px;
}

.privacy-policy h2 {
  font-family: Poppins-Bold;
  font-size: 20px;
  color: #2a317c;
  text-transform: uppercase;
  margin-top: 42px;
  margin-bottom: 27px;
}

.legal-notice .partners-desc p {
  text-align: left;
  margin-bottom: 20px;
}

.privacy-policy .partners-desc p {
  text-align: left;
  margin-bottom: 20px;
}

.partners-desc p {
  font-family: Poppins-Regular;
  font-size: 16px;
  color: #878787;
  text-align: center;
  line-height: 28px;
  margin-bottom: 45px;
}

.slick-track {
  margin: 0 auto;
}

.partners-desc {
  width: 75%;
  margin: 0 auto;
}

.our-partners {
  padding: 30px 0;
  margin-bottom: 60px;
  display: none;
}

.legal-notice {
  padding: 30px 0;
  margin-bottom: 60px;
}

.privacy-policy {
  padding: 30px 0;
  margin-bottom: 60px;
}

.brands_slider .slick-slide {
  float: left;
  display: flex;
  min-height: 87px;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  padding: 0 10px;
  flex-flow: column;
}

/* Our partners End*/

/*Footer*/
#footer {
  /* float: left;
  width: 100%; */
  background: #2a317c;
  padding: 0 60px;
  overflow: hidden;
}

.footer-menu ul li {
  display: inline-block;
  margin-right: 55px;
}

.footer-menu ul li:last-child {
  margin-right: 0;
}

.footer-container-left {
  float: left;
}

.footer-container-right {
  float: right;
}

.footer-menu ul li a {
  font-family: Poppins-Regular;
  font-size: 18px;
  color: #c0c0c0;
}

.copyright-content p {
  font-family: Poppins-Regular;
  font-size: 13px;
  color: #c0c0c0;
  margin-bottom: 10px;
}

.copyright-content p a {
  color: #c0c0c0;
}

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

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

.footer-menu ul {
  margin: 0;
  padding: 6px 0;
  text-align: right;
}

.copyright-content {
  text-align: right;
  margin-top: 17px;
}

.footer-container {
  padding: 29px 0;
  /* float: left;
  width: 100%; */
  position: relative;
  overflow: hidden;
}

.footer-container-left,
.footer-container-right {
  padding: 0;
}

.slick-slide img:hover,
.logo img:hover {
  opacity: 0.8;
}

#back-top {
  position: fixed;
  bottom: 163px;
  z-index: 99;
  display: none;
  right: 65px;
}

#back-top i.fa {
  background: url(/images/back-to-top.png) no-repeat 0 0;
  height: 44px;
  width: 44px;
  display: block;
  text-indent: -9999px;
}

#back-top i.fa:hover {
  background-position: 0 -47px;
}

/*Footer End*/
/*cookie*/
.js-cookie-consent.cookie-consent {
  width: 100%;
  padding: 0 60px;
  position: fixed;
  z-index: 10000;
  background: #fff;
  box-shadow: 0px 0 10px 0 #000000;
  opacity: 0.9;
  bottom: 0;
}

.cookie_law_button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
}

.cookie_law_text {
  color: #333;
  font-family: Poppins-Regular;
  font-size: 16px;
}

.cookie_law_text p.cookie-consent__message {
  margin-bottom: 0;
}

/*cookie End*/

/*Contact list or search result */
.contact-list.col-sm-3 {
  background: #fff;
  border: 1px solid #e4e4e4;
  margin-bottom: 30px;
  padding: 0;
  box-shadow: 2px 1px 11px 2px #e5e5e5;
  display: flex;
  border-radius: 5px;
  width: 325px;
  cursor: pointer;
}

.navbar .navbar-nav .nav-link.active {
  color: #fff;
}

.navbar .home-menu .navbar-nav .nav-link.active {
  color: #fff;
}

.contact-list.col-sm-3:hover .contact-details .name {
  color: var(--primary-color);
}

.contact-list.col-sm-3:hover .contact-photo img,
.tab-modal-header button.close:hover {
  opacity: 0.8;
}

.contact-details .name {
  color: var(--text-color);
  font-size: 18px;
  font-family: Poppins-SemiBold;
  margin-bottom: 7px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 170px;
  font-weight: 600;
}

.company {
  margin-bottom: 5px;
}

.company,
.position {
  font-size: 15px;
  font-family: Poppins-Regular;
  color: var(--text-color);
}

.contact-details .position {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 170px;
}

.contact-details .company {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 170px;
}

.contact-details {
  padding: 15px 20px;
}

.contact-search-result {
  float: left;
  width: 100%;
  padding: 0 60px;
  margin-bottom: 40px;
}

.contact-photo img {
  border-radius: 5px;
  height: 110px;
  width: 110px;
}

i.contact-delete-icon {
  position: absolute;
  right: -5px;
  top: 0px;
  font-size: 18px !important;
  cursor: pointer;
}

.contact-list.col-sm-3:nth-child(4n) {
  margin-right: 0;
}

.search-result {
  margin: 0;
  padding: 0;
  -moz-column-gap: 50px;
  -webkit-column-gap: 50px;
  column-gap: 50px;
  margin-bottom: 0px;
  justify-content: center;
  display: grid;
  grid-template-columns: auto auto auto auto;
}

.row-1 {
  grid-template-columns: auto;
}

.row-2 {
  grid-template-columns: auto auto;
}

.row-3 {
  grid-template-columns: auto auto auto;
}

.pagination {
  border-top: 1px solid var(--primary-color);
  padding-top: 68px;
  padding-bottom: 53px;
}

.pagination ul.page-list {
  padding: 0;
  text-align: center;
}

.pagination .page-list li {
  display: inline-block;
  vertical-align: top;
}

.pagination .page-list li {
  margin-right: 15px;
  margin-bottom: 15px;
}

.pagination .page-list li:last-child {
  margin-right: 0;
}

.pagination .previous,
.pagination .next {
  background: var(--primary-color);
  border-color: var(--primary-color);
  color: #fff;
  width: auto;
  padding: 7px 12px;
}

.pagination .disabled.previous,
.pagination .disabled.next {
  background: transparent;
  color: var(--primary-color);
}

.pagination .disabled {
  cursor: not-allowed;
}

.pagination .disabled.previous:hover,
.pagination .disabled.next:hover {
  background: #e4e4e4;
}

.pagination a:hover {
  background: #e4e4e4;
  color: var(--primary-color);
  border-color: #e4e4e4;
}

.pagination .previous {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.pagination .next {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.pagination a {
  background: transparent;
  border: 1px solid var(--primary-color);
  font-size: 16px;
  font-family: Poppins-Medium;
  color: var(--primary-color);
  padding: 7px 10px;
  display: inline-block;
  width: 50px;
}

.pagination .current a {
  background: #e4e4e4;
  border-color: #e4e4e4;
}

/*Contact list or search result End*/

/*Modal popup*/
.tab-modal-header button.close {
  background: url(/images/mclose.png) no-repeat 0 0;
  width: 40px;
  height: 40px;
  opacity: 1;
  text-indent: -999px;
  overflow: hidden;
  position: relative;
  right: -15px;
  top: 2px;
}

.modal-body {
  padding: 0;
}

#contact_photo_modal img#image {
  width: 100%;
}

.tab-modal-header {
  color: #fff;
  font-size: 19px;
  font-family: "Poppins-Regular";
  margin-bottom: 20px;
}

.email-comment-modal .tab-modal-header {
  background: var(--primary-color);
  margin-bottom: 0;
  color: #fff;
  padding: 20px 35px 20px;
}

.form-send-email label.form-label {
  color: #000;
}

.post-comment-buttons {
  margin-top: 25px;
}

.email-comment-modal .modal-body {
  background: #fff !important;
  padding: 15px 35px 18px;
}

.email-comment-modal .tab-modal-header button.close {
  top: -7px;
}

.email_response_msg {
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 16px;
}

.modal-backdrop.in.comments-overlay {
  z-index: 1050;
}

.modal.email-comment-modal {
  z-index: 1051;
}

.email-comment-modal .success {
  color: #8fbf21;
}

textarea.form-control {
  min-height: 100px;
}

.tab-modal-header i.contact-image {
  background: url(/images/mcontact.png) no-repeat 0 0;
  display: inline-block;
  width: 32px;
  height: 18px;
  margin-right: 5px;
  position: relative;
  top: 2px;
}

.modal-contact-photo img {
  height: 220px;
  width: 220px;
  object-fit: cover;
  box-shadow: 0px 5px 8px rgb(0 0 0 / 30%);
}

.modal-contact-left {
  display: inline-block;
  vertical-align: top;
  width: 34%;
  position: relative;
  top: -5px;
}

a:focus {
  color: #fff;
  outline: none;
  outline-offset: 0;
}

.btn-link.focus,
.btn-link:focus,
.btn-link:hover {
  color: var(--link-color) !important;
}

.btn-secondary {
  background: #8fbf21;
  padding: 7px 14px;
  display: inline-block;
  font-family: Poppins-Medium;
  font-size: 16px;
  color: #fff;
  border-radius: 5px;
}

.btn-secondary:hover {
  opacity: 0.8;
  color: #ffffff !important;
}

.modal-contact-right {
  display: inline-block;
  vertical-align: top;
  padding-left: 35px;
  padding-top: 3px;
  width: 65%;
}

.modal-divider {
  float: left;
  width: 100%;
  background: #808080;
  height: 1px;
  margin-top: 18px;
  margin-bottom: 18px;
}

.modal-contact-description {
  clear: both;
}

.modal-contact .name {
  font-size: 28px;
  color: #fff;
  font-family: Poppins-SemiBold;
  text-transform: uppercase;
  padding-bottom: 48px;
  line-height: 26px;
}

.modal-contact .company {
  color: var(--text-color);
  font-size: 20px;
  font-family: Poppins-SemiBold;
  margin-bottom: 10px;
  vertical-align: middle;
  text-transform: uppercase;
  font-weight: 600;
}

.modal-contact .position {
  font-size: 19px;
  font-family: Poppins-Regular;
  color: var(--text-color);
}

.modal-contact .company i {
  background: url(/images/company-icon.png) no-repeat 0 0;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 5px;
  position: relative;
  top: 3px;
}

span.invalid-feedback strong {
  font-size: 13px;
  font-weight: 400 !important;
  color: orange;
  padding-top: 5px;
  display: inline-block;
  font-family: Poppins-Regular;
}

span.default-feedback strong {
  font-size: 13px;
  font-weight: 400 !important;
  color: #808080;
  padding-top: 5px;
  display: inline-block;
  font-family: Poppins-Regular;
}

span.help-block strong {
  font-size: 13px;
  font-weight: 400 !important;
  padding-top: 5px;
  display: inline-block;
  font-family: Poppins-Regular;
}

.modal-contact .position i {
  background: url(/images/position.png) no-repeat 0 0;
  display: inline-block;
  width: 14px;
  height: 16px;
  margin-right: 5px;
  position: relative;
  top: 3px;
}

.modal-social-block {
  float: left;
  width: 100%;
}

.modal-contact-right .modal-contact {
  margin-bottom: 27px;
}

.social-linkedin i {
  font-size: 28px !important;
}

.social-linkedin a {
  color: var(--link-color);
}

.social-linkedin a:hover {
  color: #cacaca;
}

.social-linkedin {
  float: left;
  margin-top: 5px;
}

.modal-social-block .email {
  float: right;
}

.modal-social-block .email a {
  font-size: 13px;
  font-family: Poppins-Medium;
  color: #fff;
  background: var(--primary-color);
  padding: 6px 15px;
  display: inline-block;
  border-radius: 5px;
  line-height: 19px;
}

.modal-social-block .email a:hover {
  opacity: 0.8;
}

.biography {
  color: var(--primary-color);
  font-size: 22px;
  font-family: Poppins-SemiBold;
  margin-bottom: 24px;
}

.modal-divider::after {
  background: url(/images/quotation-mark.png) no-repeat 76% 0;
  content: "";
  width: 100%;
  height: 62px;
  display: block;
  position: relative;
  top: -23px;
}

.biography i {
  background: url(/images/biography.png) no-repeat 0 0;
  display: inline-block;
  width: 18px;
  height: 16px;
  margin-right: 2px;
  position: relative;
  top: 1px;
}

.modal-about-contact p,
.modal-about-contact {
  font-size: 16px;
  color: var(--text-color);
  font-family: Poppins-Regular;
}

.modal-contact-right {
  display: inline-block;
  vertical-align: top;
  padding-left: 22px;
  padding-top: 3px;
  width: 65%;
}

.search_form_error {
  margin: 100px 0px;
  padding: 180px;
  height: 570px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
  background: URL("/images/infranet_default_results.jpg");
}

.search_form_error p {
  color: #ff0000;
  /* color: var(--text-color); */
}

.search_form_error i {
  font-size: 36px !important;
  margin-bottom: 10px;
}

.search_form_error_message {
  background: #ffffff;
  padding: 50px;
  width: 50%;
  margin: 0 auto;
  border: 1px solid #2a317c;
  box-shadow: 6px 7px 25px #adadad;
}

.search_form_error_message a {
  margin: 5px 0px;
}

.preview {
  overflow: hidden;
  width: 160px;
  height: 160px;
  margin: 10px;
  border: 1px solid #e5e5e5;
}

#contact_photo_modal .modal-content {
  background: #fff;
}

#contact_photo_name {
  text-overflow: ellipsis;
  width: 100%;
  overflow: hidden;
}

/*Modal popup End*/

@media (min-width: 1600px) and (max-width: 1800px) {
  .search-result {
    grid-template-columns: auto auto auto auto;
  }

  .search-result.row-1 {
    grid-template-columns: auto;
  }

  .search-result.row-2 {
    grid-template-columns: auto auto;
  }

  .search-result.row-3 {
    grid-template-columns: auto auto auto;
  }
}

@media (min-width: 1365px) and (max-width: 1599px) {
  .search-result {
    grid-template-columns: auto auto auto;
    column-gap: 27px;
  }

  .search-result.row-1 {
    grid-template-columns: auto;
  }

  .search-result.row-2 {
    grid-template-columns: auto auto;
  }
}

@media (min-width: 1200px) and (max-width: 1364px) {
  .search-result {
    grid-template-columns: auto auto auto;
    column-gap: 20px;
  }

  .search-result.row-1 {
    grid-template-columns: auto;
  }

  .search-result.row-2 {
    grid-template-columns: auto auto;
  }

  .contact-search-result {
    padding: 0 30px;
  }

  .banner-caption-inner {
    padding: 10px 0px 0;
  }
}

@media (min-width: 1561px) and (max-width: 1650px) {
  .banner-caption-inner {
    padding: 75px 0px 0;
  }
}

@media (min-width: 1300px) and (max-width: 1560px) {
  .banner-caption-inner {
    padding: 50px 0px 0;
  }
}

@media screen and (min-width: 992px) {
  .dropdown:hover .dropdown-menu {
    display: block;
  }

  .dropdown .dropdown-menu {
    display: none;
  }
}

@media only screen and (min-width: 960px) {
  .dropdown .dropdown-menu {
    display: none;
  }

  .dropdown:hover .dropdown-toggle::after {
    border-bottom: 0.3em solid;
    border-top: 0;
  }
}

.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
  z-index: 9;
}

/* Login */
.card-body label {
  font-size: 14px !important;
  color: var(--primary-color);
  font-family: "Poppins-Medium" !important;
  font-style: normal;
  line-height: 34px;
  margin-bottom: 0;
  text-align: end;
  font-weight: 500 !important;
}

.card-body .radioLabel {
  font-size: 14px !important;
  color: var(--primary-color);
  font-family: "Poppins-Medium" !important;
  font-style: normal;
  font-weight: 500 !important;
}


.register_link p {
  display: inline-block;
  vertical-align: top;
  color: #333;
  margin-bottom: 0;
}

.register_link a {
  display: inline-block;
  vertical-align: top;
  color: #8fbf21;
}

.register_link a:hover {
  color: #2a317c;
}

.register_link {
  margin-bottom: 0 !important;
}

.contactus-terms label {
  font-size: 11px !important;
  text-align: left;
  line-height: 18px;
}

.contactus-terms label input {
  margin-right: 4px;
  position: relative;
  top: 2px;
}

.login-form .card {
  margin-bottom: 45px;
}

.card-body .form-control {
  font-size: 13px;
  color: var(--primary-color);
  font-family: Poppins-Regular;
  border-radius: 3px;
  padding: 6px 12px;
  border: 1px solid var(--primary-color);
}

.nav-tabs>li>a {
  pointer-events: none;
}

.card-body .row {
  margin-bottom: 20px;
}

.btn-primary {
  color: #fff;
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}

.card {
  margin-bottom: 60px;
}

.register-form .card,
.contact-us .card {
  margin-top: 60px;
}

.news>.articles {
  margin-top: 35px;
}

.login-form .card {
  margin-top: 45px;
}

.card-header p {
  max-width: 640px;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 30px;
}

.card-header h1 {
  font-size: 35px;
  text-transform: uppercase;
  font-family:   Poppins-Medium;
  font-weight: 500;
  font-style: normal;
  text-align: center;
  margin-bottom: 30px;
  margin-top: 40px;
  letter-spacing: initial;
  line-height: 41px;
}

.card-header h2 {
  font-size: 22px;
  text-transform: uppercase;
  font-family: Poppins-Bold;
  font-weight: 400;
  text-align: center;
  /* margin-bottom: 30px; */
  color: #2a317c;
  margin-top: 40px;
}

.card-intro {
  text-align: center;
}

.card-body {
  padding: 30px 20px;
  max-width: 640px;
  margin: 0 auto;
  box-shadow: 2px 3px 10px 2px rgb(195 193 193 / 20%);
  background: #fff;
  border-radius: 10px;
}

/* Login End*/
/* Breadcrumb*/
.breadcrumb ol {
  padding-left: 0;
  margin-bottom: 0;
}

.breadcrumb li {
  display: inline;
}

.breadcrumb li a {
  color: #8fbf21;
  font-size: 14px;
  font-family: Poppins-Regular;
}

.breadcrumb li::after {
  color: #000;
  position: relative;
  top: 0px;
  margin: 9px;
}

.breadcrumb li:after {
  content: "\f105";
  color: #8fbf21;
  margin: 0.3125rem;
  font-family: FontAwesome;
}

.breadcrumb li:last-child:after {
  content: "";
}

.breadcrumb li:last-child a,
.breadcrumb li a:hover {
  color: #2a317c;
}

/* Breadcrumb End*/
/* My account */
.page-my-account .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.page-my-account .links a {
  text-align: center;
  display: inline-block;
  font-size: 1rem;
  font-weight: 700;
  color: #8fbf21;
  padding: 0 0.9375rem;
  margin-bottom: 1.875rem;
}

.page-my-account .links a span.link-item {
  display: block;
  height: 100%;
  box-shadow: none;
  font-weight: normal;
  color: #8fbf21;
  background: #f4f4f4;
  padding: 47px 20px;
  border-bottom: 5px solid #f4f4f4;
  text-transform: none;
  font-family: Poppins-Medium;
}

.page-my-account .page-footer .logout-link.text-sm-center a {
  background: #8fbf21;
  padding: 7px 14px;
  display: inline-block;
  font-family: Poppins-Medium;
  font-size: 16px;
  color: #fff;
  border-radius: 5px;
}

.page-my-account .page-footer .logout-link.text-sm-center a:hover {
  background: #2a317c;
}

.logout-link.text-sm-center {
  text-align: center;
  margin-bottom: 1.563rem;
}

.page-my-account .links a span.link-item i.fa {
  display: block;
  font-size: 34px !important;
  color: #8fbf21;
  margin-bottom: 10px;
}

.page-my-account .links a span.link-item:hover {
  border-bottom: 5px solid #2a317c;
  color: #2a317c;
}

.page-my-account .links a span.link-item:hover i.fa {
  color: #2a317c;
}

.delete-account-btn form.form-horizontal {
  display: inline-block;
  vertical-align: top;
}

#account-delete-popup .modal-body,
#contact-delete-popup .modal-body {
  background: #fff !important;
  padding: 30px 35px;
}

#account-delete-popup .tab-modal-header,
#contact-delete-popup .tab-modal-header {
  color: #2a317c;
  font-size: 20px;
  font-family: "Poppins-Bold";
  margin-bottom: 20px;
}

.modal-delete p {
  font-family: Poppins-Regular;
  font-size: 16px;
  color: #808080;
}

.modal-delete button {
  text-shadow: none;
  background: #8fbf21;
  padding: 7px 14px;
  display: inline-block;
  font-family: "Poppins-Regular";
  font-size: 16px;
  color: #fff;
  border-radius: 5px;
  margin-right: 10px;
  border: none;
}

.modal-delete button:hover {
  background: #2a317c;
}

#account-delete-popup .tab-modal-header button.close,
#contact-delete-popup .tab-modal-header button.close {
  background: url(/images/delete_close.png) no-repeat 0 0;
  top: -10px;
}

#create_contact_form ul.nav.nav-tabs {
  border: none;
  text-align: center;
}

#create_contact_form .tab-content {
  padding-top: 20px;
}

.contact-details-my-contact .name {
  font-size: 20px;
  font-family: Poppins-SemiBold;
  margin-bottom: 12px;
}

.contact-details-my-contact {
  padding: 25px 15px;
}

.contact-details-my-contact .company,
.contact-details-my-contact .position {
  font-size: 16px;
  font-family: Poppins-Regular;
  color: #5f5f5f;
}

.mycontact-block .contact-list-item {
  border: 1px solid #e4e4e4;
  margin-bottom: 30px;
  padding: 0;
  box-shadow: 2px 1px 11px 2px #e5e5e5;
  border-radius: 5px;
}

.contact-list-item .contact-photo {
  padding: 0;
}

.add-contact-btn a.btn.btn-primary {
  font-family: Poppins-Medium;
}

.btn-primary {
  font-family: Poppins-Medium;
}

.contact_edit a {
  color: #8fbf21;
  font-family: Poppins-Regular;
}

.contact_edit a:hover {
  color: #2a317c;
}

.contact_delete a,
.contact_delete_disabled a {
  color: orangered;
  font-family: Poppins-Regular;
}

.contact_delete a:hover,
.contact_delete_disabled a:hover {
  color: #2a317c;
}

.contact_edit,
.contact_delete {
  margin-top: 10px;
  padding-left: 0px !important;
}

.contact_delete_disabled {
  margin-top: 0px;
  padding-left: 0px !important;
}

.mycommunites p,
.mycommunites a {
  color: #808080;
  font-family: Poppins-Regular;
  font-size: 14px;
}

.mycommunites a {
  text-decoration: underline;
}

.mycommunites a:hover {
  color: #cacaca;
  text-decoration: none;
}

#create_contact_form .control-label {
  padding-top: 0;
}

.mycontact-block .contact-list {
  padding: 0;
  margin-top: 20px;
  clear: left;
}

.has-error span.help-block {
  margin-bottom: 0;
}

.mycontact-block .contact-list .title {
  font-family: Poppins-Medium;
  font-size: 18px;
  margin-bottom: 15px;
  clear: both;
}

.add-contact-btn {
  text-align: center;
  clear: left;
}

#create_contact_form {
  padding: 20px;
}

.mycontact-block #create_contact_form {
  border: none !important;
  padding: 0;
}

#create_contact_form .title {
  font-family: Poppins-SemiBold;
  font-size: 22px;
  margin-bottom: 20px;
  margin-top: 0;
}

.contact-list-item .contact-photo img {
  height: 180px;
  width: 190px;
}

/* My account End*/

/* News homepage */
.news h2 {
  font-family: Poppins-Bold;
  font-size: 24px;
  color: #2a317c;
  margin-top: 0;
  margin-bottom: 0;
  text-transform: uppercase;
  text-align: center;
}

.news h2:after {
  content: " ";
  display: block;
  margin-top: 17px;
  border: 0;
  height: 1px;
  background: #e7e7e7;
}

.news-result .news-content .date {
  font-size: 13px;
  font-family: Poppins-Bold;
  color: #474747;
  width: auto;
  display: inline-block;
}

.articles span.date {
  font-size: 13px;
  font-family: Poppins-Bold;
  color: #474747;
  width: auto;
  display: inline-block;
}

.news-content h3 {
  margin-top: 18px;
}

.news_pagination {
  border-top: 1px solid #2a317c;
}

.news-lists p {
  font-size: 14px;
  font-family: Poppins-Regular;
  color: #474747;
  text-align: justify;
  line-height: 26px;
}

.news-content {
  font-size: 14px;
  font-family: Poppins-Regular;
}

.all-news {
  padding-top: 20px;
  margin-bottom: 20px;
  border-top: 1px solid #e7e7e7;
  text-align: center;
}

.news-lists {
  margin-top: 24px;
  margin-bottom: 29px;
}

.news .news-result {
  background: #fff;
  padding: 25px 27px 25px 27px;
  width: 80%;
  margin: 25px auto;
}

.news-content {
  margin-bottom: 27px;
}

.news_pagination .previous,
.news_pagination .next {
  background: transparent;
  border-color: #2a317c;
  color: #2a317c;
}

.news_pagination a {
  border: 1px solid #2a317c;
  color: #2a317c;
}

.articles .news_pagination a:hover {
  color: #fff;
  background: #2a317c;
  border-color: #2a317c;
}

.articles .pagination .disabled.previous:hover,
.articles .pagination .disabled.next:hover {
  background: #2a317c;
}

.news_pagination .disabled.previous,
.news_pagination .disabled.next {
  color: #2a317c;
}

.articles .pagination .current a {
  background: #2a317c;
  border-color: #2a317c;
  color: #fff;
}

.inner-content span.date {
  margin-top: 10px;
  display: inline-block;
}

.inner-content .tags_list {
  margin-bottom: 10px;
}

.news_tag_a {
  font-size: 13px;
  font-family: Poppins-Regular;
  color: #ffffff;
  background-color: #2a317c;
  padding: 3px 10px;
  border-radius: 5px;
  margin-left: 6px;
}

.news_tag_a:hover {
  background-color: #8fbf21;
  color: #fff;
}

.articles .news-content h2 {
  margin-bottom: 10px;
  margin-top: 16px;
  line-height: 24px;
}

.news_tag_title {
  color: #2a317c !important;
  font-size: 18px !important;
  font-family: Poppins-Bold !important;
  text-align: left !important;
  text-transform: none !important;
}

.view_all_article_a {
  background: #8fbf21;
  padding: 7px 14px;
  display: inline-block;
  font-family: "Poppins-Medium";
  font-size: 16px;
  color: #fff;
  border-radius: 5px;
}

.view_all_article_a:hover {
  background: #2a317c;
  color: #fff;
}

.view_all_article_a:after {
  content: " ";
  display: inline-block;
  border: 0;
  background: url(/images/arrow.png) no-repeat 0 0;
  width: 12px;
  height: 10px;
  margin-left: 7px;
}

.articles {
  margin-bottom: 35px;
}

/* News homepage End*/

/* Event page */

.community .navbar-nav li.nav-item div.dropdown-menu {
  width: max-content;
  left: -15px;
  /* width: calc(100% + 30px); */
}

.community+section .btn-secondary {
  background: var(--primary-color);
}

.event .about-event {
  background: #fff;
  padding: 25px 27px 25px 27px;
  width: 80%;
  margin: 25px auto;
}

.about-event a.btn.btn-primary {
  font-size: 14px;
  font-family: "Poppins-Medium";
  color: #fff;
  background: var(--primary-color);
  border: none;
  padding: 7px 17px;
  cursor: pointer;
  margin-top: 25px;
  margin-right: 10px;
  border-radius: 5px;
}

.about-event a.btn.btn-primary:hover,
.event-registration .btn-primary:hover {
  opacity: 0.8;
}

.about-event {
  display: flex;
  gap: 25px;
}

.about-event h2 {
  color: var(--primary-color);
  font-size: 22px;
  text-transform: uppercase;
  font-family: Poppins-Bold;
  font-weight: 400;
  text-align: left;
  margin-top: 0;
}

.about-event .event-date {
  font-size: 16px;
  color: var(--secondary-color);
  margin-bottom: 25px;
}

.about-event .event-image>img {
  width: 250px;
  height: 250px;
}

.event-description p {
  font-size: 16px;
  /* font-weight: 500; */
  margin-top: 10px;
  margin-bottom: 13px;
  padding-bottom: 0px !important;
  color: #5f5f5f;
  font-family: Poppins-Medium;
  /* text-transform: uppercase; */
}

input[type="radio"][name="remotely"]+label,
input[type="radio"][name="press"]+label {
  margin-right: 5px;
}

/* .event-registration .card-header {
  display: flex;
  flex-direction: column;
  gap: 15px;
  text-align: center;
  margin-bottom: 35px !important;
  margin-top: 40px !important;
  align-items: center;
} */

.card-header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: left;
  gap: 20px; /* Spacing between image and text */
  margin-bottom: 8px !important;
  margin-top: 40px !important;
}

.event-image-container {
  flex: 1; /* Takes up available space */
  max-width: 300px; /* Adjust image width */
}

.event-img {
  width: 100%;
  height: auto;
  border-radius: 10px; /* Optional: Rounded corners */
  object-fit: cover;
  cursor: default !important;
  pointer-events: none;

}

.event-details {
  /* flex: 2; */
  max-width: 600px; 
  display: flex;
  flex-direction: column;
  align-items: center;
  font-style: normal;
}

.left-event-details{
  max-width: 600px; 
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-style: normal;
}


.event-registration .card-header h1 {
  margin: 0;
  color: var(--primary-color);
}


.event-registration .card-body div.row .iti {
  display: block;
}

.event-registration .btn-primary {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  border-radius: 0px;
  font-style: normal;
}

.event+.news .news_tag_title,
.event+.news h2 {
  color: var(--primary-color);
}

.event+.news .news-result .news-content .date {
  color: var(--secondary-color);
}

.event+.news .news-lists p {
  color: var(--text-color);
}

@media (max-width: 767px) {
  .about-event {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .event .about-event {
    padding: 25px 8px 25px 8px;
    width: 100%;
  }

  .navbar-nav li.nav-item {
    padding: 0;
  }

  .navbar-nav li.nav-item div.dropdown-menu {
    display: flex;
    width: 100%;
    position: relative;
    left: 0;
    box-shadow: null;
  }
}

/* End of event page */

/* Responsive */
@media (min-width: 981px) and (max-width: 1024px) {
  .dropdown-menu {
    z-index: 9;
    padding: 12px 10px !important;
    width: 210px !important;
    display: none;
  }

  .sub_menu li a {
    font-size: 16px;
  }

  .sub_menu li {
    margin-bottom: 12px;
  }

  .header-nav {
    padding: 15px 20px;
    min-height: auto;
  }

  .search_block input.form-control {
    width: 200px;
  }

  .search_block button.btn.btn-primary {
    vertical-align: top;
  }

  .banner-caption-inner h2 {
    font-size: 30px;
    margin-bottom: 12px;
  }

  .banner-caption-inner {
    padding: 20px 0 10px;
  }

  .banner-caption-inner .description {
    width: 75%;
  }

  .banner-caption-inner .description p {
    font-size: 18px;
    margin-bottom: 22px;
  }

  .about-us {
    padding: 0 0 50px;
  }

  .about-us p {
    font-family: Poppins-Regular;
    font-size: 16px;
    color: #878787;
    text-align: center;
    line-height: 28px;
    margin-bottom: 45px;
  }

  .about-us h2 {
    font-size: 26px;
    margin-bottom: 30px;
  }

  .about-us-right p {
    font-size: 14px;
    line-height: 24px;
  }

  .about-us-right {
    width: 62%;
  }

  .our-partners h2 {
    font-size: 26px;
    margin-top: 25px;
  }

  .partners-desc p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 45px;
  }

  .slick-slide img {
    margin: 0 auto;
  }

  .footer-menu ul li a {
    font-size: 16px;
  }

  .footer-menu ul li {
    margin-right: 45px;
  }

  .community-banner h1 {
    font-size: 35px;
  }

  .community-banner .banner-caption-inner {
    top: 15%;
  }

  .database-search h2 {
    margin-bottom: 25px;
  }

  .database-search {
    padding: 20px 0;
    background-size: cover;
  }

  .community-field input {
    font-size: 14px;
    width: 166px;
  }

  .community-search button.btn.btn-primary {
    padding: 7px 17px;
    margin-top: 27px;
  }

  .community-field {
    margin-right: 8px;
  }

  .about-community {
    padding: 25px 0;
  }

  .community-search {
    width: 55%;
  }

  .about-community h2 {
    margin-bottom: 30px;
  }

  .community-description {
    width: 80%;
  }

  .search-result {
    margin-bottom: 20px;
    grid-template-columns: auto auto auto;
    column-gap: 25px;
  }

  .photo-wrapper #old_contact_photo_preview_img {
    max-width: 50%;
    padding: 0;
  }

  .contact-list.col-sm-3 {
    margin-bottom: 20px;
    width: 100%;
  }

  .pagination a {
    font-size: 14px;
    padding: 7px 12px;
  }

  .pagination .previous,
  .pagination .next {
    padding: 7px 12px;
  }

  .pagination .page-list li {
    margin-right: 5px;
  }

  .pagination {
    padding-top: 25px;
    padding-bottom: 15px;
  }

  .contact-details .name {
    font-size: 16px;
  }

  .company,
  .position {
    font-size: 14px;
  }

  .contact-search-result {
    padding: 0 25px;
  }

  .contact-photo {
    width: 100%;
  }

  .contact-details {
    padding: 10px 15px;
    width: 100%;
  }

  .contact-photo img {
    width: 100%;
    height: 95px;
  }

  /* Popup */
  .tab-modal-header {
    font-size: 22px;
  }

  .modal-contact .name {
    font-size: 26px;
    padding-bottom: 44px;
  }

  .modal-contact .company i {
    margin-right: 5px;
    position: relative;
    top: 3px;
  }

  .modal-contact-right {
    padding-left: 25px;
  }

  .biography {
    margin-bottom: 18px;
  }

  .modal-about-contact p,
  .modal-about-contact {
    font-size: 18px;
  }

  .modal-divider::after {
    background-size: 11%;
    top: -19px;
  }

  .modal-body {
    background: linear-gradient(180deg, var(--primary-color) 122px, #ffffff 122px) !important;
  }

  /* Popup */
}

@media (min-width: 1025px) and (max-width: 1199px) {
  .banner-caption-inner {
    padding: 20px 0 10px;
  }

  .banner-caption-inner h2 {
    font-size: 30px;
    margin-bottom: 12px;
  }

  .banner-caption-inner .description {
    width: 75%;
  }

  .banner-caption-inner .description p {
    font-size: 18px;
    margin-bottom: 22px;
  }

  .community-search {
    width: 55%;
  }
}

@media (min-width: 768px) and (max-width: 980px) {
  .dropdown-menu {
    z-index: 9;
    padding: 12px 10px !important;
    width: 165px !important;
    display: none;
  }

  .sub_menu li a {
    font-size: 16px;
  }

  .sub_menu li {
    margin-bottom: 12px;
  }

  .header-nav {
    padding: 10px 20px;
    min-height: auto;
  }

  .head-community-left {
    width: 32%;
  }

  .communities-connection {
    line-height: 20px;
  }

  .divider {
    margin: 0 12px;
  }

  .user-info a span {
    font-size: 10px;
  }

  .head-community-right {
    width: 75%;
    justify-content: space-between;
    margin-left: 20px;
  }

  .search_block input.form-control {
    width: 190px;
    font-size: 13px;
  }

  #search_widget {
    margin-right: 15px;
  }

  .search_block button.btn.btn-primary {
    vertical-align: top;
  }

  .banner-caption-inner h2 {
    font-size: 28px;
    margin-bottom: 10px;
  }

  .banner-caption-inner {
    padding: 0;
  }

  .banner-caption-inner .description {
    width: 90%;
  }

  .banner-caption-inner .description p {
    font-size: 16px;
    margin-bottom: 12px;
  }

  .banner-caption-inner .description a {
    padding: 6px 16px;
  }

  .partners-desc {
    width: 90%;
  }

  #footer {
    padding: 0 30px;
  }

  .js-cookie-consent.cookie-consent {
    padding: 0 30px;
  }

  .our-partners {
    margin-bottom: 25px;
  }

  .about-us {
    padding: 0 0 40px;
  }

  .about-us h2 {
    margin-bottom: 30px;
    margin-top: 35px;
  }

  .about-us-right p,
  .about-list li {
    font-size: 14px;
    line-height: 23px;
  }

  .about-us-right {
    width: 62%;
    padding: 10px 20px 0;
  }

  .our-partners h2 {
    margin-top: 25px;
  }

  .partners-desc p {
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 35px;
  }

  .slick-slide img {
    margin: 0 auto;
  }

  .footer-menu ul li a {
    font-size: 16px;
  }

  .footer-menu ul li {
    margin-right: 45px;
  }

  .footer-container-left,
  .footer-container-right {
    padding: 0 !important;
  }

  .community-banner h1 {
    font-size: 32px;
  }

  .community-banner .banner-caption-inner {
    top: 15%;
  }

  .database-search h2 {
    margin-bottom: 25px;
  }

  .database-search {
    padding: 20px 0;
    background-size: cover;
  }

  .community-field input {
    font-size: 14px;
    width: 133px;
  }

  .community-search button.btn.btn-primary {
    padding: 7px 17px;
    margin-top: 27px;
  }

  .community-search {
    /* width: 100%; */
    width: 72%;
  }

  .community-field {
    margin-right: 10px;
  }

  .about-community {
    padding: 25px 0;
  }

  .about-community h2 {
    margin-bottom: 30px;
  }

  .community-description {
    width: 100%;
  }

  .search-result {
    margin-bottom: 20px;
    grid-template-columns: auto auto;
    column-gap: 25px;
  }

  .contact-list.col-sm-3 {
    margin-bottom: 20px;
    width: 100%;
  }

  .pagination a {
    font-size: 12px;
    padding: 7px 10px;
  }

  .pagination .previous,
  .pagination .next {
    padding: 7px 10px;
  }

  .pagination .page-list li {
    margin-right: 5px;
  }

  .pagination {
    padding-top: 25px;
    padding-bottom: 15px;
  }

  .contact-details .name {
    font-size: 16px;
  }

  .company,
  .position {
    font-size: 14px;
  }

  .contact-search-result {
    padding: 0 25px;
  }

  .contact-photo {
    width: 100%;
  }

  .contact-details {
    padding: 10px 15px;
    width: 100%;
  }

  .contact-photo img {
    width: 100%;
    height: 95px;
  }

  .photo-wrapper #old_contact_photo_preview_img {
    max-width: 50%;
    padding: 0;
  }

  /* Popup */
  .modal-contact .name {
    font-size: 26px;
    padding-bottom: 45px;
  }

  .modal-contact .company i {
    margin-right: 5px;
    position: relative;
    top: 3px;
  }

  .modal-contact .position {
    font-size: 17px;
  }

  .modal-contact-photo img {
    height: 200px;
    width: 200px;
  }

  .modal-contact-left {
    width: 39%;
  }

  .modal-contact-right {
    padding-left: 25px;
    width: 60%;
  }

  .biography {
    margin-bottom: 18px;
  }

  .modal-about-contact p,
  .modal-about-contact {
    font-size: 16px;
  }

  .modal-divider::after {
    height: 56px;
    background-size: 14%;
  }

  .modal-divider {
    margin-top: 35px;
  }

  .modal-body {
    background: linear-gradient(180deg, var(--primary-color) 122px, #ffffff 122px) !important;
  }

  /* Popup */
  .login-form .card-body .row:nth-last-child(2) label.col-form-label {
    display: none;
  }

  .login-form .card-body .row:last-child label {
    display: none;
  }

  .contact-list-item .contact-photo {
    width: auto;
    float: left;
  }

  .contact-details-my-contact.col-md-8 {
    float: left;
  }

  .contact-details-my-contact {
    padding: 25px 25px !important;
  }

  .tag-container.category .news-content {
    margin-right: 10px;
    margin-left: 10px;
  }

  .news_tag_title {
    font-size: 16px;
  }

  .articles .news-content h2 {
    line-height: 18px;
  }

  .news .news-result {
    width: 90%;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .footer-menu ul li {
    display: inline-block !important;
    margin-right: 22px !important;
  }

  .modal-contact .company,
  .modal-contact .position {
    font-size: 17px;
  }

  .modal-body {
    padding: 20px 20px !important;
    background: linear-gradient(180deg, var(--primary-color) 145px, #ffffff 145px) !important;
  }

  .modal-divider {
    margin-top: 35px;
  }

  .modal-contact-right {
    padding-left: 15px;
    text-align: left;
  }

  .modal-contact-photo img {
    height: auto;
    width: 100%;
    box-shadow: none;
  }

  .modal-contact .name {
    font-size: 22px;
    padding-bottom: 30px;
    margin-top: 30px;
  }

  .modal-contact-left {
    margin-top: 22px;
    width: 34%;
  }

  .modal-contact-details {
    text-align: center;
  }

  .modal-divider::after {
    height: 48px;
    top: -17px;
    background-size: 11%;
  }

  .biography {
    font-size: 22px;
    margin-bottom: 18px;
  }

  .modal-about-contact p,
  .modal-about-contact {
    font-size: 16px;
    text-align: justify;
  }

  .tab-modal-header {
    font-size: 20px;
  }

  .tab-modal-header button.close {
    width: 30px;
    height: 30px;
    background-size: 100%;
    right: -4px;
    top: -5px;
  }

  #account-delete-popup .tab-modal-header button.close,
  #contact-delete-popup .tab-modal-header button.close {
    width: 40px;
    height: 40px;
  }

  .contact-photo img {
    height: 115px;
    width: 115px;
  }

  .connection-database {
    font-size: 12px !important;
  }

  .contact-list-item .contact-photo {
    width: auto;
    display: inline-block;
  }

  .contact-details-my-contact {
    display: inline-block;
    vertical-align: top;
  }

  .contact-list-item .contact-photo img {
    height: 150px;
    width: 150px;
  }

  .search_block input.form-control {
    width: 76% !important;
  }

  .contact-details-my-contact {
    padding: 14px 15px;
  }
}

@media only screen and (max-width: 767px) {
  .banner-caption-inner h2 {
    font-size: 22px;
    margin-bottom: 15px;
  }

  .header-nav {
    padding: 10px 15px;
    min-height: auto;
    display: flex;
  }

  .community>.header-nav {
    display: block;
  }

  .header-top {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 50px;
  }

  .header-top .closebtn {
    display: block;
  }

  .divider {
    height: 30px;
    margin: 0 12px;
    top: 0;
  }

  .logo img.img-responsive {
    margin: 0 auto;
  }

  .logo img.img-responsive {
    max-height: 50px;
  }

  .logo {
    width: 35%;
  }

  .navbar .navbar-nav .nav-link:hover {
    color: #fff;
  }

  .sub_menu li {
    text-align: left;
    margin-bottom: 8px;
  }

  .dropdown-menu {
    padding: 5px 10px !important;
  }

  .communities-connection {
    line-height: 20px;
  }

  .connection-database {
    font-size: 10px;
  }

  .header-right {
    padding: 15px 0 0;
  }

  .banner-image img {
    height: 220px;
    object-fit: cover;
  }

  .banner-caption-inner {
    padding: 15px 0px 0;
  }

  .dropdown:hover .dropdown-menu {
    display: none;
  }

  .navbar-nav .open .dropdown-menu {
    display: block;
  }

  .banner-caption-inner .description {
    width: 100%;
    padding: 0 15px;
  }

  .banner-caption-inner .description p {
    font-size: 13px;
    margin-bottom: 15px;
  }

  .banner-caption-inner .description a {
    padding: 5px 20px;
    font-size: 16px;
    line-height: 26px;
  }

  .about-us h2 {
    font-size: 24px;
    margin-top: 0;
    margin-bottom: 30px;
  }

  .about-us-left {
    width: 100%;
  }

  .about-us-left img.img-responsive {
    margin: 0 auto;
    width: 100%;
  }

  .about-us-right {
    width: 100%;
    margin-left: 0;
  }

  ul.about-list {
    padding-left: 25px;
  }

  .about-us-right p,
  .about-list li {
    font-size: 14px;
    line-height: 22px;
    margin-top: 15px;
  }

  .about-us {
    padding: 40px 0;
    background-size: cover;
  }

  .our-partners h2 {
    font-size: 24px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .partners-desc {
    width: 100%;
  }

  .partners-desc p {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 35px;
    text-align: justify;
  }

  .slick-slide img {
    margin: 0 auto;
  }

  .brands_slider .slick-slide {
    margin-right: 0;
  }

  .our-partners {
    margin-bottom: 25px;
  }

  #footer {
    padding: 0 15px;
  }

  .footer-container-left,
  .footer-container-right {
    width: 100%;
    text-align: center;
  }

  .footer-menu ul {
    text-align: center;
  }

  .footer-menu ul li {
    margin-top: 15px;
    display: block;
    margin-right: 0;
  }

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

  .dropdown-menu {
    display: none;
  }

  .navbar-nav li.nav-item {
    display: block;
    position: relative;
    padding-left: 0;
  }

  ul.navbar-nav {
    text-align: left;
  }

  .header-left {
    justify-content: space-between;
    /* width: 100%; */
  }

  .community .header-left {
    width: 100%;
  }

  .search_block input.form-control {
    width: 62%;
  }

  .search_block button.btn.btn-primary {
    vertical-align: top;
  }

  .user-info {
    /* margin-top: 15px; */
    text-align: right;
  }

  .community .user-info {
    margin-top: 15px;
  }

  #search_widget {
    margin-right: 0;
  }

  .header-right {
    display: block;
    text-align: center;
    clear: both;
    float: none;
    padding-top: 0;
  }

  .community .header-right {
    padding-top: 15px;
  }

  .community-banner .banner-image img {
    height: 100px;
  }

  .community-banner h1 {
    font-size: 24px;
    margin-top: 0;
  }

  .community-banner .banner-caption-inner {
    top: 35%;
  }

  .database-search,
  .database-search.contact-search {
    padding: 20px 0;
    background-size: cover;
    background-position: center center;
  }

  .database-search h2 {
    font-size: 20px;
    margin-bottom: 25px;
    margin-top: 10px;
  }

  .community-field {
    margin-right: 0;
    width: 100%;
    margin-bottom: 10px;
  }

  .community-field input {
    width: 100%;
  }

  .community-field label {
    text-align: left;
  }

  .community-search {
    text-align: center;
    width: 90%;
  }

  .community-search button.btn.btn-primary {
    margin-top: 10px;
  }

  .about-community {
    padding: 30px 0;
  }

  .about-community h2 {
    font-size: 20px;
    margin-bottom: 20px;
    margin-top: 10px;
  }

  .community-description p {
    font-size: 16px;
    text-align: justify;
    line-height: 22px;
  }

  .community-description {
    width: 100%;
  }

  #back-top {
    bottom: 95px;
    right: 25px;
  }

  .contact-search-result {
    padding: 0 15px;
  }

  .search-result {
    margin-bottom: 20px;
    grid-template-columns: auto;
    column-gap: 15px;
  }

  .contact-list.col-sm-3 {
    margin-bottom: 20px;
    width: 100%;
  }

  .pagination a {
    font-size: 12px;
    padding: 7px 10px;
  }

  .pagination .previous,
  .pagination .next {
    padding: 7px 10px;
  }

  .pagination .page-list li {
    margin-right: 5px;
  }

  .pagination {
    padding-top: 25px;
    padding-bottom: 15px;
  }

  .contact-details .name {
    font-size: 20px;
  }

  .company,
  .position {
    font-size: 16px;
  }

  .login-form .card-body .row:nth-last-child(2) label.col-form-label {
    display: none;
  }

  .login-form .card-body .row:last-child label {
    display: none;
  }

  .photo-wrapper #old_contact_photo_preview_img {
    max-width: 50%;
    padding: 0;
  }

  .js-cookie-consent.cookie-consent {
    padding: 0 15px;
  }

  .cookie_law_button {
    display: block;
    text-align: center;
  }

  .cookie_law_text {
    font-size: 15px;
    margin-bottom: 10px;
  }

  .news .news-result {
    padding: 25px 8px 25px 8px;
    width: 100%;
  }
}

@media only screen and (max-width: 479px) {
  .search_form_error {
    margin: 50px 0px;
    padding: 50px;
    background-size: calc(100vw * 4);
    height: calc((calc(100vw * 4) / 1478) * 568);
  }

  .search_form_error_message {
    width: 100%;
  }

  .contact-photo {
    width: 100%;
  }

  .contact-details {
    padding: 5px 15px;
    width: 100%;
  }

  .contact-photo img {
    width: auto;
    height: 90px;
  }

  .contact-details .name {
    font-size: 16px;
  }

  .card-header h1 {
    margin-top: 15px;
  }

  .company,
  .position {
    font-size: 14px;
  }

  .tab-modal-header {
    font-size: 20px;
  }

  .tab-modal-header button.close {
    width: 30px;
    height: 30px;
    background-size: 100%;
  }

  #account-delete-popup .tab-modal-header button.close,
  #contact-delete-popup .tab-modal-header button.close {
    width: 40px;
    height: 40px;
  }

  #account-delete-popup .tab-modal-header,
  #contact-delete-popup .tab-modal-header {
    font-size: 18px;
  }

  .modal-delete p {
    font-size: 14px;
  }

  .modal-delete button {
    padding: 6px 13px;
    font-size: 14px;
  }

  .modal-body {
    padding: 20px 25px !important;
    background: linear-gradient(180deg, var(--primary-color) 285px, #ffffff 285px) !important;
  }

  .modal-contact-right {
    padding-left: 0;
    width: 100%;
    text-align: left;
  }

  .modal-contact-photo img {
    height: 155px;
    box-shadow: none;
  }

  .modal-contact .name {
    font-size: 22px;
    padding-bottom: 40px;
    margin-top: 12px;
  }

  .modal-divider {
    margin-top: 35px;
  }

  .modal-contact-left {
    width: auto;
    top: 0;
  }

  .modal-contact-details {
    text-align: center;
  }

  .modal-divider::after {
    height: 42px;
    top: -15px;
    background-size: 17%;
  }

  .biography {
    font-size: 22px;
    margin-bottom: 18px;
  }

  .modal-about-contact p,
  .modal-about-contact {
    font-size: 16px;
    text-align: justify;
  }

  .modal-social-block .email a {
    font-size: 14px;
    padding: 8px 16px;
  }

  .btn-link {
    padding: 6px 9px !important;
    font-size: 13px !important;
  }

  .g-recaptcha {
    transform: scale(0.77);
    transform-origin: 0 35px;
  }

  .contact-list-item .contact-photo {
    padding: 20px 0 0 0;
    text-align: center;
  }

  #create_contact_form .nav-tabs>li {
    width: 100%;
  }

  #create_contact_form .nav-tabs>li>a {
    margin-right: 0 !important;
    margin-bottom: 5px;
  }
}

@media (min-width: 360px) and (max-width: 400px) {
  .search_block input.form-control {
    width: 67%;
  }
}

@media (min-width: 412px) and (max-width: 440px) {
  .search_block input.form-control {
    width: 72%;
  }
}

/* company auto complete */

* {
  box-sizing: border-box;
}

body {
  font: 16px Arial;
}

.autocomplete {
  /*the container must be positioned relative:*/
  position: relative;
  display: inline-block;
}

input {
  border: 1px solid transparent;
  background-color: transparent;
  padding: 10px;
  font-size: 16px;
}

input[type="text"] {
  background-color: transparent;
  width: 100%;
}

input[type="submit"] {
  background-color: DodgerBlue;
  color: #fff;
}

.autocomplete-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 0;
  right: 0;
}

#register-form .autocomplete-items {
  margin: 0 15px 0 15px;
}

.autocomplete-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #fff;
  border-bottom: 1px solid #d4d4d4;
}

.autocomplete-items div:hover {
  /*when hovering an item:*/
  background-color: #e9e9e9;
}

.autocomplete-active {
  /*when navigating through the items using the arrow keys:*/
  background-color: DodgerBlue !important;
  color: #ffffff;
}

.d-flex {
  display: flex !important;
}

.justify-content-center {
  justify-content: center !important;
}

.align-items-center {
  align-items: center !important;
}


/* vard section */
.name-vcard-container {
  display: flex;
  justify-content: space-between;
  align-items: start;
  margin-bottom: 10px;
}

.name {
  font-size: 1.25rem;
  font-weight: bold;
}

.vcard-link {
  padding-left: 0px !important;
  width: 65px;
  font-family: "Poppins-Regular";
}

.vcard-link a {
  color: #2a317c;
  text-decoration: none;
}

.vcard-user-info {
  font-family: "Poppins-Medium";
}



/* Responsive adjustments */
@media (max-width: 768px) {

  /* Stack the name and vCard link vertically for smaller screens */
  .name-vcard-container {
    flex-direction: column;
    align-items: flex-start;
  }

  .contact-list-item {
    flex-direction: column;
  }

  .contact-details-my-contact {
    padding-top: 10px;
  }
}

@media (max-width: 576px) {
  .name {
    font-size: 1.1rem;
  }

  .position {
    font-size: 0.9rem;
  }

  .company {
    font-size: 0.9rem;
  }

  /* Reduce spacing on very small screens */
  .contact-details-my-contact {
    padding-top: 5px;
  }
}

@media (max-width: 767px) {
  .sign-text {
    display: none;
  }
}

@media (max-width: 325px) {
  .vcard-user-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .vcard-user-info a {
    margin-right: 0px !important;
  }

  .user-title {
    text-align: center;
  }
}

.vcard-section {
  background-color: #f0f4f8 !important;
  padding: 50px 0 !important;
}

#vcard-section .card-body .row {
  display: flex;
  align-items: center;
  justify-content: center;
}

.action-buttons-main {
  display: flex;
  align-items: end;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.back-button {
  padding: 10px 0px 10px 30px;
  text-align: start;
}

.vcard-qrcode {
  /* padding-top: 20px; */
}

.vcard-qrcode svg {
  width: 80%;
  height: 80%;
  display: block;
  margin: auto;
}

@media (max-width: 479px) {
  .vcard-header-text {
    margin-top: 30px !important;
  }
}


.qr-card {
  max-width: 400px;
  margin: 50px auto;
  padding: 20px;
  background-color: #f0f4f8;
  border-radius: 15px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  text-align: center;
}


.user-name {
  font-weight: bold;
  margin-top: 10px;
  font-size: 1.5em;
}

.user-title {
  font-size: 1em;
  color: #666;
  margin: 5px 0 20px;
}

.qrcode {
  margin: 20px auto;
}

.back-button a {
  color: #8fbf21;
  font-family: "Poppins-Regular";
}

#profile-img-container {
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
}


#profile-img-container img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
  background-color: #fff;
}

@media (max-width: 768px) {
  #profile-img-container img {
    width: 100px;
    height: 100px;
  }

  .user-name {
    font-size: 1.4em;
  }

  .qrcode {
    margin: 15px auto;
  }
}

.main-vcard-container {
  width: 90%;
}

.main-vcard-container .card-body {
  max-width: unset !important;
}

header.community {
  display: block;
}

header.mobile-header {
  display: none;
}

@media (max-width: 500px) {
  header.community {
    display: none;
  }

  header.mobile-header {
    display: block;
  }
}

.editDisabledBtn {
  color: orange !important;
  position: relative;
  top: 6px;
  right: 9px;
}

/* vcard show/hide based on responsive */
.vcard-nav-item {
  display: none !important;
}

@media (max-width: 500px) {
  .vcard-nav-item {
    display: block !important;
  }
}

.vcard-disable-text {
  margin: 20px auto;
  color: orange;
  font-size: 22px;
}

/* event register page display none some fields */
.d-none {
  display: none !important;
}

.footer-logo {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 25px;
}

.footer-app-stores {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 25px;
}

.footer-app-stores a img {
  width: 160px;
}

.footer-container-left {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 45px;
}

@media (max-width: 767px) {
  .footer-container-left {
    justify-content: center;
  }
}

@media (max-width: 767px) {
  #communitysearch {
    flex-wrap: wrap;
  }
}

.remotely-class{
  position: relative;
  top:-6px;
}

.alert-success {
  padding: 10px 0px !important;
}

.register-for {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 10px;
  padding-bottom: 0px !important;
  color: var(--primary-color);
  font-family: Poppins-medium;
  text-transform: uppercase;
  letter-spacing: 4.8px;
  line-height: 39px;
  font-style: normal;
}

.left-register-for {
  font-size: 22px;
  font-weight: 500;
  margin: 0px !important;
  padding-bottom: 0px !important;
  color: var(--primary-color);
  font-family: Poppins-medium;
  text-transform: uppercase;
  letter-spacing: 4.8px;
  line-height: 39px;
  font-style: normal;
}

.event-date {
  color: white !important;
  background: #9BDB91 !important;
  max-width: fit-content !important;
  padding: 7px 19px 7px 19px;
  border-radius: 0px !important;
  font-family: Poppins-medium !important;
  /* text-transform: uppercase; */
  font-weight: 500 !important;
  font-size: 12px;
}

.captcha-container{
  gap: 20px;
}

/* Default: hide both */
.logo-small,
.logo-medium {
    display: none !important;
    max-height: 80px !important;
    cursor: default !important;
    pointer-events: none;
}

/* Show small logo on mobile */
@media (max-width: 767.98px) {
    .logo-small {
        display: inline-block !important;
    }
    .card-header{
      margin-top: 35px !important;
      flex-direction: column !important;
    }
    .left-event-details {
      align-items: center !important;
    }
}

/* Show medium logo on tablet and desktop */
@media (min-width: 768px) {
    .logo-medium {
        display: inline-block !important;
    }
    .card-header{
      margin-top: 60px !important;
    }
}

@media (max-width: 347px) {
    .card-body label {
        text-align: start !important;
    }
  }

  .navbar-brand {
    cursor: default !important;
    pointer-events: none;
  }

  .card-header.integrated-margin {
    margin-top: 20px !important;
}