/* 
	=============
	Comman css
	=============	
*/

.pangstinput {
  text-transform: uppercase;
}
::-webkit-input-placeholder {
  /* WebKit browsers */
  text-transform: none;
}
:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  text-transform: none;
}
::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  text-transform: none;
}
:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  text-transform: none;
}
::placeholder {
  /* Recent browsers */
  text-transform: none;
}
.pre {
  /* To word wrap the text in pre tag if that is very long */
  white-space: pre-wrap; /* Since CSS 2.1 */
  white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
  white-space: -pre-wrap; /* Opera 4-6 */
  white-space: -o-pre-wrap; /* Opera 7 */
  word-wrap: break-word; /* Internet Explorer 5.5+ */
  font-family: "Poppins";
  font-weight: 400;
  font-size: 16px;
  line-height: 33px;
  color: #000000;
}
.wordWrap {
  word-wrap: break-word;
}
/* ============ */
.pageSearch .searchWrapper {
  box-shadow: none;
  padding-right: 0px;
  border-radius: 0px;
}
.pageSearch input[type="text"],
.pageSearch select {
  padding: 20px !important;
}
.pageSearch input[type="text"]:focus,
.pageSearch select:focus {
  border-color: #297cd3 !important;
}

.pageSearch .filed {
  display: block;
  margin-bottom: 25px;
}
.pageSearch .searchWrapper .searchBtn {
  position: absolute;
  top: 10px;
  right: 10px;
}

