/* Start custom CSS *//*** BUTTON STYLING ***/

.gform_wrapper input[type=submit] {

    background-color: #1DD796;
    border-radius: 100px;
    color: #FFF;
    text-align: center;
    display: block;
    padding: 12px;
    transition: all .3s ease;
    box-shadow: 0 2px 12px rgb(26, 251, 172);
}


/*** BUTTON HOVER STYLING ***/
.gform_wrapper input[type=submit]:hover { background: #e0aee8; color: #fff;box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .2);}




.styled-input-single label {
  cursor: pointer;
}
.styled-input-single label:before, .styled-input-single label:after {
  content: '';
  position: absolute;
  top: 50%;
  border-radius: 50%;
}
.styled-input-single label:before {
    right: 0;
    width: 20px;
    height: 20px;
    margin: -10px 6px 0;
    background: #f7f7f7;
    box-shadow: 0 0 1px grey;
    box-shadow: inset 0px 1px 1px 0px #464646;
    transition: color .3s, border .3s, background .3s, opacity .3s;
}
.styled-input-single :after {
    right: 2px;
    width: 15px;
    height: 15px;
    margin: -7px 6px 0;
    opacity: 0;
    background: #f90171;
    -webkit-transform: translate3d(-40px, 0, 0) scale(0.5);
    transform: translate3d(-40px, 0, 0) scale(0.5);
    transition: opacity 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
    transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out;
    transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
}
.styled-input-single input[type="radio"],
.styled-input-single input[type="checkbox"] {
  position: absolute;
  top: 0;
  left: -9999px;
  visibility: hidden;
}
.styled-input-single input[type="radio"]:checked + label:after,
.styled-input-single input[type="checkbox"]:checked + label:after {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  opacity: 1;
}

.styled-input--square label:before, .styled-input--square label:after {
  border-radius: 0;
}

.styled-input--rounded label:before {
  border-radius: 10px;
}
.styled-input--rounded label:after {
  border-radius: 6px;
}

.styled-input--diamond .styled-input-single {
  padding-left: 45px;
}
.styled-input--diamond label:before, .styled-input--diamond label:after {
  border-radius: 0;
}
.styled-input--diamond label:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.styled-input--diamond input[type="radio"]:checked + label:after,
.styled-input--diamond input[type="checkbox"]:checked + label:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  opacity: 1;
}


.gfield_label:before , .gfield_label:after{
  display:none !important;
}
.gform_wrapper .gfield_checkbox li label, .gform_wrapper .gfield_radio li label {
    margin: 0 40px 0 0 !important;
}
.gform_wrapper div.validation_error {
    color: #fd0d43;
    font-size: 1em;
    font-weight: 700;
    margin-bottom: 25px;
    border-top: 2px solid #fd0d43;
    border-bottom: 2px solid #fd0d43;
    padding: 16px 0;
    clear: both;
    width: 100%;
    text-align: center;
}
.gform_wrapper .validation_message {
    color: #fb0038;
    font-weight: 600;
    letter-spacing: normal;
}
.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background-color: #fd0d0d36;
    margin-bottom: 6px!important;
    border-top: 1px solid #fd0d43;
    border-bottom: 1px solid #fd0d43;
    padding-bottom: 6px;
    padding-top: 8px;
    box-sizing: border-box;
}
.gform_wrapper .gfield_required {
    color: #fd0d43;
    margin-left: 4px;
}
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    font-size: inherit;
    font-family: inherit;
    padding: 9px 15px !important;
    border-radius: 100px;
    letter-spacing: normal;
}
.gform_wrapper textarea {
    padding: 6px 8px;
    line-height: 1.5;
    resize: none;
    border-radius: 25px;
}
.gform_wrapper input[type="text"]:focus,
.gform_wrapper input[type="password"]:focus,
.gform_wrapper input[type="email"]:focus,
.gform_wrapper input[type="tel"]:focus,
.gform_wrapper input[type="url"]:focus,
.gform_wrapper textarea:focus {
    border-color: #1dd796 !important;
}
.gform_wrapper input[type="submit"]{
	
    width: 100%;
    background-color: #1dd796;
    border-radius: 100px;
    color: #FFF;
    text-align: center;
    display: block;
    padding: 12px;
    transition: all .3s ease;
    box-shadow: 0 2px 12px rgb(58, 230, 170);
}
.gform_wrapper input[type="submit"]:hover{	
width: 100%;	
background-color: #06ca85;	
border-radius: 100px;	
color: #FFF;	
text-align: center;	
margin: 0 auto !important;	
display: block;	
padding: 12px;	
transition: all .3s ease;	

}
.replayform{
    border: solid #ffffff 10px;
    border-style: double;
    color: #1d1d1d;
    background: url(https://nishaweb.com/wp-content/uploads/2019/04/0111.png) #f3f4f4;
    background-size:contain;
    background-repeat: no-repeat;
    background-position: bottom left;
        width: 70%;
    margin: 0 auto;
    }
 .replayform .box{
     width:55%
 }
.replayform a{
margin: 3px;

color:white;
}
.aaa{
    background-color:#1dd796;
}
.bbb{
    background-color:#7755d3;
}
.ccc{
    background-color:#ff006e;
}/* End custom CSS */