*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    /* background: #000; */
}
@media (prefers-reduced-motion:no-preference) {
    :root {
        scroll-behavior: smooth
    }
}

body {
   margin: 0 auto!important;
   padding: 0 10px!important;
   height:100%;
   overflow-x: hidden;
   width:100%;
} 

.london-garden-wapper {
    width: 100%;
    /*height: 900px;*/
    /*background: #000;*/
    padding: 0px 0px;
}

.london-garden-wapper .container {
/*    max-width: 375px; */
background: #fff;
margin: 0 auto;
padding: 0 !important;
}
.step-one{
    position: relative;
    display: none;
    overflow: hidden;
}
.step-one.active{
    display: block;
    padding-bottom: 160px;
}
.step-one::before{
    content: "";
    position: absolute;
    right: -16px;
    top: 0;
    width: 150px;
    height: 178px;
    background: url(../img/abstract-shape.png) no-repeat;
    background-size: cover;
}
.step-one .logo{
    width: 173px;
    height: 66px;
    padding: 50px 0 84px 50px;
}
.step-one h3{
    color: #380628;
    font-family: 'Lato', sans-serif;
    font-size: 25px;
    font-style: normal;
    font-weight: 800;
    line-height: 27px; 
    margin: 0;
    padding: 40px 0 24px 0;
    display:block;
}
.step-one p{
    color: #000;
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
    padding-bottom: 20px;

}
.step-one .continue-btn-wapper{
    display: flex;
}
.step-one .continue-btn-wapper a{
    width: 100%;
    height: 41px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    background: linear-gradient(90deg, #E73361 0%, #9A1675 100%);
    color: #FFF;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    text-decoration: none;
}

.step-two{
    display: none;
}
.step-two.active{
    display: block;
}
.step-two h3{
    color: #380628;
    font-family: 'Lato', sans-serif;
    font-size: 25px;
    font-style: normal;
    font-weight: 800;
    line-height: 27px;
    margin: 0;
    padding: 5px;
    display: block;
	text-indent: 35px;
}
.london-garden-profile-img{
    position: relative;
}
.london-garden-profile-img .profile-bg{ 
    width: 100%;
    height: 150px;
    border-radius: 50px 10px;
    overflow: hidden;
}
.london-garden-profile-img .profile-bg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.london-garden-profile-img .profile-img{
    width: 100px;
    min-width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 5px solid #FFF;
    overflow: hidden;
    box-shadow: 0 1px 2px rgba(0,0,0,0.07), 0 2px 4px rgba(0,0,0,0.07), 0 4px 8px rgba(0,0,0,0.07), 0 8px 16px rgba(0,0,0,0.07), 0 16px 32px rgba(0,0,0,0.07), 0 32px 64px rgba(0,0,0,0.07);
    position: absolute;
    bottom: -20px;
    left: 15px;
}
.london-garden-profile-img .profile-img img{
    width: 100%;
    height: 100%;
    max-width: unset;
    object-fit: cover;
}
.london-garden-profile-img .profile-text h6 {
    margin: 0;
    color: #000;
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-left: 125px;
    padding-top: 5px;
}
.all-type{
    margin: 50px 0 20px 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.select-option-wapper select{
    color: #FFF !important;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    padding: 0 20px;
    -webkit-appearance: none;
    background: url("../img/Polygon\ 5.png") no-repeat;
    background-position: calc(101% - 0.5rem) bottom !important;
    -moz-appearance: none !important;
    -webkit-appearance: none !important;
    appearance: none !important;
    padding-right: 4px !important;
    width: 100%;
    height: 100% !important;
    border: none !important;
}
.select-option-wapper select option{
    color: #000;
}
.select-option-wapper {
    width: 100%;
    height: 35px;
    border-radius: 5px;
    background: linear-gradient(90deg, #13B467 0%, #9A1675 100%);
    border: none;
    display: inline-block;
    position: relative;
}
#wpdcom .wpd-editor-char-counter {
   font-size: 9px;
    padding: 3px 5px 2px;
    position: absolute;
    right: 4px !important;
    z-index: 10;
    color: #888;
}

.textarea-wapper{
       width: 100%;
    height: auto;
    overflow: hidden;
    flex-basis: 100%;
    position: relative;
    margin-bottom: 20px;

}
.textarea-wapper textarea {
     width: 100%;
    height: 100px;
    overflow: scroll;
    border: 1px solid #443f3f38;
    box-shadow: none !important;
    color:#000 !important;
}
.textarea-wapper textarea:focus{
    box-shadow: none;
    outline: none;
}
.textarea-wapper textarea::placeholder {
    color: #000 !important;
    opacity: 1 !important;
}
.textarea-wapper textarea::-moz-placeholder {
    line-height: 28px;
    color: #666666;
    font-size: 16px;
    font-weight: 500 !important;
}
.textarea-wapper textarea::-webkit-input-placeholder {
    line-height: 28px;
    color: #666666;
    font-size: 16px;
    font-weight: 500 !important;
}
.textarea-wapper textarea:-ms-input-placeholder {
    line-height: 28px;
    color: #666666;
    font-size: 16px;
    font-weight: 500 !important;
}
.take-upload-photo-wapper button, .wmu-upload-wrap {
    width: 100%;
    height: 35px;
    border-radius: 5px;
    background: linear-gradient(90deg, #13B4AB 0%, #9A1675 100%);
    border: none;
    color: #FFF;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
    padding: 0 4px 0 20px;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
}
#wpdcom .wmu-add { width:100%; }
.take-upload-photo-wapper button svg{
    margin: 8px 0 0 auto;
}
.take-upload-photo-wapper input{
    display: none;
}
.take-upload-photo-wapper .photo-delet-btn{
    display: none;
    align-items: center;
    justify-content: space-between;
    gap: 6px;
    width: 100%;
    height: 35px;
    border-radius: 5px;
    background: #666;
    padding: 0 8px;
}
.take-upload-photo-wapper .photo-delet-btn a{
    border-radius: 6px;
    background: #D9D9D9;
    text-decoration: none;
    color: #3B3333;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: 26px;
    width: 77px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.photo-s-btn {
    display: flex;
    align-items: center;
    gap: 8px;
}

.voice-comment-wapper .wac-audio-wrap{
    width: 100%;
    height: 35px;
    border-radius: 5px;
    background: linear-gradient(90deg, #1371B4 0%, #9A1675 100%);
    border: none;
    color: #FFF;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
    padding: 0 4px 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.voice-comment-wapper .wac-audio-wrap svg{
    margin: 8px 0 0 auto;
}

.stop-rc{
    width: 100%;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 5px;
    background: #B41313;
    padding: 0 8px 0 15px;
    color: #FFF;
    text-align: right;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}
.stop-rc button{
    padding: 0 5px;
    border-radius: 6px;
    background: #D9D9D9;
    color: #B41313;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: 26px;
    border: none;
}
/*#wpdiscuz-comment-message { display:none !important; }*/
.audio-wapper{
    width: 100%;
    height: 35px;
    border-radius: 5px;
    background: #333;
    padding: 0 4px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    display: none;
}

.stop-rc span{
    width: 100%;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    color: #fff !important;
}
.stop-rc span span{
    width: fit-content;
}


.wac-delete{
    border-radius: 6px;
    background: #D9D9D9;
    padding: 0;
    color: #3B3333;
    font-size: 15px;
    font-style: normal;
    font-weight: 800 !important;
    line-height: 26px;
    border: none;
    height: 26px;
    font-family: Inter;
    margin: 0 !important;
    padding: 0;
    display: flex !important;
    align-items: center;
    justify-content: center;
    min-height:26px;
    min-width: 70px !important;
    max-width: 70px;
    width: 100%;
}
.audio-wapper audio{
    width: 80%;
    border-radius: 5px;
    background: #333;
    height: 35px;
}

.comments-bottom-wapper h6{
    color: #555555;
    font-weight: 600;
    margin-bottom: -2px;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: left;
    line-height: 24px;
    border-bottom: 2px solid #00B38F; 
}
.comments-bottom-wapper ul {
    margin: 0;
    padding: 10px 0 0 0;
    display: flex;
    flex-direction: row;
    gap: 5px;
    list-style: none;
    align-items: center;
    border-bottom: 2px solid #cccccc;
}
.comments-bottom-wapper ul li{
    height: 30px;
    margin-bottom: -2px;
} 
.comments-bottom-wapper ul li i{
    padding: 0 10px;
}
.fa-bolt{
    color: #ffa600;
    font-size: 16px;
}
.fa-fire{
    color: #fc5844;
    font-size: 16px;
}
.comments-bottom-wapper ul li select{
    background: transparent;
    border: none;
    width: 70px;
    font-size: 14px;
    color: #777777;
}
.content-inner-card{
    display: flex;
    align-items: end;
    gap: 5px;
    margin-bottom: 10px;
}
.content-inner-wapper{
    display: flex;
    align-items: center;
}
.content-inner-wapper h5{
    color: #898989;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    letter-spacing: 0.7px;
    margin-right: 5px;
    margin: 0;
    margin-right: 5px;
}
.content-inner-wapper span{
    color: #777777;
    font-size: 12px;
}
.content-inner{
    padding: 20px 0;
}
.content-inner p{
    color: #777777;
    font-size: 15px;
}

.submit-btn{
    display: flex;
}
.submit-btn a{
    border-radius: 5px;
    background: linear-gradient(90deg, #E73361 0%, #9A1675 100%);
    width: 100%;
    height: 41px;
    color: #FFF;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 26px;
    text-decoration: none;
}

#wpdcom .wmu-tabs .wmu-preview-remove img {
    display: none;
}
#wpdcom .wmu-tabs{
    padding: unset;
    margin: unset;
}
input[type="text"], input[type="email"]{
/*    margin-bottom:unset !important;*/
width: 100%;
}
#comments{
    margin:unset !important;
}
#wpdcom .wpd-form-head{
    padding:unset !important;
    margin:unset !important;
}
#wpdcom{
    padding-top: 0px;
    margin-top: 0px;
}
audio::-internal-media-controls-download-button {
    display:none;
}
audio::-webkit-media-controls-enclosure {
    overflow:hidden;
}
audio::-webkit-media-controls-panel {
    width: calc(100% + 33px);
}  
#wpdcom .wmu-action-wrap {
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: left;
    display: none;
}
.select-option-wapper select:focus-visible { outline:unset; box-shadow:unset; }

#wpdcom .wpdiscuz-edit-form-wrap .wc_save_wrap {
	display: flex;
	align-items: center;
	gap: 10px;
}
#wpdcom .wpd-prim-button {
	height: 52px; margin: 0 !important;
}
#wpdcom .wpd-second-button {
	height: 52px;
}
