* {
  margin: 0 0;
  padding: 0;
  outline: none;
  -ms-word-break: break-word;
  word-break: break-word;
  word-wrap: break-word;
}

html {
  scroll-behavior: smooth;
}

body {
  padding: 0px !important;
  padding-top: 120px !important;
  background: #167a87 url(../images/APAPP.png) no-repeat;
  background-position: top center;
  background-size: cover;
  font-family: "Inter", sans-serif;
  font-weight: normal !important;
  font-style: normal !important;
  overflow-x: hidden;
}

/* scrollbar */
form ::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

form ::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

form ::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: rgba(46, 86, 192, 0.6);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

form ::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(255, 255, 255, 0.3);
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: 1px solid transparent;
  -webkit-text-fill-color: rgba(152, 152, 152, 1);
  -webkit-box-shadow: 0 0 0px 1000px rgba(243, 243, 243, 1) inset;
  transition: background-color 5000s ease-in-out 0s;
}

img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.page_container {
  width: 100%;
  max-width: 1260px;
  margin: 0px auto;
  padding: 0px 10px;
}

.common_btn {
  font-weight: 700;
  font-size: 18px;
  display: flex;
  align-items: center;
  letter-spacing: -0.035em;
  color: #FFFFFF !important;
  justify-content: center;
  background: #000;
  border-radius: 50px;
  padding: 11px 25px;
  border: 2px solid transparent !important;
  box-shadow: none !important;
  width: fit-content;
  transition: all 0.3s ease;
}

.common_btn img {
  width: 16px;
  height: 16px;
  margin-left: 22px;
}

.common_btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25) !important;
}

/*  */

header {
  width: 100%;
  padding: 24px 15px;
  position: absolute;
  top: 0;
  left: 0;
  background: #167A87;
}

header .sitelogo {
  width: 240px;
  height: 71px;
}

header .sitelogo img {
  object-position: left;
}

header ul.nav {
  align-items: center;
}

header ul.nav li {
  margin-left: 16px;
}

header ul.nav li a.nav-link {
  padding: 0px;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #FFFFFF;
}

header ul.nav li a.nav-link:hover {
  text-decoration: underline !important;
  text-decoration-thickness: 2px !important;
  text-underline-offset: 7px;
}

header ul.nav li.loginlink a {
  padding: 6px 15px;
  background: transparent;
  border: 2px solid #fff;
  border-radius: 32px;
  text-transform: unset;
  font-weight: 500;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
}

header ul.nav li.loginlink a img {
  width: 16px;
  height: 16px;
  margin-left: 10px;
}

header ul.nav li.loginlink a:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25) !important;
  color: #fff !important;
  text-decoration: unset !important;
}

header ul.nav li.connectlink a {
  padding: 6px 15px;
  background: #000000;
  border-radius: 32px;
  text-transform: unset;
  font-weight: 500;
  transition: all 0.3s ease;
  border: 2px solid #000;
  display: flex;
  align-items: center;
}

header ul.nav li.connectlink a img {
  width: 16px;
  height: 16px;
  margin-left: 10px;
}

header ul.nav li.connectlink a:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25) !important;
  color: #fff !important;
  text-decoration: unset !important;
}

header ul.nav li.article_link a {
  text-decoration: underline !important;
  text-decoration-thickness: 2px !important;
  text-underline-offset: 7px;
}

header ul.nav li.article_link a:hover {
  color: #fff;
}

header .dot_icon {
  width: 24px;
  height: 24px;
  cursor: pointer;
}

#sidebarMenu {
  height: 100%;
  position: fixed;
  right: 0;
  width: 280px;
  padding: 10px 15px;
  top: 0px;
  transform: translateX(0px);
  transition: transform 250ms ease-in-out;
  background: #fff;
  z-index: 111;
  border-left: 1px solid #000;
}

.sidebarMenuInner {
  margin: 0;
  padding: 0;
  padding-top: 10px;
  height: 100vh;
  overflow-y: auto;
  list-style: none;
}

.hidden {
  transform: translateX(280px) !important;
}

.close_button {
  width: 14px;
  height: 14px;
  cursor: pointer;
  margin-left: auto;
}

.close_button img {
  vertical-align: top;
}

.sidebarMenuInner ul {
  list-style: none;
  margin: 0;
  padding: 0px;
}

.sidebarMenuInner li a {
  width: 100%;
  padding: 8px 0px;
  font-size: 14px;
  color: #000;
}

.sidebarMenuInner li a.active,
.sidebarMenuInner li a:hover {
  color: #167A87;
}

.sidebarMenuInner li.connectlink {
  margin-top: 10px;
}

.sidebarMenuInner li.connectlink a {
  padding: 13px 26px;
  background: #000000;
  border-radius: 32px;
  text-transform: unset;
  font-weight: 700;
  transition: all 0.3s ease;
  color: #fff;
  text-align: center;
}

.sidebarMenuInner li.connectlink a img {
  width: 16px;
  height: 16px;
  margin-left: 21px;
}

.sidebarMenuInner li.connectlink a:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25) !important;
}

.user_dropdown .dropdown-toggle {
  border: none !important;
  box-shadow: none !important;
  display: flex;
  align-items: center;
  font-size: 14px;
  padding: 0;
}

.user_dropdown .dropdown-toggle img {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center;
  margin-right: 10px;
}

.user_dropdown .dropdown-toggle::after {
  content: "";
  width: 12px;
  height: 12px;
  background: url(../images/arrow-down.png) no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
}

.user_dropdown .dropdown-menu[style] {
  left: auto !important;
  right: 0 !important;
}

.user_dropdown .dropdown-menu {
  border: none !important;
  box-shadow: none !important;
  border-radius: 0px !important;
  padding: 10px;
  min-width: 230px;
}

.user_dropdown .dropdown-menu li a {
  font-weight: 600;
  font-size: 18px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #000000;
}

.user_dropdown .dropdown-menu li a:hover,
.user_dropdown .dropdown-menu li a.active {
  color: #167A87;
}

.user_dropdown .dropdown-menu li {
  margin-left: 0 !important;
  padding: 5px 10px;
}

/*  */

.banner_section {
  width: 100%;
  padding: 90px 0px;
  position: relative;
  overflow: hidden;
  min-height: 630px;
}

.banner_video_block {
  position: absolute;
  top: -73px;
  left: 0;
  width: 111%;
  height: 115%;
  mix-blend-mode: color-dodge;
  z-index: -1;
}

.banner_video_block video {
  width: 100%;
  height: 100%;
  object-position: top right;
  object-fit: contain;
}

video::-webkit-media-controls {
  display: none !important;
}

video::-webkit-media-controls-enclosure {
  display: none !important;
}

.bs_content_block {
  width: 100%;
  display: flex;
  align-items: flex-start;
}

.bs_content {
  max-width: 625px;
  width: 100%;
  margin-right: 20px;
}

.bs_content .bs_sub_title {
  background: linear-gradient(90deg, rgba(221, 253, 255, 0.5) 0%, rgba(183, 236, 241, 0.5) 100%);
  border: 1px solid #FFFFFF4D;
  border-radius: 4px;
  font-family: "Urbanist", sans-serif;
  font-style: italic;
  font-weight: 800;
  font-size: 20px;
  letter-spacing: -0.035em;
  color: #FFFFFF;
  padding: 8px 16px;
  max-width: 300px;
  width: 100%;
}

.bs_content .bs_title {
  font-weight: 700;
  font-size: 56px;
  letter-spacing: -0.035em;
  color: #FFFFFF;
  margin-bottom: 0px;
  font-family: "Urbanist", sans-serif;
}

.bs_content p {
  font-weight: 600;
  font-size: 24px;
  letter-spacing: -0.035em;
  color: #FFFFFF;
  margin-bottom: 20px;
}

.bs_button_row {
  width: 100%;
  display: flex;
  align-items: center;
}

.bs_button_row .btn {
  margin-right: 20px;
}

.bs_button_row .btn.learnmore_btn {
  background: transparent !important;
  border-color: #fff !important;
}

.bs_image_div {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}

.bs_image_div .section-logo {
  width: 146px;
  height: 155px;
  margin-right: 24px;
}

.bsuser_block {
  padding: 5px;
  background: linear-gradient(90deg, #cfdfe1 0%, #ced5d6 100%);
  border-radius: 8px;
  max-width: 403px;
  width: 100%;
}

.bsuser_inner_block {
  background: #fff;
  border-radius: 4px;
  padding: 24px;
  display: flex;
  align-items: center;
  width: 100%;
  position: relative;
}

.bsuser_block .bsu_image {
  max-width: 156px;
  width: 100%;
  display: flex;
}

.bsuser_block .bsu_image img {
  width: 48px;
  height: 48px;
  background: #E5E5E5;
  border: 2px solid rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  margin-left: -10px;
}

.bsuser_block .bsu_image .tlf_total {
  background: #000000;
  width: 48px;
  height: 48px;
  border: 2px solid #FFFFFF1A;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  color: #FFFFFF;
  margin-left: -10px;
}

.bsuser_block .bsutext {
  font-weight: 700;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: -0.02em;
  text-transform: capitalize;
  color: #007D89;
  padding-left: 16px;
}

.bsuser_inner_block .circel_dot {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 34px;
  height: 34px;
  border-width: 5px;
  background: #167A87;
  border: 5px solid #4DA3AE;
  border-radius: 50%;
  right: -19px;
}

/*  */
.mission_community_section {
  width: 100%;
  display: block;
  padding: 60px 0px 40px;
  background: #fff url(../images/shodowbg.png) no-repeat;
  background-position: bottom center;
  background-size: cover;
}

.searching_block {
  width: 100%;
  display: block;
  margin-bottom: 24px;
}

.searching_block h3 {
  font-weight: 700;
  font-size: 24px;
  letter-spacing: -0.035em;
  color: #007D89;
  margin-bottom: 24px;
}

.searching_block .search_form {
  width: 100%;
  background: #E7F2F4;
  border-radius: 8px;
  height: 59px;
}

.searching_block .search_form form {
  width: 100%;
  display: flex;
}

.searching_block .search_form .form-select {
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
  border-right: 1px solid #00000033 !important;
  font-size: 18px;
  letter-spacing: -0.03em;
  color: #121212;
  opacity: 0.6;
  text-shadow: 0px 4.54753px 84.1293px rgba(0, 0, 0, 0.15);
  border-radius: 0px !important;
  padding: 8px;
  background-image: url(../images/downarrow.svg);
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: right 20px center;
  padding-right: 50px;
}

.searching_block .form-control {
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
  border-right: 1px solid #00000033 !important;
  font-size: 18px;
  letter-spacing: -0.03em;
  color: #121212;
  opacity: 0.6;
  text-shadow: 0px 4.54753px 84.1293px rgba(0, 0, 0, 0.15);
  border-radius: 0px !important;
  padding: 8px;
}

.searching_block .search_form .input-group-text {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  padding-right: 0px;
  border-radius: 0px !important;
  padding-left: 20px;
}

.searching_block .search_form .connect_btn {
  min-width: 152px;
  border: 4px solid #FFFFFF1A !important;
  background: #000000;
  border-radius: 0px 4px 4px 0px;
  box-shadow: none !important;
  font-weight: 600;
  font-size: 18px;
  text-transform: capitalize;
  color: #FFFFFF !important;
  padding: 12px;
}

.searching_block .search_form .connect_btn img {
  width: 20px;
  height: 20px;
  margin-left: 10px;
}

.mcs_heading_row {
  width: 100%;
  display: block;
  padding: 60px 0px;
}

.mcs_heading_row .mcs_heading {
  font-weight: 700;
  font-size: 48px;
  letter-spacing: -0.035em;
  color: #007D89;
  margin-bottom: 0px;
}

.mcs_heading_row .mcs_txt {
  font-size: 16px;
  letter-spacing: -0.035em;
  color: #000000;
  margin-bottom: 16px;
}

.mcs_heading_row .find_thought_btn {
  background: #167A87;
  max-width: fit-content;
}

.mcs_content_block {}

.mcs_outer_card {
  width: 100%;
  height: 100%;
  padding-bottom: 20px;
  position: relative;
  overflow: hidden;
}

.mcs_inner_card {
  width: 100%;
  height: 100%;
  background: url(loop2.png), #000000;
  border: 10px solid rgba(255, 255, 255, 0.1);
  overflow: hidden;
}

.mcs_inner_card .mcs_image {
  height: 200px;
}

.mcs_inner_card .mcs_image .mcsi_block {
  width: 100%;
  height: 200px;
  position: absolute;
  right: 0;
  left: 20px;
  top: 8px;
}

.mcsvideo_block {
  width: 125%;
  height: 280px;
  position: absolute;
  left: -36%;
  top: -16%;
  ;
}

.mcsvideo_block video {
  width: 100%;
  height: 100%;
}


.mcs_inner_card .mcs_card_body {
  width: 100%;
  padding: 14px;
  height: calc(100% - 200px);
}

.mcs_inner_card .mcscb_title {
  font-weight: 700;
  font-size: 24px;
  letter-spacing: -0.033em;
  color: #FFFFFF;
  margin-bottom: 10px;
}

.mcs_inner_card .mcscb_text {
  font-size: 18px;
  letter-spacing: -0.033em;
  color: #FFFFFF;
  margin-bottom: 0px;
}

/*  */

.explore_events_section {
  border-top: 1px solid #0000001A;
  width: 100%;
  display: block;
  background: #E7F2F4;
  padding: 60px 0px 40px;
}

.ees_heading_row {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}

.ees_heading_row .ees_title {
  font-weight: 700;
  font-size: 48px;
  letter-spacing: -0.035em;
  color: #007D89;
  margin-bottom: 0px;
}

.ees_heading_row .btnrow {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.ees_heading_row .btnrow .btn {
  margin-left: 16px;
}

.ees_heading_row .btnrow .btn.event_btn {
  background: #167A87;
}

.ees_content_block {}

.event_card_outer {
  width: 100%;
  height: 100%;
  padding-bottom: 20px;
}

.event_card_inner {
  width: 100%;
  background: #fff;
  padding: 24px;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.event_card_inner .event_date {
  font-size: 16px;
  letter-spacing: -0.035em;
  color: #000000;
  margin-bottom: 16px;
}

.event_card_inner .event_name {
  font-weight: 700;
  font-size: 24px;
  line-height: 33px;
  color: #000000;
  margin-bottom: 16px;
}

.event_card_inner .event_location {
  font-size: 16px;
  letter-spacing: -0.035em;
  color: #000000;
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}

.event_card_inner .event_location img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}

.event_card_inner .event_intro {
  font-size: 14px;
  letter-spacing: -0.035em;
  color: #000000;
  margin-bottom: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.event_card_inner .event_register {
  box-shadow: 0px 24px 60px 0px #3921511A !important;
  background: #000000 !important;
  border: none !important;
  border-radius: 20px;
  padding: 8px 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 18px;
  line-height: 33px;
  color: #FFFFFF;
  transition: all 0.3s ease;
  width: fit-content;
  margin-top: auto;
}

.event_card_inner .event_register img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}

.event_card_inner .event_register:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25) !important;
}

