    .aminities-card-icon {
        margin-bottom: 8px;
        position: relative;
        &:after {
            content: '';
            position: relative;
            height: 10px!important;
            width: 1px;
            background: rgba($color: #ffffff, $alpha: 0.2);
            display: block;
            margin: 8px auto 0;
        }
        img {
            transition: 0.4s;
        }
    }
	
	
	.form-group.style-border select, .form-group.style-border textarea, .form-group.style-border input {
    background: #ffffff!important;
  }
  
  
  .form-group.style-radius .form-select, .form-group.style-radius .form-control {
    border-radius: 50px;
    height: 40px!important;
}

[class*="col-"].form-group > i {
    right: calc((var(--bs-gutter-x) / 2) + 15px)!important;
}


.form-group.style-radius > i {
    top: 12px!important;
}

textarea.form-control, textarea {
    min-height: 100px!important;
    padding-top: 16px;
    padding-bottom: 17px;
}

.text-theme {
    color: #ffffff !important;
}


.testi-card_text {
    font-size: 22px!important;
    line-height: 1em!important;
    font-weight: 400;
    margin: 16px 0 -8px 0!important;
    color: #1B1B1B;
}