label.error {
  color: red !important;
  display: block;
}
.error {
  color: red;
}
.error_input_title {
  color: red !important;
}

.magicBoxLabelerror {
  color: red !important;
}

.magicBoxError::after {
  border-bottom: 2px solid #fd0000 !important;
}
.errorList label {
  background-color: #ffb8b8;
  padding: 6px;
  padding-left: 20px;
}
.errorList li {
  position: relative;
}
.errorList label::before {
  content: "";
  margin-right: 0.2em;
  width: 6px;
  height: 6px;
  background-color: red;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  top: 13px;
  left: 6px;
}
.homeSummitBanner .owl-stage {
  margin-bottom: 30px;
}

#newsCarousel .news_images {
  width: 150px;
}

.faqBase .accordion .card {
  border: none;
  margin-bottom: 30px;
}

.faqBase .accordion .card:not(:first-of-type) .card-header:first-child {
  border-radius: 10px;
}

.faqBase .accordion .card .card-header {
  border: none;
  border-radius: 10px;
  padding: 0;
}

.faqBase .accordion .card .card-header h5 {
  padding: 0;
}

.faqBase .accordion .card .card-header h5 button {
  color: #1e3056;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  padding: 0 30px 0 70px;
  height: 80px;
  display: block;
  width: 100%;
  color: rgba(30, 48, 86, 0.8);
  text-align: left;
  background: #fff;
  -webkit-box-shadow: 0px -50px 140px 0px rgba(69, 81, 100, 0.1);
  box-shadow: 0px -50px 140px 0px rgba(69, 81, 100, 0.1);
  border-radius: 10px 10px 0 0;
  position: relative;
}

.faqBase .accordion .card .card-header h5 button:after {
  position: absolute;
  left: 30px;
  top: 50%;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  background-color: transparent;
  text-align: center;
  border: 1px solid #5f90ff;
  border-radius: 50%;
  line-height: 100%;
  content: "+";
  font-size: 18px;
  font-weight: bold;
}

.faqBase .accordion .card .card-header h5 button.collapsed {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.faqBase .accordion .card .card-header h5 button[aria-expanded="true"]:after {
  content: "-";
  color: #fff;
  background-image: -webkit-linear-gradient(
    -180deg,
    #5e7eff 0%,
    #4f43ff 30%,
    #73b2ff 100%
  );
}

.faqBase .accordion .card .card-body {
  -webkit-box-shadow: 0px 15px 140px 0px rgba(69, 81, 100, 0.1);
  box-shadow: 0px 15px 140px 0px rgba(69, 81, 100, 0.1);
  border-radius: 0 0 10px 10px;
  padding-top: 0;
  margin-top: -6px;
  padding-left: 72px;
  padding-right: 70px;
  padding-bottom: 23px;
  color: rgba(30, 48, 86, 0.8);
  line-height: 30px;
}

.menuBarNav .nav-item.dropdown:hover > .dropdown-menu {
  display: block;
}

.menuBarNav .nav-item.dropdown > .dropdown-toggle:active {
  pointer-events: none;
}

.aboutBase .banner {
  width: 100%;
  height: 300px; /* Adjust height as needed */
  background-color: #000; /* Black background for the night sky */
  position: relative;
  overflow: hidden;
}

.aboutBase .star {
  width: 2px;
  height: 2px;
  background-color: #fff; /* White color for the stars */
  position: absolute;
  border-radius: 50%;
  animation: twinkle linear infinite;
}

@keyframes twinkle {
  0% {
    top: 100%; /* Start position at the bottom of the banner */
    transform: scale(0.5); /* Start with no size */
  }
  50% {
    opacity: 1; /* Stars become visible halfway through animation */
    transform: scale(1); /* Grow to full size */
  }
  100% {
    top: -10%; /* End position slightly above the banner */
    opacity: 0;
    transform: scale(0); /* Fade out and shrink */
  }
}

.preLoader {
  text-align: center;
}

li.disabled {
  cursor: not-allowed !important;
}

.disabled a {
  cursor: not-allowed !important;
}

#ref_hide {
  display: none;
}

#others_hide {
  display: none;
}

.heading_after_line {
  position: relative;
  font-size: 30px;
  z-index: 1;
  overflow: hidden;
}