/*  */

.featured_educators_section {
  width: 100%;
  display: block;
  padding: 60px 0px 40px;
  background: url(../images/Grid.png) no-repeat;
  background-position: center;
  background-size: cover;
}

.fes_heading_row {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}

.fes_heading_row .fes_heading {
  font-weight: 700;
  font-size: 48px;
  letter-spacing: -0.035em;
  color: #FFFFFF;
  margin-bottom: 0px;
}

.fes_card_outer {
  width: 100%;
  height: 100%;
  padding-bottom: 20px;
}

.fes_card {
  width: 100%;
  height: 100%;
  background: #fff;
  padding: 24px;
}

.fes_card .fes_title {
  font-weight: 700;
  font-size: 24px;
  line-height: 33px;
  color: #000000;
  margin-bottom: 8px;
}

.fes_card .fes_connect {
  font-size: 16px;
  letter-spacing: -0.035em;
  color: #000000;
  margin-bottom: 8px;
}

.fes_card .fes_connect:last-child {
  margin-bottom: 0px;
}

.fes_card .fes_connect img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}

.fes_card .fes_connect a {
  color: #000000;
}

/*  */

.latest_news_blogs_section {
  width: 100%;
  display: block;
  padding: 90px 0px;
  background: #E7F2F4;
  border-top: 1px solid #0000001A;
}

.lnbs_block {
  max-width: 910px;
  width: 100%;
  margin: 0px auto;
}

.lnbs_heading_row {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}

.lnbs_heading_row .lnbs_heading {
  font-weight: 700;
  font-size: 48px;
  letter-spacing: -0.035em;
  color: #167A87;
  margin-bottom: 0px;
}

.blog_card {
  padding: 24px;
  width: 100%;
  height: 208px;
  background: #FFFFFF;
  border: 1px solid rgba(17, 17, 17, 0.1);
  margin-bottom: 24px;
  display: flex;
  align-items: center;
}

.blog_card:last-child {
  margin-bottom: 0px;
}

.blog_card .blog_img {
  width: 160px;
  height: 160px;
  border-radius: 4px;
}

.blog_card .blog_img img {
  object-fit: cover;
  border-radius: 4px;
}

.blog_card .blog_body {
  padding-left: 32px;
  width: 100%;
  flex: 1;
  overflow: hidden;
}

.blog_card .bb_title {
  font-weight: 600;
  font-size: 24px;
  letter-spacing: -0.02em;
  text-transform: capitalize;
  color: #111111;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.blog_card .blog_intro {
  width: 100%;
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: -0.035em;
  color: #818181;
  margin-bottom: 10px;
}

.blog_card .blog_intro img {
  border: 1px solid #0000001A;
  width: 20px;
  height: 20px;
  object-fit: cover;
  border-radius: 50%;
  margin-right: 4px;
}

.blog_card .blog_intro span.btext {
  width: fit-content;
  max-width: 151px;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 3px;
  min-width: 45px;
}

.blog_card .bb_bottom_row {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #1111111A;
  padding-top: 10px;
}

.blog_card .learnbtn {
  font-weight: 700;
  font-size: 18px;
  letter-spacing: -0.02em;
  text-transform: capitalize;
  color: #007D89;
  padding: 5px 8px;
  border-radius: 4px;
  box-shadow: none !important;
  border: none !important;
}

.blog_card .learnbtn:hover {
  background: #fdf0f0;
}

.blog_card .learnbtn img {
  width: 18px;
  height: 18px;
  margin-left: 10px;
}

.blog_card .blg_type {
  padding: 8px 16px;
  background: rgba(17, 17, 17, 0.1);
  border-radius: 8px;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: -0.02em;
  color: #111111;
}

/* footer */

footer {
  width: 100%;
  display: block;
  background: #000000;
  border-top: 5px solid #4DA3AE;
}

footer ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer_top_row {
  padding: 30px 0px;
  border-bottom: 1px solid #FFFFFF33;
}

.footer_top_row .page_container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer_top_row .sitelogo {
  max-width: 445px;
  width: 100%;
  margin: 0px auto;
}

.footer_top_row .sitelogo img {
  width: 100px;
  height: 100px;
  margin-right: 32px;
}

.footer_top_row .sitelogo span {
  font-weight: 700;
  font-size: 32px;
  letter-spacing: -0.035em;
  color: #FFFFFF;
  font-family: "Urbanist", sans-serif;
}

.footer_top_row .subscribe_block {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.footer_top_row .subscribe_block p {
  font-weight: 500;
  font-size: 16px;
  color: #FFFFFF;
  margin-bottom: 0px;
  max-width: 275px;
  margin-right: 30px;
  width: 100%;
}

.footer_top_row .sub_btn {
  font-weight: 700;
  font-size: 16px;
  line-height: 14px;
  color: #FFFFFF;
  padding: 13px;
  background: #4DA3AE !important;
  border: none !important;
  box-shadow: none !important;
  mix-blend-mode: normal;
  border-radius: 16px;
  display: flex;
  align-items: center;
  min-width: 180px;
  justify-content: center;
  transition: all 0.3s ease;
}

.footer_top_row .sub_btn img {
  width: 11px;
  height: 11px;
  margin-left: 10px;
}

.footer_top_row .sub_btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25) !important;
}

.footer_menu_row {
  width: 100%;
  display: block;
  padding: 60px 0px;
}

.footer_menu_row ul.nav {
  align-items: center;
  padding: 15px 0px !important;
  margin-bottom: 50px;
}

.footer_menu_row ul.nav li {
  margin: 0px 18px;
}

.footer_menu_row ul.nav li a.nav-link {
  padding: 0px;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #FFFFFF;
}

.footer_menu_row ul.nav li a.nav-link.active,
.footer_menu_row ul.nav li a.nav-link:hover {
  color: #167A87;
}

.footer_menu_row ul.nav li.connectlink a {
  padding: 13px 26px;
  background: #000000;
  border-radius: 32px;
  text-transform: unset;
  font-weight: 700;
}

.footer_menu_row ul.nav li.connectlink a img {
  width: 17px;
  height: 17px;
  margin-left: 21px;
}

.social_icons {
  width: 100%;
  display: flex;
  padding: 20px 0px;
}

.social_icons li {
  margin: 0px 40px;
}

.social_icons li a {
  width: 24px;
  height: 24px;
  display: block;
}

.footer_bottom_row {
  width: 100%;
  display: block;
  padding: 16px 0px;
  border-top: 1px solid #fff;
}

.footer_bottom_row .page_container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer_bottom_row .copyright_text {
  font-size: 16px;
  letter-spacing: -0.02em;
  color: #FFFFFF;
  margin-bottom: 0px;
}

.footer_bottom_row .fbr_ul li {
  padding: 0px 8px;
  border-left: 1px solid #fff;
}

.footer_bottom_row .fbr_ul li:first-child {
  border: none !important;
}

.footer_bottom_row .fbr_ul li a {
  font-size: 18px;
  line-height: 19px;
  color: #FFFFFF;
}

.footer_bottom_row .fbr_ul li a:hover,
.footer_bottom_row .fbr_ul li a.active {
  color: #167A87;
}

/*  */

.tlp_map_block {
  padding-top: 76px;
  width: 100%;
  display: block;
  padding-bottom: 20px;
}

.tlp_map_block h6 {
  font-weight: 700;
  font-size: 24px;
  text-align: center;
  letter-spacing: -0.02em;
  text-transform: capitalize;
  color: #FFFFFF;
  margin-bottom: 105px;
}

.tlp_map_block .map_block {
  max-width: 900px;
  height: 480px;
  width: 100%;
  margin: 0px auto;
  position: relative;
}

.map_user_block {
  background: #FFFFFF;
  box-shadow: 0px 4px 32px 0px #00000029;
  padding: 16px;
  border-radius: 8px;
  display: flex;
  max-width: 400px;
  width: 100%;
  position: absolute;
  left: -130px;
  top: -63px;
}

.map_user_block .mubimg {
  width: 96px;
  height: 96px;
  border-radius: 8px;
  border: 4px solid #FFFFFF99;
}

.map_user_block .mubimg img {
  object-fit: cover;
  border-radius: 8px;
}

.map_user_block .mub_body {
  padding-left: 8px;
  width: 100%;
  flex: 1;
  overflow: hidden;
}

.map_user_block .user_name {
  font-weight: 700;
  font-size: 20px;
  line-height: 33px;
  letter-spacing: -0.01em;
  color: #000000;
  margin-bottom: 4px;
  text-align: left;
}

.map_user_block .mub_connect {
  font-size: 16px;
  display: flex;
  align-items: center;
  letter-spacing: -0.035em;
  color: #000000;
  margin-bottom: 4px;
}

.map_user_block .mub_connect img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}

.map_user_block .circel_dot {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 34px;
  height: 34px;
  border-width: 5px;
  background: #167A87;
  border: 5px solid #4DA3AE;
  border-radius: 50%;
  bottom: -19px;
}

.fe_tlp_section {
  width: 100%;
  display: block;
  padding: 30px 0px 60px;
}

.fetlp_card_outer {
  width: 100%;
  height: 100%;
  padding-bottom: 24px;
}

.fetlp_card {
  width: 100%;
  height: 100%;
  display: block;
  padding: 24px;
  background: #fff;
}

.fetlp_card .feltpc_top_row {
  width: 100%;
  display: flex;
  margin-bottom: 24px;
}

.fetlp_card .feltpc_img {
  width: 96px;
  height: 96px;
  border-radius: 8px;
  border: 4px solid #FFFFFF99;
}

.fetlp_card .feltpc_img img {
  object-fit: cover;
  border-radius: 8px;
}

.fetlp_card .feltpc_info {
  padding-left: 8px;
  width: 100%;
  flex: 1;
  overflow: hidden;
}

.fetlp_card .feltpc_info .user_name {
  font-weight: 700;
  font-size: 20px;
  line-height: 33px;
  letter-spacing: -0.01em;
  color: #000000;
  margin-bottom: 4px;
  text-align: left;
}

.fetlp_card .feltpc_info .feltpc_connect {
  font-size: 16px;
  display: flex;
  align-items: center;
  letter-spacing: -0.035em;
  color: #000000;
  margin-bottom: 4px;
}

.fetlp_card .feltpc_info .feltpc_connect img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}

.fetlp_card p.feltpc_text {
  font-weight: 500;
  font-size: 16px;
  color: #111111;
  margin-bottom: 16px;
}

.fetlp_card .learnbtn {
  font-weight: 700;
  font-size: 18px;
  letter-spacing: -0.02em;
  text-transform: capitalize;
  color: #007D89;
  padding: 5px 8px;
  border-radius: 4px;
  box-shadow: none !important;
  border: none !important;
}

.fetlp_card .learnbtn:hover {
  background: #fdf0f0;
}

.fetlp_card .learnbtn img {
  width: 18px;
  height: 18px;
  margin-left: 10px;
}

/*  */

.common_banner_section {
  width: 100%;
  display: block;
  padding: 78px 0px 45px;
}

.common_banner_section h1 {
  font-weight: 700;
  font-size: 48px;
  letter-spacing: -0.035em;
  color: #FFFFFF;
  margin-bottom: 10px;
}

.common_banner_section .breadcrumb {
  margin-bottom: 0px;
  padding: 0px;
}

.common_banner_section .breadcrumb li {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: -3.5%;
  color: #fff !important;
}

.common_banner_section .breadcrumb li a {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: -3.5%;
  color: #fff !important;
}

