 .swal2-title::before {
    display: none;

}

.success-box {
  margin:50px 0;
  padding:10px 10px;
  border:1px solid #eee;
  background:#f9f9f9;
}

.success-box img {
  margin-right:10px;
  display:inline-block;
  vertical-align:top;
}

.success-box > div {
  vertical-align:top;
  display:inline-block;
  color:#888;
}



/* Rating Star Widgets Style */
.rating-stars ul {
  list-style-type:none;
  padding:0;
  margin:0;
  max-height: 55px;
}
.rating-stars ul > li.star {
  display:inline-block;
   max-height: 55px;
   width: auto;
   margin: 0;
}

/* Idle State of the stars */
.rating-stars ul > li.star > i.fa {
  font-size: 55px; /* Change the size of the stars */
  color:#ccc; /* Color on idle state */
  text-shadow: 2px 7px 20px rgba(0,0,0,0.2);
}

/* Hover state of the stars */
.rating-stars ul > li.star.hover > i.fa {
  color:#FFCC36;
}

/* Selected state of the stars */
.rating-stars ul > li.star.selected > i.fa {
  color:#FFCC36;
}


#hillcrest_form{
    max-width: 700px;
    box-shadow: 0 0px 10px rgba(0, 0, 0, .5);
    margin:0 auto;
    padding: 10px;
    background: #438E36;
    padding: 40px;
    border-radius: 10px;
}
#hillcrest_form .hc_input input,
#hillcrest_form .hc_textarea textarea{
    width: 100%;
    border-radius: 10px;
    padding: 2px 15px;
    font-size: 16px;
    margin-bottom: 10px;
    border: 0px;
    box-shadow: 0px 12px 19px -7px rgba(0, 0, 0, 0.5);
    display: block;
}
#hillcrest_form .hc_input input:focus,
#hillcrest_form .hc_textarea textarea:focus,
#hillcrest_form .hc_buttons input:focus{
    outline: 0px;
}
#hillcrest_form .hc_textarea{
    position: relative;
}
 
#hillcrest_form .hc_textarea #hc_microphone{
    position: absolute;
    right: 10px;
    bottom: 5px;
}

#fakebox-microphone {
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGgyNHYyNEgweiIvPjxwYXRoIGZpbGw9IiM0Mjg1RjQiIGQ9Ik0xMiAxNWMxLjY2IDAgMi45OS0xLjM0IDIuOTktM0wxNSA1YzAtMS42Ni0xLjM0LTMtMy0zUzkgMy4zNCA5IDV2N2MwIDEuNjYgMS4zNCAzIDMgM3oiLz48cGF0aCBmaWxsPSIjMzRBODUzIiBkPSJNMTEgMTguOTJoMlYyMmgtMnoiLz48cGF0aCBmaWxsPSIjRjRCNDAwIiBkPSJNNyAxMkg1YzAgMS45My43OCAzLjY4IDIuMDUgNC45NWwxLjQxLTEuNDFDNy41NiAxNC42MyA3IDEzLjM4IDcgMTJ6Ii8+PHBhdGggZmlsbD0iI0VBNDMzNSIgZD0iTTEyIDE3Yy0xLjM4IDAtMi42My0uNTYtMy41NC0xLjQ3bC0xLjQxIDEuNDFBNi45OSA2Ljk5IDAgMCAwIDEyLjAxIDE5YzMuODcgMCA2Ljk4LTMuMTQgNi45OC03aC0yYzAgMi43Ni0yLjIzIDUtNC45OSA1eiIvPjwvc3ZnPg==) no-repeat center;
    background-size: 21px 21px;
    cursor: pointer;
    width: 21px;
    height: 24px;
    border: 0px;
}
.hc_heading h5{
    color: white;
    margin-top:0px;
    text-align: center;
	margin-bottom: 22px !important;
    font-weight: bold;
    font-size: 16px;
}
.hc_first_row{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}
.hc_left{
    width: 30%;
}
#hillcrest_form .hc_left .hc_second_col .hc_input input{
    margin-bottom: 0px;
}
.hc_right{
    width: 65%;
    background:white;
    border-radius: 10px;
    padding: 10px;
    text-align: center;
    box-shadow: 0px 12px 19px -7px rgba(0, 0, 0, 0.5);

}
.hc_buttons{
    text-align: right;
}
#hillcrest_form .hc_buttons input {
    padding: 0px 20px;
    border-radius: 30px;
    font-size: 18px;
    box-shadow: 0px 12px 19px -7px rgba(0,0,0,.3);
    background: #0073aa;
    border: 0px;
    color: white;
    font-weight: bold;
}
.hc-errors li {
    background: white;
    list-style-type: none;
    padding: 2px 10px;
    margin: 5px;
    border-radius: 5px;
    color: red;
}
.hc-errors {
    margin-bottom: 10px;
}

@media  (max-width: 1010px){
     .rating-stars ul > li.star > i.fa {
      font-size: 48px; /* Change the size of the stars */
     }
     .rating-stars ul,
    .rating-stars ul > li.star {
       max-height: 48px;
    }
    .hc_right{
        padding: 13px 10px;
    }
}

@media  (max-width: 930px){
     .rating-stars ul > li.star > i.fa {
      font-size: 40px; /* Change the size of the stars */
     }
     .rating-stars ul,
    .rating-stars ul > li.star {
       max-height: 40px;
    }
    .hc_right{
        padding: 17px 10px;
    }
}

@media  (max-width: 830px){
     .rating-stars ul > li.star > i.fa {
      font-size: 36px; /* Change the size of the stars */
     }
     .rating-stars ul,
    .rating-stars ul > li.star {
       max-height: 36px;
    }
    .hc_right{
        padding: 19px 10px;
    }
}
@media  (max-width: 780px){
     .rating-stars ul > li.star > i.fa {
      font-size: 35px; /* Change the size of the stars */
     }
     .rating-stars ul,
    .rating-stars ul > li.star {
       max-height: 35px;
    }
    .hc_right{
        padding: 20px 10px;
    }
}


@media  (max-width: 767px){
    #hillcrest_form{
        padding: 20px;
    }
    .hc_first_row{
       flex-wrap: wrap;
    }
    .hc_left,
    .hc_right,
    #hillcrest_form .hc_buttons input{
        width: 100%;
    }
    #hillcrest_form .hc_left .hc_second_col .hc_input input{
        margin-bottom: 10px;
    }
  .rating-stars ul > li.star > i.fa {
      font-size: 50px; /* Change the size of the stars */
     }
     .rating-stars ul,
    .rating-stars ul > li.star {
       max-height: 50px;
    }
    .hc_right{
        padding: 10px;
    }

}
@media  (max-width: 480px){
    .rating-stars ul > li.star > i.fa {
      font-size: 34px; /* Change the size of the stars */
     }
     .rating-stars ul,
    .rating-stars ul > li.star {
       max-height: 34px;
    }

}

@media  (max-width: 350px){
    .rating-stars ul > li.star > i.fa {
      font-size: 30px; /* Change the size of the stars */
     }
     .rating-stars ul,
    .rating-stars ul > li.star {
       max-height: 30px;
    }

}
