.introduction {
    background-color: #e8e8e8;
    height: auto;
    margin-top: 0;
}
.intro-text h1.title {
    padding-top: 60px;
    padding-bottom: 30px;
    text-align: center;
    font-size: 32px;
}
.section-seperator {
    border: 1px solid #cccccc;
    height: 0;
    margin-top: 20px;
    margin-bottom: 20px;
}
.intro-article {
    font-size: 1rem;
    max-width: 81%;
    color: black;
    text-align: center;
    line-height: 27px;
    margin: auto;
    margin-bottom: 60px;
}
.rating-row {
    margin-left: 16%;
}
h2.sub-headings {
    font-family: inherit;
    font-size: 14px;
    /* text-transform: uppercase; */
    margin-bottom: 20px;
    margin-top: 20px;
}
form#Page_builder_form {
    margin-top: 60px;
    margin-bottom: 0;
}
.page-builder-form,.form {
    margin: 0 auto;
    text-align: center;
  }

.page-builder-form, .form-group {
    display: flex;
    margin-bottom: 10px;
  }
.page-builder .form-control.page-builder-form-checkbox-field {
    width: 19px;
    height: 56px;
    padding: 1px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 5px;
}
.page-builder-form,.form-group input[type="text"] {
    width: 660px;
    padding: 10px;
    border-radius: 5px;
}
.page-builder-form, .form-group label {
    font-family: inherit;
    display: block;
    text-align: left;
    margin-bottom: 10px;
    width: 22%;
    color: #000;
    font-size: 14px;
    line-height: 20px;
    margin-top: 20px;
    padding-right: 10px;
}
.page-builder-form, ::placeholder {
    color: rgb(80, 80, 80);
    font-size: 13px;
}
.page-builder.form-group input[type="text"] {
    width: 78%;
    padding: 10px;
    display: inline-block;
    height: 50px;
    border-radius: 0;
    border: none;
    font-size: 14px;
    background-color: #e8e8e8;
}
.page-builder .form-control {
    font-family: inherit;
    width: 100%;
    height: 40px;
    padding: 10px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-top: 0 !important;
}
.page-builder .form-control:focus {
    border-color: #aaa;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
select#dropdown {
    width: 78%;
    margin: 0;
    border: none;
    background-color: #e8e8e8;
    height: 50px;
    border-radius: 0;
    font-size: 13px;
    color: rgb(80, 80, 80);
}
.page-builder.form-group.media-upload {
    margin-top: 15px;
    margin-bottom: 15px;
}
.media-upload label {
    width: 22%;
}
.image-block.article_file_upload img {
    width: 100%;
    height: 100%;
    padding: 0px;
}
.image-block {
    margin: auto;
}
.icon-bottom-right {
    position: absolute !important;
    bottom: 0 !important;
    left: unset !important;
    right: 0 !important;
    top: unset !important;
}
.icon-block {
    position: relative !important;
    width: 195px;
    height: 195px;
}
/*a.media-trash {*/
/*    cursor: pointer;*/
/*    border: 0;*/
/*    background: transparent;*/
/*    color: #d20000 !important;*/
/*    width: 0;*/
/*    height: auto;*/
/*    line-height: 20px;*/
/*    margin-bottom: 20px;*/
/*    border-radius: 30px;*/
/*    font-size: 16px;*/
/*    padding-right: 0;*/
/*    padding: 0;*/
/*}*/
.media-trash {
    width: 30px;
    height: 30px;
    color: #d20000;
    border: 0;
    background-color: transparent;
    position: relative;
    cursor: pointer;
}

textarea#description {
    height: 150px;
    background-color: #e8e8e8;
    width: 100%;
    border: none;
    border-radius: 0;
}

.rate {
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px
}

.rating {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    margin: 0;
}

.rating>input {
    display: none
}

.rating>label {
    position: relative;
    width: 1em;
    font-size: 30px;
    font-weight: 300;
    color: #FFD600;
    cursor: pointer;
    margin-right: 10px;
    margin-left: 0;
}
.rating>label::before {
    content: "\2605";
    position: absolute;
    opacity: 0
}