.common_banner_section .breadcrumb-item+.breadcrumb-item::before {
  color: #ffff;
}

.latest_news_section {
  padding: 60px 0px;
  display: block;
  background: #E7F2F4;
  border-top: 1px solid #0000001A;
}

.latest_news_section .blog_card {
  border-radius: 8px;
  height: 100%;
  align-items: flex-start;
}

.latest_news_section .blog_card_outer {
  width: 100%;
  height: 100%;
  padding-bottom: 24px;
}

.latest_news_section .blog_card .bb_title {
  -webkit-line-clamp: unset;
  line-clamp: unset;
}

/*  */

.articles_detail_section {
  padding: 60px 0px;
  display: block;
  background: #E7F2F4;
  border-top: 1px solid #0000001A;
}

.detail_content_block {
  padding: 32px;
  background: #FFFFFF;
}

.detail_content_block .dcb_title {
  font-weight: 600;
  font-size: 32px;
  letter-spacing: -0.02em;
  color: #111111;
  margin-bottom: 32px;
}

.detail_content_block .dcb_scadule {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 32px;
}

.detail_content_block .dcb_scadule div {
  margin-right: 32px;
  display: flex;
  align-items: center;
}

.detail_content_block .dcb_scadule div img {
  width: 24px;
  height: 24px;
  vertical-align: top;
  margin-right: 8px;
}

.detail_content_block .dcb_scadule .by_text img {
  margin-left: 6px;
}

.detail_content_block .dcb_scadule .by_text {
  font-weight: 500;
  font-size: 18px;
  letter-spacing: -0.02em;
  color: #17A5B0;
}

.detail_content_block .dcb_scadule div span {
  font-weight: 500;
  font-size: 18px;
  letter-spacing: -0.02em;
  color: #111111;
}

.detail_content_block p {
  font-weight: 500;
  font-size: 18px;
  letter-spacing: -0.02em;
  color: #111111;
  margin-bottom: 24px;
}

.resources_block {
  width: 100%;
  display: block;
  padding: 24px;
  background: #fff;
  margin-bottom: 24px;
}

.resources_block .rb_title {
  font-weight: 700;
  font-size: 18px;
  letter-spacing: -0.02em;
  text-transform: capitalize;
  color: #111111;
  margin-bottom: 16px;
}

.resources_block .rb_img {
  max-width: 247px;
  height: auto
    /* 337px */
  ;
  width: 100%;
  margin-bottom: 16px;
}

.resources_block .rb_img img {
  object-fit: cover;
}

.resources_block .rbtext {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: -0.02em;
  color: #111111;
  margin-bottom: 16px;
}

.resources_block .apply_btn {
  width: 100%;
}

.categories_block {
  width: 100%;
  display: block;
  padding: 24px;
  background: #fff;
}

.categories_block .cb_title {
  font-weight: 700;
  font-size: 18px;
  letter-spacing: -0.02em;
  text-transform: capitalize;
  color: #111111;
  margin-bottom: 16px;
}

.cb_list {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.cb_list li {
  width: 100%;
  display: flex;
  padding: 8px;
  margin-bottom: 16px;
}

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

.cb_list li img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}

.cb_list li a,
.cb_list li span {
  font-weight: 600;
  font-size: 18px;
  letter-spacing: -0.02em;
  color: #007D89;
}

/*  */

.events_page {
  width: 100%;
  padding: 60px 0px;
  background: #E7F2F4;
}

.events_inner_block {
  max-width: 1060px;
  width: 100%;
  margin: 0px auto;
}

.ep_heading {
  font-weight: 700;
  font-size: 48px;
  letter-spacing: -0.035em;
  color: #000000;
  margin-bottom: 16px;
}

.main_event_block {
  width: 100%;
  min-height: 442px;
  padding: 32px;
  margin-bottom: 32px;
  background: url(../images/eventbg.png) no-repeat;
  background-position: center;
  background-size: cover;
}

.meb_content_block {
  max-width: 556px;
  width: 100%;
}

.meb_content_block h3 {
  font-weight: 700;
  font-size: 32px;
  letter-spacing: -0.02em;
  text-transform: capitalize;
  color: #1D3869;
  margin-bottom: 20px;
  padding-right: 32px;
}

.meb_content_block p {
  font-weight: 500;
  font-size: 18px;
  letter-spacing: -0.02em;
  color: #000000;
  margin-bottom: 20px;
}

.meb_content_block strong {
  font-weight: 700 !important;
}

.meb_content_block .date_address_row {
  font-weight: 500;
  font-size: 18px;
  letter-spacing: -0.02em;
  color: #000000;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.meb_content_block .date_address_row img {
  width: 18px;
  height: 18px;
  margin-right: 8px;
}

.main_event_block .register_btn {
  box-shadow: 0px 24px 60px 0px #3921511A !important;
  border: 1px solid transparent !important;
  background: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 202px;
  border-radius: 20px;
  padding: 8px 20px;
  font-weight: 600;
  font-size: 18px;
  line-height: 33px;
  color: #FFFFFF !important;
  transition: all 0.3s ease;
}

.main_event_block .register_btn img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}

.main_event_block .register_btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25) !important;
}

.ncse_block .date_block {
  width: 100%;
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 18px;
  line-height: 33px;
  color: #4DA3AE;
  padding-bottom: 8px;
  border-bottom: 2px solid #167A87;
  margin-bottom: 24px;
}

.ncse_block .date_block img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}

.ncseb_content_row {
  width: 100%;
  display: flex;
  background: #fff;
  padding: 24px;
  border-bottom: 1px solid #0000001A;
  margin-bottom: 24px;
}

.ncsebc_logo_block {
  max-width: 205px;
  width: 100%;
  height: 204px;
}

.ncsebc_logo_block img {
  object-fit: cover;
}

.ncsebc_left_block {
  width: 100%;
  flex: 1;
  padding-right: 10px;
  display: flex;
  flex-direction: column;
}

.ncsebc_left_block .ncs_date {
  font-weight: 500;
  font-size: 18px;
  letter-spacing: -0.02em;
  color: #111111;
  margin-bottom: 8px;
}

.ncsebc_left_block .ncs_name {
  font-weight: 600;
  font-size: 24px;
  letter-spacing: -0.02em;
  color: #111111;
  margin-bottom: 8px;
}

.ncsebc_left_block .ncs_location {
  font-weight: 500;
  font-size: 18px;
  letter-spacing: -0.02em;
  color: #111111;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
}

.ncsebc_left_block .ncs_location img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}

.ncsebc_left_block .register_btn {
  box-shadow: 0px 24px 60px 0px #3921511A !important;
  border: 1px solid transparent !important;
  background: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 202px;
  border-radius: 20px;
  padding: 8px 20px;
  font-weight: 600;
  font-size: 18px;
  line-height: 33px;
  color: #FFFFFF !important;
  margin-top: auto;
  transition: all 0.3s ease;
}

.ncsebc_left_block .register_btn img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}

.ncsebc_left_block .register_btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25) !important;
}

/* signup page */

.auth_page {
  padding: 25px 0px 54px;
  display: block;
  width: 100%;
}

.ap_content_block {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #FFFFFF4D;
}

.form_block {
  width: 100%;
  flex: 1;
}

.form_block h1 {
  font-weight: 700;
  font-size: 60px;
  letter-spacing: -0.035em;
  color: #FFFFFF;
  margin-bottom: 24px;
}

.form_block p {
  font-weight: 600;
  font-size: 24px;
  letter-spacing: -0.035em;
  color: #FFFFFF;
}

.form_block .form_row {
  background: #FFFFFF;
  max-width: 669px;
  width: 100%;
  display: flex;
  margin-bottom: 24px;
}

.form_block .form_row .form-group {
  position: relative;
}

.form_block .form_row .form-control {
  box-shadow: none !important;
  border: none !important;
  border-radius: 0 !important;
  border-right: 1px solid #00000033 !important;
  font-size: 18px;
  letter-spacing: -0.03em;
  color: #121212;
  text-shadow: 0px 4.54753px 84.1293px rgba(0, 0, 0, 0.15);
  padding: 16px 24px;
}

.form_block .form_row .form-control::placeholder {
  opacity: 0.6;
}

.form_block .form_row .form-group .form-control.passcheck {
  border: none !important;
}

.signup_page .form_block .form_row .form-group .help-block {
  position: absolute;
  bottom: -20px;
  text-align: left;
  width: 100%;
  left: 0;
}

.form_block .common_btn {
  border-radius: 0px !important;
  padding: 11px 24px;
  max-width: 138px;
  width: 100%;
}

.form_block .common_btn img {
  margin-left: 10px;
}

.auth_page .map_image {
  width: 100%;
  max-width: 470px;
  mix-blend-mode: color-dodge;
}

.auth_page .map_image video {
  width: 100%;
  height: 100%;
}

.signup_page .form_block .common_btn {
  margin-left: auto;
}

.signup_page .form_block .common_btn:hover {
  transform: unset;
}

.signup_content_row {
  width: 100%;
  display: flex;
  padding-top: 24px;
}

.signup_content_row .scr_box {
  width: 20%;
  border-right: 1px solid #FFFFFF33;
  padding: 0px 24px 24px;
}

.signup_content_row .scr_box:last-child {
  border: none !important;
}

.signup_content_row .scr_box .scr_icon {
  width: 40px;
  height: 40px;
  margin-bottom: 10px;
}

.signup_content_row .scr_box h4 {
  font-weight: 700;
  font-size: 16px;
  letter-spacing: -0.035em;
  color: #FFFFFF;
}

.signup_content_row .scr_box p {
  font-size: 16px;
  letter-spacing: -0.035em;
  color: #FFFFFF;
  margin-bottom: 0px;
}

/*  */

.login_page h1 {
  text-align: center;
}