.heading_after_line:after {
  position: absolute;
  top: 50%;
  overflow: hidden;
  width: 100%;
  height: 1px;
  content: "\a0";
  background-color: #898989;
  margin-left: 1%;
}

.companyBranchDetails .branch-divider {
  border-bottom: 1px solid #dfdfdf;
}
.grey-border {
  border-color: #ccc !important;
}
.text-red-hover {
  color: red;
}
.text-red-hover:hover {
  color: red;
}

.customRadio input[type="radio"] {
  position: absolute;
  left: -9999px;
}

.customRadio input[type="radio"] + label {
  position: relative;
  padding: 3px 0 0 40px;
  cursor: pointer;
}

.customRadio input[type="radio"] + label:before {
  content: "";
  background: #fff;
  border: 2px solid #cdcdcd;
  height: 23px;
  width: 23px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
}

.customRadio input[type="radio"] + label:after {
  content: "";
  background: #0e21d8;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  position: absolute;
  top: 6px;
  left: 6px;
  opacity: 0;
  transform: scale(2);
  transition: transform 0.3s linear, opacity 0.3s linear;
}

.customRadio input[type="radio"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}

.membership_total_amount {
  background: linear-gradient(
    168deg,
    rgba(42, 87, 255, 1) 0%,
    rgba(104, 38, 255, 1) 84%
  );
  border-radius: 0px 0px 12px 12px;
}

.member_current_plan_details {
  border: 1.5px solid #ccc;
  border-radius: 12px 12px 0px 0px;
  border-bottom: 0;
}
.countrLocationliTag.list-inline {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0; /* Remove default padding */
}

.countrLocationliTag .list-inline-item {
  width: calc(25% - 20px); /* Adjust width to fit four items per row */
  margin-bottom: 10px; /* Add spacing between items */
}

.select2-container--bootstrap-5 .select2-selection--single {
  border: none !important;
}

.select2-container--bootstrap-5.select2-container--open .select2-selection {
  box-shadow: none !important;
}

.benfitsContainer:hover {
  transform: scale(1.03);
  transition: 300ms linear;
}

.top-position-25 {
  top: 25% !important;
}
.top-position-30 {
  top: 27% !important;
}

.xchangeBase ul li {
  background: url(../../../images/site/v2/x-changetick.png) no-repeat;
  background-position: left top;
  padding-left: 45px;
  padding-bottom: 20px;
}
.perfectlyspokenBase ul li {
  background-color: #f0f8fb;
  padding: 15px;
  border-radius: 50px;
  display: inline-block;
}

.prepaid_text h3 {
  font-size: 24px;
  font-weight: bold;
}

.prepaid_text p {
  font-weight: bold;
}

.blur-txt {
  filter: blur(7px);
  -webkit-filter: blur(5px);
  font-weight: 600 !important;
  text-transform: lowercase;
}

/** Button Animation */

.com_page_table_new i {
  opacity: 0;
  font-size: 28px;
  color: #1f1e1e;
  will-change: transform;
  -webkit-transform: scale(0.1);
  transform: scale(0.1);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.com_page_table_new .btn_wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  cursor: pointer;
  width: 180px;
  height: 45px;
  background-color: transparent;
  border-radius: 5px;
  padding: 10px 25px;
  will-change: transform;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin-left: 20px;
}

.com_page_table_new .btn_wrap:hover {
  /* transition-delay: .4s; */
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.com_page_table_new .btn_wrap_span_btn {
 position: absolute;
  z-index: 99;
  text-align: center;

  -webkit-transition: all 1.2s ease;
  transition: all 1.2s ease;
  box-shadow: none !important;
}

.com_page_table_new .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 64px;
  border-radius: 80px;
  padding: 0px;
}

.com_page_table_new .container i:nth-of-type(1) {
  -webkit-transition-delay: 1.1s;
  transition-delay: 1.1s;
}

.com_page_table_new .container i:nth-of-type(2) {
  -webkit-transition-delay: 0.9s;
  transition-delay: 0.9s;
}

.com_page_table_new .container i:nth-of-type(3) {
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}

