.orangeColor {
  color: #ee6c16;
}
.redColor {
  color: #ed1f27;
}

.purpleColor {
  color: #585188;
}

.greenColor {
  color: #5d9c47;
}

sup {
  font-size: 1rem;
  top: -1em;
}
.h2 {
  font-size: 1.6rem;
  font-weight: bold;
}
.h3 {
  font-size: 1.2rem;
  font-weight: bold;
}
.h1 {
  font-size: 2rem;
  font-weight: bold;
}
.wrap {
  padding: 60px 0px;
}
.unbold{
  font-weight: normal;
}.blackBorder{
  color: #000;
  opacity: 1;
  border-color: #000;
  background-color:  #000;
}
.s_small{
  font-size: 0.6rem;
}
.contactTitle{
  position: relative;

}

/* .contactTitle::after{

  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 66px;
  height: 1px;
  background: #fff;


} */
.accordion-button {
  font-weight: bold;
  font-size: 1.4rem;
  gap: 10px;
}
.accordion-button:focus {

  box-shadow: 0 0 0 0rem rgba(13,110,253,.25);
}
.accordion-item{
  border: 0px;
}
.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: inherit ;
  border-top-right-radius: inherit;
 border: 0px; 
}
.accordion-button:not(.collapsed) {
  color: #0166b3;

  background-color: #fafcff;
  border-radius: 50px!important; 
  box-shadow: inset 0 0px 0 rgba(0,0,0,.125);
}
.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
  border: 0px;
}
.wrap p {
  line-height: 30px;
}
.downloadWrap {
  gap:20px;
  display: flex;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.scrollFixed h1 {
  font-size: 2rem;
}

.formTitle h1 {
  width: 78%;
}
.formBox {
  border-radius: 25px;
  background-color: #fff;
}
.gap20 {
  gap: 20px;
}
.gap10 {
  gap: 10px;
}

.payPreloading{
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: absolute;
  width:200px;
  height:60px;
  left:50%;
  top:50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.paytimeError{
  text-align: center;
  position: absolute;
  left:50%;
  top:50%;
  -webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
  width:30%;
}

.loadingtext{

    position: absolute;
    bottom: -50px;
    width: 100%;
    text-align: center;
    font-weight: bold;
    letter-spacing: 6px;
    color: #787878;
}
.circle{
  width:20px;
  height:20px;
  position: absolute;
  border-radius: 50%;
  background-color: #0165b1;
  left:15%;
  transform-origin: 50%;
  animation: circle .5s alternate infinite ease;
}

@keyframes circle{
  0%{
      top:60px;
      height:5px;
      border-radius: 50px 50px 25px 25px;
      transform: scaleX(1.7);
  }
  40%{
      height:20px;
      border-radius: 50%;
      transform: scaleX(1);
  }
  100%{
      top:0%;
  }
}
.circle:nth-child(2){
  left:45%;
  animation-delay: .2s;
}
.circle:nth-child(3){
  left:auto;
  right:15%;
  animation-delay: .3s;
}
.shadow{
  width:20px;
  height:4px;
  border-radius: 50%;
  background-color: rgba(0,0,0,.5);
  position: absolute;
  top:62px;
  transform-origin: 50%;
  z-index: -1;
  left:15%;
  filter: blur(1px);
  animation: shadow .5s alternate infinite ease;
}

@keyframes shadow{
  0%{
      transform: scaleX(1.5);
  }
  40%{
      transform: scaleX(1);
      opacity: .7;
  }
  100%{
      transform: scaleX(.2);
      opacity: .4;
  }
}

.shadow:nth-child(4){
  left: 45%;
  animation-delay: .2s
}
.shadow:nth-child(5){
  left:auto;
  right:15%;
  animation-delay: .3s;
}
.payPreloadingWrap,.payTimeoutWrap {
  display: none; 
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 1000;
  background-color: rgba(255, 255, 255, 0.8);
}
@keyframes outline {
	0% {
		stroke-dashoffset: 0;
	}
	50% {
		stroke-dashoffset: 300;
	}
	100% {
		stroke-dashoffset: 600;
	}
}

@keyframes rotate {
	from {
		transform: rotate(0turn);
	}
	to {
		transform: rotate(-1turn);
	}
}

.box {
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.box_col {
  padding: 20px;
}
.videoItem {
  position: relative;
  padding-bottom: 56.25%;
  margin-bottom: 20px;
}
.videoItem iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.gap20 {
  gap: 20px;
}
.half-md {
  width: 50%;
}
.btn-lg {
  padding: 15px 50px;
  font-size: 1rem;
}
.form-check-input:checked {
  background-color: #0d6efd!important;
  border-color: #0d6efd!important;
}
.form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"], .was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"]{
  background-image:none;
}
.form-select.is-valid, .was-validated .form-select:valid {
  border: 1px solid #ced4da!important;
}
.form-check-input.is-valid, .was-validated .form-check-input:valid {
  border-color:  rgba(0,0,0,.25);
}
.form-check-input.is-valid~.form-check-label, .was-validated .form-check-input:valid~.form-check-label {
  color: #212529;
}

.form-control.is-valid, .was-validated .form-control:valid {
  border: 1px solid #ced4da!important;
  background-image:none;
}
.CrewIntroCardLeftAlign_cardBody{
  background-color: transparent;
  border-radius: 25px;
  height: 100%;
  margin: 10px;
  padding: 20px 10px;
}
.CrewIntroCardLeftAlign_iconContainer {
  border: 8px solid rgba(0,0,0,.1);
  height: 200px;
  width: 200px;
  text-align: center;
  overflow: hidden;
  border-radius: 100px;
  margin: 0 auto 20px;
  box-shadow: 0 3px 8px rgba(0,0,0,.24);
}
.CrewIntroCardLeftAlign{
  border: 8px solid rgba(0,0,0,.1);
  height: 200px;
  width: 200px;
  overflow: hidden;
  border-radius: 100px;
  margin: 0 auto 20px;
  box-shadow: 0 3px 8px rgba(0,0,0,.24);
}
.CrewIntroCardLeftAlign_cardContent{
  font-size: 0.8rem;
}
.CrewIntroCardLeftAlign_cardTitle {
  font-weight: bold;
  text-align: center;
  color: #d42228;
}
.CrewIntroCardLeftAlign_cardSubtitle{
  font-weight: 700;text-align: center;
  color: #0066b3;
}
.iconList li {
  padding-left: 20px;
  position: relative;
list-style: none;
}
.iconList i {
  left: 0px;
  top: 6px;
  position: absolute;
}
.iconList{
  margin: 0;
    padding: 0;
  
}
.whiteFont{
  color: #fff!important;
}
.boxContactWrap {
  margin: 0px 18%;
  display: flex;
  flex-wrap: wrap;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 4px 25px -3px rgb(0 0 0 / 20%);
}
.text-primary{
  color: #0166b3!important;
}
.contactForm {
  width: 60%;
  border-radius: 20px 20px 0px 0px;
  padding: 20px;
}
.contactText {
  width: 40%;
  background-color: #0065b2;
  border-radius: 0px 20px 20px 0px;
  padding: 20px;
}
.divRow{
  display: flex;
  gap: 20px;

}
#UploadFile-error{
  width: 100%;
}
.inputWrapRow{
  margin-bottom: 10px;
  border-bottom: 1px solid #e7e7e7 ;
}
.divColumHeard{
  display: block;
padding-bottom: 10px;
  position: relative;
}
.addBtn{
  font-size: 0.8rem;
  padding: 10px 30px;
  color: #fff;
  background: #4C4C4C;
border: 1px solid #4C4C4C;
border-radius: 50px!important;
}
.addBtn:hover{
  
  color: #fff;
  background: #cdcdcd;
border: 1px solid #cdcdcd;

}
.inputWrap{
  overflow: hidden;
}
.divColumHeard::after {
  content: "";
  width: 120%;
  bottom: 8px;
  left: 0;
  position: absolute;
  background-color: #000;
  height: 1px;

}
input[type=file]::file-selector-button {
display: none;



}
.nowrap{
  white-space: nowrap;
}
.inputcheck{
  min-width: 280px;
}
.list{
  padding-left: 15px;
}
.info{
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px 40px;
  display: flex;
  flex-wrap: wrap;
}
.inputcheckGroup{
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.input-group-text{
  padding: 0px 30px;
}
.addFilebtn{
  padding: 0.3rem 0.75rem;
  border-radius: 5px;

  box-shadow: 0px 1px 9px rgba(0, 0, 0, 0.13);
}
.btn-primary {
  background-color: #0166b3;
  border-radius: 50px;
  box-shadow: 0px 7px 20px rgba(0, 0, 0, 0.17);
}
.btn-primary:hover {
  background-color: #df031f;
  border: 1px solid#df031f;
}
.btnWrap {
  padding: 40px 20px;

}
.deletebtn {
  border-radius: 5px;
  padding: 0.25rem 0.75rem;
  box-shadow: 0px 1px 9px rgba(0, 0, 0, 0.13);
}

.box_gary {
  background-color: #f9f9f9;
  border: 1px solid #e1e1e1;
}
.box_blue {
  background-color: #f9f9f9;
  border: 1px solid #0166b3;
  color: #0166b3;
}
.smallSup {
  font-size: 0.6rem;
}

.blackColor {
  color: #4c4c4c !important;
}

.grayColor {
  color: #cdcdcd !important;
}
.footerIcon {
  background-color: #fff;
  border-radius: 50%;
  position: relative;
  width: 180px;
  height: 180px;
  margin: 0px auto;
  margin-bottom: 40px;
}
.ci {
  text-align: center;
  padding: 20px;
  font-size: 0.8rem;
}
.footerMenu {
  display: flex;
  gap: 20px;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.footerMenu a {
  color: #fff;
  text-decoration: none;
}
.footerMenu a:hover {
  opacity: 0.5;
}
.footerIcon img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.noMargin {
  margin: 0px;
}

.titleMargin {
  margin-top: 40px !important;
}

.btn-orangeline:hover {
  color: #ffd4ba;
  border-color: #ffd4ba;
  text-decoration: none;
}

.bold {
  font-weight: bold;
}
.garyBg {
  background-color: #f9f9f9;
}
.veterinarytext {
  padding: 0px 40px;
}
.veterinarytext p {
  line-height: 30px;
}
.veterinary {
  display: flex;
  align-items: center;
}
.veterinaryicon {
  padding: 0 40px;
  position: relative;
}
.veterinaryicon::after {
  content: '';
  width: 1px;
  height: 100%;
  right: 0;
  position: absolute;
  background-color: #e1e1e1;
}
.purpleBg {
  background-color: #585188;
  color: #fff;
}
.blueBg {
  background-color: #0166b3;
  color: #fff;
}

.greenBg {
  background-color: #5d9c47;
  color: #fff;
}

.orangeBg {
  background-color: #ed8240;
  color: #fff;
}

.btn-green {
  color: #fff;
  background-color: #5d9c47;
  border-color: #5d9c47;
}

.btn-purple {
  color: #fff;
  background-color: #585188;
  border-color: #585188;
}

.btn-orange {
  color: #fff;
  background-color: #ed8240;
  border-color: #ed8240;
}

.custom-file-input {
  cursor: pointer;
  font-size: 1rem;
}
.formBox{
  padding: 40px;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0px 10px 21px rgba(0, 0, 0, 0.09);
}
.fileUpload {
  position: relative;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
  margin-top: 0;
  white-space: nowrap;
}

.fileUpload input.uploadFile {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  height: 42px;
}

/*Chrome fix*/

input::-webkit-file-upload-button {
  cursor: pointer !important;
  height: 42px;
  width: 100%;
}

.marginBottom {
  margin-bottom: 20px;
}

.borderBottom {
  border-bottom: 4px dotted #e9e9e9;
}

.btn-orangeline {
  color: #ed8240;
  font-weight: bold;
  border: 1px solid #ed8240;
}

.btn-purpleline {
  color: #585188;
  font-weight: bold;
  border: 1px solid #585188;
}

.btn-greenline {
  color: #5d9c47;
  font-weight: bold;
  border: 1px solid #5d9c47;
}

.custom-file-label::after {
  background-color: #fff;
  color: #ee6c16;
}

.nofont p {
  font-size: 1rem;
}

.btn-orange:hover {
  color: #fff;
  background-color: #ee6c16;
  border-color: #ee6c16;
}

.mobileShow {
  display: none;
}

fieldset {
  margin-bottom: 10px;
}

.titleControl p {
  padding: 10px 0;
  margin: 0;
}

.form-control.error {
  border: 1px solid #dc3545;
}

.labelRadioTitle {
  width: 20%;
  padding-top: 10px;
}

.labelRadioDetail {
  width: 70%;
}

.twoColRadio .checkList {
  width: 45%;
}

option:disabled {
  color: #cdcdcd;
}

.error {
  color: #dc3545;
}

.reviewBox {
  text-align: center;
  border: 1px solid #cdcdcd;
  padding: 20px;
  width: 100%;
  border-radius: 10px;
  font-size: 2rem;
}

.addBtnWrap {
  text-align: right;
  margin-bottom: 10px;
}

.scrollFixed {
  -webkit-animation-name: fade-in-up;
  -webkit-animation-duration: 0.5s;
  animation-name: fade-in-up;
  animation-duration: 0.5s;
  width: 100%;
  left: 0;
  position: fixed !important;
  bottom: 0;
  z-index: 100;
  box-shadow: 0px -13px 10px -14px hsla(0, 0%, 70%, 0.5);
  background-color: #fff;
  padding-top: 10px !important;
}

@-webkit-keyframes fade-in-up {
  0% {
    -webkit-transform: translateY(500px);
    transform: translateY(500px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fade-in-up {
  0% {
    -webkit-transform: translateY(500px);
    transform: translateY(500px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

.scrollFixed .formSubmitWarp {
  position: absolute;
  right: 20px;
  top: 30px;
}

.scrollFixed .addPVCBtn {
  top: 10px;
  right: 20px !important;
}

.relative {
  position: relative;
}

h5 {
  font-weight: bold;
}

.nav {
  position: relative;
  width: 100%;
}

.resendMail {
  position: relative;
  width: 100% !important;
}

.v_align_buttom {
  vertical-align: bottom !important;
}

.nonsendMail {
  width: 100%;
}

.resendMailBtn {
  position: absolute;
  right: 0;
  top: 32px;
}

.chamberMember,
.companyMember,
.partnerMember,
.combineMember {
  display: none;
}

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

.dataTables_length,
.dataTables_filter {
  display: inline-block;
}

.dataTables_length label {
  float: left;
  text-align: left;
  font-weight: normal;
}

.dataTables_length select {
  display: inline-block;
  width: auto;
  vertical-align: middle;
}

.checkListWrap {
  padding: 15px;
}

.col-form-label {
  font-size: 1rem;
}

.form-check-inline {
  font-size: 1rem;
}

.nofont {
  font-size: 0;
}

.titleControl {
  margin: 20px -15px;
  position: relative;
}



.radioForm-group {
  font-size: 0;
}

.radioForm-group p {
  font-size: 1rem;
  margin-bottom: 0.6rem;
}

.customfile {
  text-align: right !important;
}


.privateNoTextBoxWarp {
  display: none;
}

.customfile::before {
  content: '';
  margin-right: 10px;
  right: 80px;
  top: 0;
  height: 100%;
  position: absolute;
  border: 1px solid #ed8240;
}

.radioForm-group .form-check-inline {
  margin-bottom: 6px;
}

.success-checkmark {
  width: 80px;
  height: 115px;
  margin: 0 auto;
}
.success-checkmark .check-icon {
  width: 80px;
  height: 80px;
  position: relative;
  border-radius: 50%;
  box-sizing: content-box;
  border: 4px solid #4CAF50;
}
.success-checkmark .check-icon::before {
  top: 3px;
  left: -2px;
  width: 30px;
  transform-origin: 100% 50%;
  border-radius: 100px 0 0 100px;
}
.success-checkmark .check-icon::after {
  top: 0;
  left: 30px;
  width: 60px;
  transform-origin: 0 50%;
  border-radius: 0 100px 100px 0;
  animation: rotate-circle 4.25s ease-in;
}
.success-checkmark .check-icon::before, .success-checkmark .check-icon::after {
  content: "";
  height: 100px;
  position: absolute;
  background: #FFFFFF;
  transform: rotate(-45deg);
}
.success-checkmark .check-icon .icon-line {
  height: 5px;
  background-color: #4CAF50;
  display: block;
  border-radius: 2px;
  position: absolute;
  z-index: 10;
}
.success-checkmark .check-icon .icon-line.line-tip {
  top: 46px;
  left: 14px;
  width: 25px;
  transform: rotate(45deg);
  animation: icon-line-tip 0.75s;
}
.success-checkmark .check-icon .icon-line.line-long {
  top: 38px;
  right: 8px;
  width: 47px;
  transform: rotate(-45deg);
  animation: icon-line-long 0.75s;
}
.success-checkmark .check-icon .icon-circle {
  top: -4px;
  left: -4px;
  z-index: 10;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  position: absolute;
  box-sizing: content-box;
  border: 4px solid rgba(76, 175, 80, 0.5);
}
.success-checkmark .check-icon .icon-fix {
  top: 8px;
  width: 5px;
  left: 26px;
  z-index: 1;
  height: 85px;
  position: absolute;
  transform: rotate(-45deg);
  background-color: #FFFFFF;
}

@keyframes rotate-circle {
  0% {
    transform: rotate(-45deg);
  }
  5% {
    transform: rotate(-45deg);
  }
  12% {
    transform: rotate(-405deg);
  }
  100% {
    transform: rotate(-405deg);
  }
}
@keyframes icon-line-tip {
  0% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  54% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }
  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }
  100% {
    width: 25px;
    left: 14px;
    top: 45px;
  }
}
@keyframes icon-line-long {
  0% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  65% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  84% {
    width: 55px;
    right: 0px;
    top: 35px;
  }
  100% {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}

.addCompanyDetailInputDetail,
.addCompanyPositionInputDetail,
.addProfessionInputDetail,
.addPublicOfficeInputDetail,
.addCommerceTeamInputDetail,
.addAwardsInputDetail,
.addEducationInputDetail {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.file {
  font-weight: bold;
  width: 100%;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.file:hover {
  color: #ff6100;
}

.file input {
  cursor: pointer;
  position: absolute;
  font-size: 50px;
  opacity: 0;
  right: 0;
  top: 0;
}

.hide {
  display: none;
}

.checkList {
  width: 23%;
  margin: 10px 0px;
}

.checkListOther {
  width: 50%;
}

.form-control {
  position: relative;
  padding: 0.375rem 0.75rem!important;
}

.textSymbols {
  position: absolute;
  right: 0;
  top: 8px;
}

.textboxLableText {
  position: absolute;
  right: 24px;
  top: 8px;
}

.checkListOther .form-control {
  width: 50%;
  margin-left: 10px;
}

.logo {
  font-size: 3rem;
  padding: 0px 20px;
}

.langBtn {
  padding: 10px;
}

.rightMenu {
  color: #007bff;
  padding: 20px;
  position: absolute;
  right: 0;
}

.loginWrap {
  padding: 40px 20px;
  width: 50%;
  border-radius: 10px;
  margin: 20px auto;
  box-shadow: 2px 32px 36px -14px hsla(0, 0%, 70%, 0.5);
}



.addPVCBtn {
  position: absolute;
  right: 0px;
  top: 0px;
}

.disable-links {
  pointer-events: none;
  color: #cdcdcd;
}

.edit {
  padding: 0px 10px;
}

.tableHeader {
  margin: 0px;
}

.speech-bubble {
  position: relative;
  border-bottom: 1px solid #cdcdcd;
  background: #fff;
  border-radius: 0.4em;
}

.speech-bubble:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 0;
  border: 20px solid transparent;
  border-top-color: #fff;
  border-bottom: 0;
  margin-left: -20px;
  margin-bottom: -20px;
}

.loginWrap h4,
.Wrap h4 {
  font-weight: bold;
}

.btnPadding {
  padding: 10px;
}

.formTitle .addPVCBtn {
  right: 0px;
}

.formTitle.scrollFixed {
  padding: 10px 20px;
}

.formTitle {
  padding: 0px 0px;
}

.form-group {
  margin-bottom: 1.8rem;
}

.forgetWrap {
  color: #cdcdcd;
  width: 100%;
  padding: 40px;
  text-align: center;
}

.userIcon {
  text-align: center;
  padding: 20px;
  border-radius: 50%;
  width: 74px;
  font-size: 1.4rem;
  margin: 20px auto;
  margin-top: -32px;
  box-shadow: 7px 11px 19px -13px hsla(0, 0%, 47%, 0.6);
}

.marginTop {
  margin-top: 20px;
}

.loginForm,
.reviewloginForm {
  margin: 40px 20px;
}

.formTitle {
  position: relative;
}

.formSubmitWarp {
  position: absolute;
  right: 0px;
  top: 0px;
}

.formWrap {
  padding: 0px;
  padding-bottom: 115px;
}

.subTitle {
  padding: 10px;
}

.floating_btn {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 100px;
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items:center;
  justify-content:center;
  z-index: 1000;
}

/* @keyframes pulsing {
  to {
    box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
  }
} */

.contact_icon {
  background-color: #42db87;
  color: #fff;
  width: 60px;
  height: 60px;
  font-size:30px;
  border-radius: 50px;
  text-align: center;
  box-shadow: 2px 2px 3px #999;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translatey(0px);
/*   animation: pulse 1.5s infinite; */
  box-shadow: 0 0 0 0 #42db87;
/*   -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1); */
  font-weight: normal;
  font-family: sans-serif;
  text-decoration: none !important;
/*   transition: all 300ms ease-in-out; */
}


.text_icon {
  margin-top: 8px;
  color: #707070;
  font-size: 13px;
}