.login_page .form_block {
  min-height: 70vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.login_page .form_block form {
  max-width: 418px;
  margin: 0px auto 24px;
  width: 100%;
}

.form_block p.otherlinks {
  font-weight: 500;
  font-size: 16px;
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 0px;
}

.form_block p.otherlinks a {
  color: #fff;
}

.form_block p.otherlinks a:hover {
  text-decoration: underline !important;
}

.login_page .form-control {
  box-shadow: none !important;
  border: none !important;
  border-radius: 0 !important;
  border-bottom: 1px solid #00000033 !important;
  font-size: 18px;
  letter-spacing: -0.03em;
  color: #121212;
  text-shadow: 0px 4.54753px 84.1293px rgba(0, 0, 0, 0.15);
  padding: 16px 24px;
  background: #fff;
}

.login_page .form_block .common_btn {
  max-width: 100%;
  justify-content: flex-start;
}

.login_page .form_block .common_btn:hover {
  transform: unset;
}

/*  */

.contact_us_page {
  padding: 50px 0px 80px;
  display: block;
  width: 100%;
  /* min-height: 70vh; */
}

.contact_us_page .form_block {
  max-width: 670px;
  margin: 0px auto;
  width: 100%;
}

.contact_us_page .form_block h1 {
  font-weight: 700;
  font-size: 60px;
  letter-spacing: -0.035em;
  color: #FFFFFF;
  margin-bottom: 24px;
  text-align: center;
}

.contact_us_page .form-control {
  box-shadow: none !important;
  border: none !important;
  border-radius: 0 !important;
  border-bottom: 1px solid #00000033 !important;
  font-size: 18px;
  letter-spacing: -0.03em;
  color: #121212;
  text-shadow: 0px 4.54753px 84.1293px rgba(0, 0, 0, 0.15);
  padding: 16px 24px;
  background: #fff;
}

.contact_us_page .form_block .common_btn {
  max-width: 100%;
  justify-content: center;
}

.contact_us_page .form_block .common_btn:hover {
  transform: unset;
}

/* about us */

.about_us_page .common_banner_section {
  padding: 80px 0px;
}

.about_us_page .cbs_sub_title {
  font-weight: 700;
  font-size: 32px;
  text-align: center;
  letter-spacing: -0.035em;
  color: #FFFFFF;
  margin-bottom: 0px;
  font-family: "Urbanist", sans-serif;
  text-wrap: balance;
}

.about_us_page .mission_community_section {
  background: linear-gradient(180deg, #E4F2F4 -4.47%, #FFFFFF 88.56%);
}

.about_us_page .mcs_heading_row .mcs_txt {
  font-size: 18px;
}

.engage_experts_region_section {
  width: 100%;
  display: block;
  padding: 60px 0px;
  background: #E7F2F4;
  overflow: hidden;
}

.eers_content_block {
  max-width: 520px;
  width: 100%;
  padding-right: 30px;
}

.eers_content_block .eers_title {
  font-weight: 700;
  font-size: 40px;
  letter-spacing: -0.033em;
  color: #000000;
  margin-bottom: 10px;
}

.eers_content_block .eers_text {
  font-size: 18px;
  letter-spacing: -0.033em;
  color: #000000;
  margin-bottom: 10px;
}

.eers_map_block {
  width: 679px;
  height: 381px;
}

.tailored_education_community_section {
  width: 100%;
  display: block;
  background: #fff;
}

.tecs_content_block {
  max-width: 550px;
  width: 100%;
  margin-left: auto;
  padding: 20px 0px;
}

.tecs_content_block .tecs_title {
  font-weight: 700;
  font-size: 40px;
  letter-spacing: -0.033em;
  color: #000000;
  margin-bottom: 10px;
}

.tecs_content_block .tecs_text {
  font-size: 18px;
  letter-spacing: -0.033em;
  color: #000000;
  margin-bottom: 10px;
}

.tecs_image_block {
  width: 100%;
  height: 100%;
}

/*  */

.video_section {
  width: 100%;
  padding: 60px 0px;
  background: #E7F2F4;
}

.video_types {
  width: 100%;
  padding: 24px;
  background: #FFFFFF;
}

.video_types .vt_row {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #0000001A;
  padding-bottom: 10px;
}

.video_types .vt_row .vt_title {
  margin-bottom: 0px;
  font-weight: 700;
  font-size: 24px;
  letter-spacing: -0.02em;
  color: #111111;
}

.video_types .vt_row a {
  font-weight: 500;
  font-size: 18px;
  letter-spacing: -0.02em;
  color: rgba(17, 17, 17, 0.3);
}

.vtList {
  padding-top: 10px;
}

.checkbox_custom {
  width: 100%;
  display: block;
  margin-bottom: 20px;
}

.checkbox {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  font-size: 18px;
  line-height: 24px;
  -webkit-user-select: none;
  color: #111111 !important;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-bottom: 10px;
  margin-left: 0px;
}

.checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  top: 2px;
  left: 0;
  height: 18px;
  width: 18px;
  background: #FFFFFF;
  border: 2px solid #11111133;
  border-radius: 4px;
}

.checkmark::after {
  display: none;
  content: "";
  position: absolute;
  left: 5px;
  top: 1px;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

input:checked~.checkmark::after {
  display: block;
}

input:checked~.checkmark {
  background: #167A87;
}

.checkbox:has(input:checked) {
  font-weight: 600;
}

.vs_top_row {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}

.vs_top_row h3 {
  font-weight: 700;
  font-size: 32px;
  letter-spacing: -0.02em;
  text-transform: capitalize;
  color: #111111;
  margin-bottom: 0px;
}

.vs_top_row .form-group select {
  font-weight: 600;
  font-size: 18px;
  letter-spacing: -0.02em;
  color: #111111;
  padding: 8px 16px;
  padding-right: 32px;
  background-color: #FFFFFF;
  border: 1px solid rgba(17, 17, 17, 0.1);
  border-radius: 8px;
  box-shadow: none !important;
}

.cc_outer_block {
  width: 100%;
  height: 100%;
  padding-bottom: 10px;
}

.common_card .cc_img {
  max-width: 450px;
  height: 252px;
  width: 100%;
}

.common_card .cc_img img,
.common_card .cc_img video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/*  */

.video_box {
  width: 100%;
  height: 500px;
  margin-bottom: 20px;
}

.video_box video,
.video_box img,
.video_box iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* subscribe modal */

.modal-dialog {
  max-width: 448px !important;
}

.modal-content {
  border-radius: 20px 20px 20px 0px;
  border: none !important;
}

.modal-header {
  border: none;
  padding: 20px;
}

.modal-header .modal-title {
  font-size: 28px;
  line-height: 30px;
  text-align: center;
  color: #007D89;
  font-weight: bold;
  width: 100%;
}

.modal-header .btn-close {
  position: absolute;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid #FFFFFF;
  background: #000;
  right: -15px;
  top: -15px;
  margin: 0 !important;
  padding: 0 !important;
  opacity: 1 !important;
  font-size: 14px;
  color: #fff !important;
}

.modal-body {
  padding: 0px 40px 30px;
}

.modal-body .form-group {
  margin-bottom: 25px;
}

.modal-body .form-group label {
  font-size: 12px;
  font-weight: 500;
  line-height: 24px;
  color: #000;
  margin-bottom: 0px;
}

.modal-body .form-group .form-control {
  width: 100%;
  box-shadow: none !important;
  border: 1px solid #00000033 !important;
  border-radius: 4px;
  background-color: transparent;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  color: #111111;
  padding: 14px 18px;
}

.modal-body .form-group .form-control::placeholder {
  color: #87909E;
}

.subscribe_btn {
  width: 100%;
  display: block;
  background: #167A87;
}

/* leader profile page */

.leader_profile_page {
  display: block;
  padding: 50px 0px;
  width: 100%;
  background: #fff;
  /* min-height: 80vh; */
}

.leader_profile_page .fetlp_card {
  height: 100%;
  padding: 0px !important;
  padding-right: 35px !important;
}

.leader_profile_page .fetlp_card .feltpc_img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border: 1px solid #167A87;
}

.leader_profile_page .fetlp_card .feltpc_img img {
  border-radius: 50%;
}

.leader_profile_page .fetlp_card p.feltpc_text {
  margin-bottom: 0 !important;
}

.leader_profile_page .fetlp_card_outer {
  padding-bottom: 0px !important;
}

.featured-content {
  padding-top: 50px;
}

.featured-content h2 {
  font-weight: 700;
  font-size: 48px;
  letter-spacing: -0.035em;
  color: #fff;
  margin-bottom: 30px;
}

.video_card_block {
  padding: 0px 10px 0px;
  width: 100%;
  height: 250px;
}

.video_card_block a {
  display: block;
  width: 100%;
  height: 100%;
}

.video_card_block a img {
  object-fit: cover;
}

.leader_profile_page .fetlp_card .feltpc_top_row {
  margin-bottom: 16px;
}

.uservideo {
  width: 100%;
  display: block;
  height: 342px
    /* 700px */
  ;
}

.uservideo iframe {
  width: 100%;
  height: 100%;
}

/*  */

.common_banner_section p {
  font-weight: 600;
  font-size: 20px;
  letter-spacing: -0.035em;
  color: #FFFFFF;
  margin-bottom: 10px;
}

.user_profile_page {
  width: 100%;
  display: block;
  padding: 50px 0px;
  background: #E7F2F4;
  border-top: 1px solid #0000001A;
}

.profile_form_block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: relative;
  align-items: flex-start;
}

.profile_form_block .pfb_left_block {
  width: 50%;
}

.profile_form_block .common_form_block {
  background: #FFFFFF;
  border: 1px solid rgba(17, 17, 17, 0.1);
  border-radius: 8px;
  height: 100%;
  padding: 24px;
  margin-bottom: 20px;
}

.profile_form_block .common_form_block .form_field_cotnent {
  display: flex;
}

.profile_form_block .pfb_right_block {
  width: 50%;
  padding-left: 30px;
}

.form_items {
  width: 100%;
  flex: 1;
}

.common_form_block .user_img {
  border: 6px solid #cef5fa;
  background: #167A87;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  position: relative;
  margin: 0px auto;
  margin-left: 40px;
}

.common_form_block h4 {
  font-weight: 700;
  font-size: 24px;
  letter-spacing: -0.02em;
  text-transform: capitalize;
  color: #111111;
  margin-bottom: 20px;
}

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

.common_form_block .form-group .form-label {
  font-size: 16px;
  letter-spacing: -0.03em;
  color: #121212;
  margin-bottom: 5px;
}

.common_form_block .form-group .form-control {
  font-size: 18px;
  box-shadow: none !important;
  border-radius: 0px;
  padding: 14px 24px;
  letter-spacing: -0.03em;
  color: #121212;
  border: 2px solid #11111133 !important;
  background-color: transparent !important;
}

.common_form_block .form-group .form-control::placeholder {
  opacity: 0.6;
}

.common_form_block .save_btn {
  max-width: 100%;
  justify-content: flex-start;
  border-radius: 0px !important;
  padding: 14px 24px;
  width: 100%;
}

.common_form_block .upload_img {
  background: #167A87;
  border: 2px solid #ffffff;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: absolute;
  bottom: 5px;
  right: 5px;
  padding: 2px;
}

.common_form_block .upload_img img {
  width: 18px;
  height: 18px;
  object-fit: contain;
  object-position: center;
  border-radius: 0px !important;
}

.common_form_block .user_img img {
  border-radius: 50%;
  object-fit: cover;
}

.common_form_block .upload_img input {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}


.pfb_right_block ul {
  list-style: none !important;
  margin-bottom: 0;
  padding-left: 0px !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.pfb_right_block ul li {
  max-width: 45%;
  width: 100%;
  border-radius: 10px;
  background: #f3f3f3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 11px 10px;
  margin-right: 10px;
  margin-bottom: 10px;
}

.pfb_right_block ul li p {
  font-size: 12px;
  color: #191825;
  width: 160px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.switch {
  position: relative;
  display: inline-block;
  width: 51px;
  height: 31px;
  margin-bottom: 0px !important;
  box-shadow: none !important;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.16);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  box-shadow: none !important;
}

input:checked+.slider {
  background-color: #167A87;
}

.slider.round {
  border-radius: 34px;
}

.slider::before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 2px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  box-shadow: 0px 3px 1px 0px #0000000f;
}

.slider.round::before {
  border-radius: 50%;
}

input:checked+.slider::before {
  -webkit-transform: translateX(21px);
  -ms-transform: translateX(21px);
  transform: translateX(21px);
}



/* new leader_profile_page  */

.leader_profile_page .fetlp_card .feltpc_info .user_name {
  font-weight: 600;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: -0.48px;
  color: #007D89;
}

.leader_profile_page .fetlp_card .feltpc_info {
  padding-left: 24px;
}

.leader_profile_page .fetlp_card .feltpc_info .feltpc_connect {
  margin-bottom: 8px;
}

.feltpc_userpost {
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  color: #167A87;
  margin-bottom: 12px;
}

.leader_profile_page .about_title {
  font-weight: 600;
  font-size: 20px;
  letter-spacing: -0.02em;
  text-transform: capitalize;
  color: #111111;
  margin-bottom: 12px;
}

.leader_profile_page .about_info {
  background: #F3F3F3;
  padding: 20px;
  max-height: 152px;
  overflow-y: auto;
}

.featured_content_section {
  width: 100%;
  display: block;
  padding: 10px 0px;
  background: linear-gradient(180deg, #FFFFFF 47.6%, #F3F3F3 47.61%);
}

.feature_card_outer {
  width: 100%;
  display: block;
  height: 100%;
  padding-bottom: 24px;
  padding-left: 5px;
  padding-right: 5px;
}

.feature_card {
  width: 100%;
  box-shadow: 0px 1px 3px 0px #0000001A;
  background: #FFFFFF;
  height: 100%;
}

.feature_card_img {
  width: 100%;
  height: 200px;
  position: relative;
}

.feature_card_img .fci_tag {
  padding: 4px 12px;
  background: #167A87;
  border-radius: 0px;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  color: #FFFFFF;
  position: absolute;
  border-radius: 30px;
  top: 10px;
  left: 10px;
}

.feature_card_img img {
  object-fit: cover;
}

.feature_card_body {
  padding: 20px;
}

.feature_card_body .fcb_user {
  font-size: 14px;
  line-height: 21px;
  color: #666666;
  display: flex;
  align-items: center;
}

.feature_card_body .fcb_user img {
  width: 16px;
  height: 16px;
  margin-right: 8px;
}

.feature_card .fcb_title {
  font-weight: 600;
  font-size: 20px;
  letter-spacing: -0.02em;
  text-transform: capitalize;
  color: #111111;
  margin-bottom: 8px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  /* Number of lines to show */
  line-clamp: 1;
  /* Standard property (currently with less support than prefixed version) */
  -webkit-box-orient: vertical;
}

.feature_card .fcb_desc {
  font-size: 14px;
  line-height: 21px;
  color: #666666;
  margin-bottom: 8px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  /* Number of lines to show */
  line-clamp: 1;
  /* Standard property (currently with less support than prefixed version) */
  -webkit-box-orient: vertical;
}

.feature_card .learnbtn {
  font-weight: 700;
  font-size: 14px;
  line-height: 21px;
  text-align: center;
  color: #007D89;
  margin-bottom: 0px;
  padding: 0px;
  display: inline-flex;
  gap: 10px;
  align-items: center;
  box-shadow: none !important;
  border: none !important;
}

.feature_card .learnbtn img {
  width: 16px;
  height: 100%;
  object-fit: cover;
}

.feature_card .learnbtn:hover {
  text-decoration: underline !important;
}

.highlighted_events_section {
  width: 100%;
  display: block;
  padding: 10px 0px 30px;
  background: #F3F3F3;
}

.highlighted_events_section .highlighted_heading {
  font-weight: 600;
  font-size: 36px;
  line-height: 54px;
  letter-spacing: -0.54px;
  color: #007D89;
  font-family: "Plus Jakarta Sans", sans-serif;
  margin-bottom: 25px;
}

.hes_card_outer {
  padding-bottom: 20px;
}

.hes_card {
  box-shadow: 0px 1px 2px -1px #0000001A;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.hes_image_block {
  width: 200px;
}

.hes_image_block img {
  width: 100%;
  height: 100%;
}

.hes_card_body {
  padding: 20px;
  width: 100%;
  flex: 1;
}

.hes_card_body .hes_title {
  font-weight: 600;
  font-size: 20px;
  letter-spacing: -0.02em;
  text-transform: capitalize;
  color: #111111;
  margin-bottom: 12px;
}

.hes_card_body .hes_info {
  font-size: 14px;
  line-height: 21px;
  color: #666666;
  display: flex;
  gap: 8px;
  align-items: center;
  margin-bottom: 10px;
}

.hes_card_body .hes_info img {
  width: 16px;
  height: 16px;
  object-fit: contain;
}

.hes_card_body .hes_info a,
.hes_card_body .hes_info span {
  width: 100%;
  flex: 1;
}

.hes_card_body .hes_decription {
  font-size: 14px;
  line-height: 21px;
  color: #666666;
  margin-bottom: 0px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /* Number of lines to show */
  line-clamp: 3;
  /* Standard property (currently with less support than prefixed version) */
  -webkit-box-orient: vertical;
}

.related_content_section {
  width: 100%;
  display: block;
  padding: 10px 0px 30px;
  background: #F3F3F3;
}

.related_content_section .rcs_heading_block {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 54px;
  letter-spacing: -0.54px;
  color: #167A87;
  margin-bottom: 25px;
}

.feature_card_body .fcb_user .color_text {
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  color: #007D89;
}

.feature_card_body .fcb_user .dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  margin: 0px 5px;
  display: inline-block;
  background: #999999;
}