.com_page_table_new .container i:nth-of-type(4) {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.com_page_table_new .container i:nth-of-type(5) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.com_page_table_new .btn_wrap:hover .btn_wrap_span_btn {
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
  -webkit-transform: translateX(-280px);
  transform: translateX(-280px);
}

.com_page_table_new .btn_wrap:hover i {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.member-directory-profile
  .member-directory-profile-inner
  .com_page_table_new
  .themebtn {
  margin-top: 0px !important;
}

/** Button Animation */

.ppfBanner .image-container {
  position: relative;
  display: inline-block;
}

.ppfBanner .image-container img {
  max-width: 100%;
  animation: heartbeat 1s infinite;
}

.ppfBanner .image-container img {
  position: relative;
  z-index: 99999;
}

@keyframes heartbeat {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.02);
  }

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

.ppfBanner .bubble {
  position: absolute;

  border-radius: 50%;
  border: 2px dotted #fff;
  /* Adjust color and width as needed */
  animation: bubble-wave 2s linear infinite;
}

@keyframes bubble-wave {
  0% {
    transform: scale(1);
    opacity: 1;
  }

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

.ppfBanner .benfitsBannerCaption {
  top: 32%;
}
::-webkit-input-placeholder {
  font: 16px RalewayMedium;
}
::-moz-placeholder {
  font: 16px RalewayMedium;
}
:-ms-input-placeholder {
  font: 16px RalewayMedium;
}
:-moz-placeholder {
  font: 16px RalewayMedium;
}
.select2-selection__rendered {
  font: 16px RalewayMedium;
  color: #757575 !important;
}
.select2.select2-container.select2-container--bootstrap-5:focus-visible {
  outline: none;
}
.select2.select2-container.select2-container--bootstrap-5.select2-container--below.select2-container--focus:focus {
  outline: none !important;
}
.select2-selection.select2-selection--single {
  box-shadow: none !important;
}

table.dataTable.no-footer {
  border-bottom: 0 !important;
}
.inputIcons .emailInput {
  background: url(../../../images/site/v2/login_at-cons.svg) no-repeat right;
  background-size: 20px;
}
.inputIcons .passInput {
  background: url(../../../images/site/v2/login_pas_icon.svg) no-repeat right;
  background-size: 20px;
}
.summitInner .summitImg img {
  object-fit: contain;
}

.goodlooksfoundationBase .donationBanner {
  background: url(../../../images/site/v2/goodlookfoundation_donation_banner.webp)
    no-repeat;
  background-size: cover;
}

.goodlooksFoundationDonationBase {
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}
.commonBannerCaption {
  padding-top: 12%;
  padding-bottom: 2%;
}
.navbar li a.active{
  color: #1a237e !important
}
.navbar li.dropdown a.active{
  color: #fff !important
}
.com_page_tableBody_new tr:last-child td{
  border-bottom:transparent ;
}

.customizeDots .owl-dots {
  position: absolute;
  left: 0;
  bottom: 14px;
  right: 0;
}
.customizeDots .owl-theme .owl-dots .owl-dot.active span {
  background: #fff;
  width: 38px;
}
.customizeDots .owl-theme .owl-dots .owl-dot.active span,
.customizeDots .owl-theme .owl-dots .owl-dot:hover span {
  background: #fff;
}
.customizeDots .owl-theme .owl-dots .owl-dot span {
  background: #fff;
}

#testimonial .owl-dots .owl-dot span{
  background: #869791;
}
#testimonial .owl-dots .owl-dot.active span{
  background: #fff;
}
.directory_base .member-directory-base #tbody_search td{
  padding: 12px;
}
.com_page_table_new .com_page_tableBody_new td{
  padding: 12px;
}

.navbar .menu-list .nav-item.dropdown .dropdown-toggle{
  position: relative;
}
.navbar .menu-list .nav-item.dropdown .drop_icon {
  position: absolute;
  top: -1px;
}
#testimonial .owl-item .clientImg img{
  height: 200px;
  width: 200px;
  object-fit: cover;
}

.gradientContactBtn{
  background: rgb(49, 84, 255); 
  /* background: linear-gradient(
    90deg,
    rgb(49, 84, 255) 41%,
    rgb(248, 248, 248) 100%
  ); */
  background: linear-gradient(90deg, rgb(2, 93, 255) 41%, rgb(114, 0, 255) 100%);
  transition: all 0.8s ease-in;
  color: #fff;
  padding: 13px 30px;
  border-radius: 45px;
  -moz-border-radius: 45px;
  -webkit-border-radius: 45px;
  
  
}