.sectionHeading h1,
h2,
h3,
h4,
h5 {
  margin: 0px;
}
.wrapper * {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
.input {
  border: 1px solid #e7e7e7;
  border-radius: 4px;
  padding: 13px;
  transition: all 0.3s ease-out;
  width: 45%;
}
.form {
  margin-top: 15px;
}
.form li {
  display: grid;
  grid-template-columns: 250px calc(100% - 250px);
}

.button {
  position: absolute;
  top: 30px;
  right: 0px;
  background: none;
}
.button a:hover {
  transform: translateY(-5px);
}

/* 
	=============
	alert
	=============	
*/
.alert {
  width: 100%;
  padding: 15px 15px !important;
  margin-bottom: 1rem;
  border-radius: 10px;
  overflow: hidden;
}
.alert svg,
.alert img {
  vertical-align: middle;
  margin-right: 15px;
}
.alert-warning {
  background: #fff6e6;
  color: #df8a4b;
}
.alert-error {
  background: #fee6ea;
  color: #f72b50;
}

/* 	=================
	SEGMENT CONTROLL
	=================
*/
.segment {
  border: 1px solid #e7e7e7;
  border-radius: 4px;
  font-size: 14px;
  display: grid;
  grid-template-columns: 50% 50%;
  grid-column-gap: 0;
  padding: 4px;
}
.segment:after {
  content: "";
  width: 100%;
  clear: both;
  display: block;
}
.segment label {
  border-right: 1px solid #e7e7e7;
  text-align: center;
  box-sizing: border-box;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.segment label.last {
  border: none;
}
.segment label input {
  position: absolute;
  visibility: hidden;
  width: 15px !important;
  left: 5px;
  z-index: 1;
}
.segment label .selection {
  padding: 9px 10px !important;
  display: block;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.segment label .selection:hover {
  background: rgba(0, 0, 0, 0.05);
}
.segment label input:checked ~ .selection {
  background: #74c75f;
  color: #fff;
  border-radius: 4px;
  /* margin:4px; */
}
.segment.split3 label {
  width: calc(100% / 3);
}
.segment label:last-child {
  border: none;
}
.flexi {
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;

  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;

  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;

  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;

  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;

  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;

  max-width: calc(100% - 230px);
  width: auto !important;
  float: none !important;
}
.flexi:after {
  display: none;
}
.flexi label {
  overflow: visible;
  order: 0;
  flex: 1 1 auto;
  align-self: auto;
  border-bottom: none;
  border-top: 1px solid #e7e7e7;
  margin: 2px;
  border: none !important;
}
.flexi label .selection {
  background: #f9f9f9;
  min-width: 70px;
}
.flexi label:last-child {
  border: 0px solid #e7e7e7 !important;
}

/*  ===== input Notes  ====== */
.inputNotes a.ico .toolTip {
  width: 35px;
  height: 35px;
  background: url("../../images/tooltip_icon.svg");
  background-position: center;
  background-repeat: no-repeat;
}
.inputNotes {
  width: 35px;
  height: 35px;
  display: inline-block;
  vertical-align: middle;
}
.inputNotes a.ico {
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 45px;
  margin: 2.5px 0px 0px 2.5px;
  cursor: pointer;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  transition: all 350ms ease;
}
.inputNotes a.ico i {
  font-size: 25px;
  color: #fdac12;
}
.inputNotes:hover a.ico i {
  color: #fd8012;
}
.inputNotes .notes {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  background: #fff;
  border-radius: 8px;
  border: 2px solid #fd8012;
  box-shadow: 0px 10px 10px 0px rgba(253, 128, 18, 0.1);
  padding: 10px;
  font-size: 12px;
  margin-left: 42px;

  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  transition: all 350ms ease;

  opacity: 0;
  transform: scale(0, 0);
  transform-origin: top left;
  width: 300px;
}
.inputNotes .notes:before {
  font-family: "FontAwesome";
  content: "\f0d9";
  font-size: 24px;
  position: absolute;
  top: 5px;
  left: -10px;
  z-index: 1;
  color: #fd8012;
}
.inputNotes:hover .notes {
  opacity: 1;
  transform: scale(1, 1);
}

/*
	=============
	Breadcrumbs
	=============
*/
.breadcrumbs {
  display: flex;
  justify-content: center;
  padding: 45px 0px 10px;
}
.breadcrumbs a:after {
  content: "";
  width: 25px;
  height: 25px;
  background: url("../../images/arrow-right.svg");
  background-position: center right;
  background-repeat: no-repeat;
  font-size: 15px;
  color: #b2b6b4;
  padding-right: 32px;
  margin-right: 12px;
}

.breadcrumbs a.active {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  background: linear-gradient(270deg, #f58634 0%, #ee314d 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.breadcrumbs a {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #222222;
}

/* ============= */
.selectLbl label {
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #000000;
  padding: 16px 5px 8px;
}
.selectedValue .orange {
  background: #fde6d5;
}
.selectedValue .green {
  background: #e9f9bd;
}
.selectedValue .purple {
  background: #e5b9e1;
}
.selectedValue .blue {
  background: #b2dfff;
}
.selectedValue .red {
  background: #e9b0b8;
}
.selectedValue .yellow {
  background: #fcf5d2;
}
.selectedValue .gray {
  background: #eaeaea;
}
.selectedValue span {
  background: #fde6d5;
  border-radius: 5px;
  padding: 8px 40px 8px 15px;
  margin: 10px 5px;
  font-size: 13px;
  position: relative;
}
.selectedValue span strong {
  font-weight: normal;
}
.selectedValue span a {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 33px;
  padding: 0px 10px;
  line-height: 30px;
}
.selectedValue span a:before {
  font-family: "FontAwesome";
  content: "\f00d";
}
.remove:before {
  font-family: "FontAwesome";
  content: "\f00d";
}

/*=======  Button  ==========*/
.listingBtn label {
  border: 1px solid #8fc38a;
  border-radius: 3px;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  color: #8fc38a;
  padding: 5px 7px;
}
.listingBtn {
  position: absolute;
  top: 25px;
  right: 20px;
}

/*.listingBtn label:hover{transform:translateY(-5px);}*/

/* Green */
.listingBtn.border label {
  border: 1px solid #8fc38a;
  color: #8fc38a;
}

/* purple */
.listingBtn.purple.border label {
  border: 1px solid #9558ba;
  color: #9558ba;
}

/* orange */
.listingBtn.orange.border label {
  border: 1px solid #ffa979;
  color: #ffa979;
}

/* Yellow */
.listingBtn.yellow.border label {
  border: 1px solid #f1b10d;
  color: #f1b10d;
}

/* sky blue */
.listingBtn.skyblue.border label {
  border: 1px solid #5cb6e9;
  color: #5cb6e9;
}

/* Green */
.button.green a,
.button.green .btnLoader {
  background-color: #eef9f6;
  border-color: #8fc38a;
}
.button.green.border a {
  border: 2px solid #8fc38a;
  color: #1c1c1c;
}

/* yellow */
.button.yellow a,
.button.yellow .btnLoader {
  background-color: #f0c349;
  border-color: #f0c349;
}
.button.yellow.border a {
  color: #f0c349;
}

/* orrange */
.button.orrange a,
.button.orrange .btnLoader {
  background-color: #f07549;
  border-color: #f07549;
}
.button.orrange.border a {
  color: #f07549;
}

/*===============*/
.disableIcon {
  opacity: 0.5;
  filter: grayscale(100%);
  pointer-events: none;
  cursor: default;
}

/*
	================== 
	Page Search
	==================
*/
.pageSearch {
  padding: 35px 0px 25px;
}
.pageSearch .searchWrapper {
  background: #ffffff;
  box-shadow: 0px 0px 15px rgba(172, 172, 172, 0.25);
  border-radius: 10px;
  overflow: hidden;
  padding-right: 65px;
}

.pageSearch .searchWrapper span {
  border-right: 1px solid #e8e8e8;
  padding-right: 10px;
  padding-left: 0px;
}
.pageSearch .searchWrapper span:last-child {
  padding-right: 0px;
}
.pageSearch .searchWrapper .input {
  width: 100%;
  border-radius: 0px;
  border: none;
  padding: 22px 15px !important;
}
/* .pageSearch .searchWrapper .searchBtn{
	display: inline-block;
	position:absolute;
	top:10px; right:10px;
	overflow:hidden; cursor:pointer; border:none;
	padding-left:0px;
} */
.pageSearch .searchBtn input {
  background-color: #425381;
  padding: 10px 22px;
  background: url("../../images/search-icon.svg") no-repeat;
  background: linear-gradient(270deg, #f58634 0%, #ee314d 100%);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.13);
  border-radius: 6px;
  background-position-x: 0%;
  background-position-y: 0%;
  background-position: center;
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  color: #ffffff;
}

.pageSearch .searchBtn input:hover {
  background-color: #38d5a6;
}
.pageSearch .searchWrapper span.search input {
  background: url("../../images/search_icon.svg") no-repeat 0px 2px;
  background-size: 18px;
  padding: 20px 0px 20px 40px !important;
  background-position: 12px;
}

.pageSearch .searchWrapper span.date input {
  background: url("../../images/calendar.svg") no-repeat 0px 2px;
  background-size: 18px;
  background-position: right;
}
.pageSearch .searchWrapper span.searchMembership .input {
  background: url("../../images/award_icon.svg") no-repeat 0px 2px;
  background-size: 18px;
  background-position: 12px;
  padding: 20px 0px 20px 40px !important;
}
.pageSearch .clearSearch {
  text-align: right;
  padding-top: 10px;
  padding-right: 10px;
}
.pageSearch .clearSearch a {
  text-decoration: underline;
  font-size: 13px;
}
.listingSection {
  display: grid;
  grid-template-columns: 49.5% 49.5%;
  grid-gap: 1%;
  margin-bottom: 360px;
  margin-top: 20px;
}

/*
	================================
	#Section = Page Search For Mobile
	================================
*/
.searchForMobile {
  background: #fff;
  margin-left: -15px;
  margin-right: -15px;
  margin-top: -15px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.05);
  margin-bottom: 20px;
}
.searchForMobile a {
  padding: 15px;
  font-size: 15px;
  font-weight: 500;
  color: #999;
  display: block;
}
.searchForMobile a:before {
  content: "";
  background: url("../../images/search_icon.svg") no-repeat 0px 2px;
  background-size: 18px;
  padding: 20px 0px 20px 40px !important;
  background-position: 12px;
  margin-right: 15px;
  font-size: 18px;
}

.searchForMobileHeader {
  background: #fff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.05);
  color: #000;
  padding: 0px;
  margin-left: -15px;
  margin-right: -15px;
  margin-top: -15px;
  height: 70px;
  color: #fff;
  text-align: center;
}
.searchForMobileHeader h2 {
  height: 70px;
  font-size: 18px;
  font-weight: 500;
  color: #857d7e;
  line-height: 70px;
  padding-top: 8px;
}
.searchForMobileHeader .back {
  position: absolute;
  top: 5px;
  left: 0px;
  z-index: 5;
  width: 70px;
  height: 70px;
  border-radius: 0px;
  background-image: url("../../images/arrow-left.svg");
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: center;
}

.pageSearch .activeView {
  display: block;
}
.activeView {
  -webkit-transform: translate3d(0, 0, 0) !important;
  -moz-transform: translate3d(0, 0, 0) !important;
  transform: translate3d(0, 0, 0) !important;
}

/* 
	=============
	Import file
	=============
*/
.companyLogo {
  border-top: 1px solid #e0e0e0;
  margin: 40px 0px 0px !important;
  padding: 40px 0px 0px !important;
}
.companyLogo h3 {
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 22px;
  line-height: 27px;
  color: #000000;
}

/*=============*/
.importFile {
  max-width: 70%;
  margin: auto;
}
.dropArea .element.elementMob {
  width: auto;
  height: 210px; /* border:1px dashed #D1D1D1;*/
}
.importFile .dropArea,
.importFile .dropPreview {
  border: 2px dashed #ccc;
  border-radius: 6px;
  display: grid;
  grid-template-columns: 45% 53%;
  grid-column-gap: 2%;
  align-items: center;
  padding: 25px;
}

.importFile .dropArea input {
  /* position:absolute;
	top:0px; left:0px;
	z-index:10;
	width:100%; height:100%;
	cursor:pointer; */
  margin-left: 25px;
  margin-top: 25px;
}
/*
 .importFile .dropArea .elementMob{
	text-align:center;
	border-right:1px solid #eae9e9; 
}
.importFile .dropArea .elementMob h5 {
	font-weight: 400;
	font-size: 19px;
	line-height: 25px;
	color: #C5C5C5;
	margin-top:82px;
}  */
.importFile .dropArea .text {
  margin-top: -45px;
}
.importFile .dropArea .text strong {
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  color: #434343;
}
.importFile .dropArea .text p {
  font-weight: 400;
  font-size: 13px;
  line-height: 28px;
  color: #898989;
  margin-top: 15px;
}
.importFile .dropArea .elementMob h5 {
  font-size: 16px;
  font-weight: 500;
  padding-top: 10px;
}
.importFile .dropArea .elementMob p {
  font-size: 16px;
  font-weight: 300;
  color: #cccccc;
  padding: 10px 0px;
}
.importFile .dropArea .elementMob .button {
  position: relative;
}

/* uploded file priviewTable */
.dropPreviewTable {
  display: grid;
  grid-template-columns: 20% 66%;
  grid-column-gap: 4%;
  border: 2px solid #38d5a6;
  padding: 15px;
  margin-top: 15px;
  align-items: center;
  border-radius: 6px;
}
.extExcelDiv .logo {
  width: auto;
  height: auto;
  /* height:210px; border: 1px dashed #D1D1D1;
	padding:30px;*/
}
/* .dropPreview{display:grid; grid-template-columns:300px calc(100% - 300px)!important; margin:60px 0px;} */
.fileName span a {
  font-weight: 400;
  font-size: 14px;
  line-height: 43px;
  color: #000000;
  padding: 0px 12px;
}
.fileName span {
  display: block;
}
.fileName span img {
  top: 2px;
}
.extExcelDiv .logo img {
  max-width: 100%;
  max-height: 100%;
}
.dropPreviewTable .fileName span {
  font-size: 15px;
  display: block;
}
.dropPreviewTable a {
  font-size: 13px;
  padding-top: 5px;
}

/*===============*/
.card {
  background: #ffffff;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.13);
  border-radius: 6px;
  padding: 24px;
  margin-bottom: 37px;
}
.form li .lbl {
  padding-top: 11px;
  font-size: 15px;
}
.form li .lbl span {
  font-size: 14px;
  color: red;
  position: absolute;
}
.validation {
  height: 20px;
  font-size: 12px;
  color: red;
  clear: both;
  margin-bottom: 10px;
}
.textareaMaxValue .max {
  width: 100%;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  text-align: right;
  color: #8b8b8b;
}
/* =================== */
.button a {
  background-color: #64ddbb;
  /* border: 2px solid #f07549; */
  box-shadow: 0px 3px 1px 0px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 8px 15px;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
}

/* orange */
.button.orrange a,
.button.orrange .btnLoader {
  background-color: #fff;
  border-color: #f07549;
}

.button.orrange.border a {
  border: 2px solid #f07549;
  color: #f07549;
}
.gradient .btn {
  background: linear-gradient(270deg, #f58634 0%, #ee314d 100%);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.13);
  border-radius: 6px;
  font-weight: 600;
  font-size: 15px;
  color: #fff;
  line-height: 22px;
  padding: 10px 18px;
  margin-top: 0px;
  cursor: pointer;
}
.addBtn .button.green {
  top: -55px;
}
.removeBtn {
  position: absolute;
  width: 100%;
}
.removeBtn .button.red {
  top: 0px !important;
}

.resetBtn {
  position: absolute;
  width: 100%;
}
.resetBtn .button.red {
  top: 0px !important;
}

/* green */
.button.green a,
.button.green .btnLoader {
  background-color: #64ddbb;
  border-color: #64ddbb;
}

/* red */
.button.red a,
.button.red .btnLoader {
  background-color: #ff6666;
  border-color: #ff6666;
}

/*
	===============
	No record
	===============
*/
.noRecord {
  text-align: center;
  padding: 50px 0px 100px 0px;
}
.noRecord img {
  max-width: 100px;
  margin: 15px 0px;
}
.noRecord label {
  display: block;
  font-weight: 500;
  font-size: 22px;
}
.noRecord p {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.5);
  margin-bottom: 25px;
}
.noRecord a {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  padding: 10px 15px;
  border-radius: 5px;
}

/*============*/
.sortBy a {
  font-size: 16px;
  font-weight: 400;
  color: #32b5e3;
  padding: 0px 6px;
}
.sortBy .active {
  color: #ef3d4a;
}
.clearSearch {
  float: right;
  text-decoration: underline !important;
}
.grid2 {
  display: grid;
  width: 70%;
  grid-template-columns: 48.5% 48.5%;
  grid-column-gap: 3%;
}

/*
	================
	LOGIN PAGE
	================
*/
.userForm * {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
.banner:before {
  content: " ";
  display: block;
  width: 100%;
  height: 435px;
  background: url("../../images/banner_bg.png");
  background-position: center;
  background-size: cover;
  background-color: #fef6f1;
  position: absolute;
  top: 0px;
  left: 0px;
  text-align: center;
}
.card.whiteBox {
  max-width: 465px;
  border-radius: 15px;
  background: #ffffff;
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  padding: 46px 44px;
  margin: auto;
  margin-bottom: 192px;
  margin-top: 72px;
}
.userForm h2 {
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  color: #1c1c1d;
  text-align: center;
  padding-top: 45px;
}
.userForm h3 {
  font-weight: 500;
  font-size: 20px;
  line-height: 36px;
  color: #000000;
  text-align: center;
}
.userForm ul li .validation {
  height: auto;
}
.userForm ul li input[type="email"],
.userForm ul li input[type="password"],
.userForm ul li input[type="text"] {
  border: 1px solid #e4e2ed;
  border-radius: 6px;
  width: 100%;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 0.5px;
  color: #5c718e;
  padding: 13px 55px;
}
.userForm ul li input[type="email"]:focus,
.userForm ul li input[type="password"]:focus,
.userForm ul li input[type="text"]:focus {
  border: 1px solid #f58634;
}
.userForm ul li .validation {
  text-align: left;
  padding: 0pxpx;
  min-height: 22px;
}
.userForm ul li .emailIcon {
  background: url("../images/mail_icon.svg");
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: 21px;
  background-position: 20px;
}
.userForm ul li .passwordIcon {
  background: url("../images/password_icon.svg");
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: 21px;
  background-position: 20px;
}
.userForm form .alert {
  max-width: 465px;
  margin: auto;
  margin-bottom: 20px;
}

/* ===== Controll 5 */
.passwordField a {
  position: absolute;
  top: 0px;
  right: 0px;
  width: auto;
  height: 100%;
  padding: 0px 10px;
}
.passwordField input {
  padding-right: 50px !important;
  width: 100%;
}
.passwordField a span {
  top: calc(50% - 13px);
}
.passwordField a img {
  /*vertical-align:middle;*/
  top: -8px;
}
.passwordField .inputLoader {
  right: -35px;
  top: 10px;
}
.imp {
  background: #ffffda !important;
}

.loginButtonPanel {
  padding: 10px 0px 10px;
}

/*==============*/
.submitBtn {
  max-width: 400px;
  position: relative;
  margin: 0px auto !important;
}
.submitBtn .form-btn {
  background-color: #ff5e00;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.13);
  border-radius: 6px;
  width: 100%;
  font-weight: 600;
  font-size: 15px;
  line-height: 22px;
  text-align: center;
  color: #ffffff !important;
  width: 160px;
  height: 60px;
  padding: 0px 0px 0px 0px;
  border-color: #ff5e00;
  border-radius: 30px 30px 30px 30px;
}
.submitBtn .btnLoader span.spinLoader {
  width: 25px;
  height: 25px;
  border-width: 4px;
  top: 12px;
  position: relative;
  border-color: #ee314d;
  border-top-color: #fff;
}
.submitBtn .btnLoader {
  background: linear-gradient(270deg, #f58634 0%, #ee314d 100%);
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  width: 100%;
  height: 100%;
  text-align: center;
  border-radius: 8px;
  cursor: wait;
}

/* ========= */
.forgotPassword {
  width: 100%;
  font-weight: 400;
  text-align: right;
  padding: 12px 0px 0px 0px;
  font-size: 12px !important;
  line-height: 18px;
  color: #af9f96;
  text-decoration-line: underline;
}
.backToLogin span {
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: #af9f96;
}
.backToLogin a {
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: #f04647;
  text-decoration: underline;
}
.forgotPasswordForm ul li .registred label {
  font-family: "Poppins";
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #2e2e2e;
  display: block;
  margin-bottom: 19px;
}

/*
	================
	MY PROFILE PAGE
	================
*/
.myProfileBanner:before {
  content: " ";
  display: block;
  width: 100%;
  height: 235px;
  background: url("../../images/banner_bg.png");
  background-position: center;
  background-color: #fef6f1;
  position: absolute;
  top: 0px;
  left: 0px;
  text-align: center;
}
.myProfileBanner {
  margin-bottom: 100px;
}
.myProfileBanner .wrapper {
  padding-top: 70px;
  display: grid;
  grid-template-columns: 325px calc(100% - 325px);
}

.myProfileBanner .details {
  margin-top: 54px;
}
.myProfileBanner .details .companyName {
  margin-bottom: 100px;
}
.myProfileBanner .details .companyName h1 {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  background: linear-gradient(270deg, #f58634 0%, #ee314d 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  display: inline;
}
.myProfileBanner .details .companyName h2 {
  font-weight: 600;
  font-size: 35px;
  line-height: 43px;
  color: #000000;
}

/*===============*/
.myProfileBanner .yourPackage {
  display: flex;
}
.myProfileBanner .yourPackage img {
  width: 70px;
  margin-right: 28px;
}
.myProfileBanner .yourPackage strong {
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
  background: linear-gradient(270deg, #f58634 0%, #ee314d 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  display: block;
  padding-top: 10px;
}
.myProfileBanner .yourPackage label {
  font-size: 17px;
  line-height: 26px;
  color: #232323;
  padding-top: 5px;
}
/*
	===============
	profile Tabs
	===============
*/
.profileWrapper {
  display: grid;
  grid-template-columns: 250px calc(100% - 250px);
}
.profileWrapper * {
  font-family: "Poppins";
}
.profileWrapper .card {
  padding: 30px;
}

/*
	====================
	profileTabs
	===================
*/
.profileTabs ul li {
  border-left: 2px solid #eaeaea;
}
.profileTabs ul li:last-child {
  border: none;
}
.profileTabs ul li a {
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.01em;
  color: #2c2c2c;
  padding: 0px 28px 30px;
  list-style-type: none;
}
.profileTabs ul li .active:after {
  content: "";
  display: block;
  width: 21px;
  height: 21px;
  background: url("../../images/right_tick.svg");
  background-color: #a4d89f;
  border-radius: 100%;
  position: absolute;
  top: 0px;
  left: -11px;
  font-size: 14px;
  font-weight: 400;
  color: #868686;
  /*border-left:2px solid transparent;
	padding:10px 15px; */
}

.profileTabs ul li a:after {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  background: url("../../images/warning_icon.svg");
  background-repeat: no-repeat;
  background-size: 20px;
  border-radius: 100%;
  position: absolute;
  top: 0px;
  left: -11px;
  font-size: 14px;
  font-weight: 400;
  color: #868686;
}

/*
	====================
	profileTab Section
	===
	================
*/
.cardTitle h4 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 6px;
  background: linear-gradient(270deg, #f58634 0%, #ee314d 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  display: inline;
}

.profileTabSection h4 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 6px;
  background: linear-gradient(270deg, #f58634 0%, #ee314d 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  display: inline;
}

.profileTabSection h6 {
  font-weight: 400;
  font-size: 14px;
  color: #434343;
  padding-bottom: 20px;
}

/* ========= */
.profileTabSection .noDetails {
  background: #fffbee;
  border: 1px solid #eae2c9;
  box-sizing: border-box;
  border-radius: 8px;
  padding: 6px 36px;
  display: flex;
  margin-bottom: 40px;
}
.profileTabSection .noDetails .title {
  padding: 24px 0px 24px;
  display: inline-block !important;
}
.profileTabSection .noDetails .title h6 {
  padding-bottom: 0px;
}
.profileTabSection .noDetails span.button {
  display: block;
  margin-top: 10px;
  margin-right: 22px;
}
.profileTabSection .noDetails {
  width: 100%;
  display: inline-block !important;
}
.profileTabSection .noDetails .iconImg {
  display: inline-block;
  margin-right: 32px;
  top: -10px;
}

/* ========= */
.profileTabSection .card {
  margin-bottom: 40px;
}
.profileTabSection .card .viewTable li {
  display: grid;
  grid-template-columns: 200px calc(100% - 200px);
  border-bottom: 1px solid #eaeaea;
  font-weight: 400;
  font-size: 14px;
}
.profileTabSection .card .viewTable {
  border: 1px solid #eaeaea;
  width: 100%;
}
.profileTabSection .card .viewTable li label {
  font-family: "Poppins";
  font-weight: 400;
  font-size: 14px;
  color: #434343;
  padding: 14px 15px;
}
.profileTabSection .card .viewTable li span {
  font-weight: 400;
  font-size: 14px;
  font-family: poppins;
  padding: 14px 15px;
  color: #000;
}
.profileTabSection .card .viewTable li label {
  border-right: 1px solid #eaeaea;
}

/* ========= */
.profileTabSection pre {
  font-weight: 400;
  font-size: 16px;
  line-height: 33px;
  color: #000000;
  padding: 0px;
  margin: 0px 0px 25px;
  white-space: pre-wrap;
  font-family: "Poppins", "Open Sans", sans-serif;
}

/*=============*/
.productCard .card {
  padding: 0px;
}
.ourProduct .card {
  width: 350px;
  min-height: 400px;
  padding: 0px;
  /*display:grid;
	grid-template-columns:31.33% 31.33% 31.33%;
	grid-column-gap:3%;*/
}
.ourProduct .card h5 {
  font-family: "Poppins";
  font-weight: 500;
  font-size: 17px;
  line-height: 26px;
  color: #000000;
  text-align: center;
  padding: 8px 17px;
  margin: 0px;
}
.ourProduct .card p {
  min-height: 158px;
  font-weight: 400;
  font-size: 13px;
  line-height: 24px;
  color: #474747;
  padding: 0px 17px 17px;
  text-align: justify;
}
.ourProduct .bottom {
  height: 60px;
  padding: 14px 10px !important;
  text-align: center;
  border-top: 1px solid #ebeaea;
}

.memberProfile .ourProduct .card .viewPhoto {
  width: 100%;
  height: 350px;
  background: #f0f0f0;
  text-align: center;
}
.memberProfile .ourProduct .viewPhoto img {
  object-fit: contain;
  width: 350px;
  height: 350px;
  border-radius: 6px 6px 0px 0px;
  background: #f0f0f0;
}
.memberProfile .ourProduct .card .view img {
  top: 4px;
}
.memberProfile .ourProduct .view span {
  font-weight: 500;
  font-size: 16px;
  line-height: 23px;
  color: #ee314d;
  text-align: center;
  padding: 0px 10px;
}
.memberProfile .ourProduct .card .addNewProduct a {
  width: 100%;
  display: grid;
  min-height: 400px;
  align-content: center;
  align-items: center;
  text-align: center;
}
.memberProfile .ourProduct .card .addNewProduct a img {
  margin: auto;
}
.memberProfile .card .addNewProduct label {
  font-weight: 500;
  font-size: 17px;
  line-height: 26px;
  color: #e98f4d;
  text-align: center;
  margin-top: 10px;
}

/*
	===============
	Edit Profile
	===============
*/
.topHeading h1 {
  font-weight: 600;
  font-size: 35px;
  line-height: 43px;
  color: #000000;
  text-align: center !important;
}
.myProfileBanner.topHeading .wrapper {
  display: block;
}

/*=============*/
.productSection .form li {
  display: grid;
  grid-template-columns: 350px calc(100% - 350px);
}

/*
	=============
	My Account
	=============
*/
.myAccount {
  margin-bottom: 50px;
}
.card.companyInfo {
  padding: 45px 0px 45px 45px;
}
.card.companyInfo h3 {
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 22px;
  line-height: 27px;
  color: #000000;
  padding-bottom: 20px;
  text-align: left;
}
.card.companyInfo .button.gradient {
  right: 20px;
  top: -9px;
}

.companyInfo .rightPanal {
  border-left: 1px solid #eaeaea;
}
.companyInfo .myProfile {
  padding-left: 32px;
}
.companyInfo .myProfile strong {
  font-family: "Poppins";
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #8b8b8b;
}

.myAccountCard {
  display: grid;
  grid-template-columns: 65% 35%;
  grid-column-gap: 0;
}
.myAccountCard .packageInfo a {
  float: right;
  font-size: 14px;
  color: #f07549;
  padding-right: 10px;
}

.additionalDetails {
  background-color: #fef6f1;
  margin-top: 90px;
  padding: 10px 0px 10px 5px;
}
.additionalDetails div:after {
  content: "";
  display: block;
  width: 325px;
  height: auto;
  border-bottom: 1px solid transparent;
  border-image: linear-gradient(270deg, #f58634 0%, #ee314d 100%);
  border-image-slice: 1; /* this is important for border gradient color*/
  /* background:linear-gradient(270deg, #F58634 0%, #EE314D 100%);*/
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0px;
  left: 33px;
}
.additionalDetails div:last-child:after {
  border: none;
}

.additionalDetails h5 {
  font-weight: 500;
  font-size: 17px;
  line-height: 26px;
  color: #232323;
}
.additionalDetails label {
  font-weight: 400;
  font-size: 13px;
  line-height: 21px;
  color: #434343;
  display: block;
}

.additionalDetails .btn {
  width: 100%;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  text-decoration: underline;
  color: #f07549;
  padding: 10px 0px;
}
.additionalDetails .btn:after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url("../../images/next_icon.svg");
  background-repeat: no-repeat;
  background-size: 20px;
  position: absolute;
  top: 11px;
  left: 100px;
}
.additionalDetails .longText:after {
  left: 180px;
}

.additionalDetails .myService,
.myProduct,
.myAwards {
  border-bottom: 1px solid #ede6e2;
  padding: 15px 30px;
}
.additionalDetails div img {
  position: absolute;
  top: 19px;
  left: 3px;
}
.additionalDetails .myService,
.myProduct,
.myAwards:last-child {
  border: none;
}

/*
	=============
	View table 
	==============
*/
.card .viewTable {
  margin-top: 10px;
}
.card .viewTable li {
  display: grid;
  grid-template-columns: 248px calc(100% - 248px);
  /* border-bottom:1px solid #EBEBEB; */
  font-weight: 400;
  font-size: 14px;
}
.card .viewTable li label {
  font-family: "Poppins";
  font-weight: 400;
  font-size: 14px;
  color: #434343;
  padding: 14px 15px;
}
.card .viewTable li span {
  font-weight: 400;
  font-size: 14px;
  font-family: poppins;
  padding: 14px 15px;
  color: #000;
}
.card .viewTable li span p {
  display: inline-block;
  padding-left: 20px;
}
.cardContent .viewTable img {
  top: 5px;
  max-width: 28px;
  padding-right: 10px;
}
.cardContent .viewTable li label {
  border: none;
  padding: 14px 0px;
}
.cardContent .viewTable li label:after {
  content: ":";
  width: 20px;
  height: 20px;
  position: absolute;
  top: 14px;
  right: -20px;
}
.myAccountCard .myProfile .button.gradient {
  top: 8px;
  left: 32px;
  margin-top: 115px;
}
.packageInfo .viewTable li {
  display: grid;
  grid-template-columns: 200px calc(100% - 200px);
  grid-column-gap: 0;
  /* padding:12px 20px; */
}
.packageInfo .viewTable img {
  top: 5px;
  padding-right: 10px;
}
.packageInfo {
  margin-top: 35px;
}

/*
	=============
	My Product
	==============
*/
.profileTabSection .card {
  padding: 30px;
}
.plusMinus {
  position: absolute;
  top: 0px;
  right: 0px;
}
.topBorder {
  border-top: 1px solid #ebebeb;
  padding: 30px 0px;
}
.addICon,
.removeIcon {
  display: none;
}
/*
	=================
	Member Directory
	=================
*/
.memberDirectory .wrapper:after {
  width: 100%;
  height: 280px;
  background-color: #fff;
  background: url("../../images/logo-icon.svg") no-repeat;
  background-position: center right;
}
.memberDirectory .card.cardListing {
  /*min-height:292px;*/
  margin: 0px 8px 0px 8px;
  padding: 0px;
}
.memberDirectory .card.cardListing .memberListingHeader {
  padding: 24px 24px 16px 24px;
}
.memberDirectory .card.cardListing .logoCompany {
  height: 90px;
}
.memberDirectory .card.cardListing .logoCompany img {
  max-width: 200px;
  max-height: 100px;
}
.memberDirectory .card.cardListing .companyDetails {
  max-height: 170px;
  height: 170px;
  padding: 0px 24px;
}
.memberDirectory .card.cardListing .companyDetails strong {
  font-style: normal;
  font-weight: 500;
  font-size: 19px;
  line-height: 25px;
  color: #000000;
}
.memberDirectory .card.cardListing .companyDetails p {
  font-weight: 400;
  font-size: 14px;
  line-height: 25px;
  color: #5f5f5f;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 4em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin: 10px 0px;
}
.memberDirectory .card.cardListing .companyDetails label {
  font-weight: 400;
  font-size: 14px;
  line-height: 25px;
  color: #5f5f5f;
  padding-bottom: 20px;
  height: 4em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.memberDirectory .card.cardListing .companyDetails label img {
  top: 4px;
  margin-right: 8px;
}
.memberDirectory .grid3 img {
  margin-right: 10px;
  top: 4px;
}

.memberDirectory .grid3 {
  border-top: 1px solid #f0f0f0;
  /* margin-left: -32px;
	margin-right: -32px;*/
}
.memberDirectory .grid3 span {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border-right: 1px solid #f0f0f0;
  padding: 12px;
}
.wordWrap {
  height: 100px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border-right: 1px solid #f0f0f0;
}
.memberDirectory .grid3 span:last-child {
  border: none;
}
.memberDirectory .grid3 a {
  font-weight: 400;
  font-size: 14px;
  line-height: 30px;
  color: #5f5f5f;
}
.memberDirectory .grid3 {
  display: grid;
  grid-template-columns: 33.33% 33.33% 33.33%;
}

/*
	=================
	Member directory Paging
	=================
*/
.postPagging.members ul {
  display: flex;
  justify-content: center;
}
.postPagging.members ul li a.prev {
  left: -100px;
  top: 0px;
}
.postPagging.members ul li a.next {
  right: -100px;
  top: 0px;
}

/*
	================== 
	Member Profile
	==================
*/
.flex-item img {
  max-width: 100%;
  margin: auto;
  height: auto;
  background: #ffffff;
}
.flex-container {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 46px;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: stretch;
  align-items: flex-start;
}

.flex-item:nth-child(1) {
  order: 0;
  flex: 0 1 auto;
  align-self: auto;
}
.flex-item:nth-child(2) {
  order: 0;
  flex: 0 1 auto;
  align-self: auto;
}
.flex-item:nth-child(3) {
  order: 0;
  flex: 0 1 auto;
  align-self: auto;
}

/*
	==================
	Member Profile
	==================
*/

.sectionHeading {
  text-align: center; /*margin-bottom:90px;*/
  padding-bottom: 80px;
}
.memberProfile h1,
h2,
h3,
h4,
h5 * {
  margin: 0px;
}
.memberProfile .grid {
  display: grid;
  grid-template-columns: 30% 30% 30%;
  grid-column-gap: 5%;
}
.memberProfile:before {
  content: "";
  width: 100%;
  height: 560px;
  display: inline-block;
  background: url("../../images/banner_shape.png") no-repeat;
  background-position: right;
  position: absolute;
  top: 0px;
  right: 0px;
  margin-bottom: 50px;
}
.memberProfile .breadcrumbs {
  justify-content: left;
}
.memberProfile .breadcrumbs .active {
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: #b9a6b1 !important;
}
.memberProfile .breadcrumbs span {
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: #797577;
  margin-top: 1px;
}
.memberProfile .details {
  display: grid;
  grid-template-columns: 700px calc(100% - 700px);
}
.memberProfile h1 {
  text-align: left !important;
  padding-top: 65px;
}

.memberProfile .details .logo {
  max-width: 100%;
  height: auto;
  margin: auto;
  padding: 24px;
  background: #ffffff;
  box-shadow: -12px 17px 49px rgba(0, 0, 0, 0.09);
  border-radius: 19px;
  text-align: center;
}
.memberProfile .details .logo img {
  width: 90%;
}

.memberProfile .listingBtn {
  position: absolute;
  top: 6px;
  left: 0px;
  background: none;
}

.memberProfile .companyInfo p {
  font-size: 17px;
  line-height: 33px;
  color: #222222;
  max-width: 600px;
  padding-top: 46px;
}

.memberProfile .sectionHeading h3 {
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  background: linear-gradient(270deg, #f58634 0%, #ee314d 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  display: inline;
  text-align: center;
}
.memberProfile .sectionHeading h4 {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 37px;
  color: #1c1c1d;
  margin-bottom: 40px;
}
.memberProfile .aboutCompany {
  display: grid;
  grid-template-columns: 12% 66% 12%;
  grid-column-gap: 5%;
  text-align: justify;
  max-width: 100%;
  margin: auto;
}

.memberProfile .cardRed,
.memberProfile .cardOrange {
  width: 100%;
  height: 205px;
  border-radius: 6px;
  text-align: center;
  padding-top: 32px;
}
.memberProfile .cardRed {
  background: #ff6c58;
}
.memberProfile .cardOrange {
  background: #ffac60;
}
.memberProfile .overview {
  margin-top: 90px;
}
.memberProfile .overview span {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #ffffff;
  text-align: center;
}
.memberProfile .overview strong {
  font-weight: 500;
  font-size: 35px;
  line-height: 60px;
  color: #ffffff;
  text-align: center;
}
.memberProfile .aboutCompany span {
  display: block;
  text-align: center;
}

.memberProfile .technology {
  width: 100%;
  height: 400px;
  background: #fff6f0;
  background-position: center;
  padding-top: 59px;
}
.memberProfile .technology div {
  width: 95%;
  margin: auto;
}

.memberProfile .techName {
  background-color: #fff;
  border: 1px solid #ede6e2;
  border-radius: 4px;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.02em;
  color: #000000;
  padding: 12px 16px; /*margin-right:19px; margin-bottom:22px;*/
  margin: 14px;
}

.memberProfile .ourProduct {
  width: 100%;
  height: 890px;
  background: url("../../images/our_product_bg.png") no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 59px;
}

.memberProfile .ourProduct .productCard {
  display: grid;
  grid-template-columns: 30% 30% 30%;
  grid-column-gap: 5%;
  width: 100%;
  max-width: 1170px;
  margin: auto;
}
.memberProfile .ourProduct .productCard h5 {
  width: 100%;
  display: block;
  font-weight: 500;
  font-size: 17px;
  line-height: 26px;
  color: #000000 !important;
  text-align: left;
  margin: 0px;
  padding: 12px 17px;
}

.productCard .card span img {
  max-width: 351px;
  height: 235px;
  border-radius: 8px 8px 0 0;
}
.memberProfile .award {
  width: 100%;
  height: auto;
  background: url("../../images/award_bg.png") no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 59px;
}
.memberProfile .award .card {
  width: 230px;
  height: 250px;
  background: #ffffff;
  box-shadow: 0px 6px 4px rgba(2, 2, 2, 0.03);
  border-radius: 5px;
  padding: 16px;
  text-align: center;
}
/* ============ */
.contactUs.sectionHeading {
  padding-top: 59px;
}
.memberProfile .contactUs .card span {
  font-weight: 500;
  font-size: 17px;
  line-height: 26px;
  color: #bd8d6e;
  display: block;
  padding-bottom: 23px;
}
.memberProfile .contactUs .card a {
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #000000;
  margin: 0px 8px;
  cursor: pointer;
}
.memberProfile .contactNo .sociaMedia a {
  cursor: default;
}

.contactUs .grid3 {
  max-width: 1040px;
  margin: auto;
  display: grid;
  grid-template-columns: 30% 30% 30%;
  grid-column-gap: 5%;
}
.contactUs.sectionHeading .grid3 .email a {
  height: 2em;
  line-height: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  width: 100%;
}

/*
	====================
	register form
	==============
*/
.registerForm .selectedPackage {
  display: grid;
  grid-template-columns: 45% 55%;
  grid-column-gap: 0%;
  /* max-width:1030px;*/
  max-width: 90%;
  padding: 15px 24px;
  margin: auto;
  margin-top: -50px;
  margin-bottom: 30px;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}
.selectedPackage .package {
  display: inline-block;
}
.selectedPackage .packagePrice {
  display: inline-block;
  border-left: 1px solid #eaeaea;
  padding-left: 25px;
}
.selectedPackage h6 {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  background: linear-gradient(270deg, #f58634 0%, #ee314d 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin: 0px;
}
.selectedPackage h3 {
  display: inline-block;
  margin-left: 25px;
  font-size: 16px;
}
.selectedPackage .packageName img {
  top: 4px;
  padding-left: 5px;
}
.selectedPackage .packagePrice a {
  float: right;
  top: 4px;
  font-size: 13px;
  font-weight: 500;
  line-height: 18px;
  color: #15528a;
  text-decoration: underline;
}

.membership_form {
  max-width: 100%;
  margin: auto;
  margin-top: 60px;
}

.membership_form .card .form li .val p {
  display: inline-block;
  margin-left: 20px;
  font-size: 14px;
}

.membership_form .passwordDiv a {
  position: absolute;
  top: 13px;
  right: 0px;
  width: 60%;
}

/*===============*/
.tagify--outside {
  border: 0;
}
.tagify__tag {
  background-color: #fde6d5 !important;
  padding: 10px 12px 4px;
  margin-right: 18px;
  margin-bottom: 20px;
  border-radius: 4px;
}

.tagify__tag > div::before {
  display: none;
}
.tagify__input {
  padding: 10px;
  border: 1px solid #eaeaea !important;
  border-radius: 4px;
}
/*.tagify__input:before{opacity:0.5! important;}*/
.input.tagify__tag-text {
  background-color: red;
}
.tagify--outside .tagify__input {
  order: -1;
  flex: 100%;
  border: 1px solid var(--tags-border-color);
  margin-bottom: 20px;
  transition: 0.1s;
}
.tagify__tag-text {
  font-family: "Poppins";
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #000000;
}

.tagify__tag__removeBtn::after {
  color: #d66677;
  font-size: 20px;
  font-weight: 500;
  position: absolute;
  top: -4px;
  left: 1px;
  z-index: 1000;
}
.tagify__tag__removeBtn:hover {
  background-color: #fde6d5;
}

.tagify--outside .tagify__input:hover {
  border-color: #fde6d5;
}
.tagify--outside.tagify--focus .tagify__input {
  transition: 0s;
  border-color: var(--tags-focus-border-color);
}

/* 
	===============================	
	FOR IPAD  1024
	===============================
*/
@media only screen and (max-width: 1050px) {
  /*============*/
  .gradient .btn {
    font-weight: 500;
    font-size: 13px;
    color: #fff;
    line-height: 17px;
    padding: 6px 14px;
  }
  .additionalDetails div::after {
    width: 185px;
  }
  .myAccountCard .myProfile .button.gradient {
    margin-top: 135px;
  }
  .card .viewTable li span p {
    padding: 0px;
  }
  .myAccountCard .packageInfo a {
    float: none;
    padding-top: 10px;
  }
  .myAccountCard .myProfile .button.gradient {
    top: 24px;
  }

  /*chnage pachage */
  .grid2 {
    width: 100%;
  }
  .changePackage .cardTitle h4 {
    display: block;
  }
  .changePackage .card .viewTable li {
    grid-template-columns: 210px calc(100% - 210px);
  }
}

/* 
	=========================
	Mobile
	=========================
*/
@media only screen and (max-width: 767px) {
  /*==============*/
  .card.whiteBox {
    margin: auto 5%;
    padding: 24px;
  }
  .userForm h3 {
    margin: auto 5%;
    font-size: 17px;
  }
  .form li .lbl {
    padding-bottom: 12px;
  }
  .grid2 {
    display: block;
  }
  .cardContent .viewTable li label {
    display: block;
  }
  .cardContent .viewTable li label::after {
    display: none;
  }
  .card .viewTable li span {
    padding: 14px 0px;
  }

  /* Registration Form*/
  .registerForm .selectedPackage {
    display: block !important;
    max-width: 100%;
    padding: 16px;
    border-radius: 6px;
  }
  .selectedPackage h6 {
    font-size: 14px;
  }
  .selectedPackage h3 {
    font-size: 14px;
    text-align: right;
  }
  .selectedPackage .packagePrice {
    border-left: transparent;
    padding-left: 0px;
    text-align: left;
  }
  .membership_form {
    margin-top: 24px;
  }

  .thankYouPage li {
    display: block !important;
    margin-left: 16px !important;
  }

  .userForm h2 {
    font-size: 28px;
  }

  /*==============*/
  .gradient .btn {
    padding: 8px 14px;
  }
  .card.companyInfo .button.gradient {
    right: -5px;
    top: 55px;
  }

  .myAccountCard .myProfile .button.gradient {
    margin-top: 65px;
    left: 0px;
  }

  /*==============*/
  .card {
    padding: 16px;
  }
  .profileWrapper {
    display: block;
  }
  .wrapper {
    padding-left: 18px;
    padding-right: 18px;
  }
  .profileTabSection .card {
    padding: 15px;
  }
  .input {
    width: 100% !important;
  }
  .form li {
    display: block;
  }
  .importFile .dropArea,
  .dropPreview {
    display: block;
  }
  .dropArea .element.elementMob {
    width: 310px;
    height: 180px;
    border: 1px dashed #d1d1d1;
    margin-bottom: 120px;
  }
  .extExcelDiv .logo {
    max-width: 310px !important;
  }
  .importFile .dropArea .elementMob h5 {
    margin-top: 40px;
  }
  .companyLogo {
    border-top: 1px solid #e0e0e0;
    margin: 14px 0px 0px !important;
    padding: 26px 0px 0px !important;
  }
  .card.companyInfo {
    padding: 20px;
  }
  .details .companyInfo {
    max-width: 350px;
  }
  .companyInfo .myProfile {
    padding-left: 0px;
  }

  .companyInfo .rightPanal {
    border: none;
  }
  .myAccountCard {
    display: block;
  }
  .myAccountCard .cardContent span.gradient {
    position: relative;
    top: 0px !important;
    left: 0px;
  }

  .inputNotes .notes {
    width: 180px;
  }
  .additionalDetails div::after {
    width: 230px;
  }
  .contactUs .grid3 {
    display: block;
  }

  /*==============*/
  .listingSection {
    display: block;
  }
  .listingBtn {
    position: absolute;
    top: 10px;
    right: 10px;
    background: none;
  }

  /*====================*/
  .addBtn,
  .removeBtn,
  .resetBtn {
    display: none;
  }
  .addICon a {
    font-size: 13px;
    color: #64ddbb;
    top: -7px;
    padding: 10px 0px;
  }
  .removeIcon a {
    font-size: 13px;
    color: #ee314d;
    top: -12px;
  }
  .addICon,
  .removeIcon {
    display: block;
    position: absolute;
    top: -10px;
    right: 0px;
  }
  .addICon img,
  .removeIcon img {
    top: 7px;
    margin-right: 2px;
  }

  /*==============*/
  .memberProfile .aboutCompany {
    display: block;
  }
  .memberProfile .technology {
    height: 750px;
  }
  .memberProfile .ourProduct .productCard {
    display: block;
    margin-bottom: 20px !important;
  }
  .productCard,
  .grid3 {
    display: block;
    margin-bottom: 20px !important;
  }
  .memberProfile .cardRed,
  .cardOrange {
    width: 100%;
    margin-bottom: 20px;
  }

  .memberProfile .cardOrange {
    width: 100%;
    margin-bottom: 20px;
  }
  .memberProfile .award .card {
    height: 100px;
  }
  .memberProfile .award .card img {
    width: 80px;
  }

  /*=============*/
  .memberDirectory .grid3 {
    display: block;
  }
  .memberDirectory .grid3 span {
    display: inline-block;
    border: none;
    padding: 6px 18px;
  }

  .memberDirectory .grid3 span:last-child {
    display: block;
    width: 100%;
    text-align: center;
  }

  /*
		================================
		#Section = Page Search For Mobile
		================================
	*/
  .pageSearch {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 20005;
    width: 100% !important;
    height: 100% !important;
    display: block;
    padding: 0px !important;

    background-size: contain;
    background-color: #ffffff;

    -webkit-transform: translate3d(105%, 0, 0);
    -moz-transform: translate3d(105%, 0, 0);
    transform: translate3d(105%, 0, 0);

    overflow: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;

    -webkit-transition: -webkit-transform 350ms ease;
    -moz-transition: -moz-transform 350ms ease;
    transition: transform 350ms ease;
  }
  .pageSearch input[type="text"],
  .pageSearch select {
    padding: 12px !important;
  }
  .pageSearch input[type="text"]:focus,
  .pageSearch select:focus {
    border-color: #297cd3 !important;
  }
  .pageSearch .filed {
    display: block;
    margin-bottom: 25px;
  }
  .pageSearch .searchBtn {
    position: fixed !important;
    width: 100%;
    height: 55px;
    top: auto !important;
    right: auto !important;
    bottom: 0px;
    left: 0px;
    z-index: 10;
  }
  .pageSearch .searchBtn .searchLoader {
    width: 100%;
  }
  .pageSearch .searchBtn input {
    width: 100%;
    height: 55px;
    border-radius: 0px;
  }
  .pageSearch .clearBtn {
    position: fixed !important;
    top: 10px;
    right: 10px;
    padding-top: 15px;
    text-align: center;
  }
  /*=============*/
  .pageSearch .clearBtn input {
    color: #fff;
  }
  .Collection .pageSearch {
    display: block;
  }
  .collection .pageSearch .searchBtn {
    bottom: 0px !important;
  }
  .pageSearch .searchWrapper {
    padding-right: 0px;
    display: block !important;
  }
  .pageSearch .searchWrapper span {
    width: 100%;
    border-bottom: 1px solid #e8e8e8;
  }

  .card .viewTable li {
    display: block;
  }
}
.validation span {
  color: red;
  font-size: 12px;
  margin-top: 5px;
  display: block;
}

.status-container {
    position: relative;
    display: inline-block;
    padding: 5px 10px;
}

.status-actions {
    display: none; /* Hide by default */
    position: absolute;
    top: 100%;
    left: 0;
    background: #ffffff;
    border: 1px solid #ddd;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    padding: 5px;
    z-index: 10;
    white-space: nowrap;
}

tr:hover .status-actions {
    display: block; /* Show on hover of the row */
}


/* .elementor-12
  .elementor-element.elementor-element-eaf0300
  > .elementor-container {
  max-width: 1170px;
}

.elementor-12
  .elementor-element.elementor-element-eaf0300:not(
    .elementor-motion-effects-element-type-background
  ),
.elementor-12
  .elementor-element.elementor-element-eaf0300
  > .elementor-motion-effects-container
  > .elementor-motion-effects-layer {
  background-color: #fef6f1;
}

.elementor-12 .elementor-element.elementor-element-eaf0300 {
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 45px 0px 45px 0px;
}

.elementor-12
  .elementor-element.elementor-element-eaf0300
  > .elementor-background-overlay {
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.elementor-12
  .elementor-element.elementor-element-ee200c1
  > .elementor-widget-wrap
  > .elementor-widget:not(.elementor-widget__width-auto):not(
    .elementor-widget__width-initial
  ):not(:last-child):not(.elementor-absolute) {
  margin-bottom: 0px;
}

.elementor-12
  .elementor-element.elementor-element-ee200c1
  > .elementor-element-populated {
  margin: 0px 150px 0px 150px;
  --e-column-margin-right: 150px;
  --e-column-margin-left: 150px;
  padding: 0px 0px 0px 0px;
}

.elementor-12 .elementor-element.elementor-element-9cb6d73 {
  text-align: center;
}

.elementor-12
  .elementor-element.elementor-element-9cb6d73
  .elementor-heading-title {
  color: var(--e-global-color-accent);
  font-family: "Montserrat", Sans-serif;
  font-size: 20px;
  font-weight: 600;
  text-transform: none;
}

.elementor-12
  .elementor-element.elementor-element-9cb6d73
  > .elementor-widget-container {
  padding: 0px 0px 18px 0px;
}

.elementor-12 .elementor-element.elementor-element-5cbf5ac {
  text-align: center;
}

.elementor-12
  .elementor-element.elementor-element-5cbf5ac
  .elementor-heading-title {
  font-family: "Montserrat", Sans-serif;
  font-size: 57px;
  font-weight: bold;
  text-transform: none;
  line-height: 73px;
}

.elementor-12
  .elementor-element.elementor-element-5cbf5ac
  > .elementor-widget-container {
  padding: 0px 65px 0px 65px;
}

.elementor-12 .elementor-element.elementor-element-ad013fa {
  text-align: center;
  color: var(--e-global-color-text);
  font-family: "Poppins", Sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 34px;
}

.elementor-12
  .elementor-element.elementor-element-ad013fa
  > .elementor-widget-container {
  margin: 0px 0px 0px 0px;
  padding: 20px 50px 40px 50px;
}

.elementor-12
  .elementor-element.elementor-element-8bdf731
  .elementor-icon-wrapper {
  text-align: center;
}

.elementor-12
  .elementor-element.elementor-element-8bdf731.elementor-view-stacked
  .elementor-icon {
  background-color: #34303005;
}

.elementor-12
  .elementor-element.elementor-element-8bdf731.elementor-view-framed
  .elementor-icon,
.elementor-12
  .elementor-element.elementor-element-8bdf731.elementor-view-default
  .elementor-icon {
  color: #34303005;
  border-color: #34303005;
}

.elementor-12
  .elementor-element.elementor-element-8bdf731.elementor-view-framed
  .elementor-icon,
.elementor-12
  .elementor-element.elementor-element-8bdf731.elementor-view-default
  .elementor-icon
  svg {
  fill: #34303005;
}

.elementor-12 .elementor-element.elementor-element-8bdf731 .elementor-icon {
  font-size: 57px;
}

.elementor-12 .elementor-element.elementor-element-8bdf731 .elementor-icon i,
.elementor-12 .elementor-element.elementor-element-8bdf731 .elementor-icon svg {
  transform: rotate(0deg);
}

.elementor-12 .elementor-element.elementor-element-8bdf731 {
  width: auto;
  max-width: auto;
  top: 0%;
}

body:not(.rtl) .elementor-12 .elementor-element.elementor-element-8bdf731 {
  left: 95%;
}

body.rtl .elementor-12 .elementor-element.elementor-element-8bdf731 {
  right: 95%;
}

.elementor-12
  .elementor-element.elementor-element-7c47aa3
  .elementor-icon-wrapper {
  text-align: center;
}

.elementor-12
  .elementor-element.elementor-element-7c47aa3.elementor-view-stacked
  .elementor-icon {
  background-color: #34303005;
}

.elementor-12
  .elementor-element.elementor-element-7c47aa3.elementor-view-framed
  .elementor-icon,
.elementor-12
  .elementor-element.elementor-element-7c47aa3.elementor-view-default
  .elementor-icon {
  color: #34303005;
  border-color: #34303005;
}

.elementor-12
  .elementor-element.elementor-element-7c47aa3.elementor-view-framed
  .elementor-icon,
.elementor-12
  .elementor-element.elementor-element-7c47aa3.elementor-view-default
  .elementor-icon
  svg {
  fill: #34303005;
}

.elementor-12 .elementor-element.elementor-element-7c47aa3 .elementor-icon {
  font-size: 50px;
}

.elementor-12 .elementor-element.elementor-element-7c47aa3 .elementor-icon i,
.elementor-12 .elementor-element.elementor-element-7c47aa3 .elementor-icon svg {
  transform: rotate(0deg);
}

.elementor-12 .elementor-element.elementor-element-7c47aa3 {
  width: auto;
  max-width: auto;
  top: 39%;
}

body:not(.rtl) .elementor-12 .elementor-element.elementor-element-7c47aa3 {
  left: -88px;
}

body.rtl .elementor-12 .elementor-element.elementor-element-7c47aa3 {
  right: -88px;
}

.elementor-12
  .elementor-element.elementor-element-cabab7e
  > .elementor-widget-container {
  padding: 0px 0px 20px 0px;
}

.elementor-12
  .elementor-element.elementor-element-802f7a0
  .elementor-spacer-inner {
  --spacer-size: 165px;
}

.elementor-12 .elementor-element.elementor-element-272d251 {
  margin-top: -240px;
  margin-bottom: 0px;
  padding: 0px 180px 0px 180px;
  z-index: 500;
}

.elementor-bc-flex-widget
  .elementor-12
  .elementor-element.elementor-element-55ef091.elementor-column
  .elementor-widget-wrap {
  align-items: flex-start;
}

.elementor-12
  .elementor-element.elementor-element-55ef091.elementor-column.elementor-element[data-element_type="column"]
  > .elementor-widget-wrap.elementor-element-populated {
  align-content: flex-start;
  align-items: flex-start;
}

.elementor-12
  .elementor-element.elementor-element-55ef091.elementor-column
  > .elementor-widget-wrap {
  justify-content: center;
}

.elementor-12
  .elementor-element.elementor-element-55ef091
  > .elementor-widget-wrap
  > .elementor-widget:not(.elementor-widget__width-auto):not(
    .elementor-widget__width-initial
  ):not(:last-child):not(.elementor-absolute) {
  margin-bottom: 0px;
}

.elementor-12
  .elementor-element.elementor-element-55ef091:not(
    .elementor-motion-effects-element-type-background
  )
  > .elementor-widget-wrap,
.elementor-12
  .elementor-element.elementor-element-55ef091
  > .elementor-widget-wrap
  > .elementor-motion-effects-container
  > .elementor-motion-effects-layer {
  background-color: #ffffff;
}

.elementor-12
  .elementor-element.elementor-element-55ef091
  > .elementor-element-populated,
.elementor-12
  .elementor-element.elementor-element-55ef091
  > .elementor-element-populated
  > .elementor-background-overlay,
.elementor-12
  .elementor-element.elementor-element-55ef091
  > .elementor-background-slideshow {
  border-radius: 8px 8px 8px 8px;
}

.elementor-12
  .elementor-element.elementor-element-55ef091
  > .elementor-element-populated {
  box-shadow: 0px 0px 8px 0px
    rgba(0.008285522460928974, 0.008285522460928974, 0.008285522460928974, 0.2);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin: 20px 20px 0px 20px;
  --e-column-margin-right: 20px;
  --e-column-margin-left: 20px;
  padding: 20px 20px 20px 20px;
}

.elementor-12
  .elementor-element.elementor-element-55ef091
  > .elementor-element-populated
  > .elementor-background-overlay {
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.elementor-12
  .elementor-element.elementor-element-b135223
  > .elementor-container
  > .elementor-column
  > .elementor-widget-wrap {
  align-content: center;
  align-items: center;
}

.elementor-12
  .elementor-element.elementor-element-93da9e2
  > .elementor-widget-wrap
  > .elementor-widget:not(.elementor-widget__width-auto):not(
    .elementor-widget__width-initial
  ):not(:last-child):not(.elementor-absolute) {
  margin-bottom: 0px;
}

.elementor-12
  .elementor-element.elementor-element-93da9e2
  > .elementor-element-populated {
  padding: 0px 0px -10px 0px;
}

.elementor-12
  .elementor-element.elementor-element-6d66056.elementor-position-right
  .elementor-image-box-img {
  margin-left: 12px;
}

.elementor-12
  .elementor-element.elementor-element-6d66056.elementor-position-left
  .elementor-image-box-img {
  margin-right: 12px;
}

.elementor-12
  .elementor-element.elementor-element-6d66056.elementor-position-top
  .elementor-image-box-img {
  margin-bottom: 12px;
}

.elementor-12
  .elementor-element.elementor-element-6d66056
  .elementor-image-box-wrapper
  .elementor-image-box-img {
  width: 35%;
}

.elementor-12
  .elementor-element.elementor-element-6d66056
  .elementor-image-box-img
  img {
  transition-duration: 0.3s;
}

.elementor-12
  .elementor-element.elementor-element-6d66056
  .elementor-image-box-wrapper {
  text-align: left;
}

.elementor-12
  .elementor-element.elementor-element-6d66056
  .elementor-image-box-title {
  color: var(--e-global-color-primary);
  font-family: "Poppins", Sans-serif;
  font-size: 15px;
  font-weight: 500;
  text-transform: none;
  line-height: 25px;
}

.elementor-12
  .elementor-element.elementor-element-24c0c98.elementor-column
  > .elementor-widget-wrap {
  justify-content: flex-end;
}

.elementor-12
  .elementor-element.elementor-element-24c0c98
  > .elementor-widget-wrap
  > .elementor-widget:not(.elementor-widget__width-auto):not(
    .elementor-widget__width-initial
  ):not(:last-child):not(.elementor-absolute) {
  margin-bottom: 0px;
}

.elementor-12
  .elementor-element.elementor-element-24c0c98
  > .elementor-element-populated {
  margin: 0px 0px 0px 0px;
  --e-column-margin-right: 0px;
  --e-column-margin-left: 0px;
  padding: 0px 0px 0px 0px;
}

.elementor-12 .elementor-element.elementor-element-15a2d66 .elementor-button {
  font-family: "Poppins", Sans-serif;
  font-size: 16px;
  font-weight: 500;
  fill: #4186b6;
  color: #4186b6;
  background-color: #ffffff;
  border-style: solid;
  border-width: 2px 2px 2px 2px;
  border-color: #5397c7;
  border-radius: 6px 6px 6px 6px;
  padding: 12px 18px 12px 18px;
}

.elementor-12
  .elementor-element.elementor-element-15a2d66
  .elementor-button:hover,
.elementor-12
  .elementor-element.elementor-element-15a2d66
  .elementor-button:focus {
  color: #ffffff;
  background-color: #4186b6;
}

.elementor-12
  .elementor-element.elementor-element-15a2d66
  .elementor-button:hover
  svg,
.elementor-12
  .elementor-element.elementor-element-15a2d66
  .elementor-button:focus
  svg {
  fill: #ffffff;
}

.elementor-12
  .elementor-element.elementor-element-15a2d66
  > .elementor-widget-container {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

.elementor-12 .elementor-element.elementor-element-15a2d66 {
  width: auto;
  max-width: auto;
  align-self: center;
}

.elementor-12 .elementor-element.elementor-element-675ff1f {
  margin-top: -240px;
  margin-bottom: 0px;
  padding: 0px 180px 0px 180px;
  z-index: 500;
}

.elementor-bc-flex-widget
  .elementor-12
  .elementor-element.elementor-element-0ffca40.elementor-column
  .elementor-widget-wrap {
  align-items: flex-start;
}

.elementor-12
  .elementor-element.elementor-element-0ffca40.elementor-column.elementor-element[data-element_type="column"]
  > .elementor-widget-wrap.elementor-element-populated {
  align-content: flex-start;
  align-items: flex-start;
}

.elementor-12
  .elementor-element.elementor-element-0ffca40.elementor-column
  > .elementor-widget-wrap {
  justify-content: center;
}

.elementor-12
  .elementor-element.elementor-element-0ffca40
  > .elementor-widget-wrap
  > .elementor-widget:not(.elementor-widget__width-auto):not(
    .elementor-widget__width-initial
  ):not(:last-child):not(.elementor-absolute) {
  margin-bottom: 0px;
}

.elementor-12
  .elementor-element.elementor-element-0ffca40:not(
    .elementor-motion-effects-element-type-background
  )
  > .elementor-widget-wrap,
.elementor-12
  .elementor-element.elementor-element-0ffca40
  > .elementor-widget-wrap
  > .elementor-motion-effects-container
  > .elementor-motion-effects-layer {
  background-color: #ffffff;
}

.elementor-12
  .elementor-element.elementor-element-0ffca40
  > .elementor-element-populated,
.elementor-12
  .elementor-element.elementor-element-0ffca40
  > .elementor-element-populated
  > .elementor-background-overlay,
.elementor-12
  .elementor-element.elementor-element-0ffca40
  > .elementor-background-slideshow {
  border-radius: 8px 8px 8px 8px;
}

.elementor-12
  .elementor-element.elementor-element-0ffca40
  > .elementor-element-populated {
  box-shadow: 0px 0px 8px 0px
    rgba(0.008285522460928974, 0.008285522460928974, 0.008285522460928974, 0.2);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin: 20px 20px 0px 20px;
  --e-column-margin-right: 20px;
  --e-column-margin-left: 20px;
  padding: 20px 20px 20px 20px;
}

.elementor-12
  .elementor-element.elementor-element-0ffca40
  > .elementor-element-populated
  > .elementor-background-overlay {
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.elementor-12
  .elementor-element.elementor-element-0b7268c
  > .elementor-container
  > .elementor-column
  > .elementor-widget-wrap {
  align-content: center;
  align-items: center;
}

.elementor-12
  .elementor-element.elementor-element-5a8ef2b
  > .elementor-widget-wrap
  > .elementor-widget:not(.elementor-widget__width-auto):not(
    .elementor-widget__width-initial
  ):not(:last-child):not(.elementor-absolute) {
  margin-bottom: 0px;
}

.elementor-12
  .elementor-element.elementor-element-5a8ef2b
  > .elementor-element-populated {
  padding: 0px 0px -10px 0px;
}

.elementor-12
  .elementor-element.elementor-element-f1407d4.elementor-position-right
  .elementor-image-box-img {
  margin-left: 12px;
}

.elementor-12
  .elementor-element.elementor-element-f1407d4.elementor-position-left
  .elementor-image-box-img {
  margin-right: 12px;
}

.elementor-12
  .elementor-element.elementor-element-f1407d4.elementor-position-top
  .elementor-image-box-img {
  margin-bottom: 12px;
}

.elementor-12
  .elementor-element.elementor-element-f1407d4
  .elementor-image-box-wrapper
  .elementor-image-box-img {
  width: 35%;
}

.elementor-12
  .elementor-element.elementor-element-f1407d4
  .elementor-image-box-img
  img {
  transition-duration: 0.3s;
}

.elementor-12
  .elementor-element.elementor-element-f1407d4
  .elementor-image-box-wrapper {
  text-align: left;
}

.elementor-12
  .elementor-element.elementor-element-f1407d4
  .elementor-image-box-title {
  color: var(--e-global-color-primary);
  font-family: "Poppins", Sans-serif;
  font-size: 15px;
  font-weight: 500;
  text-transform: none;
  line-height: 25px;
}

.elementor-12
  .elementor-element.elementor-element-522a6ff.elementor-column
  > .elementor-widget-wrap {
  justify-content: flex-end;
}

.elementor-12
  .elementor-element.elementor-element-522a6ff
  > .elementor-widget-wrap
  > .elementor-widget:not(.elementor-widget__width-auto):not(
    .elementor-widget__width-initial
  ):not(:last-child):not(.elementor-absolute) {
  margin-bottom: 0px;
}

.elementor-12
  .elementor-element.elementor-element-522a6ff
  > .elementor-element-populated {
  margin: 0px 0px 0px 0px;
  --e-column-margin-right: 0px;
  --e-column-margin-left: 0px;
  padding: 0px 0px 0px 0px;
}

.elementor-12 .elementor-element.elementor-element-b571b02 {
  text-align: center;
  color: #000000;
  font-family: "Poppins", Sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 33px;
}

.elementor-12
  .elementor-element.elementor-element-b571b02
  > .elementor-widget-container {
  padding: 0px 0px 0px 0px;
}

.elementor-12
  .elementor-element.elementor-element-51eb8b6.elementor-column
  > .elementor-widget-wrap {
  justify-content: flex-end;
}

.elementor-12
  .elementor-element.elementor-element-51eb8b6
  > .elementor-widget-wrap
  > .elementor-widget:not(.elementor-widget__width-auto):not(
    .elementor-widget__width-initial
  ):not(:last-child):not(.elementor-absolute) {
  margin-bottom: 0px;
}

.elementor-12
  .elementor-element.elementor-element-51eb8b6
  > .elementor-element-populated {
  margin: 0px 0px 0px 0px;
  --e-column-margin-right: 0px;
  --e-column-margin-left: 0px;
  padding: 0px 0px 0px 0px;
}

.elementor-12 .elementor-element.elementor-element-d9ec2a7 .elementor-button {
  font-family: "Poppins", Sans-serif;
  font-size: 16px;
  font-weight: 500;
  fill: #4186b6;
  color: #4186b6;
  background-color: #ffffff;
  border-style: solid;
  border-width: 2px 2px 2px 2px;
  border-color: #5397c7;
  border-radius: 6px 6px 6px 6px;
  padding: 12px 18px 12px 18px;
}

.elementor-12
  .elementor-element.elementor-element-d9ec2a7
  .elementor-button:hover,
.elementor-12
  .elementor-element.elementor-element-d9ec2a7
  .elementor-button:focus {
  color: #ffffff;
  background-color: #4186b6;
}

.elementor-12
  .elementor-element.elementor-element-d9ec2a7
  .elementor-button:hover
  svg,
.elementor-12
  .elementor-element.elementor-element-d9ec2a7
  .elementor-button:focus
  svg {
  fill: #ffffff;
}

.elementor-12
  .elementor-element.elementor-element-d9ec2a7
  > .elementor-widget-container {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

.elementor-12 .elementor-element.elementor-element-d9ec2a7 {
  width: auto;
  max-width: auto;
  align-self: center;
}

.elementor-12 .elementor-element.elementor-element-a581ea4 {
  margin-top: -240px;
  margin-bottom: 0px;
  padding: 0px 160px 0px 160px;
  z-index: 500;
}

.elementor-bc-flex-widget
  .elementor-12
  .elementor-element.elementor-element-f22f3dc.elementor-column
  .elementor-widget-wrap {
  align-items: flex-start;
}

.elementor-12
  .elementor-element.elementor-element-f22f3dc.elementor-column.elementor-element[data-element_type="column"]
  > .elementor-widget-wrap.elementor-element-populated {
  align-content: flex-start;
  align-items: flex-start;
}

.elementor-12
  .elementor-element.elementor-element-f22f3dc.elementor-column
  > .elementor-widget-wrap {
  justify-content: center;
}

.elementor-12
  .elementor-element.elementor-element-f22f3dc
  > .elementor-widget-wrap
  > .elementor-widget:not(.elementor-widget__width-auto):not(
    .elementor-widget__width-initial
  ):not(:last-child):not(.elementor-absolute) {
  margin-bottom: 0px;
}

.elementor-12
  .elementor-element.elementor-element-f22f3dc:not(
    .elementor-motion-effects-element-type-background
  )
  > .elementor-widget-wrap,
.elementor-12
  .elementor-element.elementor-element-f22f3dc
  > .elementor-widget-wrap
  > .elementor-motion-effects-container
  > .elementor-motion-effects-layer {
  background-color: #ffffff;
}

.elementor-12
  .elementor-element.elementor-element-f22f3dc
  > .elementor-element-populated,
.elementor-12
  .elementor-element.elementor-element-f22f3dc
  > .elementor-element-populated
  > .elementor-background-overlay,
.elementor-12
  .elementor-element.elementor-element-f22f3dc
  > .elementor-background-slideshow {
  border-radius: 8px 8px 8px 8px;
}

.elementor-12
  .elementor-element.elementor-element-f22f3dc
  > .elementor-element-populated {
  box-shadow: 0px 0px 8px 0px
    rgba(0.008285522460928974, 0.008285522460928974, 0.008285522460928974, 0.2);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin: 20px 12px 0px 12px;
  --e-column-margin-right: 12px;
  --e-column-margin-left: 12px;
  padding: 25px 25px 25px 25px;
}

.elementor-12
  .elementor-element.elementor-element-f22f3dc
  > .elementor-element-populated
  > .elementor-background-overlay {
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.elementor-12 .elementor-element.elementor-element-01065ea {
  text-align: center;
  color: #3174ab;
  font-family: "Poppins", Sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 25px;
}

.elementor-12
  .elementor-element.elementor-element-01065ea
  > .elementor-widget-container {
  padding: 0px 0px 10px 0px;
}

.elementor-12 .elementor-element.elementor-element-8f7be2f {
  text-align: center;
}

.elementor-12
  .elementor-element.elementor-element-8f7be2f
  .elementor-heading-title {
  color: #3174ab;
  font-family: "Poppins", Sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

.elementor-12
  .elementor-element.elementor-element-8f7be2f
  > .elementor-widget-container {
  padding: 0px 0px 35px 0px;
}

.elementor-12 .elementor-element.elementor-element-7c5ccfe {
  text-align: center;
}

.elementor-12
  .elementor-element.elementor-element-7c5ccfe
  > .elementor-widget-container {
  padding: 0px 0px 20px 0px;
}

.elementor-12 .elementor-element.elementor-element-1b1365d {
  text-align: center;
  color: #666666;
  font-family: "Poppins", Sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 33px;
}

.elementor-12 .elementor-element.elementor-element-a2c8958 {
  text-align: center;
  color: #2f2f2f;
  font-family: "Poppins", Sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 33px;
}

.elementor-12 .elementor-element.elementor-element-c12724f {
  text-align: center;
  color: #2f2f2f;
  font-family: "Poppins", Sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 20px;
}

.elementor-12 .elementor-element.elementor-element-e5770f0 {
  text-align: center;
  color: #666666;
  font-family: "Poppins", Sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 33px;
}

.elementor-12 .elementor-element.elementor-element-7cbaa4b {
  text-align: center;
  color: #2f2f2f;
  font-family: "Poppins", Sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 33px;
}

.elementor-12
  .elementor-element.elementor-element-7cbaa4b
  > .elementor-widget-container {
  padding: 0px 0px 10px 0px;
}

.elementor-12 .elementor-element.elementor-element-a160307 {
  text-align: center;
  color: #000000;
  font-family: "Poppins", Sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 33px;
}

.elementor-12
  .elementor-element.elementor-element-a160307
  > .elementor-widget-container {
  padding: 10px 0px 0px 0px;
  border-style: solid;
  border-width: 2px 0px 0px 0px;
  border-color: #ececec;
}

.elementor-12 .elementor-element.elementor-element-5976b70 .elementor-button {
  font-family: "Poppins", Sans-serif;
  font-size: 16px;
  font-weight: 500;
  fill: #4186b6;
  color: #4186b6;
  background-color: #ffffff;
  border-style: solid;
  border-width: 2px 2px 2px 2px;
  border-color: #5397c7;
  border-radius: 6px 6px 6px 6px;
  padding: 12px 18px 12px 18px;
}

.elementor-12
  .elementor-element.elementor-element-5976b70
  .elementor-button:hover,
.elementor-12
  .elementor-element.elementor-element-5976b70
  .elementor-button:focus {
  color: #ffffff;
  background-color: #4186b6;
}

.elementor-12
  .elementor-element.elementor-element-5976b70
  .elementor-button:hover
  svg,
.elementor-12
  .elementor-element.elementor-element-5976b70
  .elementor-button:focus
  svg {
  fill: #ffffff;
}

.elementor-12
  .elementor-element.elementor-element-5976b70
  > .elementor-widget-container {
  margin: 15px 0px -50px 0px;
  padding: 0px 0px 0px 0px;
}

.elementor-12 .elementor-element.elementor-element-5976b70 {
  width: auto;
  max-width: auto;
}

.elementor-bc-flex-widget
  .elementor-12
  .elementor-element.elementor-element-823f6ef.elementor-column
  .elementor-widget-wrap {
  align-items: flex-start;
}

.elementor-12
  .elementor-element.elementor-element-823f6ef.elementor-column.elementor-element[data-element_type="column"]
  > .elementor-widget-wrap.elementor-element-populated {
  align-content: flex-start;
  align-items: flex-start;
}

.elementor-12
  .elementor-element.elementor-element-823f6ef.elementor-column
  > .elementor-widget-wrap {
  justify-content: center;
}

.elementor-12
  .elementor-element.elementor-element-823f6ef
  > .elementor-widget-wrap
  > .elementor-widget:not(.elementor-widget__width-auto):not(
    .elementor-widget__width-initial
  ):not(:last-child):not(.elementor-absolute) {
  margin-bottom: 0px;
}

.elementor-12
  .elementor-element.elementor-element-823f6ef:not(
    .elementor-motion-effects-element-type-background
  )
  > .elementor-widget-wrap,
.elementor-12
  .elementor-element.elementor-element-823f6ef
  > .elementor-widget-wrap
  > .elementor-motion-effects-container
  > .elementor-motion-effects-layer {
  background-color: #ffffff;
}

.elementor-12
  .elementor-element.elementor-element-823f6ef
  > .elementor-element-populated,
.elementor-12
  .elementor-element.elementor-element-823f6ef
  > .elementor-element-populated
  > .elementor-background-overlay,
.elementor-12
  .elementor-element.elementor-element-823f6ef
  > .elementor-background-slideshow {
  border-radius: 8px 8px 8px 8px;
}

.elementor-12
  .elementor-element.elementor-element-823f6ef
  > .elementor-element-populated {
  box-shadow: 0px 0px 8px 0px
    rgba(0.008285522460928974, 0.008285522460928974, 0.008285522460928974, 0.2);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin: 20px 12px 0px 12px;
  --e-column-margin-right: 12px;
  --e-column-margin-left: 12px;
  padding: 25px 25px 25px 25px;
}

.elementor-12
  .elementor-element.elementor-element-823f6ef
  > .elementor-element-populated
  > .elementor-background-overlay {
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.elementor-12 .elementor-element.elementor-element-6da8df6 {
  text-align: center;
  color: #5ca155;
  font-family: "Poppins", Sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 25px;
}

.elementor-12
  .elementor-element.elementor-element-6da8df6
  > .elementor-widget-container {
  padding: 0px 0px 10px 0px;
}

.elementor-12 .elementor-element.elementor-element-5c2c316 {
  text-align: center;
}

.elementor-12
  .elementor-element.elementor-element-5c2c316
  .elementor-heading-title {
  color: #5ca155;
  font-family: "Poppins", Sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

.elementor-12
  .elementor-element.elementor-element-5c2c316
  > .elementor-widget-container {
  padding: 0px 0px 35px 0px;
}

.elementor-12 .elementor-element.elementor-element-adc39b3 {
  text-align: center;
}

.elementor-12
  .elementor-element.elementor-element-adc39b3
  > .elementor-widget-container {
  padding: 0px 0px 20px 0px;
}

.elementor-12 .elementor-element.elementor-element-c64e99e {
  text-align: center;
  color: #666666;
  font-family: "Poppins", Sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 33px;
}

.elementor-12 .elementor-element.elementor-element-1eabbd3 {
  text-align: center;
  color: #2f2f2f;
  font-family: "Poppins", Sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 33px;
}

.elementor-12 .elementor-element.elementor-element-0e9151a {
  text-align: center;
  color: #2f2f2f;
  font-family: "Poppins", Sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 20px;
}

.elementor-12 .elementor-element.elementor-element-81e5dd2 {
  text-align: center;
  color: #666666;
  font-family: "Poppins", Sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 33px;
}

.elementor-12 .elementor-element.elementor-element-2d7d954 {
  text-align: center;
  color: #2f2f2f;
  font-family: "Poppins", Sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 33px;
}

.elementor-12
  .elementor-element.elementor-element-2d7d954
  > .elementor-widget-container {
  padding: 0px 0px 10px 0px;
}

.elementor-12 .elementor-element.elementor-element-0d6c834 {
  text-align: center;
  color: #000000;
  font-family: "Poppins", Sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 33px;
}

.elementor-12
  .elementor-element.elementor-element-0d6c834
  > .elementor-widget-container {
  padding: 10px 0px 0px 0px;
  border-style: solid;
  border-width: 2px 0px 0px 0px;
  border-color: #ececec;
}

.elementor-12 .elementor-element.elementor-element-0f6c965 .elementor-button {
  font-family: "Poppins", Sans-serif;
  font-size: 16px;
  font-weight: 500;
  fill: #5ca155;
  color: #5ca155;
  background-color: #ffffff;
  border-style: solid;
  border-width: 2px 2px 2px 2px;
  border-color: #5ca155;
  border-radius: 6px 6px 6px 6px;
  padding: 12px 18px 12px 18px;
}

.elementor-12
  .elementor-element.elementor-element-0f6c965
  .elementor-button:hover,
.elementor-12
  .elementor-element.elementor-element-0f6c965
  .elementor-button:focus {
  color: #ffffff;
  background-color: #5ca155;
  border-color: #5ca155;
}

.elementor-12
  .elementor-element.elementor-element-0f6c965
  .elementor-button:hover
  svg,
.elementor-12
  .elementor-element.elementor-element-0f6c965
  .elementor-button:focus
  svg {
  fill: #ffffff;
}

.elementor-12
  .elementor-element.elementor-element-0f6c965
  > .elementor-widget-container {
  margin: 15px 0px -50px 0px;
  padding: 0px 0px 0px 0px;
}

.elementor-12 .elementor-element.elementor-element-0f6c965 {
  width: auto;
  max-width: auto;
}

.elementor-bc-flex-widget
  .elementor-12
  .elementor-element.elementor-element-280e8c5.elementor-column
  .elementor-widget-wrap {
  align-items: flex-start;
}

.elementor-12
  .elementor-element.elementor-element-280e8c5.elementor-column.elementor-element[data-element_type="column"]
  > .elementor-widget-wrap.elementor-element-populated {
  align-content: flex-start;
  align-items: flex-start;
}

.elementor-12
  .elementor-element.elementor-element-280e8c5.elementor-column
  > .elementor-widget-wrap {
  justify-content: center;
}

.elementor-12
  .elementor-element.elementor-element-280e8c5
  > .elementor-widget-wrap
  > .elementor-widget:not(.elementor-widget__width-auto):not(
    .elementor-widget__width-initial
  ):not(:last-child):not(.elementor-absolute) {
  margin-bottom: 0px;
}

.elementor-12
  .elementor-element.elementor-element-280e8c5:not(
    .elementor-motion-effects-element-type-background
  )
  > .elementor-widget-wrap,
.elementor-12
  .elementor-element.elementor-element-280e8c5
  > .elementor-widget-wrap
  > .elementor-motion-effects-container
  > .elementor-motion-effects-layer {
  background-color: #ffffff;
}

.elementor-12
  .elementor-element.elementor-element-280e8c5
  > .elementor-element-populated,
.elementor-12
  .elementor-element.elementor-element-280e8c5
  > .elementor-element-populated
  > .elementor-background-overlay,
.elementor-12
  .elementor-element.elementor-element-280e8c5
  > .elementor-background-slideshow {
  border-radius: 8px 8px 8px 8px;
}

.elementor-12
  .elementor-element.elementor-element-280e8c5
  > .elementor-element-populated {
  box-shadow: 0px 0px 8px 0px
    rgba(0.008285522460928974, 0.008285522460928974, 0.008285522460928974, 0.2);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin: 20px 12px 0px 12px;
  --e-column-margin-right: 12px;
  --e-column-margin-left: 12px;
  padding: 25px 25px 25px 25px;
}

.elementor-12
  .elementor-element.elementor-element-280e8c5
  > .elementor-element-populated
  > .elementor-background-overlay {
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.elementor-12 .elementor-element.elementor-element-0afd7c5 {
  text-align: center;
  color: #4d58ce;
  font-family: "Poppins", Sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 25px;
}

.elementor-12
  .elementor-element.elementor-element-0afd7c5
  > .elementor-widget-container {
  padding: 0px 0px 10px 0px;
}

.elementor-12 .elementor-element.elementor-element-00f13e4 {
  text-align: center;
}

.elementor-12
  .elementor-element.elementor-element-00f13e4
  .elementor-heading-title {
  color: #4d58ce;
  font-family: "Poppins", Sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

.elementor-12
  .elementor-element.elementor-element-00f13e4
  > .elementor-widget-container {
  padding: 0px 0px 35px 0px;
}

.elementor-12 .elementor-element.elementor-element-2b178c4 {
  text-align: center;
}

.elementor-12
  .elementor-element.elementor-element-2b178c4
  > .elementor-widget-container {
  padding: 0px 0px 20px 0px;
}

.elementor-12 .elementor-element.elementor-element-d12c3df {
  text-align: center;
  color: #666666;
  font-family: "Poppins", Sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 33px;
}

.elementor-12 .elementor-element.elementor-element-03083df {
  text-align: center;
  color: #2f2f2f;
  font-family: "Poppins", Sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 33px;
}

.elementor-12 .elementor-element.elementor-element-9426c08 {
  text-align: center;
  color: #2f2f2f;
  font-family: "Poppins", Sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 20px;
}

.elementor-12 .elementor-element.elementor-element-054e852 {
  text-align: center;
  color: #666666;
  font-family: "Poppins", Sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 33px;
}

.elementor-12 .elementor-element.elementor-element-c717c0a {
  text-align: center;
  color: #2f2f2f;
  font-family: "Poppins", Sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 33px;
}

.elementor-12
  .elementor-element.elementor-element-c717c0a
  > .elementor-widget-container {
  padding: 0px 0px 10px 0px;
}

.elementor-12 .elementor-element.elementor-element-03e5c78 {
  text-align: center;
  color: #000000;
  font-family: "Poppins", Sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 33px;
}

.elementor-12
  .elementor-element.elementor-element-03e5c78
  > .elementor-widget-container {
  padding: 10px 0px 0px 0px;
  border-style: solid;
  border-width: 2px 0px 0px 0px;
  border-color: #ececec;
}

.elementor-12 .elementor-element.elementor-element-8dece69 .elementor-button {
  font-family: "Poppins", Sans-serif;
  font-size: 16px;
  font-weight: 500;
  fill: #4d58ce;
  color: #4d58ce;
  background-color: #ffffff;
  border-style: solid;
  border-width: 2px 2px 2px 2px;
  border-color: #4d58ce;
  border-radius: 6px 6px 6px 6px;
  padding: 12px 18px 12px 18px;
}

.elementor-12
  .elementor-element.elementor-element-8dece69
  .elementor-button:hover,
.elementor-12
  .elementor-element.elementor-element-8dece69
  .elementor-button:focus {
  color: #f5f5f9;
  background-color: #4d58ce;
}

.elementor-12
  .elementor-element.elementor-element-8dece69
  .elementor-button:hover
  svg,
.elementor-12
  .elementor-element.elementor-element-8dece69
  .elementor-button:focus
  svg {
  fill: #f5f5f9;
}

.elementor-12
  .elementor-element.elementor-element-8dece69
  > .elementor-widget-container {
  margin: 15px 0px -50px 0px;
  padding: 0px 0px 0px 0px;
}

.elementor-12 .elementor-element.elementor-element-8dece69 {
  width: auto;
  max-width: auto;
}

.elementor-12 .elementor-element.elementor-element-7181264 {
  margin-top: -240px;
  margin-bottom: 0px;
  padding: 0px 160px 0px 160px;
  z-index: 500;
}

.elementor-bc-flex-widget
  .elementor-12
  .elementor-element.elementor-element-4968bba.elementor-column
  .elementor-widget-wrap {
  align-items: flex-start;
}

.elementor-12
  .elementor-element.elementor-element-4968bba.elementor-column.elementor-element[data-element_type="column"]
  > .elementor-widget-wrap.elementor-element-populated {
  align-content: flex-start;
  align-items: flex-start;
}

.elementor-12
  .elementor-element.elementor-element-4968bba.elementor-column
  > .elementor-widget-wrap {
  justify-content: center;
}

.elementor-12
  .elementor-element.elementor-element-4968bba
  > .elementor-widget-wrap
  > .elementor-widget:not(.elementor-widget__width-auto):not(
    .elementor-widget__width-initial
  ):not(:last-child):not(.elementor-absolute) {
  margin-bottom: 0px;
}

.elementor-12
  .elementor-element.elementor-element-4968bba:not(
    .elementor-motion-effects-element-type-background
  )
  > .elementor-widget-wrap,
.elementor-12
  .elementor-element.elementor-element-4968bba
  > .elementor-widget-wrap
  > .elementor-motion-effects-container
  > .elementor-motion-effects-layer {
  background-color: #ffffff;
}

.elementor-12
  .elementor-element.elementor-element-4968bba
  > .elementor-element-populated,
.elementor-12
  .elementor-element.elementor-element-4968bba
  > .elementor-element-populated
  > .elementor-background-overlay,
.elementor-12
  .elementor-element.elementor-element-4968bba
  > .elementor-background-slideshow {
  border-radius: 8px 8px 8px 8px;
}

.elementor-12
  .elementor-element.elementor-element-4968bba
  > .elementor-element-populated {
  box-shadow: 0px 0px 8px 0px
    rgba(0.008285522460928974, 0.008285522460928974, 0.008285522460928974, 0.2);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin: 20px 20px 0px 20px;
  --e-column-margin-right: 20px;
  --e-column-margin-left: 20px;
  padding: 25px 25px 0px 25px;
}

.elementor-12
  .elementor-element.elementor-element-4968bba
  > .elementor-element-populated
  > .elementor-background-overlay {
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.elementor-12
  .elementor-element.elementor-element-28f4ba6
  > .elementor-container
  > .elementor-column
  > .elementor-widget-wrap {
  align-content: center;
  align-items: center;
}

.elementor-12 .elementor-element.elementor-element-28f4ba6 {
  padding: 0px 0px 10px 0px;
}

.elementor-12
  .elementor-element.elementor-element-e3d3630
  > .elementor-widget-wrap
  > .elementor-widget:not(.elementor-widget__width-auto):not(
    .elementor-widget__width-initial
  ):not(:last-child):not(.elementor-absolute) {
  margin-bottom: 0px;
}

.elementor-12
  .elementor-element.elementor-element-e3d3630
  > .elementor-element-populated {
  padding: 0px 0px -10px 0px;
}

.elementor-12
  .elementor-element.elementor-element-2b9ca1c.elementor-position-right
  .elementor-image-box-img {
  margin-left: 12px;
}

.elementor-12
  .elementor-element.elementor-element-2b9ca1c.elementor-position-left
  .elementor-image-box-img {
  margin-right: 12px;
}

.elementor-12
  .elementor-element.elementor-element-2b9ca1c.elementor-position-top
  .elementor-image-box-img {
  margin-bottom: 12px;
}

.elementor-12
  .elementor-element.elementor-element-2b9ca1c
  .elementor-image-box-wrapper
  .elementor-image-box-img {
  width: 28%;
}

.elementor-12
  .elementor-element.elementor-element-2b9ca1c
  .elementor-image-box-img
  img {
  transition-duration: 0.3s;
}

.elementor-12
  .elementor-element.elementor-element-2b9ca1c
  .elementor-image-box-wrapper {
  text-align: left;
}

.elementor-12
  .elementor-element.elementor-element-2b9ca1c
  .elementor-image-box-title {
  color: var(--e-global-color-primary);
  font-family: "Poppins", Sans-serif;
  font-size: 15px;
  font-weight: 500;
  text-transform: none;
  line-height: 25px;
}

.elementor-12 .elementor-element.elementor-element-2b9ca1c {
  width: 100%;
  max-width: 100%;
  align-self: center;
}

.elementor-12
  .elementor-element.elementor-element-a3f822d.elementor-column
  > .elementor-widget-wrap {
  justify-content: flex-end;
}

.elementor-12
  .elementor-element.elementor-element-a3f822d
  > .elementor-widget-wrap
  > .elementor-widget:not(.elementor-widget__width-auto):not(
    .elementor-widget__width-initial
  ):not(:last-child):not(.elementor-absolute) {
  margin-bottom: 0px;
}

.elementor-12
  .elementor-element.elementor-element-a3f822d
  > .elementor-element-populated {
  margin: 0px 0px 0px 0px;
  --e-column-margin-right: 0px;
  --e-column-margin-left: 0px;
  padding: 0px 0px 0px 0px;
}

.elementor-12 .elementor-element.elementor-element-2bf8d94 {
  text-align: center;
  color: #000000;
  font-family: "Poppins", Sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 33px;
}

.elementor-12
  .elementor-element.elementor-element-2bf8d94
  > .elementor-widget-container {
  padding: 0px 0px 0px 0px;
}

.elementor-12
  .elementor-element.elementor-element-b7d1d87.elementor-column
  > .elementor-widget-wrap {
  justify-content: flex-end;
}

.elementor-12
  .elementor-element.elementor-element-b7d1d87
  > .elementor-widget-wrap
  > .elementor-widget:not(.elementor-widget__width-auto):not(
    .elementor-widget__width-initial
  ):not(:last-child):not(.elementor-absolute) {
  margin-bottom: 0px;
}

.elementor-12
  .elementor-element.elementor-element-b7d1d87
  > .elementor-element-populated {
  margin: 0px 0px 0px 0px;
  --e-column-margin-right: 0px;
  --e-column-margin-left: 0px;
  padding: 0px 0px 0px 0px;
}

.elementor-12 .elementor-element.elementor-element-75630dd .elementor-button {
  font-family: "Poppins", Sans-serif;
  font-size: 16px;
  font-weight: 500;
  fill: #4186b6;
  color: #4186b6;
  background-color: #ffffff;
  border-style: solid;
  border-width: 2px 2px 2px 2px;
  border-color: #5397c7;
  border-radius: 6px 6px 6px 6px;
  padding: 12px 18px 12px 18px;
}

.elementor-12
  .elementor-element.elementor-element-75630dd
  .elementor-button:hover,
.elementor-12
  .elementor-element.elementor-element-75630dd
  .elementor-button:focus {
  color: #ffffff;
  background-color: #4186b6;
}

.elementor-12
  .elementor-element.elementor-element-75630dd
  .elementor-button:hover
  svg,
.elementor-12
  .elementor-element.elementor-element-75630dd
  .elementor-button:focus
  svg {
  fill: #ffffff;
}

.elementor-12
  .elementor-element.elementor-element-75630dd
  > .elementor-widget-container {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

.elementor-12 .elementor-element.elementor-element-75630dd {
  width: auto;
  max-width: auto;
  align-self: center;
}

.elementor-12
  .elementor-element.elementor-element-92b603e
  > .elementor-widget-wrap
  > .elementor-widget:not(.elementor-widget__width-auto):not(
    .elementor-widget__width-initial
  ):not(:last-child):not(.elementor-absolute) {
  margin-bottom: 0px;
}

.elementor-12
  .elementor-element.elementor-element-92b603e
  > .elementor-element-populated {
  margin: 0px 0px 0px 0px;
  --e-column-margin-right: 0px;
  --e-column-margin-left: 0px;
  padding: 0px 0px 0px 5px;
}

.elementor-12 .elementor-element.elementor-element-e43757c {
  text-align: left;
  color: var(--e-global-color-text);
  font-family: "Poppins", Sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
}

.elementor-12 .elementor-element.elementor-element-169e5e3 {
  text-align: left;
  color: var(--e-global-color-text);
  font-family: "Poppins", Sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
}

.elementor-12
  .elementor-element.elementor-element-169e5e3
  > .elementor-widget-container {
  margin: -25px 0px 0px 0px;
  padding: 0px 0px 0px 15px;
}

.elementor-12 .elementor-element.elementor-element-c317d7f {
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin-top: 80px;
  margin-bottom: 0px;
  padding: 0px 0px 20px 0px;
}

.elementor-12
  .elementor-element.elementor-element-c317d7f
  > .elementor-background-overlay {
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.elementor-bc-flex-widget
  .elementor-12
  .elementor-element.elementor-element-9834414.elementor-column
  .elementor-widget-wrap {
  align-items: center;
}

.elementor-12
  .elementor-element.elementor-element-9834414.elementor-column.elementor-element[data-element_type="column"]
  > .elementor-widget-wrap.elementor-element-populated {
  align-content: center;
  align-items: center;
}

.elementor-12
  .elementor-element.elementor-element-9834414.elementor-column
  > .elementor-widget-wrap {
  justify-content: center;
}

.elementor-12
  .elementor-element.elementor-element-9834414
  > .elementor-widget-wrap
  > .elementor-widget:not(.elementor-widget__width-auto):not(
    .elementor-widget__width-initial
  ):not(:last-child):not(.elementor-absolute) {
  margin-bottom: 0px;
}

.elementor-12
  .elementor-element.elementor-element-9834414:not(
    .elementor-motion-effects-element-type-background
  )
  > .elementor-widget-wrap,
.elementor-12
  .elementor-element.elementor-element-9834414
  > .elementor-widget-wrap
  > .elementor-motion-effects-container
  > .elementor-motion-effects-layer {
  background-image: url("https://www.crossshoresolutions.com/projects/gesia/wp-content/uploads/2022/04/statistic-bg.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.elementor-12
  .elementor-element.elementor-element-9834414
  > .elementor-element-populated {
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin: 0px 0px 0px 0px;
  --e-column-margin-right: 0px;
  --e-column-margin-left: 0px;
  padding: 0px 0px 0px 0px;
}

.elementor-12
  .elementor-element.elementor-element-9834414
  > .elementor-element-populated
  > .elementor-background-overlay {
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.elementor-12 .elementor-element.elementor-element-007cd4b,
.elementor-12
  .elementor-element.elementor-element-007cd4b
  > .elementor-background-overlay {
  border-radius: 6px 6px 6px 6px;
}

.elementor-12 .elementor-element.elementor-element-007cd4b {
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin-top: 0px;
  margin-bottom: 10px;
  padding: 40px 100px 50px 100px;
}

.elementor-12
  .elementor-element.elementor-element-007cd4b
  > .elementor-background-overlay {
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.elementor-bc-flex-widget
  .elementor-12
  .elementor-element.elementor-element-79772dc.elementor-column
  .elementor-widget-wrap {
  align-items: flex-start;
}

.elementor-12
  .elementor-element.elementor-element-79772dc.elementor-column.elementor-element[data-element_type="column"]
  > .elementor-widget-wrap.elementor-element-populated {
  align-content: flex-start;
  align-items: flex-start;
}

.elementor-12
  .elementor-element.elementor-element-79772dc.elementor-column
  > .elementor-widget-wrap {
  justify-content: center;
}

.elementor-12
  .elementor-element.elementor-element-79772dc
  > .elementor-widget-wrap
  > .elementor-widget:not(.elementor-widget__width-auto):not(
    .elementor-widget__width-initial
  ):not(:last-child):not(.elementor-absolute) {
  margin-bottom: 0px;
}

.elementor-12
  .elementor-element.elementor-element-79772dc
  > .elementor-element-populated,
.elementor-12
  .elementor-element.elementor-element-79772dc
  > .elementor-element-populated
  > .elementor-background-overlay,
.elementor-12
  .elementor-element.elementor-element-79772dc
  > .elementor-background-slideshow {
  border-radius: 0px 0px 0px 0px;
}

.elementor-12
  .elementor-element.elementor-element-79772dc
  > .elementor-element-populated {
  margin: 0px 0px 0px 0px;
  --e-column-margin-right: 0px;
  --e-column-margin-left: 0px;
  padding: 0px 0px 0px 0px;
}

.elementor-12
  .elementor-element.elementor-element-6a37c02.elementor-view-stacked
  .elementor-icon {
  background-color: #ffffff;
}

.elementor-12
  .elementor-element.elementor-element-6a37c02.elementor-view-framed
  .elementor-icon,
.elementor-12
  .elementor-element.elementor-element-6a37c02.elementor-view-default
  .elementor-icon {
  fill: #ffffff;
  color: #ffffff;
  border-color: #ffffff;
}

.elementor-12 .elementor-element.elementor-element-6a37c02 {
  --icon-box-icon-margin: 25px;
}

.elementor-12
  .elementor-element.elementor-element-6a37c02
  .elementor-icon-box-title {
  margin-bottom: 25px;
  color: #ffffff;
}

.elementor-12
  .elementor-element.elementor-element-6a37c02
  .elementor-icon-box-title,
.elementor-12
  .elementor-element.elementor-element-6a37c02
  .elementor-icon-box-title
  a {
  font-family: "Poppins", Sans-serif;
  font-size: 36px;
  font-weight: 600;
  text-transform: none;
  line-height: 3px;
}

.elementor-12
  .elementor-element.elementor-element-6a37c02
  .elementor-icon-box-description {
  color: #ffffff;
  font-family: "Poppins", Sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 20px;
}

.elementor-12
  .elementor-element.elementor-element-6a37c02
  > .elementor-widget-container {
  margin: 0px 0px 0px 0px;
  padding: 35px 35px 35px 35px;
}

.elementor-bc-flex-widget
  .elementor-12
  .elementor-element.elementor-element-0bf0ba3.elementor-column
  .elementor-widget-wrap {
  align-items: flex-start;
}

.elementor-12
  .elementor-element.elementor-element-0bf0ba3.elementor-column.elementor-element[data-element_type="column"]
  > .elementor-widget-wrap.elementor-element-populated {
  align-content: flex-start;
  align-items: flex-start;
}

.elementor-12
  .elementor-element.elementor-element-0bf0ba3.elementor-column
  > .elementor-widget-wrap {
  justify-content: center;
}

.elementor-12
  .elementor-element.elementor-element-0bf0ba3
  > .elementor-widget-wrap
  > .elementor-widget:not(.elementor-widget__width-auto):not(
    .elementor-widget__width-initial
  ):not(:last-child):not(.elementor-absolute) {
  margin-bottom: 0px;
}

.elementor-12
  .elementor-element.elementor-element-0bf0ba3
  > .elementor-element-populated,
.elementor-12
  .elementor-element.elementor-element-0bf0ba3
  > .elementor-element-populated
  > .elementor-background-overlay,
.elementor-12
  .elementor-element.elementor-element-0bf0ba3
  > .elementor-background-slideshow {
  border-radius: 0px 0px 0px 0px;
}

.elementor-12
  .elementor-element.elementor-element-0bf0ba3
  > .elementor-element-populated {
  margin: 0px 0px 0px 0px;
  --e-column-margin-right: 0px;
  --e-column-margin-left: 0px;
  padding: 0px 0px 0px 0px;
}

.elementor-12
  .elementor-element.elementor-element-a282bb8.elementor-view-stacked
  .elementor-icon {
  background-color: #ffffff;
}

.elementor-12
  .elementor-element.elementor-element-a282bb8.elementor-view-framed
  .elementor-icon,
.elementor-12
  .elementor-element.elementor-element-a282bb8.elementor-view-default
  .elementor-icon {
  fill: #ffffff;
  color: #ffffff;
  border-color: #ffffff;
}

.elementor-12 .elementor-element.elementor-element-a282bb8 {
  --icon-box-icon-margin: 25px;
}

.elementor-12
  .elementor-element.elementor-element-a282bb8
  .elementor-icon-box-title {
  margin-bottom: 25px;
  color: #ffffff;
}

.elementor-12
  .elementor-element.elementor-element-a282bb8
  .elementor-icon-box-title,
.elementor-12
  .elementor-element.elementor-element-a282bb8
  .elementor-icon-box-title
  a {
  font-family: "Poppins", Sans-serif;
  font-size: 36px;
  font-weight: 600;
  text-transform: none;
  line-height: 3px;
}

.elementor-12
  .elementor-element.elementor-element-a282bb8
  .elementor-icon-box-description {
  color: #ffffff;
  font-family: "Poppins", Sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 20px;
}

.elementor-12
  .elementor-element.elementor-element-a282bb8
  > .elementor-widget-container {
  margin: 0px 0px 0px 0px;
  padding: 35px 35px 35px 35px;
}

.elementor-bc-flex-widget
  .elementor-12
  .elementor-element.elementor-element-c1af64d.elementor-column
  .elementor-widget-wrap {
  align-items: flex-start;
}

.elementor-12
  .elementor-element.elementor-element-c1af64d.elementor-column.elementor-element[data-element_type="column"]
  > .elementor-widget-wrap.elementor-element-populated {
  align-content: flex-start;
  align-items: flex-start;
}

.elementor-12
  .elementor-element.elementor-element-c1af64d.elementor-column
  > .elementor-widget-wrap {
  justify-content: center;
}

.elementor-12
  .elementor-element.elementor-element-c1af64d
  > .elementor-widget-wrap
  > .elementor-widget:not(.elementor-widget__width-auto):not(
    .elementor-widget__width-initial
  ):not(:last-child):not(.elementor-absolute) {
  margin-bottom: 0px;
}

.elementor-12
  .elementor-element.elementor-element-c1af64d
  > .elementor-element-populated,
.elementor-12
  .elementor-element.elementor-element-c1af64d
  > .elementor-element-populated
  > .elementor-background-overlay,
.elementor-12
  .elementor-element.elementor-element-c1af64d
  > .elementor-background-slideshow {
  border-radius: 0px 0px 0px 0px;
}

.elementor-12
  .elementor-element.elementor-element-c1af64d
  > .elementor-element-populated {
  margin: 0px 0px 0px 0px;
  --e-column-margin-right: 0px;
  --e-column-margin-left: 0px;
  padding: 0px 0px 0px 0px;
}

.elementor-12
  .elementor-element.elementor-element-20cc7e8.elementor-view-stacked
  .elementor-icon {
  background-color: #ffffff;
}

.elementor-12
  .elementor-element.elementor-element-20cc7e8.elementor-view-framed
  .elementor-icon,
.elementor-12
  .elementor-element.elementor-element-20cc7e8.elementor-view-default
  .elementor-icon {
  fill: #ffffff;
  color: #ffffff;
  border-color: #ffffff;
}

.elementor-12 .elementor-element.elementor-element-20cc7e8 {
  --icon-box-icon-margin: 25px;
}

.elementor-12
  .elementor-element.elementor-element-20cc7e8
  .elementor-icon-box-title {
  margin-bottom: 25px;
  color: #ffffff;
}

.elementor-12
  .elementor-element.elementor-element-20cc7e8
  .elementor-icon-box-title,
.elementor-12
  .elementor-element.elementor-element-20cc7e8
  .elementor-icon-box-title
  a {
  font-family: "Poppins", Sans-serif;
  font-size: 36px;
  font-weight: 600;
  text-transform: none;
  line-height: 3px;
}

.elementor-12
  .elementor-element.elementor-element-20cc7e8
  .elementor-icon-box-description {
  color: #ffffff;
  font-family: "Poppins", Sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 20px;
}

.elementor-12
  .elementor-element.elementor-element-20cc7e8
  > .elementor-widget-container {
  margin: 0px 0px 0px 0px;
  padding: 35px 35px 35px 35px;
}

.elementor-bc-flex-widget
  .elementor-12
  .elementor-element.elementor-element-41df3f4.elementor-column
  .elementor-widget-wrap {
  align-items: flex-start;
}

.elementor-12
  .elementor-element.elementor-element-41df3f4.elementor-column.elementor-element[data-element_type="column"]
  > .elementor-widget-wrap.elementor-element-populated {
  align-content: flex-start;
  align-items: flex-start;
}

.elementor-12
  .elementor-element.elementor-element-41df3f4.elementor-column
  > .elementor-widget-wrap {
  justify-content: center;
}

.elementor-12
  .elementor-element.elementor-element-41df3f4
  > .elementor-widget-wrap
  > .elementor-widget:not(.elementor-widget__width-auto):not(
    .elementor-widget__width-initial
  ):not(:last-child):not(.elementor-absolute) {
  margin-bottom: 0px;
}

.elementor-12
  .elementor-element.elementor-element-41df3f4
  > .elementor-element-populated,
.elementor-12
  .elementor-element.elementor-element-41df3f4
  > .elementor-element-populated
  > .elementor-background-overlay,
.elementor-12
  .elementor-element.elementor-element-41df3f4
  > .elementor-background-slideshow {
  border-radius: 0px 0px 0px 0px;
}

.elementor-12
  .elementor-element.elementor-element-41df3f4
  > .elementor-element-populated {
  margin: 0px 0px 0px 0px;
  --e-column-margin-right: 0px;
  --e-column-margin-left: 0px;
  padding: 0px 0px 0px 0px;
}

.elementor-12
  .elementor-element.elementor-element-385704b.elementor-view-stacked
  .elementor-icon {
  background-color: #ffffff;
}

.elementor-12
  .elementor-element.elementor-element-385704b.elementor-view-framed
  .elementor-icon,
.elementor-12
  .elementor-element.elementor-element-385704b.elementor-view-default
  .elementor-icon {
  fill: #ffffff;
  color: #ffffff;
  border-color: #ffffff;
}

.elementor-12 .elementor-element.elementor-element-385704b {
  --icon-box-icon-margin: 25px;
}

.elementor-12
  .elementor-element.elementor-element-385704b
  .elementor-icon-box-title {
  margin-bottom: 25px;
  color: #ffffff;
}

.elementor-12
  .elementor-element.elementor-element-385704b
  .elementor-icon-box-title,
.elementor-12
  .elementor-element.elementor-element-385704b
  .elementor-icon-box-title
  a {
  font-family: "Poppins", Sans-serif;
  font-size: 36px;
  font-weight: 600;
  text-transform: none;
  line-height: 3px;
}

.elementor-12
  .elementor-element.elementor-element-385704b
  .elementor-icon-box-description {
  color: #ffffff;
  font-family: "Poppins", Sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 20px;
}

.elementor-12
  .elementor-element.elementor-element-385704b
  > .elementor-widget-container {
  margin: 0px 0px 0px 0px;
  padding: 35px 35px 35px 35px;
}

@media (min-width: 768px) {
  .elementor-12 .elementor-element.elementor-element-ee200c1 {
    width: 100%;
  }

  .elementor-12 .elementor-element.elementor-element-55ef091 {
    width: 100%;
  }

  .elementor-12 .elementor-element.elementor-element-0ffca40 {
    width: 100%;
  }

  .elementor-12 .elementor-element.elementor-element-5a8ef2b {
    width: 41.606%;
  }

  .elementor-12 .elementor-element.elementor-element-522a6ff {
    width: 21.147%;
  }

  .elementor-12 .elementor-element.elementor-element-51eb8b6 {
    width: 36.855%;
  }

  .elementor-12 .elementor-element.elementor-element-e3d3630 {
    width: 41.606%;
  }

  .elementor-12 .elementor-element.elementor-element-a3f822d {
    width: 21.147%;
  }

  .elementor-12 .elementor-element.elementor-element-b7d1d87 {
    width: 36.855%;
  }
}

@media (max-width: 1024px) {
  .elementor-12 .elementor-element.elementor-element-eaf0300 {
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 40px 24px 40px 24px;
  }

  .elementor-12
    .elementor-element.elementor-element-ee200c1
    > .elementor-widget-wrap
    > .elementor-widget:not(.elementor-widget__width-auto):not(
      .elementor-widget__width-initial
    ):not(:last-child):not(.elementor-absolute) {
    margin-bottom: 0px;
  }

  .elementor-12
    .elementor-element.elementor-element-ee200c1
    > .elementor-element-populated {
    margin: 0px 50px 0px 50px;
    --e-column-margin-right: 50px;
    --e-column-margin-left: 50px;
    padding: 0px 0px 0px 0px;
  }

  .elementor-12
    .elementor-element.elementor-element-5cbf5ac
    .elementor-heading-title {
    font-size: 45px;
  }

  .elementor-12
    .elementor-element.elementor-element-5cbf5ac
    > .elementor-widget-container {
    padding: 0px 0px 0px 0px;
  }

  .elementor-12 .elementor-element.elementor-element-ad013fa {
    text-align: center;
    font-size: 18px;
    line-height: 28px;
  }

  .elementor-12
    .elementor-element.elementor-element-ad013fa
    > .elementor-widget-container {
    margin: 0px 0px 0px 0px;
    padding: 20px 0px 50px 0px;
  }

  .elementor-12
    .elementor-element.elementor-element-cabab7e
    > .elementor-widget-container {
    margin: 20px 0px 0px 0px;
  }

  .elementor-12 .elementor-element.elementor-element-272d251 {
    padding: 0px 24px 0px 24px;
  }

  .elementor-12
    .elementor-element.elementor-element-93da9e2
    > .elementor-widget-wrap
    > .elementor-widget:not(.elementor-widget__width-auto):not(
      .elementor-widget__width-initial
    ):not(:last-child):not(.elementor-absolute) {
    margin-bottom: 0px;
  }

  .elementor-12
    .elementor-element.elementor-element-6d66056
    .elementor-image-box-wrapper
    .elementor-image-box-img {
    width: 45%;
  }

  .elementor-12
    .elementor-element.elementor-element-24c0c98
    > .elementor-widget-wrap
    > .elementor-widget:not(.elementor-widget__width-auto):not(
      .elementor-widget__width-initial
    ):not(:last-child):not(.elementor-absolute) {
    margin-bottom: 0px;
  }

  .elementor-12 .elementor-element.elementor-element-15a2d66 .elementor-button {
    padding: 10px 16px 10px 16px;
  }

  .elementor-12 .elementor-element.elementor-element-675ff1f {
    padding: 0px 24px 0px 24px;
  }

  .elementor-12
    .elementor-element.elementor-element-5a8ef2b
    > .elementor-widget-wrap
    > .elementor-widget:not(.elementor-widget__width-auto):not(
      .elementor-widget__width-initial
    ):not(:last-child):not(.elementor-absolute) {
    margin-bottom: 0px;
  }

  .elementor-12
    .elementor-element.elementor-element-f1407d4
    .elementor-image-box-wrapper
    .elementor-image-box-img {
    width: 45%;
  }

  .elementor-12
    .elementor-element.elementor-element-522a6ff
    > .elementor-widget-wrap
    > .elementor-widget:not(.elementor-widget__width-auto):not(
      .elementor-widget__width-initial
    ):not(:last-child):not(.elementor-absolute) {
    margin-bottom: 0px;
  }

  .elementor-12
    .elementor-element.elementor-element-51eb8b6
    > .elementor-widget-wrap
    > .elementor-widget:not(.elementor-widget__width-auto):not(
      .elementor-widget__width-initial
    ):not(:last-child):not(.elementor-absolute) {
    margin-bottom: 0px;
  }

  .elementor-12 .elementor-element.elementor-element-d9ec2a7 .elementor-button {
    padding: 10px 16px 10px 16px;
  }

  .elementor-12 .elementor-element.elementor-element-a581ea4 {
    padding: 0px 24px 0px 24px;
  }

  .elementor-12 .elementor-element.elementor-element-5976b70 .elementor-button {
    padding: 10px 16px 10px 16px;
  }

  .elementor-12 .elementor-element.elementor-element-0f6c965 .elementor-button {
    padding: 10px 16px 10px 16px;
  }

  .elementor-12 .elementor-element.elementor-element-8dece69 .elementor-button {
    padding: 10px 16px 10px 16px;
  }

  .elementor-12 .elementor-element.elementor-element-7181264 {
    padding: 0px 24px 0px 24px;
  }

  .elementor-12
    .elementor-element.elementor-element-e3d3630
    > .elementor-widget-wrap
    > .elementor-widget:not(.elementor-widget__width-auto):not(
      .elementor-widget__width-initial
    ):not(:last-child):not(.elementor-absolute) {
    margin-bottom: 0px;
  }

  .elementor-12
    .elementor-element.elementor-element-a3f822d
    > .elementor-widget-wrap
    > .elementor-widget:not(.elementor-widget__width-auto):not(
      .elementor-widget__width-initial
    ):not(:last-child):not(.elementor-absolute) {
    margin-bottom: 0px;
  }

  .elementor-12
    .elementor-element.elementor-element-b7d1d87
    > .elementor-widget-wrap
    > .elementor-widget:not(.elementor-widget__width-auto):not(
      .elementor-widget__width-initial
    ):not(:last-child):not(.elementor-absolute) {
    margin-bottom: 0px;
  }

  .elementor-12 .elementor-element.elementor-element-75630dd .elementor-button {
    padding: 10px 16px 10px 16px;
  }

  .elementor-12 .elementor-element.elementor-element-007cd4b {
    padding: 0px 0px 0px 0px;
  }
}

@media (max-width: 767px) {
  .elementor-12 .elementor-element.elementor-element-eaf0300 {
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 80px 24px 58px 24px;
  }

  .elementor-12
    .elementor-element.elementor-element-ee200c1
    > .elementor-widget-wrap
    > .elementor-widget:not(.elementor-widget__width-auto):not(
      .elementor-widget__width-initial
    ):not(:last-child):not(.elementor-absolute) {
    margin-bottom: 0px;
  }

  .elementor-12
    .elementor-element.elementor-element-ee200c1
    > .elementor-element-populated {
    margin: 0px 0px 0px 0px;
    --e-column-margin-right: 0px;
    --e-column-margin-left: 0px;
    padding: 0px 0px 0px 0px;
  }

  .elementor-12
    .elementor-element.elementor-element-5cbf5ac
    .elementor-heading-title {
    font-size: 40px;
    line-height: 45px;
  }

  .elementor-12
    .elementor-element.elementor-element-5cbf5ac
    > .elementor-widget-container {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 20px 0px;
  }

  .elementor-12 .elementor-element.elementor-element-ad013fa {
    text-align: center;
    font-size: 16px;
    line-height: 24px;
  }

  .elementor-12
    .elementor-element.elementor-element-ad013fa
    > .elementor-widget-container {
    padding: 0px 0px 40px 0px;
  }

  .elementor-12
    .elementor-element.elementor-element-cabab7e
    > .elementor-widget-container {
    margin: 0px 24px 0px 24px;
    padding: 0px 0px 20px 0px;
  }

  .elementor-12 .elementor-element.elementor-element-272d251 {
    padding: 0px 0px 0px 0px;
  }

  .elementor-12
    .elementor-element.elementor-element-55ef091
    > .elementor-widget-wrap
    > .elementor-widget:not(.elementor-widget__width-auto):not(
      .elementor-widget__width-initial
    ):not(:last-child):not(.elementor-absolute) {
    margin-bottom: 0px;
  }

  .elementor-12 .elementor-element.elementor-element-b135223 {
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px 0px 0px 0px;
  }

  .elementor-bc-flex-widget
    .elementor-12
    .elementor-element.elementor-element-93da9e2.elementor-column
    .elementor-widget-wrap {
    align-items: center;
  }

  .elementor-12
    .elementor-element.elementor-element-93da9e2.elementor-column.elementor-element[data-element_type="column"]
    > .elementor-widget-wrap.elementor-element-populated {
    align-content: center;
    align-items: center;
  }

  .elementor-12
    .elementor-element.elementor-element-93da9e2.elementor-column
    > .elementor-widget-wrap {
    justify-content: center;
  }

  .elementor-12
    .elementor-element.elementor-element-93da9e2
    > .elementor-widget-wrap
    > .elementor-widget:not(.elementor-widget__width-auto):not(
      .elementor-widget__width-initial
    ):not(:last-child):not(.elementor-absolute) {
    margin-bottom: 0px;
  }

  .elementor-12
    .elementor-element.elementor-element-93da9e2
    > .elementor-element-populated {
    padding: 0px 0px 0px 0px;
  }

  .elementor-12
    .elementor-element.elementor-element-6d66056
    .elementor-image-box-img {
    margin-bottom: 12px;
  }

  .elementor-12
    .elementor-element.elementor-element-6d66056
    .elementor-image-box-wrapper {
    text-align: center;
  }

  .elementor-12 .elementor-element.elementor-element-6d66056 {
    width: 100%;
    max-width: 100%;
  }

  .elementor-12
    .elementor-element.elementor-element-24c0c98.elementor-column
    > .elementor-widget-wrap {
    justify-content: center;
  }

  .elementor-12
    .elementor-element.elementor-element-24c0c98
    > .elementor-widget-wrap
    > .elementor-widget:not(.elementor-widget__width-auto):not(
      .elementor-widget__width-initial
    ):not(:last-child):not(.elementor-absolute) {
    margin-bottom: 0px;
  }

  .elementor-12
    .elementor-element.elementor-element-24c0c98
    > .elementor-element-populated {
    margin: 15px 0px 0px 0px;
    --e-column-margin-right: 0px;
    --e-column-margin-left: 0px;
  }

  .elementor-12 .elementor-element.elementor-element-675ff1f {
    padding: 0px 0px 0px 0px;
  }

  .elementor-12
    .elementor-element.elementor-element-0ffca40
    > .elementor-widget-wrap
    > .elementor-widget:not(.elementor-widget__width-auto):not(
      .elementor-widget__width-initial
    ):not(:last-child):not(.elementor-absolute) {
    margin-bottom: 0px;
  }

  .elementor-12 .elementor-element.elementor-element-0b7268c {
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px 0px 0px 0px;
  }

  .elementor-bc-flex-widget
    .elementor-12
    .elementor-element.elementor-element-5a8ef2b.elementor-column
    .elementor-widget-wrap {
    align-items: center;
  }

  .elementor-12
    .elementor-element.elementor-element-5a8ef2b.elementor-column.elementor-element[data-element_type="column"]
    > .elementor-widget-wrap.elementor-element-populated {
    align-content: center;
    align-items: center;
  }

  .elementor-12
    .elementor-element.elementor-element-5a8ef2b.elementor-column
    > .elementor-widget-wrap {
    justify-content: center;
  }

  .elementor-12
    .elementor-element.elementor-element-5a8ef2b
    > .elementor-widget-wrap
    > .elementor-widget:not(.elementor-widget__width-auto):not(
      .elementor-widget__width-initial
    ):not(:last-child):not(.elementor-absolute) {
    margin-bottom: 0px;
  }

  .elementor-12
    .elementor-element.elementor-element-5a8ef2b
    > .elementor-element-populated {
    padding: 0px 0px 0px 0px;
  }

  .elementor-12
    .elementor-element.elementor-element-f1407d4
    .elementor-image-box-img {
    margin-bottom: 12px;
  }

  .elementor-12
    .elementor-element.elementor-element-f1407d4
    .elementor-image-box-wrapper {
    text-align: center;
  }

  .elementor-12 .elementor-element.elementor-element-f1407d4 {
    width: 100%;
    max-width: 100%;
  }

  .elementor-12
    .elementor-element.elementor-element-522a6ff
    > .elementor-widget-wrap
    > .elementor-widget:not(.elementor-widget__width-auto):not(
      .elementor-widget__width-initial
    ):not(:last-child):not(.elementor-absolute) {
    margin-bottom: 0px;
  }

  .elementor-12
    .elementor-element.elementor-element-522a6ff
    > .elementor-element-populated {
    padding: 16px 0px 0px 0px;
  }

  .elementor-12 .elementor-element.elementor-element-b571b02 {
    width: 100%;
    max-width: 100%;
  }

  .elementor-12
    .elementor-element.elementor-element-51eb8b6.elementor-column
    > .elementor-widget-wrap {
    justify-content: center;
  }

  .elementor-12
    .elementor-element.elementor-element-51eb8b6
    > .elementor-widget-wrap
    > .elementor-widget:not(.elementor-widget__width-auto):not(
      .elementor-widget__width-initial
    ):not(:last-child):not(.elementor-absolute) {
    margin-bottom: 0px;
  }

  .elementor-12
    .elementor-element.elementor-element-51eb8b6
    > .elementor-element-populated {
    margin: 15px 0px 0px 0px;
    --e-column-margin-right: 0px;
    --e-column-margin-left: 0px;
  }

  .elementor-12 .elementor-element.elementor-element-a581ea4 {
    padding: 0px 0px 0px 0px;
  }

  .elementor-12
    .elementor-element.elementor-element-f22f3dc
    > .elementor-element-populated {
    margin: 20px 24px 20px 24px;
    --e-column-margin-right: 24px;
    --e-column-margin-left: 24px;
  }

  .elementor-12
    .elementor-element.elementor-element-823f6ef
    > .elementor-element-populated {
    margin: 20px 24px 20px 24px;
    --e-column-margin-right: 24px;
    --e-column-margin-left: 24px;
  }

  .elementor-12
    .elementor-element.elementor-element-280e8c5
    > .elementor-element-populated {
    margin: 20px 24px 20px 24px;
    --e-column-margin-right: 24px;
    --e-column-margin-left: 24px;
  }

  .elementor-12 .elementor-element.elementor-element-7181264 {
    padding: 0px 0px 0px 0px;
  }

  .elementor-12 .elementor-element.elementor-element-28f4ba6 {
    padding: 0px 0px 20px 0px;
  }

  .elementor-12
    .elementor-element.elementor-element-2b9ca1c
    .elementor-image-box-img {
    margin-bottom: 12px;
  }

  .elementor-12
    .elementor-element.elementor-element-2b9ca1c
    .elementor-image-box-wrapper {
    text-align: center;
  }

  .elementor-12
    .elementor-element.elementor-element-a3f822d.elementor-column
    > .elementor-widget-wrap {
    justify-content: center;
  }

  .elementor-12
    .elementor-element.elementor-element-a3f822d
    > .elementor-widget-wrap
    > .elementor-widget:not(.elementor-widget__width-auto):not(
      .elementor-widget__width-initial
    ):not(:last-child):not(.elementor-absolute) {
    margin-bottom: 0px;
  }

  .elementor-12
    .elementor-element.elementor-element-2bf8d94
    > .elementor-widget-container {
    padding: 20px 0px 20px 0px;
  }

  .elementor-12
    .elementor-element.elementor-element-b7d1d87.elementor-column
    > .elementor-widget-wrap {
    justify-content: center;
  }

  .elementor-12
    .elementor-element.elementor-element-b7d1d87
    > .elementor-widget-wrap
    > .elementor-widget:not(.elementor-widget__width-auto):not(
      .elementor-widget__width-initial
    ):not(:last-child):not(.elementor-absolute) {
    margin-bottom: 0px;
  }
}

@media (max-width: 1024px) and (min-width: 768px) {
  .elementor-12 .elementor-element.elementor-element-93da9e2 {
    width: 45%;
  }

  .elementor-12 .elementor-element.elementor-element-24c0c98 {
    width: 34.5%;
  }

  .elementor-12 .elementor-element.elementor-element-5a8ef2b {
    width: 45%;
  }

  .elementor-12 .elementor-element.elementor-element-522a6ff {
    width: 20%;
  }

  .elementor-12 .elementor-element.elementor-element-51eb8b6 {
    width: 34.5%;
  }

  .elementor-12 .elementor-element.elementor-element-4968bba {
    width: 100%;
  }

  .elementor-12 .elementor-element.elementor-element-e3d3630 {
    width: 45%;
  }

  .elementor-12 .elementor-element.elementor-element-a3f822d {
    width: 20%;
  }

  .elementor-12 .elementor-element.elementor-element-b7d1d87 {
    width: 34.5%;
  }
} */


 .mem_registration_outer {
        --mem-primary-color: #ff5e00;
        --mem-secondary-color: #2c3e50;
        --mem-accent-color: #e74c3c;
        --mem-light-color: #ecf0f1;
        --mem-dark-color: #34495e;
        --mem-success-color: #2ecc71;
        --mem-warning-color: #f39c12;
        --mem-danger-color: #e74c3c;
        --mem-text-color: #333;
        --mem-border-radius: 8px;
        --mem-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        --mem-transition: all 0.3s ease;
        font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
        line-height: 1.6;
        color: var(--mem-text-color);
/*         background-color: #f5f7fa; */
        padding: 20px;
      }

      .mem_registration_outer *,
      .mem_registration_outer *::before,
      .mem_registration_outer *::after {
        box-sizing: border-box;
        margin: 0;
        padding: 0;
      }

      .mem_main_container {
        max-width: 800px;
        margin: 0 auto;
        background: white;
        border-radius: var(--mem-border-radius);
        box-shadow: var(--mem-box-shadow);
        overflow: hidden;
      }

      .mem_header_banner {
        background-color: var(--mem-primary-color);
        color: white;
        padding: 20px;
        text-align: center;
      }

      .mem_header_title {
        margin: 0;
        font-weight: 600;
        font-size: 24px;
      }

      .mem_form_container {
        padding: 30px;
      }

      .mem_form_grid {
        display: grid;
        grid-template-columns: 1fr;
        gap: 25px;
      }

/*       .mem_section_block {
        margin-bottom: 20px;
      } */

      .mem_section_heading {
        font-weight: 600;
        margin-bottom: 15px;
        padding-bottom: 10px;
        border-bottom: 1px solid #eee;
        color: var(--mem-secondary-color);
        font-size: 18px;
      }

/*       .mem_input_block {
        margin-bottom: 20px;
      } */

      .mem_input_label {
        display: block;
        margin-bottom: 8px;
        font-weight: 500;
        color: var(--mem-dark-color);
      }

      /* .mem_required_asterisk {
        color: var(--mem-danger-color);
        margin-left: 4px;
      } */

      .mem_text_input {
        width: 100%;
        padding: 12px 15px;
        border: 1px solid #ddd;
        border-radius: var(--mem-border-radius);
        font-size: 16px;
        transition: var(--mem-transition);
      }

      .mem_text_input:focus {
        outline: none;
        border-color: var(--mem-primary-color);
        box-shadow: 0 0 0 3px rgba(52, 152, 219, 0.2);
      }

      .mem_select_dropdown {
        width: 100%;
        padding: 12px 15px;
        border: 1px solid #ddd;
        border-radius: var(--mem-border-radius);
        font-size: 16px;
        transition: var(--mem-transition);
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position: right 15px center;
        background-size: 16px;
      }

      .mem_select_dropdown:focus {
        outline: none;
        border-color: var(--mem-primary-color);
        box-shadow: 0 0 0 3px rgba(52, 152, 219, 0.2);
      }

      .mem_help_text {
        display: block;
        margin-top: 5px;
        font-size: 0.85em;
        color: #666;
      }
      /* .mem_input_error {
        border-color: #d32f2f !important;
        background-color: rgba(211, 47, 47, 0.05);
      } */

      /* .mem_error_message {
        margin-top: 5px;
        font-size: 0.85em;
        color: var(--mem-danger-color);
        display: none;
      } */

      .mem_package_info {
        background-color: #f8f9fa;
        border-radius: var(--mem-border-radius);
        padding: 20px;
        margin-top: 20px;
        display: none;
      }

      .mem_package_header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 15px;
      }

      .mem_package_title {
        font-size: 1.2em;
        font-weight: 600;
        color: var(--mem-secondary-color);
      }

      .mem_package_cost {
        font-size: 1.5em;
        font-weight: 700;
        color: var(--mem-primary-color);
      }

      .mem_price_label {
        display: block;
        font-size: 0.7em;
        font-weight: normal;
        color: #777;
      }

      .mem_submit_area {
        margin-top: 30px;
        text-align: center;
      }

      .mem_submit_btn {
        background-color: var(--mem-primary-color);
        color: white;
        border: none;
        padding: 12px 30px;
        font-size: 16px;
        font-weight: 600;
        border-radius: var(--mem-border-radius);
        cursor: pointer;
        transition: var(--mem-transition);
        position: relative;
      }

      .mem_submit_btn:hover {
        background-color: #2980b9;
      }
      /* 
      .mem_loading_indicator {
        display: none;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
      } */

      /* Image Upload and Preview Styles */
      .mem_upload_area {
        position: relative;
      }

      .mem_file_selector {
        position: relative;
        overflow: hidden;
        display: inline-block;
        cursor: pointer;
      }

      .mem_file_selector input[type="file"] {
        font-size: 100px;
        position: absolute;
        left: 0;
        top: 0;
        opacity: 0;
        cursor: pointer;
      }

      .mem_file_btn {
        display: inline-block;
        background-color: var(--mem-primary-color);
        color: white;
        padding: 8px 16px;
        border-radius: var(--mem-border-radius);
        font-size: 14px;
        cursor: pointer;
        transition: var(--mem-transition);
      }

      .mem_file_btn:hover {
        background-color: #2980b9;
      }

      .mem_filename_text {
        display: inline-block;
        margin-left: 10px;
        font-size: 14px;
        color: #666;
      }

      .mem_preview_box {
        margin-top: 15px;
        display: none;
        position: relative;
      }

      .mem_preview_frame {
        width: 150px;
        height: 150px;
        border: 2px dashed #ddd;
        border-radius: var(--mem-border-radius);
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #f9f9f9;
      }

      .mem_preview_image {
        max-width: 100%;
        max-height: 100%;
        object-fit: contain;
      }

      .mem_preview_placeholder {
        color: #999;
        font-size: 14px;
        text-align: center;
        padding: 20px;
      }

      .mem_preview_actions {
        margin-top: 10px;
        display: flex;
        align-items: center;
      }

      .mem_remove_file {
        background-color: var(--mem-danger-color);
        color: white;
        border: none;
        padding: 5px 10px;
        border-radius: var(--mem-border-radius);
        font-size: 12px;
        cursor: pointer;
        transition: var(--mem-transition);
      }

      .mem_remove_file:hover {
        background-color: #c0392b;
      }

      .mem_file_details {
        margin-left: 10px;
        font-size: 12px;
        color: #666;
      }
      /* Error styling */
      .mem_error_message {
        color: #d32f2f;
        font-size: 12px;
        margin-top: 4px;
        min-height: 16px;
        transition: all 0.2s ease;
      }

      .mem_input_error {
        border-color: #d32f2f !important;
        background-color: rgba(211, 47, 47, 0.05);
      }

      /* Base form styling improvements */
      .mem_text_input,
      .mem_select_dropdown {
        padding: 10px;
        border: 1px solid #ccc;
        border-radius: 4px;
        width: 100%;
        transition: border-color 0.3s ease, background-color 0.3s ease;
      }

      .mem_text_input:focus,
      .mem_select_dropdown:focus {
        outline: none;
        border-color: #4285f4;
        box-shadow: 0 0 0 2px rgba(66, 133, 244, 0.2);
      }

      .mem_required_asterisk {
        color: #d32f2f;
        margin-left: 2px;
      }

      /* Loading indicator styling */
      .mem_loading_indicator {
        display: none;
        margin-left: 10px;
      }

      .mem_spinner {
        width: 20px;
        height: 20px;
        border: 3px solid rgba(255, 255, 255, 0.3);
        border-radius: 50%;
        border-top-color: #fff;
        animation: spin 1s ease-in-out infinite;
      }

      @keyframes spin {
        to {
          transform: rotate(360deg);
        }
      }

      @keyframes mem_spin {
        to {
          transform: rotate(360deg);
        }
      }

      /* Responsive adjustments */
      @media (min-width: 768px) {
        .mem_form_grid {
          grid-template-columns: 1fr 1fr;
          gap: 30px;
        }

        .mem_full_width {
          grid-column: span 2;
        }
      }