.featured_content_section .slick-custom-arrow {
  filter: invert(1);
}


/* dashboard_page */

.dashboard_page {
  width: 100%;
  display: block;
  padding: 50px 0px;
  background: #E7F2F4;
  border-top: 1px solid #0000001A;
}

.dashboard_page .fes_heading {
  color: #007D89;
}

/*  */

.not_found_block {
  width: 100%;
  margin: 20px auto;
  display: flex;
  align-items: center;
  min-height: 50vh;
  padding: 50px;
  background: #fff;
}

.nfb_content {
  width: 50%;
}

.nfbc_heading {
  font-size: 30px;
  line-height: 38px;
  font-weight: bold;
  color: #167A87;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.nfb_content p {
  font-size: 16px;
  line-height: 24px;
  color: #191825;
  margin-bottom: 0px;
}

.nfb_img {
  max-width: 300px;
  height: 300px;
  width: 100%;
  margin: 0px auto;
}

.nfb_img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

/*  */

.slick-custom-arrow {
  width: 30px;
  height: 30px;
  background: transparent;
  box-shadow: none !important;
  border: 1px solid #fff;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  padding: 4px;
  position: absolute;
  z-index: 1;
  align-items: center;
  justify-content: center;
  display: flex;
}

.slick-custom-arrow.slick-prev {
  left: -30px;
}

.slick-custom-arrow.slick-next {
  right: -30px;
}


.leader_profile_page .not_found_block {
  max-width: 750px;
}

.dashboard_page .not_found_block {
  max-width: 750px;
}

.dashboard_page .common_card .cc_img {
  height: 225px;
}

.video_card_block {
  height: 225px;
}

/*  */

.terms_privacy_page {
  width: 100%;
  display: block;
  min-height: 75vh;
  background: #E7F2F4;
  padding: 25px 0px;
}

.privacy_block,
.teams_block {
  margin: 35px auto;
  background: #fff;
  padding: 24px;
}

.terms_privacy_page .page_name {
  font-weight: 700;
  font-size: 48px;
  letter-spacing: -0.035em;
  color: #007D89;
  margin-bottom: 10px;
  text-align: center;
}

.terms_privacy_page .date {
  font-weight: 700;
  font-size: 18px;
  line-height: 33px;
  color: #17A5B0;
  margin-bottom: 10px;
  text-align: center;
}

.tpp_box {
  width: 100%;
  display: block;
  margin-bottom: 30px;
}

.tpp_box:last-child {
  margin-bottom: 0px;
}

.tpp_box .tppb_title,
.tpp_box h5 {
  font-weight: 700;
  font-size: 24px;
  line-height: 33px;
  color: #000000;
  margin-bottom: 10px;
}

.tpp_box p,
.tpp_box .tppb_desc {
  font-size: 14px;
  letter-spacing: -0.035em;
  color: #000000;
  margin-bottom: 0px;
}

/*  */

.choices {
  flex: 1;
}

.choices__inner {
  background-color: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  min-height: 59px;
  overflow: hidden;
  font-size: 18px;
  color: #121212;
  border-right: 1px solid #00000033 !important;
}

.choices__list--single {
  padding: 9px !important;
  padding-right: 50px !important;
}

.choices[data-type*="select-one"]::after {
  background-image: url(../images/downarrow.svg);
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: right center;
  width: 30px;
  height: 30px;
  border: none !important;
  right: 18px !important;
  transform: translateY(-50%);
  margin-top: 0 !important;
}

.choices__list--dropdown .choices__item--selectable.is-highlighted,
.choices__list[aria-expanded] .choices__item--selectable.is-highlighted {
  background-color: #007D89 !important;
  color: #fff !important;
}

.choices__list--dropdown .choices__item--selectable[data-select-text]::after,
.choices__list[aria-expanded] .choices__item--selectable[data-select-text]::after {
  display: none;
}

.choices__list--dropdown .choices__item,
.choices__list[aria-expanded] .choices__item {
  padding: 10px !important;
}

/* Sponsors page */

.sponsor_banner_section {
  width: 100%;
  display: block;
  background: url(../images/Sponsorsbg.png) no-repeat;
  background-position: top center;
  background-size: cover;
  padding: 90px 0px;
}

.sbs_heading {
  width: 100%;
  display: block;
  border-bottom: 1px solid #FFFFFF;
  padding-bottom: 24px;
  margin-bottom: 24px;
}

.sbs_heading img {
  max-width: 370px;
  height: 40px;
  width: 100%;
  object-position: left;
}

.sbs_content_block .sbscb_title {
  font-family: "Urbanist", sans-serif;
  font-weight: 700;
  font-size: 48px;
  letter-spacing: -0.035em;
  color: #FFFFFF;
  margin-bottom: 24px;
}

.sbs_content_block .sbscb_description {
  font-size: 18px;
  letter-spacing: -0.035em;
  color: #FFFFFF;
  margin-bottom: 24px;
  text-wrap: balance;
}

.sponsor_banner_section .common_btn {
  font-weight: 700;
  font-size: 16px;
  letter-spacing: -0.035em;
  color: #FFFFFF !important;
  border: 2px solid #FFFFFF !important;
  padding: 6px 20px;
  background: transparent !important;
}

.sbs_image_block {
  max-width: 480px;
  width: 100%;
  margin-left: auto;
  height: 419px;
  border-radius: 16px;
}

.sbs_image_block img {
  object-fit: cover;
  border-radius: 16px;
}

.providers_section {
  width: 100%;
  display: block;
  background: #F2F2F2;
  padding: 60px 0px;
}