.rating>label:hover:before,
.rating>label:hover~label:before {
    opacity: 1 !important
}

.rating>input:checked~label:before {
    opacity: 1
}

.rating:hover>input:checked~label:before {
    opacity: 0.4
}

.buttons {
    top: 36px;
    position: relative
}

.rating-submit {
    border-radius: 8px;
    color: #fff;
    height: auto
}

.rating-submit:hover {
    color: #fff
}
button.btn.submit-button {
    background-color: #0e9800;
    min-height: 60px;
    margin-top: 30px;
    margin-bottom: 70px;
}
.bottom-banner {
    padding: 0;
    margin-bottom: 50px;
}
.submit {
    padding: 0;
}
.page-builder-form .form-group.recaptcha {
    margin-top: 40px;
    margin-bottom: 0;
}
@media (max-width: 1024px) {
    .page-builder-form, .form-group label {
        font-family: inherit !important;
    }
    .page-builder.form-group select#dropdown {
        width: 100%;
    }
    .page-builder.form-group input[type="text"] {
        width: 100%;
    }
    .image-block {
         margin: 0; 
    }
    .page-builder-form, .form-group label {
        width: 100%;
    }
    .page-builder-form, .form-group {
        display: block;
        margin-bottom: 10px;
    }
}
@media (max-width: 768px) {
    .sub-headings {
        line-height: 30px !important;
    }
    .page-builder.form-group input[type="text"] {
        width: 100% !important;
    }
    .page-builder.form-group select#dropdown {
        width: 100% !important;
    }
    form .g-recaptcha {
        background-color: transparent !important;
    }
    .page-builder-form form label {
        line-height: 18px !important;
        margin-bottom: 20px;
    }
    .intro-text h1.title {
        text-align: center;
        font-size: 25px;
        line-height: 30px !important;
    }
    a.media-trash {
        margin-bottom: 48px;
        padding-right: 13%;
    }
    .page-builder-form, .form-group {
        display: block;
        margin-bottom: 10px;
    }
    .image-block img {
        width: 100%;
        margin: 0;
    }

    .image-block img {
        max-width: 100%;
        height: auto;
    }
    .img-block img {
        display: block;
        max-width: 100%;
        height: auto;
      }
      .image-block {
        display: flex;
        flex-wrap: wrap;
      }
      .page-builder .image-block {
        padding: 20px;
        max-width: auto;
        margin-left: 0;
    }
    .page-builder-form, .form-group label {
    line-height: 20px;
   }
}

@media only screen and (max-width: 480px) {
    .page-builder.form-group input[type="text"] {
        width: 100%;
    }
    .page-builder.form-group select#dropdown {
        width: 100%;
    }
    .image-block {
        display: block;
        flex-wrap: wrap;
    }
     .image-block.article_file_upload img {
        width: 100%;
        height: 100%;
        padding: 0px;
    }
    .submit {
        padding: 0;
    }
    button.btn.submit-button {
        margin-bottom: 70px;
        min-width: 100%;
        margin-top: 0;
    }
    .page-builder.form-group.media-upload {
        padding: 10px;
    }
    h2.sub-headings {
        padding: 10px;
    }
    .ratings-section label {
        padding: 0;
    }
    .page-builder-form .form-group {
        padding: 10px;
    }
    button.btn.submit-button {
        margin-bottom: 0;
    }
    a.media-trash {
        margin-bottom: 48px;
        padding-right: 10%;
    }
    .intro-article {
        max-width: 100%;
    }
    .image-upload {
        padding: 0;
        max-width: 100%;
        margin-top: 20px;
    }
    .page-builder-form,.form-group.media-upload {
        padding: 0;
    }
    .page-builder-form, .form-group {
        display: block;
        margin-bottom: 0px;
    }
    .page-builder-form .form-group {
      flex-direction: column;
    }
    .page-builder-form .form-group label {
        margin-bottom: 10px;
        width: 100%;
        line-height: 15px;
    }
    .page-builder-form .form-group input, 
    .page-builder-form .form-group select, 
    .page-builder-form .form-group textarea {
      width: 100%;
    }
  }