.custom_radio .control--radio .control__indicator:after {
  left: 6px;
  top: 6px;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: #0E21D8;
}

.custom_radio .control__indicator {
  position: absolute;
  top: -2px;
  left: 4px;
  height: 24px;
  width: 24px;
  border: 1px solid #ccc;
  background: #fff;
}


.custom_radio .control {
  display: block;
  position: relative;
  padding-left: 39px;
  cursor: pointer;
  font: 16px RalewayRegular;
}

.custom_radioOne.custom_radio .control--radio .control__indicator:after {
  left: 3px;
  top: 3px;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background: #0e21d8;
}

.custom_radioOne .control__indicator {
  position: absolute;
  top: 4px;
  left: 0;
  height: 24px;
  width: 24px;
  border: 1px solid #ccc;
  background: #fff;
}

.custom_radioOne .control {
  display: block;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  font: 16px RalewayRegular;
}

.featuresGlsn{
  background-size: cover;
}

#newsCarousel .newsContent{
  height: 113px;
}
.homeLatestNewsInner .newsHeading h4{ 
min-height: 50px;
}
.leaderSectionBase .leaderPhotoContainer .leaderDetails{
  position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px 21px !important;
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    border-radius: 0px 0px 32px 32px;

}
.newsBannerBase .square{
animation: newspulse 2s ease-out !important;
}
.aboutGlsn .videoCont:before,.aboutGlsn .videoCont:after{
  bottom: 27px;
}
body.modal-open{
  overflow: auto !important;
}

@keyframes newspulse  {
     0% {
      transform: scale(0);
      opacity: 0.0;
   }
   25% {
     transform: scale(0);
      opacity: 0.1;
   }
   50% {
      transform: scale(0.1);
      opacity: 0.3;
   }
   75% {
      transform: scale(0.5);
      opacity: 0.5;
   }
   100% {
      transform: scale(1);
      opacity: 0.0;
   }
  }

  #testimonial .owl-dots .owl-dot span{
    width: 0 !important;
  }
  #testimonial .dots-wrap {
    position: relative;
    filter: url(#goo);
  }
  #testimonial .dots-wrap button.owl-dot{
    background: #869791;
  }
  #testimonial .dots-wrap button.owl-dot{
    position: relative;
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    border-radius: 50%;
    border: none;
    outline: none;
  }
  #testimonial .dots-wrap .dot-current-bg {
    position: relative;
    width: 13px;
    height: 13px;
    margin: 5px 7px;
    background: #fff;
    border-radius: 50%;
    border: none;
    outline: none;
  }
  #testimonial .dots-wrap .dot-current-bg {
    position: absolute;
    left: 50%;
    top: 0;
    
  }
  .navbar-expand-lg .navbar-collapse{
    flex-basis: 100% !important;
  }

  #emailValidateError{
    display: none;
    color: red;
    font-size: 14px;
  }


@media only screen and (min-width: 2000px) {
  .cmsBanner {
    background-size: 100% 100% !important;
    background-repeat: no-repeat !important;
  }
  .cmsBanner .top-position-30 {
    top: 18% !important;
  }
}

/*******medium monitors********/
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .commonBannerCaption {
    padding-top: 15%;
  }
}
/*******medium Laptop********/
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .commonBannerCaption {
    padding-top: 18%;
  }
}
/*******Small Laptop********/
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .commonBannerCaption {
    padding-top: 18%;
  }
  .aboutGlsn .videoCont:before,.aboutGlsn .videoCont:after {
    width: 43%;
  }
}

@media only screen and (max-width: 992px) {
  .cmsBanner .bannerCaptionInnerimg {
    display: none;
  }
  .cmsBanner .bannerCaption {
    position: relative;
    padding: 20px 0;
  }
  .cmsBanner {
    min-height: auto;
  }
.navbar .menu-list .nav-item.dropdown .drop_icon {
    position: unset;
    
  }
}

/* @media only screen and (min-width: 768px) and (max-width: 850px) {
  .aboutGlsn .videoCont:before,.aboutGlsn .videoCont:after {
    width: 43%;
  }
} */

@media (max-width: 767.98px) {
  .aboutGlsn .videoCont:before,.aboutGlsn .videoCont:after {
    width: 43%;
  }
}