.ps_images_block {
  max-width: 516px;
  width: 100%;
  width: 100%;
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.ps_images_block .psib_img {
  width: 250px;
  height: 218px;
  border-radius: 16px;
}

.ps_images_block .psib_img img {
  border-radius: 16px;
  object-fit: cover;
}

.ps_images_block .psib_img:nth-child(3) {
  width: 100%;
}

.ps_content_block .pscb_title {
  font-weight: 700;
  font-size: 40px;
  letter-spacing: -0.033em;
  color: #000000;
  margin-bottom: 8px;
}

.ps_content_block .pscb_description {
  font-size: 18px;
  letter-spacing: -0.033em;
  color: #000000;
  margin-bottom: 24px;
}

.ps_content_block ul {
  margin-bottom: 24px;
  padding-left: 20px;
}

.ps_content_block ul li {
  font-size: 18px;
  letter-spacing: -0.033em;
  color: #000000;
}

.providers_section .common_btn {
  font-weight: 700;
  font-size: 16px;
  letter-spacing: -0.035em;
  color: #000 !important;
  border: 2px solid #000 !important;
  padding: 6px 20px;
  background: transparent !important;
}

.providers_section .common_btn img {
  filter: invert(1);
}

/*  */

.regeneron_supports_section {
  background: linear-gradient(86.59deg, rgba(0, 0, 0, 0.85) 54.46%, rgba(39, 39, 39, 0.85) 99.69%), url(../images/Regeneron_Pharmaceuticals.jpg) no-repeat;
  background-position: center -140px;
  background-size: cover;
  padding: 60px 0px;
  width: 100%;
  display: block;
}

.regeneron_content_block .rcb_title {
  font-family: "Urbanist", sans-serif;
  font-weight: 700;
  font-size: 32px;
  margin-bottom: 16px;
  letter-spacing: -0.035em;
  color: #FFFFFF;
}

.regeneron_content_block .common_btn {
  font-weight: 700;
  font-size: 16px;
  letter-spacing: -0.035em;
  color: #FFFFFF !important;
  border: 2px solid #FFFFFF !important;
  padding: 6px 20px;
  background: transparent !important;
}

.imagelogo_block {
  max-width: 542px;
  width: 100%;
  height: 74px;
  margin-left: auto;
}



/* responsive view */
@media (min-width: 1200px) and (max-width: 1300px) {

  .mcs_heading_row .mcs_heading {
    padding-right: 40px;
  }

  header .sitelogo {
    width: 220px;
    height: 66px;
  }

  header {
    padding: 15px 12px;
  }

  header ul.nav li a.nav-link {
    font-size: 14px;
  }


}



@media (min-width: 1200px) {
  .banner_video_block {
    left: 312px;
  }
}

@media (min-width: 1400px) {
  .banner_video_block {
    left: 218px;
  }
}

@media (max-width: 1300px) {

  .slick-custom-arrow.slick-prev {
    left: 7px;
  }

  .slick-custom-arrow.slick-next {
    right: 0;
  }

  .slick-custom-arrow {
    top: auto;
    transform: unset;
    bottom: -40px;
    left: 40px;
  }

  .featured_content_section {
    padding-bottom: 55px;
  }

  .featured-content {
    padding-bottom: 20px;
  }



}

@media (min-width: 1680px) {}

@media (min-width: 2100px) {}

@media (min-width: 1700px) {}

@media (max-width: 1199px) {

  body {
    padding-top: 90px !important;
  }

  header {
    padding: 10px;
  }

  .bs_content .bs_sub_title {
    font-size: 16px;
    max-width: 250px;
  }

  .bs_content .bs_title {
    font-size: 46px;
  }

  .bs_image_div .section-logo {
    width: 130px;
    height: 130px;
    margin-right: 16px;
  }

  .bs_content p {
    font-size: 18px;
  }

  .common_btn {
    font-size: 16px;
    padding: 8px 20px;
  }

  .common_btn img {
    margin-left: 10px;
  }

  .bsuser_inner_block {
    padding: 20px;
  }

  .bsuser_block .bsutext {
    font-size: 16px;
    padding-left: 12px;
  }

  .bsuser_block .bsu_image img {
    width: 42px;
    height: 42px;
  }

  .bsuser_block .bsu_image .tlf_total {
    width: 42px;
    height: 42px;
  }

  .bsuser_block .bsu_image {
    max-width: fit-content;
  }

  .bsuser_block {
    max-width: 335px;
  }

  .bs_content {
    max-width: 520px;
  }

  .banner_section {
    padding: 60px 0px;
    min-height: auto;
  }

  .banner_video_block {
    top: -30px;
    left: 200px;
    width: 100%;
    height: 100%;
  }

  .mission_community_section {
    padding: 35px 0px 35px;
  }

  .searching_block h3 {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .searching_block .search_form .input-group-text {
    padding-left: 15px;
  }

  .searching_block .search_form .form-select {
    font-size: 16px;
    padding-right: 35px;
    background-size: 22px;
    background-position: right 10px center;
  }

  .searching_block .form-control {
    font-size: 16px;
  }

  .searching_block .search_form .connect_btn {
    font-size: 16px;
    padding: 10px;
  }

  .choices__inner {
    font-size: 16px;
    min-height: 54px;
  }

  .choices[data-type*="select-one"]::after {
    background-size: contain;
    width: 22px;
    height: 22px;
    right: 12px !important;
  }

  .searching_block .search_form {
    height: auto;
  }

  .mcs_heading_row .mcs_heading {
    font-size: 42px;
  }

  .mcs_inner_card .mcscb_text {
    font-size: 16px;
  }

  .mcs_inner_card .mcscb_title {
    font-size: 20px;
  }

  .explore_events_section {
    padding: 40px 0px 20px;
  }

  .ees_heading_row .ees_title {
    font-size: 42px;
  }

  .ees_heading_row {
    margin-bottom: 20px;
  }

  .ees_heading_row .btnrow .btn {
    margin-left: 12px;
  }

  .event_card_inner .event_date {
    font-size: 14px;
    margin-bottom: 12px;
  }

  .event_card_inner .event_name {
    font-size: 20px;
    line-height: 29px;
    margin-bottom: 12px;
  }

  .event_card_inner .event_location {
    font-size: 14px;
  }

  .event_card_inner .event_location img {
    width: 20px;
    height: 20px;
    margin-right: 6px;
  }

  .event_card_inner .event_register {
    padding: 8px 20px;
    font-size: 16px;
    line-height: 30px;
  }

  .event_card_inner {
    padding: 20px;
  }

  .featured_educators_section {
    padding: 40px 0px 20px;
  }

  .fes_card .fes_title {
    font-size: 20px;
    line-height: 29px;
  }

  .fes_card {
    padding: 20px;
  }

  .fes_card .fes_connect {
    font-size: 14px;
  }

  .fes_card .fes_connect img {
    width: 20px;
    height: 20px;
    margin-right: 5px;
  }

  .fes_heading_row .fes_heading {
    font-size: 42px;
  }

  .latest_news_blogs_section {
    padding: 45px 0px;
  }

  .lnbs_heading_row .lnbs_heading {
    font-size: 42px;
  }

  .blog_card .bb_title {
    font-size: 20px;
  }

  .blog_card .blog_intro {
    font-size: 14px;
  }

  .blog_card .learnbtn {
    font-size: 16px;
  }

  .blog_card .blg_type {
    padding: 6px 12px;
  }

  .blog_card {
    padding: 20px;
    margin-bottom: 20px;
  }

  .blog_card .blog_img {
    width: 150px;
    height: 150px;
  }

  .footer_top_row {
    padding: 15px 0px;
  }

  .footer_top_row .subscribe_block p {
    font-size: 14px;
  }

  .footer_top_row .sub_btn {
    font-size: 14px;
    min-width: 150px;
  }

  .footer_top_row .sitelogo {
    max-width: 340px;
  }

  .footer_menu_row {
    padding: 30px 0px;
  }

  .footer_menu_row ul.nav {
    padding: 10px 0px !important;
    margin-bottom: 20px;
  }

  .footer_menu_row ul.nav li a.nav-link {
    font-size: 16px;
  }

  .footer_menu_row ul.nav li.connectlink a {
    padding: 10px 20px;
  }

  .social_icons {
    padding: 12px 0px;
  }

  .social_icons li {
    margin: 0px 30px;
  }

  .footer_bottom_row .copyright_text {
    font-size: 14px;
  }

  .footer_bottom_row .fbr_ul li a {
    font-size: 16px;
    line-height: 17px;
  }

  .tlp_map_block {
    padding-top: 30px;
  }

  .tlp_map_block h6 {
    font-size: 20px;
  }

  .fetlp_card_outer {
    padding-bottom: 20px;
  }

  .fetlp_card .feltpc_info .feltpc_connect {
    font-size: 14px;
  }

  .fetlp_card {
    padding: 20px;
  }

  .fetlp_card .feltpc_top_row {
    margin-bottom: 20px;
  }

  .fetlp_card .feltpc_img {
    width: 90px;
    height: 90px;
  }

  .fetlp_card .feltpc_info .user_name {
    font-size: 18px;
    line-height: 30px;
  }

  .fetlp_card .feltpc_info .feltpc_connect img {
    width: 20px;
    height: 20px;
    margin-right: 5px;
  }

  .fetlp_card p.feltpc_text {
    font-size: 14px;
    margin-bottom: 12px;
  }

  .fetlp_card .learnbtn {
    font-size: 16px;
  }

  .fetlp_card .learnbtn img {
    margin-left: 5px;
  }

  .fe_tlp_section {
    padding: 30px 0px 35px;
  }

  .common_banner_section {
    padding: 45px 0px 35px;
  }

  .common_banner_section h1 {
    font-size: 42px;
  }

  .common_banner_section .breadcrumb li {
    font-size: 14px;
    line-height: 17px;
  }

  .common_banner_section .breadcrumb li a {
    font-size: 14px;
    line-height: 17px;
  }

  .events_page {
    padding: 35px 0px;
  }

  .ep_heading {
    font-size: 42px;
  }

  .meb_content_block h3 {
    font-size: 28px;
    margin-bottom: 15px;
  }

  .meb_content_block p {
    font-size: 16px;
    margin-bottom: 15px;
  }

  .meb_content_block .date_address_row {
    font-size: 16px;
    margin-bottom: 15px;
  }

  .main_event_block .register_btn {
    width: 190px;
    font-size: 16px;
    line-height: 30px;
    padding: 6px 20px;
  }

  .main_event_block {
    min-height: 340px;
    padding: 24px;
    margin-bottom: 25px;
  }

  .ncse_block .date_block {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 20px;
  }

  .ncsebc_left_block .ncs_date {
    font-size: 16px;
  }

  .ncsebc_left_block .ncs_name {
    font-size: 20px;
  }

  .ncsebc_left_block .ncs_location {
    font-size: 16px;
  }

  .ncsebc_left_block .ncs_location img {
    width: 20px;
    height: 20px;
  }

  .ncsebc_left_block .register_btn {
    width: 190px;
    font-size: 16px;
    line-height: 30px;
    padding: 6px 20px;
  }

  .latest_news_section {
    padding: 35px 0px;
  }

  .blog_card .blog_body {
    padding-left: 25px;
  }

  .articles_detail_section {
    padding: 35px 0px;
  }

  .detail_content_block {
    padding: 24px;
  }

  .detail_content_block .dcb_title {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .detail_content_block .dcb_scadule div span {
    font-size: 16px;
  }

  .detail_content_block .dcb_scadule .by_text {
    font-size: 16px;
  }

  .detail_content_block .dcb_scadule {
    margin-bottom: 20px;
  }

  .detail_content_block .dcb_scadule div {
    margin-right: 25px;
  }

  .resources_block {
    padding: 20px;
    margin-bottom: 20px;
  }

  .resources_block .rb_title {
    font-size: 16px;
    margin-bottom: 12px;
  }

  .resources_block .rb_img {
    max-width: 230px;
    height: auto
      /* 290px */
    ;
    margin-bottom: 12px;
  }

  .categories_block {
    padding: 20px;
  }

  .categories_block .cb_title {
    font-size: 16px;
    margin-bottom: 12px;
  }

  .cb_list li a,
  .cb_list li span {
    font-size: 16px;
  }

  .cb_list li {
    padding: 5px;
  }

  .detail_content_block .dcb_scadule div img {
    width: 20px;
    height: 20px;
  }

  .about_us_page .common_banner_section {
    padding: 40px 0px;
  }

  .about_us_page .cbs_sub_title {
    font-size: 28px;
  }

  .about_us_page .mcs_heading_row .mcs_txt {
    font-size: 16px;
  }

  .mcs_heading_row {
    padding: 35px 0px;
  }

  .engage_experts_region_section {
    padding: 35px 0px;
  }

  .eers_content_block .eers_title {
    font-size: 32px;
  }

  .eers_content_block .eers_text {
    font-size: 16px;
  }

  .tecs_content_block .tecs_title {
    font-size: 32px;
  }

  .tecs_content_block .tecs_text {
    font-size: 16px;
  }

  .tecs_content_block {
    max-width: 460px;
  }

  .tecs_image_block {
    width: 92%;
  }

  .form_block h1 {
    font-size: 42px;
    margin-bottom: 20px;
  }

  .form_block p {
    font-size: 20px;
  }

  .form_block .form_row .form-control {
    font-size: 16px;
    padding: 12px 16px;
  }

  .form_block .form_row {
    margin-bottom: 20px;
    max-width: 595px;
  }

  .auth_page {
    padding: 15px 0px 30px;
  }

  .signup_content_row .scr_box {
    width: 20%;
    padding: 0px 15px 15px;
  }

  .signup_content_row .scr_box .scr_icon {
    width: 32px;
    height: 32px;
  }

  .signup_content_row .scr_box p {
    font-size: 14px;
  }

  .login_page .form-control {
    font-size: 16px;
    padding: 12px 16px;
  }

  .form_block .common_btn {
    padding: 10px 16px;
  }

  .form_block p.otherlinks {
    font-size: 14px;
  }

  .contact_us_page .form-control {
    font-size: 16px;
    padding: 12px 16px;
  }

  .contact_us_page .form_block h1 {
    font-size: 42px;
    margin-bottom: 20px;
  }

  .contact_us_page {
    padding: 15px 0px 35px;
  }

  .signup_content_row {
    padding-top: 20px;
  }

  .searching_block .search_form .input-group-text img {
    width: 20px;
    height: 20px;
  }

  .video_section {
    padding: 35px 0px;
  }

  .video_types .vt_row .vt_title {
    font-size: 20px;
  }

  .video_types .vt_row a {
    font-size: 16px;
  }

  .video_types {
    padding: 20px;
  }

  .checkbox {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 8px;
  }

  .vs_top_row h3 {
    font-size: 24px;
  }

  .vs_top_row .form-group select {
    font-size: 16px;
  }


  .detail_content_block p {
    font-size: 16px;
    margin-bottom: 18px;
  }

  .video_box {
    height: 440px;
  }

  .leader_profile_page {
    padding: 20px 0px 20px;
  }

  /* .uservideo { height: 600px;} */
  .featured-content {
    padding-top: 40px;
  }

  .featured-content h2 {
    font-size: 42px;
    margin-bottom: 25px;
  }

  .video_card_block {
    padding: 0px 5px 0px;
    height: 210px;
  }

  .user_profile_page {
    padding: 30px 0px;
  }

  .common_form_block h4 {
    font-size: 20px;
    margin-bottom: 15px;
  }

  .profile_form_block .common_form_block {
    padding: 18px;
  }

  .switch {
    height: 26px;
  }

  .slider::before {
    height: 20px;
    width: 20px;
  }

  .common_form_block .form-group .form-control {
    font-size: 16px;
    padding: 10px 18px;
  }

  .common_form_block .save_btn {
    padding: 10px 24px;
  }

  .common_form_block .user_img {
    margin-left: 25px;
  }

  .common_form_block .form-group .form-label {
    font-size: 14px;
  }

  .dashboard_page {
    padding: 30px 0px;
  }

  .not_found_block {
    min-height: auto;
    padding: 30px;
    background: #fff;
  }

  .common_card .cc_img {
    height: 215px;
  }

  .featured-content {
    padding-bottom: 30px;
  }

  .dashboard_page .common_card .cc_img {
    height: 195px;
  }

  .video_card_block {
    height: 195px;
  }

  .terms_privacy_page {
    padding: 5px 0px;
  }

  .terms_privacy_page .page_name {
    font-size: 42px;
  }

  .tpp_box .tppb_title,
  .tpp_box h5 {
    font-size: 20px;
    line-height: 28px;
  }

  .footer_top_row .sitelogo span {
    font-size: 24px;
  }

  .footer_top_row .sitelogo img {
    width: 86px;
    height: 86px;
    margin-right: 16px;
  }

  /*  */

  .sponsor_banner_section {
    padding: 35px 10px;
  }

  .sbs_heading {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }

  .sbs_heading img {
    max-width: 290px;
    height: auto;
  }

  .sbs_content_block .sbscb_title {
    font-size: 40px;
    margin-bottom: 20px;
  }

  .sbs_content_block .sbscb_description {
    font-size: 16px;
    margin-bottom: 20px;
  }

  .sbs_image_block {
    max-width: 450px;
    height: 380px;
  }

  .providers_section {
    padding: 45px 0px;
  }

  .ps_content_block .pscb_title {
    font-size: 32px;
  }

  .ps_content_block .pscb_description {
    font-size: 16px;
    margin-bottom: 20px;
  }

  .ps_content_block ul {
    margin-bottom: 20px;
  }

  .ps_content_block ul li {
    font-size: 16px;
  }

  .ps_images_block .psib_img {
    width: 235px;
    height: 202px;
  }

  .ps_images_block {
    max-width: 487px;
  }

  .regeneron_content_block .rcb_title {
    font-size: 26px;
  }

  .imagelogo_block {
    max-width: 428px;
    height: 59px;
  }

  .regeneron_supports_section {
    padding: 36px 0px;
  }

  /*  */
  .uservideo {
    height: 244px;
  }

  .leader_profile_page .fetlp_card {
    padding-right: 12px !important;
  }

  .leader_profile_page .fetlp_card .feltpc_info {
    padding-left: 18px;
  }

  .leader_profile_page .fetlp_card .feltpc_info .user_name {
    font-size: 26px;
    line-height: 34px;
  }

  .feltpc_userpost {
    font-size: 16px;
    line-height: 24px;
  }

  .feature_card .fcb_title {
    font-size: 18px;
  }

  .feature_card_body {
    padding: 16px;
  }

  .highlighted_events_section .highlighted_heading {
    font-size: 28px;
    line-height: 42px;
    margin-bottom: 18px;
  }

  .hes_card_body .hes_title {
    font-size: 18px;
  }

  .hes_card_body {
    padding: 16px;
  }

  .hes_card_body .hes_info {
    margin-bottom: 5px;
  }

  .related_content_section .rcs_heading_block {
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 18px;
  }

  .feature_card_body .fcb_user {
    margin-bottom: 8px;
  }

  .highlighted_events_section {
    padding: 10px 0px 20px;
  }





}

@media (max-width: 991px) {

  body {
    padding-top: 90px !important;
  }

  .banner_section {
    padding: 40px 0px 50px;
  }

  .banner_video_block {
    left: 270px;
  }

  .bsuser_inner_block {
    padding: 14px 20px;
  }

  .bsuser_block {
    max-width: 320px;
  }

  .bs_content {
    max-width: 440px;
  }

  .bs_content .bs_title {
    font-size: 36px;
  }

  .bs_content p {
    font-size: 16px;
  }

  .bs_content .bs_sub_title {
    font-size: 14px;
  }

  .mcs_heading_row .mcs_heading {
    font-size: 36px;
  }

  .common_btn {
    font-size: 14px;
    padding: 8px 17px;
  }

  .searching_block .search_form .form-select {
    font-size: 14px;
  }

  .searching_block .form-control {
    font-size: 14px;
  }

  .choices__inner {
    font-size: 14px;
  }

  .searching_block .search_form .connect_btn {
    font-size: 14px;
  }

  .mcs_heading_row .mcs_txt {
    font-size: 14px;
  }

  .mcs_inner_card .mcscb_title {
    font-size: 16px;
  }

  .mcs_inner_card .mcscb_text {
    font-size: 14px;
  }

  .mcs_inner_card .mcs_image {
    height: 165px;
  }

  .mcsvideo_block {
    width: 125%;
    height: 210px;
    top: -7%;
  }

  .mcs_inner_card .mcs_image .mcsi_block {
    height: 160px;
  }

  .ees_heading_row .ees_title {
    font-size: 36px;
  }

  .event_card_inner .event_register {
    font-size: 14px;
    line-height: 28px;
  }

  .fes_heading_row .fes_heading {
    font-size: 36px;
  }

  .lnbs_heading_row .lnbs_heading {
    font-size: 36px;
  }

  .footer_menu_row ul.nav li a.nav-link {
    font-size: 14px;
  }

  .footer_menu_row ul.nav li {
    margin: 0px 12px;
  }

  .footer_menu_row ul.nav li.connectlink a {
    padding: 8px 12px;
  }

  .footer_menu_row ul.nav li.connectlink a img {
    margin-left: 10px;
  }

  .tlp_map_block {
    padding-top: 20px;
  }

  .ep_heading {
    font-size: 36px;
  }

  .common_banner_section h1 {
    font-size: 36px;
  }

  .common_banner_section {
    padding: 35px 0px 30px;
  }

  .searching_block .search_form .connect_btn {
    min-width: 130px;
  }

  .event_card_inner .event_register img {
    width: 20px;
    height: 20px;
  }

  .latest_news_blogs_section {
    padding: 35px 0px;
  }

  .blog_card .bb_title {
    font-size: 18px;
  }

  .blog_card .learnbtn {
    font-size: 14px;
  }

  .blog_card .blog_body {
    padding-left: 20px;
  }

  .footer_top_row .subscribe_block {
    width: 56%;
  }

  .footer_top_row .subscribe_block p {
    max-width: 256px;
    margin-right: 10px;
  }

  .footer_top_row .sub_btn {
    font-size: 14px;
    min-width: 125px;
  }

  .social_icons li {
    margin: 0px 25px;
  }

  .footer_bottom_row .copyright_text {
    font-size: 12px;
  }

  .footer_bottom_row .fbr_ul li a {
    font-size: 14px;
    line-height: 15px;
  }

  .footer_menu_row {
    padding: 24px 0px;
  }

  .fetlp_card .learnbtn {
    font-size: 14px;
  }

  .events_page {
    padding: 30px 0px;
  }

  .meb_content_block {
    max-width: 450px;
  }

  .meb_content_block p {
    font-size: 14px;
    margin-bottom: 12px;
  }

  .meb_content_block h3 {
    font-size: 24px;
    margin-bottom: 12px;
  }

  .meb_content_block .date_address_row {
    font-size: 14px;
    margin-bottom: 13px;
  }

  .main_event_block .register_btn {
    font-size: 14px;
    line-height: 28px;
    width: 170px;
    border-radius: 12px;
  }

  .main_event_block .register_btn img {
    width: 20px;
    height: 20px;
    margin-right: 6px;
  }

  .ncse_block .date_block img {
    width: 20px;
    height: 20px;
  }

  .ncsebc_left_block .ncs_date {
    font-size: 14px;
  }

  .ncsebc_left_block .ncs_name {
    font-size: 18px;
  }

  .ncsebc_left_block .ncs_location {
    font-size: 14px;
  }

  .ncsebc_left_block .ncs_location img {
    width: 18px;
    height: 18px;
  }

  .ncsebc_left_block .register_btn {
    font-size: 14px;
    line-height: 28px;
    width: 170px;
    border-radius: 12px;
  }

  .ncsebc_left_block .register_btn img {
    width: 20px;
    height: 20px;
    margin-right: 6px;
  }

  .detail_content_block .dcb_title {
    font-size: 20px;
    margin-bottom: 18px;
  }

  .detail_content_block .dcb_scadule .by_text {
    font-size: 14px;
  }

  .detail_content_block .dcb_scadule div span {
    font-size: 14px;
  }

  .detail_content_block .dcb_scadule div img {
    width: 18px;
    height: 18px;
  }

  .detail_content_block {
    padding: 20px;
    margin-bottom: 20px;
  }

  .articles_detail_section {
    padding: 26px 0px;
  }

  .cb_list li a,
  .cb_list li span {
    font-size: 14px;
  }

  .about_us_page .cbs_sub_title {
    font-size: 24px;
  }

  .about_us_page .common_banner_section {
    padding: 30px 0px;
  }

  .about_us_page .mcs_heading_row .mcs_txt {
    font-size: 14px;
  }

  .eers_content_block .eers_title {
    font-size: 26px;
  }

  .eers_content_block .eers_text {
    font-size: 14px;
  }

  .eers_content_block {
    max-width: 100%;
    padding-right: 0px;
    margin-bottom: 20px;
  }

  .eers_map_block {
    margin: 0px auto;
  }

  .tecs_content_block .tecs_text {
    font-size: 14px;
  }

  .tecs_content_block .tecs_title {
    font-size: 26px;
  }

  .contact_us_page .form_block h1 {
    font-size: 36px;
  }

  .contact_us_page .form-control {
    font-size: 14px;
  }

  .form_block h1 {
    font-size: 36px;
  }

  .ap_content_block {
    display: block;
  }

  .form_block p {
    font-size: 18px;
  }

  .signup_page .form_block {
    text-align: center;
  }

  .form_block .form_row {
    margin: 0px auto 20px;
  }

  .auth_page .map_image {
    margin: 0px auto;
  }

  .signup_content_row {
    flex-wrap: wrap;
  }

  .signup_content_row .scr_box {
    width: 33.33%;
  }

  .signup_content_row .scr_box:nth-child(3) {
    border: none !important;
  }

  .signup_content_row .scr_box:last-child {
    border-right: 1px solid #FFFFFF33 !important;
  }

  .login_page .form-control {
    font-size: 14px;
  }

  .form_block .form_row .form-control {
    font-size: 14px;
  }

  .video_section {
    padding: 25px 0px;
  }

  .vtList {
    display: flex;
    flex-wrap: wrap;
  }

  .vtList>div {
    padding-right: 20px;
  }

  .video_types {
    margin-bottom: 20px;
    padding: 15px;
  }

  .video_types .vt_row .vt_title {
    font-size: 18px;
  }

  .video_types .vt_row a {
    font-size: 14px;
  }

  .checkbox {
    font-size: 14px;
    padding-left: 24px;
  }

  .vs_top_row .form-group select {
    font-size: 14px;
    padding: 6px 12px;
    padding-right: 32px;
  }

  .vs_top_row h3 {
    font-size: 20px;
  }

  .detail_content_block p {
    font-size: 14px;
    margin-bottom: 12px;
  }

  .video_box {
    height: 350px;
  }

  .leader_profile_page .fetlp_card .feltpc_img {
    width: 120px;
    height: 120px;
  }

  .uservideo {
    height: 450px;
  }

  .featured-content h2 {
    font-size: 36px;
    margin-bottom: 20px;
  }

  .profile_form_block {
    display: block;
  }

  .profile_form_block .pfb_left_block {
    width: 100%;
  }

  .common_form_block .form-group .form-label {
    font-size: 12px;
    margin-bottom: 2px;
  }

  .common_form_block .form-group .form-control {
    font-size: 14px;
    padding: 10px 15px;
  }

  .profile_form_block .pfb_right_block {
    width: 100%;
    padding-left: 0px;
  }

  .common_banner_section p {
    font-size: 18px;
  }

  .common_form_block h4 {
    font-size: 18px;
  }

  .nfbc_heading {
    font-size: 28px;
    line-height: 33px;
    margin-bottom: 12px;
  }

  .nfb_img {
    max-width: 260px;
    height: 250px;
  }

  .terms_privacy_page .page_name {
    font-size: 36px;
  }

  .terms_privacy_page .date {
    font-size: 16px;
    line-height: 21px;
  }

  .tpp_box .tppb_title,
  .tpp_box h5 {
    font-size: 18px;
    line-height: 26px;
  }

  .sbs_image_block {
    margin-left: 0;
  }

  .sbs_content_block {
    margin-bottom: 20px;
  }

  .sbs_content_block .sbscb_title {
    font-size: 32px;
    margin-bottom: 16px;
  }

  .sbs_content_block .sbscb_description {
    font-size: 14px;
    margin-bottom: 18px;
  }

  .providers_section {
    padding: 35px 0px;
  }

  .ps_content_block .pscb_title {
    font-size: 28px;
  }

  .ps_content_block ul li {
    font-size: 14px;
  }

  .ps_content_block .pscb_description {
    font-size: 14px;
    margin-bottom: 16px;
  }

  .ps_content_block ul {
    margin-bottom: 16px;
  }

  .ps_content_block {
    margin-bottom: 20px;
  }

  .regeneron_content_block .rcb_title {
    font-size: 20px;
  }

  .feature_card .fcb_title {
    font-size: 16px;
  }

  .hes_card_outer {
    padding-bottom: 20px;
  }

  .leader_profile_page .fetlp_card {
    padding-right: 0px !important;
  }

  .leader_profile_page .fetlp_card_outer {
    padding-bottom: 20px !important;
  }

}

@media (max-width: 767px) {

  .bs_content .bs_title {
    font-size: 32px;
  }

  .bs_image_div .section-logo {
    width: 105px;
    height: 105px;
    margin-right: 10px;
  }

  .bs_content p {
    font-size: 14px;
  }

  .bs_button_row .btn {
    margin-right: 10px;
  }

  .bsuser_block .bsutext {
    font-size: 14px;
  }

  .bsuser_block .bsu_image img {
    width: 36px;
    height: 36px;
  }

  .bsuser_block .bsu_image .tlf_total {
    width: 36px;
    height: 36px;
  }

  .bsuser_inner_block .circel_dot {
    width: 30px;
    height: 30px;
  }

  .bsuser_block {
    max-width: 280px;
  }

  .bs_content {
    max-width: 390px;
  }

  .mission_community_section {
    padding: 25px 0px 25px;
  }

  .searching_block h3 {
    font-size: 18px;
    margin-bottom: 15px;
  }

  .searching_block .search_form .input-group-text {
    padding-left: 10px;
  }

  .searching_block .search_form .connect_btn {
    padding: 8px;
  }

  .searching_block .search_form .connect_btn {
    min-width: 116px;
  }

  .searching_block .search_form .connect_btn img {
    width: 16px;
    height: 16px;
    margin-left: 6px;
  }

  .searching_block {
    margin-bottom: 16px;
  }

  .mcs_heading_row {
    padding: 20px 0px;
  }

  .mcs_heading_row .mcs_heading {
    font-size: 30px;
    margin-bottom: 5px;
  }

  .explore_events_section {
    padding: 30px 0px 15px;
  }

  .ees_heading_row .ees_title {
    font-size: 30px;
  }

  .ees_heading_row .btnrow {
    width: fit-content;
  }

  .ees_heading_row .btnrow .btn {
    margin-left: 8px;
  }

  .event_card_inner .event_name {
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 10px;
  }

  .event_card_inner .event_location {
    margin-bottom: 12px;
  }

  .event_card_inner {
    padding: 16px;
  }

  .event_card_inner .event_register {
    border-radius: 12px;
  }

  .fes_heading_row .fes_heading {
    font-size: 30px;
  }

  .fes_card .fes_title {
    font-size: 18px;
    line-height: 24px;
  }

  .featured_educators_section {
    padding: 30px 0px 20px;
  }

  .fes_card {
    padding: 16px;
  }

  .lnbs_heading_row .lnbs_heading {
    font-size: 30px;
  }

  .latest_news_blogs_section {
    padding: 25px 0px;
  }

  .lnbs_heading_row {
    margin-bottom: 20px;
  }

  .blog_card {
    padding: 15px;
    margin-bottom: 15px;
    height: auto;
  }

  .blog_card .bb_title {
    font-size: 16px;
  }

  .blog_card .blg_type {
    padding: 4px 12px;
  }

  .event_card_inner .event_register {
    line-height: 24px;
  }

  .common_btn {
    padding: 6px 17px;
  }

  .footer_top_row .sitelogo {
    max-width: 270px;
  }

  .footer_top_row .subscribe_block p {
    max-width: 216px;
    font-size: 12px;
  }

  .footer_top_row .sub_btn img {
    width: 10px;
    height: 10px;
    margin-left: 6px;
  }

  .footer_menu_row ul.nav li {
    margin: 0px 10px;
  }

  .footer_menu_row ul.nav li a.nav-link {
    font-size: 12px;
  }

  .footer_menu_row ul.nav li.connectlink a {
    padding: 6px 10px;
  }

  .footer_menu_row ul.nav li.connectlink a img {
    margin-left: 8px;
    width: 15px;
    height: 15px;
  }

  .footer_menu_row ul.nav {
    padding: 5px 0px !important;
    margin-bottom: 10px;
  }

  .social_icons {
    padding: 10px 0px;
  }

  .social_icons li {
    margin: 0px 18px;
  }

  .social_icons li a {
    width: 20px;
    height: 20px;
  }

  .footer_bottom_row {
    padding: 12px 0px;
  }

  .footer_bottom_row .fbr_ul li a {
    font-size: 12px;
    line-height: 12px;
  }

  .tlp_map_block h6 {
    font-size: 18px;
  }

  .fetlp_card {
    padding: 0;
  }

  .fetlp_card .feltpc_info .user_name {
    font-size: 16px;
    line-height: 24px;
  }

  .fetlp_card .feltpc_info .feltpc_connect img {
    width: 18px;
    height: 18px;
  }

  .fetlp_card .feltpc_top_row {
    margin-bottom: 15px;
  }

  .fe_tlp_section {
    padding: 25px 0px 25px;
  }

  .common_banner_section h1 {
    font-size: 30px;
  }

  .ep_heading {
    font-size: 30px;
  }

  .common_banner_section {
    padding: 25px 0px 25px;
  }

  .meb_content_block h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .main_event_block {
    min-height: 285px;
    padding: 20px;
  }

  .ncse_block .date_block img {
    width: 18px;
    height: 18px;
  }

  .ncsebc_left_block .ncs_name {
    font-size: 16px;
  }

  .ncseb_content_row {
    padding: 15px;
    margin-bottom: 18px;
  }

  .ncsebc_logo_block {
    max-width: 190px;
    height: 190px;
  }

  .blog_card .blog_img {
    width: 140px;
    height: 140px;
  }

  .latest_news_section .blog_card_outer {
    padding-bottom: 16px;
  }

  .latest_news_section {
    padding: 25px 0px;
  }

  .detail_content_block .dcb_title {
    font-size: 18px;
    margin-bottom: 15px;
  }

  .detail_content_block .dcb_scadule {
    margin-bottom: 15px;
  }

  .resources_block .rb_img {
    max-width: 100%;
  }

  .about_us_page .cbs_sub_title {
    font-size: 20px;
  }

  .about_us_page .common_banner_section {
    padding: 25px 0px;
  }

  .eers_content_block .eers_title {
    font-size: 22px;
  }

  .tecs_content_block .tecs_title {
    font-size: 22px;
  }

  .eers_map_block {
    width: 100%;
    height: 330px;
  }

  .contact_us_page .form_block h1 {
    font-size: 30px;
    margin-bottom: 15px;
  }

  .form_block h1 {
    font-size: 30px;
  }

  .form_block p {
    font-size: 16px;
  }

  .footer_menu_row ul.nav li.connectlink a img {
    vertical-align: text-bottom;
  }

  .modal-header .modal-title {
    font-size: 24px;
    line-height: 28px;
  }

  .modal-body .form-group .form-control {
    padding: 10px 15px;
  }

  .modal-body .common_btn {
    padding: 10px 17px;
  }

  .modal-body .form-group {
    margin-bottom: 18px;
  }

  .modal-dialog {
    max-width: 90% !important;
    margin: 0px auto;
  }

  .leader_profile_page .fetlp_card .feltpc_img {
    width: 100px;
    height: 100px;
  }

  .uservideo {
    height: 405px;
  }

  .featured-content h2 {
    font-size: 30px;
    margin-bottom: 20px;
  }

  .common_banner_section p {
    font-size: 16px;
  }

  .tlp_map_block h6 {
    margin-bottom: 40px !important;
  }

  .privacy_block,
  .teams_block {
    margin: 20px auto;
  }

  .tpp_box .tppb_title,
  .tpp_box h5 {
    font-size: 16px;
    line-height: 23px;
  }

  .terms_privacy_page .page_name {
    font-size: 30px;
  }

  .choices__list--single {
    padding: 7px !important;
    padding-right: 28px !important;
  }

  .choices__inner {
    min-height: 50px;
  }

  .footer_top_row .sitelogo span {
    font-size: 18px;
  }

  .footer_top_row .sitelogo img {
    width: 80px;
    height: 80px;
    margin-right: 10px;
  }

  .sbs_heading img {
    max-width: 203px;
  }

  .sbs_content_block .sbscb_title {
    font-size: 26px;
  }

  .ps_content_block .pscb_title {
    font-size: 24px;
  }

  .providers_section .common_btn {
    font-size: 14px;
  }

  .sponsor_banner_section .common_btn {
    font-size: 14px;
  }

  .regeneron_supports_section {
    padding: 28px 0px;
  }

  .regeneron_supports_section .common_btn {
    font-size: 14px;
  }

  .regeneron_content_block {
    margin-bottom: 20px;
  }

  .highlighted_events_section .highlighted_heading {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 14px;
  }

  .featured_content_section {
    padding: 18px 0px 55px;
  }

  .highlighted_events_section {
    padding: 10px 0px;
  }

  .related_content_section .rcs_heading_block {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 12px;
  }

  .related_content_section {
    padding: 10px 0px 20px;
  }


}

@media (max-width: 700px) {}

@media (max-width: 600px) {

  body {
    padding-top: 70px !important;
  }

  header .sitelogo {
    width: 190px;
    height: 45px;
  }

  .banner_section {
    padding: 25px 0px 35px;
  }

  .bs_content .bs_title {
    font-size: 28px;
  }

  .bs_content {
    max-width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .bs_content_block {
    display: block;
  }

  .bs_content .bs_sub_title {
    max-width: 200px;
  }

  .searching_block h3 {
    font-size: 16px;
    margin-bottom: 12px;
  }

  .mcs_heading_row .mcs_heading {
    font-size: 22px;
  }

  .searching_block .search_form form {
    width: 100%;
    display: block;
  }

  .searching_block .search_form .form-select {
    border: none !important;
    padding: 10px;
  }

  .searching_block .search_form .input-group {
    border-bottom: 1px solid #00000033 !important;
  }

  .searching_block .search_form .form-select {
    padding-right: 35px;
  }

  .searching_block .search_form .connect_btn {
    min-width: 100%;
    border-radius: 0;
  }

  .searching_block {
    margin-bottom: 5px;
  }

  .ees_heading_row {
    display: block;
  }

  .ees_heading_row .ees_title {
    font-size: 22px;
    margin-bottom: 12px;
  }

  .ees_heading_row .btnrow .btn {
    margin-left: 0;
    margin-right: 5px;
  }

  .common_btn {
    padding: 6px 12px;
  }

  .fes_heading_row .fes_heading {
    font-size: 22px;
  }

  .lnbs_heading_row .lnbs_heading {
    font-size: 22px;
  }

  .blog_card {
    display: block;
  }

  .blog_card .blog_img {
    margin-bottom: 12px;
  }

  .blog_card .blog_body {
    padding-left: 0px;
  }

  .footer_top_row .page_container {
    display: block;
  }

  /* .footer_top_row .sitelogo { margin: 0px auto 15px;} */
  .footer_top_row .subscribe_block {
    width: 100%;
    justify-content: center;
  }

  .footer_bottom_row .page_container {
    display: block;
  }

  .footer_bottom_row .copyright_text {
    font-size: 12px;
    text-align: center;
    margin-bottom: 15px;
  }

  .ees_heading_row .btnrow {
    display: block;
  }

  .ees_heading_row .btnrow .btn {
    margin-bottom: 10px;
  }

  .explore_events_section {
    padding: 25px 0px 15px;
  }

  .common_btn.viewbtn {
    max-width: 86px;
    width: 100%;
  }

  .blog_card .blog_img {
    width: 120px;
    height: 120px;
  }

  .footer_menu_row ul.nav li {
    margin: 0px 10px 10px;
  }

  .social_icons li {
    margin: 0px 12px;
  }

  .footer_top_row .sub_btn {
    font-size: 14px;
    min-width: 115px;
    padding: 10px;
    border-radius: 10px;
  }

  .tlp_map_block {
    padding-top: 10px;
  }

  .tlp_map_block h6 {
    font-size: 16px;
  }

  .tlp_map_block .map_block {
    height: 290px;
  }

  .tlp_map_block h6 {
    margin-bottom: 40px !important;
  }

  .fetlp_card .feltpc_img {
    width: 72px;
    height: 72px;
  }

  .fetlp_card .feltpc_info .feltpc_connect img {
    width: 16px;
    height: 16px;
  }

  .fetlp_card .feltpc_top_row {
    margin-bottom: 10px;
  }

  .fetlp_card_outer {
    padding-bottom: 15px;
  }

  .common_banner_section h1 {
    font-size: 22px;
  }

  .common_banner_section .breadcrumb li a,
  .common_banner_section .breadcrumb li {
    font-size: 12px;
    line-height: 15px;
  }

  .ep_heading {
    font-size: 22px;
  }

  .main_event_block {
    min-height: 285px;
    padding: 15px;
    background-position: left !important;
  }

  .meb_content_block h3 {
    font-size: 18px;
  }

  .main_event_block .register_btn {
    width: 150px;
    padding: 6px 12px;
  }

  .events_page {
    padding: 20px 0px;
  }

  .ncsebc_left_block .register_btn {
    width: 150px;
    padding: 6px 12px;
  }

  .ncseb_content_row {
    flex-wrap: wrap;
  }

  .ncsebc_logo_block {
    max-width: 160px;
    height: 160px;
    order: 1;
    margin-bottom: 12px;
  }

  .ncsebc_left_block {
    padding-right: 0px;
    order: 2;
    flex: unset;
  }

  .ncsebc_left_block .ncs_location {
    margin-bottom: 15px;
  }

  .detail_content_block .dcb_title {
    font-size: 16px;
  }

  .detail_content_block .dcb_scadule {
    display: block;
  }

  .detail_content_block .dcb_scadule div {
    margin-right: 0;
    margin-bottom: 5px;
  }

  .detail_content_block {
    padding: 15px;
  }

  .articles_detail_section {
    padding: 20px 0px;
  }

  .resources_block {
    padding: 15px;
  }

  .categories_block {
    padding: 15px;
  }

  .about_us_page .cbs_sub_title {
    font-size: 18px;
  }

  .about_us_page .common_banner_section {
    padding: 20px 0px;
  }

  .eers_content_block .eers_title {
    font-size: 18px;
  }

  .eers_map_block {
    height: 240px;
  }

  .tecs_content_block .tecs_title {
    font-size: 18px;
  }

  .contact_us_page .form_block h1 {
    font-size: 22px;
  }

  .contact_us_page .form-control {
    padding: 10px 16px;
  }

  .form_block h1 {
    font-size: 22px;
  }

  .form_block .form_row {
    display: block;
  }

  .form_block .form_row .form-control {
    border-bottom: 1px solid #00000033 !important;
    border-right: 0 !important;
    background: #fff;
  }

  .form_block .common_btn {
    max-width: 100%;
    justify-content: flex-start;
  }

  .form_block p {
    font-size: 14px;
  }

  .signup_content_row .scr_box {
    width: 100%;
    border-bottom: 1px solid #FFFFFF33;
    border-right: 0;
    margin-bottom: 15px;
  }

  .signup_content_row .scr_box:last-child {
    border: none !important;
  }

  .auth_page {
    padding: 15px 0px 10px;
  }

  .signup_content_row .scr_box .scr_icon {
    width: 26px;
    height: 26px;
  }

  .signup_content_row .scr_box:nth-child(3) {
    border-bottom: 1px solid #FFFFFF33 !important;
  }

  .signup_page .form_block .form_row .form-group .help-block {
    position: relative;
    bottom: 0;
    text-align: left;
    width: 100%;
    display: block;
  }

  .form_block .form_row {
    background: transparent !important;
  }

  /* .footer_top_row .sitelogo {height: 45px;} */
  .video_box {
    height: 200px;
  }

  .featured-content h2 {
    font-size: 22px;
    margin-bottom: 15px;
  }

  .uservideo {
    height: 230px;
  }

  .profile_form_block .common_form_block .form_field_cotnent {
    flex-wrap: wrap;
  }

  .form_items {
    flex: unset;
    order: 2;
  }

  .common_form_block .user_img {
    margin-left: auto;
    margin-bottom: 20px;
  }

  .pfb_right_block ul li {
    max-width: 100%;
  }

  input:checked+.slider::before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
  }

  .common_banner_section p {
    font-size: 14px;
  }

  .not_found_block {
    display: block;
  }

  .nfb_content {
    width: 100%;
  }

  .nfb_img {
    max-width: 190px;
    height: 205px;
  }

  .not_found_block {
    padding: 25px;
  }

  #chartdiv {
    height: 100% !important;
  }

  .terms_privacy_page .page_name {
    font-size: 24px;
  }

  .terms_privacy_page .date {
    font-size: 14px;
  }

  .privacy_block,
  .teams_block {
    padding: 18px;
  }

  .tpp_box {
    margin-bottom: 24px;
  }

  .choices__inner {
    border-right: 0px !important;
  }

  .bs_image_div .section-logo {
    width: 90px;
    height: 90px;
  }

  .bs_image_div {
    margin-bottom: 10px;
  }

  .sbs_image_block {
    height: 290px;
  }

  .sponsor_banner_section {
    padding: 26px 5px;
  }

  .providers_section {
    padding: 25px 0px;
  }

  .ps_images_block .psib_img {
    width: 48%;
    height: 154px;
  }

  .ps_images_block {
    justify-content: space-between;
    gap: 10px;
  }

  .hes_card {
    display: block;
  }


}

@media (max-width: 500px) {}